:root {
    --primary-text: #112171;
    --button-color: #112171;
    --dark-green-button: #09410b;
    --border-color: #004AAD;
    --border-thickness: 1.5px;
    --box-background: #ffffff;
    /* White for crisp inside areas */
    --grey-btn: #0d1a2d;
         --vivid-blue: #2e6eff;
}

html,
body {
    text-align: center;
    font-family: 'Poppins', sans-serif;
    background: #fff !important;
    overflow-x: hidden;

}

.header-logo {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 100px;
}

.header-logov {

    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}


.default_margin {
    margin-top: 70px;
}



.default_flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 50px;
}

.display_flex {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 80px;
}


.arrow-container {
    display: none;
    align-items: center;
    margin-left: 10px;
}

.arrow {
    width: 18px;
    height: 18px;
    border-right: 7px solid #FF8F54;
    border-top: 7px solid #FF8F54;
    transform: rotate(45deg);
    margin-left: -2px;
    transition: all 0.3s ease-in-out;
}

.btn_admin:hover .arrow {
    border-right: 3px solid white;
    border-top: 3px solid white;
}

.bk_btn:hover .arrow {
    border-right: 3px solid white;
    border-top: 3px solid white;
}

.btn_v:hover .arrow {
    border-right: 3px solid white;
    border-top: 3px solid white;
}

.black_btn:hover .arrow {
    border-right: 3px solid white;
    border-top: 3px solid white;
}

.dash_btn2:hover .arrow {
    border-right: 3px solid white;
    border-top: 3px solid white;
}

.bk_btn:hover {
    color: white;
}

.dash_btn2:hover {
    color: white;
}

.arrow-container {
    display: none;
}

.bk_btn:hover .arrow-container {
    display: inline-flex !important;
}

.vr_btn:hover .arrow-container {
    display: inline-flex !important;
}

.vr_btn2:hover .arrow-container {
    display: inline-flex !important;
}

.black_btn:hover .arrow-container {
    display: inline-flex !important;
}

.btn_v:hover .arrow-container {
    display: inline-flex !important;
}

.dash_btn2:hover .arrow-container {
    display: flex !important;
}

.arrow-image {
    display: inline-block;
}

.bk_btn:hover .arrow-image {
    display: none;
}

.btn_v:hover .arrow-image {
    display: none;
}

.vr_btn:hover .arrow-image {
    display: none;
}

.vr_btn2:hover .arrow-image {
    display: none;
}

.black_btn:hover .arrow-image {
    display: none;
}

.dash_btn2:hover .arrow-image {
    display: none;
}

.arrow:nth-child(1) {
    width: 16px;
    height: 16px;
    border-right: 6px solid #FF8F54;
    border-top: 6px solid #FF8F54;
}

.arrow:nth-child(2) {
    border-right: 7px solid #b9b9b9;
    border-top: 7px solid #b9b9b9;
}

.arrow:nth-child(3) {
    opacity: 0.9;
}

.gtranslate_wrapper::after {
    content: '';
    background: url(/wp-content/uploads/2024/08/arrow-right.png);
    height: 28px !important;
    width: 28px !important;
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    cursor: pointer;
    position: absolute;
    transform: translate(-12px, 12px);
}

#languageSelector {
    border: 1px solid #cfe5f8;
    border-radius: 25px;
    padding: 5px 20px;
    background-color: #f0f8ff;
    color: #4a4a4a;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.362' height='292.362' viewBox='0 0 292.362 292.362'%3E%3Cpath fill='%234a4a4a' d='M287.55 69.234l-14.273-14.273c-2.714-2.715-7.125-2.715-9.841 0L146.181 172.217 29.926 54.961c-2.715-2.715-7.127-2.715-9.841 0L5.811 69.234c-2.715 2.715-2.715 7.127 0 9.841l136.755 136.755c2.715 2.715 7.127 2.715 9.841 0l136.755-136.755c2.715-2.714 2.715-7.126 0-9.841z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    width: auto;
    min-width: 120px;
}

#languageSelector:focus {
    outline: none;
    box-shadow: 0 0 5px #cfe5f8;
}

select {
    width: 100% !important;
    border-radius: 4px !important;
    border: 1px solid #BAE3FB !important;
    padding: 13px 20px !important;
    color: #000000 !important;
    box-shadow: none;
    height: auto !important;
    line-height: 125% !important;
    letter-spacing: 0.5px;
    margin: 0 !important;
    background-color: transparent !important;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    outline: none;
}

.logo_store {
    width: 180px;
    /* Fixed width */
    max-width: 200px;
    height: auto;
    /* Fixed height */
    max-height: 200px;
    object-fit: cover;
    /* Ensures image fills the area while maintaining aspect ratio */
    display: block;
}



.mobile-header {
    display: none;
}

@media screen and (max-width: 820px) {

    .vhead {
        font-size: 22pt !important;
    }

    .wl_bd {
        padding: 8px 15px;
    }

    .display_flex {
        display: block !important;
    }

    .v_sub {
        font-size: 15pt !important;
    }

    .flexv p {
        font-size: 11pt !important;
        margin-bottom: 0px !important;
    }

    .header-logo {
        display: block;
        padding: 10px 20px !important;
    }

    .minus_top {
        margin-top: -130px;
    }

    .company_heading {
        font-size: 12pt;
    }

    .btn_comman {
        width: 100% !important;
        font-size: 18px !important;
    }

    .how-it-works {
        position: static !important;
        font-size: 0.8em !important;
    }

    .need_help {
        position: static !important;
        font-size: 0.8em !important;
    }

    .headings {
        color: black;
        font-size: 1.5em !important;
        font-weight: 700;
    }

    .ad_btn {
        width: 180px !important;
        font-size: 1em !important;
        min-height: 130px !important;
    }

    .btn_comman3 {
        width: 180px !important;
        font-size: 1em !important;
        min-height: 130px !important;
    }

    .btn_comman3 ul li {
        font-size: 0.8em !important;
    }

    .btn_comman3 ul {
        margin-top: 0px !important;
    }

    .custom_anchor {
        font-size: 0.8em !important;
        margin-top: 0px !important;
    }

    .btn_comman2 {
        width: 180px !important;
        font-size: 1em !important;
        min-height: 130px !important;
    }

    small {
        color: black;
        font-size: 10px !important;
        margin-top: 0px !important;
    }

    .customer-btn {
        position: static !important;
        top: 0 !important;
        margin-bottom: 20px;
        display: flex !important;
        width: 100% !important;
    }

    .customer-btn2 {
        position: static !important;
        top: 0 !important;
        margin-bottom: 20px;
        width: 100% !important;
    }

    .mob-btn {
        text-align: center !important;
    }

    .pro-notes-btn {
        margin: 5px 5px;
    }

    .default_flex {
        display: block;
    }

    .mobile_margin {
        margin: 30px 0px !important;
    }

    .mobile_hide {
        display: none;
    }

    .disply_btn {
        width: 100% !important;
        font-size: 15px !important;
    }

    .dash_btn {
        width: 100% !important;
    }

    .display_box {
        width: 100% !important;
        height: auto !important;
        display: block !important;
    }

    .display_img {
        width: 100% !important;
        height: auto !important;

    }

    .dash_btn {
        font-size: 15px !important;
    }

    .heading {
        font-size: 22px !important;
    }

    .danger_txt {
        font-size: 10px !important;
    }

    .dash_btn2 {
        font-size: 15px !important;
    }

    .flex_share {
        display: block !important;
    }

    .flex {
        display: block !important;
    }

    .flex-start {
        display: block !important;
    }

    .bk_btn {
        width: 100% !important;
    }

    .continue_pos {
        position: static !important;
    }

    .arrow-wrap {
        position: static !important;
    }

    .black_btn {
        width: 100% !important;
    }

    .vr_btn {
        width: 100% !important;
    }

    .vr_btn2 {
        width: 100% !important;
    }

    .paper_box {
        width: 100% !important;
    }

    .default_flex2 {
        display: block !important;
        margin: 5px;
    }

    .flex-around {
        display: block !important;
    }

    .display_box {
        border-width: 2px !important;
    }

    .mobile_space {
        margin: 30px auto !important;
    }

    .pro-top-bar {
        display: block !important;
    }

    .pro-filter-section {
        display: block !important;
    }

    .center-flex {
        display: block !important;
    }

    .pro-form-inline .form-group {
        display: block !important;
    }

    .pro-filter-column {
        width: 100% !important;
    }

    .pro-btn2 {
        margin-bottom: 15px;
    }

    .pro-top-bar strong {
        margin-bottom: 15px;
    }

    .pro-top-bar input {
        margin-bottom: 15px;
    }

    .size_box2 {
        width: 100% !important;
        margin: 20px 5px !important;
    }

    .print_position {
        position: static !important;
    }

    .mobile_visibility {
        display: none !important;
    }

    .mobile_flex {
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
    }

    .flex-col-left {
        justify-content: center !important;
    }

    .header-logov {
        display: block !important;

    }

    .flex_between {
        display: block !important;
    }

    .btn_v {
        width: 100% !important;
        margin: 20px 5px !important;
        font-size: 18px !important;
    }

    .world_box {
        margin: 20px 5px !important;
    }

    .vmid_box {
        margin: 20px 5px !important;
    }

    .arrow-image {
        width: 50px !important;
        height: auto !important;
    }

    .sidebar h2 {
        font-size: 18px !important;
    }

    .sidebar h3 {
        font-size: 18px !important;
    }

    .sidebar p {
        font-size: 12px !important;
    }

    .btn_sc {
        font-size: 15px !important;
        padding: 15px !important;
    }

    .sidebar li {
        font-size: 12px !important;
    }

    .head h1 {
        font-size: 25px !important;
    }

    .change_pad {
        padding: 10px 15px !important;
    }
}

@media screen and (min-width: 820px) {
    .desktop_hide {
        display: none;
    }

    .mobile_hide {
        visibility: hidden;
    }

    .heading-age {
        font-size: 32pt;
        font-weight: 700;
        margin-bottom: 80px;
        color: #000;

    }

    .mobile_visibility {
        visibility: hidden !important;
    }


}

@media (min-width: 1600px) {

    .lang-btn {
        font-size: 21pt;
    }

}

.pwr_txt {
    text-align: center;
    letter-spacing: 8px;
    color: #004aad;
    font-size: 12pt;
}

.re-btn {
    font-size: 14pt !important;
    position: relative !important;
}

.arrow-wrap {
    position: absolute;
    right: 20 !important;
}

.up_logo {
    width: 80px;
    /* Fixed width */
    max-width: 120px;
    height: auto;
    /* Fixed height */
    max-height: 150px;
    object-fit: cover;
    /* Ensures image fills the area while maintaining aspect ratio */
    display: block;
}

.company_heading {
    color: #000;
    font-size: 32pt;
    font-weight: 700;
}

.btn_comman {
    background: var(--button-color);
    font-size: 23.6pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    padding: 15px 10px;
    width: 550px;
}

.print_image {
    margin-right: 10px;
}

.btn_comman2 {
    background: var(--button-color);
    font-size: 16pt;
    color: #fff;
    border: 3px solid #d9d9d9;
    border-radius: 25px;
    display: block;
    font-weight: 700;
    padding: 15px 10px;
    width: 350px;
}

.head small {
    font-size: 16pt;
    color: #000;
    display: block;
    margin-top: 10px;
}

.btn_comman3 ul {
    margin-top: 30px;
}

.btn_comman3 ul li {
    font-size: 12pt;
    list-style-type: none;
    margin-top: 10px;
    font-weight: 100;
}

.btn_comman3 {
    background: var(--button-color);
    font-size: 21pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 600;
    padding: 15px 10px;
    width: 350px;
}

.ad_btn {
    background: var(--button-color);
    font-size: 21pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    padding: 15px 10px;
    width: 350px;
}

.how-it-works {
    position: absolute;
    background: black;
    left: 0;
    top: 50;
    color: white;
    padding: 10px 20px;
    font-size: 21pt;
    font-weight: bold;
    border: 3px solid #d9d9d9;
    display: inline-block;
    clip-path: polygon(0% 0%, 85% 0%, 100% 50%, 85% 100%, 0% 100%);
    cursor: pointer;
}

.need_help {
    position: absolute;
    background: black;
    right: 0;
    top: 50;
    color: white;
    padding: 10px 20px;
    border: 3px solid #d9d9d9;
    font-size: 21pt;
    font-weight: bold;
    display: inline-block;
    clip-path: polygon(15% 0%, 100% 0%, 100% 100%, 15% 100%, 0% 50%);
    cursor: pointer;
}

.custom_anchor {
    color: var(--border-color);
    text-decoration: underline !important;
    display: block;
    font-size: 16pt;
    margin-top: 10px;
}

.logout {

    background: black;
    border-radius: 25px;
    color: white;
    padding: 0px 10px;
    font-size: 16pt;
    font-weight: bold;
    display: inline-block;
    margin-right: 10%;
    border: 3px solid #d9d9d9;
}

.small_txt {
    color: #000;
    font-size: 12px;
    display: block;
    margin-top: 15px;
}

.small_txt3 {
    color: #000;
    font-size: 10pt;
    display: block;
    margin-top: 15px;
}

.small_txt4 {
    color: #000;
    font-size: 12pt;
    display: block;
    margin-top: 15px;
}

/* admin store */

.head h1 {
    font-size: 32pt;
    color: #000;
    font-weight: 700;
    text-shadow: none;
}

.btn_sc {
    font-size: 21pt;
    padding: 25px 10px;
    background: var(--button-color);

    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;

    width: 350px;
}

.sm_txt {
    font-size: 12pt !important;
}

.btn_admin {
    background: var(--button-color);
    font-size: 16pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    padding: 8px 10px;
    width: 350px;
    display: inline-flex;
    justify-content: center;
}

.btn_admin2 {
    background: var(--button-color);
    font-size: 16pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    padding: 8px 10px;
    width: 350px;

}

.btn_admin3 {
    background: var(--button-color);
    font-size: 16pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    padding: 20px 10px;
    width: 350px;

}

.flex {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.flex4 {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    gap: 10px;
}

.flex-around {
    display: flex;
    justify-content: space-around;
    align-items: center;
}

.custom_ancho2 {
    color: var(--primary-text);
    text-decoration: underline !important;
    display: block;
    font-size: 12pt;
    margin-top: 0px;
}

.heading {
    font-size: 32pt;
    color: #000;
    font-weight: 700;
    text-shadow: none !important;
}

.danger_txt {
    color: #ff3131;
    font-size: 10pt;
}

.display_box {
    border-width: 1px 10px 1px 1px;
    border-style: solid;
    border-color: #bcb8b8;
    display: inline;
    width: 600px;
    margin: 0px auto;
    padding: 10px;
    border-radius: 25px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
}

.display_box h3 {
    font-size: 16pt;
    color: #000;
    font-weight: 800;
    text-shadow: none;
}

.display_box strong {
    color: var(--primary-text);

}

.display_box span {
    color: var(--primary-text);
    font-size: 12pt;
    display: block;
    text-align: justify;

}

.display_img {
    width: 350px;
    height: auto;
    margin: 10px 0px;
}

.disply_btn {
    background: var(--button-color);
    font-size: 21pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    padding: 2px 10px;
    width: 450px;
    text-align: center;
}

.round_circle {
    border: 3px solid #d9d9d9;
    border-radius: 25px;
    margin: 40px auto;
    width: 250px;
    padding: 5px;

}

.round_circle p {
    margin: 0px;
}

.dash_btn {
    background: var(--button-color);
    font-size: 17.8pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    padding: 8px 10px;
    width: 400px;
    text-align: center;
    display: inline-flex;
    justify-content: space-evenly;
}

.dash_btn:hover .arrow {
    border-right: 3px solid white;
    border-top: 3px solid white;
}

.dash_btn:hover {
    color: #fff;
}

.small_txt2 {
    color: #000;
    font-size: 16pt;
    display: block;
    margin-top: 20px;
}

.size_box {
    border: 5px solid #d9d9d9;
    border-radius: 25px;
    width: 350px;

    margin: 0px auto;
}

.size_box h3 {
    color: #000;
    font-size: 16pt;

    font-weight: 700;
}

.size_box2 {
    border-width: 1px 5px 5px 1px;
    border-style: solid;
    border-color: #bcb8b8;
    border-radius: 25px;
    width: 350px;
    min-height: 520px;
    /* margin: 0px auto; */
}

.size_box2 h3 {
    color: #000;
    font-size: 12pt;

    font-weight: 700;
}

.qr-preview2 {
    border-style: solid;
    border-width: 20px;
    border-color: #0942be #043b8e #0a45c3 #033787;
    padding: 15px 5px 2px 5px;
    display: inline-block;
    background: white;
    border-radius: 15px;

}

.qr-preview4 {
    border-style: solid;
    border-width: 15px;
    border-color: #0942be #043b8e #0a45c3 #033787;
    padding: 15px 5px 2px 5px;
    display: inline-block;
    background: white;
    border-radius: 5px;
    margin: 30px auto;

}

.qr-preview3 {
    min-height: 270px;
    padding: 15px 5px 2px 5px;
    display: inline-block;
    background: white;
    border-radius: 15px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.qr_f {
    font-size: 15pt;
    color: #000;
    font-weight: 700;
}

.qr_se {
    font-size: 10.1pt;
    color: #000;
    font-weight: 700;
}

.size_btn {
    background: var(--button-color);
    font-size: 17.8pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    padding: 8px 10px;
    width: 250px;
    text-align: center;
    margin: 30px auto;
    display: inline-flex;
    justify-content: center;
}

.size_img {
    width: auto;
    height: 360px;
    margin: 10px 0px;
    object-fit: contain;
}

.total_margin {
    margin: 50px auto;
    font-size: 10pt;
    color: #000;

}

.dash_btn2 {
    background: var(--button-color);
    font-size: 17.8pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    padding: 8px 10px;
    width: 100%;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: space-evenly;
}

.welcome_head small {
    font-size: 16pt;
    color: #000;
    display: block;
    margin-top: 10px;
}

.c_btn {
    background: var(--button-color);
    font-size: 1.5rem;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 400;
    padding: 2px 3px;
    width: 150px;
    text-align: center;
    display: inline-flex;

    justify-content: center;
}

.c_small {
    font-size: 12pt;
    color: #000;
    display: block;
    margin-top: 10px;


}

.flex-col {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.ready_btn {
    background: var(--dark-green-button);
    font-size: 12pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 100;
    padding: 3px 20px;
}

.big_margin {
    margin: 100px auto;
}

.paper_box span {
    font-size: 14pt;
    display: block;
    margin: 20px auto;
    color: var(--primary-text);
    text-align: justify;

}

.paper_img {
    width: 230px;
    height: auto;
    object-fit: contain;
    display: block;
    margin: 0px auto;
}

.paper_box {
    border-width: 1px 5px 1px 1px;
    border-style: solid;
    border-color: #bcb8b8;
    border-radius: 25px;
    width: 400px;
    height: auto;
    min-height: 550px;
    padding: 8px 2px;
    box-shadow: 0px 0px 15px #d9d9d9;
    /* Added right light box shadow */
}

.paper_btn {
    background: var(--button-color);
    font-size: 21pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    padding: 0px 10px;
    margin: 20px auto;
    text-align: center;
    width: 100%;

    display: inline-flex;
    justify-content: center;
}

.paper_box h3 {
    font-size: 21pt;
    color: #000;
    margin: 20px auto;
    font-weight: 700;
}

.paper_margin {
    background: var(--button-color);
    font-size: 21pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    padding: 0px 10px;
    margin-top: 70px;
    text-align: center;
    width: 100%;
    display: inline-flex;
    justify-content: center;
}

.bk_btn {
    background: var(--button-color);
    font-size: 17pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    padding: 8px 10px;
    width: 400px;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
}



.paper_flex {
    display: flex;
    justify-content: center;
    align-items: flex-end !important;
}

.default_flex2 {
    display: flex;
    justify-content: space-around;

    gap: 50px;
}

.round_circle2 {
    border: 2px solid #d9d9d9;
    border-radius: 25px;
    margin: 40px auto;
    width: 300px;
    padding: 15px 10px;
}

.round_circle2 p {
    font-size: 12pt;
    color: #000;
}

.share_div p {
    font-size: 21pt;
    color: #000;
    margin-top: 50px;
    font-weight: 100;
}

.rd_circle {
    border-width: 1px 8px 8px 1px;
    border-style: solid;
    border-color: #bcb8b8;
    border-radius: 25px;


    padding: 15px 10px;
}

.customer-title {
    font-weight: bold;
    font-size: 21pt;
    margin-bottom: 25px;
    color: #000;
}

.flex_share {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 100px;
}

.customer-learn {
    font-weight: bold;
    color: var(--border-color);
    text-decoration: underline !important;
    font-size: 12pt;
    margin: 30px auto;
}


/* Popup styling */
.popup {
    display: none;
    /* Hidden by default */
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 350px;
    height: auto;
    color: #000;
    padding: 20px 5px;
    background-color: white;
    border: 2px solid #d9d9d9;
    border-radius: 35px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    z-index: 1000;
}

.popup-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 999;
}

.popup button {
    background: var(--button-color);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    border-radius: 25px;
    margin-top: 10px;
    font-size: 10pt;
}

.popup p {
    color: #000;
    font-size: 12pt;
    line-height: 8px;
}

.popup li {
    margin: 20px auto;
    text-align: left;
}

.popup h3 {
    color: #000;
    font-size: 16pt;
    font-weight: 700;
}

.small_margin {
    margin: 20px auto;
}

.mid_margin {
    margin: 30px auto;
}

.end_flex {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}


.print_div strong {
    font-size: 21pt;
    color: #000;
}

.pr_btn {
    background: var(--button-color);
    font-size: 32pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    padding: 13px 2px;
    width: 400px;
    display: flex;
    justify-content: space-evenly;
    align-items: center;
}

.print_div b {
    font-size: 16pt;
    color: #000;
    margin-top: 8px;
}

.pr_btn2 {
    background: var(--button-color);
    font-size: 21pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    padding: 13px 45px;

}

.print_div small {
    font-size: 10pt;
    color: #000;
    margin-top: 8px;
}

.large_margin {
    margin: 200px auto;
}

.sub_txt {
    font-size: 21pt;
    color: #000;
    margin-top: 20px;
    font-weight: 700;
    text-shadow: none;
}

.qr_h {
    font-size: 12pt;
    color: #000;
    font-weight: 700;
    text-shadow: none;
}

.p_small {

    font-size: 12pt;
    color: #000;
    display: block;
    margin-bottom: 10px;
}

.qr_f2 {
    font-size: 10.5pt;
    color: #000;
    font-weight: 700;
}

.qr_se2 {
    font-size: 8.3pt;
    color: #000;
    font-weight: 700;
}

.size_img2 {
    width: auto;
    height: 280px;
    margin-top: 28px;
    object-fit: contain;
}

.parent-container {
    position: relative;
}

.print_position {
    position: absolute;
    right: 1%;
    top: 18%;

}

.size_btn2 {
    background: var(--button-color);
    font-size: 13.7pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    padding: 8px 10px;
    width: 250px;
    text-align: center;
    /* margin: 40px auto; */
    margin: 40px 0px 20px 0px;
    display: inline-flex;
    justify-content: center;
}

.size_btn3 {
    background: var(--button-color);
    font-size: 13.7pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    padding: 8px 10px;
    width: 250px;
    text-align: center;
    margin: 30px 0px 20px 0px;
    display: inline-flex;
    justify-content: center;
}

.flex-col-left {

    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-left: 40px;
    margin-top: 30px;
}

.black_btn {
    background: #000;
    font-size: 12.3pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 200;
    padding: 8px 10px;
    width: 350px;
    text-align: center;

    margin: 40px 0px 20px 0px;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
}



/* email verify css */
.email-verification-container {

    border: 1px solid var(--border-color);
    box-shadow: 8px 8px 15px #bcb8b8;
    /* Added shadow effect matching the border color */
    width: 450px;
    margin: 0 auto;
    border-radius: 25px;
}

.email-verification-title {
    color: var(--border-color);
    font-size: 21pt;
    font-weight: 700;
    font-family: Helvetica;
}

.email-verification-text {
    color: var(--primary-text);
    font-size: 15.8pt;
    font-weight: 700;
    font-family: Helvetica;

}

.email-verification-note {
    color: var(--primary-text);
    font-size: 11.8pt;
    font-weight: 500;
    font-family: Helvetica;
}

.vr_btn {
    background: var(--button-color);
    font-size: 13.8pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    padding: 8px 10px;
    width: 350px;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    font-family: Helvetica;
}

.vr_btn:hover .arrow {
    border-right: 3px solid white;
    border-top: 3px solid white;
}

.vr_btn2 {
    background: var(--button-color);
    font-size: 12.3pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 300;
    padding: 8px 10px;
    width: 350px;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;

}

.vr_btn2:hover .arrow {
    border-right: 3px solid white;
    border-top: 3px solid white;
}

.vr_parent {
    position: relative;
}

.continue_pos {
    position: absolute;
    right: 1%;
    bottom: 0%;
    top: 83%;
}

.info-box {
    display: none;
    overflow: hidden;
    position: relative;
    background-color: white;
    padding: 0 15px;
    width: 220px;
    border-radius: 25px;
    font-size: 14px;
    border: 2px solid #d9d9d9;
    z-index: 10;
    margin-top: 130px;
    margin-left: 20%;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.info-box4 {
    display: none;
    overflow: hidden;
    position: relative;
    background-color: white;
    padding: 0 15px;
    width: 220px;
    border-radius: 25px;
    font-size: 14px;
    border: 2px solid #d9d9d9;
    z-index: 10;

    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.col-md-3:hover .info-box {
    max-height: 180px;
    display: block;
    padding: 5px;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.col-md-3 .info-box {
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.col-md-3 .info-box:hover {
    max-height: 180px;
    display: block;
    padding: 5px;
}

.info-box ul {
    list-style-type: disc;
    padding-left: 20px;

    color: #000;
}

.info-box ul li {
    margin: 10px auto;
    text-align: left;
}

.info-box4 ul {
    list-style-type: disc;
    padding-left: 20px;

    color: #000;
}

.info-box4 ul li {
    margin: 10px auto;
    text-align: left;
}

.info-box2 {
    display: none;
    overflow: hidden;
    position: relative;
    background-color: white;
    padding: 0 15px;
    width: 220px;
    top: 100%;
    /* Places it right below the button */
    left: 30%;
    /* Aligns it with the left edge of the parent */
    border-radius: 25px;
    font-size: 14px;
    border: 2px solid #d9d9d9;
    z-index: 10;
    margin-top: 130px;
    margin-left: 10%;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.info-box3 {
    display: none;
    overflow: hidden;
    position: relative;
    background-color: white;
    padding: 0 15px;
    width: 220px;
    top: 100%;
    /* Places it right below the button */
    left: 30%;
    /* Aligns it with the left edge of the parent */
    border-radius: 25px;
    font-size: 14px;
    border: 2px solid #d9d9d9;
    z-index: 10;

    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}



.col-md-3:hover .info-box2 {
    max-height: 180px;
    display: block;
    padding: 15px;
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.col-md-3 .info-box2 {
    transition: max-height 0.3s ease-in-out, padding 0.3s ease-in-out;
}

.col-md-3 .info-box2:hover {
    max-height: 180px;
    display: block;
    padding: 15px;
}

.info-box2 ul {
    list-style-type: disc;
    padding-left: 20px;

    color: #000;
}

.info-box2 ul li {
    margin: 10px auto;
    text-align: left;

}

.info-box3ul {
    list-style-type: disc;
    padding-left: 20px;

    color: #000;
}

.info-box3 ul li {
    margin: 10px auto;
    text-align: left;

}

.info_re {
    position: relative;
    display: inline-block;
}

.info-box2 p {

    color: #000;
    font-size: 12px;


}

.info-box3 p {

    color: #000;
    font-size: 12px;


}

@media screen and (max-width: 1600px) {
    .info-box2 {
        margin-left: 0% !important;
    }

    .info-box3 {
        margin-left: 0% !important;
    }

    .info-box4 {
        margin-left: 5% !important;
    }
}

.dropdown-toggle {
    background-color: white;
    /* Background color */
    border: 3px solid #d9d9d9;
    /* Border color */
    border-radius: 15px;
    /* Rounded corners */
    padding: 8px 40px;
    /* Padding for better appearance */
    color: black;
    /* Text color */
    box-shadow: none;
    /* Remove default Bootstrap shadow */
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-width: 120px;
}

.dropdown-toggle::after {
    border-top: 5px solid gray;
    /* Custom dropdown arrow */
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
}

.dropdown-menu {
    border-radius: 10px;
    /* Rounded corners for dropdown */
    border: 1px solid #ccc;
}

.dropdown-toggle .caret {
    margin-left: 15px;
}

.dropdown-item {
    font-weight: normal;
}

.commission-container {
    width: 150px;
    height: 200px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-family: Arial, sans-serif;
    font-weight: bold;
}

.commission-shield {
    width: 100%;
    height: 100%;
}

.commission-text {
    position: absolute;
    top: 35%;
    font-size: 12px;
    line-height: 1.2;
    color: black;
}

.commission-rate {
    position: absolute;
    bottom: 25%;
    font-size: 16px;
    font-weight: bold;
    color: black;
}

.pr_m {
    margin-top: -20px;
}

.lang-btnv {
    background-color: var(--border-color);
    border: 1.5px solid #000;
    font-size: 21px;
    border-radius: 25px;
    color: #fff;
    font-weight: 700;
    padding: 5px 10px;
    font-style: italic;
}

.lang-btnv:hover {
    background: var(--primary-text);
    color: #fff;
}

.vhead {
    font-size: 32pt;
    color: #000;
    font-weight: 800;
    text-shadow: none;

}

.v_sub {
    font-size: 18pt;
    color: #000;
    font-weight: normal;
    text-shadow: none;
}

.vmid_box {
    border-width: 2px 5px 5px 1px;
    border-style: solid;
    border-color: #bcb8b8;
    border-radius: 25px;
    padding: 5px 10px;

}

.world_box {
    border-width: 3px;
    border-style: solid;
    border-color: #bcb8b8;
    border-radius: 15px;
    padding: 5px 10px;
    margin-left: 120px;
}

.world_box p {
    margin-bottom: 0px;
    font-size: 18px;
    color: #000;

}

.flexv {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.flexv p {
    font-size: 13pt;
    color: #000;
}

.flex_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.mobile_flex_between {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.btn_v {
    background: var(--button-color);
    font-size: 21pt;
    color: #fff;
    border-radius: 55px;
    border: 3px solid var(--border-color);
    font-weight: 700;
    padding: 18px 10px;
    width: 570px;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
    margin-left: 60px;
    margin-top: 30px;
    margin-bottom: 20px;

}

.btn_admin:hover .arrow {
    border-right: 3px solid white;
    border-top: 3px solid white;
}

.p_wrd {
    font-size: 14px;
    color: #000;
    margin-bottom: 0px;
}

.logo_txt {
    font-size: 42pt;
}



.sidebar {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    left: 0;
    background-color: var(--box-background);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}

.sidebar a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: var(--primary-text);
    display: block;
    transition: 0.3s;
}

.sidebar a:hover {
    color: #f1f1f1;
}

.sidebar .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}



/* .openbtn:hover {
    background-color: #444;
  } */

#main {
    transition: margin-left .5s;
    padding: 16px;
}

/* On smaller screens, where height is less than 450px, change the style of the sidenav (less padding and a smaller font size) */
@media screen and (max-height: 450px) {
    .sidebar {
        padding-top: 15px;
    }

    .sidebar a {
        font-size: 18px;
    }


}

.sidebar li {
    text-align: left;
    list-style-type: none;
}




.pro-wrapper {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0px 15px;
}

.pro-top-bar {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.pro-date-filters {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    gap: 10px;
}

.pro-top-bar strong {
    color: #000;
    font-size: 2rem;
}

.pro-top-bar input {
    border-radius: 25px;
    padding: 2px 38px;
    background-color: #fdffda;
    border: 1px solid #d9d9d9;
}

.pro-date-filters input {
    width: 160px;
    padding: 6px 12px;
    border-radius: 8px;
    border: 1px solid #ccc;
    font-size: 13px;
}

.pro-btn {
    background: var(--primary-text);
    color: white;
    padding: 6px 20px;
    border: none;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
}

.pro-btn2 {
    background: var(--primary-text);
    color: white;
    padding: 6px 20px;
    border: none;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
    width: 200px;
}

.pro-btn-reset {
    background: #fff;
    color: #000;
    border: 2px solid #000;
    border-radius: 20px;
    font-size: 18px;
}

.pro-filter-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 20px 0;
}

.pro-filter-toggle label {
    margin-right: 10px;
    font-weight: bold;
    color: #000;
}

.pro-switch {
    position: relative;
    display: inline-block;
    width: 45px;
    height: 22px;
}

.pro-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.pro-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 34px;
}

.pro-slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.pro-switch input:checked+.pro-slider {
    background-color: var(--primary-text);
}

.pro-switch input:checked+.pro-slider:before {
    transform: translateX(22px);
}

.pro-filter-section {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 25px;
    margin-top: 55px;
}

.pro-filter-column {
    width: 30%;
}

.pro-form-inline .form-group {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 12px;
}

.pro-form-inline label {
    width: 110px;
    font-size: 13px;
    margin-right: 10px;
    font-weight: bold;
    color: #000;
    text-align: left;
    margin-bottom: 0px;
}

.pro-form-inline input,
.pro-form-inline select {
    height: 30px !important;
    font-size: 13px !important;
    border-radius: 5px !important;
    padding: 0 12px !important;
    width: 200px !important;
    border: 1px solid #ccc !important;
    text-align: center;
    background: #f7f7f7 !important;
}

.pro-action-buttons {
    display: flex;
    justify-content: space-evenly;
    gap: 20px;
    margin-bottom: 20px;
}

.pro-btn3 {
    background: var(--primary-text);
    color: white;
    padding: 6px 40px;
    border: none;
    border-radius: 20px;
    font-size: 13px;
    font-weight: bold;
}

.pro-table {
    width: 100%;
    border: 1px solid #000;
    margin-top: 40px;
}

.pro-table th,
.pro-table td {
    padding: 10px;
    font-size: 13px;
    text-align: center;

}

.pro-table th {

    font-weight: bold;
    border: none;
    padding: 10px;
    font-weight: normal;
    color: black;
    text-align: center;
}

.pro-demo-head {
    font-size: 32pt;
    color: #000;
    font-weight: 900;
    text-shadow: none;
    display: inline;
    margin-bottom: 40px;
}


.custo-heading {
    font-size: 32pt;
    color: var(--primary-text);
    font-weight: 900;
    text-shadow: none;
    margin-bottom: 40px;
    margin-top: 50px;
}

.custo-heading2 {
    font-size: 32pt;
    color: #000;
    font-weight: 900;
    text-shadow: none;
    margin-bottom: 40px;
    margin-top: 50px;
}

.custo-sub-heading {
    font-size: 16pt;
    color: var(--primary-text);
    font-weight: 900;
    text-shadow: none;
    margin-top: 50px;
    margin-bottom: 60px;
}

.customer-btn {

    background: var(--button-color);
    font-size: 17pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    padding: 8px 10px;
    width: 400px;
    display: inline-flex;
    margin-top: 50px;
    justify-content: space-evenly;
    align-items: center;
}

.customer-btn2 {
    position: absolute;
    top: 100;
    right: 0;
    background: var(--button-color);
    font-size: 17pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 700;
    padding: 8px 10px;
    width: 400px;
    display: inline-flex;
    justify-content: space-evenly;
    align-items: center;
}

.three-btn button {
    background: var(--button-color);
    font-size: 16pt;
    color: #fff;
    border-radius: 25px;
    border: 3px solid #d9d9d9;
    font-weight: 500;
    padding: 8px 10px;
    width: 350px;
}

.three-btn p {
    font-size: 12pt;
    color: #000;
    margin-top: 8px;
}

.pro-table-wrapper {
    margin-top: 20px;
    font-family: Arial, sans-serif;
}

.pro-label {
    font-weight: bold;
    font-size: 14px;
}

.pro-input {
    height: 30px;
    border-radius: 18px;
    font-size: 12px;
    padding: 4px 10px;
}

.pro-filter-row {
    margin: 10px 0;
}

.pro-data-table {
    font-size: 13px;
    margin-top: 10px;
}

.pro-notes-btn {
    background-color: #e0ff9f;
    color: #000;
    border: none;
    font-weight: bold;
    padding: 6px 12px;
    margin-top: 10px;
}

.pro-sales-container {

    margin-top: 10px;
}

.pro-label {
    font-weight: bold;
    font-size: 14px;
}

.pro-checkbox {
    margin-right: 6px;
}

.pro-toggle-btn {
    background-color: var(--primary-text);
    color: white;
    border-radius: 14px;
    font-size: 13px;
    padding: 4px 12px;
    margin-left: 5px;
}

.pro-date-sold-row {
    margin: 15px 0 10px;
}

.pro-date-checkbox-wrap label {
    display: block;
    font-size: 13px;
    margin-bottom: 3px;
}

.pro-filter-inputs {
    margin-bottom: 10px;
}

.pro-input {
    height: 28px;
    font-size: 12px;
    border-radius: 16px;
    padding: 4px 10px;
}

.pro-data-table {
    font-size: 13px;
    background-color: white;
    border: 1px solid #ccc;
}

.pro-data-table th,
.pro-data-table td {
    text-align: center;
    vertical-align: middle;
    border: none !important;
}

.pro-data-table tr {
    border: 1px solid black;
}

.pro-notes-btn {
    background-color: #c1ff72;
    font-weight: bold;
    color: black;
    margin-top: 12px;
    padding: 6px 14px;
    border: none;
    border-radius: 4px;
}

.toggle-input {
    display: none;
}

.toggle-label {
    display: inline-block;

    background: #ccc;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
}



.toggle-input:checked+.toggle-label {
    background: var(--primary-text);
}

.toggle-input:checked+.toggle-label:before {
    transform: translateX(20px);
}

.pro-add-note-btn {
    background-color: var(--primary-text);
    border: none;
    color: #fff;
}

.pro-note-modal .modal-header {
    background-color: #f5f5f5;
}

.pro-note-textarea {
    resize: none;
}

.flex-col-start {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
}

.pro-select-all-wrap {
    margin-left: 20px;
}

.pro-select-all-wrap label {
    margin-left: 8px;
    color: #000;
    font-size: 12pt;
}

.blue-label {
    color: var(--primary-text);
    font-size: 16pt;
    font-weight: 500;
}

.blue-label2 {
    color: var(--primary-text);
    font-size: 10pt;
    font-weight: 500;
}

.flex-start {
    display: flex;
    justify-content: space-evenly;
    align-items: flex-start;
}

.padding-five {


    font-size: 16pt;
}

.referral-wrapper {


    margin: 20px auto;
    border-radius: 5px;
}

.referral-topbar {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;
}

.btn-highlight-green {
    background-color: #c1ff72;
    padding: 10px 15px;
    border-radius: 4px;
    font-weight: bold;
    color: #000;
    display: inline-block;
    margin: 5px 0;
}

.btn-export {
    background-color: var(--border-color);
    color: #fff;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    font-weight: bold;
    margin-top: 80px;
}

.btn-action-note {
    background-color: var(--primary-text);
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 2px 0;
    display: inline-block;
}

.btn-action-note2 {
    background-color: #606166;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
    margin: 2px 0;
    display: inline-block;
}

.info-reminder {
    color: red;
    margin: 10px 0 15px;
    font-size: 14px;
}

.table-referral thead {
    background-color: #f9f9f9;
    font-weight: bold;
}

.footer-note {
    text-align: center;

    margin-top: 5%;
}

.toggle-switch {
    display: inline-block;
    width: 50px;
    height: 24px;
    background: #eee;
    border-radius: 12px;
    position: relative;
    vertical-align: middle;
    margin-left: 10px;
}

.toggle-switch::after {
    content: '';
    position: absolute;
    top: 2px;
    left: 2px;
    width: 20px;
    height: 20px;
    background: #ccc;
    border-radius: 50%;
    transition: all 0.3s;
}


.btn-cust {
    background-color: var(--primary-text);
    font-size: 12pt;
    border-radius: 15px;
    padding: 5px 15px;
}


.table thead tr th {
    border: none !important;

}

.table td {
    border: none !important;
    text-align: center;
}

.referral-wrapper .blue-label2 {
    color: #4a4a4a;
}

.mob-btn {
    text-align: center;
}

.center-flex {
    display: flex;
    justify-content: center;
    gap: 40px;
    align-items: center;
    margin-top: 80px;
}

.pro-sub-head {
    font-size: 25px;
    color: #000;
    font-weight: bold;
    text-shadow: none;
}




@media screen and (max-width: 820px) {
    .logo_store {
        margin: 0 auto;
    }

    .c_btn {
        width: 100% !important;
        padding: 5px 8px !important;
    }

    .comman-mobile-margin {
        margin: 10px auto;
    }

    .comman-mobile-margin20 {
        margin: 20px auto;
    }

    .bt-email span {
        font-size: 14px !important;
    }

    .email-verification-container {
        width: 90%
    }

    .mobile-top-view {
        display: block;
    }

    .desk-top-view {
        display: none;
    }
}

@media screen and (min-width: 820px) {

    /* desktop styles */
    .desk-top-view {
        display: block;
    }

    .mobile-top-view {
        display: none;
    }
}

.bt-email {
    font-size: 16px;
    border-radius: 10px;
    margin-bottom: 8px;
}

.bt-email:hover {
    background-color: var(--border-color);
}

.top-margin {
    margin-top: 5px;
    margin-bottom: 10px;
}

.width-90 {
    width: 90%;
}

.font-16 {
    font-size: 16pt !important;
}

.font-500 {
    font-weight: 100;
}

.w-24 {
    width: 240px;
}

.font-12 {
    font-size: 12pt !important;
}

.instant-onboard-card {
    border: 1px solid var(--primary-text);
    border-radius: 25px;
    margin: 0 auto;
    width: 300px;
}

.font-600 {
    font-weight: 600;
}

.font-800 {
    font-weight: 800;
}

.instant-btn {
    background: var(--primary-text);
    width: 200px;
    color: #fff;
    padding: 10px 25px;
    border-radius: 15px;
    font-size: 18pt;
    display: block;
    margin: 0 auto;
}

.font-10 {
    font-size: 10px;
}

.mar-25 {
    margin-bottom: 25px;
}

.pri-color {
    color: var(--primary-text);
}

.mar-top-55 {
    margin-top: 55px;
}

.d-hr {
    border-top: 3px solid #eee !important;
    margin: 0px !important;
}

.top-10 {
    margin-top: 10px;
}

.font-21 {
    font-size: 21pt;
}

.font-20 {
    font-size: 20pt;
}

.font-12 {
    font-size: 12pt;
}

.anchor-code {
    color: var(--border-color);
    font-size: 10pt;
    display: block;
    text-decoration: underline !important;
}

.top-20 {
    margin-top: 20px;
}

.instant-collapse {
    background-color: var(--primary-text);
    width: 300px;
    margin: 0 auto;
    color: #fff;
    border-radius: 25px;
    margin-top: 15px;
}


.instant-collapse p {

    color: #fff;
    font-size: 10pt;
    text-align: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.secondary-color {
    color: var(--border-color);
}

.text-default {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: justify;
}

.text-justify {
    text-align: justify;
}

.font-10-pt {
    font-size: 10pt;
}

.input-style {
    border: 1px solid var(--border-color);
    border-radius: 15px;
    padding: 15px 25px;
    font-size: 12pt;
    text-align: center;
    width: 100%;
}

.qr-custom-btn {
    background: var(--primary-text);
    width: 100%;
    color: #fff;
    padding: 10px 25px;
    border-radius: 15px;
    font-size: 18pt;
}

.activation-card {
    margin: 12px 20px;
}

.small-box {
    width: 150px;
    height: 150px;
    /* border: 1px solid var(--border-color); */
    border-radius: 25px;
    margin: 20px auto;
}

.font-8 {
    font-size: 8pt;
    color: var(--primary-text);
}

.create-acc-card {
    width: 500px;
    margin: 0 auto;
}

/*desktop styles*/
@media screen and (min-width: 820px) {
    .activation-card {
        width: 500px;
        margin: 0 auto;
    }

    .create-acc-card {
        width: 500px;
        margin: 0 auto;
    }
}

.font-22 {
    font-size: 22pt;
}

.create-acc-card {
    width: 100%;
}

.font-8 {
    font-size: 8pt;
}

.anchor-color {
    color: var(--border-color);
    text-decoration: underline !important;
}

.auto-width {
    width: auto;
}

.top-30 {
    margin-top: 30px;
}

.custom-input-3 {
    border: 1px solid #000;
    text-align: center;
    padding: 25px 5px;
    border-radius: 10px;
    font-size: 22px;
    color: gray;
    width: 90%;
    /* width: 87%; */
}

.custom-input-3::placeholder {
    color: gray !important;
}

.custom-input-3::-webkit-input-placeholder {
    color: #888 !important;
}

.custom-input-3:-ms-input-placeholder {
    color: #888 !important;
}

.custom-input-3::placeholder {
    color: #888 !important;
}

.custom-btn-3 {
    background-color: var(--grey-btn);
    font-size: 20pt;
    padding: 25px 5px;
    width: 90%;
    margin: 60px 0px auto;
    color: #d9d9d9;
    border-radius: 12px;
}

.color-gray {
    color: #d9d9d9;
}

.color-black {
    color: #323232;
}

.font-8-px {
    font-size: 8px;
}

.footer-fixed {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    padding: 10px 0;
    background: #fff;
}

.family-Michroma {
    font-family: "Michroma", sans-serif;
}

.family-open-sans {
    font-family: "Open Sans", sans-serif;
}

.verify-card {
    background-color: var(--grey-btn);
    border-radius: 10px;
    padding: 25px 15px;
}

.font-19 {
    font-size: 19pt;
}

.font-11 {
    font-size: 11pt;
}

.red-color-text {
    color: #ff3131;
    font-size: 25pt;
}

.contact-box {
    border: 1px solid #d9d9d9;
    margin: 50px auto;
    border-radius: 15px;
}

.contact-box .fa {
    font-size: 35px;
    color: #fff;
    padding: 15px 30px;
}

.color-white {
    color: #fff;
}

.responsive-box {
    margin: 10px 10px auto;
}

@media screen and (min-width: 820px) {
    .responsive-box {
        width: 500px;
        margin: 0 auto;
    }
.custom-btn-3 {
    width: auto!important;
    padding: 15px 30px!important;
}
.iti{
     width: auto!important;
}
}

.responsive-box .iti input{
    width: 100%;
}


@media screen and (max-width: 378px) {
.font-22{
    font-size: 22px;
}
.font-12{
    font-size: 12px !important;
}
}

.bottom-30{
    margin-bottom: 30px;
}

.iti{
    width: 90%;
}
.fontpx-23{
    font-size: 23px!important;
}
.resend-link{
    background-color: var(--vivid-blue);
    color: #fff;
    padding: 15px 25px;
    border-radius: 15px;
    width: 100%;
}
.btn-success{
    background-color: var(--primary-text)!important;
}
.btn-export{
    background-color: var(--primary-text)  !important;
    color: #fff !important; 
}