*, ::after, ::before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  outline: none;
}

body, html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

body {
  position: relative;
  font-size: 15px;
  min-width: 320px;
  font-variant-ligatures: none;
  overflow-x: visible;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

ul, li {
  display: block;
  padding: 0px;
  margin: 0px;
}

textarea {
  resize: none;
}

p {
  font-size: 15px;
}

img {
  border-style: none;
}

button {
  border: 0;
  padding: 0;
  background: transparent;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: none;
}

[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
  appearance: none;
  -moz-appearance: textfield;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button,
input::-webkit-search-results-button,
input::-webkit-search-results-decoration {
  display: none;
}

input[type=text]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=text]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoratio {
  display: none;
}

[hidden] {
  display: none;
}

p, nav {
  margin: 0;
  padding: 0;
}

a, a:hover, a:active, a:focus,
button, input, button:hover, button:active, button:focus,
input:focus, input:active {
  text-decoration: none;
  outline: none;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition-property: all;
  -webkit-transition-duration: 0.5s;
  -webkit-transition-timing-function: ease;
}

input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

input[type=text] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

.errors {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 1rem;
}
.errors h1 {
  font-size: 350%;
}
.errors hr {
  width: 50%;
  opacity: 70%;
}
.errors h3 {
  opacity: 70%;
}

.edit-role {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.edit-role .admin-block__title {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.users-profile .profile {
  display: flex;
  align-items: center;
  gap: 20px;
  background: #212d4c;
  border-radius: 20px;
  padding: 40px;
}
.users-profile .profile svg {
  width: 100px;
  height: 100px;
  fill: #0090F0;
  background: #1B243E;
  padding: 20px;
  border-radius: 100%;
}
.users-profile .tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.users-profile .tabs .tab {
  background: #212d4c;
  border-radius: 10px;
  border: 1px solid #1B243E;
  padding: 10px 20px;
  font-size: 15px;
}
.users-profile .tabs .tab.active {
  background: #0090F0;
}
.users-profile .card {
  background: #212d4c;
  border-radius: 10px;
  border: 1px solid #1B243E;
  padding: 10px 20px;
}

.table {
  width: 100%;
  display: table;
  margin: 0;
  background: #f8f8f8;
  border-radius: 10px;
  overflow: hidden;
}
@media screen and (max-width: 1100px) {
  .table {
    display: block;
  }
}
.table .row {
  display: table-row;
}
.table .row.header {
  background: linear-gradient(145deg, #ffcf1d, rgb(255, 228.6637168142, 131));
}
@media screen and (max-width: 1100px) {
  .table .row {
    display: block;
    border-bottom: 1px solid rgb(235.25, 235.25, 235.25);
    padding-bottom: 18px;
    padding-top: 30px;
    padding-right: 15px;
    margin: 0;
  }
  .table .row.header {
    padding: 0;
    height: 0;
  }
  .table .row.header .cell {
    display: none;
  }
  .table .row .cell:before {
    font-size: 12px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: unset !important;
    margin-bottom: 13px;
    content: attr(data-title);
    min-width: 98px;
    display: block;
  }
  .table .row .flex {
    flex-direction: column;
  }
}
.table .row .cell {
  display: table-cell;
  font-size: 15px;
  line-height: 1.2;
  font-weight: unset !important;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(235.25, 235.25, 235.25);
}
@media screen and (max-width: 1100px) {
  .table .row .cell {
    display: block;
    border: none;
    padding-left: 30px;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    width: 100% !important;
  }
}
.table .row .cell:nth-child(1) {
  padding-left: 40px;
}
@media screen and (max-width: 1100px) {
  .table .row .cell:nth-child(1) {
    padding-left: 30px;
  }
}
.table .row .cell.link {
  width: 150px;
}
.table .row .cell.link a {
  width: 85%;
  display: -webkit-box;
  overflow: hidden;
  white-space: wrap;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.table .row:last-child .cell {
  border-bottom: none;
}
.table .row.header .cell {
  font-size: 18px;
  line-height: 1.2;
  padding-top: 19px;
  padding-bottom: 19px;
}
.table .row:not(.header):hover {
  background-color: rgb(209.75, 209.75, 209.75);
  cursor: pointer;
}
.table .row .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

.table, .row {
  width: 100% !important;
}

@media (max-width: 1100px) {
  .table, .row, .cell {
    width: 100% !important;
  }
}
.cabinet {
  width: 100%;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
}
@media (max-width: 1100px) {
  .cabinet {
    grid-template-columns: 1fr;
  }
}
.cabinet .card {
  margin-bottom: 0;
}
.cabinet h3 {
  margin-bottom: 30px;
}
.cabinet .card {
  margin-bottom: 10px;
}
.cabinet .information .avatar {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 20px;
  margin-block: 30px;
}
.cabinet .information .avatar svg {
  width: 100px;
  height: 100px;
  fill: #ffcf1d;
  background: #ffffff;
  padding: 20px;
  border-radius: 100%;
}
.cabinet .information p {
  margin-bottom: 10px;
}
.cabinet .information span {
  opacity: 0.7;
}
.cabinet .information a:hover {
  color: #ffcf1d;
}
.cabinet .characters ul li {
  margin-block: 15px;
}
.cabinet .btn {
  width: 100%;
  display: block;
  text-align: center;
  margin-block: 15px;
}
.cabinet .statistic-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.cabinet .statistic-header .total-count {
  text-align: right;
}
.cabinet .statistic-header .total-count .count-number {
  display: block;
  font-size: 2.5rem;
  font-weight: 800;
  color: #ffcf1d;
  line-height: 1;
}
.cabinet .statistic-header .total-count .count-label {
  font-size: 0.9rem;
  opacity: 0.8;
}

.statistics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}
@media (max-width: 1024px) {
  .statistics-grid {
    grid-template-columns: 1fr;
    gap: 25px;
  }
}
.statistics-grid .statistic-section h4 {
  margin-bottom: 15px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
}
.statistics-grid .statistic-section .statistic-bars .statistic-item {
  margin-bottom: 15px;
}
.statistics-grid .statistic-section .statistic-bars .statistic-item .statistic-info {
  display: flex;
  justify-content: space-between;
  margin-bottom: 5px;
}
.statistics-grid .statistic-section .statistic-bars .statistic-item .statistic-info .statistic-label {
  font-size: 0.9rem;
}
.statistics-grid .statistic-section .statistic-bars .statistic-item .statistic-info .statistic-value {
  font-weight: 600;
  color: #ffcf1d;
}
.statistics-grid .statistic-section .statistic-bars .statistic-item .statistic-bar-container {
  height: 8px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 5px;
}
.statistics-grid .statistic-section .statistic-bars .statistic-item .statistic-bar-container .statistic-bar {
  height: 100%;
  background: linear-gradient(145deg, #ffcf1d, rgb(255, 228.6637168142, 131));
  border-radius: 4px;
  transition: width 0.5s ease;
}
.statistics-grid .statistic-section .statistic-bars .statistic-item .statistic-percentage {
  font-size: 0.8rem;
  opacity: 0.7;
}
.statistics-grid .statistic-section .statistic-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.statistics-grid .statistic-section .statistic-chips .statistic-chip {
  display: flex;
  align-items: center;
  background: rgba(255, 207, 29, 0.15);
  padding: 8px 15px;
  border-radius: 20px;
  border: 1px solid rgba(255, 207, 29, 0.3);
}
.statistics-grid .statistic-section .statistic-chips .statistic-chip .chip-label {
  font-size: 0.85rem;
  margin-right: 8px;
}
.statistics-grid .statistic-section .statistic-chips .statistic-chip .chip-value {
  font-weight: 600;
  color: #ffcf1d;
  background: rgba(255, 255, 255, 0.5);
  padding: 2px 8px;
  border-radius: 12px;
  font-size: 0.8rem;
}

@media (max-width: 768px) {
  .statistic-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
  }
  .statistic-header .total-count {
    text-align: left;
  }
  .statistic-header .total-count .count-number {
    font-size: 2rem;
  }
}
.route-group-card {
  margin-bottom: 15px;
  transition: all 0.3s ease;
}
.route-group-card.active {
  border: 2px solid #2196F3;
}
.route-group-card .toggle-icon svg {
  transition: 0.3s all;
  transform: rotateZ(-90deg);
}
.route-group-card .toggle-icon.rotated svg {
  transform: rotateZ(0);
}

/* Hide the default checkbox */
.container-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.container-checkbox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 1.5rem;
  user-select: none;
}

/* Create a custom checkbox */
.checkmark {
  --clr: #0B6E4F;
  position: relative;
  top: 0;
  left: 0;
  height: 1.3em;
  width: 1.3em;
  background-color: #ccc;
  border-radius: 25%;
  transition: 300ms;
}

/* When the checkbox is checked, add a blue background */
.container-checkbox input:checked ~ .checkmark {
  background-color: var(--clr);
  border-radius: 0.5rem;
  animation: pulse 500ms ease-in-out;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.container-checkbox input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.container-checkbox .checkmark:after {
  left: 0.5em;
  top: 0.35em;
  width: 0.25em;
  height: 0.5em;
  border: solid #E0E0E2;
  border-width: 0 0.15em 0.15em 0;
  transform: rotate(45deg);
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 rgba(11, 110, 79, 0.5647058824);
    rotate: 20deg;
  }
  50% {
    rotate: -20deg;
  }
  75% {
    box-shadow: 0 0 0 10px rgba(11, 110, 79, 0.3764705882);
  }
  100% {
    box-shadow: 0 0 0 13px rgba(11, 110, 79, 0.1882352941);
    rotate: 0;
  }
}
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}
.switch input:checked + .slider {
  background-color: #ffcf1d;
}
.switch input:checked + .slider::before {
  transform: translateX(26px);
}
.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  transition: 0.4s;
}
.switch .slider::before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
}
.switch .slider.round {
  border-radius: 34px;
}
.switch .slider.round::before {
  border-radius: 50%;
}

@font-face {
  font-family: "TTNorms";
  src: url("../fonts/TTNorms/TTNorms-Regular.otf") format("opentype");
  font-weight: normal;
}
@font-face {
  font-family: "TTNorms";
  src: url("../fonts/TTNorms/TTNorms-ExtraBold.otf") format("opentype");
  font-weight: 800;
}
@font-face {
  font-family: "gothampro";
  src: url("../fonts/gothampro/gothampro.ttf") format("truetype");
  font-weight: normal;
}
@font-face {
  font-family: "gothampro";
  src: url("../fonts/gothampro/gothampro_black.ttf") format("truetype");
  font-weight: bold;
}
*, *:before, *:after {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.pagination-container {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 15px;
  padding: 15px;
  background: #f8f8f8;
  border-radius: 20px;
  max-width: 100%;
  overflow-x: auto;
}
.pagination-container::-webkit-scrollbar {
  width: 8px;
}
.pagination-container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.pagination-container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.pagination-container::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.pagination-container {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .pagination-container {
    padding: 10px;
  }
}

.pagination {
  display: flex;
  list-style: none;
  gap: 8px;
}
.pagination li {
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination a, .pagination span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  height: 40px;
  padding: 0 12px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
  font-weight: normal;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #ffffff;
}
@media (max-width: 768px) {
  .pagination a, .pagination span {
    min-width: 35px;
    height: 35px;
    padding: 0 8px;
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  .pagination a, .pagination span {
    min-width: 30px;
    height: 30px;
    padding: 0 6px;
    font-size: 12px;
  }
}
.pagination a > span {
  border: none;
  background: none;
}
.pagination a:hover {
  background-color: #ffcf1d;
  box-shadow: 0 0 10px 10px rgba(255, 207, 29, 0.1);
}
.pagination .active {
  background: linear-gradient(145deg, #ffcf1d, rgb(255, 228.6637168142, 131));
  font-weight: bold;
}
.pagination .disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.pagination .prev-next {
  font-weight: 800;
}
.pagination .prev-next .prev-next-icon {
  display: contents !important;
}
.pagination .prev-next-icon {
  display: contents;
}

html {
  width: 100vw;
  overflow-x: hidden;
  display: block;
}
html::-webkit-scrollbar {
  width: 8px;
}
html::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
html::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
html::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
html {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1);
}

body {
  width: 100%;
  height: 100dvh;
  max-height: 100dvh;
  overflow: hidden;
  font-family: gothampro, serif;
  background-color: #ffffff;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 20px;
  padding: 10px;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
body::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
body {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1);
}
@media (max-width: 1024px) {
  body {
    grid-template-columns: 250px 1fr;
    gap: 15px;
    padding: 8px;
  }
}
@media (max-width: 768px) {
  body {
    grid-template-columns: 1fr;
    grid-template-rows: auto 1fr;
    gap: 10px;
    padding: 5px;
  }
}

a {
  color: inherit;
  text-decoration: none;
}

svg {
  fill: black;
}

form {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: stretch;
  gap: 20px;
}

.container {
  width: 100%;
  height: 100%;
  overflow-y: auto;
  margin-inline: auto;
  padding-inline: 20px;
}
.container::-webkit-scrollbar {
  width: 8px;
}
.container::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.container::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.container::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.container {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .container {
    padding-inline: 10px;
    height: auto;
  }
}
.container-auth {
  width: 100dvw;
  display: flex;
  justify-content: center;
  align-items: center;
}

.card {
  background: #f8f8f8;
  border-radius: 20px;
  margin-bottom: 10px;
  padding: 20px;
}
.card::-webkit-scrollbar {
  width: 8px;
}
.card::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.card::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.card::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.card {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1);
}
@media (max-width: 768px) {
  .card {
    border-radius: 20px;
    padding: 15px;
  }
}

#loginForm {
  width: 500px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  background: #f8f8f8;
  padding: 65px 50px;
  border-radius: 40px;
}
@media (max-width: 576px) {
  #loginForm {
    width: 100%;
    padding: 40px 20px;
    border-radius: 20px;
  }
}
#loginForm h1 {
  text-align: center;
  margin-bottom: 25px;
}
#loginForm button {
  margin-top: 1rem;
}

button, .submit {
  width: fit-content;
  cursor: pointer;
  background-color: #ffcf1d;
  color: #ffffff;
  outline: none;
  border-radius: 8px;
  border: none;
  padding: 0.75rem 1.25rem;
  transition: 0.3s;
}
button:hover, .submit:hover {
  box-shadow: 0 0 10px 10px rgba(255, 207, 29, 0.1);
}
button.errors, .submit.errors {
  background-color: #fb1904;
}
button.errors:hover, .submit.errors:hover {
  box-shadow: 0 0 10px 10px rgba(251, 25, 4, 0.1);
}

.field {
  width: 100%;
  max-width: 411px;
  display: flex;
  flex-direction: column;
  line-height: 28px;
  position: relative;
}
.field input, .field select {
  max-width: 411px;
  height: 40px;
  line-height: 28px;
  padding: 0 1rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  outline: none;
  background-color: #f8f8f8;
  transition: 0.3s;
}
.field input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.field input:focus, .field input:hover, .field select, .field select:focus {
  outline: none;
  border-color: #ffcf1d;
  background-color: #f8f8f8;
  box-shadow: 0 0 10px 10px rgba(255, 207, 29, 0.1);
}

.form-search {
  display: flex;
  gap: 10px;
  flex-direction: row;
}
@media (max-width: 480px) {
  .form-search {
    flex-direction: column;
  }
}
.form-search button {
  padding: 0 1rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  outline: none;
  background-color: #ffcf1d;
  color: #ffffff;
  transition: 0.3s;
}
@media (max-width: 480px) {
  .form-search button {
    width: 100%;
  }
}
.form-search button:hover {
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}

.search-input {
  width: 100%;
  max-width: 411px;
  display: flex;
  line-height: 28px;
  align-items: center;
  position: relative;
}
.search-input .input {
  width: 100%;
  max-width: 411px;
  height: 40px;
  line-height: 28px;
  padding: 0 1rem 0 2.5rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 8px;
  outline: none;
  background-color: #f8f8f8;
  color: #ffffff;
  transition: 0.3s;
}
.search-input .input::placeholder {
  color: rgba(255, 255, 255, 0.5);
}
.search-input .input:focus, .search-input input:hover {
  outline: none;
  border-color: #ffcf1d;
  background-color: #f8f8f8;
  box-shadow: 0 0 0 4px rgba(0, 0, 0, 0.1);
}
.search-input .icon {
  position: absolute;
  left: 1rem;
  fill: #9e9ea7;
  width: 1rem;
  height: 1rem;
}

header {
  padding-top: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  header {
    flex-direction: column;
    gap: 20px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  header {
    padding-top: 15px;
    margin-bottom: 20px;
  }
}
header nav {
  display: flex;
  gap: 15px;
}
header nav img {
  width: 15px;
  height: 15px;
  opacity: 40%;
  transition: all 0.3s;
}
header nav img:hover {
  opacity: 1;
}
header nav span {
  display: none;
}

.menu {
  display: flex;
  flex-direction: column;
  gap: 5px;
  top: 10px;
  background: #f8f8f8;
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
  z-index: 99;
}
.menu::-webkit-scrollbar {
  width: 8px;
}
.menu::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.menu::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.menu::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.menu {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1);
}
.menu .logo {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-bottom: 20px;
  position: relative;
}
@media (max-width: 480px) {
  .menu .logo {
    flex-direction: column;
    gap: 10px;
  }
}
.menu .logo img {
  width: 100%;
  filter: drop-shadow(0 1px 2px rgba(0, 0, 0, 0.5));
}
.menu .logo span {
  position: absolute;
  right: 5px;
  bottom: 15px;
  text-transform: uppercase;
  font-weight: 900;
  font-size: 1.25rem;
  font-style: italic;
  filter: drop-shadow(0 0px 1px rgba(0, 0, 0, 0.25));
}
@media (max-width: 768px) {
  .menu {
    position: fixed;
    left: -100%;
    top: 0;
    height: 100%;
    width: 280px;
    transition: left 0.3s ease;
    border-radius: 0;
    padding-top: 60px;
  }
  .menu.active {
    left: 0;
  }
}
.menu summary, .menu > a {
  padding-block: 10px;
  padding-inline: 15px;
  border: 1px solid rgba(255, 255, 255, 0);
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
}
.menu summary:hover, .menu > a:hover {
  background-color: #f8f8f8;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.menu summary.active, .menu > a.active {
  background: linear-gradient(145deg, #ffcf1d, rgb(255, 228.6637168142, 131));
}
.menu details {
  position: relative;
  cursor: pointer;
}
.menu details:has(a.active) summary {
  background: linear-gradient(145deg, #ffcf1d, rgb(255, 228.6637168142, 131));
}
.menu details.active summary {
  background: linear-gradient(145deg, #ffcf1d, rgb(255, 228.6637168142, 131));
}
.menu details summary {
  width: 100%;
  position: relative;
  list-style-type: none;
  background-color: transparent;
}
.menu details svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s all ease-in-out;
}
.menu details svg::marker, .menu details svg::-webkit-details-marker {
  content: "";
  display: none;
}
.menu details .links {
  width: 100%;
  padding-block: 15px;
  padding-inline: 20px;
}
.menu details .links::-webkit-scrollbar {
  width: 8px;
}
.menu details .links::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.menu details .links::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.menu details .links::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.menu details .links {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1);
}
.menu details .links .link {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding: 10px 20px;
  margin-top: 10px;
  animation: details 0.3s;
  background: #f8f8f8;
  border-radius: 10px;
}
.menu details .links .link .active {
  font-weight: 900;
}
.menu details[open] summary {
  background: linear-gradient(145deg, #ffcf1d, rgb(255, 228.6637168142, 131));
}
.menu details[open] summary svg {
  transform: translateY(-50%);
}

.mobile-menu-toggle {
  display: none;
  position: fixed;
  top: 20px;
  left: 20px;
  z-index: 1000;
  background: #ffcf1d;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
  }
}

body.open:after {
  content: "";
  width: 100dvw;
  height: 100dvh;
  left: 0;
  top: 0;
  z-index: 90;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.47);
}

@keyframes details {
  from {
    opacity: 0;
    height: 0;
    transform: translateX(-10px);
  }
  to {
    opacity: 70%;
    height: fit-content;
    transform: translateX(0);
  }
}
.list-cards {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.list-cards::-webkit-scrollbar {
  width: 8px;
}
.list-cards::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.list-cards::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.list-cards::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.list-cards {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1);
}
.list-cards .card ul {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 10px;
}
.list-cards .card ul li {
  font-size: 13px;
  background: linear-gradient(145deg, #ffcf1d, rgb(255, 228.6637168142, 131));
  border-radius: 50px;
  padding: 10px 15px;
  display: flex;
  align-items: center;
  gap: 10px;
}
.list-cards .card ul li > * {
  border-radius: 40px;
}

.popup {
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.popup::after {
  content: "";
  width: 100dvw;
  height: 100dvh;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.22);
  z-index: -1;
}
.popup.show {
  display: flex;
}

.blocker {
  z-index: 999999 !important;
}

.modal {
  background: #f8f8f8;
  border-radius: 20px;
  padding: 30px;
}
.modal::-webkit-scrollbar {
  width: 8px;
}
.modal::-webkit-scrollbar-track {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 4px;
}
.modal::-webkit-scrollbar-thumb {
  background: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.modal::-webkit-scrollbar-thumb:hover {
  background: rgba(255, 255, 255, 0.5);
}
.modal {
  scrollbar-width: thin;
  scrollbar-color: rgba(255, 255, 255, 0.3) rgba(255, 255, 255, 0.1);
}
@media (max-width: 576px) {
  .modal {
    width: 95%;
    padding: 20px;
  }
}
.modal h3 {
  margin-bottom: 20px;
  text-align: center;
}
.modal > div, .modal form {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
}

.list {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.list-header {
  width: 100%;
  margin-block: 25px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}
.list summary, .list > a {
  padding-block: 10px;
  padding-inline: 15px;
  border-radius: 10px;
  transition: 0.3s all ease-in-out;
}
.list details {
  position: relative;
  cursor: pointer;
}
.list details summary {
  width: 100%;
  position: relative;
  list-style-type: none;
}
.list details svg {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(-90deg);
  transition: 0.3s all ease-in-out;
}
.list details svg::marker, .list details svg::-webkit-details-marker {
  content: "";
  display: none;
}
.list details[open] svg {
  transform: translateY(-50%);
}
.list details > div {
  margin-inline: 10px;
}

.statistic {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 10px;
}
.statistic > div.card {
  flex: 1;
}

.status {
  border: 1px solid #ffcf1d;
  background-color: rgba(255, 207, 29, 0.2);
  border-radius: 10px;
  padding: 5px 10px;
  white-space: nowrap;
}
.status-check {
  border-color: #ffdd00;
  background-color: rgba(255, 221, 0, 0.2);
}
.status-confirmed {
  border-color: #6fdf6f;
  background-color: rgba(111, 223, 111, 0.2);
}
.status-unconfirmed {
  border-color: #fb1904;
  background-color: rgba(251, 25, 4, 0.2);
}

.btn {
  background: linear-gradient(145deg, #ffcf1d, rgb(255, 228.6637168142, 131));
  border-radius: 10px;
  padding: 10px 15px;
  white-space: nowrap;
}
.btn:hover {
  box-shadow: 0 0 10px 10px rgba(255, 207, 29, 0.5);
}
.btn-warning {
  background: linear-gradient(90deg, #d5c400, #ffea00);
}
.btn-warning:hover {
  box-shadow: 0 0 10px 10px rgba(255, 221, 0, 0.1);
}
.btn-success {
  background: linear-gradient(90deg, #49aa49, #6fdf6f);
}
.btn-success:hover {
  box-shadow: 0 0 10px 10px rgba(111, 223, 111, 0.1);
}
.btn-error {
  background: linear-gradient(90deg, #cf1200, #fb1904);
}
.btn-error:hover {
  box-shadow: 0 0 10px 10px rgba(251, 25, 4, 0.1);
}

.filters {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: flex-end;
  gap: 15px;
  flex-wrap: wrap;
  margin-block: 20px;
}

.tabs {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.tabs .btn {
  width: fit-content;
  background: #f8f8f8;
  color: rgba(0, 0, 0, 0.5);
}
.tabs .btn:hover {
  color: rgb(0, 0, 0);
  box-shadow: none;
}
.tabs .btn.active {
  background: linear-gradient(145deg, #ffcf1d, rgb(255, 228.6637168142, 131));
  color: rgb(0, 0, 0);
}
.tabs .btn.active:hover {
  box-shadow: 0 0 10px 10px rgba(255, 207, 29, 0.5);
}

/*# sourceMappingURL=style.css.map */
