

.zStat1::after, .zrStat1::after {
    display: inline-block;
    content: "Принято";
    background-color: #198754;
    color: white;
    padding: 2px 7px;
    border-radius: 7px;
}
.zStat2::after {
    display: inline-block;
    content: "Отклонено";
    background-color: crimson;
    color: white;
    padding: 2px 7px;
    border-radius: 7px;
}
.zrStat2::after {
    display: inline-block;
    content: "Возвращено";
    background-color: crimson;
    color: white;
    padding: 2px 7px;
    border-radius: 7px;
}

.requests-public-wrap{
	m ax-width: 1600px;
	margin: 0 auto;
	padding: 0px 16px 0px;
}

.requests-public-head{
	margin-bottom: 18px;
}

.requests-public-title{
	text-align: center;
}

.requests-public-subtitle{
	font-size: 14px;
	color: #6b7280;
}

.requests-table-wrap{
	clear: both;
	background: #fff;
	border: 1px solid #d9dee7;
	border-radius: 14px;
	box-shadow: 0 4px 18px rgba(15, 23, 42, 0.05);
	overflow: hidden;
}

.requests-table{
	width: 100%;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 14px;
	color: #1f2937;
}

.requests-table thead th{
	background: #f3f5f7;
	color: #374151;
	font-weight: 700;
	text-align: left;
	padding: 14px 12px;
	border-bottom: 1px solid #d9dee7;
	vertical-align: middle;
	line-height: 1.3;
}

.requests-table tbody td{
	padding: 12px;
	border-bottom: 1px solid #e8ecf2;
	vertical-align: top;
	line-height: 1.4;
	word-wrap: break-word;
}

.requests-table tbody tr:hover{
	background: #fafbfd;
}

.requests-table tbody tr:last-child td{
	border-bottom: 0;
}

.requests-table .col-callsign{
	font-weight: 700;
	font-size: 15px;
	letter-spacing: 0.3px;
	white-space: nowrap;
}

.requests-table .col-decode{
	color: #374151;
}


.st-neutral{
	background: #f3f4f6;
	color: #4b5563;
	border-color: #e5e7eb;
}

.st-progress{
	background: #fff7ed;
	color: #9a3412;
	border-color: #fdba74;
}

.st-approved{
	background: #ecfdf5;
	color: #166534;
	border-color: #86efac;
}

.st-rejected{
	background: #fef2f2;
	color: #991b1b;
	border-color: #fca5a5;
}

.st-warning{
	background: #fffbeb;
	color: #92400e;
	border-color: #fcd34d;
}

/* Оптимальная ширина колонок для десктопа */
.requests-table th:nth-child(1),
.requests-table td:nth-child(1){ width: 80px; }

.requests-table th:nth-child(2),
.requests-table td:nth-child(2){ width: 50px; }

.requests-table th:nth-child(3),
.requests-table td:nth-child(3){ width: 220px; }

.requests-table th:nth-child(4),
.requests-table td:nth-child(4){ width: 80px; }

.requests-table th:nth-child(5),
.requests-table td:nth-child(5){ width: 240px; }

.requests-table th:nth-child(6),
.requests-table td:nth-child(6),
.requests-table th:nth-child(7),
.requests-table td:nth-child(7),
.requests-table th:nth-child(8),
.requests-table td:nth-child(8),
.requests-table th:nth-child(9),
.requests-table td:nth-child(9){ width: 90px; }

.requests-table th:nth-child(11),
.requests-table td:nth-child(11),
.requests-table th:nth-child(10),
.requests-table td:nth-child(10){ width: 120px; }

.csStat1{
    background-image: url("/images/icons/pobeda/stat1.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;
}
.csStat2{
	background-image: url("/images/icons/pobeda/stat2.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;

}
.csStat3{
	background-image: url("/images/icons/pobeda/stat3.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 24px 24px;

}


/* Планшет */
@media (max-width: 1200px){
	.requests-table{
		font-size: 13px;
	}
	.requests-table thead th,
	.requests-table tbody td{
		padding: 10px 10px;
	}
}

@media (max-width: 767.98px){
	.requests-public-wrap{
		padding-left: 10px;
		padding-right: 10px;
	}

	.requests-public-title{
		font-size: 22px;
	}

	.requests-table-wrap{
		border-radius: 12px;
		border: 0;
		box-shadow: none;
		background: transparent;
	}

	.requests-table,
	.requests-table thead,
	.requests-table tbody,
	.requests-table th,
	.requests-table td,
	.requests-table tr{
		display: block;
		width: 100% !important;
	}

	.requests-table thead{
		display: none;
	}

	.requests-table tbody tr{
		background: #fff;
		border: 1px solid #d9dee7;
		border-radius: 12px;
		margin-bottom: 12px;
		padding: 10px 12px;
		box-shadow: 0 2px 8px rgba(15, 23, 42, 0.04);
	}

	.requests-table tbody tr:not(.rowDetails) td{
		border: 0;
		padding: 8px 0;
		display: flex;
		gap: 12px;
		justify-content: space-between;
		align-items: flex-start;
	}

	.requests-table tbody td::before{
		content: attr(data-label);
		display: block;
		flex: 0 0 42%;
		max-width: 42%;
		font-size: 12px;
		font-weight: 700;
		color: #6b7280;
		line-height: 1.35;
	}

	.requests-table tbody td > *{
		f lex: 1 1 auto;
		t ext-align: right;
	}

	.requests-table tbody td.col-callsign{
		font-size: 16px;
	}

	.requests-table tbody td.col-callsign::before{
		padding-top: 2px;
	}
}


.requests-toolbar{
	float:right;
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-bottom: 14px;
}

.requests-toolbar-right{
	display: flex;
	align-items: center;
	gap: 10px;
}

.requests-filter-label{
	font-size: 14px;
	font-weight: 600;
	color: #374151;
	margin: 0;
}

.requests-filter-select{
	min-width: 180px;
	height: 38px;
	padding: 0 12px;
	border: 1px solid #cfd6e4;
	border-radius: 10px;
	background: #fff;
	font-size: 14px;
	color: #1f2937;
	outline: none;
}

.requests-filter-select:focus{
	border-color: #86b7fe;
	box-shadow: 0 0 0 0.2rem rgba(13,110,253,.15);
}

@media (max-width: 767.98px){
	.requests-toolbar{
		justify-content: stretch;
	}

	.requests-toolbar-right{
		width: 100%;
	}

	.requests-filter-select{
		width: 100%;
		min-width: 0;
	}
}


.requests-footer{
	text-align: center;
	margin: 10px 0px 20px 0px;
	font-size: 14px;
	color: #555;
}

.requests-footer b{
	font-weight: 700;
	color: #000;
}
