.dropzone {
    min-height: 0;
    border: 1px solid #dfdfdf !important;
    background: #fff !important;
    padding: 5px 9px !important;
}

.dropzone .dz-message {
    display: flex;
    align-items: center;
    margin: 0px;
}

.dropzone .placeholdImg {
    width: 45px;
    height: 45px;
    display: inline-block;
    background: #f2f2f2;
    border-radius: 50%;
    margin-right: 10px;
}

.dropzone .placeholdFile {
    margin-right: 10px;
}

.dropzone .ploadtext {
    font-size: 12px !important;
    line-height: 14px !important;
    color: #646464;
    text-align: left;
}

.dropzone .ploadtext span {
    color: #2979ff;
}

.dropzone .dz-preview .dz-remove {
    font-size: 12px !important;
    text-align: center !important;
    display: block !important;
    cursor: pointer !important;
    border: none !important;
    padding: 0px;
    background-color: #2eb6b8 !important;
    border-radius: 50% !important;
    color: transparent;
    text-decoration: none;
    position: absolute;
    right: 0px;
    height: 20px;
    width: 20px;
    line-height: 30px;
    top: calc(50% - 10px);
    background-image: url(../img/white-close.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 7px;
    z-index: 9999;
}

.dropzone .dz-preview {
    min-height: 100%;
    width: 100%;
    margin: 0px;
}

.dz-error-mark svg * {
    fill: #ff1500;
}

.dropzone .dz-preview.dz-error .dz-error-message {
    display: none;
}

.dropzone .dz-preview .dz-image {
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
    width: 30px;
    height: 50px;
}

.dropzone .dz-preview.dz-file-preview .dz-details {
    padding: 0px;
}

.dropzone .dz-preview .dz-details {
    opacity: 1 !important;
    display: flex;
    flex-flow: column-reverse;
    text-align: left;
    padding: 0px !important;
    padding-left: 50px !important;
    padding-top: 5px !important;
}

.dropzone .dz-preview .dz-details .dz-size {
    margin: 0px;
    font-size: 9px;
    font-weight: 500;
    opacity: 0.5;
}

.dropzone .dz-preview .dz-details .dz-filename span {
    padding: 0px;
    font-size: 12px !important;
    color: #000 !important;
    border: 0px !important;
}

.dropzone .dz-preview:hover .dz-image img {
    -webkit-transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05);
    -webkit-filter: blur(0px);
    filter: blur(0px);
}

.dropzone .dz-preview .dz-details .dz-size span {
    padding: 0px !important;
}

.dropzone .dz-preview .dz-details .dz-filename {
    line-height: 12px;
}

.dropzone .dz-preview .dz-progress {
    left: 50px !important;
    margin-left: 0px !important;
    height: 2px !important;
    width: calc(100% - 90px) !important;
    top: calc(50% + 15px);
    border-radius: 0px;
    background: #f2f4ff;
    opacity: 1 !important;
    margin: 0px !important
}

.dropzone .dz-preview .dz-progress .dz-upload {
    background: #2eb6b8;
}

.dropzone .dz-preview.dz-error .dz-error-mark {
    z-index: 9999;
}

#profile-assets.dropzone .dz-preview:not(:first-of-type) {
    margin-bottom: 5px;
}

#profile-avatar .dropzone .dz-preview .dz-details .dz-filename:not(:hover),
#profile-banner-div .dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
    overflow: visible;
}

#profile-avatar .dropzone .dz-preview .dz-image img,
#profile-banner-div .dropzone .dz-preview .dz-image img {
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-filter: blur(0px);
    filter: blur(0px);
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#profile-avatar .dropzone .placeholdImg {
    border-radius: 50%;
    overflow: hidden;
    width: 100px;
    height: 100px;
}

#profile-avatar .dropzone .dz-preview .dz-image {
    width: 100px;
    height: 100px;
}

#profile-avatar .dropzone .dz-preview .dz-details {
    padding-left: 110px !important;
    padding-top: 25px !important;
}

#profile-avatar .dropzone .dz-preview .dz-progress {
    left: 110px !important;
    width: calc(100% - 150px) !important;
}

#profile-banner-div .dropzone .dz-message {
    flex-flow: column wrap !important;
    padding: 10px 5px;
}

#profile-banner-div .dropzone .placeholdImg,
#profile-banner-div .dropzone .dz-preview .dz-image {
    margin: 0 !important;
    width: 100%;
    height: 90px;
    overflow: hidden;
    border-radius: 0px;
    margin-bottom: 10px !important;
}

#profile-banner-div .dropzone .dz-preview.dz-image-preview .dz-details {
    position: relative;
    padding: 0px !important;
}

#profile-banner-div .dropzone .dz-preview .dz-progress {
    position: relative;
    width: 100% !important;
    left: 0px !important;
    top: 0px;
}

#profile-banner-div .dropzone .dz-preview .dz-remove {
    top: -0px;
    right: -2px;
}

#profile-banner-div .dropzone .dz-preview.dz-image-preview {
    padding: 10px 5px;
}

#profile-banner-div .dropzone .dz-preview .dz-image img {
    width: 100% !important;
    height: 100%;
    object-fit: cover;
}

.crop-div button {
    left: auto !important;
    right: 10px !important;
    color: #fff !important;
    background-color: #2eb6b8 !important;
    border-color: #2eb6b8 !important;
    border-radius: 30px !important;
    font-size: 15px !important;
    min-width: inherit !important;
    padding: 15px 25px !important;
    line-height: normal !important;
    font-weight: 600 !important;
    letter-spacing: 0.06em !important;
    text-transform: uppercase !important;
}

.crop-div button:hover,
.crop-div button:focus {
    color: #fff !important;
    background-color: #f99289 !important;
    border-color: #f99289 !important;
}

.crop-div {
    border: 20px solid #fff !important;
    left: 0px !important;
    right: 0px !important;
    box-sizing: border-box !important;
    overflow: hidden !important;
    z-index: 99999 !important;
}

@media (max-width: 959px) {
    .dropzone .dz-preview .dz-remove {
        font-size: 12px !important;
        right: -4px;
        height: 16px;
        width: 16px;
        top: calc(50% - 8px);
        background-size: 7px;
        z-index: 9999;
    }
    #profile-avatar .dropzone .placeholdImg,
    #profile-avatar .dropzone .dz-preview .dz-image {
        width: 70px;
        height: 70px;
    }
    .dropzone .dz-preview .dz-details .dz-filename span {
        word-break: break-word;
    }
    .dropzone .dz-preview .dz-details .dz-filename {
        white-space: inherit;
    }
    #profile-avatar .dropzone .dz-preview .dz-details {
        padding-left: 80px !important;
        padding-top: 15px !important;
    }
    #profile-avatar .dropzone .dz-preview .dz-progress {
        left: 80px !important;
        width: calc(100% - 120px) !important;
    }
}

@media (max-width: 800px) {}

@media (max-width: 480px) {
    #profile-avatar .dropzone .placeholdImg,
    #profile-avatar .dropzone .dz-preview .dz-image {
        width: 45px;
        height: 45px;
    }
    #profile-avatar .dropzone .dz-preview .dz-details {
        padding-left: 50px !important;
        padding-top: 0px !important;
    }
    #profile-avatar .dropzone .dz-preview .dz-progress {
        left: 50px !important;
        width: calc(100% - 90px) !important;
        top: calc(50% + 20px);
    }
}