/*
Theme Name: Home From Home - Hello Elementor Child
Template: hello-elementor
Author: Luca Bessi Aristei
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 1.8
*/

:root {
    --hfh-color-background: var(--e-global-color-primary);
    --hfh-color-testo: var(--e-global-color-text);
    --hfh-color-fill-primary: var(--e-global-color-accent);
    --hfh-color-fill-primary-h: var(--e-global-color-b369f31);
    --hfh-color-fill-secondary: var(--e-global-color-secondary);
    --hfh-color-fill-secondary-h: var(--e-global-color-3d16bd6);
    --hfh-color-fill-divider: var(--e-global-color-5557e90);
    --hfh-color-black: var(--e-global-color-169c2ca);
    --hfh-color-white: var(--e-global-color-3cb1643);
}

/* CookieYes */

.cky-btn-revisit-wrapper::after,
.cky-btn-revisit-wrapper::before {
    display: none !important;
}

/* Links */

a:not(.elementor-button) {
    transition: all 0.3s ease;
    text-decoration: underline !important;
    text-decoration-color: transparent !important;
    text-underline-offset: .25rem;
    text-decoration-thickness: 1px !important;
}

a:not(.elementor-button):hover {
    text-decoration-color: inherit !important;
}


/* buttons */

.cky-consent-container button,
.cky-modal button {
    border-width: 1px;
}

button.elementor-button {
    border: none !important;
}

.elementor-button {
    cursor: pointer !important;
    text-decoration: none !important;
}

.cky-btn-revisit:hover {
    background-color: initial !important;
}

.hfh-small-button {
    padding: .5rem 1rem .35rem 1rem !important;
    border-radius: 0.625rem !important;
}

.hfh-pointer {
    cursor: pointer;
}

/* ratio */

.ratio-1-2 {
    aspect-ratio: 1 / 2;
}

.ratio-4-5 {
    aspect-ratio: 4 / 5;
}

.ratio-5-4 {
    aspect-ratio: 5 / 4;
}

.ratio-2-3 {
    aspect-ratio: 2 / 3;
}

.ratio-3-2 {
    aspect-ratio: 3 / 2;
}


/* body */

body {
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
  }
  
  body.loaded {
    opacity: 1;
  }

body {
    min-height: 100vh;
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}

.hfh-header-spacer {
    height: 12rem;
}

/* header */

.hfh-main-header svg {
    height: 24px;
    width: auto;
}

.hfh-main-header {
    display: flex;
    justify-content: center;
    width: 100%;
    height: max-content;
    background-color: var(--e-global-color-primary);
    top: 0;
    left: 0;
    position: fixed;
    margin: 0;
    z-index: 3;
    transition: all 0.3s ease;
    border-bottom: 1px solid transparent;
}

.hfh-main-header.full-header {
    background-color: transparent;
}

.hfh-main-header.scrolled {
    background-color: var(--e-global-color-primary);
    border-bottom: 1px solid var(--e-global-color-5557e90);
}

.hfh-header-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1.5rem 6rem;
    width: min(1920px, 100%);
}

.hfh-logo {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.hfh-logo img {
    display: block;
    width: 14.38rem;
    height: auto;
}

.hfh-header-links {
    display: flex;
    gap: 1.5rem;
    align-items: center;
}

.hfh-left-links {
    list-style: none;
    padding: 0;
}

.hfh-right-links {
    list-style: none;
    padding: 0;
}

.hfh-header-links .hfh-link {
    margin-bottom: -.15rem;
}

.hfh-user-btn {
    height: 1.5rem;
    width: 1.5rem;
    background-image: url('https://homefromhomeintuscany.com/wp-content/uploads/2024/10/account_circle.svg');
    background-size: contain;
    transition: background-image .3s ease;
}

.hfh-user-btn:hover {
    background-image: url('https://homefromhomeintuscany.com/wp-content/uploads/2024/10/account_circle-1.svg');
}

/* mobile header */

.hfh-mobile {
    display: none;
}

.hfh-mobile-header {
    display: none;
    flex-direction: row;
    justify-content: space-between;
}

.hfh-mobile-header-left {
    display: flex;
    flex-direction: row;
    gap: 1rem;
}

.hamburger-menu {
    display: flex;
    background: none;
    border: none;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    gap: 5px;
}

.hamburger-menu span {
    display: block;
    width: 1.5rem;
    height: 2px;
    border-radius: 10px;
    background: var(--e-global-color-accent);
    transition: transform 0.3s ease;
}

.hfh-logo-mobile {
    display: block;
    margin: 0;
    padding: 0;
    width: 12rem !important;
    background-image: url("https://homefromhomeintuscany.com/wp-content/uploads/2024/12/home-from-home-single.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    height: auto;
}

.hfh-user-btn-mobile {
    display: none !important;
    gap: 0.5rem;
    align-items: center;
}

@media (max-width: 900px) {

    h1 {
        font-size: 2.5rem !important;
    }

    h2 {
        font-size: 1.5rem !important;
    }

    h3 {
        font-size: 1.2rem !important;
    }

    .hfh-horizontal-scroller {
        display: flex;
        overflow-x: auto;
        scroll-snap-type: x mandatory;
        scroll-padding-left: 50%;
        /* Start snapping child at 50% */
    }


    .hfh-main-header.full-header {
        background-color: var(--e-global-color-primary);
    }

    .hfh-main-header {
        max-height: 4.1rem;
        overflow: hidden;
        background-color: var(--e-global-color-primary);
        border-bottom: 1px solid var(--e-global-color-5557e90);
    }

    .hfh-main-header.open {
        max-height: 25rem;
        border-radius: 0rem 0rem 1.5rem 1.5rem;
    }

    .hfh-mobile-header .hfh-small-button {
        padding: .3rem 0.5rem .2rem .5rem !important;
    }

    .hfh-mobile {
        display: inherit;
    }

    .hfh-user-btn {
        display: none !important;
    }

    .hfh-mobile-header {
        width: 100vw;
        display: flex;
        padding: 1rem;
        flex-direction: row;
        justify-content: space-between;
        height: 4.1rem;
    }

    .hamburger-menu {
        background: none !important;
        padding: 0 !important;
        border: none;
        margin: 0;
    }

    .hfh-main-header {
        display: initial;
        width: 100%;
        top: 0;
        left: 0;
        position: fixed;
        margin: 0;
        z-index: 3;
        transition: all 0.3s ease;
    }

    .hfh-header-spacer {
        height: 6rem;
    }

    .hfh-header-links {
        flex-flow: column;
        align-items: start;
        gap: 1.5rem;
    }

    .hfh-header-inner {
        height: fit-content;
        display: flex;
        flex-flow: column;
        gap: 1.5rem;
        align-items: start;
        position: relative;
        padding: 1rem 1rem 1.2rem 1rem;
    }

    .hfh-left-links {
        list-style: none;
        padding: 0;
        gap: 1.1rem;
    }

    .hfh-logo {
        display: none;
    }

    .hfh-header-links button {
        display: none;
    }

    .falang-language-switcher li{
        margin: 0 !important;
    }

    .hfh-user-btn-mobile {
        display: flex !important;
        gap: 0.5rem;
        align-items: center;
    }

    .hfh-user-btn-mobile::before {
        content: "";
        display: block;
        height: 1.8rem;
        width: 1.8rem;
        background-image: url('https://homefromhomeintuscany.com/wp-content/uploads/2024/10/account_circle.svg');
        background-size: contain;
        transform: translateY(-0.1rem);
    }

    .sottolinea-mobile {
        text-decoration: underline !important;
        text-underline-offset: .25rem;
        text-decoration-thickness: 1px !important;
    }
}


/* footer */

footer {
    background-color: var(--e-global-color-accent);
    border-radius: 1.5rem 1.5rem 0 0;
    padding: 3rem 6rem;
    margin-top: 3rem;
}

footer a,
footer p {
    color: var(--e-global-color-primary) !important;
}

.hfh-footer-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 3rem;
}

.hfh-footer-container .footer-logo img {
    display: block;
    width: 23.63rem;
    height: auto;
}

.hfh-footer-nav {
    display: flex;
    justify-content: center;
    gap: 6rem;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.hfh-footer-nav li a {
    font-size: 1.25rem !important;
}

.hfh-footer-container .insta-link-container {
    transition: opacity .3s ease;
}

.hfh-footer-container .insta-link-container:hover {
    opacity: .6;
}

.hfh-footer-container .footer-bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 1.2rem;
    opacity: .6;
}

.hfh-footer-container .footer-contacts {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    align-items: center;
}

.hfh-footer-container p,
.hfh-footer-container a {
    font-size: 1.06rem;
    font-weight: 500;
    margin: 0;
    padding: 0;
}

.hfh-footer-container .divider {
    height: 1rem;
    width: 0;
    border-left: 1pt solid var(--e-global-color-primary);
}

.hfh-footer-container .footer-credits {
    display: flex;
    justify-content: center;
    gap: 3rem;
    align-items: center;
}

.hfh-cookies-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    list-style: none;
    padding: 0;
    margin: 0;
}

.hfh-cookies-nav li {
    display: flex;
    align-items: center;
}

.hfh-cookies-nav li:not(:last-child)::after {
    display: block;
    margin: 0 1.2rem;
    content: "";
    height: 1rem;
    width: 0;
    border-left: 1pt solid var(--e-global-color-primary);
}

.hfh-cookies-nav li a {
    margin-bottom: -.15rem;
}

.hfh-cookies-nav li a,
.hfh-footer-container .footer-credits p,
.hfh-footer-container .footer-credits a {
    font-weight: 500;
    font-size: 0.88rem !important;
}


@media (max-width: 900px) {

    .hfh-main-footer {
        margin-top: 1.5rem;
        padding: 2.5rem 1rem;
    }

    .hfh-footer-container {
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        gap: 2.5rem;
    }

    .hfh-footer-nav {
        display: flex;
        justify-content: center;
        flex-flow: column;
        gap: 1rem;
        align-items: start;
        list-style: none;
        padding: 0;
        margin: 0;
    }

    .hfh-footer-container .footer-contacts {
        display: flex;
        justify-content: center;
        gap: 1.2rem;
        align-items: start;

        flex-flow: column;
    }

    .hfh-footer-container .footer-bottom {
        display: flex;
        justify-content: center;
        align-items: start;
        flex-direction: column;
        gap: 1.2rem;
        opacity: .6;
    }

    .hfh-footer-container .footer-logo img {
        height: 3rem;
    }

    .hfh-footer-container p,
    .hfh-footer-container a {
        font-size: 1.06rem;
        font-weight: 500;
        margin: 0;
        padding: 0;
    }

    .hfh-footer-container .divider {
        display: none;
    }

    .hfh-footer-container .footer-credits {
        display: flex;
        justify-content: center;
        flex-flow: column;
        gap: 3rem;
        align-items: start;
    }
}

/* home preview gallery */

.hfh-preview-grid {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 1rem;
}

.hfh-preview-grid .image-1,
.hfh-preview-grid .image-2,
.hfh-preview-grid .image-3 {
    grid-column: span 1 / span 3;
    align-self: end;
    aspect-ratio: inherit;
}

.hfh-preview-grid .image-1,
.hfh-preview-grid .image-2,
.hfh-preview-grid .image-3 {
    grid-column: span 1 / span 3;
    align-self: end;
    aspect-ratio: inherit;
}

.hfh-preview-grid .image-4,
.hfh-preview-grid .image-5,
.hfh-preview-grid .image-6 {
    grid-column: span 1 / span 3;
    align-self: start;
    aspect-ratio: inherit;
}

.hfh-preview-grid .image-1 {
    grid-column: span 1;
    aspect-ratio: 2 / 3;
}

.hfh-preview-grid .image-2 {
    grid-column: span 2;
    aspect-ratio: 5 / 4;
}

.hfh-preview-grid .image-3 {
    grid-column: span 3;
    aspect-ratio: 3 / 2;
}

.hfh-preview-grid .image-4 {
    grid-column: span 3;
    aspect-ratio: 3 / 2;
}

.hfh-preview-grid .image-5 {
    grid-column: span 2;
    aspect-ratio: 5 / 4;
}

.hfh-preview-grid .image-6 {
    grid-column: span 1;
    aspect-ratio: 2 / 3;
}

.hfh-preview-grid img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

@media (max-width: 900px) {
    .hfh-preview-grid {
        grid-template-columns: repeat(3, 1fr);
        /* 3 columns for mobile */
    }

    .hfh-preview-grid .image-1 {
        grid-column: span 1;
        /* 1/3rd */
        aspect-ratio: 2 / 3;
    }

    .hfh-preview-grid .image-2 {
        grid-column: span 2;
        /* 2/3rd */
        aspect-ratio: 5 / 4;
    }

    .hfh-preview-grid .image-3,
    .hfh-preview-grid .image-4 {
        grid-column: span 3;
        /* Full width (3/3) */
        aspect-ratio: 3 / 2;
    }

    .hfh-preview-grid .image-5 {
        grid-column: span 2;
        /* 2/3rd */
        aspect-ratio: 5 / 4;
    }

    .hfh-preview-grid .image-6 {
        grid-column: span 1;
        /* 1/3rd */
        aspect-ratio: 2 / 3;
    }
}

/* apartment highlight gallery */

.hfh-highlight-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

.hfh-highlight-grid .image-1 {
    grid-column: span 2;
    aspect-ratio: 3 / 2;
}

.hfh-highlight-grid .image-2,
.hfh-highlight-grid .image-3 {
    grid-column: span 1;
}

.hfh-highlight-grid .image-2 {
    aspect-ratio: 4 / 5;
}

.hfh-highlight-grid .image-3 {
    aspect-ratio: 2 / 3;
}

.hfh-highlight-grid img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

/* double column */

.hfh-main-relative {
    position: relative !important;
}

.hfh-main-relative .hfh-sticky {
    height: fit-content !important;
    position: sticky !important;
    top: 7rem;
}

@media (max-width: 1020px) {
    .hfh-main-relative .hfh-sticky {
        top: 6rem;
    }
}


/* Lightbox Container */
.gallery-lightbox {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    z-index: 9999999999;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 12rem 18rem;
    box-sizing: border-box;
}

/* Header: Slide Counter & Close Button */
.gallery-header {
    position: absolute;
    top: 8rem;
    width: 100%;
    padding: 0 6rem;
    display: flex;
    justify-content: center;
    color: white;
    font-size: 16px;
    z-index: 10;
}

.close-lightbox {
    background: transparent;
    position: absolute;
    right: 6rem;
    border: none;
    cursor: pointer;
    display: flex;
    gap: 0.5rem;
    align-items: center;
}

.close-lightbox svg {
    height: 0.7rem;
}

.close-lightbox p {
    color: white;
    font-size: 16px;
    margin: 0;
}

/* Gallery Slider */
.gallery-slider {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    overflow: hidden;
}

/* Slide Container */
.gallery-slide-container {
    position: relative;
    width: 100%;
    height: 100%;
}

/* Individual Slide */
.gallery-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1;
}

.gallery-slide.active {
    opacity: 1;
    z-index: 2;
}

.gallery-slide img {
    object-fit: contain;
    max-width: 100%;
    max-height: 100%;
    border-radius: 1.5rem;
}

/* Navigation Controls */
.gallery-control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
}

svg.gallery-control {
    height: 2rem !important;
}

.gallery-control.prev {
    left: 6rem;
    transform: rotate(180deg);
}

.gallery-control.next {
    right: 6rem;
}

/* Gallery Description */
.gallery-description {
    position: absolute;
    justify-content: center;
    display: flex;
    padding: 0 18rem;
    text-align: center;
    width: 100%;
    top: calc(100% - 10rem);
    color: white;
    font-size: 16px;
}


@media (max-width: 900px) {
     
    .gallery-lightbox {
    padding: 4rem 1rem;
}

.close-lightbox {
    top: -6rem;
    right: inherit;
}


.gallery-control {
    top: inherit;
    transform: none;
    bottom: 3rem;
}

.gallery-control.prev {
    left: calc(50% - 4rem);
}

.gallery-control.next {
    right: calc(50% - 4rem);
}

.gallery-description {
    padding: 0 1rem;
} 
    
}


.elementor-element.hfh-popup {
    backdrop-filter: blur(8px);
}

.hfh-open-popup,
.hfh-close-popup,
.close-lightbox {
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: underline;
    text-decoration-color: transparent;
    text-underline-offset: .25rem;
    text-decoration-thickness: 1px !important;
}

.hfh-close-popup {
    max-width: fit-content;
}

.hfh-open-popup:hover,
.hfh-close-popup:hover,
.close-lightbox:hover {
    text-decoration-color: initial;
}

.elementor-element.hfh-popup {
    display: none;
    cursor: pointer !important;
}

.hfh-popup-box .hfh-scrollable {
    flex-flow: column;
    height: fit-content;
    overflow-y: auto;
    max-height: 50vh;
}

.hfh-scrollable {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.hfh-scrollable::-webkit-scrollbar {
    display: none;
}

.hfh-null {
    pointer-events: none;
}


.hfh-account-container ul,
.hfh-account-container ol {
    list-style: none;
}


.mphb_room_type>*:not(.elementor) {
    display: none !important;
}

.hfh-preview-grid .image-1 {
    grid-column: span 1;
    aspect-ratio: 2 / 3;
}

.hfh-preview-grid .image-2 {
    grid-column: span 2;
    aspect-ratio: 5 / 4;
}

.hfh-preview-grid .image-3 {
    grid-column: span 3;
    aspect-ratio: 3 / 2;
}

.hfh-preview-grid .image-4 {
    grid-column: span 3;
    aspect-ratio: 3 / 2;
}

.hfh-preview-grid .image-5 {
    grid-column: span 2;
    aspect-ratio: 5 / 4;
}

.hfh-preview-grid .image-6 {
    grid-column: span 1;
    aspect-ratio: 2 / 3;
}

/* contact form */

.hfh-contact-form label,
.hfh-contact-form input[type="text"],
.hfh-contact-form input[type="email"],
.hfh-contact-form textarea {
    font-size: 1.06rem !important;
    color: var(--e-global-color-accent);
    border-color: var(--e-global-color-accent);
}

.hfh-contact-form label,
.hfh-contact-form input[type="text"],
.hfh-contact-form input[type="email"] {
    font-weight: 500;
}

.hfh-contact-form input[type="text"],
.hfh-contact-form input[type="email"],
.hfh-contact-form textarea {
    background-color: transparent;
    border-radius: 0.75rem;
    padding: 0.5rem;
    margin-bottom: 1rem; /* Space between fields */
    width: 100%;
    outline-color: var(--e-global-color-accent);
}

.hfh-contact-form textarea {
    min-height: 150px;
    resize: none;
}

.hfh-contact-form input[type="submit"] {
    float: right; /* Align button to the right */
    padding: 0.5rem 1rem;
    border: none;
    background-color: var(--e-global-color-accent);
    color: white;
    cursor: pointer;
    border-radius: 0.75rem;
}

.hfh-contact-form div {
    clear: both;
}


/* booking form */

.hfh-booking-form-wrapper {
    background-color: var(--e-global-color-secondary);
    padding: 24px;
    border-radius: 1.5rem;
}

.mphb-check-out-date-wrapper,
.mphb-check-in-date-wrapper {
    margin: 0 !important;
}

.hfh-booking-form label {
    color: var(--e-global-color-accent) !important;
    font-size: 1.06rem !important;
    font-weight: 500;
}

.hfh-booking-form .mphb-reserve-btn {
    margin-top: 1rem;
    width: 100%;
    border: none;
}

.hfh-booking-form input:not(.mphb-reserve-btn),
.hfh-booking-form select {
    background-color: transparent !important;
    border-radius: 0.75rem !important;
    padding: 0.5rem !important;
    margin-bottom: 1rem !important; /* Space between fields */
    width: 100%;
    outline-color: var(--e-global-color-accent) !important;
    color: var(--e-global-color-accent) !important;
    border-color: var(--e-global-color-accent) !important;
}

.hfh-booking-form .mphb-required-fields-tip {
    display: none;
}

.hfh-booking-form abbr[title] {
    text-decoration: none;
}

.datepick-popup {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 9999999999 !important;
    backdrop-filter: blur(8px) !important;
}

.datepick {
    position: fixed !important;
    left: 50% !important;
    top: 50% !important;
    transform: translateX(-50%) translateY(-50%);
    width: min(calc(100% - 2rem), 400px) !important;
    border: none;
    border-radius: 1.5rem;
    box-shadow: 0 0 15px 4px rgba(65, 52, 39, 0.1);
}

.datepick-nav {
    background-color: var(--e-global-color-primary);
    padding: 0.7rem 0.5rem 0.5rem 0.5rem;
    border-radius: 1.5rem 1.5rem 0 0;
}

.datepick-nav a {
    color: var(--e-global-color-text);
}

.datepick-nav .datepick-cmd:hover {
    background: none !important;
}

.datepick-month {
    border: none;
    width: 100%;
}

.datepick-month.last {
    display: none;
}

.datepick-month-header {
    background-color: var(--e-global-color-accent);
    display: flex;
    justify-content: center;
    gap: 1.5rem;
    padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}

.datepick-month.first>table thead,
.datepick-month.first>table tr,
.datepick-month.first>table th {
    border: none;
    background: none;
}

.datepick-month.first>table thead {
    background: var(--e-global-color-accent);
}

.datepick-month tbody td {
    border: none;
}

.mphb-datepick-popup .datepick-month td .mphb-unselectable-date:not(.datepick-today) {
    opacity: 0.5;
    background-color: #fafafa;
    color: #999;
}

.datepick-today {
    background-color: var(--e-global-color-secondary) !important;
    color: var(--e-global-color-accent) !important;
}

.datepick-month table tbody>tr>td {
    background: none;
}

.datepick-other-month {
    cursor: default;
    background: none;
}

.datepick-highlight {
    color: #fff;
    background-color: var(--e-global-color-accent) !important;
}

.datepick-month table tbody>tr>td a {
    display: block;
    width: 100%;
    padding: 0.2em 0em;
    background-color: #eee;
}

.datepick-month table tbody>tr>td span {
    padding: 0.2em 0em;
}

.datepick table {
    box-sizing: content-box;
    border: none;
    margin: 0;
}

.datepick-month-header select, .datepick-month-header input {
    background: none;
    color: #fff;
    font-weight: 500;
}

.datepick-ctrl {
    background-color: var(--e-global-color-primary);
    padding: 0.5rem;
    border-radius: 0 0 1.5rem 1.5rem;
}

.datepick-ctrl .datepick-cmd:hover {
    background: none !important;
}