﻿.footer {
    background-color: #DEECFF;
    padding: 40px 0;
}

.space-container {
    background-color: #FFFFFF;
    padding: 20px 0;
}

.bi-facebook:hover {
    color: #039BE5;
    cursor: pointer;
}

.bi-youtube:hover {
    color: #EB3341;
    cursor: pointer;
}
.social .small.text-muted a {
    color: inherit;
}

.dashed-line {
    border-top: 1px dashed #333;
}

.otp-card {
    border: 1px solid #ccc;
    border-radius: 10px;
    background-color: #fff;
    padding: 20px;
}

.otp-input {
    width: 50px;
    height: 50px;
    font-size: 24px;
    text-align: center;
    margin: 0 5px;
    border: 1px solid #ced4da;
    border-radius: 4px;
}

    .otp-input:focus {
        outline: none;
        border-color: #1976d2;
        box-shadow: 0 0 0 0.25rem rgba(25, 118, 210, 0.25);
    }


@media (max-width: 420px) {
    .otp-input.form-control {
        width: 40px !important;
        height: 40px;
        font-size: 1rem;
    }
}

@media (max-width: 360px) {
    .otp-input.form-control {
        width: 34px !important;
        height: 34px;
        font-size: 0.9rem;
    }
}

.scrollable-container {
    max-height: 320px;
    overflow-y: auto;
}

.form-check-input {
    border: 1px solid #212529;
    width: 16px;
    height: 16px;
}

.form-check {
    margin-bottom: 10px;
}


@media (max-width: 768px) {
    .custom-hanging-img {
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 576px) {
    .custom-hanging-img {
        width: 90px;
        height: 90px;
    }

    .custom-d-flex {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .custom-ms-3 {
        margin-left: 0 !important;
        margin-top: 10px;
    }
}

@media (max-width: 576px) {
    #Submit {
        width: auto; 
        padding-left: 1rem;
        padding-right: 1rem;
        min-width: 90px; 
    }
}

.column-text .text-spacing {
    display: block; 
    margin-top: 10px; 
}
