<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.skriiPoleto{
    display: none
}

.ui-datepicker.hn-datepicker {

    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.34);
    border-radius: 0;
    box-shadow: 0 3px 4.8px 0.3px rgba(0, 0, 0, 0.13);
    -moz-box-shadow: 0 3px 4.8px 0.3px rgba(0, 0, 0, 0.13);
    -webkit-box-shadow: 0 3px 4.8px 0.3px rgba(0, 0, 0, 0.13);
    font-family: 'Montserrat' !important;
    z-index: 150 !important;
}

.ui-datepicker.hn-datepicker table {
    font-size: 13px;
}

.ui-datepicker.hn-datepicker table thead {
    border-bottom: 1px solid #CDCDCD;
}

.ui-datepicker.hn-datepicker table th {
    color: #000000;
    font-weight: normal;
    width: 25px;
}

.ui-datepicker.hn-datepicker table td span,
.ui-datepicker.hn-datepicker table td a {
    padding: 5px;
    text-align: center;
}

.ui-datepicker.hn-datepicker .ui-datepicker-title {
    color: #000000;
    font-size: 15px;
    font-weight: normal;
}

.ui-datepicker.hn-datepicker .ui-datepicker-month {
    color: #000000;
}

.ui-datepicker.hn-datepicker .ui-datepicker-year {
    color: #b4b4b4;
}

.ui-datepicker.hn-datepicker .ui-datepicker-header {
    background: #fff;
    border: none;
    border-radius: 0;
}

.ui-datepicker.hn-datepicker .ui-datepicker-prev,
.ui-datepicker.hn-datepicker .ui-datepicker-next {
    border-radius: 15px;
}

.ui-datepicker.hn-datepicker .ui-datepicker-prev:before,
.ui-datepicker.hn-datepicker .ui-datepicker-next:before {
    color: #EB6753;
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    font-size: 16px;
    position: absolute;
}



.ui-datepicker.hn-datepicker .ui-datepicker-prev:before {
    left: 30%;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

.ui-datepicker.hn-datepicker .ui-datepicker-next:before {
    left: 30%;
}

.ui-datepicker.hn-datepicker .ui-datepicker-week-end:first-child &gt; span,
.ui-datepicker.hn-datepicker .ui-datepicker-week-end:first-child .ui-state-default {
    color: #EB6753;
}

.ui-datepicker.hn-datepicker .ui-state-default {
    background-color: #fff;
    border: none;
    border-radius: 50%;
    color: #000000;
    font-weight: normal;
}

.ui-datepicker.hn-datepicker .ui-state-hover,
.ui-datepicker.hn-datepicker .ui-state-focus,
.ui-datepicker.hn-datepicker .ui-state-active {
    background-color: #EB6753;
    border: none;
}

.ui-datepicker.hn-datepicker .ui-state-hover:before,
.ui-datepicker.hn-datepicker .ui-state-focus:before,
.ui-datepicker.hn-datepicker .ui-state-active:before {
    color: #fff;
}

.ui-datepicker.hn-datepicker .ui-priority-secondary,
.ui-datepicker.hn-datepicker .ui-datepicker-week-end.ui-datepicker-other-month .ui-priority-secondary {
    color: #b4b4b4;
    opacity: 1;
}

.ui-datepicker.hn-datepicker .ui-priority-secondary.ui-state-hover,
.ui-datepicker.hn-datepicker .ui-datepicker-week-end:first-child .ui-state-hover {
    color: #fff;
}
/*


.hn-datepicker-clear {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    padding: 0;
    position: absolute;
    right: 12px;
    top: 8px;
}

    .hn-datepicker-clear:before {
        color: #07afc5;
        content: '\f00d';
        display: block;
        font-family: 'FontAwesome';
        font-size: 16px;
        height: 25px;
        padding-left: 5px;
    }

    .hn-datepicker-clear:hover:before {
        color: #0699ac;
    }*/</pre></body></html>