@import '_content/Blazor.Theme/Blazor.Theme.c5fhpkqlkb.bundle.scp.css';

/* /Popups/WaiterCallPopup.razor.rz.scp.css */
.alertpopup-container[b-qq2vj24pgm] {
	display: flex;
	position: absolute;
	width: 100vw;
	height: 100vh;
	background: #0000008c;
	z-index: 9999;
	align-content: center;
	justify-content: center;
	align-items: center;
}

.notif-body[b-qq2vj24pgm] {
	height: 350px;
	width: 600px;
	background: white;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
}

.title[b-qq2vj24pgm] {
	background: var(--bs-body-color);
	color: white;
	width: 100%;
	height: 2rem;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
}
.btn-container[b-qq2vj24pgm] {
	height: 250px;
	padding: 10px;
	display: flex;
	flex-wrap: nowrap;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	width: 100%;
	gap: 10px;
}
.button-4[b-qq2vj24pgm] {
	height: 100%;
}
.button-1[b-qq2vj24pgm] {
	width: 97%;
	margin: 10px;
}
.notif-body-waiter[b-qq2vj24pgm] {
	height: 400px;
	width: 800px;
	background: white;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
}
.btn-container-waiter[b-qq2vj24pgm] {
	height: 70%;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	align-content: space-between;
	gap: 10px;
	padding:10px;
}
.user-btn[b-qq2vj24pgm] {
	height: 107px !important;
	min-width: 110px !important;
}
/* /Shared/MainLayout.razor.rz.scp.css */


:root[b-vpnnn2je0a] {
    /* Light theme */
    --background: linear-gradient(0deg, #EEEEEE, #EEEEEE), linear-gradient(0deg, rgba(0, 0, 0, 0.02), rgba(0, 0, 0, 0.02));
    --background-2: #F2F2F2;
    --font-color: #27292F;
    --font-color-2: #C8C8C8;
    --highlight: #F78359;
    --highlight-2: #95a6a6;
    --link: #0366d6;
    --TopRow: #F9F9F9;
}

.dark[b-vpnnn2je0a] {
    /* dark theme */
    --background: #3C4457;
    --background-2: #424D63;
    --font-color: #F9F9F9;
    --font-color-2: #C5CAD1;
    --highlight: #EEBC67;
    --highlight-2: #444444;
    --link: #3ca4ff;
    --TopRow: linear-gradient(0deg, #3C4457, #3C4457), linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
}



article[b-vpnnn2je0a] {
    min-height: 90vh;
    width: 100%;
    height: 93vh;
    max-height: 93vh;
}

main[b-vpnnn2je0a] {
    display: flex;
    flex-flow: column;
    height: 100vh;
}




.top-row[b-vpnnn2je0a]  a, .top-row[b-vpnnn2je0a]  .btn-link {
    white-space: nowrap;
    margin-left: 0.5rem;
    text-decoration: none;
}

    .top-row[b-vpnnn2je0a]  a:hover, .top-row[b-vpnnn2je0a]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-vpnnn2je0a]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }
