body {}
.membership-directory-profile-container {
    width: 100%;
    height: 100%;
    margin: auto;
}
.mdp-content {
    height: 100%;
    max-width: 544px;
    margin: 35px auto 32px;
    background: #FFFFFF;
    border: 1px solid #C5D0DE;
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
    border-radius: 2px;
    padding: 32px 57px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
}
.mdp-head-title {
    font-family: 'Lato', serif;
    font-style: normal;
    font-weight: 700;
    font-size: 14px;
    line-height: 140%;
    letter-spacing: 0.8px;
    text-transform: uppercase;
    color: #3C4144;
}
.mdp-head-img {
    margin-top: 28px;
}
.mdp-head-img .neon-head-img {
    margin: auto;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    color: #fff;
    background: #3C4144;
    line-height: 100px;
    font-weight: 700;
    font-size: 50px;
    text-align: center;
    text-transform: uppercase;
    display: block;
}

.mdp-head-img .account-header-container {
    margin-left: auto;
    margin-right: auto;
    width: 100px;
    height: 100px;
    border-radius: 50px;
    display: flex;
    border: 1px solid #FFFFFF;
    line-height: 100px;
    color: #36517D;
    font-size: 2em;
    font-weight: 400;
    background: #E6E9EE center;
    background-size: cover;
}

.mdp-edit-profile-operation {
    margin: 16px auto 0;
}

.mdp-classic-button {
    width: 182px;
    height: 44px;
    background: #FFFFFF;
    border-radius: 4px;
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    border: 1px solid #282968;
}

.mdp-vertical-line {
    background: #FFFFFF;
    border: 0.5px solid #C0C8D7;
    border-radius: 4px;
    transform: matrix(1, 0, 0, -1, 0, 0);
    height: 1px;
    width: 100%;
}

.mdp-title-h2 {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #3C4144;
    word-break: break-word;
}
.mdp-title-h3 {
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    display: flex;
    align-items: center;
    color: #3C4144;
}
.mdp-support-fields-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.mdp-custom-fields-content {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.mdp-support-fields-content :not(:last-of-type) {
    margin-bottom: 23px;
}
.mdp-custom-fields-content :not(:last-of-type) {
    margin-bottom: 23px;
}
.mdp-field-item {
    position: relative;
}
.mdp-field-label {
    font-family: 'Lato', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 13px;
    line-height: 16px;
    color: #54698D;
}
.mdp-field-item-operation {
    position: relative;
}
.mdp-neon-eye-icon{
    line-height: 44px;
    color: #72839F;
    position: absolute;
    right: -35px;
    top: 0;
    font-size: 14px;
    cursor: pointer;
    font-style: normal;
    font-weight: 900;
}
.mdp-field-mobile-operation {
    position: absolute;
    right: 0;
    top: 30px;
    cursor: pointer;
    font-family: 'Lato', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 15px;
    color: #54698D;
}
.mdp-neon-mobile-eye-icon {
    line-height: 44px;
    font-size: 14px;
    cursor: pointer;
    font-style: normal;
    font-weight: 900;
    align-items: center;
    text-align: center;
    color: #72839F;
    margin-right: 4px;
}

.mdf-tool-tip {
    width: 100px;
    word-break: break-word;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    text-align: center;
    color: #FFFFFF;
}

.mdp-submission-content {
    justify-content: center;
}

.mdp-switch-for-operation {
    position: relative;
    justify-content: center;
    font-family: 'Roboto', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    color: #36517D;
    word-break: break-word;
}
.mdp-switch-for-operation .neon-portal-switch {
    margin-right: 14px;
}

.mdp-submit-button {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 430px;
    height: 44px;
    background: #282968;
    border-radius: 4px;
    margin: auto;
    font-family: Roboto, serif;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #FFFFFF;
}

.mdp-base-input-text {
    font-family: 'Lato', serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    color: #002D41;
}

.mdp-field-input {
    width: 430px;
    height: 44px;
}

.mdp-mtl10 {
    margin-top: 30px;
}
.mdp-mtl8 {
    margin-top: 28px;
}
.mdp-mtl6 {
    margin-top: 26px;
}
.mdp-mtl4 {
    margin-top: 24px;
}
.mdp-mtl2 {
    margin-top: 20px;
}
.mdp-mtl0 {
    margin-top: 12px;
}
.mdp-mtl19 {
    margin-top: 47px;
}
.mdp-mtl5 {
    margin-top: 23px;
}
.mdp-mtl3 {
    margin-top: 21px;
}
.mdp-mtl1 {
    margin-top: 5px;
}

/* for mobile */
@media screen and (max-width: 768px)  {
    .mdp-neon-eye-icon {
        display: none;
    }
}
@media screen and (min-width: 769px)  {
    .mdp-field-mobile-operation {
        display: none;
    }
}

@media screen and (max-width: 320px)  {
    .mdp-content {
        padding: 32px 25px !important;
    }
}

@media screen and (max-width: 320px)  {
    .mdp-field-input {
        min-width: unset!important;
    }
}

@media screen and (max-width: 768px)  {
    .mdp-field-input {
        width: 100%!important;
        height: 44px;
        min-width: 252px;
    }
}




/* for switch*/
.neon-portal-switch {
    display: inline-flex;
    align-items: center;
    position: relative;
    font-size: 14px;
    line-height: 20px;
    height: 20px;
    vertical-align: middle;
}

.neon-portal-switch.is-checked .neon-portal-switch__core {
    border-color: #0074D9;
    background-color: #0074D9;
}

.neon-portal-switch__core {
    margin: 0;
    display: inline-block;
    position: relative;
    width: 40px;
    height: 20px;
    border: 1px solid #dcdfe6;
    outline: none;
    border-radius: 10px;
    box-sizing: border-box;
    background: #dcdfe6;
    cursor: pointer;
    transition: border-color .3s,background-color .3s;
    vertical-align: middle;
}

.neon-portal-switch.is-checked .neon-portal-switch__core::before {
    box-sizing: content-box;
    content: "";
    border: 1px solid #fff;
    border-left: 0;
    border-top: 0;
    height: 8px;
    width: 4px;
    left: 7px;
    top: 3px;
    position: absolute;
    transform: rotate(45deg);
}

.neon-portal-switch.is-checked .neon-portal-switch__core:after {
    left: 100%;
    margin-left: -17px;
}

.neon-portal-switch__core:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 100%;
    transition: all .3s;
    width: 16px;
    height: 16px;
    background-color: #fff;
}

.neon-portal-switch__label {
    transition: .2s;
    height: 20px;
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    vertical-align: middle;
    color: #303133;
}

.neon-portal-switch__label.is-active {
    color: #0074D9;
}


