.user-profile .grid-section>div {
    margin-bottom: .75em;
}

.user-profile .page-header {
    margin-bottom: 5px;
}

.user-profile .page-header__title {
    padding-top: 30px;
    padding-left: 40px;
}

.content-wrapper.user-profile .card {
    border-radius: 15px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
    padding: 1.25em;
    margin-bottom: 1.25em;
}

.content-wrapper.user-profile .column .column-content-cotaniner {
    border-radius: 15px;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.08);
}

.user-profile .card-header {
    background-color: var(--white-color);
    border-radius: 30px 30px 0 0;
}

.user-profile .card-header .nav-pills .nav-link:not(.active):hover {
    color: var(--primary-color);
}

.special-profile .row > div {
    margin-bottom: 1.25em;
}

.special-profile .card {
    height: 100%;
}

.special-profile .container {
    max-width: 1440px;
}

.special-profile .column-content-cotaniner {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.13), 0 1px 3px rgba(0, 0, 0, 0.2);
    -ms-flex: 1 1 auto;
    padding: 1.25rem;
    display: -ms-flexbox;
    -ms-flex-direction: column;
    background-color: #fff;
    background-clip: border-box;
    border: 0 solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
    height: 100%;
}

.special-profile .card-body {
    padding: .75rem 0 0 0;
}

.profile-username {
    font-size: 1.3rem;
    margin-top: 20px;
    margin-bottom: 0px;
    font-weight: 700;
}

.profile-user-img {
    outline: 2px solid white;
    margin: 0 auto;
    height: 6.25rem;
    width: 6.25rem;
    border-radius: 50%;
}

.profile-user-img-edit {
    position: relative;
    cursor: pointer;
    pointer-events: none;
}

.profile-user-img-edit img,
.profile-user-img img {
    pointer-events: auto;
    border-radius: 50%;
    height: 6.25rem;
    width: 6.25rem;
    object-fit: cover;
    max-width: unset;
}

.profile-user-img-edit:hover {
    outline-color: var(--primary-color);
}

.profile-user-img-edit .profile-user-img-edit-icon {
    display: none;
    position: absolute;
    bottom: 0;
    left: calc(50% + 19px);
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    padding-top: 5px;
    pointer-events: auto;
}

.profile-user-img-edit:hover .profile-user-img-edit-icon {
    display: inline-block;
    background-color: var(--primary-color);
    color: var(--white-color);
}

.box-profile__header {
    margin-top: 10px;
    margin-bottom: 30px;
}

.box-profile__body {
    overflow: hidden;
    max-height: 448px;
    overflow-y: auto;
}

.box-profile__body p.text-bold {
    font-weight: bolder;
    margin-bottom: 0;
    padding-left: 20px;
}

.box-profile__body p.text-muted {
    padding-left: 20px;
}

.box-profile__body i {
    float: left;
    padding-top: 3px;
}

/* Css for mobile - should show clickable, because there is no hover */

@media (max-width: 767px) {
    .user-profile .page-header__title {
        padding-top: 12px;
        padding-left: 15px;
        margin-bottom: 0px;
    }

    .profile-user-img-edit {
        outline-color: var(--primary-color);
    }

    .profile-user-img-edit .profile-user-img-edit-icon {
        display: inline-block;
        background-color: var(--primary-color);
        color: var(--white-color);
    }

    .row > div:first-of-type {
        padding-top: 0rem;
    }

    body.in-mobile-app {
        #change-password-button,
        #change-profile-picture-button,
        #changeProfilePicture {
            display: none;
        }
    }

    .profile-user-img-edit img {
        /*pointer-events: none;*/
    }

    .user-profile .modal-content {
        max-height: 97vh;
    }

        .user-profile .modal-content .modal-body {
            overflow-y: overlay;
        }

    .preview-image__image {
        width: 100%;
    }
}

.language-dropdown {
    margin-bottom: 1rem;
}

.language-dropdown select {
    margin: 0 1em 0 4px;
    height: 40px;
}

.language-setting-submit {
    margin-top: -4px;
}

/* Cropper JS */
.cropper-crop-box, .cropper-view-box {
    border-radius: 50%;
}

.cropper-view-box {
    box-shadow: 0 0 0 1px #39f;
    outline: 0;
}

.cropper-face {
    background-color: inherit !important;
}

.cropper-dashed {
    display: none !important;
}

.cropper-view-box {
    outline: inherit !important;
}