.profile-form {
    font-family: 'Nunito Sans';
}

.profileForm input[type="text"], .profileForm select {
    height: 45px;
    border-radius: 0%;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    opacity: 1;
}

.profileForm .list-group li {
    background-color: transparent;
    border: none;
}

.profileForm .form-check-input:checked {
    background: #1A428A 0% 0% no-repeat padding-box;
}

.form-check-input:disabled ~ .form-check-label, .form-check-input[disabled] ~ .form-check-label {
    opacity: 1;
}

.cancelBtn {
    background: #E31837 0% 0% no-repeat padding-box;
    width: 114px;
    height: 50px;
    border-radius: 0;
    border: none;
}

.saveBtn {
    background: #1A428A 0% 0% no-repeat padding-box;
    width: 162px;
    height: 50px;
    border-radius: 0;
    border: none;
}

/*Modal Styles*/
.profile-form .modal {
    font-family: 'Nunito Sans';
    border-radius: 0px;
}

.profile-form .modal form {
    padding-left: 30px;
    padding-right: 30px;
}

.profile-form .modal input {
    height: 45px;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border: 1px solid #707070;
    opacity: 1;
    border-radius: 0px;
}

.profile-form .modal button {
    height: 50px;
    border-radius: 0px;
    font-family: 'Anton', 'sans-serif';
    font-size: 20px;
}

.profile-form .modal .cancel {
    background: #E31837 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #fff;
    letter-spacing: 0.5px;
}

.profile-form .modal .save {
    background: #1A428A 0% 0% no-repeat padding-box;
    opacity: 1;
    color: #fff;
    letter-spacing: 0.5px;
}

#editNameModal h1 {
    text-align: left;
    font-size: 30px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

.profile-form .modal-header h1 {
    font-size: 30px;
}

.passwordShow {
    position: relative;
}

.v1 {
    display: flex;

}

.validation {
    width: 175px;
    display: inline;
}

.validation h5 {
    display: list-item;
    list-style-type: disc;
    list-style-position: inside;
    width: 174px;
    font: normal normal normal 12px/16px Nunito Sans;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
    margin-bottom: 0px;
}

.togglePassword {
    position: absolute;
    font: normal normal normal 16px/22px Nunito Sans;
    letter-spacing: 0px;
    color: #454545;
    opacity: 1;
    text-decoration: none;
    background-color: #fff;
    line-height: 30px;
    padding-right: 15px;
    padding-left: 15px;
    cursor: pointer;
    z-index: 12;
}

#editNameModal h4 {
    text-align: left;
    font-size: 18px;
    letter-spacing: 0px;
    color: #000000;
    opacity: 1;
}

#editNameModal h3 {
    text-align: left;
    text-decoration: underline;
    font-size: 18px;
    letter-spacing: 0px;
    color: #1A428A;
    opacity: 1;
    font-weight: 900;
}

.profile-info-group .label {
    margin-bottom: 0;
    font-weight: bold;
}

.profile-info-group .btn-link {
    margin-left: 5px;
}
