html, body {
    /*font-family: 'Inter';*/
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #006bb7;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}


h1:focus {
    outline: none;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid #e50000;
}

.validation-message {
    color: #e50000;
}

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }

.darker-border-checkbox.form-check-input {
    border-color: #929292;
}


.table-val {
    font-size: 9pt;
    color:black !important;
}
td {
    margin: 3px !important;
    padding: 3px !important;
}

.rounded-box {
    font-size: 9pt;
    font-weight: 200;
    color: white;
    background-color: #dddddd; /* A background color for the box */
    border: 0px solid transparent; /* A solid border */
    border-radius: 10px; /* The key property for rounded corners */
    padding: 6px; /* Space between the text and the border */
    /*width: 300px;*/ /* Set a width for the box */
    text-align: center; /* Center the text inside the box */
    box-shadow: 2px 2px 2px #ccc; /* Optional: adds a subtle shadow */
}

.parent-container {
    display: grid;
    place-items: center; /* Centers both horizontally and vertically */
    height: 100vh; /* Example: set a height for the container */
}

body {
    background-image: url("/images/logos/backgroundCard.jpg");
    background-repeat: repeat; /* Prevents the image from repeating */
    background-size: cover; /* Scales the image to cover the entire container */
    background-position: center; /* Centers the image in the background */
    height: 100%; /* Ensures the body covers the full height of the viewport */
}

.tableTitle {
    /*colspan: "30";*/
    font-size: 20px;
}


.tabPrimary {
    background-color: #1A1C1E; /* A flat background color */
    border: none; /* Remove default button border for a flat look */
    border-bottom: 6px solid #FF6A00; /* Shorthand: width, style, color */
    /*text-decoration-line: underline;*/
    /*text-decoration-color: #FF6A00;*/
    color: white; /* Text color */
    padding: 5px 8px; /* Spacing inside the button */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer; /* Changes mouse cursor to a hand pointer */
    border-radius: 8px; /* Adds rounded corners */
}

.tabSecondary {
    background-color: #35393D; /* A flat background color */
    border: none; /* Remove default button border for a flat look */
    border-bottom: 6px solid #35393D; /* Shorthand: width, style, color */
    color: white; /* Text color */
    padding: 0px 8px; /* Spacing inside the button */
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    margin: 4px 2px;
    cursor: pointer; /* Changes mouse cursor to a hand pointer */
    border-radius: 8px; /* Adds rounded corners */
}




.toggle {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 24px;
}

    .toggle input {
        display: none;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 10px;
    left: 10px;
    right: -10px;
    bottom: -10px;
    background-color: #333;
    transition: 0.4s;
    border-radius: 24px;
}

    .slider:before {
        position: absolute;
        content: "";
        height: 16px;
        width: 16px;
        left: 4px;
        bottom: 4px;
        background-color: #FFF;
        transition: 0.4s;
        border-radius: 50%;
    }

input:checked + .slider {
    background-color: #FF8336;
}

    input:checked + .slider:before {
        transform: translateX(16px);
    }

.tabSecondary:hover {
    background-color: #1A1C1E; /* A flat background color */
    border-bottom: 6px solid lightgray; /* Shorthand: width, style, color */
}

.table-container {
    height: 300px; /* Set a fixed height for the scrollable area */
    overflow-y: auto; /* Adds a vertical scrollbar when content exceeds the height */
    overflow-x: hidden; /* Hides horizontal overflow if not needed */
    width: 100%; /* Optional: set the width of the container */
}

.table-container-table {
    width: 100%; /* Optional: ensures the table spans the container's width */
    border-collapse: collapse; /* Optional: for better table styling */
}


.dropdown-option {
    font-size: 11px;
    background: transparent;
    border: 1px solid transparent;
    /*color: #303438;*/
    color: black;
    width: 100%;
    min-width: 80px;
    cursor: pointer;
}

    .dropdown-option:focus {
        border: 1px solid orange;
        /* Removes the default browser outline, if desired */
        outline: none;
    }


.dropdown-option-data-manager {
    font-size: 12px;
    background: transparent;
    border: 1px solid lightgray;
    color: #303438;
    width: 200px;
    background-color: white;
    padding: 4px;
    cursor: pointer;
}

    .dropdown-option-data-manager:focus {
        border: 1px solid lightgray;
        /* Removes the default browser outline, if desired */
        outline: none;
    }


.wrap-panel {
    display: flex;
    flex-wrap: wrap; /* This makes the items wrap to the next line */
    gap: 10px; /* Adds uniform spacing between items and lines */
    /* Optional: other styling like a background color or max-width */
    /*max-width: 400px;*/
    /*border: 1px solid #ccc;*/
    border: none;
    padding: 10px;
    text-align: center;
    justify-content: center; /* Centers items horizontally along the main axis */
    align-items: center; /* Centers items vertically within each line */
    align-content: center; /* Centers multiple lines (rows) of content vertically within the container */
}

    .wrap-panel a {
        text-decoration: none; /* Removes the underline */
        color: inherit; /* Makes the link inherit the parent div's text color */
    }

.wrap-panel-item {
    height: 150px;
    /*width: 150px;*/
    background: whitesmoke;
    border-radius: 10px;
    border: 0px solid transparent;
    box-shadow: 2px 2px 5px gray;
    cursor: pointer;
    border-bottom-width: 10px;
    border-bottom-color: transparent;
}

    .wrap-panel-item:hover {
        border: 0px solid #FF6A00;
        border-bottom-color: #FF6A00;
        border-bottom-width: 10px
    }

@media (max-width: 640.98px) {
    .wrap-panel-item {
        width: 150px;
    }
}

@media (min-width: 641px) {
    .wrap-panel-item {
        width: 220px;
    }
}

.box-title {
    font-size: 17px;
    color: dimgray;
}

.box-number {
    font-size: 60px
}

.nav-new-link {
    text-decoration: none; /* Removes the underline */
    color: inherit; /* Makes the link inherit the parent div's text color */
}



.svg-wave {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.container-wave {
    display: inline-block;
    position: absolute;
    width: 100vw;
    height: 100vh;
    /*padding-bottom: 100%;*/
    vertical-align: middle;
    overflow: hidden;
    top: 0;
    left: 0;
}

.qrCode {
    position: fixed;
    bottom: 25px;
    right: 25px;
    border: 1px solid gray;
    border-radius: 10px;
    padding: 5px;
    background-color: white;
    opacity: .5;
    cursor: pointer;
}

    .qrCode:hover {
        opacity: 1;
    }


thumbnail-image {
    cursor: pointer;
    width: 200px; /* Adjust size as needed */
    height: auto;
}

.fullscreen-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.9); /* Dark overlay */
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999; /* Ensure it is on top of other elements */
    cursor: pointer;
}

.fullscreen-image {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Ensures the image fits within the view without cropping */
}

/* Key styles for the full screen, top-most div */
.overlay {
    position: fixed; /* Positions the div relative to the browser window */
    top: 0; /* Aligns to the top edge of the window */
    left: 0; /* Aligns to the left edge of the window */
    right: 0; /* Aligns to the right edge of the window */
    bottom: 0; /* Aligns to the bottom edge of the window */
    width: 100%; /* Ensures full width of the viewport */
    height: 100%; /* Ensures full height of the viewport */
    background-color: rgba(0, 0, 0, 0.7); /* Black background with opacity */
    z-index: 1000; /* Stacks it above all other elements */
    color: white; /* Ensures content inside the overlay is visible */
    /* Add flexbox to center content within the overlay if needed */
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.scrollable-div {
    /*height: 80vh;*/ /* Or max-height: 200px; */
    /*overflow-y: auto;*/
    /*border: 1px solid #ddd;*/ /* Optional: adds a border so you can see the div's boundaries */
    border-color: lightgray;
    border-style: solid;
    border-width: 1px;
    border-top-width: 1px;
    border-radius:5px;
    padding: 0px; /* Optional: adds some spacing */
    background-color: white;
    color: black;
    overflow:hidden;
}

.waveWrapper {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    overflow: hidden;
}

.waveWrapperInner {
    position: absolute;
    width: 100%;
    height: calc(250px);
    top: 0;
    overflow: hidden;
    background-image: linear-gradient(to top, #FF9859 20%, #FF8132 80%);
    /*background-image: linear-gradient(to top, #3498DB 20%, #2980B9 80%);*/
}

.top {
    opacity: 0.5;
    z-index: 15;
}

.mid {
    opacity: 0.75;
    z-index: 10;
}

.bottom {
    z-index: 5;
}

.wave {
    position: absolute;
    left: 0;
    width: 200%;
    height: 100%;
    background-repeat: repeat no-repeat !important;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveTop {
    background-size: 50% 100px;
    animation: wave 3s;
    animation-delay: 1s;
}

@keyframes wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1);
    }

    50% {
        transform: translateX(-25%) translateZ(0) scaleY(0.50);
    }

    100% {
        transform: translateX(-50%) translateZ(0) scaleY(1);
    }
}

.waveMid {
    background-size: 50% 120px;
    animation: wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
    animation: wave 15s linear infinite;
}

.shadowTitle {
    color: white;
    text-shadow: 1px 1px 2px #000; /* Black outline applied in all directions */
    font-size: 40px;
}

.shadowTitleSmall {
    color: white;
    text-shadow: 1px 1px 2px #000; /* Black outline applied in all directions */
    font-size: 25px;
}

.shadowTitleSmall2 {
    color: white;
    text-shadow: 1px 1px 2px #000; /* Black outline applied in all directions */
    font-size: 20px;
}

.top-right-image {
    /* Position the image relative to the nearest positioned ancestor (.container) */
    position: absolute;
    /* Place it in the top right corner */
    top: 0;
    right: 0;
    /* Ensure it appears above all other content in the container */
    z-index: 10; /* A value higher than the default (auto or 0) */
    /* Optional styling for image size */
    /*width: 35px;*/
    height: auto;
}

.containerHorizontal {
    display: flex; /* Makes the children flex items arranged horizontally by default */
    /* Optional: Add space between items */
    column-gap: 10px; /* Or use 'gap' for both row and column gaps */
}

.meter {
    height: 5px;
    position: relative;
    background: #f3efe6;
    overflow: hidden;
}

    .meter span {
        display: block;
        height: 100%;
    }

.progress {
    background-color: #e4c465;
    animation: progressBar 3s ease-in-out;
    animation-fill-mode: both;
}

@keyframes progressBar {
    0% {
        width: 0;
    }

    100% {
        width: 100%;
    }
}




.loaderText {
    position: relative;
    width: 250px;
    height: 70px;
    left: calc(50% - 125px);
    top: 30%;
    text-align: center;
    font-size: 25px;
}

.loader {
    position: relative;
    border: 36px solid #E0E4E5;
    border-radius: 50%;
    border-top: 36px solid #FF883E;
    width: 150px;
    height: 150px;
    left: calc(50% - 75px);
    top: 30%;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

#overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: black;
    opacity: .5;
}

.container {
    position: relative;
    height: 300px;
    width: 200px;
    border: 1px solid
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.historyTableValue {
    font-size: 11px;
    min-width: 85px;
    max-width: 85px;
    padding-top: 10px;
    padding-right: 5px;
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
    padding-bottom: 17px;
    word-break: break-word;
    white-space: normal
}

.historyTableValueAction {
    font-size: 11px;
    min-width: 55px;
    max-width: 55px;
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
    padding-bottom: 17px;
    word-break: break-word;
    white-space: normal
}

.historyTableValueActionTitle {
    font-size: 12px;
    max-width: 55px;
    padding-right: 50px;
    padding-left: 3px;
    vertical-align: central;
    text-align: left;
}

.historyTableValueTitle {
    font-size: 12px;
    max-width: 80px;
    padding-right: 50px;
    padding-left: 3px;
    vertical-align: central;
    text-align: left;
}

.historyTableValueNoteTitle {
    font-size: 12px;
    min-width: 260px;
    max-width: 260px;
    padding-right: 50px;
    padding-left: 3px;
    vertical-align: central;
    text-align: left;
}

.historyTableValueNote {
    font-size: 11px;
    min-width: 260px;
    max-width: 260px;
    padding-top: 10px;
    padding-right: 50px;
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
    padding-bottom: 17px;
    word-break: break-word;
    white-space: normal
}

.historyTableValueSmall {
    font-size: 12px;
    max-width: 30px;
    min-width: 30px;
    padding-right: 25px;
    padding-left: 10px;
    vertical-align: top;
    text-align: left;
    padding-top: 10px;
    word-break: break-word;
    white-space: normal
}

.historyRow {
    border-bottom: 1px solid #EEEEEE;
}

.circleUser {
    /* Set equal height and width to form a square */
    width: 30px;
    height: 30px;
    /* Apply border-radius to make the square a circle */
    border-radius: 50%;
    /* Add styling for visibility */
    background-color: #2ECC71; /* Example background color */
    background-color: #2ECC71; /* Example background color */dropdown-option
    color: white; /* Text color */
    /* Center the text horizontally and vertically using Flexbox */
    display: flex;
    justify-content: center; /* Horizontally center */
    align-items: center; /* Vertically center */
    text-align: center; /* Ensure multiline text is centered */
    /* Optional: adjust font size and margin */
    font-size: 14px;
    margin-bottom: 10px;
}

.auto-resize-textarea {
    font-size: 11px;
    background: transparent;
    border: 1px solid transparent;
    /*color: #303438;*/
    color: black;
    width: 100%;
    min-width: 80px;
    cursor: pointer;
    field-sizing: content; /* Automatically sizes height/width to fit content */
    resize: none; /* Prevents user from manually resizing with the handle */
    min-height: 2em; /* Optional: Set a minimum height when empty */
    /* Set a specific width to prevent horizontal collapse */
    width: 100%;
    box-sizing: border-box; /* Ensures width includes padding/border */
    display: list-item;
}
    .auto-resize-textarea div {
        display: list-item;
    }

    .auto-resize-textarea:focus {
        border: 1px solid orange;
        /* Removes the default browser outline, if desired */
        outline: none;
    }



.drag-drop-zone {
    border: 2px dashed #0078d4;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    position: relative;
    background: #f3f2f1;
    transition: all 0.2s ease;
    min-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .drag-drop-zone.drag-over {
        background: #deecf9;
        border-color: #005a9e;
    }

    /* The magic: overlay the file input over the whole div */
    .drag-drop-zone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
        top: 0;
        left: 0;
    }

.upload-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 10px;
}

.file-info {
    display: block;
    margin-top: 10px;
    color: #0078d4;
    font-weight: bold;
}



.item-list {
    background: white;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    overflow: hidden; /* Keeps the rounded corners on top/bottom rows */
    display: flex;
    flex-direction: column;
}

/* Optional: Add a max-height and scrollbar if the list is long */
.item-list {
    max-height: 600px;
    overflow-y: auto;
}


.explorer-container {
    font-family: 'Segoe UI', sans-serif;
    background: #f9f9f9;
    border-radius: 0px;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
    overflow-y: scroll;
    height: calc(100vh - 250px);
    border-top: 1px solid #BCBCBC;
}

.item-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 100px;
    padding: 12px;
    border-bottom: 1px solid #eee;
    align-items: center;
    transition: background 0.2s;
}

    .item-row:hover:not(.header) {
        background: #f0f7ff;
        cursor: pointer;
    }

    .item-row.header {
        font-weight: bold;
        color: #666;
        text-transform: uppercase;
        font-size: 0.8rem;
    }

    /* Ensure the header row looks distinct */
    .item-row.header {
        background-color: #f3f2f1;
        border-bottom: 2px solid #edebe9;
        position: sticky; /* Keeps header at top while scrolling */
        top: 0;
        z-index: 1;
    }

.icon-folder {
    color: #ffb900;
    margin-right: 10px;
}
/* SharePoint Gold */
.icon-file {
    color: #0078d4;
    margin-right: 10px;
}
/* Microsoft Blue */

.btn-primary {
    background: #0078d4;
    color: white;
    border: none;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}


.item-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    padding: 10px; /* This centers the cards horizontally in the container */
    /*justify-content: center;*/
    /* This ensures that if cards have slightly different heights, 
       they align nicely along their center axis */
    /*align-items: flex-start;*/
}

.item-card {
    width: 100px;
    height: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 8px;
    transition: background 0.2s, transform 0.1s;
    cursor: pointer;
    text-align: center;
}

    .item-card:hover {
        background-color: #e1dfdd;
    }

    .item-card:active {
        transform: scale(0.95);
    }

.icon-wrapper {
    font-size: 48px; /* Big icons */
    margin-bottom: 8px;
}

.item-name {
    font-size: 13px;
    color: #323130;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2; /* Truncate name after 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Generic wrapper for the icon font size */
.icon-wrapper {
    font-size: 30px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 30px;
}

/* Specific Folder Styling */
.folder-icon {
    color: #ffb900; /* SharePoint Yellow/Gold */
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.1));
    font-style: normal;
}

/* Specific File Styling */
.file-icon {
    color: #0078d4; /* Standard Microsoft Blue */
    filter: drop-shadow(0 2px 2px rgba(0,0,0,0.1));
    font-style: normal;
}

/* Change icon color on hover to show interaction */
.item-card:hover .folder-icon {
    transform: scale(1.1);
    transition: transform 0.2s ease;
}



.explorer-toolbar {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    padding: 10px;
    background: #ffffff;
    border-bottom: 1px solid #edebe9;
}

.btn-home {
    background-color: #FF8538; /* Microsoft Blue */
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .btn-home:hover {
        background-color: #35393D;
    }

.btn-secondary {
    background-color: #f3f2f1;
    color: #323130;
    border: 1px solid #8a8886;
    padding: 8px 16px;
    border-radius: 4px;
    cursor: pointer;
}

    .btn-secondary:disabled {
        opacity: 0.5;
        cursor: not-allowed;
    }