@media (min-width: 768px) {
    .modal-xl {
        width: 90%;
        max-width:1600px;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.vp-menu-link {
    margin-top: 5px;
    margin-bottom: 5px;
}

.vp-menu-link:link {
    color: white;
}

.vp-menu-link:visited {
    color: white;
}

.vp-menu-link:hover {
    color: #2e5fa9;
}

.vp-menu-link:active {
    color: #2e5fa9;
}

.nav-pills .nav-link.active {
    background-color: #2e5fa9;
}

.dropdown-menu li.active {
    background-color: #2e5fa9;
    color: white;
}

.dropdown-item a {
    color: white;
}

.content-header {
    font-size: xx-large;
    font-weight: bolder;
}

.form-switch.form-switch-lg {
    margin-bottom: 1.5rem;
}

.form-switch.form-switch-lg .form-check-input {
    height: 2rem;
    width: calc(3rem + 0.75rem);
    border-radius: 4rem;
}