.w-6ex {
    width: 6ex;
}

.w-4ex {
    width: 4ex;
}

.text-container {
    line-height: 1.2;
}

.small-text {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
}

.large-text {
    font-size: 25px;
    font-weight: bold;
    text-transform: uppercase;
}

.small-text-scroll {
    font-size: 9.7px;
    font-weight: bold;
    text-transform: uppercase;
}

.large-text-scroll {
    font-size: 20px;
    font-weight: bold;
    text-transform: uppercase;
}

.main-logo {
    display: flex;
    align-items: center;
}

.main-logo-scroll {
    display: none;
    align-items: center;
    opacity: 0;
    transform: translateY(-20px);
    /* transition: opacity 0.3s ease, transform 0.3s ease; */
}

.card__post .card__post__body .card__post__content .card__post__category {
    background: orange !important;
}

.card__post__list .category {
    background: orange !important;
}

.article__entry .article__content .article__category {
    background: orange !important;
}

.topbar {
    /* background-color: #ababab2e !important; */
    background-color: white !important;
    color: black !important;
    /* border-bottom: 0.1px solid silver; */
    height: 12ex;
    padding-top: 3ex;
}

.topbar-text {
    color: black !important;
}

.topbar .topbar-right .topbar-link li a {
    color: black !important;
    font-size: 13px;
}

.topbar .topbar-right .topbar-sosmed li a {
    color: black !important;
    font-size: 16px;
}

.nav-link {
    height: 56px;
}

.navbar-soft .navbar-nav .nav-link {
    padding: 1rem 0.5rem;
}

.nav-link:hover {
    color: rgb(255, 145, 0) !important;
}

.container {
    max-width: 1275px !important;
}
.popular__news-right .card__post .card__post__body img {
    position: relative;
    height: 224px;
}
.pl-7 {
    padding-left: 7rem !important;
}
.background-icon-orange{
    background: #ff6a00;
    padding: 13px;
    color: white;
    border-radius: 10px;
    margin-right: 10px;
}
.category-container {
    width: 80%;
    margin: auto;
    padding: 20px 0;
}
.swiper-wrapper {
    display: flex;
}

.swiper-slide {
    /* display: flex; */
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: auto;
    height: 150px;
    background: #f9f9f9;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 20px;
    margin:10px
}
.swiper-button-next, .swiper-button-prev {
    color: black;
}

.tabs-container {
    display: flex;
    justify-content: center;
    gap: 20px;
}
.tabs-container-news {
    display: flex;
    gap: 20px;
}
.tabs-container-data {
    display: flex;
    gap: 20px;
}

.tab-content .row {
    justify-content: center; /* Pusatkan elemen dalam row */
    text-align: center;
}

.item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.tab {
    padding: 10px 20px;
    cursor: pointer;
    background: #ddd;
    /* border-radius: 5px 5px 0 0; */
    margin-right: 5px;
    transition: background 0.3s;
}
.tab:hover {
    background: #bbb;
}
.tab-news {
    padding: 10px 20px;
    cursor: pointer;
    background: #ddd;
    /* border-radius: 5px 5px 0 0; */
    margin-right: 5px;
    transition: background 0.3s;
}
.tab-news:hover {
    background: #bbb;
}
.tab-data {
    padding: 10px 20px;
    cursor: pointer;
    background: #ddd;
    /* border-radius: 5px 5px 0 0; */
    margin-right: 5px;
    transition: background 0.3s;
}
.tab-data:hover {
    background: #bbb;
}
.active-tab {
    background:orange;
    color: white;
    border-bottom: 2px solid white;
}
.tab-content {
    display: none;
    padding: 20px;
    /* border: 1px solid #ddd; */
    border-top: none;
    margin-left: -33px;
    margin-right: -33px;
}
.tab-content-news {
    display: none;
    padding: 20px;
    /* border: 1px solid #ddd; */
    border-top: none;
    margin-left: -19px;
    margin-right: -19px;
}
.tab-content-data {
    display: none;
    padding: 20px;
    /* border: 1px solid #ddd; */
    border-top: none;
    margin-left: -19px;
    margin-right: -19px;
}
.active-content {
    display: block;
   
}