:root,
[data-bs-theme="light"] {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-black: #000;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #0026dc;
  --bs-secondary: #00fdbc;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 0, 38, 220;
  --bs-secondary-rgb: 0, 253, 188;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-primary-text-emphasis: #052c65;
  --bs-secondary-text-emphasis: #2b2f32;
  --bs-success-text-emphasis: #0a3622;
  --bs-info-text-emphasis: #055160;
  --bs-warning-text-emphasis: #664d03;
  --bs-danger-text-emphasis: #58151c;
  --bs-light-text-emphasis: #495057;
  --bs-dark-text-emphasis: #495057;
  --bs-primary-bg-subtle: #ffffff;
  --bs-secondary-bg-subtle: #e2e3e5;
  --bs-success-bg-subtle: #d1e7dd;
  --bs-info-bg-subtle: #cff4fc;
  --bs-warning-bg-subtle: #fff3cd;
  --bs-danger-bg-subtle: #f8d7da;
  --bs-light-bg-subtle: #fcfcfd;
  --bs-dark-bg-subtle: #ced4da;
  --bs-primary-border-subtle: #9ec5fe;
  --bs-secondary-border-subtle: #c4c8cb;
  --bs-success-border-subtle: #a3cfbb;
  --bs-info-border-subtle: #9eeaf9;
  --bs-warning-border-subtle: #ffe69c;
  --bs-danger-border-subtle: #f1aeb5;
  --bs-light-border-subtle: #e9ecef;
  --bs-dark-border-subtle: #adb5bd;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "IBM Plex Sans Thai", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg: #fff;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-emphasis-color: #000;
  --bs-emphasis-color-rgb: 0, 0, 0;
  --bs-secondary-color: rgba(33, 37, 41, 0.75);
  --bs-secondary-color-rgb: 33, 37, 41;
  --bs-secondary-bg: #e9ecef;
  --bs-secondary-bg-rgb: 233, 236, 239;
  --bs-tertiary-color: rgba(33, 37, 41, 0.5);
  --bs-tertiary-color-rgb: 33, 37, 41;
  --bs-tertiary-bg: #f8f9fa;
  --bs-tertiary-bg-rgb: 248, 249, 250;
  --bs-heading-color: inherit;
  --bs-link-color: #333333;
  --bs-link-color-rgb: 13, 110, 253;
  --bs-link-decoration: underline;
  --bs-link-hover-color: #0026dc;
  --bs-link-hover-color-rgb: 10, 88, 202;
  --bs-code-color: #d63384;
  --bs-highlight-color: #212529;
  --bs-highlight-bg: #fff3cd;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: #d0d2dd;
  --bs-border-color-translucent: #f1f1f4;
  --bs-border-radius: 0.25rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.25rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-xxl: 2rem;
  --bs-border-radius-2xl: var(--bs-border-radius-xxl);
  --bs-border-radius-pill: 50rem;
  --bs-box-shadow: 0px 0px 50px 0px rgba(82, 63, 105, 0.15);
  --bs-box-shadow-sm: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
  --bs-box-shadow-lg: 0 1rem 3rem rgba(0, 0, 0, 0.175);
  --bs-box-shadow-inset: inset 0 1px 2px rgba(0, 0, 0, 0.075);
  --bs-focus-ring-width: 0.25rem;
  --bs-focus-ring-opacity: 0.25;
  --bs-focus-ring-color: rgba(13, 110, 253, 0.25);
  --bs-form-valid-color: #198754;
  --bs-form-valid-border-color: #198754;
  --bs-form-invalid-color: #dc3545;
  --bs-form-invalid-border-color: #dc3545;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
}
em {
  font-style: italic;
}
.fw-200 {
  font-weight: 200;
}
.bg-primary {
  background-color: #0026dc;
}
.bg-dark-primary {
  background-color: #00004b;
}
.bg-secondary {
  background-color: #00fdbc;
}
.bg-gradient {
  background: linear-gradient(82.23deg, #04fab9 -11.5%, #0026dc 48.76%, #fb8c3e 105.55%) !important;
  background-size: cover;
  background-repeat: no-repeat;
}
.bg-user {
  background-image: url("../images/user-default.png");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-gray-1 {
  background-color: #90a3bf;
}
.bg-gray-2 {
  background-color: #e9eff6;
}
.hover-scale-up {
  transition: scale 0.25s ease-in-out;
}
.hover-scale-up:hover {
  scale: 1.1;
}
.btn {
  --bs-btn-font-size: 0.875rem;
  text-decoration: none;
}
.btn.btn-icon-text {
  display: flex;
  align-items: center;
}
.btn.btn-icon-text .btn-icon {
  font-size: 24px;
  line-height: 1;
  margin-right: 0.25rem;
}
.btn.btn-arrow {
  display: inline-flex;
  align-items: center;
}
.btn.btn-arrow:after {
  content: "\f100";
  font-family: "Liberator";
  margin-left: 8px;
  transition: all 0.25s ease-in-out;
}
.btn.btn-arrow:hover:after {
  margin-left: 12px;
  margin-right: -4px;
}
.btn.btn-lg {
  --bs-btn-padding-y: 0.675rem;
  --bs-btn-padding-x: 1.25rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: var(--bs-border-radius-lg);
}
.btn-light {
  --bs-btn-color: #000000;
  --bs-btn-bg: #f8f9fa;
  --bs-btn-border-color: #f8f9fa;
  --bs-btn-hover-color: #000000;
  --bs-btn-hover-bg: #edf1f4;
  --bs-btn-hover-border-color: #edf1f4;
  --bs-btn-focus-shadow-rgb: 211, 212, 213;
  --bs-btn-active-color: #000;
  --bs-btn-active-bg: #edf1f4;
  --bs-btn-active-border-color: #edf1f4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #000;
  --bs-btn-disabled-bg: #f8f9fa;
  --bs-btn-disabled-border-color: #f8f9fa;
}
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #0026dc;
  --bs-btn-border-color: #0026dc;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #00004b;
  --bs-btn-hover-border-color: #00004b;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #00004b;
  --bs-btn-active-border-color: #0026dc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #0026dc;
  --bs-btn-disabled-border-color: #0026dc;
}
.btn-outline-primary {
  --bs-btn-color: #0026dc;
  --bs-btn-border-color: #0026dc;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #0026dc;
  --bs-btn-hover-border-color: #0026dc;
  --bs-btn-focus-shadow-rgb: 13, 110, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #0026dc;
  --bs-btn-active-border-color: #0026dc;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #0026dc;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #0026dc;
  --bs-gradient: none;
}
.btn-primary-light {
  background-color: rgba(255, 98, 0, 0.1);
  color: #0026dc;
}
.btn-primary-light:hover:active,
.btn-primary-light:hover {
  background-color: #0026dc;
  color: #fff;
}
.btn-danger {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ff4d4d;
  --bs-btn-border-color: #ff4d4d;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ce3f3f;
  --bs-btn-hover-border-color: #ce3f3f;
  --bs-btn-focus-shadow-rgb: 225, 83, 97;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ce3f3f;
  --bs-btn-active-border-color: #ff4d4d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ff4d4d;
  --bs-btn-disabled-border-color: #ff4d4d;
}
.btn-gradient {
  background: linear-gradient(82.23deg, #04fab9 -11.5%, #0026dc 48.76%, #fb8c3e 105.55%);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff !important;
}
.min-h-auto {
  min-height: auto;
}
.min-h-auto-f {
  min-height: auto !important;
}
.dropdown-menu {
  --bs-dropdown-zindex: 1050;
  --bs-dropdown-min-width: 10rem;
  --bs-dropdown-padding-x: 0;
  --bs-dropdown-padding-y: 0.5rem;
  --bs-dropdown-spacer: 0.125rem;
  --bs-dropdown-font-size: 1rem;
  --bs-dropdown-color: var(--bs-body-color);
  --bs-dropdown-bg: var(--bs-body-bg);
  --bs-dropdown-border-color: #d0d2dd;
  --bs-dropdown-border-radius: var(--bs-border-radius);
  --bs-dropdown-border-width: var(--bs-border-width);
  --bs-dropdown-inner-border-radius: calc(var(--bs-border-radius) - var(--bs-border-width));
  --bs-dropdown-divider-bg: var(--bs-border-color-translucent);
  --bs-dropdown-divider-margin-y: 0.5rem;
  --bs-dropdown-box-shadow: var(--bs-box-shadow);
  --bs-dropdown-link-color: var(--bs-body-color);
  --bs-dropdown-link-hover-color: var(--bs-body-color);
  --bs-dropdown-link-hover-bg: var(--bs-tertiary-bg);
  --bs-dropdown-link-active-color: #fff;
  --bs-dropdown-link-active-bg: #0026dc;
  --bs-dropdown-link-disabled-color: var(--bs-tertiary-color);
  --bs-dropdown-item-padding-x: 1rem;
  --bs-dropdown-item-padding-y: 0.25rem;
  --bs-dropdown-header-color: #6c757d;
  --bs-dropdown-header-padding-x: 1rem;
  --bs-dropdown-header-padding-y: 0.5rem;
  position: absolute;
  z-index: var(--bs-dropdown-zindex);
  display: none;
  min-width: var(--bs-dropdown-min-width);
  padding: var(--bs-dropdown-padding-y) var(--bs-dropdown-padding-x);
  margin: 0;
  font-size: var(--bs-dropdown-font-size);
  color: var(--bs-dropdown-color);
  text-align: left;
  list-style: none;
  background-color: var(--bs-dropdown-bg);
  background-clip: padding-box;
  border: var(--bs-dropdown-border-width) solid var(--bs-dropdown-border-color);
  border-radius: var(--bs-dropdown-border-radius);
}
.accordion {
  --bs-accordion-color: var(--bs-body-color);
  --bs-accordion-bg: var(--bs-body-bg);
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: var(--bs-border-width);
  --bs-accordion-border-radius: var(--bs-border-radius);
  --bs-accordion-inner-border-radius: calc(var(--bs-border-radius) - (var(--bs-border-width)));
  --bs-accordion-btn-padding-x: 1rem;
  --bs-accordion-btn-padding-y: 0.75rem;
  --bs-accordion-btn-color: var(--bs-body-color);
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url('data:image/svg + xml,%3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%23212529"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e');
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url('data:image/svg + xml,%3csvgxmlns="http://www.w3.org/2000/svg"viewBox="0 0 16 16"fill="%23052c65"%3e%3cpathfill-rule="evenodd"d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/%3e%3c/svg%3e');
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1rem;
  --bs-accordion-body-padding-y: 0.75rem;
  --bs-accordion-active-color: var(--bs-primary-text-emphasis);
  --bs-accordion-active-bg: var(--bs-primary-bg-subtle);
}
.accordion-item:first-of-type {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.accordion-button {
  position: relative;
  display: flex;
  align-items: flex-start;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 0.875rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition);
}
.accordion-button:not(.collapsed),
.accordion-button:focus {
  z-index: 3;
  border-color: var(--bs-accordion-btn-focus-border-color);
  outline: 0;
  box-shadow: none;
}
.accordion-button:after {
  margin-top: 3px;
}
.nav-pills {
  --bs-nav-pills-border-radius: var(--bs-border-radius);
  --bs-nav-pills-link-active-color: #0026dc;
  --bs-nav-pills-link-active-bg: rgba(255, 98, 0, 0.1);
}
.nav-pills.justify-content-end .nav-item {
  margin-right: 0.5rem;
}
.nav-pills.justify-content-end .nav-item:last-child {
  margin-right: 0;
}
.nav-link {
  display: inline-block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  background: 0 0;
  border: 0;
  height: 100%;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-link:focus,
.nav-link:hover {
  color: var(--bs-nav-link-hover-color);
}
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-color: var(--bs-link-color);
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: var(--bs-secondary-color);
}
p + p {
  margin-top: 14px;
}
.page-panel {
  background: #fff;
  border-top: 1px solid #f1f1f4;
  padding: 4px 0;
}
.page-footer {
  background: #fff;
  padding: 20px 0;
}
.back-btn {
  min-width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  padding: 0;
  border-radius: 50%;
}
.back-btn i {
  font-size: 18px;
}
.two-columns-list {
  columns: 2;
  -webkit-columns: 2;
  -moz-columns: 2;
}
.app-min-w-100px {
  min-width: 100px;
}
.app-min-w-150px {
  min-width: 150px;
}
.app-min-w-200px {
  min-width: 200px;
}
.app-min-w-220px {
  min-width: 220px;
}
.page-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
}
.page-title.title-lg {
  font-size: 2rem;
}
.content-section {
  padding: 80px 0;
  overflow: hidden;
}
.section-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1.3;
}
.section-title.title-lg {
  font-size: 2.25rem;
  font-weight: 600;
}
.section-title.title-md {
  font-size: 1.25rem;
  font-weight: 600;
}
.section-title.title-sm {
  font-size: 1.125rem;
  font-weight: 600;
}
.section-subtitle {
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.3;
}
.section-description {
  font-size: 1.125rem;
  color: #333333;
  font-family: "IBM Plex Sans Thai Looped";
  letter-spacing: 0;
}
.section-description.desc-md {
  font-size: 1.125rem;
}
#footer-panel {
  background: #0026dc;
  color: #fff;
  padding: 24px 0;
}
#footer-panel #footer-logo {
  height: 40px;
}
#footer-panel .footer-menus {
  margin-bottom: 24px;
  padding-left: 0;
}
#footer-panel .footer-menus.horizontal {
  display: flex;
  margin-bottom: 0;
}
#footer-panel .footer-menus.horizontal li + li {
  margin-top: 0;
  margin-left: 24px;
}
#footer-panel .footer-menus li + li {
  margin-top: 8px;
}
#footer-panel .footer-menus li a {
  color: #fff;
}
.social-list {
  display: inline-flex;
  align-items: center;
}
.social-list > li {
  margin-right: 10px;
}
.social-list > li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  color: #fff;
}
.social-list > li a i {
  font-size: 20px;
  line-height: 1;
}
.navbar-nav .nav-item .accordion-header .accordion-button:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 28px;
  height: 28px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23FFFFFF' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
  background-size: 20px auto;
  background-position: center center;
  background-repeat: no-repeat;
  margin-top: -1px;
}
.navbar-nav .nav-item .accordion-collapse .accordion-body {
  width: fit-content;
  max-width: 100%;
}
.navbar-nav .nav-item .accordion-collapse .accordion-body div {
  white-space: normal;
}
.navbar-nav .nav-item .dropdown.hover-dropdown:hover .dropdown-menu {
  display: block;
}
.navbar-nav .nav-item .dropdown .dropdown-toggle {
  border: none;
  background: transparent;
  color: #979797;
  font-size: 14px;
  font-weight: 500;
  padding-top: 8px;
  padding-bottom: 8px;
  outline: none;
}
.navbar-nav .nav-item .dropdown .dropdown-toggle:hover {
  color: #0026dc;
}
.navbar-nav .nav-item .dropdown .dropdown-toggle.no-caret:after {
  display: none;
}
.navbar-nav .nav-item .dropdown .dropdown-toggle:after {
  vertical-align: middle;
}
.navbar-nav .nav-item .dropdown .dropdown-menu {
  position: absolute;
}
.navbar-nav .nav-item .dropdown .dropdown-menu .nav-link {
  padding: 4px 12px;
}
.nav-tabs .nav-item {
  background-color: #f2f4fd;
}
.nav-tabs .nav-item:not(.dropdown) .nav-link:focus,
.nav-tabs .nav-item:not(.dropdown) .nav-link:hover {
  border-color: transparent;
}
.nav-tabs .nav-item:not(.dropdown) .nav-link:active {
  border-color: transparent;
}
.nav-tabs .nav-item:not(.dropdown) .nav-link.active:active,
.nav-tabs .nav-item:not(.dropdown) .nav-link.active {
  border: 1px solid #d0d2dd !important;
  position: relative;
}
.nav-tabs .nav-item:not(.dropdown) .nav-link.active:active:after,
.nav-tabs .nav-item:not(.dropdown) .nav-link.active:after {
  content: "";
  position: absolute;
  height: 2px;
  left: 0;
  right: 0;
  bottom: -2px;
  background-color: #fff;
}
.nav-tabs .nav-item.dropdown .nav-link.dropdown-toggle:hover {
  border-color: transparent;
}
.nav-tabs .nav-item.dropdown .nav-link.dropdown-toggle.show {
  border-color: transparent;
}
.nav-tabs .nav-item.dropdown .nav-link.dropdown-toggle.active.show,
.nav-tabs .nav-item.dropdown .nav-link.dropdown-toggle.active:hover {
  border-color: var(--bs-nav-tabs-link-active-border-color);
}
.nav-tabs .nav-item.dropdown .dropdown-menu.show {
  margin-top: -2px !important;
}
.nav-tabs .nav-item.dropdown .dropdown-menu .nav-link {
  border: none;
}
.nav-pills.box-style {
  background-color: #f2f4fd;
  padding: 6px;
  border-radius: 10px;
}
.nav-pills.box-style .nav-item .nav-link {
  padding: 12px 12px;
  color: #0026dc;
  font-size: 1rem;
}
.nav-pills.box-style .nav-item .nav-link.active {
  background-color: #fff;
  border-radius: 8px;
  color: #000000;
  font-weight: 700;
}
.nav-pills .nav-item .nav-link.active {
  background-color: #0026dc;
  color: #fff;
}
.modal .modal-dialog.modal-dialog-scrollable form {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.modal .modal-dialog.bg-transparent .modal-content {
  background: transparent !important;
}
.modal .modal-dialog .modal-content {
  border: none;
}
.modal .modal-dialog .modal-content .modal-header {
  border-bottom: 0;
  font-weight: 600;
}
.modal .modal-dialog .modal-content .modal-footer {
  border-top: 0;
  padding-left: 16px;
  padding-right: 16px;
}
.text-overflow {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.description-text {
  font-family: "IBM Plex Sans Thai Looped";
  letter-spacing: 0;
}
.floating-element-scroll {
  z-index: 1;
}
.floating {
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0% {
    transform: translateY(0);
    /* Start at original position */
  }
  50% {
    transform: translateY(-10px);
    /* Move up by 10px */
  }
  100% {
    transform: translateY(0);
    /* Return to original position */
  }
}
@keyframes circle {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 1;
  }
  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}
textarea,
input[type="tel"],
input[type="password"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="text"],
input[type="search"] {
  line-height: normal;
  box-shadow: none !important;
  padding: 8px 12px;
  animation-duration: 3.5s !important;
}
textarea:focus,
input[type="tel"]:focus,
input[type="password"]:focus,
input[type="url"]:focus,
input[type="email"]:focus,
input[type="number"]:focus,
input[type="text"]:focus,
input[type="search"]:focus {
  outline: none !important;
  box-shadow: none !important;
}
textarea:invalid,
input[type="tel"]:invalid,
input[type="password"]:invalid,
input[type="url"]:invalid,
input[type="email"]:invalid,
input[type="number"]:invalid,
input[type="text"]:invalid,
input[type="search"]:invalid,
textarea.error,
input[type="tel"].error,
input[type="password"].error,
input[type="url"].error,
input[type="email"].error,
input[type="number"].error,
input[type="text"].error,
input[type="search"].error {
  border-color: #ff4d4d !important;
}
textarea:invalid:focus,
input[type="tel"]:invalid:focus,
input[type="password"]:invalid:focus,
input[type="url"]:invalid:focus,
input[type="email"]:invalid:focus,
input[type="number"]:invalid:focus,
input[type="text"]:invalid:focus,
input[type="search"]:invalid:focus,
textarea.error:focus,
input[type="tel"].error:focus,
input[type="password"].error:focus,
input[type="url"].error:focus,
input[type="email"].error:focus,
input[type="number"].error:focus,
input[type="text"].error:focus,
input[type="search"].error:focus {
  border-color: #ff4d4d !important;
}
textarea {
  resize: none;
}
img {
  max-width: 100%;
  max-height: 100%;
}
small {
  font-size: 0.75rem;
}
strong {
  font-weight: 600;
}
::placeholder {
  color: #bdbdbd !important;
}
body {
  font-family: "IBM Plex Sans Thai";
  background-color: #ffffff;
  color: #000000;
  font-size: 17px;
  line-height: 1.6;
  overflow-x: hidden;
}
body:has(#announcement-bar) {
  padding-top: 40px;
}
.container {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}
row > * {
  padding-right: calc(var(--bs-gutter-x) * 1);
  padding-left: calc(var(--bs-gutter-x) * 1);
}
a {
  text-decoration: none;
  cursor: pointer;
}
button:active {
  border-color: transparent !important;
}
ol:not(.breadcrumb) {
  list-style-position: inside;
  margin: 0;
  counter-reset: foo;
  padding-left: 2.5rem;
  list-style: none;
}
ol:not(.breadcrumb) > li {
  counter-increment: foo;
  position: relative;
}
ol:not(.breadcrumb) > li + li {
  margin-top: 4px;
}
ol:not(.breadcrumb) > li:before {
  content: counter(foo) ".";
  position: absolute;
  display: inline-block;
  vertical-align: middle;
  margin-left: -2rem;
  top: 0;
  left: 0;
}
ul.bullet {
  list-style: none;
  padding-left: 20px;
}
ul.bullet.description > li:before {
  margin-top: 0;
}
ul.bullet > li:before {
  content: "\2022";
  font-size: 24px;
  line-height: 14px;
  margin-top: 0;
  display: inline;
  vertical-align: middle;
  margin-left: -20px;
  margin-right: 12px;
}
ul.bullet > li + li {
  margin-top: 4px;
}
hr {
  border-top-color: #000000;
  opacity: 1;
}
hr.light-color {
  border-top-color: #d0d2dd;
}
hr.dashed {
  border-top-style: dashed;
}
hr.dotted {
  border-top-style: dotted;
}
.border-dotted {
  border-style: dotted !important;
}
b {
  font-weight: 600;
}
.animate {
  opacity: 0;
}
.text-primary {
  color: #0026dc !important;
}
.text-dark-primary {
  color: #00004b !important;
}
.text-color {
  color: #000000 !important;
}
.text-light-color {
  color: #333333 !important;
}
.text-light-color-2 {
  color: #979797 !important;
}
.text-gray-1 {
  color: #90a3bf;
}
.text-gray-2 {
  color: #e9eff6;
}
.text-gray-3 {
  color: #c4c4c4;
}
.text-underline {
  text-decoration: underline;
}
.text-red {
  color: #ff4d4d;
}
.shadow-1 {
  box-shadow: 0px 4px 7px 0px #00000040;
}
.fs-12 {
  font-size: 12px;
}
.fs-14 {
  font-size: 14px;
}
.fs-16 {
  font-size: 16px;
}
.fs-18 {
  font-size: 18px;
}
.fs-20 {
  font-size: 20px;
}
.fs-22 {
  font-size: 22px;
}
.fs-22-f {
  font-size: 22px !important;
}
.fs-24 {
  font-size: 24px;
}
.fs-24-f {
  font-size: 24px !important;
}
.fs-32 {
  font-size: 32px;
}
.vertical-center {
  top: 50%;
  transform: translateY(-50%);
}
.horizontal-center {
  left: 0;
  right: 0;
}
.app-text-xs {
  font-size: 0.75rem;
  /* 12px */
  line-height: 1rem;
  /* 16px */
}
.app-text-sm {
  font-size: 0.875rem;
  /* 14px */
  line-height: 1.25rem;
  /* 20px */
}
.app-text-base {
  font-size: 1rem;
  /* 16px */
  line-height: 1.5rem;
  /* 24px */
}
.app-text-lg {
  font-size: 1.125rem;
  /* 18px */
  line-height: 1.75rem;
  /* 28px */
}
.app-text-xl {
  font-size: 1.25rem;
  /* 20px */
  line-height: 1.75rem;
  /* 28px */
}
.app-text-2xl {
  font-size: 1.5rem;
  /* 24px */
  line-height: 2rem;
  /* 32px */
}
.app-text-3xl {
  font-size: 1.875rem;
  /* 30px */
  line-height: 2.25rem;
  /* 36px */
}
.app-text-4xl {
  font-size: 2.25rem;
  /* 36px */
  line-height: 2.5rem;
  /* 40px */
}
.app-text-5xl {
  font-size: 3rem;
  /* 48px */
  line-height: 1;
}
.app-text-6xl {
  font-size: 3.75rem;
  /* 60px */
  line-height: 1;
}
.app-text-7xl {
  font-size: 4.5rem;
  /* 72px */
  line-height: 1;
}
.app-text-8xl {
  font-size: 6rem;
  /* 96px */
  line-height: 1;
}
.app-text-9xl {
  font-size: 8rem;
  /* 128px */
  line-height: 1;
}
#loading-panel {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  top: 0;
  z-index: 10000;
}
#go-to-top-btn {
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 36px;
  display: block;
  position: fixed;
  bottom: 20px;
  right: 20px;
  border-radius: 4px;
  background-color: #00fdbc;
  text-align: center;
  font-size: 24px;
  color: #000000;
  z-index: 2;
  box-shadow: 0 13px 27px -5px rgba(250, 128, 114, 0.2), 0 8px 16px -8px rgba(250, 128, 114, 0.2), 0 -6px 16px -6px rgba(250, 128, 114, 0.2);
  display: none;
}
#announcement-bar {
  background-color: #00fdbc;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 40px;
  padding: 8px 16px;
  text-align: center;
  z-index: 50;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #000000;
}
#announcement-bar + #header-panel {
  top: 40px;
}
#header-panel {
  background-color: #0026dc;
  position: fixed;
  right: 0;
  left: 0;
  z-index: 15;
  color: #fff;
  box-shadow: 0 0px 15px 1px rgba(0, 0, 0, 0.05);
}
#header-panel .navbar {
  padding: 0;
  min-height: 64px;
}
#header-panel .navbar .navbar-brand {
  min-height: 24px;
}
#header-panel .navbar .navbar-brand > img {
  height: 24px;
}
#header-panel .container-inner {
  display: flex;
  flex-wrap: nowrap;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: 0 -12px;
  flex: 1;
}
#main-navigator {
  width: 0;
  height: 100vh;
  overflow-y: auto;
  z-index: 1005;
  top: 0;
  left: -100%;
  position: fixed;
  background-color: #000026;
  transition: all 0.15s ease-in-out;
}
#main-navigator.show {
  left: 0;
}
#main-navigator.show + #side-bar-backdrop {
  display: block;
}
#main-navigator #logo {
  background-color: rgba(0, 0, 0, 0.1);
  padding: 12px 16px;
  display: block;
  height: 72px;
}
#main-navigator #logo img {
  height: 40px;
}
#main-navigator .side-menu {
  margin: 0;
  min-height: calc(100vh - 80px);
  overflow-y: auto;
  padding-bottom: 40px;
  padding-top: 10px;
}
#main-navigator .side-menu > li {
  color: #a7b1c2;
  font-weight: 400;
  position: relative;
  padding: 4px 0;
}
#main-navigator .side-menu > li.divider {
  margin: 10px 0;
  height: 1px;
  background-color: #a7b1c2;
  opacity: 0.3;
  width: 100%;
}
#main-navigator .side-menu > li.menu-group-title {
  padding: 10px 20px;
  font-size: 12px;
}
#main-navigator .side-menu > li:not(.menu-group-title) + .menu-group-title {
  margin-top: 1.5rem;
}
#main-navigator .side-menu > li .menu-item-icon {
  width: 24px;
  font-size: 24px;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  vertical-align: middle;
}
#main-navigator .side-menu > li .menu-item-icon.large i[class^="icons8"] {
  font-size: 24px;
}
#main-navigator .side-menu > li .menu-item-icon.large i[class^="fa"] {
  font-size: 20px;
}
#main-navigator .side-menu > li .menu-item-icon i[class^="icons8"] {
  font-size: 18px;
  line-height: 18px;
}
#main-navigator .side-menu > li.has-child > a {
  border-radius: 8px 8px 0 0;
}
#main-navigator .side-menu > li.has-child > a.collapsed {
  border-radius: 8px;
}
#main-navigator .side-menu > li.has-child > a.collapsed:after {
  content: "\f107";
}
#main-navigator .side-menu > li.has-child > a:after {
  content: "\f106";
  font-family: "FontAwesome";
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translateY(-50%);
}
#main-navigator .side-menu > li.active > a {
  background-color: rgba(255, 255, 255, 0.05);
  color: #fff;
}
#main-navigator .side-menu > li.active > a:hover {
  color: #fff;
}
#main-navigator .side-menu > li a {
  position: relative;
  display: block;
  color: #a7b1c2;
  font-size: 14px;
  padding: 8px 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: all 0.15s ease-in-out;
}
#main-navigator .side-menu > li a.has-notif:before {
  content: "";
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: block;
  background-color: #ff4d4d;
  top: 50%;
  transform: translateY(-50%);
  right: 35px;
}
#main-navigator .side-menu > li a:hover {
  color: #fff;
}
#main-navigator .side-menu > li a:focus {
  text-decoration: none;
}
#main-navigator .side-menu > li a.opened {
  background: #293846;
}
#main-navigator .side-menu > li a.opened:after {
  content: "\f106";
  font-family: "FontAwesome";
}
#main-navigator .side-menu > li .sub-menu {
  padding: 12px 16px 12px 32px;
  background: rgba(0, 0, 0, 0.2);
  border-radius: 0 0 8px 8px;
}
#main-navigator .side-menu > li .sub-menu li.active > a {
  color: #fff;
  font-weight: 400;
}
#main-navigator .side-menu > li .sub-menu a {
  padding: 10px 15px;
  text-transform: none;
  font-weight: 300;
}
#main-navigator .side-menu > li .sub-menu a.has-notif:before {
  right: 0;
}
#side-bar-backdrop {
  background-color: rgba(0, 0, 0, 0.2);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 1000;
}
#main-content-panel {
  padding: 100px 0 0;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
#main-content-panel:has(.page-panel) {
  padding-top: 116px;
}
#main-content-panel:has(.page-footer) {
  padding-bottom: 100px;
}
#main-content-panel > .page-panel {
  position: fixed;
  top: 72px;
  right: 0;
  left: 0;
  z-index: 10;
}
#main-content-panel > .page-footer {
  position: fixed;
  bottom: 0;
  right: 0;
  left: 0;
}
#main-content-panel > :first-child {
  flex: 1;
}
#account-dropdown {
  font-size: 14px;
}
#account-dropdown.no-caret #account-button:after {
  display: none;
}
#account-dropdown.no-caret #account-button .avatar {
  margin-right: 0;
}
#account-dropdown #account-button {
  display: flex;
  align-items: center;
  color: #fff;
  padding: 8px 16px;
  user-select: none;
}
#account-dropdown #account-button .title {
  max-width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#account-dropdown #account-button .subtitle {
  font-style: italic;
  font-size: 12px;
  color: #979797;
  line-height: 1.4;
}
#account-dropdown .account-image {
  background: #eaeaea;
  border-radius: 8px;
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 4px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
#account-dropdown .dropdown-menu {
  padding: 0;
  min-width: 300px;
  border: none;
  border-radius: 0.875rem;
  box-shadow: 0px 0px 15px 1px rgba(69, 65, 78, 0.15);
  background-color: #ffffff;
  animation-duration: 0.25s;
}
#account-dropdown .dropdown-menu.arrow {
  margin-top: 12px;
}
#account-dropdown .dropdown-menu.arrow:before {
  content: "";
  border-bottom: 7px solid #0026dc;
  border-left: 14px solid transparent;
  border-right: 14px solid transparent;
  display: block;
  width: 0;
  position: absolute;
  top: -7px;
  right: 34px;
}
#account-dropdown .dropdown-menu .dropdown-menu-header {
  background-color: #0026dc;
  padding: 16px;
  color: #fff;
  border-radius: 0.875rem 0.875rem 0 0;
  background-size: cover;
  background-position: center center;
  position: relative;
  overflow: hidden;
}
#account-dropdown .dropdown-menu .dropdown-menu-header:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #0026dc;
}
#account-dropdown .dropdown-menu .dropdown-menu-header > * {
  position: relative;
  z-index: 2;
}
#account-dropdown .dropdown-menu .dropdown-menu-header .account-image {
  display: inline-block;
  vertical-align: top;
  width: 50px;
  height: 50px;
  position: relative;
}
#account-dropdown .dropdown-menu .dropdown-menu-header .account-info {
  display: inline-block;
  width: 100%;
  position: relative;
  color: #fff;
}
#account-dropdown .dropdown-menu .dropdown-menu-header .account-info .name {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
#account-dropdown .dropdown-menu .dropdown-menu-header .account-info .email {
  font-weight: 300;
}
#account-dropdown .dropdown-menu .dropdown-menu-body .menus {
  margin: 15px 0;
  list-style: none;
}
#account-dropdown .dropdown-menu .dropdown-menu-body .menus > li > a {
  padding: 8px 16px;
  display: block;
  color: #000000;
  font-size: 14px;
}
#account-dropdown .dropdown-menu .dropdown-menu-body .menus > li > a:hover {
  color: #0026dc;
}
#account-dropdown .dropdown-menu .dropdown-menu-body .menus > li > a .menu-icon {
  line-height: 14px;
  width: 30px;
  display: inline-block;
  vertical-align: middle;
  font-size: 24px;
}
.table {
  border: none;
  width: 100% !important;
  font-size: 14px;
}
.table > :not(caption) > * > * {
  color: #000000;
}
.table thead th {
  color: #333333;
  border-bottom: 1px solid #f1f1f4 !important;
  padding: 12px 16px 12px 0 !important;
  font-size: 14px;
  font-weight: 500 !important;
}
.table tbody tr:last-child td {
  border-bottom: none;
}
.table tbody tr td {
  padding: 12px 16px 12px 0 !important;
  vertical-align: top;
  border-bottom: 1px solid #f1f1f4;
}
.table tbody tr td.action-col {
  padding: 12px 0 !important;
}
.table tbody tr td.break-word {
  word-wrap: break-word;
}
.table .table-action-btn {
  padding: 4px 8px;
  background: #ffffff;
  border-radius: 8px;
  text-align: center;
  color: #000000;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 8px;
}
.table .table-action-btn + .table-action-btn {
  margin-left: 0.25rem;
}
.dataTables_wrapper {
  font-size: 14px;
}
.dataTables_wrapper .dataTables_length {
  margin-bottom: 16px;
}
.dataTables_wrapper .dataTables_length select {
  background-color: #f0f1f7;
  border: none;
  margin: 0 4px;
  border-radius: 6px;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  display: inline-block;
  width: auto;
  font-size: 14px;
}
.dataTables_wrapper .dataTables_filter {
  margin-bottom: 16px;
}
.dataTables_wrapper .dataTables_filter input {
  background: #f9f9f9;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
}
.dataTables_wrapper .dataTables_processing {
  background: rgba(255, 255, 255, 0.8);
}
.dataTables_wrapper .dataTables_processing > div:last-child > div {
  background-color: #0026dc;
}
.dataTables_wrapper div.dataTables_scroll .dataTables_scrollHead table {
  margin-bottom: 0;
}
.dataTables_wrapper div.dataTables_scroll .dataTables_scrollBody {
  border: none;
}
.dataTables_wrapper div.dataTables_scroll .dataTables_scrollBody > table > thead > tr > th {
  padding: 0 !important;
}
.dataTables_wrapper div.dataTables_scroll .dataTables_scrollBody > table > tbody > tr > td {
  vertical-align: top;
}
.dataTables_wrapper .dataTable {
  margin-bottom: 16px;
}
.dataTables_wrapper .dataTable.no-footer {
  border: none;
}
.dataTables_wrapper .dataTable .dataTables_empty {
  color: #333333;
  padding: 40px 0 !important;
}
.dataTables_wrapper .dataTables_info {
  color: #333333;
  font-size: 14px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
  font-size: 14px;
  border: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background: rgba(255, 98, 0, 0.1);
  color: #0026dc !important;
  border: none;
  border-radius: 6px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: #0026dc;
  color: #fff !important;
  border: none;
  border-radius: 6px;
}
.form-floating label {
  opacity: 0.45;
  line-height: normal;
}
.form-control {
  font-size: 0.875rem;
  line-height: 1.6;
  border-radius: 0.35rem;
}
.form-label {
  font-size: 0.8rem;
  font-weight: 600;
}
.form-select {
  font-size: 0.813rem;
}
.form-check.form-check-md .form-check-input {
  width: 2.25rem;
  height: 1.15rem;
}
.form-check.form-check-md .form-check-label {
  margin-inline-start: 0.5rem;
  margin-block-start: 2px;
  font-size: 0.95rem;
}
.form-check .form-check-label {
  line-height: normal;
  cursor: pointer;
}
.alert .btn-close {
  top: 50%;
  transform: translateY(-50%);
  background-size: 14px auto;
  opacity: 0.3;
}
.alert .btn-close:hover {
  opacity: 0.4;
}
#toast-container .toast {
  border: none;
  border-radius: 8px;
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
  padding: 16px 16px 20px 60px;
  background-size: 32px auto;
  opacity: 0.9;
}
#toast-container .toast.toast-success {
  background-color: #dfffea;
  color: #108839;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0,0,256,256"><g fill="%23108839" fill-rule="nonzero" stroke="none" stroke-width="2" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><g transform="scale(2,2)"><path d="M64,6c-32,0 -58,26 -58,58c0,32 26,58 58,58c32,0 58,-26 58,-58c0,-32 -26,-58 -58,-58zM64,12c28.7,0 52,23.3 52,52c0,28.7 -23.3,52 -52,52c-28.7,0 -52,-23.3 -52,-52c0,-28.7 23.3,-52 52,-52zM85.03711,48.94922c-0.7625,0.025 -1.53672,0.35117 -2.13672,0.95117l-20.90039,21.69922l-10.90039,-11.69922c-1.1,-1.2 -2.99922,-1.30117 -4.19922,-0.20117c-1.2,1.1 -1.30117,3.00117 -0.20117,4.20117l13.10156,14.09961c0.6,0.6 1.29922,1 2.19922,1c0.8,0 1.59922,-0.30039 2.19922,-0.90039l23,-24.09961c1.1,-1.2 1.10039,-3.09922 -0.09961,-4.19922c-0.55,-0.6 -1.3,-0.87656 -2.0625,-0.85156z"></path></g></g></svg>') !important;
}
#toast-container .toast.toast-warning {
  background-color: #fff3cd;
  color: #664d03;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0,0,256,256"><g fill="%23664d03" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><g transform="scale(2,2)"><path d="M64,23.59961c-3.7,0 -6.90078,1.9 -8.80078,5l-36.09961,60.30078c-1.9,3.2 -1.99961,7.09883 -0.09961,10.29883c1.8,3.2 5.10078,5.20117 8.80078,5.20117h72.29883c3.7,0 7.10039,-1.90117 8.90039,-5.20117c1.8,-3.2 1.80039,-7.09883 -0.09961,-10.29883l-36.09961,-60.30078c-1.9,-3.1 -5.10078,-5 -8.80078,-5zM64,29.59961c1.5,0 2.79961,0.69961 3.59961,2.09961l36.20117,60.30078c0.8,1.3 0.79961,2.90078 0.09961,4.30078c-0.8,1.3 -2.10117,2.09961 -3.70117,2.09961h-72.39844c-1.5,0 -2.90117,-0.79961 -3.70117,-2.09961c-0.8,-1.3 -0.70039,-3.00078 0.09961,-4.30078l36.20117,-60.30078c0.8,-1.3 2.09961,-2.09961 3.59961,-2.09961zM64,49.30078c-1.7,0 -3,1.3 -3,3v21c0,1.7 1.3,3 3,3c1.7,0 3,-1.3 3,-3v-21c0,-1.7 -1.3,-3 -3,-3zM64,80.5c-1.65685,0 -3,1.34315 -3,3c0,1.65685 1.34315,3 3,3c1.65685,0 3,-1.34315 3,-3c0,-1.65685 -1.34315,-3 -3,-3z"></path></g></g></svg>') !important;
}
#toast-container .toast.toast-error {
  color: #f8285a;
  background-color: #ffe1ea;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0,0,256,256"><g fill="%23f8285a" fill-rule="nonzero" stroke="none" stroke-width="1" stroke-linecap="butt" stroke-linejoin="miter" stroke-miterlimit="10" stroke-dasharray="" stroke-dashoffset="0" font-family="none" font-weight="none" font-size="none" text-anchor="none" style="mix-blend-mode: normal"><g transform="scale(2,2)"><path d="M64,6c-15.5,0 -30.1,6 -41,17c-11,10.9 -17,25.5 -17,41c0,15.5 6,30.1 17,41c11,11 25.5,17 41,17c15.5,0 30.1,-6 41,-17c11,-11 17,-25.5 17,-41c0,-15.5 -6,-30.1 -17,-41c-10.9,-11 -25.5,-17 -41,-17zM64,12c13.9,0 26.90078,5.39922 36.80078,15.19922c9.9,9.8 15.19922,22.90078 15.19922,36.80078c0,13.9 -5.39922,26.90078 -15.19922,36.80078c-9.9,9.8 -22.90078,15.19922 -36.80078,15.19922c-13.9,0 -26.90078,-5.39922 -36.80078,-15.19922c-9.9,-9.8 -15.19922,-22.90078 -15.19922,-36.80078c0,-13.9 5.39922,-26.90078 15.19922,-36.80078c9.8,-9.9 22.90078,-15.19922 36.80078,-15.19922zM50.5625,47.5c-0.7625,0 -1.5125,0.30039 -2.0625,0.90039c-1.2,1.2 -1.2,3.09922 0,4.19922l11.30078,11.40039l-11.40039,11.30078c-1.2,1.2 -1.2,3.09922 0,4.19922c0.6,0.6 1.39961,0.90039 2.09961,0.90039c0.7,0 1.49961,-0.30039 2.09961,-0.90039l11.40039,-11.30078l11.30078,11.30078c0.6,0.6 1.39961,0.90039 2.09961,0.90039c0.7,0 1.49961,-0.30039 2.09961,-0.90039c1.2,-1.2 1.2,-3.09922 0,-4.19922l-11.30078,-11.30078l11.30078,-11.30078c1.2,-1.2 1.19961,-3.09883 0.09961,-4.29883c-1.2,-1.2 -3.09922,-1.2 -4.19922,0l-11.40039,11.40039l-11.30078,-11.40039c-0.6,-0.6 -1.37422,-0.90039 -2.13672,-0.90039z"></path></g></g></svg>') !important;
}
#toast-container .toast .toast-progress {
  opacity: 0.25;
}
#toast-container .toast .toast-title {
  font-weight: 600;
}
#toast-container .toast .toast-message {
  margin-top: 4px;
  font-weight: 400;
  line-height: normal;
}
.app-badge {
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  padding: 2px 12px;
  background-color: #ffffff;
  color: #000000;
  display: inline-block;
}
.app-badge.status-active {
  background-color: #dfffea;
  color: #17c653;
}
.app-badge.status-inactive {
  background-color: #ffeef3;
  color: #f8285a;
}
.app-badge.badge-md {
  font-size: 14px;
  padding: 2px 16px;
}
.text-bg-secondary {
  color: #000000 !important;
}
.content-box {
  background-color: #fff;
  border-radius: 12px;
}
.content-box + .content-box {
  margin-top: 16px;
}
.content-box .content-box-header {
  font-weight: 600;
  padding: 20px;
  border-bottom: 1px solid #f1f1f4;
}
.content-box .content-box-header .content-box-header-action,
.content-box .content-box-header .nav-pills {
  margin: -8px 0;
}
.content-box .content-box-body {
  padding: 20px;
}
.content-box .content-box-footer {
  border-color: #f1f1f4 !important;
  padding: 20px;
}
.user-account {
  display: flex;
  align-items: center;
}
.user-account.sm .avatar {
  min-width: 40px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
}
.user-account.sm .contents > :not(:first-child) {
  margin-top: 2px;
}
.user-account.sm .contents .title {
  font-size: 14px;
}
.user-account.sm .contents .subtitle {
  font-size: 12px;
}
.user-account.xl .avatar {
  min-width: 96px;
  width: 96px;
  height: 96px;
  line-height: 88px;
  font-size: 40px;
  margin-right: 1.25rem;
}
.user-account.xl .contents > :not(:first-child) {
  margin-top: 12px;
}
.user-account.xl .contents .title {
  font-size: 18px;
}
.user-account.xl .contents .subtitle {
  font-size: 14px;
}
.user-account .avatar {
  display: block;
  border-radius: 0.75rem;
  background-color: #ffffff;
  color: #000000;
  min-width: 48px;
  width: 48px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  margin-right: 0.75rem;
  font-size: 20px;
  font-weight: 600;
}
.user-account .avatar.dark {
  background-color: #000026;
  color: #fff;
}
.user-account .contents {
  padding-right: 0.75rem;
}
.user-account .contents :not(:first-child) {
  margin-top: 2px;
}
.user-account .contents .title {
  font-weight: 600;
  line-height: normal;
}
.user-account .contents .subtitle {
  font-style: italic;
  font-size: 14px;
  color: #333333;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  line-height: normal;
}
.user-account .contents .subtitle i {
  font-size: 16px;
  margin-right: 4px;
}
.empty-panel {
  min-height: 200px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.empty-panel .icon i {
  font-size: 80px;
  color: #d5d6da;
  line-height: 1;
}
.empty-panel .text {
  margin-top: 4px;
  color: #d5d6da;
}
.select2-container--bootstrap-5 {
  font-size: 14px;
}
.select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  color: #000000;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
  font-size: 14px;
  color: #000000;
}
.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option[role="group"] .select2-results__group {
  font-size: 12px;
  font-weight: 600;
  color: #333333;
}
.image-placeholder {
  background-color: #f0f1f7;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.image-placeholder.bg-frame {
  position: relative;
  margin-right: 20px;
}
.image-placeholder.bg-frame:before {
  content: "";
  display: block;
  width: 80%;
  height: 100%;
  left: 20px;
  background-color: rgba(226, 180, 86, 0.45);
  transform: rotate(-30deg);
  position: absolute;
  z-index: -1;
}
.image-placeholder.rounded {
  border-radius: 8px;
}
.image-placeholder.g-ratio {
  padding-bottom: 62.5%;
}
.image-placeholder.portrait {
  padding-bottom: 120%;
}
.image-placeholder.contain {
  background-size: contain;
}
.image-placeholder.square {
  padding-bottom: 100%;
}
.article-item-row {
  display: flex;
}
.article-item-row .thumbnail-container {
  width: 80px;
}
.article-item-row .title {
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.article-item-row .subtitle {
  margin-top: 4px;
  color: #333333;
  font-style: italic;
  font-size: 12px;
  display: flex;
  align-items: center;
}
.file-upload-wrapper {
  overflow: hidden;
  position: relative;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  background-color: #ffffff;
  max-width: 100%;
  max-height: 100%;
}
.file-upload-wrapper:before {
  content: "\f139";
  font-family: "Application";
  font-size: 72px;
  line-height: 1;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #333333;
  opacity: 0.35;
}
.file-upload-wrapper.has-image:before {
  display: none;
}
.file-upload-wrapper.has-image:hover .icon,
.file-upload-wrapper.has-image:hover .title {
  opacity: 0;
}
.file-upload-wrapper.has-image .icon,
.file-upload-wrapper.has-image .title {
  opacity: 0;
}
.file-upload-wrapper.g-ratio {
  display: block;
  padding-bottom: 62.5%;
}
.file-upload-wrapper.portrait {
  display: block;
  padding-bottom: 120%;
}
.file-upload-wrapper.square {
  display: block;
  padding-bottom: 100%;
}
.file-upload-wrapper.banner-image {
  display: block;
  padding-bottom: 62.5%;
}
.file-upload-wrapper.user-image {
  border-radius: 50%;
  display: block;
  width: 150px;
  height: 150px;
  background-image: url("../images/user-default.png");
}
.file-upload-wrapper .file-upload {
  cursor: pointer;
  font-size: 1400px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.bootstrap-select.error {
  border: 1px solid #ff4d4d;
}
.bootstrap-select .dropdown-toggle {
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-border-color);
  padding: 8px 12px;
}
.bootstrap-select .dropdown-toggle:focus {
  outline: none !important;
}
.bootstrap-select .dropdown-menu {
  color: #000000;
}
.bootstrap-select .dropdown-menu .dropdown-menu.inner > li > .dropdown-item:active .text .text-muted {
  color: var(--bs-dropdown-link-active-color) !important;
}
.bootstrap-select .dropdown-menu .dropdown-menu.inner > li > .dropdown-item .text {
  font-size: 0.875rem;
}
.bootstrap-select .dropdown-menu .dropdown-menu.inner > li > .dropdown-item .text .text-muted {
  color: #333333 !important;
}
.bootstrap-select .dropdown-menu .dropdown-menu.inner > li > .dropdown-item .check-mark:after {
  border-width: 0 0.18em 0.18em 0;
}
.daterangepicker {
  border: none;
  box-shadow: var(--bs-box-shadow);
  font-family: inherit;
}
.daterangepicker:before,
.daterangepicker:after {
  display: none;
}
.daterangepicker .drp-calendar .calendar-table tr:first-child th {
  padding-bottom: 8px;
}
.daterangepicker .drp-calendar .calendar-table tr th {
  font-weight: 600;
}
.daterangepicker .drp-calendar .calendar-table tr td.active:hover,
.daterangepicker .drp-calendar .calendar-table tr td.active {
  background-color: #0026dc;
}
.daterangepicker .drp-calendar .calendar-table tr td.in-range {
  background-color: rgba(255, 98, 0, 0.1);
}
.daterangepicker .drp-calendar .calendar-time select {
  background: transparent;
  border: none;
  padding: 2px 4px;
  margin: 0 4px;
  text-align: center;
}
.daterangepicker .drp-buttons {
  border-color: #f1f1f4;
  display: flex !important;
  align-items: center;
}
.daterangepicker .drp-buttons .drp-selected {
  flex: 1;
  text-align: left;
  padding: 0 8px;
}
.daterangepicker .drp-buttons .btn {
  font-weight: 600;
}
.choices.is-open .choices__inner {
  border-radius: 0.35rem 0.35rem 0 0;
}
.choices .choices__inner {
  background-color: #fff;
  border-radius: 0.35rem;
  border: 1px solid #d0d2dd !important;
  line-height: 1.8;
  padding: 0.5rem 0.85rem;
}
.choices .choices__inner .choices__list.choices__list--multiple:not(:empty) + .choices__input {
  margin-left: 4px;
}
.choices .choices__inner .choices__list.choices__list--multiple .choices__item {
  background-color: rgba(255, 98, 0, 0.1);
  color: #0026dc;
  font-weight: 500;
  border-radius: 4px;
  border: none;
  padding: 0.025rem 0.625rem;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  margin-block-end: 1px;
}
.choices .choices__inner .choices__input {
  background: none;
  padding: 0;
}
.choices .choices__list--dropdown {
  border: 1px solid #d0d2dd !important;
  font-size: 14px;
}
.tox {
  color: #000000;
}
.tox:not([dir="rtl"]) .tox-dialog .tox-form__controls-h-stack > :not(:first-child) {
  margin-left: 12px;
}
.tox.tox-tinymce-aux {
  font-family: "IBM Plex Sans Thai" !important;
}
.tox .tox-dialog {
  font-family: "IBM Plex Sans Thai" !important;
  color: #000000;
}
.tox .tox-dialog .tox-dialog__body-nav .tox-dialog__body-nav-item {
  margin-bottom: 16px;
}
.tox .tox-dialog .tox-dialog__body-nav .tox-dialog__body-nav-item:focus {
  background-color: transparent;
}
.tox .tox-dialog .tox-dialog__header {
  padding: 16px;
}
.tox .tox-dialog .tox-dialog__header .tox-dialog__title {
  font-family: "IBM Plex Sans Thai";
  font-size: 14px;
  font-weight: 600;
}
.tox .tox-dialog .tox-dialog__header .tox-button {
  margin: -8px -8px -8px 8px;
  opacity: 0.25;
}
.tox .tox-dialog .tox-dialog__header .tox-button:hover {
  opacity: 0.5;
}
.tox .tox-dialog .tox-dialog__footer {
  padding: 16px;
}
.tox .tox-dialog .tox-dialog__footer .tox-button {
  min-width: 100px;
}
.tox .tox-dialog .tox-dialog__footer .tox-button:not(.tox-button--secondary):focus,
.tox .tox-dialog .tox-dialog__footer .tox-button:not(.tox-button--secondary):hover,
.tox .tox-dialog .tox-dialog__footer .tox-button:not(.tox-button--secondary) {
  background-color: #0026dc;
  border-color: #0026dc;
}
.tox .tox-dialog .tox-form__group {
  margin-bottom: 16px;
}
.tox .tox-dialog .tox-listboxfield .tox-listbox--select {
  font-size: 14px;
  font-family: "IBM Plex Sans Thai";
}
.tox .tox-dialog .tox-textfield {
  line-height: normal;
  box-shadow: none !important;
  padding: 8px 12px;
  animation-duration: 3.5s !important;
  font-size: 14px;
  font-family: "IBM Plex Sans Thai";
}
.tox .tox-dialog .tox-textfield:focus {
  outline: none !important;
  box-shadow: none !important;
}
.tox .tox-dialog .tox-textfield:invalid,
.tox .tox-dialog .tox-textfield.error {
  border-color: #ff4d4d !important;
}
.tox .tox-dialog .tox-textfield:invalid:focus,
.tox .tox-dialog .tox-textfield.error:focus {
  border-color: #ff4d4d !important;
}
.tox .tox-dialog .tox-label {
  font-size: 0.8rem;
  font-weight: 600;
  margin-bottom: 8px;
  color: #000000;
}
.tox .tox-dialog .tox-button {
  font-family: "IBM Plex Sans Thai";
  font-weight: 600;
}
.owl-carousel.owl-theme .owl-dots .owl-dot {
  min-height: 24px;
}
.owl-carousel.owl-theme .owl-dots .owl-dot.active > span {
  background-color: #0026dc;
}
.owl-carousel.owl-theme .owl-dots .owl-dot > span {
  background-color: #d9d9d9;
}
iframe {
  max-width: 100%;
}
@media (min-width: 576px) {
  .nav-pills.box-style .nav-item .nav-link {
    padding: 12px 16px;
    font-size: 1.125rem;
  }
}
@media (min-width: 768px) {
  #header-panel {
    margin-left: 0;
  }
  #main-navigator {
    left: 0;
  }
  #main-navigator.show {
    left: 0;
  }
  #main-navigator.show + #side-bar-backdrop {
    display: none;
  }
  #main-content-panel {
    margin-left: 0;
  }
  #main-content-panel > .page-panel {
    left: 0;
  }
  #main-content-panel > .page-footer {
    left: 0;
  }
}
@media (min-width: 992px) {
  #header-panel .container-inner {
    justify-content: space-between;
  }
  #header-panel .navbar {
    min-height: 80px;
  }
  #header-panel .navbar .navbar-brand {
    min-height: 32px;
  }
  #header-panel .navbar .navbar-brand > img {
    height: 32px;
  }
  .navbar-nav .nav-item .accordion-header .accordion-button:after {
    background-size: 100% auto;
  }
  .page-title {
    font-size: 3.5rem;
  }
  .page-title.title-lg {
    font-size: 3rem;
  }
  .section-title {
    font-size: 3.25rem;
  }
  .section-title.title-md {
    font-size: 1.875rem;
  }
  .section-title.title-sm {
    font-size: 1.25rem;
    font-weight: 600;
  }
}
@media (min-width: 1200px) {
  #account-dropdown {
    font-size: 14px;
  }
}
#main-nav-list .nav-item {
  border-top: 1px solid #353547;
}
#main-nav-list .nav-item .nav-link {
  font-size: 18px;
  font-weight: normal;
  padding-top: 12px;
  padding-bottom: 12px;
}
#main-nav-list .nav-item .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed):after {
  transform: rotate(90deg);
}
#main-nav-list .nav-item .accordion .accordion-item .accordion-header .accordion-button:after {
  position: absolute;
  right: 0;
}
#main-nav-list .nav-item .accordion .accordion-item .accordion-body .section-title {
  color: #3f6cff;
  font-size: 16px;
}
#main-nav-list .nav-item .accordion .accordion-item .accordion-body ul {
  color: #bababa;
}
#main-nav-list .nav-item .accordion .accordion-item .accordion-body ul li {
  position: relative;
}
#main-nav-list .nav-item .accordion .accordion-item .accordion-body ul li:before {
  position: absolute;
  margin-top: 6px;
}
#main-nav-list .nav-item .accordion .accordion-item .accordion-body ul li .dropdown-item {
  color: #bababa;
}
#main-nav-list .nav-item .accordion .accordion-item .accordion-body ul li .dropdown-item .title {
  color: #bababa;
}
#main-nav-list .nav-item .accordion .accordion-item .accordion-body ul li .dropdown-item .subtitle {
  font-weight: 300;
  font-size: 16px;
}
body.bg-primary-decor:before {
  content: "";
  display: block;
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #0026dc;
  z-index: -1;
}
body.logged-in #main-content-panel {
  padding-top: 64px;
}
.lib-table-container {
  position: relative;
  width: 600px;
  max-width: 100%;
}
.lib-table-container:before,
.lib-table-container:after {
  content: "";
  position: absolute;
  border: 10px solid transparent;
}
.lib-table-container:before {
  top: 0;
  left: 0;
  border-top-color: #fff;
  border-left-color: #fff;
}
.lib-table-container:after {
  bottom: 0;
  right: 0;
  border-bottom-color: #fff;
  border-right-color: #fff;
}
.table.lib-table:before {
  content: "";
}
.table.lib-table thead tr th {
  color: #0026dc;
  font-weight: 700 !important;
  font-size: 16px;
  background-color: #cce0f1;
  border: none !important;
}
.table.lib-table tbody tr:nth-of-type(even) td {
  background-color: #cce0f1;
}
.table.lib-table tbody tr td {
  background-color: #e4eff8;
  border: none;
  color: #06064f;
}
.text-gradient {
  background-image: linear-gradient(to right, #04fab9 -11.5%, #0026dc 48.76%, #fb8c3e 105.55%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#header-panel {
  color: #fff;
}
#header-panel i {
  font-size: 1.75rem;
}
#header-panel a {
  color: #fff;
}
#header-panel #mobile-top-nav .column {
  border-color: rgba(0, 0, 0, 0.3) !important;
}
#header-panel #left-nav-container {
  width: 100%;
}
#header-panel #left-nav-container #search-button {
  min-height: 50px;
  margin-top: 4px;
  padding: 4px 12px;
  border: none !important;
}
#header-panel .navbar-brand {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: 4px;
  transform: translate(-50%, -50%);
}
#header-panel .navbar-toggler {
  color: #fff;
  border-color: transparent !important;
  box-shadow: none !important;
}
#header-panel .navbar-toggler .navbar-toggler-icon {
  background-image: none;
}
#header-panel .navbar-toggler .navbar-toggler-icon > i {
  font-size: 32px;
}
#header-panel #subscribe-button {
  background-color: rgba(0, 0, 0, 0.2);
  color: #fff;
}
#header-panel #subscribe-button:active:focus,
#header-panel #login-button:active:focus,
#header-panel #subscribe-button:active,
#header-panel #login-button:active {
  border-color: transparent;
}
#header-panel #tradingview-button > img {
  height: 30px;
  margin-top: 8px;
}
#header-panel #webtrade-button > img {
  height: 60px;
  margin-top: 8px;
}
#header-panel #desktop-main-nav {
  background-color: #fff;
}
#header-panel #desktop-main-nav.primary {
  background-color: #0026dc;
}
#header-panel #desktop-main-nav.primary .navbar-nav .nav-item:hover,
#header-panel #desktop-main-nav.primary .navbar-nav a:hover,
#header-panel #desktop-main-nav.primary .navbar-nav .nav-item.active,
#header-panel #desktop-main-nav.primary .navbar-nav a.active {
  color: #fff;
}
#header-panel #desktop-main-nav.primary .navbar-nav .dropdown-menu .nav-link:hover {
  color: #0026dc;
}
#header-panel #desktop-main-nav .navbar-nav {
  display: flex;
  flex-direction: row;
  width: 100%;
  justify-content: center;
  align-items: center;
}
#header-panel #desktop-main-nav .navbar-nav a {
  color: #979797;
  font-size: 14px;
  font-weight: 500;
}
#header-panel #desktop-main-nav .navbar-nav a:hover,
#header-panel #desktop-main-nav .navbar-nav a.active {
  color: #0026dc;
}
#header-panel #desktop-main-nav .navbar-nav .nav-item.mega-menu .dropdown {
  position: static !important;
}
#header-panel #desktop-main-nav .navbar-nav .nav-item.mega-menu .dropdown.fit .dropdown-menu {
  width: auto;
  left: auto !important;
}
#header-panel #desktop-main-nav .navbar-nav .nav-item.mega-menu .dropdown .dropdown-menu {
  width: 100%;
  top: 0;
  left: 0 !important;
  transform: translate(0, 42px) !important;
  box-shadow: 0 10px 15px 1px rgba(0, 0, 0, 0.05);
  border-radius: 0 0 8px 8px;
}
#header-panel #desktop-main-nav .navbar-nav .nav-item.mega-menu .dropdown .dropdown-menu ul li + li {
  margin-top: 8px;
}
#header-panel #desktop-main-nav .navbar-nav .nav-item.mega-menu .dropdown .dropdown-menu .nav-link {
  padding: 4px 0;
  color: #333333;
}
#header-panel #desktop-main-nav .dropdown-menu {
  box-shadow: 0 0 15px 1px rgba(0, 0, 0, 0.05);
}
#main-nav {
  background-color: #00004b;
  color: #fff;
  width: 100%;
  border: none;
}
#main-nav #main-nav-logo {
  height: 40px;
}
#main-nav .btn-close {
  color: #fff;
  background-image: none;
  width: auto;
  height: auto;
  opacity: 1;
  box-shadow: none !important;
}
#main-nav .btn-close i {
  font-size: 32px;
}
#main-nav .offcanvas-body {
  color: #fff;
}
#main-nav .offcanvas-body button,
#main-nav .offcanvas-body a {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 400;
}
#main-nav .offcanvas-body button.active,
#main-nav .offcanvas-body a.active,
#main-nav .offcanvas-body button:hover,
#main-nav .offcanvas-body a:hover {
  color: #00fdbc;
}
#login-page #login-panel form {
  width: 500px;
  max-width: 100%;
  margin: auto;
}
#login-page #login-aside {
  background-color: #000026;
}
#login-page #login-aside #login-aside-logo {
  height: 60px;
}
.banner-panel {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-height: 600px;
  height: 80vh;
  max-height: 960px;
  position: relative;
}
.banner-panel:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 75, 0.51) 22.37%, rgba(0, 0, 75, 0) 61.69%);
}
.banner-panel.content-right:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(0deg, rgba(0, 0, 75, 0.6) 30.94%, rgba(0, 0, 75, 0) 87.39%);
}
.banner-panel.content-right .banner-content {
  bottom: 0;
}
.banner-panel .banner-content .banner-title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}
.banner-panel .banner-content .banner-subtitle {
  font-size: 1.25rem;
}
.banner-panel .banner-content #libfam-title {
  background-color: #131365;
  color: #fff;
  border-radius: 12px;
  font-size: 4rem;
  display: inline-block;
  padding: 1rem 2rem 0.75rem;
  line-height: 1;
}
#save-commission-panel {
  border: 1px solid #0026dc;
  border-radius: 2rem;
  padding: 2.5rem 1.25rem;
}
#save-commission-panel .save-title {
  font-weight: 500;
  font-size: 1.25rem;
}
#save-commission-panel .save-amount {
  font-weight: 900;
  font-size: 2.3rem;
}
.store-button {
  height: 52px;
  display: inline-block;
}
#cta-mobile-store {
  background-color: #00004b;
  color: #fff;
  padding: 48px 24px;
  min-height: 380px;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.carousel-container-wrapper,
.testimonial-container-wrapper {
  position: relative;
  display: flex;
  width: 100%;
}
.carousel-container-wrapper .carousel-container,
.testimonial-container-wrapper .carousel-container,
.carousel-container-wrapper .testimonial-container,
.testimonial-container-wrapper .testimonial-container {
  animation-name: marquee;
  animation-duration: 100s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  flex-shrink: 0;
  display: flex;
}
.carousel-container-wrapper .carousel-item,
.testimonial-container-wrapper .carousel-item {
  display: inline-block;
  font-size: 24px;
  background-color: #eee;
  border-radius: 30px;
  padding: 32px;
  width: 400px;
  max-width: 100%;
  margin-right: 32px;
}
#orgaization-section {
  text-align: center;
  background-color: #000c4b;
}
#board-section {
  padding: 72px 0;
}
.board-profile-box {
  text-align: center;
  margin-bottom: 60px;
  width: 200px;
}
.board-profile-box .bp-image {
  width: 100%;
  padding-bottom: 100%;
  background-color: #eaeaea;
  background-position: center center;
  background-size: cover;
}
.board-profile-box .bp-title {
  font-weight: 600;
  font-size: 1.25rem;
  color: #0026dc;
  margin-top: 16px;
  line-height: 1.3;
}
.board-profile-box .bp-position {
  margin-top: 4px;
}
#who-we-are-page:before {
  content: "";
  display: block;
  background-color: #0026dc;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  height: 300px;
}
#about-app-section {
  background-color: #0026dc;
  color: #fff;
  position: relative;
}
#about-app-section #about-app-container {
  background-image: url("../images/liberator-fist.png");
  background-position: center bottom;
  background-size: 90% auto;
  background-repeat: no-repeat;
}
#about-app-section #about-app-webtrade {
  display: block;
}
#about-app-section #about-app-webtrade > img {
  height: 60px;
}
#about-app-section #about-app-image {
  width: 400px;
  max-width: 100%;
  margin: 60px auto 50px;
}
.border-b-dashed {
  border-bottom: 1px dashed;
}
.list-item {
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 12px 0;
  border-bottom: 1px dashed #979797;
}
.list-item:last-child {
  border: none;
}
.list-item .icon {
  height: 24px;
  min-width: 24px;
}
.list-item .icon.filter-grey {
  filter: grayscale(1);
  opacity: 0.5;
}
.list-item .title {
  font-size: 1.125rem;
  color: #0026dc;
}
.list-item .subtitle {
  color: #979797;
  font-size: 0.75;
}
.list-item .download-btn {
  min-width: 24px;
}
.list-content-box {
  border: 1px solid #e2e2e2;
  border-radius: 8px;
  padding: 24px;
}
.list-content-box .header-panel {
  border-bottom: 1px solid #979797;
}
.article-box {
  color: #000000;
  display: block;
  width: 100%;
  margin: 0 auto 32px;
}
.article-box.border-b-dashed {
  border-bottom: 1px dashed;
}
.article-box.ab-lg {
  min-height: 340px;
}
.article-box.ab-lg .content {
  padding-bottom: 32px;
}
.article-box.ab-lg .title {
  font-size: 1.25rem;
  line-height: 1.3;
}
.article-box.ab-lg .description {
  margin-top: 16px;
  font-size: 1rem;
}
.article-box.horizontal.box-sm {
  min-height: 146px;
}
.article-box.horizontal.box-sm .image {
  width: 127px;
  min-width: 127px;
  padding-bottom: 67px;
}
.article-box.is-locked .image {
  position: relative;
}
.article-box.is-locked .image:before {
  content: "";
  background-image: url("../images/logo-grey.png");
  background-size: auto 30%;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0.65);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}
.article-box .image {
  background-color: #0026dc;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #eee;
  width: 100%;
  padding-bottom: 62.5%;
  margin-bottom: 12px;
  display: block;
}
.article-box .tag {
  font-size: 0.875rem;
  font-weight: 500;
  color: #979797;
}
.article-box .date {
  font-size: 0.875rem;
  font-weight: 400;
  color: #979797;
  display: flex;
  align-items: center;
}
.article-box .view {
  font-size: 0.875rem;
  font-weight: 400;
  color: #979797;
  display: flex;
  align-items: center;
}
.article-box .content {
  padding-bottom: 24px;
}
.article-box .title {
  margin-top: 16px;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5;
}
.article-box .description {
  font-family: "IBM Plex Sans Thai Looped";
  letter-spacing: 0;
  font-size: 15px;
  line-height: 1.7;
  margin-top: 8px;
  display: none;
}
.modal-dialog .lib-dialog-content {
  border: 10px solid #0026dc !important;
}
.modal-dialog .lib-dialog-content .modal-header .btn-close {
  position: relative;
  color: #fff;
  opacity: 1;
  border-radius: 100%;
  background: linear-gradient(27.23deg, #00ffbb -4.42%, #00fdbc -4.42%, #00e5c4 4.85%, #00b9d3 14.29%, #0083e6 30.75%, #005cf4 44.96%, #0045fc 56.23%, #003cff 63.22%, #0026dc 108.32%);
}
.modal-dialog .lib-dialog-content .modal-header .btn-close:after {
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e");
  display: block;
  width: 12px;
  margin: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-top: 2px;
}
.modal-dialog .lib-dialog-content .modal-body input {
  border: 1px solid #0026dc;
}
.modal-dialog .lib-dialog-content .modal-body .benefits {
  max-width: 80%;
  font-size: 18px;
}
.modal-dialog .lib-dialog-content .modal-body .benefits li + li {
  margin-top: 12px;
}
.lock-panel-container {
  margin-left: -4px;
  margin-right: -4px;
  position: relative;
  background: #ffffff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 5%);
}
.lock-panel-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  backdrop-filter: blur(4px);
  mask-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 12%);
}
.lock-panel {
  background-color: #fff;
  width: 430px;
  max-width: 100%;
  border: 10px solid #0026dc;
  margin: auto;
  padding: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.lock-panel .benefits {
  max-width: 80%;
  font-size: 18px;
}
.lock-panel .benefits li + li {
  margin-top: 4px;
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}
.testimonial-card {
  display: inline-block;
  font-size: 40px;
  background-color: #f2f4fd;
  border-radius: 30px;
  padding: 32px;
  width: 400px;
  max-width: 100%;
  margin-right: 32px;
}
.testimonial-card .tm-avatar {
  border-radius: 100%;
  background-color: #ddd;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  min-width: 60px;
  min-height: 60px;
  width: 60px;
  height: 60px;
  display: block;
  margin-right: 24px;
}
.testimonial-card .tm-profile {
  font-weight: 600;
  font-size: 1rem;
}
.testimonial-card .tm-text {
  font-weight: 600;
  font-size: 1.5rem;
  margin-top: 8px;
}
.testimonial-card .tm-remark {
  font-weight: 400;
  font-size: 1.125rem;
}
#career-header {
  padding: 4rem 0;
}
#career-header > .title {
  font-size: 2.5rem;
  font-weight: 700;
}
#career-header > .description {
  margin-top: 16px;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}
#career-gallery-section {
  background-color: #f2f4fd;
  overflow: hidden;
}
#career-gallery-section .career-gallery-item {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  width: 550px;
  min-height: 260px;
}
#career-gallery-section .career-gallery-item.text {
  background-color: #0026dc;
  color: #e2e2e2;
}
.content-card,
.contact-box {
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  padding: 1.5rem 1rem;
  text-align: center;
  height: 100%;
  display: flex;
  flex-direction: column;
  min-height: 270px;
}
.content-card.package,
.contact-box.package {
  width: 100%;
  max-width: 100%;
  margin: auto;
  text-align: left;
  border-radius: var(--bs-border-radius-2xl);
  position: relative;
  background: linear-gradient(54.4deg, #00FFB3 -28.99%, #0033FF 77.17%);
  color: #fff;
  z-index: 0;
  min-height: auto;
}
.content-card.package:before,
.contact-box.package:before {
  display: none;
}
.content-card.package .title,
.contact-box.package .title {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  margin: 0;
}
.content-card.package .price,
.contact-box.package .price {
  margin-top: 4px;
  margin-bottom: 16px;
  line-height: 1;
  font-size: 40px;
  font-weight: 700;
  color: #0026dc;
}
.content-card.package .price-remark,
.contact-box.package .price-remark {
  font-size: 18px;
}
.content-card.package .description,
.contact-box.package .description {
  margin-top: 0;
  font-size: 18px;
}
.content-card.package .remark,
.contact-box.package .remark {
  margin-top: 4px;
  font-weight: 700;
  font-size: 16px;
}
.content-card .icon,
.contact-box .icon {
  height: 72px;
  max-width: 72px;
  margin: auto;
  color: #979797;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content-card .icon svg,
.contact-box .icon svg {
  color: #979797;
}
.content-card .icon img,
.contact-box .icon img {
  width: auto !important;
  margin: auto;
}
.content-card .title,
.contact-box .title {
  margin-top: 8px;
  color: #0026dc;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0;
}
.content-card .subtitle,
.contact-box .subtitle {
  color: #979797;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
.content-card .description,
.contact-box .description {
  margin-top: 16px;
  font-size: 1.125rem;
  font-family: "IBM Plex Sans Thai Looped";
  letter-spacing: 0;
  color: #333333;
}
.lib-life-carousel.owl-theme .owl-dots {
  margin-top: 32px !important;
}
.article-content {
  padding: 48px 0;
}
.article-content .article-header .tag {
  font-weight: 500;
  font-size: 1.125rem;
  color: #979797;
  margin-bottom: 8px;
}
.article-content .article-header .title {
  font-weight: 700;
  font-size: 2.25rem;
  color: #0026dc;
  line-height: 1.35;
}
.article-content .article-header .subtitle {
  margin: 16px 0;
  font-weight: 500;
  font-size: 1.25rem;
  color: #000000;
}
.article-content .article-body {
  padding: 24px 0;
  list-style: none;
  font-family: "IBM Plex Sans Thai Looped";
  letter-spacing: 0;
}
.article-content .article-body:has(.lock-panel-container) .lock-panel-container {
  margin-top: -30%;
}
.article-content .article-body.description > li:before {
  margin-top: 0;
}
.article-content .article-body h1,
.article-content .article-body h2,
.article-content .article-body h3 {
  font-weight: bold;
  display: block;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
.article-content .article-body h1 {
  font-size: 2em;
  margin-block-start: 0.67em;
  margin-block-end: 0.67em;
}
.article-content .article-body h2 {
  font-size: 1.5em;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
}
.article-content .article-body h3 {
  font-size: 1.17em;
  margin-block-start: 1em;
  margin-block-end: 1em;
}
.article-content .article-body blockquote {
  position: relative;
  padding: 16px 24px 8px 48px;
  background-color: #f7f8fa;
  border-radius: 12px;
  quotes: auto;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  unicode-bidi: isolate;
}
.article-content .article-body blockquote:before,
.article-content .article-body blockquote:after {
  color: #eaeaea;
  position: absolute;
  font-style: italic;
  font-size: 88px;
  font-weight: 600;
  line-height: 1;
  left: 8px;
  top: 20px;
}
.article-content .article-body blockquote:before {
  content: open-quote;
}
.article-content .article-body blockquote > * {
  position: relative;
}
.article-content .article-body blockquote p {
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
  unicode-bidi: isolate;
}
.article-content .article-body ul {
  list-style: none;
  padding-left: 20px;
}
.article-content .article-body ul > li:before {
  content: "\2022";
  font-size: 24px;
  line-height: 14px;
  margin-top: 0;
  display: inline;
  vertical-align: middle;
  margin-left: -20px;
  margin-right: 12px;
}
.article-content .article-body ul > li + li {
  margin-top: 4px;
}
.article-content .article-body img {
  height: auto;
}
.article-content .article-body table tbody td {
  border: solid;
}
.pagination {
  justify-content: flex-end;
}
.pagination a {
  color: #000000;
  font-weight: 300;
}
.pagination .page {
  margin: 0 8px;
}
.pagination .page.current {
  font-weight: 600;
}
.pagination .next a,
.pagination .prev a {
  font-weight: 600;
}
.pagination .next {
  margin-left: 8px;
}
.pagination .prev {
  margin-right: 8px;
}
.banner {
  display: block;
  height: auto;
  max-height: 900px;
  padding-top: 53%;
  background-size: contain;
  background-position: top center;
  background-repeat: no-repeat;
  position: relative;
  background-color: #fff;
}
.banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.1);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.1) 100%);
}
.banner > * {
  position: relative;
}
.banner .content-container {
  background-color: #fff;
}
.banner .content {
  margin-bottom: 72px;
  color: #000000;
}
.banner .title {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
}
.banner .description {
  margin-top: 1rem;
  font-size: 1.25rem;
  font-family: "IBM Plex Sans Thai Looped";
  letter-spacing: 0;
  line-height: 1.75;
  display: none;
  overflow: hidden;
}
.banner-carousel .owl-dots {
  margin: -50px 0 0 !important;
  padding-bottom: 23px;
  position: relative;
  z-index: 4;
}
.announcement-icon {
  height: 48px;
  line-height: 1;
  margin-right: 8px;
  margin-top: -8px;
}
.announcement-download-icon {
  height: 24px;
}
#faq-section {
  background-color: #eef0fa;
}
#why-faq-section .accordion-item {
  border: none;
  border-bottom: 1px solid #000000;
}
#why-faq-section .accordion-item:first-child {
  border-top: 1px solid #000000;
}
#why-faq-section .accordion-item .accordion-header .accordion-button {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
  color: #000000;
}
#why-faq-section .accordion-item .accordion-header .accordion-button:after {
  content: "\f102";
  font-family: "Liberator";
  font-size: 18px;
  line-height: 1;
}
#why-faq-section .accordion-item .accordion-header .accordion-button.collapsed:after {
  content: "\f101";
}
#why-faq-section .accordion-item .accordion-body {
  padding-left: 0;
  padding-right: 0;
  font-size: 18px;
}
#lib-lifestyle-description,
#lib-culture-description {
  height: 200px;
  overflow: hidden;
  position: relative;
  transition: all 0.25s ease-in-out;
  padding-bottom: 24px;
}
#lib-lifestyle-description.expanded,
#lib-culture-description.expanded {
  height: auto;
}
#lib-lifestyle-description.expanded .view-more-btn,
#lib-culture-description.expanded .view-more-btn {
  background: transparent;
}
#lib-lifestyle-description.expanded .view-more-btn:before,
#lib-culture-description.expanded .view-more-btn:before {
  content: "- ซ่อนเนื้อหา -";
}
#lib-lifestyle-description .view-more-btn,
#lib-culture-description .view-more-btn {
  padding: 56px 0 24px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: #0026dc;
  background: rgba(255, 255, 255, 0.6);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 50%);
}
#lib-lifestyle-description .view-more-btn:before,
#lib-culture-description .view-more-btn:before {
  content: "- อ่านต่อ -";
}
.calculator-package-panel {
  border-radius: 0 6px 6px 0;
  color: #fff;
  background-color: #0026dc;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 12px;
  text-align: center;
  font-weight: 600;
  min-width: 110px;
  width: 110px;
}
.section-output {
  display: none;
}
#why-lib-iframe {
  max-height: 350px;
}
#explore-job-section {
  border-radius: 10px;
  background-color: #0026dc;
  color: #fff;
  width: 756px;
  max-width: 100%;
  background-image: url("../images/career/explore-job-bg.png");
  background-position: center center;
  background-size: cover;
}
.nav-pills.box-style {
  background-color: #90A3BF;
  padding: 6px;
  border-radius: 10px;
}
.nav-pills.box-style .nav-item .nav-link {
  padding: 12px 12px;
  color: #fff;
  font-size: 1rem;
}
.nav-pills.box-style .nav-item .nav-link.active {
  background-color: #00004B;
  border-radius: 8px;
  font-weight: 700;
  color: #fff;
}
#subscription-section .package-icon {
  position: absolute;
  max-width: 120px;
  max-height: 120px;
}
#subscription-section #package-lib-icon {
  top: -28px;
  left: 0;
}
#subscription-section #package-saving-icon {
  right: -30px;
  top: 230px;
}
#subscription-section #package-event-icon {
  bottom: 165px;
  left: 50%;
  margin-left: -70px;
}
.bg-gradient-stock {
  background: linear-gradient(90deg, #00C9FF 0%, #92FE9D 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.icon {
  height: 24px;
  min-width: 24px;
}
.icon.filter-grey {
  filter: grayscale(1);
  opacity: 0.5;
}
@media (min-width: 576px) {
  #lib-culture-quote-panel {
    width: 350px;
    min-width: 350px;
  }
  #lib-team-desc-panel {
    min-width: 290px;
    width: 290px;
  }
}
@media (min-width: 768px) {
  #login-page #login-panel {
    min-height: 100vh;
    width: 50%;
  }
  #login-page #login-aside {
    min-height: 100vh;
    width: 50%;
  }
  #login-page #login-aside #login-aside-logo {
    height: 150px;
  }
  #save-commission-panel .save-title {
    font-size: 2rem;
  }
  #save-commission-panel .save-amount {
    font-size: 3.5rem;
  }
  #all-in-one-section {
    padding-bottom: 150px;
  }
  .article-box.horizontal {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px;
  }
  .article-box.horizontal.box-sm .image {
    width: 127px;
    min-width: 127px;
    padding-bottom: 67px;
  }
  .article-box.horizontal.box-md .image {
    width: 315px;
    min-width: 315px;
    padding-bottom: 193px;
  }
  .article-box.horizontal .image {
    background-color: #0026dc;
    background-position: center bottom;
    background-size: cover;
    background-repeat: no-repeat;
    background-color: #ddd;
    min-width: 200px;
    width: 200px;
    padding-bottom: 120px;
    margin-right: 32px;
  }
  .article-box.horizontal .tag {
    font-size: 0.875rem;
    font-weight: 500;
    color: #979797;
  }
  .article-box.horizontal .date {
    font-size: 0.875rem;
    font-weight: 400;
    color: #979797;
    display: flex;
    align-items: center;
  }
  .article-box.horizontal .view {
    font-size: 0.875rem;
    font-weight: 400;
    color: #979797;
    display: flex;
    align-items: center;
  }
  .article-box.horizontal .title {
    margin-top: 16px;
    font-weight: 600;
    font-size: 1.2rem;
  }
  .article-box.horizontal .description {
    margin-top: 8px;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  .article-box .image {
    margin-bottom: 24px;
  }
  .article-box .description {
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #career-header > .description {
    font-size: 3rem;
  }
  .article-content .article-header .title {
    font-size: 3.25rem;
  }
}
@media (min-width: 992px) {
  #banner-section {
    height: 80vh;
    max-height: 900px;
  }
  .banner {
    padding-top: 0;
    height: 80vh;
    background-color: #fff;
    background-size: contain;
    background-position: center center;
    color: #fff;
  }
  .banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%);
  }
  .banner .content-container {
    background-color: transparent;
  }
  .banner .content {
    color: #fff;
  }
  .banner .title {
    font-size: 3rem;
    line-height: 1.3;
  }
  .banner .description {
    font-size: 1.25rem;
    display: block;
    -webkit-line-clamp: unset;
    -webkit-box-orient: vertical;
    overflow: unset;
  }
  .banner-panel .banner-content #libfam-title {
    font-size: 8rem;
    padding: 1.5rem 2.75rem 0.5rem;
    border-radius: 20px;
  }
  .banner-panel .banner-content .text-shadow {
    text-shadow: 0px 4px 4px #000000;
  }
  .banner-panel .banner-content .banner-title {
    font-size: 3rem;
    line-height: 1.3;
  }
  .banner-panel .banner-content .banner-subtitle {
    font-size: 2rem;
  }
  #header-panel #left-nav-container {
    width: auto;
  }
  #header-panel #left-nav-container #search-button {
    min-height: auto;
    line-height: 0;
    margin-top: 0;
    padding: 0 8px;
  }
  #main-nav .offcanvas-header {
    padding: 32px;
  }
  #main-nav #main-nav-logo {
    height: 40px;
  }
  #main-nav .btn-close i {
    font-size: 32px;
  }
  #main-nav .offcanvas-body {
    padding-left: 20%;
  }
  #main-nav .offcanvas-body button,
  #main-nav .offcanvas-body a {
    font-size: 2rem;
  }
  #lib-culture-description {
    min-width: 450px;
  }
  .article-box.ab-lg .title {
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .article-box.ab-lg .description {
    margin-top: 16px;
    font-size: 1.125rem;
  }
  .article-box .tag {
    font-size: 1rem;
  }
  .article-box .date {
    font-size: 1rem;
    font-weight: 400;
  }
  .article-box .view {
    font-size: 1rem;
    font-weight: 400;
  }
  .article-box .title {
    margin-top: 16px;
    font-size: 1.2rem;
  }
  .article-box .description {
    margin-top: 8px;
  }
  #about-app-section #about-app-container {
    padding-bottom: 96px;
    background-size: auto 110%;
    background-position: right bottom;
  }
  #about-app-section #about-app-image {
    max-height: 180%;
    position: absolute;
    left: 0;
    right: 0;
    margin: 80px auto;
  }
  .calculator-package-panel {
    min-width: 140px;
    width: 140px;
  }
  #save-commission-panel .save-title {
    font-size: 2rem;
  }
  #save-commission-panel .save-amount {
    font-size: 4.8rem;
  }
  .banner-panel.content-right:before {
    content: "";
    position: absolute;
    top: 0;
    left: 40%;
    right: 0;
    bottom: 0;
    background: linear-gradient(-90deg, rgba(0, 0, 75, 0.6) 30.94%, rgba(0, 0, 75, 0) 87.39%);
  }
  .banner-panel.content-right .banner-content {
    left: 40%;
    top: 50%;
    bottom: auto;
    transform: translateY(-50%);
  }
  #why-lib-iframe {
    max-height: 400px;
  }
  #explore-job-section .career-col:first-child {
    border-right: 1px solid #fff;
  }
  .board-profile-box {
    width: 230px;
  }
  .board-profile-box .bp-image {
    max-width: 200px;
    padding-bottom: 200px;
    margin: auto;
  }
}
@media (min-width: 1200px) {
  #main-content-panel {
    padding-top: 122px;
  }
  #save-commission-panel .save-title {
    font-size: 2rem;
  }
  #save-commission-panel .save-amount {
    font-size: 5.3rem;
  }
  #about-app-section #about-app-container {
    background-size: auto 120%;
  }
  .banner-panel.content-right .banner-content {
    left: 50%;
    top: 50%;
  }
  #explore-job-section {
    width: 813px;
  }
}
@media (min-width: 1400px) {
  #explore-job-section {
    width: 840px;
  }
}
