.loader-gif {
    width: 18%;
    margin: auto;
    position: absolute;
    z-index: 999999999999;
    top: 24%;
    left: 0;
    right: 0;
    bottom: 0;
}

.item-header {
    position: relative;
}

.set-image {
    background-color: #ffc82d;
    border: none;
    padding: 8px 12px;
    margin: 10px 0px;
}

.cropit-preview-image-container {
    position: absolute;
    overflow: hidden;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    border: 4px dashed #CCC;
}

.cropit-preview-image-container:after {
    content: "Drop Your File Here";
    text-align: center;
    width: 100% !important;
    display: block;
    padding: 36px 0px;
}

.bp-cover-image {
    display: none;
}