.filter {
  position: relative;
  margin-right: 12px;
}
.filter.branches_filter .filter-overlay .filter-item {
  margin-top: 3px;
}
.filter .selected-items-count {
  margin-left: 3px;
  color: gray;
}
.filter .filter-label {
  display: flex;
  align-items: center;
}
.filter .filter-label .triangle {
  margin-left: 12px;
  font-size: 20px;
  display: inline-block;
  transform: rotate(90deg);
  transition: transform 0.5s;
}
.filter .filter-label .triangle.expanded {
  transform: rotate(0deg);
}
@keyframes rotation {
  50% {
    transform: rotate(0deg);
  }
}
.filter .filter-overlay {
  display: flex;
  flex-direction: column;
  position: absolute;
  min-width: 200px;
  background-color: white;
  z-index: 4;
  padding: 6px 12px;
  border: 1px solid rgb(245, 245, 245);
  max-height: 360px;
  overflow-x: auto;
  left: 0;
}
.filter .filter-overlay.right-aligned {
  left: auto;
  right: 0;
}
.filter .filter-overlay .search-input {
  margin-bottom: 6px;
}
.filter .filter-overlay .select-all {
  line-height: 24px;
  display: flex;
  font-weight: 600;
}
.filter .filter-overlay .select-all input[type=checkbox] {
  margin-right: 12px;
}
@media screen and (max-width: 550px) {
  .filter .filter-overlay {
    right: 0;
    top: 90px;
  }
}
.financial-statistics-header-container {
  padding: 10px 16px 0 16px;
}
.financial-statistics-header-container > div {
  margin-bottom: 8px;
}
.financial-statistics-header-container .divider {
  margin: 12px 0 0 0;
}

.calendar-financial-statistics-header-container {
  display: flex;
  justify-content: end;
  background-color: #d9d9d9;
  height: 40px;
  align-items: center;
  padding: 0px 10px;
  border-radius: 8px 8px 0 0;
  width: 300px;
}
.calendar-financial-statistics-header-container .tag {
  color: white;
  margin: 0;
}
.calendar-financial-statistics-header-container .client-tag {
  background-color: #52c41a;
}
.calendar-financial-statistics-header-container .client-no-visited-tag {
  background-color: #f5222d;
}

.calendar-financial-statistics-header-container.space-between {
  justify-content: space-between;
}

.dropdown-item {
  display: flex;
  justify-content: space-between;
  width: 100%;
  min-width: 250px;
}
@media screen and (max-width: 428px) {
  .calendar-financial-statistics-header-container {
    width: 100%;
    max-width: calc(100vw - 32px);
  }
  .financial-statistics-container .ant-dropdown {
    max-width: calc(100vw - 16px) !important;
    right: 8px !important;
  }
  .dropdown-item {
    min-width: unset;
  }
}

/*# sourceMappingURL=main~7.7d187052.css.map*/