.select2-container .select2-selection--single {
    height: 33px !important;
}



.search-container {
    position: relative;
  }
  
  .search-container input::placeholder {
    color: #fff; /* White placeholder text */
  }

  .search-container input {
    padding-left: 40px;
    border-radius: 30px;
    border: 1px solid #ccc;
    background-color: rgba(255, 255, 255, 0.3);
    transition: background-color 0.3s, box-shadow 0.3s;
    color: #333;
  }
  
  .search-container input:focus {
    background-color: #fff;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.4);
    outline: none;
  

  }
  
  .search-container .fa-search {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translateY(-50%);
    color: #fff; /* White search icon */
    font-size: 14px;
    pointer-events: none;
  }
  .search-container input:focus + .fa-search {
    color: #000; /* Change to black on focus */
  }
  
  
      .total-row {
        background-color: #f8d7da; /* Light red background */
        color: #721c24; /* Dark red text */
        font-weight: bold; /* Make the text bold */
        font-size: 16px; /* Increase font size slightly */
    }

    .total-row td {
        padding: 10px; /* Add padding to the cells */
    }
    

    .disabled-menu {
    pointer-events: none;
    color: #aaa !important;
    opacity: 0.6;
    cursor: not-allowed;
}

.disabled-link {
  pointer-events: none;
  opacity: 0.5;
  cursor: not-allowed;
}


.select2-container {
    width: 100% !important;
}

/* .skin-blue .main-header .navbar {
    background-color: mediumaquamarine !important;
}
 */
