.txt-smblue {
    color: #4B91B9;
}

.backgrundNun {
    background: none;
}

.profile-form-input {
    position: relative;
    margin-top: 20px;
}

    .profile-form-input label {
        font-family: "Tajawal", Helvetica;
        font-size: 16px !important;
        color: #4B91B9 !important;
        font-weight: 700;
    }

    .profile-form-input p {
        margin-top: 20px;
        padding-right: 15px;
        font-family: "Tajawal", Helvetica;
        font-size: 16px !important;
        color: var(--dark) !important;
        font-weight: 400;
    }

    .profile-form-input input {
        font-family: "Tajawal", Helvetica;
        background-color: #fff;
        width: 100%;
        border-radius: 0px;
        box-sizing: border-box;
        margin-top: 20px;
        border: none !important;
        border-bottom: 1px solid #F3E5F5 !important;
        font-size: 16px !important;
        color: var(--dark) !important;
        font-weight: 400;
        line-height: 0;
    }
