﻿.miz-section.reports-summary .miz-section-title {
  margin-bottom: 0;
}
.miz-section.reports-summary .miz-section-toolbar {
  margin-bottom: 0;
  padding-bottom: 0;
  gap: 16px;
}
.miz-section.reports-summary .miz-section-toolbar .miz-section-header-link {
  padding: 0 8px 16px;
  font-size: 16px;
  font-weight: 500;
  color: var(--miz-black-3);
  position: relative;
}
@media (min-width: 576px) {
  .miz-section.reports-summary .miz-section-toolbar .miz-section-header-link {
    font-size: 18px;
  }
}
.miz-section.reports-summary .miz-section-toolbar .miz-section-header-link.active {
  color: var(--miz-primary);
}
.miz-section.reports-summary .miz-section-toolbar .miz-section-header-link.active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: var(--miz-primary);
  width: 100%;
  height: 3px;
  border-radius: 4px 4px 0 0;
}
.miz-section.reports-account-balance .miz-section-title {
  margin-bottom: 0;
}
.miz-section .report-summary-content {
  gap: 0;
}
.miz-section .report-summary-content:last-child {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.miz-section .report-summary-content.miz-section-content {
  display: grid;
  grid-template-columns: 1fr;
  padding: 16px;
  background-color: #fafafa;
  margin: 0 -16px;
  gap: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .miz-section .report-summary-content.miz-section-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .miz-section .report-summary-content.miz-section-content {
    grid-template-columns: repeat(3, 1fr);
  }
}
.miz-section .report-summary-content.miz-section-content.products-analysis {
  background-color: transparent;
  margin: 0;
  padding: 0;
}
@media (min-width: 992px) {
  .miz-section .report-summary-content.miz-section-content.products-analysis {
    grid-template-columns: repeat(4, 1fr);
  }
}
.miz-section .report-summary-content-item {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--miz-blue-grey-white);
  border-radius: 8px;
  background-color: var(--miz-white-0);
  box-shadow: 0px 8px 16px rgba(44, 55, 117, 0.08);
}
.miz-section .report-summary-content-item.products-analysis .report-summary-content-item-revenue {
  margin: 16px;
  border-radius: 8px;
  border-bottom: none;
  border: 1px solid var(--miz-primary-l6);
}
.miz-section .report-summary-content-item.products-analysis .report-summary-content-item-revenue .amount-only {
  margin-right: auto;
}
.miz-section .report-summary-content-item-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid var(--miz-blue-grey-white);
}
.miz-section .report-summary-content-item-header .icon {
  width: 32px;
  height: 32px;
}
.miz-section .report-summary-content-item-header .title {
  display: flex;
  flex-direction: column;
  gap: 4px;
}
.miz-section .report-summary-content-item-header .title h3 {
  font-size: 16px;
  font-weight: 600;
  color: var(--miz-primary);
  text-transform: uppercase;
}
.miz-section .report-summary-content-item-header .title p {
  color: var(--miz-black-4);
  font-size: 12px;
  font-weight: 500;
}
.miz-section .report-summary-content-item-header i {
  background-color: var(--miz-primary-l7);
  color: var(--miz-primary);
  padding: 8px;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.miz-section .report-summary-content-item-revenue {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 28px;
  font-weight: 600;
  color: var(--miz-black-1);
  border-bottom: 1px solid var(--miz-blue-grey-white);
  background-color: var(--miz-primary-l7);
}
.miz-section .report-summary-content-item-revenue .currency {
  font-size: 16px;
}
.miz-section .report-summary-content-item-revenue .amount {
  margin-left: auto;
}
.miz-section .report-summary-content-item-serving-type {
  display: flex;
  flex-direction: column;
}
.miz-section .report-summary-content-item-serving-type .item {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 8px 16px;
  gap: 8px;
}
.miz-section .report-summary-content-item-serving-type .item:last-child {
  padding-bottom: 16px;
}
.miz-section .report-summary-content-item-serving-type .item i {
  font-size: 20px;
  background-color: var(--miz-primary-l7);
  color: var(--miz-primary);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.miz-section .report-summary-content-item-serving-type .item .indicator {
  flex: 1 0 0;
  height: 1px;
  border-bottom: 1px dashed var(--miz-blue-grey-white);
}
.miz-section .report-summary-content-item-info {
  padding: 0 16px 16px;
  font-size: 12px;
  color: var(--miz-blue-grey-light);
}
.miz-section .report-summary-content-item-info .is-increased {
  color: var(--miz-success-primary);
}
.miz-section .report-summary-content-item-info .is-decreased {
  color: var(--miz-danger-primary);
}
.miz-section .report-account-balance-content {
  display: grid;
  grid-template-columns: 1fr;
  padding: 16px;
  background-color: #fafafa;
  margin: 0 -16px;
  gap: 16px;
}
@media (min-width: 768px) {
  .miz-section .report-account-balance-content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 992px) {
  .miz-section .report-account-balance-content {
    grid-template-columns: repeat(4, 1fr);
  }
}
.miz-section .report-account-balance-content .item {
  display: flex;
  flex-direction: column;
  border: 1px solid var(--miz-blue-grey-white);
  border-radius: 8px;
  background-color: var(--miz-white-0);
  box-shadow: 0px 8px 16px rgba(44, 55, 117, 0.08);
  position: relative;
  overflow: hidden;
}
.miz-section .report-account-balance-content .item.lock {
  cursor: pointer;
}
.miz-section .report-account-balance-content .item.lock:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: var(--miz-black-a3);
  z-index: 4;
}
.miz-section .report-account-balance-content .item.lock:after {
  font-family: "Material Design Icons";
  content: "\f033e";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  color: var(--miz-white-0);
  z-index: 8;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 40px;
}
.miz-section .report-account-balance-content .item-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
  padding: 16px;
  border-bottom: 1px solid var(--miz-blue-grey-white);
}
.miz-section .report-account-balance-content .item-header-icon {
  width: 32px;
  height: 32px;
}
.miz-section .report-account-balance-content .item-header-title {
  font-size: 16px;
  color: var(--miz-primary);
  text-transform: uppercase;
  font-weight: 600;
}
.miz-section .report-account-balance-content .item-body {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 16px;
  font-size: 28px;
  font-weight: 600;
  color: var(--miz-black-1);
}
.miz-section .report-account-balance-content .item-body .currency {
  font-size: 16px;
}

.button-download-reports {
  display: none;
  flex-direction: column;
}
@media (max-width: 576px) {
  .button-download-reports {
    position: fixed;
    bottom: 36px;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 24;
    padding: 16px;
    background-color: var(--miz-white-0);
    box-shadow: 0px 8px 16px rgba(44, 55, 117, 0.08);
    border-top: 1px solid var(--miz-blue-grey-white);
  }
  .button-download-reports .action-button span {
    display: flex;
    margin-left: 8px;
  }
}
.button-download-reports.active {
  display: flex;
}

/*# sourceMappingURL=data:application/json;charset=utf-8,%7B%22version%22:3,%22sourceRoot%22:%22%22,%22sources%22:%5B%22file:///C:/Users/Kelvin/Documents/Development/MenumizUi/MenumizUi/MenumizAppUi/Resources/_scss/pages/reports/reports.scss%22,%22file:///C:/Users/Kelvin/Documents/Development/MenumizUi/MenumizUi/MenumizAppUi/Resources/_scss/modules/_variables.scss%22%5D,%22names%22:%5B%5D,%22mappings%22:%22AAgBY;EAEI;;AAGJ;EAEI;EACA;EACA;;AAII;EAEI;EACA;EACA;EACA;EACA;;AAEA;EARJ;IAUQ;;;AAGJ;EAEI;;AAEA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAYpB;EAEI;;AASJ;EAEI;;AAEA;EAEI;EACA;;AAGJ;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAVJ;IAYQ;;;AAGJ;EAfJ;IAiBQ;;;AAGJ;EAEI;EACA;EACA;;AAEA;EANJ;IAQQ;;;AAKZ;EAEI;EACA;EACA;EACA;EACA;EACA,YC6gCF;;ADzgCM;EAEI;EACA;EACA;EACA;;AAEA;EAEI;;AAKZ;EAEI;EACA;EACA;EACA;EACA;EACA;;AAEA;EAEI;EACA;;AAGJ;EAEI;EACA;EACA;;AAEA;EAEI;EACA;EACA;EACA;;AAGJ;EAEI;EACA;EACA;;AAIR;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAEI;;AAGJ;EAEI;;AAIR;EAEI;EACA;;AAEA;EAEI;EACA;EACA;EACA;EACA;;AAEA;EAEI;;AAGJ;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EAEI;EACA;EACA;;AAKZ;EAEI;EACA;EACA;;AAEA;EAEI;;AAGJ;EAEI;;AAShB;EAEI;EACA;EACA;EACA;EACA;EACA;;AAEA;EATJ;IAWQ;;;AAGJ;EAdJ;IAgBQ;;;AAGJ;EAEI;EACA;EACA;EACA;EACA;EACA,YCu1BF;EDt1BE;EACA;;AAEA;EAEI;;AAEA;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAGJ;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAIR;EAEI;EACA;EACA;EACA;EACA;EACA;;AAEA;EAEI;EACA;;AAGJ;EAEI;EACA;EACA;EACA;;AAIR;EAEI;EACA;EACA;EACA;EACA;EACA;EACA;EACA;;AAEA;EAEI;;;AAS5B;EAEI;EACA;;AAEA;EALJ;IAOQ;IACA;IACA;IACA;IACA;IACA;IACA;IACA;IACA,YC+uBU;ID9uBV;;EAII;IAEI;IACA;;;AAKZ;EAEI%22%7D */