/*****************************
          General
******************************/

.mobile .body{
    margin-top: 178px;
    margin-bottom: 0;
    padding-bottom: 10px;
    background-color: var(--c-background)
}
.mobile .body.header-menu{
    /* margin-top: 60px; */
    max-width: 100vw;
    overflow: hidden;
    padding-bottom: 10px;
    margin-bottom: 0
}
.mobile .back{
    display: flex;
    align-items: center;
    height: 100%;
    text-transform: uppercase
}
/*.mobile .back .back-button:before{
    content: "";
    background-image: url(/v1.01/r/images/primebet/icons/back-arrow-yellow.svg);
    width: 15px;
    height: 15px;
    background-repeat: no-repeat;
    align-items: center;
    background-position: center center;
    background-size: contain;
    margin-right: 3px
}*/
.mobile .user-balance-row .real-money > app-widget-host{
    justify-content: center;
    padding-right: 5px;
    flex-direction: column;
    align-items: flex-start
}
.mobile .user-balance-row .bonus-money > app-widget-host{
    justify-content: center;
    padding-left: 5px;
    flex-direction: column;
    align-items: flex-end
}
#root:not(.live-match-page).back-button:before{
    content: "";
    background-image: url(/v1.01/r/images/in2bet/icons/arrow-right-color.svg);
    width: 14px;
    height: 14px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    transform: rotate(180deg);
    margin-right: 5px
}
#root .mobile .el,
#root .mobile .en{
    display: none
}
#root .mobile.lang-en .en,
#root .mobile.lang-el .el{
    display: block
}
.mobile .buttons-404 .btn{
    color: var(--c-white-e)
}

/*****************************
      Mobile Header
******************************/

.mobile .header{
    height: 178px;
    background-color: var(--c-emphasis)
}
.mobile .header > app-widget-host{
    flex-direction: column;
    align-items: center;
    height: auto;
    -webkit-transform: translateX(0) translateX(env(safe-area-inset-right, 0))!important;
    -ms-transform: translateX(0) translateX(env(safe-area-inset-right, 0))!important;
    transform: translateX(0) translateX(env(safe-area-inset-right, 0))!important;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    /* flex-wrap: wrap; */
}
.mobile .header > app-widget-host .header-top-links {
    width:100%;
    height: 60px;
}
.mobile .header > app-widget-host .betslip-check {
    width:100%;
    padding:10px;
    padding-bottom:0px;
    background-color: var(--c-background);
}
.mobile .header > app-widget-host .betslip-check form {
    display:flex;
    /* border-radius:var(--r-lg); */
    /* overflow:hidden; */
}
.mobile .header > app-widget-host .betslip-check .betslip-check-form-code {
    height:100%;
    
}
.mobile .header > app-widget-host .betslip-check input {
    width:100%;
    height:100%;
    border-top-left-radius:var(--r-lg);
    border-bottom-left-radius:var(--r-lg);
    border: 1px solid var(--c-shade);
    border-right:0;
}

.mobile .header > app-widget-host .betslip-check button {
    border-top-right-radius:var(--r-lg);
    border-bottom-right-radius:var(--r-lg);
}
.mobile .header > app-widget-host > span{
    display: none
}
body.active-mobile-navigation-view .mobile .header{
    position: unset
}
body.active-mobile-navigation-view .mobile .body{
    margin-top: 0
}
.mobile .header .login{
    display: flex;
    align-items: center;
    text-transform: uppercase;
    font-size: 12px;
    width: 50px;
    justify-content: center;
}
.mobile .header .logo-img{
    display: flex;
    align-items: center;
    margin-left: 10px
}
.mobile .header .logo-img > img{
    height: 40px
}
.mobile .header .login > img {
    width: 50px;
    height: 30px;
    /* padding-bottom: 3px; */
}
.mobile .header .beto-pos-keyboard-input {
    display:none
}
.mobile .other-links{
    flex: 1
}
.mobile .other-links > app-widget-host{
    justify-content: flex-end
}
.mobile .header .lang .ui-dropdown .ui-dropdown-trigger{
    height: 100%
}
.mobile .header .lang .filter-language label > span{
    display: none
}
.mobile .login-text{
    color: var(--c-white-e)
}
#root .search-popup{
    top: 0!important
}
.mobile .search-label{
    display: none
}
.mobile .search input{
    width: 100%
}
.mobile .header .mobile-menu-link > app-widget-host {
    align-items: center;
    color: var(--c-primary-b);
    text-transform: uppercase;
    font-size: 16px;
    padding-left: 10px
}
.mobile .header .mobile-menu-link > app-widget-host .navigation-title{
    color: var(--c-white-e)
}
.mobile .ui-dialog-resizable.search-popup .ui-dialog-content{
    overflow: unset;
    padding: 20px 10px
}
body .mobile .ui-autocomplete .ui-autocomplete-input{
    width: 100%;
    border-radius: var(--r-lg);
    border: 1px solid var(--c-black-e)!important;
    background-color: var(--c-primary);
        color: var(--c-white-e);
    min-height: 42px;
}
body .mobile .ui-autocomplete .ui-autocomplete-input::placeholder {
        color: var(--c-white-e);
}
body .mobile .search-popup .ui-autocomplete-panel{
    border-radius: var(--r-lg);
    border: 1px solid var(--c-black-e);
    background-color: var(--c-primary)
}
body .mobile .search-popup .ui-autocomplete-panel::-webkit-scrollbar-track{
    border-radius: var(--r-lg);
}
/*****************************
      Top & Bottom Menus
******************************/

.fixed-menu.bottom{
    position: fixed;
    width: 100%;
    padding: 9px 0;
    height: 65px;
    z-index: 91;
    background-color: var(--c-background);
    box-shadow: -1px -1px 4px 0px #333;
    margin: 0;
    /* border-top: 1px solid var(--c-emphasis); */
    border-bottom: 0;
    bottom: 0
}
.fixed-menu ul li{
    display: flex;
    width:25vw;
    justify-content: center;
    font-size: 16px;
    align-content: center
}
.mobile .fixed-menu li a{
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: var(--c-black-e);
}
.mobile .fixed-menu li a.active{
    color: var(--c-emphasis)
}
.fixed-menu li a:before{  
    content: "";
    width: 24px;
    height: 24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}
.fixed-menu li:first-child a:before{
     background-image: url(/v1.025/r/images/site/icons/home-icon-green-fill.svg)
}
.fixed-menu li:nth-child(2) a:before{    
    mask-image: url(/v1.025/r/images/site/icons/liveicon.png);
    mask-repeat: no-repeat;
    mask-size: contain;
        background-color: var(--c-emphasis);

}
.fixed-menu li:nth-child(3) a:before{
    background-image: url(/v1.025/r/images/site/icons/plus-cion-green-fill.svg)

}
.fixed-menu li:nth-child(4) a:before{
    background-image: url(/v1.011/r/images/site/icons/Search.svg)
}
.fixed-menu li:nth-child(5) a:before{
    background-image: url(/v1.01/r/images/in2bet/icons/antepost-light.svg)
}
/* Active */ 

.fixed-menu li:first-child a.active:before{       
        background-image: url(/v1.0201/r/images/site/icons/home-icon-green-fill.svg);
}
.fixed-menu li:nth-child(2) a.active:before{
    background-image: url(/v1.01/r/images/in2bet/icons/live-color.svg) 
}
.fixed-menu li:nth-child(3) a.active:before{
}
.fixed-menu li:nth-child(4) a.active:before{
    background-image: url(/v1.01/r/images/in2bet/icons/highlights-color.svg)

}
.fixed-menu li:nth-child(5) a.active:before{
    background-image: url("/v1.01/r/images/in2bet/icons/antepost-color.svg")
}


.fixed-menu.bottom > app-widget-host {
    flex-direction:row;
}

.fixed-menu.bottom > app-widget-host .merge-fixed-menu {
    flex:1;
}
.footer-link-betslip {
    width:25vw;
    position: relative;
    font-size: 16px;
}
.footer-link-betslip > app-widget-host {
    align-items:center;
    height:100%;
    justify-content: center;
}
.footer-link-betslip .footer-link-icon > img{
    height:24px;
    width:24px;
}
.footer-link-betslip .bets-number-container {
    padding:0;
    position:absolute;
    width: 22px;
    height: 22px;
    background-color:var(--c-emphasis);
    color:var(--c-white);
    z-index:1;
    border-radius:50%;
    right:calc(50% - 24px);
    top: -4px;
    display: flex;
}
.footer-link-betslip .bets-number-container .bets-number {
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    line-height:18px;
}
.footer-link-betslip .betslip-counter-name {
    display:none;
}
/*****************************
   Mobile Right Navigation
******************************/

#root .mobile-navigation-view {
    box-sizing: border-box;
    border-top: 3px solid var(--c-text-e);
    position: fixed !important;
    height: 100%!important;
    border-radius: 0;
    -webkit-transform: translateX(0) translateX(env(safe-area-inset-right, 0))!important;
    -ms-transform: translateX(0) translateX(env(safe-area-inset-right, 0))!important;
    transform: translateX(0) translateX(env(safe-area-inset-right, 0))!important;
    width: 100vw!important;
    right: -100vw!important;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: var(--c-primary-c);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.mobile app-load{
    right: 0;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
.active-mobile-navigation-view .mobile app-load{
    z-index: 1011;
    position: absolute;
    right: 100vw;
    width: 100vw;
    overflow: hidden;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out
}
.mobile .header .mobile-menu-link {
    position: unset;
    height: 100%;
    opacity: 1;
    display: flex;
    flex: 0 0 25%
}
.mobile .header .mobile-nav-menu > app-widget-host {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: auto
}
.mobile .header .logo-section {
    flex: 0 0 40%
}
.mobile .header .logo-section > app-widget-host {
    display: flex;
    justify-content: center
}

.mobile .header .login-section,
.mobile .header .login-section.guest{
    flex: 1 0 25%
}
.mobile .header .login-section > app-widget-host{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    padding-right: 10px;
    /* padding-top: 5px; */
    /* padding-bottom: 5px; */
}

.mobile .header .login-section-column > app-widget-host{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.mobile .user-log > app-widget-host{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center

}

.login-column > app-widget-host{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center
}
.title-navigation,
.header-mobile app-content-block.title-navigation{
    display: flex;
    align-items: center;
    height: 40px;
    font-size: 18px;
    color: var(--c-white-e);
    text-transform: capitalize;
    text-align: center;
    line-height: 20px
}
.navigation-content .logo,
.login-modal-body .logo-img{
    display: flex;
    justify-content: center;
    margin: 50px 0
}
.mobile .internal-content .language{
    margin-top: 20px
}
.mobile .filter-language p-dropdown .ui-dropdown {
    width: 100%;
    border: 0
}
.navigation-content .tab{
    font-size: 18px;
    line-height: 30px;
    border-bottom: 1px solid var(--c-emphasis);
    color: var(--c-primary-c)
}
body .mobile-navigation-view .ui-dialog-content{
    background-color: var(--c-primary-b);
    border: 0;
}
.navigation-content .filter-language .ui-dropdown,
body .navigation-content .filter-language .ui-dropdown .ui-dropdown-trigger,
body .mobile .my-profile-tabs .ui-dropdown .ui-dropdown-trigger{
    background-color: var(--c-primary-b);
    color: var(--c-primary-c);
}
.navigation-content .filter-language .ui-dropdown-trigger-icon,
.mobile .my-profile-tabs .filter-language .ui-dropdown-trigger-icon{
    transform: rotate(-90deg)
}
.mobile .account .filter-language{
    max-width: 264px;
    margin: 0 auto
}
.mobile .account .filter-language > span{
    display: none
}
#root .mobile .account .filter-language label{
    color: var(--c-text-input);
}
.mobile .account .filter-language li{
    display: flex;
    align-items: center
}
#root .mobile .account .filter-language label span,
.mobile .account .filter-language li span{
    padding: 0 5px;
}


.header-navigation .login-button,
.user-balance-info .deposit.button,
.support-button {
    display: flex;
    justify-content: center;
    color: var(--c-primary-c);
    font-size: 18px;
    background-color: var(--c-emphasis);
    height: 40px;
    align-items: center;
    border-radius: 8px;
    margin-top: 30px
}
.mobile .header-navigation .login-button, .user-balance-info .deposit.button, .support-button a {
    color: var(--c-white-e);
}
.navigation-content .tab:before{
    content: "";
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center center
}
.navigation-content .tab:after{
    content: "";
    width: 30px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto
}
.navigation-content .language:before{
    background-image: url("/v1.01/r/images/tipster/language.svg")
}
.navigation-content .contact:before{
    background-image: url("/v1.01/r/images/tipster/contact.svg")
}
.navigation-content .information:before{
    background-image: url("/v1.01/r/images/tipster/info.svg")
}
.navigation-content .contact:after{
    background-image: url("/v1.01/r/images/megabet/arrow-right.svg")
}
.navigation-content .information:after{
    background-image: url("/v1.01/r/images/megabet/arrow-right.svg")
}


/*****************************
   Mobile Left Navigation
******************************/

.mobile-navigation-view-left{
    left: 0!important
}
.mobile-navigation-view-left .header-navigation > app-widget-host{
    position: relative;
    height: calc(100vh - 60px)
}

.mobile-navigation-view-left.ui-dialog .ui-dialog-content{
    height: calc(100vh - 60px);
    padding: 0
}
.menu-modal-left{
    height: calc(100vh - 120px);
    overflow-x: hidden;
    overflow-y: auto
}
.mobile .navigation-body .navigation-title {
    padding: 8px;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--c-black-e);
    background-color: var(--c-shade);
    height: 36px;
    display: flex;
    align-items: center;
}
.mobile .navigation-body .featured-leagues-header {
    background-color: var(--c-shade);
    font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
    color: var(--c-black-e);
}
.mobile .navigation-body .featured-leagues-header .featured-leagues-toggle {
    filter:invert(1)
}
.mobile .navigation-body .bet-caterories-menu .today-coupon {
    min-height: 45px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--c-shade-b)
}

.mobile .navigation-body .bet-caterories-menu .today-coupon app-content-block{
    display: flex;    
    align-items: center;
    padding-left: 5px;
}
.today-coupon > app-widget-host{
    align-items: center;
    background-color: var(--c-background);
    cursor: pointer;
    display: flex;
    height: 36px;
    justify-content: flex-start;
    margin-bottom: 4px;
    flex-direction: row
}
.today-coupon > app-widget-host::before{
    content: "";
    width: 36px;
    min-width: 36px;
    height: 34px;
    background-position: center;
    background-size: 18px;
    background-repeat: no-repeat;
    opacity: .8
}
.today-coupon.select-btn > app-widget-host::before{
    background-image: url(/v1.01/r/images/in2bet/icons/sports-light.svg)
}
.today-coupon.live-btn > app-widget-host::before {
    background-image: url(/v1.01/r/images/in2bet/icons/live-light.svg)
}
.today-coupon.today-btn > app-widget-host::before {
    background-image: url(/v1.01/r/images/in2bet/icons/today-light.svg)
}
.today-coupon.highlights-btn > app-widget-host::before{
    background-image: url(/v1.01/r/images/in2bet/icons/highlights-light.svg)
}
.today-coupon.bbuilder-btn > app-widget-host::before{
    background-image: url(/v1.01/r/images/site/icons/betbuilder-icon.svg)
}
.today-coupon.antepost-btn > app-widget-host::before{
    background-image: url(/v1.01/r/images/in2bet/icons/antepost-light.svg)
}
.mobile .navigation-body .menu li:first-child{
    display: none
}
.mobile .navigation-body .featured-leagues-content .featured-league,
.mobile .navigation-body .menu li{
    min-height: 48px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid var(--c-shade);
}
#root .mobile .navigation-body .featured-leagues-content .featured-league a,
.mobile .navigation-body .menu li a{
    color: var(--c-white);
    font-size: 16px;
    font-weight: bold;
    text-transform: capitalize;
    align-items: center
}
.mobile .navigation-body .menu li a:before{
    content:"";
    width:24px;
    height:24px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 0 10px;
}
.mobile .navigation-body .menu li:first-child a:before{
    background-image: url(/v1.01/r/images/in2bet/icons/sports-light.svg)
}
.mobile .navigation-body .menu li:nth-child(2) a:before{
    background-image: url(/v1.01/r/images/in2bet/icons/live-light.svg)
}
.mobile .navigation-body .menu li:nth-child(3) a:before{
    background-image: url(/v1.01/r/images/in2bet/icons/antepost-light.svg)
}
.mobile .navigation-body .featured-leagues-content,
.mobile .navigation-body .menu{
    background-color: var(--c-primary);
}
.mobile .navigation-body .menu{
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    flex-direction: column;
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.mobile .navigation-body .featured-league-sport{
    display: none
}

.mobile .navigation-body .nav-sports-header{
    display: flex;
    background-color: var(--c-tint)
}
.mobile .nav-sport.active .nav-sport-toggle,
.mobile .nav-sport .nav-sport-toggle{
    transform: rotate(-90deg);
    margin-left: auto
}



.header-navigation .nav-sport-wrapper.open,
.header-navigation .nav-category-wrapper.open{
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: 1;
    top: 60px;
    background-color: var(--c-background);
    flex-wrap: wrap;
    display: flex;
    overflow-y: auto;
    overflow-x: hidden
}
.header-navigation .nav-sport-wrapper.open .nav-sport-icon,
.header-navigation .nav-category-wrapper.open .nav-category-icon{
    display: none
}
.header-navigation .nav-sport-wrapper.open .nav-sport-back-button,
.header-navigation .nav-category-wrapper.open .nav-category-back-button{
    flex: 0 0 85%;
    display: flex;
    align-items: center;
    height: 44px;
    color: var(--c-black-e);
}
.header-navigation .nav-sport-wrapper.open .nav-sport-back-button:before,
.header-navigation .nav-category-wrapper.open .nav-category-back-button::before{
    content: "";
    background-image: url(/v1.01/r/images/site/icons/Arrow_Left.svg);
    background-size: 20px;
    background-position: center center;
    background-repeat: no-repeat;
    height: 44px;
    width: 44px;
    filter: invert(1);
}
.header-navigation .nav-sport-wrapper.open .nav-sport-counter,
.header-navigation .nav-category-wrapper.open .navbar-section-counter{
    flex: 0 0 15%;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-right: 15px
}
.header-navigation .nav-category-wrapper.open .nav-tournament .navbar-section-counter{
     padding-right: 35px
}
.header-navigation .nav-category-wrapper.open .nav-tournament .nav-tournament-name:after{
    content: "";
    background-image: url("/v1.01/r/images/site/icons/Arrow_Left.svg");
    transform: rotate(180deg);
    background-position: center center;
    background-size: cover;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 8px;
    position: absolute;
    right : 8px
}
.header-navigation .nav-sport-counter{
    padding-right: 8px;
}
.header-navigation .nav-sport-wrapper.open .nav-sport-panel{
    flex: 1 1 100%;
    height: 100%
}
.header-navigation .nav-sport-wrapper.open .nav-category-wrapper.nav-additional  .nav-category{
    display: none
}
.header-navigation .nav-sport-wrapper.open .nav-category-wrapper .nav-category .nav-category-toggle{
    order: 4;
    background-image: url("/v1.01/r/images/site/icons/Arrow_Left.svg");
    transform: rotate(180deg);
    background-position: center center;
    background-size: cover;
    display: block;
    width: 20px;
    height: 20px
}
.header-navigation .nav-sport-wrapper.open .nav-category-wrapper .nav-category .nav-category-icon {
    order: 1;
}
.header-navigation .nav-sport-wrapper.open .nav-category-wrapper .nav-category .nav-category-name{
    order: 2;
    width: 100%;
}
.header-navigation .nav-sport-wrapper.open .nav-category-wrapper .nav-category .navbar-section-counter{
    order: 3;
    margin-left: auto;
    padding-right: 8px
}

body:not(.sport-menu-nav-level-top) .navigation-body{
    display: none
}
.featured-leagues-header .featured-leagues-toggle:after{
    background-image: url("/v1.01/r/images/site/icons/Arrow_Down.svg");
    content: ""
}
/*****************************
     Mobile Register Form
******************************/

.mobile .register-modal{
    background-color: var(--c-primary-b);
    height: 100vh;
    min-height: 100%
}
.mobile .register-modal > app-widget-host{
    background-color: var(--c-primary-b)
}
.mobile .register-form-wrapper form > div > div{
    margin: 0 auto;
    padding: 50px
}
.mobile .register-form-wrapper .generic-form .form-row {
    flex-direction: column;
    align-items: flex-start;
    max-width: 264px
}
.mobile .register-form-wrapper .form-row label{
    justify-content: flex-start;
    color: var(--c-primary-c)
}
.mobile .reset-next-buttons-wrapper{
    padding-bottom: 20px;
    max-width: 264px
}
body .mobile .register-modal .ui-button,
.mobile .reset-next-buttons-wrapper .button-reset-register{
    display: flex;
    background-color: var(--c-emphasis);
    color: var(--c-primary-c);
    border: 0;
    width: 100%;
    justify-content: center;
    height: 40px;
    align-items: center;
    max-width: 261px;
    margin: 0 auto
}
.mobile .reset-next-buttons-wrapper .button-reset-register{
    height: 100%;
    background-color: var(--c-background-login-button);
    max-width: 100%;
    margin-right: 10px
}
.mobile .reset-next-buttons-wrapper [type=reset] {
    width: 100%
}
.mobile .reset-register-confirm{
    display: flex;
    flex: 0 0 50%
}
.mobile .reset-register-confirm {
    position: absolute;
    bottom: 100%;
    transform: translateY(-100%);
    color: var(--c-background-login-button)
}
.mobile .register-login-section > app-widget-host{
    flex-direction: row;
    color: var(--c-primary-c);
    font-size: 16px;
    justify-content: center;
    margin-bottom: 30px;
}
.mobile .register-login-section > app-widget-host .login-button{
    font-weight: bold;
    margin-left: 5px;
    color: var(--c-primary-c);
}
.mobile .register-form-wrapper .form-row .form-element-wrapper input{
    background-color: transparent;
    border-bottom: 1px solid var(--c-emphasis);
    border-radius: 0;
    color: var(--c-primary-c);
    width: 100%
}
.mobile .register-form-wrapper .form-row .form-element-wrapper input::placeholder{
    color: var(--c-primary-c);
    opacity: .6
}
.mobile app-date-field .form-element-wrapper ngx-combo-datepicker{
    width: 100%;
    max-width: 100%
}
.mobile .form-element-wrapper select{
    background-color: transparent;
    color: var(--c-primary-c);
    border-bottom: 1px solid var(--c-emphasis);
    border-radius: 0
}
.mobile .form-element-wrapper select option{
    background-color: var(--c-background-input);
    color: var(--c-text-input)
}
.mobile .register-form-wrapper .generic-form .checkbox-wrapper{
    flex-direction: row
}
#root .mobile .generic-form tel-input p-dropdown{
    border-bottom: 1px solid var(--c-emphasis);
    margin: 0;
    border-radius: 0
}
#root .mobile tel-input .ui-dropdown{
    background-color: transparent;
    border: 0
}
.mobile .register-form-wrapper .form-row tel-input label{
    justify-content: center;
    background-color: transparent
}

/*****************************
     Mobile Login
*****************************/

.header-mobile{
    background-color: var(--c-emphasis);
    border-bottom: 1px solid var(--c-emphasis);
    padding: 0 20px;
    height: 60px;
    display: flex
}
.header-mobile > app-widget-host,
.deposit-content-header > app-widget-host,
.deposit-method-merge > app-widget-host{
    flex-direction: row;
    justify-content: space-between;
    align-items: center
}
.header-mobile app-back-button a,
.header-mobile app-content-block,
.transactions .user-balance-row app-content-block {
    color: var(--c-white-e);
    font-size: 16px;
    font-size: 13px;
    height: 100%;
    display: flex;
    align-items: center;
    text-transform: uppercase
}
.header-mobile .title-navigation{
    border: 0
}
.mobile .login-modal-body{
    background-color: var(--c-primary-b);
    height: 100vh
}
.mobile .login-modal-body > app-widget-host{
    height: 100%
}
.mobile .login-modal-body .login-form > div{
    flex-direction: column;
    width: 100%;
    margin: 0 auto;
    max-width: 420px
}
.mobile .login-modal-body .login-form > div label{
    font-size: 13px;
    color: var(--c-primary-c);
    line-height: 30px;
    width: 100%
}
.mobile .generic-form .form-row .form-element-wrapper{
    width: 100%
}
.mobile .login-modal-body .login-form > div input{
    font-size: 16px;
    line-height: 30px;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid var(--c-emphasis);
    color: var(--c-white-e);
    border-radius: 0;
}
.mobile .login-modal-body .login-modal-body .login-form{
    padding-top: 30px
}
.mobile .login-modal-body .login-modal-body .login-form iu-button{
    padding: 0 30px
}
.mobile .generic-form .form-row.username-row,
.mobile .generic-form .form-row.password-row {
    justify-content: flex-start;
    align-items: flex-start;
    height: 62px;
    margin-bottom: 30px;
    flex-direction: column;
    height: 100%;
    padding: 0 15px
}
.mobile .generic-form .form-row input{
    color: var(--c-primary-c);
    background-color: transparent;
    border-bottom: 1px solid var(--c-tint-b);
    border-radius: 0;
    align-items: unset;
    justify-content: center
}
input::-webkit-input-placeholder,
input:-ms-input-placeholder,
input::placeholder{
    color: var(--c-primary-c);
}


/*****************************
      Forgot Password
*****************************/

.mobile .register-modal .forgot-content {
    font-size: 18px;
    padding: 20px 20px 0;
    line-height: 20px
}
.mobile .forgot-menu #forgotpass .form-row {
    flex-direction: column;
    padding: 0 20px 20px
}
.mobile .forgot-menu #forgotpass label{
    justify-content: flex-start
}
.mobile .register-modal .forgot-menu .form-element-wrapper input{
    background-color: transparent;
    border-bottom: 1px solid var(--c-emphasis);
    border-radius: 0;
    color: var(--c-white-e);
    max-width: 100%;
    height: 100%
}

.mobile .forgotpass > app-widget-host{
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--c-primary-c);
    padding: 20px 0
}

/* Virtuals Page */

.mobile .virtual .body{
    margin-top: 150px
}
.mobile .virtual .body .virtual-page{
    display: flex;
    width: 100%
}

/*****************************
       Sports Coupon
******************************/

.mobile .events-sport-coupon-title {
    font-size: 18px;
    text-align: center;
    color: var(--c-white);
    font-weight: bold;
    text-transform: uppercase;
    padding: 30px 0 20px
}

.mobile .main-coupon-v1{
    padding: 10px;
    font-size: 16px;
}
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper{
    border-radius: 8px
}
.mobile .main-coupon-v1 .sports-coupon.small app-events-list > app-breaks-events .events-tournament-content{
    padding: 0
}
.mobile .main-coupon-v1 .sports-coupon.small app-market-headings-container{
    display: none
}
.mobile .main-coupon-v1 .sports-coupon.small .events-tournament-header{
    width: auto
}
.mobile .main-coupon-v1 .sports-coupon.small .tournament-header-wrapper{
    padding: 10px;
    /* background: var(--c-primary-b); */
}
.mobile .main-coupon-v1 .sports-coupon.small .tournament-header-wrapper .toggle-button,
.mobile .nav-sport .nav-sport-toggle{
    background-image: url("/v1.01/r/images/site/icons/Arrow_Down.svg");
    width: 16px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    order: 4;
    margin-right: 5px
}
.mobile .sports-coupon .tournament-favorite {
    display:none
}
.mobile .main-coupon-v1 .sports-coupon.small .tournament-header-wrapper .toggle-button.expanded,
.mobile .nav-sport.active .nav-sport-toggle{
    transform: rotate(180deg)
}
.mobile .main-coupon-v1 .sports-coupon.small .tournament-header-wrapper .toggle-button{
    margin-left: auto
}
.mobile .main-coupon-v1 .sports-coupon.small .events-category-tournament-names{
    text-transform: capitalize;
    align-items: center;
    line-height: 20px;
}
.mobile .main-coupon-v1 .sports-coupon.small .item-info-wrapper{
    max-width: 100%;
    min-width: auto;
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.mobile .main-coupon-v1 .sports-coupon.small .item-info-wrapper .match-info{
    flex-direction: column;
    /* display: contents; */
    
}
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper:not(.match-is-live) .item-info-wrapper .match-info {
    flex: unset;
    width: 100%;
}
.mobile .main-coupon-v1 .sports-coupon.small .match-info .match-schedule{
    /* width: 50%; */
    height: auto;
    margin-right: 0;
    margin-bottom: 8px;
    margin-top: 8px;
    flex-wrap: nowrap;
    order: 0;
}
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper:not(.match-is-live) .match-info .match-schedule {
    margin-top:0
}
.mobile .main-coupon-v1 .sports-coupon.small .match-info .match-schedule .match-locked {
    display:none;
}
.mobile .main-coupon-v1 .sports-coupon.small .match-info .match-schedule .match-date{
    margin: 0;
    padding: 5px 7px;
    border-bottom-left-radius: 5px;
    background-color: var(--c-emphasis);
    font-size: 14px;
}
body .mobile  .main-coupon-v1 .sports-coupon.small .match-is-live .item-info-wrapper .match-info .match-live {
    padding:0;
    width:12px;
    height:12px;
    border-radius:50%;
    font-size:0px;
    background-color:var(--c-green);
    order: -1;
    margin-right: 5px;
}
.mobile .main-coupon-v1 .sports-coupon.small .match-info .match-schedule .match-date{
    color: var(--c-white-e)
}
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper .match-schedule .match-progress{
    display: flex
}
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper .match-schedule .match-progress .match-period {
    display:none;
}
.mobile .main-coupon-v1 .sports-coupon.small .match-info .match-schedule .match-time,
.mobile .live-page .main-coupon-v1 .sports-coupon.small .item-info-wrapper .match-info .match-progress{
    padding: 5px 10px;
    border-bottom-right-radius: 5px;
    background-color: var(--c-background);
    font-size: 14px;
}
.mobile .live-page .main-coupon-v1 .sports-coupon.small .match-info{
    width: calc(100% - 36px)
}
.mobile .main-coupon-v1 .sports-coupon.small .match-info .match-schedule .match-code{
    padding-left: 5px;
    font-size: 14px;
}
.mobile .main-coupon-v1 .sports-coupon.small .match-info .match-teams{
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    /* margin-bottom: 7px; */
    display: flex;
    flex-direction: row;
    text-overflow: ellipsis;
}

.mobile .main-coupon-v1 .sports-coupon.small .match-info .match-teams > div{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 50%;
    width: 100%;
    text-align: center;
}
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper.match-is-live .match-info .match-teams {
    flex-wrap:wrap;
}
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper.match-is-live .match-info .match-teams > div{
    max-width:100%;
    text-align:left;
    /* margin-bottom: 0px; */
}
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper.match-is-live .match-live-info {
    display:flex;
    font-weight:bold;
}
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper.match-is-live .match-live-info >div:not(.match-score-server-set-wrapper) {
    display:none
}
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper.match-is-live .match-live-info >div.match-score-server-set-wrapper {
    display:flex;
    align-items:flex-end;
    margin-left: unset;
}
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper.match-is-live .match-live-info >div.match-score-server-set-wrapper .match-score-separator {
    display:none;
}
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper.match-is-live .match-live-info .match-score > div,
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper.match-is-live .match-live-info .match-game-scores-wrapper > div,
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper.match-is-live .match-live-info .set-score > div{
    line-height:20px;
    text-align:center;
}
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper.match-is-live .match-live-info .match-score > div.match-score-home,
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper.match-is-live .match-live-info .match-game-scores-wrapper > div.game-score-home,
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper.match-is-live .match-live-info .set-score > div.set-score-home{
    margin-bottom:5px
}
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper.match-is-live .match-live-info .match-score,
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper.match-is-live .match-game-scores-wrapper {
    margin-right:5px;
    /* padding: 0px; */
}
.mobile .main-coupon-v1 .sports-coupon.small .events-item-wrapper:not(.match-is-live) .match-info .match-teams > div.match-team-separator {
    width:36px;
    display:flex;
    justify-content:center;
    padding: 0 5px;
}
.mobile .main-coupon-v1 .sports-coupon.small .match-links {
    right: 10px;
    top: 0;
    left: auto;
    height: auto;
    /* padding: 5px; */
    order: 0;
    position: absolute;
    align-items: center;
    bottom: unset;
    flex: 1;
    padding: 2px 0px;
}
.mobile .main-coupon-v1 .sports-coupon.small .match-links .match-favorite,
.mobile .main-coupon-v1 .sports-coupon.small .match-links .match-statistics{
    margin: 0 10px;
    order: unset;
    width: 24px;
    height: 24px;
    background-size: 24px;
}
.mobile .main-coupon-v1 .sports-coupon.small .match-links .match-more-markets{
    margin: 0;
    min-width: 46px;
    font-size: 16px;
    line-height: 16px;
    color: var(--c-black);
}
.mobile .main-coupon-v1 .sports-coupon.small .match-links .match-more-markets::after{
    content: "\203A";
    font-size: 20px;
    line-height: 13px;
    height: 15px;
    padding-bottom: 0px;
    margin-left: 3px
}
body .mobile .sports-coupon.small .match-markets-wrapper{
    flex-basis: auto;
    /* width: 150px; */
    padding:5px 0px ;
    /* padding: 35px 0 10px; */
    align-items: flex-end
}
body .mobile .sports-coupon.small .match-markets-wrapper app-l-cpn-market-alternatives {
    width:100%;
}
body .mobile .main-coupon-v1 .sports-coupon.small .match-markets-wrapper .match-market{
    padding: 0
}
.mobile .main-coupon-v1 .sports-coupon.small .match-market .coupon-market-name{
    display: none
}
body .mobile .main-coupon-v1 .sports-coupon.small .match-markets-wrapper .match-market .match-market-wrapper{
    /* flex: 0; */
    justify-content: flex-end;
    flex-wrap: wrap
}
.mobile .main-coupon-v1 .match-markets-wrapper .match-odd.odd-locked{
    border: 0
}
body .mobile .main-coupon-v1 .sports-coupon.small .match-markets-wrapper .match-market .match-odd .odd{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 17px;
    font-size: 16px;
    -webkit-transition: opacity .25s ease-in-out;
    -moz-transition: opacity .25s ease-in-out;
    -ms-transition: opacity .25s ease-in-out;
    -o-transition: opacity .25s ease-in-out;
    transition: opacity .25s ease-in-out;
    color: var(--c-black-e);
}
body .mobile .main-coupon-v1 .sports-coupon.small .match-markets-wrapper .match-market .match-odd .odd .mobile-outcome{
    opacity: .8;
    padding-bottom: 3px;
    /* margin: 0 auto; */
    font-weight: normal;
    font-size: 16px;
    color: var(--c-emphasis);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 32px
}
body .mobile .main-coupon-v1 .sports-coupon.small .match-markets-wrapper .match-market .match-odd .odds-bet-slip-selected .odd .mobile-outcome{
    color: var(--c-white-e);
}
.main-coupon-v1 .events-sport-wrapper .events-sport-header{
    background-color: transparent;
    margin-top: 15px;
    padding: 0;
    justify-content: flex-end;
    padding-right: 10px;
    align-items: flex-end;
    display: none
}
.main-coupon-v1.closingsoon-block .events-sport-wrapper .events-sport-header{
    height: 100%;
    margin: 0
}
.mobile .main-coupon-v1 .has-bet-builder{
    position: absolute;
    right: 138px;
    top: 4px
}
.mobile .bet-builder .main-coupon-v1 .has-bet-builder{
    right: 90px
}
.mobile .match-carousel .has-bet-builder{
    position: absolute;
    right: 15px;
    top: 50px
}
.mobile .main-coupon-v1 .match-markets-wrapper .match-odd{
    font-size: 12px;
}
.mobile .main-coupon-v1.highlights-block .market-drop-down-heading{
    display: none
}
/*****************************
         Home Page
******************************/
.mobile .carousel .slideshow-container{
    height: 100%!important
}
.main-content-mobile{
    display: flex;
    width: 100%;
    background-color: var(--c-background);
    position: relative
}
.desktop .match-carousel{
    padding: 10px 0    
}
.match-carousel .events-sport-wrapper > div:nth-child(2){
    display: flex
}
.mobile .match-carousel-block .events-sport-wrapper .ng-trigger-fadeInOut{
    display: flex
}
.mobile .mobile-bannder-carousel{
    margin: 5px
}
.mobile .banner{
    height: calc(100vw / 4.46);
    width: 100%;
    display: flex
}
.mobile .banner .register-button,
.mobile .forgotpass > app-widget-host button,
.mobile .responsible-gaming-info button{
    margin: 15px auto;
    font-size: 18px;
    color: var(--c-primary-c);
    background-color: var(--c-emphasis);
    padding: 10px 20px;
    width: 100%;
    display: flex;
    justify-content: center;
    max-width: 261px
}
.mobile .forgotpass > app-widget-host button {
    background-color: transparent;
    color: var(--c-primary-c)
}
.mobile .login-modal-body .login-form > ui-button button{
    display: flex;
    width: 100%;
    justify-content: center;
    text-transform: uppercase;
    background-color: var(--c-green);
    color: var(--c-primary-c);
    border-radius: var(--r-lg);
    max-width: 264px;
    margin: 0 auto
}
.mobile .button-submit-login {
    width: 100%
}
.mobile .button-submit-login .button-label{
    color: var(--c-white-e);
    background-color: var(--c-green);
    width: 100%
}
.mobile .header-navigation .registerbutton button{
    max-width: 264px;
    margin: 0 auto;
    display: flex;
    width: 100%;
    justify-content: center;
    text-transform: uppercase;
    background-color: var(--c-emphasis);
    border-radius: var(--r-lg);
    padding: 10px 020px;
    color: var(--c-primary-c)
}
.mobile .registration-bonus > app-widget-host{
    flex-direction: row;
    justify-content: center;
    font-size: 26px;
    line-height: 42px;
    text-transform: uppercase;
    font-weight: bold;
    text-shadow: 0px 0px 6px rgba(0, 0, 0, .6);
}
.mobile .registration-bonus .main-color{
    color: var(--c-primary-c);
    margin-right: 6px
}
.mobile .registration-bonus .bonus-color{
    color: var(--c-emphasis)
}
.mobile .banner .register-button{
    width: auto;
    text-transform: uppercase;
    color: var(--c-white-e);
    font-weight: bold;
}
.mobile .highlights-all{
    color: var(--c-white-e)
}
.mobile .highlights-all > div{
    display: flex;
    justify-content: center;
    align-content: center;
    padding: 15px 0;
    cursor: pointer
}


/* Match Carousel */

#root .match-carousel .events-sport-header,
#root .match-carousel .events-tournaments-wrapper .events-tournament-header,
#root .match-carousel .markets-header-wrapper{
    display: none
}
#root .match-carousel app-events-list{
    display: flex;
    overflow-y: hidden
}
#root .match-carousel .events-tournament-content{
    display: flex;
    padding: 7px;
    background-color: var(--c-primary-b)
}
#root .match-carousel .events-tournament-content .events-tournament-wrapper{
    display: flex;
}
#root .match-carousel .events-tournament-content .events-tournament-wrapper .events-item-wrapper{
    min-width: 250px;
    padding-bottom: 10px;
    border-radius: var(--r-lg);
    background-color: var(--c-primary);
    margin-right: 5px;
    position: relative;
    overflow: hidden
}

#root .match-carousel .match-info{
    display: flex;
    flex-wrap: wrap;
    padding: 15px
}
#root .mobile .match-carousel .match-info{
    padding: 8px
}
#root .match-carousel .match-schedule{
    display: flex;
    justify-content: flex-end;
    flex: 1 1 50%;
    order: 2;
    width: 100%;
    margin: 0;
    align-items: center;
    color: var(--c-white-e);
    padding-left: 5px;
}
#root .match-carousel .match-schedule > div{
    padding-left: 5px;
}
#root .match-carousel .match-schedule .match-code,
#root .match-carousel .match-schedule .match-total-markets{
    display: none
}
#root .match-carousel .match-type{
    display: flex;
    flex: 1 1 50%;
    order: 1;
    height: 100%;
    align-items: center;
    color: var(--c-white-e);
    padding-right: 5px
}
#root .match-carousel .match-type .match-sport,
#root .match-carousel .match-type .match-category{
    display: none
}
#root .match-carousel .match-type .match-tournament{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}

#root .match-carousel .match-type .events-category-flag{
    margin: 0 5px 0px 0px;
    background-repeat: no-repeat;
    height: 16px;
    width: 16px
}
#root .match-carousel .match-type .events-category-flag.europe{
    background-image: url(/v1.01/r/images/site/international-clubs.svg);
    background-size: cover;
    background-position: center center
}
#root .match-carousel .match-teams{
    flex: 1 1 100%;
    order: 3;
    overflow: hidden;
    color: var(--c-white-e);
    margin-top: 15px
}
#root .mobile .match-carousel .match-teams{
    margin: 0
}
#root .match-carousel .match-teams > div{
    padding: 2px 0;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap
}
#root .match-carousel .match-market{
    display: none
}
#root .match-carousel .match-market.market-0{
    display: block
}
#root .match-carousel .match-market .match-market-wrapper{
    display: flex;
    padding: 0 15px
}
#root .match-carousel .match-market .match-odd{
    margin-right: 5px;
    width: 100%;
    overflow: hidden
}
#root .match-carousel .match-market .match-odd:first-child{
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}
#root .match-carousel .match-market .match-odd:last-child{
    margin-right: 0;
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px
}
#root .match-carousel .match-market .odds-selection-default{
    display: flex;
    color: var(--c-primary-c);
    background-color: var(--c-primary-b)
}
#root .match-carousel .match-market .odds-selection-default.odds-bet-slip-selected{
    background-color: var(--c-emphasis);
    color: var(--c-black-e)
}
#root .match-carousel .match-market .odds-selection-default .odd{
    padding: 5px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    line-height: 14px;
    font-weight: bold
}
#root .match-carousel .match-market .odds-selection-default .odd .mobile-outcome{
    font-weight: normal
}
#root .match-carousel .match-market .odds-selection-default.odds-bet-slip-selected .odd .mobile-outcome{
    color: var(--c-primary-c)
}
body .match-carousel .sports-coupon.small .match-markets-wrapper .match-market .match-odd .odd .mobile-outcome{
    margin: unset
}
#root .match-carousel .match-links{
    display: none
}
.match-carousel .match-type .match-sport-icon:not(.events-category-flag):not(.match-page-country-flag){
    width: 100px;
    height: 100px;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    right: -25px;
    top: -5px;
    opacity: .1
}




/*****************************
    Sports Outrights Page
*****************************/

.mobile .outrights-page .sports-filter{
    max-width: 100%;
    margin-left: 0;
    padding: 0 5px;
    margin-top: 15px
}
.mobile  .sports-filter .matches-counter{
    right: 10px
}
.mobile .outrights-page .events-sport-wrapper .events-sport-header{
    padding: 0 10px
}
.mobile .outrights-page .events-sport-wrapper .events-category-header-outrights{
    padding: 10px;
    color: var(--c-primary-c)
}
.mobile .outrights-page .events-category-header-outrights .toggle-button{
    margin-right: 15px
}
.mobile .outrights-page .outright-markets .outright-competitor{
    flex: 100%
}
.mobile .outrights-page .outright-markets .outright-competitor > .outright-competitor-name{
    color: var(--c-white-e)
}
.mobile .outrights-page .events-tournament-content{
    padding: 0 10px
}
.mobile .outrights-page .events-tournament-content .events-tournament-wrapper > app-breaks-events-item{
    border-radius: 8px
}
.mobile .outrights-page .events-sport-wrapper .events-sport-header .allow-expand-everything{
    margin-right: 12px
}
.mobile .outrights-page .outright-markets .outright-odd{
    font-weight: bold;
    color: var(--c-white-e)
}


/*****************************
    Sports Select Page
*****************************/

.mobile .nav-sports-header,
.mobile .nav-featured-select-all,
.mobile .nav-featured-remove-all,
.mobile .nav-sport-select-all,
.mobile .nav-sport-remove-all{
    display: none
}
.mobile .league-select-go{
    display: flex;
    justify-content: flex-end;
    width: 100%;
    padding: 10px;
    border-bottom: 1px solid var(--c-emphasis)
    align-items: center
}
.mobile .league-select-go .min-selections-error{
    color: var(--c-primary-c);
    display: block;
    flex-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    padding-right: 5px
}

.mobile .league-select-go button{
    height: 36px;
    margin: 0;
    width: 90px
}
.mobile .nav-sports.nav-sports-page button.nav-submit-button{
    background-color: var(--c-green);
    color: var(--c-primary-c);
    font-weight: bold;
    order: 2
}
.mobile .nav-sports.nav-sports-page button.nav-reset-button{
    background-color: var(--c-background-login-button);
    color: var(--c-primary-c);
    font-weight: bold;
    order: 1
}
.mobile .league-select-go .nav-submit-go{
    margin-right: 5px
}
.mobile .nav-featured-toggle{
    transform: rotate(0deg)
}
.mobile .nav-featured-header.expanded .nav-featured-toggle {
    transform: rotate(180deg)
}
.mobile .nav-favorites-wrapper .nav-favorites-header{
    padding: 10px
}
.mobile .nav-featured-icon{
    margin: 0 4px
}
.mobile .nav-featured-name{
    padding: 0
}
.mobile .nav-featured-subwrapper{
    background-color: transparent
}
.mobile .nav-featured-panel{
    flex-direction: column
}
.mobile .nav-featured-header,
.mobile .nav-feature,
.mobile .nav-sport,
.mobile .nav-category,
.mobile .nav-tournament{
    display: flex;
    width: 100%;
    height: 42px;
    border-bottom: 1px solid var(--c-shade);
    background-color: var(--c-primary);
    align-items: center;
    padding: 0 5px;
    position: relative
}
.mobile .nav-category-panel .nav-tournament, .mobile .nav-featured-panel .nav-feature {
    background-color: var(--c-primary);
}
.mobile .nav-sport,
.mobile .nav-category{

}
.mobile .nav-sport-wrapper .nav-sport .nav-sport-name{
    width: 100%
}
.mobile .nav-sport .sport_checkbox,
.mobile .nav-category .category_checkbox{
    order: 3;
    margin-left: auto;
    margin-right: 14px
}
.mobile .nav-category .nav-category-icon,
.mobile .nav-tournament .nav-tournament-icon{
    margin: 0 15px 0 4px
}
.mobile .nav-category .nav-category-icon{
    order: 1
}
.mobile .nav-category .nav-category-name{
    order: 2
}

.mobile .sports-select-page .filter-schedule .filter-schedule-item{
    flex: 1;
    color: var(--c-white-e)
}

.mobile .sports-select-page .nav-category-wrapper .nav-category{
    position: relative
}
/*.mobile .sports-select-page .nav-category-wrapper .nav-category.active .nav-category-toggle{
    -webkit-transform: translate3d(0, 0%, 0) rotate(-45deg);
    transform: translate3d(0, 0%, 0) rotate(-45deg)
}*/
.mobile .sports-select-page .nav-category-wrapper .nav-category .nav-category-toggle{
    margin-right: 5px
}
.mobile .nav-sports .nav-category button{
    order: 5;
    padding: 6px 10px
}
.mobile .nav-sports .nav-category button .nav-category-go{
    margin-right: 5px
}
.mobile .nav-sports .nav-tournament-favorite{
    display: none
}
.mobile .nav-tournament .tournament_checkbox{
    margin-left: auto;
    margin-right: 34px
}
.nav-sports .nav-sport-wrapper .nav-sport-panel .nav-category-wrapper .nav-category-panel{
    height: 100%;
    width: 100%
}
.nav-sports .nav-sport-wrapper .nav-sport-panel .nav-category-wrapper .nav-category-panel.hide-category-panel{
    height: 0;
    visibility: hidden;
    width: 100%
}
.nav-sports .nav-sport-wrapper .nav-sport-panel .nav-category-wrapper .nav-category-panel .nav-tournament-name{
    width: 100%;
    height:100%;
    display: flex;
    align-items: center;
    padding-left: 10px
}
.nav-sport-wrapper{
    background-color: transparent;
    font-size: 15px;
}
.mobile .nav-category-wrapper{
    background-color: var(--c-primary-b)
}
.mobile .nav-additional + .nav-category-wrapper,
.mobile .nav-tournament-wrapper:first-child{
    border-top:1px solid var(--c-shade)
}
/*****************************
         Sports Page
******************************/

.mobile ul.sport-breadcrumbs{
    white-space: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    padding: 0;
    margin: 8px 0;
    background-color: transparent;
    align-items: center;
    padding-bottom: 5px;
    height: 49px
}
.mobile ul.sport-breadcrumbs > li{
    font-size: 18px
}

.mobile ul.sport-breadcrumbs > li .br-name{
    color: var(--c-primary-c);
    font-size: 14px;
    text-transform: uppercase;
    background-color: var(--c-primary-b)
}
.mobile ul.sport-breadcrumbs > li:before {
    border-top: 18px solid var(--c-primary-b);
    border-bottom: 18px solid var(--c-primary-b)
}

.mobile .page-filters-button{
    flex: 1
}
.mobile .page-filters-button > app-widget-host{
    flex-direction: row;
    height: 100%;
    justify-content: flex-end;
    align-items: center;
    padding-right: 10px
}
.mobile ul.sport-breadcrumbs > li:last-child:after{
    border-left: 18px solid  var(--c-primary-b)
}
.mobile .page-filters-button .filter-label{
    color: var(--c-white-e);
    padding-right: 8px;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase
}
.mobile .page-filters-button .filter-icon > img{
    height: 25px;
    width: 25px
}
.mobile .sports-page-controls{
    width:100%;
    margin: 0;
    padding: 50px 10px 0;
    max-height: 0;
    overflow: hidden;
    -moz-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out
}
body.toggle-filters .mobile .sports-page-controls{
    max-height: 200px;
}
.mobile .sports-page-controls > app-widget-host{
    flex-direction: column;
    justify-content: unset
}
.mobile .sports-page-controls .page-sort-by{
    width: 100%
}
.mobile .sports-page-controls .page-sort-by > app-widget-host{
    flex-direction: row;
    width: 100%;
    height: 50px;
    align-items: center
}
.mobile .sports-page-controls .sports-page-filter{
    flex: 1;
    display: flex;
    justify-content: flex-end
}
.mobile .sports-page-controls .page-filter{
    flex: 1
}
.mobile .sports-page-controls .page-filter > app-widget-host{
    flex-direction: row;
    height: 50px;
    align-items: center
}
.mobile .sports-page-controls .page-filter-label{
    min-width: 80px
}
.mobile .sports-page-controls .dates-filter{
    max-width: calc(100vw - 100px);
    overflow-x: auto;
    overflow-y: hidden
}
body .mobile .sports-page-controls ul li > span{
    white-space: nowrap
}
.mobile .sports-page .sports-coupon app-markets-switch-list ul{
    flex-wrap: nowrap;
    overflow-x: auto
}
.mobile .sports-page .sports-coupon app-markets-switch-list ul li{
    overflow: initial;
    display: flex;
    justify-content: center;
    font-weight: bold;
    flex: 0;
    /* opacity: 0.5; */
}
.mobile .sports-page .sports-coupon app-markets-switch-list ul li.selected{
    opacity: 1
}
.mobile .sports-page .market-drop-down-heading{
    display: flex;
    justify-content: flex-end;
    margin-left: 12px;
    padding: 8px;
    border: 1px solid var(--c-shade);
}
.mobile .sports-page .timerange-title{
    font-size: 16px;
    font-weight: bold;
    color: var(--c-white);
    margin: 20px 10px
}

/*****************************
          Match Page
******************************/

.mobile .single-match-info .markets-match-header{
    flex-direction: column;
    align-items: center;
    padding: 0 10px;
    margin-top: 20px
}
.mobile .single-match-info .match-date-and-time{
    margin-left: 0;
    /* color: var(--c-primary-c); */
}
.mobile .single-match-info .match-date-and-time,
.mobile .single-match-info .match-date-and-time{
    line-height: 20px
}
.mobile .single-match-info .markets-match-data .markets-match-code:before{
    content: "Game Code:";
}
.mobile .single-match-info .match-time{
    /* color: var(--c-primary-c); */
}
.mobile .single-match-info .markets-match-name{
    font-size: 18px;
    display: flex;
    position: relative;
    align-items: center;
    width: 100%;
    line-height: 22px
}
.mobile .single-match-info .markets-match-name .markets-team-name:first-child{
    margin-right: 0;
    flex: 0 1 50%;
    padding-right: 15px;
    text-align: right
}
.mobile .single-match-info .markets-match-name .markets-team-name:first-child:after{
    font-size: 17px;
    margin-left: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 5px;
    border-radius: 50px
}
.mobile .single-match-info .markets-match-name .markets-team-name:last-child{
    flex: 0 1 50%;
    padding-left: 15px
}
.mobile .match-market-group button{
    /*padding: 0 20px;*/
    /* width: auto; */
    margin-bottom: 5px;
}
.mobile .match-market-group button span{
    white-space: nowrap
}
.mobile .match-market-group .market-groups {
    flex-wrap: nowrap;
    flex-direction: row;
    overflow-x: auto;
    width: 100%;
}
#root .betbuilder-toggle .toggle-switch-container {
    display: flex;
    align-items: center;
    padding-bottom: 10px;
    gap: 10px
}
#root .betbuilder-toggle .toggle-switch-text{
    font-size: 16px;
    font-weight: bold;
    white-space: nowrap
}
#root .betbuilder-toggle .slider{
    cursor: default;
    border-radius: 20px;
    background-color: transparent;
    border: 1px solid var(--c-emphasis);
}
#root .betbuilder-enabled .betbuilder-toggle .slider{
    background-color: var(--c-emphasis);
}
#root .betbuilder-toggle .slider:before{
    border-radius: 50%;
    background-color: var(--c-emphasis);
    top: 50%;
    transform: translate(0, -50%)
}
#root .betbuilder-enabled .betbuilder-toggle .slider:before{
    background-color: var(--c-background);
    transform: translate(26px, -50%)
}
.mobile .markets-content-wrapper .match-markets-wrapper .market-group{
    flex-direction: column;
    border-right: 1px solid var(--c-tint);
    border-bottom: 1px solid var(--c-tint);
    border-radius: 0
}
.mobile .markets-content-wrapper .match-markets-wrapper .market-group .market-group-header{
    margin-left: 0
}
.mobile .markets-content-wrapper .match-odd,
.mobile .match-page .match-markets-wrapper .match-odd.odd-locked, .live-match-page .match-markets-wrapper .match-odd.odd-locked,
.mobile .markets-content-wrapper .match-markets-wrapper .match-market .market-special{
    border: 1px solid var(--c-tint);
    border-right: 0;
    border-bottom: 0
}
.mobile .markets-content-wrapper .match-odd {
    border-right:1px solid var(--c-shade)
}
.mobile .markets-content-wrapper .over-3 .match-odd {
    max-width:50%;
    flex:1 1 50%;
    border-top:1px solid var(--c-shade)
}
.mobile .markets-content-wrapper .match-odd:last-child {
    border-right:0
}
.mobile .markets-content-wrapper  .market-special ~ .market-content .match-odd:first-child {
    border-left:1px solid var(--c-shade)
}
/* Mobile Back button and Breadcrumbs  */

.mobile .info-header > app-widget-host{
    display: flex;
    flex-direction: row;
    background-color: transparent;
    border-top: 1px solid var(--c-shade);
    border-bottom: 1px solid var(--c-shade);
}
.mobile .sports-page .info-header > app-widget-host{
    position: absolute;
    top: 0
}
.mobile .sports-page-coupon{
    z-index: 1
}
.mobile .info-header .back{
    min-width: 50px;
    height: 50px;
    /* border-right: 2px solid var(--c-primary-b); */
    justify-content: center;
    z-index: 2;
    top: 0;
    padding-left: 10px;
    padding: 0;
    background-color: var(--c-background)
}
.mobile .info-header .back a{
    display: flex;
    align-items: center;
    color: var(--c-black-e);
    height: 100%;
}
.mobile .info-header .back:before{
    content: "";
    border: solid var(--c-primary-c);
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(135deg);
    margin-right: 5px;
}
.mobile .info-header .match-info{
    overflow: hidden
}
.mobile .info-header ul.sport-breadcrumbs,
.mobile .info-header ul.match-breadcrumbs{
    margin-bottom: 0;
    white-space: nowrap;
    flex-wrap: nowrap;
    height: 50px;
    overflow-x: auto;
    margin: 0 10px;
    padding-left: 60px;
}
.mobile ul.match-breadcrumbs > li,
.mobile ul.sport-breadcrumbs > li{
    margin-right: 5px;
}
.mobile ul.match-breadcrumbs > li:first-child {
    margin-left: 60px;
}

.mobile ul.sport-breadcrumbs::-webkit-scrollbar,
.mobile ul.match-breadcrumbs::-webkit-scrollbar{
    display: none
}
.mobile .info-header  ul.match-breadcrumbs > li{
    font-size: 14px
}
.mobile .info-header li.teams{
    display: none
}
.mobile .live-match-page .info-header ul.match-breadcrumbs li.sport-br,
.mobile .live-match-page .info-header ul.match-breadcrumbs li.category-br,
.mobile .live-match-page .info-header ul.match-breadcrumbs li.tournament-br{
    display: flex
}

/*****************************
        Live Page
*****************************/

.mobile .live-page .events-sport-wrapper .events-sport-header .events-sport-name-wrapper{
    margin-left: 15px
}
body .mobile .live-page .sports-coupon.small .match-links{
    order: 0;
    position: absolute;
    right: 10px;
    bottom: unset;
    top: 5px;
}
.mobile .live-page .main-coupon-v1 .match-links .match-more-markets{
    line-height: 18px;
    width: auto;
    margin-right: 0;
    color: var(--c-primary-c);
    font-size: 16px
}
.mobile .live-page .main-coupon-v1 .item-info-wrapper{
    min-width: auto;
    max-width: 100%
}
body .mobile .live-page .sports-coupon.small .events-sport-wrapper .events-item-wrapper .item-info-wrapper > .match-live-info{
    align-items: flex-end;
}
.mobile .live-page .main-coupon-v1 .sports-coupon.small .match-live-info .match-progress,
.mobile .live-page .main-coupon-v1 .match-info .match-period,
.mobile .live-page .main-coupon-v1 .match-links .match-live-tracker{
    display: none
}
.mobile .live-page .main-coupon-v1 .match-info .match-minute{
    display: block;
    white-space: nowrap
}
.mobile .live-page .events-sport-wrapper .events-item-wrapper .item-info-wrapper > .match-live-info{
    margin-bottom: 0px;
    font-size: 16px;
    line-height: 16px;
}
.mobile .sports-filter{
    margin-top: 10px
}
.mobile .live-page .main-coupon-v1 .sports-coupon.small .match-live-info .match-score-server-set-wrapper{
    /* margin-right: 10px; */
    /* margin-left: 10px; */
}
#root .mobile .main-coupon-v1 .sports-coupon.small .match-markets-wrapper .match-odd{
    width: 48px;
    height: 48px;
    /* flex: 0 0 calc(33.333333% - 6px); */
    margin-bottom: 3px
}

/*
.mobile .main-coupon-v1 .match-markets-wrapper .match-odd:last-child{
    margin-right: 0
}
*/
.mobile .main-coupon-v1 .match-markets-wrapper .market-columns-long .match-odd:last-child{
    margin-right: 3px
}
.mobile .main-coupon-v1 .match-links .match-statistics{
    opacity: .5
}
.mobile .live-page .main-coupon-v1 .match-sport-tennis .match-live-info .match-set-scores,
.mobile .live-page .main-coupon-v1 .match-sport-volleyball .match-live-info .match-set-scores{
    display: none
}
.mobile .live-page .main-coupon-v1 .match-sport-tennis .match-live-info .match-score-server-set-wrapper .match-score,
.mobile .live-page .main-coupon-v1 .match-sport-volleyball .match-live-info .match-score-server-set-wrapper .match-score{
    background: unset;
    color: var(--c-emphasis);
    border-radius: 0
}


/*****************************
      Live Match Page
*****************************/

.mobile .live-match-page ul.match-breadcrumbs li.sport-br,
.mobile .live-match-page ul.match-breadcrumbs li.category-br,
.mobile .live-match-page ul.match-breadcrumbs li.tournament-br{
    display: none
}
.mobile ul.match-breadcrumbs > li.teams{
    flex-direction: column;
    font-size: 16px;
    line-height: 21px;
    margin: 15px 50px 0 70px;
    align-items: flex-start;
    color: var(--c-black);
}
.mobile ul.match-breadcrumbs > li.teams .first-team:after{
    display: none
}
.mobile .live-match-page .other-matches.other-live-matches button {
    top: -51px;
    right: 10px
}
.mobile .live-match-page .other-matches.other-live-matches button .ui-button-icon-left {
    color:var(--c-black)
}
.mobile .live-match-page .iframe-container{
    display: block
}
#root .mobile .match-tracker {
    position:sticky;
    top: 63px;
    z-index:80;
    transform-origin:top right;
    transition:0.25s
}
#root .mobile .match-tracker.tiny-tracker {
    transform: scale(0.5);
    backface-visibility:hidden;
}
#root .mobile app-content-block.tiny-tracker {
    display:none
}
.mobile .live-match-page .live-match-tracker,
.mobile .live-match-page .live-match-statistics{
    height: calc(100vw / 1.88)
}
.mobile .match-market-group{
    padding: 0 15px;
    margin-top: 10px
}
.mobile .main-coupon-v1 .sports-coupon.small .markets-content-wrapper .match-odd{
    min-height: 44px
}
.mobile .main-coupon-v1 .sports-coupon.small .markets-content-wrapper .odd-outcome{
    line-height: 15px;
}
.mobile .markets-content-wrapper .odd-outcome{
    line-height: 16px;
    font-size: 14px;
}
.mobile .markets-content-wrapper .odds-selection-default{
    flex-wrap: wrap
}
.mobile .markets-content-wrapper .market-group.goalscorer .odds-selection-default{
    flex-direction: column;
    align-items: flex-start;
    padding: 5px 0
}
.moible .markets-content-wrapper .match-odd{
    padding: 0 10px
}

/*****************************
        Casino Page
*****************************/


.mobile .casino-page > app-widget-host{
    flex-direction: column;
}
.mobile .casino-page-top{
    width: 100%
}

#root .mobile .casino-shortcuts-tabs{
    flex-direction: row;
    overflow: scroll;
    justify-content: flex-start
}
.mobile .casino-shortcuts-tabs::-webkit-scrollbar {
    display: none
}
.mobile .casino-shortcuts{
    margin: 30px
}
#root .mobile .casino-shortcuts-tabs .window-tab.casino-shortcut-tab{
    margin: 0 10px
}

.mobile .casino-content{
    margin: 0
}
.mobile .casino-filter {
    margin: 0 30px
}
.mobile .casino-shortcuts {
    margin: 10px 15px
}


/*****************************
     Internal User Pages
*****************************/

/* My Profile */

.close-home {
    font-weight: bold
}

.internal-content thead,
.mobile .my-profile-tabs .filter-language img,
.user-balance-row span,
.header-mobile > app-widget-host > span,
.deposit-content-header > app-widget-host > span,
.deposit-method-merge > app-widget-host > span,
.mobile .register-form-wrapper h2,
.mobile .form-pages,
.navigation-content .filter-language img,
.mobile .documents-list .list-header .header-element{
    display: none
}
.mobile .account{
    background-color: var(--c-background);
    min-height: 100vh;
    height: 100%
}
.user-balance-info{
    padding: 30px 10px
}
.user-balance-column app-content-block{
    display: flex;
    justify-content: center;
    align-items: center;
    color: var(--c-primary-c);
    font-weight: bold;
    height:30px
}

.user-balance-column .total-balance app-content-block{
    font-size:48px;
    line-height:50px;
    color: var(--c-emphasis);
}
.user-balance-column .username app-content-block {
    font-size:36px;
    line-height:38px;
}
.user-balance-column app-content-block:last-child{
    font-weight: normal;
    height: 100%;
    text-align: center;
    /* color: var(--c-black-e); */
}
.user-balance-row .user-balance-row-left,
.user-balance-row .user-balance-row-right{
    flex: 1 1 50%
}
.user-balance-row .user-balance-row-left{
    border-right: 1px solid var(--c-emphasis)
}
.user-balance-row .user-balance-row-right{
    border-left: 1px solid var(--c-emphasis);
    text-align: right
}
.mobile .user-balance-row  .title-user-data {
    color: var(--c-black-e);
}
.mobile .user-balance-row  data-view {
    color: var(--c-emphasis)
}
.mobile .user-balance-row .internal-available-rollover > app-widget-host {
    flex-direction: row;
    flex-wrap: wrap;
}
.mobile .user-balance-row .internal-available-rollover .title-user-data{
    flex: 1 1 100%
}
.mobile .user-balance-row .internal-available-rollover .internal-available-rollover-current {
    margin-left: auto;
    display: flex
}
.mobile .user-balance-row .internal-available-rollover .internal-available-rollover-current:after{
    content: "/";
    padding: 0 5px;
    color: var(--c-emphasis)
}

.user-balance-row > app-widget-host,
.user-balance-row .real-money > app-widget-host,
.user-balance-row .bonus-money > app-widget-host{
    flex-direction: row;
    align-items: center;
    padding: 5px 0;
    justify-content: center
}
.user-balance-row .real-money > app-widget-host{
    justify-content: flex-end;
    padding-right: 5px
}
.user-balance-row .bonus-money > app-widget-host{
    justify-content: flex-start;
    padding-left: 5px
}
.user-balance-row .real-money app-content-block.text,
.user-balance-row .bonus-money app-content-block.text{
    color: var(--c-primary-c);
    font-size: 14px
}
.user-balance-row .real-money app-content-block,
.user-balance-row .bonus-money app-content-block{
    color: var(--c-emphasis);
    font-size: 14px;
    margin-left: 5px
}
.user-balance-info .deposit.button{
    height: 45px;
    margin-top: 10px;
    max-width: 264px;
    margin: 0 auto;
    width: 100%

}
.my-profile-tabs{
    padding: 20px;
    border-top: 1px solid var(--c-emphasis)
}
.mobile .my-profile-tab > app-widget-host{
    flex-direction: row;
    align-items: center;
    height: 50px
}
.mobile .my-profile-tabs .content-tab{
    color: var(--c-primary-c);
    font-size: 17px;
    padding-left: 10px;
    display: flex;
    width: 100%;
    height: 40px;
    align-items: center
}
.mobile .my-profile-tabs .logout{
    border: 0
}
.mobile .my-profile-tabs .filter-language label > span{
    font-size: 11px
}
.mobile .my-profile-tabs .logout-button{
    background-color: transparent;
    color: var(--c-black-e);
    font-size: 16px;
    font-weight: normal;
    padding: 0;
    width: 100%;
    text-align: left
}
.mobile .my-profile-tab img{
    display: flex;
    height: 20px;
    width: 20px
}

.mobile .filter-language label,
body .mobile .filter-language .ui-dropdown .ui-dropdown-trigger{
    display: flex;
    border-radius: 0
}
.mobile .left-nav-footer .filter-language .ui-dropdown,
.mobile .filter-language label{
    background-color: transparent;
    margin: 0;
    max-width: 100%
}
.mobile .my-profile-tabs .content-tab:after{
    content: "";
    width: 30px;
    height: 13px;
    background-repeat: no-repeat;
    background-position: center center;
    margin-left: auto;
    background-image: url("/v1.01/r/images/megabet/arrow-right.svg")
}

/* Transactions Page */

.mobile .internal-content{
    max-width: unset;
    margin: 15px
}
.mobile .internal-content.full-width-page{
    max-width: unset;
    width: 100%;
}
.transactions .user-balance-row > app-widget-host{
    justify-content: space-between;
    border-bottom: 1px solid var(--c-emphasis);
    height: 46px
}
.transactions .user-balance-row .text{
    color: var(--c-primary-c)
}
.transaction-header > app-widget-host{
    flex-direction: row;
    justify-content: center
}
body:not(.add-deposit-history) .deposit-history-box,
body:not(.add-withdraw-history) .withdraw-history-box,
.transaction-header > app-widget-host > span{
    display: none
}
body:not(.add-withdraw-history) .deposit-history-box,
.add-deposit-history .deposit-history-box,
.add-withdraw-history .withdraw-history-box{
    display: block;
    color: var(--c-emphasis)
}
body:not(.add-withdraw-history) .deposit-history-header,
.add-deposit-history .deposit-history-header,
.add-withdraw-history .withdraw-history-header{
    color: var(--c-emphasis)
}
.mobile .deposit-history-header,
.mobile .withdraw-history-header{
    display: flex;
    align-items: center;
    height: 46px;
    font-size: 14px
}
.mobile .internal-content table:not(.ui-datepicker-calendar) td,
#root .mobile .site-text table:not(.ui-datepicker-calendar) td {
    display: block;
    font-size: 1em;
    text-align: right;
    min-height: 32px
}
.mobile .internal-content table td::before, #root .site-text table td::before {
    content: attr(data-column)
}
.mobile .internal-content table:not(.ui-datepicker-calendar) td::before,
#root .mobile .site-text table:not(.ui-datepicker-calendar) td::before {
    float: left;
    font-weight: bold;
    text-transform: uppercase
}
body .mobile .account .ui-table .ui-table-tbody>tr{
    border: 1px solid var(--c-tint-b);
    display: block;
    margin-bottom: 10px
}
body .mobile .ui-table .ui-table-tbody>tr>td:not(:last-child){
    border-bottom: 0;
}
.mobile .transactions .internal-content{
    margin: 0
}
.mobile .transaction-header{
    margin: 2px 0 35px;
}
#root .mobile .transaction-header > app-widget-host{
    width: 100%;
}
#root .mobile .transaction-header .deposit-history-header,
#root .mobile .transaction-header .withdraw-history-header{
    width: 50%;
    min-width: unset;
    margin: 0;
    border-radius: 0;
}
#root .transaction-header .deposit-history-header > div,
#root .transaction-header .withdraw-history-header > div{
    width: 100%;
    font-size: 12px

}
#root:not(.add-deposit-history) .mobile .transaction-header .deposit-history-header > div,
#root.add-deposit-history .mobile .transaction-header .deposit-history-header > div,
#root.add-withdraw-history .mobile .transaction-header .withdraw-history-header > div{
    border-radius: 0;
    width: 100%
}
.mobile .deposit-history-box,
.mobile .withdraw-history-box{
    margin: 0 10px 30px
}

/* Bonus Page */

.mobile .bonus-header,
.mobile .activated-tex,
.mobile .contact-header,
.mobile .contact-text,
.mobile .deposit-header{
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0;
    font-size: 13px;
    color: var(--c-primary-c);
    line-height: 22px;
    margin-bottom: 10px
}
.mobile .bonus-container > app-widget-host{
    flex-direction: column
}
.mobile .bonus-content > app-widget-host{
    padding: 10px 5px
}
.mobile .bonus-box{
    margin: 0;
    padding: 15px 0;
}
.mobile .bonus-box .bonus-percent > div,
.mobile .bonus-box div {
    font-size: 18px;
    height: 30px;
    padding: 0 20px
}
.mobile .bonus-box .bonus-up > div{
    margin: 0
}
.mobile .bonus-box .bonus-button > div{
    display: inline-block;
    font-size: 18px;
    line-height: 30px;
    margin: 10px 0 0 20px
}


.mobile .bonus-image{
    height: calc(calc(100vw - 0px) / 4.46);
}

.mobile .bonus-content .content-box{
    padding: 15px 0
}
.mobile .bonus-content .content-title:before{
    width: 50px;
    height: 50px;
    font-size: 30px
}
.mobile .bonus-content .content-title{
    margin-bottom: 10px
}

/* Change Password */

.mobile .change-password{
    margin-top: 40px
}
.mobile .change-password .form-row{
    flex-direction: column;
    padding-bottom: 20px;
    max-width: 264px;
    margin: 0 auto
}
.mobile .change-password .form-label{
    font-size: 14px;
    font-weight: normal
}
.mobile .change-password .form-label{
    align-items: flex-end
}
.mobile .change-password .form-element-wrapper > input{
    font-size: 14px;
    background-color: transparent;
    border-bottom: 1px solid var(--c-emphasis);
    border-radius: 0;
    height: 42px;
}
.mobile .button-change-password{
    display: flex;
    width: 100%;
    justify-content: center;
    margin-top: 20px;
    align-items: center;
    height: 48px;
    max-width: 264px;
    margin: 0 auto
}

/* Responsible Gambling */

.mobile app-set-value{
    width: 100%
}
.mobile app-wager-limits h3,
.mobile app-loss-limits h3,
.mobile app-deposit-limits h3,
.mobile app-access-limits h3,
.mobile .internal-content .section-title{
    display: flex;
    align-items: center;
    color: var(--c-emphasis);
    font-size: 18px;
    margin: 0;
    height: 40px
}
.mobile app-wager-limits > div,
.mobile app-loss-limits > div,
.mobile app-deposit-limits > div{
    max-width: 264px;
    margin: 0 auto
}
.mobile app-access-limits > div{
    max-width: 100%;
    margin: 20px 0
}

.mobile .element.value,
#root .mobile .account label,
#root .mobile .label-value-container input,
#root .mobile .affiliate-service h3{
    max-width: 264px;
}

.mobile .banner .register-button,
.mobile .forgotpass > app-widget-host button,
.mobile .responsible-gaming-info button{
    border-radius: var(--r-md);
}
.mobile app-wager-limits h3,
.mobile app-loss-limits h3,
.mobile app-deposit-limits h3,
.mobile app-access-limits h3{
    max-width: 264px;
    margin: 0 auto;
}
#root .mobile .label-value-container{
    flex-direction: column;
    align-items: flex-start;
    max-width: 264px;
    margin: 0 auto;
    height: 100%
}
.mobile .label-value-container label{
    display: flex;
    margin: 0;
    max-width: unset;
    height: 40px;
    align-items: center
}
#root .mobile .responsible-gaming-info .label-value-container input{
    background-color: transparent;
    border-bottom: 1px solid var(--c-emphasis);
    border-radius: 0;
    height: 25px;
    color: var(--c-primary-c);
    width: 100%;
    max-width: unset;
}
.mobile .element.value select{
    background-color: transparent;
    color: var(--c-primary-c);
    width: 100%;
    /* border-bottom: 1px solid var(--c-emphasis); */
    border-radius: 0
}
.mobile .element.value select option{
    background-color: var(--c-emphasis)
}
.mobile .responsible-gaming-info .checkbox{
    width: 10px;
    height: 10px
}
.mobile .access-limits-tabs-header > div,
.mobile .access-limits-tabs-rows > div,
.mobile .access-limits-tabs-footer > div{
    font-size: 12px
}
.mobile .access-limits-tabs-header .hours-tab-header{
    font-size: 0
}
/* Documents */

.mobile .documents-list{
    width: 100%;
}
.mobile .documents-type app-set-value{
    max-width: 100%
}
.mobile .documents-list table tr{
    border: 1px solid var(--c-tint-b);
    display: block;
    margin-bottom: 10px
}
.mobile .internal-content .documents-list table tr td{
    border: 1px solid var(--c-primary-b);
    border-bottom: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 10px;
}
.mobile .files-group,
.mobile .upload-form{
    flex-direction: column;
    align-items: flex-start
}
.mobile .profile-document-upload button{
    margin: 10px 0;
}
.mobile .documents-type app-set-value{
    margin: 0;
}

/* Deposit */

.mobile .internal-content .section-title{
    justify-content: center;
    font-size: 15px
}
.mobile .payment-method-holder > app-widget-host{
    flex-wrap: wrap;
    min-width: 100%;
    padding-bottom: 10px
}
.mobile .payment-method-holder .payment-method-logo{
    flex: 1;
    text-align: center
}
.mobile .payment-method-holder .payment-method-title{
    flex: 1 1 100%;
    text-align: center;
    padding: 0
}    

.mobile .shop .payment-method-holder .payment-method-logo {
    filter: hue-rotate(22deg) brightness(1.5);
}







/* Bets History*/


.mobile .history-filter,
.mobile .history-from,
.mobile .history-to{
    flex-direction: column;
    align-items: flex-start;
}
.mobile .history-filter .ui-dropdown{
    border: 1px solid var(--c-shade);
}
.mobile .history-from input,
.mobile .history-to input {
    max-width: 211px
}
.mobile  p-calendar {
    height:42px
}
.mobile  p-calendar > span,
.mobile  p-calendar input{
    height:100%;
}
.mobile  p-calendar > span {
    display:flex;
}
.mobile .history-bet-header{
    flex-wrap: wrap;
    padding-left:30px;
    position:relative;
    width: 100%;
    border-bottom: 1px solid var(--c-shade);
}
.mobile .history-bet-header .history-bet-toggle{
    margin: 0;
    position:absolute;
    left:0;
    top: 0;
    height:100%;
    display: flex;
align-items:center;
}
.mobile .history-bet-footer{
    flex-direction: column;
    font-size: 16px;
    padding: 0;
}
.mobile .history-bet-wrapper.expanded .history-bet-footer {
    flex-direction: row;
    justify-content: flex-start;
    display:flex;
    flex-wrap: wrap;
}
.mobile .account tfoot .history-bet-footer > div:nth-child(2n) {
    text-align: left
}
.mobile .history-bet-wrapper.expanded .history-actions-wrapper{
    padding: 8px 0;
    justify-content: center
}
.mobile .history-bet-date-time-id{
    flex-direction: row
}
.mobile .history-bet-match-wrapper{
    margin: 10px;
    font-size: 16px;
}
.mobile .history-bet-date-time-id div {
    padding-right: 10px
}
.mobile .history-bet-info{
    flex-direction: row;
    font-size: 13px
}
.mobile .history-bet-info,
.mobile .history-bet-date-time-id,
.mobile .history-bet-content,
.mobile .bet-infos-title-wrapper,
.mobile .bet-infos-title-wrapper .bet-infos-toggle,
.mobile .history-bet-status.won,
.mobile .history-bet-status.lost,
.mobile .history-bet-status.open,
#root .mobile app-history .history-systems-wrapper .history-system-wrapper.history-bet-header,
.mobile .history-system-wrapper, .history-bet-status.cancelled{
    font-size: 16px;
}
.mobile .history-bet-date-time-id{
    display: none;
}
/* Persolan Details*/

.mobile .profile-info .generic-form .form-row{
    flex-direction: column
}
.mobile .profile-info .form-element-wrapper > input,
.mobile .change-password .form-element-wrapper > input,
.mobile .profile-info .form-element-wrapper ngx-combo-datepicker select{
    border: 1px solid var(--c-shade);
    border-radius: 0;
    background-color: transparent;
    color: var(
    --c-black-e);
    text-indent: 5px;
}
body .ui-button.ui-button-icon-only {
    border: 1px solid var(--c-shade);
    /* height: 42px; */
}
body .ui-button.ui-button-icon-only .ui-button-icon-left {
    color:var(--c-black)
}
#root .account .change-password label{
    color: var(--c-black-e);
}
.mobile .change-password .form-element-wrapper > input{
    padding: 0
}
.mobile .profile-info .generic-form .checkbox-wrapper{
    flex-direction: row
}
.mobile .profile-info ui-button .button-submit-profile-form{
    width: 264px;
    margin: 0 auto
}
.mobile .history-bet-wrapper .history-actions-wrapper .history-bet-reprint,
#root .mobile .history-bet-wrapper .history-actions-wrapper .history-bet-confirm,
.mobile .history-bet-wrapper .history-actions-wrapper .history-bet-cashout,
#root .mobile .history-bet-wrapper .history-actions-wrapper .history-bet-cancel{
    max-width: 150px;
    margin: 0 5px
}
.mobile .profile-info{
    max-width: 350px;
    margin: 0 auto
}

/*****************************
           Footer
*****************************/

.mobile .footer{
    background-color: var(--c-background)
}
.mobile .footer-text,
.mobile .footer-links{
    background-color: var(--c-primary-b)
}
.mobile .footer:before{ 
    width: 100px;
    height: 100px   
}
.mobile .footer:after{
   width: 100px;
   height: 100px  
}

.mobile .footer > app-widget-host{
    margin-bottom: 56px
}

.mobile .footer app-widget-host > span{
    display: none
}
.mobile .footer-payment{
    padding: 10px 20px
}
.mobile .footer-payment app-widget-host{
    height: 100%;
    margin: 0;
    flex-wrap: wrap
}
.mobile .footer-payment app-widget-host app-image{
    flex: unset;
    display: flex;
    margin: 0 10px
}
.mobile .footer-payment app-widget-host app-image > img{
    max-width: 100%
}
.mobile .footer-payment .right-sidebar-title{
    text-transform: uppercase;
    background-color: transparent;
    justify-content: center;
    font-weight: bold;
    margin: 10px 0
}
.mobile .footer-payment .right-sidebar-sub-title{
    background-color: transparent;
    text-align: center
}
.mobile  .footer-payment .paybill-numbers .right-sidebar-text{
    text-align: center
}
.mobile  .footer-payment .customer-care .contact-number{
    height: 50px;
    margin-bottom: 10px
}
.mobile .footer-text .footer-text-title > div{
    text-align: center;
    line-height: 20px;
    padding: 0 15px
}
.mobile .footer-text-title-explanation{
    padding: 0 15px;
    text-align: center
}
.mobile .footer .responsible-gambling > app-widget-host{
    flex-wrap: wrap
}
.mobile .responsible-gambling .image responsible-gambling-image img{
    height: 35px
}
.mobile .footer-social{
    padding-bottom: 20px
}
.mobile .footer-social > app-widget-host{
    flex-direction: column
}
.mobile .footer-social .footer-social-img > app-widget-host{
    align-items: center;
    padding-top: 15px
}
.mobile .footer-links > app-widget-host {
    flex-direction: column;
    padding: 40px 15px   
}
.mobile .footer-links .license{
    padding: 0
}
.mobile .footer-links .links{
    padding: 0
}
.mobile .footer-links .links > app-widget-host{
    flex-wrap: wrap;
    justify-content: flex-start;
    flex-direction: row
}
.mobile .footer-links .link-group{
    flex: 0 0 50%;
    padding: 40px 5px 0 5px
}
.mobile .footer-links .link-group > app-widget-host{
    align-items: flex-start
}
.mobile .footer-links .link-group .link-group-header{
    position: unset;
    transform: unset
}
.mobile .footer-links .link-group.additional-link{
    flex: 0 0 100%
}
.mobile .footer-social .footer-logo img{
    max-width: 100%;
    max-height: 60px
}
.mobile .footer .payment-providers > app-widget-host{
    flex-wrap: wrap
}
.mobile .footer .payment-providers{
    padding: 0;
    flex: 0 0 50%
}
.mobile .footer app-image.payment-providers:nth-child(odd){
    text-align: right
}


/*****************************
     Contact Pages
******************************/

body .mobile .ui-dialog .ui-dialog-titlebar{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    height: 60px
}
body .mobile .ui-dialog .ui-dialog-titlebar > span{
    margin: 0 auto
}

.mobile .ui-dialog .ui-dialog-titlebar-icon span{
    color: var(--c-white-e);
}
.mobile .content-page{
    margin: 0;
    padding: 20px
}
.mobile .content-page-info, 
.mobile .content-page-inner-holder,
.mobile .content-menu{
    padding: 0
}
.mobile .list-all-sports{
    display: none
}
.mobile .content-menu ul{
    flex-direction: column
}


.mobile .about-sub-menu .sub-menu-title,
.mobile .about-sub-menu .sub-menu-title-content,
.mobile .instruction-help .sub-title,
.mobile .contact .contact-title,
.mobile .contact .contact-sub-title,
.mobile .toggle-menu .bet-type-title{
    font-size: 16px
}
.mobile .about-sub-menu .sub-menu-image,
.mobile .image-box img,
.mobile .contact .contact-img{
    width: 40px;
    height: 40px;
    min-width: 40px;
    margin-right: 20px
}
.mobile .contact .contact-header > app-widget-host{
    flex-direction: row
}
.contact .contact-options > app-widget-host{
    flex-direction: column
}
.mobile .merge-box{
    width: 100%;
}
.mobile .about-us-menu > ul,
.mobile .bet-type-menu > ul{
    overflow-x: scroll;
    white-space: nowrap;
    justify-content: flex-start
}
.mobile .about-us-menu > ul > li, .mobile .bet-type-menu > ul > li{
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 20px;
    height: 100%;
    margin-right: 20px;
    padding-bottom: 10px
}
.mobile .holder-boxes > app-widget-host{
    flex-direction: column
}
.mobile .about-us-menu .menu .menu-link:hover,
.mobile .about-us-menu .menu .menu-link.active,
.mobile .bet-type-menu .menu .menu-link:hover,
.mobile .bet-type-menu .menu .menu-link.active{
    background-color: var(--c-black-e);
    color: var(--c-white-e);
    border-radius: var(--r-lg);
    padding: 5px 15px
}





/***********************
       Betslip
***********************/

body .mobile .active-mobile-betslip-view .ui-widget-overlay{
    background-color: rgb(23 26 43 / 63%)
}

.mobile .mobile-betslip-view .right-sidebar{
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: unset;
    overflow: unset;
    padding: 0;
}
body .mobile .ui-dialog.mobile-betslip-view .beto-betslip-notifications.betslip-notifications-wrapper{
    bottom: 0;
    z-index: 1000;
    position: fixed;
    right: 0;
    left: 0
}
.mobile .betslip-container .place-bet,
.mobile .betslip .confirm-bet-wrapper .confirm-form-group .confirm-bet,
.mobile .quickbetslip .confirm-bet-wrapper .confirm-bet{
    min-height: 40px;
    margin-top: 0
}

#root .quickbetslip.link,
.mobile .quickbet-notifications-wrapper{
    position: fixed;
    bottom: 60px;
    width: 100%;
    height: auto;
    z-index: 90;
    background-color: var(--c-primary-b);
    border-top: 1px solid var(--c-emphasis)
}
#root .quickbetslip.link .betslip-shortcut-container{
    color: var(--c-black-e);
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    padding: 10px 20px;
    height: 68px;
    background-color: var(--c-white)
}
#root .quickbetslip.link .betslip-shortcut-container .betslip-title {
    flex: 1;
    display: flex;
    justify-content: left;
    align-items: center;
    position: relative;
}
.mobile .quick-container{
    background-color: var(--c-white)
}
.mobile .quick-container .confirm-details-wrapper{
    display: flex;
    flex-wrap: wrap;
    color: var(--c-primary-c)
}
.mobile .quick-container .confirm-details-wrapper .value-block{
    flex: 0 0 50%;
    margin: 0;
    font-size: 13px;
    padding: 5px 20px
}
.mobile .quick-container .confirm-details-wrapper .value-block .block-label{
    color: var(--c-primary-c);
    text-transform: uppercase;
    font-size: 11px
}
.mobile .quick-container .confirm-details-wrapper .value-block.bet-odds,
.mobile .quick-container .confirm-details-wrapper .value-block.bet-stake{
    text-align: right
}
.mobile .quick-container .confirm-details-wrapper .value-block .value-block-wrapper.bet-stake-wrapper{
    flex-direction: column;
    margin: 0
}
.mobile .quick-container .confirm-details-wrapper .value-block .block-value{
    font-weight: bold
}
.mobile .quick-container .confirm-bet-wrapper{
    padding-top: 15px
}
.mobile .quick-container .confirm-bet-wrapper button.cancel-bet{
    color: var(--c-primary-c);
    background-color: var(--c-background-login-button)
}
.mobile .quick-container .bet-container {
    flex: 1
}
.mobile .quick-container app-changed-odds {
    text-align: center
}
#root .quickbetslip.link .quick-container .title-container {
    display: flex;
    align-items: center;
    color: var(--c-black);
    font-size: 16px;
    font-weight: 600;
    padding: 20px 20px 10px;
    height: 60px
}
#root .quickbetslip.link .quick-container .title-container .market-selection,
#root .quickbetslip.link .quick-container .title-container .bet-odds{
    line-height: 21px;
    color: var(--c-emphasis)
}
#root .quickbetslip.link .quick-container .title-container .bet-odds:before{
    content: "@ "
}
#root .quickbetslip.link .quick-container .title-container .betslip-clear{
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 0;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#root .quickbetslip.link .quick-container .title-container .betslip-clear:before{
    content: "x";
    font-size: 20px;
    color: var(--c-background-login-button)
}
#root .quickbetslip.link .quick-container .place-bet-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    height: auto
}
#root .quickbetslip.link .quick-container .place-bet {
    font-weight: bold;
    text-transform: uppercase;
    line-height: 18px;
    max-width: 50%;
    order: 2;
    font-size: 18px;
    color: var(--c-white-e);
    background-color: var(--c-emphasis-c);
    flex: 0 0 40%;
    margin: 0 5% 20px;
    padding: 7px;
    border: 1px solid var(--c-emphasis-c);
    border-radius: var(--r-md)
}

.place-disabled-preset{
    line-height: 1;
    display: block;
    text-align: center;
    font-size: xx-small;
}

#root .quickbetslip.link .quick-container .place-bet-wrapper .winnings {
    width: 100%;
    order: 0;
    padding: 5px 0 15px;
    text-align: center;
    color: var(--c-black);
    font-size: 16px;
}

#root .quickbetslip.link .quick-container .place-bet-wrapper .bet-stake-wrapper {
    order: 1;
    background: var(--c-background);
    flex: 0 0 40%;
    margin: 0 5% 20px;
    padding: 7px;
    border: 1px solid var(--c-primary-b);
    border-radius: var(--r-md);
}

#root .quickbetslip.link .quick-container .place-bet-wrapper .bet-stake-wrapper .stake {
    font-size: 13px;
    line-height: 13px;
    color: var(--c-primary-c);
    display: block
}

#root .quickbetslip.link .quick-container .place-bet-wrapper .bet-stake-wrapper .currency {
    font-size: 22px;
    line-height: 1;
    color: var(--c-black);
}

#root .betslip-title .betslip-arrow {
    display: none
}

body .ui-dialog.mobile-betslip-view .ui-dialog-content {
    border: 0 !important;
    padding: 0;
    height: 100%!important;
}
.mobile .betslip .betslip-title{
    height: 50px;
}
.mobile .betslip .title-container {
    position: sticky;
    top: 0px;
    z-index:20
}
.mobile .betslip .betslip-title .betslip-label{
    display: block;
    padding: 5px
}
#root .mobile .betslip-title .betslip-arrow {
    display: block;
    width: 30px;
    height: 30px;
    font-size: 0;
    color: var(--c-black);
    background-image: url(/v1.025/r/images/site/icons/Arrow_Left.svg);
    background-size: auto;
    background-size: contain;
    left: 10px;
    top: 12px;
    transform: rotate(90deg);
    position: unset;
    background-repeat: no-repeat
}



#root .quickbetslip.link .betslip-shortcut-container .betslip-odds, .quick-container .bet-odds {
    color: var(--c-black-e);
    margin: auto 4px
}

#root .quickbetslip.link .betslip-shortcut-container .betslip-clear {
    display: flex;
    align-items: center;
    font-size: 0
}
#root .quickbetslip.link .betslip-shortcut-container .betslip-clear:before{
    content: "";
    background-image: url(/v1.025/r/images/accessbet/icons/material-symbols_close_white.svg);
    filter: invert(1);
    display: flex;
    width: 20px;
    height: 20px;
    background-size: cover;
    margin-left: 8px;
    background-repeat: no-repeat
}

#root .quickbetslip.link .betslip-shortcut-container .betslip-arrow {
    opacity: 0;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transform: none;
    background: 0
}

#root .mobile .betslip-container {
    padding: 0;
    height: auto;
    /* max-height: calc(100vh - 1px); */
    /* overflow-y: auto; */
    /* position: fixed; */
    bottom: 0;
    right: 0;
    width: 100%;
    z-index: 1000;
    max-width: unset;
    /* box-shadow: 0 -1px 10px 1px rgb(0 0 0 / 63%); */
    background-color: var(--c-primary-b);
}
#root .mobile .betslip-container::-webkit-scrollbar{
    display: none
}
#root .betslip-title .betslip-arrow {
    margin: 0;
    top: 2px;
    width: 32px;
    height: 32px;
    right: 10px;
    position: absolute;
    background-size: contain
}

#root .mobile .betslip-title .betslip-counter {
    margin: 0 9px;
    text-align: center;
    color: var(--c-white-e);
    background-color: var(--c-emphasis);
    border-radius: 26px;
    width: 26px;
    height: 26px;
    flex: 0 0 auto;
    display: block;
    order: 1;
    line-height: 26px
}

#root .mobile .betslip-container .betslip-title .betslip-counter {
    display:none
}

.mobile .betslip .betslip-title{
    border-radius: 0
}
.mobile .betslip .betslip-actions .betslip-group-mode-wrapper {
    display: none
}
.mobile .betslip .betslip-clear-wrapper{
    right: 10px
}
.mobile .betslip .betslip-bets-container{
    background-color: var(--c-primary);
    height: calc(100% - 42px)
}

.mobile .betslip .betslip-bets-container .header-titles-container{
    flex: unset;
    justify-content: center;
}
.mobile .betslip .betslip-bets-container .multiple-wrapper{
    flex: unset;
    margin-left: auto
}
.mobile .betslip .betslip-bets-container .multiple-container,
.mobile .betslip .betslip-bets-container .system-container{
    flex-wrap: wrap
}
.mobile .betslip .betslip-bets-container .header-titles-container > span.multiple-stake{
    margin-top: 0
}
.mobile .betslip .betslip-events-wrapper .bet-container .bet-actions > app-bet-event-actions{
    bottom: 19px
}
/* Numpad */

#root app-num-pad {
    min-width: 100%;
    order: 2;
    flex: 100%
}
#root .num-pad-container {
    width: 100%;
    height: auto;
    margin-bottom: 10px
}
#root .num-pad-container .elements {
    display: flex;
    width: 100%;
    justify-content: center;
    flex-wrap: wrap;
    height: auto
}
#root .num-pad-container .betslip-container .elements {
    flex-wrap: nowrap;
}
#root .num-pad-container .elements.presets {
    display: none
}
#root .num-pad-container .elements .element {
    flex: 0 0 calc(33.333333% - 35px);
    width: auto;
    margin: 5px;
    border-radius: 0;
    background-color: var(--c-primary-b);
    border: 1px solid var(--c-primary-b);
    padding: 16px 0;
    font-size: 17px;
    font-weight: normal;
    color: var(--c-black);
}
#root .num-pad-container .elements.control .element {
    flex: 0 0 calc(50% - 48px)
}
#root .mobile .betslip-container .systems-container .num-pad-container, #root .mobile .betslip-container .multiple-container .num-pad-container {
    margin-top: 0
}
.mobile .quickbet-notifications-wrapper{
    background-color: var(--c-primary);
    border-top: 1px solid var(--c-primary-b)
}
.mobile .betslip-notifications{
    padding: 10px;
    color: var(--c-primary-c)
}
.mobile .betslip-notifications.success{
    background-color: var(--c-background);
    border-top:4px solid var(--c-green)
}
.mobile .betslip-notifications.other{
    background-color: var(--c-black-e)
}
.mobile .betslip-notifications.error{
    background-color: var(--c-primary);
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-top: 4px solid var(--c-red)
}
.mobile .betslip-notifications.success.betslip-booking{
    background-color: var(--c-primary);
    border-top: 1px solid var(--c-primary-b)
}
.mobile .betslip-notifications .bet-messages{
    display: flex;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px;
}
.mobile .betslip-notifications .bet-messages .bet-reference{
    /* margin-left: auto; */
}
.mobile .betslip-notifications .bet-messages-actions{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.mobile .betslip-notifications .bet-book{
    text-align: center;
    margin-bottom: 20px
}
.mobile .betslip-notifications .bet-book .bet-book-code{
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}
.mobile .betslip-notifications .bet-book .bet-book-code .code-value{
    font-size: 24px;
    line-height: 40px;
    color: var(--c-emphasis-c)
}
.mobile .betslip-notifications .bet-messages-actions button {
    font-size:16px;
    font-weight:bold;
}
.mobile .betslip-notifications .bet-messages-actions .reload-selections,
.mobile .betslip-notifications .bet-messages-actions .reload-selections{
    color: var(--c-text-betslip-button-bet);
    flex: 0 0 45%;
    margin-right: 5%;
    /* margin-bottom: 10px; */
    border-radius: var(--r-md);
    border: 1px solid var(--c-primary);
    background-color: transparent;
    height: auto;
    padding: 15px 0
}
.mobile .betslip-notifications .bet-messages-actions .reload-selections{
    color: var(--c-white-e);
    border:1px solid var(--c-primary-c);

    border-radius: var(--r-md);

    background-color: var(--c-green);

}
.mobile .betslip-notifications .bet-messages-actions .print-betslip {
    width:100%;
    padding:15px 0px;
    margin-bottom: 6px;
    border-radius: var(--r-md);
}
.mobile .betslip-notifications .bet-messages-actions .close-notification,
.mobile .booking-notifications-wrapper .bet-messages-actions .close-notification{
    color: var(--c-text-betslip-button-bet);
    background-color: transparent;
    flex: 0 0 50%;
    margin-left: 5%;
    margin-bottom: 10px;
    border-radius: var(--r-md);
    border: 1px solid var(--c-primary);
    height: auto;
    padding: 15px 0
}
.mobile .betslip-notifications .bet-messages-actions .close-notification{
    border: 1px solid var(--c-primary-c);
    background-color: var(--c-background);
    margin: 0;
}
.mobile .booking-notifications-wrapper .bet-messages-actions .close-notification{
    color: var(--c-primary-c);;
    background-color: var(--c-green);

    border-radius: var(--r-md);

}
.mobile .booking-notifications-wrapper .betslip-notifications .bet-messages {
    display: flex;
    margin-bottom: 0px;
    padding:5px;
    justify-content:center;

    border-bottom:1px solid var(--c-primary-b);
}



.mobile .betslip .betslip-bets-container .multiple-wrapper > .amount-input{
    margin: 0
}
.mobile .betslip .betslip-bets-container .multiple-wrapper > .amount-input .numeric-input-wrapper{
    position: relative;
    margin: 0
}
.mobile app-betslip-multiples .amount-input input{
    text-align: right;
    color: var(--c-emphasis);
    border: 1px solid var(--c-emphasis);
    background-color: var(--c-primary-b);
    height: 42px;
    width: 100px;
}


/***************************************
         Mobile Check Ticket
***************************************/


.mobile-navigation-view-left .bet-check form{
    flex-direction: row-reverse
}
.mobile-navigation-view-left .bet-check form input{
    height: 50px;
    border-radius: var(--r-lg);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    padding: 0 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--c-primary-c);
    background-color: var(--c-primary)
}
.mobile-navigation-view-left .bet-check form input::placeholder{
    color: var(--c-primary-c)
}
.mobile-navigation-view-left .bet-check .betslip-check-form-button{
    height: 50px;
    margin: 0;
    border-radius: var(--r-lg);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: var(--c-emphasis);
    color: var(--c-text-betslip-button-bet);
    min-width: 65px;
    text-transform: uppercase;
    font-weight: bold
}
/***************************************
            Mobile 404 Page
****************************************/

.mobile .top-404{
    margin-top: 15px
}
.mobile .title-404{
    font-size: 60px;
    line-height: 70px
}
.mobile .subtitle-404{
    font-size: 18px;
    line-height: 16px
}
.mobile .container-404{
    width: 219px;
    height: 220px
}
.mobile .bottom-404{
    margin-top: -10px
}
.mobile .text-404{
    font-size: 12px
}
.mobile .buttons-404 > app-widget-host{
    margin-top: 15px
}

/***************************************
    Mobile Additional Responsiveness
***************************************/

@media screen and (max-width: 1050px){
    .casino-container .games .game{
        flex: 0 0 calc(50% - 8px)
    }
    .mobile.landscape .casino-container .games .game{
        flex: 0 0 calc(25% - 8px)
    }
}
@media screen and (min-width: 799px){
    .mobile .live-match-page .live-match-tracker{
        height: calc(100vw / 2.16)
    }
}
@media screen and (max-width: 742px){
    .mobile.portrait .casino-container .games .game{
        flex: 0 0 calc(50% - 8px)
    }
    .mobile.landscape .casino-container .games .game{
        flex: 0 0 calc(33.3333% - 8px)
    }
}
@media screen and (max-width: 480px){
    .mobile.portrait .casino-container .games .game{
        flex: 1 1 100%
    }
    .mobile.landscape .casino-container .games .game{
        flex: 0 0 calc(50% - 8px)
    }
}
@media screen and (max-width: 360px){
    .mobile .header .logo-img > img {
        height: 44px
    }
}
@media screen and (max-width: 320px){
    #root .num-pad-container .elements .element{
        flex: 1 1 calc(33.333333% - 35px)
    }
    .mobile.landscape .casino-container .games .game{
        flex: 1 1 100%
    }
}

/*  Fixes  */
.mobile ul.match-breadcrumbs > li:first-child{
    margin-left: 0
}
.mobile .sports-search {
    padding: 8px;
    background-color: var(--c-background);
    border-bottom: 1px solid var(--c-shade);
    width:100%;
}
.mobile .sports-search .sports-search-block,
.mobile .sports-search .sports-search-block p-autocomplete,
.mobile .sports-search .sports-search-block .ui-autocomplete{
    width:100%;
    display:block
}
.mobile .sports-search input::placeholder {
    color:var(--c-white)
}
.mobile-betslip-view {
    height:100%!important;
    top:0!important;
    background-color:var(--c-background);
    width: 100%!important;
    left: 0!important;
}
.livematch-more-links-app-modal .single-match-info,
.livematch-more-links-app-modal .beto-back-button{
    display:none;
}
.match-more-links-app-modal .info-header ~ .beto-match-breadcrumbs.match-info {
    display:none
}
.ml-events-category-flag {
    box-shadow: var(--bs-primary)
}
.mobile .main-coupon-v1 .tournament-header-wrapper .events-category-flag.default-sport {
    width:24px;
    background-size:24px;
    border:1px solid var(--c-shade)
}