/* global */
body {
    font-family: "Inter";
    color: #333535;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance:none;
}

#slider-range .ui-slider-handle,
#slider-range .ui-slider-handle:hover,
#slider-range .ui-slider-handle:active {
    outline: 0;
    background: #188f52;
    border-radius: 50%;
    border: 0.1em solid white;
    top: -0.5em;
}

#slider-range.ui-slider-horizontal {
    top: 1em;
    left: 5%;
    height: 3px;
    width: 90%;
    border: none;
    background: #d7d9e2;
}

#slider-range .ui-widget-header {
    background: #188f52;
}

.align-center {
    align-items: center;
}

.modal .btn-close {
    width: unset;
    height: unset;
    opacity: unset;
}

.modal-content {
    border: none;
    border-radius: 1rem;
    padding: 1.8rem;
    color: #333535;
}

.modal-header {
    display: block;
}

.modal-header,
.modal-footer {
    border-bottom: none;
    border-top: none;
}

.modal-title {
    color: #188f52;
    font-weight: 600;
    margin-bottom: 10px;
}

.modal-description {
    font-size: 16px;
    font-weight: 500;
}

.modal-content label {
    margin-left: 10px;
    font-size: 14px;
}

.half-width {
    width: 50%;
}

/* bootstrap dropdown menu */
.main-header .dropdown-toggle::after {
    border: none;
    background: url("../images/arrow-dropdown-white.svg");
    width: 15px;
    height: 15px;
    margin-left: 8px;
}

.dropdown-menu li>a {
    padding: 8px 20px 8px 20px;
}

.dropdown-menu li>a:active {
    color: #000;
}

.dropdown-menu li>a:hover,
.dropdown-menu li>a:focus,
.dropdown-submenu:hover>a {
    background-color: #f2f8e8;
}

.dropdown-menu .description {
    font-size: 12px;
}

/* form */
.form-control:focus {
    box-shadow: none;
}

.form-select,
.selectpicker {
    background-image: url(../images/arrow-dropdown-gray.svg) !important;
    background-size: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.form-select:focus,
.selectpicker:focus {
    background-image: url(../images/arrow-dropdown-gray-up.svg) !important;
    outline: none !important;
    box-shadow: none;
    border: auto;
    border: 1px solid #ced4da;
}

.selectpicker_single_value {
    background-image: url(../images/arrow-dropdown-gray.svg) !important;
    background-size: auto;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.btn:focus:not(.btn-outline-success, .btn-outline-secondary, .dropdown-toggle),
.btn:active:not(.btn-outline-success, .btn-outline-secondary, .dropdown-toggle) {
    outline: none !important;
    box-shadow: none !important;
    -webkit-box-shadow: none !important;
    border-color: transparent;
}

.btn-outline-light:hover{
	color: #045e32
}

input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: 1;
    display: block;
    background: url(../images/calendar-icon.svg) no-repeat;
    border-width: thin;
    margin-top: 0.2rem;
}

.default-datepicker {
    display: flex;
    align-items: center;
    position: relative;
}

.default-datepicker .open-calendar {
    color: #000;
    margin-left: -50px;
    padding: 0 10.9px 0 10px;
    font-size: 16px;
}

/* disabled styles */
.btn.disabled {
    background-color: unset;
    color: unset;
    border-color: unset;
}

.disabled,
.disabled i,
input[disabled],
input[disabled]::placeholder,
select[disabled],
textarea[disabled],
input[readonly],
input[readonly]::placeholder,
select[readonly],
textarea[readonly] {
    background-color: #fff !important;
    color: #545660 !important;
    border-color: #2a2c344d !important;
    opacity: 0.65 !important;
}

.form-select[disabled] {
    background-image: url(../images/arrow-dropdown-disabled.svg) !important;
}

i[disabled] {
    color: #545660 !important;
}

img.disabled {
    opacity: 0.25;
}

@media (min-width: 576px) {
	.container-main {
	    width: 100%;
	    height: 100%;
	    margin: 48px auto;
	    padding-left: 6.25rem;
	    padding-right: 6.25rem;
	}
}

@media (max-width: 576px) {
	.container-main {
	    width: 100%;
	    height: 100%;
	    margin: 48px auto;
	    padding-left: 1rem;
	    padding-right: 1rem;
	}
}

.main-title h6 {
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
    color: #333535;
}

.main-title h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #333535;
}

/* -=-=-=-=-=- */

/* bootstrap-select */
.bootstrap-select {
    width: 100% !important;
}

.bootstrap-select .dropdown-menu {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 0.8rem;
    max-width: 100% !important;
}

.bootstrap-select .dropdown-menu .description {
    font-size: 12px;
}

.bootstrap-select .dropdown-menu .hide-in-dropdown {
    display: none;
}

.bootstrap-select .dropdown-toggle:active {
    background-color: #fff;
}

.bootstrap-select .bs-ok-default:after {
    display: none;
}

.bootstrap-select.show-tick .dropdown-menu .selected span.check-mark {
    position: static;
    margin-right: 0.5rem;
}

.bootstrap-select .dropdown-menu li a span.check-mark {
    display: block;
}

.bootstrap-select.show-tick .dropdown-menu span.check-mark {
    display: inline-block;
    margin-right: 0.5rem;
}

.bootstrap-select.show-tick .dropdown-menu .bs-ok-default:before {
    content: "";
    background-color: transparent;
    border: 2px solid #82b13b;
    border-radius: 0.2rem;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05),
        inset 0px -15px 10px -12px rgba(0, 0, 0, 0.05);
    padding: 6px;
    display: inline-block;
    position: relative;
    vertical-align: middle;
    cursor: pointer;
    margin-right: 5px;
    margin-bottom: 2.5px;
}

.bootstrap-select.show-tick .dropdown-menu .selected .bs-ok-default:before {
    border: 2px solid #82b13b;
    background-color: #82b13b;
    background-image: url("../images/checkbox-arrow.svg");
    background-repeat: initial;
    background-position: center;
}

.bootstrap-select .dropdown-toggle {
    border: 1px solid #2a2c344d;
    background-color: #fff;
    border-radius: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-right: 1.5rem;
    padding-left: 1.5rem;
}

.bootstrap-select .dropdown-toggle::after {
    border: none;
    background: url("../images/arrow-dropdown-gray.svg");
    background-repeat: no-repeat;
    width: 25px;
    height: 15px;
    margin-left: 8px;
    margin-right: -10px;
}

.bootstrap-select.show .dropdown-toggle::after {
    background: url("../images/arrow-dropdown-gray-up.svg");
    background-repeat: no-repeat;
}

.bootstrap-select .dropdown-item.active,
.dropdown-item:active {
    background-color: #5a8928 !important;
    color: #fff !important;
}

.bootstrap-select .dropdown-item:focus,
.dropdown-item:hover {
    color: #000;
    background-color: #5a8928;
}

.bootstrap-select .dropdown-toggle:focus,
.bootstrap-select>select.mobile-device:focus+.dropdown-toggle {
    outline: none !important;
}

.bootstrap-select .no-results {
    font-size: 14px !important;
    padding: 0.5rem 0.8rem;
}

.export .dropdown-menu li>a:hover,
.export .dropdown-menu li>a:focus,
.export .dropdown-submenu:hover>a {
    background-color: #5a8928;
    color: #fff;
}

/* -=-=-=-=-=- */

/* tabela bootstrap padrão */
.table {
    border: solid #FCFCFC 1px;
    /* border-radius: 2rem; */
    border-spacing: 4rem;
}

.table tr th:first-child {
    padding-left: 1.2rem;
}

.table thead tr th:first-child {
    border-radius: 16px 0 0 0;
}

.table thead tr th:last-child {
    border-radius: 0 16px 0 0;
}

.table thead tr {
    background-color: #f4f5f8;
}

.table thead tr th:not(:first-child) {
    font-size: 14px;
}

.table tr {
    vertical-align: middle;
    border-color: #d7d9e2 !important;
}

.table tr th {
    font-weight: 500 !important;
}

.table tbody tr {
    line-height: 2.5rem;
}

.table .table-data-image img {
    border: 1px solid #d7d9e2;
    border-radius: 4px;
    width: 48px;
    height: 48px;
}

.table .table-data-image .description{
	font-size: 12px;
    font-weight: 400;
    margin-top: -1rem;
}
/* -=-=-=-=-=- */

/* bootstrap checkbox */
.form-check-input:checked {
    background-color: #82b13b;
    border-color: #82b13b;
}

.form-check-input:focus {
    border-color: #82b13b !important;
    outline: none !important;
    box-shadow: none !important;
}

.form-check-input:checked[type="checkbox"] {
    background-image: url("../images/checkbox-arrow.svg");
}

.form-check-input.intermediate {
    background-image: url("../images/checkbox-intermediate.svg") !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    background-size: 8px !important;
}

/* -=-=-=-=-=- */

/* bootstrap pagination */
.pagination {
    --bs-pagination-font-size: 14px;
    --bs-pagination-color: #188f52;
    --bs-pagination-hover-color: #188f52;
    --bs-pagination-focus-color: #fff;
    --bs-pagination-focus-bg: #188f52;
    --bs-pagination-focus-box-shadow: 0 0 0 0.25remrgba (13, 110, 253, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: #188f52;
    --bs-pagination-active-border-color: #188f52;
    --bs-pagination-border-radius: none;
    display: flex;
    gap: 0.5rem;
    padding-left: 0;
    list-style: none;
}

.pagination li a,
.pagination li a.page-link {
    border-radius: 4px !important;
}

.pagination .page-item.disabled a {
    border-color: #f4f5f8;
}

.pagination .page-item.disabled a img {
    filter: invert(78%) sepia(5%) saturate(731%) hue-rotate(194deg) brightness(84%) contrast(84%);
}

/* -=-=-=-=-=- */

/* bootstrap badge */
.badge {
    --bs-badge-padding-x: 0.65em;
    --bs-badge-padding-y: 0.5em;
    border-radius: 1.5rem;
    font-weight: 500;
}

.text-bg-orange {
    color: #fff !important;
    background-color: #88030f !important;
}

/* -=-=-=-=-=- */

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/*           BOOTSTRAP TOOLTIPS           */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

/* bootstrap tooltip - imagem de produto */
.default-tooltip {
    --bs-tooltip-border-radius: 16px;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-background-color: #fff;
    --bs-tooltip-color: #000;
}

.default-tooltip .tooltip-inner {
    max-width: 320px;
    color: #545660;
    background-color: #dee2e6;
    border-radius: 16px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.tooltip.bs-tooltip-auto[data-popper-placement^="top"] .tooltip-arrow::before {
    border-top-color: #dee2e6 !important;
}

.tooltip.bs-tooltip-auto[data-popper-placement^="left"] .tooltip-arrow::before {
    border-left-color: #dee2e6 !important;
}

.tooltip.bs-tooltip-auto[data-popper-placement^="bottom"] .tooltip-arrow::before {
    border-bottom-color: #dee2e6 !important;
}

.tooltip.bs-tooltip-auto[data-popper-placement^="right"] .tooltip-arrow::before {
    border-right-color: #dee2e6;
}

/* -=-=-=-=-=- */

/* bootstrap tooltip - imagem de produto */
.product-image-tooltip {
    --bs-tooltip-max-width: 270px;
    --bs-tooltip-border-radius: 14px;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-background-color: #fff;
    --bs-tooltip-color: #000;
}

.product-image-tooltip .tooltip-inner {
    max-width: 270px;
    background-color: #fff;
    border-radius: 14px;
    padding: 0;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.product-image-tooltip .tooltip-arrow {
    display: none !important;
    width: 0;
    height: 0;
}

.product-image-tooltip img {
    width: 100%;
}

.product-image-tooltip .product-name {
    width: 100%;
    background-color: #188f52;
    color: #fff;
    text-align: left;
    padding: 1rem;
    margin: 0;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
}

.product-image-tooltip .product-name .title {
    font-size: 16px;
    font-weight: 600;
}

.product-image-tooltip .product-name .description {
    font-size: 12px;
}

/* -=-=-=-=-=- */

/* bootstrap tooltip - info */
.info-tooltip {
    --bs-tooltip-border-radius: 16px;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-background-color: #fff;
    --bs-tooltip-color: #333535;
}

.info-tooltip .tooltip-inner {
    max-width: 240px;
    color: #333535;
    background-color: #fff;
    border-radius: 0 16px 16px 16px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.info-tooltip .tooltip-arrow {
    display: none !important;
    width: 0;
    height: 0;
}

.info-tooltipBig {
    --bs-tooltip-border-radius: 16px;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-background-color: #fff;
    --bs-tooltip-color: #333535;
}

.info-tooltipBig .tooltip-inner {
    max-width: 340px;
    color: #333535;
    background-color: #fff;
    border-radius: 0 16px 16px 16px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.info-tooltipBig .tooltip-arrow {
    display: none !important;
    width: 0;
    height: 0;
}

.info-tooltip-filter {
    --bs-tooltip-border-radius: 16px;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-background-color: #fff;
    --bs-tooltip-color: #333535;
}

.info-tooltip-filter .tooltip-inner {
    max-width: 540px;
    color: #333535;
    background-color: #fff;
    border-radius: 0 16px 16px 16px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.info-tooltip-filter .tooltip-arrow {
    display: none !important;
    width: 0;
    height: 0;
}

/* -=-=-=-=-=- */

/* bootstrap btn - filtros */
.btn-filter-list {
    background: #545660;
    color: white;
    width: fit-content;
    gap: 10px;
    align-items: center;
    padding: 8px 24px 8px 20px;
    font-size: 18px;
}

.btn-filter-list:active {
    background-color: #34353a !important;
    color: white !important;
}

.btn-filter-list:hover {
    background-color: #34353a;
    color: white;
}

.btn-filter-list i {
    font-size: 20px;
}

/* -=-=-=-=-=- */

/* bootstrap btn/tooltip - desconto */
.discount-tooltip {
    --bs-tooltip-border-radius: 16px;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-background-color: #fff;
    --bs-tooltip-color: #545660;
}

.discount-tooltip .tooltip-inner {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 270px;
    color: #545660;
    background-color: #fff;
    border-radius: 16px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.discount-tooltip .tooltip-inner .title {
    font-size: 20px;
    font-weight: 600;
}

.discount-tooltip .tooltip-inner .descontos {
    font-size: 12px;
}

.discount-tooltip .tooltip-inner .percentage {
    background-color: #82b13b;
    color: #fff;
    border-radius: 24px;
    width: 48px;
    height: 28px;
    padding: 5px;
    text-align: center;
    display: block;
}

.discount-tooltip .tooltip-arrow {
    display: none !important;
    width: 0;
    height: 0;
}

.btn-discount {
    color: #fff;
    background-color: #88030f;
    border-radius: 24px 0px 0px 24px;
    width: 72px;
    margin-right: -25px;
}

.btn-discount:hover,
.btn-discount:focus {
    background-color: #88030f !important;
}

.btn-discount img {
    margin-right: 25px;
    width: 32px;
    height: 32px;
}

/* -=-=-=-=-=- */

/* bootstrap btn/tooltip - relação de preços com tamanho */
.prices-tooltip {
    --bs-tooltip-border-radius: 16px;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-background-color: #fff;
    --bs-tooltip-color: #545660;
}

.prices-tooltip .tooltip-inner {
    display: flex;
    justify-content: start;
    flex-wrap: wrap;
    max-width: 270px;
    color: #545660;
    background-color: #fff;
    border-radius: 16px;
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    padding: 15px 20px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}

.prices-tooltip .tooltip-inner .title {
    font-size: 20px;
    font-weight: 600;
}

.prices-tooltip .tooltip-inner .descontos {
    font-size: 12px;
}

.prices-tooltip .tooltip-inner .percentage {
    background-color: #82b13b;
    color: #fff;
    border-radius: 24px;
    width: 48px;
    height: 28px;
    padding: 5px;
    text-align: center;
    display: block;
}

.prices-tooltip .tooltip-arrow {
    display: none !important;
    width: 0;
    height: 0;
}

/* ------------- */

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/*        FIM -  BOOTSTRAP TOOLTIPS       */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

/*          BOOTSTRAP SWITCH              */
.form-switch .form-check-input {
    cursor: pointer;
    width: 40px;
    height: 20px;
    margin-left: -2.5em;
    background-image: url("../images/switch-off.svg");
    background-color: #d7d9e2;
    background-size: 16px;
    border-color: #d7d9e2;
    background-position: left center;
    border-radius: 2em;
    transition: background-position 0.1s ease-in-out;
}

.form-switch .form-check-input:focus {
    background-image: url("../images/switch-off.svg");
    border-color: #d7d9e2 !important;
}

.form-switch .form-check-input:checked {
    background-position: right center;
    background-image: url("../images/switch-on.svg");
    background-color: #82b13bff;
    border-color: #82b13bff !important;
}

.form-switch.form-check-reverse {
    padding-right: 2.5em;
    padding-left: 0;
}

.form-switch.form-check-reverse .form-check-input {
    margin-right: -2.5em;
    margin-left: 0;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/*     FIM -  BOOTSTRAP SWITCH            */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

/* text input fields */
.filter-search-order {
    display: flex;
    align-items: center;
    position: relative;
}

.filter-search-order .bi-search {
    z-index: 100;
    position: absolute;
    pointer-events: none;
    bottom: 12px;
    left: 15px;
    color: #545660;
}

.filter-search-order #remove-content {
    color: #545660;
    font-size: 1.7rem;
    margin-left: -50px;
    padding: 0 10.9px 0 10px;
    z-index: 100;
}

.filter-input {
    padding: 8px 40px 8px 50px;
    width: 420px !important;
    border-radius: 24px !important;
    background-color: #fff;
}

.filter-input:focus,
.form-control:focus {
    background-color: #fff;
    border-color: #5a8928;
}

/* -=-=-=-=-=-=- */

/* table control filters */
.table-filters .table-order-content .bootstrap-select .dropdown-toggle {
    width: 14.5rem;
}

.table-filters .table-per-page-content .bootstrap-select .dropdown-toggle {
    width: 15rem;
}

.table-filters .table-order-button .filter-option-inner-inner::before {
    content: "Ordem: ";
}

.table-filters .table-per-page-button .filter-option-inner-inner::before {
    content: "Exibir por pagina: ";
}

/* -=-=-=-=-=-=- */

/* lista de produtos - botões para alterar visualização  */
.list-change-view button {
    border: solid #d7d9e2;
    border-width: 1px;
    color: #7b8099;
    background: none;
    padding: 4px 16px;
}

.list-change-view-buttons {
    height: fit-content;
}

.list-change-view #type-list {
    border-radius: 2rem 0 0 2rem;
}

.list-change-view #type-grade {
    border-radius: 0 2rem 2rem 0;
}

#type-grade:hover,
#type-list:hover {
    border-color: #188f52;
    /* color: #188F52; */
    transition: all 0.3s;
}

#type-list.active,
#type-grade.active {
    border-color: #188f52;
    color: #188f52;
    background-color: #e6f5ec;
}

/* -=-=-=-=-=-=- */

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/*       Inicio estilo - Filtro lateral    */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
@keyframes leftSideScroll {
    from {
        opacity: 0.7;
        margin-right: 50px;
        width: 400px;
        right: -400px;
    }

    to {
        opacity: 1;
        margin-right: 0px;
        width: 400px;
        right: 0;
    }
}

@keyframes closeFilterModal {
    from {
        opacity: 1;
        margin-right: 0px;
        width: 400px;
        right: 0;
        position: fixed;
        display: contents;
        z-index: 9999;
    }

    to {
        opacity: 1;
        width: 400px;
        right: -400px;
    }
}

.aside-filter-table-closed {
    animation: closeFilterModal 0.5s;
    position: fixed;
    right: -400px;
    top: 0px;
    width: 400px;
    background: white;
    box-shadow: 0px 5px 10px rgba(33, 33, 33, 0.2);
}

.aside-filter-table {
    position: fixed;
    right: 0;
    top: 0px;
    width: 400px;
    background: white;
    animation: leftSideScroll 0.5s;
    box-shadow: 0px 5px 10px rgba(33, 33, 33, 0.2);
    z-index: 9999;
}

#table-filter-modal .modal-header-title {
    font-weight: 600;
    color: #188f52;
    font-size: 20px;
    margin: 5px 0 0 0;
}

.aside-filter-table .modal-filter-content,
.aside-filter-table-closed .modal-filter-content {
    height: 100vh;
    overflow-y: auto;
}

::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: white;
}

::-webkit-scrollbar-thumb {
    background: #a2a2a2;
    border-radius: 24px;
}

::-webkit-scrollbar-thumb:hover {
    background: #a2a2a2;
}

.modal-filter-header {
    height: fit-content;
    padding: 24px 24px 6px 24px;
}

.modal-filter-main {
    padding: 0 24px;
}

.modal-filter-footer {
    padding: 0 24px 70px 24px;
    gap: 12px;
}

.modal-filter-footer .btn-apply-filter {
    background: #82b13b;
    border-radius: 24px;
    color: white;
}

.modal-filter-footer .btn-apply-filter:hover {
    background: #567528;
}

.value-filter-container .value-control {
    width: 168px;
}

.value-filter-label {
    color: #ccc;
}

.value-filter-field {
    display: flex;
    align-items: center;
}

.value-filter-container .value-filter-field .value-filter {
    text-align: end;
    width: 40px;
    border: none;
    background: none;
}

.value-filter:focus {
    border: none;
    outline: none;
}

.value-filter::-webkit-outer-spin-button,
.value-filter::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.table-order-button,
.table-per-page-button,
.filter-table-form {
    padding: 8px 24px !important;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/*        Fim estilo - Filtro lateral      */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/*     Inicio estilo - Modal de Compras    */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#modalSimulacaoCompras .modal-body,
#modalSimulacaoCompras .modal-content {
    padding: 0;
}

#modalSimulacaoCompras .modal-header {
    padding-top: 2rem;
    padding-right: 2rem;
}

#modalSimulacaoCompras .btn-outline-secondary {
    --bs-btn-color: #fffefe;
    --bs-btn-border-color: #fffefe;
    --bs-btn-hover-color: #045e32;
    --bs-btn-hover-bg: #fffefe;
    --bs-btn-hover-border-color: #fffefe;
    --bs-btn-focus-shadow-rgb: 108, 117, 125;
    --bs-btn-active-color: #045e32;
    --bs-btn-active-bg: #fffefe;
    --bs-btn-active-border-color: #fffefe;
    font-size: 18px;
}

#modalSimulacaoCompras .btn.disabled {
    background-color: #045e32 !important;
    color: #aeb0bc !important;
    border-color: #045e32 !important;
}

#modalSimulacaoCompras .btn.disabled i,
#modalSimulacaoCompras .btn.disabled i::before {
    background-color: #045e32 !important;
    color: #aeb0bc !important;
}

#header .product-image img {
    width: 235px;
    height: 235px;
    border: 1px solid #d7d9e2;
    border-radius: 16px;
}

#header .info {
    background-color: #f0f5e9;
    color: #376817;
    border-radius: 8px;
    padding: 0.3rem 0.7rem 0.5rem 0.7rem;
}

#header .info span {
    font-size: 12px;
}

#header .info p {
    font-size: 12px;
}

#header .info i {
    font-size: 20px;
    margin-right: 5px;
}

#header .product-name {
    font-size: 20px;
    font-weight: 600;
    color: #5a8928;
}

#header .product-info .title {
    font-size: 14px;
    font-weight: 400;
}

#header .product-info .description {
    font-weight: 600;
}

/* tabela */
#modalSimulacaoCompras .table tr th {
    font-size: 14px;
}

#modalSimulacaoCompras .table thead .bi-question::before,
.products .table thead .bi-question::before {
    border-radius: 50%;
    border: 0.5px solid #545660;
    color: #545660;
    margin-left: 5px;
}

#modalSimulacaoCompras #tabela-desconto thead tr th {
    background-color: #9bd7b3;
    font-size: 16px;
    font-weight: 600 !important;
    padding: 1rem 1rem;
}

#modalSimulacaoCompras #tabela-desconto tbody tr {
    background-color: #e6f5ec;
}

#modalSimulacaoCompras #tabela-desconto> :not(caption)>*>* {
    text-align: center;
}

#modalSimulacaoCompras #tabela-desconto tr {
    border-color: #9bd7b3 !important;
}

#modalSimulacaoCompras #tabela-desconto tbody tr:last-child td {
    border: none !important;
}

#modalSimulacaoCompras #tabela-desconto tbody tr:last-child td:first-child {
    border-radius: 0 0 0 16px;
}

#modalSimulacaoCompras #tabela-desconto tbody tr:last-child td:last-child {
    border-radius: 0 0 16px 0;
}

#modalSimulacaoCompras #tabela-sitios tbody tr td:last-child {
    text-align: center;
    color: #188f52;
    font-weight: 600;
}

#modalSimulacaoCompras #tabela-sitios .minus-plus-input.selected {
    border-color: #5a8928;
}

#modalSimulacaoCompras #tabela-sitios .minus-plus-input input {
    opacity: 1 !important;
}

#modalSimulacaoCompras #tabela-sitios .minus-plus-input.selected input {
    color: #5a8928 !important;
    font-weight: 600;
}

#modalSimulacaoCompras #tabela-sitios .minus-plus-input.error {
    border-color: red;
}

#modalSimulacaoCompras #tabela-sitios .minus-plus-input.error input {
    color: red !important;
    font-weight: 600;
}

#modalSimulacaoCompras #tabela-sitios .minus-plus-input {
    border: 1px solid #ced4da;
    border-radius: 24px !important;
    background-color: #fff;
}

#modalSimulacaoCompras #tabela-sitios .minus-plus-input .input-group-btn i {
    font-size: 30px;
    color: #545660;
}

#modalSimulacaoCompras #tabela-sitios .minus-plus-input .input-group-btn i::before {
    padding-bottom: 2px;
}

#modalSimulacaoCompras #tabela-sitios .minus-plus-input .btn {
    padding: 0 5px;
}

#modalSimulacaoCompras #tabela-sitios .minus-plus-input input {
    border: none;
    font-size: 14px;
}

#modalSimulacaoCompras .table-scroll {
    display: block;
    height: 350px;
    overflow-y: scroll;
}

#modalSimulacaoCompras .buy-product-table-description {
    background-color: #188f52;
    border-bottom-left-radius: 0.9rem;
    border-bottom-right-radius: 0.9rem;
    color: #fff;
}

#modalSimulacaoCompras .buy-product-table-description .valores {
    gap: 3rem;
}

.buy-product-table-description .title {
    font-size: 14px;
}

.buy-product-table-description .description {
    font-size: 20px;
    font-weight: 600;
}

#modalSimulacaoCompras .error-saldo {
    font-size: 12px;
    color: red;
}

#modalSimulacaoCompras .error-select-producer {
    font-size: 12px;
    color: red;
}

#modalSimulacaoCompras .tooltip-qtd-desconto .bi-chat-square-quote {
    color: #fff;
    border-radius: 50px;
    background-color: #82b13b;
    padding: 8px 10px;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/*      Fim estilo - Modal de Compras      */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/* Inicio estilo - Bootstrap Default Toasts */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
.toast-container {
    top: 7rem;
}

.toast {
    border: 0;
    font-weight: 600;
    border-radius: 4px;
    font-size: 16px;
    color: #fffefe;
    --bs-toast-max-width: 300px;
}

#successToast .toast {
    background-color: #82b13b;
}

#errorToast .toast {
    background-color: #c53650;
}

/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
/*  Fim estilo - Bootstrap Default Toasts  */
/* =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= */
#modalMensagemRetorno .modal-sm {
    --bs-modal-width: 376px !important;
}

#modalMensagemRetorno .icons-container {
    height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}

#modalMensagemRetorno .icons-container .style-icons {
    position: absolute;
    top: 45px;
}

#modalMensagemRetorno .icons-container .center-circle {
    
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    background-color: #A1CA5F;
}

#modalMensagemRetorno .text-container {
    gap: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
}

#modalMensagemRetorno .text-container .modal-main-title {
    color: red;
    font-size: 20px;
    font-weight: 600;
}

#modalMensagemRetorno .text-container .modal-subtitle {
    font-size: 14px;
    font-weight: 500;
    color: #333535;
    text-align: center;
    width: fit-content;
}

#modalMensagemRetorno .modal-confirm-btn {
    width: 114px;
    height: 46px;
    background-color: #188F52;
    border-radius: 24px;
    color: white;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 16px;
}

#modalMensagemRetorno .modal-confirm-btn:hover {
    background-color: #125e36;
    transition: .3s background-color;
}

.filter-search-order .filter-input {
    max-width: 430px;
}

/*layout datatable*/
.dataTables_paginate {
	width: 100%;
}

.paginate_button {
	flex-direction: row-reverse!important;
	color: black;
	float: left;
	padding: 4px 4px;
	text-decoration: none;
	width: 2rem;
	height: 2rem;
	border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color)!important;
	border-radius: 15%;
	margin: 0 4px;
	text-align: center;
	color: #188f52;
	cursor: pointer;
}

.paginate_button:hover{
	background-color: #f4f5f8;
	color: #188f52;
}

.paginate_button.current{
	background-color: #188f52;
	color: #fcfcfc;
}

span.ellipsis{
	display: none;
}

.filter_item_cabecalho {
	font-size: 14px;
	margin-bottom: 1rem;
	background-color:#F4F5F8;
	border-radius: 2rem;
	color: #545660;
}

.filter_item_cabecalho:hover {
	background-color:#F4F5F8;
	border-radius: 2rem;;
	color: #545660;
}

.filter_item_cabecalho_outline{
	margin-bottom: 1rem;
	border-radius: 2rem;
	padding: 0.6rem 1.1rem 0.6rem 1.1rem;
}

.table-footer-outline{
    background-color: #F4F5F8;
    border-radius: 0 0 16px 16px;
    gap: 5.5rem;
}

.table-footer-outline tr th{
	border: 0px;
}

.table-footer-outline tr td{
	border: 0px;
}

.table-footer-outline tr.style-footer th:last-child {
    border-radius: 0 0 16px 0;
}

.table-footer-outline tr.style-footer th:first-child {
    border-radius: 0 0 0 16px;
}

.table-footer-outline p.title{
	font-size: 14px;
}

.table-footer-outline p.description{
	font-size: 20px;
	color: #188F52;
	font-weight: 600;
}

.border-thead-th{
	border-top-left-radius: 40px !important;
	border-top-right-radius: 40px !important;
	font-size: 20px !important;
}

.border-thead-th-not-first{
	border-top-left-radius: 40px !important;
	font-size: 20px !important;
}

.border-thead-th-not-last{
	border-top-right-radius: 40px !important;
	font-size: 20px !important;
}

.pe-auto{
	cursor: pointer;
}

/*quadro de limite de crédito e total do pedido com carrinho*/
.carrinho-btn {
    border: 1px solid #045E32;
    text-decoration: none;
    color: #045E32;
    width: fit-content;
    align-items: center;
    gap: 10px;
    box-shadow: #188F52 4px 4px;
    font-size: 18px;
    text-align: center;
}
.carrinho-btn .bi-cart3 {
    font-size: 22px;
    margin-bottom: 3px;
}
.carrinho-btn:hover {
    color:#045E32;
}

#carrinho-count {
    color: white;
    background: #1E232D;
    padding: 0.7rem;
    border-radius: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.carrinho-btn #carrinho-count span {
    font-size: 12px;
    position: absolute;
}

.dataTables_wrapper{
	padding-bottom: 20px;
}

.available-info {
    background: #F2F8E8;
    border-radius: 24px;
    align-items: center;
    width: 100%;
}

.available-info .size-available-info {
    color: white;
    background: #82B13B;
    height: 2.3em;
    width: fit-content;
    min-width: 2.3em;
    border-radius: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.limites-valor-container {
    padding: 24px 24px 24px 24px;
    background: #E6F5EC;
    gap: 15px;
    width: 100%;
    justify-content: space-evenly;
}

.limites-valor-container .title {
    font-size: 14px;
    font-weight: 400;
}

.limites-valor-container .description {
    font-size: 16px;
    font-weight: 600;
}

.available-info .price-available-info {
    /* padding: 0px 24px 0 12px; */
    width: 75%;
    text-align: center;
}

.available-info .size-available-info span {
    font-size: 12px;
}

.prices-detail, prices-detail:hover {
    color: #188F52;
    text-decoration: none;
    cursor: pointer;
}

.sigla-subtitle {
    margin-bottom: 1rem;
}

.available-price-info-container {
    gap: 10px;
    padding: 0 12px;
    width: 100%;
}

.comprar-btn-tooltip {
    margin-top: 25px;
    width: 100%;
}

.pedidos-btn {
    border: 1px solid #045E32;
    text-decoration: none;
    color: #045E32;
    width: fit-content;
    align-items: center;
    gap: 12px;
    box-shadow: #188F52 4px 4px;
}

.pedidos-btn:hover {
    color: #045E32;
}

.pedidos-btn span {
    font-weight: 500;
    font-size: 18px;
}

.pedidos-btn .pedidos-count {
    color: white;
    background: #1E232D;
    height: 1.4em;
    width: 1.4em;
    border-radius: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
}

.pedidos-btn .pedidos-count span {
    font-size: 12px;
    position: absolute;

}

.modal-product-image {
    border: 1px solid #D7D9E2;
    border-radius: 16px;
}

.product-info-container {
    margin-top: 17px;
    margin-left: 40px;
}

.product-info-container div .product-info-text .modal-product-title {
    font-weight: 600;
    font-size: 20px;
    color: #5A8928;
}

.product-info-container div .product-info-text .modal-product-sigla {
    font-size: 16px;
    color: #333535
}

.product-info-container div .color-container {
    margin-top: 24px;
}

.product-info-container div .color-container .product-modal-color-title {
    font-weight: 400;
    font-size: 14px
}

.product-info-container div .color-container .product-modal-color {
    font-size: 16px;
    color: #333535;
    font-weight: 600;
}

.available-sizes-container .available-sizes-title {
    border-radius: 24px 24px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 56px;
    background: #9BD7B3;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    color: #333535;
}

.available-sizes-container .available-sizes-options {
    border-radius: 0px 0px 24px 24px;
    background: #E6F5EC;
    width: 100%;
    min-height: 80px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 12px 12px;
    padding: 10px 0;
    flex-wrap: wrap;
}

.available-sizes-container .available-sizes-options .size-option {
    text-decoration: none;
    border-radius: 56px;
    padding: .6rem .5rem;
    border: solid 1px #333535;
    color: #333535;
    min-width: 46px;
    text-align: center;
}

.available-sizes-container .available-sizes-options .size-option:hover {
    cursor: pointer;
    color: #333535;
}

.size-option-intermediacao:hover {
    cursor: pointer;
    color: #9BD7B3 !important;
    background-color: #E6F5EC !important;
}

.size-option-intermediacao.active{
	background-color: #9BD7B3 !important;
	color: #333535 !important;
	border-color: #146c43 !important;
}

.table-container-intermediar {
    margin-top: 15px;
    justify-content: end;
}

.custom-table-cell {
    border-bottom: none !important;
}

.custom-table-cell .modal-select .filter-option {
    width: fit-content;
}
.custom-table-cell .modal-select .filter-option {
    width: fit-content;
}

.selectButtonProdutores .filter-option-inner {
    width: 200px;
    content: 'Nenhum'
}

.quantity-select-intermediar {
    border: 1px solid #2A2C344D;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-around;
    height: 58px;
}

.quantity-select-intermediar button {
    border: none;
    background: none;
    font-size: 24px;
    font-weight: 600;
    padding: 0;
}

.quantity-select-intermediar .quantity-form-input {
    border: none;
    width: 50px;
    background: none;
    padding: 0;
}

.produtores-selecionados-container .produtores-selecionados-title {
    font-weight: 600;
}

.produtores-selecionados-container #produtores-selecionados-empty span {
    font-size: 14px;
}

#sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 15px;
    
}
#sortable li {
    margin: 3px 3px 3px 0;
    padding: 1px;
    float: left;
    height: 220px;
    text-align: center;
    border-radius: 16px;
    background-color: white;
}

.product-modal-footer {
    padding: 26px 0;
    background: #188F52;
    width: 100%;
    border-radius: 0 0 15px 15px;
}

.product-summary-container>div {
    gap: 24px;
    margin-right: 48px;
}

.product-summary-container>div:first-child {
    gap: 48px;
    margin-right: 96px;
}

.product-summary-container .summary-info-container span {
    color: white;
    font-size: 14px;
}

.product-summary-container .summary-info-container span:nth-child(2) {
    font-size: 20px;
    font-weight: 600;
}

.product-summary-container .buttons-container button {
    display: flex;
    align-items: center;
    font-size: 18px;
    border-color: white;
    color: white;
}

.product-summary-container .buttons-container button i {
    margin-right: 5px;
}

.product-summary-container .buttons-container button:hover {
    border-color: white;
    background-color: white;
    color: #188F52;
}

.product-modal-body {
    padding: 0;
}

.product-modal-body .content {
    padding: 0 41px
}

.productDetailsModal .modal-content {
    padding: 0;
}

.productDetailsModal .modal-dialog .modal-content .modal-header {
    padding: 2rem 2rem 8px 0;
}

.productDetailsModal .table tr th {
    font-size: 14px;
}

#sortable li {
    margin: 3px 3px 3px 0;
    padding: 1px;
    float: left;
    height: 190px;
    text-align: center;
    border-radius: 16px;
    background-color: white;
}

.sortable-li-option{
    display: grid;
    grid-template-rows: 1.2fr 2fr 1fr;
    border-radius: 16px;
}

.sortable-li-fisrt-option-top{
    background-color: #82B13B;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border: 1px solid #82B13B;

    display: grid;
    grid-template-columns: 1fr 5fr;
}

.sortable-li-option-top{
    background-color: #7B8099;
    border-top-left-radius: 16px;
    border-top-right-radius: 16px;
    border: 1px solid #7B8099;

    display: grid;
    grid-template-columns: 1fr 5fr;
}

.sortable-li-fisrt-option-bottom{
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border: 1px solid #82B13B;
}

.sortable-li-option-bottom{
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border: 1px solid #7B8099;
}

.sortable-li-option-bottom-intermediar{
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border: 1px solid #7B8099;
}

.fisrt-column-sortable{
    margin-top: 40%;
}

.second-column-sortable{
    margin-top: 5%;
    display: grid;
    grid-template-columns: 1fr 4fr;
}

.second-column-sortable-text{
    display: grid;
    grid-template-rows: 1fr 2fr;
    margin-left: 10px;
}

.sortable-li-option-first-selects{
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #82B13B;
    color: white;
    border: 1px solid #82B13B;
    font-size: 13px;
    font-weight: bold;
}

.sortable-li-fisrt-option-bottom{
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    border: 1px solid #82B13B;
}

.sortable-li-option-selects{
    display: grid;
    grid-template-columns: 1fr 1fr;
    background-color: #7B8099;
    color: white;
    border: 1px solid #7B8099;
    font-size: 13px;
    font-weight: bold;
}

.sortable-li-option-select{
    font-size: 13px !important;
    width: 150px !important;
}

.sortable-li-option-select li{
    height: auto !important;
}

.sortable-li-option-select .dropdown-menu .inner .dropdown-menu{
    font-size: 12px;
}

#product-modal-body {
    padding: 0;
}

#product-modal-body .content {
    padding: 0 41px
}

#productDetailsModal .modal-content {
    padding: 0;
}

#productDetailsModal .modal-dialog .modal-content .modal-header {
    padding: 2rem 2rem 8px 0;
}

#productDetailsModal .table tr th {
    font-size: 14px;
}

.sortable-li-option-select .filter-option-inner .filter-option-inner-inner{
	font-size: 10px;
}

.back-btn {
    margin: 6px 16px 0 0;
}

.btn-go-back {
    color: #545660;
    margin-left: -3.2rem;
}

.btn-go-back:hover {
    color: #545660;
}

.btn-go-back i::before {
    font-size: 20px;
    margin-right: 15px;
}

.bi-arrow-left::before {
    transform: scale(1.25);
    color: gray;
}

.products-table-row .products-table-description {
    gap: 7rem;
    color: #fff;
    background-color: #188F52;
    border-radius: 0px 0px 24px 24px;
    padding: 2rem 4rem;
    margin-top: -1rem;
}
.products-table-row .products-table-description .title {
    font-size: 14px;
    display: block;
}
.products-table-row .products-table-description .description {
    font-size: 20px;
    font-weight: 600;
}

.products-table-row .btn-excluir{
	font-size: 1.5rem;
	color: black;
}

.products-table-row .btn-excluir:hover{
	color: red;
}

/* Listagem de Cards de produtos */
.products-list .card-product {
    max-width: 264px;
    min-width: 264px;
    width: 100%;
    background: #ffffff;
    border: 1px solid #d7d9e2;
    border-radius: 16px;
}
.products-list .card-product .product-image  {
    height: 100%;
    width: 100%;
}
.products-list .card-product .product-image img {
    height: 100%;
    width: 100%;
    border-radius: 16px 16px 0 0;
}
.products-list .card-product .card-body {
    padding: 0.8rem 0.8rem;
}
.products-list .card-product .card-body .title {
    display: inline-block;
    height: 48px;
}
.products-list .card-product .card-body .title,
.products-list .card-product .card-body .btn span {
    font-size: 18px;
}
.products-list .card-product .card-body .info {
    font-size: 12px;
}
.products-list .card-product .card-body .info .info-title {
    font-weight: 400;
}
.products-list .card-product .card-body .info .info-description {
    font-weight: 600;
}

.change-date-carousel .slick-track {
    display: flex;
}

.change-date-carousel,
.change-date-carousel .slick-list {
    height: 120px;
}

.change-date-carousel .slick-list {
    margin: 0 2rem;
    display: flex;
    align-items: center;
}

.change-date-carousel .slick-slide {
    margin: 0 10px;
}

.change-date-carousel .slick-prev:before,
.change-date-carousel .slick-next:before {
    content: "";
    background-repeat: no-repeat;
    background-position: center;
    padding: 8px 18px;
    border: 1px solid rgba(42, 44, 52, 0.3);
    border-radius: 2rem;
}

.change-date-carousel .slick-prev:before {
    background-image: url('../images/arrow-left-gray.svg');
}

.change-date-carousel .slick-next:before {
    background-image: url('../images/arrow-right-gray.svg');
}

.change-date-carousel .btn-data-carregamento {
    display: flex;
    flex-direction: column;
    gap: 8px;
    background: #FCFCFC;
    border: 2px solid #A3A6B8;
    border-radius: 16px;
    padding: 16px 44px;
    width: 208px;
}

.change-date-carousel .btn-data-carregamento {
    border-color: #A3A6B8 !important;
}

.change-date-carousel .btn-data-carregamento .title {
    font-weight: 600;
}

.change-date-carousel .btn-data-carregamento .description {
    color: #545660;
}

.change-date-carousel .btn-data-carregamento.active {
    background: #E6F5EC;
    border: 2px solid #188F52 !important;
}

.change-date-carousel .btn-data-carregamento.active .title {
    color: #188F52;
}

.card-detalhes-carrinho{
	border: 1px solid #045E32;
	box-shadow: #188f52 4px 4px;
}

.card-detalhes-carrinho .title{
	color: #045E32;
	font-size: 18px;
    text-align: center;
}

.card-detalhes-carrinho .count{
	color: white;
    background: #1E232D;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    border-radius: 50%;
}

.tempo-restante .title {
    color: #545660;
    font-size: 14px;
    font-weight: 400;
}
.tempo-restante .description {
    color: #188F52;
}

.tempo-restante .timer {
    font-size: 20px;
}

.compra-parcial .bi-question::before {
    border-radius: 50%;
    border: 0.5px solid #545660;
    color: #545660;
    margin-left: 5px;
}

.modalFooterPersonalizado{
	background-color: #188f52;
    border-bottom-left-radius: 0.9rem;
    border-bottom-right-radius: 0.9rem;
    color: #fff;
}

.movimentacoes-card .card {
    background: #E6F5EC;
    border-radius: 16px;
    border-color: #E6F5EC;
    padding: 1.6rem;
}
.movimentacoes-card .card .divider {
    border-right:1px solid #9BD7B3; 
    margin-bottom: -0.3rem;
}

.movimentacoes-card .card .first-column .cota {
    font-size: 28px;
    color: #188F52;
}
.movimentacoes-card .card .first-column .description {
    font-size: 14px;
}
.movimentacoes-card .card .second-column {
    font-weight: 600;
}
.movimentacoes-card .card .second-column div:nth-child(2) {
    color: green;
}
.movimentacoes-card .card .second-column div:nth-child(2) :nth-child(3) {
    color: #C53650;
}
/* bootstrap tooltip - resumo da movimentação */
.movimentacao-resumo-tooltip {
    --bs-tooltip-max-width: 260px;
    --bs-tooltip-border-radius: 14px;
    --bs-tooltip-opacity: 1;
    --bs-tooltip-background-color: #fff;
    --bs-tooltip-color: #000;
}
.movimentacao-resumo-tooltip .tooltip-inner {
    max-width: 270px;
    background-color: #fff;
    border-radius: 14px;
    padding: 0;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
}
.movimentacao-resumo-tooltip .tooltip-arrow {
    display: none !important;
    width: 0;
    height: 0;
}
.movimentacao-resumo-tooltip .resumo-header,
.movimentacao-resumo-tooltip .resumo-body {
    display: flex;
    flex-direction: column;
    width: 100%;
    text-align: left;
    padding: 1rem;
    margin: 0;
}
.movimentacao-resumo-tooltip .resumo-header {
    border-top-right-radius: 14px;
    border-top-left-radius: 14px;
    background-color: #29B069;
    color: #fff;
}
.movimentacao-resumo-tooltip .resumo-header .title {
    font-size: 16px;
    font-weight: 600;
}
.movimentacao-resumo-tooltip .resumo-header .description {
    font-size: 12px;
    font-weight: 400;
}
.movimentacao-resumo-tooltip .resumo-body {
    font-size: 14px;
    display: flex;
    flex-direction: column;
    padding: 0;
}
.movimentacao-resumo-tooltip .resumo-body .item {
    padding: 0.65rem 1rem;
    border-bottom: 1px solid #D7D9E2;
}
.movimentacao-resumo-tooltip .resumo-body .item.fora-prazo {
    border-bottom: 0 !important;
}
.movimentacao-resumo-tooltip .resumo-body .item .title .periodo {
    font-size: 10px;
    color: #545660;
}
.movimentacao-resumo-tooltip .resumo-body .item .red {
    color: #C53650;
}
.dropstart .dropdown-toggle::before{
	display: none;
}
.download-buttons {
    gap: 24px;
}
.btn.download-document {
    border-radius: 100px;
    background-color: #5A8928;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn.download-document:hover {
    background-color: #355216;
    transition: background-color .3s;
}