body .ui-button:enabled:focus{
    box-shadow: none
}
body .ui-button:enabled:active {
    background-color: transparent;
    color: transparent;
    border-color: none;
}
input{
    padding: 0 5px
}
.content-page{
    color: var(--c-primary-c)
}
.about-sub-menu {
    padding-bottom: 50px
}

/************************************
          Left User Menu
*************************************/

.account-menu-left > app-widget-host,
.account-menu{
    display: flex;
    flex-direction: row;
    width: 100%
}
.account-menu .header-title{
    color: var(--c-white);
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    padding: 13px 10px;
    /* border-bottom: 1px solid var(--c-emphasis);*/
}
.account-menu ul{
    flex-direction: column
}


.account-menu li~a.active{
    background-color: var(--c-black-e);
    color: var(--c-white-e);
}
.account-menu .menu-tabs{
    width: 100%
}
#root .account-menu .group-tabs ul li a,
#root .account-menu .group-tabs ul li a:hover
#root .account-menu .group-tabs ul li a :hover{
    color: unset
}
.account-menu .group-tabs.logout-tab > app-widget-host,
#root .account-menu .group-tabs ul li a{
    display: flex;
    flex-direction: row;
    background-color: var(--c-shade);
    color: var(--c-black-e);
    /*  border-bottom: 1px solid var(--c-primary-b); */
    font-size: 16px;
    cursor: pointer;
    align-items: center;
    border-radius: var(--r-sm);
    width: 100%
}
.account-menu .group-tabs.logout-tab > app-widget-host,
.account-menu .group-tabs ul li{
    height: 50px;
    margin-bottom: 2px
}
.account-menu .group-tabs.additional ul li{
    margin-left: 8px
}
.account-menu .group-tabs.logout-tab > app-widget-host:hover,
.account-menu .group-tabs > app-widget-host:hover .logout-button,
.account-menu .group-tabs ul li:hover{
    filter: brightness(0.8)
}
#root .account-menu .group-tabs ul li a{
    padding: 0;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start
}
#root .account-menu .group-tabs ul li a.active{
    color: var(--c-emphasis);
}
.account-menu .white-image img,
.account-menu .blue-image img{
    width: 20px;
    height: 20px;
    margin: 0 15px
}
.account-menu .group-tabs > app-widget-host:hover .white-image,
.account-menu .blue-image{
    display: none
}
.account-menu .group-tabs > app-widget-host:hover .blue-image{
    display: block
}

.account-menu .logout-button{
    background-color: transparent;
    color: var(--c-primary-c);
    padding: 0;
    font-size: 13px;
    border: 0
}
.account-menu .group-tabs.logout-tab .account-image:before,
.account-menu li a: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(1);
}

.account-menu li:first-child a:before{
    background-image: url("/v1.011/r/images/in2bet/icons/history-light.svg")
}
.account-menu li:nth-child(2) a:before{
    background-image: url("/v1.011/r/images/in2bet/icons/transactions-light.svg")
}
.account-menu li:nth-child(3) a:before{
    background-image: url("/v1.011/r/images/in2bet/icons/password-light.svg")
}
.account-menu li:nth-child(4) a:before{
    background-image: url("/v1.011/r/images/in2bet/icons/transactions-light.svg")
}
.account-menu li:nth-child(5) a:before{
    background-image: url("/v1.011/r/images/in2bet/icons/promotio-light.svg")
}
.account-menu li:nth-child(6) a:before{
    background-image: url("/v1.011/r/images/in2bet/icons/profile-light.svg")
}
.account-menu .logout-tab .account-image:before{
    background-image: url("/v1.011/r/images/africa/log-out-white.svg")
}
.account-menu .logout-tab .logout-button::before{
    display: none
}
/* active */

.account-menu li:first-child a.active:before{
    background-image: url("/v1.011/r/images/in2bet/icons/deposit-color.svg")
}
.account-menu li:nth-child(2) a.active:before{
    background-image: url("/v1.011/r/images/in2bet/icons/withdraw-color.svg")
}
.account-menu li:nth-child(3) a.active:before{
    background-image: url("/v1.011/r/images/in2bet/icons/password-light.svg")
}
.account-menu li:nth-child(4) a.active:before{
    background-image: url("/v1.011/r/images/in2bet/icons/transactions-color.svg")
}
.account-menu li:nth-child(5) a.active:before{
    background-image: url("/v1.011/r/images/in2bet/icons/promotio-color.svg")
}
.account-menu li:nth-child(6) a.active:before{
    background-image: url("/v1.011/r/images/in2bet/icons/profile-color.svg")
}


.account-menu .add-menu-wrapper{
    display: flex;
    background-color: var(--c-primary-b);
    color: var(--c-white-e);
    cursor: pointer;
    align-items: center;
    border-radius: var(--r-sm);
    width: 100%;
    margin-bottom: 2px;
    height: 42px
}
.account-menu .add-menu-wrapper:before{
    content: "";
    background-image: url(/v1.011/r/images/in2bet/icons/accsetings-light.svg);
    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
}
#root.additional-menu .account-menu .add-menu-wrapper{
    color: var(--c-emphasis);
}
#root.additional-menu .account-menu .add-menu-wrapper:before{
    background-image: url(/v1.011/r/images/in2bet/icons/accsetings-color.svg);
    filter: hue-rotate(193deg);
}
.account-menu .add-menu-wrapper  > div{
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center
}

/* add menu */

.account-menu .additional li:first-child a:before{
    background-image: url("/v1.011/r/images/in2bet/icons/contact-light.svg")
}
.account-menu .additional li:nth-child(2) a:before{
    background-image: url("/v1.011/r/images/in2bet/icons/responsible-light.svg")
}
.account-menu .additional li:nth-child(3) a:before{
    background-image: url("/v1.011/r/images/in2bet/icons/verification-light.svg")
}
.account-menu .additional li:nth-child(4) a:before{
    background-image: url("/v1.011/r/images/in2bet/icons/password-light.svg")
}

/* active add menu */

.account-menu .additional li:first-child a.active:before{
    background-image: url("/v1.011/r/images/in2bet/icons/contact-color.svg")
}
.account-menu .additional li:nth-child(2) a.active:before{
    background-image: url(/v1.011/r/images/in2bet/icons/responsible-color.svg)
}
.account-menu .additional li:nth-child(3) a.active:before{
    background-image: url("/v1.011/r/images/in2bet/icons/verification-color.svg")
}
.account-menu .additional li:nth-child(4) a.active:before{
    background-image: url("/v1.011/r/images/in2bet/icons/password-color.svg")
}


.account-menu .additional .menu-tabs{
    max-height: 0;
    overflow: hidden
}
#root.additional-menu .account-menu .additional .menu-tabs{
    max-height: 100%;
    transition: all .3s
}



/************************************
          Account My Profile
*************************************/



.profile-info .form-label,
.change-password .form-label{
    align-items: center;
    color: var(--c-primary-c);
    font-size: 13px;
    font-weight: bold
}
#root .account .generic-form tel-input p-dropdown {
    width: 75px;
    border-radius: var(--r-sm);
    height: 40px
}
#root .desktop .account .generic-form tel-input p-dropdown {
    border-radius: var(--r-sm);
    height: 40px;
    background-color: var(--c-primary-c);
    color: var(--c-primary-b)
}
#root .account .generic-form tel-input p-dropdown .ui-dropdown,
.account .generic-form .form-row input{
    height: 40px;
    border: 1px solid var(--c-black-e)
}
#root .desktop .account tel-input input{
    width: 275px;
    background-color: var(--c-primary-c);
    font-size: 13px;
    color: var(--c-primary-b);
}
#root .desktop .account tel-input label{
    background-color: var(--c-primary-c);
    color: var(--c-primary-b)

}
#root .account tel-input label{
    padding: 0;
    width: 100%;
    height: 40px;
    justify-content: center;
    background-color: transparent
}

#root .account .generic-form tel-input p-dropdown .ui-dropdown-trigger {
    display: none
}
.generic-form .form-row .form-label {
    padding-right: 0
}


.change-password .form-label{
    min-width: 200px
}
.profile-info .form-element-wrapper,
.change-password .form-element-wrapper{
    align-items: flex-start
}
.profile-info .form-element-wrapper > select{
    max-width: 350px;
    height: 40px;
    background-color: var(--c-primary-c);
    font-size: 14px;
    color: var(--c-primary-b);
}
.profile-info .form-element-wrapper > input,
.change-password .form-element-wrapper > input{
    max-width: 350px;
    height: 40px;
    background-color: var(--c-primary-c);
    width: 100%;
    border: 0;
    color: var(--c-primary-b);
    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;
    background-color: var(--c-primary-c);
    color: var(--c-primary-b);
    font-size: 18px;
    padding-left: 10px
}

.profile-info #edit-personal-details > div:last-child{
    margin: 50px 0
}
.profile-info .checkbox-wrapper .field-label{
    color: var(--c-primary-c);
    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-white-e);
    color: var(--c-primary);
    text-transform: uppercase;
    font-size: 16px;
    height: 40px;
    width: 200px;
    border-radius: var(--r-lg)

}
/************************************
          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-primary);
    color: var(--c-primary-c)
}

.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-white-e);
    color: var(--c-internal-user-text);
    font-size: 16px;
    padding: 10px 20px;
    border-radius: var(--r-lg)
}
body .account .ui-table .ui-table-thead>tr>th{
    color: var(--c-primary-c);
    background-color: var(--c-primary-b);
    border: 0
}
body .account .ui-table .ui-table-tbody>tr{
    /* background-color: var(--c-primary-d); */
    border: 0;
    color: var(--c-black);
    text-align: center
}
body .ui-table .ui-table-tbody>tr>td{
    border: 1px solid var(--c-primary-b)
}
body .ui-button.ui-button-icon-only {
    border: 1px solid var(--c-primary)
}
body .ui-button.ui-button-icon-only .ui-button-text{
    background-color: var(--c-primary-b);
    /* height: 42px; */
    height: 100%;
    /* padding: 0px; */
}

/* Transaction Histori tabs */

.transaction-header{
    display: flex;
    justify-content: center;
    margin: 15px;
    align-items: center
}
#root .transaction-header > app-widget-host{
    margin: 0;
    background-color: var(--c-primary-b);
    border: 0
}
#root .transaction-header .deposit-history-header,
#root .transaction-header .withdraw-history-header{
    position: relative;
    min-width: 180px;
    text-transform: uppercase;
    background-color: transparent;
    color: var(--c-primary-c);
    margin: 0 5px;
    border-radius: var(--r-md);
    box-shadow: 1px 1px 5px rgb(0 0 0 / 10%);
    cursor: pointer;
    text-align: center
}

#root .transaction-header .deposit-history-header > div,
#root .transaction-header .withdraw-history-header > div{
    height: 40px;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    letter-spacing: .5px;
    font-weight: bold;
    color: var(--c-black-e);
    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-md);
    background-color: var(--c-emphasis);
    color: var(--c-white-e)

}
#root.add-withdraw-history .transaction-header .deposit-history-header > div{
    background-color: var(--c-primary-b);
    color: var(--c-primary-c);
}
#root .transaction-header .deposit-history-header:hover,
#root .transaction-header .withdraw-history-header:hover{
    opacity: .9
}


/************************************
          Account Deposit
*************************************/

.payment-method-holder > app-widget-host{
    flex-direction: row;
    align-items: center;
    max-width: max-content;    
    margin-bottom: 30px;
    cursor: pointer;    
    transition: all .3s
}
.payment-method-holder > app-widget-host:hover{
    background-color: var(--c-emphasis)
}
.payment-method-holder .payment-method-title {
    color: var(--c-black-e);
    font-size: 16px;
    font-weight: bold;
    padding: 0 30px
}
.payment-method{
    display: flex;
    width: fit-content;
    padding: 20px;
    margin: 20px auto;
  /*  background-color: var(--c-primary-b); */
    color: var(--c-emphasis)
}    


/************************************
          Account Responsible
*************************************/
#root .responsible-gaming app-window-tabs{
    margin-bottom: 15px
}

#root .responsible-gaming .window-tabs{
    justify-content: flex-start
}
.responsible-gaming .window-tabs > div,
.responsible-gaming .window-tabs.limit-tabs > div{
    color: var(--c-primary-c);
    font-style: normal;
    font-weight: 500;
    flex: 1;
    padding: 0 20px;
    background-color: var(--c-primary);
    border-radius: var(--r-sm);
    margin: 0 2px 2px 0;
    font-size: 13px;
    cursor: pointer;
    align-items: center;
    display: flex;
    justify-content: center
}
#root .label-value-container {
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    height: 40px;
}

#root .account label, 
#root .label-value-container input{
    font-size: 16px;
    color: var(--c-black-e);
    max-width: 215px;
    display: flex;
    align-items: center;
    border-radius: var(--r-border-radius-small);
    height: 40px;
    border: 0
}
.element.value select{
    height: 40px;
    border: 0;
    width: 150px
 }

.responsible-gaming .window-tabs .window-tab.tab-selected{
    color: var(--c-white-e);
    background-color: var(--c-emphasis)
}
.responsible-gaming .window-tabs.limit-tabs .window-tab.tab-selected{
   font-size: 13px !important;
    background-color: var(--c-emphasis);
    color: var(--c-white-e);
}
.responsible-gaming .window-tabs.limit-tabs > div{
    font-size: 13px !important;
    background-color: var(--c-primary-b)
}


.responsible-gaming button,
.profile-document-upload button{
    background-color: var(--c-white-e);
    color: var(--c-internal-user-text);
    font-size: 18px;
    padding: 10px 20px;
    margin-top: 20px;
    min-width: 146px;
    border-radius: var(--r-lg);
    margin-left: 20px
}
.responsible-gaming button.btn-reset-values,
.responsible-gaming button.btn-clear-all,
.profile-document-upload button.btn-remove-file{
    background-color: var(--c-emphasis);
    color: var(--c-white-e)

}
.responsible-gaming button.btn-save-acccess,
.responsible-gaming button.btn-select-all,
.responsible-gaming button.btn-suspend-account,
.profile-document-upload button.btn-submit {
    color: var(--c-internal-user-text)
}
.access-limits-tabs-header,
.access-limits-tabs-rows,
.access-limits-tabs-footer{
    display: flex;
    color: var(--c-primary-c);
    font-size: 14px;
    align-items: center;
    margin: 20px 0;
}
.access-limits-tabs-header > div,
.access-limits-tabs-rows > div,
.access-limits-tabs-footer > div{
    flex: 1;
    white-space: nowrap;
    text-align: center;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px
}
.responsible-gaming app-access-limits div:last-child{
    display: flex;
    flex-wrap: wrap
}
.responsible-gaming button.btn-reset-values{
    margin-left: auto
}


.documents-type app-set-value{
    max-width: auto;
    margin: 0 20px;
    display: flex
}
.documents-list .list-header,
.documents-list .list-info,
.upload-message{
    font-size: 14px;
    color: var(--c-primary-c)
}

/************************************
          Account Password
*************************************/
.files-group,
.upload-form{
    display: flex;
    align-items: center
}
.upload-form{
    margin-bottom: 20px
}
#root .files-group .label-value-container{
    margin: 0
}
/************************************
          Account affiliate
*************************************/

.go-back{
    display: none
}
.subaccounts-main-actions{
    display: flex;
    flex-direction: column;
    align-items: flex-start
}
.main-actions.expand-collapse-all,
.subaccounts-main-actions .main-actions{
    margin: 30px 0
}
.user-name.shop{
    color: var(--c-emphasis)!important;
    text-align: left
}
.user-name.customer,
.user-option,
.user-more{
    text-align: left
}
.report-actions.account-statement,
.report-actions.betting-history{
    background-color: var(--c-primary-c);
    padding: 7px;
    color: var(--c-primary);
    margin-right: 5px
}
.report-actions.can-place-bets,
.report-actions.buy-booked-bet{
    background-color: var(--c-emphasis);
    padding: 7px;
    color: var(--c-primary-c);
    margin-right: 5px
}
.report-actions.buy-booked-bet{
    margin: 0
}
.report-actions.can-place-bets.selected{
    color: var(--c-primary-c)!important;
    background-color: red
}
.affiliate-service .list-header th.header-element:first-child{
    width: 21%
}
.affiliate-service .list-header th.header-element:nth-child(2){
    width: 5%
}
.affiliate-service .list-header th.header-element:nth-child(3){
    width: 28%
}
.affiliate-service .list-header th.header-element:nth-child(4){
    width: 12%
}
.affiliate-service .list-header th.header-element:nth-child(5){
    width: 12%
}
.affiliate-service .list-header th.header-element:nth-child(6){
    width: 6%
}
.affiliate-service .list-header th.header-element:nth-child(7){
    width: 16%
}
.affiliate-service .subaccounts-wrapper td {
    white-space: nowrap
}
.report-actions.deposit{
    background-color: var(--c-emphasis);
    color: var(--c-primary-c);
    margin-right: 5px;
    padding: 7px 10px
}
.report-actions.withdraw{
    background-color: var(--c-emphasis);
    color: var(--c-primary-c);
    margin-right: 5px;
    padding: 7px 10px
}
.report-actions.change-password{
    color: var(--c-primary-c);
    background-color: red;
    padding: 7px 10px
}
body .ui-dialog .ui-dialog-titlebar,
.ui-dialog .ui-dialog-titlebar-icon span{
    background-color: var(--c-emphasis);
    color: var(--c-white-e);
    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-c);
    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          
*************************************/

.account .history-content-wrapper{
    padding-top: 15px
}

.account .history-bet-match-wrapper > div{
    line-height: 16px
}

.history-filter{
    display: flex;
    padding-bottom: 8px;
    width: 100%;
    flex-direction: column;
    align-items: flex-start
}
.history-from,
.history-to{
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start
}
#root .history-header label{
    max-width: 100%;
    width: 160px
}
#root .history-header label.ui-dropdown-label{
    width: 241px;
    background-color: var(--c-white);
    border-radius: 0
}
.history-from input,
.history-to input{
    width: 309px;
    /* height: 42px; */
}
.account .history-show{
    margin-top: 15px
}

.history-bet-wrapper{
    margin-bottom: 5px;
    border-radius: var(--r-sm);
    overflow: hidden;
    position: relative;
    flex-wrap: wrap;
    border: 1px solid var(--c-shade);
}
.history-bet-wrapper.open{
    /* border-left: 5px solid var(--c-primary); */
}
.history-bet-wrapper.won{
    border-left: 5px solid var(--c-green)
}
.history-bet-wrapper.lost {
        border-left: 5px solid var(--c-red);
}
.history-bet-wrapper.won-cashout{
    border-left: 5px solid var(--c-emphasis)
}
.history-bet-wrapper > div{
    max-height: 0;
    overflow: hidden;
}
.history-bet-wrapper .history-bet-header{
    max-height: 100%    
}
.history-bet-wrapper.expanded > div{
    max-height: 100%;
    width:100%;
    transition: all .3s
}
.history-bet-wrapper .history-bet-header .history-bet-date-time-id .history-bet-id:before{
    content: "ID:";
    padding-right: 5px
}
.history-bet-wrapper .history-bet-header{
    display: flex;
    /* justify-content: space-between; */
    /* background-color: var(--c-primary-b); */
    color: var(--c-black-e);
    padding: 8px
}
.history-bet-wrapper .history-bet-header > div{
    display: flex;
}
.history-bet-wrapper .history-bet-header > div.history-bet-status {
    margin-left:auto
}
.history-bet-wrapper.expanded .history-bet-header .history-bet-toggle:before{
    content: "";
    background-image: url("/v1.011/r/images/site/icons/Plus.svg");
    width: 24px;
    height: 24px
}
.history-bet-wrapper .history-bet-header .history-bet-toggle:before{
    content: "";
    background-image: url(/v1.0201/r/images/site/minus-white-solid.svg);
    width: 24px;
    height: 24px;
    cursor: pointer;
    filter: invert(1);
    display: block;
    background-size: contain
}
.history-bet-wrapper .history-bet-header > div > div{
    padding-right: 5px
}
.history-bet-wrapper .history-bet-content{
    background-color: var(--c-background);
    color: var(--c-black-e);
}
.history-bet-wrapper .history-bet-content .history-bet-match-details {
    padding: 8px;
    border-bottom: 1px solid var(--c-shade);
}
.history-bet-wrapper .history-bet-content .history-bet-match-wrapper{
    display: flex;
    flex-wrap: wrap
}
.history-bet-wrapper .history-bet-content .history-bet-match-wrapper app-bet-match {
    width:100%;
}
.history-bet-wrapper .history-bet-content .history-bet-match-wrapper > div{
    display: flex
}
.history-bet-wrapper .history-bet-content .history-bet-match-wrapper > div > div{
    padding-right: 5px
}
.history-bet-wrapper .history-bet-content .history-bet-match-wrapper .history-selection-info {
    display:flex;
    align-items:center;
}
.history-bet-wrapper .history-bet-content .history-bet-match-wrapper .selection-and-odds{
    flex: 1 1 100%;
    /* justify-content: flex-end; */
    order: 2;
    display:flex;
    align-items:center;
}
.history-bet-wrapper .history-bet-content .history-bet-match-wrapper .selection-and-odds > div:first-child {
    margin:0 4px;
    font-weight:bold;
    margin-right:auto;
}
.history-bet-wrapper .history-bet-content .selection-and-odds .history-bet-odds{
    color: var(--c-emphasis);
    font-weight: bold
}
.history-bet-wrapper .history-bet-content .history-bet-match-wrapper .market-name{
     /* flex: 1 1 100%; */
     order: 1
}
.history-bet-wrapper .history-bet-content .history-bet-match-wrapper .match-and-time{
    flex: 1 1 100%;
    order: 3
}

body#root .history-bet-wrapper .history-system-wrapper.history-bet-header,
.history-bet-wrapper .history-system-wrapper{
    padding: 8px
}
.history-bet-wrapper .history-system-wrapper > div{
    flex: 1;
    display: flex;
    justify-content: center
}
.history-system-wrapper.accumulator{
    background-color: var(--c-primary-c);
    color: var(--c-primary);
    display: flex
}
.history-bet-wrapper:not(.expanded) .history-bet-footer {
    display: flex;
    justify-content: flex-end;
    /* background-color: var(--c-primary-c); */
    color: var(--c-primary);
    opacity: .8;
    flex-wrap:wrap;
}
.account .history-bet-wrapper .history-bet-footer{
    color: var(--c-black-e);
}
.history-bet-wrapper .history-bet-footer > div{
    padding: 8px;
    width:50%;
    display:flex;
    flex-direction:column;
}
.history-bet-wrapper .history-bet-footer > div span:first-child {
    margin-bottom:2px;
     margin-top:auto;
}
.history-bet-wrapper .history-bet-footer > div span:last-child {
   
}
.history-bet-wrapper .history-bet-footer > div > span{
    padding-right: 5px
}
.history-bet-wrapper .bet-infos{
    display: none
}
.history-bet-wrapper .history-actions-wrapper{
    /* background-color: var(--c-primary-c); */
}
.history-bet-wrapper .history-actions-wrapper button{
    margin: 5px auto;
    max-width: 150px;
    border: 0;
    background-color: var(--c-emphasis);
    color: var(--c-white-e);
    border-radius: var(--r-md)
}
.account tfoot .history-bet-footer{
    flex-wrap: wrap;
    display: flex;
    color: var(--c-black)
}
.account tfoot .history-bet-footer > div{
    flex: 0 0 50%;
    flex: 0 0 50%;
    padding: 5px 8px
}
.account tfoot .history-bet-footer > div:not(.history-bet-footer-dates) span:first-child {
    margin-right:5px;
    font-weight:bold;
}
.account tfoot .history-bet-footer > div:not(.history-bet-footer-dates) span:first-child::after {
    content:":";
}
.account tfoot .history-bet-footer > div.history-bet-footer-dates span {
    font-weight:bold;
}
.account tfoot .history-bet-footer > div.history-bet-footer-dates span:first-child::after{
    content:"-";
    margin:0 5px;
}
.account tfoot .history-bet-footer > div:nth-child(even){
    text-align: right
}
account .history-bet-footer > div span{
 padding-right: 5px
}

/************************************
          Account Withdraw
*************************************/

.deposit-instructions-header{
    display: flex;
    flex-direction: row;
    background-color: var(--c-primary);
    color: var(--c-primary-c);
    height: 42px;
    font-size: 13px;
    cursor: pointer;
    align-items: center;
    border-radius: var(--r-sm);
    margin-bottom: 2px;
    padding: 0 20px
}
.deposit-instructions-content{
    padding: 10px 20px;
    color: var(--c-primary-c);
    font-size: 14px
}
.deposit-instructions-content.important{
    font-weight: bold
}
body .body .content .rollover-left-amount > app-widget-host {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    padding: 20px 5px 0;
    color: var(--c-primary-c)
}
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
}

.withdrawal > .fld-amount{
    margin-bottom: 20px
}
.right-sidebar-text.center-text{
    text-align: center
}
#root .desktop .deposit-instructions-content app-widget-host{
    flex-direction: row
}
#root .deposit-instructions-content app-widget-host app-content-block:last-child{
    color: var(--c-emphasis);
    margin-left: 5px
}


/* Back */

#root .desktop .user-payment-content .back{
    height: 42px;
    display: flex;
    align-items: center;
}

#root .desktop .user-payment-content .back-button{
    font-size: 16px
}
#root .desktop .user-payment-content .back-button:hover{
    color: var(--c-emphasis);
}
#root .desktop .user-payment-content .back-button:before{
    content: "";
    border: solid var(--c-emphasis);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);

}

/************************************
        Account Right Sidebar
*************************************/

.account-menu-right{
    width: 420px;
    min-width: 420px;
    padding-right: 20px
    
}
.account-menu-right > app-widget-host{    
    color: var(--c-white-e)
}
.account-menu-right .internal-hide-balance {    
    padding: 8px;
    border-bottom: 1px solid var(--c-emphasis);
    background-color: var(--c-primary-b);
}
.account-menu-right .internal-hide-balance .internal-hide-balance-box {
    cursor: pointer
}
.account-menu-right .internal-hide-balance-box > app-widget-host{
    flex-direction: row
}
.account-menu-right .internal-hide-balance-box .incognito-mode {
    display: flex;
    width: 100%;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px
}
.account-menu-right .internal-hide-balance-box .incognito-mode:before {
    display: flex;
    background-image: url(/v1.011/r/images/in2bet/icons/incognito-light.svg);
    content: '';
    height: 20px;
    width: 20px;
    background-position: center;
    background-size: contain;
    margin-right: 5px;
    opacity: .8
}
.account-menu-right .internal-hide-balance .show-hide-ballance {
    border: 1px solid;
    width: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    position: relative;
}
.account-menu-right .internal-hide-balance .show-hide-ballance:before {
    content: "";
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: var(--c-white-e);
    margin: 0 3px;
    transition: all .3s;
    position: absolute
}
#root.hide-balance .account-menu-right .internal-hide-balance .show-hide-ballance:before {
    right: 0
}
.account-menu-right .user-data-holder > app-widget-host{
    flex-direction: row;
    justify-content: space-between;
    padding: 3px 8px
}
.account-menu-right .internal-sidebar-menu{
    background-color: var(--c-primary-b);
    padding-bottom: 15px
}
.account-menu-right .internal-user-balance app-widget-host{
    font-weight: bold;
    font-size: 17px;
    padding: 8px
}
.account-menu-right data-view{
    font-weight: bold
}
#root.hide-balance .account-menu-right data-view,
#root.hide-balance .account-menu-right .internal-available-rollover-current:after,
#root.hide-balance  .full-ballance data-view{
    display: none
}
.account-menu-right .confirm-api-button-wrapper {
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}
.account-menu-right .cancel-withdraw .confirm-api-button-wrapper .api-button-confirm{
    flex: 1 1 100%;
    text-align: center
}
.account-menu-right .cancel-withdraw .confirm-api-button-wrapper ui-button{    
    flex: 1 1 50%;
    max-width: 100%;
    justify-content: center;
    
}
.account-menu-right .cancel-withdraw .confirm-api-button-wrapper ui-button button{
    padding: 10px 15px;
    width: 150px;    
    color: var(--c-white)
}
.account-menu-right .cancel-withdraw .confirm-api-button-wrapper ui-button .button-confirm-yes{
    background-color: var(--c-primary-b)
}
.account-menu-right .cancel-withdraw .confirm-api-button-wrapper ui-button .button-confirm-no{
    background-color: var(--c-emphasis)
}
.account-menu-right .column-reservedwithdraw ui-button{
    max-width: 170px;
    margin: 10px auto;    
    display: flex
}
.account-menu-right .column-reservedwithdraw .button-undefined {
    font-size: 12px;
    font-weight: bold;
    padding: 10px 15px;
    color: var(--c-white-e);
    background-color: var(--c-red);
    border-radius: var(--r-md)
}
.account-menu-right .internal-available-rollover-current{
    display: flex;
    margin-left: auto
}
.account-menu-right .internal-available-rollover-current:after{
    content: "/";
    padding: 0 5px
}

/************************************
        Account Verification
*************************************/


.documents-type{
    padding: 10px;
}
#root .documents-type .label-value-container{
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
    position: relative;
    align-items: flex-start
}
.documents-type .label-value-container label{
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 16px;
    color: var(--c-white-e)
}
.documents-type .label-value-container label:before{
    content: "";
    background-image: url(/v1.011/r/images/in2bet/icons/documents-light.svg);
    display: flex;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-size: contain
}
.documents-type .label-value-container select{
    background-color: var(--c-primary-b);
    color: var(--c-white-e);
    font-size: 14px;
    padding: 12px;
    cursor: pointer;
    width: auto
}
.documents-type .label-value-container .required-inline-field{
    position: absolute;
    top: 10px;
    left: 150px;
    color: var(--c-red);
    font-size: 18px
}
 .documents-type app-file-input-field{
    display: flex;  
    padding: 15px  
    
}
 .documents-type .upload-form .files-group{
    display: flex;
    flex-direction: column
}
 .documents-type .upload-form .files-group .btn-remove-file{
    background-color: var(--c-primary);
    color: var(--c-white-e);
    margin: 10px 25px;
    padding: 10px 15px;
    max-width: 150px
}
.documents-type .upload-form .btn-submit{
    background-color: var(--c-green);
    color: var(--c-white-e);
    padding: 10px 15px;
    margin: 20px 25px;
    min-width: 150px
}
.documents-type .label-value-container .progress-bar{
    font-size: 0
}
 .documents-type .label-value-container .progress-bar:after{
    content: "";
    height: 6px;
    background: linear-gradient(to right, var(--c-white-e) , var(--c-emphasis) 50%,  var(--c-white-e));
    position: absolute;
    animation: loader 2s;
    -webkit-animation: loader 2s;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
    transition-timing-function: linear;
    -webkit-transition-timing-function: linear;
    bottom: 0px;
    margin-left: 0;
}
@keyframes loader {
    0% {width: 0%;left:0;right:0}
    50% { width: 100%;left:0;right:0}
    99% { width: 0%;left:100%;right:0}
}

@-webkit-keyframes loader {
    0% {width: 0%;left:0;right:0}
    50% { width: 100%;left:0;right:0}
    99% { width: 0%;left:100%;right:0}
}
 .documents-type .upload-form .files-group .upload-message{
    color: var(--c-red);
    font-size: 16px
}
.documents-type .btn-clear{
    background-color: var(--c-primary);
    color: var(--c-white-e);
    margin: 10px 0;
    padding: 10px 15px;
    min-width: 150px
}
 .documents-list-box{
    border: 1px solid var(--c-emphasis);
    margin: 0 10px;
    color: var(--c-white-e)
}
.documents-list-box .document-list-title{
    display: flex;
    align-items: center;
    position: relative;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    padding: 0 10px;
       box-shadow: 1px 3px 6px -3px var(--c-emphasis)
}
 .documents-list-box .document-list-title:before{
    content: "";
    background-image: url("/v1.011/r/images/in2bet/icons/documents02-light.svg");
    display: flex;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
 .documents-list-box .document-list-title:after{
    content: "";
    background-image: url(/v1.011/r/images/in2bet/icons/arrow-right-light.svg);
    display: flex;
    width: 16px;
    height: 15px;
    margin-right: 10px;
    background-size: contain;
    position: absolute;
    right: 0;
    transform: rotate(90deg);
    transition: transform .3s ease-in-out;
    background-repeat: no-repeat
}
#root.uploaded-documents .documents-list-box .document-list-title:after{
    transform: rotate(-90deg);
}
.documents-list-box .document-list-title > div{
    display: flex;
    width: 100%;
    height: 100%;
    padding: 19px 0;
    z-index: 1
}
.profile-document-list{
    max-height: 0;
    overflow: hidden;
    transition: transform .3s ease-in-out
}
#root.uploaded-documents .profile-document-list{
    max-height: 100%;
    overflow: hidden;
    transition: transform .3s ease-in-out;
    padding: 0 20px
}
 .profile-document-list .documents-list{
    width: 100%
}
.profile-document-list .documents-list .list-header{
    height: 44px
}
.profile-document-list .documents-list .list-info{
    height: 36px
}
.profile-document-list .documents-list .list-header .type,
.profile-document-list .documents-list .list-header .upload-time{
    width: 25%;
    text-align: left
}
.profile-document-list .documents-list .list-header .filename{
    width: 50%;
    text-align: left
}
#root .verification-page .label-value-container input{
    font-size: 13px;
    color: var(--c-primary);
    max-width: auto;
    display: flex;
    align-items: left   
}




.usertransferamount,
.issuevoucher{
    display: flex;
    flex-direction: column
    
}


.usertransferamount .pos-user-transfer-amount-container .label-value-container,
.issuevoucher .pos-issue-voucher-container .label-value-container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    height: auto!important;
    position: relative
}
.usertransferamount .pos-user-transfer-amount-container .element.label,
.issuevoucher .pos-issue-voucher-container .element.label{
    text-align: left;
    margin-left: 10px
}
.usertransferamount .pos-user-transfer-amount-container input,
.issuevoucher .pos-issue-voucher-container input{
    border: 1px solid!important;
}
.usertransferamount .pos-user-transfer-amount-container .required-inline-field,
.issuevoucher .pos-issue-voucher-container .required-inline-field{
    position: absolute;
    top: 0
}
.usertransferamount .pos-user-transfer-amount-container app-amount-limit,
.issuevoucher .pos-issue-voucher-container app-amount-limit{
    display: block
}

.usertransferamount .pos-user-transfer-amount-container .button-submit-transfer,
.issuevoucher .pos-issue-voucher-container .button-submit-transfer{
    font-weight: bold;
    background-color: var(--c-emphasis-c);
    border-radius: 8px;
    padding: 0 30px;
    line-height: 38px;
    color: var(--c-white-e);
    margin: 8px
}
.usertransferamount .form-element-error,
.issuevoucher .form-element-error{
    color: red;
    font-size: 18px;
    padding: 20px
}

.ui-confirmdialog .ui-dialog-content{
    display: flex;
    justify-content: flex-start
}
.ui-confirmdialog .ui-dialog-content .ui-confirmdialog-icon{
    color: red
}
.ui-confirmdialog .ui-dialog-content .ui-confirmdialog-message{
    color: black
}

body .ui-confirmdialog .ui-dialog-footer button{
    background-color: var(--c-emphasis-c);
    border: 1px solid var(--c-emphasis-c) 
}


/* mobile  */


.mobile .usertransferamount,
.mobile .issuevoucher {
    margin: 20px
}

.usertransferamount .pos-user-transfer-amount-container .label-value-container,
.issuevoucher .pos-issue-voucher-container .label-value-container{
    margin: 0!important
}
