.card {
  border: 1px solid #ddd;
  border-radius: 10px;
}

.card img {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.card-body {
  padding: 1.5rem;
}

.card-title {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.card-text ul {
  padding-right: 1rem;
}

.card-text ul li {
  margin-bottom: 0.5rem;
}

.btn-danger {
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-danger:hover {
  background-color: #c82333;
  border-color: #bd2130;
}

/* Media Query for Mobile View */
@media (max-width: 786px) {
  .stat {
    display: none;
  }
}

@media (min-width: 787px) {
  .stat-notmobile {
    display: none;
  }
}
.custom-file-input {
  display: none;
}
@media (max-width: 767.98px) {
  .question-form .col-4,
  .question-form .col-8 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .question-form .custom-file-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .question-form .custom-file-label {
    border-radius: 0.25rem;
    margin-bottom: 0.5rem;
  }

  .question-form .custom-file-button {
    border-radius: 0.25rem;
    width: 100%;
    text-align: center;
  }
}
