@font-face {
  font-family: "Anuphan";
  src: url("../fonts/Anuphan/Anuphan-VariableFont_wght.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
button,
li,
div,
span,
a,
textarea,
label {
  font-family: "Anuphan", sans-serif !important;
}
.card-contact {
  padding: 1.5rem;
  min-height: auto;
  cursor: pointer;
}
.card-contact img {
  max-width: 80px;
}
.card-contact h5 {
  font-size: 1.1rem;
}
body {
  font-family: "Anuphan", sans-serif !important;
  background-color: #ffffff !important;
}
.form-control,
.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--single .select2-search__field,
.typeahead,
.tt-query,
.tt-hint {
  border: 1px solid rgba(151, 151, 151, 0.3);
  font-family: "Anuphan", sans-serif !important;
  font-size: 0.8125rem;
}
input::placeholder,
textarea::placeholder {
  color: #9d9d9d !important;
  opacity: 1;
}
.product-sec-01 {
  text-align: center;
  background: #fff;
  padding: 0;
}
.product-sec-02 {
  padding: 45px 30px 30px 30px;
  text-align: center;
  color: #50322e;
  background: #f7f7f7;
}
.product-sec-03 {
  padding: 0;
  margin: 0;
  background: #f7f7f7;
}
.product-sec-05 {
  padding: 30px 0 80px 0 !important;
  background: url(../images/frame-cuve-05.gif) repeat-x top center #fef4e3;
  background-size: contain;
}

.doc-cursor {
  cursor: pointer;
  transition: all 0.25s ease;
}
.doc-cursor:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
}

.text-dark-orange {
  color: #e65100;
}
.text-dark-green {
  color: #33691e;
}
.bg-orange {
  background-color: #ff9800;
}
.bg-orange:hover {
  color: #000;
}
.bg-brown {
  background-color: #6d4c41;
}

.bg-soft-brown {
  background-color: #b99475;
  color: #ffffff;
}
nav > div:nth-child(2) > a {
  white-space: nowrap;
  padding: 0 1rem;
}

.nav-color {
  color: #4265cf !important;
  font-weight: bold;
}

.fs-16 {
  font-size: 16px;
}

.text-dark {
  color: #000;
}
.text-gray {
  color: #444444;
}
.text-dark-green {
  color: #55322b;
}
.btn-bun {
  color: white !important;
  background: #de8418 !important;
}
.dropdown-toggle::after {
  content: none !important;
}
.dropdown-item {
  font-family: "Anuphan", sans-serif !important;
}
nav.navbar {
  height: 75px;
}
.nav-item {
  margin: 0 0.4rem !important;
  white-space: nowrap;
}
.nav-link {
  padding: 0.4rem 1rem !important;
  border-radius: 25px;
}
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: #fff;
  background: #de8418 !important;
  border-radius: 25px;
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.7);
}

.underline-none {
  text-decoration: none !important;
}

.navbar.fixed-top + .page-body-wrapper {
  padding-top: 56px !important;
}

@media (max-width: 991px) {
  .navbar {
    height: auto !important;
  }
  .content-wrapper {
    padding: 2rem 1rem !important;
  }
}

.w-inherit {
  width: inherit !important;
}

.rounded-4-rem {
  border-radius: 4rem !important;
}

.rounded-12 {
  border-radius: 12px !important;
}

.disabled-card {
  background: #dadada !important;
  cursor: not-allowed !important;
}

.card-cursor {
  cursor: pointer !important;
}

.card-cursor:hover {
  cursor: pointer !important;
  transform: scale(1.02);
  transition: all 0.2s ease-in-out;
  background-color: #ff8c2b;
}

.card-cursor:hover .card-description,
.card-cursor:hover .card-title,
.card-cursor:hover p,
.card-cursor:hover .daily-icon {
  color: #fff;
}

.doc-cursor {
  cursor: pointer !important;
}

.doc-cursor:hover {
  cursor: pointer !important;
  transform: scale(1.02);
  transition: all 0.2s ease-in-out;
  background-color: #ff8c2b;
}

.doc-cursor:hover i,
.doc-cursor:hover h4,
.doc-cursor:hover h6,
.doc-cursor:hover small {
  color: #fff;
}

.custom-checkbox {
  width: 100%;
}
.grade-overlay {
  position: absolute;
  top: 48%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 50px;
  font-weight: bold;
  color: #fff; /* สีภายในตัวอักษร */
  /* -webkit-text-stroke: 2px #de8418; กรอบตัวอักษร */
  /* text-shadow: 1px 1px 2px black; */
  /* pointer-events: none; */
}

.custom-checkbox-text {
  cursor: pointer;
  user-select: none;
}

.custom-checkbox-input:checked ~ .custom-checkbox-text .card {
  cursor: pointer !important;
  transform: scale(1.02);
  transition: all 0.2s ease-in-out;
  background-color: #4265cf;
}
.custom-checkbox-input:checked ~ .custom-checkbox-text .card .card-description,
.custom-checkbox-input:checked ~ .custom-checkbox-text .card .card-title,
.custom-checkbox-input:checked ~ .custom-checkbox-text .card .daily-icon {
  color: #fff;
}

.nav-menu {
  padding: 0.4rem 1rem !important;
}

.btn-secondary {
  background: #c8c8c8 !important;
  border: none !important;
}

.btn-secondary:hover {
  background: #8e8e8e !important;
  border: none !important;
}

.btn-bun:hover {
  background: #ffad4b !important;
}

.lang-panel {
  position: fixed;
  top: 3.5rem;
  right: 1rem;
}

.change-lang {
  width: 39px !important;
  padding: 0 !important;
  outline: none !important;
  background-color: transparent !important;
  margin-top: 2rem;
  font-size: 14px;
  border: none;
}

.bg-dark-400 {
  background: #2c2c2c;
}

.bg-dark-400:hover {
  background: #474747;
}

.bg-purple {
  background: #4265cf !important;
}

.bg-purple:hover {
  background: #6d85cb !important;
}

.bg-orange {
  background: #ff8c2b !important;
}

.bg-orange:hover {
  background: #f7b075 !important;
}

.text-pupple {
  color: #4265cf;
}

.text-yellow {
  color: #ffc542;
}

.text-gold {
  color: #b96e14;
}

.text-orange {
  color: #ff8c2b;
}

.text-brown {
  color: #7d483c;
}

.bg-brown {
  background-color: #7d483c;
}

.h-40 {
  height: 40px;
}

.text-dark-orange {
  color: #78470d;
}

.d-inline-flex {
  display: inline-flex !important;
}

.form-check .form-check-label {
  margin-left: 0.5rem !important;
}

.checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin-top: 10px;
}

.checkbox input {
  position: absolute;
  width: 0;
  left: 50px;
  height: 0;
  opacity: 0;
  cursor: pointer;
}

.checkbox .checkmark {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 3px;
  outline: 1px solid #acacac;
  transition: all 0.2s ease;
}

.checkbox:hover .checkmark {
  background: #f4f4f5;
  transition: all 0.2s ease;
}

.checkbox input:checked ~ .checkmark {
  background: #4265cf;
  outline: 1px solid #4265cf;
}

.checkbox .checkmark::after {
  position: absolute;
  display: block;
  content: "";
  left: 50%;
  top: 40%;
  width: 7px;
  height: 13px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: translate(-50%, -50%) rotate(45deg);
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  opacity: 0;
  transition: all 0.2s ease;
}

.checkbox input:checked ~ .checkmark::after {
  opacity: 1;
  transition: all 0.2s ease;
}

.uncheckbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin-top: 10px;
}

.uncheckbox input {
  position: absolute;
  width: 0;
  left: 50px;
  height: 0;
  opacity: 0;
  cursor: pointer;
}

.uncheckbox .checkmark {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 3px;
  outline: 1px solid #acacac;
  transition: all 0.2s ease;
}

.uncheckbox:hover .checkmark {
  background: #f4f4f5;
  transition: all 0.2s ease;
}

.uncheckbox input:checked ~ .checkmark {
  background: #fc5a5a;
  outline: 1px solid #fc5a5a;
  display: flex;
  align-items: center;
  justify-content: center;
}

.uncheckbox input:checked ~ .checkmark::after {
  opacity: 1;
  transition: all 0.2s ease;
}

.uncheckbox input[type="radio"][value="NOT_PASS"]:checked + .checkmark::after {
  content: "\00d7"; /* You can change the symbol for the 'NOT_PASS' state */
  font-size: 24px;
  color: white;
  opacity: 1;
  margin-top: -2px;
}

.na {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;

  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;
  margin-top: 10px;
}

.na input {
  position: absolute;
  width: 0;
  left: 50px;
  height: 0;
  opacity: 0;
  cursor: pointer;
}

.na .checkmark {
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 3px;
  outline: 1px solid #acacac;
  transition: all 0.2s ease;
}

.na:hover .checkmark {
  background: #f4f4f5;
  transition: all 0.2s ease;
}

.na input:checked ~ .checkmark {
  background: #8e94a9;
  outline: 1px solid #8e94a9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.na input:checked ~ .checkmark::after {
  opacity: 1;
  transition: all 0.2s ease;
}

.na input[type="radio"][value="N/A"]:checked + .checkmark::after {
  content: "\2012"; /* You can change the symbol for the 'NOT_PASS' state */
  font-size: 16px;
  color: white;
  opacity: 1;
}

.none-checkbox {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  cursor: pointer;
  user-select: none;
  margin-top: 10px;
}

.none-checkbox input {
  position: absolute;
  width: 0;
  left: 50px;
  height: 0;
  opacity: 0;
  cursor: pointer;
}

.none-checkbox .checkmark {
  position: relative;
  display: block;
  width: 18px;
  height: 18px;
  background: white;
  border-radius: 3px;
  outline: 1px solid #acacac;
  transition: all 0.2s ease;
}

.none-checkbox:hover .checkmark {
  background: #f4f4f5;
}

.none-checkbox input:checked ~ .checkmark {
  background: #888888;
  outline: 1px solid #888888;
}

.none-checkbox input[type="radio"][value=""]:checked + .checkmark::after {
  content: "\2014"; /* หรือ "\2014" สำหรับ em dash */
  font-size: 22px;
  color: white;
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
  opacity: 1;
}

.daily-icon {
  font-size: 3.5rem;
  color: #000;
}

.search-group {
  display: flex;
  align-items: center;
  width: 100%;
}

.search-group input {
  padding: 0.94rem 3rem !important;
  border-radius: 25px;
  border: none !important;
  height: 55px;
}

.search-group .icon-section {
  position: absolute !important;
  padding-left: 1rem !important;
}

.search-group .icon-section i {
  font-size: 1.3rem !important;
}

@media (min-width: 992px) {
  .container {
    max-width: 777px;
  }
  .container-lg {
    max-width: 1060px;
  }
  #userBars1,
  #userBars2 {
    display: none !important;
  }
}

@media (max-width: 991px) {
  #userBars {
    display: none !important;
  }
  #menuBars {
    width: auto !important;
  }
  #userBars1,
  #userBars2 {
    display: block !important;
  }
}
.profile-card {
  background-color: #f9f9fb;
  border-radius: 20px;
  padding: 30px;
  max-width: 900px;
  margin: auto;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.profile-img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  object-fit: cover;
}
.badge-img {
  width: 100px;
}
.info-title {
  color: #3b5bdb;
  font-weight: bold;
  font-size: 1.4rem;
}
.info-item {
  text-align: center;
  border-left: 1px solid #ddd;
}
.info-item:first-child {
  border-left: none;
}
.tab-card {
  cursor: pointer;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}
.tab-card:hover {
  transform: scale(1.02);
}
.tab-card.active-tab {
  border: 2px solid #4265cf;
  background-color: #4265cf;
}
.tab-card.active-tab h6,
.tab-card.active-tab p {
  color: #fff !important;
}

.table {
  background-color: #fff !important; /* ทำให้พื้นหลังตารางเป็นสีขาวล้วน */
  /* border-radius: 16px; */
  border: #c1c1c1 !important;
}
.table :not(:first-child) {
  border-top: #c1c1c1 !important;
}

tfoot tr,
tfoot td {
  border: #c1c1c1 !important; /* ตัดเส้นขอบทั้งหมด */
  background-color: transparent; /* หรือจะใส่สีพื้นตามต้องการ */
}
.fixed-width-btn {
  width: 100px; /* ปรับได้ตามใจ */
  text-align: center;
  padding: 1rem; /* ให้ดูสวยเป็นมาตรฐาน Bootstrap */
  border-radius: 8px;
}

/* Custom style for active step */
.active-step {
  background-color: #4265cf !important;
  color: white !important;
}

/* Custom style for completed steps */
.completed-step {
  background-color: green !important;
  color: white !important;
}

.btn-bun-orange,
.btn-bun-orange:hover {
  background-color: #ff8402;
  color: white;
}

.btn-bun-brown,
.btn-bun-brown:hover {
  background-color: #503029;
  color: white;
}

.btn-bun-gray-ligth,
.btn-bun-gray-light:hover {
  background-color: #ffffff00;
  color: #3a3a3a !important;
  border-width: 0.2px;
  border-color: #3a3a3a;
}

.chev-right,
.chev-left {
  font-size: 3rem;
  color: #6d6d6d;
  font-weight: bold;
}

.carousel-indicators [data-bs-target] {
  background-color: #6d6d6d !important;
}

.rounded-12 {
  border-radius: 12px;
}

.footer a {
  color: #ff8402;
  font-size: inherit;
}

.rounded-top-custom {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
}

.card-bake {
  cursor: pointer !important;
}

.card-bake:hover {
  cursor: pointer !important;
  transform: scale(1.02);
  transition: all 0.2s ease-in-out;
  background-color: #ff8c2b;
}

.card-bake:hover .card-text,
.card-bake:hover .text-brown,
.card-bake:hover .text-orange {
  color: #fff;
}

.text-brown-anchor {
  color: #7d483c;
}
.text-brown-anchor:hover {
  color: #de8418;
}

/* Add red border to .checkmark when the input has the class 'was-validated' */
form.was-validated input:checked + .checkmark {
  outline: 1px solid #acacac;
}

form.was-validated input:not(:checked) + .checkmark {
  outline: 1px solid #dc3545; /* Red border for unchecked radio if form is validated */
}

.bg-wrapper {
  background-color: #f5f4f7 !important;
}

.content-wrapper {
  background: #ffffff;
  padding: 2.875rem 2.875rem 0 2.875rem;
  width: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.custom-wave-bg {
  position: relative;
  background-color: #fef4e3; /* สีครีมอ่อนแบบเว็บตัวอย่าง */
  overflow: hidden;
  padding-top: 120px; /* ขยับเนื้อหาไม่ให้ชนหัวคลื่น */
}

/* คลื่นด้านบน */
.custom-wave-bg::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: url("../images/frame-cuve-05.gif") no-repeat top center;
  background-size: cover;
  z-index: 1;
}

/* ตัวเนื้อหาข้างใน */
.custom-wave-bg .container,
.custom-wave-bg .row {
  position: relative;
  z-index: 2;
}
.product-sec-011,
.product-sec-02 {
  background-color: #fef4e3;
}
.product-sec-03 {
  background-color: #f7f7f7;
}
.product-sec-06 {
  background-color: gainsboro;
}
.product-sec-07 {
  background-color: #ffffff;
}
.card-contact:hover,
.doc-cursor:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}
.btn.bg-orange {
  background-color: #ff9800;
  color: #ffffff;
  border: none;
}
.btn.bg-brown {
  background-color: #6d4c41;
  color: #ffffff;

  border: none;
}

.text-orange {
  color: #ff9800;
}
.text-dark-orange {
  color: #e65100;
}
.carousel-inner img {
  transition: transform 0.3s ease;
}
.carousel-inner img:hover {
  transform: scale(1.05);
}
.fade-in {
  animation: fadeInUp 1s ease-in-out;
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.fade-in.delay-1 {
  animation-delay: 0.3s;
}
.fade-in.delay-2 {
  animation-delay: 0.6s;
}
.fade-in.delay-3 {
  animation-delay: 0.9s;
}
.card .card-title {
  color: #55322b !important;
  margin-bottom: 1.625rem;
  text-transform: capitalize;
  font-family: "nunito-regular", sans-serif;
  font-size: 1.125rem;
  font-weight: 600;
}
.course-title {
  display: inline-block;
  max-width: fit-content;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
}

.img-container {
  width: 100%;
  padding: 16px;
  border-radius: 15px;
  cursor: pointer;
  background: #dddd;
}

.img-container.fix-size {
  height: 40px;
  width: 130px;
  padding: 0;
  border: 1px solid #fff;
}

.img-container.fix-size label {
  text-align: center;
}

.img-container.fix-size .img-area {
  width: 100% !important;
  height: 100% !important;
  background: #de8418;
}

.img-area {
  position: relative;
  width: 100%;
  height: 240px;
  background: #fff;
  border-radius: 15px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}
.img-area .icon {
  font-size: 100px;
}
.img-area h3 {
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 6px;
}
.img-area p {
  color: #999;
}
.img-area p span {
  font-weight: 600;
}
.img-area img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 100;
}
.img-area::before {
  content: attr(data-img);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-weight: 500;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: none;
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 200;
}
.img-area.active:hover::before {
  opacity: 1;
}
.select-image {
  display: block;
  width: 100%;
  padding: 16px 0;
  border-radius: 15px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
}
.select-image:hover {
  background: var(--dark-blue);
}
.card-point {
  background-color: #de8418;
}
.table th,
.table td {
  font-size: 0.95rem;
  vertical-align: middle !important;
}

thead.bg-warning th {
  color: white !important;
}
.text-decoration-none {
  text-decoration: none;
}
.z-index-1080 {
  z-index: 1080;
}

.top-10 {
  top: 10px !important;
}

.end-10 {
  right: 10px !important;
}

.bottom-10 {
  bottom: 10px !important;
}

.badge-card {
  background: #fff;
  border-radius: 16px;
  padding: 1.2rem;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: transform 0.2s ease-in-out;
}

.badge-card:hover {
  transform: translateY(-5px);
}

.badge-title {
  font-weight: 600;
  margin-top: 0.5rem;
}

.badge-category {
  font-size: 1.1rem;
  font-weight: 700;
  color: #444;
  margin-bottom: 1rem;
  border-left: 6px solid #f1c40f;
  padding-left: 0.75rem;
}

.badge-card img {
  border-radius: 50%;
  background: #f9f9f9;
  padding: 0.5rem;
}

.badge-meta {
  font-size: 0.8rem;
  color: #888;
}

.badge-highlight {
  background: #f7fdf5;
  border: 1px solid #38c172;
}

.badge-highlight .badge-title {
  color: #38c172;
}

.badge-label {
  font-size: 0.75rem;
  font-weight: 500;
  background: #eee;
  padding: 2px 6px;
  border-radius: 8px;
  display: inline-block;
  margin-top: 4px;
}

.icon-fluid {
  background: #fff;
  border-radius: 25%;
  padding: 2px;
}
.btn-outline-bun-orange {
  color: #ff8402;
  border-color: #ff8402;
}
.btn-outline-bun-orange:hover {
  background-color: #ff8402;
  color: #fff;
  border-color: #ff8402;
}

.btn-outline-bun-orange:disabled,
.btn-outline-bun-orange.disabled {
  color: #ffb877; /* สีอ่อนลง */
  border-color: #ffb877;
  background-color: transparent;
  opacity: 0.65; /* ทำให้ดูจางลง */
  pointer-events: none; /* ป้องกันการคลิก */
}
img {
  object-fit: cover;
}

.table thead,
.table thead th,
.table tbody,
.table tbody td {
  font-family: "Anuphan", sans-serif !important;
}

.w-66 {
  width: 66px;
}

.custom-textarea {
  width: 80%;
  resize: vertical;
  border-radius: 5px;
}

.log-list {
  background: #4265cf1a;
  border-radius: 10px;
}

.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.upload__btn {
  display: inline-block;
  font-weight: 600;
  color: #fff;
  text-align: center;
  min-width: 116px;
  padding: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid;
  background-color: #de8418;
  border-color: #de8418;
  border-radius: 10px;
  line-height: 26px;
  font-size: 14px;
}
.upload__btn:hover {
  background-color: unset;
  color: #de8418;
  transition: all 0.3s ease;
}
.upload__btn-box {
  margin-bottom: 10px;
}
.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.upload__img-box {
  width: 120px;
  padding: 0 10px;
  margin-bottom: 12px;
}
.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 10px;
  right: 10px;
  text-align: center;
  line-height: 22px;
  z-index: 1;
  cursor: pointer;
}
.upload__img-close:after {
  content: "✖";
  font-size: 14px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
  border-radius: 10px;
}

.nav-tabs {
  border-bottom: 1px solid #e3e5ef;
}
.nav-tabs .nav-item {
  margin-bottom: -1px;
}
.nav-tabs .nav-link {
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover,
.nav-tabs .nav-link:focus {
  border-color: #e3e5ef #e3e5ef #e3e5ef;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active,
.nav-tabs .nav-item.show .nav-link {
  color: #ffffff !important;
  background-color: #ff9800 !important;
  border-color: #e3e5ef #e3e5ef #ffffff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-tabs .nav-item:first-child .nav-link {
  border-radius: 8px 8px 0 0;
}

.nav-tabs .nav-item:last-child .nav-link {
  border-radius: 8px 8px 0 0;
}

#tab-overview,
#tab-my-profile,
#eLearning,
#kpi,
#performance,
#dailyChecklist,
#visitStoreChecklist,
#mysteryShopper,
#eLearningOverview,
#kpiOverview,
#performanceOverview {
  border: 1px solid #e3e5ef !important;
}

.branch-card {
  border-radius: 1rem;
  padding: 1.5rem;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.branch-logo {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: contain;
}
.branch-label {
  color: #6c757d;
}
.branch-value {
  font-weight: bold;
  color: #000;
}
.branch-name {
  color: #f57c00; /* Orange */
  font-weight: bold;
}
.card .card-description {
  font-family: "Anuphan", sans-serif !important;
}