.customer-handbook-collapse {
  margin-top: -10vh;
  border-top-right-radius: 8px;
  background-color: #fff;
  width: 65vw;
  padding-left: calc((100vw - 1300px) / 2);
  padding-right: 16px;
}
.customer-handbook-collapse {
  overflow: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}
.customer-handbook-collapse::-webkit-scrollbar {
  display: none;
}
@media (max-width: 1199.98px) {
  .customer-handbook-collapse {
    padding-left: calc((100vw - 960px) / 2 + 15px);
  }
}

@media (max-width: 991.98px) {
  .customer-handbook-collapse {
    padding-left: calc((100vw - 720px) / 2 + 15px);
  }
}

@media (max-width: 767.98px) {
  .customer-handbook-collapse {
    padding-left: calc((100vw - 540px) / 2 + 15px);
  }
}

@media (max-width: 575.98px) {
  .customer-handbook-collapse {
    padding-left: 15px;
  }
}
.customer-handbook-item {
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  border-bottom: 2px solid transparent;
}
.customer-handbook-item.active .customer-handbook-item-title{
color: #000000;
}

.customer-handbook-item-title {
  color: #a2a2a2;
  transition: color 0.3s ease;
  font-size: 16px;
  white-space: nowrap;
}
.customer-handbook-collapse .nav-tabs .nav-link {
  border: none !important;
  outline: none !important;
  border-bottom: 2px solid transparent;
}
.customer-handbook-collapse .nav-tabs .nav-link:focus {
  box-shadow: none !important;
  border: none !important;
  border-bottom: 2px solid #ed1b24 !important;
}
.customer-handbook-item .nav-link:hover {
  border: none;
  border-bottom: 2px solid #ed1b24 !important;
  color: #000;
  isolation: unset !important;
}
.customer-handbook-item .nav-link.active {
  border: none;
  border-bottom: 2px solid #ed1b24 !important;
}
.customer-handbook-collapse-item-title {
  font-size: 32px;
  font-family: "Playfair Display";
}
.customer-handbook-collapse-item-description {
  color: #a2a2a2;
  font-size: 20px;
}
.customer-handbook-pay-fee-content {
  background-color: #ffffff;
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 16px;
}
.customer-handbook-pay-fee-content-title {
  color: #1a1a1a;
  font-weight: 600;
}
.customer-handbook-accordion-item-content {
  box-shadow: 0px 6px 16px 2px #0000001a;
  border: none;
  margin-bottom: 20px;
}
.customer-handbook-accordion-body-index {
  border-radius: 100%;
  width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #000;
  border-radius: 100%;
  margin-right: 10px;
  flex-shrink: 0;
}
.customer-handbook-pay-fee-content-body {
  padding-left: 0px;
}
.customer-handbook-accordion-body-title {
  font-size: 18px;
  font-weight: 700;
  color: #1a1a1a;
}
.customer-handbook-pay-fee-nav-tabs {
  background-color: #f6f6f6;
  padding: 2px;
  border-radius: 8px;
  border-bottom: none;
}
.customer-handbook-pay-fee-nav-tabs-button {
  color: #595959;
  width: 50%;
  border-radius: 6px;
  padding: 2px;
}
.customer-handbook-pay-fee-nav-tabs-button:hover {
  color: #000;
}
.customer-handbook-pay-fee-nav-tabs-button.active {
  background-color: #fff;
  color: #000;
  border: unset;
}
.customer-handbook-collapse-item-medical-facility-card {
  background-color: #f8f8f8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 55vh;
}
.customer-handbook-collapse-item-medical-facility-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px;
  width: 400px;
}
.customer-handbook-document-table {
  margin: 0 0;
  width: 100%;
  table-layout: fixed;
}
.customer-handbook-document-table thead tr th{
  background-color: #F5F6F8;
  text-align: center;
}
/* .fixed td:nth-of-type(1) {
  width: 20%;
}
.fixed td:nth-of-type(2) {
  width: 80%;
} */
.customer-handbook-faq-title {
  font-size: 32px;
}
.customer-handbook-faq-item {
  background-color: #f6f6f6;
  padding: 16px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.customer-handbook-faq-item-header {
  border-radius: 8px;
}
.customer-handbook-faq-item-button-header {
  color: unset !important;
  background-color: unset !important;
  box-shadow: unset !important;
  border-radius: 8px;
}
.customer-handbook-faq-item-button-header::after {
  background-image: url("../image/chevron-down.svg") !important;
}
.customer-handbook-faq {
  padding: 60px 0px;
}
.customer-handbook-faq-question-title {
  font-size: 16px;
  font-weight: 600;
}
.customer-handbook-faq-item-answer {
  font-size: 14px;
}
@media (max-width: 991px) {
  .customer-handbook-collapse {
    margin-top: 0;
    width: 100%;
  }
  .customer-handbook-collapse-menu {
    gap: 10px;
  }
  .customer-handbook-collapse-item-title,
  .customer-handbook-faq-title {
    font-size: 24px;
  }
  .customer-handbook-collapse-item-description {
    font-size: 16px;
  }
  .customer-handbook-pay-fee-content-body {
    padding-left: 0px;
  }
  .customer-handbook-faq {
    padding: 32px 0px;
  }
  .customer-handbook-collapse-item-medical-facility-button {
    width: auto;
  }
  .customer-handbook-faq-accordion {
    margin-top: 20px;
  }
}
