/***************************************
---------- TABLE OF CONTENT -------------

# Internal User Pages
# Content Pages
# Promotion Pages

***************************************/
/***************************************
# Internal User Pages
***************************************/

.acc-exclusion-description-holder{
   
    padding: 15px
}
.acc-exclusion-description-holder .self-exclusion-description,
.acc-exclusion-description-holder .time-out-description,
.limit-description-holder{
    display: none
}
.internal-content-box > app-widget-host > .tab-amount ~ .limit-description-holder,
.internal-content-box > app-widget-host > .tab-timeout ~ .acc-exclusion-description-holder .time-out-description,
.internal-content-box > app-widget-host > .tab-exclusion ~ .acc-exclusion-description-holder .self-exclusion-description{
    display: block
}
#root strong{
    font-weight: bold;
}
.limit-description-holder{
    padding: 15px;
    max-width: 680px
}
.acc-exclusion-description-holder > app-widget-host > app-content-block{
    padding-bottom: 10px
}
.internal-user-page > app-widget-host {
    display: flex;
    flex-direction: column;
    /* height: 100%; */
}

.desktop .internal-user-page > app-widget-host {
    height: 100vh;
    overflow: hidden
}

/* Internal Header */
.internal-user-page .beto-back-button {
    padding: 15px
}
.internal-user-page .beto-back-button a{
    color: var(--c-primary);
    font-weight: bold
}
.mobile .internal-deposit-container .beto-back-button .back-button.link > div,
.mobile .internal-withdraw-container .beto-back-button .back-button.link > div{
    display: flex;
    align-items: center;
    line-height: 19px;
    padding: 10px 0
}
.internal-deposit-container .beto-back-button .back-button.link > div:before,
.internal-withdraw-container .beto-back-button .back-button.link > div:before{
    content: "";
    display: flex;
    background-image: url(/v1.103/r/images/cybet/icons/arrow-down-dark.svg);
    transform: rotate(90deg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    margin-right: 5px;
    cursor: pointer
}
.internal-user-page .beto-back-button a:before {
    background-image: url(/v1.103/r/images/cybet/icons/arrow-down-dark.svg);
    transform: rotate(90deg)
}

.payment-method {
    width: 100%
}

.payment-error, #paymentContent{
    padding: 15px;
    text-align: center
}

#root .desktop .internal-header > app-widget-host {
    flex-direction: row;
    height: 50px;
    align-items: center;
    padding: 0 8px
}

.desktop .internal-header .internal-header-close {
    width: auto;
    padding-left: 8px
}

.desktop .internal-header .internal-header-close data-view {
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: normal
}

.desktop .internal-header .internal-header-close data-view:before {
    content: "";
    background-image: url(/v1.103/r/images/cybet/icons/login-user.svg);
    background-size: 17px;
    background-repeat: no-repeat;
    background-position: center center;
    width: 15px;
    height: 15px
}


.payment-method-wrapper{
    flex: 1 1 100%
}
.payment-method-wrapper > app-widget-host{
    box-shadow: 0 1px 3px rgb(0, 0, 0, 25%);
    padding: 50px 20px;
    display: flex;
    width: 500px;
    color: var(--c-black-e);
    margin: 20px auto
}
.account-deposit.debit-card .payment-method-wrapper > app-widget-host{
    width: 700px;
}
.account-deposit.debit-card .payment-method .payment-frame iframe{
    max-width: 100%;
}
.payment-method-wrapper .payment-logo{
    margin: 0 auto;
    padding-bottom: 20px
}
.payment-method-wrapper .payment-logo img{
    max-width: 100px;
    width: 100px;
    height: auto;
}
.internal-withdraw-container .payment-method-wrapper .payment-logo{
    padding-bottom: 50px
}
.payment-method-wrapper .payment-description{
    text-align: center;
    padding-bottom: 20px
}
.payment-method-wrapper .payment-description img{
    max-width: 100%;
    height: auto
}
.payment-method-wrapper .payment-description pre{
    text-wrap: wrap;
    text-align: center
}
.payment-method .payment-form .generic-form .deposit{
    display: flex;
    flex-direction: column;
    align-items: center
}
.payment-method .payment-form .generic-form .deposit.deposit-bank > div{
    width: 100%
}

.payment-method .payment-form .generic-form .form-row{
    display: flex;
    flex-direction: row;
    padding: 0;
    padding-bottom: 8px;
    width: 100%
}
.payment-method .payment-form .generic-form .form-row .form-label{
    width: auto;
    padding-top: 15px;
    width: 170px;
}
.payment-method .payment-form .generic-form .form-row .form-label.bic:after{
    content: "*"
}
.payment-method .payment-form .generic-form .form-row input{
    height: 40px;
    text-indent: 10px;
    border-radius: var(--r-c);
    border: 1px solid var(--c-shade-b);
    color: var(--c-primary-b);
    width: 200px;
}
.payment-method .payment-form .generic-form .deposit.deposit-bank .form-row input{
    width: 100%
}
.payment-method .payment-form .generic-form > ui-button{
    display: flex;
    justify-content: center;
}
#root .payment-method .payment-form .button-submit-payment{
    width: 200px;
    margin-top: 0
}    
.payment-method .payment-form .form-element-error-wrapper{
    padding-top: 10px
}
.payment-method .payment-frame iframe{
    max-width: 400px;
    margin: 0 auto;
    display: flex;
    min-height: 840px;
    border: 0
}
.skrill .payment-method .payment-frame iframe{
    min-height: 805px
}    
.neteller .payment-method .payment-frame iframe{
    min-height: 400px
}
.internal-deposit-container .payment-method .payment-content{
    display: flex;
    max-width: 500px;
    margin: 0 auto;
    font-size: 15px;
    line-height: 1.25;
    text-align: center;
    padding: 30px;
    border: 1px solid var(--c-shade)
}
.internal-deposit-container .payment-content #paymentContent{
    width: 100%
}
.payment-content .okto-payment .customer-info{
    max-width: 400px;
    margin: 0 auto
}
.payment-content .okto-payment .customer-info > div{
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px
}
.payment-content .okto-payment .customer-info > div .label{
    margin-right: 10px;
    color: var(--c-black);
}
.payment-content .okto-payment .customer-info > div .value{
    color: var(--c-black-e);
    font-weight: bold
}
.payment-content .okto-payment .okto-instructions{
    margin: 40px 0 20px
}
.payment-content .okto-payment .qr img{
    width: 100%
}

/*** Transactions ***/
#root .internal-user-page .internal-deposit-container > app-widget-host, #root .internal-user-page .internal-withdraw-container > app-widget-host {
    flex-direction: row;
    flex-wrap: wrap
}

.internal-user-page .internal-deposit-container .internal-deposit-methods, .internal-user-page .internal-withdraw-container .internal-withdraw-methods {
    flex: 0 0 calc(33.333333% - 16px);
    box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
    margin: 8px;
    padding: 20px
}

.internal-user-page .internal-deposit-container .internal-deposit-methods > app-widget-host, .internal-user-page .internal-withdraw-container .internal-withdraw-methods > app-widget-host {
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.internal-user-page .internal-deposit-container .internal-deposit-icon, .internal-user-page .internal-withdraw-container .internal-withdraw-icon {
    min-height: 100px;
    display: flex;
    align-items: center
}

.internal-user-page .internal-deposit-container .internal-deposit-icon img, .internal-user-page .internal-withdraw-container .internal-withdraw-icon img {
    max-width: 100px;
    width: 100px
}

.internal-user-page .internal-deposit-container .internal-deposit-title, .internal-user-page .internal-withdraw-container .internal-withdraw-title {
    font-size: 16px;
    font-weight: bold;
    padding: 15px 0
}

.internal-user-page .requirements {
    width: 170px;
    padding: 8px 0 20px;
    font-size: 12px
}

#root .internal-user-page .requirements .min-deposit > app-widget-host, #root .internal-user-page .requirements .charge > app-widget-host, #root .internal-user-page .requirements .processing-time > app-widget-host, #root .internal-user-page .requirements .max-withdraw > app-widget-host, #root .internal-user-page .requirements .max-deposit > app-widget-host {
    flex-direction: row;
    justify-content: space-between
}

.internal-user-page .requirements .requirements-title {
    opacity: .7
}

.internal-user-page .internal-deposit-container .internal-deposit-button,
.internal-user-page .internal-withdraw-container .internal-withdraw-button {
    border: 1px solid var(--c-primary);
    min-width: 150px;
    transition: all .5s
}
.internal-user-page .internal-deposit-container .internal-deposit-button:hover,
.internal-user-page .internal-withdraw-container .internal-withdraw-button:hover{
    background-color: var(--c-emphasis);
    border: 1px solid var(--c-emphasis);
    font-weight: bold
    
}
.internal-user-page .internal-deposit-container .internal-deposit-button > div, .internal-user-page .internal-withdraw-container .internal-withdraw-button > div {
    padding: 10px 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer
}
body .payment-method-wrapper select{
    height: 40px;
    text-indent: 10px;
    border-radius: var(--r-c);
    border: 1px solid var(--c-shade-b);
    color: var(--c-primary-b);
    width: 200px
}
.internal-withdraw-container .payment-method .payment-form .generic-form .form-row .form-label.deposit{
    display: block
}
.payment-method .payment-form .generic-form .withdrawal {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.internal-withdraw-container app-fields-section > div > div.fld-country{
    width: unset
}
/*** Withdrawal Cancellation ***/
.internal-user-page .column-reservedwithdraw {
    padding: 8px
}

body .internal-user-page .row-reservedwithdraw > app-widget-host {
    flex-direction: row;
    font-weight: bold;
    padding-bottom: 30px
}

.internal-user-page .row-reservedwithdraw .label {
    display: flex
}

.internal-user-page .row-reservedwithdraw .label:after {
    content: ":";
    padding-right: 5px
}

.internal-user-page .column-reservedwithdraw .button-undefined {
    background-color: var(--c-green);
    color: var(--c-white-e);
    padding: 10px 15px;
    min-width: 150px
}

.internal-user-page .column-reservedwithdraw .cancel-withdraw .api-button-confirm {
    font-weight: bold;
    padding-bottom: 30px
}

.internal-user-page .column-reservedwithdraw .cancel-withdraw button {
    color: var(--c-white-e);
    padding: 10px 15px;
    min-width: 150px;
    margin-right: 10px
}

.internal-user-page .column-reservedwithdraw .cancel-withdraw .button-confirm-yes {
    background-color: var(--c-green)
}

.internal-user-page .column-reservedwithdraw .cancel-withdraw .button-confirm-no {
    background-color: var(--c-red)
}

/*** Bet History ***/
.history-bet-wrapper .history-actions-wrapper .history-bet-action.history-bet-cashout {
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: var(--c-emphasis);
    color: var(--c-black-e);
}

.history-bet-wrapper .history-actions-wrapper .history-bet-action.history-bet-cashout.success {
    background-color: var(--c-green);
    color: var(--c-white-e);
}

.internal-user-page .account-content-page {
    height: calc(100vh - 64px);
    overflow-y: auto;
    display: block
}

#root .desktop .internal-user-page .account-content-page > app-widget-host {
    flex-direction: row
}
body .internal-user-page .internal-heared-row > app-widget-host{
    flex-direction: row;
    width: 100%;
    background-color: var(--c-white-e);
    justify-content: space-between;
    box-shadow: 0 3px 8px rgb(0 0 0 / 15%);
}
.internal-user-page .internal-content-title {   
    padding: 15px;
    font-size: 18px;
    line-height: 20px  
}

.internal-user-page .internal-content-box {
    height: calc(100vh - 144px);
    overflow-y: auto;
    overflow-x: hidden;
    background-color: var(--c-white-e);
    margin: 15px;
    width: 100%;
    display: flex
}
.internal-user-page .internal-content-box.content-box > div{
     padding: 40px
}
.internal-user-page .internal-content-box .internal-contact-container > div {
    display: flex;
    flex-wrap: wrap
}

.internal-user-page .internal-content-box .section-title {
    padding: 15px;
    border-bottom: 1px solid var(--c-shade);
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 20%);
    margin-bottom: 25px
}
.internal-content-box.bank-transfer .fld-amount:after{
    content: "Σημείωση: Μην ξεχάσετε να αναφέρετε το όνομα χρήστη σας στο cybet κατά την κατάθεση, προκειμένου να αποφευχθεί η καθυστέρηση στην πίστωση των χρημάτων.";
    display: block;
    margin: 15px 0;
    text-align: center
}
.lang-en .internal-content-box.bank-transfer .fld-amount:after{
    content: "Note: Do not forget to mention your cybet username while depositing, in order to avoid a delay in the crediting of funds.";
}
.internal-user-page .settled-bets {
    padding: 10px
}

.internal-user-page .history-content-wrapper {
    /* max-width:600px; */
}

.internal-user-page .settled-bets .history-header > div:not(:last-child) {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px
}

.internal-user-page .settled-bets .history-header > div:not(:last-child) label {
    font-size: 10px;
    padding: 5px 0
}

.internal-user-page .settled-bets .history-header .history-filter > p-dropdown {
    max-width: 350px
}

.internal-user-page .settled-bets .history-header .history-filter .ui-dropdown-label-container label {
    background-color: var(--c-primary-d);
    height: 36px;
    display: flex;
    align-items: center;
    font-size: 14px;
    padding: 5px
}

.internal-user-page .settled-bets .history-header .history-filter .ui-dropdown-trigger {
    background-color: var(--c-primary-d);
    width: 36px
}

.internal-user-page .settled-bets .history-header .history-from .ui-calendar-w-btn, .internal-user-page .settled-bets .history-header .history-to .ui-calendar-w-btn {
    width: 350px;
    max-width: 350px;
    display: flex;
    align-items: center
}

.internal-user-page .settled-bets .history-header .history-from input, .internal-user-page .settled-bets .history-header .history-to input {
    width: 100%;
    background-color: var(--c-primary-d);
    border: 0;
    height: 36px
}

#root .internal-user-page .settled-bets .history-header .history-from .ui-calendar-w-btn .ui-calendar-button, #root .internal-user-page .settled-bets .history-header .history-to .ui-calendar-w-btn .ui-calendar-button {
    height: 36px;
    width: 36px;
    background-color: var(--c-primary-d);
    border-radius: 0;
    border: 0
}

#root .internal-user-page .settled-bets .history-header .history-from .ui-calendar-w-btn .ui-calendar-button:enabled:active, #root .internal-user-page .settled-bets .history-header .history-to .ui-calendar-w-btn .ui-calendar-button:enabled:active, #root .internal-user-page .settled-bets .history-header .history-from .ui-calendar-w-btn .ui-calendar-button:enabled:focus, #root .internal-user-page .settled-bets .history-header .history-to .ui-calendar-w-btn .ui-calendar-button:enabled:focus {
    box-shadow: none
}

.internal-user-page .settled-bets .history-show {
    margin-bottom: 25px
}

.internal-user-page .settled-bets .history-show .show-results {
    background-color: var(--c-green);
    color: var(--c-white-e);
    padding: 10px 15px;
    min-width: 150px
}

.internal-user-page .statement-header-wrapper .statement-from, .internal-user-page .statement-header-wrapper .statement-to {
    display: flex;
    flex-direction: column;
    padding-bottom: 25px
}

.internal-user-page .statement-header-wrapper .statement-from label, .internal-user-page .statement-header-wrapper .statement-to label {
    font-size: 10px;
    padding: 5px 0
}

.internal-user-page .statement-header-wrapper .statement-from .ui-calendar-w-btn, .internal-user-page .statement-header-wrapper .statement-to .ui-calendar-w-btn {
    width: 350px;
    max-width: 350px;
    display: flex;
    align-items: center
}

.internal-user-page .statement-header-wrapper .statement-from input, .internal-user-page .statement-header-wrapper .statement-to input {
    width: 100%;
    background-color: var(--c-primary-d);
    border: 0;
    height: 36px
}

#root .internal-user-page .statement-header-wrapper .statement-from .ui-calendar-w-btn .ui-calendar-button, #root .internal-user-page .statement-header-wrapper .statement-to .ui-calendar-w-btn .ui-calendar-button {
    height: 36px;
    width: 36px;
    background-color: var(--c-primary-d);
    border-radius: 0;
    border: 0
}

#root .internal-user-page .statement-header-wrapper .statement-from .ui-calendar-w-btn .ui-calendar-button:enabled:active, #root .internal-user-page .statement-header-wrapper .statement-to .ui-calendar-w-btn .ui-calendar-button:enabled:active, #root .internal-user-page .statement-header-wrapper .statement-from .ui-calendar-w-btn .ui-calendar-button:enabled:focus, #root .internal-user-page .statement-header-wrapper .statement-to .ui-calendar-w-btn .ui-calendar-button:enabled:focus {
    box-shadow: none
}

.internal-user-page .statement-header-wrapper .statement-show {
    margin-bottom: 25px
}

.internal-user-page .statement-header-wrapper .statement-show .show-results {
    background-color: var(--c-green);
    color: var(--c-white-e);
    padding: 10px 15px;
    min-width: 150px
}

.internal-user-page .history-bet-wrapper {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
    position: relative;
}

.internal-user-page .history-bet-wrapper.expanded {
    border-radius: 0
}

.internal-user-page .history-bet-wrapper:last-child {
    /* border-bottom: 1px solid var(--c-shade-b); */
}

.internal-user-page .history-bet-wrapper > .history-bet-header .history-bet-info:after {
    content: "";
    display: flex;
    /* height: calc(100% - 4px); */
    height: 100%;
    position: absolute;
    left: 0
}

.internal-user-page .history-bet-wrapper.open > .history-bet-header .history-bet-info:after {
    content: "";
    border-left: 7px solid var(--c-primary)
}

.internal-user-page .history-bet-wrapper.won-cashout > .history-bet-header .history-bet-info:after,
.internal-user-page .history-bet-wrapper.Won-Cashout > .history-bet-header .history-bet-info:after  {
    border-left: 7px solid var(--c-emphasis);
}

.internal-user-page .history-bet-wrapper.won > .history-bet-header .history-bet-info:after {
    content: "";
    border-left: 7px solid var(--c-green)
}

.internal-user-page .history-bet-wrapper.lost > .history-bet-header .history-bet-info:after {
    content: "";
    border-left: 7px solid var(--c-red)
}

.internal-user-page .history-bet-wrapper:nth-child(odd) {
    background-color: var(--c-primary-d)
}

.internal-user-page .history-bet-wrapper > .history-bet-header {
    display: flex;
    width: 100%;
    align-items: center;
    order: 1;
    position: relative;
    border-top: 1px solid var(--c-shade);
    border-right: 1px solid var(--c-shade);
    border-bottom: 1px solid var(--c-shade)
}

.internal-user-page .history-bet-wrapper > .history-bet-header > div {
    flex: 1 0 calc(25% - 40px);
    border-right: 1px solid var(--c-shade-b);
    display: flex;
    width: 100%;
    padding: 0px 8px;
    height: 60px;
    align-items: center;
    /* position: relative; */
    flex-direction: column;
    justify-content: center;
}

.internal-user-page .history-bet-wrapper > .history-bet-content {
    order: 3
}

.internal-user-page .history-bet-wrapper > .history-bet-header .history-bet-info {
    padding-left: 16px
}

.internal-user-page .history-bet-wrapper > .history-bet-header .history-bet-toggle {
    flex: unset;
    order: 5;
    background-image: url(/v1.103/r/images/cybet/icons/arrow-down-dark.svg);
    background-position: right center;
    background-repeat: no-repeat;
    background-size: 24px;
    cursor: pointer;
    /*  transition: all .3s; */
    border: 0;
    max-width: 100%;
    position: absolute;
    right: 10px;
    z-index: 1;
    width: 100%;
}

.internal-user-page .history-bet-wrapper.expanded > .history-bet-header .history-bet-toggle {
    transform: rotate(180deg);
    background-position: left center;
}

.internal-user-page .history-bet-header .history-bet-info > div {
    padding-right: 5px
}

.internal-user-page .history-bet-header .history-bet-stake > span {
    padding-right: 5px;
    font-weight: bold
}

#root .internal-user-page .history-bet-header .history-bet-status {
    order: 4;
    justify-content: center;
    font-weight: bold;
    color: transparent;
    /* display:none; */
}

.internal-user-page .history-bet-header .history-bet-status.won {
    color: var(--c-green)
}

.internal-user-page .history-bet-header .history-bet-status.won-cashout {
    color: var(--c-emphasis)
}

.internal-user-page .history-bet-header .history-bet-status.lost {
    color: var(--c-red)
}

#root .internal-user-page .history-bet-header > .history-bet-date-time-id {
    padding: 0;
    display: grid;
    grid-template-columns: 2fr 2fr;
    /* margin-right: 40px; */
}

.internal-user-page .history-bet-header .history-bet-date-time-id .history-bet-date, .internal-user-page .history-bet-header .history-bet-date-time-id .history-bet-time {
    flex: 0 0 35%;
    text-align: center
}

.internal-user-page .history-bet-header .history-bet-date-time-id .history-bet-date {
    grid-column-start: 1;
    grid-column-end: 1;
    grid-row-start: 1;
    grid-row-end: 1
}

.internal-user-page .history-bet-header .history-bet-date-time-id .history-bet-time {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1
}

.internal-user-page .history-bet-header .history-bet-date-time-id .history-bet-id {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 2;
    grid-row-end: 2;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-weight: bold
}

.internal-user-page .history-bet-header .history-bet-date-time-id .history-bet-id:before {
    content: "ID:";
    padding-right: 5px
}

.internal-user-page .history-bet-wrapper > div:not(.history-bet-header):not(.history-bet-footer) {
    max-height: 0;
    overflow: hidden;
}

.internal-user-page .history-bet-wrapper > div.history-bet-footer {
    /* position: absolute;
    height: 100%;
    right: 0px;
    width: 25%;
    flex-direction: column;
    align-items: center;
    justify-content: center; */
    background-color: transparent;
    color: var(--c-primary);
    pointer-events: none;
    transition: none;
    box-shadow: unset;
}

/* .internal-user-page .history-bet-wrapper > div.history-bet-footer > div:not(.history-bet-winnings):not(.history-bet-possible-winnings) {
    display: none;
} */

.internal-user-page .history-bet-wrapper > div.history-bet-footer .history-bet-stake,
.internal-user-page .history-bet-wrapper > bet-infos{
    display: none
}

/*.internal-user-page .history-bet-wrapper > div.history-bet-footer > div.history-bet-winnings span:first-child
 .internal-user-page .history-bet-wrapper > div.history-bet-footer > div.history-bet-possible-winnings span:first-child{
    display: none;
}
 */
.internal-user-page .history-bet-wrapper.won > div.history-bet-footer > div.history-bet-winnings span {
    color: var(--c-green);
}

.internal-user-page .history-bet-wrapper.won-cashout > div.history-bet-footer > div.history-bet-winnings span {
    color: var(--c-emphasis)
}

.internal-user-page .history-bet-wrapper.lost > div.history-bet-footer > div.history-bet-possible-winnings span:last-child {
    color: var(--c-red);
    
}

#root .internal-user-page .history-bet-wrapper.expanded > div.history-bet-footer {
    height: 32px;
    transition: none;
}

.internal-user-page .history-bet-wrapper.expanded > div:not(.history-bet-header) {
    max-height: 100%;
    overflow: visible;
    transition: all .3s
}

.internal-user-page .history-bet-wrapper > .history-actions-wrapper {
    order: 5;
}

.internal-user-page .history-bet-wrapper > .history-bet-content .history-bet-match-details {
    color: var(--c-white-e);
    background-color: var(--c-primary-b);
    padding: 8px;
    border-bottom: 1px solid var(--c-primary-e)
}

.internal-user-page .history-bet-wrapper > .history-bet-content .history-bet-match-wrapper {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    font-size: 12px
}
.history-bet-match-wrapper app-bet-match{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    height: 100%;
    align-items: center
}
.history-bet-match-wrapper.selections-2 > app-bet-match{
    min-height: 30px;
}
.history-bet-match-wrapper.selections-3 > app-bet-match{
    min-height: 45px;
}
.history-bet-match-wrapper.selections-4 > app-bet-match{
    min-height: 60px;
}
.history-bet-match-wrapper.selections-5 > app-bet-match{
    min-height: 75px;
}
.history-bet-match-wrapper.selections-6 > app-bet-match{
    min-height: 90px;
}
.history-bet-match-wrapper.selections-7 > app-bet-match{
    min-height: 105px;
}
.history-bet-match-wrapper.selections-8 > app-bet-match{
    min-height: 120px;
}
.history-bet-match-wrapper.selections-9 > app-bet-match{
    min-height: 135px;
}
.history-bet-match-wrapper.selections-10 > app-bet-match{
    min-height: 150px;
}
.history-bet-match-wrapper.selections-11 > app-bet-match{
    min-height: 165px;
}
.history-bet-match-wrapper.selections-12 > app-bet-match{
    min-height: 180px;
}
.history-bet-match-wrapper.selections-13 > app-bet-match{
    min-height: 195px;
}
.history-bet-match-wrapper.selections-14 > app-bet-match{
    min-height: 210px;
}
.history-bet-match-wrapper.selections-15 > app-bet-match{
    min-height: 225px;
}

[class^="history-selection-info"]{
    flex: 1 1 100%;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 8px
}
.internal-user-page [class^="history-selection-info"]{
    flex-wrap: unset;
    position: absolute;
    width: 33%;
    top: 50%;
    transform: translateY(-50%);
    flex: 0 0 50%
}
.internal-user-page [class^="history-selection-info-"]{
    transform: unset;
    padding: 0 8px;
}
.internal-user-page .history-selection-info-0{
    top: 0px;
}
.internal-user-page .history-selection-info-1{
    top: 15px;
}
.internal-user-page .history-selection-info-2{
    top: 30px;
}
.internal-user-page .history-selection-info-3{
    top: 45px;
}
.internal-user-page .history-selection-info-4{
    top: 60px;
}
.internal-user-page .history-selection-info-5{
    top: 75px;
}
.internal-user-page .history-selection-info-6{
    top: 90px;
}
.internal-user-page .history-selection-info-7{
    top: 105px;
}
.internal-user-page .history-selection-info-8{
    top: 120px;
}
.internal-user-page .history-selection-info-9{
    top: 135px;
}
.internal-user-page .history-selection-info-10{
    top: 150px;
}
.internal-user-page .history-selection-info-11{
    top: 165px;
}
.internal-user-page .history-selection-info-12{
    top: 180px;
}
.internal-user-page .history-selection-info-13{
    top: 195px;
}
.internal-user-page .history-selection-info-14{
    top: 210px;
}

/*
#root .history-bet-match-wrapper app-bet-match .selection-and-odds{
    order: 2;
    flex: 1 1 100%;
    justify-content: space-between;
    font-weight: bold
}
*/
#root .history-bet-wrapper.expanded .history-bet-match-wrapper app-bet-match .selection-and-odds{
    display: flex;
    flex: 1;
    order: 2
}
#root .history-bet-wrapper.expanded .history-bet-match-wrapper app-bet-match .selection-and-odds .history-bet-selection{
    font-weight: bold;
    margin-left: 0.5rem
}
/*
.history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .market-name,
#root .history-bet-match-wrapper [class^="history-selection-info"] {
    order: 1;
    justify-content: flex-start; 
    flex: 1 1 100%;
    align-items: center;
    padding: 5px 0
    
}
*/
#root .history-bet-wrapper.expanded .history-bet-match-wrapper [class^="history-selection-info"] .market-name{
    display: flex;
    order: 1;
    width: unset
}
.history-bet-match-wrapper app-bet-match .match-and-time{
    order: 3;
    flex: 1
}
.history-bet-match-wrapper app-bet-match .match-and-time .history-bet-match-name{
    display: flex;
    align-items: center
}
.history-bet-match-wrapper app-bet-match .match-and-time .history-match-banker{
    order: 0;
    background-color: var(--c-emphasis);
    margin-right: 10px
   
}
.history-bet-match-wrapper app-bet-match .match-and-time .history-match-group{
    margin-right: 10px
}
.history-bet-match-wrapper app-bet-match .match-and-time .match-competitors{
    order: 4;
    overflow: hidden
}
.history-bet-match-wrapper .history-bet-match-name .history-match-banker{
    position: unset;
}
.history-bet-match-wrapper app-bet-match .match-and-time .history-match-banker,
.history-match-group{
    color: var(--c-black);
    font-weight: 600;
    border: 1px solid var(--c-shade-b);
    min-width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center
}
.history-match-group{
    order: -1
}

.grp-a{
    background-color: rgb(255, 255, 0)
}
.grp-b{
    background-color: rgb(138, 43, 226)
}
.grp-c{
    background-color: rgb(127, 255, 0)
}
.grp-d{
    background-color: rgb(255, 20, 147)
}
.grp-e{
    background-color: rgb(134, 171, 232)
}
.grp-f{
    background-color: rgb(255, 127, 80)
}
.grp-g{
    background-color: rgb(244, 198, 31)
}
.grp-h{
    background-color: rgb(11, 186, 34)
}
.grp-i{
    background-color: rgb(10, 159, 186)
}
.grp-j{
    background-color: rgb(247, 153, 247)
}
.grp-k{
    background-color: rgb(200, 210, 220)
}
.grp-l{
    background-color: rgb(244, 66, 66)
}

#root .history-bet-match-wrapper app-bet-match .match-date-code-wrapper{
    display: flex;
    order: 4;
    justify-content: flex-end;
    align-items: center;
    flex: 1
}
#root .internal-user-page .history-bet-wrapper > .history-bet-content .history-bet-match-wrapper > div {
    display: flex;
    /* flex: 0 0 25%; */
}

#root .internal-user-page .history-bet-wrapper > .history-bet-content .history-bet-match-wrapper > div {
    flex: 0 0 25%;
}

#root .history-bet-match-wrapper .match-date-code-wrapper .betslip-match-code {
    padding-right: 8px;
    display: flex;
    align-items: center;
}
#root .history-bet-match-wrapper .match-date-code-wrapper .match-date {
    display: flex;
    align-items: center;
}

#root .history-bet-match-wrapper .betslip-match-code:before {
    content: "#";
    padding-right: 3px
}

#root .internal-user-page .history-bet-wrapper > .history-bet-content .history-bet-match-wrapper > .selection-and-odds {
    justify-content: space-between;
    /* padding: 0 8px; */
    order: 1;
    width: 100%;
}

#root .desktop .internal-user-page .history-bet-wrapper > .history-bet-content .history-bet-match-wrapper > .selection-and-odds .history-bet-selection {
    font-weight: bold
}

.internal-user-page .history-bet-wrapper > .history-bet-content .selection-and-odds .history-bet-odds {
    display: flex;
    margin-left: auto
}

.internal-user-page .history-bet-wrapper > .history-bet-content .selection-and-odds .history-bet-odds:before {
    content: "@";
    padding-right: 5px
}

.internal-user-page .history-bet-wrapper > .history-bet-content .market-name {
    flex-direction: row;
    align-items: flex-end;
    order: 0;
    width: 100%;
}
/*
.desktop .internal-user-page .history-bet-wrapper > .history-bet-content .market-name {
    justify-content: flex-end;
    padding: 0px 5px;
}
*/
.internal-user-page .history-bet-wrapper.expanded .history-bet-content .history-bet-match-details .market-name .bet-live-info {
    margin-left: 8px
}

.desktop .internal-user-page .history-bet-wrapper > .history-bet-content .match-and-time span:not(.match-versus){
    font-weight: bold;
}
#root .internal-user-page .history-bet-wrapper > .history-bet-content .history-bet-match-wrapper > .match-date-code-wrapper {
    justify-content: flex-end;
    order: 4;
    width: 50%;
    flex-wrap: wrap;
}

#root .internal-user-page .history-bet-wrapper > .history-bet-content .history-bet-match-details.void .match-date-code-wrapper:after {
    content: "void";
    padding: 0 15px
}

#root .internal-user-page .history-bet-wrapper > .history-bet-content .history-bet-match-details.lost .match-date-code-wrapper:after {
    content: "";
    color: var(--c-red);
    padding: 0 8px;
    width: 20px;
    height: 20px;
    background-image: url(/v1.103/r/images/site/icons/bet_lost.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 20px;
}

#root .internal-user-page .history-bet-wrapper > .history-bet-content .history-bet-match-details.won .match-date-code-wrapper:after {
    content: "";
    color: var(--c-green);
    padding: 0 8px;
    width: 20px;
    height: 20px;
    background-image: url(/v1.103/r/images/site/icons/bet_won.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: 20px;
}

.internal-user-page .history-bet-wrapper > .history-systems-wrapper {
    order: 3;
}

.internal-user-page .history-bet-wrapper > .history-systems-wrapper .history-system-wrapper {
    display: flex;
    background-color: var(--c-primary);
    color: var(--c-white-e);
    border-bottom: 1px solid var(--c-primary-c)
}

#root app-history .history-systems-wrapper .history-system-wrapper.history-bet-header {
    background-color: var(--c-primary-c)
}

.internal-user-page .history-bet-wrapper > .history-systems-wrapper .history-system-wrapper > div {
    flex: 0 0 20%;
    padding: 8px;
    border-right: 1px solid var(--c-primary-c);
    text-align: right;
    display: flex;
    justify-content: center;
    font-size: 12px
}

.internal-user-page .history-bet-wrapper > .history-systems-wrapper .history-system-wrapper .history-system-label {
    text-align: left
}

.internal-user-page .history-bet-wrapper > .history-bet-footer {
    order: 4;
    display: flex;
    justify-content: space-between;
    background-color: var(--c-primary);
    color: var(--c-white-e);
    padding: 0;
    margin: 0
}

.internal-user-page .history-bet-wrapper > .history-bet-footer > div {
   /* padding: 8px; */
    padding: 8px 12px;
    width:100%;
    text-align: left;
    align-items: center;
    display: flex;
}
.desktop .internal-user-page .history-bet-wrapper > div.history-bet-footer{
    position: absolute;
    top: 14px;
    right: 36px;
    width: calc(25% - 36px);
    text-align: center;
    display: flex;
    justify-content: center;
}
.desktop .internal-user-page .history-bet-wrapper > .history-bet-footer > div{
    justify-content: center
}
.internal-user-page .history-bet-wrapper > .bet-infos {
    display: none
}

.internal-user-page .history-bet-footer {
    box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
    padding: 10px;
    margin: 15px 0
}

.internal-user-page .history-bet-footer > div {
    padding-bottom: 8px
}

.internal-user-page .history-bet-footer > .history-bet-footer-payout {
    padding-bottom: 0
}

.internal-user-page .history-bet-footer .history-bet-footer-dates {
    display: flex;
    align-items: center
}

.internal-user-page .history-bet-footer .history-bet-footer-dates:before {
    content: "Totals From -";
    font-weight: bold;
    padding-right: 5px
}

.internal-user-page .history-bet-footer > div > span:first-child:after {
    content: ":";
    padding: 0 5px
}

.internal-user-page .history-bet-footer > div > span:last-child {
    font-weight: bold
}

.internal-user-page .history-bet-footer .history-bet-footer-dates > span:last-child, .internal-user-page .history-bet-footer .history-bet-footer-dates > span:first-child:after {
    font-weight: normal
}

.internal-user-page .internal-account-statement {
    padding: 10px
}

.internal-user-page .internal-account-statement thead tr th {
    width: 15%
}

.internal-user-page .internal-account-statement thead tr th:first-child {
    width: 20% !important
}
.desktop .internal-account-statement tbody td{
    text-align: center
}
.internal-account-statement tbody div{
    max-width: 165px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
   
}
.desktop .internal-account-statement tbody div{
    margin: 0 auto
}
/*** Profile ***/
.internal-user-page .profile-info {
    padding: 15px;
    display: block
}

.internal-user-page .profile-info .user-profile-wrapper #edit-personal-details .form-row {
    flex-direction: column
}

.internal-user-page .profile-info .user-profile-wrapper #edit-personal-details .form-row label {
    padding-bottom: 10px
}

.internal-user-page .profile-info .user-profile-wrapper #edit-personal-details .form-row input, .internal-user-page .profile-info .user-profile-wrapper #edit-personal-details .form-row select {
    background-color: var(--c-primary-d);
    border: 0;
    height: 36px;
    padding: 10px;
    max-width: 350px;
    color: var(--c-primary)
}

.internal-user-page .profile-info .user-profile-wrapper #edit-personal-details .disabled-field input {
    background-color: var(--c-shade)
}

.internal-user-page .profile-info .user-profile-wrapper .fld-dateofbirth .form-element-wrapper > ngx-combo-datepicker {
    display: flex;
    max-width: 350px
}

.internal-user-page .profile-info .user-profile-wrapper #edit-personal-details .fld-dateofbirth select {
    margin-right: 8px;
    background-color: var(--c-shade);
    opacity: 1
}

.internal-user-page .profile-info .user-profile-wrapper #edit-personal-details .fld-dateofbirth select:last-child {
    margin-right: 0
}

.internal-user-page .profile-info .user-profile-wrapper #edit-personal-details .checkbox-wrapper {
    flex-direction: row
}

.internal-user-page .profile-info .user-profile-wrapper #edit-personal-details .checkbox-wrapper span {
    padding-left: 8px
}

.internal-user-page .profile-info .button-submit-profile-form {
    background-color: var(--c-green);
    color: var(--c-white-e);
    padding: 10px 15px;
    min-width: 150px
}

.internal-user-page .change-password {
    padding: 15px
}

.internal-user-page .change-password .form-row {
    flex-direction: column;
    padding-bottom: 20px
}

.internal-user-page .change-password .form-row label {
    padding-bottom: 10px;
}

.internal-user-page .change-password .form-row input {
    max-width: 350px;
    border: 0;
    background-color: var(--c-primary-d);
    height: 36px;
    padding: 10px
}

.internal-user-page .change-password .button-change-password {
    background-color: var(--c-primary);
    color: var(--c-white-e);
    padding: 10px 15px
}

.internal-user-page .documents-type {
    padding: 10px;
}

.internal-user-page .documents-type .label-value-container {
    justify-content: flex-start;
    flex-direction: column;
    height: 100%;
    position: relative
}

.internal-user-page .documents-type .label-value-container label {
    display: flex;
    align-items: center;
    padding: 10px 0;
    font-size: 16px
}

.internal-user-page .documents-type .label-value-container label:before {
    content: "";
    background-image: url(/v1.103/r/images/cybet/icons/documents.svg);
    display: flex;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-size: contain
}

.internal-user-page .documents-type .label-value-container select {
    background-color: var(--c-primary-d);
    color: var(--c-primary);
    font-size: 14px;
    padding: 12px;
    cursor: pointer
}
body .internal-user-page select option{
    color: var(--c-primary)
}
.internal-user-page .documents-type .label-value-container .required-inline-field {
    position: absolute;
    top: 10px;
    left: 150px;
    color: var(--c-red);
    font-size: 18px
}

.internal-user-page .documents-type app-file-input-field {
    display: flex;
    position: relative;
    border: 1px dashed var(--c-primary);
    min-height: 25px;
    border-bottom: 0px;
}

.internal-user-page .documents-type .document-instructions {
    display: flex;
    align-items: flex-end;
    width: 100%;
    margin: 0 auto;
    padding: 15px 10px;
    text-align: center;
    border: 1px dashed var(--c-primary);
    border-top: 0;
}

.internal-user-page .documents-type .document-instructions > div {
    max-width: 750px;
    margin: 0 auto;
}

.internal-user-page .documents-type app-file-input-field input {
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translateX(-50%)
}

.internal-user-page .documents-type .upload-form .files-group {
    display: flex;
    flex-direction: column
}

.internal-user-page .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
}

.internal-user-page .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
}

.internal-user-page .documents-type .label-value-container .progress-bar {
    font-size: 0;
    display: none
}

.internal-user-page .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
    }
}

.internal-user-page .documents-type .upload-form .files-group .upload-message {
    color: var(--c-red);
    font-size: 16px
}

.internal-user-page .documents-type .upload-form .files-group > div:after {
    content: "Please click button below";
    color: var(--c-red);
    font-weight: bold;
    font-size: 14px
}

.internal-user-page .documents-type .btn-clear {
    background-color: var(--c-primary);
    color: var(--c-white-e);
    margin: 10px 0;
    padding: 10px 15px;
    min-width: 150px
}

.internal-user-page .documents-list-box {
    border: 1px solid var(--c-primary);
    margin: 0 10px
}

.internal-user-page .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: 0 4px 4px -2px rgb(0 0 0 / 20%)
}

.internal-user-page .documents-list-box .document-list-title:before {
    content: "";
    background-image: url("/v1.103/r/images/cybet/icons/documents02.svg");
    display: flex;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-size: contain;
}

.internal-user-page .documents-list-box .document-list-title:after {
    content: "";
    background-image: url(/v1.103/r/images/cybet/icons/arrow-down-dark.svg);
    display: flex;
    width: 24px;
    height: 24px;
    margin-right: 10px;
    background-size: contain;
    position: absolute;
    right: 0;
    transform: rotate(180deg);
    transition: transform .3s ease-in-out
}

#root.uploaded-documents .internal-user-page .documents-list-box .document-list-title:after {
    transform: rotate(0deg);
}

.internal-user-page .documents-list-box .document-list-title > div {
    display: flex;
    width: 100%;
    height: 100%;
    padding: 19px 0;
    z-index: 1
}

.internal-user-page .profile-document-list {
    max-height: 0;
    overflow: hidden;
    transition: transform .3s ease-in-out
}

#root.uploaded-documents .internal-user-page .profile-document-list {
    max-height: 100%;
    overflow: hidden;
    transition: transform .3s ease-in-out;
    padding: 0 20px
}

.internal-user-page .profile-document-list .documents-list {
    width: 100%
}

.internal-user-page .profile-document-list .documents-list .list-header {
    height: 44px
}

.internal-user-page .profile-document-list .documents-list .list-info {
    height: 36px
}

.internal-user-page .profile-document-list .documents-list .list-header .type, .internal-user-page .profile-document-list .documents-list .list-header .upload-time {
    width: 25%;
    text-align: left
}

.internal-user-page .profile-document-list .documents-list .list-header .filename {
    width: 50%;
    text-align: left
}

.internal-user-page .responsible-gaming-info .window-tabs{
    /* padding: 15px; */
    border-bottom: 1px solid var(--c-shade);
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 20%);
    width: calc(100% - 10px);
    border-radius: 15px;
    margin: 10px auto 20px
}

.internal-user-page .responsible-gaming-info .window-tab {
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 36px;
    font-size: 13px
}

.internal-user-page .responsible-gaming-info .window-tab.tab-selected {
    background-color: var(--c-primary);
    color: var(--c-white);
    border-radius: 15px;
}
.payment-method .payment-message{
    padding: 0 30px
}
.internal-user-page .responsible-gaming-info app-wager-limits,
.internal-user-page .responsible-gaming-info app-loss-limits,
.internal-user-page .responsible-gaming-info app-deposit-limits,
.payment-method .deposit-limits-widget app-deposit-limits{
    display: flex;
    padding: 0 15px
}
.payment-method .deposit-limits-widget app-deposit-limits{
    flex-direction: column;
    padding: 0
}
.internal-user-page .responsible-gaming-info app-label-value,
.payment-method .deposit-limits-widget app-label-value{
    display: flex
}

.internal-user-page .responsible-gaming-info app-label-value > div,
.payment-method .deposit-limits-widget app-label-value > div{
    flex-direction: column;
    height: 100%;
    position: relative
}

.internal-user-page .responsible-gaming-info app-label-value label,
.payment-method .deposit-limits-widget app-label-value label{
    text-align: left;
    font-size: 10px;
    font-weight: normal
}

.internal-user-page .responsible-gaming-info app-label-value input,
.payment-method .deposit-limits-widget app-label-value input{
    border: 0;
    background-color: var(--c-primary-d);
    height: 38px;
    min-width: 350px;
    padding: 0 15px
}
.internal-user-page .responsible-gaming-info app-label-value input:disabled,
.payment-method .deposit-limits-widget app-label-value input:disabled{
    background-color: transparent;
    border-bottom: 1px solid var(--c-primary-d)
}
.internal-user-page .responsible-gaming-info app-label-value input[type=password]{

}
.internal-user-page .responsible-gaming-info app-label-value .element.value,
.payment-method .deposit-limits-widget app-label-value .element.value{ 
    display: flex
}


.internal-user-page .responsible-gaming-info .wager-password .required-inline-field,
.internal-user-page .responsible-gaming-info .loss-password .required-inline-field, 
.internal-user-page .responsible-gaming-info .deposit-password .required-inline-field, 
.internal-user-page .responsible-gaming-info .label-value-container .required-inline-field{
 /*   position: absolute; */
    top: 0;
    left: 50px;
    color: var(--c-red);
    margin-top: -10px
}

.lang-el .internal-user-page .responsible-gaming-info .wager-password .required-inline-field, .lang-el .internal-user-page .responsible-gaming-info .loss-password .required-inline-field, .lang-el .internal-user-page .responsible-gaming-info .deposit-password .required-inline-field, .lang-el .internal-user-page .responsible-gaming-info .label-value-container .required-inline-field {
    left: 95px;
}

.internal-user-page .responsible-gaming-info app-self-suspension .label-value-container .required-inline-field {
    left: 350px
}

.internal-user-page .responsible-gaming-info button:not(.toggle-button),
.payment-method .deposit-limits-widget button:not(.toggle-button){
    margin: 20px 15px 20px 0;
    padding: 10px 15px;
    min-width: 150px;
    color: var(--c-white-e);
    background-color: var(--c-green);
    border: 0
}

.internal-user-page .responsible-gaming-info .btn-reset-values,
.internal-user-page .responsible-gaming-info .btn-clear-all,
.payment-method .deposit-limits-widget button.btn-reset-values,
.payment-method .deposit-limits-widget button.btn-clear-all{
    background-color: var(--c-primary)!important
}

.internal-user-page .responsible-gaming-info .btn-save-acccess,
.internal-user-page .responsible-gaming-info .btn-select-all,
.internal-user-page .responsible-gaming-info .btn-suspend-account,
.payment-method .deposit-limits-widget .btn-save-acccess,
.payment-method .deposit-limits-widget .btn-select-all,
.payment-method .deposit-limits-widget .btn-suspend-account, {
    background-color: var(--c-green)
}
.responsible-gaming-info,
.payment-method .deposit-limits-widget{
    display: flex;
    flex-direction: column;
    padding: 0 15px
}
.payment-method .deposit-limits-widget{
    padding: 0
}

.internal-user-page .responsible-gaming-info app-access-limits,
.internal-user-page .responsible-gaming-info app-self-suspension {
    
}

.internal-user-page .responsible-gaming-info .access-limits-tabs-header {
    display: flex;
    border-bottom: 1px solid var(--c-shade-b)
}

.internal-user-page .responsible-gaming-info .access-limits-tabs-header > div {
    flex: 1;
    padding: 10px 0
}

.internal-user-page .responsible-gaming-info .access-limits-tabs-rows, .internal-user-page .responsible-gaming-info .access-limits-tabs-footer {
    display: flex
}

.internal-user-page .responsible-gaming-info .access-limits-tabs-rows > div, .internal-user-page .responsible-gaming-info .access-limits-tabs-footer > div {
    flex: 1;
    padding: 10px 0
}

.internal-user-page .responsible-gaming-info .dropdown-input,
#root .internal-user-page .responsible-gaming-info .input-amount,
.payment-method .deposit-limits-widget .dropdown-input{
    background-color: var(--c-primary-d);
    color: var(--c-primary);
    height: 38px;
    max-width: 350px
}
.internal-user-page .responsible-gaming-info .dropdown-input option{
    color: var(--c-primary);
}


.payment-method .deposit-limits-widget .amount-limit-wrapper{
    position: relative
}
.payment-method .deposit-limits-widget .amount-limit-wrapper app-dropdown-toggle{
    position: absolute;
    top: 18px;

}
.payment-method .deposit-limits-widget .amount-limit-wrapper app-dropdown-toggle .toggle-button{
    height: 38px;
    min-width: 350px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 15px;
    font-size: 0
}
.payment-method .deposit-limits-widget .amount-limit-wrapper app-dropdown-toggle .toggle-button:after{
    content: "";
    display: flex;
    background-image: url(/v1.103/r/images/cybet/icons/arrow-down-dark.svg);
    width: 20px;
    height: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    transition: transform .3s ease-in-out
}
.payment-method .deposit-limits-widget .amount-limit-wrapper app-dropdown-toggle .list-open .toggle-button:after{
    transform: rotate(180deg)
}
.payment-method .deposit-limits-widget .amount-limit-wrapper .values-container{
    z-index: 2;
    background-color: var(--c-background);
    width: 100%;
    border: 1px solid var(--c-primary-d);
    margin: 0;
    padding: 0;
}
.payment-method .deposit-limits-widget .amount-limit-wrapper .values-container .value-list{
    padding: 5px 10px;
    cursor: pointer;
}
.payment-method .deposit-limits-widget .amount-limit-wrapper .values-container .value-list:hover{
    background-color: var(--c-primary-d)
}

/*** Contact Us ***/
#root .internal-user-page .internal-contact-container > app-widget-host {
    flex-direction: row;
    flex-wrap: wrap
}

.internal-user-page .internal-contact-container .internal-contact-methods {
    flex: 0 0 calc(33.333333% - 16px);
    box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
    margin: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}
.internal-contact-container .support-message,
.content-page.contact-us .support-message{
    flex: 1 1 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-white-e);
    background-color: var(--c-primary-c);
    padding: 20px 10px;
    text-align: center;
    margin: 20px 0;
}
.internal-contact-container .support-message:before,
.content-page.contact-us .support-message:before{
    content: "";
        background-image: url(/v1.103/r/images/cybet/icons/information-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 40px;
    height: 40px;
    margin-right: 15px;
}
.content-page.contact-us .support-message p{
    width: auto
}
.internal-user-page .internal-contact-container .internal-contact-methods > app-widget-host {
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.internal-user-page .internal-contact-container .internal-contact-icon {
    text-align: center
}

.internal-user-page .internal-contact-container .internal-contact-icon img {
    max-width: 100%
}

.internal-user-page .internal-contact-container .viber .internal-contact-icon img {
    height: 50px
}

.internal-user-page .internal-contact-container .internal-contact-title {
    color: var(--c-emphasis);
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0;
    text-align: center
}

.internal-user-page .internal-contact-container .internal-contact-text {
    opacity: .7
}

.internal-user-page .internal-contact-container .internal-contact-button {
    cursor: pointer;
    margin-top: 15px;
    box-shadow: 0 2px 0 rgb(137 139 143 / 65%);
    background-color: var(--c-primary)
}

#root .internal-user-page .internal-contact-container .internal-contact-button a {
    color: var(--c-white-e);
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 12px 15px
}

.internal-user-page .message-button {
    padding: 20px 15px
}

body .internal-user-page .message-button > app-widget-host {
    flex-direction: row;
    height: 48px;
    max-width: 660px;
    margin: 0 auto;
    align-items: center;
    justify-content: center
}

.internal-user-page .message-button .tab {
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    width: 100%;
    cursor: pointer;
    border: 2px solid var(--c-primary);
    background-color: var(--c-primary);
    color: var(--c-white-e);
    font-weight: bold;
    text-align: center
}

.internal-user-page .message-button .tab > div {
    display: flex;
    width: 100%;
    height: 100%;
    align-items: center;
    justify-content: center
}
#root body .ui-table .ui-table-tbody>tr.ui-state-highlight{
    background-color: var(--c-shade);
    color: #333
}
#root.new-message .internal-user-page .message-button-input, #root.new-message-input .internal-user-page .message-button-new, #root:not(.new-message , .new-message-input) .internal-user-page .message-button-input {
    background-color: var(--c-white);
    color: var(--c-primary)
}

.internal-user-page .user-new-message-inbox {
    display: none
}

#root.new-message-input .internal-user-page .user-new-message-inbox, #root.new-message .internal-user-page .user-new-message-new {
    display: block
}
#root.new-message-input .internal-user-page .user-new-message-inbox .list-message-row.messages-unread-1{
    font-weight: bold
}
#root.new-message-input .internal-user-page .user-new-message-new {
    display: none
}

.internal-user-page .user-new-message-inbox, .internal-user-page .user-new-message-new {
    padding: 8px 20px
}

.internal-user-page .user-new-message-new .form-row {
    flex-direction: column
}

.internal-user-page .user-new-message-new .form-row label {
    padding-bottom: 8px
}

.internal-user-page .user-new-message-new .form-row input, .internal-user-page .user-new-message-new .form-row textarea {
    max-width: 100%;
    height: 36px;
    background-color: var(--c-primary-d);
    border: 0;
    padding: 0 8px
}

.internal-user-page .user-new-message-new .form-row textarea {
    min-height: 250px;
    padding: 8px
}

.internal-user-page .user-new-message-new .form-row .submit-login {
    background-color: var(--c-green);
    color: var(--c-white-e);
    padding: 10px 15px;
    max-width: 150px
}

.account-message-thread .thread-message-header {
    padding-top: 20px;
    margin: 20px
}

.account-message-thread .thread-message-header .thread-message-date {
    order: 3
}

.account-message-thread .thread-message-header .thread-message-sender {
    order: 1;
    text-transform: capitalize
}

.account-message-thread .thread-message-header .thread-message-sender .message-sender-id {
    text-transform: initial;
    font-weight: bold;
}

.account-message-thread .thread-message-header .thread-message-sender .message-sender-id:before {
    content: ":";
    padding-right: 5px;
    font-weight: normal;
}

.account-message-thread .thread-message-header .thread-message-status {
    order: 2;
    margin-left: auto;
    margin-right: 8px
}

.account-message-thread .thread-message {
    padding: 8px;
    border: 1px solid var(--c-primary-d);
    min-height: 100px;
    margin: 20px
}

.account-message-thread .user-message-reply {
    margin: 20px
}

.account-message-thread .user-message-reply .form-row {
    flex-direction: column
}

.account-message-thread .user-message-reply .form-row label {
    padding-bottom: 8px
}

.account-message-thread .user-message-reply .form-row textarea {
    min-height: 250px;
    padding: 8px;
    border: 0;
    background-color: var(--c-primary-d)
}

.account-message-thread .user-message-reply button {
    background-color: var(--c-green);
    color: var(--c-white-e);
    padding: 10px 15px;
    max-width: 150px;
    display: flex;
    width: 100%;
    justify-content: center
}
body .ui-table .ui-table-tbody>tr:nth-child(even).ui-state-highlight{
    background-color: #fff;
    color: #333;
}

#root .multiline-dialog.ui-dialog .ui-dialog-titlebar,
#root .ui-dialog.deposit-limit-warning-dialog .ui-dialog-titlebar{
    background-image: linear-gradient(323deg, var(--c-primary), var(--c-black-e) 70%);
    color: var(--c-white);
    border: 0;
    border-bottom: 5px solid var(--c-emphasis);
    padding: 15px 20px
}

#root .multiline-dialog.ui-dialog .ui-dialog-content,
#root .ui-dialog.deposit-limit-warning-dialog .ui-dialog-content{
    padding: 40px 0;
    background-color: var(--c-primary-d);
    text-align: center
}
.deposit-limit-warning-dialog.ui-dialog {
    left:50%!important;
    top:50%!important;
    transform:translate(-50%, -50%)!important;
    
}
#root .deposit-limit-warning-dialog.ui-dialog .ui-dialog-content {
    padding:40px 20px;
}
#root .deposit-limit-warning-dialog.ui-dialog button {
    
    margin-top:10px;
    background-color:var(--c-primary-b);
    padding:5px 8px;
    color:var(--c-white);
    border-radius:5px;
    min-width:80px;
    font-weight:bold;
}
#root .deposit-limit-warning-dialog.ui-dialog button.btn-deposit-limit-warning-go {
    background-color:var(--c-emphasis);
    color:var(--c-black);
    margin-left:5px;
}
/***************************************
# Content Pages
***************************************/
.content-breadcrumbs {
    background-color: var(--c-white-e);
    font-size: 12px;
    padding: 5px;
}

.content-breadcrumbs app-content-block {
    padding-right: 5px;
    cursor: pointer
}

#root .content-breadcrumbs > app-widget-host {
    flex-direction: row
}

.content-breadcrumbs .back-to-home {
    color: var(--c-primary);
    opacity: .7;
    display: flex
}

.content-breadcrumbs .back-to-home:hover {
    opacity: 1
}

.content-breadcrumbs .back-to-home:after {
    content: "";
    background-image: url(/v1.103/r/images/cybet/icons/arrow-down-dark.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-size: cover;
    transform: rotate(-90deg);
    margin-left: 5px
}

.content-back-home {
    display: flex;
    border-bottom: 1px solid var(--c-tint-b);
    cursor: pointer;
}

.content-back-home:hover {
    background-color: var(--c-emphasis)
}

.content-back-home > div {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
}

.content-page .content-page-box {
    max-width: 80%;
    min-width: 320px;
    width: 100%;
    margin: 20px auto;
    margin-top: 0px;
    padding: 0 20px ;
    color: var(--c-black);
    background-color: var(--c-white-e)
}

.mobile .content-page .content-page-box {
    padding: 0px;
}

#root .content-page .content-image-box > app-widget-host {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#root .desktop .content-page .content-image-box > app-widget-host app-image {
    /* max-width: calc(50% - 10px); */
    margin: 5px;
}

#root .mobile .content-page .content-image-box > app-widget-host app-image {
    max-width: calc(1000% - 10px);
    ; margin: 5px;
}

#root .content-page .content-image-box > app-widget-host img {
    width: 100%;
}

.content-page-title + .content-accordion {
    margin-top: 20px;
}

.content-accordion {
    margin-bottom: 10px;
    cursor: pointer;
    width: 100%;
}

.content-accordion .content-accordion-section {
    padding: 0 15px;
    border: 1px solid var(--c-shade);
    border-top: 0px;
    box-shadow: inset 0px 1px 2px var(--c-shade)
}

.content-accordion .content-accordion-text {
    width: 100%;
}

.content-accordion .content-accordion-text div {
    padding: 0px 20px;
}

#root .content-accordion .content-accordion-title > app-widget-host {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 45px;
    border: 1px solid var(--c-shade);
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    overflow: hidden;
}

.content-accordion .content-accordion-title:not(.expanded) > app-widget-host {
    border-radius: 5px;
}

.content-accordion .content-accordion-icon {
    width: 45px;
    height: 100%;
    background-color: var(--c-emphasis);
    display: flex;
    position: relative;
}

.content-accordion .content-accordion-icon::after {
    content: "";
    position: absolute;
    width: 80%;
    height: 80%;
    top: 50%;
    left: 50%;
    background-image: url(/v1.103/r/images/cybet/icons/arrow-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    transform: translate(-50%, -50%) rotate(90deg);
    transition: transform 0.1s ease;
}

.content-accordion .expanded .content-accordion-icon::after {
    transform: translate(-50%, -50%) rotate(0deg)
}

.content-accordion .content-accordion-section p > span{
    /* display: inline-block; */
    display: inline
}
.content-accordion .content-accordion-section p > span > img{
    max-width: 100%;
    height: auto;
}
.content-page .content-page-box .content-page-box-section > div {
    display: flex;
    flex-wrap: wrap
}

.content-page .content-page-title {
    font-size: 24px;
    font-weight: bold;
    color: var(--c-white-e);
    padding: 10px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    background-color: var(--c-emphasis);
    line-height: 24px;
    position: sticky;
    top: 0px;
    z-index: 2;
}

.content-page .content-page-box-section, .promotion-page-text {
    padding: 0px 20px;
    width: 100%;
}

.mobile .content-page .content-page-box-section {
    padding: 0px;
}

#root .mobile .content-page .content-page-box-section table tr:first-child {
    /* display:none; */
}

#root .mobile .content-page .content-page-box-section table tr {
    display: flex;
    width: 100%!important;
    margin-bottom: 5px;
    height: auto!important;
}

#root .mobile .content-page .content-page-box-section table tr td {
    width: 100%!important;
    height: unset!important
}

.content-page .content-page-box-section p {
    line-height: 20px;
    font-size: 16px;
    width: 100%;
}
.content-page.cookie-policy-page .content-page-box-section div > table{
    height: min-content!important;
}
.content-page.cookie-policy-page .content-page-box-section div > table > tbody > tr{
     height: min-content!important;
}
.content-page.cookie-policy-page .content-page-box-section div > table > tbody > tr > td{
    width: min-content!important;
    height: min-content!important;
    padding: 0 8px
}
.content-page .content-page-box-section h3, .content-page .content-page-box-section h2, .content-page .content-page-box-section h1 {
    width: 100%;
    line-height: 1
}

.content-page .content-page-box-section img {
    
    width: 100%;
    height: auto;
}

.content-betbooking.content-page .content-page-box-section img{
    max-width: 400px; 
}
.content-page .content-page-box-section img[width="1000"] {
    max-width: 1000px;
}

.content-page.contact-us .content-page-box-section > app-widget-host {
    flex-direction: row;
    flex-wrap: wrap
}

.content-page.contact-us .internal-contact-methods {
    flex: 0 0 calc(33% - 16px);
    box-shadow: 0 1px 3px rgb(0 0 0 / 25%);
    margin: 8px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.content-page.contact-us .internal-contact-methods > app-widget-host {
    align-items: center;
    justify-content: space-between;
    height: 100%
}

.content-page.contact-us .internal-contact-methods .internal-contact-icon {
    text-align: center
}

.content-page.contact-us .internal-contact-methods .internal-contact-icon img {
    max-width: 150px;
}

.content-page.contact-us .internal-contact-methods.viber .internal-contact-icon img {
    /* height: 60px; */
}

.content-page.contact-us .internal-contact-title {
    color: var(--c-emphasis);
    font-weight: bold;
    font-size: 18px;
    padding: 10px 0;
    text-align: center
}

.content-page.contact-us .internal-contact-text {
    opacity: .7;
    text-align: center
}

.content-page.contact-us .internal-contact-button {
    cursor: pointer;
    margin-top: 15px;
    box-shadow: 0 2px 0 rgb(137 139 143 / 65%);
    background-color: var(--c-primary)
}

#root .content-page.contact-us .internal-contact-button a {
    color: var(--c-white-e);
    display: flex;
    justify-content: center;
    height: 100%;
    padding: 12px 15px
}

.bet-types table {
    border: 1px solid black;
    border-spacing: 0px;
    border-collapse: collapse;
    width: 100%;
}

.bet-types font {
    font-size: 13px!important;
}

.bet-types tr {
    display: table-row;
    position: static;
}

.bet-types td:first-child {
    max-width: 20%;
    width: 100%;
}

.bet-types .title {
    height: auto!important;
    border-bottom: 1px solid black;
    margin-bottom: 1px
}

.bet-types td {
    border-bottom: 1px solid black;
}

.bet-types td:not(:last-child) {
    border-right: 1px solid black;
}

.bet-types .title td:not(:first-child) {
    display: none;
}

.bet-types .title td:first-child {
    width: 100%;
}

@media screen and (max-width: 1024px) {
    .bet-types table {
        width: 100%;
        border: 0px;
    }

    .bet-types tr {
        display: flex;
        flex-direction: column;
        margin-top: 10px;
        border: 1px solid black;
    }

    .bet-types .title td:not(:first-child) {
        display: none;
    }

    .bet-types td:first-child {
        max-width: 100%
    }

    #root .bet-types.content-page-box-section tr.header {
        display: none!important;
    }

    .bet-types td {
        display: flex;
        flex-direction: column;
        width: 100%;
        border-right: 0;
    }

    .bet-types tr:not(.header):not(.title) td::before {
        content: attr(data-column);
        width: calc(100% - 10px);
        padding-left: 10px;
        display: flex;
        align-items: center;
        min-height: 36px;
        background-color: black;
        color: white;
    }
}

/***************************************
# Promotion Pages
***************************************/
.desktop.lang-en .lang-el, .desktop.lang-el .lang-en {
    display: none
}

.promotion-page .content-breadcrumbs {
    background-color: var(--c-white-e);
    font-size: 12px;
    padding: 5px
}

#root .promotion-page .content-breadcrumbs > app-widget-host {
    flex-direction: row
}

.promotion-page .content-breadcrumbs .back-to-home {
    color: var(--c-primary);
    opacity: .7;
    display: flex
}

.promotion-page .content-breadcrumbs .back-to-home:after {
    content: "";
    background-image: url(/v1.103/r/images/cybet/icons/arrow-down-dark.svg);
    width: 16px;
    height: 16px;
    display: block;
    background-size: cover;
    transform: rotate(-90deg);
    margin-left: 5px
}

.promotion-page .content-breadcrumbs app-content-block {
    padding-right: 5px;
    cursor: pointer
}

.promotion-page .promotion-page-box {
    padding: 10px;
    max-width: 80%;
    min-width: 320px;
    width: 100%;
    margin: 0 auto;
    color: var(--c-black);
    background-color: var(--c-white-e)
}

.desktop .promotion-page .promotion-page-box {
    margin: 20px auto;
    margin-top: 0px;
    padding: 0 20px ;
}

.promotion-page .promotion-page-title {
    display: flex;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    padding: 20px
}

#root .promotion-page .promotion-page-content > app-widget-host {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center
}

#root .promo-main-page .promotion-page-content > app-widget-host {
    flex-direction: row
}

.promotion-page .promotion-page-content .promo-box {
    flex: 0 0 calc(33% - 12px);
    margin: 6px;
    cursor: pointer
}

.promotion-page .promo-box > app-widget-host {
    position: relative
}

.promotion-page .promo-image {
}
.promotion-page .promo-image:hover:before {
    content: "";
    display: flex;
    width: 0;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0;
    opacity: 0;
    box-shadow: 0 0 35px 10px rgba(255,255,255,.7);
    transform: skewX(-45deg);
    animation: e-shine .35s linear;
}
@keyframes e-shine{from{opacity:0;left:0}50%{opacity:1}to{opacity:0;left:100%}}

.promotion-page .promo-box img {
    object-fit: cover;
    max-width: 100%
}

.promotion-page .promo-title {
    bottom: 0;
    width: 100%;
    height: 40px;
    background-color: var(--c-primary-e);
    color: var(--c-white-e);
    text-transform: uppercase;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center
}

.promotion-page .promotion-page-content .promo-box:hover .promo-title {
    transition: all .3s
}

.promotion-page.bet-booking-page .promotion-page-content .promo-box, .promotion-page.bet-builder-page .promotion-page-content .promo-box, .promotion-page.bonus-page .promotion-page-content .promo-box, .promotion-page.selfservice-page .promotion-page-content .promo-box {
    flex: 1;
    margin: 0
}



/* NEW PLAYER PROTECTION PAGE */

.internal-user-page .responsible-gaming-info .metra-tabs > app-widget-host{
    border-bottom: 1px solid var(--c-shade);
    box-shadow: 0 4px 4px -2px rgb(0 0 0 / 20%);
    width: calc(100% - 10px);
    border-radius: 15px;
    margin: 10px auto 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}
.internal-user-page .responsible-gaming-info .metra-tab,
.internal-user-page .responsible-gaming-info .metra-sub-tab {
    cursor: pointer;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 36px;
    font-size: 13px;
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    font-weight: bolder;
}
.internal-user-page .responsible-gaming-info .metra-tab > div,
.internal-user-page .responsible-gaming-info .metra-sub-tab > div{
    width: 100%;
    height: 36px;
    display: flex;
    justify-content: center;
    align-items: center
}
body:not(.tab-access-limits):not(.tab-time-out):not(.tab-self-exclusion):not(.tab-close-account) .internal-user-page .responsible-gaming-info .metra-tab.amount-limits,
.tab-access-limits .internal-user-page .responsible-gaming-info .metra-tab.access-limits,
.tab-time-out .internal-user-page .responsible-gaming-info .metra-tab.time-out,
.tab-self-exclusion .internal-user-page .responsible-gaming-info .metra-tab.self-exclusion,
.tab-close-account .internal-user-page .responsible-gaming-info .metra-tab.close-account{
    background-color: var(--c-primary);
    color: var(--c-white);
    border-radius: 15px;
}
.internal-user-page .new-metra .responsible-gaming-info .metra-tabs.amount-limit-sub-tabs,
.internal-user-page .new-metra .responsible-gaming-info .content-deposit-limits,
.internal-user-page .new-metra .responsible-gaming-info .content-wager-limits,
.internal-user-page .new-metra .responsible-gaming-info .content-loss-limits,
.internal-user-page .new-metra .responsible-gaming-info .content-access-limits,
.internal-user-page .new-metra .responsible-gaming-info .content-time-out,
.internal-user-page .new-metra .responsible-gaming-info .content-self-exclusion,
.internal-user-page .new-metra .responsible-gaming-info .content-close-account{
    display: none;
}
body:not(.tab-access-limits):not(.tab-time-out):not(.tab-self-exclusion):not(.tab-close-account) .internal-user-page .new-metra .responsible-gaming-info .metra-tabs.amount-limit-sub-tabs,
body:not(.tab-access-limits):not(.tab-time-out):not(.tab-self-exclusion):not(.tab-close-account):not(.sub-tab-wager-limits):not(.sub-tab-loss-limits):not(.sub-tab-account-closure) .internal-user-page .new-metra .responsible-gaming-info .content-deposit-limits,
.sub-tab-wager-limits:not(.tab-access-limits):not(.tab-time-out):not(.tab-close-account):not(.tab-self-exclusion) .internal-user-page .new-metra .responsible-gaming-info .content-wager-limits,
.sub-tab-loss-limits:not(.tab-access-limits):not(.tab-time-out):not(.tab-close-account):not(.tab-self-exclusion) .internal-user-page .new-metra .responsible-gaming-info .content-loss-limits,
.sub-tab-account-closure:not(.tab-access-limits):not(.tab-time-out):not(.tab-close-account):not(.tab-self-exclusion) .internal-user-page .new-metra .responsible-gaming-info .content-close-account,
.tab-access-limits .internal-user-page .new-metra .responsible-gaming-info .content-access-limits,
.tab-time-out .internal-user-page .new-metra .responsible-gaming-info .content-time-out,
.tab-self-exclusion .internal-user-page .new-metra .responsible-gaming-info .content-self-exclusion,
.tab-close-account .internal-user-page .new-metra .responsible-gaming-info .content-close-account{
    display: block;
}
body:not(.tab-access-limits):not(.tab-time-out):not(.tab-self-exclusion):not(.sub-tab-wager-limits):not(.sub-tab-loss-limits):not(.sub-tab-account-closure) .internal-user-page .responsible-gaming-info .metra-sub-tab.deposi-limits,
.sub-tab-wager-limits .internal-user-page .responsible-gaming-info .metra-sub-tab.wager-limits,
.sub-tab-loss-limits .internal-user-page .responsible-gaming-info .metra-sub-tab.loss-limits,
.sub-tab-account-closure .internal-user-page .responsible-gaming-info .metra-sub-tab.account-closure{
    background-color: var(--c-primary);
    color: var(--c-white);
    border-radius: 15px;
}
.internal-user-page .new-metra .responsible-gaming-info app-wager-limits,
.internal-user-page .new-metra .responsible-gaming-info app-loss-limits,
.internal-user-page .new-metra .responsible-gaming-info app-deposit-limits{
    flex-direction: column
}
.new-metra .amount-limit-wrapper{
    position: relative;
    max-width: 350px
}
.new-metra .dropdown-container{
    position: absolute;
    left: 0;
    width: 100%;
    top: 18px;
}
.new-metra .dropdown-container button{
    width: 100%;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 0 20px;
}
.new-metra .dropdown-container .values-container{
    padding: 0;
    margin: 0;
    z-index: 5;
    background-color: var(--c-white-e);
    width: 100%;
    border: 1px solid var(--c-primary-d)
}
.new-metra .dropdown-container .values-container li{
    padding: 5px 20px;
    cursor: pointer;
}
.new-metra .dropdown-container .values-container li:hover{
    background-color: var(--c-primary-d)
}
.metra-description-holder .limit-description-holder,
.metra-description-holder .time-out-description,
.metra-description-holder .self-exclusion-description,
.metra-description-holder .close-account-description{
    display: none;
}
body:not(.tab-access-limits):not(.tab-time-out):not(.tab-self-exclusion):not(.tab-close-account):not(.sub-tab-account-closure) .metra-description-holder .limit-description-holder,
.tab-time-out .metra-description-holder .time-out-description,
.tab-self-exclusion .metra-description-holder .self-exclusion-description,
.tab-amount-limits.sub-tab-account-closure .metra-description-holder .close-account-description,
body:not(.tab-access-limits):not(.tab-time-out):not(.tab-self-exclusion):not(.tab-close-account).sub-tab-account-closure .metra-description-holder .close-account-description{
    display: block
}
.view-page-metra.lang-en .content-deposit-limits > div > app-amount-limit:first-child .element.label{
    display: flex;
}
.view-page-metra.lang-en .content-deposit-limits > div > app-amount-limit:first-child .element.label:before{
    content: "Single";
    display: flex;
    padding-right: 3px
}

/***************************************
# Active Bonuses Pages
***************************************/

.internal-user-page.account-bonus .internal-content-box > app-widget-host{
    align-items: center;
}
#root .account-widget, #root .bonus-widgets {
    padding: 16px;
    color: var(--c-f);
    max-width: 800px;
    gap: 8px;
    display: inline-flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background-color: transparent;
}
#root .bonus-widgets > app-widget-host{
    /* background-color: var(--c-primary-d); */
    border-radius: 3px;
}
#root .voucher-redeem-block {
    display: flex;
    /* flex: 0 0 100%; */
    max-width: 800px;
    min-width: 300px;
    margin-top:4px;
    background-color: var(--c-primary-d);
    padding:6px 0px;
}

.voucher-redeem-block .voucher-form, .voucher-redeem-block .voucher-form .api-form-field-wrapper .fld-vouchercode .form-row {
    flex-direction: row;
    align-items: center;
    flex-wrap: wrap;
}

.voucher-redeem-block .voucher-form .api-form-field-wrapper .fld-vouchercode .form-row {
    flex: 1 1 auto;
    width: auto;
    align-items: center;
    justify-content: start;
    gap: 16px;
}

.voucher-redeem-block .voucher-form ui-button {
    display: inline-flex;
    flex: 1 1 140px;
    min-width: 140px;
}
.voucher-redeem-block .voucher-form ui-button button{
    display: flex;
    align-items: center;
    background-color: var(--c-emphasis);
    padding: 9px 15px;
    font-weight: bold;
    color: var(--c-primary);
    cursor: pointer;
    border-radius: 3px;
    line-height: 1.6;
    justify-content: center;
    transition: all .3s;
    width: calc(100% - 10px);
}
.voucher-redeem-block .voucher-form ui-button button:disabled {
    opacity: .7;
}

.voucher-redeem-block .voucher-form .api-form-errors {
    min-width: 100%;
    order: 2;
}

.voucher-redeem-block .voucher-form .api-form-errors:has(.form-element-error:empty) {
    display: none;
}

.voucher-redeem-block .voucher-form .api-form-wrapper {
    display: inline-flex;
    flex: 2 1 40%;
}

.voucher-redeem-block .voucher-form .api-form-wrapper * {
    display: inline-flex;
    align-items: center;
    flex-direction: row;
    width: auto;
    flex: 1;
}

#root .voucher-redeem-block .voucher-form .api-form-wrapper .form-label {
    width: auto;
    display: inline-flex;
    padding: 0;
    margin: 0;
    flex: unset;
    text-indent: 0;
    padding-left: 4px;
    line-height: 1.2em;
    color: var(--c-f);
    flex: 1 0 auto;
    width: auto;
}

.voucher-redeem-block .voucher-form .api-form-wrapper .form-label span {
    width: auto;
    display: inline-block;
    width: 24px;
    display: none;
}

#root .voucher-redeem-block .voucher-form .api-form-field-wrapper .fld-vouchercode .form-row .form-element-wrapper>input {
    flex: 1 1 160px;
    text-overflow: ellipsis;
    white-space: nowrap;
    min-width: 0;
    height: 42px;
    text-indent: 10px;
    border: 1px solid var(--c-shade-b);
}

#root .voucher-redeem-block .generic-form form .empty-field input.ng-invalid:not(.ng-untouched) {
    border: unset
}

.voucher-redeem-block .voucher-form .api-form-wrapper .voucher-redeem-block .voucher-form .api-form-field-wrapper .fld-vouchercode .form-row label {
    display: inline-flex;
    flex-wrap: nowrap;
    flex: 0 0 auto;
    width: auto;
    padding: 0;
    margin: 0;
}

#root .voucher-redeem-block .voucher-form .api-form-field-wrapper .fld-vouchercode .form-row .form-element-wrapper {
    min-width: 100px;
    display: inline-flex;
    flex-wrap: nowrap;
    flex: 1 1 auto;
    min-width: 140px;
    max-width: 240px;
    margin-bottom: 0;
}

#root .voucher-redeem-block .voucher-form .api-form-field-wrapper .fld-vouchercode .form-row .form-element-wrapper .icon-container {
    position: absolute;
    right: 4px;
    left: unset;
    top: unset;
    flex: unset;
}

#root .voucher-redeem-block .voucher-form .api-form-field-wrapper .fld-vouchercode .form-row .form-element-wrapper .icon-hint-container {
    display: none;
}
#root .bonus-block {
    color: var(--c-f);
    width: 100%;
    margin: 4px 0;
    display: inline-flex;
    flex: 1 1 100%;
    background-color: var(--c-o2i);
    border-radius: var(--r);
    flex-wrap: wrap;
    margin-bottom: 8px;
    background-color: var(--c-primary-d);
}

#root .bonus-block > div {
    padding: 10px 10px;
    width: 100%;
}

#root .bonus-block .bonus-block-content {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    color: var(--c-f-e);
}

#root .bonus-block .bonus-block-title {
    font-weight: 600;
    font-size: 1.1em;
    flex: 1 0 100%;
    text-indent: 0px;
    color: var(--c-f);
}

#root .bonus-block.rollover .bonus-block-content .rollover-current {
    margin-right: auto;
}

#root .bonus-block.rollover .bonus-block-content {
    flex-wrap: wrap;
}

#root .bonus-block .rollover_bar_container {
    width: 100%;
    position: relative;
    background-color: var(--c-shade-b);
    height: 8px;
    border-radius: var(--r);
    box-shadow: inset 1px -1px 2px var(--c-shade-b);
    margin-top: 8px;
}

#root .bonus-block .rollover_bar_container .rollover_bar {
    position: absolute;
    top: 0;
    left: 0;
    background-color: var(--c-emphasis);
    height: 100%;
}
