.su-container-h{
    height: 17rem;
}

.su-done-ic {
    height: 4rem;
}

.su-c-width {
    max-width: 40rem;
}

.terms-h
{
    height: 48px;
}

.err-c-h
{
    height: 84px;
}
.su-vl {
    width: 0.1rem;
    background: #ffffff;
    opacity: 90%;
    border-radius: 1px;
}
.custom-checkbox .form-check-input:checked {
    background-color: #FFD761;
}

@media (max-width: 768px) {
    .su-container-w
    {
        min-width: 100%;
        max-width: 510px;
    }
}
.su-container-w
{
    max-width: 510px !important;
}

input[type=text]:disabled {
    background-color: #b2bfcc; /* Example: light gray background color */
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}