table tbody tr td {
    font-size: 15px;
}

/* Hide the increment and decrement buttons */
.no-arrows::-webkit-inner-spin-button,
.no-arrows::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.no-arrows {
    -moz-appearance: textfield;
}

strong {
    font-family: "Times New Roman", Times, serif;
}

strong,
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: "Times New Roman", Times, serif;
}

h1, h2, h3, h4, h5, h6 {
    color: #00591E;
}

.btn {
    width: auto;
}

input, label, button, textarea, select {
    font-family: "poppins", sans-serif;
}

#admin-dropdown {
    width: 100%;
    margin:0;
}

@media (min-width: 576px) and (max-width: 991px) {
    .col-lg-3 {
        flex: 0 0 auto;
    }
}

#form-container {
    position: relative;
}

.arrows button {
    background-color: #00591E;
    font-family: sans-serif;
    padding: 8px 12px;
    color: white;
    font-size: 0.8rem;
    border-radius: 25px;
    font-weight: 600;
    border: 1px solid #000000aa;
    z-index: 100;
}

.arrows {
    position: relative;
}

.arrows #scroll-to-top {
    position: fixed;
    display: none;
    top: 110px;
    transform: translateX(-50%);
}

.arrows #scroll-to-bottom {
    position: fixed;
    display: none;
    bottom: 10px;
    transform: translateX(-50%);
}

