@import url("vars-Ma35OZF.css");
@import url("components/card-jOEBwt8.css");
@import url("components/sticky_navbar-QXSpsal.css");
@import url("components/accordion-poWpiKK.css");
@import url("components/header-uJrA-Ma.css");
@import url("components/application/filter-PV2tLGn.css");
@import url("components/application/header-_KK3JCI.css");
@import url("components/application/link-64kgkbO.css");
@import url("components/application/list-2Y-8HL7.css");
@import url("components/application/status-1XlLwIB.css");
@import url("components/form-oDRTEBa.css");
@import url("components/modal-Jc52jvB.css");
@import url("components/pagination-9a_V-ZT.css");
@import url("components/report_filter-OXuucln.css");
@import url("components/tom_select-3bAds43.css");

::selection {
    background-color: var(--color-brand);
    color: var(--color-white);
}

html {
    height: 100%;
}

.container-fluid {
    max-width: 1620px;
}

body {
    display: flex;
    flex-direction: column;
    background-color: #f9fbfc;
    font-family: var(--font-family), sans-serif;
    min-height: 100%;
}

main {
    flex-grow: 1;
}

footer {
    height: var(--footer-size);
    background-color: var(--color-mystic);
    display: flex;
    align-items: center;
    font-weight: 400;
}

.row-flex {
    display: flex;
    flex-flow: row nowrap;
}

.row legend.col-form-label {
    padding-top: 0;
}

.invalid-feedback {
    display: flex;
    flex-direction: column;
}

.is-invalid.tomselected + .ts-wrapper {
    border-color: var(--bs-form-invalid-border-color);
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem);
}

.list_news__title {
    font-size: 1.2em;
    line-height: 1.2;
    text-decoration: none;
    color: #2e2e2e;
}

.list_news__title_impportant {
    position: relative;
}

.list_news__title_impportant:before {
    content: "!";
    top: -5px;
    color: #f70000;
    left: -15px;
    position: absolute;
    font-weight: 500;
}

.list_news__title_view {
    font-weight: 300;
}

.reportFilterButton,
.reportFilterButton:hover,
.reportFilterButton:active,
.reportFilterButton:focus,
.reportFilterButton:first-child:active,
.reportFilterButton:not(.btn-check) + .btn:active {
    border: 1px solid var(--color-neutral-200);
}
.modal {
    opacity: 0;
    transition: all 0.1s linear;
}
.modal.show {
    opacity: 1;
}

.minh-100 {
    min-height: 100%;
}
.main-column {
    width: calc(100% - 324px);
}

#application_form_car_type {
    flex-wrap: wrap;
}

.car__item {
    border-bottom: 1px solid var(--color-neutral-200);
    margin-bottom: 15px;
}