html {
    --scrollbarBG: #222;
    --thumbBG: #ccff66;
}

body::-webkit-scrollbar {
    width: 11px;
}

@media only screen and (max-width: 600px) {
    img.logo {
        width: 7rem !important;
        ;
        height: auto !important;
    }
}

body {
    scrollbar-width: thin;
    scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}

body::-webkit-scrollbar-track {
    background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
    background-color: var(--thumbBG);
    border-radius: 6px;
    border: 3px solid var(--scrollbarBG);
}

.content img {
    max-width: 100% !important;
}

.carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccff66' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3e%3c/svg%3e");

}

.carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ccff66' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3e%3c/svg%3e");

}

.carousel-control-next,
.carousel-control-prev {
    opacity: 0.8 !important;
}

.carousel-inner .carousel-item.active,
.carousel-inner .carousel-item-next,
.carousel-inner .carousel-item-prev {
    display: flex;
}


.carousel-inner .carousel-item-right,
.carousel-inner .carousel-item-left {
    transform: translateX(0);
}

body {
    font-family: 'Poppins';
}

#tonton img {
    width: 100%;
}


:root {
    --gradient: linear-gradient(to left top, #d7fb90 10%, #d7fb5e 90%) !important;
}


.card {
    background: #222;
    border: 1px solid #d7fb5e;
    color: rgba(250, 250, 250, 0.8);
    margin-bottom: 2rem;
    height: 94%;
    cursor: pointer;
}

.card-footer {
    padding: 1.25rem 1.25rem 0.75rem;
}

.btn {
    border: 3px solid;
    color: var(--gradient);
    border-image-slice: 1;
    background: var(--gradient) !important;
    -webkit-text-fill-color: var(--gradient) !important;
    border-image-source: var(--gradient) !important;
    text-decoration: none;
    transition: all .4s ease;
    border-radius: 10px;
}

.btn:hover,
.btn:focus {
    background: var(--gradient) !important;
    -webkit-text-fill-color: #fff !important;
    border: 5px solid #fff !important;
    box-shadow: #222 1px 0 10px;
    text-decoration: none;
}

.container-iframe {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 68px;
    /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.row {
    margin-left: 0px;
    margin-right: 0px;
}

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

.image-play {
    text-align: left;
    align-self: center;
    place-self: center;
}

#mainNav {
    height: 60px;
    padding-top: 0;
    padding: 0px;
    background: #000;
    border: none rgb(36, 255, 0);
}

#mainNav .navbar-nav .nav-item .nav-link {
    padding-left: 10px;
    /* padding-top: 15px; */
}

.logo {
    padding: 10px;
    height: 60px;
}

.search-container {
    color: white;
    justify-content: center;
    padding-top: 15px;
}

.search-container button:hover {
    text-decoration: none;
    /* background: #d7fb5e !important */
}

div#navbarSupportedContent,
.dropdown-item,
.dropdown-menu {
    background: #000;
    z-index: 2;
    color: white;
    cursor: pointer;
}

transparent #mainNav .navbar-toggler {
    background-color: #d7fb5e;
}

.borderless,
.borderless:hover {
    border: unset !important;
}

.card-subtitle {
    font-size: 0.8rem;
}

.card-subtitle a {
    text-decoration: none;
    color: #8d97a0;
    font-weight: 800;
    text-transform: capitalize;
}

.card-subtitle a:hover {
    color: #deefff;
}

.h5,
h5 {
    font-size: 1.1rem;
}

.playlist .nowpane,
.playlist .nextpane,
.playlist .lastpane {
    border-right: 1px solid #d7fb5e;
}


.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 2;
}

.card-tags {
    position: absolute;
    top: 5px;
    left: 5px;
}

.badge.badge-pill.badge-success {
    padding: 0.7em 1.2em 0.6em;
    font-size: .555rem;
    text-transform: uppercase;
}

.badge.badge-pill.badge-success:hover {
    background-color: #000;
}

.search-container input {
    width: 80% !important;
    /* max-width: 165px */
}

.card-broadcaster {
    background: white
}

.broadcaster-thumb {
    padding: 25px;
    border-radius: 399px;
}

.card-broadcaster:hover img {
    transform: scale(1.1);
}

.text-black {
    color: #000;
}

.card-broadcaster-title {
    text-transform: capitalize;
    margin: none;
}

.card-broadcaster-subtitle {
    color: #8e8e8e;
    margin-bottom: 20px;
}

.bg-white {
    background: #fff;
}

.badge-success {
    color: #000;
    background-color: #d7fb5e;
}

img.logo {
    margin-right: 1.2rem;
}


.social-buttons a {
    color: #d7fb5e;
}

.lastpane {
    border-right: none !important;
}

.search-container button:hover {
    background: #d7fb5e !important;
}

.search-container button:focus {
    background: #d7fb5e !important;
    border: 3px solid white !important;
}

@media (max-width: 768px) {
    .mobileGlowing {
        left: 0px;
        margin-left: 0px !important;
    }

    .ahrefGlowing {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
}


::-webkit-scrollbar-thumb:horizontal {
    background: #cfff33;
    border-radius: 10px;
}

::-webkit-scrollbar {
    height: 7px;
    width: 7px;
    border-radius: 5px;
    background: #222222;
}

.bg-black {
    background: #000;
}

.logo {
    padding: unset;
    padding-bottom: 10px;
    margin-left: 50px !important;
}


li.nav-item {
    align-content: end;

    font-weight: light;
    font-family: 'Lato';
    text-transform: capitalize;
    color: #fff !important;
}

.navbar-nav>.nav-item {
    padding: 0px 10px;
}

.navbar-dark .navbar-nav .active>.nav-link {
    color: #cfff33;
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    border: none;
    padding-left: 2px;
    font-size: 12px;
    color: white;
    vertical-align: baseline;
    font-weight: bold;
}

.navbar-dark .navbar-nav .nav-link {
    color: white;
}


.dropdown-item.active,
.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #829738;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: #fff;
    text-decoration: none;
    background-color: #829738;
}


.btn-categories-baca {
    border-radius: 15px;
    cursor: pointer;
    margin: 10px;
    padding: 8px 20px;
    border: 2px solid;
    background: #e7ff9c;
}

.btn-categories-baca:hover,
.btn-categories-baca.active {
    background: #c1e932;
}

.homepage_featured_image {
    border: 1px solid;
}

svg.svg-inline--fa.fa-bars path {
    fill: #D7FA5E;
}

svg.svg-inline--fa.fa-magnifying-glass path {
    fill: #D7FA5E;
}
