.profile-main {
    .change-password {
        border: 1px solid #D5BA8C;
        position: relative;

        .slds-card__header {
            padding: 24px 24px 0px 24px;
            margin: 0px !important;

            .slds-no-flex::before {
                content: "Change Password";
                color: #231F20;
                font-family: Archivo;
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                text-transform: capitalize;
                position: absolute;
                left: 23px;
            }
        }

        .slds-no-flex button {
            color: #231F20;
            font-family: Archivo;
            font-size: 16px;
            font-style: normal;
            font-weight: 700;
            line-height: 130%;
            letter-spacing: 0.16px;
            text-transform: capitalize !important;
        }

        .slds-card__body {
            margin: 0px !important;
            padding: 0px !important;

            .slds-scoped-notification {
                padding: 24px 24px 0px 24px !important;
                margin-bottom: 0px !important;
            }
        }

        .slds-p-horizontal_medium {
            padding: 0px !important;
        }

        .slds-form-element {
            padding: 24px !important;
            margin-bottom: 0px !important;
            padding-top: 6px !important;

            .slds-form-element__label {
                color: #5A5A5A;
                font-family: Archivo;
                font-size: 14px;
                font-style: normal;
                font-weight: 400;
                line-height: 124%;
            }

            .slds-input {
                color: #231F20;
                font-family: Archivo;
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 124%;
                letter-spacing: 0.16px;
            }
        }

        .slds-scoped-notification {
            background: transparent !important;

            p {
                color: #607245 !important;
                font-feature-settings: 'clig' off, 'liga' off;
                font-family: Archivo;
                font-size: 16px;
                font-style: normal;
                font-weight: 400;
                line-height: 24px;
            }
        }
    }

    .edit-profile {
        border: 1px solid #D5BA8C;

        .slds-card__body {
            margin: 0px;
            padding: 24px !important;
        }

        .slds-media_center {
            .slds-no-flex button {
                color: #231F20;
                font-family: Archivo;
                font-size: 16px;
                font-style: normal;
                font-weight: 700;
                line-height: 130%;
                letter-spacing: 0.16px;
                text-transform: capitalize;
            }
        }

        .slds-card__header {
            padding: 24px 24px 0px 24px;
            margin-bottom: 0px;

            .slds-text-heading_small {
                color: #231F20;
                font-family: Archivo;
                font-size: 20px;
                font-style: normal;
                font-weight: 700;
                line-height: normal;
                text-transform: capitalize;
            }
        }

        .slds-form-element {
            margin-bottom: 8px;

            .slds-form-element__label {
                color: #231F20;
                font-family: Archivo;
                font-size: 12px;
                font-style: normal;
                font-weight: 400;
                line-height: normal;
                letter-spacing: 0.12px;
                text-transform: capitalize;
            }

            .slds-form-element__control input {
                display: flex;
                height: 40px;
                padding: 8px 16px;
                align-items: center;
                gap: 4px;
                align-self: stretch;
                border: 1px solid #C9C9C9;
                background: #FFFEF3;
                outline: none;
                box-shadow: none;
            }

            .slds-dropdown-trigger {
                .slds-combobox__input {
                    border: none;
                    box-shadow: none;
                }
            }
        }

        .slds-gutters {
            .slds-button_neutral {
                display: flex;
                padding: 12px 20px;
                justify-content: center;
                align-items: center;
                gap: 8px;
                flex: 1 0 0;
                border: 1px solid #C9C9C9;
                color: #231F20;
                font-family: Archivo;
                font-size: 16px;
                font-style: normal;
                font-weight: 800;
                line-height: 150%;
                letter-spacing: 1.92px;
                text-transform: uppercase;
            }

            .slds-button_brand {
                display: flex;
                padding: 12px 20px;
                justify-content: center;
                align-items: center;
                gap: 8px;
                flex: 1 0 0;
                background: #607245;
                color: #FFF;
                font-family: Archivo;
                font-size: 16px;
                font-style: normal;
                font-weight: 800;
                line-height: 150%;
                letter-spacing: 1.92px;
                text-transform: uppercase;
                min-width: 213px;
            }
        }
    }
}

@media only screen and (max-width: 1024px) {
    .change-password {
        margin-top: 24px !important;

        .slds-scoped-notification {
            p {
                color: #607245 !important;
                font-family: Archivo;
                font-size: 14px !important;
                font-style: normal;
                font-weight: 400 !important;
                line-height: 124%;
            }
        }
    }
}

@media (min-width: 350px) and (max-width: 430px) {
    .profile-main {
        & .edit-profile {
            & .slds-gutters {
                .slds-col {
                    padding-left: 0px !important;
                }
            }
        }
    }
}


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

    .Profile-header h2 {
        font-size: 24px !important;
    }
}


.Profile-header h2 {
    color: #231F20!important;
    font-family: "Adieu";
    font-size: 32px;
    font-style: normal!important;
    font-weight: 400!important;
    line-height: normal;
    text-transform: uppercase;
}