body{
    position: relative;
}
.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 225px;
}
.bg-dark-red {
  background-color: #b46060;
  color: #ffffff;
}
.bg-light {
  color: #242526;
}
.dark-control{
    background:#3A3B3C !important;
    border:none;
    outline:none;
    resize: none;
    color:#FFFFFF;
    width: 100%;
}
.dark-control:hover {
  color:#FFFFFF !important;
}
.dark-control-select {
  color:#FFFFFF !important;
  background:#394867 !important;
}
.dark-control:focus {
    background-color: #3A3B3C;
    border:none;
    color:#FFFFFF !important;
    outline:none !important;
}
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #f5f5f5;
}
::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-thumb {
  background-color: #000000;
}
@media (min-width: 768px) {
  .bd-placeholder-img-lg {
    font-size: 3.5rem;
  }
}
.bg-light-dark {
  background-color: #242526;
}
.short-text {
  height: 45px;
  font-size: 0.9rem;
  overflow: hidden;
}
.news-img {
  height: 200px;
  overflow: hidden;
}
.event-date {
  background: #1d58a3;
  text-align: center;
  color: #ffffff;
  border-radius: 4px;
  max-width: 150px;
}
.carousel-item {
  height: calc(100vh - 0px);
  overflow: hidden;
}
.carouse-img-div {
  height: calc(100vh - 0px);
}
.carouse-right-img {
  width: 60%;
  margin-top: 40px;
  margin-bottom: 40px;
  margin-left: 40px;
  max-width: 600px;
}
.animation-logo {
  animation: zoominoutsinglefeatured 1s linear;
}
.slide1-body-text {
  width: 90%;
  padding-left: 19px;
  text-align: justify;
}
@keyframes zoominoutsinglefeatured {
  0% {
    transform: scale(0, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
.slide1 {
  height: calc(100vh - 100px);
}
.slide1-body-text {
  width: 80%;
}
.slide1-img-inner {
  padding-right: 60px;
}
.slide1 h5 {
  font-size: 24px;
}
@media (max-width: 1024px) {
  .carousel-item {
    height: calc(100vw - 100px);
  }
  .carouse-img-div {
    height: calc(100vw - 100px);
  }
}
@media (max-width: 991px) {
    .list-recomended{
        border: none !important;
    }
}
@media (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
  .slide1 {
    height: calc(50vh - 50px);
  }
  .slide1-body-text {
    width: 90%;
    padding-left: 19px;
    text-align: justify;
  }
  .carouse-right-img {
    margin-top: 20px;
    margin-bottom: 20px;
    margin-top: 0px;
    margin-bottom: 19px;
  }
  .slide1-img {
    height: 50vw;
  }
  .slide1 h5 {
    text-align: center;
  }
  .slide1-img-inner {
    margin: auto;
    padding: 7px;
    text-align: center;
    border-right: none;
  }
  .slide-text-inner-right {
    width: 90% !important;
  }
}
.episode-number {
  position: absolute;
  top: 10px;
  left: 0px;
  padding: 4px;
  font-size: 18px;
  border-radius: 0px 4px 4px 0px;
  min-width: 60px;
  text-align: center;
  background-color: #3a98b9;
  color: aliceblue;
}
.episode-number-full {
  display: inline-block;
  padding: 4px;
  font-size: 18px;
  border-radius: 0px 4px 4px 0px;
  min-width: 60px;
  text-align: center;
  background-color: #3a98b9;
  color: aliceblue;
}
.episode-number-recomend {
    display: inline-block;
    padding: 2px;
    font-size: 14px;
    font-weight: bold;
    border-radius: 0px 4px 4px 0px;
    min-width: 50px;
    text-align: center;
    background-color: #3a98b9;
    color: aliceblue;
}
.episode-number-old {
  background-color: #539165 !important;
}
.card-text {
  margin-bottom: 8px;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 100px;
  text-align: justify;
  color: #e4e6eb;
}
.card-title {
  background-color: #3a3b3c;
  color: aliceblue;
}
.card-title-item {
  border-bottom: 1px dashed darkgrey;
  
}
.card-title-item:nth-last-child(1) {
  border-bottom: none;
}
.card-title-item div {
  display: inline-block;
  height: 22px;
  margin: 0px;
  vertical-align: middle;
}
.bg-light-dark .page-link {
  background-color: #242526;
  color: darkgrey;
  cursor: pointer;
}
.bg-light-dark .page-link-select {
  background-color: darkgrey;
  color: #242526;
}
.card-title-item div:nth-child(1) {
  background-color: #ffffff;
  color: darkgrey;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: 20px;
  border-radius: 50%;
  margin: 8px;
}
.card-title-item div:nth-child(2) {
  width: calc(100% - 60px);
  margin: 8px;
  margin-left: 0px;
  margin-right: 0px;
  font-weight: bold;
  height: 25px;
  overflow: hidden;
}
.bg-dark {
  color: #e4e6eb;
}
.card-body .btn-group button {
  min-width: 50px;
}
.ep-img {
  height: 300px;
  width: 100%;
  background-position: center;
  background-size: cover;
}
.btn-fit {
  min-width: 100px;
}
@font-face {
  font-family: UTMCookies;
  src: url("../fonts/UTMCookies.ttf");
}
.utmcookies {
  font-family: UTMCookies;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
.warning-text {
  border-top: 1px solid #ffabab;
  color: #ffabab;
  text-align: justify;
}
.warning-text .ion-android-warning {
  color: #f7d060;
}
.character-img {
  height: 400px;
  background-position: center;
  background-repeat: no-repeat;
  background-color: #ffffff;
}
.character-more-info div {
  vertical-align: top;
}
.mgr-t80{height: 80px;}
.episode-view{
    position: absolute;
    top: 10px;
    right: 8px;
    padding: 4px;
    font-size: 18px;
    border-radius: 4px 4px 4px 4px;
    min-width: 60px;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.3);
    color: aliceblue;
}
.footer a{
    color: #f5f5f5;
    text-decoration: none;
}
.footer-left{
    float: left;
}
.footer-right{
    float: right;
}
#preloader{
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: rgba(0, 0, 0, 0.3);
    display: none;
}
#preloader-inner{
    position: fixed;
    width: 200px;
    height: 200px;
    background-color: #f5f5f5;
    border-radius: 4px;
    top: calc(50vh - 100px);
    left: calc(50vw - 100px);
    overflow: hidden;
}
#preloader-inner img{
    width: 100%;
}