@import url('https://fonts.googleapis.com/css2?family=Inter:wght@500;700&family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

.admin-card {
    background: white;
    padding: 2rem;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
    border: 1px solid #e9ecef;
    max-width: 800px;
    margin: 20px auto;
}

.menu-img-admin {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
}

.product-selector {
    max-height: 300px;
    overflow-y: auto;
    border: 1px solid #e9ecef;
    border-radius: 12px;
    padding: 15px;
    background: #fff;
}

.product-item {
    display: flex;
    align-items: center;
    padding: 8px;
    border-bottom: 1px solid #eee;
}

.product-item:last-child { 
    border-bottom: none; 
}

.product-item input { 
    margin-right: 12px; 
    transform: scale(1.2);
}

.product-item label {
    cursor: pointer;
    width: 100%;
}

.btn-coral {
    background-color: #ff7e7e;
    color: white;
    border-radius: 12px;
    font-weight: 600;
    border: none;
    transition: all 0.3s ease;
    padding: 10px 24px;
}

.btn-coral:hover {
    background-color: #e66b6b;
    color: white;
    transform: translateY(-1px);
}

.btn-primary {
    background-color: #ff7e7e;
    border: none;
    border-radius: 10px;
    padding: 10px 20px;
}

.btn-primary:hover {
    background-color: #e66b6b;
}

.btn-danger {
    border-radius: 10px;
}
.display-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #333;
}

.card {
    border-radius: 15px;
    border: 1px solid #eee;
}
.btn-sm {
    padding: 4px 12px;
    border-radius: 20px; 
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.btn-success {
    background-color: #28a745;
    border: none;
}

.btn-secondary {
    background-color: #ff0000;
    border: none;
}

.nav-link {
  border-radius: 10px;
  padding: 8px 12px;
  margin-bottom: 15px;
}
.nav-link.active {
  background: rgb(160, 24, 24);
  color: black;
}
.dropdown:hover .finances {
  display: block;
}
.sidebar {
  background: rgb(160, 24, 24);
  min-height: 100vh;
  padding-top: 20px;
}

.sidebar .nav-link {
  color: black;
}

.sidebar {
  color: rgb(68, 66, 66);
}
.nav-link:hover {
  color: palevioletred;
}
h3 {
  color: white;
  background-color: black;
}
.text-gold {
  color: rgb(66, 65, 65);
}
.image {
  width: 40px;
  color: black;
}
.imagees {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  object-fit: cover;
}
button {
  background-color: #f57b7b;
  border-color: #f57b7b;
  color: rgb(0, 0, 0);
}
button:hover {
  background-color: #f57b7b;
  border-color: #f57b7b;
  cursor: pointer;
}
main {
  background-color: white;
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 20px;
}
.stat-card {
  border-radius: 15px;
  background: rgb(160, 24, 24);
  border: none;
}
.stat-card .white {
  background: white;
  border-radius: 15px;
  border: none;
}
.card {
  border-radius: 15px;
  border: none;
  color: black;
}
.card-main {
  background: white;
  border-radius: 10px;
  align-items: center;
  justify-content: center;
}
h5 {
  text-align: center;
}
h1 {
  color: black;
}
