
    
    .custom-select {
      font-size: 1.2rem;
      font-weight: bold;
      appearance: none;
      background-image: none !important;
      padding-right: 1rem;
      background: #ffffff;
      color: #495057;
    }

    .select2-results__option--highlighted {
      background-color: #0056b3 !important;
      color: white !important;
      font-weight: bold;
    }


    
  .bg_overlay{
      background-color: rgba(0, 0, 0, 0.8);
      height: 100vh;
  }

    .select2-container--default .select2-selection--single {
      background: #ffffff;
      color: #495057;
      font-size: 1.1rem;
      font-weight: bold;
      height: 48px;
      display: flex;
      align-items: center;
      padding-left: 10px;
    }

    .select2-container--default .select2-results__option {
      font-size: 1.1rem;
      font-weight: bold;
    }
    
    .custom-select::placeholder {
  color: #444444; /* Change this to any color you like */
}
.shadow-sm{
    background-color: #f9d700 !important;
}
