.header {
    display: flex;
    align-items: center;
}
.header__left {
    flex-shrink: 0;
}
.header__center {
    flex: 1;
    max-width: 800px;
    margin-left: 22px;
    margin-right: 28px;
}
.header__right {
    flex-shrink: 0;
    display: flex;
    align-items: center;
}
.css-header {
    display: flex;
    align-items: center;
    flex-grow: 1;
    gap: 10px;
}
.css-search .css-dwkneks {
    display: flex;
    width: 100%;
    background-color: #e6e6e6;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.css-snam2ns {
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
}
.css-nav-menu {
    display: flex;
    align-items: center;
    gap: 12px;
}
ul li.active a {
    color: #4CAF50;
    font-weight: 600;
    text-decoration: none;
}
.css-margin-right{
    margin-right: 35px;
}
.banner-two-area {
    position: relative;
    overflow: hidden;
}
.css-carousel{
    width: 100%;
    height: 100vh;
    overflow: hidden;
    position: relative;
}
.css-carousel .list {
    width: 100%;
    height: 100%;
    position: relative;
}
.css-carousel .list .item{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: all 0.5s ease-in-out;
}
.css-carousel .list .item.active {
    opacity: 1;
    visibility: visible;
    z-index: 1;
}
.css-carousel .list .item::before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}
.css-carousel .list .item img{
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: inherit;
    object-fit: cover;
    object-position: center;
}
.css-carousel .list .item .content{
    position: absolute;
    top: 27%;
    width: 80%;
    max-width: 1140px;
    /* width: 1140px;
    max-width: 80%; */
    left: 50%;
    z-index: 3;
    transform: translateX(-50%);
    padding-right: 30%;
    box-sizing: border-box;
    color: #fff;
    text-shadow: 0 5px 10px #0004;
}
.css-carousel .list .item .content .title{
    font-weight: bold;
    color: #fff;
    font-size: 4em;
    line-height: 70px;
    margin: 0 0 .40188em;
}
.css-carousel .list .item .content .desc{
    font-weight: 500;
    font-size: 25px;
    color: #fff;
}
.css-carousel .list .item .content .buttons{
    margin-top: 20px;
}
.css-carousel .list .item .content a{
    border: none;
    background-color: #00AA5B;
    color: #fff;
    padding: 6px 24px;
    border-radius: 8px;
    font-weight: 500;
}
.css-arrows{
    position: absolute;
    justify-self: center;
    bottom: 27%;
    left: 15%;
    right: 0;
    width: 300px;
    max-width: 30%;
    gap: 15px;
    display: flex;
    text-shadow: 0 5px 10px #0004;
    z-index: 2;
}
.css-warna-arrow{
    width: 50px;
    height: 50px;
    opacity: 50%;
    border-radius: 50px;
}
.css-carousel .list .item:nth-child(1){
    z-index: 1;
}
.css-carousel .list .item:nth-child(1) .title,
.css-carousel .list .item:nth-child(1) .desc,
.css-carousel .list .item:nth-child(1) .buttons{
    transform: translateY(50px);
    filter: blur(20px);
    opacity: 0;
    animation: showContent 0.5s 1s linear 1 forwards;
}
@keyframes showContent{
    to{
        opacity: 1;
        filter: blur(0);
        transform: translateY(0);
    }
}
.css-carousel .list .item:nth-child(1) .title{
    animation-delay: 1.2s;
}
.css-carousel .list .item:nth-child(1) .desc{
    animation-delay: 1.4s;
}
.css-carousel .list .item:nth-child(1) .buttons{
    animation-delay: 1.6s;
}
.css-carousel.next .list .item:nth-child(1) img{
    width: 150px;
    height: 220px;
    position: absolute;
    left: 50%;
    bottom: 50px;
    border-radius: 20px;
    animation: showImage 0.5s linear 1 forwards;
}
@keyframes showImage{
    to{
        width: 100%;
        height: 100%;
        left: 0;
        bottom: 0;
        border-radius: 0;
    }
}
@keyframes contentOut{
    to{
        transform: translateY(150px);
        filter: blur(20px);
        opacity: 0;
    }
}
.css-time{
    width: 0%;
    height: 5px;
    background-color: #f1683a;
    position: absolute;
    z-index: 100;
    top: 0;
    left: 0;   
}
.css-carousel.next .time,
.css-carousel.prev .time{
    width: 100%;
    animation: timeRunning 2s linear 1 forwards;
}
@keyframes timeRunning{
    to{
        width: 0;
    }
}

.css-overlay-hero {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2); /* Gelap transparan */
    z-index: 5; /* Letakkan di atas gambar */
    pointer-events: none; /* Tidak mengganggu interaksi */
}

.banner-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 10;
}

.banner-title {
    color: #fff;
    font-size: 3rem;
    font-weight: bold;
    margin-bottom: 1rem;
    text-shadow: 0 2px 5px rgba(0, 0, 0, 0.7);
}

.banner-subtitle {
    font-size: 1.2rem;
    margin-bottom: 2rem;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}

.banner-button {
    font-size: 1rem;
    padding: 0.75rem 1.5rem;
    border-radius: 0.5rem;
    background-color: #007bff;
    border: none;
    color: #fff;
    text-transform: uppercase;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.banner-button:hover {
    background-color: #0056b3;
    transform: scale(1.05);
}
.css-header-area{
    display: flex;
    align-items: center;
}
.css-logo-header{
    width: 55px;
    height: 55px;
}
.css-text-header{
    color: #212121;
    font-size: 15px;
    font-weight: 600;
    margin-left: 8px;
}
.css-btn-masuk{
    background-color: #4CAF50;
    padding: 4px 12px;
    border-radius: 8px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, 0.3);
}
.css-btn-daftar{
    background-color: #fff;
    border: 1.2px solid #4CAF50;
    padding: 4px 12px;
    border-radius: 8px;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.3);
}
.css-text-masuk{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.css-text-daftar{
    color: #4CAF50;
    font-size: 15px;
    font-weight: 600;
}
.css-nfk3nsa{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 22px;
}
.css-mdks9js{ 
    font-size: 1.2rem;
}
.css-text-hitam{
    color: #212121;
}
.css-mdks9jc{
    font-size: 1rem;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: 0px;
}
.css-text-abu{
    color: #6D7588;
}
.css-card-layanan{ 
    height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px;
}
.css-padding{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    justify-content: space-between;
    padding: 10px 1em;
}
.css-image-layanan{
    width: 55px;
    height: 55px;
    margin-right: 8px;
}
.css-for-mobile .row {
    display: flex;
    flex-wrap: nowrap;
    gap: 8px;
    align-items: stretch; /* pastikan semua column tinggi sama */
}
.css-knwe3snx {
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px 0px;
    display: flex;
    flex-direction: column;
    height: 100%;
}
.card-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.css-wkms0djs{
    font-size: 13px;
    font-weight: 500;
    color: #808080;
}
.css-card-title{
    color: #212121;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 8px;
    margin-bottom: 12px;
}
.css-card-text{
    color: #6D7588;
    font-size: 13px;
    line-height: 18px;
    font-weight: 500;
    margin-bottom: 15px;
    word-break: keep-all;
    text-overflow: ellipsis;
    overflow: hidden;
    min-height: 16px;
}
.css-btn-layanan{
    display: flex;
    align-items: center;
    margin-top: auto;
    background-color: #fff;
    border: 1.2px solid #00AA5B;
    padding: 2px 12px;
    border-radius: 8px;
    cursor: pointer;
    width: 100%;
    justify-content: space-between;
}
.css-card-link{
    color: #00AA5B;
    font-weight: 600;
    font-size: 14px;
}
.css-arrow-layanan{
    color: #00AA5B;
    font-weight: 600;
    font-size: 16px;
    margin-left: auto;
}
.css-program-container{
    display: flex;
    padding-bottom: .5rem;
    gap: 1rem;
}
.css-card-program{
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px;
    background-color: #fff;
    border-radius: 8px;
    flex-shrink: 0;
    width: 220px;
    position: relative;
}
.css-img-program{
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    max-width: 100%;
    vertical-align: middle;
}
.css-row-program-tint{
    display: flex;
    align-items: center;
    margin-bottom: 8px;
}
.css-svg-program{
    display: flex;
    align-items: center;
    position: relative;
    margin-left: 8px;
}
.css-text-program-tint{
    color: #212121;
    font-size: .625rem;
}
.css-text-program-bold{
    color: #212121;
    font-size: .75rem;
    font-weight: 600;
    line-height: 18px;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    margin-bottom: .5rem;
}
.css-text-xs{
    color: #212121;
    font-size: .625rem;
}
.css-text-xs-bold{
    color: #4CAF50;
    font-size: .75rem;
    font-weight: 700;
}
.bg-hijau{
    background: linear-gradient(135deg, #4CAF50 0%, #2E8B57 100%);
}
.css-total{
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-direction: column;
    padding: 5 32px;
}
.css-total-border{
    border-right: 1px solid hsla(0,0%,100%,.5);
    margin-bottom: 0px;
}
.css-icon-total{
    margin-left: 0px;
    margin-bottom: 16px;
}
.css-content-total{
    text-align: center;
}
.css-text-content-count{
    color: #fff;
    font-size: 2.2rem;
    margin-bottom: 8px;
}
.css-text-content-title{
    color: #fff;
    font-size: 20px;
    line-height: 23px;
}
.css-ndk38sn {
    display: flex;
    margin-top: 16px;
    width: 100%; /* Agar elemen ini memenuhi lebar container */
    gap: 10px;
}

.css-btn-mitra,
.css-btn-affiliate {
    flex: 1; /* Membuat kedua tombol mengambil setengah dari container */
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #4CAF50;
    border-radius: 8px;
    padding: 10px 12px;
    text-align: center;
    cursor: pointer;
    transition: background 0.3s ease-in-out;
}
.css-text-mitra,
.css-text-affiliate {
    color: #4CAF50;
    font-size: 1rem;
    font-weight: 600;
}
.css-text-footer-left{
    color: #212121;
    font-size: 13px;
    line-height: 20px;
}
.css-row-bottom{
    display: flex;
    align-items: center;
    margin-top: 13px;
    gap: 10px;
}
.css-btn-kirim{
    background-color: #4CAF50;
    padding: 1.3px 17px;
    font-size: 13px;
    font-weight: 600;
    color: #fff;
    border-radius: 8px;
}
.css-text-about, .css-text-about *{
    color: #212121;
    font-size: 13px;
    line-height: 18px;
    font-family: "DM Sans", sans-serif !important;
}
.css-jkda8ebs{
    margin-right: 20px;
    margin-bottom: 20px;
    width: 348px;
    height: 141px;
    padding: 20px 0 0 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px 0px;
}
.css-nd38dbja{
    width: 60px;
    float: left;
}
.css-nd38dbja .img{
    width: 100%;
    height: 100%;
}
.css-fnk3nksa{
    padding: 0 20px;
    float: left;
    width: calc(100% - 60px);
}
.css-fnk3nksa h5{
    font-size: 14px;
    color: #212121;
    margin-bottom: 4px;
}
.css-fnk3nksa span{
    font-size: 12px;
    color: #7686ab;
    overflow: hidden;
    line-height: 18px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
.css-link-footer{
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    display: flex;
    gap: 8px;
    flex-direction: column;
}
.css-sosmed-footer{
    display: flex;
    align-items: center;
    gap: 1.25rem;
    font-size: 14px;
    color: #212121;
    padding-top: .75rem;
    padding-bottom: .75rem;
}
.css-icon-footer{
    width: 20px;
    height: 20px;
    flex-shrink: 0; /* Pastikan ikon tidak mengecil */
}
.contact-item{
    display: flex;
    align-items: flex-start;
    gap: 12px;
    font-size: 13px;
    color: #212121;
}
.icon-container{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.icon{
    width: 18px;
    height: 18px;
}
.text-container{
    line-height: 20px;
    color: #212121;
}
.text-container strong{
    font-weight: bold;
}
.css-btn-selengkapnya{
    overflow: hidden;
    position: relative;
    display: inline-block;
    padding: 13px 36px;
    color: #fff;
    border-radius: 8px;
    background-color: #4CAF50;
}
.css-endwk3sn{
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}
.css-btn-donasi{
    border: 1px solid #fff;
    padding: 6px 42px;
    border-radius: 8px;
}
.campaign-wrapper {
    margin-top: 50px;
    background: linear-gradient(135deg,#4caf50 0%,#3db15b 50%,#2e8b57 100%);
    padding: 40px 0;
}
.campaign-inner {
    display: flex;
    justify-content: center;
    align-items: center;
}
.btn-campaign {
    display: inline-block;
    padding: 0.6rem 2.5rem;
    border: 2px solid rgba(255, 255, 255, 0.8);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    color: #ffffff;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    transition: 
        background 0.3s ease, 
        transform 0.2s ease,
        box-shadow 0.2s ease;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
}
.btn-campaign,
.btn-campaign:visited {
  color: #ffffff !important;
}
.btn-campaign:hover,
.btn-campaign:focus {
    background: rgba(255, 255, 255, 0.2);
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.css-text-donasi{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.css-text-artikel{
    color: #212121;
    font-size: 13px;
    font-weight: 600;
}
.css-nfd2mks{
    display: flex;
    align-items: center;
}
.css-hdi3nksa{
    width: 52px;
    height: 52px;
}
.css-tentang{
    background-color: #f5f5f5;
    padding-top: 80px;
}
.css-hero-tentang{
    background-color: #f5f5f5;
    position: relative;
}
.css-web-hero{
    background-color: #f5f5f5;
    height: auto;
    min-height: 600px;
    padding-left: 44px;
    padding-right: 44px;
    position: relative;
    width: 100%;
}
.css-web-hero.left .css-web-hero-background{
    text-align: center;
}
.css-web-hero-background{
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 0;
}
.css-web-hero.left .css-web-hero-background-image{
    margin-top: 30px;
    border-radius: 24px;
    /* border-radius: 0 24px 24px 0; */
}
.css-web-hero-background-image{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    height: 100%;
    max-height: 600px;
    max-width: calc(50% + 395px);
    width: calc(100% - 189px);
}
.css-web-hero-container{
    height: 100%;
    margin: 0 auto;
    max-width: 1080px;
    min-height: 600px;
    position: relative;
    width: 100%;
}
.css-hero-tentang .css-hero-content-wrapper{
    background-color: #fff;
    border-radius: 24px;
    max-width: 620px;
    padding: 20px 32px;
}
.css-web-hero .box-center{
    position: absolute;
    top: 80%;
    transform: translateY(-50%);
    right: 0;
}
.css-hero-tentang .css-hero-content-wrapper .css-title{
    color: #313131;
    font-size: 40px;
    font-weight: 700;
    line-height: 62.4px;
}
.css-hero-tentang .css-hero-content-wrapper .css-content{
    color: #727272;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    margin-top: 12px;
}
.css-vision{
    background-color: #f5f5f5;
    padding: 80px 0;
}
.css-web-section{
    padding-left: 44px;
    padding-right: 44px;
}
.css-web-section .css-web-container{
    margin: 0 auto;
    max-width: 1080px;
    padding: 0;
    width: 100%;
}
.css-vision .css-vision-mission-container .css-card-vision{
    background-color: #fff;
    border-radius: 24px;
    display: flex;
    padding: 32px;
}
.css-vision .css-vision-mission-container .css-card-vision .css-card-content{
    padding-right: 26px;
}
.css-vision .css-vision-mission-container .css-card-vision .css-card-content .css-title{
    color: #4CAF50;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 32px;
}
.css-vision .css-vision-mission-container .css-card-vision .css-card-content .css-subtitle{
    color: #313131;
    font-size: 36px;
    font-weight: 700;
    line-height: 62.4px;
}
.css-vision .css-vision-mission-container .css-card-vision .css-card-content .css-desc{
    color: #727272;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 32px;
}
.css-vision .css-vision-mission-container .css-card-vision .css-card-image{
    border-radius: 24px;
    height: 617px;
    object-fit: cover;
    object-position: center;
    width: 502px;
}
.css-margin-desc{
    margin-bottom: 10px;
}
.css-program{
    background-color: #4CAF50;
    overflow: hidden;
    padding: 80px 0;
    position: relative;
}
.css-program .css-program-container-two{
    color: #fff;
}
.css-program .css-program-container-two .css-title{
    font-size: 21px;
    font-weight: 500;
    text-align: center;
    text-transform: uppercase;
    color: #ffffff80;
}
.css-program .css-program-container-two .css-subhead{
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    margin-top: 12px;
    text-align: center;
    color: #fff;
}
.css-program .css-program-container-two .css-content{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    margin: 47px 0 0; 
}
.css-program .css-program-container-two .css-content .css-card-program{
    background: #fff;
    border-radius: 24px;
    display: block;
    max-width: 343px;
    min-height: 400px;
    overflow: hidden;
    width: calc(33.33% - 20px);
}
.css-program .css-program-container-two .css-content .css-card-program img{
    height: 180px;
    /* object-fit: cover; */
    object-position: center;
    width: 100%;
}
.css-program .css-program-container-two .css-content .css-card-program .css-card-body{
    padding: 24px 24px 24px;
    text-align: center;
}
.css-program .css-program-container-two .css-content .css-card-program .css-card-title{
    color: #313131;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    margin-bottom: 16px;
}
.css-program .css-program-container-two .css-content .css-card-program .css-card-desc{
    color: #727272;
    font-size: 15px;
    font-weight: 500;
    line-height: 140%;
    text-align: center;
}
.css-lihat-semua {
    cursor: pointer;
    margin: 16px auto;
    padding: 5px 12px;
    border: 2px solid #fff;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
}
.css-text-lihat-semua {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}
.css-tentang-header{
    background-color: #fff;
    padding-top: 0px;
    /* padding-top: 25px; */
    overflow: hidden;
    position: relative;
}
.css-tentang-header .css-subhead{
    font-size: 40px;
    font-weight: 700;
    line-height: 120%;
    margin-bottom: 25px;
    text-align: center;
    color: #313131;
}
.css-row-4 {
    display: flex;
    justify-content: center;
    padding-left: 80px;
    padding-right: 80px;
}

.css-card-tentang:hover {
    transform: scale(1.05); /* Efek zoom saat hover */
}
.css-pointer {
    cursor: pointer;
}
.css-card-tentang {
    border-radius: 20px;
    overflow: hidden;
    transition: transform 0.3s ease;
    background-color: transparent; /* hilangkan putih */
    padding: 0;
}
.css-col-bg {
    padding: 0;
    margin: 0;
}
.css-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.css-image {
    width: 571px;
    height: 263px;
    object-fit: cover;
    display: block;
}
.css-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5); /* Warna gelap semi-transparan */
    display: flex;
    align-items: flex-end; /* teks tetap di bawah */
    justify-content: flex-start;
    border-radius: 20px;
}
.css-text-overlay {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin: 0px 0px 20px 25px;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.8);
}
.css-mitra{
    background-color: #f5f5f5;
    padding: 80px 0;
}
.css-mitra .css-mitra-mission-container .css-card-vision{
    background-color: #fff;
    border-radius: 24px;
    display: flex;
    padding: 32px;
}
.css-mitra .css-mitra-mission-container .css-card-vision .css-card-content{
    padding-right: 26px;
}
.css-mitra .css-mitra-mission-container .css-card-vision .css-card-content .css-title{
    color: #4CAF50;
    font-size: 21px;
    font-weight: 500;
    margin-bottom: 32px;
}
.css-mitra .css-mitra-mission-container .css-card-vision .css-card-content .css-subtitle{
    color: #313131;
    font-size: 35px;
    font-weight: 700;
    line-height: 62.4px;
}
.css-mitra .css-mitra-mission-container .css-card-vision .css-card-content .css-desc{
    color: #727272;
    font-size: 16px;
    font-weight: 500;
    line-height: 23px;
    margin-bottom: 32px;
}
.css-mitra .css-mitra-mission-container .css-card-vision .css-card-image{
    border-radius: 24px;
    height: 617px;
    object-fit: cover;
    object-position: center;
    width: 502px;
}
.css-subtitle-tentang{
    color: #313131;
    font-size: 35px;
    font-weight: 700;
    line-height: 62.4px;
}
.css-container-zakat{
    padding-top: 24px;
    max-width: 780px;
    margin: auto;
}
.css-cs3wqsns {
    margin-top: 20px;
    justify-items: center;
}
.css-erk4dna {
    margin-top: 16px;
    margin-bottom: 16px;
    font-size: 17px;
    color: #212121;
    line-height: 21px;
    font-weight: 600;
}
.css-dmw34rdj {
    color: #212121;
    font-size: 14px;
    font-weight: 600;
}
.css-dm3ewms{
    margin-top: 12px;
    margin-bottom: 40px;
    background-color: #fff;
    box-shadow: rgba(141, 150, 170, 0.4) 0px 1px 4px;
    border: 1px solid #D6DFEB;
    border-radius: 8px;
    padding: 11px 32px 0px;
}
.css-ke349d {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.css-dme4dn {
    margin-top: 35px;
    margin-bottom: 30px;
    justify-self: center;
}
.css-wen4edn {
    color: #212121;
    font-size: 13px;
    font-weight: 500;
}
.css-mf4enk {
    background-color: #4CAF50;
    color: #fff;
    padding: 8px 20px;
    font-size: 15px;
    font-weight: 600;
    border-radius: 8px;
}
.css-rop45jd {
    display: flex;
    padding-bottom: 40px;
}
.css-r45fdnk {
    display: flex;
    align-items: center;
    padding-right: 100px;
    width: 350px;
    min-width: 350px;
}
.css-er4wns {
    display: flex;
    flex-direction: row;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    color: #212121;
    max-width: 280px;
    word-break: break-word;
}
.flex-fill {
    flex: 1 1 0%;
}
.css-em42sne {
    width: 430px;
}
.css-mnf4dsn {
    display: flex;
    padding: 2px 4px;
    position: static;
    width: 40px;
    height: 20px;
    background: #F3F4F5;
    border-radius: 3px;
    font-size: 11px;
    line-height: 16px;
    color: #9FA6B0;
    margin-left: 8px;
}
.css-er4csnk {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
}
.css-erk4dns {
    margin-bottom: 16px;
    font-size: 14px;
    color: #212121;
    line-height: 21px;
}
.css-kdr34dn {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.css-jdkaenkd{
    display: flex;
    flex-direction: column;
    margin-bottom: 25px;
    gap: 30px;
}
.css-content-zakat {
    flex: 2;
    border-radius: 10px;
}
.css-sidebar {
    flex: 1;
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.1);
    /* align-self: flex-start; */
}
.css-image-container{
    width: 100%;
    overflow: hidden;
    border-radius: 10px;
}
.css-image-container img {
    width: 100%;
    border-radius: 10px;
    transition: transform 0.3s ease-in-out;
}
.css-image-container img:hover {
    transform: scale(1.05);
}
.css-zakat-title{
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
    text-align: center;
}
.cta-button {
    display: block;
    text-align: center;
    background-color: #28a745;
    color: white;
    padding: 12px;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    width: 100%;
    margin-top: 20px;
}
.cta-button:disabled {
    background-color: #E6E9F0;
    color: #98A3B4;
    cursor: not-allowed;
    opacity: 0.8;
}
.css-sidebar ul {
    list-style: none;
    padding: 0;
}
.css-sidebar ul li {
    padding: 12px;
    border-bottom: 1px solid #e5e5e5;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.css-sidebar ul li:hover {
    background: #f1f1f1;
    transition: 0.3s;
}
.text-content {
    flex: 1;
    font-size: 14px;
    line-height: 21px;
    color: #727272;
    margin-top: 15px;
}
.text-content blockquote {
    border-left: 4px solid #ccc !important;
    margin: 1em 0 !important;
    padding: 0.5em 1em !important;
    background-color: #f9f9f9 !important;
    font-style: italic !important;
    color: #444 !important;
}
#text-content.collapsed {
    max-height: 120px;
    overflow: hidden;
    position: relative;
    transition: max-height 0.3s ease;
}
.read-more-toggle {
    color: #6c3483;
    font-weight: 500;
    display: inline-block;
    margin-top: 10px;
    cursor: pointer;
    font-size: 14px;
}
.read-more-toggle .icon {
    font-size: 12px;
    /* vertical-align: middle; */
    margin-left: 4px;
}
.css-head-zakat{
    color: #313131;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}
.css-subhead-zakat{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #727272;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
}
.css-dn409fm{
    font-size: 15px;
    color: #808080;
    font-weight: 600;
}
.css-faq {
    background-color: #4CAF50;
    /* min-height: 100vh; */
    padding: 80px 0;
    position: relative;
    overflow-y: auto; /* Ubah dari hidden ke auto */
}
.css-kategori-nav{
    padding: .9em .9em;
    background-color: #f1f4f9;
    margin: 0;
    color: #212121;
    font-size: 18px;
    font-weight: 700;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}
.css-nav-tabs{
    display: flex;
    flex-direction: column;
}
.css-text-align{
    text-align: left;
}
.css-tab-content{
    padding: 32px 48px;
}
.css-text-atas-nav{
    font-size: 29px;
    font-weight: 700;
    line-height: 120%;
    margin-top: 12px;
    text-align: center;
    color: #212121;
    margin-bottom: .9rem;
}
.css-mb-artikel{
    margin-bottom: 16px;
}
.css-card-nav{
    display: block;
    position: relative;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px 0px;
    border-radius: 8px;
}
.css-card-nav-right {
    display: block;
    position: relative;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px 0px;
    padding: 12px;
    border-radius: 8px;

    min-height: 300px; /* ✅ Tambahkan ini sebagai fallback tinggi minimum */
    max-height: none; /* ✅ Hapus pembatas tinggi */
    overflow-y: visible;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    color: #fff!important;
    background-color: #4CAF50!important;
}
.nav-link{
    color: #212121!important;
}
.accordion {
    overflow: visible !important;
    margin-bottom: 20px; /* Tambahkan ini */
}
.tab-content {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    /* overflow-y: auto; */
}
.css-artikel{
    padding: 15px 0 100px;
    background-color: #eeeff2;
    position: relative;
}
.css-artikel-p{
    padding: 15px;
    background-color: #eeeff2;
    position: relative;
}
.css-djo7sbn{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: space-between;
}
.css-nkf59dn{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: nowrap;
    width: 100%;
    align-items: center;
}
.bzi-search{
    width: 40px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 3px;
    cursor: pointer;
    background-color: #fdfdfd;
    border-radius: 100px;
    color: #616e7a;
    font-size: 14px;
    border: 1px solid #ebecef;
}
.css-inout-artikel-dua{
    background-color: #f9f9f9;
}
.css-kategori-artikel{
    width: auto;
    min-width: 168px;
    max-width: 210px;
}
.css-nf39dkn{
    background-image: linear-gradient(#f5f5f5,#fff);
    border: 1px solid #ebecef;
    padding: 5px 5px 5px 16px;
    border-radius: 32px;
    position: relative;
}
.css-lkf5jsn{
    display: flex;
    padding: 2px;
}
.css-dml3nsm{
    display: flex;
    width: 90%;
    align-items: center;
}
.css-input-artikel{
    border: none;
    width: 90%;
    outline: none;
    padding: 0;
    background-color: transparent;
}
.css-rojf3ns{
    display: flex;
    align-items: center;
    fill: rgba(60, 60, 60, .4);
}
.css-arrow-artikel{
    fill: rgba(60,60,60,.5);
    transition: .15s cubic-bezier(1,.5,.8,1);
    margin: 0 auto;
    cursor: pointer;
}
.css-nk98ehs{
    width: fit-content;
    display: flex;
    height: 90%;
    padding: 5px 15px;
    justify-content: space-between;
    border: 1px solid #ebecef;
    border-radius: 24px;
    gap: 5px;
    background-image: linear-gradient(#f5f5f5,#fff);
}
.css-dk3nska{
    padding-left: 0px;
    display: flex;
    flex-direction: column;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    align-items: normal;
    background-color: #f9fafb;
}
.css-a-artikel{
    border-radius: 8px;
}
.css-io8ensx{
    display: block;
    padding-bottom: 56.25%;
    position: relative;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background: #f6f8fb;
}
.css-img-artikel{
    opacity: 1;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
}
.css-nkd3jks{
    padding: 16px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    display: flex;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    flex-direction: column;
    background-color: #f9fafb;
}
.css-f3nksas{
    margin-bottom: 12px;
}
.css-fn4usnj{
    font-size: 14px;
    display: block;
    color: #616e7a;
}
.css-ndk3ns{
    margin-top: 12px;
}
.css-fko4jsx{
    font-size: 18px;
    color: #212121;
    line-height: 25px;
    font-weight: 700;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.css-detail-artikel{
    background-color: #eeeff2;
    padding: 24px 0;
    position: relative;
}
.css-subcontainer{
    max-width: 1040px;
    width: 87%;
    margin: 0 auto;
    padding-top: 27px;
}
.css-artikel-detail{
    width: 100%;
    word-break: break-word;
}
.css-djk9wdn{
    color: #212121;
    font-size: 25px;
    line-height: 1.3;
    font-weight: 700;
}
.css-wdj3nks{
    display: flex;
    gap: 8px;
}
.css-dj8fnjw{
    display: flex;
    gap: 8px;
}
.css-p-artikel{
    font-size: 1em;
    line-height: 1.6;
    margin: 0 0 1em;
}
.css-cover-artikel{
    border-radius: 24px;
    margin-top: 20px;
    margin-bottom: 30px;
}
.css-coverimg-artikel{
    width: 100%;
    height: 100%;
    border-radius: 8px;
    max-width: 100%;
    object-fit: contain;
    display: block;
}
.css-artikel-content{
    color: #212121;
    font-size: 16px;
}
.css-artikel-content > p {
    font-size: 1em;
    line-height: 1.6;
    margin: 0 0 1em;
}
.css-dwji3ns{
    padding: 24px 0;
    display: block;
}
.css-fj34nks{
    width: 93%;
    max-width: 1400px; 
    margin: 0 auto;
}
.css-gkn45sn{
    color: #212121;
    font-size: 25px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 30px;
    line-height: 1.31072em;
}
.appDonasi{
    display: flex;
    flex-direction: column;
    text-align: left;
}
.css-riwayatdonasi{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 25px 0;
}
.css-dn3hiws{
    color: #212121;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 26px;
}
.css-nkwf85{
    margin-top: 22px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    position: relative;
    color: rgb(51, 51, 51);
}
.css-fek4nss{
    display: flex;
    flex: 1 1 0%;
    width: 100%;
    height: 100%;
    min-height: 0px;
}
.css-ndkw3ns{
    margin-top: 38px;
    width: 100%;
    flex-shrink: 0;
    touch-action: pan-y;
    height: auto;
}
.css-ndw3nks{
    width: 100%;
    flex-shrink: 0;
    touch-action: pan-y;
    height: auto;
    overflow-y: auto;
}
.css-fnk3kns{
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.css-fmkpof6{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    overflow: auto;
    padding-bottom: 8px;
}
.css-dnw4nksf{
    display: flex!important;
    justify-content: center!important;
}
.css-njwfj3n{
    border-bottom: 1px solid #ededed;
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    font-size: 14px;
    padding: 8px 350px;
}
.css-djo3nds{
    padding-top: 3px;
    position: relative;
}
.css-djo3nds img{
    margin-right: 15px;
    width: 32px;
}
.css-njwfj3n>div:last-child{
    flex: 1;
}
.css-dnwk9ens{
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    margin-bottom: 3px;
}
.css-dnwk9ens>.css-fwk90gnd{
    color: #212121;
    font-weight: 700;
    width: calc(100% - 100px);
}
.css-woein3ns{
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    color: #333;
}
.css-ndkf4hs{
    color: #333;
    font-size: 12px;
}
.css-grj4nks{
    word-break: break-all;
    align-items: center;
    display: flex;
}
.css-fejw8dn{
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
    letter-spacing: 0px;
    color: rgb(133, 133, 133);
}
.css-fnw90dn{
    border: 1px solid #4CAF50;
    padding: 0 12px;
    background-color: #fff;
    border-radius: 8px;
}
.css-lhdwi0h{
    color: #4CAF50;
    font-size: 12px;
    font-weight: 700;
}
.css-title-modal{
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    letter-spacing: 0px;
    color: rgb(51, 51, 51);
}
.css-dwnk3nsd{
    display: flex;
    flex-direction: column;
    padding: 0px 20px 32px;
    margin-top: 12px;
    flex: 1 1 0%;
    overflow: hidden auto;
}
.css-dwkn2nks:first-child{
    margin-top: 0;
}
.css-dwkn2nks{
    margin-top: 14px;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.css-gr3knsa{
    border-top: 1px solid #f1f1f1;
    padding-top: 14px;
}
.css-wdk3nks{
    color: #808080;
    font-size: 14px;
    margin: 0;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    text-transform: capitalize;
    white-space: nowrap;
}
.css-wdj3nas{
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
}
.css-ndw2nksj{
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
    letter-spacing: 0px;
    color: rgb(51, 51, 51);
}
.css-ndw2nksx{
    font-size: 15px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: 0px;
    color: #212121;
}
.css-bdwj3ns{
    display: flex;
    flex-direction: row;
    overflow: auto;
    padding: 20px 0 20px 20px;
    touch-action: pan-x;
}
.css-fnkw3nsk{
    background: #fff;
    border-bottom: 1px solid #ededed;
    flex-direction: row;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
}
.css-fan3knsa{
    position: relative;
    margin-top: 0;
    align-items: center;
    display: flex;
    height: 100%;
    padding-right: 16px;
}
.css-kjr3nks{
    background: #fff;
    align-items: center;
    display: flex;
    height: 100%;
}
.css-nkd3nksa{
    display: flex;
    flex-direction: row;
    overflow: auto;
}
.nav-item .css-dnka3ns.active{
    background-color: transparent!important;
    border: 1px solid #00AB6B!important;
    color: #00AB6B!important;
    font-weight: 700!important;
}
.css-fnk789ds{
    width: 45%;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
}
.css-dnka3ns{
    background-color: transparent;
    border: 1px solid #ededed;
    border-radius: 40px;
    color: #212121;
    font-size: 12px;
    height: 28px;
    line-height: 1;
    margin-right: 8px;
    padding: 0 16px;
    width: auto;
}
.css-nkf3nks{
    display: flex;
    flex-direction: column;
    padding: 0px 20px 100px;
    margin-top: 12px;
    flex: 1 1 0%;
    overflow: hidden auto;
}
.css-nkr3nks{
    color: #333;
    font-size: 13px;
    font-weight: 700;
}
.css-enk3nsk{
    border-radius: 50px;
    font-size: 12px;
    height: 28px;
    padding: 6px 16px;
    width: fit-content;
    border: 1px solid #ededed;
    color: #333;
    max-height: 44px;
    justify-content: space-between;
    align-items: center;
    display: flex;
    margin: 15px 0;
    overflow: hidden;
}
.css-fk2neks{
    color: #333;
    font-size: 12px;
}
.css-rkw3nks{
    display: block;
    position: relative;
    padding: 12px 20px 22px;
    bottom: 0px;
    left: 0px;
    border-top: 0px;
    border-bottom-left-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
    background: rgb(255, 255, 255);
}
.css-jek32snk{
    display: flex;
    flex-direction: row-reverse;
}
.css-jek32snk > :nth-child(1){
    margin-left: 8px;
}
.css-enkw3sn{
    border-radius: 4px;
    transition: 150ms ease-in-out;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 12px;
    background-color: #4CAF50;
    color: rgb(255, 255, 255);
    border: none;
    cursor: pointer;
    height: 44px;
    width: 100%;
}
.css-jek32snk > :nth-child(2){
    margin-right: 8px;
}
.css-sdekjwen{
    border-radius: 4px;
    transition: 150ms ease-in-out;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 0px 12px;
    background-color: transparent;
    color: #4CAF50;
    border: 1px solid #4CAF50;
    cursor: pointer;
    height: 44px;
    width: 100%;
}
.css-enk2snk{
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-align: center;
    align-items: center;
    font-size: 15px;
    color: #fff;
    font-weight: 800;
}
.css-nfk3nsx{
    display: flex;
    flex-direction: row;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-align: center;
    align-items: center;
    font-size: 15px;
    font-weight: 800;
    color: #4CAF50;
    pointer-events: none;
}
.css-bag-login{
    background-color: #ffffff!important;
}
.css-ground-login{
    width: 100%;
    margin: 0 auto;
}
.css-nkw3nka{
    position: relative;
    margin-top: 30px;
}
.css-nkw3nka .content{
    width: 368px;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 8px;
    padding: 32px;
    min-height: 50px;
}
.css-kg5dnsk{
    display: block;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 4px;
    background-color: rgb(var(--NN0,255,255,255));
    border-radius: 8px;
}
.css-ew3nsk{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    margin-bottom: 16px;
    gap: 16px;
    padding: 20px 0px 0px;
}
.css-toi4nks{
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-shrink: 1;
    margin: 0px;
    font-weight: 800;
    color: rgb(var(--NN950,33,33,33));
}
.css-rui4hjs{
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
}
.css-po4nksa{
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin: 8px 0px 42px;
}
.css-fnek4nks{
    font-size: 1.25rem;
    line-height: 1.3;
    font-weight: 700;
    color: #212121;
}
.css-jr3josn{
    color: #4CAF50!important;
    text-decoration: none!important;
    font-size: 13px;
    font-weight: 500;
}
.css-njr3nks{
    color: #6D7588;
    font-size: 12px;
    line-height: 1.5;
}
.css-pore4nkd{
    text-align: right;
    margin: 16px 0px;
}
.css-iot4nss{
    color: #4CAF50;
    font-size: 12px;
    font-weight: 700;
}
.css-n4jsoms{
    margin: 16px 0px 8px;
}
.css-gjoe3ns{
    display: block;
    width: 100%;
    vertical-align: middle;
    font-weight: 700;
    background-color: #E4EBF5;
    text-decoration: none;
    position: relative;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 1rem;
    border-radius: 8px;
    height: 48px;
}
.css-r3skjna{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    white-space: nowrap;
    gap: 4px;
}
.css-pi3ndka{
    font-size: 0.857143rem;
    margin: 24px 0px;
    color: #6D7588;
    position: relative;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    text-align: center;
}
.css-pi3ndka::after, .css-pi3ndka::before{
    content: "";
    display: inline-block;
    width: 100%;
    border-bottom: 1px solid #AAB4C8;
}
.css-fnkw3nsl{
    text-align: center;
    padding: 0px 16px;
    white-space: nowrap;
    color: #6D7588;
    font-size: 12px;
    font-weight: 500;
}
.css-knden3s{
    padding: 0;
    display: block;
    width: 100%;
}
.css-wjd3skn{
    display: block;
    width: 100%;
    vertical-align: middle;
    font-weight: 700;
    background-color: #fff;
    text-decoration: none;
    border: 1px solid #AAB4C8;
    padding-left: 7px;
    padding-right: 7px;
    font-size: 14px;
    border-radius: 8px;
    height: 48px;
}
.css-wkn3ndk{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    color: #6D7588;
    white-space: nowrap;
    gap: 4px;
}
.css-er4jfk{
    background: transparent;
    display: block;
    position: relative;
    overflow: hidden;
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}
.css-bag-daftar{
    background-color: #eeeff2!important;
}
.css-ground-daftar{
    width: 100%;
    margin: 0 auto;
}
.css-nkew3nks{
    font-weight: 400;
    color: #34364a;
    font-size: 13px;
    line-height: 20px;
}
.css-nkw3nkb .content{
    width: 500px;
    background: #fff;
    position: absolute;
    top: 60px;
    left: 0px;
    right: 0px;
    margin: auto;
    border-radius: 8px;
    padding: 32px;
    min-height: 50px;
}
.css-profile-area{
    background: #f6f8fd;
    padding: 42px 0;
}
.css-2enkxa{
    display: flex;
    flex-direction: row;
}
.css-dh4oden{
    background-color: #dc3545;
    color: #fff;
    display: inline-block;
    padding: .25em .4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25rem;
}
.css-fkw3nks{
    border-radius: 8px;
    width: 340px;
    background-color: #fff;
    border: 1px solid #CFD5E1;
    transition: .3s ease-in-out;
    align-self: flex-start;
}
.css-s3esnjz p {
    color: #212121;
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
}
.css-s3esnjz ul {
    color: #212121;
    font-size: 13px;
    line-height: 18px;
    padding-left: 30px;
}
.css-s3esnjz ol {
    color: #212121;
    font-size: 15px;
    list-style: decimal;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 18px;
}
.css-dkqn3sn {
    text-align: center;
    margin-bottom: 24px;
    padding: 24px;
    border-radius: 8px;
    background-color: linear-gradient(135deg, #f8fafc, #e2e8f0);
    border: 2px dashed #cbd5e0;
    position: relative;
}
.qr-code {
    width: 150px;
    height: 150px;
    background: white;
    border-radius: 16px;
    margin: 0 auto 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
}
.scan-instruction {
    color: #64748b;
    font-size: 14px;
    font-weight: 500;
}
.css-s3esnjz li {
    color: #212121;
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 7px;
}
.css-dwkensxs{
    padding: 8px 12px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #CFD5E1;
    margin-bottom: 10px;
    cursor: pointer;
}
.css-fjk4edn{
    color: #212121;
    font-size: 13px;
    font-weight: 500;
}
.css-fkw3nks .css-sgrkl3d{
    padding: 30px;
    height: 100%;
}
.css-pog3nks{
    margin-bottom: 20px;
}
.css-nkdw3ns .css-itemdab.active .icon-profil{
    filter: brightness(0) saturate(100%) invert(48%) sepia(27%) saturate(4384%) hue-rotate(92deg) brightness(94%) contrast(103%);
}
.css-nkdw3ns .css-itemdab.active p a{
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    color: #34364a;
}
.css-nkdw3ns .css-itemdab{
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    gap: 10px;
}
.css-f09gnsj{
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    color: #999aa4;
}
.css-fkw3nks .css-pog3nks .css-podg3nks{
    width: 54px;
    height: 54px;
    border-radius: 100px;
    margin-bottom: 25px;
    object-fit: cover;
}
.css-info-profil{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
}
.css-info-profil .css-fw3islk{
    color: #34364a;
    font-weight: 700;
    font-size: 18px;
}
.css-info-profil .css-jewk3ns{
    background-color: #4CAF50;
    padding: 0 12px;
    border-radius: 12px;
    font-size: 13px;
    font-weight: 500;
    color: #fff;
}
.css-nkfd3nks{
    margin-left: 30px;
    width: 100%;
    position: relative;
}
.css-g2knsa{
    font-weight: 700;
    color: #34364a;
    font-size: 32px;
    line-height: 48px;
}
.css-g2knsb{
    font-weight: 700;
    color: #34364a;
    font-size: 24px;
    line-height: 48px;
}
.css-spo4nsa{
    display: flex;
    flex-direction: column;
}
.css-sioe3ns{
    font-weight: 300;
    color: #34364a;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 10px;
}
.css-oir3nks{
    margin-top: 1.5rem;
}
.css-form-dank{
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #CFD5E1;
    padding: 10px 25px;
    margin-bottom: 10px;
}
.css-dka3ns{
    display: flex;
    flex-direction: column;
}
.css-dka3ns input{
    border-radius: 100px;
    background: #e5e9f2;
    border: 0;
    height: 45px;
    padding-left: 20px;
}
.css-ndk3njs{
    color: #212529;
    font-size: 14px;
    font-weight: 600;
}
.css-e2knscs:hover, .css-e2knscs:focus{
    box-shadow: 10px 12px 20px #e7ebf5;
    background: #157347;
    color: #fff;
    border: 0;
    transition: all .4s;
}
.css-e2knscs{
    min-width: 100%;
    font-size: 16px;
    margin-top: 20px;
    padding: 12px 24px;
    border-radius: 100px;
    text-align: center;
    color: #fff;
    background: #198754;
    font-weight: 600;
    line-height: 24px;
    width: fit-content!important;
    height: fit-content!important;
}
.css-jdk3nks{
    min-width: 100%;
    font-size: 16px;
    margin-top: 20px;
    padding: 12px 24px;
    border-radius: 100px;
    text-align: center;
    color: #198754;
    background: #fff;
    border: 1px solid #198754;
    font-weight: 600;
    line-height: 24px;
    width: fit-content!important;
    height: fit-content!important;
}
.css-jdk3nks:hover, .css-jdk3nks:focus{
    color: #198754;
}
div.dt-container .dt-length{
    color: #34364a;
    border: 0;
    height: 45px;
    padding: 0 35px 0 5px;
    border-radius: 16px;
}
div.dt-container select.dt-input{
    margin-right: 8px;   
}
div.dt-container .dt-search input{
    margin-left: .5em;
    display: inline-block;
    width: auto;
    border-radius: 100px;
    background: #e5e9f2;
    border: 0;
    height: 45px;
    padding-left: 20px;
    outline: none;
    font-weight: 500;
    font-size: 16px;
    padding: 11px 20px;
    color: #34364a;
}
div.dt-container .dt-info{
    color: #34364a;
    font-size: 16px;
    font-weight: 500;
}
div.dt-container .dt-paging .dt-paging-button.current{
    background: #4CAF50;
    width: 48px;
    text-align: center;
    border: 0;
    border-radius: 100px;
    font-size: 18px;
    color: #fff!important;
}
div.dt-container .dt-paging .dt-paging-button.current:hover{
    background: #4CAF50;
    width: 48px;
    text-align: center;
    border: 0;
    border-radius: 100px;
    font-size: 18px;
    color: #fff!important;
}
.css-hijau{
    color: #157347;
    font-size: 13px;
    font-weight: 600;
}
.css-merah{
    color: #F94D63;
    font-size: 13px;
    font-weight: 600;
}
.css-jk2snka{
    background: #e5e9f2;
    color: #34364a;
    font-size: 16px;
    padding: 8px 12px;
    font-size: 12px;
    border-radius: 50px;
    border: 0;
    font-weight: 700;
    line-height: 24px;
}
table.dataTable > tbody > tr > th, table.dataTable > tbody > tr > td {
    font-size: 13px;
    color: #34364a;
    font-weight: 400;
    line-height: 19px;
}
.css-detail{
    background: #E6E9F0;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid #E6E9F0;
    color: #98A3B4;
    font-weight: 700;
}
.css-edit{
    background: #fff3cd;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid #ffeeba;
    color: #856404;
    font-weight: 700;
}
.css-hapus{
    background: #f8d7da;
    padding: 5px 10px;
    border-radius: 8px;
    border: 1px solid #f5c6cb;
    color: #721c24;
    font-weight: 700;
}
.css-nwfk3sm{
    padding: 5px 10px;
    background: #4CAF50;
    border-radius: 8px;
    margin-bottom: 16px;
    width: fit-content;
}
.css-nwfk3sm h4{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}
.css-eks4ndm{
    padding: 30px 0;
}
.css-2eknzxn{
    position: relative;
    width: inherit;
}
/* .css-enks9udn{
    width: inherit;
    background-color: #fff;
    padding-bottom: 15px;
    max-width: 1020px;
    padding-left: 20px;
    padding-right: 20px;
} */
.css-r3mkdns{
    margin-top: 50px;
    width: 100%;
    text-align: center;
    font-size: 16px;
    background-color: #4CAF50;
    color: #fff;
    display: inline-block;
    font-weight: 600;
    padding: 10px 25px;
    border: 0;
    border-radius: 100px;
    z-index: 1;
    position: relative;
}
.css-r3mkdns:hover{
    color: #fff;
}
.css-32dnwkd{
    width: 100%;
    border-radius: 8px;
}
.css-r3jnswk{
    margin-top: 20px;
}
.css-nkfe43s{
    color: #212121;
    font-weight: 600;
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 10px;
}
.css-dkn3nks{
    margin-top: 20px;
    font-size: 14px;
    color: #1f2d3d;
    line-height: 1.8em;
}
.css-gorj34ns{
    background-color: rgb(239, 239, 239);
    padding: 5px;
    border-radius: 8px;
    margin-right: 5px;
}
.css-e2ndk9s{
    padding-left: 44px;
}
.css-3jefnjs{
    border-radius: 8px; 
    padding: 24px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 6px 0px;
}
.css-23nksmk{
    color: #333;
    font-weight: 600;
    line-height: 1.2;
    font-size: 18px;
    margin-top: 20px;
}
.css-4rndksx{
    color: #6D7588;
    font-size: 14px;
    font-weight: 600;
}
.css-wnkd3ns{
    width: 50%;
    margin-top: 10px;
    margin-right: 8px;
}
.css-wdnksnd{
    /* width: 419px;  */
    height: 480px;
    margin-top: 100px;
}
.css-wdnksne{
    width: 290px; 
    height: 293px
}
.css-expand{
    overflow: hidden;
}
.css-dnjab{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.css-ewnkwsx{
    color: #727272;
    font-size: 14px;
    font-weight: 700;
}
.css-s2w3nkx{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #727272;
    font-size: 20px;
    font-weight: 500;
    line-height: 21px;
}
.css-s2w3nkd{
    margin-top: 10px;
    margin-bottom: 10px;
    color: #727272;
    font-size: 13px;
    font-weight: 500;
    line-height: 21px;
}
.css-hr3ens{
    margin-top: 12px;
    margin-bottom: 12px;
}
.css-wd3snkx{
    width: 42%;
    object-fit: cover;
    margin-bottom: 12px;
}
.css-we23snka{
    width: 100%;
    padding-left: 30px;
}
.css-p3dkns{
    color: #1f2d3d;
    font-size: 14px;
    font-weight: 500;
    margin: 0px;
    padding: 0px;
}
.css-border{
    background-color: #aab4c8;
    width: 3px;
    border-radius: 8px;
    height: auto;
}
.scroll-up {
    cursor: default; /* Ubah dari cursor: pointer agar tidak mengindikasikan fungsi scroll */
    display: block;
    border-radius: 50px;
    box-shadow: inset 0 0 0 2px var(--border);
    z-index: 99;
    position: fixed;
    right: 25px;
    bottom: 35px;
    height: 50px;
    width: 50px;
    transition: var(--transition);
}
.whatsapp-link {
    cursor: pointer; /* Pastikan cursor pointer hanya pada link */
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    top: -65px;
    bottom: 12px;
    position: absolute;
    width: 52px;
    height: 52px;
}
.whitespace-nowrap {
    white-space: nowrap;
}
.max-w-full{
    max-width: 100%;
}
.font-medium {
    font-weight: 500;
}
.clear-both {
    clear: both;
}
.css-de4sonx{
    background-color: #fff;
    color: #212121;
    font-size: 15px;
    line-height: 15px;
    text-align: center;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: .75rem;
    padding-right: .75rem;
    border-radius: .5rem;
    display: inline-flex;
}
.grid{
    display: grid;
}
.gap-8{
    gap: 2rem;
}
.gap-6{
    gap: 1.5rem;
}
.mb-8{
    margin-bottom: 2rem;
}
.mb-6{
    margin-bottom: 1.5rem;
}
.pb-6{
    padding-bottom: 1.5rem;
}
.css-relative{
    position: relative;
}
.css-ef4snkx{
    object-fit: cover;
    border-radius: .25rem;
    max-width: 100%;
    width: 100%;
    max-height: 100%;
    aspect-ratio: 4 / 2;
    margin: auto;
}
.css-nkd40gns{
    width: 100px;
    height: 100px;
    object-fit: cover;
    border-radius: .25rem;
    aspect-ratio: 1 / 1;
}
.css-po5dnja{
    font-size: 15px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    color: #252525;   
}
.css-nk3nsdka{
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    color: grey;
}
.space-y-8>:not([hidden])~:not([hidden]){
    margin-top: 16px;
    margin-bottom: 16px;
}
.css-dk4snkax{
    width: 100%;
    aspect-ratio: 16 / 9;
    object-fit: cover;
    border-radius: .25rem;
}
.css-e4dowsns {
    display: flex;
    flex-direction: column;
    width: 100%;
    overflow: hidden;
}
.css-f4nksax{
    flex: 1;
    font-size: 16px;
    line-height: 22px;
    font-weight: 600;
    -webkit-line-clamp: 2;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    margin-bottom: .5rem;
    color: #374151;
}
.md\:grid-cols-3{
    grid-template-columns: repeat(3,minmax(0,1fr));
}
.css-fk4nkdn{
    font-size: 13px;
    line-height: 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    color: #808080;
}
.css-de4sonx.active{
    color: #fff;
    background: linear-gradient(135deg, #4CAF50 0%, #2E8B57 100%);
}
.css-de4sonx:hover{
    color: #fff;
    background: linear-gradient(135deg, #4CAF50 0%, #2E8B57 100%);
}
.css-kdjnsms{
    background-color: #eeeff2;
    padding: 15px 0;
}
.css-knddbem{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    overflow-x: auto;
}
.css-knddbef{
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    margin: 0;
    min-height: 0;
    min-width: 0;
    position: relative;
    align-items: center;
    z-index: 0;
    justify-content: center;
}
.css-fkn0gn{
    align-items: center;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    margin: 0;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    justify-content: center;
}
.css-kn3dssk{
    font-size: 28px;
    line-height: 36px;
    font-weight: 700;
    color: #1a1b1b;
    text-align: center;
}
.css-kn3dssc{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #1a1b1b;
    margin-top: 8px;
    text-align: center;
}
.css-nkdfa3ns{
    align-items: stretch;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    margin: 0;
    min-height: 0;
    min-width: 0;
    padding: 0;
    position: relative;
    z-index: 0;
    width: 100%;
    max-width: 1216px;
}
.css-175oi2r{
    align-items: stretch;
    display: flex;
    flex-basis: auto;
    flex-direction: column;
    flex-shrink: 0;
    list-style: none;
    margin: 0px;
    min-height: 0px;
    min-width: 0px;
    padding: 0px;
    position: relative;
    text-decoration: none;
    z-index: 0;
}
.css-nk3sndd{
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr)); /* Maksimal 3 card */
    gap: 16px; /
}
.css-kl4ndka{
    padding-right: 0px;
    padding-left: 0px;
    padding-top: 26px;
    padding-bottom: 0px;
    flex: 1;
}
.css-d6fnkxj{
    min-height: 0px;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    min-width: 0px;
    z-index: 0;
    flex-shrink: 0;
    align-items: stretch;
    flex-basis: auto;
    padding: 0px;
    margin: 0px;
    display: flex;
    flex: 1;
}
.css-nkbf3dn{
    box-shadow: 0px 1px 4px rgba(0,0,0,0.10);
    display: inline-flex;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    flex: 1;
}
.css-nrk4snk{
    position: relative;
    cursor: pointer;
    pointer-events: auto!important;
    display: inline-flex;
    flex: 1;
}
.css-vjdk3nsa{
    display: flex;
}
.css-f0s3snm{
    right: 0px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    display: inline-flex;
}
.css-g4j5odn{
    z-index: 0;
    display: inline-flex;
    overflow-x: hidden;
    overflow-y: hidden;
}
.css-kf09gmn{
    right: 0px;
    position: absolute;
    top: 0px;
    z-index: -1;
    object-fit: cover;
    height: 100%;
    bottom: 0px;
    left: 0px;
    width: 100%;
}
.css-j4nkdsx{
    border-bottom-right-radius: 8px;
    padding-right: 16px;
    padding-top: 16px;
    border-bottom-left-radius: 8px;
    padding-left: 16px;
    padding-bottom: 16px;
    background-color: #fff;
    display: inline-flex;
    flex: 1;
}
.css-0b94ns{
    font-size: 16px;
    line-height: 24px;
    font-weight: 700;
    color: rgba(26, 27, 27, 1.00);
}
.css-ru3enjx{
    color: #808080;
    line-height: 20px;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
}
.css-k3nkd0fn{
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    line-height: 14px;
    font-weight: 600;
    font-size: 0.714286rem;
    color: rgb(255, 255, 255);
    height: 20px;
    padding: 2px 20px 2px 8px;
    background-image: url('../images/icon/info.png');
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.css-k3nkd0fb{
    position: absolute;
    top: 11px;
    left: -7px;
}
.css-n4dsjn{
    display: flex;
    justify-self: flex-start;
    align-items: flex-start;
    flex-direction: column;
}
.css-3enks6m{
    display: flex;
    justify-self: flex-start;
    align-items: flex-start;
    padding: 0px 8px;
    font-size: 11px;
    font-weight: 600;
    white-space: nowrap;
    border-radius: 4px 4px 4px 0;
}
.css-3enks6v{
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-bottom: 5px solid #4CAF50;
    margin-top: -1px;
    width: 0;
    height: 0;
    transform: rotate(45deg);
}
.css-e42ejxn{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 16px;
    justify-content: space-between;
}
.css-r34jdonx{
    min-height: 1px;
    width: calc(33.33% - 11px) !important;
    margin-bottom: 0px!important;
}
.css-w3knssw{
    margin-bottom: 24px;
}
.css-en3knsxp{
    background-color: #ffffff;
    border-radius: .5rem;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 4px;
}
.css-rr3nksxn{
    padding-bottom: .25rem;
    padding-top: .25rem;
    padding-left: .5rem;
    padding-right: .5rem;
    border-top-left-radius: .5rem;
    border-bottom-right-radius: .5rem;
    background-color: #4CAF50;
    top: 0;
    left: 0;
    position: absolute;
}
.css-er4oxnh{
    color: #ffffff;
    line-height: .75rem;
    font-weight: 600;
    font-size: 11px;
    display: block;
}
.css-t3dnkxna{
    width: 100%;
    object-fit: cover;
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem;
}
.css-se30dnkx{
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical !important;
    display: -webkit-box !important;
    overflow: hidden !important;
    font-weight: 600;
    font-size: 13px;
    overflow-wrap: break-word;
    height: 2.25rem!important;
    color: #212121;
}
.css-rde3snxs{
    color: #808080;
    font-size: 13px;
    font-weight: 600;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.css-a3dnkxs{
    display: flex;
    position: relative;
}
.h-\[12px\]{
    height: 12px;
}
.css-snk3snp0{
    margin-left: 8px;
    display: inline-block;
    margin-top: -3px;
}
.css-s2sn7bs{
    font-size: 12px;
    color: #808080;
    font-weight: 500;
    margin-right: 8px;
}
.css-s2sn7bc{
    font-size: 11px;
    color: #4CAF50;
    font-weight: 600;
}
.css-dnw3snkx{
    display: flex;
    gap: 10px;
}
.form-control:focus{
    border-color: #4CAF50;
    outline: 0;
    box-shadow: 0 0 0 0rem #4CAF50;
}
.css-dwk3spo{
    background-color: #fff;
    border: 1px solid #5c636a;
    padding: 6px 12px;
    border-radius: 8px;
    font-weight: 600;
    text-align: center;
}
.custom-disabled{
    color: #98A3B4!important;
    background-color: #E6E9F0!important;
    cursor: not-allowed!important;
}
.css-sk09dnsx{
    width: 35%;
    border-radius: 8px;
    object-fit: cover;
    margin-right: 8px;
}
.css-kld3dms{
    display: flex;
    flex-direction: column;
}
.css-poer3sn{
    color: #212121;
    font-size: 14px;
    line-height: 18px;
}
.css-poer3sc{
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}
.css-poe2nks{
    margin-top: 20px;
}
.css-kdew3sn{
    margin-top: 20px;
    font-size: 16px;
    color: #1f2d3d;
    line-height: 1.8em;
}
.css-ked94dm{
    background-color: rgb(239, 239, 239); 
    padding: 7px; 
    border-radius: 8px; 
    margin-right: 5px;
}
.css-dekw3xsn{
    background: linear-gradient(135deg, #4CAF50 0%, #2E8B57 100%);
    padding: 8px 16px;
    border-radius: 8px;
}
.css-dekw3xsn:disabled{
    background: #E6E9F0;
    color: #98A3B4!important;
    cursor: not-allowed;
}
.campaign-sidebar{
    padding-left: 45px;
}
.css-wk3snkl{
    color: #212121;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 20px;
}
.css-rhfgdns{
    position: relative; 
    width: 80px; 
    height: 80px;
}
.css-je3snkp{
    font-size: .675rem;
    padding: .5rem;
    color: #212121;
    border-radius: 8px;
    background-color: #F2F4F7;
    border: 1px solid #B3BBC9;
    gap: 8px;
    display: flex;
    margin-top: .75rem;
}
.campaign-sidebar div .css-vbdwnjc{
    overflow: hidden;
}
.campaign-sidebar div .css-vbdwnjc .css-img-holder{
    width: 90px;
    float: left;
}
.campaign-sidebar div .css-vbdwnjc .css-img-holder img{
    border-radius: 8px;
    width: 100%;
    height: 80px;
}
.campaign-sidebar div .css-vbdwnjc .css-details{
    width: calc(100% - 90px);
    float: left;
    padding-left: 20px;
}
.css-ns3skmc{
    font-size: 16px;
    color: #212121;
    font-weight: 600;
    line-height: 23px;
    padding-bottom: 4px;
}
.css-terkumpul{
    color: #808080;
    font-size: 15px;
    font-weight: 500;
}
.campaign-sidebar div .css-vbdwnjs>.css-vbdwnjc+.css-vbdwnjc{
    margin-top: 15px;
    margin-bottom: 15px;
}
.css-kdwhees h3 {
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
    color: #2E7D32;
    text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.css-kdwhees h3:after {
    content: '';
    position: absolute;
    width: 60%;
    height: 3px;
    background: linear-gradient(90deg, #2E7D32, #81C784);
    bottom: 0;
    left: 20%;
    border-radius: 3px;
}
.beranda-title {
    font-size: 28px;
    font-weight: 700;
    color: #4CAF50;
    margin-bottom: 25px;
    padding-left: 20px;
    position: relative;
    text-shadow: 2px 2px 4px rgba(76, 175, 80, 0.2);
    border-left: 7px solid #4CAF50;
    transition: all 0.3s ease;
}
.beranda-title:hover {
    transform: translateY(-3px);
    text-shadow: 3px 3px 6px rgba(76, 175, 80, 0.3);
}
.css-mkd3wsn{
    color: #212121;
    font-size: 16px;
    font-weight: 600;
    line-height: 23px;
}
.css-nmv3snm{
    color: #808080;
    font-size: 15px;
    font-weight: 500;
    line-height: 21px;
    margin-top: 8px;
}
.css-kee3n9d{
    border: 1px solid #CFD5E1;
    margin: 0px 0px 8px;
    border-radius: 8px;
    padding: 4px 12px;
}
.css-kee3n9d.selected {
    border: 1px solid #4CAF50;
    background-color: rgba(0, 170, 91, 0.082);
    box-shadow: 0 0 0 2px rgba(76, 175, 80, 0.2);
    transition: all 0.2s ease;
}
.css-nvkf3sx {
    background-color: #fff;
    border: none;
    margin-top: 25px;
    margin-bottom: 25px;
    padding: 24px 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}
.css-djk4snx {
    color: #1B5E20;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 20px;
    position: relative;
    padding-left: 15px;
    border-left: 4px solid #4CAF50;
}
.css-po0wdnsf {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 25px;
}
.css-nde0dnk {
    padding: 10px 15px;
    border-radius: 10px;
    border: 1px solid #E8F5E9;
    background-color: #fff;
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.2s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.css-nde0dnk:hover {
    background-color: #E8F5E9;
    border-color: #A5D6A7;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.css-nde0dnk.active {
    background-color: #2E7D32;
    color: white;
    border-color: #2E7D32;
    box-shadow: 0 4px 8px rgba(46, 125, 50, 0.3);
}
.css-ypoeksn3 {
    padding: 30px 0;
}
.css-dkelw34 {
    color: #757575;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 12px;
}
.css-kwed4sn{
    font-size: 25px;
    margin-bottom: 10px;
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #CFD5E1;
    width: 100%;
    height: 50px;
    color: #212121;
    padding-left: 15px;
}
.css-jdkjk3s{
    min-width: 60px;
    max-width: 85px;
    margin-right: 16px;
}
.css-jkwenkd{
    cursor: pointer;
    padding: 8px 8px 8px 0;
    flex-basis: 100%;
    width: 100%;
    align-items: center;
    display: flex;
}
.css-jdkwe3ns{
    border-radius: 8px;
    width: 900px;
}
.css-wem3ksm{
    font-size: 13px;
    color: #212121;
    font-weight: 600;
}

/* Metode Pembayaran */
.css-kdw3nsd{
    padding: 0 12px;
}
.css-emk3sngh {
    padding: 8px 12px;
    margin: 8px 0;
    cursor: pointer;
    background-color: #ffffff;
    border-radius: 8px;
    border: 1px solid #CFD5E1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.css-emk3sngh.selected {
    background-color: rgba(0, 170, 91, 0.082);
    border: 1px solid #4CAF50;
}
.css-dnk3snzp {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
.css-wek3nsw {
    padding: 2px 8px;
    font-size: 12px;
    color: #212121;
    font-weight: 400;
    position: relative;
    border-radius: 100px;
    background-color: rgba(0, 170, 91, 0.082);
    border: 1px solid #4CAF50;
}
.css-dnk3snzx {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 2px;
}
.css-nek3snkx {
    font-size: 14px;
    color: #212121;
    font-weight: 500;
}
.css-nek3snkx-sub {
    font-size: 12px;
    color: #5f6368;
    font-weight: 400;
}
.css-fse3ojs {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0px;
    color: rgb(133, 133, 133);
}
.content-wrapper{
    display: flex;
}
.content-section{
    width: 100%;
}
.thankyou{
    width: 800px;
    margin: auto;
}
/* .thankyou_content{
    min-height: calc(100vh - 148px);
    max-width: 1200px;
    display: flex;
}
.thankyou_content-ba{
    padding-bottom: 24px;
    flex-direction: unset;
    gap: 24px;
    width: 100%;
    padding: 32px 0;
    display: flex;
}
.thankyou_content-ba>div:first-child{
    width: 50%;
}
.thankyou_content-ba>div{
    padding: 0;
    min-width: 0;
    width: 100%;
} */
.sticky-group{
    position: sticky;
    top: 32px;
}
.payment-section{
    border-radius: 8px;
    border: 1px solid #e1e3e4;
    overflow: hidden;
    background: #ffffff;
    align-items: center;
}
.payment-section__icon{
    height: 200px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    position: relative;
}
.payment-section__icon__background{
    height: 100%;
    position: absolute;
    bottom: 0;
}
.payment-expiry-countdown{
    position: relative;
    background: rgba(249, 249, 250, .6);
    border-radius: 24px;
    padding: 8px 16px;
    display: flex;
    font-size: 22px;
    font-weight: 600;
    color: #19222a;
    margin-bottom: 12px;
}
.payment-expiry-countdown-qris{
    position: relative;
    background: rgba(249, 249, 250, .6);
    border-radius: 24px;
    padding: 8px 16px;
    justify-content: center;
    display: flex;
    font-size: 22px;
    font-weight: 600;
    color: #19222a;
    margin-bottom: 12px;
}
.payment-expiry-countdown__time>div:nth-child(2){
    font-size: 12px;
    font-weight: 600;
    color: rgba(25,34,42,.7);
}
.payment-expiry-countdown__time{
    text-align: center;
}
.payment-expiry-countdown__time__value{
    display: flex;
}
.payment-expiry-countdown__time__value>div{
    min-width: 30px;
}
.payment-expiry-countdown__separator{
    margin: 0 4px;
    font-size: 24px;
    line-height: 48px;
}
.payment-section-header{
    text-align: center;
}
.payment-section__header{
    margin-block-start: -8px;
    padding: 16px 16px 0;
    width: 100%;
}
.payment-section-header__title{
    color: #19222a;
    font-size: 22px;
    font-weight: 600;
}
.payment-section-header__message{
    margin-top: 8px;
    color: rgba(25,34,42,.7);
    font-size: 16px;
    font-weight: 500;
}
.payment-section__content{
    padding: 0 16px 16px;
    width: 100%;
}
.payment-info>*{
    margin-top: 16px;
}
.payment-info-button{
    border-radius: 8px;
    border: 1px solid #e1e3e4;
    display: flex;
    flex-direction: row;
    padding: 8px 16px;
    align-items: center;
    min-height: 56px;
}
.action-button{
    border-radius: 8px;
    border: 1px solid #e1e3e4;
    box-shadow: 0 0 10px rgba(0,0,0,0.04);
    display: flex;
    align-items: center;
    cursor: pointer;
    width: 100%;
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
}
.action-button__arrow{
    margin-left: auto;
    color: #00AA5B;
}
.right-arrow-icon{
    margin-right: -4px;
}
.payment-info-button__label{
    display: flex;
    flex: 1;
    flex-direction: column;
}
.payment-info-button__label-title{
    font-size: 12px;
    font-weight: 500;
    color: rgba(25, 34, 42, .7);
    margin-bottom: 4px;
}
.payment-info-button__label-subtitle{
    font-size: 16px;
    font-weight: 600;
    color: #19222a;
}
.payment-btn{
    border-radius: 64px;
    height: 36px;
    padding: 0 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    border: 1px solid #4CAF50;
    color: #4CAF50;
    font-size: 14px;
    font-weight: 600;
}
.payment-detail{
    border-radius: 8px;
    border: 1px solid #e1e3e4;
    box-shadow: 0 0 10px rgba(0,0,0,0.04);
    margin-top: 16px;
}
.payment-detail__payment-method{
    border-bottom: 1px solid #e1e3e4;
}
.payment-detail>*{
    align-items: center;
    margin-left: 16px;
    margin-right: 16px;
    padding: 16px 16px 16px 0;
    font-size: 16px;
    font-weight: 500;
    color: #19222a;
}
.payment-detail__payment-method--label{
    flex: 1;
}
.payment-detail__payment-method--label-title{
    font-size: 12px;
    font-weight: 500;
    color: rgba(25, 34, 42, .7);
    margin-bottom: 4px;
}
.payment-detail__summary--total{
    display: flex;
    justify-content: space-between;
}
.payment-detail__summary>*{
    width: 100%;
}
.payment-detail__summary--total-value{
    font-size: 16px;
    font-weight: 600;
    color: #19222a;
}

.thankyou_content-ba>div:last-child .animation-wrapper>*{
    margin-bottom: 16px;
}
.order-detail{
    border-radius: 8px;
    border: 1px solid #e1e3e4;
    display: flex;
    flex-direction: column;
    height: fit-content;
    background: #ffffff;
}
.order-detail__header{
    display: flex;
    gap: 4px;
    border-bottom: 1px solid #f1f2f2;
    font-size: 12px;
    font-weight: 500;
    padding: 8px 16px;
    color: rgba(25, 34, 42, .4);
}
.order-detail>*{
    padding: 16px 24px;
}
.order-detail__header__id{
    font-size: 12px;
    font-weight: 500;
    color: rgba(25, 34, 42, .7);
}
.order-detail__header__date{
    color: #19222a;
    margin-left: auto;
    font-size: 14px;
    font-weight: 500;
}
.order-detail__content{
    display: flex;
    flex-direction: column;
    flex: 1;
    padding: 16px;
}
.order-detail__content-title{
    font-size: 18px;
    font-weight: 600;
    color: #19222a;
}
.order-detail .order-detail__content-detail{
    padding: 12px 16px;
    display: flex;
    gap: 20px;
    flex-direction: row;
    max-height: 60px;
    border-radius: 24px;
    background-color: rgba(0, 170, 91, 0.082);
    margin: 8px 0;
    font-size: 14px;
    font-weight: 500;
    align-items: center;
}
.order-detail__content-detail .image{
    font-size: 14px;
    font-weight: 500;
    width: 32px;
    height: 32px;
    margin-right: -8px;
    border-radius: 16px;
    box-shadow: 0 0 0 2px #f3f9ff;
    background-color: #fff;
}
.order-detail__content-detail>.image>img{
    /* border-radius: 16px; */
}
.lazyImage{
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    vertical-align: middle;
}
.order-detail__content-sub-title{
    font-size: 14px;
    color: #212121;
    font-weight: 600;
}
.cancel-order{
    margin-top: 16px;
    margin-bottom: 16px;
}
.cancel-order__button{
    padding: 0 32px;
    height: 48px;
    border-radius: 64px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    border: 1px solid #dc3545;
    color: #dc3545;
    font-size: 16px;
    font-weight: 600;
}
.home-button{
    display: flex;
    justify-content: center;
}
.btn_cek_status{
    padding: 0 32px;
    height: 48px;
    border-radius: 64px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
    border: 1px solid #007bff;
    color: #007bff;
    font-size: 16px;
    font-weight: 600;
}
.toggle-password {
    position: absolute;
    top: 38px;
    right: 16px;
    cursor: pointer;
    color: #aaa;
}
.toggle-password:hover {
    color: #333;
}
.swal-small-popup {
    width: 100% !important;
    max-width: 500px; /* biar ga full layar */
    padding: 8px 12px !important;
    border-radius: 10px !important;
    background-color: #2f2f32 !important;
    color: #fff !important;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}
.swal-small-title {
    font-size: 11px !important;
    margin: 0!important;
}
.swal-small-confirm {
    font-size: 12px !important;
    padding: 4px 10px !important;
    background: transparent !important;
    color: #fff !important;
    box-shadow: none !important;
    border: none !important;
}
div:where(.swal2-container) div:where(.swal2-popup) {
    font-size: 12px!important;
}
.upload-bukti-wrapper {
    background-color: #fff;
    border: 1px solid #e1e3e4;
    padding: 16px;
    border-radius: 8px;
    box-shadow: 0 0 10px rgba(0,0,0,0.04);
}
.upload-bukti-form .form-control {
    border-radius: 8px;
}
.upload-bukti-form button {
    border-radius: 8px;
    font-weight: 600;
}
.order-card__desc {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
}
.order-card__desc_number {
    color: #212121;
    font-size: 13px;
}
.value_number {
    color: #212121;
    font-size: 13px;
    font-weight: 700;
}
.order-card__desc_date {
    color: #212121;
    font-size: 13px;
    font-weight: 500;
}
.css-sjk23sn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 24px 0px;
}
.css-djk3jsm {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.css-erfjk3n {
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
}
.css-opmkd8s {
    width: 25%;
    padding-left: 16px;
}
.css-seoiems {
    width: 53px;
}
.css-ydojens {
    width: 170px;
    padding: 0px 0px 0px 16px;
}
.css-kd8nd3d {
    font-size: 12px;
    line-height: 18px;
    color: #656C7B;
}
.css-kd8nd3x {
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    color: #212121;
}
.css-wnk3wsn {
    padding: 0px 16px;
    border-right: 1px solid #F2F4F7;
    border-left: 1px solid #F2F4F7;
    width: 60%;
}
.css-pdo3nsb {
    background-color: #FFFFFF;
    border: 1px solid #198754;
    border-radius: 8px;
    color: #198754;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    height: 32px;
    line-height: 24px;
    outline: none;
    position: relative;
    padding: 0px 16px;
    width: auto;
    min-width: 146px;
}
.css-pdo3nsb span {
    display: block;
    font-size: inherit;
    opacity: 1;
    overflow: hidden;
    color: #198754;
    position: relative;
    text-overflow: ellipsis;
    top: 0px;
    white-space: nowrap;
}
.css-dw3sank {
    display: flex;
    align-items: center;
    background-color: #FFFFFF;
    border: 1px solid #198754;
    border-radius: 8px;
    color: #198754;
    cursor: pointer;
    font-weight: 700;
    font-size: 12px;
    height: 32px;
    line-height: 24px;
    outline: none;
    position: relative;
    padding: 0px 16px;
    width: auto;
    gap: 8px;
}
.css-dw3sank span {
    display: block;
    font-size: inherit;
    opacity: 1;
    overflow: hidden;
    color: #198754;
    position: relative;
    text-overflow: ellipsis;
    top: 0px;
    white-space: nowrap;   
}
.css-pdo3nsx {
    background-color: #198754;
    border: none;
    border-radius: 8px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    height: 32px;
    line-height: 24px;
    outline: none;
    position: relative;
    padding: 0px 16px;
    width: auto;
    margin-left: 12px;
    min-width: 146px;
}
.css-pdo3nsx span {
    display: block;
    font-size: inherit;
    opacity: 1;
    overflow: hidden;
    color: #ffffff;
    position: relative;
    text-overflow: ellipsis;
    top: 0px;
    white-space: nowrap;   
}
.css-ckesnw3n {
    padding: 16px 0px;
    border-top: 1px solid #CFD5E1;
}
.mt-16 {
    margin-top: 16px;
}
.css-opsd3ns {
    font-size: 12px;
    line-height: 22px;
    letter-spacing: 0px;
    font-weight: 500;
    margin: 0px;
}
.css-jsadjxz {
    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    align-items: center;
    margin-bottom: 12px;
}
.css-s3esnjz {
    margin-bottom: 16px;
}
.accordion-custom {
    border-top: 1px solid #F2F4F7;
    padding: 0;
}
.accordion-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 16px 0; */
    cursor: pointer;
    font-weight: 600;
    font-size: 16px;
    color: #19222a;
}
.accordion-header .chevron-icon {
    transition: transform 0.3s ease;
    font-size: 14px;
}
.accordion-body {
    /* max-height: 0; */
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    font-size: 14px;
    color: #4B5563;
    padding: 0;
}
.accordion-body .step-item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 16px;
}
.accordion-body .step-number {
    background: #F2F4F7;
    color: #000;
    font-weight: 700;
    width: 24px;
    height: 24px;
    font-size: 13px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 2px;
}
.accordion-body .step-text {
    flex: 1;
    font-size: 13px;
    /* line-height: 1.6; */
}
.accordion-custom.active .accordion-body {
    max-height: 1000px;
    padding: 8px 0 16px;
}
.accordion-custom.active .chevron-icon {
    transform: rotate(180deg);
}
.fontstyle0, .fontstyle2 {
    display: inline;
    margin: 0;
    padding: 0;
    line-height: normal;
    vertical-align: baseline;
    font-family: "DM Sans", sans-serif;
}
.line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.css-dnedk3sn {
    flex-direction: column;
}
p img {
    justify-self: center;
    width: 50%;
    border-radius: 8px;
    height: auto;
    display: block;
}
.css-dkleenzs {
    text-decoration: none;
    text-align: center;
    box-shadow: none;
    font-weight: 600;
    border: 1px solid rgb(76, 175, 80);
    color: rgb(76, 175, 80);
    padding: 5px 17px;
    border-radius: 8px;
    cursor: pointer;
    display: inline-flex;
    justify-content: center;
}
.css-dkleenzs:hover {
    color: rgb(76, 175, 80);
}
.css-de34dc {
    display: flex;
    flex-wrap: wrap;
    margin: -8px;
}
.css-r4dksnu {
    flex: 0 0 20%;
    max-width: 20%;
    padding: 0 8px 25px;
    box-sizing: border-box;
}
.css-r4dksnz {
    flex: 0 0 33.333%;
    max-width: 33.333%;
    padding: 0 8px 25px;
    box-sizing: border-box;
}
.css-r4dksno {
    flex: 0 0 25%;
    max-width: 25%;
    padding: 0 8px 25px;
    box-sizing: border-box;
}
.css-ekr4dns {
    height: 325px;
    background-color: #fff;
    display: flex;
    border-radius: 8px;
    flex-direction: column;
    box-shadow: 0 1px 4px rgba(141,150,170,0.4);
    flex: 1 1 0;
    position: relative;
}
.css-ekr4dnl {
    height: 445px;
    background-color: #fff;
    display: flex;
    border-radius: 8px;
    flex-direction: column;
    box-shadow: 0 1px 4px rgba(141,150,170,0.4);
    flex: 1 1 0;
    position: relative;
}
.css-ekr4dno {
    height: 450px;
    background-color: #fff;
    display: flex;
    border-radius: 8px;
    flex-direction: column;
    box-shadow: 0 1px 4px rgba(141,150,170,0.4);
    flex: 1 1 0;
    position: relative;
}
.css-ekr4dnc {
    height: 430px;
    background-color: #fff;
    display: flex;
    border-radius: 8px;
    flex-direction: column;
    box-shadow: 0 1px 4px rgba(141,150,170,0.4);
    flex: 1 1 0;
    position: relative;
}
.css-wem3dsmn {
    margin-bottom: 10px;
}
.css-ed4nskx {
    position: relative;
    width: 100%;
}
.css-e4eisns {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.css-r5jdons {
    width: 100%;
    height: 140px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.css-r5jdonl {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.css-r5jdono {
    width: 100%;
    height: 175px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.css-r5jdona {
    width: 100%;
    height: 245px;
    object-fit: cover;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}
.css-dewn4dxsk {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -5px;
    top: 8px;
    z-index: 6;
}
.css-der4dnkc {
    width: 82px;
    height: 20px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 12px 12px 0;
    font-size: 10px;
    font-weight: 800;
    line-height: 12px;
    letter-spacing: .1px;
    color: #fff;
}
.css-der4dnk {
    width: 100%;
    height: 20px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 12px 12px 0;
    font-size: 10px;
    font-weight: 800;
    line-height: 12px;
    letter-spacing: .1px;
    color: #fff;
}
.css-der4dn8 {
    height: 20px;
    padding: 4px 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px 12px 12px 0;
    font-size: 10px;
    font-weight: 800;
    line-height: 12px;
    letter-spacing: .1px;
    color: #fff;
    white-space: nowrap;
}
.css-htop4en {
    width: 5px;
    height: 5px;
    border-radius: 0 0 0 5px;
}
.css-gtl3skn {
    padding: 0 12px 12px 12px;
    position: relative;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-grow: 1;
}
.css-3e4fv0i {
    text-align: center;
    color: #212121;
    margin-bottom: 4px;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.css-3e4fv0ip {
    text-align: left;
    color: #212121;
    margin-bottom: 4px;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.css-3e4fv0w {
    color: #212121;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
    letter-spacing: .1px;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;        /* Ubah dari 1 jadi 2 */
    -webkit-box-orient: vertical;
}
.css-3e4fv0x {
    color: #212121;
    margin-bottom: 4px;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.css-3ejdk9ud {
    color: #212121;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: .1px;
    white-space: pre-wrap;
}
.css-3ejdk9ude {
    color: #545a5f;
    font-weight: 600;
    font-size: 10px;
    line-height: 18px;
    letter-spacing: 0.1px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    max-width: 150px;
}
.css-3ejdk9up {
    color: #212121;
    font-weight: 600;
    font-size: 13px;
    line-height: 20px;
    margin-top: 7px;
    margin-bottom: 7px;
    letter-spacing: .1px;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;        /* Ubah dari 1 jadi 2 */
    -webkit-box-orient: vertical;
}
.css-3ejdk9ux {
    font-weight: 500;
    font-size: 12px;
    line-height: 18px;
    color: #545a5f;
    letter-spacing: .1px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.css-b4rnkds {
    display: flex;
}
.css-g0tdnks {
    width: 100%;
    display: flex;
    justify-content: center;
}
.css-we3enkop {
    text-decoration: none;
    border: 1px solid #00AA5B;
    padding: 0px 14px;
    font-weight: 600;
    font-size: 12px;
    color: #00AA5B;
    border-radius: 8px;
}
.css-dw3rnkd {
    color: #212121;
    font-weight: 600;
    font-size: 11px;
}
.nama-terbatas {
    max-width: 120px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: inline-block;
}
.css-ssedp3ns {
    margin-top: 10px;
    border: 1px solid #E5E7E9;
}
.css-enk3esm {
    display: flex;
    flex-direction: row;
}
.css-erkasndw {
    display: flex;
    flex-direction: column;
}
.css-e34es0dj {
    font-size: 22px;
    color: #212121;
    font-weight: 600;
    margin-bottom: 16px;
}
.css-etds23ns {
    line-height: 24px;
    margin-bottom: 14px;
}
.css-w09t5dn {
    font-size: 14px;
    color: #2E7D32;
    font-weight: 500;
}
.css-534sakn {
    font-size: 14px;
    color: #212121;
    font-weight: 600;
}
.css-led3esb {
    min-height: 1px;
    box-sizing: border-box;
    margin-bottom: 24px;
}
.css-red3esb {
    padding-left: 25px;
    box-sizing: border-box;
    margin-bottom: 24px;
}
.css-sw3snkdp {
    color: #212121;
    font-size: 19px;
    font-weight: 600;
    margin-bottom: 16px;
}
.css-dwesokcv img{
    width: 100%;
    max-width: none;
    border-radius: 5px;
}
.css-edw3sj {
    margin-top: 20px;
}
.css-porfesn {
    color: #212121;
    font-size: 22px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 16px;
}
.css-edj3snx {
    width: 44px;
    height: 44px;
    border-radius: 50%;
}
.css-red3esb .css-posts .css-post{
    overflow: hidden;
}
.css-red3esb .css-posts .css-post .css-we4enks {
    width: 90px;
    float: left;
}
.css-red3esb .css-posts .css-post .css-wse3sns {
    width: 100%;
    float: left;
    padding-left: 5px;
}
.css-wse3sns .antara{
    display:flex;
    align-items:center;
    width:100%;            /* pastikan selebar kolom teks */
    gap:4px;               /* jarak kecil agar rapih */
}
.css-wse3sns .antara span{
    flex:1 1 auto;         /* ambil sisa ruang */
    min-width:0;           /* supaya ellipsis bisa bekerja bila perlu */
}
.css-wse3sns .antara .avatar-kanan{
    flex:0 0 27px;         /* lebar & basis 27 px */
    width:27px;
    height:27px;
    margin-left:auto!important;  /* paksa override utilitas lain */
}
.css-red3esb .css-posts .css-post .css-we4enks img{
    border-radius: 6px;
    width: 100%;
    height: 80px;
    object-fit: cover;
}
.css-dkf3nsa {
    color: #545a5f;
    font-size: 13px;
    font-weight: 400;
}
.css-dka3nska {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    color: #212121;
}
.css-red3esb .css-posts .css-post h4 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4em;
    color: #212121;
}
.css-red3esb .css-posts .css-post .css-e3snxkas {
    font-size: 13px;
    font-weight: 400;
    color: #545a5f;
}
.css-red3esb .css-posts>.css-post+.css-post{
    margin-top: 8px;
    padding-top: 8px;
}
.css-32wsmsld {
    color: #212121;
    font-size: 18px;
    font-weight: 600;
}
.css-0d9wn3s {
    font-size: 12px;
    font-weight: 500;
    color: #545a5f;
}
.css-0d9wn3x{
    font-size: 14px;
    font-weight: 600;
    color: #545a5f;
}
.css-fnew3sk {
    width: 75%;
    text-decoration: none;
    margin-top: 25px;
    justify-self: center;
    background-color: #00AA5B;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    padding: 6px 16px;
    border-radius: 8px;
}
.css-fnew3sk:hover{
    color: #fff;
}
.css-we3snkd.active{
    color: #00AA5B!important;
    font-weight: 600;
    border-bottom: 3px solid #00AA5B!important;
}
.css-ewpo4dn {
    margin-top: 17px;
    font-size: 13px;
    font-weight: 400;
    line-height: 22px;
    color: #545a5f;
}
.css-swe23nkx {
    padding: 12px 16px;
    border-bottom: 1px solid #B3BBC9;
    /* display: flex; */
    /* gap: 8px; */
}
.css-s2femsds {
    display: flex;
    flex-direction: column;
}
.css-ndk3f0s {
    color: #212121;
    font-size: 15px;
    font-weight: 600;
}
.css-ndk3f0c {
    color: #545a5f;
    font-size: 12px;
    font-weight: 500;
}
.css-23esndpdi {
    line-height: 20px;
}
.css-ndk3fdwh {
    color: #212121;
    font-size: 15px;
    font-weight: 600;
}
.css-ndk3f0d {
    color: #212121;
    font-size: 11px;
    font-weight: 500;
}
.css-r409gdn {
    color: #212121;
    font-size: 30px;
    font-weight: 600;
    margin-bottom: 32px;
}
.css-dnr4esk {
    color: #212121;
    font-size: 15px;
    font-weight: 500;
    margin-bottom: 35px;
}
.css-pt56runs {
    color: #212121;
    font-size: 14px;
    font-weight: 500;
    line-height: 22px;
}
.css-4rf0dwj {
    display: flex;
    padding: 0px 0px 12px;
    margin: 0px 0px 12px;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    border-bottom: 1px solid #F2F4F7;
}
.css-4r059few {
    position: relative;
    font-weight: 700;
    font-size: 15px;
    color: #212121;
    letter-spacing: 0px;
    line-height: 18px;
}
.css-ew3d09dn {
    width: 100%;
    padding: 20px 25px;
}
.css-23e0cdj {
    display: flex;
    width: 100%;
    height: 8px;
    background-color: #F2F4F7;
}
.css-e3ed3ksn {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.css-wje30rdj {
    color: #212121;
    font-size: 13px;
    font-weight: 500;
}
.css-po34rdj {
    color: #212121;
    font-size: 16px;
    font-weight: 600;
}
.css-wje30rdx {
    color: #656C7B;
    font-size: 13px;
    font-weight: 500;
}
.css-3eddsoms {
    margin: 0px;
    position: relative;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    font-weight: 700;
    border-radius: 5px;
    line-height: 16px;
    padding: 2px 10px;
    font-size: 0.714286rem;
    background-color: rgb(214, 255, 222);
    color: rgb(3, 172, 14);
    overflow: initial;
    -webkit-box-pack: center;
    justify-content: center;
}
.css-e3ed3ksa {
    display: flex;
    -webkit-box-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px;
    margin-top: 29px;
}
.css-e324esj {
    padding: 4px 16px;
    background-color: #00AA5B;
    color: #fff;
    border-radius: 8px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 700;
    position: relative;
}
.css-w2sqn3en {
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.12);
}
.css-0wdqnk3n {
    background: #ffffff;
    color: #212121;
    padding: 1.5rem;
    position: relative;
}
.css-0wdqnk3n h3 {
    margin: 0;
    font-size: 1.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
}
.css-er2snksxj {
    padding: 2rem;
}
.payment-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.qr-code-container {
    background-color: #ffffff;
    padding: 1.5rem;
    border-radius: 1rem;
    box-shadow: 0 1px 6px 0 rgba(0,0,0,0.12);
    margin-bottom: 2rem;
    position: relative;
    border: 2px dashed #0f5132;
}
.qr-code-container:after {
    content: 'Scan QR';
    position: absolute;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 0 10px;
    font-size: 0.85rem;
    font-weight: 600;
    color: #0f5132;
}
#qrcode {
    display: flex;
    justify-content: center;
}

.css-ww309dsn {
    width: 100%;
    background-color: #ffffff;
    border-radius: 1rem;
    padding: 12px 16px;
    margin-bottom: 16px;
    border: 1px solid #CFD5E1;
}
.css-3e9udns{
    color: #212121;
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 10px;
}
.css-rj4rdkns {
    color: grey;
    font-size: 13px;
    font-weight: 400;
    line-height: 20px;
}
.css-3rsa3kns {
    display: flex;
    align-items: center;
    background-color: #198754;
    color: #fff;
    padding: 4px 16px;
    margin-bottom: 16px;
    border-radius: 8px;
    gap: 8px;
}
.css-3rsa3kns span {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
}
.css-edwsnjs {
    color: #212121;
    font-size: 13px;
    font-weight: 600;
    line-height: 20px;
}

.payment-instructions {
    width: 100%;
    background-color: white;
    border-radius: 1rem;
    padding: 1.5rem;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.payment-instructions h4 {
    margin-top: 0;
    color: var(--primary);
    font-size: 1.2rem;
    text-align: center;
    margin-bottom: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.payment-instructions h4:before {
    content: '';
    display: inline-block;
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%233b82f6' width='24px' height='24px'%3E%3Cpath d='M0 0h24v24H0z' fill='none'/%3E%3Cpath d='M12 2C6.48 2 2 6.48 2 12s4.48 10 10 10 10-4.48 10-10S17.52 2 12 2zm1 17h-2v-2h2v2zm2.07-7.75l-.9.92C13.45 12.9 13 13.5 13 15h-2v-.5c0-1.1.45-2.1 1.17-2.83l1.24-1.26c.37-.36.59-.86.59-1.41 0-1.1-.9-2-2-2s-2 .9-2 2H8c0-2.21 1.79-4 4-4s4 1.79 4 4c0 .88-.36 1.68-.93 2.25z'/%3E%3C/svg%3E") no-repeat;
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.payment-instructions ol {
    margin: 0;
    padding-left: 1.5rem;
}
.payment-instructions li {
    margin-bottom: 1rem;
    position: relative;
    padding-left: 0.5rem;
}
.payment-instructions li:last-child {
    margin-bottom: 0;
}
.payment-method-icons {
    display: flex;
    justify-content: center;
    margin-top: 1rem;
    flex-wrap: wrap;
    gap: 1rem;
}
.payment-method-icons img {
    height: 30px;
    opacity: 0.7;
    transition: opacity 0.3s;
}
.payment-method-icons img:hover {
    opacity: 1;
}
.css-dmal3nsk {
    display: flex;
    flex-direction: row;
    gap: 10px;
    margin-bottom: 20px;
}
.css-mmdsc9ns {
    width: 32px;
    height: 32px;
}


@media screen and (max-width: 700px){
    .css-dnedk3sn {
        flex-direction: row;
    }
    .css__dekstop_artikel{
        display: none;
    }
    .css__mobile_artikel{
        display: block;
    }
    .mobile-artikel {
        display: block;
    }
    .header__main_mobile{
        display: block;
    }
    .header__main_tablet{
        display: none;
    }
    .banner_mobile {
        position: relative;
        overflow: hidden;
        margin-top: 65px;
    }
    .css-logo-header_mobile{
        width: 48px;
        height: 48px;
    }
    .carousel-item {
        position: relative;
    }
    .css-dkan_mobile {
        width: 100%;
        height: 50%;
        object-fit: cover;
    }
    .banner-two-area{
        padding-top: 69px;
        display: block;
    }
    .css-profile-area{
        display: none;
    }
    .banner-two__content h1{
        margin-top: 40px;
        font-size: 20px;
    }
    .banner-two__content h6{
        font-size: 14px;
        line-height: 18px;
    }
    .carousel-item::after {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.5);
        z-index: 1;
    }
    .carousel-caption {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        text-align: center;
        color: #fff;
        z-index: 2;
        width: 80%;
        max-width: 800px;
    }
    .carousel-caption h1 {
        font-size: 24px;
        color: #fff;
        line-height: 27px;
        margin-bottom: 13px;
        font-weight: bold;
    }
    .css-for-mobile .row {
        display: flex;
        flex-wrap: wrap;
        gap: 0px;
        align-items: stretch; /* pastikan semua column tinggi sama */
    }
    .css-skwnskpo {
        width: 50%;
    }
    .carousel-caption h6 {
        font-size: 14px;
        line-height: 20px;
        color: #fff;
        margin-top: 5px;
    }
    .css-nkdas_mobile{
        padding: 4px 12px;
        color: #fff;
        font-size: 14px;
        font-weight: 600;
        background-color: #4CAF50;
        border-radius: 8px;
        margin-top: 16px;
    }
    .header__main_dekstop{
        display: none;
    }
    .header_mobile{
        display: flex;
        position: fixed;
        z-index: 4;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        height: 70px;
        box-shadow: 0 3px 4px rgba(0,0,0,.15);
    }
    .css-2enksan_mobile{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 92%;
        max-width: 960px;
        margin: 0 auto;
    }
    .css-dnaksd_mobile{
        -webkit-box-flex: 1;
        flex-grow: 1;
        position: relative;
        margin: 0 10px;
    }
    .css-header-nav_mobile{
        height: 100%;
        display: flex;
        flex: 1;
        flex-wrap: nowrap;
        align-items: center;
    }
    .css-header-nav_mobile .css-nav-container_mobile{
        -webkit-box-ordinal-group: 11;
        order: 10;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
    }
    .css-nav-container_mobile{
        display: flex;
    }
    .css-nkdwcb_mobile{
        align-items: center;
        display: flex;
        margin-left: 0;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .css-ewnkd_mobile{
        width: 100%;
        justify-items: stretch;
        -webkit-box-align: start!important;
        padding-left: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        position: relative;
    }
    .css-btn-masuk_mobile{
        margin-right: 10px;
        color: #fff;
        background-color: #4CAF50;
        padding: 3px 24px 3px;
        border-radius: 4px;
    }
    .css-grid-3-mobile{
        width: 50%;
        margin-bottom: 16px;
    }
    .css-card-layanan{
        height: 280px;
    }
    .css-card-link{
        font-size: 12px;
        line-height: 18px;
    }
    .css-card-text{
        font-size: 12px;
    }
    h5.fs-16{
        font-size: 13px;
    }
    .css-ndk38sn{
        margin-top: 16px;
    }
    .sm-font{
        font-size: 12px;
    }
    .css-card-title{
        font-size: 13px;
    }
    .css-btn-mitra, .css-btn-affiliate{
        padding: 5px 10px;
    }
    .css-text-content-title{
        font-size: 14px;
        line-height: 18px;
    }
    .css-total{
        margin-top: 12px;
    }
    .css-btn-donasi{
        padding: 5px 40px;
    }
    .css-text-donasi{
        font-size: 13px;
    }
    .css-hero-tentang{
        overflow: hidden;
    }
    .css-web-hero{
        min-height: auto;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 360px;
    }
    .css-web-hero-background{
        height: auto;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    .css-web-hero-background-image{
        border-radius: 0 !important;
        display: inline-block;
        height: 482px;
        width: 100%;
    }
    .css-web-hero-container{
        height: 100%;
        margin: 0 auto;
        max-width: 1080px;
        min-height: auto;
        position: relative;
        width: 100%;
    }
    .css-hero-tentang .css-hero-content-wrapper .css-title{
        font-size: 22px;
        line-height: 27px;
    }
    .css-tentang-header .css-subhead{
        font-size: 22px;
    }
    .css-tentang{
        padding-left: 16px;
        padding-right: 16px;
    }
    .css-row-4{
        padding: 0px;
    }
    .css-mitra .css-mitra-mission-container .css-card-vision .css-card-content .css-subtitle{
        font-size: 20px;
        line-height: 27px;
        margin-bottom: 16px;
    }
    .css-subtitle-tentang{
        font-size: 20px;
    }
    .css-hero-tentang .css-hero-content-wrapper .css-content{
        font-size: 14px;
    }
    .css-hero-tentang .css-hero-content-wrapper{
        margin: 0 auto;
    }
    .css-web-hero .box-center{
        position: initial;
        transform: translateY(0);
    }
    .css-vision{
        padding: 40px 0;
    }
    .css-web-section{
        padding-left: 16px;
        padding-right: 16px;
    }
    .css-vision .css-vision-mission-container .css-card-vision{
        flex-direction: column-reverse;
    }
    .css-vision .css-vision-mission-container .css-card-vision .css-card-image{
        margin-bottom: 32px;
        max-height: 378px;
        width: 100%;
    }
    .css-vision .css-vision-mission-container .css-card-vision .css-card-content .css-title{
        font-size: 17px;
        margin-bottom: 12px;
    }
    .css-program .css-program-container-two .css-title{
        text-align: left;
        font-size: 17px;
        font-weight: 500;
    }
    .css-program .css-program-container-two .css-subhead{
        text-align: left;
        font-size: 36px;
        font-weight: 600;
    }
    .css-program .css-program-container-two .css-content{
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        gap: 0px;
        position: relative;
        margin: 47px -5px 0;
    }
    .css-program .css-program-container-two .css-content .css-card-program{
        flex-shrink: 0;
        justify-content: center;
        margin-bottom: 24px;
        text-align: center;
    }
    .css-program .css-program-container-two .css-content .css-card-program{
        background: white;
        border-radius: 24px;
        display: block;
        max-width: 343px;
        min-height: 480px;
        overflow: hidden;
        width: 100%;
    }
    .css-eks4ndm{
        margin-top: 65px;
    }
    .css-e2ndk9s{
        margin-top: 22px;
        padding-left: 0px;
    }
    .css-wwed2enk{
        margin-top: 22px;
    }
    .css-card-nav-right{
        max-height: fit-content;
    }
    .css-container-zakat{
        padding-top: 70px;
    }
    .css-jdkaenkd{
        display: flex;
        flex-direction: column;
    }
    .css-content-zakat{
        padding: 16px;
    }
    .css-zakat-title{
        margin-top: 12px;
        font-size: 20px;
    }
    .css-head-zakat{
        font-size: 20px;
    }
    .text-content{
        line-height: 1.6;
    }
    .css-subhead-zakat{
        line-height: 1.6;
    }
    .css-sidebar ul li{
        font-size: 14px;
        font-weight: 700;
    }
    .css-subcontainer{
        width: 100%;
        padding-top: 65px;
    }
    .css-djk9wdn{
        line-height: 26px;
        margin-bottom: 8px;
    }
    .css-e2ksndm{
        margin-top: 16px;
    }
    .css-for-tablet{
        display: none;
    }
    .css-for-mobile{
        display: block;
    }
    .footer-tablet{
        display: none;
    }
    .footer-dekstop{
        display: none;
    }
    .css-ndk2wsn{
        margin-top: 16px;
    }
    .css-border {
        background-color: #aab4c8;
        width: 3px;
        border-radius: 8px;
        height: auto;
    }
    .css-ndk2wsn{
        border-bottom: 1px solid #BFC9D9;
        margin-top: 16px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .nav-pills .nav-link.active{
        background-color: #fff!important;
        border-bottom: 2px solid #4CAF50!important;
        font-size: 15px;
        font-weight: 700;
        color: #4CAF50!important;
        border-radius: 0px!important;
    }
    .css-2edwnxs{
        width: 50%;
    }
    .css-fkw3nks{
        display: none;
    }
    .css-2enkxa{
        display: none;
    }
    .css-profil-mobile{
        display: block;
        position: relative;
    }
    .css-eknsaxs{
        position: relative;
        background-color: #f6f8fd;
        margin-top: 70px;
        padding: 30px;
    }
    .header-wrapper{
        color: #34364a;
        font-weight: 700;
        font-size: 24px;
    }
    .subtitle{
        font-size: 16px;
        font-weight: 400;
        color: #34364a;
        max-width: 100%;
    }
    .css-eknsaxs .list-menu .item{
        margin-bottom: 30px;
    }
    .css-eknsaxs .default-card-mobile{
        background: #fff;
        padding: 20px;
        border-radius: 16px;
    }
    .css-eknsaxs .list-menu .item .icon{
        min-width: 55px;
        height: 55px;
        float: left;
        margin-right: 16px;
    }
    .css-eknsaxs .list-menu .item .info h4{
        font-size: 16px;
        font-weight: 700;
        color: #34364a;
        margin: 0 0 4px;
    }
    .css-eknsaxs .list-menu .item .info p{
        font-size: 14px;
        font-weight: 300;
        color: #999aa4;
        margin: 0;
    }
    .css-eknsaxs .default-card-mobile{
        background: #fff;
        padding: 20px;
        border-radius: 16px;
    }
    .fs-10{
        font-size: 10px;
    }
    .main-wrapper{
        background-color: #f6f8fd;
        margin-top: 35px;
        margin-left: 0;
        margin-right: auto;
        position: relative;
        padding: 50px 0;
    }
    .css-vsstack{
        display: flex;
        flex-direction: column;
        align-self: stretch;
        margin-bottom: 16px;
    }
    .css-enwdknd{
        font-weight: 600;
        color: #34364a;
        font-size: 25px;
        line-height: 40px;
    }
    .css-23dknas{
        font-weight: 500;
        color: #34364a;
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .basic-form{
        border-radius: 16px;
        background: #fff;
        padding: 30px;
    }
    .default-card{
        border-radius: 16px;
        background: #fff;
        padding: 30px;
    }
    .css-e3snkad{
        color: #252525;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 8px;
    }
    .default-card-mobile .item-menu.active img{
        filter: brightness(0) saturate(100%) invert(48%) sepia(27%) saturate(4384%) hue-rotate(92deg) brightness(94%) contrast(103%);
    }
    .default-card-mobile .item-menu.active span{
        color: #34364a;
        font-weight: 700;
    }
    .css-23snkdsn{
        font-size: 11px;
        color: #34364a;
        font-weight: 500;
        line-height: 18px;
    }
    .css-2en43knd{
        font-size: 13px;
        color: #34364a;
        font-weight: 700;
        line-height: 18px;
    }
    .css-hijau{
        font-size: 11px;
        line-height: 18px;
        font-weight: 700;
        background-color: #d1e7dd;
        border: 1px solid #badbcc;
        color: #0f5132;
        border-radius: 50px;
    }
    .css-merah{
        font-size: 11px;
        line-height: 18px;
        font-weight: 700;
        background-color: #f8d7da;
        border: 1px solid #f5c2c7;
        color: #842029;
        border-radius: 50px;
    }
    .css-kuning{
        padding: 0 7px;
        height: 18px;
        border-radius: 100px;
        font-weight: 700;
        font-size: 10px;
        line-height: 15px;
        display: flex;
        justify-content: center;
        align-items: center;
        background-color: #fff3cd;
        border: 1px solid #ffecb5;
        color: #664d03;
    }
    .css-3nksdfp{
        font-weight: 500;
        color: #34364a;
        font-size: 12px;
    }
    .css-btn-selengkapnya{
        padding: 12px 12px;
    }
    .css-endwk3sn{
        font-size: 12px;
        padding-top: 0px;
    }
    .css-text-mitra{
        font-size: 12px;
    }
    .css-text-affiliate{
        font-size: 12px;
    }
    .css-we3nksa{
        row-gap: 16px;
        grid-template-columns: repeat(1,minmax(0,1fr))!important;
        background-color: transparent;
        border-radius: 0;
        max-height: initial;
        display: grid;
        column-gap: 18px;
    }
    .course-content{
        background-color: #fff;
        border-radius: 16px;
        padding: 12px !important;
        display: flex;
        gap: 12px;
        position: relative;
    }
    .course-content .thumbnail{
        width: 78px;
        height: 60px;
        border-radius: 14px;
        object-fit: cover;
    }
    .css-32snkca{
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: flex-start;
        height: 100%;
    }
    .css-r3dnkas{
        display: block;
        max-width: 100% !important;
        margin-bottom: 0;
        line-height: 21px;
        font-weight: 700;
        font-size: 14px;
        color: #212121;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-wrap: break-word;
        height: auto;
    }
    .css-snak2sn{
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        font-weight: 500;
        color: #34364a;
        font-size: 12px;
    }
    .css-dk3nskax{
        margin-top: 75px;
        margin-left: 0px!important;
        margin-right: 0px!important;
        padding-left: 16px;
        padding-right: 16px;
    }
    .css-ef4snkx{
        object-fit: cover;
        border-radius: .25rem;
        max-width: 100%;
        width: 100%;
        max-height: 100%;
        aspect-ratio: 4 / 2;
        margin: auto;
    }
    .grid-cols-1{
        grid-template-columns: repeat(1,minmax(0,1fr));
        gap: 12px;
    }
    .carousel-item::after{
        background: transparent;
    }
    .css-nkd40gns{
        width: 4rem;
        max-height: 100%;
        height: auto;
    }
    .css-dk4snkax{
        width: 4rem;
        aspect-ratio: 1 / 1;
        max-height: 100%;
        height: auto;
    }
    .css-po5dnja{
        font-size: 15px;
        line-height: 20px;
        margin-bottom: .25rem;
    }
    .css-nk3nsdka{
        font-size: 15px;
        line-height: 20px;
        -webkit-line-clamp: 1
    }
    .css-f4nksax{
        font-size: 15px;
        line-height: 20px;
        margin-bottom: .25rem;
    }
    .css-fk4nkdn{
        font-size: 15px;
        line-height: 20px;
        -webkit-line-clamp: 1
    }
    .carousel-control-next, .carousel-control-prev{
        top: -117px;
    }
    .css-kdjnsms{
        margin-top: 73px;
    }
    .css-artikel{
        margin-top: 73px;
        padding: 15px 0 16px;
    }
    .css-artikel-p{
        margin-top: 73px;
        padding: 15px 0 16px;
    }
    .campaign-desktop{
        display: none;
    }
    .css-e3knxsd{
        padding-left: 1rem;
        padding-right: 1rem;
        margin-left: -1rem;
        margin-right: -1rem;
    }
    .css-de0efns{
        padding-top: 1rem;
        padding-bottom: 1rem;
        gap: 1rem;
        align-items: center;
        display: flex;
        position: relative;
    }
    .css-ekr4dno {
        height: 500px;
    }
    .css-r5jdono {
        height: 130px;
    }
    .css-3e4fv0w {
        font-size: 11px;
    }
    .css-3ejdk9ux {
        font-size: 10px;
    }
    .css-we3enkop {
        font-size: 10px;
    }
    .rounded-\[4px\]{
        border-radius: 4px!important;
    }
    .flex-1{
        flex: 1 1 !important;
    }
    .css-dnw3snkx{
        display: flex;
        flex-direction: column;
        gap: 10px;
    }
    .css-jkefr4dj{
        width: 100%;
        max-width: 100%;
        vertical-align: middle;
        height: auto;
        object-fit: fill;
        border-radius: 4px;
        aspect-ratio: 16 / 9;
    }
    .css-we3josx{
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        color: #212121;
        font-weight: 700;
        line-height: 18px;
        font-size: 13px;
        text-overflow: ellipsis;
    }
    .css-ew3osndx{
        -webkit-box-orient: vertical;
        display: -webkit-box;
        overflow: hidden;
        -webkit-line-clamp: 1;
        color: #808080;
        font-size: 11px;
        overflow-wrap: break-word;
    }
    .css-dop5dj{
        font-size: .625rem; 
        line-height: 6px; 
        display: inline-block
    }
    .css-sdk2snk{
        color: #808080;
        font-size: 12px;
    }
    .css-wkjesn{
        color: #212121;
        font-size: .75rem; 
        display: inline-block
    }
    .css-do3idnx{
        color: #212121;
        font-size: 12px;
        gap: .125rem;
    }
    .css-carousel {
        height: 80vh;
        min-height: unset;
    }
    .css-carousel .list .item {
        position: absolute; 
        inset: 0;
        min-height: 500px;
    }
    .css-carousel .list .item img {
        height: 100%;
        min-height: 500px;
        object-fit: cover;
    }
    .css-carousel .list .item .content {
        width: 90%;
        max-width: 90%;
        left: 50%;
        transform: translateX(-50%);
        top: 20%;
        padding: 0 10px;
    }
    .css-carousel .list .item .content .title {
        font-size: 1.8em;
        line-height: 1.4em;
    }
    .css-carousel .list .item .content .desc {
        font-size: 1em;
        line-height: 1.6;
    }
    .css-arrows {
        top: 80%;
        left: 35%;
        transform: translateX(-50%);
    }
    .beranda-title {
        font-size: 20px;
        padding-left: 10px;
        border-left: 5px solid #4CAF50;
        margin-bottom: 0px;
    }
    .css-dkleenzs {
        font-size: 12px;
        font-weight: 600;
        padding: 1px 16px;
    }
    .dekstop-artikel {
        display: none;
    }
    .css-ypoeksn3 {
        padding: 0px 16px;
        margin-top: 85px;
    }
    .css-dkelw34 {
        line-height: 18px;
        font-size: 12px;
    }
    .css-nvkf3sx {
        padding: 24px 16px;
    }
    .css-jdkwe3ns {
        width: auto;
    }
    .css-dmal3nsk {
        display: flex;
        flex-direction: column;
    }
    .css-dekw3xsn{
        margin-bottom: 16px;
    }
    .css-r4dksnzu {
        width: 100%;
        margin-bottom: 12px;
        box-sizing: border-box;
    }
    .css-r5jdona {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 8px;
    }
    .css-ekr4dnc {
        height: 100%;
    }
    .css-r409gdn {
        font-size: 26px;
    }
    .css-dw3rnkd {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        display: inline-block;
        max-width: 100px;
    }
    .css-ekr4dnl {
        height: 490px;
    }
    .css-led3esb {
        width: 100%;
    }
    .css-red3esb {
        display: none;
    }
    .css-sa8dwnj {
        display: none;
    }
    .css-ndsmk3n {
        display: block;
    }
    .css-ndk3f0s {
        font-size: 13px;
    }
    .css-mmdsc9ns {
        width: 24px;
        height: 24px;
    }
    .css-ndk3fdwh {
        font-size: 14px;
    }
    .thankyou{
        width: 100%;
        margin: auto;
    }
    .payment-section-header__message {
        font-size: 14px;
        line-height: 18px;
    }
    .css__tablet_artikel {
        display: none;
    }
    .css-wdnksnd{
        object-fit: contain;
        height: 480px;
        margin-top: 100px;
    }
    .css-dm3ewms {
        display: none;
    }
    .css-cs3wqsns {
        margin-top: 60px;
        justify-items: flex-start;
    }
    .css-wqda2ms {
        padding: 12px;
    }
    .css-em42sne {
        width: 100%;
    }
    .css-vision .css-vision-mission-container .css-card-vision .css-card-image{
        object-fit: contain;
    }
    .css-coverimg-artikel {
        object-fit: contain;
        height: 100%;
    }
    .css-dka3nksa {
        margin-top: 34px;
    }
    .css-de34dc {
        display: flex;
        flex-wrap: wrap;
        margin: -8px;
    }
}

@media (min-width: 768px) and (max-width: 1199px){
    .header__main_mobile{
        display: none;
    }
    .header__main_dekstop{
        display: none;
    }
    .mobile-artikel {
        display: block;
    }
    .banner_mobile{
        display: none;
    }
    .css-for-mobile{
        display: none;
    }
    .footer-mobile{
        display: none;
    }
    .css-r4dksnu {
        flex: 0 0 33%;
        max-width: 33%;
    }
    .css-r4dksno {
        flex: 0 0 33%;
        max-width: 33%;
    }
    .css-ekr4dno {
        height: 490px;
    }
    .css__tablet_artikel {
        display: block;
    }
    .css-3e4fv0i {
        text-align: left;
        display: flex;
        flex-direction: row;
        gap: 8px;
    }
    .css-3e4fv0ip {
        text-align: left;
        display: flex;
        flex-direction: row;
        gap: 8px;
    }
    .footer-dekstop{
        display: none;
    }
    .header__main_tablet{
        display: block;
    }
    .header_tablet{
        display: flex;
        position: fixed;
        z-index: 4;
        top: 0;
        left: 0;
        width: 100%;
        background-color: #fff;
        height: 70px;
        box-shadow: 0 3px 4px rgba(0,0,0,.15);
    }
    .css-2enksan_tablet{
        display: flex;
        justify-content: space-between;
        align-items: center;
        width: 92%;
        max-width: 960px;
        margin: 0 auto;
    }
    .css-logo-header_tablet{
        width: 48px;
        height: 48px;
    }
    .css-dnaksd_tablet{
        -webkit-box-flex: 1;
        flex-grow: 1;
        position: relative;
        margin: 0 10px;
    }
    .css-header-nav_tablet{
        height: 100%;
        display: flex;
        flex: 1;
        flex-wrap: nowrap;
        align-items: center;
    }
    .css-header-nav_tablet .css-nav-container_tablet{
        -webkit-box-ordinal-group: 11;
        order: 10;
        align-items: center;
        width: 100%;
        justify-content: flex-end;
    }
    .css-nav-container_tablet{
        display: flex;
    }
    .css-skwnskpo {
        width: 50%;
    }
    .css-nkdwcb_tablet{
        align-items: center;
        display: flex;
        margin-left: 0;
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .css-ewnkd_tablet{
        width: 100%;
        justify-items: stretch;
        -webkit-box-align: start!important;
        padding-left: 10px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        position: relative;
    }
    .css-btn-masuk_tablet{
        margin-right: 10px;
        color: #fff;
        background-color: #4CAF50;
        padding: 3px 24px 3px;
        border-radius: 4px;
    }
    .css-hero-tentang{
        overflow: hidden;
    }
    .css-hero-tentang .css-hero-content-wrapper .css-title{
        font-size: 25px;
    }
    .css-hero-tentang .css-hero-content-wrapper .css-content{
        font-size: 14px;
    }
    .css-hero-tentang .css-hero-content-wrapper{
        margin: 0 auto;
    }
    .css-web-hero{
        min-height: auto;
        padding-left: 24px;
        padding-right: 24px;
        padding-top: 360px;
    }
    .css-web-hero-background{
        height: auto;
        left: 0;
        top: 0;
        width: 100%;
        z-index: 0;
    }
    .css-web-hero-background-image{
        border-radius: 0 !important;
        display: inline-block;
        height: 482px;
        width: 100%;
    }
    .css-web-hero-container{
        height: 100%;
        margin: 0 auto;
        max-width: 1080px;
        min-height: auto;
        position: relative;
        width: 100%;
    }
    .css-web-hero .box-center{
        position: initial;
        transform: translateY(0);
    }
    .css-vision{
        padding: 40px 0;
    }
    .css-vision .css-vision-mission-container .css-card-vision{
        flex-direction: column-reverse;
    }
    .css-vision .css-vision-mission-container .css-card-vision .css-card-image{
        margin-bottom: 32px;
        max-height: 378px;
        width: 100%;
    }
    .css-vision .css-vision-mission-container .css-card-vision .css-card-content .css-title{
        font-size: 17px;
        margin-bottom: 12px;
    }
    .css-web-section{
        padding-left: 24px;
        padding-right: 24px;
    }
    .css-program .css-program-container-two .css-title{
        text-align: left;
        font-size: 17px;
        font-weight: 500;
    }
    .css-program .css-program-container-two .css-subhead{
        text-align: left;
        font-size: 36px;
        font-weight: 600;
    }
    .css-program .css-program-container-two .css-content{
        flex-wrap: wrap;
        justify-content: center;
        flex-direction: row;
        gap: 16px;
        position: relative;
        margin: 47px -5px 0;
    }
    .css-program .css-program-container-two .css-content .css-card-program{
        flex-shrink: 0;
        justify-content: center;
        margin-bottom: 24px;
        text-align: center;
    }
    .css-program .css-program-container-two .css-content .css-card-program{
        background: white;
        border-radius: 24px;
        display: block;
        max-width: 343px;
        min-height: 480px;
        overflow: hidden;
        width: 100%;
    }
    .css-row-4{
        padding-left: 30px;
        padding-right: 30px;
    }
    .css-eks4ndm{
        margin-top: 65px;
    }
    .css-e2ndk9s{
        margin-top: 22px;
        padding-left: 0px;
    }
    .css-card-nav-right{
        max-height: fit-content;
    }
    .css-tablet{
        padding-left: 16px;
        padding-right: 16px;
        padding-top: 22px;
        max-width: 100%;
    }
    .css-border {
        background-color: #aab4c8;
        width: 3px;
        border-radius: 8px;
        height: auto;
    }
    .css-ndk2wsn{
        border-bottom: 1px solid #BFC9D9;
        margin-top: 16px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .nav-pills .nav-link.active{
        background-color: #fff!important;
        border-bottom: 2px solid #4CAF50!important;
        font-size: 15px;
        font-weight: 700;
        color: #4CAF50!important;
        border-radius: 0px!important;
    }
    .css-2edwnxs{
        width: 50%;
    }
    .css-nkfd3nks{
        margin-top: 20px;
    }
    .css-fkw3nks{
        z-index: 0;
    }
    .css-fkw3nks{
        top: 100px!important;
    }
    .css-profil-mobile{
        display: block;
        position: relative;
    }
    .css-profile-area{
        display: none;
    }
    .main-wrapper {
        background-color: #f6f8fd;
        margin-top: 35px;
        margin-left: 0;
        margin-right: auto;
        position: relative;
        padding: 50px 0;
    }
    .css-23snkdsn{
        font-size: 11px;
        color: #34364a;
        font-weight: 500;
        line-height: 18px;
    }
    .css-2en43knd{
        font-size: 13px;
        color: #34364a;
        font-weight: 700;
        line-height: 18px;
    }
    .css-hijau{
        font-size: 11px;
        line-height: 18px;
        font-weight: 700;
        background-color: #d1e7dd;
        border: 1px solid #badbcc;
        color: #0f5132;
        border-radius: 50px;
    }
    .css-merah{
        font-size: 11px;
        line-height: 18px;
        font-weight: 700;
        background-color: #f8d7da;
        border: 1px solid #f5c2c7;
        color: #842029;
        border-radius: 50px;
    }
    .css-kuning{
        font-size: 11px;
        line-height: 18px;
        font-weight: 700;
        background-color: #fff3cd;
        border: 1px solid #ffecb5;
        color: #664d03;
        border-radius: 50px;
    }
    .lg\:grid-cols-\[642px_auto\]{
        grid-template-columns: 642px auto
    }
    .md\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }
    .md\:grid-cols-2{
        grid-template-columns: repeat(2,minmax(0,1fr));
    }
    .css-dk3nskax{
        margin-top: 75px;
        margin-left: 0px!important;
        margin-right: 0px!important;
        padding-left: 16px;
        padding-right: 16px;
    }
    .carousel-control-next, .carousel-control-prev{
        top: -154px;
    }
    .campaign-mobile{
        display: none;
    }
    .css__mobile_artikel{
        display: none;
    }
    .css__dekstop_artikel{
        display: none;
    }
    .css-ndsmk3n {
        display: none;
    }
    .css-subcontainer{
        width: 100%;
        padding-top: 65px;
    }
    .css-r4dksnz {
        flex: 0 0 50%;
        max-width: 50%;
    }
    .css-carousel .list .item .content .title {
        font-size: 40px;
        line-height: 45px;
    }
    .css-carousel .list .item .content .desc {
        font-size: 23px;
        line-height: 27px;
    }
    .css-text-content-title {
        line-height: 25px;
    }
    .about__image .image {
        max-width: 100%;
    }
    .css-wdnksnd {
        width: 100%;
        height: 100%;
        border-radius: 8px;
    }
    .css-ypoeksn3 {
        max-width: 100%;
        padding: 0px 16px;
        margin-top: 85px;
    }
    .css-jdkwe3ns {
        width: 100%;
        margin-bottom: 20px;
    }
    .css-youfs3wn {
        max-width: 100%;
    }
    .thankyou {
        width: 100%;
    }
    .css-vsstack a{
        display: block!important;
    }
    .css-enwdknd {
        font-weight: 700;
        color: #34364a;
        font-size: 32px;
        line-height: 48px;
    }
    .css-kd8nd3x {
        font-size: 13px;
        line-height: 18px;
    }
    .css-eknsaxs{
        position: relative;
        background-color: #f6f8fd;
        margin-top: 70px;
        padding: 30px;
    }
    .header-wrapper{
        color: #34364a;
        font-weight: 700;
        font-size: 24px;
    }
    .subtitle{
        font-size: 16px;
        font-weight: 400;
        color: #34364a;
        max-width: 100%;
    }
    .css-eknsaxs .list-menu .item{
        margin-bottom: 30px;
    }
    .css-eknsaxs .default-card-mobile{
        background: #fff;
        padding: 20px;
        border-radius: 16px;
    }
    .css-eknsaxs .list-menu .item .icon{
        min-width: 55px;
        height: 55px;
        float: left;
        margin-right: 16px;
    }
    .css-eknsaxs .list-menu .item .info h4{
        font-size: 16px;
        font-weight: 700;
        color: #34364a;
        margin: 0 0 4px;
    }
    .css-eknsaxs .list-menu .item .info p{
        font-size: 14px;
        font-weight: 300;
        color: #999aa4;
        margin: 0;
    }
    .default-card-mobile .item-menu.active img{
        filter: brightness(0) saturate(100%) invert(48%) sepia(27%) saturate(4384%) hue-rotate(92deg) brightness(94%) contrast(103%);
    }
    .default-card-mobile .item-menu.active span{
        color: #34364a;
        font-weight: 700;
    }
    .css-dm3ewms {
        display: none;
    }
    .css-cs3wqsns {
        margin-top: 60px;
    }
    .css-wqda2ms {
        padding: 12px;
    }
    .css-dm3ewmo {
        padding: 12px;
    }
    .css-em42sne {
        width: 100%;
    }
    .css-vision .css-vision-mission-container .css-card-vision .css-card-image{
        object-fit: contain;
    }
    .css-dak3nsa {
        margin-top: 60px;
    }
    .css-container-zakat{ 
        padding-top: 70px;
    }
    .css-dka3nksa {
        margin-top: 60px;
    }
    .css-23dknas {
        font-weight: 500;
        color: #34364a;
        font-size: 13px;
        line-height: 18px;
        margin-bottom: 10px;
    }
}

@media (min-width: 1200px){
    .css__dekstop_artikel{
        display: block;
    }
    .css__tablet_artikel {
        display: none;
    }
    .css__mobile_artikel{
        display: none;
    }
    .mobile-artikel {
        display: none;
    }
    .header__main_mobile{
        display: none;
    }
    .header__main_tablet{
        display: none;
    }
    .header__main_dekstop{
        display: block;
    }
    .banner_mobile{
        display: none;
    }
    .footer-mobile{
        display: none;
    }
    .footer-tablet{
        display: none;
    }
    .css-for-mobile{
        display: block;
    }
    .css-for-tablet{
        display: none;
    }
    .footer-dekstop{
        display: block;
    }
    .css-ndk2wsn{
        border-bottom: 1px solid #BFC9D9;
        margin-top: 16px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
    }
    .nav-pills .nav-link.active{
        background-color: #fff!important;
        border-bottom: 2px solid #4CAF50!important;
        font-size: 15px;
        font-weight: 700;
        color: #4CAF50!important;
        border-radius: 0px!important;
    }
    .css-2edwnxs{
        width: 50%;
    }
    .css-profil-mobile{
        display: none;
    }
    .css-hijau{
        padding: 4px 10px;
        font-size: 11px;
        font-weight: 700;
        background-color: #d1e7dd;
        border: 1px solid #badbcc;
        color: #0f5132;
        border-radius: 50px;
    }
    .css-merah{
        padding: 4px 10px;
        font-size: 11px;
        font-weight: 700;
        background-color: #f8d7da;
        border: 1px solid #f5c2c7;
        color: #842029;
        border-radius: 50px;
    }
    .css-kuning{
        padding: 4px 10px;
        font-size: 11px;
        font-weight: 700;
        background-color: #fff3cd;
        border: 1px solid #ffecb5;
        color: #664d03;
        border-radius: 50px;
    }
    .css-23snkdsn{
        font-size: 13px;
        color: #34364a;
        font-weight: 500;
        line-height: 18px;
    }
    .css-2en43knd{
        font-size: 15px;
        color: #34364a;
        font-weight: 700;
        line-height: 18px;
    }
    .container-xl{
        max-width: 1232px;
    }
    .lg\:grid-cols-\[642px_auto\]{
        grid-template-columns: 642px auto
    }
    .md\:block{
        display: block!important;
    }
    .md\:py-3 {
        padding-top: .75rem;
        padding-bottom: .75rem;
    }
    .css-r34jdonx[data-col*=m4]{
        width: calc(33.33% - 11px);
    }
    .campaign-mobile{
        display: none;
    }
    .css-sa8dwnj {
        display: block;
    }
    .css-ndsmk3n {
        display: none;
    }
    .css-dm3ewmo {
        display: none;
    }
}