@font-face {
    font-display: swap;
    font-family: productSans;
    src: url('/fonts/Product_Sans_Regular.ttf');
}

@font-face {
    font-display: swap;
    font-family: productSans;
    font-weight: 600;
    src: url('/fonts/Product_Sans_Bold.ttf');
}

@font-face {
    font-display: swap;
    font-family: productSans;
    font-weight: 500;
    src: url('/fonts/Product_Sans_Bold.ttf');
}

* {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

html,
body {
    color: #1A1110;
    font-size: 16px;
    font-weight: 400;
    font-family: 'productSans';
    margin: 0 !important;
    padding: 0 !important;
}

a {
    color: #E50000;
    text-decoration: none !important;
}

.dark a {
    color: #ffffff;
}


button[disabled] {
    opacity: 0.5;
}

.content-container {
    padding-top: env(safe-area-inset-top);
    padding-bottom: env(safe-area-inset-bottom);
    padding-left: env(safe-area-inset-left);
    padding-right: env(safe-area-inset-right);
}

.d-block {
    display: block !important;
}

.lighting {
    background-color: #2F2726 !important;
}

.light {
    background-color: #ffffff !important;
}

.dark {
    background-color: #1A1110 !important;
    color: #ffffff !important;
}


.hide_and_seek_modals_container {
    display: flex;
    flex-direction: column;
    flex-wrap: no-wrap;
    position: relative;
    margin: 16px;
}

.hide_and_seek_modals_toggle_1_container {
    border: 1px solid #E50000;
    flex-direction: row;
    flex-grow: 2;
    border-radius: 16px;
    background-color: #ffffff;
    overflow-x: scroll;
    overflow-y: hidden;
}

.hide_and_seek_modals_toggle_1_container .adsContent {
    max-height: 160px;
    overflow-x: hidden;
    overflow-y: hidden;
    padding-bottom: 0px !important;
}

.hide_and_seek_modals_toggle_2_container {
    /* border: 1px solid #E50000; */
    flex-grow: 4;
}

.hide_and_seek_modals_toggle_2_container::before {
    content: "";
    position: absolute;
    transform: translate(-0px, -35px);
    display: block;
    width: 100%;
    height: 50px;
    background-color: #ffffff;
    border-radius: 16px 16px 0px 0px;
    box-shadow: 0px -40px 0px 0px #E50000;
}

.dark .hide_and_seek_modals_toggle_2_container::before {
    background-color: #1A1110 !important;
}

.adsWrapper {
    margin-bottom: 70px;
}

.adsContent {
    padding: 1.5px 6px;
    /* text-align: center; */
    margin-bottom: 70px;
}

.ads_details {
    border-radius: 16px;
    width: 100%;
    height: inherit;
    max-height: 100vh;
}

.img {
    max-height: 100vh;
    object-fit: contain;
}

.ads_details_img {
    height: 100vh;
    object-fit: contain;
}

.finalContent {
    padding: 2px 4px !important;
    border-radius: 16px !important;
    margin-top: 15px;
}

.b_details h1 {
    margin: 16px auto;
    line-height: inherit !important;
}

.b_details #b_details_acc {
    border-bottom: 0.5px solid #1A1110;
}

.divider {
    margin: 8px auto;
}

.big-divider {
    margin: 70px;
}

.non-visible {
    visibility: hidden !important;
}

.visible {
    visibility: visible !important;
}

.ad-box {
    width: 704px;
    height: 250px;
}

.border-none {
    border: none;
}

.bordered {
    border-bottom: 1px solid #dbdbdb;
}

.bordered-right {
    border-right: 1px solid #dbdbdb;
}

.border-radius {
    border-radius: 16px !important;
}

.bordered-radius {
    border-radius: 16px 16px 0px 0px !important;
}

.unique-radius {
    border-radius: 25px 25px 50px 50px !important;
}

.dark .bordered {
    border-bottom: 1px solid #211a1a;
}

.dark .player-box {
    background-color: #ffffff;
}

.controls button {
    border: none;
    background: none;
    margin: 10px;
}

.progress {
    width: 100%;
}

input[type="range"] {
    width: 100%;
    accent-color: #E50000;
}

.msg_con {
    text-align: center;
    position: relative;
    z-index: 1000;
}

.msg {
    padding: 1px 4px;
    margin: 14px auto;
    font-weight: 600;
    width: 100%;
    font-size: 18px;
}

.backBtn {
    padding: 32px 16px;
    border-radius: 16px;
    color: #ffffff;
    text-decoration: none;
}

.continueBtn {
    padding: 8px 32px;
    display: inline-block;
    font-size: 18px;
    margin: 8px 0px;
    border-radius: 16px;
    color: #1A1110;
    text-decoration: none !important;
    border: none;
}

.minorBtn {
    padding: 8px 10px;
    display: inline-block;
    margin: auto 4px;
    border-radius: 50%;
    color: #1A1110;
    text-decoration: none !important;
    border: none;
}

.footer {
    padding-bottom: 8px;
    text-align: center;
}

.foot {
    margin: 16px auto;
    font-weight: 600;
}

.foot.foot-small {
    margin: 16px auto;
    font-size: 12px;
    font-weight: normal !important;
}

.bg-none {
    background-color: transparent !important;
}

.bg-home {
    background-color: #E50000 !important;
}

#contentToCapture .bg-alt {
    background-color: #ffffff !important;
}

.bg-alt {
    background-color: #f8f8f8;
}

.dark .bg-alt {
    background-color: #211a1a !important;
}

.bg-bright {
    background-color: #2F2726 !important;
}

.dark .bg-faint {
    background-color: #1a111030 !important;
}

.bg-dim {
    background-color: #211a1a !important;
}

.bg-dark {
    background-color: #1A1110 !important;
}

.text-success {
    color: #32744B !important;
}

.text-home {
    color: #E50000 !important;
}

.text-home * {
    color: #E50000 !important;
}

.bg-blue {
    background-color: #0495f5 !important;
}

.text-blue {
    background-color: #1B74E4 !important;
}

.bg-w {
    background-color: #ffffff !important;
}

.text-w {
    color: #ffffff !important;
}

.bg-b {
    background-color: #1A1110 !important;
}

.text-b {
    color: #1A1110 !important;
}

.text-faint {
    color: #1a111030 !important;
}

.text-wb {
    color: #1A1110 !important;
}

.dark .text-wb,
.dark .text-wb * {
    color: #ffffff !important;
}

.dark .text-home {
    color: #ffffff !important;
}

.dark .text-home * {
    color: #ffffff !important;
}

.dark .input {
    background-color: #211a1a !important;
    color: #ffffff !important;
}

.dark .input-select {
    color: #ffffff !important;
}

.text-red {
    color: #E50000 !important;
}

.text-black {
    color: #1A1110 !important;
}

.text-white {
    color: #ffffff !important;
}

.uppercase-input {
    text-transform: uppercase !important;
}

.formDiv form {
    margin-top: 15vh;
}

.form-con {
    padding-bottom: 8px;
    text-align: center;
}

.input-con {
    position: relative;
}

.input {
    display: inline-block;
    width: 90%;
    font-size: 18px;
    padding: 16px 8px;
    padding-left: 24px;
    margin: 8px 2px;
    border-radius: 16px;
    color: #1A1110;
    text-decoration: none !important;
    border: none;
}

.input-select {
    display: inline-block;
    max-width: 45%;
    font-size: 18px;
    text-align: right;
    padding: 16px 8px;
    border-radius: 16px;
    color: #1A1110;
    /* background-color: transparent !important; */
    text-decoration: none !important;
    border: none;
}

.logo-and-header {
    position: relative;
    border: 1px solid red;
}

.hero {
    width: 100vw;
    overflow: hidden;
}

.hero-footer {
    text-align: center;
}

.hero .all {
    position: relative;
    z-index: 1;
}

.hero .cab {
    position: relative;
    z-index: 1;
}

.hero .pos {
    position: relative;
    z-index: 1;
}

.nav-padded {
    margin-top: 120px;
}

.active-bg {
    background-color: #1a1110de !important;
}

.active {
    background-color: #E50000 !important;
}

.tip-active {
    color: #E50000 !important;
}

.active-success {
    background-color: #32744b !important;
    color: #ffffff !important;
    /* border: 1.5px dashed #32744B !important; */
}

.dark .navbar-toggler {
    color: #ffffff !important;
}

.dark .bg-alt.navbar,
.dark .bg-alt .navbar {
    background-color: #1A1110 !important;
}

.scaled {
    transform: scale(2);
    transform-origin: bottom left;
}

.stories h1 {
    font-size: 4em;
    text-shadow: 9px 9px 0px #dbdbdb;
}

.dark .stories h1 {
    font-size: 4em;
    text-shadow: 9px 9px 0px #211a1a;
}

.center-it,
.displayQrCon {
    display: flex;
    justify-content: center;
    /* Centers horizontally */
    align-items: center;
    /* Centers vertically */
    max-width: 150px;
}

.displayQr {
    padding: 8px;
    margin: 8px;
    z-index: 1;
}

.displayQrEmblem {
    position: absolute;
    z-index: 1000;
}

.center-it .it,
.adsCountCon {
    position: absolute;
    z-index: 1000;
}

.adsCountCon {
    top: 0%;
    border-radius: 2px 2px 10px 10px;
}

.sl {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    /* IE 9 */
    -webkit-transform: translate(-50%, -50%);
    /* Chrome, Safari, Opera */
}

.opaque-one {
    opacity: 0.4 !important;
}

.taptip {
    display: block;
    height: 150px;
    max-height: 100vh;
    padding: 20px;
    /* border: 1px solid #32744B; */
    /* background-color: #ffffff; */
}

.taptip.active-success {
    box-shadow: 0px -20px 10px 6px #32744B;
}

.taptip .title {
    font-weight: 400 !important;
}

.taptipContent {
    padding-top: 16px;
}

.x52 {
    width: 104px;
    height: 104px;
}

.on {
    color: #E50000 !important;
    opacity: 1 !important;
}

.off {
    opacity: 0.4;
    color: #1A1110 !important;
}

html.body-fullscreen-ads body::before {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    filter: blur(80px);
    z-index: -1;
    background-color: #1A111030 !important;
    background-position: center center;
}

.fullscreen-ads {
    background-image: url('/imgs/heroes/CAB/hero1.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    position: fixed;
    top: 0%;
    left: 0%;
    z-index: 999999999999;
    height: 100%;
}

.fullscreen-ads #AIRadio {
    position: absolute !important;
    width: 100%;
    height: auto;
    bottom: 0%;
    left: 0%;
    scale: 0.75;
    padding: 0 !important;
    padding: 0.15rem 0 !important;
}

.fullscreen-ads #AIRadio * {
    margin: 0 !important;
}

.fullscreen-ads #AIRadio button {
    scale: 0.75 !important;
}

.billboard {
    width: 100%;
    min-height: 100px;
    border: 1px solid #231e1d;
    border-top: 1px solid #f8f8f830;
    border-right: 1px solid #f8f8f830;
}

.billboard {
    margin-bottom: 64px;
    width: 100%;
    backdrop-filter: blur(88px);
    background-blend-mode: screen !important;
    background-color: #580e0d30 !important;
}

.billboard::before {
    content: "";
    position: absolute;
    bottom: -48px;
    left: 37.5%;
    width: 25%;
    height: 48px;
    background-color: #756e56;
    border-left: 1px solid #231e1d30;
    border-right: 1px solid #f8f8f830;
    opacity: 0.4 !important;
    z-index: 0;
}

.billboard::after {
    content: "";
    position: absolute;
    bottom: -54px;
    left: 25%;
    width: 50%;
    height: 6px;
    background-color: #231e1d;
    border-radius: 25px 25px 15px 15px !important;
    z-index: 0;
}

.billboard img {
    z-index: 99;
}

.billboard img:focus {
    filter: blur(0px) !important;
}

.no-backdrop-blur {
    backdrop-filter: unset !important;
}

.no-blur {
    filter: none !important;
}