﻿.esag-dropzone {
    border: 3px dashed #5C6670 !important;
    color: #5C6670;
    background-color: rgba(251,250,252,0.88) !important;
    min-height: 33vh;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    border-radius: 0px;
    position: relative;
    padding: 0 3em;
    text-align: center;
    min-height: 300px;
}

    .esag-dropzone.highlight {
        background-color: #E9E9ED !important;
    }

    .esag-dropzone.hovered {
        background-color: #FFC93B !important;
        border-color: #CCA12F !important;
    }

        .esag-dropzone.hovered .content-standard {
            display: none;
        }

        .esag-dropzone.hovered .content-hover {
            display: block;
        }

    .esag-dropzone.running .content-standard {
        display: none;
    }

    .esag-dropzone.running .content-hover {
        display: none;
    }

    .esag-dropzone.running .content-progress {
        display: block;
    }

    .esag-dropzone .text-highlight {
        background-color: #1fb464;
        color: white;
        padding: 2px 7px;
    }

    .esag-dropzone .content-icon {
        margin-bottom: 1em;
        width: 100%;
    }

    .esag-dropzone .content-standard {
        margin-top: 20px;
    }

    .esag-dropzone .content-hover {
        margin-top: 20px;
        display: none;
    }

    .esag-dropzone .content-progress {
        margin: auto;
        width: 80%;
        display: none;
    }

.progress-container {
    display: block;
    position: relative;
    border: 1px solid #162339;
    height: 1.2em;
    margin-top: 2em;
    background-color: #5C6670;
}

    .progress-container .progress-bar {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        background-color: #162339;
    }

    .progress-container .progress-percentage {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        text-align: center;
        padding-top: 0.1em;
        font-size: 9pt;
        color: white;
    }

.content-progress .progress-text {
    text-align: center;
    margin-top: 2em;
}
