body .ui-button:enabled:focus{
    box-shadow: none
}
body .ui-button:enabled:active {
            border-}
input{
    padding: 0 5px;
}
.content-page{
        flex-direction: row;
    width: 100%
}
.account-menu .header-title{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 13px 10px;
    color: var(--c-primary)
}
.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,
.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-promotion .account-menu .voucher-tab > app-widget-host,
.account-withdraw-cancellation .account-menu .cancel-withdraw-tab > app-widget-host{
    background: var(--c-gradient-purple-purple);
    color: var(--c-white)
}

.account-menu .group-tabs > app-widget-host{
    display: flex;
    flex-direction: row;
    height: 42px;
    font-size: 13px;
    cursor: pointer;
    align-items: center;
    border-radius: var(--r-border-radius-small);
    margin-bottom: 2px;
    background-color: var(--c-white);
    color: var(--c-black)
}
.account-menu .group-tabs > app-widget-host:hover,
.account-menu .group-tabs > app-widget-host:hover .logout-button{
    background: var(--c-gradient-purple-purple);
    color: var(--c-white)
}
.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{
    padding: 0;
    font-size: 13px;
    background-color: transparent;
    border: 0;
    color: var(--c-black)
}
.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;
    filter: invert(39%) sepia(10%) saturate(2833%) hue-rotate(232deg) brightness(91%) contrast(87%);
}

.account-menu .account-tab .account-image:before{
    background-image: url("/v2.02/r/images/africa/user-white.svg")
}
.account-menu .bet-open-tab .account-image:before{
    background-image: url("/v2.02/r/images/tipster/mybets.svg")
}
.account-menu .bet-settled-tab .account-image:before{
    background-image: url("/v2.02/r/images/site/history-bet-white.svg")
}
.account-menu .transaction-tab .account-image:before{
    background-image: url("/v2.02/r/images/africa/transaction-white.svg")
}
.account-menu .statement-tab .account-image:before{
    background-image: url("/v2.02/r/images/BOA/icons/statement-light-icon.svg")
}
.account-menu .deposit-tab .account-image:before{
    background-image: url("/v1.030/r/images/site/icons/deposit-white.svg")
}
.account-menu .withdraw-tab .account-image:before{
    background-image: url("/v2.02/r/images/africa/payout-white.svg")
}
.account-menu .cancel-withdraw-tab .account-image:before{
    background-image: url("/v1.030/r/images/africa/payout-white.svg")
}
.account-menu .voucher-tab .account-image:before{
    background-image: url("/v2.02/r/images/bestbet/icon/lottery-icon.png")
}
.account-menu .password-tab .account-image:before{
    background-image: url("/v2.02/r/images/africa/security-white.svg")
}
.account-menu .contact-tab .account-image:before{
    background-image: url(/v2.122/r/images/tipster/contact_information.svg)
}
.account-menu .logout-tab .account-image:before{
    background-image: url("/v2.02/r/images/africa/log-out-white.svg")
}
.account-menu .rollover-tab .account-image:before{
    background-image: url(/v2.02/r/images/BOA/icons/rollover-icon.png);
}
/* active */

.account-profile .account-menu .account-tab .account-image:before{
}
.bet-open .account-menu .bet-open-tab .account-image:before{
}
.bet-settled .account-menu .bet-settled-tab .account-image:before{
}
.account-transactions .account-menu .transaction-tab  .account-image:before{
}
.account-statement .account-menu .statement-tab  .account-image:before{
}
.account-deposit .account-menu .deposit-tab .account-image:before{
}
.account-withdraw .account-menu .withdraw-tab .account-image:before{
}
.account-promotion .account-menu .voucher-tab .account-image:before{
}
.account-password .account-menu .password-tab .account-image:before{
}
.account-rollover .account-menu .rollover-tab .account-image:before{
}

/************************************
          Account My Profile
*************************************/

.user-dara > app-widget-host{
    flex-wrap: wrap;
    gap: 20px;
    max-width: 500px;
    justify-content: space-between;
    margin-bottom: 20px
}
.user-dara .user-name-wrap > app-widget-host,
.user-dara .user-id-wrap > app-widget-host{
    flex-direction: row
}

.user-dara .username-label,
.user-dara .userid-label{
    display: flex;
    align-items: center;
    font-size: 13px;
    font-weight: bold;
    max-width: 215px;
    min-width: 150px;
    color: var(--c-emphasis-b)

}
.user-dara .username-value,
.user-dara .userid-velue{
    max-width: 350px;
    height: 40px;
    width: 100%;
    border: 0;
    font-size: 13px;
    padding-left: 10px;
    display: flex;
    align-items: center;
    border-radius: var(--r-border-radius-medium);
    background-color: var(--c-background-b);
    color: var(--c-black)
}
.user-dara data-view{
    font-size: 13px;
    }
.account .main-content,
.deposit-history-box{
    margin-bottom: 50px
}
.account .main-content{
    max-width: calc(100% - 250px);
}
#edit-personal-details{
    display: flex;
    flex-direction: column;
    gap: 10px
}
#edit-personal-details .form-element-error{
    background: linear-gradient(to bottom, var(--c-background-b) 50%, var(--c-background-a) 50%);
}
 #edit-personal-details .field-hint{
    display: none
}
.profile-info .form-label,
.change-password .form-label{
    align-items: center;
        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 .account .generic-form tel-input {
    display: flex;
    max-width: 350px;
    width: 100%;
    max-width: 350px;
    height: 40px;
    width: 100%;
    border: 0;
    font-size: 13px;
    padding-left: 10px;
    background-color: var(--c-background-b)
}
#root  .account .generic-form tel-input p-dropdown {
    border-radius: var(--r-border-radius-small);
    height: 40px;
            /* display: flex; */
    /* flex-direction: row; */
}
#root .account .generic-form tel-input p-dropdown .ui-dropdown,
.account .generic-form .form-row input{
    height: 40px;
    border: 0;
    border-radius: var(--r-border-radius-medium);
}
.account .form-element-wrapper{
    max-width: 350px
}
#root .account .generic-form tel-input p-dropdown .ui-dropdown {
    min-width: 65px;
    padding: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: transparent
}
#root  .account tel-input input{
    width: 100%;
        font-size: 13px;
        border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
#root  .account tel-input label{      


    max-width: unset;
}
#root .account tel-input label{
    padding: 0;
    width: 100%;
    height: 40px;
    justify-content: center;
    height: 40px;
    font-size: 14px;
    border-radius: var(--r-border-radius-medium);
    background-color: transparent;
    display: flex;
    align-items: center;
    justify-content: flex-start
}
#root .account tel-input .ui-dropdown-trigger{
    background-color: transparent
}
.profile-info .form-element-wrapper > input,
.change-password .form-element-wrapper > input{
    max-width: 350px;
    height: 40px;
    width: 100%;
    border: 0;
    font-size: 13px;
    padding-left: 10px;
    background-color: var(--c-background-b)
}
.profile-info .form-element-wrapper > select {
    max-width: 350px;
    height: 40px;
    background-color: var(--c-background-b);
    font-size: 14px;
    color: var(--c-black);
    border-radius: var(--r-border-radius-medium)
}
#root .profile-info .form-element-wrapper ngx-combo-datepicker{
    max-width: 350px;
    width: 100%;
    display: flex;
}
.profile-info .form-element-wrapper ngx-combo-datepicker select{
    height: 40px;
            font-size: 18px;
    padding-left: 10px;
    border: 0;
    margin-right: 5px;
}


.profile-info #edit-personal-details > div:last-child{
    /* margin: 50px 0; */
}
.profile-info .checkbox-wrapper .field-label{
        font-size: 17px;
    margin-left: 15px
}
.profile-info ui-button{
    display: flex;
    justify-content: flex-start
}
.profile-info ui-button .button-submit-profile-form{
            text-transform: uppercase;
    font-size: 16px;
    height: 40px;
    width: 200px;
    border-radius: var(--r-border-radius-big);
    /* margin: 0 auto; */
}
/************************************
          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{
                font-size: 16px;
    padding: 10px 20px;
    border-radius: var(--r-border-radius-big)
}
body .account .ui-table .ui-table-thead>tr>th{
            border: 0
}
body .account .ui-table .ui-table-tbody>tr{
        border: 0;
        text-align: center
}
body .ui-table .ui-table-tbody>tr>td{
    border: 0px solid var(--c-background-footer-middle);
}
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{
}
body .ui-table .ui-table-tbody>tr>td > div{
    /* max-width: 180px; */
    white-space: nowrap;
    /* overflow: hidden; */
    /* text-overflow: ellipsis; */
    margin: 0 auto
}

/* Transaction Histori tabs */

.transaction-header{
    display: flex;
    justify-content: center;
    margin: 15px;
    align-items: center
}
#root .transaction-header > app-widget-host{
    margin: 0;
    border: 0;
    flex-direction: row;
    justify-content: center;
    gap: 20px
}
#root .transaction-header .deposit-history-header,
#root .transaction-header .withdraw-history-header{
        position: relative;
    min-width: 180px;
    text-transform: uppercase;
    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;
    border: 1px solid var(--c-emphasis-b)
}

#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;
        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-emphasis-b);
    color: var(--c-white)
}
#root.add-withdraw-history .transaction-header .deposit-history-header > div{
    color: var(--c-black);
    background-color: transparent
}
#root .transaction-header .deposit-history-header:hover,
#root .transaction-header .withdraw-history-header:hover{
   
}

.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-emphasis-b);
    color: var(--c-white);
    border-radius: var(--r-border-radius-big);
    padding: 12px 20px;
    min-width: 150px;
    margin: 15px 0;
    border: 0;
}
.change-password-form-success{
        color: var(--c-black)
}
/************************************
          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: 13px;
    margin-bottom: 15px;
    text-align: center;
    color: var(--c-primary)
}
.description-text,
.show-results,
.subaccounts-wrapper > div:last-child {
    background-color: var(--c-emphasis-b);
    color: var(--c-white);
    border-radius: var(--r-border-radius-big);
    padding: 12px 20px;
    min-width: 150px;
    margin: 15px 0;
    border: 0
}
.sub-title-text,
.description-text,
.min-deposit,
.max-deposit,
.subaccounts-wrapper > div:last-child {
        justify-content: center;
    align-items: center;
    margin: 30px 0
}
.deposit-method-content .button,
.withdraw-method-content .button{
        font-size: 18px;
    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;
    color: var(--c-white);
    background: var(--c-gradient-purple-purple)
}
.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
}
#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 .bottom-button,
.withdraw-method-content .bottom-button{
            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;
    align-items: center;
}

.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;
}
.view-page-account-deposit-mobilepay .buttons-holder .button,
.view-page-account-withdraw-mobilepay .buttons-holder .button{
    flex: 1;
    margin-right: 10px;
        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("/v2.02/r/images/BOA/icons/mtn-mobile-money-new.png");
                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 {
    height:100%;
}
.user-payment-content ui-button .button-submit-payment{
    height: 40px;
    width: 100%;
    border-radius: var(--r-border-radius-medium);
            padding: 0 10px;
}

.deposit-instructions-notes{
    display: flex;
    justify-content: center;
    min-width: 100%;
    width: 100%;
    color: var(--c-primary);
}
.deposit-mobile .fld-acceptbonus label{
    padding: 10px;
    min-height: 52px;
    justify-content: center;
    text-align: center;
    cursor: pointer;
}
.deposit-mobile .fld-acceptbonus .button label{
    }
.deposit-mobile .fld-acceptbonus .ng-touched input[type="radio"]#radio-button-yes:checked ~ label{
    }
.deposit-mobile .fld-acceptbonus .ng-touched #radio-button-no:checked ~ label{
    }

.deposit-mobile .fld-acceptbonus input[type="radio"] {
    width: 0;
    height: 0
}
.deposit-mobile  .fld-acceptbonuscontent{
    padding: 15px 0;
    text-align: center;
}

.row-reservedwithdraw > app-widget-host{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 50px;
    color: var(--c-black);
    margin-bottom: 50px
}
.cancel-withdraw button {
    background-color: var(--c-emphasis-d);
    border-radius: var(--r-border-radius-small);
    color: #ffffff;
    cursor: pointer;
    height: 40px;
    margin-top: 2rem;
    padding: 0 10px;
}

.cancel-withdraw .confirm-api-button-wrapper{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    color: var(--c-black);
}
.cancel-withdraw .api-button-confirm{
    flex: 1 1 100%
}
.mobile .row-reservedwithdraw > app-widget-host {
    margin-top: 2rem;
}



/************************************
          Account Responsible
*************************************/

#root .responsible-gaming .window-tabs{
    justify-content: flex-start
}
.responsible-gaming .window-tabs > div,
.responsible-gaming .window-tabs.limit-tabs > div{
        font-style: normal;
    font-weight: 500;
    width: auto;
    padding: 0 20px;
    min-width: 200px;
        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{
                            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{
    justify-content: flex-start;
    margin-bottom: 8px;
    height: 100%;
    color: var(--c-emphasis-b)
}
#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;
            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;
        right: 0;
    top: 0;
    transform: translateX(-100%)
}

.responsible-gaming button,
.profile-document-upload button{
            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.btn-reset-values,
.responsible-gaming button.btn-clear-all,
.profile-document-upload button.btn-remove-file{
                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;
        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{
        text-align: left
}
.user-name.customer,
.user-option,
.user-more{
    text-align: left
}
.report-actions.account-statement,
.report-actions.betting-history{
        padding: 7px;
        margin-right: 5px
}
.report-actions.can-place-bets,
.report-actions.buy-booked-bet{
        padding: 7px;
        margin-right: 5px
}
.report-actions.buy-booked-bet{
    margin: 0
}
.report-actions.can-place-bets.selected{
                margin-right: 5px;
    padding: 7px 10px
}
.report-actions.withdraw{
            margin-right: 5px;
    padding: 7px 10px
}
.report-actions.change-password{
            padding: 7px 10px
}
body .ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-titlebar-icon span{
    background-color: var(--c-emphasis-d);
    color: var(--c-white);
    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{
            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;
    flex-direction: column;
    padding-bottom: 8px;
    width: 100%
}
.history-from,
.history-to{
    display: flex !important;
    flex-direction: column;
    height: 60px
}
#root .history-header label{
    max-width: 100%;
    width: 160px;
    margin-bottom: 8px;
    color: var(--c-emphasis-b)
}
#root .history-header label.ui-dropdown-label{
    width: 241px;
    border-radius: 0

}
.history-from input,
.history-to input{
    width: 309px
}
.history-bet-wrapper{
    margin: 20px 0 30px;
    border-top: 0;
    border-radius: var(--r-border-radius-medium);
    position: relative;
    background: var(--c-white);
}
.history-bet-wrapper.product-aviator > .history-bet-header{
    background-image:url(/v2.10/r/images/roisbet/icons/AVIATOR.svg);
    background-size:30px;
    background-repeat:no-repeat;
    background-position:10px 10px;
}
#root .history-bet-wrapper:not(.expanded) > div:not(.history-bet-header):not(.history-actions-wrapper){
    height: 0; 
    overflow: hidden;
    padding: 0
}
#root .history-bet-wrapper:not(.expanded) > div.history-bet-footer{
    height: 100% !important
}

#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-betslip)
}


#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 app-history .history-systems-wrapper .history-system-wrapper.history-bet-header,
.history-system-wrapper{
    display: flex;
    padding: 20px;
    justify-content: space-between;
    background: var(--c-gradient-purple-purple);
    color: var(--c-white)
}
.history-bet-wrapper:not(.expanded) > .history-bet-header,
.history-bet-wrapper.expanded > .history-bet-header{
    height: 58px;
    flex-wrap: wrap;
    padding: 0;
}
#root .history-bet-wrapper .history-bet-content {
    }

.history-system-wrapper{
    background-color: var(--c-white)
}
#root .history-bet-wrapper .history-bet-header {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    border-left: 0;
    border-radius: var(--r-border-radius-medium);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    position: relative;
    background: var(--c-gradient-purple-purple);
    color: var(--c-white);
}
.history-bet-header .history-bet-toggle{
    cursor: pointer;
    display: flex;
    border: 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    left: 0;
}
.history-bet-wrapper.expanded .history-bet-header .history-bet-toggle:before{
        transform: rotate(-90deg);
}
.history-bet-wrapper .history-bet-header .history-bet-toggle:before{
    content: "";
    background-image: url(/v1.030/r/images/site/icons/arrow-right.svg);
    transform: rotate(90deg);
    background-size: 10px;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    width: 50px;
    background-position: center;
}
.history-bet-wrapper.open .history-bet-info{
    padding-bottom: 3px;
    width: 100%
    
}
.history-bet-wrapper .history-bet-info{
    padding-left: 45px;
}
.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{
   white-space: nowrap;
}
.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{
    
}
.history-bet-info {
    width: 100%;
    font-weight: bold;
}
.history-bet-info,
.history-bet-date-time-id{
    display: flex;
    }
.history-bet-wrapper.cancelled .history-bet-info,
.history-bet-wrapper.cancelled .history-bet-date-time-id{

}
.history-bet-status.won{
        right: 10px
}
.history-bet-status.won-cashout{
    right: 10px
}

.history-bet-status.open,
.history-bet-status.won-cashout{
    }
.history-bet-status.cancelled{
    }
#root .history-bet-status.lost{
    right: 10px;
    background-color: #ef7777;
}
#root .history-bet-wrapper:has(.history-bet-reload) .history-bet-status.lost{
    right: 100px
}
.history-bet-date-time-id{
    display: flex;    
    padding-left: 45px;

}
.history-bet-status{
    /* position: absolute; */
    right: 95px;
    top: 50%;
    margin-right:5px;
    /* transform: translateY(-50%); */
}
.history-bet-wrapper.open .history-bet-status{
    background-color: green;
    
}
.history-bet-wrapper .history-bet-status{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    padding: 5px;
}
.history-bet-wrapper:has(.history-bet-reload) .history-bet-status{
    right: 100px;
}
.history-bet-wrapper.open .history-bet-date-time-id{
    padding-top: 3px
}
.right-sidebar .history-bet-wrapper.open .history-bet-date-time-id{
    width: 100%;
    padding-left: 45px
}
.history-bet-date-time-id div{
    padding-right: 10px
}
.history-bet-date-time-id .history-bet-id{
    position: absolute;
    top: 22px;
    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-wrapper:not(.expanded) .history-bet-match-wrapper {
    border-bottom:1px solid var(--c-background-sidebar-menu-2)
}
.history-bet-match-wrapper{
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 5px 10px;
    font-size: 0.9em;
    color: var(--c-black);
    border-bottom: 2px solid var(--c-emphasis-a);
}
.expanded .history-bet-match-wrapper {
    margin:5px;
}
.expanded .history-bet-match-wrapper .history-match-info .match-and-time{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
}
.history-bet-match-wrapper .match-and-time .bet-match-tournament-info .bet-match-category {
    width: 100%;
    margin: 10px 0px
}
.history-bet-match-details .history-bet-match-wrapper:after{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform:translate(0%, -50%);
    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{
        border-radius: 50%;
}
.history-bet-match-details.won .history-bet-match-wrapper {
 /*   border-left:5px solid green */
}
.history-bet-match-details.lost .history-bet-match-wrapper {
  /*  border-left:5px solid red */
}
.history-bet-match-details.won .history-bet-match-wrapper:after{
    background-image: url(/v1.030/r/images/site/icons/tick-green.svg)
}

.history-bet-match-details.lost .history-bet-match-wrapper:after{
    background-image: url(/v1.030/r/images/site/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 {
    display: flex
}
.history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .market-name::after {  
    content: ":";
    margin-right: 5px;
}
.history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .market-name .bet-live-info{
    position: absolute;
    top: calc(50% - -15px);
    right: 10px;
    max-width: 40%;
    text-align: right
}
app-bet-match {
    display: flex;
    flex-direction: column;
}
.history-selection-info {
    order: 2;
    flex-wrap: wrap;
    display: inline-flex;
    align-items: center
}
.selection-and-odds{
    display: flex;
    position: unset;
    order: 1;
   
}
.history-bet-match-wrapper .selection-and-odds .history-bet-selection{

}

.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{
        font-weight: bold;
}

.history-bet-wrapper.open .selection-and-odds .history-bet-selection{
    font-weight: normal
}
.history-bet-wrapper:not(.expanded) .selection-and-odds .history-bet-odds {
    margin-left:0;
}
.selection-and-odds .history-bet-odds,
.history-bet-footer span{
    margin-left: 10px
}
.history-bet-footer span{
    white-space: nowrap
}
.selection-and-odds .history-bet-odds {
    margin-left: auto;
    order: 3;
    position: absolute;
    right: 10px;
    font-weight: bold
}
.selection-and-odds .history-bet-odds::before {
    content: "@";
    margin-right: 5px;
}
.history-bet-footer .negative{
    color: red;
        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{
    margin: 0
}
.history-bet-footer{
    display: flex;
    flex-wrap: wrap;
    font-size: 14px;
    line-height: 27px;
    justify-content: space-between;
    padding: 10px 20px;
    color: var(--c-black);
}

.history-bet-footer > div {
    display: flex;
    text-align: center;
}
.history-bet-footer > div > div{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 10px;
}
.selection-and-odds .history-bet-odds, .history-bet-possible-winnings {
    font-weight: bold;
}
.history-bet-footer .history-bet-possible-winnings{
    font-weight: bold;
    font-size: 16px
}
.history-bet-footer .history-bet-odds{
    margin-right: 10px
}
.history-bet-footer .history-bet-stake{
    }
.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{

}
.bet-infos-title-wrapper.expanded + .bet-infos-content{
            border: 0
}
.history-bet-wrapper .history-actions-wrapper{
    justify-content: space-around;
    padding: 20px 10px;
}

#root .history-bet-wrapper .history-actions-wrapper .history-bet-cancel{
            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{
            border-radius: var(--r-border-radius-medium);
    max-width: 264px;
        font-weight: bold;
}
.history-bet-wrapper .history-actions-wrapper .history-bet-cashout{
    background: var(--c-gradient-purple-purple);
    color: var(--c-white)
}
.history-bet-wrapper .history-actions-wrapper .history-bet-reload{
    max-width: 200px;
    position: absolute;
    top: 12px;
    overflow: hidden;
    border-radius: var(--r-border-radius-medium);
    padding: 0;
    display: flex;
    align-items: center;
    right: 10px;
    z-index: 5
}
.history-bet-wrapper .history-actions-wrapper .history-bet-reload > div{
    padding: 8px 20px;
    background-color: var(--c-emphasis-c);
    color: var(--c-white)
}
.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%;
            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;
    }
.history-bet-match-details.won .history-bet-match-name,
.history-bet-match-details.won .selection-and-odds{
    font-weight: bold;
}
.history-bet-match-details.lost .history-bet-match-name,
.history-bet-match-details.lost .selection-and-odds{
    color: #ef7777;
}
.history-bet-match-details.won .history-bet-match-name,
.history-bet-match-details.won .selection-and-odds{
    color: green;
}
.history-bet-match-details.void .history-bet-match-name,
.history-bet-match-details.void .selection-and-odds,
.open .selection-and-odds{
        font-weight:bold
}



.history-bet-wrapper > .bet-infos{
    display: none
}

/************************************
          Account Withdraw
*************************************/

.deposit-instructions-header{
    display: flex;
    flex-direction: row;
            height: 42px;
    font-size: 13px;
    cursor: pointer;
    align-items: center;
    border-radius: var(--r-border-radius-small);
    margin-bottom: 2px;
    color: var(--c-primary);
    padding: 0 20px
}
.deposit-instructions-content{
    color: var(--c-primary);
    padding: 10px 20px;
        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;
        flex-direction: row
}
.payment-method{
    display: flex;
    width: fit-content;
    padding: 20px;
    margin: 20px auto;
    color: var(--c-primary)
    
}
.payment-method .button-submit-payment{
    position: relative;
    min-width: 180px;
    text-transform: uppercase;
    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;
    border: 1px solid var(--c-emphasis-b);
    padding: 8px 12px
}
.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{
        margin-left: 5px
}


/************************************
          Account Statement
*************************************/

.account-statement .statement-header-wrapper > div{
        display: flex;
    flex-direction: column;
    margin-bottom: 8px
}
.account-statement .statement-header-wrapper .statement-show{
    width: fit-content
}
.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;
    color: var(--c-emphasis-b)
}
#root .desktop .user-payment-content .back-button:hover{
    }
#root .desktop .user-payment-content .back-button:before{
    content: "";
    border: solid var(--c-emphasis-b);
    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{


    text-transform: uppercase;
    font-size: 16px;
    height: 40px;
    width: 200px;

}

.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;
        justify-content: flex-end;
    padding: 15px;
    }
.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{
        display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0 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;
        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 wallet
*************************************/

.account-wallet .profile-info {

}

.internal-available-rollover > app-widget-host{
    max-width: 720px;
    font-size: 16px;
    line-height: 1.6;
}

.internal-available-rollover > app-widget-host{
    flex-direction: row;
    flex-wrap: wrap
}
.account-rollover .title-user-data{
        font-weight: bold;
    font-size: 16px;
    margin: 10px;
    flex: 1 1 100%
}
.internal-available-rollover-current{
    display: flex;
    margin-left: auto
}
.internal-available-rollover-current.after:after{
    content: "/";
    margin: 0 10px
}

body .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active{
    background-color: var(--c-emphasis-a)
}














