/* ========================================================================= \\
    Profile Image Modal Styles
\\ ========================================================================= */
#profile-photo-form button {
    cursor: pointer;
}
#profile-photo-form .lg-modal--large .lg-modal__container,
#profile-photo-form-droppable-area .lg-modal--large .lg-modal__container {
    z-index: 1;
}
.profile-photo-draggable-area-container {
    overflow: hidden;
    border-radius: 50%;
}
#profile-photo-form .lg-modal--large .lg-modal__wrapper,
#profile-photo-form-droppable-area .lg-modal--large .lg-modal__wrapper {
    max-width: 850px;
    max-width: 53.13rem;
    width: 100%;
    margin-bottom: 3em;
}
#profile-photo-form .lg-modal--large .lg-modal__panel,
#profile-photo-form-droppable-area .lg-modal--large .lg-modal__panel {
    outline: 0;
    padding: 4em 2.25em 4em 1.5em;
}
#profile-photo-form .lg-modal__refresh,
#profile-photo-form .lg-modal__delete {
    display: none;
}
#profile-photo-form h2 {
    border-bottom: none;
    margin-bottom: 0;
}

#profile-photo-form .profile-user-image {
    cursor: move;
    width: 100%;
    max-width: 120px;
    min-width: 60px;
    border-radius: 50%;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
}
#profile-photo-form img.profile-user-image {
    /*position: absolute;
    clip: rect(0px,200px,200px,0px);*/
}
#profile-photo-form .lg-modal__actions {
    display: block;
}
/* Crop/Zoom/Rotate Range Sliders */
#profile-photo-form .slider-container {
    width: 100%;
    padding: 15px 0;
}
#profile-photo-form .slider {
    -webkit-appearance: none;
    width: 100%;
    height: 5px;
    border-radius: 5px;
    background: #000;
    outline: none;
    opacity: 1;
    -webkit-transition: 0.2s;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
#profile-photo-form .slider:hover {
    opacity: 1;
}
#profile-photo-form .slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
}
#profile-photo-form .slider::-moz-range-thumb {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #000;
    cursor: pointer;
}
#profile-photo-form .profile-photo-drag {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    overflow: hidden;
}
#profile-photo-form #profile-photo-draggable-area {
    transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
#profile-photo-form-droppable-area .droppable-upload-container {
    border: 1px dotted #d0d1d1;
    padding: 220px 0 280px 0;
}
.profile-upload-container .lg-modal__sidebar {
    width: 50%;
    padding-top: 0;
    padding-bottom: 0;
}
.lg-modal__content.profile-photo-form-droppable-area-container {
    width: 50%;
    margin-left: 50%;
}
/* Small modal styles used for the lg-modal here */
.profile-photo-sidebar .lg-modal__content {
    padding: 40px 0 0 0;
    margin-left: 9%;
    color: #fff;
    width: 84%;
}
.profile-photo-sidebar .lg-modal__title-2 {
    font-size: 0.625em;
    font-weight: 800;
    letter-spacing: 0.125em;
    text-transform: uppercase;
}
.profile-photo-sidebar .lg-modal__container p {
    font-size: 1.125em;
    line-height: 1.3;
}
.profile-photo-sidebar .lg-modal__actions .lgfe-button {
    margin-right: auto;
    margin-left: auto;
}
.profile-photo-sidebar
    .lgfe-input-checkbox__input:checked
    ~ label
    .lgfe-input-checkbox__custom-input {
    border-color: #fff;
}
.profile-photo-sidebar
    .lgfe-input-radio__input:checked
    ~ label
    .lgfe-input-radio__custom-input {
    border-color: #fff;
}
.profile-photo-sidebar .lg-modal__close {
    color: #fff;
}
#profile-photo-form-droppable-area .droppable-fa-icon,
#profile-photo-form-droppable-area .droppable-drag-file-title,
#profile-photo-form-droppable-area .droppable-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #cfcfcf;
    padding: 20px 0 0 0;
}
#profile-photo-form-droppable-area .droppable-fa-icon {
    font-size: 5em;
}
#profile-photo-form-droppable-area .droppable-drag-file-title {
    font-size: 1.2em;
    font-weight: bold;
}
#profile-photo-form-droppable-area .droppable-links {
    font-size: 0.75em;
    -webkit-box-align: normal;
        -ms-flex-align: normal;
            align-items: normal;
    font-style: italic;
    display: block;
    text-align: center;
}
#profile-photo-form-droppable-area .droppable-links a {
    color: #009fdf;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 10px 0;
}
.profile-upload-container .lg-modal__close {
    right: 50%;
    color: #fff;
}
#profile-photo-form button {
    margin-bottom: 10px;
}
/*Responsive styling - medium*/
@media (min-width: 38em) {
    #profile-photo-form .lg-modal--large .lg-modal__panel,
    #profile-photo-form-droppable-area .lg-modal--large .lg-modal__panel {
        outline: 0;
        padding: 4.5em 6.25em 4.5em 3.125em;
    }
    #profile-photo-form .lg-modal__actions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .profile-photo-sidebar .lg-modal__content {
        padding: 40px 0 0 0;
        margin-left: 12%;
        color: #fff;
        width: 75%;
    }
    #profile-photo-form-droppable-area .droppable-links {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #profile-photo-form-droppable-area .droppable-links a {
        padding: 0;
    }
    #profile-photo-form .lg-modal__refresh,
    #profile-photo-form .lg-modal__delete {
        color: #fff;
        margin: 0 23px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    #profile-photo-form .profile-user-image {
        width: 100%;
        max-width: 200px;
        min-width: 120px;
    }
    #profile-photo-form button {
        margin-bottom: 0;
    }
}
/*Responsive styling - large*/
@media (min-width: 86em) {
}
