.header{
    z-index: 100
}
.header > app-widget-host{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 120px;
    z-index: 1
}

/*****************************
         Header
******************************/

.header-row{
    background-color: var(--c-emphasis);
    height: 100%;
}
.header-menu-row{
    background-color: var(--c-tint)
}

.header-menu-row > app-widget-host,
.header-row > app-widget-host{
    display: flex;
    flex-direction: row;
    align-items: center;  
    padding: 0 20px
}
.header-menu-row img{
    width: 24px;
    height: 18px
}
.header-menu-row .filter-language-name,
.header-menu-row > app-widget-host > span{
    display: none
}
.other-links .odds-format{
    padding-right: 15px
}
.other-links .odds-format .filter-odds{
    position: relative
}
.other-links .odds-format .filter-odds p-dropdown > .ui-dropdown{
    border: 0
}
.other-links .odds-format .filter-odds-name{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    color: #333;
    font-size: 11px;
    left: 20px
}
.other-links .odds-format .filter-odds label{
    justify-content: flex-end;
    padding-right: 35px;
    color: #333;
    font-size: 11px
}
.other-links .odds-format .filter-odds .ui-dropdown-trigger-icon {
    color: var(--c-white-e);
    font-size : 15px
}
#root .header .odds-format .filter-odds li{
    display: flex;
    background-color: var(--c-black-e);
    color: var(--c-primary-c);
}
#root .header .odds-format .filter-odds li:hover{
    background-color: var(--c-emphasis)
}
.header-menu-row .other-links{
    display: flex;
    margin-left: auto;
    position: relative
}
.header-menu-row .other-links label{
    display: flex;
    padding: 4px;
    background-color: transparent;
    height: 36px;
    align-items: center
}
.header-menu-row .other-links .other-link{
    display: flex;
    align-items: center
}
.header-menu-row .other-links .ui-dropdown{
    border: 1px solid var(--c-primary-b);
    background-color: transparent
}
.header-menu-row .other-links .ui-dropdown .ui-dropdown-trigger{
    background-color: transparent
}
.header-menu-row label span,
.header-menu-row .filter-language .ui-dropdown-trigger-icon,
.header-menu-row .filter-time-value{
}
.header-menu-row label span,
.header-menu-row .other-links .filter-time-value{
    margin-left: 5px
}
.header .sports-search > app-widget-host{
    display: flex;
    align-items: center
}
.header-menu-row span.search-label {
    display: none;
}
.header-menu-row span > input {
    height: 30px;
    display: flex;
    /*  background: url(/v1.010/r/images/site/icons/Search.svg) 60px 5px no-repeat; */
    background-size: 24px;
    color: var(--c-white);
    font-size: 16px;
    width: 100px;
    border: 0;
    border-radius: 0;
    padding: 0 0 0 60px;
    background-color: var(--c-primary-c);
    z-index: 20;
    caret-color: var(--c-text-c);
    -webkit-transition: width .5s ease-in-out;
    -moz-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
    color: var(--c-primary-c);
    background-color: var(--c-black-e);
    border-radius: var(--r-lg)
}
body .desktop .ui-inputtext:enabled:focus:not(.ui-state-error){
    width: 250px
}
.desktop .header-menu-row .sports-search span > input{
    width: 130px;
    text-indent: 25px
}
body .desktop .sports-search .ui-inputtext:enabled:focus:not(.ui-state-error){
    width: 350px;
    text-indent: 25px
}
.header-menu-row .other-links .sports-search span{
    position: relative;
}
.header-menu-row .other-links .sports-search span:before{
    content: "";
    background-image: url("/v1.010/r/images/primebet/icons/Search-gray.svg");
    width: 18px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: 7px;
    background-size: contain
}
body .sports-search .ui-autocomplete-panel{
    border: 1px solid var(--c-emphasis);
    border-radius: var(--r-lg);
    max-height: 50vh!important;
}

#root .header-menu-row .filter-language li.ui-state-highlight{
    display: flex;
    background-color: var(--c-black-e);
    color: var(--c-primary-c);
}
#root .header-menu-row .filter-language li{
    background-color: var(--c-primary-b);
    color: var(--c-primary-c);
    flex-wrap: nowrap;
    display: flex
}
.header-menu-row .filter-language li span{
    padding-left: 10px
}

/********************************/
/****** Check/Optimize this ****/
/******************************/

.header .lang{
    display: flex;
    align-items: center
}
.navigation-content .tab,
.filter-language{
    display: flex;
    align-items: center
}
.navigation-content .filter-language{
    justify-content: flex-end
}
.header .lang .filter-language .filter-language-name,
.mobile .left-nav-footer .filter-language .filter-language-name{
    display: none
}
/* .navigation-content .filter-language .filter-language-name{
    display: block
} */
.filter-language p-dropdown{
    width: 100%
}
.filter-language label{
    padding: 0
}
body .header .lang .filter-language .ui-dropdown,
.mobile .left-nav-footer .filter-language .ui-dropdown{
    border: 0;
    display: flex;
    background-color: transparent;    
    align-items: center;
    width: 100%;
    min-width: 115px
}
.header .lang .filter-language label > span{
    display: flex;
    justify-content: center;
    width: 100%;
    margin-left: 5px;
    font-size: 14px;
    line-height: 18px;

}
.mobile .left-nav-footer .filter-language label > span{
    color: var(--c-primary-b);
}
.header .lang .filter-language .ui-dropdown .ui-dropdown-label-container,
.mobile .left-nav-footer .filter-language .ui-dropdown .ui-dropdown-label-container{
    display: inline-block
}
.header .lang .filter-language .ui-dropdown .ui-dropdown-label-container label,
.mobile left-nav-footer .filter-language .ui-dropdown .ui-dropdown-label-container label{
    background: transparent;
    display: flex;
    align-items: center
}
.header .lang .ui-dropdown .ui-dropdown-trigger,
.mobile .left-nav-footer .filter-language .ui-dropdown .ui-dropdown-trigger{
    background-color: transparent;
    color: var(--c-white-e);
    font-size: 11px;    
    width: 27px;    
}
.mobile .left-nav-footer .filter-language .ui-dropdown .ui-dropdown-trigger{
    width: 13px
}
.mobile .left-nav-footer .filter-language .ui-dropdown .ui-dropdown-label-container label{
    padding-right: 16px
}
.header .lang .filter-language img,
.mobile .left-nav-footer .filter-language img{
    width: 25px;
    height: 16px;
}
.header .lang .filter-language .ui-dropdown .ui-dropdown-panel,
.mobile .left-nav-footer .filter-language .ui-dropdown .ui-dropdown-panel{
    margin-top: 20px;
    border: 0
}
.header .lang .filter-language p-dropdownitem li,
.mobile .left-nav-footer .filter-language p-dropdownitem li{
    display: flex;
    align-items: center
}
.header .lang .filter-language p-dropdownitem span,
.mobile .left-nav-footer .filter-language p-dropdownitem span{
    width: 100%;
    text-align: center;
    margin-left: 10px;
    color: var(--c-primary-c)
}
#root .header .lang .filter-language li,
.mobile .left-nav-footer .filter-language li{
    display: flex;
    background-color: var(--c-black-e);
    color: var(--c-primary-c)
}


/********************************/
/****** Check/Optimize above ***/
/******************************/

.top-header-menu{
    display: flex;
    flex: 0 0 50%;
    justify-content: flex-end
}

.top-header-menu li,
.bottom-header-menu li {
    list-style: none;
    min-width: 100px
}

.top-header-menu li a,
.top-header-menu .menu .menu-link,
.top-header-menu .menu .menu-link.active{
    background-color: transparent;
    color: var(--c-primary-c);
    opacity: 0.68
}
.header-row-left{
    flex 0 0 200px
}
.header-row-right{
    flex: 1
}
.action-column-left > app-widget-host{
    display: flex;
    flex-direction: column;
    align-items: flex-end
}
.header-row-right .other-links {
    margin-left: auto;
}

.header-row-left .beto-image.logo{
    align-items: center;
    display: flex
}
.header-row-left .beto-image.logo > img{
    height: 90px;
    padding: 10px 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}
.header-row .user-guest > app-widget-host{
    display: flex;
    position: relative;
    align-items: center
}
.header-row .user-guest .register {
    margin-right: 15px
}
.header-user-actions{
    display: flex;
    width: 100%
}
.header-user-actions .register{
    margin-left: auto
}
.header-user-actions .time.other-link {
    display: flex;
    align-items: center;
    color: var(--c-white-e);
    font-size: 11px;
    margin-left: 10px
}
.header-row .forgotpass button{
    background-color: transparent;
    color: var(--c-primary-c);
    font-size: 12px;
    line-height: 17px
}
.header-row .login-form-box app-widget-host form{
    flex-direction: row;
    align-items: center
}
.header-row .login-form-box .generic-form .form-row.username-row,
.header-row .login-form-box .generic-form .form-row.password-row{
    margin: 6px 0
}
.header-row .user-guest form .form-element-wrapper{
    background-image: url(/v1.010/r/images/in2bet/icons/lock-red.svg);
    background-repeat: no-repeat;
    background-size: 15px;
    background-position: center right
}
.header-row .user-guest form input{
    background-color: var(--c-tint-b);
    border: 0;
    height: 35px;
    margin-left: 3px;
    padding: 0 5px;
    max-width: 155px;
    color: var(--c-white-e);
    border-radius: var(--r-md)
}
.header-row .user-guest form input::-webkit-input-placeholder
color: var(--c-primary-b)
}
input::placeholder{
    color: var(--c-primary-c)!important;
    opacity: 1
}
.header-row .generic-form .form-row .form-label{
    display: none
}
.button-submit-login .button-label{
    text-transform: uppercase;
    background-color: var(--c-emphasis-c);
    width: 100%;
    padding: 10px 20px;
    border-radius: var(--r-lg);
    min-width: 100%
}
.signin-dialog .button-submit-login .button-label{
    background-color: var(--c-black-e)
}
.signin-dialog .generic-form .form-row.username-row,
.signin-dialog .generic-form .form-row.password-row{
    flex-direction: column;
    height: 100%;
    margin: 0 0 30px
}
.signin-dialog .generic-form .form-row.username-row label,
.signin-dialog .generic-form .form-row.password-row label,
.signin-dialog .generic-form .form-row.username-row .form-element-wrapper,
.signin-dialog .generic-form .form-row.password-row .form-element-wrapper{
    width: 100%
}
.header-row .login-form ui-button{
    height: 100%;
    display: flex
}
.button-submit-login{
    display: flex;
    padding: 0;
    height: 100%;
    max-width: 80px;
    margin-left: 3px;
    background: transparent;
    width: 100%;
    border-radius: var(--r-lg)
}
.button-submit-login > i{
    color: #fff;
    margin-top: 5px;
    margin-left: 2px;
    font-size: 20px
}
.header-row  .generic-form .form-row {
    padding: 0
}
.header-row .registerbutton button,
.header-row .loginbutton button{
    width: 110px;
    padding: 10px;
    background-color: var(--c-primary-b);
    color: var(--c-white);
    text-transform: uppercase;
    font-weight: bold;
    border-radius: var(--r-lg)
}
.header-row .registerbutton button span{
    color: var(--c-white-e);
    font-weight: bold
}
.header-row .loginbutton button{
    background-color: var(--c-emphasis-c);
    color: var(--c-white-e)
}

.header-row .forgotpass button span{
    font-size: 12px
}
.header-row .forgotpass button span:hover{
    color:var(--c-emphasis)
}
.bottom-header-menu li a,
.bottom-header-menu .menu .menu-link,
.bottom-header-menu .menu .menu-link.active{
    background-color: transparent;
    font-size: 15px;    
    line-height: 13px;
    height: 36px;
    align-items: center;    
    padding: 0 10px;
    text-transform: capitalize;
    font-weight: bold;
    justify-content: center;
    margin: 8px 0
}
.bottom-header-menu .menu .menu-link.active{
    color: var(--c-white-e);
    background-color: var(--c-emphasis);
    border-radius: var(--r-lgr);
}
.bottom-header-menu .menu .menu-link:hover{
    background-color: #43434387;
    border-radius: var(--r-lgr);
    color: var(--c-white-e)
}
.bottom-header-menu .menu.additional-item .menu-link{
    cursor: pointer;
    min-width: 100px
}
.header-row-left .bottom-header-menu{
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center
}
.bottom-header-menu li:first-child{
    margin-left: 0
}
.bottom-header-menu li > a.menu-link:before,
.bottom-header-menu .menu.additional-item .menu-link:before{
    content:"";
    width: 0;
    height: 0;
    background-size: contain;
    margin-right: 0;
}
.bottom-header-menu li:first-child > a.menu-link:before{
    background-image: url(/v1.010/r/images/in2bet/icons/home-light.svg)
}
.bottom-header-menu li:nth-child(2) > a.menu-link:before{
    background-image: url(/v1.010/r/images/in2bet/icons/live-light.svg)
}
.bottom-header-menu li:nth-child(3) > a.menu-link:before{
    background-image: url(/v1.010/r/images/in2bet/icons/antepost-light.svg)
}
.bottom-header-menu li:nth-child(4) > a.menu-link:before{
     background-image: url(/v1.010/r/images/in2bet/icons/promotions-light.svg)
}
.bottom-header-menu li:nth-child(5) > a.menu-link:before{
    background-image: url(/v1.010/r/images/bestbet/icon/jackpot-icon.png)
}
.bottom-header-menu li:nth-child(6) > a.menu-link:before{
    background-image: url(/v1.010/r/images/bestbet/icon/virtuals-icon.png)
}
.bottom-header-menu li:nth-child(7) > a.menu-link:before{
    background-image: url(/v1.010/r/images/site/promotion.svg)
}
.bottom-header-menu li:nth-child(8) > a.menu-link:before{
    background-image: url(/v1.010/r/images/bestbet/icon/keno-icon.png)
}
.bottom-header-menu li:nth-child(9) > a.menu-link:before{
    background-image: url(/v1.010/r/images/site/promotion.svg)
}
.bottom-header-menu li:first-child > a.menu-link:hover:before{
    background-image: url("/v1.010/r/images/in2bet/icons/home-color.svg")
}
.bottom-header-menu li:nth-child(2) > a.menu-link:hover:before{
    background-image: url("/v1.010/r/images/in2bet/icons/live-color.svg")
}
.bottom-header-menu li:nth-child(3) > a.menu-link:hover:before{
    background-image: url("/v1.010/r/images/in2bet/icons/antepost-color.svg")
}
.bottom-header-menu li:nth-child(4) > a.menu-link:hover:before{
    background-image: url("/v1.010/r/images/in2bet/icons/promotions-color.svg")
}
.bottom-header-menu li:nth-child(5) > a.menu-link:hover:before{
    background-image: url("/v1.010/r/images/betomall/icons/yellow/jackpot-icon-yellow.png")
}
.bottom-header-menu li:nth-child(6) > a.menu-link:hover:before{
    background-image: url("/v1.010/r/images/betomall/icons/yellow/virtuals-icon-yellow.png")
}
.bottom-header-menu li:nth-child(7) > a.menu-link:hover:before{
    background-image: url("/v1.010/r/images/site/promotion-yellow.svg")
}
.bottom-header-menu li:nth-child(8) > a.menu-link:hover:before{
    background-image: url("/v1.010/r/images/betomall/icons/yellow/keno-icon-yellow.png")
}
.bottom-header-menu li:nth-child(9) > a.menu-link:hover:before{
    background-image: url("/v1.010/r/images/site/promotion-yellow.svg")
}
.bottom-header-menu .menu.additional-item .menu-link:before{
    background-image: url("/v1.010/r/images/in2bet/icons/info-icon-white.svg")
}
.bottom-header-menu .menu.additional-item .menu-link:hover:before{
    background-image: url("/v1.010/r/images/in2bet/icons/info-icon-orange.svg")
}
#mainDiv.lang-el .bottom-header-menu .menu.additional-item .menu-link.lang-en,
#mainDiv.lang-en .bottom-header-menu .menu.additional-item .menu-link.lang-el{
    display: none
}
.header-row .login-form .error-row{
    position: absolute;
    top: 62px;
    max-width: 400px;
    background-color: var(--c-primary-b);
    z-index: 1
}
.header-row .login-form .error-row .form-element-error:not(:empty){
    position: relative;
    padding: 30px 20px
}
.header-row .login-form .error-row .form-element-error:not(:empty) .clear-error{
    position: absolute;
    cursor: pointer;
    top: 10px;
    right: 15px;
    font-size: 16px;
    font-weight: bold
}

/*****************************
       Header Bottom User
******************************/

.user-login > app-widget-host{
    justify-content: flex-end;
    color: var(--c-primary-c);
    font-size: 14px;
    align-items: flex-end
}
.user-login > app-widget-host > app-block > app-widget-host,
.user-login > app-widget-host > app-content-block{
    display: flex;
    align-items: center;
    cursor: pointer;
    margin-left: 15px
}
.actions-top-row > app-widget-host {
    align-items: center;
    padding-bottom: 3px
}
.actions-top-row .other-links {
    margin: 0;
    height: 37px
}
.actions-bottom-row {
    width: 100%;
    display: flex;
}
.actions-bottom-row app-widget-host {
    display: flex;
    justify-content: flex-end;
    align-items: center
}
#root .full-ballance > app-widget-host{
    flex-direction: column;
    align-items: flex-start   
}
.header .my-bets-header,
.header .account-info{    
    display: flex;
    color: var(--c-white-e);
    font-size: 14px;
    font-weight: bold;
    justify-content: flex-end;
    max-width: fit-content;
    margin-left: 10px;
    cursor: pointer;
    white-space: nowrap
    
}
.account-info > app-widget-host{
    justify-content: flex-end
}
.header-row-right > app-widget-host{
    display: flex;
    justify-content: flex-end;
    align-items: center
}
.user-login-actions > app-widget-host{
    display: flex;
    flex-direction: column
}
.user-session-actions > app-widget-host{
    flex-wrap: wrap;
    flex-basis: 100%;
    width: auto;
    justify-content: flex-end
}
.user-session-actions .time.other-link{
    flex: 1 1 100%;
    padding-bottom: 4px
}
.user-session-actions .filter-time{
    text-align: end;
}


.filter-time-value{
    font-size: 12px;
    color: var(--c-white-e)
}
.time.other-link.time-guest{
    width: 100%;
    text-align: center;
    display: flex;
    justify-content: center
}
.time.other-link.time-guest .filter-time-value{
    flex-wrap: wrap;
    max-width: 190px;
    display: flex;
    margin: 0 auto;
    color: var(--c-white);
    font-size: 14px;
    font-weight: bold
}
.my-bets-header:before{
    content: "";
    background-image: url("/v1.010/r/images/tipster/mybets.svg");
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex
}

.account-info > app-widget-host:before{
    content: "";
    background-image: url("/v1.010/r/images/africa/user-white.svg");
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex
}
.deposit-link{
    font-weight: bold;
    background-color: var(--c-emphasis-c);
    border-radius: 8px;
    padding: 0 30px;
    line-height: 38px;
    color: var(--c-white-e);
    margin: 0 8px
}
.full-ballance{
    display: flex;
    color: var(--c-white-e);
    font-size: 16px;
    line-height: 16px;
    padding-right: 5px
}
.full-ballance > app-widget-host .beto-content-block:last-child{
    padding-top: 3px;
    font-size: 13px
}
.logout-tab > app-widget-host{
    display: flex;
    align-items: end
}

.logout-tab .logout-button{
    display: flex;
    background-color: transparent;
    color: var(--c-black-e);
    font-size: 14px;
    font-weight: bold;
    border:0
}
.logout-tab .logout-button:before{
    content: "";
    width: 16px;
    height: 16px;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center center;
    display: flex;
    background-image: url("/v1.010/r/images/africa/log-out-white.svg");

}

/*   Search   */


#root .sports-search li{
    background-color: var(--c-primary-b);
    color: var(--c-white-e)
}
#root .desktop .sports-search li:hover{
    opacity: .8
}

#root .ui-autocomplete-panel * {
    color: var(--c-black-e);
}
.search-match-category{
    display: none
}
#root .ui-autocomplete-list-item:not(:first-child) {
    border-top: 1px solid var(--c-black-e)
}
.search-result {
    opacity: .8
}
.search-result:hover {
    opacity: 1;
    cursor: pointer
}
.search-result .search-match-type {
    align-items: center;
    display: flex
}
#root .search-result .search-match-type .default-sport {
    width: 12px!important;
    height: 12px!important;
    margin-bottom: -8px;
    margin-right: -12px;
    z-index: 2;
    display: block;
    background-size: contain!important
}
.search-result.search-tournament-wrapper .search-match-type .default-sport {
    order: -1
}
.search-result.search-sport-wrapper .search-match-type .search-match-sport {
    margin-left: 24px
}
.search-result .search-match-tournament-category {
    display: flex
}
.search-result .search-match-data {
    align-items: center;
    display: flex
}
.search-result .search-match-date {
    white-space: nowrap
}
.search-result.search-tournament-wrapper .search-match-type .search-match-sport, .match-is-live .search-match-period, .search-result .search-match-sport, .search-match-data .default-sport, .search-result-type, .search-match-code {
    display: none
}
.search-tournament-wrapper .search-match-sport {
    display: block;
    margin-left: auto
}
.search-tournament-wrapper .default-sport {
    display: block;
    order: 4
}
.search-category-wrapper .search-match-type .search-match-sport, .search-sport-wrapper .search-match-sport {
    display: block
}
.search-match-type {
    position: relative
}
.search-match-tournament-category {
    display: flex;
    font-size: 14px;
}
#root .search-result .default-flag {
    background-size: 18px!important;
    background-repeat: no-repeat;
    background-position: center center
}
.search-match-info {
    display: flex;
    font-size: 11px;
    flex-wrap: nowrap;
    white-space: nowrap;
    min-width: 0;
    flex-shrink: 0;
    order: 1;
    margin-left: 6px
}
.search-match-name {
    display: flex;
    flex: 1;
    flex-wrap: wrap;
    font-size: 16px;
    font-weight: bold
}
.search-match-date {
    margin-right: 4px
}
.search-match-category {
    margin: 0 4px
}

.search-match-score {
    margin-left: 5px
}
.mobile .header .mobile-menu-link.search{
    position: unset;
    margin: 0 5px
}
.search-match-data match-is-live:hover{
    color: var(--c-emphasis)
}
#root .ui-autocomplete-panel .search-match-info{
    color: var(--c-emphasis);
    font-size: 15px;
}
