html {
  --red: #fe1427;
  --line: #06c755;
  --CI-Midnight-Blue: #00073c;
  --CI-Light-Blue: #2e6693;
  --Primary-Blue: #0d66d0;
  --System-Semi-Black: #151515;
}
body {
  min-height: 100vh;
  font-family: "Noto Sans Thai" !important;
  font-size: normal;
  font-style: normal;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Noto Sans Thai" !important;
  font-weight: bold;
}
.btn {
  font-family: "Noto Sans Thai" !important;
  font-weight: bold;
}
p {
  font-family: "Noto Sans Thai" !important;
  font-size: normal;
  font-style: normal;
}
button:focus,
a:focus {
  outline: none !important;
  box-shadow: none !important;
}
button:hover,
a:hover {
  opacity: 0.8;
}
main {
  max-width: 500px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  background: #fff;
  color: #000;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.logo {
  width: auto;
  height: 36px;
  flex-shrink: 0;
}
.nav-block {
  display: flex;
  flex-direction: row;
  height: 70px;
  background: #22bdb7;
}
.nav-section {
  padding-left: 24px;
}
.a-link,
.a-link:hover {
  color: #000;
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.btn-main {
  padding: 16px;
  color: #fff;
  border-radius: 8px;
  background: var(--Default-Default, #ed2866);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
}
.btn-main:hover {
  color: #fff;
}
/* sidebar menu */
.offcanvas-body {
  padding: 32px 24px;
}
.sidebar-menu {
  background: #22bdb7;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.menu-detail {
  width: 100%;
}
.menu-item {
  padding: 8px 0;
  border-bottom: 1px solid #fff;
  display: flex;
  align-items: center;
}
.menu-link {
  width: 100%;
  height: 56px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.menu-link:hover {
  color: #fff;
}
/* member menu */
.menu-section {
  max-width: 500px;
  padding: 8px 24px 0px;
}
.member-menu {
  margin-bottom: 24px;
  background-color: #fff;
  height: 80px;
  border-radius: 8px;
  box-shadow: 0 4px 12.9px 0 rgba(0, 0, 0, 0.1);
}
.menu-icon {
  margin-bottom: 3px;
}
.menu-items > a {
  width: 100%;
  color: #6c6c6c;
  text-align: center;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  text-decoration: none;
}
.menu-items:first-child > a {
  border-top-left-radius: 16px;
  border-bottom-left-radius: 16px;
}
.menu-items:last-child > a {
  border-top-right-radius: 16px;
  border-bottom-right-radius: 16px;
}
.menu-items > a.active {
  color: #ed2866;
}
/* Loading Skeleton */
#loading-skeleton {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.skeleton-wrapper {
  display: flex;
  flex-direction: column;
}
.skeleton-shimmer {
  background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
  background-size: 200% 100%;
  animation: shimmer 1.5s infinite ease-in-out;
}
@keyframes shimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
#loading-skeleton.fade-out {
  opacity: 0;
  transition: opacity 0.3s ease;
}
#page-content.fade-in {
  animation: fadeIn 0.3s ease forwards;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.skeleton-header {
  height: 70px;
  width: 100%;
  background-color: #e0e0e0;
}
.skeleton-banner-tall {
  width: 100%;
  aspect-ratio: 16 / 20;
  background-color: #e0e0e0;
}
.skeleton-banner {
  width: 100%;
  aspect-ratio: 16 / 9;
  background-color: #e0e0e0;
}
.skeleton-section {
  padding: 16px 24px;
}
.skeleton-title {
  width: 60%;
  height: 28px;
  border-radius: 4px;
  background-color: #e0e0e0;
  margin: 0 auto;
}
.skeleton-text {
  width: 80%;
  height: 16px;
  border-radius: 4px;
  background-color: #e0e0e0;
  margin: 8px auto 0;
}
.skeleton-text-short {
  width: 40%;
  height: 16px;
  border-radius: 4px;
  background-color: #e0e0e0;
  margin: 8px auto 0;
}
.skeleton-text-left {
  margin-left: 0;
  margin-right: auto;
}
.skeleton-btn {
  width: 100%;
  height: 48px;
  border-radius: 8px;
  background-color: #e0e0e0;
}
.skeleton-card {
  width: 100%;
  height: 120px;
  border-radius: 12px;
  background-color: #e0e0e0;
}
.skeleton-card-small {
  width: 100%;
  height: 80px;
  border-radius: 8px;
  background-color: #e0e0e0;
}
.skeleton-input {
  width: 100%;
  height: 42px;
  border-radius: 6px;
  background-color: #e0e0e0;
  margin-bottom: 16px;
}
.skeleton-label {
  width: 30%;
  height: 14px;
  border-radius: 4px;
  background-color: #e0e0e0;
  margin-bottom: 8px;
}
.skeleton-tabs {
  display: flex;
  gap: 8px;
  padding: 0 16px;
}
.skeleton-tab {
  flex: 1;
  height: 40px;
  border-radius: 4px;
  background-color: #e0e0e0;
}
.skeleton-image-circle {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #e0e0e0;
  margin: 0 auto;
}
.skeleton-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: #e0e0e0;
  flex-shrink: 0;
}
.skeleton-grid-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}
.skeleton-grid-item {
  height: 180px;
  border-radius: 8px;
  background-color: #e0e0e0;
}
.skeleton-grid-item-sm {
  height: 110px;
  border-radius: 8px;
  background-color: #e0e0e0;
}
.skeleton-list-item {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #f0f0f0;
}
.skeleton-list-text {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.skeleton-line {
  height: 14px;
  border-radius: 4px;
  background-color: #e0e0e0;
}
.skeleton-w30 {
  width: 30%;
}
.skeleton-w40 {
  width: 40%;
}
.skeleton-w50 {
  width: 50%;
}
.skeleton-w60 {
  width: 60%;
}
.skeleton-w80 {
  width: 80%;
}
.skeleton-w100 {
  width: 100%;
}
.skeleton-menu-item {
  height: 56px;
  border-bottom: 1px solid #f0f0f0;
  display: flex;
  align-items: center;
  padding: 0 16px;
}
.skeleton-menu-line {
  width: 60%;
  height: 16px;
  border-radius: 4px;
  background-color: #e0e0e0;
}
.skeleton-bottom-menu {
  height: 80px;
  width: 100%;
  border-radius: 8px;
  background-color: #e0e0e0;
  margin-top: auto;
}
.skeleton-gap-sm {
  gap: 8px;
}
.skeleton-gap-md {
  gap: 16px;
}
.skeleton-mb-sm {
  margin-bottom: 8px;
}
.skeleton-mb-md {
  margin-bottom: 16px;
}
.skeleton-mt-md {
  margin-top: 16px;
}
@media only screen and (max-width: 768px) {
}
