.cabinet-display {
    font-style: italic;
}

.label-cabinet a {
    color: #18bc9c;
    text-decoration: none !important;
    white-space: normal;
}

#jstree {
    max-width: 100%;
    height: 100%;
    overflow: auto;
    font-size: 11px;
    padding: 0px;
    padding-bottom: 10px; /* Padding for scrollbar */
}

#uploadModal {
    width: 100% !important;
}

#uploadModal .modal-content{
    height: calc(100vh - 60px);
}
.iframe-container {
    position: relative;
    width: 100%;
    height: calc(100vh - 240px);
}

.iframe-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    transition: height 0.5s ease; /* Smooth transition for height changes */
}