/* src/styles.scss */
@font-face {
  font-family: "Texta";
  src: url("./media/Texta-Bold.woff2") format("woff2"), url("./media/Texta-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("./media/Texta-BlackIt.woff2") format("woff2"), url("./media/Texta-BlackIt.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("./media/Texta-BoldIt.woff2") format("woff2"), url("./media/Texta-BoldIt.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("./media/Texta-HeavyIt.woff2") format("woff2"), url("./media/Texta-HeavyIt.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("./media/Texta-Heavy.woff2") format("woff2"), url("./media/Texta-Heavy.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("./media/Texta-Black.woff2") format("woff2"), url("./media/Texta-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("./media/Texta-Thin.woff2") format("woff2"), url("./media/Texta-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("./media/Texta-It.woff2") format("woff2"), url("./media/Texta-It.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("./media/Texta-LightIt.woff2") format("woff2"), url("./media/Texta-LightIt.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("./media/Texta-Light.woff2") format("woff2"), url("./media/Texta-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("./media/Texta-MediumIt.woff2") format("woff2"), url("./media/Texta-MediumIt.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Texta Book";
  src: url("./media/Texta-BookIt.woff2") format("woff2"), url("./media/Texta-BookIt.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("./media/Texta-Medium.woff2") format("woff2"), url("./media/Texta-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("./media/Texta-Regular.woff2") format("woff2"), url("./media/Texta-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta Book";
  src: url("./media/Texta-Book.woff2") format("woff2"), url("./media/Texta-Book.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Texta";
  src: url("./media/Texta-ThintIt.woff2") format("woff2"), url("./media/Texta-ThintIt.woff") format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 16px;
  font: inherit;
  vertical-align: baseline;
  color: #3E3E3E;
  font-family: Texta;
}
article,
aside,
details,
figcaption,
figure,
footer,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: "Texta", sans-serif;
  background: #FBFBFB;
  height: 100%;
  width: 100%;
  overflow: auto;
  margin: 0;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
h1,
h2,
h3 {
  color: #3E3E3E;
  font-size: 16px;
  font-weight: 700;
}
@media screen and (max-width: 1500px) {
  h1,
  h2,
  h3 {
    font-size: 16px;
  }
}
.textSmall {
  font-size: 12px;
}
.textMiddle {
  font-size: 16px;
}
::-webkit-scrollbar-track {
  background-color: transparent;
}
::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background-color: #daeac9;
}
.mdc-data-table__header-cell span {
  font-weight: 900;
  color: #3E3E3E;
}
.mat-mdc-paginator-container .mat-mdc-tooltip-trigger svg path {
  fill: #3E3E3E;
}
.paginator-container {
  display: flex;
  gap: 6px;
  margin: 0px 6px;
}
.paginator-button {
  border-radius: 8px !important;
  width: 30px !important;
  height: 36px !important;
  padding: 10px !important;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 1rem;
  cursor: pointer;
  transition: 0.3s;
  border: 1px solid #C8C8C8 !important;
}
.paginator-button.no-action {
  pointer-events: none;
}
.paginator-button.mat-mdc-paginator-navigation-previous,
.paginator-button.mat-mdc-paginator-navigation-next {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 5px !important;
}
.paginator-button:hover,
.paginator-button__active {
  background-color: #000;
  color: #FFF;
}
.mat-mdc-icon-button.mat-warn {
  color: #F63B23;
}
.info-container h4 {
  font-size: 20px;
  font-weight: bold;
}
.select-container {
  border: 1px solid #BBB;
  border-radius: 5px;
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  cursor: pointer;
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-transition:
    all 0.2s ease,
    border-color 0.2s ease,
    border-width 0.2s ease,
    margin 0.2s ease,
    padding 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-position 0.2s ease,
    height 0.2s ease,
    width 0.2s ease;
  -moz-transition:
    all 0.2s ease,
    border-color 0.2s ease,
    border-width 0.2s ease,
    margin 0.2s ease,
    padding 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-position 0.2s ease,
    height 0.2s ease,
    width 0.2s ease;
  -o-transition:
    all 0.2s ease,
    border-color 0.2s ease,
    border-width 0.2s ease,
    margin 0.2s ease,
    padding 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-position 0.2s ease,
    height 0.2s ease,
    width 0.2s ease;
  transition:
    all 0.2s ease,
    border-color 0.2s ease,
    border-width 0.2s ease,
    margin 0.2s ease,
    padding 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-position 0.2s ease,
    height 0.2s ease,
    width 0.2s ease;
}
.select-container span {
  white-space: nowrap;
}
.select-container:hover {
  border-color: #999999;
}
.select-container.active {
  border-color: #000;
}
.select-container.active .arrow-icon {
  transform: rotate(180deg);
}
.select-container.active .arrow-icon svg path {
  fill: #000 !important;
}
.select-container.active span {
  color: #000;
}
.select-container.active .current-item {
  color: #000;
}
.select-container .arrow-icon {
  filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  -webkit-transition:
    all 0.2s ease,
    border-color 0.2s ease,
    border-width 0.2s ease,
    margin 0.2s ease,
    padding 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-position 0.2s ease,
    height 0.2s ease,
    width 0.2s ease;
  -moz-transition:
    all 0.2s ease,
    border-color 0.2s ease,
    border-width 0.2s ease,
    margin 0.2s ease,
    padding 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-position 0.2s ease,
    height 0.2s ease,
    width 0.2s ease;
  -o-transition:
    all 0.2s ease,
    border-color 0.2s ease,
    border-width 0.2s ease,
    margin 0.2s ease,
    padding 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-position 0.2s ease,
    height 0.2s ease,
    width 0.2s ease;
  transition:
    all 0.2s ease,
    border-color 0.2s ease,
    border-width 0.2s ease,
    margin 0.2s ease,
    padding 0.2s ease,
    color 0.2s ease,
    opacity 0.2s ease,
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background-position 0.2s ease,
    height 0.2s ease,
    width 0.2s ease;
}
.select-container .arrow-icon svg path {
  fill: #999999;
}
.nav-container__nav-link:hover .nav-container__icon-wrapper,
.nav-container__nav-link.active .nav-container__icon-wrapper {
  background: rgb(167.68, 205.44, 127.56);
}
.nav-container__nav-dropdown.active .nav-container__icon-wrapper {
  background: rgb(167.68, 205.44, 127.56);
}
.nav-container__nav-dropdown .options .nav-container__nav-link:hover .nav-container__icon-wrapper,
.nav-container__nav-dropdown .options .nav-container__nav-link.active .nav-container__icon-wrapper {
  background: rgb(167.68, 205.44, 127.56);
}
.chart-container .chart-header span {
  color: #000;
}
.filter-container .filter-wrapper__icon-button svg path {
  fill: #3E3E3E;
}
.filter-container .filter-wrapper__icon-button:hover svg path {
  fill: #0b0b0b;
}
.select-panel {
  background: #FBFBFB;
  box-shadow: 10px 0px 94px 0px rgba(0, 0, 0, 0.07);
  border-radius: 5px;
}
.tooltip-custom {
  background: rgba(0, 0, 0, 0.7);
  padding: 10px;
  border-radius: 5px;
  color: #FBFBFB;
  font-size: 14px;
}
iconify-icon {
  display: inline-block;
  width: 1em;
  height: 1em;
}
.table-actions {
  display: inline-flex;
  align-items: center;
  justify-content: end;
  gap: 12px;
  width: 90px;
}
.table-actions .table-button {
  all: unset;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-self: center;
}
.table-actions .table-button:hover iconify-icon {
  color: rgb(41.8436018957, 103.317535545, 5.682464455);
}
.mat-expansion-panel .mat-expansion-panel-body {
  padding: 0 !important;
}
.mat-expansion-panel-spacing {
  margin: 0 !important;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
