/* ==========================================================================
   CUSTOM.CSS - Per-Company Customization
   ==========================================================================
   This file is loaded AFTER style.css and overrides the default theme.
   Each company gets their own copy of this file.

   PALETTE:  Warm Gray #a19e99  |  Vivid Orange #f26b1d
     - Header                -> WHITE #ffffff  (black text, orange hover)
     - Top nav bar           -> WARM GRAY #a19e99 (black text, dark-orange hover)
     - Footer                -> WHITE #ffffff  (black text, orange hover)
     - Main accents (links, icons, focus)   -> ORANGE
     - CTA buttons (Book Now etc.)          -> ORANGE (dark text)
     - Warm gray -> surfaces: borders, top bar, flatpickr header
     - Prices                               -> DARK ORANGE (readable on white)

   NOTE: Το #a19e99 δεν σηκώνει άσπρο κείμενο, γι' αυτό μπαίνει ως
   surface accent και το #f26b1d είναι το πραγματικό CTA.
   Πάνω στο πορτοκαλί το κείμενο είναι σκούρο (#1a1a1a) - διαβάζεται
   πολύ καλύτερα από άσπρο.
     - Flatpickr: warm gray header, orange selected

   INSTRUCTIONS:
   - Change ONLY the :root variables below to customize colors
   - Add company-specific overrides in Section 2
   - DO NOT edit style.css - it is shared across all installations
   ========================================================================== */


/* ==========================================================================
   1. COLOR VARIABLES
   ========================================================================== */
:root {

    /* === PRESET: Warm Gray #a19e99 / Vivid Orange #f26b1d === */
    --accent-color: #f26b1d;
    --accent-color-dark: #c9500e;
    --accent-color-light: #f79a63;
    --accent-color-mid: #e15f18;

    /* -----------------------------------------------------------------
       CTA COLOR  ->  ORANGE
       ----------------------------------------------------------------- */
    --cta-color: #f26b1d;
    --cta-color-dark: #c9500e;
    --cta-color-light: #f79a63;
    --cta-text: #1a1a1a;

    /* -----------------------------------------------------------------
       HIGHLIGHT COLOR  ->  ORANGE
       ----------------------------------------------------------------- */
    --highlight-color: #f26b1d;
    --highlight-color-dark: #c9500e;
    --highlight-color-light: #a19e99;

    /* -----------------------------------------------------------------
       ACCENT TRANSPARENT VARIANTS  (ORANGE)
       ----------------------------------------------------------------- */
    --accent-glow-strong: rgba(242, 107, 29, 1);
    --accent-glow: rgba(242, 107, 29, 0.7);
    --accent-glow-soft: rgba(242, 107, 29, 0.45);
    --accent-glow-dim: rgba(242, 107, 29, 0.35);
    --accent-glow-faint: rgba(242, 107, 29, 0.08);
    --accent-bg-subtle: rgba(242, 107, 29, 0.06);
    --accent-bg-glass: rgba(242, 107, 29, 0.08);
    --accent-bg-radial: rgba(242, 107, 29, 0.10);
    --accent-border-subtle: rgba(242, 107, 29, 0.22);
    --accent-border-medium: rgba(242, 107, 29, 0.30);
    --accent-text-85: rgba(201, 80, 14, 0.85);
    --accent-text-70: rgba(201, 80, 14, 0.70);

    /* -----------------------------------------------------------------
       CTA TRANSPARENT VARIANTS  (ORANGE)
       ----------------------------------------------------------------- */
    --cta-glow: rgba(242, 107, 29, 0.5);
    --cta-glow-soft: rgba(242, 107, 29, 0.35);
    --cta-bg-subtle: rgba(242, 107, 29, 0.06);
    --cta-border-medium: rgba(242, 107, 29, 0.30);

    /* -----------------------------------------------------------------
       ACTION BUTTONS
       NOTE: --success/--success-dark were GREEN (#10B981/#059669).
       Remapped to the palette so no green appears on hover states.
       ----------------------------------------------------------------- */
    --warning: #f26b1d;
    --error: #f26b1d;
    --success: #f26b1d;
    --success-dark: #c9500e;

    /* -----------------------------------------------------------------
       TOP NAVIGATION BAR  ->  WARM GRAY
       ----------------------------------------------------------------- */
    --topbar-bg: #a19e99;
    --topbar-text: #000000;

    /* -----------------------------------------------------------------
       TEXT COLORS
       ----------------------------------------------------------------- */
    --text-color: #333;
    --text-muted: #6c757d;

    /* -----------------------------------------------------------------
       BACKGROUNDS
       ----------------------------------------------------------------- */
    --light-bg: #f8f9fa;
    --white: #ffffff;
    --dark-bg: #2e2e2d;

    /* -----------------------------------------------------------------
       BORDERS  ->  warm gray
       ----------------------------------------------------------------- */
    --border-color: #a19e99;

    /* -----------------------------------------------------------------
       FLATPICKR DATE PICKER
       ----------------------------------------------------------------- */
    --flatpickr-hover-bg: #d9d7d3;
    --flatpickr-hover-text: #000000;
}


/* ==========================================================================
   QUICK REFERENCE
   ==========================================================================
   ORANGE   #f26b1d  -> CTA buttons, badges bg, focus, card hover, nav underline,
                        footer icons & lines
   ORANGE-D #c9500e  -> Hover states, prices, link hover (readable on white)
   ORANGE-L #fde7d9  -> Selected card tint, spec-item hover bg
   W-GRAY   #a19e99  -> Top nav bar, borders, flatpickr header
   W-GRAY-L #d9d7d3  -> Flatpickr hover, option hover
   WHITE    #ffffff  -> Header & Footer bg
   BLACK    #000000  -> Header & Footer text, text on warm gray
   DARK     #1a1a1a  -> Text on orange buttons
   ========================================================================== */


/* 1. Labels */
.ez-sf-field label {
    font-weight: 600 !important;
    font-size: 0.73rem !important;
}


/* ==========================================================================
   2. TOP NAV BAR (WARM GRAY)  --  BLACK TEXT, DARK-ORANGE HOVER
   ========================================================================== */
.topbar,
.top-bar,
.ez-topbar,
.ez-top-bar {
    background-color: #a19e99 !important;
    color: #000000 !important;
}
.topbar a,
.top-bar a,
.ez-topbar a,
.ez-top-bar a,
.topbar i,
.top-bar i,
.ez-topbar i,
.ez-top-bar i {
    color: #000000 !important;
}
.topbar a:hover,
.top-bar a:hover,
.ez-topbar a:hover,
.ez-top-bar a:hover {
    color: #a3400b !important;
}


/* ==========================================================================
   3. HEADER (WHITE)  &  FOOTER (WHITE)  -- BLACK TEXT, ORANGE HOVER
   ========================================================================== */

/* --- Header --- WHITE background --- */
header.bg-gray-950.text-gray-300.shadow-sm.sticky.top-0.z-50 {
    background-color: #ffffff;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.08);
}

/* --- Nav links --- BLACK on white, hover DARK ORANGE --- */
.ez-nav-link {
    color: #000000 !important;
}
.ez-nav-link:hover {
    color: #c9500e !important;
}

button#nav-toggle {
    color: #000000;
}

/* --- Mobile nav --- WHITE (matches header) --- */
@media (max-width: 1024px) {
    #nav-menu.nav-menu--open {
        background-color: #ffffff;
    }
}


/* --- Footer --- WHITE background, orange top line --- */
footer.bg-gray-950.text-gray-300.py-12.relative.overflow-hidden.font-sans {
    background-color: #ffffff;
    border-top: 3px solid #f26b1d;
}
footer .text-custom-accent {
    color: #f26b1d;
}
footer .border-custom-accent\/30 {
    border-color: #f26b1d;
}

/* --- Footer texts --- BLACK --- */
footer .footer-link-item {
    color: #000000;
}
footer .footer-link-item:hover {
    color: #c9500e;
}
footer .footer-link-item::before {
    background-color: #f26b1d;
}
p.flex.items-center.text-gray-400.hover\:text-custom-accent.transition {
    color: #000000;
}
p.flex.items-center.text-gray-400.hover\:text-custom-accent.transition:hover {
    color: #c9500e;
}
p.text-gray-400.text-base.max-w-sm.leading-relaxed.hover\:text-custom-accent {
    color: #000000;
}
.text-center.md\:text-center.space-y-0\.5.w-full.mt-4 {
    color: #000000;
}
footer .hover\:text-custom-accent {
    color: #000000;
}
footer .hover\:text-custom-accent:hover {
    color: #c9500e;
}
footer .text-gray-400,
footer .text-gray-300,
footer .text-gray-500 {
    color: #000000;
}

/* --- Footer headings --- BLACK, orange line --- */
h5.font-bold.text-white.mb-4.uppercase.tracking-widest.text-sm.border-b.border-custom-accent\/30.pb-2 {
    color: #000000;
    border-color: #f26b1d;
}
h5.font-bold.text-white.mb-5.uppercase.tracking-widest.text-sm.border-b.border-custom-accent\/30.pb-2 {
    color: #000000;
    border-color: #f26b1d;
}
footer .text-white {
    color: #000000;
}


/* ==========================================================================
   4. CTA BUTTONS  ->  ORANGE (dark text)   |   PRICES  ->  DARK ORANGE
   ========================================================================== */
.btn-primary,
.btn-cta,
.ez-btn-primary,
button[type="submit"] {
    background-color: #f26b1d;
    border-color: #f26b1d;
    color: #1a1a1a;
}
.btn-primary:hover,
.btn-cta:hover,
.ez-btn-primary:hover,
button[type="submit"]:hover {
    background-color: #c9500e;
    border-color: #c9500e;
    color: #1a1a1a !important;
}

/* --- Book Now / fleet CTA --- ORANGE bg, DARK text --- */
a[href*="book"].btn,
a[href*="booking"].btn,
.ez-book-btn,
.ez-btn-book-now,
.card .btn-primary,
.model-card .btn-primary,
.ez-fleet-card a,
.fleet .btn,
.fleet a.btn,
.fleet button,
.fleet-card .btn,
.ez-fleet-card .btn,
.model-card .btn,
.book-now,
.btn-book,
.btn-book-now,
.ez-book-now,
.ez-btn-book,
a.book-now {
    background-color: #f26b1d !important;
    border-color: #f26b1d !important;
    color: #1a1a1a !important;
}
.fleet .btn i,
.fleet-card .btn i,
.ez-fleet-card .btn i,
.model-card .btn i,
.book-now i,
.btn-book i,
.btn-book-now i,
.ez-book-now i,
.ez-btn-book i {
    color: #1a1a1a !important;
}
.fleet .btn:hover,
.fleet a.btn:hover,
.fleet button:hover,
.fleet-card .btn:hover,
.ez-fleet-card .btn:hover,
.model-card .btn:hover,
.book-now:hover,
.btn-book:hover,
.btn-book-now:hover,
.ez-book-now:hover,
.ez-btn-book:hover,
a.book-now:hover {
    background-color: #c9500e !important;
    border-color: #c9500e !important;
    color: #1a1a1a !important;
}

/* --- Prices --- DARK ORANGE (readable on white) --- */
.price,
.model-price,
.ez-price {
    color: #c9500e;
}


/* ==========================================================================
   5. FLEET / BOOK NOW BUTTONS  --  DARK TEXT ON HOVER
   ========================================================================== */
.fleet .btn:hover,
.fleet a.btn:hover,
.fleet button:hover,
.fleet-card .btn:hover,
.ez-fleet-card .btn:hover,
.model-card .btn:hover,
.model-card a:hover,
.book-now:hover,
.btn-book:hover,
.btn-book-now:hover,
.ez-book-now:hover,
.ez-btn-book:hover,
a.book-now:hover {
    color: #1a1a1a !important;
}
.fleet .btn:hover i,
.fleet-card .btn:hover i,
.ez-fleet-card .btn:hover i,
.model-card .btn:hover i,
.book-now:hover i,
.btn-book:hover i,
.btn-book-now:hover i,
.ez-book-now:hover i,
.ez-btn-book:hover i {
    color: #1a1a1a !important;
}


/* ==========================================================================
   6. MISC ACCENTS
   ========================================================================== */
.model-spec-item {
    border-color: #a19e99;
    background-color: #f0efed;
}
.model-spec-item:hover {
    border-color: #f26b1d;
    background-color: #fde7d9;
}
.model-includes-title i {
    color: #f26b1d;
}

/* --- Form borders --- WARM GRAY --- */
.form-group input[type="text"], .form-group input[type="date"],
.form-group input[type="time"], .form-group select {
    border: 1px solid #a19e99;
}

/* --- Form focus --- ORANGE --- */
.form-group input[type="text"]:focus, .form-group input[type="date"]:focus,
.form-group input[type="time"]:focus, .form-group select:focus {
    border-color: #f26b1d;
    outline: none;
}

/* --- Form field icons --- */
.mf-field label i {
    color: #f26b1d !important;
}
.model-spec-icon {
    color: #9f9b9b;
}


/* ==========================================================================
   7. NO-GREEN HOVER OVERRIDES
   ========================================================================== */

/* --- Generic link hover --- DARK ORANGE --- */
a:hover {
    color: #c9500e;
}

/* --- Success / green-ish buttons --- ORANGE --- */
.btn-success,
.ez-btn-success,
.btn-secondary {
    background-color: #f26b1d;
    border-color: #f26b1d;
    color: #1a1a1a;
}
.btn-success:hover,
.ez-btn-success:hover,
.btn-secondary:hover {
    background-color: #c9500e;
    border-color: #c9500e;
    color: #1a1a1a;
}

/* --- Outline / ghost buttons --- WARM GRAY bg, DARK text on hover --- */
.btn-outline,
.ez-btn-outline {
    border-color: #a19e99;
    color: #c9500e;
}
.btn-outline:hover,
.ez-btn-outline:hover {
    background-color: #a19e99;
    border-color: #f26b1d;
    color: #000000;
}

/* --- Cards / list items --- ORANGE border on hover --- */
.card:hover,
.model-card:hover,
.ez-card:hover {
    border-color: #f26b1d;
}

/* --- Icons --- DARK ORANGE on hover --- */
a:hover i,
.icon:hover,
.ez-icon:hover {
    color: #c9500e;
}

/* --- Badges / tags --- ORANGE bg, DARK text --- */
.badge-success,
.tag-success {
    background-color: #f26b1d;
    color: #1a1a1a;
}

/* --- Flatpickr selected/hover --- WARM GRAY hover, ORANGE selected --- */
.flatpickr-day:hover {
    background: #d9d7d3;
    border-color: #d9d7d3;
    color: #000000;
}
.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background: #f26b1d;
    border-color: #f26b1d;
    color: #1a1a1a;
}

/* --- Dropdown / select option hover --- WARM GRAY --- */
option:checked,
option:hover,
.select-option:hover {
    background-color: #d9d7d3;
    color: #000000;
}


/* ==========================================================================
   8. BOX-SHADOW  --  NO GREEN
   ========================================================================== */

/* --- Buttons --- SOFT ORANGE glow --- */
.btn:hover,
.btn-secondary:hover,
.btn-success:hover,
.btn-outline:hover,
.ez-btn-success:hover,
.ez-btn-outline:hover {
    box-shadow: 0 4px 14px rgba(242, 107, 29, 0.30);
}

/* --- CTA buttons keep a SOFT ORANGE glow --- */
.btn-cta:hover,
.btn-primary:hover,
.ez-btn-primary:hover,
button[type="submit"]:hover {
    box-shadow: 0 4px 14px rgba(242, 107, 29, 0.35);
}

/* --- Focus rings on inputs --- SOFT ORANGE --- */
.form-group input[type="text"]:focus,
.form-group input[type="date"]:focus,
.form-group input[type="time"]:focus,
.form-group select:focus,
input:focus,
textarea:focus,
select:focus {
    box-shadow: 0 0 0 3px rgba(242, 107, 29, 0.25);
}

/* --- Cards / panels --- NEUTRAL gray shadow --- */
.card,
.model-card,
.ez-card,
.panel {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}
.card:hover,
.model-card:hover,
.ez-card:hover,
.panel:hover {
    box-shadow: 0 6px 18px rgba(242, 107, 29, 0.18);
}

/* --- Selected / active states --- no glow --- */
.selected,
.is-active,
.active {
    box-shadow: 0 0 0 2px rgba(0, 0, 0, 0) !important;
}

/* --- Badges / tags --- no colored glow --- */
.badge,
.badge-success,
.tag,
.tag-success {
    box-shadow: none;
}

/* --- Flatpickr --- */
.flatpickr-day.selected,
.flatpickr-day:hover {
    box-shadow: none;
}
.flatpickr-calendar {
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}


/* ==========================================================================
   9. BOOKING FORM BUTTON  --  TARGETED OVERRIDE  (ORANGE CTA)
   ========================================================================== */

.booking-form button {
    background-color: #f26b1d !important;
    border-color: #f26b1d !important;
    color: #1a1a1a !important;
    box-shadow: 0 2px 8px rgba(242, 107, 29, 0.30) !important;
}

.booking-form button:hover {
    background-color: #c9500e !important;
    border-color: #c9500e !important;
    color: #1a1a1a !important;
    box-shadow: 0 4px 14px rgba(242, 107, 29, 0.40) !important;
}

.booking-form button:focus,
.booking-form button:focus-visible {
    box-shadow: 0 0 0 3px rgba(242, 107, 29, 0.35) !important;
    outline: none !important;
}

.booking-form button:active {
    background-color: #a3400b !important;
    box-shadow: 0 1px 4px rgba(242, 107, 29, 0.30) !important;
}


/* ==========================================================================
   10. INSURANCE / PRICE CARDS  --  NO GREEN
   ========================================================================== */

.ez-ins-card {
    border-color: #a19e99 !important;
}
.ez-ins-card:hover {
    border-color: #f26b1d !important;
    box-shadow: 0 6px 18px rgba(242, 107, 29, 0.18) !important;
}

.ez-ins-card:hover i,
.ez-ins-card:hover .ez-ins-title,
.ez-ins-card:hover a {
    color: #c9500e !important;
}

.ez-price-card--selected {
    background-color: #fde7d9 !important;
    border-color: #f26b1d !important;
}

.border-green-500 {
    border-color: #f26b1d !important;
}

.affiliateNextBtn {
    box-shadow: 0 6px 15px rgba(242, 107, 29, 0.20);
}
.affiliateNextBtn:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0) !important;
}

.ez-accent-link:hover {
    color: #c9500e;
}


/* ==========================================================================
   11. FLEET PAGE (car.fleet.php)  --  BOOK NOW  ->  ORANGE #f26b1d
   ========================================================================== */

.ez-fleet-book-btn {
    background: #f26b1d !important;
    background-color: #f26b1d !important;
    background-image: linear-gradient(135deg, #f26b1d 0%, #c9500e 100%) !important;
    border-color: #f26b1d !important;
}
.ez-fleet-book-btn,
.ez-fleet-book-btn *,
.ez-fleet-book-btn i,
.ez-fleet-book-btn span,
.ez-fleet-book-btn:visited,
.ez-fleet-book-btn:focus,
.ez-fleet-book-btn:active {
    color: #1a1a1a !important;
    -webkit-text-fill-color: #1a1a1a !important;
}
.ez-fleet-book-btn:hover {
    background: #c9500e !important;
    background-color: #c9500e !important;
    background-image: linear-gradient(135deg, #c9500e 0%, #a3400b 100%) !important;
    border-color: #c9500e !important;
}
.ez-fleet-book-btn:hover,
.ez-fleet-book-btn:hover *,
.ez-fleet-book-btn:hover i,
.ez-fleet-book-btn:hover span {
    color: #1a1a1a !important;
    -webkit-text-fill-color: #1a1a1a !important;
}


/* ==========================================================================
   12. POLISH  --  smooth, consistent, uniform
   ========================================================================== */

/* --- One transition curve everywhere --- */
a, button, .btn, .card, .model-card, .ez-card, .ez-ins-card,
.ez-fleet-book-btn, input, select, textarea, .badge, .tag {
    transition: background-color .22s ease, border-color .22s ease,
                color .22s ease, box-shadow .22s ease, transform .22s ease;
}

/* --- CTA lift on hover --- */
.btn-primary:hover,
.btn-cta:hover,
.ez-btn-primary:hover,
.ez-fleet-book-btn:hover,
.booking-form button:hover,
button[type="submit"]:hover {
    transform: translateY(-2px);
}
.btn-primary:active,
.btn-cta:active,
.ez-fleet-book-btn:active,
.booking-form button:active {
    transform: translateY(0);
}

/* --- Animated nav underline (orange, ορατό πάνω στο άσπρο header) --- */
.ez-nav-link {
    position: relative;
}
.ez-nav-link::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0;
    height: 2px;
    background-color: #f26b1d;
    transition: width .25s ease;
}
.ez-nav-link:hover::after {
    width: 100%;
}

/* --- Cards: WARM GRAY border, orange lift --- */
.card,
.model-card,
.ez-card,
.ez-ins-card {
    border: 1px solid #a19e99;
    border-radius: 10px;
}

/* --- Pill badges --- */
.badge,
.tag,
.badge-success,
.tag-success {
    border-radius: 999px;
    padding: .25em .75em;
    font-weight: 600;
}

/* --- Inputs: WARM GRAY border, orange focus glow --- */
.form-group input[type="text"],
.form-group input[type="date"],
.form-group input[type="time"],
.form-group select,
input, textarea, select {
    border: 1px solid #a19e99;
    border-radius: 8px;
}

/* --- Buttons: consistent radius --- */
.btn, button, .ez-fleet-book-btn, .booking-form button {
    border-radius: 8px;
}

/* --- Respect reduced motion --- */
@media (prefers-reduced-motion: reduce) {
    a, button, .btn, .card, .model-card, .ez-card, .ez-ins-card,
    .ez-fleet-book-btn, input, select, textarea, .badge, .tag,
    .ez-nav-link::after {
        transition: none !important;
    }
    .btn-primary:hover,
    .btn-cta:hover,
    .ez-btn-primary:hover,
    .ez-fleet-book-btn:hover,
    .booking-form button:hover,
    button[type="submit"]:hover {
        transform: none !important;
    }
}


/* ==========================================================================
   13. RED / GREEN KILLER  --  catch-all για ό,τι κόκκινο/πράσινο έρχεται από το style.css
   ========================================================================== */

/* --- Tailwind red utilities -> ORANGE --- */
.bg-red-400, .bg-red-500, .bg-red-600, .bg-red-700,
.hover\:bg-red-500:hover, .hover\:bg-red-600:hover, .hover\:bg-red-700:hover {
    background-color: #f26b1d !important;
    color: #1a1a1a !important;
}
.text-red-400, .text-red-500, .text-red-600, .text-red-700,
.hover\:text-red-500:hover, .hover\:text-red-600:hover {
    color: #c9500e !important;
}
.border-red-400, .border-red-500, .border-red-600, .border-red-700 {
    border-color: #f26b1d !important;
}
.from-red-500, .from-red-600 { --tw-gradient-from: #f26b1d !important; }
.to-red-500, .to-red-600, .to-red-700 { --tw-gradient-to: #c9500e !important; }

/* --- Tailwind green utilities -> ORANGE --- */
.bg-green-400, .bg-green-500, .bg-green-600, .bg-green-700,
.hover\:bg-green-500:hover, .hover\:bg-green-600:hover, .hover\:bg-green-700:hover {
    background-color: #f26b1d !important;
    color: #1a1a1a !important;
}
.text-green-400, .text-green-500, .text-green-600, .text-green-700,
.hover\:text-green-500:hover, .hover\:text-green-600:hover {
    color: #c9500e !important;
}
.border-green-400, .border-green-600, .border-green-700 {
    border-color: #f26b1d !important;
}

/* --- Θεματικές κόκκινες μεταβλητές που ίσως ορίζει το style.css --- */
:root {
    --red: #f26b1d;
    --danger: #f26b1d;
    --danger-dark: #c9500e;
    --secondary-color: #a19e99;
    --secondary-color-dark: #8b8883;
    --custom-cta: #f26b1d;
    --brand-red: #f26b1d;
}

/* --- Γενικός κανόνας: ό,τι έχει inline/theme κόκκινο σε CTA γίνεται orange --- */
[class*="btn"][style*="rgb(237"],
[class*="btn"][style*="#ed2426"],
[class*="cta"] {
    background-color: #f26b1d !important;
    border-color: #f26b1d !important;
    color: #1a1a1a !important;
}

/* --- Flatpickr header --- WARM GRAY / BLACK --- */
.flatpickr-months {
    background-color: #f26b1d;
}
.flatpickr-months .flatpickr-month,
.flatpickr-current-month,
.flatpickr-current-month input.cur-year,
.flatpickr-months .flatpickr-prev-month,
.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month svg,
.flatpickr-months .flatpickr-next-month svg {
    color: #000000 !important;
    fill: #000000 !important;
}
.flatpickr-weekdays, span.flatpickr-weekday {
    background-color: #d9d7d300;
    color: #565656;
}
.flatpickr-day:hover {
    background: #d9d7d3;
    border-color: #d9d7d3;
}
.flatpickr-day.selected, .flatpickr-day.selected:hover {
    background: #f26b1d;
    border-color: #f26b1d;
}
.top-nav-bar {
    background-color: #f26b1d;
}