/* /Components/Dialogs/UserDialog.razor.rz.scp.css */
/*https://www.bennadel.com/blog/4338-rotating-table-headers-with-css-transform.htm*/

.rotated-th[b-j6acwn0u5c] {
	position: relative;
}

	.rotated-th > span[b-j6acwn0u5c] {
		bottom: 5px;
		left: 50%;
		position: absolute;
		transform: translate(12px, 10px) rotate( -45deg );
		transform-origin: center left;
		white-space: nowrap;
		border-bottom: 1px solid #ccc;
	}

td[b-j6acwn0u5c] {
	/*width: 30px;*/
	text-align: center;
	padding: 7px 0px;
	border: 1px solid #ccc;
	min-height: 40px !important;
	min-width: 40px;
}

th[b-j6acwn0u5c] {
	text-align: end;
	font-weight: normal;
	border-bottom: 1px solid #ccc;
	padding-right: 12px;
	padding-left: 12px;
}

tr:nth-child(even)[b-j6acwn0u5c] {
	background-color: whitesmoke;
}

#perm-client .rotated-th[b-j6acwn0u5c] {
	height: 30px;
}

#perm-buildings .rotated-th[b-j6acwn0u5c] {
	height: 65px;
}
/* /Shared/Loader.razor.rz.scp.css */
.loader-overlay[b-3mttih4jtr] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2000;
}

.rz-progressbar-loader-spinner[b-3mttih4jtr] {
    width: 50px;
    height: 50px;
    border: 4px solid #e0e0e0;
    border-top: 4px solid var(--rz-primary, #3f51b5);
    border-radius: 50%;
    animation: radzen-spin-b-3mttih4jtr 0.9s cubic-bezier(0.4, 0, 0.2, 1) infinite;
}

@keyframes radzen-spin-b-3mttih4jtr {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.heading-background[b-u0i3nqhylk] {
    height: 5rem;
}

.btn-overrides[b-u0i3nqhylk] {
    text-transform: none !important;
    box-shadow: none !important;
}

.collapse[b-u0i3nqhylk] {
    display: none;
}

.collapse.show[b-u0i3nqhylk] {
    display: block;
}
