.active-card {
    color: #253F82 !important;
}

.completed-menu span,
.completed-menu p {
    color: #253F82 !important;
}

.active-card-grey {
    background-color: rgb(189, 183, 183) !important;
    color: #000 !important;
    border: none !important;
}

.download-color {
    color: #0961a8 !important;
}

/*.show {*/
/*    display: block;*/
/*}*/
.enrol-btn{
    background-color: #273d8f;
    color: #fff;
}
.enrol-btn:hover{
    color: #fff;
}
.hidden {
    display: none;
}

.mandatory-paragraph {
    color: green;
    font-weight: bold;
    font-size: 16px;
}

.warning-p {
    color: #253F82;
    font-weight: bold;
    font-size: 16px;
}


.bolder-menus {
    font-weight: bold;
    color: #000;
}

.submitter-details-paragraph {
    color: #000;
    font-weight: bold;

}

.download-color {
    color: #0961a8 !important;
}

.enrol-alert-success {
    background: #0687e4b0 !important;
    color: #fff !important;
    height: 6rem !important;
    border: none !important;
    border-radius: 10px;
    padding-top: 20px;
    text-align: center;

}

.enrol-alert-color-danger {
    color: #fff !important;

}

.enrol-alert-danger {
    background-color: red !important;
    border: 1px solid red !important;
    /* color: #fff !important; */
    height: 1rem !important;
    border-radius: 10px;

}


.after-submit-form-page {
    display: none;
}

#read-only-field {
    background-color: rgba(231, 230, 230, 0.712) !important;
    cursor: not-allowed !important;
}


.title {
    color: #0565b9;
    font-size: 13px;
}


.keyword {
    color: blue;
    font-weight: bold;
}

.bullet-paragraph {
    margin-left: 2rem;
}

.terms {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    /* grid-template-columns: minmax(2rem, 1fr) minmax(min-content, 94rem) minmax(2rem, 1fr); */
    row-gap: 2rem;
}

.terms-summary {
    column-width: 16rem !important;
}

.text {
    grid-column: 1 / -1;
    font-size: 1.8rem;
    letter-spacing: 0.6px;
    column-width: 30rem;
}

@media only screen and (max-width: 550px) {
    .text {
        font-size: 1.6rem;
    }

    #selfenrollment-head {
        display: none
    }
}

@media only screen and (max-width: 1200px) {
    .text {
        font-size: 1.6rem;
    }

    #selfenrollment-head {
        display: none
    }
}

.proceed-to-upload {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.proceed-to-upload a {
    color: blue;
}

.upload-question a {
    color: blue;

}

.summary_label {
    font-weight: bold;
}
.summary{
    padding-left: 10px;
    padding-top: 10px;
    border-radius: 10px;
}
.summary-content {
    margin: 10px 0 10px 0;
    padding-inline-start: 10px;
    border: none;
}

.text strong {
    color: #253F82;
    font-size: 15px;
}

.btn {
    font-size: 1.4rem !important;
}

.btn {
    font-size: 1.4rem !important;
}


/* layout banner enrollment */

.enrollment {
    padding-top: 50px !important;
}

.enrollment-items {
    display: flex;
    flex-direction: row;
}

.app-menus {
    margin: 4px;
    padding-top: 2px !important;
    padding-left: 10px !important;
    cursor: pointer;
    min-height: 30px;
    color: #646262;
    font-weight: 500;
    box-shadow: none !important;
}

.app-menu-info {
    margin-left: 10px;

}

.app-menu-items {
    display: flex;
    flex-direction: row;
}

.badge-menu {
    color: #8d8c8c;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
    background-color: hsla(330, 3%, 69%, 0.219);
    border-radius: 50%;
    text-align: center;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
    z-index: 2;
    width: 25px;
}

.badge-menu-active {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: #fff;
    border: 3px solid #253F82;
    position: relative;
}

.badge-menu-active::before {
    content: '';
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #253F82;
    position: absolute;
    transform: translateY(-0.1px);
}

.bold-text {
    /* color: #000 !important; */
    font-weight: bolder;
}

.badge-complete {
    background-color: #253F82;
    color: white;
    border-radius: 50%;
    text-align: center;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    width: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    position: relative;


}

.badge-connector-line {
    width: 2px;
    background-color: #e3e6ed;
    position: absolute;
    left: 10%;
    top: 5%;
    bottom: 6%;
    z-index: 0;
}

.confirmation-thanks {
    color: #0565b9;
    text-align: center;
    font-size: large;
}
.required-star{
    color: red;
}
.wrapper-body-enrollment {
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* full height */
}

.enrol-content {
    flex: 1; /* pushes footer down */
    overflow-y: auto; /* scrolls if content is long */
    padding-bottom: 20px; /* space above footer */
}

.enrollment-footer {
    /*position: sticky;*/
    bottom: 0;
    width: 100%;
    z-index: 1000;
    padding: 10px 20px;
}
