.caption {
  opacity: 0.8;
}

.hide-for-reader {
  opacity: 0;
  height: 0;
}

.divider {
  background-color: #ccc;
}

.custom-modal.modal .modal-header {
  display: flex;
  flex: auto 0 0;
  align-items: center;
  justify-content: normal;
}
.custom-modal.modal .modal-title {
  text-align: center;
  width: calc(100% - 96px);
}
.custom-modal.modal .btn-close {
  border: none;
  border-radius: 8px;
  height: 48px;
  width: 48px;
  margin-left: 0;
}
.custom-modal.modal .btn-close:hover {
  background-color: rgba(23, 152, 213, 0.1);
}
.custom-modal.modal .btn-close:hover svg {
  stroke: #333;
}
.custom-modal.modal svg {
  height: 20px;
  stroke: #888;
}
.custom-modal.modal .btn-light {
  color: #1798d5;
  font-weight: normal;
}
.custom-modal.modal .btn-primary {
  font-weight: bold;
  padding-left: 20px;
  padding-right: 20px;
}
.custom-modal.modal.type-full-modal .modal-dialog {
  max-width: 100vw;
  width: 100vw;
  height: 100vh;
  margin: 0;
}
.custom-modal.modal.type-full-modal .modal-content {
  min-height: 100vh;
  overflow: auto;
}
.custom-modal.modal.type-full-modal .modal-body,
.custom-modal.modal.type-full-modal .modal-footer {
  width: 90vw;
  margin: auto;
}
@media only screen and (min-width: 768px) {
  .custom-modal.modal.type-full-modal .modal-body,
.custom-modal.modal.type-full-modal .modal-footer {
    max-width: 640px;
  }
}
.custom-modal.modal.type-full-modal .object-fit-document-modal {
  max-width: 100%;
}
@media only screen and (min-width: 768px) {
  .custom-modal.modal .form-body {
    margin-top: 4vh;
  }
}
.custom-modal.modal .form-group[class*=has-icon-] .form-control-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0.6rem;
}
.custom-modal.modal .form-group label,
.custom-modal.modal .form-group .text-danger {
  font-size: 12px;
}
.custom-modal.modal .bank-transfer-info {
  font-size: 14px;
}
.custom-modal.modal .stroke-white {
  stroke: #fff !important;
}
.custom-modal.modal .member-information .title {
  font-size: 15px;
  opacity: 0.6;
  font-weight: 400;
  text-transform: uppercase;
}
.custom-modal.modal .member-information svg {
  height: 24px !important;
  margin-right: 0.5rem;
  border-color: transparent;
}

.custom-data-table-wrapper {
  font-size: 14px;
  overflow: scroll;
}
.custom-data-table-wrapper th {
  font-size: 12px;
  vertical-align: middle;
}
.custom-data-table-wrapper tbody tr:hover {
  background-color: #fff;
}
.custom-data-table-wrapper .page-item.active .page-link {
  background-color: #0d98c7;
  border-color: #0d98c7;
}
.custom-data-table-wrapper .expandable {
  font-size: 13px;
}
.custom-data-table-wrapper .content-table-expand {
  background-color: #eaf4fa;
  border-bottom: 2px solid #0d98c7;
}
.custom-data-table-wrapper .content-table-expand h5 {
  font-size: 15px;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
}
.custom-data-table-wrapper .component-function {
  text-align: right !important;
}
.custom-data-table-wrapper .component-function a {
  text-decoration: none;
  padding: 2px;
  height: 28px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
}
.custom-data-table-wrapper .component-function a:hover {
  background: #eaf4f9;
}
.custom-data-table-wrapper .component-function a svg {
  height: 18px;
}
.custom-data-table-wrapper .filter-checkbox {
  margin-right: 2rem;
}

.custom-form-withdrawal .form-control,
.custom-form-withdrawal .btn-primary {
  height: 38px !important;
}
.custom-form-withdrawal .form-control {
  padding: 14px 22px 14px !important;
}
.custom-form-withdrawal .icon-btn {
  margin-right: 0.5rem;
  height: 24px;
}

.setting-card {
  min-height: 560px !important;
}

.label-setting {
  font-size: 12px;
  opacity: 0.6;
  padding-top: 16px;
  text-transform: uppercase;
}
.label-setting svg {
  height: 16px;
  margin-top: -3px;
}

.wrap-upload-file {
  overflow: hidden;
}
.wrap-upload-file .object-fit {
  object-fit: cover;
  border-radius: 4px;
  margin-top: 1rem;
  width: 100%;
  background-color: #ddd;
}
@media only screen and (min-width: 768px) {
  .wrap-upload-file .object-fit {
    width: 100%;
    height: 312px;
  }
}
.wrap-upload-file .wrap-cta-upload {
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .wrap-upload-file .wrap-cta-upload {
    max-width: 100%;
  }
}
.wrap-upload-file .wrap-cta-upload .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
}
.wrap-upload-file .wrap-cta-upload .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.wrapper-upload-bank-account .object-fit {
  height: 140px;
  border-radius: 8px;
}
.wrapper-upload-bank-account .upload-btn-wrapper {
  position: relative;
  overflow: hidden;
  display: inline-block;
  font-size: 13px;
  cursor: pointer;
}
.wrapper-upload-bank-account .upload-btn-wrapper input[type=file] {
  font-size: 100px;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  cursor: pointer;
}

.custom-tabs .nav-link {
  color: #888;
  padding: 0.25rem 0;
  border-color: transparent !important;
  border-bottom: 2px solid transparent;
  margin-right: 2rem;
}
.custom-tabs .nav-link.active {
  color: #0d98c7;
  font-weight: bold;
  border-bottom: 2px solid #0d98c7 !important;
}
.custom-tabs .data-info-list {
  padding: 0.25rem 0;
}
.custom-tabs .data-info-list h3 {
  font-size: 14px;
}
.custom-tabs .data-info-list svg {
  margin-right: 8px;
}
.custom-tabs .component-type-tools svg {
  opacity: 0.6;
  cursor: pointer;
}
.custom-tabs .component-type-tools svg:hover {
  opacity: 1;
  stroke: #0d98c7;
}
.custom-tabs .dataTable-table {
  font-size: 14px;
}

.h1,
.h2,
.h3,
.h4,
.title,
.modal-title {
  font-family: "IBM Plex Sans Thai", sans-serif;
}

a {
  color: #1798d5;
}
a:hover {
  color: #137cad;
}

.navigation-menu-mobile {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.navigation-menu-mobile .sub-title-section {
  color: #000;
  padding-top: 20px;
  font-size: 12px;
  opacity: 0.7;
  text-transform: uppercase;
  padding-bottom: 8px;
}
.navigation-menu-mobile .sidebar-link,
.navigation-menu-mobile a {
  display: block;
  text-decoration: none;
  color: #1798d5;
  font-size: 18px;
  padding: 10px 0;
  font-weight: bold;
  border-top: 1px solid #ddd;
}
.navigation-menu-mobile .submenu {
  list-style-type: none;
  padding: 0;
}
.navigation-menu-mobile .submenu .sidebar-link,
.navigation-menu-mobile .submenu a {
  font-size: 15px;
  font-weight: 400;
}

.btn-primary {
  background-color: #1798d5;
  border-color: #1798d5;
}
.btn-primary:hover {
  background-color: #1499d6;
  border-color: #1292ce;
}

.btn-memmber {
  background-color: #E7F3FF;
}

.button-toggle-menu {
  background-color: transparent;
  box-shadow: none;
}
.button-toggle-menu:focus {
  background-color: transparent;
  box-shadow: none;
}
.button-toggle-menu svg {
  fill: #1898d5;
  height: 18px;
  width: 18px;
}

.full-content-flex {
  position: relative;
  height: 100vh;
  width: 100%;
  display: flex;
  flex-direction: column;
}

.aside {
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 460px;
  height: 100%;
  overflow: hidden;
  background-color: rgba(36, 40, 56, 0.65);
  background-image: url(../img/aside-bg.jpg);
  background-size: cover;
  display: none;
}
.aside.not-login {
  background-image: url(../img/aside-bg-register.webp);
}
@media only screen and (min-width: 768px) {
  .aside {
    display: block;
  }
}
.aside::after {
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  opacity: 0.5;
}
.aside .info-footer {
  position: absolute;
  bottom: 20px;
  padding: 40px;
  font-size: 14px;
  color: #fff;
  z-index: 10;
}
.aside .info-footer a {
  color: #fff;
  text-decoration: underline;
}
.aside .info-header {
  position: absolute;
  top: 0;
  padding: 40px;
  z-index: 10;
}

.main-content-form-authen {
  padding: 0px 24px;
  position: relative;
  flex: 1 1 auto;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .main-content-form-authen {
    margin-left: 460px;
  }
}

.wrap-form-authen {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.wrap-form-authen .inner {
  width: 100%;
  max-width: 580px;
  position: relative;
}

.custom-form .form-group {
  margin-bottom: 16px;
}
.custom-form label {
  font-size: 13px;
}
.custom-form .form-control {
  height: 48px;
  padding: 14px 15px 16px;
  line-height: 16px;
}
.custom-form .form-control:focus {
  border-color: #1798d5;
}
.custom-form .btn-primary {
  background-color: #1798d5;
  border-color: #1798d5;
  padding: 8px 1rem;
}
.custom-form .btn-outline-secondary {
  padding: 8px 1rem;
  border-color: #ddd;
}
.custom-form .component-top-content {
  position: absolute;
  right: 0;
  top: -220px;
  font-size: 14px;
}
.custom-form .component-top-content .btn {
  border: 1px solid #eee;
  margin-left: 16px;
}
.custom-form .form-group[class*=has-icon-] .form-control-icon,
.custom-form .form-control-icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 0 0.6rem;
}
.custom-form .form-group label,
.custom-form .form-group .text-danger {
  font-size: 12px;
}
.custom-form .text-danger {
  display: block;
  margin-top: -12px;
}

/* MAIN LAYOUT WEB APP */
.header-main-app {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
  background-color: #fff;
  box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.3);
  z-index: 10;
  padding: 10px 20px 0;
}
.header-main-app.type-admin {
  border-top: 4px solid #1292ce;
}
.header-main-app .logo-small {
  height: 40px;
}
.header-main-app .avatar {
  position: relative;
  padding-right: 20px;
}
.header-main-app .avatar img {
  border-radius: 99em;
  height: 32px;
}
.header-main-app .avatar::after {
  content: url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="feather feather-chevron-down"><path stroke="gray" stroke-width="1" d="M6 9l6 6 6-6"/></svg>');
  position: absolute;
  color: #ccc;
  right: 0;
  top: 0;
  border: none;
  display: block;
}

.aside-navigation {
  display: none;
}
@media only screen and (min-width: 992px) {
  .aside-navigation {
    display: block;
    position: fixed;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    border-right: 1px solid #ddd;
    width: 220px;
    background-color: #fff;
  }
}
@media only screen and (min-width: 992px) and (min-width: 992px) {
  .aside-navigation.type-admin {
    width: 260px;
  }
}
@media only screen and (min-width: 992px) {
  .aside-navigation .sidebar-menu {
    padding-top: 60px;
  }
}
@media only screen and (min-width: 992px) {
  .aside-navigation .sidebar-title,
.aside-navigation .modal-title {
    padding-top: 40px;
    font-size: 12px;
    border-top: 1px solid #ddd;
    margin-top: 40px;
  }
}
@media only screen and (min-width: 992px) {
  .aside-navigation .menu {
    list-style-type: none;
    padding: 8px;
  }
}
@media only screen and (min-width: 992px) {
  .aside-navigation .sidebar-link {
    display: flex;
    align-items: center;
    padding: 8px;
    text-decoration: none;
    border-radius: 8px;
    margin-top: 8px;
    color: #333;
  }
  .aside-navigation .sidebar-link svg {
    margin-right: 8px;
    stroke: #333;
  }
  .aside-navigation .sidebar-link:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
}
@media only screen and (min-width: 992px) {
  .aside-navigation .active .sidebar-link:hover {
    background-color: transparent;
  }
}
@media only screen and (min-width: 992px) {
  .aside-navigation .submenu {
    list-style: none;
    max-height: 0;
    transition: max-height 0.5s ease-out;
    overflow: hidden;
  }
}
@media only screen and (min-width: 992px) {
  .aside-navigation .has-sub.active,
.aside-navigation .sidebar-link.active {
    font-weight: bold;
    background-color: rgba(23, 152, 213, 0.1);
    border-radius: 8px;
    padding-bottom: 8px;
  }
  .aside-navigation .has-sub.active:hover,
.aside-navigation .sidebar-link.active:hover {
    background-color: none;
  }
  .aside-navigation .has-sub.active svg,
.aside-navigation .sidebar-link.active svg {
    stroke: #1798d5;
  }
  .aside-navigation .has-sub.active .submenu,
.aside-navigation .sidebar-link.active .submenu {
    max-height: 500px;
    padding-left: 0;
  }
  .aside-navigation .has-sub.active .submenu a,
.aside-navigation .sidebar-link.active .submenu a {
    color: #333;
    text-decoration: none;
    display: block;
    padding: 8px 8px 8px 38px;
    line-height: 16px;
    font-size: 13px;
    font-weight: normal;
  }
  .aside-navigation .has-sub.active .submenu a:hover,
.aside-navigation .sidebar-link.active .submenu a:hover {
    background-color: rgba(0, 0, 0, 0.05);
  }
  .aside-navigation .has-sub.active .submenu a.active,
.aside-navigation .sidebar-link.active .submenu a.active {
    font-weight: bold;
  }
}

.main-app {
  background-color: #f8f8f8;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 120px;
  min-height: 100vh;
  height: 100%;
}
@media only screen and (min-width: 992px) {
  .main-app {
    padding-left: 280px;
    padding-right: 60px;
  }
}
.main-app .title-section {
  font-size: 24px;
  margin-bottom: 20px;
}
.main-app .card {
  box-shadow: 0 1px 6px rgba(60, 64, 67, 0.2);
  padding: 20px;
  min-height: 120px;
}
.main-app .card.type-hightlight {
  border-top: 2px solid #1898d5;
}
.main-app .card .title {
  font-size: 15px;
  opacity: 0.6;
  font-weight: 400;
}
.main-app .card .data {
  font-size: 22px;
}
.main-app .card.card-type-link {
  cursor: pointer;
  border: 1px solid transparent;
  min-height: 0;
  text-decoration: none;
}
.main-app .card.card-type-link:hover {
  border: 1px dashed #1898d5;
}
.main-app .empty-content {
  text-align: center;
  padding-top: 200px;
  opacity: 0.5;
}

.header-service {
  font-size: 16px;
  font-weight: bold;
}
.header-service img {
  height: 20px;
  margin-right: 8px;
}

.component-new-account .btn {
  font-size: 14px;
  font-weight: 500;
}
.component-new-account svg {
  height: 16px;
}
.component-new-account .btn-primary {
  background-color: #1798d5;
  border-color: #1798d5;
}

.account-lists {
  padding-top: 40px;
}
.account-lists .title {
  opacity: 1 !important;
  text-transform: uppercase;
}
.account-lists .account-info {
  color: #888;
  border-bottom: 1px solid #ddd;
  padding-bottom: 16px;
  padding-top: 16px;
  font-size: 13px;
}
.account-lists .dropdown {
  text-transform: none;
}
.account-lists .dropdown .dropdown-item {
  font-size: 13px;
  line-height: 1.6;
}
.account-lists .dropdown-toggle.type-button {
  background-color: rgba(0, 0, 0, 0.05);
  padding: 6px;
  border-radius: 8px;
  padding-bottom: 8px;
  color: #888;
}
.account-lists .dropdown-toggle.type-button:hover {
  color: #333;
}
.account-lists .dropdown-toggle.type-button svg {
  height: 20px;
}
.account-lists .dropdown-toggle.type-button::after {
  display: none;
}
.account-lists .label-demo {
  font-size: 10px;
  color: #f73636;
  background-color: rgba(247, 54, 54, 0.1);
  border-radius: 4px;
  padding: 2px;
}
.account-lists .icon-48 {
  height: 48px;
}

.parent-members {
  padding-left: 40px;
}
.parent-members .child-member {
  padding: 0 0 0 20px;
  position: relative;
}
.parent-members .child-member::after {
  display: block;
  content: "";
  height: 100%;
  width: 2px;
  position: absolute;
  left: 28px;
  top: 0;
}
.parent-members .btn-memmber {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.parent-members .info-member {
  font-size: 12px;
  background-color: #eee;
  border-radius: 99em;
  padding: 2px 8px;
  position: relative;
  z-index: 5;
  top: -30px;
  margin-left: -30px;
}
.parent-members [class*=-child] {
  margin-left: 40px;
}
.parent-members [class*=-child] [class*=-child] .child-member {
  margin-left: 60px;
}
.parent-members [class*=-child] [class*=-child] .child-member .btn-member {
  background-color: #f5f5f5;
}
.parent-members [aria-expanded=true] + .info-member {
  display: inline-block;
}

.modal-member-deta .modal-dialog {
  max-width: 800px;
}

.content-lot-rebate .type-hightlight {
  min-height: 135px;
}
@media only screen and (max-width: 991px) {
  .content-lot-rebate .type-hightlight {
    margin-bottom: 16px;
  }
}
.content-lot-rebate .custom-form .form-control {
  height: 38px;
}
.content-lot-rebate .btn-primary {
  padding: 8px 1rem;
  height: 38px;
}

.article-promotion .note {
  border-left: 4px solid red;
  padding-left: 1rem;
  color: red;
  margin-bottom: 24px;
}

.platforms-download .title {
  color: #212529;
  text-decoration: none;
}

.section-data-info h3 {
  font-size: 16px;
  font-weight: bold;
}

.custom-card-header h1,
.card-title {
  font-size: 16px;
  font-weight: bold;
}

@media only screen and (min-width: 992px) {
  .section-admin-search .form-horizontal {
    padding-right: 16px;
  }
}

.grid-card-data {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 16px 16px 8px;
  text-align: center;
  min-width: 100px;
  font-size: 13px;
  margin-bottom: 1rem;
}
@media only screen and (min-width: 992px) {
  .grid-card-data {
    margin-right: 40px;
  }
}
.grid-card-data .number-count {
  font-size: 28px;
}

.section-graph .wrap-chart {
  border-bottom: 1px solid #ddd;
  margin-bottom: 2rem;
}

/*# sourceMappingURL=style.css.map */
