th>a {
    color: black;
  }

  td {
    max-width: 230px;
  }

  /* .tabs-animated .nav-link::before {
    width: 100%;
    left: 0;
    content: "";
    position: absolute;
    display: block;
    background: #533586;
    transition: all .2s;
  } */
  .badge-color {
    background: #FFDEE8
  }

  .detached-color{
    background-color: #FFDEE8 !important;
  }
    .badge-color {
      background: #ffdee8;
    }
  
    .detached-color {
      background-color: #ffdee8 !important;
    }
  
    .card {
      border-radius: 15px;
      box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
      margin-bottom: 25px;
    }
  
    .magic-link-btn:hover {
      box-shadow: 0 10px 10px rgba(90, 50, 163, 0.4);
      transition: box-shadow 0.3s ease;
    }
  
    .user-search {
      border: 1px solid #ced4da;
      border-radius: 8px;
      padding: 10px;
      margin-bottom: 20px;
    }
  
    .nav-pills .nav-link {
      color: #212427;
      padding: 8px 15px;
      font-size: 14px;
      border-radius: 5px;
    }
  
    .nav-pills .nav-link.active {
      background-color: #572d88;
      color: white;
    }
  
    .nav-pills .nav-link {
      border-bottom-left-radius: 0;
      border-bottom-right-radius: 0;
    }
  
    .nav-pills .nav-link:not(.active):hover {
      background-color: #572d88;
      color: white !important;
    }
  
    .form-label {
      font-size: 14px;
      font-weight: 500;
      color: #212529;
    }
  
    .form-control:disabled {
      background-color: #f8f9fa;
    }
  
    .magic-link-btn {
      background-color: #7749f8;
      color: white;
      border-radius: 20px;
      padding: 6px 15px;
      font-size: 14px;
      border: none;
    }
  
    .accordion-button::after {
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-chevron-down' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    }
  
    .empty-select-btn {
      background-color: #e7f1ff;
      color: #0d6efd;
      border: none;
      border-radius: 8px;
      padding: 10px;
      text-align: left;
      width: 100%;
    }
  
    .border-bottom-tabs {
      border-bottom: 1px solid #dee2e6;
    }
  
    .schedule-container {
      max-width: 100%;
      margin: 20px auto;
    }
  
    .schedule-header {
      border: 1px solid #dee2e6;
      border-radius: 0.25rem;
      padding: 10px 15px;
      background-color: white;
      margin-bottom: 2px;
      font-weight: 500;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }
  
    .schedule-header .arrow {
      color: #6c757d;
    }
  
    .schedule-item {
      padding: 10px 15px;
      margin-bottom: 2px;
      background-color: white;
    }
  
    .no-select-option {
      background-color: #e9f0fd;
      border-radius: 0.25rem;
      padding: 15px;
      display: flex;
      align-items: center;
      margin-top: 10px;
    }
  
    .no-select-option i {
      color: #6c757d;
      margin-right: 10px;
    }
  
    .mi-acording {
      background-color: #ff0b55;
      /* background-color: rgba(255, 11, 85, 0.5); */
      color: white;
    }
  
    .search-dropdown {
      position: relative;
      width: 100%;
      max-width: 100%;
      margin: 20px auto;
      border: 1px solid #ccc;
      border-radius: 2px;
      overflow: hidden;
    }
  
    .input-container {
      position: relative;
      display: flex;
      align-items: center;
      border-bottom: 1px solid #eee;
    }
  
    .search-input {
      width: 100%;
      padding: 12px 15px;
      padding-right: 40px;
      /* Space for the arrow button */
      border: none;
      outline: none;
      font-size: 14px;
    }
  
    .search-input:focus {
      border-color: #007bff;
    }
  
    .dropdown-results {
      max-height: 0;
      overflow-y: hidden;
      background-color: #fff;
      transition: max-height 0.3s ease-in-out;
    }
  
    .dropdown-results.show {
      max-height: 300px;
      overflow-y: auto;
    }
  
    .result-item {
      padding: 10px 15px;
      border-bottom: 1px solid #f0f0f0;
      cursor: pointer;
      display: flex;
      gap: 10px;
    }
  
    .result-item:hover {
      background-color: #bfdbfe;
    }
  
    /* Scrollbar styling */
    .dropdown-results::-webkit-scrollbar {
      width: 8px;
    }
  
    .dropdown-results::-webkit-scrollbar-track {
      background: #f1f1f1;
    }
  
    .dropdown-results::-webkit-scrollbar-thumb {
      background: #ccc;
      border-radius: 4px;
    }
  
    .dropdown-results::-webkit-scrollbar-thumb:hover {
      background: #aaa;
    }
  
    /* Toggle arrows */
    .arrow-button {
      position: absolute;
      right: 10px;
      top: 50%;
      transform: translateY(-50%);
      background: none;
      border: none;
      cursor: pointer;
      display: flex;
      align-items: center;
      justify-content: center;
      width: 24px;
      height: 24px;
      padding: 0;
      color: #718096;
      z-index: 10;
    }
  
    .arrow-button:focus {
      outline: none;
    }
  
    .toggle-arrow {
      font-size: 18px;
      transition: transform 0.3s ease;
    }
  
    .toggle-arrow.rotated {
      transform: rotate(180deg);
    }
  
    .color-dot {
      width: 16px;
      height: 16px;
      border-radius: 50%;
    }
  
    .amber-dot {
      background-color: #ffc107;
    }
  
    .green-dot {
      background-color: #198754;
    }
  
    .card-points {
      border: none;
      box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    }
  
    .btn-circle {
      border-radius: 50%;
      width: 30px;
      height: 30px;
      padding: 0;
      display: flex;
      align-items: center;
      text-align: center;
      justify-content: center;
    }
  
    .content-cell {
      background-color: rgba(199, 159, 41, 0.2);
    }