/* Add your custom styles here */

.active_directory {
    background-color: #e2fe0d;
}

/* Directory and file list styles */
.directory-list {
    list-style: none;
    padding-left: 20px;
}

.directory-list > li {
    margin: 5px 0;
}

.directory label {
    cursor: pointer;
    font-weight: 500;
    color: #2c3e50;
}

.directory label:hover {
    color: #3498db;
    background-color: #f8f9fa;
}

.directory i.bx-folder {
    color: #f39c12;
    margin-right: 5px;
}

.file a {
    text-decoration: none;
    color: #34495e;
}

.file a:hover {
    color: #3498db;
}

.file i.bx-video {
    color: #e74c3c;
    margin-right: 5px;
}

.file i.bx-user-voice {
    color: #9b59b6;
    margin-right: 5px;
}

.file i.bx-file {
    color: #95a5a6;
    margin-right: 5px;
}

.top {
   /* margin-top: 5vh;*/
}
.file-explorer{
    /* width: 50vw;  */
}
.path {
   /* margin-top: 5vh;*/
}
.ffe-explorer {
    flex-direction: column;
    background-color: #c3cbdc;
    background-image: linear-gradient(147deg, #c3cbdc 0%, #edf1f4 74%);

}
.ffe_current_path{
    width: 100%;
    background-color: white;
}
.listings {
    max-height: 50vh;
    max-width: 50vw;
    overflow-y: auto;
    background-color: whitesmoke;
    border-radius: 5px;
}

.dropzone-container {
    width: auto; /* 50vw;*/
    border: 2px dashed #0087F7;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    padding: 20px;
    margin-top: 20px;
}

