.chatbox-refresh {
    position: fixed;
    left: 15px;
    bottom: 20px;
    border-radius: 0 25px 0 25px;
    width: 100px;
    height: 25px;
    border: none;
    background: #e39102;
    color: #000000;
    font-size: 15px;
    font-weight:600;
}

.search-section {
    background: #020e50;
    text-align: center;
    border: 5px solid #cf6e33;
    border-radius: 10px;
    margin: 10px
}

.footer-search-text {
    color: red;
    font-weight: 700;
    margin: 0;
    font-size: 20px
}

.search-section p {
    color: #ffffff;
    margin: 0
}

.select {
    padding: 5px;
    width: 200px;
    text-align: center;
    font-size: 15px;
    font-weight: 700;
    border: 1px solid #000;
    border-radius: 0
}

.direct-chart {
    padding: 6px;
    width: 140px;
    font-size: 15px;
    text-align: center;
    font-weight: 650;
    color: #FFF81F;
    margin: 10px;
    background: #A80000;
}

.chart-form {
    margin-top: 20px
}

.chatbot-callbtns {
    display: flex;
    justify-content: center
}

.chatbot-callbtns .whatsapp {
    width: 125px;
    margin-right: 5px;
    background: #18be58;
    border-radius: 50px;
    padding: 2px 0;
    color: #ffffff;
    margin-top:15px;

}

.chatbot-callbtns .call_ {
    width: 100px;
    margin-left: 5px;
    background: #e30202;
    border-radius: 50px;
    padding: 2px 0;
    color: #ffffff;
    margin-top:15px;
}

.chatbox-popup aside,.chatbox-panel aside {
    font-size: 14px
}

.chatbox-popup aside>p {
    font-size: 16px
}

.chatbox-popup h1,.chatbox-panel h1 {
    margin: 0;
    font-size: 16px;
    line-height: 1;
    color: #ffffff;
    font-weight: 700
}

button.chatbox-open {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 70px;
    height: 70px;
    color: #ffffff;
    background-color: #1ad03f;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 12px 15px 20px 0 rgba(46,61,73,.15);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    margin: 16px
}

button.chatbox-close {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 52px;
    height: 52px;
    color: #ffffff;
    background-color: #0360a5;
    background-position: center center;
    background-repeat: no-repeat;
    box-shadow: 12px 15px 20px 0 rgba(46,61,73,.15);
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: none;
    margin: 16px 16px 16px calc(2 * 16px + 65px)
}

textarea {
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    height: calc(16px + 16px/2);
    padding: 0 calc(16px/2);
    font-family: inherit;
    font-size: 16px;
    line-height: calc(16px + 16px/2);
    color: #888;
    background-color: none;
    border: 0;
    outline: 0!important;
    resize: none;
    overflow: hidden
}

textarea::-moz-placeholder {
    color: #888
}

textarea:-ms-input-placeholder {
    color: #888
}

textarea::placeholder {
    color: #888
}

.chatbox-popup {
    display: flex;
    position: fixed;
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    flex-direction: column;
    display: none;
    bottom: calc(2 * 16px + 52px);
    left: 16px;
    width: 330px;
    height: auto;
    background-color: #ffffff;
    border-radius: 16px;
    z-index: 9
}

.chatbox-popup .chatbox-popup__header {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    padding: 11px 16px;
    color: #ffffff;
    background-color: #ff4000;
    align-items: center;
    justify-content: space-around;
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    height: auto
}

.chatbox-popup .chatbox-popup__header .chatbox-popup__avatar {
    margin-top: -32px;
    background-color: #e80202;
    border: 5px solid rgba(0,0,0,.1);
    border-radius: 50%;
    width: 66px;
    text-align: center
}

.chatbox-popup .chatbox-popup__main {
    box-sizing: border-box;
    width: 100%;
    padding: calc(2 * 8px) 16px;
    line-height: calc(16px + 16px/2);
    color: #1742a3;
    background: #1742a3;
    text-align: center
}

.chatbox-popup .chatbox-popup__footer {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    padding: 16px;
    border-top: 1px solid #ddd;
    align-items: center;
    justify-content: space-around;
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px
}

.chatbox-panel {
    display: flex;
    position: absolute;
    box-shadow: 5px 5px 25px 0 rgba(46,61,73,.2);
    flex-direction: column;
    display: none;
    top: 0;
    left: 0;
    bottom: 0;
    width: 377px;
    background-color: #ffffff
}

.chatbox-panel .chatbox-panel__header {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    padding: 16px;
    color: #ffffff;
    background-color: #28a745;
    align-items: center;
    justify-content: space-around;
    flex: 0 0 auto;
    height: auto
}

.chatbox-panel .chatbox-panel__main {
    box-sizing: border-box;
    width: 100%;
    padding: calc(2 * 16px) 16px;
    line-height: calc(16px + 16px/2);
    color: #888;
    text-align: center;
    flex: 1 1 auto
}

.chatbox-panel .chatbox-panel__footer {
    box-sizing: border-box;
    display: flex;
    width: 100%;
    padding: 16px;
    border-top: 1px solid #ddd;
    align-items: center;
    justify-content: space-around;
    flex: 0 0 auto
}

button.chatbox-open {
    left: inherit;
    right: 0;
    z-index: 10
}

button.chatbox-close {
    left: inherit;
    right: 0;
    margin: 16px calc(2 * 16px + 65px) 16px 16px;
    z-index: 10
}

.chatbox-popup {
    left: inherit;
    right: 16px;
    z-index: 10
}

button.chatbox-open:after {
    content: '3';
    position: absolute;
    background: red;
    width: 25px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    border: none;
    border-radius: 100px;
    top: -5px;
    right: -5px
}

@media(max-width: 767px) {
    .gamekeyword {
        display:none!important
    }

    .btn-3 {
        margin-bottom: 30px
    }

    .sattaking {
        display: none
    }

    .header-top ul li a {
        font-size: 15px;
        color: #ffffff!important;
        padding: 7px
    }

    .header-top ul {
        display: inline-block;
        margin-bottom: 0;
        text-align: center
    }

    .header-top {
        background-color: #000
    }

    .header-top ul li {
        padding-right: 4px;
        font-size: 5px;
        background: red!important
    }
}

.blink_none,.btn-3.blink_none {
    animation: none!important
}

.btn-3.blink_none,.btn-1,.btn-2 {
    margin-right: 15px
}

@media(min-width: 768px) and (max-width:992px) {
    .btn-3.blink_none,.btn-1,.btn-2 {
        margin-right:5px;
        font-size: 11px
    }

    .gamekeyword {
        display: none!important
    }
}

@media(max-width: 540px) {
    .gamekeyword {
        display:none!important
    }

    .telegramimage {
        height: 50px;
        width: 315px;
        border-radius: 5px
    }

    .logotextdesktop {
        display: none
    }

    .sattaking {
        display: block
    }

    .pord {
        color: red;
        font-size: 13px;
        margin-bottom: 0
    }

    .liveresult {
        margin-bottom: 5px
    }

    .currenttext {
        margin-bottom: 0
    }

    .logotext {
        margin-bottom: 0;
        font-size: 20px;
        color: #ffffff;
        font-weight: 600
    }

    .sattaking {
        text-align: center;
        margin-bottom: 0;
        font-size: 25px;
        color: #000;
        background: #ffba00;
        padding: 6px
    }

    .satta-king-style1 {
        padding-top: 5px;
        padding-bottom: 5px
    }

    .satta-kingg-res h1 {
        font-size: 20px
    }

    .gamekeyword {
        color: #ffffff;
        display: block;
        font-size: 13px;
        margin-bottom: 0
    }

    .header-top {
        background-color: #000
    }

    .satta-king-livegame {
        color: #ffffff!important
    }

    .net {
        background: 0 0;
        border-radius: 0;
        min-height: 0;
        margin-bottom: 0
    }

    .satta-king-livegame {
        font-size: 30px
    }

    .header-top ul {
        display: inline-block;
        margin-bottom: 0;
        text-align: center!important;
        margin-left: 10px
    }

    .header-top ul li {
        padding: 10px 10px 10px 8px!important;
        background: red!important
    }

    .header-top {
        padding: 0
    }

    .header-top ul li a {
        font-size: 15px;
        color: #ffffff!important;
        padding: 5px 7px 5px 6px;
        border-radius: 5px
    }

    .update_result {
        border-radius: 10px;
        margin: 7px 3px
    }

    .head_resl {
        font-size: calc(1.05rem + 0.45vw)
    }

    .updt_reslult span {
        font-size: 12px;
        padding: 0 1px
    }

    .updt_reslult {
        font-size: calc(1.05rem + 0.6vw)
    }

    .telegra_ {
        padding-left: 15px;
        padding-right: 15px
    }

    .btn-3.blink_none,.btn-1,.btn-2 {
        margin-right: auto;
        display: block;
        margin-left: auto;
        margin-bottom: 10px
    }
}

@media(max-width: 375px) {
    .header-top {
        text-align:center
    }

    .header-top ul li {
        padding: 5px 4px!important;
        background: red!important
    }

    .header-top ul li a {
        font-size: 12px!important
    }

    .telegramimage {
        height: 50px;
        width: 315px;
        border-radius: 5px
    }

    .gamekeyword {
        display: none!important
    }
}

@media(max-width: 360px) {
    .header-top ul li {
        padding:5px 4px!important;
        background: red!important
    }

    .header-top ul li a {
        font-size: 12px!important
    }

    .telegramimage {
        height: 50px;
        width: 315px;
        border-radius: 5px
    }

    .gamekeyword {
        display: none!important
    }
}
/*------------Label--------*/
label {
    font-size: 20px;
    font-weight: 600;
    color: #ffffff;
    display: grid;
    align-content: center;
    margin: 5px 0px 5px;
        
}
