.media {
  position: fixed;
  top: 0px;
  right: 0px;
  width: calc(100vw - 50px);
  height: 100vh;
  padding: 0px;
  display: block;
  overflow-y: scroll;
}

.media .media-top {
  position: fixed;
  top: 0px;
  right: 0px;
  width: calc(100vw - 50px);
  height: 52px;
  border-bottom: 2px rgb(60,60,60) solid;
  padding: 6px 25px;
}

.media .media-filters {
  position: fixed;
  top: -200px;
  right: 0px;
  width: calc(100vw - 50px);
  height: 252px;
  border-bottom: 2px rgb(60,60,60) solid;
  transition: top .5s ease-in-out;
  background-color: rgb(255,255,255);
}

.media .media-filters .media-filters-toggle {
  position: absolute;
  bottom: -36px;
  right: 30px;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  background-color: rgb(29,133,242);
  padding: 5px 10px;
  text-transform: uppercase;
  color: white;
}

.media .media-filters.show {
  top: 0px;
}

.media .media-content {
  position: fixed;
  top: 52px;
  right: 0px;
  width: calc(100vw - 50px);
  /* height: calc(100vh - 104px); */
  height: calc(100vh - 50px);
  padding: 20px;
  overflow: scroll;
}

.media .media-bottom {
  position: fixed;
  bottom: 0px;
  right: 0px;
  width: calc(100vw - 50px);
  height: 52px;
  border-top: 2px rgb(60,60,60) solid;
  padding: 6px 25px;
}

.media .media-alert {
  text-align: center;
  margin-top: 50px;
  font-size: 120%;
}

.media-flight-block {
  border-radius: 20px;
  border: 1px solid #000000;

}
.media-flight-detail {
  width: 100%;
  font-size: 20px;
  padding: 8px 20px;
  text-align: left;
  background-color: #faffd2;
  margin: 0px;
  border-radius: 20px 20px 0px 0px;
  border-bottom: 1px solid #faffd2;
  margin-bottom: 10px;
}

.media-flight-timeline-block {
  margin: 16px 10px;
  border: 2px solid rgb(166 209 255 / 62%);
  border-radius: 20px;
}

.media-flight-timeline-detail {
  width: 100%;
  font-size: 20px;
  padding: 8px 20px;
  text-align: left;
  background-color: rgb(166 209 255 / 62%);;
  margin: 0px;
  border-radius: 10px 10px 0px 0px;
  border-bottom: 2px solid rgb(166 209 255 / 62%);
  margin-bottom: 10px;
}

.media-flight-timeline-detail div:first-child{
  padding-left: 28px;
}

.media-selectbox {
  position: absolute;
  right: 0px;
}

.media-dropdown {
  position: absolute;
  right: 20px;
}

.media-block-hidden{
  display:none;
}

.media-notified-at {
  margin: 4px;
  display: block;
  font-size: 15px;
}

.media-button {
  margin-right: 10px;
}

.media-button a{
  border-radius: 10px;
  padding: 2px 10px;
}

.media-load-more {
  width: 100%;
  text-align: center;
  margin: 8px 0px;
}

.media-load-more a {
  border-radius: 10px;
  padding: 4px 12px;
  color: white !important;
}

.media-load-more-hidden {
  display:none;
}

.media-toolbox {
  position: relative;
  right: 0px;
}