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: var(--MAKRO-BG, #fffae9);
  color: var(--Black-100, #000);
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.nav-block {
  display: flex;
  flex-direction: row;
  height: 70px;
  background: var(--MAKRO-burgundy, #c4171d);
}
.nav-section {
  padding-left: 24px;
}
.a-link,
.a-link:hover {
  color: var(--Black-100, #000);
  word-break: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.profile-section {
  padding-right: 24px;
}
.profile-image,
.profile-image:hover {
  background: #fff;
  border-radius: 50px;
  display: flex;
  height: 31px;
  width: 31px;
  justify-content: center;
  text-decoration: none;
  align-items: center;
  color: var(--Big-C-dark-blue, #ea2225);
}
.content-block {
  width: 100%;
  padding-bottom: 96px;
}
.btn-outline {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 16px;
  height: 48px;
  color: var(--Big-C-dark-blue, #ea2225);
  text-align: center;
  width: 100%;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  border-radius: 8px;
  border: 1px solid var(--Big-C-dark-blue, #ea2225);
}
.btn-outline:hover {
  color: var(--Big-C-dark-blue, #ea2225);
}
.btn-outline-section {
  padding: 16px 0;
}
/* Line Button */
.line-icon {
  height: 24px;
}
.btn-main {
  padding: 16px;
  color: #fff;
  border-radius: 8px;
  background: var(--MAKRO-red, #ea2225);
  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: var(--Big-C-dark-blue, #ea2225);
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
}
.menu-detail {
  width: 100%;
}
.menu-item {
  padding: 8px 0;
  border-bottom: 1px solid var(--Black-40, #999);
  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;
}
.signout,
.signout:hover {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  display: flex;
  align-items: center;
  text-decoration: none;
  margin-left: 0 !important;
  margin-bottom: 0 !important;
}
/* member menu */
.menu-section {
  max-width: 500px;
  padding: 8px 24px 0px;
}
.member-menu {
  margin-bottom: 24px;
  background-color: #fff;
  border-radius: 8px;
  height: 80px;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.menu-icon {
  margin-bottom: 3px;
}
.menu-items > a {
  width: 100%;
  color: var(--Grey, #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: var(--Big-C-dark-blue, #ea2225);
}
.logo {
  width: 34px;
  height: auto;
  flex-shrink: 0;
}
.btn-secondary,
.btn-secondary:hover {
  border-radius: 109px;
  background: var(--Primay-Knorr-Yellow, #fec000);
  display: flex;
  padding: 16px 0;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex: 1 0 0;
  color: #00863f;
  border-color: #fec000;
}
.btn-link {
  text-decoration: none;
  color: var(--Big-C-dark-blue, #ea2225);
  font-size: 16px;
  font-weight: 700;
}
.btn-link:hover {
  color: var(--Big-C-dark-blue, #ea2225);
}
.btn-link::after {
  content: "";
  background-image: url("../images/icons/right.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 8px;
}
.logout-icon {
  content: "";
  background-image: url("./../images/icons/logout.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
}
.logout-white-icon {
  content: "";
  background-image: url("./../images/icons/logout-white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  display: inline-block;
  margin-right: 8px;
}
@media only screen and (max-width: 768px) {
}
