/*!****************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/@splidejs/splide/dist/css/splide.min.css ***!
  \****************************************************************************************************************************************************************************/
.splide__container {
    box-sizing: border-box;
    position: relative;
}

.splide__list {
    backface-visibility: hidden;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    margin: 0 !important;
    padding: 0 !important;
}

.splide.is-initialized:not(.is-active) .splide__list {
    display: block;
}

.splide__pagination {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0;
    pointer-events: none;
}

    .splide__pagination li {
        display: inline-block;
        line-height: 1;
        list-style-type: none;
        margin: 0;
        pointer-events: auto;
    }

.splide:not(.is-overflow) .splide__pagination {
    display: none;
}

.splide__progress__bar {
    width: 0;
}

.splide {
    position: relative;
    visibility: hidden;
}

    .splide.is-initialized, .splide.is-rendered {
        visibility: visible;
    }

.splide__slide {
    backface-visibility: hidden;
    box-sizing: border-box;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    list-style-type: none !important;
    margin: 0;
    position: relative;
}

    .splide__slide img {
        vertical-align: bottom;
    }

.splide__spinner {
    animation: splide-loading 1s linear infinite;
    border: 2px solid #999;
    border-left-color: transparent;
    border-radius: 50%;
    bottom: 0;
    contain: strict;
    display: inline-block;
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
}

.splide__sr {
    clip: rect(0 0 0 0);
    border: 0;
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.splide__toggle.is-active .splide__toggle__play, .splide__toggle__pause {
    display: none;
}

.splide__toggle.is-active .splide__toggle__pause {
    display: inline;
}

.splide__track {
    overflow: hidden;
    position: relative;
    z-index: 0;
}

@keyframes splide-loading {
    0% {
        transform: rotate(0);
    }

    to {
        transform: rotate(1turn);
    }
}

.splide__track--draggable {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.splide__track--fade > .splide__list > .splide__slide {
    margin: 0 !important;
    opacity: 0;
    z-index: 0;
}

    .splide__track--fade > .splide__list > .splide__slide.is-active {
        opacity: 1;
        z-index: 1;
    }

.splide--rtl {
    direction: rtl;
}

.splide__track--ttb > .splide__list {
    display: block;
}

.splide__arrow {
    -ms-flex-align: center;
    align-items: center;
    background: #ccc;
    border: 0;
    border-radius: 50%;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    height: 2em;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0.7;
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 2em;
    z-index: 1;
}

    .splide__arrow svg {
        fill: #000;
        height: 1.2em;
        width: 1.2em;
    }

    .splide__arrow:hover:not(:disabled) {
        opacity: 0.9;
    }

    .splide__arrow:disabled {
        opacity: 0.3;
    }

    .splide__arrow:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: 3px;
    }

.splide__arrow--prev {
    left: 1em;
}

    .splide__arrow--prev svg {
        transform: scaleX(-1);
    }

.splide__arrow--next {
    right: 1em;
}

.splide.is-focus-in .splide__arrow:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__pagination {
    bottom: 0.5em;
    left: 0;
    padding: 0 1em;
    position: absolute;
    right: 0;
    z-index: 1;
}

.splide__pagination__page {
    background: #ccc;
    border: 0;
    border-radius: 50%;
    display: inline-block;
    height: 8px;
    margin: 3px;
    opacity: 0.7;
    padding: 0;
    position: relative;
    transition: transform 0.2s linear;
    width: 8px;
}

    .splide__pagination__page.is-active {
        background: #fff;
        transform: scale(1.4);
        z-index: 1;
    }

    .splide__pagination__page:hover {
        cursor: pointer;
        opacity: 0.9;
    }

    .splide__pagination__page:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: 3px;
    }

.splide.is-focus-in .splide__pagination__page:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__progress__bar {
    background: #ccc;
    height: 3px;
}

.splide__slide {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

    .splide__slide:focus {
        outline: 0;
    }

@supports (outline-offset: -3px) {
    .splide__slide:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: -3px;
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide__slide:focus-visible {
        border: 3px solid #0bf;
    }
}

@supports (outline-offset: -3px) {
    .splide.is-focus-in .splide__slide:focus {
        outline: 3px solid #0bf;
        outline-offset: -3px;
    }
}

@media screen and (-ms-high-contrast: none) {
    .splide.is-focus-in .splide__slide:focus {
        border: 3px solid #0bf;
    }

    .splide.is-focus-in .splide__track > .splide__list > .splide__slide:focus {
        border-color: #0bf;
    }
}

.splide__toggle {
    cursor: pointer;
}

    .splide__toggle:focus-visible {
        outline: 3px solid #0bf;
        outline-offset: 3px;
    }

.splide.is-focus-in .splide__toggle:focus {
    outline: 3px solid #0bf;
    outline-offset: 3px;
}

.splide__track--nav > .splide__list > .splide__slide {
    border: 3px solid transparent;
    cursor: pointer;
}

    .splide__track--nav > .splide__list > .splide__slide.is-active {
        border: 3px solid #000;
    }

.splide__arrows--rtl .splide__arrow--prev {
    left: auto;
    right: 1em;
}

    .splide__arrows--rtl .splide__arrow--prev svg {
        transform: scaleX(1);
    }

.splide__arrows--rtl .splide__arrow--next {
    left: 1em;
    right: auto;
}

    .splide__arrows--rtl .splide__arrow--next svg {
        transform: scaleX(-1);
    }

.splide__arrows--ttb .splide__arrow {
    left: 50%;
    transform: translate(-50%);
}

.splide__arrows--ttb .splide__arrow--prev {
    top: 1em;
}

    .splide__arrows--ttb .splide__arrow--prev svg {
        transform: rotate(-90deg);
    }

.splide__arrows--ttb .splide__arrow--next {
    bottom: 1em;
    top: auto;
}

    .splide__arrows--ttb .splide__arrow--next svg {
        transform: rotate(90deg);
    }

.splide__pagination--ttb {
    bottom: 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    left: auto;
    padding: 1em 0;
    right: 0.5em;
    top: 0;
}
/*!*********************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/air-datepicker/air-datepicker.css ***!
  \*********************************************************************************************************************************************************************/
.air-datepicker-cell.-year-.-other-decade-, .air-datepicker-cell.-day-.-other-month- {
    color: var(--adp-color-other-month);
}

    .air-datepicker-cell.-year-.-other-decade-:hover, .air-datepicker-cell.-day-.-other-month-:hover {
        color: var(--adp-color-other-month-hover);
    }

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
    color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-year-.-other-decade-, .-selected-.air-datepicker-cell.-day-.-other-month- {
    color: #fff;
    background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
    background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.air-datepicker-cell.-day-.-other-month- {
    background-color: var(--adp-background-color-in-range);
    color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-, .-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
    background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-year-.-other-decade-:empty, .air-datepicker-cell.-day-.-other-month-:empty {
    background: none;
    border: none;
}

.air-datepicker-cell {
    border-radius: var(--adp-cell-border-radius);
    box-sizing: border-box;
    cursor: pointer;
    display: flex;
    position: relative;
    align-items: center;
    justify-content: center;
    z-index: 1;
}

    .air-datepicker-cell.-focus- {
        background: var(--adp-cell-background-color-hover);
    }

    .air-datepicker-cell.-current- {
        color: var(--adp-color-current-date);
    }

        .air-datepicker-cell.-current-.-focus- {
            color: var(--adp-color);
        }

        .air-datepicker-cell.-current-.-in-range- {
            color: var(--adp-color-current-date);
        }

    .air-datepicker-cell.-disabled- {
        cursor: default;
        color: var(--adp-color-disabled);
    }

        .air-datepicker-cell.-disabled-.-focus- {
            color: var(--adp-color-disabled);
        }

        .air-datepicker-cell.-disabled-.-in-range- {
            color: var(--adp-color-disabled-in-range);
        }

        .air-datepicker-cell.-disabled-.-current-.-focus- {
            color: var(--adp-color-disabled);
        }

    .air-datepicker-cell.-in-range- {
        background: var(--adp-cell-background-color-in-range);
        border-radius: 0;
    }

        .air-datepicker-cell.-in-range-:hover, .air-datepicker-cell.-in-range-.-focus- {
            background: var(--adp-cell-background-color-in-range-hover);
        }

    .air-datepicker-cell.-range-from- {
        border: 1px solid var(--adp-cell-border-color-in-range);
        background-color: var(--adp-cell-background-color-in-range);
        border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
    }

    .air-datepicker-cell.-range-to- {
        border: 1px solid var(--adp-cell-border-color-in-range);
        background-color: var(--adp-cell-background-color-in-range);
        border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
    }

        .air-datepicker-cell.-range-to-.-range-from- {
            border-radius: var(--adp-cell-border-radius);
        }

    .air-datepicker-cell.-selected- {
        color: #fff;
        border: none;
        background: var(--adp-cell-background-color-selected);
    }

        .air-datepicker-cell.-selected-.-current- {
            color: #fff;
            background: var(--adp-cell-background-color-selected);
        }

        .air-datepicker-cell.-selected-.-focus- {
            background: var(--adp-cell-background-color-selected-hover);
        }

.air-datepicker-body {
    transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

    .air-datepicker-body.-hidden- {
        display: none;
    }

.air-datepicker-body--day-names {
    display: grid;
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    margin: 8px 0 3px;
}

.air-datepicker-body--day-name {
    color: var(--adp-day-name-color);
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: 0.8em;
}

    .air-datepicker-body--day-name.-clickable- {
        cursor: pointer;
    }

        .air-datepicker-body--day-name.-clickable-:hover {
            color: var(--adp-day-name-color-hover);
        }

.air-datepicker-body--cells {
    display: grid;
}

    .air-datepicker-body--cells.-days- {
        grid-template-columns: repeat(7, var(--adp-day-cell-width));
        grid-auto-rows: var(--adp-day-cell-height);
    }

    .air-datepicker-body--cells.-months- {
        grid-template-columns: repeat(3, 1fr);
        grid-auto-rows: var(--adp-month-cell-height);
    }

    .air-datepicker-body--cells.-years- {
        grid-template-columns: repeat(4, 1fr);
        grid-auto-rows: var(--adp-year-cell-height);
    }

.air-datepicker-nav {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid var(--adp-border-color-inner);
    min-height: var(--adp-nav-height);
    padding: var(--adp-padding);
    box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
    display: none;
}

.air-datepicker-nav--title, .air-datepicker-nav--action {
    display: flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.air-datepicker-nav--action {
    width: var(--adp-nav-action-size);
    border-radius: var(--adp-border-radius);
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

    .air-datepicker-nav--action:hover {
        background: var(--adp-background-color-hover);
    }

    .air-datepicker-nav--action:active {
        background: var(--adp-background-color-active);
    }

    .air-datepicker-nav--action.-disabled- {
        visibility: hidden;
    }

    .air-datepicker-nav--action svg {
        width: 32px;
        height: 32px;
    }

    .air-datepicker-nav--action path {
        fill: none;
        stroke: var(--adp-nav-arrow-color);
        stroke-width: 2px;
    }

.air-datepicker-nav--title {
    border-radius: var(--adp-border-radius);
    padding: 0 8px;
}

    .air-datepicker-nav--title i {
        font-style: normal;
        color: var(--adp-nav-color-secondary);
        margin-left: 0.3em;
    }

    .air-datepicker-nav--title:hover {
        background: var(--adp-background-color-hover);
    }

    .air-datepicker-nav--title:active {
        background: var(--adp-background-color-active);
    }

    .air-datepicker-nav--title.-disabled- {
        cursor: default;
        background: none;
    }

.air-datepicker-buttons {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
}

.air-datepicker-button {
    display: inline-flex;
    color: var(--adp-btn-color);
    border-radius: var(--adp-btn-border-radius);
    cursor: pointer;
    height: var(--adp-btn-height);
    border: none;
    background: rgba(255, 255, 255, 0);
}

    .air-datepicker-button:hover {
        color: var(--adp-btn-color-hover);
        background: var(--adp-btn-background-color-hover);
    }

    .air-datepicker-button:focus {
        color: var(--adp-btn-color-hover);
        background: var(--adp-btn-background-color-hover);
        outline: none;
    }

    .air-datepicker-button:active {
        background: var(--adp-btn-background-color-active);
    }

    .air-datepicker-button span {
        outline: none;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

.air-datepicker-time {
    display: grid;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 12px;
    align-items: center;
    position: relative;
    padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
    border-top: none;
}

.air-datepicker-time--current {
    display: flex;
    align-items: center;
    flex: 1;
    font-size: 14px;
    text-align: center;
}

.air-datepicker-time--current-colon {
    margin: 0 2px 3px;
    line-height: 1;
}

.air-datepicker-time--current-hours, .air-datepicker-time--current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1;
}

    .air-datepicker-time--current-hours:after, .air-datepicker-time--current-minutes:after {
        content: "";
        background: var(--adp-background-color-hover);
        border-radius: var(--adp-border-radius);
        position: absolute;
        left: -2px;
        top: -3px;
        right: -2px;
        bottom: -2px;
        z-index: -1;
        opacity: 0;
    }

    .air-datepicker-time--current-hours.-focus-:after, .air-datepicker-time--current-minutes.-focus-:after {
        opacity: 1;
    }

.air-datepicker-time--current-ampm {
    text-transform: uppercase;
    align-self: flex-end;
    color: var(--adp-time-day-period-color);
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px;
}

.air-datepicker-time--row {
    display: flex;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

    .air-datepicker-time--row:first-child {
        margin-bottom: 4px;
    }

    .air-datepicker-time--row input[type=range] {
        background: none;
        cursor: pointer;
        flex: 1;
        height: 100%;
        width: 100%;
        padding: 0;
        margin: 0;
        -webkit-appearance: none;
    }

        .air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
        }

        .air-datepicker-time--row input[type=range]::-ms-tooltip {
            display: none;
        }

        .air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
            border-color: var(--adp-time-track-color-hover);
        }

        .air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
            border-color: var(--adp-time-track-color-hover);
        }

        .air-datepicker-time--row input[type=range]:hover::-ms-thumb {
            border-color: var(--adp-time-track-color-hover);
        }

        .air-datepicker-time--row input[type=range]:focus {
            outline: none;
        }

            .air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
                background: var(--adp-cell-background-color-selected);
                border-color: var(--adp-cell-background-color-selected);
            }

            .air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
                background: var(--adp-cell-background-color-selected);
                border-color: var(--adp-cell-background-color-selected);
            }

            .air-datepicker-time--row input[type=range]:focus::-ms-thumb {
                background: var(--adp-cell-background-color-selected);
                border-color: var(--adp-cell-background-color-selected);
            }

        .air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
            box-sizing: border-box;
            height: 12px;
            width: 12px;
            border-radius: 3px;
            border: 1px solid var(--adp-time-track-color);
            background: #fff;
            cursor: pointer;
            -webkit-transition: background var(--adp-transition-duration);
            transition: background var(--adp-transition-duration);
        }

        .air-datepicker-time--row input[type=range]::-moz-range-thumb {
            box-sizing: border-box;
            height: 12px;
            width: 12px;
            border-radius: 3px;
            border: 1px solid var(--adp-time-track-color);
            background: #fff;
            cursor: pointer;
            -moz-transition: background var(--adp-transition-duration);
            transition: background var(--adp-transition-duration);
        }

        .air-datepicker-time--row input[type=range]::-ms-thumb {
            box-sizing: border-box;
            height: 12px;
            width: 12px;
            border-radius: 3px;
            border: 1px solid var(--adp-time-track-color);
            background: #fff;
            cursor: pointer;
            -ms-transition: background var(--adp-transition-duration);
            transition: background var(--adp-transition-duration);
        }

        .air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
            margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
        }

        .air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
            border: none;
            height: var(--adp-time-track-height);
            cursor: pointer;
            color: rgba(0, 0, 0, 0);
            background: rgba(0, 0, 0, 0);
        }

        .air-datepicker-time--row input[type=range]::-moz-range-track {
            border: none;
            height: var(--adp-time-track-height);
            cursor: pointer;
            color: rgba(0, 0, 0, 0);
            background: rgba(0, 0, 0, 0);
        }

        .air-datepicker-time--row input[type=range]::-ms-track {
            border: none;
            height: var(--adp-time-track-height);
            cursor: pointer;
            color: rgba(0, 0, 0, 0);
            background: rgba(0, 0, 0, 0);
        }

        .air-datepicker-time--row input[type=range]::-ms-fill-lower {
            background: rgba(0, 0, 0, 0);
        }

        .air-datepicker-time--row input[type=range]::-ms-fill-upper {
            background: rgba(0, 0, 0, 0);
        }

.air-datepicker {
    --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --adp-font-size: 14px;
    --adp-width: 246px;
    --adp-z-index: 100;
    --adp-padding: 4px;
    --adp-grid-areas: "nav" "body" "timepicker" "buttons";
    --adp-transition-duration: .3s;
    --adp-transition-ease: ease-out;
    --adp-transition-offset: 8px;
    --adp-background-color: #fff;
    --adp-background-color-hover: #f0f0f0;
    --adp-background-color-active: #eaeaea;
    --adp-background-color-in-range: rgba(92, 196, 239, .1);
    --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
    --adp-background-color-selected-other-month-focused: #8ad5f4;
    --adp-background-color-selected-other-month: #a2ddf6;
    --adp-color: #4a4a4a;
    --adp-color-secondary: #9c9c9c;
    --adp-accent-color: #4eb5e6;
    --adp-color-current-date: var(--adp-accent-color);
    --adp-color-other-month: #dedede;
    --adp-color-disabled: #aeaeae;
    --adp-color-disabled-in-range: #939393;
    --adp-color-other-month-hover: #c5c5c5;
    --adp-border-color: #dbdbdb;
    --adp-border-color-inner: #efefef;
    --adp-border-radius: 4px;
    --adp-border-color-inline: #d7d7d7;
    --adp-nav-height: 32px;
    --adp-nav-arrow-color: var(--adp-color-secondary);
    --adp-nav-action-size: 32px;
    --adp-nav-color-secondary: var(--adp-color-secondary);
    --adp-day-name-color: #ff9a19;
    --adp-day-name-color-hover: #8ad5f4;
    --adp-day-cell-width: 1fr;
    --adp-day-cell-height: 32px;
    --adp-month-cell-height: 42px;
    --adp-year-cell-height: 56px;
    --adp-pointer-size: 10px;
    --adp-poiner-border-radius: 2px;
    --adp-pointer-offset: 14px;
    --adp-cell-border-radius: 4px;
    --adp-cell-background-color-hover: var(--adp-background-color-hover);
    --adp-cell-background-color-selected: #5cc4ef;
    --adp-cell-background-color-selected-hover: #45bced;
    --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
    --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
    --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
    --adp-btn-height: 32px;
    --adp-btn-color: var(--adp-accent-color);
    --adp-btn-color-hover: var(--adp-color);
    --adp-btn-border-radius: var(--adp-border-radius);
    --adp-btn-background-color-hover: var(--adp-background-color-hover);
    --adp-btn-background-color-active: var(--adp-background-color-active);
    --adp-time-track-height: 1px;
    --adp-time-track-color: #dedede;
    --adp-time-track-color-hover: #b1b1b1;
    --adp-time-thumb-size: 12px;
    --adp-time-padding-inner: 10px;
    --adp-time-day-period-color: var(--adp-color-secondary);
    --adp-mobile-font-size: 16px;
    --adp-mobile-nav-height: 40px;
    --adp-mobile-width: 320px;
    --adp-mobile-day-cell-height: 38px;
    --adp-mobile-month-cell-height: 48px;
    --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
    --adp-overlay-background-color: rgba(0, 0, 0, .3);
    --adp-overlay-transition-duration: .3s;
    --adp-overlay-transition-ease: ease-out;
    --adp-overlay-z-index: 99;
}

.air-datepicker {
    background: var(--adp-background-color);
    border: 1px solid var(--adp-border-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    border-radius: var(--adp-border-radius);
    box-sizing: content-box;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, max-content);
    grid-template-areas: var(--adp-grid-areas);
    font-family: var(--adp-font-family), sans-serif;
    font-size: var(--adp-font-size);
    color: var(--adp-color);
    width: var(--adp-width);
    position: absolute;
    transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
    z-index: var(--adp-z-index);
}

    .air-datepicker:not(.-custom-position-) {
        opacity: 0;
    }

    .air-datepicker.-from-top- {
        transform: translateY(calc(var(--adp-transition-offset) * -1));
    }

    .air-datepicker.-from-right- {
        transform: translateX(var(--adp-transition-offset));
    }

    .air-datepicker.-from-bottom- {
        transform: translateY(var(--adp-transition-offset));
    }

    .air-datepicker.-from-left- {
        transform: translateX(calc(var(--adp-transition-offset) * -1));
    }

    .air-datepicker.-active-:not(.-custom-position-) {
        transform: translate(0, 0);
        opacity: 1;
    }

    .air-datepicker.-active-.-custom-position- {
        transition: none;
    }

    .air-datepicker.-inline- {
        border-color: var(--adp-border-color-inline);
        box-shadow: none;
        position: static;
        left: auto;
        right: auto;
        opacity: 1;
        transform: none;
    }

        .air-datepicker.-inline- .air-datepicker--pointer {
            display: none;
        }

    .air-datepicker.-is-mobile- {
        --adp-font-size: var(--adp-mobile-font-size);
        --adp-day-cell-height: var(--adp-mobile-day-cell-height);
        --adp-month-cell-height: var(--adp-mobile-month-cell-height);
        --adp-year-cell-height: var(--adp-mobile-year-cell-height);
        --adp-nav-height: var(--adp-mobile-nav-height);
        --adp-nav-action-size: var(--adp-mobile-nav-height);
        position: fixed;
        width: var(--adp-mobile-width);
        border: none;
    }

        .air-datepicker.-is-mobile- * {
            -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
        }

        .air-datepicker.-is-mobile- .air-datepicker--pointer {
            display: none;
        }

        .air-datepicker.-is-mobile-:not(.-custom-position-) {
            transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
        }

        .air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
            transform: translate(-50%, -50%);
        }

    .air-datepicker.-custom-position- {
        transition: none;
    }

.air-datepicker-global-container {
    position: absolute;
    left: 0;
    top: 0;
}

.air-datepicker--pointer {
    --pointer-half-size: calc(var(--adp-pointer-size) / 2);
    position: absolute;
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size);
    z-index: -1;
}

    .air-datepicker--pointer:after {
        content: "";
        position: absolute;
        background: #fff;
        border-top: 1px solid var(--adp-border-color-inline);
        border-right: 1px solid var(--adp-border-color-inline);
        border-top-right-radius: var(--adp-poiner-border-radius);
        width: var(--adp-pointer-size);
        height: var(--adp-pointer-size);
        box-sizing: border-box;
    }

.-top-left- .air-datepicker--pointer, .-top-center- .air-datepicker--pointer, .-top-right- .air-datepicker--pointer, [data-popper-placement^=top] .air-datepicker--pointer {
    top: calc(100% - var(--pointer-half-size) + 1px);
}

    .-top-left- .air-datepicker--pointer:after, .-top-center- .air-datepicker--pointer:after, .-top-right- .air-datepicker--pointer:after, [data-popper-placement^=top] .air-datepicker--pointer:after {
        transform: rotate(135deg);
    }

.-right-top- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer, [data-popper-placement^=right] .air-datepicker--pointer {
    right: calc(100% - var(--pointer-half-size) + 1px);
}

    .-right-top- .air-datepicker--pointer:after, .-right-center- .air-datepicker--pointer:after, .-right-bottom- .air-datepicker--pointer:after, [data-popper-placement^=right] .air-datepicker--pointer:after {
        transform: rotate(225deg);
    }

.-bottom-left- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer, [data-popper-placement^=bottom] .air-datepicker--pointer {
    bottom: calc(100% - var(--pointer-half-size) + 1px);
}

    .-bottom-left- .air-datepicker--pointer:after, .-bottom-center- .air-datepicker--pointer:after, .-bottom-right- .air-datepicker--pointer:after, [data-popper-placement^=bottom] .air-datepicker--pointer:after {
        transform: rotate(315deg);
    }

.-left-top- .air-datepicker--pointer, .-left-center- .air-datepicker--pointer, .-left-bottom- .air-datepicker--pointer, [data-popper-placement^=left] .air-datepicker--pointer {
    left: calc(100% - var(--pointer-half-size) + 1px);
}

    .-left-top- .air-datepicker--pointer:after, .-left-center- .air-datepicker--pointer:after, .-left-bottom- .air-datepicker--pointer:after, [data-popper-placement^=left] .air-datepicker--pointer:after {
        transform: rotate(45deg);
    }

.-top-left- .air-datepicker--pointer, .-bottom-left- .air-datepicker--pointer {
    left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer, .-bottom-right- .air-datepicker--pointer {
    right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer, .-bottom-center- .air-datepicker--pointer {
    left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer, .-right-top- .air-datepicker--pointer {
    top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer, .-right-bottom- .air-datepicker--pointer {
    bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer, .-right-center- .air-datepicker--pointer {
    top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
    grid-area: nav;
}

.air-datepicker--content {
    box-sizing: content-box;
    padding: var(--adp-padding);
    grid-area: body;
}

.-only-timepicker- .air-datepicker--content {
    display: none;
}

.air-datepicker--time {
    grid-area: timepicker;
}

.air-datepicker--buttons {
    grid-area: buttons;
}

.air-datepicker--buttons, .air-datepicker--time {
    padding: var(--adp-padding);
    border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
    position: fixed;
    background: var(--adp-overlay-background-color);
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
    transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
    z-index: var(--adp-overlay-z-index);
}

    .air-datepicker-overlay.-active- {
        opacity: 1;
        width: 100%;
        height: 100%;
        transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
    }
/*!*****************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./node_modules/gridjs/dist/theme/mermaid.css ***!
  \*****************************************************************************************************************************************************************/
.gridjs-head button, .gridjs-footer button {
    cursor: pointer;
    background-color: transparent;
    background-image: none;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
}

.gridjs-temp {
    position: relative;
}

.gridjs-head {
    width: 100%;
    margin-bottom: 5px;
    padding: 5px 1px;
}

    .gridjs-head::after {
        content: "";
        display: block;
        clear: both;
    }

    .gridjs-head:empty {
        padding: 0;
        border: none;
    }

.gridjs-container {
    overflow: hidden;
    display: inline-block;
    padding: 2px;
    color: #000;
    position: relative;
    z-index: 0;
}

.gridjs-footer {
    display: block;
    position: relative;
    width: 100%;
    z-index: 5;
    padding: 12px 24px;
    border-top: 1px solid #e5e7eb;
    background-color: #fff;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.26);
    border-radius: 0 0 8px 8px;
    border-bottom-width: 1px;
    border-color: #e5e7eb;
}

    .gridjs-footer:empty {
        padding: 0;
        border: none;
    }

input.gridjs-input {
    outline: none;
    background-color: #fff;
    border: 1px solid #d2d6dc;
    border-radius: 5px;
    padding: 10px 13px;
    font-size: 14px;
    line-height: 1.45;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

    input.gridjs-input:focus {
        box-shadow: 0 0 0 3px rgba(149, 189, 243, 0.5);
        border-color: #9bc2f7;
    }

.gridjs-pagination {
    color: #3d4044;
}

    .gridjs-pagination::after {
        content: "";
        display: block;
        clear: both;
    }

    .gridjs-pagination .gridjs-summary {
        float: left;
        margin-top: 5px;
    }

    .gridjs-pagination .gridjs-pages {
        float: right;
    }

        .gridjs-pagination .gridjs-pages button {
            padding: 5px 14px;
            border: 1px solid #d2d6dc;
            background-color: #fff;
            border-right: none;
            outline: none;
            -webkit-user-select: none;
            -moz-user-select: none;
            user-select: none;
        }

            .gridjs-pagination .gridjs-pages button:focus {
                box-shadow: 0 0 0 2px rgba(149, 189, 243, 0.5);
                position: relative;
                margin-right: -1px;
                border-right: 1px solid #d2d6dc;
            }

            .gridjs-pagination .gridjs-pages button:hover {
                background-color: #f7f7f7;
                color: rgb(60, 66, 87);
                outline: none;
            }

                .gridjs-pagination .gridjs-pages button:disabled,
                .gridjs-pagination .gridjs-pages button[disabled],
                .gridjs-pagination .gridjs-pages button:hover:disabled {
                    cursor: default;
                    background-color: #fff;
                    color: #6b7280;
                }

            .gridjs-pagination .gridjs-pages button.gridjs-spread {
                cursor: default;
                box-shadow: none;
                background-color: #fff;
            }

            .gridjs-pagination .gridjs-pages button.gridjs-currentPage {
                background-color: #f7f7f7;
                font-weight: bold;
            }

            .gridjs-pagination .gridjs-pages button:last-child {
                border-bottom-right-radius: 6px;
                border-top-right-radius: 6px;
                border-right: 1px solid #d2d6dc;
            }

            .gridjs-pagination .gridjs-pages button:first-child {
                border-bottom-left-radius: 6px;
                border-top-left-radius: 6px;
            }

            .gridjs-pagination .gridjs-pages button:last-child:focus {
                margin-right: 0;
            }

button.gridjs-sort {
    float: right;
    height: 24px;
    width: 13px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position-x: center;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: none;
    outline: none;
    background-size: contain;
}

button.gridjs-sort-neutral {
    opacity: 0.3;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSI0MDEuOTk4cHgiIGhlaWdodD0iNDAxLjk5OHB4IiB2aWV3Qm94PSIwIDAgNDAxLjk5OCA0MDEuOTk4IiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0MDEuOTk4IDQwMS45OTg7IgoJIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxnPgoJCTxwYXRoIGQ9Ik03My4wOTIsMTY0LjQ1MmgyNTUuODEzYzQuOTQ5LDAsOS4yMzMtMS44MDcsMTIuODQ4LTUuNDI0YzMuNjEzLTMuNjE2LDUuNDI3LTcuODk4LDUuNDI3LTEyLjg0NwoJCQljMC00Ljk0OS0xLjgxMy05LjIyOS01LjQyNy0xMi44NUwyMTMuODQ2LDUuNDI0QzIxMC4yMzIsMS44MTIsMjA1Ljk1MSwwLDIwMC45OTksMHMtOS4yMzMsMS44MTItMTIuODUsNS40MjRMNjAuMjQyLDEzMy4zMzEKCQkJYy0zLjYxNywzLjYxNy01LjQyNCw3LjkwMS01LjQyNCwxMi44NWMwLDQuOTQ4LDEuODA3LDkuMjMxLDUuNDI0LDEyLjg0N0M2My44NjMsMTYyLjY0NSw2OC4xNDQsMTY0LjQ1Miw3My4wOTIsMTY0LjQ1MnoiLz4KCQk8cGF0aCBkPSJNMzI4LjkwNSwyMzcuNTQ5SDczLjA5MmMtNC45NTIsMC05LjIzMywxLjgwOC0xMi44NSw1LjQyMWMtMy42MTcsMy42MTctNS40MjQsNy44OTgtNS40MjQsMTIuODQ3CgkJCWMwLDQuOTQ5LDEuODA3LDkuMjMzLDUuNDI0LDEyLjg0OEwxODguMTQ5LDM5Ni41N2MzLjYyMSwzLjYxNyw3LjkwMiw1LjQyOCwxMi44NSw1LjQyOHM5LjIzMy0xLjgxMSwxMi44NDctNS40MjhsMTI3LjkwNy0xMjcuOTA2CgkJCWMzLjYxMy0zLjYxNCw1LjQyNy03Ljg5OCw1LjQyNy0xMi44NDhjMC00Ljk0OC0xLjgxMy05LjIyOS01LjQyNy0xMi44NDdDMzM4LjEzOSwyMzkuMzUzLDMzMy44NTQsMjM3LjU0OSwzMjguOTA1LDIzNy41NDl6Ii8+Cgk8L2c+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+);
    background-position-y: center;
}

button.gridjs-sort-asc {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyOTIuMzYycHgiIGhlaWdodD0iMjkyLjM2MXB4IiB2aWV3Qm94PSIwIDAgMjkyLjM2MiAyOTIuMzYxIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyOTIuMzYyIDI5Mi4zNjE7IgoJIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik0yODYuOTM1LDE5Ny4yODdMMTU5LjAyOCw2OS4zODFjLTMuNjEzLTMuNjE3LTcuODk1LTUuNDI0LTEyLjg0Ny01LjQyNHMtOS4yMzMsMS44MDctMTIuODUsNS40MjRMNS40MjQsMTk3LjI4NwoJCUMxLjgwNywyMDAuOTA0LDAsMjA1LjE4NiwwLDIxMC4xMzRzMS44MDcsOS4yMzMsNS40MjQsMTIuODQ3YzMuNjIxLDMuNjE3LDcuOTAyLDUuNDI1LDEyLjg1LDUuNDI1aDI1NS44MTMKCQljNC45NDksMCw5LjIzMy0xLjgwOCwxMi44NDgtNS40MjVjMy42MTMtMy42MTMsNS40MjctNy44OTgsNS40MjctMTIuODQ3UzI5MC41NDgsMjAwLjkwNCwyODYuOTM1LDE5Ny4yODd6Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+);
    background-position-y: 35%;
    background-size: 10px;
}

button.gridjs-sort-desc {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHdpZHRoPSIyOTIuMzYycHgiIGhlaWdodD0iMjkyLjM2MnB4IiB2aWV3Qm94PSIwIDAgMjkyLjM2MiAyOTIuMzYyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCAyOTIuMzYyIDI5Mi4zNjI7IgoJIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8Zz4KCTxwYXRoIGQ9Ik0yODYuOTM1LDY5LjM3N2MtMy42MTQtMy42MTctNy44OTgtNS40MjQtMTIuODQ4LTUuNDI0SDE4LjI3NGMtNC45NTIsMC05LjIzMywxLjgwNy0xMi44NSw1LjQyNAoJCUMxLjgwNyw3Mi45OTgsMCw3Ny4yNzksMCw4Mi4yMjhjMCw0Ljk0OCwxLjgwNyw5LjIyOSw1LjQyNCwxMi44NDdsMTI3LjkwNywxMjcuOTA3YzMuNjIxLDMuNjE3LDcuOTAyLDUuNDI4LDEyLjg1LDUuNDI4CgkJczkuMjMzLTEuODExLDEyLjg0Ny01LjQyOEwyODYuOTM1LDk1LjA3NGMzLjYxMy0zLjYxNyw1LjQyNy03Ljg5OCw1LjQyNy0xMi44NDdDMjkyLjM2Miw3Ny4yNzksMjkwLjU0OCw3Mi45OTgsMjg2LjkzNSw2OS4zNzd6Ii8+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPGc+CjwvZz4KPC9zdmc+);
    background-position-y: 65%;
    background-size: 10px;
}

button.gridjs-sort:focus {
    outline: none;
}

table.gridjs-table {
    width: 100%;
    max-width: 100%;
    border-collapse: collapse;
    text-align: left;
    display: table;
    margin: 0;
    padding: 0;
    overflow: auto;
    table-layout: fixed;
}

.gridjs-tbody {
    background-color: #fff;
}

td.gridjs-td {
    border: 1px solid #e5e7eb;
    padding: 12px 24px;
    background-color: #fff;
    box-sizing: content-box;
}

    td.gridjs-td:first-child {
        border-left: none;
    }

    td.gridjs-td:last-child {
        border-right: none;
    }

td.gridjs-message {
    text-align: center;
}

th.gridjs-th {
    position: relative;
    color: #6b7280;
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-top: none;
    padding: 14px 24px;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    box-sizing: border-box;
    white-space: nowrap;
    outline: none;
    vertical-align: middle;
}

    th.gridjs-th .gridjs-th-content {
        text-overflow: ellipsis;
        overflow: hidden;
        width: 100%;
        float: left;
    }

th.gridjs-th-sort {
    cursor: pointer;
}

    th.gridjs-th-sort .gridjs-th-content {
        width: calc(100% - 15px);
    }

    th.gridjs-th-sort:hover {
        background-color: #e5e7eb;
    }

    th.gridjs-th-sort:focus {
        background-color: #e5e7eb;
    }

th.gridjs-th-fixed {
    position: sticky;
    box-shadow: 0 1px 0 0 #e5e7eb;
}

@supports (-moz-appearance: none) {
    th.gridjs-th-fixed {
        box-shadow: 0 0 0 1px #e5e7eb;
    }
}

th.gridjs-th:first-child {
    border-left: none;
}

th.gridjs-th:last-child {
    border-right: none;
}

.gridjs-tr {
    border: none;
}

.gridjs-tr-selected td {
    background-color: #ebf5ff;
}

.gridjs-tr:last-child td {
    border-bottom: 0;
}

.gridjs *,
.gridjs :after,
.gridjs :before {
    box-sizing: border-box;
}

.gridjs-wrapper {
    position: relative;
    z-index: 1;
    overflow: auto;
    width: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.26);
    border-radius: 8px 8px 0 0;
    display: block;
    border-top-width: 1px;
    border-color: #e5e7eb;
}

    .gridjs-wrapper:nth-last-of-type(2) {
        border-radius: 8px;
        border-bottom-width: 1px;
    }

.gridjs-search {
    float: left;
}

.gridjs-search-input {
    width: 250px;
}

.gridjs-loading-bar {
    z-index: 10;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    opacity: 0.5;
}

    .gridjs-loading-bar::after {
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        transform: translateX(-100%);
        background-image: linear-gradient(90deg, rgba(204, 204, 204, 0) 0, rgba(204, 204, 204, 0.2) 20%, rgba(204, 204, 204, 0.5) 60%, rgba(204, 204, 204, 0));
        animation: shimmer 2s infinite;
        content: "";
    }

@keyframes shimmer {
    100% {
        transform: translateX(100%);
    }
}

.gridjs-td .gridjs-checkbox {
    display: block;
    margin: auto;
    cursor: pointer;
}

.gridjs-resizable {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 5px;
}

    .gridjs-resizable:hover {
        cursor: ew-resize;
        background-color: #9bc2f7;
    }


/*!*********************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[0].use[2]!./src/styles/styles.scss ***!
  \*********************************************************************************************************************************************/
@charset "UTF-8";
/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * Add the correct display in IE.
 */
main {
    display: block;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 */
button {
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

button,
[type=button],
[type=reset],
[type=submit] {
    /**
   * Remove the inner border and padding in Firefox.
   */
}

    button::-moz-focus-inner,
    [type=button]::-moz-focus-inner,
    [type=reset]::-moz-focus-inner,
    [type=submit]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

button,
[type=button],
[type=reset],
[type=submit] {
    /**
   * Restore the focus styles unset by the previous rule.
   */
}

    button:-moz-focusring,
    [type=button]:-moz-focusring,
    [type=reset]:-moz-focusring,
    [type=submit]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

/**
 * Show the overflow in Edge.
 */
input {
    overflow: visible;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
    /**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
}

    [type=search]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    color: inherit; /* 2 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

@font-face {
    font-family: Inter;
    font-weight: 700;
    src: url(f0be7d273c3543fe4c4a.ttf);
}

@font-face {
    font-family: Inter;
    font-weight: 600;
    src: url(d52a01d17b566af4e096.ttf);
}

@font-face {
    font-family: Inter;
    font-weight: 500;
    src: url(c51b145d8cf66a74cc74.ttf);
}

@font-face {
    font-family: Inter;
    font-weight: 400;
    src: url(86c330c66f7333ff6202.ttf);
}

@font-face {
    font-family: SF Pro;
    font-weight: 500;
    src: url(b85d841dacb040b84951.otf);
}

html {
    height: 100%;
    overflow-x: hidden;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    html::-webkit-scrollbar {
        display: none;
    }

body {
    margin: 0;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    background-color: #FFFFFF;
    color: #161616;
    line-height: 1;
    display: flex;
    flex-direction: column;
    height: 100%;
}

@media screen and (max-width: 1329.98px) {
    body {
        align-items: center;
    }

        body header, body main, body footer {
            width: 100%;
        }
}

h1, h2, h3, h4, p, ul, ol, li {
    margin: 0;
    padding: 0;
}

footer {
    flex: 0 0 auto;
}

main {
    flex: 1;
}

.container {
    max-width: 1285px;
    margin: 0 auto;
}

@media screen and (max-width: 1329.98px) {
    .container {
        margin-left: 20px;
        margin-right: 20px;
    }
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

#map {
    width: 100%;
    height: 100%;
    min-height: 204px;
    display: block;
    overflow: hidden;
}

    #map [class*=-map] {
        border-radius: 24px;
    }

    #map [class*=-map-copyrights-promo] {
        display: none;
    }

    #map [class*=-copyright__wrap] {
        display: none;
    }

.layout-with-sidebar .container {
    display: flex;
}

.layout-with-sidebar .page-content {
    width: 100%;
}

.container--header {
    border-bottom: 1px solid rgba(22, 22, 22, 0.1);
    padding: 38px 0 20px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.action__icons {
    display: flex;
    align-items: center;
    gap: 17px;
}

.action__icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

    .action__icon svg path {
        transition: stroke 0.3s ease-in;
    }

    .action__icon:last-child .dropdown {
        left: unset;
        right: -20px;
    }

@media screen and (max-width: 1024.98px) {
    .action__icon:last-child .dropdown {
        right: -15px;
    }
}

.action__icon:hover > svg path {
    stroke: #A49DB2;
}

.action__icon.active svg path {
    stroke: #A49DB2;
}

.action__icon.open > svg path {
    stroke: #A49DB2;
}

.action__icon--burger-menu {
    display: none;
}

    .action__icon--burger-menu > svg path {
        transition: fill 0.3s ease-in;
    }

    .action__icon--burger-menu:hover > svg path {
        fill: #A49DB2;
    }

.header--auth .action__icons {
    justify-content: flex-end;
}

.header--auth .action__icon:not(:first-child) {
    display: none;
}

.header--auth .action__icon:first-child .dropdown {
    left: unset;
    right: -18px;
}

.header--authorized .header__container {
    justify-content: space-between;
}

.header--authorized .logo__company {
    margin-left: unset;
}

.header--authorized .action__icon:first-child .dropdown {
    left: calc(100% - 85px);
}

@media screen and (max-width: 1024.98px) {
    .header--authorized .action__icon:first-child .dropdown {
        left: calc(100% - 80px);
    }
}

.notification-count {
    position: absolute;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #FF2D55;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 10px;
    top: -6px;
    right: -2px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 1px;
    box-sizing: border-box;
}

    .notification-count:empty {
        display: none;
    }

.logo__company {
    cursor: pointer;
    transition: opacity 0.3s ease-in;
    margin: auto;
}

    .logo__company:hover {
        opacity: 0.8;
    }

@media screen and (max-width: 1024.98px) {
    .container--header {
        padding: 28px 0 20px;
    }

    .header--authorized .action__icons {
        padding-right: 15px;
    }

    .action__icons {
        gap: 4px;
    }

    .action__icon {
        width: 40px;
        height: 40px;
    }

    .notification-count {
        top: 0px;
        right: 7px;
    }

    .logo__company {
        margin-left: 0;
    }
}

@media screen and (max-width: 575.98px) {
    .action__icon.action__icon--burger-menu {
        display: flex;
    }

        .action__icon.action__icon--burger-menu svg:first-child {
            display: flex;
        }

        .action__icon.action__icon--burger-menu svg:last-child {
            display: none;
        }

        .action__icon.action__icon--burger-menu.open svg:first-child {
            display: none;
        }

        .action__icon.action__icon--burger-menu.open svg:last-child {
            display: flex;
        }

            .action__icon.action__icon--burger-menu.open svg:last-child svg path {
                transition: fill 0.3s ease-in;
            }

                .action__icon.action__icon--burger-menu.open svg:last-child svg path:hover {
                    fill: #A49DB2;
                }

    .header--auth .action__icon.action__icon--burger-menu {
        display: flex;
    }

    .header--authorized .action__icon {
        display: none;
    }

    .header--authorized .action__icon--notification, .header--authorized .action__icon--burger-menu {
        display: flex;
    }

    .logo__company-link svg {
        max-width: 170px;
    }
}

.footer__container {
    padding: 24px 0;
}

.footer__list {
    display: flex;
    align-items: center;
    gap: 48px;
    margin: auto;
    max-width: 435px;
    list-style: none;
}

.footer__link {
    text-decoration: none;
    cursor: pointer;
    color: #5C5C5C;
    transition: color 0.3s ease-in;
}

    .footer__link:hover {
        color: #A49DB2;
    }

@media screen and (max-width: 1024.98px) {
    body:has(.header--authorized) .footer {
        display: none;
    }

    body:has(.header--authorized + .page.terms) .footer {
        display: block;
    }
}

@media screen and (max-width: 575.98px) {
    .footer {
        display: none;
    }
}

main:has(.burger-menu__block.open-panel) {
    position: relative;
}

.burger-menu__block {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #FFFFFF;
    padding: 20px 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity ease-in, visibility ease-in;
}

    .burger-menu__block.open-panel {
        opacity: 1;
        visibility: visible;
        z-index: 16;
    }

    .burger-menu__block .container {
        height: 80vh;
        display: flex;
        flex-direction: column;
    }

.burger-menu__list {
    list-style: none;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    box-sizing: border-box;
    flex: 1;
}

.burger-menu__list--one .burger-menu__item .burger-menu__item--text {
    color: #E85894;
}

.burger-menu__item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    transition: background-color 0.3s ease-in;
    border-radius: 8px;
}

    .burger-menu__item:not(:last-child) {
        margin-bottom: 12px;
    }

    .burger-menu__item:hover {
        background-color: #F1F0F5;
    }

        .burger-menu__item:hover svg path {
            stroke: #A49DB2;
        }

.burger-menu__item--text {
    font-weight: 500;
    line-height: 1.3;
    text-decoration: none;
    color: #161616;
}

.burger-menu__item--icon {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .burger-menu__item--icon svg path {
        transition: stroke 0.3s ease-in;
        stroke: #E85894;
    }

body:has(.header--auth) .burger-menu__item--authorized {
    display: none;
}

.air-datepicker {
    --adp-font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --adp-font-size: 14px;
    --adp-width: 252px;
    --adp-background-color-selected-other-month-focused: #E85894;
    --adp-background-color-selected-other-month: #E85894;
    --adp-color: #161616;
    --adp-color-secondary: #161616;
    --adp-accent-color: #E85894;
    --adp-color-current-date: var(--adp-accent-color);
    --adp-border-radius: 12px;
    --adp-nav-height: 20px;
    --adp-day-name-color: rgba(#161616, 0.5);
    --adp-day-name-color-hover: rgba(#161616, 0.4);
    --adp-day-cell-width: 30px;
    --adp-day-cell-height: 30px;
    --adp-cell-background-color-selected: #E85894;
    --adp-cell-background-color-selected-hover: #E85894;
    --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
    --adp-btn-color: var(--adp-accent-color);
    box-shadow: 0px 3px 40px 0px rgba(77, 77, 86, 0.1490196078);
    border: none;
    font-weight: 400;
}

.air-datepicker--pointer {
    display: none;
}

.air-datepicker-nav {
    padding: 24px 20px;
    border-bottom: none;
    align-items: center;
    justify-content: unset;
}

.air-datepicker-nav--title {
    order: 1;
    padding: 0;
    font-weight: 500;
}

    .air-datepicker-nav--title:hover {
        background-color: transparent;
    }

.air-datepicker-nav--action[data-action=prev] {
    order: 2;
    margin-left: auto;
}

.air-datepicker-nav--action[data-action=next] {
    order: 3;
    margin-left: 4px;
}

.air-datepicker-nav--action {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

    .air-datepicker-nav--action svg {
        width: 18px;
        height: 18px;
    }

        .air-datepicker-nav--action svg path {
            stroke: #E85894;
            transition: stroke 0.3s ease-in;
        }

    .air-datepicker-nav--action:hover {
        background-color: transparent;
    }

        .air-datepicker-nav--action:hover svg path {
            stroke: #A49DB2;
        }

.air-datepicker--content {
    padding: 0 20px 24px;
}

.air-datepicker-body--day-names {
    margin: 0 0 16px;
    padding-bottom: 16px;
    border-bottom: 1px solid rgba(22, 22, 22, 0.1);
}

.air-datepicker-body--day-name {
    text-transform: none;
    opacity: 0.5;
    font-weight: 300;
    font-size: 12px;
    text-align: center;
}

.air-datepicker-cell {
    border-radius: 50%;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
}

    .air-datepicker-cell.-focus- {
        background-color: #A49DB2;
    }

    .air-datepicker-cell.-selected- {
        background-color: #E85894;
        color: #FFFFFF;
    }

        .air-datepicker-cell.-selected-.-focus- {
            background-color: #E85894;
            color: #FFFFFF;
        }

.button {
    border: 1px solid #E85894;
    box-sizing: border-box;
    cursor: pointer;
    padding: 15px 24px;
    background-color: #E85894;
    font-family: Inter, san-serif;
    font-weight: 500;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    border-radius: 16px;
    line-height: 1;
    outline: none;
    transition: background-color 0.3s ease-in, border-color 0.3s ease-in, color 0.3s ease-in;
}

    .button:hover {
        background-color: #A49DB2;
        border-color: #A49DB2;
    }

.button__transparent {
    background-color: #FFFFFF;
    color: #E85894;
    padding: 11px 16px;
}

    .button__transparent:hover {
        background-color: #FFFFFF;
        color: #A49DB2;
    }

        .button__transparent:hover .button--icon svg path {
            stroke: #A49DB2;
        }

.button__svg {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 23px;
}

    .button__svg svg path {
        transition: stroke 0.3s ease-in;
    }

    .button__svg:hover svg path {
        stroke: #A49DB2;
    }

.button__with-svg {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding-top: 11px;
    padding-bottom: 11px;
}

.button__with-svg--sm {
    padding: 7px 16px;
}

.button__with-svg.open {
    background-color: #A49DB2;
    border-color: #A49DB2;
}

    .button__with-svg.open .button--icon svg path {
        stroke: rgba(255, 255, 255, 0.5);
    }

.button__with-svg:hover .button--icon svg path {
    stroke: rgba(255, 255, 255, 0.5);
}

.button__link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 10px;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
    color: #161616;
    border-radius: 8px;
    background-color: transparent;
    transition: color 0.3s ease-in;
}

    .button__link.active {
        background-color: #FFFFFF;
    }

.button__link--no-border {
    border-color: transparent;
    color: #E85894;
    font-size: 16px;
}

    .button__link--no-border:hover {
        background-color: transparent;
        border-color: transparent;
        color: #A49DB2;
    }

        .button__link--no-border:hover .button--icon svg path {
            stroke: #A49DB2;
        }

.button__link:not(.active):hover {
    color: #A49DB2;
}

.button__link-with-svg {
    transition: color 0.3s ease-in;
}

    .button__link-with-svg .button__link--icon svg path {
        transition: stroke 0.3s ease-in;
    }

    .button__link-with-svg:not(.active):hover {
        color: #A49DB2;
    }

        .button__link-with-svg:not(.active):hover .button__link--icon svg path {
            stroke: #9584BD;
        }

.button__link--icon {
    width: 16px;
    height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button--social {
    padding: 12px;
    background-color: #EBEBEC;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    border: none;
    width: 197px;
    font-family: SF Pro, sans-serif;
    color: #161616;
    font-variation-settings: "wght" 590;
}

.button--auth {
    width: 284px;
}

.button--icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .button--icon svg path {
        transition: stroke 0.3s ease-in;
    }

.button--add {
    padding: 7px 15px;
    gap: 8px;
}

.button--add-photo {
    padding: 7px 15px;
    gap: 8px;
}

    .button--add-photo:hover .button--icon svg path {
        stroke: #A49DB2;
    }

.button--auth-photo {
    padding: 11px 16px;
}

.button--chat {
    padding: 9px 12px;
    border-radius: 16px;
}

    .button--chat .button--icon {
        width: 18px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

.button--delete {
    border: none;
    padding: 0 10px;
    color: #FF383C;
    justify-content: flex-start;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 8px;
}

    .button--delete .button--text {
        font-weight: 400;
        line-height: 1.5;
    }

    .button--delete svg path {
        transition: stroke 0.3s ease-in;
    }

    .button--delete:hover {
        background-color: unset;
        box-shadow: none;
        color: #A49DB2;
    }

        .button--delete:hover svg path {
            stroke: #A49DB2;
        }

.button--red {
    background-color: #FF383C;
    border-color: #FF383C;
}

.button--text {
    transition: color 0.3s ease-in;
}

.category {
    padding: 4px 6px;
    box-sizing: border-box;
    border-radius: 6px;
    color: #FFFFFF;
    font-weight: 500;
    font-size: 12px;
    position: relative;
    width: fit-content;
    max-width: 133px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.category__text {
    position: relative;
    z-index: 1;
}

.category::before, .category::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    top: 0;
    left: 0;
    z-index: 1;
}

.category.new {
    background-color: #6155F5;
}

.category.subscriptions {
    background-color: #00C8B3;
}

    .category.subscriptions::before {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .category.subscriptions::after {
        background-color: rgba(255, 255, 255, 0.4);
    }

.category.in-transit {
    background-color: #6155F5;
}

    .category.in-transit::before {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .category.in-transit::after {
        background-color: rgba(255, 255, 255, 0.3);
    }

.category.assembling {
    background-color: #6155F5;
}

    .category.assembling::before {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .category.assembling::after {
        background-color: rgba(255, 255, 255, 0.5);
    }

.category.delivered {
    background-color: rgba(22, 22, 22, 0.5);
}

.category.delivered__sub {
    background-color: rgba(22, 22, 22, 0.25);
}

.category.canceled {
    background-color: rgba(22, 22, 22, 0.1);
    color: #FF383C;
}

.category.subscription--active, .category.subscription--archive {
    background-color: rgba(22, 22, 22, 0.5);
}

.dropdown {
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 12px;
    padding: 12px 18px;
    box-sizing: border-box;
    width: 226px;
    top: calc(100% + 8px);
    left: calc(100% - 55px);
    visibility: hidden;
    opacity: 0;
    z-index: -1;
    transition: opacity 0.3s ease-in;
    box-shadow: 0px 3px 40px 0px rgba(77, 77, 86, 0.1490196078);
}

.dropdown-item:hover + .dropdown--line {
    background-color: transparent;
}

.dropdown--line:has(+ .dropdown-item:hover) {
    background-color: transparent;
}

.dropdown.open {
    visibility: visible;
    z-index: 1;
    opacity: 1;
}

.dropdown a {
    text-decoration: none;
    color: #161616;
}

.dropdown-item input[type=radio] {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.dropdown-item label {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    width: 100%;
    padding: 10px 12px;
    box-sizing: border-box;
}

.dropdown-item:has(label) {
    padding: 0;
}

.dropdown-item {
    padding: 10px 12px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
    border-radius: 8px;
    transition: background-color 0.3s ease-in;
}

    .dropdown-item:hover {
        background-color: #F1F0F5;
    }

        .dropdown-item:hover .dropdown-item__icon svg path {
            stroke: #9584BD;
        }

    .dropdown-item:has(input[type=radio]:checked) {
        background-color: #F1F0F5;
    }

        .dropdown-item:has(input[type=radio]:checked) + .dropdown--line {
            background-color: transparent;
        }

        .dropdown-item:has(input[type=radio]:checked) .dropdown-item__icon--checked {
            opacity: 1;
        }

    .dropdown-item:has(input:disabled) {
        opacity: 0.25;
        pointer-events: none;
        cursor: default;
    }

        .dropdown-item:has(input:disabled) .dropdown-item__icon--checked {
            display: none;
        }

.dropdown-item__help {
    display: none;
}

    .dropdown-item__help + .dropdown--line {
        display: none;
    }

.dropdown--line {
    width: 174px;
    height: 1px;
    background-color: rgba(22, 22, 22, 0.1);
    border-radius: 2px;
    margin: auto;
    transition: background-color 0.3s ease-in;
}

    .dropdown--line:has(+ .dropdown-item--active) {
        background-color: transparent;
    }

    .dropdown--line:has(+ .dropdown-item input:checked) {
        background-color: transparent;
    }

.dropdown-item__text {
    line-height: 1.3;
    font-weight: 500;
}

.dropdown-item__icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .dropdown-item__icon svg {
        width: 100%;
        height: 100%;
    }

        .dropdown-item__icon svg path {
            stroke: #E85894;
            transition: stroke 0.3s ease-in;
        }

.dropdown-item__icon--delete svg path {
    stroke: #FF383C;
}

.dropdown-item__icon--checked {
    opacity: 0;
    transition: opacity 0.3s ease-in;
    width: 24px;
    height: 24px;
    background-image: url(assets/images/selected.svg);
    background-size: cover;
    background-repeat: no-repeat;
}

    .dropdown-item__icon--checked svg path {
        stroke: #9584BD;
    }

.dropdown__notifications {
    padding: 12px;
    width: 300px;
    left: unset;
    right: calc(100% - 123px);
}

    .dropdown__notifications .order-item__breadcrumbs {
        margin-bottom: 12px;
    }

    .dropdown__notifications .order-item__add {
        margin-bottom: 6px;
    }

    .dropdown__notifications .order-item__title {
        max-width: 192px;
        font-size: 14px;
        margin-bottom: 4px;
    }

    .dropdown__notifications .order-item__add {
        font-weight: 500;
        font-size: 14px;
    }

@media screen and (max-width: 1024.98px) {
    .dropdown__notifications {
        right: calc(100% - 145px);
    }
}

.dropdown-item.dropdown-item__notification {
    padding: 10px 0;
}

    .dropdown-item.dropdown-item__notification:not(:first-child) {
        border-top: 1px solid rgba(22, 22, 22, 0.1);
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .dropdown-item.dropdown-item__notification:first-child {
        padding-top: 0;
    }

    .dropdown-item.dropdown-item__notification:last-child {
        border-top: none;
        padding: 8px 0;
        margin-top: 12px;
        position: relative;
        justify-content: flex-start;
        gap: 8px;
    }

        .dropdown-item.dropdown-item__notification:last-child::after {
            content: "";
            left: -12px;
            right: -12px;
            height: 1px;
            position: absolute;
            top: -12px;
            background-color: rgba(22, 22, 22, 0.1);
            transition: background-color 0.3s ease-in;
        }

    .dropdown-item.dropdown-item__notification:hover {
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
    }

        .dropdown-item.dropdown-item__notification:hover:not(:last-child) {
            background-color: unset;
        }

.dropdown-item__icon--marked {
    width: 29px;
    height: 24px;
}

.sub-duration {
    font-weight: 500;
    font-size: 14px;
    color: rgba(22, 22, 22, 0.5);
}

    .sub-duration span {
        color: rgba(22, 22, 22, 0.25);
    }

.order-item.notification__card {
    padding: 0;
    gap: 12px;
    align-items: center;
}

    .order-item.notification__card:hover {
        background-color: unset;
        border-radius: unset;
    }

.notification__card--description {
    width: 192px;
    padding: 6px 0;
}

.order-item__image.notification__card--image {
    width: 70px;
    height: 72px;
    margin-right: 0;
    margin-bottom: 0;
}

    .order-item__image.notification__card--image img {
        border: 1px solid rgba(22, 22, 22, 0.1);
    }

        .order-item__image.notification__card--image img:nth-child(1) {
            z-index: 3;
            transform: translate(0px, 0px);
        }

        .order-item__image.notification__card--image img:nth-child(2) {
            z-index: 2;
            transform: translate(6px, 6px);
        }

        .order-item__image.notification__card--image img:nth-child(3) {
            z-index: 1;
            transform: translate(12px, 12px);
        }

    .order-item__image.notification__card--image:has(img:nth-child(2)) img {
        width: 56px;
        height: 56px;
    }

.status {
    font-weight: 600;
}

.notification__info {
    line-height: 1.3;
}

.notification__info--title {
    font-size: 14px;
    margin-bottom: 2px;
}

.notification__info--text {
    font-size: 12px;
    margin-bottom: 10px;
    color: rgba(22, 22, 22, 0.5);
}

@media screen and (max-width: 1024.98px) {
    .dropdown-item__help {
        display: block;
    }

        .dropdown-item__help + .dropdown--line {
            display: block;
        }
}

.input {
    -webkit-appearance: none;
    appearance: none;
    box-shadow: none;
    border-radius: 16px;
    border: 1px solid rgba(22, 22, 22, 0.25);
    outline: none;
    padding: 9px 17px;
    box-sizing: border-box;
    font-family: Inter, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #161616;
    transition: border-color 0.2s ease-in;
}

    .input:not([readonly]):focus, .input:not([readonly]):hover {
        border-color: #9584BD;
    }

    .input:has(+ .error.is-shown) {
        border-color: #FF2D55;
    }

        .input:has(+ .error.is-shown):focus, .input:has(+ .error.is-shown):hover {
            border-color: #FF2D55;
        }

input[readonly] {
    color: rgba(22, 22, 22, 0.5);
    background: rgba(22, 22, 22, 0.1);
}

.input[type=checkbox] {
    -webkit-appearance: none;
    appearance: none;
    width: 36px;
    height: 36px;
    border: 1px solid rgba(22, 22, 22, 0.25);
    border-radius: 50%;
    position: relative;
    cursor: pointer;
}

    .input[type=checkbox]::before {
        content: "";
        position: absolute;
        background-image: url(assets/images/checked.svg);
        background-repeat: no-repeat;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-position: center;
        opacity: 0;
    }

input[type=checkbox]:checked {
    background-color: #9584BD;
}

    input[type=checkbox]:checked::before {
        opacity: 1;
    }

.label {
    font-weight: 600;
    font-size: 18px;
}

    .label span {
        opacity: 0.25;
        font-weight: 400;
    }

@media screen and (max-width: 479.98px) {
    .label {
        font-size: 16px;
    }

    .input {
        padding: 13px 16px;
    }
}

.sidebar {
    padding: 100px 86px 0 0;
    max-width: 259px;
    box-sizing: border-box;
    width: 100%;
}

.sidebar-menu {
    position: sticky;
    height: 70vh;
}

.sidebar-menu--item {
    list-style: none;
    display: flex;
    align-items: center;
    border-radius: 12px;
    transition: background-color 0.3s ease-in;
}

    .sidebar-menu--item:not(:last-child) {
        margin-bottom: 12px;
    }

    .sidebar-menu--item:hover {
        cursor: pointer;
        background-color: #F1F0F5;
    }

        .sidebar-menu--item:hover .sidebar-menu--icon svg path {
            stroke: #9584BD;
        }

    .sidebar-menu--item.active {
        background-color: #F1F0F5;
    }

        .sidebar-menu--item.active .sidebar-menu--icon svg path {
            stroke: #9584BD;
        }

.sidebar-menu--link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: #161616;
    font-weight: 500;
    min-width: 100%;
    padding: 7px 12px;
    box-sizing: border-box;
}

.sidebar-menu--link-inner {
    display: flex;
    align-items: center;
    gap: 8px;
}

.sidebar-menu--link:has(.order-chart) {
    padding: 5px 12px;
}

.sidebar-menu--icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sidebar-menu--icon svg path {
        transition: stroke 0.3s ease-in;
    }

.order-chart {
    font-weight: 600;
    font-size: 14px;
    color: #FFFFFF;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #FF2D55;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: auto;
}

@media screen and (max-width: 1284.98px) {
    .sidebar {
        padding-right: 70px;
    }
}

@media screen and (max-width: 1199.98px) {
    .sidebar {
        padding-right: 40px;
    }
}

@media screen and (max-width: 1024.98px) {
    .page-content {
        padding-bottom: 100px;
    }

    .archive .sidebar {
        background-color: #D4D4D4;
    }

    .sidebar {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        display: flex;
        border-top: 1.5px solid #CCCCCC;
        background-color: #FFFFFF;
        padding: 19px 0;
        z-index: 11;
        max-width: unset;
        box-shadow: 0px -2px 6.8px 0px rgba(204, 204, 204, 0.1490196078);
    }

    .sidebar-menu {
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 40px;
        width: 100%;
    }

    .sidebar-menu--item:not(:last-child) {
        margin-bottom: 0;
    }

    .order-chart {
        margin-left: 8px;
    }
}

@media screen and (max-width: 767.98px) {
    .sidebar {
        padding: 9px 0;
    }

    .sidebar-menu--link {
        padding: 8px;
    }

    .sidebar-menu--text {
        display: none;
    }

    .sidebar-menu--item.active {
        background-color: unset;
    }
}

.splide {
    width: 100%;
    height: 100%;
}

    .splide:not(.is-overflow) .splide__pagination {
        display: flex;
        align-items: center;
        justify-content: center;
    }

.splide__track {
    border-radius: 12px;
}

.splide__slide {
    width: 350px;
    height: 344px;
}

    .splide__slide img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.splide__pagination__page {
    opacity: 1;
    width: 9px;
    height: 9px;
    border-radius: 6px;
    background-color: rgba(222, 222, 222, 0.6);
}

    .splide__pagination__page.is-active {
        width: 21px;
        background-color: rgba(222, 222, 222, 0.6);
        transform: scale(1);
    }

.title {
    font-weight: 700;
    font-size: 28px;
    text-align: center;
}

@media screen and (max-width: 575.98px) {
    .title {
        font-size: 26px;
    }
}

.auth .title {
    margin-bottom: 8px;
}

.auth__container {
    padding: 48px 0;
}

.auth__form {
    max-width: 414px;
    margin: 0 auto;
    text-align: center;
}

.auth__social-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.auth__form--block {
    display: flex;
    flex-direction: column;
    gap: 4px;
    text-align: left;
}

    .auth__form--block:not(:last-child) {
        margin-bottom: 28px;
    }

    .auth__form--block .custom-select {
        width: 100%;
    }

    .auth__form--block:has(.error.is-shown) .input {
        border-color: #FF2D55;
    }

.example {
    font-weight: 500;
    font-size: 14px;
    color: rgba(22, 22, 22, 0.5);
}

.error {
    display: none;
    font-weight: 500;
    font-size: 14px;
    color: #FF2D55;
}

    .error.is-shown {
        display: block;
    }

.auth__form--actions {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
}

    .auth__form--actions .button--auth {
        width: 242px;
    }

@media screen and (max-width: 575.98px) {
    .auth__container {
        padding: 28px 0;
    }
}

.pop-up {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    transition: opacity ease-in, visibility ease-in;
}

    .pop-up.open {
        transition: opacity 0.3s ease-in, visibility 0.3s ease-in;
        opacity: 1;
        visibility: visible;
        z-index: 15;
    }

.pop-up {
    background-color: rgba(22, 22, 22, 0.25);
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

    .pop-up::-webkit-scrollbar {
        display: none;
    }

.pop-up {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.pop-up__inner {
    border-radius: 40px;
    box-shadow: 0px 4px 4px 2000px rgba(22, 22, 22, 0.25);
    background-color: #FFFFFF;
    padding: 32px;
    box-sizing: border-box;
    max-width: 591px;
    position: relative;
    min-height: min-content;
    margin: 80px auto;
}

.pop-up__close {
    cursor: pointer;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .pop-up__close svg path {
        transition: fill 0.3s ease-in;
    }

    .pop-up__close:hover svg path {
        fill: #A49DB2;
    }

.pop-up__inner-actions {
    max-width: 491px;
    margin: auto;
    padding-bottom: 18px;
}

.pop-up__add-photo {
    margin: 32px auto;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .pop-up__add-photo:has(.error) {
        flex-direction: column;
        gap: 6px;
    }

        .pop-up__add-photo:has(.error) .button--add-photo {
            color: #FF2D55;
            border-color: #FF2D55;
        }

            .pop-up__add-photo:has(.error) .button--add-photo .button--icon {
                color: #FF2D55;
            }

                .pop-up__add-photo:has(.error) .button--add-photo .button--icon svg path {
                    stroke: #FF2D55;
                }

.pop-up__add-form {
    max-width: 417px;
    margin: auto;
}

    .pop-up__add-form .button {
        width: 100%;
    }

.pop-up__add-blocks {
    max-width: 387px;
    margin: 0 auto 50px;
}

.pop-up__add-block {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

    .pop-up__add-block:not(:last-child) {
        margin-bottom: 28px;
    }

    .pop-up__add-block:last-child {
        flex-direction: row;
        align-items: center;
        gap: 20px;
        padding-top: 20px;
    }

textarea {
    height: 80px;
    resize: none;
    overflow-y: auto;
}

.add-block__dropdown {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.add-more__select {
    display: flex;
    align-items: center;
    gap: 8px;
}

.select-input {
    width: 237px;
    padding: 7px 18px;
}

    .select-input.open {
        border-color: #9584BD;
    }

    .select-input::-ms-expand {
        display: none;
    }

.custom-select {
    position: relative;
    cursor: pointer;
    user-select: none;
}

.select-trigger {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.select-options {
    position: absolute;
    top: calc(100% + 9px);
    left: 0;
    right: 0;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 12px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
    z-index: 1;
    box-shadow: 0px 3px 40px 0px rgba(77, 77, 86, 0.1490196078);
    padding: 12px 18px;
    box-sizing: border-box;
    width: max-content;
    min-width: 100%;
    max-width: 413px;
}

.select-option input {
    opacity: 0;
    visibility: hidden;
    position: absolute;
}

.select-option label {
    cursor: pointer;
    padding: 10px 12px;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.select-option {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 12px;
    transition: background-color 0.3s ease-in;
    position: relative;
    font-weight: 500;
    white-space: nowrap;
}

    .select-option .select-option__text {
        padding: 2px 0;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .select-option:not(:last-child)::before {
        content: "";
        position: absolute;
        bottom: 0;
        left: 8px;
        right: 8px;
        height: 1px;
        background-color: rgba(22, 22, 22, 0.1);
        transition: background-color 0.3s ease-in;
    }

    .select-option:hover {
        background-color: #F1F0F5;
    }

        .select-option:hover::before {
            background-color: transparent;
        }

    .select-option:has(input:checked) {
        background-color: #F1F0F5;
    }

        .select-option:has(input:checked)::before {
            background-color: transparent;
        }

        .select-option:has(input:checked) .select-option__icon {
            opacity: 1;
        }

    .select-option:has(+ .select-option:hover)::before, .select-option:has(+ .select-option input:checked)::before {
        background-color: transparent;
    }

.select-option__icon {
    width: 24px;
    height: 24px;
    opacity: 0;
    transition: opacity 0.3s ease-in;
    background-image: url(assets/images/selected.svg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-left: 10px;
}

    .select-option__icon svg path {
        stroke: #9584BD;
    }

.arrow {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    transform: rotate(0deg);
    transition: transform 0.3s ease-in;
}

.custom-select.open .select-options {
    display: block;
}

.custom-select.open .arrow {
    transform: rotate(-180deg);
}

.input__number--sm {
    width: 97px;
}

.add-more__btn {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.add-more__btn--delete svg path {
    stroke: #1E1E1E;
}

.add-more__btn--add svg path {
    stroke: #E85894;
}

.add-more__btn svg path {
    transition: stroke 0.3s ease-in;
}

.add-more__btn:hover svg path {
    stroke: #A49DB2;
}

.toggle-switch {
    position: relative;
    display: inline-block;
    width: 61px;
    height: 36px;
}

    .toggle-switch input {
        opacity: 0;
        width: 0;
        height: 0;
    }

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(22, 22, 22, 0.25);
    transition: all 0.4s;
    border-radius: 25.2px;
}

    .slider::before {
        position: absolute;
        content: "";
        height: 29px;
        width: 39px;
        left: 4px;
        bottom: 4px;
        background-color: #FFFFFF;
        transition: all 0.4s;
        border-radius: 14px;
    }

input:checked + .slider {
    background-color: #9584BD;
}

    input:checked + .slider::before {
        transform: translateX(13px);
    }

.pop-up__change-bouquet .pop-up__add-photo {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.pop-up__added-photo {
    border-radius: 8px;
    background-color: #F1F0F5;
    padding: 8px;
    box-sizing: border-box;
    width: 403px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 22px;
}

.added-photo__image {
    border-radius: 1px;
    width: 45px;
    height: 56px;
}

.added-photo__text {
    line-height: 1.3;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
}

.added-photo__icon {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

    .added-photo__icon svg path {
        transition: stroke 0.3s ease-in;
        stroke: #1E1E1E;
    }

    .added-photo__icon:hover svg path {
        stroke: #A49DB2;
    }

.pop-up__activate-bouquet .pop-up__add-block:last-child {
    padding-top: 42px;
}

.pop-up__bouquet-card .pop-up__inner-actions {
    max-width: 387px;
}

.pop-up__bouquet-card .pop-up__title {
    font-size: 20px;
    margin-bottom: 32px;
}

.bouquet-card__slider {
    margin-bottom: 32px;
    border-radius: 12px;
    width: 350px;
    height: 344px;
}

.bouquet-card__description {
    margin-bottom: 32px;
}

.bouquet-card__description--text {
    line-height: 1.4;
    margin-bottom: 12px;
    max-width: 350px;
}

.bouquet-card__description--price {
    font-weight: 500;
    font-size: 22px;
}

.bouquet-card__description--add {
    margin-top: 20px;
}

.add-info__line {
    width: 100%;
    border-radius: 2px;
    height: 1px;
    background-color: rgba(22, 22, 22, 0.25);
}

.add-info__item {
    padding-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    font-size: 14px;
    max-width: 350px;
}

    .add-info__item:not(:last-child) {
        margin-bottom: 20px;
    }

.add-info__label {
    opacity: 0.25;
}

.pop-up__add-subscription .pop-up__title {
    margin-bottom: 32px;
}

.pop-up__add-subscription .add-more {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .pop-up__add-subscription .add-more .input {
        width: 342px;
    }

    .pop-up__add-subscription .add-more:not(:last-child) {
        margin-bottom: 8px;
    }

.pop-up__add-subscription .add-more__btn {
    margin-top: 8px;
}

.pop-up__add-subscription .add-more__input .example {
    margin-top: 4px;
}

.pop-up__add-subscription .pop-up__add-form {
    max-width: 100%;
}

.pop-up__add-subscription .pop-up__add-block:last-child {
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.pop-up__change-subscription .pop-up__added-photo {
    margin: 0 auto 32px;
}

.pop-up__change-subscription .add-more {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.pop-up__description {
    max-width: 387px;
    margin: 0 auto 32px;
}

.select-options__delivery-day {
    width: 413px;
    left: -13px;
}

.pop-up__toggle-subscription {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 387px;
    margin: 0 auto 32px;
}

.add-more--added .example {
    display: none;
}

.add-more--added .add-more__btn {
    margin-top: 0;
}

.pop-up__note .pop-up__title {
    margin-bottom: 50px;
}

.pop-up__note .pop-up__description {
    margin: auto;
}

.pop-up__note .pop-up__description--text:not(:last-child) {
    margin-bottom: 20px;
}

.pop-up__note .pop-up__note-actions {
    margin: 50px auto 0;
    max-width: 415px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.pop-up__note .button {
    width: 100%;
}

.pop-up__note .button__transparent {
    padding: 15px 24px;
}

.pop-up__description--title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 24px;
}

.pop-up__share .pop-up__description--text {
    padding: 6px 0;
}

    .pop-up__share .pop-up__description--text strong {
        font-weight: 700;
    }

.pop-up__profile .pop-up__title {
    margin-bottom: 32px;
}

.pop-up__profile--edit .profile-item__image {
    display: flex;
    align-items: center;
    gap: 20px;
}

.pop-up__profile--edit .button--add-photo {
    padding: 11px 16px;
}

.pop-up__profile--edit .label {
    margin-bottom: 4px;
}

.pop-up__profile--edit .profile-item__input {
    width: 100%;
}

.pop-up__profile--edit .profile-items + .button {
    max-width: 417px;
    width: 100%;
    margin: 32px auto 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pop-up__note--edit .label {
    margin-bottom: 4px;
}

.pop-up__note--edit .profile-item {
    margin-bottom: 28px;
}

.pop-up__note--edit .profile-item__input {
    width: 100%;
}

.profile-items {
    max-width: 387px;
    margin: auto;
}

.profile-item {
    margin-bottom: 24px;
}

.profile-item__image img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    object-fit: cover;
}

.profile-item__actions {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

    .profile-item__actions .line {
        width: 100%;
        border-radius: 2px;
        background-color: rgba(22, 22, 22, 0.25);
    }

    .profile-item__actions .button__with-svg {
        max-width: 203px;
        gap: 8px;
    }

        .profile-item__actions .button__with-svg:hover svg path {
            stroke: #A49DB2;
        }

    .profile-item__actions .button--delete {
        margin-bottom: 24px;
    }

.label.profile-item__label {
    font-weight: 400;
    font-size: 14px;
    color: rgba(22, 22, 22, 0.5);
    margin-bottom: 4px;
}

.pop-up__delete .pop-up__description {
    opacity: 0.8;
}

.pop-up__note--report .pop-up__title {
    margin-bottom: 32px;
}

.pop-up__canceled {
    max-width: 401px;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 8px;
    background-color: #F1F0F5;
    margin: 0 auto 32px;
}

.canceled-order {
    display: flex;
    align-items: center;
    gap: 12px;
}

.canceled-order__image {
    width: 45px;
    height: 56px;
    border-radius: 1px;
}

    .canceled-order__image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.canceled-order__info {
    white-space: nowrap;
    width: 100%;
    max-width: 320px;
}

.canceled-order__info--title {
    font-weight: 500;
    color: #000;
    margin-bottom: 4px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.canceled-order__info--num {
    font-weight: 700;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pop-up__note--report .pop-up__description--text:first-child {
    margin-bottom: 0;
}

.pop-up__note--report .pop-up__description--text:last-child {
    margin-bottom: 32px;
}

.pop-up__note--report .input, .pop-up__note--report .add-more__select {
    width: 100%;
}

.pop-up__note--report .pop-up__add-block:last-child {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 0;
    gap: 4px;
}

.pop-up__settings .pop-up__title {
    margin-bottom: 32px;
}

.pop-up__settings .profile-items__title {
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 24px;
}

.pop-up__settings .profile-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.pop-up__settings .label {
    font-weight: 400;
    font-size: 16px;
}

@media screen and (max-width: 1024.98px) {
    .pop-up__share .pop-up__note-actions {
        margin: 32px auto 0;
    }

    .bouquet-card__slider {
        margin-left: auto;
        margin-right: auto;
    }

    .bouquet-card__action .button {
        max-width: 194px;
        width: 100%;
    }

    .added-photo__icon {
        width: 40px;
        height: 40px;
    }

        .added-photo__icon svg {
            width: 40px;
        }

    .add-more__btn {
        width: 40px;
        height: 40px;
    }

    .pop-up__change-subscription .add-more__select {
        width: 100%;
    }

    .pop-up__change-subscription .select-input {
        width: 100%;
    }
}

@media screen and (max-width: 575.98px) {
    .select-input {
        padding: 11px 16px;
    }

    .select-option__text {
        font-size: 15px;
    }
}

body.archive {
    background-color: #D4D4D4;
}

    body.archive .input__breadcrumbs {
        appearance: none;
        -webkit-appearance: none;
        background-color: #D4D4D4;
    }

        body.archive .input__breadcrumbs:-webkit-autofill, body.archive .input__breadcrumbs:-webkit-autofill:hover, body.archive .input__breadcrumbs:-webkit-autofill:focus, body.archive .input__breadcrumbs:-webkit-autofill:active {
            -webkit-box-shadow: 0 0 0 1000px #D4D4D4 inset !important;
            -webkit-text-fill-color: #161616 !important;
        }

.catalog-archive .breadcrumbs {
    align-items: end;
}

.separator {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    margin-bottom: 40px;
}

.separator__line {
    width: 173px;
    border-bottom: 1px solid rgba(22, 22, 22, 0.25);
}

.separator__text {
    font-size: 13px;
    text-align: center;
    color: rgba(22, 22, 22, 0.25);
}

@media screen and (max-width: 479.98px) {
    .separator {
        margin-bottom: 24px;
    }
}

.sub-title__text {
    line-height: 1.4;
    text-align: center;
    margin-bottom: 80px;
}

.auth__form--blocks {
    margin-bottom: 80px;
}

    .auth__form--blocks:has(+ .error.is-shown) {
        margin-bottom: 28px;
    }

        .auth__form--blocks:has(+ .error.is-shown) .input {
            border-color: #FF2D55;
        }

    .auth__form--blocks + .error {
        text-align: left;
        margin-bottom: 40px;
    }

.to-sign-up__block {
    margin-top: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
}

.to-sign-up__text {
    border-bottom: 1px solid transparent;
    line-height: 1.4;
}

.to-sign-up__link {
    text-decoration: none;
    font-weight: 600;
    line-height: 1.4;
    cursor: pointer;
    color: #E85894;
    border-bottom: 1px solid #E85894;
    transition: color 0.3s ease-in, border-color 0.3s ease-in;
}

    .to-sign-up__link:hover {
        color: #A49DB2;
        border-color: #A49DB2;
    }

@media screen and (max-width: 575.98px) {
    .sub-title__text {
        font-size: 14px;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 479.98px) {
    .auth__social-buttons {
        flex-direction: column;
        margin-bottom: 24px;
        gap: 12px;
    }

        .auth__social-buttons .button--social {
            width: 100%;
            gap: 10px;
        }

    .auth__form--block:not(:last-child) {
        margin-bottom: 20px;
    }

    .button--auth {
        width: 100%;
    }

    .to-sign-up__block {
        margin-top: 20px;
    }

    .to-sign-up__text, .to-sign-up__link {
        font-size: 14px;
        line-height: 1.5;
    }
}

.sign-up-payments {
    display: flex;
    align-items: flex-start;
    flex: 1;
}

    .sign-up-payments .layout-auth {
        display: flex;
        flex-direction: column;
        flex: 1;
        height: 100%;
    }

.auth--sign-up {
    padding-bottom: 61px;
}

    .auth--sign-up .auth__container {
        padding-bottom: 0;
    }

    .auth--sign-up .auth__form--blocks {
        margin-bottom: 40px;
    }

.auth--sign-up-shop .auth__form--blocks {
    margin-bottom: 92px;
}

.auth--sign-up-payments {
    height: 100%;
}

    .auth--sign-up-payments .auth__container {
        height: 100%;
        display: flex;
        flex-direction: column;
    }

    .auth--sign-up-payments .auth__form {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        flex: 1;
    }

.auth--sign-up-waiting {
    padding: 222px 0;
}

    .auth--sign-up-waiting .title {
        margin-bottom: 28px;
    }

.auth__progress-block {
    max-width: 640px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    margin: 24px auto 60px;
}

.progress-item {
    display: flex;
    align-items: center;
}

    .progress-item:first-child .circle::after {
        right: -20px;
    }

    .progress-item:nth-child(2) .circle::after {
        right: -27px;
    }

    .progress-item:last-child .circle::after {
        right: -20px;
    }

    .progress-item.active .circle {
        background-color: #9584BD;
    }

        .progress-item.active .circle::after {
            opacity: 1;
        }

    .progress-item.active .line {
        background-color: #9584BD;
    }

.circle {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #EBEBEC;
    border: 2px solid #FFFFFF;
    box-sizing: border-box;
    position: relative;
}

    .circle::after {
        content: attr(data-title);
        position: absolute;
        bottom: 15px;
        font-size: 12px;
        line-height: 1.3;
        opacity: 0.5;
        white-space: nowrap;
    }

.line {
    height: 1px;
    background: #EBEBEC;
    width: 176px;
}

.progress-item--title {
    font-size: 12px;
    line-height: 1.3;
    opacity: 0.5;
}

    .progress-item--title.active {
        opacity: 1;
    }

.terms__block {
    margin-bottom: 80px;
}

.terms__block--items {
    display: flex;
    align-items: flex-start;
    gap: 20px;
}

    .terms__block--items:has(+ .error.is-active) .input[type=checkbox] {
        border-color: #FF2D55;
    }

.terms__block--text {
    text-align: left;
    max-width: 315px;
}

.terms__block .error {
    text-align: left;
    margin-top: 4px;
}

.terms__text {
    border-bottom: 1px solid transparent;
    margin-right: 4px;
    display: inline-block;
}

.terms__link {
    text-decoration: none;
    color: #161616;
    font-weight: 600;
    border-bottom: 1px solid #161616;
    cursor: pointer;
    transition: color 0.3s ease-in, border-color 0.3s ease-in;
}

    .terms__link:hover {
        color: #A49DB2;
        border-color: #A49DB2;
    }

.auth__add-photo {
    display: flex;
    gap: 20px;
    align-items: center;
    margin-top: 16px;
}

.auth__photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
}

.auth__form--payments {
    font-weight: 700;
    font-size: 22px;
    line-height: 1.4;
    text-align: center;
    max-width: 319px;
    margin: 0 auto;
}

@media screen and (max-width: 575.98px) {
    .auth__progress-block {
        margin: 40px auto 35px;
        height: 30px;
    }

    .line {
        max-width: 113px;
    }

    .circle::after {
        bottom: 10px;
    }

    .terms__block {
        margin-bottom: 29px;
    }

    .terms__block--text {
        font-size: 14px;
    }

    .auth--sign-up-shop .auth__form--blocks {
        margin-bottom: 28px;
    }

    .auth__form--payments {
        font-size: 20px;
    }

    .auth__add-photo .button {
        width: 167px;
    }

    .auth__form--actions {
        gap: 16px;
    }

    .auth--sign-up-waiting {
        padding: 28px 0;
    }

        .auth--sign-up-waiting .title {
            margin-bottom: 20px;
        }
}

.catalog--add-first {
    padding: 222px 0;
    text-align: center;
    max-width: 415px;
    margin: auto;
}

    .catalog--add-first .add-first--title {
        line-height: 1.3;
        margin-bottom: 40px;
    }

    .catalog--add-first .button {
        width: 100%;
    }

.catalog--page {
    padding: 36px 0 24px;
}

.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.breadcrumbs__actions {
    background-color: #F1F0F5;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    padding: 4px;
}

.breadcrumbs__archive {
    display: flex;
    align-items: center;
    gap: 12px;
}

.breadcrumbs__archive-block .label {
    font-weight: 500;
    margin-left: 18px;
    margin-bottom: 4px;
}

    .breadcrumbs__archive-block .label span {
        color: #161616;
    }

.input__breadcrumbs {
    width: 140px;
}

    .input__breadcrumbs::placeholder {
        color: rgba(22, 22, 22, 0.25);
    }

.input--date {
    cursor: pointer;
}

    .input--date::-webkit-calendar-picker-indicator {
        display: none;
        -webkit-appearance: none;
    }

.catalog-items {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(241px, 1fr));
    gap: 20px;
}

.catalog-item {
    background-color: #F6F6F8;
    border-radius: 12px;
    margin-bottom: 12px;
    cursor: pointer;
}

    .catalog-item:hover:not(:has(.item-description--action:hover)) .item-description--text {
        color: #A49DB2;
    }

.item-image {
    border-top-right-radius: 12px;
    border-top-left-radius: 12px;
    width: 100%;
    height: 246px;
    object-fit: cover;
}

.item-description {
    padding: 10px;
}

.item-description--top {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.item-description--bottom {
    border-top: 1px solid rgba(22, 22, 22, 0.1);
    padding-top: 5px;
    color: rgba(22, 22, 22, 0.5);
    font-size: 12px;
}

.item-description--add-info:first-child {
    margin-bottom: 5px;
}

.item-description--action {
    width: 24px;
    height: 24px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .item-description--action > svg path {
        transition: stroke 0.3s ease-in;
    }

    .item-description--action:hover > svg path {
        stroke: #9584BD;
    }

    .item-description--action.open > svg path {
        stroke: #9584BD;
    }

.item-description--text {
    max-width: 192px;
    transition: color 0.3s ease-in;
}

.item-description--title {
    margin-bottom: 4px;
}

.item-description--price {
    font-weight: 700;
}

@media screen and (max-width: 1024.98px) {
    .catalog--page {
        padding: 28px 0;
    }

    .breadcrumbs {
        margin-bottom: 28px;
    }

    .breadcrumbs__add {
        width: 251px;
    }

        .breadcrumbs__add .button {
            width: 100%;
        }

    .breadcrumbs__actions {
        width: 251px;
        box-sizing: border-box;
    }

        .breadcrumbs__actions .button__link {
            flex: 1;
        }

    .catalog-items {
        gap: 15px;
        grid-template-columns: repeat(3, minmax(167px, 1fr));
    }

    .catalog-item {
        margin-bottom: 5px;
    }

    .item-image {
        height: 292px;
    }

    .input__breadcrumbs {
        width: 136px;
    }
}

@media screen and (max-width: 767.98px) {
    .catalog-items {
        grid-template-columns: repeat(2, minmax(167px, 1fr));
    }
}

@media screen and (max-width: 575.98px) {
    .page-content {
        padding-bottom: 150px;
    }

    .breadcrumbs__add {
        position: fixed;
        max-width: 366px;
        width: 100%;
        bottom: 110px;
        left: 50%;
        transform: translateX(-50%);
        z-index: 5;
    }

        .breadcrumbs__add .button {
            box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.3490196078);
        }

    .breadcrumbs__actions {
        max-width: 350px;
        width: 100%;
        margin: auto;
    }

    .item-image {
        max-height: 170px;
    }
}

.order {
    padding: 36px 0 68px;
}

.order-page__archive .chat {
    margin-bottom: 0;
}

.order-page__archive .chat__messages {
    max-height: 460px;
}

.breadcrumbs__filters {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
}

.filter-btn {
    cursor: pointer;
    border: none;
    outline: none;
    padding: 9px 12px;
    box-sizing: border-box;
    font-weight: 500;
    font-size: 12px;
    font-family: Inter, sans-serif;
    background-color: #F1F0F5;
    transition: background-color 0.3s ease-in, color 0.3s ease-in;
    min-width: 53px;
}

    .filter-btn:first-child {
        border-top-left-radius: 12px;
        border-bottom-left-radius: 12px;
    }

    .filter-btn:last-child {
        border-top-right-radius: 12px;
        border-bottom-right-radius: 12px;
    }

    .filter-btn.active {
        background-color: #9584BD;
        color: #FFFFFF;
    }

    .filter-btn:hover {
        background-color: #DFDCE5;
    }

.accent {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 4px;
    background-color: #6155F5;
}

.accent--in-transit {
    position: relative;
}

    .accent--in-transit::before, .accent--in-transit::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        top: 0;
        left: 0;
        z-index: 1;
    }

    .accent--in-transit::before {
        background-color: rgba(0, 0, 0, 0.2);
    }

    .accent--in-transit::after {
        background-color: rgba(255, 255, 255, 0.3);
    }

.order-block {
    display: flex;
    border-top-right-radius: 12px;
    border-radius: 12px;
    border: 1px solid #F6F6F8;
    background-color: #F6F6F8;
}

.order-block--subscriptions .card__title {
    font-weight: 600;
}

.order-block--subscriptions .card__delivery {
    border-top: none;
    padding-top: 0;
    font-size: 16px;
    color: #161616;
}

.order-block__card:not(:has(.card__expanded)) .card__title, .order-block__card:not(:has(.card__expanded)) .card__price {
    transition: color 0.3s ease;
}

.order-block__card:not(:has(.card__expanded)):hover {
    cursor: pointer;
}

    .order-block__card:not(:has(.card__expanded)):hover .card__title, .order-block__card:not(:has(.card__expanded)):hover .card__price {
        color: #A49DB2;
    }

.order-sidebar {
    background-color: #F6F6F8;
    padding: 16px 20px 97px 16px;
    max-width: 328px;
    box-sizing: border-box;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    flex: 1;
}

.order-items {
    height: 90vh;
    overflow-y: scroll;
    scrollbar-width: none;
    -ms-overflow-style: none;
}

    .order-items::-webkit-scrollbar {
        display: none;
    }

.order-item {
    padding: 8px 8px 0;
    box-sizing: border-box;
    display: flex;
    align-items: flex-start;
    transition: background-color 0.3s ease-in;
}

    .order-item:not(:last-child) .order-item__text {
        border-bottom: 1px solid rgba(22, 22, 22, 0.1);
    }

    .order-item.active, .order-item:hover {
        background-color: #DFDCE5;
        border-radius: 2px;
        cursor: pointer;
    }

        .order-item.active .order-item__text, .order-item:hover .order-item__text {
            border-bottom-color: transparent;
        }

        .order-item.active + .order-item, .order-item:hover + .order-item {
            border-bottom-color: transparent;
        }

    .order-item:has(+ .order-item:hover) .order-item__text, .order-item:has(+ .order-item.active) .order-item__text {
        border-bottom-color: transparent;
    }

.order-item__image {
    width: 78px;
    height: 80px;
    margin-bottom: 8px;
    margin-right: 12px;
    display: grid;
    position: relative;
}

    .order-item__image img {
        grid-area: 1/1;
        width: 100%;
        height: 100%;
        border-radius: 2px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

        .order-item__image img:nth-child(1) {
            z-index: 3;
            transform: translate(0px, 0px);
        }

        .order-item__image img:nth-child(2) {
            z-index: 2;
            transform: translate(8px, 8px);
        }

        .order-item__image img:nth-child(3) {
            z-index: 1;
            transform: translate(16px, 16px);
        }

        .order-item__image img:nth-child(n+4) {
            display: none;
        }

    .order-item__image:has(img:nth-child(2)) img {
        width: 64px;
        height: 64px;
    }

    .order-item__image:has(img:nth-child(2)):not(:has(img:nth-child(3))) img:nth-child(2) {
        justify-self: anchor-center;
        align-self: anchor-center;
    }

.order-item__text {
    width: 186px;
    padding-bottom: 25px;
}

.order-item__info {
    margin-bottom: 4px;
}

.order-item__address {
    font-weight: 700;
    max-width: 186px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.order-item__descript {
    font-size: 14px;
    display: flex;
    align-items: center;
}

.order-item__title {
    max-width: 132px;
    width: fit-content;
    word-break: break-all;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.item__separator {
    height: 15px;
    width: 1px;
    background-color: rgba(22, 22, 22, 0.25);
    margin: 0 5px;
}

.order-item__add {
    white-space: nowrap;
}

.order-item__info:has(.order-item__chart) {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .order-item__info:has(.order-item__chart) .order-item__address {
        max-width: 160px;
        word-break: break-all;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

.order-item__chart {
    width: 20px;
    height: 20px;
    font-size: 10px;
    margin-left: 4px;
}

.order-item__breadcrumbs {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8px;
}

.time, .delivered__date {
    font-size: 12px;
    color: rgba(22, 22, 22, 0.25);
    margin-left: 6px;
}

.order-content {
    flex: 1;
    background-color: #FFFFFF;
    border-top-right-radius: 12px;
}

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

.order-block__card {
    display: flex;
}

.card__description {
    grid-column-start: 2;
}

.order-block__card {
    display: grid;
    grid-template-areas: "stack"; /* Накладываем блоки друг на друга */
    overflow: hidden;
    transition: grid-template-rows 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.card__block,
.card__expanded {
    grid-area: stack; /* Оба блока в одной ячейке */
    display: grid;
    grid-template-rows: 1fr;
    transition: grid-template-rows 0.6s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease-in, visibility 0.4s;
}

.card__block--inner,
.expanded__inner {
    min-height: 0;
    overflow: hidden;
}

.card__expanded {
    grid-template-rows: 0fr;
    opacity: 0;
    visibility: hidden;
    width: 374px;
    background-color: #F1F0F5;
    padding: 10px;
    box-sizing: border-box;
}

.order-block__card.is-open .card__block {
    grid-template-rows: 0fr;
    opacity: 0;
    visibility: hidden;
}

.order-block__card.is-open .card__expanded {
    grid-template-rows: 1fr;
    opacity: 1;
    visibility: visible;
    transition-delay: 0.2s;
}

.expanded__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid rgba(22, 22, 22, 0.1);
}

.card__price.expanded__price {
    margin-bottom: 0;
}

.expanded__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-decoration: none;
    color: #161616;
}

    .expanded__item:not(:last-child) {
        margin-bottom: 4px;
    }

    .expanded__item:hover .item__description {
        color: #A49DB2;
    }

    .expanded__item:hover .item__action svg path {
        stroke: #A49DB2;
    }

.item__card {
    display: flex;
    gap: 12px;
}

.item__image {
    width: 64px;
    height: 64px;
    border-radius: 2px;
}

    .item__image img {
        width: 100%;
        height: 100%;
        border-radius: 2px;
        object-fit: cover;
    }

.item__description {
    margin-top: 11px;
    transition: color 0.3s ease-in;
}

.item__title {
    margin-bottom: 6px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 240px;
}

.item__price {
    font-weight: 700;
    font-size: 14px;
}

.item__action {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .item__action svg path {
        transition: stroke 0.3s ease-in;
    }

.expanded__footer {
    margin-top: 8px;
}

    .expanded__footer .button {
        width: 100%;
    }

        .expanded__footer .button.button__link--no-border:hover {
            background-color: #F1F0F5;
            border-color: #F1F0F5;
            box-shadow: none;
        }

.card__image {
    width: 150px;
    height: 154px;
}

    .card__image img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.card__image {
    display: grid;
    position: relative;
}

    .card__image img {
        grid-area: 1/1;
        width: 100%;
        height: auto;
        border-radius: 2px;
        object-fit: cover;
        transition: transform 0.3s ease;
    }

        .card__image img:nth-child(1) {
            z-index: 3;
            transform: translate(0px, 0px);
        }

        .card__image img:nth-child(2) {
            z-index: 2;
            transform: translate(15px, 15px);
        }

        .card__image img:nth-child(3) {
            z-index: 1;
            transform: translate(30px, 30px);
        }

        .card__image img:nth-child(n+4) {
            display: none;
        }

    .card__image:has(img:nth-child(2)) img {
        width: 118px;
        height: 121px;
    }

    .card__image:has(img:nth-child(2)):not(:has(img:nth-child(3))) img:nth-child(2) {
        justify-self: anchor-center;
        align-self: anchor-center;
    }

.card__description {
    margin: 24px 0 0 12px;
    width: 212px;
}

    .card__description .button {
        padding-left: 0;
        border-left: 0;
    }

        .card__description .button:hover {
            box-shadow: none;
        }

.card__title {
    margin: 8px 0;
    color: #000;
}

.card__price {
    font-weight: 700;
    margin-bottom: 4px;
}

.card__delivery {
    border-top: 1px solid rgba(22, 22, 22, 0.1);
    padding-top: 4px;
    color: rgba(22, 22, 22, 0.5);
    font-size: 14px;
}

    .card__delivery:has(+ .button) {
        margin-bottom: 2px;
    }

.order-block__info {
    width: 215px;
    padding-top: 24px;
    margin-left: 20px;
}

.info__label {
    margin-top: 3px;
    font-weight: 500;
    font-size: 12px;
    opacity: 50%;
    margin-bottom: 10px;
}

.info__details--description {
    font-size: 12px;
    opacity: 50%;
}

.info__details--client-name {
    margin: 8px auto 6px;
    font-weight: 600;
    font-size: 12px;
}

.info__details--client-info {
    font-size: 12px;
}

.client-info__address {
    margin-bottom: 6px;
}

.order-block__actions {
    margin: 22px 17px auto auto;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}

    .order-block__actions svg path {
        transition: stroke 0.3s ease-in;
    }

    .order-block__actions:hover > svg path, .order-block__actions.open > svg path {
        stroke: #9584BD;
    }

    .order-block__actions .dropdown {
        left: unset;
        right: -35px;
    }

.acceptance-block {
    max-width: 415px;
    margin: auto;
    padding: 60px 0;
    border-bottom-right-radius: 12px;
}

.acceptance-block--title {
    font-size: 24px;
    margin-bottom: 24px;
}

.acceptance-block--address {
    text-align: center;
    margin-bottom: 135px;
}

.acceptance-block__actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

    .acceptance-block__actions .button {
        width: 100%;
        padding: 15px;
    }

.address__label {
    margin-bottom: 8px;
}

.address__text {
    font-weight: 700;
    margin-bottom: 36px;
}

.address__on-map {
    height: 204px;
    border-radius: 24px;
    border: 1px solid rgba(235, 113, 113, 0.1019607843);
}

    .address__on-map iframe {
        width: 100%;
        height: 100%;
        border-radius: 24px;
        border: 1px solid rgba(235, 113, 113, 0.1019607843);
    }

.chat-block {
    padding: 12px 20px 20px 20px;
    display: flex;
    flex-direction: column;
    border-bottom-right-radius: 12px;
    flex: 1;
}

.message-to-recipient {
    width: 100%;
    border-radius: 8px;
    background-color: #9584BD;
    padding: 12px 10px;
    box-sizing: border-box;
    margin-bottom: 12px;
}

    .message-to-recipient .message__text {
        color: #FFFFFF;
    }

.message__label {
    margin-bottom: 8px;
    font-weight: 500;
    font-size: 12px;
}

.order-status {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.order-status__icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}

.order-status__text {
    line-height: 1.3;
}

.order-status__time {
    font-weight: 600;
    font-size: 20px;
}

.order-status__description span {
    color: #E15096;
}

.chat-block__items {
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    overflow-y: auto;
    max-height: 65vh;
}

.chat {
    padding: 12px 0 0;
}

.chat-block__items::-webkit-scrollbar {
    display: none;
}

.chat-block__items::-webkit-scrollbar {
    display: none;
}

.order-content {
    position: relative;
}

.chat-block:has(.chat__action--container) {
    padding-bottom: 0;
}

.chat__action {
    z-index: 5;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 40px 0 20px;
    box-sizing: border-box;
    border-bottom-right-radius: 12px;
    box-sizing: border-box;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 67.95%);
}

    .chat__action::before, .chat__action::after {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 1;
        pointer-events: none;
        width: 100%;
    }

    .chat__action::before {
        backdrop-filter: blur(4px);
        -webkit-backdrop-filter: blur(4px);
        mask-image: linear-gradient(to bottom, transparent 0%, black 50%);
        -webkit-mask-image: linear-gradient(to bottom, transparent 0%, black 50%);
    }

    .chat__action::after {
        backdrop-filter: blur(4.03px);
        -webkit-backdrop-filter: blur(4.03px);
        mask-image: linear-gradient(to bottom, transparent 40%, black 100%);
        -webkit-mask-image: linear-gradient(to bottom, transparent 40%, black 100%);
    }

.chat__send-block {
    display: flex;
    align-items: center;
    border: 1px solid rgba(22, 22, 22, 0.25);
    border-radius: 22px;
    box-shadow: 0px 0px 50px 0px rgba(48, 48, 51, 0.0784313725);
    padding: 4px 5px;
    box-sizing: border-box;
    max-width: 453px;
    width: 100%;
    background-color: #FFFFFF;
    z-index: 3;
}

.chat-block__items {
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
    margin-bottom: -100px;
}

.chat {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.chat__messages {
    flex-grow: 1;
}

.chat__action--container {
    position: sticky;
    bottom: 0;
    z-index: 10;
    margin-top: auto;
}

.chat__input::-webkit-scrollbar {
    display: none;
}

.chat__input {
    border: none;
    height: 38px;
    border-radius: 22px;
    padding: 6px 13px;
    display: block;
    width: 100%;
    resize: none;
    overflow-y: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
    line-height: 24px; /* Чтобы текст был по центру */
    box-sizing: border-box;
}

    .chat__input::placeholder {
        color: rgba(22, 22, 22, 0.5);
    }

.message__by {
    width: 414px;
    margin-bottom: 6px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    box-sizing: border-box;
    border: 1px solid;
    padding: 9px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

    .message__by:has(.message__info) {
        flex-direction: column;
    }

.message__by-creator {
    margin-left: auto;
    background-color: #F1F0F5;
    border-color: #F1F0F5;
    border-bottom-left-radius: 8px;
}

    .message__by-creator:has(+ .message__by-client) {
        margin-bottom: 12px;
    }

.message__by-client {
    border-bottom-right-radius: 8px;
    border-color: rgba(22, 22, 22, 0.1);
}

    .message__by-client:has(+ .message__by-creator) {
        margin-bottom: 12px;
    }

.message__by:last-child {
    margin-bottom: 20px;
}

.message__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 8px;
    font-size: 12px;
}

.message__time {
    font-size: 12px;
    line-height: 1.3;
    opacity: 0.25;
}

.message__text {
    font-weight: 500;
    line-height: 1.3;
    color: rgba(0, 0, 0, 0.9);
}

.chat__action-button {
    position: relative;
    z-index: 3;
}

    .chat__action-button .dropdown {
        left: calc(100% - 201px);
        bottom: calc(100% + 15px);
        top: unset;
    }

    .chat__action-button .button {
        gap: 10px;
    }

    .chat__action-button .button--text::before {
        content: attr(data-text);
    }

@media screen and (max-width: 1329.98px) {
    .chat__send-block {
        max-width: 448px;
    }

    .chat__action {
        gap: 8px;
    }

    .chat__action-button .button {
        min-width: 156px;
        justify-content: center;
        align-items: center;
        padding: 7px 15px;
    }

    .chat__action-button .button--text::before {
        content: attr(data-short-text);
    }
}

@media screen and (max-width: 1284.98px) {
    .card__description {
        max-width: 212px;
        width: fit-content;
    }

    .order-block__info {
        max-width: 215px;
        width: fit-content;
    }
}

@media screen and (max-width: 1199.98px) {
    .order-sidebar {
        padding: 8px 8px 97px;
        max-width: 258px;
    }

    .order-item__image {
        width: 60px;
        height: 62px;
    }

        .order-item__image:has(img:nth-child(2)) img {
            width: 48px;
            height: 49px;
        }

    .order-item__text {
        max-width: 154px;
        width: 100%;
    }

    .order-item__info:has(.order-item__chart) .order-item__address {
        max-width: 126px;
    }

    .item__separator {
        margin: 0 3px;
    }

    .card__image {
        width: 121px;
        height: 124px;
    }

        .card__image img {
            width: 100%;
            height: 100%;
        }

            .card__image img:nth-child(1) {
                z-index: 3;
                transform: translate(0px, 0px);
            }

            .card__image img:nth-child(2) {
                z-index: 2;
                transform: translate(12px, 12px);
            }

            .card__image img:nth-child(3) {
                z-index: 1;
                transform: translate(24px, 24px);
            }

        .card__image:has(img:nth-child(2)) img {
            width: 96px;
            height: 99px;
        }

    .card__expanded {
        max-width: 265px;
    }

    .card__description {
        margin: 8px 0 0 12px;
        max-width: 160px;
    }

        .card__description .button__link--no-border {
            font-size: 14px;
        }

    .card__title {
        margin: 4px 0;
        font-size: 14px;
    }

    .card__price {
        font-size: 14px;
    }

        .card__price.expanded__price {
            font-size: 16px;
        }

    .card__delivery {
        font-size: 12px;
        max-width: 170px;
    }

    .order-block__info {
        padding-top: 8px;
        margin-left: 20px;
        max-width: 160px;
        width: unset;
    }

    .info__label {
        margin-bottom: 4px;
    }

    .order-block__actions {
        margin-top: 10px;
    }

    .order-item__breadcrumbs {
        margin-bottom: 4px;
    }

    .order-item__text {
        padding-bottom: 12px;
    }

    .oder-item--subscriptions .order-item__add {
        font-size: 12px;
    }

    .message__by {
        max-width: 414px;
        min-width: 271px;
        width: fit-content;
    }
}

@media screen and (max-width: 1024.98px) {
    .card__description {
        margin: 8px 0 0 21px;
    }

    .item__image {
        width: 60px;
        height: 62px;
    }

    .item__title {
        font-size: 14px;
        margin-bottom: 4px;
    }

    .order-block__info {
        padding-top: 8px;
        margin-left: 20px;
        max-width: 160px;
        width: unset;
    }

    .info__label {
        margin-bottom: 4px;
    }

    .order-block__actions {
        margin-top: 10px;
    }

    .order-item__breadcrumbs {
        margin-bottom: 4px;
    }

    .order-item__text {
        padding-bottom: 12px;
    }

    .oder-item--subscriptions .order-item__add {
        font-size: 12px;
    }

    .order-block {
        border-radius: 6px;
    }

    .order-sidebar {
        border-top-left-radius: 6px;
        border-bottom-left-radius: 6px;
    }

    .order-content {
        border-top-right-radius: 6px;
    }

    .address__on-map {
        height: 180px;
        border-radius: 20px;
    }

    #map {
        min-height: 180px;
    }

    .address__label, .address__text {
        font-size: 14px;
    }

    .acceptance-block {
        max-width: 367px;
    }

    .info__details--client-name {
        margin: 4px auto 6px;
    }

    .client-info__phone {
        margin-bottom: 12px;
    }

    .message__label {
        margin-bottom: 4px;
    }

    .message__text {
        font-size: 14px;
        font-weight: 400;
        line-height: 1;
    }

    .order-block--subscriptions .card__image {
        width: 124px;
        height: 128px;
    }

    .order-block--subscriptions .card__description {
        margin: 8px 0 0 12px;
    }

    .order-block--subscriptions .card__delivery {
        font-size: 14px;
    }

    .breadcrumbs__archive-block .label {
        margin-left: 16px;
    }

    .input__breadcrumbs {
        font-size: 14px;
    }

    .order-page__archive .breadcrumbs:first-child {
        margin-bottom: 20px;
    }

    .order-page__archive .breadcrumbs {
        margin-bottom: 24px;
    }

    .chat__action--container {
        bottom: 75px;
    }

    .chat__action {
        gap: 8px;
    }

    .chat__send-block {
        max-width: none;
    }
}

@media screen and (max-width: 849.98px) {
    .chat__action-button .button {
        min-width: unset;
    }

    .chat__action-button .button--text {
        display: none;
    }
}

.subscriptions-page {
    padding: 36px 0;
}

.subscriptions-page--add-first {
    padding: 222px;
    text-align: center;
    max-width: 762px;
    margin: auto;
}

    .subscriptions-page--add-first .add-first--title {
        line-height: 1.3;
        margin-bottom: 40px;
    }

.subscriptions-page--subscribers {
    padding-bottom: 63px;
}

.subscriptions-page--archive .subscription-item__description > *:last-child {
    margin-bottom: 0;
    border-bottom: none;
    padding-bottom: 0;
}

.subscriptions-page .button__transparent {
    background-color: #F6F6F8;
}

    .subscriptions-page .button__transparent:hover {
        background-color: #F6F6F8;
    }

        .subscriptions-page .button__transparent:hover .button--icon svg path {
            stroke: #A49DB2;
        }

.add-first--text {
    line-height: 1.3;
    text-align: center;
    margin-bottom: 40px;
}

.add-first--actions .button {
    width: 415px;
    margin: auto;
}

.subscription-items {
    display: grid;
    grid-template-columns: repeat(3, minmax(251px, 317px));
    column-gap: 20px;
    row-gap: 20px;
    justify-content: space-between;
}

.subscription-item {
    border-radius: 12px;
    background-color: #F6F6F8;
    width: 100%;
    max-width: 317px;
}

.subscription-item__image {
    height: 153px;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

    .subscription-item__image img {
        width: 100%;
        object-fit: cover;
        height: 100%;
        border-top-left-radius: 12px;
        border-top-right-radius: 12px;
    }

.subscription-item__description {
    padding: 12px;
    box-sizing: border-box;
}

.subscription-item__title {
    text-align: left;
    font-size: 24px;
    font-family: SF Pro, sans-serif;
    font-weight: 500;
    margin: 12px 0;
}

.subscription-item__price {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 12px;
}

.subscription-item__delivery {
    font-size: 14px;
    color: #000;
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(22, 22, 22, 0.1);
    margin-bottom: 12px;
}

.subscription-item__text {
    font-size: 14px;
    color: rgba(22, 22, 22, 0.8);
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(22, 22, 22, 0.1);
    margin-bottom: 12px;
}

.subscription-item__list {
    list-style: none;
    font-size: 14px;
    color: rgba(22, 22, 22, 0.8);
    padding-bottom: 12px;
    border-bottom: 1px solid rgba(22, 22, 22, 0.1);
    margin-bottom: 12px;
}

.list__text {
    padding-left: 21px;
    position: relative;
}

    .list__text::before {
        content: "";
        position: absolute;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: rgba(22, 22, 22, 0.8);
        left: 8px;
        bottom: 5px;
    }

    .list__text:not(:last-child) {
        margin-bottom: 8px;
    }

.subscriptions-block {
    border-radius: 12px;
    background-color: #F6F6F8;
    padding: 16px 8px;
}

.subscriptions-block__breadcrumbs {
    display: flex;
    margin-bottom: 24px;
}

    .subscriptions-block__breadcrumbs .filter-btn {
        background-color: #FFFFFF;
    }

        .subscriptions-block__breadcrumbs .filter-btn.active {
            background-color: #9584BD;
        }

        .subscriptions-block__breadcrumbs .filter-btn:not(.active):hover {
            background-color: #DFDCE5;
        }

.gridjs-footer {
    display: none;
}

.gridjs-container {
    padding: 0;
    color: #161616;
}

.gridjs-wrapper {
    border: none;
    box-shadow: none;
    border-radius: 0;
}

th.gridjs-th {
    padding: 16px 0 16px 8px;
    box-sizing: border-box;
    font-size: 12px;
    color: rgba(22, 22, 22, 0.5);
    background-color: #F6F6F8;
    border: none;
}

th.gridjs-th-sort .gridjs-th-content {
    width: fit-content;
}

th.gridjs-th-sort:focus, th.gridjs-th-sort:hover {
    background-color: transparent;
}

.subscriptions-page--subscribers .gridjs-tbody .gridjs-td:nth-child(5) {
    font-weight: 500;
}

.subscriptions-page--subscribers .gridjs-tbody .gridjs-td:nth-child(6) {
    font-weight: 700;
}

.subscriptions-page--subscribers .gridjs-tbody .gridjs-td:last-child {
    margin: auto;
}

table.gridjs-table {
    overflow: hidden;
}

.gridjs-thead, .gridjs-tbody, .gridjs-tr {
    display: contents !important;
}

.gridjs-wrapper,
.gridjs-table {
    padding: 0 !important;
    margin: 0 !important;
    border-spacing: 0 !important;
    border-collapse: collapse !important;
    width: 100% !important;
}

.gridjs-table {
    display: grid !important;
    grid-template-columns: minmax(0, 2fr) minmax(0, 2fr) minmax(90px, 0.8fr) minmax(90px, 0.8fr) minmax(90px, 1.2fr) minmax(90px, 1.2fr) 40px; /* Action */
    gap: 0 !important;
}

.gridjs-td {
    width: auto !important;
    min-width: 0 !important;
    border: none !important;
    margin: 0 !important;
    background-color: transparent !important;
    padding: 16px 8px !important;
    transition: border-bottom 0.3s ease-in, background-color 0.3s ease-in;
}

.gridjs-tr:hover .gridjs-td {
    background-color: #DFDCE5 !important;
    border-bottom: 1px solid #DFDCE5 !important;
}

.gridjs-td {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-bottom: 1px solid rgba(22, 22, 22, 0.1) !important;
    box-shadow: none !important;
}

.gridjs-th {
    border-bottom: 1px solid rgba(22, 22, 22, 0.25) !important;
}

.subscriptions-block__breadcrumbs {
    margin-left: 8px;
}

button.gridjs-sort {
    width: 16px;
    height: 16px;
    float: left;
    margin-left: 4px;
}

button.gridjs-sort-neutral {
    display: none;
}

button.gridjs-sort-desc {
    background-image: url(assets/images/arrow2-down.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    background-position-y: 0;
    background-size: 16px;
}

button.gridjs-sort-asc {
    background-image: url(assets/images/arrow2-down.svg);
    display: flex;
    align-items: center;
    justify-content: center;
    background-position-y: 0;
    background-size: 16px;
    transform: rotate(180deg);
}

thead .gridjs-th:has(.gridjs-sort-asc), thead .gridjs-th:has(.gridjs-sort-desc) {
    color: #9584BD;
}

.gridjs-tbody {
    background-color: #F6F6F8;
    font-size: 14px;
}

    .gridjs-tbody .gridjs-tr {
        padding-left: 8px;
        padding-right: 8px;
        border-bottom: none;
        position: relative;
    }

.subscriptions-subscribers .gridjs-tbody .gridjs-tr {
    transition: background-color 0.3s ease-in;
    border-radius: 2px;
}

    .subscriptions-subscribers .gridjs-tbody .gridjs-tr td {
        transition: background-color 0.3s ease-in;
    }

    .subscriptions-subscribers .gridjs-tbody .gridjs-tr:hover {
        background-color: #DFDCE5;
    }

        .subscriptions-subscribers .gridjs-tbody .gridjs-tr:hover td {
            background-color: #DFDCE5;
        }

            .subscriptions-subscribers .gridjs-tbody .gridjs-tr:hover td .sub-plan__action-link svg path {
                stroke: #9584BD;
            }

        .subscriptions-subscribers .gridjs-tbody .gridjs-tr:hover::after {
            background-color: #DFDCE5;
        }

    .subscriptions-subscribers .gridjs-tbody .gridjs-tr:has(+ .gridjs-tr:hover)::after {
        background-color: transparent;
    }

td.gridjs-td {
    padding: 16px 0;
    background-color: #F6F6F8;
    border: none;
}

.gridjs-thead .gridjs-tr {
    border-bottom: 1px solid rgba(22, 22, 22, 0.25);
    margin-left: 8px;
    margin-right: 8px;
}

    .gridjs-thead .gridjs-tr th {
        display: flex;
        align-items: center;
    }

        .gridjs-thead .gridjs-tr th div {
            height: 16px;
            display: flex;
            align-items: center;
        }

.sub-plan__title {
    font-weight: 500;
    display: block;
}

.sub-plan__text {
    opacity: 0.5;
    margin-top: 4px;
    display: block;
    font-size: 12px;
}

.sub-plan__action-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

    .sub-plan__action-link svg path {
        transition: stroke 0.3s ease-in;
    }

.pagination {
    margin: 40px 8px 24px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    position: relative;
}

.pagination__buttons {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 20px;
}

    .pagination__buttons .button.button__with-svg {
        gap: 8px;
        padding: 7px 16px;
    }

    .pagination__buttons .button.button__transparent {
        padding: 7px 15px;
        background-color: #F6F6F8;
    }

.result {
    font-size: 14px;
    line-height: 1;
    text-transform: lowercase;
    color: #000;
}

    .result .input {
        padding: 10px 17px;
        field-sizing: content;
        min-width: 45px;
        margin: 0 8px;
        font-size: 14px;
        border-radius: 18px;
        background-color: #F6F6F8;
    }

        .result .input::-webkit-outer-spin-button,
        .result .input::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

.gridjs-wrapper {
    overflow: hidden;
}

@media screen and (max-width: 1284.98px) {
    .subscriptions-page--subscribers .gridjs-th:last-child,
    .subscriptions-page--subscribers .gridjs-td:last-child {
        display: none !important;
    }

    .subscriptions-page--subscribers .gridjs-table {
        grid-template-columns: minmax(160px, 2fr) minmax(178px, 2fr) minmax(90px, 0.8fr) minmax(90px, 1fr) minmax(90px, 1fr) minmax(0, 1fr) !important; /* Next delivery */
    }
}

@media screen and (max-width: 1199.98px) {
    .subscription-items {
        column-gap: 10px;
    }
}

@media screen and (max-width: 1024.98px) {
    .subscriptions-page--add-first {
        padding-right: 41px;
        padding-left: 41px;
    }

        .subscriptions-page--add-first .add-first--text {
            padding: 0 80px;
        }

    .subscriptions-page .breadcrumbs__actions {
        max-width: 475px;
        width: 100%;
        gap: 12px;
    }

        .subscriptions-page .breadcrumbs__actions .button__link {
            min-width: fit-content;
            font-size: 16px;
        }

            .subscriptions-page .breadcrumbs__actions .button__link:last-child {
                max-width: 98px;
                flex: 0;
            }

    .subscription-items {
        column-gap: 20px;
    }

    .pagination {
        margin-top: 75px;
    }

    .pagination__buttons .button.button__with-svg {
        padding-left: 25px;
        padding-right: 25px;
    }
}

@media screen and (max-width: 849.98px) {
    .subscriptions-page--add-first .add-first--text {
        padding: 0 60px;
    }

    .subscription-item__description .button {
        width: 100%;
    }
}

@media screen and (max-width: 575.98px) {
    .catalog--add-first .add-first--title {
        margin-bottom: 28px;
    }

    .add-first--actions .button {
        width: 350px;
    }
}

.transaction-page {
    padding: 10px 0 31px;
}

    .transaction-page .gridjs-tr {
        display: flex;
        gap: 71px;
    }

    .transaction-page .gridjs-table {
        display: grid !important;
        grid-template-columns: minmax(90px, 0.8fr) minmax(90px, 0.8fr) minmax(120px, 1.2fr) minmax(305px, 2fr) 80px; /* Sum */
        gap: 0 !important;
    }

    .transaction-page .gridjs-tr:hover .gridjs-td {
        background-color: transparent !important;
        box-shadow: inset 0 -1px 0 0 rgba(22, 22, 22, 0.1);
    }

    .transaction-page .gridjs-thead th:last-child {
        justify-content: flex-end;
        padding-right: 8px;
    }

    .transaction-page .gridjs-tbody td:last-child {
        text-align: right;
        font-weight: 700;
        font-size: 16px;
    }

@media screen and (max-width: 1024.98px) {
    .transaction-page {
        padding: 36px 0;
    }
}

.transaction-block__table {
    border-radius: 12px;
    background-color: #F6F6F8;
    padding: 18px 8px 24px;
}

.client__name {
    font-weight: 600;
    font-size: 14px;
    margin-bottom: 6px;
    display: block;
}

.client__address, .client__tel {
    display: flex;
    font-size: 12px;
    line-height: 100%;
    opacity: 0.5;
}

.client__address {
    margin-bottom: 8px;
}

.terms-page {
    padding: 100px 0 285px;
}

    .terms-page h1 {
        font-weight: 700;
        font-size: 28px;
        line-height: 1.3;
        text-align: center;
        margin-bottom: 12px;
    }

    .terms-page p strong {
        font-weight: 700;
        line-height: 1.4;
    }

    .terms-page section {
        margin-top: 40px;
    }

        .terms-page section h2 {
            font-weight: 700;
            font-size: 24px;
            line-height: 1.3;
            margin-bottom: 16px;
        }

        .terms-page section p {
            line-height: 1.5;
            margin-bottom: 12px;
        }

            .terms-page section p strong {
                line-height: 1.5;
                font-weight: 700;
            }

            .terms-page section p a {
                color: #161616;
                transition: color 0.3s ease-in;
            }

                .terms-page section p a:hover {
                    color: #A49DB2;
                }

        .terms-page section h3 {
            font-weight: 700;
            font-size: 18px;
            line-height: 1.3;
            margin: 8px 0 16px;
        }

        .terms-page section ul {
            padding-left: 23px;
        }

            .terms-page section ul li {
                line-height: 1.5;
            }

                .terms-page section ul li:not(:last-child) {
                    margin-bottom: 10px;
                }

                .terms-page section ul li:last-child {
                    margin-bottom: 20px;
                }

.terms__container {
    max-width: 589px;
    margin: auto;
}

.company__info {
    opacity: 0.5;
    line-height: 1.3;
    text-align: center;
    margin-bottom: 20px;
}

.company__title {
    margin-bottom: 4px;
}

@media screen and (max-width: 1284.98px) {
    .terms-page {
        padding: 100px 0;
    }
}
