/*!**********************************************************************!*\
  !*** css ../../node_modules/css-loader/dist/cjs.js!./src/styles.css ***!
  \**********************************************************************/
@keyframes loadingValues {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}
div[class^=skeleton].skeleton {
  border: 1px solid lightgray;
  width: 100%;
  border-radius: 5px;
  box-shadow: rgba(50, 50, 105, 0.15) 0px 2px 5px 0px, rgba(0, 0, 0, 0.05) 0px 1px 1px 0px;
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
div[class^=skeleton] .skeleton__header {
  height: 45px;
  background: #fcfcfc;
  border-bottom: 1px solid lightgray;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: auto;
  padding: 10px;
}
div[class^=skeleton] .skeleton__header .header__title {
  background-color: #e3e3e3;
  height: 15px;
  width: 200px;
  border-radius: 5px;
  animation: loadingValues 1.5s infinite;
}
div[class^=skeleton] .skeleton__header .header__icons {
  display: flex;
  flex-direction: row;
  gap: 5px;
}
div[class^=skeleton] .skeleton__header .header__icons .icon {
  background-color: #e3e3e3;
  height: 15px;
  width: 20px;
  border-radius: 5px;
  animation: loadingValues 1.5s infinite;
}
div[class^=skeleton] .skeleton__body {
  display: flex;
  background: #fff;
  flex-basis: 100%;
  flex-shrink: 1;
  overflow: hidden;
}
div[class^=skeleton] .skeleton__footer {
  background: #fcfcfc;
  height: 45px;
  border-top: 1px solid lightgray;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 10px;
  align-items: center;
}
div[class^=skeleton] .skeleton__footer .footer__content {
  background-color: #e3e3e3;
  height: 15px;
  width: 100px;
  border-radius: 5px;
  animation: loadingValues 1.5s infinite;
}
div[class^=skeleton] .skeleton__default {
  display: flex;
  width: 100%;
  padding: 20px;
  flex-direction: row;
  gap: 20px;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
}
div[class^=skeleton] .skeleton__default .box {
  width: 100%;
  height: 100%;
  background-color: #e3e3e3;
  border-radius: 5px;
  animation: loadingValues 1.5s infinite;
}
div[class^=skeleton] .skeleton__table {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  overflow: hidden;
}
div[class^=skeleton] .skeleton__table .row {
  width: 100%;
  height: 20%;
  flex-direction: row;
  gap: 20px;
  display: flex;
  justify-content: center;
  align-items: baseline;
  border-bottom: 1px solid #e9e9e9;
  padding-bottom: 15px;
}
div[class^=skeleton] .skeleton__table .row .td {
  background-color: #e9e9e9;
  height: 20px;
  border-radius: 5px;
  animation: loadingValues 1.5s infinite;
}
div[class^=skeleton] .skeleton__table .row .first {
  width: 36%;
}
div[class^=skeleton] .skeleton__table .row .second {
  width: 30%;
}
div[class^=skeleton] .skeleton__table .row .third {
  width: 7%;
}
div[class^=skeleton] .skeleton__table .row .fourth {
  width: 27%;
}
div[class^=skeleton] .skeleton__tree {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  flex-wrap: wrap;
  overflow: hidden;
}
div[class^=skeleton] .skeleton__tree .tree__leaf {
  display: flex;
  gap: 15px;
  width: 100%;
  align-items: center;
  height: 20px;
}
div[class^=skeleton] .skeleton__tree .tree__leaf div {
  width: 300px;
  height: 20px;
  background-color: #e3e3e3;
  border-radius: 5px;
}
div[class^=skeleton] .skeleton__tree .tree__leaf .leaf__icon {
  width: 30px;
  flex-shrink: 0;
  animation: loadingValues 1.5s infinite;
}
div[class^=skeleton] .skeleton__tree .tree__leaf .leaf__icon__disabled {
  width: 30px;
  opacity: 0;
}
div[class^=skeleton] .skeleton__tree .tree__leaf .leaf__title {
  width: 100%;
  animation: loadingValues 1.5s infinite;
}
div[class^=skeleton] .skeleton__icons {
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px;
  justify-content: center;
  overflow: hidden;
}
div[class^=skeleton] .skeleton__icons .icon {
  display: flex;
  background-color: #e3e3e3;
  width: 80px;
  height: 80px;
  border-radius: 5px;
  animation: loadingValues 1.5s infinite;
}
div[class^=skeleton] .skeleton__list {
  display: flex;
  width: 100%;
  height: 100%;
  padding: 20px;
  flex-direction: column;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: start;
  align-items: start;
}
div[class^=skeleton] .skeleton__list .list__title {
  width: 30%;
  height: 20px;
  background-color: #e3e3e3;
  border-radius: 5px;
  animation: loadingValues 1.5s infinite;
}
div[class^=skeleton] .skeleton__list .list__line {
  width: 100%;
  height: 20px;
  background-color: #e3e3e3;
  border-radius: 5px;
  animation: loadingValues 1.5s infinite;
}
div[class^=skeleton] .skeleton__chart {
  display: flex;
  width: 100%;
  padding: 20px;
  flex-direction: row;
  gap: 20px;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: center;
  overflow: hidden;
}
div[class^=skeleton] .skeleton__chart .chart__bar {
  width: 50px;
  height: 100%;
  background-color: #e3e3e3;
  border-radius: 5px;
  animation: loadingValues 1.5s infinite;
}
div[class^=skeleton] .skeleton__chart .first {
  height: 50%;
}
div[class^=skeleton] .skeleton__chart .second {
  height: 80%;
}
div[class^=skeleton] .skeleton__chart .third {
  height: 75%;
}
div[class^=skeleton] .skeleton__chart .fourth {
  height: 100%;
}
div[class^=skeleton] .skeleton__chart .fifth {
  height: 85%;
}
