.navigation__admin-label {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
	margin-left: 36px;
	white-space: nowrap;
}

.navigation__admin-label:hover {
	color: #fff;
}

.admin-panel {
	min-height: 70vh;
	background-color: #f3f7fa;
}

.admin-panel__hero {
	background-color: #fff;
	padding: 48px 0 0;
}

.admin-panel__main {
	background-color: #f3f7fa;
	padding: 32px 0 80px;
}

.admin-panel__title {
	font-family: 'Saira', sans-serif;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.25;
	color: #2b2d38;
	text-align: center;
	margin: 0 0 40px;
}

.admin-panel__tabs {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 12px 32px;
	padding-bottom: 32px;
}

.admin-panel__tab {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Roboto', sans-serif;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.5;
	color: #4e4e4e;
	text-decoration: none;
	padding: 7px 14px;
	border-radius: 5px;
	min-height: 44px;
}

.admin-panel__tab:hover {
	color: #2b2d38;
}

.admin-panel__tab--active {
	background-color: #4dc6e1;
	color: #fff;
}

.admin-panel__tab--active:hover {
	color: #fff;
}

.admin-panel__periods {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	margin-bottom: 36px;
}

.admin-panel__period {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	color: #4e4e4e;
	text-decoration: none;
	padding: 6px 14px;
	border-radius: 5px;
	border: 1px solid #b4d7eb;
	background-color: #fff;
	min-height: 36px;
}

.admin-panel__period:hover {
	color: #2b2d38;
	border-color: #4dc6e1;
}

.admin-panel__period--active {
	background-color: #4dc6e1;
	border-color: #4dc6e1;
	color: #fff;
}

.admin-panel__period--active:hover {
	color: #fff;
}

.admin-panel__grid {
	display: grid;
	grid-template-columns: minmax(0, 1fr);
	gap: 40px 32px;
}

.admin-panel__heading {
	font-family: 'Saira', sans-serif;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
	color: #2b2d38;
	margin: 0 0 28px;
}

.admin-panel__stat {
	margin-bottom: 32px;
}

.admin-panel__stat:last-child {
	margin-bottom: 0;
}

.admin-panel__stat-label {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 500;
	line-height: 1;
	color: #2b2d38;
	margin-bottom: 12px;
}

.admin-panel__stat-value {
	box-sizing: border-box;
	width: 100%;
	max-width: 158px;
	min-height: 47px;
	padding: 12px 13px;
	background-color: #ebebeb;
	border: 1px solid #b4d7eb;
	border-radius: 7px;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
	font-weight: 500;
	line-height: 1;
	color: #2b2d38;
}

.admin-panel__coming-soon {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #888887;
	margin: 0;
}

/* Operators list */
.admin-operators__toolbar {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	gap: 16px;
	margin-bottom: 20px;
}

.admin-operators__search {
	flex: 1 1 320px;
	max-width: 418px;
}

.admin-operators__label {
	display: block;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 400;
	color: #000;
	margin-bottom: 8px;
}

.admin-operators__input,
.admin-operators__select {
	box-sizing: border-box;
	width: 100%;
	height: 39px;
	padding: 8px 12px;
	border: 1px solid #b4d7eb;
	border-radius: 7px;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #2b2d38;
}

.admin-operators__filters-btn {
	display: inline-flex;
	align-items: center;
	gap: 10px;
	height: 39px;
	padding: 0 18px;
	border: 1px solid #b4d7eb;
	border-radius: 7px;
	background: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 500;
	color: #2b2d38;
	cursor: pointer;
}

.admin-operators__filters-btn svg {
	transition: transform 0.2s ease;
}

.admin-operators__filters-btn--open svg {
	transform: rotate(180deg);
}

.admin-operators__add {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 185px;
	height: 44px;
	margin-left: auto;
	padding: 0 28px;
	border-radius: 43px;
	background: #4dc6e1;
	box-shadow: 0 14px 35px #b4d7eb;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	border: 0;
	cursor: pointer;
}

.admin-operators__add:hover {
	color: #fff;
	background: #3aaee6;
}

.admin-operators__filters {
	display: none;
	margin-bottom: 24px;
	padding: 20px;
	background: #fff;
	border: 1px solid #cbcbcb;
	border-radius: 10px;
}

.admin-operators__filters.is-open {
	display: block;
}

.admin-operators__filters-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
	gap: 16px;
}

.admin-operators__filters-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 18px;
}

.admin-operators__apply {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 22px;
	border: 0;
	border-radius: 43px;
	background: #4dc6e1;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.admin-operators__reset {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	height: 40px;
	padding: 0 22px;
	border: 1px solid #888887;
	border-radius: 43px;
	background: #fff;
	color: #2b2d38;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.admin-operators__table-wrap {
	overflow-x: auto;
	background: #fff;
	border: 1px solid #cbcbcb;
	border-radius: 10px;
}

.admin-operators__table {
	width: 100%;
	border-collapse: collapse;
	min-width: 1100px;
}

.admin-operators__table thead th {
	background: #a1a2a4;
	color: #fff;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	font-weight: 800;
	text-align: left;
	padding: 12px 14px;
	white-space: nowrap;
}

.admin-operators__table tbody td {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #000;
	padding: 22px 14px;
	vertical-align: middle;
	border-top: 1px solid #e8e8e8;
}

.admin-operators__table tbody tr:nth-child(even) {
	background: #f3f3f3;
}

.admin-operators__sort {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	color: #fff;
	text-decoration: none;
}

.admin-operators__sort:hover {
	color: #fff;
}

.admin-operators__sort-icon {
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #fff;
	opacity: 0.85;
}

.admin-operators__email-cell {
	white-space: nowrap;
}

.admin-operators__email-cell a {
	color: #000;
	text-decoration: underline;
	margin-right: 8px;
}

.admin-operators__icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	vertical-align: middle;
}

.admin-operators__manage {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 103px;
	height: 45px;
	padding: 0 14px;
	border: 1px solid #888887;
	border-radius: 39px;
	background: #fff;
	color: #2b2d38;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
}

.admin-operators__manage:hover {
	color: #2b2d38;
	background: #f8f8f8;
}

.admin-operators__check {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	margin: 0;
}

.admin-operators__check input {
	width: 24px;
	height: 24px;
	border: 1.5px solid #2b2d38;
	border-radius: 6px;
	accent-color: #4dc6e1;
	cursor: pointer;
}

.admin-operators__empty {
	text-align: center;
	color: #888887 !important;
}

.admin-operators__bulk {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-end;
	gap: 16px;
	margin-top: 28px;
}

.admin-operators__bulk-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 130px;
	height: 44px;
	padding: 0 22px;
	border: 0;
	border-radius: 43px;
	box-shadow: 0 14px 35px #b4d7eb;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
}

.admin-operators__bulk-btn--activate {
	background: #4dc6e1;
	color: #fff;
}

.admin-operators__bulk-btn--deactivate {
	background: #a1a3a5;
	color: #fff;
}

.admin-operators__bulk-btn--delete {
	background: #ffb9b9;
	color: #000;
	margin-left: 8px;
}

.admin-operators-form {
	max-width: 560px;
	background: #fff;
	border: 1px solid #cbcbcb;
	border-radius: 10px;
	padding: 28px;
}

.admin-operators-form__title {
	font-family: 'Saira', sans-serif;
	font-size: 24px;
	font-weight: 700;
	color: #2b2d38;
	margin: 0 0 8px;
}

.admin-operators-form__hint {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #888887;
	margin: 0 0 24px;
}

.admin-operators-form__field {
	margin-bottom: 16px;
}

.admin-operators-form__field label {
	display: block;
	margin-bottom: 8px;
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #2b2d38;
}

.admin-operators-form__field--check {
	display: flex;
	align-items: center;
	gap: 10px;
}

.admin-operators-form__field--check label {
	margin: 0;
}

.admin-operators-form__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	margin-top: 24px;
}

@media only screen and (min-width: 576px) {
	.admin-panel__grid {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}
}

@media only screen and (min-width: 768px) {
	.admin-panel__title {
		font-size: 35px;
	}

	.admin-panel__tabs {
		gap: 12px 56px;
	}

	.admin-panel__tab {
		font-size: 20px;
	}
}

@media only screen and (min-width: 1280px) {
	.admin-panel__grid {
		grid-template-columns: repeat(4, minmax(0, 1fr));
		gap: 40px 48px;
	}
}
