/*****************************************
       Moved to main.css
******************************************/



.menu .menu-link,
.menu .menu-link:hover,
.menu .menu-link.active{
    background-color: transparent
}


/*****************************************
    Header Top Menu > Bonus Page
******************************************/
/*
.bonus-image{
    background-repeat: no-repeat;
    width: 100%;
    height: 484px;
    height: calc(calc(100vw - 666px) / 2.33);
    background-size: contain;
    background-position: center center;
    cursor: pointer
}
.bonus-1 .bonus-image{
    background-image: url(/v1.01/r/images/site/banners/700x300_primebet_carousels.jpg)
}
.bonus-2 .bonus-image{
    background-image: url(/v1.01/r/images/site/banners/700x300_primebet_carousels2.jpg)
}
*/

.bonus-container > app-widget-host{
    flex-direction: row;
    justify-content: center
}
.bonus-box > app-widget-host{
    cursor: pointer;
    position: relative;
    overflow: hidden;
    border-radius: var(--r-lg)
}
.bonus-1{
    padding-right: 10px
}
.bonus-2{
    padding-left: 10px
}
.bonus-image{
    display: flex
}

.bonus-image:hover:before{
    content: "";
    display: flex;
    width: 0;
    height: 86%;
    position: absolute;
    top: 7%;
    left: 0;
    opacity: 0;
    box-shadow: 0 0 35px 10px rgba(255,255,255,.7);
    transform: skewX(-45deg);
    animation: e-shine .35s linear;
}
@keyframes e-shine{from{opacity:0;left:0}50%{opacity:1}to{opacity:0;left:100%}}


.bonus-image img{
    max-width: 100%
}
.bonus-title{
    display: flex;
    justify-content: center;
    height: 60px;
    align-items: center;
    padding: 10px;
    background-color: var(--c-primary-b);
    color: var(--c-primary-c);
    font-size: 16px
}


.bonus-content .section-title{
    font-size: 18px;
    text-align: center;
    color: var(--c-emphasis);
    font-weight: bold;
    text-transform: uppercase;
    padding: 13px 10px
}


.bonus-body > app-widget-host,
.bonus-conditions > app-widget-host{
    display: flex;
    margin: 0 auto
}
.bonus-content{
    width: 100%
}

.bonus-teps{
    padding: 0 20px;
    color: #fff
}

.bonus-conditions > app-widget-host .toggle-button,
.toggle-menu{
    padding-bottom: 100px
}

.bonus-content > app-widget-host{
    display: flex;
    max-width: 1980px;
    margin: 0 auto;
    padding: 0 20px    
}
.bonus-teps > app-widget-host{
    flex-direction: row;
    padding: 50px 0
}
.bonus-content .content-box{
    display: flex;
    flex: 0 0 33.333333%;
    padding: 0 20px;
    align-items: flex-start
}
.bonus-content .content-title{
    display: flex;
    align-items: center;
    font-size: 25px;
    margin-bottom: 20px;
    text-transform: uppercase;
    line-height: 34px;
    color: var(--c-emphasis)
}
.bonus-content .content-text{
    font-size: 16px;
    color: var(--c-primary-c);
    line-height: 24px
}
.bonus-content .content-title:before{
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 65px;
    height: 65px;
    font-size: 44px;
    font-weight: bold;
    color: var(--c-primary-b);
    background-color: var(--c-primary-c);
    margin-right: 20px
}
.content-active .content-title:before{
    content: "1"
}
.content-register .content-title:before{
    content: "2"
}
.content-get-bonus .content-title:before{
    content: "3"
}

.conditions-title{
    display: flex;
    align-items: center;
    color: var(--c-primary-c);
    font-size: 21px;
    border-bottom: 1px solid var(--c-primary-c);
    height: 64px
}
.conditions-title > div{
    display: flex;
    align-items: center;
    cursor: pointer
}
.conditions-title > div:after{
    content: "";
    background-image: url(/v1.01/r/images/site/icons/Arrow_Down.svg);
    width: 25px;
    height: 25px;
    transform: rotate(0deg);
    margin-left: 15px

}
.conditions-toggle .conditions-title > div:after{
    transform: rotate(180deg)
}
.conditions-text-box{
    font-size: 14px;
    color: var(--c-primary-c);
    line-height: 34px;
    transition: all .7s ease-in-out;
    max-height: 0;
    overflow: hidden
}
.conditions-toggle .conditions-text-box{
    max-height: 9999px;
    transition: all .7s ease-in
}
.desktop-bonus-popup{
    display: block!important;
    top: 10vh!important;
    width: 50%;
    transition: top 2s ease-in-out
}
body .desktop-bonus-popup .ui-dialog-content{
    padding: 0;
    height: 305px!important;
    max-width: 960px;
    overflow: unset;
    border-top-left-radius: var(--r-lg);
    border-top-right-radius: var(--r-lg)
}
.desktop-bonus-popup .bonus-modal-header > app-widget-host{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    padding: 0 15px;
    background-color: var(--c-black-e);
    border-top-left-radius: var(--r-lg);
    border-top-right-radius: var(--r-lg)
}
.desktop-bonus-popup .bonus-modal-header > app-widget-host span{
    display: none
}
.desktop-bonus-popup .close-modal-button{
    font-weight: bold
}
.desktop-bonus-popup .close-modal-button:hover{
    color: var(--c-white-e)
}

.desktop-bonus-popup  .modal-title{
    color: var(--c-emphasis);
    font-weight: bold
}


.desktop .bonus-modal-content > app-widget-host{
    flex-direction: row;
    position: relative;
    overflow: hidden;
    border-bottom-left-radius: var(--r-lg);
    border-bottom-right-radius: var(--r-lg)
}
.desktop .bonus-modal-content .bonus-image{
    display: flex;
    position: absolute;
    height: 100%;
    left: -24%;
    transform: rotate3d(0.1, -0.1, 0, 45deg);
    width: 70%;
    z-index: 1;
    top: 15%;
    overflow: hidden
}
.desktop .bonus-modal-content .bonus-image-holder{
    width: 40%;
    height: 300px;
    display: flex;
    z-index: 1;
    background: linear-gradient(to bottom, transparent,var(--c-emphasis))
}
.desktop .bonus-modal-content  .bonus-teps{
    z-index: 2;
    width: 60%;
    background-color: var(--c-primary-b);
    height: 300px;
    overflow: auto;
    padding-bottom: 20px
}


/*****************************************
               Content Pages
******************************************/

[class*='view-page-content-'] app-scroll-top{
    display: flex
}
[class*='view-page-content-'] app-scroll-top .scroll-top{
    display: none;
    position: fixed;
    top: unset;
    bottom: 0;
    right: 0;
    width: 140px;
    margin-right: 20px;
    background-color: var(--c-emphasis);
    z-index: 50;
    cursor: pointer
}
[class*='view-page-content-'] app-scroll-top .scroll-top:hover{
    opacity: .7
}
[class*='view-page-content-'] app-scroll-top .scroll-top.show-scroll{
    display: flex
}
[class*='view-page-content-'] app-scroll-top .scroll-top > span{
    text-transform: uppercase;
    display: flex;
    width: 100%;
    justify-content: space-evenly;
    align-items: center;
    height: 30px
}
[class*='view-page-content-'] app-scroll-top .scroll-top > span::after{
    content: "";
    display: flex;
    width: 20px;
    height: 20px;
    background-image: url(/v1.01/r/images/in2bet/icons/arrow-down-dark.svg);
    background-size: contain;
    transform: rotate(180deg)
}



.content-page {
    width: 100%
}
.content-page-title{
    display: flex;
    align-items: center
}
.content-page-title:before{
    background-color: var(--c-emphasis);
    content: "";
    height: 5px;    
    width: calc(20% - 15px);
    margin-right: 15px;
}
.content-page-title:after{
    background-color: var(--c-emphasis);
    content: "";
    height: 5px;
    flex: 12px 1;
    margin-left: 15px;
}
.content-page-title h1{
    line-height: 28px
}
.content-page-info,
.content-page-inner-holder,
.list-all-sports,
.content-menu{
    padding: 0 20%
}
.list-all-sports{
    display: none
}
.content-page-holder p{
    font-size: 16px;
    line-height: 20px;
    margin-top: 0
}
body .content-page-holder p a{
    border-bottom: 1px solid
}
body .content-page-holder ul{
    padding-left: 60px;
    margin-bottom: 15px
}
body .content-page-holder ul li{
    list-style: disc
}
body .content-page-holder ol{
    margin: 0;
    margin-bottom: 15px
}
body .content-page-holder ol li{
    list-style: lower-alpha
}
body .content-page-holder ol ol li{
    list-style: lower-roman
}
body .content-page-holder ol ul li{
    list-style: decimal
}
body .content-page-holder li{
    font-size: 15px;
    line-height: 19px
}
p.underline{
    text-decoration: underline
}
p.margin-bottom{
    margin-bottom: 5px
}
body .content-page-holder li a:hover,
body .content-page-holder p a:hover{
    color: var(--c-white-e)
}
.content-page-inner{
    background-color: var(--c-primary);
    padding-bottom: 15px
}
.content-page-inner .inner-box-title{
    background-color: var(--c-emphasis);
    border-radius: var(--r-md);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}
.content-page-inner .inner-box-title h2{
    padding: 8px 20px;
    line-height: 24px
}
.content-page-inner p{
    padding: 0 20px
}
.payment-types-holder{
    padding: 0 15px
}
.peyment-types-header{
    display: flex;
    background-color: var(--c-emphasis);
}
.peyment-types-header > h4{
    flex: 1;
    text-align: center;
    border-right: 1px solid var(--c-white-e);
    padding: 15px 0;
    margin: 0
}
.peyment-types-header > h4:last-child{
    border-right: 1px solid transparent
}
.payment-types-row{
    display: flex;
    align-items: center;
    background-color: var(--c-primary-b);
    border-bottom: 1px solid var(--c-white-e)
}

.payment-types-row .payment-image{
    flex: 1;
    border-right: 1px solid var(--c-white-e);
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center
}
.payment-types-row .payment-image img{
    max-width: 100%
}
.payment-types-row p{
    flex: 1;
    margin: 0;
    border-right: 1px solid var(--c-white-e);
    padding: 0;
    display: flex;
    align-items: center;
    height: 75px;
    justify-content: center;
    text-align: center
}
.payment-types-row p:last-child{
    border-right: 1px solid transparent
}

.payment-types-holder > p{
    text-align: center;
    font-size: 13px
}
body .list-all-sports ul{
    display: flex;
    flex-wrap: wrap
}
body .list-all-sports ul li{
    flex: 0 0 25%;
    list-style: symbols;
    font-size: 17px;
    line-height: 20px
}
.collapse-section .content-page-inner{
   padding: 0
}
.collapse-section .content-page-inner[open]{
    padding-bottom: 15px;
    margin-bottom: 15px
}
.collapse-section .content-page-inner .inner-box-title{
    display: flex;
    margin-bottom: 15px;
    cursor: pointer
}
.collapse-section .content-page-inner .inner-box-title h2{  
    margin: 0;
    display: flex;
    align-items: center
}

.content-page-holder.collapse-section h2:before{
    content: "";
    display: flex;
    width: 20px;
    height: 20px;    
    background-size: contain;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center center
}
.content-page-holder #american-football h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_rugby.svg")
}
.content-page-holder #athletics h2:before{
    background-image: url(/v1.01/r/images/in2bet/icons/athletics.svg)
}
.content-page-holder #australian-rules h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_rugby.svg")
}
.content-page-holder #badminton h2:before{
    background-image: url(/v1.01/r/images/mp207/badminton.svg)
}
.content-page-holder #bandy h2:before{
    background-image: url(/v1.01/r/images/in2bet/icons/bandy.svg)
}
.content-page-holder #baseball h2:before{
    background-image: url(/v1.01/r/images/mp207/baseball.svg)
}
.content-page-holder #basketball h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_basketball.svg")
}
.content-page-holder #beach-volleyball h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_beachvolley.svg")
}
.content-page-holder #bowls h2:before{
    background-image: url(/v1.01/r/images/in2bet/icons/bowls.svg)
}
.content-page-holder #boxing-ufc h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_boxing.svg")
}
.content-page-holder #cricket h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_cricket.svg")
}
.content-page-holder #cycling h2:before{
    background-image: url(/v1.01/r/images/in2bet/icons/cycling.svg)
}
.content-page-holder #darts h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_darts.svg")
}
.content-page-holder #e-sports h2:before{
    background-image: url("/v1.01/r/images/in2bet/icons/e-soccer.svg")
}
.content-page-holder #floorball h2:before{
    background-image: url(/v1.01/r/images/in2bet/icons/floorball.svg)
}
.content-page-holder #futsal h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_foutsal.svg")
}
.content-page-holder #gaelic-sports h2:before{
    background-image: url(/v1.01/r/images/in2bet/icons/Gaelic-football.svg)
}
.content-page-holder #golf h2:before{
    background-image: url(/v1.01/r/images/mp207/golf.svg)
}
.content-page-holder #handball h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_handball.svg")
}
.content-page-holder #hockey h2:before{
    background-image: url("/v1.01/r/images/in2bet/icons/bandy.svg")
}
.content-page-holder #ice-hockey h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_icehockey.svg")
}
.content-page-holder #international-rules h2:before{
    background-image: url(/v1.01/r/images/in2bet/icons/international-rules.svg)
}
.content-page-holder #motor-racing h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_motorsports.svg")
}
.content-page-holder #motorbikes h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_motorsports.svg")
}
.content-page-holder #netball h2:before{
    background-image: url(/v1.01/r/images/mp207/netball.svg)
}
.content-page-holder #other-sports h2:before{
    background-image: url(/v1.01/r/icons/sports-flat/si_allSports.svg)
}
.content-page-holder #pool h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_pool.svg")
}
.content-page-holder #rugby-league h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_rugby.svg")
}
.content-page-holder #rugby-union h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_rugby.svg")
}
.content-page-holder #snooker h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_pool.svg")
}
.content-page-holder #soccer h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_football.svg")
}
.content-page-holder #speedway h2:before{
    background-image: url(/v1.01/r/images/in2bet/icons/Speedway.svg)
}
.content-page-holder #squash h2:before{
    background-image: url(/v1.01/r/images/in2bet/icons/squash.svg)
}
.content-page-holder #table-tennis h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_pingpong.svg")
}
.content-page-holder #tennis h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_tennis.svg")
}
.content-page-holder #volleyball h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_volley.svg")
}
.content-page-holder #water-polo h2:before{
    background-image: url("/v1.01/r/icons/sports-flat/si_waterpolo.svg")
}
.content-page-holder #winter-sports h2:before{
    background-image: url(/v1.01/r/images/in2bet/icons/winter-sports.svg)
}

.content-menu li{
    font-size: 18px;
    font-weight: bold;
    padding-right: 15px;
}
#root .content-menu li a{
    color: var(--c-white-e)
}
#root .content-menu li a.active,
#root .content-menu li a :hover{
    color: var(--c-emphasis)
}



/* New Mobile Sports Select Menu */

.mobile .sports-select-page .body,
.mobile .header-page .body{
    margin-top: 0;
    padding-bottom: 0
}

body .mobile .sports-select-page .body > app-widget-host{
    flex-direction: column
}
.mobile  .sports-nav-header{
    height: 60px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background-color: var(--c-emphasis)
}

.mobile  .sports-nav-header > app-widget-host{
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px
}

.mobile .sports-nav-title{
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    color: var(--c-white-e)
}

body .mobile .sports-nav-header a{
    font-size: 0;
    display: flex;
}
body .mobile .sports-nav-header a::before{
    content: '';
    display: block;
    width: 25px;
    height: 25px;
    background-image: url(/v1.0201/r/images/accessbet/icons/material-symbols_close_white.svg);
    background-size: contain;
    background-position: center;
}
.mobile .sports-select-page .nav-sport,
.mobile .sports-select-page .nav-category,
.mobile .sports-select-page .nav-tournament{
    height: 45px;
}