/*  стили для календаря */
#center_side {
    padding: 0 12px;
}

.dates__controls-top {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}

.dates-controls-range {
    display: flex;
    align-items: center;
}

.vue-datepicker__control {
    position: relative;
    display: flex;
    align-items: center;
    margin-right: 34px !important;
}


.vue-datepicker__input {
    display: inline-block;
    outline: none;
    margin-left: 10px !important;
    padding: 0 5px !important;
    max-width: 160px;
    border: 1px solid #cccccc;
    height: 32px;
    border-radius: 4px;
}

.vue-datepicker__input:focus {
    border-color: rgba(82, 168, 236, 0.8);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 8px rgb(82 168 236 / 60%);
}

.vue-datepicker__icon {
    position: absolute;
    background-color: #eee;
    width: 26px;
    height: 93%;
    right: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-left: 1px solid #cccccc;
    border-radius: 2px;
}

.range__date-btn {
    text-align: left;
    color: #000;
    background-color: #E6F0F6;
    border-radius: 7px;
    padding: 3px 8px;
}

.range__date-btn:not(:last-child) {
    margin-right: 10px;
}


.calendar__clear {
    position: absolute;
    right: 34px;
    top: 7px;
}
