@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");

body {
    background-color: #ffffff !important;
    font-family: "Plus Jakarta Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.btn-primary {
    background-color: #3948d2 !important; /* ganti warna latar */
    border-color: #3948d2 !important; /* ganti warna border */
    color: #ffffff !important; /* warna teks */
}

.btn-primary:hover {
    background-color: #3240bf !important;
    border-color: #3240bf !important;
}

.btn-success {
    background-color: #00a616 !important; /* ganti warna latar */
    border-color: #00a616 !important; /* ganti warna border */
    color: #ffffff !important; /* warna teks */
}

.btn-success:hover {
    background-color: #039116 !important;
    border-color: #039116 !important;
}

.btn-warning {
    background-color: #efa400 !important; /* ganti warna latar */
    border-color: #efa400 !important; /* ganti warna border */
    color: #ffffff !important; /* warna teks */
}

.btn-warning:hover {
    background-color: #d08e00 !important;
    border-color: #d08e00 !important;
}

.btn-grey {
    background-color: #b9b9b9 !important; /* ganti warna latar */
    border-color: #b9b9b9 !important; /* ganti warna border */
    color: #0000 !important; /* warna teks */
}

.btn-grey:hover {
    background-color: #a7a5a5 !important;
    border-color: #a7a5a5 !important;
}

.btn-danger {
    background-color: #ff6f6f !important; /* ganti warna latar */
    border-color: #ff6f6f !important; /* ganti warna border */
    color: #ffffff !important; /* warna teks */
}

.btn-danger:hover {
    background-color: #e05858 !important;
    border-color: #e05858 !important;
}

.btn-blue {
    background-color: #353fea !important; /* ganti warna latar */
    border-color: #353fea !important; /* ganti warna border */
    color: #ffffff !important; /* warna teks */
}

.btn-blue:hover {
    background-color: #2d35d2 !important;
    border-color: #2d35d2 !important;
}

.btn-transparent {
    border: 1px solid #646464;
}

.text-blue {
    color: #4300a6 !important;
}

.text-warning {
    color: #e4790e !important;
}

.text-danger {
    color: #ff6f6f !important;
}

.text-purple {
    color: #6f7eff !important;
}

.bg-blue {
    background-color: #353fea;
}

.border-radius-custom {
    border-radius: 15px !important;
}

.custom-border {
    border-width: 1.5px !important;
    border-color: #000 !important; /* opsional: hitam */
}

.bg-danger {
    background-color: #ff5656 !important; /* ganti warna latar */
    border-color: #ff5656 !important; /* ganti warna border */
    color: #ffffff !important; /* warna teks */
}

.bg-light {
    background-color: #f4f4f4 !important;
}

.bg-primary {
    background-color: #3948d2 !important; /* Ganti dengan warna yang kamu mau */
}

.form-select.custom-arrow-white {
    appearance: none; /* Hilangkan panah default */
    -webkit-appearance: none;
    -moz-appearance: none;

    background-color: #343a40; /* contoh background gelap */
    color: white;

    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 1rem;
    padding-right: 2rem; /* beri ruang untuk icon */
}

.row.gx-custom > [class^="col"] {
    padding-right: 5rem;
}

.alert.alert-warning {
    background-color: #ffd6b0 !important;
    color: #000000 !important;
    font-weight: 500 !important;
}

.form-custom-border {
    border-width: 1.5px !important;
    border-color: #000 !important; /* opsional: hitam */
}

.fw-medium {
    font-weight: 500 !important;
}

.bg-success {
    background-color: #00a616 !important;
    color: #ffffff !important;
}

.bg-success-secondary {
    background-color: #e3f9e6 !important;
}

.bg-red {
    background-color: #a61e00 !important;
    color: #ffffff !important;
}

.bg-orange {
    background-color: #e88814 !important;
    color: #ffff !important;
}

.text-orange {
    color: #e88814 !important;
}

.bg-red-secondary {
    background-color: #f9e4e3 !important;
}

.bg-muted {
    background-color: #f5f5f5 !important;
}

.bg-form-secondary {
    background-color: #d9d9d9 !important;
}

.dashed-line {
    border: none;
    border-top: 2px solid transparent;
    border-image: repeating-linear-gradient(
        to right,
        #000 0 20px,
        transparent 20px 35px
    );
    border-image-slice: 1;
    margin: 2rem 0;
}

/* Kecilkan font dalam Dropify */
.dropify-wrapper .dropify-message span.file-icon p {
    font-size: 30px; /* Atur sesuai selera, misalnya 12px, 14px, dll */
}

.dropify-wrapper {
    border-radius: 15px !important;
    background-color: #f5f5f5 !important;
}

.dropify-wrapper .dropify-loader {
    background-color: #bababa !important;
}

.dropify-wrapper .dropify-message span {
    font-size: 0.85rem; /* atau 12px */
}

.dropify-wrapper .dropify-message span.file-icon p {
    font-size: 1.4rem; /* untuk teks kecil di bawahnya */
}

/* Custom background header */
.table-custom thead {
    color: #000000;
}

/* Custom border color */
/* .table-custom {
  border: 1px solid #000000;
} */

.table-custom th {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.table-custom td,
.table-custom th {
    padding: 1.25rem; /* Ubah nilai sesuai kebutuhan */
    vertical-align: middle; /* Supaya isi sel rata tengah secara vertikal */
    border-bottom: 1px solid #000;
}

.table-custom {
    border-collapse: separate;
    border-spacing: 0;
    overflow: hidden;
}

/* Rounded top left */
.table-custom thead th:first-child {
    border-top-left-radius: 12px;
}

/* Rounded top right */
.table-custom thead th:last-child {
    border-top-right-radius: 12px;
}

/* Rounded bottom left */
.table-custom tbody tr:last-child td {
    border-bottom: none;
}

/* Rounded bottom left */
.table-custom tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

/* Rounded bottom right */
.table-custom tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

.table-wrapper {
    border-radius: 12px;
    overflow: hidden;
    display: block;
    border: 1px solid #3a3a3a;
    width: 100%;
}

/* table custom-2 */

table.table-custom-2 thead tr {
    background-color: #c3c0c0 !important;
}
table.table-custom-2 th,
table.table-custom-2 td {
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 300;
}

.sidebar {
    min-height: 100vh;
    background-color: #3948d2;
    color: white;
}
.sidebar .nav-link {
    color: #ffff;
    margin-bottom: 0.2em;
    padding: 10px 0;
    font-weight: 300 !important;
}
.sidebar .nav-link.active {
    background-color: white;
    color: #4b2edf;
    font-weight: 600;
    border-radius: 999px;
}
.menu-btn {
    background-color: #fdaf17;
    color: white;
    border: none;
    border-radius: 15px;
    padding: 20px;
    font-weight: bold;
    min-height: 200px;
    width: 200px;
}
.menu-btn:hover {
    background-color: #e89d12;
}

.card.card-custom-yellow {
    background-color: #efa400;
    border: 3px solid #ffdfbf;
}

.card.card-custom-yellow .card-body p {
    font-size: 12px;
    margin-bottom: 2px;
}

.card.card-custom-grey {
    background-color: #d9d9d9;
    border: 3px solid #d9d9d9;
}

.card.card-custom-grey .card-body p {
    font-size: 12px;
    margin-bottom: 2px;
}

/* Ini agar isi carousel bisa "keluar" */
/* .owl-stage-outer {
  overflow-x: visible !important;
  overflow-y: hidden !important;
}

.owl-carousel .item {
  margin: 10px;
} */

/* trace */

.timeline {
    position: relative;
    margin-left: 20px;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 7px;
    top: 0;
    bottom: 0;
    width: 1px;
    background-image: repeating-linear-gradient(
        to bottom,
        #999,
        #999 6px,
        transparent 6px,
        transparent 16px
    );
    z-index: 0;
}

.timeline-step {
    position: relative;
    padding-left: 50px;
    margin-bottom: 50px;
    font-size: 14px;
    font-weight: 300;
}

.timeline-step:last-child {
    margin-bottom: 0;
}

.step-icon {
    position: absolute;
    left: -5px;
    top: 0;
    width: 25px;
    height: 25px;
    background-color: #e0e0e0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

.step-icon.completed {
    background-color: #28a745;
    color: white;
    font-weight: bold;
}

.responsive-img {
    width: 100%;
}

@media (min-width: 992px) {
    .responsive-img {
        width: 50%;
    }
}
