.zIndex40 {
  z-index: 40; }

.zIndex45 {
  z-index: 45; }

.shadow.act.op8 {
  background-color: rgba(255, 255, 255, 0.8); }

.shadow.act.op95 {
  background-color: rgba(31, 31, 31, 0.95); }

.stat__popup {
  background: #FFF;
  width: calc(100vw - 16px);
  margin-left: 8px;
  margin-right: 8px;
  top: -55%;
  -webkit-transform: translateY(-45%);
  transform: translateY(-45%);
  position: fixed;
  padding: 0;
  display: none; }
  .stat__popup .stat__list {
    width: 100%;
    padding: 8px; }
  .stat__popup .stat__schedule {
    width: 100%;
    padding: 8px;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 20px; }
  .stat__popup .stat__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    position: relative;
    min-height: 60px; }
    .stat__popup .stat__header .date__range {
      font-style: normal;
      font-weight: bold;
      font-size: 16px;
      line-height: 19px;
      text-align: center;
      white-space: nowrap;
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline;
      color: #333;
      padding-bottom: 10px; }
    .stat__popup .stat__header .total {
      position: absolute;
      top: 0;
      width: 95px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      left: 0; }
      .stat__popup .stat__header .total span {
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 15px;
        color: #333;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap;
        padding-bottom: 4px; }
      .stat__popup .stat__header .total input {
        min-width: 20px;
        width: 95px;
        padding-top: 6px;
        padding-bottom: 6px;
        background: #E0AA3E;
        border: 1px solid #E0AA3E;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 20px;
        text-align: center;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        color: #333; }
    .stat__popup .stat__header .online {
      position: absolute;
      top: 0;
      width: 95px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      right: 0; }
      .stat__popup .stat__header .online span {
        font-style: normal;
        font-weight: 500;
        font-size: 13px;
        line-height: 15px;
        color: #333;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        white-space: nowrap;
        padding-bottom: 4px; }
      .stat__popup .stat__header .online input {
        min-width: 20px;
        width: 95px;
        padding-top: 6px;
        padding-bottom: 6px;
        background: #E0AA3E;
        border: 1px solid #E0AA3E;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 20px;
        text-align: center;
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        color: #333; }
  .stat__popup .schedule {
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    margin-top: 8px;
    min-height: 157px;
    height: 157px; }
    .stat__popup .schedule .schedule-items {
      width: 100%;
      height: 127px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      border-bottom: 1px solid #797979; }
    .stat__popup .schedule .schedule-item {
      width: 30px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: flex-end; }
      .stat__popup .schedule .schedule-item .schedule-item-label {
        color: #797979;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: Roboto;
        font-style: normal;
        font-weight: 300;
        font-size: 11px;
        line-height: 13px;
        text-align: center;
        margin-bottom: 1px; }
      .stat__popup .schedule .schedule-item .schedule-item-column {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 20px;
        max-height: 112px;
        background: #797979; }
    .stat__popup .schedule .schedule-item.schedule-item-active .schedule-item-label {
      color: #E0AA3E; }
    .stat__popup .schedule .schedule-item.schedule-item-active .schedule-item-column {
      background: #E0AA3E; }
    .stat__popup .schedule .schedule-days {
      width: 100%;
      height: 28px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-top: 2px; }
    .stat__popup .schedule .schedule-day {
      width: 30px;
      height: 28px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      align-items: center; }
      .stat__popup .schedule .schedule-day .schedule-day-date {
        color: #797979;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
        text-align: center; }
      .stat__popup .schedule .schedule-day .schedule-day-name {
        color: #797979;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        font-family: Roboto;
        font-style: normal;
        font-weight: bold;
        font-size: 12px;
        line-height: 14px;
        text-align: center; }
    .stat__popup .schedule .schedule-day.schedule-day-active .schedule-day-date {
      color: #E0AA3E; }
    .stat__popup .schedule .schedule-day.schedule-day-active .schedule-day-name {
      color: #E0AA3E; }
  .stat__popup .title {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .stat__popup .title h4 {
      background: rgba(255, 255, 255, 0.8);
      font-style: normal;
      font-weight: bold;
      font-size: 13px;
      line-height: 15px;
      text-align: center;
      color: #E0AA3E;
      padding: 0 12px; }
    .stat__popup .title::before {
      content: '';
      position: absolute;
      z-index: -1;
      height: 1px;
      background: #E0AA3E;
      left: 0;
      right: 0; }
  .stat__popup .info__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-top: 12px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .stat__popup .info__list .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end;
      width: 20%;
      margin-bottom: 10px; }
      .stat__popup .info__list .item p {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        color: #333;
        text-align: center;
        font-size: 14px;
        line-height: 16px;
        padding-bottom: 10px; }
      .stat__popup .info__list .item span {
        font-style: normal;
        font-weight: bold;
        font-size: 18px;
        line-height: 21px;
        color: #333;
        text-align: center;
        background: #333436;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50px;
        height: 50px; }
      .stat__popup .info__list .item div {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 68px;
        height: 68px; }
    .stat__popup .info__list .CircularProgressbar {
      width: 68px;
      height: 68px; }
      .stat__popup .info__list .CircularProgressbar .CircularProgressbar-trail {
        stroke: #797979;
        stroke-width: 9px; }
    .stat__popup .info__list .CircularProgressbar-text {
      width: 50px;
      height: 50px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      fill: #333;
      font-style: normal;
      font-weight: bold;
      font-size: 18px;
      line-height: 21px;
      color: #333;
      text-align: center;
      dominant-baseline: middle;
      text-anchor: middle; }
    .stat__popup .info__list .reserv div {
      background: #FF0000; }
    .stat__popup .info__list .reserv .CircularProgressbar .CircularProgressbar-path {
      stroke: #FF0000;
      stroke-linecap: round;
      stroke-width: 9px;
      transition: stroke-dashoffset 0.5s ease 0s; }
    .stat__popup .info__list .spare div {
      background: #19A802; }
    .stat__popup .info__list .spare .CircularProgressbar .CircularProgressbar-path {
      stroke: #19A802;
      stroke-linecap: round;
      stroke-width: 9px;
      transition: stroke-dashoffset 0.5s ease 0s; }
    .stat__popup .info__list .occupied div {
      background: #0057FF; }
    .stat__popup .info__list .occupied .CircularProgressbar .CircularProgressbar-path {
      stroke: #0057FF;
      stroke-linecap: round;
      stroke-width: 9px;
      transition: stroke-dashoffset 0.5s ease 0s; }
    .stat__popup .info__list .accommodation div {
      background: #E0AA3E; }
    .stat__popup .info__list .accommodation .CircularProgressbar .CircularProgressbar-path {
      stroke: #E0AA3E;
      stroke-linecap: round;
      stroke-width: 9px;
      transition: stroke-dashoffset 0.5s ease 0s; }

.stat__popup.act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.close_stat__btn {
  background: #585858;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  position: fixed;
  left: 50%;
  bottom: 80px;
  transform: translateX(-50%);
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 45; }

.close_stat__btn.act {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

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