/* Main Options */

.fs-6 {
    font-size: 16px;
}

/* Chrome, Safari, Edge, Opera */
.removeArrows input::-webkit-outer-spin-button,
.removeArrows input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}
/* Firefox */
.removeArrows input[type="number"] {
    -moz-appearance: textfield;
}
/* /Main Options */

/* Side Nav */
.accordion-button::after {
    background-image: url("https://img.icons8.com/ios-filled/50/0D6EFD/plus-math.png");
}

.accordion-button:not(.collapsed)::after {
    background-image: url("https://img.icons8.com/metro/26/0D6EFD/minus-math.png");
}
/* Side Nav */

/* Fast Nav */
.fast-nav-items a {
    transition: all 0.3s ease;
    padding: 15px;
    border-radius: 5px;
}

.fast-nav-items a:hover {
    background-color: #ddd;
}
/* Fast Nav */
