.picker__holder {
    outline: none
}

.picker__button--today:before,
.picker__day--today:before {
    border-top: 6px solid #7367f0
}

.picker__button--clear:before {
    border-top: 2px solid #ea5455
}

.picker--focused .picker__day--highlighted,
.picker--focused .picker__list-item--selected,
.picker__day--highlighted,
.picker__day--highlighted:hover,
.picker__list-item--selected,
.picker__list-item--selected:hover {
    background-color: #7367f0
}

.picker__button--close:before,
.picker__nav--next:before,
.picker__nav--prev:before {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 18px;
    color: #313131;
    content: "";
    height: 18px;
    width: 8px
}

.picker__nav--prev:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23313131' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E")
}

.picker__nav--next:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23313131' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E")
}

.picker__button--close:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ea5455' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-x'%3E%3Cpath d='M18 6 6 18M6 6l12 12'/%3E%3C/svg%3E");
    height: 10px!important
}

.dark-layout .picker__holder {
    background-color: #161d31;
    border-color: #3b4253
}

.dark-layout .picker__holder .picker__header .picker__month,
.dark-layout .picker__holder .picker__header .picker__year {
    color: #b4b7bd
}

.dark-layout .picker__holder .picker__header .picker__select--month,
.dark-layout .picker__holder .picker__header .picker__select--year {
    background-color: #161d31;
    border-color: #3b4253;
    color: #b4b7bd
}

.dark-layout .picker__holder .picker__header .picker__nav--next:hover,
.dark-layout .picker__holder .picker__header .picker__nav--prev:hover {
    background-color: #283046
}

.dark-layout .picker__holder .picker__frame {
    border-color: #3b4253
}

.dark-layout .picker__holder .picker__table tbody tr td .picker__day,
.dark-layout .picker__holder .picker__table thead tr .picker__weekday {
    color: #b4b7bd
}

.dark-layout .picker__holder .picker__table tbody tr td .picker__day.picker__day--selected {
    color: #fff
}

.dark-layout .picker__holder .picker__table tbody tr td .picker__day.picker__day--outfocus {
    opacity: .65
}

.dark-layout .picker__holder .picker__table tbody tr td .picker__day.picker__day--today {
    color: #fff
}

.dark-layout .picker__holder .picker__table tbody tr td .picker__day:not(.picker__day--today):not(.picker__day--highlighted):hover {
    background-color: #3b4253;
    color: #fff
}

.dark-layout .picker__holder .picker__table tbody tr td .picker__day.picker__day--disabled {
    background: #283046;
    color: #b4b7bd;
    opacity: .5
}

.dark-layout .picker__holder .picker__table tbody tr td .picker__day--today:not(.picker__day--highlighted) {
    background-color: #283046
}

.dark-layout .picker__holder .picker__footer .picker__button--clear,
.dark-layout .picker__holder .picker__footer .picker__button--close,
.dark-layout .picker__holder .picker__footer .picker__button--today {
    background-color: #161d31;
    color: #b4b7bd
}

.dark-layout .picker__holder .picker__footer .picker__button--clear:hover,
.dark-layout .picker__holder .picker__footer .picker__button--close:hover,
.dark-layout .picker__holder .picker__footer .picker__button--today:hover {
    background-color: #3b4253
}

.dark-layout .picker--time .picker__holder .picker__list {
    background-color: #161d31
}

.dark-layout .picker--time .picker__holder .picker__list .picker__list-item:not(.picker__list-item--selected):hover {
    background-color: #283046
}

.dark-layout .picker--time .picker__holder .picker__list .picker__list-item.picker__list-item--disabled {
    background-color: #283046;
    color: #82868b;
    opacity: .5
}

.dark-layout .picker--time .picker__holder .picker__list .picker__button--clear {
    background-color: #161d31;
    color: #b4b7bd
}

[dir=rtl] .picker__nav--prev:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23313131' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-right'%3E%3Cpath d='m9 18 6-6-6-6'/%3E%3C/svg%3E")
}

[dir=rtl] .picker__nav--next:before {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23313131' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-left'%3E%3Cpath d='m15 18-6-6 6-6'/%3E%3C/svg%3E")
}