.rtl{
    direction: rtl;
}

.ltr{
    direction: ltr;
}
.hide{
    display: none;
}
.file-upload {
    width: auto;
    margin: 0 auto;
}

.file-upload-btn {
    width: 100%;
    margin: 0;
    color: #fff;
    background:#3f34fa;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #2f22fd;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.file-upload-btn:hover {
    background: #3f34fa;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.file-upload-btn:active {
    border: 0;
    transition: all .2s ease;
}

.file-upload-content {
    display: none;
    text-align: center;
}

.file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
}

.image-upload-wrap {
    margin-top: 20px;
    border: 4px dashed#3f34fa;
    position: relative;
}

.image-dropping,
.image-upload-wrap:hover {
    background-color:#3f34fa;
    border: 4px dashed #ffffff;
}

.image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
}

.drag-text {
    text-align: center;
}

.drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: #3f34fa;
    padding: 60px 0;
}

.file-upload-image {
    max-height: 180px;
    max-width: 180px;
    margin: auto;
    padding: 20px;
}

.remove-image {
    width: auto;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
}

.remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
}

.remove-image:active {
    border: 0;
    transition: all .2s ease;
}

.productImgDisplay {
    border-radius: 20%;
    width: 80px;
    height: auto;
    /* ease | ease-in | ease-out | linear */
    transition: transform ease-in-out 0.3s;
}

.productImgDisplay:hover {
    transform: scale(1.5);
}
