.pending-patient-symptoms .patient-symptoms-detail {
  padding: 30px 0; }
  .pending-patient-symptoms .patient-symptoms-detail li {
    padding: 8px 30px;
    background-color: rgba(237, 237, 237, 0.1); }
    @media (max-width: 767px) {
      .pending-patient-symptoms .patient-symptoms-detail li {
        margin-bottom: 20px; } }
    .pending-patient-symptoms .patient-symptoms-detail li:nth-child(odd) {
      background-color: rgba(239, 239, 239, 0.51); }
    .pending-patient-symptoms .patient-symptoms-detail li .sypmtom-info {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .pending-patient-symptoms .patient-symptoms-detail li .sypmtom-info .symptom-img {
        width: 60px;
        background: #D6D5D4;
        -webkit-border-radius: 50%;
                border-radius: 50%;
        margin-right: 30px; }
      .pending-patient-symptoms .patient-symptoms-detail li .sypmtom-info .symptom-title h2 {
        margin: 0;
        color: #3c3c3c;
        font-size: 17px;
        font-weight: 500;
        line-height: 22px; }
        .pending-patient-symptoms .patient-symptoms-detail li .sypmtom-info .symptom-title h2 span {
          display: block;
          font-size: 15px;
          font-weight: normal;
          color: #5c5c5c; }
      @media (max-width: 767px) {
        .pending-patient-symptoms .patient-symptoms-detail li .sypmtom-info {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .pending-patient-symptoms .patient-symptoms-detail li .symptom-date {
      padding: 18px 0; }
      .pending-patient-symptoms .patient-symptoms-detail li .symptom-date p {
        font-family: 'NanumGothic';
        font-size: 15px;
        color: #3C3C3C;
        margin: 0;
        text-align: right; }
        @media (max-width: 767px) {
          .pending-patient-symptoms .patient-symptoms-detail li .symptom-date p {
            text-align: center; } }
    .pending-patient-symptoms .patient-symptoms-detail li .symptom-state {
      padding: 18px 0; }
      .pending-patient-symptoms .patient-symptoms-detail li .symptom-state img {
        margin-right: 10px; }
      .pending-patient-symptoms .patient-symptoms-detail li .symptom-state p {
        margin: 0;
        font-size: 15px;
        font-weight: normal;
        text-align: right; }
        @media (max-width: 767px) {
          .pending-patient-symptoms .patient-symptoms-detail li .symptom-state p {
            text-align: center; } }
