@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);
}

body,
html {
    -webkit-font-feature-settings: 'tnum' on, 'lnum' on;
    font-feature-settings: 'tnum' on, 'lnum' on;
    -webkit-font-smoothing: antialiased;
    color: #1A1110;
    font-size: 16px;
    font-weight: 400;
    font-family: 'productSans';
}

a {
    text-decoration: none !important;
}

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

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


.hide_and_seek_modals_container {
    /* border: 1px solid cyan; */
    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-grow: 2;
    border-radius: 16px;
    background-color: #f5f5f5;
}

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

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

.hide_and_seek_modals_toggle_2_container::before {
    content: "";
    position: absolute;
    transform: translate(-0px, -35px);
    display: block;
    width: 100%;
    height: 70px;
    background-color: #f5f5f5;
    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;
}

.adsContent {
    padding: 2px 4px;
    margin-bottom: 70px;
}

.ads_details {
    /* border: 1px solid sandybrown; */
    border-radius: 16px;
    width: 100%;
    height: inherit;
    max-height: 100vh;

}

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

.finalContent {
    padding: 2px 4px;
    border-radius: 16px;
}

.dark .finalContent {
    padding: 2px 4px;
    border-radius: 16px;
}

.b_details {
    margin: 16px auto;
}

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

.msg {
    padding: 2px 4px;
    color: #E50000;
    font-weight: 600;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.formDiv form {
    padding: 16px;
    position: relative;
    top: 25vh;
}

.form-con .input {
    display: inline-block;
    width: 220px;
    padding: 8px 32px;
    border-radius: 16px;
    color: #1A1110;
    text-decoration: none !important;
    border: none;
}