@charset "UTF-8";
@import url("../../font/line-awesome/css/line-awesome.min.css");
@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css");
@import url("https://cdn.jsdelivr.net/gh/fonts-archive/Paperlogy/subsets/Paperlogy-dynamic-subset.css");
@import url("../../jslib/prism-okaidia.min.css");
@import url("../../jslib/bootstrap/css/bootstrap.min.css");
@import url("../../jslib/swiper/swiper-bundle.min.css");
@import url("../../commons/css/common.css?v=0.0.1");
:root {
  --bs-heading-table-color: #eaeff4 !important;
  --bs-btn-hover-bg: var(--bs-gray-600);
  --bs-btn-hover-color: var(--bs-white);
}

[data-bs-theme=light]:root,
[data-bs-theme=dark]:root {
  --bs-primary: #234EAA;
  --bs-primary-rgb: 35, 78, 170;
  --bs-light-primary: rgba(35, 78, 170, 0.1);
  --bs-primary-bg-subtle: rgba(35, 78, 170, 0.1);
  --bs-secondary: #264FAB;
  --bs-secondary-rgb: 3, 119, 183;
  --bs-secondary-color: #264FAB;
  --bs-light-secondary: rgba(38, 79, 171, 0.1);
  --bs-secondary-bg-subtle: rgba(38, 79, 171, 0.1);
  --bs-footer-bg: #4b4b4b;
}

@media (min-width: 1900px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1800px;
  }
}
@media (min-width: 2400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 2000px;
  }
}
.form-control:focus,
.nav-link:focus-visible {
  outline: 0;
  box-shadow: 0 0 0 0.15rem rgb(13, 110, 253);
}

:root {
  --bs-warning: #292902;
  --bs-info: #003944;
  --bs-success: #043b21;
  --bs-danger: #d7000f;
}

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

.text-bg-light {
  background-color: #dfdfdf !important;
}

.text-bg-primary {
  background-color: #152d7d !important;
}

.text-bg-danger {
  background-color: #820009 !important;
}

:root {
  --bs-primary-color: #152d7d !important;
  --bs-primary-color-font-size: 1.125rem !important;
}

.badge {
  --bs-badge-font-size: 1rem !important;
}

.btn {
  --bs-btn-font-size: 1.25rem;
}

[data-bs-theme=dark] {
  --bs-heading-color: #a8a8a8 !important;
  --bs-border-color: #5d5d5d !important;
  --bs-secondary-color: #9fb5d6 !important;
  --bs-footer-bg: #222 !important;
  --bs-primary: #02102d !important;
}
[data-bs-theme=dark]:root {
  --bs-info-bg-subtle: #052535;
}
[data-bs-theme=dark] body {
  background: var(--bs-black);
}
[data-bs-theme=dark] *:hover {
  color: #ddd !important;
}
[data-bs-theme=dark] .sidebar-nav ul .sidebar-item .sidebar-link:focus, [data-bs-theme=dark] .sidebar-nav ul .sidebar-item .sidebar-link:hover {
  color: #eee !important;
}
[data-bs-theme=dark] header {
  border-bottom-color: var(--bs-border-color);
  background: var(--bs-black);
}
[data-bs-theme=dark] header h1 a img {
  filter: brightness(0) invert(1);
}
[data-bs-theme=dark] header h1 a span {
  color: #52b7d8;
}
[data-bs-theme=dark] .sidebar-nav ul .sidebar-item .first-level .sidebar-item .sidebar-link.active {
  color: #cfcfa1 !important;
  text-decoration: underline;
  text-decoration-color: #cfcfa1 !important;
  text-underline-offset: 3px;
}
[data-bs-theme=dark] .breadcrumb .breadcrumb-item + .breadcrumb-item::before {
  filter: brightness(0) invert(1);
}
[data-bs-theme=dark] .breadcrumb-item.active,
[data-bs-theme=dark] .link-primary {
  color: #8db5d8 !important;
}
[data-bs-theme=dark] .breadcrumb-item.active:focus, [data-bs-theme=dark] .breadcrumb-item.active:hover,
[data-bs-theme=dark] .link-primary:focus,
[data-bs-theme=dark] .link-primary:hover {
  color: #dfeaf0 !important;
}
[data-bs-theme=dark] .sidebar-nav > ul > .sidebar-item ul.second-level {
  background: var(--bs-black) !important;
}
[data-bs-theme=dark] .view .table > :not(caption) > * > th,
[data-bs-theme=dark] .reg .table > :not(caption) > * > th,
[data-bs-theme=dark] .nav-tabs .nav-link:not(.active) {
  background: #141414 !important;
}
[data-bs-theme=dark] .left-sidebar {
  background: var(--bs-black);
}
[data-bs-theme=dark] .table.table-striped > tbody > tr:nth-of-type(odd) > *,
[data-bs-theme=dark] .lnb-lnbbar {
  --bs-table-bg-type:#222 !important;
  --bs-primary: #222 !important;
}
[data-bs-theme=dark] .card {
  --bs-card-title-color: #eaeff4;
  --bs-card-subtitle-color: #7c8fac;
  --bs-card-box-shadow: rgba(145, 158, 171, 0.3) 0px 0px 2px 0px,
    rgba(145, 158, 171, 0.02) 0px 12px 24px -4px;
}
[data-bs-theme=dark] h2.card-title {
  opacity: 0.7;
  --bs-primary: var(--bs-white);
}
[data-bs-theme=dark] .btn,
[data-bs-theme=dark] select,
[data-bs-theme=dark] textarea,
[data-bs-theme=dark] *::placeholder,
[data-bs-theme=dark] input:not([type=checkbox], [type=radio]) {
  color: #eee !important;
}
[data-bs-theme=dark] .dropdown-menu {
  --bs-dropdown-box-shadow: rgba(145, 158, 171, 0.3) 0px 0px 2px 0px,
    rgba(145, 158, 171, 0.02) 0px 12px 24px -4px;
}
[data-bs-theme=dark] .table {
  --bs-table-border-color: #333f55;
  --bs-table-bg: #202936;
}
[data-bs-theme=dark] .table thead th {
  color: #eee !important;
  background-color: #111 !important;
}
[data-bs-theme=dark] .table .td_strong {
  background-color: #111 !important;
  color: #eee !important;
}
[data-bs-theme=dark] .table .tfoot {
  background-color: #222 !important;
}
[data-bs-theme=dark] .table .tfoot td {
  background: none;
}
[data-bs-theme=dark] .login-page h1 img {
  filter: brightness(0) invert(1);
}
[data-bs-theme=dark] .text-primary {
  --bs-primary-rgb: rgb(233, 241, 183) !important;
}
[data-bs-theme=dark] .btn-primary {
  --bs-btn-bg: #02052d !important;
  --bs-btn-border-color: #020f2b !important;
  --bs-btn-hover-bg: #02102d !important;
  --bs-btn-hover-border-color: #061c47 !important;
  --bs-btn-active-bg: #020b1b !important;
  --bs-btn-active-border-color: #010816 !important;
  --bs-btn-disabled-bg: #050218 !important;
  --bs-btn-disabled-border-color: #0a042e !important;
}
[data-bs-theme=dark] .lnbbar-nav .second-level [aria-current=true].lnbbar-link,
[data-bs-theme=dark] .text-success {
  color: #dfeaf0 !important;
}
[data-bs-theme=dark] .lnbbar-nav .second-level {
  background: #111 !important;
}
[data-bs-theme=dark] .tooltip-inner {
  color: #b7c5db !important;
}
[data-bs-theme=dark] .table-primary {
  --bs-table-bg: #253662 !important;
}
[data-bs-theme=dark] .table-success {
  --bs-table-bg: #1b3c48 !important;
}
[data-bs-theme=dark] .table-info {
  --bs-table-bg: #223662 !important;
}
[data-bs-theme=dark] .table-warning {
  --bs-table-bg: #4d3a2a !important;
}
[data-bs-theme=dark] .table-danger {
  --bs-table-bg: #4b313d !important;
}
[data-bs-theme=dark] .table-dark {
  --bs-table-bg: #333f55 !important;
}
[data-bs-theme=dark] .bg-white {
  background-color: #202936 !important;
}
[data-bs-theme=dark] .table > :not(caption) > * > * {
  color: #b7c5db !important;
}
[data-bs-theme=dark] .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-bg-type: transparent;
}
[data-bs-theme=dark] hr {
  border-color: #879bc0;
}
[data-bs-theme=dark] .form-check-input {
  border: 1px solid #465670;
}
[data-bs-theme=dark] .link-dark,
[data-bs-theme=dark] .blockquote-footer {
  color: #b7c5db !important;
}
[data-bs-theme=dark] .border-white {
  border-color: #879bc0 !important;
}
[data-bs-theme=dark] .form-select,
[data-bs-theme=dark] .form-control {
  border-color: #879bc0 !important;
  color: #b7c5db;
  background-color: #202936;
}
[data-bs-theme=dark] .form-select:focus,
[data-bs-theme=dark] .form-control:focus {
  border-color: #355BFF !important;
}
[data-bs-theme=dark] input::file-selector-button {
  background-color: #202936;
  color: #b7c5db;
}
[data-bs-theme=dark] .border-white {
  border-color: #879bc0 !important;
}
[data-bs-theme=dark] .form-check-input {
  border: 1px solid #57647a;
}
[data-bs-theme=dark] .floating-labels .form-control {
  border-bottom: 1px solid #879bc0;
}
[data-bs-theme=dark] .progress, [data-bs-theme=dark] .noUi-target {
  background: #333f55;
}
[data-bs-theme=dark] .text-bg-light,
[data-bs-theme=dark] .bg-light,
[data-bs-theme=dark] .striped-rows .row:nth-child(odd),
[data-bs-theme=dark] .list-group-item-action:hover,
[data-bs-theme=dark] .list-group-item-action:focus {
  background-color: #465670 !important;
  color: var(--bs-card-title-color) !important;
}
[data-bs-theme=dark] .text-dark,
[data-bs-theme=dark] .form-label,
[data-bs-theme=dark] .col-form-label,
[data-bs-theme=dark] .picker,
[data-bs-theme=dark] .dtp table.dtp-picker-days tr > td > a,
[data-bs-theme=dark] .dtp .dtp-picker-time > a,
[data-bs-theme=dark] .dtp table.dtp-picker-days tr > th,
[data-bs-theme=dark] .cke_combo_text,
[data-bs-theme=dark] .cke_button_label,
[data-bs-theme=dark] .ql-snow .ql-picker.ql-header .ql-picker-label::before,
[data-bs-theme=dark] .ql-snow .ql-picker.ql-header .ql-picker-item::before,
[data-bs-theme=dark] .noUi-tooltip {
  color: #b7c5db !important;
}
[data-bs-theme=dark] .jsgrid-grid-header,
[data-bs-theme=dark] .jsgrid-header-row > .jsgrid-header-cell,
[data-bs-theme=dark] .jsgrid-header-cell,
[data-bs-theme=dark] .jsgrid-cell,
[data-bs-theme=dark] .picker__box,
[data-bs-theme=dark] .preloader {
  background: #202936 !important;
}
[data-bs-theme=dark] .app-calendar .fc .fc-button-primary {
  background-color: var(--bs-body-bg-dark);
  border-color: var(--bs-body-bg-dark);
}
[data-bs-theme=dark] .app-calendar .fc .fc-addEventButton-button {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
[data-bs-theme=dark] .app-calendar .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame,
[data-bs-theme=dark] .cke_toolbar_separator {
  background-color: #202936;
}
[data-bs-theme=dark] .app-calendar .fc .fc-button-primary {
  background-color: var(--bs-body-bg-dark);
  border-color: #879bc0;
}
[data-bs-theme=dark] .app-calendar .fc .fc-addEventButton-button {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
[data-bs-theme=dark] .app-calendar .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
  background-color: #202936;
}
[data-bs-theme=dark] .ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options,
[data-bs-theme=dark] div:where(.swal2-container) div:where(.swal2-footer),
[data-bs-theme=dark] .myadmin-dd-empty .dd-list .dd3-content,
[data-bs-theme=dark] .myadmin-dd-empty .dd-list .dd3-handle {
  border-color: #879bc0;
}
[data-bs-theme=dark] .jsgrid-edit-row > .jsgrid-cell,
[data-bs-theme=dark] .jsgrid-filter-row > .jsgrid-cell,
[data-bs-theme=dark] .jsgrid-grid-body,
[data-bs-theme=dark] .jsgrid-grid-header,
[data-bs-theme=dark] .jsgrid-header-row > .jsgrid-header-cell,
[data-bs-theme=dark] .jsgrid-insert-row > .jsgrid-cell,
[data-bs-theme=dark] .wizard > .content > .body input,
[data-bs-theme=dark] .wizard-content .wizard > .actions > ul > li > a[href="#previous"],
[data-bs-theme=dark] .jsgrid-pager-page a,
[data-bs-theme=dark] .jsgrid-pager-current-page,
[data-bs-theme=dark] .jsgrid-pager-nav-button a,
[data-bs-theme=dark] .daterangepicker .calendar-table,
[data-bs-theme=dark] .daterangepicker select.hourselect,
[data-bs-theme=dark] .daterangepicker select.minuteselect,
[data-bs-theme=dark] .daterangepicker select.secondselect,
[data-bs-theme=dark] .daterangepicker select.ampmselect,
[data-bs-theme=dark] .note-editor .note-editing-area .note-editable table td,
[data-bs-theme=dark] .note-editor .note-editing-area .note-editable table th,
[data-bs-theme=dark] .cke_chrome,
[data-bs-theme=dark] .table-responsive .dataTables_wrapper .dataTables_filter input,
[data-bs-theme=dark] .table-responsive .dataTables_wrapper .dataTables_length select,
[data-bs-theme=dark] .noUi-tooltip {
  border: 1px solid #879bc0;
}
[data-bs-theme=dark] .cke_chrome,
[data-bs-theme=dark] .ql-toolbar.ql-snow {
  border: 1px solid #879bc0;
}
[data-bs-theme=dark] .cke_top {
  border-bottom: 1px solid #879bc0;
}
[data-bs-theme=dark] .cke_toolgroup a.cke_button:last-child:after,
[data-bs-theme=dark] .cke_toolgroup a.cke_button.cke_button_disabled:hover:last-child:after {
  border-right: 1px solid #879bc0;
}
[data-bs-theme=dark] .cke_button_icon {
  filter: brightness(0) invert(1);
}
[data-bs-theme=dark] .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-default,
[data-bs-theme=dark] .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-default,
[data-bs-theme=dark] .datepicker .datepicker-switch:hover,
[data-bs-theme=dark] .datepicker .next:hover,
[data-bs-theme=dark] .datepicker .prev:hover,
[data-bs-theme=dark] .datepicker tfoot tr th:hover,
[data-bs-theme=dark] .cke_top,
[data-bs-theme=dark] .noUi-handle,
[data-bs-theme=dark] .noUi-tooltip {
  background: #465670;
}
[data-bs-theme=dark] .select2-container--default .select2-selection--single,
[data-bs-theme=dark] .select2-dropdown,
[data-bs-theme=dark] .select2-container--default .select2-selection--multiple,
[data-bs-theme=dark] .select2-container--classic .select2-selection--single,
[data-bs-theme=dark] .select2-container--classic .select2-dropdown,
[data-bs-theme=dark] .daterangepicker td.available:hover,
[data-bs-theme=dark] .daterangepicker th.available:hover,
[data-bs-theme=dark] .daterangepicker .ranges li:hover,
[data-bs-theme=dark] .ql-snow .ql-picker-options,
[data-bs-theme=dark] .myadmin-dd .dd-list .dd-item .dd-handle,
[data-bs-theme=dark] .myadmin-dd-empty .dd-list .dd3-content,
[data-bs-theme=dark] .myadmin-dd-empty .dd-list .dd3-handle {
  background-color: #202936;
}
[data-bs-theme=dark] .select2-container--classic .select2-selection--single,
[data-bs-theme=dark] .select2-container--classic.select2-container--open.select2-container--above .select2-selection--single,
[data-bs-theme=dark] .select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  background-image: linear-gradient(to bottom, #465670 50%, #465670 100%);
}
[data-bs-theme=dark] .twitter-typeahead .tt-menu,
[data-bs-theme=dark] .picker__list-item {
  background-color: #333f55;
  color: #b7c5db;
  border: 1px solid #879bc0;
}
[data-bs-theme=dark] .daterangepicker:after,
[data-bs-theme=dark] .datepicker-dropdown:before {
  border-bottom: 6px solid #333f55;
}
[data-bs-theme=dark] .daterangepicker:before {
  border-bottom: 7px solid #333f55;
}
[data-bs-theme=dark] .datepicker-dropdown:after {
  border-bottom: 6px solid #333f55;
}
[data-bs-theme=dark] .daterangepicker.drop-up:after,
[data-bs-theme=dark] .datepicker-dropdown.datepicker-orient-top:after {
  border-top: 6px solid #333f55;
}
[data-bs-theme=dark] .daterangepicker.drop-up:before,
[data-bs-theme=dark] .datepicker-dropdown.datepicker-orient-top:before {
  border-top: 7px solid #333f55;
}
[data-bs-theme=dark] .jsgrid-selected-row > .jsgrid-cell,
[data-bs-theme=dark] .twitter-typeahead .league-name,
[data-bs-theme=dark] .daterangepicker.show-ranges.ltr .drp-calendar.left {
  border-color: #879bc0;
}
[data-bs-theme=dark] .wizard-content .wizard > .actions > ul > li > a[href="#previous"],
[data-bs-theme=dark] .select2-container--classic .select2-search--dropdown .select2-search__field,
[data-bs-theme=dark] .select2-container--default .select2-search--dropdown .select2-search__field,
[data-bs-theme=dark] .wizard-content .wizard.wizard-circle > .steps > ul > li.current:after,
[data-bs-theme=dark] .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before,
[data-bs-theme=dark] .wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after,
[data-bs-theme=dark] .daterangepicker td.off,
[data-bs-theme=dark] .daterangepicker td.off.in-range,
[data-bs-theme=dark] .daterangepicker td.off.start-date,
[data-bs-theme=dark] .daterangepicker td.off.end-date,
[data-bs-theme=dark] .cke_wysiwyg_frame,
[data-bs-theme=dark] .cke_wysiwyg_div,
[data-bs-theme=dark] .table-responsive .dataTables_wrapper .dataTables_filter input,
[data-bs-theme=dark] .table-responsive .dataTables_wrapper .dataTables_length select {
  background-color: #333f55;
}
[data-bs-theme=dark] .jsgrid-grid-header,
[data-bs-theme=dark] .jsgrid-header-row > .jsgrid-header-cell,
[data-bs-theme=dark] .jsgrid-header-cell,
[data-bs-theme=dark] .jsgrid-cell,
[data-bs-theme=dark] .daterangepicker select.hourselect,
[data-bs-theme=dark] .daterangepicker select.minuteselect,
[data-bs-theme=dark] .daterangepicker select.secondselect,
[data-bs-theme=dark] .daterangepicker select.ampmselect,
[data-bs-theme=dark] .daterangepicker select.monthselect,
[data-bs-theme=dark] .daterangepicker select.yearselect,
[data-bs-theme=dark] div:where(.swal2-container) div:where(.swal2-popup) {
  background: #202936 !important;
}
[data-bs-theme=dark] table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: inset 0 0 0 9999px #465670;
}
[data-bs-theme=dark] .jsgrid-edit-row > .jsgrid-cell,
[data-bs-theme=dark] .jsgrid-filter-row > .jsgrid-cell,
[data-bs-theme=dark] .jsgrid-grid-body,
[data-bs-theme=dark] .jsgrid-grid-header,
[data-bs-theme=dark] .jsgrid-header-row > .jsgrid-header-cell,
[data-bs-theme=dark] .jsgrid-insert-row > .jsgrid-cell,
[data-bs-theme=dark] .picker__box,
[data-bs-theme=dark] .picker__button--today,
[data-bs-theme=dark] .picker__button--clear,
[data-bs-theme=dark] .picker__button--close,
[data-bs-theme=dark] a.cke_button_off:hover,
[data-bs-theme=dark] a.cke_button_off:focus,
[data-bs-theme=dark] a.cke_button_off:active,
[data-bs-theme=dark] .cke_combo_on a.cke_combo_button,
[data-bs-theme=dark] .cke_combo_off a.cke_combo_button:hover,
[data-bs-theme=dark] .cke_combo_off a.cke_combo_button:focus,
[data-bs-theme=dark] .cke_combo_off a.cke_combo_button:active,
[data-bs-theme=dark] .ql-container.ql-snow {
  border: 1px solid #879bc0;
}
[data-bs-theme=dark] .accordion-item,
[data-bs-theme=dark] .accordion-item:focus {
  --bs-accordion-btn-color: #eaeff4;
  --bs-accordion-border-color: #333f55;
}
[data-bs-theme=dark] .accordion-button:not(.collapsed) {
  color: #eaeff4;
}
[data-bs-theme=dark] .nav-tabs .nav-link,
[data-bs-theme=dark] .nav-pills .nav-link,
[data-bs-theme=dark] .breadcrumb-item + .breadcrumb-item::before {
  color: #7c8fac;
}
[data-bs-theme=dark] .ql-snow .ql-stroke {
  stroke: #b7c5db;
}
[data-bs-theme=dark] .input-group-text {
  background-color: #001331;
  border: var(--bs-table-border-color);
  color: #83aded;
}
[data-bs-theme=dark] .bootstrap-switch .bootstrap-switch-label,
[data-bs-theme=dark] .app-chat-offcanvas,
[data-bs-theme=dark] .picker__button--today,
[data-bs-theme=dark] .picker__button--clear,
[data-bs-theme=dark] .picker__button--close,
[data-bs-theme=dark] .dtp > .dtp-content,
[data-bs-theme=dark] .dtp table.dtp-picker-days,
[data-bs-theme=dark] .dtp table.dtp-picker-days tr,
[data-bs-theme=dark] .dtp table.dtp-picker-days tr > td,
[data-bs-theme=dark] a.cke_button_off:hover,
[data-bs-theme=dark] a.cke_button_off:focus,
[data-bs-theme=dark] a.cke_button_off:active,
[data-bs-theme=dark] .cke_combo_on a.cke_combo_button,
[data-bs-theme=dark] .cke_combo_off a.cke_combo_button:hover,
[data-bs-theme=dark] .cke_combo_off a.cke_combo_button:focus,
[data-bs-theme=dark] .cke_combo_off a.cke_combo_button:active,
[data-bs-theme=dark] .cke_bottom {
  background: #202936;
}
[data-bs-theme=dark] .dtp table.dtp-picker-days tr > td > a.selected {
  color: #fff !important;
}
[data-bs-theme=dark] .bg-hover-light-black:hover,
[data-bs-theme=dark] .dropdown-item:hover,
[data-bs-theme=dark] .app-calendar .fc-theme-standard th,
[data-bs-theme=dark] .dropdown-item:focus,
[data-bs-theme=dark] .form-control:disabled,
[data-bs-theme=dark] .select2-container--default.select2-container--disabled .select2-selection--single,
[data-bs-theme=dark] body .select2-container--default.select2-container--disabled .select2-selection--multiple,
[data-bs-theme=dark] .daterangepicker,
[data-bs-theme=dark] .daterangepicker .calendar-table {
  background-color: #333f55;
}
[data-bs-theme=dark] .dp-off {
  background-color: #333f55 !important;
}
[data-bs-theme=dark] .note-toolbar,
[data-bs-theme=dark] .note-btn,
[data-bs-theme=dark] .note-dropdown-menu,
[data-bs-theme=dark] .note-btn.active,
[data-bs-theme=dark] .note-btn.focus,
[data-bs-theme=dark] .note-btn:active,
[data-bs-theme=dark] .note-btn:focus,
[data-bs-theme=dark] .note-btn:hover,
[data-bs-theme=dark] .note-dropdown-item:hover,
[data-bs-theme=dark] .note-modal-content,
[data-bs-theme=dark] .note-modal-header,
[data-bs-theme=dark] .note-modal-header .close,
[data-bs-theme=dark] .note-input,
[data-bs-theme=dark] .note-editor.note-airframe.fullscreen,
[data-bs-theme=dark] .note-editor.note-frame.fullscreen,
[data-bs-theme=dark] .CodeMirror-gutters,
[data-bs-theme=dark] .CodeMirror {
  background-color: #202936;
  border-color: #879bc0;
  color: #b7c5db;
}
[data-bs-theme=dark] a.note-dropdown-item,
[data-bs-theme=dark] .note-frame,
[data-bs-theme=dark] a.note-dropdown-item:hover,
[data-bs-theme=dark] .tox .tox-tbtn,
[data-bs-theme=dark] div:where(.swal2-container) .swal2-html-container,
[data-bs-theme=dark] .mce-content-body p {
  color: #b7c5db;
}
[data-bs-theme=dark] .tox-tinymce,
[data-bs-theme=dark] .tox .tox-mbtn,
[data-bs-theme=dark] .tox .tox-toolbar,
[data-bs-theme=dark] .tox .tox-toolbar__overflow,
[data-bs-theme=dark] .tox .tox-toolbar__primary,
[data-bs-theme=dark] .tox .tox-promotion,
[data-bs-theme=dark] .tox .tox-menubar,
[data-bs-theme=dark] .tox .tox-toolbar-overlord,
[data-bs-theme=dark] .tox .tox-tbtn--bespoke,
[data-bs-theme=dark] .tox .tox-menu,
[data-bs-theme=dark] .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled),
[data-bs-theme=dark] .tox .tox-collection__item,
[data-bs-theme=dark] .tox .tox-edit-area__iframe,
[data-bs-theme=dark] .tox .tox-statusbar,
[data-bs-theme=dark] .tox:not(.tox-tinymce-inline) .tox-editor-header,
[data-bs-theme=dark] .tox .tox-tbtn--disabled,
[data-bs-theme=dark] .tox .tox-tbtn--disabled:hover,
[data-bs-theme=dark] .tox .tox-tbtn:disabled,
[data-bs-theme=dark] .tox .tox-tbtn:disabled:hover {
  background-color: #202936;
  border-color: #879bc0;
  color: #b7c5db;
}
[data-bs-theme=dark] .tox .tox-tbtn svg,
[data-bs-theme=dark] .tox .tox-tbtn--disabled svg,
[data-bs-theme=dark] .tox .tox-tbtn--disabled:hover svg,
[data-bs-theme=dark] .tox .tox-tbtn:disabled svg,
[data-bs-theme=dark] .tox .tox-tbtn:disabled:hover svg {
  fill: #b7c5db;
}
[data-bs-theme=dark] .picker__nav--prev:before {
  border-right: 0.75em solid var(--bs-border-color);
}
[data-bs-theme=dark] .picker__nav--next:before {
  border-left: 0.75em solid var(--bs-border-color);
}
[data-bs-theme=dark] .cke_bottom {
  border-top: 1px solid var(--bs-border-color);
}
[data-bs-theme=dark] .connect-sorting-todo,
[data-bs-theme=dark] .connect-sorting {
  background: var(--bs-dark-bg-subtle);
}
[data-bs-theme=dark] .wizard-content .wizard > .steps > ul > li.current .step,
[data-bs-theme=dark] .wizard-content .wizard > .steps .step {
  background-color: #202936;
}
[data-bs-theme=dark] .wizard-content .wizard > .steps .step {
  border: 3px solid #879bc0 !important;
}
[data-bs-theme=dark] .link-primary {
  color: #9ecff3 !important;
}

[data-bs-theme=light][data-color-theme=Aqua_Theme]:root,
[data-bs-theme=dark][data-color-theme=Aqua_Theme]:root {
  --bs-primary: #0074ba;
  --bs-primary-rgb: 0, 116, 186;
  --bs-light-primary: rgba(0, 116, 186, 0.1);
  --bs-primary-bg-subtle: rgba(0, 116, 186, 0.1);
  --bs-secondary: #47d7bc;
  --bs-secondary-rgb: 71, 215, 188;
  --bs-light-secondary: rgba(71, 215, 188, 0.1);
  --bs-secondary-bg-subtle: rgba(71, 215, 188, 0.1);
}
[data-bs-theme=light][data-color-theme=Aqua_Theme]:root .btn-primary,
[data-bs-theme=dark][data-color-theme=Aqua_Theme]:root .btn-primary {
  --bs-btn-bg: #0074ba;
  --bs-btn-border-color: #0074ba;
  --bs-btn-hover-bg: #00639e;
  --bs-btn-hover-border-color: #00639e;
}
[data-bs-theme=light][data-color-theme=Aqua_Theme]:root .btn-secondary,
[data-bs-theme=dark][data-color-theme=Aqua_Theme]:root .btn-secondary {
  --bs-btn-bg: #47d7bc;
  --bs-btn-border-color: #47d7bc;
  --bs-btn-hover-bg: #3cb7a0;
  --bs-btn-hover-border-color: #3cb7a0;
}

[data-bs-theme=light][data-color-theme=Purple_Theme]:root,
[data-bs-theme=dark][data-color-theme=Purple_Theme]:root {
  --bs-primary: #763ebd;
  --bs-primary-rgb: 118, 62, 189;
  --bs-light-primary: rgba(118, 62, 189, 0.1);
  --bs-primary-bg-subtle: rgba(118, 62, 189, 0.1);
  --bs-secondary: #95cfd5;
  --bs-secondary-rgb: 149, 207, 213;
  --bs-light-secondary: rgba(149, 207, 213, 0.1);
  --bs-secondary-bg-subtle: rgba(149, 207, 213, 0.1);
}
[data-bs-theme=light][data-color-theme=Purple_Theme]:root .btn-primary,
[data-bs-theme=dark][data-color-theme=Purple_Theme]:root .btn-primary {
  --bs-btn-bg: #763ebd;
  --bs-btn-border-color: #763ebd;
  --bs-btn-hover-bg: #6435a1;
  --bs-btn-hover-border-color: #6435a1;
}
[data-bs-theme=light][data-color-theme=Purple_Theme]:root .btn-secondary,
[data-bs-theme=dark][data-color-theme=Purple_Theme]:root .btn-secondary {
  --bs-btn-bg: #95cfd5;
  --bs-btn-border-color: #95cfd5;
  --bs-btn-hover-bg: #7fb0b5;
  --bs-btn-hover-border-color: #7fb0b5;
}

[data-bs-theme=light][data-color-theme=Green_Theme]:root,
[data-bs-theme=dark][data-color-theme=Green_Theme]:root {
  --bs-primary: #0a7ea4;
  --bs-primary-rgb: 10, 126, 164;
  --bs-light-primary: rgba(10, 126, 164, 0.1);
  --bs-primary-bg-subtle: rgba(10, 126, 164, 0.1);
  --bs-secondary: #ccda4e;
  --bs-secondary-rgb: 204, 218, 78;
  --bs-light-secondary: rgba(204, 218, 78, 0.1);
  --bs-secondary-bg-subtle: rgba(204, 218, 78, 0.1);
}
[data-bs-theme=light][data-color-theme=Green_Theme]:root .btn-primary,
[data-bs-theme=dark][data-color-theme=Green_Theme]:root .btn-primary {
  --bs-btn-bg: #0a7ea4;
  --bs-btn-border-color: #0a7ea4;
  --bs-btn-hover-bg: #096b8b;
  --bs-btn-hover-border-color: #096b8b;
}
[data-bs-theme=light][data-color-theme=Green_Theme]:root .btn-secondary,
[data-bs-theme=dark][data-color-theme=Green_Theme]:root .btn-secondary {
  --bs-btn-bg: #ccda4e;
  --bs-btn-border-color: #ccda4e;
  --bs-btn-hover-bg: #d4e069;
  --bs-btn-hover-border-color: #d4e069;
}

[data-bs-theme=light][data-color-theme=Cyan_Theme]:root,
[data-bs-theme=dark][data-color-theme=Cyan_Theme]:root {
  --bs-primary: #017094;
  --bs-primary-rgb: 1, 192, 200;
  --bs-light-primary: rgba(1, 112, 148, 0.1);
  --bs-primary-bg-subtle: rgba(1, 112, 148, 0.1);
  --bs-secondary: #C2531E;
  --bs-secondary-rgb: 251, 150, 120;
  --bs-light-secondary: rgba(194, 83, 30, 0.1);
  --bs-secondary-bg-subtle: rgba(194, 83, 30, 0.1);
}
[data-bs-theme=light][data-color-theme=Cyan_Theme]:root .btn-primary,
[data-bs-theme=dark][data-color-theme=Cyan_Theme]:root .btn-primary {
  --bs-btn-bg: #017094;
  --bs-btn-border-color: #017094;
  --bs-btn-hover-bg: rgb(0, 135, 139);
  --bs-btn-hover-border-color: #0a989d;
}
[data-bs-theme=light][data-color-theme=Cyan_Theme]:root .btn-secondary,
[data-bs-theme=dark][data-color-theme=Cyan_Theme]:root .btn-secondary {
  --bs-btn-bg: #C2531E;
  --bs-btn-border-color: #C2531E;
  --bs-btn-hover-bg: #ad4414;
  --bs-btn-hover-border-color: #d14a0c;
}

[data-bs-theme=light][data-color-theme=Orange_Theme]:root,
[data-bs-theme=dark][data-color-theme=Orange_Theme]:root {
  --bs-primary: #C2531E;
  --bs-primary-rgb: 250, 137, 107;
  --bs-light-primary: rgba(194, 83, 30, 0.1);
  --bs-primary-bg-subtle: rgba(194, 83, 30, 0.1);
  --bs-secondary: #0074ba;
  --bs-secondary-rgb: 0, 116, 186;
  --bs-light-secondary: rgba(0, 116, 186, 0.1);
  --bs-secondary-bg-subtle: rgba(0, 116, 186, 0.1);
}
[data-bs-theme=light][data-color-theme=Orange_Theme]:root .btn-primary,
[data-bs-theme=dark][data-color-theme=Orange_Theme]:root .btn-primary {
  --bs-btn-bg: #C2531E;
  --bs-btn-border-color: #C2531E;
  --bs-btn-hover-bg: #d5745b;
  --bs-btn-hover-border-color: #d5745b;
}
[data-bs-theme=light][data-color-theme=Orange_Theme]:root .btn-secondary,
[data-bs-theme=dark][data-color-theme=Orange_Theme]:root .btn-secondary {
  --bs-btn-bg: #0074ba;
  --bs-btn-border-color: #0074ba;
  --bs-btn-hover-bg: #00639e;
  --bs-btn-hover-border-color: #00639e;
}

/*!
 * Bootstrap Utilities v5.3.8 (https://getbootstrap.com/)
 * Copyright 2011-2025 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
/*
underline-top | underline-bottom | underline-left-right | underline-right-left | underline-left-in-right | underline-ight-in-left | underline-center
<ul class="underline-bottom">
	<li><a href="#">menu01</a></li>
	<li><a href="#">menu02</a></li>
</ul>
*/
.underline-top a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.underline-top a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #000, #152D7D, #D7000F) repeat-x;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: 3px;
}
.underline-top a.on::after, .underline-top a:focus::after, .underline-top a:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}

.underline-bottom a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.underline-bottom a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #000, #152D7D, #D7000F) repeat-x;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  bottom: -7px;
}
.underline-bottom a.on::after, .underline-bottom a:focus::after, .underline-bottom a:hover::after {
  bottom: -2px;
  opacity: 1;
  visibility: visible;
}

.underline-left-right a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.underline-left-right a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #000, #152D7D, #D7000F) repeat-x;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left top;
}
.underline-left-right a.on::after, .underline-left-right a:focus::after, .underline-left-right a:hover::after {
  transform: scale(1, 1);
}

.underline-right-left a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.underline-right-left a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #000, #152D7D, #D7000F) repeat-x;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
.underline-right-left a.on::after, .underline-right-left a:focus::after, .underline-right-left a:hover::after {
  transform: scale(1, 1);
}

.underline-left-in-right a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.underline-left-in-right a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #000, #152D7D, #D7000F) repeat-x;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
.underline-left-in-right a.on::after, .underline-left-in-right a:focus::after, .underline-left-in-right a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}

.underline-ight-in-left a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.underline-ight-in-left a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #000, #152D7D, #D7000F) repeat-x;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left top;
}
.underline-ight-in-left a.on::after, .underline-ight-in-left a:focus::after, .underline-ight-in-left a:hover::after {
  transform-origin: right top;
  transform: scale(1, 1);
}

.underline-center a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.underline-center a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #000, #152D7D, #D7000F) repeat-x;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: center top;
}
.underline-center a.on::after, .underline-center a:focus::after, .underline-center a:hover::after {
  transform: scale(1, 1);
}

:root {
  --border-header-color: #5e5e5e;
}

body {
  background-color: var(--bs-primary-bg-subtle);
}

.container, .container-fluid {
  --bs-gutter-x: 70px;
}
@media (max-width: 767.98px) {
  .container, .container-fluid {
    --bs-gutter-x: 20px;
  }
}

.top-modal {
  z-index: 99999 !important;
}

@media (max-width: 991.98px) {
  .skip {
    display: none;
  }
  html[data-layout=horizontal] .body-wrapper {
    padding-top: 90px;
  }
}
#main-wrapper {
  position: relative;
  min-height: calc(100vh - 60px);
  max-width: 1600px;
  margin: 0 auto;
}

main.content {
  min-height: calc(100vh - 450px - 181px);
  padding-bottom: 60px;
}
[data-page=home] main.content {
  padding-top: 120px;
}

body {
  font-family: "Paperlogy", -apple-system, BlinkMacSystemFont, system-ui, Roboto, "Helvetica Neue", "Segoe UI", "Apple SD Gothic Neo", "Noto Sans KR", "Malgun Gothic", "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", sans-serif !important;
}

.page-wrapper .body-wrapper > .container-fluid {
  transition: 0.2s ease-in;
  padding: 0 24px;
}

.body-wrapper {
  min-height: calc(100vh - 60px);
  padding-top: calc(150px + 30px);
}

.main > .container-fluid > .bg-info-subtle {
  height: 80px;
}
.main > .container-fluid > .bg-info-subtle h1.mb-8,
.main > .container-fluid > .bg-info-subtle h4.mb-8 {
  font-size: 1.5rem;
  margin-bottom: 0 !important;
}
.main > .container-fluid > .bg-info-subtle .py-3 {
  padding-top: 10px !important;
}

.content-set .visual-sub {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  padding-top: 150px;
  height: 400px;
  color: white;
}
.content-set .visual-sub.sub01 {
  background: url("/static/xten/img/main/main_visual_01.jpg") no-repeat center center/cover;
}
.content-set .visual-sub.sub02 {
  background: url("/static/xten/img/main/main_visual_02.jpg") no-repeat center center/cover;
}
.content-set .visual-sub.sub03 {
  background: url("/static/xten/img/main/main_visual_03.jpg") no-repeat center center/cover;
}
.content-set .visual-sub.sub04 {
  background: url("/static/xten/img/main/main_visual_04.jpg") no-repeat center center/cover;
}
.content-set .visual-sub.sub05 {
  background: url("/static/xten/img/main/main_visual_05.jpg") no-repeat center center/cover;
}
.content-set .visual-sub::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}
.content-set .visual-sub .container {
  position: relative;
  z-index: 2;
}
.content-set .visual-sub h2,
.content-set .visual-sub p {
  margin-top: 0;
  text-align: center;
  position: relative;
  z-index: 2;
  text-shadow: 1px 1px 2px rgb(0, 0, 0);
}

aside {
  position: relative;
  z-index: 20;
  border-top: 1px solid var(--border-header-color);
  border-bottom: 1px solid var(--border-header-color);
  margin-top: -50px;
}
aside ul, aside li {
  list-style: none;
  margin: 0;
  padding: 0;
}
aside ul {
  display: flex;
  justify-content: center;
}
aside ul li a {
  display: block;
  color: var(--bs-white);
  padding: 0 15px;
  line-height: 50px;
  font-size: 18px;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
aside ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #000, #152D7D, #D7000F) repeat-x;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
aside ul li a.on::after, aside ul li a:focus::after, aside ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
aside ul li a:focus, aside ul li a:hover {
  color: var(--bs-white);
}
aside ul li a::after {
  background: var(--bs-white);
  bottom: 1px;
}

.breadcrumb {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 15px;
  padding: 0;
  list-style: none;
  flex-wrap: nowrap;
  white-space: nowrap;
}
.breadcrumb li {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5px;
  font-size: 15px;
  color: var(--bs-secondary-color);
}
.breadcrumb li::after {
  content: "\f105";
  color: var(--bs-black);
  font-family: "Line Awesome Free";
  font-weight: 900;
}
.breadcrumb li:last-child::after {
  display: none;
}
.breadcrumb li a {
  color: var(--bs-secondary-color);
}
.breadcrumb li.active {
  font-weight: bold;
}
.breadcrumb li .home {
  display: inline-flex;
  align-items: center;
}
.breadcrumb li .home::before {
  content: "\f015";
  display: inline-flex;
  align-items: center;
  gap: 5px;
  width: 16px;
  height: 16px;
  margin-right: 10px;
  font-size: 1.25rem;
  font-family: "Line Awesome Free";
  font-weight: 900;
}
@media (max-width: 575.98px) {
  .breadcrumb li:not(:first-child):not(:last-child)::before {
    content: "";
    margin-right: 0;
  }
  .breadcrumb li:not(:first-child):not(:last-child)::after {
    content: "\f141";
    font-family: "Line Awesome Free";
    font-weight: 900;
  }
  .breadcrumb li:not(:first-child):not(:last-child):nth-child(n+3) {
    display: none;
  }
  .breadcrumb li:not(:first-child):not(:last-child) a {
    display: none;
  }
}
.breadcrumb li + li {
  padding-left: 3px;
  --bs-breadcrumb-item-padding-x: 0;
}
.breadcrumb li + li::before {
  content: "" !important;
  background: url(/static/commons/img/icons/chevron-right.svg) no-repeat center center/18px auto;
  opacity: 0.5;
}

@media (min-width: 1400px) {
  [data-layout=vertical] .topbar {
    width: calc(100% - 270px);
  }
  [data-layout=vertical] body .content {
    margin-left: 270px;
  }
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .topbar {
    width: calc(100% - 0);
  }
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .content {
    margin-left: 0;
  }
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .nav-small-cap {
    text-align: center;
  }
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .nav-small-cap .nav-small-cap-icon {
    display: inline-block;
  }
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .logo-img {
    width: 40px;
    overflow: hidden;
  }
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .sidebar-nav .has-arrow::after {
    display: none;
  }
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .sidebar-nav .sidebar-list .sidebar-list-item {
    text-align: center;
  }
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar {
    width: 0;
    visibility: hidden;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.12);
  }
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar .scroll-sidebar {
    height: calc(100vh - 50px);
  }
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar .hide-menu,
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar .fixed-profile {
    display: none;
  }
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar .sidebar-nav ul .sidebar-item .sidebar-link {
    padding: 11px 9px;
  }
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar:hover {
    width: 270px;
    z-index: 50;
  }
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar:hover .logo-img {
    width: 100%;
  }
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar:hover .nav-small-cap {
    text-align: left;
  }
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar:hover .nav-small-cap .nav-small-cap-icon {
    display: none;
  }
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar:hover .hide-menu,
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav .has-arrow::after,
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar:hover .fixed-profile {
    display: inline-block;
  }
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav ul .sidebar-item .sidebar-link {
    padding: 11px 15px;
  }
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar:hover .sidebar-nav .sidebar-list .sidebar-list-item {
    text-align: left;
  }
  [data-layout=vertical] body[data-sidebartype=mini-sidebar] .left-sidebar:hover .logo-img {
    width: 100%;
  }
}
@media (min-width: 992px) {
  #headerCollapse {
    display: none;
  }
}
.gototop {
  --stroke-color: #f06;
  --stroke-width: 10px;
  --dash-array: 440;
  --offset: 0;
  position: fixed;
  bottom: 30px;
  right: 50px;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: var(--bs-primary);
  opacity: 0;
  visibility: hidden;
  border: 2px solid var(--bs-primary);
  border-radius: 50%;
  transition: all 0.3s ease-in-out;
}
.gototop.show {
  opacity: 1;
  visibility: visible;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
  bottom: 70px;
}
.gototop svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  aspect-ratio: 1/1;
  width: 67px;
  height: 67px;
}
.gototop svg circle {
  fill: none;
  stroke: var(--stroke-color);
  stroke-width: var(--stroke-width);
  stroke-linecap: round;
  transform: rotate(-90deg);
  transform-origin: center;
  stroke-dasharray: var(--dash-array);
  stroke-dashoffset: calc(var(--dash-array) * var(--offset));
}
.gototop i {
  display: block;
  font-size: 30px;
  width: 60px;
  height: 60px;
  line-height: 60px;
}
.gototop .has-animation circle:not(.circle-bg) {
  animation: none;
}

@keyframes fill-circle {
  from {
    stroke-dashoffset: calc(var(--dash-array) - var(--dash-array) * 0);
    stroke: white;
  }
  to {
    stroke-dashoffset: calc(var(--dash-array) - var(--dash-array) * var(--offset));
    stroke: var(--stroke-color);
  }
}
footer {
  position: relative;
  z-index: 100;
  width: 100%;
  height: 180px;
  padding-bottom: 30px;
  background: var(--bs-footer-bg);
  color: var(--bs-white);
  border-top: 1px solid var(--bs-border-color);
}
footer a {
  color: var(--bs-white);
  text-decoration: none;
}
footer .footer-menu {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  background-color: #333;
  margin-bottom: 10px;
}
footer .footer-menu ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
}
footer .footer-menu ul li {
  position: relative;
}
footer .footer-menu ul li a {
  display: block;
  padding: 13px 20px;
  color: var(--bs-white);
  font-size: 16px;
  transition: all 0.2s ease-in-out;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
footer .footer-menu ul li a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #000, #152D7D, #D7000F) repeat-x;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
footer .footer-menu ul li a.on::after, footer .footer-menu ul li a:focus::after, footer .footer-menu ul li a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
footer .footer-menu ul li a:hover {
  color: var(--bs-white);
}
footer .footer-menu ul li a::after {
  bottom: 0;
}
@media (max-width: 575.98px) {
  footer .footer-menu ul li a {
    padding: 13px 10px;
  }
}
footer .footer-menu ul li::after {
  content: "|";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  color: var(--bs-border-color);
}
footer .footer-menu ul li:last-child::after {
  display: none;
}
footer .footer-info {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  text-align: center;
}
footer .footer-info a {
  color: var(--bs-white);
  position: relative;
  display: inline-block;
  text-decoration: none;
}
footer .footer-info a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #000, #152D7D, #D7000F) repeat-x;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left top;
}
footer .footer-info a.on::after, footer .footer-info a:focus::after, footer .footer-info a:hover::after {
  transform: scale(1, 1);
}
footer .footer-content {
  text-align: right;
}
footer .footer-logo {
  display: flex;
  justify-content: center;
  align-items: center;
}
footer .footer-logo img {
  width: 180px;
}
footer address {
  display: inline-block;
  vertical-align: top;
}
footer br {
  display: none;
}
@media (max-width: 575.98px) {
  footer br {
    display: block;
  }
}
footer .copyright {
  text-align: center;
  font-size: 14px;
}

.left-sidebar {
  position: fixed;
  top: 70px;
  left: 0;
  right: 0;
  width: 270px;
  height: 100%;
  border-right: 1px solid var(--bs-border-color);
  flex-shrink: 0;
  background: var(--bs-body-bg);
  z-index: 40;
  transition: 0.2s ease-in;
  box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.0823529412);
}
.left-sidebar .sidebar-header h2 {
  font-size: 1.2rem;
}
@media (min-width: 992px) {
  .left-sidebar .sidebar-header {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    clip-path: polygon(0 0, 0 0, 0 0);
    padding: 0;
  }
}
.left-sidebar .sidebartoggler {
  color: var(--bs-dark-text-emphasis);
}
.left-sidebar .scroll-sidebar {
  overflow-y: auto;
  padding: 0 24px;
  height: calc(100vh - 100px);
  border-radius: 7px;
}
.left-sidebar .scroll-sidebar .simplebar-track.simplebar-horizontal {
  visibility: hidden !important;
}

.simplebar-scrollbar:before {
  background: rgba(0, 0, 0, 0.5) !important;
}

.brand-logo {
  min-height: 150px;
  padding: 0 24px;
}

.sidebar-nav > ul > .sidebar-item {
  position: relative;
}
.sidebar-nav > ul > .sidebar-item .sidebar-link {
  position: relative;
  display: flex;
  font-size: 17px;
  font-weight: 600 !important;
  letter-spacing: -0.5px;
  white-space: nowrap;
  align-items: center;
  line-height: 25px;
  position: relative;
  margin: 0px 0px 2px;
  padding: 10px 5px;
  border-radius: 7px;
  gap: 15px;
  text-decoration: none;
  font-weight: 400;
}
.sidebar-nav > ul > .sidebar-item .sidebar-link span:first-child {
  display: flex;
}
.sidebar-nav > ul > .sidebar-item .sidebar-link .ti {
  flex-shrink: 0;
  font-size: 21px;
}
.sidebar-nav > ul > .sidebar-item .sidebar-link:focus, .sidebar-nav > ul > .sidebar-item .sidebar-link:hover {
  background: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
  text-decoration: underline;
  text-underline-offset: 5px;
}
.sidebar-nav > ul > .sidebar-item .link-disabled {
  opacity: 0.38;
}
.sidebar-nav > ul > .sidebar-item .sidebar-item {
  transition: all 0.4s ease-in-out;
  border-bottom: 1px solid var(--bs-border-color);
}
.sidebar-nav > ul > .sidebar-item .sidebar-item:last-child {
  border-bottom: none;
}
.sidebar-nav > ul > .sidebar-item .sidebar-item .sidebar-link::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--bs-border-color);
}
.sidebar-nav > ul > .sidebar-item .sidebar-item .sidebar-link:hover {
  background-color: transparent;
  color: var(--bs-primary);
}
.sidebar-nav > ul > .sidebar-item .sidebar-item .sidebar-link.active.has-arrow::after {
  border-color: var(--bs-border-color);
}
.sidebar-nav > ul > .sidebar-item .sidebar-item > .sidebar-link {
  padding: 8px 10px 6px;
  border-radius: 7px;
  font-size: 15px;
}
.sidebar-nav > ul > .sidebar-item .sidebar-item > .sidebar-link .sidebar-icon {
  flex-shrink: 0;
  margin-left: 12px;
  margin-right: 35px;
  width: 14px;
  height: 14px;
}
.sidebar-nav > ul > .sidebar-item .sidebar-item:last-child {
  margin-bottom: 16px;
}
.sidebar-nav > ul > .sidebar-item .sidebar-link .ti {
  font-size: 7px;
}
.sidebar-nav > ul > .sidebar-item .first-level .second-level > .selected > .sidebar-link,
.sidebar-nav > ul > .sidebar-item .first-level > .selected > .sidebar-link {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.sidebar-nav > ul > .sidebar-item .first-level > .sidebar-item > .sidebar-link.active {
  background-color: transparent !important;
  color: var(--bs-primary) !important;
}
.sidebar-nav > ul > .sidebar-item .two-lavel .sidebar-link,
.sidebar-nav > ul > .sidebar-item .second-level .sidebar-link {
  letter-spacing: normal;
}
.sidebar-nav > ul > .sidebar-item .two-lavel .sidebar-link::before,
.sidebar-nav > ul > .sidebar-item .second-level .sidebar-link::before {
  content: "";
  width: 8px;
  height: 2px;
  background-color: var(--bs-border-color);
}
.sidebar-nav > ul > .sidebar-item .two-lavel .sidebar-link:hover,
.sidebar-nav > ul > .sidebar-item .second-level .sidebar-link:hover {
  background-color: transparent;
  color: var(--bs-primary);
}
.sidebar-nav > ul > .sidebar-item .two-lavel .sidebar-item .sidebar-link,
.sidebar-nav > ul > .sidebar-item .second-level .sidebar-item .sidebar-link {
  padding: 5px 10px 3px 29px;
}
.sidebar-nav > ul > .sidebar-item .three-level .sidebar-item .sidebar-link {
  padding: 8px 10px 6px 60px;
}
.sidebar-nav > ul > .sidebar-item.selected > .sidebar-link.active, .sidebar-nav > ul > .sidebar-item.selected > .sidebar-link {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.sidebar-nav > ul > .sidebar-item.selected .sidebar-link.has-arrow::after {
  border-color: var(--bs-white);
}
.sidebar-nav .sidebar-list .sidebar-list-item {
  padding: 8px 0;
}

.nav-small-cap {
  margin-top: 24px;
  color: var(--bs-link-color);
  font-size: 12px;
  font-weight: 700;
  padding: 3px 0;
  line-height: 26px;
  text-transform: uppercase;
}
.nav-small-cap .nav-small-cap-icon {
  display: none;
}

.collapse.in {
  display: block;
}

@media (min-width: 1400px) {
  [data-layout=vertical] [data-sidebartype=mini-sidebar] .left-sidebar {
    width: 0;
    visibility: hidden;
  }
  [data-layout=vertical] [data-sidebartype=mini-sidebar] .left-sidebar:hover {
    width: 270px;
    position: fixed;
    height: 100vh;
  }
  [data-layout=vertical] [data-sidebartype=mini-sidebar] .left-sidebar:hover .logo-part {
    width: auto;
    overflow: unset;
  }
  [data-layout=vertical] [data-sidebartype=mini-sidebar] .left-sidebar .logo-part {
    width: 34px;
    overflow: hidden;
  }
}
.dark-transparent.sidebar-closer {
  visibility: hidden;
}

@media (max-width: 991.98px) {
  .left-sidebar {
    position: fixed;
    left: -270px;
    width: 270px;
    height: 100%;
    padding-top: 20px;
    visibility: hidden;
  }
  #main-wrapper.show-sidebar .left-sidebar {
    left: 0;
    visibility: visible;
  }
  #main-wrapper.show-sidebar .dark-transparent.sidebar-closer {
    visibility: visible;
  }
  .show-sidebar .dark-transparent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    z-index: 10;
  }
}
@media (min-width: 992px) and (max-width: 1240px) {
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item > .sidebar-link {
    padding: 8px 5px 6px !important;
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item > .sidebar-link span:first-child {
    font-size: 14px;
    letter-spacing: -1px;
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item:nth-child(2) > ul {
    right: auto;
    left: 0;
  }
}
.sidebar-nav .has-arrow {
  position: relative;
}
.sidebar-nav .has-arrow::after {
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: var(--bs-dark-text-emphasis);
  margin-left: 10px;
  transform: rotate(135deg) translate(0, -50%);
  transform-origin: top;
  top: 22px;
  right: 15px;
  transition: all 0.3s ease-out;
}

.sidebar-nav li.active > .has-arrow::after,
.sidebar-nav li > .has-arrow.active::after,
.sidebar-nav .has-arrow[aria-expanded=true]::after {
  top: 18px;
  margin-top: 1px;
  transform: rotate(-135deg) translate(0, -50%);
}

.sidebar-nav li.selected > .has-arrow::after {
  border-color: var(--bs-white);
}

:root {
  --border-header-color: #5e5e5e;
}

header ul,
aside ul,
footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 100;
  border-bottom: 1px solid var(--border-header-color);
}
[data-page=home] header {
  border-bottom: 1px solid #bbb;
}
header h1.logo {
  position: absolute;
  left: 25px;
  top: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.scrolling header h1.logo {
  top: 0;
}
header h1.logo a {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  justify-content: center;
  background: url(/static/xten/img/common/logo.svg) no-repeat center 0;
  width: 250px;
  height: 70px;
  text-decoration: none;
}
header h1.logo a span {
  text-transform: uppercase;
}
[data-page=home] header h1.logo a, .scrolling header h1.logo a, .gnb-open header h1.logo a {
  filter: none;
}
@media (max-width: 1699.98px) {
  header h1.logo {
    top: 55px;
    width: 180px;
    height: 40px;
  }
  header h1.logo a {
    width: 180px;
    height: 40px;
  }
}
@media (max-width: 1399.98px) {
  header h1.logo {
    top: 20px;
    width: auto;
    padding-right: 30px;
  }
}
@media (max-width: 575.98px) {
  header h1.logo {
    padding-right: 10px;
  }
}
@media (max-width: 767.98px) {
  header {
    padding: 0;
    min-height: 80px;
    background-color: #fff;
  }
  header h1 {
    font-size: 1.2rem;
  }
  header .user-status,
  header .util .user-info,
  header .search-area {
    display: none;
  }
}
header .dimmed {
  width: 100%;
  height: 0;
  position: fixed;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.6);
  backdrop-filter: blur(8px);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: all 0.1s ease-out;
}
.gnb-open header .dimmed {
  opacity: 1;
  visibility: visible;
  height: 100vh;
}
header .mobile-menu {
  display: none;
}
@media (max-width: 767.98px) {
  header .mobile-menu {
    display: block;
    position: absolute;
    right: 10px;
    top: 14px;
  }
  header .mobile-menu button {
    display: flex;
    font-size: 26px;
    width: 50px;
    height: 50px;
    border: 1px solid var(--bs-border-color);
    border-radius: 50%;
    align-items: center;
    justify-content: center;
  }
  header .mobile-menu button.header-closer {
    display: none;
  }
}
header .gnb-wrap {
  position: relative;
  z-index: 100;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(15px);
  transition: all 0.5s ease-out;
}
.gnb-open header .gnb-wrap {
  background: #fff;
}
@media (max-width: 767.98px) {
  header .gnb-wrap {
    background: #fff;
    height: 80px;
  }
}
header .gnb-wrap .container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  align-items: center;
  --bs-gutter-x: 0;
}
@media (max-width: 767.98px) {
  header .gnb-wrap .container {
    max-width: 100%;
  }
}
header .gnb-wrap::after {
  content: "";
  position: absolute;
  top: 150px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #eee;
  border-top: 1px solid #ccc;
}
.scrolling header .gnb-wrap::after {
  top: 70px;
}
@media (max-width: 767.98px) {
  header .gnb-wrap::after {
    top: 80px;
  }
}
header .gnb {
  width: 70%;
  margin: 0 auto;
}
@media (max-width: 1399.98px) {
  header .gnb {
    width: 100%;
    max-width: none;
  }
}
@media (max-width: 991.98px) {
  header .gnb {
    width: 100%;
    max-width: none;
    margin: 0;
  }
}
header .gnb::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
header .gnb a {
  outline-offset: -4px;
}
[data-page=home] header .gnb a {
  color: var(--bs-black);
}
.scrolling header .gnb a, .gnb-open header .gnb a {
  color: var(--bs-black);
}
header .gnb > ul {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
@media (max-width: 1399.98px) {
  header .gnb > ul {
    justify-content: space-between;
  }
  header .gnb > ul > li {
    flex: 1;
  }
}
header .gnb > ul > li {
  padding: 0;
}
header .gnb > ul > li > a {
  gap: 15px;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  padding-left: 3em;
  padding-right: 3em;
  border-radius: 7px;
  font-size: 20px;
  text-decoration: none;
  font-weight: 600;
  height: 150px;
  position: relative;
  display: inline-block;
  text-decoration: none;
  display: flex;
}
header .gnb > ul > li > a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #000, #152D7D, #D7000F) repeat-x;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: center top;
}
header .gnb > ul > li > a.on::after, header .gnb > ul > li > a:focus::after, header .gnb > ul > li > a:hover::after {
  transform: scale(1, 1);
}
.scrolling header .gnb > ul > li > a {
  height: 70px;
}
header .gnb > ul > li > a span {
  display: flex;
}
header .gnb > ul > li > a .ti {
  flex-shrink: 0;
  font-size: 21px;
}
@media (max-width: 1399.98px) {
  header .gnb > ul > li > a {
    padding-left: 1em;
    padding-right: 1em;
    margin-top: 50px;
    height: 100px;
  }
}
@media (max-width: 767.98px) {
  header .gnb > ul > li > a {
    margin-top: 0;
  }
}
header .gnb > ul > li > a::after {
  bottom: 0;
}
header .gnb > ul > li:hover > .collapse, header .gnb > ul > li:focus-visible > .collapse, header .gnb > ul > li.active > .collapse {
  display: flex;
  min-width: 500px;
}
header .gnb > ul > li .link-disabled {
  opacity: 0.38;
}
header .gnb > ul > li.selected > .lnbbar-link.active, header .gnb > ul > li.selected > .lnbbar-link,
header .gnb > ul > li > .lnbbar-link.active {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
header .gnb > ul > li.selected .lnbbar-link.has-arrow::after {
  border-color: var(--bs-white);
}
header .gnb > ul > li > ul {
  visibility: hidden;
  flex-direction: column;
  max-height: 0;
  transition: all 0.3s ease-out;
  overflow: hidden;
}
.gnb-open header .gnb > ul > li > ul {
  display: flex;
  visibility: visible;
  max-height: 300px;
  padding: 20px;
}
@media (max-width: 1399.98px) {
  .gnb-open header .gnb > ul > li > ul {
    padding: 20px 0;
  }
}
header .gnb > ul > li > ul > li {
  text-align: center;
}
header .gnb > ul > li > ul > li > a {
  display: block;
  padding: 15px 10px;
  border-radius: 7px;
  font-size: 18px;
  color: var(--bs-black);
}
header .gnb > ul > li > ul > li > a::before {
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--bs-gray-300);
}
header .gnb > ul > li > ul > li > a.active {
  background-color: transparent !important;
  color: var(--bs-primary) !important;
}
header .gnb > ul > li > ul > li > a.active.has-arrow::after {
  border-color: var(--bs-primary);
}
header .gnb > ul > li > ul > li > a.on span::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #000, #152D7D, #D7000F) repeat-x;
  bottom: -2px;
  transform: scale(1, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
header .gnb > ul > li > ul > li > a span {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
header .gnb > ul > li > ul > li > a span::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #000, #152D7D, #D7000F) repeat-x;
  bottom: -2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
header .gnb > ul > li > ul > li > a span.on::after, header .gnb > ul > li > ul > li > a span:focus::after, header .gnb > ul > li > ul > li > a span:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
header .gnb > ul > li > ul > li > a .lnbbar-icon {
  flex-shrink: 0;
  margin-left: 12px;
  margin-right: 35px;
  width: 14px;
  height: 14px;
}
header .gnb > ul > li > ul > li:last-child {
  margin-bottom: 16px;
}
header .gnb.mobile {
  position: absolute;
  top: 150px;
  left: 0;
  z-index: 21;
  width: 100%;
  max-width: 100%;
}
@media (max-width: 767.98px) {
  header .gnb.mobile {
    top: 81px;
  }
}
header .gnb.mobile > ul {
  position: absolute;
  left: 0;
  z-index: 30;
  flex-direction: column;
  gap: 0;
  width: 100%;
  padding: 0;
  background-color: white;
  display: none;
}
.gnb-open header .gnb.mobile > ul {
  display: flex;
}
header .gnb.mobile > ul::before {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.8);
}
header .gnb.mobile > ul > li {
  border-bottom: 1px solid var(--bs-border-color);
  width: 100%;
}
header .gnb.mobile > ul > li:hover ul, header .gnb.mobile > ul > li:focus ul, header .gnb.mobile > ul > li:focus-within ul, header .gnb.mobile > ul > li:focus-visible ul {
  visibility: visible;
  height: auto;
}
header .gnb.mobile > ul > li > a {
  height: 60px;
  text-align: left;
  justify-content: flex-start;
}
header .gnb.mobile > ul > li > a + ul {
  position: static;
  max-height: none;
  visibility: hidden;
  height: 0;
}
.gnb-open header .gnb.mobile > ul > li > a + ul {
  padding: 0 0 0 20px;
}
header .gnb.mobile > ul > li > a + ul > li > a {
  padding: 10px;
  font-size: 16px;
  text-align: left;
}
header .gnb.mobile > ul > li > a + ul > li > a::before {
  display: none;
  content: "";
  width: 5px;
  height: 5px;
  background-color: var(--bs-gray-300);
}
header .gnb.mobile > ul > li > a + ul > li > a.active {
  color: var(--bs-primary) !important;
}
header .gnb.mobile > ul > li > a + ul > li > a.active.has-arrow::after {
  border-color: var(--bs-primary);
}
header .gnb.mobile > ul > li > a + ul > li:last-child {
  margin-bottom: 0;
}
header .gnb.mobile > ul > li > a:hover + ul, header .gnb.mobile > ul > li > a:focus + ul, header .gnb.mobile > ul > li > a:focus-within + ul, header .gnb.mobile > ul > li > a:focus-visible + ul {
  visibility: visible;
  height: auto;
  margin: 10px 0;
}
header .collapse.in {
  display: block;
}
header .util {
  position: absolute;
  top: 55px;
  right: 25px;
  z-index: 10;
}
.scrolling header .util {
  top: 15px;
}
@media (max-width: 1399.98px) {
  header .util {
    top: 20px;
  }
}
@media (max-width: 767.98px) {
  header .util {
    right: 70px;
    top: 20px;
  }
}
@media (max-width: 575.98px) {
  header .util {
    display: none;
  }
}
header .util ul {
  display: flex;
  gap: 10px;
}
header .util a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #666;
  color: var(--bs-black);
  border-radius: 20px;
  overflow: hidden;
  box-sizing: border-box;
  white-space: nowrap;
  transition: all 0.3s ease-out;
}
.scrolling header .util a {
  color: var(--bs-black);
  border-color: var(--bs-black);
}
header .util a i {
  font-size: 24px;
  flex-shrink: 0;
}
[data-page=home] header .util a i, .gnb-open header .util a i, .scrolling header .util a i {
  color: var(--bs-black);
}
header .util a span {
  display: inline-block;
  max-width: 0;
  margin-left: 0;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s ease-out;
}
header .util a:hover, header .util a:focus {
  max-width: 250px;
  padding: 0 15px;
  border-color: var(--bs-black);
  background-color: var(--bs-white);
}
header .util a:hover span, header .util a:focus span {
  max-width: 300px;
  margin-left: 8px;
  opacity: 1;
  visibility: visible;
}
.scrolling header .util a:hover, .scrolling header .util a:focus {
  color: var(--bs-black);
  border-color: var(--bs-black);
}
.scrolling header .util a:hover span, .scrolling header .util a:focus span {
  color: var(--bs-black);
}
@media (min-width: 1400px) {
  header [data-sidebartype=mini-sidebar] .lnb-lnbbar {
    width: 270px;
    left: -270px;
    visibility: hidden;
    position: absolute;
  }
  header [data-sidebartype=mini-sidebar] .lnb-lnbbar:hover {
    width: 270px;
    position: fixed;
    height: 100vh;
  }
  header [data-sidebartype=mini-sidebar] .lnb-lnbbar:hover .logo-part {
    width: auto;
    overflow: unset;
  }
  header [data-sidebartype=mini-sidebar] .lnb-lnbbar .logo-part {
    width: 34px;
    overflow: hidden;
  }
  header [data-sidebartype=mini-sidebar] main.content .content-area:not(.main-content) {
    transition: margin 0.5s;
    margin-left: 0;
  }
}
@media (max-width: 1399.98px) {
  header .lnb-lnbbar {
    width: 270px;
    position: fixed;
    left: -270px;
    height: 100%;
    visibility: hidden;
  }
  header #main-wrapper.show-lnbbar .lnb-lnbbar {
    left: 0;
    visibility: visible;
  }
  header .show-lnbbar + .dark-transparent {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 10;
  }
}
header .lnbbar-nav .has-arrow {
  position: relative;
}
header .lnbbar-nav .has-arrow::after {
  display: none;
  position: absolute;
  content: "";
  width: 7px;
  height: 7px;
  border-width: 1px 0 0 1px;
  border-style: solid;
  border-color: var(--bs-dark-text-emphasis);
  margin-left: 10px;
  -webkit-transform: rotate(135deg) translate(0, -50%);
  -ms-transform: rotate(135deg) translate(0, -50%);
  -o-transform: rotate(135deg) translate(0, -50%);
  transform: rotate(135deg) translate(0, -50%);
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  top: 22px;
  right: 15px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .lnbbar-nav li.active > .has-arrow::after,
header .lnbbar-nav li > .has-arrow.active::after,
header .lnbbar-nav .has-arrow[aria-expanded=true]::after {
  top: 18px;
  margin-top: 1px;
  border-color: var(--bs-white);
  -webkit-transform: rotate(-135deg) translate(0, -50%);
  -ms-transform: rotate(-135deg) translate(0, -50%);
  -o-transform: rotate(-135deg) translate(0, -50%);
  transform: rotate(-135deg) translate(0, -50%);
}

@media (max-width: 767.98px) {
  .topbar .navbar-nav .dropdown-menu {
    position: absolute;
    width: 100%;
  }
  .topbar .navbar-nav .nav-item.dropdown {
    position: static;
  }
}
@media (max-width: 991.98px) {
  .topbar .navbar .navbar-collapse {
    border-top: 1px solid var(--bs-border-color);
  }
}
.header {
  position: sticky;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 99;
  background-color: var(--bs-white);
  transition: all 0.5s ease-in-out;
  animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
}
.header.header.fixed-header {
  position: fixed;
  top: 0;
  left: 0;
  box-shadow: rgba(0, 0, 0, 0.05) 0px 9px 17.5px;
}
.header .navbar {
  min-height: 80px;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link {
  line-height: 28px;
  padding: 5px 15px;
  border-radius: 7px;
  font-size: 16px;
  color: #121c2b;
  display: flex;
  align-items: center;
  position: relative;
  transition: all 0.3s ease-in-out;
}
.header .navbar .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: var(--bs-primary);
  background-color: rgba(42, 53, 71, 0.02);
}
.header .navbar .navbar-collapse .navbar-nav .dropdown-toggle::after {
  display: none;
}

.navbar-nav .hover-dd {
  position: static;
}
.navbar-nav .hover-dd:hover .dropdown-menu {
  display: block;
}
.navbar-nav .hover-dd:hover .dropdown-menu li {
  line-height: normal;
}
.navbar-nav .mega-dropdown {
  position: static;
}
.navbar-nav .mega-dropdown.pages-dropdown:hover .dropdown-menu {
  max-width: 910px !important;
}
.navbar-nav .mega-dropdown:hover .dropdown-menu {
  left: 0;
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  right: 0;
}
.navbar-nav .mega-dropdown:hover .dropdown-menu .lp-demos-box .lp-demos-btn {
  opacity: 0;
}
.navbar-nav .mega-dropdown:hover .dropdown-menu .lp-demos-box:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 114, 255, 0.2);
}
.navbar-nav .mega-dropdown:hover .dropdown-menu .lp-demos-box:hover .lp-demos-btn {
  opacity: 1;
}

@-webkit-keyframes animation-dropdown-menu-move-up-scroll {
  from {
    top: 71px;
  }
  to {
    top: 70px;
  }
}
@keyframes animation-dropdown-menu-move-up-scroll {
  from {
    top: 71px;
  }
  to {
    top: 70px;
  }
}
@-webkit-keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.dropdown-menu-animate-up {
  -webkit-animation: animation-dropdown-menu-fade-in 0.5s ease 1, animation-dropdown-menu-move-up 0.5s ease-out 1;
  animation: animation-dropdown-menu-fade-in 0.5s ease 1, animation-dropdown-menu-move-up 0.5s ease-out 1;
}

html[data-layout=horizontal] .topbar {
  z-index: 99;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
}
html[data-layout=horizontal] .app-header .navbar {
  min-height: 150px;
}
html[data-layout=horizontal] > ul {
  list-style: none;
  padding-left: 0;
}
html[data-layout=horizontal] .body-wrapper {
  padding-top: 150px;
}
@media (max-width: 1399.98px) {
  html[data-layout=horizontal] .body-wrapper {
    padding-top: 200px;
  }
}
@media (max-width: 991.98px) {
  html[data-layout=horizontal] .body-wrapper {
    padding-top: 100px;
  }
}
html[data-layout=horizontal] .body-wrapper > .container-fluid {
  padding-top: 115px !important;
  padding: 15px;
}

@media (min-width: 992px) and (max-width: 1399.98px) {
  html[data-layout=horizontal] .body-wrapper > .container-fluid {
    padding: 20px 10px;
  }
}
@media (min-width: 1400px) {
  html[data-layout=horizontal][data-boxed-layout=full] .navbar,
  html[data-layout=horizontal][data-boxed-layout=full] .scroll-sidebar,
  html[data-layout=horizontal][data-boxed-layout=full] .body-wrapper > .container-fluid {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
  }
  html[data-layout=horizontal][data-boxed-layout=boxed] .navbar,
  html[data-layout=horizontal][data-boxed-layout=boxed] .scroll-sidebar,
  html[data-layout=horizontal][data-boxed-layout=boxed] .body-wrapper > .container-fluid {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
  }
}
@media (min-width: 992px) {
  html[data-layout=horizontal] .app-header {
    transition: 0s;
  }
  html[data-layout=horizontal] .app-header .navbar {
    padding: 0;
  }
  html[data-layout=horizontal] .navbar,
  html[data-layout=horizontal] .scroll-sidebar,
  html[data-layout=horizontal] .body-wrapper > .container-fluid {
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
  }
  html[data-layout=horizontal] .sidebar-nav > ul {
    flex-wrap: wrap;
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item > .has-arrow:after {
    display: block;
  }
  html[data-layout=horizontal] .left-sidebar {
    position: fixed;
    top: 150px;
    width: 100%;
    height: auto;
    z-index: 45;
    transition: 0s;
    border-bottom: 1px solid var(--bs-border-color);
  }
  html[data-layout=horizontal] .left-sidebar .scroll-sidebar {
    height: 49px;
    overflow-y: unset;
    padding: 3px;
  }
  html[data-layout=horizontal] .sidebar-nav > ul {
    display: flex;
    width: 100%;
    margin: 0;
    gap: 3px;
    justify-content: center;
    background-color: var(--bs-white);
  }
}
@media (min-width: 992px) and (min-width: 1400px) {
  html[data-layout=horizontal] .sidebar-nav > ul {
    flex-wrap: nowrap;
  }
}
@media (min-width: 992px) {
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item {
    border-bottom: 0;
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item:last-child {
    margin-right: 0;
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item > .sidebar-link {
    margin: 0;
    gap: 10px;
    padding: 8px 10px 6px;
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item > .sidebar-link .ti {
    font-size: 16px;
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item > .sidebar-link.has-arrow {
    padding-right: 25px !important;
  }
}
@media (min-width: 992px) {
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item {
    position: relative;
    width: auto;
    margin-top: 2px;
    margin-bottom: 0;
    min-height: 42px;
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item .first-level {
    padding: 10px;
    border-radius: 0 0 20px 20px;
    animation: menuDropdownShow 0.3s ease-in-out;
    transition: background-color 0.3s;
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item .first-level .sidebar-item > .sidebar-link .sidebar-icon {
    margin-right: 0;
    margin-left: 0;
    flex-shrink: 0;
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item .first-level .sidebar-item {
    position: relative;
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item .first-level .sidebar-item .sidebar-link {
    font-size: 17px;
    gap: 10px;
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item .first-level .sidebar-item .sidebar-link:hover {
    background-color: rgba(53, 91, 255, 0.1);
    color: var(--bs-primary);
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item .first-level .sidebar-item .sidebar-link .ti {
    font-size: 16px;
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item .first-level .sidebar-item:last-child {
    margin-bottom: 0;
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item .first-level .second-level .sidebar-item .sidebar-link {
    font-size: 16px;
  }
}
@media (min-width: 992px) {
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item.active > .has-arrow:after, html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item:hover > .has-arrow:after {
    transform: rotate(45deg) translate(0, 25%);
    border-color: var(--bs-dark-text-emphasis);
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item > .has-arrow:after {
    transform: rotate(-135deg) translate(0, -50%);
    right: 9px;
    top: 18px;
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item.selected > .sidebar-link {
    background-color: var(--bs-primary);
    color: var(--bs-white);
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item.selected > .sidebar-link.has-arrow::after {
    border-color: var(--bs-white);
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active:focus.has-arrow::after, html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item > .sidebar-link.active:hover.has-arrow::after {
    border-color: var(--bs-dark-text-emphasis);
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item > .two-column + .first-level {
    width: 400px;
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item > .two-column + .first-level > .sidebar-item {
    float: left;
    vertical-align: top;
    width: 50%;
  }
}
@media (min-width: 992px) {
  html[data-layout=horizontal] .sidebar-nav > ul > .selected > ul {
    display: none;
  }
}
@media (min-width: 992px) {
  html[data-layout=horizontal] .sidebar-nav > ul [aria-expanded=true] + ul {
    display: block;
  }
}
@media (min-width: 992px) {
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item:first-child > ul {
    right: auto;
    left: 0;
  }
}
@media (min-width: 992px) {
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item > ul {
    position: absolute;
    right: 0;
    top: calc(49px - 7px);
    width: 240px;
    padding-bottom: 0;
    z-index: 100;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.12);
    background: var(--bs-body-bg);
    transition: cubic-bezier(0.075, 0.82, 0.165, 1);
  }
}
@media (min-width: 992px) {
  html[data-layout=horizontal] .sidebar-nav > ul > .mega-dropdown {
    position: static;
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .mega-dropdown .first-level {
    width: 100%;
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .mega-dropdown .first-level > li {
    width: 25%;
    float: left;
  }
}
@media (min-width: 992px) {
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item:hover ul.first-level,
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item:hover ul.first-level.collapse {
    display: block;
  }
}
@media (min-width: 992px) {
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item ul.second-level {
    left: 240px;
    top: 0;
    background: var(--bs-gray-100);
    border-radius: 7px;
  }
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item ul.second-level .sidebar-item {
    border: none;
  }
}
@media (min-width: 992px) {
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item:last-child > .first-level ul.second-level,
  html[data-layout=horizontal] .sidebar-nav > ul > .sidebar-item .first-level .right-side-dd ul.second-level {
    right: 240px;
    top: 0;
    left: auto;
    border-radius: 7px;
  }
}
@media (min-width: 992px) {
  html[data-layout=horizontal] .sidebar-nav > ul ul.first-level > .sidebar-item:hover ul.second-level {
    display: block;
  }
}
@media (min-width: 992px) {
  html[data-layout=horizontal] .sidebar-nav > ul .nav-small-cap,
  html[data-layout=horizontal] .sidebar-nav > ul .sidebar-footer,
  html[data-layout=horizontal] .sidebar-nav > ul .user-pro,
  html[data-layout=horizontal] .sidebar-nav > ul .badge {
    display: none;
  }
}
@media (min-width: 992px) {
  html[data-bs-theme=dark] .sidebar-nav > ul {
    background-color: var(--bs-black);
  }
  html[data-bs-theme=dark] .sidebar-nav > ul > .sidebar-item ul.second-level {
    background-color: var(--bs-black);
  }
}
@media (max-width: 1399.98px) {
  html[data-layout=horizontal] .body-wrapper > .container-fluid {
    padding-top: 30px !important;
  }
  html[data-layout=horizontal].show-sidebar .left-sidebar {
    left: 0;
  }
  html[data-layout=horizontal] .left-sidebar .sidebar-nav .sidebar-item .collapse .sidebar-item .sidebar-link .ti {
    font-size: 16px;
  }
  html[data-layout=horizontal] .app-header .navbar .navbar-collapse {
    padding: 0;
  }
}
@-webkit-keyframes menuDropdownShow {
  0% {
    opacity: 0;
    transform: translateY(-0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes menuDropdownShow {
  0% {
    opacity: 0;
    transform: translateY(-0.5rem);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
a {
  color: #231815;
}
a:focus, a:hover {
  color: #152D7D;
}
a::selection {
  color: #fff;
  background: #5e1009;
}

h1.fs-6 {
  font-size: 1.5em !important;
}

.theme-setting-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  padding: 1rem;
}
.theme-setting-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem;
}
.theme-setting h3 {
  font-size: 1.2rem;
}
.theme-setting h4 {
  font-weight: 600;
  font-size: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 1.5rem;
}
.theme-setting h4:first-child {
  margin-top: 0;
}

.customizer-btn {
  position: fixed;
  bottom: 80px;
  right: 20px;
  z-index: 99;
}

.auth-customizer-none .customizer-btn {
  display: none !important;
}

.customizer-box {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  flex-direction: row;
}
.customizer-box label.btn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 80px;
  padding: 10px;
  border: 1px solid var(--bs-border-color) !important;
  border-radius: 7px;
  background: transparent !important;
  color: var(--bs-body-color);
  box-shadow: rgba(0, 0, 0, 0.05) 0 9px 17.5px !important;
  transition: all 0.1s ease-in 0s;
}
.customizer-box label.btn:hover {
  color: var(--bs-primary);
  transform: scale(1.1);
}
.customizer-box .btn-check:checked + .icon,
.customizer-box :not(.btn-check) + .icon:active,
.customizer-box .btn:first-child:active,
.customizer-box .btn.active,
.customizer-box .btn.show {
  color: var(--bs-body-color);
}
.customizer-box .btn-check:checked + .icon .icon,
.customizer-box :not(.btn-check) + .icon:active .icon,
.customizer-box .btn:first-child:active .icon,
.customizer-box .btn.active .icon,
.customizer-box .btn.show .icon {
  color: var(--bs-primary);
  font-size: 1.2rem;
}
.customizer-box.color-pallete .btn-check:checked + .icon .icon,
.customizer-box.color-pallete :not(.btn-check) + .icon:active .icon,
.customizer-box.color-pallete .btn:first-child:active .icon,
.customizer-box.color-pallete .btn.active .icon,
.customizer-box.color-pallete .btn.show .icon {
  opacity: 1;
}
.customizer-box.color-pallete label .color-box {
  width: 25px;
  height: 25px;
  border-radius: 50%;
}
.customizer-box.color-pallete label .color-box .icon {
  opacity: 0;
}
.customizer-box.color-pallete label .color-box.skin-1 {
  background-color: #5d87ff;
}
.customizer-box.color-pallete label .color-box.skin-2 {
  background-color: #0074ba;
}
.customizer-box.color-pallete label .color-box.skin-3 {
  background-color: #763ebd;
}
.customizer-box.color-pallete label .color-box.skin-4 {
  background-color: #0a7ea4;
}
.customizer-box.color-pallete label .color-box.skin-5 {
  background-color: #01c0c8;
}
.customizer-box.color-pallete label .color-box.skin-6 {
  background-color: #fa896b;
}

.accordion-button:not(.collapsed)::after {
  content: "\f067";
  background: none;
}

.accordion-button::after {
  background-image: none;
  content: "\f068";
  font-size: 20px;
  line-height: 20px;
  font-family: "Line Awesome Free";
  font-weight: 900;
}

.form-floating > label {
  color: var(--bs-gray-600);
}
[data-bs-theme=dark] .form-floating > label {
  color: var(--bs-gray-100);
}

.form-floating > .form-control:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.form-floating > .form-control-plaintext ~ label,
.form-floating > .form-select ~ label {
  color: var(--bs-gray-900);
}
[data-bs-theme=dark] .form-floating > .form-control:focus ~ label,
[data-bs-theme=dark] .form-floating > .form-control:not(:placeholder-shown) ~ label,
[data-bs-theme=dark] .form-floating > .form-control-plaintext ~ label,
[data-bs-theme=dark] .form-floating > .form-select ~ label {
  color: var(--bs-white);
}

.modal-header,
.modal-footer {
  background-color: var(--bs-info-bg-subtle) !important;
}

.customizer-box .la-layout-sidebar::before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(/static/commons/img/icons/border.svg) no-repeat center center/24px auto;
  filter: brightness(0) saturate(100%) invert(42%) sepia(14%) saturate(777%) hue-rotate(179deg) brightness(94%) contrast(96%);
}
.customizer-box .la-layout-distribute-vertical::before,
.customizer-box .la-layout-distribute-horizontal::before,
.customizer-box .la-layout-sidebar::before,
.customizer-box .la-border-outer::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/static/commons/img/icons/border.svg) no-repeat center center/24px auto;
  filter: brightness(0) saturate(100%) invert(42%) sepia(14%) saturate(777%) hue-rotate(179deg) brightness(94%) contrast(96%);
}
.customizer-box .la-layout-distribute-vertical::before {
  background: url(/static/commons/img/icons/vertical.svg) no-repeat center center/24px auto;
}
.customizer-box .la-layout-distribute-horizontal::before {
  background: url(/static/commons/img/icons/horizontal.svg) no-repeat center center/24px auto;
}
.customizer-box .la-layout-sidebar::before {
  background: url(/static/commons/img/icons/border.svg) no-repeat center center/24px auto;
}

.link-primary:hover,
.link-primary:focus {
  color: #00072d !important;
  text-underline-offset: 3px !important;
}

.internal-link::after {
  content: "\f0c1";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 18px;
  line-height: 1;
  margin-left: 5px;
  vertical-align: middle;
}

.search .search-area .form-control {
  height: 40px;
  font-size: 26px;
  border-width: 5px;
}
.search .search-area .input-group-text {
  font-size: 26px;
  padding: 0 20px;
  border-width: 5px 5px 5px 0;
}
.search .card-body {
  position: relative;
}
.search .list-group-item .h5 {
  display: inline-block;
  text-decoration: none;
}
.search .search-more {
  position: absolute;
  right: 20px;
  top: 15px;
}
.search .ellipsis-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.progress, .progress-stacked {
  --bs-progress-height: 7px;
  --bs-progress-font-size: 0.75rem;
  --bs-progress-bg: var(--bs-secondary-bg);
}

@media (max-width: 991.98px) {
  .nav {
    --bs-nav-link-padding-x: 0.5rem;
  }
}
.preloader {
  width: 100%;
  height: 100%;
  top: 0px;
  position: fixed;
  z-index: 99999;
  background: #fff;
}

.lds-ripple {
  display: inline-block;
  position: relative;
  width: 40px;
  position: absolute;
  top: calc(50% - 3.5px);
  left: 0;
  right: 0;
  margin: 0 auto;
}

button:focus:not(:focus-visible) {
  outline: inherit;
}

.b-default,
.btn-default {
  height: 40px;
  line-height: 26px;
  color: var(--bs-white);
  background-color: var(--bs-black);
}
.b-default:hover, .b-default:focus,
.btn-default:hover,
.btn-default:focus {
  color: var(--bs-white);
  background-color: var(--bs-black);
}

.btn-xs {
  height: 26px;
  line-height: 26px;
  padding-top: 0;
  padding-bottom: 0;
}

[class^=b-] {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
}
[class^=b-]::before {
  display: inline-block;
  margin-right: 5px;
}
[class^=b-].md {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.2rem 0.375rem;
}

[class*=b-]:before {
  padding-right: 5px;
  font-family: "Line Awesome Free" !important;
  font-weight: 900;
  line-height: 1;
}

.btn:hover {
  color: var(--bs-btn-hover-color);
  background-color: var(--bs-btn-hover-bg);
  border-color: var(--bs-btn-hover-border-color);
}
.btn:hover::before {
  display: inline-block;
  text-decoration: none;
}

select:focus,
.btn:focus {
  outline: 1px auto;
  outline-offset: -4px;
}

.b-reg::before {
  content: "\f040  ";
}

.b-del::before {
  content: "\f1f8";
}

.b-del.none-txt::before {
  margin: 0;
  padding: 2px 0;
}

.b-cancel::before {
  content: "\f05e  ";
}

.b-edit::before {
  content: "\f044  ";
}

.b-list::before {
  content: "\f03a  ";
}

.b-move::before {
  content: "\f047  ";
}

.b-sh::before {
  content: "\f002  ";
}

.b-ok::before {
  content: "\f00c  ";
}

.b-down::before {
  content: "\f019  ";
}

.b-reset::before {
  content: "\f01e  ";
}

.b-add::before {
  content: "\f067  ";
}

.b-view::before {
  content: "\f06e  ";
}

.b-back::before {
  content: "\f060  ";
}

.b-end::before {
  content: "\f011  ";
}

.b-set::before {
  content: "\f013  ";
}

.b-open::before {
  content: "\f08e  ";
}

.b-select::before {
  content: "\f00c  ";
}

.b-login::before {
  content: "\f011  ";
}

.b-pop::before {
  content: "\f08e  ";
}

.b-disabled::before {
  content: "\f2a8  ";
}

.b-unlock::before {
  content: "\f09c  ";
}

.b-hide::before {
  content: "\f070  ";
}

.b-print::before {
  content: "\f02f  ";
}

.b-reply::before,
.b-save::before,
.b-copy::before {
  content: "";
  width: 23px;
  height: 20px;
  vertical-align: middle;
  display: inline-block;
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(1%) hue-rotate(37deg) brightness(106%) contrast(101%);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 20px;
}

.b-copy::before {
  background-image: url(/static/commons/img/icons/b-copy.svg);
}

.b-save::before {
  background-image: url(/static/commons/img/icons/b-save.svg);
}

.b-reply::before {
  background-image: url(/static/commons/img/icons/b-replay.svg);
}

.b-xls::before {
  background: url(/static/commons/img/xls.png) 0 0 no-repeat;
  content: "";
  width: 23px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.ico-new {
  display: inline-block;
  width: 15px;
  height: 13px;
  background: url(/static/commons/img/ico_new.png) 0 0 no-repeat;
}

.ico-re {
  display: inline-block;
  width: 15px;
  height: 13px;
  background: url(/static/commons/img/ico_re.png) right 0 no-repeat;
}

.ico-comment {
  display: inline-block;
  padding-left: 5px;
}

.ico-comment:before {
  padding-right: 3px;
  content: "\f27b";
  font-family: FontAwesome;
}

.b-reg {
  background-color: #3e4247;
  border-color: #3e4247;
}

.b-sh {
  border-color: #393b3f;
  background-color: #393b3f;
  color: #fff;
}

.b-sh2 {
  border-color: #393b3f;
  background-color: #393b3f;
  color: #fff;
}

.b-sh2:before {
  background: url(/static/commons/img/sh2.png) 0 0 no-repeat;
  content: "";
  width: 21px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
}

.b-use {
  color: #fff;
  background-color: #1b9a72;
  border: none;
}
.b-use::before {
  display: inline-block;
  width: 25px;
  height: 14px;
  content: "";
  vertical-align: middle;
}

.b-notuse {
  color: #e74c4c;
  border: 1px solid #e74c4c;
}
.b-notuse::before {
  display: inline-block;
  width: 14px;
  height: 14px;
  content: "";
}

.b-help {
  border-color: #393b3f;
  color: #393b3f;
}
.b-help::before {
  display: inline-block;
  width: 25px;
  height: 19px;
  content: "";
  vertical-align: middle;
}

.pop-close {
  position: absolute;
  right: 5px;
  top: 5px;
  height: 40px;
  width: 40px;
  background: none;
  border: none;
}
.pop-close::before, .pop-close::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  margin-top: -1px;
  height: 3px;
  background-color: #fff;
}
.pop-close::before {
  transform: rotate(45deg);
}
.pop-close::after {
  transform: rotate(-45deg);
}

/* 
.btn {
  &.bg-primary-subtle {
    &:hover {
      background-color: var(--bs-primary) !important;
      color: var(--bs-white) !important;
    }
  }

  &.bg-secondary-subtle {
    &:hover {
      background-color: var(--bs-secondary) !important;
      color: var(--bs-white) !important;
    }
  }

  &.bg-warning-subtle {
    &:hover {
      background-color: var(--bs-warning) !important;
      color: var(--bs-white) !important;
    }
  }

  &.bg-danger-subtle {
    &:hover {
      background-color: var(--bs-danger) !important;
      color: var(--bs-white) !important;
    }
  }

  &.bg-success-subtle {
    &:hover {
      background-color: var(--bs-success) !important;
      color: var(--bs-white) !important;
    }
  }
  &.bg-info-subtle {
    &:hover {
      background-color: var(--bs-info) !important;
      color: var(--bs-white) !important;
    }
  }
}

.btn-default {
  background-color: var(--bs-primary);
  color: var(--bs-white);
} */
.button-group .btn {
  margin-bottom: 12px;
  margin-right: 12px;
}

.btn .text-active {
  display: none;
}

.btn.active .text {
  display: none;
}

.btn.active .text-active {
  display: inline-block;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

html[data-card=border] .card {
  border: 1px solid var(--bs-border-color);
  box-shadow: none;
}

.card {
  --bs-card-spacer-y: 30px;
  --bs-card-spacer-x: 30px;
}
main .card {
  margin: 10px 0;
}

h2.card-title {
  margin: 25px 0 10px 0;
  padding-left: 30px;
  color: var(--bs-card-title-color);
  font-size: 1.25rem !important;
  font-weight: 600;
  background: url(/static/commons/img/bu1.gif) no-repeat left 5px;
}

.card-subtitle {
  font-size: 14px;
  line-height: 24px;
  color: var(--bs-card-subtitle-color);
}

.card-hover {
  transition: 0.2s ease-in;
}
.card-hover:hover {
  transform: translate3d(0px, -5px, 0px);
}

.cardwithborder .card {
  box-shadow: none;
  border: 1px solid var(--bs-border-color);
}

.card-fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: auto;
}

.auth-card {
  max-width: 460px;
  width: 100%;
}

.draggable-cards .card-header {
  cursor: move;
}

.card-moved .card {
  background: var(--bs-info);
  color: var(--bs-white);
}

.dropdown-menu-animate-up {
  -webkit-animation: animation-dropdown-menu-fade-in 0.5s ease 1, animation-dropdown-menu-move-up 0.5s ease-out 1;
  animation: animation-dropdown-menu-fade-in 0.5s ease 1, animation-dropdown-menu-move-up 0.5s ease-out 1;
}

@-webkit-keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes animation-dropdown-menu-fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@media (max-width: 575.98px) {
  .nav {
    --bs-nav-link-padding-x: 0.7rem;
  }
}
.user-profile-tab .nav-item .nav-link {
  background-color: transparent;
  color: var(--bs-muted);
}
.user-profile-tab .nav-item .nav-link.active {
  color: var(--bs-primary);
  border-bottom: 2px solid var(--bs-primary);
}

.nav-tabs {
  position: relative;
}
.nav-tabs::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: var(--bs-primary);
  z-index: 1;
}
@media (max-width: 575.98px) {
  .nav-tabs.category-set {
    margin-bottom: 10px;
    --bs-nav-link-padding-x: 0.4rem;
  }
}

.nav-tabs,
.nav-tabs .nav-link {
  border-radius: 7px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.nav-tabs .nav-link {
  margin-right: 3px;
}
@media (max-width: 575.98px) {
  .nav-tabs .nav-link {
    margin-top: 5px;
  }
}

.nav-tabs .nav-link:not(.active) {
  background-color: var(--bs-gray-200);
}

.modal-title {
  font-size: 1.4rem;
}

.col-form-label,
.form-label {
  font-weight: 600;
}

.form-control:focus,
.nav-link:focus-visible {
  outline: 2px auto var(--bs-black);
  outline-offset: 4px;
  box-shadow: none;
}

input::placeholder {
  color: #2b2a2a;
}

.input-text-str4-before {
  width: calc(100% - 81px);
}

input[type=checkbox],
input[type=radio] {
  vertical-align: middle;
  width: 24px;
  height: 24px;
  margin: 3px 5px 5px 0;
  border-radius: 5px;
  vertical-align: middle;
}
.input-group-text input[type=checkbox],
.input-group-text input[type=radio] {
  margin: 0;
}
.ce-ui-dialog input[type=checkbox],
.ce-ui-dialog input[type=radio] {
  width: auto;
  height: auto;
  border-radius: 0;
}
input[type=checkbox]:focus,
input[type=radio]:focus {
  outline: 2px auto var(--bs-black);
  outline-offset: 4px;
  box-shadow: none;
}
.table input[type=checkbox],
.table input[type=radio] {
  margin: 0 10px 0 0;
}

input[type=number],
input[type=text],
input[type=password],
input[type=file],
select,
textarea {
  border: 1px solid #cdcdcd;
  padding: 4px 2px;
  line-height: 20px;
  height: 40px;
  border-radius: 4px;
  vertical-align: middle;
}

input[type=file] {
  height: auto;
  margin-bottom: 5px;
}
@media (max-width: 767.98px) {
  input[type=file] {
    width: 100%;
  }
}

textarea {
  height: auto;
}

input[readonly] {
  border: 0 none;
  cursor: auto;
}
input[readonly]#sdate, input[readonly]#edate, input[readonly].sdate, input[readonly].edate, input[readonly].date, input[readonly].month {
  text-align: center;
  background-color: #eee;
}

#sdate,
#edate,
.sdate,
.edate,
.date,
.month {
  text-align: center;
  background-color: #eee;
}

input[type=file] {
  -moz-border: inherit;
}

label + label {
  margin-right: 5px;
}

input[type=button] {
  margin: 0 1px;
}

.form-inline input[type=file] {
  display: inline;
}

.form-inline .form-check {
  display: inline-flex;
}

.required-mark {
  color: var(--bs-danger);
  font-size: 20px;
  line-height: 1;
  margin-right: 5px;
  vertical-align: bottom;
}

textarea::placeholder {
  color: #727272 !important;
}

.btn-check {
  position: absolute;
  width: 100%;
  height: 100%;
  clip: auto;
  pointer-events: auto;
  opacity: 0;
}

.sh {
  margin-bottom: 10px;
}
.sh .justify-content-end.align-items-center {
  gap: 0.25rem;
}
.sh .flex-wrap {
  flex-wrap: wrap;
}
.sh .flex-wrap .flex-direction-row {
  flex-direction: row;
}
.sh .flex-wrap .flex-direction-row label {
  margin-bottom: 0;
}
@media (max-width: 767.98px) {
  .sh div {
    display: flex;
    flex-direction: column;
  }
  .sh div * {
    margin-bottom: 5px;
  }
  .sh div *:last-child {
    margin-bottom: 0;
  }
  .sh div.form-check-inline {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .sh div.form-check-inline label + label {
    margin-left: 10px;
  }
  .sh div.form-check-inline input[type=checkbox],
  .sh div.form-check-inline input[type=radio] {
    margin-top: 0;
  }
}
.sh .checkbox-group {
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
  justify-content: center;
}
.sh .checkbox-group label + label {
  margin-left: 0;
}
.sh .checkbox-group .btn-sm {
  height: 40px;
}
.sh .checkbox-group .btn-sm:last-child {
  margin-bottom: 4px;
}
.sh .sh-input-group {
  display: inline-flex;
  flex-direction: row;
  gap: 10px;
}
.sh .sh-input-group input[type=text] {
  width: 100%;
}
@media (max-width: 767.98px) {
  .sh .sh-input-group {
    flex-direction: column;
    gap: 5px;
  }
  .sh .sh-input-group input[type=text] {
    width: 100%;
  }
}

div.start-end-date {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 0.25rem;
  vertical-align: middle;
}
@media (max-width: 991.98px) {
  div.start-end-date {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 5px;
  }
}
@media (max-width: 575.98px) {
  div.start-end-date {
    justify-content: space-between;
  }
}
div.start-end-date * {
  padding: 9px 10px;
  border-radius: 5px;
  border: var(--bs-border-width) solid #919191;
}
@media (max-width: 575.98px) {
  div.start-end-date * {
    font-size: 14px;
  }
}

input[type=date] {
  text-align: center;
  width: 145px;
  height: 40px;
}

input:not([type=checkbox], [type=radio]) {
  display: block;
  padding: 8px 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3c4f71;
  appearance: none;
  background-color: transparent;
  background-clip: padding-box;
  border: var(--bs-border-width) solid #919191;
  border-radius: 7px;
  box-shadow: var(--bs-box-shadow-inset);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  input:not([type=checkbox], [type=radio]) {
    transition: none;
  }
}
input:not([type=checkbox], [type=radio]).number2 {
  width: 50px;
}
input:not([type=checkbox], [type=radio]).number3 {
  width: 60px;
}
input:not([type=checkbox], [type=radio]).tel, input:not([type=checkbox], [type=radio]).number4 {
  width: 80px;
}
input:not([type=checkbox], [type=radio]).number5 {
  width: 120px;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-color: #919191;
}

label + label {
  margin-left: 20px;
  margin-top: 5px;
}
.form-inline label + label, .check-group label + label {
  margin-left: 20px;
  margin-top: 0;
}

.input-group .form-check {
  position: relative;
  padding: 0;
}

.form-check-inline label + label {
  margin-left: 20px;
}

input[type=radio],
input[type=checkbox] {
  vertical-align: middle;
  border-color: #939393;
}
thead th input[type=radio],
thead th input[type=checkbox] {
  border-color: var(--bs-white);
}

.form-check-input:checked {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}

input[type=radio] {
  border-radius: 50%;
}
select {
  --bsform-select-bg-img: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  display: block;
  width: auto;
  padding: 8px 38px 8px 16px;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #3c4f71;
  appearance: none;
  background-color: transparent;
  background-image: var(--bsform-select-bg-img), var(--bsform-select-bg-icon, none);
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 16px 12px;
  border: var(--bs-border-width) solid #919191;
  border-radius: 7px;
  box-shadow: unset;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  select {
    transition: none;
  }
}
select:focus {
  border-color: #9aadff;
  box-shadow: unset;
}
select[multiple], select[size]:not([size="1"]) {
  padding-right: 16px;
  background-image: none;
}
select:disabled {
  background-color: var(--bs-secondary-bg);
}
select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #3c4f71;
}
@media (max-width: 767.98px) {
  select {
    width: 100%;
    margin-bottom: 5px;
  }
  select + select {
    margin-top: 5px;
  }
}

.form-inline input,
.form-inline select {
  display: inline-block;
  vertical-align: middle;
}
.form-inline input.tel,
.form-inline select.tel {
  width: 80px;
}

.progress-bar {
  border-radius: 7px;
}

.form-control-lg,
.form-select-lg,
.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  border-radius: 7px;
}

.attendance .form-select {
  max-width: 120px;
}

.form-check-input.success:checked {
  background-color: var(--bs-success);
  border: var(--bs-success);
}

.form-check-input.danger:checked {
  background-color: var(--bs-danger);
  border: var(--bs-danger);
}

.form-check-input.warning:checked {
  background-color: var(--bs-warning);
  border: var(--bs-warning);
}

.form-check-input.primary:checked {
  background-color: var(--bs-primary);
  border: var(--bs-primary);
}

.form-check-input.secondary:checked {
  background-color: var(--bs-secondary);
  border: var(--bs-secondary);
}

.form-horizontal.r-separator .card-body > .row > [class^=col-] .form-group {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  margin-bottom: 0;
}
.form-horizontal.r-separator .card-body > .row > [class^=col-] .form-group label {
  flex-basis: 100px;
  padding-right: 10px;
}
@media (min-width: 992px) {
  .form-horizontal.r-separator .card-body > .row > [class^=col-] .form-group label {
    flex-basis: 200px;
    padding-right: 20px;
  }
}
@media (max-width: 991.98px) {
  .form-horizontal.r-separator .card-body > .row > [class^=col-] .form-group label {
    flex-basis: 140px;
    padding-right: 20px;
  }
}
.form-horizontal.r-separator .card-body > .row > [class^=col-] .form-group .border-start {
  padding-left: 10px;
  flex: 1;
}
@media (min-width: 992px) {
  .form-horizontal.r-separator .card-body > .row > [class^=col-] .form-group .border-start {
    padding-left: 20px;
    margin-left: 20px;
  }
}
@media (max-width: 991.98px) {
  .form-horizontal.r-separator .card-body > .row > [class^=col-] .form-group .border-start {
    flex: 1;
  }
}

.r-separator .row > * {
  margin-top: 0;
}
.striped-rows .row:nth-child(odd) {
  background-color: var(--bs-gray-200);
}

.b-form .row {
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 0;
  padding: 15px 0;
}
.b-form .row:last-child {
  border-bottom: none;
}

.b-label {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.floating-labels .form-control {
  box-shadow: none;
}

.floating-labels .form-group {
  position: relative;
}

.floating-labels .form-control {
  padding: 10px 10px 10px 0;
  display: block;
  border: none;
  font-family: var(--bs-body-font-family);
  border-radius: 0px;
  border-bottom: 1px solid var(--bs-gray-300);
}
.floating-labels .form-control:focus {
  box-shadow: none;
}

.floating-labels select.form-control > option {
  font-size: 14px;
}

.floating-labels .has-error .form-control {
  border-bottom: 1px solid var(--bs-danger) !important;
}

.floating-labels .has-warning .form-control {
  border-bottom: 1px solid var(--bs-warning) !important;
}

.floating-labels .has-success .form-control {
  border-bottom: 1px solid var(--bs-success) !important;
}

.floating-labels .form-control:focus {
  outline: none;
  border: none;
}

.floating-labels label {
  color: var(--bs-body-color-rgb);
  position: absolute;
  cursor: auto;
  top: 5px;
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.floating-labels .focused label {
  top: -20px;
  font-size: 12px;
  color: var(--bs-dark);
}

.floating-labels .bar {
  position: relative;
  display: block;
}

.floating-labels .bar:before,
.floating-labels .bar:after {
  content: "";
  height: 2px;
  width: 0;
  bottom: 1px;
  position: absolute;
  background: var(--bs-primary);
  transition: 0.2s ease all;
  -moz-transition: 0.2s ease all;
  -webkit-transition: 0.2s ease all;
}

.floating-labels .bar:before {
  left: 50%;
}

.floating-labels .bar:after {
  right: 50%;
}

.floating-labels .form-control:focus ~ .bar:before,
.floating-labels .form-control:focus ~ .bar:after {
  width: 50%;
}

.floating-labels .highlight {
  position: absolute;
  height: 60%;
  width: 100px;
  top: 25%;
  left: 0;
  pointer-events: none;
  opacity: 0.5;
}

.floating-labels .input-lg ~ label,
.floating-labels .input-lg {
  font-size: 24px;
}

.floating-labels .input-sm ~ label,
.floating-labels .input-sm {
  font-size: 16px;
}

.has-warning .bar:before,
.has-warning .bar:after {
  background: var(--bs-warning);
}

.has-success .bar:before,
.has-success .bar:after {
  background: var(--bs-success);
}

.has-error .bar:before,
.has-error .bar:after {
  background: var(--bs-danger);
}

.form-control-danger,
.form-control-success,
.form-control-warning {
  padding-right: 2.25rem;
  background-repeat: no-repeat;
  background-position: center right 0.5625rem;
  -webkit-background-size: 1.125rem 1.125rem;
  background-size: 1.125rem 1.125rem;
}

.has-success .col-form-label,
.has-success .custom-control,
.has-success .form-check-label,
.has-success .form-control-feedback,
.has-success .form-control-label {
  color: var(--bs-success);
}

.has-success .form-control {
  border-color: var(--bs-success);
}

.has-warning .col-form-label,
.has-warning .custom-control,
.has-warning .form-check-label,
.has-warning .form-control-feedback,
.has-warning .form-control-label {
  color: var(--bs-warning);
}

.has-warning .form-control {
  border-color: var(--bs-warning);
}

.has-danger .col-form-label,
.has-danger .custom-control,
.has-danger .form-check-label,
.has-danger .form-control-feedback,
.has-danger .form-control-label {
  color: var(--bs-danger);
}

.has-danger .form-control {
  border-color: var(--bs-danger);
}

.dropzone {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px dashed var(--bs-primary) !important;
  border-radius: 7px;
  background-color: var(--bs-primary-bg-subtle) !important;
}

.dropzone .dz-preview .dz-error-message {
  background: var(--bs-danger) !important;
}

.dropzone .dz-preview .dz-error-message:after {
  border-bottom: 6px solid var(--bs-danger) !important;
}

.datepicker .day,
.datepicker .dow {
  padding: 5px 10px;
}

.dtp-date .material-icons {
  color: var(--bs-white) !important;
}

.error .form-control {
  border-color: var(--bs-danger);
}
.error .help-block {
  color: var(--bs-danger);
}

.validate .form-control {
  border-color: var(--bs-success);
}
.validate .help-block {
  color: var(--bs-success);
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  background: var(--bs-primary) !important;
  color: #fff !important;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  font-weight: 600 !important;
}

.dtp div.dtp-date,
.dtp div.dtp-time,
.dtp > .dtp-content > .dtp-date-view > header.dtp-header,
.dtp table.dtp-picker-days tr > td > a.selected {
  background: var(--bs-primary) !important;
}

.ql-container {
  height: 300px !important;
  font-family: inherit !important;
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(0, 0, 0, 0.9)'/></svg>");
}

.form-switch .form-check-input:checked {
  background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'><circle r='3' fill='rgba(255, 255, 255, 0.9)'/></svg>");
}

.board-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-direction: row-reverse;
}
.board-header-info {
  display: flex;
  align-items: flex-end;
  flex: 1;
  padding-bottom: 6px;
}
@media (max-width: 767.98px) {
  .board-header-info .d-flex {
    flex-direction: column;
  }
}
@media (max-width: 1399.98px) {
  .board-header {
    flex-direction: column;
  }
  .board-header-search {
    width: 100%;
  }
  .board-header-info {
    width: 100%;
    display: inline-block;
  }
}
@media (max-width: 991.98px) {
  .board-header .form-inline {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 10px;
  }
  .board-header .form-inline select {
    width: calc(50% - 5px);
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .board-header .form-inline {
    display: block;
  }
  .board-header .form-inline input[type=text] {
    margin-bottom: 0;
  }
}

.table {
  table-layout: fixed;
}
.table.fixed.w-xs {
  min-width: 800px;
}
.table.fixed {
  table-layout: fixed;
}
.table.fixed.w-xs {
  min-width: 800px;
}
.table .table-header {
  padding: 15px 10px;
}
.table .table-header .btn {
  padding: 10px 15px;
}
.view .table td {
  white-space: normal;
}
.table.sm {
  min-width: 500px;
}
.table.md {
  min-width: 767px;
}
.table.lg {
  min-width: 1000px;
}
.table.xl {
  min-width: 1200px;
}
.table.xxl {
  min-width: 1400px;
}
.table .col-cnt,
.table .col-str2,
.table .col-chk {
  width: 6%;
}
.table .col-str4 {
  width: 7%;
}
.table .col-user,
.table .col-count {
  width: 8%;
}
.table .col-part {
  width: 9%;
}
.table .col-phone {
  width: 12%;
}
.table .col-email {
  width: 17%;
}
.table .col-date {
  width: 12%;
}
.table .col-parts {
  width: 13%;
}
.table .col-date2 {
  width: 18%;
}
.table .td-line2 {
  line-height: 1.1;
  font-size: 13px;
}
.table .title {
  text-align: left;
}
.table .title a {
  display: inline-flex;
  width: 100%;
}
.table .title a .title-txt {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 35px);
  text-align: left;
}
.table .title .badge {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 8px;
  font-size: 12px;
  background-color: #FE5B5B !important;
}
.table .title:not(.has-icon) .title-txt {
  max-width: 100%;
}
.table input + .btn {
  height: 40px;
}
.table .btn {
  line-height: 1.2;
  padding: 4px 10px;
}
.table.badge-table button.badge {
  min-width: 66px;
  --bs-badge-padding-x: 5px;
  --bs-badge-padding-y: 8px;
}
.table.badge-table button.badge:focus {
  outline-offset: 2px;
}
.table .req::before {
  content: "* ";
  font-size: 16px;
  display: inline-block;
  vertical-align: sub;
  margin-right: 5px;
  color: crimson;
}
.table th {
  color: var(--bs-black);
  vertical-align: middle;
}
.table thead th {
  color: var(--bs-white);
  background-color: var(--bs-primary);
  vertical-align: middle;
  position: relative;
}
.table thead th .sort-down::before,
.table thead th .sort-up::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
}
.table td:not(.no-ellipsis, .editor) {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .table .no-ellipsis label {
    margin-top: 5px;
  }
}
.table .td_strong {
  font-weight: 600;
  background-color: #efefef !important;
  color: var(--bs-primary) !important;
}

.table.fs-sm > :not(caption) > * > * {
  font-size: 13px;
  padding-left: 5px;
  padding-right: 5px;
  line-height: 1;
}

.table > :not(caption) > .tfoot > * {
  background: #efefef;
}
.table > :not(caption) > .tfoot > * > * {
  background-color: transparent;
  font-weight: bold;
}

.table > :not(caption) > * > * {
  border-color: var(--bs-table-border-color);
  vertical-align: middle;
  text-align: center;
  padding: 15px 10px;
  height: 40px;
}
@media (max-width: 991.98px) {
  .table > :not(caption) > * > * {
    padding: 6px 2px;
  }
}
.table > :not(caption) > * > *.tai {
  text-align: initial;
}
.table > :not(caption) > * > *.editor {
  text-align: initial;
  padding-top: 30px;
  padding-bottom: 30px;
  height: 250px;
  vertical-align: top;
}

.view .table > :not(caption) > * > th,
.reg .table > :not(caption) > * > th {
  background-color: #f8f8f8;
  text-align: center;
}

.reg th {
  position: relative;
}
.reg .form-check-input[type=checkbox] {
  margin-top: -2px;
}
.reg .table > :not(caption) > * > * {
  padding: 8px 10px;
  text-align: left;
}
.reg textarea {
  width: 100%;
  resize: none;
  padding: 10px;
}

.table.table-dark th, .table.table-dark.border {
  color: var(--bs-white);
  border-color: var(--bs-table-border-color) !important;
}

.bootstrap-table.bootstrap5 .pagination {
  max-width: 100%;
  overflow-x: auto;
}
.bootstrap-table.bootstrap5 .btn-group {
  border-radius: 7px;
}
.bootstrap-table.bootstrap5 .input-group {
  width: auto;
}

body div.dt-buttons > .dt-button,
body div.dt-buttons > div.dt-button-split .dt-button {
  background: var(--bs-primary);
  border-radius: 7px;
  background-color: var(--bs-primary);
  border: 1px solid var(--bs-primary);
  color: #fff;
}
body div.dt-buttons > .dt-button:hover,
body div.dt-buttons > div.dt-button-split .dt-button:hover {
  background: var(--bs-primary) !important;
  border-radius: 7px !important;
  background-color: var(--bs-primary) !important;
  border: 1px solid var(--bs-primary) !important;
  color: #fff !important;
}
body table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
  box-shadow: inset 0 0 0 9999px var(--bs-light);
}
body table.dataTable > tbody > tr.selected > * {
  box-shadow: inset 0 0 0 9999px var(--bs-primary);
}

@media (max-width: 991.98px) {
  .table.table-break-list {
    display: block;
    width: 100%;
    min-width: 100%;
  }
  .table.table-break-list.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-bg-type: none;
  }
  .table.table-break-list thead {
    display: none;
  }
  .table.table-break-list tbody {
    display: block;
  }
  .table.table-break-list tbody tr {
    display: grid;
    align-items: stretch;
    justify-content: space-between;
    grid-template-columns: 70px 70px 1fr 120px;
    grid-gap: 8px;
    margin-bottom: 20px;
    border: 1px solid var(--bs-table-border-color);
    border-radius: 7px;
    padding: 10px;
  }
  .table.table-break-list.table-row2-4 tbody tr {
    grid-template-columns: 40px 60px 120px 1fr 60px 60px;
  }
  .table.table-break-list.table-row2-4 tbody tr > * {
    border: none;
  }
  .table.table-break-list.table-row2-4 tbody tr > *:nth-child(1) {
    grid-row: 1/3;
    align-self: center;
  }
  .table.table-break-list.table-row2-4 tbody tr > *:nth-child(2) {
    grid-column: 2/3;
    grid-row: 1/3;
    align-self: center;
  }
  .table.table-break-list.table-row2-4 tbody tr > *:nth-child(3) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .table.table-break-list.table-row2-4 tbody tr > *:nth-child(4) {
    grid-column: 3/7;
  }
  .table.table-break-list.table-row2-4 tbody tr > *:nth-child(5) {
    grid-column: 4/5;
    grid-row: 2/3;
  }
  .table.table-break-list.table-row2-4 tbody tr > *:nth-child(6) {
    grid-row: 2/3;
  }
}
@media (max-width: 991.98px) and (max-width: 767.98px) {
  .table.table-break-list.table-row2-4 tbody tr {
    grid-template-columns: 40px 60px 120px 1fr;
  }
  .table.table-break-list.table-row2-4 tbody tr > * {
    border: none;
  }
  .table.table-break-list.table-row2-4 tbody tr > *:nth-child(1) {
    grid-row: 1/3;
    align-self: center;
  }
  .table.table-break-list.table-row2-4 tbody tr > *:nth-child(2) {
    grid-column: 2/3;
    grid-row: 2/3;
    align-self: center;
  }
  .table.table-break-list.table-row2-4 tbody tr > *:nth-child(3) {
    grid-column: 3/4;
    grid-row: 2/3;
  }
  .table.table-break-list.table-row2-4 tbody tr > *:nth-child(4) {
    grid-column: 2/4;
  }
  .table.table-break-list.table-row2-4 tbody tr > *:nth-child(5) {
    grid-column: 4/5;
    grid-row: 2/3;
  }
  .table.table-break-list.table-row2-4 tbody tr > *:nth-child(6) {
    grid-row: 2/3;
  }
}
.line-clamp2 {
  display: -webkit-box;
  overflow: hidden;
  min-height: 48px;
  text-overflow: ellipsis;
  white-space: normal;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-align: left;
}

.pdf-datalist th, .pdf-datalist i {
  font-style: italic;
  font-weight: 400;
}
.pdf-datalist .row + .header-top {
  margin-top: 30px;
}
.pdf-datalist .weeklist .headers {
  margin-top: 20px;
}
.pdf-datalist .header-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 3px solid #FFC000;
}
.pdf-datalist .header-top + .brown {
  font-size: 14px;
  margin-top: 5px;
}
.pdf-datalist .header-top h2 {
  font-size: 2rem;
  margin-bottom: 0;
}
.pdf-datalist .header-top h2 + p {
  font-size: 18px;
  font-weight: 600;
  color: var(--bs-black);
}
.pdf-datalist .header-top h2 i {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 70px;
  height: 70px;
  margin-right: 20px;
  background-color: #FFC000 !important;
  color: #fff;
  font-size: 50px;
  text-indent: -6px;
  line-height: 1;
  font-weight: 900;
}
.pdf-datalist .header-top.y {
  border-color: #ED7D31;
}
.pdf-datalist .header-top.y i {
  background-color: #ED7D31 !important;
}
.pdf-datalist .header-top.c {
  border-color: #70AD47;
}
.pdf-datalist .header-top.c i {
  background-color: #70AD47 !important;
}
.pdf-datalist .headers {
  display: flex;
  align-items: flex-end;
  min-height: 60px;
}
.pdf-datalist .table-area {
  padding-left: 20px;
}
.pdf-datalist .table-area.pl0 {
  padding-left: 0;
}
.pdf-datalist .table-area.lh-13 {
  line-height: 1.3;
}
.pdf-datalist .table {
  border-top: 2px solid var(--bs-table-border-color);
  border-bottom: 2px solid var(--bs-table-border-color);
}
.pdf-datalist .table .i {
  font-style: italic !important;
}
.pdf-datalist .table .fsn {
  font-style: normal !important;
}
.pdf-datalist .table .td-bg-yellow.fsn {
  font-size: 16px;
}
.pdf-datalist .table .bdr1 {
  border-right-width: 2px !important;
}
.pdf-datalist .table .bdtb2 {
  border-top: 2px solid #808080;
  border-bottom: 2px solid #808080;
}
.pdf-datalist .table .bdt2_light {
  border-top: 2px solid #BFBFBF;
}
.pdf-datalist .table thead th {
  background-color: inherit;
  color: var(--bs-black);
}
.pdf-datalist .table-striped > tbody > tr:nth-of-type(even) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.pdf-datalist .table-striped > tbody > tr:nth-of-type(even) > *.bg-none {
  box-shadow: none;
}
.pdf-datalist .table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: inherit;
}
.pdf-datalist .table-striped > tbody > tr:nth-of-type(odd) > *.bg-none {
  box-shadow: none;
}
.pdf-datalist .table-striped-double > tbody > tr:nth-of-type(4n+1) > *,
.pdf-datalist .table-striped-double > tbody > tr:nth-of-type(4n+2) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.pdf-datalist .table-striped-double > tbody > tr:nth-of-type(4n+1) > *.bg-none,
.pdf-datalist .table-striped-double > tbody > tr:nth-of-type(4n+2) > *.bg-none {
  --bs-table-bg-type: inherit;
}
.pdf-datalist .table-striped-double > tbody > tr:nth-of-type(4n+1) > *.bg-gray,
.pdf-datalist .table-striped-double > tbody > tr:nth-of-type(4n+2) > *.bg-gray {
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.pdf-datalist .table-striped-double > tbody > tr:nth-of-type(4n+3) > *,
.pdf-datalist .table-striped-double > tbody > tr:nth-of-type(4n+4) > * {
  --bs-table-color-type: var(--bs-table-striped-color);
  --bs-table-bg-type: inherit;
}
.pdf-datalist .table-striped-double > tbody > tr:nth-of-type(4n+3) > *.bg-none,
.pdf-datalist .table-striped-double > tbody > tr:nth-of-type(4n+4) > *.bg-none {
  --bs-table-bg-type: inherit;
}
.pdf-datalist .table-striped-double > tbody > tr:nth-of-type(4n+3) > *.bg-gray,
.pdf-datalist .table-striped-double > tbody > tr:nth-of-type(4n+4) > *.bg-gray {
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.pdf-datalist .table-striped-columns > :not(caption) > tr.n_2n1 > :nth-child(2n+1) {
  --bs-table-bg-type: var(--bs-table-striped-bg);
}
.pdf-datalist .table-striped-columns > :not(caption) > tr.n_2n1 > :nth-child(2n) {
  --bs-table-bg-type: inherit;
}
.pdf-datalist .td-bg-red,
.pdf-datalist .td-bg-yellow,
.pdf-datalist .td-bg-deepred {
  box-shadow: none;
}
.pdf-datalist .brown {
  color: #833B0C !important;
}

.td-bg-green {
  background-color: #E2EFDA !important;
}

.td-bg-deepgreen {
  background-color: #C6E0B4 !important;
}

.td-bg-red {
  background-color: #FCE4D6 !important;
}

.td-bg-deepred {
  background-color: #F8CBAD !important;
}

.td-bg-yellow {
  background-color: #FFF2CC !important;
}

.badge.md {
  font-size: 0.875rem;
  font-weight: 400;
  padding: 0.475rem 0.375rem;
}

.tree-cell {
  vertical-align: middle !important;
  padding-left: 15px !important;
}

.tree-step {
  position: relative;
  padding-left: 20px;
  display: block;
}

.tree-step > .branch::before {
  content: "";
  position: absolute;
  top: -2px;
  left: 0px;
  width: 15px;
  height: 15px;
  border-left: 1px solid #adb5bd;
  border-bottom: 1px solid #adb5bd;
}

.site-type-row {
  background-color: #f8f9fa;
  font-weight: bold;
}

.table-responsive .badge {
  width: 100px;
  justify-content: center;
}

.form-check-input.secondary:checked {
  background-color: var(--bs-secondary);
  border-color: var(--bs-secondary);
}

.form-check-input.danger:checked {
  background-color: var(--bs-danger);
  border-color: var(--bs-danger);
}

.form-check-input.warning:checked {
  background-color: var(--bs-warning);
  border-color: var(--bs-warning);
}

.form-check-input.success:checked {
  background-color: var(--bs-success);
  border-color: var(--bs-success);
}

.h-4 {
  height: 4px;
}

.h-140 {
  height: 140px !important;
}

.h-300 {
  height: 300px;
}

.h-450 {
  height: 450px;
}

.round-100 {
  width: 100px;
  height: 100px;
}

.round-110 {
  width: 110px;
  height: 110px;
}

.min-width-40 {
  min-width: 40px !important;
}

.round-8 {
  width: 8px;
  height: 8px;
}

.round-10 {
  width: 10px;
  height: 10px;
}

.round-16 {
  width: 16px;
  height: 16px;
}

.round-20 {
  width: 20px !important;
  height: 20px !important;
}

.round-32 {
  width: 32px;
  height: 32px;
}

.round-40 {
  width: 40px !important;
  height: 40px;
}

.round {
  width: 45px;
  height: 45px;
}

.round-sm {
  width: 35px;
  height: 35px;
}

.round-50 {
  width: 50px;
  height: 50px;
}

.round-48 {
  width: 48px;
  height: 48px;
}

.round-54 {
  width: 54px;
  height: 54px;
}

.round-56 {
  width: 56px;
  height: 56px;
}

.nav-icon-hover-bg {
  width: 40px;
  height: 40px;
  margin: 0 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.nav-icon-hover-bg:hover {
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
.nav-icon-hover-bg:hover .nav-link {
  color: var(--bs-primary) !important;
}

.hover-img {
  transition: 0.2s ease-in;
}
.hover-img:hover {
  transform: translateY(-10px);
}

.radial-gradient {
  position: relative;
}
.radial-gradient::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  opacity: 0.3;
  background: radial-gradient(rgb(210, 241, 223), rgb(211, 215, 250), rgb(186, 216, 244)) 0% 0%/400% 400%;
  animation: 15s ease 0s infinite normal none running gradient;
}

.linear-gradient {
  background-image: linear-gradient(rgb(80, 178, 252), rgb(244, 76, 102));
}

.bg-primary-gt {
  background: linear-gradient(261.23deg, var(--bs-primary) 0.42%, #5a52ff 100%);
}

.bg-light-dark {
  background-color: rgba(0, 0, 0, 0.3) !important;
}

.bg-hover-primary:hover {
  color: var(--bs-primary) !important;
}

.bg-hover-light-black:hover {
  background: var(--bs-light);
}

.z-index-5 {
  z-index: 5 !important;
}

.text-body-color {
  color: var(--bs-body-color-rgb);
}

.title-part-padding {
  padding: 15px 30px;
}

.auth-max-width {
  width: 100%;
  max-width: 400px;
}

.cursor-pointer {
  cursor: pointer;
}

body .datepicker table tr td.active,
body .datepicker table tr td.active.disabled,
body .datepicker table tr td.active.disabled:hover,
body .datepicker table tr td.active:hover,
body .datepicker table tr td.today,
body .datepicker table tr td.today.disabled,
body .datepicker table tr td.today.disabled:hover,
body .datepicker table tr td.today:hover,
body .datepicker table tr td.selected,
body .datepicker table tr td.selected.disabled,
body .datepicker table tr td.selected.disabled:hover,
body .datepicker table tr td.selected:hover {
  background-color: var(--bs-primary) !important;
  background-image: unset;
  color: #fff;
}
body .datepicker table tr td.day.focused,
body .datepicker table tr td.day:hover,
body .datepicker table tr td.range,
body .datepicker table tr td.range.disabled,
body .datepicker table tr td.range.disabled:hover,
body .datepicker table tr td.range:hover {
  background: var(--bs-gray-100);
}

body .daterangepicker {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  border: 1px solid var(--bs-border-color);
}
body .daterangepicker td.active {
  background-color: var(--bs-primary);
}
body .daterangepicker td.active:hover {
  background-color: var(--bs-primary);
}
body .daterangepicker td.in-range {
  background-color: var(--bs-primary-bg-subtle);
  color: var(--bs-primary);
}
body .daterangepicker .drp-buttons {
  border-top: 1px solid var(--bs-border-color);
}
body .daterangepicker .drp-buttons .btn {
  margin-left: 12px;
  font-weight: 400;
  border-radius: var(--bs-border-radius);
}
body .daterangepicker .calendar-table .next span {
  border: solid var(--bs-body-color);
  border-width: 0 2px 2px 0;
}
body .daterangepicker .calendar-table .prev span {
  border: solid var(--bs-body-color);
  border-width: 0 2px 2px 0;
}
body .dtp > .dtp-content {
  max-height: 530px;
}
body .dtp > .dtp-content > .dtp-date-view > header.dtp-header {
  background: var(--bs-primary) !important;
}
body .dtp div.dtp-date {
  background: var(--bs-primary) !important;
}
body .dtp div.dtp-time {
  background: var(--bs-primary) !important;
}
body .dtp table.dtp-picker-days tr > td > a.selected {
  background: var(--bs-primary) !important;
}
body .dtp table.dtp-picker-days tr > th {
  color: var(--bs-body-color) !important;
}
body .dtp .dtp-actual-meridien a.selected {
  background: var(--bs-primary) !important;
}
body .dtp .p10 > a {
  color: var(--bs-primary) !important;
}
body .dtp a.dtp-meridien-am {
  color: var(--bs-body-color) !important;
  background: var(--bs-body-bg) !important;
}
body .dtp a.dtp-meridien-pm {
  color: var(--bs-body-color) !important;
  background: var(--bs-body-bg) !important;
}
body .picker__select--month {
  height: auto;
  border: 1px solid var(--bs-border-color);
  border-radius: 20px;
  background: transparent;
}
body .picker__select--year {
  height: auto;
  border: 1px solid var(--bs-border-color);
  border-radius: 20px;
  background: transparent;
}
body .picker__day--highlighted {
  border-color: var(--bs-primary);
}
body .picker__day--highlighted:hover {
  background: var(--bs-primary);
  color: #fff;
}
body .picker--focused .picker__day--highlighted {
  background: var(--bs-primary);
  color: #fff;
}
body .picker__day--today:before {
  border-top: 0.5em solid var(--bs-primary-bg-subtle);
}
body .picker__button--today {
  font-weight: 400;
  font-size: 16px;
}
body .picker__button--today:before {
  border-top: 0.66em solid var(--bs-primary);
}
body .picker__button--clear {
  font-weight: 400;
  font-size: 16px;
}
body .picker__button--clear:before {
  border-top: 3px solid var(--bs-danger);
}
body .picker__day {
  font-weight: 400;
  font-size: 16px;
  border-radius: var(--bs-border-radius);
}
body .picker__button--close {
  font-weight: 400;
  font-size: 16px;
}
body .picker__month {
  font-size: 18px;
}
body .picker__year {
  font-size: 18px;
}
body .picker__nav--prev:before {
  border-right: 0.75em solid var(--bs-body-color);
}
body .picker__nav--next:before {
  border-left: 0.75em solid var(--bs-body-color);
}

.calendar-container {
  padding: 30px 30px;
  background-color: var(--bs-primary);
  border-radius: 7px;
  border: 1px solid #e0e6ed;
}

.app-calendar .fc .fc-daygrid-day-frame {
  max-height: 90px;
}
.app-calendar .fc-event-title {
  font-weight: 600;
}
.app-calendar .fc-toolbar-title {
  color: var(--bs-primary);
  font-size: 18px;
}
.app-calendar .fc-daygrid-event {
  border-radius: 4px 20px 20px 4px;
}
.app-calendar .fc .fc-col-header-cell-cushion,
.app-calendar .fc .fc-daygrid-day-number {
  color: var(--bs-body-color-rgb);
  text-decoration: none;
}
.app-calendar .fc .fc-button-primary {
  background-color: var(--bs-gray-200);
  border-color: var(--bs-gray-200);
  letter-spacing: 1px;
  font-size: 14px;
  color: var(--bs-heading-color);
}
.app-calendar .fc .fc-button-primary:not(:disabled).fc-button-active {
  background-color: var(--bs-dark);
  font-weight: 400;
  border-color: var(--bs-dark);
  color: #fff;
}
.app-calendar .fc .fc-button-primary:hover {
  background-color: var(--bs-dark);
  color: var(--bs-white);
  border-color: var(--bs-dark);
}
.app-calendar .fc .fc-button-primary:not(:disabled):active {
  background-color: var(--bs-border-color);
  border-color: var(--bs-border-color);
}
.app-calendar .fc .fc-button-primary:focus {
  box-shadow: none !important;
}
.app-calendar .fc .fc-button-primary:active:focus {
  box-shadow: none !important;
}
.app-calendar .fc .fc-list-sticky .fc-list-day > * {
  background-color: var(--bs-white);
}
.app-calendar .fc .fc-daygrid-body {
  width: 100% !important;
}
.app-calendar .fc .fc-scrollgrid-section table {
  width: 100% !important;
}
.app-calendar .fc .fc-scrollgrid-section-body table {
  width: 100% !important;
}
.app-calendar .fc .fc-button {
  border-radius: 7px;
  padding: 7px 20px;
  text-transform: capitalize;
  color: var(--bs-heading-color);
}
.app-calendar .fc .fc-button:hover {
  background-color: var(--bs-gray-300);
  color: var(--bs-dark);
  border-color: var(--bs-gray-300);
}
.app-calendar .fc .fc-next-button {
  border-radius: 0 7px 7px 0;
}
.app-calendar .fc .fc-prev-button {
  border-radius: 7px 0 0 7px;
}
.app-calendar .fc .fc-next-button,
.app-calendar .fc .fc-prev-button {
  padding: 7px 10px;
}
.app-calendar .fc .fc-toolbar > * > :not(:first-child) {
  margin-left: 4px !important;
}
.app-calendar .fc .fc-addEventButton-button {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
  font-weight: 400;
  margin-left: 12px !important;
}
.app-calendar .fc .fc-addEventButton-button:hover {
  background-color: var(--bs-dark);
  border-color: var(--bs-dark);
  box-shadow: none;
  color: var(--bs-white);
}
.app-calendar .fc .fc-addEventButton-button:not(:disabled):active {
  background-color: var(--bs-primary);
  box-shadow: none;
  color: var(--bs-white);
}
.app-calendar .fc .fc-daygrid-day.fc-day-today {
  background-color: transparent;
  padding: 3px;
  border-radius: 23px;
}
.app-calendar .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame {
  background-color: var(--bs-gray-200);
  border-radius: 7px;
}
.app-calendar .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-frame .fc-daygrid-day-number {
  font-size: 15px;
  font-weight: 800;
}
.app-calendar .fc .fc-list-event:hover td {
  background-color: var(--bs-gray-200);
}
.app-calendar .fc-theme-standard .fc-list-day-cushion {
  background-color: var(--bs-white);
}
.app-calendar .fc-theme-standard .fc-list {
  border: 1px solid var(--bs-border-color);
}
.app-calendar .fc-theme-standard .fc-scrollgrid {
  border: 0px solid var(--bs-border-color);
  border-width: 0px;
}
.app-calendar .fc-theme-standard td {
  border: 1px solid var(--bs-border-color);
}
.app-calendar .fc-theme-standard th {
  border: 1px solid var(--bs-border-color);
  border-bottom: 0;
  border-width: 0px;
  height: 56px;
  background-color: var(--bs-gray-200);
  vertical-align: middle;
  color: #3c4f71;
}
.app-calendar .fc-v-event .fc-event-main {
  color: var(--bs-gray-200);
}
.app-calendar .fc-timegrid-event-harness-inset .fc-timegrid-event {
  box-shadow: none;
}
.app-calendar .fc-timegrid-event.fc-event-mirror {
  box-shadow: none;
}
.app-calendar .fc-timegrid-more-link {
  box-shadow: none;
}
.app-calendar .event-fc-color {
  background-color: var(--bs-secondary-bg-subtle);
  border-width: 0 0 0 4px;
  border-style: solid;
  padding: 8px 10px;
  margin-bottom: 1px;
  font-size: 13px;
  font-weight: 500;
  cursor: pointer;
}
.app-calendar .event-fc-color:hover {
  background-color: var(--bs-gray-200);
}
.app-calendar .fc-daygrid-event-dot {
  margin: 0 6px 0 0;
}
.app-calendar .fc-bg-primary {
  color: var(--bs-primary);
  background-color: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary);
}
.app-calendar .fc-bg-primary .fc-daygrid-event-dot {
  border-color: var(--bs-primary);
}
.app-calendar .fc-bg-primary.fc-h-event .fc-event-main {
  color: var(--bs-primary);
}
.app-calendar .fc-bg-success {
  color: var(--bs-success);
  background-color: var(--bs-success-bg-subtle);
  border-color: var(--bs-success);
}
.app-calendar .fc-bg-success .fc-daygrid-event-dot {
  border-color: var(--bs-success);
}
.app-calendar .fc-bg-success.fc-h-event .fc-event-main {
  color: var(--bs-success);
}
.app-calendar .fc-bg-warning {
  color: var(--bs-warning);
  background-color: var(--bs-warning-bg-subtle);
  border-color: var(--bs-warning);
}
.app-calendar .fc-bg-warning .fc-daygrid-event-dot {
  border-color: var(--bs-warning);
}
.app-calendar .fc-bg-warning.fc-h-event .fc-event-main {
  color: var(--bs-warning);
}
.app-calendar .fc-bg-danger {
  color: var(--bs-danger);
  background-color: var(--bs-danger-bg-subtle);
  border-color: var(--bs-danger);
}
.app-calendar .fc-bg-danger .fc-daygrid-event-dot {
  border-color: var(--bs-danger);
}
.app-calendar .fc-bg-danger.fc-h-event .fc-event-main {
  color: var(--bs-danger);
}
.app-calendar .btn-update-event {
  display: none;
}
@media (max-width: 1199px) {
  .app-calendar .calendar-container {
    padding: 30px 0 0 0;
  }
  .app-calendar .fc-theme-standard .fc-list {
    border: none;
  }
  .app-calendar .fc .fc-toolbar {
    align-items: center;
    flex-direction: column;
  }
  .app-calendar .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 50px;
  }
  .app-calendar .fc-toolbar-chunk:not(:first-child) {
    margin-top: 35px;
  }
}

body .apexcharts-tooltip {
  border-radius: 16px;
}
body .apexcharts-tooltip-marker {
  border-radius: 4px;
  width: 12px;
  height: 4px;
}
body .apexcharts-tooltip.apexcharts-theme-dark {
  background: rgba(17, 28, 45, 0.8);
}
body .apexcharts-tooltip.apexcharts-theme-dark .apexcharts-tooltip-title {
  border-bottom: 0;
  background: rgba(17, 28, 45, 0.7);
}
body .apexcharts-tooltip-series-group {
  padding: 0 14px;
}
body .apexcharts-tooltip-title {
  padding: 10px 14px;
}

/* -------------------------------------
   * Bar container
   * ------------------------------------- */
.css-bar {
  position: relative;
  display: inline-block;
  font-size: 16px;
  border-radius: 50%;
  background-color: transparent;
  margin-bottom: 20px;
  box-sizing: content-box;
  width: 80px;
  height: 80px;
  font-size: 18px;
}
.css-bar:after {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  text-align: center;
  color: var(--bs-body-color);
  content: attr(data-label);
  background-color: var(--bs-gray-100);
  z-index: 1;
  width: 70px;
  height: 70px;
  margin-left: 5px;
  margin-top: 5px;
  line-height: 70px;
}
.css-bar > img {
  display: inline-block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  text-align: center;
  color: var(--bs-body-color);
  z-index: 2;
  width: 70px;
  height: 70px;
  margin-left: 5px;
  margin-top: 5px;
  line-height: 70px;
}
.css-bar > i {
  width: 70px;
  height: 70px;
  background: var(--bs-body-bg);
  line-height: 70px;
  position: absolute;
  border-radius: 100%;
  text-align: center;
  margin-left: 5px;
  margin-top: 5px;
  left: 0px;
  right: 0px;
  z-index: 2;
  font-size: 27px;
  color: var(--bs-body-color);
}

.css-bar-success.css-bar-20 {
  background-image: linear-gradient(90deg, var(--bs-gray-100) 50%, transparent 50%, transparent), linear-gradient(162deg, #008001 50%, var(--bs-gray-100) 50%, var(--bs-gray-100));
}

.css-bar-primary.css-bar-20 {
  background-image: linear-gradient(90deg, var(--bs-gray-100) 50%, transparent 50%, transparent), linear-gradient(162deg, var(--bs-primary) 50%, var(--bs-gray-100) 50%, var(--bs-gray-100));
}

.css-bar-danger.css-bar-20 {
  background-image: linear-gradient(90deg, var(--bs-gray-100) 50%, transparent 50%, transparent), linear-gradient(162deg, #F26206 50%, var(--bs-gray-100) 50%, var(--bs-gray-100));
}

.css-bar-warning.css-bar-40 {
  background-image: linear-gradient(90deg, var(--bs-gray-100) 50%, transparent 50%, transparent), linear-gradient(234deg, #8A7000 50%, var(--bs-gray-100) 50%, var(--bs-gray-100));
}

.css-bar-info.css-bar-60 {
  background-image: linear-gradient(306deg, #057F7E 50%, transparent 50%, transparent), linear-gradient(270deg, #057F7E 50%, var(--bs-gray-100) 50%, var(--bs-gray-100));
}

.checkout .wizard-content .tab-wizard .steps ul li.done .step {
  background-color: var(--bs-primary) !important;
}
.checkout .wizard-content .tab-wizard .steps ul li.current .step {
  background-color: var(--bs-primary) !important;
}
.checkout .wizard-content .tab-wizard .steps ul li.current a {
  color: var(--bs-muted);
}
.checkout .wizard-content .tab-wizard .steps ul li::after, .checkout .wizard-content .tab-wizard .steps ul li::before {
  height: 1px;
  width: 44%;
}
.checkout .wizard-content .tab-wizard .steps ul li a {
  margin-top: 32px;
  padding-top: 36px;
  font-size: 12px;
}
.checkout .wizard-content .tab-wizard .steps ul li a .step {
  margin-left: -14px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border: 0;
  font-size: 13px;
  color: #fff;
  background-color: rgba(18, 28, 43, 0.6);
}
.checkout .wizard-content .tab-wizard .actions ul li a:hover {
  background-color: var(--bs-primary);
  color: #fff;
}
.checkout .payment-method .btn-group-active .btn-group input:checked + label {
  background-color: var(--bs-primary-bg-subtle);
  border-color: var(--bs-primary);
  box-shadow: inherit;
}
.checkout .payment-method .btn-group-active .btn-group label {
  border-color: var(--bs-border-color);
}
.checkout .payment-method-list {
  display: none;
}

@media (max-width: 768px) {
  .checkout .wizard-content .tab-wizard .steps ul li {
    display: table-cell;
    width: auto;
    float: none;
  }
  .checkout .wizard-content .tab-wizard .steps ul li:first-child::before, .checkout .wizard-content .tab-wizard .steps ul li:last-child::after {
    display: none;
  }
}
.table-responsive {
  table-layout: fixed;
}

@media (max-width: 767.98px) {
  .section-header + .table, .table-area .table, .table.mw-a {
    min-width: auto;
  }
}

@media (min-width: 992px) {
  .datatables .table-responsive {
    overflow-x: clip;
  }
}
.table-responsive .dataTables_wrapper .dataTables_length select {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.625rem;
  font-size: 0.765625rem;
  border-radius: 5px;
  border-color: var(--bs-border-color);
}
.table-responsive .dataTables_wrapper .dataTables_filter {
  margin-bottom: 25px;
}
.table-responsive .dataTables_wrapper .dataTables_filter input {
  padding: 0.25rem 0.5rem;
  font-size: 0.765625rem;
  border-radius: 5px;
  border: 1px solid var(--bs-border-color);
}

.dataTables_paginate {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 40px;
}
.dataTables_paginate .paginate_button {
  display: inline-flex;
  justify-content: center;
  cursor: pointer;
  padding: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border: 1px solid var(--bs-border-color);
  border-radius: 50%;
  margin: 0 5px 8px;
}
.dataTables_paginate .paginate_button .la {
  line-height: 50px;
  font-size: 24px;
}
.dataTables_paginate .paginate_button .previous {
  border-radius: 7px 0 0 7px;
  background-color: var(--bs-gray-200);
}
.dataTables_paginate .paginate_button.current {
  color: #fff;
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
}
@media (max-width: 991.98px) {
  .dataTables_paginate {
    justify-content: center;
    flex-wrap: wrap;
  }
  .dataTables_paginate > .paginate_button {
    order: 1;
  }
  .dataTables_paginate > span {
    margin: 15px 10px 10px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    order: 2;
  }
}
@media (max-width: 991.98px) and (max-width: 575.98px) {
  .dataTables_paginate > span a {
    margin-top: 10px !important;
  }
}

.wizard {
  display: block;
  width: 100%;
  overflow: hidden;
}
.wizard a {
  outline: 0;
}
.wizard ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.wizard ul > li {
  display: block;
  padding: 0;
}
.wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard > .steps .current-info {
  position: absolute;
  left: -999em;
}
.wizard > .steps > ul > li {
  width: 25%;
  float: left;
}
.wizard > .steps a {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  border-radius: 7px;
}
.wizard > .steps a:hover {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  border-radius: 7px;
}
.wizard > .steps a:active {
  display: block;
  width: auto;
  margin: 0 0.5em 0.5em;
  padding: 1em 1em;
  text-decoration: none;
  border-radius: 7px;
}
.wizard > .steps .disabled a {
  background: var(--bs-body-bg);
  color: var(--bs-body-color);
  cursor: default;
}
.wizard > .steps .disabled a:hover {
  background: var(--bs-border-color);
  color: var(--bs-body-color);
  cursor: default;
}
.wizard > .steps .disabled a:active {
  background: var(--bs-border-color);
  color: var(--bs-body-color);
  cursor: default;
}
.wizard > .steps .current a {
  background: var(--bs-primary);
  color: var(--bs-white);
  cursor: default;
}
.wizard > .steps .current a:active {
  background: var(--bs-primary);
  color: var(--bs-white);
  cursor: default;
}
.wizard > .steps .done a {
  background: #9dc8e2;
  color: var(--bs-white);
}
.wizard > .steps .done a:hover {
  background: #9dc8e2;
  color: var(--bs-white);
}
.wizard > .steps .done a:active {
  background: #9dc8e2;
  color: var(--bs-white);
}
.wizard > .steps .error a {
  background: var(--bs-danger);
  color: var(--bs-white);
}
.wizard > .steps .error a:hover {
  background: var(--bs-danger);
  color: var(--bs-white);
}
.wizard > .steps .error a:active {
  background: var(--bs-danger);
  color: var(--bs-white);
}
.wizard > .content {
  background: var(--bs-body-bg);
  display: block;
  margin: 0.5em;
  overflow: hidden;
  position: relative;
  width: auto;
  border-radius: 7px;
}
.wizard > .content > .title {
  position: absolute;
  left: -999em;
}
.wizard > .content > .body {
  float: left;
  position: relative;
  width: 100%;
  height: 100%;
  padding: 2.5%;
}
.wizard > .content > .body ul {
  list-style: disc !important;
}
.wizard > .content > .body ul > li {
  display: list-item;
}
.wizard > .content > .body > iframe {
  border: 0 none;
  width: 100%;
  height: 100%;
}
.wizard > .content > .body input[type=checkbox] {
  display: inline-block;
}
.wizard > .content > .body input.error {
  background: var(--bs-danger-bg-subtle);
  border: 1px solid var(--bs-danger-bg-subtle);
  color: var(--bs-danger);
}
.wizard > .content > .body label {
  display: inline-block;
  margin-bottom: 0.5em;
}
.wizard > .content > .body label.error {
  color: var(--bs-danger);
  display: inline-block;
  margin-left: 1.5em;
}
.wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  width: 100%;
  margin-top: 20px;
}
.wizard > .actions > ul {
  display: inline-block;
  text-align: right;
}
.wizard > .actions > ul > li {
  float: left;
  margin: 0 6px;
}
.wizard > .actions a {
  background: var(--bs-primary);
  color: var(--bs-white);
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 7px;
}
.wizard > .actions a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 7px;
}
.wizard > .actions a:active {
  background: var(--bs-primary);
  color: var(--bs-white);
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  border-radius: 7px;
}

.wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 30%;
}
.wizard.vertical > .steps > ul > li {
  float: none;
  width: 100%;
}
.wizard.vertical > .content {
  display: inline;
  float: left;
  margin: 0 2.5% 0.5em 2.5%;
  width: 65%;
}
.wizard.vertical .actions {
  display: inline;
  float: right;
  margin: 0 2.5%;
  width: 95%;
}
.wizard.vertical .actions ul li {
  margin: 0 0 0 1em;
}

.wizard .actions ul li a[href="#previous"] {
  background-color: rgba(18, 28, 43, 0.6);
  color: #fff;
  border: 0;
}
.wizard .actions ul li a[href="#previous"]:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
}
.wizard .actions ul li a[href="#previous"]:hover {
  background-color: rgba(18, 28, 43, 0.6) !important;
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
}
.wizard .actions ul li a[href="#previous"]:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
}
.wizard .actions ul li.disabled {
  opacity: 0.6;
}

.wizard-content .wizard {
  width: 100%;
  overflow: hidden;
}
.wizard-content .wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.wizard-content .wizard > .steps > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}
.wizard-content .wizard > .steps > ul > li {
  float: none;
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.wizard-content .wizard > .steps > ul > li:after {
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  right: 0;
}
.wizard-content .wizard > .steps > ul > li:before {
  content: "";
  z-index: 0;
  display: block;
  position: absolute;
  left: 0;
}
.wizard-content .wizard > .steps > ul > li a {
  position: relative;
  padding-top: 52px;
  margin-top: 20px;
  margin-bottom: 20px;
  display: block;
}
.wizard-content .wizard > .steps > ul > li:first-child:before {
  content: none;
}
.wizard-content .wizard > .steps > ul > li:last-child:after {
  content: none;
}
.wizard-content .wizard > .steps > ul > li.current > a {
  color: var(--bs-muted);
  cursor: default;
}
.wizard-content .wizard > .steps > ul > li.current .step {
  border-color: var(--bs-primary);
  background-color: var(--bs-white);
  color: var(--bs-primary);
}
.wizard-content .wizard > .steps > ul > li.disabled a {
  color: var(--bs-muted);
  cursor: default;
}
.wizard-content .wizard > .steps > ul > li.disabled a:focus {
  color: var(--bs-muted);
  cursor: default;
}
.wizard-content .wizard > .steps > ul > li.disabled a:hover {
  color: var(--bs-muted);
  cursor: default;
}
.wizard-content .wizard > .steps > ul > li.done a {
  color: var(--bs-muted);
}
.wizard-content .wizard > .steps > ul > li.done a:focus {
  color: var(--bs-muted);
}
.wizard-content .wizard > .steps > ul > li.done a:hover {
  color: var(--bs-muted);
}
.wizard-content .wizard > .steps > ul > li.done .step {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: var(--bs-white);
}
.wizard-content .wizard > .steps > ul > li.error .step {
  border-color: var(--bs-danger);
  color: var(--bs-danger);
}
.wizard-content .wizard > .steps .current-info {
  position: absolute;
  left: -99999px;
}
.wizard-content .wizard > .steps .current a {
  background: transparent;
}
.wizard-content .wizard > .steps .disabled a {
  background: transparent;
}
.wizard-content .wizard > .steps .disabled a:hover {
  background: transparent;
}
.wizard-content .wizard > .steps .disabled a:active {
  background: transparent;
}
.wizard-content .wizard > .steps .done a {
  background: transparent;
}
.wizard-content .wizard > .steps .done a:hover {
  background: transparent;
}
.wizard-content .wizard > .steps .done a:active {
  background: transparent;
}
.wizard-content .wizard > .steps .step {
  background-color: var(--bs-white);
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  z-index: 1;
  text-align: center;
}
.wizard-content .wizard > .content {
  background: transparent;
  overflow: hidden;
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
}
.wizard-content .wizard > .content > .title {
  position: absolute;
  left: -99999px;
}
.wizard-content .wizard > .content > .body {
  padding: 0 20px;
}
.wizard-content .wizard > .content > iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
.wizard-content .wizard .content {
  margin-left: 0 !important;
}
.wizard-content .wizard .actions {
  position: relative;
  display: block;
  text-align: right;
  padding: 0 20px 20px;
}
.wizard-content .wizard .actions a {
  background: transparent;
}
.wizard-content .wizard .actions a:hover {
  background: transparent;
}
.wizard-content .wizard .actions > ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.wizard-content .wizard .actions > ul > li {
  float: none;
  float: left;
}
.wizard-content .wizard .actions > ul > li > a {
  background: var(--bs-primary);
  color: var(--bs-white);
  display: block;
  padding: 7px 12px;
  border-radius: 7px;
  border: 1px solid transparent;
}
.wizard-content .wizard .actions > ul > li > a:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.wizard-content .wizard .actions > ul > li > a:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.wizard-content .wizard .actions > ul > li > a:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.wizard-content .wizard .actions > ul > li a[href="#previous"] {
  background-color: rgba(18, 28, 43, 0.6);
  color: #fff;
  border: 0;
}
.wizard-content .wizard .actions > ul > li a[href="#previous"]:focus {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
}
.wizard-content .wizard .actions > ul > li a[href="#previous"]:hover {
  background-color: rgba(18, 28, 43, 0.6) !important;
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
}
.wizard-content .wizard .actions > ul > li a[href="#previous"]:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
}
.wizard-content .wizard .actions > ul:after {
  content: "";
  display: table;
  clear: both;
}
.wizard-content .wizard .actions > ul > li + li {
  margin-left: 6px;
}
.wizard-content .wizard .actions > ul > li.disabled > a {
  opacity: 0.5;
  color: var(--bs-primary);
}
.wizard-content .wizard .actions > ul > li.disabled > a:focus {
  color: var(--bs-primary);
}
.wizard-content .wizard .actions > ul > li.disabled > a:hover {
  color: var(--bs-primary);
}
.wizard-content .wizard .actions > ul > li.disabled > a[href="#previous"] {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wizard-content .wizard .actions > ul > li.disabled > a[href="#previous"]:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wizard-content .wizard .actions > ul > li.disabled > a[href="#previous"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.wizard-content .wizard .actions ul li.disabled a {
  color: var(--bs-white);
  background-color: rgba(18, 28, 43, 0.6);
  opacity: 0.6;
  border: 1px solid rgba(18, 28, 43, 0.6);
}
.wizard-content .wizard .actions ul li.disabled a:hover {
  color: var(--bs-white);
  background-color: rgba(18, 28, 43, 0.6) !important;
  opacity: 0.6;
  border: 1px solid rgba(18, 28, 43, 0.6);
}
.wizard-content .wizard .actions ul li a {
  background: var(--bs-primary);
}
.wizard-content .wizard .actions ul li a:hover {
  background: var(--bs-primary);
  color: var(--bs-white);
}
.wizard-content .wizard.wizard-circle > .steps > ul > li:after {
  top: 45px;
  width: 50%;
  height: 3px;
  background-color: var(--bs-primary);
}
.wizard-content .wizard.wizard-circle > .steps > ul > li:before {
  top: 45px;
  width: 50%;
  height: 3px;
  background-color: var(--bs-primary);
}
.wizard-content .wizard.wizard-circle > .steps > ul > li.current:after {
  background-color: var(--bs-light);
}
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after {
  background-color: var(--bs-light);
}
.wizard-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
  background-color: var(--bs-light);
}
.wizard-content .wizard.wizard-circle > .steps .step {
  width: 50px;
  height: 50px;
  line-height: 45px;
  border: 3px solid var(--bs-light);
  font-size: 1.3rem;
  border-radius: 50%;
}
.wizard-content .wizard.wizard-notification > .steps > ul > li:after {
  top: 39px;
  width: 50%;
  height: 2px;
  background-color: var(--bs-primary);
}
.wizard-content .wizard.wizard-notification > .steps > ul > li:before {
  top: 39px;
  width: 50%;
  height: 2px;
  background-color: var(--bs-primary);
}
.wizard-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid var(--bs-primary);
  color: var(--bs-primary);
  line-height: 36px;
}
.wizard-content .wizard.wizard-notification > .steps > ul > li.current .step:after {
  border-top-color: var(--bs-primary);
}
.wizard-content .wizard.wizard-notification > .steps > ul > li.current:after {
  background-color: var(--bs-light);
}
.wizard-content .wizard.wizard-notification > .steps > ul > li.done .step {
  color: var(--bs-white);
}
.wizard-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: var(--bs-primary);
}
.wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:after {
  background-color: var(--bs-light);
}
.wizard-content .wizard.wizard-notification > .steps > ul > li.current ~ li:before {
  background-color: var(--bs-light);
}
.wizard-content .wizard.wizard-notification > .steps .step {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  border-radius: 15%;
  background-color: var(--bs-light);
}
.wizard-content .wizard.wizard-notification > .steps .step:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid var(--bs-light);
}
.wizard-content .wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 20%;
}
.wizard-content .wizard.vertical > .steps > ul > li {
  display: block;
  width: 100%;
}
.wizard-content .wizard.vertical > .steps > ul > li:after {
  background-color: transparent !important;
}
.wizard-content .wizard.vertical > .steps > ul > li:before {
  background-color: transparent !important;
}
.wizard-content .wizard.vertical > .steps > ul > li.current:after {
  background-color: transparent !important;
}
.wizard-content .wizard.vertical > .steps > ul > li.current:before {
  background-color: transparent !important;
}
.wizard-content .wizard.vertical > .steps > ul > li.current ~ li:after {
  background-color: transparent !important;
}
.wizard-content .wizard.vertical > .steps > ul > li.current ~ li:before {
  background-color: transparent !important;
}
.wizard-content .wizard.vertical.wizard > .content {
  min-width: 80%;
}

.tabcontrol {
  display: block;
  width: 100%;
  overflow: hidden;
}
.tabcontrol a {
  outline: 0;
}
.tabcontrol ul {
  list-style: none !important;
  padding: 0;
  margin: 0;
}
.tabcontrol ul > li {
  display: block;
  padding: 0;
}
.tabcontrol > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.tabcontrol > .steps .current-info {
  position: absolute;
  left: -999em;
}
.tabcontrol > .steps > ul {
  position: relative;
  margin: 6px 0 0 0;
  top: 1px;
  z-index: 1;
}
.tabcontrol > .steps > ul > li {
  float: left;
  margin: 5px 2px 0 0;
  padding: 1px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tabcontrol > .steps > ul > li:hover {
  background: var(--bs-body-bg);
  border: 1px solid var(--bs-border-color);
  padding: 0;
}
.tabcontrol > .steps > ul > li > a {
  color: var(--bs-body-color);
  display: inline-block;
  border: 0 none;
  margin: 0;
  padding: 10px 30px;
  text-decoration: none;
}
.tabcontrol > .steps > ul > li > a:hover {
  text-decoration: none;
}
.tabcontrol > .steps > ul > li.current {
  background: var(--bs-white);
  border: 1px solid var(--bs-border-color);
  border-bottom: 0 none;
  padding: 0 0 1px 0;
  margin-top: 0;
}
.tabcontrol > .steps > ul > li.current > a {
  padding: 15px 30px 10px 30px;
}
.tabcontrol > .content {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 35em;
  overflow: hidden;
  border-top: 1px solid var(--bs-border-color);
  padding-top: 20px;
}
.tabcontrol > .content > .title {
  position: absolute;
  left: -999em;
}
.tabcontrol > .content > .body {
  float: left;
  position: absolute;
  width: 95%;
  height: 95%;
  padding: 2.5%;
}
.tabcontrol > .content > .body ul {
  list-style: disc !important;
}
.tabcontrol > .content > .body ul > li {
  display: list-item;
}

@media (max-width: 768px) {
  .wizard-content .wizard > .steps > ul {
    margin-bottom: 20px;
  }
  .wizard-content .wizard > .steps > ul > li {
    display: block;
    float: left;
    width: 50%;
  }
  .wizard-content .wizard > .steps > ul > li > a {
    margin-bottom: 0;
  }
  .wizard-content .wizard > .steps > ul > li:first-child:before {
    content: "";
  }
  .wizard-content .wizard > .steps > ul > li:last-child:after {
    content: "";
    background-color: var(--bs-primary);
  }
  .wizard-content .wizard.vertical > .steps {
    width: 15%;
  }
}
@media (max-width: 600px) {
  .wizard .steps ul li {
    width: 100%;
  }
  .wizard.vertical .steps {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .wizard-content .wizard > .steps > ul > li {
    width: 100%;
  }
  .wizard-content .wizard > .steps > ul > li.current:after {
    background-color: var(--bs-primary);
  }
  .wizard-content .wizard.vertical > .steps {
    width: 100%;
    float: none;
  }
  .wizard-content .wizard.vertical > .steps > ul > li {
    display: block;
    float: left;
    width: 50%;
  }
}
.dd {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
  max-width: 600px;
  list-style: none;
  font-size: 13px;
  line-height: 20px;
}

.dd-list {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
}
.dd-list .dd-list {
  padding-left: 30px;
}

.dd-collapsed .dd-list {
  display: none;
}

.dd-item,
.dd-empty,
.dd-placeholder {
  display: block;
  position: relative;
  margin: 0;
  padding: 0;
  min-height: 20px;
  font-size: 13px;
  line-height: 20px;
}

.dd-handle {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px;
  cursor: move;
  color: var(--bs-body-color);
  text-decoration: none;
  font-weight: bold;
  border: 1px solid var(--bs-border-color);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-item > button {
  display: block;
  position: absolute;
  cursor: pointer;
  height: 25px;
  margin: 5px;
  width: 25px;
  margin: 5px 0;
  padding: 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 0;
  background: transparent;
  font-size: 12px;
  line-height: 1;
  text-align: center;
  font-weight: 500;
}
.dd-item > button:before {
  content: "+";
  display: block;
  position: absolute;
  width: 100%;
  text-align: center;
  text-indent: 0;
}

.dd-item > button[data-action=collapse]:before {
  content: "-";
}

.dd3-handle:before {
  color: var(--bs-body-color) !important;
}

.dd-placeholder,
.dd-empty {
  margin: 5px 0;
  padding: 0;
  min-height: 30px;
  background: var(--bs-body-bg);
  border: 1px dashed var(--bs-border-color);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}

.dd-empty {
  border: 1px dashed var(--bs-border-color);
  min-height: 100px;
  background-color: var(--bs-body-bg);
  background-size: 60px 60px;
  background-position: 0 0, 30px 30px;
}

.dd-dragel {
  position: absolute;
  pointer-events: none;
  z-index: 9999;
}

.dd-dragel > .dd-item .dd-handle {
  margin-top: 0;
}

.dd-dragel .dd-handle {
  -webkit-box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 2px 4px 6px 0 rgba(0, 0, 0, 0.1);
}

.dd3-content {
  display: block;
  height: 30px;
  margin: 5px 0;
  padding: 5px 10px 5px 40px;
  color: var(--bs-body-color);
  text-decoration: none;
  font-weight: bold;
  border: 1px solid var(--bs-border-color);
  background: var(--bs-body-bg);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
.dd3-content:hover {
  color: var(--bs-body-color);
  background: #fff;
}

.dd-dragel > .dd3-item > .dd3-content {
  margin: 0;
}

.dd3-item > button {
  margin-left: 30px;
}

.dd3-handle {
  position: absolute;
  margin: 0;
  left: 0;
  top: 0;
  cursor: pointer;
  width: 30px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid var(--bs-border-color);
  background: var(--bs-body-bg);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.dd3-handle:before {
  content: "\ec42";
  font-family: "tabler-icons";
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
  text-indent: 0;
  font-size: 14px;
  font-weight: 900;
  color: var(--bs-body-color);
  top: 7px;
}

.myadmin-dd .dd-list .dd-item .dd-handle {
  background: var(--bs-light);
  border: 1px solid var(--bs-border-color);
  padding: 8px 16px 8px 30px;
  height: auto;
  font-family: inherit;
  font-weight: 400;
  border-radius: var(--bs-border-radius);
}

.myadmin-dd-empty .dd-list .dd3-content {
  height: auto;
  border: 1px solid #e0dada;
  padding: 8px 16px 8px 46px;
  background: var(--bs-light);
  font-weight: 400;
  border-radius: var(--bs-border-radius);
}
.myadmin-dd-empty .dd-list .dd3-handle {
  border: 1px solid #e0dada;
  border-bottom: 0;
  background: var(--bs-light);
  height: 36px;
  width: 36px;
  border-radius: var(--bs-border-radius);
}

body .select2-container .select2-search--inline .select2-search__field {
  font-family: inherit;
}
body .select2-container--default .select2-search--dropdown .select2-search__field,
body .select2-dropdown,
body .select2-container--default.select2-container--focus .select2-selection--multiple,
body .select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid var(--bs-border-color);
}
body .select2-container--default .select2-selection--single,
body .select2-container--default .select2-selection--multiple,
body .select2-container--classic .select2-selection--single {
  border-radius: var(--bs-border-radius);
}
body .select2-container--classic .select2-selection--single,
body .select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: var(--bs-white);
  background-image: unset !important;
}
body .select2-container--classic .select2-selection--single .select2-selection__arrow {
  border: 0;
}
body .select2-container--default .select2-selection--single .select2-selection__arrow,
body .select2-container--classic .select2-selection--single .select2-selection__arrow {
  top: -2px;
  right: 20px;
  width: auto;
}
body .select2-container .select2-search--inline .select2-search__field {
  height: 24px;
}
body .select2-container .select2-search--inline .select2-search__field::placeholder {
  color: var(--bs-body-color);
}
body .select2-container .flag-icon {
  margin-right: 6px;
}
body .select2-container--default .select2-results__option--selected,
body .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
body .select2-results__option {
  padding: 8px 10px;
}
body .select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: var(--bs-light);
}
body .select2-container--classic .select2-selection--single,
body .select2-container--default .select2-selection--single,
body .select2-container--default .select2-selection--single .select2-selection__rendered,
body .select2-container--default .select2-selection--single .select2-selection__arrow,
body .select2-container--default .select2-selection--multiple,
body .select2-container--classic .select2-selection--single .select2-selection__arrow,
body .select2-container--classic .select2-selection--single .select2-selection__rendered {
  border-color: var(--bs-border-color);
  color: var(--bs-body-color);
  height: 40px;
  line-height: 40px;
}
body .select2-container--default .select2-selection--multiple {
  line-height: 27px;
  height: auto;
}
body .select2-container--classic .select2-selection--multiple .select2-selection__choice,
body .select2-container--default .select2-selection--multiple .select2-selection__choice,
body .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  background-color: var(--bs-primary);
  border-color: var(--bs-primary);
  color: #fff;
}
body .select2-container {
  display: inline;
}
body .select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-radius: var(--bs-border-radius);
}

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-content-wrapper::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:after {
  content: " ";
  display: table;
}
.simplebar-content:before {
  content: " ";
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}
.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s 0.5s linear;
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  transition-delay: 0s;
  transition-duration: 0s;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}
.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 0;
  bottom: 0;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.simplebar-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
  -ms-overflow-style: scrollbar !important;
}
.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

body div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm {
  background-color: var(--bs-primary) !important;
  border-radius: var(--bs-border-radius);
}
body div:where(.swal2-container) button:where(.swal2-styled).swal2-confirm:focus {
  box-shadow: unset;
}
body div:where(.swal2-container) button:where(.swal2-styled).swal2-cancel {
  background-color: #F26206 !important;
  border-radius: var(--bs-border-radius);
}
body div:where(.swal2-container) h2:where(.swal2-title) {
  color: var(--bs-heading-color);
}
body div:where(.swal2-icon).swal2-success .swal2-success-ring {
  border: 0.25em solid rgba(0, 128, 1, 0.3);
}
body div:where(.swal2-icon).swal2-success [class^=swal2-success-line] {
  background-color: var(--bs-success);
}

.toastr {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  color: #fff;
}

.toast-title {
  font-weight: 700;
}

.toast-message {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
}

.toast-message a,
.toast-message label {
  color: #fff;
}

.toast-message a:hover {
  color: var(--bs-body-color);
  text-decoration: none;
}

.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  -webkit-text-shadow: 0 1px 0 #fff;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.8;
  -ms-filter: alpha(opacity=80);
  filter: alpha(opacity=80);
  line-height: 1;
}

.toast-close-button:focus,
.toast-close-button:hover {
  color: #000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
  -ms-filter: alpha(opacity=40);
  filter: alpha(opacity=40);
}

.rtl .toast-close-button {
  left: -0.3em;
  float: left;
  right: 0.3em;
}

button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: 0;
  appearance: none;
  -webkit-appearance: none;
}

.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}

.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}

.toast-top-left {
  top: 12px;
  left: 12px;
}

.toast-top-right .toast {
  position: fixed;
  top: 12px;
  right: 12px;
}

.toast-bottom-right .toast {
  position: fixed;
  right: 12px;
  bottom: 12px;
}

.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}

.toast-container {
  position: fixed;
  z-index: 999999;
  pointer-events: none;
  width: 100% !important;
}

.toast-container * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.toast-container > div {
  position: relative;
  pointer-events: auto;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  -moz-border-radius: 7px;
  -webkit-border-radius: 7px;
  border-radius: 7px;
  background-position: 15px center;
  background-repeat: no-repeat;
  -moz-box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  -webkit-box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.08);
  color: #fff;
  opacity: 1;
  -ms-filter: alpha(opacity=80);
  filter: alpha(opacity=80);
}

.toast-container > div.rtl {
  direction: rtl;
  padding: 15px 50px 15px 15px;
  background-position: right 15px center;
}

.toast-container > .toast-info {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGwSURBVEhLtZa9SgNBEMc9sUxxRcoUKSzSWIhXpFMhhYWFhaBg4yPYiWCXZxBLERsLRS3EQkEfwCKdjWJAwSKCgoKCcudv4O5YLrt7EzgXhiU3/4+b2ckmwVjJSpKkQ6wAi4gwhT+z3wRBcEz0yjSseUTrcRyfsHsXmD0AmbHOC9Ii8VImnuXBPglHpQ5wwSVM7sNnTG7Za4JwDdCjxyAiH3nyA2mtaTJufiDZ5dCaqlItILh1NHatfN5skvjx9Z38m69CgzuXmZgVrPIGE763Jx9qKsRozWYw6xOHdER+nn2KkO+Bb+UV5CBN6WC6QtBgbRVozrahAbmm6HtUsgtPC19tFdxXZYBOfkbmFJ1VaHA1VAHjd0pp70oTZzvR+EVrx2Ygfdsq6eu55BHYR8hlcki+n+kERUFG8BrA0BwjeAv2M8WLQBtcy+SD6fNsmnB3AlBLrgTtVW1c2QN4bVWLATaIS60J2Du5y1TiJgjSBvFVZgTmwCU+dAZFoPxGEEs8nyHC9Bwe2GvEJv2WXZb0vjdyFT4Cxk3e/kIqlOGoVLwwPevpYHT+00T+hWwXDf4AJAOUqWcDhbwAAAAASUVORK5CYII=) !important;
}

.toast-container > .toast-error {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAHOSURBVEhLrZa/SgNBEMZzh0WKCClSCKaIYOED+AAKeQQLG8HWztLCImBrYadgIdY+gIKNYkBFSwu7CAoqCgkkoGBI/E28PdbLZmeDLgzZzcx83/zZ2SSXC1j9fr+I1Hq93g2yxH4iwM1vkoBWAdxCmpzTxfkN2RcyZNaHFIkSo10+8kgxkXIURV5HGxTmFuc75B2RfQkpxHG8aAgaAFa0tAHqYFfQ7Iwe2yhODk8+J4C7yAoRTWI3w/4klGRgR4lO7Rpn9+gvMyWp+uxFh8+H+ARlgN1nJuJuQAYvNkEnwGFck18Er4q3egEc/oO+mhLdKgRyhdNFiacC0rlOCbhNVz4H9FnAYgDBvU3QIioZlJFLJtsoHYRDfiZoUyIxqCtRpVlANq0EU4dApjrtgezPFad5S19Wgjkc0hNVnuF4HjVA6C7QrSIbylB+oZe3aHgBsqlNqKYH48jXyJKMuAbiyVJ8KzaB3eRc0pg9VwQ4niFryI68qiOi3AbjwdsfnAtk0bCjTLJKr6mrD9g8iq/S/B81hguOMlQTnVyG40wAcjnmgsCNESDrjme7wfftP4P7SP4N3CJZdvzoNyGq2c/HWOXJGsvVg+RA/k2MC/wN6I2YA2Pt8GkAAAAASUVORK5CYII=) !important;
}

.toast-container > .toast-success {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAADsSURBVEhLY2AYBfQMgf///3P8+/evAIgvA/FsIF+BavYDDWMBGroaSMMBiE8VC7AZDrIFaMFnii3AZTjUgsUUWUDA8OdAH6iQbQEhw4HyGsPEcKBXBIC4ARhex4G4BsjmweU1soIFaGg/WtoFZRIZdEvIMhxkCCjXIVsATV6gFGACs4Rsw0EGgIIH3QJYJgHSARQZDrWAB+jawzgs+Q2UO49D7jnRSRGoEFRILcdmEMWGI0cm0JJ2QpYA1RDvcmzJEWhABhD/pqrL0S0CWuABKgnRki9lLseS7g2AlqwHWQSKH4oKLrILpRGhEQCw2LiRUIa4lwAAAABJRU5ErkJggg==) !important;
}

.toast-container > .toast-warning {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAGYSURBVEhL5ZSvTsNQFMbXZGICMYGYmJhAQIJAICYQPAACiSDB8AiICQQJT4CqQEwgJvYASAQCiZiYmJhAIBATCARJy+9rTsldd8sKu1M0+dLb057v6/lbq/2rK0mS/TRNj9cWNAKPYIJII7gIxCcQ51cvqID+GIEX8ASG4B1bK5gIZFeQfoJdEXOfgX4QAQg7kH2A65yQ87lyxb27sggkAzAuFhbbg1K2kgCkB1bVwyIR9m2L7PRPIhDUIXgGtyKw575yz3lTNs6X4JXnjV+LKM/m3MydnTbtOKIjtz6VhCBq4vSm3ncdrD2lk0VgUXSVKjVDJXJzijW1RQdsU7F77He8u68koNZTz8Oz5yGa6J3H3lZ0xYgXBK2QymlWWA+RWnYhskLBv2vmE+hBMCtbA7KX5drWyRT/2JsqZ2IvfB9Y4bWDNMFbJRFmC9E74SoS0CqulwjkC0+5bpcV1CZ8NMej4pjy0U+doDQsGyo1hzVJttIjhQ7GnBtRFN1UarUlH8F3xict+HY07rEzoUGPlWcjRFRr4/gChZgc3ZL2d8oAAAAASUVORK5CYII=) !important;
}

.toast-container.toast-bottom-center > div,
.toast-container.toast-top-center > div {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}

.toast-container.toast-bottom-full-width > div,
.toast-container.toast-top-full-width > div {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}

.toast-success {
  background-color: #008001 !important;
}

.toast-error {
  background-color: #F26206 !important;
}

.toast-info {
  background-color: #057F7E !important;
}

.toast-warning {
  background-color: #8A7000 !important;
}

.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000;
  opacity: 0.4;
  -ms-filter: alpha(opacity=40);
  filter: alpha(opacity=40);
}

@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container > div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }
  .toast-container > div.rtl {
    padding: 8px 50px 8px 8px;
  }
  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
  .toast-container .rtl .toast-close-button {
    left: -0.2em;
    right: 0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container > div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
  .toast-container > div.rtl {
    padding: 15px 50px 15px 15px;
  }
}
.toast-container .toast {
  max-width: 100%;
}

.twitter-typeahead {
  width: 100%;
}
.twitter-typeahead .tt-menu {
  width: 100%;
  background: var(--bs-white);
  border: 1px solid var(--bs-gray-100);
  border-radius: 5px;
  padding: 0.75rem 0;
}
.twitter-typeahead .tt-menu .tt-suggestion {
  padding: 0.25rem 0.75rem;
  cursor: pointer;
}
.twitter-typeahead .tt-menu .tt-suggestion:hover {
  background-color: var(--bs-primary);
  color: var(--bs-white);
}
.twitter-typeahead .empty-message {
  padding: 5px 10px;
  text-align: center;
}
.twitter-typeahead .rtl-typeahead .tt-menu {
  text-align: right;
}
.twitter-typeahead .league-name {
  margin: 0 10px 5px;
  padding: 7px 5px 10px;
  border-bottom: 1px solid var(--bs-gray-200);
}

.scrollable-dropdown .twitter-typeahead .tt-menu {
  max-height: 80px;
  overflow-y: auto;
}

.bootstrap-maxlength {
  margin-top: 0.5rem;
}

body :not(pre) > code[class*=language-],
body pre[class*=language-] {
  background: #1f2a3d;
}

.board-cts {
  max-width: 780px;
  text-align: justify;
  margin: 0 auto;
  font-size: 1.3rem;
}

.news ul {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding: 10px 0 5px 0;
  border-top: 3px solid var(--bs-primary);
  border-bottom: 1px solid var(--bs-border-color);
}
.news ul li {
  border-bottom: 1px solid #d1d1d1;
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.news ul li:last-child {
  border-bottom: none;
}
.news ul li .news--title {
  font-size: 1.2rem;
  font-weight: 500;
  color: #333;
  padding: 0 15px 6px;
  flex: 1;
  display: inline-flex;
  width: 100%;
}
.news ul li .news--title .news--txt {
  vertical-align: middle;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: calc(100% - 35px);
  text-align: left;
  position: relative;
  display: inline-block;
  text-decoration: none;
}
.news ul li .news--title .news--txt::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 2px;
  background: linear-gradient(to right, #000, #152D7D, #D7000F) repeat-x;
  bottom: 0;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: left top;
}
.news ul li .news--title .news--txt.on::after, .news ul li .news--title .news--txt:focus::after, .news ul li .news--title .news--txt:hover::after {
  transform: scale(1, 1);
}
.news ul li .news--title .news-new {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 8px;
  font-size: 12px;
  background-color: #FE5B5B !important;
  color: #fff;
}
.news ul li .news--date {
  font-size: 0.8rem;
  color: #999;
  padding: 5px 10px;
}

.news-view {
  border-top: 3px solid var(--bs-primary);
  margin-bottom: 20px;
}
.news-view .table {
  table-layout: auto;
}
.news-view .subject {
  margin: 0;
  padding: 14px 18px;
  font-size: 24px;
  color: #000000;
  text-align: center;
  border-bottom: 1px solid var(--bs-primary);
}
.news-view .subject + dl > * {
  border-top: none;
}
.news-view-info {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  padding: 15px;
  border-bottom: 1px solid var(--bs-border-color);
  background-color: var(--bs-gray-100);
}
.news-view-info dt {
  margin-left: 20px;
}

.view_cont {
  padding: 30px 20px;
  min-height: 400px;
  font-size: 1.3rem;
}
.view_cont .news_contests {
  text-align: justify;
}

.view-nav {
  border-width: 1px 0;
  border-style: solid;
  border-color: var(--bs-border-color);
  display: block;
}
.view-nav:before, .view-nav:after {
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  content: ".";
}
.view-nav dl + dl {
  border-top: 1px solid var(--bs-border-color);
}
.view-nav dl {
  padding: 7px 0;
  height: 50px;
  display: table;
  table-layout: fixed;
  width: 100%;
}
.view-nav dl > * {
  display: table-cell;
  vertical-align: middle;
  line-height: 23px;
}
.view-nav dl dt {
  position: relative;
  width: 110px;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: -0.24px;
  padding-left: 30px;
}
@media (max-width: 575.98px) {
  .view-nav dl dt {
    width: 90px;
    padding-left: 15px;
  }
}
.view-nav dl dt::before {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -9px;
  width: 1px;
  height: 18px;
  background-color: #e6e6e6;
}
.view-nav dl dt:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  right: 22px;
}
@media (max-width: 575.98px) {
  .view-nav dl dt:after {
    right: 15px;
  }
}
.view-nav dl dd {
  letter-spacing: -0.24px;
  padding-left: 20px;
}
@media (max-width: 575.98px) {
  .view-nav dl dd {
    padding-left: 15px;
  }
}
.view-nav dl dd span {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  vertical-align: middle;
  font-weight: 300;
}
.view-nav dl dd a {
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  display: inline-block;
  text-decoration: none;
  max-width: 100%;
}
.view-nav dl dd a::after {
  position: absolute;
  left: 0;
  content: "";
  width: 100%;
  height: 1px;
  background: linear-gradient(to right, #000, #152D7D, #D7000F) repeat-x;
  bottom: 2px;
  transform: scale(0, 1);
  transition: transform 0.3s;
  transform-origin: right top;
}
.view-nav dl dd a.on::after, .view-nav dl dd a:focus::after, .view-nav dl dd a:hover::after {
  transform-origin: left top;
  transform: scale(1, 1);
}
.view-nav dl dd a:link {
  font-weight: 600;
}
@media (max-width: 575.98px) {
  .view-nav dl.next {
    border-top: 1px solid #dddddd;
  }
}
@media (max-width: 575.98px) {
  .view-nav dl {
    width: 100%;
    padding: 10px 0;
  }
}

.reqInfor {
  text-align: right;
  margin-bottom: 10px;
}

.req {
  color: #525d64;
  font-size: 20px;
  font-weight: 400;
}
.req::before {
  content: "＊";
  color: red;
  display: inline-block;
  vertical-align: top;
  margin-right: 3px;
  position: relative;
}
.req span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

.calendarzone {
  background: url(/static/commons/img/calendar.gif) center center no-repeat;
  width: 33px;
  height: 34px;
  border: none;
  vertical-align: middle;
}

.datepicker {
  margin: 10px;
  padding: 2px;
  position: absolute;
  width: 260px;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.datepicker[aria-hidden=true] {
  display: none;
}

div#month-wrap {
  height: 30px;
  background-color: #ddd;
  border-radius: 4px;
}
div#month-wrap [role=button] {
  font-size: 16px;
  text-align: center;
  margin: 3px;
  width: 24px;
  height: 24px;
}
div#month-wrap [role=button]:hover, div#month-wrap [role=button]:focus {
  margin: 2px 3px;
  border: 1px solid #fff;
  border-radius: 4px;
}

div#bn_prev {
  float: left;
}

div#bn_next {
  float: right;
}

div#month {
  float: left;
  width: 190px;
  height: 30px;
  text-align: center;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.9;
}

table#cal {
  width: 100%;
  font-size: 1.2em;
  text-align: center;
}
table#cal th,
table#cal td {
  width: 35px;
  height: 30px;
  padding: 0;
}
table#cal td {
  background-color: #f0f0f0;
  border: 1px solid #fff;
  cursor: pointer;
}
table#cal td.today {
  background-color: #FFF0C4;
}
table#cal td.empty {
  background-color: #f9f9f9;
  cursor: auto;
}
table#cal td:hover, table#cal td.focus {
  border-color: #333;
  background-color: #333;
  font-weight: bold;
  color: #fff;
}
table#cal td.empty:hover {
  background-color: #f9f9f9;
  border: 1px solid #fff;
}

.offscreen {
  position: absolute;
  left: -200em;
  top: -100em;
}

.file-add__list {
  margin: 8px 0;
  display: grid;
  grid-template-columns: auto 60px;
  gap: 10px;
}
.file-add__list button,
.file-add__list input {
  transition: all 0.5s;
}
.file-add__list input[type=file] {
  width: 100%;
  margin: 0;
  padding: 8px;
  background-color: #fff;
}
.file-add__list:hover input,
.file-add__list:hover textarea,
.file-add__list:hover button, .file-add__list:focus input,
.file-add__list:focus textarea,
.file-add__list:focus button {
  box-shadow: 0px 0px 5px 5px rgba(238, 142, 16, 0.219);
}
.file-add__text {
  margin-top: 8px;
  width: 100%;
}
.file-add .b-del {
  height: 100%;
}
.file-add .b-del::before {
  padding-right: 0;
}

.filelist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.filelist .files {
  flex: 1;
}

.filelist-upload {
  list-style-type: none;
}
.filelist-upload li {
  margin-bottom: 10px;
}
.filelist-upload li:last-child {
  margin-bottom: 0;
}
.filelist-upload a {
  display: block;
  text-indent: -33px;
  margin-left: 33px;
  line-height: 1.1;
}
.filelist-upload a i {
  display: inline-block;
  margin-right: 5px;
}

.file-list--set .item a {
  display: inline;
  vertical-align: top;
}
.file-list--set .item a i {
  vertical-align: top !important;
  margin-top: 4px !important;
}
.bd-view .file-list--set .item a .file-name, .view .file-list--set .item a .file-name {
  width: auto;
  max-width: none;
}
@media (min-width: 768px) {
  .file-list--set .item a.file-download {
    display: inline;
  }
  .file-list--set .item a.file-download .file-name {
    display: inline;
  }
}

.file-name {
  display: inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.8;
  vertical-align: middle;
  max-width: calc(100% - 63px);
}
@media (min-width: 768px) {
  .file-name {
    white-space: normal;
  }
}
.file-name i {
  vertical-align: middle;
}

.filedown {
  padding: 0 22px;
  border-radius: 0.313rem;
  background-color: #757575;
  color: #fff;
  font-weight: 500;
  height: 35px;
  display: inline-block;
  vertical-align: middle;
  line-height: 35px;
}

.file-download {
  vertical-align: middle;
}
.file-download i {
  vertical-align: top;
}

.viewer-link {
  border-radius: 0.313rem;
  background-color: #fff;
  padding: 0px 5px;
  display: inline-block;
  vertical-align: middle;
}
.viewer-link i {
  vertical-align: top;
}
.cell-file2 .viewer-link {
  border: 0.063rem solid #949494;
  height: 35px;
}
.cell-file2 .viewer-link i {
  margin-top: 6px;
}

.btn-filedel {
  height: 22px;
  width: 22px;
  color: #ffffff;
  border: 1px solid #141414;
  border-radius: 5px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
}
.btn-filedel::before {
  content: "\f2ed";
  font-size: 20px;
}

.file-single {
  position: relative;
  display: inline-block;
  line-height: 25px;
}
.file-single i {
  vertical-align: top;
}
.file-single .name {
  position: absolute;
  top: 0px;
  left: 0;
  padding: 4px;
  width: auto;
  max-width: 150px;
  transition: all 0.3s;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: #141414;
  color: #fff;
  line-height: 1;
  border-radius: 3px;
  opacity: 0;
  z-index: -1;
}
.file-single:hover .name {
  z-index: 1;
  opacity: 1;
  top: -20px;
}

.file-group {
  position: relative;
  display: block;
}
.file-group__ctrl {
  width: 28px;
  height: 27px;
}
.file-group__set {
  display: none;
}
.file-group__set__title {
  padding: 5px;
  background-color: #febe10;
  color: #141414;
  border-radius: 3px 3px 0 0;
}
.file-group__set__body {
  padding: 5px 0;
}
.file-group__set.active {
  display: block;
  position: absolute;
  background-color: #fff;
  border: 2px solid #febe10;
  min-width: 200px;
  max-width: 300px;
  left: 0;
  top: 25px;
  z-index: 9999;
  border-radius: 5px;
  box-shadow: 0 0 5px 0px rgba(0, 0, 0, 0.1);
}
.file-group__set.active a {
  padding: 3px 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  text-align: left;
  width: 100%;
}
.file-group__set.active a i {
  margin-right: 5px;
}
.file-group__set__item {
  display: inline-block;
  line-height: 25px;
}
.file-group__set__item i {
  vertical-align: top;
}
.file-group__set__item .name {
  display: inline;
}

.gallery-list {
  margin-top: -10px;
}
.gallery-list .card {
  margin-bottom: 0;
}
.gallery-list .ma_os_version {
  position: absolute;
  top: -30px;
  left: 0;
  width: 100%;
  text-align: center;
  text-shadow: none;
}
.gallery-list .img-link {
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.gallery-list .img-link::before {
  display: block;
  height: 0;
  padding-top: 77.9005524862%;
  content: "";
}
.gallery-list .img-link img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  vertical-align: top;
  transform: translate(-50%, -50%) scale(1);
}
.gallery-list .img-link:hover img, .gallery-list .img-link:focus img, .gallery-list .img-link:active img {
  transform: translate(-50%, -50%) scale(1.1);
}
.gallery-list .img-link.MA {
  position: relative;
  overflow: hidden;
}
.gallery-list .img-link.MA::before {
  display: block;
  height: 0;
  padding-top: 100%;
  content: "";
}
.gallery-list .img-link.MA img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  vertical-align: top;
  transform: translate(-50%, -50%) scale(1);
}
.gallery-list .img-link.MA:hover img, .gallery-list .img-link.MA:focus img, .gallery-list .img-link.MA:active img {
  transform: translate(-50%, -50%) scale(1.1);
}
.gallery-list .img-link.MA img {
  top: 25%;
  transform: translate(-50%, -50%) scale(0.4);
}
.gallery-list .img-link.MA:hover img, .gallery-list .img-link.MA:focus img, .gallery-list .img-link.MA:active img {
  transform: translate(-50%, -50%) scale(0.5);
}
.gallery-list .img-link.KA {
  position: relative;
  overflow: hidden;
}
.gallery-list .img-link.KA::before {
  display: block;
  height: 0;
  padding-top: 111.6666666667%;
  content: "";
}
.gallery-list .img-link.KA img {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  vertical-align: top;
  transform: translate(-50%, -50%) scale(1);
}
.gallery-list .img-link.KA:hover img, .gallery-list .img-link.KA:focus img, .gallery-list .img-link.KA:active img {
  transform: translate(-50%, -50%) scale(1.1);
}
.gallery-list .img-link img {
  transition: all 0.3s ease;
}
.gallery-list .img-link img.WA {
  top: 28%;
}
.gallery-list .img-link img.SA {
  top: 28%;
}
.gallery-list .img-link > div {
  background-color: #f00;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.gallery-list .card-info {
  position: absolute;
  bottom: 0;
  padding-top: 60px;
  width: 100%;
  height: 130px;
  background-color: rgba(0, 0, 0, 0.6);
  text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.6);
  padding: 10px;
  border-radius: 0 0 5px 5px;
}
.gallery-list .card-info .card-info-inner {
  color: var(--bs-white) !important;
}
.gallery-list .card-info h3 {
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
}
.gallery-list .card-info a,
.gallery-list .card-info a:hover,
.gallery-list .card-info a:focus,
.gallery-list .card-info a:active {
  display: block;
  color: var(--bs-white) !important;
}
.gallery-list .card-info a.url,
.gallery-list .card-info a:hover.url,
.gallery-list .card-info a:focus.url,
.gallery-list .card-info a:active.url {
  font-size: 13px;
  color: var(--bs-white) !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  padding-bottom: 2px;
}
.gallery-list .card-info .card-text {
  position: relative;
  font-size: 14px;
  line-height: 1.2;
  margin-bottom: 5px;
  padding-left: 12px;
}
.gallery-list .card-info .card-text:last-child {
  margin-bottom: 0;
}
.gallery-list .card-info .card-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  display: inline-block;
  width: 5px;
  height: 5px;
  background-color: var(--bs-white);
  border-radius: 50%;
  margin-right: 5px;
}
.gallery-list .card-info .card-text.period-date {
  white-space: nowrap;
}
@media (min-width: 1200px) and (max-width: 1500px) {
  .gallery-list .card-info .card-text.period-date {
    font-size: 13px;
  }
  .gallery-list .card-info .card-text.period-date span {
    font-size: 13px;
  }
}
.gallery-list .card-info h3 .badge {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 8px;
  font-size: 14px;
  background-color: #FE5B5B !important;
  color: #fff;
}
.gallery-list .card-img,
.gallery-list .card-img-top {
  border-radius: 0;
}
.gallery-list .depth {
  position: absolute;
  right: 10px;
  top: 0;
}
.gallery-list .depth .badge {
  border-radius: 0 0 5px 5px;
}

/* 댓글 */
.vline {
  color: #ccc;
  margin: 0 3px;
}

.reComentList {
  overflow: hidden;
  padding: 0 20px;
}
.reComentList [class*=b-]:before {
  display: none;
}
.reComentList ul ul {
  padding-left: 15px;
}
.reComentList ul ul li {
  border-top: 1px dashed #e0dada;
  border-bottom: 1px dashed #e0dada;
}
.reComentList ul ul li .comment-content-text {
  position: relative;
}
.reComentList ul ul li .comment-content-text::before {
  content: "\f3bf";
  font-family: "Line Awesome Free";
  font-weight: 900;
  display: block;
  position: absolute;
  top: 5px;
  left: -15px;
  transform: rotate(90deg);
}
.reComentList .set {
  overflow: hidden;
  width: 100%;
  padding-top: 20px;
}
.reComentList .set .i {
  padding-right: 80px;
  position: relative;
}
.reComentList .set .characterLen {
  display: block;
  width: 100%;
  height: 55px;
  padding: 10px;
  border: 1px solid #c9c9c9;
}
.reComentList .set .b-submit {
  overflow: hidden;
  width: 80px;
  height: 55px;
  position: absolute;
  right: 0;
  top: 0;
}
.reComentList .set .infoAppend {
  height: 25px;
  font-size: 11px;
  line-height: 25px;
  color: #666;
  text-align: right;
}
.reComentList .set .characterLenDeco {
  font-weight: bold;
  color: #17439c;
  text-align: right;
}
.reComentList .comment-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.reComentList .comment-head .comment-info .btn {
  width: 40px;
  height: 30px;
}
.reComentList .comment-head i {
  font-size: 20px;
}
.reComentList > ul {
  border-bottom: 1px solid #ddd;
  padding: 0;
}
.reComentList > ul li {
  position: relative;
  width: 100%;
  padding: 15px 0 5px;
  list-style: none;
}
.reComentList > ul li .cmtBody {
  margin: 0 150px 0 0;
}
.reComentList > ul li .infoAppend {
  display: block;
  height: 20px;
}
.reComentList > ul li .name {
  font-weight: bold;
  color: #888;
}
.reComentList > ul li .time {
  color: #8B8B8B;
}
.reComentList > ul li .txtDesc {
  font-size: 12px;
  line-height: 18px;
}
.reComentList > ul li .cmtFoot {
  overflow: hidden;
  position: absolute;
  top: 15px;
  right: 0;
  height: 40px;
  font-size: 11px;
}
.reComentList .comment-content-text {
  margin-top: 5px;
  margin-bottom: 5px;
  background-color: #f4f4f4;
  padding: 5px;
  border-radius: 5px;
}
.reComentList .mt-5 {
  margin-top: 5px !important;
}

/*view*/
.reg,
.view {
  border-top: 2px solid var(--bs-primary);
  border-bottom: 1px solid var(--bs-border-color);
  margin-bottom: 20px;
}
.reg .table,
.view .table {
  table-layout: auto;
}
.reg .subject,
.view .subject {
  margin: 0;
  padding: 14px 18px;
  font-size: 24px;
  color: #000000;
  text-align: center;
  border-bottom: 1px solid var(--bs-primary);
}
.reg .subject + dl > *,
.view .subject + dl > * {
  border-top: none;
}
.reg > dl > dt,
.view > dl > dt {
  background-color: var(--bs-gray-100);
}
.reg > div > dl,
.reg > dl,
.view > div > dl,
.view > dl {
  display: table;
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
  margin-bottom: 0;
}
.reg > div > dl > dt,
.reg > div > dl > dd,
.reg > dl > dt,
.reg > dl > dd,
.view > div > dl > dt,
.view > div > dl > dd,
.view > dl > dt,
.view > dl > dd {
  display: table-cell;
  padding: 13px 0;
  vertical-align: top;
  border-left: 1px solid #dddddd;
  border-top: 1px solid #dddddd;
  vertical-align: middle;
}
@media (max-width: 767.98px) {
  .reg > div > dl > dt,
  .reg > div > dl > dd,
  .reg > dl > dt,
  .reg > dl > dd,
  .view > div > dl > dt,
  .view > div > dl > dd,
  .view > dl > dt,
  .view > dl > dd {
    display: block;
  }
}
.reg > dl:first-child > *,
.view > dl:first-child > * {
  border-top: none;
}
.reg > div > dl > dt,
.reg > dl > dt,
.view > div > dl > dt,
.view > dl > dt {
  width: 15%;
  font-weight: bold;
  text-align: center;
  color: #333333;
  vertical-align: middle;
}
.reg > div > dl > dt:first-child,
.reg > dl > dt:first-child,
.view > div > dl > dt:first-child,
.view > dl > dt:first-child {
  border-left: none;
}
@media (max-width: 767.98px) {
  .reg > div > dl > dt,
  .reg > dl > dt,
  .view > div > dl > dt,
  .view > dl > dt {
    width: 100%;
  }
  .reg > div > dl > dt input[type=file],
  .reg > dl > dt input[type=file],
  .view > div > dl > dt input[type=file],
  .view > dl > dt input[type=file] {
    width: 100%;
  }
}
.reg > div > dl > dd,
.reg > dl > dd,
.view > div > dl > dd,
.view > dl > dd {
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #dddddd;
}
.reg > div > dl > dd:last-child,
.reg > dl > dd:last-child,
.view > div > dl > dd:last-child,
.view > dl > dd:last-child {
  border-right: none;
}
.reg > dl.w > dt,
.reg > dl.w > dd,
.view > dl.w > dt,
.view > dl.w > dd {
  display: block;
  width: 100%;
}
.reg > dl.w > dt,
.view > dl.w > dt {
  border-right: 1px solid #dddddd;
}
.reg > dl + .dbData,
.view > dl + .dbData {
  border-top: 1px solid #dddddd;
}
.reg label,
.view label {
  font-weight: 600;
  display: inline-flex;
  align-items: center;
}

.view-type2 > dl > dd:last-child {
  width: 190px;
  text-align: center;
}

/*dbData*/
.dbData {
  padding: 20px;
}
.dbData img {
  max-width: 100%;
}

/*bdViewNav*/
.bdViewNav {
  margin-top: 20px;
  overflow: hidden;
  border: 1px solid #dddddd;
  border-top: 2px solid #000;
  display: table;
  width: 100%;
}
.bdViewNav dl {
  display: table-row;
}
.bdViewNav dl > * {
  display: table-cell;
  vertical-align: middle;
}
.bdViewNav dl dt {
  width: 15%;
  text-align: center;
  font-weight: bold;
  background-color: #f4f4f4;
  padding: 18px 0;
  border-right: 1px solid #dddddd;
  color: #333333;
}
.bdViewNav dl dt:after {
  content: " ▼";
  display: inline;
  color: #535e65;
}
.bdViewNav dl dd > span {
  display: block;
  padding: 18px 20px;
}
.bdViewNav dl:first-child > * {
  border-bottom: 1px dotted #e1e1e1;
}
.bdViewNav dl:first-child dt:after {
  content: " ▲";
  display: inline;
  color: #535e65;
}
.bdViewNav a {
  overflow: hidden;
  display: block;
  padding: 18px 0 18px 20px;
}
.bdViewNav a span {
  float: right;
  width: 17%;
  position: relative;
  text-align: center;
}
.bdViewNav a span:after {
  content: "|";
  position: absolute;
  left: 0;
  top: -1px;
  color: #dddddd;
  font-size: 9px;
}
.bdViewNav a span:first-child {
  float: left;
  width: 83%;
  text-align: left;
}
.bdViewNav a span:first-child:after {
  display: none;
}

@media (max-width: 767.98px) {
  .view .table,
  .reg .table {
    display: block;
    width: 100%;
  }
  .view .table .req::before,
  .reg .table .req::before {
    color: var(--bs-red);
  }
  .view .table tbody,
  .reg .table tbody {
    display: block;
    width: 100%;
  }
  .view .table tr,
  .reg .table tr {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  .view .table th,
  .reg .table th {
    flex: 1;
    height: auto;
    margin-top: 10px;
    padding-bottom: 3px;
    background-color: var(--bs-white);
    color: var(--bs-black);
    border: none;
  }
  .view .table td,
  .reg .table td {
    border: none;
    height: auto;
  }
}
/* 페이지 전용 스타일 (신선하고 전문적인 감각) */
.badge-primary-light {
  background-color: #eef2ff;
  color: #1e40af;
  padding: 0.4rem 1rem;
  border-radius: 40px;
  font-weight: 500;
  font-size: 0.85rem;
}

.card-hover {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
}

.card-hover:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  box-shadow: 0 8px 14px -6px rgba(37, 99, 235, 0.25);
}

.stat-number {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1e40af;
}

.bg-soft-gradient {
  background: linear-gradient(120deg, #f0f9ff 0%, #e6f7f0 100%);
}

.udl-card {
  border-left: 4px solid #3b82f6;
  transition: all 0.2s;
}

.udl-card:hover {
  background-color: #f8fafc;
  transform: translateX(4px);
}

@media (max-width: 768px) {
  .icon-circle {
    width: 48px;
    height: 48px;
    font-size: 1.4rem;
  }
  .stat-number {
    font-size: 1.8rem;
  }
}
.homepage {
  overflow: hidden;
  padding-top: 30px;
}
.homepage section {
  position: relative;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
}
.homepage .visual-main {
  position: relative;
  width: 100%;
  overflow: visible;
}
.homepage .visual-main .swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.homepage .visual-main .swiper-slide .visual_img {
  max-width: 600px;
  border-radius: 50%;
  overflow: hidden;
  border: 15px solid #fff;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}
.homepage .visual-main .swiper-slide .visual_img img {
  aspect-ratio: 4/4;
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}
.homepage .visual-main .swiper-slide .visual_text {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  flex-direction: column;
  transform: translate(-50%, -50%);
  width: 85%;
  max-width: 480px;
  text-align: center;
  z-index: 2;
}
@media (max-width: 575.98px) {
  .homepage .visual-main .swiper-slide .visual_text {
    width: 70%;
  }
}
.homepage .visual-main .swiper-slide .visual_text h2, .homepage .visual-main .swiper-slide .visual_text p {
  background: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  display: inline-block;
  padding: 0.8rem 1.5rem;
  line-height: 1.4;
  font-weight: normal;
  pointer-events: auto;
}
@media (max-width: 575.98px) {
  .homepage .visual-main .swiper-slide .visual_text h2, .homepage .visual-main .swiper-slide .visual_text p {
    padding: 0.5rem;
  }
}
.homepage .visual-main .swiper-slide .visual_text h2 {
  margin: 0.5rem 0 2em;
  font-size: 1.2rem;
  font-weight: 700;
  word-break: keep-all;
}
@media (max-width: 575.98px) {
  .homepage .visual-main .swiper-slide .visual_text h2 {
    margin-bottom: 1rem;
  }
}
.homepage .visual-main .swiper-slide .visual_text p {
  font-size: 1rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 575.98px) {
  .homepage .visual-main .swiper-slide .visual_text p {
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
    padding-bottom: 2px;
  }
}
.homepage .visual-main .swiper-slide .visual_text .go-btn {
  margin-top: 20px;
  padding: 0.3rem 1.5rem;
  background: #D7000F;
  color: #ffffff;
  border: none;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s;
}
.homepage .visual-main .swiper-slide .visual_text .go-btn:hover {
  background: #ff4d4d;
}
.homepage .visual-main .swiper-slide .visual_text .go-btn:focus-visible {
  outline: 2px solid #ffbf47;
  outline-offset: 2px;
  background: #ff4d4d;
}
.homepage .visual-main .visual-main-ctrl {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 20px;
  z-index: 20;
  transform: translateX(-50%);
}
.homepage .visual-main .visual-main-ctrl .controller {
  background-color: #000;
  color: #fff;
  border: 3px solid #fff;
  width: 36px;
  height: 36px;
  margin-right: 10px;
  font-size: 22px;
  border-radius: 50%;
}
.homepage .visual-main .swiper-horizontal > .swiper-pagination-bullets,
.homepage .visual-main .swiper-pagination-bullets.swiper-pagination-horizontal,
.homepage .visual-main .swiper-pagination-custom,
.homepage .visual-main .swiper-pagination-fraction {
  display: flex;
  position: relative;
  bottom: 0;
  width: auto;
}
.homepage .visual-main .swiper-button-prev,
.homepage .visual-main .swiper-button-next {
  color: white;
  background: rgba(0, 0, 0, 0.8);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transition: all 0.2s;
}
.homepage .visual-main .swiper-button-prev::after,
.homepage .visual-main .swiper-button-next::after {
  font-size: 20px;
  font-weight: bold;
}
.homepage .visual-main .swiper-button-prev:focus-visible,
.homepage .visual-main .swiper-button-next:focus-visible {
  outline: 2px solid #ffbf47;
  outline-offset: 2px;
  background: #000;
}
.homepage .visual-main .swiper-pagination-bullet {
  width: 24px;
  height: 24px;
  padding: 2px;
  opacity: 1;
  margin: 0 2px;
  background: none;
  transition: all 0.3s ease-out;
}
.homepage .visual-main .swiper-pagination-bullet::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.9);
  border: 4px solid #fff;
  transition: transform 0.2s;
  transition: all 0.2s;
}
.homepage .visual-main .swiper-pagination-bullet-active {
  width: 50px;
  border-radius: 25px;
}
.homepage .visual-main .swiper-pagination-bullet-active::before {
  background: #D7000F;
  transition: all 0.3s ease-out;
}
.homepage .visual-main .swiper-pagination-bullet:focus-visible {
  outline: 2px solid #ffbf47;
  outline-offset: 2px;
}
.homepage .visual-main .swiper-slide:focus-visible {
  outline: 2px solid #ffbf47;
  outline-offset: -2px;
}
.homepage .visual-main .main-visual-play-progress {
  position: absolute;
  right: 16px;
  bottom: 16px;
  z-index: 10;
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: var(--swiper-theme-color);
}
.homepage .visual-main .main-visual-play-progress svg {
  --progress: 0;
  position: absolute;
  left: 0;
  top: 0px;
  z-index: 10;
  width: 100%;
  height: 100%;
  stroke-width: 4px;
  stroke: var(--swiper-theme-color);
  fill: none;
  stroke-dashoffset: calc(125.6px * (1 - var(--progress)));
  stroke-dasharray: 125.6;
  transform: rotate(-90deg);
}
.homepage .service {
  margin-top: 30px;
  text-align: center;
  --bs-gutter-x: 0;
}
.homepage .service ul, .homepage .service li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.homepage .service ul {
  display: flex;
  justify-content: space-between;
}
.homepage .service ul li {
  border-right: 1px dashed #ccc;
  width: 20%;
}
.homepage .service ul li a {
  display: block;
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--bs-dark);
}
.homepage .service ul li a::before {
  content: "";
  display: block;
  width: 100%;
  height: 150px;
  margin: 0 auto 10px;
}
.homepage .service ul li:nth-child(1) a::before {
  background: url("/static/xten/img/main/main_menu01.png") no-repeat center/auto 150px;
}
.homepage .service ul li:nth-child(2) a::before {
  background: url("/static/xten/img/main/main_menu02.png") no-repeat center/auto 150px;
}
.homepage .service ul li:nth-child(3) a::before {
  background: url("/static/xten/img/main/main_menu03.png") no-repeat center/auto 150px;
}
.homepage .service ul li:nth-child(4) a::before {
  background: url("/static/xten/img/main/main_menu04.png") no-repeat center/auto 150px;
}
.homepage .service ul li:nth-child(5) a::before {
  background: url("/static/xten/img/main/main_menu05.png") no-repeat center/auto 150px;
}
.homepage .service ul li:last-child {
  border-right: none;
}
@media (max-width: 1399.98px) {
  .homepage .service ul li a {
    font-size: 1em;
  }
  .homepage .service ul li a::before {
    background-size: auto 120px !important;
  }
}
@media (max-width: 767.98px) {
  .homepage .service ul {
    flex-wrap: wrap;
  }
  .homepage .service ul li {
    width: 33.3333333333%;
  }
  .homepage .service ul li:first-child, .homepage .service ul li:nth-child(4) {
    border-left: 1px dashed #ccc;
  }
  .homepage .service ul li:last-child {
    border-left: 1px dashed #ccc;
    border-right: 1px dashed #ccc;
    width: calc(33.3333333333% + 1px);
  }
}
.homepage .heading h2 {
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 50px;
}
.homepage .heading h2::after {
  content: "";
  display: block;
  width: 60px;
  height: 2px;
  background: var(--bs-primary);
  margin: 20px auto 0;
}
.homepage .news {
  text-align: center;
  background: #fff;
}
.homepage .news .container {
  --bs-gutter-x: 0;
}
.homepage .news .news-content {
  display: flex;
  flex-wrap: wrap;
  gap: 50px;
  justify-content: center;
  list-style: none;
  padding: 0;
  border: none;
  flex-direction: row;
}
.homepage .news .news-content li {
  width: calc(33.3333333333% - 50px);
  background: #f9f9f9;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  transition: all 0.2s;
}
.homepage .news .news-content li:hover {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.homepage .news .news-content li a {
  text-decoration: none;
  color: var(--bs-dark);
}
.homepage .news .news-content li a h3 {
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 30px;
  padding: 30px 0;
  color: #091D62;
}
.homepage .news .news-content li a h4 {
  font-size: 1.8rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  padding-bottom: 2px;
  word-break: keep-all;
}
.homepage .news .news-content li a p {
  padding-top: 20px;
  font-size: 1rem;
  line-height: 1.8;
  color: var(--bs-secondary);
  text-align: justify;
  word-break: keep-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  -webkit-line-clamp: 12;
  -webkit-box-orient: vertical;
  word-break: break-all;
  padding-bottom: 2px;
}
.homepage .news .news-content li .logo {
  margin-top: 16px;
  margin-bottom: 10px;
  max-height: 70px;
}
@media (max-width: 1399.98px) {
  .homepage .news .news-content {
    gap: 20px;
  }
  .homepage .news .news-content li {
    width: calc(33.3333333333% - 20px);
    padding: 10px;
  }
}
@media (max-width: 767.98px) {
  .homepage .news .news-content {
    gap: 10px;
  }
  .homepage .news .news-content li {
    width: 100%;
    padding: 20px;
    margin-bottom: 30px;
  }
}
.homepage .navermap {
  height: 500px;
  margin: 30px auto 0;
  z-index: 1;
  border: 10px solid #888;
  box-shadow: 0 0 30px #bbb;
}
@media (max-width: 991.98px) {
  .homepage .navermap {
    height: 300px;
  }
}
@media (max-width: 767.98px) {
  .homepage .navermap {
    width: 80vw;
    height: 40vh;
    min-height: 200px;
  }
}
@media (max-width: 767.98px) {
  .homepage .visual .swiper-slide .visual_text {
    width: 90%;
  }
  .homepage .visual .swiper-slide .visual_text h2 {
    font-size: 1.2rem;
  }
  .homepage .visual .swiper-slide .visual_text p {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    display: none;
  }
}

a {
  text-decoration: none;
}

.round-40 {
  width: 40px;
  height: 40px;
}

.round-75 {
  width: 75px;
  height: 75px;
}

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

.btn-hover-shadow:hover {
  box-shadow: rgba(0, 0, 0, 0.31) 0px 0px 1px 0px, rgba(0, 0, 0, 0.25) 0px 3px 4px -2px;
}

.btn-hover-white:hover {
  background-color: var(--bs-white);
  color: var(--bs-primary) !important;
}

.text-hover-primary:hover {
  color: var(--bs-primary) !important;
}

.demo-badge {
  position: relative;
  z-index: 9;
  bottom: -15px;
}

.hero-section .hero-img-slide {
  min-width: 2000px;
  height: 800px;
}
.hero-section .hero-img-slide .banner-img-1 {
  height: 790px;
  animation: 35s linear 0s infinite normal none running slideup;
}
.hero-section .hero-img-slide .banner-img-2 {
  height: 790px;
  animation: 35s linear 0s infinite normal none running slideDown;
}

@keyframes slideup {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(0px, -100%, 0px);
  }
}
@keyframes slideDown {
  0% {
    transform: translate3d(0px, -100%, 0px);
  }
  100% {
    transform: translate3d(0px, 0px, 0px);
  }
}
@keyframes slide {
  0% {
    transform: translate3d(0px, 0px, 0px);
  }
  100% {
    transform: translate3d(-100%, 0px, 0px);
  }
}
.sliding-wrapper .slide-background .slide {
  animation: 45s linear 0s infinite normal none running slide;
}

.domo-contect::after {
  content: "";
  position: absolute;
  top: -40px;
  right: -96px;
  width: 267px;
  height: 252px;
  z-index: -1;
}
.domo-contect::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -32px;
  width: 388px;
  height: 382px;
  z-index: -1;
}
.domo-contect .demos-view .lp-demos-box .lp-demos-btn {
  opacity: 0;
  width: max-content;
  display: block;
}
.domo-contect .demos-view .lp-demos-box:hover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(55, 114, 255, 0.2);
}
.domo-contect .demos-view .lp-demos-box:hover .lp-demos-btn {
  opacity: 1;
}

.demo-app-tabs nav .nav-tabs {
  --bs-nav-tabs-border-width: var(--bs-border-width);
}
.demo-app-tabs nav .nav-tabs::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: -400%;
  height: 1px;
  width: 400%;
  display: block;
  background-color: var(--bs-border-color);
}
.demo-app-tabs nav .nav-tabs::after {
  content: "";
  position: absolute;
  bottom: -1px;
  left: auto;
  right: -400%;
  height: 1px;
  width: 400%;
  display: block;
  background-color: var(--bs-border-color);
}
.demo-app-tabs nav .nav-tabs .nav-link.active {
  background-color: var(--bs-white);
  color: #121c2b;
  border: 1px solid var(--bs-border-color);
  border-bottom: 0;
}

.review-section .review-slider .owl-carousel .owl-stage-outer {
  padding-bottom: 20px;
}
.review-section .review-slider .owl-carousel .owl-stage-outer .owl-stage .owl-item {
  padding: 15px;
}
.review-section .review-slider .owl-carousel .owl-dots {
  text-align: center;
  bottom: 0;
  position: relative;
}
.review-section .review-slider .owl-carousel .owl-dots .owl-dot {
  background-color: var(--bs-black);
  border-radius: 50%;
  height: 9px;
  width: 9px;
  opacity: 0.25;
  margin: 0 5px;
}
.review-section .review-slider .owl-carousel .owl-dots .owl-dot.active {
  opacity: 0.75;
}
.review-section .review-slider .owl-carousel .owl-dots .owl-dot:hover {
  background-color: var(--bs-black);
  opacity: 0.75;
}

.modernize-lp-offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-toggle::after {
  display: none;
}
.modernize-lp-offcanvas .offcanvas-body .navbar-nav .nav-item .nav-link {
  padding: 5px 15px;
}
.modernize-lp-offcanvas .offcanvas-body .navbar-nav .nav-item .dropdown-menu {
  position: relative !important;
  transform: none !important;
  box-shadow: none !important;
  padding: 0;
}

.growl-notification-example {
  cursor: default;
  display: none;
}

.blog {
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.blog::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(33, 33, 33, 0.6);
}

.login-page {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  width: 100%;
}
.login-page .card-body {
  position: relative;
  margin-bottom: 0;
}
.login-page .auth-card {
  max-width: 420px;
  margin-left: 20px;
  margin-right: 20px;
}
.login-page .login-page-pw .form-control {
  padding-right: 50px;
}
.login-page-box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.login-page-box h1 {
  font-size: 2rem;
  text-transform: uppercase;
}
.login-page-box h1 + p {
  margin-bottom: 0;
}
.login-page .login-more {
  display: flex;
  align-items: center;
  margin-bottom: 5px;
}
.login-page .login-ok {
  width: 100%;
  border-radius: 7px;
  padding: 10px;
  margin-bottom: 0;
}
.login-page .login-page-pw {
  position: relative;
}
.login-page .login-page-pw .login-page-toggle {
  position: absolute;
  top: 2px;
  right: 6px;
  width: 34px;
  height: 34px;
  font-size: 20px;
}

.login-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
  text-transform: uppercase;
}
.login-links + p {
  margin-bottom: 0;
  padding: 10px 0;
}

.timeline-widget .timeline-item {
  min-height: 70px;
}
.timeline-widget .timeline-item .timeline-time {
  padding: 6px 16px 6px 0;
  min-width: 90px;
}
.timeline-widget .timeline-item .timeline-badge-wrap .timeline-badge {
  width: 12px;
  height: 12px;
  border-radius: 50px;
  background-color: transparent;
}
.timeline-widget .timeline-item .timeline-badge-wrap .timeline-badge-border {
  width: 1px;
  height: 100%;
  background-color: var(--bs-border-color);
}
.timeline-widget .timeline-item .timeline-desc {
  padding: 6px 16px;
}
.timeline-widget .timeline-item .timeline-badge.badge-primary {
  border: 2px solid var(--bs-primary);
}

/*******************/
/*Comment widgets*/
/*******************/
.comment-widgets .comment-row {
  background: transparent;
}
.comment-widgets .comment-row:hover, .comment-widgets .comment-row.active {
  background: rgba(0, 0, 0, 0.025);
}

.comment-text:hover .comment-footer .action-icons, .comment-text.active .comment-footer .action-icons {
  visibility: visible;
}

.comment-footer .action-icons {
  visibility: hidden;
}
.comment-footer .action-icons a {
  color: var(--bs-body-color);
}
.comment-footer .action-icons a:hover, .comment-footer .action-icons a.active {
  color: var(--bs-info);
}

/*******************/
/*table-stylish widgets*/
/*******************/
.stylish-table tbody tr {
  border-left: 4px solid transparent;
}
.stylish-table tbody tr:hover, .stylish-table tbody tr.active {
  border-left: 4px solid var(--bs-info);
}
.stylish-table tbody td small {
  line-height: 12px;
}

@media (max-width: 991.98px) {
  .w-xs-100 {
    width: 100% !important;
  }
}
/*******************/
/*To do widgets*/
/*******************/
.todo-list li .assignedto li {
  margin-right: 2px;
}
.todo-list li .assignedto li img {
  width: 30px;
}

/*******************/
/*Chat widget*/
/*******************/
.message-box .message-widget a:hover {
  background: rgba(0, 0, 0, 0.025);
}
.message-box .message-widget a .user-img {
  width: 45px;
}
.message-box .message-widget a .user-img .profile-status {
  border: 2px solid var(--bs-white);
  height: 10px;
  left: 33px;
  position: absolute;
  top: -1px;
  width: 10px;
}
.message-box .message-widget a .user-img .online {
  background: var(--bs-success);
}
.message-box .message-widget a .user-img .busy {
  background: var(--bs-danger);
}
.message-box .message-widget a .user-img .away {
  background: var(--bs-warning);
}
.message-box .message-widget a .user-img .offline {
  background: var(--bs-warning);
}
.message-box .message-widget a .mail-desc,
.message-box .message-widget a .time {
  color: var(--bs-body-color);
}

.mailbox .message-center {
  overflow: auto;
}
.mailbox .message-center .message-item {
  display: flex;
}
.mailbox .message-center .message-item:hover, .mailbox .message-center .message-item.active {
  background: rgba(0, 0, 0, 0.025);
}
.mailbox .message-center .message-item .user-img {
  width: 40px;
}
.mailbox .message-center .message-item .user-img .profile-status {
  border: 2px solid var(--bs-white);
  height: 10px;
  left: 30px;
  position: absolute;
  top: 1px;
  width: 10px;
}
.mailbox .message-center .message-item .user-img .online {
  background: var(--bs-success);
}
.mailbox .message-center .message-item .user-img .busy {
  background: var(--bs-danger);
}
.mailbox .message-center .message-item .user-img .away {
  background: var(--bs-warning);
}
.mailbox .message-center .message-item .user-img .offline {
  background: var(--bs-warning);
}

.main .el-element-overlay .card-title {
  padding: 0 10px;
  font-size: 20px;
  border: none;
  color: var(--bs-card-title-color);
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
}
.el-element-overlay .card {
  overflow: hidden;
}
.el-element-overlay .white-box {
  padding: 0;
}
.el-element-overlay .el-card-link {
  display: block;
  margin-bottom: 1rem;
}
.el-element-overlay .el-card-link > a:focus {
  outline: 2px auto black;
  outline-offset: -65px;
}
.el-element-overlay .el-card-link a:focus {
  outline: 2px auto black;
  outline-offset: -5px;
}
.el-element-overlay .el-card-item {
  padding-bottom: 1rem;
}
.el-element-overlay .el-card-item .el-overlay-1 {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
}
.el-element-overlay .el-card-item .el-overlay-1 img {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  transition: all 0.4s linear;
}
.el-element-overlay .el-card-item .el-overlay-1:focus img, .el-element-overlay .el-card-item .el-overlay-1:focus-within img, .el-element-overlay .el-card-item .el-overlay-1:hover img {
  transform: scale(1.2) translateZ(0);
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-decoration: none;
  filter: alpha(opacity=0);
  transition: all 0.2s ease-in-out;
  transform: translateY(-50%) translateZ(0);
  color: var(--bs-white);
  display: inline-block;
  padding: 0;
  list-style: none;
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info li {
  margin: 0 0.25rem;
  display: inline-block;
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info li .el-link {
  padding: 12px 15px 10px;
  color: var(--bs-white);
  border-color: rgba(255, 255, 255, 0.6) !important;
}
.el-element-overlay .el-card-item .el-overlay-1 .el-info li .el-link:hover {
  border-color: var(--bs-primary);
  background: var(--bs-primary);
}
.el-element-overlay .el-card-item .el-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.el-element-overlay .el-card-item .el-overlay-1:focus .el-overlay, .el-element-overlay .el-card-item .el-overlay-1:focus-within .el-overlay, .el-element-overlay .el-card-item .el-overlay-1:hover .el-overlay {
  opacity: 1;
  filter: alpha(opacity=100);
  transform: translateZ(0);
}
.el-element-overlay .el-card-item .el-overlay-1:focus .scrl-dwn, .el-element-overlay .el-card-item .el-overlay-1:focus-within .scrl-dwn, .el-element-overlay .el-card-item .el-overlay-1:hover .scrl-dwn {
  top: 0;
}
.el-element-overlay .el-card-item .el-overlay-1:focus .scrl-up, .el-element-overlay .el-card-item .el-overlay-1:focus-within .scrl-up, .el-element-overlay .el-card-item .el-overlay-1:hover .scrl-up {
  top: 0;
  height: 100%;
}
.el-element-overlay .el-card-item .el-overlay-1 .scrl-dwn {
  top: -100%;
}
.el-element-overlay .el-card-item .el-overlay-1 .scrl-up {
  top: 100%;
  height: 0;
}

.badge-primary-light {
  background-color: #eef2ff;
  color: #1e40af;
  padding: 0.4rem 1rem;
  border-radius: 40px;
  font-weight: 500;
  font-size: 0.85rem;
}

.card-hover {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
}

.card-hover:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  box-shadow: 0 8px 14px -6px rgba(37, 99, 235, 0.25);
}

.stat-number {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1e40af;
}

@media (max-width: 768px) {
  .icon-circle {
    width: 48px;
    height: 48px;
    font-size: 1.4rem;
  }
  .stat-number {
    font-size: 1.8rem;
  }
}
/* 페이지 전용 추가 스타일 (템플릿과 충돌 없이) */
.badge-primary-light {
  background-color: #eef2ff;
  color: #1e40af;
  padding: 0.4rem 1rem;
  border-radius: 40px;
  font-weight: 500;
  font-size: 0.85rem;
}

.card-hover {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
}

.card-hover:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  box-shadow: 0 8px 14px -6px rgba(37, 99, 235, 0.25);
}

.stat-number {
  font-size: 2.2rem;
  font-weight: 700;
  color: #1e40af;
}

.bg-soft-blue {
  background-color: #f0f9ff;
}

@media (max-width: 768px) {
  .icon-circle {
    width: 48px;
    height: 48px;
    font-size: 1.4rem;
  }
  .stat-number {
    font-size: 1.8rem;
  }
}
/* 시각적 배경 패턴 (장식용) */
.bg-graphic-pattern {
  position: relative;
  overflow: hidden;
}

.bg-graphic-pattern::before {
  content: "";
  position: absolute;
  top: -20%;
  right: -10%;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(59, 130, 246, 0.08) 0%, rgba(59, 130, 246, 0) 70%);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}

.bg-graphic-pattern::after {
  content: "";
  position: absolute;
  bottom: -15%;
  left: -5%;
  width: 350px;
  height: 350px;
  background: radial-gradient(circle, rgba(100, 116, 139, 0.05) 0%, rgba(100, 116, 139, 0) 70%);
  border-radius: 50%;
  z-index: 0;
  pointer-events: none;
}

.hero-section,
.features-section,
.grid-demo-section,
.case-section,
.stats-section,
.cta-section {
  position: relative;
  z-index: 2;
}

.card-hover {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  border-radius: 1.25rem;
  background: #ffffff;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
}
.card-hover .badge.h5 {
  font-size: 1.2rem;
  margin-top: 10px;
}
.card-hover .badge.h5 i {
  margin-right: 8px;
}

.card-hover:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.1);
}

.icon-circle {
  width: 56px;
  height: 56px;
  background: linear-gradient(135deg, #2563eb 0%, #3b82f6 100%);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.8rem;
  margin-bottom: 1.2rem;
  box-shadow: 0 8px 14px -6px rgba(37, 99, 235, 0.25);
}

.badge-primary-light {
  background-color: #eef2ff;
  color: #1e40af;
  padding: 0.4rem 1rem;
  border-radius: 40px;
  font-weight: 500;
  font-size: 0.85rem;
}

.grid-table-demo {
  background: #ffffff;
  border-radius: 1.25rem;
  box-shadow: 0 20px 35px -12px rgba(0, 0, 0, 0.08);
}

.table-custom th {
  background-color: #f1f5f9;
  font-weight: 600;
  border-bottom: 1px solid #e2e8f0;
}

.table-custom td,
.table-custom th {
  padding: 1rem 0.75rem;
  vertical-align: middle;
}

.score-highlight {
  font-weight: 700;
  color: #2563eb;
  background: #eff6ff;
  border-radius: 12px;
  padding: 0.2rem 0.5rem;
  display: inline-block;
}

.footer {
  background-color: #0f172a;
  color: #94a3b8;
  border-top: 1px solid #1e293b;
}

@media (max-width: 768px) {
  .icon-circle {
    width: 48px;
    height: 48px;
    font-size: 1.4rem;
    border-radius: 14px;
  }
  .hero-section h1 {
    font-size: 2rem;
  }
}
/* 43.html */
.address-card {
  background: #ffffff;
  border-radius: 1.25rem;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  border: none;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.02);
}

.address-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 30px -12px rgba(0, 0, 0, 0.1);
}

.icon-circle-sm {
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #2563eb, #3b82f6);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
}

.map-placeholder {
  background-color: #eef2ff;
  border-radius: 1rem;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4b5563;
  font-size: 0.9rem;
}

@media (max-width: 768px) {
  .map-placeholder {
    height: 180px;
  }
}
/* 회사소개 전용 스타일 (깔끔하고 심플한 타임라인) */
.company-intro {
  background: #ffffff;
  border-radius: 1.5rem;
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.05);
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  color: #1e40af;
}

/* 타임라인 스타일 (쌍용건설 연혁 스타일 참고) */
.timeline-section {
  background: #fff;
  border-radius: 1.25rem;
  padding: 2rem;
}

.timeline {
  position: relative;
  padding-left: 2rem;
}

.timeline::before {
  content: "";
  position: absolute;
  left: 20px;
  top: 7px;
  bottom: 0;
  width: 2px;
  background: linear-gradient(180deg, #3b82f6, #93c5fd);
  border-radius: 2px;
}

.timeline-item {
  position: relative;
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-dot {
  position: absolute;
  left: -1.1rem;
  top: 0.25rem;
  width: 0.9rem;
  height: 0.9rem;
  background: #2563eb;
  border-radius: 50%;
  box-shadow: 0 0 0 3px rgba(37, 99, 235, 0.2);
  transition: all 0.2s;
}

.timeline-item:hover .timeline-dot {
  background: #1e40af;
  transform: scale(1.2);
  box-shadow: 0 0 0 5px rgba(37, 99, 235, 0.3);
}

.timeline-year {
  font-size: 1.2rem;
  font-weight: 700;
  color: #1e40af;
  margin-bottom: 0.75rem;
  display: inline-block;
  background: #eef2ff;
  padding: 0.2rem 1rem;
  border-radius: 30px;
}

.timeline-content {
  background: #ffffff;
  border-radius: 1rem;
  padding: 1rem 1.25rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
  border: 1px solid #f0f2f5;
  transition: all 0.2s;
}

.timeline-content:hover {
  transform: translateX(4px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.05);
  border-color: #e2e8f0;
}

.timeline-content ul {
  margin-bottom: 0;
  padding-left: 0;
}

.timeline-content li {
  margin-bottom: 0.5rem;
  color: #334155;
  list-style: none;
  display: flex;
  align-items: baseline;
  gap: 0.5rem;
}

.timeline-content li i {
  width: 1.2rem;
  color: #3b82f6;
  font-size: 0.8rem;
  margin-top: 0.2rem;
}

.timeline-month {
  font-size: 0.8rem;
  font-weight: 500;
  color: #64748b;
  background: #f8fafc;
  padding: 0.1rem 0.5rem;
  border-radius: 20px;
  margin-left: 0.5rem;
}

@media (max-width: 768px) {
  .timeline {
    padding-left: 1rem;
  }
  .timeline::before {
    left: 0.25rem;
  }
  .timeline-item {
    padding-left: 1.5rem;
  }
  .timeline-dot {
    left: -0.75rem;
  }
  .timeline-year {
    font-size: 1rem;
  }
}
/* 접근성: focus 스타일 */
a:focus-visible,
button:focus-visible,
.btn:focus-visible {
  outline: 3px solid #1e40af;
  outline-offset: 2px;
}
/*# sourceMappingURL=default.css.map */
