.picker__footer,
.picker__header,
.picker__table {
    text-align: center
}
.picker__box {
    padding: 0 1em
}
.picker__header {
    position: relative;
    margin-top: .75em
}
.picker__month,
.picker__year {
    font-weight: 500;
    display: inline-block;
    margin-left: .25em;
    margin-right: .25em
}
.picker__year {
    color: #999;
    font-size: .8em;
    font-style: italic
}
.picker__select--month,
.picker__select--year {
    border: 1px solid #b7b7b7;
    height: 2em;
    padding: .5em;
    margin-left: .25em;
    margin-right: .25em
}
.picker__select--month {
    width: 35%
}
.picker__select--year {
    width: 22.5%
}
.picker__select--month:focus,
.picker__select--year:focus {
    border-color: #007BFF
}
.picker__nav--next,
.picker__nav--prev {
    position: absolute;
    padding: .5em 1.25em;
    width: 1em;
    height: 1em;
    box-sizing: content-box;
    top: -.25em
}
.picker__nav--prev {
    left: -1em;
    padding-right: 1.25em
}
.picker__nav--next {
    right: -1em;
    padding-left: 1.25em
}
@media (min-width:24.5em) {
    .picker__select--month,
    .picker__select--year {
        margin-top: -.5em
    }
    .picker__nav--next,
    .picker__nav--prev {
        top: -.33em
    }
    .picker__nav--prev {
        padding-right: 1.5em
    }
    .picker__nav--next {
        padding-left: 1.5em
    }
}
.picker__nav--next:before,
.picker__nav--prev:before {
    content: " ";
    border-top: .5em solid transparent;
    border-bottom: .5em solid transparent;
    border-right: .75em solid #000;
    width: 0;
    height: 0;
    display: block;
    margin: 0 auto
}
.picker__nav--next:before {
    border-right: 0;
    border-left: .75em solid #000
}
.picker__nav--next:hover,
.picker__nav--prev:hover {
    cursor: pointer;
    color: #000;
    background: #f2d1c5
}
.picker__nav--disabled,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover,
.picker__nav--disabled:hover {
    cursor: default;
    background: 0 0;
    border-right-color: #f5f5f5;
    border-left-color: #f5f5f5
}
.picker__table {
    border-collapse: collapse;
    border-spacing: 0;
    table-layout: fixed;
    font-size: inherit;
    width: 100%;
    margin-top: .75em;
    margin-bottom: .5em
}
@media (min-height:33.875em) {
    .picker__table {
        margin-bottom: .75em
    }
}
.picker__table td {
    margin: 0;
    padding: 0
}
.picker__weekday {
    width: 14.285714286%;
    font-size: .75em;
    padding-bottom: .25em;
    color: #999;
    font-weight: 500
}
@media (min-height:33.875em) {
    .picker__weekday {
        padding-bottom: .5em
    }
}
.picker__day {
    padding: .3125em 0;
    font-weight: 200;
    border: 1px solid transparent
}
.picker__day--today {
    position: relative
}
.picker__day--today:before {
    content: " ";
    position: absolute;
    top: 2px;
    right: 2px;
    width: 0;
    height: 0;
    border-top: .5em solid #007BFF;
    border-left: .5em solid transparent
}
.picker__day--disabled:before {
    border-top-color: #aaa
}
.picker__day--outfocus {
    color: #ddd
}
.picker--focused .picker__day--highlighted,
.picker__day--highlighted:hover,
.picker__day--infocus:hover,
.picker__day--outfocus:hover {
    cursor: pointer;
    color: #fff;
    background: #007BFF;
    border-radius: 6px;
}
.picker__day--highlighted {
    border-color: #007BFF
}
.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
    background: #007BFF;
    color: #fff
}
.picker--focused .picker__day--disabled,
.picker__day--disabled,
.picker__day--disabled:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default
}
.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
    background: #bbb
}
.picker__button--clear,
.picker__button--close,
.picker__button--today {
    border: 1px solid #fff;
    background: #fff;
    font-size: .8em;
    padding: .66em 0;
    font-weight: 700;
    width: 33%;
    display: inline-block;
    vertical-align: bottom
}
.picker__button--clear:hover,
.picker__button--close:hover,
.picker__button--today:hover {
    cursor: pointer;
    color: #000;
    background: #f2d1c5;
    border-bottom-color: #f2d1c5
}
.picker__button--clear:focus,
.picker__button--close:focus,
.picker__button--today:focus {
    background: #f2d1c5;
    border-color: #007BFF;
    outline: 0
}
.picker__button--clear:before,
.picker__button--close:before,
.picker__button--today:before {
    position: relative;
    display: inline-block;
    height: 0
}
.picker__button--clear:before,
.picker__button--today:before {
    content: " ";
    margin-right: .45em
}
.picker__button--today:before {
    top: -.05em;
    width: 0;
    border-top: .66em solid #007BFF;
    border-left: .66em solid transparent
}
.picker__button--clear:before {
    top: -.25em;
    width: .66em;
    border-top: 3px solid #e20
}
.picker__button--close:before {
    content: "\D7";
    top: -.1em;
    vertical-align: top;
    font-size: 1.1em;
    margin-right: .35em;
    color: #777
}
.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
    background: #f5f5f5;
    border-color: #f5f5f5;
    color: #ddd;
    cursor: default
}
.picker__button--today[disabled]:before {
    border-top-color: #aaa
}
input[id*="date-inline"]+div[id*="date-inline_root"],
input[id*="date-inline"]+div[id*="date-inline_root"]>div {
    position: static;
    width: auto;
    max-width: 300px;
}
div[id*="date-inline_root"]>div {
    border: 0px;
    box-shadow: none !important;
}
div[id*="date-inline_root"] .picker__box {
    padding: 0px;
}
.picker__day {
    font-size: 16px !important;
    font-weight: 400;
    line-height: 1.5;
}
.picker__day--outfocus {
    color: #a8a8a8;
}
.picker__weekday {
    font-size: 14px;
    color: #000;
}
.picker--focused .picker__day--selected,
.picker__day--selected,
.picker__day--selected:hover {
    background: var(--second-brand-color);
    border-radius: 6px;
    font-weight: bold;
}
.picker__month,
.picker__year {
    font-size: 14px;
}
.picker__nav--next,
.picker__nav--prev {
    background: #efefef;
    width: 30px;
    height: 34px;
    padding: 0px;
    border-radius: 6px;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.picker__nav--prev {
    left: 0px;
}
.picker__nav--next {
    right: 0px;
}
.picker__nav--next:hover,
.picker__nav--prev:hover {
    background: #cecece;
}
.picker__nav--next::before,
.picker__nav--prev::before {
    border: 0px solid !important;
    content: "\f053" !important;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    height: 10px;
    width: 10px;
    font-size: 10px;
    color: #666;
}
.picker__nav--next::before {
    border: 0px solid !important;
    content: "\f054" !important;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
}
div[id*="date-inline_root"] .picker__header {
    margin-top: 6px;
}