body {
    background-color: #232931;
}

@media (min-width: 1800px) {
    .container {
        max-width: 1350px;
    }
}

@media screen and (min-width: 992px) {
    body {
        background: url('/images/wallpapers/2024-winter.png') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-clip: content-box;
        background-color: #000;
    }
}
@media screen and (min-width: 576px) and (max-width: 991px) {
    body {
        background: url('/images/mobile-wallpaper.webp') no-repeat center center fixed;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
    }
}

.btn-green {
    color: #232931;
    background-color: #4ecca3;
    border-color: #4ecca3;
}

.contentBg{
    background-color: #232931;
    color: #cecece;
    padding-bottom: 10px;
}
h1 {
    font-size: 26px;
}
h2 {
    font-size: 22px;
}

h3 {
    font-size: 18px;
}
p {
    font-size: 14px;
}

a {
    color: #4ecca3 !important;
    text-decoration: none;
}
.dark-bg {
    background-color: #232931;
    border-radius: 15px;
}
.darkModal .modal-content {
    background-color: #232931;
    color: #cecece;
    border-radius: 5px;
}
.bg-dark{
    background-color: #232931 !important;
    width: 100%;
    max-width: 1125px;
    position: relative;
    margin: 0px auto;
    right: 6px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}
@media (min-width: 1800px) {
    .bg-dark {
        max-width: 1340px;
    }
}

.text-color {
    color: #cecece !important;
}
.navbar-dark .navbar-nav .nav-link {
    color: #cecece !important;
}
.navbar-dark .navbar-nav .dropdown-item:hover {
    background-color: #232931;
}

.headline {
    margin-top: 8px;
    margin-bottom: 8px;
    background-color: #393e46;
    color: #cecece;
}
.headline a {
    color: #cecece !important;
    text-decoration: none;
}

.highlight-text {
    color: #cecece !important;
}

.p3 {
    padding: 3px;
}
.p5 {
    padding: 5px;
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pl5 {
    padding-left: 5px;
}

.pr5 {
    padding-right: 5px;
}

.p10 {
    padding: 10px;
}

.pt10 {
    padding-top: 10px;
}

.pb10 {
    padding-bottom: 10px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.m5 {
    margin: 5px;
}

.m10 {
    margin: 10px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}
.mb10 {
    margin-bottom: 10px;
}

.mt20 {
    margin-top: 20px;
}

.mt-5 {
    margin-top: 5px;
}
.mt-10 {
    margin-top: 10px;
}
.mt-16 {
    margin-top: 16px;
}

.fs14 {
    font-size: 0.8em;
}
.font-size-10 {
    font-size: 10px !important;
}
.font-size-12 {
    font-size: 12px !important;
}
.font-size-13 {
    font-size: 13px !important;
}
.font-size-14 {
    font-size: 14px !important;
}
.font-size-15 {
    font-size: 15px !important;
}
.font-size-16 {
    font-size: 16px !important;
}
.font-size-17 {
    font-size: 17px !important;
}
.font-size-18 {
    font-size: 18px !important;
}
.online-box {
  border: 1px solid #000;
  width: 98%;
  height: 320px;
  padding-top: 30px;
  margin-left: 5px;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

ul.unstyled {
    list-style: none; /* Remove HTML bullets */
    padding: 0;
    margin: 0;
}
.dot {
  height: 5px;
  width: 5px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  margin-bottom: 2px;
}

/* widget online users */
.activeUsers {
  width: 22px;
  height: 22px;
  border: none;
}
@media only screen and (max-width: 800px) {
    .activeUsers {
        width: 35px;
        height: 30px;
        padding-left: 3px;
    }
}

/* navbar */
.bg-dark .dropdown-menu {
    background-color: #393e46 !important;
    border-radius: none;
    border: none;
}
.bg-dark .dropdown-item {
    color: #eee !important;
}

.carousel-caption {
    background-color: #000;
    opacity: 0.7;
    filter: alpha(opacity=70);
}


/* new anime release slider */
.release-box {
    background-color: none;
    padding-left: 0;
    padding-right: 0;
}
.newReleaseSlider {
    padding-right: 15px;
}

.newReleaseSlider .ncontainer {
    position: relative;
}

.newReleaseSlider .ncontainer .image {
  opacity: 1;
  display: block;
  width: 100%;
  height: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

@media screen and (min-width: 577px) and (max-width: 1800px){
    .newReleaseSlider .ncontainer {
        width: 160px;
        height: 230px;
    }
    
    .newReleaseSlider .ncontainer .image {
      min-height: 220px;
      max-height: 220px;
    }
}

@media screen and (max-width: 576px) {
    .newReleaseSlider .ncontainer {
        min-width: 160px;
        height: 230px;
        padding-right: 5px;
    }
    
    .newReleaseSlider .ncontainer .image {
      min-height: 220px;
      max-height: 220px;
    }
}
@media screen and (min-width: 1800px) {
    .newReleaseSlider .ncontainer {
        width: 190px;
        height: 250px;
    }
    
    .newReleaseSlider .ncontainer .image {
      min-height: 245px;
      max-height: 245px;
    }
}

.newReleaseSlider .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0px 10px;
  text-align: center;
}

.newReleaseSlider .ncontainer:hover .image {
  opacity: 0.3;
}

.newReleaseSlider .ncontainer:hover .middle {
  opacity: 1;
}

.newReleaseSlider .text {
  padding-top: 10px;
  color: white;
  font-size: 11px;
  height: 200px;
}


/* home-anime-recommendation */
.home-anime-recommendation img {
    max-height: 140px;
    width: 100%;
}

.btn-xs {
    padding: .125rem .25rem;
    font-size: .875rem;
    line-height: 1;
    border-radius: .2rem;
}
.breadcrumb {
    background: none !important;
    font-size: 12px;
    padding: 0;
    margin-bottom: 5px;
}


@media only screen and (min-width: 800px) {
    .desktop-mt-10 {
        margin-top:10px;
    }

}
@media only screen and (max-width: 800px) {
    .mobile-mt-16 {
        margin-top:16px;
    }

    .mobilePadddingLabel {
        margin-top:32px;
    }
}

blockquote {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: 0.5em 10px;
    quotes: "\201C""\201D""\2018""\2019";
    color: #000;
}
blockquote:before {
    color: #ccc;
    content: open-quote;
    font-size: 4em;
    line-height: 0.1em;
    margin-right: 0.25em;
    vertical-align: -0.4em;
}
blockquote p {
    display: inline;
}

.top-list img {
    max-width: 64px;
    margin-right: 10px;
}
.top-list .top-rank {
    font-size: 3em;
}
.top-list a {
    font-weight: bold;
}
.top-list span.active {
    color: #4ecca3;
    font-weight: bold;
}

.shoutboxWindow {
    max-height: 390px;
    overflow: 'auto'; 
    font-size: 13px;
}
.imgThumb {
    width: 24px !important;
    height: 24px !important;
    margin-right: 5px !important;
}

#fb-share-button {
    background: #3b5998;
    font-weight: 600;
    padding: 3px 8px;
    display: inline-block;
    position: static;
    border: none;
}

#fb-share-button:hover {
    cursor: pointer;
    background: #213A6F
}

#fb-share-button svg {
    width: 18px;
    fill: white;
    vertical-align: middle;
    border-radius: 2px
}

#fb-share-button span {
    vertical-align: middle;
    color: white;
    font-size: 14px;
    padding: 0 3px
}

.color-white {
    color: #fff;
}
.color-green {
    color: green;
}
.color-white-grey {
    color: #ccc;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.max-wdith-60 {
    max-width: 60px;
}
.width-100 {
    width: 100%;
}

img.activeUsers {
    -webkit-filter: grayscale(80%);
       -moz-filter: grayscale(80%);
         -o-filter: grayscale(80%);
        -ms-filter: grayscale(80%);
            filter: grayscale(80%); 
}

img.activeUsers:hover {
    -webkit-filter: none;
       -moz-filter: none;
         -o-filter: none;
        -ms-filter: none;
            filter: none;
}

.img-thumbnail {
    padding: 0.01rem !important;
}

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