@import url("https://fonts.googleapis.com/css2?family=Inter&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Gemunu+Libre&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Red+Hat+Display&display=swap");

body {
    padding: 0;
    margin: 0;
}

.content {
    background-color: #ffffff00;
}

th[rowspan] {
    vertical-align: middle;
}

.bg-body {
    background-image: url(/bg.png);
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-color: white;
    display: block;
}

.header_jumbotron {
    /* padding: 32px 56px 32px 56px; */
    padding: 30px;
}

.header_jumbotron > img,
.header_jumbotron > span,
.header_jumbotron > h4 {
    display: inline-block;
}

.header_jumbotron h4 {
    font-family: "Inter", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 28px;
    color: #ffffff;
    margin-left: 23px;
}

.vertical-line {
    border-left: 4px solid #ffffff;
    height: 48px;
    border-radius: 2px;
    margin-left: 23px;

    /* position: relative;
  bottom: 9px; */
}

.side-logo {
    width: 63px;
    position: relative;
    bottom: 16px;
}

.frame-box {
    border-radius: 8px;
    background: rgba(255, 242, 242, -0.87);
    backdrop-filter: blur(50px);
    position: absolute;
    bottom: 55px;
    left: 30px;
    width: 515px;
    padding: 16px;
}

.frame-box p {
    color: #0b4d27;
    font-feature-settings: "clig" off, "liga" off;
    font-family: Red Hat Display;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 32.967px;
    /* 164.837% */
    margin-top: 25px;
    margin-bottom: 0;
}

.welcome-box {
    border-radius: 5px;
    background: #22c55e;
    padding: 10px 42px 10px 42px;
    font-family: "Red Hat Display", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.1px;
    color: #ffffff;
    width: 238px;
}

.aside-logo {
    background-color: #207df2;
    border-bottom: 1px dashed #cfcfdd;
    padding: 24px;
}

.title-header-topbar span {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */

    /* Base/Dark */

    color: #151a30;
}

/* .menu-item {
  margin-bottom: 10px;
} */

.menu-title {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;
    /* identical to box height, or 150% */

    /* Base/Light */

    color: #ffffff;
}

.box-progress {
    /* padding: 0px 16px 0 16px; */
    display: flex;
    height: 16px;
    overflow: hidden;
    font-size: 0.75rem;
    box-shadow: none;
}

.box-danger-bg {
    background: #f8c5c3;
    width: 100%;
}

.box-success-bg {
    background: #b8e9cd;
}

.box-warning-bg {
    background: #fcebbd;
}

.item-progress {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #151a30;
    font-size: 12px;
    text-align: center;
    white-space: nowrap;
}

.item-danger-bg {
    background-color: #f1827e;
}

.item-success-bg {
    background-color: #18a756;
}

.item-warning-bg {
    background-color: #f8d370;
}

.card_ {
    background: #ffffff;
    /* Medium Shadow */

    box-shadow: 0px 3.20559px 32.0559px rgba(0, 0, 0, 0.08);
    border-radius: 8px;
    padding: 22px 24px 22px 24px;
}

.card_ h4 {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    /* identical to box height, or 143% */

    /* Dark/Black - 600 */

    color: #555770;
}

.card_ h1 {
    /* Headline/H2 Heading */

    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 600;
    font-size: 32px;
    line-height: 44px;
    /* identical to box height, or 138% */

    /* Dark/Black - 700 */

    color: #28293d;
}

.card_ p {
    /* Caption/C1 Caption Medium */

    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    /* identical to box height, or 133% */

    /* Color Foundation/Neutral/neutral-900 */

    color: #151a30;
}

.drop-zone {
    height: 300px;
    padding: 10px;
    text-align: center;
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    color: #151a30;
    border-radius: 10px;
    background: #ebedf2;
    padding-bottom: 50px;
}

.dropzone-ktp {
    max-width: 100%;
}

.dropzone-swafoto {
    max-width: 50%;
}

.drop-zone--over {
    border-style: solid;
}

.drop-zone__prompt {
    font-family: "Inter", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    position: relative;
    top: 80px;
}

.drop-zone__input {
    display: none;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #cccccc;
    background-size: cover;
    position: relative;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 5px 0;
    color: #ffffff;
    background: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
}

.icon-trash-alt {
    background: url("/admin/assets/media/icons/trash-2.svg");
    height: 100%;
    width: 100%;
    display: block;
    background-repeat: no-repeat;
    position: relative;
    left: 7px;
    top: 5px;
}

.custom-swal {
    max-width: 100%;
    /* Set your desired maximum width */
}

.custom-modal-container {
    width: 100%;
    /* height: 300px; */
}

.custom-modal-popup {
    width: 100%;
    height: 100%;
}

.img-promt {
    position: relative;
    top: 88px;
}

.radio-button {
    display: flex;
    align-items: center;
    gap: 5px;
}

#custom-table td {
    padding-bottom: 2.5rem;
}

.table td:first-child,
.table tr:first-child {
    padding-left: 10px !important;
}

.card .card-header {
    min-height: 60px;
}

.hidden-checkbox {
    display: none;
    /* Sembunyikan checkbox */
}

/* Menyembunyikan elemen dengan class "hide" */
.hide {
    display: none;
}

/* Menampilkan elemen dengan class "add" */
.add {
    display: block;
    /* Atau tampilkan sesuai kebutuhan */
}

.content-subdeskripsi {
    padding: 0 100px;
    text-align: justify;
}

.content-benefit {
    padding: 0 100px;
}

.content-eventdetail {
    padding: 0 100px;
    text-align: justify;
}

.video-detail {
    width: 550px;
    height: 400px;
}

.btn-view-custom {
    display: flex;
    align-items: center;
    padding: 15px 25px;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
    position: relative;
    overflow: hidden;
}

.btn-view-custom i {
    margin-left: 10px;
    color: black;
    border-radius: 50%;
    /* padding: 10px; */
    transition: all 0.3s ease-in-out;
}

.btn-view-custom:hover {
    background-color: #7e36f4;
    color: white;
    font-weight: bold;
}

.btn-view-custom:hover i {
    transform: translateX(5px);
    color: white;
}

.custom-card {
    border-radius: 40px;
}

.card-product img {
    transition: transform 0.3s ease;
    /* Animasi transisi hanya untuk transform */
    transform: scale(1);
    /* Gambar awalnya normal (tidak mengecil) */
}

.card-product:hover img {
    transform: scale(1.1);
    /* Gambar membesar saat di-hover */
}

.btn-outline-custom a {
    color: #575757 !important;
    border: 1px solid #5a5a5a !important;
}

.btn-outline-custom .active {
    color: #ffffff !important;
    border: 1px solid #794ffc !important;
    font-weight: 700;
}

.nav-scroll-wrapper {
    scrollbar-width: thin;
    /* Untuk browser yang mendukung */
    scrollbar-color: #888 transparent;
    /* Warna scrollbar */
}

.nav-scroll-wrapper::-webkit-scrollbar {
    height: 2px;
    /* Tinggi scrollbar */
}

.nav-scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: transparent;
    /* Warna thumb scrollbar */
    border-radius: 3px;
    /* Membuat scrollbar lebih bulat */
}

.nav-scroll-wrapper::-webkit-scrollbar-track {
    background-color: transparent;
    /* Warna track scrollbar */
}

.pagination .active > .page-link,
.page-link.active {
    background-color: #794ffc;
    color: #fff;
    border-color: #794ffc;
}

.pagination .page-link {
    color: #794ffc;
}

.pagination .page-link:focus {
    box-shadow: none;
}

.btn-shop-custom.btn.btn-primary:hover:not(.btn-active) {
    background-color: transparent !important;
    color: #151a30;
    border: 1px solid #000 !important;
}

.tutorial {
    margin-top: 90px;
}

.faq {
    margin-top: 90px;
}

@media (max-width: 768px) {
    .custom-card {
        border-radius: 20px;
    }
}

@media (max-width: 600px) {
    .phone-login {
        display: none !important;
    }

    .header-login {
        padding: 0 10px !important;
    }

    .img-login {
        margin-left: 30px;
    }

    .sosial-media {
        display: grid !important;
        border-radius: 10px !important;
    }

    .form-login {
        padding-left: 30px;
        padding-right: 30px;
    }

    .content-deskripsi {
        margin-top: 600px !important;
    }

    .content-subdeskripsi {
        padding: 0;
        text-align: justify;
    }

    .content-benefit {
        padding: 0;
        margin-left: 0;
        margin-right: 0;
    }

    .content-eventschedule img {
        display: none;
    }

    .content-eventdetail {
        padding: 0;
        text-align: justify;
    }

    .content-deskripsi-pamflet {
        margin-top: 950px !important;
    }

    .video-detail {
        width: 250px;
        height: 200px;
    }

    /* .backgriund-landing {
        height: 90vh !important;
    } */

    .tutorial {
        margin-top: 30px;
    }

    .faq {
        margin-top: 30px;
    }
}

.select2-results__options {
    text-transform: capitalize;
}

/* CSS */
.disabled-link {
    pointer-events: none;
    opacity: 0.5;
    /* Atau sesuaikan dengan level transparansi yang diinginkan */
}

.tanggal-proide {
    font-size: 20px;
    opacity: 0.4;
    text-align: center;
}

.tabel-custom table {
    width: 2000px !important;
}

.chaport-container .chaport-launcher .chaport-launcher-button {
    bottom: 85px !important;
    right: 20px !important;
}

.chaport-container.chaport-container-positioned .chaport-window {
    right: 90px !important;
    bottom: 83px !important;
}

.nav-kategori-scroll {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    white-space: nowrap;
    position: relative;
}

.tab-btn {
    padding: 10px 16px;
    border: 1px solid #ccc;
    background-color: white;
    color: #333;
    border-radius: 20px;
    cursor: pointer;
    font-weight: bold;
    white-space: nowrap;
    transition: all 0.3s;
}

.tab-btn:hover,
.tab-btn.active {
    background-color: #8057fc;
    color: white;
    border-color: #8057fc;
}

.dropdown-kategori {
    position: relative;
    z-index: 100;
}

.dropdown-kategori .dropdown-content {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: white;
    z-index: 9999; /* pastikan sangat tinggi */
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
    display: none;
}

.dropdown-kategori:hover .dropdown-content {
    display: block;
}

.dropdown-content li {
    list-style: none;
    padding: 0;
    margin: 0;
}

.dropdown-content li button {
    width: 100%;
    text-align: left;
    padding: 10px 20px;
    border: none;
    background: none;
    cursor: pointer;
}

.dropdown-content li button:hover {
    background-color: #f2f2f2;
}

/* Default state for all nav links in this component */
.nav-pills-custom .nav-link {
    color: #4e4e4e;
    font-weight: normal;
    background-color: transparent;
    border: none;
}

/* Active state for nav links and the dropdown toggle */
.nav-pills-custom .nav-link.active,
.nav-pills-custom .show > .nav-link {
    /* .show>.nav-link is for the dropdown toggle */
    color: #7e36f4 !important;
    font-weight: bold !important;
    background-color: transparent !important;
}

/* Active state for items inside the dropdown */
.dropdown-menu .dropdown-item.active,
.dropdown-menu .dropdown-item:active {
    color: #7e36f4 !important;
    background-color: transparent !important;
}

/* Inactive items in dropdown */
.dropdown-menu .dropdown-item:not(.active) {
    color: #4e4e4e;
}
