.header {
    z-index: 100
}

.header > app-widget-host {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: var(--c-gradient-purple-purple);
    z-index: 1
}

/*****************************
         Header
******************************/
.header-row {
    background-color: var(--c-shade);
    padding: 0 20px
}
.header-menu-row {
    padding: 0 20px
}
.header-menu-row  > app-widget-host{
    display: flex;
    align-items: center
}
.bottom-header-menu-links {
    max-width: calc(100% - 140px);
    overflow-x: auto;
    margin-left: 25px
}

.bottom-header-menu-links::-webkit-scrollbar-thumb {
    background: var(--c-background-primary)
}

.bottom-header-menu-links::-webkit-scrollbar-track {
    flex-direction: row;
    align-items: center;
    max-width: calc(100% - 60px);
    margin: 0 30px;
}

.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 {
    display: flex;
    margin-left: auto;
    position: relative
}

.other-links label {
    display: flex;
    padding: 4px;
    height: 36px;
    align-items: center
}

.other-links .other-link {
    display: flex;
    align-items: center
}

.other-links .ui-dropdown {
    border: 1px solid var(--c-background-body);
}

.sports-search span>input {
    height: 36px;
    display: flex;
    /*  background: url(/v2.03/r/images/site/icons/Search.svg) 60px 5px no-repeat; */
    background-size: 24px;
    font-size: 16px;
    width: 100px;
    border: 0;
    border-radius: 0;
    padding: 0 0 0 60px;
    z-index: 20;
    -moz-transition: width .5s ease-in-out;
    -o-transition: width .5s ease-in-out;
    transition: width .5s ease-in-out;
    border-radius: var(--r-border-radius-big)
}

body .desktop .ui-inputtext:enabled:focus:not(.ui-state-error) {
    width: 250px
}

.desktop .sports-search span>input {
    width: 100%;
    text-indent: 25px
}

body .desktop .sports-search .ui-inputtext:enabled:focus:not(.ui-state-error) {
    width: 280px;
    text-indent: 25px;
    box-shadow: inset var(--c-background-header-menu) 0 0 0 2px;
}
.search-label {
    display: none;
}
.other-links .sports-search span {
    position: relative;
}

.other-links .sports-search span:before {
    content: "";
    background-image: url(/v1.030/r/images/roisbet/icons/SEARCH.svg);
    width: 18px;
    height: 18px;
    position: absolute;
    left: 10px;
    top: 9px;
    background-size: contain;
}

body .sports-search .ui-autocomplete-panel {
    border: 1px solid var(--c-border-sport-coupon);
    border-radius: var(--r-border-radius-big);
    max-height: 40vh!important
}

#root .header-menu-row .filter-language li.ui-state-highlight {
    display: flex;
}

#root .header-menu-row .filter-language li {
    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, .filter-odds-name {
    display: none
}

/* .navigation-content .filter-language .filter-language-name{
    display: block
} */
.filter-language p-dropdown, .filter-odds .odds-dropdown {
    width: 100%
}

.filter-language label {
    padding: 0
}

body .header .lang .filter-language .ui-dropdown, .mobile .left-nav-footer .filter-language .ui-dropdown, body .header .lang .filter-odds .ui-dropdown {
    border: 0;
    display: inline;
    justify-content: center;
    width: 100%;
    margin-left: 5px;
    font-size: 14px;
    line-height: 18px;
}

.mobile .left-nav-footer .filter-language label > span {
}

.header .lang .filter-language .ui-dropdown .ui-dropdown-label-container, .mobile .left-nav-footer .filter-language .ui-dropdown .ui-dropdown-label-container, .header .lang .filter-odds .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, .header .lang .filter-odds .ui-dropdown .ui-dropdown-label-container label {
    background: transparent;
    display: flex;
    align-items: center;
    font-size: 11px;
    width: 27px;
    top: -2px
}

.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, .header .lang .filter-odds 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;
}

#root .header .lang .filter-language li, .mobile .left-nav-footer .filter-language li {
    display: flex;
}

#root .header .lang .filter-language li:hover span, .mobile .left-nav-footer .filter-language li:hover span {
}

/********************************/
/****** 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;
    margin-left: 10px
}

.top-header-menu li a, .top-header-menu .menu .menu-link, .top-header-menu .menu .menu-link.active {
    opacity: 0.68
}

.header-row-left {
    flex: 0 0 290px;
}

.header-row-right {
    flex: 1
}

.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 {
    width: 100%;
    height: 45px;
    width: 175px;
    /*  padding: 10px 0; */
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center
}

.header-row .user-guest > app-widget-host {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    position: relative
}

.header-user-actions {
    display: flex;
    width: 100%
}

.header-user-actions .register {
    margin-left: auto
}

.time.other-link {
    display: flex;
    align-items: center;
    color: var(--c-white)
}

.header-row .forgotpass button {
    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 .username-row .form-element-wrapper {
    position: relative
}

.header-row .user-guest form .username-row .form-element-wrapper:after {
    content: "+233";
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    left: 10px
}

.header-row .user-guest form .username-row input {
    text-indent: 40px;
}

.header-row .user-guest form input {
    border: 0;
    height: 35px;
    margin-left: 3px;
    padding: 0 5px;
    max-width: 155px;
    border-radius: var(--r-border-radius-medium)
}

.header-row .user-guest form input::-webkit-input-placeholder {
    opacity: 1
}

.header-row .generic-form .form-row .form-label {
    display: none
}

.button-submit-login .button-label, .mobile .forgot-password-block .button-label {
    text-transform: uppercase;
    width: 100%;
    padding: 10px 20px;
    border-radius: var(--r-border-radius-big)
}

.signin-dialog .button-submit-login .button-label {
    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%;
}

.button-submit-login {
    display: flex;
    padding: 0;
    height: 100%;
    max-width: 80px;
    margin-left: 3px;
    width: 100%;
    border-radius: var(--r-border-radius-big)
}

.button-submit-login > i {
    margin-top: 5px;
    margin-left: 2px;
    font-size: 20px
}

.header-row .generic-form .form-row {
    padding: 0
}

.header-row .registerbutton button {
    padding: 0;
    height: 100%
}

.header-row .registerbutton button span {
    font-weight: bold
}

.header-row .forgotpass button span {
    font-size: 12px
}

.header-row .forgotpass button span:hover {
    font-size: 15px;
    font-weight: bold;
    line-height: 13px;
    height: 35px;
    align-items: center;
    margin: 8px 0;
    padding: 0 10px
}
#root .header-menu-row .bottom-header-menu li a{
    display: flex;
    align-items: center;
    padding-left: 50px;
    background-repeat: no-repeat;
    background-size: 50px;
    background-position: 2px 50%;
    min-height: 32px
}
#root .header-menu-row .bottom-header-menu li.cms-menu-sports a{
    background-image: url(/v1.030/r/images/site/icons/WEB_ICONS_01.png)
}
#root .header-menu-row .bottom-header-menu li.cms-menu-live a{
    background-image: url(/v1.030/r/images/site/icons/WEB_ICONS_06.png)
}
#root .header-menu-row .bottom-header-menu li.cms-menu-casino a{
    background-image: url(/v1.030/r/images/site/icons/WEB_ICONS_07.png)
}
#root .header-menu-row .bottom-header-menu li.cms-menu-live-casino a{
    background-image: url(/v1.030/r/images/site/icons/WEB_ICONS_05.png)
}
#root .header-menu-row .bottom-header-menu li.cms-menu-virtual a{
    background-image: url(/v1.030/r/images/site/icons/WEB_ICONS_02.png)
}
#root .header-menu-row .bottom-header-menu li.cms-menu-lotto a{
    background-image: url(/v1.030/r/images/site/icons/WEB_ICONS_11.png)
}
#root .header-menu-row .bottom-header-menu li.cms-menu-spin-win a{
    background-image: url(/v1.030/r/images/site/icons/WEB_ICONS_03.png)
}
#root .header-menu-row .bottom-header-menu li.cms-menu-keno a{
    background-image: url(/v1.030/r/images/site/icons/WEB_ICONS_10.png)
}

#root .header-menu-row .bottom-header-menu li.cms-menu-aviator a{   
    background-image: url(/v1.030/r/images/site/icons/WEB_ICONS_04.png);
    
}

.header-menu-row .blog-link {
    margin-left: 10px
}

.header-menu-row .blog-link > div {
    font-size: 15px;
    font-weight: bold;
    line-height: 13px;
    height: 35px;
    align-items: center;
    margin: 8px 0;
    padding: 0 10px;
    display: flex;
    cursor: pointer
}

.header-menu-row .blog-link > div:hover {
    border-radius: 50px;
}

.header-menu-row .blog-link > div:before {
    content: "";
    width: 25px;
    height: 25px;
    background-size: contain;
    margin-right: 9px;
    background-image: url(/v2.03/r/images/BOA/icons/blog-light.svg)
}

.header-menu-row .blog-link.aviator > div:before {
    background-image: url(/v2.03/r/images/BOA/icons/aviator-white.svg)
}

.header-menu-row .blog-link.aviator > div:hover:before {
    background-image: url(/v2.03/r/images/BOA/icons/aviator-yellow.svg)
}

.header-menu-row .blog-link > div:hover:before {
    background-image: url(/v2.03/r/images/BOA/icons/blog-color.svg)
}
.bottom-header-menu .menu .menu-link:hover,
.bottom-header-menu .menu .menu-link.active {
    border-radius: 50px;
    background-color: var(--c-white);
    color: var(--c-black)
}

.bottom-header-menu .menu .menu-link:hover {
    border-radius: 50px;
    align-items: center;
    display: flex;
    justify-content: center
}

.bottom-header-menu li:first-child {
    margin-left: 0
}

.header-row .login-form .error-row {
    position: absolute;
    top: 62px;
    max-width: 400px;
    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, .user-guest {
    margin-left: auto
}

.user-login > app-widget-host {
    justify-content: flex-end;
    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
}

.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;
}

#root .full-ballance > app-widget-host {
    flex-direction: column;
    align-items: flex-end;
}

.user-login .my-bets-header, .user-login .account-info {
    flex: 0 0 50%;
    display: flex;
    font-size: 14px;
    font-weight: bold;
    justify-content: flex-end;
    max-width: fit-content;
    margin-left: 10px
}

.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;
}

.user-session-actions .filter-time-value {
    font-size: 12px;
    background-image: url("/v2.03/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("/v2.03/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;
    border-radius: 8px;
    padding: 0 30px;
    line-height: 38px;
    font-size: 16px;
    line-height: 16px
}

.full-ballance > app-widget-host .beto-content-block:last-child {
    padding-top: 5px;
    /* font-weight: bold; */
    white-space: nowrap;
}

.user-login .my-profile-tab .logout-button {
    display: flex;
    font-size: 14px;
    font-weight: bold
}

.user-login .my-profile-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("/v2.03/r/images/africa/log-out-white.svg");
}

/*   Search   */
#root .sports-search li {
}

#root .sports-search li:hover {
    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: 11px
}

#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: 11px;
    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 {
    font-size: 12px
}
.desktop .carousel{
    height: calc(calc(100vw - 690px) / 4);
    overflow: hidden
}
.desktop .carousel .slideshow-container {
    height: 100% !important;
    padding: 0
}
.desktop .carousel .slideshow-container .slides {
    /* background-size: contain !important; */
}

