﻿
body, html {
    font-size: 14px;
    background-color: #f3f1ee;
}

@media (min-width: 1440px) {
    .container {
        max-width: 1400px;
    }
}

/* bs */
.table-light {
    --bs-table-bg: #eef2f8;
}

.link-no-underline, .link-no-underline:hover,
a, a:hover {
    text-decoration: none;
}

#toast-container > div {
    opacity: 1;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15) !important;
}
/* end bs */
