svg:not(:host).svg-inline--fa,svg:not(:root).svg-inline--fa {
    overflow: visible;
    box-sizing: content-box
}

.svg-inline--fa {
    display: inline-block;
    height: 1em;
    overflow: visible;
    vertical-align: -.125em
}

.svg-inline--fa.fa-2xs {
    vertical-align: .1em
}

.svg-inline--fa.fa-xs {
    vertical-align: 0
}

.svg-inline--fa.fa-sm {
    vertical-align: -.07143em
}

.svg-inline--fa.fa-lg {
    vertical-align: -.2em
}

.svg-inline--fa.fa-xl {
    vertical-align: -.25em
}

.svg-inline--fa.fa-2xl {
    vertical-align: -.3125em
}

.svg-inline--fa.fa-pull-left {
    margin-right: .3em;
    width: auto
}

.svg-inline--fa.fa-pull-right {
    margin-left: .3em;
    width: auto
}

.svg-inline--fa.fa-li {
    width: 2em;
    top: .25em
}

.svg-inline--fa.fa-fw {
    width: 1.25em
}

.fa-layers svg.svg-inline--fa {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0
}

.fa-layers-counter,.fa-layers-text {
    display: inline-block;
    position: absolute;
    text-align: center
}

.fa-layers {
    display: inline-block;
    height: 1em;
    position: relative;
    text-align: center;
    vertical-align: -.125em;
    width: 1em
}

.fa-layers svg.svg-inline--fa {
    transform-origin: center center
}

.fa-layers-text {
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transform-origin: center center
}

.fa-layers-counter {
    background-color: #ff253a;
    border-radius: 1em;
    box-sizing: border-box;
    color: #fff;
    line-height: 1;
    max-width: 5em;
    min-width: 1.5em;
    overflow: hidden;
    padding: .25em .5em;
    right: 0;
    text-overflow: ellipsis;
    top: 0;
    transform: scale(.25);
    transform-origin: top right
}

.fa-layers-bottom-right {
    bottom: 0;
    right: 0;
    top: auto;
    transform: scale(.25);
    transform-origin: bottom right
}

.fa-layers-bottom-left {
    bottom: 0;
    left: 0;
    right: auto;
    top: auto;
    transform: scale(.25);
    transform-origin: bottom left
}

.fa-layers-top-right {
    top: 0;
    right: 0;
    transform: scale(.25);
    transform-origin: top right
}

.fa-layers-top-left {
    left: 0;
    right: auto;
    top: 0;
    transform: scale(.25);
    transform-origin: top left
}

.fa-1x {
    font-size: 1em
}

.fa-2x {
    font-size: 2em
}

.fa-3x {
    font-size: 3em
}

.fa-4x {
    font-size: 4em
}

.fa-5x {
    font-size: 5em
}

.fa-6x {
    font-size: 6em
}

.fa-7x {
    font-size: 7em
}

.fa-8x {
    font-size: 8em
}

.fa-9x {
    font-size: 9em
}

.fa-10x {
    font-size: 10em
}

.fa-2xs {
    font-size: .625em;
    line-height: .1em;
    vertical-align: .225em
}

.fa-xs {
    font-size: .75em;
    line-height: .08333em;
    vertical-align: .125em
}

.fa-sm {
    font-size: .875em;
    line-height: .07143em;
    vertical-align: .05357em
}

.fa-lg {
    font-size: 1.25em;
    line-height: .05em;
    vertical-align: -.075em
}

.fa-xl {
    font-size: 1.5em;
    line-height: .04167em;
    vertical-align: -.125em
}

.fa-2xl {
    font-size: 2em;
    line-height: .03125em;
    vertical-align: -.1875em
}

.fa-fw {
    text-align: center;
    width: 1.25em
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0
}

.fa-ul>li {
    position: relative
}

.fa-li {
    left: calc(2em * -1);
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit
}

.fa-border {
    border-radius: .1em;
    border: .08em solid #eee;
    padding: .2em .25em .15em
}

.fa-pull-left {
    float: left;
    margin-right: .3em
}

.fa-pull-right {
    float: right;
    margin-left: .3em
}

.fa-beat {
    animation-name: fa-beat;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

.fa-bounce {
    animation-name: fa-bounce;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.28,.84,.42,1)
}

.fa-fade {
    animation-name: fa-fade;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.4,0,.6,1)
}

.fa-beat-fade,.fa-fade {
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 1s
}

.fa-beat-fade {
    animation-name: fa-beat-fade;
    animation-iteration-count: infinite;
    animation-timing-function: cubic-bezier(.4,0,.6,1)
}

.fa-flip {
    animation-name: fa-flip;
    animation-delay: 0s;
    animation-direction: normal;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: ease-in-out
}

.fa-shake {
    animation-name: fa-shake;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.fa-shake,.fa-spin {
    animation-delay: 0s;
    animation-direction: normal
}

.fa-spin {
    animation-name: fa-spin;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    animation-timing-function: linear
}

.fa-spin-reverse {
    --fa-animation-direction: reverse
}

.fa-pulse,.fa-spin-pulse {
    animation-name: fa-spin;
    animation-direction: normal;
    animation-duration: 1s;
    animation-iteration-count: infinite;
    animation-timing-function: steps(8)
}

@media (prefers-reduced-motion:reduce) {
    .fa-beat,.fa-beat-fade,.fa-bounce,.fa-fade,.fa-flip,.fa-pulse,.fa-shake,.fa-spin,.fa-spin-pulse {
        animation-delay: -1ms;
        animation-duration: 1ms;
        animation-iteration-count: 1;
        transition-delay: 0s;
        transition-duration: 0s
    }
}

@keyframes fa-beat {
    0%,90% {
        transform: scale(1)
    }

    45% {
        transform: scale(1.25)
    }
}

@keyframes fa-bounce {
    0% {
        transform: scale(1) translateY(0)
    }

    10% {
        transform: scale(1.1,.9) translateY(0)
    }

    30% {
        transform: scale(.9,1.1) translateY(-.5em)
    }

    50% {
        transform: scale(1.05,.95) translateY(0)
    }

    57% {
        transform: scale(1) translateY(-.125em)
    }

    64% {
        transform: scale(1) translateY(0)
    }

    to {
        transform: scale(1) translateY(0)
    }
}

@keyframes fa-fade {
    50% {
        opacity: .4
    }
}

@keyframes fa-beat-fade {
    0%,to {
        opacity: .4;
        transform: scale(1)
    }

    50% {
        opacity: 1;
        transform: scale(1.125)
    }
}

@keyframes fa-flip {
    50% {
        transform: rotateY(-180deg)
    }
}

@keyframes fa-shake {
    0% {
        transform: rotate(-15deg)
    }

    4% {
        transform: rotate(15deg)
    }

    24%,8% {
        transform: rotate(-18deg)
    }

    12%,28% {
        transform: rotate(18deg)
    }

    16% {
        transform: rotate(-22deg)
    }

    20% {
        transform: rotate(22deg)
    }

    32% {
        transform: rotate(-12deg)
    }

    36% {
        transform: rotate(12deg)
    }

    40%,to {
        transform: rotate(0deg)
    }
}

@keyframes fa-spin {
    0% {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(1turn)
    }
}

.fa-rotate-90 {
    transform: rotate(90deg)
}

.fa-rotate-180 {
    transform: rotate(180deg)
}

.fa-rotate-270 {
    transform: rotate(270deg)
}

.fa-flip-horizontal {
    transform: scaleX(-1)
}

.fa-flip-vertical {
    transform: scaleY(-1)
}

.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical {
    transform: scale(-1)
}

.fa-rotate-by {
    transform: rotate(none)
}

.fa-stack {
    display: inline-block;
    vertical-align: middle;
    height: 2em;
    position: relative;
    width: 2.5em
}

.fa-stack-1x,.fa-stack-2x {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    z-index: auto
}

.svg-inline--fa.fa-stack-1x {
    height: 1em;
    width: 1.25em
}

.svg-inline--fa.fa-stack-2x {
    height: 2em;
    width: 2.5em
}

.fa-inverse {
    color: #fff
}

.fa-sr-only,.fa-sr-only-focusable:not(:focus),.sr-only,.sr-only-focusable:not(:focus) {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0,0,0,0);
    white-space: nowrap;
    border-width: 0
}

.svg-inline--fa .fa-primary {
    fill: currentColor;
    opacity: 1
}

.svg-inline--fa .fa-secondary {
    fill: currentColor;
    opacity: .4
}

.svg-inline--fa.fa-swap-opacity .fa-primary {
    opacity: .4
}

.svg-inline--fa.fa-swap-opacity .fa-secondary {
    opacity: 1
}

.svg-inline--fa mask .fa-primary,.svg-inline--fa mask .fa-secondary {
    fill: #000
}

.fa-duotone.fa-inverse,.fad.fa-inverse {
    color: #fff
}

@font-face {
    font-family: __IOVF_4c5f10;
    src: url(https://cdn.mercury.com/fem/d599811004b373ed4071315ec50b1157b2c31e73/_next/static/media/0b506b0e986067f7-s.p.woff) format("woff");
    font-display: block;
    font-weight: 400
}

@font-face {
    font-family: __IOVF_4c5f10;
    src: url(https://cdn.mercury.com/fem/d599811004b373ed4071315ec50b1157b2c31e73/_next/static/media/d1ba430195b888e7-s.p.woff) format("woff");
    font-display: block;
    font-weight: 450
}

@font-face {
    font-family: __IOVF_4c5f10;
    src: url(https://cdn.mercury.com/fem/d599811004b373ed4071315ec50b1157b2c31e73/_next/static/media/04111d5b16ac1be4-s.p.woff) format("woff");
    font-display: block;
    font-weight: 530
}

@font-face {
    font-family: __IOVF_Fallback_4c5f10;
    src: local("Arial");
    ascent-override:95.80%;descent-override:24.20%;line-gap-override:0.00%;size-adjust:100.00%}

.__className_4c5f10 {
    font-family: __IOVF_4c5f10,__IOVF_Fallback_4c5f10
}

.__variable_4c5f10 {
    --font-io: "__IOVF_4c5f10","__IOVF_Fallback_4c5f10"
}

.styles_wrapper__7yNrF {
    display: flex;
    flex-direction: row;
    position: sticky;
    bottom: 0;
    width: 100%;
    z-index: 4;
    padding: 12px 32px;
    justify-content: center;
    font-size: 16px;
    align-items: center;
    background: linear-gradient(180deg,hsla(0,0%,100%,.96),rgba(249,249,251,.96));
    box-shadow: 0 10px 40px rgba(113,113,142,.1);
    text-align: center;
    font-family: var(--font-arcadia)
}

.styles_optout-button__DHPY_ {
    text-decoration: underline;
    font-size: 16px
}

.styles_optin-button__ixDSg {
    margin-left: 16px
}

@media (max-width: 1099px) {
    .styles_wrapper__7yNrF {
        padding:27px 46px
    }
}

@media (max-width: 767px) {
    .styles_wrapper__7yNrF {
        padding:36px 24px;
        flex-direction: column
    }

    .styles_optin-button__ixDSg {
        margin-top: 20px
    }
}

.styles_children-hidden__nKJxD {
    visibility: hidden;
    height: 0;
    line-height: 0
}

.styles_button-wrapper__yacs8.styles_loading__2Yfd7,.styles_button-wrapper__yacs8:disabled {
    cursor: inherit
}

.styles_disabled__2gAPq {
    opacity: .24
}

.styles_button__MhwEX {
    outline: transparent;
    min-height: 24px;
    box-sizing: content-box;
    display: inline-block;
    -webkit-appearance: none;
    -moz-appearance: none;
    border: none;
    text-decoration: none;
    font-family: var(--font-arcadia);
    white-space: nowrap
}

.styles_loading-dotdotdot__I3Ld1 {
    height: 0;
    display: flex;
    flex-flow: row;
    align-items: center
}

.styles_loading-dotdotdot__I3Ld1 svg {
    fill: #fff
}

.styles_button__MhwEX.styles_tiny__QoufW {
    font-size: 14px;
    letter-spacing: .6px;
    line-height: 24px;
    border-radius: 28px;
    padding: 4px 16px
}

.styles_button__MhwEX.styles_tiny__QoufW .styles_chevron__6OaU5.styles_left__K_1rr,.styles_button__MhwEX.styles_tiny__QoufW:not(.styles_loading__2Yfd7) svg:not(:last-child) {
    margin-right: 8px
}

.styles_button__MhwEX.styles_tiny__QoufW .styles_chevron__6OaU5.styles_right__K_nuD {
    margin-left: 8px
}

.styles_button__MhwEX.styles_tiny__QoufW.styles_secondary-with-icon__Jr1zS,.styles_button__MhwEX.styles_tiny__QoufW.styles_tertiary-white-with-icon___sqC9,.styles_button__MhwEX.styles_tiny__QoufW.styles_tertiary-with-icon__8BMF4 {
    padding: 4px 10px
}

.styles_button__MhwEX.styles_small__1wlhj {
    font-size: 15px;
    letter-spacing: .6px;
    line-height: 24px;
    border-radius: 28px;
    padding: 8px 32px
}

.styles_button__MhwEX.styles_small__1wlhj .styles_chevron__6OaU5.styles_left__K_1rr,.styles_button__MhwEX.styles_small__1wlhj:not(.styles_loading__2Yfd7) svg:not(:last-child) {
    margin-right: 12px
}

.styles_button__MhwEX.styles_small__1wlhj .styles_chevron__6OaU5.styles_right__K_nuD {
    margin-left: 12px
}

.styles_button__MhwEX.styles_small__1wlhj.styles_primary-with-icon__afjGL {
    padding: 8px 24px 8px 32px
}

.styles_button__MhwEX.styles_small__1wlhj.styles_primary-with-icon__afjGL .styles_chevron__6OaU5.styles_right__K_nuD {
    margin-left: 8px
}

.styles_button__MhwEX.styles_medium__bEAWe {
    font-size: 17px;
    letter-spacing: .8px;
    line-height: 28px;
    border-radius: 24px;
    padding: 8px 32px
}

.styles_button__MhwEX.styles_medium__bEAWe .styles_chevron__6OaU5.styles_left__K_1rr,.styles_button__MhwEX.styles_medium__bEAWe:not(.styles_loading__2Yfd7) svg:not(:last-child) {
    margin-right: 16px
}

.styles_button__MhwEX.styles_medium__bEAWe .styles_chevron__6OaU5.styles_right__K_nuD {
    margin-left: 16px
}

.styles_button__MhwEX.styles_large__vAiAB {
    font-size: 19px;
    letter-spacing: .8px;
    line-height: 28px;
    border-radius: 26px;
    padding: 10px 32px
}

.styles_button__MhwEX.styles_large__vAiAB .styles_chevron__6OaU5.styles_left__K_1rr,.styles_button__MhwEX.styles_large__vAiAB:not(.styles_loading__2Yfd7) svg:not(:last-child) {
    margin-right: 16px
}

.styles_button__MhwEX.styles_large__vAiAB .styles_chevron__6OaU5.styles_right__K_nuD {
    margin-left: 16px
}

.styles_stretch__LHzK8 {
    box-sizing: border-box;
    width: calc(100% - 16px)
}

.styles_button__MhwEX:not(.styles_secondary-with-icon__Jr1zS):not(.styles_tertiary-with-icon__8BMF4):not(.styles_secondary-with-icon__Jr1zS):not(.styles_secondary-black__0dFUq):not(.styles_send-money-top-bar__uKA1B):not(.styles_tertiary-white-with-icon___sqC9):not(.styles_tertiary-with-icon__8BMF4):not(.styles_transfer-funds__m4wNC):not(.styles_activity-table___OLXX):not(.styles_back-to-queue__rZn3y):not(.styles_credit-usage-graph-button__xLlEH) {
    font-weight: 600
}

.styles_primary-with-icon__afjGL,.styles_primary___YHCO {
    color: #fff;
    background-color: #4d68eb
}

.styles_primary-with-icon__afjGL:focus-visible:not(.styles_disabled__2gAPq),.styles_primary-with-icon__afjGL:hover:not(.styles_disabled__2gAPq),.styles_primary___YHCO:focus-visible:not(.styles_disabled__2gAPq),.styles_primary___YHCO:hover:not(.styles_disabled__2gAPq) {
    background-color: #3b55d6
}

.styles_primary-with-icon__afjGL:focus-visible,.styles_primary___YHCO:focus-visible {
    outline: transparent;
    box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(96,122,255,.5)
}

.styles_primary-dark__19nxk {
    color: #fff;
    background-color: #2c45c2
}

.styles_primary-dark__19nxk:focus-visible:not(.styles_disabled__2gAPq),.styles_primary-dark__19nxk:hover:not(.styles_disabled__2gAPq) {
    background-color: #1f37ad
}

.styles_primary-dark__19nxk.styles_shadow__K8wK1 {
    box-shadow: 0 9px 23px rgba(53,71,180,.16),0 12px 15px rgba(53,71,180,.2)
}

.styles_secondary-black__0dFUq,.styles_secondary-with-icon__Jr1zS,.styles_secondary__CGnzT {
    background-color: #efeffd
}

.styles_secondary-black__0dFUq:focus-visible:not(.styles_disabled__2gAPq),.styles_secondary-black__0dFUq:hover:not(.styles_disabled__2gAPq),.styles_secondary-with-icon__Jr1zS:focus-visible:not(.styles_disabled__2gAPq),.styles_secondary-with-icon__Jr1zS:hover:not(.styles_disabled__2gAPq),.styles_secondary__CGnzT:focus-visible:not(.styles_disabled__2gAPq),.styles_secondary__CGnzT:hover:not(.styles_disabled__2gAPq) {
    background-color: #e4e5fc
}

.styles_secondary__CGnzT {
    color: #4d68eb
}

.styles_button__MhwEX.styles_secondary-black__0dFUq,.styles_secondary-with-icon__Jr1zS {
    color: #1f1f30
}

.styles_tertiary-destructive__Tic5S,.styles_tertiary-with-icon__8BMF4,.styles_tertiary__dXZlk {
    background-color: #f9f9fb
}

.styles_tertiary-destructive__Tic5S:focus:not(.styles_disabled__2gAPq),.styles_tertiary-with-icon__8BMF4:focus:not(.styles_disabled__2gAPq),.styles_tertiary__dXZlk:focus:not(.styles_disabled__2gAPq) {
    outline: transparent
}

.styles_tertiary-destructive__Tic5S:focus-visible:not(.styles_disabled__2gAPq),.styles_tertiary-destructive__Tic5S:hover:not(.styles_disabled__2gAPq),.styles_tertiary-with-icon__8BMF4:focus-visible:not(.styles_disabled__2gAPq),.styles_tertiary-with-icon__8BMF4:hover:not(.styles_disabled__2gAPq),.styles_tertiary__dXZlk:focus-visible:not(.styles_disabled__2gAPq),.styles_tertiary__dXZlk:hover:not(.styles_disabled__2gAPq) {
    background-color: #f2f2f7
}

.styles_tertiary-destructive__Tic5S:focus-visible:not(.styles_disabled__2gAPq),.styles_tertiary-with-icon__8BMF4:focus-visible:not(.styles_disabled__2gAPq),.styles_tertiary__dXZlk:focus-visible:not(.styles_disabled__2gAPq) {
    outline: transparent;
    box-shadow: 0 0 0 1px #fff,0 0 0 3px rgba(96,122,255,.5)
}

.styles_tertiary__dXZlk {
    color: #4d68eb
}

.styles_tertiary__dXZlk .styles_loading-dotdotdot__I3Ld1 * {
    fill: #4d68eb
}

.styles_tertiary-with-icon__8BMF4 {
    color: #1f1f30
}

.styles_tertiary-destructive__Tic5S {
    color: #c21877
}

.styles_tertiary-destructive__Tic5S .styles_loading-dotdotdot__I3Ld1 * {
    fill: #c21877
}

.styles_tertiary-destructive__Tic5S:focus-visible:not(.styles_disabled__2gAPq),.styles_tertiary-destructive__Tic5S:focus:not(.styles_disabled__2gAPq),.styles_tertiary-destructive__Tic5S:hover:not(.styles_disabled__2gAPq) {
    background-color: #fae5f1
}

.styles_tertiary-white-with-icon___sqC9 {
    color: #41415a;
    background-color: #fff
}

.styles_tertiary-white-with-icon___sqC9:focus-visible:not(.styles_disabled__2gAPq),.styles_tertiary-white-with-icon___sqC9:hover:not(.styles_disabled__2gAPq) {
    background-color: #efeffd;
    color: #1f1f30
}

.styles_button__MhwEX.styles_transfer-funds__m4wNC {
    background-color: #fff;
    box-shadow: 0 22px 96px rgba(239,239,253,.12),0 9px 18px rgba(216,216,233,.26);
    color: #41415a;
    font-weight: 500;
    padding: 4px 12px;
    letter-spacing: .3px;
    border-radius: 30px;
    font-size: 14px;
    font-style: normal;
    margin-left: 0
}

.styles_button__MhwEX.styles_transfer-funds__m4wNC:hover {
    box-shadow: 0 22px 72px rgba(239,239,253,.12),0 9px 32px rgba(216,216,233,.4)
}

.styles_button__MhwEX.styles_transfer-funds__m4wNC {
    height: 24px;
    line-height: 20px;
    min-height: 20px
}

.styles_button__MhwEX.styles_back-to-queue__rZn3y {
    background-color: #f9f9fb;
    color: #1f1f30;
    font-weight: 500;
    padding: 8px 0;
    letter-spacing: .3px;
    border-radius: 20px;
    font-size: 15px;
    font-style: normal;
    margin-left: 0;
    height: 24px;
    line-height: 20px;
    min-height: 20px
}

.styles_button__MhwEX.styles_activity-table___OLXX {
    outline: transparent;
    background-color: #f9f9fb;
    color: #1f1f30;
    font-weight: 500;
    font-size: 15px;
    padding: 6px 22px 6px 20px;
    line-height: 24px;
    border-radius: 8px
}

.styles_button__MhwEX.styles_activity-table___OLXX:focus,.styles_button__MhwEX.styles_activity-table___OLXX:hover {
    background-color: #f2f2f7
}

.styles_button__MhwEX.styles_form-destructive__Lmfzi {
    background-color: #d9177e;
    color: #fff
}

.styles_button__MhwEX.styles_credit-usage-graph-button__xLlEH {
    padding: 4px 16px 4px 12px;
    text-align: left;
    background-color: #4d68eb;
    border-radius: 16px
}

.styles_button__MhwEX.styles_credit-usage-graph-button__xLlEH:focus {
    outline: transparent
}

.styles_button__MhwEX.styles_credit-usage-graph-button__xLlEH:hover {
    background-color: #3b55d6
}

.styles_link__EaLdE {
    color: #4d68eb;
    background: none
}

.styles_link__EaLdE:hover {
    text-decoration: underline
}

.styles_attachedToInput__jfAJY {
    width: 58px;
    height: 64px;
    background-color: #efeffd;
    border-radius: 0 6px 6px 0
}

.styles_attachedToInput__jfAJY:focus {
    outline: transparent
}

.styles_attachedToInput__jfAJY.styles_disabled__2gAPq {
    opacity: .4
}

.styles_attachedToInput__jfAJY.styles_error__3Oi_5 {
    background: #fae5f1;
    opacity: 1
}

.styles_attachedToInput__jfAJY.styles_loading__2Yfd7 {
    opacity: .4;
    background: #e4e5fc
}

.styles_attachedToInput__jfAJY.styles_loading__2Yfd7 svg {
    fill: #565674
}

.styles_attachedToInput__jfAJY.styles_loading__2Yfd7 svg circle {
    r: 3px;
    cx: 30px
}

.styles_attachedToInput__jfAJY.styles_loading__2Yfd7 svg circle:last-child {
    cx: 45px
}

.styles_attachedToInput__jfAJY.styles_loading__2Yfd7 svg circle:first-child {
    cx: 15px
}

.styles_attachedToInput__jfAJY:hover {
    opacity: 1;
    background: #f8f8fe
}

/*# sourceMappingURL=eeb4c1525b620d8e.css.map*/
