/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 13 2026 | 11:04:36 */
.drilldown-wrapper {
	display: flex;
	position: fixed;
	flex-direction: column;
	background: #FFF;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, 0.15);
	width: 100vw;
	top: 0;
	left: 0;
	padding: 31px 29px 41px 30px;
/* 	min-height: 553px; */
	max-height: 85vh;
	overflow: auto;
	gap: 31px;
	top: 84px;
	transform: translateX(-100%);
	transition: all 400ms ease;
	z-index: 999;
}

.drilldown-container {
	display: flex;
	flex-direction: column;
	gap: 9px;
}

.drilldown-wrapper.active {
	transform: translateX(0%);
	opacity: 1 !important;
}

.drilldown-content {
	display: flex;
	gap: 18px;
	align-items: center;
	justify-content: flex-start;
}

.drilldown-button {
	color: #1E3C3B;
	leading-trim: both;
	text-edge: cap;
	font-family: Poppins;
	font-size: 14px;
	font-style: normal;
	width: fit-content;
	font-weight: 500;
	line-height: normal;
	display: flex;
	background: #FFF;
	padding: 8px 10px;
	align-items: center;
	gap: 8px;
}

.drilldown-icon {
	width: 34.844px;
	height: 34.844px;
	aspect-ratio: 1/1;
}

.drilldown-item {
	background: #EDF1F1;
	padding: 31px 15px 17px 22px;
	display: flex;
	gap: 28px;
	flex-direction: column;
}

.drilldown-header {
	display: flex;
	align-items: center;
	gap: 12px;
	justify-content: flex-start;
}

.drilldown-header-title {
	color: #0C4E4C;
	leading-trim: both;
	text-edge: cap;
	font-family: Poppins;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 20.8px */
	text-transform: uppercase;
}

.drilldown-title {
	color: #1C1B1F;
	leading-trim: both;
	text-edge: cap;
	margin: 0 !important;
	font-family: Poppins;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 130%; /* 22.1px */
}

.awb-menu.collapse-enabled.mobile-size-full-absolute.expanded .awb-menu__main-ul {
	z-index: 5 !important;
}

@media(min-width: 1024px) {
	.drilldown-wrapper {
		display: none;
	}
}

