@import url(https://fonts.googleapis.com/css2?family=Montserrat&display=swap);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;

700&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300&display=swap);@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap);@charset "UTF-8";
.text-primary {
  color: #4e73df !important;
}

.text-purple {
  color: #9561e2 !important;
}

.border-purple {
  border: 3px solid #9561e2 !important;
}

.border-left-purple {
  border-left: 0.25rem solid #9561e2 !important;
}

.bg-danger-light {
  background-color: #ff8080 !important;
}

.bg-blur {
  -webkit-filter: blur(3px);
          filter: blur(3px);
}

.recurrent-event {
  opacity: 0.7 !important;
}

.custom-sidebar {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

@media (min-width: 768px) {
  .custom-sidebar {
    width: 16rem !important;
  }
}

@media (min-width: 768px) {
  .custom-sidebar .nav-item .nav-link[data-toggle=collapse]::after {
    width: 1rem;
    text-align: center;
    float: right;
    vertical-align: 0;
    border: 0;
    font-weight: 900;
    content: "\F107";
    font-family: "Font Awesome 5 Free";
  }
}

.custom-sidebar::-webkit-scrollbar {
  width: 5px;
}

.custom-sidebar::-webkit-scrollbar-track {
  background: #f1f1f100;
}

.custom-sidebar::-webkit-scrollbar-thumb {
  background: #6AC37C;
  border-radius: 15px;
}

.custom-sidebar::-webkit-scrollbar-thumb:hover {
  background: #499b5a;
}

.home-header {
  background: relative;
  background-image: url(/images/green-background.jpg?f4f6c46a3844dd6fe5f3cd7bee2279a4);
  background-position: center;
  background-size: cover;
  padding-top: 82px;
}

.home-header #custom-carrosel .carousel-inner .carousel-item {
  width: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.home-header #custom-carrosel .carousel-inner .carousel-item img {
  -o-object-fit: cover;
     object-fit: cover;
  background-position: center;
  height: 200px;
}

@media only screen and (min-width: 768px) {
  .home-header #custom-carrosel .carousel-inner .carousel-item img {
    height: calc(100vh - 82px);
  }
}

.home-header #custom-carrosel .carousel-control-next-icon,
.home-header #custom-carrosel .carousel-control-prev-icon {
  width: 40px;
  height: 40px;
}

* {
  font-family: "Open Sans", sans-serif;
}

html {
  scroll-behavior: smooth;
}

.no-connections {
  color: #ee2525;
}

.section {
  width: 100%;
  padding: 100px 0px;
  background: #fff;
}

.section__title {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 36px;
  letter-spacing: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: row wrap;
}

.section__title span:nth-child(2) {
  font-size: 54px;
  color: #4e73df;
}

.detail-1 {
  position: relative;
  overflow: hidden;
}

.detail-1::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 0 2vw 100vw;
  border-color: transparent transparent #007bff transparent;
}

.detail-1::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 10;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 100vw 0.8vw 0;
  border-color: transparent transparent #06d755 transparent;
}

.detail-2-left {
  position: relative;
  overflow: hidden;
}

.detail-2-left::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3vw 100vw 0 0px;
  border-color: #007bff transparent transparent transparent;
}

.detail-2-right {
  position: relative;
  overflow: hidden;
}

.detail-2-right::after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3vw 0 0 100vw;
  border-color: #007bff transparent transparent transparent;
}

.bg-yellow {
  background-color: #F7F741;
}

.main-footer {
  position: relative;
  background: #333;
  color: #fff;
  width: 100%;
  height: 100px;
  background-image: url(/images/doctor-mobile.jpg?05254a058311c8198feda93887237a6f);
  background-repeat: no-repeat;
  background-size: cover;
}

.main-footer .container .content {
  position: relative;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.main-footer .details {
  width: 100%;
  height: 100%;
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  top: 0px;
  overflow: hidden;
  z-index: 1;
}

.main-footer .details__circle-1 {
  position: absolute;
  left: -220px;
  bottom: -320px;
  width: 500px;
  height: 500px;
  background: rgba(12, 103, 166, 0.5);
  border-radius: 50%;
}

.main-footer .details__circle-2 {
  position: absolute;
  right: 10%;
  bottom: 100px;
  width: 70px;
  height: 70px;
  background: #14958f;
  border-radius: 50%;
}

.main-footer .details__circle-3 {
  position: absolute;
  right: 8%;
  bottom: 20%;
  width: 25px;
  height: 25px;
  background: #4e73df;
  border-radius: 50%;
}

.card-about {
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.1);
  height: 350px;
}

.card-about__icon {
  font-size: 30px;
  color: #4e73df;
}

.card-about__title {
  font-size: 30px;
  font-weight: 700;
  color: #4e73df;
}

.card-about__description {
  color: #7d7d7e;
}

.modal-center {
  margin-top: 28vh;
}

.check-list {
  list-style-type: none;
}

.check-list li {
  position: relative;
}

.check-list li:before {
  content: "\2713";
  position: absolute;
  left: -25px;
  color: #518306;
  top: 0px;
}

#frontend-navbar {
  background: #fff;
  position: fixed;
  z-index: 20;
  width: 100%;
}

#frontend-navbar #logo {
  width: 40px;
  height: 40px;
}

.news-card {
  font-size: 14px;
  color: #000;
  word-spacing: 0.3rem;
}

.news-card h3 {
  font-size: 16px;
  font-weight: bold;
  color: #2d68bc;
}

.news-card a {
  color: #000 !important;
}

.news-card a:hover {
  text-decoration: none;
}

.production_table td,
.production_table th {
  text-align: center;
}

.medias .title {
  font-size: 14px;
}

.medias a {
  color: #fff;
}

.medias a:hover {
  text-decoration: none;
}

.medias .fab {
  padding: 5px;
  font-size: 15px;
  width: 25px;
  height: 25px;
  text-align: center;
  text-decoration: none;
  margin: 5px 2px;
  transition: 0.4s box-shadow;
}

.medias .fab:hover {
  box-shadow: 0px 7px 5px 0px rgba(200, 200, 200, 0.7);
}

.medias i.fa-facebook-f {
  background: #3B5998;
}

.medias i.fa-instagram {
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%, #d6249f 60%, #285AEB 90%);
}

@-webkit-keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(6, 215, 85, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px #06d75600;
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #06d75600;
  }
}

@keyframes pulse-orange {
  0% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(6, 215, 85, 0.7);
  }

  70% {
    transform: scale(1);
    box-shadow: 0 0 0 15px #06d75600;
  }

  100% {
    transform: scale(0.95);
    box-shadow: 0 0 0 0 #06d75600;
  }
}

.whatsapp-button {
  position: fixed;
  right: 30px;
  bottom: 30px;
  cursor: pointer;
  height: 60px;
  width: 60px;
  background: #06d755;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 32px;
  color: #fff;
  z-index: 20;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: pulse-orange;
  animation-name: pulse-orange;
  -webkit-animation-direction: linear;
  animation-direction: linear;
}

.whatsapp-button:hover {
  color: #fff;
  text-decoration: none;
}

.card-info {
  border-radius: 0 !important;
  border-width: 20px !important;
  border-top: 1px solid #e6edf4 !important;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  letter-spacing: 0.5px !important;
}

.card-info .total {
  font-size: 18px;
}

.card-info .title {
  font-size: 14px;
  line-height: 1.1;
  font-weight: 500;
  color: #464646;
  font-family: "Roboto" !important;
}

.card-info .icon {
  font-size: 35px;
  display: inline-block;
  text-align: center;
  vertical-align: bottom;
}

#map {
  height: 70vh;
}

.map-wrapper {
  position: relative;
}

.attendances-map-export-dialog {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: calc(100vw - 2rem);
  max-height: calc(100vh - 2rem);
  margin: 1rem auto;
  display: flex;
}

.attendances-map-export-content {
  max-height: calc(100vh - 2rem);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}

.attendances-map-export-content .modal-header,
.attendances-map-export-content .modal-footer {
  flex-shrink: 0;
}

.attendances-map-export-body {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  overflow-y: auto;
  flex: 1 1 auto;
}

.export-map-view-controls {
  width: 100%;
}

#export-map-wrapper {
  position: relative;
  width: min(calc(100vw - 4rem), calc((100vh - 12rem) * 277 / 150));
  aspect-ratio: 277/150;
  height: auto;
}

#export-map {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.export-capture-loading {
  position: absolute;
  inset: 0;
  z-index: 20;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  background: #f8f9fa;
  color: #495057;
  font-size: 0.9375rem;
  pointer-events: all;
  cursor: wait;
}

#export-map-wrapper.is-capturing {
  pointer-events: none;
}

#export-map-wrapper.is-capturing .export-capture-loading {
  pointer-events: all;
}

.export-capture-loading-text {
  font-weight: 600;
}

.export-capture-progress-wrap {
  width: min(320px, 70%);
}

.export-capture-progress {
  height: 1.25rem;
  background-color: #e9ecef;
}

.export-capture-progress .progress-bar {
  font-size: 0.75rem;
  font-weight: 600;
  line-height: 1.25rem;
}

.map-watermark {
  position: absolute;
  left: 50%;
  top: 12px;
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
  opacity: 0.7;
}

.map-watermark img {
  max-height: 42px;
  width: auto;
}

.export-screenshot-gallery {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  overflow-x: auto;
  padding: 8px 2px;
  min-height: 140px;
  width: 100%;
}

.export-screenshot-item {
  flex: 0 0 auto;
  width: 168px;
}

.export-screenshot-thumb {
  position: relative;
  width: 100%;
  height: 109px;
  border: 2px solid #dee2e6;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
  background: #f8f9fa;
}

.export-screenshot-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}

.export-screenshot-thumb.active {
  border-color: #007bff;
}

.export-screenshot-title {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 6px;
}

.export-screenshot-title-input {
  flex: 1 1 auto;
  min-width: 0;
  border: 1px solid transparent;
  border-radius: 3px;
  background: transparent;
  font-size: 0.8125rem;
  line-height: 1.2;
  padding: 2px 4px;
  color: #495057;
}

.export-screenshot-title-input:hover,
.export-screenshot-title-input:focus {
  border-color: #ced4da;
  background: #fff;
  outline: none;
}

.export-screenshot-title-edit {
  flex: 0 0 auto;
  border: none;
  background: transparent;
  color: #6c757d;
  font-size: 0.75rem;
  line-height: 1;
  padding: 2px;
  cursor: pointer;
}

.export-screenshot-title-edit:hover {
  color: #007bff;
}

.export-screenshot-view-icon {
  position: absolute;
  left: 4px;
  bottom: 4px;
  width: 22px;
  height: 22px;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  pointer-events: none;
  z-index: 1;
}

.export-screenshot-remove {
  position: absolute;
  top: 2px;
  right: 2px;
  width: 20px;
  height: 20px;
  border: none;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 0;
  cursor: pointer;
  z-index: 2;
}

.export-screenshot-preview {
  position: fixed;
  inset: 0;
  z-index: 1060;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.export-screenshot-preview img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  border-radius: 4px;
}

.export-screenshot-preview-close {
  position: absolute;
  top: 16px;
  right: 24px;
  border: none;
  background: transparent;
  color: #fff;
  font-size: 36px;
  line-height: 1;
  cursor: pointer;
}

.dot {
  height: 25px;
  width: 25px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
}

.deck-tooltip {
  background-color: white;
  color: #212529;
  padding: 5px 8px;
  border-radius: 5px;
  font-family: sans-serif;
  font-size: 13px;
  box-shadow: 0 2px 10px 1px rgba(0, 0, 0, 0.5);
  pointer-events: none;
  white-space: nowrap;
}

.permissions-card {
  height: 100%;
}

.permissions-card .card-header {
  background-color: #f8f9fc;
  font-weight: 600;
  font-size: 0.9rem;
}

.permissions-card .custom-control {
  margin-bottom: 0.25rem;
}

.solution {
  overflow: hidden;
}

.solution p {
  color: #7d7d7e;
}

.solution li {
  color: #7d7d7e;
}

.solution__esus-logo {
  width: 200px;
}

.solution__tech-logo {
  box-shadow: 0px 0px 25px 5px rgba(255, 255, 255, 0.5);
  background-image: url(/images/tech-health.jpg?1245e0b7c97520570d053089c7567644);
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  border: 5px solid #fff;
  height: 400px;
  z-index: 10;
}

.solution__tech-logo-overlay {
  position: absolute;
  left: 100px;
  top: 78px;
  z-index: 1;
  border: 60px solid #4e73df;
  width: 400px;
  height: 400px;
  transform: rotate(45deg);
}

.news {
  padding: 40px 0px;
}

.news .title {
  margin: 0px 0px 15px 0px;
  padding-top: 0;
  color: #2d68bc;
  font-size: 18px;
  font-weight: normal;
  border-bottom: 1px solid #cccccc;
}

.news a {
  color: #2d68bc;
}

.solution-about {
  background: #f2f7ff;
  color: #7d7d7e;
  border-bottom: 40px solid #4e73df;
}

.image-icon {
  width: 250px;
  height: 250px;
}

.contact-form {
  width: 100%;
  max-width: 600px;
}

#login-background {
  background-image: url(/images/login-background.jpg?b57b4dedd9825ff735e73f16cff015f0);
}

.login-title {
  font-size: 34px;
}

@media (max-width: 500px) {
  .login-title {
    margin-top: 80px;
  }
}

.login-title span:nth-child(1) {
  font-size: 50px;
  font-weight: bold;
  line-height: 3rem;
  margin-bottom: -5px;
}

.login-title span:nth-child(2) {
  font-size: 25px;
  color: #dfdfdf;
}

@media (min-width: 768px) {
  .login-title span:nth-child(2) {
    margin-left: 116px;
  }
}

.login-input {
  position: relative;
}

.login-input input {
  padding-right: 36px;
}

.login-input i {
  position: absolute;
  top: calc(50% - 10px);
  right: 12px;
  font-size: 18px;
  z-index: 10;
}

.queue-navbar-button {
  visibility: hidden;
  margin-right: 5px;
  padding: 2px 8px;
}

#queue-body #nav:hover .queue-navbar-button {
  visibility: visible;
}

.queue-banner {
  background: #0f4098;
  height: 6vh;
  color: #fff;
  font-size: 25px;
  position: relative;
  overflow: hidden;
}

.queue-banner .box {
  height: 100%;
}

.queue-banner .box .queue-news {
  position: absolute;
  white-space: pre;
  width: auto;
}

#queue-body {
  background-color: #a4c5f5;
  height: 94vh;
  padding-block: 20px;
  padding-inline: 50px;
}

#queue-body #nav {
  position: absolute;
  color: white;
  background: #0f4098;
  width: 100%;
  height: 50px;
  max-width: 1100px;
  padding-inline: 15px;
  margin-inline: auto;
  top: 0;
  right: 50%;
  transform: translate(50%, 0);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#queue-body #logo_container {
  width: 100px;
  display: flex;
  align-items: center;
  line-height: 1.1 !important;
  font-weight: bold;
  font-family: Calibri, "Trebuchet MS", sans-serif;
  text-transform: uppercase;
  font-size: 0.9em;
  overflow: hidden;
}

#queue-body #img_container {
  flex-shrink: 0;
  background: white;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  overflow: hidden;
  margin-right: 5px;
}

#queue-body #img_container img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

#queue-body #queue_screen_container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  border-radius: 5px;
  width: 100%;
  max-width: 1900px;
  height: 100%;
  padding-inline: 50px;
  padding-block: 20px;
  margin-inline: auto;
}

#queue-body #last_summons_container {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}

#queue-body #last_summons_container .summon_card {
  display: flex;
  flex-direction: column;
  font-size: 1.1em;
  text-transform: uppercase;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

#queue-body #last_summons_container > div {
  position: relative;
  flex-basis: 20%;
  min-width: 10em;
  padding: 10px;
  border: 1px solid #ccc;
  margin-left: -1px;
}

#queue-body th,
#queue-body td {
  border: 0 !important;
}

#queue-body #queue-navbar {
  background-color: #0f4098;
  font-size: 20px;
}

#queue-body .card-header {
  font-size: 20px;
  text-align: center;
  background-color: #0f4098;
  color: #dadad5;
  font-weight: bold;
  border: 0;
}

#queue-body .queue-list thead {
  background-color: #d3e3ff;
  color: #4d6c98 !important;
}

#queue-body .queue-list thead th,
#queue-body .queue-list tbody td {
  font-size: 15px;
  font-weight: bold;
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif !important;
}

#queue-body .card-queue {
  height: calc(94vh - 73px - 16px - 54px - 16px);
}

#queue-body .high-priority {
  background: #ff9c9c !important;
}

#queue-body .medium-priority {
  background: #fdff9c !important;
}

#queue-body .low-priority {
  background: #9eff9c !important;
}

#modalSummon {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden !important;
}

#modalSummon .modal-dialog {
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
}

#modalSummon .modal-content {
  background: #0f4098;
  color: #d6deff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 2px solid #3c7dcf;
  border-radius: 0;
}

#modalSummon .modal-body {
  font-size: 90px;
  text-align: center;
}

#modalSummon .modal-body p,
#modalSummon .modal-body span {
  font-family: "calibri", sans-serif;
}

#summon-page {
  margin-bottom: 24px;
}

#summon-page .card-body {
  min-height: calc(100vh - 70px - 24px - 46px - 76px - 2px - 24px);
}

#summon-page #t-body-summon td,
#summon-page #t-body-summon th,
#summon-page #t-body-summoned td,
#summon-page #t-body-summoned th {
  vertical-align: middle !important;
}

#summon-page #card-summoned #t-body-summoned td:first-child {
  max-width: 180px;
}

#summon-page #card-summoned #t-body-summoned td {
  padding: 10px;
}

#summon-page #card-summoned #t-body-summoned td:last-child {
  padding: 0;
}

#summon-page #card-summoned #t-body-summoned td:last-child div.btn:active {
  background-color: white;
}

@media screen and (max-width: 1700px) {
  #vaccines_age_interval {
    flex-direction: column;
  }

  #vaccines_age_interval span {
    align-self: flex-start !important;
  }
}

table#duplicates > tbody > tr > td,
table#duplicates > thead > tr > th {
  border: 1px solid #ccc !important;
  vertical-align: middle !important;
}

.ds-v2 {
  background: #f7f8fc;
  color: #000000;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 16px;
}

.ds-v2 *,
.ds-v2 *::before,
.ds-v2 *::after {
  box-sizing: border-box;
}

.ds-v2 *:not(i):not([class^=fa]):not([class*=" fa"]) {
  font-family: inherit;
}

.ds-v2 a {
  color: #00549e;
  text-decoration: none;
}

.ds-v2 a:hover {
  color: #003e75;
}

.ds-v2 .ds-text-muted {
  color: #6f6f6f;
}

.ds-v2 .ds-text-subtle {
  color: #8d8d8d;
}

body:has(.ds-v2) {
  height: 100vh;
  overflow: hidden;
}

.ds-v2 {
  height: 100vh;
  overflow: hidden;
}

.ds-v2 .ds-app {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  overflow: hidden;
}

.ds-v2 .ds-header {
  align-items: center;
  background: #00549e;
  color: #ffffff;
  display: flex;
  gap: 16px;
  height: 78px;
  justify-content: space-between;
  padding: 12px 24px;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100;
}

.ds-v2 .ds-header__brand {
  align-items: center;
  display: flex;
  gap: 12px;
  min-width: 0;
}

.ds-v2 .ds-header__brand-text {
  min-width: 0;
}

.ds-v2 .ds-header__logo {
  align-items: center;
  background: #ffffff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  display: inline-flex;
  flex-shrink: 0;
  height: 47px;
  justify-content: center;
  overflow: hidden;
  width: 47px;
}

.ds-v2 .ds-header__title {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
  white-space: nowrap;
}

.ds-v2 .ds-header__subtitle {
  font-size: 13px;
  margin: 0;
}

.ds-v2 .ds-header__status {
  align-items: center;
  display: flex;
  gap: 5px;
}

.ds-v2 .ds-header__status > i {
  font-size: 8px;
}

.ds-v2 .ds-header__status.is-online {
  color: #00a856;
}

.ds-v2 .ds-header__status.is-offline {
  color: #de231b;
}

.ds-v2 .ds-header__context {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  min-width: 0;
}

.ds-v2 .ds-header__city {
  flex-shrink: 0;
  min-width: 0;
}

.ds-v2 .ds-header__city-form {
  margin: 0;
}

.ds-v2 .ds-input-group.ds-header__city-group {
  background: rgba(255, 255, 255, 0.12);
  border-color: rgba(255, 255, 255, 0.3);
  height: 42px;
  transition: background-color 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
  width: 248px;
}

.ds-v2 .ds-input-group.ds-header__city-group:hover {
  background: rgba(255, 255, 255, 0.18);
  border-color: rgba(255, 255, 255, 0.45);
}

.ds-v2 .ds-input-group.ds-header__city-group:focus-within {
  border-color: rgba(255, 255, 255, 0.75);
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.2);
}

.ds-v2 .ds-input-group.ds-header__city-group .ds-input-group__prepend {
  background: rgba(255, 255, 255, 0.1);
  border-right-color: rgba(255, 255, 255, 0.22);
  color: #e3e3e3;
  gap: 6px;
  padding: 0 12px;
}

.ds-v2 .ds-input-group.ds-header__city-group .ds-input-group__control {
  background-color: transparent;
  color: #ffffff;
  font-weight: 600;
}

.ds-v2 .ds-input-group.ds-header__city-group .ds-input-group__control:focus,
.ds-v2 .ds-input-group.ds-header__city-group .ds-input-group__control:focus-visible {
  outline: none;
}

.ds-v2 .ds-input-group.ds-header__city-group select.ds-input-group__control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%23FFFFFF' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 10px 7px;
  color: #ffffff;
}

.ds-v2 .ds-input-group.ds-header__city-group select.ds-input-group__control option {
  background: #ffffff;
  color: #000000;
}

.ds-v2 .ds-header__nav {
  align-items: center;
  display: flex;
  gap: 12px;
}

.ds-v2 .ds-header__hamburger {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  display: none;
  flex-shrink: 0;
  font-size: 20px;
  height: 42px;
  justify-content: center;
  width: 42px;
}

.ds-v2 .ds-header__hamburger:hover {
  background: rgba(255, 255, 255, 0.12);
}

.ds-v2 .ds-header__hamburger:focus-visible {
  outline: 2px solid rgba(0, 84, 158, 0.35);
  outline-offset: 2px;
}

.ds-v2 .ds-header__actions {
  align-items: center;
  display: flex;
  gap: 12px;
}

.ds-v2 .ds-header__user {
  align-items: center;
  display: flex;
  gap: 8px;
  max-width: 220px;
}

.ds-v2 .ds-header__user-info {
  min-width: 0;
  text-align: right;
}

.ds-v2 .ds-header__user-name {
  font-size: 16px;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ds-v2 .ds-header__user-role {
  font-size: 13px;
  margin: 0;
  opacity: 0.95;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ds-v2 .ds-header__avatar {
  align-items: center;
  background: #ffffff;
  border-radius: 24px;
  color: #00549e;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 18px;
  font-weight: 700;
  height: 47px;
  justify-content: center;
  width: 47px;
}

.ds-v2 .ds-header__action {
  align-items: center;
  background: transparent;
  border: 0;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  flex-direction: column;
  font-size: 13px;
  gap: 3px;
  padding: 4px 8px;
  text-decoration: none;
}

.ds-v2 .ds-header__action:hover {
  color: #ffffff;
  opacity: 0.9;
}

.ds-v2 .ds-header__action:focus-visible {
  outline: 2px solid rgba(0, 84, 158, 0.35);
  outline-offset: 2px;
}

.ds-v2 .ds-header__action-icon {
  font-size: 18px;
  line-height: 1;
}

.ds-v2 .ds-body {
  display: flex;
  flex: 1;
  min-height: 0;
  overflow: hidden;
}

.ds-v2 .ds-sidebar {
  background: #ffffff;
  border-right: 1px solid rgba(200, 200, 200, 0.45);
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
  min-height: 0;
  overflow: hidden;
  transition: width 0.2s ease;
  width: 271px;
}

.ds-v2 .ds-sidebar__titlebar {
  align-items: center;
  border-bottom: 1px solid rgba(200, 200, 200, 0.45);
  display: flex;
  flex-shrink: 0;
  height: 44px;
  justify-content: space-between;
  padding: 0 8px 0 24px;
}

.ds-v2 .ds-sidebar__title {
  color: #6f6f6f;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1;
  margin: 0;
  text-transform: uppercase;
}

.ds-v2 .ds-sidebar__toggle {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 8px;
  color: #6f6f6f;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 13px;
  height: 32px;
  justify-content: center;
  width: 32px;
}

.ds-v2 .ds-sidebar__toggle:hover {
  background: #e4f2ff;
  color: #00549e;
}

.ds-v2 .ds-sidebar__toggle:focus-visible {
  outline: 2px solid rgba(0, 84, 158, 0.35);
  outline-offset: 2px;
}

.ds-v2 .ds-sidebar__content {
  flex: 1;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 8px 12px 12px;
  scrollbar-color: #00549e rgba(0, 84, 158, 0.12);
  scrollbar-width: thin;
}

.ds-v2 .ds-sidebar__content::-webkit-scrollbar {
  width: 8px;
}

.ds-v2 .ds-sidebar__content::-webkit-scrollbar-track {
  background: rgba(0, 84, 158, 0.08);
  border-radius: 500px;
}

.ds-v2 .ds-sidebar__content::-webkit-scrollbar-thumb {
  background: #00549e;
  border-radius: 500px;
}

.ds-v2 .ds-sidebar__content::-webkit-scrollbar-thumb:hover {
  background: #00447f;
}

.ds-v2 .ds-sidebar__section-title {
  color: #8d8d8d;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.04em;
  margin: 12px 0 8px;
  padding: 0 12px;
  text-transform: uppercase;
}

.ds-v2 .ds-sidebar__section:first-child .ds-sidebar__section-title {
  margin-top: 4px;
}

.ds-v2 .ds-sidebar__section-body {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ds-v2 .ds-sidebar__group .ds-sidebar__submenu {
  display: grid;
  grid-template-rows: 0fr;
  overflow: hidden;
  transition: grid-template-rows 0.35s ease;
  transition: grid-template-rows 0.35s ease, -ms-grid-rows 0.35s ease;
}

.ds-v2 .ds-sidebar__group.is-open > .ds-sidebar__submenu {
  grid-template-rows: 1fr;
}

.ds-v2 .ds-sidebar__chevron {
  color: inherit;
  flex-shrink: 0;
  font-size: 12px;
  margin-left: auto;
  transition: transform 0.2s ease;
  width: auto;
}

.ds-v2 .ds-sidebar__group.is-open > .ds-sidebar__item .ds-sidebar__chevron {
  transform: rotate(180deg);
}

.ds-v2 .ds-sidebar__item {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 12px;
  color: #6f6f6f;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  gap: 12px;
  min-height: 48px;
  padding: 12px 16px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.ds-v2 .ds-sidebar__item > i:not(.ds-sidebar__chevron) {
  flex-shrink: 0;
  font-size: 18px;
  text-align: center;
  width: 20px;
}

.ds-v2 .ds-sidebar__item:hover:not(.is-disabled) {
  background: rgba(0, 84, 158, 0.06);
  color: #00549e;
  text-decoration: none;
}

.ds-v2 .ds-sidebar__item:focus-visible {
  outline: 2px solid rgba(0, 84, 158, 0.35);
  outline-offset: 2px;
}

.ds-v2 .ds-sidebar__item.is-active {
  background: #e4f2ff;
  color: #00549e;
  font-weight: 600;
}

.ds-v2 .ds-sidebar__item.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

.ds-v2 .ds-sidebar__group.is-open > .ds-sidebar__item {
  background: #e4f2ff;
  color: #00549e;
}

.ds-v2 .ds-sidebar__submenu {
  border-left: 2px solid #c8c8c8;
  margin: 4px 0 0 16px;
  padding: 0 0 0 10px;
}

.ds-v2 .ds-sidebar__submenu-inner {
  min-height: 0;
  overflow: hidden;
}

.ds-v2 .ds-sidebar__submenu-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}

.ds-v2 .ds-sidebar__subitem {
  align-items: center;
  background: transparent;
  border: 0;
  border-radius: 12px;
  color: #6f6f6f;
  display: flex;
  flex-shrink: 0;
  font-size: 14px;
  font-weight: 400;
  min-height: 32px;
  padding: 6px 8px;
  text-align: left;
  text-decoration: none;
  width: 100%;
}

.ds-v2 .ds-sidebar__subitem:hover:not(.is-disabled) {
  background: rgba(0, 84, 158, 0.06);
  color: #00549e;
  text-decoration: none;
}

.ds-v2 .ds-sidebar__subitem:focus-visible {
  outline: 2px solid rgba(0, 84, 158, 0.35);
  outline-offset: 2px;
}

.ds-v2 .ds-sidebar__subitem.is-active {
  color: #00549e;
  font-weight: 600;
}

.ds-v2 .ds-sidebar__subitem.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
  pointer-events: none;
}

.ds-v2 .ds-sidebar.is-collapsed {
  width: 80px;
}

.ds-v2 .ds-sidebar.is-collapsed .ds-sidebar__title {
  display: none;
}

.ds-v2 .ds-sidebar.is-collapsed .ds-sidebar__titlebar {
  height: 44px;
  justify-content: center;
  padding: 0;
}

.ds-v2 .ds-sidebar.is-collapsed .ds-sidebar__content {
  padding: 8px;
}

.ds-v2 .ds-sidebar.is-collapsed .ds-sidebar__section-title,
.ds-v2 .ds-sidebar.is-collapsed .ds-sidebar__submenu,
.ds-v2 .ds-sidebar.is-collapsed .ds-sidebar__item span,
.ds-v2 .ds-sidebar.is-collapsed .ds-sidebar__chevron {
  display: none;
}

.ds-v2 .ds-sidebar.is-collapsed .ds-sidebar__section {
  margin: 0;
}

.ds-v2 .ds-sidebar.is-collapsed .ds-sidebar__section-body {
  display: block;
}

.ds-v2 .ds-sidebar.is-collapsed .ds-sidebar__item {
  justify-content: center;
  min-height: 52px;
  padding: 12px 0;
}

.ds-v2 .ds-sidebar.is-collapsed .ds-sidebar__item > i:not(.ds-sidebar__chevron) {
  display: inline-flex;
  font-size: 20px;
  justify-content: center;
  line-height: 1;
  width: auto;
}

.ds-v2 .ds-sidebar.is-collapsed .ds-sidebar__item > .ds-sidebar__chevron {
  display: none;
}

.ds-v2 .ds-sidebar-tooltip {
  background: #fff59d;
  border: 1px solid #f0de6a;
  border-radius: 2px 6px 6px 6px;
  box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.18);
  color: #000000;
  font-family: "Inter", "Open Sans", sans-serif;
  font-size: 13px;
  font-weight: 500;
  left: 0;
  letter-spacing: 0.01em;
  line-height: 1.3;
  max-width: 260px;
  opacity: 0;
  padding: 8px 12px;
  pointer-events: none;
  position: fixed;
  top: 0;
  transform: translateY(-50%);
  visibility: hidden;
  white-space: nowrap;
  z-index: 120;
}

.ds-v2 .ds-sidebar-tooltip.is-visible {
  opacity: 1;
  visibility: visible;
}

.ds-v2 .ds-sidebar-tooltip::before {
  border-color: transparent #f0de6a transparent transparent;
  border-style: solid;
  border-width: 7px 8px 7px 0;
  content: "";
  height: 0;
  left: -8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.ds-v2 .ds-sidebar-tooltip::after {
  border-color: transparent #fff59d transparent transparent;
  border-style: solid;
  border-width: 6px 7px 6px 0;
  content: "";
  height: 0;
  left: -7px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 0;
}

.ds-v2 .ds-main {
  flex: 1;
  min-height: 0;
  min-width: 0;
  overflow: auto;
  padding: 24px;
}

.ds-v2 .ds-main__container {
  margin: 0 auto;
  max-width: 1400px;
}

.ds-v2 .ds-footer {
  color: #6f6f6f;
  font-size: 13px;
  margin-top: 24px;
  padding-top: 16px;
  text-align: center;
}

.ds-v2 .ds-grid {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(12, minmax(0, 1fr));
}

.ds-v2 .ds-grid__col-4 {
  grid-column: span 4;
}

.ds-v2 .ds-grid__col-6 {
  grid-column: span 6;
}

.ds-v2 .ds-grid__col-12 {
  grid-column: span 12;
}

@media (max-width: 1199px) {
  .ds-v2 .ds-grid__col-4,
  .ds-v2 .ds-grid__col-6 {
    grid-column: span 6;
  }
}

@media (max-width: 991px) {
  .ds-v2 .ds-header {
    gap: 12px;
  }

  .ds-v2 .ds-grid__col-4,
  .ds-v2 .ds-grid__col-6,
  .ds-v2 .ds-grid__col-12 {
    grid-column: span 12;
  }
}

@media (max-width: 899px) {
  .ds-v2 .ds-input-group.ds-header__city-group {
    width: 180px;
  }

  .ds-v2 .ds-input-group.ds-header__city-group .ds-input-group__prepend {
    padding: 0 8px;
  }

  .ds-v2 .ds-input-group.ds-header__city-group .ds-input-group__prepend span {
    display: none;
  }
}

@media (max-width: 767px) {
  .ds-v2 .ds-header {
    padding-inline: 12px;
  }

  .ds-v2 .ds-header__nav {
    flex: 1;
    justify-content: flex-end;
    min-width: 0;
  }

  .ds-v2 .ds-header__city {
    flex: 1 1 auto;
    max-width: 248px;
    min-width: 0;
  }

  .ds-v2 .ds-input-group.ds-header__city-group {
    width: 100%;
  }

  .ds-v2 .ds-input-group.ds-header__city-group .ds-input-group__prepend {
    padding: 0 8px;
  }

  .ds-v2 .ds-input-group.ds-header__city-group .ds-input-group__prepend span {
    display: none;
  }

  .ds-v2 .ds-header__hamburger {
    display: inline-flex;
  }

  .ds-v2 .ds-header__actions {
    align-items: stretch;
    background: #ffffff;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
    display: none;
    flex-direction: column;
    gap: 0;
    padding: 8px 0;
    position: fixed;
    right: 0;
    top: 78px;
    width: min(320px, 100vw);
    z-index: 110;
  }

  .ds-v2 .ds-header__actions.is-open {
    display: flex;
  }

  .ds-v2 .ds-header__actions .ds-header__user {
    border-bottom: 1px solid rgba(200, 200, 200, 0.45);
    gap: 12px;
    justify-content: flex-start;
    max-width: none;
    padding: 12px 16px;
    width: 100%;
  }

  .ds-v2 .ds-header__actions .ds-header__user-info {
    display: block;
    flex: 1;
    min-width: 0;
    text-align: left;
  }

  .ds-v2 .ds-header__actions .ds-header__avatar {
    background: #e4f2ff;
    color: #00549e;
    font-size: 16px;
    height: 36px;
    width: 36px;
  }

  .ds-v2 .ds-header__actions .ds-header__user-name,
  .ds-v2 .ds-header__actions .ds-header__user-role {
    color: #000000;
  }

  .ds-v2 .ds-header__actions .ds-header__action {
    color: #000000;
    flex-direction: row;
    gap: 12px;
    justify-content: flex-start;
    padding: 12px 16px;
    width: 100%;
  }

  .ds-v2 .ds-header__actions .ds-header__action:hover {
    background: #e4f2ff;
    color: #00549e;
    opacity: 1;
  }

  .ds-v2 .ds-main {
    padding: 16px;
  }

  .ds-v2 .ds-page-header__title {
    font-size: 24px;
  }
}

@media (max-width: 479px) {
  .ds-v2 .ds-header__brand-text {
    display: none;
  }
}

.ds-v2 .ds-btn {
  align-items: center;
  border: 2px solid #00549e;
  border-radius: 500px;
  cursor: pointer;
  display: inline-flex;
  font-size: 16px;
  font-weight: 600;
  justify-content: center;
  line-height: 1.2;
  min-height: 47px;
  padding: 14px 38px;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease, opacity 0.2s ease;
  white-space: nowrap;
  text-decoration: none;
}

.ds-v2 .ds-btn:hover {
  text-decoration: none;
}

.ds-v2 .ds-btn:focus-visible {
  outline: 2px solid rgba(0, 84, 158, 0.35);
  outline-offset: 2px;
}

.ds-v2 .ds-btn:disabled,
.ds-v2 .ds-btn.is-disabled {
  cursor: not-allowed;
  opacity: 0.6;
}

.ds-v2 .ds-btn.is-loading {
  pointer-events: none;
  position: relative;
}

.ds-v2 .ds-btn.is-loading .ds-btn__label {
  opacity: 0;
}

.ds-v2 .ds-btn.is-loading::after {
  -webkit-animation: ds-spin 0.8s linear infinite;
          animation: ds-spin 0.8s linear infinite;
  border: 2px solid currentColor;
  border-radius: 50%;
  border-top-color: transparent;
  content: "";
  height: 18px;
  position: absolute;
  width: 18px;
}

.ds-v2 .ds-btn--primary {
  background: #00549e;
  color: #ffffff;
}

.ds-v2 .ds-btn--primary:hover:not(:disabled):not(.is-disabled) {
  background: #00447f;
  border-color: #00447f;
  color: #ffffff;
}

.ds-v2 .ds-btn--outline {
  background: transparent;
  color: #00549e;
}

.ds-v2 .ds-btn--outline:hover:not(:disabled):not(.is-disabled) {
  background: rgba(0, 84, 158, 0.08);
  color: #00549e;
}

.ds-v2 .ds-btn--sm {
  font-size: 13px;
  min-height: 34px;
  padding: 8px 20px;
}

.ds-v2 .ds-btn--danger {
  background: #de231b;
  border-color: #de231b;
  color: #ffffff;
}

.ds-v2 .ds-btn--danger:hover:not(:disabled):not(.is-disabled) {
  background: #c31f18;
  border-color: #c31f18;
  color: #ffffff;
}

.ds-v2 .ds-btn--block {
  width: 100%;
}

.ds-v2 .ds-icon-btn {
  align-items: center;
  background: #00549e;
  border: 1px solid #00549e;
  border-radius: 8px;
  color: #ffffff;
  cursor: pointer;
  display: inline-flex;
  flex-shrink: 0;
  height: 32px;
  justify-content: center;
  text-decoration: none;
  width: 32px;
}

.ds-v2 .ds-icon-btn:hover {
  background: #00447f;
  border-color: #00447f;
  color: #ffffff;
  text-decoration: none;
}

.ds-v2 .ds-icon-btn:focus-visible {
  outline: 2px solid rgba(0, 84, 158, 0.35);
  outline-offset: 2px;
}

.ds-v2 .ds-icon-btn--warning {
  background: #ffda00;
  border-color: #ffda00;
  color: #000000;
}

.ds-v2 .ds-icon-btn--warning:hover {
  background: #e0c000;
  border-color: #e0c000;
  color: #000000;
}

.ds-v2 .ds-icon-btn--info {
  background: #0091da;
  border-color: #0091da;
  color: #ffffff;
}

.ds-v2 .ds-icon-btn--info:hover {
  background: #007dbb;
  border-color: #007dbb;
  color: #ffffff;
}

.ds-v2 .ds-icon-btn--success {
  background: #00a856;
  border-color: #00a856;
  color: #ffffff;
}

.ds-v2 .ds-icon-btn--success:hover {
  background: #008946;
  border-color: #008946;
  color: #ffffff;
}

.ds-v2 .ds-icon-btn--danger {
  background: #de231b;
  border-color: #de231b;
  color: #ffffff;
}

.ds-v2 .ds-icon-btn--danger:hover {
  background: #c31f18;
  border-color: #c31f18;
  color: #ffffff;
}

@-webkit-keyframes ds-spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes ds-spin {
  to {
    transform: rotate(360deg);
  }
}

.ds-v2 .ds-panel {
  background: #ffffff;
  border: 1px solid rgba(200, 200, 200, 0.65);
  border-radius: 18px;
  box-shadow: 1px 1px 1.95px rgba(0, 0, 0, 0.25);
  margin-bottom: 16px;
  padding: 24px;
}

.ds-v2 .ds-panel__title {
  color: #6f6f6f;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0 0 16px;
  text-transform: uppercase;
}

.ds-v2 .ds-panel--table {
  overflow: hidden;
  padding: 16px;
}

.ds-v2 .ds-panel--filters {
  padding: 16px;
}

.ds-v2 .ds-panel--filters form {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 12px;
}

.ds-v2 .ds-panel--filters .ds-filter-row {
  margin-bottom: 0;
}

.ds-v2 .ds-metric-card {
  background: #ffffff;
  border: 1px solid rgba(200, 200, 200, 0.65);
  border-radius: 18px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  display: flex;
  flex-direction: column;
  gap: 12px;
  height: 100%;
  min-height: 120px;
  padding: 24px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.ds-v2 .ds-metric-card:hover {
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transform: translateY(-1px);
}

.ds-v2 .ds-metric-card__header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}

.ds-v2 .ds-metric-card__title {
  color: #6f6f6f;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.02em;
  margin: 0;
  text-transform: uppercase;
}

.ds-v2 .ds-metric-card__icon {
  align-items: center;
  border-radius: 12px;
  display: inline-flex;
  font-size: 18px;
  height: 40px;
  justify-content: center;
  width: 40px;
}

.ds-v2 .ds-metric-card__value {
  color: #000000;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
  margin: 0;
  word-break: break-word;
}

.ds-v2 .ds-metric-card--primary {
  border-left: 4px solid #00549e;
}

.ds-v2 .ds-metric-card--primary .ds-metric-card__icon {
  background: rgba(0, 84, 158, 0.12);
  color: #00549e;
}

.ds-v2 .ds-metric-card--secondary {
  border-left: 4px solid #6f6f6f;
}

.ds-v2 .ds-metric-card--secondary .ds-metric-card__icon {
  background: rgba(111, 111, 111, 0.12);
  color: #6f6f6f;
}

.ds-v2 .ds-metric-card--success {
  border-left: 4px solid #00a856;
}

.ds-v2 .ds-metric-card--success .ds-metric-card__icon {
  background: rgba(0, 168, 86, 0.12);
  color: #00a856;
}

.ds-v2 .ds-metric-card--danger {
  border-left: 4px solid #de231b;
}

.ds-v2 .ds-metric-card--danger .ds-metric-card__icon {
  background: rgba(222, 35, 27, 0.12);
  color: #de231b;
}

.ds-v2 .ds-metric-card--warning {
  border-left: 4px solid #ffda00;
}

.ds-v2 .ds-metric-card--warning .ds-metric-card__icon {
  background: rgba(255, 218, 0, 0.12);
  color: #ffda00;
}

.ds-v2 .ds-metric-card--info {
  border-left: 4px solid #0091da;
}

.ds-v2 .ds-metric-card--info .ds-metric-card__icon {
  background: rgba(0, 145, 218, 0.12);
  color: #0091da;
}

.ds-v2 .ds-metric-card--purple {
  border-left: 4px solid #9561e2;
}

.ds-v2 .ds-metric-card--purple .ds-metric-card__icon {
  background: rgba(149, 97, 226, 0.12);
  color: #9561e2;
}

.ds-v2 .ds-alert {
  align-items: flex-start;
  border: 1px solid transparent;
  border-radius: 8px;
  display: flex;
  gap: 12px;
  margin-bottom: 16px;
  padding: 12px 16px;
}

.ds-v2 .ds-alert__content {
  flex: 1;
  font-size: 16px;
  line-height: 1.5;
  margin: 0;
}

.ds-v2 .ds-alert__close {
  background: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font-size: 20px;
  line-height: 1;
  opacity: 0.7;
  padding: 0;
}

.ds-v2 .ds-alert__close:hover {
  opacity: 1;
}

.ds-v2 .ds-alert__close:focus-visible {
  outline: 2px solid rgba(0, 84, 158, 0.35);
  outline-offset: 2px;
}

.ds-v2 .ds-alert--success {
  background: rgba(0, 168, 86, 0.12);
  border-color: rgba(0, 168, 86, 0.35);
  color: #006b37;
}

.ds-v2 .ds-alert--danger {
  background: rgba(222, 35, 27, 0.12);
  border-color: rgba(222, 35, 27, 0.35);
  color: #ba1d17;
}

.ds-v2 .ds-alert--warning {
  background: rgba(255, 218, 0, 0.18);
  border-color: rgba(255, 218, 0, 0.45);
  color: #706000;
}

.ds-v2 .ds-alert--info {
  background: rgba(0, 145, 218, 0.12);
  border-color: rgba(0, 145, 218, 0.35);
  color: #0076b1;
}

.ds-v2 .ds-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 16px;
}

.ds-v2 .ds-field__label {
  color: #6f6f6f;
  font-size: 13px;
  font-weight: 500;
  margin: 0;
}

.ds-v2 .ds-input,
.ds-v2 .ds-select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  color: #000000;
  font-family: inherit;
  font-size: 16px;
  min-height: 50px;
  padding: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.ds-v2 .ds-input::-moz-placeholder, .ds-v2 .ds-select::-moz-placeholder {
  color: #6f6f6f;
}

.ds-v2 .ds-input:-ms-input-placeholder, .ds-v2 .ds-select:-ms-input-placeholder {
  color: #6f6f6f;
}

.ds-v2 .ds-input::-ms-input-placeholder, .ds-v2 .ds-select::-ms-input-placeholder {
  color: #6f6f6f;
}

.ds-v2 .ds-input::placeholder,
.ds-v2 .ds-select::placeholder {
  color: #6f6f6f;
}

.ds-v2 .ds-input:focus,
.ds-v2 .ds-select:focus {
  border-color: #00549e;
  box-shadow: 0 0 0 3px rgba(0, 84, 158, 0.15);
  outline: none;
}

.ds-v2 .ds-input:disabled,
.ds-v2 .ds-select:disabled {
  background: rgba(200, 200, 200, 0.15);
  cursor: not-allowed;
  opacity: 0.75;
}

.ds-v2 .ds-input.is-invalid,
.ds-v2 .ds-select.is-invalid {
  border-color: #de231b;
}

.ds-v2 .ds-field__error {
  color: #de231b;
  font-size: 13px;
  margin: 4px 0 0;
}

.ds-v2 .ds-filter-row {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-bottom: 16px;
}

.ds-v2 .ds-switch {
  min-height: 24px;
  padding-left: 2.75rem;
}

.ds-v2 .ds-switch .custom-control-label {
  color: #000000;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 1px;
}

.ds-v2 .ds-switch .custom-control-label::before {
  background-color: rgba(200, 200, 200, 0.85);
  border-color: #c8c8c8;
  height: 1.15rem;
  left: -2.75rem;
  top: 0.15rem;
  width: 1.9rem;
}

.ds-v2 .ds-switch .custom-control-label::after {
  height: calc(1.15rem - 4px);
  left: calc(-2.75rem + 2px);
  top: calc(0.15rem + 2px);
  width: calc(1.15rem - 4px);
}

.ds-v2 .ds-switch .custom-control-input:checked ~ .custom-control-label::before {
  background-color: #00549e;
  border-color: #00549e;
}

.ds-v2 .ds-switch .custom-control-input:checked ~ .custom-control-label::after {
  transform: translateX(0.75rem);
}

.ds-v2 .ds-switch .custom-control-input:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(0, 84, 158, 0.25);
}

.ds-v2 .ds-checkbox {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  gap: 8px;
}

.ds-v2 .ds-checkbox input {
  accent-color: #00549e;
  height: 17px;
  width: 17px;
}

.ds-v2 .ds-checkbox span {
  font-size: 13px;
}

.ds-v2 .ds-input-group {
  align-items: stretch;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  display: flex;
  max-width: 100%;
  min-width: 0;
  overflow: hidden;
}

.ds-v2 .ds-input-group__prepend {
  align-items: center;
  background: #f7f8fc;
  border-right: 1px solid #c8c8c8;
  color: #6f6f6f;
  display: inline-flex;
  flex-shrink: 0;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  padding: 0 10px;
  white-space: nowrap;
}

.ds-v2 .ds-input-group__control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: 0;
  color: #000000;
  flex: 1;
  font-family: inherit;
  font-size: 13px;
  min-width: 0;
  overflow: hidden;
  padding: 8px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ds-v2 .ds-input-group__control:focus {
  outline: none;
}

.ds-v2 .ds-input-group__control:focus-visible {
  outline: 2px solid rgba(0, 84, 158, 0.35);
  outline-offset: 2px;
}

.ds-v2 span.ds-input-group__control {
  align-items: center;
  display: inline-flex;
}

.ds-v2 select.ds-input-group__control {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236F6F6F' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
  background-position: right 8px center;
  background-repeat: no-repeat;
  background-size: 10px 7px;
  cursor: pointer;
  padding-right: 24px;
}

.ds-v2 .ds-city-roles {
  background: rgba(247, 248, 252, 0.8);
  border: 1px solid rgba(200, 200, 200, 0.65);
  border-radius: 8px;
  font-size: 16px;
  padding: 16px;
}

.ds-v2 .ds-city-roles .form-control {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  color: #000000;
  font-family: inherit;
  font-size: 16px;
  min-height: 50px;
  padding: 12px;
  width: 100%;
}

.ds-v2 .ds-city-roles .form-control:focus {
  border-color: #00549e;
  box-shadow: 0 0 0 3px rgba(0, 84, 158, 0.15);
  outline: none;
}

.ds-v2 .ds-city-roles .btn {
  align-items: center;
  border-radius: 500px;
  display: inline-flex;
  font-size: 13px;
  font-weight: 600;
  justify-content: center;
  min-height: 47px;
  padding: 8px 20px;
}

.ds-v2 .ds-city-roles .btn-success {
  background: #00549e;
  border-color: #00549e;
  color: #ffffff;
}

.ds-v2 .ds-city-roles .btn-danger {
  background: #de231b;
  border-color: #de231b;
  color: #ffffff;
}

.ds-v2 .ds-grid > .ds-field {
  margin-bottom: 0;
}

.ds-v2 .ds-page-header {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}

.ds-v2 .ds-page-header__breadcrumb {
  color: #00549e;
  font-size: 13px;
  margin: 0;
}

.ds-v2 .ds-page-header__row {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px 16px;
  justify-content: space-between;
}

.ds-v2 .ds-page-header__heading {
  min-width: 0;
}

.ds-v2 .ds-page-header__title {
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.ds-v2 .ds-page-header__meta {
  color: #6f6f6f;
  font-size: 13px;
  font-style: italic;
  margin: 4px 0 0;
}

.ds-v2 .ds-page-header__actions {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  gap: 12px;
}

.ds-v2 .ds-table-wrap {
  overflow: visible;
}

.ds-v2 .ds-table {
  border-collapse: collapse;
  color: #000000;
  font-size: 13px;
  width: 100%;
}

.ds-v2 .ds-table thead th {
  border-bottom: 1px solid #c8c8c8;
  color: #6f6f6f;
  font-weight: 600;
  letter-spacing: 0.02em;
  padding: 12px 10px;
  text-align: left;
  text-transform: uppercase;
  white-space: nowrap;
}

.ds-v2 .ds-table tbody td {
  border-bottom: 1px solid rgba(200, 200, 200, 0.45);
  padding: 12px 10px;
  vertical-align: middle;
}

.ds-v2 .ds-table tbody tr.is-deleted {
  background: rgba(222, 35, 27, 0.12);
}

.ds-v2 .ds-table tbody tr:hover {
  background: rgba(0, 84, 158, 0.04);
}

.ds-v2 .ds-table-actions {
  display: flex;
  gap: 8px;
}

.ds-v2 .ds-table-toolbar {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-bottom: 16px;
}

.ds-v2 .ds-table-toolbar__search {
  flex: 1 1 240px;
  min-width: 0;
}

.ds-v2 .ds-table-footer {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: space-between;
  margin-top: 16px;
}

.ds-v2 .dataTables_wrapper .dataTables_length,
.ds-v2 .dataTables_wrapper .dataTables_filter,
.ds-v2 .dataTables_wrapper .dataTables_info {
  color: #6f6f6f;
  font-size: 13px;
  margin: 0;
}

.ds-v2 .dataTables_wrapper .dataTables_length label,
.ds-v2 .dataTables_wrapper .dataTables_filter label {
  align-items: center;
  background: #ffffff;
  border: 1px solid #c8c8c8;
  border-radius: 8px;
  color: #6f6f6f;
  display: flex;
  font-size: 13px;
  font-weight: 600;
  margin: 0;
  overflow: hidden;
  padding-left: 12px;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  width: 100%;
}

.ds-v2 .dataTables_wrapper .dataTables_length label:focus-within,
.ds-v2 .dataTables_wrapper .dataTables_filter label:focus-within {
  border-color: #00549e;
  box-shadow: 0 0 0 3px rgba(0, 84, 158, 0.15);
}

.ds-v2 .dataTables_wrapper .dataTables_filter label::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='none' viewBox='0 0 16 16'%3E%3Ccircle cx='7' cy='7' r='4.25' stroke='%236F6F6F' stroke-width='1.5'/%3E%3Cpath stroke='%236F6F6F' stroke-linecap='round' stroke-width='1.5' d='m10.5 10.5 3 3'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  content: "";
  flex-shrink: 0;
  height: 16px;
  margin-right: 8px;
  width: 16px;
}

.ds-v2 .dataTables_wrapper .dataTables_length select,
.ds-v2 .dataTables_wrapper .dataTables_filter input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #ffffff;
  border: 0;
  border-left: 1px solid #c8c8c8;
  border-radius: 0;
  box-shadow: none;
  color: #000000;
  flex: 1;
  font-family: inherit;
  font-size: 13px;
  font-weight: 500;
  height: 42px;
  margin: 0 0 0 12px;
  min-height: 42px;
  min-width: 0;
  padding: 0 12px;
}

.ds-v2 .dataTables_wrapper .dataTables_length select:focus,
.ds-v2 .dataTables_wrapper .dataTables_filter input:focus {
  border-color: #c8c8c8;
  box-shadow: none;
  outline: none;
}

.ds-v2 .dataTables_wrapper .dataTables_length select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath fill='%236F6F6F' d='M1.4.6 6 5.2 10.6.6 12 2 6 8 0 2z'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 10px 7px;
  cursor: pointer;
  flex: 0 0 84px;
  padding-right: 32px;
  width: 84px;
}

.ds-v2 .dataTables_wrapper .dataTables_filter {
  width: 100%;
}

.ds-v2 .dataTables_wrapper .dataTables_filter input {
  max-width: none;
  width: auto;
}

.ds-v2 .dataTables_wrapper .ds-table-toolbar__search .dataTables_filter {
  margin-left: auto;
  max-width: 360px;
}

.ds-v2 .dataTables_wrapper .dataTables_paginate .pagination {
  margin: 0;
}

.ds-v2 .dataTables_wrapper .dataTables_paginate .page-link {
  color: #00549e;
}

.ds-v2 .dataTables_wrapper .dataTables_paginate .page-link:hover {
  background-color: #e4f2ff;
  border-color: #c8c8c8;
  color: #00549e;
}

.ds-v2 .dataTables_wrapper .dataTables_paginate .page-link:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 84, 158, 0.25);
}

.ds-v2 .dataTables_wrapper .dataTables_paginate .page-item.active .page-link {
  background-color: #00549e;
  border-color: #00549e;
  color: #ffffff;
}

.ds-v2 .dataTables_wrapper .dataTables_paginate .page-item.disabled .page-link {
  color: #8d8d8d;
}

@media (max-width: 767px) {
  .ds-v2 .ds-table-toolbar__length,
  .ds-v2 .ds-table-toolbar__search {
    flex: 1 1 100%;
  }

  .ds-v2 .dataTables_wrapper .ds-table-toolbar__search .dataTables_filter {
    max-width: none;
  }
}

.ds-v2 .ds-modal-dialog {
  max-width: 420px;
}

.ds-v2 .ds-modal {
  border: 0;
  border-radius: 18px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  overflow: hidden;
}

.ds-v2 .ds-modal__header,
.ds-v2 .ds-modal__footer {
  align-items: center;
  display: flex;
  gap: 12px;
  justify-content: space-between;
  padding: 16px 24px;
}

.ds-v2 .ds-modal__header {
  border-bottom: 1px solid rgba(200, 200, 200, 0.65);
}

.ds-v2 .ds-modal__footer {
  border-top: 1px solid rgba(200, 200, 200, 0.65);
  justify-content: flex-end;
}

.ds-v2 .ds-modal__title {
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

.ds-v2 .ds-modal__close {
  background: transparent;
  border: 0;
  color: #6f6f6f;
  cursor: pointer;
  font-size: 24px;
  line-height: 1;
  padding: 0;
}

.ds-v2 .ds-modal__close:focus-visible {
  outline: 2px solid rgba(0, 84, 158, 0.35);
  outline-offset: 2px;
}

.ds-v2 .ds-modal__body {
  padding: 24px;
}

.ds-v2 .ds-modal__body p {
  margin: 0;
}

.ds-v2 .ds-modal__actions {
  display: flex;
  gap: 12px;
  justify-content: center;
}

