@import url("https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
.item-form-input {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}

.input-form, .input-date {
  border-radius: 0.25rem !important;
  border: 1px solid #E7E7E7 !important;
  background: #FFFFFF !important;
  padding: 0.5rem !important;
  color: #3B4046 !important;
  font-size: 0.875rem !important;
  line-height: 140% !important;
  width: 100% !important;
  display: block;
}
.input-form:focus-visible, .input-date:focus-visible {
  outline: none;
}
.input-form::placeholder, .input-date::placeholder {
  color: #ADB5BD !important;
}
.input-form.errorField, .errorField.input-date {
  border: 1px solid #E04B59 !important;
}
.input-form:disabled, .input-date:disabled {
  background-color: #E9ECEF !important;
}
.input-form:read-only, .input-date:read-only {
  background-color: #E9ECEF !important;
}

.check-box {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.check-box input {
  width: 1rem;
  height: 1rem;
  accent-color: #C16014;
}
.check-box label {
  color: #3B4046 !important;
  font-size: 0.875rem !important;
  font-weight: 400 !important;
  line-height: 140% !important;
  margin: 0 !important;
}

.select-form {
  display: flex;
  width: 100%;
  padding: 0.5rem;
  border-radius: 0.25rem;
  gap: 0.25rem;
  border: 1px solid #E7E7E7;
  font-size: 0.825rem;
  font-weight: 600;
  line-height: 1rem;
  outline: none !important;
}
.select-form:has(option[value=pending_approve][selected=selected]) {
  color: #5884C7;
}
.select-form:has(option[value=approved][selected=selected]) {
  color: #81CA5E;
}
.select-form option {
  font-size: 0.825rem;
  font-weight: 600;
  line-height: 1.25rem;
}
.select-form option[value=opened] {
  color: #ADB5BD;
}
.select-form option[value=pending_approve] {
  color: #5884C7;
}
.select-form option[value=approved] {
  color: #81CA5E;
}
.select-form option[value=finished] {
  color: #2C5717;
}
.select-form option[value=recused] {
  color: #F58888;
}

.input-date-filter {
  width: 220px !important;
}

.input-date-filter-donations {
  width: 160px !important;
}

.input-date-filter-w180 {
  width: 180px !important;
}

.input-filter-w100 {
  width: 100px !important;
}

.input-date {
  background-image: url("../images/calendar-icon.svg") !important;
  background-repeat: no-repeat !important;
  background-position: 95% 50% !important;
}

.default-buttons, .danger-button, .advanced-filters-button, .secondary-button, .donation-actions .import-donation, .cancel-button, .primary-button, .donation-actions .create-donation, .actions a {
  all: unset !important;
  padding: 0.5rem 0.75rem !important;
  gap: 0.25rem !important;
  border-radius: 0.25rem !important;
  font-size: 0.875rem !important;
  line-height: 140% !important;
  text-align: center !important;
  font-weight: 600 !important;
  display: flex !important;
  align-items: center !important;
  cursor: pointer !important;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.default-buttons.small-button, .small-button.danger-button, .small-button.advanced-filters-button, .small-button.secondary-button, .donation-actions .small-button.import-donation, .small-button.cancel-button, .small-button.primary-button, .donation-actions .small-button.create-donation, .actions a.small-button {
  padding: 0.25rem 0.5rem !important;
}
.default-buttons:disabled, .danger-button:disabled, .advanced-filters-button:disabled, .secondary-button:disabled, .donation-actions .import-donation:disabled, .cancel-button:disabled, .primary-button:disabled, .donation-actions .create-donation:disabled, .actions a:disabled {
  opacity: 0.4 !important;
}
.default-buttons i, .danger-button i, .advanced-filters-button i, .secondary-button i, .donation-actions .import-donation i, .cancel-button i, .primary-button i, .donation-actions .create-donation i, .actions a i {
  font-size: 1.25rem;
}

.primary-button, .donation-actions .create-donation, .actions a {
  color: #FFFFFF !important;
  background-color: #C16014 !important;
}
.primary-button:hover, .donation-actions .create-donation:hover, .actions a:hover {
  background-color: #DA771C !important;
}
.primary-button:disabled, .donation-actions .create-donation:disabled, .actions a:disabled {
  cursor: default !important;
}
.primary-button:disabled:hover, .donation-actions .create-donation:disabled:hover, .actions a:disabled:hover {
  background-color: #C16014 !important;
}

.secondary-button, .donation-actions .import-donation, .cancel-button {
  border: 1px solid #D9DDDF !important;
  color: #5C666F !important;
  background-color: #FFFFFF !important;
}
.secondary-button:hover, .donation-actions .import-donation:hover, .cancel-button:hover {
  background-color: #F3F3F3 !important;
}
.secondary-button:disabled, .donation-actions .import-donation:disabled, .cancel-button:disabled {
  cursor: default !important;
}
.secondary-button:disabled:hover, .donation-actions .import-donation:disabled:hover, .cancel-button:disabled:hover {
  background-color: #FFFFFF !important;
}

.advanced-filters-button {
  border: 1px solid #D9DDDF !important;
  color: #5C666F !important;
  background-color: #FFFFFF !important;
  padding: 0.5rem !important;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.1);
}
.advanced-filters-button:hover {
  background-color: #F3F3F3 !important;
}
.advanced-filters-button:disabled {
  cursor: default !important;
}
.advanced-filters-button:disabled:hover {
  background-color: #FFFFFF !important;
}

.danger-button {
  color: #FFFFFF !important;
  background-color: #ff6666 !important;
}
.danger-button:hover {
  background-color: #FF7F7F !important;
}
.danger-button:disabled {
  cursor: default !important;
}
.danger-button:disabled:hover {
  background-color: #ff6666 !important;
}

.cancel-button {
  margin-left: 0.5rem !important;
}

.messageError {
  color: #E04B59 !important;
  font-size: 0.75rem !important;
  margin: 0 !important;
}
.messageError::after {
  content: "";
  display: inline-block;
}

.select2 {
  width: 100% !important;
  border: 1px solid #E7E7E7 !important;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
}
.select2.errorField {
  border: 1px solid #E04B59 !important;
}
.select2 .selection {
  width: 100%;
}
.select2 .selection .select2-selection {
  padding: 0.5rem !important;
  border: none !important;
  height: auto !important;
  min-height: auto !important;
}
.select2 .selection .select2-selection .select2-selection__rendered {
  color: #3B4046;
  font-size: 0.875rem;
  line-height: 1rem;
  padding: 0 1.25rem 0 0;
  display: table-row;
  height: 1.25rem;
}
.select2 .selection .select2-selection .select2-selection__rendered .select2-selection__clear {
  font-size: 1rem;
  color: #ff6666;
  margin-left: 0.25rem;
}
.select2 .selection .select2-selection .select2-selection__rendered .select2-selection__placeholder {
  color: #ADB5BD;
  font-size: 0.875rem;
  line-height: 140%;
}
.select2 .selection .select2-selection .select2-selection__rendered .select2-selection__choice {
  margin: 0 !important;
}
.select2 .selection .select2-selection .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
  display: none;
}
.select2 .selection .select2-selection .select2-selection__rendered .select2-search__field {
  margin: 0 !important;
  font-size: 0.875rem;
  line-height: 140%;
  cursor: pointer;
}
.select2 .selection .select2-selection .select2-selection__rendered .select2-search__field::placeholder {
  color: #ADB5BD !important;
}
.select2 .selection .select2-selection .select2-selection__arrow {
  height: 2.25rem !important;
  top: 0 !important;
  right: 0.5rem !important;
  width: 1rem !important;
}

.disabled-select2 {
  pointer-events: none;
  background-color: #E9ECEF !important;
  font-weight: 350 !important;
}

.select2-container--default .select2-selection--multiple:before {
  content: " ";
  position: absolute;
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 0.25rem 0.25rem 0 0.25rem;
  right: 0.75rem;
  margin-top: -2px;
  top: 50%;
}

.select2-container--open .select2-selection--multiple:before {
  content: " ";
  position: absolute;
  border-color: transparent transparent #888 transparent;
  border-width: 0 0.25rem 0.25rem 0.25rem;
  right: 0.75rem;
  margin-top: -2px;
  top: 50%;
}

select[readonly].select2-hidden-accessible + .select2-container {
  pointer-events: none;
  touch-action: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
  background: #E9ECEF;
  box-shadow: none;
}
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow, select[readonly].select2-hidden-accessible + .select2-container select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
  display: none;
}

.divImage {
  border-radius: 10px;
  border: 1px dashed #E7E7E7 !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0.75rem 2.5rem !important;
  cursor: pointer !important;
}
.divImage.active {
  opacity: 0.5;
}
.divImage.error {
  border: 1px dashed #E04B59 !important;
}
.divImage i {
  color: #ADB5BD;
  font-size: 3.75rem;
}
.divImage svg {
  color: #ADB5BD;
  width: 60px;
  height: 60px;
}
.divImage span {
  color: #ADB5BD;
  font-size: 0.875rem;
  line-height: 140%;
  white-space: nowrap;
}

.input-password {
  display: flex;
  align-items: center;
  gap: 8px;
}
.input-password div {
  margin-left: -30px;
  cursor: pointer;
  color: #ADB5BD !important;
}
.input-password i {
  font-size: 1rem;
}

.generate-password-button button p {
  white-space: nowrap;
  margin: 0;
}
.generate-password-button button i {
  font-size: 1.25rem;
}

.condition-password p {
  color: #5C666F;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 130%;
  margin: 0;
  margin-top: 0.25rem;
}

.preview-img {
  max-height: 80px;
}

.radios {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.radios div {
  display: flex;
  gap: 0.25rem;
  align-items: flex-start;
  padding-left: 0.5rem !important;
}
.radios div input {
  width: 1rem;
  height: 1rem;
  accent-color: #C16014;
}
.radios div .description-option {
  display: flex;
  flex-direction: column;
}
.radios div .description-option label {
  margin: 0;
}
.radios div .description-option span {
  color: #495057;
  font-size: 0.75rem;
  font-style: italic;
  line-height: 1rem;
}

.radios-inline {
  display: flex;
  gap: 0.5rem;
}
.radios-inline div {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}
.radios-inline div input {
  width: 1rem;
  height: 1rem;
  accent-color: #C16014;
}
.radios-inline div label {
  margin: 0;
}

.dates {
  display: flex;
  gap: 0.25rem;
  align-items: center;
}

.crop-box {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff no-repeat center;
  cursor: move;
}
.crop-box .thumb-box {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  box-sizing: border-box;
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
  background: none repeat scroll 0 0 transparent;
}
.crop-box .crop-box .spinner {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  text-align: center;
  line-height: 400px;
  background: rgba(0, 0, 0, 0.7);
}

.textarea-counter {
  margin-top: 0.25rem;
  display: flex;
}
.textarea-counter div {
  color: #ADB5BD;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 130%;
}

.tt-menu {
  width: 100%;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0.25rem;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
}

.tt-suggestion {
  padding: 0.5rem 0.75rem;
  cursor: pointer;
}

.tt-suggestion:hover,
.tt-suggestion.tt-cursor {
  background-color: #f0f0f0;
}

.tt-hint {
  color: #999;
}

body {
  font-family: "Inter", serif;
  font-optical-sizing: auto;
  font-style: normal;
}

.text-menu {
  color: #FFFFFF;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 600 !important;
  line-height: 150%;
}

.custom-logo {
  background-color: #DA771C !important;
  padding: 0.25rem;
  border-radius: 0.75rem;
}

.custom-sidebar {
  background-color: #C16014;
  padding: 0.5rem;
}
.custom-sidebar .sidebar {
  padding: 2rem 0;
}
.custom-sidebar .custom-top-sidebar {
  padding: 0 0 0.5rem;
  border-bottom: 1px solid #FFFFFF !important;
}
.custom-sidebar .nav-treeview .nav-item {
  padding-left: 1rem;
}
.custom-sidebar .custom-nav .nav-item > .nav-link.active, .custom-sidebar .nav-treeview > .nav-item > .nav-link.active {
  background-color: #DA771C !important;
  color: #FFFFFF;
}
.custom-sidebar .custom-nav .nav-link {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.custom-sidebar .custom-nav .nav-link i {
  font-size: 1.25rem;
}
.custom-sidebar .custom-nav .nav-link p {
  color: #FFFFFF;
}

.sidebar-mini.sidebar-collapse .custom-sidebar:not(:hover) .custom-top-sidebar {
  justify-content: center;
}
.sidebar-mini.sidebar-collapse .custom-sidebar:not(:hover) .custom-top-sidebar .brand-text {
  width: 0;
}
.sidebar-mini.sidebar-collapse .custom-sidebar:not(:hover) .custom-nav .nav-item .nav-link {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 2.5rem;
}
.sidebar-mini.sidebar-collapse .custom-sidebar:not(:hover) .custom-nav .nav-item .nav-link p {
  display: none;
}

.sidebar-mini.sidebar-collapse .custom-sidebar:not(.sidebar-no-expand):hover .brand-link {
  width: auto;
}

.custom-navtop .navbar-nav {
  display: flex;
  gap: 0.5rem;
}
.custom-navtop .navbar-nav .nav-link {
  padding: 0.5rem 0.75rem;
}
.custom-navtop .navbar-nav #my-language .nav-link {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  padding: 0;
}
.custom-navtop .navbar-nav #my-language .nav-link span {
  color: #3B4046;
  font-size: 0.875rem;
  line-height: 140%;
}
.custom-navtop .navbar-nav .user-menu .nav-link {
  display: flex;
  gap: 0.25rem;
  flex-direction: row-reverse;
  align-items: center;
  padding: 0;
  margin-left: 0.5rem;
}
.custom-navtop .navbar-nav .user-menu .nav-link span {
  color: #3B4046;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 140%;
  margin: 0;
}
.custom-navtop .navbar-nav .user-menu .nav-link img {
  display: flex;
  width: 2rem !important;
  height: 2rem !important;
  justify-content: center;
  align-items: center;
  box-shadow: none !important;
  margin: 0 !important;
}
.custom-navtop .navbar-nav .user-menu .dropdown-menu {
  border-radius: 0.25rem;
  border: 1px solid #D9DDDF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
  padding-top: 0.5rem;
  width: auto;
  min-width: auto;
  margin: 0;
}
.custom-navtop .navbar-nav .user-menu .dropdown-menu .item-user {
  display: flex;
  padding: 0.5rem 1rem;
  gap: 0.25rem;
  cursor: pointer;
}
.custom-navtop .navbar-nav .user-menu .dropdown-menu .item-user i {
  font-size: 1.25rem;
  color: #C16014;
}
.custom-navtop .navbar-nav .user-menu .dropdown-menu .item-user span {
  white-space: nowrap;
  color: #3B4046;
  font-size: 0.875rem;
  line-height: 140%;
}
.custom-navtop .navbar-nav .user-menu .dropdown-menu .item-user.footer {
  border-top: #D9DDDF 1px solid;
}
.custom-navtop .navbar-nav .user-menu .dropdown-menu .item-user.footer i {
  color: #FF6666;
}
.custom-navtop .navbar-nav .user-menu .dropdown-menu .item-user:hover {
  background-color: #F3F3F3;
}
.custom-navtop .navbar-nav i {
  color: #3B4046;
  font-size: 1.5rem;
}
.custom-navtop .navbar-nav svg {
  color: #3B4046;
  font-size: 1.25rem;
}

.show .dropdown-language {
  display: flex;
  flex-direction: column;
  margin: 0;
  min-width: 160px;
  border-radius: 0.25rem;
  border: 1px solid #D9DDDF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
}
.show .dropdown-language .item-language {
  display: flex;
  padding: 0.5rem 1rem;
  gap: 0.5rem;
}
.show .dropdown-language .item-language:hover {
  background-color: #F3F3F3;
}
.show .dropdown-language .item-language img {
  border-radius: 0.25rem;
  width: 27px;
  height: 20px;
}
.show .dropdown-language .item-language span {
  color: #3B4046;
  font-size: 0.875rem;
  line-height: 150%;
}

.content-wrapper {
  padding: 1.5rem;
}

.content-header {
  padding: 0 !important;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 0.25rem;
  width: 100%;
}
.content-header .more-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  width: 100%;
  gap: 9%;
}
.content-header .more-header .filters {
  display: flex;
  gap: 1rem;
  width: 100%;
}

.container {
  max-width: initial !important;
  padding: 0 !important;
}

.title h1 {
  color: #C16014;
  font-size: 2rem;
  font-weight: 700;
  line-height: 150%;
}
.title p {
  color: #495057;
  font-size: 1rem;
  line-height: 150%;
  margin: 0;
}

.subtitle {
  color: #495057;
  font-size: 1rem;
  line-height: 125%;
}

.actions a .br {
  border: 1px solid #2B2A2A;
  border-radius: 100%;
  padding: 1px;
  width: 0.75rem;
  height: 0.75rem;
}

.donation-actions {
  display: flex;
  gap: 1rem;
  justify-content: flex-end;
  align-items: center;
}
.donation-actions .create-donation {
  height: 20px !important;
}
.donation-actions .import-donation {
  height: 20px !important;
}

.divActions {
  display: flex;
  gap: 0.25rem;
  justify-content: center;
}

.btnAction {
  all: unset !important;
  color: #ADB5BD !important;
  cursor: pointer !important;
  position: relative;
}
.btnAction i {
  font-size: 1.5rem;
  position: relative;
}
.btnAction i .notification-point {
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background: #D88282;
  position: absolute;
  right: 0;
  top: 0;
}

.content {
  padding: 0 !important;
}

.body {
  border-radius: 4px;
  background: #FFFFFF;
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2), 0px 0px 1px 0px rgba(0, 0, 0, 0.13);
  margin: 0 -0.5rem !important;
}

.hidden {
  display: none !important;
}

.color-blue {
  color: #5884C7;
}

.color-green {
  color: #81CA5E;
}

.bs-tooltip-top .arrow::before {
  border-top-color: #343434;
}

.bs-tooltip-left .arrow::before {
  border-left-color: #343434;
}

.tooltip-inner {
  background-color: #343434;
}

.tooltip-inner.large {
  min-width: 312px;
}

.tooltip.show {
  opacity: 1 !important;
}

.status-receipt {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.status-receipt svg {
  height: 1.25rem;
}
.status-receipt svg path {
  fill: #C16014;
}

.statusr {
  height: 0.5rem !important;
}
.statusr.sent path {
  fill: #24EE50;
}
.statusr.unsolicited path {
  fill: #A1A3A5;
}
.statusr.error path {
  fill: #F58888;
}
.statusr.waiting path {
  fill: #FFC107;
}

.tooltip-status {
  display: flex;
  align-items: center;
}

.receipt-tooltop {
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}
.receipt-tooltop .desc-status {
  display: flex;
  align-items: center;
  text-align: justify;
  font-size: 0.85rem;
  line-height: 1.25rem;
  gap: 8px;
}
.receipt-tooltop .desc-status .statusr {
  height: 0.75rem !important;
}
.receipt-tooltop .receipt-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 24px;
  gap: 32px;
  background: #FDFBEB;
  color: #000000;
  font-size: 0.75rem;
  line-height: 1rem;
  width: 100%;
}
.receipt-tooltop .receipt-body .top-receipt {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.receipt-tooltop .receipt-body .top-receipt .general-info {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
.receipt-tooltop .receipt-body .top-receipt .general-info .header-receipt {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.receipt-tooltop .receipt-body .top-receipt .general-info .info-local {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
  text-align: justify;
}
.receipt-tooltop .receipt-body .top-receipt .general-info .info-local .church {
  font-size: 1rem;
  font-weight: 600;
}
.receipt-tooltop .receipt-body .top-receipt .general-info .info-local div {
  display: flex;
  flex-direction: column;
}
.receipt-tooltop .receipt-body .top-receipt .doc-number {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 0.825rem;
}
.receipt-tooltop .receipt-body .top-receipt .value-number {
  display: flex;
  justify-content: space-between;
  width: 100%;
  font-size: 1rem;
  font-weight: 500;
}
.receipt-tooltop .receipt-body .bottom-receipt {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.center {
  text-align: center !important;
  vertical-align: middle !important;
}

.fc-event-title {
  white-space: normal;
  display: -webkit-box !important;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden !important;
  text-overflow: ellipsis;
  line-height: 1.2;
  font-size: 0.75rem;
}

.fc-event {
  min-height: 40px;
}

.filter-items {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.filter-items p {
  margin: 0;
}

.table-cash-flow {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 1rem;
  font-size: 0.75rem;
}
.table-cash-flow th, .table-cash-flow td {
  padding: 0.5rem;
  height: auto;
}
.table-cash-flow .total th, .table-cash-flow .total td {
  border-bottom: 1px solid;
  border-top: 1px solid;
}

.card-value {
  padding: 1rem;
}
.card-value:not(:last-child) {
  border-right: 1px solid #E7E7E7;
}

.scrollbar-inner > .scroll-element .scroll-element_track {
  opacity: 0;
}

.scrollbar-inner > .scroll-element.scroll-y {
  width: 6px;
  right: 0;
}

.position-fixed {
  position: fixed !important;
}

.tag {
  padding: 0.25rem 0.5rem;
  width: min-content;
  border-radius: 0.25rem;
  color: #FFFFFF;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 140%;
  margin: 0;
}

.tag-opened {
  background: #949ED0;
}

.tag-canceled {
  background: #FF6666;
}

.tag-rented {
  background: #005db6;
}

.tag-finished, .tag-paid {
  background: #89C6A0;
}

.advanced-filter-form {
  width: 100%;
}
.advanced-filter-form .advanced-filters {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.advanced-filter-form .advanced-filters .filters {
  display: flex;
  gap: 0.5rem;
}
.advanced-filter-form .advanced-filters .filters .filter-icon div {
  margin-top: 6px;
}
.advanced-filter-form .advanced-filters .filters .filter-icon div i {
  font-size: 1.5rem;
}
.advanced-filter-form .advanced-filters .filters .filters-column {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.advanced-filter-form .advanced-filters .filters .filters-column .filters-showing {
  display: flex;
  justify-content: flex-start;
  gap: 1rem;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
}
.advanced-filter-form .advanced-filters .filters .filters-column .filters-showing .value-filters {
  display: flex;
  gap: 0.25rem;
  align-items: center;
  color: #3B4046;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
.advanced-filter-form .advanced-filters .filters .filters-column .filters-showing .value-filters input {
  width: 100px !important;
}
.advanced-filter-form .advanced-filters .filters .filters-column .filters-showing .only-hq-filter {
  display: flex;
  gap: 0.5rem;
}
.advanced-filter-form .advanced-filters .filters .filters-column .filters-showing .only-hq-filter label {
  margin: 0 !important;
  color: #3B4046;
  font-size: 0.875rem;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}

.height-filters {
  height: 38px;
}

.scrollbar-outer > .scroll-element > .scroll-element_outer > .scroll-bar {
  background: #C16014;
}

.filter-items {
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.filter-items p {
  margin: 0;
}

.table-cash-flow {
  width: 100%;
  overflow-x: auto;
  white-space: nowrap;
  margin-top: 1rem;
  font-size: 0.75rem;
}
.table-cash-flow th, .table-cash-flow td {
  padding: 0.5rem;
  height: auto;
}
.table-cash-flow .total th, .table-cash-flow .total td {
  border-bottom: 1px solid;
  border-top: 1px solid;
}

/*# sourceMappingURL=app.css.map */
