.ant-layout-sider {
    width: 0;
    overflow: hidden;
    position: fixed;
}

.ant-layout-sider.show {
    background: var(--main-background-color);
    color: var(--main-text-color);
    overflow: auto;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 10;
    flex: 0 0 250px;
    max-width: 250px;
    min-width: 250px;
    width: 250px;
}

.overlay_menu {
    display: none;
}

.YoutubeEmbeded_root__3mhbb iframe {
    display: block !important;
}

.overlay_menu.show {
    display: block;
    position: fixed;
    inset: 0px;
    background: rgba(0, 0, 0, 0.4);
    z-index: 9;
}

.ant-layout {
    transition: all 0.2 linear;
}
.boxLogo {
    border-right: 1px solid #E1E2E2 ;
    /* padding: 0 30px 0 10px; */
    max-width: 184px;
    min-width: 184px;
}

.boxLogo .logo-text {
    margin-right: 20px;
    font-weight: 1000;
    font-size: 21px;
}
.boxMenu {
    display: flex;
    align-items: center;
}
.boxMenu .textMenu {
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin-left: 10px;
    color: var(--main-text-color);
}

.btnConnect {
    background: #ffffff;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    gap: 8px;
    border: 2px solid #555555;
    border-radius: 4px;
    font-weight: 700;
    font-size: 12px;
    line-height: 24px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #202025;
    margin: 0 20px;
}

.container_home {
    margin-left: -20px;
    margin-right: -20px;
    margin-top: 5vw;
}

.container_hero {
    display: flex;
    justify-content: space-between;
    background-color: #fff;
    margin: 2em 0 0 0;
    padding: 3em 1.5em;
    min-height: 300px;
}
.container_hero .heroLeft {
    width: 50%;
    position: relative;
}
.container_hero .heroRight {
    width: 50%;
    position: relative;
}
.heroLeft .heroLeft_title {
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    letter-spacing: -0.02em;
    color: #202025;
    width: 80%;
}
.heroLeft .heroLeft_btn {
    position: absolute;
    right: 15%;
    bottom: 0;
}
.arrowBlue {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #0AEDFF;
    border-radius: 48px;
}
.arrowBlue img {
    padding: 10px 20px;
    width: 140px;
    height: 50px;
}
.heroRight_btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #010101;
    position: absolute;
    left: 0;
    bottom: 8%;
    display: flex;
    align-items: center;
}
.heroRight_btn .button_discovery {
    margin-right: 10px;
}
.heroRight_btn img {
    width: 20px;
}
.heroRight .custom-subtitle {
    font-weight: 400;
    font-size: 16px !important;
    line-height: 26px;
    letter-spacing: -0.02em;
    color: #686A6C;
    text-align: left !important;
    margin: 0 !important;
    max-width: 80% !important;
}

.container_section {
    display: flex;
    justify-content: space-between;
    background-color: #0AEDFF;
    padding: 0;
}
.sectionLeft {
    width: 50%;
    position: relative;
}
.sectionLeft img {
    width: 100%;
    height: 100%;
}
.box_sidebar {
    display: flex;
    justify-content: left;
    height: 5px;
    width: 85%;
    position: absolute;
    bottom: 3%;
    left: 7%;
    right: 7%;
    z-index: 1;
    background-color: #F7FBFA80;
    border-radius: 10px;
    border: 1px solid #F7FBFA80;
}
.sectionLeft .section_sidebar {
    border-radius: 10px;
    background-color: #0AEDFF;
    width: 30%;
}
.sectionRight {
    width: 50%;
    padding: 3em 2em;
}
.sectionRight .stats {
    background: var(--main-background-color);
    box-shadow: 0px 16px 40px -8px #0000001F;
    border-radius: 12px;
    padding: 12px;
    width: 100%;
    max-width: 100%;
}
.sectionRight .stat {
    width: 50%;
    padding: 0;
    margin: 0;
}
.sectionRight .stat-box {
    background-color: unset;
    box-shadow: none;
    padding: 0;
}
.sectionRight .stat:nth-child(1),
.sectionRight .stat:nth-child(2) {
    margin-bottom: 20px;
}

.sectionRight .heading {
    color: #555555;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 0;
}
.sectionRight .content_stat {
    display: flex;
    align-items: center;
    margin-top: 2px;
}
.sectionRight .content_stat img {
   width: 14px;
   height: 14px;
   margin-right: 10px;
}
.sectionRight .content_stat .content_value {
    font-size: 24px;
    font-weight: 800;
 }
 .sectionRight .sectionRight_title {
    margin: 1em 0;
    font-weight: 800;
    font-size: 48px;
    text-align: left;
    width: 60%;
    color: #202025;
    line-height: 1.3;
 }
 .sectionRight .custom-hero-buttons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
 }
 .sectionRight .btn_create {
    padding: 20px 32px;
    background: #202025;
    color: #FFF;
    border-radius: 4px;
    width: 48%;
    max-width: unset;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
 }
 .sectionRight .btn_learn {
    font-size: 12px;
    font-weight: 700;
    padding: 20px 32px;
    border-radius: 4px;
    color: #202025;
    background-color: unset;
    border: 2px solid #202025;
    width: 48%;
    max-width: unset;
    text-transform: uppercase;
 }
.custom-title {
    font-weight: 800;
}
.custom-features-section p.custom-subtitle {
    font-size: 15px;
    font-weight: 400;
    color: #686A6C;
}
.container_trending {
    position: relative;
}
.container_trending .Trending_title__3t1fM {
    background-color: #1966F7;
    padding-left: 20px;
    width: 25%;
    position: absolute;
    left: 0;
    min-height: 52px;
}
.container_trending .Trending_title__3t1fM span {
    padding: 0 10px;
    color: #F7FBFA;
    font-size: 16px;
    font-weight: 700;
    text-transform:capitalize;
}
.container_trending .Trending_items__2B7P8 {
    background-color: #fff;
    width: 80%;
    position: absolute;
    right: 0;
    border-radius: 50px 0 0 50px;
    min-height: 52px;
    display: flex;
    overflow-y: auto;
    align-items: center;
    padding-left: 20px;
}
.container_trending .Trending_items__2B7P8::-webkit-scrollbar {
    height: 0px; 
}
.container_trending .Trending_trendingItem__235g3 {
    background-color: #F7FBFA;
    padding: 10px;
    border-radius: 20px;
    cursor: pointer;
    margin-right: 10px;
    min-width: 90px;
}
.container_trending .Trending_trendingItem__235g3 img {
    width: 82px;
    height: 20px;
}

.section-projects {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
}
.projectsTop {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.projectsTL {
    flex: 1;
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    padding: 3.5em 2em;
}
.projectsTL .projectsTL_content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}
.projectsTL .projectsTL_content div img {
    width: 20px;
    height: 20px;
}
.projectsTL .projectsTL_content div {
    cursor: pointer;
    box-shadow: 0px 20px 16px -6px #00000026;
    display: flex;
    align-items: center;
    padding: 20px;
    border-radius: 50%;
    background: linear-gradient(0deg, #F7FBFA, #F7FBFA),linear-gradient(0deg, #F1F4F4, #F1F4F4);
}
.projectsTL div h3 {
    width: 70%;
    text-align: left !important;
}
.projectsTR {
    width: 50%;
    background: #F1F4F4;
}
.section-projects {
    margin: 3.3em 0 0 0;
}
.projectsTR .project {
    width: 50%;
    display: inline-block;
    min-height: 300px;
    max-height: 300px;
    border-width: 1px;
    border-style: solid;
    border-color: #E1E2E2;
}
.projectsTR .project:hover {
    background-color: #F7FBFA;
    cursor: pointer;
}
.projectsTR .project .project-box {
    max-width: unset;
    padding: 20px;
    border-radius: 0;
    box-shadow: unset;
    background-color: unset;
}
.projectsTR .btn_explore {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 30px 0 50px 0;
}
.projectsTR .btn_explore a {
    color: #FFF;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 18px 32px;
    background: #202025;
    border-radius: 4px;
    width: 90%;
    max-width: unset;
    text-align: center;
}
.project-box h3 {
    font-size: 22px;
    margin: 0.5em 0;
    font-weight: 700;
}
.project-box p {
    margin-bottom: 0;
}
.projectsTR .iconsolana {
    display: flex;
    justify-content: flex-end;
    width: 100%;
}
.projectsTR .logo_content {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 50%;
}
.section-projects .projects {
    max-width: 100%;
    width: 100%;
}
.projectsBottom {
    display: flex;
}
.projectsBottom .projectsBL {
    width: 50%;
}
.projectsBottom .projectsBR {
    width: 50%;
}
.projectsBottom .project_background {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.projectsBottom .project_background .background {
    background: radial-gradient(circle, #010101, #000293); 
    padding: 5px;
}
.projectsBottom .project_background .box_hidden {
    background-color: #4b4b4b62;
    width: 100%;
    height: 100%;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
}
.projectsBottom .project_background .project_popup {
    position: absolute;
    padding: 1.5em 2.5em;
    background: #1966F7;
    border-radius: 12px;
    box-shadow: 0px 0px 12px 0px #0851A670;
    color: #FFF;
    border: 5px solid #1e78e3;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}
.projectsBottom .project_popup p {
    color: #fff;
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 0;
    text-transform: capitalize;
}
.projectsBottom .project_popup h3 {
    color: #fff;
    font-size: 32px;
    font-weight: 900;
    margin-bottom: 0;
    margin: 5px 0;
}
.projectsBottom .project_transfer {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.projectsBottom .project_transfer .left, .projectsBottom .project_transfer .right {
    width: 50%;
    padding: 10px;
}
.projectsBottom .project_transfer .left p, .projectsBottom .project_transfer .right p {
    font-size: 12px;
}
.projectsBottom .project_transfer .left h3, .projectsBottom .project_transfer .right h3 {
    font-weight: 800;
}
.projectsBottom .project_transfer .left .boxLink, .projectsBottom .project_transfer .right .boxLink {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
.projectsBottom .project_transfer .left .boxLink div, .projectsBottom .project_transfer .right .boxLink div {
    background: #1966F7;
    cursor: pointer;
    border: 3px solid #a6c6ec;
    border-radius: 10px;
    padding: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.projectsBottom .project_transfer .left p, .projectsBottom .project_transfer .right p {
    color: #787F84;
    font-family: 400;
}
.projectsBottom .project_transfer .left .boxLink div:hover, .projectsBottom .project_transfer .right .boxLink div:hover {
    opacity: 0.8;
}
.projectsBottom .project_transfer .right {
    background: #000;
}
.projectsBottom .project_transfer .right h3 {
    color: #fff;
}
.projectsBottom .projectsBR {
    padding: 3.5em 2.5em 2.5em 2.5em;
}
.projectsBottom .projectsBR p {
    font-size: 12px;
    color: #f5f5f5;
    font-weight: 400;
}
.projectsBottom .box_title {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.projectsBottom .projectsBR .box_btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.projectsBottom .projectsBR .box_img {
    padding: 5em 0 0 0;
}
.projectsBottom .projectsBR .btn_stated {
    padding: 14px 32px;
    background: #202025;
    color: #FFF;
    border-radius: 4px;
    width: 48%;
    max-width: unset;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.projectsBottom .projectsBR .btn_join {
    font-size: 12px;
    font-weight: 700;
    padding: 10px 32px;
    border-radius: 4px;
    color: #202025;
    background-color: unset;
    border: 2px solid #202025;
    width: 48%;
    max-width: unset;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.projectsBottom .projectsBR .btn_join span {
    margin-right: 10px;
}
.projectsBottom .box_title h3 {
    font-weight: 900;
    font-size: 2.5em;
    color: #000;
    width: 50%;
}
.projectsBottom .box_title img {
    /* width: 40%; */
    max-width: 100px;
    max-height: 100px;
}
.container_disclaimer {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.disclaimer {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 60%;
    margin-bottom: 20px;
}
.disclaimer h3 {
    font-weight: 900;
    font-size: 5em;
    color: #000;
}
.disclaimer p {
    font-weight: 400;
    font-size: 14px;
    color: #686A6C;
    text-align: center;
}
.disclaimer .box_btn {
    min-width: 250px;
}
.disclaimer .box_btn .btn_learn {
    font-size: 12px;
    font-weight: 700;
    padding: 10px 32px;
    border-radius: 4px;
    color: #202025;
    background-color: unset;
    border: 2px solid #202025;
    width: 100%;
    max-width: unset;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
}
.disclaimer .box_btn span {
    margin-right: 10px;
}

.custom_footer {
    margin-left: -20px;
    margin-right: -20px;
    background-color: #fff !important;
}
.custom_footer .footer_content {
    display: flex;
    /* min-height: 350px; */
    width: 100%;
    border-width: 1px 0 1px 0;
    border-style: solid;
    border-color: #E1E2E2;
}
.custom_footer .left {
    width: 25%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 3em;
    border-width: 0 2px 0 0;
    border-color: #f1f1f157;
    border-style: solid;
}
.custom_footer .left p {
    font-size: 12px;
    font-weight: 600;
    color: #131313;
    margin-top: 10px;
}
.custom_footer .right {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    width: 75%;
}
.custom_footer .right .box_content {
    padding: 4em 2em 2em 2em;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: calc(100% / 3);
    border-width: 0 2px 0 0;
    border-color: #f1f1f157;
    border-style: solid;
}
.custom_footer .right .box_content:last-child {
   border: unset;
}
.custom_footer .right .box_content h3 {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 20px;
}
.custom_footer .right .box_content .content {
    display: flex;
    flex-direction: column;
    color: #686A6C;
    font-size: 11px;
    font-weight: 500;
}
.custom_footer .right .box_content .content div {
    width: 100%;
    margin: 5px 0;
}
.custom_footer .footer_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 10%;
    color: #686A6C;
    font-size: 11px;
    font-weight: 500;
}
@media all and (max-width: 1250px) {
    .projectsBottom .projectsBR .btn_join {
        padding: 10px 1vw;
    }
}
@media all and (max-width: 1110px) {
    .heroLeft .heroLeft_btn {
        right: 5%;
    }
    .sectionRight .sectionRight_title {
        font-size: 3vw;
    }
    .projectsBottom .projectsBR .btn_join span {
        margin: 0;
    }
}
@media all and (max-width: 970px) {
    .network span {
        line-height: 0;
        font-size: 1.2vw;
    }
}
@media all and (max-width: 915px) {
    .btnConnect {
        padding: 1.2vw 1.6vw;
        font-size: 1.2vw;
    }
}
@media all and (max-width: 860px) {
    .boxLogo {
        min-width: 3vw;
    }
    .boxMenu a {
        margin-left: 1.2vw !important;
        margin-right: 1.2vw !important;
    }
    .container_hero {
        margin: 5vw 0 0 0;
        padding: 5vw 10vw;
        min-height: 270px;
    }
    .heroLeft .heroLeft_title {
        font-size: 5vw;
        line-height: 6vw;
    }
    .arrowBlue img {
        width: 12vw;
        height: 5vw;
    }
    
}
@media all and (max-width: 767px) {
    .container_hero {
        margin: 0;
        padding: 1.6vw 4vw;
    }
    .heroLeft .heroLeft_btn {
        bottom: 2vw;
    }
    .heroLeft .heroLeft_title {
        font-size: 6vw;
        line-height: 7vw;
    }
}
iframe {
    display: none;
}

.ant-layout {
    background: #f9f9fa !important
}

#mui-10 {
    padding: 8px;
}

.css-rqb3oc-MuiStack-root {
    overflow: inherit !important;
    padding-top: 0 !important;
}

.MuiInputBase-root {
    font-size: 14px !important;
}

.MuiInputBase-input {
    padding: 8px 11px !important
}

.ant-pagination-disabled .ant-pagination-item-link,
.ant-pagination-disabled:hover .ant-pagination-item-link {
    background: rgba(0, 0, 0, 0.1) !important;
}

.ant-collapse-header {
    position: relative;
}

#plsllss {
    position: absolute;
    top: 50%;
    right: 16px;
    left: auto;
    margin: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.sdsadsad {
    display: inline-block !important;
}

.s121ss {
    font-size: 12px;
}

.s121ss .RowInfo_root__1XLti {
    line-height: 5px;
    border: none;
}

figure.media-left {
    margin-bottom: 0;
}

.button.is-primary.is-active,
.button.is-primary:active {
    background-color: #2374E1 !important;
    border-color: transparent;
    color: #fff;
}

.button.is-primary.is-hovered,
.button.is-primary:hover {
    background-color: #2374E1 !important;
    ;
    border-color: transparent;
    color: #fff;
}

.kskskskaio {
    margin-left: 15px;
    background: #2374e1;
    color: white;
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
    cursor: pointer;
}

/* .SSDFASF {
    width: 100%;
    height: 32px;
    padding: 0 10px !important;
    border-radius: 4px !important;
    border: 1px solid #d9d9d9;
    background: #fff;
} */

.SSDFASF select {
    border: 0;
    width: 100%;
    height: 30px;
    border-radius: 4px !important;
    border: 1px solid #d9d9d9;
    padding: 0 5px !important;
}
.label {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 12px;
    color: #383838;
}
.input {
    font-size: 12px;
}
.help.is-info {
    color: #1966F7;
    font-weight: 600;
}

.control.has-icons-left .icon, .control.has-icons-right .icon {
    top: -5px;
}
.Account_avatar__3pqlg {
    line-height: 20px;
}

.bankdefi .stat {
    min-width: 50%;
}

.bankdefi .stat .stat-box {
    max-width: 600px;
}

.bankdefi .stat .heading {
    text-align: left;
    margin-top: 15px;
}

.card.sdsdsdsds {
    color: var(--main-text-color) !important;
    background: var(--main-background-color) !important;
    border: 1px solid var(--main-border-color) !important;
    height: 100% !important;
    border-radius: 20px !important;
}

.lslslsllft {
    padding: 20px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}

.sssdffdaf {
    padding: 20px;
    border: 1px solid #f0f0f0;
    border-radius: 5px;
}




.BaseConnector_root__1A6YE {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 6px;
    box-shadow: 1px 1px 16px rgba(0, 0, 0, .05);
    cursor: pointer;
    transition: all .3s ease-in-out
}

.BaseConnector_root__1A6YE .BaseConnector_title__1vPHp {
    font-size: 13px;
    color: #444;
    font-weight: 600
}

.BaseConnector_root__1A6YE:hover .BaseConnector_title__1vPHp {
    color: #f95192
}

.BaseConnector_root__1A6YE .BaseConnector_avatar__M4rle {
    width: 32px;
    height: 32px
}

.BaseConnector_root__1A6YE .BaseConnector_avatar__M4rle img {
    width: 100%;
    transition: all .3s ease-in-out
}

.BaseConnector_root__1A6YE:hover {
    color: var(--primary-color);
    border-color: var(--primary-color);
    box-shadow: 1px 1px 16px rgba(0, 0, 0, .15)
}

.BaseConnector_root__1A6YE:hover>.BaseConnector_avatar__M4rle>img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.ConnectWalletModal_items__3Ylt1 {
    display: grid;
    grid-template-columns: 50% 50%;
    grid-gap: 8px;
    gap: 8px
}

.border-none {
    border: none
}

#wcm-modal {
    z-index: 9999 !important;
}


.custom-modelwallet {
    display: flex;
    align-items: flex-start;
    background-color: #000 !important;
    height: 100%;
    overflow: auto;
}
.modal-content_right {
    width: 50%;
    padding: 2vw;
    height: 100%;
}
.modal-content_left {
    width: 50%;
    padding: 2vw;
    background: #fff;
    height: 100%;
}
.modal-content_left .container-img {
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.modal-content_left .container-img img {
    width: 18vw;
    height: 18vw;
}
.modal-content_left p {
    color: #202025;
    font-size: 0.9vw;
    font-weight: 700;
    width: 80%;
    margin-bottom: 4vw;
}
.modal-content_left .container-logo {
    max-height: 30%;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    margin-bottom: 4vw;
}
.modal-content_left .container-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.modal-content_left .container-title h3 {
    font-weight: 800;
    font-size: 3vw;
    color: #010101;
    width: 60%;
}
.modal-content_right .ant-modal-body {
    background: #000;
    color: #fff;
}
.modal-content_right .ant-modal-close .container-closebtn {
    margin: 10px 10px 0 0;
    padding: 5px;
    border-radius: 50%;
    border: 2px solid #202025
}
.modal-content_right .ant-modal-close .container-closebtn:hover {
    background-color: #212121;
}
.modal-content_right .ant-modal-close .container-closebtn img {
    width: 18px;
    height: 18px;
}

.modal-content_right .ant-modal-header {
    background: #000;
    border-radius: unset;
    border: unset;
    padding: 0;
    margin-top: 3vw;
}
.modal-content_right .ant-modal-body {
    padding: 24px 0;
}
.ant-modal-body .ConnectWalletModal_items__3Ylt1 {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
}
.ant-modal-body .BaseConnector_root__1A6YE {
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    padding: 10px 20px;
    border: 2px solid #202025;
    border-radius: 10px;
}
.BaseConnector_avatar__M4rle {
    margin-right: 15px;
}
.BaseConnector_root__1A6YE .container_title {
    display: flex;
    align-items: center;
}
.BaseConnector_root__1A6YE .container-arrow {
    opacity: 0;
    transition: all .2s ease-in-out;
}
.ant-modal-body .BaseConnector_root__1A6YE:hover {
    border-style: solid;
    border-width: 2px;
    border-image: conic-gradient(from 180deg at 50% 50%, #5FFF5C -18.66deg, #FFE249 22.23deg, #F35950 78.14deg, #7C5BFF 159deg, #1CE4FF 202.32deg, #5FFF5C 341.34deg, #FFE249 382.23deg) 1;
    border-image-slice: 1;
    border-radius: 10px;
}
.ant-modal-body .BaseConnector_root__1A6YE:hover .container-arrow {
    opacity: 1;
}
.BaseConnector_root__1A6YE .BaseConnector_title__1vPHp {
    color: #fff !important;
}
.modal-content_right .ant-modal-header .ant-modal-title {
    color: #fff;
    font-weight: 700;
    font-size: 2.3vw;
}
.modal-content_right .modal-content_bottom {
    background: #20202580;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 1.5em 0;
    padding: 10px 20px;
    position: absolute;
    bottom: 0.5em;
    width: 90%;
}
.modal-content_right .modal-content_bottom span {
    color: #909090;
    font-size: 11px;
    font-weight: 400;
}
.modal-content_right .modal-content_bottom div {
    color: #f4f4f4;
    font-size: 11px;
    font-weight: 500;
}
.lslkaskdkjkg {
    cursor: pointer;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    row-gap: 12px;
    background: rgba(75, 75, 75, 0.7);
    opacity: 0;
    transition: opacity 300ms ease 0s;
}

.assssolas img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
}

.lslkaskdkjkg:hover {
    opacity: 1;
}

.assssolas {
    position: relative;
    padding: 0;
    margin-bottom: 15px;
}

.assssolas .sssdsa{
    min-width: 150px;
}

/* .ant-modal-wrap, .ant-modal-mask{
    z-index: 10;
} */
@media (max-width: 768px) {
    section.ant-layout {
        padding-top: 35px;
    }
}

@media all and (min-width: 1024px) {
    .ant-layout-sider {
        position: fixed !important;
        background: var(--main-background-color);
        color: var(--main-text-color);
        overflow: auto;
        height: 100%;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 10;
        flex: 0 0 250px;
        max-width: 250px;
        min-width: 250px;
        width: 250px;
        transition: all 0.2s linear;
    }

    .Trending_trending__2ax2p {
        background-color: var(--main-background-color);
        margin-top: 31px;
        margin-left: -20px;
        margin-right: -20px;
        display: flex;
        align-items: center;
    }

    .ant-layout-content {
        margin-left: 200px;
        padding: 40px 20px 20px;
        transition: all 200ms linear 0s;
    }

    .ant-layout-footer {
        padding: 0 !important;
        background: 0 0 !important;
        font-size: 15px !important;
        color: var(--text-color) !important;
    }

    .overlay_menu {
        display: none !important;
    }

    .overlay_menu.show {
        display: none !important;
    }

    .ant-menu-submenu-arrow.hidden {
        opacity: 0;
        visibility: hidden;
        width: 0;
        overflow: hidden;
        display: none;
    }

    .ant-menu-submenu-arrow.show {
        opacity: 1;
        visibility: visible;
        display: block;
        width: auto;
    }

    .ant-menu-title-content.hidden {
        opacity: 0;
        visibility: hidden;
        width: 0;
        display: none;
        overflow: hidden;
    }

    .ant-menu-title-content.show {
        opacity: 1;
        visibility: visible;
        display: block;
        width: auto;
    }

    .tgmenu.hidden {
        opacity: 0;
        visibility: hidden;
        width: 0;
        display: none;
        overflow: hidden;
    }

    .tgmenu.show {
        opacity: 1;
        visibility: visible;
        display: inline-flex;
        width: auto;
    }

    .ant-layout-sider.hidden {
        width: 80px;
        overflow: hidden;
    }

    .ant-layout-sider.show {
        width: auto;
        max-width: 250px;
        min-width: 250px;
        overflow: hidden;
    }

    .ant-layout-content.hidden {
        margin-left: 88px;
    }
}