.leftContent .fit-page {
  padding: 1rem;
  margin-top: 1rem;
  flex: 0 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
}
@media only screen and (min-width: 1301px) {
  .leftContent .responsiveMargin {
    margin-top: -11px;
  }
}
@media (min-width: only screen and (max-width: 992px)) and (max-width: only screen and (min-width: 1301px)) {
  .leftContent .rangesDate {
    font-size: 0.9vw;
  }
}
@media only screen and (max-width: 992px) {
  .leftContent .responsiveMargin {
    margin-top: 0px;
  }
}
.leftContent .btn.btn-small {
  width: 1.4vw;
  padding: inherit;
}
.leftContent .custom-btn {
  color: #757575 !important;
  background: none !important;
}
.leftContent .channel-header {
  font-size: 0.9em;
  color: #757575;
  min-height: 2rem;
  line-height: 2rem;
}
.leftContent .dotSuccess {
  background-color: #8bc34a;
}
.leftContent .dotEmpty {
  background-color: #0a79dd;
}
.leftContent .dot {
  height: 6px;
  width: 6px;
  margin-bottom: 2px;
  margin-left: 3px;
  margin-top: -1px;
  border-radius: 50%;
  display: inline-block;
}

.expand-details {
  position: relative;
  animation: 0.2s left-to-right linear forwards;
}
@keyframes left-to-right {
  from {
    left: -50%;
  }
  to {
    left: 0%;
  }
}

.right-content-transition {
  transition: width 0.3s;
  float: right !important;
}

.dynamic-expand {
  width: 100% !important;
}

.panel-button {
  position: absolute;
  top: 16px;
  z-index: 10;
  left: 0px;
  width: 26px;
  height: 26px;
  background-color: rgba(247, 247, 247, 0.3215686275);
  color: #212121;
  cursor: pointer;
}

.panel-button:hover {
  background-color: rgba(247, 247, 247, 0.968627451);
}

.request-download {
  color: rgb(72.8192307692, 117.5653846154, 187.8807692308);
  cursor: pointer;
}

/*# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbXSwibmFtZXMiOltdLCJtYXBwaW5ncyI6IiIsImZpbGUiOiJjc3MvYXBwfjMwOGM2NjMzLmJmOThiNDg0NmZhNDU0YmRhMWQwLmNodW5rLmNzcyIsInNvdXJjZVJvb3QiOiIifQ==*/