/* Scoped styles for .class-login */
.class-login .modal-content {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    background: linear-gradient(to bottom right, #ffffff, #f9f9f9);
  }
  .class-login .modal-header {
    border-bottom: none;
    justify-content: center;
  }
  .class-login .modal-header img {
    max-width: 150px;
  }
  .class-login .nav-tabs .nav-link {
    border: none;
    border-bottom: 2px solid transparent;
    color: #6c757d;
    font-weight: 500;
  }
  .class-login .nav-tabs .nav-link.active {
    border-color: #007bff;
    color: black;
    background: white;
  }
  .class-login .nav-tabs .nav-link:hover {
      background: white;
    }
  .class-login .form-control {
    border: 1px solid #ced4da;
    box-shadow: inset 0 2px 5px rgba(0, 0, 0, 0.05);
  }
  .class-login .forgot-password {
    font-size: 0.9rem;
    color: #6c757d;
    text-decoration: none;
  }
  .class-login .forgot-password:hover {
    color: #0056b3;
  }
  .class-login .divider {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
  }
  .class-login .divider::before,
  .class-login .divider::after {
    content: '';
    flex: 1;
    border-bottom: 1px solid #ddd;
    margin: 0 10px;
  }
  .class-login .social-buttons img {
    width: 24px;
    height: 24px;
    margin-right: 8px;
  }
  .class-login .social-buttons .btn {
    border: 1px solid #ced4da;
    background: #ffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
    color: black;
  }
  .class-login .social-buttons .btn:hover {
    background: #f8f9fa;
  }



  .header-action-icon-2:focus-within .cart-dropdown-wrap {
      display: block;
  }