#loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    z-index: 9999 !important; /* Ensure it's above other elements */
    display: flex; /* Center the spinner horizontally and vertically */
    justify-content: center;
    align-items: center;
  }

  #loading-spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    .paginate-result-count{
      padding-left: 10px;
      color: #595959;
    }

    #progress-bar-container {
      width: 50%;
      height: 16px;
      background-color: rgba(255, 255, 255, 0.2);
      margin-top: 10px;
      position: absolute;
      bottom: 35%;
    }

    #progress-bar {
      height: 100%;
      width: 0;
      background-color: #3498db;
      transition: width 0.3s ease;
      text-align: center;
      color: white;
      font-size: 11px;
      font-weight: bold;
    }

  .iactive {
      font-weight: bold;
      color: #fff; /* Change to your preferred text color */
  }


  #loading-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7); /* Semi-transparent background */
    z-index: 9999 !important; /* Ensure it's above other elements */
    display: flex; /* Center the spinner horizontally and vertically */
    justify-content: center;
    align-items: center;
  }

  #loading-spinner {
    border: 4px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    border-top: 4px solid #3498db;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
  }

    @keyframes spin {
      0% { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }

    .paginate-result-count{
      padding-left: 10px;
      color: #595959;
    }

    #progress-bar-container {
      width: 50%;
      height: 16px;
      background-color: rgba(255, 255, 255, 0.2);
      margin-top: 10px;
      position: absolute;
      bottom: 35%;
    }

    #progress-bar {
      height: 100%;
      width: 0;
      background-color: #3498db;
      transition: width 0.3s ease;
      text-align: center;
      color: white;
      font-size: 11px;
      font-weight: bold;
    }

  .iactive {
      font-weight: bold;
      color: #fff; /* Change to your preferred text color */
  }


  *, *:before, *:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  input:focus, select:focus, textarea:focus, button:focus {
    outline: none;
  }

  .drop {
    width: 90%;
    height: 220px;
    border: 3px dashed #DADFE3;
    border-radius: 15px;
    overflow: hidden;
    text-align: center;
    background: transparent;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .drop .cont {
    width: 500px;
    height: 170px;
    color: #8E99A5;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  .drop .cont i {
    font-size: 40px;
    color: #787e85;
    position: relative;
  }

  .drop .cont .tit {
    font-size: 30px;
    text-transform: uppercase;
    font-weight: 900;
  }

  .drop .cont .desc {
    color: #787e85;
    font-size: 18px;
  }

  .drop .cont .browse {
    margin: 10px 25%;
    color: white;
    padding: 8px 16px;
    border-radius: 4px;
    background: #00c993;
  }

  .drop input {
    width: 100%;
    height: 100%;
    cursor: pointer;
    background: red;
    opacity: 0;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
  }

  #list {
    width: 100%;
    text-align: left;
    position: absolute;
    left: 0;
    top: 0;
  }

  .dashed_upload {
    height: 200px;
  }

  span {
  }


  .bs-icon {
    --bs-icon-size: .75rem;
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    font-size: var(--bs-icon-size);
    width: calc(var(--bs-icon-size) * 2);
    height: calc(var(--bs-icon-size) * 2);
    color: var(--bs-primary);
  }

  .bs-icon-xs {
    --bs-icon-size: 1rem;
    width: calc(var(--bs-icon-size) * 1.5);
    height: calc(var(--bs-icon-size) * 1.5);
  }

  .bs-icon-sm {
    --bs-icon-size: 1rem;
  }

  .bs-icon-md {
    --bs-icon-size: 1.5rem;
  }

  .bs-icon-lg {
    --bs-icon-size: 2rem;
  }

  .bs-icon-xl {
    --bs-icon-size: 2.5rem;
  }

  .bs-icon.bs-icon-primary {
    color: var(--bs-white);
    background: var(--bs-primary);
  }

  .bs-icon.bs-icon-primary-light {
    color: var(--bs-primary);
    background: rgba(var(--bs-primary-rgb), .2);
  }

  .bs-icon.bs-icon-semi-white {
    color: var(--bs-primary);
    background: rgba(255, 255, 255, .5);
  }

  .bs-icon.bs-icon-rounded {
    border-radius: .5rem;
  }

  .bs-icon.bs-icon-circle {
    border-radius: 50%;
  }

  .mark-as-read-btn {
      background-color: #007bff; /* Button background color */
      color: #fff; /* Button text color */
      border: none; /* Remove button border */
      padding: 2px 4px; /* Adjust padding for the button size */
      border-radius: 4px; /* Add rounded corners */
      transition: background-color 0.2s;
      margin-left: 7px; /* Smooth transition on hover */
    }

    /* Hover effect */
    .mark-as-read-btn:hover {
      background-color: #003f83; /* Change background color on hover */
      cursor: pointer; /* Change cursor to a pointer on hover */
    }

    .separator {
      border-bottom: 1px solid rgba(235, 235, 235, 1);
      padding-bottom: 10px;
    }

    .notification-text{
      margin-bottom: 5px;
      font-size: 15px;
    }

    .notification-time{
      font-size: 15px;
    }

     tbody{
        font-size: 12px; /* Adjust the font size as per your requirements */
      }

      .no-line-break {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis; /* You can use this to add an ellipsis (...) for long content */
    }

    @media (max-width: 768px) {

        table tbody, table tr {
           font-size: 14px;
        }

        td{
            white-space: nowrap;
        }


    }

