.custom-toast {
    display: flex;
    align-items: center;
    padding: 12px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    gap: 12px;
  }
  
  
  .custom-toast-success {
    background-color: #e6f9f0;
    color: #1a7f37;
  }
  
  .custom-toast-error {
    background-color: #fdecea;
    color: #d93025;
  }
  
  .custom-toast-warning {
    background-color: #fff4e5;
    color: #e37400;
  }
  
  .custom-toast-info {
    background-color: #e8f0fe;
    color: #1967d2;
  }
  
  .toast-icon {
    font-size: 18px;
  }
  
  
  .toast-message {
    flex: 1;
  }

  .react-tel-input .form-control {
    height: 45px;
    border-radius: 8px;
    background: none !important;
    background-color: var(--black-100) !important;
    border: none !important;
    font-size: 14px;
    font-weight: 400;
    width: 100% !important;
  }
  
.navbar-nav .nav-link.active, .navbar-nav .nav-link.show{
    color: #920947;
}