.app-container {
  height: calc(100vh - 78px);
}

.main-logo {
  width: 170px;
}

.modal {
  transition: opacity 0.25s ease;
}

body.modal-active {
  overflow-x: hidden;
  overflow-y: visible !important;
}

.width-350px {
  width: 350px;
}

.width-45vw {
  width: 45vw;
}

.width-400px {
  width: 400px;
}

.width-450px {
  width: 450px;
}

.width-400px {
  width: 400px;
}

.width-450px {
  width: 450px;
}

.width-75vw {
  width: 75vw;
}

.top-28px {
  top: 28px;
}

.left-10px {
  left: 10px;
}

.right-10px {
  right: 10px;
}

.top-50 {
  top: 50%;
}

.top-45px {
  top: 45px;
}

.bottom-6px {
  bottom: 6px;
}

.height-90 {
  height: 90%;
}

.max-width-md {
  max-width: 960px;
}

.margin-4vw-round {
  margin: 4vw 4vw 4vw 4vw;
}

.main {
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.border {
  border: solid 3px red;
}

.border-yellow {
  border: solid 3px yellow;
}

.article-detail-title {
  border: white 1px solid;
  height: 30px;
  color: white;
  font-size: 15px;
  background-color: #0f74a8;
  padding: 6px 5px 0 5px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.ck-editor__editable {
  min-height: 300px;
}

.none-display {
  display: none;
}

#article-detail {
  position: absolute;
  top: 50%;
  left: 6vw;
  width: calc(100% - 350px);
  max-width: 1200px;
  height: 55vh;
  max-height: 500px;
  transform: translateY(-50%);
}
@media screen and (max-width: 850px) {
  #article-detail {
    position: absolute;
    left: 50%;
    top: 60%;
    transform: translate(-50%, -50%);
    height: 75vh;
    width: calc(100% - 30px);
  }
}

#news-session-title {
  position: absolute;
  top: 7vw;
  left: 50%;
  transform: translate(-50%, 0);
}

.admin-btn {
  margin: 1vw 1vw 1vw 1vw;
}

.color-white {
  color: white !important;
}

.to-article-list-btn {
  position: absolute;
  right: 15px;
  transform: translate(50%, -30px);
  margin-bottom: 23px;
  cursor: pointer;
}

@media screen and (max-width: 450px) {
  #news-session-title {
    width: 100%;
    top: 15vh;

  }

}