﻿.lds-ring.svelte-1uxgn1v.svelte-1uxgn1v
{
    display: inline-block;
    position: relative;
    width: var(--size);
    height: var(--size);
    margin-top: -3px;
}
.lds-ring.svelte-1uxgn1v div.svelte-1uxgn1v
{
    box-sizing: border-box;
    display: block;
    position: absolute;
    width: var(--size);
    height: var(--size);
    margin: 2px;
    border: 2px solid #fff;
    border-radius: 50%;
    animation: svelte-1uxgn1v-lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;
    border-color: var(--color) transparent transparent transparent;
}
.lds-ring.svelte-1uxgn1v div.svelte-1uxgn1v:nth-child(1)
{
    animation-delay: -.45s;
}
.lds-ring.svelte-1uxgn1v div.svelte-1uxgn1v:nth-child(2)
{
    animation-delay: -.3s;
}
.lds-ring.svelte-1uxgn1v div.svelte-1uxgn1v:nth-child(3)
{
    animation-delay: -.15s;
}
@keyframes svelte-1uxgn1v-lds-ring
{
    0%
    {
        transform: rotate(0);
    }
    to
    {
        transform: rotate(360deg);
    }
}
.bg--tWhite.svelte-1ncvyh9
{
    background-color: transparent;
    border: 1px solid #fff;
}
.bg--tWhite.svelte-1ncvyh9:hover
{
    background-color: #fff;
    color: #000;
}
.bg--brand-secondary.svelte-1ncvyh9
{
    background-color: var(--brand-secondary);
    color: var(--brand-primary);
}
.bg--white.svelte-1ncvyh9
{
    background-color: #fff;
    color: #000;
}
.bg--green.svelte-1ncvyh9
{
    background-color: var(--green);
}
.bg--green.svelte-1ncvyh9:hover
{
    outline: none;
}
.bg--grey.svelte-1ncvyh9
{
    background-color: var(--cp-grey-dark-1);
    color: #fff;
}
.transform--lowercase.svelte-1ncvyh9
{
    text-transform: lowercase;
}
.transform--uppercase.svelte-1ncvyh9
{
    text-transform: uppercase;
}
.transform--capitalize.svelte-1ncvyh9
{
    text-transform: capitalize;
}
button.svelte-1ncvyh9
{
    border: none;
    font-size: .875rem;
    color: #fff;
    padding: .75rem 1rem;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    outline-color: #29292f;
    gap: 5px;
}
@media(max-width: 768px)
{
    button.svelte-1ncvyh9
    {
        padding: .5rem .75rem;
    }
}
button.svelte-1ncvyh9:hover
{
    filter: brightness(1.1);
    outline: 1px solid #29292f;
}
button.text.svelte-1ncvyh9
{
    background-color: transparent;
    color: #fff;
}
button.text.skeleton.svelte-1ncvyh9
{
    height: 24px;
}
button.skeleton.svelte-1ncvyh9
{
    min-width: 101px;
    height: 40px;
}
button.white.svelte-1ncvyh9
{
    color: var(--white);
}
button.round.svelte-1ncvyh9
{
    border-radius: 50%;
    padding: 0;
    aspect-ratio: 1;
}
button.small.svelte-1ncvyh9
{
    height: 32px;
    width: fit-content;
}
button.large.svelte-1ncvyh9
{
    width: 100%;
    height: 50px;
}
button.svelte-1ncvyh9:disabled
{
    opacity: .4;
    pointer-events: none;
}
button.loading.svelte-1ncvyh9
{
    pointer-events: none;
}
button.w100.svelte-1ncvyh9
{
    width: 100%;
}