
.modal-bottom.modal-betslip .modal-dialog,
.modal-bottom.modal-bet-status .modal-dialog{
    max-height: calc( 100% - 115px );
}
.modal-bottom.modal-betslip .modal-dialog::-webkit-scrollbar,
.modal-bottom.modal-bet-status .modal-dialog::-webkit-scrollbar{
  display: none;
}

/* Hide scrollbar for IE and Edge */
.modal-bottom.modal-betslip .modal-dialog,
.modal-bottom.modal-bet-status .modal-dialog{
  -ms-overflow-style: none;
}

.modal-bottom.modal-betslip .modal-content,
.modal-bottom.modal-bet-status .modal-content{
    padding-bottom: 0px;
    vertical-align:top;
    background: #fff;
}

.bet-league{
    margin: 5px 0px 0px;
    padding: 3px 40px 3px 5px;
    color: #fff;
    position: relative;
    text-align: left;
    border-left: 3px #F6C344 solid;
    clip-path: polygon(0 0, 90% 0, 100% 100%, 0% 100%);
    background: rgb(39,111,168);
    background: linear-gradient(90deg, rgba(39,111,168,1) 0%, rgba(39,111,168,1) 48%, rgba(39,111,168,0) 100%);
    text-transform: uppercase;
    font-size: 14px;
    width: calc(100% - 90px);
}

.stake-info-wrapper .close{
    width: 15px;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #00000083;
    font-size: 1rem;
}

.bet-league .icon{
    width: 18px;
    margin-right: 4px;
}

.stake-info-wrapper .bet-status{
    position: absolute;
    right: 0px;
    top: 0px;
    color: #000;
    font-weight: bold;
    /* height: 100%; */
    padding: 3px 5px;
    max-width: 90px;
    text-align: right;
    text-transform: uppercase;
    border-radius: 3px;
}

.stake-info-wrapper .bet-status.waiting,
.stake-info-wrapper .bet-status.pending,
.stake-info-wrapper .bet-status.running{
    color:#e79110;
}

.stake-info-wrapper .bet-status.confirm,
.stake-info-wrapper .bet-status.accepted,
.stake-info-wrapper .bet-status.won{
    color:#479015;
}

.stake-info-wrapper .bet-status.void,
.stake-info-wrapper .bet-status.reject,
.stake-info-wrapper .bet-status.rejected,
.stake-info-wrapper .bet-status.lose{
    color:#d22222;
}

.bet-type{
    padding:0.2rem 0.2rem;
    color: #000;
    background-color: #bcd0ef;
    position: relative;
    text-align: left;
}

.bet-type .close{
    width: 15px;
    position: absolute;
    right: 5px;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    color: #fff;
    font-size: 1.2rem;
}

.bet-type .bet-status{
    position: absolute;
    right:0px;
    top:0px;
    color: #fff;
    height: 100%;
    padding: 0.5rem;
    font-weight: 400;
    display: flex;
    align-items: center;
    min-width: 90px;
    justify-content: center;
}

.bet-type .bet-status:before {
    content: "";
    width: 0;
    height: 0;
    border-bottom: 27px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    top: 0;
    left: -20px;
    z-index: 1;
}

.bet-type .bet-status.waiting,
.bet-type .bet-status.pending,
.bet-type .bet-status.running{
    background-color:#f9d040;
    color:#000;
}

.bet-type .bet-status.waiting:before,
.bet-type .bet-status.pending:before,
.bet-type .bet-status.running:before {
   border-bottom: 27px solid #f9d040;
}

.bet-type .bet-status.confirm,
.bet-type .bet-status.accepted,
.bet-type .bet-status.won{
    background-color:#479015;
}

.bet-type .bet-status.confirm:before,
.bet-type .bet-status.accepted:before,
.bet-type .bet-status.won:before{
   border-bottom: 27px solid #479015;
}

.bet-type .bet-status.void,
.bet-type .bet-status.reject,
.bet-type .bet-status.rejected,
.bet-type .bet-status.lose{
    background-color:#d22222;
}

.bet-type .bet-status.void:before,
.bet-type .bet-status.reject:before,
.bet-type .bet-status.rejected:before,
.bet-type .bet-status.lose:before{
   border-bottom: 27px solid #d22222;
}

.bet-type .bet-status.draw{
    background-color:#e6e6e6;
    text-transform: capitalize;
    color: #000;
}

.bet-type .bet-status.draw:before{
    border-bottom: 27px solid #e6e6e6;
}

.page-group .bet-type .bet-status.blank{
    display: none;
}

.page-group .bet-type .bet-status.blank:before{
    display: none;
}

.stake-wrapper{
    display: flex;
    justify-content: space-between;
    padding: 0.3rem 0.5rem;
    border-bottom: 0;
    margin: 0 auto;
}

.stake-info-wrapper{
    position: relative;
    margin: 0.3rem;
    overflow: hidden;
    background-image: url(../images/lobby_thumb_bg.jpg);
    background-size: 100%;
}

.modal-bet-status .stake-info-wrapper{
    margin-bottom: 0;
}

.stake-info{
    color: #000;
    position: relative;
    z-index: 1;
    padding: 0.5rem !important;
}

.stake-info .team-involved{
}

.stake-info .bet-type,
.stake-info .team-home{
}

.status-function-wrapper{
    display: flex;
    padding: 0 0.7rem;
    margin-top: 5px;
    margin-bottom: 10px;
}

.status-function-wrapper .view-bet,
.status-function-wrapper .ok{
    display: flex;
    justify-content: flex-start;
    width: 50%;
}

.status-function-wrapper .ok{
    justify-content: flex-end;
}

.status-function-wrapper .view-bet a.btn,
.status-function-wrapper .ok a.btn{
    background-color: #f9d040;
    color: #000;
    padding:3px 0.7rem;
    border-radius: 3px;
    text-align: center;
    border-bottom: 2px #af922d solid;
    display: inline-block;
    font-size: 0.8rem;
    font-weight: 500;
}
.status-function-wrapper .view-bet a.btn{
    background: none;
    border-bottom: none;
    border: 1px #03285c solid;
    color: #03285c;
}

.status-function-wrapper .ok a.btn{
    width: 50px;
}

.betslip-match{
    text-align: left;
    font-size: 14px;
}

.selector-odd{
    color: #000;
    text-align: left;
    font-size: 0.9rem;
}

.stake-info.parlay{
    padding: 0px;
}

.selector-odd .text{
    padding-right: 5px;
    display: inline-block;
}

.selector-odd .bet-type-odds{
    display: inline-block;
    text-align: right;
}

.selector-odd .bet-type-odds .odds{
    font-weight: bold;
    display: inline-block;
    text-align: center;
    background-color: #1F69AA;
    border-radius: 3px;
    padding: 3px 7px;
    color: #fff;
}

.selector-odd .bet-type-odds .negetive{
    /* color: #fccf4f; */
    color: #d22222;
}

.selector-odd .bet-type-odds .odds .negetive{
    color: #fccf4f;
    /* color: #d22222; */
}

.selector-odd .bet-type-odds .bet-type-text{
    display: inline-block;
    padding-right: 5px;
}

.stake-info .team-involved .score{
    font-weight: bold;
    padding-right: 5px;
    display: inline-block;
}

.stake-info .team-involved .score:before{
    content:"["
}

.stake-info .team-involved .score:after{
    content:"]"
}

.stake-info .team-involved .team1{
    line-height: normal;
    padding-right: 5px;
    display: inline-block;
}

.stake-info .team-involved .vs{
    padding-right: 5px;
    display: inline-block;
}

.stake-info .team-involved .team2{
    color:#b53f39;
    line-height: normal;
    display: inline-block;
}

.regular-stake {
    display: inline-block;
    vertical-align: middle;
    color: #fecc2f;
}
.remove {
    display: block;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    right: 0px;
    justify-content: center;
    align-items: center;
    padding-left: 5px;
    padding-right: 5px;
    color: #7c7c7c;
    font-size: 1.2rem;
    width: 25px;
    height: 25px;
    text-align: center;
    margin-left: 15px;
    opacity: .5;
}

.remove img{
    width: 100%;
}
.bet-input  {
    width: 60%;
}
.place-bet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #f9d040;
    font-weight: bold;
    flex: 0 0 45%;
    border-radius: 3px !important;
}
.stake-input-wrapper {
    background-color: #fff;
    flex: 0 0 55%;
    border-radius: 3px !important;
}
.stake-decrement,
.stake-increment,
.stake-cancel{
    font-size: 1rem;
        color: #d9d9d9 !important;
    /* width: 25px; */
}
.max-stake-single {
    font-weight: 400;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: normal;
    font-size: 0.7rem;
}

.stake-mask{
    width: 100%;
}

.paralay-selection-wrapper{
    background-color: #3a74bd;
    color:#fff;
    display: flex;
    align-items: center;
}

.paralay-selection-wrapper .left{
    display: flex;
    justify-content: flex-start;
    width: 180px;
    padding: 0.5rem 0.7rem;
    box-sizing: border-box;
}

.paralay-selection-wrapper .right{
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 180px);
}

.paralay-selection-wrapper .selection{
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    border-radius: 20px;
    background-color: #f9d040;
    color: #000000;
    display:inline-block;
    margin-left: 5px;
}

.paralay-selection-wrapper .odds-wrap{
    text-align: right;
    background-color: #2f598e;
    padding: 0.5rem 0.7rem;
}

.paralay-selection-wrapper .odds-wrap .odds{
    color:#f9d040;
    font-weight: bold;
}

.odds-change-notice{
    background-color: #ffe0e0;
    padding: 0.2rem 0.7rem;
    text-align: center;
    bottom: 0;
    left:0;
    border-radius: 3px;
    margin: 0.5rem 0.3rem;
}

.parlay-slip-header{
    position: sticky;
    top: 0;
    z-index: 2;
    width: 100%;
    display: flex;
    color: #0c365d;
    padding: 0.3rem 5px 0 5px;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
}

.parlay-slip-header .title{
    width: 50%;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 700;
}

.parlay-slip-header .remove-all{
    display: flex;
    border:1px #96B1C8 solid;
    border-radius: 3px;
    padding: 0px 10px;
    font-size: 14px;
    line-height: 25px;
}

/*footer*/

.bet-slip .footer-slip {
    box-shadow: none;
    -webkit-box-shadow: none;
    position: relative;
    color:#000;
    background: #DCE4EC;
    position: sticky;
    bottom: 0;
    z-index: 2;
}

.modal-bet-status .bet-slip .footer-slip{
    background-color: #b5c5da;
    color:#000;
    position: static;
    margin-top: 0.2rem;
}


.modal-bet-status .btn-continue,
.modal-bet-status .btn-retain-select{
    padding: 0.5rem 10px;
    border-radius: 3px;
    position: relative;
    color: #000;
    background: #f9d040;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    line-height: normal;
    margin:0.5rem 0.3rem;
    font-size: 0.9rem;
    text-align: center;
    flex-basis: 50%;
    font-weight: bold;
}

.modal-bet-status .payout-wrapper{
    display: flex;
    justify-content: space-between;
    display: flex;
    padding: 0.5rem 1rem;
    justify-content: space-between;
    background-color:#e4eff7;
    border-top: 1px rgba(0,0,0,0.05) solid;
}

.modal-bet-status .footer-slip .payout-wrapper{
    padding-top: 3px;
}

.modal-bet-status .status-function-wrapper{
    margin-bottom: 10px;
}

.footer-slip .parlay-group-wrapper{
    background-color: #ffffff;
    justify-content: end;
    padding: 5px;
}

.footer-slip .btn-add-selection{
    line-height: 25px;
    padding: 0 10px;
    color:#fff;
    background-color: #1F69AA;
    text-align: center;
    border-radius: 3px;
    margin-left: 5px;
}

.parlay-system-menu{
    border-radius: 3px;
    position:absolute;
    bottom: 30px;
    width: 108px;
    left:0;
    padding: 0;
    margin: 0;
    display: none;
    background-color: #fff;
    border: 1px #DCE4EC solid;
}
.parlay-system-menu li a{
    display: block;
    font-weight: 400;
    font-size: 12px;
    color: #0d3a64 !important;
    text-align: left;
}

.modal-bet-status .footer-slip .payout-wrapper{
    padding-bottom: 0;
}

.footer-slip .left,
.footer-slip .right{
    width: 50%;
    text-align: left;
}

.footer-slip .right{
    text-align: right;
}

.footer-slip .payout-amount{
    font-weight: bold;
}

.footer-slip .payout-wrapper{
    display: flex;
    padding: 5px 0.7rem;
    justify-content: space-between;
    margin: 0 auto;
    font-size: 14px;
}

.bet-slip .footer-slip #stake-input{
    font-size: 16px;
    border-radius: 3px;
}

.bet-slip .footer-slip .bet-infosub{
    background-color:#f1f3f5;
    color: #000;
    font-size: 0.75rem;
    font-weight: 500;
    padding: 0.5rem 0.7rem 0 0.7rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
}

.bet-infosub label input[type=checkbox] {
    position: relative;
    width: 16px;
    height: 16px;
    color: #000;
    border: 1px solid #ccc;
    border-radius: 3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    cursor: pointer;
    -webkit-transition: background 175ms cubic-bezier(.1,.1,.25,1);
    transition: background 175ms cubic-bezier(.1,.1,.25,1);
    margin-right: .5rem;
}

.bet-infosub label input[type=checkbox]:before {
    position: absolute;
    content: "";
    display: block;
    top: -1px;
    left: 4px;
    width: 6px;
    height: 12px;
    border-style: solid;
    border-color: #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    opacity: 0;
}

.bet-infosub label input[type=checkbox]:checked {
    color: #fff;
    border-color: #f9d040;
    background: #f9d040;
}


.bet-infosub label input[type=checkbox]:checked:before {
    opacity: 1;
}

.bet-infosub .checkmark{
    display: inline-block;
    vertical-align: top;
    position: relative;
    width: 15px;
    height: 15px;
    background-color: transparent;
    border: 1px solid rgba(255,255,255,0.4);
    margin-right: 10px;
    border-radius: 3px;
}

.bet-infosub .checkmark:after{
    content: "";
    position: absolute;
    display: block;
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}

.bet-infosub input:checked~.checkmark{
    background-color: #f9d040;
    border: 1px solid #f9d040;
    border-radius: 3px;
}

.bet-infosub .checkmark:after{
    border:none;
}

.bet-infosub input:checked~.checkmark:after{
    left: 4px;
    top: 1px;
    border: solid #000 !important;
    border-width: 0 2px 2px 0;
}

#new-switch.switch-wrap .switch {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 20px;
    margin-bottom: 0;
}
#new-switch.switch-wrap .switch input {
    opacity: 0;
    width: 0;
    height: 0;
}
#new-switch.switch-wrap .switch input:checked + .slider {
    background-color: #4ed164;
}
#new-switch.switch-wrap .switch input:checked + .slider:before {
    -webkit-transform: translateX(14px);
    -ms-transform: translateX(14px);
    transform: translateX(14px);
}
#new-switch.switch-wrap .switch input:focus + .slider {
    -webkit-box-shadow: 0 0 1px #4ed164;
    box-shadow: 0 0 1px #4ed164;
}
#new-switch.switch-wrap .switch .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: grey;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#new-switch.switch-wrap .switch .slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 2px;
    bottom: 2px;
    background-color: #fff;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
#new-switch.switch-wrap .switch .slider.round {
    border-radius: 10px 10px 10px 10px;
}
#new-switch.switch-wrap .switch .slider.round:before {
    border-radius: 50%;
}

.keyboard {
    background-color: #F1F3F5;
    width: 100%;
    display: none;
}

.remember-stake{
    padding:0.5rem 0.5rem 0 0.5rem;
}
.remember-stake .toggle {
    cursor: pointer;
    display: inline-block;
}
.remember-stake .toggle-switch {
    display: inline-block;
    background: grey;
    border-radius: 16px;
    width: 40px;
    height: 20px;
    position: relative;
    vertical-align: middle;
    transition: background 0.25s;
}
.remember-stake .toggle-switch:before, .remember-stake .toggle-switch:after {
    content: "";
}
.remember-stake .toggle-switch:before {
    display: block;
    border-radius: 50%;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 2px;
    left: 2px;
    transition: left 0.25s;
    background-color: #fff;
}
.remember-stake .toggle-checkbox:checked + .toggle-switch {
    background: #4ed164;
}
.remember-stake .toggle-checkbox:checked + .toggle-switch:before {
    left: 22px;
}
.remember-stake .toggle-checkbox {
    position: absolute;
    visibility: hidden;
}
.remember-stake .toggle-label {
    margin-left: 5px;
    position: relative;
    top: 2px;
    color: #fff;
}
.keyboard .button-tap {
    background-color: #96B1C8;
    border: 1px solid #F1F3F5;
    color: #ffffff;
    line-height: 48px;
    font-size: 1rem;
    border-radius: 3px;
}
.keyboard .button-tap:active:hover{
    background-color: #72889b;
}
.keyboard .button-tap.special {
    line-height: 18px;
    font-size: 0.8rem;
}
.keyboard .button-tap.special.done{
    background-color: #f9d040;
}

.keyboard .add-stake{
    background-color: #6387A7;
    border: 1px solid #F1F3F5;
    color: #ffffff;
    line-height: 35px;
    font-size: 0.8rem;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
}

/*my bet*/
.page-group .bet-type .bet-status{
    height: 27px;
    min-width: 70px;
}

.page-group .bet-slip{
    margin: 0.5rem;
    border-radius: 3px;
    overflow: hidden;
}

.page-group .bet-slip .footer-slip{
    background-color: transparent;
    color:#000;
    position: static;
}

.page-group .bet-slip .footer-slip .payout-wrapper{
    background-color:#eff8fd;
}

.page-group .stake-info-wrapper{
    margin: 0 auto;
}

.page-group .bet-slip .btn-more-detail{
    text-align: center;
    background-color: #EBEBEB;
    color: #000;
    z-index: 1;
    position: relative;
    padding: 0rem 0.7rem;
}

.page-group .bet-slip .btn-more-detail:after{
    font-family: 'Font Awesome 5 pro';
    content: "\f0d7";
    font-size: 10px;
    font-weight: 700;
    font-size: 0.8rem;
    display: inline-block;
    margin-left: 10px;
}


.page-group .bet-slip .btn-more-detail.active:after{
    content: "\f0d8";
}

.page-group .bet-slip .bet-details-important{
    font-size: 0.6rem;
    padding:0.7rem;
    border-bottom: 1px rgba(0,0,0,0.2) solid;
    background-color: #efefef;
    text-align: left;
    color:#000;
}

.page-group .bet-slip .bet-details{
    background-color: #efefef;
    color: #000;
    text-align: left;
    padding: 0.7rem;
}

.page-group .bet-slip .bet-details .bet-details-row{
    display: flex;
    justify-content:space-between;
    font-size: 0.7rem;
}

.page-group .bet-slip .bet-details .bet-details-row .left{
    padding-right: 10px;
}

/* .page-group .parlay .stake-info{
    border-top: 3px #032e69 solid;
} */

.page-group .footer-slip .payout-amount{
    font-weight: bold;
}

.page-group .footer-slip .win-amount{
    color: #479015;
    font-weight: bold;
}

.page-group .footer-slip .lose-amount{
    color: #d22222;
    font-weight: bold;
}

/*statement*/

.opening-balance{
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    padding: 0.3rem 0.7rem;
    margin: 5px;
    border-radius: 3px;
}

.opening-balance span{
    font-weight: bold;
}

.opening-balance .negetive{
    color:#d22222;
}

.statement-wrap{
    color:#000;
    text-align: center;
    position:relative;
    margin: 5px;
    border-radius: 3px;
    background-color: #fff;
}
.statement-wrap .header{
    background-color: #bcd0ef;
    color: #000;
    padding: 0.2rem 0.7rem;
    text-align: left;
    display: flex;
    justify-content: space-between;
}

.statement-wrap .statement-info{
    display: flex;
    /* border-top: 3px #0d3a64 solid; */
    position: relative;
    box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 2px rgba(0,0,0,0.2);
}

.statement-wrap .statement-info:before{
    font-family: 'Font Awesome 5 pro';
    content: "\f077";
    font-size: 10px;
    font-weight: 300;
    color: rgba(0,0,0,0.5);
    font-size: 0.9rem;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: 2;
}

.statement-wrap .statement-info.collapsed:before{
    content: "\f078";
}

.statement-wrap .statement-col{
    width: 33.33%;
    color: #000;
    padding: 0.5rem;
    position: relative;
    background-color: #e4eefd;
}
.statement-wrap .statement-col:nth-child(odd){
    background-color:#eef5ff;
}

.statement-wrap .statement-col:last-child{
    padding-right: 25px;
}

.statement-wrap .statement-col .lose{
    color:#d22222;
}

.statement-wrap .statement-col .won{
    color:#479015;
}

.statement-wrap .amount{
    position: relative;
    font-weight: bold;
    display: inline-block;
}

.statement-wrap .comm{
    display: inline-block;
    font-size: 0.6rem;
}

.statement-wrap .comm:before{
    content: "("
}

.statement-wrap .comm:after{
    content: ")"
}

.statement-group .statement-col .small-text{
    font-size: 0.6rem;
    color: #586271;
}

.page-group .statement-wrap .result-icon{
    color: #ffffff;
    background-color: #7e8da2;
    padding: 0rem 0.3rem;
    border-radius: 2px;
}

.statement-group .betslip-match.others{
    display: flex;
    justify-content: center;
    align-items: center;
}

.statement-filter-wrapper{
    position: relative;
    background-color: #DCE4EC;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px;
}

.statement-filter-wrapper .btn-statement-filter{
    padding:0 35px 0 0.7rem;
    display: inline-block;
    border-right: 1px solid rgba(255,255,255,0.2);
    position: relative;
    height: 30px;
    width: 134.3px;
    line-height: 30px;
}

.statement-filter-wrapper .btn-statement-filter:after{
    font-family: 'Font Awesome 5 pro';
    content: "\f078";
    font-size: 10px;
    font-weight: 300;
    color: rgba(255,255,255,0.5);
    font-size: 0.9rem;
    position: absolute;
    top: 50%;
    right: 12px;
    transform: translateY(-50%);
    z-index: 2;
}

.statement-filter-wrapper .total{
    text-transform:capitalize;
    color:#000;
    font-weight: normal;
    font-size: 12px;
}

.statement-filter-wrapper .total .win{
    color: #6cd425;
}

.statement-filter-menu{
    position: absolute;
    top:30px;
    left:0;
    z-index: 2;
    background-color: #0d3a64;
    margin: 0;
    padding: 0;
    width: 134px;
    display: none;
    border-top: 1px solid rgba(255,255,255,0.2);
}

.statement-filter-menu li{
    list-style: none;
    text-align: left;
}

.statement-filter-menu li a{
    padding: 0.3rem 0.7rem;
    display: block;
    border-bottom: 1px solid rgba(255,255,255,0.2);
}

.statement-wrap .pagination-wrapper{
    position: relative;
    /* border-top: 1px rgba(255,255,255,0.2) solid; */
    overflow-x:scroll;
}

.statement-wrap .pagination{
    border-radius: 0px;
    position: relative;
    padding: 0px 64px;
    margin: 0px;
}

.statement-wrap .page-item{
    vertical-align: top;
    border-radius: 3px;
    margin: 0px 2px;
}

.statement-wrap .page-link{
    background-color: transparent;
    border: none;
    color:#1F69AA;
    white-space: nowrap;
}

.statement-wrap .page-item:first-child .page-link{
    position: absolute;
    left:0px;
    top:0px;
    border-radius: 0px;
    /* background-color: #0a2b4a; */
    z-index: 1;
    /* border-bottom: 1px #0a2b4a solid; */
}

.statement-wrap .page-item:last-child .page-link{
    position: absolute;
    right:0px;
    top:0px;
    border-radius: 0px;
    /* background-color: #0a2b4a; */
    z-index: 1;
    /* border-bottom: 1px #0a2b4a solid; */
}

.statement-wrap .page-item.active .page-link {
    z-index: 1;
    color: #ffffff;
    font-weight: bold;
    background-color: #0b69a8;
    border-radius: 3px;
    /* border-color: #007bff; */
    /* border-bottom: 1px #f9d040 solid; */
    padding: 3px 7px;
}

.page-group .statement-wrap .bet-slip {
    margin: 0.5rem 0.5rem 0 0.5rem;
    display: inline-block;
    width: calc(100% - 1rem);
}

/*result*/
.result-league-header{
    padding: 0.5rem 0.7rem;
    color: #0e0e0e;
    background-color: #fff;
    position: relative;
}

.result-league-header:before{
    font-family: 'Font Awesome 5 pro';
    content: "\f077";
    font-size: 10px;
    font-weight: 300;
    color: rgba(0,0,0,0.5);
    font-size: 0.9rem;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
}

.result-league-header.collapsed:before{
    content: "\f078";
}

.page-group .bet-slip.result{
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
}


.page-group .bet-slip.result .stake-info-wrapper{
    box-shadow: none;
}

.page-group .bet-slip.result .stake-info{
    border-top: 3px #7087ab solid;
}

/*parlay*/

.parlay-inner-layer{
    padding: 10px;
    background-color: #efefef;
}

.parlay-inner-layer .bet-slip-inner{
    border-radius: 0.25rem;
    overflow: hidden;
    margin-bottom: 10px;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 20%);
}

.parlay-inner-layer .bet-details{
    margin: 0px -10px -10px -10px;
}

.parlay-inner-layer .bet-type{
}

.page-group .bet-slip .parlay-inner-layer .bet-details-important{
    border-bottom: none;
    background-color: #eef8fd;
    border-top: 1px rgba(0,0,0,0.05) solid;
}

.parlay-inner-layer .stake-info-wrapper{
    box-shadow: none;
}

.betslip-system-parlay{
    display: flex;
    justify-content: center;
}

.betslip-system-parlay .matches,
.betslip-system-parlay .fold,
.betslip-system-parlay .combination{
    padding:0px 3px;
}

.bet-slip .refno-link{
    color: #0567ce;
}

.yellow-link{
    color: #f9d040;
}

.accept-text,
.win-text{
    color: #479015;
}

.reject-text,
.lose-text{
    color: #d22222;
}