﻿:root {
    --theme-color: rgb(62, 149, 61);
    --theme-color-rgb: 62, 149, 61;
    --theme-color-alpha: 1;
    --theme-green: rgb(62, 149, 61);
    --theme-green-rgb: 62, 149, 61;
    --theme-red: #ff0000;
    --theme-blue: #3498db;
    --theme-blue-dark: #2980b9;
    --white: #fff;
    --black: #000;
    --black-rgb: 0, 0, 0;
    --border-radius: 3px;
    --input-height: 30px;
    --text-color: #3b3b3b;
    --silver: #c0c0c0;
    --silver-rgb: 192, 192, 192;
    --rz-primary: var(--theme-color);
    --rz-body-font-size: 16px;
    --rz-grid-header-font-size: 13px;
}

.xxlmodel {
    width: 95% !important;
    margin: auto;
    top: 10%;
    background-color: white;
    color: black;
    border-radius: 12px;
    padding: 1rem;
    margin-top: 10px;
}


.printbutton {

    background: linear-gradient(60deg, #66bb6a, #43a047) !important;
    color: white !important;
    padding: 5px 12px;
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: bold;
    font-size: 12px;
    width: 70%;
}

.printbutton:hover {
    background: linear-gradient(60deg, #66bb6a, #43a047) !important;
}

h1:focus {
    outline: none;
}

.rz-tabview-panels {
    overflow: visible !important;
}

.custom-borderless-table .rz-datatable-table,
.custom-borderless-table .rz-datatable-table td,
.custom-borderless-table .rz-datatable-table th {
    border-left: none !important;
    border-right: none !important;
    border-top: none !important;
    border-bottom: none !important;
}

/* Optional: if you want to keep internal horizontal row dividers */
.custom-borderless-table .rz-datatable-table tbody tr:not(:last-child) td {
    border-bottom: 1px solid #ddd !important;
}

.fontclass {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}




.rz-state-disabled {
    background-color: #e9ecef !important;
}

.sidebar-logo {
    width: 150px;
    /* adjust as needed */
    height: 50px;
    /* adjust as needed */
    background-image: url('/nmclogo.jpg');
    background-size: contain;
    /* keep aspect ratio */
    background-repeat: no-repeat;
    background-position: center;
}

.customgrid {
    position: relative !important;
    background: #fff !important;
    border-radius: 9px !important;
    padding: 10px 10px 10px 10px !important;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1) !important;
    width: 100% !important;
    height: 100% !important;
    font-family: Arial, sans-serif !important;
    margin-bottom: 10px !important;
    margin-top: 10px !important;
}

.btn {
    text-transform: none !important;
    min-width: 100px !important;
    text-align: center !important;
    justify-content: center !important;
    border-radius: 8px !important;
}

.customgrid-header-icon {
    position: absolute !important;
    color: white !important;
    top: -34px !important;
    width: 95% !important;
    height: 70px !important;
    border-radius: 9px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    font-size: 18px !important;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2) !important;
}

.fontclass {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 12px !important;
    transition: opacity 0.3s ease, margin 0.3s ease !important;
    color: black !important;
    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

.tableheader {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
    font-size: 14px !important;
    transition: opacity 0.3s ease, margin 0.3s ease !important;
    color: black !important;

    white-space: normal !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
}

.font-family {
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}

.customgrid-description {
    font-size: 14px !important;
    color: black !important;
}

.break-text {
    display: inline-block !important;
    word-wrap: break-word !important;
    white-space: normal !important;
    font-weight: normal;
    color: black;
}

.textboxheader {
    font-size: 14px;
    font-weight: normal;
}

.thin-line {
    margin: 5px 0 10px 0;
    color: darkkhaki;
}

.parent-div {
    margin-top: 50px !important;
}

.rz-legend {
    position: relative !important;

}

.rz-tick-text {
    font-size: 10px !important;
}

.rz-chart {
    height: 200px !important;
    background-color: white !important;
}

.rz-series-data-label {
    font-size: 10px !important;
}

.content {
    padding-top: 1.1rem;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.dynamic-height {
    height: auto;
    /* Automatically adjusts based on content */
}

.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.";
}

.spinner {
    border: 6px solid silver;
    border-top: 6px solid #337ab7;
    border-radius: 50%;
    width: 32px;
    height: 32px;
    animation: spin 700ms linear infinite;
    top: 40%;
    left: 55%;
    position: absolute;
}

.spinners {
    border: 4px solid black;
    border-left-color: #6c757d;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 700ms linear infinite;
    display: inline-block;
    top: 55%;
    left: 50%;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-weight: 600;
}

h1,
.h1 {
    font-size: 28px;
}

h2,
.h2 {
    font-size: 24px;
}

h3,
.h3 {
    font-size: 20px;
}

h4,
.h4 {
    font-size: 16px;
}

.w100 {
    width: 100px;
}

.h100 {
    height: 100px;
}

.ml-0 {
    margin-left: 0;
}

.ml-auto {
    margin-left: auto;
}

.ml-1 {
    margin-left: 5px;
}

.ml-2 {
    margin-left: 10px;
}

.ml-3 {
    margin-left: 15px;
}

.mr-0 {
    margin-right: 0;
}

.mr-auto {
    margin-right: auto;
}

.mr-1 {
    margin-right: 5px;
}

.mr-2 {
    margin-right: 10px;
}

.mr-3 {
    margin-right: 15px;
}

.mt-0 {
    margin-top: 0;
}

.mt-auto {
    margin-top: auto;
}

.mt-1 {
    margin-top: 5px;
}

.mt-2 {
    margin-top: 10px;
}

.mt-3 {
    margin-top: 15px;
}

.mb-0 {
    margin-bottom: 0;
}

.mb-auto {
    margin-bottom: auto;
}

.mb-1 {
    margin-bottom: 5px;
}

.mb-2 {
    margin-bottom: 10px;
}

.mb-3 {
    margin-bottom: 15px;
}

body {
    /* Solid color */
    background: #ffffff;

    /* OR custom gradient */
    /* background: linear-gradient(to right, #ffffff, #4a90e2); */

    /* Make sure it covers full page */
    min-height: 100vh;
    margin: 0;
}

.content {
    background-color: white !important;
}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
    flex: 1;
    min-height: 80vh;
}

main {
    flex: 1;
    max-width: calc(100vw - 250px);
    display: flex;
    flex-direction: column;
}

main .content.px-4 {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.btn {
    --bs-btn-padding-y: 3px;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    min-height: 38px;
}

.btn:hover {
    box-shadow: inset 100px 100px rgba(var(--black-rgb), 0.2);
}

.btn-default {
    background-color: rgba(var(--silver-rgb), 0.2);
}

.form-control {
    --input-focus-color: var(--silver-rgb);
    min-height: 36px;
}

.form-control:focus {
    border-color: rgba(var(--input-focus-color), 1);
    box-shadow: 0 0 0 0.25rem rgba(var(--input-focus-color), 0.25);
}

select:not([multiple]) {
    background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxOCAxMCI+PHRpdGxlPmRvd24tYXJyb3c8L3RpdGxlPjxnIGlkPSJMYXllcl8yIiBkYXRhLW5hbWU9IkxheWVyIDIiPjxnIGlkPSJMYXllcl8xLTIiIGRhdGEtbmFtZT0iTGF5ZXIgMSI+PHBhdGggZD0iTTksMTAsMCwxLjEsMSwwLDksNy44OSwxNywwbDEsMS4xWiIvPjwvZz48L2c+PC9zdmc+");
    background-position: right 8px center;
    background-size: 8px;
    background-repeat: no-repeat;
    padding-right: 20px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.table-container {
    display: flex;
    align-items: flex-start;
    /* Use "inline-block" if you want them to align horizontally */
}

.table {
    border-collapse: collapse;
    margin-right: 20px;
    /* Adjust margin as needed */
}

th {
    text-align: left;
    /* Align header text to the left */
}

.sidebar {
    color: var(--text-color);
    height: 100vh;
    width: 250px;
    min-width: 250px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    overflow-x: hidden;
    padding-top: 0;
    padding-left: 0px;
    padding-right: 0;
    padding-bottom: 10px;
    box-shadow: 0px 0 30px -10px rgba(0, 0, 0, 0.14);
}

.sidebar .top-row {
    background-color: rgba(var(--theme-color-rgb), var(--theme-color-alpha, 1));
}

.sidebar .top-row.has-logo {
    background-color: rgba(0, 0, 0, 0.01);
}

.sidebar .nav-item a {
    line-height: 1.2;
    color: var(--text-color);
    word-break: break-word;
}

.sidebar .nav-item a:hover {
    text-decoration: none;
    color: var(--text-color);
    color: rgba(var(--theme-color-rgb), var(--theme-color-alpha, 1));
}

.sidebar .nav-item a.active {
    font-weight: 600;
    background-color: rgba(var(--theme-color-rgb), 0.1);
    color: rgba(var(--theme-color-rgb), var(--theme-color-alpha, 1));
}

.sidebar .nav-header:hover {
    color: rgba(var(--theme-color-rgb), var(--theme-color-alpha, 1));
}

.sidebar .nav-accordion.opened .nav-header {
    font-weight: 600;
    color: rgba(var(--theme-color-rgb), var(--theme-color-alpha, 1));
}

.rz-popup {
    --rz-dropdown-item-hover-background-color: rgba(0, 0, 0, 0.03);
    --rz-dropdown-item-selected-background-color: rgba(0, 0, 0, 0.05);
    --rz-dropdown-item-selected-hover-background-color: rgba(0, 0, 0, 0.05);
    --rz-primary-lighter: rgba(0, 0, 0, 0.2);
    --rz-dropdown-item-selected-color: var(--rz-primary);
    --rz-dropdown-item-hover-color: var(--text-color);
}

.rz-datatable {
    --rz-grid-hover-background-color: rgba(0, 0, 0, 0.03);
    --rz-primary-lighter: rgba(0, 0, 0, 0.2);
    --rz-grid-hover-color: var(--text-color);
    --rz-grid-cell-color: var(--black);
    --rz-grid-cell-font-size: 13px;
    --rz-primary: transparent;
    --rz-on-primary: var(--text-color);
    margin-bottom: 20px;
    --rz-grid-cell-border: 0;
    --rz-grid-header-cell-padding: 8px 0;
    --rz-grid-selected-color: var(--text-color);
}

.rz-datatable-scrollable-table-wrapper td,
.rz-datatable-scrollable-table-wrapper th {
    height: 32px;
}

.rz-datatable table {
    border: 0;
    --rz-grid-right-cell-border: 0;
    --rz-grid-header-cell-border: 0;
}

.rz-tabview-nav li {
    margin-right: 5px;
}

.rz-tabview-nav li a[role=tab] {
    cursor: pointer;
}

.rz-tabview-panel .form-group.row {
    margin-bottom: 10px;
}

.rz-tabview-panel .form-group.row:last-child {
    margin-bottom: 0;
}

.rz-paginator-pages {
    --rz-body-font-size: 12px;
}

.rz-dropdown {
    border: 1px solid #ced4da !important;
    min-height: 38px !important;
}

.rz-inputtext {
    color: #3b3b3b !important;
    min-height: 38px !important;
}

.rz-inputtext::placeholder {
    color: #3b3b3b !important;
    opacity: 1 !important;
}

.rz-textbox {
    min-height: 38px;
    color: #3b3b3b !important;
    border: 1px solid darkgrey !important;
    opacity: 1 !important;
}

.rz-textbox::placeholder {
    color: lightgrey;
    opacity: 1;
}

.rz-textbox:disabled {
    color: #3b3b3b !important;
    background-color: #f4f5f900 !important;
    opacity: 1 !important;
}

.rz-spinner-input {
    opacity: 1 !important;
}

.button-container-user {
    display: flex;
    min-height: 16vh;
}

.dashboard-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px;
    flex: 1;
    gap: 11px;
    max-width: 75vw;
    box-shadow: 2px 0px 2px 0 rgba(0, 0, 0, 0.08), 2px 2px 2px rgba(0, 0, 0, 0.08), 2px 4px 12px 0 rgba(0, 0, 0, 0.04);
    padding: 10px 20px;
    /* margin-right:0.5px;*/
    border: 1px solid #f5f5f5;
    background-color: #f5f5f5;
    border-radius: 10px;
}

.dashboard-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    gap: 20px;
}

.dashboard-button {
    background-color: #fff;
    border: 1px solid transparent;
    color: var(--text-color);
    padding: 10px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s;
    border-radius: 8px;
    font-size: 12px;
    letter-spacing: 1px;
    width: 100%;
    position: relative;
    overflow: hidden;
    box-shadow: 2px 0px 2px 0 rgba(0, 0, 0, 0.08), 2px 2px 2px rgba(0, 0, 0, 0.08), 2px 4px 12px 0 rgba(0, 0, 0, 0.04);
}

.dashboard-button>span {
    position: relative;
    z-index: 1;
    font-weight: 700;
    text-transform: uppercase;
}

.dashboard-button:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: var(--theme-blue);*/
    opacity: 0.1;
}

.dashboard-button span:first-child {
    font-size: 30px;
    letter-spacing: 0;
    color: #3498db;
}

.dashboard-button:focus,
.dashboard-button:active,
.dashboard-button:hover {
    /*outline: 2px solid var(--theme-blue);*/
}

.dashboard-button:focus:before,
.dashboard-button:active:before,
.dashboard-button:hover:before {
    /*  background-color: var(--theme-blue);*/
    opacity: 0;
}

.vertical-line {
    border-left: 2px solid var(--theme-blue);
    height: 0;
    margin: 0 10px;
}

.custom-button {
    /* background-color: transparent;*/
    border: 1px solid transparent;
    color: var(--text-color);
    padding: 20px;
    cursor: pointer;
    text-align: center;
    transition: background-color 0.3s;
    border-radius: 8px;
    font-size: 12px;
    letter-spacing: 1px;
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 1;
    /*   display: flex;
    justify-content: space-between;*/
}

.custom-button>span {
    position: relative;
    z-index: 1;
    font-weight: 700;
    text-transform: uppercase;
    text-align: left;
}

.custom-button:before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    /* background-color: var(--theme-blue);*/
    opacity: 0.1;
}

.custom-button span:first-child {
    font-size: 30px;
    letter-spacing: 0;
    width: 60px;
    color: #3498db;
}

.custom-button:focus,
.custom-button:active,
.custom-button:hover {
    outline: 2px solid var(--theme-blue);
    background-color: transparent;
    box-shadow: none;
}

.custom-button:focus:before,
.custom-button:active:before,
.custom-button:hover:before {
    background-color: var(--theme-blue);
    opacity: 0;
}

.custom-button .badge {
    --bs-badge-color: var(--theme-blue);
}

.radzen-tabs {
    background-color: var(--theme-blue);
    color: #fff;
    margin-bottom: 20px;
}

.radzen-tabs-item {
    padding: 10px 20px;
}

.radzen-tabs-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.radzen-grid {
    margin-top: 20px;
}

.date-info {
    font-size: 16px;
    color: #555;
}

.event-date {
    color: #3498db;
    font-weight: bold;
}

.top-row {
    height: auto !important;
}

.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

.page-content {
    padding-bottom: 20px;
}

.page-title {
    margin-bottom: 10px;
}

.page-filter {
    gap: 10px;
}

.nav {
    font-size: 14px;
}

.nav-accordion {
    padding-right: 0 !important;
    padding-left: 10px !important;
}

.nav-accordion .nav-header {
    display: flex;
    align-items: center;
    position: relative;
    padding: 0.5rem 0;
    padding-right: 20px;
    cursor: pointer;
    font-weight: 400;
    font-size: 14px;
}

.nav-accordion .nav-header span:last-child {
    position: absolute;
    right: 10px;
    top: 0;
    font-size: 10px;
    height: 100%;
    display: inline-flex;
    align-items: center;
    justify-content: flex-end;
}

.nav-accordion .nav li.nav-item {
    padding: 0 !important;
}

.nav-accordion .nav li.nav-item a {
    padding-right: 0;
}

.nav-accordion .nav-link {
    font-size: 14px;
    font-weight: 400;
}

.nav-accordion .nav-item {
    font-size: 14px;
}

.nav-accordion span[class*=la-] {
    font-size: 14px !important;
    margin-right: 10px;
}

.input-group-append .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.right-0 {
    right: 0;
}

.pr-2 {
    padding-right: 20px;
}

.action-button {
    margin-bottom: 5px;
}

.form-group-buttons {
    display: flex;
    gap: 10px;
    margin-top: 20px;
    margin-bottom: 20px;
}

.form-group-buttons>div {
    width: auto;
    flex: 0;
}

.form-group-buttons .btn-danger {
    background-color: transparent;
    color: var(--text-color);
    border-color: transparent;
}

.form-group-buttons .btn-danger:active,
.form-group-buttons .btn-danger:focus {
    box-shadow: none;
    background-color: transparent;
    color: var(--text-color);
}

.form-group-reverse {
    justify-content: flex-end;
}

.form-group-reverse>div {
    order: 1;
}

.form-group-reverse>div+div {
    order: 0;
}

.form-group>.col-8 .valid,
.form-group>.col-8 .rz-dropdown {
    width: 100%;
}

.form-check-label {
    margin-top: 0;
}

.btn .oi {
    font-size: 12px;
}

.btn-add {
    border: 1px solid var(--theme-color);
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    color: var(--black);
}

.blazored-modal .form-group-buttons {
    margin-bottom: 0;
}

.blazored-modal .bm-header {
    padding-bottom: 10px;
}

.date__tofrom>div {
    margin-bottom: 5px;
}

.date__tofrom>div:last-child {
    margin-bottom: 0;
}

.date__ranges {
    width: 100px;
}

.date__wrapper {
    flex: 1;
}

.date__total {
    width: 100px;
}

div.rz-tabview-panel {
    padding: 0;
    margin-top: 10px;
}

div.rz-tabview-panels {
    border-left-width: 0;
    border-right-width: 0;
    border-bottom-width: 0;
}

div.rz-tabview-panel .container {
    margin-left: 0;
}

.opened .hide {
    display: block;
}

.opened .la-angle-down:before {
    content: "\f106";
}

.nav [class*=la-] {
    font-size: 22px;
    margin-right: 10px;
}

.nav .nav-item {
    padding-bottom: 0;
}

.nav .nav-item a {
    min-height: 20px;
    height: auto;
    padding-left: 10px;
}

.column-settings button {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none;
    color: var(--theme-color);
    font-size: 20px;
    cursor: pointer;
}

.column-settings .rz-button-box {
    font-size: 24px;
}

.la-2x {
    font-size: 20px;
}

.duty-roster__add,
.duty-roster__remove {
    background-color: transparent;
    border: none;
    padding: 0;
    font-size: 20px;
}

.duty-roster__add {
    color: var(--theme-green);
}

.duty-roster__remove {
    color: var(--theme-red);
}

.m-4.rz-data-grid {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.input-wrapper {
    max-width: 228px;
}

.edit-button {
    padding: 0;
    border: 0;
    font-size: 18px;
    border-radius: 5px;
}

.edit-button:hover {
    background-color: rgba(var(--theme-color-rgb), 1);
    color: var(--white);
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.gapped {
    row-gap: 20px;
}

.gapped .button-container {
    height: 100%;
}

.approver-section,
.user-profile-container {
    background-color: #f5f5f5;
    border-radius: 10px;
    padding: 20px;
    height: 100%;
}

.approver-section {
    font-size: 15px;
}

.approver-section .h5 {
    font-size: 18px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 10px;
}

.approver-section .h5 i {
    font-size: 24px;
    color: rgba(var(--theme-color-rgb), 1);
}

.approver-section__text {
    margin-bottom: 20px;
    padding-left: 35px;
}

.profile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.profile-image {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    margin-right: 20px;
}

.profile-image__holder {
    padding-right: 20px;
}

.profile-details {
    flex-grow: 1;
}

.profile-details .h6 {
    font-size: 15px;
}

.user-details h6 {
    margin: 5px 0;
}

.label {
    font-weight: bold;
    margin-right: 5px;
    color: #555;
}

.attendance-section h4 {
    font-size: 18px;
}

.hidden {
    opacity: 0;
    height: 0;
    overflow: hidden;
    transition: height 1s ease, opacity 1s ease;
}

.visible {
    opacity: 1;
    height: auto;
    transition: height 1s ease, opacity 1s ease;
}

.filter-wrapper {
    box-shadow: 0px 2px 16px rgba(0, 0, 0, 0.08);
    transform: translateY(-10px);
    border-radius: 5px;
}

/* Style for the custom popup container */
.popup-container,
.pop-container {
    display: none;
    position: absolute;
    background-color: white;
    padding: 5px 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 99;
    margin-top: -5%;
}

.popup-container button,
.pop-container button {
    text-align: left;
    border: 0;
    background-color: transparent;
    padding: 5px 10px;
}

.popup-container button:hover,
.pop-container button:hover {
    background-color: rgba(var(--theme-color-rgb), 0.1);
    z-index: 999;
}

/* Style for the overlay */
/*.overlay {
  display: none;
}*/

/* When the edit button is clicked, show the overlay */
.rz-cell-data:has(.edit-button):hover .overlay,
.rz-cell-data:has(.edit-button):hover .popup-container,
.rz-cell-data:has(.edit-button):hover .pop-container {
    display: block;
    overflow: visible;
}

.rz-cell-data:has(.edit-button):hover .edit-button {
    /* background-color: rgba(var(--theme-color-rgb), 1);*/
    color: #000;
}

.attendance-detail-page .popup-container {
    margin-top: -3%;
}

.attendance-detail-page th:first-child,
.attendance-detail-page td:first-child {
    width: 60px;
}

.attendance-detail-page tr:nth-last-child(1) .popup-container {
    margin-top: -11%;
    bottom: 0;
}

/*.attendance-detail-page tr:nth-last-child(2) .pop-container, .attendance-detail-page tr:nth-last-child(3) .pop-container {
   
    bottom: 2%;
}*/
.attendance-detail-page tr:nth-child(1) .pop-container,
.attendance-detail-page tr:nth-child(2) .pop-container {
    margin-top: 3%;
    top: 0;
}

.attendance-detail-page tr:nth-child(1) .popup-container {
    margin-top: 3%;
    top: 0;
}

.DocumentActions tr .popup-container {
    margin-top: -6%;
}

.DocumentActions tr:nth-child(1) .popup-container {
    margin-top: 3%;
    top: 0;
}


.DocumentActions tr:nth-last-child(1) .popup-container,
.DocumentActions tr:nth-last-child(2) .popup-container {
    bottom: 0;
}

.table-wrapper tr:nth-child(1) .popup-container,
.table-wrapper tr:nth-child(2) .popup-container {
    margin-top: 2%;
    top: 0;
}

.table-wrapper tr:nth-last-child(1) .popup-container,
.table-wrapper tr:nth-last-child(2) .popup-container {
    bottom: 0;
}

.table-wrapper tr:nth-last-child(3) .popup-container {
    bottom: 2%;
}


.overtimePendingList tr:nth-last-child(1) .popup-container {
    bottom: 0;
}

.overtimePendingList tr:nth-child(1) .popup-container {
    margin-top: 1%;
    top: 0;
}

.pendingComponent tr:nth-last-child(1) .popup-container {
    bottom: 0;
}

.pendingComponent tr:nth-last-child(2) .popup-container {
    bottom: 10%;
}

.pendingComponent tr:nth-child(1) .popup-container {
    margin-top: 1%;
    top: 0;
}

.qr-code {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    margin-right: 20px;
    margin-top: 20px;
    border: 2px solid black;
}

.navbar-brand {
    margin-right: 0 !important;
}

.navbar-brand img {
    max-width: 90%;
    margin: 0 auto;
}

/* for card filter*/

.card-filter {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    height: auto;
    background-color: rgba(218, 222, 230, 0.31);
    padding: 10px 15px;
    box-shadow: 2px 0px 2px 0 rgba(0, 0, 0, 0.08), 2px 2px 2px rgba(0, 0, 0, 0.08), 2px 4px 12px 0 rgba(0, 0, 0, 0.04);
    border-radius: 10px;
}



/*# sourceMappingURL=site.css.map */
@media screen and (max-width:738px) {

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6 {
        font-weight: 600;
    }

    h1,
    .h1 {
        font-size: 15px;
    }

    h2,
    .h2 {
        font-size: 14px;
    }

    h3,
    .h3 {
        font-size: 13px;
    }

    h4,
    .h4 {
        font-size: 10px;
    }

    .w100 {
        width: 50px;
    }

    .h100 {
        height: 50px;
    }

    .ml-0 {
        margin-left: 0;
    }

    .ml-auto {
        margin-left: auto;
    }

    .ml-1 {
        margin-left: 2.5px;
    }

    .ml-2 {
        margin-left: 5px;
    }

    .ml-3 {
        margin-left: 7.5px;
    }

    .mr-0 {
        margin-right: 0;
    }

    .mr-auto {
        margin-right: auto;
    }

    .mr-1 {
        margin-right: 2.5px;
    }

    .mr-2 {
        margin-right: 5px;
    }

    .mr-3 {
        margin-right: 7.5px;
    }

    .mt-0 {
        margin-top: 0;
    }

    .mt-auto {
        margin-top: auto;
    }

    .mt-1 {
        margin-top: 2.5px;
    }

    .mt-2 {
        margin-top: 5px;
    }

    .mt-3 {
        margin-top: 7.5px;
    }

    .mb-0 {
        margin-bottom: 0;
    }

    .mb-auto {
        margin-bottom: auto;
    }

    .mb-1 {
        margin-bottom: 2.5px;
    }

    .mb-2 {
        margin-bottom: 5px;
    }

    .mb-3 {
        margin-bottom: 7.5px;
    }

    body {
        background: none;
    }

    .page {
        position: relative;
        display: flex;
        flex-direction: row;
        flex: 1;
        min-height: 80vh;
    }

    .btn {
        --bs-btn-padding-y: 3px;
        display: inline-flex;
        align-items: center;
        gap: 5px;
        min-height: 30px;
        font-size: 9px;
        width: max-content;
        color: #fff;
        white-space: pre-wrap;
        margin: 3px;
    }

    .btn:hover {
        box-shadow: inset 50px 50px rgba(var(--black-rgb), 0.2);
    }

    .btn-default {
        background-color: rgba(var(--silver-rgb), 0.2);
    }

    .input-group {
        align-items: center;
    }

    .form-control {
        --input-focus-color: var(--silver-rgb);
        min-height: 35px;
    }

    .form-control:focus {
        border-color: rgba(var(--input-focus-color), 1);
        box-shadow: 0 0 0 0.25rem rgba(var(--input-focus-color), 0.25);
    }

    select:not([multiple]) {
        background-position: right 4px center;
        background-size: 4px;
        background-repeat: no-repeat;
        padding-right: 10px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    .table-container {
        display: flex;
        align-items: flex-start;
        /* Use "inline-block" if you want them to align horizontally */
    }

    .table {
        border-collapse: collapse;
        margin-right: 10px;
        /* Adjust margin as needed */
    }

    th {
        text-align: left;
        /* Align header text to the left */
    }

    .rz-datatable {
        --rz-grid-cell-font-size: 8px;
        margin-bottom: 10px;
        --rz-grid-cell-border: 0;
        --rz-grid-header-cell-padding: 4px 0;
    }

    .rz-datatable-scrollable-table-wrapper td,
    .rz-datatable-scrollable-table-wrapper th {
        height: 16px;
    }

    .rz-datatable table {
        border: 0;
    }

    .rz-tabview-nav li {
        margin-right: 2.5px;
    }

    .rz-tabview-nav li a[role=tab] {
        cursor: pointer;
    }

    .rz-tabview-panel .form-group.row {
        margin-bottom: 5px;
    }

    .rz-tabview-panel .form-group.row:last-child {
        margin-bottom: 0;
    }

    .rz-paginator-pages {
        --rz-body-font-size: 8px;
    }

    .rz-dropdown {
        min-height: 19px;
    }

    .rz-legend-item-text {
        font-size: 7px;
    }

    .button-container-user {
        min-height: 8vh;
    }

    .attendanceWheel {
        width: 100%;
    }

    .dashboard-container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex: 1;
        gap: 10px;
        max-width: 83vw;
        padding: 10px 6px;
    }

    .dashboard-section {
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
        gap: 10px;
    }

    .dashboard-button {
        padding: 5px;
        cursor: pointer;
        text-align: center;
        transition: background-color 0.3s;
        border-radius: 8px;
        font-size: 7px;
        letter-spacing: 0.5px;
        width: 100%;
        position: relative;
        overflow: hidden;
        min-height: 6vh;
    }

    .dashboard-button>span {
        position: relative;
        z-index: 1;
        font-weight: 700;
        text-transform: uppercase;
    }

    .dashboard-button:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        /* background-color: var(--theme-blue);*/
        opacity: 0.1;
    }

    .dashboard-button span:last-child {
        font-size: 12px;
        letter-spacing: 0;
    }

    .dashboard-button:focus,
    .dashboard-button:active,
    .dashboard-button:hover {
        outline: 1px solid var(--theme-blue);
    }

    .dashboard-button:focus:before,
    .dashboard-button:active:before,
    .dashboard-button:hover:before {
        /*  background-color: var(--theme-blue);*/
        opacity: 0;
    }

    .vertical-line {
        border-left: 1px solid var(--theme-blue);
        height: 0;
        margin: 0 5px;
    }

    .chartTitle {
        font-size: 10px;
    }

    .custom-button {
        /* background-color: transparent;*/
        border: 1px solid transparent;
        color: var(--text-color);
        padding: 10px;
        cursor: pointer;
        text-align: center;
        transition: background-color 0.3s;
        border-radius: 8px;
        font-size: 8px;
        letter-spacing: 1px;
        width: 100%;
        position: relative;
        overflow: hidden;
        z-index: 1;
        display: flex;
        justify-content: space-between;
    }

    .custom-button>span {
        position: relative;
        z-index: 1;
        font-weight: 700;
        text-transform: uppercase;
        text-align: left;
    }

    .custom-button:before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        /* background-color: var(--theme-blue);*/
        opacity: 0.1;
    }

    .custom-button span:last-child {
        font-size: 12px;
        letter-spacing: 0;
        width: 60px;
    }

    .custom-button:focus,
    .custom-button:active,
    .custom-button:hover {
        outline: 2px solid var(--theme-blue);
        background-color: transparent;
        box-shadow: none;
    }

    .custom-button:focus:before,
    .custom-button:active:before,
    .custom-button:hover:before {
        background-color: var(--theme-blue);
        opacity: 0;
    }

    .custom-button .badge {
        --bs-badge-color: var(--theme-blue);
    }

    .radzen-tabs {
        background-color: var(--theme-blue);
        color: #fff;
        margin-bottom: 10px;
    }

    .radzen-tabs-item {
        padding: 5px 10px;
    }

    .radzen-tabs-content {
        background-color: #fff;
        padding: 10px;
        border-radius: 4px;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }

    .radzen-grid {
        margin-top: 10px;
    }

    .date-info {
        font-size: 8px;
    }

    .event-date {
        color: #3498db;
        font-weight: bold;
    }

    .top-row {
        height: auto !important;
    }

    .page {
        position: relative;
        display: flex;
        flex-direction: row;
    }

    .page-content {
        padding-bottom: 10px;
    }

    .page-title {
        margin-bottom: 5px;
    }

    .page-filter {
        gap: 5px;
    }

    .nav {
        font-size: 14px;
    }

    .nav-accordion {
        padding-right: 0 !important;
        padding-left: 5px !important;
    }

    .nav-accordion .nav-header {
        display: flex;
        align-items: center;
        position: relative;
        padding: 0.25rem 0;
        padding-right: 10px;
        cursor: pointer;
        font-weight: 400;
        font-size: 10px;
    }

    .nav-accordion .nav-header span:last-child {
        position: absolute;
        right: 5px;
        top: 0;
        font-size: 8px;
        height: 100%;
        display: inline-flex;
        align-items: center;
        justify-content: flex-end;
    }

    .nav-accordion .nav li.nav-item {
        padding: 0 !important;
    }

    .nav-accordion .nav li.nav-item a {
        padding-right: 0;
    }

    .nav-accordion .nav-link {
        font-size: 8px;
        font-weight: 400;
    }

    .nav-accordion .nav-item {
        font-size: 8px;
    }

    .nav-accordion span[class*=la-] {
        font-size: 8px !important;
        margin-right: 5px;
    }

    .input-group-append .btn {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .right-0 {
        right: 0;
    }

    .pr-2 {
        padding-right: 10px;
    }

    .action-button {
        margin-bottom: 2.5px;
    }

    .form-group-buttons {
        display: flex;
        gap: 5px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .form-group-buttons>div {
        width: auto;
        flex: 0;
    }


    .form-group-reverse {
        justify-content: flex-end;
    }

    .form-group-reverse>div {
        order: 1;
    }

    .form-group-reverse>div+div {
        order: 0;
    }

    .form-group>.col-8 .valid,
    .form-group>.col-8 .rz-dropdown {
        width: 100%;
    }

    .form-check-label {
        margin-top: 0;
    }

    .btn .oi {
        font-size: 8px;
    }

    .btn-add {
        border: 1px solid var(--theme-color);
    }

    .blazored-modal .form-group-buttons {
        margin-bottom: 0;
    }

    .blazored-modal .bm-header {
        padding-bottom: 5px;
    }

    .date__tofrom>div {
        margin-bottom: 2.5px;
    }

    .date__tofrom>div:last-child {
        margin-bottom: 0;
    }

    .date__ranges {
        width: 50px;
    }

    .date__wrapper {
        flex: 1;
    }

    .date__total {
        width: 50px;
    }

    div.rz-tabview-panel {
        padding: 0;
        margin-top: 5px;
    }

    div.rz-tabview-panel .container {
        margin-left: 0;
    }

    .nav [class*=la-] {
        font-size: 11px;
        margin-right: 5px;
    }

    .nav .nav-item {
        padding-bottom: 0;
    }

    .nav .nav-item a {
        min-height: 10px;
        height: auto;
        padding-left: 5px;
    }

    .column-settings button {
        padding: 0;
        margin: 0;
        background-color: transparent;
        border: none;
        color: var(--theme-color);
        font-size: 10px;
        cursor: pointer;
    }

    .column-settings .rz-button-box {
        font-size: 12px;
    }

    .la-2x {
        font-size: 10px;
    }

    .duty-roster__add,
    .duty-roster__remove {
        background-color: transparent;
        border: none;
        padding: 0;
        font-size: 12px;
    }

    .duty-roster__add {
        color: var(--theme-green);
    }

    .duty-roster__remove {
        color: var(--theme-red);
    }

    .m-4.rz-data-grid {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .input-wrapper {
        max-width: 120px;
    }

    .edit-button {
        padding: 0;
        border: 0;
        font-size: 10px;
        border-radius: 5px;
    }

    .gapped {
        row-gap: 10px;
    }

    .approver-section,
    .user-profile-container {
        padding: 10px;
    }

    .approver-section {
        font-size: 9px;
    }

    .approver-section .h5 {
        font-size: 10px;
        gap: 5px;
    }

    .approver-section .h5 i {
        font-size: 12px;
    }

    .approver-section__text {
        margin-bottom: 10px;
        padding-left: 16px;
    }

    .profile-image {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        margin-right: 10px;
    }

    .profile-image__holder {
        padding-right: 10px;
    }

    .profile-details {
        flex-grow: 1;
    }

    .profile-details .h6 {
        font-size: 9px;
    }

    .user-details h6 {
        margin: 2.5px 0;
    }

    .label {
        margin-right: 2.5px;
    }

    .attendance-section h4 {
        font-size: 18px;
    }


    .filter-wrapper {
        box-shadow: 0px 1px 8px rgba(0, 0, 0, 0.08);
        transform: translateY(-5px);
        border-radius: 5px;
    }

    :root {
        --rz-body-font-size: 10px;
        --rz-grid-header-font-size: 7px;
    }

    /* dashboard icons*/
    .dashboard-button span:first-child {
        font-size: 10px;
    }

    .buttonText {
        font-size: 6px !important;
    }

    .buttonCount {
        font-size: 10px !important;
    }

    .coll .setting {
        width: 40px !important;
    }

    .exp .setting {
        width: 160px !important;
    }

    /*personal details*/
    .item-text {
        font-size: 0.5rem;
    }

    /*admin dashboard container*/
    .attendanceWheel {
        max-width: 83vw;
    }

    .admin-dashboard-container .dashboard-container-user {
        max-width: 83vw !important;
        margin: 0;
        padding: 10px 10px;
    }

    .dashboard-container-user {
        max-width: 83vw !important;
    }

    /*radzen tabs*/
    .rz-tabview-nav {
        flex-wrap: wrap;
    }

    .rz-datagrid {
        overflow-x: auto;
    }

    .rz-unselectable-text {
        min-width: 50px;
    }

    /*date component*/
    .col-auto {
        flex: 1;
    }

    .rz-datatable-reflow thead th {
        display: table-cell !important;
    }

    .rz-datatable-scrollable-view {
        overflow-x: auto !important;
        scrollbar-width: thin;
    }
}