:root {
  --primary-color: #353ab4 !important;
}

body {
  font-family: 'Noto Sans Thai', sans-serif, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol',
    'Noto Color Emoji';
}

.cursor-not-allowed {
  cursor: not-allowed;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: var(--bs-body-line-height);
}

[data-kt-app-layout='light-sidebar'] .app-sidebar {
  border-right: 1px solid #ebecef !important;
}

[data-kt-app-layout='light-sidebar'][data-kt-app-header-fixed='true'] .app-sidebar .app-sidebar-logo {
  border-bottom: 0;
}

[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item .menu-heading {
  color: var(--kt-text-dark) !important;
}

.app-header,
.app-sidebar-logo,
.app-sidebar-menu {
  background-color: #f5f8fa;
}

[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item:hover > .menu-link .menu-title,
[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item.hover > .menu-link .menu-title,
[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item.show > .menu-link .menu-title,
[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item:hover > .menu-link .menu-icon .svg-icon,
[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item.hover > .menu-link .menu-icon .svg-icon,
[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item.show > .menu-link .menu-icon .svg-icon,
[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item:hover > .menu-link .menu-icon i,
[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item.hover > .menu-link .menu-icon i,
[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item.show > .menu-link .menu-icon i {
  color: #353ab4;
}

[data-kt-app-layout='light-sidebar']
  .app-sidebar
  .menu
  .menu-item.hover:not(.here)
  > .menu-link:not(.disabled):not(.active):not(.here)
  .menu-icon,
[data-kt-app-layout='light-sidebar']
  .app-sidebar
  .menu
  .menu-item.hover:not(.here)
  > .menu-link:not(.disabled):not(.active):not(.here)
  .menu-icon
  .svg-icon,
[data-kt-app-layout='light-sidebar']
  .app-sidebar
  .menu
  .menu-item.hover:not(.here)
  > .menu-link:not(.disabled):not(.active):not(.here)
  .menu-icon
  i,
[data-kt-app-layout='light-sidebar']
  .app-sidebar
  .menu
  .menu-item:not(.here)
  .menu-link:hover:not(.disabled):not(.active):not(.here)
  .menu-icon,
[data-kt-app-layout='light-sidebar']
  .app-sidebar
  .menu
  .menu-item:not(.here)
  .menu-link:hover:not(.disabled):not(.active):not(.here)
  .menu-icon
  .svg-icon,
[data-kt-app-layout='light-sidebar']
  .app-sidebar
  .menu
  .menu-item:not(.here)
  .menu-link:hover:not(.disabled):not(.active):not(.here)
  .menu-icon
  i {
  color: #353ab4;
}

[data-kt-app-layout='light-sidebar']
  .app-sidebar
  .menu
  .menu-item.hover:not(.here)
  > .menu-link:not(.disabled):not(.active):not(.here)
  .menu-title,
[data-kt-app-layout='light-sidebar']
  .app-sidebar
  .menu
  .menu-item:not(.here)
  .menu-link:hover:not(.disabled):not(.active):not(.here)
  .menu-title,
[data-kt-app-layout='light-sidebar']
  .app-sidebar
  .menu
  .menu-item.hover:not(.here)
  > .menu-link:not(.disabled):not(.active):not(.here)
  .menu-icon
  .svg-icon,
[data-kt-app-layout='light-sidebar']
  .app-sidebar
  .menu
  .menu-item:not(.here)
  .menu-link:hover:not(.disabled):not(.active):not(.here)
  .menu-icon
  i {
  color: #353ab4;
}

[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item .menu-link.active .menu-title {
  color: #353ab4;
}

[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item .menu-link.active .menu-icon,
[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item .menu-link.active .menu-icon .svg-icon,
[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item .menu-link.active .menu-icon i {
  color: #353ab4;
}

[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item .menu-link {
  border-radius: 1.725rem;
}

[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item .menu-link.active {
  background-color: #d9dffc;
}

[data-kt-app-layout='light-sidebar'] .app-sidebar .menu .menu-item .menu-link.active .menu-bullet .bullet {
  background-color: #353ab4;
}

:root,
[data-theme='light'] {
  --kt-secondary: #b5b5c3;
  --kt-secondary-inverse: #ffffff;
  --kt-secondary-active: #a1a5b7;
}

@media (min-width: 992px) {
  :root {
    --kt-app-header-height: 64px;
    --kt-app-header-height-actual: 64px;
    --kt-app-toolbar-height: 75px;
    --kt-app-toolbar-height-actual: 75px;
    --kt-app-sidebar-width: 300px;
    --kt-app-sidebar-width-actual: 300px;
  }

  .app-content {
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

.container-fluid {
  max-width: 1920px;
}

.dropdown-toggle::after {
  margin-left: 0;
}

.min-w-120px {
  min-width: 120px;
}

.min-w-130px {
  min-width: 130px;
}

.w-340px {
  width: 340px;
}

.min-w-340px {
  min-width: 340px;
}

.max-w-140px {
  max-width: 140px;
}

.max-w-160px {
  max-width: 160px;
}

.max-w-175px {
  max-width: 175px;
}

.max-w-340px {
  max-width: 340px;
}

.scroll {
  overflow: auto;
}

.scroll-x {
  overflow-x: auto;
}

.scroll-y {
  overflow-y: auto;
}

::-webkit-scrollbar {
  width: 14px;
  height: 14px;
  background-color: #4c577d08;
  border-top: 0;
}

::-webkit-scrollbar-thumb {
  background-color: #d5d5d9;
}

div::-webkit-scrollbar,
main::-webkit-scrollbar,
ol::-webkit-scrollbar,
pre::-webkit-scrollbar,
span::-webkit-scrollbar,
ul::-webkit-scrollbar {
  width: 14px;
  height: 14px;
  background-color: #4c577d08;
  /* border-top: 1px solid #e9edf1; */
  border-top: 0;
}

div::-webkit-scrollbar-thumb,
main::-webkit-scrollbar-thumb,
ol::-webkit-scrollbar-thumb,
pre::-webkit-scrollbar-thumb,
span::-webkit-scrollbar-thumb,
ul::-webkit-scrollbar-thumb {
  background-color: #e9edf1;
  border-radius: 0;
}

div,
main,
ol,
pre,
span,
ul {
  scrollbar-width: auto !important;
  scrollbar-color: initial !important;
}

.app-sidebar .app-sidebar-wrapper {
  /* overflow-y: scroll; */
  overflow-y: auto;
}

.app-toolbar {
  border-top: 0;
}

.app-menu-panel .app-menu-container {
  width: calc(100% - 110px);
  margin: 0 auto;
  background-color: rgba(209, 213, 219, 0.3);
  border-radius: 10px;
  padding: 8px;
}

.app-menu-panel .app-menu-container.full-width {
  width: 100%;
}

.app-menu-panel.tns.tns-default .tns-outer {
  margin: 0;
}

.app-menu-panel .app-menu-container .tns-autowidth {
  display: block;
}

.app-menu-panel .app-menu-container .btn.menu-link {
  color: var(--kt-gray-700);
  line-height: initial;
}

.app-menu-panel .app-menu-container .btn.menu-link:hover,
.app-menu-panel .app-menu-container .btn.menu-link:focus {
  color: var(--kt-gray-900);
}

.app-menu-panel .app-menu-container .btn.menu-link.active {
  background-color: #f9dfb9;
  color: #353ab4;
  border-color: #f9dfb9;
}

.menu-theme-color.menu-state-color .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here),
.menu-theme-color.menu-state-color .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) {
  transition: none;
  color: #353ab4;
  background-color: #d9dffc;
  border-radius: 1.725rem;
}

.input-group.input-group-solid.input-group-outlined .form-control.form-control-solid {
  background-color: var(--bs-body-bg);
  border: 1px solid var(--bs-gray-300);
}

.input-group.input-group-solid.input-group-outlined .form-control.form-control-solid:hover,
.input-group.input-group-solid.input-group-outlined .form-control.form-control-solid:focus,
.input-group.input-group-solid.input-group-outlined .form-control.form-control-solid:active,
.input-group.input-group-solid.input-group-outlined .form-control.form-control-solid:visited {
  color: var(--kt-input-focus-color);
  background-color: var(--kt-input-focus-bg);
  border-color: var(--kt-input-focus-border-color);
}

.input-group.input-group-solid.input-group-outlined .form-control.form-control-solid:disabled {
  background-color: var(--kt-theme-input-disabled-bg);
}

.input-group.input-group-solid.input-group-outlined > .input-group-text:first-child {
  border-right-color: var(--bs-gray-300);
}

.input-group.input-group-solid.input-group-outlined .input-group-text {
  border-color: var(--bs-gray-300);
}

.form-floating.form-outlined > .form-control.form-control-solid {
  background-color: var(--bs-body-bg);
  border: 1px solid var(--bs-gray-300);
}

.form-floating.form-outlined > .form-control-plaintext:focus,
.form-floating.form-outlined > .form-control-plaintext:not(:placeholder-shown),
.form-floating.form-outlined > .form-control:focus,
.form-floating.form-outlined > .form-control:not(:placeholder-shown) {
  padding-top: 0.775rem;
  padding-bottom: 0.775rem;
}

.form-floating.form-outlined > .form-control:hover,
.form-floating.form-outlined > .form-control:focus,
.form-floating.form-outlined > .form-control:active,
.form-floating.form-outlined > .form-control:visited {
  color: var(--kt-input-focus-color);
  background-color: var(--kt-input-focus-bg);
  border-color: var(--kt-input-focus-border-color);
}

.form-floating.form-outlined > .form-control:disabled {
  background-color: var(--kt-theme-input-disabled-bg);
}

.form-floating.form-outlined > .form-control,
.form-floating.form-outlined > .form-control-plaintext,
.form-floating.form-outlined > .form-select {
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 1.5;
  padding-top: 0.775rem;
  padding-bottom: 0.775rem;
}

.form-floating.form-outlined > label {
  position: absolute;
  display: flex;
  align-items: center;
  top: 0;
  left: 0;
  width: auto;
  max-height: calc(3.75rem + 2px);
  max-width: 95%;
  height: 100%;
  padding: 1rem;
  font-size: 1rem;
  line-height: 1.5;
  overflow: hidden;
  text-align: start;
  text-overflow: ellipsis;
  white-space: nowrap;
  pointer-events: none;
  border: 1px solid transparent;
  opacity: 1;
  transform-origin: 0 0;
  transform: scale(1) translateY(0) translateX(0);
  transition: opacity 0.2s ease-in-out, transform 0.2s ease-in-out, top 0.2s ease-in-out;
  color: #5e6278;
}

.form-floating.form-outlined > .form-control-plaintext ~ label,
.form-floating.form-outlined > .form-control:focus ~ label,
.form-floating.form-outlined > .form-control:not(:placeholder-shown) ~ label,
.form-floating.form-outlined > .form-select ~ label {
  opacity: 1;
  align-items: flex-start;
  transform: scale(0.9) translateY(-50%) translateX(0);
  height: auto;
}

.form-floating.form-outlined > label::after {
  content: attr(data-label);
  position: absolute;
  left: 0.75rem;
  background-color: var(--bs-body-bg);
  padding: 0 0.25rem;
  font-size: 0.75rem;
  line-height: 1;
  z-index: -1;
  white-space: nowrap;
  border-radius: 0.25rem;
  pointer-events: none;
  width: calc(100% - 1.625rem);
  height: calc(100% - 2rem);
}

.form-floating.form-outlined .form-select.form-select-solid {
  background-color: var(--bs-body-bg);
  border-color: var(--bs-gray-300);
  color: var(--kt-input-solid-color);
  transition: color 0.2s ease;
}

.form-floating.form-outlined .select2-container.select2-container:hover .form-select.form-select-solid,
.form-floating.form-outlined .select2-container.select2-container:focus .form-select.form-select-solid,
.form-floating.form-outlined .select2-container.select2-container:active .form-select.form-select-solid,
.form-floating.form-outlined .select2-container.select2-container:visited .form-select.form-select-solid {
  color: var(--kt-input-focus-color);
  background-color: var(--kt-input-focus-bg);
  border-color: var(--kt-input-focus-border-color) !important;
}

.form-floating.form-outlined .select2-container.select2-container.select2-container--disabled .form-select.form-select-solid {
  background-color: var(--kt-theme-input-disabled-bg);
  border-color: var(--kt-input-focus-border-color) !important;
}

.form-floating.form-outlined .select2-container.select2-container--open .form-select.form-select-solid {
  color: var(--kt-input-focus-color);
  background-color: var(--kt-input-focus-bg);
  border-color: var(--kt-input-focus-border-color) !important;
}

.form-floating.form-outlined .form-select {
  padding-top: 0.775rem !important;
  padding-bottom: 0.775rem !important;
  min-height: calc(3.75rem + 2px);
}

.form-floating.form-outlined .select2-container--bootstrap5 .select2-selection--multiple:not(.form-select-sm):not(.form-select-lg) {
  min-height: calc(3.75rem + 2px);
}

.form-floating.form-outlined.empty-value label {
  top: 50%;
  transform: scale(1) translateY(-50%) translateX(0);
}

.form-floating.form-outlined.empty-value.select-focused label,
.form-floating.form-outlined.has-value label {
  top: 0;
  opacity: 1;
  transform: scale(0.9) translateY(-50%) translateX(0);
  height: auto;
  align-items: flex-start;
}

.form-floating.form-outlined.empty-value.select-focused label::after,
.form-floating.form-outlined.has-value label::after {
  content: attr(data-label);
  position: absolute;
  left: 0.75rem;
  background-color: var(--bs-body-bg);
  padding: 0 0.25rem;
  font-size: 0.75rem;
  line-height: 1;
  z-index: -1;
  white-space: nowrap;
  border-radius: 0.25rem;
  pointer-events: none;
  width: calc(100% - 1.625rem);
  height: calc(100% - 2rem);
}

.col-form-label {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
}

.form-control.form-control-solid:read-only,
.form-control.form-control-solid:disabled {
  /* background-color: #eef3f7; */
  background-color: #ebeff4;
}

.form-control.form-control-solid.disabled {
  /* background-color: #eef3f7; */
  background-color: #ebeff4;
  border-left: 0;
}

.form-check-custom .form-check-input.form-check-input-lg {
  width: 30px;
  height: 30px;
}

.form-check-custom .form-check-label {
  line-height: normal;
}

.form-control.form-control-solid.tagify:read-only,
.form-control.form-control-solid.tagify:disabled {
  background-color: #f5f8fa;
}

.input-group.input-group-solid .form-control.form-control-solid:disabled {
  background-color: #ebeff4;
}

.input-group.input-group-solid .form-control.form-control-solid.disabled {
  background-color: #ebeff4;
}

.select2-container--bootstrap5.select2-container--disabled .form-select {
  background-color: #ebeff4;
  border-color: #ebeff4;
}

.select2-container--bootstrap5.select2-container--disabled .form-select .select2-selection__placeholder,
.select2-container--bootstrap5.select2-container--disabled .form-select .select2-selection__rendered {
  color: #5e6278 !important;
}

.select2-container--bootstrap5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
  background-color: #d9dffc;
  color: #353ab4;
}

.btn.disabled,
.btn:disabled {
  background-color: #e4e6ef;
}

.input-group.input-group-solid .form-control.form-control-solid {
  background-color: var(--kt-input-solid-bg);
  color: var(--kt-input-solid-color);
  transition: color 0.2s ease;
}

.input-group.input-group-solid .form-control.form-control-solid::placeholder {
  color: var(--kt-input-solid-placeholder-color);
}

.input-group.input-group-solid .form-control.form-control-solid::-moz-placeholder {
  color: var(--kt-input-solid-placeholder-color);
  opacity: 1;
}

.input-group.input-group-solid .dropdown.show > .form-control.form-control-solid,
.input-group.input-group-solid .form-control.form-control-solid.active,
.input-group.input-group-solid .form-control.form-control-solid.focus,
.input-group.input-group-solid .form-control.form-control-solid:active,
.input-group.input-group-solid .form-control.form-control-solid:focus {
  background-color: var(--kt-input-focus-bg);
  color: var(--kt-input-solid-color);
  transition: color 0.2s ease;
}

.input-group.input-group-solid > .input-group-text:first-child {
  border-right-color: var(--kt-input-border-color);
}

.input-group.input-group-solid .form-control + .input-group-text {
  border-left-color: var(--kt-input-border-color);
}

.input-group.input-group-solid .form-select.form-select-solid.border-start {
  border-left-color: var(--kt-input-border-color) !important;
}

.input-group.input-group-solid .form-select.form-select-solid.border-end {
  border-right-color: var(--kt-input-border-color) !important;
}

.image-input.image-blank-placeholder {
  background-image: url('/assets/media/svg/files/blank-image.svg');
  background-color: #f5f8fa;
  border: 2px solid #f5f8fa;
}

.image-input.image-blank-placeholder .image-input-wrapper {
  background-size: contain;
  background-position: center;
}

.nav-custom--sale-order-status.nav-line-tabs {
  background-color: #ffffff;
}

.nav-custom--sale-order-status.nav-line-tabs .nav-item .nav-link {
  padding: 18px 14px;
  margin: 0;
}

.timeline-label.timeline-label--delivery-tracking .timeline-label {
  width: 110px;
}

.timeline-label.timeline-label--delivery-tracking:before,
.timeline-label.timeline-label--delivery-tracking .timeline-label:before {
  left: 110px;
}

.truncate {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.line-clamp-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  white-space: normal;
}

.line-clamp-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  white-space: normal;
}

.line-clamp-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  white-space: normal;
}

div.dataTables_scroll {
  /* border-left: 1px solid #eff2f5 !important;
  border-right: 1px solid #eff2f5 !important; */
  border-bottom: 1px solid #eff2f5 !important;
}

div.dataTables_scrollHeadInner {
  background-color: #f5f8fa;
  /* border-top: 1px solid #ededed; */
  /* border-bottom: 1px solid #ededed; */
}

div.dataTables_scrollBody {
  overflow: scroll !important;
  height: calc(1vh * 100 - 370px);
  /* height: calc(1vh * 100 - 375px); */
  /* min-height: calc(1vh * 100 - 60vh); */
  border-bottom: 0;
}

table.dataTable.table-bordered--custom thead tr > .dtfc-fixed-left,
table.dataTable.table-bordered--custom thead tr > .dtfc-fixed-right {
  background-color: #f5f8fa;
}

div.dataTables_scrollHeadInner table.table-bordered.table-bordered--custom tr:first-child th {
  /* border-left: 1px solid #eff2f5 !important; */
  border-top: 0 !important;
  border-bottom: 0 !important;
}

div.dataTables_scrollFootInner table.table-bordered.table-bordered--custom tr th:first-child,
div.dataTables_scrollHeadInner table.table-bordered.table-bordered--custom tr th:first-child {
  /* border-left: 1px solid #eff2f5 !important; */
  border-left: 0 !important;
}

div.dataTables_length select {
  display: none !important;
}

div.dtfc-left-top-blocker,
div.dtfc-right-top-blocker {
  background-color: #f5f8fa;
  /* border-top: 1px solid #ededed; */
  margin-top: 0;
}

table.table-bordered.table-bordered--custom tr > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  /* border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))); */
  border-left-width: 0;
  --tw-divide-opacity: 1;
  border-color: #ededed;
}

table.table-bordered.table-bordered--custom th {
  background-color: #f5f8fa;
}

table.table-bordered.table-bordered--custom td {
  --tw-divide-x-reverse: 0;
  /* border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse))); */
  border-left-width: 0;
  --tw-divide-opacity: 1;
  border-style: solid;
  border-color: #ededed;
}

td.z-index-3 {
  z-index: 3 !important;
}

.dtfc-fixed-left {
  /* border-right: 1px solid #ededed !important; */
}

.dtfc-fixed-right {
  /* border-left: 1px solid #ededed !important; */
}

table.dataTable tbody tr > .dtfc-fixed-right {
  right: -1px !important;
}

table.table-bordered.table-bordered--custom td:first-child,
table.table-bordered.table-bordered--custom th:first-child {
  border-left: 0 !important;
}

table.table-bordered.table-bordered--custom td:last-child,
table.table-bordered.table-bordered--custom th:last-child {
  border-right: 0 !important;
}

.stepper.stepper-pills .stepper-item .stepper-label .stepper-title {
  color: var(--kt-stepper-label-title-color-current);
}

.stepper.stepper-pills .stepper-item .stepper-icon {
  border: 2px solid var(---kt-stepper-icon-bg-color);
}

.stepper.stepper-pills .stepper-item.current .stepper-icon {
  background-color: var(--kt-success);
  border: var(--kt-success);
}

.stepper.stepper-pills .stepper-item.current.active .stepper-icon {
  background-color: var(--kt-stepper-icon-bg-color);
  border: 2px solid var(--kt-success);
}

.stepper.stepper-pills .stepper-item.current .stepper-label .stepper-title {
  color: var(--kt-stepper-label-title-color);
}

.timeline {
  --bs-timeline-icon-size: 38px;
  --bs-timeline-icon-space: 0.35rem;
}

.timeline .timeline-line {
  display: block;
  content: ' ';
  justify-content: center;
  position: absolute;
  z-index: 0;
  left: 0;
  top: var(--bs-timeline-icon-size);
  bottom: 0;
  transform: translate(50%);
  border-left-width: 1px;
  border-left-style: solid;
  border-left-color: var(--bs-gray-300);
  width: var(--bs-timeline-icon-size);
  margin-top: var(--bs-timeline-icon-space);
  margin-bottom: var(--bs-timeline-icon-space);
}

.timeline.timeline-border-dashed .timeline-line {
  border-left-style: dashed !important;
}

.timeline .timeline-icon {
  z-index: 1;
  flex-shrink: 0;
  margin-right: 1rem;
  width: var(--bs-timeline-icon-size);
  height: var(--bs-timeline-icon-size);
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--bs-gray-300);
  border-radius: 50%;
}

.timeline.timeline-border-dashed .timeline-icon {
  border-style: dashed !important;
}

@media (min-width: 992px) {
  [data-kt-app-sidebar-hoverable='true'] .app-sidebar .app-sidebar-wrapper {
    box-shadow: var(--kt-app-header-base-box-shadow);
  }
}

@media (max-width: 991.98px) {
  body,
  html {
    font-size: 14px !important;
    line-height: 1.5;
  }

  [data-kt-app-layout='light-sidebar']:not([data-kt-app-header-fixed-mobile='true']) .app-header {
    background-color: #ffffff;
  }

  body:not([data-kt-app-toolbar-fixed-mobile='true']) .app-toolbar {
    background-color: #ffffff;
    margin-bottom: 20px;
  }
}

@media (max-width: 767.98px) {
  div.dataTables_scrollBody {
    overflow: scroll !important;
    height: initial;
    /* min-height: calc(1vh * 100 - 175px); */
    border-bottom: 0;
  }
}

/* Preloader */
.ctn-preloader {
  align-items: center;
  cursor: none;
  display: flex;
  height: 100%;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999;
}

.ctn-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

/* Spinner cargando */
.ctn-preloader .animation-preloader .spinner {
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  border: 3px solid rgba(0, 0, 0, 0.2);
  border-top-color: var(--primary-color);
  /* No se identa por orden alfabetico para que no lo sobre-escriba */
  height: 9em;
  margin: 0 auto 3.5em auto;
  width: 9em;
}

/* Texto cargando */
.ctn-preloader .animation-preloader .txt-loading {
  font: bold 5em 'Montserrat', sans-serif;
  text-align: center;
  user-select: none;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:before {
  animation: letters-loading 4s infinite;
  color: var(--primary-color);
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: rotateY(-90deg);
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading {
  color: rgba(13, 58, 98, 0.3);
  position: relative;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {
  animation-delay: 0.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {
  animation-delay: 0.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {
  animation-delay: 0.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {
  animation-delay: 0.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before {
  animation-delay: 1s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before {
  animation-delay: 1.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before {
  animation-delay: 1.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before {
  animation-delay: 1.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before {
  animation-delay: 1.8s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(11):before {
  animation-delay: 2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(12):before {
  animation-delay: 2.2s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(13):before {
  animation-delay: 2.4s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(14):before {
  animation-delay: 2.6s;
}

.ctn-preloader .animation-preloader .txt-loading .letters-loading:nth-child(15):before {
  animation-delay: 2.8s;
}

.ctn-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.ctn-preloader .loader-section.section-left {
  left: 0;
}

.ctn-preloader .loader-section.section-right {
  right: 0;
}

/* Efecto de fade en la animación de cargando */
.loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

/* Efecto de cortina */
.loaded .loader-section.section-left {
  transform: translateX(-101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.loaded .loader-section.section-right {
  transform: translateX(101%);
  transition: 0.7s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

/* Animación del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}

/* Animación de las letras cargando del preloader */
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

/* Tamaño de portatil hacia atras (portatil, tablet, celular) */
@media screen and (max-width: 767px) {
  /* Preloader */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 3.5em 'Montserrat', sans-serif;
  }
}

@media screen and (max-width: 500px) {
  /* Prelaoder */
  /* Spinner cargando */
  .ctn-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }

  /* Texto cargando */
  .ctn-preloader .animation-preloader .txt-loading {
    font: bold 2em 'Montserrat', sans-serif;
  }
}

.h-160px {
  height: 160px;
}

.w-160px {
  width: 160px;
}

.txt-color-f6cd64 {
  color: #f6cd64;
}

.txt-color-23bebe {
  color: #23bebe;
}

.txt-color-353ab4 {
  color: #353ab4;
}

.text-2-clamp {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

@media (min-width: 1700px) {
  .col-xxxl {
    flex: 1 0 0%;
  }

  .row-cols-xxxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }

  .row-cols-xxxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }

  .row-cols-xxxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }

  .row-cols-xxxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }

  .row-cols-xxxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }

  .row-cols-xxxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }

  .row-cols-xxxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }

  .col-xxxl-auto {
    flex: 0 0 auto;
    width: auto;
  }

  .col-xxxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }

  .col-xxxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }

  .col-xxxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }

  .col-xxxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }

  .col-xxxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }

  .col-xxxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }

  .col-xxxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }

  .col-xxxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }

  .col-xxxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }

  .col-xxxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }

  .col-xxxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }

  .col-xxxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }

  .offset-xxxl-0 {
    margin-left: 0;
  }

  .offset-xxxl-1 {
    margin-left: 8.33333333%;
  }

  .offset-xxxl-2 {
    margin-left: 16.66666667%;
  }

  .offset-xxxl-3 {
    margin-left: 25%;
  }

  .offset-xxxl-4 {
    margin-left: 33.33333333%;
  }

  .offset-xxxl-5 {
    margin-left: 41.66666667%;
  }

  .offset-xxxl-6 {
    margin-left: 50%;
  }

  .offset-xxxl-7 {
    margin-left: 58.33333333%;
  }

  .offset-xxxl-8 {
    margin-left: 66.66666667%;
  }

  .offset-xxxl-9 {
    margin-left: 75%;
  }

  .offset-xxxl-10 {
    margin-left: 83.33333333%;
  }

  .offset-xxxl-11 {
    margin-left: 91.66666667%;
  }

  .g-xxxl-0,
  .gx-xxxl-0 {
    --bs-gutter-x: 0rem;
  }

  .g-xxxl-0,
  .gy-xxxl-0 {
    --bs-gutter-y: 0rem;
  }

  .g-xxxl-1,
  .gx-xxxl-1 {
    --bs-gutter-x: 0.25rem;
  }

  .g-xxxl-1,
  .gy-xxxl-1 {
    --bs-gutter-y: 0.25rem;
  }

  .g-xxxl-2,
  .gx-xxxl-2 {
    --bs-gutter-x: 0.5rem;
  }

  .g-xxxl-2,
  .gy-xxxl-2 {
    --bs-gutter-y: 0.5rem;
  }

  .g-xxxl-3,
  .gx-xxxl-3 {
    --bs-gutter-x: 0.75rem;
  }

  .g-xxxl-3,
  .gy-xxxl-3 {
    --bs-gutter-y: 0.75rem;
  }

  .g-xxxl-4,
  .gx-xxxl-4 {
    --bs-gutter-x: 1rem;
  }

  .g-xxxl-4,
  .gy-xxxl-4 {
    --bs-gutter-y: 1rem;
  }

  .g-xxxl-5,
  .gx-xxxl-5 {
    --bs-gutter-x: 1.25rem;
  }

  .g-xxxl-5,
  .gy-xxxl-5 {
    --bs-gutter-y: 1.25rem;
  }

  .g-xxxl-6,
  .gx-xxxl-6 {
    --bs-gutter-x: 1.5rem;
  }

  .g-xxxl-6,
  .gy-xxxl-6 {
    --bs-gutter-y: 1.5rem;
  }

  .g-xxxl-7,
  .gx-xxxl-7 {
    --bs-gutter-x: 1.75rem;
  }

  .g-xxxl-7,
  .gy-xxxl-7 {
    --bs-gutter-y: 1.75rem;
  }

  .g-xxxl-8,
  .gx-xxxl-8 {
    --bs-gutter-x: 2rem;
  }

  .g-xxxl-8,
  .gy-xxxl-8 {
    --bs-gutter-y: 2rem;
  }

  .g-xxxl-9,
  .gx-xxxl-9 {
    --bs-gutter-x: 2.25rem;
  }

  .g-xxxl-9,
  .gy-xxxl-9 {
    --bs-gutter-y: 2.25rem;
  }

  .g-xxxl-10,
  .gx-xxxl-10 {
    --bs-gutter-x: 2.5rem;
  }

  .g-xxxl-10,
  .gy-xxxl-10 {
    --bs-gutter-y: 2.5rem;
  }
}

@media (min-width: 1700px) {
  .float-xxxl-start {
    float: left !important;
  }

  .float-xxxl-end {
    float: right !important;
  }

  .float-xxxl-none {
    float: none !important;
  }

  .overflow-xxxl-auto {
    overflow: auto !important;
  }

  .overflow-xxxl-hidden {
    overflow: hidden !important;
  }

  .overflow-xxxl-visible {
    overflow: visible !important;
  }

  .overflow-xxxl-scroll {
    overflow: scroll !important;
  }

  .d-xxxl-inline {
    display: inline !important;
  }

  .d-xxxl-inline-block {
    display: inline-block !important;
  }

  .d-xxxl-block {
    display: block !important;
  }

  .d-xxxl-grid {
    display: grid !important;
  }

  .d-xxxl-table {
    display: table !important;
  }

  .d-xxxl-table-row {
    display: table-row !important;
  }

  .d-xxxl-table-cell {
    display: table-cell !important;
  }

  .d-xxxl-flex {
    display: flex !important;
  }

  .d-xxxl-inline-flex {
    display: inline-flex !important;
  }

  .d-xxxl-none {
    display: none !important;
  }

  .position-xxxl-static {
    position: static !important;
  }

  .position-xxxl-relative {
    position: relative !important;
  }

  .position-xxxl-absolute {
    position: absolute !important;
  }

  .position-xxxl-fixed {
    position: fixed !important;
  }

  .position-xxxl-sticky {
    position: sticky !important;
  }

  .w-xxxl-unset {
    width: unset !important;
  }

  .w-xxxl-25 {
    width: 25% !important;
  }

  .w-xxxl-50 {
    width: 50% !important;
  }

  .w-xxxl-75 {
    width: 75% !important;
  }

  .w-xxxl-100 {
    width: 100% !important;
  }

  .w-xxxl-auto {
    width: auto !important;
  }

  .w-xxxl-1px {
    width: 1px !important;
  }

  .w-xxxl-2px {
    width: 2px !important;
  }

  .w-xxxl-3px {
    width: 3px !important;
  }

  .w-xxxl-4px {
    width: 4px !important;
  }

  .w-xxxl-5px {
    width: 5px !important;
  }

  .w-xxxl-6px {
    width: 6px !important;
  }

  .w-xxxl-7px {
    width: 7px !important;
  }

  .w-xxxl-8px {
    width: 8px !important;
  }

  .w-xxxl-9px {
    width: 9px !important;
  }

  .w-xxxl-10px {
    width: 10px !important;
  }

  .w-xxxl-15px {
    width: 15px !important;
  }

  .w-xxxl-20px {
    width: 20px !important;
  }

  .w-xxxl-25px {
    width: 25px !important;
  }

  .w-xxxl-30px {
    width: 30px !important;
  }

  .w-xxxl-35px {
    width: 35px !important;
  }

  .w-xxxl-40px {
    width: 40px !important;
  }

  .w-xxxl-45px {
    width: 45px !important;
  }

  .w-xxxl-50px {
    width: 50px !important;
  }

  .w-xxxl-55px {
    width: 55px !important;
  }

  .w-xxxl-60px {
    width: 60px !important;
  }

  .w-xxxl-65px {
    width: 65px !important;
  }

  .w-xxxl-70px {
    width: 70px !important;
  }

  .w-xxxl-75px {
    width: 75px !important;
  }

  .w-xxxl-80px {
    width: 80px !important;
  }

  .w-xxxl-85px {
    width: 85px !important;
  }

  .w-xxxl-90px {
    width: 90px !important;
  }

  .w-xxxl-95px {
    width: 95px !important;
  }

  .w-xxxl-100px {
    width: 100px !important;
  }

  .w-xxxl-125px {
    width: 125px !important;
  }

  .w-xxxl-150px {
    width: 150px !important;
  }

  .w-xxxl-175px {
    width: 175px !important;
  }

  .w-xxxl-200px {
    width: 200px !important;
  }

  .w-xxxl-225px {
    width: 225px !important;
  }

  .w-xxxl-250px {
    width: 250px !important;
  }

  .w-xxxl-275px {
    width: 275px !important;
  }

  .w-xxxl-300px {
    width: 300px !important;
  }

  .w-xxxl-325px {
    width: 325px !important;
  }

  .w-xxxl-350px {
    width: 350px !important;
  }

  .w-xxxl-375px {
    width: 375px !important;
  }

  .w-xxxl-400px {
    width: 400px !important;
  }

  .w-xxxl-425px {
    width: 425px !important;
  }

  .w-xxxl-450px {
    width: 450px !important;
  }

  .w-xxxl-475px {
    width: 475px !important;
  }

  .w-xxxl-500px {
    width: 500px !important;
  }

  .w-xxxl-550px {
    width: 550px !important;
  }

  .w-xxxl-600px {
    width: 600px !important;
  }

  .w-xxxl-650px {
    width: 650px !important;
  }

  .w-xxxl-700px {
    width: 700px !important;
  }

  .w-xxxl-750px {
    width: 750px !important;
  }

  .w-xxxl-800px {
    width: 800px !important;
  }

  .w-xxxl-850px {
    width: 850px !important;
  }

  .w-xxxl-900px {
    width: 900px !important;
  }

  .w-xxxl-950px {
    width: 950px !important;
  }

  .w-xxxl-1000px {
    width: 1000px !important;
  }

  .mw-xxxl-unset {
    max-width: unset !important;
  }

  .mw-xxxl-25 {
    max-width: 25% !important;
  }

  .mw-xxxl-50 {
    max-width: 50% !important;
  }

  .mw-xxxl-75 {
    max-width: 75% !important;
  }

  .mw-xxxl-100 {
    max-width: 100% !important;
  }

  .mw-xxxl-auto {
    max-width: auto !important;
  }

  .mw-xxxl-1px {
    max-width: 1px !important;
  }

  .mw-xxxl-2px {
    max-width: 2px !important;
  }

  .mw-xxxl-3px {
    max-width: 3px !important;
  }

  .mw-xxxl-4px {
    max-width: 4px !important;
  }

  .mw-xxxl-5px {
    max-width: 5px !important;
  }

  .mw-xxxl-6px {
    max-width: 6px !important;
  }

  .mw-xxxl-7px {
    max-width: 7px !important;
  }

  .mw-xxxl-8px {
    max-width: 8px !important;
  }

  .mw-xxxl-9px {
    max-width: 9px !important;
  }

  .mw-xxxl-10px {
    max-width: 10px !important;
  }

  .mw-xxxl-15px {
    max-width: 15px !important;
  }

  .mw-xxxl-20px {
    max-width: 20px !important;
  }

  .mw-xxxl-25px {
    max-width: 25px !important;
  }

  .mw-xxxl-30px {
    max-width: 30px !important;
  }

  .mw-xxxl-35px {
    max-width: 35px !important;
  }

  .mw-xxxl-40px {
    max-width: 40px !important;
  }

  .mw-xxxl-45px {
    max-width: 45px !important;
  }

  .mw-xxxl-50px {
    max-width: 50px !important;
  }

  .mw-xxxl-55px {
    max-width: 55px !important;
  }

  .mw-xxxl-60px {
    max-width: 60px !important;
  }

  .mw-xxxl-65px {
    max-width: 65px !important;
  }

  .mw-xxxl-70px {
    max-width: 70px !important;
  }

  .mw-xxxl-75px {
    max-width: 75px !important;
  }

  .mw-xxxl-80px {
    max-width: 80px !important;
  }

  .mw-xxxl-85px {
    max-width: 85px !important;
  }

  .mw-xxxl-90px {
    max-width: 90px !important;
  }

  .mw-xxxl-95px {
    max-width: 95px !important;
  }

  .mw-xxxl-100px {
    max-width: 100px !important;
  }

  .mw-xxxl-125px {
    max-width: 125px !important;
  }

  .mw-xxxl-150px {
    max-width: 150px !important;
  }

  .mw-xxxl-175px {
    max-width: 175px !important;
  }

  .mw-xxxl-200px {
    max-width: 200px !important;
  }

  .mw-xxxl-225px {
    max-width: 225px !important;
  }

  .mw-xxxl-250px {
    max-width: 250px !important;
  }

  .mw-xxxl-275px {
    max-width: 275px !important;
  }

  .mw-xxxl-300px {
    max-width: 300px !important;
  }

  .mw-xxxl-325px {
    max-width: 325px !important;
  }

  .mw-xxxl-350px {
    max-width: 350px !important;
  }

  .mw-xxxl-375px {
    max-width: 375px !important;
  }

  .mw-xxxl-400px {
    max-width: 400px !important;
  }

  .mw-xxxl-425px {
    max-width: 425px !important;
  }

  .mw-xxxl-450px {
    max-width: 450px !important;
  }

  .mw-xxxl-475px {
    max-width: 475px !important;
  }

  .mw-xxxl-500px {
    max-width: 500px !important;
  }

  .mw-xxxl-550px {
    max-width: 550px !important;
  }

  .mw-xxxl-600px {
    max-width: 600px !important;
  }

  .mw-xxxl-650px {
    max-width: 650px !important;
  }

  .mw-xxxl-700px {
    max-width: 700px !important;
  }

  .mw-xxxl-750px {
    max-width: 750px !important;
  }

  .mw-xxxl-800px {
    max-width: 800px !important;
  }

  .mw-xxxl-850px {
    max-width: 850px !important;
  }

  .mw-xxxl-900px {
    max-width: 900px !important;
  }

  .mw-xxxl-950px {
    max-width: 950px !important;
  }

  .mw-xxxl-1000px {
    max-width: 1000px !important;
  }

  .h-xxxl-unset {
    height: unset !important;
  }

  .h-xxxl-25 {
    height: 25% !important;
  }

  .h-xxxl-50 {
    height: 50% !important;
  }

  .h-xxxl-75 {
    height: 75% !important;
  }

  .h-xxxl-100 {
    height: 100% !important;
  }

  .h-xxxl-auto {
    height: auto !important;
  }

  .h-xxxl-1px {
    height: 1px !important;
  }

  .h-xxxl-2px {
    height: 2px !important;
  }

  .h-xxxl-3px {
    height: 3px !important;
  }

  .h-xxxl-4px {
    height: 4px !important;
  }

  .h-xxxl-5px {
    height: 5px !important;
  }

  .h-xxxl-6px {
    height: 6px !important;
  }

  .h-xxxl-7px {
    height: 7px !important;
  }

  .h-xxxl-8px {
    height: 8px !important;
  }

  .h-xxxl-9px {
    height: 9px !important;
  }

  .h-xxxl-10px {
    height: 10px !important;
  }

  .h-xxxl-15px {
    height: 15px !important;
  }

  .h-xxxl-20px {
    height: 20px !important;
  }

  .h-xxxl-25px {
    height: 25px !important;
  }

  .h-xxxl-30px {
    height: 30px !important;
  }

  .h-xxxl-35px {
    height: 35px !important;
  }

  .h-xxxl-40px {
    height: 40px !important;
  }

  .h-xxxl-45px {
    height: 45px !important;
  }

  .h-xxxl-50px {
    height: 50px !important;
  }

  .h-xxxl-55px {
    height: 55px !important;
  }

  .h-xxxl-60px {
    height: 60px !important;
  }

  .h-xxxl-65px {
    height: 65px !important;
  }

  .h-xxxl-70px {
    height: 70px !important;
  }

  .h-xxxl-75px {
    height: 75px !important;
  }

  .h-xxxl-80px {
    height: 80px !important;
  }

  .h-xxxl-85px {
    height: 85px !important;
  }

  .h-xxxl-90px {
    height: 90px !important;
  }

  .h-xxxl-95px {
    height: 95px !important;
  }

  .h-xxxl-100px {
    height: 100px !important;
  }

  .h-xxxl-125px {
    height: 125px !important;
  }

  .h-xxxl-150px {
    height: 150px !important;
  }

  .h-xxxl-175px {
    height: 175px !important;
  }

  .h-xxxl-200px {
    height: 200px !important;
  }

  .h-xxxl-225px {
    height: 225px !important;
  }

  .h-xxxl-250px {
    height: 250px !important;
  }

  .h-xxxl-275px {
    height: 275px !important;
  }

  .h-xxxl-300px {
    height: 300px !important;
  }

  .h-xxxl-325px {
    height: 325px !important;
  }

  .h-xxxl-350px {
    height: 350px !important;
  }

  .h-xxxl-375px {
    height: 375px !important;
  }

  .h-xxxl-400px {
    height: 400px !important;
  }

  .h-xxxl-425px {
    height: 425px !important;
  }

  .h-xxxl-450px {
    height: 450px !important;
  }

  .h-xxxl-475px {
    height: 475px !important;
  }

  .h-xxxl-500px {
    height: 500px !important;
  }

  .h-xxxl-550px {
    height: 550px !important;
  }

  .h-xxxl-600px {
    height: 600px !important;
  }

  .h-xxxl-650px {
    height: 650px !important;
  }

  .h-xxxl-700px {
    height: 700px !important;
  }

  .h-xxxl-750px {
    height: 750px !important;
  }

  .h-xxxl-800px {
    height: 800px !important;
  }

  .h-xxxl-850px {
    height: 850px !important;
  }

  .h-xxxl-900px {
    height: 900px !important;
  }

  .h-xxxl-950px {
    height: 950px !important;
  }

  .h-xxxl-1000px {
    height: 1000px !important;
  }

  .mh-xxxl-unset {
    max-height: unset !important;
  }

  .mh-xxxl-25 {
    max-height: 25% !important;
  }

  .mh-xxxl-50 {
    max-height: 50% !important;
  }

  .mh-xxxl-75 {
    max-height: 75% !important;
  }

  .mh-xxxl-100 {
    max-height: 100% !important;
  }

  .mh-xxxl-auto {
    max-height: auto !important;
  }

  .mh-xxxl-1px {
    max-height: 1px !important;
  }

  .mh-xxxl-2px {
    max-height: 2px !important;
  }

  .mh-xxxl-3px {
    max-height: 3px !important;
  }

  .mh-xxxl-4px {
    max-height: 4px !important;
  }

  .mh-xxxl-5px {
    max-height: 5px !important;
  }

  .mh-xxxl-6px {
    max-height: 6px !important;
  }

  .mh-xxxl-7px {
    max-height: 7px !important;
  }

  .mh-xxxl-8px {
    max-height: 8px !important;
  }

  .mh-xxxl-9px {
    max-height: 9px !important;
  }

  .mh-xxxl-10px {
    max-height: 10px !important;
  }

  .mh-xxxl-15px {
    max-height: 15px !important;
  }

  .mh-xxxl-20px {
    max-height: 20px !important;
  }

  .mh-xxxl-25px {
    max-height: 25px !important;
  }

  .mh-xxxl-30px {
    max-height: 30px !important;
  }

  .mh-xxxl-35px {
    max-height: 35px !important;
  }

  .mh-xxxl-40px {
    max-height: 40px !important;
  }

  .mh-xxxl-45px {
    max-height: 45px !important;
  }

  .mh-xxxl-50px {
    max-height: 50px !important;
  }

  .mh-xxxl-55px {
    max-height: 55px !important;
  }

  .mh-xxxl-60px {
    max-height: 60px !important;
  }

  .mh-xxxl-65px {
    max-height: 65px !important;
  }

  .mh-xxxl-70px {
    max-height: 70px !important;
  }

  .mh-xxxl-75px {
    max-height: 75px !important;
  }

  .mh-xxxl-80px {
    max-height: 80px !important;
  }

  .mh-xxxl-85px {
    max-height: 85px !important;
  }

  .mh-xxxl-90px {
    max-height: 90px !important;
  }

  .mh-xxxl-95px {
    max-height: 95px !important;
  }

  .mh-xxxl-100px {
    max-height: 100px !important;
  }

  .mh-xxxl-125px {
    max-height: 125px !important;
  }

  .mh-xxxl-150px {
    max-height: 150px !important;
  }

  .mh-xxxl-175px {
    max-height: 175px !important;
  }

  .mh-xxxl-200px {
    max-height: 200px !important;
  }

  .mh-xxxl-225px {
    max-height: 225px !important;
  }

  .mh-xxxl-250px {
    max-height: 250px !important;
  }

  .mh-xxxl-275px {
    max-height: 275px !important;
  }

  .mh-xxxl-300px {
    max-height: 300px !important;
  }

  .mh-xxxl-325px {
    max-height: 325px !important;
  }

  .mh-xxxl-350px {
    max-height: 350px !important;
  }

  .mh-xxxl-375px {
    max-height: 375px !important;
  }

  .mh-xxxl-400px {
    max-height: 400px !important;
  }

  .mh-xxxl-425px {
    max-height: 425px !important;
  }

  .mh-xxxl-450px {
    max-height: 450px !important;
  }

  .mh-xxxl-475px {
    max-height: 475px !important;
  }

  .mh-xxxl-500px {
    max-height: 500px !important;
  }

  .mh-xxxl-550px {
    max-height: 550px !important;
  }

  .mh-xxxl-600px {
    max-height: 600px !important;
  }

  .mh-xxxl-650px {
    max-height: 650px !important;
  }

  .mh-xxxl-700px {
    max-height: 700px !important;
  }

  .mh-xxxl-750px {
    max-height: 750px !important;
  }

  .mh-xxxl-800px {
    max-height: 800px !important;
  }

  .mh-xxxl-850px {
    max-height: 850px !important;
  }

  .mh-xxxl-900px {
    max-height: 900px !important;
  }

  .mh-xxxl-950px {
    max-height: 950px !important;
  }

  .mh-xxxl-1000px {
    max-height: 1000px !important;
  }

  .flex-xxxl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xxxl-row {
    flex-direction: row !important;
  }

  .flex-xxxl-column {
    flex-direction: column !important;
  }

  .flex-xxxl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xxxl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xxxl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xxxl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xxxl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xxxl-shrink-1 {
    flex-shrink: 1 !important;
  }

  .flex-xxxl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xxxl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xxxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xxxl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xxxl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xxxl-center {
    justify-content: center !important;
  }

  .justify-content-xxxl-between {
    justify-content: space-between !important;
  }

  .justify-content-xxxl-around {
    justify-content: space-around !important;
  }

  .justify-content-xxxl-evenly {
    justify-content: space-evenly !important;
  }

  .align-items-xxxl-start {
    align-items: flex-start !important;
  }

  .align-items-xxxl-end {
    align-items: flex-end !important;
  }

  .align-items-xxxl-center {
    align-items: center !important;
  }

  .align-items-xxxl-baseline {
    align-items: baseline !important;
  }

  .align-items-xxxl-stretch {
    align-items: stretch !important;
  }

  .align-content-xxxl-start {
    align-content: flex-start !important;
  }

  .align-content-xxxl-end {
    align-content: flex-end !important;
  }

  .align-content-xxxl-center {
    align-content: center !important;
  }

  .align-content-xxxl-between {
    align-content: space-between !important;
  }

  .align-content-xxxl-around {
    align-content: space-around !important;
  }

  .align-content-xxxl-stretch {
    align-content: stretch !important;
  }

  .align-self-xxxl-auto {
    align-self: auto !important;
  }

  .align-self-xxxl-start {
    align-self: flex-start !important;
  }

  .align-self-xxxl-end {
    align-self: flex-end !important;
  }

  .align-self-xxxl-center {
    align-self: center !important;
  }

  .align-self-xxxl-baseline {
    align-self: baseline !important;
  }

  .align-self-xxxl-stretch {
    align-self: stretch !important;
  }

  .order-xxxl-first {
    order: -1 !important;
  }

  .order-xxxl-0 {
    order: 0 !important;
  }

  .order-xxxl-1 {
    order: 1 !important;
  }

  .order-xxxl-2 {
    order: 2 !important;
  }

  .order-xxxl-3 {
    order: 3 !important;
  }

  .order-xxxl-4 {
    order: 4 !important;
  }

  .order-xxxl-5 {
    order: 5 !important;
  }

  .order-xxxl-last {
    order: 6 !important;
  }

  .m-xxxl-0 {
    margin: 0 !important;
  }

  .m-xxxl-1 {
    margin: 0.25rem !important;
  }

  .m-xxxl-2 {
    margin: 0.5rem !important;
  }

  .m-xxxl-3 {
    margin: 0.75rem !important;
  }

  .m-xxxl-4 {
    margin: 1rem !important;
  }

  .m-xxxl-5 {
    margin: 1.25rem !important;
  }

  .m-xxxl-6 {
    margin: 1.5rem !important;
  }

  .m-xxxl-7 {
    margin: 1.75rem !important;
  }

  .m-xxxl-8 {
    margin: 2rem !important;
  }

  .m-xxxl-9 {
    margin: 2.25rem !important;
  }

  .m-xxxl-10 {
    margin: 2.5rem !important;
  }

  .m-xxxl-11 {
    margin: 2.75rem !important;
  }

  .m-xxxl-12 {
    margin: 3rem !important;
  }

  .m-xxxl-13 {
    margin: 3.25rem !important;
  }

  .m-xxxl-14 {
    margin: 3.5rem !important;
  }

  .m-xxxl-15 {
    margin: 3.75rem !important;
  }

  .m-xxxl-16 {
    margin: 4rem !important;
  }

  .m-xxxl-17 {
    margin: 4.25rem !important;
  }

  .m-xxxl-18 {
    margin: 4.5rem !important;
  }

  .m-xxxl-19 {
    margin: 4.75rem !important;
  }

  .m-xxxl-20 {
    margin: 5rem !important;
  }

  .m-xxxl-auto {
    margin: auto !important;
  }

  .mx-xxxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }

  .mx-xxxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }

  .mx-xxxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }

  .mx-xxxl-3 {
    margin-right: 0.75rem !important;
    margin-left: 0.75rem !important;
  }

  .mx-xxxl-4 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }

  .mx-xxxl-5 {
    margin-right: 1.25rem !important;
    margin-left: 1.25rem !important;
  }

  .mx-xxxl-6 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }

  .mx-xxxl-7 {
    margin-right: 1.75rem !important;
    margin-left: 1.75rem !important;
  }

  .mx-xxxl-8 {
    margin-right: 2rem !important;
    margin-left: 2rem !important;
  }

  .mx-xxxl-9 {
    margin-right: 2.25rem !important;
    margin-left: 2.25rem !important;
  }

  .mx-xxxl-10 {
    margin-right: 2.5rem !important;
    margin-left: 2.5rem !important;
  }

  .mx-xxxl-11 {
    margin-right: 2.75rem !important;
    margin-left: 2.75rem !important;
  }

  .mx-xxxl-12 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }

  .mx-xxxl-13 {
    margin-right: 3.25rem !important;
    margin-left: 3.25rem !important;
  }

  .mx-xxxl-14 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }

  .mx-xxxl-15 {
    margin-right: 3.75rem !important;
    margin-left: 3.75rem !important;
  }

  .mx-xxxl-16 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }

  .mx-xxxl-17 {
    margin-right: 4.25rem !important;
    margin-left: 4.25rem !important;
  }

  .mx-xxxl-18 {
    margin-right: 4.5rem !important;
    margin-left: 4.5rem !important;
  }

  .mx-xxxl-19 {
    margin-right: 4.75rem !important;
    margin-left: 4.75rem !important;
  }

  .mx-xxxl-20 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }

  .mx-xxxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }

  .my-xxxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }

  .my-xxxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }

  .my-xxxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }

  .my-xxxl-3 {
    margin-top: 0.75rem !important;
    margin-bottom: 0.75rem !important;
  }

  .my-xxxl-4 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }

  .my-xxxl-5 {
    margin-top: 1.25rem !important;
    margin-bottom: 1.25rem !important;
  }

  .my-xxxl-6 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }

  .my-xxxl-7 {
    margin-top: 1.75rem !important;
    margin-bottom: 1.75rem !important;
  }

  .my-xxxl-8 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }

  .my-xxxl-9 {
    margin-top: 2.25rem !important;
    margin-bottom: 2.25rem !important;
  }

  .my-xxxl-10 {
    margin-top: 2.5rem !important;
    margin-bottom: 2.5rem !important;
  }

  .my-xxxl-11 {
    margin-top: 2.75rem !important;
    margin-bottom: 2.75rem !important;
  }

  .my-xxxl-12 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }

  .my-xxxl-13 {
    margin-top: 3.25rem !important;
    margin-bottom: 3.25rem !important;
  }

  .my-xxxl-14 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }

  .my-xxxl-15 {
    margin-top: 3.75rem !important;
    margin-bottom: 3.75rem !important;
  }

  .my-xxxl-16 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }

  .my-xxxl-17 {
    margin-top: 4.25rem !important;
    margin-bottom: 4.25rem !important;
  }

  .my-xxxl-18 {
    margin-top: 4.5rem !important;
    margin-bottom: 4.5rem !important;
  }

  .my-xxxl-19 {
    margin-top: 4.75rem !important;
    margin-bottom: 4.75rem !important;
  }

  .my-xxxl-20 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }

  .my-xxxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }

  .mt-xxxl-0 {
    margin-top: 0 !important;
  }

  .mt-xxxl-1 {
    margin-top: 0.25rem !important;
  }

  .mt-xxxl-2 {
    margin-top: 0.5rem !important;
  }

  .mt-xxxl-3 {
    margin-top: 0.75rem !important;
  }

  .mt-xxxl-4 {
    margin-top: 1rem !important;
  }

  .mt-xxxl-5 {
    margin-top: 1.25rem !important;
  }

  .mt-xxxl-6 {
    margin-top: 1.5rem !important;
  }

  .mt-xxxl-7 {
    margin-top: 1.75rem !important;
  }

  .mt-xxxl-8 {
    margin-top: 2rem !important;
  }

  .mt-xxxl-9 {
    margin-top: 2.25rem !important;
  }

  .mt-xxxl-10 {
    margin-top: 2.5rem !important;
  }

  .mt-xxxl-11 {
    margin-top: 2.75rem !important;
  }

  .mt-xxxl-12 {
    margin-top: 3rem !important;
  }

  .mt-xxxl-13 {
    margin-top: 3.25rem !important;
  }

  .mt-xxxl-14 {
    margin-top: 3.5rem !important;
  }

  .mt-xxxl-15 {
    margin-top: 3.75rem !important;
  }

  .mt-xxxl-16 {
    margin-top: 4rem !important;
  }

  .mt-xxxl-17 {
    margin-top: 4.25rem !important;
  }

  .mt-xxxl-18 {
    margin-top: 4.5rem !important;
  }

  .mt-xxxl-19 {
    margin-top: 4.75rem !important;
  }

  .mt-xxxl-20 {
    margin-top: 5rem !important;
  }

  .mt-xxxl-auto {
    margin-top: auto !important;
  }

  .me-xxxl-0 {
    margin-right: 0 !important;
  }

  .me-xxxl-1 {
    margin-right: 0.25rem !important;
  }

  .me-xxxl-2 {
    margin-right: 0.5rem !important;
  }

  .me-xxxl-3 {
    margin-right: 0.75rem !important;
  }

  .me-xxxl-4 {
    margin-right: 1rem !important;
  }

  .me-xxxl-5 {
    margin-right: 1.25rem !important;
  }

  .me-xxxl-6 {
    margin-right: 1.5rem !important;
  }

  .me-xxxl-7 {
    margin-right: 1.75rem !important;
  }

  .me-xxxl-8 {
    margin-right: 2rem !important;
  }

  .me-xxxl-9 {
    margin-right: 2.25rem !important;
  }

  .me-xxxl-10 {
    margin-right: 2.5rem !important;
  }

  .me-xxxl-11 {
    margin-right: 2.75rem !important;
  }

  .me-xxxl-12 {
    margin-right: 3rem !important;
  }

  .me-xxxl-13 {
    margin-right: 3.25rem !important;
  }

  .me-xxxl-14 {
    margin-right: 3.5rem !important;
  }

  .me-xxxl-15 {
    margin-right: 3.75rem !important;
  }

  .me-xxxl-16 {
    margin-right: 4rem !important;
  }

  .me-xxxl-17 {
    margin-right: 4.25rem !important;
  }

  .me-xxxl-18 {
    margin-right: 4.5rem !important;
  }

  .me-xxxl-19 {
    margin-right: 4.75rem !important;
  }

  .me-xxxl-20 {
    margin-right: 5rem !important;
  }

  .me-xxxl-auto {
    margin-right: auto !important;
  }

  .mb-xxxl-0 {
    margin-bottom: 0 !important;
  }

  .mb-xxxl-1 {
    margin-bottom: 0.25rem !important;
  }

  .mb-xxxl-2 {
    margin-bottom: 0.5rem !important;
  }

  .mb-xxxl-3 {
    margin-bottom: 0.75rem !important;
  }

  .mb-xxxl-4 {
    margin-bottom: 1rem !important;
  }

  .mb-xxxl-5 {
    margin-bottom: 1.25rem !important;
  }

  .mb-xxxl-6 {
    margin-bottom: 1.5rem !important;
  }

  .mb-xxxl-7 {
    margin-bottom: 1.75rem !important;
  }

  .mb-xxxl-8 {
    margin-bottom: 2rem !important;
  }

  .mb-xxxl-9 {
    margin-bottom: 2.25rem !important;
  }

  .mb-xxxl-10 {
    margin-bottom: 2.5rem !important;
  }

  .mb-xxxl-11 {
    margin-bottom: 2.75rem !important;
  }

  .mb-xxxl-12 {
    margin-bottom: 3rem !important;
  }

  .mb-xxxl-13 {
    margin-bottom: 3.25rem !important;
  }

  .mb-xxxl-14 {
    margin-bottom: 3.5rem !important;
  }

  .mb-xxxl-15 {
    margin-bottom: 3.75rem !important;
  }

  .mb-xxxl-16 {
    margin-bottom: 4rem !important;
  }

  .mb-xxxl-17 {
    margin-bottom: 4.25rem !important;
  }

  .mb-xxxl-18 {
    margin-bottom: 4.5rem !important;
  }

  .mb-xxxl-19 {
    margin-bottom: 4.75rem !important;
  }

  .mb-xxxl-20 {
    margin-bottom: 5rem !important;
  }

  .mb-xxxl-auto {
    margin-bottom: auto !important;
  }

  .ms-xxxl-0 {
    margin-left: 0 !important;
  }

  .ms-xxxl-1 {
    margin-left: 0.25rem !important;
  }

  .ms-xxxl-2 {
    margin-left: 0.5rem !important;
  }

  .ms-xxxl-3 {
    margin-left: 0.75rem !important;
  }

  .ms-xxxl-4 {
    margin-left: 1rem !important;
  }

  .ms-xxxl-5 {
    margin-left: 1.25rem !important;
  }

  .ms-xxxl-6 {
    margin-left: 1.5rem !important;
  }

  .ms-xxxl-7 {
    margin-left: 1.75rem !important;
  }

  .ms-xxxl-8 {
    margin-left: 2rem !important;
  }

  .ms-xxxl-9 {
    margin-left: 2.25rem !important;
  }

  .ms-xxxl-10 {
    margin-left: 2.5rem !important;
  }

  .ms-xxxl-11 {
    margin-left: 2.75rem !important;
  }

  .ms-xxxl-12 {
    margin-left: 3rem !important;
  }

  .ms-xxxl-13 {
    margin-left: 3.25rem !important;
  }

  .ms-xxxl-14 {
    margin-left: 3.5rem !important;
  }

  .ms-xxxl-15 {
    margin-left: 3.75rem !important;
  }

  .ms-xxxl-16 {
    margin-left: 4rem !important;
  }

  .ms-xxxl-17 {
    margin-left: 4.25rem !important;
  }

  .ms-xxxl-18 {
    margin-left: 4.5rem !important;
  }

  .ms-xxxl-19 {
    margin-left: 4.75rem !important;
  }

  .ms-xxxl-20 {
    margin-left: 5rem !important;
  }

  .ms-xxxl-auto {
    margin-left: auto !important;
  }

  .m-xxxl-n1 {
    margin: -0.25rem !important;
  }

  .m-xxxl-n2 {
    margin: -0.5rem !important;
  }

  .m-xxxl-n3 {
    margin: -0.75rem !important;
  }

  .m-xxxl-n4 {
    margin: -1rem !important;
  }

  .m-xxxl-n5 {
    margin: -1.25rem !important;
  }

  .m-xxxl-n6 {
    margin: -1.5rem !important;
  }

  .m-xxxl-n7 {
    margin: -1.75rem !important;
  }

  .m-xxxl-n8 {
    margin: -2rem !important;
  }

  .m-xxxl-n9 {
    margin: -2.25rem !important;
  }

  .m-xxxl-n10 {
    margin: -2.5rem !important;
  }

  .m-xxxl-n11 {
    margin: -2.75rem !important;
  }

  .m-xxxl-n12 {
    margin: -3rem !important;
  }

  .m-xxxl-n13 {
    margin: -3.25rem !important;
  }

  .m-xxxl-n14 {
    margin: -3.5rem !important;
  }

  .m-xxxl-n15 {
    margin: -3.75rem !important;
  }

  .m-xxxl-n16 {
    margin: -4rem !important;
  }

  .m-xxxl-n17 {
    margin: -4.25rem !important;
  }

  .m-xxxl-n18 {
    margin: -4.5rem !important;
  }

  .m-xxxl-n19 {
    margin: -4.75rem !important;
  }

  .m-xxxl-n20 {
    margin: -5rem !important;
  }

  .mx-xxxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }

  .mx-xxxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }

  .mx-xxxl-n3 {
    margin-right: -0.75rem !important;
    margin-left: -0.75rem !important;
  }

  .mx-xxxl-n4 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }

  .mx-xxxl-n5 {
    margin-right: -1.25rem !important;
    margin-left: -1.25rem !important;
  }

  .mx-xxxl-n6 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }

  .mx-xxxl-n7 {
    margin-right: -1.75rem !important;
    margin-left: -1.75rem !important;
  }

  .mx-xxxl-n8 {
    margin-right: -2rem !important;
    margin-left: -2rem !important;
  }

  .mx-xxxl-n9 {
    margin-right: -2.25rem !important;
    margin-left: -2.25rem !important;
  }

  .mx-xxxl-n10 {
    margin-right: -2.5rem !important;
    margin-left: -2.5rem !important;
  }

  .mx-xxxl-n11 {
    margin-right: -2.75rem !important;
    margin-left: -2.75rem !important;
  }

  .mx-xxxl-n12 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }

  .mx-xxxl-n13 {
    margin-right: -3.25rem !important;
    margin-left: -3.25rem !important;
  }

  .mx-xxxl-n14 {
    margin-right: -3.5rem !important;
    margin-left: -3.5rem !important;
  }

  .mx-xxxl-n15 {
    margin-right: -3.75rem !important;
    margin-left: -3.75rem !important;
  }

  .mx-xxxl-n16 {
    margin-right: -4rem !important;
    margin-left: -4rem !important;
  }

  .mx-xxxl-n17 {
    margin-right: -4.25rem !important;
    margin-left: -4.25rem !important;
  }

  .mx-xxxl-n18 {
    margin-right: -4.5rem !important;
    margin-left: -4.5rem !important;
  }

  .mx-xxxl-n19 {
    margin-right: -4.75rem !important;
    margin-left: -4.75rem !important;
  }

  .mx-xxxl-n20 {
    margin-right: -5rem !important;
    margin-left: -5rem !important;
  }

  .my-xxxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }

  .my-xxxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }

  .my-xxxl-n3 {
    margin-top: -0.75rem !important;
    margin-bottom: -0.75rem !important;
  }

  .my-xxxl-n4 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }

  .my-xxxl-n5 {
    margin-top: -1.25rem !important;
    margin-bottom: -1.25rem !important;
  }

  .my-xxxl-n6 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }

  .my-xxxl-n7 {
    margin-top: -1.75rem !important;
    margin-bottom: -1.75rem !important;
  }

  .my-xxxl-n8 {
    margin-top: -2rem !important;
    margin-bottom: -2rem !important;
  }

  .my-xxxl-n9 {
    margin-top: -2.25rem !important;
    margin-bottom: -2.25rem !important;
  }

  .my-xxxl-n10 {
    margin-top: -2.5rem !important;
    margin-bottom: -2.5rem !important;
  }

  .my-xxxl-n11 {
    margin-top: -2.75rem !important;
    margin-bottom: -2.75rem !important;
  }

  .my-xxxl-n12 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }

  .my-xxxl-n13 {
    margin-top: -3.25rem !important;
    margin-bottom: -3.25rem !important;
  }

  .my-xxxl-n14 {
    margin-top: -3.5rem !important;
    margin-bottom: -3.5rem !important;
  }

  .my-xxxl-n15 {
    margin-top: -3.75rem !important;
    margin-bottom: -3.75rem !important;
  }

  .my-xxxl-n16 {
    margin-top: -4rem !important;
    margin-bottom: -4rem !important;
  }

  .my-xxxl-n17 {
    margin-top: -4.25rem !important;
    margin-bottom: -4.25rem !important;
  }

  .my-xxxl-n18 {
    margin-top: -4.5rem !important;
    margin-bottom: -4.5rem !important;
  }

  .my-xxxl-n19 {
    margin-top: -4.75rem !important;
    margin-bottom: -4.75rem !important;
  }

  .my-xxxl-n20 {
    margin-top: -5rem !important;
    margin-bottom: -5rem !important;
  }

  .mt-xxxl-n1 {
    margin-top: -0.25rem !important;
  }

  .mt-xxxl-n2 {
    margin-top: -0.5rem !important;
  }

  .mt-xxxl-n3 {
    margin-top: -0.75rem !important;
  }

  .mt-xxxl-n4 {
    margin-top: -1rem !important;
  }

  .mt-xxxl-n5 {
    margin-top: -1.25rem !important;
  }

  .mt-xxxl-n6 {
    margin-top: -1.5rem !important;
  }

  .mt-xxxl-n7 {
    margin-top: -1.75rem !important;
  }

  .mt-xxxl-n8 {
    margin-top: -2rem !important;
  }

  .mt-xxxl-n9 {
    margin-top: -2.25rem !important;
  }

  .mt-xxxl-n10 {
    margin-top: -2.5rem !important;
  }

  .mt-xxxl-n11 {
    margin-top: -2.75rem !important;
  }

  .mt-xxxl-n12 {
    margin-top: -3rem !important;
  }

  .mt-xxxl-n13 {
    margin-top: -3.25rem !important;
  }

  .mt-xxxl-n14 {
    margin-top: -3.5rem !important;
  }

  .mt-xxxl-n15 {
    margin-top: -3.75rem !important;
  }

  .mt-xxxl-n16 {
    margin-top: -4rem !important;
  }

  .mt-xxxl-n17 {
    margin-top: -4.25rem !important;
  }

  .mt-xxxl-n18 {
    margin-top: -4.5rem !important;
  }

  .mt-xxxl-n19 {
    margin-top: -4.75rem !important;
  }

  .mt-xxxl-n20 {
    margin-top: -5rem !important;
  }

  .me-xxxl-n1 {
    margin-right: -0.25rem !important;
  }

  .me-xxxl-n2 {
    margin-right: -0.5rem !important;
  }

  .me-xxxl-n3 {
    margin-right: -0.75rem !important;
  }

  .me-xxxl-n4 {
    margin-right: -1rem !important;
  }

  .me-xxxl-n5 {
    margin-right: -1.25rem !important;
  }

  .me-xxxl-n6 {
    margin-right: -1.5rem !important;
  }

  .me-xxxl-n7 {
    margin-right: -1.75rem !important;
  }

  .me-xxxl-n8 {
    margin-right: -2rem !important;
  }

  .me-xxxl-n9 {
    margin-right: -2.25rem !important;
  }

  .me-xxxl-n10 {
    margin-right: -2.5rem !important;
  }

  .me-xxxl-n11 {
    margin-right: -2.75rem !important;
  }

  .me-xxxl-n12 {
    margin-right: -3rem !important;
  }

  .me-xxxl-n13 {
    margin-right: -3.25rem !important;
  }

  .me-xxxl-n14 {
    margin-right: -3.5rem !important;
  }

  .me-xxxl-n15 {
    margin-right: -3.75rem !important;
  }

  .me-xxxl-n16 {
    margin-right: -4rem !important;
  }

  .me-xxxl-n17 {
    margin-right: -4.25rem !important;
  }

  .me-xxxl-n18 {
    margin-right: -4.5rem !important;
  }

  .me-xxxl-n19 {
    margin-right: -4.75rem !important;
  }

  .me-xxxl-n20 {
    margin-right: -5rem !important;
  }

  .mb-xxxl-n1 {
    margin-bottom: -0.25rem !important;
  }

  .mb-xxxl-n2 {
    margin-bottom: -0.5rem !important;
  }

  .mb-xxxl-n3 {
    margin-bottom: -0.75rem !important;
  }

  .mb-xxxl-n4 {
    margin-bottom: -1rem !important;
  }

  .mb-xxxl-n5 {
    margin-bottom: -1.25rem !important;
  }

  .mb-xxxl-n6 {
    margin-bottom: -1.5rem !important;
  }

  .mb-xxxl-n7 {
    margin-bottom: -1.75rem !important;
  }

  .mb-xxxl-n8 {
    margin-bottom: -2rem !important;
  }

  .mb-xxxl-n9 {
    margin-bottom: -2.25rem !important;
  }

  .mb-xxxl-n10 {
    margin-bottom: -2.5rem !important;
  }

  .mb-xxxl-n11 {
    margin-bottom: -2.75rem !important;
  }

  .mb-xxxl-n12 {
    margin-bottom: -3rem !important;
  }

  .mb-xxxl-n13 {
    margin-bottom: -3.25rem !important;
  }

  .mb-xxxl-n14 {
    margin-bottom: -3.5rem !important;
  }

  .mb-xxxl-n15 {
    margin-bottom: -3.75rem !important;
  }

  .mb-xxxl-n16 {
    margin-bottom: -4rem !important;
  }

  .mb-xxxl-n17 {
    margin-bottom: -4.25rem !important;
  }

  .mb-xxxl-n18 {
    margin-bottom: -4.5rem !important;
  }

  .mb-xxxl-n19 {
    margin-bottom: -4.75rem !important;
  }

  .mb-xxxl-n20 {
    margin-bottom: -5rem !important;
  }

  .ms-xxxl-n1 {
    margin-left: -0.25rem !important;
  }

  .ms-xxxl-n2 {
    margin-left: -0.5rem !important;
  }

  .ms-xxxl-n3 {
    margin-left: -0.75rem !important;
  }

  .ms-xxxl-n4 {
    margin-left: -1rem !important;
  }

  .ms-xxxl-n5 {
    margin-left: -1.25rem !important;
  }

  .ms-xxxl-n6 {
    margin-left: -1.5rem !important;
  }

  .ms-xxxl-n7 {
    margin-left: -1.75rem !important;
  }

  .ms-xxxl-n8 {
    margin-left: -2rem !important;
  }

  .ms-xxxl-n9 {
    margin-left: -2.25rem !important;
  }

  .ms-xxxl-n10 {
    margin-left: -2.5rem !important;
  }

  .ms-xxxl-n11 {
    margin-left: -2.75rem !important;
  }

  .ms-xxxl-n12 {
    margin-left: -3rem !important;
  }

  .ms-xxxl-n13 {
    margin-left: -3.25rem !important;
  }

  .ms-xxxl-n14 {
    margin-left: -3.5rem !important;
  }

  .ms-xxxl-n15 {
    margin-left: -3.75rem !important;
  }

  .ms-xxxl-n16 {
    margin-left: -4rem !important;
  }

  .ms-xxxl-n17 {
    margin-left: -4.25rem !important;
  }

  .ms-xxxl-n18 {
    margin-left: -4.5rem !important;
  }

  .ms-xxxl-n19 {
    margin-left: -4.75rem !important;
  }

  .ms-xxxl-n20 {
    margin-left: -5rem !important;
  }

  .p-xxxl-0 {
    padding: 0 !important;
  }

  .p-xxxl-1 {
    padding: 0.25rem !important;
  }

  .p-xxxl-2 {
    padding: 0.5rem !important;
  }

  .p-xxxl-3 {
    padding: 0.75rem !important;
  }

  .p-xxxl-4 {
    padding: 1rem !important;
  }

  .p-xxxl-5 {
    padding: 1.25rem !important;
  }

  .p-xxxl-6 {
    padding: 1.5rem !important;
  }

  .p-xxxl-7 {
    padding: 1.75rem !important;
  }

  .p-xxxl-8 {
    padding: 2rem !important;
  }

  .p-xxxl-9 {
    padding: 2.25rem !important;
  }

  .p-xxxl-10 {
    padding: 2.5rem !important;
  }

  .p-xxxl-11 {
    padding: 2.75rem !important;
  }

  .p-xxxl-12 {
    padding: 3rem !important;
  }

  .p-xxxl-13 {
    padding: 3.25rem !important;
  }

  .p-xxxl-14 {
    padding: 3.5rem !important;
  }

  .p-xxxl-15 {
    padding: 3.75rem !important;
  }

  .p-xxxl-16 {
    padding: 4rem !important;
  }

  .p-xxxl-17 {
    padding: 4.25rem !important;
  }

  .p-xxxl-18 {
    padding: 4.5rem !important;
  }

  .p-xxxl-19 {
    padding: 4.75rem !important;
  }

  .p-xxxl-20 {
    padding: 5rem !important;
  }

  .px-xxxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }

  .px-xxxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }

  .px-xxxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }

  .px-xxxl-3 {
    padding-right: 0.75rem !important;
    padding-left: 0.75rem !important;
  }

  .px-xxxl-4 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }

  .px-xxxl-5 {
    padding-right: 1.25rem !important;
    padding-left: 1.25rem !important;
  }

  .px-xxxl-6 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }

  .px-xxxl-7 {
    padding-right: 1.75rem !important;
    padding-left: 1.75rem !important;
  }

  .px-xxxl-8 {
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .px-xxxl-9 {
    padding-right: 2.25rem !important;
    padding-left: 2.25rem !important;
  }

  .px-xxxl-10 {
    padding-right: 2.5rem !important;
    padding-left: 2.5rem !important;
  }

  .px-xxxl-11 {
    padding-right: 2.75rem !important;
    padding-left: 2.75rem !important;
  }

  .px-xxxl-12 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .px-xxxl-13 {
    padding-right: 3.25rem !important;
    padding-left: 3.25rem !important;
  }

  .px-xxxl-14 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }

  .px-xxxl-15 {
    padding-right: 3.75rem !important;
    padding-left: 3.75rem !important;
  }

  .px-xxxl-16 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .px-xxxl-17 {
    padding-right: 4.25rem !important;
    padding-left: 4.25rem !important;
  }

  .px-xxxl-18 {
    padding-right: 4.5rem !important;
    padding-left: 4.5rem !important;
  }

  .px-xxxl-19 {
    padding-right: 4.75rem !important;
    padding-left: 4.75rem !important;
  }

  .px-xxxl-20 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }

  .py-xxxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  .py-xxxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }

  .py-xxxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }

  .py-xxxl-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
  }

  .py-xxxl-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }

  .py-xxxl-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
  }

  .py-xxxl-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }

  .py-xxxl-7 {
    padding-top: 1.75rem !important;
    padding-bottom: 1.75rem !important;
  }

  .py-xxxl-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }

  .py-xxxl-9 {
    padding-top: 2.25rem !important;
    padding-bottom: 2.25rem !important;
  }

  .py-xxxl-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }

  .py-xxxl-11 {
    padding-top: 2.75rem !important;
    padding-bottom: 2.75rem !important;
  }

  .py-xxxl-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }

  .py-xxxl-13 {
    padding-top: 3.25rem !important;
    padding-bottom: 3.25rem !important;
  }

  .py-xxxl-14 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }

  .py-xxxl-15 {
    padding-top: 3.75rem !important;
    padding-bottom: 3.75rem !important;
  }

  .py-xxxl-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }

  .py-xxxl-17 {
    padding-top: 4.25rem !important;
    padding-bottom: 4.25rem !important;
  }

  .py-xxxl-18 {
    padding-top: 4.5rem !important;
    padding-bottom: 4.5rem !important;
  }

  .py-xxxl-19 {
    padding-top: 4.75rem !important;
    padding-bottom: 4.75rem !important;
  }

  .py-xxxl-20 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }

  .pt-xxxl-0 {
    padding-top: 0 !important;
  }

  .pt-xxxl-1 {
    padding-top: 0.25rem !important;
  }

  .pt-xxxl-2 {
    padding-top: 0.5rem !important;
  }

  .pt-xxxl-3 {
    padding-top: 0.75rem !important;
  }

  .pt-xxxl-4 {
    padding-top: 1rem !important;
  }

  .pt-xxxl-5 {
    padding-top: 1.25rem !important;
  }

  .pt-xxxl-6 {
    padding-top: 1.5rem !important;
  }

  .pt-xxxl-7 {
    padding-top: 1.75rem !important;
  }

  .pt-xxxl-8 {
    padding-top: 2rem !important;
  }

  .pt-xxxl-9 {
    padding-top: 2.25rem !important;
  }

  .pt-xxxl-10 {
    padding-top: 2.5rem !important;
  }

  .pt-xxxl-11 {
    padding-top: 2.75rem !important;
  }

  .pt-xxxl-12 {
    padding-top: 3rem !important;
  }

  .pt-xxxl-13 {
    padding-top: 3.25rem !important;
  }

  .pt-xxxl-14 {
    padding-top: 3.5rem !important;
  }

  .pt-xxxl-15 {
    padding-top: 3.75rem !important;
  }

  .pt-xxxl-16 {
    padding-top: 4rem !important;
  }

  .pt-xxxl-17 {
    padding-top: 4.25rem !important;
  }

  .pt-xxxl-18 {
    padding-top: 4.5rem !important;
  }

  .pt-xxxl-19 {
    padding-top: 4.75rem !important;
  }

  .pt-xxxl-20 {
    padding-top: 5rem !important;
  }

  .pe-xxxl-0 {
    padding-right: 0 !important;
  }

  .pe-xxxl-1 {
    padding-right: 0.25rem !important;
  }

  .pe-xxxl-2 {
    padding-right: 0.5rem !important;
  }

  .pe-xxxl-3 {
    padding-right: 0.75rem !important;
  }

  .pe-xxxl-4 {
    padding-right: 1rem !important;
  }

  .pe-xxxl-5 {
    padding-right: 1.25rem !important;
  }

  .pe-xxxl-6 {
    padding-right: 1.5rem !important;
  }

  .pe-xxxl-7 {
    padding-right: 1.75rem !important;
  }

  .pe-xxxl-8 {
    padding-right: 2rem !important;
  }

  .pe-xxxl-9 {
    padding-right: 2.25rem !important;
  }

  .pe-xxxl-10 {
    padding-right: 2.5rem !important;
  }

  .pe-xxxl-11 {
    padding-right: 2.75rem !important;
  }

  .pe-xxxl-12 {
    padding-right: 3rem !important;
  }

  .pe-xxxl-13 {
    padding-right: 3.25rem !important;
  }

  .pe-xxxl-14 {
    padding-right: 3.5rem !important;
  }

  .pe-xxxl-15 {
    padding-right: 3.75rem !important;
  }

  .pe-xxxl-16 {
    padding-right: 4rem !important;
  }

  .pe-xxxl-17 {
    padding-right: 4.25rem !important;
  }

  .pe-xxxl-18 {
    padding-right: 4.5rem !important;
  }

  .pe-xxxl-19 {
    padding-right: 4.75rem !important;
  }

  .pe-xxxl-20 {
    padding-right: 5rem !important;
  }

  .pb-xxxl-0 {
    padding-bottom: 0 !important;
  }

  .pb-xxxl-1 {
    padding-bottom: 0.25rem !important;
  }

  .pb-xxxl-2 {
    padding-bottom: 0.5rem !important;
  }

  .pb-xxxl-3 {
    padding-bottom: 0.75rem !important;
  }

  .pb-xxxl-4 {
    padding-bottom: 1rem !important;
  }

  .pb-xxxl-5 {
    padding-bottom: 1.25rem !important;
  }

  .pb-xxxl-6 {
    padding-bottom: 1.5rem !important;
  }

  .pb-xxxl-7 {
    padding-bottom: 1.75rem !important;
  }

  .pb-xxxl-8 {
    padding-bottom: 2rem !important;
  }

  .pb-xxxl-9 {
    padding-bottom: 2.25rem !important;
  }

  .pb-xxxl-10 {
    padding-bottom: 2.5rem !important;
  }

  .pb-xxxl-11 {
    padding-bottom: 2.75rem !important;
  }

  .pb-xxxl-12 {
    padding-bottom: 3rem !important;
  }

  .pb-xxxl-13 {
    padding-bottom: 3.25rem !important;
  }

  .pb-xxxl-14 {
    padding-bottom: 3.5rem !important;
  }

  .pb-xxxl-15 {
    padding-bottom: 3.75rem !important;
  }

  .pb-xxxl-16 {
    padding-bottom: 4rem !important;
  }

  .pb-xxxl-17 {
    padding-bottom: 4.25rem !important;
  }

  .pb-xxxl-18 {
    padding-bottom: 4.5rem !important;
  }

  .pb-xxxl-19 {
    padding-bottom: 4.75rem !important;
  }

  .pb-xxxl-20 {
    padding-bottom: 5rem !important;
  }

  .ps-xxxl-0 {
    padding-left: 0 !important;
  }

  .ps-xxxl-1 {
    padding-left: 0.25rem !important;
  }

  .ps-xxxl-2 {
    padding-left: 0.5rem !important;
  }

  .ps-xxxl-3 {
    padding-left: 0.75rem !important;
  }

  .ps-xxxl-4 {
    padding-left: 1rem !important;
  }

  .ps-xxxl-5 {
    padding-left: 1.25rem !important;
  }

  .ps-xxxl-6 {
    padding-left: 1.5rem !important;
  }

  .ps-xxxl-7 {
    padding-left: 1.75rem !important;
  }

  .ps-xxxl-8 {
    padding-left: 2rem !important;
  }

  .ps-xxxl-9 {
    padding-left: 2.25rem !important;
  }

  .ps-xxxl-10 {
    padding-left: 2.5rem !important;
  }

  .ps-xxxl-11 {
    padding-left: 2.75rem !important;
  }

  .ps-xxxl-12 {
    padding-left: 3rem !important;
  }

  .ps-xxxl-13 {
    padding-left: 3.25rem !important;
  }

  .ps-xxxl-14 {
    padding-left: 3.5rem !important;
  }

  .ps-xxxl-15 {
    padding-left: 3.75rem !important;
  }

  .ps-xxxl-16 {
    padding-left: 4rem !important;
  }

  .ps-xxxl-17 {
    padding-left: 4.25rem !important;
  }

  .ps-xxxl-18 {
    padding-left: 4.5rem !important;
  }

  .ps-xxxl-19 {
    padding-left: 4.75rem !important;
  }

  .ps-xxxl-20 {
    padding-left: 5rem !important;
  }

  .gap-xxxl-0 {
    gap: 0 !important;
  }

  .gap-xxxl-1 {
    gap: 0.25rem !important;
  }

  .gap-xxxl-2 {
    gap: 0.5rem !important;
  }

  .gap-xxxl-3 {
    gap: 0.75rem !important;
  }

  .gap-xxxl-4 {
    gap: 1rem !important;
  }

  .gap-xxxl-5 {
    gap: 1.25rem !important;
  }

  .gap-xxxl-6 {
    gap: 1.5rem !important;
  }

  .gap-xxxl-7 {
    gap: 1.75rem !important;
  }

  .gap-xxxl-8 {
    gap: 2rem !important;
  }

  .gap-xxxl-9 {
    gap: 2.25rem !important;
  }

  .gap-xxxl-10 {
    gap: 2.5rem !important;
  }

  .gap-xxxl-11 {
    gap: 2.75rem !important;
  }

  .gap-xxxl-12 {
    gap: 3rem !important;
  }

  .gap-xxxl-13 {
    gap: 3.25rem !important;
  }

  .gap-xxxl-14 {
    gap: 3.5rem !important;
  }

  .gap-xxxl-15 {
    gap: 3.75rem !important;
  }

  .gap-xxxl-16 {
    gap: 4rem !important;
  }

  .gap-xxxl-17 {
    gap: 4.25rem !important;
  }

  .gap-xxxl-18 {
    gap: 4.5rem !important;
  }

  .gap-xxxl-19 {
    gap: 4.75rem !important;
  }

  .gap-xxxl-20 {
    gap: 5rem !important;
  }

  .fs-xxxl-1 {
    font-size: calc(1.3rem + 0.6vw) !important;
  }

  .fs-xxxl-2 {
    font-size: calc(1.275rem + 0.3vw) !important;
  }

  .fs-xxxl-3 {
    font-size: calc(1.26rem + 0.12vw) !important;
  }

  .fs-xxxl-4 {
    font-size: 1.25rem !important;
  }

  .fs-xxxl-5 {
    font-size: 1.15rem !important;
  }

  .fs-xxxl-6 {
    font-size: 1.075rem !important;
  }

  .fs-xxxl-7 {
    font-size: 0.95rem !important;
  }

  .fs-xxxl-8 {
    font-size: 0.85rem !important;
  }

  .fs-xxxl-9 {
    font-size: 0.75rem !important;
  }

  .fs-xxxl-10 {
    font-size: 0.5rem !important;
  }

  .fs-xxxl-base {
    font-size: 1rem !important;
  }

  .fs-xxxl-fluid {
    font-size: 100% !important;
  }

  .fs-xxxl-2x {
    font-size: calc(1.325rem + 0.9vw) !important;
  }

  .fs-xxxl-2qx {
    font-size: calc(1.35rem + 1.2vw) !important;
  }

  .fs-xxxl-2hx {
    font-size: calc(1.375rem + 1.5vw) !important;
  }

  .fs-xxxl-2tx {
    font-size: calc(1.4rem + 1.8vw) !important;
  }

  .fs-xxxl-3x {
    font-size: calc(1.425rem + 2.1vw) !important;
  }

  .fs-xxxl-3qx {
    font-size: calc(1.45rem + 2.4vw) !important;
  }

  .fs-xxxl-3hx {
    font-size: calc(1.475rem + 2.7vw) !important;
  }

  .fs-xxxl-3tx {
    font-size: calc(1.5rem + 3vw) !important;
  }

  .fs-xxxl-4x {
    font-size: calc(1.525rem + 3.3vw) !important;
  }

  .fs-xxxl-4qx {
    font-size: calc(1.55rem + 3.6vw) !important;
  }

  .fs-xxxl-4hx {
    font-size: calc(1.575rem + 3.9vw) !important;
  }

  .fs-xxxl-4tx {
    font-size: calc(1.6rem + 4.2vw) !important;
  }

  .fs-xxxl-5x {
    font-size: calc(1.625rem + 4.5vw) !important;
  }

  .fs-xxxl-5qx {
    font-size: calc(1.65rem + 4.8vw) !important;
  }

  .fs-xxxl-5hx {
    font-size: calc(1.675rem + 5.1vw) !important;
  }

  .fs-xxxl-5tx {
    font-size: calc(1.7rem + 5.4vw) !important;
  }

  .text-xxxl-start {
    text-align: left !important;
  }

  .text-xxxl-end {
    text-align: right !important;
  }

  .text-xxxl-center {
    text-align: center !important;
  }

  .min-w-xxxl-unset {
    min-width: unset !important;
  }

  .min-w-xxxl-25 {
    min-width: 25% !important;
  }

  .min-w-xxxl-50 {
    min-width: 50% !important;
  }

  .min-w-xxxl-75 {
    min-width: 75% !important;
  }

  .min-w-xxxl-100 {
    min-width: 100% !important;
  }

  .min-w-xxxl-auto {
    min-width: auto !important;
  }

  .min-w-xxxl-1px {
    min-width: 1px !important;
  }

  .min-w-xxxl-2px {
    min-width: 2px !important;
  }

  .min-w-xxxl-3px {
    min-width: 3px !important;
  }

  .min-w-xxxl-4px {
    min-width: 4px !important;
  }

  .min-w-xxxl-5px {
    min-width: 5px !important;
  }

  .min-w-xxxl-6px {
    min-width: 6px !important;
  }

  .min-w-xxxl-7px {
    min-width: 7px !important;
  }

  .min-w-xxxl-8px {
    min-width: 8px !important;
  }

  .min-w-xxxl-9px {
    min-width: 9px !important;
  }

  .min-w-xxxl-10px {
    min-width: 10px !important;
  }

  .min-w-xxxl-15px {
    min-width: 15px !important;
  }

  .min-w-xxxl-20px {
    min-width: 20px !important;
  }

  .min-w-xxxl-25px {
    min-width: 25px !important;
  }

  .min-w-xxxl-30px {
    min-width: 30px !important;
  }

  .min-w-xxxl-35px {
    min-width: 35px !important;
  }

  .min-w-xxxl-40px {
    min-width: 40px !important;
  }

  .min-w-xxxl-45px {
    min-width: 45px !important;
  }

  .min-w-xxxl-50px {
    min-width: 50px !important;
  }

  .min-w-xxxl-55px {
    min-width: 55px !important;
  }

  .min-w-xxxl-60px {
    min-width: 60px !important;
  }

  .min-w-xxxl-65px {
    min-width: 65px !important;
  }

  .min-w-xxxl-70px {
    min-width: 70px !important;
  }

  .min-w-xxxl-75px {
    min-width: 75px !important;
  }

  .min-w-xxxl-80px {
    min-width: 80px !important;
  }

  .min-w-xxxl-85px {
    min-width: 85px !important;
  }

  .min-w-xxxl-90px {
    min-width: 90px !important;
  }

  .min-w-xxxl-95px {
    min-width: 95px !important;
  }

  .min-w-xxxl-100px {
    min-width: 100px !important;
  }

  .min-w-xxxl-125px {
    min-width: 125px !important;
  }

  .min-w-xxxl-150px {
    min-width: 150px !important;
  }

  .min-w-xxxl-175px {
    min-width: 175px !important;
  }

  .min-w-xxxl-200px {
    min-width: 200px !important;
  }

  .min-w-xxxl-225px {
    min-width: 225px !important;
  }

  .min-w-xxxl-250px {
    min-width: 250px !important;
  }

  .min-w-xxxl-275px {
    min-width: 275px !important;
  }

  .min-w-xxxl-300px {
    min-width: 300px !important;
  }

  .min-w-xxxl-325px {
    min-width: 325px !important;
  }

  .min-w-xxxl-350px {
    min-width: 350px !important;
  }

  .min-w-xxxl-375px {
    min-width: 375px !important;
  }

  .min-w-xxxl-400px {
    min-width: 400px !important;
  }

  .min-w-xxxl-425px {
    min-width: 425px !important;
  }

  .min-w-xxxl-450px {
    min-width: 450px !important;
  }

  .min-w-xxxl-475px {
    min-width: 475px !important;
  }

  .min-w-xxxl-500px {
    min-width: 500px !important;
  }

  .min-w-xxxl-550px {
    min-width: 550px !important;
  }

  .min-w-xxxl-600px {
    min-width: 600px !important;
  }

  .min-w-xxxl-650px {
    min-width: 650px !important;
  }

  .min-w-xxxl-700px {
    min-width: 700px !important;
  }

  .min-w-xxxl-750px {
    min-width: 750px !important;
  }

  .min-w-xxxl-800px {
    min-width: 800px !important;
  }

  .min-w-xxxl-850px {
    min-width: 850px !important;
  }

  .min-w-xxxl-900px {
    min-width: 900px !important;
  }

  .min-w-xxxl-950px {
    min-width: 950px !important;
  }

  .min-w-xxxl-1000px {
    min-width: 1000px !important;
  }

  .min-h-xxxl-unset {
    min-height: unset !important;
  }

  .min-h-xxxl-25 {
    min-height: 25% !important;
  }

  .min-h-xxxl-50 {
    min-height: 50% !important;
  }

  .min-h-xxxl-75 {
    min-height: 75% !important;
  }

  .min-h-xxxl-100 {
    min-height: 100% !important;
  }

  .min-h-xxxl-auto {
    min-height: auto !important;
  }

  .min-h-xxxl-1px {
    min-height: 1px !important;
  }

  .min-h-xxxl-2px {
    min-height: 2px !important;
  }

  .min-h-xxxl-3px {
    min-height: 3px !important;
  }

  .min-h-xxxl-4px {
    min-height: 4px !important;
  }

  .min-h-xxxl-5px {
    min-height: 5px !important;
  }

  .min-h-xxxl-6px {
    min-height: 6px !important;
  }

  .min-h-xxxl-7px {
    min-height: 7px !important;
  }

  .min-h-xxxl-8px {
    min-height: 8px !important;
  }

  .min-h-xxxl-9px {
    min-height: 9px !important;
  }

  .min-h-xxxl-10px {
    min-height: 10px !important;
  }

  .min-h-xxxl-15px {
    min-height: 15px !important;
  }

  .min-h-xxxl-20px {
    min-height: 20px !important;
  }

  .min-h-xxxl-25px {
    min-height: 25px !important;
  }

  .min-h-xxxl-30px {
    min-height: 30px !important;
  }

  .min-h-xxxl-35px {
    min-height: 35px !important;
  }

  .min-h-xxxl-40px {
    min-height: 40px !important;
  }

  .min-h-xxxl-45px {
    min-height: 45px !important;
  }

  .min-h-xxxl-50px {
    min-height: 50px !important;
  }

  .min-h-xxxl-55px {
    min-height: 55px !important;
  }

  .min-h-xxxl-60px {
    min-height: 60px !important;
  }

  .min-h-xxxl-65px {
    min-height: 65px !important;
  }

  .min-h-xxxl-70px {
    min-height: 70px !important;
  }

  .min-h-xxxl-75px {
    min-height: 75px !important;
  }

  .min-h-xxxl-80px {
    min-height: 80px !important;
  }

  .min-h-xxxl-85px {
    min-height: 85px !important;
  }

  .min-h-xxxl-90px {
    min-height: 90px !important;
  }

  .min-h-xxxl-95px {
    min-height: 95px !important;
  }

  .min-h-xxxl-100px {
    min-height: 100px !important;
  }

  .min-h-xxxl-125px {
    min-height: 125px !important;
  }

  .min-h-xxxl-150px {
    min-height: 150px !important;
  }

  .min-h-xxxl-175px {
    min-height: 175px !important;
  }

  .min-h-xxxl-200px {
    min-height: 200px !important;
  }

  .min-h-xxxl-225px {
    min-height: 225px !important;
  }

  .min-h-xxxl-250px {
    min-height: 250px !important;
  }

  .min-h-xxxl-275px {
    min-height: 275px !important;
  }

  .min-h-xxxl-300px {
    min-height: 300px !important;
  }

  .min-h-xxxl-325px {
    min-height: 325px !important;
  }

  .min-h-xxxl-350px {
    min-height: 350px !important;
  }

  .min-h-xxxl-375px {
    min-height: 375px !important;
  }

  .min-h-xxxl-400px {
    min-height: 400px !important;
  }

  .min-h-xxxl-425px {
    min-height: 425px !important;
  }

  .min-h-xxxl-450px {
    min-height: 450px !important;
  }

  .min-h-xxxl-475px {
    min-height: 475px !important;
  }

  .min-h-xxxl-500px {
    min-height: 500px !important;
  }

  .min-h-xxxl-550px {
    min-height: 550px !important;
  }

  .min-h-xxxl-600px {
    min-height: 600px !important;
  }

  .min-h-xxxl-650px {
    min-height: 650px !important;
  }

  .min-h-xxxl-700px {
    min-height: 700px !important;
  }

  .min-h-xxxl-750px {
    min-height: 750px !important;
  }

  .min-h-xxxl-800px {
    min-height: 800px !important;
  }

  .min-h-xxxl-850px {
    min-height: 850px !important;
  }

  .min-h-xxxl-900px {
    min-height: 900px !important;
  }

  .min-h-xxxl-950px {
    min-height: 950px !important;
  }

  .min-h-xxxl-1000px {
    min-height: 1000px !important;
  }

  /* Scoped login page styles */
  body.login-screen,
  html.login-screen {
    margin: 0;
    padding: 0;
    height: 100%;
    font-family: 'Kanit', sans-serif;
    background-color: #f9f9f9;
  }

  .login-container {
    display: flex;
    height: 100vh;
  }

  .login-left {
    flex: 1;
    background-image: url('/assets/media/nocnoc/new_nocnoc_home_logo.svg');
    /* หรือภาพ background จาก design */
    background-color: #3d3af0;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .login-logo {
    width: 180px;
    opacity: 0.2;
  }

  .login-right {
    flex: 1;
    background-color: #fff;
    padding: 100px 80px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .login-title {
    font-size: 32px;
    font-weight: bold;
    color: #3d3af0;
    margin-bottom: 10px;
  }

  .login-subtitle {
    margin-bottom: 30px;
    color: #444;
  }

  .login-form {
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  .login-form input[type='text'],
  .login-form input[type='password'] {
    padding: 12px 16px;
    font-size: 16px;
    border: 1px solid #ccc;
    border-radius: 8px;
  }

  .login-options {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
  }

  .login-button {
    background-color: #3d3af0;
    color: white;
    font-weight: bold;
    padding: 14px;
    border: none;
    border-radius: 8px;
    cursor: pointer;
    margin-top: 10px;
    box-shadow: 0px 4px 10px rgba(61, 58, 240, 0.3);
  }
}

/* Scoped login page styles */
.login-page-plain {
  margin: 0;
  padding: 0;
  /* font-family: 'Kanit', sans-serif; */
  height: 100vh;
  background-color: #f9f9f9;
}

/* start custom button style and page-link */
.btn-submit-primary {
  color: #fff !important;
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}

.btn-submit-primary:hover {
  color: #fff !important;
  background-color: var(--primary-color) !important;
  border: 1px solid var(--primary-color) !important;
}

.btn-cancel-default {
  color: #000 !important;
  background-color: #fff !important;
  border: 1px solid #e5e7eb !important;
}

.login-page-wrapper {
  display: flex;
  height: 100vh;
}

.login-graphic {
  flex: 1;
  background: url('/assets/media/nocnoc/new_nocnoc_home_logo.svg') no-repeat center center;
  background-size: cover;
}

.login-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 40px;
  background-color: #fff;
}

.login-form {
  width: 100%;
  max-width: 400px;
}

.login-title {
  font-size: 28px;
  font-weight: bold;
  color: #353ab4;
}

.login-subtitle {
  font-size: 14px;
  color: #555;
  margin-bottom: 1.5rem;
}

.login-label {
  font-size: 16px;
  margin-bottom: 0.5rem;
}

.login-input {
  height: 45px;
  margin-bottom: 1rem;
  font-size: 1rem;
}

.form-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.9rem;
}

.btn-login {
  width: 100%;
  background-color: #353ab4;
  color: #fff;
  font-weight: bold;
  padding: 12px;
  border-radius: 6px;
  border: none;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}
.btn-login:hover {
  background-color: #4d52c6;
  color: #fff;
}

/* Forgot Password Modal Layout */
.modal-forgot-password .modal-content {
  border-radius: 12px;
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.15);
  padding: 32px;
  max-width: 500px;
  margin: auto;
}

.modal-forgot-password .modal-header {
  padding: 0 0 16px 0;
  border-bottom: 1px solid #e4e6ef;
  /* เส้นใต้ */
  justify-content: flex-start;
  /* ชิดซ้าย */
}

.modal-forgot-password .modal-title {
  font-size: 20px;
  font-weight: 700;
  color: #1e1e2d;
  margin: 0;
}

/* Label */
.modal-forgot-password .form-label {
  margin-top: 24px;
  font-size: 14px;
  color: #a1a5b7;
  font-weight: 500;
  text-align: left;
  display: block;
}

/* Input */
.modal-forgot-password .form-control {
  background-color: #f1f4f9;
  border: none;
  border-radius: 8px;
  height: 48px;
  font-size: 14px;
  color: #5e6278;
  padding: 12px 16px;
}

/* Button */
.modal-forgot-password .btn-forgot {
  background-color: #4a90e2;
  color: white;
  font-weight: 600;
  border-radius: 10px;
  height: 40px;
  padding: 0 36px;
  font-size: 14px;
  margin-top: 24px;
}

.modal-forgot-password .btn-forgot:hover {
  background-color: #3c7dd9;
}

.btn-forgot-password-submit {
  background-color: #353ab4;
  color: #fff;
  font-weight: 600;
  padding: 6px 20px;
  border-radius: 6px;
  border: none;
  font-size: 14px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transition: background-color 0.2s;
}

.btn-forgot-password-submit:hover {
  background-color: #2e2ed6;
}

.page-link:hover {
  background-color: #d9dffc !important;
  color: #000 !important;
}

.page-item.active .page-link {
  background-color: #353ab4 !important;
  color: #fff !important;
  border: none !important;
}

/* end custom button style and page-link */

/* start custom css dimension evaluation */
.question-card {
  transition: transform 0.3s ease, opacity 0.3s ease, box-shadow 0.3s ease;
}

.question-card.dragging {
  opacity: 0.85;
  transform: scale(1.02);
  box-shadow: 0 20px 30px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.question-card.dragging .drag-handle-area {
  cursor: grabbing;
}

.question-card.drag-over {
  position: relative;
}

.question-card.drag-over::after {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px dashed var(--primary-color, #7d64e0);
  border-radius: 10px;
  background: transparent;
  pointer-events: none;
  z-index: 5;
}

.drag-handle {
  cursor: grab;
  padding: 5px;
  color: #7e8299;
}

.drag-handle:hover {
  color: var(--primary-color);
}

.drag-handle-area {
  cursor: grab;
  transition: none;
}

.drag-handle-area:active {
  cursor: grabbing;
}

.question-card.dragging .drag-handle-area {
  cursor: grabbing;
}

.question-card .card-body {
  padding: 0;
}

.question-card .question-toggle {
  background-color: #f6f7f8 !important;
  border-top: 1px solid #e4e6ef;
  border-bottom: 1px solid #e4e6ef;
  cursor: pointer;
}

.question-card .btn-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #7e8299;
  background-color: transparent;
  border: none;
  transition: all 0.3s;
}

.question-card .btn-icon:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.question-card .edit-btn:hover {
  color: #009ef7;
}

.question-card .delete-btn:hover {
  color: #f1416c;
}

.questions-content {
  border-bottom: 1px solid #e4e6ef;
}

.questions-content .question-item:not(:last-child) {
  border-bottom: 1px solid #e4e6ef;
  padding-bottom: 16px;
  margin-bottom: 16px;
}

.question-card .text-muted {
  color: #a1a5b7 !important;
  font-size: 0.95rem;
}

/* Modal */
.modal-content {
  border: none;
  border-radius: 8px;
  box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.1);
}

.question-item:hover {
  background-color: #f5f8fa;
}

#questionGroupModal .form-check-input:checked {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
}

.btn-light-purple {
  color: var(--primary-color) !important;
  background-color: #ffffff;
  border: 1px solid var(--primary-color) !important;
  border-radius: 0.775rem;
  font-weight: 600;
  display: flex;
  align-items: center;
}

.btn-light-purple:hover {
  color: #ffffff !important;
  background-color: var(--primary-color);
  border-color: var(--primary-color) !important;
}

.btn-light-purple .plus-icon {
  font-size: 1.25rem;
  margin-right: 0.5rem;
}

.question-toggle {
  background-color: #f6f7f8 !important;
  border-top: 1px solid #e4e6ef;
  border-bottom: 1px solid #e4e6ef;
  cursor: pointer;
}

.btn-icon {
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  color: #7e8299;
  background-color: transparent;
  border: none;
  transition: all 0.3s;
}

.btn-icon:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.edit-btn:hover {
  color: #009ef7;
}

.delete-btn:hover {
  color: #f1416c;
}

.questions-content {
  border-bottom: 1px solid #e4e6ef;
}

.text-muted {
  color: #a1a5b7 !important;
}

/* end custom css dimension evaluation */

/* start custom css functional evaluation */
.card {
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.rounded-end.card {
  border-left: none !important;
}

.modal-custom-width {
  max-width: 900px;
}

/* end custom css functional evaluation */

/* start multi selection and badged css annual evaluation */
.method-badge {
  background-color: #e8ecfc;
  color: #00008b;
  font-weight: 400;
  padding: 0.2rem 0.75rem;
  border-radius: 10px;
  margin-right: 0.5rem;
  margin-bottom: 0.25rem;
  display: inline-flex;
  align-items: center;
}

.badge-close {
  cursor: pointer;
  margin-left: 0.5rem;
  opacity: 0.7;
  color: #00008b;
  font-size: 16px;
}

.badge-close:hover {
  opacity: 1;
}

.date-input-group .form-control {
  border-radius: 0.375rem !important;
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
}

.date-input-group .input-group-text {
  border-radius: 0.375rem !important;
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important;
}

/* end css annual evaluation */

/* start top evaluation custom css */
.plus-icon {
  font-size: 1.2rem;
  font-weight: bold;
}

.question-toggle {
  cursor: pointer;
}

.btn-icon {
  width: 30px;
  height: 30px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  background-color: transparent;
  border: 1px solid #e6e6e6;
}

/* Fixes for the dropdown buttons */
.dropdown .btn-outline-secondary {
  height: 38px;
}

/* Fix for input field */
input[type='number'] {
  -moz-appearance: textfield;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.small-gray-text {
  font-size: small;
  color: gray;
}

.modal-custom-size {
  max-width: 720px;
  width: 95%;
}

.modal-custom-size.modal-content {
  max-height: 400px;
  overflow-y: auto;
  border-radius: 1rem;
  padding: 1.5rem;
}

.score-badge {
  background-color: #eef0fb;
  color: #2e31a2;
  font-weight: 700;
  border-radius: 999px;
  padding: 4px 12px;
  display: inline-block;
  font-size: 16px;
  margin-right: 0.5rem;
}

/* 3 dots button with edit and delete features */
#datatable .custom-menu-dropdown,
.custom-menu-dropdown {
  display: block !important;
  opacity: 1 !important;
  box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
  border-radius: 0.475rem;
  background-color: #fff;
  position: fixed !important;
  z-index: 10000 !important;
  overflow: visible !important;
}

/* end top evaluation custom css */

/* Global Drag and Drop Styles */
.draggable-item {
  transition: all 0.3s ease;
  user-select: none;
  cursor: default;
  position: relative;
}

.draggable-item:hover {
  /* background-color: #f8f9fa; */
  border-color: #dee2e6 !important;
}

.draggable-item.dragging {
  opacity: 0.6;
  z-index: 1000;
  transform: scale(1);
}

.draggable-item.drag-over {
  background-color: #f0f2ff !important;
  border-color: #d9dffc !important;
  transform: scale(1);
}

/* Visual feedback for invalid drop zones */
.draggable-item.drag-invalid {
  background-color: #ffebee !important;
  border-color: #f44336 !important;
  cursor: not-allowed;
}

/* Drop indicator line */
.draggable-item.drag-over::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background-color: #d9dffc !important;
  opacity: 0.8;
}

/* Invalid drop indicator line */
.draggable-item.drag-invalid::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background-color: #f44336 !important;
  opacity: 0.8;
}

.draggable-item .drag-handle {
  cursor: grab;
  border-radius: 4px;
  transition: all 0.2s ease;
}

.draggable-item .drag-handle:hover {
  background-color: rgba(0, 0, 0, 0.05);
}

.draggable-item .drag-handle:active {
  cursor: grabbing;
  background-color: rgba(0, 0, 0, 0.1);
}

.draggable-item .fa-grip-vertical {
  transition: color 0.2s ease;
  opacity: 0.5;
  pointer-events: none;
}

.draggable-item .drag-handle:hover .fa-grip-vertical {
  color: #6c757d !important;
  opacity: 1;
}

/* Global styles for when dragging */
.dragging-active .draggable-item:not(.dragging):not(.drag-over):not(.drag-invalid) {
  opacity: 0.7;
  transform: scale(1);
}

/* Animation for smooth transitions */
.draggable-item:not(.dragging) {
  animation: none;
}

/* disabled row action style */
.disabled-row-action {
  filter: 'grayscale(1)';
  opacity: 0.5;
  cursor: not-allowed;
}

/* start employee custom css */
/* Employee Form Custom Styles */

.image-upload-container {
  text-align: center;
}

.image-preview-circle {
  width: 120px;
  height: 120px;
  border: 2px dashed #e1e5e9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  background-color: #f9f9f9;
  transition: border-color 0.3s ease;
}

.image-preview-circle:hover {
  border-color: #d1d3e2;
}

.image-preview-circle .preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.image-preview-circle .upload-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.file-info-text {
  margin-top: 10px;
  font-size: 12px;
  line-height: 1.4;
}

.flag-icon {
  width: 20px;
  height: 15px;
  object-fit: cover;
  border-radius: 2px;
}

.organization-section .form-select,
.employment-section .form-select,
.reporting-section .form-select {
  min-height: 45px;
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
}

.btn-link.text-primary {
  text-decoration: none;
  font-weight: 500;
}

.btn-link.text-primary:hover {
  text-decoration: underline;
}

/* Section spacing */
hr {
  margin: 2rem 0;
  border-color: #e9ecef;
}

/* Form label styling */
.form-label.fw-bold {
  color: #495057;
  margin-bottom: 1rem;
}

/* Select2 custom styling */
.select2-container--default .select2-selection--single {
  height: 45px;
  line-height: 45px;
  border: 1px solid #d1d3e2;
  border-radius: 0.375rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  padding-left: 12px;
  padding-right: 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 43px;
  right: 10px;
}

/* Responsive adjustments */
@media (max-width: 1200px) {
  .image-preview-circle {
    width: 100px;
    height: 100px;
  }
}

@media (max-width: 768px) {
  .card-body.px-5 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }

  .image-preview-circle {
    width: 80px;
    height: 80px;
  }

  .file-info-text {
    font-size: 11px;
  }
}

.upload-border-container {
  border: 1px solid #e1e5e9;
  border-radius: 8px;
  padding: 20px;
  background-color: #ffffff;
}

.arrow {
  width: 60px;
  height: 45px;
  position: relative;
}

.arrow::before {
  content: '';
  position: absolute;
  top: -9px;
  left: 50%;
  width: 2px;
  height: 20px;
  background-color: #e0e0e0;
  transform: translateX(-50%);
}

.arrow::after {
  content: '';
  position: absolute;
  top: 11px;
  left: 49%;
  width: 16px;
  height: 13px;
  border: 2px solid #e0e0e0;
  border-top: none;
  border-right: none;
  border-radius: 0 0 0 15px;
  /*transform: translateX(-2px);*/
}

/* หัวลูกศร */
.arrow-head {
  position: absolute;
  top: 19px;
  left: calc(34% + 20px);
  width: 8px;
  height: 8px;
  border-top: 2px solid #e0e0e0;
  border-right: 2px solid #e0e0e0;
  transform: rotate(45deg);
}

/* end employee custom css */

/* no hover input */
.input-disabled:hover {
  background-color: var(--kt-input-disabled-bg) !important;
}

/* topic custom css */
.modal-custom-sub-topic {
  max-width: 600px;
  height: 80vh;
}

.modal-custom-sub-topic .modal-dialog {
  height: 100%;
}

.modal-custom-sub-topic .modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.modal-custom-sub-topic .modal-body {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.modal-custom-sub-topic .evaluation-items {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 10px;
}

/* end topic custom css */

/* group topic custom css */
.modal-custom-group-topic {
  max-width: 600px;
  height: 80vh;
}

.modal-custom-group-topic .modal-dialog {
  height: 100%;
}

.modal-custom-group-topic .modal-content {
  height: 100%;
  display: flex;
  flex-direction: column;
}

.modal-custom-group-topic .modal-body {
  flex: 1;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.modal-custom-group-topic .question-items {
  flex: 1;
  overflow-y: auto;
  padding-bottom: 10px;
}
/* end group topic custom css */
.modal-custom-sub-topic-width {
  max-width: 600px;
}
/* end topic custom css */

/* override backgroud */
/* .form-floating.form-outlined > label::after {
  background-color: transparent !important;
} */

/* hr edit custom css */
.modal-custom-hr-edit {
  max-width: 600px;
  height: 60vh;
}
/* end hr edit custom css */

.text-purple {
  color: #353ab4 !important;
}

.sticky-action-th {
  position: sticky;
  right: 0;
  background-color: #f5f9fa !important;
  z-index: 10;
  border-left: 1px solid #dee2e6;
}
.sticky-action-td {
  position: sticky;
  right: 0;
  background-color: #fff !important;
  z-index: 10;
  border-left: 1px solid #dee2e6;
}

/* notification css */

/* badge */
:root {
  --noti-row-h: 72px;
}

.notification-dropdown {
  width: 420px;
  background: #fff;
  border: 0;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(16, 24, 40, 0.18);
  filter: drop-shadow(0 2px 6px rgba(16, 24, 40, 0.06));
}
.noti-list {
  overflow: hidden;
}

.noti-item {
  display: block;
  padding: 16px 20px;
  min-height: var(--noti-row-h);
  text-decoration: none;
  color: #101828;
  background: #fff;
}
.noti-item + .noti-item {
  position: relative;
}
.noti-item + .noti-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background: #eef0f4;
}
.noti-item:hover {
  background: #f8f9ff;
}
.noti-text {
  margin: 0;
  font-weight: 700;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.noti-empty-fill {
  min-height: calc(var(--noti-row-h) * 5);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px 20px;
  background: #fff;
  color: #98a2b3;
  font-weight: 600;
  text-align: center;
}

.see-all-link {
  display: block;
  text-align: center;
  padding: 16px 12px 18px;
  font-weight: 800;
  color: #353ab4;
  text-decoration: none;
}
.see-all-link:hover {
  text-decoration: underline;
}

/* SweetAlert skin for UnsavedGuard */
/* ===== UnsavedGuard — SweetAlert skin (force LIGHT, match screenshot) ===== */

.swal2-container.unsaved-swal-backdrop {
  backdrop-filter: blur(1px);
  background: rgba(15, 23, 42, 0.35) !important;
}

/* Force light scheme so no dark rules can bleed in */
.swal2-container.unsaved-swal-backdrop .swal2-popup.unsaved-swal {
  color-scheme: light;
  background: #ffffff !important;
  border-radius: 22px !important;
  padding: 20px 24px 18px !important;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.18) !important;
}

/* Title: left + divider (bold, dark) */
.swal2-container.unsaved-swal-backdrop .swal2-popup.unsaved-swal .swal2-title {
  margin: 0 !important;
  padding: 0 0 12px !important;
  font-weight: 800 !important;
  font-size: 1.25rem !important; /* ~20px */
  line-height: 1.4 !important;
  color: #0f172a !important;
  text-align: left !important;
  border-bottom: 1px solid #e5e7eb !important;
}

/* Body text: left, dark gray */
.swal2-container.unsaved-swal-backdrop .swal2-popup.unsaved-swal .swal2-html-container {
  margin: 12px 0 16px !important;
  font-size: 1rem !important; /* ~16px */
  line-height: 1.6 !important;
  color: #111827 !important; /* gray-900 */
  text-align: left !important;
}

/* Actions: right-aligned */
.swal2-container.unsaved-swal-backdrop .swal2-popup.unsaved-swal .swal2-actions {
  display: flex !important;
  width: 100% !important;
  justify-content: flex-end !important; /* RIGHT */
  gap: 12px !important;
  margin-top: 16px !important;
}

/* Buttons (pill shape, sizes) */
.swal2-container.unsaved-swal-backdrop .swal2-popup.unsaved-swal .btn {
  border: 0 !important;
  border-radius: 20px !important;
  padding: 12px 22px !important;
  min-width: 128px !important;
  font-weight: 700 !important;
  box-shadow: none !important;
}

/* Cancel = white with subtle border + dark text */
.swal2-container.unsaved-swal-backdrop .swal2-popup.unsaved-swal .btn-cancel {
  background: #ffffff !important;
  color: #1f2937 !important; /* gray-800 text */
  border: 1px solid #e5e7eb !important;
}

/* OK = brand blue with white text */
.swal2-container.unsaved-swal-backdrop .swal2-popup.unsaved-swal .btn-confirm {
  background: #353ab4 !important;
  color: #ffffff !important;
  border: 0 !important;
}

/* Optional : hover/focus */
.swal2-container.unsaved-swal-backdrop .swal2-popup.unsaved-swal .btn-cancel:hover {
  border-color: #d1d5db !important;
}
.swal2-container.unsaved-swal-backdrop .swal2-popup.unsaved-swal .btn-confirm:hover {
  filter: brightness(0.95) !important;
}

/* responsive mobile login page */
.login-page-wrapper {
  min-height: 100vh;
  display: flex;
}
.login-graphic {
  flex: 1 1 55%;
}
.login-content {
  flex: 1 1 45%;
}

@media (max-width: 768px) {
  .login-graphic {
    display: none !important;
  }
  .login-content {
    flex: 1 1 100%;
    width: 100%;
    padding: 24px 20px;
  }
}

/* image upload */
/* clickable area */
.upload-click-target {
  cursor: pointer;
}

/* card container */
.upload-border-container {
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 16px 20px;
  background: #fff;
  box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04);
}

/* anchor for overlay + center horizontally */
.image-upload-container {
  position: relative;
  display: flex; /* center container */
  flex-direction: column;
  align-items: center; /* วงรูปอยู่กลางแนวนอน */
}

/* circular frame */
.image-preview-circle {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  border: 2px solid #e5e7eb;
  position: relative;
  overflow: visible; /* ให้ปุ่มล้นออกนอกวงได้ */
}

/* image inside circle */
.preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%; /* ตัดขอบภาพเป็นวงกลมแทนการใช้ overflow ของพาเรนต์ */
}

/* camera placeholder */
.upload-placeholder {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}

/* pencil overlay — ปักด้วย offset แทน translate */
.edit-overlay-btn {
  position: absolute;
  right: -12px; /* ขยับออกนอกวงแบบพอดีมุม */
  bottom: -12px;
  width: 44px;
  height: 44px;
  border: 3px solid #fff; /* วงขาวคั่นจากรูป เหมือนดีไซน์ */
  border-radius: 50%;
  display: inline-grid; /* ให้ไอคอนอยู่กลางเป๊ะ */
  place-items: center;
  background: #4f46e5;
  color: #fff;
  box-shadow: 0 4px 10px rgba(79, 70, 229, 0.25);
  cursor: pointer;
  z-index: 2;
}
.edit-overlay-btn i {
  font-size: 16px;
  line-height: 1; /* ตัด baseline เพี้ยนของฟอนต์ */
}
.edit-overlay-btn:hover {
  filter: brightness(1.05);
}

/* hint text */
.file-info-text {
  margin-top: 8px;
  color: #6b7280;
  font-size: 0.875rem;
  line-height: 1.35;
}
