.hiddendiv {
    display: none !important;
}

.avatar-modal {
    max-width: 500px !important;
    margin: auto !important;
    background-color: initial !important;
    max-height: 100% !important;
}

.avatar-modal .modal-content {
    background-color: white;
    padding-top: 10px;
    border-radius: 5px;
    box-shadow: 0 8px 10px 1px rgba(0, 0, 0, 0.14), 0 3px 14px 2px rgba(0, 0, 0, 0.12), 0 5px 5px -3px rgba(0, 0, 0, 0.3);
    margin: 20px;
}

.avatar-modal .modal-content h5 {
    font-size: 1.2rem;
}

.avatar-modal .z-depth-4, .avatar-modal {
    box-shadow: initial;
}

.avatar-modal .account_guide {
    font-size: 11px;
}

.avatar-modal .account_cart {
    margin: 0;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 20px !important;
    border: 0px !important;
}

#profile_picture_temp {
    width: 300px;
}

#avatar_placeholder {
    font-size: 20em;
    opacity: 0.5;
}

#profile_error {
    padding: 20px 0;
}

.avatar-pro-badge {
    position: absolute;
    top: 120px;
    left: 150px;
    z-index: 10;
    color: #e6e6f8;
    font-size: 60px !important;
}

.avatar-pro-badge.text {
    font-family: IRANSans, serif;
    font-size: 25px !important;
    font-weight: bolder;
    font-style: normal;
    background-color: #2194F3;
    border-radius: 75px;
    width: 58px;
    height: 58px;
    left: 151px;
    line-height: 55px;
    top: 123px;
}

.avatar-pro-badge.back {
    color: #2194F3;
    font-size: 70px !important;
    left: 145px;
}

.fade-out-hover {
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
}

.fade-out-hover:hover {
    -webkit-opacity: 0;
    -moz-opacity: 0;
    opacity: 0;
}


.cropper-line, .cropper-point, .cropper-point.point-se:before {
    background-color: #0800B6;
}

.cropper-container {
    margin-top: 20px;
    margin-bottom: 20px;
}


.btn-floating.js-zoom-in, .btn-floating.js-zoom-out {
    background-color: #0800B6;
    margin-left: 10px;
}

.modal-cancel-button, .modal-cancel-button:hover, .modal-ok-button, .modal-ok-button:hover {
    box-shadow: none;
    font-size: 16px;
}

.modal-ok-button, .modal-ok-button:hover {
    background-color: #0800B6;
}
