:root {
    --primary-color: #003e6d;
    --secondary-color: #0b9adc;
}

/* Example usage */
.bg-site-primary {
    background-color: var(--primary-color) !important;
    color: white !important;
}

/* Dropify Styling */
.dropify-container {
    width: 100%;
    /* Ensure it takes full width of the parent */
    max-width: 300px;
    /* Set a fixed width if needed */
}

.dropify-wrapper {
    height: 150px !important;

}

.dropify-wrapper .dropify-message p {
    font-size: 16px;
}

.required {
    color: red;
    font-weight: bold;
}

@media (max-width: 575.98px) {
    .temp4-overflow {
      overflow: auto;
    }
  }