.ads-label {
  position: absolute;
  top: 8px;
  right: 8px;
  background: rgba(255, 255, 255, 0.95);
  color: #000;
  font-size: 12px;
  padding: 4px 6px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  overflow: hidden;
  cursor: pointer;
  transition: max-width 0.3s ease;
  max-width: 28px;
  text-decoration: none;
  z-index: 10;
  box-shadow: 0px 0 30px rgb(1 41 112 / 30%);
}

.ads-label:hover,
.ads-label:focus {
  max-width: 250px;
}

.ads-label img {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
}

.ads-text {
  white-space: nowrap;
  margin-left: 6px;
  opacity: 0;
  transform: translateX(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  color: #000;
}

.ads-label:hover .ads-text,
.ads-label:focus .ads-text {
  opacity: 1;
  transform: translateX(0);
}

    
.card-adshome {
  width: 100%;
  height: auto;
  display: block;
  position: relative;
}

.cards-adshome {
  max-width: 100%;
  margin: 0 30px 0;
  display: grid;
  grid-gap: 1rem;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .cards-adshome { grid-template-columns: repeat(2, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .cards-adshome { grid-template-columns: repeat(2, 1fr); }
}
    
.navbar-right-embedze-user {
    margin-right: 50px!important;
}
.logo-navbar-user-embedze {
    margin-left: 37px!important;
}
.trailer-embedze {
    background: #242a38 !important;
    padding: 20px 20px 0 !important;
    box-shadow: 12px 12px 0px 0px rgb(52 59 76 / 50%) !important;
    border-radius: 6px !important;
    width: 650px!important;
}
.btn-hover {
    width: 135px;
    font-size: 13px;
    font-weight: 700;
    color: #fff;
    cursor: pointer;
    height: 35px;
    text-align:center;
    border: none;
    background-size: 300% 100%;
    border-radius: 50px;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:hover {
    background-position: 100% 0;
    moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -webkit-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.btn-hover:focus {
    outline: none;
}

.btn-hover.color-1 {
    background-image: linear-gradient(to right, #25aae1, #40e495, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(49, 196, 190, 0.75);
}
.btn-hover.color-2 {
    background-image: linear-gradient(to right, #f5ce62, #e43603, #fa7199, #e85a19);
    box-shadow: 0 4px 15px 0 rgba(229, 66, 10, 0.75);
}
.btn-hover.color-3 {
    background-image: linear-gradient(to right, #667eea, #764ba2, #6B8DD6, #8E37D7);
    box-shadow: 0 4px 15px 0 rgba(116, 79, 168, 0.75);
}
.btn-hover.color-4 {
    background-image: linear-gradient(to right, #fc6076, #ff9a44, #ef9d43, #e75516);
    box-shadow: 0 4px 15px 0 rgba(252, 104, 110, 0.75);
}
.btn-hover.color-5 {
    background-image: linear-gradient(to right, #0ba360, #3cba92, #30dd8a, #2bb673);
    box-shadow: 0 4px 15px 0 rgba(23, 168, 108, 0.75);
}
.btn-hover.color-6 {
    background-image: linear-gradient(to right, #009245, #FCEE21, #00A8C5, #D9E021);
    box-shadow: 0 4px 15px 0 rgba(83, 176, 57, 0.75);
}
.btn-hover.color-7 {
    background-image: linear-gradient(to right, #6253e1, #852D91, #A3A1FF, #F24645);
    box-shadow: 0 4px 15px 0 rgba(126, 52, 161, 0.75);
}
.btn-hover.color-8 {
    background-image: linear-gradient(to right, #29323c, #485563, #2b5876, #4e4376);
    box-shadow: 0 4px 15px 0 rgba(45, 54, 65, 0.75);
}
.btn-hover.color-9 {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
.btn-hover.color-10 {
        background-image: linear-gradient(to right, #ed6ea0, #ec8c69, #f7186a , #FBB03B);
    box-shadow: 0 4px 15px 0 rgba(236, 116, 149, 0.75);
}
.btn-hover.color-11 {
       background-image: linear-gradient(to right, #eb3941, #f15e64, #e14e53, #e2373f);  box-shadow: 0 5px 15px rgba(242, 97, 103, .4);
}





.logo-login-embedze {
    width: auto;
    height: 45px;
    margin: 0 0 15px;
}
.id-country {
    font-size: 11px;
    display: inline-block;
    margin: -20px -5px 0;
    font-weight: 700;
    color: #ffffff;
}

.note-earn-embedze.text-center {
    background: #000;
    padding: 10px 38px 20px;
    border-radius: 6px;
    box-shadow: 8px 8px 0px 0px rgb(0 0 0 / 30%) !important;
}
.btn-donasi {
    background: #fd4378;
    color: #fff!important;
    padding: 7px 20px 9px;
    display: inline-block;
    border-radius: 100px;
    font-weight: 700;
}
.btn-donasi:hover {
    background: #00db71;
    color: #fff!important;
    padding: 7px 20px 9px;
    display: inline-block;
    border-radius: 100px;
    font-weight: 700;
}
.mt-embedze {
    margin-top: 20px;
}
.embedze-login-box {
    margin-top: 70px;
}
.poster-embedze {
    background: #242a38;
    padding: 10px;
    width: 150px;
    position: absolute;
    display: inline-block;
    margin-top: -75px;
    margin-left: -15px;
    border-radius: 6px;
}

.social-icons {
      display: flex;
      gap: 10px;
      margin: 15px 0 0;
    }
    
    .social-title-embedze {
    font-size: 20px;
    font-weight: 600;
}

    .social-icons a {
      text-decoration: none;
      color: white;
      background: #444;
      width: 30px;
      height: 30px;
      border-radius: 50%;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: background 0.3s ease, transform 0.3s ease;
      font-size: 13px;
      position: relative;
    }

    .social-icons a:hover {
      transform: scale(1.15);
    }

    .social-icons a.facebook { background: #3b5998; }
    .social-icons a.twitter { background: #1da1f2; }
    .social-icons a.instagram { background: #e4405f; }
    .social-icons a.youtube { background: #ff0000; }

    /* Tooltip styling */
    .social-icons a::after {
      content: attr(title);
      position: absolute;
      bottom: -30px;
      background: #333;
      color: #fff;
      font-size: 12px;
      padding: 5px 8px;
      border-radius: 5px;
      opacity: 0;
      pointer-events: none;
      transform: translateY(5px);
      transition: all 0.2s ease;
      white-space: nowrap;
    }

    .social-icons a:hover::after {
      color: #fff;
      transform: translateY(0);
    }

.dl-embedze {
    display: inline-block;
    margin: -25px 0 0;
    background: #000;
    padding: 8px 15px 8px;
    border-radius: 6px;
}
.genre-embedze {
  background-color: transparent;
  color: white;
  height: auto;
}
.box-genre {
  max-width: 1240px;
  margin: 0 auto;
  display: grid;
  grid-gap: 1rem;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .box-genre { grid-template-columns: repeat(2, 1fr); }
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .box-genre { grid-template-columns: repeat(8, 1fr); }
}

.ads-embedze {
    width: 100%;
    height: auto;
}    
.logo-navbar-embedze {
    margin-left: 58px !important;
}
.bi.bi-circle-fill {
    margin-right: 5px;
}
.bg-btn-embedze {
    background: #242a38;
    width: 100%;
    padding: 10px 10px 10px;
    border-radius: 10px !important;
}
.badge-quality_views {
    font-weight: 700;
    color: #fff;
    padding: 3px 20px 5px;
    border-radius: 100px;
    font-size: 13px;
    margin-top: -3px;
    background-image: linear-gradient(120deg, #f093fb 0%, #f5576c 100%);
}
.btn-dl-online {
    background: #fd4378;
    color: #fff!important;
    text-align: center;
    padding: 8px;
}
.btn-dl-online:hover {
    background: #6349ff;
    color: #fff!important;
    text-align: center;
    padding: 8px;
}
.badge-meta-info {
    background: #fd4378;
    padding: 3px 12px 4px;
    font-size: 12px;
    margin-left: 3px;
    border-radius: 100px;
}
.btn-f-embedze {
    width: 100%;
    padding: 0 14px 0;
    margin: 0 0 8px;
}
.btn-home-embedze {
    background: #000;
    padding: 8px 20px 8px;
    border-radius: 100px;
}
.bg-btn-embedze-list {
    background: #000000;
    width: 100%;
    padding: 10px 10px 10px;
    border-radius: 10px !important;
}
.title-home-embedze {
    font-size: 18px;
    margin-bottom: 5px;
    font-weight: 600;
}
.spacer-embedze {
    margin: 0 0 10px;
    display: flex;
}
.btn-learn {
    background: #6349ff;
    color: #fff!important;
    width: 100%;
    display: block;
    margin: 15px 0 0;
    text-align: center;
    padding: 10px 0 10px;
    border-radius: 100px;
}
.btn-learn:hover {
    background: #fd4378;
    color: #fff!important;
}
.btn-embed-home-embedze {
    background: #242a38;
    padding: 8px 15px 8px;
    border-radius: 100px;
    margin-right: 10px;
    font-size: 12px!important;
}
.btn-embed-home-embedze:hover {
    background: #6349ff;
    color: #fff!important;
}
.btn-links-embed-home-embedze {
    background: #242a38;
    padding: 8px 15px 8px;
    margin-right: 10px;
    font-size: 12px!important;
    border-radius: 100px;
}
.btn-links-embed-home-embedze:hover {
    background: #6349ff;
    color: #fff!important;
}
.btn-manager {
    background: #242a38;
    padding: 7px 20px 8px;
    border-radius: 100px;
}
.btn-login {
    background: #242a38;
    padding: 7px 20px 8px;
    border-radius: 100px;
}
.btn-register {
    background: #242a38;
    padding: 7px 20px 8px;
    border-radius: 100px;
}
.btn-search {
    background: #242a38;
    padding: 7px 11px 8px;
    border-radius: 100px;
}
.btn-off {
    background: #242a38;
    padding: 7px 11px 8px;
    border-radius: 100px;
}
.h-play {
    height: 23px !important;
    width: auto;
    left: 14px;
    display: inline;
    position: absolute;
}

.z-index-switcher {
    z-index: 999;
    margin: 10px 10px 0;
}

.btn-slider-embedze {
    background: transparent;
    color: #00db71;
    border: 0;
    font-size: 27px;
    margin: 10px 15px 0;
    cursor: pointer;
}
.btn-slider-embedze:hover {
    color: #ffc414;
    cursor: pointer;
}
.icon-tier-country {
    color: #00db71;
}
.tier-box {
    padding: 0px;
    margin: -28px;
}
.note-embedze {
    border-radius: 4px;
    text-align: center;
    padding: 15px 0 21px;
    font-size: 20px;
    font-weight: 700;
    color: #fd4378;
    box-shadow: 8px 8px 0px 0px rgb(0 0 0 / 30%)!important;
    background: #000;
}
.top-border-embedze {
    border-top: solid 4px #00db71!important;
}
.shadow-embedze {
    box-shadow: 8px 8px 0px 0px rgb(0 0 0 / 30%)!important;
}
.box-earn_embedze {
    border: solid 2px #242a38;
    padding: 10px 0 13px;
    border-radius: 6px;
}
.mr-embedze {
    margin-right: 10px;
}
.embedze-box {
    background: #000;
}
.box-pages {
    background: #000;
    padding: 25px 40px 25px;
    box-shadow: 8px 8px 0px 0px rgb(0 0 0 / 30%)!important;
    border-radius: 6px;
}
.btn-site-notfound {
    background: #fd4378;
    padding: 7px 25px 8px;
    display: inline-block;
    margin-top: 15px;
    color: #fff!important;
    font-weight: 600;
    border-radius: 100px;
}
.btn-site-notfound:hover {
    background: #ffa201;
    color: #fff!important;
}
.box-api-home {
    margin: 0px !important;
}
.iframe-wrapper {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 25px;
    height: 0;
}

.iframe-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
}
.h-20.h-sm-30 {
    width: auto!important;
    height: 25px !important;
}
.flag-bg {
    background: transparent;
    border: 0;
    margin: 3px 0 0;
    cursor: pointer;
}
.navbar-content .btn {
    line-height: 1;
}
.nav-header-menus {
    padding-bottom: 34px;
    padding-top: 30px;
}
.navbar-menus-right {
    margin-right: 62px;
}
.user-sidebar {
    width: var( --sidebar-width-large);
}

.movie-card {
}

.movie-card {
    position: relative;
    overflow: hidden;
}

.movie-card.watched {
    background-color: #014483 !important;
}

.movie-card .front {
    position: relative;
    padding: 150% 0 0;
}

.movie-card .front .poster-img {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    width: 100%;
}

.movie-card .front .top, .movie-card .front .bottom {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    padding: 8px;
}

.movie-card .front .bottom {
    top: initial;
    bottom: 0;
}

.movie-card .back {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    padding: 15px;
    background-color: var(--lm-base-text-color-light);
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.2s linear,opacity 0.2s linear;
}

.movie-card .back .title {
    text-align: center;
}

.movie-card.selected, .movie-card.selected .select-btn {
    cursor: default;
}

.movie-card:hover .front .poster-img, .movie-card.selected .front .poster-img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.movie-card:hover .back, .movie-card.selected .back {
    visibility: visible;
    opacity: 1;
}

.tabs .btn.tab-active {
    background-color: var(--dm-card-bg-color) !important;
}

/* Play Button */
.play-btn {
display: flex;
align-items: center;
justify-content: center;
background: #fd4378;
color: #fff;
font-size: 50px;
width: 100px;
height: 100px;
z-index: 2;
border-radius: 100%;
position: relative;
}
.play-btn:hover {
background: #00db71;
color: #fff;
}
.play-btn:before {
content: '';
position: absolute;
border:15px solid #fff;
border-radius: 50%;
top: -20px;
left: -20px;
right: -20px;
bottom: -20px;
animation: bloom1 1.5s linear infinite;
opacity: 0;
z-index: 1;
}
.play-btn:after {
content: '';
position: absolute;
border:15px solid #fff;
border-radius: 50%;
top: -20px;
left: -20px;
right: -20px;
bottom: -20px;
animation: bloom2 1.5s linear infinite;
opacity: 0;
animation-delay: .4s;
z-index: 1;
}
@keyframes bloom1
{
0%
{
transform: scale(.5);
}
50%
{
opacity: 1;
}
100%
{
transform: scale(1.5);
}
}
@keyframes bloom2
{
0%
{
transform: scale(.5);
}
50%
{
opacity: 1;
}
100%
{
transform: scale(1.5);
}
}
/* End Play Button */

/* Home Item Play Button */
.item-play-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00db71;
    color: #fff!important;
    font-size: 20px;
    width: 55px;
    height: 55px;
    z-index: 2;
    border-radius: 100%;
    position: relative;
    border: solid 5px rgb(255 255 255 / 36%) !important;
}
.item-play-btn:hover {
    background: #6349ff;
    color: #fff!important;
}
.item-play-btn:before {
    content: '';
    position: absolute;
    border:10px solid #fff;
    border-radius: 50%;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    animation: bloom1 1.5s linear infinite;
    opacity: 0;
    z-index: 1;
}
.item-play-btn:after {
    content: '';
    position: absolute;
    border:10px solid #fff;
    border-radius: 50%;
    top: -20px;
    left: -20px;
    right: -20px;
    bottom: -20px;
    animation: bloom2 1.5s linear infinite;
    opacity: 0;
    animation-delay: .4s;
    z-index: 1;
    }
    @keyframes bloom1
    {
    0%
    {
    transform: scale(.5);
    }
    30%
    {
    opacity: 1;
    }
    100%
    {
    transform: scale(1.5);
    }
    }
    @keyframes bloom2
    {
    0%
    {
    transform: scale(.5);
    }
    30%
    {
    opacity: 1;
    }
    100%
    {
    transform: scale(1.5);
    }
    }
/* End Home Item Play Button */


#embed-player .main-content {
 position:relative;
 height:100vh
}
#embed-player .cover {
 background-attachment:fixed!important;
 background-size:cover!important;
 background-position:center!important;
 position:absolute;
 top:0;
 bottom:0;
 left:0;
 right:0
}
#embed-player .play-btn {
 position:absolute;
 top:50%;
 left:50%;
 transform:translate(-50%,-50%) scale(1.4);
 border-radius:50%;
 width:5.5rem;
 height:5.5rem;
 border:5px solid var(--dm-base-text-color);
 transition:all .1s linear 0s;
 cursor:pointer;
 display:flex;
 align-items:center;
 justify-content:center
}
#embed-player .play-btn img {
 margin-left:3px
}
#embed-player .loader {
 box-sizing:border-box;
 display:flex;
 height:100%;
 align-items:center;
 flex-direction:column;
 justify-content:center;
 color:var(--dm-base-text-color);
 z-index:1
}
#embed-player .play-btn:hover {
 transform:translate(-50%,-50%) scale(1.5);
}
#embed-player .frame {
 position:absolute;
 top:0;
 bottom:0;
 right:0;
 left:0
}
#embed-player iframe {
 height:100%
}
#embed-player .error {
 position:absolute;
 top:0;
 bottom:0;
 right:0;
 left:0;
 background-color:var(--dm-navbar-bg-color);
 color:var(--dm-base-text-color);
 display:flex;
 align-items:center;
 flex-direction:column;
 justify-content:center;
 z-index:1
}
#embed-player .error,
#embed-player .frame,
#embed-player .loader {
 display:none
}
.movie-not-found {
 position:fixed;
 top:0;
 left:0;
 right:0;
 bottom:0;
 display:flex;
 align-items:center;
 justify-content:center;
 flex-direction:column
}

.top-bar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 999;
    display: flex;
    background-color: transparent;
    padding: 8px;
}

@-webkit-keyframes line-scale {
 0% {
  -webkit-transform:scaley(1);
  transform:scaley(1)
 }
 50% {
  -webkit-transform:scaley(.4);
  transform:scaley(.4)
 }
 100% {
  -webkit-transform:scaley(1);
  transform:scaley(1)
 }
}
@keyframes line-scale {
 0% {
  -webkit-transform:scaley(1);
  transform:scaley(1)
 }
 50% {
  -webkit-transform:scaley(.4);
  transform:scaley(.4)
 }
 100% {
  -webkit-transform:scaley(1);
  transform:scaley(1)
 }
}

.line-scale > div:nth-child(1) {
    -webkit-animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.4s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(2) {
    -webkit-animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.3s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(3) {
    -webkit-animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.2s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(4) {
    -webkit-animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s -0.1s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div:nth-child(5) {
    -webkit-animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
    animation: line-scale 1s 0s infinite cubic-bezier(0.2, 0.68, 0.18, 1.08);
}

.line-scale > div {
    background-color: var(--primary-color);
    width: 4px;
    height: 35px;
    border-radius: 2px;
    margin: 2px;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    display: inline-block;
}

.genres-list .dropdown-item {
    min-width: 33.33%;
    width: auto;
    float: left;
}

.tabs {
    border-radius: 5rem;
    display: flex;
    align-items: center;
}

.tabs .btn {
    border-radius: 2rem;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.sidebar-menu .btn:hover {
    color: var(--dm-base-text-color) !important;
}

.trending-btn:hover {
    background-color: var(--danger-color) !important;
}

.recommend-btn:hover {
    background-color: var(--success-color) !important;
}

.new-release-btn:hover {
    background-color: var(--primary-color) !important;
}

.imdb-top-btn:hover {
    background-color: var(--secondary-color) !important;
}

.sidebar-menu .btn:hover i {
    color: var(--dm-base-text-color) !important;
}

#search-input {
    font-size: 4rem;
    padding: 3rem;
}

#search-input:focus, #search-input:active {
    box-shadow: none;
}

@-webkit-keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spinner-border {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

.spinner-border {
    display: inline-block;
    width: 1.4rem;
    height: 1.4rem;
    vertical-align: -0.125em;
    border: 0.25em solid currentColor;
    border-right-color: transparent;
    border-radius: 50%;
    -webkit-animation: .75s linear infinite spinner-border;
    animation: .75s linear infinite spinner-border;
}

.spinner-border-sm {
    width: 1rem;
    height: 1rem;
    border-width: 0.2em;
}

@-webkit-keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

@keyframes spinner-grow {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
    }

    50% {
        opacity: 1;
        -webkit-transform: none;
        transform: none;
    }
}

.spinner-grow {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    vertical-align: -0.125em;
    background-color: currentColor;
    border-radius: 50%;
    opacity: 0;
    -webkit-animation: .75s linear infinite spinner-grow;
    animation: .75s linear infinite spinner-grow;
}

.spinner-grow-sm {
    width: 1rem;
    height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
    .spinner-border, .spinner-grow {
        -webkit-animation-duration: 1.5s;
        animation-duration: 1.5s;
    }
}

.btn .spinner-border, .page-item .spinner-border {
    display: none;
}

.btn-loading .spinner-border {
    display: inline-block;
}

.g-recaptcha {
    display: inline-block;
    visibility: hidden !important;
}

.card .qe-version {
    position: absolute;
    right: 0;
    border-radius: 3px;
    padding: 3px 15px;
    font-size: 12px;
    margin-top: 3px;
}

.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 160px;
    height: 1.2em;
    white-space: nowrap;
    display: inline-block;
}

body.with-admin-bar {
    overflow-y: hidden;
    -ms-overflow-y: hidden;
}

body.with-admin-bar, .with-admin-bar .page-wrapper > .navbar:not(.navbar-fixed-bottom), .with-admin-bar .modal:target .modal-content .close, .with-admin-bar .modal.show .modal-content .close {
    top: 38px;
}

.with-admin-bar .page-wrapper.with-navbar > .content-wrapper, .with-admin-bar .page-wrapper.with-navbar > .sidebar {
    top: 7rem;
}

.dl-jump-group {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 7.5rem;
}

.dl-jump-group a {
    text-decoration: none;
}

.dl-jump-group .next-episode, .dl-jump-group .prev-episode {
    display: flex;
    justify-content: end;
    width: auto;
    max-width: 35rem;
    opacity: 0.7;
}

.episode-title {
    font-size: 1.6rem;
    margin: 0 0 8px;
    color: var(--dm-base-text-color);
}

.dl-jump-group .img-wrap {
    padding: 3px;
    background-color: var(--dm-card-bg-color);
}

.dl-jump-group .img-wrap img {
    display: block;
    height: 7.5rem;
}

.dl-jump-group .next-episode:hover, .dl-jump-group .prev-episode:hover {
    opacity: 1;
}

.ve-ad--wrap {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.ve-ad--728 {
    max-width: 728px;
}

.ve-ad--300 {
    max-width: 300px;
}

.page-error-card {
    margin-top: 10rem;
    ;}

.page-error-card .error-title {
    font-size: 10rem;
    font-weight: bold;
}

.my-only .table-condensed thead tr:nth-child(2), .my-only .table-condensed tbody {
    display: none;
}

.ref-datetimepicker-wrap {
    position: relative;
    width: 630px;
}

.ref-datetimepicker-wrap .input-group {
    width: 200px;
    float: right;
}

.card-preloader {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: #111417;
    display: none;
}

.spinner-border-xl {
    width: 5rem;
    height: 5rem;
}

.card-preloader-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.card-loading .card-preloader {
    display: block;
}

.btn-facebook {
    color: #fff !important;
    background-color: #3a5898 !important;
    border-color: #3a5898 !important;
}

.btn-facebook:hover {
    background-color: #35508b !important;
    border-color: #35508b !important;
}

.btn-google {
    color: #fff !important;
    background-color: #EA4335 !important;
    border-color: #EA4335 !important;
}

.btn-google:hover {
    color: #fff !important;
    background-color: #da392b !important;
    border-color: #da392b !important;
}

.email-icon-wrap {
    width: 140px;
    height: 140px;
    border: 2px solid #0d5aa0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 30px auto;
}

.email-icon-wrap-green {
    border-color: #01ac5c;
}

.email-icon-wrap-red {
    border-color: #a92b2c;
}

.tier-card {
    min-height: 500px;
    text-align: center;
}

.tier-card ul li {
    list-style: none;
}

.servers .status-dot {
    font-size: 0.875rem;
    margin-top: 3px;
}

.telegram-card .card-body {
    border: 1px dashed rgb(89 170 231 / 70%);
    padding: 10px;
    border-radius: 3px;
}

.telegram-card a, .telegram-card a:hover {
    color: inherit;
    text-decoration: none;
}

.telegram-card .telegram-link-badge {
    color: #59aae7;
    border-radius: 20px;
}

.telegram-card:hover .telegram-txt {
    color: #59aae7;
}

.telegram-card .telegram-link-badge:hover {
    font-style: italic;
}

/* Footer */
ul {
    margin: 0px;
    padding: 0px;
}
.footer-ul-embedze {
    margin-left: -28px;
}
.footer-section {
  background: #000;
  position: relative;
  margin-top: -10px;
}
.footer-cta {
  border-bottom: 1px solid #373636;
}
.single-cta i {
  color: #ff5e14;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
  margin-left: 30px;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 20px;
  margin-top: 15px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text-about {
    width: 90%;
    font-size: 13px;
    text-align: justify;
    color: #ffffff;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 120px;
  background: #00db71;
}
.footer-widget-heading h3:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -15px;
    height: 2px;
    width: 80%;
    max-width: 100%;
    background-color: #242a38;
    z-index: -1;
}
.footer-widget ul li {
  display: inline-block;
  float: left;
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: #fd4378;
}
.footer-widget ul li a {
  color: #ffffff;
  text-transform: capitalize;
}
.copyright-area{
  background: #242a38;
  padding: 15px 0 4px;
  margin-top: 45px;
  margin-bottom: 10px;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #ffffff;
}
.copyright-text p a{
  color: #ff5e14;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: #ff5e14;
}
.footer-menu li a {
  font-size: 14px;
  color: #ffffff;
}
/* End Footer */

.box-embedze {
    position: relative;
    margin: 15px;
    color: var(--lm-card-text-color);
    background-color: transparent;
    background-image: var(--lm-card-bg-image);
    border-radius: var(--card-border-radius);
    border: none;
    margin-top: 100px;
}

.boxembed {
    background: #000;
    padding: 15px;
    margin-top: -30px;
    border-top: solid 4px #242a38;
}

/* APi Page */
.box-api-pages {
    width: 100%;
    padding: 0 58px 0;
}
#single-page-title {
    padding: 120px 0 60px;
}
.badge-info {
    background: #fd4378;
    padding: 4px 15px 6px;
    display: inline-block;
    font-size: 13px;
    border-radius: 100px;
    border: 0;
}
.garis_ {
    border: solid 1px #fff;
    width: 200px;
    margin: 10px auto 12px;
    border-radius: 100px;
}
.title-pages {
    font-size: 40px;
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-transform: capitalize;
    font-variant-caps: petite-caps;
    z-index: 1;
}
.api-left, .api-right {
    color: #fff;
    background: #000;
    box-shadow: 7px 7px 0px 0px rgb(0 0 0 / 40%);
    border-radius: 6px;
    padding: 14px 15px 20px;
}
.spacing-box {
    margin: 20px;
}
.spacer-apis {
    margin: 7px 0 7px;
}
.api-heading {
    color: #fff;
    font-size: 25px;
    margin: 0 0 15px;
    font-weight: 600;
}
.mb-api {
    margin: 0 0 10px;
}
.api-box {
  width: 100%;
  margin: 0 auto 30px;
  display: grid;
  grid-gap: 2rem;
}

/* Screen larger than 600px? 2 column */
@media (min-width: 600px) {
  .api-box {grid-template-columns: repeat(2, 1fr);margin-bottom: 30px;}
}

/* Screen larger than 900px? 3 columns */
@media (min-width: 900px) {
  .api-box {grid-template-columns: repeat(2, 1fr);margin-bottom: 30px;}
}
/* End API Page */


.lds-ripple,
.lds-ripple div {
  box-sizing: border-box;
}
.lds-ripple {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}
.lds-ripple div {
  position: absolute;
  border: 4px solid currentColor;
  opacity: 1;
  border-radius: 50%;
  animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}
.lds-ripple div:nth-child(2) {
  animation-delay: -0.5s;
}
@keyframes lds-ripple {
  0% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 8px;
    height: 8px;
    opacity: 1;
  }
  100% {
    top: 0;
    left: 0;
    width: 80px;
    height: 80px;
    opacity: 0;
  }
}
.badge_season_episode {
    background: #fd4378;
    padding: 4px 10px 3px;
    font-size: 9px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
}
.badge_quality {
    background: #6349ff;
    padding: 4px 10px 3px;
    font-size: 9px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
}
.badge_country {
    background: #fd4378;
    padding: 4px 10px 3px;
    font-size: 9px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
}
.badge_minutes {
    background: #00db71;
    padding: 4px 10px 3px;
    font-size: 9px;
    color: #fff;
    font-weight: 500;
    border-radius: 4px;
}
.badge_rate {
    background: #f7bb00;
    padding: 4px 10px 3px;
    font-size: 9px;
    color: #000;
    font-weight: 500;
    border-radius: 4px;
}
.judul-item {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 14px;
    padding: 5px;
    margin-bottom: 15px;
    background: #000;
    border-top: solid 2px #fff;
}
.dark-mode a {
    color: #fff;
    text-decoration: none;
}
.dark-mode a:hover {
    color: #ffbd45;
    text-decoration: none;
}



.accordion {
  background-color: #0b0e17;
  color: #fff;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  transition: 0.4s;
  margin-bottom: 3px;
}

.activee, .accordion:hover {
  background-color: #000;
}

.text-capitalize.text-justify {
  padding: 5px 0 10px !important;
}
.accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

.activee:after {
  content: "\2212";
}

.panel {
  padding: 0px 18px;
  background-color: black;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-bottom: 10px;
}
.box-responsive {
  width: 100%;
  margin: 0 auto 0;
  display: grid;
  gap: 2rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  padding: 0 31px 0;
}
.api-content-box1, .api-content-box2 {
  background-color: #000;
  color: white;
  padding: 15px;
  border-radius: 7px;
}

.api-box-responsive {
  margin: 25px 0 auto;
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
}
.heading-title-faq {
    text-align: center;
    font-variant: petite-caps;
    color: #fff;
    margin: 35px 0 0;
}
.text-url-faq {
    color: #f93970;
}
.sub-faq {
    font-size: 13px;
    margin: -12px 0 20px;
}

@media only screen and (max-width: 600px) {
  .sub-faq {
    font-size: 11px;
    margin: -12px 0 0;
    } 
.container-fluid {
    width: 100%;
    }
.flag-bg {
    margin-right: -40px;
    margin-top: 5px;
}    
.logo-navbar-embedze {
    margin-left: 24px !important;
}    
.title-pages {
    font-size: 35px;
    z-index: 1;
    width: 95%;
}    
}


.switch {
      position: relative;
      display: inline-block;
      width: 60px;
      height: 30px;
    }

    .switch input {
      opacity: 0;
      width: 0;
      height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 10px;
    left: 10px;
    right: 0;
    bottom: 0;
    background-color: transparent;
    transition: 0.4s;
    border-radius: 26px;
}

    .slider .icon-on,
    .slider .icon-off {
      position: relative;
    }

    .slider .icon-on {
      display: none;
      color: #fd4378;
      font-size: 25px;
    }

    .slider .icon-off {
      display: block;
      color: #00db71;
      font-size: 25px;
    }

    input:checked + .slider {
      color: #e0ffe0;
    }

    input:checked + .slider .icon-on {
      display: block;
    }

    input:checked + .slider .icon-off {
      display: none;
    }

/* Tooltip kiri, kecil, tidak kapital */
    .slider .tooltip {
      visibility: hidden;
      background-color: #fff;
      color: #000;
      text-align: center;
      border-radius: 4px;
      padding: 5px 10px 5px;
      position: absolute;
      top: 50%;
      right: 150%;
      transform: translateY(-50%);
      font-size: 12px;
      white-space: nowrap;
      z-index: 1;
      opacity: 0;
      transition: opacity 0.3s;
      pointer-events: none;
      text-transform: none; /* 👈 huruf normal */
      font-weight: normal;
      font-family: sans-serif;
    }

    .slider .tooltip::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 99%;
      transform: translateY(-50%);
      border-width: 8px;
      border-style: solid;
      border-color: transparent transparent transparent #fff;
    }

    /* Hover aktifkan tooltip */
    .slider .icon-on:hover .tooltip,
    .slider .icon-off:hover .tooltip {
      visibility: visible;
      opacity: 1;
    }
    /* Animasi rotasi ikon */
    @keyframes rotate-icon {
      0%   { transform: rotate(0deg); }
      100% { transform: rotate(360deg); }
    }
    .meta-inform {
    background: #000;
    padding: 20px;
    margin-top: 0px !important;
    width: 100%;
    }
    
.bg-footer-menu {
    background: #242a38 !important;
    border-top: solid 5px #00db71 !important;
    z-index: 999;
}
.fixed-bottom {
    position: fixed;
    bottom: 0;
}  
.menu-mobile_embedze {
    display: block;
}
.small.d-block {
    margin: -5px 0 0;
}
.icon-mobile-menu {
    margin-top: 10px;
}

.three h2 {
  font-size: 25px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5em;
  padding-bottom: 10px;
  position: relative;
}
.three h2:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 2px;
  width: 200px;
  background-color: #fff;
  z-index: 1;
}
.three h2:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 1px;
  height: 2px;
  width: 100%;
  max-width: 100%;
  background-color: #25282c;
}

.library_switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 23px;
}

.library_switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.library_slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fd4378;
  transition: 0.4s;
  border-radius: 26px;
}

.library_slider:before {
  position: absolute;
  content: "";
  height: 15px;
  width: 15px;
  left: 5px;
  bottom: 4px;
  background-color: white;
  transition: 0.4s;
  border-radius: 50%;
}

.library_switch input:checked + .library_slider {
  background-color: #00db71;
}

.library_switch input:checked + .library_slider:before {
  transform: translateX(24px);
}

.library_switch-label {
  font-weight: 500;
  font-size: 15px;
  margin-left: 4px;
  user-select: none;
}
