@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.6.3/css/font-awesome.css);

/* Global */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    height: 100%;
    scrollbar-width: none;
}

html::-webkit-scrollbar {
    display: none;
    background: transparent;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #e8edf1;
    font-family: IBM, sans-serif;
    font-size: 14px;
}

/* Typography */

.h1,
.h2,
.h3,
.h4 {
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    margin: 0px;
}

.h2 {
    font-size: 1.375rem;
    line-height: 30px;
}

.text-color-white.light {
    color: #1d1c39;
}

/* Containers */
body #root {
    min-height: 100%;
    height: 100%;
}

#root div::-webkit-scrollbar {
    display: none;
}

#root div::-webkit-scrollbar-thumb {
    display: none;
}

#root div::-webkit-scrollbar-track {
    display: none;
}

#body-wrapper {
    padding: 0px;
    margin-left: 0px;
}

.body-container.light {
    position: fixed;
    width: 100vw;
    height: 100vh;
    z-index: -1;
}

.container-image {
    width: 100vw;
    height: 100vh;
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    background-size: cover;
}

#react-ui-wrapper {
    overflow: auto;
    width: unset;
    height: unset;
}

.container-image.neon2 {
    background-image: url(https://static.marble.app/backgrounds2/neon2-desktop.svg);
}

.imgfqK {
    display: flex;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.cmrGtk {
    width: 100%;
    height: 100%;
    overflow: auto;
    padding: 2.5rem 2.5rem 0px;
    position: relative;
}

.gPabjX {
    color: rgb(255, 255, 255);
    width: 100%;
    max-width: 1390px;
    display: grid;
    grid-template-columns: repeat(1, 100%);
    position: relative;
    height: auto;
    padding-top: 1.25rem;
    margin: 0px auto;
}

.fMSapx {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: 540px;
    margin: 0px auto 40px;
}

.fMSapx div:first {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: flex-start;
    padding: 0px;
}

.gPnejT {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    position: relative;
    width: fit-content;
    margin-top: 10px;
}

.gPnejT h2 {
    margin-right: 0px;
    width: 100%;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    word-break: break-all;
}

.dtABaM {
    max-width: 540px;
    margin: 0px auto;
    width: 100%;
}

.laQhFU {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

.laQhFU.laQhFU>div {
    width: 100%;
}

.clIcOw {
    display: flex;
    width: 100%;
    overflow-x: scroll;
    padding-bottom: 0;
}


.cVBOvz.cVBOvz.cVBOvz {
    display: none;
    width: 100%;
    align-items: flex-start;
    z-index: 10;
    position: fixed;
    top: 0px;
    max-width: 540px;
    bottom: auto;
    left: auto;
}


.cVBOvz.cVBOvz>div {
    width: 100%;
}

.tab-panel.dark {
    color: #FFFFFF;
}

.dtABaM>.tab-panel {
    padding: 0px;
}

.tab-panel {
    padding: 20px 20px;
    font-family: "Roboto", sans-serif;
    font-size: 1rem;
    line-height: 24px;
}

.dtABaM>.tab-panel>div {
    opacity: 1;
    transition: opacity 300ms linear 0s;
}

.IiQEB {
    padding-bottom: 10px;
    height: auto;
}

.dtABaM>.tab-panel>div {
    opacity: 1;
    transition: opacity 300ms linear 0s;
}

.RirlX {
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
}


/* Cards */

.card {
    border-radius: 20px;
    position: relative;
    width: 100%;
}

.card.light:not(.card-modal) {
    background: #EEF2F5;
    backdrop-filter: blur(7.5px);
}


.card.border-10px {
    border-radius: 10px;
}

.card.light {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05), inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}

.link-card {
    padding: 10px;
    height: 303px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
}

.link-card-name.light {
    background: rgba(255, 255, 255, 0.7);
}

.link-card-name {
    backdrop-filter: blur(5px);
    border-radius: 5px;
    padding: 8px 15px;
}

.RirlX.RirlX>div {
    margin-right: 30px;
}

.fKHDEb {
    margin-top: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.fKHDEb div:first {
    position: relative;
    margin-right: 0px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

/* Elements */
.link-card.hover {
    cursor: pointer;
}

.bottom-button-wrapper.light {
    background: rgba(239, 243, 247, 0.9);
    backdrop-filter: blur(7.5px);
}

.bottom-button-wrapper {
    padding: 20px 0px;
    position: fixed;
    bottom: 0px;
    display: flex;
    justify-content: center;
    width: 100%;
    left: 0px;
}

.button.secondary.active.light {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05), inset 1px 1px 2px rgba(255, 255, 255, 0.4);
}

.button.secondary.active.light {
    background: #7A2BFC;
}

.button.secondary.light {
    background: #EEF2F5;
    backdrop-filter: blur(7.5px);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.05), inset 1px 1px 2px rgba(255, 255, 255, 0.6);
}

.clIcOw.clIcOw>button {
    width: 40px;
    margin-right: 10px;
}

.button.only-icon {
    padding: 8px;
}

.active {
    background-color: #7a2bfc;
}

.button {
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 8px 20px;
    border-radius: 10px;
    cursor: pointer;
}

.avatar {
    object-fit: cover;
}

.avatar,
.default-avatar {
    width: 100px;
    height: 100px;
    border-radius: 50%;
}

.iconwrapper {
    width: fit-content;
    display: flex;
    justify-content: center;
    align-items: center;
}

.iconwrapper.icon-size-24px.fill.light [fill] {
    fill: #646C82;
}

.icon-size-24px>svg {
    width: 1.5rem;
    height: 1.5rem;
}

.button.secondary.active.light .iconwrapper.fill [fill] {
    fill: #E8EDF1;
}

.button.secondary.only-icon.light:not(.active) .iconwrapper.fill [fill] {
    fill: #646C82;
}

/*Social Icons*/

.social-container {
    width: 100%;
    text-align: center;
}

.social-icons {
    padding: 0;
    list-style: none;
    margin: 1em;
}

.social-icons li {
    display: inline-block;
    margin: 0.15em;
    position: relative;
    font-size: 1.2em;
}

.social-icons i {
    color: #fff;
    position: absolute;
    top: 21px;
    left: 21px;
    transition: all 265ms ease-out;
}

.social-icons a {
    display: inline-block;
}

.social-icons a:before {
    transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    content: " ";
    width: 60px;
    height: 60px;
    border-radius: 100%;
    display: block;
    background: linear-gradient(45deg, #ff003c, #c648c8);
    transition: all 265ms ease-out;
}

.social-icons a:hover:before {
    transform: scale(0);
    transition: all 265ms ease-in;
}

.social-icons a:hover i {
    transform: scale(2.2);
    -ms-transform: scale(2.2);
    -webkit-transform: scale(2.2);
    color: #ff003c;
    background: -webkit-linear-gradient(45deg, #ff003c, #c648c8);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 265ms ease-in;
}

.social-icons a.social-square:before {
    background: linear-gradient(45deg, #7b00e0, #ae31d9);
    border-radius: 10%;
}

.social-icons a.social-square:hover:before {
    transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -webkit-transform: scale(-180deg);
    border-radius: 100%;
}

.social-icons a.social-square:hover i {
    transform: scale(1.6);
    -ms-transform: scale(1.6);
    -webkit-transform: scale(1.6);
    color: #fff;
    transform: scale(1.6);
    -webkit-text-fill-color: #fff;
}

/*Responsive*/

@media (max-width: 1279px) {
    body #root {
        height: auto;
    }
}

@media (max-width: 743px) {
    .cmrGtk {
        padding: 20px 0.625rem 5rem;
        min-height: 100vh;
    }
}

@media (max-width: 1279px) {
    .cmrGtk {
        min-height: 100vh;
        flex-direction: column;
        padding: 2.5rem 1.875rem 5rem;
    }
}

@media (max-width: 743px) {
    .gPabjX {
        margin-top: 0px;
        gap: 0px;
    }
}

@media (max-width: 1279px) {
    .gPabjX {
        margin-left: 0px;
        width: 100%;
        position: relative;
        padding: 0px;
        justify-items: center;
    }
}

@media (max-width: 743px) {
    .gPnejT {
        display: flex;
    }
}

@media (max-width: 1279px) {
    .dtABaM {
        width: 100%;
        padding-bottom: 1.25rem;
    }
}

@media (max-width: 743px) {
    .cVBOvz.cVBOvz.cVBOvz {
        max-width: 100vw;
        padding: 10px;
        left: 0px;
    }
}

@media (max-width: 1279px) {
    .tab-panel {
        padding: 0;
        font-family: "Roboto", sans-serif;
        font-size: 1rem;
        line-height: 24px;
    }
}

@media (max-width: 743px) {
    .IiQEB.IiQEB.IiQEB>.link-card {
        height: calc((100vw - 20px) * 0.5625);
    }
}