#symptonModal .modal_content {
  padding-bottom: 24px;
}
#symptonModal .modal_body {
  gap: 0px;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #e95515 #f1f1f1;
  display: flex;
  flex-direction: column;
}
#symptonModal .modal_body .category_title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 20px 0 0px 0;
  padding: 12px 16px;
  background: linear-gradient(135deg, #e95515 0%, #ff824b 100%);
  color: #fff;
  border-radius: 8px 8px 0 0;
  position: relative;
  box-shadow: 0 2px 8px rgba(233, 85, 21, 0.2);
}
#symptonModal .modal_body .category_title:first-child {
  margin-top: 0;
}
#symptonModal .modal_body .modal_list {
  overflow-y: unset;
  margin-bottom: 0px;
  padding: 16px;
  background: #fff;
  border-radius: 0 0 8px 8px;
  border: unset;
  border-top: unset;
  border-left: 2px solid #e95515;
  border-right: 2px solid #e95515;
  border-bottom: 2px solid #e95515;
  box-shadow: 0 4px 12px rgba(233, 85, 21, 0.1);
}
#symptonModal .modal_body .modal_list:last-child {
  margin-bottom: 0;
}

@media (max-width: 768px) {
  .sympton_modal .modal_body .category_title {
    font-size: 16px;
    margin: 20px 0 12px 0;
    padding: 10px 12px;
  }
  .sympton_modal .modal_body .modal_list {
    padding: 12px;
    margin-bottom: 16px;
  }
  .sympton_modal .modal_body .modal_item .symptom_tag {
    padding: 6px 12px;
    font-size: 13px;
  }
  .sympton_modal .modal_body .modal_list {
    overflow-y: unset !important;
    -webkit-overflow-scrolling: unset;
    overscroll-behavior: unset;
    scrollbar-width: thin;
    scrollbar-color: #e95515 #f1f1f1;
    -webkit-appearance: none;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  .sympton_modal .modal_body .modal_list::-webkit-scrollbar {
    width: 12px !important;
    -webkit-appearance: none !important;
    background: transparent !important;
  }
  .sympton_modal .modal_body .modal_list::-webkit-scrollbar-track {
    background: #f1f1f1 !important;
    border-radius: 6px !important;
    -webkit-appearance: none !important;
    margin: 2px !important;
  }
  .sympton_modal .modal_body .modal_list::-webkit-scrollbar-thumb {
    background: #e95515 !important;
    border-radius: 6px !important;
    -webkit-appearance: none !important;
    border: 2px solid #f1f1f1 !important;
  }
  .sympton_modal .modal_body .modal_list::-webkit-scrollbar-thumb:hover {
    background: #d94d13 !important;
  }
}
