/* ============================================
   CHECKOUT PAGE STYLES
   Extracted from: resources/views/user/checkout.blade.php
   ============================================ */

/* Ongkir Form Styles */
#ongkir-form .form-label {
    display: block !important;
    width: 100% !important;
    margin-bottom: 5px !important;
}

#ongkir-form input {
    width: 100% !important;
    margin-bottom: 15px !important;
}

/* Hide select asli setelah select2 aktif */
.select2-hidden-accessible {
    display: none !important;
    visibility: hidden !important;
    position: absolute !important;
}

.select2-container {
    width: 100% !important;
}

/* Hide nice-select for origin and destination */
#origin ~ .nice-select,
#destination ~ .nice-select {
    display: none !important;
}

/* Courier tetap pake nice-select */
#courier + .nice-select {
    display: inline-block !important;
    width: 100%;
}

/* Selected Row Highlighting */
.selected-row {
    background-color: #d4edda;
}

/* Ongkir Result Hidden State */
.ongkir-result-hidden {
    display: none;
}

/* Payment Total Large Display */
.payment-total-large {
    font-size: 1.4em;
}
