body .ui-button:enabled:focus{
    box-shadow: none
}
body .ui-button:enabled:active {
    background-color: transparent;
    color: transparent;
    border-color: none;
}
input{
    box-shadow: var(--bs-);
    padding: 0 5px   
}
#root input[type="checkbox"]{
    box-shadow: none!important;
    padding: 0;   
    border: 0;
    border-radius: 0;
    width: 16px
}

/************************************
         Account Page
*************************************/


#root .account-page .user-outer app-widget-host,
#root .user-right-sidebar app-widget-host,
.user-top-page-content app-widget-host{
    width: 100%;
    height: 100%;
    display: inherit;
    flex-direction: inherit;
    align-items: inherit;
    justify-content: inherit;
    flex-wrap: inherit;
    flex: inherit;
    gap: inherit;
}

.user-top-page-content{
    display: flex;
    align-items: center;
    min-height: 40px;
    gap: 10px
}
.user-top-page-content .back{
    border-radius: 20px;
    display: inline-flex;
    align-items: center;
    text-transform: none;
    
}
.user-top-page-content .back a{
    font-size: 0;
    display: flex;
    align-items: center;
    text-transform: none
}
.mobile user-top-page-content.back:before{
    display: none
}    
#root .user-top-page-content .back a:before{
    display: flex;
    align-items: center;
    width: 24px;
    height: 24px;
    content: " ar-left-big";
    font-size: 24px;
    font-family: BIF;
    padding: 2px;
    margin: 6px;
    border-radius: 50%;
    cursor: pointer;
    color: var(--c-primary);
    transform: rotate(0);
    border: 0
    
}

.user-top-page-content .back a:hover:before{
    background-color: var(--c-emphasis-d);
    color: var(--c-white);
}
.user-top-page-content .page-breadcrumb{
    display: flex;
    align-items: center;
    gap: 10px;
}
.user-top-page-content .page-breadcrumb app-content-block{
    display: flex;
    align-items: center
}
.user-top-page-content .page-breadcrumb .link{
    cursor: pointer
}
.user-top-page-content .page-breadcrumb app-content-block:after{
    content: "";
    border: solid;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 2px;
    transform: rotate(-45deg);
    margin-left: 10px
}
.user-top-page-content .page-breadcrumb app-content-block:last-child:after{
    display: none
}


.user-outer{
    flex: 5 1 480px;
    padding: 0 8px
}
.user-page-content{
    background-color: var(--c-background-b);
    display: block;
    border-radius: var(--r-border-radius-big);
}
.account-page .user-top{
    display: flex;
    box-shadow: rgb(0 0 0 / 20%) 0 5px 15px;
    padding: 12px;
    border-radius: 12px 12px 0 0;
}
.account-page .user-top .user-page-header{
    padding: 4px 16px 4px 4px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: none;
    height: auto;
    line-height: 24px
}
.account-page .user-data{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%    
}

.account-page .user-data .username{
    align-items: center;
    padding: 4px 16px 4px 4px;
    background-color: var(--c-shade);
    color: var(--c-emphasis-c);
    border-radius: 25px;
    box-shadow: 0 1.75px 0 #ffffff0f, inset 0 0 1.25px 1.25px #0000001f;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: none;
    height: auto;
    line-height: 24px;
    display: flex


}
.account-page .user-data .username:before{
    content: "";
    background-image: url(/v1.612/r/images/bestbet/icon/user-red.svg);
    background-position: center;
    background-size: contain;
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    margin-right: 8px
}
.account-page .user-data .userid{
    display: flex;
    gap: 10px;
    font-size: 14px;
    font-style: italic;
    font-weight: bold;
}
.account-page .user-menu{
    max-width: 800px;
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    justify-content: center;
    padding: 20px 8px 50px;
    gap: 20px;
}

.account-page .actions-heading{
    padding: 10px;
    width: 100%;
    flex-direction: row;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    font-weight: 600;
    opacity: .7    
}
.account-page app-api-form.voucher-form{
    display: flex;
    flex: 1 1 100%
}
.account-page form.voucher-form{
    flex-direction: row;
    align-items: end;
    flex-wrap: wrap;
    width: 100%;
    gap: 13px;
    padding: 12px;
    border: 1px solid;
    border-radius: var(--r-border-radius-big)
}
.account-page .voucher-form .api-form-wrapper{
    flex: 1 1 calc(60% - 10px);
}
.account-page .voucher-form .api-form-wrapper .form-row:has(.form-element-wrapper){
    justify-content: space-between;
    padding: 0
}
.account-page .voucher-form .api-form-wrapper label.voucherCode{
     align-items: center
}
.account-page .voucher-form .api-form-wrapper .form-element-wrapper{
    flex: unset;
    min-width: 240px  
}
.account-page .voucher-form .api-form-wrapper .form-element-wrapper input{
    min-height: 42px;
    border: 0;
    color: var(--c-primary);
    background-color: var(--c-background-c);
    box-shadow: 0 1.75px 0 #ffffff0f, inset 0 0 1.25px 1.25px #0000001f;
    font-weight: bold;
  /*  border: 1px solid var(--c-emphasis-d); */
    font-weight: bold;
}
.account-page .voucher-form .api-form-wrapper .form-element-wrapper input::placeholder{
    color: var(--c-primary);
    font-weight: bold;
    opacity: .7
}
.account-page .voucher-form .api-form-errors{
    order: 5;
    flex: 1 1 100%;
    display: none
}
.account-page .voucher-form ui-button{
      flex: 1 1 calc(40% - 10px)
}
.account-page .voucher-form ui-button button{
    background-color: var(--c-emphasis-b);
    border-radius: var(--r-border-radius-medium);
    width: 100%  
}
.account-page .hide-balance-wrap{
    background-color: rgb(0 0 0 / 6%);
    border-radius: var(--r-border-radius-medium);
    width: fit-content   
}
.account-page .hide-balance-button{
    padding: 12px;
    display: flex;
    align-items: center;
    cursor: pointer
}
.account-page .hide-balance-button:before{
    content: " sc-eye-show-b";
    margin-right: 8px;
    font: normal normal normal 24px / 24px BIF;
}
.hide-balance .account-page .hide-balance-button:before{
    content: " sc-eye-hide-b";
}
.account-page .user-menu .menu-list-block{
   display: flex;
   align-items: center;
   justify-content: center;
   gap: 10px;
}
.account-page .menu-list-block .menu-list-item{
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--c-emphasis-d);
    color: var(--c-white);   
    border-radius: var(--r-border-radius-big);
    text-align: center;
    box-shadow: inset 0 2px 0 rgb(255 255 255 / 18%), 0 0 1px 1px rgb(0 0 0 / 8%);
    height: auto;     
    aspect-ratio: 1 / .55; 
    gap: 10px;
    cursor: pointer
}
.account-page .menu-list-block .menu-list-item .label{
    font-size: 16px;
    font-weight: bold;
    opacity: .7
}
.account-page .menu-list-block .menu-list-item .icon{
     opacity: .7
}
.account-page .user-outer .menu-list-block .menu-list-item:hover .label,
.account-page .user-outer .menu-list-block .menu-list-item:hover .icon{
    opacity: 1
}


/* Mobile design */
.mobile .account-container {
    background-color: var(--c-background-b);
    display:flex;
    flex-direction:column;
     margin-top:30px;
     border-radius: 30px 30px 0 0;
    height:100%;
    padding-bottom: 60px
}
.mobile .account-page .user-top {
    border-radius: 30px 30px 0 0;
    background-color: var(--c-background-b);
    box-shadow: 0px 4px 4px var(--s-grey-25);
    /* padding:8px 12px; */
    margin-bottom: 0px;
    display:flex;
    align-items:center;
    padding:12px 20px;
}
.mobile .account-page .user-data .username {
    box-shadow:unset;
    background-color:transparent;
    font:var(--t-title-medium-bold)
}
.mobile .account-page .user-top .back a {
    background-image:url(/v2.031/r/images/wazaa/icons/back-red.svg);
    background-repeat:no-repeat;
    background-position:center;
    font-size:0px;
    height:33px;
    width:20px;
}
.mobile .account-page .user-top .back a::before {
    display:none;
}
#root .mobile .account-page .user-data .username:before {
    min-width:33px;
    height:33px;
    background-image:url(/v2.031/r/images/wazaa/icons/user-icon-2.svg);
    background-size:33px;
}
#root .mobile .account-page.acc-new .body app-widget-host{
    width: 100%;
    height: 100%;
    display: inherit;
    flex-direction: inherit;
    align-items: inherit;
    justify-content: inherit;
    flex-wrap: inherit;
    flex: inherit;
    gap: inherit;
}
.mobile .account-page .menu-list-block .menu-list-item .icon{
    opacity: 1;
    width:42px;
    height:42px;
    background-color:var(--c-background-b);
    box-shadow:4px 4px 4px var(--s-grey-2-25);
    border-radius:50%;
    display:flex;
    justify-content:center;
    align-items:center;
}
.mobile .account-page .user-menu .menu-list-block {
    margin-bottom:28px;
}
.mobile .balance-details .table {
    background-color:transparent;
    box-shadow:unset;
}
.mobile .balance-details {
    padding:0px;
    /* background-color:var(--c-background-b); */
}
.balance-details{
    padding: 10px;
    display: block
}
.balance-details .table{
    background-color: var(--c-background-b);
    display: block;
    border-radius: var(--r-border-radius-big);
    box-shadow: var(--bs-);
}
.balance-details .table .row{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 12px;
}
.balance-details .table .row-balance{
    font-weight: bold

}
.balance-details .table .row-balance .value{
    color: var(--c-emphasis-b)
}
.mobile .balance-details .table .row {
    font:var(--t-title);
    padding: 15px 20px;
}
.mobile .balance-details .table .row.row-balance {
    font:var(--t-title-menu);
    font-weight:bold;
}
.theme-dark .balance-details .table .row-balance .value{
        color: var(--c-emphasis)
 }
.mobile .user-bonus-rollover .b-custom-widget{
    width: 100%;
    flex-direction: column
}
.mobile .user-bonus-rollover .b-custom-widget .bonus-block{
    width: 100%;
    margin: 0;
}

.mobile .account-page .user-data .userid {
    font:var(--t-title);
    gap:4px;
}
.show-full-balance .mobile .account-page .balance-details .table .row-to-bet,
.show-full-balance .mobile .account-page .balance-details .table .row-withdraw,
.show-full-balance .mobile .account-page .balance-details .table .row-bonus,
.show-full-balance .mobile .account-page .balance-details .table .bonus-cta,
.show-full-balance .mobile .account-page .balance-details .table .row-rollover,
.show-full-balance .mobile .account-page .balance-details .user-bonus-rollover,
.show-full-balance .mobile .account-page .balance-details .bonus-block.freebet{
    display: none
}
.mobile .account-page .balance-details .table .row-to-bet,
.mobile .account-page .balance-details .table .row-withdraw,
.mobile .account-page .balance-details .table .row-bonus,
.mobile .account-page .balance-details .table .row-rollover,
.mobile .account-page .balance-details .user-bonus-rollover{
   
}
.account-page #customWidget_userbonussidebar .bonus-block.bonus{
   display: none!important    
}

.balance-details .table .row-to-bet .value,
.balance-details .table .row-withdraw .value,
.balance-details .table .row-netbalance .value{
    color: var(--c-emphasis-b)
}
.theme-dark .balance-details .table .row-to-bet .value,
.theme-dark .balance-details .table .row-withdraw .value,
.theme-dark .balance-details .table .row-netbalance .value{
    color: var(--c-emphasis)
}
.user-bonus-rollover,
.bonus-block.freebet{
    width: 100%;
    display: block;
    margin: 15px 0
}
.user-bonus-rollover .b-custom-widget{
    display: flex;
    gap: 10px
}
.bonus-sidebar .b-custom-widget{
    flex-direction: column
}
.balance-details .table .row-bonus,
.balance-details .table .row-rollover,
.b-custom-widget .bonus-block,
#root .account-page .bonus-block.freebet > app-widget-host{
    display: flex;
    flex-direction: column;
    background-color: var(--c-background);
    border-radius: var(--r-border-radius-big);
    margin: 0 10px;
    width: calc(100% - 20px);
    box-shadow: var(--bs-)
}
#root .mobile .account-page .bonus-block.freebet > app-widget-host{
    width: 100%;
    margin:0px;
}
.balance-details .table .row-bonus .label,
.balance-details .table .row-rollover .label,
.b-custom-widget .bonus-block .bonus-block-title,
.bonus-block.freebet .bonus-block-label{
    width: 100%;
    padding: 10px;
    font-weight: bold;
    color: var(--c-primary)
}
.balance-details .table .row-bonus .value,
.b-custom-widget .bonus-block .bonus-block-content,
.bonus-block.freebet .beto-freebet-info{
    width: 100%;
    text-align: right;
    padding: 10px;
    display: block;
}
 .bonus-block.freebet .beto-freebet-info .freebet-title{
    display: none
}
.bonus-block.freebet .beto-freebet-info .description{
    padding-right: 3px
}

.rollover_bar_container{
    width: 100%;
    position: relative;
    background-color: var(--c-primary-e);
    height: 8px;
    box-shadow: 0 1.75px 0 #ffffff0f, inset 0 0 1.25px 1.25px #0000001f;
    margin-top: 8px;
    border-radius: var(--r-border-radius-big);
}
.rollover_bar_container .rollover_bar{
    position: absolute;
    top: 0;
    left: 0;
    border-radius: var(--r-border-radius-big);
    background-color: var(--c-emphasis-b);
    height: 100%
}


.balance-details .table .row-rollover .value,
.b-custom-widget .bonus-block.rollover .bonus-block-content{
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px;
    flex-wrap: wrap
}


.account-page .under-user-balance, 
.account-page .under-user-balance:empty + .bonus-cta{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 12px
}
/*
    Custom token -- Andreani
*/
.bonus-token {
    position:relative;
}
.bonus-token.url-active {
    border-radius:50%;
    cursor:pointer;
    
}
.token {
    display:flex;
    align-items:center;
}
.bonus-token .token-image {
    background-image:url(/v2.238/r/images/wazaa/icon/Wazaa_Coin_Transparent.png);
     background-size:cover;
    background-repeat:no-repeat;
    background-position:center;
    width:45px;
    height:45px;  
    display: block;    
}

.mobile .bonus-token .token-image {
    position: relative; 
    width:35px;
    height:35px;
     background-size:cover;
  
}
.mobile .bonus-token .token-image:before{
    content: "";
    background-image: url(/v2.173/r/images/wazaa/icon/Wazaa_Coin_Transparent.png);
    width: 35px;
    height: 35px;
     background-size:cover;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#root .bonus-token .token-count {
    width:20px;
    height:20px;
    display:flex;
    justify-content:center;
    align-items:center;
    right:-7px;
    bottom:-4px;
    border-radius:50%;
    font-size:12px;
    font-weight:bold;
}
/*
    Custom token -- Andreani
*/
.mobile .account-page .user-menu {
    gap:unset;
    padding:8px 20px;
    width:100%;
}
.balance-details .table .wallet-toggle{
    width: auto;
    line-height: 36px;
    border: 1px solid hsl(220deg 90% 15% / 8%);
    border-top: 0;
    margin-top: 8px;
    background-color: var(--c-background);
    box-shadow: inset 0 2px 0 rgb(255 255 255 / 18%), 0 0 1px 1px rgb(0 0 0 / 8%);
    border-radius: var(--r-border-radius-big);
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    text-align: center;
    display: none
}
.show-full-balance .balance-details .table .wallet-toggle{
    display: block
}
.show-full-balance .mobile .account-page .balance-details .table .wallet-toggle.hide-full-balance{
    display: none
}
.mobile .account-page .balance-details .table .wallet-toggle.hide-full-balance{
    display: block
}

.menu-list-block .menu-list-item .label{
    font-size: 14px;
    font-weight: normal;
    opacity: 1
}
.mobile .account-page .menu-list-block .menu-list-item{
    aspect-ratio:unset;
    gap: 0;
    background-color:transparent;
    border:0px;
    box-shadow:unset;
    color:var(--c-text)
}
.mobile .account-page .account-links{
    padding:0px 20px;
    display: flex;
    flex-direction: column;
    /* gap: 10px; */
}
.mobile .account-page .account-links .actions-heading-small {
    padding-bottom:9px;
}
.mobile .account-page .account-links .deposit-link{
    background-color: var(--c-emphasis-b);
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: unset;
    font-weight: normal;
    gap: 10px
}
.mobile .account-page .account-links .withdraw-link{
    color: var(--c-white);
    background-color: var(--c-emphasis-c)
}
.mobile .account-page .account-links .cancel-withdraw{
    background-color:transparent;
    color: var(--c-primary);
    padding:0px;
    gap:0px;
    width: 100%;
}
.mobile .account-page .account-links .cancel-withdraw .beto-api-button{
    width:100%;
}
.mobile .account-page .account-links .cancel-withdraw ui-button {
    height:48px;
    display:block;
    
}
.mobile .account-page .account-links .cancel-withdraw ui-button button {
    background-color:var(--c-red);
    width:100%;
    height:100%;
    border-radius:30px;
    font:var(--t-title-menu);
    color:var(--c-text-light)
}
.mobile .account-page .account-links .cancel-withdraw .confirm-api-button-wrapper ui-button {
    height:30px;
    max-width:64px;
    border-radius:30px;
}
.mobile .account-page .account-links .cancel-withdraw .confirm-api-button-wrapper ui-button button {
    min-height:unset;
}
.mobile .account-page .account-links .deposit-link > div{
    min-height: inherit;
    display: flex;
    align-items: center;
    justify-content: center;
}
.mobile .account-page .account-links .cancel-withdraw button{
    background-color: transparent;
    color: var(--c-white)
}

.mobile .account-page .account-links .cancel-withdraw:has(.confirm-api-button-wrapper){
    padding: 0;
    box-shadow: unset;
    border: 0
}
.mobile .account-page .account-links .cancel-withdraw:has(.confirm-api-button-wrapper) .beto-api-button {
    width: 100%
}
.mobile .account-page .account-links .cancel-withdraw:has(.confirm-api-button-wrapper) .confirm-api-button-wrapper{
    display: flex;
    align-items: center;
    gap: 10px;
    height:48px;
    background-color:var(--c-red);
    border-radius:30px;
    color:var(--c-text-light);
    justify-content:center;
    padding: 0 15px
}
.mobile .account-page .account-links .cancel-withdraw:has(.confirm-api-button-wrapper) .api-button-confirm{
    white-space: nowrap;
    font-size:14px;
    font-weight:500;
}
.mobile .account-page .account-links .cancel-withdraw:has(.confirm-api-button-wrapper) button{
    width: 100%;
    text-align: center;    
    background-color:white;
    color:black;
    min-height: 42px;
    font:var(--t-title);
    font-weight:bold;
}

.mobile .account-page .my-profile-tabs{
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0px;
    border-top: none
}

.mobile .account-page .my-profile-tabs .net-balance{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    background-color: var(--c-background);
    box-shadow: var(--bs-);
    border-radius: var(--r-border-radius-big)
}
.mobile .account-page .my-profile-tabs .my-profile-tab{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid var(--c-shade)
}
.mobile .account-page .account-bonus-container{
    background-color: var(--c-background-b);
    padding: 10px
}
.mobile .account-page .account-bonus-container  > app-widget-host{
    gap: 10px
}
.mobile .account-page .account-bonus-container .bonus-block .bonus-block-value > app-widget-host{
    align-items: flex-end
}
.mobile .account-page .account-bonus-container .bonus-block.rollover .bonus-block-value > app-widhet-host{
    flex-direction: row;
    justify-content: space-between
}
.mobile .account-page .menu-list-block .menu-list-item .label{
    font:var(--t-title);
    color:var(--c-text);
    margin-top:10px;
}
/************************************
          Left User Menu
*************************************/


.account-menu .header-title {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 13px 10px
}

.account-menu-items{

}

.account-menu-items ul{
    flex-direction: column;
    gap: 2px
}
.account-menu-items li{

}

.account-menu .account-menu-items li a{
    display: flex;
    flex-direction: row;
    background-color: var(--c-background-b);
    color: var(--c-primary);
    height: 42px;
    font-size: 13px;
    cursor: pointer;
    align-items: center;
    border-radius: var(--r-border-radius-small)
}

.account-menu .account-menu-items li a:before{
    content: "";
    width: 25px;
    height: 25px;
    padding: 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
    
}
.account-menu .account-menu-items li a.active:before{
    filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(248deg) brightness(150%) contrast(106%);
}
.account-menu .account-menu-items .cms-menu-my-account a:before{
    background-image: url("/v1.612/r/images/bestbet/icon/user-red.svg")
}
.account-menu .account-menu-items .cms-menu-open-bets a:before{
    background-image: url("/v1.612/r/images/bestbet/icon/mybets-red.svg")
}
.account-menu .account-menu-items .cms-menu-settled-bets a:before{
    background-image: url("/v1.612/r/images/site/history-bets-red.svg")
}
.account-menu .account-menu-items .cms-menu-my-transactions a:before{
    background-image: url("/v1.612/r/images/betomall/icons/red/transaction-red.svg")
}
.account-menu .account-menu-items .cms-menu-deposit a:before{
    background-image: url("/v1.612/r/images/wazza/icons/deposit-red.svg")
}
.account-menu .account-menu-items .cms-menu-withdraw a:before{
    background-image: url("/v1.612/r/images/betomall/icons/red/payout-red.svg")
}
.account-menu .account-menu-items .cms-menu-promotional-voucher a:before{
    background-image: url("/v1.612/r/images/wazza/icons/voucher-red.svg")
}
.account-menu .account-menu-items .cms-menu-responsible-gaming a:before{
    background-image: url("/v1.612/r/images/wazza/icons/responsible-gaming-red.svg")
}
.account-menu .account-menu-items .cms-menu-upload-documents a:before{
    background-image: url("/v1.612/r/images/wazza/icons/document-kyc-red.svg")
}
.account-menu .account-menu-items .cms-menu-change-password a:before{
    background-image: url("/v1.612/r/images/betomall/icons/red/security-red.svg")
}
.account-menu .account-menu-items .cms-menu-contact a:before{
    background-image: url("/v1.612/r/images/wazza/icons/contact_information-red.svg")
}

.account-menu .account-menu-items li a:hover{
    filter: brightness(0.9);      
    background-color: var(--c-background);
    color: var(--c-primary)
}
.account-menu-items li a span{

}
.account-menu .account-menu-items li a.active{
    background-color: var(--c-emphasis-c);
    color: var(--c-white)
}





.account-menu .logout-tab .account-image:before{
     background-image: url("/v1.612/r/images/wazza/icons/log-out-red.svg")
}

.account-menu .logout.menu-tabs{
    width: 100%;
    height: 100%;
    display: flex;
}
.account-menu .logout-button{
    text-align: left;
    width: 100%;
    padding: 4px;
    border: 0;
    display: flex;
    flex-direction: row;
    background-color: var(--c-background-b);
    color: var(--c-primary);
    height: 42px;
    font-size: 13px;
    cursor: pointer;
    align-items: center;
    border-radius: var(--r-border-radius-small);
    margin: 2px 0
}

.account-menu .logout-button:hover{
    filter: brightness(0.9);
    background-color: var(--c-background);
    color: var(--c-primary)
}
.account-menu .logout-button:before{
    content: "";
    background-image: url("/v1.612/r/images/wazza/icons/log-out-red.svg");
    width: 25px;
    height: 25px;
    padding: 0 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}


.left-user-account-menu-item div::before {
    font: normal normal normal 24px/24px BIF;
    margin-right: 8px;
    width: 24px;
}
.left-user-account-menu-item.bethistory div::before {
    content: " bet-betslip";
}
.left-user-account-menu-item.transactions div::before {
    content: " fn-piggybank";
}
.left-user-account-menu-item.profile div::before {
    content: " app-user";
}
.left-user-account-menu-item.messages div::before {
    content: " su-message";
}

.account-page .left-sidebar{
    min-width: 254px;
    max-width: 254px;    
    width: 100%;
    font-size: 1rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    background-color: var(--c-background-b);
    position: relative
}
.account-page .left-sidebar .left-user-account-menu-item{
    font-size: 14px;
    font-weight: 600;
    color: var(--c-primary);
    min-height: 40px;
    padding: 0 8px
}
.account-page .messages.column{
    position: relative
}
.account-page .left-sidebar .left-user-account-menu-item > div{
    min-height: inherit;
    display: flex;
    align-items: center;
    
}
.account-page .left-sidebar .menu {
    flex-direction: column
}
.account-page .left-sidebar .menu li{
    width: 100%;
    padding: 4px;
    min-height: 40px
}
.account-page .left-sidebar .menu li a{
    padding: 0 0 0 34px;
    margin: 0 4px;
    color: var(--c-primary);
    font-size: 13px;
    min-height: 40px;
    transition: all .3s ease-in-out
}
.account-page .left-sidebar .menu li a:hover{
    background-color: var(--c-background);
    border-radius: 25px
}
.account-page .left-sidebar .menu li a.active{

}
.account-page .left-sidebar .menu li a.active:hover{
    background-color: var(--c-background);
    border-radius: 25px
}
.account-page .left-sidebar .menu li a span{
    display: flex;
    align-items: center;
    width: 100%
}

.unread-icon{
    position: absolute;
    left: 160px;
    top: 55px;
    color: var(--c-white);
    background-color: var(--c-emphasis-b);
    border-radius: 50%;
    min-width: 16px;
    min-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;

}
.lang-fr .unread-icon{
    left: 205px
}
.unread-icon:has(data-view:empty){
   
}


/* mobile */

.mobile .account-page .left-sidebar{
    max-width: 100%;
    height: 100%;
    padding:10px 0px;
    flex: unset
}
.mobile .left-user-account-menu .column,
.mobile .left-user-account-menu .sign-out-overlay{
    display: none
}
.bethistory-open .mobile .left-user-account-menu .bethistory,
.transactions-open .mobile .left-user-account-menu .transactions,
.profile-open .mobile .left-user-account-menu .profile,
.messages-open .mobile .left-user-account-menu .messages,
.sign-out-open .mobile .left-user-account-menu .sign-out-menu,
.sign-out-open .mobile .left-user-account-menu .sign-out-overlay{
    display: block
}

.mobile .account-page .left-sidebar .left-user-account-menu-item > div {
    font:var(--t-title-menu);
    color:var(--c-text);
}
.bethistory-open .mobile .account-page .left-sidebar .bethistory > div,
.transactions-open .mobile .account-page .left-sidebar .transactions > div,
.profile-open .mobile .account-page .left-sidebar .profile > div,
.messages-open .mobile .account-page .left-sidebar .messages > div{
    color: var(--c-emphasis-b)
}
.mobile .left-user-account-menu-item div::before {
    font: normal normal normal 24px/24px BIF;
    margin-right: 8px;
    width: 24px;
    height:24px;
    background-repeat:no-repeat;
    background-position:center;
    background-size:18px;
}
.mobile .left-user-account-menu-item.bethistory div::before {
    content: "";
    background-image:url(/v2.031/r/images/wazaa/icons/bet-history-red.svg)
}
.mobile .left-user-account-menu-item.transactions div::before {
     content: "";
    background-image:url(/v2.031/r/images/wazaa/icons/transations_red.svg)
}
.mobile .left-user-account-menu-item.profile div::before {
     content: "";
    background-image:url(/v2.031/r/images/wazaa/icons/user-icon-3.svg)
}
.mobile .left-user-account-menu-item.messages div::before {
    content: "";
    background-image:url(/v2.031/r/images/wazaa/icons/contact-red.svg)
}
.mobile .left-user-account-menu-item.sign-out div::before {
    content: "";
    background-image:url(/v2.031/r/images/wazaa/icons/sign-out-red.svg)
}



.bethistory-open .mobile .left-user-account-menu-item.bethistory div::before {
    content: "";
    background-image:url(/v2.238/r/images/wazza/icons/bet-history-green.svg)
}
.transactions-open .mobile .left-user-account-menu-item.transactions div::before {
     content: "";
    background-image:url(/v2.238/r/images/wazza/icons/transations_green.svg)
}
.profile-open .mobile .left-user-account-menu-item.profile div::before {
     content: "";
    background-image:url(/v2.238/r/images/wazza/icons/user-icon-3-green.svg)
}
.messages-open .mobile .left-user-account-menu-item.messages div::before {
    content: "";
    background-image:url(/v2.238/r/images/wazza/icons/contact-green.svg)
}




.mobile .account-page .left-sidebar .left-user-account-menu-item {
    padding:0 20px;
    min-height:45px;
    box-shadow:0px 2px 1px var(--s-black-25)
}
.mobile .left-user-account-menu-item div::after{
    content: "";
    margin-left: auto;
    border: solid var(--c-grey-2);
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 6px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}


.bethistory-open .mobile .left-user-account-menu-item.bethistory div::after,
.transactions-open .mobile .left-user-account-menu-item.transactions div::after,
.profile-open .mobile .left-user-account-menu-item.profile div::after,
.messages-open .mobile .left-user-account-menu-item.messages div::after{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}


.mobile .account-page .left-sidebar .menu li a {
    padding-left:45px;
}
.mobile .left-user-account-menu .sign-out-overlay {
    position:fixed;
    height:100%;
    width:100%;
    background-color:var(--c-tint);
    top:0px;
    z-index:11
}
.mobile .left-user-account-menu .sign-out-menu {
    position:fixed;
    bottom:var(--bottom-nav);
    background-color:var(--c-background-b);
    width:100%;
    z-index:20;
    padding:20px;
    color:var(--c-text);
}
.mobile .left-user-account-menu .sign-out-title {
    font:var(--t-big-title);
    color:var(--c-red);
    display:flex;
    align-items:center;
    margin-bottom:20px;
}
.mobile .left-user-account-menu .sign-out-title::before {
    content:"";
    width:42px;
    height:42px;
    background-image:url(/v2.031/r/images/wazaa/icons/caution.svg);
    display:block;
    margin-right:12px;
}
.mobile .left-user-account-menu .sign-out-caption {
    font:var(--t-title-menu);
    font-weight:bold;
    margin-bottom:20px;
}
.mobile .left-user-account-menu .sign-out-button-group {
    display:flex;
    flex-direction:row;
    justify-content:space-between
}
.mobile .left-user-account-menu .sign-out-button-group .sign-out-button {
    width:calc(50% - 10px);
}
.mobile .left-user-account-menu .sign-out-button-group .ui-button {
    width:100%;
}
.mobile .left-user-account-menu .sign-out-button-group button {
    height:44px;
    width:100%;
    border-radius:30px;
    text-align:center;
    font:var(--t-title-menu);
    background-color:var(--c-grey-2);
    color:var(--c-text);
    font-weight:bold;
}

/************************************
          Right User Menu
*************************************/

.account-page .user-right-sidebar{
    min-width: 310px;
    max-width: 310px;    
    width: 100%;
    font-size: 1rem;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    background-color: var(--c-background-b);
    position: relative
}

.user-right-sidebar .balance-details .table{
    padding: 2px 0
}
.user-right-sidebar .account-links{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin-bottom: 20px;
    padding: 0 10px
}
.user-right-sidebar .account-links .deposit-link{
    background-color: var(--c-emphasis-b);
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: inset 0 2px 0 rgb(255 255 255 / 18%), 0 0 1px 1px rgb(0 0 0 / 8%);
    cursor: pointer;
    gap: 10px
}
.user-right-sidebar .account-links .withdraw-link,
.user-right-sidebar .account-links .cancel-withdraw{
    background-color: transparent;
    color: var(--c-primary)
}
.user-right-sidebar .account-links .cancel-withdraw button{
    background-color: transparent;
    color: var(--c-primary)
}
.theme-dark .user-right-sidebar .account-links .cancel-withdraw button{
    color: var(--c-emphasis-d);
}

.user-right-sidebar .account-links .cancel-withdraw:has(.confirm-api-button-wrapper){
    padding: 0;
    box-shadow: unset;
    border: 0
}
.user-right-sidebar .account-links .cancel-withdraw:has(.confirm-api-button-wrapper) .beto-api-button {
    width: 100%
}
.user-right-sidebar .account-links .cancel-withdraw:has(.confirm-api-button-wrapper) .confirm-api-button-wrapper{
    display: flex;
    align-items: center;
    gap: 10px
}
.user-right-sidebar .account-links .cancel-withdraw:has(.confirm-api-button-wrapper) .api-button-confirm{
    white-space: nowrap;
}
.user-right-sidebar .account-links .cancel-withdraw:has(.confirm-api-button-wrapper) button{
    width: 100%;
    text-align: center;    
    box-shadow: inset 0 2px 0 rgb(255 255 255 / 18%), 0 0 1px 1px rgb(0 0 0 / 8%);
    border: 1px solid var(--c-primary);
    min-height: 42px
}
.user-right-sidebar .account-links .cancel-withdraw:has(.confirm-api-button-wrapper) button.button-confirm-yes{
    background-color: var(--c-emphasis-b);
    color: var(--c-white);
    border: 1px solid var(--c-emphasis-b)
}
.logout{
    display: flex;
    align-items: center;
    padding: 10px;
    justify-content: center;
    min-height: 42px;
    margin: 10px;
    box-shadow: inset 0 2px 0 rgb(255 255 255 / 18%), 0 0 1px 1px rgb(0 0 0 / 8%);
    border-radius: 8px;
    gap: 10px;
    cursor: pointer
}
 .logout .label button{
    padding: 0;
    background-color: transparent;
    color: var(--c-primary);
    border: 0;
}




/************************************
         Account Bonus
*************************************/


.account-page.acc-new .account-bonus-container,
.account-page .user-outer .grid-content{
    max-width: 800px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    padding: 20px 8px 50px;
    gap: 20px
}

.account-page .account-bonus-container .bonus-block{
    flex: 1 1 calc(50% - 10px);
    background-color: var(--c-background);
    border-radius: var(--r-border-radius-big)                        
}
.view-page-account-bonus .account-page .account-bonus-container .bonus-block,
#root .view-page-account-bonus .account-page .account-bonus-container .bonus-block > app-widget-host{
    margin: 0;
    width: 100%
}
.account-page .account-bonus-container .bonus-block .bonus-block-label{
    display: flex;
    align-items: center;
    padding: 10px;
    min-height: 42px;
    width: 100%;
    font-weight: bold

}
.account-page .account-bonus-container .bonus-block .bonus-block-value{
    display: flex;
    align-items: center;
    padding: 10px;
    min-height: 42px;
    width: 100%;
    justify-content: flex-end
}
.account-page .account-bonus-container .bonus-block.rollover .bonus-block-value{
    justify-content: space-between;
}

.account-page .account-bonus-container .bonus-block.freebet .freebet-title{
    display: none
}
.account-page .account-bonus-container .bonus-block.freebet .freebet-amount .description{
    padding-right: 3px
}

.account-page .account-bonus-container{

}
/************************************
         Account Message
*************************************/

/* Message History */

.account-page .user-messages{
    max-width: 800px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    justify-content: center;
    padding: 20px 8px 50px;
    gap: 20px
}

/* New Message */

.account-page .user-messages form{
    width: 100%
}
.account-page .user-messages form .form-row{
    flex-direction: column;
    gap: 8px
}
.account-page .user-messages form .form-row label{
    width: 100%
}
.account-page .user-messages form .form-row .form-element-wrapper{

}
.account-page .user-messages form .form-row .form-element-wrapper input{
    box-shadow: 0 1.75px 0 #ffffff0f, inset 0 0 1.25px 1.25px #0000001f;
    border: 0;
    border-radius: var(--r-border-radius-small);
    min-height: 28px;
    background-color: var(--c-background);
}
.account-page .user-messages form .form-row .form-element-wrapper textarea{
    box-shadow: 0 1.75px 0 #ffffff0f, inset 0 0 1.25px 1.25px #0000001f;
    border: 0;
    border-radius: var(--r-border-radius-small);
    min-height: 170px;
    background-color: var(--c-background);
    resize: none;
    padding: 8px
}
.account-page .user-messages form .form-row .submit-login{
    box-shadow: 0 1.75px 0 #ffffff0f, inset 0 0 1.25px 1.25px #0000001f;
    width: fit-content;
    min-height: 42px;
    border-radius: var(--r-border-radius-small);
    border: 0;
    padding: 0 10px;
    margin-left: auto
}
.account-page .user-messages form .form-row button[type="submit"]:disabled{
    background-color: var(--c-background);
    color: var(--c-primary)
    
}
.account-page .user-messages form .form-row button[type="submit"]{
    background-color: var(--c-emphasis-b);
    color: var(--c-white)
}
.thread-message-wrapper{
    width: 100%
}
.thread-message-wrapper .thread-message-header{
    margin-bottom: 15px;   
    padding-bottom: 8px;
    border-bottom: 1px solid
}
.thread-message-wrapper .thread-message-date{
    margin: 0 10px 0 auto;
}
.thread-message-wrapper .thread-message-sender{
    order: -1
}
.thread-message-wrapper .message-sender-id{
    font-weight: bold

}

.thread-message-wrapper .thread-message{
    border: 1px solid;
    padding: 12px;
    border-radius: var(--r-border-radius-small);
}
.user-reply-title{
    max-width: 800px;
    display: flex;
    margin: 0 auto;
    gap: 20px;
    padding: 4px 16px 4px 4px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 0.5px;
    text-transform: none;
    height: auto;
    line-height: 24px
}
/************************************
          Account My Profile
*************************************/


.account .profile-info,
.account .beto-change-password.change-password{
    margin-top: 20px
}
.account .beto-change-password.change-password app-change-password-form, 
.account .profile-info{
    width: 100%
}
.account .main-content,
.deposit-history-box,
.withdraw-history-box{
    
}
.account .main-content{
    height: unset;
    padding-bottom: 50px;
}

.profile-info .form-label,
.change-password .form-label{
    align-items: center;
    color: var(--c-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;
    color: var(--c-primary);
}
#root .account .generic-form tel-input p-dropdown .ui-dropdown,
.account .generic-form .form-row input{
    height: 40px;
    border: 0
}
#root .desktop .account tel-input input{
    width: 275px;
    font-size: 18px;
}
#root .desktop .account tel-input label{
  
}
#root .desktop .account tel-input .ui-dropdown-clear-icon:before{
    display: none
}
#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
}


.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   
}
.profile-info .form-element-wrapper > input,
.change-password .form-element-wrapper > input{
        max-width: 350px;
    height: 40px;
    background-color: var(--c-background-d);
    width: 100%;
    border: 0;
    color: var(--c-black);
    font-size: 13px;
    padding-left: 10px
}
.profile-info .form-element-wrapper ngx-combo-datepicker{
    max-width: 350px;
    width: 100%
}
.profile-info .form-element-wrapper ngx-combo-datepicker select{
    height: 40px;   
    font-size: 18px;
    padding-left: 10px
}


.profile-info .checkbox-wrapper .field-label{
    color: var(--c-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-green);
    color: var(--c-white);
    text-transform: uppercase;
    font-size: 16px;
    height: 40px;
    width: 200px;
    border-radius: var(--r-border-radius-big)  
    
}
.account input::placeholder{
    opacity: .6;
    color: var(--c-black)
}
.account .close-button{
    display: none
}
/* currency information */


.account-currency-holder > app-widget-host{
    
}
.account-currency-holder .account-currency{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    gap: 12px;
    font-size: 16px;
    color: var(--c-primary);
    border-bottom: 1px solid;
    padding: 12px;
}
.account-currency-holder .account-currency:nth-child(odd) {
    background-color: rgb(0 0 0 / 10%);
}
.account-currency-holder .account-currency-title{
    min-width: 185px;
    display:flex;
    align-items:center;
}
.account-currency-holder .rollover-currency-data{
    display: flex;
    flex-direction: row;
    align-items:center;
    gap: 12px;
}
.account-currency-holder data-view{
    font-weight: bold;
    
}
.account-currency-holder .account-currency .rollover-currency-data{
    margin-left:auto;
    display:flex;
    align-items:center;
}
.beto-custom-widget.promo-button button{
    background-color:var(--c-emphasis-c);
    min-height:28px;
    color: var(--c-white );
    padding:0px 10px;
    font-weight:bold;
    border-radius:5px;
    margin-left:5px;
}
.account-profile #edit-personal-details > div,
.account-profile .profile-info .profile-form-errors,
.account-profile .profile-info ui-button[type="submit"]{
}

.account-profile #edit-personal-details .fld-telephone app-phone-field{
}
.account-profile #edit-personal-details .fld-telephone .form-row{
  
}
#root .account-profile #edit-personal-details .fld-telephone label{
   
}
.account-profile .generic-form #edit-personal-details .fld-telephone .form-element-wrapper{
   
}
.account-profile .generic-form #edit-personal-details .fld-telephone .form-element-wrapper tel-input{
   max-width: 100%;
    min-width: 100%
}
#root .account-profile #edit-personal-details .fld-telephone tel-input p-dropdown{
    display: flex;
    align-items: center;
    background-color: transparent;
    width: auto;
    border: 0
}
#root .account-profile .generic-form #edit-personal-details tel-input p-dropdown .ui-dropdown,
#root .account-profile .generic-form #edit-personal-details tel-input label{
    background: transparent;
    background-color: transparent
}
#root .account-profile .generic-form #edit-personal-details tel-input label{
    padding: 0;
    min-width: 50px;
    color: var(--c-primary);
    height: 40px;
    display: flex;
    align-items: center;
}
#root .account-profile #edit-personal-details tel-input input{
    color: var(--c-black);
    width: auto;
    padding: 0 5px 0 10px;
    background-color: transparent;
    box-shadow: none;
    border: 0;
    font-size: 12px;
    width: calc(100% - 50px);
    background-color: var(--c-background-d)
}


.account-profile #edit-personal-details{
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    row-gap: 30px
}
.account-profile #edit-personal-details > div{
    flex: 0 0 calc(50% - 4px)
}
.account-profile #edit-personal-details > div .form-row{
    flex-direction: column
}
.account-profile #edit-personal-details > div .form-row.checkbox-wrapper{
    flex-direction: row

}
.account-profile #edit-personal-details > div .form-row label{
    padding-bottom: 4px
}
.account-profile #edit-personal-details > div .form-element-wrapper{

}
.account-profile #edit-personal-details > div .form-row input,
.account-profile #edit-personal-details > div .form-row select{
    max-width: 100%;
    background-color: var(--c-background-d);
    border-radius: 8px
}
.account-profile #edit-personal-details ngx-combo-datepicker{
    max-width: 100%
}
.profile-info  #edit-personal-details .form-element-wrapper ngx-combo-datepicker select{
    font-size: 13px
}
.account-profile #edit-personal-details > div .form-row input:disabled,
.account-profile #edit-personal-details > div .form-row select:disabled{
    opacity: .7
}


.account-profile:has(#edit-personal-details) ui-button{
    justify-content: end;
}


.mobile .account-profile #edit-personal-details > div{
    flex: 1 1 100%
}
#root .mobile .account-profile .generic-form #edit-personal-details tel-input p-dropdown .ui-dropdown .ui-dropdown-trigger{
    display: none
}

/* buttons */

.transaction-buttons-wrapper{
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 30px 12px
}
.transaction-buttons-wrapper > app-widget-host{
    flex-direction: row;
    justify-content: center
}
.transaction-buttons-wrapper .transaction-buttons{
    background-color: var(--c-background-b);
    color: var(--c-primary);
    cursor: pointer;
    overflow: hidden;
    max-width: 350px;
    transition: all .3s;
    box-shadow: var(--bs-);
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 15px;
    height: 40px;
    align-items: center;
    text-align: center
}
.transaction-buttons-wrapper .transaction-buttons:hover{
    background-color: var(--c-emphasis-c);
    color: var(--c-white);
}
.transaction-buttons-wrapper .transaction-buttons > div{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%
}


/************************************
          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);
    color: var(--c-primary)
}
.statement-header-wrapper{
   display: flex;
    gap: 15px;
    flex-wrap: wrap;
}
#root .account .statement-header-wrapper label {
    color: var(--c-primary)
}

.statement-header-wrapper .statement-show{
    flex: 1 1 100%
}
.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-green);
    color: var(--c-white);
    font-size: 16px;
    padding: 6px 23px;
    border-radius: var(--r-border-radius-large);
    min-height: 44px
}
.change-password-wrapper ui-button {
    padding-top: 30px
}
body .account .ui-table .ui-table-thead>tr>th{
    color: var(--c-primary);
    background-color: var(--c-shade);
    border: 0
}
body .account .ui-table .ui-table-tbody>tr{
        background-color: var(--c-background-b);
    border: 0;
    color: var(--c-primary);
    text-align: center
}
body .ui-table .ui-table-tbody>tr>td{
    border: 1px 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{
   background-color: var(--c-emphasis-c)
}


body .ui-calendar.ui-calendar-w-btn input.ui-inputtext{
    box-shadow: unset;
    border: 1px solid var(--c-w-b);
    border-right: 0;
    border-radius: var(--r-border-radius-large);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
body .ui-calendar.ui-calendar-w-btn button.ui-calendar-button{
    border: 1px solid var(--c-w-b);
    border-left: 0;
    border-radius: var(--r-border-radius-large);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    background-color: var(--c-white)
}
body .ui-calendar.ui-calendar-w-btn .ui-button-text.ui-clickable{
    border-radius: 50%;
}
body .ui-button.ui-button-icon-only .pi-calendar{
    color: var(--c-white)
}

/* Transaction Histori tabs */

.transaction-header{
       display: flex;
    width: 100%

}
.transaction-header > app-widget-host{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 30px 0
}
.transaction-header > app-widget-host > app-content-block{
    background-color: var(--c-background-b);
    color: var(--c-primary);
    cursor: pointer;
    overflow: hidden;
    max-width: 350px;
    transition: all .3s;
    box-shadow: var(--bs-);
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 0 15px;
    height: 40px;
    align-items: center;
    text-align: center
}

.transaction-header > app-widget-host > app-content-block:hover{
    background-color: var(--c-emphasis-c);
    color: var(--c-white);
}
.transaction-header > app-widget-host > .statement-history-header,
.add-bet-history .transaction-header > app-widget-host > .bet-history-header,
.add-deposit-history .transaction-header > app-widget-host > .deposit-history-header,
.add-withdraw-history .transaction-header > app-widget-host > .withdraw-history-header{
    background-color: var(--c-emphasis-c);
    color: var(--c-white);
}
.add-bet-history  .transaction-header > app-widget-host > .statement-history-header,
.add-deposit-history .transaction-header > app-widget-host > .statement-history-header,
.add-withdraw-history .transaction-header > app-widget-host > .statement-history-header{
    background-color: var(--c-background-b);
    color: var(--c-primary);
}

.transaction-header > app-widget-host > app-content-block > div{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%
}
.settled-history-box,
.deposit-history-box,
.withdraw-history-box{
    display: none
}

.add-bet-history .statement-history-box,
.add-deposit-history .statement-history-box,
.add-withdraw-history .statement-history-box{
    display: none
}


/* mobile */



/************************************
      Account Deposit
*************************************/



.description-text,
.show-results,
.subaccounts-wrapper > div:last-child {
   /* margin-bottom: 15px */
}
.history-show{
    margin-top: 15px;
    flex: 1 1 100%
}
.sub-title-text,
.description-text,
.min-deposit,
.max-deposit,
.subaccounts-wrapper > div:last-child {
    color: var(--c-primary)
}
#root .deposit-withdraw-methods > app-widget-host{
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin: 30px 0;
}
#root .desktop .deposit-withdraw-methods > app-widget-host{
    margin: 0;
    margin-top: 30px;
    border: 2px solid var(--c-background-header)
}
.deposit-withdraw-button{
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    cursor: pointer;   
    overflow: hidden;
    height: 100%;
    max-width: 350px;
    width: 100%;
    display: flex;   
    transition: all .3s;
    box-shadow: var(--bs-);
  
}
.desktop .deposit-withdraw-button{
    flex: 1;
    max-width: none
}

.deposit-withdraw-button .button-image{
    background-color: var(--c-background-b);
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100px;
    padding: 10px
}
.deposit-withdraw-button.mobile-pay .button-image > img{
    width:80px
}
.withdrawal-page .deposit-withdraw-button.mobile-pay .button-image > img,
.account-withdraw .deposit-withdraw-button.mobile-pay .button-image > img{
    transform:rotate(180deg)
}
.deposit-withdraw-button .button-image > img{
    max-width: 100%;
    max-height: 100%;
    height: 80px;
    object-fit: contain
}
.deposit-withdraw-button .button-text{
    background-color: var(--c-background-b);
    color: var(--c-primary);
    width: 100%;
    display: flex;
    justify-content: center;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: bold;
    padding: 0 15px;
    height: 40px;
    align-items: center;
}

.deposit-card-page .card-pay .button-text,
.deposit-mobile-page .mobile-pay .button-text,
.deposit-shop-page .shop-pay .button-text,
.deposit-bank-page .bank-pay .button-text,
.desktop .deposit-withdraw-button .button-text:hover{
    background-color: var(--c-emphasis-c);
    color: var(--c-white)
   
}
.generic-form .deposit .form-row input{
    border: 1px solid var(--c-border)
}

.payment-method .button-submit-payment{
    display: block;
    width: auto;
    margin: 0 auto;
    min-width: 150px;
    border-radius: var(--r-border-radius-medium);
    padding: 10px;
    color: var(--c-white);
    background-color: var(--c-green)
}
#root .payment-method .generic-form .fld-amount .form-row label{
    color: var(--c-text);
}
.payment-method .generic-form .form-row input{
    border: 1px solid var(--c-border)
}
.desktop .payment-method .generic-form .form-row input{
    border: solid 1px var(--c-shade);
    border-radius: 0;
}
#root .account .payment-method label {
    color: var(--c-primary)
}
.payment-method-logo{
    width: 100px;
    margin: 10px auto 20px;
    border-radius: var(--r-border-radius-big);
    overflow: hidden
}
.payment-method-logo > img{
    max-width: 100%
}


/************************************
          Account Responsible
*************************************/
.responsible-gaming-info{
    display: flex;
    flex-direction: column;
    gap: 6px
}

#root .responsible-gaming .window-tabs{
    justify-content: flex-start;
    gap: 4px
}
.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;
    background-color: var(--c-background-b);
    color: var(--c-primary);
    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-white);
    background-color: var(--c-emphasis-c)
}
.responsible-gaming .window-tabs.limit-tabs .window-tab.tab-selected{
    color: var(--c-white);
    background-color: var(--c-emphasis-c)
}
.responsible-gaming .window-tabs.limit-tabs > div{
    font-size: 13px !important;
    background-color: var(--c-shade);
    color: var(--c-primary)
}
.responsible-gaming .amount-limit-wrapper span.element,
.label-value-container.deposit-password span.element,
.label-value-container.wager-password span.element,
.label-value-container.loss-password span.element{
    width: auto;
    min-width: 200px;
    display: flex;
    align-items: center    
}

.responsible-gaming app-access-limits > app-label-value span.element,
.responsible-gaming app-time-out .label-value-container span.element,
.responsible-gaming app-self-suspension .label-value-container span.element{
    display: flex;
    align-items: center;
    width: auto;
    min-width: 100px;
    color: var(--c-primary);
    padding-right: 10px

}
.responsible-gaming app-self-suspension .label-value-container span.element{
    min-width: 150px
}

.responsible-gaming .self-exclusion-content{
    display: flex;
    flex-direction: column;
    gap: 50px
}

#root .responsible-gaming-info .permanent-suspension-wrapper .permanent-suspension-label{
    font-size: 16px !important;
    color: var(--c-primary)

}
.responsible-gaming-info .self-exclusion-content .permanent-suspension-warning{
    font-size: 18px;
    padding: 15px 0;
    color: #f32634;
    font-weight: bold;
    line-height: 1.3
}

.responsible-gaming .action-buttons-container{
    display: flex;
    gap: 20px
}
.responsible-gaming .action-buttons-container button.btn-reset-values{
    margin-left: unset
}
/************************************
          Account Documents
*************************************/
#root .account label,
#root .label-value-container input,
#root .affiliate-service h3{
    font-size: 13px!important;
    color: var(--c-black);
    max-width: 215px; 
    width: 100%;      
    display: flex;
    align-items: center;
    border-radius: var(--r-border-radius-small)
}
#root .account label{
      color: var(--c-primary)

}
#root .label-value-container input{
   background-color: var(--c-background-d);
   color: var(--c-black);
}
.label-value-container input{
    margin-right: 0;
    color: black
}
.upload-wrapper input{
    color: var(--c-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-d);
    color: var(--c-black);
    border-radius: var(--r-border-radius-small);
    box-shadow: var(--bs-)
}
.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-emphasis-c);
    right: 0;
    top: 0;
    transform: translateX(-100%)
}

.responsible-gaming button,
.profile-document-upload button{
    background-color: var(--c-green);
    color: var(--c-white);
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 20px;
    min-width: 146px;
    border-radius: var(--r-border-radius-big)
}
.responsible-gaming button.btn-reset-values,
.responsible-gaming button.btn-clear-all,
.profile-document-upload button.btn-remove-file{    
     background-color: var(--c-emphasis-c)

}
.responsible-gaming button.btn-save-acccess,
.responsible-gaming button.btn-select-all,
.responsible-gaming button.btn-suspend-account,
.profile-document-upload button.btn-submit {
    
}
.access-limits-tabs-header,
.access-limits-tabs-rows,
.access-limits-tabs-footer{
    display: flex;
    color: var(--c-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;
    gap: 20px
}
.responsible-gaming button.btn-reset-values{
    margin-left: auto
}

.profile-document-upload span.element.label{
    width: auto;
    min-width: 100px;
    display: flex;
    align-items: center;
    padding-right: 10px   
}
::-webkit-file-upload-button {
    background-color: var(--c-emphasis-c);
    color: var(--c-white);
    font-size: 18px;
    padding: 10px 20px;    
    min-width: 146px;
    border-radius: var(--r-border-radius-big);
    min-width: 200px;
    border: 0;
    cursor: pointer
}
#root .documents-type app-file-input-field input{
    height: auto;
    padding: 0;
    min-width: 300px;
    box-shadow: none;
    background-color: transparent;
    overflow: hidden;
    color: var(--c-primary);
}
#root .documents-type app-file-input-field input:disabled{     
    color: var(--c-white);
    background-color: var(--c-shade);
}
#root .documents-type app-file-input-field input:disabled::-webkit-file-upload-button{
    opacity: .7
}

.documents-type app-set-value{
    max-width: 200px;
    margin: 0 20px
}
.documents-list .list-header,
.documents-list .list-info,
.upload-message{
    font-size: 14px    
}
.documents-list .list-info{
    background-color: var(--c-background-b);
    border: 0;
    color: var(--c-primary);
    text-align: center
}
.documents-list .list-info > td{
    padding: .571em .857em;
    border: 1px solid var(--c-shade)
}
.documents-list table{
    border-collapse: collapse;
    width: 100%;
    table-layout: fixed
}
.documents-list .list-header .header-element{
    background-color: var(--c-shade);
    border: 0;
    padding: .571em .857em    
}
.documents-list .list-header .info-element {
    min-width: 200px;
    max-width: 200px;
    text-align: left
}
.documents-type .upload-form{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    padding: 20px 0
}
.documents-type .upload-form .files-group{
    flex-direction: column;
    align-items: flex-start;
    gap: 20px
}
.documents-type .upload-form .files-group button{
    margin: 0
}

/************************************
          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{
    background-color: var(--c-emphasis-c);
    padding: 7px;
    color: var(--c-white);
    margin-right: 5px
}
.report-actions.can-place-bets,
.report-actions.buy-booked-bet{
    background-color: var(--c-green);
    padding: 7px;
    color: var(--c-white);
    margin-right: 5px
}
.report-actions.buy-booked-bet{
    margin: 0
}
.report-actions.can-place-bets.selected{
    color: var(--c-white)!important;
    background-color: var(--c-emphasis-c)
}
.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-background-b);
    color: var(--c-primary);
    margin-right: 5px;
    padding: 7px 10px
}
.report-actions.withdraw{
    background-color: var(--c-background-b);
    color: var(--c-primary);
    margin-right: 5px;
    padding: 7px 10px
}
.report-actions.change-password{
    color: var(--c-primary);
    background-color: red;
    padding: 7px 10px
}
body .ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-titlebar-icon span{
    background-color: var(--c-emphasis-c);
    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{
    background-color: var(--c-background);
    color: var(--c-primary);
    border: 0;
    padding: 20px 50px;
     border-bottom-left-radius:30px;
    border-bottom-right-radius:30px;
}
body .ui-dialog .ui-dialog-content .element.label{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    min-width: 120px
}

/************************************
          Account History Bets
*************************************/
.history-header{
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.history-header .history-product{
    display: flex;
    flex-direction: column;
    gap: 5px;
}
body .history-header .history-product .ui-dropdown{
    border-radius: 50%;
    border: 0;
    background-color: transparent
}
#root .history-header .history-product label.ui-dropdown-label{
    border-radius: 50px;
    overflow: hidden;
    border: 1px solid;
    padding: 10px 8px;
    color: var(--c-black);
    max-height: 33px
}
body .history-header .history-product .ui-dropdown .ui-dropdown-trigger{
    background-color: transparent;
    right: 10px;
}
body .history-header .history-product .ui-dropdown-panel .ui-dropdown-items .ui-dropdown-item.ui-state-highlight{
    background-color: var(--c-emphasis-b)
}

.window-tabs.history-status-tabs{
    gap: 10px;
    justify-content: unset !important;
    width: fit-content
}
.window-tabs.history-status-tabs .window-tab{
    padding: 5px 11px;
    border-radius: 50px;
    border: 1px solid;
    cursor: pointer;
    max-width: max-content;
    min-width: fit-content;
    min-height: 33px;
    display: flex;
    align-items: center;
}

.window-tabs.history-status-tabs .window-tab:hover{
    color: var(--c-black);
}
.window-tabs.history-status-tabs .window-tab.tab-selected{
    color: var(--c-primary);
}
.window-tabs.history-status-tabs .window-tab.tab-selected.tab-all,
.window-tabs.history-status-tabs .window-tab.tab-all:hover{
    background-color: var(--c-emphasis-b);
    border-color: var(--c-emphasis-b);
    color: var(--c-white)
}

.window-tabs.history-status-tabs .window-tab.tab-selected.tab-open,
.window-tabs.history-status-tabs .window-tab.tab-open:hover{
    background-color: var(--c-emphasis-d);
    border-color: var(--c-emphasis-d);
    color: var(--c-white)
}
.window-tabs.history-status-tabs .window-tab.tab-selected.tab-won,
.window-tabs.history-status-tabs .window-tab.tab-won:hover{
    background-color: var(--c-emphasis-b);
    border-color: var(--c-emphasis-b);
    color: var(--c-white)
}
.window-tabs.history-status-tabs .window-tab.tab-selected.tab-cashout,
.window-tabs.history-status-tabs .window-tab.tab-cashout:hover{
     background-color: var(--c-emphasis);
    border-color: var(--c-emphasis);
}
.window-tabs.history-status-tabs .window-tab.tab-selected.tab-lost,
.window-tabs.history-status-tabs .window-tab.tab-lost:hover{
    background-color: var(--c-emphasis-c);
    border-color: var(--c-emphasis-c);
    color: var(--c-white)
}

.history-filter{
    display: flex;
    flex-direction: column;    
    width: calc(100% - 300px);
    gap: 5px
}
.history-filter > p-dropdown{
    display: none
}
.history-from,
.history-to{
    display: flex!important;    
    gap: 5px;
    flex-direction: column
}
#root .history-header label{
    max-width: 100%;
    width: 160px;
    color: var(--c-primary)
}
#root .account-transactions .history-header label[for="history_status"],
#root .transactions .history-header label[for="history_status"]{
    display: none
}
#root .history-header label.ui-dropdown-label{
    width: 241px;        
    border-radius: 0

}
.history-from input,
.history-to input{
    width: 309px;
    border: 0
}
.history-bet-wrapper{ 
    border: 1px solid var(--c-emphasis-c);
    margin: 20px 0px;
    border-radius: var(--r-border-radius-large);
    background-color: var(--c-background-b);
    overflow: hidden
}
#root app-history .history-systems-wrapper .history-system-wrapper.history-bet-header,
#root app-history .history-systems-wrapper .history-system-wrapper{
    display: flex;
    padding: 5px 25px;
    justify-content: space-between
}
.history-bet-header {
     display: flex;
    position: relative;
    color: var(--c-emphasis-c);
    padding: 25px 25px 17px;
    border-left: 0;
    border-bottom: 1px solid var(--c-emphasis-c);
    border-top-right-radius: var(--r-border-radius-large);
    font-weight: bold
}
.history-bet-header.history-system-wrapper{
    border-radius: 0;
    border-bottom-color: var(--c-background-body)
}
.history-bet-header .history-bet-toggle{
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
    border: 0;
    position: absolute;    
    top: 50%;
    transform: translateY(-50%);
    left: 20px;    
    
}

.history-bet-wrapper .history-bet-header .history-bet-toggle:before{
    content: "";
    background-image: url(/v2.238/r/images/wazza/icons/new-arrow-right-red.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    display: block;
    width: 27px;
    height: 27px
}

.history-bet-wrapper.expanded .history-bet-header .history-bet-toggle:before{
    transform: rotate(90deg)  
}


#root .history-bet-info {
    gap: 10px;
    padding-left: 32px;
    
    color: var(--c-emphasis-c)
}
#root .history-bet-info > div{
    font: var(--t-mini-title);
    line-height: 1.5;

}
#root .history-bet-info .history-bet-lines{
    white-space: nowrap;
}
#root app-history .history-systems-wrapper .history-system-wrapper.history-bet-header > div,
.history-system-wrapper > div{
    flex: 20%;
    color: var(--c-emphasis-c)
}
.history-bet-info,
.history-bet-date-time-id,
.history-bet-content,
.bet-infos-title-wrapper,
.bet-infos-title-wrapper .bet-infos-toggle,
.history-system-wrapper,
#root app-history .history-systems-wrapper .history-system-wrapper.history-bet-header{
     font-size: 12px;
     color: var(--c-primary);
    line-height: 27px  
}

#root app-history .history-systems-wrapper .history-system-wrapper.history-bet-header{   
     color: var(--c-white);   
}
.history-bet-content .history-bet-match-details{
     border-bottom: 1px solid var(--c-emphasis-c)
}
/*.history-bet-content .history-bet-match-details:last-child{
    border-bottom: 0  
}*/
.history-bet-info,
.history-bet-date-time-id{
    display: flex   
}
#root .history-bet-status{
     /* box-shadow: 1px 1px 5px rgb(0 0 0 / 100%); */
    /* position: absolute; */
    right: 20px;
    top: 50%;
    /* transform: translateY(-50%); */
    max-height: 36px;
    margin-left: auto;
}
.history-bet-status.won,
.history-bet-status.open,
.history-bet-status.won-cashout,
.history-bet-status.lost,
.history-bet-status.cancelled{
    font: var(--t-title);
    line-height: 27px;
    padding: 0 17px;
    color: var(--c-white);
    background-color: var(--c-emphasis-c);
    order: 2;
    margin-left: 10px;
    border-radius: var(--r-border-radius-large);
    min-height: 33px;
    display: flex;
    align-items: center
}
.history-bet-status.cancelled,
.history-bet-status.lost{
    background-color: red
}
.history-bet-status.won,
.history-bet-status.won-cashout{
    background-color: var(--c-emphasis-b)
}
.history-bet-date-time-id{
    display: flex;
    flex-wrap: wrap;
    padding-left: 14px;
    line-height: 1.6;
    color: var(--c-emphasis-c);
    border-left: 1px solid var(--c-emphasis-c);
    margin-left: 14px
}
.history-bet-date-time-id div{   
   padding-right: 10px;
   font: var(--t-mini-title);
   line-height: 1.5
}
.history-bet-date-time-id .history-bet-id:before{
    content: "ID: "
}
.history-bet-date-time-id .history-bet-id{
    order: -1;
    flex: 1 1 100%
}
.history-bet-product-type{
    position: absolute;
    bottom: 17px;
    font: var(--t-mini-title);
    padding-left: 32px;
    line-height: 1.5
}
.history-bet-match-wrapper{
    display: flex;
    flex-direction: column;
    position: relative;
    padding: 15px    
}
.history-bet-match-details .history-bet-match-wrapper:after{
    content: "";
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 15px;
    right: 15px;
    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:after{
    background-image: url(/v1.233/r/images/wazza/icons/tick-green.svg)
}

.history-bet-match-details.lost .history-bet-match-wrapper:after{
    background-image: url(/v1.233/r/images/wazza/icons/close-red.svg)
}


.history-bet-match-wrapper app-bet-match {
    display: flex;
    flex-direction: column-reverse
}
.history-bet-match-wrapper app-bet-match .history-selection-info{
    display: flex
}
.history-bet-match-wrapper app-bet-match .history-selection-info .history-match-info{

}
.history-bet-match-wrapper .history-match-info .sport-icon{
    margin: 0;
    background-position: 0;
    font-size: 0;
    position: absolute;
    top: 15px;
    left: 15px
}
.history-bet-match-wrapper .match-and-time .bet-match-tournament-info{
    font-weight: bold
}
.history-bet-match-wrapper .match-and-time .bet-match-tournament-info .bet-match-category{
    padding-left: 36px
}
.history-bet-match-wrapper .match-and-time .bet-match-tournament-info .bet-match-dash{
    display: none
}
.selection-and-odds{
    display: flex;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold
   
}
.history-bet-match-details .selection-and-odds,
.history-bet-match-details .selection-and-odds .history-bet-odds{
    order: 2;
    width: 100%;
    position: unset
}
.history-bet-match-wrapper .history-bet-match-name{
    font-weight: bold;
    font-size: 14px
}
.history-bet-match-details.lost .history-bet-match-name,
.history-bet-match-details.lost .selection-and-odds,
.history-bet-match-details.lost .selection-and-odds .history-bet-odds{
    color: red
}
.history-bet-match-details.won .history-bet-match-name,
.history-bet-match-details.won .selection-and-odds,
.history-bet-match-details.won .selection-and-odds .history-bet-odds{
    color: green
}
.history-bet-wrapper .market-name{
    display: flex;
    align-items: center;
    white-space: nowrap;
    padding-right: 12px
}
#root .history-bet-wrapper .market-name .bet-live-info{
    padding-left: 15px;
    margin: 0
}
.history-bet-wrapper .history-bet-content .history-bet-match-details .market-name .bet-live-info:before {
    content: '('
}
.history-bet-wrapper .history-bet-content .history-bet-match-details .market-name .bet-live-info:after {
    content: ')'
}
#root .history-bet-wrapper .match-date-code-wrapper{
    justify-content: space-between
}
.history-bet-wrapper .match-date-code-wrapper .betslip-match-code:before{
    content: "#";
    display: block
}
#root .history-bet-wrapper .match-date-code-wrapper .betslip-match-code{
    display: none
}
.selection-and-odds .history-bet-odds{
  color: var(--c-text-header-menu-active)
    margin-left: 10px;
    text-align: right;
    margin-left: auto
}
.selection-and-odds .history-bet-odds::before {
    content: "@";
    margin-right: 5px;
}

.history-bet-footer .negative{
    color: red
}
.history-bet-footer .history-bet-footer-wins span:last-child,
.history-bet-footer .positive{
    color: var(--c-background-bet-button)
}
.history-bet-match-wrapper > div{
    line-height: 20px
}
.history-bet-match-time {   
    word-break: break-word
}
.history-bet-match-details.lost .history-bet-match-time{
    color: red
}
.history-bet-match-details.won .history-bet-match-time{
    color: var(--c-emphasis-b);
}
.history-bet-footer{
    display: flex;
    font-size: 16px;    
    line-height: 30px;
    justify-content: space-between;
    padding: 0 20px;
    flex-wrap: wrap
   
}
.history-bet-footer > div{
    display: flex;
    gap: 10px;
    font-size: 12px;  
}
.history-bet-footer .history-bet-footer-dates{
    flex: 1 1 100%;
}
.history-bet-footer .history-bet-possible-winnings{
    font-weight: bold
}
.history-bet-footer > div span:last-child{

}
.history-bet-wrapper .history-bet-footer{
    flex-direction: column;
    padding: 17px 25px;
    font-size: 14px;
    line-height: 24px
}
.account .history-bet-wrapper .history-bet-footer{
    flex-direction: row
}
.history-bet-wrapper .history-bet-footer > div > div{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--c-background-body)
}
.history-bet-wrapper .history-bet-footer > div:last-child > div{
    border-bottom: 0
}
.history-bet-wrapper .history-bet-match-time,
#root .history-bet-wrapper.match-date-code-wrapper,
.history-bet-wrapper .history-systems-wrapper,
.history-bet-wrapper .bet-infos,
.history-bet-content{
    display: none
}
.history-bet-wrapper.expanded .history-bet-content{
    display: block
}
.history-system-wrapper.history-bet-header{
    flex-direction: row
}
.history-bet-wrapper.expanded .history-bet-footer,
#root .history-bet-wrapper.expanded .match-date-code-wrapper{
    display: flex
}
.history-bet-wrapper.expanded .history-bet-match-time,
.history-bet-wrapper.expanded .history-systems-wrapper{
    display: block
}

 .history-bet-wrapper .bet-infos .bet-infos-title-wrapper{
    display: none
 }
.history-bet-wrapper .bet-infos .bet-infos-content{
    display: flex;
    justify-content: space-between;
    padding: 5px 10px;
    background-color: var(--c-background);
    color: var(--c-primary);
    border: 0
   
}
.history-bet-wrapper .history-actions-wrapper{
    justify-content: space-around;
    padding: 0 25px 20px;
}
.history-bet-wrapper .history-actions-wrapper .history-bet-action{
    margin: 0 5px
}

#root .history-bet-wrapper .history-actions-wrapper .history-bet-cancel{
    background-color: var(--c-grey-1);
    color: var(--c-black);
    border-radius: var(--r-border-radius-large);
    max-width: 264px;
    order: 1;
    white-space: break-spaces;
    font: var(--t-title-menu)
}
.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-action.history-bet-reload{
    background-color: var(--c-green);
    color: var(--c-white);
    border-radius: var(--r-border-radius-large);
    max-width: 264px;
    min-height: 44px;
    font: var(--t-title-menu);
}
.history-bet-action.history-bet-reload{
    background-color: var(--c-emphasis-c);
    padding: 0 16px
}
.bet-infos-title-wrapper{
    border-top: 1px solid var(--c-background-sidebar-menu)
}
body .settled-bets .ui-button.ui-button-icon-only{
    border: 0
}
.history-bet-content .history-bet-match-details .match-and-time .betslip-match-locked{
    background-image: url("/v1.233/r/images/bestbet/icons/odd-locked-dark.svg")
}



/* Mobile */

body .mobile .history-header .history-product .ui-dropdown{
    width: 100%
}
body#root .mobile .history-header .history-product .ui-dropdown-label{
    max-width: 100%;
    width: 100%
}

/************************************
          Account Withdraw
*************************************/

.deposit-instructions-header{
    display: flex;
    flex-direction: row;
    background-color: var(--c-background);
    color: var(--c-primary);
    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,
.deposit-instructions-notes{
    padding: 10px 20px;
    color: var(--c-primary);
    font-size: 12px
}
.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-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-method{
    display: flex;
    width: fit-content;
    padding: 20px;
    margin: 20px auto;
    
    justify-content: center
}
.desktop .payment-method{
    width: 100%;
    margin: 0;
    border-top: 0;
    justify-content: center;
}

.payment-method .payment-form{
       width: 100%; 
}
.desktop .payment-method .payment-form{
    width: 100%;
}
.withdrawal.withdrawal-bank{
    margin: 0 auto;
    max-width: 1150px;
    padding: 0 10px;
}
.payment-method .fld-paytype .form-element-error-wrapper{
    display: flex;
    justify-content: center;
}
.payment-method .form-element-error{
    justify-content: center
}
.payment-method .fld-amount{
    display: flex;
    justify-content: center;
}
.payment-method .fld-amount .form-element-error-wrapper{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 5px;
}
.payment-method .fld-amount .form-element-error-wrapper .form-element-error{
    padding: 0
}
#root .desktop .payment-method .form-label.paytype,
#root .desktop .payment-method .form-label.amount{
    padding: 0 12px;
    border: solid 1px var(--c-shade);
    border-radius: 0;
}
#root .payment-method .form-label.paytype{
    display: none
}
.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
}

/* Back */

#root .desktop .user-payment-content .back{
    height: 42px;
    display: flex;
    align-items: center;
    margin: 0 12px;
}

#root .desktop .user-payment-content .back-button{
}
#root .desktop .user-payment-content .back-button:hover{
    color: var(--c-primary);
}
#root .desktop .user-payment-content .back-button:before{
   

}
/************************************
          Account Deposit
*************************************/

/* mobile deposit */



app-radio-field .buttons-holder{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    padding-bottom: 24px
}
app-radio-field .buttons-holder .button{
    background-color: transparent;
    display: flex;
    align-items: center;
    border: 0;
    border-radius: 0
}
#root app-radio-field .buttons-holder .button input{
   opacity: 0;
   width: 0;
   height: 0;
   margin: 0
}
#root app-radio-field .buttons-holder .button label{
   width: 100%;  
   border-radius: 0;
   cursor: pointer;
   max-width: 100%;
   font-size: 0 !important;  
   border-radius: var(--r-border-radius-big);
 
 
}
#root app-radio-field .buttons-holder .button label:after{    
    content: "";
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    display: flex;
    box-shadow: var(--bs-);
    border-radius: var(--r-border-radius-big);
    transition: all .3s ease-in-out;
    
}
app-radio-field .buttons-holder .button label[for="radio-button-airtel"]:after,
app-radio-field .buttons-holder .button label[for="radio-button-1"]:after{
    background-image: url(/v2.032/r/images/wazaa/icons/airtel.png);
}
app-radio-field .buttons-holder .button label[for="radio-button-mpsa"]:after,
app-radio-field .buttons-holder .button label[for="radio-button-2"]:after{
    background-image: url(/v1.233/r/images/wazza/icons/M-Pesa.svg);
}
#root app-radio-field .buttons-holder .button label[for="radio-button-orange"]:after,
#root app-radio-field .buttons-holder .button label[for="radio-button-3"]:after{
    background-image: url(/v2.032/r/images/wazaa/icons/orange-money.png);
   
}
#root app-radio-field .buttons-holder .button label[for="radio-button-afrimoney"]:after,
#root app-radio-field .buttons-holder .button label[for="radio-button-4"]:after{
    background-image: url(/v2.032/r/images/wazaa/icons/afrmoney.png);
   
}
#root app-radio-field .buttons-holder .button label[for="radio-button-vodacom"]:after,
#root app-radio-field .buttons-holder .button label[for="radio-button-5"]:after{
    background-image: url(/v2.030/r/images/site/icons/vodacom.jpg);
   
}
app-radio-field .buttons-holder .button label[for="radio-button-mpesa"]:after{
    background-image: url(/v2.030/r/images/wazaa/icons/MPesa.svg);

}



#root app-radio-field .buttons-holder input[type=radio]:checked ~ label{
  
  
}
#root app-radio-field .buttons-holder input[type=radio]:checked ~ label:after{
     transform: scale(1.1);
}

/************************************
          Promotion Voucher
*************************************/




.voucher-form .button-submit-api-form{
    background-color: var(--c-green);
    color: var(--c-white);
    font-size: 16px;
    padding: 10px 20px;
    border-radius: var(--r-border-radius-big);
}

.voucher-form input{
    max-width: 350px;
    background-color: var(--c-background-d);
    color: var(--c-black);
    border-radius: var(--r-border-radius-medium)
}
.mobile .voucher-form {
    margin-bottom:13px;
    /* padding: 12px 10px; */
}
.moible .voucher-form .actions-heading-small{
    padding-bottom: 10px
}
.mobile .voucher-form .generic-form{
    border:0;
    padding:0;
    gap: 0px;
    position:relative;
}
#root .mobile .voucher-form form .form-element-wrapper {
    overflow:unset;
}
#root .mobile .voucher-form form .empty-field:not(.focused-field) .form-element-wrapper::before {
    content:"Enter promotion code";
    position:absolute;
    height:48px;
    left:0px;
    background-color:var(--c-red);
    width:100%;
    border-radius:30px;
    z-index:11;
    color:var(--c-text-light);
    display:flex;
    align-items:center;
    justify-content:center;
    font:var(--t-title-menu);
    pointer-events:none;
}
.mobile .voucher-form .form-row{
    flex-direction: column;
}
.mobile .voucher-form .form-label.voucherCode{
    padding-bottom: 12px;
    padding-bottom: 9px;
}
.mobile .account-page .voucher-form ui-button {
    position:absolute;
    height:46px;
    width:100px;
    right:2px;
    top:18px;
}
.mobile actions-heading-small{
    margin-bottom: 4px
}
.mobile .account-page .voucher-form ui-button button {
    height:48px;
    background-color:var(--c-background-b);
    color:var(--c-green);
    font:var(--t-mini-title);
   
    border-radius:0px 30px 30px 0px;
}
.mobile .account-page .voucher-form .api-form-wrapper .form-element-wrapper input {
    height:48px;
    border-radius:30px;
    background-color:var(--c-background-b);
    border:0px;
    color:var(--c-text);
    text-indent:12px;
    box-shadow:0px 2px 2px var(--s-black-25);
    width:100%;
    max-width:unset;
    padding-right:102px;
}
.mobile .voucher-form ui-button{
    text-align: center;
    flex:1;
}
.mobile .account-page .actions-heading {
    font:var(--t-title-menu);
    font-weight:bold;
    padding: 10px 0px;
    margin-bottom:18px;
    text-transform: capitalize
}

