/* styles.css */
.tree-view {
    list-style-type: none;
}

.tree-item {
    cursor: pointer;
}

.tree-item .expand-btn {
    margin-right: 10px;
}

.tree-item .edit-checkbox {
    margin-left: 10px;
}

.modal .form-select {
    width: 100%;
}

/* #multimedia-container {
    overflow-y: scroll;
    height: 600px;
    border: 1px solid #ddd;
    padding: 10px;
} */

.img-thumbnail {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.video-thumbnail, .document-thumbnail {
    width: 100%;
    height: auto;
    background-color: #f0f0f0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #ddd;
    padding: 10px;
    font-size: 16px;
    color: #333;
    cursor: pointer;
}

.file-name {
    text-align: center;
    margin-top: -15px!important;
    margin-bottom: -19px!important;
    margin-left: 10px!important;
    font-size: 10px;
    color: #555;
}

.multimedia-checkbox{
    margin-left: -5px!important;
}

.file-checkbox {
    margin-right: 10px;
}

.video-placeholder {
    background: url('../video-placeholder.png') no-repeat center center;
    background-size: cover;
}

.doc-placeholder {
    background: url('../document-placeholder.png') no-repeat center center;
    background-size: cover;
}

.multimedia-item {
    cursor: pointer;
}

.multimedia-item.enlarged {
    transform: scale(3);
    z-index: 9999;
    position: absolute;
}

.toast-container {
    position: fixed;
    bottom: 1rem;
    right: 1rem;
}

.toast {
    min-width: 250px;
}

#available-multimedia {
    max-height: 400px;
    overflow-y: scroll;
}

.tab-content > .tab-pane {
    display: none;
}

.tab-content > .active {
    display: block;
}

.login {
    width: 100%;
    align-items: center;
    padding-left: 80px;
}

.login-google {
    max-height: 50px;
}

.close-session{
    width: 100%;
    align-items: right;
    margin-right: 200px;
}

.user-selector {
    cursor: pointer;
}

.progress {
    width: 100%;
}