.container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.container .middle-box {
  margin: 30px auto;
  display: flex;
  justify-content: center;
  width: 1400px;
}
.container .center-box {
  width: 100%;
}
.container .main {
  width: 101%;
  margin-top: 10px;
}
.container .main .content {
  margin-top: 0px;
  overflow-y: auto;
  bottom: 0px;
  top: 173px;
  width: 100%;
}
.container .main .left-side {
  background: white;
  width: 80%;
  margin-right: 10px;
  padding: 6px;
  border-radius: 6px;
  border: 1px solid #d8dade;
  display: flex;
  justify-content: center;
  text-align: center;
}
.container .main .left-side .close-screen {
  position: relative;
}
.container .main .left-side .close-screen .fa {
  font-size: 60px;
  text-align: right;
  position: absolute;
  right: 2px;
  color: red;
  top: 7px;
}
.container .main .left-side .screens {
  width: 90%;
  overflow-y: auto;
  margin-top: 50px;
}
.container .main .right-side {
  width: 50%;
}
.container .filter-by-dates {
  display: flex;
  justify-content: space-around;
  margin-bottom: 50px;
  flex-direction: row-reverse;
}

.popup {
  width: 95%;
  margin: 0 auto;
}
.popup .title {
  font-size: 29px;
  margin-bottom: 47px;
  text-decoration: underline;
}
.popup .sub-title {
  font-size: 25px;
  margin-bottom: 47px;
  text-decoration: underline;
}
.popup .sub-title.tiny {
  font-size: 20px;
  margin-bottom: 26px;
}

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