
/*** TEST FOR GTBANK IFRAME ***/

iframe#paymentIframe {
    border: 0;
    width: 750px;
    height: 750px;
}





body .ui-button:enabled:focus{
    box-shadow: none
}
body .ui-button:enabled:active {
    background-color: transparent;
    color: transparent;
    border-color: none;
}
input{
    padding: 0 5px   
}
.content-page{
    color: var(--c-text-primary)
}


/************************************
          Left User Menu
*************************************/

.account-menu-left > app-widget-host,
.account-menu{
    display: flex;
    flex-direction: row;
    width: 100%
}
.account-menu .header-title{
    color: var(--c-text-odds-header);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 13px 10px;
    background-color: var(--c-background-odd-header);
   /* border-bottom: 1px solid var(--c-background-betslip-title);*/
}
.account-profile .account-menu .account-tab > app-widget-host,
.account-transactions .account-menu .transaction-tab > app-widget-host,
.account-deposit .account-menu .deposit-tab > app-widget-host,
.account-withdraw .account-menu .withdraw-tab > app-widget-host,
.withdraw-cancellation .account-menu .cancellation-tab > app-widget-host,
.account-password .account-menu .password-tab > app-widget-host,
.bet-open .account-menu .bet-open-tab > app-widget-host,
.bet-settled .account-menu .bet-settled-tab > app-widget-host,
.account-statement .account-menu .statement-tab > app-widget-host,
.account-rollover .account-menu .rollover-tab > app-widget-host,
.account-promotion .account-menu .voucher-tab > app-widget-host,
.responsible-gaming-page .account-menu .responsible-gaming-tab > app-widget-host,
.account-documents .account-menu .documents-tab > app-widget-host,
.account-contact .account-menu .contact-tab > app-widget-host{
    background-color: var(--c-background-header);
    color: var(--c-emphasis);
}

.account-menu .group-tabs > app-widget-host{
    display: flex;
    flex-direction: row;
    background-color: var(--c-background-primary);
    color: var(--c-text-odds);
  /*  border-bottom: 1px solid var(--c-background-footer-middle); */
    height: 42px;
    font-size: 13px;
    cursor: pointer;
    align-items: center;
    border-radius: var(--r-border-radius-small);
    margin-bottom: 2px;
}
.account-menu .group-tabs > app-widget-host:hover,
.account-menu .group-tabs > app-widget-host:hover .logout-button{    
    filter: brightness(0.8)
}
.account-menu .white-image img,
.account-menu .blue-image img{
    width: 20px;
    height: 20px;
    margin: 0 15px
}
.account-menu .group-tabs > app-widget-host:hover .white-image,
.account-menu .blue-image{
    display: none
}
.account-menu .group-tabs > app-widget-host:hover .blue-image{
    display: block
}

.account-menu .logout-button{
    background-color: transparent;
    color: var(--c-text-odds);
    padding: 0;
    font-size: 13px
}
.account-menu .group-tabs .account-image:before{
    content: "";
    display: flex;
    align-content: center;
    justify-content: center;
    width: 25px;
    height: 25px;
    padding: 0 10px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center
}

.account-menu .account-tab .account-image:before{
    background-image: url("/v1.21/r/images/africa/user-white.svg");
    filter:invert(1)
}
.account-menu .bet-open-tab .account-image:before{
    background-image: url("/v1.21/r/images/tipster/mybets.svg");
    filter:invert(1)
}
.account-menu .bet-settled-tab .account-image:before{
    background-image: url("/v1.21/r/images/site/history-bet-white.svg");
    filter:invert(1)
}
.account-menu .transaction-tab .account-image:before{
    background-image: url("/v1.21/r/images/africa/transaction-white.svg");
    filter:invert(1)
}
.account-menu .statement-tab .account-image:before{
    background-image: url("/v1.21/r/images/BOA/icons/statement-light-icon.svg");
    filter:invert(1)
}
 .account-menu .deposit-tab .account-image:before{
     background-image: url("/v1.21/r/images/africa/deposit-white.svg");
     filter:invert(1)
}
.account-menu .cancellation-tab .account-image:before,
.account-menu .withdraw-tab .account-image:before{
    background-image: url("/v1.21/r/images/africa/payout-white.svg");
    filter:invert(1)
}
.account-menu .voucher-tab .account-image:before{
    background-image: url("/v1.21/r/images/bestbet/icon/lottery-icon.png");
    filter:invert(1)
}
 .account-menu .password-tab .account-image:before{
     background-image: url("/v1.21/r/images/africa/security-white.svg");
     filter:invert(1)
}
 .account-menu .logout-tab .account-image:before{
     background-image: url("/v1.21/r/images/africa/log-out-white.svg");
     filter:invert(1)
}
.account-menu .rollover-tab .account-image:before{
    background-image: url(/v1.21/r/images/BOA/icons/rollover-icon.png);
    
}
.account-menu .responsible-gaming-tab .account-image:before{
    background-image: url("/v1.217/r/images/africa/responsible-white.svg");
    filter:invert(1)
}
.account-menu .documents-tab .account-image:before{
    background-image: url("/v1.217/r/images/africa/upload-documents-white.svg");
    background-size: 30px;
    filter:invert(1)
}
.account-menu .contact-tab .account-image:before{
    background-image: url("/v1.217/r/images/tipster/contact_information.svg");
    filter:invert(1)
}




/* active */

.account-profile .account-menu .account-tab .account-image:before{
    background-image: url("/v1.21/r/images/bestbet/icon/user-yellow.svg");
    filter:invert(0)
}
.bet-open .account-menu .bet-open-tab .account-image:before{
    background-image: url("/v1.21/r/images/site/mybets-yellow.svg");
    filter:invert(0)
}
.bet-settled .account-menu .bet-settled-tab .account-image:before{
    background-image: url("/v1.21/r/images/site/history-bets-yellow.svg");
    filter:invert(0)
}
.account-transactions .account-menu .transaction-tab  .account-image:before{
    background-image: url("/v1.21/r/images/bestbet/icon/transaction-yellow.svg");
    filter:invert(0)
}
.account-statement .account-menu .statement-tab  .account-image:before{
    background-image: url("/v1.21/r/images/BOA/icons/statement-color-icon.svg");
    filter:invert(0)
}
.account-deposit .account-menu .deposit-tab .account-image:before{
    background-image: url("/v1.21/r/images/bestbet/icon/deposit-yellow.svg");
    filter:invert(0)
}
.withdraw-cancellation .account-menu .cancellation-tab .account-image:before,
.account-withdraw .account-menu .withdraw-tab .account-image:before{
    background-image: url("/v1.21/r/images/bestbet/icon/payout-yellow.svg");
    filter:invert(0)
}
.account-promotion .account-menu .voucher-tab .account-image:before{
    background-image: url("/v1.21/r/images/betomall/icons/yellow/lottery-icon-yellow.png");
    filter:invert(0)
}
.account-password .account-menu .password-tab .account-image:before{
    background-image: url("/v1.21/r/images/bestbet/icon/security-yellow.svg");
    filter:invert(0)
}
.account-rollover .account-menu .rollover-tab .account-image:before{
    background-image: url(/v1.21/r/images/BOA/icons/rollover-icon.png);
    filter: invert(75%) sepia(27%) saturate(1632%) hue-rotate(348deg) brightness(101%) contrast(99%);
}
.responsible-gaming-page .account-menu .responsible-gaming-tab .account-image:before{
    background-image: url("/v1.217/r/images/soccabet/icons/responsible-yellow.svg");
    filter:invert(0)
}
.account-documents .account-menu .documents-tab .account-image:before{
    background-image: url("/v1.217/r/images/soccabet/icons/upload-documents-tellow.svg");
    filter:invert(0)
}
.account-contact .account-menu .contact-tab .account-image:before{
    background-image: url("/v1.217/r/images/soccabet/icons/contact_information-yellow.svg");
    filter:invert(0)
}



/************************************
          Account My Profile
*************************************/

.account .main-content,
.deposit-history-box{
     margin-bottom: 50px
}
.account .main-content{
    max-width: calc(100% - 250px);
}

.profile-info .form-label,
.change-password .form-label{
    align-items: center;
    color: var(--c-text-primary);
    font-size: 13px;
    font-weight: bold
}
#root .account .generic-form tel-input p-dropdown {   
    width: 75px;    
    border-radius: var(--r-border-radius-small);
    height: 40px
}
#root .desktop .account .generic-form tel-input p-dropdown {     
    border-radius: var(--r-border-radius-small);
    height: 40px;
    background-color: var(--c-background-input);  
    color: var(--c-text-input)
}
#root .account .generic-form tel-input p-dropdown .ui-dropdown,
.account .generic-form .form-row input{
    height: 40px;
    border: 0;
    color: var(--c-text-primary);
}
#root .desktop .account tel-input input{
    width: 275px;
    background-color: var(--c-background-input);
    font-size: 13px;
    color: var(--c-text-primary);
}
#root .desktop .account tel-input label{
    background-color: var(--c-background-input);
    color: var(--c-text-primary)
  
}
#root .account tel-input label{
     padding: 0;       
    width: 100%;
    height: 40px;
    justify-content: center;
    background-color: transparent
}

#root .account .generic-form tel-input p-dropdown .ui-dropdown-trigger {
    display: none
}
.generic-form .form-row .form-label {   
    padding-right: 0
}


.change-password .form-label{
    min-width: 200px
}
.profile-info .form-element-wrapper,
.change-password .form-element-wrapper{
    align-items: flex-start
}
.profile-info .form-element-wrapper > select{
    max-width: 350px;
    height: 40px;
    background-color: var(--c-background-input);
    font-size: 14px;
    color: var(--c-text-primary);
}
.profile-info .form-element-wrapper > input,
.change-password .form-element-wrapper > input{
    max-width: 350px;
    height: 40px;
    background-color: var(--c-background-input);
    width: 100%;
    border: 0;   
    color: var(--c-text-primary);
    font-size: 13px;
    padding-left: 10px
}
#root .profile-info .form-element-wrapper ngx-combo-datepicker{
    max-width: 350px;
    width: 100%
}
.profile-info .form-element-wrapper ngx-combo-datepicker select{
    height: 40px;
    background-color: var(--c-background-input);
    color: var(--c-text-primary);
    font-size: 18px;
    padding-left: 10px
}


.profile-info #edit-personal-details > div:last-child{
    /* margin: 50px 0; */
}
.profile-info .checkbox-wrapper .field-label{
    color: var(--c-text-primary);
    font-size: 17px;
    margin-left: 15px
}
.profile-info ui-button{
    display: flex;
    justify-content: flex-start
}
.profile-info ui-button .button-submit-profile-form{
    background-color: var(--c-internal-user-background);
    color: var(--c-internal-user-text);
    text-transform: uppercase;
    font-size: 16px;
    height: 40px;
    width: 200px;
    border-radius: var(--r-border-radius-big)  
    
}
/************************************
          Account Transactions
*************************************/
body .ui-table.ui-table-hoverable-rows .ui-table-tbody>tr.ui-selectable-row:not(.ui-state-highlight):not(.ui-contextmenu-selected):hover{
    background-color: var(--c-background-primary);
    color: var(--c-text-primary)
}

.button-change-password,
.main-actions,
.customer-actions button,
.show-results,
.buy-booking-actions button,
.password-actions button,
.deposit-actions button,
.withdraw-actions button{
    background-color: var(--c-internal-user-background);
    color: var(--c-internal-user-text);
    font-size: 16px;    
    padding: 10px 20px;
    border-radius: var(--r-border-radius-big)
}
.show-results:hover {
    background-color: var(--c-background-header);
    color: var(--c-text-header);
}
.show-results:active {
    color: var(--c-emphasis);
}
body .account .ui-table .ui-table-thead>tr>th{
    color: var(--c-text-header);
    background-color: var(--c-background-footer-middle);
    border: 0
}
body .account .ui-table .ui-table-tbody>tr{
    background-color: var(--c-background-primary);
    border: 0;
    color: var(--c-text-primary);
    text-align: center
}
body .ui-table .ui-table-tbody>tr>td{
    border: 1px solid var(--c-background-body)
}
body .ui-button.ui-button-icon-only {
    border: 1px solid var(--c-background-sidebar-menu)
}
body .ui-button.ui-button-icon-only .ui-button-text{
   background-color: var(--c-background-header)
}
body .ui-button.ui-button-icon-only .fa-chevron-down:before{
    color: var(--c-background-betslip);
}
body .ui-table .ui-table-tbody>tr>td > div{
        /* max-width: 140px; */
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        margin: 0 auto
}

body .ui-table .ui-table-tbody>tr>td[data-column="Code"] > div{
        max-width: 137px;
}
body .mobile .ui-table .ui-table-tbody>tr>td[data-column="Code"] >  div {
    max-width: 110px;
    margin: 0;
    margin-left: auto;
}



/* Transaction Histori tabs */

.transaction-header{
    display: flex;
    justify-content: center;
    margin: 15px;
    align-items: center
}
#root .transaction-header > app-widget-host{
    margin: 0;
    background-color: transparent;
    border: 0
}
#root .transaction-header .deposit-history-header,
#root .transaction-header .withdraw-history-header{
    position: relative;
    min-width: 180px;
    text-transform: uppercase;
    background-color: var(--c-background-primary);
    color: var(--c-text-market);
    margin: 0 5px;
    border-radius: var(--r-border-radius-medium);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    cursor: pointer;
    text-align: center
}

#root .transaction-header .deposit-history-header > div,
#root .transaction-header .withdraw-history-header > div{  
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: bold;
    color: var(--c-text-primary);
    display: flex
}
#root:not(.add-deposit-history) .transaction-header .deposit-history-header > div,
#root.add-deposit-history .transaction-header .deposit-history-header > div,
#root.add-withdraw-history .transaction-header .withdraw-history-header > div{    
    border-radius: var(--r-border-radius-medium);
    background-color: var(--c-background-header);
    color: var(--c-text-header);
    
}
#root.add-withdraw-history .transaction-header .deposit-history-header > div{
     background-color: var(--c-background-primary);
    color: var(--c-text-primary);
}
#root .transaction-header .deposit-history-header:hover,
#root .transaction-header .withdraw-history-header:hover{
    opacity: .9
}


/************************************
          Account Deposit
*************************************/

.credit-card,
.giro,
.paysafe,
.skrill,
.neteller{
    display: block
}
body:not(.credit-card-tab) .credit-card,
body:not(.giro-tab) .giro,
body:not(.paysafe-tab) .paysafe,
body:not(.skrill-tab) .skrill,
body:not(.neteller-tab) .neteller{
    display: none
}
body:not(.giro-tab):not(.paysafe-tab):not(.skrill-tab):not(.neteller-tab):not(.credit-card-tab) .giro{
    display: block    
}
body:not(.giro-tab):not(.paysafe-tab):not(.skrill-tab):not(.neteller-tab):not(.credit-card-tab) .grio-filter .deposit-method-img> img{
    filter: brightness(2)
}

.giro-tab .grio-filter .deposit-method-img> img,
.paysafe-tab .paysafe-filter .deposit-method-img> img,
.skrill-tab .skrill-filter .deposit-method-img> img,
.neteller-tab .neteller-filter  .deposit-method-img> img,
.credit-card-tab .credit-card-filter .deposit-method-img> img{
    filter: brightness(2)
}

.deposit-merge-image > app-widget-host{
    flex-direction: row;
    align-items: center;
    justify-content: start;
    margin: 30px 0
}
.deposit-method-img{
    flex: 1;
    height: 60px;
    align-items: center;
    display: flex;
    margin-right: 50px;
    cursor: pointer
}
.deposit-method-img> img{
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    max-width: 150px;
   
}
.description-title,
.no-history-records,
.affiliate,
.deposit-history-header,
.withdraw-history-header {
    font-size: 14px;
    color: var(--c-text-primary);
   margin-bottom: 15px
}
.description-text,
.show-results,
.subaccounts-wrapper > div:last-child {
    margin-bottom: 15px
}
.sub-title-text,
.description-text,
.min-deposit,
.max-deposit,
.subaccounts-wrapper > div:last-child {
    color: var(--c-text-primary)
}
#root .deposit-method-content > app-widget-host,
#root .withdraw-method-content > app-widget-host{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 30px 0
}
.deposit-method-content .button,
.withdraw-method-content .button{
    background-color: var(--c-internal-user-background);
    font-size: 18px;
    color: var(--c-internal-user-text);
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: var(--r-border-radius-big);
    height: 100%;
    max-width: 100%;
    width: 350px;
    display: flex;
    margin: 0 5px;
    overflow: hidden;
}
.deposit-method-content .top-button,
.withdraw-method-content .top-button{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50px;
    font-style: italic;
    font-weight: bold;
    color: var(--c-emphasis);
    background-color: var(
    --c-background-header);
}
.deposit-method-content .bottom-button,
.withdraw-method-content .bottom-button{
    background-color: var(--c-background-primary);
    color: var(--c-text-primary);
    width: 100%;
    display: flex;
    justify-content: flex-end;
    font-size: 12px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 0 15px;
    height: 25px;
    align-items: center;
    border-bottom-left-radius: var(--r-border-radius-big);
    border-bottom-right-radius: var(--r-border-radius-big)
}


.user-payment-content .generic-form{
    flex-direction: row;
}
.view-page-account-deposit-mobilepay .user-payment-content .generic-form,
.view-page-account-withdraw-mobilepay .user-payment-content .generic-form{
    flex-direction: column
}
.view-page-account-deposit-mobilepay .user-payment-content .generic-form .form-row,
.view-page-account-withdraw-mobilepay .user-payment-content .generic-form .form-row{
    flex-direction: column
}
.view-page-account-deposit-mobilepay .buttons-holder,
.view-page-account-withdraw-mobilepay .buttons-holder{
    display: flex;
    gap: 10px;
}
.view-page-account-deposit-mobilepay .buttons-holder .button,
.view-page-account-withdraw-mobilepay .buttons-holder .button{
    flex: 1;
    /*margin-right: 10px;*/
    background-color: unset
}
.view-page-account-deposit-mobilepay .fld-channel .form-label.channel:before,
.view-page-account-withdraw-mobilepay .fld-channel .form-label.channel:before{
    content:"Select ";
    margin-right: 4px
}
.view-page-account-deposit-mobilepay .fld-channel .buttons-holder .button label,
.view-page-account-withdraw-mobilepay .fld-channel .buttons-holder .button label{
    height: 150px;
    width: 150px;
    font-size: 0!important;
    cursor: pointer
}
.mobile.view-page-account-deposit-mobilepay .fld-channel .buttons-holder .button label,
.mobile.view-page-account-withdraw-mobilepay .fld-channel .buttons-holder .button label{
    height: 80px;
    width: 80px
}
.view-page-account-deposit-mobilepay .fld-channel .buttons-holder label:hover,
.view-page-account-withdraw-mobilepay .fld-channel .buttons-holder label:hover,
.view-page-account-deposit-mobilepay .fld-channel .buttons-holder label:focus,
.view-page-account-withdraw-mobilepay .fld-channel .buttons-holder label:focus,
.view-page-account-deposit-mobilepay .fld-channel .buttons-holder label:active,
.view-page-account-withdraw-mobilepay .fld-channel .buttons-holder label:active {
  border: 1px solid rgba(250, 250, 250, 0.5);
}
.view-page-account-deposit-mobilepay .fld-channel .buttons-holder .button label:before,
.view-page-account-withdraw-mobilepay .fld-channel .buttons-holder .button label:before{
    content:"";
    width: 130px;
    height: 130px;
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: center;    
    margin: 0 auto;
    border-radius: var(--r-border-radius-small)
}
.mobile.view-page-account-deposit-mobilepay .fld-channel .buttons-holder .button label:before,
.mobile.view-page-account-withdraw-mobilepay .fld-channel .buttons-holder .button label:before{
    width: 70px;
    height: 70px
}
.view-page-account-deposit-mobilepay .fld-channel .buttons-holder .button:first-child label:before,
.view-page-account-withdraw-mobilepay .fld-channel .buttons-holder .button:first-child label:before{
    /*background-image: url("/v1.21/r/images/BOA/icons/mtn-mobile-money-new.png");*/
    background-image: url(/v1.351/r/images/soccabet/logo/mtn-momo-payment.png);
    /*background-color: var(--c-background-login-button)*/
}
.view-page-account-deposit-mobilepay .fld-channel .buttons-holder .button:nth-child(2) label:before,
.view-page-account-withdraw-mobilepay .fld-channel .buttons-holder .button:nth-child(2) label:before{
    /*background-image: url("/v1.21/r/images/BOA/icons/vodafone-new.png");*/
    background-image: url(/v1.351/r/images/soccabet/logo/vodafone-cash-payment.png);
    /*background-color: #e61f26*/
}
.view-page-account-deposit-mobilepay .fld-channel .buttons-holder .button:last-child label:before,
.view-page-account-withdraw-mobilepay .fld-channel .buttons-holder .button:last-child label:before{
    /*background-image: url("/v1.21/r/images/BOA/icons/airteltigo-new.png");*/
    background-image: url(/v1.351/r/images/soccabet/logo/airtel-tigo.png);
    /*background-color: var(--c-text-footer-middle)*/
}
.view-page-account-deposit-mobilepay .fld-channel .buttons-holder .button input[type=radio],
.view-page-account-withdraw-mobilepay .fld-channel .buttons-holder .button input[type=radio]{
  opacity: 0;
  width: 0;
  height: 0;
}
.view-page-account-deposit-mobilepay .fld-channel .buttons-holder .button input[type=radio]:active ~ label,
.view-page-account-withdraw-mobilepay .fld-channel .buttons-holder .button input[type=radio]:active ~ label {
  opacity: 1;
}
.view-page-account-deposit-mobilepay .fld-channel .buttons-holder .button input[type=radio]:checked ~ label,
.view-page-account-withdraw-mobilepay .fld-channel .buttons-holder .button input[type=radio]:checked ~ label {
  opacity: 1;
  border: 1px solid var(--c-background-login-button);
}
.view-page-account-deposit-mobilepay .form-label.telephone,
.view-page-account-withdraw-mobilepay .form-label.telephone,
.view-page-account-deposit-mobilepay .form-label.amount,
.view-page-account-withdraw-mobilepay .form-label.amount{
    margin-bottom: 15px
}
.view-page-account-deposit-mobilepay .fld-channel,
.view-page-account-withdraw-mobilepay .fld-channel,
.view-page-account-deposit-mobilepay .fld-telephone,
.view-page-account-withdraw-mobilepay .fld-telephone,
.view-page-account-deposit-mobilepay .fld-amount,
.view-page-account-withdraw-mobilepay .fld-amount{
    margin-bottom: 20px
}
.view-page-account-deposit-mobilepay ui-button,
.view-page-account-withdraw-mobilepay ui-button{
    display:flex;
    justify-content: flex-end;
    width: 100%;
    padding-right: 10px
}
.desktop.view-page-account-withdraw-mobilepay ui-button{
    margin-top: 15px
}
.view-page-account-deposit-mobilepay .user-payment-content ui-button .button-submit-payment,
.view-page-account-withdraw-mobilepay .user-payment-content ui-button .button-submit-payment{
    border-radius: var(--r-border-radius-small)
}
.user-payment-content .generic-form .form-row{
    padding: 0;
}
.user-payment-content label{
    min-width: 70px;
}

.user-payment-content form{
    margin-right: 10px
}
.user-payment-content ui-button .button-submit-payment{
    height: 32px;
    border-radius: var(--r-border-radius-medium);
    background-color: var(--c-internal-user-background);
    color: var(--c-internal-user-text);
    padding: 0 10px;
}

.deposit-instructions-notes{
    display: flex;
    justify-content: center;
    color: var(--c-text-primary)
}



.deposit-mobile .fld-acceptbonus .acceptbonus{
    max-width: 100%;
    min-width: 100%;
    width: 100%;
}
.deposit-mobile .fld-acceptbonus label{
    padding: 10px;
    min-height: 52px;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.deposit-mobile .fld-acceptbonus .button label{
    background-color: #888;
}
.deposit-mobile .fld-acceptbonus .ng-touched input[type="radio"]#radio-button-yes:checked ~ label{
        background-color: var(--c-background-bet-button);
}
.deposit-mobile .fld-acceptbonus .ng-touched #radio-button-no:checked ~ label{
background-color: red;
}

.deposit-mobile .fld-acceptbonus input[type="radio"] {
    width: 0;
    height: 0
}
.deposit-mobile  .fld-acceptbonuscontent{
    padding: 15px 0;
    text-align: center;
}


/************************************
          Account Responsible
*************************************/

#root .responsible-gaming .window-tabs{
    justify-content: flex-start
}
.responsible-gaming .window-tabs > div,
.responsible-gaming .window-tabs.limit-tabs > div{
   color: var(--c-text-primary);
    font-style: normal;
    font-weight: 500;
    width: auto;
    padding: 0 20px;
    min-width: 200px;
    background-color: var(--c-background-betslip);
    border-radius: var(--r-border-radius-small);
    margin: 0 2px 2px 0;
    height: 42px;
    font-size: 13px;
    cursor: pointer;
    line-height: 41px  
}

.responsible-gaming .window-tabs .window-tab.tab-selected{   
    color: var(--c-text-betslip-betting-body);
    background-color: var(--c-background-header)
}
.responsible-gaming .window-tabs.limit-tabs > div{
    font-size: 13px!important;
    background-color: var(--c-background-header-menu);
    color: var(--c-text-primary) 
}
.responsible-gaming .window-tabs.limit-tabs .window-tab.tab-selected{
    font-size: 13px!important;
    background-color: var(--c-background-header);
    color: var(--c-text-betslip-betting-body)
}



/************************************
          Account Documents
*************************************/
#root .account label,
#root .label-value-container input,
#root .affiliate-service h3{
    font-size: 13px!important;
    color: var(--c-text-input);
    max-width: 215px;       
    display: flex;
    align-items: center;
    border-radius: var(--r-border-radius-small)
}
#root .view-page-account-deposit-mobilepay .fld-channel .buttons-holder .button label,
#root .view-page-account-withdraw-mobilepay .fld-channel .buttons-holder .button label{
    font-size: 0!important
}
#root .account label{
    color: var(--c-text-primary)
}
#root .label-value-container input{
    background-color: var(--c-background-input)
}
.label-value-container input{
    margin-right: 0;
    color: black
}
.upload-wrapper input{
    color: var(--c-text-primary)
}
#root .affiliate-service .label-value-container,
.affiliate-service .history-filter,
.affiliate-service .history-from,
.affiliate-service .history-to{
    align-items: center;    
    justify-content: flex-start;  
    margin-bottom: 20px;
    height: 100%
}
#root .label-value-container{
    align-items: center;    
    justify-content: flex-start;  
    margin-top: 20px;
    height: 40px
}
#root .affiliate-service .label-value-container{
    flex-direction: column
}
.affiliate-service .history-filter{
   justify-content: flex-start
}
.element.value input,
.element.value select{
    height: 40px;   
    border: 0;
    background-color: var(--c-background-input);
    color: var(--c-text-input);
    border-radius: var(--r-border-radius-small)
}
.element.value .file-input input{
    height: 23px
}
.element.value select{
    width: 179px
}
.element.value {
    position: relative;
    min-width: 200px
}
.element.value .required-inline-field{
    position: absolute;
    color: var(--c-background-login-button);
    right: 0;
    top: 50%;
    transform: translateX(-50%);
    line-height: 12px;
    font-size: 1em;
}

.responsible-gaming button,
.profile-document-upload button{
    background-color: var(--c-internal-user-background);
    color: var(--c-internal-user-text);
    font-size: 18px;   
    padding: 10px 20px;
    margin-top: 20px;
    min-width: 146px;
    border-radius: var(--r-border-radius-big);
    margin-left: 20px
}
.responsible-gaming button:not(.btn-reset-values):not(.btn-clear-all){
    background-color: var(--c-background-login-button);
    color: var(--c-text-header);
}
.responsible-gaming button.btn-reset-values,
.responsible-gaming button.btn-clear-all,
.profile-document-upload button.btn-remove-file{    
    color: var(--c-internal-user-text)
}
.responsible-gaming button.btn-save-acccess,
.responsible-gaming button.btn-select-all,
.responsible-gaming button.btn-suspend-account,
.profile-document-upload button.btn-submit {
    background-color: var(--c-background-login-button);
    color: var(--c-text-header)
}
.access-limits-tabs-header,
.access-limits-tabs-rows,
.access-limits-tabs-footer{
    display: flex;
    color: var(--c-text-primary);
    font-size: 14px;
    align-items: center;
    margin: 20px 0;
}
.access-limits-tabs-header > div,
.access-limits-tabs-rows > div,
.access-limits-tabs-footer > div{
   display: flex;
    flex: 1;
    justify-content: flex-start
}
.responsible-gaming app-access-limits div:last-child{
    display: flex;
}
.responsible-gaming button.btn-reset-values{
    margin-left: auto
}


.documents-type app-set-value{
    max-width: 200px;
    margin: 0 20px
}
.documents-list .list-header,
.documents-list .list-info,
.upload-message{
    font-size: 14px;
    color: var(--c-text-primary)
}
.documents-list .list-header .header-element ,
.documents-list .list-header .info-element {
    min-width: 200px;
    max-width: 200px;
    text-align: left
}
/************************************
          Account Password
*************************************/
.files-group,
.upload-form{
    display: flex;
    align-items: center
}
.upload-form{
    margin-bottom: 20px
}
#root .files-group .label-value-container{
    margin: 0
}
/************************************
          Account affiliate
*************************************/

.go-back{
    display: none
}
.subaccounts-main-actions{
    display: flex;
    flex-direction: column;
    align-items: flex-start
}
.main-actions.expand-collapse-all,
.subaccounts-main-actions .main-actions{
    margin: 30px 0
}
.user-name.shop{
     color: var(--c-border-sport-coupon)!important;
     text-align: left
}
.user-name.customer,
.user-option,
.user-more{
    text-align: left
}
.report-actions.account-statement,
.report-actions.betting-history{
    background-color: var(--c-text-schedule);
    padding: 7px;
    color: var(--c-text-header-menu);
    margin-right: 5px
}
.report-actions.can-place-bets,
.report-actions.buy-booked-bet{
    background-color: var(--c-border-sport-coupon);
    padding: 7px;
    color: var(--c-text-primary);
    margin-right: 5px
}
.report-actions.buy-booked-bet{
    margin: 0
}
.report-actions.can-place-bets.selected{
    color: var(--c-text-primary)!important;
    background-color: red
}
.affiliate-service .list-header th.header-element:first-child{
    width: 21%
}
.affiliate-service .list-header th.header-element:nth-child(2){
    width: 5%
}
.affiliate-service .list-header th.header-element:nth-child(3){
    width: 28%
}
.affiliate-service .list-header th.header-element:nth-child(4){
    width: 12%
}
.affiliate-service .list-header th.header-element:nth-child(5){
    width: 12%
}
.affiliate-service .list-header th.header-element:nth-child(6){
    width: 6%
}
.affiliate-service .list-header th.header-element:nth-child(7){
    width: 16%
}
.affiliate-service .subaccounts-wrapper td {
    white-space: nowrap
}
.report-actions.deposit{
    background-color: var(--c-border-sport-coupon);
    color: var(--c-text-primary);
    margin-right: 5px;
    padding: 7px 10px
}
.report-actions.withdraw{
    background-color: var(--c-text-special-market);
    color: var(--c-text-primary);
    margin-right: 5px;
    padding: 7px 10px
}
.report-actions.change-password{
    color: var(--c-text-primary);
    background-color: red;
    padding: 7px 10px
}
body .ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-titlebar-icon span{
    background-color: var(--c-background-header);
    color: var(--c-text-header);
    border: 0
}
.customer-actions,
.buy-booking-actions,
.password-actions,
.deposit-actions,
.withdraw-actions{
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse
}
body .ui-dialog .ui-dialog-content{
    background-color: var(--c-background-body);
    color: var(--c-text-primary);
    border: 0;
    padding: 20px 50px
}
body .ui-dialog .ui-dialog-content .element.label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 120px
}

/************************************
          Account History Bets
*************************************/

.history-filter{
    display: flex;
    align-items: center;
    padding-bottom: 8px;
    width: 100%
}
.desktop .history-filter {
    align-items: flex-start;
    flex-direction: column;
}
.desktop .history-filter p-dropdown {
    height: 1rem;
}
.history-filter .history-status-tabs {
    display: flex;
    gap: 1rem;
}
.mobile app-window-tabs[containerclass="history-status-tabs"] {
    max-width: 100%;
}
.mobile .history-filter .history-status-tabs {
    overflow-x: auto;
    justify-content: flex-start;
}
.history-filter .history-status-tabs > div {
    border-radius: 50px;
    cursor: pointer;
    padding: .5rem 1rem;
}
.history-filter .tab-all {
    border: 3px solid #000000;
}
.history-filter .tab-all:hover,
.history-filter .tab-all.tab-selected {
    background-color: #000000;
    color: #ffffff;
}
.history-filter .tab-open {
    border: 3px solid darkgray;
}
.history-filter .tab-open:hover,
.history-filter .tab-open.tab-selected {
    background-color: darkgray;
    color: #ffffff;
}
.history-filter .tab-won {
    border: 3px solid var(--c-background-header);
}
.history-filter .tab-won:hover,
.history-filter .tab-won.tab-selected {
    background-color: var(--c-background-header);
    color: #ffffff;
}
.history-filter .tab-lost {
    border: 3px solid #ff0000;
}
.history-filter .tab-lost:hover,
.history-filter .tab-lost.tab-selected {
    background-color: #ff0000;
    color: #ffffff;
}
.history-filter .tab-cashout {
    border: 3px solid var(--c-emphasis);
}
.history-filter .tab-cashout:hover,
.history-filter .tab-cashout.tab-selected {
    background-color: var(--c-emphasis);
}
.history-filter .tab-settled {
    border: 3px solid darkgray;
}
.history-filter .tab-settled:hover,
.history-filter .tab-settled.tab-selected {
    background-color: darkgray;
    color: #ffffff;
}

.history-from,
.history-to{
    display: flex;    
    align-items: center;
    height: 60px
}
#root .history-header label{
    max-width: 100%;
    width: 160px
}
#root .history-header label.ui-dropdown-label{
    width: 241px;    
    background-color: var(--c-background-sidebar-menu);
    border-radius: 0

}
.history-from input,
.history-to input{
    width: 309px
}
.history-bet-wrapper{
    border: 1px solid var(--c-background-sidebar-menu-2);
    margin: 20px 0 30px;
    border-top: 0;
    border-radius: var(--r-border-radius-medium);
    position: relative;
    background-color: var(--c-background-betslip);
}

#root .history-bet-wrapper:not(.expanded) > div{
    height: 0;
    overflow: hidden;
    padding: 0;
}

#root .history-bet-wrapper.expanded > div{
     height: 100%
}
#root .history-bet-wrapper:not(.expanded) > .history-bet-content,
#root .history-bet-wrapper.expanded > .history-bet-content{
     /* height: 100%; */
}
#root .history-bet-wrapper:not(.expanded) .history-bet-footer,
#root .history-bet-wrapper.expanded .history-bet-footer{
    height: 100%;
    border-top: 2px solid var(--c-background-body);
    padding: 0 10px;
}

#root .history-bet-wrapper:not(.expanded) > .history-bet-content .history-bet-match-details .history-bet-match-wrapper .match-date-code-wrapper,
#root .history-bet-wrapper:not(.expanded) > .history-bet-content .history-bet-match-details .history-bet-match-wrapper .match-and-time .sport-icon,
#root .history-bet-wrapper:not(.expanded) > .history-bet-content .history-bet-match-details .history-bet-match-wrapper .match-and-time .bet-match-tournament-info{
    display: none

}

#root .history-bet-wrapper.expanded > .history-bet-header{
    height: 100%;
    padding: 20px
}
#root app-history .history-systems-wrapper .history-system-wrapper.history-bet-header,
.history-system-wrapper{
    display: flex;
    padding: 20px;
    justify-content: space-between;
    background-color: var(--c-background-body);
}
#root .history-bet-wrapper:not(.expanded) > .history-bet-header,
#root .history-bet-wrapper.expanded > .history-bet-header{
    height: 58px;
    flex-wrap: wrap;
    padding: 0
}
.history-system-wrapper{
    background-color: var(--c-background-primary);
}
.history-bet-header {
    display: flex;
    align-items: center;
    background-color: var(--c-background-header);
    border: 1px solid var(--c-background-sidebar-menu-2);
    padding: 20px;
    border-left: 0;
    border-radius: var(--r-border-radius-medium);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative
}
.history-bet-header .history-bet-toggle{
    cursor: pointer;
    display: flex;
    color: var(--c-text-header);
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    left: 10px
}
.history-bet-wrapper.expanded .history-bet-header .history-bet-toggle:before{
    background-image: url(/v1.09/r/images/site/icons/Minus.svg);
}
.history-bet-wrapper .history-bet-header .history-bet-toggle:before{
    content: "";
    background-image: url(/v1.09/r/images/site/icons/Plus.svg);
    background-size: 24px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: left center;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 30px
}
.history-bet-wrapper.open .history-bet-info{
   padding-bottom: 3px
}
.history-bet-info > div{
    padding-right: 10px
}
.history-bet-info .history-bet-lines{
    display: none
}
#root app-history .history-systems-wrapper .history-system-wrapper.history-bet-header > div,
.history-system-wrapper > div{
    flex: 20%
}
.history-bet-info,
.history-bet-date-time-id,
.history-bet-content,
.bet-infos-title-wrapper,
.bet-infos-title-wrapper .bet-infos-toggle,
.history-bet-status.won,
.history-bet-status.lost,
.history-bet-status.open,
#root app-history .history-systems-wrapper .history-system-wrapper.history-bet-header,
.history-system-wrapper,
.history-bet-status.cancelled{    
    color: var(--c-text-primary);
   
}
.history-bet-info,
.history-bet-date-time-id{
    display: flex;
    color: var(--c-text-header);
    padding-left: 45px;
    flex: 1 1 100%;
}
.history-bet-wrapper.cancelled .history-bet-info,
.history-bet-wrapper.cancelled .history-bet-date-time-id{
   
}
.history-bet-status.won{
     color: var(--c-background-body);
    background-color:rgb(255 255 255 / 30%);
     right: 10px
}
.history-bet-status.won-cashout{
     right: 10px
}

.product-pools .history-bet-status.open {
    right:10px;
}
.history-bet-status.won-cashout{
   background-color: var(--c-emphasis);
}
.history-bet-status.open {
    background-color:rgb(0 0 0 / 30%)
}
.history-bet-status.cancelled{
        background-color: var(--c-background-body);
    right: 10px;
}
.history-bet-status.lost{
    background-color: #ef7777;;
    right: 10px;
    color:var(--c-text-header)
}
.history-bet-date-time-id{     
    display: flex
    
}
.history-bet-status{
    position: absolute;
    right: 95px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
}
.history-bet-wrapper.open .history-bet-status{
    color: var(--c-text-input-header);
}
.history-bet-wrapper.open .history-bet-date-time-id{
    padding-top: 3px
}
.history-bet-date-time-id div{
    padding-right: 10px
}
.history-bet-date-time-id .history-bet-id{
    position: absolute;
    top: 20px;
    left: 45px;
}
.history-bet-wrapper.open .history-bet-date-time-id .history-bet-id{
  
}
.history-bet-date-time-id .history-bet-id:before{
    content: "ID: "
}

.history-bet-match-wrapper{
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 10px 30px;
    padding-bottom:10px;
    border-bottom:2px solid var(--c-background-header);
}
.history-bet-match-details .history-bet-match-wrapper:after{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 51px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px;
}
.history-bet-wrapper:not(.expanded) .history-bet-match-details .history-bet-match-wrapper:after{
    display: none
}

.history-bet-match-details.pending .history-bet-match-wrapper:after,
.history-bet-match-details.cach-out .history-bet-match-wrapper:after{
    /* background-color: var(--c-text-special-market); */
    border-radius: 50%;
}

.history-bet-match-details.won .history-bet-match-wrapper:after{
    background-image: url(/v1.21/r/images/BOA/icons/tick-green.svg)
}

.history-bet-match-details.lost .history-bet-match-wrapper:after{
    background-image: url(/v1.21/r/images/BOA/icons/close-red.svg)
}


.history-bet-match-wrapper > .match-and-time{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    order: 4
}
.history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .market-name::after {
   /* order: 2; */
   /* position: relative; */
    content:":";
    margin-right:5px;
}
.history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .market-name .bet-live-info{
    position: absolute;
    /* bottom: -18px; */
    top: 50%;
    right: 0;
    max-width: 40%;
    text-align: right;
}
.selection-and-odds{
    display: contents;
    position: unset;
    /* right: 60px; */
    top: 0;
    width: 100%;
    padding-right: 30px;
    /* justify-content: space-between; */
    font-size: 1em;
    order: 1;
}
.history-bet-match-wrapper .selection-and-odds .history-bet-selection{
   display: inline;
   order: 1;
   margin-top: auto;
}
.history-bet-match-wrapper .selection-and-odds .history-bet-selection:before{
    /* content: "("; */
}
.history-bet-match-wrapper .selection-and-odds .history-bet-selection:after{
    /* content: ")"; */
}
.history-bet-wrapper:not(.expanded) .selection-and-odds{
    right: 0
}
.history-bet-wrapper:not(.expanded) .selection-and-odds .history-bet-selection{
    /* display: none; */
}    
.history-bet-wrapper:not(.expanded) .history-bet-match-wrapper .market-name{
    display: none;
}
.history-bet-wrapper.open .selection-and-odds .history-bet-odds,
.history-bet-wrapper.open .selection-and-odds .history-bet-selection{
    color: var(--c-text-primary);
}

.selection-and-odds .history-bet-odds,
.history-bet-footer span{
    margin-left: 10px
}
.selection-and-odds .history-bet-odds {
    margin-left:auto;
    order: 3;
}
.selection-and-odds .history-bet-odds::before {
    content:"@";
    margin-right:5px;
}
.selection-and-odds .history-bet-odds,
.history-bet-possible-winnings{font-weight: bold;}

.history-bet-footer .negative{
    color: red
}
.history-bet-footer .positive{
    color: var(--c-background-bet-button)
}
.history-bet-match-time {
    opacity: .5;
    order: 3;
    display: flex;    
   /* position: absolute; */
    right: 0;
    width: 100%
}
.history-bet-match-time > span{
    padding-right: 5px
}
.history-bet-wrapper:not(.expanded) .history-bet-match-time{
   display: none
}
.history-bet-match-time .match-result-separator{
    display: none
}
.history-bet-match-time .betslip-match-locked{
    display: none
}
.history-bet-match-time > span{
    display: none
}
.history-bet-match-time > span:first-child,
.history-bet-match-time > span:last-child{
    display: block
}
.history-bet-content .history-bet-match-details .match-and-time .history-match-score{
    color: var(--c-background-header);
    font-weight: bold;
    margin: 0
}
.history-bet-footer{
    display: flex;
    font-size: 16px;
    color: var(--c-text-primary);
    line-height: 27px;
    justify-content: space-between;
    /* border-top: 1px solid var(--c-background-body); */
    padding: 10px 20px
}
.history-bet-footer .history-bet-stake{
    color: var(--c-text-primary)
}
.history-bet-footer .history-bet-possible-bonus,
.history-bet-footer .history-bet-odds{
    color: var(--c-text-primary);
}
.history-bet-footer .history-bet-winnings{
    color: var(--c-background-bet-button);
}
.history-bet-footer .history-bet-winnings {
    display: flex;
    justify-content: space-between;
    order: 10;
    padding-right: 10px
}
.history-bet-wrapper.expanded .market-name,
.history-bet-wrapper.expanded .history-bet-match-time,
.history-bet-wrapper.expanded .history-bet-footer{
   
}
.history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .market-name {
    display:inline;
}
.bet-infos-title-wrapper.expanded + .bet-infos-content{
    background-color: var(--c-background-primary);
    color: var(--c-text-primary);
    border: 0
}
#root .history-bet-wrapper div.history-actions-wrapper{
    justify-content: space-around;
    /* padding: 20px 10px; */
    height:100%;
}

#root .history-bet-wrapper .history-actions-wrapper .history-bet-cancel{
    background-color: var(--c-background-body);
    color: var(--c-text-primary);
    border-radius: var(--r-border-radius-medium);
    max-width: 264px;
}
.history-bet-wrapper .history-actions-wrapper .history-bet-reprint,
#root .history-bet-wrapper .history-actions-wrapper .history-bet-confirm,
.history-bet-wrapper .history-actions-wrapper .history-bet-cashout,
.history-bet-wrapper .history-actions-wrapper .history-bet-cancel{
    background-color: var(--c-background-header);
    color: var(--c-text-header);
    border-radius: var(--r-border-radius-medium);
    margin:20px 10px!important;
    max-width: 264px;
}
.history-bet-wrapper .history-actions-wrapper .history-bet-reload{
    max-width: 200px;
    position: absolute;
    top: 12px;
    background-color: var(--c-background-bet-button);
    color: var(--c-text-input-header);
    border-radius: var(--r-border-radius-medium);
    padding: 0;
    display: flex;
    align-items: center;
    right: 10px;
    z-index: 1
}
.history-bet-wrapper .history-actions-wrapper .history-bet-reload p-progressspinner{
    
}
.mobile .history-bet-wrapper .history-actions-wrapper .history-bet-reload{
   
}
.history-bet-wrapper .history-actions-wrapper .history-bet-reload > div{
    padding: 8px 20px
}
.bet-infos-title-wrapper{
    border-top: 1px solid var(--c-background-sidebar-menu)
}

.history-bet-wrapper .history-actions-wrapper .history-bet-reload-end{
     flex: 0 0 50%;
    background-color: var(--c-background-betslip-button-bet);
    color: var(--c-text-input-header);
    padding: 0;
    border-radius: var(--r-border-radius-small);
    position: absolute;
    top: 0;
    width: 100%;
    height: 58px
}

.history-bet-wrapper .history-actions-wrapper .history-bet-reload-end > div{
    padding: 10px;
    background-color: transparent;
}
.history-bet-match-details.won .history-bet-match-name,
.history-bet-match-details.won .selection-and-odds{
    color: var(--c-background-bet-button)
}
.history-bet-match-details.lost .history-bet-match-name,
.history-bet-match-details.lost .selection-and-odds{
    color: #ef7777
}
.history-bet-match-details.void .history-bet-match-name,
.history-bet-match-details.void .selection-and-odds,
.open .selection-and-odds{
    /* color: orange; */
}



.history-bet-wrapper > .bet-infos{
    display: none
}
.history-bet-content .match-and-time {
    display:flex;
    flex-wrap:wrap;
}
.history-bet-content .live-match .match-and-time,
 .product-live .history-bet-content .match-and-time{
    max-width:60%;
}
 .product-live .history-bet-match-wrapper .match-and-time .bet-match-tournament-info {
    flex:unset;
}
app-bet-match {
    display:flex;
    flex-direction:column;
}
.history-selection-info {
    order:2;
    flex-wrap: wrap;
    display: inline-flex;
    align-items: center;
}
.history-bet-match-wrapper .match-and-time .bet-match-tournament-info .bet-match-category {
    width:100%;
    margin:10px 0px
}
.history-bet-match-wrapper .match-and-time .bet-match-tournament-info {
    font-weight:bold;
}
.history-bet-match-wrapper .match-and-time .history-bet-match-name {
    font-weight:bold;
}
#root .history-bet-match-wrapper .match-date-code-wrapper {
    margin:5px 0px
}
.history-bet-match-wrapper .match-and-time .sport-icon {
    display:none;
}
/************************************
          Account Withdraw
*************************************/

.deposit-instructions-header{
    display: flex;
    flex-direction: row;
    background-color: var(--c-background-primary);
    color: var(--c-text-odds);
    height: 42px;
    font-size: 13px;
    cursor: pointer;
    align-items: center;
    border-radius: var(--r-border-radius-small);
    margin-bottom: 2px;
    padding: 0 20px
}
.deposit-instructions-content{
    padding: 10px 20px;
    color: var(--c-text-primary);
    font-size: 14px
}
.deposit-instructions-content.important{
    font-weight: bold
}
body .body .content .rollover-left-amount > app-widget-host {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 5px 0;
    color: var(--c-text-primary)
}
body .body .content .rollover-left-amount > app-widget-host >span{
    display: none
}
body .body .content .rollover-amount > app-widget-host {
    display: flex;
    flex-direction: row
}
.payment-form-wrapper {
    background-color: var(--c-background-betslip-betting-body);
    margin: 0 auto;
}
.payment-form-wrapper .payment-logo {
    margin: 0 auto;
    max-height: 100px;
}
.payment-form-wrapper .payment-logo img {
    display: block;
    margin: 0 auto;
    max-height: 100px;
}
.payment-method{
    display: flex;
    width: fit-content;
    padding: 0 20px 20px;
    margin: 20px auto;
    /*background-color: var(--c-background-betslip-betting-body);*/
    color: var(--c-text-schedule-active)
}
.withdrawal > .fld-amount{
    margin-bottom: 20px
}
.right-sidebar-text.center-text{
    text-align: center
}
#root .desktop .deposit-instructions-content app-widget-host{
    flex-direction: row
}
#root .deposit-instructions-content app-widget-host app-content-block:last-child{
    color: var(--c-text-odds-header);
    margin-left: 5px
}


/************************************
          Account Statement
*************************************/

.account-statement .statement-header-wrapper > div{
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.account-statement .statement-header-wrapper > div label{
    max-width: 100%;
    width: 160px;
}
.account-statement .statement-header-wrapper{

}
.account-statement thead tr th:first-child{
    width: 15%!important
}
.account-statement thead tr th:last-child{
    width: 30%!important
}
.mobile .account-statement .statement-header-wrapper > div{
    flex-direction: column;
    align-items: flex-start;
}


/* Back */

#root .desktop .user-payment-content .back{
    height: 42px;
    display: flex;
    align-items: center;
}

#root .desktop .user-payment-content .back-button{
    font-size: 16px
}
#root .desktop .user-payment-content .back-button:hover{
    color: var(--c-border-sport-coupon);
}
#root .desktop .user-payment-content .back-button:before{
    content: "";
    border: solid var(--c-border-sport-coupon);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);

}

/************************************
         Promotion / Voucher
*************************************/


.account-promotion .api-form-wrapper{
    margin-bottom: 50px
}
.account-promotion label.voucherCode{
    font-weight: bold;
    min-width: 170px;
}
.account-promotion input{
    max-width: 350px
}
.account-promotion .button-submit-api-form{
    background-color: var(--c-internal-user-background);
    color: var(--c-internal-user-text);
    text-transform: uppercase;
    font-size: 16px;
    height: 40px;
    width: 200px;
    border-radius: var(--r-border-radius-big);
}

.mobile .account-promotion .form-row{
    flex-direction: column;
}


/************************************
     Account History Bets Jackpot
*************************************/

.history-bet-wrapper.product-pools .history-system-wrapper{
    margin: 0;
    max-width: 100%;
    padding: 15px 20px
}
.history-bet-wrapper.product-pools tbody{
    display: flex;
    flex-direction: column;
}
.history-bet-wrapper.product-pools .history-system-wrapper > div{
   
}
.history-bet-wrapper.product-pools .betslip-html .head td{
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 20px;
    color: var(--c-text-input-header)
}
.history-bet-wrapper.product-pools tbody tr:nth-child(2){
    display: flex;
    justify-content: flex-end;
    padding: 15px;
    color: var(--c-background-betslip-betting-header);
}
.history-bet-wrapper.product-pools tbody tr:nth-child(2) > td{
    padding: 0 10px;
    min-width: 29px;
    font-size: 0
}
.history-bet-wrapper.product-pools tbody tr:nth-child(2) > td:nth-child(2):before{
    content: "Tipp";
    font-size: 14px
}
.history-bet-wrapper.product-pools .match.selection{
    color: var(--c-text-primary);
    display: flex;
    flex-direction: row;
    /* flex-wrap: wrap; */
    border-bottom: 1px solid var(--c-background-bet-button);
    /*padding: 0 15px*/
    padding: 15px;
}
.mobile .history-bet-wrapper.product-pools .match.selection{
    padding: 0 15px 0 0
}
#root .history-bet-wrapper.product-pools .match.selection > td{
    /*padding-bottom: 10px*/
}
.history-bet-wrapper.product-pools .match.selection td.match{
    width: calc(100% - 66px);
    text-align: left
}
.history-bet-wrapper.product-pools .match.selection div.match{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}
#root .history-bet-wrapper.product-pools .match.selection > td.nr{
    min-width: 37px
}
#root .history-bet-wrapper.product-pools .match.selection > td:nth-child(n+3){
    min-width: 29px
}

.history-bet-wrapper.product-pools tbody tr.totals{
    display: flex;
    justify-content: space-between;
    font-size: 16px;
    color: var(--c-text-primary);
    padding: 0 15px
}
.history-bet-wrapper.product-pools tbody tr.totals td{
    padding: 0;
    min-height: 32px;
}
.history-bet-wrapper.product-pools tbody tr.totals td.lines{
    text-align: right;
}
.history-bet-wrapper.product-pools tbody tr.totals td.lines:before{
    display: none
}


/************************************
         Account Rollover
*************************************/

.internal-available-rollover > app-widget-host{
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}
.account-rollover .title-user-data{
    color: var(--c-text-primary);
    font-weight: bold;
    font-size: 16px;
    margin: 10px;
    /* flex: 1 1 100%; */
}
.internal-available-rollover-current,
.internal-available-rollover-target{
    color: var(--c-background-betslip-title);
    font-weight:bold
}
.internal-available-rollover-current{
    display: flex
}
.internal-available-rollover-current:after{
    content: "/";
    color: var(--c-background-betslip-title);
    margin: 0 10px
}

#edit-personal-details .ui-dropdown .ui-dropdown-clear-icon {
    display:none
}

.permanent-suspension-label {
    margin:5px 0px;
    padding:5px 0px;
    font-weight:bold;
}
.permanent-suspension-warning {
    display:flex;
    /* margin:5px 0px; */
    padding:10px 0px;
    font-weight:bold;
}

/* freebet in user area */

.user-balance-info .user-deposit-button.link {
    order: 1;
}
.full-ballance .freebet-info,
.user-balance-info .freebet-info {
    background-color: var(--c-emphasis);
    border-radius: 8px;
    display: block;
    font-weight: bold;
    margin: -45px 0 20px;
    padding: .5rem;
    text-align: center;
    width: 45%;
}
.full-ballance .freebet-info {
    color: #000000;
    font-size: 13px;
    margin: 5px 0 0;
    width: auto;
}
.full-ballance .freebet-info:empty,
.user-balance-info .freebet-info:empty {
    display: none;
}
.full-ballance .freebet-amount span:first-child,
.user-balance-info .freebet-amount span:first-child {
    font-size: 0;
}
.full-ballance .freebet-amount::before,
.user-balance-info .freebet-amount::before {
    content: 'Freebet ';
}
.full-ballance .freebet-title,
.user-balance-info .freebet-title {
    display: none;
}
.full-ballance .freebet-amount .currency-symbol::before,
.user-balance-info .freebet-amount .currency-symbol::before {
    content: '(';
}
.full-ballance .freebet-amount .voucher-value::after,
.user-balance-info .freebet-amount .voucher-value::after {
    content: ')';
}
.full-ballance .freebet-amount {
    align-items: center;
    display: flex;
}
.full-ballance > app-widget-host app-block.link > app-widget-host {
    display: grid;
}

/* code / voucher */

.fld-code code-input > div {
    display: flex;
    gap: .25rem;
}
#deposit_voucher .fld-code app-code-field code-input > div input.code-box {
    border: 1px solid lightgray;
    max-width: 60px;
}
.mobile #deposit_voucher .fld-code app-code-field code-input > div input.code-box {
    width: 25%;
}
#deposit_voucher .fld-code app-code-field .form-label {
    height: 40px;
    margin-right: .25rem;
}
.fld-code .generic-form .form-row {
    gap: .25rem;
}
.mobile .withdrawal-page #paymentForm ui-button .button-submit-payment,
.user-payment-content #paymentForm ui-button .button-submit-payment {
    background-color: var(--c-background-login-button);
    color: var(--c-emphasis);
    height: 40px;
}
.user-payment-content .payment-form form {
    margin-right: 0;
}
.user-payment-content .payment-form .generic-form {
    flex-direction: column;
    flex-wrap: wrap;
    gap: .5rem;
}
.user-payment-content .payment-form .generic-form .form-row.payment-form-errors {
    order: 1;
}
.user-payment-content .payment-form .generic-form ui-button {
    margin-left: auto;
    width: auto;
}
.user-payment-content .payment-form .generic-form .form-row {
    align-items: flex-start;
}
.fld-amount .form-row label.amount {
    height: 42px;
}
.fld-amount .form-row .form-element-wrapper input {
    border: 1px solid lightgray;
    border-radius: var(--r-border-radius-small);
}

/* rebet fix */

.history-bet-reload p-progressspinner + div,
.history-bet-reload.disabled > div:last-child {
    display: none;
}
.history-bet-reload:has(p-progressspinner),
.history-bet-reload.disabled {
    height: 34px;
    min-width: 77px;
}

/* Withdraw cancellation */
.mobile .row-reservedwithdraw > app-widget-host,
body .body .content .row-reservedwithdraw > app-widget-host {
    flex-direction: row;
    gap: 2rem;
}
.cancel-withdraw button {
    background-color: var(--c-background-login-button);
    border-radius: var(--r-border-radius-small);
    color: #ffffff;
    cursor: pointer;
    height: 40px;
    margin-top: 2rem;
    padding: 0 10px;
}
.mobile .row-reservedwithdraw > app-widget-host {
    margin-top: 2rem;
}

/* Fixes */

app-change-password.change-password,
.view-page-account-promotion .promo-voucher,
.beto-personal-details.profile-info {
    margin: 0 auto;
}
.view-page-account-deposit-mtndirect .payment-message-modal .modal-content {
    font-size: 0;
}
.view-page-account-deposit-mtndirect .payment-message-modal .modal-content::before {
    content: 'Check your phone to approve the transaction!';
    font-size: 14px;
}

/* withdrawal new form */

.withdrawaltaxconfirm-header {
    align-items: center;
    background: white;
    display: flex;
    height: 40px;
    justify-content: center;
}
.withdrawaltaxconfirm-header span {
    font-weight: bold;
    margin-left: 5px;
}
.withdrawaltaxconfirm-table {
    width: 100%;
}
.withdrawaltaxconfirm-table tbody {
    display: grid;
}
.withdrawaltaxconfirm-table tr {
    align-items: center;
    background-color: rgba(255, 255, 255, .6);
    display: flex;
    flex: 1;
    height: 36px;
    justify-content: space-between;
    padding-inline: .5rem;
}
.withdrawaltaxconfirm-table tr:last-child {
    background-color: var(--c-background-login-button);
    color: var(--c-emphasis);
    font-weight: bold;
}
.withdrawaltaxconfirm-table tr td span {
    display: block;
}
.withdrawal.withdrawal-mobile .fld-confirm .form-element-wrapper {
    width: 100%;
}
.withdrawal.withdrawal-mobile .fld-confirm .form-element-wrapper .button {
    align-items: center;
    border: 1px solid var(--c-background-login-button);
    border-radius: var(--r-border-radius-medium);
    display: flex;
    height: 36px;
    justify-content: center;
}
.withdrawal.withdrawal-mobile .fld-confirm .form-element-wrapper .button input[type="radio"] {
    height: unset;
}
.desktop.view-page-account-withdraw-mobilepay ui-button,
.view-page-account-withdraw-mobilepay .payment-form .generic-form ui-button {
    margin: 0;
    padding: 0;
    width: 100%;
}
.view-page-account-withdraw-mobilepay ui-button .button-submit-payment {
    margin-inline: auto;
    width: calc(50% - 5px);
}
.view-page-account-withdraw-mobilepay .payment-method {
    margin: 0;
    padding: 0 24px 20px;
    width: 100%;
}
.view-page-account-withdraw-mobilepay .payment-method > div {
    flex: 1;
}