.student-active-status-container {
    background-color: #fff;
    margin: 3rem auto 2rem;
    padding: 2rem 1rem 2rem;
    border-radius: 0.625rem;
}

.licenses-container-scroll {
    height: 250px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.radio-licence-con {
    /* padding-left: 0.5rem; */
    margin-left: -1rem;
    margin-right: 0.5rem;
}

.add-licence-first-row {
    position: relative;
}

.add-licence-first-row::before {
    position: absolute;
    content: "";
    width: 2px;
    height: 100%;
    background-color: #eff0f5;
    right: 0px;
}

.add-licence-modal-dialog {
    max-width: 940px;
}

.radioLicenses {
    width: 0 !important;
}

.search-left::before {
    top: 2.3rem !important;
}
.payment-close {
    top: 40px;
}
@media (min-width: 1200px) {
    .license-buttons-index {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
        flex: 0 0 20%;
        max-width: 32%;
    }
}
