
.nav-modal{
  display: none;
}
.showed{
  display: block;
}
/* .form-check-input:checked {
  background-color: #111315;
  border-color: gray;
}

.form-switch .form-check-input {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='gray'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='gray'/%3e%3c/svg%3e");
} */
.blank{
  animation: blink s steps(1, end) infinite;
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  background: #ff006a !important;
}
.active-nav-btn{
  border-color: #ff006a;
  color: #ff006a !important;
}
.btn-sonic{
  color: white;
  background: #ff006a;
  border-color: #ff006a;
}

.disactive-nav-btn{
  color: #ff006a99;
}
.border-sonic{
  border-top-right-radius: 50px;
  border-top-left-radius: 50px;
  border-top: 1px solid #ff006a;
}
#asaid-nav::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
#asaid-nav {
  -ms-overflow-style: none;  /* IE and Edge */
  scrollbar-width: none;  /* Firefox */
}
@media (max-width: 570px) {
  .nav-link{
    font-size: 1rem!important;
  }
}
.bg-black{
  background-color: rgb(0 0 0/80%);
}
.btn-outline-pink{
  border-color:#ff006b !important;
  color:#ff006b;
}
.btn-outline-pink:hover{
  background:#ff006b !important;
  color:#FFF !important;
}
.btn-outline-pink:focus,
.btn-outline-pink.focus {
    box-shadow: 0 0 0 .2rem #ff006b7a;
}
.nookar-link{
  color:#ff006b;
}
.table th, .table td {
  vertical-align: middle;
  text-align: center;
}
.table img {
  border-radius: 10px;
}
.table thead th {
  background-color: #f8f9fa;
  font-weight: bold;
}
.table tbody tr:hover {
  background-color: #f1f1f1;
}
.overflow-auto {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
:root {
      --primary-color: #4361ee;
      --secondary-color: #3f37c9;
      --accent-color: #4cc9f0;
      --light-color: #f8f9fa;
      --dark-color: #212529;
      --success-color: #4bb543;
    }

    body {
      background-color: #f5f7ff;
      font-family: 'Tajawal', sans-serif;
    }

    .dashboard-header {
      background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
      color: white;
      padding: 1.5rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      margin-bottom: 2rem;
    }

    .dashboard-title {
      font-weight: 700;
      font-size: 1.8rem;
    }

    .user-info {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .user-avatar {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      background-color: var(--accent-color);
      display: flex;
      align-items: center;
      justify-content: center;
      color: white;
      font-weight: bold;
    }

    .card-item {
      transition: all 0.3s ease;
      border: none;
      border-radius: 12px;
      overflow: hidden;
      box-shadow: 0 6px 15px rgba(0, 0, 0, 0.05);
      background: white;
      position: relative;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 1.5rem;
      text-align: center;
      cursor: pointer;
    }

    .card-item:hover {
      transform: translateY(-5px);
      box-shadow: 0 12px 20px rgba(67, 97, 238, 0.15);
    }

    .card-item::before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 4px;
      background: linear-gradient(90deg, var(--primary-color), var(--accent-color));
    }

    .card-icon {
      width: 80px;
      height: 80px;
      display: flex;
      align-items: center;
      justify-content: center;
      background: linear-gradient(135deg, #f0f4ff, #e0e8ff);
      border-radius: 50%;
      margin-bottom: 1rem;
    }

    .card-icon img {
      width: 50px;
      height: 50px;
      object-fit: contain;
    }

    .card-title {
      font-weight: 600;
      color: var(--dark-color);
      margin-bottom: 0.5rem;
    }

    .logout-card {
      background: linear-gradient(135deg, #fff0f0, #ffe0e0);
    }

    .logout-card::before {
      background: linear-gradient(90deg, #ff4d4d, #ff9999);
    }

    .footer {
      background-color: var(--dark-color);
      color: white;
      padding: 1.5rem;
      text-align: center;
      margin-top: 3rem;
    }

    .welcome-message {
      background: white;
      border-radius: 10px;
      padding: 1.5rem;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
      margin-bottom: 2rem;
    }

    @media (max-width: 768px) {
      .card-icon {
        width: 60px;
        height: 60px;
      }

      .card-icon img {
        width: 40px;
        height: 40px;
      }
    }
    .notification-badge {
      position: absolute;
      top: -5px;
      right: -5px;
      background-color: #dc3545;
      color: white;
      border-radius: 50%;
      width: 20px;
      height: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 12px;
      font-weight: bold;
    }

    .notification-panel {
      position: fixed;
      top: 150px;
      left: 20px;
      width: 350px;
      background: white;
      border-radius: 10px;
      box-shadow: 0 5px 15px rgba(0,0,0,0.1);
      z-index: 1000;
      display: none;
      max-height: 70vh;
      overflow-y: auto;
    }

    .notification-header {
      background: linear-gradient(135deg, #4361ee, #3f37c9);
      color: white;
      padding: 15px;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      display: flex;
      justify-content: space-between;
      align-items: center;
    }

    .notification-item {
      padding: 15px;
      border-bottom: 1px solid #eee;
      cursor: pointer;
      transition: background 0.3s;
    }

    .notification-item:hover {
      background-color: #f8f9fa;
    }

    .notification-item:last-child {
      border-bottom: none;
    }

    .notification-item .product-name {
      font-weight: bold;
      margin-bottom: 5px;
    }

    .notification-item .stock-info {
      display: flex;
      justify-content: space-between;
      color: #666;
    }

    .critical-stock {
      color: #dc3545;
      font-weight: bold;
    }

    .notification-icon {
      position: relative;
      cursor: pointer;
    }

    .notification-bell {
      position: fixed;
      top: 90px;
      left: 20px;
      z-index: 1000;
      background: white;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      box-shadow: 0 3px 10px rgba(0,0,0,0.1);
      cursor: pointer;
    }