/* ==========================
   SIDEBAR PREMIUM
========================== */

.main-sidebar{
    background:#000000 !important;
}

.brand-link{
    height:120px !important;
    display:flex !important;
    flex-direction:column !important;
    justify-content:center !important;
    align-items:center !important;
    padding:10px !important;
}

.brand-image{
    width:70px !important;
    height:70px !important;
    max-height:70px !important;
    border-radius:50%;
    object-fit:cover;
}

.brand-text{
    display:block !important;
    font-size:18px !important;
    font-weight:700 !important;
    color:#fff !important;
    text-align:center !important;
    margin:0 !important;
}

/* ==========================
   MENU SIDEBAR
========================== */

.nav-header{
    color:#ff5a00 !important;
    font-size:12px !important;
    font-weight:700 !important;
    letter-spacing:1px;
    text-transform:uppercase;
}

.nav-sidebar .nav-icon{
    color:#ff5a00 !important;
}

.nav-sidebar .nav-link p{
    color:#dcdcdc !important;
}

.nav-sidebar .nav-link.active{
    background:#1677ff !important;
    border-radius:10px !important;
}

.nav-sidebar .nav-link.active p,
.nav-sidebar .nav-link.active .nav-icon{
    color:#fff !important;
}

.nav-sidebar .nav-link:hover{
    background:#ff5a00 !important;
    border-radius:10px !important;
}

.nav-sidebar .nav-link:hover p,
.nav-sidebar .nav-link:hover .nav-icon{
    color:#fff !important;
}

/* ==========================
   DASHBOARD
========================== */

.small-box{
    border-radius:18px !important;
    box-shadow:0 10px 20px rgba(0,0,0,.10);
    transition:.3s;
}

.small-box:hover{
    transform:translateY(-4px);
}

.small-box h3{
    font-size:32px !important;
    font-weight:700 !important;
}

.small-box p{
    font-size:15px !important;
}

/* ==========================
   CARD
========================== */



/* ==========================
   TABLE
========================== */

.table th{
    vertical-align:middle;
}

.table tbody tr:hover{
    background:#fff4ec;
}

/* ==========================
   KATALOG PAKET FOTO
========================== */

.paket-card{
    height:100%;
    border:none !important;
    border-radius:18px;
    overflow:hidden;
    background:#fff;
    box-shadow:0 4px 15px rgba(0,0,0,.08);
    transition:.3s;
}

.paket-card:hover{
    transform:translateY(-5px);
    box-shadow:0 10px 25px rgba(0,0,0,.15);
}

.paket-img,
.card-img-top{
    width:100%;
    height:260px;
    object-fit:cover;
    object-position:center;
}

.paket-card .card-body{
    padding:25px;
}

.paket-title{
    font-size:32px;
    font-weight:700;
}

.paket-harga{
    color:#28a745;
    font-size:36px;
    font-weight:700;
}

.paket-deskripsi{
    color:#666;
    line-height:1.8;
    min-height:70px;
}

.badge-dark{
    background:#1c1f26 !important;
    color:#fff !important;
    border-radius:20px;
    padding:7px 14px;
}

/* ==========================
   FULLCALENDAR
========================== */

.fc
{
    background:#fff;
    border-radius:15px;
    padding:15px;
}

.fc-toolbar-title{
    font-size:28px !important;
    font-weight:700 !important;
}

.fc-daygrid-day{
    min-height:100px !important;
}

.fc-event{
    border:none !important;
    border-radius:6px !important;
    padding:3px 6px !important;
    font-size:12px !important;
}

.fc-button{
    background:#ff5a00 !important;
    border:none !important;
}

.fc-button:hover{
    background:#e04d00 !important;
}
/* ==========================
CONTENT
========================== */

.content-wrapper{
    background:#f7f0ee !important;
}

.content{
    padding:15px !important;
}

/* ==========================
FORM PREMIUM
========================== */

.form-control{
    height:45px !important;
    border-radius:12px !important;
    border:1px solid #dcdcdc !important;
}

.form-control:focus{
    border-color:#ff5a00 !important;
    box-shadow:0 0 0 .15rem rgba(255,90,0,.15) !important;
}

.input-group{
    border-radius:12px;
    overflow:hidden;
}

.input-group .btn{
    border-radius:0 !important;
}

/* ==========================
BUTTON
========================== */

.btn{
    border-radius:12px !important;
    font-weight:600 !important;
    transition:all .25s ease;
}

.btn:hover{
    transform:translateY(-2px);
    box-shadow:0 6px 15px rgba(0,0,0,.15);
}
.badge{
    padding:7px 14px !important;
    border-radius:30px !important;
    font-weight:600 !important;
    font-size:12px !important;
}
.pagination .page-link{
    border-radius:10px !important;
    margin:0 3px;
    color:#111827;
}

.page-item.active .page-link{
    background:#ff5a00 !important;
    border-color:#ff5a00 !important;
}
.alert{
    border:none !important;
    border-radius:12px !important;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
}
input[type="search"]{
    border-radius:12px !important;
    border:1px solid #ddd !important;
    padding:8px 15px !important;
}
/* ==========================
FULLCALENDAR
========================== */



.fc-toolbar-title{
    color:#ff5a00 !important;
    font-size:28px !important;
    font-weight:700 !important;
}

.fc-col-header-cell{
    background:#111827 !important;
}

.fc-col-header-cell-cushion{
    color:#fff !important;
    text-decoration:none !important;
    font-weight:700 !important;
}

.fc-daygrid-day-number{
    color:#111827 !important;
    text-decoration:none !important;
}

.fc-day-today{
    background:#fff4ec !important;
}

.fc-event{
    border:none !important;
    border-radius:8px !important;
    padding:3px 8px !important;
    font-size:12px !important;
    font-weight:600 !important;
}

.fc-daygrid-day{
    height:90px !important;
}

.fc-daygrid-day-frame{
    min-height:90px !important;
}

/* ==========================
RESPONSIVE
========================== */

@media(max-width:768px){

    .paket-img,
    .card-img-top{
        height:220px;
    }

    .paket-title{
        font-size:24px;
    }

    .paket-harga{
        font-size:28px;
    }

    .fc-toolbar{
        flex-direction:column !important;
        gap:10px;
    }
}

.dashboard-card{
    border-radius:18px;
    overflow:hidden;
    color:#fff;
}

.card-orange{
    background:linear-gradient(
        135deg,
        #ff5a00,
        #ff7a2f
    );
}

.card-blue{
    background:linear-gradient(
        135deg,
        #1677ff,
        #4d94ff
    );
}

.card-green{
    background:linear-gradient(
        135deg,
        #00b96b,
        #2ed573
    );
}

.card-red{
    background:linear-gradient(
        135deg,
        #ff4d4f,
        #ff7875
    );
    
}
/* ==========================
   GLOBAL CENTER ALIGNMENT
========================== */

/* Judul Card */
.card-header{
    text-align:center !important;
}

.card-title{
    width:100%;
    text-align:center !important;
    font-weight:700 !important;
}

/* Statistik Dashboard */
.small-box{
    text-align:center !important;
}

.small-box .inner{
    text-align:center !important;
}

.small-box h3{
    text-align:center !important;
    font-size:28px !important;
    font-weight:700 !important;
}

.small-box p{
    text-align:center !important;
    font-size:14px !important;
    font-weight:600 !important;
}

/* Icon Statistik */
.small-box .icon{
    opacity:.15;
}

/* Tabel */
.table{
    text-align:center !important;
}

.table thead th{
    text-align:center !important;
    vertical-align:middle !important;
}

.table tbody td{
    text-align:center !important;
    vertical-align:middle !important;
}

/* Badge */
.badge{
    min-width:70px;
    text-align:center !important;
}
.action-buttons{
    display:flex;
    justify-content:center;
    align-items:center;
    gap:8px;
}.form-action{
    display:flex;
    justify-content:center;
    margin-top:30px;
}

.btn-save-booking{
    display:inline-flex;

    align-items:center;
    justify-content:center;

    gap:8px;

    padding:12px 28px;

    border:none;
    border-radius:12px;

    background:#ff6600;
    color:#fff;

    font-weight:700;
}

.btn-save-booking:hover{
    transform:translateY(-3px);

    box-shadow:
    0 12px 25px rgba(255,107,0,.35);

    color:#fff;
}

.btn-save-booking:focus{
    outline:none;
}



/* Header Dashboard */
.content-header{
    text-align:center;
}

/* Ringkasan Booking */
.ringkasan-item h3{
    font-size:30px;
    font-weight:700;
}

.ringkasan-item small{
    display:block;
    font-size:13px;
    margin-top:5px;
}
/* ==========================
   BOOKING PREMIUM
========================== */

/* Card tabel */
.card{
    border-radius:18px !important;
    overflow:hidden;
}

/* Header tabel */
.table thead th{
    background:#111827 !important;
    color:#fff !important;
    border:none !important;
    font-weight:700;
    text-align:center;
}

/* Isi tabel */
.table tbody td{
    text-align:center;
    vertical-align:middle !important;
}

/* Hover tabel */
.table-hover tbody tr:hover,
.table tbody tr:hover{
    background:#fff4ec !important;
    transition:.2s;
}

/* Search Box */
input[type="search"],
.form-control{
    border-radius:12px !important;
}

/* Tombol tambah booking */
.btn-success{
    background:#16a34a !important;
    border:none !important;
    border-radius:12px !important;
    padding:10px 18px;
}

.btn-success:hover{
    transform:translateY(-2px);
}

/* Tombol Edit */
.btn-warning{
    border-radius:20px !important;
    font-size:12px !important;
    font-weight:600;
}

/* Tombol Hapus */
.btn-danger{
    border-radius:20px !important;
    font-size:12px !important;
    font-weight:600;
}

/* Badge Status */
.badge{
    padding:8px 14px !important;
    border-radius:50px !important;
    font-size:11px !important;
    font-weight:700 !important;
}

/* Pagination */
.pagination{
    justify-content:center;
}

.pagination .page-link{
    border-radius:10px !important;
    margin:0 3px;
    border:none;
}

.page-item.active .page-link{
    background:#ff5a00 !important;
    border-color:#ff5a00 !important;
}

/* Kolom aksi */
td:last-child{
    white-space:nowrap;
}

/* Search Premium */
.booking-search{
    box-shadow:0 3px 10px rgba(0,0,0,.05);
}
/* ==========================
   ACTION BAR
========================== */

.action-bar{
    display:flex;
    gap:10px;
    align-items:center;
    margin-bottom:15px;
}

.action-bar .btn{
    min-width:180px;
    height:45px;
}

.action-bar .form-control{
    height:45px !important;
}

.action-bar .search-box{
    flex:1;
}

@media(max-width:768px){

    .action-bar{
        flex-direction:column;
    }

    .action-bar .btn{
        width:100%;
    }

    .action-bar .search-box{
        width:100%;
    }

}
/* Tombol aksi premium */

/* KHUSUS TOMBOL ICON */
.btn-warning.btn-sm,
.btn-danger.btn-sm{
    min-width:70px;
    border-radius:20px !important;
    font-weight:600;
}
.btn-action{
    width:38px !important;
    height:38px !important;
    border-radius:50% !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:0 !important;
    margin:0 2px !important;
}

.btn-action i{
    font-size:14px;
}

.btn-action:hover{
    transform:translateY(-2px);
}

.btn-print{
    background:#3b82f6 !important;
    color:#fff !important;
}

.btn-wa{
    background:#22c55e !important;
    color:#fff !important;
}

.btn-edit{
    background:#f59e0b !important;
    color:#fff !important;
}

.btn-delete{
    background:#ef4444 !important;
    color:#fff !important;
}/* ACTION BUTTON PREMIUM */

/* KHUSUS TOMBOL ICON */

.btn-action{
    width:38px !important;
    height:38px !important;
    border-radius:50% !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    padding:0 !important;
    margin:0 2px !important;
}

.btn-action i{
    font-size:14px;
}

.btn-action:hover{
    transform:translateY(-2px);
    box-shadow:0 4px 10px rgba(0,0,0,.15);
}

.btn-download{
    background:#3b82f6 !important;
    color:#fff !important;
}

.btn-wa{
    background:#22c55e !important;
    color:#fff !important;
}

.btn-edit{
    background:#f59e0b !important;
    color:#fff !important;
}

.btn-delete{
    background:#ef4444 !important;
    color:#fff !important;
}
.fc-today-button{
    font-size:0 !important;
}

.fc-today-button::after{
    content:"Hari Ini";
    font-size:14px;
    font-weight:600;
}
/* FULLCALENDAR PREMIUM */

.fc-toolbar{
    align-items:center !important;
}

.fc-toolbar-title{
    font-size:32px !important;
    font-weight:700 !important;
    color:#ff5a00 !important;
}

.fc-button{
    height:42px !important;
    min-width:42px !important;
    border-radius:12px !important;
    padding:0 16px !important;
    font-weight:600 !important;
}

.fc-prev-button,
.fc-next-button{
    width:42px !important;
    padding:0 !important;
}

.fc-today-button{
    min-width:95px !important;
}

/* Tombol hari ini */
.fc-today-button::after{
    font-size:14px !important;
}

/* Jarak tombol */
.fc-toolbar-chunk{
    display:flex;
    align-items:center;
    gap:8px;
}.calendar-legend{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:20px;
}

.legend-item{
    display:flex;
    align-items:center;
    gap:8px;
    background:#fff;
    padding:8px 14px;
    border-radius:30px;
    box-shadow:0 2px 8px rgba(0,0,0,.08);
    font-size:13px;
    font-weight:600;
}

.legend-dot{
    width:12px;
    height:12px;
    border-radius:50%;
}

.pending{background:#facc15;}
.dp{background:#06b6d4;}
.lunas{background:#22c55e;}
.batal{background:#ef4444;}
.selesai{background:#6b7280;}
/* ==========================
   PAGE HEADER PREMIUM
========================== */

.content-header{
    text-align:center;
    padding:25px 0 !important;
}

.content-header h1,
.content-header h2{
    font-size:42px !important;
    font-weight:800 !important;
    color:#ff5a00 !important;
    letter-spacing:2px;
    margin-bottom:10px !important;
}

.content-header small{
    display:block;
    font-size:15px !important;
    color:#6b7280 !important;
    margin-top:10px;
}

/* Garis bawah judul */
.page-divider{
    width:100px;
    height:4px;
    background:#ff5a00;
    border-radius:20px;
    margin:10px auto 15px auto;
}
/* ==========================
   FORM BUTTON CENTER
========================== */

.form-actions,
.button-group{
    display:flex;
    justify-content:center;
    gap:10px;
    margin-top:20px;
}

/* Jika tombol langsung di dalam form */
form .btn{
    min-width:120px;
    
}
.form-actions{
    width:100%;
    display:flex;
    justify-content:center !important;
    align-items:center;
    gap:10px;
    margin-top:25px;
}
.filter-actions{
    display:flex;
    align-items:end;
    gap:10px;
    flex-wrap:wrap;
}

.filter-actions .btn{
    height:45px;
    min-width:140px;
    border-radius:12px !important;
    font-weight:600;
}
/* ==========================
   FILTER BUTTONS
========================== */

.filter-buttons{
    display:flex;
    gap:10px;
    align-items:center;
    justify-content:center;
    flex-wrap:wrap;
    margin-top:15px;
}

.filter-buttons .btn{
    min-width:150px;
    height:45px;
    border-radius:12px !important;
    font-weight:600;
}
.dashboard-header{
    background:#ffffff;
    border-radius:20px;
    padding:25px;
    margin-bottom:25px;

    box-shadow:
    0 10px 30px rgba(0,0,0,.06);
}.dashboard-stat{
    position:relative;
    overflow:hidden;
}.content-wrapper{
    background:#f5f7fb !important;
}.main-sidebar{
    background:linear-gradient(
        180deg,
        #071426,
        #03101f
    ) !important;
}

.brand-link{
    background:transparent !important;
    border:none !important;
    padding:20px 10px !important;
}

.brand-text{
    color:#fff !important;
    font-size:24px !important;
    font-weight:700 !important;
}.nav-sidebar .nav-link{
    color:#cfd7e3 !important;
    border-radius:12px;
    margin:4px 10px;
    padding:12px 16px !important;
    transition:.3s;
}

.nav-sidebar .nav-link.active{
    background:#ff6200 !important;
    color:#fff !important;
    box-shadow:0 5px 15px rgba(255,98,0,.3);
}

.nav-sidebar .nav-link:hover{
    background:#10233d !important;
    color:#fff !important;
}.dashboard-stat{
    background:#ffffff;
    border-radius:20px;
    padding:25px;
    display:flex;
    align-items:center;
    gap:20px;

    min-height:120px;

    box-shadow:
    0 5px 20px rgba(0,0,0,.06);

    transition:.3s;
}

.dashboard-stat:hover{
    transform:translateY(-5px);
}

.stat-icon{
    width:65px;
    height:65px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#ff6200;

    color:#fff;
    font-size:26px;

    flex-shrink:0;
}

.stat-content h3{
    margin:0;
    font-size:32px;
    font-weight:800;
    color:#111827;
}

.stat-content h5{
    margin:4px 0;
    font-size:16px;
    font-weight:700;
}

.stat-content small{
    color:#9ca3af;
}.quick-item{
    background:#fff;
    border-radius:15px;
    padding:20px;
    text-align:center;
    text-decoration:none;
    color:#333;
    box-shadow:0 5px 15px rgba(0,0,0,.08);
    transition:.3s;
}

.quick-item:hover{
    transform:translateY(-4px);
}

.quick-item i{
    font-size:24px;
    color:#ff6200;
    margin-bottom:10px;
    display:block;
}

.quick-item span{
    font-weight:600;
}
.welcome-box{
    background:#fff;
    border-radius:20px;
    padding:25px 30px;
    margin-bottom:25px;

    display:flex;
    justify-content:space-between;
    align-items:center;

    box-shadow:0 5px 20px rgba(0,0,0,.06);
}

.welcome-box h2{
    margin:0;
    color:#ff6200;
    font-weight:700;
}

.welcome-box p{
    margin-top:5px;
    color:#6b7280;
}

.btn-booking{
    background:#ff6200;
    color:#fff !important;
    padding:12px 24px;
    border-radius:10px;
    text-decoration:none;
    font-weight:600;
}.quick-menu{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(220px,1fr));
    gap:20px;
}
.quick-item{
    background:#fff;
    border-radius:16px;
    padding:20px;
    text-decoration:none !important;

    display:flex;
    align-items:center;
    gap:15px;

    color:#333 !important;

    box-shadow:0 4px 15px rgba(0,0,0,.08);
    transition:.3s;
}

.quick-item:hover{
    transform:translateY(-4px);
    color:#ff6200 !important;
}

.quick-item i{
    width:50px;
    height:50px;

    border-radius:50%;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#fff3eb;
    color:#ff6200;

    font-size:20px;
    margin:0 !important;
}

.quick-item span{
    display:block;
    font-weight:600;
    font-size:14px;
}
.summary-item{
    display:flex;
    align-items:center;
    gap:15px;

    padding:12px 0;

    border-bottom:1px solid #eee;
}

.summary-item:last-child{
    border-bottom:none;
}
.summary-item i{
    width:42px;
    height:42px;

    border-radius:50%;

    background:#fff2e8;
    color:#ff6200;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:16px;
    flex-shrink:0;
}

.summary-item h4{
    margin:0;
    font-size:20px;
    font-weight:700;
    color:#111827;
}

.summary-item small{
    color:#6b7280;
}


.summary-item h4{
    margin:0;
    font-size:18px;
    font-weight:700;
}

.summary-item small{
    color:#777;
}#grafikPendapatan{
    width:100% !important;
    height:260px !important;
}/* DASHBOARD FIX */

.row{
    margin-left:-8px !important;
    margin-right:-8px !important;
}

.row > [class*="col-"]{
    padding-left:8px !important;
    padding-right:8px !important;
}



.table-responsive{
    overflow-x:auto;
}

/* Ringkasan */

.summary-item{
    display:flex;
    align-items:center;
    gap:15px;

    padding:15px 0;

    border-bottom:1px solid #eee;
}

.summary-item:last-child{
    border-bottom:none;
}

.summary-item h4{
    margin:0;
    font-size:18px;
    font-weight:700;
}

.summary-item small{
    color:#777;
}

/* Grafik */

.chart-card .card-body{
    height:320px;
}

/* Dashboard table */

.dashboard-table .table{
    margin-bottom:0;
}

.dashboard-table th{
    background:#111827 !important;
    color:#fff !important;
    font-weight:700;
    text-align:center;
}

.dashboard-table td{
    text-align:center;
    vertical-align:middle;
}.card-summary{
    height:100%;
}

.card-summary .card-body{
    padding:15px 20px;
}
.form-control{
    border-radius:12px;
}

.btn-success{
    border-radius:12px;
    font-weight:600;
    padding:12px 35px;
    box-shadow:0 5px 15px rgba(40,167,69,.25);
}

.btn-success:hover{
    transform:translateY(-2px);
}

.card{
    border:none;
    border-radius:18px;
    overflow:hidden;
}

label{
    font-weight:600;
    color:#222;
    margin-bottom:6px;
}
body.login-page{
    background: linear-gradient(
        135deg,
        #020617,
        #071b3b,
        #0f172a
    ) !important;
}.login-box .card{
    border:none;
    border-radius:20px;
    overflow:hidden;

    background:#ffffff;

    box-shadow:
    0 15px 40px rgba(0,0,0,.25);
}.login-header{
    text-align:center;
    padding:30px;
}

.login-header img{
    width:90px;
    margin-bottom:15px;
}.form-control{
    height:48px;
    border-radius:12px;
    border:1px solid #e5e7eb;
}

.form-control:focus{
    border-color:#ff6600;
    box-shadow:0 0 0 3px rgba(255,102,0,.15);
}.card-footer{
    background: transparent !important;
    border-top: 1px solid rgba(255,255,255,.08) !important;
}

.card-footer small{
    display:block !important;
    color:#ffffff !important;
    font-size:13px !important;
    font-weight:500 !important;
    text-align:center;
    text-shadow:0 0 10px rgba(255,255,255,.3);
}.form-control{
    background:#1a2947 !important;
    color:#ffffff !important;
    border:1px solid #2d4a75 !important;
}

.form-control::placeholder{
    color:#a8b3c7 !important;
}.login-box{
    animation:fadeIn .5s ease;
}

@keyframes fadeIn{
    from{
        opacity:0;
        transform:translateY(20px);
    }

    to{
        opacity:1;
        transform:translateY(0);
    }
}.form-control{
    background:#1a2947 !important;
    color:#ffffff !important;
    border:1px solid #2d4a75 !important;
}

.form-control::placeholder{
    color:#a8b3c7 !important;
}.form-control{
    color:#000000 !important;
}.form-control,
.custom-select,
select,
input,
textarea{
    color:#ffffff !important;
    font-weight:500;
}

.form-control::placeholder,
input::placeholder,
textarea::placeholder{
    color:#cbd5e1 !important;
    opacity:1;
}.form-control,
.custom-select{
    background:#132b57 !important;
    color:#ffffff !important;
    border:1px solid #ff6600 !important;
}

.form-control:focus,
.custom-select:focus{
    background:#132b57 !important;
    color:#ffffff !important;
    border-color:#ff6600 !important;
    box-shadow:0 0 10px rgba(255,102,0,.3) !important;
}/* CARD TOTAL */

/* CARD TRANSAKSI */

.financial-card{
    min-height:150px;
    
  
    border-radius:20px;
    padding:20px;
    
    text-align:center;
    color:white;
    
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    
    box-shadow:0 10px 25px rgba(0,0,0,.15);
    
    margin-bottom:20px;
  
    
    }
    
    .total-tagihan{
    background:linear-gradient(135deg,#ff6600,#ff8c00);
    }
    
    .uang-dibayar{
    background:linear-gradient(135deg,#2563eb,#1d4ed8);
    }
    
    .kembalian{
    background:linear-gradient(135deg,#16a34a,#15803d);
    }
    
    .financial-title{
    font-size:14px;
    opacity:.9;
    margin-bottom:10px;
    }
    
    .financial-value{
    font-size:34px;
    font-weight:900;
    letter-spacing:1px;
    }
    
    .total-tagihan .financial-value{
    font-size:42px;
    }
    
    .uang-dibayar,
    .kembalian{
    width:100%;
    }
    
    .card-input{
    width:100%;
    max-width:220px;
    

    padding:12px 15px;
    
    border:none;
    border-radius:15px;
    
    background:rgba(255,255,255,.08);
    
    color:#ffffff;
    
    text-align:center;
    
    font-size:32px;
    font-weight:800;
    
    outline:none;
    
    margin-top:10px;
  
    
    }
    
    .card-input::placeholder{
    color:rgba(255,255,255,.7);
    }
    
    .card-input:focus{
    border:none;
    outline:none;
    box-shadow:none;
    }.btn-save-transaksi{
        display:inline-flex;
        align-items:center;
        justify-content:center;
        gap:8px;
    
        min-width:220px;
        height:50px;
    
        border:none;
        border-radius:12px;
    
        background:linear-gradient(
            135deg,
            #ff6600,
            #ff8c00
        );
    
        color:#fff;
        font-size:15px;
        font-weight:700;
    
        cursor:pointer;
    
        box-shadow:
        0 8px 20px rgba(255,102,0,.25);
    
        transition:.3s;
    }
    
    .btn-save-transaksi:hover{
        transform:translateY(-3px);
    
        box-shadow:
        0 12px 25px rgba(255,102,0,.35);
    }/* FORM PREMIUM TRANSAKSI */

.form-control,
.custom-select,
select{
height:58px !important;


border-radius:14px !important;

font-size:16px !important;
font-weight:500;

padding-left:15px !important;
padding-right:15px !important;

border:2px solid #dfe6ee !important;

transition:.3s;


}

label{
font-size:15px;
font-weight:700;
margin-bottom:8px;


color:#08142d;


}

.form-control:focus,
.custom-select:focus,
select:focus{


border-color:#ff6600 !important;

box-shadow:
0 0 0 4px rgba(255,102,0,.15) !important;


}

.transaction-form-card{
background:#ffffff;


border-radius:20px;

padding:30px;

box-shadow:
0 10px 30px rgba(0,0,0,.08);


}

.col-md-6.mb-3,
.col-md-12.mb-3{
margin-bottom:22px !important;
}
.form-control,
select{
    height:80px !important;
    font-size:20px !important;
} /* LEBAR SIDEBAR */

.main-sidebar{
    width:280px !important;
}

/* KONTEN IKUT GESER */

.content-wrapper,
.main-footer,
.main-header{
    margin-left:280px !important;
}

/* SIDEBAR COLLAPSED */

.sidebar-collapse .main-sidebar{
    margin-left:-280px !important;
}

.sidebar-collapse .content-wrapper,
.sidebar-collapse .main-footer,
.sidebar-collapse .main-header{
    margin-left:0 !important;
}.main-sidebar{
    width:280px !important;

    box-shadow:
    8px 0 25px rgba(0,0,0,.25);
}.transaction-form-card{
    max-width:1200px;
    margin:auto;
}.total-tagihan .financial-value{
    font-size:42px;
}.financial-card{
    min-height:140px;
}/* SIDEBAR 280 */

.main-sidebar{
    width:280px !important;
}

body:not(.sidebar-collapse) .content-wrapper,
body:not(.sidebar-collapse) .main-header,
body:not(.sidebar-collapse) .main-footer{
    margin-left:280px !important;
}.layout-fixed .main-sidebar{
    width:280px !important;
}

.layout-fixed .content-wrapper,
.layout-fixed .main-header,
.layout-fixed .main-footer{
    margin-left:280px !important;
}/* MENU SIDEBAR PREMIUM */

.nav-sidebar .nav-link{
    font-size:20px !important;
    font-weight:800;
    padding:14px 18px !important;
}

.nav-sidebar .nav-icon{
    font-size:20px !important;
    width:25px !important;
}
.login-brand{
    margin-top:20px;
    margin-bottom:25px;
}

.login-brand div:first-child{
    margin-bottom:8px;
}

.login-tagline{
    margin-top:18px;
    margin-bottom:25px;

    font-size:13px;
    color:#cbd5e1;

    text-align:center;
    letter-spacing:.5px;
}.sidebar-footer{
    position:absolute;
    bottom:20px;
    left:0;
    width:100%;

    text-align:center;

    color:#ffffff80;
}

.sidebar-footer i{
    color:#ff6600;
    font-size:20px;
    margin-bottom:8px;
}

.sidebar-footer div{
    color:#fff;
    font-weight:700;
    font-size:13px;
}

.sidebar-footer small{
    display:block;
    margin-top:4px;
    font-size:11px;
}
.login-camera{
    font-size:60px;
    color:#ff6600;

    margin-bottom:15px;

    text-shadow:
    0 0 20px rgba(255,102,0,.4);
}.login-box{
    width:440px !important;
}

.login-camera{
    font-size:42px;
    margin-bottom:8px;
}

.btn-primary{
    margin-top:8px;
}.btn-transaksi{
    min-width:180px;
    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;

    border-radius:12px;
    font-weight:700;
}

.search-transaksi{
    flex:1;
    max-width:700px;
}

.search-transaksi .form-control{
    height:50px;
}

.search-transaksi .btn{
    height:50px;
    min-width:90px;
    font-weight:700;
}.transaksi-toolbar{
    display:flex;
    align-items:center;
    gap:15px;

    margin-bottom:20px;
}.search-transaksi .btn{
    height:50px !important;
    min-width:90px;

    border-radius:0 12px 12px 0 !important;

    background:#ff6600 !important;
    border:none !important;

    font-weight:700;
}
.search-transaksi .input-group{
    display:flex;
    align-items:stretch;
}

.search-transaksi .form-control{
    height:50px !important;
    border-radius:12px 0 0 12px !important;
}

.btn-search{
    height:50px !important;
    padding:0 20px !important;

    display:flex !important;
    align-items:center !important;
    justify-content:center !important;

    background:#ff6600 !important;
    color:#fff !important;

    border:none !important;

    border-radius:0 12px 12px 0 !important;

    font-weight:700;
    white-space:nowrap;
}.btn-booking{
    min-width:180px;
    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;

    border-radius:12px;
    font-weight:700;
}

.search-booking{
    width:720px;
}

.search-booking .form-control{
    height:50px !important;
    border-radius:12px 0 0 12px !important;
}

.btn-search{
    height:50px !important;
    min-width:90px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#ff6600 !important;
    color:#fff !important;

    border:none !important;
    border-radius:0 12px 12px 0 !important;

    font-weight:700;
}.btn-pelanggan{
    min-width:180px;
    height:50px;

    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;

    border-radius:12px;
    font-weight:700;
}

.search-pelanggan{
    width:720px;
}

.search-pelanggan .form-control{
    height:50px !important;
    border-radius:12px 0 0 12px !important;
}

.search-pelanggan .btn-search{
    height:50px !important;
    min-width:90px;

    display:flex;
    align-items:center;
    justify-content:center;

    background:#ff6600 !important;
    color:#fff !important;

    border:none !important;
    border-radius:0 12px 12px 0 !important;

    font-weight:700;
}

.search-pelanggan .btn-search:hover{
    background:#e65c00 !important;
}