 .file-browser-panel {
    display: none;
    position: fixed;
    z-index: 10000;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    background-color: rgba(35, 48, 58, 0.35);
}

.video-file-browser-item {
    display: flex;
    margin: 2% auto;
    align-items: center;
    font-size: 20pt;
    text-align: center;
    color: white;
    font-style: oblique;
    border: 2px solid white;
}

.imk-file-browser-item {
    display: flex;
    margin: 2% auto;
    align-items: center;
    font-size: 20pt;
    text-align: center;
    color: white;
    font-style: oblique;
    border: 2px solid white;
}

.music-file-browser-item {
    display: flex;
    margin: 2% auto;
    align-items: center;
    font-size: 20pt;
    text-align: center;
    color: white;
    font-style: oblique;
    border: 2px solid white;
}

.imk-thumbnail {
    width: 10%
}

.file-label {
    width: 75%;
}

.public-label {
    width: 17%
}

.file-browser-button {
    margin: 5px;
    width: 15%;
}

.file-browser-button:hover,
.file-browser-button:focus {
    background-color: rgb(165, 180, 194);
}

.video-thumbnail {
    width: 10%;
    height: auto;
}

.music-thumbnail {
    width: 15%;
    height: auto;
    margin: 0px 5px;
}

.video-info {
    display: none;
}

#file-management-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}

.file-search-container {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 40%;
    padding: 8px 16px;
    border-radius: 5px;
}

.file-search-bar {
    width: 80%;
    height: 25px;
    border-radius: 8px;
    background-color: rgba(55, 68, 74, 1);
    color: white;
}

.search-icon {
    width: 9%;
    margin: auto 6px;
}

.category-tabs {
    width: 60%;
    margin: 5px;
}

.category-label {
    text-align: center;
    font-weight: bold;
    font-size: larger;
    color: white;
    margin-bottom: 5px;
}

.file-browser-container {
    flex: 1;
    overflow-y: scroll;
}