:root {
    --primary-color: #F15B2C;
    --secondary-color: #0072BC;
    --heading-color: #0072BC;
    --body-color: #727272;
    --white: #fff;
    --light-bg: #fafafa;
    --light-gray: #F9F9F9;
    --light-blue-gray: #F2F5FE;
    --black: #000;
    --dark-gray: #5F6061;
    --alert: #dc3545;
    --success: #009523;
    --bc: rgba(0, 0, 0, 0.1);
    --roboto: 'Roboto', sans-serif;
    --poppins: 'Poppins', sans-serif;
    --blue: #0072BC;
    --orange: #F15B2C;
    --gray: #727272;
    --primary: #F15B2C;
    --secondary: #0072BC;
}


.small,
small {
    line-height: 1.2rem;
}

.strong {
    font-weight: 600;
}

.active {
    transition: all 0.5s ease;
}


@media only screen and (max-width: 1199px) {
    h2 {
        font-size: 32px;
        line-height: 40px;
    }

    .section-title h2 {
        font-size: 26px;
        line-height: 32px;
    }
}

.bg-light {
    border-radius: 0.3rem;
}

.badge-primary {
    color: var(--white) !important;
    background-color: var(--primary-color) !important;
}

.badge-secondary {
    color: var(--white) !important;
    background-color: var(--secondary-color) !important;
    border-radius: 0.3rem;
}

.badge-gd {
    font-size: 16px;
    font-weight: 500;
    padding: 14px;
}

.badge-secondary li a {
    color: #FFF !important;
}

.dd-trigger {
    display: none !important;
}

.freteline-primary {
    color: var(--primary-color);
}

.freteline-secondary {
    color: var(--secondary-color);
}

.freteline-white {
    color: var(--white);
}

.freteline-success {
    color: var(--success);
}

.freteline-danger {
    color: var(--alert);
}

.freteline-whatsapp {
    color: #29B540;
}

.freteline-whatsapp a:hover {
    color: #29B540;
}

.freteline-intro {
    font-size: 90%;
}

.freteline-icon-20px {
    width: 20px;
}


.freteline-telefone {
    cursor: pointer;
    transition: all 0.5s ease;
}

.d-flex-1 {
    flex: 1;
}

/* Ajuste para header mobile - garantir que logout/login fique totalmente à direita */
.freteline-nav-display-mobile .primary-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    width: 100% !important;
}

.freteline-nav-display-mobile .primary-menu > .d-flex-1:first-child {
    flex: 0 0 auto !important;
    min-width: auto !important;
}

.freteline-nav-display-mobile .site-branding {
    flex: 0 0 auto !important;
    margin: 0 auto !important;
    position: absolute !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.freteline-nav-display-mobile .header-right-nav {
    flex: 0 0 auto !important;
    margin-left: auto !important;
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

.freteline-nav-display-mobile .header-right-nav .right-nav-tool {
    display: flex !important;
    justify-content: flex-end !important;
    align-items: center !important;
}

.d-flex-2 {
    flex: 2;
}

.d-flex-3 {
    flex: 3;
}

.d-flex-4 {
    flex: 4;
}

.d-flex-5 {
    flex: 5;
}

.d-flex-6 {
    flex: 6;
}

.freteline-icon-flex-center {
    align-items: center;
    display: flex;
    justify-content: center;
}

@media only screen and (min-width: 992px) {
    .freteline-d-flex {
        display: flex;
    }
}

@media only screen and (max-width: 991px) {
    .freteline-d-flex {
        display: block !important;
    }
}



/* Botòes de lista */
button.dt-button,
div.dt-button,
a.dt-button,
input.dt-button {
    /* position: relative; */
    /* display: inline-block; */
    /* box-sizing: border-box; */
    /* margin-left: 0.167em; */
    /* margin-right: 0.167em; */
    /* margin-bottom: 0.333em; */
    padding: 0.5em 1em;
    /* border: 1px solid rgba(0, 0, 0, 0.3); */
    /* border-radius: 2px; */
    cursor: pointer;
    font-size: .88em;
    line-height: 1.6em;
    /* color: black; */
    /* white-space: nowrap; */
    overflow: hidden;
    /* background-color: rgba(0, 0, 0, 0.1); */
    /* background: linear-gradient(to bottom, rgba(230, 230, 230, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%); */
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=0, StartColorStr="rgba(230, 230, 230, 0.1)", EndColorStr="rgba(0, 0, 0, 0.1)");
    /* -webkit-user-select: none; */
    -moz-user-select: none;
    -ms-user-select: none;
    /* user-select: none; */
    /* text-decoration: none; */
    /* outline: none; */
    /* text-overflow: ellipsis; */
}


.some_class_name {
    width: 350px;
}



.menu .card {
    border: 1px solid #fdefeb;
    background-color: #fdefeb;
}

.menu .card :hover {
    background-color: #fde6e0 !important;
}


/* Caroussel */
.carousel-control-next,
.carousel-control-prev {
    background: transparent;
}

.carousel-caption {
    top: 20px;
    bottom: auto;
}


/* Avatar */
.freteline-avatar .avatar-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000;
    color: var(--white);
    font-weight: 700;
}

.avatar-img {
    /* max-width: 150px; */
    width: auto;
    max-height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.freteline-avatar .avatar {
    width: 100%;
    height: auto;
}



/* Reset colors bootstrap */
/* a {
    color: var(--secondary);
} */

/* .btn-primary,
.btn-primary.focus,
.btn-primary:focus,
.btn-primary.disabled,
.btn-primary:disabled,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active, */
.show>.btn-primary.dropdown-toggle,
.btn-outline-primary,
.btn-outline-primary.disabled,
.btn-outline-primary:disabled,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle,
.btn-link,
.dropdown-item.active,
.dropdown-item:active,
.custom-control-input:checked~.custom-control-label::before

/* , .text-primary */
    {
    color: var(--secondary) !important;
}

/* .btn-primary.focus,
.btn-primary:focus,
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active, */
.show>.btn-primary.dropdown-toggle,
.btn-outline-primary,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show>.btn-outline-primary.dropdown-toggle,
.custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:indeterminate~.custom-control-label::before,
.page-item.active .page-link,
.list-group-item.active,
.border-primary {
    border-color: var(--secondary) !important;
}

.custom-control-input:indeterminate~.custom-control-label::before,
.custom-range::-webkit-slider-thumb,
.custom-range::-moz-range-thumb,
.custom-range::-ms-thumb,
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.badge-primary,
.progress-bar,
.list-group-item.active,
.page-link,
.bg-primary {
    background-color: var(--secondary) !important;
}

.page-item.active .page-link {
    background-color: var(--secondary) !important;
}

a.badge-primary:focus,
a.badge-primary:hover,
a.bg-primary:focus,
a.bg-primary:hover,
button.bg-primary:focus,
button.bg-primary:hover {
    background-color: #0056b3 !important;
}

/* a:hover, */
.btn-primary:hover,
.btn-outline-primary:hover,
.btn-link:hover,
.page-link:hover,
a.text-primary:focus,
a.text-primary:hover {
    color: #0056b3 !important;
}



/* Header Area Two */
.header-area-two .header-navigation .header-right-nav .user-info a {
    color: var(--primary-color);
}

.header-area-two .header-navigation .header-right-nav .user-info a:hover {
    color: var(--secondary-color);
}

.header-area-two .header-navigation .header-right-nav .user-info .main-btn a {
    color: var(--white) !important;
}

.header-area-two .header-navigation .header-right-nav .user-info .main-btn a:hover {
    color: var(--white) !important;
    border-radius: .3rem;
}

.user-info .freteline-exit {
    font-weight: 500;
    font-size: 90%;
    color: var(--primary-color);
    line-height: 1;
}

.user-info .freteline-exit:hover {
    color: var(--secondary-color);
}


.copyright-text p a {
    color: var(--white) !important;
}

.copyright-text p :hover {
    color: var(--white) !important;
}

.freteline-uppercase {
    text-transform: uppercase;
}


/* Others */
.rounded-3 {
    border-radius: 0.5rem !important;
}

.mb-2 {
    margin-bottom: 0.5rem !important;
}

.me-4 {
    margin-right: 1.5rem !important;
}

.information-list-item .information-item {
    border: 0;
    background: var(--light-gray);
}

.footer-area-one .footer-widget .widget.contact-info-widget .contact-info-list li .icon {
    margin-right: 10px;
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin-top: -5px;
}

.footer-area-two .footer-widget {
    padding-top: 50px;
    padding-bottom: 60px;
}

.footer-area-one .footer-widget .widget.contact-info-widget .contact-info-list li:last-child {
    margin-bottom: 0;
}

ul.social-link li {
    margin-right: 5px;
}

.freteline-adverts-font-size {
    font-size: 90%;
    line-height: 1.5;
}

.freteline-small-85 {
    line-height: 1.4rem !important;
    font-size: 85% !important;
}

/* Nav desktop & mobile */
@media only screen and (min-width: 1200px) {
    .freteline-nav-display-desktop {
        display: block;
    }

    .freteline-nav-display-mobile {
        display: none;
    }
}

@media only screen and (max-width: 1199px) {
    .freteline-nav-display-desktop {
        display: none;
    }

    .freteline-nav-display-mobile {
        display: block;
    }
}

/* desktop & mobile */
@media only screen and (min-width: 992px) {
    .freteline-display-desktop {
        display: block;
    }

    .freteline-display-mobile {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .freteline-display-desktop {
        display: none;
    }

    .freteline-display-mobile {
        display: block;
    }
}

@media only screen and (max-width: 767px) {

    .mb-mobile-30 {
        margin-bottom: 30px;
    }
}

.header-navigation .main-menu ul li>a {
    text-transform: normal;
    padding: 40px 5px;
    font-size: 80%;
}

.search-area-section .invalid-feedback {
    color: #FFFFFF;
}

.hero-wrapper-two .invalid-feedback {
    color: #FFFFFF;
}


/* Modal custom */
/* Set a style for all buttons */
button:hover {
    opacity: 1;
}

/* Float cancel and delete buttons and add an equal width */
.cancelbtn,
.deletebtn {
    margin-left: 10px;
}

/* Add a color to the cancel button */
/* .cancelbtn { */
/*background-color: #ccc;*/
/*color: black;*/
/* } */

/* Add a color to the delete button */
.deletebtn {
    background-color: var(--alert);
}


/* Add padding and center-align text to the container */
/* .container {
    padding: 16px;
    text-align: center;
} */

@media only screen and (min-width: 1200px) {
    .container {
        max-width: 1200px;
    }
}

/* The Modal (background) */
.modal {
    display: none;
    justify-content: center;
    align-items: center;
    /* Hidden by default */
    position: fixed;
    /* Stay in place */
    z-index: 1;
    /* Sit on top */
    left: 0;
    top: 0;
    width: 100%;
    /* Full width */
    height: 100%;
    /* Full height */
    overflow: auto;
    /* Enable scroll if needed */
    background-color: rgba(36, 37, 41, .65);
    padding-top: 50px;
    z-index: 500;
}


/* Style the horizontal ruler */
/* hr {
    border: 1px solid #f1f1f1;
    margin-bottom: 25px;
} */

/* The Modal Close Button (x) */
.close {
    position: relative;
    font-size: 40px;
    font-weight: 300;
    color: var(--dark-gray);
}

.close:hover,
.close:focus {
    color: #666;
    cursor: pointer;
}

/* Clear floats */
.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

/* Change styles for cancel button and delete button on extra small screens */
@media screen and (max-width: 300px) {

    .cancelbtn,
    .deletebtn {
        width: 100%;
    }
}


/* Tag de quantidade */
.freteline-qtd {
    padding: 8px;
    background: var(--secondary-color);
    /* font-size: 85%; */
    color: var(--white);
    font-weight: 600;
    width: auto;
    line-height: 100%;
    border-radius: 2px;
    margin-left: 12px;
    margin-top: -5px;
}


/* Formulário */
.freteline-label-blue {
    top: -6px;
    position: absolute;
    font-size: 70%;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 4px !important;
    padding-left: 4px !important;
    margin: 0 calc(1rem - 4px);
    border-radius: 4px;
    line-height: 70%;
    background: var(--secondary-color);
    color: var(--white);
    z-index: 10;
}

/* Container para labels com position absolute */
.col-md-12.mb-30,
.col-md-12.mb-20 {
    position: relative;
}

.freteline-label {
    position: absolute;
    top: -6px;
    left: calc(1rem - 4px);

    /* sobrescrevendo o que vem do . > label */
    height: auto;
    padding: 0 4px !important;
    transform: none;           /* garante que não pegue nenhum transform do bootstrap */

    font-size: 70%;
    line-height: 1;
    margin: 0;
    border-radius: 4px;
    background: var(--white);  /* ou transparent se quiser ver o contorno do input atrás */
    color: var(--primary-color);
    z-index: 10;
    pointer-events: none;
    white-space: nowrap;
}


/* Formulários */
.form-style {
    background: #fff;
    border-radius: 5px;
    padding: 20px !important;
}

.form_group {
    position: relative;
}

.form-control {
    position: relative;
    height: auto;
    padding: 0.75rem 1rem;
    font-size: 14px;
    font-weight: 300;
    z-index: 0;
    /* border: 1px solid var(--primary-color); */
    /* color: var(--primary-color); */
}

/* .form-control ::placeholder {
    color: var(--primary-color) !important;
} */

/* textarea.form_control {
    padding-top: 15px;
    display: inherit;
} */

.custom-select {
    height: auto;
    padding: 0.75rem 1.75rem 0.75rem 1rem;
    font-size: 14px;
    font-weight: 300;
}


/* WhatsApp floating */
.whatsapp-floating {
    --container-height: 50px;
    --container-width: 180px;
    --icon-size: calc(var(--container-height) - 0px);
    --container-padding: calc((var(--container-height) - var(--icon-size)) / 2);
    position: fixed;
    right: 90px;
    bottom: 30px;
    background: #29B540;
    width: var(--container-height);
    height: var(--container-height);
    border-radius: var(--container-height);
    padding: var(--container-padding);
    text-decoration: none;
    box-sizing: border-box;
    z-index: 99999;
    -webkit-transition: 1s;
    transition: 1s;
}

.whatsapp-floating .content {
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transition: 1s;
    transition: 1s;
}

.whatsapp-floating .image,
.whatsapp-floating .text {
    flex-shrink: 0;
    display: block
}

.whatsapp-floating .text {
    opacity: 0;
    visibility: hidden;
    margin: 0px;
    margin-right: auto;
    width: calc(var(--container-width) - var(--icon-size) - var(--container-padding) * 3);
    color: #fff;
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 15px;
    text-align: right;
    text-decoration: none;
    transition: all 0.1s ease-out;
    transition-delay: unset
}

.whatsapp-floating .image {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: calc((var(--container-height) - var(--icon-size)) / 2);
    margin: auto;
    width: var(--icon-size);
    height: var(--icon-size);
    -o-object-fit: contain;
    object-fit: contain;
    z-index: 1
}

.whatsapp-floating .notifications {
    position: absolute;
    top: -4px;
    right: -4px;
    background: #e03e34;
    color: #fff;
    width: 20px;
    height: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    line-height: normal;
    border-radius: 50%;
    z-index: 1;
}

.whatsapp-floating:hover:not([disabled]),
.whatsapp-floating.active {
    width: var(--container-width);
    text-decoration: none
}

.whatsapp-floating:hover:not([disabled]) .text,
.whatsapp-floating.active .text {
    margin-right: auto;
    opacity: 1;
    visibility: visible;
    transition: all 0.1s ease-out;
    transition-delay: 0.1s
}


/* Custom form valid */
.form-control.is-valid,
.was-validated .form-control:valid {
    border-color: #ced4da !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right calc(.375em + .1875rem) center;
    background-size: calc(.75em + .375rem) calc(.75em + .375rem)
}

.custom-select.is-valid,
.was-validated .custom-select:valid {
    border-color: #ced4da !important;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.invalid-tooltip {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
    max-width: 100%;
    padding: .25rem .5rem;
    margin-top: 0 !important;
    font-size: 70% !important;
    line-height: 1.2 !important;
    color: #fff;
    background-color: rgba(220, 53, 69, .9);
    border-radius: .25rem
}

.form-control.is-invalid,
.was-validated .form-control:invalid {
    border-color: #ced4da !important;
    padding-right: calc(1.5em + .75rem);
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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)
}

.custom-select.is-invalid,
.was-validated .custom-select:invalid {
    border-color: #ced4da !important;
    padding-right: calc(.75em + 2.3125rem);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") right .75rem center/8px 10px no-repeat, #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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") center right 1.75rem/calc(.75em + .375rem) calc(.75em + .375rem) no-repeat
}

.password-tooltip {
    max-width: 100%;
    color: #dc3545;
    line-height: 1.5;
    margin-top: 0.25rem;
    font-size: 80%;
}

.password-tooltip.validated {
    color: #28a745;
}




/* .freteline-card */
.freteline-card {
    padding: 5px 10px !important;
    background-color: #f1f1f1;
    color: #727272;
    border-radius: 0.3rem;
    font-size: 90%;
}

.freteline-card .badge {
    font-size: 90%;
    font-weight: 700;
}

/* Garantir que badge-light tenha fundo branco dentro de freteline-card */
.freteline-card .badge-light,
.freteline-card .badge.badge-light,
.freteline-card .badge.badge-pill.badge-light {
    background-color: #f8f9fa !important;
}



/* Collapse */
.collapsible {
    cursor: pointer;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    /* padding: 5px 10px !important; */
    background-color: transparent;
    color: #727272;
    border-radius: 0.3rem 0.3rem 0 0;
}

.collapsible-content {
    display: none;
    overflow: hidden;
    background-color: #f1f1f1;
    /* padding: 5px 10px !important; */
    border-radius: 0 0 0.3rem;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.collapsible.active+.collapsible-content {
    display: block;
}

.collapsible .active,
.collapsible:hover {
    color: #F15B2C;
}


@media only screen and (max-width: 991px) {
    .hero-wrapper-two .hero-search-wrapper {
        padding: 30px;
    }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-wrapper-two .hero-search-wrapper {
        padding: 30px;
    }
}

@media (max-width: 767px) {
    .hero-wrapper-two {
        padding: 85px 0 0 0;
    }

    .hero-wrapper-two:after {
        background: rgb(241, 91, 44);
        background: linear-gradient(0deg, rgba(241, 91, 44, 1) 0%, rgba(241, 91, 44, 0.1) 100%);
        opacity: 1;
        z-index: -1;
    }

    .about-area .pdr-60 {
        padding-right: 15px;
    }

    .about-content-box {
        padding-top: 15px;
    }

    .about-area .pdl-60 {
        padding-left: 15px !important;
    }

    .about-img-box {
        padding-top: 15px !important;
    }

    .contact-info-widget,
    .widget-title {
        padding-top: 15px;
    }
}


/* BG Anúncio Pago/Premium */
.premium {
    background-color: rgba(255, 243, 205, 0.3) !important;
    border-color: #ffeeba !important;
}

.premium .freteline-card {
    background-color: #FFFFFF;
}

.premium .badge-light {
    background-color: rgba(255, 243, 205, 0.4) !important;
}


/* Botoes lista jquery */
button.dt-button:hover:not(.disabled),
button.dt-button,
button.dt-button:hover {
    padding: 0.5em 1em;
    border: 0 !important;
    color: white !important;
    background: linear-gradient(to bottom, (0, 114, 188, 1) 100%, (0, 114, 188, 1) 100%) !important;
    background-color: rgba(0, 114, 188, 1) !important;
    filter: none;
    margin-left: 0.167em;
    margin-right: 0.167em;
    border-radius: .3rem !important;
    margin-bottom: 0.5rem !important;
    line-height: 1.2rem !important;
}

.table {
    color: var(--body-color) !important;
    font-size: 90% !important;
    font-weight: 400v;
    line-height: 1.2rem !important;
}

table.dataTable thead>tr>th.sorting,
table.dataTable thead>tr>th.sorting_asc {
    color: var(--primary-color);
}

.dataTables_info,
.dataTables_paginate,
.dataTables_filter {
    font-size: 80%;
    font-weight: 400;
}

#adverts_filter label input {
    line-height: 1.2rem;
}
