.profile-change-password {
    height: 100%;
    width: 100%
}

@media only screen and (min-width:768px) {
    .profile-change-password {
        background-color: #181818;
        border-radius: 3px;
        padding: 10px 15px
    }
}

.profile-change-password__header {
    align-items: center;
    background: #1f1f1f;
    color: #fff;
    display: flex;
    height: 45px;
    justify-content: space-between;
    padding: 0 1rem;
    width: 100%
}

.profile-change-password__header h3 {
    font-size: 16px
}

@media only screen and (min-width:768px) {
    .profile-change-password__header {
        background: transparent;
        justify-content: flex-start;
        margin-bottom: 1rem;
        padding: 0
    }

    .profile-change-password__header h3 {
        color: #d5d5d5;
        font-size: 1.125rem;
        font-weight: 800
    }
}

.profile-change-password__back-icon {
    cursor: pointer;
    width: 11px
}

.profile-change-password__back-icon * {
    fill: #d5d5d5
}

@media only screen and (min-width:768px) {
    .profile-change-password__back-icon {
        display: none
    }
}

.profile-change-password__form {
    padding: 16px 6px 6px
}

@media only screen and (min-width:768px) {
    .profile-change-password__form {
        align-items: flex-end;
        display: flex;
        flex-direction: column;
        padding: 0
    }
}

.profile-change-password__item {
    color: #d5d5d5;
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
    width: 100%
}

@media only screen and (max-width:767px) {
    .profile-change-password__item {
        margin-top: 10px
    }

    [dir=ltr] .profile-change-password__item {
        margin-right: 0
    }

    [dir=rtl] .profile-change-password__item {
        margin-left: 0
    }
}

.profile-change-password__item-input {
    height: 39px
}

@media only screen and (max-width:767px) {
    .profile-change-password__item-input {
        height: 50px
    }
}

.profile-change-password__item .MuiInput-root {
    background: #313131;
    color: #fff
}

@media only screen and (max-width:767px) {
    .profile-change-password__item .MuiInput-root {
        background: #181818;
        font-size: 12px
    }
}

.profile-change-password__item .input__left-icon {
    height: 25px;
    width: 9px
}

.profile-change-password__label {
    font-size: 11px;
    font-weight: 700;
    margin-bottom: 5px;
    width: 100%
}

.profile-change-password__label-required {
    color: red
}

[dir=ltr] .profile-change-password__label-required {
    margin-left: 5px
}

[dir=rtl] .profile-change-password__label-required {
    margin-right: 5px
}

@media only screen and (max-width:767px) {
    .profile-change-password__label {
        display: none
    }
}

.profile-change-password__item-error {
    color: #ee1a1a;
    font-size: 12px;
    font-weight: 700;
    margin-top: 5px
}

.profile-change-password__button-wrapper {
    height: 39px;
    min-width: 100px
}

@media only screen and (min-width:768px) {
    .profile-change-password__button-wrapper {
        margin-top: 15px
    }
}

@media only screen and (max-width:767px) {
    .profile-change-password__button-wrapper {
        height: 50px;
        margin-top: 10px
    }
}