.block {overflow: hidden;}

.MuiDrawer-modal {
    display: none;
    position: fixed;
    z-index: 1300;
    inset: 0px;

    &.show {
        display: block;
    }

    .MuiBackdrop-root {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        display: flex;
        z-index: -1;
        position: fixed;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.5);
        -webkit-tap-highlight-color: transparent;
    }

    .MuiDrawer-paper {
        width: 88%;
        max-width: 350px;
        top: 0;
        flex: 1 0 auto;
        height: 100%;
        display: flex;
        outline: 0;
        z-index: 1200;
        position: fixed;
        overflow-y: auto;
        flex-direction: column;
        -webkit-overflow-scrolling: touch;

        &.MuiDrawer-paperAnchorLeft {
            left: 0;
            right: auto;
        }

        .styled__MobileMenu-sc-1u4i3kj-45 {
            display: flex;
            flex-direction: column;
            padding: 40px 44px 40px 22px;

            .styled__SignBtnsCont-sc-1u4i3kj-9 {
                column-gap: 10px;
                -webkit-box-pack: center;
                justify-content: center;
                padding: 0px 0px 19px 22px;

                .jONhMF {
                    cursor: pointer;
                    font-size: 16px;
                    line-height: normal;
                    letter-spacing: 0px;
                    transition: 0.15s ease-in-out;
                    padding: 13px 22px;
                    position: relative;
                    border-radius: 40px;
                }
            }

            .divider {
                border-bottom: 1px solid rgb(54, 54, 80);
                margin: 15px 0px 15px 22px;
            }

            .links {
                display: flex;
                flex-direction: column;

                a.jONhMF {
                    cursor: pointer;
                    font-size: 16px;
                    line-height: normal;
                    letter-spacing: 0px;
                    color: rgb(156, 158, 204);
                    transition: 0.15s ease-in-out;
                    padding: 13px 22px;
                    position: relative;
                    background-color: transparent;
                    border-radius: 6px;
                }

                a.eRzWbh {
                    cursor: pointer;
                    line-height: normal;
                    letter-spacing: 0px;
                    transition: 0.15s ease-in-out;
                    padding: 13px 22px;
                    position: relative;
                    background-color: transparent;
                    border-radius: 6px;
                    font-size: 14px;
                    color: rgb(98, 100, 126);
                }

                a.jecwRk {
                    cursor: pointer;
                    font-size: 16px;
                    line-height: normal;
                    letter-spacing: 0px;
                    color: rgb(101, 130, 253);
                    transition: 0.15s ease-in-out;
                    padding: 13px 22px;
                    position: relative;
                    background-color: rgba(101, 130, 253, 0.075);
                    border-radius: 6px;
                }

                a.htJCOA {
                    cursor: pointer;
                    line-height: normal;
                    letter-spacing: 0px;
                    transition: 0.15s ease-in-out;
                    padding: 13px 22px;
                    position: relative;
                    background-color: rgba(101, 130, 253, 0.075);
                    border-radius: 6px;
                    font-size: 14px;
                    color: rgb(98, 100, 126);
                }
            }
        }
    }
    
}