.bg-grey {
    background-color: #e2e2e2; /* Light grey */
}
.btn-grey{
    background-color: grey !important;
}
.add-series-scroll{
    height: 500px; 
    overflow-y: scroll;
}

.flex-gap-inline {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem; 
}
.question-container .question {
    font-weight: bold;
}
div#timer {
    padding: 10px 10px;
    background-color: #000000;
    border-radius: 5px;
}
img {
    -webkit-user-drag: none;
}
body {
    -webkit-user-select: none;  /* Safari */
    -ms-user-select: none;      /* IE/Edge */
    user-select: none;          /* Standard */
    -webkit-touch-callout: none; /* Disable long-press "Save Image" on iOS */
}