/* /Base/Layout/MainLayout.razor.rz.scp.css */
.page[b-l088p6n7b6] {
    position: absolute;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}

main[b-l088p6n7b6] {
    flex: 1;
}

.top-row[b-l088p6n7b6] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-l088p6n7b6]  a, .top-row[b-l088p6n7b6]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-l088p6n7b6]  a:hover, .top-row[b-l088p6n7b6]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-l088p6n7b6]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-l088p6n7b6] {
        justify-content: space-between;
    }

    .top-row[b-l088p6n7b6]  a, .top-row[b-l088p6n7b6]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-l088p6n7b6] {
        flex-direction: row;
    }

    main[b-l088p6n7b6] {
        margin-left: 250px;
        width: calc(100% - 250px);
        transition: margin-left 0.5s, width 0.5s;
    }

    .sidebar-collapsed main[b-l088p6n7b6] {
        margin-left: 0;
        width: 100%;
    }

    .no-sidebar main[b-l088p6n7b6] {
        margin-left: 0;
        width: 100%;
    }

    .sidebar[b-l088p6n7b6] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        margin: 0px;
    }

    .top-row[b-l088p6n7b6] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-l088p6n7b6]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-l088p6n7b6], article[b-l088p6n7b6] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

@media (min-width: 641px) {
    .page[b-l088p6n7b6] {
        position: relative
    }
}


/* /Base/Layout/NavMenu.razor.rz.scp.css */


.navbar-toggler[b-9zp4uj5c3r] {
    appearance: none;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0.75rem;
    right: 1.75rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("menu.svg");
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.5
}

    .navbar-toggler:checked[b-9zp4uj5c3r] {
        background-color: rgba(255, 255, 255, 0.5);
    }

.top-row[b-9zp4uj5c3r] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    
}

.navbar-brand[b-9zp4uj5c3r] {
    font-size: 1.1rem;
}

.bi[b-9zp4uj5c3r] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}


[b-9zp4uj5c3r] .rz-navigation-item-wrapper {
    background-color: #2d2d3d !important;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out;
}

[b-9zp4uj5c3r] .rz-navigation-item-link:hover {
    background-color: rgba(255, 255, 255, 0.15) !important;
}

[b-9zp4uj5c3r] .sub-nav-item {
    font-size: 0.9rem;
    /*font-weight: bold;*/
    color: rgb(120, 180, 255);
    white-space: nowrap;
    padding: 2rem 0rem 0.0rem 1.8rem;
    font-size: 12px;
}

    [b-9zp4uj5c3r] .sub-nav-item-expandable {
        background-color: #2d2d3d !important;
        padding: 0.8rem 0 0 12px !important;
    }

[b-9zp4uj5c3r] .profile-nav-item {
    scrollbar-gutter: stable;
    font-size: 0.9rem;
    /*font-weight: bold;*/
    color: #ffffff !important;
    white-space: nowrap;
    padding: 2rem 0rem 0.0rem 1.8rem;
    font-size: 16px;
}
    [b-9zp4uj5c3r] .profile-nav-item-expandable {
        background-color: #2d2d3d !important;
        padding: 0.8rem 0 0 12px !important;
    }

[b-9zp4uj5c3r] .nav-item-expandable {
    color: #ffffff !important;
    padding-left: 8px !important;
}

[b-9zp4uj5c3r] .nav-item {
    color: #ffffff !important;
    font-size: 0.9rem;
    padding-bottom: 0rem;
    padding: 0px;
}
/*
    .nav-item:first-of-type {
        padding-top: 0.5rem;
    }
*/
    .nav-item:last-of-type[b-9zp4uj5c3r] {
        padding-bottom: 0.5rem;
    }

    .nav-item[b-9zp4uj5c3r]  .nav-link {
        color: #ffffff;
        background: none;
        border: none;
        border-radius: 4px;
        height: 2rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
        white-space: nowrap;
        gap: 8px;
    }

    .nav-item[b-9zp4uj5c3r]  a.active {
        background-color: rgba(255,255,255,0.33);
        color: white;
    }

    .nav-item[b-9zp4uj5c3r]  .nav-link:hover {
        background-color: rgba(255,255,255,0.15);
        color: white;

    }


.nav-scrollable[b-9zp4uj5c3r] {
    display: none;
    z-index: 1001;
}

.navbar-toggler:checked ~ .nav-scrollable[b-9zp4uj5c3r] {
    display: block;
}

#sidebar[b-9zp4uj5c3r] {
    background-color: rgb(45, 45, 61);
    height: 100%;
    overflow: hidden;
    width: 100vw;
    z-index: 4;
}

#toggleNavArrow[b-9zp4uj5c3r] {
    display: none;
}

[b-9zp4uj5c3r] .rz-navigation-item-icon-children {
    transition: transform 0.3s ease-in-out;
}

[b-9zp4uj5c3r] .rz-navigation-item.rz-state-expanded .rz-navigation-item-icon-children {
    transform: rotate(180deg);
}

/* MEDIA QUERY */

    @media (min-width: 641px) {



        #sidebar[b-9zp4uj5c3r] {
            position: fixed;
            top: 0;
            left: 0;
            height: 100vh;
            background-color: rgb(45, 45, 61);
            overflow: hidden;
            transition: width 0.5s;
            width: 250px;
            z-index: 1000;
            display: flex;
            flex-direction: column;
        }


        .sidebar-open[b-9zp4uj5c3r] {
            width: 250px !important;
        }

        .sidebar-closed[b-9zp4uj5c3r] {
            width: 0 !important;
        }


        .navbar-toggler[b-9zp4uj5c3r] {
            display: none;
            appearance: none;
            cursor: pointer;
            width: 2.5rem;
            height: 2.5rem;
            position: absolute;
            right: 0rem;
            top: 50%;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: url("arrow_left.svg");
            background-repeat: no-repeat;
            background-size: contain;
        }

        #toggleNavArrow[b-9zp4uj5c3r] {
            display: block;
            cursor: pointer;
            width: 16px;
            height: 16px;
            position: fixed;
            left: 215px;
            top: 22px;
            border: none;
            background: url("arrow_left.svg") center/contain no-repeat;
            transition: left 0.3s ease;
            opacity: 0.7;
            z-index: 1002;
        }

            #toggleNavArrow:hover[b-9zp4uj5c3r] {
                opacity: 1;
            }

            #toggleNavArrow.toggled[b-9zp4uj5c3r] {
                left: 8px;
                top: 22px;
                background-image: url("arrow_right.svg");
            }


        .nav-scrollable[b-9zp4uj5c3r] {
            /* Never collapse the sidebar for wide screens */
            display: block;
            /* Take remaining space after header and profile menu */
            flex: 1;
            overflow-y: auto;
            margin-bottom: 50px;
            min-height: 0;
        }

        .quick-functions-container[b-9zp4uj5c3r] {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 1rem 0 0 0;
        }

            .quick-functions-container .rz-button[b-9zp4uj5c3r] {
                transition: background-color 0.3s ease;
            }

                .quick-functions-container .rz-button:hover[b-9zp4uj5c3r] {
                    background-color: #2a2a3a !important;
                }

        .custom-profile-menu-container[b-9zp4uj5c3r] {
            position: relative;
        }

        .custom-profile-menu[b-9zp4uj5c3r] {
            position: relative;
            z-index: 1050;
            background-color: #2d2d3d;
            border-radius: 4px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
            padding: 0.5rem 0;
        }

        .custom-profile-menu-spacer[b-9zp4uj5c3r] {
            height: 16px; 
            pointer-events: none;
            user-select: none;
            visibility: hidden;
        }
    }
/* /Features/CRM/Invoices/Components/InvoicePreview.razor.rz.scp.css */
.no-page-break[b-oeqd7ib9uf] {
	page-break-inside: avoid;
}

.page-break-before[b-oeqd7ib9uf] {
	page-break-before: always;
}

.page-break-after[b-oeqd7ib9uf] {
	page-break-after: always;
}

table[b-oeqd7ib9uf] {
	/* Adjust font size for table content */
	font-size: 0.9rem;
	letter-spacing: 0.01px;
}

th[b-oeqd7ib9uf] {
	/* Slightly lighter shade for the header background */
	background-color: #f8f9fa;
}

td[b-oeqd7ib9uf] {
	margin: 0 !important;
	padding: 5px;
}

/* prevent bootstrap from interfering with the borders */
tbody[b-oeqd7ib9uf], td[b-oeqd7ib9uf], tfoot[b-oeqd7ib9uf], th[b-oeqd7ib9uf], thead[b-oeqd7ib9uf], tr[b-oeqd7ib9uf] {
	border-style: none;
}

/* used for pdf hotfix */
.border-top[b-oeqd7ib9uf] {
	border-top: 1px solid #dee2e6;
}

.border-bottom[b-oeqd7ib9uf] {
	border-bottom: 1px solid #dee2e6;
}

.border-bottom-gray[b-oeqd7ib9uf] {
	border-color: #dee2e6;
}

.border-bottom-bold[b-oeqd7ib9uf] {
	border-color: black !important;
}

.indented-text[b-oeqd7ib9uf] {
	text-indent: -0.8em;
	padding-left: 1em;
}

.invoice-header[b-oeqd7ib9uf] {
	border-left: 3px solid;
	padding-left: 15px;
	margin-bottom: 30px;
}

#invoicePrint[b-oeqd7ib9uf] {
	font-family: 'Inter', sans-serif;
}

.loading-overlay[b-oeqd7ib9uf] {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 9999;
}

.loaderText[b-oeqd7ib9uf] {
	position: fixed;
	top: 45%;
	left: 51%;
	transform: translate(-45%, -50%);
	font-size: 1.25rem;
	color: black;
	background-color: white;
	padding: 0.5rem 1rem;
	border-radius: 0.5rem;
}

.loader[b-oeqd7ib9uf] {
	position: absolute;
	top: 50%;
	left: 50%;
}
/* /Features/CRM/Tickets/Pages/TicketCreate.razor.rz.scp.css */
   
 
#expandDiv[b-jb5dywfsrq] {
      border-bottom: 2px solid black;
      padding: 10px;
      cursor: pointer;
    }
/* /Features/HRM/Absences/AbsenceOverview.razor.rz.scp.css */
.rz-grid-table td.absence-cell[b-g7ff9piogw] {
    padding: 0;
}

.absence-overview-header-users[b-g7ff9piogw] {
    width: 150px !important;
}

.weekend-day[b-g7ff9piogw] {
    /*noinspection CssUnresolvedCustomProperty*/
    background-color: var(--rz-base) !important;
}

.rounded-cell[b-g7ff9piogw] {
    height: 100%;
    width: 100%;
    padding: 12px 0;
    --border-radius: 8px;
    --margin: 4px;
}

.rounded-all[b-g7ff9piogw] {
    border-radius: var(--border-radius);
    margin: 0 var(--margin);
    width: calc(100% - (var(--margin) * 2));
}

.rounded-left[b-g7ff9piogw] {
    border-radius:  var(--border-radius) 0 0  var(--border-radius);
    margin-left: var(--margin);
    width: calc(100% - var(--margin));
}

.rounded-right[b-g7ff9piogw] {
    border-radius: 0  var(--border-radius) var(--border-radius) 0;
    margin-right: var(--margin);
    width: calc(100% - var(--margin));
}

.rounded-none[b-g7ff9piogw] {
    border-radius: 0;
}
/* /Features/HRM/TimeEntries/Components/Stopwatch.razor.rz.scp.css */
.fab-container[b-0sysgd0cnz] {
	position: absolute;
	top: 4.45rem;
	right: 0.85rem;
	z-index: 1;
	margin: 0;
}  

	@media (min-width: 641px) {  
		.fab-container[b-0sysgd0cnz] {  
			top: 0.65rem;  
			right: 1rem;  
		}  
	}

.fab[b-0sysgd0cnz] {
	background-color: #ff4081;
	color: white;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

/*see app.css for .stopwatch-popup styles (they wouldn't have an effect here, since the popup is rendered outside the component)*/
/* /Features/HRM/WorkTime/Components/ActualHoursByMonth.razor.rz.scp.css */
/*Overview card with most important stats*/
.overview-card[b-lzdwfxc1m6] {
	padding: 1.5rem;
}

.overview-grid[b-lzdwfxc1m6] {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 2rem;
}

.overview-section[b-lzdwfxc1m6] {
	display: flex;
	flex-direction: column;
	gap: 1.5rem;
}

.stat-group[b-lzdwfxc1m6] {
	display: flex;
	flex-direction: column;
	gap: 0.25rem;
}

.stat-label[b-lzdwfxc1m6] {
	color: var(--rz-text-secondary-color);
	text-transform: uppercase;
	letter-spacing: 0.5px;
	font-size: 0.75rem;
}

/*Monthly datagrid with detailed hours*/

.time-overview .month-card[b-lzdwfxc1m6] {
	background-color: var(--rz-base-background-color);
}

.time-overview .day-cell[b-lzdwfxc1m6] {
	position: relative;
	min-height: 45px;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--rz-border-radius);
}

	.time-overview .day-cell.positive[b-lzdwfxc1m6] {
		color: var(--rz-success-dark);
	}

	.time-overview .day-cell.negative[b-lzdwfxc1m6] {
		color: var(--rz-danger);
	}

	.time-overview .day-cell.holiday[b-lzdwfxc1m6] {
		color: var(--rz-primary);
		font-weight: 600;
	}

	.time-overview .day-cell.absence[b-lzdwfxc1m6] {
		color: var(--rz-secondary);
	}

.time-overview .date-badge[b-lzdwfxc1m6] {
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 0.75rem;
	color: var(--rz-text-secondary-color);
}

.time-overview .hours-display[b-lzdwfxc1m6] {
	font-weight: 500;
}

.time-overview .month-total[b-lzdwfxc1m6] {
	font-weight: 500;
	font-size: 1.1rem;
}

	.time-overview .month-total.positive[b-lzdwfxc1m6] {
		color: var(--rz-success-dark);
	}

	.time-overview .month-total.negative[b-lzdwfxc1m6] {
		color: var(--rz-danger);
	}

.time-overview .week-total[b-lzdwfxc1m6] {
	font-weight: 500;
}

	.time-overview .week-total.positive[b-lzdwfxc1m6] {
		color: var(--rz-success-dark);
	}

	.time-overview .week-total.negative[b-lzdwfxc1m6] {
		color: var(--rz-danger);
	}

.week-total-wrapper[b-lzdwfxc1m6] {
	padding-right: 10px;
	text-align: right;
}
/* /Features/HRM/WorkTime/Components/CalendarHoursByMonth.razor.rz.scp.css */
/*Monthly datagrid with detailed hours*/

.month-card[b-h6ps6dokhk] {
	background-color: var(--rz-base-background-color);
}

.day-cell[b-h6ps6dokhk] {
	position: relative;
	min-height: 45px;
	padding: 4px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: var(--rz-border-radius);
}

	.day-cell.positive[b-h6ps6dokhk] {
		color: var(--rz-success-dark);
	}

	.day-cell.negative[b-h6ps6dokhk] {
		color: var(--rz-danger);
	}

	.day-cell.holiday[b-h6ps6dokhk] {
		color: var(--rz-primary);
		font-weight: 600;
	}

	.day-cell.absence[b-h6ps6dokhk] {
		color: var(--rz-secondary);
	}

.date-badge[b-h6ps6dokhk] {
	position: absolute;
	top: 2px;
	left: 2px;
	font-size: 0.75rem;
	color: var(--rz-text-secondary-color);
}

.hours-display[b-h6ps6dokhk] {
	font-weight: 500;
}

.month-total[b-h6ps6dokhk] {
	font-weight: 500;
	font-size: 1.1rem;
}

	.month-total.positive[b-h6ps6dokhk] {
		color: var(--rz-success-dark);
	}

	.month-total.negative[b-h6ps6dokhk] {
		color: var(--rz-danger);
	}

.week-total[b-h6ps6dokhk] {
	font-weight: 500;
}

	.week-total.positive[b-h6ps6dokhk] {
		color: var(--rz-success-dark);
	}

	.week-total.negative[b-h6ps6dokhk] {
		color: var(--rz-danger);
	}

.week-total-wrapper[b-h6ps6dokhk] {
	padding-right: 10px;
	text-align: right;
}
