/* /Components/Dashboard/AdminRegionManagerDash.razor.rz.scp.css */
#map-chart[b-haxk8kbjhf] {
    display: none;
}

#map[b-haxk8kbjhf] {
    height: calc(100vh - 280px);
    width: 100%;
}

#legend[b-haxk8kbjhf] {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 3px solid #000;
    top: 0;
    height: 25vh;
}
/* /Components/Dashboard/MerchantDash.razor.rz.scp.css */
#map-chart[b-ahgivpfxiv] {
    display: none;
}

#map[b-ahgivpfxiv] {
    height: calc(100vh - 340px);
    width: 100%;
}

#legend[b-ahgivpfxiv] {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 10px;
    margin: 10px;
    border: 3px solid #000;
    top: 0;
    height: 25vh;
}
/* /Components/Deal/DealPreview.razor.rz.scp.css */
/* Phone frame for deal preview */
.phone-frame[b-47ooey3vtw] {
	width: 320px;
	margin: 0 auto;
	background: #1a1a1a;
	border-radius: 40px;
	padding: 12px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3), inset 0 0 0 2px #333;
}

.phone-notch[b-47ooey3vtw] {
	width: 100px;
	height: 6px;
	background: #333;
	border-radius: 3px;
	margin: 4px auto 8px;
}

.phone-screen[b-47ooey3vtw] {
	background: #fff;
	border-radius: 28px;
	overflow: hidden;
	max-height: 560px;
	overflow-y: auto;
}

.phone-screen[b-47ooey3vtw]::-webkit-scrollbar {
	display: none;
}

.phone-home-bar[b-47ooey3vtw] {
	width: 100px;
	height: 4px;
	background: #666;
	border-radius: 2px;
	margin: 8px auto 4px;
}

/* Deal card styles */
.deal-banner[b-47ooey3vtw] {
	background: #53B300;
	color: #fff;
	text-align: center;
	padding: 8px 12px;
	font-size: 13px;
	font-weight: 600;
}

.deal-card-body[b-47ooey3vtw] {
	padding: 0;
}

.deal-image-container[b-47ooey3vtw] {
	width: 100%;
	max-height: 180px;
	overflow: hidden;
}

.deal-image[b-47ooey3vtw] {
	width: 100%;
	height: auto;
	display: block;
	object-fit: cover;
}

.deal-content[b-47ooey3vtw] {
	padding: 12px 16px;
}

.deal-title[b-47ooey3vtw] {
	font-size: 15px;
	font-weight: 700;
	color: #222 !important;
	margin: 0 0 6px;
	line-height: 1.3;
}

.deal-description[b-47ooey3vtw] {
	font-size: 12px;
	color: #444;
	margin: 0 0 6px;
	line-height: 1.4;
}

.deal-category[b-47ooey3vtw] {
	font-size: 11px;
	color: #888;
	margin: 0 0 10px;
}

.deal-expiry-row[b-47ooey3vtw] {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 6px 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	margin-bottom: 10px;
}

.deal-expiry-label[b-47ooey3vtw] {
	font-size: 12px;
	color: #666;
}

.deal-expiry-value[b-47ooey3vtw] {
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	background: #53B300;
	padding: 2px 10px;
	border-radius: 4px;
}

.deal-divider[b-47ooey3vtw] {
	margin: 8px 0;
	color: #ddd !important;
}

.deal-info-section[b-47ooey3vtw] {
	margin-bottom: 10px;
}

.deal-info-header[b-47ooey3vtw] {
	font-size: 11px;
	font-weight: 700;
	color: #888;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 2px;
}

.deal-info-text[b-47ooey3vtw] {
	font-size: 12px;
	color: #444;
	text-align: center;
}

.deal-contact-row[b-47ooey3vtw] {
	display: flex;
	justify-content: space-around;
	margin: 10px 0;
	gap: 8px;
}

.deal-contact-item[b-47ooey3vtw] {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 11px;
	color: #555;
	background: #f5f5f5;
	padding: 4px 8px;
	border-radius: 14px;
}

.deal-contact-icon[b-47ooey3vtw] {
	font-size: 12px;
}

.deal-contact-text[b-47ooey3vtw] {
	font-size: 10px;
	max-width: 100px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.deal-hours[b-47ooey3vtw] {
	margin-top: 8px;
	padding-top: 8px;
	border-top: 1px solid #eee;
}

.deal-hours-grid[b-47ooey3vtw] {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 2px;
	text-align: center;
	font-size: 11px;
}

.deal-hours-day[b-47ooey3vtw] {
	color: #222;
}

.deal-hours-time[b-47ooey3vtw] {
	color: #888;
	font-size: 10px;
}
/* /Layouts/MainLayout.razor.rz.scp.css */
.page[b-7b1hv9xjo4] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-7b1hv9xjo4] {
    flex: 1;
}

.sidebar[b-7b1hv9xjo4] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7b1hv9xjo4] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7b1hv9xjo4]  a, .top-row[b-7b1hv9xjo4]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-7b1hv9xjo4]  a:hover, .top-row[b-7b1hv9xjo4]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-7b1hv9xjo4]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-7b1hv9xjo4] {
        justify-content: space-between;
    }

    .top-row[b-7b1hv9xjo4]  a, .top-row[b-7b1hv9xjo4]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7b1hv9xjo4] {
        flex-direction: row;
    }

    .sidebar[b-7b1hv9xjo4] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7b1hv9xjo4] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-7b1hv9xjo4]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-7b1hv9xjo4], article[b-7b1hv9xjo4] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-7b1hv9xjo4] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-7b1hv9xjo4] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
