* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
}

ul {
    list-style: none;
}

P,
h1,
h2,
h3,
h4,
h5,
h6,
a,
li {
    line-height: 150%;
    color: white;
}

body {
    font-family: 'Rajdhani';
    background-color: #0a0a0a;
    color: white;
}

.container-all {
    max-width: 960px;
    width: 100%;
    margin: 0 auto;
}

header {
    width: 100%;
    padding: 20px 0;
    background-color: #252525;
    border-radius: 0 0 8px 8px;
}

header figure {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

header img {
    height: 80px;
}

.banner-box {
    margin-top: 20px;
}

.banner-box img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.container-menu {
    width: 100%;
    border-radius: 8px;
    margin-top: 20px;
}

.auth-box {
    width: 100%;
    display: flex;
    gap: 12px;
}

.auth-box>div {
    width: calc(100% / 2 - 6px);
}

.auth-box>div a {
    display: block;
    text-align: center;
    padding: 12px 20px;
    width: 100%;
    border-radius: 8px;
    font-weight: 600;
    color: black;
    font-size: 18px;
}

.auth-box>div a {
    background: linear-gradient(#F6E800, #C1E702);
}

.auth-box>div a:hover {
    background: linear-gradient(#C1E702, #F6E800);
}

.container-rtp {
    width: 100%;
    margin: 20px 0;
    padding: 12px;
    border-radius: 8px;
    background-color: #252525;
}

.container-rtp .title h1 {
    font-family: 'Oswald';
    text-align: center;
}


.container-rtp>.content {
    margin-top: 20px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 12px;
}

.card-rtp {
    width: calc(100% / 4 - 9px);
    border-radius: 8px;
    overflow: hidden;
    padding: 8px;
    background: linear-gradient(#F6E800, #C1E702);
    color: black;
}

.card-rtp figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}

.card-rtp img {
    width: 100%;
    height: 100%;
    border-radius: 8px;
    object-fit: cover;
    aspect-ratio: 1 / 1;
}

.card-rtp h2 {
    font-size: 18px;
    text-align: center;
    color: black;
    font-family: 'Oswald';
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.percent {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.percent-txt {
    font-weight: bold;
    margin: 0 0 5px 5px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #333;
}

.percent-track {
    width: 100%;
    height: 20px;
    background-color: #e0e0e0;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
}

.percent-bar {
    height: 100%;
    width: 0;
    border-radius: 20px;
    transition: width 1.5s ease-out;
    background-image: linear-gradient(135deg,
            rgba(255, 255, 255, 0.3) 25%,
            transparent 25%,
            transparent 50%,
            rgba(255, 255, 255, 0.3) 50%,
            rgba(255, 255, 255, 0.3) 75%,
            transparent 75%,
            transparent);
    background-size: 20px 20px;
    animation: moveStripes 1s linear infinite;
}

@keyframes moveStripes {
    0% {
        background-position: 0 0;
    }

    100% {
        background-position: 20px 0;
    }
}

.green {
    background-color: #22c55e;
    box-shadow: 0 0 10px rgb(21, 128, 61, .5);
}

.yellow {
    background-color: #e9a001;
    box-shadow: 0 0 10px rgb(133, 77, 14, .5);
}

.red {
    background-color: #ef4444;
    box-shadow: 0 0 10px rgb(185, 28, 28, .5);
}


.card-rtp .pola {
    margin-top: 8px;
    padding: 8px;
    border-radius: 8px;
    margin-top: 8px;
    width: 100%;
    height: 170px;
    background-color: #252525;
}

.card-rtp .pola .title {
    text-align: center;
    padding-bottom: 4px;
    border-bottom: 1px solid white;
}

.card-rtp .pola .content {
    padding: 8px 0;
    height: 88px;
}

.card-rtp .pola .content ul {
    display: flex;
    gap: 12px;
}

.card-rtp .pola .content ul li {
    display: flex;
    align-items: center;
}

.card-rtp .pola .content ul li.name {
    width: 80px;
}

.card-rtp .pola .time p {
    text-align: center;
    margin-top: 4px;
    padding-top: 4px;
    border-top: 1px solid white;
}

#provider-carousel {
    margin-top: 20px;
    padding: 20px 0;
    background: #252525;
    position: relative;
    border-radius: 8px;
}

#provider-carousel .provider-box {
    background: #151515;
    border-radius: 4px;
}

#provider-carousel .provider-box h3 {
    text-align: center;
    line-height: 40px;
}

.splide__arrow {
    position: absolute;
    z-index: 100;
    background-color: #252525;
    opacity: 1 !important;
    border-radius: 0;
    height: 68.08px;
    width: 50px;

}

.splide__arrow svg {
    color: white;
    width: 30px;
    height: 30px;
}

.splide__arrow.splide__arrow--prev {
    left: -1px !important;
    border-radius: 8px 0 0 8px;
}

.splide__arrow.splide__arrow--next {
    right: -1px !important;
    border-radius: 8px 0 0 8px;
}

#provider-carousel .provider-box.active {
    background-color: #c1e702;
}

#provider-carousel .provider-box:hover {
    background-color: #c1e702;
}

#date {
    color: #c1e702;
}