fieldset.fieldset-fieldset {
    border: solid 1px #DDD !important;
    padding: 0px 10px 10px 10px;
    border-radius: 5px;
    /* border-bottom: none; */
}

legend.fieldset-legend {
    width: auto !important;
    font-size: 14px;
    float: none;
}

.application h6 {
    color: gray;
}

legend.choice {
    font-weight: 500;
}

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


.active-card {
    /* background-color: #540137 !important; */
    /* color: #fff !important; */
    color: #540137 !important;

}

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

.app-menu-items {
    display: flex;
    flex-direction: row;
    /* border: 2px solid orange; */
    /* justify-content: space-evenly; */
}

.application-menu {
    margin-top: 10px;
    border-right: 1px solid gray;
}

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

.form-buttons {
    justify-items: end;
    padding: 0 !important;
}

.select-campus {
    padding-top: 50px;
}

.form-buttons-previous-next {
    /* border: 2px solid red; */
    display: flex;
    /* justify-content: end; */
    justify-content: space-between;
}


.application-form-icons-completed {
    color: rgb(56, 92, 3);
    font-size: 15px;
}

.application-form-icons-pending {
    color: rgb(116, 77, 5);
    font-size: 15px;

}

.app-summary-headings th {
    font-weight: 600;
}

.summary-title {
    font-size: 20px;
    color: #000;
}

.card-footer {
    background-color: rgb(233, 233, 243);
    justify-content: space-between;

}

.custom-icon {
    color: #540137;
}

.index-description {
    font-size: 20px;
}

.notification-description {
    display: flex;
    flex-direction: row;
    background-color: #fff3cd;
    border: 1px solid rgb(248, 212, 93) !important;
}

.app-apply-now {
    display: flex;
    flex-direction: row;
}

.dates-specified {
    justify-content: space-between;
}

.deadline-count {
    color: red;
}

.runtime-date {
    font-weight: bold;
}

.nav-tabs .app-tabs.active {
    color: #540137 !important;
    border-bottom: 4px solid #540137;
    background-color: #fff !important;
    border-top: none;
    border-left: none;
    border-radius: 0;
    border-right: none;
    font-size: 20px;

}

.nav-tabs .app-tabs {
    /* color: #000 !important; */
    font-weight: 400px;
    /* color: rgb(99, 98, 98) !important; */
    color: #4B657A !important;
}

.app-tabs {
    font-size: 18px !important;
    text-transform: uppercase;
}

.nav-tabs .app-tabs:hover {
    background-color: rgba(233, 232, 232, 0.39) !important;
    border-bottom: 3px solid #e7dbe3;

}

.badge-count {
    display: inline-block;
    padding: 0.1em 0.4em;
    font-size: 1rem;
    font-weight: 600;
    color: #540137;
    background-color: hsla(321, 98%, 17%, 0.219);
    border-radius: 50%;
    text-align: center;
    min-width: 30px;
}

.badge-count-menu {
    display: inline-block;
    padding: 0.3em 0.3em;
    font-size: 1rem;
    font-weight: 600;
    color: #540137;
    background-color: hsla(321, 98%, 17%, 0.219);
    border-radius: 50%;
    text-align: center;
    min-width: 30px;
}

.app-warning-text {
    color: gray !important;
}

.application-form-menu {
    padding-left: 10px !important;
}

.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: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    width: 45px;
}

.badge-menu-active {
    background-color: hsla(321, 98%, 17%, 0.219);
    color: #540137 !important;

}

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

.badge-complete {
    background-color: #b1f0af;
    color: white;
    border-radius: 50%;
    text-align: center;
    min-width: 45px;
    height: 45px;
    line-height: 45px;
    padding: 0;
    width: 45px;
    display: inline-block;
    font-size: 1.1rem;
    font-weight: 600;
}

#add-choices .offcanvas {
    width: 50% !important;
    max-width: 50% !important;
}

.icon-choices {

    max-width: 15em;
    height: 15em;

}

.choice-icon-row {

    justify-content: center;

}

.faint-class {
    color: #bbb7b7;
    font-weight: bold;
}

.full-opacity-class {
    font-size: 28px;
    font-weight: bolder;
}

.choice-button-row {
    display: flex;
    flex-direction: row;
    justify-content: center;

}

.choice-edit {
    color: #000;
}

.choices-cards {
    background-color: #F1F1F1;
    border: 1px solid #d8d5d5 !important;
    border-radius: 13px;
}

.choice-actions {
    justify-content: end;

}

.choice-program {
    font-weight: bold;
    font-size: 18px;
}

.app-receieved {
    background-color: #D9EED1 !important;
    color: #61A249;
}
.app-submitted {
    background-color: green !important;
}
.app-withdrawn {
    background-color: #f4edef !important;
    color: #540137;
}
.app-receieved:hover {
    color: #61A249;
}
.app-withdrawn:hover {
    color: #540137;
}
.p-my-application {
    font-size: 28px;
}
.withdrawn-applications{
    font-size: 20px;
    color: #540137;
}
.app-table-headers {
    color: #4B657A;
}

.app-table-headers:hover {
    color: #4B657A;
}

.profilepic {

    height: 120px !important;
    width: 120px !important;
}

#profilepic {
    height: 100%;
    width: 100%;
}

.profile-picture {
    display: flex;
    flex-direction: row;
}

.applicant {
    color: rgb(177, 173, 173);
}

.applicant-name {
    margin-left: 10px;
    margin-top: auto;
}

.information-header {
    border: 1px solid grey;
    border-radius: 5px;
    margin-top: 12px;
}

.content-headers {
    color:#4b657a;
}

.content-description {
    font-weight: bold;
}




@media screen and (max-width: 575px) {

    .index-description{
        font-size: 13px !important;
    }
    .nav-tabs .app-tabs.active{
        font-size: 12px !important;
    }
    .badge-count{
        min-width: 12px !important;
        /*height: 13px;*/
        flex-shrink: 0 !important;
        flex-grow: 0 !important;
        padding: .2em !important;
        background: none !important;
        font-size: 10px !important;
    }

}