.style_hamburger__vvTaM {
    min-width: calc(var(--1)*24);
    width: calc(var(--1)*24);
    height: calc(var(--1)*24);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: calc(var(--1)*3)
}

@media(min-width: 991.98px) {
    .style_hamburger__vvTaM {
        display:none
    }
}

.style_hamburger__vvTaM span {
    display: flex;
    width: calc(var(--1)*22);
    height: calc(var(--1)*3);
    background-color: var(--white);
    border-radius: 30px;
    transition: transform .5s ease-in-out
}

.style_hamburger__vvTaM.style_active__v2efS span:first-child {
    transform: translateY(calc(var(--1) * 6)) rotate(45deg)
}

.style_hamburger__vvTaM.style_active__v2efS span:nth-child(2) {
    transform: scaleX(0)
}

.style_hamburger__vvTaM.style_active__v2efS span:nth-child(3) {
    transform: translateY(calc(var(--1) * -6)) rotate(-45deg)
}

.style_resrictedpopup__WIqVc {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background-color: #fafafa;
    z-index: 99997;
    width: 500px;
    max-width: 90%;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center
}

.style_resrictedpopup__WIqVc img {
    margin-inline:auto;margin-bottom: 1rem
}

.style_resrictedpopup__WIqVc h2 {
    color: #000;
    font-size: 2rem;
    font-family: inherit;
    margin-bottom: 1rem
}

.style_resrictedpopup__WIqVc p {
    font-family: inherit;
    font-size: 1.5rem;
    line-height: normal;
    text-align: center;
    color: #000
}

.style_resrictedpopup__WIqVc .style_btns__0SWeW {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    width: 100%
}

.style_resrictedpopup__WIqVc .style_btns__0SWeW a {
    display: flex;
    color: #fff;
    background-color: #000;
    width: 100%;
    text-align: center;
    justify-content: center;
    padding-block:1rem;cursor: pointer
}

.style_resrictedpopup__WIqVc .style_btns__0SWeW a:hover {
    opacity: .9
}

.style_overlay__kX9j_ {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 99996;
    background-color: rgba(0,0,0,.502)
}

.toast_toast__Hf0vh {
    padding: calc(var(--1)*10) calc(var(--1)*20) calc(var(--1)*12);
    color: var(--dark);
    background-color: var(--white);
    font-size: calc(var(--1)*18);
    transition: opacity .3s ease-in-out,transform .3s ease-in-out;
    opacity: 0;
    transform: translateX(100%);
    width: calc(var(--1)*320);
    max-width: calc(var(--1)*320);
    border: 1px solid var(--light);
    border-left: 3px solid transparent;
    position: relative;
    animation: toast_deActiveToast__03RvW .3s ease-in-out forwards
}

@keyframes toast_deActiveToast__03RvW {
    0% {
        opacity: 1;
        transform: translateX(0)
    }

    to {
        opacity: 0;
        transform: translateX(100%)
    }
}

@keyframes toast_activeToast__0FNmn {
    to {
        opacity: 1;
        transform: translateX(0)
    }
}

.toast_toast__Hf0vh.toast_active__QAZGz {
    animation: toast_activeToast__0FNmn .3s ease-in-out forwards
}

.toast_toast__Hf0vh.toast_success__NyjXu {
    border-left-color: var(--success)
}

.toast_toast__Hf0vh.toast_error__pRoFq {
    border-left-color: var(--error)
}

.toast_toast__Hf0vh.toast_info__gHO3_ {
    border-left-color: var(--info)
}

.toast_toastContainer__sew_d {
    position: fixed;
    top: 10px;
    right: 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 10px;
    z-index: 999999
}
