@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');
body {
    background-color: #f8f9fa;
    font-family: 'Poppins', sans-serif;
    color: #333;
}

.display-title {
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    color: #2D241E;
}
.table thead {
    background-color: #fdfdfd;
    text-transform: uppercase;
    font-size: 0.85rem;
    letter-spacing: 0.5px;
}
.annonce-img-preview {
    width: 80px;
    height: 60px;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #eee;
}
.btn-coral {
    background-color: #ff7e7e !important;
    color: white !important;
    border: none !important;
    padding: 10px 24px !important;
    border-radius: 10px !important;
    font-weight: 600 !important;
    display: inline-block !important;
    text-decoration: none !important;
    box-shadow: 0 4px 6px rgba(255, 126, 126, 0.2);
}

.btn-coral:hover {
    background-color: #e66b6b !important;
    transform: translateY(-1px);
}
.btn-outline-danger {
    border-radius: 8px;
    font-weight: 500;
}
.max-width-form {
    max-width: 700px;
    margin: 0 auto;
}
.form-label {
    color: #4a3c32;
    margin-bottom: 8px;
}

.form-control {
    border-radius: 10px;
    padding: 12px;
    border: 1px solid #ddd;
}

.form-control:focus {
    border-color: #ff7e7e;
    box-shadow: 0 0 0 0.25rem rgba(255, 126, 126, 0.25);
}

.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;
}
