html {
    font-size: 18px;
}

body, html {
    min-height: 100vh;
    height: 100vh;
    background: #0264d6; /* fallback */
}

.page-wrap {
    min-height: 100vh;
    background: #0264d6; /* Old browsers */
    background: -moz-radial-gradient(center, ellipse cover, #0264d6 1%, #1c2b5a 100%); /* FF3.6+ */
    background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(1%, #0264d6), color-stop(100%, #1c2b5a)); /* Chrome,Safari4+ */
    background: -webkit-radial-gradient(center, ellipse cover, #0264d6 1%, #1c2b5a 100%); /* Chrome10+,Safari5.1+ */
    background: -o-radial-gradient(center, ellipse cover, #0264d6 1%, #1c2b5a 100%); /* Opera 12+ */
    background: -ms-radial-gradient(center, ellipse cover, #0264d6 1%, #1c2b5a 100%); /* IE10+ */
    background: radial-gradient(ellipse at center, #0264d6 1%, #1c2b5a 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0264d6', endColorstr='#1c2b5a', GradientType=1); /* IE6-9 fallback on horizontal gradient */
}

.cb-checkbox {
    visibility: hidden;
    position: absolute;
}

.cb-checkbox + label {
    width: 100% !important;
    text-align: left;
    margin-bottom: 0;
}

.cb-checkbox + label:hover, .cb-checkbox + label:focus {
    color: #0275d8;
    background-color: inherit;
    border-color: inherit;
}

.cb-checkbox:checked + label {
    border-color: #abd0ff;
    background-color: rgba(0, 123, 255, 0.1); /* IE */
    background-color: #007bff1a;
}

#errors_items + span {
    display: none;
}

#errors_items.d-none + span {
    display: inherit;
}


/*Фикс первой и последней даты в датапикере.*/
.year.old, .year.new {
    color: black !important;
}
.year.old.disabled, .year.new.disabled {
    color: var(--gray) !important;
}