html, body {
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #000;
    overflow: hidden;
}

#appContainer {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    z-index: 0;
}

#appBackground {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    bottom: 0%;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    opacity: 0.275;
    transition: left 0.5s;
    object-fit: cover;
    z-index: 1;
}

#appBackground1 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    bottom: 0%;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    opacity: 0.25;
    transition: left 0.5s;
    object-fit: cover;
    z-index: 1;
}

#appBackground2 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 100%;
    bottom: 0%;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    opacity: 0.15;
    transition: left 0.5s;
    object-fit: cover;
    z-index: 1;
}

#joinContainer {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #000;
    overflow: hidden;
    z-index: 2;
}

#experienceContainer {
    position: absolute;
    height: 100%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    z-index: 2;
}

#montecrypto {
    position: absolute;
    height: 82%;
    width: 100%;
    top: 8%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    border: none;
    border-radius: 30px;
    z-index: 99999;
}

.topBar {
    position: absolute;
    height: 6%;
    width: 100%;
    top: 0%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    z-index: 10;
}

#experienceTopBar {
    width: 50%;
    right: 0%;
}

#topHome {
    background-color: transparent;
    z-index: 5;
}

#topExplore {
    background-color: transparent;
    z-index: 5;
}

#searchIcon {
    position: absolute;
    height: 45px;
    width: 45px;
    top: 25%;
    right: calc(7.25% + 43.5px);
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    transition: right 0.5s;
    z-index: 5;
}

#menuIcon {
    position: absolute;
    height: 45px;
    width: 45px;
    top: 25%;
    right: 7.25%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    transition: right 0.5s;
    z-index: 5;
}

#searchContainer {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #000;
    overflow: hidden;
    transition: left 0.5s;
    z-index: 15;
}

#closeSearch {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 20%;
    right: 5%;
    margin: 0px;
    padding: 0px;
    background-color: #ff0404;
    cursor: pointer;
    opacity: 1;
    z-index: 5;
}

#menuContainer {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 100%;
    margin: 0px;
    padding: 0px;
    background-color: #000;
    overflow: hidden;
    transition: left 0.5s;
    z-index: 15;
}

#closeMenu {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 20%;
    right: 5%;
    margin: 0px;
    padding: 0px;
    background-color: #ff0404;
    cursor: pointer;
    opacity: 1;
    z-index: 5;
}

#homeContainer {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    transition: left 0.5s;
    z-index: 3;
}

#homeHeader1 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 37.5%;
    left: 5%;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 1.65rem;
    font-family: Montserrat;
    font-weight: 800;
    transition: opacity 0.5s;
    opacity: 1;
    cursor: pointer;
    z-index: 3;
}

#homeHeader1Bubble {
    position: absolute;
    width: 10px;
    height:10px;
    top: 50%;
    left: 2.5%;
    margin: 0px;
    padding: 0px;
    background-color: #8742f5;
    border-radius: 999px;
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
    z-index: 5;
}

#homeHeader2 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 37.5%;
    left: 28%;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 1.65rem;
    font-family: Montserrat;
    font-weight: 800;
    transition: opacity 0.5s;
    opacity: 0.3;
    cursor: pointer;
    z-index: 3;
}

#homeHeader2Bubble {
    position: absolute;
    width: 10px;
    height:10px;
    top: 50%;
    left: 53.25%;
    margin: 0px;
    padding: 0px;
    background-color: #8742f5;
    border-radius: 999px;
    opacity: 1;
    transition: opacity 0.5s;
    pointer-events: none;
    z-index: 5;
}

#newChat {
    position: absolute;
    width: 30%;
    height: 6.5%;
    bottom: 15%;
    right: 5%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.065);
    box-shadow: 0px 10px 20px 20px rgb(0 0 0 / 30%);
    border-radius: 999px;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.2rem;
    padding-bottom: 3px;
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 5;
}

#conversations {
    position: absolute;
    height: 92%;
    width: 100%;
    top: 24.5%;
    left: 0%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 30px;
    transition: left 0.5s;
    z-index: 3;
}

#conversations::-webkit-scrollbar {
    display: none;
  }
  
  #groupList {
    position: absolute;
    height: 92%;
    width: 100%;
    top: 24.5%;
    left: 100%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 30px;
    transition: left 0.5s;
    z-index: 3;
}

#groupList::-webkit-scrollbar {
    display: none;
  }
  
  #messagingContainer {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    transition: left 0.5s;
    z-index: 15;
}

#messagingHeader {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 44.5%;
    left: 15.5%;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 1.35rem;
    font-family: Montserrat;
    font-weight: 700;
    transition: opacity 0.5s;
    opacity: 1;
    cursor: pointer;
    z-index: 3;
}

#callIcon {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 31%;
    right: calc(3.6% + 52px);
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    transition: right 0.5s;
    z-index: 5;
}

#partyIcon {
    position: absolute;
    height: 45px;
    width: 45px;
    top: 27.5%;
    right: 3.6%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    transition: right 0.5s;
    z-index: 5;
}

#messagingStatusDiv {
    position: absolute;
    width: 75%;
    height: 2.5%;
    top: 125%;
    left: 9.5%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    z-index: 5;
}

#messagingStatusBubble {
    position: absolute;
    width: 5px;
    height:5px;
    top: 50%;
    left: 0%;
    margin: 0px;
    padding: 0px;
    background-color: #74ff5e;
    border-radius: 999px;
    z-index: 5;
}

#messagingStatus {
    position: absolute;
    width: 75%;
    height: 0%;
    top: 57.35%;
    left: 15.5px;
    margin: 0px;
    padding: 0px;
    font-size: 0.9rem;
    font-family: Montserrat;
    font-weight: 200;
    color: #fff;
    line-height: 0%;
    z-index: 5;
}

#messagingBackIcon {
    position: absolute;
    height: 45px;
    width: 45px;
    top: 22.5%;
    left: 3.5%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    z-index: 5;
}

#messagingBackImg {
    position: absolute;
    height: 80%;
    width: 80%;
    top: 15%;
    left: 10%;
}

#messageList::-webkit-scrollbar {
    display: none;
  }
  
#messageInputDiv {
    position: absolute;
    height: 5.75%;
    width: 87.5%;
    bottom: 12.5%;
    left: 6.25%;
    margin: 0px;
    padding: 0px;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.065);
    border: none;
    cursor: pointer;
    z-index: 5;
}

#messageInput {
    position: absolute;
    height: 100%;
    width: 90%;
    left: 0%;
    margin: 0px;
    padding: 0px;
    border-radius: 999px;
    background-color: transparent;
    border: none;
    cursor: pointer;
    z-index: 5;
}

#messageInput::placeholder {
    color: rgba(255, 255, 255, 0.45);
    font-family: Montserrat;
    font-weight: 300;
    font-size: 0.9rem;
    padding-left: 20px;
    line-height: 100%;
}

*:focus {
    outline: none;
}
  
#messageButtonInput {
    position: absolute;
    height: 120%;
    width: auto;
    top: -10%;
    right: -0.5%;
    margin: 0px;
    padding: 0px;
    z-index: 5;
}
  
 #activity1 {
    position: absolute;
    height: 92%;
    width: 100%;
    top: 8%;
    left: 0%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 30px;
    transition: left 0.5s;
    z-index: 3;
}

#activity1::-webkit-scrollbar {
    display: none;
  }
  
  #activity2 {
    position: absolute;
    height: 92%;
    width: 100%;
    top: 8%;
    left: 100%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 30px;
    transition: left 0.5s;
    z-index: 3;
}

#activity2::-webkit-scrollbar {
    display: none;
  }

#exploreContainer {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    transition: left 0.5s;
    z-index: 3;
}

#exploreHeader1 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 37.5%;
    left: 5%;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 1.65rem;
    font-family: Montserrat;
    font-weight: 800;
    transition: opacity 0.5s;
    opacity: 1;
    cursor: pointer;
    z-index: 3;
}

#exploreHeader1Bubble {
    position: absolute;
    width: 10px;
    height:10px;
    top: 50%;
    left: 2.5%;
    margin: 0px;
    padding: 0px;
    background-color: #8742f5;
    border-radius: 999px;
    opacity: 0;
    transition: opacity 0.5s;
    pointer-events: none;
    z-index: 5;
}

#exploreHeader2 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 37.5%;
    left: 35.25%;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 1.65rem;
    font-family: Montserrat;
    font-weight: 800;
    transition: opacity 0.5s;
    opacity: 0.3;
    cursor: pointer;
    z-index: 3;
}

#exploreHeader2Bubble {
    position: absolute;
    width: 10px;
    height:10px;
    top: 50%;
    left: 51%;
    margin: 0px;
    padding: 0px;
    background-color: #8742f5;
    border-radius: 999px;
    opacity: 1;
    transition: opacity 0.5s;
    pointer-events: none;
    z-index: 5;
}

#storyList {
    position: absolute;
    width: 100%;
    height: 100px;
    top: 9.5%;
    left: 0%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    border-radius: 0px;
    opacity: 1;
    overflow-x: auto;
    z-index: 5;
}

#storyList::-webkit-scrollbar {
    display: none;
  }

#yourStory {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 0%;
    left: 5%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.25);
    border-radius: 999px;
    opacity: 1;
    z-index: 5;
}

#yourStoryPic {
    position: absolute;
    height: 92.5%;
    width: 92.5%;
    top: 3.75%;
    right: 3.75%;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    border-radius: 999px;
    z-index: 6;
}

#yourStoryRing {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    border-radius: 999px;
    z-index: 5;
}

#yourStoryText {
    position: absolute;
    width: 75px;
    bottom: -10px;
    left: 5%;
    font-size: 0.7rem;
    color: #fff;
    font-weight: 200;
    font-family: Montserrat;
    text-align: center;
    z-index: 5;
}

#story1 {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 0%;
    left: 28.5%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 999px;
    opacity: 1;
    z-index: 5;
}

#storyText1 {
    position: absolute;
    width: 75px;
    bottom: -10px;
    left: 28.5%;
    font-size: 0.7rem;
    color: #fff;
    font-weight: 200;
    font-family: Montserrat;
    text-align: center;
    z-index: 5;
}

#story2 {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 0%;
    left: 52%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 999px;
    opacity: 1;
    z-index: 5;
}

#storyText2 {
    position: absolute;
    width: 75px;
    bottom: -10px;
    left: 52%;
    font-size: 0.7rem;
    color: #fff;
    font-weight: 200;
    font-family: Montserrat;
    text-align: center;
    z-index: 5;
}

#story3 {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 0%;
    left: 75.5%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 999px;
    opacity: 1;
    z-index: 5;
}

#storyText3 {
    position: absolute;
    width: 75px;
    bottom: -10px;
    left: 75.5%;
    font-size: 0.7rem;
    color: #fff;
    font-weight: 200;
    font-family: Montserrat;
    text-align: center;
    z-index: 5;
}

#story4 {
    position: absolute;
    width: 75px;
    height: 75px;
    top: 0%;
    left: 99%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 999px;
    opacity: 1;
    z-index: 5;
}

#storyText4 {
    position: absolute;
    width: 75px;
    bottom: -10px;
    left: 99%;
    font-size: 0.7rem;
    color: #fff;
    font-weight: 200;
    font-family: Montserrat;
    text-align: center;
    padding-right: 5%;
    z-index: 5;
}

#invite {
    position: absolute;
    width: 32.5%;
    height: 6.5%;
    bottom: 15%;
    right: 5%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.065);
    box-shadow: 0px 10px 20px 20px rgb(0 0 0 / 30%);
    border-radius: 999px;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.2rem;
    padding-bottom: 3px;
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 5;
}

#socialContainer {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    bottom: -100%;
    margin: 0px;
    padding: 0px;
    background-color: #000;
    overflow: hidden;
    transition: bottom 0.5s;
    z-index: 20;
}

#socialPortal1 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    bottom: 0%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    transition: left 0.5s;
    z-index: 20;
}

#yourSocialTile {
    position: absolute;
    width: 140px;
    height: 140px;
    top: calc(43.5% - 70px);
    left: calc(50% - 70px);
    margin: 0px;
    padding: 0px;
    border-radius: 999px;
    opacity: 0.2;
    transition: opacity 0.35s;
    z-index: 5;
}

#yourSocialTilePic {
    position: absolute;
    height: 85%;
    width: 85%;
    top: 7.5%;
    right: 7.5%;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    border-radius: 999px;
    z-index: 6;
}

#yourSocialTileRing {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 10px 10px 10px rgb(0 0 0 / 15%);
    z-index: 5;
}

#callerSocialTile {
    position: absolute;
    width: 140px;
    height: 140px;
    top: calc(52.5% - 70px);
    left: calc(50% - 70px);
    margin: 0px;
    padding: 0px;
    border-radius: 999px;
    opacity: 0.3;
    z-index: 5;
}

#callerSocialTilePic {
    position: absolute;
    height: 85%;
    width: 85%;
    top: 7.5%;
    right: 7.5%;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    border-radius: 999px;
    transition: width 2s, height 2s, top 2s, left 2s;
    z-index: 6;
}

#callerSocialTileRing {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    border-radius: 999px;
    background-color: rgba(255, 255, 255, 0.1);
    box-shadow: 0px 10px 10px 10px rgb(0 0 0 / 15%);
    z-index: 5;
}

#socialPortal2 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 100%;
    bottom: 0%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    transition: left 0.5s;
    z-index: 20;
}

#backSocial {
    position: absolute;
    height: 45px;
    width: 45px;
    top: 25%;
    left: 3.5%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    z-index: 5;
}

#socialHeader {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 42.5%;
    left: 17.5%;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 1.35rem;
    font-family: Montserrat;
    font-weight: 700;
    transition: opacity 0.5s;
    opacity: 1;
    cursor: pointer;
    z-index: 3;
}

#partyChatIcon {
    position: absolute;
    height: 45px;
    width: 45px;
    top: 27.5%;
    right: calc(3.75% + 45px);
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    transition: right 0.5s;
    z-index: 5;
}

#addCallersIcon {
    position: absolute;
    height: 42.5px;
    width: 42.5px;
    top: 27.5%;
    right: 3.85%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    transition: right 0.5s;
    z-index: 5;
}

#cancelAddCallers {
    position: absolute;
    height: 45px;
    width: 45px;
    top: 27.5%;
    right: 5%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    transition: right 0.5s;
    transform: rotate(45deg);
    z-index: 5;
}

#socialBackground {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    bottom: 0%;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    opacity: 0.5;
    object-fit: cover;
    z-index: 1;
}

#startPartyGraphic {
    position: absolute;
    height: auto;
    width: 100%;
    left: -15%;
    top: 20.5%;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    opacity: 0.035;
    object-fit: cover;
    z-index: 7;
}

#startPartyButton {
    position: absolute;
    height: auto;
    width: 50%;
    left: 25.25%;
    bottom: 45.5%;
    margin: 0px;
    padding: 0px;
    border-radius: 999px;
    opacity: 0.9;
    object-fit: cover;
    z-index: 7;
}

 #socialList {
    position: absolute;
    height: 90%;
    width: 100%;
    top: 8%;
    left: 0%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    overflow-y: auto;
    overflow-x: hidden;
    border-radius: 30px;
    transition: left 0.5s;
    z-index: 3;
}

#socialList::-webkit-scrollbar {
    display: none;
  }

#bottomBarSocial {
    position: absolute;
    height: 15%;
    width: 100%;
    bottom: 2.5%;
    margin: 0px;
    padding: 0px;
    opacity: 1;
    z-index: 30;
}

#micIcon {
    position: absolute;
    height: 42.5px;
    width: 42.5px;
    left: calc(13% - 21.25px);
    bottom: 26%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 0.8;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 10px 20px 20px rgb(0 0 0 / 30%);
    border-radius: 999px;
    transition: opacity 0.5s;
    z-index: 5;
}

#micIconText {
    position: absolute;
    width: 42.5px;
    bottom: -75%;
    font-size: 0.7rem;
    color: #fff;
    font-weight: 200;
    font-family: Montserrat;
    text-align: center;
}

#deafenIcon {
    position: absolute;
    height: 42.5px;
    width: 42.5px;
    left: calc(30.25% - 21.25px);
    bottom: 26%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 0.8;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 10px 20px 20px rgb(0 0 0 / 30%);
    border-radius: 999px;
    transition: opacity 0.5s;
    z-index: 5;
}

#deafenIconText {
    position: absolute;
    width: 42.5px;
    bottom: -75%;
    font-size: 0.7rem;
    color: #fff;
    font-weight: 200;
    font-family: Montserrat;
    text-align: center;
}

#rocketIcon {
    position: absolute;
    height: 55px;
    width: 55px;
    left: calc(50% - 27.5px);
    bottom: 26%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 0.8;
    background-color: rgba(219, 46, 69, 0.7);
    box-shadow: 0px 10px 20px 20px rgb(0 0 0 / 30%);
    border-radius: 999px;
    z-index: 5;
}

#rocketIconText {
    position: absolute;
    width: 55px;
    bottom: -58.5%;
    font-size: 0.7rem;
    color: #fff;
    font-weight: 200;
    font-family: Montserrat;
    text-align: center;
}

#cameraIcon {
    position: absolute;
    height: 42.5px;
    width: 42.5px;
    left: calc(69.75% - 21.25px);
    bottom: 26%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 0.8;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 10px 20px 20px rgb(0 0 0 / 30%);
    border-radius: 999px;
    transition: opacity 0.5s;
    z-index: 5;
}

#cameraIconText {
    position: absolute;
    width: 42.5px;
    bottom: -75%;
    font-size: 0.7rem;
    color: #fff;
    font-weight: 200;
    font-family: Montserrat;
    text-align: center;
}

#screenshareIcon {
    position: absolute;
    height: 42.5px;
    width: 42.5px;
    left: calc(87% - 21.25px);
    bottom: 26%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 0.8;
    background-color: rgba(255, 255, 255, 0.15);
    box-shadow: 0px 10px 20px 20px rgb(0 0 0 / 30%);
    border-radius: 999px;
    transition: opacity 0.5s;
    z-index: 5;
}


#screenshareIconText {
    position: absolute;
    width: 42.5px;
    bottom: -75%;
    font-size: 0.7rem;
    color: #fff;
    font-weight: 200;
    font-family: Montserrat;
    text-align: center;
}

#closeSocial {
    position: absolute;
    height: 60px;
    width: 60px;
    top: 12.5%;
    left: 2.5%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    overflow: hidden;
    cursor: pointer;
    opacity: 1;
    z-index: 5;
}

#closeSocialImg {
    position: absolute;
    height: 70%;
    width: 70%;
    top: 15%;
    left: 15%;
}

#walletContainer {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    transition: left 0.5s;
    background-color: #000;
    z-index: 3;
}

#walletHeader {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 37.5%;
    left: 15.5%;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 1.65rem;
    font-family: Montserrat;
    font-weight: 800;
    transition: opacity 0.5s;
    opacity: 1;
    z-index: 3;
}

#walletHeader1 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 37.5%;
    left: 5%;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 1.65rem;
    font-family: Montserrat;
    font-weight: 800;
    transition: opacity 0.5s;
    opacity: 1;
    cursor: pointer;
    z-index: 3;
}

#walletHeader2 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 37.5%;
    left: 30.75%;
    margin: 0px;
    padding: 0px;
    color: #fff;
    font-size: 1.65rem;
    font-family: Montserrat;
    font-weight: 800;
    transition: opacity 0.5s;
    opacity: 0.3;
    cursor: pointer;
    z-index: 3;
}

#addTokens {
    position: absolute;
    width: 30%;
    height: 6.5%;
    bottom: 15%;
    right: 5%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.05);
    /*background-image: linear-gradient(rgba(31, 26, 115, 0.5), rgba(86, 28, 212, 0.5));*/
    box-shadow: 0px 10px 20px 20px rgb(0 0 0 / 10%);
    border-radius: 999px;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font-family: Montserrat;
    font-weight: 400;
    font-size: 1.2rem;
    padding-bottom: 3px;
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 5;
}

/*#addTokensImg {*/
/*    position: absolute;*/
/*    width: 100%;*/
/*    height: 100%;*/
/*    top: 0px;*/
/*    left: 0px;*/
/*    object-fit: cover;*/
/*}*/

#walletArrow {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 27.5%;
    left: 3.5%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    overflow: hidden;
    z-index: 5;
}

#walletArrowImg {
    position: absolute;
    height: 50%;
    width: 50%;
    top: 20%;
    left: 25%;
}

.backgroundShadow1 {
    position: absolute;
    height: 50%;
    width: 100%;
    top: 0%;
    margin: 0px;
    padding: 0px;
    transform: rotate(180deg);
    pointer-events: none;
    z-index: 2;
}

.backgroundShadow2 {
    position: absolute;
    height: 80%;
    width: 100%;
    bottom: 0%;
    margin: 0px;
    padding: 0px;
    pointer-events: none;
    z-index: 2;
}

.backgroundShadow3 {
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0%;
    margin: 0px;
    padding: 0px;
    pointer-events: none;
    z-index: 4;
}

.backgroundShadow4 {
    position: absolute;
    height: 15%;
    width: 100%;
    top: 0%;
    margin: 0px;
    padding: 0px;
    transform: rotate(180deg);
    opacity: 1;
    pointer-events: none;
    z-index: 4;
}

.backgroundShadow5 {
    position: absolute;
    height: 50%;
    width: 100%;
    bottom: 0%;
    margin: 0px;
    padding: 0px;
    pointer-events: none;
    z-index: 2;
}

.backgroundShadow6 {
    position: absolute;
    height: 25%;
    width: 100%;
    top: 0%;
    margin: 0px;
    padding: 0px;
    transform: rotate(180deg);
    opacity: 1;
    pointer-events: none;
    z-index: 4;
}

#wallet {
        position: absolute;
        height: 80%;
        width: 100%;
        top: 8.5%;
        left: 0%;
        margin: 0px;
        padding: 0px;
        background-color: transparent;
        overflow-y: auto;
        overflow-x: hidden;
        border-radius: 30px;
        z-index: 3;
  }

#walletBackground {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0%;
    bottom: 0%;
    margin: 0px;
    padding: 0px;
    border-radius: 0px;
    object-fit: cover;
    opacity: 0.65;
}

#profileContainer {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    transition: left 0.5s;
    background-color: #000;
    z-index: 3;
}

#profileStoryIcon {
    position: absolute;
    height: 50px;
    width: 50px;
    top: 16.5%;
    left: 3.5%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    z-index: 5;
}

#profileName {
    position: absolute;
    width: 75%;
    bottom: 44.5%;
    left: 7.5%;
    margin: 0px;
    padding: 0px;
    font-size: 2.5rem;
    font-family: Montserrat;
    font-weight: 800;
    color: #fff;
    line-height: 2.15rem;
    z-index: 5;
}

#profileStatusDiv {
    position: absolute;
    width: 75%;
    height: 2.5%;
    top: 57%;
    left: 7.5%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    z-index: 5;
}

#profileStatusBubble {
    position: absolute;
    width: 5px;
    height:5px;
    top: 50%;
    left: 0%;
    margin: 0px;
    padding: 0px;
    background-color: #74ff5e;
    border-radius: 999px;
    z-index: 5;
}

#profileStatus {
    position: absolute;
    width: 75%;
    height: 0%;
    top: 57.35%;
    left: 15.5px;
    margin: 0px;
    padding: 0px;
    font-size: 0.9rem;
    font-family: Montserrat;
    font-weight: 200;
    color: #fff;
    line-height: 0%;
    z-index: 5;
}

#profileAboutBox {
    position: absolute;
    width: 90%;
    height: 28%;
    bottom: 10%;
    left: 5%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    border-radius: 30px;
    z-index: 5;
}

#editProfile {
    position: absolute;
    width: 27.5%;
    height: 6.5%;
    bottom: 15%;
    right: 5%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(255, 255, 255, 0.065);
    box-shadow: 0px 10px 20px 20px rgb(0 0 0 / 30%);
    border-radius: 999px;
    border: none;
    color: rgba(255, 255, 255, 0.8);
    font-family: Montserrat;
    font-weight: 200;
    font-size: 1.2rem;
    padding-bottom: 3px;
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 5;
}

#profilePicBubble {
    position: absolute;
    height: 70px;
    width: 70px;
    top: 15%;
    right: 22.5%;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    border-radius: 999px;
    box-shadow: 0px 10px 20px 20px rgb(0 0 0 / 50%);
    z-index: 5;
}

#profilePicBubblePic {
    position: absolute;
    height: 92.5%;
    width: 92.5%;
    top: 3.75%;
    right: 3.75%;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    border-radius: 999px;
    z-index: 6;
}

#profilePicBubbleRing {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    border-radius: 999px;
    z-index: 5;
}

#profileAvatar {
    position: absolute;
    height: 65%;
    width: 100%;
    bottom: 33.5%;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    z-index: 3;
}

#profilePicBackdrop {
    position: absolute;
    height: 65%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
}

#profileShadow {
    position: absolute;
    height: 65.25%;
    width: 100%;
    bottom: 24.75%;
    margin: 0px;
    padding: 0px;
    z-index: 2;
}

#avatarShadow {
    position: absolute;
    height: 25%;
    width: 100%;
    bottom: 33.25%;
    margin: 0px;
    padding: 0px;
    z-index: 4;
}

#profileBackdropFilter {
    position: absolute;
    height: 75%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    /*backdrop-filter: blur(20px);*/
    z-index: 1;
}

#userProfileContainer1 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    transition: left 0.5s;
    background-color: #000;
    z-index: 15;
}

#userProfileBackIcon1 {
    position: absolute;
    height: 45px;
    width: 45px;
    top: 22.5%;
    left: 3.5%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    z-index: 5;
}

#userProfileBackImg1 {
    position: absolute;
    height: 80%;
    width: 80%;
    top: 15%;
    left: 10%;
}

#userProfileName1 {
    position: absolute;
    width: 75%;
    bottom: 44.5%;
    left: 7.5%;
    margin: 0px;
    padding: 0px;
    font-size: 2.5rem;
    font-family: Montserrat;
    font-weight: 800;
    color: #fff;
    line-height: 2.15rem;
    z-index: 5;
}

.vibeButton {
    position: absolute;
    height: 11%;
    width: 33.5%;
    top: 58.7%;
    left: 2%;
    margin: 0px;
    padding: 0px;
    filter: grayscale(0%);
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 5;
}

.boutiqueButton {
    position: absolute;
    height: 11%;
    width: 35%;
    top: 58.7%;
    left: 29%;
    margin: 0px;
    padding: 0px;
    filter: grayscale(0%);
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 5;
}

.messageButton {
    position: absolute;
    height: 100px;
    width: 100px;
    top: 47.5%;
    right: 2.5%;
    margin: 0px;
    padding: 0px;
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 5;
}

.followingIcon {
    position: absolute;
    height: 40px;
    width: 40px;
    top: 32.5%;
    right: 5%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    transition: right 0.5s;
    z-index: 5;
}

#userProfileStatusDiv1 {
    position: absolute;
    width: 75%;
    height: 2.5%;
    top: 57%;
    left: 7.5%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    z-index: 5;
}

#userProfileStatusBubble1 {
    position: absolute;
    width: 5px;
    height:5px;
    top: 50%;
    left: 0%;
    margin: 0px;
    padding: 0px;
    background-color: #74ff5e;
    border-radius: 999px;
    z-index: 5;
}

#userProfileStatus1 {
    position: absolute;
    width: 75%;
    height: 0%;
    top: 57.35%;
    left: 15.5px;
    margin: 0px;
    padding: 0px;
    font-size: 0.9rem;
    font-family: Montserrat;
    font-weight: 200;
    color: #fff;
    line-height: 0%;
    z-index: 5;
}

#userProfileAboutBox1 {
    position: absolute;
    width: 90%;
    height: 28%;
    bottom: 10%;
    left: 5%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    border-radius: 30px;
    z-index: 5;
}

#userProfilePicBubble1 {
    position: absolute;
    height: 70px;
    width: 70px;
    top: 15%;
    right: 22.5%;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    border-radius: 999px;
    box-shadow: 0px 10px 20px 20px rgb(0 0 0 / 50%);
    overflow: hidden;
    z-index: 5;
}

#userProfilePicBubblePic1 {
    position: absolute;
    height: 92.5%;
    width: 92.5%;
    top: 3.75%;
    right: 3.75%;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    border-radius: 999px;
    z-index: 6;
}

#userProfilePicBubbleRing1 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    border-radius: 999px;
    z-index: 5;
}

#userProfileAvatar1 {
    position: absolute;
    height: 65%;
    width: 100%;
    bottom: 33.5%;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    z-index: 3;
}

#userProfilePicBackdrop1 {
    position: absolute;
    height: 65%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
}

#userProfileShadow1 {
    position: absolute;
    height: 65.25%;
    width: 100%;
    bottom: 24.75%;
    margin: 0px;
    padding: 0px;
    z-index: 2;
}

#userAvatarShadow1 {
    position: absolute;
    height: 25%;
    width: 100%;
    bottom: 33.25%;
    margin: 0px;
    padding: 0px;
    z-index: 4;
}

#userProfileBackdropFilter1 {
    position: absolute;
    height: 75%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    /*backdrop-filter: blur(20px);*/
    z-index: 1;
}

#userProfileContainer2 {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 100%;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    transition: left 0.5s;
    background-color: #000;
    z-index: 15;
}

#userProfileBackIcon2 {
    position: absolute;
    height: 45px;
    width: 45px;
    top: 22.5%;
    left: 3.5%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    z-index: 5;
}

#userProfileBackImg2 {
    position: absolute;
    height: 80%;
    width: 80%;
    top: 15%;
    left: 10%;
}

#userProfileName2 {
    position: absolute;
    width: 75%;
    bottom: 44.5%;
    left: 7.5%;
    margin: 0px;
    padding: 0px;
    font-size: 2.5rem;
    font-family: Montserrat;
    font-weight: 800;
    color: #fff;
    line-height: 2.15rem;
    z-index: 5;
}

#userProfileStatusDiv2 {
    position: absolute;
    width: 75%;
    height: 2.5%;
    top: 57%;
    left: 7.5%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    z-index: 5;
}

#userProfileStatusBubble2 {
    position: absolute;
    width: 5px;
    height:5px;
    top: 50%;
    left: 0%;
    margin: 0px;
    padding: 0px;
    background-color: #74ff5e;
    border-radius: 999px;
    z-index: 5;
}

#userProfileStatus2 {
    position: absolute;
    width: 75%;
    height: 0%;
    top: 57.35%;
    left: 15.5px;
    margin: 0px;
    padding: 0px;
    font-size: 0.9rem;
    font-family: Montserrat;
    font-weight: 200;
    color: #fff;
    line-height: 0%;
    z-index: 5;
}

#userProfileAboutBox2 {
    position: absolute;
    width: 90%;
    height: 28%;
    bottom: 10%;
    left: 5%;
    margin: 0px;
    padding: 0px;
    background-color: transparent;
    border-radius: 30px;
    z-index: 5;
}

#userProfilePicBubble2 {
    position: absolute;
    height: 70px;
    width: 70px;
    top: 15%;
    right: 22.5%;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    border-radius: 999px;
    box-shadow: 0px 10px 20px 20px rgb(0 0 0 / 50%);
    overflow: hidden;
    z-index: 5;
}

#userProfilePicBubblePic2 {
    position: absolute;
    height: 92.5%;
    width: 92.5%;
    top: 3.75%;
    right: 3.75%;
    background-color: #fff;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    border-radius: 999px;
    z-index: 6;
}

#userProfilePicBubbleRing2 {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0%;
    right: 0%;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    border-radius: 999px;
    z-index: 5;
}

#userProfileAvatar2 {
    position: absolute;
    height: 65%;
    width: 100%;
    bottom: 33.5%;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
    z-index: 3;
}

#userProfilePicBackdrop2 {
    position: absolute;
    height: 65%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    object-fit: cover;
}

#userProfileShadow2 {
    position: absolute;
    height: 65.25%;
    width: 100%;
    bottom: 24.75%;
    margin: 0px;
    padding: 0px;
    z-index: 2;
}

#userAvatarShadow2 {
    position: absolute;
    height: 25%;
    width: 100%;
    bottom: 33.25%;
    margin: 0px;
    padding: 0px;
    z-index: 4;
}

#userProfileBackdropFilter2 {
    position: absolute;
    height: 75%;
    width: 100%;
    margin: 0px;
    padding: 0px;
    background-color: rgba(0, 0, 0, 0.8);
    /*backdrop-filter: blur(20px);*/
    z-index: 1;
}

#bottomBar {
    position: absolute;
    height: 10%;
    width: 100%;
    bottom: 0.5%;
    margin: 0px;
    padding: 0px;
    z-index: 16;
}

#bottomTick {
    position: absolute;
    height: 4px;
    width: 10px;
    left: calc(13% - 5px);
    bottom: 20%;
    margin: 0px;
    padding: 0px;
    background-color: #ffa5ff;
    border-radius: 999px;
    transition: left 0.5s;
    z-index: 5;
}

#homeIcon {
    position: absolute;
    height: 42.5px;
    width: 42.5px;
    left: calc(13% - 21.25px);
    bottom: 26%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 5;
}

#homeIconBubble {
    position: absolute;
    width: 10px;
    height:10px;
    top: -2.5px;
    right: -2.5px;
    margin: 0px;
    padding: 0px;
    background-color: #8742f5;
    border-radius: 999px;
    opacity: 1;
    transition: opacity 0.5s;
    pointer-events: none;
    z-index: 5;
}

#exploreIcon {
    position: absolute;
    height: 42.5px;
    width: 42.5px;
    left: calc(30.25% - 21.25px);
    bottom: 26%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 5;
}

#exploreIconBubble {
    position: absolute;
    width: 10px;
    height:10px;
    top: -2.5px;
    right: -2.5px;
    margin: 0px;
    padding: 0px;
    background-color: #8742f5;
    border-radius: 999px;
    opacity: 1;
    transition: opacity 0.5s;
    pointer-events: none;
    z-index: 5;
}

#socialIcon {
    position: absolute;
    height: 75px;
    width: 75px;
    left: calc(50% - 38px);
    bottom: 6%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    z-index: 5;
}

#walletIcon {
    position: absolute;
    height: 42.5px;
    width: 42.5px;
    left: calc(69.75% - 21.25px);
    bottom: 26%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 5;
}

#profileIcon {
    position: absolute;
    height: 42.5px;
    width: 42.5px;
    left: calc(87% - 21.25px);
    bottom: 26%;
    margin: 0px;
    padding: 0px;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.5s;
    z-index: 5;
}