/* popup profil BPK */
    .bpk-custom.popup-profile-overlay {
        display: none; 
        z-index: 99999;
        max-height: 100vh;
        overflow-y: auto !important;
    }

    .bpk-custom.profile-popup-content {
        transform: translateY(-100%);
        transition: transform 0.5s ease-in-out;
        z-index: 999999;
    }

    .bpk-custom.profile-popup-button,
    .bpk-custom.close-profile-popup {
        cursor: pointer;
    }

    /* menurunkan icon sedikit kebawah di popup profile */
    .bpk-custom.bpk-icon-button svg {
        padding: 0px;
        margin-bottom: -2px;
    }


/* kasih border dan jarak ke popup accordion */
.bpk-custom.profile-popup-content .bpk-custom.accordion-profile-popup .elementor-accordion-item .elementor-tab-content li,ol,p {
	font-size: 14px !important;
}

.bpk-custom.profile-popup-content .bpk-custom.accordion-profile-popup .elementor-accordion-item {
	margin-bottom: 5px !important;
}
.bpk-custom.profile-popup-content .bpk-custom.accordion-profile-popup .elementor-tab-title {
	border: 1px solid #ccc !important;
}

/* Menghilangkan icon di accordion pertama dan mengubah background tab title */
.bpk-custom.profile-popup-content .bpk-custom.accordion-profile-popup .elementor-accordion-item:nth-child(1) .elementor-tab-title {
    background-color: #b38001; /* Warna background untuk accordion pertama */
}
.bpk-custom.profile-popup-content .bpk-custom.accordion-profile-popup  .elementor-accordion-item:nth-child(1) .elementor-tab-title .elementor-accordion-title{
		line-height: 1.8rem !important;
    color: #ffffff !important; /* Mengubah warna teks menjadi putih */
}

.bpk-custom.profile-popup-content .bpk-custom.accordion-profile-popup  .elementor-accordion-item:nth-child(1) .elementor-tab-title .elementor-accordion-icon {
    display: none; /* Menghilangkan icon */
}

/* Mengubah background tab title accordion kedua */
.bpk-custom.profile-popup-content .bpk-custom.accordion-profile-popup .elementor-accordion-item:nth-child(2) .elementor-tab-title {
    background-color: #f7f7db; /* Warna background untuk accordion kedua */
}

/* Mengubah background tab title accordion ketiga */
.bpk-custom.profile-popup-content .bpk-custom.accordion-profile-popup  .elementor-accordion-item:nth-child(3) .elementor-tab-title {
    background-color: #e5f5d2; /* Warna background untuk accordion ketiga */
}

/* Mengubah background tab title accordion keempat */
.bpk-custom.profile-popup-content .bpk-custom.accordion-profile-popup .elementor-accordion-item:nth-child(4) .elementor-tab-title {
    background-color: #f1e8dd; /* Warna background untuk accordion keempat */
}

/* Mengubah background tab title accordion kelima */
.bpk-custom.profile-popup-content .bpk-custom.accordion-profile-popup .elementor-accordion-item:nth-child(5) .elementor-tab-title {
    background-color: #dfeaf5; /* Warna background untuk accordion kelima */
}
.bpk-custom.profile-popup-content .bpk-custom.accordion-profile-popup .elementor-accordion-item .elementor-tab-title {
    background-color: #f7f7db; /* Warna default untuk semua tab title */
}
