.popup_MuiModalRoot__TzDOb {
    padding: 32px;
    position: fixed;
    z-index: 1300;
    inset: 0;
   
    align-items: center;
    justify-content: center;
    top: 60px;
    display: none;
    left: 0
}

.popup_MuiModalBg__VrQK_ {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: -1;
    position: fixed;
    inset: 0;
    transition: background-color 225ms cubic-bezier(.4, 0, .2, 1) 0ms;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.popup_MuiModal__NzJWL {
    position: relative;
    padding: 8px;
    max-height: calc(100% - 64px);
    max-width: 100%;
    display: flex;
    flex-direction: column;
    outline: none
}

.popup_MuiModals__jsjgb {
    scrollbar-width: thin;
    scrollbar-color: #aaadbe transparent;
    overflow-y: auto;
    background-color: var(--header-bg);
    color: #666a7f;
    border-radius: 20px;
    max-width: 600px;
    padding: 24px
}

@media(max-width:900px) {
    .popup_MuiModals__jsjgb {
        padding: 10px
    }
}

.popup_MuiModalBgClose__Dejs7 {
    position: absolute;
    top: 16px;
    right: 12px;
    width: 38px;
    height: 38px;
    z-index: 1
}

.popup_MuiModalBtnClose__5Sp2z {
    border-radius: 30px;
    transition: all .25s ease 0s;
    border: none;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Nunito;
    font-weight: 800;
    font-size: 16px;
    box-sizing: border-box;
    background: #6842ff;
    padding: 0;
    width: 30px;
    min-width: 30px;
    height: 30px;
    background-color: transparent;
    color: #fff
}

.popup_MuiModalSvgClose__1QyIM {
    margin-right: 0;
    height: 20px;
    width: 20px;
    display: inline-block;
    fill: currentcolor
}

.popup_MuiModalTitle__KI3Sd {
    margin-bottom: 16px;
    text-align: center;
    color: #f9faff;
    font-weight: 800;
    font-size: 20px
}

.popup_MuiModalContent__aRN0J {
    max-width: 100%;
    width: 600px;
    scrollbar-color: #aaadbe transparent
}