.new-register-grid-container {
    display: flex;
    min-height: 100vh;
}
input,
select,
textarea,
.input,
input[type="text"],
input[type="tel"],
input[type="date"],
select.input {
    outline: none;
    outline-width: 0;
    outline-style: none;
    outline-color: transparent;
    border: 1px solid #d1d1d1;
    transition: none;
}

    input:focus,
    select:focus,
    textarea:focus,
    .input:focus,
    input[type="text"]:focus,
    input[type="tel"]:focus,
    input[type="date"]:focus,
    select.input:focus,
    input:focus-visible,
    select:focus-visible,
    .input:focus-visible {
        outline: 2px solid #d72f2f;
        outline-offset: 0;
        border: none;
        box-shadow: none;
        transition: none;
    }
.new-register-grid-stretch {
    flex: 1;
    display: flex;
    place-items: center;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-direction: column;
    overflow: hidden;
}
.terms-link:hover{
    text-decoration:underline;
    color:#d72f2f;
}
.btn {
    height: 60px;
    border-radius: 16px;
    font-size: 18px;
    font-family: "Poppins";
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
}
.terms-checkbox-wrapper label .terms-link:hover {
    text-decoration: underline;
    text-decoration-color: #d72f2f;
    text-underline-offset: 2px;
}.alert {
    padding: 0.75rem 1rem;
    border-radius: 0.5rem;
    font-size: 14px;
    margin-bottom: 1rem;
    font-family: 'Poppins', sans-serif;
}
.create-account-button{
    margin-top:20px;
}
.alert-info {
    background-color: #ffebee;
    border: 1px solid #f44336;
    color: #d72f2f;
}
.error-message {
    display: none;
    margin-top: 5px;
    font-size: 13px;
    transition: all 0.3s ease;
}

    .error-message.show {
        display: block;
        color: #d72f2f;
        width: 400px;
        background-color: #f9dddd;
        border: 1px solid #d72f2f;
        border-radius: 4px;
        padding: 5px 10px;
    }

@media (max-width: 450px) {
    .error-message.show {
        width: 100%;
        font-size: 12px;
    }
}
.create-account-button {
    height: 60px;
    border-radius: 16px;
    font-size: 18px;
    font-family: "Poppins";
    display: flex;
    align-items: center;
    gap: 8px;
    justify-content: center;
    background: #d72f2f;
    justify-content: center;
    display: flex;
    border: 1px solid #d72f2f;
    color: #fff;
    margin-bottom:5px;
    text-shadow: 0 0 4px #fffc;
    min-width: 100%;
}

.new-register-background {
    background: linear-gradient(#d72f2f 0%, #fff 100%);
}

.new-register-flex-column {
    display: flex;
    max-width: 400px;
    flex-direction: column;
}
.error{
    color:#d72f2f;
    font-size:14px;
    margin:0 5px;
}
.custom-checkbox-field {
    display: flex;
    gap: 10px;
    align-items: center;
}
.password-input-wrapper {
    position: relative;
    display: flex;
    align-items: center;
}

    .password-input-wrapper .input {
        padding-right: 45px;
        width: 100%;
    }
.password-toggle-button {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    transition: color 0.3s ease;
    z-index: 10;
}

    .password-toggle-button:hover {
        color: #666;
    }

    .password-toggle-button:focus {
        outline: none;
        color: #d72f2f;
    }

    .password-toggle-button i {
        font-size: 16px;
        pointer-events: none;
    }

.toggle-password {
    display: none; 
}

@media screen and (max-width: 480px) {
    .password-toggle-button {
        right: 10px;
        padding: 6px;
    }

        .password-toggle-button i {
            font-size: 14px;
        }
}

@media screen and (max-width: 380px) {
    .password-toggle-button {
        right: 8px;
        padding: 5px;
    }

        .password-toggle-button i {
            font-size: 13px;
        }
}

.error {
    color: #d72f2f;
    font-size: 14px;
    margin: 5px 0;
    display: block;
    font-family: 'Poppins', sans-serif;
}

.input-success {
    border-color: #28a745;
    background-color: #f0fff4;
}

    .input-success:focus {
        outline-color: #28a745;
        box-shadow: 0 0 0 3px rgba(40, 167, 69, 0.1);
    }
    .custom-checkbox-field > input {
        width: 35px;
        height: 32px;
        background: url(/img/checkbox-unchecked.svg);
    }

    .custom-checkbox-field > label {
        font-size: 14px;
        color: #7d7d7d;
    }

.new-register-grid-stretch.form-section-small .new-register-flex-column > img {
    margin-top: 10px;
}

.new-register-joyfullhuman_large {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    top: auto !important;
    transform: translateX(83px) !important;
    z-index: 3 !important;
    max-height: 90vh !important;
    width: auto !important;
}

.toggle-password {
    cursor: pointer;
    display: flex;
    text-align: right;
    float: right;
    justify-content: flex-end;
    position: absolute;
    left: 85%;
    max-width: 30px;
    top: 45px;
    font-size: 17px;
    color: grey;
}

.header1 {
    font-family: "poppins";
}
.password-info {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
    color: #777;

    margin-top: 8px;
    padding-left: 18px;
    max-width: 100%;
    word-wrap: break-word;
    list-style-position: inside;
}

    .password-info li {
        margin-bottom: 4px;
        line-height: 1.4;
    }
.input-field {
    position: relative;
    margin-bottom:10px;
}
.alert-message {
    padding: 0.75rem 0rem;
    border-radius: 0.5rem;
    font-size: 16px;
    margin:15px 0;
    margin-bottom: 0.5rem;
    word-wrap: break-word;
    overflow-wrap: break-word;
    max-width: 100%;
}

.alert-info-style {
    background-color: #e3f2fd;
    border: 1px solid #2196f3;
    color: #1976d2;
}

.alert-error-style {
    width:100%;
    background-color: #ffebee;
    border: 1px solid #f44336;
    color: #c62828;
}

    .alert-error-style strong {
        display: block;
        margin-bottom: 0.5rem;
    }

    .alert-error-style ul {
        margin: 0.5rem 0 0 0;
        padding-left: 1.25rem;
        list-style-type: disc;
    }

    .alert-error-style li {
        margin-bottom: 0.25rem;
    }

.otp-popup.hidden {
    display: none;
}

.otp-popup {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
}

.coins {
    position: absolute !important;
    top: 15% !important;
    left: 8% !important;
    max-width: 50% !important;
    z-index: 2 !important;
}
.border-line {
    width: 400px;
    height: 520px;
    background-color: rgba(215, 209, 209, 0.946);
    text-align: center;
    opacity: 10;
    padding-top: 10px;
    justify-content: center;
    border-radius: 16px;
    align-items: center;
    place-items: center;
}

.otp-popup-content {
    margin: auto auto;
    display: flex;
    flex-direction: column;
    row-gap: 20px;
    background-size: cover;
    background: url(/img/map.svg);
    opacity: 10;
    background-color: rgba(195, 189, 189, 0.848);
    border: 2px solid #d72f2f;
    width: 380px;
    height: 500px;
    border-radius: 8px;
    position: relative;
}

.otp-register-title {
    display: flex;
    height: 12%;
    justify-content: center;
    place-items: center;
    text-align: center;
    align-items: center;
    background-color: #d72f2f;
}

.transparent-input {
    font-size: 16px;
    width: 320px;
    font-family: "Poppins";
    height: 45px;
    padding: 16px;
    border-radius: 10px;
    background-color: transparent;
    border: 2px solid rgb(7, 137, 188);
}

    .transparent-input:focus {
        outline: none;
    }

.red-text {
    color: #fff;
    font-size: 18px;
}

.link.otp {
    font-size: 13px;
    line-height: 1.5;
}

.valiate-otp-button {
    height: 40px;
    border-radius: 10px;
    font-size: 13px;
    width: 320px;
    background-color: #d72f2f;
    color: #fff;
    border: none;
    padding: 10px 10px;
}

.otp-register-content {
    display: flex;
    height: 88%;
    flex-direction: column;
    row-gap: 15px;
    text-align: left;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    padding: 10px 20px;
    margin: 0;
}

.resent-timer {
    font-size: 13px;
    margin-left: 5px;
    margin-top: 15px;
}

.otp-popup .close {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
}

.btn.btn-primary.create-account-button {
    margin-bottom: 50px;
}

@media screen and (max-width: 960px) {
    .new-register-grid-stretch.new-register-background {
        position: absolute;
        width: 100%;
    }

    .new-register-grid-stretch.form-section-small .new-register-flex-column {
        background: #fff;
        padding: 32px;
        width: auto;
        border-radius: 32px;
        background: linear-gradient( to right bottom, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0.2) );
        backdrop-filter: blur(1rem);
    }
}

@media screen and (max-width: 768px) {
    .header1 {
        margin-left: 70px;
    }

    .new-register-grid-container {
        height: 100vh;
    }

    .new-register-grid-stretch {
        flex-direction: column;
        height: 100vh;
    }

        .new-register-grid-stretch.form-section-small .new-register-flex-column {
            width: 70%;
            backdrop-filter: blur(0.25rem);
            margin-top: 50px;
            row-gap: 15px;
            margin-left: 180px;
            align-items: center;
        }

    .new-register-joyfullhuman_large {
        left: -200px;
        top: 28%;
        z-index: 100;
    }

    .input-field > input {
        height: 50px;
    }

    .btn.btn-primary.create-account-button {
        height: 50px;
        margin-bottom: 30px;
        margin-top: 15px;
    }

    .new-register-grid-stretch.form-section-small
    .new-register-flex-column > img {
        margin-top: 10px;
    }

    .new-register-grid-stretch.new-register-background {
        align-items: center;
    }

    .otp-popup.hidden {
        display: none;
    }

    .otp-popup {
        z-index: 1000;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(66, 66, 66, 0.881);
    }

    .border-line {
        width: 400px;
        height: 520px;
        opacity: 10;
        padding-top: 10px;
    }

    .otp-popup-content {
        margin: auto auto;
        row-gap: 20px;
        width: 380px;
        height: 500px;
    }
}

@media screen and (max-width: 540px) {
    .header1 {
        margin-left: 0px;
    }

    .new-register-grid-container {
        height: 100%;
    }

    .new-register-joyfullhuman_large {
        display: none;
    }

    .new-register-grid-stretch.form-section-small
    .new-register-flex-column > img {
        margin-top: 10px;
    }

    .new-register-grid-stretch.form-section-small .new-register-flex-column {
        width: 90%;
        backdrop-filter: blur(0.25rem);
        align-items: center;
        margin-left: 0px;
        margin-top: 50px;
    }
}

@media screen and (max-width: 480px) {
    .new-register-grid-stretch.form-section-small
    .new-register-flex-column > img {
        margin-top: 10px;
    }

    .new-register-grid-stretch.new-register-background > img {
        width: 400px;
    }

    .new-register-grid-stretch.form-section-small .new-register-flex-column {
        backdrop-filter: blur(0.15rem);
        width: 80%;
        height: fit-content;
    }

    .new-register-grid-stretch {
        min-width: 450px;
        align-items: center;
        justify-self: center;
    }
}

@media screen and (max-width: 380px) {
    .new-register-grid-stretch.new-register-background > img {
        width: 300px;
    }

    .new-register-grid-stretch.form-section-small
    .new-register-flex-column > img {
        margin-top: 10px;
    }

    .new-register-flex-column {
        min-width: 400px;
    }

    .new-register-grid-stretch {
        width: 100%;
    }

        .new-register-grid-stretch.form-section-small .new-register-flex-column {
            backdrop-filter: blur(0.15rem);
            height: fit-content;
        }

    .border-line {
        width: 95%;
        height: 480px;
        opacity: 10;
        bottom: 0;
        padding-left: 5px;
        padding-right: 5px;
    }

    .otp-popup-content {
        margin: auto auto;
        row-gap: 20px;
        width: 100%;
        height: 460px;
    }

    .toggle-password {
        max-width: 30px;
        top: 40px;
    }
}

@media screen and (max-width: 320px) {
    .header1 {
        margin-left: 0px;
    }

    .new-register-grid-stretch {
        min-width: 400px;
    }

        .new-register-grid-stretch.form-section-small
        .new-register-flex-column > img {
            margin-top: 10px;
        }

        .new-register-grid-stretch.form-section-small .new-register-flex-column {
            min-width: auto;
            width: 95%;
            padding: 30px;
        }

    .input-field > input {
        height: 45px;
    }

    .btn.btn-primary.create-account-button {
        height: 45px;
        margin-bottom: 40px;
    }

    .otp-popup.hidden {
        display: none;
    }

    .otp-popup {
        z-index: 1000;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        bottom: 0;
        height: 100%;
        background: rgba(66, 66, 66, 0.881);
    }

    .border-line {
        width: 90%;
        height: 600px;
        opacity: 10;
        bottom: 0;
        padding-left: 5px;
        padding-right: 5px;
    }

    .otp-popup-content {
        margin: auto auto;
        row-gap: 20px;
        width: 100%;
        height: 580px;
    }
}

h1.header1 {
    font-size: 32px;
    font-weight: 600;
    font-family: "Poppins";
    width: 100%;
}

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

.center-align {
    text-align: center;
    margin-top:20px;
}

.markers-map {
    position: absolute;
    bottom: 0px;
    width: 100%;
    left: 0;
    right: 0;
}

.underline_link {
    font-size: 16px;
    font-family: "Poppins";
    color: #d72f2f;
    text-decoration: underline;
}

.login-checkbox-container {
    background-color: #d72f2f;
    width: fit-content;
}

    .login-checkbox-container.full-width-text {
        width: 100%;
        display: flex;
        flex-direction: row;
    }

        .login-checkbox-container.full-width-text > input[type="checkbox"] {
            appearance: none;
            -webkit-appearance: none;
            height: 32px;
            width: 32px;
            background-color: #f1f1f1;
            border-radius: 10px;
            border: 1px solid #d1d1d1;
            cursor: pointer;
            display: flex;
        }

            .login-checkbox-container.full-width-text > input[type="checkbox"]:checked::after {
                content: "\f00c";
                font-family: "Font Awesome 5 Free";
                font-weight: 600;
                font-size: 15px;
                color: white;
                display: none;
            }
            /* input[type="checkbox"]:checked:hover {
background-color: #a5a5a5;
} */
            .login-checkbox-container.full-width-text > input[type="checkbox"]:checked {
                background-color: #d72f2f;
                border: 1px solid #d72f2f;
                outline: none;
            }

                .login-checkbox-container.full-width-text > input[type="checkbox"]:checked:after {
                    display: block;
                }
/*  */
.login-checkbox-container {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: space-around;
}

    .login-checkbox-container > input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
        height: 32px;
        width: 37px;
        background-color: #f1f1f1;
        border-radius: 10px;
        border: 1px solid #d1d1d1;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
    }

        .login-checkbox-container > input[type="checkbox"]:checked::after {
            content: "\f00c";
            font-family: "Font Awesome 5 Free";
            font-weight: 600;
            font-size: 15px;
            color: white;
            display: none;
        }
        /* input[type="checkbox"]:checked:hover {
background-color: #a5a5a5;
} */
        .login-checkbox-container > input[type="checkbox"]:checked {
            background-color: #d72f2f;
            border: 1px solid #d72f2f;
            outline: none;
        }

            .login-checkbox-container > input[type="checkbox"]:checked:after {
                display: block;
            }

label {
    color: grey;
    font-size: 12px;
    font-family: "Poppins", sans-serif;
    cursor: pointer;
}
.header1, .link {
    margin: 10px auto;
}
.center-align.get-otp {
    margin-top: 100px;
}

.btn.btn-primary.new-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    text-align: center;
    align-items: center;
    column-gap: 10px;
}

#countdownTimer > a {
    padding-bottom: 40px;
}
/* .btn.btn-primary.new-button > img {
  margin-left: -90px;
} */
@media screen and (max-width: 960px) {
    h1.header1 {
        font-size: 22px;
        font-weight: 600;
    }
}

@media screen and (max-width: 768px) {
    .markers-map {
        display: none;
    }

    .input.otp-mobile {
        margin-top: 30px;
        margin-bottom: -20px;
    }

    .login-checkbox-container.full-width-text {
        width: 80%;
        column-gap: 10px;
    }

        .login-checkbox-container.full-width-text > input[type="checkbox"] {
            height: 33px;
            width: 33px;
            border-radius: 10px;
            margin-left: 30px;
            margin-right: 0px;
        }
}

@media screen and (max-width: 480px) {
    h1.header1 {
        font-size: 18px;
    }

    .link {
        font-size: 15px;
    }

    .login-checkbox-container.full-width-text {
        width: 100%;
        column-gap: 10px;
    }

        .login-checkbox-container.full-width-text > input[type="checkbox"] {
            height: 33px;
            width: 33px;
            border-radius: 10px;
            margin-left: 5px;
            margin-right: 0px;
        }
}

@media screen and (max-width: 380px) {
    h1.header1 {
        font-size: 18px;
    }

    .login-checkbox-container.full-width-text {
        width: 100%;
        column-gap: 10px;
    }

        .login-checkbox-container.full-width-text > input[type="checkbox"] {
            height: 33px;
            width: 37px;
            border-radius: 10px;
            margin-left: 30px;
            margin-right: 0px;
        }
}

@media screen and (max-width: 320px) {
    h1.header1 {
        font-size: 18px;
    }

    .btn {
        height: 40px;
        border-radius: 16px;
        font-size: 14px;
    }

    .link {
        font-size: 14px;
    }

    .btn.btn-primary {
        min-width: auto;
        width: 100%;
        margin: 10px 0;
    }

    .btn.btn-secondary {
        min-width: auto;
        width: 100%;
        margin: 10px 0;
    }

    .login-checkbox-container.full-width-text {
        width: 100%;
        column-gap: 10px;
    }

        .login-checkbox-container.full-width-text > input[type="checkbox"] {
            height: 30px;
            width: 35px;
            border-radius: 10px;
            margin-left: 3px;
            margin-right: 3px;
        }
}
/* Terms and Conditions Modal */
.terms-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.terms-modal-content {
    background-color: #fff;
    margin: 5% auto;
    padding: 0;
    border-radius: 16px;
    width: 90%;
    max-width: 700px;
    max-height: 80vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
}

.terms-modal-header {
    padding: 24px 32px;
    border-bottom: 1px solid #e0e0e0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .terms-modal-header h2 {
        margin: 0;
        font-size: 24px;
        font-family: "Poppins", sans-serif;
        font-weight: 600;
        color: #333;
    }

.close-modal {
    color: #999;
    font-size: 32px;
    font-weight: 300;
    cursor: pointer;
    line-height: 1;
    transition: color 0.3s;
}

    .close-modal:hover,
    .close-modal:focus {
        color: #d72f2f;
    }

.terms-modal-body {
    padding: 24px 32px;
    overflow-y: auto;
    flex: 1;
    color: #555;
    line-height: 1.6;
}

    .terms-modal-body p {
        margin-bottom: 16px;
        font-size: 14px;
        font-family: "Poppins", sans-serif;
    }

.terms-modal-footer {
    padding: 20px 32px;
    border-top: 1px solid #e0e0e0;
    display: flex;
    justify-content: flex-end;
    gap: 16px;
}

.btn-accept,
.btn-deny {
    padding: 12px 32px;
    border-radius: 12px;
    font-size: 16px;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    cursor: pointer;
    border: none;
    transition: all 0.3s;
}

.btn-accept {
    background-color: #d72f2f;
    color: white;
    border: 1px solid #d72f2f;
}

    .btn-accept:hover {
        background-color: #c02828;
        border: 1px solid #c02828;
    }

.btn-deny {
    background-color: #fff;
    color: #d72f2f;
    border: 1px solid #d72f2f;
}

    .btn-deny:hover {
        background-color: #fff5f5;
    }

/* Responsive Modal */
@media screen and (max-width: 768px) {
    .terms-modal-content {
        width: 95%;
        margin: 10% auto;
        max-height: 70vh;
    }

    .terms-modal-header,
    .terms-modal-body,
    .terms-modal-footer {
        padding: 16px 20px;
    }

        .terms-modal-header h2 {
            a font-size: 20px;
        }

        .terms-modal-body p {
            font-size: 13px;
        }

    .btn-accept,
    .btn-deny {
        padding: 10px 24px;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .terms-modal-footer {
        flex-direction: column;
        gap: 12px;
    }

    .btn-accept,
    .btn-deny {
        width: 100%;
    }
}
/* Terms and Conditions Checkbox Container */
.terms-checkbox-wrapper {
    width: 100%;
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
   
}

    .terms-checkbox-wrapper input[type="checkbox"] {
        appearance: none;
        -webkit-appearance: none;
        height: 20px;
        width: 20px;
        min-width: 20px;
        background-color: #fff;
        border-radius: 4px;
        border: 2px solid #ddd;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        flex-shrink: 0;
        transition: all 0.3s ease;
    }



        .terms-checkbox-wrapper input[type="checkbox"]:checked {
            background-color: #d72f2f;
            border-color: #d72f2f;
        }

            .terms-checkbox-wrapper input[type="checkbox"]:checked::after {
                content: "\f00c";
                font-family: "Font Awesome 5 Free";
                font-weight: 900;
                font-size: 11px;
                color: white;
                display: block;
            }

    .terms-checkbox-wrapper label {
        font-size: 14px;
        line-height: 1.5;
        color: #555;
        cursor: pointer;
        font-family: "Poppins", sans-serif;
        font-weight: 400;
        flex: 1;
    }

        .terms-checkbox-wrapper label .terms-link {
            color: #d72f2f;
            text-decoration: none;
            font-weight: 500;
            transition: all 0.3s ease;
        }


/* Responsive Styles */
@media screen and (max-width: 768px) {
    .terms-checkbox-wrapper {
        gap: 8px;
    }

        .terms-checkbox-wrapper input[type="checkbox"] {
            height: 18px;
            width: 18px;
            min-width: 18px;
        }

            .terms-checkbox-wrapper input[type="checkbox"]:checked::after {
                font-size: 10px;
            }

        .terms-checkbox-wrapper label {
            font-size: 13px;
            line-height: 1.4;
        }
}

@media screen and (max-width: 480px) {
    .terms-checkbox-wrapper {
        gap: 8px;
        align-items: flex-start;
    }

        .terms-checkbox-wrapper input[type="checkbox"] {
            height: 18px;
            width: 18px;
            min-width: 18px;
            margin-top: 2px;
        }

            .terms-checkbox-wrapper input[type="checkbox"]:checked::after {
                font-size: 9px;
            }

        .terms-checkbox-wrapper label {
            font-size: 12px;
            line-height: 1.5;
        }
}

@media screen and (max-width: 380px) {
    .terms-checkbox-wrapper {
        gap: 6px;
    }

        .terms-checkbox-wrapper input[type="checkbox"] {
            height: 16px;
            width: 16px;
            min-width: 16px;
            margin-top: 3px;
        }

            .terms-checkbox-wrapper input[type="checkbox"]:checked::after {
                font-size: 8px;
            }

        .terms-checkbox-wrapper label {
            font-size: 12px;
        }
}

@media screen and (max-width: 320px) {
    .terms-checkbox-wrapper {
        gap: 6px;
    }

        .terms-checkbox-wrapper input[type="checkbox"] {
            height: 16px;
            width: 16px;
            min-width: 16px;
        }

        .terms-checkbox-wrapper label {
            font-size: 11px;
            line-height: 1.4;
        }
}
