@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/* 1. Tüm öğelerin box-sizing'ini border-box yap */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* 2. Varsayılan margin ve padding'i sıfırla */
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
figure,
blockquote,
dl,
dd,
ul,
ol,
pre {
  margin: 0;
  padding: 0;
}

ul,
ol {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote::before, blockquote::after,
q::before,
q::after {
  content: "";
  content: none;
}

html {
  height: 100%;
}

/* 5. Body için temel stil ayarı */
body {
  min-height: 100%;
  height: 100%;
  font-family: "Montserrat", sans-serif;
  font-optical-sizing: auto;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  color: var(--color-on-surface, #000);
}

/* 6. Tüm görselleri duyarlı yap */
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}

/* 7. Formlar varsayılan stilini devre dışı bırak */
input,
button,
textarea,
select {
  font: inherit;
  color: inherit;
  background: none;
  border: none;
  padding: 0;
  margin: 0;
  outline: none;
  appearance: none;
}

/* 8. Link’leri sadeleştir */
a {
  color: inherit;
  text-decoration: none;
}

/* 9. Buton ve link’ler için cursor */
button,
[role=button] {
  cursor: pointer;
}

/* 10. Tablolar */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* 11. HR (yatay çizgi) */
hr {
  border: none;
  height: 1px;
  background-color: currentColor;
  opacity: 0.2;
}

/* 12. Kod blokları */
code,
pre {
  font-family: "Courier New", Courier, monospace;
  font-size: 0.9em;
  background-color: #f5f5f5;
  padding: 0.25rem 0.5rem;
  border-radius: 4px;
}

/* 13. Selection */
::selection {
  background-color: var(--color-primary, #0d6efd);
  color: #fff;
}

/* 14. Form control elemanlarının uyumlu görünmesi için */
button,
input,
select,
textarea {
  line-height: inherit;
}

.u-m-0 {
  margin: 0px;
}

.u-mt-0 {
  margin-top: 0px;
}

.u-mr-0 {
  margin-right: 0px;
}

.u-mb-0 {
  margin-bottom: 0px;
}

.u-ml-0 {
  margin-left: 0px;
}

.u-mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

.u-my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}

.u-p-0 {
  padding: 0px;
}

.u-pt-0 {
  padding-top: 0px;
}

.u-pr-0 {
  padding-right: 0px;
}

.u-pb-0 {
  padding-bottom: 0px;
}

.u-pl-0 {
  padding-left: 0px;
}

.u-px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.u-py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.u-m-4 {
  margin: 4px;
}

.u-mt-4 {
  margin-top: 4px;
}

.u-mr-4 {
  margin-right: 4px;
}

.u-mb-4 {
  margin-bottom: 4px;
}

.u-ml-4 {
  margin-left: 4px;
}

.u-mx-4 {
  margin-left: 4px;
  margin-right: 4px;
}

.u-my-4 {
  margin-top: 4px;
  margin-bottom: 4px;
}

.u-p-4 {
  padding: 4px;
}

.u-pt-4 {
  padding-top: 4px;
}

.u-pr-4 {
  padding-right: 4px;
}

.u-pb-4 {
  padding-bottom: 4px;
}

.u-pl-4 {
  padding-left: 4px;
}

.u-px-4 {
  padding-left: 4px;
  padding-right: 4px;
}

.u-py-4 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.u-m-8 {
  margin: 8px;
}

.u-mt-8 {
  margin-top: 8px;
}

.u-mr-8 {
  margin-right: 8px;
}

.u-mb-8 {
  margin-bottom: 8px;
}

.u-ml-8 {
  margin-left: 8px;
}

.u-mx-8 {
  margin-left: 8px;
  margin-right: 8px;
}

.u-my-8 {
  margin-top: 8px;
  margin-bottom: 8px;
}

.u-p-8 {
  padding: 8px;
}

.u-pt-8 {
  padding-top: 8px;
}

.u-pr-8 {
  padding-right: 8px;
}

.u-pb-8 {
  padding-bottom: 8px;
}

.u-pl-8 {
  padding-left: 8px;
}

.u-px-8 {
  padding-left: 8px;
  padding-right: 8px;
}

.u-py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.u-m-12 {
  margin: 12px;
}

.u-mt-12 {
  margin-top: 12px;
}

.u-mr-12 {
  margin-right: 12px;
}

.u-mb-12 {
  margin-bottom: 12px;
}

.u-ml-12 {
  margin-left: 12px;
}

.u-mx-12 {
  margin-left: 12px;
  margin-right: 12px;
}

.u-my-12 {
  margin-top: 12px;
  margin-bottom: 12px;
}

.u-p-12 {
  padding: 12px;
}

.u-pt-12 {
  padding-top: 12px;
}

.u-pr-12 {
  padding-right: 12px;
}

.u-pb-12 {
  padding-bottom: 12px;
}

.u-pl-12 {
  padding-left: 12px;
}

.u-px-12 {
  padding-left: 12px;
  padding-right: 12px;
}

.u-py-12 {
  padding-top: 12px;
  padding-bottom: 12px;
}

.u-m-16 {
  margin: 16px;
}

.u-mt-16 {
  margin-top: 16px;
}

.u-mr-16 {
  margin-right: 16px;
}

.u-mb-16 {
  margin-bottom: 16px;
}

.u-ml-16 {
  margin-left: 16px;
}

.u-mx-16 {
  margin-left: 16px;
  margin-right: 16px;
}

.u-my-16 {
  margin-top: 16px;
  margin-bottom: 16px;
}

.u-p-16 {
  padding: 16px;
}

.u-pt-16 {
  padding-top: 16px;
}

.u-pr-16 {
  padding-right: 16px;
}

.u-pb-16 {
  padding-bottom: 16px;
}

.u-pl-16 {
  padding-left: 16px;
}

.u-px-16 {
  padding-left: 16px;
  padding-right: 16px;
}

.u-py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.u-m-24 {
  margin: 24px;
}

.u-mt-24 {
  margin-top: 24px;
}

.u-mr-24 {
  margin-right: 24px;
}

.u-mb-24 {
  margin-bottom: 24px;
}

.u-ml-24 {
  margin-left: 24px;
}

.u-mx-24 {
  margin-left: 24px;
  margin-right: 24px;
}

.u-my-24 {
  margin-top: 24px;
  margin-bottom: 24px;
}

.u-p-24 {
  padding: 24px;
}

.u-pt-24 {
  padding-top: 24px;
}

.u-pr-24 {
  padding-right: 24px;
}

.u-pb-24 {
  padding-bottom: 24px;
}

.u-pl-24 {
  padding-left: 24px;
}

.u-px-24 {
  padding-left: 24px;
  padding-right: 24px;
}

.u-py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.u-m-32 {
  margin: 32px;
}

.u-mt-32 {
  margin-top: 32px;
}

.u-mr-32 {
  margin-right: 32px;
}

.u-mb-32 {
  margin-bottom: 32px;
}

.u-ml-32 {
  margin-left: 32px;
}

.u-mx-32 {
  margin-left: 32px;
  margin-right: 32px;
}

.u-my-32 {
  margin-top: 32px;
  margin-bottom: 32px;
}

.u-p-32 {
  padding: 32px;
}

.u-pt-32 {
  padding-top: 32px;
}

.u-pr-32 {
  padding-right: 32px;
}

.u-pb-32 {
  padding-bottom: 32px;
}

.u-pl-32 {
  padding-left: 32px;
}

.u-px-32 {
  padding-left: 32px;
  padding-right: 32px;
}

.u-py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.u-m-40 {
  margin: 40px;
}

.u-mt-40 {
  margin-top: 40px;
}

.u-mr-40 {
  margin-right: 40px;
}

.u-mb-40 {
  margin-bottom: 40px;
}

.u-ml-40 {
  margin-left: 40px;
}

.u-mx-40 {
  margin-left: 40px;
  margin-right: 40px;
}

.u-my-40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

.u-p-40 {
  padding: 40px;
}

.u-pt-40 {
  padding-top: 40px;
}

.u-pr-40 {
  padding-right: 40px;
}

.u-pb-40 {
  padding-bottom: 40px;
}

.u-pl-40 {
  padding-left: 40px;
}

.u-px-40 {
  padding-left: 40px;
  padding-right: 40px;
}

.u-py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.u-m-48 {
  margin: 48px;
}

.u-mt-48 {
  margin-top: 48px;
}

.u-mr-48 {
  margin-right: 48px;
}

.u-mb-48 {
  margin-bottom: 48px;
}

.u-ml-48 {
  margin-left: 48px;
}

.u-mx-48 {
  margin-left: 48px;
  margin-right: 48px;
}

.u-my-48 {
  margin-top: 48px;
  margin-bottom: 48px;
}

.u-p-48 {
  padding: 48px;
}

.u-pt-48 {
  padding-top: 48px;
}

.u-pr-48 {
  padding-right: 48px;
}

.u-pb-48 {
  padding-bottom: 48px;
}

.u-pl-48 {
  padding-left: 48px;
}

.u-px-48 {
  padding-left: 48px;
  padding-right: 48px;
}

.u-py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}

.u-m-64 {
  margin: 64px;
}

.u-mt-64 {
  margin-top: 64px;
}

.u-mr-64 {
  margin-right: 64px;
}

.u-mb-64 {
  margin-bottom: 64px;
}

.u-ml-64 {
  margin-left: 64px;
}

.u-mx-64 {
  margin-left: 64px;
  margin-right: 64px;
}

.u-my-64 {
  margin-top: 64px;
  margin-bottom: 64px;
}

.u-p-64 {
  padding: 64px;
}

.u-pt-64 {
  padding-top: 64px;
}

.u-pr-64 {
  padding-right: 64px;
}

.u-pb-64 {
  padding-bottom: 64px;
}

.u-pl-64 {
  padding-left: 64px;
}

.u-px-64 {
  padding-left: 64px;
  padding-right: 64px;
}

.u-py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}

.shape {
  font-size: 1.5rem;
}
.shape svg {
  max-width: 1em;
  max-height: 1em;
  fill: currentColor;
  stroke: currentColor;
}

.c-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.25;
  padding: 0.3rem 0.6rem;
  border-radius: 0.5rem;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
  background-color: var(--color-surface);
  color: var(--color-button-on-surface);
  white-space: nowrap;
}
.c-btn--sm {
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
}
.c-btn--fullwidth {
  width: 100%;
}
.c-btn--large {
  padding: 0.5rem;
  height: 2.5rem;
  justify-content: center;
}
.c-btn--icon {
  padding: 0.5rem;
  width: 2.5rem;
  height: 2.5rem;
  justify-content: center;
}
.c-btn--link {
  background-color: transparent;
  color: var(--color-primary);
  border: none;
  padding: 0;
  font-weight: 500;
}
.c-btn--link:hover {
  text-decoration: underline;
}
.c-btn--disabled, .c-btn[disabled] {
  opacity: 0.5;
  pointer-events: none;
  cursor: not-allowed;
}

.c-btn--primary {
  background-color: var(--color-primary);
  color: var(--color-on-primary);
  border-color: var(--color-primary);
}
.c-btn--primary:hover {
  opacity: 0.7;
}
.c-btn--primary.c-btn--bordered {
  background-color: transparent;
  color: var(--color-primary);
  border-color: var(--color-primary);
}

.c-btn--secondary {
  background-color: var(--color-secondary);
  color: var(--color-on-secondary);
  border-color: var(--color-secondary);
}
.c-btn--secondary:hover {
  opacity: 0.7;
}
.c-btn--secondary.c-btn--bordered {
  background-color: transparent;
  color: var(--color-secondary);
  border-color: var(--color-secondary);
}

.c-btn--success {
  background-color: var(--color-success);
  color: var(--color-on-success);
  border-color: var(--color-success);
}
.c-btn--success:hover {
  opacity: 0.7;
}
.c-btn--success.c-btn--bordered {
  background-color: transparent;
  color: var(--color-success);
  border-color: var(--color-success);
}

.c-btn--warning {
  background-color: var(--color-warning);
  color: var(--color-on-warning);
  border-color: var(--color-warning);
}
.c-btn--warning:hover {
  opacity: 0.7;
}
.c-btn--warning.c-btn--bordered {
  background-color: transparent;
  color: var(--color-warning);
  border-color: var(--color-warning);
}

.c-btn--error {
  background-color: var(--color-error);
  color: var(--color-on-error);
  border-color: var(--color-error);
}
.c-btn--error:hover {
  opacity: 0.7;
}
.c-btn--error.c-btn--bordered {
  background-color: transparent;
  color: var(--color-error);
  border-color: var(--color-error);
}

.box {
  padding: 1rem;
  background-color: var(--color-surface-soft);
  border-radius: 0.75rem;
  border-top: 1px solid var(--color-card-surface-border);
  box-shadow: 0px 12px 50px var(--color-shadow);
}

.choices {
  font-size: 1rem;
  color: var(--color-on-surface);
  margin-bottom: 0;
}
.choices__inner {
  font-size: 0.875rem;
  min-height: 2.5rem;
  padding: 0.21875rem 0.3rem !important;
  border-radius: 0.5rem;
  background-color: var(--color-input-surface);
  border-color: var(--color-border);
}
.choices__list--single {
  padding: 0.25rem 1rem 0.25rem 0.25rem;
}
.choices__list--dropdown {
  max-height: 18.75rem;
}
.choices__list--dropdown .choices__item {
  font-size: 0.875rem;
  padding: 0.625rem;
}
.choices__list--dropdown .choices__item.is-highlighted {
  background-color: var(--color-on-hover-surface);
}
.choices__list[aria-expanded] {
  background-color: var(--color-surface);
  border-color: var(--color-border);
}
.choices__list[aria-expanded] .choices__list {
  max-height: 18.75rem;
}
.choices__list[aria-expanded] .choices__item {
  font-size: 0.875rem;
  padding: 0.625rem;
}
.choices__list--multiple .choices__item {
  background-color: var(--color-primary);
  color: var(--color-on-primary);
  border-radius: 0.375rem;
  padding: 0.3125rem 0.625rem;
  font-size: 0.8125rem;
}
.choices__input {
  font-size: 0.875rem;
  padding: 0.625rem;
}
.choices__input--cloned {
  background-color: transparent !important;
  border: none !important;
  height: 1.9375rem !important;
  margin: 0 !important;
}
.choices__input:not([type=radio]), .choices__input:not([type=checkbox]) {
  min-width: 100% !important;
  overflow: hidden;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
}
.choices[data-type*=select-one]::after {
  border-width: 0.3125rem;
  right: 0.71875rem;
  margin-top: -0.15625rem;
}
.choices[data-type*=select-one] .choices__input {
  padding: 0.625rem;
  background-color: var(--color-input-surface);
  border-color: var(--color-border);
}

.form-area {
  display: flex;
  flex-direction: column;
  gap: 0.9375rem;
}
.form-area__item {
  width: 100%;
}
.form-area__item--vertical {
  display: flex;
  flex-direction: column;
  gap: 0.1rem;
  width: 100%;
  min-height: 40px;
  justify-content: center;
}
.form-area__item--horizontal {
  display: flex;
  justify-content: space-between;
  gap: 0.4rem;
  width: 100%;
}
.form-area__item__label,
.form-area__item label {
  display: flex;
  align-items: flex-start !important;
  gap: 0.4rem;
  font-size: 0.85rem;
  color: var(--color-on-surface);
}
.form-area__item input[type=checkbox] {
  width: 0;
  height: 0;
  opacity: 0;
  display: none;
  cursor: pointer;
}
.form-area__item input[type=checkbox] + .checkbox {
  width: 1.125rem;
  height: 1.125rem;
  min-width: 1.125rem;
  min-height: 1.125rem;
  border: 1px solid var(--color-border);
  background-color: var(--color-input-surface);
  border-radius: 0.1875rem;
  cursor: pointer;
}
.form-area__item input[type=checkbox] + .checkbox .shape {
  display: none;
  color: var(--color-primary);
  font-size: 1rem;
}
.form-area__item input[type=checkbox] ~ span {
  cursor: pointer;
}
.form-area__item input[type=checkbox]:checked + .checkbox {
  background-color: #fff;
}
.form-area__item input[type=checkbox]:checked + .checkbox .shape {
  display: block;
}
.form-area__item input:not([type=checkbox]),
.form-area__item input:not([type=radio]) {
  height: 2.5rem;
  padding: 0 0.9rem;
  border-radius: 0.5rem;
  border: 0.0625rem solid var(--color-border);
  background: var(--color-input-surface);
  color: var(--color-on-surface);
  font-size: 0.95rem;
  outline: none;
  transition: box-shadow 0.15s, border-color 0.15s;
  width: 100%;
}
.form-area__item input:not([type=checkbox]):focus,
.form-area__item input:not([type=radio]):focus {
  border-color: var(--color-primary);
  box-shadow: 0 0.375rem 1.125rem var(--color-shadow);
}
.form-area__item input:not([type=checkbox]),
.form-area__item input:not([type=radio]),
.form-area__item textarea,
.form-area__item select {
  width: 100%;
  padding: 0.53125rem 0.625rem;
  border: 1px solid var(--color-border);
  border-radius: 0.5rem;
  font-size: 0.875rem;
  transition: border-color 0.2s ease;
}
.form-area__item .error-message {
  font-size: 0.8125rem;
  padding: 0.25rem 0;
  color: var(--color-error);
}

p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.page-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}
.page-top__title {
  font-size: 1.25rem;
  line-height: calc(1.25rem + 5px);
}
@media screen and (max-width: 768px) {
  .page-top__title {
    font-size: 1rem;
    line-height: calc(1rem + 5px);
    margin-bottom: 0.25rem;
  }
}
.page-top__title p {
  margin: 0;
}
.page-top__actions {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
.page-top__actions button {
  padding: 0.75rem;
}
.page-top__actions button .shape {
  font-size: 1rem;
}
.page-top__actions button.active {
  background-color: var(--color-primary);
  color: var(--color-button-on-surface);
}
.user-avatar {
  width: 2.25rem;
  height: 2.25rem;
  min-width: 2.25rem;
  min-height: 2.25rem;
  border-radius: 50%;
  color: var(--color-on-primary);
  display: flex;
  align-items: center;
  background-color: #f89e55 !important;
  justify-content: center;
  font-size: 0.875rem;
  font-weight: bold;
  font-family: sans-serif;
}

.tabulator {
  border-radius: 0.75rem;
  background-color: var(--color-card-surface);
  border-color: transparent;
  font-size: 0.8rem;
  color: var(--color-on-surface);
  height: 100%;
}
.tabulator .tabulator-row {
  background-color: var(--color-card-surface);
}
.tabulator .tabulator-header {
  background-color: var(--color-card-surface);
  border-color: transparent;
  color: var(--color-on-surface);
}
.tabulator .tabulator-header .tabulator-col {
  background-color: var(--color-card-surface);
  border-color: transparent;
}
.tabulator .tabulator-header .tabulator-col.tabulator-sortable.tabulator-col-sorter-element:hover {
  background-color: var(--color-on-hover-surface);
}
.tabulator .tabulator-header .tabulator-col .tabulator-col-content {
  padding: 0.6rem 0.6rem;
}
.tabulator .tabulator-tableholder {
  font-size: 0.8125rem;
  max-height: 100%;
}
.tabulator .tabulator-tableholder .tabulator-table {
  background-color: var(--color-card-surface);
  color: var(--color-on-surface);
}
.tabulator .tabulator-tableholder .tabulator-table .tabulator-row {
  border-top: 1px solid var(--color-border);
}
.tabulator .tabulator-tableholder .tabulator-table .tabulator-row.tabulator-row-even {
  background-color: transparent;
}
.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .tabulator-cell {
  align-content: center;
  border-color: transparent;
  padding: 0.6rem 0.6rem;
}
.tabulator .tabulator-tableholder .tabulator-table .tabulator-row:hover {
  background-color: var(--color-on-hover-surface);
  border-radius: 0.5rem;
  border-color: transparent;
}
.tabulator .tabulator-tableholder .tabulator-table .tabulator-row .shape {
  font-size: 0.9375rem;
}
.tabulator .tabulator-footer {
  background-color: var(--color-card-surface);
  border-color: transparent;
}
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page {
  border-color: transparent;
  border: 1px solid var(--color-border);
  padding: 0.25rem 0.75rem;
  border-radius: 0.5rem;
}
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page:hover {
  background-color: var(--color-on-hover-surface);
  color: inherit;
}
.tabulator .tabulator-footer .tabulator-paginator .tabulator-page.active {
  background-color: var(--color-on-hover-surface);
  color: inherit;
}

.slider {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}
.slider__track-wrapper {
  display: flex;
  align-items: center;
  position: relative;
}
.slider__track {
  display: flex;
  transition: transform 0.4s ease;
  width: 100%;
}
.slider__item {
  flex: 0 0 100%;
  padding: 1rem;
  text-align: center;
  background: var(--color-surface);
}
.slider__item .btn {
  margin-top: 1rem;
  padding: 0.5rem 1rem;
  background: #007bff;
  color: white;
  border: none;
  border-radius: 4px;
}
.slider__arrow {
  color: var(color-on-surfece);
  border: none;
  font-size: 1.5rem;
  padding: 0.5rem 1rem;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}
.slider__arrow.prev {
  left: 0.5rem;
}
.slider__arrow.next {
  right: 0.5rem;
}
.slider__pagination {
  display: flex;
  justify-content: center;
  margin-top: 1rem;
}
.slider__pagination .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ccc;
  margin: 0 5px;
  border: none;
  cursor: pointer;
}
.slider__pagination .dot.active {
  background: #007bff;
}

.badge {
  display: inline-block;
  padding: 0rem 0.625rem;
  border-radius: 0.375rem;
  font-size: 0.85rem;
  font-weight: 500;
  text-transform: capitalize;
  white-space: nowrap;
  user-select: none;
  border: 1px solid transparent;
  transition: all 0.2s ease;
}
.badge:hover {
  transform: scale(1.05);
}
.badge-open {
  background-color: #f89d55;
  border: 1px solid #fff;
  color: #fff;
  border-color: transparent;
}
.badge-closed {
  background-color: transparent;
  border: 1px solid #dc3545;
  color: #dc3545;
  border-color: #dc3545;
}
.badge-pending {
  background-color: #6c757d;
  border: 1px solid #fff;
  color: #fff;
  border-color: transparent;
}
.badge-default {
  background-color: transparent;
  border: 1px solid #6c757d;
  color: #6c757d;
  border-color: #6c757d;
}

.toast-container {
  position: fixed;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 99999;
}

.toast {
  min-width: 260px;
  max-width: 340px;
  padding: 14px 18px;
  border-radius: 10px;
  display: flex;
  gap: 12px;
  align-items: flex-start;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  opacity: 0;
  transform: translateX(50px);
  animation: slide-in 0.35s ease forwards, fade-out 0.4s ease forwards 4s;
  transition: opacity 0.4s, transform 0.4s;
}
.toast--hide {
  opacity: 0;
  transform: translateX(50px);
}
.toast__icon {
  font-size: 24px;
  color: inherit;
}
.toast__content {
  display: flex;
  flex-direction: column;
}
.toast__title {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}
.toast__message {
  font-size: 14px;
  line-height: 1.3;
}
.toast--success {
  background: #28a745;
  color: #fff;
}
.toast--error {
  background: #dc3545;
  color: #fff;
}
.toast--warning {
  background: #ffc107;
  color: #000;
}
.toast--info {
  background: #17a2b8;
  color: #fff;
}

@keyframes slide-in {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes fade-out {
  to {
    opacity: 0;
    transform: translateX(50px);
  }
}
.layout {
  display: grid;
  grid-template-columns: 17.5rem 1fr;
  grid-template-areas: "sidebar main";
  height: 100%;
  overflow: hidden;
  background-color: var(--color-primary);
  position: relative;
  transition: all 0.3s ease;
}
.layout:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 85px;
  background-color: rgba(255, 255, 255, 0.06);
  z-index: 0;
}
@media screen and (max-width: 768px) {
  .layout {
    grid-template-columns: 0 1fr;
    grid-template-rows: 3.75rem 1fr;
    grid-template-areas: "header header" "sidebar main";
  }
}

.sidebar {
  grid-area: sidebar;
  padding: 0;
  height: 100%;
  overflow: hidden;
  background-color: var(--color-primary);
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: space-between;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .sidebar {
    position: fixed;
    left: 0;
    top: 0;
    height: 100%;
    width: 17.5rem;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.2);
    z-index: 20;
  }
  .sidebar.active {
    transform: translateX(0);
  }
}
.sidebar .logo {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.5em 1rem;
  background-color: rgba(255, 255, 255, 0.06);
}
.sidebar .logo img {
  width: 9.375rem;
}
@media screen and (max-width: 768px) {
  .sidebar .logo {
    justify-content: flex-start;
    padding: 0.7em 1rem;
    gap: 1rem;
  }
  .sidebar .logo .shape {
    font-size: 1.5rem;
  }
  .sidebar .logo img {
    width: 8.4375rem;
  }
}
.sidebar .logo .menu-toggle {
  display: none;
}
.sidebar .logo .menu-toggle .shape {
  font-size: 2rem;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .sidebar .logo .menu-toggle {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.sidebar .user-menu {
  padding: 1rem;
  background-color: rgba(255, 255, 255, 0.06);
}
.sidebar .user-menu__info {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  padding: 0.75rem 0;
  border-radius: 0.4rem;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.sidebar .user-menu__info--guest {
  cursor: default;
  flex-direction: column;
  align-items: start;
}
.sidebar .user-menu__info--guest p {
  font-size: 0.8125rem;
  color: var(--color-on-surface-secondary);
  margin: 0;
}
.sidebar .user-menu__info--guest span {
  display: block;
  font-size: 0.9375rem;
  font-weight: 600;
}
.sidebar .user-menu__info .login-link {
  font-size: 0.875rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--color-on-primary);
  border-radius: 0.25rem;
  width: 100%;
  cursor: pointer;
}
.sidebar .user-menu__info .login-link .shape {
  font-size: 2rem;
  color: var(--color-on-primary);
}
.sidebar .user-menu__info .user-info {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.sidebar .user-menu__info .user-info .user-name {
  font-weight: 600;
  font-size: 0.9375rem;
  line-height: 1;
}
.sidebar .user-menu__info .user-info .user-role {
  font-size: 0.75rem;
  margin-top: 2px;
  color: var(--color-on-surface-secondary);
}
.sidebar .user-menu__info .user-logout {
  align-self: flex-start;
}
.sidebar .user-menu__info .user-logout a {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-size: 0.75rem;
  color: var(--color-on-primary);
  padding: 0.4rem;
  cursor: pointer;
}
.sidebar .user-menu__info .user-logout a .shape {
  font-size: 1.5rem;
  color: var(--color-on-primary);
}
.sidebar .navigation {
  height: 100%;
  padding: 1rem;
  color: #fff;
}
.sidebar .navigation__divider-title {
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  opacity: 0.5;
  padding: 0.4rem 0 0.8rem;
}
.sidebar .navigation ul li.active {
  padding: 0.8rem 1rem;
  background-color: rgba(255, 255, 255, 0.06);
  border-radius: 0.8rem;
}
.sidebar .navigation ul li.active a {
  color: #f89d55;
}
.sidebar .navigation ul li a {
  display: inline-flex;
  align-items: center;
  gap: 0.75rem;
  font-size: 1rem;
  color: #fff;
  width: 100%;
  cursor: pointer;
}
.sidebar .navigation ul li a .shape {
  font-size: 1rem;
}

.header {
  position: sticky;
  top: 0;
  background-color: var(--color-primary);
  z-index: 1;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  padding: 1rem;
  display: none;
  grid-area: header;
}
.header img {
  height: 2.1875rem;
}
.header .shape {
  font-size: 1.5rem;
  color: var(--color-on-primary);
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  .header {
    display: flex;
    align-items: center;
    gap: 24px;
  }
}

.main {
  grid-area: main;
  padding: 1.5rem;
  height: 100%;
  overflow: hidden;
  overflow-y: auto;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  background-color: var(--color-body-surface);
  border-radius: 18px 0 0 18px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1024px) {
  .main {
    border-radius: 0;
  }
}

.content-tab {
  padding: 0.5rem 0;
  max-width: 100%;
  font-family: sans-serif;
}
.content-tab__navigation {
  position: relative;
  margin-bottom: 0.5rem;
  display: flex;
  background-color: var(--color-surface);
  padding: 0.25rem;
  border-radius: 0.75rem;
}
.content-tab__item {
  display: inline-block;
  padding: 0.5rem 1rem;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 1;
  transition: color 0.3s;
  font-size: 0.875rem;
}
.content-tab__item.active {
  color: #fff;
}
.content-tab__highlight {
  position: absolute;
  bottom: 5px;
  border-radius: 0.5rem;
  background-color: #007BFF;
  width: 0;
  left: 0;
  transition: left 0.3s ease;
  z-index: 0;
}
.content-tab__content {
  display: none;
  padding: 1rem;
  background: var(--color-surface);
  border-radius: 0.75rem;
  font-size: 1rem;
}
.content-tab__content.active {
  display: block;
}

.grid {
  display: grid;
  width: 100%;
  box-sizing: border-box;
  align-items: start;
}

.gap-0 {
  gap: 0px;
}

.row-gap-0 {
  row-gap: 0px;
}

.col-gap-0 {
  column-gap: 0px;
}

@media (min-width: 0px) {
  .xs\:gap-0 {
    gap: 0px;
  }
  .xs\:row-gap-0 {
    row-gap: 0px;
  }
  .xs\:col-gap-0 {
    column-gap: 0px;
  }
}
@media (min-width: 480px) {
  .sm\:gap-0 {
    gap: 0px;
  }
  .sm\:row-gap-0 {
    row-gap: 0px;
  }
  .sm\:col-gap-0 {
    column-gap: 0px;
  }
}
@media (min-width: 768px) {
  .md\:gap-0 {
    gap: 0px;
  }
  .md\:row-gap-0 {
    row-gap: 0px;
  }
  .md\:col-gap-0 {
    column-gap: 0px;
  }
}
@media (min-width: 1024px) {
  .lg\:gap-0 {
    gap: 0px;
  }
  .lg\:row-gap-0 {
    row-gap: 0px;
  }
  .lg\:col-gap-0 {
    column-gap: 0px;
  }
}
@media (min-width: 1280px) {
  .xl\:gap-0 {
    gap: 0px;
  }
  .xl\:row-gap-0 {
    row-gap: 0px;
  }
  .xl\:col-gap-0 {
    column-gap: 0px;
  }
}
@media (min-width: 1440px) {
  .xxl\:gap-0 {
    gap: 0px;
  }
  .xxl\:row-gap-0 {
    row-gap: 0px;
  }
  .xxl\:col-gap-0 {
    column-gap: 0px;
  }
}
.gap-8 {
  gap: 8px;
}

.row-gap-8 {
  row-gap: 8px;
}

.col-gap-8 {
  column-gap: 8px;
}

@media (min-width: 0px) {
  .xs\:gap-8 {
    gap: 8px;
  }
  .xs\:row-gap-8 {
    row-gap: 8px;
  }
  .xs\:col-gap-8 {
    column-gap: 8px;
  }
}
@media (min-width: 480px) {
  .sm\:gap-8 {
    gap: 8px;
  }
  .sm\:row-gap-8 {
    row-gap: 8px;
  }
  .sm\:col-gap-8 {
    column-gap: 8px;
  }
}
@media (min-width: 768px) {
  .md\:gap-8 {
    gap: 8px;
  }
  .md\:row-gap-8 {
    row-gap: 8px;
  }
  .md\:col-gap-8 {
    column-gap: 8px;
  }
}
@media (min-width: 1024px) {
  .lg\:gap-8 {
    gap: 8px;
  }
  .lg\:row-gap-8 {
    row-gap: 8px;
  }
  .lg\:col-gap-8 {
    column-gap: 8px;
  }
}
@media (min-width: 1280px) {
  .xl\:gap-8 {
    gap: 8px;
  }
  .xl\:row-gap-8 {
    row-gap: 8px;
  }
  .xl\:col-gap-8 {
    column-gap: 8px;
  }
}
@media (min-width: 1440px) {
  .xxl\:gap-8 {
    gap: 8px;
  }
  .xxl\:row-gap-8 {
    row-gap: 8px;
  }
  .xxl\:col-gap-8 {
    column-gap: 8px;
  }
}
.gap-12 {
  gap: 12px;
}

.row-gap-12 {
  row-gap: 12px;
}

.col-gap-12 {
  column-gap: 12px;
}

@media (min-width: 0px) {
  .xs\:gap-12 {
    gap: 12px;
  }
  .xs\:row-gap-12 {
    row-gap: 12px;
  }
  .xs\:col-gap-12 {
    column-gap: 12px;
  }
}
@media (min-width: 480px) {
  .sm\:gap-12 {
    gap: 12px;
  }
  .sm\:row-gap-12 {
    row-gap: 12px;
  }
  .sm\:col-gap-12 {
    column-gap: 12px;
  }
}
@media (min-width: 768px) {
  .md\:gap-12 {
    gap: 12px;
  }
  .md\:row-gap-12 {
    row-gap: 12px;
  }
  .md\:col-gap-12 {
    column-gap: 12px;
  }
}
@media (min-width: 1024px) {
  .lg\:gap-12 {
    gap: 12px;
  }
  .lg\:row-gap-12 {
    row-gap: 12px;
  }
  .lg\:col-gap-12 {
    column-gap: 12px;
  }
}
@media (min-width: 1280px) {
  .xl\:gap-12 {
    gap: 12px;
  }
  .xl\:row-gap-12 {
    row-gap: 12px;
  }
  .xl\:col-gap-12 {
    column-gap: 12px;
  }
}
@media (min-width: 1440px) {
  .xxl\:gap-12 {
    gap: 12px;
  }
  .xxl\:row-gap-12 {
    row-gap: 12px;
  }
  .xxl\:col-gap-12 {
    column-gap: 12px;
  }
}
.gap-16 {
  gap: 16px;
}

.row-gap-16 {
  row-gap: 16px;
}

.col-gap-16 {
  column-gap: 16px;
}

@media (min-width: 0px) {
  .xs\:gap-16 {
    gap: 16px;
  }
  .xs\:row-gap-16 {
    row-gap: 16px;
  }
  .xs\:col-gap-16 {
    column-gap: 16px;
  }
}
@media (min-width: 480px) {
  .sm\:gap-16 {
    gap: 16px;
  }
  .sm\:row-gap-16 {
    row-gap: 16px;
  }
  .sm\:col-gap-16 {
    column-gap: 16px;
  }
}
@media (min-width: 768px) {
  .md\:gap-16 {
    gap: 16px;
  }
  .md\:row-gap-16 {
    row-gap: 16px;
  }
  .md\:col-gap-16 {
    column-gap: 16px;
  }
}
@media (min-width: 1024px) {
  .lg\:gap-16 {
    gap: 16px;
  }
  .lg\:row-gap-16 {
    row-gap: 16px;
  }
  .lg\:col-gap-16 {
    column-gap: 16px;
  }
}
@media (min-width: 1280px) {
  .xl\:gap-16 {
    gap: 16px;
  }
  .xl\:row-gap-16 {
    row-gap: 16px;
  }
  .xl\:col-gap-16 {
    column-gap: 16px;
  }
}
@media (min-width: 1440px) {
  .xxl\:gap-16 {
    gap: 16px;
  }
  .xxl\:row-gap-16 {
    row-gap: 16px;
  }
  .xxl\:col-gap-16 {
    column-gap: 16px;
  }
}
.gap-24 {
  gap: 24px;
}

.row-gap-24 {
  row-gap: 24px;
}

.col-gap-24 {
  column-gap: 24px;
}

@media (min-width: 0px) {
  .xs\:gap-24 {
    gap: 24px;
  }
  .xs\:row-gap-24 {
    row-gap: 24px;
  }
  .xs\:col-gap-24 {
    column-gap: 24px;
  }
}
@media (min-width: 480px) {
  .sm\:gap-24 {
    gap: 24px;
  }
  .sm\:row-gap-24 {
    row-gap: 24px;
  }
  .sm\:col-gap-24 {
    column-gap: 24px;
  }
}
@media (min-width: 768px) {
  .md\:gap-24 {
    gap: 24px;
  }
  .md\:row-gap-24 {
    row-gap: 24px;
  }
  .md\:col-gap-24 {
    column-gap: 24px;
  }
}
@media (min-width: 1024px) {
  .lg\:gap-24 {
    gap: 24px;
  }
  .lg\:row-gap-24 {
    row-gap: 24px;
  }
  .lg\:col-gap-24 {
    column-gap: 24px;
  }
}
@media (min-width: 1280px) {
  .xl\:gap-24 {
    gap: 24px;
  }
  .xl\:row-gap-24 {
    row-gap: 24px;
  }
  .xl\:col-gap-24 {
    column-gap: 24px;
  }
}
@media (min-width: 1440px) {
  .xxl\:gap-24 {
    gap: 24px;
  }
  .xxl\:row-gap-24 {
    row-gap: 24px;
  }
  .xxl\:col-gap-24 {
    column-gap: 24px;
  }
}
.gap-32 {
  gap: 32px;
}

.row-gap-32 {
  row-gap: 32px;
}

.col-gap-32 {
  column-gap: 32px;
}

@media (min-width: 0px) {
  .xs\:gap-32 {
    gap: 32px;
  }
  .xs\:row-gap-32 {
    row-gap: 32px;
  }
  .xs\:col-gap-32 {
    column-gap: 32px;
  }
}
@media (min-width: 480px) {
  .sm\:gap-32 {
    gap: 32px;
  }
  .sm\:row-gap-32 {
    row-gap: 32px;
  }
  .sm\:col-gap-32 {
    column-gap: 32px;
  }
}
@media (min-width: 768px) {
  .md\:gap-32 {
    gap: 32px;
  }
  .md\:row-gap-32 {
    row-gap: 32px;
  }
  .md\:col-gap-32 {
    column-gap: 32px;
  }
}
@media (min-width: 1024px) {
  .lg\:gap-32 {
    gap: 32px;
  }
  .lg\:row-gap-32 {
    row-gap: 32px;
  }
  .lg\:col-gap-32 {
    column-gap: 32px;
  }
}
@media (min-width: 1280px) {
  .xl\:gap-32 {
    gap: 32px;
  }
  .xl\:row-gap-32 {
    row-gap: 32px;
  }
  .xl\:col-gap-32 {
    column-gap: 32px;
  }
}
@media (min-width: 1440px) {
  .xxl\:gap-32 {
    gap: 32px;
  }
  .xxl\:row-gap-32 {
    row-gap: 32px;
  }
  .xxl\:col-gap-32 {
    column-gap: 32px;
  }
}
.gap-48 {
  gap: 48px;
}

.row-gap-48 {
  row-gap: 48px;
}

.col-gap-48 {
  column-gap: 48px;
}

@media (min-width: 0px) {
  .xs\:gap-48 {
    gap: 48px;
  }
  .xs\:row-gap-48 {
    row-gap: 48px;
  }
  .xs\:col-gap-48 {
    column-gap: 48px;
  }
}
@media (min-width: 480px) {
  .sm\:gap-48 {
    gap: 48px;
  }
  .sm\:row-gap-48 {
    row-gap: 48px;
  }
  .sm\:col-gap-48 {
    column-gap: 48px;
  }
}
@media (min-width: 768px) {
  .md\:gap-48 {
    gap: 48px;
  }
  .md\:row-gap-48 {
    row-gap: 48px;
  }
  .md\:col-gap-48 {
    column-gap: 48px;
  }
}
@media (min-width: 1024px) {
  .lg\:gap-48 {
    gap: 48px;
  }
  .lg\:row-gap-48 {
    row-gap: 48px;
  }
  .lg\:col-gap-48 {
    column-gap: 48px;
  }
}
@media (min-width: 1280px) {
  .xl\:gap-48 {
    gap: 48px;
  }
  .xl\:row-gap-48 {
    row-gap: 48px;
  }
  .xl\:col-gap-48 {
    column-gap: 48px;
  }
}
@media (min-width: 1440px) {
  .xxl\:gap-48 {
    gap: 48px;
  }
  .xxl\:row-gap-48 {
    row-gap: 48px;
  }
  .xxl\:col-gap-48 {
    column-gap: 48px;
  }
}
@media (min-width: 0px) {
  .grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 0px) {
  .grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 0px) {
  .grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 0px) {
  .grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 0px) {
  .grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 0px) {
  .grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 0px) {
  .grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 0px) {
  .grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 0px) {
  .grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (min-width: 0px) {
  .grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 0px) {
  .grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media (min-width: 0px) {
  .grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 0px) {
  .col-span-1 {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 0px) {
  .col-span-2 {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 0px) {
  .col-span-3 {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 0px) {
  .col-span-4 {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 0px) {
  .col-span-5 {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 0px) {
  .col-span-6 {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 0px) {
  .col-span-7 {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 0px) {
  .col-span-8 {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 0px) {
  .col-span-9 {
    grid-column: span 9/span 9;
  }
}
@media (min-width: 0px) {
  .col-span-10 {
    grid-column: span 10/span 10;
  }
}
@media (min-width: 0px) {
  .col-span-11 {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 0px) {
  .col-span-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 480px) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 480px) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 480px) {
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 480px) {
  .sm\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 480px) {
  .sm\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 480px) {
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 480px) {
  .sm\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 480px) {
  .sm\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 480px) {
  .sm\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (min-width: 480px) {
  .sm\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 480px) {
  .sm\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media (min-width: 480px) {
  .sm\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 480px) {
  .sm\:col-span-1 {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 480px) {
  .sm\:col-span-2 {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 480px) {
  .sm\:col-span-3 {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 480px) {
  .sm\:col-span-4 {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 480px) {
  .sm\:col-span-5 {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 480px) {
  .sm\:col-span-6 {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 480px) {
  .sm\:col-span-7 {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 480px) {
  .sm\:col-span-8 {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 480px) {
  .sm\:col-span-9 {
    grid-column: span 9/span 9;
  }
}
@media (min-width: 480px) {
  .sm\:col-span-10 {
    grid-column: span 10/span 10;
  }
}
@media (min-width: 480px) {
  .sm\:col-span-11 {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 480px) {
  .sm\:col-span-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media (min-width: 768px) {
  .md\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 768px) {
  .md\:col-span-1 {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 768px) {
  .md\:col-span-2 {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 768px) {
  .md\:col-span-3 {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 768px) {
  .md\:col-span-4 {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 768px) {
  .md\:col-span-5 {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 768px) {
  .md\:col-span-6 {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 768px) {
  .md\:col-span-7 {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 768px) {
  .md\:col-span-8 {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 768px) {
  .md\:col-span-9 {
    grid-column: span 9/span 9;
  }
}
@media (min-width: 768px) {
  .md\:col-span-10 {
    grid-column: span 10/span 10;
  }
}
@media (min-width: 768px) {
  .md\:col-span-11 {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 768px) {
  .md\:col-span-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media (min-width: 1024px) {
  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-1 {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-2 {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-3 {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-4 {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-5 {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-6 {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-7 {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-8 {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-9 {
    grid-column: span 9/span 9;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-10 {
    grid-column: span 10/span 10;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-11 {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 1024px) {
  .lg\:col-span-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media (min-width: 1280px) {
  .xl\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-1 {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-2 {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-3 {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-4 {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-5 {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-6 {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-7 {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-8 {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-9 {
    grid-column: span 9/span 9;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-10 {
    grid-column: span 10/span 10;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-11 {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 1280px) {
  .xl\:col-span-12 {
    grid-column: span 12/span 12;
  }
}
@media (min-width: 1440px) {
  .xxl\:grid-cols-1 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (min-width: 1440px) {
  .xxl\:grid-cols-2 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1440px) {
  .xxl\:grid-cols-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 1440px) {
  .xxl\:grid-cols-4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 1440px) {
  .xxl\:grid-cols-5 {
    grid-template-columns: repeat(5, 1fr);
  }
}
@media (min-width: 1440px) {
  .xxl\:grid-cols-6 {
    grid-template-columns: repeat(6, 1fr);
  }
}
@media (min-width: 1440px) {
  .xxl\:grid-cols-7 {
    grid-template-columns: repeat(7, 1fr);
  }
}
@media (min-width: 1440px) {
  .xxl\:grid-cols-8 {
    grid-template-columns: repeat(8, 1fr);
  }
}
@media (min-width: 1440px) {
  .xxl\:grid-cols-9 {
    grid-template-columns: repeat(9, 1fr);
  }
}
@media (min-width: 1440px) {
  .xxl\:grid-cols-10 {
    grid-template-columns: repeat(10, 1fr);
  }
}
@media (min-width: 1440px) {
  .xxl\:grid-cols-11 {
    grid-template-columns: repeat(11, 1fr);
  }
}
@media (min-width: 1440px) {
  .xxl\:grid-cols-12 {
    grid-template-columns: repeat(12, 1fr);
  }
}
@media (min-width: 1440px) {
  .xxl\:col-span-1 {
    grid-column: span 1/span 1;
  }
}
@media (min-width: 1440px) {
  .xxl\:col-span-2 {
    grid-column: span 2/span 2;
  }
}
@media (min-width: 1440px) {
  .xxl\:col-span-3 {
    grid-column: span 3/span 3;
  }
}
@media (min-width: 1440px) {
  .xxl\:col-span-4 {
    grid-column: span 4/span 4;
  }
}
@media (min-width: 1440px) {
  .xxl\:col-span-5 {
    grid-column: span 5/span 5;
  }
}
@media (min-width: 1440px) {
  .xxl\:col-span-6 {
    grid-column: span 6/span 6;
  }
}
@media (min-width: 1440px) {
  .xxl\:col-span-7 {
    grid-column: span 7/span 7;
  }
}
@media (min-width: 1440px) {
  .xxl\:col-span-8 {
    grid-column: span 8/span 8;
  }
}
@media (min-width: 1440px) {
  .xxl\:col-span-9 {
    grid-column: span 9/span 9;
  }
}
@media (min-width: 1440px) {
  .xxl\:col-span-10 {
    grid-column: span 10/span 10;
  }
}
@media (min-width: 1440px) {
  .xxl\:col-span-11 {
    grid-column: span 11/span 11;
  }
}
@media (min-width: 1440px) {
  .xxl\:col-span-12 {
    grid-column: span 12/span 12;
  }
}
.justify-start {
  justify-items: start;
}

.justify-center {
  justify-items: center;
}

.justify-end {
  justify-items: end;
}

.align-start {
  align-items: start;
}

.align-center {
  align-items: center;
}

.align-end {
  align-items: end;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

section {
  padding: 1rem 0;
}

[data-theme=dark] {
  --color-primary: #3ba0c4;
  --color-on-primary: #2a2f34;
  --color-secondary: #f5a663;
  --color-body-surface: #1e2226;
  --color-surface: #2a2f34;
  --color-surface-soft: rgba(42, 47, 52, 0.6);
  --color-on-surface-soft: rgba(230, 233, 236, 0.25);
  --color-on-surface: #e6e9ec;
  --color-on-hover-surface: rgba(230, 233, 236, 0.05);
  --color-shadow: rgba(0, 0, 0, 0.25);
  --color-border:#60666e;
  --color-input-surface: rgba(96, 102, 110, 0.15);
  --color-success: #4cd3a5;
  --color-warning: #e9cf70;
  --color-error: #e87070;
  --color-button-on-surface: #ffffff;
  --color-card-surface: #2a2f34;
  --color-card-border: #60666e;
}

@media (prefers-color-scheme: dark) {
  :root {
    --color-primary: #3ba0c4;
    --color-on-primary: #2a2f34;
    --color-secondary: #f5a663;
    --color-body-surface: #1e2226;
    --color-surface: #2a2f34;
    --color-surface-soft: rgba(42, 47, 52, 0.6);
    --color-on-surface-soft: rgba(230, 233, 236, 0.25);
    --color-on-surface: #e6e9ec;
    --color-on-hover-surface: rgba(230, 233, 236, 0.05);
    --color-shadow: rgba(0, 0, 0, 0.25);
    --color-border:#60666e;
    --color-input-surface: rgba(96, 102, 110, 0.15);
    --color-success: #4cd3a5;
    --color-warning: #e9cf70;
    --color-error: #e87070;
    --color-button-on-surface: #ffffff;
    --color-card-surface: #2a2f34;
    --color-card-border: #60666e;
  }
}
[data-theme=light] {
  --color-primary: #005b7d;
  --color-on-primary: #ffffff;
  --color-secondary: #fc7c13;
  --color-body-surface: #f2f4f5;
  --color-surface: #ffffff;
  --color-surface-soft: rgba(255, 255, 255, 0.6);
  --color-on-surface-soft: rgba(13, 63, 81, 0.25);
  --color-on-surface: #0d3f51;
  --color-on-hover-surface: rgba(13, 63, 81, 0.05);
  --color-shadow: rgba(0, 0, 0, 0.02);
  --color-border:#E0E1E7;
  --color-input-surface: rgba(224, 225, 231, 0.15);
  --color-success: #41D39E;
  --color-warning: #ecce73;
  --color-error: #EC5858;
  --color-button-on-surface: #ffffff;
  --color-card-surface: #ffffff;
  --color-card-border: #E0E1E7;
}

@media (prefers-color-scheme: light) {
  [data-theme=default] :root {
    --color-primary: #005b7d;
    --color-on-primary: #ffffff;
    --color-secondary: #fc7c13;
    --color-body-surface: #f2f4f5;
    --color-surface: #ffffff;
    --color-surface-soft: rgba(255, 255, 255, 0.6);
    --color-on-surface-soft: rgba(13, 63, 81, 0.25);
    --color-on-surface: #0d3f51;
    --color-on-hover-surface: rgba(13, 63, 81, 0.05);
    --color-shadow: rgba(0, 0, 0, 0.02);
    --color-border:#E0E1E7;
    --color-input-surface: rgba(224, 225, 231, 0.15);
    --color-success: #41D39E;
    --color-warning: #ecce73;
    --color-error: #EC5858;
    --color-button-on-surface: #ffffff;
    --color-card-surface: #ffffff;
    --color-card-border: #E0E1E7;
  }
}

.load-list-container {
  height: 100%;
  overflow: hidden;
}
.load-list-container__filter {
  padding: 1em;
  margin-bottom: 1rem;
  background-color: var(--color-card-surface);
  border: 1px solid var(--color-card-border);
  border-radius: 0.75rem;
  position: relative;
}
.load-list-container__filter .filter-button,
.load-list-container__filter .filter-apply {
  display: none;
}
.load-list-container__filter__title {
  display: none;
}
@media screen and (max-width: 1024px) {
  .load-list-container__filter {
    background-color: transparent;
    margin-bottom: 0;
    padding: 0;
    border: none;
  }
  .load-list-container__filter__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
  }
  .load-list-container__filter__title .closer {
    opacity: 0.7;
    cursor: pointer;
    font-size: 1rem;
    display: flex;
    align-items: center;
    gap: 8px;
  }
  .load-list-container__filter__bottom-sheet {
    visibility: hidden;
    position: fixed;
    bottom: -100px;
    left: 0;
    z-index: 20;
    width: 100%;
    padding: 3rem 1.5rem;
    background-color: var(--color-card-surface);
    transition: bottom 0.3s ease-in-out;
    border-radius: 0.75rem 0.75rem 0 0;
    box-shadow: 0 -0.625rem 1.875rem -0.9375rem rgba(0, 0, 0, 0.1);
  }
  .load-list-container__filter__bottom-sheet.active {
    visibility: visible;
    bottom: 0;
  }
  .load-list-container__filter__bottom-sheet:before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    height: 0.5rem;
    width: 6.25rem;
    border-radius: 0.25rem;
    background-color: var(--color-card-border);
  }
  .load-list-container__filter__bottom-sheet .filter-apply {
    height: 2.75rem;
    background-color: var(--color-primary);
    color: var(--color-on-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.5rem;
    width: 100%;
  }
  .load-list-container__filter .mobile-search {
    display: flex;
    align-items: center;
    gap: 0.5rem;
  }
  .load-list-container__filter .mobile-search label {
    display: none;
  }
  .load-list-container__filter .mobile-search input {
    background-color: var(--color-card-surface);
  }
  .load-list-container__filter .mobile-search .filter-button {
    cursor: pointer;
    background-color: var(--color-card-surface);
    padding: 0.125rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--color-card-border);
    height: 2.5rem;
    min-width: 2.5rem;
    border-radius: 0.5rem;
  }
}
.load-list-container__table {
  background-color: var(--color-card-surface);
  border: 1px solid var(--color-card-border);
  border-radius: 0.75rem;
  padding: 0 1rem 1rem;
  height: 100%;
  overflow: hidden;
}
.load-list-container__table .route {
  background-color: transparent;
  gap: 0 !important;
  padding: 0rem 2rem 0;
  margin: 0 -1rem 0rem -1rem;
}
.load-list-container__table .route__point:last-child .route__info {
  border-bottom: none !important;
}
.load-list-container__table .route__point.middle {
  padding-top: 0;
  padding-bottom: 0;
}
.load-list-container__table .route__point.middle .route__label {
  font-size: 0.7rem;
  color: var(--color-secondary) !important;
}
.load-list-container__table .route__info {
  background-color: transparent !important;
  border-radius: 0;
}
.load-list-container__table .route__label {
  color: rgba(var(--color-on-surface), 0.15), 0.05;
}
.load-list-container__table .route__label:before {
  background-color: var(--color-card-surface) !important;
}
.load-list-container__cards {
  gap: 1rem;
  margin-top: 1rem;
}
@media screen and (max-width: 1024px) {
  .load-list-container__cards {
    margin: 0;
  }
}
.load-list-container__cards__item {
  background-color: #fff;
  border: 1px solid #CED5DD;
  border-radius: 0.75rem;
  padding: 1rem 1rem 0;
  overflow: hidden;
}
.load-list-container__cards__item .requisite {
  grid-template-columns: repeat(2, 1fr);
  border: 1px solid #CED5DD;
  border-radius: 0.75rem;
  gap: 0;
  padding: 0.2rem 0.4rem;
}
.load-list-container__cards__item .requisite__item {
  font-size: 0.75rem;
  flex-direction: row;
  padding: 0.3rem;
  align-items: center;
  gap: 0.5rem;
  border: none;
  justify-content: center;
  background-color: transparent;
  position: relative;
}
.load-list-container__cards__item .requisite__item:first-child::after {
  content: "";
  position: absolute;
  right: 0;
  top: 25%;
  height: 50%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.load-list-container__cards__item .requisite__item:first-child:before {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
}
.load-list-container__cards__item .requisite__item:last-child::after {
  content: "";
  position: absolute;
  left: -1px;
  top: 25%;
  height: 50%;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}
.load-list-container__cards__item .requisite__item:last-child:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: calc(100% - 1px);
  width: 100%;
}
.load-list-container__cards__item .requisite__label {
  display: none;
}
.load-list-container__cards__item .requisite__value {
  font-size: inherit;
}
.load-list-container__cards__item .requisite .shape {
  opacity: 0.6;
  margin: 0;
  font-size: 0.8125rem;
}
.load-list-container__cards__item .route {
  background-color: #fef9f2;
  gap: 0 !important;
  padding: 0.5rem 2rem;
  margin: 0 -1rem 0 -1rem;
}
.load-list-container__cards__item .route__point:last-child .route__info {
  border-bottom: none !important;
}
.load-list-container__cards__item .route__point.middle .route__info {
  padding: 0.3125rem 1rem;
}
.load-list-container__cards__item .route__info {
  background-color: transparent !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1) !important;
  border-radius: 0;
  padding: 0.3125rem 0rem !important;
}
.load-list-container__cards__item .route__label {
  color: currentColor !important;
}
.load-list-container__cards__item .route__label:before {
  background-color: var(--color-card-surface) !important;
}
.load-list-container__cards__item .action {
  margin: 1em 0;
}
.load-list-container__cards__item .action button {
  width: 100%;
}
.load-list-container__cards__details--top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.75rem;
}
.load-list-container__cards__details--top .load-type {
  font-size: 1rem;
  font-weight: 600;
}
.load-list-container__cards__details--top .load-status {
  font-size: 0.8125rem;
  font-weight: 600;
  color: #999;
}
.load-list-container .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: rgba(210, 207, 204, 0.5);
  backdrop-filter: blur(5px);
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .load-list-container .modal {
    align-items: flex-end;
  }
}
.load-list-container .modal__body {
  display: flex;
  flex-direction: column;
  max-height: 90%;
  overflow-y: auto;
  width: 100%;
}
.load-list-container .modal__content {
  background: #fff;
  margin: 5% auto;
  max-width: 30rem;
  width: 90%;
  padding: 2rem;
  max-height: 95%;
  overflow: hidden;
  border-radius: 0.75rem;
  position: relative;
}
@media screen and (max-width: 1024px) {
  .load-list-container .modal__content {
    display: flex;
    flex-direction: column;
    margin: 0;
    width: 100%;
    padding: 3rem 1.5rem;
  }
  .load-list-container .modal__content:before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    height: 0.5rem;
    width: 6.25rem;
    border-radius: 0.25rem;
    background-color: var(--color-card-border);
  }
}
.load-list-container .modal__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.load-list-container .modal__title h2 {
  font-size: 1.125rem;
}
.load-list-container .modal__title h3 {
  font-size: 0.9375rem;
}
.load-list-container .modal__closer {
  font-size: 1.375rem;
  cursor: pointer;
}
.load-list-container .modal__footer {
  margin-top: 1rem;
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
}
.load-list-container .modal__footer .offer-with-whatsapp,
.load-list-container .modal__footer .offer-with-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.load-list-container .modal__footer .offer-with-whatsapp .shape,
.load-list-container .modal__footer .offer-with-phone .shape {
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
}
.load-list-container .modal__footer .offer-with-whatsapp {
  background-color: #25D366;
}
.load-list-container .modal__footer .offer-with-phone {
  width: 100%;
  background-color: #005B7D;
}
.load-list-container .modal .route__info {
  padding-left: 1rem;
  padding-right: 1rem;
}
.load-list-container .modal .route__info .route__label:before {
  left: -2rem;
}
.load-list-container .overlay {
  position: fixed;
  inset: 0;
  background: rgba(210, 207, 204, 0.5);
  backdrop-filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 19;
}
.load-list-container .overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.load-summary {
  border: 1px solid #CED5DD;
  border-radius: 0.5rem;
  background-color: #F9FAFD;
}
.load-summary li {
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
  padding: 0.5rem 0.875rem;
  border-bottom: 1px solid #CED5DD;
}
.load-summary li:last-child {
  border-bottom: none;
}
.load-summary__label {
  font-size: 0.8125rem;
  opacity: 0.6;
  color: currentColor;
}
.load-summary__value {
  font-size: 1rem;
  color: currentColor;
}

.requisite {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.75rem;
  margin: 1rem 0;
}
.requisite__item {
  padding: 0.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 0.5rem;
  border: 1px solid #CED5DD;
  background-color: #F9FAFD;
  font-size: 0.875rem;
}
.requisite__item .shape {
  margin-bottom: 0.3rem;
  font-size: 1rem;
}
.requisite__label {
  opacity: 0.5;
}
.requisite__value {
  font-size: 0.875rem;
  font-weight: 600;
}

.route {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 1rem;
  padding: 0 0 0 1rem;
}
.route__point.departure {
  position: relative;
  z-index: 10;
}
.route__point.middle {
  position: relative;
  z-index: 0;
}
.route__point.arrival {
  position: relative;
  z-index: 9;
}
.route__point.departure .route__info {
  background-color: #fef9f2;
}
.route__point.departure .route__info .route__label {
  color: var(--color-secondary);
}
.route__point.departure .route__info .route__label:before {
  background-color: var(--color-secondary);
}
.route__point.departure .route__info:after {
  display: none;
}
.route__point.arrival .route__info {
  background-color: #F9FAFD;
}
.route__point.arrival .route__info .route__label {
  color: currentColor;
}
.route__point.arrival .route__info .route__label:before {
  background-color: currentColor;
  border-color: currentColor;
}
.route__point.middle .route__info {
  padding-top: 0;
  padding-bottom: 0;
  background-color: #FFF5E9;
}
.route__point.middle .route__info:after {
  height: 100%;
}
.route__point.middle .route__info .route__label {
  color: var(--color-secondary) !important;
}
.route__point.middle .route__info .route__label:before {
  background-color: currentColor;
  border-color: currentColor;
}
.route__point.middle .route__info .route__value {
  color: currentColor;
  opacity: 0.7;
  white-space: normal;
  font-size: 0.7rem;
}
.route__point.middle .route__info .route__value:before {
  background-color: currentColor;
  border-color: currentColor;
}
.route__point.station .route__info {
  background-color: transparent;
}
.route__point.station .route__info .route__label {
  color: currentColor;
  opacity: 0.5;
  font-size: 0.75rem;
}
.route__point.station .route__info .route__label:before {
  border-color: currentColor;
}
.route__point.station .route__info .route__value {
  font-size: 0.875rem;
}
.route__info {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  background-color: #F9FAFD;
  padding: 0.375rem 0rem;
  border-radius: 0.4rem;
}
.route__info:after {
  content: "";
  position: absolute;
  left: -0.75rem;
  height: 100%;
  bottom: calc(100% - 16px);
  border-left: 1px dashed rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.route__label {
  font-size: 0.75rem;
  position: relative;
  font-weight: 500;
}
.route__label:before {
  content: "";
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  top: 0.3125rem;
  position: absolute;
  left: -1rem;
  background-color: var(--color-card-surface);
  border: 1px solid var(--color-secondary);
  z-index: 2;
}
.route__value {
  font-size: 0.8125rem;
  font-weight: 600;
}

.c-btn.active {
  background-color: #f0f0f0;
  border-radius: 8px;
}

.hidden {
  display: none !important;
}

.vehicles-list-container {
  /* Başlangıç durumu */
}
.vehicles-list-container__table {
  margin-top: 1rem;
  background-color: var(--color-card-surface);
  border: 1px solid var(--color-card-border);
  border-radius: 0.75rem;
  padding: 0 1rem 1rem;
}
.vehicles-list-container__table .route {
  background-color: transparent;
  gap: 0 !important;
  padding: 0rem 2rem 0;
  margin: 0 -1rem 0rem -1rem;
}
.vehicles-list-container__table .route__point:last-child .route__info {
  border-bottom: none !important;
}
.vehicles-list-container__table .route__point.middle {
  padding-top: 0;
  padding-bottom: 0;
}
.vehicles-list-container__table .route__point.middle .route__label {
  font-size: 0.7rem;
  color: var(--color-secondary) !important;
}
.vehicles-list-container__table .route__info {
  background-color: transparent !important;
  border-radius: 0;
}
.vehicles-list-container__table .route__label {
  color: rgba(var(--color-on-surface), 0.15), 0.05;
}
.vehicles-list-container__table .route__label:before {
  background-color: var(--color-card-surface) !important;
}
.vehicles-list-container .modal {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(210, 207, 204, 0.5);
  backdrop-filter: blur(5px);
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 1024px) {
  .vehicles-list-container .modal {
    align-items: flex-end;
  }
}
.vehicles-list-container .modal__content {
  background: #fff;
  margin: 5% auto;
  max-width: 36.25rem;
  width: 90%;
  padding: 2rem;
  border-radius: 0.75rem;
  position: relative;
  max-height: 90%;
  overflow: auto;
}
@media screen and (max-width: 1024px) {
  .vehicles-list-container .modal__content {
    margin: 0;
    width: 100%;
    padding: 3rem 1.5rem;
  }
  .vehicles-list-container .modal__content:before {
    content: "";
    position: absolute;
    top: 1rem;
    left: 50%;
    transform: translateX(-50%);
    height: 0.5rem;
    width: 6.25rem;
    border-radius: 0.25rem;
    background-color: var(--color-card-border);
  }
}
.vehicles-list-container .modal__title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1rem;
}
.vehicles-list-container .modal__title h2 {
  font-size: 1.125rem;
}
.vehicles-list-container .modal__title h3 {
  font-size: 0.9375rem;
}
.vehicles-list-container .modal .new-vehicles {
  width: 100%;
  background-color: var(--color-primary);
  color: #fff;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  font-weight: 600;
  border: none;
  cursor: pointer;
  font-size: 1rem;
  transition: background-color 0.2s ease;
}
.vehicles-list-container .modal__closer {
  font-size: 1.375rem;
  cursor: pointer;
}
.vehicles-list-container .modal__footer {
  margin-top: 1rem;
  display: flex;
  gap: 0.75rem;
  justify-content: flex-end;
}
.vehicles-list-container .modal__footer .offer-with-whatsapp,
.vehicles-list-container .modal__footer .offer-with-phone {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.625rem 1rem;
  border-radius: 0.5rem;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}
.vehicles-list-container .modal__footer .offer-with-whatsapp .shape,
.vehicles-list-container .modal__footer .offer-with-phone .shape {
  font-size: 1.125rem;
  display: inline-flex;
  align-items: center;
}
.vehicles-list-container .modal__footer .offer-with-whatsapp {
  background-color: #25D366;
}
.vehicles-list-container .modal__footer .offer-with-phone {
  width: 100%;
  background-color: #005B7D;
}
.vehicles-list-container .modal .route__info {
  padding-left: 1rem;
  padding-right: 1rem;
}
.vehicles-list-container .modal .route__info .route__label:before {
  left: -2rem;
}
.vehicles-list-container .overlay {
  position: fixed;
  inset: 0;
  background: rgba(210, 207, 204, 0.5);
  backdrop-filter: blur(5px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 19;
}
.vehicles-list-container .overlay.active {
  opacity: 1;
  pointer-events: auto;
}

.hidden {
  display: none !important;
}

.auth {
  min-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3rem 1rem;
  background: linear-gradient(180deg, var(--color-body-surface) 0%, color-mix(in srgb, var(--color-body-surface), white 2%) 100%);
  /* Panel başlangıç hali */
  /* Sol tarafa kayarken (login → register) */
  /* Register panel içeri giriyor */
  /* Geri dönerken sağa kayması */
  /* Animasyon tamamlandığında gizlenen panel */
}
.auth__container {
  width: 100%;
  max-width: 68.75rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  align-items: stretch;
  background: transparent;
}
.auth__container--small {
  max-width: 31.25rem;
  grid-template-columns: 1fr;
}
@media screen and (max-width: 768px) {
  .auth__container {
    display: flex;
    gap: 0;
  }
}
.auth__panel {
  background: var(--color-card-surface);
  border: 0.0625rem solid var(--color-card-border);
  border-radius: 0.75rem;
  box-shadow: 0 0.375rem 1.25rem var(--color-shadow);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  padding: 1.5rem;
  width: 100%;
  transition: transform 0.35s ease, opacity 0.35s ease;
}
.auth__panel__title {
  margin-bottom: 1.25rem;
  text-align: left;
}
.auth__panel--image {
  padding: 0;
  position: relative;
  color: transparent;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.12), rgba(0, 0, 0, 0.12));
  min-height: 26.25rem;
}
@media screen and (max-width: 768px) {
  .auth__panel--image {
    display: none;
  }
}
.auth__panel--image .auth__image {
  width: 100%;
  height: 100%;
  min-height: 20rem;
  background-size: cover;
  background-position: right center;
}
.auth__panel--image .auth__image-caption {
  position: absolute;
  left: 2rem;
  bottom: 2rem;
  right: 2rem;
  z-index: 2;
  text-shadow: 0 0.375rem 1.125rem rgba(0, 0, 0, 0.35);
  color: rgba(255, 255, 255, 0.92);
}
.auth__panel--image .auth__image-caption .auth__image-title {
  margin: 0 0 0.35rem;
  font-size: 1.4rem;
  font-weight: 700;
}
.auth__panel--image .auth__image-caption .auth__image-sub {
  margin: 0;
  font-size: 0.95rem;
  color: rgba(255, 255, 255, 0.92);
}
.auth__panel--form {
  justify-content: center;
  gap: 1rem;
}
.auth__logo {
  height: 2.25rem;
  display: inline-block;
  margin-bottom: 3rem;
}
.auth__title {
  margin: 0 0 0.25rem;
  font-size: 1.3rem;
  color: var(--color-on-surface);
}
.auth__back {
  display: flex;
  align-items: center;
  gap: 0.4em;
  margin-bottom: 3rem;
  cursor: pointer;
}
.auth__subtitle {
  margin: 0;
  font-size: 0.95rem;
  color: var(--color-on-surface);
}
.auth__form {
  display: flex;
  flex-direction: column;
  gap: 0.9rem;
}
.auth__password-wrap {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 0.5rem;
  border: 0.0625rem solid var(--color-border);
  background: var(--color-input-surface);
  color: var(--color-on-surface);
  width: 100%;
}
.auth__password-wrap input {
  border: none !important;
  background-color: transparent !important;
}
.auth__password-wrap .auth__toggle-password {
  border: none;
  background: transparent;
  color: var(--color-on-surface);
  font-weight: 600;
  padding: 0.375rem 0.5rem;
  cursor: pointer;
  margin-inline-end: 0.5rem;
}
.auth__password-wrap .auth__toggle-password .shape {
  font-size: 1.125rem;
  opacity: 0.5;
}
.auth__actions {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-top: 0.4rem;
}
.auth__actions__agreement {
  flex-direction: column;
  font-size: 0.75rem !important;
}
.auth__actions__agreement p {
  font-size: 0.75rem;
  margin-bottom: 0;
}
.auth__actions__agreement label span {
  font-size: 11px;
}
.auth__actions .auth__btn {
  background: var(--color-primary);
  color: var(--color-button-on-surface);
  border: none;
  padding: 0.6rem 1rem;
  border-radius: 0.5rem;
  cursor: pointer;
  font-weight: 700;
  white-space: nowrap;
  transition: transform 0.08s ease, filter 0.08s;
}
.auth__actions .auth__btn.login-button {
  width: 100%;
}
.auth__actions .auth__btn.register-button {
  width: 100%;
}
.auth__actions .auth__btn:hover {
  filter: brightness(0.95);
  transform: translateY(-to-rem(1px));
}
.auth__actions .auth__btn:active {
  transform: translateY(0);
  filter: brightness(0.9);
}
.auth__meta {
  margin-top: 0.6rem;
  display: flex;
  gap: 1rem;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}
.auth .auth__link {
  color: var(--color-on-surface);
  text-decoration: none;
  white-space: nowrap;
  color: var(--color-secondary);
  text-decoration: underline;
}
.auth .auth__link:hover {
  color: var(--color-primary);
}
.auth .create-new-account {
  color: var(--color-secondary);
  text-decoration: underline;
  font-weight: 600;
}
.auth .auth__login,
.auth .auth__forgot-password,
.auth .auth__register {
  transition: transform 0.35s ease, opacity 0.35s ease;
  opacity: 1;
}
.auth .slide-left {
  opacity: 0;
  transform: translateX(-40%);
}
.auth .slide-in {
  opacity: 0;
  transform: translateX(-40%);
}
.auth .slide-in:not(.is-hidden) {
  opacity: 1;
  transform: translateX(0);
}
.auth .slide-right {
  opacity: 0;
  transform: translateX(-40%);
}
.auth .is-hidden {
  visibility: hidden;
  pointer-events: none;
  position: absolute;
  opacity: 0;
}/*# sourceMappingURL=main.css.map */