.sp-modal[data-v-324fec9c] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center
}

.modal__dialog[data-v-324fec9c] {
    text-align: center;
    position: relative;
    width: 90%;
    width: calc(100% - 30px);
    max-width: 540px;
    max-height: 90vh;
    background-color: #fff;
    border-radius: 10px
}

.modal__dialog[data-v-324fec9c]:not(.modal__dialog--has-active-dropdown) {
    overflow: hidden;
    overflow-y: auto
}

.modal__dialog[data-v-324fec9c]:has(.modal__body .sp-select.select--down) {
    top: -10%
}

.modal__header[data-v-324fec9c],
.modal__body[data-v-324fec9c],
.modal__actions[data-v-324fec9c],
.modal__footer[data-v-324fec9c] {
    padding-inline: 20px
}

.modal__header[data-v-324fec9c]:empty,
.modal__body[data-v-324fec9c]:empty,
.modal__actions[data-v-324fec9c]:empty,
.modal__footer[data-v-324fec9c]:empty {
    padding: 0
}

.modal__body[data-v-324fec9c]>:last-child,
.modal__footer[data-v-324fec9c]>:last-child {
    margin-bottom: 0
}

.modal__body[data-v-324fec9c]>.inputgroup:last-child {
    margin-bottom: 0
}

.modal__header[data-v-324fec9c] {
    padding-top: 20px;
    padding-bottom: 10px
}

[data-v-324fec9c] .modal__title {
    font-size: var(--font-h4-size-bp-sm);
    line-height: var(--font-h4-line-height-bp-sm);
    letter-spacing: var(--font-h4-spacing-bp-sm);
    margin-block: 0;
    margin-inline-end: 25px
}

[data-v-324fec9c] .modal__subtitle {
    margin-bottom: 20px
}

.modal__body[data-v-324fec9c],
.modal__actions[data-v-324fec9c],
.modal__cancel[data-v-324fec9c],
.modal__actions[data-v-324fec9c] .sp-link {
    font-size: var(--font-p-sm-size-bp-sm);
    line-height: var(--font-p-sm-line-height-bp-sm);
    letter-spacing: var(--font-p-sm-spacing-bp-sm)
}

.modal__body[data-v-324fec9c] {
    position: relative;
    z-index: 1;
    padding-bottom: 20px
}

.modal__body[data-v-324fec9c]>.inputgroup:first-child {
    margin-top: 10px
}

.modal__actions[data-v-324fec9c]:last-child,
.modal__footer[data-v-324fec9c] {
    padding-bottom: 20px
}

.modal__actions[data-v-324fec9c] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    row-gap: 20px;
    -moz-column-gap: 10px;
    column-gap: 10px;
    padding-bottom: 20px
}

.has__footer--left .modal__actions[data-v-324fec9c] {
    text-align: start
}

.has__footer--center .modal__actions[data-v-324fec9c],
.has__footer--full .modal__actions[data-v-324fec9c] {
    flex-direction: column;
    justify-content: center
}

.modal__footer[data-v-324fec9c] {
    font-size: var(--font-p-tn-size-bp-sm);
    line-height: var(--font-p-tn-line-height-bp-sm);
    letter-spacing: var(--font-p-tn-spacing-bp-sm);
    color: rgb(var(--rgb-gray-10))
}

.is--shaded .modal__footer[data-v-324fec9c]:empty {
    padding: 0
}

.modal__shade[data-v-324fec9c] {
    background: #f6f6f7;
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.modal__shade svg[data-v-324fec9c] {
    display: block;
    background: #fff;
    background-image: linear-gradient(#fff 90%, #f6f6f7 90%);
    padding-top: 12px
}

.modal__shade svg path[data-v-324fec9c] {
    fill: #f6f6f7
}

.modal__close[data-v-324fec9c] {
    position: absolute;
    top: 5px;
    inset-inline-end: 5px
}

.modal__close[data-v-324fec9c]:disabled,
.modal__close.is--disabled[data-v-324fec9c],
.modal__close.is--busy[data-v-324fec9c] {
    opacity: .5
}

.modal__illustration[data-v-324fec9c] {
    margin-inline: auto;
    margin-bottom: 20px;
    max-width: 200px
}

.modal__header .modal__illustration[data-v-324fec9c]:first-child {
    margin-top: 20px
}

.modal__illustration[data-v-324fec9c] .image {
    max-width: 100%
}

.modal__line[data-v-324fec9c] {
    margin: 0;
    border: none;
    transform: rotate(360deg);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 40%);
    height: 10px;
    width: auto;
    border-radius: 10px 10px 0 0
}

html[dir=rtl] .modal__line[data-v-324fec9c] {
    clip-path: polygon(0 0, 100% 0, 100% 40%, 0 40%)
}

.modal--blue .modal__line[data-v-324fec9c] {
    background-color: #4298b4
}

.modal--green .modal__line[data-v-324fec9c] {
    background-color: #33a474
}

.modal--purple .modal__line[data-v-324fec9c] {
    background-color: #88619a
}

.modal--yellow .modal__line[data-v-324fec9c] {
    background-color: #e4ae3a
}

.modal--red .modal__line[data-v-324fec9c] {
    background-color: #f25e62
}

.modal__dialog[data-v-324fec9c] {
    transition: all .2s ease-in-out;
    transition-property: height, width, max-width
}

.modal--lg .modal__dialog[data-v-324fec9c] {
    max-width: 900px
}

.modal--xl .modal__dialog[data-v-324fec9c] {
    max-width: 1000px
}

.modal--left .modal__dialog[data-v-324fec9c] {
    text-align: start
}

.modal--right .modal__dialog[data-v-324fec9c] {
    text-align: end
}

.modal--center .modal__header[data-v-324fec9c],
.modal--center .modal__body[data-v-324fec9c],
.modal--center.has__footer--inline .modal__actions[data-v-324fec9c] {
    text-align: start
}

.is--shaded .modal__footer[data-v-324fec9c] {
    background: #f6f6f7
}

.has--color .modal__close[data-v-324fec9c] {
    top: 10px
}

@media (min-width: 768px) {
    .modal__dialog[data-v-324fec9c]:has(.modal__body .sp-select.select--down) {
        top: auto
    }

    .modal__header[data-v-324fec9c],
    .modal__body[data-v-324fec9c],
    .modal__actions[data-v-324fec9c],
    .modal__footer[data-v-324fec9c] {
        padding-inline: 40px
    }

    .modal__header[data-v-324fec9c] {
        padding-top: 40px
    }

    [data-v-324fec9c] .modal__title {
        font-size: var(--font-h4-size-bp-md);
        line-height: var(--font-h4-line-height-bp-md)
    }

    [data-v-324fec9c] .modal__title {
        margin-inline-end: 0
    }

    [data-v-324fec9c] .modal__subtitle {
        margin-bottom: 30px
    }

    .modal__body[data-v-324fec9c],
    .modal__actions[data-v-324fec9c],
    .modal__cancel[data-v-324fec9c],
    .modal__actions[data-v-324fec9c] .sp-link {
        font-size: var(--font-p-sm-size-bp-md);
        line-height: var(--font-p-sm-line-height-bp-md);
        letter-spacing: var(--font-p-sm-spacing-bp-md)
    }

    .modal__body[data-v-324fec9c] {
        padding-bottom: 30px
    }

    .modal__body[data-v-324fec9c]>.inputgroup:first-child {
        margin-top: 20px
    }

    .modal__actions[data-v-324fec9c]:last-child,
    .modal__footer[data-v-324fec9c] {
        padding-bottom: 40px
    }

    .modal__actions[data-v-324fec9c] {
        -moz-column-gap: 20px;
        column-gap: 20px;
        padding-bottom: 30px
    }

    .modal__footer[data-v-324fec9c] {
        font-size: var(--font-p-tn-size-bp-md);
        line-height: var(--font-p-tn-line-height-bp-md)
    }

    .modal__shade svg[data-v-324fec9c] {
        padding-top: 0;
        margin-top: -10px
    }

    .modal__close[data-v-324fec9c] {
        top: 10px;
        inset-inline-end: 10px
    }

    .modal__illustration[data-v-324fec9c] {
        max-width: 300px
    }

    .modal__header .modal__illustration[data-v-324fec9c]:first-child {
        margin-top: 0
    }

    .modal--center .modal__header[data-v-324fec9c],
    .modal--center .modal__body[data-v-324fec9c],
    .modal--center.has__footer--inline .modal__actions[data-v-324fec9c] {
        text-align: center;
        text-wrap: balance;
        justify-content: center
    }

    .has--color .modal__close[data-v-324fec9c] {
        top: 14px
    }
}

@media (min-width: 1200px) {
    [data-v-324fec9c] .modal__title {
        font-size: var(--font-h4-size-bp-lg);
        line-height: var(--font-h4-line-height-bp-lg);
        letter-spacing: var(--font-h4-spacing-bp-lg)
    }

    .modal__shade svg[data-v-324fec9c] {
        margin-top: -20px
    }

    .modal__illustration[data-v-324fec9c] {
        margin-bottom: 30px
    }
}