:root {
    /* Change this value after measuring with a ruler */
    --screen-scale: 1.0769;
    --screen-scale-1px: calc(1px * var(--screen-scale));
    --screen-scale-2px: calc(2px * var(--screen-scale));
    --screen-scale-16px: calc(16px * var(--screen-scale));
    --screen-scale-20px: calc(20px * var(--screen-scale));
    --screen-scale-40px: calc(40px * var(--screen-scale));
    --screen-scale-10px: calc(10px * var(--screen-scale));
    /*LANDING BLOG*/
    --landing-blog-section-bg-color: #f8fafc;
    /*FOOTER*/
    --footer-bg-color: #0f172a;
    --footer-text-color: #cbd5e1;
    --footer-a-color: #ffffff;
    --footer-a-hover-color: #38bdf8;
    /*NOTICE-DETAILS*/
    --notice-details-section-btn-bg-color: #EFECE7;
    --notice-details-section-btn-hover-color: #EFECE7;
    --notice-details-section-btn-text-color: #1E1919;
    --notice-details-bg-color: #F7F5F2;
    --notice-details-title-color: #1E1919;
    --notice-details-description-color: #1E1919;
    --notice-details-documents-a-color: #3A7AFE;
    /*BLOGS*/
    --blogs-h5-color: #1E1919;
    --blog-section-bg-color: #F7F5F2;
    --blog-section-p-color: #1E1919;
    /*BLOG-DETAILS*/
    --blog-details-section-color: #333;
    --blog-details-section-text-color: #1E1919;
    --blog-details-section-blog-meta-color: #777;
    --blog-details-section-blog-meta-i-color: #3A7AFE;
    --blog-details-section-h2-color: #1E1919;
    --blog-details-section-p-color: #1E1919;
    --blog-details-section-btn-bg-color: #EFECE7;
    --blog-details-section-btn-hover-color: #EFECE7;
    --blog-details-section-btn-text-color: #1E1919;
    /*USER-PROFILE*/
    --profile-card-bg-color: #ffffff;
    --profile-card-text-color: #1E1919;
    --profile-card-mobile-row-bg-span-color: #F3F4F6;
    --profile-card-mobile-row-text-span-color: #1E1919;
    --profile-card-btn-bg-color: #3A7AFE;
    --profile-card-btn-text-color: #fff;
    /*PAGINATION*/
    --pagination-wrapper-bg-color: #F7F5F2;
    --pagination-wrapper-text-color: #1E1919;
    --pagination-wrapper-select-focus-border-color: #A0A0AA;
    --pagination-wrapper-pagination-page-item-page-link-bg-color: #F7F5F2;
    --pagination-wrapper-pagination-page-item-page-link-text-color: #1E1919;
    --pagination-wrapper-pagination-page-item-page-link-hover-bg-color: #A0A0AA;
    --pagination-wrapper-pagination-page-item-page-link-hover-text-color: white;
    --pagination-wrapper-pagination-page-item-active-page-link-bg-color: #A0A0AA;
    --pagination-wrapper-pagination-page-item-active-page-link-border-color: #A0A0AA;
    --pagination-wrapper-pagination-page-item-active-page-link-text-color: white;
    /*LANDING NOTICE SECTION*/
    --landing-notice-section-bar-bg-color: #0A192F;
    --landing-notice-section-bar-text-color: #FFFFFF;
    --landing-notice-section-notice-more-text-color: #FFD166;
    --landing-notice-section-notice-more-hover-text-color: #FFC233;
    /*LANDING BLOG SECTION*/
    --landing-blog-section-blog-card-bg-color: #F7F5F2;


    --dark-warm-gray: #EEE9E2; /* Dark warm gray / off-white */
    --light-beige: #EFECE7; /* Light beige / soft grayish cream */
    --cool-navy-blue: #6679FF; /* Cool Navy Blue */
    --cool-navy-blue-hover: #5261CC;
    --bright-orange: #FF7A01; /* Bright Orange */
    --bright-orange-hover: #E56C00;
    --danger-red: #dc2626; /* primary red */
    --danger-red-hover: #b91c1c; /* hover red */
    --light-gray: #faf7f7; /* Light Gray */
    --light-gray-hover: #C0C0C0;
    --soft-fuchsia: #F560EF; /* Soft Fuchsia */
    --soft-fuchsia-hover: #D94FD1; /* ~15% darker */
    --primary-lavender-purple: #AA55E8;
    --primary-lavender-purple-hover: #8F47C1; /* ~15% darker */
    --warm-peach: #FFA24D;
    --warm-peach-hover: #E0883F; /* ~15% darker */
    --golden-yellow: #FFD919;
    --golden-yellow-hover: #E5BF15; /* ~15% darker */
    --deep-navy-blue: #273377;
    --deep-navy-blue-hover: #1E285E; /* ~15% darker */
    --fresh-green: #43D269; /* Fresh Green */
    --fresh-green-hover: #39BD5C;
    --light-green: #B4DC19; /* Light green */
    --light-green-hover: #9CC213; /* Slightly darker hover */
    --navy-blue: #1A1A80; /* Deep navy blue */
    --navy-blue-hover: #13135E; /* Darker navy blue */
    --green: #619620; /* Olive green / dark green */
    --green-hover: #3F6116; /* Deep balanced green */
    --lavender-purple: #c292f3;
    --lavender-purple-hover: #d2b3f5;
    --soft-lavender-mist: #E4DFFE;
    --soft-lavender-mist-hover: #79729D;
    --pale-lilac-frost: #E2CFFE;
    --pale-lilac-frost-hover: #E7CAFF;
    --ice-gray: #ECEFF5;
    --ice-gray-hover: #B8CBE7;
    --dark-neutral: #313133; /* Primary button background (dark neutral) */
    --dark-neutral-hover: #1F1F21; /* Darker shade for hover state */
    --soft-pink: #EBC3D8; /* Secondary button background (soft pink) */
    --soft-pink-hover: #D49AB0; /* Darker shade (~15%) for hover state */
    --primary-color: #3A7AFE; /* Bright soft blue */
    --secondary-color: #1C1C1E; /* Almost black / very dark gray */
    --accent-color: #A0A0AA; /* Muted gray / cool medium gray */
    --surface-color: #F4F3F1; /* Soft neutral / light gray-beige */
    --pure-blue-color: #0000FF; /* Pure vivid blue */
    --success-color: #4BB543; /* Medium green / soft success green */
    --dark-success-color: #218838; /* Dark green */
    --primary-success-color: #01A92E;
    --primary-success-hover-color: #017a28;
    --warning-color: #FFB020; /* Amber / warm yellow-orange */
    --danger-color: #E55353; /* Soft red / muted red */
    --info-color: #3BC9DB; /* Calm cyan / bright light blue */
    --light-soft-gray: #E2E0DC; /* Light soft gray */
    --gold: gold; /* Gold */
    --gold-hover: goldenrod; /* Goldenrod */
    --hover-color: #316FE0; /* Medium blue / slightly darker primary */
    --very-soft-cream: #ECEBE9; /* Light gray / very soft cream */
    --very-light-gray: #EAE8E4; /* Very light gray */
    --very-light-cream: #F9F8F6; /* Very light cream / off-white */
    --pure-white: #E0F7FA; /* Soft Aqua */
    --soft-light-gray-blue: #F0F4F8; /* Soft light gray-blue, neutral and airy */
    --cool-gray-hover: #E5E7EB; /* Cool Gray (Hover) */
    --pinkish-gray: #F1EBEB; /* Pinkish-gray */
    --bg-soft-blue: #f4f6fb;

}

html, body {
    /*height: 100%;*/
    overflow-x: hidden;
    overflow-y: auto;
}

body {
    font-family: 'Segoe UI', sans-serif;
    background-color: #F4F7FB;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1 0 auto;
    min-width: 0;
}

.main-content {
    margin-left: 250px; /* same as sidebar width */
    overflow-x: hidden;
    margin-top: 80px;
}

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
    --bs-gutter-x: 10px;
}

@media (max-width: 768px) {
    .sidebar {
        position: fixed;
        z-index: 9999;
    }

    .main-content {
        margin-left: 0;
    }
}

.booking-form-wrapper {
    padding: 0 15px;
}

.booking-form {
    background: white;
    border-radius: 12px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    padding: 30px;
    max-width: 600px;
    margin: 0 auto;
}

.edit-icon {
    font-size: 1rem;
    color: gray;
    cursor: pointer;
    transition: color 0.3s ease;
}

.edit-icon:hover {
    color: #007bff;
}


.delete-icon {
    font-size: 1rem;
    color: #d41414;
    cursor: pointer;
    transition: color 0.3s ease;
}

.delete-icon:hover {
    color: red;
}

.eye-icon {
    font-size: 1rem;
    cursor: pointer;
    color: #0056b3;
    transition: color 0.3s ease-in-out, transform 0.2s ease-in-out;
}

.eye-icon:hover {
    color: #007bff;
    transform: scale(1.1);
}


@media (max-width: 576px) {
    .hero h1 {
        font-size: 1.8rem;
    }

    .booking-form {
        padding: 20px;
    }
}

.label-tag {
    display: inline-block;
    padding: 2px 8px;
    border-radius: 6px;
    background: #e3f2fd;
    color: #333;
    font-weight: 600;
    font-size: 16px;
}




/* =====================================================================================================================
   GLOBAL SELECT2 THEME (APP WIDE STYLING)
 ======================================================================================================================*/
/*.select2-container {*/
/*    z-index: 999999 !important;*/
/*}*/

/*.select2-dropdown {*/
/*    z-index: 999999 !important;*/
/*}*/

.select2-container {
    z-index: 1040 !important;
}

.select2-dropdown {
    z-index: 1040 !important;
}

/* =========================
   SELECT2 SINGLE
========================= */
.select2-container--default .select2-selection--single {
    background: #f8fafc !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    height: 42px !important;
    display: flex !important;
    align-items: center !important;
    padding: 0 12px !important;
}

.select2-selection--single .select2-selection__rendered {
    line-height: 42px !important;
    padding-left: 0 !important;
}

.select2-selection__arrow {
    height: 42px !important;
    right: 10px !important;
}

.select2-container--focus .select2-selection--single {
    border-color: #01A92E !important;
    box-shadow: 0 0 0 3px rgba(1, 169, 46, 0.15) !important;
}

/* =========================
   SELECT2 MULTIPLE
========================= */
.select2-container--default .select2-selection--multiple {
    background: #f8fafc !important;
    border: 1px solid #e5e7eb !important;
    border-radius: 10px !important;
    min-height: 42px !important;
    height: auto !important;
    padding: 4px 6px !important;
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
}

.select2-container--default
.select2-selection--multiple
.select2-selection__rendered {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #01A92E !important;
    box-shadow: 0 0 0 3px rgba(1, 169, 46, 0.15) !important;
}

/* =========================
   TAG STYLE
========================= */
.select2-selection__choice {
    background: #1A1A80 !important;
    color: #fff !important;
    border: none !important;
    border-radius: 6px !important;
    font-size: 12px;
    padding: 6px 8px !important;
    display: inline-flex !important;
    align-items: center !important;
    margin: 2px 3px !important;
    position: relative;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    font-weight: bold;
    height: 26px !important;
    margin-right: 10px;
    margin-top: 5px;
    position: absolute;
    right: 0;
    padding: 1px;
}

/* =========================
   REMOVE ICON
========================= */
.select2-selection__choice__remove {
    color: #fff !important;
    background: transparent !important;
    border: none !important;
    font-size: 14px !important;
    font-weight: bold;
    margin-right: 6px !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 14px !important;
    height: 14px !important;
    line-height: 1 !important;
    opacity: 0.8;
    cursor: pointer;
    position: relative !important;
    top: 0 !important;
}

.select2-selection__choice__remove:hover {
    opacity: 1;
    color: #ffdddd !important;
}

/* =========================
   INPUT CURSOR FIX
========================= */
.select2-search--inline .select2-search__field {
    margin: 0 !important;
    padding: 0 !important;
    height: 22px !important;
    line-height: 22px !important;
    vertical-align: middle !important;
}

.select2-search--inline {
    display: flex !important;
    align-items: center !important;
}

/* =========================
   DROPDOWN
========================= */
.select2-container--open .select2-dropdown {
    border-radius: 10px !important;
    border: 1px solid #e5e7eb !important;
    overflow: hidden;
}


/* ====================================================================================================================
   GLOBAL APP MODAL
==================================================================================================================== */

.app-modal .modal-content {
    border-radius: 18px;
    overflow: hidden;
    border: none;
    background: #ffffff;
    box-shadow: 0 20px 50px rgba(15, 23, 42, 0.12);
}

/* HEADER */
.app-modal .modal-header {
    background: linear-gradient(135deg, #f8fbff, #f1f5ff);
    color: #0A192F;
    padding: 16px 22px;
    border-bottom: none;
}

.app-modal .modal-title {
    font-weight: 700;
    color: #0A192F;
}

/* BODY */
.app-modal .modal-body {
    padding: 22px;
}

/* INPUTS */
.app-modal .form-control,
.app-modal .form-select {
    background: #f8fafc;
    border-radius: 10px;
    border: 1px solid #e5e7eb;
    padding: 10px 12px;
    font-size: 14px;
}

.app-modal .form-control:focus,
.app-modal .form-select:focus {
    border-color: #01A92E;
    box-shadow: 0 0 0 3px rgba(1, 169, 46, 0.15);
    background: #fff;
}

/* LABEL */
.app-modal label {
    font-weight: 600;
    font-size: 13px;
    color: #0A192F;
    margin-bottom: 6px;
}

/* FOOTER */
.app-modal .modal-footer {
    border-top: none;
    background: #fff;
    padding-bottom: 20px;
}


/* ===============================================================================================================================
   GLOBAL APP CARD (SINGLE CLASS SYSTEM)
=============================================================================================================================== */

.app-card {
    border: none;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    overflow: hidden;
    transition: all 0.25s ease;
    margin-bottom: 20px;
}

/* Hover effect */
.app-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 14px 34px rgba(15, 23, 42, 0.08);
}

/* =========================================
   DEFAULT STRUCTURE INSIDE CARD
========================================= */

/* Header */
.app-card .card-header {
    background: linear-gradient(135deg, #f8fafc, #eef4ff);
    padding: 14px 18px;
    font-weight: 700;
    color: #0A192F;
    border-bottom: none;
    text-align: center;
}

/* Body */
.app-card .card-body {
    padding: 16px;
    background: #fff;
}

/* Footer */
.app-card .card-footer {
    padding: 12px 16px;
    background: #fff;
    border-top: 1px solid #edf2f7;
}

/* =========================================
   BUTTONS INSIDE CARD
========================================= */

.app-card .app-btn-primary {
    border: none;
    border-radius: 10px;
    background: linear-gradient(135deg, #1A1A80, #283593);
    color: #fff;
    font-weight: 600;
    padding: 8px 14px;
    transition: all 0.2s ease;
    box-shadow: 0 6px 14px rgba(26, 26, 128, 0.18);
}

.app-card .app-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(26, 26, 128, 0.25);
}

.app-card .app-btn-outline-primary {
    border: 1px solid #dbeafe;
    background: #fff;
    color: #1A1A80;
    border-radius: 10px;
    font-weight: 600;
    padding: 8px 14px;
    transition: all 0.2s ease;
}

.app-card .app-btn-outline-primary:hover {
    background: #eef4ff;
    border-color: #c7dcff;
    color: #0A192F;
}

.app-card .app-btn-danger {
    background: #ef4444;
    color: #fff;
    border: none;
    border-radius: 10px;
    font-weight: 600;
    padding: 8px 14px;
    transition: all 0.2s ease;
}

.app-card .app-btn-danger:hover {
    background: #dc2626;
}

/* ================================
   APP BUTTON GROUP (CONNECTED UI)
================================ */

.app-btn-group {
    display: inline-flex;
    align-items: center;
}

/* ================================
   BASE BUTTON
================================ */

.app-btn-group .app-btn {
    border: 1px solid #d0d7de;
    background: #fff;
    color: #1A1A80;
    padding: 6px 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    margin: 0;
    border-radius: 0; /* no radius by default */
    position: relative;
}

/* remove double border */
.app-btn-group .app-btn + .app-btn {
    margin-left: -1px;
}

/* ================================
   FIRST + LAST ROUNDING ONLY
================================ */

.app-btn-group .app-btn:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.app-btn-group .app-btn:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

/* ================================
   ACTIVE BUTTON
================================ */

.app-btn-group .app-btn-primary {
    background: linear-gradient(135deg, #1A1A80, #283593);
    color: #fff;
    border-color: #1A1A80;
    z-index: 3;
    box-shadow: 0 6px 14px rgba(26, 26, 128, 0.18);
}

/* ================================
   OUTLINE BUTTON
================================ */

.app-btn-group .app-btn-outline-primary {
    background: #fff;
    color: #1A1A80;
}

/* ================================
   HOVER (OUTLINE → PRIMARY FEEL)
================================ */

.app-btn-group .app-btn-outline-primary:hover {
    background: linear-gradient(135deg, #1A1A80, #283593);
    color: #fff;
    border-color: #1A1A80;
    transform: translateY(-1px);
    box-shadow: 0 6px 14px rgba(26, 26, 128, 0.18);
    z-index: 2;
}

/* ================================
   ACTIVE HOVER KEEP CLEAN
================================ */

.app-btn-group .app-btn-primary:hover {
    color: #fff;
}

/* ================================
   GENERAL HOVER (SAFE)
================================ */

.app-btn-group .app-btn:hover {
    transition: all 0.2s ease;
}

/* ================================
   CLICK EFFECT
================================ */

.app-btn-group .app-btn:active {
    transform: scale(0.97);
}

/* ================================
   FOCUS CLEAN
================================ */

.app-btn-group .app-btn:focus {
    outline: none;
    box-shadow: none;
}

/* =========================================
   MOBILE
========================================= */
@media (max-width: 576px) {
    .app-btn-group {
        display: flex;
        flex-wrap: wrap;
        align-items: stretch;
    }

    .app-btn-group .app-btn {
        flex: 0 0 50%; /* ✅ 2 per row */
    }

    /* override only margin-left logic for mobile */
    .app-btn-group .app-btn + .app-btn {
        margin-left: -1px;
    }
}

/* =========================================
   FORM ELEMENTS INSIDE CARD
========================================= */

.app-card input:not([type="checkbox"]):not([type="radio"]),
.app-card select,
.app-card textarea {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    transition: 0.2s ease;
    color: #0A192F;
}

/* Focus */
.app-card input:not([type="checkbox"]):not([type="radio"]):focus,
.app-card select:focus,
.app-card textarea:focus {
    outline: none;
    border-color: #01A92E;
    box-shadow: 0 0 0 3px rgba(1, 169, 46, 0.15);
    background: #fff;
}

/* =========================================
   CHECKBOX / RADIO FIX
========================================= */

.app-card input[type="checkbox"],
.app-card input[type="radio"] {
    width: 16px;
    height: 16px;
    accent-color: #01A92E;
    cursor: pointer;
}

/* Bootstrap app-btn-check support */
.app-card .app-btn-check + label {
    border-radius: 10px;
    transition: all 0.2s ease;
}

/* checked state */
.app-card .app-btn-check:checked + label {
    background: #01A92E !important;
    color: #fff !important;
    border-color: #01A92E !important;
}

/* hover effect */
.app-card .app-btn-check + label:hover {
    transform: translateY(-1px);
}

/* Labels */
.app-card label {
    font-weight: 600;
    font-size: 13px;
    color: #0A192F;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 768px) {
    .app-card .card-body {
        padding: 14px;
    }
}


/* ============================================================================================================================
   APP FORM UI SYSTEM
============================================================================================================================ */

.app-form .form-control,
.app-form .form-select,
.app-form textarea {
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    transition: all 0.2s ease;
    color: #0A192F;
}

/* Focus */
.app-form .form-control:focus,
.app-form .form-select:focus,
.app-form textarea:focus {
    border-color: #01A92E;
    box-shadow: 0 0 0 3px rgba(1, 169, 46, 0.15);
    background: #fff;
}

/* Label */
.app-form label {
    font-weight: 600;
    font-size: 13px;
    color: #0A192F;
    margin-bottom: 6px;
}

/* Placeholder */
.app-form .form-control::placeholder,
.app-form textarea::placeholder {
    color: #94a3b8;
}

/* Disabled */
.app-form .form-control:disabled,
.app-form .form-select:disabled,
.app-form textarea:disabled {
    background: #f1f5f9;
    cursor: not-allowed;
    opacity: 0.8;
}

/* Textarea */
.app-form textarea {
    min-height: 100px;
    resize: vertical;
}

/* =========================
   INPUT / SELECT / TEXTAREA
========================= */

.app-input,
.app-select,
.app-textarea {
    width: 100%;
    background: #f8fafc;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    padding: 10px 12px;
    font-size: 14px;
    transition: all 0.2s ease;
    color: #0A192F;
}

/* Focus */
.app-input:focus,
.app-select:focus,
.app-textarea:focus {
    outline: none;
    border-color: #01A92E;
    box-shadow: 0 0 0 3px rgba(1, 169, 46, 0.15);
    background: #fff;
}

/* =========================
   LABEL
========================= */

.app-label,
label {
    font-weight: 600;
    font-size: 13px;
    color: #0A192F;
    margin-bottom: 6px;
}

/* =========================
   PLACEHOLDER
========================= */

.app-input::placeholder,
.app-textarea::placeholder {
    color: #94a3b8;
}

/* =========================
   DISABLED
========================= */

.app-input:disabled,
.app-select:disabled,
.app-textarea:disabled {
    background: #f1f5f9;
    cursor: not-allowed;
    opacity: 0.8;
}

/* =========================
   TEXTAREA
========================= */

.app-textarea {
    min-height: 100px;
    resize: vertical;
}

/* =========================
   CHECKBOX (APP FORM SAFE EXTENSION)
   CLEAN + ALIGN FIXED + NO HACKS
========================= */

.app-form .form-check {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
    padding-left: 0 !important;
}

/* Checkbox input */
.app-form .form-check-input {
    width: 16px;
    height: 16px;
    margin: 0 !important;
    flex-shrink: 0;
    cursor: pointer;

    border: 2px solid #01A92E;
    border-radius: 4px;
    background: #fff;

    transition: all 0.2s ease;

    /* IMPORTANT for perfect centering */
    display: grid;
    place-content: center;
    position: relative;
}

/* Hover */
.app-form .form-check-input:hover {
    transform: scale(1.05);
}

/* Checked */
.app-form .form-check-input:checked {
    background: #01A92E;
    border-color: #01A92E;
}

/* Tick mark */
.app-form .form-check-input:checked::after {
    content: "✔";
    font-size: 11px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
}

/* Focus */
.app-form .form-check-input:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(1, 169, 46, 0.15);
    border-color: #01A92E;
}

/* Label */
.app-form .form-check-label {
    font-size: 14px;
    font-weight: 500;
    color: #0A192F;
    cursor: pointer;
    user-select: none;
    margin: 0;
    line-height: 1.2;
}


/* =============================================================================================================================
   BASE BUTTON (ONE CLASS RULE)
============================================================================================================================= */

.app-btn {
    border-radius: 10px;
    font-size: 13px;
    font-weight: 600;
    padding: 8px 14px;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

/* =========================
   PRIMARY
========================= */

.app-btn-primary {
    background: linear-gradient(135deg, #1A1A80, #283593);
    color: #fff;
    box-shadow: 0 6px 14px rgba(26, 26, 128, 0.18);
}

.app-btn-primary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(26, 26, 128, 0.25);
}

/* =========================
   SECONDARY
========================= */

.app-btn-secondary {
    background: #f1f5f9;
    color: #0A192F;
    box-shadow: 0 6px 14px rgba(15, 23, 42, 0.10);
}

.app-btn-secondary:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(15, 23, 42, 0.16);
}

/* =========================
   DANGER
========================= */

.app-btn-danger {
    background: #ef4444;
    color: #fff;
    box-shadow: 0 6px 14px rgba(239, 68, 68, 0.18);
}

.app-btn-danger:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(239, 68, 68, 0.25);
}

/* =========================
   SUCCESS
========================= */

.app-btn-success {
    background: #01A92E;
    color: #fff;
    box-shadow: 0 6px 14px rgba(1, 169, 46, 0.18);
}

.app-btn-success:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(1, 169, 46, 0.25);
}

/* =========================
   WARNING
========================= */

.app-btn-warning {
    background: #f59e0b;
    color: #fff;
    box-shadow: 0 6px 14px rgba(245, 158, 11, 0.18);
}

.app-btn-warning:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(245, 158, 11, 0.25);
}

/* =========================
   INFO
========================= */

.app-btn-info {
    background: #0ea5e9;
    color: #fff;
    box-shadow: 0 6px 14px rgba(14, 165, 233, 0.18);
}

.app-btn-info:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 20px rgba(14, 165, 233, 0.25);
}

/* =========================
   OUTLINE BASE
========================= */

.app-btn-outline-primary,
.app-btn-outline-secondary,
.app-btn-outline-danger,
.app-btn-outline-success,
.app-btn-outline-warning,
.app-btn-outline-info {
    background: transparent;
    border: 1px solid;
}

/* =========================
   OUTLINE PRIMARY
========================= */

.app-btn-outline-primary {
    color: #1A1A80;
    border-color: #1A1A80;
}

.app-btn-outline-primary:hover {
    background: linear-gradient(135deg, #1A1A80, #283593);
    color: #fff;
}

/* =========================
   OUTLINE SECONDARY
========================= */

.app-btn-outline-secondary {
    color: #0A192F;
    border-color: #cbd5e1;
}

.app-btn-outline-secondary:hover {
    background: #f1f5f9;
}

/* =========================
   OUTLINE DANGER
========================= */

.app-btn-outline-danger {
    color: #ef4444;
    border-color: #ef4444;
}

.app-btn-outline-danger:hover {
    background: #ef4444;
    color: #fff;
}

/* =========================
   OUTLINE SUCCESS
========================= */

.app-btn-outline-success {
    color: #01A92E;
    border-color: #01A92E;
}

.app-btn-outline-success:hover {
    background: #01A92E;
    color: #fff;
}

/* =========================
   OUTLINE WARNING
========================= */

.app-btn-outline-warning {
    color: #f59e0b;
    border-color: #f59e0b;
}

.app-btn-outline-warning:hover {
    background: #f59e0b;
    color: #fff;
}

/* =========================
   OUTLINE INFO
========================= */

.app-btn-outline-info {
    color: #0ea5e9;
    border-color: #0ea5e9;
}

.app-btn-outline-info:hover {
    background: #0ea5e9;
    color: #fff;
}
/* =========================================
   CUSTOM RADIO BUTTON
========================================= */

.app-btn-radio {
    appearance: none;
    -webkit-appearance: none;

    width: 18px;
    height: 18px;

    border: 2px solid #adb5bd;
    border-radius: 50%;

    background: #fff;
    cursor: pointer;

    position: relative;
    vertical-align: middle;

    transition: all 0.2s ease;
}

.app-btn-radio:checked {
    border-color: #01A92E;
}

.app-btn-radio:checked::after {
    content: "";
    position: absolute;

    width: 8px;
    height: 8px;

    background: #01A92E;
    border-radius: 50%;

    top: 50%;
    left: 50%;

    transform: translate(-50%, -50%);
}

.app-btn-radio:hover {
    border-color: #01A92E;
}

.app-btn-radio:focus {
    outline: none;
    box-shadow: 0 0 0 3px rgba(1, 169, 46, 0.15);
}

.app-btn-radio-label {
    cursor: pointer;
}


/* ==========================================================================================================================================
   APP TABLE BASE
========================================================================================================================================== */
.app-table {
    width: 100%;
    border-collapse: separate !important;
    border-spacing: 0;
    background: #fff;
    border-radius: 14px;
    overflow: hidden;
    border: 1px solid rgba(10, 25, 47, 0.08);
    box-shadow: 0 4px 10px rgba(15, 23, 42, 0.04),
    0 12px 28px rgba(15, 23, 42, 0.06);
}

.app-table thead th {
    background: linear-gradient(135deg, #f8fbff, #f1f5ff);
    color: #0A192F;
    font-weight: 700;
    text-align: left;
    padding: 12px;
    border-bottom: 1px solid rgba(10, 25, 47, 0.08);
}

.app-table tbody td {
    padding: 10px 12px;
    color: #0A192F;
    vertical-align: middle;
    text-align: left;
    border-top: 1px solid rgba(148, 163, 184, 0.12);
    border-right: 1px solid rgba(148, 163, 184, 0.08);
}

/* remove last column border */
.app-table tbody td:last-child,
.app-table thead th:last-child {
    border-right: none;
}

.app-table tbody tr:nth-child(even) {
    background: #fafafa;
}

.app-table tbody tr {
    transition: all 0.2s ease;
}

.app-table tbody tr:hover {
    background: #f1f5ff;
}