html {
    scroll-behavior: smooth;
}

body {
    opacity: 1;
    transition: 1s opacity;
    width: calc(100vw - (100vw - 100%)) !important;
}

body.fade {
    opacity: 0;
    transition: none;
}

.row {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.col-12 {
    padding-left: 0px;
    padding-right: 0px;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    -webkit-box-shadow: 0 0 0 30px white inset !important;
}


/* 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;
}

.form-group {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

@media screen and (max-width: 968px) {
    .card-body {
        margin: 0px
    }
    .card-footer {
        padding-left: 40px;
        padding-right: 40px;
    }
}

@media screen and (min-width: 968px) {
    .card-body {
        margin: 30px
    }
}

.card {
    border: none;
    filter: drop-shadow(0 0 0.5rem #C6C6C6);
}

.card-footer {
    border-top: none;
    margin-bottom: 0px;
    margin-left: -15px;
    margin-right: -15px;
    padding: 20px 65px;
}

.card-footer .btn-link:hover {
    text-decoration: none;
}

.nav-link {
    color: #DC3545;
    cursor: pointer;
    transition-duration: 0.3s;
}

.nav-link.active {
    background-color: #DC3545 !important;
    color: #FFFFFF !important;
}

.nav-link:hover,
.nav-link:focus {
    background-color: #DC3545;
    color: #FFFFFF;
    transition-duration: 0.3s;
}