#image-drag-area{
    border: 2px dashed #fff;
    height: 200px;
    width: 44%;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin: auto;
    margin-top: 4%;
}

#drag-area-text{
    color: white;
    font-family: 'Rubik';
    font-size: 17px;
}

#draggable-icon{
    width: 17%;
}

.drag-area-active{
    border: 1px solid #007bff !important;
}

.upload-image-modal-body{
    direction: ltr;
}

#crop-image-modal .modal-body img {
    display: block;
    max-width: 100%;
}

.preview {
    overflow: hidden;
    width: 110px;
    height: 110px;
    margin: 10px;
    border: 1px solid #007bff;
    margin: auto;
    border-radius: 50%;
}

#image-preview-title{
    color: #fff;
    font-family: 'Rubik';
    font-size: 16px;
    margin-top: 1%;
}

.cropper-view-box{
    border-radius: 50%;
}

.cropper-wrap-box{
    background-color: #1E1E2E;
}

.cropper-drag-box{
    background-color: #1E1E2E;
}

.upload-img-modal-footer{
  border-top: 1px solid #1E1E2E;
}

#crop{
    font-family: 'Rubik';
    font-size: 14px;
    width: 97px;
}

#cancel-upload{
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    margin-right: 2%;
    background: #1E1E2E;
    font-family: 'Rubik';
    font-size: 14px;
    width: 97px;
}

#upload-image-modal-btn-container{
    width: 100%;
}