@font-face {
    font-family: Gilroy;
    src: url(/assets/webfonts/Gilroy-Bold.woff);
    font-weight: bold;
}

@font-face {
    font-family: Gilroy;
    src: url(/assets/webfonts/Gilroy-Regular.woff);
    font-weight: normal;
}

@font-face {
    font-family: Gilroy;
    src: url(/assets/webfonts/Gilroy-Heavy.woff);
    font-weight: 800;
}

@font-face {
    font-family: Gilroy;
    src: url(/assets/webfonts/Gilroy-Medium.woff);
    font-weight: 600;
}

/* The emerging W3C standard
that is currently Firefox-only */
* {
    scrollbar-width: thin;
}

/* Works on Chrome/Edge/Safari */
*::-webkit-scrollbar {
    width: 10px;
}
body::-webkit-scrollbar {
    width: 12px;
}
*::-webkit-scrollbar-track {
    background: white;
}
body::-webkit-scrollbar-track {
    background: #e4e4e4;
    border-left: 1px solid #aaaaaa;
    padding-left: 10px;
}
body::-webkit-scrollbar-thumb {
    border-radius: 57px;
    border: 3px solid rgba(0, 0, 0, 0);
    background-clip: padding-box;
}
*::-webkit-scrollbar-thumb {
    border-radius: 57px;
    border: 3px solid white;
}

.invisible-scrollbar::-webkit-scrollbar-thumb {
    background-color: #fff;
}

.invisible-scrollbar {
    scrollbar-color: white white;
}

.collapsable{
    display: none;
    margin-left: 0px;
    padding-right: 25px;
}
.collapsable.open{
    margin-left: 240px;
}

.header{
    width: 100%;
    height: 58px;
    font-family: 'Gilroy',Arial,sans-serif;
    position: relative;
    z-index: 4;
}

.header .headerLogo{
    float: left;
}
.header .headerSmoresLogo{
    margin-left: 10px;
    margin-top: 9px;
    float: left;
    height: 25px;
}
.now-text {
    float: left;
    margin: 15px 0px 0px 10px;
    font-size: 12px;
    line-height: 2;
}
.header .logoLink{
    width: 123px;
}

.header .headerLogoCenter{
    display: block;
    margin: 0 auto;
    margin-top: 16px;
}

#menuicon {
    float: left;
    margin-left: 30px;
}

#menuicon-menu{
    display: block;
    margin-bottom: 20px;
    margin-left: 20px;
}

.creator-portal-menu-btn {
    justify-content: center;
    align-items: center;
    position: relative;
    cursor: pointer;
    width: 20px;
    height: 17px;
    display: inline-block;
}

.btn-line {
    width: 100%;
    height: 2px;
    background: #000;
    margin: 3px auto;
    transition: all .3s ease-in-out;
}

.creator-portal-menu-btn.open .btn-line:nth-child(2) {
    opacity: 0;
}

.creator-portal-menu-btn.open .btn-line:nth-child(1) {
    transform: translateY(5px) rotate(45deg);
}

.creator-portal-menu-btn.open .btn-line:nth-child(3) {
    transform: translateY(-5px) rotate(-45deg);
}

#menuicon a,#menuicon-menu a{
    color: #ffffff;
    text-decoration: none;
    font-size: 22px;
    line-height: 50px;
}

.menudiv.open #menuicon-menu a {
    color: #000;
}

.header .menu{
    float: left;
    margin-left: 20px;
    margin-top: 19px;
}

.header .menu li{
    float: left;
    list-style-type: none;
    margin-left: 30px;
    font-size: 12px;
    text-align: left;
    color: #4a4a4a;
    font-weight: bold;
}

.header .menu li a{
    text-decoration: none;
    color: #415b76;
}

.header .menu li a:hover{
    color: #798B92;
}

#signInMobile{
    display: none;
}

.loginButton{
    float: right;
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    margin-right: 15px;
    margin-top: 20px;
    text-decoration: none;
}

.signupButton{
    float: right;
    display: block;
    color: #ffffff;
    font-weight: bold;
    font-size: 12px;
    margin-right: 30px;
    margin-top: 20px;
    text-decoration: none;
}

.headerSearch {
    margin-left: 320px;
    margin-top: 8px;
    position: relative;
    width: 50%;
    max-width: 814px;
    z-index: -1;
}
.headerSearch input {
    background-color: #F0F2F5;
    height: 35px;
    color: #4a4a4a;
    font-size: 12px;
    padding-left: 64px;
    width: 80%;
    max-width: 750px;
    box-sizing: border-box;
    border-radius: 12px;
}

.headerSearch input:focus {
    border-color: #4a4a4a;
}
.headerSearch button.close{
    display: none;
}
.header .mobileSearchIcon{
    display: none;
}
#headerSearchSubmit {
    width: 24px;
    border: none;
    height: 26px;
    cursor: pointer;
    background-image: url(/assets/img/icons/search-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    padding-left: 0px;
    padding-right: 0px;
    position: absolute;
    left: 16px;
    top: 5px;
}
.menuoverlay {
    position: fixed;
    height: 100%;
    display: none;
    width: 100%;
    background-color: rgba(74, 74, 74, 0.25);
    z-index: 110;
    top: 0px;
}
.menudiv {
    width: 0px;
    overflow: hidden;
    background-color: #fff;
    position: fixed;
    height: 100%;
    z-index: 10;
    font-family: 'Gilroy',Arial,sans-serif;
}
.menudiv.open{
    width: 240px;
    overflow-y: auto;
}
.menudiv:after {
    content: "";
    display: block;
    height: 50px;
    width: 100%;
}
.fas,.far{
    font-size: 22px;
}
.menudiv .icon{
    width: 22px;
    text-align: center;
    display: block;
    margin: 0 auto;
}
.menudiv .icon.selected{
    color: #415b76;
}
.menudiv.open .rewards .icon{
    display: none;
    margin-right: 10px;
}
.menudiv.open .icon{
    margin: 0;
    margin-right: 10px;
    float: left;
    display: none;
}
.itemTitle{
    display: block;
    font-size: 10px;
    text-align: center;
    line-height: 14px;
}
.itemTitle.order{
    font-weight: 600;
    font-size: 10px;
}
.itemTitle.selected{
    font-weight: bold;
}
.menudiv.open .itemTitle{
    display: inline-block;
    font-size: 14px;
    text-align: left;
    font-weight: 600;
}
.menudiv.open .itemTitle.itemTitleSubheader {
    font-size: 16px;
}
.menudiv.open .itemTitle.order{
    font-size: 16px;
}
.menu_section .logged_out{
    display: none;
}
.menudiv.open .menu_section .logged_out{
    display: block;
}
.menudiv.open .menu_section{
    margin-left: 40px;
}
.menudiv.open .menu_section.orderlist{
    margin-top: 40px;
}
.menu_section a {
    text-decoration: none;
}
.menu_section h3 {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}
.menu_section h3 a{
    color: #404041;
    text-decoration: none;
}
.menu_section h3 a:hover{
    color: #415b76;

}
.menu_section .points{
    font-size: 10px;
    font-weight: bold;
    margin-bottom: 5px;
    text-align: center;
    letter-spacing:1px;
    text-transform: uppercase;
}
.menu_section .balance{
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
}
.menudiv.open .points{
    text-align: left;
}
.menudiv.open .balance{
    text-align: left;
    font-size: 18px;
}
.menudiv.open .menu_section ul li {
    margin-bottom: 10px;
    overflow: hidden;
}
.menu_section ul li {
    font-size: 14px;
    list-style-type: none;
    margin-bottom: 20px;
    padding-right: 4px;
}
.menu_section ul li a {
    text-decoration: none;
    line-height: 24px;
}
.menu_section ul li .updated{
    color: #9b9b9b;
    font-size: 10px;
    margin-left: 4px;
}
.menu_section .allButton{
    display: block;
    width: 100px;
    height: 32px;
    background-color: #f2f2f2;
    color: #404041;
    text-align: center;
    box-sizing: border-box;
    padding-top: 8px;
    text-decoration: none;
    font-family: 'Helvetica',Arial,sans-serif;
    font-size: 14px;
    margin-top: 12px;
    cursor: pointer;
}
.menu_section .allButton:hover{
    background-color: #e4e4e4;

}

.menudiv.open .subs_small{
    display: none;
}
.menudiv .subs_small{
    display: block;
}
.menu_section_division{
    height: 2px;
    margin: 25px 0px;
    display: none;
}
.menudiv.open .menu_section_division{
    display: block;
}
.featured ul{
    height: 315px;
    overflow: hidden;
}
.featured a .featured_image{
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    width: 152px;
    height: 69px;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    position: relative;
    background-color: #c7c7c7;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 20px;
    box-sizing: border-box;
    line-height: 18px;
}
.featured a .featured_image .overlay{
    width: 100%;
    height: 100%;
    background-color: #000000;
    opacity: 0.3;
    position: absolute;
    border-radius: 12px;
}
.featured a .featured_image .name{
    position: relative;
}
.subs ul{
    height: 180px;
    overflow: hidden;
}
.subs .creatorIcon{
    width: 24px;
    height: 24px;
    background-position: center;
    background-size: cover;
    border-radius: 12px;
    float: left;
    margin-right: 10px;
}
.subs .name{
    float: left;
    margin-top: 2px;
}
.menu_section .all{
    font-size: 14px;
    font-weight: bold;
    cursor: pointer;
    margin-top: 20px;
}
.hide_big_scr {
    display: none;
}
.c-notice-holder {
    background-color: #415b76;
    padding: 15px 0px;
    position: fixed;
    z-index: 105;
    width: 100%;
}
.c-notice {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
    max-width: 1150px;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: center;
    color: #f8f8f8;
    text-align: center;
}
.c-notice a {
    color: #eda827;
    text-decoration: underline;
}

#userIcon{
    width: 28px;
    height: 28px;
    border-radius: 6px;
    float: right;
    display: block;
    margin-right: 30px;
    margin-top: 10px;
    cursor: pointer;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.userMenu{
    display: none;
    position: absolute;
    z-index: 10;
    right: 17px;
    top: 45px;
    width: 235px;
    border: 1px solid #eee;
    opacity: .96;
}

/* .userMenu:before {
    bottom: 100%;
    right: 12px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #f2f2f2;
    border-width: 12px;
} */

.userMenu li{
    list-style: none;
}

.userMenu .hr{
    height: 1px;
    width: 100%;
    background-color: #d8d8d8;
}

.userMenu .item{
    font-family: Helvetica;
    font-size: 14px;
}

.userMenu .pending{
    padding: 8.5px 0px 8.5px 25px;
}

.userMenu .menuHeader{
    background-color: #f2f2f2;
    font-weight: bold;
    padding: 8.5px 0px 8.5px 25px;
}

.userMenu .elem a{
    text-decoration: none;
    color: #4a4a4a;
    display: block;
    padding: 8.5px 0px 8.5px 25px;
}

.userMenu .elem:hover{
    background-color: #f2f2f2;
}

.userMenu .elem{
    background-color: #ffffff;
    cursor: pointer;
}

.userMenu .empty{
    background-color: #ffffff;
    height: 10px;
}

.channelText-link{
    margin-bottom: 0px;
}

.channelText-link:hover{
    color: #798b92;
}

#notificationIcon{
    float: right;
    width: 15px;
    margin-right: 20px;
    margin-top: 17px;
    cursor: pointer;
}

.notifications{
    display: none;
    width: 306px;
    position: absolute;
    z-index: 10;
    right: 17px;
    top: 57px;
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.30);
    background-color: #ffffff;
    font-family: Helvetica,Arial,sans-serif;
    padding-bottom: 40px;

}

.notifications:before {
    bottom: 100%;
    right: 50px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: transparent;
    border-bottom-color: #f2f2f2;
    border-width: 12px;
}

.notifications .notifWrapper{
    max-height: 600px;
    overflow-y: scroll;
}

.notifications .noNotifications{
    height: 189px;
    overflow: hidden;
}

.notifications .notifHeader{
    height: 33px;
    background-color: #f2f2f2;
    font-size: 14px;
    font-weight: bold;
    padding-left: 13px;
    padding-top: 9px;
    box-sizing: border-box;
}

.notifications .noNotifications #noNotificationIcon{
    display: block;
    margin: 23px auto 17px auto;
}

.notifications .noNotifications .text1{
    text-align: center;
    font-weight: bold;
    color: #aeafae;
    margin-bottom: 10px;
    font-size: 12px;
}

.notifications .noNotifications .text2{
    text-align: center;
    color: #c7c7c7;
    font-size: 12px;
}

.notifications .noNotifications .division{
    height: 2px;
    margin-top: 20px;
    background-color: #f2f2f2;
}

.notifications .settings{
    position: absolute;
    bottom: 14px;
    right: 10px;
    font-size: 10px;
    cursor: pointer;
    text-decoration: none;
}

.notifications .notification{
    position: relative;
}

.notifications .readIcon{
    width: 28px;
    position: absolute;
    left: 0px;
    top: 17px;
    cursor: pointer;
    opacity: 1;
}

.notifications .notificationData{
    padding: 20px 20px 20px 30px;
}

.notifications .notificationData .title{
    font-size: 12px;
    font-weight: bold;
    color: #4a4a4a;
    font-family: Helvetica,Arial,sans-serif;
    margin-bottom: 10px;
}

.notifications .notificationData .body{
    font-size: 12px;
    color: #4a4a4a;
    font-family: Helvetica,Arial,sans-serif;
}

.notifications .separator{
    height: 2px;
    background-color: #f2f2f2;
}

.notifications .allRead{
    float: right;
    font-size: 10px;
    margin-right: 10px;
    margin-top: 3px;
    cursor: pointer;
    font-weight: normal;
}


.notifications .notificationLink{
    font-size: 12px;
    text-decoration: none;
    cursor: pointer;
}

.tooltipster-default {
    border: none;
    border-radius: 3px;
    background-color: #000000;
}

.tooltipster-default .tooltipster-content {
    font-size: 11px;
    border-radius: 3px;
    padding: 3px 15px;
}

#application_denied_popup{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.25);
    z-index: 1001;
}

#application_denied_popup .popup-holder{
    box-sizing: border-box;
    padding: 40px 25px;
    font-size: 18px;
    color: #404041;
    font-family: Helvetica, sans-serif;
}

#application_denied_popup .gotit{
    position: absolute;
    right: 60px;
    bottom: 18px;
    width: 207px;
    height: 40px;
    background-color: #415b76;
    box-sizing: border-box;
    text-align: center;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
}

#application_denied_popup .gotit:hover{
    background-color: #2a415a;
}

.menudiv .new_footer{
    display: none;
}

.menudiv.open .new_footer{
    display: block;
}


.menudiv .subs{
    display: none;
}

.menudiv.open .subs{
    display: block;
}

.menudiv .featured{
    display: none;
}

.menudiv.open .featured{
    display: block;
}

.social{
    position: relative;
}

.social .fb-like{
    position: absolute;
    left: 75px;
}

.links{
    margin: 20px 0;
}

.links a{
    text-decoration: none;
    font-size: 13px;
    margin-right: 7px;
    color: #4a4a4a;
}

.links a:hover{
    color: #2a415a;
}

.copyright{
    font-size: 12px;
}

#progress{
    position: absolute;
    height: 3px;
    background-color: #ffffff;
    width: 0;
    bottom: 0px;
}

@media (max-width:970px) {
    .header .menu{
        display: none;
    }
    .hide_big_scr {
        display: block;
    }
}

@media (max-width:750px) {

    .header .headerSearch{
        display: none;
        opacity: 0;
        margin-left: 20px;
        width: 70%;
    }

    .headerSearch #headerSearchSubmit{
        left: 45px;
    }

    .headerSearch input{
        padding-left: 45px;
    }

    .header .mobileSearchIcon{
        display: block;
        float: right;
        margin-right: 30px;
        margin-top: 16px;
        height: 20px;
        cursor: pointer;
    }
    .headerSearch button.close{
        font-size: 23px;
        color: #000;
        background-color: transparent;
        vertical-align: middle;
        margin: 0 20px 0 0;
        cursor: pointer;
        display: block;
        float: left;
    }

}

@media (max-width:685px) {
    .header .noMobile {
        /*display: none;*/
    }
}

@media (max-width:500px) {

    .header .headerLogo{
        margin-left: 20px;
    }

    .header .mobileSearchIcon {
        margin-right: 20px;
    }
}

@media (max-width:400px) {
    .header .logoLink .headerLogo {
        height: auto;
        width: 120px;
        margin-left: 10px;
    }
    
    .loginButton {
        margin-right: 7px;
    }
    
    .signupButton {
        margin-right: 10px;
    }
}

@media (max-width:450px) {

    #signInMobile{
        display: block;
        overflow: hidden;
        width: 130px;
        position: absolute;
        right: 0px;
        top: 0px;
    }
    
    #menuicon {
        margin-left: 10px;
    }

    #signInMobile a{
        float: left;
    }

    .headerSearch input{
        height: 30px;
        padding-left: 30px;
    }

    .headerSearch #headerSearchSubmit{
        width: 40px;
    }

    .header #userIcon{
        margin-right: 12px;
        margin-left: 5px;
    }

    .header #notificationIcon{
        margin-right: 15px;
    }
    .headerSearch #headerSearchSubmit {
        left: 20px;
        height: 30px;
        top: 0;
    }
}
@media (max-width:342px) {
    .headerSearch {
        margin-right: 0px;
    }
}