body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    font-family: "Anuphan", sans-serif !important;
}

.container {
    flex: 1;
}

.bg-intsight {
    background-color: #002a5c;
}

nav {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

button:hover, a.bg-blue-600:hover, a.bg-green-600:hover {
    transition: background-color 0.3s;
}

#passage, #question-container {
    min-height: 400px;
}

#passage {
    /* background-color: #f9fafb; */
}

#question-container {
    /* background-color: #ffffff; */
}

input[type="radio"] {
    margin-right: 8px;
}

label {
    display: flex;
    align-items: center;
    padding: 8px;
    border: 1px solid #d1d5db;
    border-radius: 4px;
    margin-bottom: 8px;
}

label:hover {
    background-color: #f3f4f6;
}

#question-status-modal {
    z-index: 1000;
}

#question-status-grid button {
    transition: background-color 0.3s;
}

#question-status-grid button:hover {
    filter: brightness(90%);
}

#desmos-calculator-modal {
    z-index: 1000;
}

#desmos-iframe {
    width: 100%;
    height: 100%;
}

.flash {
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  color: white;
}

.flash.success {
  background-color: #4CAF50; /* Green */
}

.flash.error {
  background-color: #f44336; /* Red */
}

.flash.message {
    background-color: yellow;
}

.register-form {
    border: none;
}

.explained-table th {
    border-top: 2px solid #dee2e6 !important;
    border-bottom: 2px solid #dee2e6 !important;
}

.explained-table td {
    border-top: 1px solid #dee2e6 !important;
}

.text-small {
    font-size: 0.875rem; /* 14px */
}

.table-format {
  border: 1px solid;
}

.blank {
    font-family: Arial, Helvetica, sans-serif;
}