.active-card {
    /* transform: scale(1.05); */
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); */
    background-color: #0961a8 !important;
    color: #fff !important;
}
.active-card-grey {
    background-color: rgb(189, 183, 183) !important;
    color: #000 !important;
    border: none !important;
}
.self-enroll-form-card {
    margin: 10px;
    border: 2px solid #0961a8 !important;
    /* border: 2px solid red; */
    border-radius: 10px !important;
    /* padding: 10px; */
    padding-top: 22px !important;
    background-color: #f2f3f9;
    cursor: pointer;
    min-height: 70px;
    text-align: center;
    box-sizing: border-box;
    color: #000;
    font-weight: bold;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

/* .content {
    display: none;
} */
.download-color {
    color: #0961a8 !important;
}
.show {
    display: block;
}

.hidden {
    display: none;
}

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

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

}

.thank-you-section {
    display: flex;
    justify-content: center;
    background-color: #3a68e6;
    /* background-color: #5bc0de; */
    text-align: center;
    padding-top: 10px;
    border-radius: 10px;
    cursor: pointer;
}

.thank-you {
    font-weight: bold;
    .download-color {
        color: #0961a8 !important;
    }
}

.thank-you-button {
    margin-top: 60px;
}

.alert-success {
    background: #0961a8 !important;
    /* color: white !important; */
    height: 6rem !important;
    border: none !important;
    border-radius: 10px;
    padding-top: 20px;

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

}
.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: minmax(2rem, 1fr) minmax(min-content, 94rem) minmax(2rem, 1fr);
    row-gap: 3rem;
}

.text {
    grid-column: 2 / 3;
    font-size: 1.8rem;
    letter-spacing: 0.6px;
    column-width: 20rem;
}

@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
    }
    /* #mobile-menu-self{
        display: block;
    } */
/* } */
}
.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-content {
    margin: 10px 0 10px 0;
    /* margin-left: 20px; */
    padding-inline-start:10px ;
}

.text strong {
    color: blue;
    font-size: 15px;
}
.btn{
    font-size: 1.4rem !important;
}
.btn{
    font-size: 1.4rem !important;
}