@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@300;400;600;900&display=swap');

/* ----------------------------------------- Typography ----------------------------------------- */

h1 {
    font-size: 1.5rem !Important;
}

body {
    font-family: 'Open Sans', sans-serif;
    color: #333;
    min-width: 0;
}

h1, h2, h3, h5 {
    color: #7e7e7e;
    font-family: 'Source Sans Pro', sans-serif !Important;
    font-weight: 600 !important;
}

.h3, h3 {
    font-size: 1.75rem;
}

h4 {
    font-size: 1.3rem;
    color: #6a6a6a !Important;
}

h4, h5, label, p, a, input, select {
    font-family: 'Roboto', sans-serif;
    color: #555C66;
}

.small-text {
    font-size: 14px !important;
}

.large-text {
    font-size: 20px !important;
}

.medium-icon {
    font-size: 1.7rem !Important;
}

.small-icon {
    font-size: 0.5rem;
}

.small-icon-list {
    font-size: 0.7rem;
}

label {
    font-family: 'Source Sans Pro', sans-serif !Important;
}

.fw-3 {
    font-weight: 300 !important;
}

.fw-4 {
    font-weight: 400 !important;
}

.fw-6 {
    font-weight: 600 !important;
}

p {
    font-size: 16px;
    font-weight: 300;
}

.w-10 {
    width: 10% !Important;
}

.w-5 {
    width: 5% !Important;
}

.table-div, .filter-field, .filter, .filter-link {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif;
}

.blockquote-footer::before {
    content: "";
}

.text-accent {
    color: #c59ec5 !important;
}

@media (max-width: 768px) {
    .display-3 {
        font-size: 3rem;
    }

    .display-4 {
        font-size: 2.3rem;
    }

    #home-hero h2 {
        font-size: 1.8rem !important;
    }

    p, .front-page-container .btn {
        font-size: 16px;
    }
}

/* ----------------------------------------- Nav ----------------------------------------- */

#top-nav {
    background: rgb(76 76 76) !important;
    border: none;
}

#top-nav .dropdown-menu {
    background-color: rgb(76 76 76) !important;
    border: none;
}

#top-nav .nav-link, #top-nav .dropdown-menu {
    padding: 0 .7rem;
    color: #dfdfdf;
    font-size: 12px;
    border-radius: 10px;
    font-weight: 600;
    font-family: 'Source Sans Pro', sans-serif !Important;
}

ul {
    margin: 0 !important;
}

#main-nav .dropdown .show {
    padding: 0 !important;
    border: none !important;
    /*box-shadow: none !important;*/
    margin-left: 15px !important;

}

#main-nav .dropdown-item.active, #main-nav .dropdown-item:active {
    background-color: #e76f51;
}

@media (min-width: 992px) {
    #main-navbar .nav-link {
        padding-right: 1rem;
        padding-left: 1rem;
    }

    #main-navbar .nav-link {
        color: #333 !important;
        font-size: 17px;
        border-bottom: solid 2px transparent;
    }

}

@media (max-width: 991px) {
    #top-nav .top-nav-link {
        display: none;
    }

    #top-nav .d-nav-all {
        display: block !important;
        margin: 0 !important;
    }

    #main-navbar .d-nav-all {
        display: none !important;
    }

    #main-nav .dropdown .show {
        box-shadow: none !important;
    }
}

/* ----------------------------------------- Nav Tiles ----------------------------------------- */

.nav-tile {
    cursor: pointer;
}

.nav-tile:hover i {
    color: #008a73;
    transition: 0.3s;
}

.nav-tile i {
    color: rgb(143 162 171 / 88%);
    font-size: 4rem;
    transition: 0.3s;
}

.nav-tile h3 {
    font-size: 1.3em;
}

/* ----------------------------------------- Modal ------------------------------------------------ */

.modal-open {
    padding-right: 0px !important;
}

.modal {
    padding-right: 0px !important;
}

.modal-content {
    border: unset !Important;
    border-radius: 1rem !Important;
}

/* ----------------------------------------- General styles ----------------------------------------- */

.border-top {
    border-top: none !Important;
}

.shadow-unset {
    box-shadow: unset !Important;
}

.dark-grey-background {
    background: #6C757C !important;
}

body {
    background: #fdfdfd !important;
}

.body {
    padding-right: 0px !important;
}

:focus {
    box-shadow: none;
}

.sticky-element {
    position: sticky;
    top: 0;
}

.bg-grey, .bg-white {
    background-color: white !important;
}

.bg-light {
    background: #FDFBF8 !important;
}

.bg-light-brown {
    background: #b39d8129 !important;
}

.bg-pale {
    background: #fdfdfd !Important;
}

.bg-off-white {
    background: #f1f6f5;
}

.color-accent {
    color: #c59ec5 !important;
}

.bg-beige {
    background-color: #F5EEE5 !important;
}

.bg-beige h1 {
    color: #555c66 !Important;
}

.border-primary {
    border-color: #e76f51;
}

.border-light {
    border-color: #f8f9fa;
}

.bdr-top-primary {
    border-top: solid 2px #e76f51;
}

.bdr-top-secondary {
    border-top: solid 2px #e6b081;
}

.bdr-top-accent {
    border-top: solid 2px #c59ec5;
}

.bdr-top-green {
    border-top: solid 2px #84d353;
}

.rounded-full {
    border-radius: 0.75rem !important;
}

.tile {
    border: 1px solid rgba(0, 0, 0, .125);
    text-align: center;
    padding: 1rem;
    height: 100%;
    background-color: #fff;
    overflow: auto;
}

.card {
    border: 1px solid rgb(0 0 0 / 8%);
}

.grid-tile {
    border: 1px solid rgb(0 0 0 / 8%);
    background: #fff;
    margin-bottom: 10px;
    border-radius: 5px;
    box-shadow: 0 0.1rem 1rem rgba(0, 0, 0, 5%) !important;
}

.settings-panel {
    background: #ededed;
    padding: 40px;
    margin: 10px;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

.settings-panel:hover {
    background: #e9e9e9 !Important;
}

.settings-panel h2 {
    font-size: 1rem;
}

.settings-panel i {
    font-size: 1.4rem;
    color: #837b7b;
}


.flex-middle {
    display: flex;
    align-items: center;
}

.clear-both {
    clear: both;
}

.title-placement {
    margin-top: -61px;
}

.title-green-line {
    border-bottom: 1px solid #8fbf21;
}

.border-none {
    border: none !Important;
}

.border-bottom-none {
    border-bottom: none !important;
}

.statistic-tile-grey {
    height: 90%;
    background-color: #f1f2f6 !important;
    overflow: auto;
    border-radius: 5px;
}

.main-tile-icon {
    font-size: 3rem;
}

.grey-stat-title {
    color: #7e7e7e;
    font-size: 1rem;
    font-family: 'Source Sans Pro', sans-serif !Important;
    font-weight: 600;
}

.medium-stat-number {
    font-size: 1.4rem;
}

.btn-dropdown .dropdown-menu {
    min-width: 350px;
}

.dropdown-menu.show {
    display: block !important;
}

.accordion .card-header {
    cursor: pointer;
}

.nav-btn {
    padding: 0.7rem 2rem;
}

.backLink {
    margin-bottom: 15px;
}

.hero {
    padding: 15px 0px;
}

.cursor-pointer {
    cursor: pointer;
}

.form-control:focus {
    border-color: #0d5a0b !important;
    box-shadow: none !Important;
}

.error {
    border: 1px solid #FF0000 !important;
    background: #FFD2D2 !important;
}

@media (max-width: 550px) {
    .btn-dropdown .dropdown-menu {
        min-width: 0 !important;
    }
}

@media (max-width: 768px) {
    .modal {
        min-width: 95% !important;
    }

    footer li {
        display: list-item !important;
    }

    .table-div table {
        table-layout: initial !important;
    }
}

@media (max-width: 991px) {
    .dropdown-menu a {
        display: block;
        width: 100%;
        padding: 0.25rem 1rem !important;
        clear: both;
        color: #212529 !important;
        white-space: nowrap;
        background-color: transparent;
        border: 0;
    }
}

/* ----------------------------------------- Buttons ----------------------------------------- */

.btn {
    transition: 0.3s;
    color: #fff;
}

.btn:not(.btn-secondary):not(.btn-secondary-clear) {
    font-size: 15px;
}

.btn-lg {
    min-width: 140px;
}

.btn-lng {
    min-width: 220px;
    padding: 10px;
}

.sendBtn, .sendBtn:hover {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    color: #fff;
    text-decoration: none;
}

.btn-primary, .btn-primary:focus, .btn-primary:active, .sendBtn {
    background-color: #008a73 !important;
    border-color: #008a73 !important;
    font-size: 15px;
    cursor: pointer;
    color: white !important;
}

.btn-primary:hover, .sendBtn:hover {
    background-color: #0A8074 !important;
    border-color: #0A8074 !important;
}

.btn-secondary-light, .btn-secondary-light:focus, .btn-secondary-light:active {
    border: 1px solid #f3eadf !important;
    color: #35434a;

}

.btn-secondary-light:hover {
    background-color: #f3eadf !important;
    border-color: #f3eadf !important;
    color: #35434a;
}


.btn-secondary, .btn-secondary:focus, .btn-secondary:active {
    background: #f3eadf !important;
    border-color: #f3eadf !important;
    color: #35434a !Important;
}

.btn-secondary:hover {
    background-color: #d7d1c9 !important;
    border-color: #d7d1c9 !important;
}

.btn-secondary-clear, .btn-secondary-clear:focus, .btn-secondary-clear:active {
    background-color: transparent !important;
    border-color: #fff !important;
}

.btn-secondary-clear:hover {
    background-color: #e29858 !important;
    border-color: #e29858 !important;
}

.btn-accent, .btn-accent:focus, .btn-accent:active {
    background-color: #666666 !important;
    border-color: #666666 !important;
}

.btn-accent:hover {
    background-color: #666666 !important;
    border-color: #666666 !important;
}

.btn-green, .export-csv, #export-csv, .export-csv-breakdown, .export-csv-all {
    background-color: #3aa748 !important;
    border-color: #3aa748 !important;
}

.btn-green:hover, .export-csv:hover, #export-csv:hover, .export-csv-breakdown:hover, .export-csv-all:hover {
    background-color: #2b9338 !important;
    border-color: #2b9338 !important;
}

.small-btn-brown {
    background: #b39d81 !important;
    color: white !Important;
    border: none !important;
}

.btn-blue {
    background-color: #39a9bb !important;
    border-color: #39a9bb !important;
}

.btn-blue:hover {
    background-color: #3996a5 !important;
    border-color: #3996a5 !important;
}

.btn-red {
    background-color: #AD1414FF !important;
    border-color: #AD1414FF !important;
}

.btn-red:hover {
    background-color: #860b0b !important;
    border-color: #860b0b !important;
}

.btn:focus {
    box-shadow: none !important;
}

.toggle-columns-btn {
    position: absolute;
    right: 15px;
}

.toggle-columns-btn button {
    padding: 10px;
}

.toggle-columns-btn .dropdown-menu {
    font-size: 15px !important;
}

@media (max-width: 620px) {
    .btn-lng, .btn-lg, .toggle-columns-btn {
        margin: auto !important;
        margin-bottom: 1rem !important;
        display: block !important;
    }

    .toggle-columns-btn {
        position: initial;
    }

    .toggle-columns-btn button {
        min-width: 220px;
    }

    .dropdown .btn {
        margin: 0 !important;
        margin-bottom: 15px !important;
        width: 100%;
    }
}

/* ----------------------------------------- Tables ----------------------------------------- */

table {
    border-collapse: collapse !important;
}

.table th {
    background: none;
}

.table {
    margin-bottom: 0 !Important;
}

.table a:hover {
    color: #00a33a;
}

.table tr:nth-child(odd) {
    background: #f8f8f8;
}

.table-div:not(.debtor-dashboard-container .table-div) {
    min-height: 400px;
}

.table-div table {
    font-size: 14px;
    table-layout: fixed;
}

.table-info-icon {
    font-size: 10px;
}

.table-div::-webkit-scrollbar {
    height: 10px;
}

.table-div::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.table-div::-webkit-scrollbar-thumb {
    background: #aaa;
}

.table-div::-webkit-scrollbar-thumb:hover {
    background: #888;
}

.table-div a:hover {
    color: #3996a5 !important;
}

.table-div a.btn, .table-div a.btn:hover {
    color: #fff !important;
    font-size: 14px !important;
    min-width: 50%;
}

.table-container h3 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.table-striped {
    border-collapse: separate;
    border-spacing: 0 5px;
}

.table-striped td:first-child {
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.table-striped td:last-child {
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

#conformiti-table td {
    padding: 6.5px;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !Important;
    font-weight: bold;
    color: #979797;
    padding-left: 5px;
    background: #f5f6f8;
}

#conformiti-table th {
    padding: 0.2rem;
    font-size: 14px;
    background: none;
    color: #6a6a6a;
}

#conformiti-table tr:first-of-type {
    background: none !Important;
}

#conformiti-table tr {
    background: none;
}

#conformiti-table {
    border-radius: 5px;
    overflow: hidden;
}

#conformiti-table table {
    width: 100%;
}

#conformiti-table tr:hover td {
    color: #097368;
    cursor: pointer;
}

input[type=text], input[type=password], textarea, select {
    background: #f1f2f6 !Important;
    border: none !Important;
    border-radius: 5px !Important;
    color: #555C66;
    font-size: 14px;
}

.table-div {
    min-height: 30rem !Important;
}

.menu {
    background: #fff;
}

.filter-menu {
    min-height: 30rem !Important;
}

.menu-section h4, .menu-content h4 {
    font-size: 1rem !Important;
    border-bottom: 1px solid #b1b1b161;
    padding-bottom: 1rem;
    margin-bottom: 1rem;
    font-weight: bold;
}

.menu .menu-section {
    margin-bottom: 1rem;
}

.menu .list-group-item {
    padding: 0.5vh;
    border-bottom: 1px solid #80808014 !important;
    font-family: 'Source Sans Pro', sans-serif !Important;
}

.menu .list-group-item:hover {
    background: #e7e7e7 !important;
    cursor: pointer;
    border-radius: 1px;
}

.menu-top {
    border-top: 2px solid #8fa2abb8 !Important;
}

.menu-top-dark {
    border-top: 2px solid #008a738a !Important;
}

.border-bottom-green, .menu-bottom-dark {
    border-bottom: 1px solid #097368 !important;
}

.light-border {
    border: 1px solid #33333326 !important;
}

.light-border-left {
    border-left: 2px solid #e1e1e1;
}

.light-border-right {
    border-right: 2px solid #e1e1e1;
}

.form-top {
    border-top: 1px solid #6dbba2 !important;
}

.no-records h3 {
    font-size: 1.3em !Important;
}

.no-records i {
    color: #555c66 !Important;
    font-size: 4rem;
}

/* ----------------------------------------- Loader -------------------------------------------- */
.loader {
    border: 6px solid #f3f3f3;
    border-top: 6px solid #097368;
    border-radius: 50%;
    width: 37px;
    height: 37px;
    animation: spin 0.7s linear infinite;
    margin: auto;
}

.spinner-small {
    display: none !Important;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

#loadingModal .close {
    display: none !Important;
}

/* ----------- Form --------------------------------------------------------------------- */

.filter-field, .filter, .filter-link {
    display: inline-block;
    max-width: 400px;
}

.light-filter, .light-input {
    background: #f1f2f6 !important;
    border: none !Important;
    border-radius: 5px !Important;
    color: #555C66;
    font-size: 14px !Important;
}

.form-signin {
    max-width: 600px;
    margin: auto;
}

#conformiti-form {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.form-control:disabled, .form-control[readonly] {
    opacity: 1;
    background-color: rgb(243, 243, 243);
}

.criteria-comments {
    border: 1px solid #c9c9c9
}

#conformiti-form .card-title, .card-title {
    padding: 15px !important;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
    color: #686868;
    font-size: 1.1rem;
    font-weight: bold;
}

#conformiti-form .card-body {
    padding: 0.2rem;
}

#conformiti-form input[type="checkbox"] {
    margin: 1rem 0;
}

#conformiti-form .required .SumoSelect label:after {
    content: "";
}

#conformiti-form .form-control:focus {
    box-shadow: none;
}

.custom-file-upload:after {
    content: "" !Important;
}

#conformiti-form input[type="file"] {
    display: none;
}

.custom-file-upload {
    padding: 6px 12px;
    cursor: pointer;
    background: #008a73 !important;
    border: none !important;
    border-radius: 5px;
    color: white !Important;
}

.list-upload-item {
    width: 50%;
    background: #f1f2f6 !important;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 0.9rem;
    color: #008a73 !important;
}

.list-upload-item-warning {
    width: 50%;
    background: #ff000026 !important;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    font-size: 0.9rem;
    color: #ff0000;
}

/* ----------------------------------- Multi select filter ------------------------------------- */

.SumoSelect:focus > .CaptionCont, .SumoSelect:hover > .CaptionCont {
    box-shadow: none !Important;
    border-color: #7799D0;
}

#ipc-form .SumoSelect {
    padding-top: 2px;
}

.SumoSelect.disabled > .CaptionCont {
    border-radius: 3px;
    border: none !important;
}

.SumoSelect {
    display: block !Important;
    width: 100% !Important;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background: #f1f2f6 !important;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
}

.SumoSelect > .CaptionCont {
    position: relative;
    min-height: 14px;
    color: #000;
    margin: 0px;
    font-size: 14px !Important;
    background-color: transparent !Important;
    border: none !Important;
}


/* --------------------------------------- Pagination ------------------------------------------ */

.pagination {
    float: left;
    font-size: 0.9rem !Important;
}

.pagination .page-count .page-link, .pagination .page-count .page-link:hover {
    color: #333;
    background-color: #fff;
}

.pagination li {
    list-style-type: none;
}

.pagination li:first-of-type {
    margin-left: 0 !Important;
}

.page-link {
    color: #097368;
}

.pagination .page-link:hover {
    cursor: pointer;
}

.pagination li {
    margin: 0 0 15px 20px;
    list-style-type: none !important;
}

#pagination-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    background: rgba(255, 255, 255, 0.6);
    transition: opacity .15s linear;
}

.pagination-btn, .page-link {
    border-radius: 5px 5px 5px 5px;
}

.pages a {
    color: #449d80 !Important;
}

/* ----------------------------------------- Links --------------------------------------------- */

.container-fluid a {
    color: #008a73;
}

.container-fluid a:hover {
    color: #07998a;
}

a:hover {
    text-decoration: none !Important;
}

.accordion a {
    color: #333;
}

.accordion a:hover {
    text-decoration: none;
}

.accordion:hover {
    cursor: pointer;
}

/* ----------------------------------------- Footer ----------------------------------------- */

#footer {
    overflow: hidden;
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    position: absolute;
    bottom: 0;
    background: #f7f7f7;
}

#footer .footerContent {
    float: none;
    margin: 0;
    text-align: center;
    font-size: 14px;
    text-transform: none;
}

#footer p {
    font-size: 13px !important;
    margin-bottom: 0.5rem;
}

footer .ftlogo {
    width: 130px;
    height: auto;
    display: inline-block;
}

footer ul {
    padding: 0;
}

footer li {
    list-style: none;
    display: inline-block;
    padding: 0 15px 10px 15px;
}

footer a {
    color: #333;
    font-size: 14px;
}

#footer-policies a {
    font-size: 13px;
}

/* ----------------------------------------- General -------------------------------------------- */

html {
    scroll-behavior: smooth;
}

.container-fluid a {

    text-decoration: none;
    background-color: transparent;
}

.list-group-item {
    color: #097368;
}

.list-group-item span {
    color: #555C66;
}

.info-icon:visited {
    color: inherit;
    text-decoration: none;
}

.icon-brown {
    color: #b39d81 !important;
}

.icon-black {
    color: #3a3a3a;
}

.icon-light-green {
    color: #75d5aa;
}

.icon-opacity-background {
    color: #00ACF0;
    background: #0000001c;
    padding: 3px;
    border-radius: 6px;
}

.icon-brown:hover {
    color: #a58660 !important;
}

.mb-6 {
    margin-bottom: 4rem !important;
}

.shadow-sides {
    box-shadow: 0 3px 25px 0 rgb(0 0 0 / 10%) !important;
}

.light-shadow {
    box-shadow: 0 3px 15px 0 rgb(0 0 0 / 10%);
}

.grey-accent-box {
    background: #f1f2f6 !important;
}

.disabled {
    pointer-events: none;
    opacity: 1;
}

.px-10 {
    padding-left: 6rem !important;
    padding-right: 6rem !important;
}

.px-15 {
    padding-left: 9rem !important;
    padding-right: 9rem !important;
}

.px-20 {
    padding-left: 12rem !important;
    padding-right: 12rem !important;
}

.pt-10 {
    padding-top: 6rem !important;
}

.pb-10 {
    padding-bottom: 6rem !important;
}

.pb-12 {
    padding-bottom: 8rem !important;
}

.text-dark-green {
    color: #097368;
}

.text-dark-brown {
    color: #625f55;
}

.text-red {
    color: #c93a10;
}

.display-none {
    display: none !Important;
}

.font-black {
    color: black;
}

.font-white {
    color: white;
}

/* ----------- DOWNLOAD MANAGER --------------------------------------------------------------------- */

.card-box-1 {
    padding: 20px;
    border-radius: 3px;
    margin-bottom: 30px;
    background-color: #fff;
}

.dm-file-name {
    font-size: 15px;
    text-align: center;
    padding-left: 3px;
}

.file-man-box-1 {
    padding: 5px;
    border: 1px solid #e3eaef;
    border-radius: 5px;
    position: relative;
    min-height: 6.8rem !Important;
    max-height: 6.8rem;
    overflow: hidden;
}

.file-man-box-1 .file-close-1 {
    color: #f1556c;
    position: absolute;
    line-height: 24px;
    font-size: 24px;
    right: 10px;
    top: 10px;
    visibility: hidden
}

.file-man-box-1 .file-img-box-1 {
    text-align: center;
}

.file-man-box-1 .file-img-box-1 img {
    height: 34px;

}

.file-man-box-1 .file-download-1 {
    font-size: 32px;
    color: #98a6ad;
    position: absolute;
    right: 10px
}

.file-man-box-1 .file-download-1:hover {
    color: #313a46
}

.file-man-box-1 .deletion-confirm-box i {
    font-size: 1.5rem;
    cursor: pointer;
}

.file-man-box-1 .file-man-title-1 {
    padding-right: 25px
}

.file-man-box-1:hover .file-close-1 {
    visibility: visible
}

.fa-download {
    margin-left: 2px;
    float: right;
    font-size: 0.7em;
}

.dm-file-name {
    font-size: 0.9rem;
}

.dm-file-name, .confirmDelete {
    cursor: pointer !important;
}

.file-box {
    background: #fdfbf8e3 !important;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #00000030;
}

.file-box a {
    font-size: 0.9rem;
}

/* ----------------------------------------- Media -------------------------------------------- */

@media (max-width: 450px) {
    .px-10 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1690px !important;
    }
}
