.toggle-link {
	display: inline-block;
	color: #a2a2a3;
	text-decoration: none;
	cursor: pointer;
	border-bottom: 1px dashed #3088ff;
}

.toggle-link:hover {
	color: #777;
}

.dropdown-content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	border-radius: 5px;
	margin-top: 10px;
}

.table {
	border-collapse: collapse;
	width: 100%;
	font-size: 14px;
	color: #9e9e9e;
	margin-top:10px;
}

.table td {
	border: 0.5px solid #2d2d2d;
	padding: 4px;
	text-align: left;
}

#toggle-block {
	display: none;
}

#toggle-block:checked ~ .dropdown-content {
	max-height: 500px;
}

.volumetric-btn-2 {
	padding: 15px 20px;
	border-radius: 10px;
	background: linear-gradient(#18181e, #2e303d);
	color: #d9d9d9;
	text-align: left;
	cursor: pointer;
	transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
	position: relative;
}
.volumetric-btn-2 h5 {
	margin: 0 0 2px 0;
	font-size: 14px;
	font-weight: 200;
	font-family: 'Roboto', sans-serif;
	text-shadow: 1px 1px 2px rgb(159 159 159 / 50%);
}
.volumetric-btn-2 p {
	margin: 0;
	font-weight:200;
}

.label_dw {
	width: 160px;
	margin-left: 5px;
	text-align: left;
	cursor: pointer;
	text-decoration: none;
	background: #222023;
	margin-top: -1px;
	padding: 12px 5px 12px 17px;
	border-radius: 5px;
	color: #bababa;
	font-size: 14px;
	border: 1px solid #373737;
}
.label_txt {
	padding-left: 30px;
}
.label_dw label {
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.label_dw:hover {
	background:#292929;
}

.metric-block {
	display: flex;
	flex-direction: column;
}

.metric-header {
	margin-bottom: 0px;
	color: #7f7f7f;
	font-size: 14px;
	margin-right:20px;
}

.metric-content {
	display: flex;
	align-items: center;
}
.panel-content {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

.metrics-line {
	display: flex;
	align-items: stretch;
	gap: 7px;
	margin-top: auto;
}
.input-prefix input[type="text"], input[type=number] {
	width: 100%;
	padding: 0 10px;
	height: 32px;
	border-radius: 3px;
	-webkit-box-shadow: inset 0 1px 4px rgb(0 0 0 / 30%), 0 1px rgb(255 255 255 / 6%);
	border: 1px solid #04090e;
	background-color: #222222;
	color: #acb2b8;
}
.plus-minus {
	background: linear-gradient(rgb(56, 56, 56), rgb(23, 23, 29));
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	position: relative;
	border: 1px solid #252323;
	color: #ccc;
	height: 2.4em;
	padding: 0 1.0em;
	border-radius: 0.3em;
}

.stats-badge {
	display: inline-block;
	background: linear-gradient(45deg, #b9976b, #b08c1f);
	color: #000;
	padding: 2px 20px;
	margin: 0px 10px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	animation: glow 2s infinite alternate;
}

.search-process {
	display: flex;
	flex-direction: column;
	align-items: center;
	border-radius: 10px;
	gap: 20px;
}

.search-icon {
	font-size: 28px;
	animation: icon-pulse 2s infinite ease-in-out;
}

.search-bars {
	display: flex;
	align-items: flex-end;
	gap: 3px;
	height: 30px;
}

.bar {
	width: 6px;
	background: #ffbb11;
	border-radius: 2px;
	animation: search-wave 5.2s infinite ease-in-out;
}

.bar:nth-child(1) { animation-delay: 0s; height: 6px; }
.bar:nth-child(2) { animation-delay: 0.15s; height: 12px; }
.bar:nth-child(3) { animation-delay: 0.3s; height: 18px; }
.bar:nth-child(4) { animation-delay: 0.45s; height: 12px; }
.bar:nth-child(5) { animation-delay: 0.6s; height: 8px; }
.bar:nth-child(6) { animation-delay: 0.5s; height: 12px; }
.bar:nth-child(7) { animation-delay: 0.6s; height: 8px; }

@keyframes icon-pulse {
	0%, 100% { transform: scale(1); opacity: 1; }
	50% { transform: scale(1.05); opacity: 0.8; }
}

@keyframes search-wave {
	0%, 100% { 
		transform: scaleY(0.8);
		opacity: 0.6;
	}
	50% { 
		transform: scaleY(1.4);
		opacity: 1;
	}
}

.label_dw {
	cursor: pointer;
	padding: 10px;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.label_dw:hover {
	background-color: #282829;
	border: 1px solid #282829;
}

.grayscale {
	1filter: grayscale(100%);
	position:absolute;
	transition: filter 0.3s ease;
}

.label_dw:hover .grayscale,
.label_dw.selected .grayscale {
	filter: grayscale(0%);
}

.section-title {
	font-size: 30px;
	font-weight: bold;
	line-height: 80px;
	margin: 0;
	display: inline-block;
	white-space: nowrap;
	max-width: 100%;
	background: linear-gradient(202deg, #d235ff 0%, #a062ff 30%, #3088ff 66%, #61d8ff 100%);
	-webkit-background-clip: text;
	background-clip: text;
	color: transparent;
}

.pulse {
	color:#FFF;
	1animation: radial-pulse 1s infinite;
	background-color: #57a957;
	border-color: #57a957;
	padding: 5px 15px;
	font-size: 18px;
}

.box_w {
	z-index: 2147483647;
	width: 600px;
	1height: 352px;
	margin-left: -320px;
	margin-top: -200px;
	background-color: #f5f5f5;
	position: fixed;
	margin-right: 0px;
	margin-bottom: 0px;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.05);
	color: #000000;
	font-size: 11px;
	padding: 40px 40px 40px 40px;
}

@keyframes radial-pulse {
	0% {
		box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.5);
	}
	
	100% {
		box-shadow: 0 0 0 40px rgba(0, 0, 0, 0);
	}
}
.submit_b {
	background-color: #57a957;
	cursor: pointer;
	color: #FFFFFF;
	border: 0px;
	padding:12px 25px;
}
input[type=text]:focus {
	color: white;
	background: rgba(0, 0, 0, 0.1);
	outline: 0;
}
.instruction-list {
	display: grid;
	grid-template-columns: auto 1fr;
	gap: 0 10px;
	align-items: start;
	margin: 10px 0px;
}

.instruction-list .number {
	grid-column: 1;
}

.instruction-list .text {
	grid-column: 2;
}

.status-inactive {
	display: none;
	margin-top:20px;
	background: rgba(58, 255, 151, 0.12);
	color: #4fffab;
}
.status-badge {
	font-size: 1em;
	padding: 4px 10px;
	border-radius: 8px;
}

.status-active {
	font-size: 1em;
	color: #ffd705;
}

.arrow-right {
    content: '';
    display: inline-block;
    1vertical-align: top;
    width: 12px;
    height: 17px;
    background: url(data:image/svg+xml,%3Csvg%20width%3D%2219px%22%20height%3D%2224px%22%20viewBox%3D%220%200%2019%2027%22%20version%3D%221.1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22none%22%20stroke-linecap%3D%22round%22%20stroke-width%3D%221.5%22%20d%3D%22M4.2%2019.7%209.2%2015.2%204.2%2010.7%22%20stroke%3D%22%2368BEFF%22%3E%3C%2Fpath%3E%3C%2Fsvg%3E);
}
.spinner {
	display: none;
	height: 50px;
	width: 50px;
	border-left: 3px solid #775fa8;
	border-bottom: 3px solid #5f6ea8;
	border-right: 3px solid #5f6ea8;
	border-top: 3px solid transparent;
	border-radius: 50%;
	animation: spinner 1s linear infinite;
	margin-left:47%;
	margin-top:20px;
	margin-bottom:60px;
}

.info_result {
	border: 1px solid rgb(55 51 47 / 30%);
	padding:5px 10px 10px;
	color:#666;
	border-radius: 8px;
	font-size: 12px;
}
.benchmark {
	display: inline-block;
	background-image: linear-gradient(90deg, #38ef7d, #11998e);
	-webkit-background-clip: text;
	font-size: 4em;
	line-height: 120%;
	-webkit-text-fill-color: transparent;
}
.block_t {
	margin-bottom:1px;
	color: #919191;
	font-size: 14px;
}
.block_tm {
	color: #dddddd;
	width:150px;
}

input[type="radio"] {
	display: none;
}

input[type="radio"] + label {
	display: inline-block;
	padding: 2px 15px;
	width:80px;
	text-align:center;
	margin: 2px;
	border: 0.5px solid #143731;
	border-radius: 4px;
	background:#1b1c20;
	cursor: pointer;
	transition: all 0.2s;
}

input[type="radio"]:checked + label {
	border-color: #4CAF50;
	background: #4CAF50;
	color: white;
}

input[type="radio"] + label:hover {
	background:#142523;
}
.qwe {
	padding: 10px;
	height: 32px;
	border-radius: 3px;
	color: #acb2b8;
	margin-bottom: 2px;
}
.status-badge {
	font-size: 0.75em;
	padding: 10px;
	border-radius: 8px;
}
.status-inactive {
	display: none;
	margin-top:20px;
	background: rgba(58, 255, 151, 0.12);
	color: #4fffab;
}