.show-nav-item:hover {
    border-bottom: 2px solid #506fd9;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type="number"] {
    -moz-appearance: textfield;
}

.show-nav-item-active {
    border-bottom: 2px solid #506fd9;
}

.clickablespan {
    cursor: pointer;
    text-decoration: underline;
}

.line-with-text {
    display: flex;
    align-items: center;
}

.line-with-text::before,
.line-with-text::after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background-color: #cfd3d6;
}

.line-with-text span {
    padding: 0 10px;
}
