.list-agent {
    background: #05132E;
    border-radius: 20px;
    cursor: pointer;
    transition: 0.5s;
}

.list-agent:hover {
    margin-top: -6px;
}

.list-agent img {
    border-radius: 20px;
    width: 100%;
}

.nk-widget-match .nk-widget-match-teams .nk-widget-match-team-logo img {
    width: 75px;
    color: #fff;
}

.nk-post-title > a {
    font-size: 18px;
}

.artikel-content {
    padding-bottom: 0px;
}

.row-promo {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.artikel {
    flex: 1 1 calc(50% - 1rem);
}

@media (max-width: 575.98px) {
    .row-promo .artikel {
        flex: 0 0 100%;
        max-width: 100%;
    }
    .img-banner-promo img {
        height: 120px;
        max-height: 200px;
    }
}

.img-artikel {
    width: 100%;
    object-fit: cover;
    height: 180px;
    max-height: 200px;
    border: 0 !important;
    object-position: left;
}

.service_blog {
    background: var(--warna_7);
    border: 2px solid var(--warna_7);
    border-radius: 14px;
    padding: 4px 16px 32px 16px;
    margin-bottom: 1rem;
    box-shadow: none;
}

.service_blog h1 {
    font-size: 17px;
    line-height: 25px;
    color: #fff;
    float: left;
    font-weight: 500;
    margin: 0 !important;
}

.service_blog:hover {
    border: 2px solid transparent;
    background: var(--warna_9);
    transition: 0.2s;
}

.promo-content {
    padding-bottom: 0;
    padding-left: 10px !important;
    padding-right: 10px !important;
}

.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 0;
}

.pagination li {
    display: inline;
    margin: 0 5px;
}

.pagination li a {
    padding: 10px 15px;
    text-decoration: none;
    color: white;
    background-color: transparent;
    border: 2px solid #a0a0a054;
    border-radius: 4px;
    font-size: 16px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pagination li a:hover {
    color: #000;
    background-color: white;
}

.pagination li.active a {
    background-color: #ffbd2b;
    color: black;
    border-color: #ffbd2b;
}

.pagination li.disabled a {
    background-color: #ffffff14;
    color: #aaa;
    cursor: not-allowed;
}

.pagination li.disabled a:hover {
    background-color: #747474;
    color: #aaa;
}

.pagination .prev, .pagination .next {
    font-weight: bold;
}

.pagination .prev.disabled, .pagination .next.disabled {
    color: #747474;
    cursor: not-allowed;
}

.pagination .prev:hover, .pagination .next:hover {
    color: #333;
}

.nav-pills .nav-link.active:hover,
.nav-pills .nav-link:hover {
    background: transparent !important;
    border-color: transparent !important;
    color: var(--warna_3) !important;
}

.badge-primary, .nav-pills .nav-link.active, .nav-pills .show>.nav-link, .table-primary {
    color: var(--warna_3) !important;
    background-color: transparent !important;
}

.tabs-container .nav-pills .nav-link {
    font-size: 1rem !important;
}

.tabs-container .nav-pills .nav-link.active {
    font-size: 20px !important;
}

@media screen and (max-width: 576px) {
    .tabs-container .nav-pills .nav-link {
        font-size: 14px !important;
    }
    .tabs-container .nav-pills .nav-link.active {
        font-size: 15px !important;
    }
}

.nav-pills .nav-link, .tabs-vertical .nav-tabs .nav-link {
    color: white !important;
    font-size: 12px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: capitalize;
    text-align: center;
}

.tab-category {
    flex-wrap: nowrap;
    justify-content: flex-start;
    gap: 0.7rem;
    overflow: auto;
}

.skeleton-container {
    margin-bottom: 16px;
}

.skeleton {
    background: #e0e0e017;
    border-radius: 4px;
    position: relative;
    overflow: hidden;
}

.skeleton-image {
    width: 100%;
    height: 150px;
}

.skeleton-title {
    width: 60%;
    height: 25px;
    margin-top: 10px;
}

.skeleton-text {
    width: 100%;
    height: 60px;
    margin-bottom: 10px;
}

.skeleton::after {
    content: '';
    position: absolute;
    top: 0;
    left: -200%;
    width: 300%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.4) 50%, rgba(255, 255, 255, 0) 100%);
    animation: shimmer 1.8s infinite;
}

@keyframes shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

.img-banner-promo img {
    border-radius: 15px;
    width: 100%;
    object-fit: cover;
    border: 0 !important;
    object-position: left;
}

.desktop-only {
    display: block;
}

.mobile-only {
    display: none;
    font-size: 22px;
    font-weight: bold;
}

.mobile-subtext {
    display: none;
    font-size: 13px;
    font-weight: 500;
    margin-top: -9px;
}

@media screen and (max-width: 576px) {
    .desktop-only {
        display: none;
    }
    .mobile-only {
        display: block;
    }
    .mobile-subtext {
        display: block;
    }
}

@media (max-width: 576px) {
    .responsive-margin {
        margin-top: 1rem !important;
        margin-bottom: 0.5rem !important;
    }
}
