body {
    font-family: Arial, sans-serif;
    background-color: goldenrod;
    margin: 0;
    padding: 0;
}

.navbar {
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    font-size: 1.2rem;
    padding: 15px 0;
  }
  
  .navbar .nav-link,
  .navbar .navbar-brand,
  .navbar .dropdown-toggle {
    color: #f8f6f6 !important;
  }

.box {
    background-color: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

h3 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

p {
    font-size: 14px;
    color: #555;
    text-align: center;
}

label {
    font-weight: 500;
    color: #333;
    font-size: 14px;
}

input[type="text"],
input[type="date"],
textarea,
input[type="file"] {
    width: 100%;
    padding: 10px 12px;
    margin-top: 5px;
    border: 1px solid #ccc;
    border-radius: 10px;
    font-size: 14px;
    background-color: #f8f8f8;
    resize: none;
}

textarea {
    height: auto;
}

.form-check-label {
    font-size: 13px;
    color: #333;
}

.form-check-input {
    margin-right: 8px;
}

.btn-dark {
    background-color: #000;
    color: #fff;
    padding: 10px 20px;
    font-weight: bold;
    border: none;
    border-radius: 10px;
    width: 100%;
    transition: background-color 0.3s ease;
}

.btn-dark:hover {
    background-color: #222;
}

.shadow {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.15);
}

.mt-5 {
    margin-top: 3rem !important;
}

.pt-5 {
    padding-top: 3rem !important;
}

.rounded {
    border-radius: 20px !important;
}

.text-center {
    text-align: center !important;
}

.mb-3 {
    margin-bottom: 1rem !important;
}

.mb-4 {
    margin-bottom: 1.5rem !important;
}

.small {
    font-size: 13px !important;
}

.row {
    display: flex;
    flex-wrap: wrap;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
}

.col-md-6 {
    width: 100%;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    margin-bottom: 1rem;
}

@media (min-width: 768px) {
    .col-md-6 {
        width: 50%;
    }
}

.g-4 > * {
    padding: 0.5rem;
}

.h-100 {
    height: 100%;
}

.d-flex {
    display: flex !important;
}

.flex-column {
    flex-direction: column !important;
}

.justify-content-between {
    justify-content: space-between !important;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-box {
    background: #fff;
    padding: 30px 40px;
    border-radius: 15px;
    box-shadow: 0 0 15px rgba(0,0,0,0.3);
    text-align: center;
}

.popup-box p {
    font-size: 18px;
    margin-bottom: 20px;
    color: #333;
}

.popup-box button {
    padding: 8px 20px;
    background: #000;
    color: #fff;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}

.popup-box button:hover {
    background: #333;
}
.navbar-brand {
    font-family: 'Cinzel', serif;
    font-weight: 900;
    font-size: 2rem;
  }
  
  .navbar-nav .nav-link,
  .dropdown-menu .dropdown-item {
    font-family: 'Libre Baskerville', serif;
  }
  #reportForm,
#reportForm * {
  font-family: 'Libre Baskerville', serif;
}

#popup,
#popup * {
  font-family: 'Libre Baskerville', serif;
}
