@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP&display=swap");

.d-none {
    display: none;
}
.student-info .form-step {
    border-left: 1px solid rgba(0, 0, 0, 0.1);
    min-height: 920px;
}

.student-info .register-form {
    padding: 2rem;
    min-height: 920px;
    font-family: "Noto Sans JP", sans-serif, sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #4b5563;
    background-color: whitesmoke;
}

.register-form .sub-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6b7280;
}

.register-form .content-title {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    color: #374151;
}

.register-form .btn-top {
    font-family: "Noto Sans JP";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #4b5563;
}

.register-form .btn-top:hover {
    background-color: #7c3aed;
    color: #fff;
}

.student-info .card-footer {
    background: #f9fafb;
}

.student-info .form-stepper {
    counter-reset: section;
    margin-bottom: 3rem;
}
.student-info .card-footer .btn {
    align-items: center;
    padding: 9px 16px;
    gap: 8px;
    color: grey;
    background: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 6px;
}
.student-info .card-footer .btn:hover {
    background-color: #7c3aed;
    color: #fff;
}

.student-info .form-stepper-circle {
    display: inline-block;
    background: #f3f4f6;
    position: relative;
    width: 1.5em;
    height: 1.5em;
    line-height: 1.5em;
    border-radius: 50%;
    color: #f3f4f6;
    text-align: center;
}

/* Vertical Line */
.student-info .form-stepper-circle:after {
    content: " ";
    position: absolute;
    display: block;
    top: 1px;
    right: 50%;
    bottom: 1px;
    left: 50%;
    height: 100%;
    width: 1px;
    transform: scale(1, 2);
    transform-origin: 50% -100%;
    background-color: #f3f4f6;
    z-index: -1;
}
.student-info .step:last-child .form-stepper-circle:after {
    display: none;
}

.student-info li {
    list-style-type: none;
    padding-bottom: 20px;
}
.student-info li.form-stepper-completed .form-stepper-circle:after {
    background-color: #7c3aed;
    color: #fff;
}

.form-stepper-completed .icon::before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-weight: 900;
    content: "\f00c";
}

.form-stepper-active .icon::before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-weight: 900;
    content: "\f111";
}
.form-stepper-unfinished .icon::before {
    font: normal normal normal 14px/1 FontAwesome;
    color: #fff;
    font-weight: 900;
    content: "\f111";
}

.form-stepper-completed i {
    content: icon;
}
.student-info li.form-stepper-completed .form-stepper-circle {
    background-color: #7c3aed;
}

.form-stepper-active .form-stepper-circle {
    background-color: #7c3aed !important;
    color: #fff;
}
.form-stepper-active .label {
    color: #7c3aed !important;
}
.form-stepper .form-stepper-active .form-stepper-circle:hover {
    background-color: #4361ee !important;
    color: #fff !important;
}
.form-stepper .form-stepper-unfinished .form-stepper-circle {
    background-color: #f8f7ff;
}
.form-stepper .form-stepper-completed .form-stepper-circle {
    background-color: #0e9594 !important;
    color: #fff;
}
.form-stepper .form-stepper-completed .label {
    color: #0e9594 !important;
}
.form-stepper .form-stepper-completed .form-stepper-circle:hover {
    background-color: #0e9594 !important;
    color: #fff !important;
}

.student-info .form-stepper .label {
    margin-top: 0.5rem;
}

/* Steps */
.student-info .step {
    position: relative;
    min-height: 1em;
}

.student-info .step > div:first-child {
    position: static;
    height: 0;
}
.student-info .step > div:not(:first-child) {
    margin-left: 1.5em;
    padding-left: 1em;
}

/* Stepper Titles */
.student-info .caption {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    color: #6b7280;
}
.student-info .title {
    font-family: "Noto Sans JP", sans-serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #374151;
}
