

/* Start:/local/components/ntk/schedule/templates/.default/style.css?17519741042188*/
.d-flex {
    display: flex;
}

.align-items-baseline {
    align-items: baseline;
}

.justify-content-between {
    justify-content: space-between;
}

.filter__option {
    margin-right: 10px;
}

.schedule__filter-inputs {
    justify-content: space-between;
}

.schedule__filter-group {
    color: #16683f;
}

.schedule__filter-type {
    color: #16683f;
}

.schedule__filter-date {
    color: #16683f;
}

.select2-container .select2-selection--single {
    height: 40px!important;
    background: #d8f4e6 !important;
    border: none !important;
    border-radius: 0!important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.schedule__list .row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-around !important;
}
.schedule__list {
    color: #16683f;
}

.rasp-calendar__row-wrapper {
    padding: 13px 15px 16px 15px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border-bottom: 1px solid #d8f4e6;
}

.rasp-calendar-col {
    margin-bottom: 40px;
}

.schedule__filter-date {
    margin-bottom: 0 !important;
}

.schedule__filter-type {
    margin-bottom: 0 !important;
}
.schedule__filter-group {
    margin-bottom: 0 !important;
}

.gap-1 {
    gap: 1vh;
}

.rasp-calendar__icon-wrapper {
    display: flex;
    align-items: center;
}

.rasp-calendar__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 13px 15px;
    border-bottom: 3px solid #d8f4e6;
}

.print-button {
    border-radius: 0 !important;
}

.rasp-calendar-col {
    width: 41.66666667%;
}

@media (max-width:1280px) {
    .rasp-calendar-col {
        width: 100%;
    }

    .filter__option {
        margin-right: 0;
        width: 100%;
    }

    .schedule__filter-inputs {
        width: 100%;
        flex-direction: column;
    }

    .schedule__filter-group {
        width: 100%;
    }

    .schedule__filter-type {
        width: 100%;
    }

    .schedule__filter-date {
        width: 100%;
    }
}
/* End */
/* /local/components/ntk/schedule/templates/.default/style.css?17519741042188 */
