.cc-hidden {
    display: none
}

.cc-banner {
    position: fixed;
    inset-inline-start: 1rem;
    inset-inline-end: auto;
    inset-block-end: 1rem;
    max-inline-size: 544px;
    z-index: 99999999!important;
    direction: ltr;
    border-radius: 20px;
    border: 1px solid #F1F2F9;
    background: #FFF;
    box-shadow: 0 4px 32px -4px rgba(111,108,143,.2),0 3px 12px -2px rgba(170,170,190,.12)
}

.cc-banner.cc-attention,.cc-card.cc-attention {
    animation: cc-wave-attention .52s ease both
}

@keyframes cc-wave-attention {
    0% {
        transform: translateX(0)
    }

    15% {
        transform: translateX(-10px)
    }

    30% {
        transform: translateX(9px)
    }

    45% {
        transform: translateX(-7px)
    }

    60% {
        transform: translateX(5px)
    }

    75% {
        transform: translateX(-3px)
    }

    100% {
        transform: translateX(0)
    }
}

.cc-title {
    color: var(--Neutral---800,#292929);
    text-align: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 115%;
    letter-spacing: .16px
}

.cc-desc {
    color: var(--Neutral---500,#666);
    text-align: left;
    font-size: 12px;
    font-weight: 400;
    line-height: 170%;
    letter-spacing: .12px
}

.cc-actions {
    display: flex;
    gap: .5rem;
    margin-top: 8px;
    padding: 24px
}

.cc-btn {
    border: 1px solid #d0d5dd;
    background: #fff;
    border-radius: 10px;
    padding: .5rem .9rem;
    cursor: pointer;
    inline-size: 100%
}

.cc-primary {
    background: #0e6245;
    color: #fff;
    border-color: #0e6245
}

.cc-ghost {
    background: #fff;
    color: #111
}

.cc-modal {
    position: fixed!important;
    inset: 0!important;
    background: rgba(0,0,0,.32)!important;
    z-index: 99999999!important;
    display: none
}

.cc-modal:not(.cc-hidden) {
    display: flex!important;
    align-items: center!important;
    justify-content: center!important
}

.cc-card {
    background: #fff;
    inline-size: min(92vw, 720px);
    max-block-size: min(86vh, 900px);
    overflow: auto;
    border-radius: 14px;
    direction: ltr;
    padding: 24px
}

.cc-row {
    display: flex;
    flex-direction: row;
    gap: .75rem;
    align-items: flex-start;
    padding: 8px
}

.cc-card-head {
    display: flex;
    justify-content: flex-start
}

.cc-row input[type="checkbox"] {
    margin-top: 2px
}

.cc-row-title {
    font-weight: 600
}

.cc-row-desc {
    display: block;
    font-size: .85rem;
    color: #666
}

.cc-disabled {
    opacity: .7
}

.cc-card-foot {
    padding: 12px 16px;
    border-top: 1px solid #eee;
    display: flex;
    justify-content: flex-end
}

body.cc-lock {
    overflow: hidden
}

.cc-content-wrapper {
    display: flex;
    align-items: flex-start;
    gap: 16px;
    padding: 24px
}

i.cc-svg {
    display: flex;
    inline-size: 48px;
    block-size: 48px;
    padding: 11.667px;
    justify-content: center;
    align-items: center;
    gap: 13.333px;
    border-radius: 11.604px;
    background: linear-gradient(225deg,#FFEDD0 0%,#D8BB8D 100%);
    box-shadow: 0 -1.2px 1.2px 0 rgba(235,206,142,.12) inset,0 1.429px 1.429px 0 rgba(255,255,255,.35) inset,0 -5px 5.714px 0 rgba(235,206,142,.3) inset
}

.cc-banner hr {
    background-color: var(--Neutral---100,#EBEBEB);
    block-size: 1px;
    border: none
}

.cc-content {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.cc-modal-shadow {
    position: fixed;
    inset-block-start: 0;
    inset-inline-end: 0;
    inset-block-end: 0;
    inline-size: 100%;
    block-size: 100%;
    z-index: 1;
    backdrop-filter: blur(0);
    background: rgba(0,0,0,.24);
    transition: 1s
}

.cc-modal-shadow {
    z-index: 9999999!important
}
