﻿/* --- Font Import --- */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap');

/* --- Variable Definitions --- */
:root {
    --primary-font: 'Montserrat', sans-serif;/*Figtree*/
    --secondary-font: arial, sans-serif;
    --title-font: Georgia, Times New Roman;
    --primary-color: #313132;
    --secondary-color: #fbeec5; /* Lighter Yellow */
    --secondary-border-color: #f7be49; /* Darker Yellow */
    --accent-color: #FFD700; /* Gold */
    --white-color: #FFFFFF;
    --black-color: #000000;
    --yellow-zebra: #ffd308; /* Yellow Zebra Yellow */
    --text-color: #000000;
}

/* --- General Body and Typography --- */
body.yellowzebra {
    background-color: var(--background-color) !important;
    font-family: var(--secondary-font) !important;
    color: var(--text-color) !important;
}

    body.yellowzebra div#headerpane h1#headerpane_logo {
        background-image: url('../media/yellowzebra/yellow-zebra-safaris.6981c11d3f64e84080f58842fb8d77ea.png') !important;
        background-size: contain;
        background-repeat: no-repeat;
        height: 70px;
        margin: 2.5rem;
    }

        body.yellowzebra div#headerpane h1#headerpane_logo span {
            color: transparent !important;
        }

    body.yellowzebra div.header-mobile a {
        background-image: url('../media/yellowzebra/yellow-zebra-logo-32-32.png') !important;
        background-size: contain;
        background-repeat: no-repeat;
        width: 35px;
    }

    body.yellowzebra div.header-mobile a span {
        color: transparent !important;
    }
        body.yellowzebra h1, body.yellowzebra h2, body.yellowzebra h3, body.yellowzebra h4, body.yellowzebra h5, body.yellowzebra h6, body.yellowzebra .h1, body.yellowzebra .h2, body.yellowzebra .h3, body.yellowzebra .h4, body.yellowzebra .h5, body.yellowzebra .h6 {
        font-family: var(--title-font) !important;
        color: var(--primary-color) !important;
    }

    body.yellowzebra #page-title {
        color: var(--primary-color) !important;
    }

    body.yellowzebra a, body.yellowzebra a:hover, body.yellowzebra a.text-hover-primary:hover, body.yellowzebra .text-hover-primary:hover, body.yellowzebra .navi .navi-item .navi-link:hover {
        color: var(--yellow-zebra) !important;
    }
/* --- Header and Navigation --- */

body.yellowzebra #guest_header #menupane {
    border-color: var(--yellow-zebra) !important;
    border-top-width: 22px !important;
    border-top-style: solid !important;
    z-index: 5;
}

body.yellowzebra #kt_header {
    background-color: transparent !important;
}

    body.yellowzebra #kt_brand .brand-logo {
        /* Replace with a transparent or white version of the logo for better contrast */
        filter: brightness(0) invert(1);
        background-image: url("../media/yellowzebra/yellow-zebra-safaris.6981c11d3f64e84080f58842fb8d77ea.png") !important;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        color: transparent !important;
    }

body.yellowzebra #kt_aside {
    background: rgba(0, 0, 0, 0.4);
    z-index: 3;
}

body.yellowzebra .menu-nav > .menu-item .menu-link .menu-text {
    color: var(--white-color) !important;
}

body.yellowzebra .menu-nav > .menu-item.menu-item-active > .menu-link,
body.yellowzebra .menu-nav > .menu-item:hover > .menu-link {
    background-color: var(--primary-color) !important;
    width: 100% !important;
}

body.yellowzebra .aside-menu .menu-nav > .menu-item > .menu-link .menu-icon .svg-icon,
body.yellowzebra #icons,
body.yellowzebra #Layer_1 {
    fill: var(--white-color) !important;
}

/* --- Content Area --- */
body.yellowzebra #kt_content {
    background-color: var(--background-color) !important;
}

body.yellowzebra .card, body.yellowzebra card.card-custom {
    background-color: var(--white-color) !important;
    border: 1px solid var(--secondary-color) !important;
}

    body.yellowzebra .card .card-header {
        background-color: transparent !important;
        border-bottom: 1px solid var(--secondary-border-color) !important;
    }

    body.yellowzebra .card .card-title .card-label {
        color: var(--primary-color) !important;
    }

body.yellowzebra .subheader, body.yellowzebra .alert.alert-success {
    background-color: var(--secondary-color) !important;
    border: solid 1px var(--secondary-border-color) !important;
    color: var(--text-color) !important;
}

    body.yellowzebra .subheader .text {
        color: var(--text-color) !important;
    }


/* --- Forms and Inputs --- */
body.yellowzebra .input, body.yellowzebra .select select, body.yellowzebra .textarea, body.yellowzebra input[type="file"]::file-selector-button {
    background-color: var(--white-color) !important;
    border-color: var(--black-color) !important;
    border-radius: 0;
    color: #363636
}

body.yellowzebra .placeholder-white::placeholder, body.yellowzebra .form-control::placeholder {
    color: rgba(0,0,0,0.6)
}

body.yellowzebra .input::-webkit-input-placeholder, body.yellowzebra .select select::-webkit-input-placeholder, body.yellowzebra .textarea::-webkit-input-placeholder {
    color: rgba(0,0,0,0.6)
}

body.yellowzebra .input::-moz-placeholder, body.yellowzebra .select select::-moz-placeholder, body.yellowzebra .textarea::-moz-placeholder {
    color: rgba(0,0,0,0.6)
}

body.yellowzebra .input:-moz-placeholder, body.yellowzebra .select select:-moz-placeholder, body.yellowzebra .textarea:-moz-placeholder {
    color: rgba(0,0,0,0.6)
}

body.yellowzebra .input:-ms-input-placeholder, body.yellowzebra .select select:-ms-input-placeholder, body.yellowzebra .textarea:-ms-input-placeholder {
    color: rgba(0,0,0,0.6)
}

body.yellowzebra .input:hover, body.yellowzebra .is-hovered.input, body.yellowzebra .is-hovered.textarea, body.yellowzebra .select select.is-hovered, body.yellowzebra .select select:hover, body.yellowzebra .textarea:hover, body.yellowzebra input[type="file"]::file-selector-button {
    border-color: var(--black-color) !important;
    box-shadow: 0 0 0 0.2rem rgba(251, 238, 197, 0.25) !important;
}

body.yellowzebra .input:active, body.yellowzebra .input:focus, body.yellowzebra .is-active.input, body.yellowzebra .is-active.textarea, body.yellowzebra .is-focused.input, body.yellowzebra .is-focused.textarea, body.yellowzebra .select select.is-active, body.yellowzebra .select select.is-focused, body.yellowzebra .select select:active, body.yellowzebra .select select:focus, body.yellowzebra .textarea:active, body.yellowzebra .textarea:focus, body.yellowzebra input[type="file"]::file-selector-button {
    border-color: var(--black-color) !important;
    box-shadow: 0 0 0 .125em transparent
}

body.yellowzebra .form-control {
    background-color: var(--white-color) !important;
    border: 1px solid var(--black-color) !important;
    color: var(--text-color) !important;
}

    body.yellowzebra .form-control:focus {
        border-color: var(--black-color) !important;
        box-shadow: 0 0 0 0.2rem rgba(251, 238, 197, 0.25) !important;
    }

body.yellowzebra .input-group-text, body.yellowzebra .input-group.input-group-solid {
    background-color: var(--secondary-color) !important;
    border-color: var(--black-color) !important;
    color: var(--text-color) !important;
}
body.yellowzebra .input-group-prepend {
    background-color: var(--secondary-color) !important;
}
body.yellowzebra .input-group.input-group-solid .input-group-prepend ~ .form-control {
    padding-left: 0.42em !important;
}

body.yellowzebra .input-group-text > i.la {
    color: var(--yellow-zebra) !important;
}

body.yellowzebra label.col-form-label,
body.yellowzebra .text-right {
    color: var(--text-color) !important;
}

body.yellowzebra div.form-group.row:has(label.text-right.col-form-label) div:has(label.checkbox) {
    display: flex !important;
}

body.yellowzebra div.input-group-append button.dropdown-toggle {
    color: var(--text-color) !important;
    background-color: var(--white-color) !important;
    border: 2px solid var(--black-color) !important;
}

body.yellowzebra div.input-group-append div.dropdown-menu {
    background-color: var(--white-color) !important;
    border: solid 1px #000 !important;
    box-shadow: none !important;
    color: var(--text-color) !important;
}

body.yellowzebra div.input-group-append div.dropdown-menu a {
    color: var(--text-color) !important;
}

body.yellowzebra .fv-plugins-message-container .fv-help-block {
    color: var(--yellow-zebra) !important;
}
    /* --- Buttons --- */
body.yellowzebra input [type="file"]::file-selector-button {
    background: none !important; /* No background fill */
    border: none !important; /* Removes all borders */
    box-shadow: none !important; /* Eliminates shadows */
    outline: none !important; /* No focus outline */
    border-radius: 0 !important; /* Square edges, no rounding */
    padding: 0.5em 1.5em; /* Adjust for size */
    font-size: 1em;
    cursor: pointer;
    background-color: var(--yellow-zebra) !important;
    border-color: var(--yellow-zebra) !important;
    color: var(--black-color) !important;
}

    /* Ensure it stays flat on interaction */
    body.yellowzebra input[type="file"]::file-selector-button:hover,
    body.yellowzebra input[type="file"]::file-selector-button:focus,
    body.yellowzebra input[type="file"]::file-selector-button:active {
        background: none !important;
        border: none !important;
        box-shadow: 0 0 0 0.2rem rgba(251, 238, 197, 0.25) !important;
        outline: none !important;
        transform: none !important; /* Prevents any movement */
    }
body.yellowzebra .btn-primary, body.yellowzebra .btn-light-primary, body.yellowzebra .btn.btn-hover-primary, body.yellowzebra .btn-icon, body.yellowzebra .btn.btn-hover-primary:not(:disabled):not(.disabled).active {
    background-color: var(--yellow-zebra) !important;
    border-color: var(--yellow-zebra) !important;
    color: var(--black-color) !important;
}

    body.yellowzebra .btn-primary:hover, body.yellowzebra .btn-light-primary, body.yellowzebra input[type="file"]::file-selector-button:hover {
        background-color: var(--yellow-zebra) !important;
        border-color: var(--black-color) !important;
        color: var(--black-color) !important;
        box-shadow: 0 0 0 0.2rem rgba(251, 238, 197, 0.25) !important;
    }

body.yellowzebra .btn-secondary, body.yellowzebra .btn-outline-secondary, body.yellowzebra .btn-info {
    background-color: var(--secondary-color) !important;
    border-color: var(--secondary-color) !important;
    color: var(--black-color) !important;
}
    body.yellowzebra .btn-secondary:hover, body.yellowzebra .btn-outline-secondary:hover, body.yellowzebra .btn-info:hover {
        border-color: var(--yellow-zebra) !important;
        color: var(--black-color) !important;
        box-shadow: 0 0 0 0.2rem rgba(251, 238, 197, 0.25) !important;
    }
body.yellowzebra .btn.btn-info i {
    color: var(--yellow-zebra) !important;
}
/* --- Checkboxes --- */
body.yellowzebra .checkbox > span {
    background-color: var(--white-color);
    border: 1px solid var(--secondary-color);
}
body.yellowzebra .checkbox > input:checked ~ span {
    background-color: var(--primary-color);
    border-color: var(--black-color);
}
body.yellowzebra .checkbox > input ~ span {
    background-color: var(--white-color);
    border-color: var(--black-color);
}
body.yellowzebra input[type="checkbox"]:disabled ~ span {
    filter: grayscale(100%) brightness(0.5) opacity(0.6);
    cursor: not-allowed;
}
body.yellowzebra input[type="checkbox"]:disabled:checked ~ span {
    filter: grayscale(100%) brightness(0.4) opacity(0.7);
}
/* -- Select ---*/
body.yellowzebra .select2-container--default .select2-selection--single {
    border-color: var(--black-color) !important;
}

body.yellowzebra .select2-container--default.select2-container--focus .select2-selection--single {
    border-color: var(--black-color) !important;
    color: var(--black-color) !important;
}

body.yellowzebra .select2-container--default.select2-container--open .select2-selection--single {
    border-color: var(--black-color) !important;
}

body.yellowzebra .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: var(--black-color) !important;
}
body.yellowzebra .select2-container--default .select2-results__option[aria-selected="true"] {
    color: var(--black-color) !important;
}
body.yellowzebra .select2-container--default .select2-results__option.select2-results__option--highlighted {
    color: var(--black-color) !important;
}
/* --- Footer --- */
body.yellowzebra #guest_footer {
    background-color: var(--yellow-zebra) !important;
}

body.yellowzebra #kt_footer {
    /*background-color: var(--text-color) !important;*/
    background-color: transparent !important;
}

    body.yellowzebra #kt_footer .text-white-50,
    body.yellowzebra #kt_footer .text-muted {
        color: var(--white-color) !important;
    }

    body.yellowzebra #kt_footer.bg-dark-o-100 {
        background-color: transparent !important;
    }

    /* ---SVG---*/
body.yellowzebra .svg-icon.svg-icon-primary svg g [fill] {
    fill: var(--yellow-zebra) !important;
}

body.yellowzebra .text-light, body.yellowzebra .text-danger {
    color: var(--text-color) !important;
}
body.yellowzebra .bg-secondary {
    background-color: var(--background-color) !important;
}

body.yellowzebra #headerpane {
    background-color: transparent !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
    box-shadow: none !important;
}

body.yellowzebra.bg_signin div.d-flex {
    flex-direction: column !important;
}

    body.yellowzebra.bg_signin div.d-flex div.login-form {
        margin-top: auto !important;
    }
    /* ---backgrounds---*/

body.yellowzebra.bg_signin {
    background-image: image-set( url('../media/yellowzebra/Wildlife_LIONS_Cat_of_Moremi.webp') type('image/webp'), url('../media/yellowzebra/yellow-zebra-zebra.jpg') type('image/jpeg') ) !important;
}
body.yellowzebra.bg_signin {
    background-image: -webkit-image-set( url('../media/yellowzebra/Wildlife_LIONS_Cat_of_Moremi.webp') type('image/webp'), url('../media/yellowzebra/yellow-zebra-zebra.jpg') type('image/jpeg') ) !important;
}

@media (min-width: 768px) {
    body.yellowzebra.bg_signin {
        background-image: -webkit-image-set( url('../media/yellowzebra/Wildlife_LIONS_Cat_of_Moremi.webp') type('image/webp'), url('../media/yellowzebra/yellow-zebra-zebra.jpg') type('image/jpeg') ) !important;
    }

    body.yellowzebra.bg_signin {
        background-image: image-set( url('../media/yellowzebra/Wildlife_LIONS_Cat_of_Moremi.webp') type('image/webp'), url('../media/yellowzebra/yellow-zebra-zebra.jpg') type('image/jpeg') ) !important;
    }
}

body.yellowzebra.bg_profile, body.yellowzebra.bg_preferences, body.yellowzebra.bg_medical, body.yellowzebra.bg_interest, body.yellowzebra.bg_travelgroup {
    background-image: url('../media/yellowzebra/yellow-zebra-zebra.jpg') !important;
}

@media (min-width: 768px) {
    body.yellowzebra.bg_profile, body.yellowzebra.bg_preferences, body.yellowzebra.bg_medical, body.yellowzebra.bg_interest, body.yellowzebra.bg_travelgroup {
        background-image: url('../media/yellowzebra/yellow-zebra-zebra.jpg') !important;
    }
}

body.yellowzebra .swal2-popup {
    background-color: var(--secondary-color) !important;
}

body.yellowzebra .swal2-header {
}

body.yellowzebra .swal2-content {
    color: var(--text-color) !important;
}
body.yellowzebra .swal2-actions
btn.swal2-confirm {
    border-color: var(--yellow-zebra) !important;
    color: var(--black-color) !important;
}

body.yellowzebra .datatable.datatable-default > .datatable-table > .datatable-body .datatable-row > .datatable-cell > span {
    color: var(--text-color) !important;
}
body.yellowzebra .datatable.datatable-default > .datatable-pager > .datatable-pager-nav > li > .datatable-pager-link.datatable-pager-link-active {
    background-color: var(--yellow-zebra) !important;
}
body.yellowzebra .datatable.datatable-default.datatable-head-custom > .datatable-table > .datatable-head .datatable-row > .datatable-cell.datatable-cell-sorted > span, .datatable.datatable-default.datatable-head-custom > .datatable-table > .datatable-foot .datatable-row > .datatable-cell.datatable-cell-sorted > span {
    color: var(--yellow-zebra) !important;
}
body.yellowzebra .datatable.datatable-default > .datatable-table > .datatable-head .datatable-row > .datatable-cell > span > i {
    color: var(--yellow-zebra) !important;
}
body.yellowzebra .datatable.datatable-default > .datatable-pager > .datatable-pager-info .datatable-pager-size .btn.dropdown-toggle:hover {
    background-color: var(--yellow-zebra) !important;
}
body.yellowzebra .datatable.datatable-default > .datatable-pager > .datatable-pager-nav > li > .datatable-pager-link.datatable-pager-link-active {
    color: var(--white-color) !important;
}
body.yellowzebra .btn.btn-light:hover:not(.btn-text):not(:disabled):not(.disabled) {
    background-color: var(--yellow-zebra) !important;
    border: solid 1px var(--yellow-zebra) !important;
    box-shadow: 0 0 0 0.2rem rgba(251, 238, 197, 0.25) !important;
}

body.yellowzebra #kt_quick_user_toggle .text-light {
    color: var(--white-color) !important;
}
/*#kt_quick_user_toggle:hover .text-light {
    background-color: var(--secondary-color) !important;
    color: var(--white-color) !important;
}*/

/*Mobile*/
@media (max-width: 991.98px) {
    body.yellowzebra .header-mobile {
        background-color: var(--yellow-zebra) !important;
    }
}

@media (min-width: 992px) {
    body.yellowzebra .header-fixed.subheader-fixed .subheader {
        top: 6px;
    }
    body.yellowzebra .header-fixed .wrapper {
        padding-top: 65px;
    }

    body.yellowzebra .header-fixed.subheader-fixed.subheader-enabled .wrapper {
        padding-top: 50px;
    }
}

/* Drag & Drop Upload Zone */
body.yellowzebra .drop-zone {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2.5rem 1.5rem;
    border: 2px dashed #a8aab8;
    border-radius: 10px;
    background-color: #f8f9fa;
    cursor: pointer;
    transition: border-color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease;
    text-align: center;
    min-height: 180px;
    box-shadow: 0 0 0 0 transparent;
}

    body.yellowzebra .drop-zone:hover {
        border-color: var(--yellow-zebra);
        background-color: rgba(255, 211, 8, 0.06);
        box-shadow: 0 0 0 3px rgba(255, 211, 8, 0.2);
    }

    body.yellowzebra .drop-zone.drop-zone--over {
        border-color: var(--yellow-zebra);
        border-width: 2px;
        border-style: dashed;
        background-color: rgba(255, 211, 8, 0.12);
        box-shadow: 0 0 0 4px rgba(255, 211, 8, 0.35), inset 0 0 20px rgba(255, 211, 8, 0.08);
    }

body.yellowzebra .drop-zone__input {
    display: none;
}

body.yellowzebra .drop-zone__icon {
    color: #b5b5c3;
    margin-bottom: 0.75rem;
    transition: color 0.2s ease, transform 0.2s ease;
}

body.yellowzebra .drop-zone:hover .drop-zone__icon,
body.yellowzebra .drop-zone.drop-zone--over .drop-zone__icon {
    color: var(--yellow-zebra);
    transform: translateY(-3px);
}

body.yellowzebra .drop-zone__prompt {
    font-size: 0.95rem;
    font-weight: 500;
    color: #3f4254;
    margin-bottom: 0.25rem;
}

body.yellowzebra .drop-zone__or {
    font-size: 0.85rem;
    color: #b5b5c3;
    margin-bottom: 0.5rem;
}

body.yellowzebra .drop-zone__file-name {
    margin-top: 0.75rem;
    font-size: 0.85rem;
    color: #3699ff;
    font-weight: 500;
    word-break: break-all;
    margin-bottom: 0;
}