/* enrollment page css */
.login-wrap {
    width: 25%;
    margin: auto auto;
}
.login-logo-wrap {
    width: 280px;
    margin: 20px auto;
}
.login-logo-wrap img {
    width: 100%;
}
.btn-logout {
    background: #cbd9ff;
    padding: 5px 8px;
    border-radius: 6px;
    color: #333;
}
.enrollment {
    padding: 30px;
    background: #f4f7ff;
}
.enrollment h1 {
    margin-bottom: 5px;
}
.enrollment p {
    font-size: 14px;
}
.student-enrollment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.privacy-section .card-body ol li {
    list-style: unset;
    padding: 4px 0px;
}
.enrollment-title h1 {
    font-weight: 700;
    font-size: 26px;
    line-height: 38px;
    color: #000000;
}
.enrollment-title p {
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    color: #7d7d7d;
}
.steps-form {
    display: flex;
    gap: 10px;
}
.enrollment-steps {
    display: flex;
    align-items: center;
    gap: 20px;
}
.progress-bar {
    background-color: #e62395;
}
#dynamic0 {
    width: 20%;
}
#dynamic1 {
    width: 40%;
}
#dynamic2 {
    width: 60%;
}
#dynamic3 {
    width: 80%;
}

#dynamic4 {
    width: 100%;
}

#student0 {
    width: 25%;
}
#student1 {
    width: 50%;
}
#student2 {
    width: 75%;
}
#student3 {
    width: 100%;
}

.enrollment-btn {
    overflow: auto;
}
.enrollment-btn button {
    background: #2367c7;
    color: #ffffff;
    padding: 10px 20px;
    border: none;
    transition: all 0.3s ease;
}
.enrollment-btn button:hover {
    background: #e62395;
}
#enrollment .step {
    display: none;
}
.steps-form h5 {
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    margin-top: 2px;
    color: #000000;
}
.circle-num {
    background: #d9d9d9;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ffffff;
}
.circle-active {
    background: #e62395;
    width: 26px;
    height: 26px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #ffffff;
}
.middle-bar {
    background: #d9d9d9;
    width: 40px;
    height: 3px;
    border-radius: 4px;
}
.bar-active {
    background: #e62395;
    width: 40px;
    height: 3px;
    border-radius: 4px;
}
.middle-bar.finish {
    background: #ea87c0;
    width: 40px;
    height: 3px;
    border-radius: 4px;
}
.bar-done {
    background: #e861af;
    width: 40px;
    height: 3px;
    border-radius: 4px;
}
.enrollment .card-body {
    padding: 2.5rem 0;
}
.enrollment .form-group label {
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #030e1e;
}
.error {
    color: red;
    float: left;
    font-size: 12px;
    margin: 10px 0px;
}
.enrollment .card {
    background: #ffffff;
    box-shadow: 0px 7px 8px rgba(0, 0, 0, 0.03);
    border-radius: 12px;
    margin-bottom: 40px;
}
.enrollment .card .card-title {
    display: flex;
    gap: 10px;
    font-size: 20px;
    font-weight: 600;
    color: #1e1c1c;
}
.enrollment .card .card-title svg {
    margin-right: 10px;
}
.enrollment .card label {
    font-size: 15px;
    margin-bottom: 10px;
}
.enrollment .gender-radio .form-check-label {
    margin-bottom: 0px !important;
    /* color: red; */
}
.enrollment .card input {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}
.enrollment .card input::placeholder {
    color: #a1a4a9 !important;
}
.enrollment .signature input::placeholder {
    color: #a1a4a9 !important;
}
.enrollment .card .gender-radio .form-check {
    padding-left: 0px;
    margin-right: 0px;
    display: flex;
}
.enrollment .card .gender-radio .form-check input {
    font-size: 20px;
    border: 1px solid grey;
    border-radius: 50%;
    margin-left: 5px;
    margin-bottom: 0;
}
.enrollment .form-select {
    color: #606266 !important;
    padding: 0.7rem 1rem !important;
    font-size: 13px;
}
.enrollment .form-control {
    padding: 0.8rem 1rem !important;
}

.form-check .form-check-label {
    margin-left: 0.75rem;
}
.enrollment .next-button .next-submit {
    border: none;
    background: #d833a2;
    font-size: 18px;
    color: #fff;
    border-radius: 25px;
    padding: 5px 30px;
}
.enrollment .next-button .back {
    border: none;
    background: none;
    float: left;
    font-size: 25px;
    color: #d833a2;
}
.privacy-section .card ul {
    padding-left: 0px;
}
.privacy-section .card ul li {
    color: #353030;
    padding: 5px;
}
.privacy-section .form-check input {
    border-radius: 2px;
    border: 1px solid grey;
    margin-top: 4px;
    font-size: 15px;
}
.privacy-section .declare-text {
    text-align: left;
}
.up-img-block {
    width: 200px;
}
@media (min-width: 280px) and (max-width: 767px) {
    .enrollment {
        padding: 0px 20px;
    }
    .enrollment .card .card-body ol {
        padding-left: 0px;
    }
    .enrollment .card {
        padding: 1.2rem !important;
    }
}
@media only screen and (min-width: 320px) and (max-width: 480px) {
    .student-enrollment-header {
        display: flex;
        padding: 2rem;
        justify-content: space-between;
        align-items: center;
        flex-direction: column;
    }
    .enrollment-steps {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }
    .middle-bar {
        display: none;
    }
}
