.no-addresses-message {
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f8f9fa;
    border-radius: 8px;
    margin-bottom: 32px;
}
.date-text-wrapper {
    gap: 0.875rem;
  }
  
  p {
    color: var(--bodyColor);
  }
  
  p strong {
    color: var(--headingColor);
  }
  
  .location-table {
    table-layout: fixed;
    border-radius: 0.5rem;
    overflow: hidden;
    margin-bottom: 0 !important;
    width: 100%;
  }
  
  .location-table th {
    background-color: var(--primaryColor) !important;
    color: var(--whiteColor) !important;
  }
  
  .location-table th,
  .location-table td {
    padding: 0.625rem 0.875rem !important;
    border: none;
  }
  
  .location-table td {
    border-bottom: 1px solid #f1f1f1;
    white-space: normal;
  }
  
  .location-table tr:nth-child(even) td {
    background-color: #f7f7f7;
  }
  
  .table-overflow {
    width: 100%;
    overflow-y: auto;
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
  }
  
  .bottom-actions-btn {
    display: flex;
    gap: 1.25rem;
    align-items: center;
    margin-top: 1.875rem;
  }
  
  .clinic-right-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 1.875rem;
  }
  
  .clinic-info-wrapper {
    padding-top: 1.875rem;
    display: flex;
    gap: 1.25rem;
    align-items: center;
    width: 100%;
    border-radius: 1.875rem;
    padding: 1.875rem;
    background-color: var(--primaryBgColor);
  }
  
  .clinic-info-wrapper .clinic-img-wrapper {
    height: 10.625rem;
    width: 10.625rem;
    border-radius: 0.5rem;
    overflow: hidden;
  }
  
  .clinic-info-wrapper .clinic-img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  .clinic-text-wrapper {
    display: flex;
    gap: 3.75rem;
  }
  
  .clinic-text-wrapper .inner {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
  }
  
  .clinic-text-wrapper .inner p {
    color: var(--bodyColor);
    font-size: 0.875rem;
    line-height: normal;
    margin-bottom: 0;
  }
  
  .clinic-text-wrapper .inner h5 {
    color: var(--headingColor);
    font-size: 1.125rem;
    line-height: normal;
    margin-bottom: 0;
  }
  
  /* map section */
  
  .map-parent-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
  }
  
  .map-img-wrapper {
    border-radius: 1.875rem;
    overflow: hidden;
  }
  
  .map-img-wrapper img {
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  
  .location-details-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    height: 100%;
    overflow-y: auto;
    max-height: 43.75rem;
    padding: 0px 0.625rem;
  }
  
  .location-details-wrapper::-webkit-scrollbar {
    width: 3px;
    height: 3px;
  }
  
  .location-details-wrapper::-webkit-scrollbar-thumb {
    background-color: var(--primaryColor);
    border-radius: 10px;
  }
  
  .location-details-wrapper::-webkit-scrollbar-track {
    background: transparent;
  }
  
  .location-details-inner {
    padding: 1rem;
    border-radius: 1rem;
    background-color: #f3f2f2;
    border: 1px solid var(--borderColor);
    /* height: 212px;
    overflow: auto; */
  }
  .location-details-col {
    height: 418px;
    overflow: auto;
    display: flex;
        flex-direction: column;
        gap: 10px;
}
  
  .location-details-wrapper .location-address {
    margin-bottom: 0;
  }
  
  .location-details-wrapper table {
    background-color: var(--whiteColor);
    width: 100%;
  }
  
  .contact-info-wrapper {
    display: flex;
    align-items: center;
    gap: 1.25rem;
  }

  .provider-hours {
    font-size: 14px;
    font-weight: 100;
  }

  .view-toggle {
    color: #0066cc;
    text-decoration: none;
    margin-left: 70px;
    display: inline-block;
  }

  .view-toggle:hover {
      text-decoration: underline;
  }
  .btn.btn-outline-primary.btn-modify-search.px-4 {
    border-radius: 6.25rem;
}
.filtered_sec  textarea.select2-search__field {
    border: none !important;
}
.select2-container--default .select2-search--inline .select2-search__field{height: 30px !important;}
.select2-container--default .select2-selection--multiple .select2-selection__choice {border-radius: 10px !important;}

  /* =====================================export css code============================ */
  .export_cont .modal-header {
    border-bottom: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .export_cont .modal-header h5,
  span {
    font-size: 16px;
    font-weight: 700;
    color: #000;
  }
  .export_logo {
    text-align: center;
    margin: 0 0 20px 0;
  }
  .export_title {
    text-align: center;
    font-size: 32px;
    font-weight: 700;
  }
  .specialteis_item {
    display: flex;
    border-top: 1px solid #e5e7eb;
    border-bottom: 1px solid #e5e7eb;
    padding: 20px 0;
    margin: 30px 0 20px 0;
  }
  .specialteis_item li {
    list-style-type: none;
    width: 50%;
  }
  .export_clinic img {
    width: 150px;
    border-radius: 10px;
  }
  .specialteis_item li:first-child {
    display: flex;
    gap: 15px;
  }
  .specialteis_item_cont h4 {
    color: #4b5563;
    font-size: 16px;
  }
  .specialteis_item_cont h2 {
    color: #000;
    font-size: 18px;
    font-weight: 500;
  }
  .address_item {
    display: flex;
    gap: 15px;
    padding: 0;
    margin: 0;
  }
  .address_item li {
    width: 50%;
    list-style-type: none;
  }
  .address_item li h4 {
    color: #4b5563;
    font-size: 14px;
    font-weight: 400;
    margin: 0 0 4px 0;
  }
  .address_item li span {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    display: block;
    margin: 0 0 10px 0;
  }
  .address_item li {
    display: flex;
    gap: 10px;
  }
  .table_title {
    column-rule: #4b5563;
    font-size: 18px;
    margin: 15px 0 4px 0;
    font-weight: 400;
  }
  .export_foot {
    border-top: 1px solid #e5e7e5;
    margin: 120px 0 0 0;
    padding: 20px 0 0 0;
  }
  .export_foot img {
    width: 120px;
  }
  .map_img img {
    height: 250px;
    width: 100%;
    object-fit: cover;
  }
  span.select2-container.medicalGroup-select2,
  span.select2-container.medicalGroup-select2 .select2-selection--multiple {
      height: auto !important;
      min-height: 60px !important;
  }

  span.select2-container.medicalGroup-select2 .select2-selection__rendered {
      display: flex !important;
      flex-wrap: wrap !important;
      height: auto !important;
      max-height: none !important;
      overflow: visible !important;
  }

  span.select2-container.medicalGroup-select2 .select2-selection__choice {
      margin: 4px 6px 0 0 !important;
  }

  /* .medicalGroup-select2 .select2-selection__rendered {
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  } */
  
  /* #map {
    height: 400px;
    width: 100%;
  }
  .map-img-wrapper {
      margin: 10px 0;
  }
  .location-details-col {
      margin-bottom: 10px;
  }
  .info-window-content {
      max-width: 200px;
  } */
  /* =====================================export css code============================ */
  @media screen and (max-width: 991px) {
    .export_cont .modal-header {
      flex-direction: column;
      align-items: start;
    }
    .specialteis_item li {
      width: 100%;
    }
    .specialteis_item {
      flex-direction: column;
    }
    .specialteis_item li:first-child {
      margin: 0 0 15px 0;
    }
    .address_item {
      flex-direction: column;
    }
    .address_item li {
      width: 100%;
    }
  }
  @media screen and (max-width: 880px) {
    .map-parent-grid {
      gap: 1rem;
      grid-template-columns: repeat(1, 1fr);
    }
  
    .clinic-text-wrapper {
      gap: 1.75rem;
    }
  
    .clinic-right-col {
      gap: 1rem;
    }
  
    .clinic-info-wrapper .clinic-img-wrapper {
      height: 7rem;
      width: 7rem;
    }
  }
  
  @media screen and (max-width: 767px) {
    .map-parent-grid {
      display: flex;
      flex-direction: column;
    }
  
    .location-details-wrapper {
      padding: 0;
    }
  
    table {
      table-layout: unset;
      overflow: unset;
    }
  
    .table-overflow {
      overflow-x: auto;
    }
  
    .table_responsive {
      overflow-x: auto;
    }
  
    .map-parent-grid {
      grid-template-columns: 1fr;
      overflow-x: auto;
    }
  
    table th,
    table td {
      white-space: nowrap;
    }
  
    .clinic-info-wrapper {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .clinic-text-wrapper {
      flex-direction: column;
      gap: 1rem;
    }
  
    .bottom-actions-btn {
      flex-direction: column;
      align-items: flex-start;
    }
  
    .bottom-actions-btn button {
      width: 100%;
    }
  
    .clinic-right-col {
      width: 100%;
    }
    .specialteis_item li:first-child {
      flex-direction: column;
    }
    .address_item li {
      flex-direction: column;
    }
    .address_item {
      margin: 0 0 15px 0;
    }
  }
  
  @media screen and (max-width: 512px) {

    .mobile-elipses .select2-selection__choice__display{
      max-width: 200px;
      overflow: hidden;
      text-overflow: ellipsis;
      display: block;
      margin-left: 10px;
      }
    
  }