html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[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;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-Medium.woff2") format("woff2");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter/Inter-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-SemiBold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat/Montserrat-Bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

html {
  min-width: 320px;
  background-color: #f9fafb;
}

body {
  min-width: 320px;
  margin: 0;
  font-family: "Inter", "Calibri", Arial, sans-serif;
}

body.modal-open {
  overflow: hidden;
}

.dashboard {
  --sidebar-width: 272px;
  display: grid;
  grid-template-columns: var(--sidebar-width) minmax(0, 1fr);
  background-color: #f9fafb;
  color: #181818;
  font-family: "Inter", "Calibri", Arial, sans-serif;
}

.dashboard * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.sidebar {
  position: sticky;
  top: 0;
  -ms-flex-item-align: start;
      align-self: start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100dvh;
  border-right: 1px solid #e5e5e7;
  background-color: #fff;
}

.sidebar-brand {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 20px 24px;
  border-bottom: 1px solid #e5e5e7;
}

.sidebar-brand img {
  display: block;
  width: 220px;
  max-width: 100%;
  height: auto;
  border-radius: 8px;
}

.mobile-header {
  display: none;
}

.sidebar-toggle {
  display: none;
}

.sidebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 32px;
}

.sidebar-nav {
  width: 100%;
  margin: 0;
  padding: 24px 24px 0;
}

.sidebar-link,
.sidebar-exit {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-height: 50px;
  width: 100%;
  padding: 14px 16px;
  border-radius: 14px;
  color: #364153;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: background-color 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, -webkit-box-shadow 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  transition: background-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease;
}

.sidebar-link {
  border: 0;
  background: none;
  font-family: inherit;
  text-align: left;
  cursor: pointer;
}

.sidebar-link + .sidebar-link {
  margin-top: 6px;
}

.sidebar-link:not(.sidebar-link-active):hover,
.sidebar-exit:hover {
  color: #181818;
  background-color: #f9fafb;
}

.sidebar-link-active {
  cursor: default;
  color: #181818;
  background-color: #ffd700;
  -webkit-box-shadow: 0 4px 10px rgba(255, 215, 0, 0.24);
          box-shadow: 0 4px 10px rgba(255, 215, 0, 0.24);
  font-weight: 600;
}

.sidebar-link-active::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 4px;
  height: 32px;
  border-radius: 0 999px 999px 0;
  background-color: #181818;
}

.sidebar-count {
  min-width: 22px;
  margin-left: auto;
  padding: 2px 8px;
  border-radius: 999px;
  background-color: #f3f4f6;
  color: #4a5565;
  font-family: Arial, sans-serif;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
}

.sidebar-bottom {
  width: 100%;
  padding: 25px 24px 0;
  border-top: 1px solid rgba(229, 231, 235, 0.6);
}

.sidebar-exit {
  width: 100%;
  margin: 0 0 25px;
}

.icon {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.icon {
  width: 20px;
  height: 20px;
}

.icon-small {
  width: 14px;
  height: 14px;
}

.icon-arrow {
  width: 12px;
  height: 12px;
}

.icon-composed {
  position: relative;
}

.icon-composed .icon {
  position: absolute;
  width: auto;
  height: auto;
}

.icon-plus {
  position: relative;
  width: 28px;
  height: 28px;
}

.icon-plus::before,
.icon-plus::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background-color: #181818;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.icon-plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
          transform: translate(-50%, -50%) rotate(90deg);
}

.action-icon .icon-plus::before,
.action-icon .icon-plus::after {
  background-color: #99a1af;
}

.main {
  min-width: 0;
  padding: 40px;
  background-color: #f9fafb;
}

.panel[hidden] {
  display: none;
}

.content {
  width: 100%;
  max-width: 1521px;
}

.header {
  margin-bottom: 40px;
}

.header-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}

.header-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 14px;
  color: #181818;
  background-color: #ffd700;
}

.header-icon > .icon {
  width: 24px;
  height: 24px;
}

.icon-header-user {
  width: 24px;
  height: 24px;
}

.icon-header-user .icon:nth-child(1) {
  left: 4px;
  top: 14px;
  width: 16px;
  height: 8px;
}

.icon-header-user .icon:nth-child(2) {
  left: 7px;
  top: 3px;
  width: 10px;
  height: 10px;
}

.title {
  margin: 0;
  color: #181818;
  font-family: "Montserrat", "Calibri", Arial, sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.25;
}

.subtitle {
  max-width: 1078px;
  margin: 12px 0 0 56px;
  color: #4a5565;
  font-size: 15px;
  line-height: 1.5;
}

.sections {
  max-width: 1134px;
}

.policies,
.notifications,
.incidents {
  max-width: 1134px;
}

.section + .section {
  margin-top: 40px;
}

.section-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  min-height: 27px;
  margin-bottom: 24px;
}

.section-title {
  margin: 0;
  color: #181818;
  font-family: "Montserrat", "Calibri", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  white-space: nowrap;
}

.section-line {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  height: 1px;
  min-width: 24px;
  background: -webkit-gradient(linear, left top, right top, from(#e5e7eb), to(rgba(229, 231, 235, 0)));
  background: linear-gradient(90deg, #e5e7eb 0%, rgba(229, 231, 235, 0) 100%);
}

.section-count {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3px 12px;
  border-radius: 999px;
  background-color: #fff7d6;
  color: #d4a400;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
}

.card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 20px;
}

.card,
.action-card {
  min-height: 160px;
  border: 1px solid rgba(229, 231, 235, 0.6);
  border-radius: 16px;
  background-color: #fff;
  overflow: hidden;
}

.card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  padding: 24px;
}

.card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(155deg, rgba(255, 255, 255, 0) 0%, rgba(255, 215, 0, 0.05) 100%);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}

.card:hover::after {
  opacity: 1;
}

.card-tall {
  min-height: 170px;
}

.avatar,
.card-icon,
.action-icon {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.empty-state p {
  margin: 5px 0 0;
  color: #4a5565;
  font-size: 13px;
  line-height: 1.625;
}

.empty-state {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 32px;
  border: 1px solid rgba(229, 231, 235, 0.8);
  border-radius: 16px;
  background-color: #fff;
  text-align: center;
}

.empty-state .card-icon {
  margin-bottom: 14px;
}

.avatar {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  -webkit-box-shadow: 0 0 0 2px #f3f4f6;
          box-shadow: 0 0 0 2px #f3f4f6;
  background-color: #fff;
}

.card-icon {
  width: 52px;
  height: 52px;
  border-radius: 14px;
  color: #ffd700;
  background-color: #f9fafb;
}

.card-icon .icon-composed {
  width: 24px;
  height: 24px;
}

.card-icon > .icon {
  width: 24px;
  height: 24px;
}

.card-content {
  position: relative;
  z-index: 1;
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 8px;
}

.card-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 10px;
  width: 100%;
}

.card-title {
  margin: 0;
  color: #181818;
  font-family: "Montserrat", "Calibri", Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.25;
}

.card-head .card-title {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.card-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  color: #4a5565;
  font-size: 13px;
  line-height: 1.625;
}

.card-text p {
  margin: 0;
}

.data-details {
  display: grid;
  grid-template-columns: 1fr;
  width: 100%;
  gap: 8px;
  margin: 0;
  color: #4a5565;
  font-size: 13px;
  line-height: 1.45;
}

.data-details div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 1px;
}

.data-details dt,
.data-details dd {
  margin: 0;
}

.data-details dt {
  color: #6a7282;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.35;
}

.data-details dd {
  min-width: 0;
  color: #181818;
  font-weight: 500;
  line-height: 1.45;
  overflow-wrap: anywhere;
}

.card-accent {
  color: #ffd700;
  font-weight: 500;
}

.badge {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 2px 8px;
  border-radius: 999px;
  background-color: #fff7d6;
  color: #d4a400;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.5;
}

.edit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  margin-top: auto;
  padding: 0;
  border: 0;
  color: #ffd700;
  background: none;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.5;
  cursor: pointer;
}

.edit:hover {
  color: #181818;
}

.action-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  min-width: 0;
  padding: 28px 24px;
  border-color: #e5e7eb;
  color: #364153;
  background-color: #fff;
  font-family: "Inter", "Calibri", Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.action-card:hover {
  border-color: #cbd5e1;
  color: #181818;
  background-color: #fff;
}

.action-icon {
  width: 48px;
  height: 48px;
  border: 2px solid #cbd5e1;
  border-radius: 14px;
  background-color: #fff;
}

.policy-status {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1.5;
  white-space: nowrap;
}

.policy-status-active {
  color: #987800;
  background-color: #fff7d6;
}

.policy-status-review {
  color: #4a5565;
  background-color: #f3f4f6;
}

.policy-status-payment {
  color: #26734d;
  background-color: #e8f7ef;
}

.policy-table-wrap {
  width: 100%;
  overflow-x: auto;
  border: 1px solid rgba(229, 231, 235, 0.8);
  border-radius: 16px;
  background-color: #fff;
}

.policy-table {
  width: 100%;
  min-width: 1060px;
  border-collapse: collapse;
  color: #364153;
  font-size: 13px;
  line-height: 1.45;
}

.policy-table th,
.policy-table td {
  padding: 16px 14px;
  border-bottom: 1px solid #eef0f3;
  text-align: left;
  vertical-align: middle;
  white-space: nowrap;
}

.policy-table th {
  background-color: #f9fafb;
  color: #6a7282;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
}

.policy-table tbody tr {
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}

.policy-table tbody tr:hover {
  background-color: #fffdf0;
}

.policy-table tbody tr:last-child td {
  border-bottom: 0;
}

.policy-table strong {
  color: #181818;
  font-weight: 600;
}

.policy-file {
  color: #d4a400;
  font-weight: 600;
  text-decoration: none;
}

.policy-file:hover {
  color: #181818;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.policy-file-empty {
  color: #9aa1ad;
}

.policy-edit {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  padding: 0;
  border: 0;
  color: #d4a400;
  background: none;
  font-family: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
}

.policy-edit:hover {
  color: #181818;
}

.policy-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-top: 16px;
}

.policy-add-button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 11px 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  color: #364153;
  background-color: #fff;
  font-family: "Inter", "Calibri", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.4;
  cursor: pointer;
  -webkit-transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease;
}

.policy-add-button:hover {
  border-color: #d4a400;
  color: #181818;
  background-color: #fffdf0;
}

.policy-add-button .icon-plus {
  width: 14px;
  height: 14px;
  border-color: currentColor;
}

.policy-add-button .icon-plus::before,
.policy-add-button .icon-plus::after {
  background-color: currentColor;
}

.notification-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  border: 1px solid rgba(229, 231, 235, 0.8);
  border-radius: 16px;
  background-color: #fff;
}

.notification {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  min-height: 102px;
  padding: 20px 28px;
}

.notification + .notification {
  border-top: 1px solid #e5e7eb;
}

.notification-icon,
.notification-contact-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  color: #ffd700;
  background-color: #fff9e6;
}

.notification-icon {
  width: 52px;
  height: 52px;
}

.notification-icon .icon {
  width: 22px;
  height: 22px;
}

.notification-text {
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 0;
  color: #4a5565;
  font-size: 15px;
  line-height: 1.6;
}

.notification-text strong {
  color: #181818;
  font-weight: 600;
}

.notification time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #7b8494;
  font-size: 13px;
  white-space: nowrap;
}

.notification-contact {
  max-width: 1134px;
  margin-bottom: 40px;
  padding: 24px 28px 28px;
  border: 1px solid rgba(255, 215, 0, 0.55);
  border-radius: 16px;
  background: linear-gradient(110deg, rgba(255, 215, 0, 0.08) 0%, rgba(255, 255, 255, 0) 65%);
}

.notification-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 5px 12px;
  border-radius: 8px;
  color: #181818;
  background-color: #fff0aa;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.5;
}

.notification-contact-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 24px;
  margin-top: 22px;
}

.notification-contact-icon {
  width: 64px;
  height: 64px;
}

.notification-contact-icon .icon {
  width: 28px;
  height: 28px;
}

.notification-contact p {
  max-width: 760px;
  margin: 0;
  color: #364153;
  font-size: 15px;
  line-height: 1.7;
}

.notification-contact a {
  color: #181818;
  font-weight: 700;
  text-decoration: none;
}

.notification-contact a:hover {
  text-decoration: underline;
}

.note {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  width: 100%;
  margin-top: 40px;
  min-height: 68px;
  padding: 16px;
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 14px;
  color: #364153;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 215, 0, 0.1)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(90deg, rgba(255, 215, 0, 0.1) 0%, rgba(255, 255, 255, 0) 100%);
  font-size: 13px;
  line-height: 1.625;
}

.note-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  color: #181818;
  background-color: #ffd700;
}

.note-icon .icon-info {
  width: 16px;
  height: 16px;
}

.icon-info .icon:nth-child(1) {
  left: 1px;
  top: 1px;
  width: 15px;
  height: 15px;
}

.icon-info .icon:nth-child(2) {
  left: 7px;
  top: 7px;
  width: 2px;
  height: 4px;
}

.icon-info .icon:nth-child(3) {
  left: 7px;
  top: 4px;
  width: 2px;
  height: 2px;
}

.note p {
  margin: 0;
}

.modal-layer {
  position: fixed;
  inset: 0;
  z-index: 100;
  display: grid;
  place-items: center;
  padding: 20px;
  font-family: "Inter", "Calibri", Arial, sans-serif;
}

.modal-layer[hidden] {
  display: none;
}

.modal-layer * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.modal-backdrop {
  position: absolute;
  inset: 0;
  background-color: rgba(17, 24, 39, 0.52);
}

.modal-dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 560px);
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
  border-radius: 14px;
  background-color: #fff;
  -webkit-box-shadow: 0 22px 56px rgba(15, 15, 15, 0.24);
          box-shadow: 0 22px 56px rgba(15, 15, 15, 0.24);
}

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
  padding: 18px 22px 14px;
  border-bottom: 1px solid #eef0f4;
}

.modal-title {
  margin: 0;
  color: #181818;
  font-family: "Montserrat", "Calibri", Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

.modal-close {
  position: relative;
  display: grid;
  place-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 10px;
  background-color: #f3f4f6;
  cursor: pointer;
}

.modal-close span,
.modal-close span::after {
  display: block;
  width: 16px;
  height: 2px;
  border-radius: 999px;
  background-color: #181818;
  content: "";
}

.modal-close span {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.modal-close span::after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.modal-form {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
  padding: 20px 22px 22px;
}

.modal-form:not([hidden]) {
  display: grid;
}

.modal-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  color: #364153;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.modal-field-wide {
  grid-column: 1/-1;
}

.modal-field input,
.modal-field select {
  width: 100%;
  min-height: 38px;
  padding: 7px 10px;
  border: 1px solid #d8dde6;
  border-radius: 8px;
  color: #181818;
  background-color: #fff;
  font-family: inherit;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
}

.flatpickr-calendar {
  z-index: 130;
  font-family: "Inter", "Calibri", Arial, sans-serif;
}

.modal-field input:focus,
.modal-field select:focus {
  border-color: #d4a400;
  outline: 3px solid rgba(255, 215, 0, 0.22);
}

.modal-dropzone.dropzone {
  min-height: 92px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 18px;
  border: 1px dashed #cbd5e1;
  border-radius: 10px;
  background-color: #f9fafb;
  color: #364153;
  font-family: inherit;
}

.modal-dropzone.dropzone.dz-drag-hover {
  border-color: #d4a400;
  background-color: #fff9e6;
}

.modal-dropzone .dz-message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  margin: 0;
  text-align: center;
}

.modal-dropzone .dz-message strong {
  color: #181818;
  font-size: 14px;
  font-weight: 600;
}

.modal-dropzone .dz-message span,
.modal-dropzone .dz-remove {
  color: #4a5565;
  font-size: 12px;
  font-weight: 500;
}

.modal-dropzone .dz-preview {
  min-height: auto;
  margin: 0;
}

.modal-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: 1/-1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  gap: 10px;
  margin-top: 4px;
}

.modal-primary,
.modal-secondary {
  min-height: 38px;
  padding: 8px 16px;
  border-radius: 8px;
  font-family: inherit;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.modal-primary {
  border: 0;
  color: #181818;
  background-color: #ffd700;
}

.modal-secondary {
  border: 1px solid #d8dde6;
  color: #364153;
  background-color: #fff;
}

@media (max-width: 1280px) {
  .dashboard {
    --sidebar-width: 280px;
  }

  .card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 1023.98px) {
  .dashboard {
    display: block;
  }

  .sidebar {
    position: sticky;
    top: 0;
    z-index: 20;
    display: block;
    height: auto;
    border-right: 0;
    border-bottom: 1px solid #e5e5e7;
  }

  .sidebar-brand {
    display: none;
  }

  .mobile-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 16px;
    min-height: 70px;
    padding: 9px 16px;
    border-bottom: 1px solid #e5e5e7;
    background-color: #fff;
  }

  .sidebar-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 52px;
    height: 52px;
    margin: 0;
    padding: 0;
    border: 0;
    border-radius: 8px;
    color: #181818;
    background-color: #ffd700;
    -webkit-box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
            box-shadow: 0 8px 16px -8px rgba(15, 15, 15, 0.2);
    cursor: pointer;
    -webkit-transition: color 0.2s ease, background-color 0.2s ease;
    transition: color 0.2s ease, background-color 0.2s ease;
  }

  .sidebar-content {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    max-height: calc(100dvh - 70px);
    min-height: auto;
    display: none;
    padding: 0 16px 16px;
    overflow-y: auto;
    -ms-scroll-chaining: none;
        overscroll-behavior: contain;
    border-bottom: 1px solid #e5e5e7;
    background-color: #fff;
    -webkit-box-shadow: 0 16px 24px -16px rgba(15, 15, 15, 0.24);
            box-shadow: 0 16px 24px -16px rgba(15, 15, 15, 0.24);
  }

  .sidebar-nav {
    padding: 16px 0 0;
  }

  .sidebar-bottom {
    margin-top: 10px;
    padding: 16px 0 0;
  }

  .sidebar-exit {
    margin: 0;
  }

  .mobile-logo {
    display: block;
    width: 167px;
    max-width: calc(100% - 68px);
    height: auto;
    border-radius: 8px;
  }

  .mobile-menu-icon {
    width: 20px;
    height: 20px;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
  }

  .mobile-menu-icon path {
    transform-box: fill-box;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, -webkit-transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease;
    transition: opacity 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
  }

  .dashboard-open .sidebar-content {
    display: block;
  }

  .dashboard-open .sidebar-toggle {
    color: #ffd700;
    background-color: #181818;
  }

  .dashboard-open .mobile-menu-icon path:nth-child(1) {
    -webkit-transform: translateY(5px) rotate(45deg);
            transform: translateY(5px) rotate(45deg);
  }

  .dashboard-open .mobile-menu-icon path:nth-child(2) {
    opacity: 0;
  }

  .dashboard-open .mobile-menu-icon path:nth-child(3) {
    -webkit-transform: translateY(-5px) rotate(-45deg);
            transform: translateY(-5px) rotate(-45deg);
  }

  .main {
    padding: 32px 16px 40px;
  }

  .subtitle {
    margin-left: 0;
  }
}

@media (max-width: 767.98px) {
  .title {
    font-size: 24px;
  }

  .section-header {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .section-line {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }

  .card-grid {
    grid-template-columns: 1fr;
  }

  .card,
  .action-card {
    min-height: 0;
  }

  .notification {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 18px;
  }

  .notification-text {
    -ms-flex-preferred-size: calc(100% - 72px);
        flex-basis: calc(100% - 72px);
  }

  .notification time {
    width: 100%;
    padding-left: 72px;
  }

  .notification-contact {
    padding: 20px;
  }

  .notification-contact-body {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 16px;
  }

  .notification-contact-icon {
    width: 52px;
    height: 52px;
  }

  .modal-dialog {
    width: 100%;
    max-height: calc(100dvh - 24px);
    border-radius: 12px;
  }

  .modal-header {
    padding: 20px 20px 14px;
  }

  .modal-layer {
    padding: 12px;
  }

  .modal-form {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 18px;
  }

  .modal-actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

@media (max-width: 420px) {
  .card {
    gap: 12px;
    padding: 18px;
  }

  .avatar {
    width: 56px;
    height: 56px;
  }

  .card-icon {
    width: 48px;
    height: 48px;
  }

  .card-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 6px;
  }
}