 


/* setting right side div */

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    justify-content: center;
    align-items: center;
    animation: fadeIn 0.5s ease;
}

.right-side {
    justify-content: flex-end;
    align-items: flex-start;
}

.side-wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background: #eee;
    box-shadow: 0.53333vw 0 1.6vw 0 rgb(0 0 0 / 50%);
    border-radius: 0 1.6vw 1.6vw 0;
    flex-direction: column;
}

.setting-wrap {
    background-color: #fff;
    height: 85%;
}

.right-side .side-wrap {
    border-radius: 1.6vw 0 0 1.6vw;
}

.side-head {
    flex: 0 0 10.4vw;
    background: #FFB80C;
    border-radius: 0 1.6vw 0 0;
}

.side-head {
//    background: #222;
}

.right-side .side-wrap .side-head {
    border-radius: 1.6vw 0 0 0;
}

.side-head h3 {
    flex: 1;
    background: transparent;
    font-size: 4vw;
    color: #1E1E1E;
    line-height: 2.6;
    padding: 0 1.86667vw;
    align-items: center;
        font-weight: 700;
    
}

.side-head h3 {
//   color: #FFB80C;
}

.side-head h3 img {
    width: 5.33333vw;
    height: 5.33333vw;
    vertical-align: middle;
    margin-right: 1.33333vw;
}


.close {
    justify-content: center;
    align-items: center;
}

.side-head .close {
    padding: 0 3.46667vw;
    border-left: 1px solid #BE7809;
}

/*  .side-head .close {
    border-color: #444;
} */

.close:before {
    content: '';
   /*  width: 4.4vw;
    height: 3.4vw; */
    
    width: 2.4vw;
    height: 2.4vw;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="9" height="9"><path fill="rgb(30,30,30)" fill-rule="evenodd" d="M9 .912L5.412 4.5 9 8.088 8.088 9 4.5 5.412.912 9 0 8.088 3.588 4.5 0 .912.912 0 4.5 3.588 8.088 0z"/></svg>');
    background-size: contain;
    background-repeat: no-repeat;
    filter: invert(1);

}


 .side-head .close:before {
//    background-image: url(../images/mobile/skyexchange/icon-close-yellow.svg);
    background-repeat: no-repeat;
}

.side-content, .news-wrap .announce-wrap {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}

.side-content {
    flex: 1;
    border-radius: 0 0 1.6vw 0;
}

.right-side .side-content {
    border-radius: 0 0 0 1.6vw;
}

h3 {
    background-image:var(--highlightsbackroundcolor);
    color: var(--highlighttextcolor);
    font-size: 3.73333vw;
    line-height: 2.2;
}

.side-content h3 {
    padding: 0 1.86667vw;
    justify-content: space-between;
    align-items: center;
}

.setting-block {
    font-size: 4vw;
    color: #243A48;
    border-bottom: 1px solid #E0E6E6;
    padding: 1.86667vw 0 0 1.86667vw;
    flex-wrap: wrap;
    justify-content: space-between;

}

.setting-block dt, .setting-block dd {
    /* flex: 1; */
    padding: 0 1.86667vw 1.86667vw 0;
    align-items: center;
}

input {
    position: relative;
    background: #fff;
    border: 1px solid #aaa;
    box-shadow: inset 0 0.53333vw 0 0 rgb(0 0 0 / 10%);
    border-radius: 1.6vw;
    color: #1E1E1E;
    font-size: 4vw;
    font-family: Helvetica, Tahoma, sans-serif;
    padding: 2.66667vw 1.86667vw;
    margin-bottom: 1.86667vw;
    -webkit-appearance: none;
}

.setting-block input {
    width: 26.66667vw;
    margin: 0 0 0 1.33333vw;
}

.align-R, header li.main-wallet p, .bets-back dd span, .bets-lay dd span, .bets-book dd span, .bets-head dd span, .setting-block input {
    text-align: right;
}

.stake-setting dt {
    flex: 1 1 100%;
}

.stake-setting dd {
    flex: 1 1 25%;
}

.btn.select, .select.btn-send, .select.login, .select.form-select, .pages a.select {
    background: #FFCC2E;
    border: 1px solid #BE7809;
    box-shadow: inset 0 0.53333vw 0 0 rgb(0 0 0 / 10%);
}
.stake-setting .btn, .stake-setting .btn-send, .stake-setting .login, .stake-setting .form-select, .stake-setting .pages a, .pages .stake-setting a {
    flex: 1;
    line-height: 2.2;
}

 .btn.select,  .select.btn-send,  .select.login,  .select.form-select,  .pages a.select, .pages  a.select {
//    background: #444;
    //border-color: #000;
  //  color: #FFB80C;
}

.col-stake_edit a {
    width: 100%;
    line-height: 2.6;
    font-weight: bold;
}
.btn-edit {
    color: #243A48;
    background: rgba(197, 208, 215, 0.4);
    border: 0.26667vw solid #7E97A7;
    box-shadow: inset 0 0.53333vw 0 0 rgb(255 255 255 / 80%);
    border-radius: 1.6vw;
}
.btn-edit:after {
    content: '';
    width: 4vw;
    height: 4vw;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="13" viewBox="0 0 13 13"><path fill="rgb(59,81,96)" fill-rule="evenodd" d="M3.115 11.902l.78-.78L1.88 9.103l-.782.78v.92h1.1V11.9h.917zM7.603 3.94c0-.113-.078-.19-.19-.19-.05 0-.102.017-.145.06l-4.65 4.65c-.044.044-.06.095-.06.147 0 .11.076.188.188.188.05 0 .103-.017.146-.06l4.65-4.65c.043-.043.06-.095.06-.146zM7.14 2.29l3.57 3.57L3.57 13H0V9.43l7.14-7.14zm5.86.825c0 .292-.12.575-.317.772l-1.425 1.425-3.57-3.57L9.113.326C9.31.12 9.593 0 9.885 0c.292 0 .575.12.78.326l2.018 2.008c.197.206.317.49.317.78z"/></svg>') no-repeat;
    background-size: contain;
    vertical-align: top;
    margin-top: 2.66667vw;
    margin-left: 1.33333vw;
}

*:focus {
    outline: none;
}

.switch_on, .switch_off {
    position: relative;
    width: 9.33333vw;
    height: 9.33333vw;
    background: #6BBD11;
    box-shadow: inset 0 0.26667vw 0.8vw 0 rgb(0 0 0 / 50%);
    border-radius: 1.6vw;
    overflow: hidden;
    margin-right: 5px;

}
a:hover {
    text-decoration: none;
    cursor: pointer;
}

.switch_off {
    background-color: #A2B1BA;
}

.setting-block input {
    width: 26.66667vw;
    margin: 0 0 0 1.33333vw;
}

.switch_on span, .switch_off span {
    position: absolute;
    right: 1.06667vw;
    top: 1.06667vw;
    width: 2.66667vw;
    height: 7.2vw;
    background: #fff;
    box-shadow: 0 0.53333vw 1.06667vw 0 rgb(0 0 0 / 50%), inset 0 -0.8vw 0 0 #cad5d5;
    border-radius: 1.06667vw;
    justify-content: center;
    align-items: center;
}

.switch_off span {
    left: 1.06667vw;
}

.switch_on span:after, .switch_off span:after {
    content: '';
    width: 1.06667vw;
    height: 1.33333vw;
    background: #E0E6E6;
    box-shadow: inset 0 0.26667vw 0.26667vw 0 rgb(0 0 0 / 26%);
    border-radius: 0.53333vw;
}


.side-wrap .btn-list {
    flex: 0 0 12.8vw;
    margin-top: 1.86667vw;
}
.btn-list {
    padding: 0 1.6vw 2.66667vw;
    flex-wrap: wrap;
}
.btn-list li {
    flex: 1 1 auto;
    margin: 1.6vw 0.8vw 0 0.8vw;
    overflow: hidden;
}

.btn-list li:nth-child(1) {
    flex: 1;
}


.btn-list li a {
    height: 10.93333vw;
    line-height: 10.93333vw;
}



.right-in{
    animation:rightIn 0.3s ease
}
@keyframes rightIn{
    0% {
        opacity:0;margin-right:-94.66667vw
    }
    30% {
        opacity:1
    }
    100% {
        margin-right:0
    }
}


 /* Privacy Policy start  */
 .overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    z-index: 99;
    justify-content: center;
    align-items:flex-start;
    animation: fadeIn 0.5s ease;
}
.overlay .frame-wrap {
    width: 89.33333vw;
    height: 90%;
}

.news-wrap, .side-head, .side-head h3{
    display: flex;
}
.news-wrap {
    position: relative;
    flex-direction: column;
    width: 89.33333vw;
    height: 90%;
    border-radius: 1.33333vw;
    background: #fff;
}
.news-wrap.news-wrap-frame {
    position: relative;
    width: 100%;
    height: 100%;
}
.side-head {
    flex: 0 0 10.4vw;
    background:var(--highlightsbackroundcolor);
    border-radius: 0 1.6vw 0 0;
}
.news-wrap .side-head {
    flex: 0 0 12.8vw;
    border-radius: 1.6vw 1.6vw 0 0;
}
.wicketslive .side-head {
    background: linear-gradient(
-180deg, #ffcc2e 0%, #ffb80c 58%);
}
.news-wrap.news-wrap-frame .side-head {
    top: 0;
    z-index: 2;
}
.side-head h3 {
    flex: 1;
    background: transparent;
    font-size: 4vw;
    color: var(--highlighttextcolor);
    line-height: 2.6;
    padding: 0 1.86667vw;
    align-items: center;
}
.news-wrap .side-head h3 {
    font-size: 4.8vw;
    line-height: 1;
    justify-content: center;
}

.tc-wrap, .announce-wrap {
    overflow-y: scroll;
    background-color: #fff;
    font-size: 4vw;
    line-height: 1.5;
    padding: 4.26667vw 3.46667vw;
    box-sizing: border-box;
}
.side-content, .news-wrap .announce-wrap {
    overflow-x: hidden;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
}
.news-wrap .announce-wrap {
    flex: 1;
    padding-top: 4.26667vw;
    padding-bottom: 0;
}
.tc-wrap p, .announce-wrap p {
    margin: 0 0 3.2vw 0;
}
.align-L, .table th, .tc-wrap h3, .announce-wrap h3, .game-team h4, .scores-time, .pop-wrap h3, .select-list h3, .announce-wrap table, .announce-wrap table th {
    text-align: left;
}
.tc-wrap h3, .announce-wrap h3 {
    font-size: 4.53333vw;
    margin-bottom: 3.2vw;
    color: rgba(30, 30, 30, 0.9);
    line-height: 1.2;
    background: transparent;
    font-weight: bold;
}
.tc-wrap ul, .announce-wrap ul, .tc-wrap ol, .announce-wrap ol {
    margin-left: 6.4vw;
    padding-left: 0;
}
.tc-wrap ul li, .announce-wrap ul li, .tc-wrap ol li, .announce-wrap ol li {
    margin-bottom: 3.46667vw;
}
footer {
    position: sticky;
    position: -webkit-sticky;
    left: 0;
    bottom: 0;
    width: 100%;
    border-top: 1px solid #e0e6e6;
    padding: 2.13333vw 0;
    background: #fff;
}
.news-wrap footer {
    position: relative;
    border-radius: 0 0 1.33333vw 1.33333vw;
}
footer .btn, footer .btn-send, footer .login, footer .form-select, footer .pages a, .pages footer a, footer .wickets .btn-send, .wickets footer .btn-send, footer .wickets .login, .wickets footer .login, footer .wicketslive .btn-send, .wicketslive footer .btn-send, footer .wicketslive .login, .wicketslive footer .login, footer .yabo101sport .btn-send, .yabo101sport footer .btn-send, footer .yabo101sport .login, .yabo101sport footer .login, footer .wicketspro .btn-send, .wicketspro footer .btn-send, footer .wicketspro .login, .wicketspro footer .login, footer .aecricket888 .btn-send, .aecricket888 footer .btn-send, footer .aecricket888 .login, .aecricket888 footer .login, footer .btn-send, footer .login {
    width: 45.33333vw;
    height: 10.66667vw;
    margin: 0 1.06667vw 0 0;
    font-size: 4vw;
    line-height: 10.66667vw;
}
.wicketslive footer .btn-send, .wicketslive footer .login {
    margin: 0 auto;
}
/* Privacy Policy end  */


.news-wrap-frame footer .btn-send {
	margin: auto;
}

.declared {
    background-color: #aed5f5;
    font-size: 3.46667vw;
    line-height: 1.3;
    padding: 2.66667vw;
    margin-bottom: 2.66667vw;
    border-radius: 2.13333vw;
}

.tc-wrap h2, .announce-wrap h2 {
    font-size: 5.86667vw;
    line-height: 1.2;
    color: #1b2d38;
    padding-bottom: 2.13333vw;
    margin-bottom: 4.8vw;
    border-bottom: 1px dashed #e0e6e6;
    font-weight: bold;
}

.tc-wrap h3, .announce-wrap h3 {
    font-size: 4.53333vw;
    margin-bottom: 3.2vw;
    color: rgba(30, 30, 30, 0.9);
    line-height: 1.2;
    background: transparent;
}

.tc-wrap h4, .announce-wrap h4 {
    font-size: 4vw;
    color: rgba(30, 30, 30, 0.9);
    margin-bottom: 2.66667vw;
}

.tc-wrap h5, .announce-wrap h5 {
    font-size: 4vw;
    color: rgba(30, 30, 30, 0.9);
    margin-bottom: 2.66667vw;
    text-decoration: underline;
	font-weight: bold;
}