/* Vedo‘s Hair Couture customer brand layer; EFTHEA remains the software attribution. */
:root,
[data-bs-theme="light"] {
    --bs-primary: #000;
    --bs-primary-rgb: 0, 0, 0;
    --bs-link-color: #111;
    --bs-link-color-rgb: 17, 17, 17;
    --bs-link-hover-color: #555;
    --bs-link-hover-color-rgb: 85, 85, 85;
    --bs-focus-ring-color: rgba(0, 0, 0, .2);
    --ea-primary-hover: #262626;
    --ea-primary-active: #444;
    --ea-primary-dark: #000;
    --ea-primary-darker: rgba(255, 255, 255, .58);
    --ea-primary-subtle: #fff;
    --bs-border-radius: .625rem;
    --bs-border-radius-sm: .4rem;
    --bs-border-radius-lg: .875rem;
}

body {
    background: #f5f5f5;
    color: #111;
}

a { text-underline-offset: .16em; }

.text-primary { color: #000 !important; }
.bg-primary { background-color: #000 !important; }

.btn-primary,
.btn-dark {
    --bs-btn-bg: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-bg: #262626;
    --bs-btn-hover-border-color: #262626;
    --bs-btn-active-bg: #444;
    --bs-btn-active-border-color: #444;
}

.btn-primary {
    background: #000 !important;
    background-image: none !important;
    background-color: #000 !important;
    border-color: #000 !important;
    color: #fff !important;
}

.btn-outline-primary {
    --bs-btn-color: #000;
    --bs-btn-border-color: #000;
    --bs-btn-hover-bg: #000;
    --bs-btn-hover-border-color: #000;
}

.form-control:focus,
.form-select:focus {
    border-color: #777;
    box-shadow: 0 0 0 .2rem rgba(0, 0, 0, .12);
}

.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected:hover,
.flatpickr-day.selected:focus {
    background: #000;
    border-color: #000;
}

#book-appointment-wizard {
    border: 1px solid #e7e7e7;
    box-shadow: 0 20px 60px rgba(0, 0, 0, .08) !important;
}

#book-appointment-wizard #header,
#header.navbar {
    background: #000 !important;
}

#book-appointment-wizard #company-logo {
    width: 84px;
    max-width: 84px;
    object-fit: contain;
}

#wizard-frame-1 .frame-content > .col {
    flex: 0 1 42rem;
    width: 100%;
    max-width: 42rem;
    margin-inline: auto;
}

#wizard-frame-1 .form-select {
    min-height: 48px;
}

#frame-footer,
#footer {
    background: #fff;
}

#frame-footer .footer-powered-by img,
#footer img {
    height: 18px;
    width: auto;
    object-fit: contain;
}

.efthea-attribution-logo {
    height: 16px;
    width: auto;
    max-width: 100px;
    object-fit: contain;
    vertical-align: middle;
}

.efthea-mark-link {
    color: #111 !important;
    text-decoration: none !important;
}

.efthea-mark-link:hover,
.efthea-mark-link:focus {
    color: #555 !important;
    text-decoration: none !important;
}

.efthea-footer-logo {
    display: inline-block;
    height: 16px;
    width: auto;
    max-width: 102px;
    object-fit: contain;
    vertical-align: middle;
}

.footer-license-link,
.footer-meta-link {
    display: inline-flex;
    align-items: center;
    gap: .35rem;
    padding: .22rem .5rem;
    border-radius: .4rem;
    color: #555 !important;
    line-height: 1.25;
    text-decoration: none !important;
    white-space: nowrap;
    transition: color .15s ease, background-color .15s ease;
}

.footer-license-link:hover,
.footer-license-link:focus,
.footer-meta-link:hover,
.footer-meta-link:focus {
    background: #eee;
    color: #000 !important;
    text-decoration: none !important;
}

#header.navbar .nav-link.active,
#header.navbar .nav-item.active > .nav-link,
#header.navbar .nav-link:hover,
#header.navbar .nav-link:focus {
    background: rgba(255, 255, 255, .13);
}

.backend-page .card,
body > .d-flex > .card {
    border-color: #e4e4e4;
    box-shadow: 0 16px 48px rgba(0, 0, 0, .07) !important;
}

.account-brand-logo {
    display: block;
    width: 108px;
    height: 64px;
    object-fit: contain;
    margin: 0 auto .75rem;
}

.account-brand-name {
    letter-spacing: .02em;
}

.cc-window .cc-btn,
.cc-window .cc-btn:hover {
    background: #000;
    border-color: #000;
    color: #fff;
}

#book-appointment-wizard #company-name .display-selected-service,
#book-appointment-wizard #company-name .display-selected-provider,
#book-appointment-wizard #company-name .display-booking-selection {
    color: rgba(255, 255, 255, .62) !important;
    border-color: rgba(255, 255, 255, .35) !important;
}

@media (max-width: 767.98px) {
    body { background: #fff; }

    #book-appointment-wizard {
        border: 0;
        box-shadow: none !important;
    }

    #book-appointment-wizard #company-logo {
        width: 96px;
    }
}
