@charset "UTF-8";
.text-white {
  color: White;
}

.text-black {
  color: #000000;
}

.text-grey1 {
  color: #6e7577 !important;
}

.text-grey3 {
  color: #1d2223;
}

.text-grey2 {
  color: #5a6163;
}

.text-link {
  color: #0a96cd !important;
}

.text-green {
  color: #309c5b !important;
}

.text-red {
  color: #ba2929 !important;
}

.text-orange {
  color: #da7213;
}

.text-wait {
  color: #fe6e05 !important;
}

.bg-white {
  background-color: White;
}

.bg-blue5 {
  background-color: #0073a7;
}

.bg-blue4 {
  background-color: #0583bc;
}

.bg-blue3 {
  background-color: #0a96cd;
}

.bg-blue2 {
  background-color: #B2E3F3;
}

.bg-blue1 {
  background-color: #E1F4FA;
}

.bg-gradient {
  background: var(--BG---Gradient, linear-gradient(105deg, #e9eef0 0%, #e1f4fa 103.25%)) !important;
}

.bg-gradient2 {
  background: linear-gradient(105deg, var(--Background-Color-color-neutral-100, #F4F4F4) 0%, #E1F4FA 103.25%) !important;
}

.bg-grey3 {
  background-color: #3c4244;
}

.bg-grey2 {
  background-color: #5a6163;
}

.bg-grey1 {
  background-color: #e6eef0;
}

.bg-grey1-1 {
  background-color: #F2FAFC !important;
}

.bg-green {
  background-color: #309c5b;
}

.bg-green-light {
  background-color: #d8f3e3;
}

.bg-orange-light {
  background-color: #fff0e1;
}

.bg-pink {
  background-color: #e52e6b;
}

.bg-pink-light {
  background-color: #f6d5d5;
}

.bg-red {
  background-color: #ba2929;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background: White;
  color: #000000;
  position: relative;
  font-weight: bold;
}

.box-list .nav-link.active:after {
  content: "";
  width: 6px;
  height: 100%;
  background: #0a96cd;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}
.box-list .nav-link {
  color: #000000;
  text-align: left;
}

.munu-burger {
  background: #0073A7;
  color: White;
  padding: 8px;
  border-radius: 0 4px 4px 0;
  position: absolute;
  left: 240.16px;
  z-index: 99;
  width: 40px;
}

.box-tabbar {
  display: inline-block;
  width: 100%;
}
.box-tabbar .nav-tabs .nav-link {
  background-color: #e6eef0;
  margin-right: 0.5rem;
  color: #000000;
  padding: 1rem 2rem;
  display: flex;
  align-items: center;
  border-radius: 4px;
  height: 87%;
}
.box-tabbar .nav-tabs .nav-link:hover {
  background-color: #d8e0e2;
}
.box-tabbar .nav-tabs .nav-link.active {
  background: White;
  color: #0a96cd;
  position: relative;
  overflow: hidden;
  height: 100%;
  bottom: -1px;
  border-bottom: solid White;
  padding-top: 9px;
  border-radius: 4px 4px 0 0;
  padding-top: 8px;
  box-shadow: none;
}
.box-tabbar .nav-link.active:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #0a96cd;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 999;
}
.box-tabbar .tab-content {
  border: 1px solid #E7E7E7;
  border-top: none;
  clear: both;
  float: left;
  width: 100%;
  background: #fff;
  overflow: auto;
  border-radius: 0 4px 4px 4px;
}
.box-tabbar .tab-pane {
  padding: 1rem;
  border-top: 1px solid #E7E7E7;
}
.box-tabbar .nav-tabs {
  border-bottom: none;
}

.alert {
  border: none;
  color: #000000;
}

.alert-info {
  background: #F2FAFC;
}

.alert-success {
  background: #d8f3e3;
}

.alert-warning {
  background: #fff0e1;
}

.alert-danger {
  background: #f6d5d5;
}

.btn {
  font-family: "SarabunRegular";
  border-radius: 4px;
  font-size: 18px;
  --bs-btn-padding-x: 1.25rem;
}
.btn span {
  vertical-align: sub;
  margin-right: 0.3rem;
}

a.btn {
  text-decoration: none;
}

.btn-lg {
  --bs-btn-padding-y: 0.7rem;
}

.btn-sm {
  font-size: 16px;
}

.btn:disabled {
  opacity: 0.6;
}

.btn-primary,
.btn-login {
  color: White;
  background-color: #0a96cd !important;
  border-color: #0a96cd !important;
}

.btn-primary:hover,
.btn-login:hover {
  color: White !important;
  background-color: #0583bc !important;
  border-color: #0583bc !important;
}

.btn-secondary,
.btn-outline,
.btn-secondary:disabled {
  color: #0a96cd;
  background-color: #e6eef0 !important;
  border-color: #E7E7E7 !important;
}

.btn-register {
  color: #0a96cd;
  background-color: #e6eef0 !important;
  border-color: #E7E7E7 !important;
}

.btn-register:hover {
  background-color: #d8e0e2 !important;
  color: #0a96cd;
}

.btn-secondary:hover,
.btn-outline:hover {
  background-color: #d8e0e2 !important;
  color: #0a96cd;
}

.btn-link,
a {
  color: #0a96cd;
  text-decoration: none;
}

.btn-link:hover,
button.btn.btn-link.dropdown-toggle.show,
a:hover {
  color: #0a96cd !important;
  text-decoration: underline;
}

.btn.btn-icon {
  color: #0a96cd;
  padding: 0.15rem 0.2rem !important;
}

.btn-icon:hover {
  background-color: #e6eef0;
  color: #0a96cd;
}

.btn-carousel {
  box-shadow: 1px 0rem 0.5rem rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  height: 60px;
  width: 60px;
}

.btn-outline-icon {
  color: #0a96cd;
  background-color: White !important;
  border-color: #0a96cd !important;
  border-radius: 100px;
}

.btn-outline-icon:hover {
  color: #0a96cd;
  background-color: #e6eef0 !important;
}

.btn-outline {
  border-radius: 100px;
}

.btn-login {
  border-radius: 0;
}

.btn-login2 {
  border-radius: 0;
}

.btn-cancel {
  color: White;
  background-color: #ba2929;
}

@font-face {
  font-family: "SarabunBold";
  src: url("../font/Sarabun-SemiBold.eot");
  src: url("../font/Sarabun-SemiBold.eot?#iefix") format("embedded-opentype"), url("../font/Sarabun-SemiBold.woff2") format("woff2"), url("../font/Sarabun-SemiBold.woff") format("woff"), url("../font/Sarabun-SemiBold.ttf") format("truetype"), url("../font/Sarabun-SemiBold.svg#Sarabun-SemiBold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SarabunRegular";
  src: url("../font/Sarabun-Regular.eot");
  src: url("../font/Sarabun-Regular.eot?#iefix") format("embedded-opentype"), url("../font/Sarabun-Regular.woff2") format("woff2"), url("../font/Sarabun-Regular.woff") format("woff"), url("../font/Sarabun-Regular.ttf") format("truetype"), url("../font/Sarabun-Regular.svg#Sarabun-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Kanit";
  src: url("../font/Kanit-Medium.eot");
  src: url("../font/Kanit-Medium.eot?#iefix") format("embedded-opentype"), url("../font/Kanit-Medium.woff2") format("woff2"), url("../font/Kanit-Medium.woff") format("woff"), url("../font/Kanit-Medium.ttf") format("truetype"), url("../font/Kanit-Medium.svg#Kanit-Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
.lead {
  font-family: Kanit;
  font-size: 48px;
  line-height: 62px;
}

.h1, h1 {
  font-family: Kanit;
  font-size: 32px;
  line-height: 42px;
}

.h2, h2 {
  font-family: Kanit;
  font-size: 28px;
  line-height: 36px;
}

.h3, h3 {
  font-family: Kanit;
  font-size: 24px;
  line-height: 32px;
}

.h4, h4 {
  font-family: Kanit;
  font-size: 20px;
  line-height: 26px;
}

.h5, h5 {
  font-family: Kanit;
  font-size: 18px;
  line-height: 28px;
}

.h6, h6 {
  font-family: Kanit;
  font-size: 16px;
  line-height: 28px;
}

.title {
  font-family: SarabunBold;
  font-size: 18px;
  line-height: 26px;
}

.body, body, p {
  font-family: SarabunRegular;
  font-size: 18px !important;
  line-height: 28px;
}

.bodybold {
  font-family: SarabunBold;
  font-size: 18px;
  line-height: 24px;
}

.subbody {
  font-family: SarabunRegular;
  font-size: 16px;
  line-height: 22px;
}

small, .small {
  font-family: SarabunRegular;
  font-size: 14px;
  line-height: 20px;
}

.tiny {
  font-family: SarabunRegular;
  font-size: 12px;
  line-height: 20px;
}

.form-control,
.form-select,
.form-check-input {
  border-color: #E7E7E7;
  border-radius: 4px;
}

.form-control:disabled,
.form-select:disabled {
  background-color: #e6eef0;
  opacity: 1;
}

.form-check-input {
  width: 1.5rem;
  height: 1.5rem;
  margin-top: revert;
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
  border-color: #ba2929;
}

.invalid-feedback {
  color: #ba2929;
}

.form-control.is-valid,
.was-validated .form-control:valid {
  border-color: #309c5b;
}

.valid-feedback {
  color: #309c5b;
}

.form-label,
.col-form-label {
  font-weight: 500;
}

label.form-check-label {
  margin-left: 0.5rem;
}

.form-check-input:checked {
  background-color: #0a96cd;
  border-color: #0a96cd;
}

.form-icon {
  position: relative;
}
.form-icon .left {
  left: 10px;
}
.form-icon .right {
  right: 10px;
}
.form-icon span {
  position: absolute;
  top: 50%;
  color: #333;
  transform: translateY(-50%);
  pointer-events: none;
}
.form-icon .left ~ .form-control {
  padding-left: 45px;
}
.form-icon i ~ .form-control {
  appearance: none;
}
.form-icon i,
.form-icon .form-icon span {
  position: absolute;
  top: 50%;
  color: #333;
  transform: translateY(-50%);
  pointer-events: none;
}

.form-switch {
  display: flex;
  align-items: center;
}
.form-switch .form-check-input {
  width: 3em;
  height: 1.5em;
}

.input-group {
  width: auto;
}
.input-group .btn-link {
  border: solid 1px #E7E7E7;
}
.input-group button.btn.btn-link.dropdown-toggle.show, .input-group .btn-link:hover {
  text-decoration: none;
  background: #e6eef0;
}

.badge {
  --bs-badge-padding-x: 0.75rem;
}
.badge .material-icons {
  font-size: 16px;
  vertical-align: sub;
  font-weight: bold;
}

.noti-badge .badge {
  border-radius: 100px;
  vertical-align: text-bottom;
  padding: 0.2rem;
  display: inline-block;
  width: 1.188rem;
  height: 1.188rem;
  font-size: 12px;
  margin-left: 0.25rem;
}
.noti-badge .btn.btn-link {
  background-color: #e6eef0;
  color: #000000;
}
.noti-badge .btn.btn-link:hover {
  background-color: #d8e0e2;
  text-decoration: none;
}

.small-badge {
  display: flex;
  align-items: center;
}
.small-badge .badge {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background: #e52e6b;
  position: relative;
  border-radius: 100px;
  padding: 0;
  right: -10px;
}

.nav-link:hover {
  text-decoration: none;
}

.navbar-toggler {
  display: block;
  width: 100%;
  text-align: right;
}

.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: none;
}

.dropdown-menu {
  border-color: #E7E7E7;
  box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.06), 0px 2px 6px 0px rgba(0, 0, 0, 0.04), 0px 0px 1px 0px rgba(0, 0, 0, 0.04);
}

a.dropdown-item:hover {
  text-decoration: none;
  background-color: #e6eef0;
}

.navbar .box-user .btn-link {
  padding: 1.09rem 0rem;
  /*border-left: solid 1px $neutral-400;*/
  border-radius: 0;
  display: flex;
  align-items: center;
}
.navbar .navbar-brand {
  padding: 0;
}
.navbar .box-user .btn-login,
.navbar .box-user .btn-register {
  padding: 1.09rem 2.5rem;
  display: inline-flex;
  align-items: center;
}

.loged-in .btn-link {
  color: White;
}
.loged-in .btn-link:hover,
.loged-in button.btn.btn-link.dropdown-toggle.show {
  color: #e6eef0 !important;
  text-decoration: none;
}

.box-user span.icon-user {
  font-size: 24px;
}
.box-user .dropdown-menu-end[data-bs-popper] {
  right: 1rem;
}

.box-nav .navbar-nav {
  column-gap: 52px;
}
.box-nav .nav-link {
  color: #1d2223;
  position: relative;
  padding: 0.75rem 0;
}
.box-nav a.nav-link.active {
  font-weight: bold;
  border-bottom: solid 4px #0a96cd;
  color: #000000;
}
.box-nav a.nav-link {
  display: flex;
  align-items: center;
}

.loged-in2 .navbar-shadow {
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.12);
}
.loged-in2 .btn-link {
  color: #0a96cd;
}
.loged-in2 .btn-link:hover,
.loged-in2 button.btn.btn-link.dropdown-toggle.show {
  color: #e6eef0 !important;
  text-decoration: none;
}

.box-nav2 .navbar-nav {
  column-gap: 52px;
}
.box-nav2 .nav-link {
  color: #1d2223;
  position: relative;
  padding: 1rem 0;
  margin-right: 12px;
}
.box-nav2 a.nav-link.active {
  font-weight: bold;
  border-bottom: solid 4px #0a96cd;
  color: #000000;
}
.box-nav2 a.nav-link {
  display: flex;
  align-items: center;
}

.list-menu {
  display: flex;
  justify-content: space-between;
}

.border {
  border: 1px solid #E7E7E7 !important;
}

.border-top {
  border-top: 1px solid #E7E7E7 !important;
}

.border-end {
  border-right: 1px solid #E7E7E7 !important;
}

.border-bottom {
  border-bottom: 1px solid #E7E7E7 !important;
}

.border-start {
  border-left: 1px solid #E7E7E7 !important;
}

hr {
  border-top: solid 1px #E7E7E7 !important;
  opacity: 1;
}

.border-0 {
  border: 0 !important;
}

.border-top1 {
  border-top: 0.5rem solid #0073a7;
}

.modal .modal-content {
  padding: 1.5rem 1rem;
}
.modal .modal-header, .modal .modal-footer, .modal .modal-body {
  border: 0;
}
.modal .modal-header .btn-close, .modal .modal-footer .btn-close, .modal .modal-body .btn-close {
  background-size: 0.8rem 0.8rem;
  position: absolute;
  top: 20px;
  right: 20px;
}
.modal .modal-header p, .modal .modal-footer p, .modal .modal-body p {
  margin-bottom: 0;
}
.modal .modal-footer {
  justify-content: flex-start;
}
.modal .modal-login .modal-footer {
  justify-content: center;
}
.modal .modal-login .btn-primary {
  width: 100%;
}

.multi-step-bar {
  overflow: hidden;
  counter-reset: step;
  position: relative;
  display: flex;
  justify-content: space-around;
  flex-wrap: nowrap;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
}
.multi-step-bar li {
  text-align: center;
  list-style-type: none;
  text-transform: CAPITALIZE;
  width: 100%;
  float: left;
  position: relative;
  display: inline-flex;
  padding-bottom: 1rem;
  justify-content: center;
  align-items: center;
  padding-right: 1.5rem;
}
.multi-step-bar li:before {
  content: counter(step);
  counter-increment: step;
  width: 2rem;
  height: 2rem;
  line-height: 30px;
  display: block;
  font-size: 16px;
  color: #5a6163;
  background: #e6eef0;
  border-radius: 50%;
  margin: 0 5px 5px 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "SarabunBold";
}
.multi-step-bar li:after {
  content: "";
  width: 100%;
  height: 4px;
  background: #e6eef0;
  position: absolute;
  bottom: 0;
}
.multi-step-bar li.active:before {
  content: "\e876";
  font-family: "Material Icons Outlined";
  font-size: 24px;
  width: 2rem;
  height: 2rem;
  background: #0a96cd;
  color: white;
}
.multi-step-bar li.active.current:before {
  content: counter(step);
  counter-increment: step;
  font-family: "SarabunBold";
  font-size: 16px;
}
.multi-step-bar li.active:after {
  background: #0a96cd;
  color: white;
}
.multi-step-bar li.active {
  color: #0a96cd;
}

.multi-step-bar:before {
  width: 100%;
  height: 4px;
  background: #e6eef0;
  position: absolute;
  bottom: 0;
  content: "";
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.default-list .list-group a {
  color: #000000;
}

.list-market li.list-group-item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.list-market .list-group {
  list-style: none;
}
.list-market .list-group-item.active {
  background: #e6eef0;
  border-color: #e6eef0;
  color: #000000;
}
.list-market li::before {
  content: "";
  border-color: transparent #0a96cd;
  border-style: solid;
  border-width: 0.35em 0 0.35em 0.35em;
  height: 0;
  width: 0;
  left: 0;
  top: 0;
  position: relative;
  display: inline-block;
  margin-right: 0.7rem;
}
.list-market li::marker {
  content: "▶";
}
.list-market a {
  color: #000000;
  text-decoration: none;
}

.list-card .list-group-item {
  margin: 0.5rem 0;
}
.list-card .list-group-item {
  border-radius: 4px;
  padding: 1.2rem 0rem 1.2rem 1rem;
}
.list-card .bodybold {
  line-height: unset;
}
.list-card .bl-blue {
  border-left: solid 5px #0a96cd;
  border-width: 0px 0px 0px 5px;
  border-top: 0 !important;
}
.list-card a, .list-card a:hover {
  color: #000000 !important;
}
.list-card .list-group-item-action:focus, .list-card .list-group-item-action:hover {
  background-color: White;
  color: #000000;
}
.list-card .list-group-item + .list-group-item {
  border-top-width: 1px;
}

.accordion-card .accordion-header {
  margin-bottom: 0;
  padding: 0 1.5rem;
}
.accordion-card .accordion-button::after {
  background-image: url(../img/icon-down.svg) !important;
  background-size: 1rem;
  background-position: center;
}
.accordion-card .accordion-item {
  margin-bottom: 1rem;
  border: solid 1px #E7E7E7;
  border-radius: 4px;
  cursor: pointer;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04), 0px 2px 6px 0px rgba(0, 0, 0, 0.04), 0px 0px 1px 0px rgba(0, 0, 0, 0.04);
}
.accordion-card .accordion-flush > .accordion-item:last-child {
  border-bottom: 1 solid #E7E7E7;
}
.accordion-card .accordion-flush > .accordion-item > .accordion-header .accordion-button,
.accordion-card .accordion-flush > .accordion-item > .accordion-header .accordion-button.collapsed {
  border-radius: 0;
  padding: 1rem 0;
}
.accordion-card .accordion-button {
  background-color: transparent;
}
.accordion-card .accordion-flush > .accordion-item:first-child {
  border-top: 1px solid #E7E7E7;
}
.accordion-card .accordion-flush > .accordion-item:last-child {
  border-bottom: 1px solid #E7E7E7;
}

.accordion-item {
  border-color: #E7E7E7;
}

.accordion-list .accordion-button {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  font-size: 18px;
  padding: 1.2rem 0.5rem;
}
.accordion-list .accordion-button::after {
  margin: 0;
  background-image: url(../img/icon-menu-right.svg) !important;
  background-size: 2rem;
  background-position: center;
  margin-right: 0.5rem;
}
.accordion-list .accordion-button:not(.collapsed)::after {
  --bs-accordion-btn-icon-transform: rotate(90deg);
}
.accordion-list .accordion-button:not(.collapsed) {
  background-color: White;
}
.accordion-list .accordion-button:focus {
  box-shadow: none;
}

.table > thead.table-primary:not(caption) > * > * {
  background-color: #B2E3F3 !important;
  font-family: "Kanit";
  font-size: 20px;
  border-bottom: none;
  padding: 1rem;
  border-right: solid 1px #E7E7E7;
}

.table > thead.table-primary:not(caption) > * > *:last-child {
  /* Your styles here */
  border: none;
}

.table > :not(caption) > * > * {
  padding: 1rem;
}

table {
  font-size: 18px;
}

.head-center {
  align-content: center;
  text-align: center;
}

.table tr.hide-table-padding td {
  padding: 0;
}
.table .expand-button {
  position: relative;
}
.table .btn.btn-accordion[aria-expanded=true] {
  transform: rotate(90deg);
  transition: transform 0.2s ease;
}
.table .btn.btn-accordion[aria-expanded=false] {
  transition: transform 0.2s ease;
}
.table .btn:first-child:active {
  border-color: transparent;
}
.table a.btn.btn-accordion {
  padding: 0;
  color: #0a96cd;
}
.table .collapse {
  --bs-table-bg: #f2fafc;
}
.table .btn.more {
  width: 1.5rem;
  height: 1.5rem;
  display: inline-flex;
  padding: 3px;
  align-items: center;
  justify-content: center;
}
.table .btn.more span {
  font-size: 16px;
}

.table-responsive {
  max-width: 1252px;
}
.table-responsive th {
  min-width: 200px;
}

.table-responsive2 {
  max-width: 1228px;
}
.table-responsive2 th {
  min-width: 200px;
}

.minw-300 {
  min-width: 300px !important;
}

.minw-380 {
  min-width: 380px !important;
}

.minw-230 {
  min-width: 230px !important;
}

.minw-100 {
  min-width: 100px !important;
}

.minw-150 {
  min-width: 150px !important;
}

.minw-50 {
  width: 50px !important;
  min-width: 50px !important;
}

.minw-400 {
  min-width: 400px !important;
}

.minw-600 {
  min-width: 500px !important;
}

.col-sticky2 {
  position: sticky;
  left: 50px;
  z-index: 1;
}

.col-sticky3 {
  position: sticky;
  right: 120px;
  z-index: 1;
}

.col-sticky2-1 {
  position: sticky;
  left: 100px;
  z-index: 1;
}

.col-sticky3-1 {
  position: sticky;
  right: 200px;
  z-index: 1;
}

tr {
  border-left: 1px solid #E7E7E7 !important;
  border-right: 1px solid #E7E7E7 !important;
  border-radius: 4px;
}

.table-fixed-col {
  overflow: auto;
  width: 100%;
}
.table-fixed-col table {
  /*table-layout: fixed;*/
  width: 100%;
  overflow: auto;
}
.table-fixed-col .col-sticky,
.table-fixed-col .col-sticky-last {
  position: sticky;
  left: 0;
  z-index: 1;
}
.table-fixed-col .col-sticky-last {
  right: 0 !important;
  min-width: 120px;
}
.table-fixed-col .col-sticky-last2 {
  right: 0 !important;
  min-width: 210px;
}
.table-fixed-col thead tr th {
  position: sticky;
  top: 0;
}
.table-fixed-col td.col-sticky,
.table-fixed-col .col-sticky-last, .table-fixed-col .col-sticky-last2 {
  z-index: 2;
}
.table-fixed-col .collapse-btn-tb {
  display: flex;
  align-items: center;
}

.tb-in-collapse {
  --bs-table-bg: none;
}
.tb-in-collapse tr {
  border-left: none !important;
  border-right: none !important;
}
.tb-in-collapse .bt-none {
  border-bottom: transparent !important;
}

.pagination {
  gap: 0.5rem;
}
.pagination .page-link {
  background: White;
  border-radius: 5px;
  color: #000000;
  width: 2rem;
  height: 2rem;
  padding: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.pagination .w-5rem {
  width: 5rem !important;
}
.pagination .active > .page-link,
.pagination .page-link.active {
  border-color: #0a96cd;
  color: #0a96cd;
}
.pagination span {
  font-size: 16px;
  display: flex;
}
.pagination .page-link:hover {
  background: #e6eef0;
  color: #000000;
}

.card-body {
  padding: 1.5rem;
}

.card {
  border: solid 1px #E7E7E7;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.04), 0px 2px 6px 0px rgba(0, 0, 0, 0.04), 0px 0px 1px 0px rgba(0, 0, 0, 0.04);
  align-items: flex-start;
}

.card2 {
  border: none;
  box-shadow: none;
}

.card-header {
  border-bottom: solid 1px #E7E7E7;
  background: transparent;
  margin: 0 1.5rem;
  padding: 1.5rem 0 1rem 0;
}

.card-img,
.card-img-bottom,
.card-img-top {
  max-width: 100% !important;
}

.card-hover .card {
  padding-top: 2rem;
  padding-bottom: 1.5rem;
}

.card-hover:hover {
  position: relative;
  /* Position relative for the ::after pseudo-element */
  transition: transform 0.5s ease, box-shadow 0.3s ease;
  cursor: pointer;
}

.card-hover:hover::after {
  content: "";
  width: 100%;
  height: 5px;
  position: absolute;
  bottom: 0;
  background: #0a96cd;
  border-radius: 0 0 4px 4px;
}

.card-upload {
  padding: 24px;
  border: 1px dashed var(--Line-Color-color-neutral-400, #E7E7E7);
  display: flex;
  justify-content: center;
}

.c-center {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.announce {
  margin-top: 24px;
  padding: 10px;
  display: flex;
  background-color: #F2FAFC;
  border-radius: 4px;
}
.announce p {
  margin-bottom: 0;
}

.card-scoll {
  overflow-y: scroll;
  height: 500px;
}

.card-scoll2 {
  overflow-y: scroll;
  height: 400px;
}

.card-shadow {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 0px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.04);
}

.card-bg {
  background-color: White;
  padding: 1.5rem;
}

.card-icon {
  background-color: White;
  display: flex;
  padding: 1rem;
  margin-bottom: 1rem;
  border: none;
  border-radius: 0.5rem;
}
.card-icon .ic-card {
  display: flex;
  align-items: center;
}
.card-icon .ic-card .ic-box {
  display: flex;
  width: 5.25rem;
  height: 5.25rem;
  margin-right: 1rem;
  align-items: center;
  justify-content: center;
}
.card-icon .ic-card .ic-box .img-cover {
  width: 5.25rem;
  height: 5.25rem;
}

.card-icon:hover {
  background: #F2FAFC;
  text-decoration: none;
}

.card-news {
  box-shadow: none;
  border: none;
  border-bottom: 2px solid #E7E7E7;
  border-radius: 0;
}
.card-news p {
  font-size: 16px !important;
}
.card-news .card-body {
  align-items: flex-start;
}

.side-btn {
  display: flex;
  align-items: center;
  background: #0073A7;
  color: White;
  border-radius: 0;
  padding: 8px;
}

@media (max-width: 62em) {
  :root {
    font-size: calc(1.4rem + (1vw - 0.62rem) * 1.3889);
    min-height: 0vw;
  }
}
img {
  max-width: 100%;
}

ol,
ul {
  padding-left: 0;
}

.container-fluid {
  padding-right: 1.438rem;
  padding-left: 1.438rem;
}

.box-menu-library {
  position: -webkit-sticky;
  position: sticky;
  display: block !important;
  height: calc(100vh - 6rem);
  padding-left: 0.25rem;
  margin-left: -0.25rem;
  overflow-y: auto;
}
.box-menu-library .nav-link {
  color: #3c4244;
  text-align: left;
  padding: 0.2rem 1rem;
}

.breadcrumb-item.active {
  color: #000000;
}

.vertical-line {
  width: 1px;
  background: #E7E7E7;
  float: left;
  height: 100%;
  margin: 12px 12px 12px 0px;
}

footer .list-group {
  list-style: none;
  row-gap: 16px;
}
footer a {
  color: White;
  text-decoration: none;
}
footer a:hover {
  color: #e6eef0;
}
footer .list-unstyled li {
  margin-right: 2rem;
}

.footer-content {
  background: url(../img/img-footer.svg);
  background-repeat: no-repeat;
  background-position: right top;
  padding: 4rem 0 3em 0;
}

.line-r {
  border-right: solid 1px #6e7577;
}

.line-t {
  border-top: solid 1px #d8e0e2;
}

.content-form {
  margin-top: 40px;
  padding: 24px;
  background: White;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.04), 0 0 2px 0 rgba(0, 0, 0, 0.06), 0 0 1px 0 rgba(0, 0, 0, 0.04);
  border-radius: 4px;
}
.content-form .form-group {
  margin-bottom: 24px;
}
.content-form .form-select {
  background-image: url(../img/icon-dd.svg) !important;
}
.content-form .badge {
  width: 100%;
  text-align: start;
}

.bb-none {
  border-bottom: none;
}

.pdf {
  width: 734px;
  height: 900px;
  padding: 48px;
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.04), 0px 0px 2px 0px rgba(0, 0, 0, 0.06), 0px 0px 1px 0px rgba(0, 0, 0, 0.04);
}

.footer1 {
  border-top: 3px solid #0a96cd;
}
.footer1 .footer-content1 {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0 24px 0;
}

.ic-tb-center {
  display: flex !important;
  justify-content: center !important;
}

.w-100 {
  width: 100% !important;
}

.contact {
  display: flex;
  flex-direction: column;
}
.contact a {
  color: #000000;
}

/*# sourceMappingURL=style.css.map */
