/* MAIN HEADING STYLE */

.mh {
    color: #006298;
    text-align: center;
}

/*MODAL LABEL STYLES*/

.mls1 {
    color: #777777;
    font-weight: bold;
}

/* PARAGRAPH STYLES */


.p-s3 {
    /* Desktop / Body / Default */
    font-family: Montserrat;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */
    /* Body Text */

    color: #4f4d51;
}

.ml-27 {
    margin-left: 27%;
}

.input-validation-error-style {
    border: 1px solid #D2282F;
}


/* MODAL STYTLING */

.modal-heading {
    /* Desktop / H3 */

    font-style: normal;
    font-weight: bold;
    font-size: 24px;
    line-height: 120%;
    /* identical to box height, or 29px */

    text-transform: capitalize;

    /* Primary Text */

    color: #006298;
}

.modal-sub-heading {
    /* Desktop / H6 */

    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */

    /* Primary Text */

    color: #006298;
}

.modal-paragraph {
    /* Desktop / Body / Default */

    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    /* or 22px */

    /* Null/Placeholder Text */

    color: #757575;
}

.modal-footer {
    border-radius: 0;
    bottom: 0px;
    /* position: absolute; */
    /* Removed to fix the button Footer Buttons position issues */
    width: 100%;
}
.modal-footer-left{
    border-radius: 0;
    bottom: 0px;
    justify-content: left;
    width: 100%;
}

.padding-none {
    padding: 0;
}

.padding-btn-secondary {
    padding-top: 0.5rem;
    padding-right: 2rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
}

.fs-95 {
    font-size: .95em;
}
