/* ==================================================
   Login Page
================================================== */
.login-page {
    margin: 0;
    background: #ffffff;
    font-family: Arial, sans-serif;
}

.login-card {
    width: 560px;
    margin: 90px auto;
    border: 1px solid #dbe3ec;
    border-radius: 8px;
    background: #ffffff;
    overflow: hidden;
}

.login-logo {
    text-align: center;
    padding: 35px 0 20px;
}

.login-logo img {
    width: 100%;
    max-width: 240px;
    max-height: 140px;
    object-fit: contain;
    filter: drop-shadow(0 4px 8px rgba(0, 0, 0, 0.12));
    transition: transform 0.3s ease;
}

.login-logo img:hover {
    transform: scale(1.04);
}

.login-title {
    background: #3C8DBC;
    color: #fff;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 20px 0;
    font-size: 1.32rem;
}

.login-form {
    padding: 35px 10px 45px;
}

.login-form label {
    display: block;
    margin-bottom: 8px;
    font-size: 15px;
}

.login-form input {
    width: 100%;
    height: 38px;
    margin-bottom: 10px;
    padding: 8px;
    border: 1px solid #aeb7c2;
    background: #eaf1fb;
    font-size: 18px;
    box-sizing: border-box;
}

.login-form button {
    width: 100%;
    margin-top: 22px;
    padding: 11px;
    border: none;
    border-radius: 4px;
    background: #55ae0d;
    color: white;
    font-size: 18px;
    cursor: pointer;
}

.login-form button:hover {
    background: #469409;
}

/* ==================================================
   Home Dashboard
================================================== */
.home-hero {
    background: #f8fafc;
    padding: 40px;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    margin-top: 20px;
}

.home-hero h2 {
    margin-top: 0;
    color: #0f172a;
}

.home-actions {
    display: flex;
    gap: 16px;
    margin-top: 24px;
    flex-wrap: wrap;
}

.home-actions .btn {
    display: inline-block;
    padding: 14px 22px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.2s ease;
}

.btn-primary {
    background: #2563eb;
    color: #fff;
}

.btn-primary:hover {
    background: #1d4ed8;
}

.btn-secondary {
    background: #ffffff;
    color: #334155;
    border: 1px solid #cbd5e1;
}

.btn-secondary:hover {
    background: #f8fafc;
}

/* Buttons & Utilities */
.btn, .btn-excel, .btn-print {
    height: 38px;
    padding: 8px 16px;
    font-size: 14px;
    box-sizing: border-box;
}

.btn-excel {
    background: #059669;
    color: white;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-weight: 500;
    transition: 0.2s;
}

.btn-excel:hover {
    background: #047857;
}

.btn-print {
    background-color: #0284c7;
    color: #ffffff;
    border: 1px solid #0284c7;
    font-weight: 500;
    border-radius: 4px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    transition: background-color 0.2s ease, border-color 0.2s ease;
    margin-left: 5px;
}

.btn-print:hover {
    background-color: #0369a1;
    border-color: #0369a1;
}

/* Media Print */
@media print {
    .filter-bar, .btn, .btn-excel, .btn-print, a {
        display: none !important;
    }
}

/* Layout & Elements */
.content-wrapper {
    margin-top: 15px !important;
}

.form-section-header {
    background: #368bbd;
    margin: 0;
}

.pd-5 { padding: 5px !important; }
.pdl-5 { padding-left: 5px; }
.mt-10 { margin-top: 10px !important; }
.w-130 { width: 130px !important; }
.w-100 { width: 100px !important; }
.fs-12 { font-size: 12px; }
.font-weight-600 { font-weight: 600; }
.text-capitalize { text-transform: capitalize; }
.text-red { color: red; font-weight: 500; }
.text-black { color: #000 !important; }

.form-group { margin-bottom: 5px !important; }
.form-actions { padding: 10px 0 !important; }

.form-control {
    padding: 8px !important;
    border: 1px solid #aaa !important;
}

.form-section {
    margin-bottom: 8px !important;
    font-size: 15px !important;
    color: #000 !important;
    line-height: 20px !important;
    font-weight: 500 !important;
}

form label {
    color: #000 !important;
    text-transform: capitalize;
}

.list_no_bullets { padding-left: 0; }
.list_no_bullets li {
    list-style: none;
    font-size: 16px;
    font-weight: 500;
}

.card {
    box-shadow: 0 0px 0px 0 rgb(62 57 107 / 7%), 0 0px 0px 0 rgb(62 57 107 / 6%) !important;
    border: 1px solid #E4E7ED;
}

.card-header, .card-body { padding: 10px !important; }

/* Menus & Navigation */
.main-menu.menu-light .navigation > li.open > a { color: #31b3ff !important; font-weight: 400 !important; }
.main-menu.menu-light .navigation > li > a { color: #313949 !important; font-weight: 400 !important; }
.main-menu.menu-light .navigation > li ul li > a { color: #ffffff !important; font-weight: 500 !important; font-size: 15px; }

ul.container-gateway-menu-li { list-style: none; padding-left: 0; }
.container-gateway-menu-li li { line-height: unset !important; }
ul.container-gateway-menu-li a { color: #000; }

a.menu1, a.menu2 { font-size: 15px; padding-left: 5px; color: #000; }
li.menu1.active, li.menu1:hover, li.menu2.active { background: #FEC530; }

/* Sidebar & Navbar Overrides */
.navbar-container.content { margin-left: 0 !important; }
.header-navbar .navbar-container { padding: 0 !important; }
body.vertical-layout.vertical-menu.menu-collapsed .footer { margin-left: 0 !important; }
html body .content .content-wrapper { padding-top: 0 !important; }

.header-navbar { height: 49px !important; min-height: 31px !important; padding: 0 !important; }
.navbar-semi-light { background: #313949 !important; }

.avatar img { width: 20px !important; max-width: 20px !important; height: 20px !important; }
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .avatar { margin-right: 0 !important; }
.header-navbar .navbar-container ul.nav li a.dropdown-user-link .user-name { margin-bottom: 2px !important; }

/* Gateway/Vouchers */
.container-gateway-menu { height: 550px; }
.container-gateway-menu-vouchers { min-height: 600px; }
.container-gateway-menu-vouchers ul { padding-left: 0 !important; }
.container-gateway-menu-vouchers li {
    list-style: none;
    background: #fff;
    padding: 3px;
    line-height: 20px;
    margin-bottom: 5px;
    box-shadow: 0 0px 0px rgb(0 0 0 / 12%), 0 1px 0px rgb(0 0 0 / 24%);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.voucher-title { background: #2A67B1; color: #fff; width: 100px; text-align: center; padding: 0 40px; }
.voucher-subtitle { width: 100px; padding-left: 10px; color: #000; }
.voucher-input { background: transparent; border: none; height: 25px; width: 400px; font-weight: 800; }
.vo-remarks { height: 80px !important; width: 600px !important; }
.vo-screen-mt { margin-top: 30px !important; }

.container-gateway-menu-popup { background-color: #E2F1FC; border: 1px solid #AED8F9; width: 350px; margin: 0 auto; padding: 20px; }
.container-gateway { width: 450px; margin: 0 auto !important; }

.contentMenu {
    background-color: rgba(0,0,0,0.5);
    display: none;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1096;
    overflow: hidden;
    outline: 0;
}

.close-btn {
    position: absolute;
    right: 450px;
    top: 0;
    color: #fff;
    padding: 4px;
    font-size: 25px;
    font-weight: 600;
}

/* Custom Buttons/Colors */
.set_clr1 { border-color: #2a83c3 !important; background-color: #2a83c3 !important; color: #FFFFFF; }
.set_clr1:hover { border-color: #2a83c3 !important; background-color: #2a83c3 !important; color: #FFF !important; }
.set_clr2 { border-color: #edb310 !important; background-color: #edb310 !important; color: #FFFFFF; }
.set_clr2:hover { border-color: #edb310 !important; background-color: #edb310 !important; color: #FFF !important; }

.btn_item_add {
    border: none;
    margin: 0 0 5px 20px;
    padding: 10px 13px 7px 13px;
    background-color: #2ebb39;
    font-family: inherit;
    color: white;
    font-weight: 600;
    border-radius: 5px;
}
.btn_item_add:hover { background-color: #25a12f; color: #ffffff; }
.hover_sidebar:hover { background: #5092cb !important; }