.form-errors {
    color: #dc3545;
}

/* .dropdown:hover .dropdown-menu { display: block; }
.dropdown-menu { display: none;  } */

#inline {
    font-weight: bold;
    background: rgb(255 255 255 / 90%);
    padding: 60px;
    font-size: 20px;
    border-radius: 12px;
}

#country-popup{
    font-weight: normal;
    background: rgba(255, 255, 255, 0.9);
    padding: 20px 30px;
    font-size: 18px;
    border-radius: 12px;
    max-width: 350px;
    max-height: 400px;
    overflow-y: auto;
    color: #333;
}

.select-country {
    text-decoration: none; 
    padding: 5px 10px;
    border-radius: 5px;
    display: inline-block;
}

.ins-options .btn {
    padding: 0.25rem 0.6rem;
    font-size: 0.85rem;
    min-width: auto;
    margin-right: 8px;
    margin-bottom: 8px;
    height: auto;
}
.ins-options ul.list-inline {
    padding-left: 0;
    margin-bottom: 0;
}
.ins-options ul.list-inline li {
    margin-bottom: 0;
}

.filter-menu {
    position: relative;
    height: 100%; /* Adjust as needed */
}

.specialties-container {
    position: relative;
    height: calc(100% - 60px); /* Adjust for button height */
    display: flex;
    flex-direction: column;
}

#speciality_list {
    height: 900px;
    overflow-y: auto;
    margin-bottom: 10px;
}

.filter-btn-wrapper {
    position: sticky;
    bottom: 0;
    background: #fff;
    padding: 10px 0;
    z-index: 100;
    border-top: 1px solid #eee;
    text-align: center;
}

.filter-btn-wrapper button {
    width: 90%;
    margin: 0 auto;
    display: block;
}

.otp-input {
    width: 50px; height: 50px; font-size: 20px; text-align: center;
    border: 2px solid #ddd; border-radius: 8px; margin: 0 4px;
    transition: all 0.3s;
}
.otp-input:focus {
    border-color: #0d6efd; box-shadow: 0 0 0 0.2rem rgba(13,110,253,0.25);
    outline: none;
}
