/*!******************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./themes/bytesco/source/frontend/index.scss ***!
  \******************************************************************************************************************************************************************************************************************************************************************/
/**
 * Add frontend css here, or create it in a more specific file
 *
 * General styles can reside in this frontend pagackage OR
 * be split into their own packages as appropriate
 **/
body input, body input[type=text], body input[type=email], body input[type=url], body input[type=password], body input[type=search], body input[type=number], body input[type=tel], body input[type=range], body input[type=date], body input[type=month], body input[type=week], body input[type=time], body input[type=datetime], body input[type=datetime-local], body input[type=color],
body textarea,
body textarea[type=text],
body textarea[type=email],
body textarea[type=url],
body textarea[type=password],
body textarea[type=search],
body textarea[type=number],
body textarea[type=tel],
body textarea[type=range],
body textarea[type=date],
body textarea[type=month],
body textarea[type=week],
body textarea[type=time],
body textarea[type=datetime],
body textarea[type=datetime-local],
body textarea[type=color] {
  color: var(--global-palette4);
}
body input:focus, body input[type=text]:focus, body input[type=email]:focus, body input[type=url]:focus, body input[type=password]:focus, body input[type=search]:focus, body input[type=number]:focus, body input[type=tel]:focus, body input[type=range]:focus, body input[type=date]:focus, body input[type=month]:focus, body input[type=week]:focus, body input[type=time]:focus, body input[type=datetime]:focus, body input[type=datetime-local]:focus, body input[type=color]:focus,
body textarea:focus,
body textarea[type=text]:focus,
body textarea[type=email]:focus,
body textarea[type=url]:focus,
body textarea[type=password]:focus,
body textarea[type=search]:focus,
body textarea[type=number]:focus,
body textarea[type=tel]:focus,
body textarea[type=range]:focus,
body textarea[type=date]:focus,
body textarea[type=month]:focus,
body textarea[type=week]:focus,
body textarea[type=time]:focus,
body textarea[type=datetime]:focus,
body textarea[type=datetime-local]:focus,
body textarea[type=color]:focus {
  color: var(--global-palette4);
}

.table-responsive {
  position: relative;
  overflow-x: auto;
  border-radius: 8px;
  box-shadow: 0 2px 20px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  margin-bottom: 2rem;
  border: 1px solid color-mix(in srgb, var(--global-palette4) 20%, transparent);
  -webkit-overflow-scrolling: touch;
}
.table-responsive .company-locked-overlay {
  display: none;
}
.table-responsive.company-locked {
  overflow: hidden;
}
.table-responsive.company-locked .company-locked-overlay {
  display: flex;
  position: absolute;
  inset: 0;
  z-index: 10;
  justify-content: center;
  align-items: center;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
}
.table-responsive.company-locked .company-locked-overlay .container {
  background-color: white;
  padding: 2rem;
  border-radius: 8px;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  text-align: center;
  max-width: 90%;
  width: -moz-fit-content;
  width: fit-content;
}
.table-responsive.company-locked .company-locked-overlay .container > * {
  max-width: 33vw;
}
.table-responsive.company-locked .company-locked-overlay .container h4 {
  margin-top: 0;
  margin-bottom: 1rem;
}

table.report-table {
  width: 100%;
  border-collapse: collapse;
  background-color: white;
  font-family: inherit;
}
table.report-table thead {
  background-color: color-mix(in srgb, var(--global-palette4) 5%, transparent);
}
table.report-table thead tr th {
  padding: 0.75rem 1rem;
  text-align: left;
  font-size: 0.75rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: color-mix(in srgb, var(--global-palette4) 70%, transparent);
  white-space: nowrap;
  border-bottom: 1px solid color-mix(in srgb, var(--global-palette4) 20%, transparent);
}
table.report-table tbody tr {
  background-color: white;
  border-bottom: 1px solid color-mix(in srgb, var(--global-palette4) 20%, transparent);
  transition: background-color 0.2s;
}
table.report-table tbody tr:last-child {
  border-bottom: none;
}
table.report-table tbody tr:hover {
  background-color: color-mix(in srgb, var(--global-palette4) 5%, transparent);
}
table.report-table tbody tr td {
  padding: 1rem 1rem;
  vertical-align: middle;
  color: color-mix(in srgb, var(--global-palette4) 70%, transparent);
  font-size: 0.875rem;
}
table.report-table tbody tr td.report-title {
  font-weight: 500;
  color: var(--global-palette4);
  min-width: 12rem;
}
table.report-table tbody tr td.report-details {
  min-width: 16rem;
  line-height: 1.5;
  max-width: 30vw;
}
table.report-table tbody tr td.report-details p {
  margin: 0;
}
table.report-table tbody tr td.report-added, table.report-table tbody tr td.report-updated {
  white-space: nowrap;
}
table.report-table tbody tr td.report-status .report-status {
  display: inline-flex;
  align-items: center;
  padding: 0.125rem 0.625rem;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 9999px;
  line-height: 1.25rem;
}
table.report-table tbody tr td.report-status .report-status .emoji {
  margin-right: 0.25rem !important;
}
table.report-table tbody tr td.report-status .report-status.status-available {
  background-color: color-mix(in srgb, var(--global-palette-btn-bg-hover) 20%, transparent);
  color: var(--global-palette6);
}
table.report-table tbody tr td.report-status .report-status.status-pending {
  background-color: var(--global-palette7);
  color: var(--global-palette14);
}
table.report-table tbody tr td.report-download .btn-download {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: white !important;
  background-color: var(--global-palette1);
  border-radius: 0.375rem;
  text-decoration: none;
  transition: background-color 0.2s;
  white-space: nowrap;
  line-height: 1;
}
table.report-table tbody tr td.report-download .btn-download:hover, table.report-table tbody tr td.report-download .btn-download:focus {
  background-color: var(--global-palette12);
  color: white !important;
  text-decoration: none;
}

@media (max-width: 640px) {
  table.report-table thead tr th,
  table.report-table tbody tr td {
    padding: 0.75rem 1rem;
  }
  table.report-table tbody tr td.report-download .btn-download {
    padding: 0.375rem 0.75rem;
    font-size: 0.8125rem;
  }
}
.site-header-item .header-account-wrap .header-account-button {
  border: none;
}

body .gform_wrapper.gravity-theme .gfield_required {
  color: var(--global-palette4);
}

/*# sourceMappingURL=frontend\entry.css.map*/