﻿/*پروفایل*/
.MobileNumberProfilePage {
    background-color: #f6f6f6;
}

.userpicProfile {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.userImageProfileForm {
    max-width: 100px;
    border-radius: 10%;
}

.userImageProfileFormPreview {
    max-width: 100px;
    border-radius: 10%;
    display: none;
}

.textSuccess {
    color: #0ab008;
}

.textDanger {
    color: #ff0000;
}
