
.alert-transit {
    background-color: #dcdcdc;
}

.badge-white
{
  background-color: white !important;
  padding: 0px ! important;
}

.list-custom {
    padding: 5px 15px !important;
}

.copy-field {
  cursor: pointer;
    border: 1px dashed black;
    background: #eef6ee;
    padding-left: 2px;
    padding-right: 2px;
}

.toast-notification {
  position: fixed;
  top: 70px;
  left: 45%;
  background-color: #333;
  color: #fff;
  padding: 15px 20px;
  border-radius: 5px;
  opacity: 0;
  transition: opacity 0.5s ease-in-out;
  z-index: 1000;
}

.toast-notification.show {
  opacity: 0.7;
}
