html, body {
    height: 100%;
}

app {
    display: block;
    height: 100%;
}
.logon-main-container {
    background-image: url('../images/office.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* If the above doesn't work, try targeting the card class as well */
.logon-main.card {
    position: relative;
    top: -200px;
}

.header-logo {
    flex-shrink: 0;
    background-color: currentColor;
    -webkit-mask: url('../images/Logo.svg');
    mask: url('../images/Logo.svg');
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    width: 180px;
    height: 24px;
}

#blazor-error-ui {
    background: inherit;
    bottom: 0;
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 100001;
}

/*.main-toolbar.py-3.px-2.px-sm-3 {
    display: none !important;
}*/


.image-wrapper {
    position: relative;
}

.image-status {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px;
    border-radius: 5px;
    display: none;
}

.image-wrapper img + .image-status {
    display: block;
}


.ailoading {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50vh; /* Adjust to fit your needs */
}

.ailoading img {
        width: 400px; /* Adjust the size of the GIF */
        height: 144px; /* Adjust the size of the GIF */
}

.cw-300 {
    width: 300px;
}

.cw-320 {
    width: 100%;
}
/* Add this to your site's CSS or within a <style> tag in the Razor component */
.productive-row {
    background-color: lightgreen;
}

.unproductive-row {
    background-color: orangered;
}

.noa-row {
    background-color: yellow;
}

.resume-row {
    background-color: lightsteelblue;
}

.idle-row {
    background-color: yellowgreen;
}

.img-magnifier-glass {
    position: absolute;
    border: 3px solid #000;
    border-radius: 50%;
    cursor: none;
    /* Set the size of the magnifier glass: */
    width: 200px;
    height: 200px;
}
.notification {
    border: 1px solid #007bff; /* Blue border */
    background-color: #f0f8ff; /* Light blue background */
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
    text-align: center;
}

.instructions-container {
    margin: 20px 0;
}

.instructions-textbox {
    width: 100%;
    height: 500px; /* Adjust height as necessary */
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #f8f8f8; /* Light grey background to indicate read-only state */
    resize: none; /* Disable resizing */
}
.treeview-icon-folder {
    background-image: url("images/icons/folder-color.svg");
    width: 1rem;
    height: 1rem;
    min-width: 1rem;
    min-height: 1rem;
    background-size: contain;
    background-position: center center;
}
