body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen',
    'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue',
    sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  margin: 0 !important;
  padding: 0 !important;
}

code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, 'Courier New',
    monospace;
}


.header_header_db__UPZOE {
    padding: 14px 11px 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #DADADA;
    background: #fff;
    z-index: 1005;
    /* width: 100%; */
}

.header_header_text__ZnXl0 {
    font-size: 20px;
    font-weight: 500;
}


.header_header__nav__xrCVY {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header_logo_db__FeuCP {
    display: block;
    width: 83px;
    height: 31px;
    background-image: url(/static/media/igstan_logo.b60206c2388404aa6bc6.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.header_menu__icon_mobile__dhSIX {
    display: flex;
    width: 30px;
    height: 22px;
    background-image: url(/static/media/stan_menu_icon.567c40ea32cc4c834aef.svg);
    background-size: contain;
    cursor: pointer;
    background-repeat: no-repeat;
}


.header_menu__list__H0yni {
    display: none;
    flex-direction: column;
    position: absolute;
    will-change: filter;
    top: 61px;
    right: 0px;
    left: 0;
    width: auto;
    background: white;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding-bottom: 20px;
    margin-block-start: 0;
    margin-block-end: 0;
    padding-inline-start: 0;
    z-index: 50;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.header_menu__list__H0yni li {
    list-style: none;
    padding: 0 20px;
    position: relative;
    transition: all .3s ease;
}

.header_menu__list__H0yni li a {
    text-decoration: none;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-weight: 500;
    color: #2A3037;
    transition: 0.3s ease-in-out;
}

.header_nav_listItem__mkutG {
    text-align: center;
    text-align: center;
}

.header_nav_linkItem__TVM9i:active {
    color: #8267EC;
    font-weight: 600;
}

.header_nav__listItem__uXdyK:hover {
    color: #8267EC;
    font-weight: 600;
}

.header_nav_chosenUserInfo__rHG50 {
    display: flex;
    margin-bottom: 15px;
}

.header_nav_chosenUserInfo__rHG50 {
    padding-bottom: 15px;
    border-bottom: 0.5px solid #DADADA;
}

.header_nav_userpic__SGwrP {
    margin: 0 auto;
    display: block;
    width: 5rem;
    height: 5rem;
    /* background-image: url("./../../images/nav_userpic.svg");
    background-repeat: no-repeat;
    background-position: center; */
    padding: 5px;
    /* border: 0.5px solid #FF1E6F; */
    border-radius: 50%;
    margin-top: 11px;
    margin-bottom: 5px;
}

.header_nav_userpicUnknown__nmQv3 {
    background: #BEB6FF;
    position: relative;
    width: 5rem;
    height: 5rem;
    border-radius: 50%;
}

.header_nav_userpicUnknown__nmQv3:before {
    content: '';
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    top: 0.5rem;
    width: 4.6rem;
    height: 4.6rem;
    background: url(/static/media/main_unknownProfile.a0a4d4219fbf82c932b8.svg) no-repeat;
    background-size: contain;
}

.header_nav_chosenUserInfo__rHG50 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    margin-bottom: 15px;
}

.header_nav_chosenUserName__Jdakw {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    margin: 0 auto;
}

.header_nav_subscriptionDate__4ZLcz {
    color: #A9A9A9;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    margin: 0 auto;
    width: 100%;
    max-width: 123px;
    margin-top: 5px;
}

.header_nav_change_accBtn__T-DtF {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 10px;
}

.header_nav_logout_accBtn__mvTnQ {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 5px;
    padding-bottom: 10px;
}

.header_menu__list__H0yni.header_active__D6nBR {
    display: flex;
}

.header_menu__list__H0yni .header_nav__listItem__uXdyK {
    text-align: center;
    margin-bottom: 10px;
}

.header_nav_logOutHidden__dXP\+v {
    display: none;
}


@media (min-width: 765px) {

    .header_nav_logOutHidden__dXP\+v {
        display: flex;
    }

    .header_menu__icon_mobile__dhSIX {
        display: none;
    }

    .header_nav_linkItem__TVM9i:hover {
        color: #8267EC;
        font-weight: 600;
    }



    .header_menu__list__H0yni {
        display: flex;
        flex-direction: row;
        position: static;
        position: initial;
        background: white;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        align-items: center;
        justify-content: center;
        padding-bottom: 0;
        width: 100%;
        filter: none;
    }

    .header_nav_chosenUserInfo__rHG50 {
        display: none;
    }

    .header_menu__list__H0yni .header_nav__listItem__uXdyK {
        margin-bottom: 0;
    }

    .header_nav_chosenUserInfo__rHG50 {
        padding-bottom: 0px;
        flex-direction: row;
        padding: 0;
    }
}

.header_addAccountBtn__3\+1Dv {
    display: flex;
    align-items: center;
    color: #2A3037;
    background: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
    transition: all .3s ease;
    margin-top: 1rem;
    margin-bottom: .5rem;
}

.header_addAccountBtn__3\+1Dv:active {
    color: #8267EC;
}

.header_addAccountBtnIcon__WI3Zp {
    display: inline-block;
    content: '';
    width: 3.5rem;
    height: 3.5rem;
    background: url(/static/media/add_account.a1572a03bec039adb709.svg) no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.header_addAccountBtnText__9ym99 {
    margin: auto 0rem auto .5rem;
}
/* .footer {
    position: relative;
    bottom: 0;
    margin-bottom: 0;
    margin-top: 3rem;
    padding: 0 15px;
    flex-shrink: 0;
} */


.footer_db_footer__LnqYW {
    margin-top: auto;
    padding: 8px;
    /* width: 100%; */
}

.footer_db_footer_text__gtQPP {
    color: #616161;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    font-weight: 300;
    text-align: center;
    padding-top: 11px;
    padding-bottom: 31px;
    border-top: 0.5px solid #DADADA;
    width: 70%;
    margin: 0 auto;
}
.content_content__RqsnM {
    position: relative;
    flex: 1 0 auto;
}

.content_demo__qaSc-{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 40px;
    background:linear-gradient(269deg, rgba(142, 102, 233, 0.20) 0.13%, rgba(233, 91, 203, 0.20) 62.05%);
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
}
.account_db_ma_block__Bb1y9 {
    /* width: 100%; */
    min-width: 320px;
    background-image: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    /* padding-top: 13px; */
    min-height: calc(100vh - 150px);
    /* padding: 15px; */
    margin-bottom: 30px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 3.5rem;
}

.account_db_chosenAccount__Q8MCB {
    display: flex;
    justify-content: center;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    background: transparent;
    border: none;
    position: relative;
    padding-top: 1.5rem;
}

.account_db_chosenAccount__Q8MCB:after {
    content: '';
    width: 1rem;
    height: 1rem;
    background: url(/static/media/whiteArrowDown.47ae8dade26249c6e669.svg) no-repeat;
    background-position: center bottom;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.account_db_chosenAccountClicked__qbGoE {
    visibility: hidden;
    color: #2A3037;
    z-index: 10;
    padding-top: 1.5rem;
}

.account_db_chosenAccountClicked__qbGoE:after {
    content: '';
    top: 5px;
    width: 1rem;
    height: 1rem;
    background: url(/static/media/blackArrowDown.57eceff2753e2e2a8603.svg) no-repeat;
    background-position: center bottom;
}

.account_db_chosenAccountOpenedList__MAQJ2 {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    background: transparent;
    border: none;
}

.account_db_chosenAccountOpenedList__MAQJ2:after {
    content: '';
    top: 5px;
    width: 1rem;
    height: 1rem;
    background: url(/static/media/blackArrowDown.57eceff2753e2e2a8603.svg) no-repeat;
    background-position: center bottom;
}


.account_db_db_main_dropdown__RmaLn {
    position: relative;
}

.account_db_menu__8PKys {
    position: absolute;
    background: #fff;
    list-style-type: none;
    height: 300px;
    overflow-y: scroll;
    margin: 0rem;
    padding: 0rem;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    top: 0rem;
    left: 0rem;
    right: 0rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    padding-top: 1.5rem;
    z-index: 5;
}

/* POPUPS */

.account_db_addAccPopup__S8mOe {
    position: absolute;
    background: #fff;
    margin: 0rem;
    padding: 0rem;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    top: 1rem;
    left: 0rem;
    right: 0rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 300px;
    padding: 2rem;
    z-index: 5;
    background: #FFF;
    border-radius: 10px;
}

.account_db_popupTitle__9bhLX {
    color: #2A3037;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
}

.account_db_popupText__pHYBi {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
}

.account_db_popupInput__U3p\+f {
    border: 1px solid #8A71ED;
    background: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    max-width: 246px;
}

.account_db_popUpBtn__uqjE8 {
    display: flex;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 147px;
    border-radius: 15px;
    margin: 15px auto;
    margin-bottom: 0;
    background: linear-gradient(180deg, #8970ED 0%, #9878EC 100%);
    border: none;
    text-decoration: none;
}

.account_db_popUpHeader__zzQeX {
    display: flex;
    justify-content: space-between;
}

.account_db_closeBtn__HZ06i {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/static/media/closeBtn.bfb63b88ddd8832fa0d7.svg) no-repeat;
    background-size: contain;
}

.account_db_popUpSpinner__rn-VG {
    display: flex;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background: url(/static/media/spinner.9704eb1d6c2ec50bec47.svg) no-repeat;
    background-size: contain;
    animation: account_db_spin__EMr2O 5s infinite linear;
}

@keyframes account_db_spin__EMr2O {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.account_db_successTextPopup__SJcqL {
    display: flex;
    margin: 0;
}

.account_db_successTick__KsBzX {
    display: inline-block;
    margin: 0 auto;
    margin-right: 7px;
    width: 70px;
    height: 47px;
    background: url(/static/media/success_tick.85b80a7ec4ebed826569.svg) no-repeat;
    background-size: contain;
}

/* END OF POPUPS */

.account_db_addAccountBtn__eEPoJ {
    display: flex;
    align-items: center;
    color: #2A3037;
    background: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.account_db_addAccountBtnIcon__ts8kF {
    display: inline-block;
    content: '';
    width: 4.5rem;
    height: 4.5rem;
    background: url(/static/media/add_account.a1572a03bec039adb709.svg) no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.account_db_addAccountBtnText__jfIPs {
    margin-left: 10px;
}

.account_db_statsLinkWrapper__kFf5J {
    display: flex;
    justify-content: center;
    margin: 1rem auto 2rem auto;
    max-width: 50rem;
}

.account_db_statsLink__1Ox8N {
    display: flex;
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    /* width: 100%; */
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 2px 2px 10px 1px rgba(28, 12, 156, 0.15);
    text-decoration: none;
    padding: 1rem;
    align-items: center;
}

.account_db_statsLink__1Ox8N:active {
    box-shadow: 3px 4px 7px 0px rgba(28, 12, 156, 0.35);
}

.account_db_statsIcon__Q2uz8 {
    width: 3rem;
    height: 4rem;
    background: url(/static/media/mainStatsIcon.305641649e14efe90913.svg) no-repeat;
    background-size: contain;
    background-position: center;
}

.account_db_statsTextBlock__-miLX {
    margin-left: 2rem;
    display: flex;
    flex-direction: column;

}

.account_db_statsTitle__c7GMi {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin-bottom: .5rem;
    text-align: left;
    padding-bottom: .5rem;
    border-bottom: .5px solid #ccc;
    margin-right: .5rem;
}

.account_db_statsText__o3-O5 {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: left;
}

.account_db_statsIconLink__XTU4W {
    width: 1.5rem;
    height: 1.5rem;
    background: url(/static/media/mainStatsLink.3faa07c2b7e83ebb4211.svg) no-repeat;
    background-size: contain;
    background-position: center;
    margin-left: auto;
    margin-top: auto;
    margin-bottom: auto;
}

.account_db_waitText__2H5cm {
    color: #8267EC;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 5px;
    text-align: center;
}

.account_db_activityWrap__KVOcR {
    padding: 10px;
    border-radius: 10px;
    background: #B1A4F4;
    max-width: 400px;
    margin: 0rem auto;
    margin-top: 7px;
}
.account_info_mt-1__trtDe {
    margin-top: 1rem;
}

.account_info_mt-2__K9i-\+ {
    margin-top: 2rem;
}

.account_info_mt-3__ZoDfO {
    margin-top: 3rem;
}

.account_info_mb-1__-MI7T {
    margin-bottom: 1rem;
}

.account_info_mb-2__TZCGg {
    margin-bottom: 2rem;
}

.account_info_mb-3__dsR6m {
    margin-bottom: 3rem;
}

.account_info_mr-1__LPdsm {
    margin-right: 1rem;
}

.account_info_mr-2__\+1f5C {
    margin-right: 2rem;
}

.account_info_mr-3__OqPat {
    margin-right: 3rem;
}

.account_info_ml-1__6x1f8 {
    margin-left: 1rem;
}

.account_info_ml-2__6mmc5 {
    margin-left: 2rem;
}

.account_info_ml-3__wlOv6 {
    margin-left: 3rem;
}



.account_info_db_main_statistics__mClI8 {
    display: flex;
    justify-content: space-between;
    color: white;
}

.account_info_db_main_count__RtIgw {
    display: flex;
    justify-content: space-between;
    color: white;
}

.account_info_maInfo__fXC0s {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 1rem auto;
    max-width: 60rem;
    margin-top: 0rem;
    margin-bottom: 0;
}

.account_info_db_main_count__RtIgw {
    display: flex;
    max-width: 60rem;
    margin: 1.5rem auto;
}

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

.account_info_boldTextStats__vZue0 {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.69px;
}

.account_info_smallTextStats__KFmYZ {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
}

.account_info_status__CxoFT {
    display: block;
    color: #FFF;
    background: #fff;
    width: .5rem;
    height: .5rem;
    border-radius: 50%;
    margin-top: 1.5rem;
}

.account_info_textStatsMr__x6Wof {
    margin-right: 2.5rem;
}

.account_info_textStatsMl__sbAtc {
    margin-left: 2.5rem;
}

.account_info_updated__y4Cdu {
    display: flex;
    margin: 0rem auto;
    max-width: 60rem;
    min-width: 20rem;
}

.account_info_updatedLine__xY219 {
    width: 100%;
    height: .1rem;
    background: #fff;
    margin: auto .4rem auto .4rem;
}

.account_info_updatedBlock__7ebyO {
    border-radius: 20px;
    background: #A08BF0;
    padding: .5rem;
    max-width: 20rem;
    min-width: 10rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid #fff;
}


.account_info_updatedTitle__oZPAH,
.account_info_updatedText__q\+ra8 {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    margin: 0rem;
}

.account_info_updateBtn__p5uvR {
    display: block;
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
    background: transparent;
    padding: 1.5rem 0rem !important;
    border: none;
    width: 15rem;
    max-width: 15rem;
    background: linear-gradient(180deg, #FAF8FF 0%, #FFF 47.4%, #FFF 47.41%, #F2EDFF 100%, #FAF8FF 100%, #FAF8FF 100%);
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    border-radius: 1.5rem;
}

.account_info_loadingBlock__F2s7D {
    margin-top: .5rem;
    margin-bottom: .5rem;
    margin-right: auto;
    margin-left: auto;
    max-width: 60rem;
    min-width: 15rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.account_info_loadingBlockText__UPs6k {
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.42px;
    margin-bottom: 1rem;
}

.account_info_loading__yrlB2 {
    width: 100%;
    border-radius: 20px;
    background: #FFF;
    height: 2.5rem;
    position: relative;
}

.account_info_loadingProgress__-b2-f {
    width: 60%;
    border-radius: 20px;
    background: linear-gradient(90deg, #F3EEFF 0%, #E9E0FF 100%);
    position: absolute;
    height: 2.5rem;
}

.account_info_loadingProgressText__2XFGz {
    display: block;
    margin: auto 0rem;
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.36px;
    position: absolute;
    top: 0.75rem;
    right: 1rem;
}

.account_info_db_main_statistics__mClI8 {
    margin: 1.5rem auto;
    max-width: 60rem;
    min-width: 20rem;
    display: flex;
    justify-content: space-between;
    margin-bottom: 11rem;
}

.account_info_posts_stat__wNCq2 {
    display: flex;
    flex-direction: column;
    margin: auto;
}

.account_info_postsWrapper__oL5wJ {
    display: flex;
    margin: 0rem;
    padding: .5rem;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    border-radius: 100px;
    background: rgba(255, 255, 255, 0.15);
    min-width: 4rem;
    text-align: center;
}

.account_info_postsWrapper__oL5wJ:before {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    margin-left: .5rem;
    margin-right: .5rem;
    margin-top: .4rem;
}

.account_info_posts__IHr7A:before {
    background: url(/static/media/mainAccount_posts.cdd138c19458768fe913.svg) no-repeat;
    background-size: contain;
}

.account_info_reels__BMCd5:before {
    background: url(/static/media/mainAccount_reels.de9bf5210ab53ea3d39f.svg) no-repeat;
    background-size: contain;
}

.account_info_new__loN9l:before {
    background: url(/static/media/mainAccount_new.a1704a5cbfd98e3f97ce.svg) no-repeat;
    background-size: contain;
}

.account_info_postsText__aLmPR {
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.51px;
    text-align: center;
}

.account_info_posts_statLine__uvqcQ {
    height: 5rem;
    width: 1px;
    background: #fff;
    margin: 0rem auto;
}

.account_info_profilePic__XAhW6 {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 5px solid #fff;
    /* outline: .1px solid #FF1E6F; */
    /* filter: drop-shadow(0px 1px 4px rgba(0, 0, 0, 0.15)); */
    /* background: #FF1E6F; */
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 10px;
}


.account_info_profilePicUnknown__Cw3OW {
    background: #BEB6FF;
    position: relative;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    margin-bottom: 10px;
}

.account_info_profilePicUnknown__Cw3OW:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    width: 70px;
    height: 70px;
    background: url(/static/media/main_unknownProfile.a0a4d4219fbf82c932b8.svg) no-repeat;
    background-size: contain;
}

.account_info_wrapper__tvTu3 {
    padding-top: 40px !important;
}

.account_info_name__50qYd {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-top: 0;
    margin-bottom: 10px;
}

.account_info_caption__jSJyc {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.36px;
    max-width: 5rem;
    margin: 10px auto;
    margin-top: 0;
    margin-bottom: 10px;
    min-width: 250px;
}
.followers-stat_followers__-MhiA {
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
}

.followers-stat_followersBlock__muYX1 {
    display: flex;
    flex-direction: column;
    margin-top: -12rem;
    padding: 1.5rem;
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}

.followers-stat_followersTitle__N8-9V {
    color: #2A3037;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1rem;
}

.followers-stat_followersStats__mt17Z {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.followers-stat_followersStatsBlock__TmXpm {
    display: flex;
    flex-direction: column;
    /* width: 100%; */
    margin-right: 1.5rem;
}

.followers-stat_followersStatsBlock__TmXpm:last-child {
    margin-right: 0rem;
}

.followers-stat_followersNumber__cb09r {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: .5rem;
}

.followers-stat_followersDate__CQrox {
    color: #495360;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.39px;
}

.followers-stat_followersStatsPage__3rDCN {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    /* justify-content: space-between; */
    margin-top: 1rem;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    text-decoration: none;
    background: linear-gradient(180deg, #FAF8FF 0%, #FFF 47.4%, #FFF 47.41%, #F2EDFF 100%, #FAF8FF 100%, #FAF8FF 100%, #FAF8FF 100%);
    position: relative;
}


.followers-stat_followersStatsTitle__jugfI {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.45px;
}

.followers-stat_followersStatsImages__yYg-D {
    display: flex;
    position: relative;
    width: 4.5rem;
    margin-left: auto;
    align-items: flex-end;
}

.followers-stat_followersStatsImages__yYg-D:after {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background: url(/static/media/blackNarrowArrowRight.2b9ae023f6e290b7bb05.svg) no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: absolute;
    top: 0rem;
    right: 0rem;
}

.followers-stat_followersStatsPageImg__mg668 {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 21px;
    height: 21px;
    z-index: 1;
    border-radius: 50%;
}

.followers-stat_followersStatsPageImg__mg668:nth-child(2) {
    left: 1rem;
    z-index: 2;
}

.followers-stat_followersStatsPageImg__mg668:last-child {
    left: 2rem;
    z-index: 3;
}


/* CSS FOR UPDATED BLOCK */

.followers-stat_linksBlock__2rd9Q {
    /* margin: 0 auto;
    max-width: 285px; */
    width: 100%;
}

.followers-stat_statsBlock__Dwh1D {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    padding: 10px 20px 25px 20px;
    margin-bottom: 10px;
}

.followers-stat_statsBlockTitle__jOKm2 {
    margin: 0;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}

.followers-stat_subtitle__5bnxM {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.54px;
    margin-top: 0;
}

.followers-stat_followerIcon__kYu6Z {
    display: inline-block;
    width: 15px;
    height: 17px;
    background-image: url(/static/media/followerIcon.abfe982b261680f1798d.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-bottom: 5px;
}

.followers-stat_followersLink__JlfVV {
    margin: 0 auto;
    /* width: 251px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #DDD;
    background: linear-gradient(180deg, #FAF8FF 0%, #FFF 53.45%, #FAF8FF 100%);
    box-shadow: 2px 2px 5px 1px rgba(97, 97, 97, 0.10);
    padding: 8px 14px 10px 16px;
    margin-bottom: 10px;
}

.followers-stat_btnText__zRWIe {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.followers-stat_btnData__dGXGs {
    color: #2A3037;
    text-align: right;
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.followers-stat_arrowRightBtn__nd4rW {
    display: flex;
    width: 10px;
    height: 16px;
    background-image: url(/static/media/arrowRightBtn.c35ab1e31d2d7713dab4.svg);
    background-repeat: no-repeat;
    margin-top: 8px;
    margin-left: 9px;
}

.followers-stat_dataAndArrow__l9woU {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.followers-stat_greyText__zqmt5 {
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 10px;
    color: #B6B6B6;
    text-align: right;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}

.followers-stat_statsLink__\+X21y {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 242px;
    margin: 0 auto;
}

.followers-stat_arrowRightBtnBigger__hoPrw {
    display: flex;
    width: 8px;
    height: 16px;
    background-image: url(/static/media/biggerArrowRight.c46e43c885a24653973b.svg);
    background-repeat: no-repeat;
    margin-top: 8px;
    margin-left: 9px;
}

.followers-stat_detailsIcon__cKfvb {
    display: flex;
    width: 24px;
    height: 22px;
    background-image: url(/static/media/statsIcon.f336614809fa7efd9b14.svg);
    background-repeat: no-repeat;
    margin-right: 3px;
}

.followers-stat_bigBtnText__gATfl {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
.followings-stat_followings__PVtnx {
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto;
    display: flex;
    justify-content: center;
}


.followings-stat_followingsBlock__Hyd37 {
    display: flex;
    flex-direction: column;
    margin-top: 2rem;
    padding: 1.5rem;
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    /* margin-bottom: 2rem; */
}

/* .followingsBlock:after{
    content: '';
    display: block;
    width: 100%;
    position: absolute;
    z-index: -1;
    height: 20rem;
    margin-top: 2rem;
    padding-bottom: 3rem;
    background: linear-gradient(180deg, #8267EC 0%, #B9A9FA 100%);
} */

.followings-stat_followingsTitle__zGIzl {
    color: #2A3037;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1rem;
}

.followings-stat_followingsStats__YMmAE {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.followings-stat_followingsStatsBlock__bHKH2 {
    display: flex;
    flex-direction: column;
    /* width: 100%; */
    margin-right: 1.5rem;
}

.followings-stat_followingsStatsBlock__bHKH2:last-child {
    margin-right: 0rem;
}

.followings-stat_followingsNumber__CQ9Wd {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: .5rem;
}

.followings-stat_followingsDate__I-kmg {
    color: #495360;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.39px;
}

.followings-stat_followingsStatsPage__B9IK2 {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    /* justify-content: space-between; */
    margin-top: 1rem;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    text-decoration: none;
    background: linear-gradient(180deg, #FAF8FF 0%, #FFF 47.4%, #FFF 47.41%, #F2EDFF 100%, #FAF8FF 100%, #FAF8FF 100%, #FAF8FF 100%);
    position: relative;
}


.followings-stat_followingsStatsTitle__d7oVc {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.45px;
}

.followings-stat_followingsStatsImages__Hd3ZS {
    display: flex;
    position: relative;
    width: 4.5rem;
    margin-left: auto;
    align-items: flex-end;
    margin-right: 0rem;
}

.followings-stat_followingsStatsImages__Hd3ZS:after {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    margin-left: 1rem;
    background: url(/static/media/blackNarrowArrowRight.2b9ae023f6e290b7bb05.svg) no-repeat;
    background-size: contain;
    position: absolute;
    top: 0rem;
    right: 0rem;
}

.followings-stat_followingsStatsPageImg__hwJGZ {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 21px;
    height: 21px;
    z-index: 1;
    border-radius: 50%;
}

.followings-stat_followingsStatsPageImg__hwJGZ:nth-child(2) {
    left: 1rem;
    z-index: 2;
}

.followings-stat_followingsStatsPageImg__hwJGZ:last-child {
    left: 2rem;
    z-index: 3;
}

/* CSS FOR UPDATED BLOCK */

.followings-stat_linksBlock__A-REK {
    /* margin: 0 auto; */
    /* max-width: 285px; */
    width: 100%;
}

.followings-stat_statsBlock__F05ba {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin: 0 auto;
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    padding: 10px 20px 25px 20px;
    margin-bottom: 10px;
}

.followings-stat_statsBlockTitle__50-mP {
    margin: 0;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}

.followings-stat_subtitle__\+kIyW {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.54px;
    margin-top: 0;
}

.followings-stat_followerIcon__5\+gd0 {
    display: inline-block;
    width: 15px;
    height: 17px;
    background-image: url(/static/media/followerIcon.abfe982b261680f1798d.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-bottom: 5px;
}

.followings-stat_followersLink__xL4N6 {
    margin: 0 auto;
    /* width: 251px; */
    /* width: 100%; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #DDD;
    background: linear-gradient(180deg, #FAF8FF 0%, #FFF 53.45%, #FAF8FF 100%);
    box-shadow: 2px 2px 5px 1px rgba(97, 97, 97, 0.10);
    padding: 8px 14px 10px 16px;
    margin-bottom: 10px;
}

.followings-stat_btnText__U8ppV {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.followings-stat_btnData__XHdGt {
    color: #2A3037;
    text-align: right;
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.followings-stat_arrowRightBtn__sg03k {
    display: flex;
    width: 10px;
    height: 16px;
    background-image: url(/static/media/arrowRightBtn.c35ab1e31d2d7713dab4.svg);
    background-repeat: no-repeat;
    margin-top: 8px;
    margin-left: 9px;
}

.followings-stat_dataAndArrow__X5xUt {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.followings-stat_greyText__Z-rEc {
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 10px;
    color: #B6B6B6;
    text-align: right;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}

.followings-stat_statsLink__x\+K5v {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 242px;
    margin: 0 auto;
}

.followings-stat_arrowRightBtnBigger__VaXTj {
    display: flex;
    width: 8px;
    height: 16px;
    background-image: url(/static/media/biggerArrowRight.c46e43c885a24653973b.svg);
    background-repeat: no-repeat;
    margin-top: 8px;
    margin-left: 9px;
}

.followings-stat_detailsIcon__gBcJV {
    display: flex;
    width: 24px;
    height: 22px;
    background-image: url(/static/media/statsIcon.f336614809fa7efd9b14.svg);
    background-repeat: no-repeat;
    margin-right: 3px;
}

.followings-stat_bigBtnText__gbTRX {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
.modal-warning_bottomLayer__C-m8C {
    width: 100%;
    height: 100%;
    background: rgba(73, 73, 73, 0.30);
    position: absolute;
    z-index: 10;
    top: 0rem;
    left: 0rem;
}

.modal-warning_modalWrapper__\+v1cE {
    position: absolute;
    z-index: 30;
    max-width: 30rem;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.modal-warning_modal__LmLCi {
    margin: 1.5rem;
    box-sizing: border-box;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.25) inset;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}


.modal-warning_title__5IFIx {
    color: #FF2525;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1rem;
}

.modal-warning_text__Z0uO9 {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: .5rem;
}

.modal-warning_closeBtn__V6k0z {
    display: flex;
    width: 13rem;
    padding: 1rem 1.5rem;
    border-radius: 15px;
    background: linear-gradient(180deg, #8970ED 0%, #9878EC 100%);
    margin-top: 1.5rem;
    color: #FFF;
    border: none;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-right: auto;
    margin-left: auto;
}

.modal-warning_closeBtn__V6k0z>span {
    margin: auto;
    
}


.loading_loading__HSuBI {
    display: flex;
    width: 100%;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.54px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-top: 1rem;
}

.loading_loadingFeed__59sX3 {
    display: flex;
    width: 100%;
    color: #8267EC;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.54px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    margin-bottom: 0;
}

.loading_loadingIcon__J\+Rc4 {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background: url(/static/media/loadingIcon.f46f4bc3649cc0d73015.svg) no-repeat;
    background-size: contain;
    margin-right: .5rem;
    animation: loading_rotating__R1HT0 1s linear infinite;
}

.loading_loadingIconViolet__yW0dW {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background: url(/static/media/loading_violet.30ea7b87bbc34f2bf046.svg) no-repeat;
    background-size: contain;
    margin-right: .5rem;
    animation: loading_rotating__R1HT0 1s linear infinite;
}

.loading_loadingMain__45TFA {
    display: flex;
    width: 100%;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.54px;
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 1rem;
    padding-top: 1rem;
    padding-top: 40px;
}

@keyframes loading_rotating__R1HT0 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.header-accounts-list_ma_block__Ny9WM {
    /* width: 100%; */
    min-width: 320px;
    background-image: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    /* padding-top: 13px; */
    min-height: calc(100vh - 150px);
    /* padding: 15px; */
    margin-bottom: 30px;
}

.header-accounts-list_menuItemWrapper__5x7AA {
    display: flex;
    align-items: center;
    width: 100%;
}

.header-accounts-list_chosenAccount__gG82B {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    background: transparent;
    border: none;
    padding-top: 15px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    z-index: 110;
}

.header-accounts-list_chosenAccount__gG82B:after {
    content: '';
    width: 1rem;
    height: 1rem;
    background: url(/static/media/whiteArrowDown.47ae8dade26249c6e669.svg) no-repeat;
    background-position: center bottom;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.header-accounts-list_chosenAccountClicked__kPl1h {
    visibility: hidden;
    color: #2A3037;
    z-index: 10;
    padding-top: 1.5rem;

}

.header-accounts-list_chosenAccountClicked__kPl1h:after {
    visibility: hidden;
    content: '';
    top: 5px;
    width: 1rem;
    height: 1rem;
    background: url(/static/media/blackArrowDown.57eceff2753e2e2a8603.svg) no-repeat;
    background-position: center bottom;
}


.header-accounts-list_db_main_dropdown__fNbS0 {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1001;
}

.header-accounts-list_menu__rTXkM {
    position: absolute;
    background: #fff;
    list-style-type: none;
    /* height: 300px; */
    overflow-y: scroll;
    margin: 0rem;
    padding: 0rem;
    max-height: 300px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    top: 0rem;
    left: 0rem;
    right: 0rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 600px;
    box-sizing: border-box;
    padding-top: 15px;
    z-index: 1001;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-bottom: 1rem;
}




.header-accounts-list_menuItem__gkYJJ {
    display: flex;
    background: transparent;
    margin: 1.5rem 0rem;
    color: #2A3037;
    padding: 0rem 1rem;
    align-items: center;
}


.header-accounts-list_accountPic__K88Ng {
    width: 3.5rem;
    height: 3.5rem;
    border-radius: 50%;
    margin-right: 1rem;
    min-width: 3.5rem;
}

.header-accounts-list_accountPicUnknown__eQIXy {
    width: 3.5rem;
    height: 3.5rem;
    min-width: 3.5rem;
    border-radius: 50%;
    margin-right: 1rem;
    background: #BEB6FF;
    position: relative;
}

.header-accounts-list_accountPicUnknown__eQIXy:before {
    content: '';
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    left: .5rem;
    top: .5rem;
    text-align: center;
    width: 2.5rem;
    height: 2.5rem;
    background: url(/static/media/main_unknownProfile.a0a4d4219fbf82c932b8.svg) no-repeat;
    background-size: contain;
}

.header-accounts-list_accountText__VCva0 {
    display: flex;
    flex-direction: column;
}

.header-accounts-list_accountName__BgoL3 {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
}

.header-accounts-list_accountCaption__t4cXf {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 465px;
}

.header-accounts-list_accountDeleteBtn__5R-xR {
    display: block;
    border: none;
    outline: none;
    background: transparent;
    margin-left: auto;
    width: 1.5rem;
    height: 1.5rem;
    background: url(/static/media/main_deleteBtn.0d043c5455c670cef01a.svg) no-repeat;
    background-size: contain;
}

.header-accounts-list_addAccountBtn__\+5ipt {
    display: flex;
    align-items: center;
    color: #2A3037;
    background: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-weight: 600;
    border: none;
    width: 100%;
    text-align: left;
    cursor: pointer;
}

.header-accounts-list_addAccountBtnIcon__ZrY9G {
    display: inline-block;
    content: '';
    width: 4.5rem;
    height: 4.5rem;
    background: url(/static/media/add_account.a1572a03bec039adb709.svg) no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.header-accounts-list_addAccountBtnText__JqQK\+ {
    margin-left: 10px;
}

.header-accounts-list_chosenAccountOpenedList__E-RRE {
    margin-left: auto;
    margin-right: auto;
    display: flex;
    justify-content: center;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    background: transparent;
    border: none;
}

.header-accounts-list_chosenAccountOpenedList__E-RRE:after {
    content: '';
    top: 5px;
    width: 1rem;
    height: 1rem;
    background: url(/static/media/blackArrowDown.57eceff2753e2e2a8603.svg) no-repeat;
    background-position: center bottom;
}

/* POPUPS */

.header-accounts-list_addAccPopup__O2CSd {
    position: absolute;
    background: #fff;
    margin: 0rem;
    padding: 0rem;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    top: 1rem;
    left: 0rem;
    right: 0rem;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 300px;
    padding: 2rem;
    z-index: 110;
    background: #FFF;
    border-radius: 10px;
}

.header-accounts-list_popupTitle__jfO\+5 {
    color: #2A3037;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
}

.header-accounts-list_popupText__q1uiY {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin: 0;
    margin-bottom: 10px;
}

.header-accounts-list_popupInput__Sazpv {
    border: 1px solid #8A71ED;
    background: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    border-radius: 10px;
    padding: 10px;
    width: 100%;
    max-width: 246px;
}

.header-accounts-list_popUpBtn__irsxg {
    display: flex;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 147px;
    border-radius: 15px;
    margin: 15px auto;
    margin-bottom: 0;
    background: linear-gradient(180deg, #8970ED 0%, #9878EC 100%);
    border: none;
    text-decoration: none;
}

.header-accounts-list_popUpHeader__CHt9u {
    display: flex;
    justify-content: space-between;
}

.header-accounts-list_closeBtn__vSSlq {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/static/media/closeBtn.bfb63b88ddd8832fa0d7.svg) no-repeat;
    background-size: contain;
}

.header-accounts-list_popUpSpinner__U6ASE {
    display: flex;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background: url(/static/media/spinner.9704eb1d6c2ec50bec47.svg) no-repeat;
    background-size: contain;
    animation: header-accounts-list_spin__yWBbS 5s infinite linear;
}

@keyframes header-accounts-list_spin__yWBbS {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

.header-accounts-list_successTextPopup__c4b89 {
    display: flex;
    margin: 0;
}

.header-accounts-list_successTick__MwGsl {
    display: inline-block;
    margin: 0 auto;
    margin-right: 7px;
    width: 70px;
    height: 47px;
    background: url(/static/media/success_tick.85b80a7ec4ebed826569.svg) no-repeat;
    background-size: contain;
}

/* END OF POPUPS */

.header-accounts-list_waitText__kAq\+l {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1rem;
}
.navigate-to-billing-popup_popupOverlay__2mGoG {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.1);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
    /* backdrop-filter: blur(5px); */
}

.navigate-to-billing-popup_popUp__wF3YD {
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    padding: 15px 10px 20px 15px;
    max-width: 500px;
}


.navigate-to-billing-popup_title__yxcTs {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: .5rem !important;
    padding: 0rem !important;
}

.navigate-to-billing-popup_wrapper__KMSIv {
    top: 90px;
    position: absolute;
    max-width: 40rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
    z-index: 5;
    left: 0;
    right: 0;
}


.navigate-to-billing-popup_header__w6Y-X {
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FF2525;
    margin: 0;
    margin-bottom: 10px;
}

.navigate-to-billing-popup_sectionName__s\+P9H {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}



.navigate-to-billing-popup_text__oxIYs {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.navigate-to-billing-popup_trialText__Kqzx6 {
    margin-top: 15px;
}

.navigate-to-billing-popup_upgradeBtn__g1G3D {
    display: flex;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 147px;
    border-radius: 15px;
    margin: 15px auto;
    margin-bottom: 0;
    background: linear-gradient(180deg, #8970ED 0%, #9878EC 100%);
    border: none;
    text-decoration: none;
}

.navigate-to-billing-popup_upgradeBtn__g1G3D:hover {
    background: linear-gradient(96deg, #6C4FDF 3.54%, #8169E0 46.73%, #6C4FDF 94.68%);
}

.navigate-to-billing-popup_upgradeBtn__g1G3D:active {
    background: linear-gradient(96deg, #6C4FDF 3.54%, #8169E0 46.73%, #6C4FDF 94.68%);
    box-shadow: 0px 1px 4px 0px rgba(29, 29, 29, 0.30) inset;
}

.navigate-to-billing-popup_wrapper__KMSIv {
    margin: 1rem auto;
    padding: 0rem 2rem;
}

.navigate-to-billing-popup_popUp__wF3YD {
    width: auto;
    margin: 40px auto 0rem auto;
}
.activity-toggler_wrapper__U7bST {
    margin: 0rem auto;
    max-width: 40rem;
}

.activity-toggler_btns__rD5QD {
    display: flex;
    justify-content: center;
    margin: 0px 5px;
    box-sizing: border-box;
}

.activity-toggler_btn__7mpOw {
    display: flex;
    width: 100px;
    border-radius: 10px;
    background: transparent;
    background: #A08BF0;
    box-shadow: 2px 2px 10px 1px rgba(33, 15, 108, 0.15);
    border: none;
    outline: none;
    transition: all .3s ease;
    height: 8rem;
    margin: 0rem 2px;
    align-items: center;
    padding: 10px;
    min-width: 100px;
    height: 80px;
    max-height: 80px;
    position: relative;
}

.activity-toggler_btnActive__jGk3x {
    border-radius: 10px 10px 0px 0px;
    background: #B1A4F4;
    height: 9.5rem;
}

.activity-toggler_btnActive__jGk3x:after {
    content: '';
    background: #B1A4F4;
    position: absolute;
    bottom: -20px;
    left: 0rem;
    height: 25px;
    width: 100px;
}

.activity-toggler_wrap__Mg3pG {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.activity-toggler_number__5JJXR {
    color: #FFF;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 23px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.69px;
}

.activity-toggler_title__VCCHG {
    color: #FFF;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.51px;
}

.activity-toggler_btnIcon__cppQQ {
    position: absolute;
    display: block;
    width: 10px;
    height: 12px;
    min-width: 10px;
    min-height: 12px;
    background: url(/static/media/mainArrowWhite.398c4907fde68ab0c88d.svg) no-repeat;
    background-size: contain;
    right: 0.5rem;
    top: 2rem;
    transition: all .3s ease;
}

.activity-toggler_btnIconActive__-e7hi {
    transform: rotate(90deg);
}
.account-stats_subtitle__I0Fkh {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.54px;
    margin-top: 0;
}

.account-stats_statsBlock__TdecZ {
    position: relative;
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    padding: 8px 9px 15px 10px;
    margin-bottom: 10px;
}

.account-stats_statsHashtagBlocks__bkLS9 {
    padding-bottom: 5px;
}

.account-stats_statsBlockTitleContainer__xCwwg {
    margin: 0;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
}

.account-stats_statsBlockTitle__CSVWp {
    margin: 0;
    display: flex;
    align-items: center;
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
}

.account-stats_statsContent__fOCKb {
    display: flex;
    justify-content: space-between;
}

.account-stats_statsContentItem__AL2IR {
    display: flex;
    flex-direction: column;
}

.account-stats_statsDigits__Z2G7I {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
}

.account-stats_regularText__PZFJo {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.account-stats_secondRegText__WR5Z3 {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.account-stats_statsContentItemEngagement__YlT2N {
    display: flex;
    justify-content: space-between;
    align-items: baseline;
}

/* .ghostIcon {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url("../../../../images/ghosticon.svg");
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 8px;
}

.ghostText {
    color: #2A3037;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.48px;
    margin-bottom: 10px;
    margin-top: 10px;
}

.ghostLink {
    display: flex;
    justify-content: center;
    color: #180073;
    text-align: center;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.54px;
    align-items: center;
}

.ghostLinkIcon {
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image: url("../../../../images/purpleArrowLeft.svg");
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 10px;
} */

.account-stats_ghostIcon__y57qH {
    display: inline-block;
    width: 25px;
    height: 20px;
    background-image: url(/static/media/ghosticon.87e4c13897ec274e3530.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 8px;
}

.account-stats_topCommentIcon__pHqVN {
    display: inline-block;
    width: 25px;
    height: 20px;
    background-image: url(/static/media/topCommentIcon.821400862a36bb98890e.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 8px;
}

.account-stats_topLikeIcon__um-Mm {
    display: inline-block;
    width: 25px;
    height: 20px;
    background-image: url(/static/media/topLikeIcon.be22294f7d719c9896d4.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 8px;
}

.account-stats_leaderboardIcon__xD7cV {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(/static/media/leaderboardIcon.3cb399e91285d447dd03.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 8px;
}

.account-stats_downloadIcon__mnK1F {
    display: inline-block;
    width: 21px;
    height: 17px;
    background-image: url(/static/media/downloadIcon.d4eacfdf3126ea96cd78.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: 6px;
}

.account-stats_loadingStoryIcon__fwQyx {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(/static/media/spinner_violet.9044cee0326cfae73d9c.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: 6px;
    animation: account-stats_rotating__IBPsu 1s linear infinite;
}

@keyframes account-stats_rotating__IBPsu {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


.account-stats_labelButtonLink__WhJ-N {
    display: flex;
    align-items: center;
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    border-radius: 15px;
    border: 1px solid #DDD;
    background: linear-gradient(180deg, #F2EDFF 0%, #FAF8FF 50.5%, #D6D1FF 99%);
    box-shadow: 2px 2px 5px 1px rgba(97, 97, 97, 0.10);
    padding: 1rem;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: .5rem;
}

.account-stats_labelButtonIcon__BCYEj {
    display: inline-block;
    width: 20px;
    height: 15px;
    background-image: url(/static/media/purpleArrowLeft.322fca04b247bd3c3d00.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
}

.account-stats_heartIcon__rMuvJ {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(/static/media/hearticon.eca178c3dad9b5ea546f.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
}

.account-stats_commentsIcon__rtmxi {
    display: inline-block;
    width: 19px;
    height: 20px;
    background-image: url(/static/media/commenticon.36addb1372937e38d5dc.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
}

.account-stats_cameraIcon__y2bpm {
    display: inline-block;
    width: 24px;
    height: 19px;
    background-image: url(/static/media/cameraicon.92dcd8677a391ce59829.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
}

.account-stats_hashtagIcon__1Lx-k {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(/static/media/hashicon.402c3c5b4e41a5e644f9.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
}

.account-stats_locationIcon__GAIVk {
    display: inline-block;
    width: 19px;
    height: 19px;
    background-image: url(/static/media/zoomericon.67a9549f9dc99fd4c9db.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
}

.account-stats_mentionIcon__Bq3G6 {
    display: inline-block;
    width: 22px;
    height: 25px;
    background-image: url(/static/media/aticon.bfe7e2ea2161cac6f39d.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
}

.account-stats_rateIcon__L2vSy {
    display: inline-block;
    width: 22px;
    height: 22px;
    background-image: url(/static/media/rateIcon.4c3d88131d513763d78c.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
}

.account-stats_questionIcon__\+0tWN {
    display: inline-block;
    width: 23px;
    height: 17px;
    background-image: url(/static/media/questionIcon.a5e7b4089fcb4c8428e4.svg);
    background-repeat: no-repeat;
    margin-right: 0px;
    margin-left: auto;
}

.account-stats_mostIcon__9Q2Vx {
    display: flex;
    width: 35px;
    height: auto;
    margin-right: 3px;
    border-radius: 2px;
}

.account-stats_mostIconWrapper__zx1W5 {
    height: 35px;
    width: auto;
    border-radius: 2px;
    overflow: hidden;
}

.account-stats_totalIcon__MuEzP {
    display: block;
    width: 35px;
    height: auto;
    margin-right: 3px;
    border-radius: 2px;
}

.account-stats_totalIcon1__tkCQd {
    z-index: 5;
    top: 0rem;
    left: .5rem;
    transform: rotate(10deg);
}

.account-stats_totalIcon2__YIZii {
    z-index: 1;
    top: 0rem;
    left: 0rem;
    transform: rotate(-10deg);
    height: 28px !important;
}

.account-stats_totalIconWrapper__G5Y95 {
    height: 35px;
    width: auto;
    border-radius: 2px;
    overflow: hidden;
    position: absolute;
}

.account-stats_totalIconsWrapper__GQtcW {
    position: relative;
    width: 47px;
    height: 35px;
}

.account-stats_avgIcon__Qat1E {
    display: inline-block;
    margin-right: 3px;
    width: 17px;
    height: 17px;
    background-image: url(/static/media/avgIcon.d440c03097d7b7b989d2.svg);
    background-repeat: no-repeat;
}

.account-stats_statsContentHorizontal__RpByU {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.account-stats_statsMb__oK2JI {
    margin-bottom: 1px;
}

.account-stats_textWithIcon__OPrn2 {
    display: flex;
    align-items: center;
}

.account-stats_mt8__yEAFf {
    margin-top: 8px;
}

.account-stats_mentionBg__0bNfJ {
    background: #FEEDF9;
    padding: 2px 6px 6px 7px;
    border-radius: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    /* white-space: nowrap; */
}

.account-stats_locationBg__L19OS {
    background: #EDFFEF;
    padding: 4px 6px 6px 7px;
    border-radius: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    /* white-space: nowrap; */
}

.account-stats_hashtagBg__8eLT- {
    background: #F2EDFF;
    padding: 2px 6px 6px 7px;
    border-radius: 10px;
    margin-right: 5px;
    margin-bottom: 5px;
    display: inline-block;
    /* white-space: nowrap; */
}

.account-stats_percentageRate__qz21g {
    display: flex;
    color: #2A3037;
    text-align: right;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
}

.account-stats_ratesSection__T27g- {
    display: flex;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0;
    align-items: end;
    justify-content: space-between;
    width: 105px;
}

.account-stats_arrowLeftGrey__TuR7Z {
    display: flex;
    width: 10px;
    height: 15px;
    background-image: url(/static/media/arrowLeftgrey.d55d72694aa82b9ef71c.svg);
    background-repeat: no-repeat;
}

.account-stats_smallTextER__Y1LIC {
    display: block;
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 0 auto;
    text-align: center;
}


.account-stats_arrowLeftViolet__m9bEE {
    display: flex;
    width: 10px;
    height: 15px;
    background-image: url(/static/media/violetArrowLeft.1b63c2d8eedfcb4e4ad1.svg);
    background-repeat: no-repeat;
}

.account-stats_arrowRight__hGZES {
    display: flex;
    width: 10px;
    height: 15px;
    background-image: url(/static/media/arrowRight.4f02c16f9c6efe70a445.svg);
    background-repeat: no-repeat;
}

.account-stats_arrowRightGrey__7F00J {
    display: flex;
    width: 10px;
    height: 15px;
    background-image: url(/static/media/greyArrowRight.2ac80c63bf43ff907b7c.svg);
    background-repeat: no-repeat;
}

.account-stats_max__T62MG {
    display: flex;
    justify-content: flex-end;
}

.account-stats_tooltipContainer__JWzh4 {
    position: absolute;
    display: block;
    top: -221px;
    padding: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #fff;
    border-radius: 10px;
    width: 190px;
    right: 2.5rem;
    box-shadow: 3px 3px 10px 1px rgba(126, 126, 126, 0.15);
    z-index: 5;
    border: 0.5px solid #AFAFAF;
    transition: all .3s ease;
}

.account-stats_boldText__8SRRG {
    font-weight: 800;
    margin-bottom: 5px;
    margin-top: 0;
}

.account-stats_hideBlock__ExWKg {
    display: none;
    transition: all .3s ease;
}

.account-stats_statsWrapper__AdDo- {
    display: flex;
    justify-content: space-between;
}

.account-stats_digitsIconBlock__wy7fW {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.account-stats_digitsIconBlockLeft__8IE-n {
    display: flex;
    flex-direction: column;
    align-items: start;
}

.account-stats_digitsIconBlockRight__UXsVA {
    display: flex;
    flex-direction: column;
    align-items: end;
}

.account-stats_loadMoreButton__I13Bc {
    display: flex;
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    margin: 10px auto;
    text-align: center;
    align-items: center;
    cursor: pointer;
}


.account-stats_loadMoreIcon__uPPAx {
    display: inline-block;
    width: 14px;
    height: 6px;
    background: url(/static/media/blkArrowDown.a84e32348f5204f48d54.svg) no-repeat;
    background-size: contain;
    text-decoration: underline;
    margin-top: 3px;
    transition: transform 1s ease;
}

.account-stats_loadMoreIconTransformed__UmCVA {
    transform: rotate(180deg);
}

.account-stats_mb10__bEvRE {
    margin-bottom: 10px;
}


.account-stats_statsContentHashtags__IWCB5 {
    overflow: hidden;
    transition: max-height 5s ease-out;
}

.account-stats_hidden__Orw1F {
    max-height: 200px;
}

.account-stats_visible__LWad1 {
    max-height: 1000000px;
}
.error_error__rKwr- {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
    color: #FF2525;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    z-index: 1001;
}

.error_statsError__zxdPo {
    text-align: center;
    color: #FF2525;
    background: #ffff;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin: 0rem 1.5rem 1rem 1.5rem;
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    padding: 10px;
}

.error_errorSubscription__dwrHO {
    margin-bottom: 1rem;
    text-align: center;
    color: #FF2525;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    z-index: 1001;
}

.error_errorMain__kEeVM {
    padding-top: 40px;
    padding-bottom: 30px;
    text-align: center;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.45px;
    z-index: 1001;
}

.error_errorFeed__xMu5p {
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-align: left;
}

.error_followersBlock__2qx1D {
    margin: 20px auto;
    max-width: 500px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 15px 32px;
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
}
.stats_headWrapper__wIIq4 {
    position: relative;
    min-width: 320px;
    max-width: 600px;
    /* padding: 1rem 1.5rem; */
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    margin: 0 auto;
    padding-bottom: 34px;
}

.stats_username__T8O\+K {
    display: flex;
    justify-content: center;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
    background: transparent;
    border: none;
    position: relative;
}

.stats_username__T8O\+K:after {
    content: '';
    width: 1.5rem;
    height: 1.5rem;
    background: url(/static/media/whiteArrowDown.47ae8dade26249c6e669.svg) no-repeat;
    background-size: contain;
    background-position: center bottom;
}

.stats_title__pImHF {
    display: flex;
    color: #FFF;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: .5rem !important;
    padding: 0rem !important;
    margin-top: 1rem;
    margin-left: 1.8rem;
}

.stats_title__pImHF:after {
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: .5rem;
    background: url(/static/media/statsTitleImage.ecd6db092e08db28ce5c.svg) no-repeat;
    background-size: contain;
}

.stats_undertitle__k1xFo {
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.39px;
    /* margin-bottom: 1.5rem; */
    margin-left: 1.8rem;
}

.stats_mainWrapper__MlsyU {
    margin-top: 1.5rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #8267EC 0%, #B9A9FA 100%);
    padding-bottom: 1rem;
    padding-top: 1.5rem;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    /* margin-bottom: 2rem; */
}

.stats_topLayer__3xF6j {
    margin-top: 3rem;
}

.stats_link__MaIsi {
    display: flex;
    width: 100%;
    max-width: 18rem;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    justify-content: space-between;
    margin-top: 1rem;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    text-decoration: none;
    color: #2A3037;
    text-decoration: none;
    background: linear-gradient(180deg, #FAF8FF 0%, #FFF 47.4%, #FFF 47.41%, #F2EDFF 100%, #FAF8FF 100%, #FAF8FF 100%, #FAF8FF 100%);
}

.stats_linkText__DZQiB {
    display: block;
    color: #2A3037;
    text-decoration: none;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.45px;
    position: relative;
    width: 100%;

}

.stats_linkText__DZQiB:after {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background: url(/static/media/blackNarrowArrowRight.2b9ae023f6e290b7bb05.svg) no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: absolute;
    top: 0rem;
    right: 0rem;
}


.stats_nextReportText__BJSzZ {
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    max-width: 500px;
}
.btn_btn__SzB4s {
    display: block;
    background: transparent;
    width: 2rem;
    height: 2rem;
    text-decoration: none;
    background: url(/static/media/goBackBtn.fd1d33a76b234c85dd18.svg) no-repeat;
    background-size: contain;
    margin-right: auto;
}

.btn_btnWrapper__7xky3 {
    max-width: 60rem;
    /* width: 100%; */
    padding-top: 1.5rem;
    padding-left: 1.5rem;
}
.date-toggler_togglerBlock__cRuxz {
    margin-top: 2rem;
}

.date-toggler_togglerWrapper__Scbmp {
    margin-top: 2rem;
    position: relative;
}

.date-toggler_togglerContainer__tUvLs {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 300px;
    border-radius: 10px;
    border: 0.5px solid #8267EC;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15) inset;
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    right: 0;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0px;

}

.date-toggler_menuText__PtgW9 {
    width: 100px;
    position: relative;
    cursor: pointer;
}

.date-toggler_menuTextTopLayer__S5CJZ {
    display: block;
    text-align: center;
    position: relative;
    z-index: 4;
    transition: all .5s ease;
}

.date-toggler_menuTextTopLayerChosen__LRLBF {
    display: block;
    text-align: center;
    position: relative;
    z-index: 4;
    font-weight: 600;
    transition: all .5s ease;
}

.date-toggler_togglerSlider__CypdT {
    transition: all .5s ease;
    display: flex;
    position: absolute;
    width: 100px;
    height: 28px;
    z-index: 3;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.date-toggler_week__VXqAk {
    transition: all .5s ease;
    display: flex;
    position: absolute;
    width: 100px;
    height: 28px;
    z-index: 3;
    left: 100px;
    bottom: 0;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.date-toggler_month__Dph0- {
    display: flex;
    position: absolute;
    width: 100px;
    height: 28px;
    z-index: 3;
    left: 200px;
    bottom: 0;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
    transition: all .5s ease;
}
/* from followers-stats */

.followers-card_followersBlock__oYF4U {
    display: flex;
    flex-direction: column;
    margin-top: -12rem;
    padding: 1.5rem;
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    margin-right: 1.5rem;
    margin-left: 1.5rem;
}

.followers-card_followersTitle__Fwp18 {
    color: #2A3037;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1rem;
}

.followers-card_followersStats__Oui3p {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.followers-card_followersStatsBlock__VQe-3 {
    display: flex;
    flex-direction: column;
    /* width: 100%; */
    margin-right: 1.5rem;
}

.followers-card_followersStatsBlock__VQe-3:last-child {
    margin-right: 0rem;
}

.followers-card_followersNumber__icT8\+ {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: .5rem;
}

.followers-card_followersDate__08BbT {
    color: #495360;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 300;
    line-height: normal;
    letter-spacing: 0.39px;
}

.followers-card_followersStatsPage__V3hsw {
    display: flex;
    width: 100%;
    box-sizing: border-box;
    /* justify-content: space-between; */
    margin-top: 1rem;
    border-radius: 10px;
    padding: 1rem 1.5rem;
    text-decoration: none;
    background: linear-gradient(180deg, #FAF8FF 0%, #FFF 47.4%, #FFF 47.41%, #F2EDFF 100%, #FAF8FF 100%, #FAF8FF 100%, #FAF8FF 100%);
    position: relative;
}


.followers-card_followersStatsTitle__8TMtN {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.45px;
}

.followers-card_followersStatsImages__qpVAV {
    display: flex;
    position: relative;
    width: 4.5rem;
    margin-left: auto;
    align-items: flex-end;
}

.followers-card_followersStatsImages__qpVAV:after {
    content: '';
    display: block;
    width: 1rem;
    height: 1rem;
    background: url(/static/media/blackNarrowArrowRight.2b9ae023f6e290b7bb05.svg) no-repeat;
    background-size: contain;
    background-position: center bottom;
    position: absolute;
    top: 0rem;
    right: 0rem;
}

.followers-card_followersStatsPageImg__FAbpd {
    position: absolute;
    top: 0rem;
    left: 0rem;
    width: 21px;
    height: 21px;
    z-index: 1;
    border-radius: 50%;
}

.followers-card_followersStatsPageImg__FAbpd:nth-child(2) {
    left: 1rem;
    z-index: 2;
}

.followers-card_followersStatsPageImg__FAbpd:last-child {
    left: 2rem;
    z-index: 3;
}


/* CSS FOR UPDATED BLOCK */

.followers-card_linksBlock__2JsPl {
    /* margin: 0 auto;
    max-width: 285px; */
    width: 100%;
}

.followers-card_statsBlock__ZzALB {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0 auto;
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    padding: 10px 20px 25px 20px;
    margin-bottom: 10px;
}

.followers-card_statsBlockTitle__ORJgb {
    margin: 0;
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 22px;
    font-style: normal;
    font-weight: 500;
}

.followers-card_subtitle__59sFY {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.54px;
    margin-top: 0;
}

.followers-card_followerIcon__QYQtx {
    display: inline-block;
    width: 15px;
    height: 17px;
    background-image: url(/static/media/followerIcon.abfe982b261680f1798d.svg);
    background-repeat: no-repeat;
    margin-right: 8px;
    margin-bottom: 5px;
}

.followers-card_followersLink__bMCsJ {
    margin: 0 auto;
    /* width: 251px; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 10px;
    border: 1px solid #DDD;
    background: linear-gradient(180deg, #FAF8FF 0%, #FFF 53.45%, #FAF8FF 100%);
    box-shadow: 2px 2px 5px 1px rgba(97, 97, 97, 0.10);
    padding: 8px 14px 10px 16px;
    margin-bottom: 10px;
}

.followers-card_btnText__9KozB {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
}

.followers-card_btnData__LRer\+ {
    color: #2A3037;
    text-align: right;
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.followers-card_arrowRightBtn__WUAUn {
    display: flex;
    width: 10px;
    height: 16px;
    background-image: url(/static/media/arrowRightBtn.c35ab1e31d2d7713dab4.svg);
    background-repeat: no-repeat;
    margin-top: 8px;
    margin-left: 9px;
}

.followers-card_dataAndArrow__Tiz\+f {
    display: flex;
    justify-content: center;
    flex-direction: row;
}

.followers-card_greyText__5x5sC {
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 10px;
    color: #B6B6B6;
    text-align: right;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}

.followers-card_statsLink__TgJ3O {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 242px;
    margin: 0 auto;
}

.followers-card_arrowRightBtnBigger__WNFSF {
    display: flex;
    width: 8px;
    height: 16px;
    background-image: url(/static/media/biggerArrowRight.c46e43c885a24653973b.svg);
    background-repeat: no-repeat;
    margin-top: 8px;
    margin-left: 9px;
}

.followers-card_detailsIcon__CXiyy {
    display: flex;
    width: 24px;
    height: 22px;
    background-image: url(/static/media/statsIcon.f336614809fa7efd9b14.svg);
    background-repeat: no-repeat;
    margin-right: 3px;
}

.followers-card_bigBtnText__lbpQk {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
}
/* original */

.followers-card_followers__uahmX {
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto;
}

.followers-card_wrapper__ndjIN {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    margin: 0rem 1.5rem 0rem 1.5rem;
}

.followers-card_title__iFwNO {
    color: #2A3037;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.followers-card_date__-TCLw {
    color: #AFAFAF;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.39px;
    margin-bottom: 1rem;
}

.followers-card_boldText__2GtT5 {
    border-radius: 20px;
    background: #F7F5FF;
    padding: .5rem;
    color: #8267EC;
    font-family: "Quicksand", sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: .5rem;
    text-align: center;
}

.followers-card_text__bbPLq  {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.39px;
    margin-top: .3rem;
}

.followers-card_wrapperStats__1fjj- {
    display: flex;
    justify-content: space-between;
}

.followers-card_wrapperStat__S6rzQ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: .5rem;
}

.followers-card_wrapperStatsMain__XNQFd {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.followers-card_line__mQmMZ {
    width: 70%;
    margin-top: .5rem;
    background: #DADADA;
    height: 1px;
}


.followers-card_wrapperStatsMainBold__Inywc {
    display: block;
    min-width: 4rem;
}

.followers-card_wrapperStatsMainWrapper__zJq33 {
    display: flex;
    align-items: flex-start;
}

.followers-card_wrapperStatsBlock__iOl5y {
    display: flex;
    flex-direction: flex-start;
}

.followers-card_wrapperStatsMainWrapper__zJq33 {
    width: 50%;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
}

.followers-card_boldText__2GtT5 {
    background: transparent;
    color: #2A3037;
    padding: 0rem;
    margin: 0rem;
    text-align: left;
    margin-bottom: .5rem;
}

.followers-card_noDataText__3mWt4 {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.39px;
}


.followings-card_followers__ygdGF {
    max-width: 50rem;
    margin-right: auto;
    margin-left: auto;
}

.followings-card_wrapper__-yoOB {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    margin: 0rem 1.5rem 0rem 1.5rem;
}

.followings-card_title__xo9na {
    color: #2A3037;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-top: 0rem;
    margin-bottom: 1rem;
}

.followings-card_date__\+RMCW {
    color: #AFAFAF;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.39px;
    margin-bottom: 1rem;
}

.followings-card_boldText__2-RVa {
    border-radius: 20px;
    background: #F7F5FF;
    padding: .5rem;
    color: #8267EC;
    font-family: "Quicksand", sans-serif;
    font-size: 19px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-right: .5rem;
    text-align: center;
}

.followings-card_text__oI8kZ {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.39px;
    margin-top: .3rem;
}

.followings-card_wrapperStats__8guoN {
    display: flex;
    justify-content: space-between;
}

.followings-card_wrapperStat__BrhBH {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-top: .5rem;
}

.followings-card_wrapperStatsMain__2AQTv {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.followings-card_line__-zzoE {
    width: 70%;
    margin-top: .5rem;
    background: #DADADA;
    height: 1px;
}


.followings-card_wrapperStatsMainBold__Iu8Pd {
    display: block;
    min-width: 4rem;
}

.followings-card_wrapperStatsMainWrapper__flAnh {
    display: flex;
    align-items: flex-start;
}

.followings-card_wrapperStatsBlock__NhM4X {
    display: flex;
    flex-direction: flex-start;
}

.followings-card_wrapperStatsMainWrapper__flAnh {
    width: 50%;
    margin-bottom: 1.5rem;
    display: flex;
    flex-direction: column;
    /* justify-content: flex-end; */
}

.followings-card_boldText__2-RVa {
    background: transparent;
    color: #2A3037;
    padding: 0rem;
    margin: 0rem;
    text-align: left;
    margin-bottom: .5rem;
}

.followings-card_noDataText__\+jzBK {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.39px;
}


.followers-chart_wrapper__wAx06 {
    max-width: 800px;
    margin: 1.5rem auto;
}

.followers-chart_card__z5-kr {
    display: flex;
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    margin: 0rem 1rem;
}

.followers-chart_customTooltip__bnEpR {
    pointer-events: none;
    visibility: visible;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate(138.889px, 168px);
}

.followers-chart_tooltipCard__UQjXM {
    margin: 0px;
    padding: 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.25) inset;
    white-space: nowrap;
}

.followers-chart_tooltipLabel__dvuNl {
    display: block;
    color: #8267EC;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.followers-chart_tooltipInfoTable__YrpfW {
    list-style-type: none;
    padding: 0rem;
    margin-top: 1rem;
}

.followers-chart_tooltipTableItem__-X3SJ {
    display: flex;
    margin-bottom: .5rem;
}

.followers-chart_tooltipTableText__aANsP {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    text-transform: capitalize;
}

.followers-chart_tooltipTableText__aANsP>b {
    margin-right: .5rem;
}

.followers-chart_graphicTitle__2Fbsf {
    color: #2A3037;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

.followers-chart_graphicTitleMt__VHN51 {
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.followers-chart_card__z5-kr {
    flex-direction: column;
    padding: 1.5rem 1rem;
}

.followers-chart_text__IBO-F {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.39px;
}

.followers-chart_legend__D8Z9k {
    display: flex;
    justify-content: center;
    max-width: 500px;
    margin: .5rem auto 1.5rem auto;
    align-items: center;
    flex-wrap: wrap;
}

.followers-chart_legendColor__bdYbF {
    display: block;
    margin-right: .5rem;
    width: 1.5rem;
    height: .5rem;
    border-radius: .3rem;
    margin-left: 1rem;
}

.followers-chart_legendColorSnapshots__z1lQG {
    background-color: rgb(49, 130, 189);
}

.followers-chart_legendTitle__8UG8L {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.followers-chart_legendItemWrapper__JyBeB {
    width: 100%;
    display: flex;
    align-items: center;
}

.followers-chart_legendColorEventsNew__IUyj2 {
    background-color: #039BE5;
}

.followers-chart_legendColorEventsLost__TjH\+m {
    background-color: #F06292;
}

.recharts-surface {
    overflow: visible !important;
}

.followers-chart_viewportText__CqHuC {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    text-align: left;
    margin-left: 1rem;
    margin-top: -1.5rem;
}

.followers-chart_dwldPDFText__cH1e2 {
    color: #2A3037;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: 0;
}

.followers-chart_titleAndPDF__P3TAJ {
    display: flex;
    flex-direction: column;
}

.followers-chart_downloadBtn__XuGkJ {
    display: flex;
    align-items: baseline;
}

.followers-chart_downloadIcon__X7q0A {
    display: inline-block;
    width: 21px;
    height: 17px;
    background-image: url(/static/media/downloadIcon.d4eacfdf3126ea96cd78.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: 1px;
}

.followers-chart_loadingFileIcon__kbSAj {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(/static/media/spinner_violet.9044cee0326cfae73d9c.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px;
    animation: followers-chart_rotating__Nsckl 1s linear infinite;
}

@keyframes followers-chart_rotating__Nsckl {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* @media (min-width: 767px) {
    .viewportText {
        display: none;
    }
} */
.stats-modal-window_bottomLayer__VqVtE {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 10;
    top: 0rem;
    left: 0rem;
}

.stats-modal-window_modalWrapper__39GrU {
    position: absolute;
   
    max-width: 30rem;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.stats-modal-window_modal__icgh0 {
    margin: 1.5rem;
    box-sizing: border-box;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.25) inset;
    padding: 1.5rem .5rem;
    display: flex;
    flex-direction: column; 
    position: absolute;
    top: 0rem;
    left: 0rem;
    right: 0rem;
    z-index: 30;
}

.stats-modal-window_closeBtn__Mv9CS {
    background: transparent;
    border: none;
    outline: none;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    background: url(/static/media/closeBtnPurple.07957c7d6da0985ea8b5.svg) no-repeat;
    background-size: contain;
}

.stats-modal-window_date__NRxs6 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    color: #616161;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.stats-modal-window_togglerBlock__RdPlu {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.stats-modal-window_togglerName__T7fLj {
    width: 50%;
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    margin: 0rem;
    padding: 0rem;
    padding-bottom: .5rem;
    transition: all .3s ease;
    position: relative;
}

.stats-modal-window_line__6xhs\+ {
    height: 1px;
    width: 100%;
    background: #DADADA;
}

.stats-modal-window_togglerNameClicked__5hSS9:after {
    content: '';
    height: 1px;
    background: #9F8AF4;
    width: 100%;
    position: absolute;
    bottom: 0rem;
    left: 0rem;
    transition: all .3s ease;
}

.stats-modal-window_togglerNumbers__Qa4So {
    display: flex;
    width: 100%;
}

.stats-modal-window_togglerNum__vW6YU {
    width: 50%;
    color: #7E7E7E;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: .5rem 0rem;
}

.stats-modal-window_toggleCard__0ttXT {
    margin: 1rem 0rem;
}

.stats-modal-window_accounts__deLGS {
    padding: 0rem;
    margin: 0rem;
    list-style-type: none;
}

.stats-modal-window_accountItem__AepM8 {
    margin: 1rem 0rem;
    padding: .5rem 0rem;
    display: flex;
}

.stats-modal-window_pic__ENdME {
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    /* background: #9F8AF4; */
    margin-right: .3rem;
    min-width: 2rem;
   
}

.stats-modal-window_picUnknown__R-aYD {
    background: #BEB6FF;
    position: relative;
}

.stats-modal-window_profilePicUnknown__QHdfo:before {
    content: '';
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    top: 0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background: url(/static/media/main_unknownProfile.a0a4d4219fbf82c932b8.svg) no-repeat;
    background-size: contain;
}

.stats-modal-window_accountInfo__PKC7L {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.stats-modal-window_username__uAW70 {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: .2rem;
    text-align: left;
    overflow-wrap: anywhere;
}

.stats-modal-window_caption__VC3oP {
    color: #7E7E7E;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    overflow-wrap: anywhere;
}

.stats-modal-window_accountDate__cCxzC {
    color: #212121;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.39px;
    margin-left: auto;
}

.stats-modal-window_togglerUndertitle__JjhAz {
    color: #D9D9D9;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 2rem;
}

.stats-modal-window_togglerCardWrapper__R1zpS {
    display: none;
}

.stats-modal-window_togglerCardWrapperVisible__3ao2o {
    display: flex;
    flex-direction: column;
    min-height: 300px;
    max-height: 600px;
    overflow-y: scroll;
}

.stats-modal-window_accountInfoAction__ZjiyA {
    display: flex;
    flex-direction: column;
    margin-left: auto;
    min-width: 5rem;
    width: 5rem;
}

.stats-modal-window_accountDateAction__NEmf0 {
    margin-bottom: auto;
    text-align: right;
}

.stats-modal-window_accountDateStyle__3rKES {
    margin-left: auto;
    text-align: right;
    min-width: 5rem;
}

/* .loader {
    padding-bottom: 15px;
} */

.stats-modal-window_text__3Vqa9 {
    display: block;
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    text-align: center;
}

.stats-modal-window_overlay__ep3NN {
    position: absolute;
    z-index: 15;
    background: rgba(73, 73, 73, 0.30);
    width: 100%;
    height: 100%;
    opacity: 80%;
}

.stats-modal-window_usernameLink__ygCR2 {
    display: flex;
    width: calc(100% - 5rem);
}

@media (min-width: 460px) {
    .stats-modal-window_modal__icgh0 {
        padding: 1.5rem;
    }
}
.followings-chart_wrapper__RHc6m {
    max-width: 800px;
    margin: 1.5rem auto;
}

.followings-chart_card__CMz9P {
    display: flex;
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    margin: 0rem 1rem;
}

.followings-chart_customTooltip__TSkx3 {
    pointer-events: none;
    visibility: visible;
    position: absolute;
    top: 0px;
    left: 0px;
    transform: translate(138.889px, 168px);
}

.followings-chart_tooltipCard__t0tV9 {
    margin: 0px;
    padding: 10px;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.25) inset;
    white-space: nowrap;
}

.followings-chart_tooltipLabel__YYEeB {
    display: block;
    color: #8267EC;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: capitalize;
}

.followings-chart_tooltipInfoTable__62U9g {
    list-style-type: none;
    padding: 0rem;
    margin-top: 1rem;
}

.followings-chart_tooltipTableItem__0jenp {
    display: flex;
    margin-bottom: .5rem;
}

.followings-chart_tooltipTableText__0QIS4 {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
}

.followings-chart_tooltipTableText__0QIS4>b {
    margin-right: .5rem;
}

.followings-chart_dwldPDFText__AFUVQ {
    color: #2A3037;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 5px;
    margin-left: auto;
    margin-right: 0;
}

.followings-chart_graphicTitle__su-xx {
    color: #2A3037;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1rem;
    margin-left: 1rem;
}

.followings-chart_graphicTitleMt__FNeTW {
    margin-top: 0rem;
    margin-bottom: 2rem;
}

.followings-chart_card__CMz9P {
    flex-direction: column;
    padding: 1.5rem 1rem;
}

.followings-chart_text__t0qOH {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.39px;
}

.followings-chart_legend__zzU0O {
    display: flex;
    justify-content: center;
    max-width: 500px;
    margin: .5rem auto 1.5rem auto;
    align-items: center;
    flex-wrap: wrap;
}

.followings-chart_legendColor__iooH7 {
    display: block;
    margin-right: .5rem;
    width: 1.5rem;
    height: .5rem;
    border-radius: .3rem;
    margin-left: 1rem;
}

.followings-chart_legendColorSnapshots__KJXOO {
    background-color: rgb(49, 130, 189);
}

.followings-chart_legendTitle__lvv5D {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.followings-chart_legendItemWrapper__Q77T\+ {
    width: 100%;
    display: flex;
    align-items: center;
}

.followings-chart_legendColorEventsNew__p97az {
    background-color: #039BE5;
}

.followings-chart_legendColorEventsLost__8xNVV {
    background-color: #F06292;
}

.recharts-surface {
    overflow: visible !important;
}

.followings-chart_viewportText__Q7UBR {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    text-align: left;
    margin-left: 1rem;
    margin-top: -1.5rem;
}

.followings-chart_titleAndPDF__t5Q7B {
    display: flex;
    flex-direction: column;
}

.followings-chart_downloadBtn__gUaxb {
    display: flex;
    align-items: baseline;
}

.followings-chart_downloadIcon__et0m1 {
    display: inline-block;
    width: 21px;
    height: 17px;
    background-image: url(/static/media/downloadIcon.d4eacfdf3126ea96cd78.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 5px;
    margin-top: 1px;
}

.followings-chart_loadingFileIcon__r4vR- {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(/static/media/spinner_violet.9044cee0326cfae73d9c.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px;
    animation: followings-chart_rotating__gX4kB 1s linear infinite;
}

@keyframes followings-chart_rotating__gX4kB {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

/* @media (min-width: 767px) {
    .viewportText {
        display: none;
    }
} */
.activity-toggler_togglerWrapper__nuUvg {
    margin-top: 2rem;
    position: relative;
}

.activity-toggler_togglerContainer__Q8OaE {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 260px;
    border-radius: 10px;
    border: 0.5px solid #8267EC;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15) inset;
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px;

}

.activity-toggler_menuText__5v8be {
    display: block;
    width: 130px;
    text-align: center;
    position: relative;
    cursor: pointer;
}

.activity-toggler_menuTextTopLayer__f\+jrs {
    display: block;
    width: 130px;
    text-align: center;
    position: relative;
    z-index: 4;
}

.activity-toggler_menuTextTopLayerChosen__u1IbQ {
    display: block;
    width: 130px;
    text-align: center;
    position: relative;
    z-index: 4;
    font-weight: 600;
}

.activity-toggler_togglerSlider__AmANN {
    transition: all .5s ease;
    display: flex;
    position: absolute;
    width: 130px;
    height: 38px;
    z-index: 3;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.activity-toggler_followings__ccqvA {
    transition: all .5s ease;
    display: flex;
    position: absolute;
    width: 130px;
    height: 38px;
    z-index: 3;
    left: 129px;
    bottom: 0;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.activity-toggler_followers__lQK7K {
    transition: all .5s ease;
    display: flex;
    position: absolute;
    width: 130px;
    height: 38px;
    z-index: 3;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.activity-toggler_bottomLayer__48aYi {
    width: 100%;
    height: 100%;
    background: rgba(73, 73, 73, 0.30);
    position: absolute;
    z-index: 10;
    top: 0rem;
    left: 0rem;
}

.activity-toggler_modalWrapper__Itcxr {
    position: absolute;
    z-index: 30;
    max-width: 30rem;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.activity-toggler_modal__UVWxV {
    margin: 1.5rem;
    box-sizing: border-box;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.25) inset;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}


.activity-toggler_title__ZaH4Q {
    color: #FF2525;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1rem;
}

.activity-toggler_text__cz5ZZ {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: .5rem;
}


.activity-toggler_btnClose__VwkVX {
    background: transparent;
    border: none;
    outline: none;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    background: url(/static/media/closeBtnPurple.07957c7d6da0985ea8b5.svg) no-repeat;
    background-size: contain;
}

.activity-toggler_link__6FqGG {
    margin-left: .3rem;
    margin-right: .3rem;
    color: #8267EC;
    font-weight: 600;
    transition: all .3s ease;
}

.activity-toggler_link__6FqGG:active {
    color: #AB9AEE;
}
.contact_headWrapper__e1LpP {
    padding: 1rem 1.5rem 3rem 1.5rem;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
        max-width: 600px;
            margin-right: auto;
            margin-left: auto;
}

.contact_title__qqUyA {
    display: flex;
    color: #FFF;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: .5rem !important;
    padding: 0rem !important;
}

.contact_cardWrapper__SoBoq {
    max-width: 40rem;
    margin: -2rem auto 0rem auto;
}

.contact_card__8ifz6 {
    padding: 2rem;
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    margin: 0rem 1.5rem;
}

.contact_text__O0fmD {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
}

.contact_icons__ffosR {
    display: flex;
    justify-content: space-between;
    max-width: 13rem;
    margin: 3rem auto 0rem auto;
}

.contact_icon__h63lu {
    display: block;
    text-decoration: none;
    width: 2.5rem;
    height: 2.5rem;
    transition: all .3s ease;
}

.contact_icon__h63lu:active,
.contact_icon__h63lu:hover {
    opacity: .8;
}

.contact_insta__oX8bw {
    background: url(/static/media/contact_insta.edcfe38a27ed4db939f0.svg) no-repeat;
    background-size: contain;
}

.contact_tg__NVy\+e {
    background: url(/static/media/contact_tg.49837b1e879ce991fde2.svg) no-repeat;
    background-size: contain;
}

.contact_whatsapp__0Nf\+3 {
    background: url(/static/media/contact_whatsapp.9281ceba7b1cebb511bb.svg) no-repeat;
    background-size: contain;
}


.contact_contactus_section__9jlyJ {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  /* max-width: 320px; */
  margin: 1.5rem auto;
  border-radius: 25px;
  background: linear-gradient(180deg, rgb(130, 103, 236), rgb(171, 154, 238));
}

.contact_contactUs_form__eNcnW {
  display: flex;
  flex-direction: column;
  padding: 11px 25px 29px;
}

.contact_submit_btn__5oxL7 {
  width: 147px;
  padding-top: 13px;
  padding-bottom: 13px;
  display: flex;
  justify-content: center;
  border-radius: 15px;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  font-weight: 700;
  margin: 10px auto 0;
  border: none;
  color: #8267EC;
  background-image: linear-gradient(180deg, #FFE250 0%, #FFED90 49.48%, #FFE250 100%);
  margin-top: 0;
  margin: 0 auto;
  box-shadow: 0px 1px 4px 0px #CCC;
  transition: all 0.3s ease;
}
.contact_submit_btn__5oxL7:hover {
  background-image: linear-gradient(180deg, #FFDA22 0%, #FEE774 54.17%, #FFDA22 100%);
  transition: opacity 0.3s ease;
}
.contact_submit_btn__5oxL7:active {
  background-image: linear-gradient(180deg, #FFDA22 0%, #FEE774 54.17%, #FFDA22 100%);
  box-shadow: 0px 1px 2px 0px rgba(29, 29, 29, 0.15) inset;
  transition: opacity 0.3s ease;
}

.contact_name_input__xCkGs {
  border-radius: 15px;
  padding-left: 17px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  outline: none;
  border: none;
  box-shadow: 0px 1px 4px 0px #CCC inset;
}

.contact_question_textarea__fTQ7K {
  border-radius: 15px;
  font-size: 15px;
  font-family: "Quicksand", sans-serif;
  font-weight: 300;
  height: 100px;
  padding-left: 17px;
  padding-top: 10px;
  margin-bottom: 15px;
  outline: none;
  border: none;
  box-shadow: 0px 1px 4px 0px #CCC inset;
}

.contact_ml-30__yM3Wl {
  margin-left: 30px;
}

.contact_subtitle_contactUs__3ikkL {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
}



.contact_textMargin__TVvFp {
    margin-top: 1.5rem;
}

.contact_success__RQy5x {
  color: #00C714;
  text-align: center;
  font-family: "Quicksand", sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 1rem;
}
.username-attachment_headWrapper__c44NG {
    /* padding: 1rem 1.5rem; */
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
}

.username-attachment_title__A5WNa {
    display: flex;
    color: #FFF;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: .5rem !important;
    padding: 0rem !important;
}
.username-attachment_btnBack__Vo71y {
    display: flex;
    width: 100%;
    color: #FFF;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-left: 1.5rem;
}
/* 
.btnBack:before {
    content: '&lsaquo;';
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 5px;
    background-color: #fff;
} */

.username-attachment_boldTitle__G7MDr {
    /* display: flex;
    align-items: center; */
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.51px;
}

.username-attachment_bottomLayer__zNKxF {
    background: linear-gradient(180deg, #8267EC 0%, #B9A9FA 100%);
    padding-bottom: 2rem;
    border-radius: 15px;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    /* margin-bottom: 2rem; */
}

.username-attachment_cardWrapper__fTdzY {
    max-width: 40rem;
    margin: 1rem auto;
    padding-top: 2rem;
}

.username-attachment_card__slvhB {
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    padding: 2rem;
    margin: 0rem 1.5rem 2rem 1.5rem;
}

.username-attachment_text__OoCUz {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1rem;
}

.username-attachment_label__RJvfJ {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1.5rem;
}

.username-attachment_input__gKxSX {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #8A71ED;
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.25) inset;
    padding: 1rem;
    color: #000;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.username-attachment_input__gKxSX:focus {
    outline: none;
}

.username-attachment_error__JGjcR {
    display: block;
    color: #FF2525;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-top: 1rem;
    margin-bottom: 0rem;
}

.username-attachment_btn__APBB- {
    display: flex;
    border: none;
    width: 12rem;
    padding: 1rem 1.5rem;
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 15px;
    background: linear-gradient(180deg, #8970ED 0%, #9878EC 100%);
    transition: all .3s ease;
    margin-left: auto;
    margin-right: auto;
}

.username-attachment_btn__APBB->span {
    margin: auto;
}

.username-attachment_btn__APBB-:hover {
    background: #5A37E6;
}


.username-attachment_popUpSpinner__q8vO- {
    display: flex;
    margin: 0 auto;
    width: 20px;
    height: 20px;
    background: url(/static/media/spinner.9704eb1d6c2ec50bec47.svg) no-repeat;
    background-size: contain;
    animation: username-attachment_spin__SC5Au 5s infinite linear;
}

.username-attachment_demoLink__3QgoA {
    margin-top: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 289px;
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    padding: 12px 15px 14px 12px;
    background: linear-gradient(180deg, #8E66E9 0%, #E95BCB 100%);
    border-radius: 10px;
}

.username-attachment_demoLinkIcon__Qm1t8 {
    display: flex;
    margin-right: 0;
    margin-left: 10px;
    width: 14px;
    height: 16px;
    background: url(/static/media/whtArrow.4312daeb95b9facb8240.svg) no-repeat;
    background-size: contain;
}

.username-attachment_waitText__aMbSm {
    color: #8267EC;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-top: 5px;
    text-align: center;
}

@keyframes username-attachment_spin__SC5Au {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.billing-plan_headWrapper__\+tAI- {
    min-width: 320px;
    max-width: 600px;
    padding-top: 0px;
    padding-bottom: 40px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.billing-plan_goBackBtn__cPw7Q {
    margin-right: auto;
}

.billing-plan_accounts__Pm5a6 {
    margin-top: 5px;
}

.billing-plan_title__TOOyV {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: .5rem !important;
        margin-right: auto;
    margin-left: auto;
    /* padding-top: 1.5rem; */
    /* padding-right: 2.5rem; */
}

.billing-plan_wrapper__mhVy5 {
    max-width: 40rem;
    margin-right: auto;
    margin-left: auto;
}

.billing-plan_profileBlock__q0bOc {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    margin-top: -2rem;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
}

.billing-plan_usernameBlock__LqGZk {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}

.billing-plan_pic__2kfrm {
    display: block;
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    margin-right: .5rem;
}

.billing-plan_picUnknown__PQpIa {
    position: relative;
    background: #BEB6FF;
}

.billing-plan_picUnknown__PQpIa:before {
    content: '';
    position: absolute;
    left: 4px;
    top: 5px;
    width: 1.5rem;
    height: 1.5rem;
    background: url(/static/media/main_unknownProfile.a0a4d4219fbf82c932b8.svg) no-repeat;
    background-size: contain;
}

.billing-plan_username__4Pj0Y {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
}

.billing-plan_stats__fwODM {
    display: flex;
    justify-content: space-between;
}

.billing-plan_statsItem__7zXOa {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.billing-plan_num__0EkVO {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.billing-plan_text__EqzVX {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
}

.billing-plan_plan__\+bTOc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 15px;
    padding: 13px 13px 26px 13px;
    width: 100%;
    max-width: 290px;
    border-radius: 10px;
    background: #BEB6FF;
}

.billing-plan_basicPlan__mbnu5 {
    border: 3px solid #DDD;
    background: linear-gradient(180deg, #8267EC 0%, #D4B9FF 54.09%, #EB5ACA 100%);
    box-shadow: 3px 3px 10px 0px rgba(103, 22, 176, 0.30);
}

.billing-plan_planHeading__GxYcg {
    display: flex;
    align-items: center;
}

input[type="radio"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    margin-left: 15px;
    font: inherit;
    color: currentColor;
    width: 15px;
    height: 15px;
    border: 0.5px solid #9F9F9F;
    border-radius: 50%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.20) inset;
}

input[type="radio"]:checked {
    background: #A9FF8A;
}

.billing-plan_planName__RNwYn {
    margin-left: 10px;
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-weight: 600;
}

.billing-plan_planPrice__zKN0a {
    margin-right: 0;
    margin-left: auto;
    color: #180073;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.billing-plan_planBenefitsList__\+n-7Z {
    background-color: #FFF;
    border-radius: 10px;
    padding-top: 20px;
    padding-left: 32px;
    padding-bottom: 8px;
    color: #180073;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.billing-plan_planBenefitsList__\+n-7Z li::marker {
    color: #DADADA;
}


.billing-plan_planBenefitsListBasic__T-5vy li::marker {
    color: #8267EC;
}


.billing-plan_planBenefitsListItem__GWCL3 {
    margin-bottom: 10px;
}

.billing-plan_confirmBtn__rFt\+o {
    display: flex;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 147px;
    border-radius: 15px;
    margin: 25px auto;
    background: linear-gradient(180deg, #8970ED 0%, #9878EC 100%);
    border: none;
    text-decoration: none;
}

.billing-plan_confirmBtn__rFt\+o:hover {
    background: linear-gradient(96deg, #6C4FDF 3.54%, #8169E0 46.73%, #6C4FDF 94.68%);
}

.billing-plan_confirmBtn__rFt\+o:active {
    background: linear-gradient(96deg, #6C4FDF 3.54%, #8169E0 46.73%, #6C4FDF 94.68%);
    box-shadow: 0px 1px 4px 0px rgba(29, 29, 29, 0.30) inset;
}

.billing-plan_promocodeAccordionBlock__lGZiz {
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    max-width: 290px;
}

.billing-plan_promocodeAccordion__Dtox0 {
    display: flex;
    justify-content: space-between;
    color: #000;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    border-bottom: 0.5px solid #D7D7D7;
    width: 100%;

}

.billing-plan_accordionBody__IdQcj {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
    flex-direction: column;
}

.billing-plan_accordionBodyHide__tSwZU {
    display: none;
}

.billing-plan_accordionBtn__lLd4s {
    display: block;
    width: 13px;
    height: 21px;
    background-image: url(/static/media/arrowpromo.bbe18e794896fc103158.svg);
    background-repeat: no-repeat;
    margin-left: 15px;
    background-position-y: center;
    transition: all 1s ease;
}

.billing-plan_accordionBtnClose__RtW4E {
    display: block;
    width: 13px;
    height: 21px;
    background-image: url(/static/media/arrowpromo.bbe18e794896fc103158.svg);
    background-repeat: no-repeat;
    margin-left: 15px;
    background-position-y: center;
    transform: rotate(180deg);
    transition: all 1s ease;
}

.billing-plan_promocodeInput__Hejwl {
    display: inline-block;
    width: 100%;
    border-radius: 10px;
    border: 1px solid #8A71ED;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.25) inset;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    outline: none;
}

.billing-plan_promocodeSubmitBtn__\+GRBm {
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #8A71ED;
    background: #8A71ED;
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.25) inset;
    padding: 10px;
    margin-left: 5px;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
}

.billing-plan_promocodeSubmitBtnDisabled__aK-DS {
    color: #fff;
    display: inline-block;
    border-radius: 10px;
    border: 1px solid #CFCFCF;
    background: #CFCFCF;
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.25) inset;
    padding: 10px;
    margin-left: 5px;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    cursor: not-allowed;
}


.billing-plan_trashBtn__75YkZ {
    display: block;
    border: none;
    outline: none;
    background: transparent;
    margin-left: auto;
    width: 17.9px;
    height: 19px;
    background-image: url(/static/media/trashbin_white.36835f388eef61d3751d.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position-x: center;
}

.billing-plan_promocodeSubmitBtn__\+GRBm:active {
    background: linear-gradient(96deg, #6C4FDF 3.54%, #8169E0 46.73%, #6C4FDF 94.68%);
    box-shadow: 0px 1px 4px 0px rgba(29, 29, 29, 0.30) inset;
}

.billing-plan_errorMessage__ArcHw {
    display: block;
    margin: 10px auto;
    margin-bottom: 0;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    color: #FF2525;
}

.billing-plan_discountText__cCj3J {
    display: block;
    margin: 10px auto;
    margin-bottom: 0;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    color: #8A71ED;
    margin-bottom: 10px;
}

.billing-plan_inputAndBtn__uhEWF {
    display: flex;
    justify-content: space-between;
}

.billing-plan_hideBtn__kVxSA {
    display: none;
}

.billing-plan_space__3GHB8 {
    padding: 25px 0px;
}

/* plan period toggler */
.billing-plan_toggler__8wp98 {
    width: 280px;
    height: 50px;
    border-radius: 10px;
    border: 0.5px solid #8267EC;
    background: #FFF;
    display: flex;
    position: relative;
    margin: 0rem auto;
}

.billing-plan_togglerBtn__l0pSm {
    display: flex;
    border: none;
    background: transparent;
    outline: none;
    width: 140px;
    height: 50px;
    box-sizing: border-box;
    position: absolute;
    left: 0rem;
    top: 0rem;
    z-index: 1;
   
}

.billing-plan_togglerBtn__l0pSm:focus {
    outline: none;
}

.billing-plan_btnRight__zRcWK {
    left: 140px;
    top: 0rem;
    z-index: 1;
}

.billing-plan_togglerBtnText__YtFHL {
    display: flex;
    width: 100%;
    height: 100%;
    color: #2A3037;
    text-align: center;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    z-index: 1;
    justify-content: center;
    align-items: center;
}

.billing-plan_textPicked__TwCfM{
    color: #FFF;
    text-align: center;
    font-family: Quicksand;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    z-index: 5;
}

.billing-plan_togglerChosen__8EPne {
    background: linear-gradient(0deg, #8267EC 0%, #8267EC 100%);
    box-shadow: 0px 0.902px 5px 0px rgba(0, 0, 0, 0.15) inset;
    width: 138px;
    height: 48px;
    position: absolute;
    top: 1px;
    left: 1px;
    border-radius: 10px;
    transition: all .3s ease;
}

.billing-plan_yearlyPicked__OQwNV{
    left: 141px;
}

.billing-plan_mb10__0cXel {
    margin-bottom: 1rem;
}

.billing-plan_mt10__T3N7X {
    margin-top: 1rem;
}
p {
    margin-block-start: 0;
    margin-block-end: 0;
}

.billing-plan-item_plan__Zak-9 {
    position: relative;
    display: flex;
    justify-content: center;
    flex-direction: column;
    margin: 0 auto;
    margin-top: 15px;
    padding-bottom: 25px;
    width: 100%;
    max-width: 290px;
    border-radius: 20px;
    background: #FFFFFF;
    box-sizing: border-box;
    cursor: pointer;
    box-shadow: 2px 3px 20px 5px rgba(73, 83, 96, 0.20);
    overflow: hidden;
    transition: all .5s ease;
}

.billing-plan-item_boldText__imbRK {
    font-weight: 800;
}

.billing-plan-item_planHeading__h\+WN1 {
    display: block;
    margin-top: 29px;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: #fff;
    margin: 0;
    margin-left: 15px;
    font: inherit;
    width: 15px;
    height: 15px;
    border: 0.5px solid #9F9F9F;
    border-radius: 50%;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.20) inset;
    transition: all .5s ease;
}

input[type="checkbox"]:checked {
    background: #A9FF8A;
    transition: all .5s ease;
}

.billing-plan-item_checkBox__VcbF5 {
    opacity: 0;
    display: inline-block;
    margin: 0;
    margin-left: 25px;
    width: 15px;
    height: 15px;
    background-color: #fff;
    border-radius: 50%;
    border: 0.5px solid #9F9F9F;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.20) inset;
    transition: all .5s ease;
}

.billing-plan-item_checkBoxChecked__uyfoY {
    opacity: 1;
    display: inline-block;
    margin: 0;
    margin-left: 25px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 0.5px solid #9F9F9F;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.20) inset;
    background: #A9FF8A;
    transition: all .5s ease;
}

.billing-plan-item_planName__EJEln {
    display: inline-block;
    margin-left: 25px;
    color: #180073;
    font-family: "Quicksand", sans-serif;
    font-size: 23px;
    font-weight: 600;
    margin-left: 7px;
    margin-top: 0;
    margin-bottom: 60px;
}

/* .planNameChecked {
    display: inline-block;
    margin-left: 15px;
    color: #fff;
    font-family: "Quicksand", sans-serif;
    font-size: 23px;
    font-weight: 600;
} */

.billing-plan-item_planPrice__R4IzT {
    margin-right: 0;
    margin-left: auto;
    color: #180073;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-weight: 500;
}

.billing-plan-item_planBenefitsList__3qFk5 {
    /* padding-top: 20px;
    padding-left: 32px;
     */
    padding-bottom: 0;
    color: #180073;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
    margin-top: 29px;
    margin-bottom: 35px;
    background-color: transparent;
    transition: all 1s ease;
}

.billing-plan-item_planBenefitsList__3qFk5 li::marker {
    color: #DADADA;
}

.billing-plan-item_planBenefitsList__3qFk5 {
    background-color: transparent;
    border-radius: 10px;
    padding-top: 20px;
    padding-left: 32px;
    padding-bottom: 0px;
    color: #180073;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.billing-plan-item_planBenefitsList__3qFk5 li::marker {
    color: #8267EC;
}

.billing-plan-item_planBenefitsListChecked__1cFzw li::marker {
    color: #FFFFFF;
}

.billing-plan-item_planBenefitsListStandard__ly5hZ {
    background-color: transparent;
    border-radius: 10px;
    padding-top: 20px;
    padding-left: 32px;
    padding-bottom: 0;
    color: #180073;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.billing-plan-item_planBenefitsListStandard__ly5hZ li::marker {
    color: #FF1E6F
}

.billing-plan-item_planBenefitsListPremium__\+Du5M {
    background-color: transparent;
    border-radius: 10px;
    padding-top: 20px;
    padding-left: 32px;
    padding-bottom: 0;
    color: #180073;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 0;
}

.billing-plan-item_planBenefitsListPremium__\+Du5M li::marker {
    color: #FF8262;
}


.billing-plan-item_planBenefitsListItem__ziIG0 {
    margin-bottom: 10px;
}

.billing-plan-item_planBenefitsListItemChecked__NcjRS {
    color: #fff;
}

.billing-plan-item_basicPlan__5EIj5 {
    cursor: pointer;
    box-sizing: border-box;
    background: linear-gradient(180deg, #8E66E9 0%, #E95BCB 100%);
    box-shadow: 3px 3px 10px 0px rgba(103, 22, 176, 0.30);
}

.billing-plan-item_standardPlan__end8q {
    cursor: pointer;
    box-sizing: border-box;
    background: linear-gradient(180deg, #FF689B 0%, #FF9C85 100%);
    box-shadow: 3px 3px 10px 0px rgba(103, 22, 176, 0.30);
}

.billing-plan-item_premiumPlan__hJsTV {
    cursor: pointer;
    box-sizing: border-box;
    background: linear-gradient(180deg, #FF9A80 0%, #FFC85B 98.96%);
    box-shadow: 3px 3px 10px 0px rgba(103, 22, 176, 0.30);
}

.billing-plan-item_planBenefitsListBasic__Mc8B- li::marker {
    color: #8267EC;
}

.billing-plan-item_planBenefitsListStandard__ly5hZ li::marker {
    color: #FF1E6F;
}

.billing-plan-item_selectBtn__XKxaH {
    display: flex;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 147px;
    border-radius: 15px;
    background: linear-gradient(180deg, #8970ED 0%, #9878EC 100%);
    border: 2px solid transparent;
    text-decoration: none;

}

.billing-plan-item_selectBlock__b14Om {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: -15px;
}

.billing-plan-item_selectBlockLine__S\+0N9 {
    display: inline-block;
    width: 100%;
    max-width: 21px;
    height: 1px;
    background-color: #FF1E6F;
    margin-right: 7px;
    margin-left: auto;

}

.billing-plan-item_secondSelectBlockLine__wzWAI {
    display: inline-block;
    width: 100%;
    max-width: 106px;
    height: 1px;
    background-color: #FF1E6F;
    margin-left: 7px;
}


.billing-plan-item_priceInfo__9FzWC {
    position: absolute;
    overflow: hidden;
    border-radius: 40px;
    /* background: linear-gradient(233deg, #8267EC 39.96%, #EB5ACA 93.34%); */
    width: 306.021px;
    height: 134.712px;
    transform: rotate(18.838deg);
    right: -195px;
    top: -5px;
    transition: all 1s ease;
}

.billing-plan-item_priceInfoBasic__d5kdw {
    background: linear-gradient(233deg, #8267EC 39.96%, #EB5ACA 93.34%);
    transition: all 1s ease;
}

.billing-plan-item_priceInfoStandard__mTqcC {
    background: linear-gradient(180deg, #FF689B 0%, #FF9C85 100%);
    transition: all 1s ease;
}

.billing-plan-item_priceInfoPremium__GtSUR {
    background: linear-gradient(180deg, #FF9A80 0%, #FFC85B 98.96%);
    transition: all 1s ease;
}


.billing-plan-item_priceInfoText__rXeS0 {
    transform: rotate(-18.5deg);
    margin-left: 31px;
    margin-top: 60px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 60px;

}

.billing-plan-item_finalPrice__-BUty {
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    /* margin-left: 30px; */
}

.billing-plan-item_pricePeriod__-E1LU {
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    /* margin-left: 25px; */
    width: -webkit-max-content;
    width: max-content;

}

.billing-plan-item_oldPrice__LZuEF {
    display: flex;
    color: #FFB6F2;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    /* margin-left: 26px; */
    text-decoration: line-through;
    margin-bottom: 0;
    transition: all 1s ease;
}

.billing-plan-item_oldPriceBasic__FpII\+ {
    color: #FFB6F2;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    text-decoration: line-through;
    margin-bottom: 0;
    transition: all 1s ease;
}

.billing-plan-item_oldPriceStandard__Du4U4 {
    color: #FFE871;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    text-decoration: line-through;
    margin-bottom: 0;
    transition: all 1s ease;
}

.billing-plan-item_oldPricePremium__dQkwg {
    color: #FFE871;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    text-decoration: line-through;
    margin-bottom: 0;
    transition: all 1s ease;
}

.billing-plan-item_priceInfoChecked__g1d91 {
    background: transparent;
    transition: all 1s ease;
}

.billing-plan-item_planNameChecked__6cw2\+ {
    color: #fff;
    display: inline-block;
    margin-left: 7px;
    font-family: "Quicksand", sans-serif;
    font-size: 23px;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 60px;
}

.billing-plan-item_selectBlockLineChecked__yr6vT {
    background-color: #fff;
}

.billing-plan-item_selectBtnChecked__FPjFR {
    background: transparent;
    border: 2px solid #FFF;
}

.billing-plan-item_dollarSign__tlT6l {
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    vertical-align: top;
}

.billing-plan-item_hiddenPrice__9PZ3C {
    visibility: hidden;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    text-decoration: line-through;
    margin-bottom: 0;
}

.billing-plan-item_discount__sht3c {
    color: #FFCDD2;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 0;
    text-align: center;
    /* margin-left: 9px; */
    width: -webkit-max-content;
    width: max-content;
    position: absolute;
    top: -13px;
    right: -16px;
}
.popup-refresh_popUp__iIKES {
    margin: 0 auto;
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    padding: 15px 10px 20px 15px;
    max-width: 500px;
}


.popup-refresh_title__MQX2S {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: .5rem !important;
    padding: 0rem !important;
}

.popup-refresh_wrapper__MlrWj {
    max-width: 40rem;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 20px;
}


.popup-refresh_header__Y19jp {
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #FF2525;
    margin: 0;
    margin-bottom: 10px;
}

.popup-refresh_sectionName__wiUe2 {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}



.popup-refresh_text__j1foA {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.popup-refresh_upgradeBtn__6PLLE {
    display: flex;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 147px;
    border-radius: 15px;
    margin: 15px auto;
    margin-bottom: 0;
    background: linear-gradient(180deg, #8970ED 0%, #9878EC 100%);
    border: none;
    text-decoration: none;
}

.popup-refresh_upgradeBtn__6PLLE:hover {
    background: linear-gradient(96deg, #6C4FDF 3.54%, #8169E0 46.73%, #6C4FDF 94.68%);
}

.popup-refresh_upgradeBtn__6PLLE:active {
    background: linear-gradient(96deg, #6C4FDF 3.54%, #8169E0 46.73%, #6C4FDF 94.68%);
    box-shadow: 0px 1px 4px 0px rgba(29, 29, 29, 0.30) inset;
}

.popup-refresh_wrapper__MlrWj {
    margin: 1rem auto;
    padding: 0rem 2rem;
}

.popup-refresh_popUp__iIKES {
    width: auto;
    margin: 0;
}
.sign-form_headWrapper__jSgwG {
    padding: 1rem 1.5rem;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
            max-width: 600px;
                margin-right: auto;
                margin-left: auto;
}

.sign-form_title__mlPlZ {
    display: flex;
    color: #FFF;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1rem !important;
    padding: 0rem !important;
}

.sign-form_boldTitle__DmEOy {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.51px;
}

.sign-form_bottomLayer__5B-vb {
    background: linear-gradient(180deg, #8267EC 0%, #B9A9FA 100%);
    padding-bottom: 2rem;
    border-radius: 15px;
            max-width: 600px;
                margin-right: auto;
                margin-left: auto;
    /* margin-bottom: 2rem; */
}

.sign-form_cardWrapper__CKQHz {
    max-width: 40rem;
    margin: 2rem auto;
}

.sign-form_card__qigIU {
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    padding: 2rem;
    margin: 0rem 1.5rem 2rem 1.5rem;
}

.sign-form_text__N9sF2 {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1rem;
}

.sign-form_label__YnmZx {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1.5rem;
}

.sign-form_input__hyTUI {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #8A71ED;
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.25) inset;
    padding: 1rem;
    color: #000;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.sign-form_input__hyTUI:focus {
    outline: none;
}

.sign-form_error__7LiKv {
    display: block;
    color: #FF2525;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-top: 1rem;
    margin-bottom: 0rem;
}

.sign-form_btn__Mf3LX {
    display: flex;
    border: none;
    width: 12rem;
    padding: 1rem 1.5rem;
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 15px;
    background: linear-gradient(180deg, #8970ED 0%, #9878EC 100%);
    transition: all .3s ease;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.sign-form_btn__Mf3LX>span {
    margin: auto;
    transition: all .3s ease;
}

.sign-form_btn__Mf3LX:active {
    background: #5A37E6;
    transition: all .3s ease;
}

.sign-form_toggler__19553 {
    width: 22rem;
    margin: -1rem auto 2rem auto;
    height: 2rem;
}

.sign-form_togglerBottom__4JfOa {
    display: flex;
    border-radius: 10px;
    border: 0.5px solid #8267EC;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15) inset;
    width: 22rem;
    height: 2rem;
    position: relative;
}

.sign-form_togglerName__k4qdd {
    display: flex;
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .3s ease;
    position: absolute;
    width: 11rem;
    text-align: center;
    z-index: 5;
    height: 2rem;
    padding: 0rem;
    margin: 0rem !important;
    transition: all .3s ease;
}

.sign-form_togglerName__k4qdd>span {
    margin: auto;
    font-weight: 400;
    transition: all .3s ease;
}

.sign-form_togglerNameChosen__4lkk6>span {
    font-weight: 600;
    transition: all .3s ease;
}

.sign-form_togglerTop__XotKH {
    position: absolute;
    z-index: 4;
    border-radius: 10px;
    background: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
    width: 11rem;
    height: 2rem;
    top: 0rem;
    left: 0rem;
    transition: all .3s ease;
}

.sign-form_togglerTopRight__TBxED {
    left: 11rem;
}

.sign-form_nameLeft__ytY9k {
    top: 0rem;
    left: 0rem;
}

.sign-form_nameRight__hHrNT {
    top: 0rem;
    left: 11rem;
}

.sign-form_cardWrapper__CKQHz {
    display: none;
}

.sign-form_cardWrapperVisible__y0Pk8 {
    display: block;
}

.sign-form_checkboxCard__ZfwYA {
    display: flex;
    margin-bottom: .5rem;
}

.sign-form_checkbox__LRcoX {
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    padding: .5rem;
}



.sign-form_checkboxText__zj3ED {
    margin-left: .5rem;
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
}

.sign-form_inputLast__6yJl2 {
    margin-bottom: .7rem;
}

.sign-form_btn__Mf3LX {
    margin-top: 1.5rem;
}

.sign-form_subtitle__Avp36 {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1.5rem;
    transition: all .3s ease;
}

.sign-form_socialBlock__OW\+9s {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

.sign-form_socialCardMR__XdY\+c {
    margin-right: 3rem;
}

.sign-form_socialIcon__zilz5 {
    display: block;
    width: 4rem;
    height: 4rem;
    padding: 0rem;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #EEE;
    background: #FFF;
    transition: all .3s ease;
    box-shadow: 1px 1px 6px 0px rgba(221, 221, 221, 0.25);
}

.sign-form_socialIconGoogle__cXkWc {
    display: block;
    width: 2.3rem;
    height: 2.3rem;
    background: url(/static/media/google.b8a63913d393134ed1c5.svg) no-repeat;
    background-size: contain;
    margin: auto;
    background-position: center;
}

.sign-form_socialIconApple__PjVy5 {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background: url(/static/media/apple.c02b974e06e7b04c92ca.svg) no-repeat;
    background-size: contain;
    margin: auto;
    background-position: center;
}

.sign-form_socialIcon__zilz5:active {
    border: 1px solid #9074ED;
    box-shadow: 2px 2px 8px 0px rgba(204, 204, 204, 0.50);
}
.billing_headWrapper__JrSCT {
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    /* min-width: 320px; */
    max-width: 600px;
    margin: 0 auto;
    box-sizing: border-box;
}

.billing_title__kcgqZ {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1rem !important;
    padding: 0rem !important;
}

.billing_wrapper__GpCAr {
    margin-right: auto;
    margin-left: auto;
    padding: 2rem 0rem;
    max-width: 600px;
    border-radius: 15px;
    background: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    margin-top: 30px;
}

.billing_profileBlock__v1Ksg {
    margin-right: 1.5rem;
    margin-left: 1.5rem;
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    padding: 1.5rem;
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
}

.billing_usernameBlock__gHt5R {
    display: flex;
    margin-bottom: 1rem;
    align-items: center;
}

.billing_pic__SSrKu {
    width: 2rem;
    height: 2rem;
    border-radius: 50%;
    margin-right: .5rem;
    background: #8267EC;
}

.billing_username__bDTZE {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.42px;
}

.billing_stats__YzlsT {
    display: flex;
    justify-content: space-between;
}

.billing_statsItem__ZMnmV {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.billing_num__MAd-j {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
}

.billing_headerText__wDtsz {
    color: #FFFFFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 1rem;
}

.billing_sectionWrapper__gDOHy {
    /* position: relative; */
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    padding: 15px 10px 20px 15px;
    /* width: 100%;
    max-width: 290px; */
    margin: 0 auto;

}


.billing_header__YrZiy {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}


.billing_select__IBwtM {
    width: 260px;
    height: 40px;
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: none;
    padding: 5px 15px;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(/static/media/selectArrow.6b641abe2c9e564890e3.svg);
    background-repeat: no-repeat;
    background-position-x: 229px;
    background-position-y: 15px;
    margin-right: 2rem;
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    text-align: left;
    margin: 0 auto;
}

.billing_selectItem__NZcft {
    color: #2A3037;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}



.billing_userpic__i-Z4s {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.billing_error__WtdZ0 {
    display: flex;
    justify-content: center;
    margin: 1rem auto;
    padding: 1rem;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    color: #FF2525;
}

/* no subscription error */
.billing_upgradeBtn__XPPjB {
    display: flex;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 147px;
    border-radius: 15px;
    margin: 15px auto;
    margin-bottom: 0;
    background: linear-gradient(180deg, #8970ED 0%, #9878EC 100%);
    border: none;
    text-decoration: none;
    margin-bottom: 3rem;
}

.billing_upgradeBtn__XPPjB:hover {
    background: linear-gradient(96deg, #6C4FDF 3.54%, #8169E0 46.73%, #6C4FDF 94.68%);
}

.billing_upgradeBtn__XPPjB:active {
    background: linear-gradient(96deg, #6C4FDF 3.54%, #8169E0 46.73%, #6C4FDF 94.68%);
    box-shadow: 0px 1px 4px 0px rgba(29, 29, 29, 0.30) inset;
}

.billing_error__text__E-wC\+ {
    text-align: center;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
}

.billing_errorMargin__Yc6a4{
    margin-bottom: 0rem;
    font-weight: 600;
}
.active-subscription_sectionWrapper__QAvTQ {
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    padding: 1.5rem;
    /* width: 100%;
    max-width: 475px; */
    margin: 0 1.5rem;
}

.active-subscription_headerBlock__VjuYX {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.active-subscription_typeOfSubscription__CIL3z {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    border-radius: 15px;
    border: 0.5px solid #ccc;
    padding: 5px 10px;
    transition: all .3s ease;
}

.active-subscription_freeTrial__gUbTU {
    border: 0.5px solid #2A3037;
}

.active-subscription_active__Ufao6 {
    border: 0.5px solid #00C714;
}

.active-subscription_error__WPawo {
    border: 0.5px solid #EB001B;
}

.active-subscription_subscriptionSection__jBKmT {
    margin-bottom: 10px;
}

.active-subscription_wrapper__tWUp\+ {
    position: relative;
    width: 100%;
    border-radius: 15px;
    background: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    margin-top: 30px;
}

.active-subscription_header__c-2Ue {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin: 0;
}

.active-subscription_date__EhBlh {
    color: #AFAFAF;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.39px;
}

.active-subscription_sectionName__9AKPX {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.active-subscription_subscriptionSection__jBKmT {
    display: flex;
    justify-content: space-between;
    /* width: 100%;
    max-width: 250px; */
}

.active-subscription_cancelLink__\+8qYE {
    display: block;
    border: none;
    background: transparent;
    outline: none;
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    text-decoration-line: underline;
    transition: all .3s ease;
    padding: 0rem;
    margin-top: .5rem;
}

.active-subscription_cancelLink__\+8qYE:active {
    color: #8267EC;
}

.active-subscription_sectionInfo__aqJsB {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
}


.active-subscription_subscriptionInfo__w7sOw {
    display: flex;
    justify-content: space-between;
    margin-top: 1rem;
}

.active-subscription_infoSections__wk3RX {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.active-subscription_infoAnswers__dNcq\+ {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    max-width: 11rem;
}

.active-subscription_sectionName__9AKPX,
.active-subscription_sectionInfo__aqJsB {
    margin-bottom: 15px;
}

.active-subscription_userpic__rlDwB {
    display: inline-block;
    width: 20px;
    height: 20px;
}

.active-subscription_upgradeBtn__-f9yK {
    display: block;
    padding: 12px 27px;
    height: 45px;
    border-radius: 10px;
    background: transparent;
    outline: none;
    border: none;
    background: linear-gradient(180deg, #FAF8FF 0%, #FFF 47.4%, #FFF 47.41%, #F2EDFF 100%, #FAF8FF 100%, #FAF8FF 100%);
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.595px;
    text-decoration: none;
    margin: 0 auto;
    margin-top: 11px;
}

/* .upgradeBtn:hover {
    color: #8267EC;
    background: linear-gradient(180deg, #F4EFFF 0%, #F1EBFF 0.01%, #FFF 49.48%, #F1EBFF 100%);
} */

.active-subscription_upgradeBtn__-f9yK:active {
    color: #8267EC;
    background: linear-gradient(180deg, #F4EFFF 0%, #F1EBFF 0.01%, #FFF 49.48%, #F1EBFF 100%);
    box-shadow: 0px 1px 2px 0px rgba(29, 29, 29, 0.15) inset;
}

.active-subscription_bottomLayer__D764U {
    width: 100%;
    height: 100%;
    background: rgba(73, 73, 73, 0.30);
    position: absolute;
    z-index: 10;
    top: 0rem;
    left: 0rem;
}

.active-subscription_modalWrapper__G2HNI {
    position: absolute;
    z-index: 30;
    max-width: 30rem;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.active-subscription_modal__A3Pap {
    margin: 1.5rem;
    box-sizing: border-box;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.25) inset;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}


.active-subscription_title__qXlm5 {
    color: #FF2525;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1rem;
}

.active-subscription_text__jmY7M {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: .5rem;
}


.active-subscription_btnClose__3J881 {
    background: transparent;
    border: none;
    outline: none;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    background: url(/static/media/closeBtnPurple.07957c7d6da0985ea8b5.svg) no-repeat;
    background-size: contain;
}

.active-subscription_link__BTznp {
    margin-left: .3rem;
    margin-right: .3rem;
    color: #8267EC;
    font-weight: 600;
    transition: all .3s ease;
}

.active-subscription_link__BTznp:active {
    color: #AB9AEE;
}

.active-subscription_titleSuccess__yBRFZ {
color: #8267EC;
}
.transaction-history_sectionWrapper__xJSxA {
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    padding: 15px;
    margin: 0 1.5rem;
}

.transaction-history_transactionHistoryWrapper__2EDl\+ {
    margin-top: 2.5rem;
}

.transaction-history_header__v15N9 {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin: 0;
    margin-bottom: 10px;
}

.transaction-history_transactionTable__C4rXb {
    width: 100%;
    border-collapse: collapse;
}

.transaction-history_columnName__9kuNS {
    color: #927AEE;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.42px;
    border-bottom: 0.5px solid #DADADA;
    text-align: left;
}

.transaction-history_tableContent__SJxaP {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

td {
    padding-top: 10px;
}

.transaction-history_successStatus__fFnUy {
    color: #00C714;
}

.transaction-history_pendingStatus__JoeMh {
    color: #A9A9A9;
}

.transaction-history_errorStatus__tT0zc {
    color: #FF2525;
}

.transaction-history_centerAlign__DX5Ml {
    text-align: center;
}

.transaction-history_rightAlign__kwMZb {
    text-align: right;
}

.transaction-history_leftAlign__MDKCk {
    text-align: left;
}

.transaction-history_text__vf5X3 {
    color: #000;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%; /* 15px */
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.transaction-history_transactionHead__NyYDB {
    color: #927AEE;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 0.42px;
    text-align: center;
    border-bottom: .5px solid #DADADA;;
    padding-bottom: 5px;
}

.transaction-history_transactionHeadLeft__6Erv9 {
    text-align: left;
}

.transaction-history_transactionHeadRight__tWF5f {
    text-align: right;
}

.successful-payment_headWrapper__A7Oni {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    max-width: 600px;
    margin: 0 auto;
}

.successful-payment_title__o9FCA {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: .5rem !important;
    padding: 0rem !important;
}

.successful-payment_wrapper__MLu9Q {
    display: block;
    min-width: 320px;
    max-width: 600px;
    background: linear-gradient(180deg, #8267EC 0%, #B9A9FA 100%);
    margin: 0 auto;
    border-radius: 15px;
    margin-top: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.successful-payment_paymentInfoBlock__VHMJY {
    display: block;
    padding: 1.5rem;
    background-color: #FFF;
    border-radius: 10px;
    min-width: 230px;
    max-width: 500px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    border: 0.5px solid #AFAFAF;
}

.successful-payment_succcessHeading__wGWpy {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-top: 0rem;
}

.successful-payment_succcessText__TEexx {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.successful-payment_startBtn__ywgrr {
    display: flex;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 147px;
    border-radius: 15px;
    margin: 15px auto;
    margin-bottom: 0;
    background: linear-gradient(180deg, #8970ED 0%, #9878EC 100%);
    border: none;
    text-decoration: none;
}

.successful-payment_startBtn__ywgrr:hover {
    background: linear-gradient(96deg, #6C4FDF 3.54%, #8169E0 46.73%, #6C4FDF 94.68%);
}

.successful-payment_startBtn__ywgrr:active {
    background: linear-gradient(96deg, #6C4FDF 3.54%, #8169E0 46.73%, #6C4FDF 94.68%);
    box-shadow: 0px 1px 4px 0px rgba(29, 29, 29, 0.30) inset;
}

.successful-payment_successIcon__B8fTK {
    display: block;
    width: 60px;
    height: 54px;
    background-image: url(/static/media/successIcon.bb5cf6c0aed87579a2ec.svg);
    background-repeat: no-repeat;
    margin: 0 auto;
    margin-bottom: 10px;
    background-position-y: center;
    background-size: contain;
}
.failed-payment_headWrapper__wrc5H {
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    max-width: 600px;
    margin: 0 auto;
}

.failed-payment_title__pa5ah {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: .5rem !important;
    padding: 0rem !important;
}

.failed-payment_wrapper__gMuW3 {
    display: block;
    min-width: 320px;
    max-width: 600px;
    background: linear-gradient(180deg, #8267EC 0%, #B9A9FA 100%);
    margin: 0 auto;
    border-radius: 15px;
    margin-top: 2.5rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
}

.failed-payment_paymentInfoBlock__iZNJZ {
    display: block;
    padding: 1.5rem;
    background-color: #FFF;
    border-radius: 10px;
    min-width: 230px;
    max-width: 500px;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    border: 0.5px solid #AFAFAF;
}

.failed-payment_failedHeading__X15Or {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-top: 0rem;
}

.failed-payment_failedText__Xr4Tq {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
}

.failed-payment_closeBtn__wKc\+7 {
    display: flex;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 15px;
    padding-bottom: 15px;
    width: 147px;
    border-radius: 15px;
    margin: 15px auto;
    margin-bottom: 0;
    background: linear-gradient(180deg, #8970ED 0%, #9878EC 100%);
    border: none;
    text-decoration: none;
}

.failed-payment_closeBtn__wKc\+7:hover {
    background: linear-gradient(96deg, #6C4FDF 3.54%, #8169E0 46.73%, #6C4FDF 94.68%);
}

.failed-payment_closeBtn__wKc\+7:active {
    background: linear-gradient(96deg, #6C4FDF 3.54%, #8169E0 46.73%, #6C4FDF 94.68%);
    box-shadow: 0px 1px 4px 0px rgba(29, 29, 29, 0.30) inset;
}

.failed-payment_failedIcon__dPe3x {
    display: block;
    width: 57px;
    height: 69px;
    background-image: url(/static/media/failedIcon.367260734759669112d9.svg);
    background-repeat: no-repeat;
    margin: 0 auto;
    background-position-y: center;
    background-size: contain;
}
.sign-form_headWrapper__j50MG {
    padding: 1rem 1.5rem;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
            max-width: 600px;
                margin-right: auto;
                margin-left: auto;
}

.sign-form_title__kXqeC {
    display: flex;
    color: #FFF;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1rem !important;
    padding: 0rem !important;
}

.sign-form_boldTitle__bEHO4 {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 0.51px;
}

.sign-form_bottomLayer__SzaQI {
    margin-top: 2rem;
    padding-top: 2rem;
    background: linear-gradient(180deg, #8267EC 0%, #B9A9FA 100%);
    padding-bottom: 2rem;
    border-radius: 15px;
            max-width: 600px;
                margin-right: auto;
                margin-left: auto;
    /* margin-bottom: 2rem; */
}

.sign-form_cardWrapper__2LRXw {
    max-width: 40rem;
    margin: 2rem auto;
}

.sign-form_card__y7q7e {
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    padding: 2rem;
    margin: 0rem 1.5rem 2rem 1.5rem;
}

.sign-form_text__\+XEJ6 {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1rem;
}

.sign-form_label__K-Q0n {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1.5rem;
}

.sign-form_input__70e6E {
    display: block;
    width: 100%;
    box-sizing: border-box;
    border-radius: 10px;
    border: 1px solid #8A71ED;
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.25) inset;
    padding: 1rem;
    color: #000;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 300;
    line-height: 100%;
    margin-bottom: 1.5rem;
    margin-top: 1rem;
}

.sign-form_input__70e6E:focus {
    outline: none;
}

.sign-form_error__na85T {
    display: block;
    color: #FF2525;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-top: 1rem;
    margin-bottom: 0rem;
}

.sign-form_btn__E8l-d {
    display: flex;
    border: none;
    width: 12rem;
    padding: 1rem 1.5rem;
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border-radius: 15px;
    background: linear-gradient(180deg, #8970ED 0%, #9878EC 100%);
    transition: all .3s ease;
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.sign-form_btn__E8l-d>span {
    margin: auto;
    transition: all .3s ease;
}

.sign-form_btn__E8l-d:active {
    background: #5A37E6;
    transition: all .3s ease;
}

.sign-form_toggler__nWSZ4 {
    width: 22rem;
    margin: -1rem auto 2rem auto;
    height: 2rem;
}

.sign-form_togglerBottom__hi75z {
    display: flex;
    border-radius: 10px;
    border: 0.5px solid #8267EC;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15) inset;
    width: 22rem;
    height: 2rem;
    position: relative;
}

.sign-form_togglerName__jTWus {
    display: flex;
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    transition: all .3s ease;
    position: absolute;
    width: 11rem;
    text-align: center;
    z-index: 5;
    height: 2rem;
    padding: 0rem;
    margin: 0rem !important;
    transition: all .3s ease;
}

.sign-form_togglerName__jTWus>span {
    margin: auto;
    font-weight: 400;
    transition: all .3s ease;
}

.sign-form_togglerNameChosen__J0frW>span {
    font-weight: 600;
    transition: all .3s ease;
}

.sign-form_togglerTop__N3UbF {
    position: absolute;
    z-index: 4;
    border-radius: 10px;
    background: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
    width: 11rem;
    height: 2rem;
    top: 0rem;
    left: 0rem;
    transition: all .3s ease;
}

.sign-form_togglerTopRight__Svb9a {
    left: 11rem;
}

.sign-form_nameLeft__F6C7D {
    top: 0rem;
    left: 0rem;
}

.sign-form_nameRight__edHQv {
    top: 0rem;
    left: 11rem;
}

.sign-form_cardWrapper__2LRXw {
    display: none;
}

.sign-form_cardWrapperVisible__X0lk- {
    display: block;
}

.sign-form_checkboxCard__g9VsI {
    display: flex;
    margin-bottom: .5rem;
}

.sign-form_checkbox__nJgz3 {
    border-radius: 3px;
    border: 1px solid #D9D9D9;
    padding: .5rem;
}



.sign-form_checkboxText__8fqyL {
    margin-left: .5rem;
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
}

.sign-form_inputLast__Xqe0O {
    margin-bottom: .7rem;
}

.sign-form_btn__E8l-d {
    margin-top: 1.5rem;
}

.sign-form_subtitle__jbAVz {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1.5rem;
    transition: all .3s ease;
}

.sign-form_socialBlock__8KBX4 {
    margin-bottom: 1.5rem;
    display: flex;
    justify-content: center;
}

.sign-form_socialCardMR__RiKNx {
    margin-right: 3rem;
}

.sign-form_socialIcon__8s4Q\+ {
    display: block;
    width: 4rem;
    height: 4rem;
    padding: 0rem;
    border: none;
    outline: none;
    background: transparent;
    border-radius: 10px;
    border: 1px solid #EEE;
    background: #FFF;
    transition: all .3s ease;
    box-shadow: 1px 1px 6px 0px rgba(221, 221, 221, 0.25);
}

.sign-form_socialIconGoogle__8haN9 {
    display: block;
    width: 2.3rem;
    height: 2.3rem;
    background: url(/static/media/google.b8a63913d393134ed1c5.svg) no-repeat;
    background-size: contain;
    margin: auto;
    background-position: center;
}

.sign-form_socialIconApple__8-zBG {
    display: block;
    width: 2.5rem;
    height: 2.5rem;
    background: url(/static/media/apple.c02b974e06e7b04c92ca.svg) no-repeat;
    background-size: contain;
    margin: auto;
    background-position: center;
}

.sign-form_socialIcon__8s4Q\+:active {
    border: 1px solid #9074ED;
    box-shadow: 2px 2px 8px 0px rgba(204, 204, 204, 0.50);
}
.page-not-found_container__hKME5 {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 2rem auto;
    align-items: center;
}

.page-not-found_pic__6c7QV {
    width: 9rem;
    height: 9rem;
    background: url(/static/media/not-found-cat.a2cd6c539b81ddf01662.png) no-repeat;
    background-size: contain;
}

.page-not-found_title__jTPG5, 
.page-not-found_text__AuRGZ {
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
}

.page-not-found_title__jTPG5 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    font-weight: 600;
    margin-top: 0rem !important;
}
.followers-followings-main_followersBlock__Ux-LY {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 320px;
    max-width: 600px;
    margin: 0 auto;
    background-image: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-top: 13px;
    padding-bottom: 85px;
    margin-bottom: 30px;
}

.followers-followings-main_backBtnUsernameBlock__MEXbS {
    position: relative;
    display: flex;
    margin-top: 0;
}

.followers-followings-main_goBackUsername__Nb7sw {
    display: flex;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
}

.followers-followings-main_goBackBtn__LVapp {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/static/media/go_back_btn.af1e3a8b19f31baeaed3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
}

.followers-followings-main_goBackSubtitle__ebND- {
    display: flex;
    justify-content: center;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}



.followers-followings-main_headWrapper__14E12 {
    position: relative;
    min-width: 320px;
    max-width: 600px;
    /* padding: 1rem 1.5rem; */
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    margin: 0 auto;
    padding-bottom: 34px;
}

.followers-followings-main_title__7jjZT {
    display: flex;
    color: #FFF;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 0;
    padding: 0rem !important;
    margin-top: 1rem;
    margin-left: 1.8rem;
}

.followers-followings-main_title__7jjZT:after {
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: .5rem;
    background: url(/static/media/statsTitleImage.ecd6db092e08db28ce5c.svg) no-repeat;
    background-size: contain;
}

.followers-followings-main_undertitle__P5VlG {
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.39px;
    margin-bottom: 1.5rem;
}

.followers-followings-main_mainWrapper__HRKon {
    position: relative;
    display: flex;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #8267EC 0%, #B9A9FA 100%);
    padding-bottom: 1rem;
    padding-top: 1.5rem;
    max-width: 600px;
}
button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.togglerFollowers_chosenFollowersBlock__TWngQ {
    margin-left: 15px;
    margin-right: 15px;
}

.togglerFollowers_sectionWrapper__etV5R {
    width: 100%;
}

.togglerFollowers_togglerBlock__I2Vhf {
    margin-top: 2rem;
    position: relative;
    display: flex;
    align-items: center;
}

.togglerFollowers_togglerWrapper__JoCbU {
    margin-top: 2rem;
    position: relative;
}

.togglerFollowers_togglerContainer__9CQB7 {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 300px;
    border-radius: 10px;
    border: 0.5px solid #8267EC;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15) inset;
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    right: 0;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0px;
}

.togglerFollowers_menuText__2Mm74 {
    width: 100px;
    position: relative;
    cursor: pointer;
}

.togglerFollowers_menuTextTopLayer__ysk8g {
    display: block;
    text-align: center;
    position: relative;
    z-index: 4;
    transition: all .5s ease;
}

.togglerFollowers_menuTextTopLayerChosen__6fExE {
    display: block;
    text-align: center;
    position: relative;
    z-index: 4;
    font-weight: 600;
    transition: all .5s ease;
}

.togglerFollowers_togglerSlider__FvCkY {
    transition: all .5s ease;
    display: flex;
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 3;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.togglerFollowers_newFollowersSelected__X7AQv {
    transition: all .5s ease;
    display: flex;
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 3;
    left: 100px;
    bottom: 0;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.togglerFollowers_lostFollowersSelected__RJw-P {
    display: flex;
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 3;
    left: 200px;
    bottom: 0;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
    transition: all .5s ease;
}

.togglerFollowers_moveLostText__QEtte {
    left: -12px
}

.togglerFollowers_loadingBlock__FR88b {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 30px;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

.togglerFollowers_statsLink__sVNv6 {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    margin-top: 20px;
    margin-bottom: 0;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.togglerFollowers_statsBtnText__CoGZ0 {
    text-decoration: underline;
    margin-left: 5px;
}

.togglerFollowers_nextReportText__UpJdz {
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    max-width: 500px;
}


/* 
@media (min-width: 320px) and (max-width:469px) {

    .togglerSlider {
        transition: all .5s ease;
        position: absolute;
        width: 100px;
        height: 28px;
        z-index: 2;
        top: 1px;
        bottom: 0;
        border-radius: 10px;
        background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
        box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .newFollowersSelected {
        transition: all .5s ease;
        position: absolute;
        width: 94px;
        height: 28px;
        z-index: 2;
        right: 103px;
        top: 1px;
        bottom: 0;
        border-radius: 10px;
        background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
        box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .lostFollowersSelected {
        transition: all .5s ease;
        position: absolute;
        width: 94px;
        height: 28px;
        z-index: 2;
        right: 1px;
        bottom: 0;
        top: 1px;
        border-radius: 10px;
        background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
        box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
    }
} */
.allFollowers_followersBlock__Dz4F6 {
    margin: 20px auto;
    max-width: 500px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 15px 32px;
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
}

.allFollowers_date__hkn2o {
    display: block;
    color: #000;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
}

.allFollowers_userpic__z3wR5 {
    display: block;
    width: 45px;
    height: 45px;
}

.allFollowers_username__mbhCJ {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
}

.allFollowers_time__tZ2c- {
    color: #7E7E7E;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.allFollowers_followerInfo__9MW6J {
    display: flex;
    margin-bottom: 10px;
}

.allFollowers_additionalInfo__Lqwak {
    display: inline-block;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.allFollowers_usernameAndTime__N5vk3 {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.allFollowers_loadMoreBtn__heIv4 {
    color: #8267EC;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin: 0 auto;
    padding: 8px 15px;
    border: 0.5px solid #8267EC;
    border-radius: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.allFollowers_additionalText__7TSCI {
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
}

.allFollowers_hideLoadMoreBtn__YDaGh {
    display: none;
}

/* .down_line {
    display: block;
    border-bottom: 0.5px solid #DADADA;
    width: 100%;
    margin-bottom: 15px;
} */

.allFollowers_scrollBtn__7WMXL {
    display: block;
    margin: 10px auto;
    width: 27px;
    height: 27px;
    background: url(/static/media/scrollTop.3952934d0a9378b29936.svg) no-repeat;
    background-size: contain;
    z-index: 30;
    position: -webkit-sticky;
    position: sticky;
    bottom: 10px;
    right: 5px;
    margin-right: 0;
}

.allFollowers_hideScrollBtn__Rvod8 {
    opacity: 0;

}

.allFollowers_showScrollBtn__Cw3iS {
    opacity: 1;

}

.allFollowers_downloadIcon__nDfEz {
    display: inline-block;
    width: 21px;
    height: 17px;
    background-image: url(/static/media/downloadIcon.d4eacfdf3126ea96cd78.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0;
    margin-left: 5px;
    margin-top: 1px;
}

.allFollowers_reportBtn__ziv\+F {
    display: flex;
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 15px;
    text-align: center;
}

.allFollowers_loadingFileIcon__NZKSM {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(/static/media/spinner_violet.9044cee0326cfae73d9c.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px;
    animation: allFollowers_rotating__ZaK30 1s linear infinite;
}

@keyframes allFollowers_rotating__ZaK30 {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (min-width:800px) {
    .allFollowers_scrollBtn__7WMXL {
        position: -webkit-sticky;
        position: sticky;
        z-index: 30;
        position: sticky;
        bottom: 20px;
        right: 5px;
        margin-right: -120px;
    }
}
.followerComponent_followersBlock__fj1LO {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 30px;
}

.followerComponent_date__Weffa {
    display: block;
    color: #000;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
}

.followerComponent_userpic__MfUm- {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.followerComponent_username__UV4vc {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-right: 5px;
}

.followerComponent_time__YhyY0 {
    color: #7E7E7E;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.followerComponent_followerInfo__BG57H {
    display: flex;
    margin-bottom: 10px;
    font-family: "Quicksand", sans-serif;
}

.followerComponent_additionalInfo__8xk83 {
    display: inline-block;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.followerComponent_usernameAndTime__aUKv3 {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.followerComponent_accountDescription__QpY2k {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.followerComponent_profilePicUnknown__XGNaf {
    background: #BEB6FF;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.followerComponent_profilePicUnknown__XGNaf:before {
    content: '';
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    top: 0.5rem;
    width: 40px;
    height: 40px;
    background: url(/static/media/main_unknownProfile.a0a4d4219fbf82c932b8.svg) no-repeat;
    background-size: contain;
}

.followerComponent_accountPicUnknown__L4sML {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #BEB6FF;
    position: relative;
}

.followerComponent_accountPicUnknown__L4sML:before {
    content: '';
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    left: .3rem;
    top: .3rem;
    text-align: center;
    width: 35px;
    height: 35px;
    background: url(/static/media/main_unknownProfile.a0a4d4219fbf82c932b8.svg) no-repeat;
    background-size: contain;
}

.newFollowers_followersBlock__-t7Gh {
    margin: 20px auto;
    max-width: 500px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 15px 32px;
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
}

.newFollowers_date__YwTHM {
    display: block;
    color: #000;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
}

.newFollowers_userpic__BgB5a {
    display: block;
    width: 45px;
    height: 45px;
}

.newFollowers_username__SWA45 {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
}

.newFollowers_time__H6i6x {
    color: #7E7E7E;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.newFollowers_followerInfo__m1uZh {
    display: flex;
    margin-bottom: 10px;
}

.newFollowers_additionalInfo__Tt4Qo {
    display: inline-block;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.newFollowers_usernameAndTime__K7-vx {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.newFollowers_loadMoreBtn__-zmzM {
    color: #8267EC;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin: 0 auto;
    padding: 8px 15px;
    border: 0.5px solid #8267EC;
    border-radius: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}


.newFollowers_additionalText__G-ckI {
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
}

.newFollowers_hideLoadMoreBtn__svA5i {
    display: none;
}


.newFollowers_scrollBtn__Ii1fS {
    display: block;
    margin: 10px auto;
    width: 27px;
    height: 27px;
    background: url(/static/media/scrollTop.3952934d0a9378b29936.svg) no-repeat;
    background-size: contain;
    z-index: 30;
    position: -webkit-sticky;
    position: sticky;
    bottom: 10px;
    right: 5px;
    margin-right: 0;
}

.newFollowers_hideScrollBtn__UVXmW {
    opacity: 0;

}

.newFollowers_showScrollBtn__rk3cY {
    opacity: 1;

}

@media (min-width:800px) {
    .newFollowers_scrollBtn__Ii1fS {
        position: -webkit-sticky;
        position: sticky;
        z-index: 30;
        position: sticky;
        bottom: 20px;
        right: 5px;
        margin-right: -120px;
    }
}

/* 
@media screen and (min-width: 470px) {
    .followersBlock {
        display: flex;
        flex-direction: column;
        margin: 0 auto;
        width: 440px;
        margin-bottom: 30px;
        background: #fff;
        border-radius: 10px;
        margin-top: 20px;

    }

} */
.lostFollowers_followersBlock__47qD1 {
    margin: 20px auto;
    max-width: 500px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 15px 32px;
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
}

.lostFollowers_date__6DKo- {
    display: block;
    color: #000;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
}

.lostFollowers_userpic__pDszc {
    display: block;
    width: 45px;
    height: 45px;
}

.lostFollowers_username__5adue {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
}

.lostFollowers_time__9jUpV {
    color: #7E7E7E;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.lostFollowers_additionalInfo__sQJ2u {
    display: inline-block;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.lostFollowers_followerInfo__XXpP4 {
    display: flex;
    flex-direction: initial;
    margin-bottom: 10px;
}

.lostFollowers_usernameAndTime__9cqJW {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.lostFollowers_loadMoreBtn__L6r9x {
    color: #8267EC;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin: 0 auto;
    padding: 8px 15px;
    border: 0.5px solid #8267EC;
    border-radius: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}


.lostFollowers_additionalText__S3YVJ {
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
}

.lostFollowers_hideLoadMoreBtn__Oq2z7 {
    display: none;
}


.lostFollowers_scrollBtn__4J\+DV {
    display: block;
    margin: 10px auto;
    width: 27px;
    height: 27px;
    background: url(/static/media/scrollTop.3952934d0a9378b29936.svg) no-repeat;
    background-size: contain;
    z-index: 30;
    position: -webkit-sticky;
    position: sticky;
    bottom: 10px;
    right: 5px;
    margin-right: 0;
}

.lostFollowers_hideScrollBtn__pCGG8 {
    opacity: 0;

}

.lostFollowers_showScrollBtn__5h4mh {
    opacity: 1;

}

@media (min-width:800px) {
    .lostFollowers_scrollBtn__4J\+DV {
        position: -webkit-sticky;
        position: sticky;
        z-index: 30;
        position: sticky;
        bottom: 20px;
        right: 5px;
        margin-right: -120px;
    }
}
.searchBar_searchBarContainer__xE7VO {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 194px;
    max-width: 288px;
    border-radius: 10px;
    border: 1px solid #CCC;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15) inset;
    padding: 10px 15px;
    margin: 0 auto;
    top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.searchBar_searchBarInput__tTefP {
    border: none;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    width: 100%;
}

.searchBar_searchBarInput__tTefP:focus {
    outline: none;
}


.searchBar_searchIcon__n8jAT {
    display: inline-block;
    width: 15px;
    height: 17px;
    background-image: url(/static/media/lens.20c7f3e158e6b8b4c871.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
}

.searchBar_searchArrowIcon__u\+G-- {
    display: inline-block;
    width: 16px;
    height: 11px;
    background-image: url(/static/media/searchArrow.c1f10e847cba7bbd79aa.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.searchBar_searchBarSubmitBtn__JJk1P {
    background: none;
    width: auto;
    border: none;
    background-size: auto;
}
button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.togglerFollowings_chosenFollowingsBlock__S-qH0 {
    margin-left: 15px;
    margin-right: 15px;
}

.togglerFollowings_sectionWrapper__n1sFh {
    width: 100%;
}

.togglerFollowings_togglerBlock__gF8td {
    margin-top: 2rem;
    position: relative;
    display: flex;
    align-items: center;
}

.togglerFollowings_togglerWrapper__8JQhh {
    margin-top: 2rem;
    position: relative;
}

.togglerFollowings_togglerContainer__Q-PI9 {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 300px;
    border-radius: 10px;
    border: 0.5px solid #8267EC;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15) inset;
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    right: 0;
    bottom: 0px;
    margin-left: auto;
    margin-right: auto;
    padding: 5px 0px;
}

.togglerFollowings_menuText__NhBtU {
    width: 100px;
    position: relative;
    cursor: pointer;
}

.togglerFollowings_menuTextTopLayer__ZdjXM {
    display: block;
    text-align: center;
    position: relative;
    z-index: 4;
    transition: all .5s ease;
}

.togglerFollowings_menuTextTopLayerChosen__kA6sX {
    display: block;
    text-align: center;
    position: relative;
    z-index: 4;
    font-weight: 600;
    transition: all .5s ease;
}

.togglerFollowings_togglerSlider__qa\+Ux {
    transition: all .5s ease;
    display: flex;
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 3;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.togglerFollowings_newFollowingsSelected__TrUAk {
    transition: all .5s ease;
    display: flex;
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 3;
    left: 100px;
    bottom: 0;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.togglerFollowings_lostFollowingsSelected__uQLo0 {
    display: flex;
    position: absolute;
    width: 100px;
    height: 100%;
    z-index: 3;
    left: 200px;
    bottom: 0;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
    transition: all .5s ease;
}

.togglerFollowings_moveLostText__Zup\+K {
    left: -12px
}


.togglerFollowings_loadingBlock__PdKZF {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 30px;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    text-align: center;
}

.togglerFollowings_statsLink__nL3Il {
    display: flex;
    justify-content: center;
    margin: 20px auto;
    margin-top: 20px;
    margin-bottom: 0;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.togglerFollowings_statsBtnText__THyjD {
    text-decoration: underline;
    margin-left: 5px;
}


.togglerFollowings_nextReportText__qnszq {
    text-align: center;
    margin: 0 auto;
    margin-top: 25px;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-style: normal;
    font-weight: 600;
    max-width: 500px;
}

/* 
@media (min-width: 320px) and (max-width:469px) {

    .togglerSlider {
        transition: all .5s ease;
        position: absolute;
        width: 100px;
        height: 28px;
        z-index: 2;
        top: 1px;
        bottom: 0;
        border-radius: 10px;
        background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
        box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .newFollowingsSelected {
        transition: all .5s ease;
        position: absolute;
        width: 94px;
        height: 28px;
        z-index: 2;
        right: 103px;
        top: 1px;
        bottom: 0;
        border-radius: 10px;
        background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
        box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
    }

    .lostFollowingsSelected {
        transition: all .5s ease;
        position: absolute;
        width: 94px;
        height: 28px;
        z-index: 2;
        right: 1px;
        bottom: 0;
        top: 1px;
        border-radius: 10px;
        background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
        box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
    }
} */
.allFollowings_followersBlock__7Cn-U {
    margin: 20px auto;
    max-width: 500px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 15px 32px;
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
}

.allFollowings_date__MCBCZ {
    display: block;
    color: #000;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
}

.allFollowings_userpic__uKPGO {
    display: block;
    width: 45px;
    height: 45px;
}

.allFollowings_username__40qVa {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
}

.allFollowings_time__LafvC {
    color: #7E7E7E;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.allFollowings_followerInfo__4NcsY {
    display: flex;
    margin-bottom: 10px;
}

.allFollowings_additionalInfo__Q7IJE {
    display: inline-block;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.allFollowings_usernameAndTime__gfOGx {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.allFollowings_loadMoreBtn__aJne3 {
    color: #8267EC;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin: 0 auto;
    padding: 8px 15px;
    border: 0.5px solid #8267EC;
    border-radius: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}

.allFollowings_additionalText__Dv8le {
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
}

.allFollowings_hideLoadMoreBtn__Lt4qN {
    display: none;
}


.allFollowings_scrollBtn__syVjW {
    display: block;
    margin: 10px auto;
    width: 27px;
    height: 27px;
    background: url(/static/media/scrollTop.3952934d0a9378b29936.svg) no-repeat;
    background-size: contain;
    z-index: 30;
    position: -webkit-sticky;
    position: sticky;
    bottom: 10px;
    right: 5px;
    margin-right: 0;
}

.allFollowings_hideScrollBtn__yRKx\+ {
    opacity: 0;

}

.allFollowings_showScrollBtn__hoWIJ {
    opacity: 1;

}


.allFollowings_downloadIcon__rCCGH {
    display: inline-block;
    width: 21px;
    height: 17px;
    background-image: url(/static/media/downloadIcon.d4eacfdf3126ea96cd78.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 0;
    margin-left: 5px;
    margin-top: 1px;
}

.allFollowings_reportBtn__ykMAs {
    display: flex;
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-right: 0;
    margin-left: auto;
    margin-bottom: 15px;
    text-align: center;
}

.allFollowings_loadingFileIcon__0-RBG {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(/static/media/spinner_violet.9044cee0326cfae73d9c.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: 6px;
    animation: allFollowings_rotating__IA4Kb 1s linear infinite;
}

@keyframes allFollowings_rotating__IA4Kb {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@media (min-width:800px) {
    .allFollowings_scrollBtn__syVjW {
        position: -webkit-sticky;
        position: sticky;
        z-index: 30;
        position: sticky;
        bottom: 20px;
        right: 5px;
        margin-right: -120px;
    }
}

/* .down_line {
    display: block;
    border-bottom: 0.5px solid #DADADA;
    width: 100%;
    margin-bottom: 15px;
} */
.followingComponent_followersBlock__GI3Oj {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 30px;
}

.followingComponent_date__J\+2k2 {
    display: block;
    color: #000;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
}

.followingComponent_userpic__wZtiP {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.followingComponent_username__MZ5\+6 {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-right: 5px;
}

.followingComponent_time__1Now2 {
    color: #7E7E7E;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.followingComponent_followerInfo__5h9Wy {
    display: flex;
    margin-bottom: 10px;
    font-family: "Quicksand", sans-serif;
}

.followingComponent_additionalInfo__bQaj8 {
    display: inline-block;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.followingComponent_usernameAndTime__a0KQj {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.followingComponent_account_description__-ozxB {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.followingComponent_profilePicUnknown__CIqTF {
    background: #BEB6FF;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;

}

.followingComponent_profilePicUnknown__CIqTF:before {
    content: '';
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    top: 0.5rem;
    width: 40px;
    height: 40px;
    background: url(/static/media/main_unknownProfile.a0a4d4219fbf82c932b8.svg) no-repeat;
    background-size: contain;
}


.followingComponent_accountPicUnknown__TLo0Z {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #BEB6FF;
    position: relative;
}

.followingComponent_accountPicUnknown__TLo0Z:before {
    content: '';
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    left: .3rem;
    top: .3rem;
    text-align: center;
    width: 35px;
    height: 35px;
    background: url(/static/media/main_unknownProfile.a0a4d4219fbf82c932b8.svg) no-repeat;
    background-size: contain;
}

.newFollowings_followersBlock__jtvu1 {
    margin: 20px auto;
    max-width: 500px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 15px 32px;
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
}

.newFollowings_date__pH6aV {
    display: block;
    color: #000;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
}

.newFollowings_userpic__ePO9N {
    display: block;
    width: 45px;
    height: 45px;
}

.newFollowings_username__m\+Z8m {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
}

.newFollowings_time__EvdLP {
    color: #7E7E7E;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.newFollowings_followerInfo__u8Pmr {
    display: flex;
    margin-bottom: 10px;
}

.newFollowings_additionalInfo__B\+Mbf {
    display: inline-block;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.newFollowings_usernameAndTime__UPEjV {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.newFollowings_loadMoreBtn__uzkAs {
    color: #8267EC;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin: 0 auto;
    padding: 8px 15px;
    border: 0.5px solid #8267EC;
    border-radius: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}


.newFollowings_additionalText__OlR92 {
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
}

.newFollowings_hideLoadMoreBtn__-eoam {
    display: none;
}

.newFollowings_scrollBtn__ZYKOm {
    display: block;
    margin: 10px auto;
    width: 27px;
    height: 27px;
    background: url(/static/media/scrollTop.3952934d0a9378b29936.svg) no-repeat;
    background-size: contain;
    z-index: 30;
    position: -webkit-sticky;
    position: sticky;
    bottom: 10px;
    right: 5px;
    margin-right: 0;
}

.newFollowings_hideScrollBtn__NmaA3 {
    opacity: 0;

}

.newFollowings_showScrollBtn__1Rd9X {
    opacity: 1;

}

@media (min-width:800px) {
    .newFollowings_scrollBtn__ZYKOm {
        position: -webkit-sticky;
        position: sticky;
        z-index: 30;
        position: sticky;
        bottom: 20px;
        right: 5px;
        margin-right: -120px;
    }
}
.lostFollowings_followingsBlock__mj8Jy {
    margin: 20px auto;
    max-width: 500px;
    margin-bottom: 30px;
    background: #fff;
    border-radius: 10px;
    padding: 15px 32px;
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
}

.lostFollowings_date__HOL3K {
    display: block;
    color: #000;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
}

.lostFollowings_userpic__nzBr2 {
    display: block;
    width: 45px;
    height: 45px;
}

.lostFollowings_username__GoPbw {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
}

.lostFollowings_time__9qR0i {
    color: #7E7E7E;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.lostFollowings_additionalInfo__4SecR {
    display: inline-block;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.lostFollowings_followerInfo__kbJ\+s {
    display: flex;
    flex-direction: initial;
    margin-bottom: 10px;
}

.lostFollowings_usernameAndTime__PMZC5 {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.lostFollowings_loadMoreBtn__imNHO {
    color: #8267EC;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    margin: 0 auto;
    padding: 8px 15px;
    border: 0.5px solid #8267EC;
    border-radius: 20px;
    margin-bottom: 20px;
    cursor: pointer;
}


.lostFollowings_additionalText__FLAUL {
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
}

.lostFollowings_hideLoadMoreBtn__3jiXI {
    display: none;
}


.lostFollowings_scrollBtn__AQN0x {
    display: block;
    margin: 10px auto;
    width: 27px;
    height: 27px;
    background: url(/static/media/scrollTop.3952934d0a9378b29936.svg) no-repeat;
    background-size: contain;
    z-index: 30;
    position: -webkit-sticky;
    position: sticky;
    bottom: 10px;
    right: 5px;
    margin-right: 0;
}

.lostFollowings_hideScrollBtn__3bxxM {
    opacity: 0;

}

.lostFollowings_showScrollBtn__eV6Wv {
    opacity: 1;

}

@media (min-width:800px) {
    .lostFollowings_scrollBtn__AQN0x {
        position: -webkit-sticky;
        position: sticky;
        z-index: 30;
        position: sticky;
        bottom: 20px;
        right: 5px;
        margin-right: -120px;
    }
}
a {
    text-decoration: none;
}

/* a:-webkit-any-link {
    color: #2A3037;
} */

button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

.activity-toggler_togglerWrapper__nnqgZ {
    margin-top: 2rem;
    position: relative;
}

.activity-toggler_togglerContainer__TCWlS {
    position: absolute;
    display: flex;
    justify-content: space-between;
    width: 260px;
    border-radius: 10px;
    border: 0.5px solid #8267EC;
    background: #FFF;
    box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.15) inset;
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    left: 0;
    right: 0;
    bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    padding: 10px 0px;

}

.activity-toggler_menuText__NxGsk {
    display: block;
    width: 130px;
    text-align: center;
    position: relative;
    cursor: pointer;
    color: #2A3037;
}

.activity-toggler_menuTextTopLayer__GuUL- {
    display: block;
    width: 130px;
    text-align: center;
    position: relative;
    z-index: 3;
}

.activity-toggler_menuTextTopLayerChosen__KGXgq {
    display: block;
    width: 130px;
    text-align: center;
    position: relative;
    z-index: 4;
    font-weight: 600;
}

.activity-toggler_togglerSlider__O-UQ8 {
    transition: all .5s ease;
    display: flex;
    position: absolute;
    width: 130px;
    height: 37px;
    z-index: 1;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.activity-toggler_followings__fsoog {
    transition: all .5s ease;
    display: flex;
    position: absolute;
    width: 130px;
    height: 37px;
    z-index: 3;
    left: 129px;
    bottom: 0;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.activity-toggler_followers__1p9el {
    transition: all .5s ease;
    display: flex;
    position: absolute;
    width: 130px;
    height: 37px;
    z-index: 3;
    left: 0;
    bottom: 0;
    border-radius: 10px;
    background-image: linear-gradient(180deg, #E7E6ED 0%, #FFF 46.35%, #F8F8F8 100%, #E7E6ED 100%);
    box-shadow: 1px 0px 4px 0px rgba(0, 0, 0, 0.25);
}

.activity-toggler_bottomLayer__b8TcF {
    width: 100%;
    height: 100%;
    background: rgba(73, 73, 73, 0.30);
    position: absolute;
    z-index: 10;
    top: 0rem;
    left: 0rem;
}

.activity-toggler_modalWrapper__FsZxf {
    position: absolute;
    z-index: 30;
    max-width: 30rem;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.activity-toggler_modal__cDY5E {
    margin: 1.5rem;
    box-sizing: border-box;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 1px 4px 0px rgba(204, 204, 204, 0.25) inset;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
}


.activity-toggler_title__-BtgW {
    color: #FF2525;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 1rem;
}

.activity-toggler_text__yafIn {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: .5rem;
}


.activity-toggler_btnClose__yPCrU {
    background: transparent;
    border: none;
    outline: none;
    width: 1rem;
    height: 1rem;
    margin-left: auto;
    background: url(/static/media/closeBtnPurple.07957c7d6da0985ea8b5.svg) no-repeat;
    background-size: contain;
}

.activity-toggler_link__WQ-Et {
    margin-left: .3rem;
    margin-right: .3rem;
    color: #8267EC;
    font-weight: 600;
    transition: all .3s ease;
}

.activity-toggler_link__WQ-Et:active {
    color: #AB9AEE;
}
.ghost-follows_followersBlock__3mtWF {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 320px;
    max-width: 600px;
    margin: 0 auto;
    background-image: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-top: 13px;
    padding-bottom: 85px;
    margin-bottom: 30px;
}

.ghost-follows_backBtnUsernameBlock__OFu6E {
    position: relative;
    display: flex;
    margin-top: 0;
}

.ghost-follows_goBackUsername__Ep2vy {
    display: flex;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
}

.ghost-follows_goBackBtn__M9g9F {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/static/media/go_back_btn.af1e3a8b19f31baeaed3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
}

.ghost-follows_goBackSubtitle__psGq7 {
    display: flex;
    justify-content: center;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}



.ghost-follows_headWrapper__Uebg2 {
    position: relative;
    min-width: 320px;
    max-width: 600px;
    /* padding: 1rem 1.5rem; */
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    margin: 0 auto;
    padding-bottom: 34px;
}

.ghost-follows_title__g2-YW {
    display: flex;
    color: #FFF;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 0;
    padding: 0rem !important;
    margin-top: 1rem;
    margin-left: 1.8rem;
}

.ghost-follows_title__g2-YW:after {
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: .5rem;
    background: url(/static/media/statsTitleImage.ecd6db092e08db28ce5c.svg) no-repeat;
    background-size: contain;
}

.ghost-follows_undertitle__K8l14 {
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.39px;
    margin-bottom: 1.5rem;
}

.ghost-follows_mainWrapper__lOwWR {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #8267EC 0%, #B9A9FA 100%);
    padding-bottom: 1rem;
    padding-top: 1.5rem;
    max-width: 600px;
}

.ghost-follows_followersBlock__3mtWF {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 30px;
}

.ghost-follows_date__\+lCek {
    display: block;
    color: #000;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
}

.ghost-follows_userpic__joX3K {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.ghost-follows_username__ZvRAm {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-left: 10px;
}

.ghost-follows_time__E3q-i {
    color: #7E7E7E;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.ghost-follows_followerInfo__FPSZ7 {
    display: flex;
    margin-bottom: 10px;
    font-family: "Quicksand", sans-serif;
}

.ghost-follows_additionalInfo__YXXdl {
    display: inline-block;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.ghost-follows_usernameAndTime__drGMC {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.ghost-follows_accountDescription__cRtMd {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.ghost-follows_profilePicUnknown__3J2LA {
    background: #BEB6FF;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.ghost-follows_profilePicUnknown__3J2LA:before {
    content: '';
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    top: 0.5rem;
    width: 40px;
    height: 40px;
    background: url(/static/media/main_unknownProfile.a0a4d4219fbf82c932b8.svg) no-repeat;
    background-size: contain;
}

.ghost-follows_ghosts__z9-7u {
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    padding: 2rem 1rem;
    margin-left: 15px;
    margin-right: 15px;
    /* width: 100%; */
}

.ghost-follows_ghost__VUbhz {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: center;
}

.ghost-follows_text__9gB\+\+ {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
}

.ghost-follows_underTitle__jTR9G {
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    /* margin-bottom: 1rem;
    margin-top: 10px; */
}

.ghost-follows_userInfo__HaRcb {
    display: flex;
    flex-direction: column;
}

.ghost-follows_fullName__ZZ3JQ {
    color: #7E7E7E;
    font-family: Quicksand;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.39px;
    margin-left: 10px;
}


.ghost-follows_accountPicUnknown__cU8GA {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #BEB6FF;
    position: relative;
}

.ghost-follows_accountPicUnknown__cU8GA:before {
    content: '';
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    left: .3rem;
    top: .3rem;
    text-align: center;
    width: 35px;
    height: 35px;
    background: url(/static/media/main_unknownProfile.a0a4d4219fbf82c932b8.svg) no-repeat;
    background-size: contain;
}

.feed-inactive_followersBlock__ENQvo {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 320px;
    max-width: 600px;
    margin: 0 auto;
    background-image: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-top: 13px;
    padding-bottom: 85px;
    margin-bottom: 30px;
}

.feed-inactive_backBtnUsernameBlock__aol4B {
    position: relative;
    display: flex;
    margin-top: 0;
}

.feed-inactive_goBackUsername__h2-ly {
    display: flex;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
}

.feed-inactive_goBackBtn__mLf6U {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/static/media/go_back_btn.af1e3a8b19f31baeaed3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
}

.feed-inactive_goBackSubtitle__kvWTd {
    display: flex;
    justify-content: center;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}



.feed-inactive_headWrapper__dGYcD {
    position: relative;
    min-width: 320px;
    max-width: 600px;
    /* padding: 1rem 1.5rem; */
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    margin: 0 auto;
    padding-bottom: 34px;
}

.feed-inactive_title__9wsVs {
    display: flex;
    color: #FFF;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 0;
    padding: 0rem !important;
    margin-top: 1rem;
    margin-left: 1.8rem;
}

.feed-inactive_title__9wsVs:after {
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: .5rem;
    background: url(/static/media/statsTitleImage.ecd6db092e08db28ce5c.svg) no-repeat;
    background-size: contain;
}

.feed-inactive_undertitle__e1WuN {
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.39px;
    margin-bottom: 1.5rem;
}

.feed-inactive_mainWrapper__jGYWF {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #8267EC 0%, #B9A9FA 100%);
    padding-bottom: 1rem;
    padding-top: 1.5rem;
    max-width: 600px;
}

.feed-inactive_followersBlock__ENQvo {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 30px;
}

.feed-inactive_date__YWsC5 {
    display: block;
    color: #000;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
}

.feed-inactive_userpic__CUqxm {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.feed-inactive_username__3w-X9 {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-left: 10px;
}

.feed-inactive_time__b67QW {
    color: #7E7E7E;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.feed-inactive_followerInfo__npt3A {
    display: flex;
    margin-bottom: 10px;
    font-family: "Quicksand", sans-serif;
}

.feed-inactive_additionalInfo__cvP\+1 {
    display: inline-block;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.feed-inactive_usernameAndTime__038O7 {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.feed-inactive_accountDescription__oYuKg {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.feed-inactive_profilePicUnknown__U-jI3 {
    background: #BEB6FF;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.feed-inactive_profilePicUnknown__U-jI3:before {
    content: '';
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    top: 0.5rem;
    width: 40px;
    height: 40px;
    background: url(/static/media/main_unknownProfile.a0a4d4219fbf82c932b8.svg) no-repeat;
    background-size: contain;
}

.feed-inactive_ghosts__DVwFO {
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    padding: 2rem 1rem;
    margin-left: 15px;
    margin-right: 15px;
    /* width: 100%; */
}

.feed-inactive_ghost__SjQip {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: center;
}

.feed-inactive_text__XoOjc {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
}

.feed-inactive_underTitle__o7jcf {
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    /* margin-bottom: 1rem;
    margin-top: 10px; */
}

.feed-inactive_userInfo__k77II {
    display: flex;
    flex-direction: column;
}

.feed-inactive_fullName__V4u-h {
    color: #7E7E7E;
    font-family: Quicksand;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.39px;
    margin-left: 10px;
}

.feed-inactive_explainText__tFv7p {
    color: #495360;
    text-align: center;
    font-family: Quicksand;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: .5rem;
    margin-top: -.5rem;
}


.feed-inactive_accountPicUnknown__kGAGd {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #BEB6FF;
    position: relative;
}

.feed-inactive_accountPicUnknown__kGAGd:before {
    content: '';
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    left: .3rem;
    top: .3rem;
    text-align: center;
    width: 35px;
    height: 35px;
    background: url(/static/media/main_unknownProfile.a0a4d4219fbf82c932b8.svg) no-repeat;
    background-size: contain;
}

.top_followersBlock__Sisup {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 320px;
    max-width: 600px;
    margin: 0 auto;
    background-image: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-top: 13px;
    padding-bottom: 85px;
    margin-bottom: 30px;
}

.top_backBtnUsernameBlock__g0jHk {
    position: relative;
    display: flex;
    margin-top: 0;
}

.top_goBackUsername__rlTA0 {
    display: flex;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
}

.top_goBackBtn__5DhI9 {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/static/media/go_back_btn.af1e3a8b19f31baeaed3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
}

.top_goBackSubtitle__XAODc {
    display: flex;
    justify-content: center;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}



.top_headWrapper__mno8f {
    position: relative;
    min-width: 320px;
    max-width: 600px;
    /* padding: 1rem 1.5rem; */
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    margin: 0 auto;
    padding-bottom: 34px;
}

.top_title__k-u2U {
    display: flex;
    color: #FFF;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 0;
    padding: 0rem !important;
    margin-top: 1rem;
    margin-left: 1.8rem;
}

.top_title__k-u2U:after {
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: .5rem;
    background: url(/static/media/statsTitleImage.ecd6db092e08db28ce5c.svg) no-repeat;
    background-size: contain;
}

.top_undertitle__F9dR0 {
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.39px;
    margin-bottom: 1.5rem;
}

.top_mainWrapper__F3tMp {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #8267EC 0%, #B9A9FA 100%);
    /* padding-bottom: 1rem;
    padding-top: 1.5rem; */
    max-width: 600px;
}

.top_followersBlock__Sisup {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 30px;
}

.top_date__wDcnF {
    display: block;
    color: #000;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
}

.top_userpic__PJv8p {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.top_username__w5WkH {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-left: 10px;
}

.top_time__36PQ3 {
    color: #7E7E7E;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.top_followerInfo__Q1aln {
    display: flex;
    margin-bottom: 10px;
    font-family: "Quicksand", sans-serif;
}

.top_additionalInfo__wk3ci {
    display: inline-block;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.top_usernameAndTime__Zuorg {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.top_accountDescription__bbmPu {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.top_profilePicUnknown__LBg3H {
    background: #BEB6FF;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.top_profilePicUnknown__LBg3H:before {
    content: '';
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    top: 0.5rem;
    width: 40px;
    height: 40px;
    background: url(/static/media/main_unknownProfile.a0a4d4219fbf82c932b8.svg) no-repeat;
    background-size: contain;
}

.top_ghosts__6qFSV {
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    padding: 2rem 1rem;
    margin-left: 15px;
    margin-right: 15px;
    /* width: 100%; */
}

.top_ghost__0BVhW {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
}

.top_text__Rijqu {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
}

.top_underTitle__gZg80 {
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    margin: 0rem;
    margin-top: 20px;
}

.top_fullName__u-TIK {
    color: #7E7E7E;
    font-family: Quicksand;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.39px;
    margin-left: 10px;
}

.top_countBox__l24nW {
    margin-left: auto;
    display: flex;
    /* align-items: center; */
    margin-bottom: auto;
    margin-top: 5px;
}

.top_countIcon__KO00T {
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 5px;
    background: url(/static/media/pinkHeart.c856fdd579162ef64831.svg) no-repeat;
    background-size: contain;
}

.top_count__04--k {
    color: #2A3037;
    text-align: right;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.51px;
}

.top_ghostLink__azXze{
    display: flex;
}

.top_ghostInfo__5Z5Ch {
    display: flex;
    flex-direction: column;
}

.top_trackingText__9cCg0 {
    display: block;
    color: #2A3037;
    font-family: Quicksand;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    text-align: center;
    /* margin-top: 1rem; */
    margin-bottom: 1rem;
}

.top_trackingError__jhug- {
    display: block;
    color: #FF2525;
    font-family: Quicksand;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    text-align: center;
    /* margin-top: 1rem; */
    margin-bottom: 1rem;
}

.top_trackingBtn__2txBM {
    display: flex;
    padding: 13px 20px;
    border-radius: 15px;
    outline: none;
    border: none;
    background: transparent;
    background: linear-gradient(180deg, #8970ED 0%, #9878EC 100%);
    transition: all .3s ease;
    margin: -.5rem auto 1rem auto;
}

.top_trackingBtn__2txBM:focus {
    outline: none;
}

.top_trackingBtn__2txBM:active {
    background: #6B64AB;
}

.top_trackingBtn__2txBM span {
    margin: auto;
    color: #FFF;
    text-align: center;
    font-family: Quicksand;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.top_labelButtonLink__WMr5J {
    display: flex;
    align-items: center;
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    border-radius: 15px;
    border: 1px solid #DDD;
    background: linear-gradient(180deg, #F2EDFF 0%, #FAF8FF 50.5%, #D6D1FF 99%);
    box-shadow: 2px 2px 5px 1px rgba(97, 97, 97, 0.10);
    padding: 1rem;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: .5rem;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    max-width: 300px;
    margin-top: 1rem;
    margin-bottom: -.5rem;
}

.top_leaderboardIcon__DuPJC {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(/static/media/leaderboardIcon.3cb399e91285d447dd03.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 8px;
}

.top_statsBlockTitle__tGqHF {
    margin: 0;
    display: flex;
    align-items: center;
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.top_downloadIcon__nmvwj {
    display: inline-block;
    width: 21px;
    height: 17px;
    background-image: url(/static/media/downloadIcon.d4eacfdf3126ea96cd78.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: 6px;
}

.top_loadingStoryIcon__J72G1 {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(/static/media/spinner_violet.9044cee0326cfae73d9c.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: 6px;
    animation: top_rotating__OZzLC 1s linear infinite;
}

@keyframes top_rotating__OZzLC {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}
.top_accountPicUnknown__g61Oc {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    background: #BEB6FF;
    position: relative;
}

.top_accountPicUnknown__g61Oc:before {
    content: '';
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    position: absolute;
    left: .3rem;
    top: .3rem;
    text-align: center;
    width: 35px;
    height: 35px;
    background: url(/static/media/main_unknownProfile.a0a4d4219fbf82c932b8.svg) no-repeat;
    background-size: contain;
}

.searchbar-top_searchBarContainer__4uDF2 {
    position: relative;
    display: flex;
    align-items: center;
    min-width: 194px;
    max-width: 288px;
    border-radius: 10px;
    border: 1px solid #CCC;
    background: #FFF;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15) inset;
    padding: 10px 15px;
    margin: 0 auto;
    top: 10px;
    margin-left: auto;
    margin-right: auto;
}

.searchbar-top_searchBarInput__JzdER {
    border: none;
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    width: 100%;
}

.searchbar-top_searchBarInput__JzdER:focus {
    outline: none;
}


.searchbar-top_searchIcon__EXq6s {
    display: inline-block;
    width: 15px;
    height: 17px;
    background-image: url(/static/media/lens.20c7f3e158e6b8b4c871.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 15px;
}

.searchbar-top_searchArrowIcon__lZgv6 {
    display: inline-block;
    width: 16px;
    height: 11px;
    background-image: url(/static/media/searchArrow.c1f10e847cba7bbd79aa.svg);
    background-repeat: no-repeat;
    background-size: contain;
}

.searchbar-top_searchBarSubmitBtn__1oJr7 {
    background: none;
    width: auto;
    border: none;
    background-size: auto;
}
.top_followersBlock__X3Jlr {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    min-width: 320px;
    max-width: 600px;
    margin: 0 auto;
    background-image: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    padding-top: 13px;
    padding-bottom: 85px;
    margin-bottom: 30px;
}

.top_backBtnUsernameBlock__XTgXP {
    position: relative;
    display: flex;
    margin-top: 0;
}

.top_goBackUsername__-BAqL {
    display: flex;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 17px;
    font-weight: 700;
    text-align: center;
    margin: 0 auto;
}

.top_goBackBtn__txhg8 {
    display: block;
    width: 30px;
    height: 30px;
    background-image: url(/static/media/go_back_btn.af1e3a8b19f31baeaed3.svg);
    background-repeat: no-repeat;
    background-size: contain;
    margin-left: 15px;
}

.top_goBackSubtitle__0rCQc {
    display: flex;
    justify-content: center;
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    margin: 0 auto;
    margin-top: 15px;
}



.top_headWrapper__LUrVT {
    position: relative;
    min-width: 320px;
    max-width: 600px;
    /* padding: 1rem 1.5rem; */
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    margin: 0 auto;
    padding-bottom: 34px;
}

.top_title__yoPpx {
    display: flex;
    color: #FFF;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: 0;
    padding: 0rem !important;
    margin-top: 1rem;
    margin-left: 1.8rem;
}

.top_title__yoPpx:after {
    content: '';
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    margin-left: .5rem;
    background: url(/static/media/statsTitleImage.ecd6db092e08db28ce5c.svg) no-repeat;
    background-size: contain;
}

.top_underTitle__HnsCX {
    color: #FFF;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.39px;
    margin-bottom: 0rem;
    margin-top: 0rem;
}

.top_mainWrapper__P7Cb0 {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 1.5rem;
    border-radius: 1.5rem;
    background: linear-gradient(180deg, #8267EC 0%, #B9A9FA 100%);
    padding-bottom: 1rem;
    padding-top: 1.5rem;
    max-width: 600px;
}

.top_followersBlock__X3Jlr {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 30px;
}

.top_date__Z7MoS {
    display: block;
    color: #000;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-bottom: 15px;
}

.top_userpic__R\+Ag7 {
    display: block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.top_username__u63r9 {
    color: #2A3037;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    margin-left: 10px;
}

.top_time__DMcNO {
    color: #7E7E7E;
    font-family: "Quicksand", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.top_followerInfo__B0aBH {
    display: flex;
    margin-bottom: 10px;
    font-family: "Quicksand", sans-serif;
}

.top_additionalInfo__-m-Z2 {
    display: inline-block;
    font-family: "Quicksand", sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
}

.top_usernameAndTime__902Ho {
    display: flex;
    flex-direction: column;
    margin-left: 10px;
}

.top_accountDescription__fQiCv {
    font-family: "Raleway", sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
}

.top_profilePicUnknown__Dwlj\+ {
    background: #BEB6FF;
    position: relative;
    width: 45px;
    height: 45px;
    border-radius: 50%;
}

.top_profilePicUnknown__Dwlj\+:before {
    content: '';
    position: absolute;
    left: 0.5rem;
    right: 0.5rem;
    top: 0.5rem;
    width: 40px;
    height: 40px;
    background: url(/static/media/main_unknownProfile.a0a4d4219fbf82c932b8.svg) no-repeat;
    background-size: contain;
}

.top_ghosts__jPD\+j {
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    padding: 2rem 1rem;
    margin-left: 15px;
    margin-right: 15px;
    /* width: 100%; */
}

.top_ghost__ocTMS {
    display: flex;
    width: 100%;
    margin-bottom: 1rem;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    margin-bottom: 1.5rem;
}

.top_userBlock__YwLl9 {
    display: flex;
    justify-content: space-between;
    width: 100%;
    box-sizing: border-box;
}

.top_userInfo__hlvFz {
    display: flex;
    flex-direction: column;
}
.top_text__A2mTK {
    font-family: "Quicksand", sans-serif;
    font-size: 16px;
    text-align: center;
    font-style: normal;
    font-weight: 400;
}

.top_underTitle__HnsCX {
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    text-align: center;
    font-style: normal;
    font-weight: 600;
    color: #fff;
    /* margin-bottom: 1rem;
    margin-top: 10px; */
}

.top_fullName__xbZ77 {
    color: #7E7E7E;
    font-family: Quicksand;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.39px;
    margin-left: 10px;
}

.top_countBox__sBP4Z {
    margin-left: auto;
    display: flex;
    margin-bottom: auto;
    margin-top: 5px;
}

.top_countIcon__e20\+B {
    width: 19px;
    height: 19px;
    display: block;
    margin-right: 5px;
    background: url(/static/media/blueComment.0692c4c76c8edab39e37.svg) no-repeat;
    background-size: contain;
}

.top_count__ZCwC1 {
    color: #2A3037;
    text-align: right;
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 15px;
    letter-spacing: 0.51px;
}

.top_user__DfNGm {
    display: flex;
    /* align-items: center; */
}

.top_unique__T6Cdz {
    display: flex;
    width: 100%;
    margin-left: 55px;
    color: #2A3037;
    font-family: Quicksand;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    /* margin-top: 5px; */
}

.top_uniqueIcon__4QA5U {
    width: 18px;
    height: 18px;
    display: block;
    margin-right: 5px;
    background: url(/static/media/commentedPost.4daf3881e7987251ab30.svg) no-repeat;
    background-size: contain;
}


.top_trackingText__WIPAU {
    display: block;
    color: #2A3037;
    font-family: Quicksand;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    text-align: center;
    /* margin-top: 1rem; */
    margin-bottom: 1rem;
}

.top_trackingError__JrPHw {
    display: block;
    color: #FF2525;
    font-family: Quicksand;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    text-align: center;
    /* margin-top: 1rem; */
    margin-bottom: 1rem;
}

.top_trackingBtn__vTZ-x {
    display: flex;
    padding: 13px 20px;
    border-radius: 15px;
    outline: none;
    border: none;
    background: transparent;
    background: linear-gradient(180deg, #8970ED 0%, #9878EC 100%);
    transition: all .3s ease;
    margin: -.5rem auto 1rem auto;
}

.top_trackingBtn__vTZ-x:focus {
    outline: none;
}

.top_trackingBtn__vTZ-x:active {
    background: #6B64AB;
}

.top_trackingBtn__vTZ-x span {
    margin: auto;
    color: #FFF;
    text-align: center;
    font-family: Quicksand;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.top_labelButtonLink__Uq32H {
    display: flex;
    align-items: center;
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    border-radius: 15px;
    border: 1px solid #DDD;
    background: linear-gradient(180deg, #F2EDFF 0%, #FAF8FF 50.5%, #D6D1FF 99%);
    box-shadow: 2px 2px 5px 1px rgba(97, 97, 97, 0.10);
    padding: 1rem;
    width: 100%;
    box-sizing: border-box;
    margin-bottom: .5rem;
    margin-right: auto;
    margin-left: auto;
    box-sizing: border-box;
    max-width: 300px;
    margin-top: 1rem;
    margin-bottom: -.5rem;
}

.top_leaderboardIcon__KeN6t {
    display: inline-block;
    width: 23px;
    height: 23px;
    background-image: url(/static/media/leaderboardIcon.3cb399e91285d447dd03.svg);
    background-repeat: no-repeat;
    background-size: cover;
    margin-right: 8px;
}

.top_statsBlockTitle__rHom9 {
    margin: 0;
    display: flex;
    align-items: center;
    color: #2A3037;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
}

.top_downloadIcon__j8TgH {
    display: inline-block;
    width: 21px;
    height: 17px;
    background-image: url(/static/media/downloadIcon.d4eacfdf3126ea96cd78.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: 6px;
}

.top_loadingStoryIcon__WRQia {
    display: inline-block;
    width: 17px;
    height: 17px;
    background-image: url(/static/media/spinner_violet.9044cee0326cfae73d9c.svg);
    background-size: contain;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: 6px;
    animation: top_rotating__E6FWa 1s linear infinite;
}

@keyframes top_rotating__E6FWa {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

.filter_container__DzGFe {
    margin-bottom: 20px;
    margin-left: auto;
}

.filter_label__tZ7CY {
    display: flex;
    color: #2A3037;
    text-align: left;
    font-family: Quicksand;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    align-items: center;
    justify-content: flex-end;
}

.filter_icon__4ocL1 {
    display: block;
    margin-right: 5px;
    height: 16px;
    width: 18px;
    background: url(/static/media/filter.44e220be64e875d43cbb.svg) no-repeat;
    background-size: contain;
}

.filter_select__gHiOo {
    display: flex;
    outline: none;
    color: #2A3037;
    text-align: right;
    font-family: Quicksand;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    border: none;
    margin-left: auto;
    margin-top: 10px;
}

.filter_select__gHiOo:focus {
    outline: none;
}

.filter_option__VnxEO {

}



.notifications_headWrapper__2Q1Pc {
    position: relative;
    min-width: 320px;
    max-width: 600px;
    /* padding: 1rem 1.5rem; */
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    background: linear-gradient(180deg, #8267EC 0%, #AB9AEE 100%);
    margin: 0 auto;
    padding-bottom: 34px;
}


.notifications_undertitle__I9rlD {
    color: #FFF;
    text-align: left;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-left: 25px;
}

.notifications_mainWrapper__EP6p- {
    position:  absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 10px;
border: 0.5px solid #AFAFAF;
background: #FFF;
box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
padding: 20px;
left: 0;
right: 0;
margin-left: 15px;
margin-right: 15px;
}

.notifications_text__VsN3O {
color: #2A3037;
font-family: "Quicksand", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 400;
line-height: normal;
letter-spacing: 0.45px;
margin-bottom: 15px;
}

.notifications_methodContainer__3yfrO {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notifications_methodNameandIcon__KKeSW {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
}

.notifications_telegramIcon__PDCuI {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/static/media/telegram_method.ca5c4932fe14a7d3a955.svg);
    background-size: contain;
    margin-right: 5px;
}

.notifications_emailIcon__U10f1 {
    display: inline-block;
    width: 32px;
    height: 32px;
    background: url(/static/media/email_method.0c28ea757558a2e64022.svg);
    background-size: contain;
    margin-right: 5px;
}
.notifications_methodName__zl\+CI {
    color: #2A3037;
text-align: center;
font-family: "Quicksand", sans-serif;
font-size: 15px;
font-style: normal;
font-weight: 600;
line-height: normal;
letter-spacing: 0.45px;
/* margin-bottom: 15px; */
}

.notifications_select__28\+D2 {
    color: #2A3037;
    font-size: 15px;
    font-weight: 600;
    font-family: "Quicksand", sans-serif;
border-radius: 10px;
border: 1px solid #D9D9D9;
background: #FFF;
padding: 10px;

appearance: none;  /* For removing default arrow in most browsers */
-webkit-appearance: none; /* For Safari */
-moz-appearance: none; /* For Firefox */
padding-right: 30px; /* Space for the custom arrow */
background-image: url(/static/media/blk_arrow_down.fd6221811e86a8261b16.svg); /* Custom arrow */
background-position: right 10px center;
background-repeat: no-repeat;
background-size: 11px 6px; /* Adjust size of your arrow */
}

.notifications_reportsText__\+rPgN {
    margin-bottom: 5px;
    margin-top: 10px;
}

.notifications_confirmBtn__NzOBF {
    display: flex;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 5px;
    padding-bottom: 5px;
    width: 147px;
    border-radius: 15px;
  margin-right: 0;
  margin-left: 5px;
    background: linear-gradient(180deg, #8970ED 0%, #9878EC 100%);
    border: none;
    text-decoration: none;
}

.notifications_successMessage__Hmdu7{
    margin-top: 10px;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    color: #00C714;
    text-align: center;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

  
  .notifications_successMessageShow__eFnso {
    opacity: 1;
    transform: translateY(0);
  }


/* Toggler */

.notifications_togglerWrapper__03i0T {
    display: flex;
    padding: 3px;
    width: 35px;
    height: 20px;
    border-radius: 25px;
    background: #d9d9d9;
    transition: background 0.3s ease;
  }
  
  .notifications_togglerWrapperActive__8qfSk {
    background: #00c714;
  }
  
  .notifications_togglerInactive__qoc6V,
  .notifications_togglerActive__i1Mkh {
    border-radius: 50%;
    width: 19px;
    height: 19px;
    background: #fffcfc;
    transition: margin 0.3s ease;
  }
  
  .notifications_togglerActive__i1Mkh {
    margin-left: auto;
  }


  /* POP UP */

  .notifications_popUp__j\+16m {
    position: absolute;
    top: -13px;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
}


.notifications_title__oS\+rO {
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 0.45px;
    margin-bottom: .5rem !important;
    padding: 0rem !important;
}

.notifications_sectionWrapper__Vj4y3 {
    position: relative;
    border-radius: 10px;
    border: 0.5px solid #AFAFAF;
    background: #FFF;
    box-shadow: 1px 0px 3px 0px rgba(188, 188, 188, 0.15);
    padding: 15px 10px 20px 15px;
    max-width: 475px;
  
}


.notifications_header__N24w1 {
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    color: #2A3037;
    margin: 0;
    margin-bottom: 10px;
}


.notifications_upgradeBtn__99R8x {
    display: flex;
    justify-content: center;
    color: #FFF;
    text-align: center;
    font-family: "Quicksand", sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    padding-top: 13px;
    padding-bottom: 13px;
    width: 147px;
    border-radius: 15px;
    margin: 15px auto;
    margin-bottom: 0;
    background: linear-gradient(180deg, #8970ED 0%, #9878EC 100%);
    border: none;
    text-decoration: none;
}

.notifications_upgradeBtn__99R8x:hover {
    background: linear-gradient(96deg, #6C4FDF 3.54%, #8169E0 46.73%, #6C4FDF 94.68%);
}

.notifications_upgradeBtn__99R8x:active {
    background: linear-gradient(96deg, #6C4FDF 3.54%, #8169E0 46.73%, #6C4FDF 94.68%);
    box-shadow: 0px 1px 4px 0px rgba(29, 29, 29, 0.30) inset;
}

.notifications_popUpHeader__FfcXl {
    display: flex;
    justify-content: space-between;
}

.notifications_closeBtn__yhyh- {
    display: inline-block;
    width: 15px;
    height: 15px;
    background: url(/static/media/closeBtn.bfb63b88ddd8832fa0d7.svg) no-repeat;
    background-size: contain;
}

html,
body {
    height: 100%;
}

.main-style_main__ICC48 {
    display: flex;
    flex-direction: column;
    height: 100%;
    /* new */
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}


/*# sourceMappingURL=main.97bd1f3fd289bfc7659b.css.map*/