.active-card {
    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 !important;
    border: 2px solid #0961a8 !important;
    border-radius: 10px !important;
    /* padding: 10px; */
    padding-top: 15px !important;
    background-color: #f2f3f9;
    cursor: pointer;
    min-height: 55px;
    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;
    color: #fff;
}

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

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

}

.alert-color-success {
    color: #fff !important;

}

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

}

.alert-danger {
    background-color: red !important;
    border: 1px solid red !important;
    height: 1rem !important;
    border-radius: 10px !important;
    padding-top: 20px !important;

}


.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, 70rem) minmax(2rem, 1fr);
    row-gap: 1rem;
    /* margin-left: 50%; */
    /* border:2px solid red; */
}

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

@media only screen and (max-width: 550px) {
    .text {
        font-size: 1.6rem;
    }
    #selfenrollment-head{
        display:none
    }
    /* #mobile-menu-self{
        display: block;
    } */
}
@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;
}

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