/* CSS for Popup Panduan */
.modal-content {
    overflow: hidden;
}

.modal-header {
    background: #d9e8fb;
}

.modal-body {
    background: #fff;
}

.card {
    border-color: #e3e3e3 !important;
}

.card-body {
    padding: 1.5rem;
}

.modal-body p,
.modal-body li {
    font-size: 0.95rem;
    line-height: 1.7;
}

/* #modal-panduan {
    padding: 0;
    overflow: hidden;
    left: 400px;
    right: 400px;
    top: calc(50vh - 280px);
}

#modal-panduan > div {
    row-gap: 0px;
}

#modal-panduan .modal-panduan-header {
    background: linear-gradient(to top, #20409a 0%, #0286cb 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 24px 48px;
}

#modal-panduan .modal-panduan-header * {
    color: var(--primary-color);
}

#modal-panduan .modal-description {
    padding: 48px;
    display: flex;
    flex-direction: column;
    row-gap: 24px;
    width: 100%;
    max-height: 400px;
    overflow-y: auto;
}

.modal-description li {
    margin-left: 20px;
}

.custom-modal-cara-collect-poin .modal-description {
    max-height: 600px !important;
}

#modal-panduan .modal-description table th {
    text-align: center;
}

#modal-panduan a {
    color: var(--secondary-color);
    font-weight: bold;
} */
