html,
body,
section,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body,
html {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

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

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  margin: 0;
}

input,
button:focus {
  outline: none;
}

a:hover {
  text-decoration: none;
  color: currentColor;
}

*:before,
*:after {
  box-sizing: border-box !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Text-level semantic
 */
:active {
  outline: none;
}

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

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

/**
 * Embedded content
 */
img {
  max-width: 100%;
  height: auto;
  border-style: none;
  vertical-align: middle;
}

svg:not(:root) {
  overflow: hidden;
}

/**
 * Grouping content
 */
ul,
ol {
  margin: 0;
  padding: 0;
  list-style-position: inside;
}

pre {
  overflow: auto;
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 16px;
}

/**
 * Forms
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

button,
input[type=submit] {
  padding: 0;
  overflow: visible;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-appearance: none;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
  border-radius: 0;
}

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

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

input[type=search] {
  -webkit-appearance: none;
  box-sizing: content-box;
}

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

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: inherit;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: inherit;
}

input::placeholder,
textarea::placeholder {
  color: inherit;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

/**
 * Tables
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}


:root {
  --f-body: "Inter", sans-serif;
  --f-title: "Inter", sans-serif;
  --primary: #036799;
  --primary-2: #044465;
  --secondary: #ffcc02;
  --gradient-1: linear-gradient(84deg, #e88f26 7.73%, #eb2127 95.74%);
  --white: #fff;
  --black: #000;
  --neutralc-0: #ffffff;
  --neutralc-50: #f2f2f2;
  --neutralc-100: #e6e6e6;
  --neutralc-200: #cccccc;
  --neutralc-300: #b3b3b3;
  --neutralc-400: #999999;
  --neutralc-500: #222222;
  --neutralc-600: #666666;
  --neutralc-700: #4d4d4d;
  --neutralc-800: #333333;
  --neutralc-900: #1a1a1a;
  --neutralc-950: #0d0d0d;
  --divider-e2: #e2e2e2;
  --divider-e5: #e5e7eb;
  --divider-d6: #d6d9e5;
}

body {
  font-family: var(--f-body);
  font-weight: 400;
  font-style: normal;
  overflow-x: hidden;
  box-sizing: border-box;
}

figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: -moz-max-content;
  max-width: max-content;
}

input,
textarea,
select {
  outline: 0;
  background: transparent;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button,
textarea::-webkit-outer-spin-button,
textarea::-webkit-inner-spin-button,
select::-webkit-outer-spin-button,
select::-webkit-inner-spin-button {
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
input:focus,
textarea:focus,
select:focus {
  outline: none;
}

.app-layout {
  display: flex;
  min-height: 100vh;
  background: #f6f7f8;
  font-family: var(--f-body);
  position: relative;
  /* Sidebar */
  /* Main Content */
  /* Upload success state */
  /* Modal Styles */
  /* Dashboard Styles */
}
.app-layout .sidebar {
  width: 260px;
  background: white;
  border-right: 1px solid var(--divider-e5);
  box-shadow: 2px 0 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100vh;
  position: sticky;
  top: 0;
}
.app-layout .sidebar .sidebar-content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.app-layout .sidebar .sidebar-header {
  border-bottom: 1px solid var(--divider-e5);
  padding: 24px 158px 1px 24px;
  height: 92px;
  box-sizing: border-box;
}
.app-layout .sidebar .sidebar-header .logo {
  width: 77px;
  height: 43px;
}
.app-layout .sidebar .sidebar-header .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.app-layout .sidebar .sidebar-nav {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 0;
  width: 227px;
  margin: 0 auto;
}
.app-layout .sidebar .sidebar-nav .nav-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 16px;
  border-radius: 8px;
  text-decoration: none;
  color: #4a5565;
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  transition: all 0.2s;
  height: 45px;
  box-sizing: border-box;
}
.app-layout .sidebar .sidebar-nav .nav-item figure,
.app-layout .sidebar .sidebar-nav .nav-item .nav-icon,
.app-layout .sidebar .sidebar-nav .nav-item svg {
  width: 20px;
  height: 20px;
  flex-shrink: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-layout .sidebar .sidebar-nav .nav-item svg {
  stroke: currentColor;
}
.app-layout .sidebar .sidebar-nav .nav-item:hover {
  background: #f3f4f6;
}
.app-layout .sidebar .sidebar-nav .nav-item.active {
  background: #155dfc;
  color: white;
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.1), 0px 1px 2px rgba(0, 0, 0, 0.1);
}
.app-layout .sidebar .sidebar-footer {
  border-top: 1px solid var(--divider-e5);
  padding: 17px 16px;
  height: 73px;
  box-sizing: border-box;
}
.app-layout .sidebar .sidebar-footer .user-profile {
  display: flex;
  gap: 12px;
  align-items: center;
}
.app-layout .sidebar .sidebar-footer .user-profile .user-avatar {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: linear-gradient(to bottom, #fa0025, #940016);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  flex-shrink: 0;
}
.app-layout .sidebar .sidebar-footer .user-profile .user-info {
  flex: 1;
}
.app-layout .sidebar .sidebar-footer .user-profile .user-info .user-name {
  font-size: 14px;
  font-weight: 500;
  line-height: 21px;
  color: #101828;
}
.app-layout .sidebar .sidebar-footer .user-profile .user-info .user-role {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #6a7282;
}
.app-layout .main-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.app-layout .main-content .content-header {
  background: white;
  padding: 32px;
}
.app-layout .main-content .content-header h1 {
  font-size: 28px;
  font-weight: 600;
  line-height: 40px;
  color: #0a0a0a;
  margin: 0 0 8px 0;
}
.app-layout .main-content .content-header p {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #4a5565;
  margin: 0;
}
.app-layout .main-content .upload-section {
  flex: 1;
  background: #f6f7f8;
  padding: 24px 32px;
}
.app-layout .main-content .upload-section .upload-cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
.app-layout .main-content .upload-section .upload-cards .upload-card {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 14px;
  padding: 25px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .card-header {
  display: flex;
  gap: 12px;
  align-items: center;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .card-header .card-icon {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  padding: 8px;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .card-header .card-icon figure,
.app-layout .main-content .upload-section .upload-cards .upload-card .card-header .card-icon .card-icon-img,
.app-layout .main-content .upload-section .upload-cards .upload-card .card-header .card-icon svg {
  width: 20px;
  height: 20px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .card-header .card-icon svg {
  stroke: currentColor;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .card-header .card-icon.card-icon-blue {
  background: #dbeafe;
  color: #2563eb;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .card-header .card-icon.card-icon-purple {
  background: #f3e8ff;
  color: #9333ea;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .card-header .card-title-wrapper {
  flex: 1;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .card-header .card-title-wrapper .card-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #0a0a0a;
  margin: 0 0 2px 0;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .card-header .card-title-wrapper .card-subtitle {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6a7282;
  margin: 0;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .sample-file-section {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .sample-file-section .sample-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #364153;
  margin: 0;
  text-align: left;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .sample-file-section .sample-file {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 10px 10px 16px;
  background: #fefefe;
  border: 1px solid #d8daeb;
  border-radius: 10px;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .sample-file-section .sample-file .file-info {
  display: flex;
  align-items: center;
  gap: 20px;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .sample-file-section .sample-file .file-info .file-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .sample-file-section .sample-file .file-info .file-icon svg {
  width: 100%;
  height: 100%;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .sample-file-section .sample-file .file-info .file-details {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .sample-file-section .sample-file .file-info .file-details .file-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #364153;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .sample-file-section .sample-file .file-info .file-details .file-size {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6a7282;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .sample-file-section .sample-file .download-btn {
  width: 44px;
  height: 44px;
  padding: 12px;
  background: white;
  border: 1px solid #d5d3e0;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s;
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.02);
}
.app-layout .main-content .upload-section .upload-cards .upload-card .sample-file-section .sample-file .download-btn figure,
.app-layout .main-content .upload-section .upload-cards .upload-card .sample-file-section .sample-file .download-btn .download-icon,
.app-layout .main-content .upload-section .upload-cards .upload-card .sample-file-section .sample-file .download-btn svg {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .sample-file-section .sample-file .download-btn svg {
  stroke: #364153;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .sample-file-section .sample-file .download-btn:hover {
  background: #f9fafb;
  border-color: #9ca3af;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .upload-dropzone {
  border: 1px dashed #d1d5dc;
  border-radius: 10px;
  padding: 64px 32px;
  position: relative;
  cursor: pointer;
  transition: all 0.2s;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .upload-dropzone:hover {
  border-color: #155dfc;
  background: #f9fafb;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .upload-dropzone.dragover {
  border-color: #155dfc;
  background: #eff6ff;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .upload-dropzone .dropzone-content {
  display: flex;
  flex-direction: column;
  gap: 12px;
  align-items: center;
  pointer-events: none;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .upload-dropzone .dropzone-content .dropzone-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .upload-dropzone .dropzone-content .dropzone-icon figure,
.app-layout .main-content .upload-section .upload-cards .upload-card .upload-dropzone .dropzone-content .dropzone-icon .upload-zone-icon,
.app-layout .main-content .upload-section .upload-cards .upload-card .upload-dropzone .dropzone-content .dropzone-icon svg {
  width: 24px;
  height: 24px;
  display: block;
  margin: 0;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .upload-dropzone .dropzone-content .dropzone-icon svg {
  stroke: #6b7280;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .upload-dropzone .dropzone-content .dropzone-text {
  text-align: center;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .upload-dropzone .dropzone-content .dropzone-text p {
  margin: 0;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .upload-dropzone .dropzone-content .dropzone-text p:first-child {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  margin-bottom: 4px;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .upload-dropzone .dropzone-content .dropzone-text p.text-small {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: #6a7282;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .upload-dropzone .dropzone-content .dropzone-text .text-dark {
  color: #364153;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .upload-dropzone .dropzone-content .dropzone-text .text-primary {
  color: #155dfc;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .upload-dropzone .file-input {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .upload-btn {
  width: 100%;
  padding: 12px 32px;
  background: #3353f4;
  color: white;
  border: none;
  border-radius: 5px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  cursor: pointer;
  transition: all 0.2s;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .upload-btn:hover:not(:disabled) {
  background: #2845d9;
}
.app-layout .main-content .upload-section .upload-cards .upload-card .upload-btn:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
.app-layout .upload-success-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 48px 32px;
  width: 100%;
  max-height: 108px;
  pointer-events: auto;
  position: relative;
  z-index: 1;
}
.app-layout .upload-success-info .success-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #d1fae5;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 8px;
}
.app-layout .upload-success-info .success-icon svg {
  width: 20px;
  height: 20px;
  stroke: #16a34a;
}
.app-layout .upload-success-info .file-details-success {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}
.app-layout .upload-success-info .file-details-success .file-name {
  font-size: 14px;
  font-weight: 600;
  color: #0a0a0a;
  line-height: 20px;
  text-align: center;
  word-break: break-word;
}
.app-layout .upload-success-info .file-details-success .file-size {
  font-size: 14px;
  color: #6a7282;
  line-height: 20px;
  font-weight: 400;
}
.app-layout .upload-success-info .remove-file-btn-success {
  display: flex;
  padding: 8px 11px;
  align-items: center;
  gap: 8px;
  border-radius: 8px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  background: #fff;
}
.app-layout .upload-success-info .remove-file-btn-success svg {
  width: 14px;
  height: 14px;
  stroke: currentColor;
}
.app-layout .upload-success-info .remove-file-btn-success:hover {
  background: #f3f4f6;
  color: #dc2626;
}
.app-layout .upload-success-info .remove-file-btn-success:hover svg {
  stroke: #dc2626;
}
.app-layout .upload-success-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 9999;
  align-items: center;
  justify-content: center;
  padding: 20px;
}
.app-layout .upload-success-modal.active {
  display: flex;
}
.app-layout .upload-success-modal .modal-content {
  position: relative;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  max-width: 457px;
  max-height: 312px;
  width: 100%;
  box-shadow: 0px 4px 8px -2px rgba(16, 24, 40, 0.1), 0px 2px 4px -2px rgba(16, 24, 40, 0.06);
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  text-align: center;
}
.app-layout .upload-success-modal .modal-content .top-modal-content {
  display: flex;
  padding: 24px 0 8px 0;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.app-layout .upload-success-modal .modal-content .top-modal-content .close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border: none;
  background: transparent;
  cursor: pointer;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  transition: background 0.2s ease;
}
.app-layout .upload-success-modal .modal-content .top-modal-content .close-btn:hover {
  background: #f3f4f6;
}
.app-layout .upload-success-modal .modal-content .top-modal-content .close-btn svg {
  width: 20px;
  height: 20px;
  stroke: #505050;
}
.app-layout .upload-success-modal .modal-content .top-modal-content .success-icon {
  width: 52px;
  height: 52px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-layout .upload-success-modal .modal-content .top-modal-content .success-icon figure {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-layout .upload-success-modal .modal-content .top-modal-content .success-icon figure svg {
  width: 52px;
  height: 52px;
}
.app-layout .upload-success-modal .modal-content .top-modal-content .modal-title {
  margin-top: 8px;
  font-family: var(--f-title);
  /* Title/Large */
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 145.455% */
}
.app-layout .upload-success-modal .modal-content .top-modal-content .modal-message {
  text-align: center;
  /* Body/Large */
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  min-width: 400px;
}
.app-layout .upload-success-modal .modal-content .list-button-modal {
  display: flex;
  gap: 12px;
  width: 100%;
  margin-top: 8px;
}
.app-layout .upload-success-modal .modal-content .list-button-modal a {
  padding: 12px 28px;
  border-radius: 6px;
  border: 1px solid #155dfc;
  color: #155dfc;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  background: var(--Base-White, #fff);
}
.app-layout .upload-success-modal .modal-content .list-button-modal a:hover {
  background: #f0f9ff;
}
.app-layout .upload-success-modal .modal-content .list-button-modal button {
  flex: 1;
  display: flex;
  padding: 12px 32px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 5px;
  background: #3353f4;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
}
.app-layout .upload-success-modal .modal-content .list-button-modal button:hover {
  background: #044465;
  border-color: #044465;
}
.app-layout .dashboard-content {
  flex: 1;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
}
.app-layout .dashboard-content .dashboard-header {
  background: white;
  padding: 24px 32px 0 32px;
}
.app-layout .dashboard-content .dashboard-header .dashboard-header-top h1 {
  color: #0a0a0a;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 40px; /* 142.857% */
}
.app-layout .dashboard-content .dashboard-header .dashboard-subtitle {
  color: #4a5565;
  /* Body/Large */
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
}
.app-layout .dashboard-content .dashboard-tabs {
  display: flex;
  gap: 8px;
  border-bottom: 1px solid var(--divider-e5);
  gap: 24px;
}
.app-layout .dashboard-content .dashboard-tabs .tab-btn {
  padding: 26px 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  color: var(--neutralc-600);
  background: transparent;
  border: none;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  transition: all 0.2s ease;
  position: relative;
  bottom: -1px;
  font-family: var(--f-body);
}
.app-layout .dashboard-content .dashboard-tabs .tab-btn:hover {
  color: #dc2626;
}
.app-layout .dashboard-content .dashboard-tabs .tab-btn.active {
  background: var(--Gradient-02, linear-gradient(270deg, #fa0025 0%, #940016 100%));
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  border-bottom: 2px solid var(--Gradient-02, #fa0025);
}
.app-layout .dashboard-content .dashboard-body {
  flex: 1;
  background: #f6f7f8;
  padding: 24px 32px;
  /* Statistics Section */
  /* Table Section */
}
.app-layout .dashboard-content .dashboard-body .section-title {
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
  color: var(--neutralc-900);
  margin: 0 0 16px 0;
}
.app-layout .dashboard-content .dashboard-body .statistics-section {
  padding: 0 0 24px 0;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid--single {
  grid-template-columns: 1fr;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding: 32px 32px 24px 32px;
  min-height: 414px;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .section-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #0a0a0a;
  margin: 0 0 16px 0;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .chart-content-row {
  display: flex;
  align-items: center;
  gap: 48px;
  margin-top: 50px;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .donut-chart {
  position: relative;
  flex-shrink: 0;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .donut-chart #surveyDonutChart,
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .donut-chart #maintenanceDonutChart {
  width: 230px;
  height: 230px;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .chart-legend {
  display: flex;
  flex-direction: column;
  gap: 32px;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .chart-legend .legend-item {
  display: flex;
  align-items: center;
  gap: 16px;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .chart-legend .legend-item .legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  flex-shrink: 0;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .chart-legend .legend-item .legend-dot.legend-success {
  background: #155dfc;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .chart-legend .legend-item .legend-dot.legend-error {
  background: #fa0025;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .chart-legend .legend-item .legend-info {
  display: flex;
  flex-direction: column;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .chart-legend .legend-item .legend-info .legend-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6a6a6a;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .chart-legend .legend-item .legend-info .legend-value {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  color: #0a0a0a;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .participation-satisfaction-card {
  background: white;
  border: 1px solid var(--divider-e5);
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 24px;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .participation-satisfaction-card .participation-header {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  gap: 16px;
  padding: 0 32px;
  padding-bottom: 30px;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .participation-satisfaction-card .participation-header .card-icon-wrapper {
  width: 48px;
  height: 48px;
  background: #3353f4;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .participation-satisfaction-card .participation-header .card-icon-wrapper svg {
  width: 24px;
  height: 24px;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .participation-satisfaction-card .participation-header .participation-info {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .participation-satisfaction-card .participation-header .participation-info .participation-label {
  color: #0a0a0a;
  /* Title/Large */
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 32px; /* 145.455% */
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .participation-satisfaction-card .participation-header .participation-info .participation-value {
  color: #3353f4;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 48px */
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .participation-satisfaction-card .satisfaction-metrics-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .metric-item {
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 24px 32px;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .metric-item:first-child {
  border-bottom-left-radius: 12px;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .metric-item:last-child {
  border-bottom-right-radius: 12px;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .metric-item .metric-header {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .metric-item .metric-header .metric-icon {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .metric-item .metric-header .metric-icon svg {
  width: 20px;
  height: 20px;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .metric-item .metric-header .metric-icon.metric-icon-success {
  background: #d1f4dd;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .metric-item .metric-header .metric-icon.metric-icon-warning {
  background: #fef3c7;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .metric-item .metric-header .metric-icon.metric-icon-error {
  background: #fee2e2;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .metric-item .metric-header .metric-info {
  flex: 1;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .metric-item .metric-header .metric-info .metric-label {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--neutralc-600);
  display: block;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .metric-item .metric-header .metric-info .metric-value {
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
  color: var(--neutralc-900);
  display: block;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .metric-item .metric-progress .progress-bar {
  width: 100%;
  height: 8px;
  background: #f3f4f6;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 8px;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .metric-item .metric-progress .progress-bar .progress-fill {
  height: 100%;
  border-radius: 4px;
  transition: width 0.3s ease;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .metric-item .metric-progress .progress-bar .progress-fill.progress-success {
  background: #10b981;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .metric-item .metric-progress .progress-bar .progress-fill.progress-warning {
  background: #f59e0b;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .metric-item .metric-progress .progress-bar .progress-fill.progress-error {
  background: #ef4444;
}
.app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .metric-item .metric-progress .progress-stats {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: var(--neutralc-600);
}
.app-layout .dashboard-content .dashboard-body .table-section {
  background: white;
  border: 1px solid var(--divider-e5);
  border-radius: 12px;
  padding: 24px;
  /* File cell in table */
}
.app-layout .dashboard-content .dashboard-body .table-section > .section-title {
  font-size: 22px;
  font-weight: 600;
  line-height: 32px;
  color: #0a0a0a;
  margin: 0 0 24px 0;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-filters {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 32px;
  margin-bottom: 24px;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 19px;
  width: 100%;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .search-box {
  position: relative;
  height: 48px;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .search-box svg {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  color: #6a6a6a;
  pointer-events: none;
  z-index: 1;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .search-box input {
  width: 100%;
  height: 48px;
  padding: 0 16px 0 48px;
  border-radius: 8px;
  border: 1px solid #bababa;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #131313;
  box-sizing: border-box;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .search-box input::-moz-placeholder {
  color: #6a6a6a;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .search-box input::placeholder {
  color: #6a6a6a;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .search-box input:focus {
  outline: none;
  border-color: var(--primary);
}
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .filter-select,
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .filter-date,
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .filter-time {
  width: 100%;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #bababa;
  border-radius: 8px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6a6a6a;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  box-sizing: border-box;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .filter-select:focus,
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .filter-date:focus,
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .filter-time:focus {
  outline: none;
  border-color: var(--primary);
}
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .filter-select {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M6 9L12 15L18 9' stroke='%236A6A6A' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 24px;
  padding-right: 48px;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .filter-date,
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .filter-time {
  color: #131313;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .date-time-inputs {
  display: flex;
  gap: 24px;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .filter-date-range {
  display: flex;
  align-items: center;
  height: 48px;
  padding: 0 16px;
  border: 1px solid #bababa;
  border-radius: 8px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.3) 100%);
  box-sizing: border-box;
  gap: 12px;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .filter-date-range .filter-date-label {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #6a6a6a;
  white-space: nowrap;
  flex-shrink: 0;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .filter-date-range .filter-date {
  flex: 1;
  height: 100%;
  border: none;
  background: transparent;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #131313;
  outline: none;
  padding: 0;
  min-width: 0;
  text-align: right;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .filter-date-range .calendar-icon {
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  color: #6a6a6a;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .filter-date-range:focus-within {
  border-color: var(--primary);
}
.app-layout .dashboard-content .dashboard-body .table-section .file-cell {
  display: flex;
  align-items: center;
  gap: 8px;
  border-bottom: none !important;
}
.app-layout .dashboard-content .dashboard-body .table-section .file-cell .file-name {
  color: #131313;
}
.app-layout .dashboard-content .dashboard-body .table-section .file-cell .download-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.app-layout .dashboard-content .dashboard-body .table-section .file-cell .download-btn svg {
  width: 20px;
  height: 20px;
}
.app-layout .dashboard-content .dashboard-body .table-section .file-cell .download-btn:hover {
  opacity: 0.7;
}
.app-layout .dashboard-content .dashboard-body .table-section .export-btn {
  display: flex;
  padding: 8px 12px 8px 10px;
  justify-content: center;
  align-items: center;
  gap: 4px;
  border-radius: 6px;
  border: 1px solid #155dfc;
  background: var(--Base-White, #fff);
  color: #155dfc;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.app-layout .dashboard-content .dashboard-body .table-section .export-btn svg {
  width: 20px;
  height: 20px;
}
.app-layout .dashboard-content .dashboard-body .table-section .export-btn:hover {
  background: #f3f4f6;
  border-color: var(--neutralc-400);
}
.app-layout .dashboard-content .dashboard-body .table-section .data-table-container {
  background: white;
  border: 1px solid var(--divider-e5);
  border-radius: 12px;
  overflow: hidden;
}
.app-layout .dashboard-content .dashboard-body .table-section .data-table-container .data-table {
  width: 100%;
  border-collapse: collapse;
}
.app-layout .dashboard-content .dashboard-body .table-section .data-table-container .data-table thead {
  background: #f9fafb;
  border-bottom: 1px solid var(--divider-e5);
}
.app-layout .dashboard-content .dashboard-body .table-section .data-table-container .data-table thead th {
  padding: 16px 12px;
  text-align: left;
  color: var(--Grey-900, #333);
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 24px; /* 150% */
  white-space: nowrap;
  border-right: 1px solid var(--Grey-300, #dfdfdf);
  background: var(--Blue-100, #def2ff);
  cursor: pointer;
}
.app-layout .dashboard-content .dashboard-body .table-section .data-table-container .data-table thead th svg {
  display: inline-block;
  vertical-align: middle;
  margin-left: 4px;
  width: 16px;
  height: 16px;
}
.app-layout .dashboard-content .dashboard-body .table-section .data-table-container .data-table tbody tr {
  border-bottom: 1px solid var(--divider-e5);
}
.app-layout .dashboard-content .dashboard-body .table-section .data-table-container .data-table tbody tr:last-child {
  border-bottom: none;
}
.app-layout .dashboard-content .dashboard-body .table-section .data-table-container .data-table tbody tr:hover {
  background: #f9fafb;
}
.app-layout .dashboard-content .dashboard-body .table-section .data-table-container .data-table tbody tr td {
  border-right: 1px solid var(--Grey-200, #ececec);
  border-bottom: 1px solid var(--Grey-200, #ececec);
  background: var(--White, #fff);
  padding: 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--neutralc-900);
}
.app-layout .dashboard-content .dashboard-body .table-section .data-table-container .data-table tbody tr td .badge {
  display: inline-block;
  padding: 4px 8px;
  border-radius: 2px;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 142.857% */
}
.app-layout .dashboard-content .dashboard-body .table-section .data-table-container .data-table tbody tr td .badge.badge-success {
  background: #dbeafe;
  color: #3353F4;
}
.app-layout .dashboard-content .dashboard-body .table-section .data-table-container .data-table tbody tr td .badge.badge-error {
  background: #FEE2E2;
  color: #FA0025;
}
.app-layout .dashboard-content .dashboard-body .table-section .data-table-container .data-table tbody tr td .action-btn {
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: transparent;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.2s ease;
}
.app-layout .dashboard-content .dashboard-body .table-section .data-table-container .data-table tbody tr td .action-btn svg {
  width: 20px;
  height: 20px;
}
.app-layout .dashboard-content .dashboard-body .table-section .data-table-container .data-table tbody tr td .action-btn:hover {
  background: #f3f4f6;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-pagination {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 24px;
  padding: 16px;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-pagination .pagination-info {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--neutralc-600);
}
.app-layout .dashboard-content .dashboard-body .table-section .table-pagination .pagination-info .page-size-select {
  height: 32px;
  padding: 4px 8px;
  border: 1px solid var(--divider-e5);
  border-radius: 6px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  color: var(--neutralc-900);
  background: white;
  cursor: pointer;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-pagination .pagination-info .page-size-select:focus {
  outline: none;
  border-color: var(--primary);
}
.app-layout .dashboard-content .dashboard-body .table-section .table-pagination .pagination-controls {
  display: flex;
  align-items: center;
  gap: 4px;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-pagination .pagination-controls .page-btn,
.app-layout .dashboard-content .dashboard-body .table-section .table-pagination .pagination-controls .page-number {
  min-width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  background: transparent;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: var(--neutralc-600);
  cursor: pointer;
  transition: all 0.2s ease;
  font-family: var(--f-body);
}
.app-layout .dashboard-content .dashboard-body .table-section .table-pagination .pagination-controls .page-btn:hover:not(:disabled),
.app-layout .dashboard-content .dashboard-body .table-section .table-pagination .pagination-controls .page-number:hover:not(:disabled) {
  background: #f3f4f6;
  border-color: var(--neutralc-400);
}
.app-layout .dashboard-content .dashboard-body .table-section .table-pagination .pagination-controls .page-btn:disabled,
.app-layout .dashboard-content .dashboard-body .table-section .table-pagination .pagination-controls .page-number:disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-pagination .pagination-controls .page-btn.active,
.app-layout .dashboard-content .dashboard-body .table-section .table-pagination .pagination-controls .page-number.active {
  background: var(--Color-Background-bg-tertiary, #F5F5F5);
}
.app-layout .dashboard-content .dashboard-body .table-section .table-pagination .pagination-controls .page-btn svg,
.app-layout .dashboard-content .dashboard-body .table-section .table-pagination .pagination-controls .page-number svg {
  width: 20px;
  height: 20px;
}
.app-layout .dashboard-content .dashboard-body .table-section .table-pagination .pagination-controls .page-dots {
  padding: 0 4px;
  color: var(--neutralc-600);
}

/* Satisfaction dots in table */
.satisfaction-dot {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-right: 6px;
  vertical-align: middle;
}
.satisfaction-dot.dot-happy {
  background: #28a745;
}
.satisfaction-dot.dot-feedback {
  background: #f59e0b;
}
.satisfaction-dot.dot-complaint {
  background: #dc2626;
}

@media (max-width: 1440px) {
  .app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left {
    grid-template-columns: repeat(2, 1fr);
  }
  .page-dashboard-khaosat .dashboard-content .dashboard-body .table-section .table-filters .filter-left {
    grid-template-columns: repeat(3, 290px);
  }
  .page-dashboard-khaosat .dashboard-content .dashboard-body .table-section .table-filters .filter-left .date-time-inputs {
    display: contents;
  }
}
.page-history-upload .dashboard-header {
  padding: 32px;
}

.page-dashboard-khaosat .dashboard-content .dashboard-body .table-section .table-filters .filter-left {
  grid-template-columns: repeat(5, 290px);
}
.page-dashboard-khaosat .dashboard-content .dashboard-body .table-section .table-filters .filter-left .date-time-inputs {
  display: contents;
}

@media (max-width: 1200px) {
  .app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid {
    grid-template-columns: 1fr;
  }
  .app-layout .dashboard-content .dashboard-body .table-section .data-table-container {
    overflow-x: auto;
  }
}
@media (max-width: 1024px) {
  .app-layout .main-content .upload-section .upload-cards {
    grid-template-columns: 1fr;
  }
  .app-layout .dashboard-content .dashboard-header {
    padding: 20px 24px 0 24px;
  }
  .app-layout .dashboard-content .dashboard-body {
    padding: 20px 24px;
  }
  .app-layout .dashboard-content .dashboard-body .table-section {
    padding: 20px;
  }
  .app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .app-layout .dashboard-content .dashboard-body .table-section .table-filters .export-btn {
    align-self: flex-end;
  }
}
@media (max-width: 900px) {
  .app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .participation-satisfaction-card .satisfaction-metrics-row {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .chart-content-row {
    flex-direction: column;
    align-items: center;
    gap: 24px;
  }
  .app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .chart-legend {
    width: 100%;
    gap: 24px;
  }
}
@media (max-width: 768px) {
  .app-layout {
    flex-direction: column;
  }
  .app-layout .sidebar {
    width: 100%;
    height: auto;
    position: static;
    border-right: none;
    border-bottom: 1px solid var(--divider-e5);
  }
  .app-layout .sidebar .sidebar-content {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 0 16px;
  }
  .app-layout .sidebar .sidebar-header {
    border-bottom: none;
    padding: 12px 0;
    height: auto;
  }
  .app-layout .sidebar .sidebar-nav {
    flex-direction: row;
    width: auto;
    margin: 0;
    gap: 4px;
    padding: 0;
  }
  .app-layout .sidebar .sidebar-nav .nav-item {
    padding: 8px 12px;
    font-size: 12px;
    height: auto;
    white-space: nowrap;
  }
  .app-layout .sidebar .sidebar-footer {
    display: none;
  }
  .app-layout .main-content .content-header {
    padding: 20px 16px;
  }
  .app-layout .main-content .content-header h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .app-layout .main-content .upload-section {
    padding: 16px;
  }
  .app-layout .dashboard-content .dashboard-header {
    padding: 16px 16px 0 16px;
  }
  .app-layout .dashboard-content .dashboard-header .dashboard-header-top h1 {
    font-size: 24px;
    line-height: 32px;
  }
  .app-layout .dashboard-content .dashboard-body {
    padding: 16px;
  }
  .app-layout .dashboard-content .dashboard-body .section-title {
    font-size: 18px;
  }
  .app-layout .dashboard-content .dashboard-body .table-section {
    padding: 16px;
    border-radius: 8px;
  }
  .app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left {
    grid-template-columns: 1fr;
  }
  .app-layout .dashboard-content .dashboard-body .table-section .table-pagination {
    flex-direction: column;
    gap: 12px;
    align-items: flex-start;
  }
  .app-layout .dashboard-content .dashboard-body .table-section .table-pagination .pagination-controls {
    flex-wrap: wrap;
  }
  .app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container,
  .app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .participation-satisfaction-card {
    padding: 16px;
    border-radius: 8px;
  }
  .app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .donut-chart #surveyDonutChart,
  .app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .donut-chart #maintenanceDonutChart {
    width: 180px;
    height: 180px;
  }
  .app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .participation-satisfaction-card .participation-header .participation-info .participation-value {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (max-width: 576px) {
  .app-layout .sidebar .sidebar-nav {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
  }
  .app-layout .sidebar .sidebar-nav::-webkit-scrollbar {
    display: none;
  }
  .app-layout .dashboard-content .dashboard-header .dashboard-header-top h1 {
    font-size: 20px;
    line-height: 28px;
  }
  .app-layout .dashboard-content .dashboard-header .dashboard-subtitle {
    font-size: 12px;
  }
  .app-layout .dashboard-content .dashboard-tabs .tab-btn {
    padding: 10px 12px;
    font-size: 13px;
  }
  .app-layout .dashboard-content .dashboard-body {
    padding: 12px;
  }
  .app-layout .dashboard-content .dashboard-body .section-title {
    font-size: 16px;
    line-height: 24px;
  }
  .app-layout .dashboard-content .dashboard-body .table-section {
    padding: 12px;
  }
  .app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left {
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .date-time-inputs {
    gap: 8px;
  }
  .app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .date-time-inputs .filter-date,
  .app-layout .dashboard-content .dashboard-body .table-section .table-filters .filter-left .date-time-inputs .filter-time {
    flex: 1;
  }
  .app-layout .dashboard-content .dashboard-body .table-section .table-filters .export-btn {
    width: 100%;
    justify-content: center;
  }
  .app-layout .dashboard-content .dashboard-body .table-section .data-table-container .data-table thead th {
    padding: 10px 12px;
    font-size: 11px;
  }
  .app-layout .dashboard-content .dashboard-body .table-section .data-table-container .data-table tbody tr td {
    padding: 12px;
    font-size: 13px;
  }
  .app-layout .dashboard-content .dashboard-body .table-section .table-pagination .pagination-controls .page-btn,
  .app-layout .dashboard-content .dashboard-body .table-section .table-pagination .pagination-controls .page-number {
    min-width: 28px;
    height: 28px;
    font-size: 12px;
  }
  .app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .chart-content-row {
    flex-direction: column;
    gap: 16px;
  }
  .app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .donut-chart #surveyDonutChart,
  .app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .donut-chart #maintenanceDonutChart {
    width: 160px;
    height: 160px;
  }
  .app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .chart-legend {
    gap: 20px;
  }
  .app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .chart-legend .legend-item {
    gap: 12px;
  }
  .app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .chart-legend .legend-item .legend-dot {
    width: 10px;
    height: 10px;
  }
  .app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .chart-legend .legend-item .legend-info .legend-text {
    font-size: 14px;
  }
  .app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .chart-container .chart-legend .legend-item .legend-info .legend-value {
    font-size: 20px;
  }
  .app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .participation-satisfaction-card .satisfaction-metrics-row {
    grid-template-columns: 1fr;
    gap: 16px;
  }
  .app-layout .dashboard-content .dashboard-body .statistics-section .statistics-grid .metric-item .metric-header .metric-info .metric-value {
    font-size: 20px;
    line-height: 28px;
  }
}

/* Ethics hotline landing page */
html {
  scroll-behavior: smooth;
}

body.ethics-page {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  color: #231f20;
  background: #fff;
}

.ethics-container {
  width: min(1736px, calc(100% - 184px));
  margin: 0 auto;
}

.ethics-container-md {
  width: min(1442px, calc(100% - 184px));
  margin: 0 auto;
}

.ethics-header {
  position: fixed;
  inset: 0 0 auto 0;
  z-index: 30;
  color: #ffffff;
}

.ethics-header.is-light {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  color: #231f20;
}

.ethics-header-inner {
  min-height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ethics-header-left {
  display: flex;
  align-items: center;
  gap: 40px;
}

.ethics-logo {
  display: inline-flex;
  align-items: center;
}

.ethics-logo img {
  width: 219px;
  height: 64px;
  object-fit: contain;
}

/* Text-based mall brand logo block in header */

.ethics-brand-block {
  display: inline-flex;
  align-items: flex-start;
  gap: 18px;
  color: inherit;
}

.ethics-brand-line {
  width: 3px;
  min-height: 75px;
  background-color: currentColor;
  opacity: 0.9;
}

.ethics-brand-text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.ethics-brand-text-line {
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  font-size: clamp(10px, 1.05vw, 13px);
  letter-spacing: 0.16em;
  font-weight: 500;
  text-transform: uppercase;
  white-space: nowrap;
  color: currentColor;
  opacity: 0;
  transform: translateX(-16px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.ethics-brand-block.is-visible .ethics-brand-text-line {
  opacity: 1;
  transform: translateX(0);
}

.ethics-brand-block.is-visible .ethics-brand-text-line:nth-child(1) {
  transition-delay: 0.05s;
}

.ethics-brand-block.is-visible .ethics-brand-text-line:nth-child(2) {
  transition-delay: 0.15s;
}

.ethics-brand-block.is-visible .ethics-brand-text-line:nth-child(3) {
  transition-delay: 0.25s;
}

.ethics-brand-block.is-visible .ethics-brand-text-line:nth-child(4) {
  transition-delay: 0.35s;
}

.lang-switch {
  display: inline-flex;
  align-items: center;
  gap: 0;
  padding: 5px 6px;
  border-radius: 999px;
  background: rgba(35, 31, 32, 0.13);
  border: 1px solid rgba(255, 255, 255, 0.3);
  transition: background-color 0.25s ease, border-color 0.25s ease;
}

.ethics-header.is-light .lang-switch {
  background: rgba(35, 31, 32, 0.06);
  border-color: rgba(35, 31, 32, 0.16);
}

.lang-item {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #f9f9f9;
  transition: all 0.2s ease;
}

.ethics-header.is-light .lang-item {
  color: #3f3f3f;
}

.lang-item.is-active {
  background: #ed1c24;
  color: #fff;
}
.ethics-header.is-light .lang-item.is-active {
  background: #ed1c24;
  color: #fff;
}
.hero-section {
  min-height: 665px;
  padding-top: 104px;
  display: flex;
  align-items: center;
  background-image: linear-gradient(90deg, #2e3b41 0%, rgba(46, 59, 65, 0.88) 35%, rgba(46, 59, 65, 0) 84%), url("../image/home/Sign%20Image.png");
  background-size: cover;
  background-position: center;
}

.hero-content {
  width: 956px;
  max-width: 100%;
  color: #fff;
  padding-top: 8px;
}

.hero-content h1 {
  font-size: 60px;
  line-height: 72px;
  font-weight: 700;
  margin-bottom: 24px;
}

.hero-content p {
  width: min(677px, 100%);
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.hero-actions {
  display: flex;
  gap: 16px;
  margin-top: 40px;
}

.btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  border-radius: 999px;
  padding: 16px 24px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  border: 1px solid transparent;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1), 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 14px rgba(0, 0, 0, 0.15);
}

.hero-actions .btn.is-active {
  transform: translateY(-1px);
}

.btn-primary {
  background: #ed1c24;
}

.btn-outline {
  border-color: #fff;
}

.btn-outline.is-active {
  background: #ed1c24;
  border-color: #ed1c24;
}

.btn-dark {
  border-color: #231f20;
  color: #231f20;
  box-shadow: none;
}

.btn-icon,
.btn-arrow {
  display: inline-flex;
  width: 24px;
  height: 24px;
}

.btn-icon img,
.btn-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.spotlight-tabs {
  position: sticky;
  top: 104px;
  z-index: 25;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #e6e6e6;
  background: #fff;
}

.spotlight-item {
  width: 388px;
  max-width: 50%;
  padding: 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
  color: #262626;
  border-bottom: 3px solid transparent;
  transition: all 0.2s ease;
}

.spotlight-item.is-active {
  color: #ed1c24;
  border-bottom-color: #ed1c24;
}

.tab-panel {
  display: none;
}

.tab-panel.is-active {
  display: block;
}

.issues-section {
  background: #fff;
  padding: 72px 0 104px;
}

.issues-section h2,
.process-section h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  text-align: center;
}

.issues-grid {
  margin-top: 56px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  align-items: stretch;
}

.issue-card {
  min-height: 298px;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 4px 39px rgba(215, 215, 215, 0.25);
  padding: 32px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0;
  justify-content: flex-start;
  overflow: hidden;
  transition: box-shadow 0.35s ease, background-color 0.35s ease;
}

.issue-card:hover,
.issue-card:focus-within {
  box-shadow: 0 12px 36px rgba(46, 59, 65, 0.12);
}

.issue-icon {
  width: 98px;
  height: 98px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.issue-icon img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.issue-content {
  margin-top: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-width: 0;
}

.issue-card p {
  font-size: 20px;
  line-height: 32px;
  color: #3f3f3f;
  font-weight: 700;
  margin: 0;
}

.issue-content span {
  display: block;
  max-height: 0;
  margin-top: 0;
  overflow: hidden;
  opacity: 0;
  transform: translateY(10px);
  font-size: 18px;
  line-height: 28px;
  color: #5c5c5c;
  pointer-events: none;
  transition: max-height 0.35s ease, opacity 0.35s ease, transform 0.35s ease, margin-top 0.35s ease;
}

.issue-card:hover .issue-content span,
.issue-card:focus-within .issue-content span {
  max-height: 96px;
  margin-top: 12px;
  opacity: 1;
  transform: translateY(0);
}

.process-section {
  background: url("../image/home/background.png");
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 144px 0;
}

.process-subtitle {
  width: min(876px, 100%);
  margin: 24px auto 64px;
  text-align: center;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 32px;
  align-items: stretch;
  position: relative;
}

.process-grid::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 6px;
  border-radius: 999px;
  background: repeating-linear-gradient(to right,
      rgba(255, 255, 255, 0.9) 0 10px,
      transparent 10px 20px);
  z-index: 0;
}

.process-card {
  background: #fff;
  border: 0 solid rgba(92, 50, 30, 0.1);
  border-radius: 16px;
  padding: 24px;
  color: #313131;
  min-height: 225px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  box-shadow: 0 4px 39px rgba(0, 0, 0, 0.25);
  overflow: hidden;
}

.process-card h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  margin: 0;
  padding-bottom: 16px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.process-row {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 24px;
  width: 100%;
  z-index: 2;
}

.process-row img {
  width: 60px;
  height: 60px;
  object-fit: contain;
  flex-shrink: 0;
}

.process-card p {
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #5c5c5c;
  margin: 0;
  flex: 1 1 auto;
}

.report-section {
  background: #f8f8f9;
  padding: 158px 0 120px;
}

.report-form-wrap {
  max-width: 1442px;
}

.report-section-heading {
  display: flex;
  flex-direction: column;
  gap: 24px;
  align-items: center;
  text-align: center;
}

.report-section-heading h2 {
  font-size: 48px;
  line-height: 56px;
  font-weight: 600;
  color: #231f20;
}

.report-section-heading p {
  width: min(876px, 100%);
  color: #828282;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.report-form {
  margin-top: 48px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.report-block {
  background: #fff;
  border-radius: 16px;
  padding: 32px;
}

.report-type-block {
  border: 1px solid #9a8972;
}

.report-block-title {
  display: flex;
  align-items: center;
  gap: 8px;
  padding-bottom: 16px;
  border-bottom: 1px solid #ededed;
}

.report-block-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.report-block-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.report-block-title h3 {
  font-size: 20px;
  line-height: 32px;
  font-weight: 700;
  color: #231f20;
}

.report-type-content {
  padding-top: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.report-type-text {
  max-width: 647px;
  color: #828282;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.report-type-switch {
  display: inline-flex;
  align-items: center;
  padding: 8px;
  border-radius: 999px;
  background: rgba(0, 0, 0, 0.07);
}

.report-type-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 16px 24px;
  border-radius: 999px;
  color: #8d9091;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  transition: background-color 0.25s ease, color 0.25s ease;
}

.report-type-btn.is-active {
  background: #ed1c24;
  color: #fff;
}

.report-type-btn-icon {
  width: 24px;
  height: 24px;
  display: inline-flex;
}

.report-type-btn-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.report-required-note {
  color: #828282;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  width: min(876px, 100%);
}

.report-required-note span,
.report-label em,
.report-check em {
  color: #ed1c24;
  font-style: normal;
}

.report-info-block,
.report-terms-block {
  border: none;
}

.report-info-block {
  display: none;
}

.report-info-block.is-active {
  display: block;
}

.report-anonymous-text {
  padding-top: 24px;
  color: #454545;
  font-size: 16px;
  line-height: 24px;
}

.report-field-stack {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.report-field-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 24px;
  row-gap: 24px;
  align-items: start;
}

.report-field {
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  min-width: 0;
}

.report-field-full {
  width: 100%;
}

.report-label {
  display: inline-flex;
  align-items: center;
  gap: 2px;
  color: #1f2237;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  letter-spacing: 0;
}

.report-field input,
.report-field select,
.report-field textarea {
  display: block;
  margin: 0;
  padding: 0 12px;
  border-radius: 8px;
  border: 1px solid #dedfe0;
  background: #f2f3f5;
  font-family: "Plus Jakarta Sans", "Inter", sans-serif;
  font-weight: 400;
  color: #373a51;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  box-shadow: none;
  outline: none;
  transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, color 0.2s ease;
}

.report-field input,
.report-field select {
  height: 48px;
  min-height: 48px;
}

.report-field textarea {
  min-height: 142px;
  height: 142px;
  padding: 12px;
  resize: none;
}

.report-field select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-image: linear-gradient(45deg, transparent 50%, #8d9091 50%), linear-gradient(135deg, #8d9091 50%, transparent 50%);
  background-position: calc(100% - 18px) calc(50% - 1px), calc(100% - 12px) calc(50% - 1px);
  background-size: 6px 6px, 6px 6px;
  background-repeat: no-repeat;
  padding-right: 40px;
}

.report-field select:invalid {
  color: #6b7280;
}

.report-field input::placeholder {
  color: #6b7280;
  opacity: 1;
}

.report-field textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

.report-field input:focus,
.report-field select:focus,
.report-field textarea:focus {
  border-color: #9a8972;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(154, 137, 114, 0.08);
}

.report-field input:disabled,
.report-field select:disabled,
.report-field textarea:disabled {
  color: #8d9091;
  background: #f2f3f5;
  border-color: #e5e7eb;
  cursor: not-allowed;
}

.report-textarea-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.report-char-count {
  color: #6b7280;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.report-upload-group {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.report-upload-box {
  border: 1px dashed #828282;
  border-radius: 10px;
  padding: 48px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  text-align: center;
  cursor: pointer;
}

.report-upload-icon {
  width: 40px;
  height: 40px;
  display: inline-flex;
}

.report-upload-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.report-upload-title {
  color: #313131;
  font-size: 18px;
  line-height: 28px;
  font-weight: 600;
}

.report-upload-subtitle {
  color: #828282;
  font-size: 12px;
  line-height: 16px;
}

.report-upload-input {
  display: none;
}

.report-upload-note {
  padding-left: 24px;
  color: #454545;
  font-size: 16px;
  line-height: 24px;
}

.report-upload-note li {
  list-style: disc;
}

.report-upload-file-list {
  margin: -4px 0 0;
  padding-left: 20px;
  color: #313131;
  font-size: 14px;
  line-height: 22px;
}

.report-upload-file-list li {
  list-style: disc;
  font-weight: bold;
}

.report-upload-file-list .report-upload-file-heading,
.report-upload-file-list .is-empty {
  list-style: none;
  margin-left: -20px;
  color: #ed1c24;
  font-weight: 600;
}

.report-upload-file-list li span {
  color: #828282;
}

.report-terms-content {
  padding-top: 24px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.report-terms-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.report-terms-group h4 {
  color: #1f2237;
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
}

.report-terms-group p {
  color: #454545;
  font-size: 16px;
  line-height: 24px;
}

.report-terms-warning {
  color: #ed1c24;
  font-size: 16px;
  line-height: 24px;
  font-weight: 600;
}

.report-check {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #575961;
  font-size: 18px;
  line-height: 28px;
}

.report-check span {
  color: #575961;
  font-weight: 400;
}

.report-check input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  margin: 0;
  position: relative;
  flex-shrink: 0;
  cursor: pointer;
}

.report-check input[type=checkbox]::before {
  content: "";
  position: absolute;
  inset: 2px;
  border: 1.5px solid #888994;
  background: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.report-check input[type=checkbox]:checked::before {
  background: #ed1c24;
  border-color: #ed1c24;
}

.report-check input[type=checkbox]::after {
  content: "";
  position: absolute;
  left: 9px;
  top: 6px;
  width: 4px;
  height: 8px;
  border: solid #fff;
  border-width: 0 1.8px 1.8px 0;
  transform: rotate(45deg);
  opacity: 0;
  transition: opacity 0.2s ease;
}

.report-check input[type=checkbox]:checked::after {
  opacity: 1;
}

.report-check input[type=checkbox]:checked + span {
  color: #1b1b1f;
}

.report-check input[type=checkbox]:disabled {
  cursor: not-allowed;
}

.report-check input[type=checkbox]:disabled::before {
  border-color: #f2f3f7;
  background: #fff;
}

.report-check input[type=checkbox]:disabled + span {
  color: #bfc1c7;
}

.report-submit-wrap {
  display: flex;
  justify-content: center;
  padding-top: 16px;
}

.report-step {
  display: block;
}

.report-step.is-visible {
  display: block;
  animation: reportStepFadeIn 0.35s ease;
}

@keyframes reportStepFadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.report-submit-btn {
  min-width: 162px;
}

.ethics-footer {
  border-top: 1px solid #e1e4ed;
  background: #fff;
  padding-top: 25px;
  padding-bottom: 25px;
}

.ethics-footer .ethics-container-md {
  text-align: center;
}

.ethics-footer p {
  border-top: 1px solid #e1e4ed;
  margin-top: 24px;
  padding: 24px 0;
  font-size: 18px;
  line-height: 28px;
  color: #828282;
}

.ethics-footer-logos {
  overflow: hidden;
}

.ethics-footer-logos-track {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  align-items: center;
  justify-items: center;
  gap: 32px;
  transition: transform 1s ease-in-out;
}

.ethics-footer-logo-item {
  margin: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.ethics-footer-logo-item img {
  width: 100%;
  max-width: 170px;
  height: auto;
  object-fit: contain;
}

.floating-actions {
  position: fixed;
  right: 24px;
  bottom: 32px;
  z-index: 35;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.floating-btn {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  border: 1px solid #ed1c24;
  background: transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.floating-btn img {
  width: 24px;
  height: 24px;
  object-fit: contain;
}

.floating-btn-primary {
  background: #ed1c24;
}

@media (min-width: 1400px) {
  .ethics-container {
    width: min(1736px, calc(100% - 160px));
  }

  .ethics-container-md {
    width: min(1442px, calc(100% - 160px));
  }
}

@media (max-width: 1400px) {
  .ethics-container,
  .ethics-container-md {
    width: calc(100% - 96px);
  }

  .spotlight-item {
    width: 320px;
  }
}

@media (max-width: 1200px) {
  .ethics-container,
  .ethics-container-md {
    width: calc(100% - 72px);
  }

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

  .issue-card {
    min-height: 260px;
    padding: 24px;
  }

  .process-grid::before {
    display: none;
  }

  .process-card {
    min-height: 210px;
    padding: 20px;
  }

  .ethics-brand-text-line {
    font-size: 10px;
    letter-spacing: 0.14em;
  }
}

@media (max-width: 992px) {
  .ethics-container,
  .ethics-container-md {
    width: calc(100% - 48px);
  }

  .ethics-header-inner {
    min-height: 84px;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .ethics-logo img {
    width: 170px;
    height: auto;
  }

   .ethics-header-left {
    gap: 16px;
    align-items: flex-start;
  }

  .ethics-brand-line {
    min-height: 60px;
  }

  .hero-section {
    min-height: 560px;
    padding-top: 84px;
  }

  .hero-content h1 {
    font-size: 40px;
    line-height: 48px;
  }

  .hero-content p {
    font-size: 16px;
    line-height: 24px;
  }

  .hero-actions {
    flex-wrap: wrap;
  }

  .spotlight-tabs {
    top: 84px;
  }

  .spotlight-item {
    width: 50%;
  }

  .issues-section h2,
  .process-section h2,
  .report-section-heading h2 {
    font-size: 36px;
    line-height: 44px;
  }

  .report-type-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .report-type-switch {
    width: 100%;
    justify-content: center;
  }

  .report-type-btn {
    flex: 1 1 0;
  }

  .report-field-grid {
    grid-template-columns: 1fr;
  }

  .ethics-footer-logos-track {
    display: flex;
    gap: 0;
  }

  .ethics-footer-logo-item {
    flex: 0 0 100%;
  }

  .ethics-footer-logo-item img {
    max-width: 180px;
  }
}

@media (max-width: 768px) {
  .ethics-container,
  .ethics-container-md {
    width: calc(100% - 32px);
  }

  .issue-content span {
    max-height: none;
    margin-top: 12px;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
  }

  .issues-grid,
  .process-grid {
    grid-template-columns: 1fr;
  }

  .process-grid::before {
    display: block;
    left: 50%;
    right: auto;
    top: 0;
    bottom: 0;
    height: auto;
    width: 4px;
    transform: translateX(-50%);
    background: repeating-linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.9) 0 10px,
      transparent 10px 20px
    );
  }

  .issues-section {
    padding: 56px 0 72px;
  }

  .process-section {
    padding: 96px 0;
  }

  .report-section {
    padding: 104px 0 72px;
  }

  .issues-section h2,
  .process-section h2,
  .report-section-heading h2 {
    font-size: 32px;
    line-height: 40px;
  }

  .process-subtitle,
  .report-section-heading p,
  .report-type-text,
  .report-required-note,
  .report-check {
    font-size: 16px;
    line-height: 24px;
  }

  .report-form {
    gap: 28px;
  }

  .report-block {
    padding: 24px;
  }

  .ethics-header-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
  }

  .ethics-brand-block {
    gap: 12px;
  }

  .ethics-brand-text-line {
    white-space: normal;
    font-size: 9px;
    letter-spacing: 0.12em;
  }
}

@media (max-width: 576px) {
  .ethics-header-inner {
    min-height: 76px;
  }

  .ethics-logo img {
    width: 142px;
  }

  .hero-section {
    min-height: 520px;
    padding-top: 76px;
  }

  .spotlight-tabs {
    top: 76px;
  }

  .ethics-footer-logo-item img {
    max-width: 160px;
  }

  .ethics-brand-line {
    min-height: 52px;
  }

  .hero-content h1 {
    font-size: 34px;
    line-height: 42px;
  }

  .hero-actions {
    gap: 12px;
    flex-wrap: nowrap;
  }

  .hero-actions .btn {
    width: auto;
    flex: 1 1 0;
    min-width: 0;
  }

  .btn {
    width: 100%;
    padding: 14px 20px;
    font-size: 15px;
    line-height: 22px;
  }

  .issues-section h2,
  .process-section h2,
  .report-section-heading h2 {
    font-size: 28px;
    line-height: 36px;
  }

  .issue-card,
  .process-card,
  .report-block {
    padding: 20px;
  }

  .issue-icon {
    width: 72px;
    height: 72px;
  }

  .process-row {
    gap: 16px;
  }

  .process-row img {
    width: 52px;
    height: 52px;
  }

  .report-type-switch {
    flex-direction: row;
    border-radius: 999px;
  }

  .report-type-btn {
    width: auto;
    font-size: 16px;
    line-height: 24px;
  }

  .report-block-title h3 {
    font-size: 18px;
    line-height: 28px;
  }
}

@media (max-width: 480px) {
  .ethics-container,
  .ethics-container-md {
    width: calc(100% - 24px);
  }

  .lang-item {
    width: 34px;
    height: 34px;
    font-size: 12px;
  }

  .hero-content h1 {
    font-size: 30px;
    line-height: 38px;
  }

  .hero-content p {
    font-size: 15px;
    line-height: 22px;
  }

  .spotlight-item {
    padding: 16px 8px;
    font-size: 16px;
    line-height: 24px;
  }

  .issues-section h2,
  .process-section h2,
  .report-section-heading h2 {
    font-size: 26px;
    line-height: 34px;
  }

  .process-subtitle,
  .report-section-heading p,
  .report-required-note {
    font-size: 15px;
    line-height: 22px;
  }

  .report-upload-box {
    padding: 28px 12px;
  }

  .ethics-footer-logo-item img {
    max-width: 140px;
  }

  .ethics-brand-block {
    max-width: 100%;
  }

  .ethics-brand-text {
    max-width: calc(100% - 10px);
  }
}

@media (max-width: 360px) {
  .ethics-container,
  .ethics-container-md {
    width: calc(100% - 16px);
  }

  .ethics-header-inner {
    min-height: 70px;
  }

  .ethics-logo img {
    width: 126px;
  }

  .hero-section {
    padding-top: 70px;
  }

  .spotlight-tabs {
    top: 70px;
  }

  .hero-content h1 {
    font-size: 26px;
    line-height: 34px;
  }

  .btn {
    font-size: 14px;
    line-height: 20px;
    padding: 12px 16px;
  }

  .issues-section h2,
  .process-section h2,
  .report-section-heading h2 {
    font-size: 24px;
    line-height: 32px;
  }

  .issue-card,
  .process-card,
  .report-block {
    padding: 16px;
  }

  .process-row {
    align-items: flex-start;
    gap: 12px;
  }

  .process-row img {
    width: 44px;
    height: 44px;
  }

  .process-card p,
  .report-check,
  .report-upload-title {
    font-size: 14px;
    line-height: 20px;
  }

  .ethics-footer-logo-item img {
    max-width: 130px;
  }

  .ethics-brand-text-line {
    font-size: 8px;
    letter-spacing: 0.1em;
  }
}

@media (max-width: 375px) {
  .hero-section {
    padding-bottom: 20px;
  }
}

@media (max-width: 350px) {
  .hero-actions {
    flex-direction: column;
    flex-wrap: nowrap;
  }

  .hero-actions .btn {
    width: 100%;
    flex: none;
  }

  .report-type-switch {
    flex-direction: column;
    border-radius: 16px;
  }

  .report-type-btn {
    width: 100%;
  }
}

.report-toast-container {
  position: fixed;
  top: 92px;
  right: 20px;
  z-index: 1200;
  display: flex;
  flex-direction: column;
  gap: 10px;
  pointer-events: none;
  max-width: min(92vw, 420px);
}

.report-toast {
  pointer-events: auto;
  border-radius: 12px;
  padding: 14px 16px;
  color: #ffffff;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
  box-shadow: 0 12px 26px rgba(0, 0, 0, 0.18);
  transform: translateY(-8px);
  opacity: 0;
  transition: transform 0.22s ease, opacity 0.22s ease;
}

.report-toast.is-visible {
  transform: translateY(0);
  opacity: 1;
}

.report-toast--success {
  background: linear-gradient(120deg, #027a48 0%, #16a34a 100%);
}

.report-toast--error {
  background: linear-gradient(120deg, #b42318 0%, #dc2626 100%);
}

@media (max-width: 768px) {
  .report-toast-container {
    top: auto;
    right: 12px;
    left: 12px;
    bottom: 12px;
    max-width: none;
  }

  .report-toast {
    width: 100%;
  }
}

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