/* put your own styles to customize and override the theme */


.loading-backdrop {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    display: block;
    opacity: 0.7;
    background-color: #fff;
    z-index: 9998;
    text-align: center;
}

.loading-content {
    position: absolute;
    top: 40%;
    left: 45%;
    z-index: 9999;
}

.loading {
    position: absolute;
    display: flex;
    justify-content: center;
    height: 100vh;
    width: 100vw;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
}

.loading-subcontent {
    position: relative;
    left: 45%;
    z-index: 9999;
}

a {
    cursor: pointer;
}

.file-drop-box {
    background: #F8F8F8;
    border: 5px dashed #DDD;
    padding: 20px;
    width: auto;
    height: auto;
    text-align: center;
    cursor: pointer;
}

.dragover {
    border: 5px dashed blue;
}