@keyframes bottomSheetSlideUp {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

@keyframes bottomSheetSlideDown {
    0% {
        transform: translateY(0)
    }

    to {
        transform: translateY(100%)
    }
}

.bottom-sheet-modal .slide-up {
    animation: bottomSheetSlideUp .3s ease-out
}

.bottom-sheet-modal .slide-down {
    animation: bottomSheetSlideDown .3s ease-out
}

.css-sd95i9 {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    box-shadow: none;
    font-family: inherit;
    height: 100%;
    text-transform: none;
    width: auto;
    color: rgb(0, 22, 45);
    background-color: rgb(233, 238, 243);
    min-width: 68px;
    outline: 0px;
    margin: 0px;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-image: initial;
    padding: 0px;
    border-radius: 14px;
    border-color: rgb(233, 238, 243);
    border-width: 2px;
    border-style: solid;
}

.css-10hk7sx {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.75;
    letter-spacing: 0.02857em;
    box-shadow: none;
    font-family: inherit;
    height: 100%;
    text-transform: none;
    width: auto;
    color: rgb(0, 22, 45);
    background-color: rgb(233, 238, 243);
    min-width: 68px;
    outline: 0px;
    margin: 0px;
    text-decoration: none;
    transition: background-color 250ms cubic-bezier(0.4, 0, 0.2, 1), box-shadow 250ms cubic-bezier(0.4, 0, 0.2, 1), border-color 250ms cubic-bezier(0.4, 0, 0.2, 1), color 250ms cubic-bezier(0.4, 0, 0.2, 1);
    border-image: initial;
    padding: 0px;
    border-radius: 14px;
    border-color: rgb(40, 70, 102);
    border-width: 2px;
    border-style: solid;
}

.css-ckfgoy {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    margin: 0px;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    color: inherit;
    background-color: rgb(255, 255, 255);
    padding: 9px 6px;
    height: 28px;
    outline: none;
    border-radius: 100px;
    border: 1px solid rgb(159, 181, 203);
    font-family: inherit;
    cursor: pointer;
    text-transform: none;
    flex-shrink: 0;
    box-shadow: none;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}.css-1azf1jh {
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    margin: 0px;
    user-select: none;
    vertical-align: middle;
    appearance: none;
    text-decoration: none;
    color: inherit;
    background-color: rgb(0, 186, 235);
    padding: 9px 6px;
    height: 28px;
    outline: none;
    border-radius: 100px;
    border: 1px solid rgb(0, 186, 235);
    font-family: inherit;
    cursor: pointer;
    text-transform: none;
    flex-shrink: 0;
    box-shadow: none;
    flex-wrap: nowrap;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}