body {
  max-width: 414px;
  height: 100vh;
  margin: 0 auto;
  background: #e0e0e0;
}

.main {
  background: #e0e2e4;
  height: 100%;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

button {
  cursor: pointer;
}

.app-header {
  background: #38444f;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
          box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.head-container {
  padding: 15px 20px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.logo {
  color: white;
  font-weight: 600;
  font-size: 17px;
}

.add-link {
  text-align: right;
}

.add-link a {
  color: white;
}

.sub-header {
  background: #eee;
  font-size: 16px;
  position: -webkit-sticky;
  position: sticky;
  top: 54px;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

.sub-header .head-container {
  -ms-grid-columns: 1fr 2fr;
      grid-template-columns: 1fr 2fr;
}

/* style for the css menu dropdown container */
.menu {
  position: relative;
  display: inline-block;
  text-align: left;
}

.menu::before {
  content: "\2630";
  color: white;
}

.menu:focus {
  pointer-events: none;
}

/* modal window */
.mw-main, .mw-mainE, .mw-mainS {
  display: none;
  position: fixed;
  z-index: 999;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #0000008a;
}

.mw-content, .mw-contentE, .mw-contentS {
  position: relative;
  width: 11rem;
  background: #fff;
  color: #000;
  margin: 15% auto;
  padding: 2.1rem;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
  border-radius: .75rem;
}

.mw-close, .mw-closeE, .mw-closeS {
  color: #918F8F;
  line-height: 45px;
  font-size: 14px;
  position: absolute;
  right: 15px;
  top: 0;
  text-decoration: none;
}

.mw-close:hover, .mw-close:focus, .mw-closeE:hover, .mw-closeE:focus, .mw-closeS:hover, .mw-closeS:focus {
  color: #141414;
  text-decoration: none;
  cursor: pointer;
}

.mw-menu {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.mw-menu div {
  width: 35px;
  height: 3px;
  background-color: white;
  margin: 5px 0;
}

.select-btn {
  font-size: 35px;
  border: solid 1px gray;
  border-radius: 4px;
  text-align: center;
  cursor: pointer;
  padding-top: 45%;
}

.select-inpt-cnt {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 30% 40% 30%;
      grid-template-columns: 30% 40% 30%;
  height: 7rem;
}

.select-inpt {
  text-align: center;
  font-size: 35px;
  margin-right: 2%;
  margin-left: 2%;
}

.select-input-btn {
  width: 100%;
  height: 54px;
  margin-top: 2rem;
  font-size: 20px;
}

.lgbacks {
  background-image: url(../img/lg_bg.jpg);
  filter: blur(8px);
  -webkit-filter: blur(4px);
  height: 100%;
  background-position: center;
  background-size: contain;
}

.lg-sc {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  padding-top: 7%;
  padding-bottom: 7%;
  position: absolute;
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 0.6px 2px rgba(0, 0, 0, 0.031), 0 1.3px 4.7px rgba(0, 0, 0, 0.044), 0 2.5px 8.9px rgba(0, 0, 0, 0.055), 0 4.5px 15.9px rgba(0, 0, 0, 0.066), 0 8.4px 29.7px rgba(0, 0, 0, 0.079), 0 20px 71px rgba(0, 0, 0, 0.11);
          box-shadow: 0 0.6px 2px rgba(0, 0, 0, 0.031), 0 1.3px 4.7px rgba(0, 0, 0, 0.044), 0 2.5px 8.9px rgba(0, 0, 0, 0.055), 0 4.5px 15.9px rgba(0, 0, 0, 0.066), 0 8.4px 29.7px rgba(0, 0, 0, 0.079), 0 20px 71px rgba(0, 0, 0, 0.11);
}

.lg-wrp {
  width: 240px;
  padding-left: 40px !important;
  padding-right: 40px !important;
}

.item {
  height: auto;
  border-bottom: solid 1px #dcdcdc;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5px 1fr 2fr;
      grid-template-columns: 5px 1fr 2fr;
  grid-gap: 10px;
  padding: 10px 0;
  background: white;
}

.status {
  margin-top: -10px;
  margin-bottom: -10px;
}

.status.live {
  background: #08a049;
}

.status.filming, .status.commingsoon {
  background: #d38c12;
}

.status.ended {
  background: #4f4f4f;
}

.cover {
  background: white;
  width: 5.7rem;
  height: 9rem;
  border: solid 1px black;
  border-radius: 4px;
  overflow: hidden;
  margin: auto;
}

.img-cover {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 100%;
}

.item-info {
  padding-right: 10px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 53px 75px 1fr;
      grid-template-rows: 53px 75px 1fr;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.item-name p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.item-description {
  margin-bottom: 15px;
  height: 59px;
  font-size: 12px;
}

.item-description p {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.e-info, .re-date {
  font-size: 14px;
}

.e-info .live, .re-date .live {
  color: #08a049;
}

.e-info .filming, .e-info .commingsoon, .re-date .filming, .re-date .commingsoon {
  color: #d38c12;
}

.e-info .ended, .re-date .ended {
  color: #4f4f4f;
}

.item-head {
  background: white;
  height: auto;
  border-bottom: solid 1px #dcdcdc;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: 260px 153px 1fr;
      grid-template-rows: 260px 153px 1fr;
}

.status-info {
  text-align: center;
  padding: 10px 0;
}

.status-info.live {
  background: greenyellow;
}

.status-info.filming, .status-info.commingsoon {
  background: #f4c774;
}

.status-info.ended {
  background: #c1c1c1;
}

.es-info {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  text-align: center;
  color: white;
  font-size: 10px;
}

.es-info .episode {
  background-color: #29c5db;
  padding: 20px 0;
}

.es-info .season {
  background-color: #33c4b3;
  padding: 20px 0;
}

.es-number {
  font-size: 30px;
}

.change-btn {
  background: bisque;
  border-radius: 4px;
  text-align: center;
  padding: .5rem 1rem;
  font-size: 1.25rem;
  border: solid 1px bisque;
}

.change-btn.edit {
  display: block;
  width: auto;
}

.change-btn:hover {
  background: #eebf87;
  border: solid 1px #eebf87;
}

label.file-label input[type="file"] {
  position: absolute;
  top: -900px;
}

.file-label {
  cursor: pointer;
  background: bisque;
  border-radius: 4px;
  text-align: center;
  font-size: 1.25rem;
  padding: .55rem 1rem;
}

.edit-part {
  padding: 10px;
}

.form-wrapper {
  display: -ms-grid;
  display: grid;
  padding: 10px 0;
  grid-gap: 10px;
}

.form-wrapper textarea {
  font-size: 17px;
  height: 15em;
  padding: 0.5rem 1rem;
  font-family: Arial, Helvetica, sans-serif;
}

.add-cover {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
}

.cover-btns {
  grid-gap: 24px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.date-form {
  display: none;
}

.cnt-container {
  padding: 0 15px;
}

body {
  font-family: Arial, Helvetica, sans-serif;
}

input, select {
  padding: 0.5rem 1rem;
  font-size: 17px;
}

.lg-sc input {
  width: 12rem;
}

p {
  margin-top: 0;
  white-space: normal;
  word-break: normal;
}

a {
  text-decoration: none;
  color: black;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.w-100 {
  width: 100%;
}

.mrg-t-0 {
  margin-top: 0 !important;
}

.mrg-t-5 {
  margin-top: 5px;
}

.mrg-t-10 {
  margin-top: 10px;
}

.mrg-t-35 {
  margin-top: 35px;
}

.mrg-bt-0 {
  margin-bottom: 0 !important;
}

.mrg-l-10 {
  margin-left: 10px;
}

.mrg-v-10 {
  margin: 10px 0;
}

.pdg-10 {
  padding: 10px;
}

.pdg-t-25 {
  padding-top: 25px;
}

.pdg-r-0 {
  padding-right: 0;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-neutral {
  color: #a8a8a8;
}

.under-l {
  text-decoration: underline;
}

.overflow-auto {
  overflow: auto;
}

.jst-self-un {
  -ms-grid-column-align: unset;
      justify-self: unset;
}
/*# sourceMappingURL=style.css.map */