p.text-form2 {
    font-size: 14px;
    font-weight: 400;
    color: #5a5a5a;

}
label.font-lable-text {
    font-size: 18px;
    font-weight: 500;

}
nav.nav.sub-nav1 {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: white;
}
label.font-lable-text {
    font-size: 16px;
    font-weight: 500;
}
button.classroom-btn {
    background: #c7151b;
    border: 0;
    padding: 9px 17px;
    color: white;
    border-radius: 5px;
}
.d-flex.btn-349 {
    gap: 15px;
}

button.classroom-btn-1 {
    width: 100%;
    background: #15283c;
    border: 0;
    padding: 9px 17px;
    color: white;
    border-radius: 5px;
}

.password-container {
    position: relative;
    /* display: inline-block; */
}

.password-container input {
    padding-right: 30px;
    /* Space for the eye icon */
}
input.radio {
    cursor: pointer;
}
.eye-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}a.add-btn-cordinator {
    background: var(--bs-body-rubyred);
    color: white;
    padding: 5px 10px;
    border-radius: 5px;
    width: 17%;
    /* display: inline-flex
; */
    text-align: center;
    justify-content: center;
    /* height: 36px; */
    position: relative;
    font-size: 18px;
    margin: top;
    top: -25px;
    float: 0;
    margin: 0 0 0 auto;
    display: block;
}

i.fa-solid.fa-user.text-primary.me-3 {
    font-size: 17px;
}
a.text-black.profile-icon {
    font-size: 16px;
}
thead {
    /* border: 0; */
    /* background: red !important; */
    --bs-table-bg: #15283c;
    --bs-table-color: white !important;
}
.drop-zone {
    max-width: 271px;
    height: 229px;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-weight: 500;

    cursor: pointer;

    border: 2px dashed rgb(163, 163, 163);
    border-radius: 10px;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}
.user-area .user-form-content .user-form {
    border-bottom: none;
    background-color: #ffffff;
    padding: 39px 61px;
    margin: auto;
    border-radius: 10px;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}.login-form {
    border-radius: 50px !important;
}
.default-btn {
    font-size: 16px;
    color: var(--white-color);
    line-height: 1;
    -webkit-transition: var(--transition);
    transition: var(--transition);
    text-align: center;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: inline-table;
    padding: 18px 10px;
    font-weight: 600;
    background-color: #e21e24;
    width: 34%;
    border-radius: 5px;
}.max-width-600 {
    max-width: 700px;
    margin: auto;
}.user-area .user-form-content .user-form .default-btn {
    width: 100%;
    margin-bottom: 30px;
}.desktop-nav {
    background-color: var(--white-color);
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    padding-top: 0;
    padding-bottom: 0;
}.mobile-responsive-nav {
    display: none;
}button.waves-effect.waves-light.default-btn.login-form {
    border: none;
    padding: 15px 10px;
    color: white;
}