.NotifierContext_container {
    position: fixed;
    bottom: 50px;
    right: 8px;
    z-index: 1000000;
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-end;
    transform: translateZ(1000px);
    -webkit-transform: translateZ(1000px)
}

@media (max-width:1000px) {
    .NotifierContext_container {
        bottom: 0
    }
}

.BaseNotification_container__vE4Ss {
    padding: 10px 15px 15px;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    margin-bottom: 10px;
    border-radius: 4px;
    animation: BaseNotification_appear__20wrY .5s ease-out forwards;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    transition: all .1s ease-out;
    min-width: 200px;
    width: -moz-fit-content;
    width: fit-content;
    font-size: small;
    z-index: 10000000000;
    max-width: 40vw;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 0 30px rgba(0,0,0,.5)
}

@keyframes BaseNotification_appear__20wrY {
    0% {
        opacity: 0;
        left: 100%
    }

    to {
        left: 0;
        opacity: 1
    }
}

@media (max-width: 1000px) {
    .BaseNotification_container__vE4Ss {
        max-width:calc(100vw - 20px)
    }
}

.BaseNotification_header__6Zzvn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0 7px
}

.BaseNotification_title__FlgiT {
    font-size: 14px;
    text-transform: uppercase;
    opacity: .3
}

.BaseNotification_content__1fgME {
    display: flex
}

.BaseNotification_notification_icon_container__mjI1N {
    flex-direction: column;
    padding-right: 15px;
    margin-top: auto;
    margin-bottom: auto
}

.BaseNotification_icon_header_container__qMTRQ,.BaseNotification_notification_icon__H6kSb,.BaseNotification_notification_icon_container__mjI1N {
    display: flex;
    justify-content: center;
    align-items: center
}

.BaseNotification_notification_icon__H6kSb {
    font-size: 25px;
    fill: #fff;
    margin-top: auto;
    margin-bottom: auto
}


.WaitingDice_dice__tginN {
    --duration: 4s;
    position: relative;
    height: 1em;
    width: 1em;
    background: #fff;
    border-radius: .133333em;
    padding: .1666666em;
    box-sizing: border-box;
    animation: WaitingDice_letsroll__ZeGJC var(--duration) infinite alternate-reverse;
    box-shadow: 0 0 1em var(--accent)
}

.WaitingDice_dice_dot__36Hat {
    height: .166666666em;
    width: .166666666em;
    background: #000;
    display: flex;
    border-radius: .133333em;
    position: absolute
}

.WaitingDice_dice_dot__36Hat.WaitingDice_one__Oh1As {
    transform: translate(.25em,.25em);
    animation: WaitingDice_animate-position-1__xc9R9 var(--duration) infinite alternate-reverse
}

.WaitingDice_dice_dot__36Hat.WaitingDice_two__uw95t {
    transform: translate(.25em,.25em);
    opacity: 0;
    animation: WaitingDice_animate-position-2__2WVKo var(--duration) infinite alternate-reverse
}

.WaitingDice_dice_dot__36Hat.WaitingDice_three__I61W_ {
    opacity: 0;
    transform: translate(.25em,.25em);
    animation: WaitingDice_animate-position-3__fDvuO var(--duration) infinite alternate-reverse,WaitingDice_animate-position-3-move__jkbdp var(--duration) infinite alternate-reverse
}

.WaitingDice_dice_dot__36Hat.WaitingDice_four__r0wNx {
    transform: translate(.25em,.25em);
    opacity: 0;
    animation: WaitingDice_animate-position-4__4yGGf var(--duration) infinite alternate-reverse
}

.WaitingDice_dice_dot__36Hat.WaitingDice_five__Mm1ki {
    transform: translate(.25em,.25em);
    opacity: 0;
    animation: WaitingDice_animate-position-5__upUYn var(--duration) infinite alternate-reverse,WaitingDice_animate-position-5-move__3FJvC var(--duration) infinite alternate-reverse
}

.WaitingDice_dice_dot__36Hat.WaitingDice_six__ny10W {
    transform: translate(.25em,.25em);
    opacity: 0;
    animation: WaitingDice_animate-position-6__e7Obh var(--duration) infinite alternate-reverse
}

@keyframes WaitingDice_letsroll__ZeGJC {
    0% {
        transform: rotate(90deg)
    }

    50% {
        transform: rotate(-90deg)
    }

    75% {
        transform: rotate(90deg)
    }

    to {
        transform: rotate(-90deg)
    }
}

@keyframes WaitingDice_animate-position-1__xc9R9 {
    0% {
        transform: translate(.25em,.25em)
    }

    16.6666666666% {
        transform: translate(.25em,.25em)
    }

    29.1666666% {
        transform: translate(0)
    }

    to {
        transform: translate(0)
    }
}

@keyframes WaitingDice_animate-position-2__2WVKo {
    0% {
        transform: translate(.25em,.25em);
        opacity: 0
    }

    20% {
        transform: translate(.25em,.25em);
        opacity: 0
    }

    26.25% {
        opacity: .8
    }

    32.5% {
        opacity: 1;
        transform: translate(.5em,.5em)
    }

    to {
        opacity: 1;
        transform: translate(.5em,.5em)
    }
}

@keyframes WaitingDice_animate-position-3__fDvuO {
    0% {
        opacity: 0;
        transform: translate(.25em,.25em)
    }

    26.66666% {
        opacity: 0;
        transform: translate(.25em,.25em)
    }

    32.9166666% {
        opacity: .8
    }

    39.16666666% {
        opacity: 1;
        transform: translate(.25em,.25em)
    }

    to {
        opacity: 1;
        transform: translate(.25em,.25em)
    }
}

@keyframes WaitingDice_animate-position-3-move__jkbdp {
    0% {
        transform: translate(.25em,.25em)
    }

    26.66666% {
        transform: translate(.25em,.25em)
    }

    39.1666666% {
        transform: translateY(.5em)
    }

    to {
        transform: translateY(.5em)
    }
}

@keyframes WaitingDice_animate-position-4__4yGGf {
    0% {
        transform: translate(.25em,.25em);
        opacity: 0
    }

    33.333333333% {
        transform: translate(.25em,.25em);
        opacity: 0
    }

    39.5833333333% {
        opacity: .8
    }

    45.8333333% {
        opacity: 1;
        transform: translate(.5em)
    }

    to {
        opacity: 1;
        transform: translate(.5em)
    }
}

@keyframes WaitingDice_animate-position-5__upUYn {
    0% {
        transform: translate(.25em,.25em);
        opacity: 0
    }

    38.33333333333% {
        transform: translate(.25em,.25em);
        opacity: 0
    }

    50.833333333% {
        opacity: 1;
        transform: translate(.25em,.25em)
    }

    to {
        opacity: 1;
        transform: translate(.25em,.25em)
    }
}

@keyframes WaitingDice_animate-position-5-move__3FJvC {
    0% {
        transform: translate(.25em,.25em);
        opacity: 0
    }

    46.66666666% {
        transform: translate(.25em,.25em);
        opacity: 0
    }

    52.916666333% {
        opacity: .8
    }

    59.1666666% {
        opacity: 1;
        transform: translate(.5em,.25em)
    }

    to {
        opacity: 1;
        transform: translate(.5em,.25em)
    }
}

@keyframes WaitingDice_animate-position-6__e7Obh {
    0% {
        transform: translate(.25em,.25em);
        opacity: 0
    }

    50% {
        transform: translate(.25em,.25em);
        opacity: 0
    }

    62.5% {
        opacity: 1;
        transform: translateY(.25em)
    }

    to {
        opacity: 1;
        transform: translateY(.25em)
    }
}

.BaseNotification_notification_contents__IqNTX {
    display: flex;
    flex-direction: column;
    width: 100%
}

.AllowanceRequestNotification_container__1wgJt {
    display: flex;
    flex-direction: column;
    justify-content: center
}

.AllowanceRequestNotification_row__jQZ1Q {
    display: flex;
    gap: 5px;
    align-items: center;
    animation: AllowanceRequestNotification_fadein__uI6cN 1s ease-out forwards;
    opacity: 0
}

@keyframes AllowanceRequestNotification_fadein__uI6cN {
    0% {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

.StatusIndicator_failed__WcMn6,.StatusIndicator_pending__3_5PO,.StatusIndicator_success__uOAGw {
    width: .6em;
    height: .6em;
    border-radius: 50%;
    align-self: center;
    transition: all .1s ease-out
}

.StatusIndicator_success__uOAGw {
    background-color: lime;
    box-shadow: 0 0 5px lime
}

.StatusIndicator_pending__3_5PO {
    background-color: var(--gold);
    box-shadow: 0 0 5px var(--gold);
    animation: StatusIndicator_pulse_gold__ct_bY .5s ease-in-out infinite alternate
}

.StatusIndicator_failed__WcMn6 {
    background-color: red;
    box-shadow: 0 0 5px red
}

@keyframes StatusIndicator_pulse_gold__ct_bY {
    0% {
        opacity: .25;
        box-shadow: 0 0 2px var(--gold)
    }

    to {
        opacity: 1;
        box-shadow: 0 0 10px var(--gold)
    }
}


.WaitingDots_one__8dcRN {
    animation: WaitingDots_one__8dcRN 2s infinite forwards
}

.WaitingDots_two__rzcRN {
    animation: WaitingDots_two__rzcRN 2s infinite forwards
}

.WaitingDots_three__LVJO8 {
    animation: WaitingDots_three__LVJO8 2s infinite forwards
}

@keyframes WaitingDots_one__8dcRN {
    0% {
        opacity: 0
    }

    25% {
        opacity: 1
    }
}

@keyframes WaitingDots_two__rzcRN {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 1
    }
}

@keyframes WaitingDots_three__LVJO8 {
    0% {
        opacity: 0
    }

    25% {
        opacity: 0
    }

    50% {
        opacity: 0
    }

    75% {
        opacity: 1
    }
}


.BaseNotification_normal__q8xm_ {
    background-color: var(--container_background_color);
    border-color: var(--container_border_color)
}

.BaseNotification_error__aVuGk {
    background-color: #f001;
    border-color: #f001
}

.BaseNotification_success__I9Pvx {
    background-color: #0f02;
    border-color: #0f02
}

.BaseNotification_error__aVuGk .BaseNotification_progress_bar__YPyEs {
    background: red;
    box-shadow: 0 0 5px red
}

.BaseNotification_success__I9Pvx .BaseNotification_progress_bar__YPyEs {
    background: lime;
    box-shadow: 0 0 5px lime
}

.BaseNotification_normal__q8xm_ .BaseNotification_progress_bar__YPyEs {
    background-color: #ffffff11
}

.BaseNotification_hidden_notification__J8aRv {
    display: none
}

.BaseNotification_notification_close__NG_Kq {
    opacity: .3;
    right: 7px;
    top: 1px;
    cursor: pointer;
    transition: all .1s ease-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none
}

.BaseNotification_notification_close__NG_Kq:hover {
    opacity: 1;
    color: var(--light)
}

.AllowanceRequestNotification_exclamation_point__Yi1RD {
    font-weight: 700;
    font-size: 30px;
    padding: 0;
    margin: 0;
    color: red;
    text-shadow: 0 0 5px red
}

.AllowanceRequestNotification_error_container__rB_Kw {
    margin-left: 1.3em
}

.AllowanceRequestNotification_error_title__of90i {
    color: red;
    font-weight: 700
}

.BaseNotification_progress_bar__YPyEs {
    position: absolute;
    width: 100%;
    height: 3px;
    bottom: 0;
    left: 0;
    animation: BaseNotification_countdown__uHxuv linear forwards
}

@keyframes BaseNotification_countdown__uHxuv {
    0% {
        width: 100%
    }

    to {
        width: 0
    }
}


.NotifierContext_clear_button__3dm_3 {
    padding: 1px 5px;
    margin-bottom: 5px
}
