body{    
	font-synthesis: none;
    -moz-font-feature-settings: "kern";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent;
    text-rendering: optimizeLegibility;
    direction: ltr;
    margin-left: auto;
    margin-right: auto;
    background-color: #000;
    overflow-x: hidden;
    width: 100vw;
}

.opacity-0{
	opacity: 0;
}

.opacity-1{
	opacity: 1;
    transition: opacity 1250ms ease-in-out;
}

.next-container{
	width: 100%;
    display: flex;
    justify-content: flex-end;
}


.next-icon{
    min-width: 12px;
    height: 12px;
    margin-left: 8px;
    background: url("https://files.cargocollective.com/c2080154/enter.svg") no-repeat;
	background-size: contain;
    background-position: center bottom;
}

.content_padding{
	padding: 0px !important;
}

p{
	margin-block-start: 0;
    margin-block-end: 0;
}

h1, h2, h3, h4{
	margin-bottom: 0px;
}

p{
	margin-block-start: 0;
    margin-block-end: 0;
}

h1, h2, h3, h4{
	margin-bottom: 0px;
}

a{
    text-decoration-line: none;
	text-decoration-color: currentColor;
    color: inherit;
}

.mono{
	font-family: "Monument Grotesk Mono Variable", Icons;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 1;
}

.next{
	font-family: "Monument Grotesk Mono Variable", Icons;
	font-style: normal;
	font-weight: 400;
	font-variation-settings: 'slnt' 0, 'MONO' 1;
   	display: flex;
    flex-direction: row;	
    align-items: center;
    justify-content: center;
    padding: 16px 16px 16px 20px;
    background-color: #F51BE4;
    border: 1px rgba(255, 255, 255, 0.24) solid;
    border-radius: 16px;
    font-size: 17px;
    letter-spacing: 0.015em;
    color: #fff;
    margin-bottom: 10px;
    cursor: pointer;
}

.next:hover{
	background-color: #d400c4;
    transition: background-color 80ms ease-in-out;
}

.next-contaier{
	width: 100%;
    display: flex;
    justify-content: flex-end;
}


.app{
    margin: 20px 10px 20px 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
}
    
   
.chat-col{
    margin-top: 240px;
}

.space-between{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.column{
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.chat{
    width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 16px 24px 16px;
    border-radius: 16px;
    margin-bottom: 10px;
    background-color: rgba(255, 255, 255, 0.82);
	-webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border: 1px rgba(255, 255, 255, 0.08) solid;
}

.chat-dark{
    width: 100%;
    padding: 16px 16px 16px 16px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 42.19%);
	-webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    border-radius: 16px;
    margin-bottom: 10px;
    border: 1px rgba(255, 255, 255, 0.08) solid;
}

.chat-text-light{
    width: 100%;
    padding-top: 9px;
    flex: 1 1 100%;
    font-size: 12px;
    line-height: 156%;
    letter-spacing: 0.015em;
    color: rgba(212, 214, 217, 0.5);
}

.chat-text-light-small{
	width: 100%;
	display: flex;
    font-size: 12px;
    line-height: 156%;
    letter-spacing: 0.015em;
    color: rgba(212, 214, 217, 0.5);
}

.super{
	min-width: 40px;
    height: 40px;
    margin-right: 16px;
    background: url("https://files.cargocollective.com/c2080154/super.svg") no-repeat;
	background-size: 80%;
    background-position: 6px 7px;
    background-color: black;
    border-radius: 8px;
    display: none;
}

.super-game{
    height: 60vh;
    background: url("https://files.cargocollective.com/c2080154/super.svg") no-repeat;
	background-size: contain;
    background-position: center center;
}

.logo{
    width: 100%;
    height: 240px;
    background: url("https://files.cargocollective.com/c2080154/logo.svg") no-repeat;
	background-size: contain;
    background-position: top left;	
    z-index: 999;
}

.chat-text{
    padding-top: 9px;
	display: flex;
    flex: 1 1 100%;
    font-size: 17px;
    line-height: 124%;
    color: #000;
}

#chat-01{
    
}

#chat-02{
	display: none;
}

#chat-03{
	display: none;
}

#chat-04{
	display: none;
}

#chat-05{
	display: none;
}

#chat-06{
	display: none;
}

#chat-07{
	display: none;
}

#chat-08{
	display: none;
}

#chat-09{
	display: none;
}

#chat-10{
	display: none;
}

#chat-11{
	display: none;
}

#chat-12{
	display: none;
}

#chat-13{
	display: none;
}

#chat-14{
	display: none;
}



@media only screen and (min-width: 767px) {
.app{
	width: calc(100% - 40px);
    margin: 20px auto 20px auto;
    height: 100%;
    display: flex;
    flex-direction: row;
}

.col{
	display: flex;
    flex: 1 1 60%;
}

.chat-col{
	display: flex;
    flex-direction: row;
    flex: 1 1 420px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 0px;
}

.chat-col-reverse{
    display: flex;
    flex-direction: column;
    width: 420px;
    justify-content: flex-end;
    position: fixed;
    bottom: 20px;
    right: 20px;
    height: 100vh;
}
    
.flex-end-reverse{  
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    min-height: min-content;
}
    
.app-reverse{   
	width: 100vw;
    min-height: 100vh;
    padding: 20px 20px 20px 20px;
}
    
.space-between{
	min-height: 96vh;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
    

.column{
	display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

.chat{
    width: 100%;
	display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 12px 16px 24px 24px;
    border-radius: 16px;
    background-color: rgba(255, 255, 255, 0.82);
	-webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
    margin-bottom: 10px;
    border: 1px rgba(255, 255, 255, 0.08) solid;
}

.chat-dark{
    flex: 1 1 100%;
    padding: 24px 16px 24px 24px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, #000 42.19%);
    border-radius: 16px;
    margin-bottom: 10px;
}

.chat-text-light{
    width: 100%;
    display: inline-flex;
    flex-wrap: wrap;
    padding-top: 9px;
	display: flex;
    font-size: 12px;
    line-height: 156%;
    letter-spacing: 0.015em;
    color: rgba(212, 214, 217, 0.5);
}
    
.chat-text-light-small{
    width: 100%;
    font-size: 12px;
    line-height: 156%;
    letter-spacing: 0.015em;
    color: rgba(212, 214, 217, 0.5);
}
    

.super{
	min-width: 40px;
    height: 40px;
    margin-right: 16px;
    background: url("https://files.cargocollective.com/c2080154/super.svg") no-repeat;
	background-size: 80%;
    background-position: 6px 7px;
    background-color: black;
    border-radius: 8px;
}

.super-game{
	width: 100%;
    max-height: 420px;
    background: url("https://files.cargocollective.com/c2080154/super.svg") no-repeat;
	background-size: contain;
    background-position: center center;
}
    
.logo{
    position: fixed;
    width: 40%;
    background: url("https://files.cargocollective.com/c2080154/logo.svg") no-repeat;
	background-size: contain;
    background-position: top left;	
}
    

.chat-text{
    padding-top: 9px;
	display: flex;
    font-size: 17px;
    line-height: 132%;
    letter-spacing: 0.015em;
    color: #000;
}
}


