.toast-containerdealer {
  position: fixed;
  top: 20%;
  /* Adjust the distance from the top as needed */
  left: 50%;
  transform: translateX(-50%);
  /* Center the toast container horizontally */
  z-index: 999 !important; }

.toast-messagedealer {
  background-color: #111111;
  color: #fff;
  padding: 10px 20px;
  border-radius: 4px;
  opacity: 0;
  transition: opacity 0.5s;
  text-align: center;
  /* Center the text horizontally */
  margin-top: 5rem;
  font-size: 1.5rem; }
