.lightpick {
    border-radius: 15px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    color: #000;
    font-family: 'Marcellus English' !important;
    line-height: 1.125em;width: 100%;
}

.lightpick__inner{width: 1000px;margin: 0 auto;padding: 40px 0;}

.lightpick--inlined {
    position: relative;
    display: inline-block;
}

.lightpick,
.lightpick *,
.lightpick::after,
.lightpick::before {
    box-sizing: border-box;
}

.lightpick.is-hidden {
    display: none;
}

.lightpick__months {
    display: flex;
    background-color: #fff;
    grid-template-columns: auto;
    grid-gap: 1px;justify-content: space-between;z-index: 100;position: relative;
}

.lightpick--2-columns .lightpick__months {
    grid-template-columns: auto auto;
}

.lightpick--3-columns .lightpick__months {
    grid-template-columns: auto auto auto;
}

.lightpick--4-columns .lightpick__months {
    grid-template-columns: auto auto auto auto;
}

.lightpick--5-columns .lightpick__months {
    grid-template-columns: auto auto auto auto auto;
}

.lightpick__month {
    padding: 4px;
    width: 500px;
    background-color: #FFF;
}
.lightpick__month:first-child{padding-right: 30px;}
.lightpick__month:last-child{padding-left: 30px;}

.lightpick__month-title-bar {
    display: flex;
    margin-bottom: 4px;
    justify-content: center;
    align-items: center;
}

.lightpick__month-title {
    margin-top: 4px;
    margin-bottom: 4px;
    margin-left: 4px;
    margin-right: 4px;
    font-size: 30px;
    font-weight: normal;
    line-height: 24px;
    cursor: default;
    padding: 0 4px 25px;
    border-radius: 4px;
}

.lightpick__month-title > .lightpick__select {
    border: none;
    background-color: transparent;
    outline: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    appearance: none;
}
.lightpick__month-title > .lightpick__select:disabled {
    color: #000;font-family: 'Marcellus English' !important;font-size: 24px;background-image: none !important;
}

.lightpick__month-title > .lightpick__select-months {
    font-weight: normal;
    font-size: 1em;
    margin-right: .5em;
}

.lightpick__toolbar {
    display: flex;
    text-align: center;
    justify-content: space-between;position: absolute;width: 100%;left: 0;top: 50%;transform: translateY(-50%)
}

.lightpick__previous-action,
.lightpick__next-action,
.lightpick__close-action {
    display: flex;
    width: 45px;
    height: 70px;margin:0 40px;
    outline: none;
    border: none;
    justify-content: space-between;
    align-items: center;background: #fff;
}



.lightpick__previous-action,
.lightpick__next-action {
    font-size: 60px;font-weight: 100;
}

.lightpick__close-action {
    font-size: 18px;
}

.lightpick__previous-action:active,
.lightpick__next-action:active,
.lightpick__close-action:active {
    color: inherit;
}

.lightpick__days-of-the-week {
    display: grid;
    grid-template-columns: repeat(7, 1fr);padding-bottom: 10px;
}

/*.lightpick__days div:*/

.lightpick__day-of-the-week {
    display: flex;
    font-size: 17px;
    font-weight: normal;
    justify-content: center;
    align-items: center;
}

.lightpick__day-of-the-week.Sunday{color: #e20000;}
/* .lightpick__day-of-the-week.Saturday{color: #0000ff;} */

.lightpick__days {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
}

.lightpick__day {
    display: flex;
    height: 66.5px;
    background-position: center center;
    background-size: contain;
    background-repeat: no-repeat;
    font-size: 17px;
    justify-content: center;
    align-items: center;
    cursor: default;
}

.lightpick__day.is-today {
    background: #f1f1f1;border-radius: 100%;
}

/* .lightpick__day.is-sunday{color: #e20000;}
.lightpick__day.is-holiday{color: #e20000;}
.lightpick__day.is-saturday{color: #0000ff;} */

.lightpick__day:not(.is-disabled):hover {
    background-size: contain;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23E0E0E0' cx='16' cy='16' r='16'/%3E%3C/svg%3E");color: #000;
}

.lightpick__day.is-disabled {
    opacity: 0.38;
    pointer-events: none;
}

.lightpick__day.disabled-tooltip {
    pointer-events: auto;
}

.lightpick__day.is-disabled.is-forward-selected {
    opacity: 1;
}
.lightpick__day.is-disabled.is-forward-selected:not(.is-start-date) {
    background-color: rgba(38, 139, 210, 0.1);
    background-image: none;
}

.lightpick__day.is-previous-month,
.lightpick__day.is-next-month {
    opacity: 0.38;
}

.lightpick__day.lightpick__day.is-in-range:not(.is-disabled) {
    opacity: 1;
}

.lightpick__day.is-in-range {
    border-radius: 0;
    background-color: #000;color: #fff;
}

.lightpick__day.is-in-range_bg {
    background-color: #f1f1f1;color: #000;
}

.lightpick__day.is-flipped {
    background-color: #f1f1f1;color: #000;
}

.lightpick__day.is-in-range:hover {
   
}

.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range.is-flipped {
    border-top-left-radius: 50%;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 50%;
    background-color: #000;
    background-image: none;
}

.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
    border-top-left-radius: 0;
    border-top-right-radius: 50%;
    border-bottom-right-radius: 50%;
    border-bottom-left-radius: 0;
    background-color: #000;
}

.lightpick__day.is-start-date.is-end-date {
    background-color: transparent;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23000' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background: #000;
    border-radius: 50% 0 0 50%;
}

.lightpick__day.is-start-date,
.lightpick__day.is-end-date,
.lightpick__day.is-start-date:hover,
.lightpick__day.is-end-date:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Ccircle fill='%23000' cx='16' cy='16' r='16'/%3E%3C/svg%3E");
    background-size: auto;
    background-position: center;
    color: #FFF;
    font-weight: bold;
}

.lightpick__day.is-start-date{border-radius: 50% 0 0 50%;background-color: #000;}
.lightpick__day.is-end-date{border-radius: 0 50% 50% 0}

.lightpick__tooltip {
    position: absolute;
    margin-top: -4px;
    padding: 4px 8px;
    border-radius: 4px;
    background-color: #FFF;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    white-space: nowrap;
    font-size: 11px;
    pointer-events: none;z-index: 500;top: 0;display: none;
}

/*
.lightpick__tooltip::before {
    position: absolute;
    bottom: -5px;
    left: calc(50% - 5px);
    border-top: 5px solid rgba(0, 0, 0, 0.12);
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    content: "";
}

.lightpick__tooltip::after {
    position: absolute;
    bottom: -4px;
    left: calc(50% - 4px);
    border-top: 4px solid #FFF;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    content: "";
}
*/
.lightpick__footer {
    display: flex;
    justify-content: space-between;
}
.lightpick__reset-action,
.lightpick__apply-action {
    border-radius: 5px;
    font-size: 12px;
    border: none;
}
.lightpick__reset-action {
    color: #fff;
    background-color: #aeacad;
}
.lightpick__apply-action {
    color: #fff;
    background-color: #2495f3;
}