.container.content {
    padding-left: 0rem;
    padding-right: 0rem;
}

.container-fluid.content {
    padding-left: 0rem;
    padding-right: 0rem;
}

a {
    text-decoration: none;
    color: white;
}

p {
    font-size: 12px;
}

.green {
    color: green;
}

.red {
    color: red;
}

.btn-nav {
    background-image: linear-gradient(maroon, red, maroon);
    color: white;
    border: 2px solid;
    border-color: orange;
    border-radius: 1cm;
}

.btn-nav:hover {
    background-image: linear-gradient(orangered, orange, orangered);
    color: black;
    border: 2px solid;
    border-radius: 1cm;
    border-color: white;
}

.card-title-rtp {
    background-image: linear-gradient(orangered, orange, orangered);
    color: black;
    border-color: white;
    border-width: 2px;
    font-size: 16px;
    border: 2px solid white;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 700;
    cursor: pointer;
}

.card-title-rtp:hover {
    background-image: linear-gradient(maroon, red, maroon);
    color: white;
    border-color: white;
    border-width: 2px;
    font-size: 16px;
    border: 2px solid white;
    text-align: center;
    border-radius: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.provider-name {
    background-image: linear-gradient(orangered, orange, orangered);
    font-size: 26px;
    color: rgb(255, 255, 255);
}

.slot-time {
    font-size: 14px;
    font-weight: 600;
}

.pola-gacor {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: white;
    /* filter: drop-shadow(1px 1px 2px orange); */
    font-size: 12px;
    border-radius: 5px;
    text-align: left;
}

.btn-access {
    color: white;
    background-color: maroon;
    width: 100%;
    height: 40px;
    filter: drop-shadow(1px 1px 5px black);
    border-color: orange;
    border-width: 2px;
    border-radius: 1cm;
    filter: drop-shadow(1px 1px 3px orange)
}

.btn.btn-link-modal{
    width: 100%;
    color: black;
    font-size: 16px;
    font-weight: 700;
    border-radius:1cm;
    border: 2px solid white;
    background-image: linear-gradient(90deg, orangered, orange, orangered);
}

.btn.btn-link-modal:hover{
    width: 100%;
    color: white;
    font-size: 16px;
    font-weight: 700;
    border-radius:1cm;
    border: 2px solid white;
    background-image: linear-gradient(90deg, maroon, red, maroon);
}

.img-rtp {
    width: 100%;
    max-height: 160px;
    overflow: hidden;
    border: 2px solid white;
}

.thumbnail{
    max-height: 160px;
    overflow: hidden;
    aspect-ratio: 6/4;
    border-radius: 4px;
    border-radius:10px;
    width: 100%;
    height: 100%;
    filter: drop-shadow(0px 0px 4px orange)
}

.btn.btn-link-modal{
    width: 100%;
    color: black;
    font-size: 16px;
    font-weight: 700;
    border-radius:1cm;
    border: 2px solid white;
    background-image: linear-gradient(90deg, orangered, orange, orangered);
}

.btn.btn-link-modal:hover{
    width: 100%;
    color: white;
    font-size: 16px;
    font-weight: 700;
    border-radius:1cm;
    border: 2px solid white;
    background-image: linear-gradient(90deg, maroon, red, maroon);
}

.carousel-container-fluid {
    display: block;
    width: 100%;
    align-items: center;
    justify-content: center;
    position: relative;
}

.carousel-wrapper {
    display: flex;
    width: 100%;
    height: auto;
    overflow: auto;
    border: 2px solid orange;
    padding: 20px;
    border-radius: 20px;
    scrollbar-width: none;
    scroll-behavior: smooth;

    &::-webkit-scrollbar {
        display: none;
    }

    &.dragging {
        scroll-behavior: auto;
    }
}

.marquee {
    font-size: 16px;
}

.text-marquee {
    font-size: 16px;
}

.carousel {
    display: flex;
    width: auto;
    width: fit-content;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;

    .carousel-slide {
        display: flex;
        width: 200px;
        min-width: 144px;
        height: 120px;
        flex-grow: 0;
        flex-direction: column;
        justify-content: flex-end;
        border-top-left-radius: 1cm;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 1cm;
        border-bottom-left-radius: 5px;
        position: relative;
        overflow: hidden;
        background-color: #000000;
        transition-property: width, min-width, height, flex, flex-grow, flex-shrink,
            flex-basis, opacity;
        transition-duration: 240ms;

        img,
        .carousel-image {

            display: block;
            width: 80%;
            /* height: 100%; */
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            /* object-fit: cover; */
            margin-left: 0.6cm;
            margin-top: 0.3cm;
            object-position: center;
            transition: all 2s;
        }

        .carousel-content {
            display: flex;
            width: 100%;
            max-height: 100%;
            flex-direction: column;
            justify-content: flex-end;
            position: relative;
            padding: 8px;
            color: black;
            border-bottom-right-radius: 1cm;
            transform: translateY(100%);
            backdrop-filter: blur(1px);
            transition-property: transform, color, flex, height, flex-basis, opacity;
            transition-duration: 240ms;
            transition-property: width, height, flex, flex-grow, flex-shrink, flex-basis, opacity, transform, backdrop-filter;
            transition-duration: 240ms;
            transition-delay: 100ms;
            overflow: hidden;
            z-index: 2;

            h2 {
                font-size: 1rem;
                margin: 0;
                color: white;
                background-clip: text;
                /* background-image: conic-gradient(red 50deg, yellow 100deg, lime 200deg, aqua, blue, magenta, red); */
                transition: all 240ms;
                text-align: center;
            }

            p {
                display: none;
                font-size: 0.75rem;
                margin-top: 1em;
                line-height: 1.5;
                margin-top: 16px;
                margin-bottom: 0;
                transform: translateY(101%);
                transition-property: width, height, flex, flex-grow, flex-shrink,
                    flex-basis, opacity, transform, margin;
                transition-duration: 240ms;
                transition-delay: 50ms;
            }
        }

        &.loaded {

            img,
            .carousel-image {
                opacity: 1;
                transition-delay: 100ms;
            }

            .carousel-content {
                transition-delay: 100ms;
                transform: translateY(0%);

                h2 {
                    font-size: 1rem;
                }
            }
        }

        &:hover {
            .carousel-content {
                color: black;
                backdrop-filter: blur(15px);
                background-image: linear-gradient(orangered, orange, orangered);
            }
        }
    }

    &:hover .carousel-slide:not(:hover):not(.active) {
        opacity: 0.5;
    }
}

button.slider-nav {
    display: inline-flex;
    width: 40px;
    height: 40px;
    min-width: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 999px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;

    svg {
        pointer-events: none;
    }

    &:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    }
}

button.btn-theme,
.btn.btn-theme {
    background: radial-gradient(farthest-corner at -1% 0%, white 5%, #cb0202 14%, #480000 85%) padding-box,
        linear-gradient(90deg, rgba(237, 219, 133, 1), rgba(52, 33, 9, 1)) border-box !important;
    background-size: auto;
    background-size: 400% 400%;
    box-shadow: inset 0 0 5px 0px #f6ea74, inset 0 2px 0 0 #fff;
    border-radius: 4px !important;
    border: 1px solid transparent !important;
    color: #f8f09e;
}

button.btn-theme:hover,
.btn.btn-theme:hover {
    background: radial-gradient(farthest-corner at 100% 124%, white 5%, #cb0202 14%, #480000 85%) padding-box, linear-gradient(90deg, rgba(237, 219, 133, 1), rgba(52, 33, 9, 1)) border-box !important;
    color: white;
}

button.prev {
    left: 0;
    transform: translate(-50%, calc(-50% - 13px));
}

button.next {
    right: 0;
    transform: translate(50%, calc(-50% - 13px));
}


.carousel-scrollbar,
.carousel-scrollbar .scrollbar-track {
    display: none;
    width: 100%;
    align-items: center;
}

.slider-start {
    button.prev {
        visibility: hidden !important;
        display: none;
    }
}

.slider-end {
    button.next {
        visibility: hidden !important;
    }
}

.carousel-scrollbar {
    margin-top: 16px;
    padding: 4px 0;

    .scrollbar-track {
        border-radius: 999px;
        height: 2px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .scrollbar-thumb {
        width: 20%;
        height: 100%;
        border-radius: 999px;
        cursor: pointer;
        position: relative;
        background-color: rgba(0, 0, 0, 0.8);
        transition: transform 200ms, background-color 200ms, height 200ms;
        display: none;

        &::after {
            content: "";
            display: block;
            height: 16px;
            width: 100%;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

        &:hover {
            height: 250%;
        }

        &.dragging,
        &.dragging:hover {
            background-color: rgba(0, 0, 0, 1);
            height: 400%;
        }

        &.dragging {
            &::after {
                height: 24px;
            }
        }
    }
}

.title-game{
    font-weight: bold;
    text-transform: uppercase;
}

.footer {
    background-image: linear-gradient(orange, orangered);
    color: white;
    font-size: 14px;
}

.col-footer {
    color: white;
}

.col-footer:hover {
    color: black;
    border-color: white;
    border-width: 3px;
    margin-top: 0px;
}

.dropdown {
    display: none;
}

.container-fluid.article-site{
    border-radius: 0.5rem;
    padding: 3rem;
    background-color: rgba(0, 0, 0, 0.678);
    color: rgb(255, 255, 255);
    border: 3px solid orange;
}

.container-fluid.article-site h1{
    font-size: 32px;
    padding: 1rem;
    color: orange;
    text-transform: uppercase;
    text-shadow: 1px 1px 0px orange;
}

.container-fluid.article-site h3{
    font-size: 25px;
    font-weight: bold;
    padding: 1rem;
}

.container-fluid.article-site li{
    font-size: 16px;
    font-weight: bold;
}

.container-fluid.article-site p{
    font-size: 16px;
}

.container.carousel-site{
    padding: 0rem;
}

.container.page-title{
    padding: 0rem;
}

.modal-body{
    background-color: black;
    border-radius:0.5cm;
    filter: drop-shadow(1px 1px 3px orange);
}

/* Ukuran font untuk perangkat tablet */
@media screen and (max-width: 1366px) {
    .container-fluid {
        padding-left: 2cm;
        padding-right: 2cm;
    }

    .card-title-rtp {
        background-image: linear-gradient(orangered, orange, orangered);
        color: black;
        border-color: white;
        border-width: 2px;
        font-size: 16px;
        border: 2px solid white;
        text-align: center;
        border-radius: 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: 700;
        cursor: pointer;
    }

    .card-title-rtp:hover {
        background-image: linear-gradient(maroon, red, maroon);
        color: white;
        border-color: white;
        border-width: 2px;
        font-size: 16px;
        border: 2px solid white;
        text-align: center;
        border-radius: 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .container-fluid.content {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .container-fluid.article-site{
        border-radius: 0.5rem;
        padding: 0rem;
        background-color: rgba(0, 0, 0, 0.678);
        color: rgb(255, 255, 255);
        border: 3px solid orange;
    }

    .container-fluid.article-site h1{
        font-size: 26px;
        padding: 0.5rem;
    }

    .container-fluid.article-site h3{
        font-size: 20px;
        font-weight: bold;
        padding: 0.5rem;
    }

    .container-fluid.article-site li{
        font-size: 14px;
        font-weight: bold;
    }

    .container-fluid.article-site p{
        font-size: 14px;
    }

    .button.dropdown-list{
        padding: 0.3rem;
        background-image:linear-gradient(maroon, red, maroon);
        border-radius:1cm;
        border-color:orange;
        color:white;
        width:45%;
        margin-bottom:5px;
        font-size:12px;
        font-family: Goldman, serif;
        font-weight: 400;
        font-style: normal;
    }

    .modal-body{
        background-color: black;
        border-radius:0.5cm;
        filter: drop-shadow(1px 1px 3px orange);
    }

    .btn .btn-nav{
        font-size: 1rem;
        padding: .5rem;
    }

    .carousel-wrapper{
        display: flex;
        width: 100%;
        height: auto;
        overflow: auto;
        border: 2px solid orange;
        padding: 20px;
        border-radius: 20px;
        scrollbar-width: none;
        scroll-behavior: smooth;
    }

    .carousel {
        display: flex;
        width: auto;
        width: fit-content;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        gap: 8px;
        padding: 5px;

    .carousel-slide {
        display: flex;
        width: 160px;
        min-width: 144px;
        height: 100px;
        flex-grow: 0;
        flex-direction: column;
        justify-content: flex-end;
        border-top-left-radius: 1cm;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 1cm;
        border-bottom-left-radius: 5px;
        position: relative;
        overflow: hidden;
        background-color: #000000;
        transition-property: width, min-width, height, flex, flex-grow, flex-shrink, flex-basis, opacity;
        transition-duration: 240ms;

        img,
        .carousel-image {
            display: block;
            width: 80%;
            /* height: 100%; */
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            /* object-fit: cover; */
            margin-left: 1rem;
            margin-top: 0.5rem;
            object-position: center;
            transition: all 2s;
        }

        .carousel-content {
            display: flex;
            width: 100%;
            max-height: 100%;
            flex-direction: column;
            justify-content: flex-end;
            position: relative;
            padding: 8x;
            color: black;
            border-bottom-right-radius: 1cm;
            transform: translateY(100%);
            backdrop-filter: blur(1px);
            transition-property: transform, color, flex, height, flex-basis, opacity;
            transition-duration: 240ms;
            transition-property: width, height, flex, flex-grow, flex-shrink, flex-basis, opacity, transform, backdrop-filter;
            transition-duration: 240ms;
            transition-delay: 100ms;
            overflow: hidden;
            z-index: 2;

            h2 {
                font-size: 1rem;
                margin: 0;
                color: white;
                background-clip: text;
                /* background-image: conic-gradient(red 50deg, yellow 100deg, lime 200deg, aqua, blue, magenta, red); */
                transition: all 240ms;
                text-align: center;
            }

            p {
                display: none;
                font-size: 0.75rem;
                margin-top: 1em;
                line-height: 1.5;
                margin-top: 16px;
                margin-bottom: 0;
                transform: translateY(101%);
                transition-property: width, height, flex, flex-grow, flex-shrink,
                    flex-basis, opacity, transform, margin;
                transition-duration: 240ms;
                transition-delay: 50ms;
            }
        }

        &.loaded {

            img,
            .carousel-image {
                opacity: 1;
                transition-delay: 100ms;
            }

            .carousel-content {
                transition-delay: 100ms;
                transform: translateY(0%);

                h2 {
                    font-size: .8rem;
                }
            }
        }

        &:hover {
            .carousel-content {
                color: black;
                backdrop-filter: blur(15px);
                background-image: linear-gradient(orangered, orange, orangered);
            }
        }
    }

    &:hover .carousel-slide:not(:hover):not(.active) {
        opacity: 0.5;
    }
}

button.slider-nav {
    display: inline-flex;
    width: 40px;
    height: 40px;
    min-width: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 999px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;

    svg {
        pointer-events: none;
    }

    &:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    }
}

button.btn-theme,
.btn.btn-theme {
    background: radial-gradient(farthest-corner at -1% 0%, white 5%, #cb0202 14%, #480000 85%) padding-box,
        linear-gradient(90deg, rgba(237, 219, 133, 1), rgba(52, 33, 9, 1)) border-box !important;
    background-size: auto;
    background-size: 400% 400%;
    box-shadow: inset 0 0 5px 0px #f6ea74, inset 0 2px 0 0 #fff;
    border-radius: 4px !important;
    border: 1px solid transparent !important;
    color: #f8f09e;
}

button.btn-theme:hover,
.btn.btn-theme:hover {
    background: radial-gradient(farthest-corner at 100% 124%, white 5%, #cb0202 14%, #480000 85%) padding-box, linear-gradient(90deg, rgba(237, 219, 133, 1), rgba(52, 33, 9, 1)) border-box !important;
    color: white;
}

button.prev {
    left: 0;
    transform: translate(-50%, calc(-50% - 13px));
}

button.next {
    right: 0;
    transform: translate(50%, calc(-50% - 13px));
}

.carousel-scrollbar,
.carousel-scrollbar .scrollbar-track {
    display: none;
    width: 100%;
    align-items: center;
}

.slider-start {
    button.prev {
        visibility: hidden !important;
        display: none;
    }
}

.slider-end {
    button.next {
        visibility: hidden !important;
    }
}

.carousel-scrollbar {
    margin-top: 16px;
    padding: 4px 0;

    .scrollbar-track {
        border-radius: 999px;
        height: 2px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .scrollbar-thumb {
        width: 20%;
        height: 100%;
        border-radius: 999px;
        cursor: pointer;
        position: relative;
        background-color: rgba(0, 0, 0, 0.8);
        transition: transform 200ms, background-color 200ms, height 200ms;
        display: none;

        &::after {
            content: "";
            display: block;
            height: 16px;
            width: 100%;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

        &:hover {
            height: 250%;
        }

        &.dragging,
        &.dragging:hover {
            background-color: rgba(0, 0, 0, 1);
            height: 400%;
        }

        &.dragging {
            &::after {
                height: 24px;
            }
        }
    }
}
}

/* Ukuran font untuk perangkat tablet */
@media screen and (max-width: 1280px) {
    .container-fluid {
        padding-left: 1cm;
        padding-right: 1cm;
    }

    .container-fluid.content {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .container-fluid.article-site{
        border-radius: 0.5rem;
        padding: 0rem;
        background-color: rgba(0, 0, 0, 0.678);
        color: rgb(255, 255, 255);
        border: 3px solid orange;
    }

    .container-fluid.article-site h1{
        font-size: 26px;
        padding: 0.5rem;
    }

    .container-fluid.article-site h3{
        font-size: 20px;
        font-weight: bold;
        padding: 0.5rem;
    }

    .container-fluid.article-site li{
        font-size: 14px;
        font-weight: bold;
    }

    .container-fluid.article-site p{
        font-size: 14px;
    }

    .card-title-rtp {
        background-image: linear-gradient(orangered, orange, orangered);
        color: black;
        border-color: white;
        border-width: 2px;
        font-size: 16px;
        border: 2px solid white;
        text-align: center;
        border-radius: 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: 700;
        cursor: pointer;
    }

    .card-title-rtp:hover {
        background-image: linear-gradient(maroon, red, maroon);
        color: white;
        border-color: white;
        border-width: 2px;
        font-size: 16px;
        border: 2px solid white;
        text-align: center;
        border-radius: 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .button.dropdown-list{
        padding: 0.3rem;
        background-image:linear-gradient(maroon, red, maroon);
        border-radius:1cm;
        border-color:orange;
        color:white;
        width:45%;
        margin-bottom:5px;
        font-size:12px;
        font-family: Goldman, serif;
        font-weight: 400;
        font-style: normal;
    }
    .modal-body{
        background-color: black;
        border-radius:0.5cm;
        filter: drop-shadow(1px 1px 3px orange);
    }

    .carousel-wrapper{
        display: flex;
        width: 100%;
        height: auto;
        overflow: auto;
        border: 2px solid orange;
        padding: 5px;
        border-radius: 20px;
        scrollbar-width: none;
        scroll-behavior: smooth;
    }

    .carousel {
    display: flex;
    width: auto;
    width: fit-content;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    padding: 5px;

    .carousel-slide {
        display: flex;
        width: 160px;
        min-width: 144px;
        height: 100px;
        flex-grow: 0;
        flex-direction: column;
        justify-content: flex-end;
        border-top-left-radius: 1cm;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 1cm;
        border-bottom-left-radius: 5px;
        position: relative;
        overflow: hidden;
        background-color: #000000;
        transition-property: width, min-width, height, flex, flex-grow, flex-shrink,
            flex-basis, opacity;
        transition-duration: 240ms;

        img,
        .carousel-image {

            display: block;
            width: 80%;
            /* height: 100%; */
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            /* object-fit: cover; */
            margin-left: 1rem;
            margin-top: 0.5rem;
            object-position: center;
            transition: all 2s;
        }

        .carousel-content {
            display: flex;
            width: 100%;
            max-height: 100%;
            flex-direction: column;
            justify-content: flex-end;
            position: relative;
            padding: 5px;
            color: black;
            border-bottom-right-radius: 1cm;
            transform: translateY(100%);
            backdrop-filter: blur(1px);
            transition-property: transform, color, flex, height, flex-basis, opacity;
            transition-duration: 240ms;
            transition-property: width, height, flex, flex-grow, flex-shrink, flex-basis, opacity, transform, backdrop-filter;
            transition-duration: 240ms;
            transition-delay: 100ms;
            overflow: hidden;
            z-index: 2;

            h2 {
                font-size: .8rem;
                margin: 0;
                color: white;
                background-clip: text;
                /* background-image: conic-gradient(red 50deg, yellow 100deg, lime 200deg, aqua, blue, magenta, red); */
                transition: all 240ms;
                text-align: center;
            }

            p {
                display: none;
                font-size: 0.75rem;
                margin-top: 1em;
                line-height: 1.5;
                margin-top: 16px;
                margin-bottom: 0;
                transform: translateY(101%);
                transition-property: width, height, flex, flex-grow, flex-shrink,
                    flex-basis, opacity, transform, margin;
                transition-duration: 240ms;
                transition-delay: 50ms;
            }
        }

        &.loaded {

            img,
            .carousel-image {
                opacity: 1;
                transition-delay: 100ms;
            }

            .carousel-content {
                transition-delay: 100ms;
                transform: translateY(0%);

                h2 {
                    font-size: .8rem;
                }
            }
        }

        &:hover {
            .carousel-content {
                color: black;
                backdrop-filter: blur(15px);
                background-image: linear-gradient(orangered, orange, orangered);
            }
        }
    }

    &:hover .carousel-slide:not(:hover):not(.active) {
        opacity: 0.5;
    }
}

button.slider-nav {
    display: inline-flex;
    width: 40px;
    height: 40px;
    min-width: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 999px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;

    svg {
        pointer-events: none;
    }

    &:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    }
}

button.btn-theme,
.btn.btn-theme {
    background: radial-gradient(farthest-corner at -1% 0%, white 5%, #cb0202 14%, #480000 85%) padding-box,
        linear-gradient(90deg, rgba(237, 219, 133, 1), rgba(52, 33, 9, 1)) border-box !important;
    background-size: auto;
    background-size: 400% 400%;
    box-shadow: inset 0 0 5px 0px #f6ea74, inset 0 2px 0 0 #fff;
    border-radius: 4px !important;
    border: 1px solid transparent !important;
    color: #f8f09e;
}

button.btn-theme:hover,
.btn.btn-theme:hover {
    background: radial-gradient(farthest-corner at 100% 124%, white 5%, #cb0202 14%, #480000 85%) padding-box, linear-gradient(90deg, rgba(237, 219, 133, 1), rgba(52, 33, 9, 1)) border-box !important;
    color: white;
}

button.prev {
    left: 0px;
    transform: translate(-50%, calc(-50% - 13px));
}

button.next {
    right: 0px;
    transform: translate(50%, calc(-50% - 13px));
}

.carousel-scrollbar,
.carousel-scrollbar .scrollbar-track {
    display: none;
    width: 100%;
    align-items: center;
}

.slider-start {
    button.prev {
        visibility: hidden !important;
        display: none;
    }
}

.slider-end {
    button.next {
        visibility: hidden !important;
    }
}

.carousel-scrollbar {
    margin-top: 16px;
    padding: 4px 0;

    .scrollbar-track {
        border-radius: 999px;
        height: 2px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .scrollbar-thumb {
        width: 20%;
        height: 100%;
        border-radius: 999px;
        cursor: pointer;
        position: relative;
        background-color: rgba(0, 0, 0, 0.8);
        transition: transform 200ms, background-color 200ms, height 200ms;
        display: none;

        &::after {
            content: "";
            display: block;
            height: 16px;
            width: 100%;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

        &:hover {
            height: 250%;
        }

        &.dragging,
        &.dragging:hover {
            background-color: rgba(0, 0, 0, 1);
            height: 400%;
        }

        &.dragging {
            &::after {
                height: 24px;
            }
        }
    }
}
}

@media screen and (max-width: 768px) {
    body {
        font-size: 16px;
    }

    .container-fluid {
        padding-left: 3px;
        padding-right: 3px;
    }

    h1 {
        font-size: 30px;
    }

    .marquee {
        font-size: 14px;
    }

    .text-marquee {
        display: none;
    }

    .sidebar {
        position: fixed;
        top: 0;
        left: -250px;
        height: 100%;
        width: 250px;
        transition: all 0.3s;
    }

    .sidebar.show {
        left: 0;
    }

    .navbar-toggler {
        display: block;
    }

    .sidebar-wrapper {
        padding-top: 50px;
    }

    p {
        font-size: 14px;
    }

    .provider-slide {
        display: none;
    }

    .col-footer {
        color: white;
        font-size: 11px;
    }

    .col-footer:hover {
        color: black;
        border-color: white;
        border-width: 3px;
        margin-top: 0px;
    }

    .content {
        padding: 0cm;
    }

    .dropdown {
        display: none;
    }

    .container-fluid.content {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .container-fluid.article-site{
        border-radius: 0.5rem;
        padding: 0rem;
        background-color: rgba(0, 0, 0, 0.678);
        color: rgb(255, 255, 255);
        border: 3px solid orange;
    }

    .container-fluid.article-site h1{
        font-size: 26px;
        padding: 0.5rem;
    }

    .container-fluid.article-site h3{
        font-size: 20px;
        font-weight: bold;
        padding: 0.5rem;
    }

    .container-fluid.article-site li{
        font-size: 14px;
        font-weight: bold;
    }

    .container-fluid.article-site p{
        font-size: 14px;
    }

    .button.dropdown-list{
        padding: 0.3rem;
        background-image:linear-gradient(maroon, red, maroon);
        border-radius:1cm;
        border-color:orange;
        color:white;
        width:45%;
        margin-bottom:5px;
        font-size:12px;
        font-family: Goldman, serif;
        font-weight: 400;
        font-style: normal;
    }

    .provider-name {
        background-image: linear-gradient(orangered, orange, orangered);
        font-size: 15px;
        color: rgb(255, 255, 255);
    }

    .modal-body{
        background-color: black;
        border-radius:0.5cm;
        filter: drop-shadow(1px 1px 3px orange);
    }

    .card-title-rtp {
        background-image: linear-gradient(orangered, orange, orangered);
        color: black;
        border-color: white;
        border-width: 2px;
        font-size: 14px;
        border: 2px solid white;
        text-align: center;
        border-radius: 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: 700;
        cursor: pointer;
    }

    .card-title-rtp:hover {
        background-image: linear-gradient(maroon, red, maroon);
        color: white;
        border-color: white;
        border-width: 2px;
        font-size: 14px;
        border: 2px solid white;
        text-align: center;
        border-radius: 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .carousel-wrapper{
        display: flex;
        width: 94%;
        height: auto;
        overflow: auto;
        border: 2px solid orange;
        padding: 5px;
        border-radius: 20px;
        scrollbar-width: none;
        scroll-behavior: smooth;
        margin-left: .8rem;
    }

    .carousel {
    display: flex;
    width: auto;
    width: fit-content;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    padding: 5px;

    .carousel-slide {
        display: flex;
        width: 160px;
        min-width: 144px;
        height: 100px;
        flex-grow: 0;
        flex-direction: column;
        justify-content: flex-end;
        border-top-left-radius: 1cm;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 1cm;
        border-bottom-left-radius: 5px;
        position: relative;
        overflow: hidden;
        background-color: #000000;
        transition-property: width, min-width, height, flex, flex-grow, flex-shrink,
            flex-basis, opacity;
        transition-duration: 240ms;

        img,
        .carousel-image {

            display: block;
            width: 80%;
            /* height: 100%; */
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            /* object-fit: cover; */
            margin-left: 1rem;
            margin-top: 0.5rem;
            object-position: center;
            transition: all 2s;
        }

        .carousel-content {
            display: flex;
            width: 100%;
            max-height: 100%;
            flex-direction: column;
            justify-content: flex-end;
            position: relative;
            padding: 5px;
            color: black;
            border-bottom-right-radius: 1cm;
            transform: translateY(100%);
            backdrop-filter: blur(1px);
            transition-property: transform, color, flex, height, flex-basis, opacity;
            transition-duration: 240ms;
            transition-property: width, height, flex, flex-grow, flex-shrink, flex-basis, opacity, transform, backdrop-filter;
            transition-duration: 240ms;
            transition-delay: 100ms;
            overflow: hidden;
            z-index: 2;

            h2 {
                font-size: .8rem;
                margin: 0;
                color: white;
                background-clip: text;
                /* background-image: conic-gradient(red 50deg, yellow 100deg, lime 200deg, aqua, blue, magenta, red); */
                transition: all 240ms;
                text-align: center;
            }

            p {
                display: none;
                font-size: 0.75rem;
                margin-top: 1em;
                line-height: 1.5;
                margin-top: 16px;
                margin-bottom: 0;
                transform: translateY(101%);
                transition-property: width, height, flex, flex-grow, flex-shrink,
                    flex-basis, opacity, transform, margin;
                transition-duration: 240ms;
                transition-delay: 50ms;
            }
        }

        &.loaded {

            img,
            .carousel-image {
                opacity: 1;
                transition-delay: 100ms;
            }

            .carousel-content {
                transition-delay: 100ms;
                transform: translateY(0%);

                h2 {
                    font-size: .8rem;
                }
            }
        }

        &:hover {
            .carousel-content {
                color: black;
                backdrop-filter: blur(15px);
                background-image: linear-gradient(orangered, orange, orangered);
            }
        }
    }

    &:hover .carousel-slide:not(:hover):not(.active) {
        opacity: 0.5;
    }
}

button.slider-nav {
    display: inline-flex;
    width: 40px;
    height: 40px;
    min-width: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 999px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;

    svg {
        pointer-events: none;
    }

    &:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    }
}

button.btn-theme,
.btn.btn-theme {
    background: radial-gradient(farthest-corner at -1% 0%, white 5%, #cb0202 14%, #480000 85%) padding-box,
        linear-gradient(90deg, rgba(237, 219, 133, 1), rgba(52, 33, 9, 1)) border-box !important;
    background-size: auto;
    background-size: 400% 400%;
    box-shadow: inset 0 0 5px 0px #f6ea74, inset 0 2px 0 0 #fff;
    border-radius: 4px !important;
    border: 1px solid transparent !important;
    color: #f8f09e;
}

button.btn-theme:hover,
.btn.btn-theme:hover {
    background: radial-gradient(farthest-corner at 100% 124%, white 5%, #cb0202 14%, #480000 85%) padding-box, linear-gradient(90deg, rgba(237, 219, 133, 1), rgba(52, 33, 9, 1)) border-box !important;
    color: white;
}

button.prev {
    left: 13px;
    transform: translate(-50%, calc(-50% - 13px));
}

button.next {
    right: 12px;
    transform: translate(50%, calc(-50% - 13px));
}

.carousel-scrollbar,
.carousel-scrollbar .scrollbar-track {
    display: none;
    width: 100%;
    align-items: center;
}

.slider-start {
    button.prev {
        visibility: hidden !important;
        display: none;
    }
}

.slider-end {
    button.next {
        visibility: hidden !important;
    }
}

.carousel-scrollbar {
    margin-top: 16px;
    padding: 4px 0;

    .scrollbar-track {
        border-radius: 999px;
        height: 2px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .scrollbar-thumb {
        width: 20%;
        height: 100%;
        border-radius: 999px;
        cursor: pointer;
        position: relative;
        background-color: rgba(0, 0, 0, 0.8);
        transition: transform 200ms, background-color 200ms, height 200ms;
        display: none;

        &::after {
            content: "";
            display: block;
            height: 16px;
            width: 100%;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

        &:hover {
            height: 250%;
        }

        &.dragging,
        &.dragging:hover {
            background-color: rgba(0, 0, 0, 1);
            height: 400%;
        }

        &.dragging {
            &::after {
                height: 24px;
            }
        }
    }
}
}

/* Ukuran p untuk mobile */
@media screen and (max-width: 480px) {
    body {
        font-size: 14px;
    }

    .content {
        padding: 0cm;
        padding-left: 0px;
        padding-right: 0px;
    }

    h1 {
        font-size: 24px;
    }

    p {
        font-size: 10px;
    }

    .marquee {
        font-size: 16px;
    }

    .text-marquee {
        display: none;
    }

    .provider-slide {
        display: none;
    }

    .col {
        font-size: 12px;
    }

    .col-footer {
        color: white;
        font-size: 10px;
    }

    .col-footer:hover {
        color: black;
        border-color: white;
        border-width: 3px;
        margin-top: 0px;
    }

    .dropdown {
        display: none;
    }

    .slot-time {
        font-size: 12px;
        font-weight: 600;
    }

    .container-fluid {
        padding-left: 3px;
        padding-right: 3px;
    }

    .footer-section-title {
        font-size: 12px;
    }

    .provider-name {
        background-image: linear-gradient(orangered, orange, orangered);
        font-size: 15px;
        color: rgb(255, 255, 255);
    }

    .dropdown {
        display: block;
    }

    .container-fluid.content {
        padding-left: 0rem;
        padding-right: 0rem;
    }

    .container-fluid.article-site{
        border-radius: 0.5rem;
        padding: 0rem;
        background-color: rgba(0, 0, 0, 0.678);
        color: rgb(255, 255, 255);
        border: 3px solid orange;
    }

    .container-fluid.article-site h1{
        font-size: 26px;
        padding: 0.5rem;
    }

    .container-fluid.article-site h3{
        font-size: 20px;
        font-weight: bold;
        padding: 0.5rem;
    }

    .container-fluid.article-site li{
        font-size: 14px;
        font-weight: bold;
    }

    .container-fluid.article-site p{
        font-size: 14px;
    }

    .button.dropdown-list{
        padding: 0.3rem;
        background-image:linear-gradient(maroon, red, maroon);
        border-radius:1cm;
        border-color:orange;
        color:white;
        width:45%;
        margin-bottom:5px;
        font-size:12px;
        font-family: Goldman, serif;
        font-weight: 400;
        font-style: normal;
    }

    .btn.btn-link-modal{
        width: 100%;
        color: black;
        font-size: 16px;
        font-weight: 700;
        border-radius:1cm;
        border: 2px solid white;
        background-image: linear-gradient(90deg, orangered, orange, orangered);
    }

    .btn.btn-link-modal:hover{
        width: 100%;
        color: white;
        font-size: 16px;
        font-weight: 700;
        border-radius:1cm;
        border: 2px solid white;
        background-image: linear-gradient(90deg, maroon, red, maroon);
    }

    .img-rtp {
        width: 100%;
        max-height: 150px;
        overflow: hidden;
        border-radius: 4px;
        border: 2px solid white;
    }

    .btn-nav{
        font-size: .8rem;
    }

    .card-title-rtp {
        background-image: linear-gradient(orangered, orange, orangered);
        color: black;
        border-color: white;
        border-width: 2px;
        font-size: 14px;
        border: 2px solid white;
        text-align: center;
        border-radius: 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-weight: 700;
        cursor: pointer;
    }

    .card-title-rtp:hover {
        background-image: linear-gradient(maroon, red, maroon);
        color: white;
        border-color: white;
        border-width: 2px;
        font-size: 14px;
        border: 2px solid white;
        text-align: center;
        border-radius: 5px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
    }

    .carousel-wrapper{
        display: flex;
        width: 94%;
        height: auto;
        overflow: auto;
        border: 2px solid orange;
        padding: 5px;
        border-radius: 20px;
        scrollbar-width: none;
        scroll-behavior: smooth;
        margin-left: .8rem;
    }

    .carousel {
    display: flex;
    width: auto;
    width: fit-content;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    gap: 8px;
    padding: 5px;

    .carousel-slide {
        display: flex;
        width: 160px;
        min-width: 144px;
        height: 100px;
        flex-grow: 0;
        flex-direction: column;
        justify-content: flex-end;
        border-top-left-radius: 1cm;
        border-top-right-radius: 5px;
        border-bottom-right-radius: 1cm;
        border-bottom-left-radius: 5px;
        position: relative;
        overflow: hidden;
        background-color: #000000;
        transition-property: width, min-width, height, flex, flex-grow, flex-shrink,
            flex-basis, opacity;
        transition-duration: 240ms;

        img,
        .carousel-image {

            display: block;
            width: 80%;
            /* height: 100%; */
            opacity: 0;
            position: absolute;
            top: 0;
            left: 0;
            /* object-fit: cover; */
            margin-left: 1rem;
            margin-top: 0.5rem;
            object-position: center;
            transition: all 2s;
        }

        .carousel-content {
            display: flex;
            width: 100%;
            max-height: 100%;
            flex-direction: column;
            justify-content: flex-end;
            position: relative;
            padding: 5px;
            color: black;
            border-bottom-right-radius: 1cm;
            transform: translateY(100%);
            backdrop-filter: blur(1px);
            transition-property: transform, color, flex, height, flex-basis, opacity;
            transition-duration: 240ms;
            transition-property: width, height, flex, flex-grow, flex-shrink, flex-basis, opacity, transform, backdrop-filter;
            transition-duration: 240ms;
            transition-delay: 100ms;
            overflow: hidden;
            z-index: 2;

            h2 {
                font-size: .8rem;
                margin: 0;
                color: white;
                background-clip: text;
                /* background-image: conic-gradient(red 50deg, yellow 100deg, lime 200deg, aqua, blue, magenta, red); */
                transition: all 240ms;
                text-align: center;
            }

            p {
                display: none;
                font-size: 0.75rem;
                margin-top: 1em;
                line-height: 1.5;
                margin-top: 16px;
                margin-bottom: 0;
                transform: translateY(101%);
                transition-property: width, height, flex, flex-grow, flex-shrink,
                    flex-basis, opacity, transform, margin;
                transition-duration: 240ms;
                transition-delay: 50ms;
            }
        }

        &.loaded {

            img,
            .carousel-image {
                opacity: 1;
                transition-delay: 100ms;
            }

            .carousel-content {
                transition-delay: 100ms;
                transform: translateY(0%);

                h2 {
                    font-size: .8rem;
                }
            }
        }

        &:hover {
            .carousel-content {
                color: black;
                backdrop-filter: blur(15px);
                background-image: linear-gradient(orangered, orange, orangered);
            }
        }
    }

    &:hover .carousel-slide:not(:hover):not(.active) {
        opacity: 0.5;
    }
}

button.slider-nav {
    display: inline-flex;
    width: 40px;
    height: 40px;
    min-width: 40px;
    align-items: center;
    justify-content: center;
    border: 1px solid #ccc;
    border-radius: 999px;
    background-color: #fff;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;

    svg {
        pointer-events: none;
    }

    &:hover {
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.2);
    }
}

button.btn-theme,
.btn.btn-theme {
    background: radial-gradient(farthest-corner at -1% 0%, white 5%, #cb0202 14%, #480000 85%) padding-box,
        linear-gradient(90deg, rgba(237, 219, 133, 1), rgba(52, 33, 9, 1)) border-box !important;
    background-size: auto;
    background-size: 400% 400%;
    box-shadow: inset 0 0 5px 0px #f6ea74, inset 0 2px 0 0 #fff;
    border-radius: 4px !important;
    border: 1px solid transparent !important;
    color: #f8f09e;
}

button.btn-theme:hover,
.btn.btn-theme:hover {
    background: radial-gradient(farthest-corner at 100% 124%, white 5%, #cb0202 14%, #480000 85%) padding-box, linear-gradient(90deg, rgba(237, 219, 133, 1), rgba(52, 33, 9, 1)) border-box !important;
    color: white;
}

button.prev {
    left: 13px;
    transform: translate(-50%, calc(-50% - 13px));
}

button.next {
    right: 12px;
    transform: translate(50%, calc(-50% - 13px));
}

.carousel-scrollbar,
.carousel-scrollbar .scrollbar-track {
    display: none;
    width: 100%;
    align-items: center;
}

.slider-start {
    button.prev {
        visibility: hidden !important;
        display: none;
    }
}

.slider-end {
    button.next {
        visibility: hidden !important;
    }
}

.carousel-scrollbar {
    margin-top: 16px;
    padding: 4px 0;

    .scrollbar-track {
        border-radius: 999px;
        height: 2px;
        background-color: rgba(0, 0, 0, 0.2);
    }

    .scrollbar-thumb {
        width: 20%;
        height: 100%;
        border-radius: 999px;
        cursor: pointer;
        position: relative;
        background-color: rgba(0, 0, 0, 0.8);
        transition: transform 200ms, background-color 200ms, height 200ms;
        display: none;

        &::after {
            content: "";
            display: block;
            height: 16px;
            width: 100%;
            position: absolute;
            top: 50%;
            left: 0;
            transform: translateY(-50%);
        }

        &:hover {
            height: 250%;
        }

        &.dragging,
        &.dragging:hover {
            background-color: rgba(0, 0, 0, 1);
            height: 400%;
        }

        &.dragging {
            &::after {
                height: 24px;
            }
        }
    }
}
}


