* {
    box-sizing: border-box;
}

body {
    background: #F5F7FA;
    font-family: 'Inter', system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial;
    padding: 28px;
    margin: 0;
    /* -webkit-font-smoothing: antialiased; */
    font-family: "Inter", sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: center;
    align-items: center;
}

#gameContainer {
    opacity: 0;
    height: 0px;
}

#headsButton,
#tailsButton {
    opacity: 0;
    height: 0px !important;
}

a {
    text-decoration: none;
}

.main_container_width {
    max-width: 420px;
    margin: auto;
    box-shadow: 0 12px 40px rgba(2, 47, 123, 0.06);
    background: #F5F7FA;
    padding: 19px;
    border-radius: 18px;
}

.google_ads {
    width: 100%;
    display: block;
    border: 1px solid;
    margin: 0px;
    overflow: hidden;
}

.tc {
    text-align: center;
}

.site_ttl_pad {
    padding-bottom: 10px;
}

.site_ttl {
    font-size: 30px;
    font-weight: 600;
    color: #000;
}

.site_sub_ttl {
    font-size: 22px;
    font-weight: 600;
    color: #000;
}

.site_desc {
    font-size: 20px;
    font-weight: 300;
    color: #000;
    line-height: 1.5;
}

.site_desc span {
    display: block;
    padding: 2px 0;
}

.df {
    display: flex;
    flex-wrap: wrap;
}

.green_clr {
    color: #16520f;
}

.wt {
    color: #fff;
}

.light_greey_clr {
    color: #DDD;
}

.fw6 {
    font-weight: 600;
}

.fs16 {
    font-size: 16px;
}

.fs14 {
    font-size: 14px;
}

.fs12 {
    font-size: 12px;
}

.pd_20 {
    padding: 20px 0 !important;
}

.pdt_20 {
    padding-top: 20px !important;
}

.pdb_20 {
    padding-bottom: 20px !important;
}

.select_option_hidden_con_inr {
    display: none;
}

.select_option_hidden_con_inr {
    display: none;
}

.select_option_main_con_inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.select_option_each_con {
    width: 50%;
    padding: 5px;
}

.select_option_each_con_inr {
    padding: 20px;
    background: #cfddce;
    border-radius: 12px;
    text-align: center;
}

.select_option_main_con {
    padding: 20px 0;
}

.select_salary_desc_con {
    padding-bottom: 10px;
}

.site_button {
    width: 100%;
    height: auto;
    background: #16520f;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    border-radius: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    border: none;
    text-align: center;
    padding: 13px 20px;
    justify-content: center;
}

.select_option_hidden_con_inr {
    display: none;
}

.select_option_main_con_inr {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.select_option_each_con {
    width: 50%;
    padding: 5px;
}

.select_option_each_con_inr {
    padding: 20px;
    background: #cfddce;
    border-radius: 12px;
    text-align: center;
}

.select_option_main_con {
    padding: 20px 0;
}

.error_message_con {
    display: none;
}

.error_message_con {
    margin-top: 6px;
    padding: 10px;
    text-align: center;
    box-shadow: 0 12px 40px rgba(-7, 18, 23, 0.26);
    background: #cfddce;
    font-size: 15px;
    color: red;
    font-weight: 600;
    border-radius: 10px;
}

.actv_option {
    background: #fff;
    border: 1px solid #cfddce;
}

.disable_btn .site_button {
    pointer-events: none;
}

.content_next {
    padding-top: 20px;
}

footer {
    padding-bottom: env(safe-area-inset-bottom);
}

@media all and (min-width: 320px) and (max-width: 767px) {
    body {
        padding: 15px;
        overflow-x: hidden;
        margin: 0;
        padding: 0;
        position: relative;
        width: 100% !important;
        display: block;
    }
    html {
        width: 100% !important;
    }
    a.select_option_next_btn.site_button {
        justify-content: center;
    }
    ins {
        width: 100% !important;
    }
    body {
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }
    /* Universal box sizing */
    *,
    *::before,
    *::after {
        box-sizing: border-box;
    }
    .main_container_width {
        padding: 10px;
        width: 100% !important;
        max-width: 100% !important;
    }
    .header_sec {
        padding: 10px 10px;
    }
    .header_logo_con {
        margin-right: 8px;
    }
    .header_name_con {
        margin: 0;
        font-size: 14px;
    }
    .header_desc_con {
        font-size: 10px;
    }
    .header_logo_con_inr {
        width: 30px;
        height: 30px;
        font-size: 12px;
    }
    .site_ttl {
        font-size: 30px;
    }
    .site_ttl_pad {
        padding-bottom: 5px;
    }
    .site_desc {
        font-size: 18px;
    }
    .fs14 {
        font-size: 12px;
    }
    .fs12 {
        font-size: 11px;
    }
    .select_option_main_con {
        padding: 10px 0;
    }
    .select_option_each_con_inr {
        padding: 15px 15px;
        font-size: 14px;
        font-weight: bold;
    }
    .select_option_each_con {
        padding: 5px 2px;
    }
    .site_button {
        height: 50px;
        font-size: 15px;
    }
    .error_message_con {
        padding: 7px;
        font-size: 14px;
        font-weight: 500;
    }
}

@media all and (min-width: 768px) and (max-width: 980px) {}

@media only screen and (min-width: 981px) and (max-width: 1024px) {}

@media all and (min-width: 1025px) and (max-width: 1140px) {}

@media all and (min-width: 1141px) and (max-width: 1280px) {}

@media all and (min-width: 1281px) and (max-width: 1440px) {}

@media all and (min-width: 1441px) and (max-width: 1680px) {}

@media all and (min-width: 1681px) and (max-width: 1880px) {}