.box{
  word-break:keep-all;
  padding:10px 20px;
  box-sizing: border-box;
  border-radius:10px;
  color:var(--slang-text-1);
  background:var(--slang-bg-1);
}

.box + .box{
    /* border-top: solid 1px #F0F0F0; */
}

.group{
  padding:20px 20px 0 20px;
  margin-bottom:20px;
  /* border-radius:0 !important; */
  display: flex;
    flex-direction: column;
}

.content{
    font-size:15px;
  display:block;
  margin-bottom:10px;
  gap:0;
}

.content > span{
    gap:0;
}


button.bg0:hover{
    background:#FADC8E;
    transition: all ease 0.2s 0s;
}


/* - */


*{
letter-spacing:1px !important; 
line-height:150%;
}

slang-post{
    width:100%;
    height:100%;
    display:block;
}

body{
    cursor:url('https://slang.place/web/img/cursor.svg?light') 20 20, auto;
}

a, button, .button, .csp, .clickable{
    cursor : url('https://slang.place/web/img/pointer.svg?light') 20 20, auto;
}

input, textarea{
    cursor : url('https://slang.place/web/img/text.svg?light') 20 20, auto;
}

amazing-click, crazy-click, .postLink, postLinkVz61{
    cursor : url('https://slang.place/web/img/open.svg?light') 20 20, alias;
}

input:disabled, button:disabled{
    cursor:not-allowed;
}


img{vertical-align:text-bottom}


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

#serverMenu{
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

  .chatElement::-webkit-scrollbar {
    width: 20px;
  }
  .chatElement::-webkit-scrollbar-thumb {
    background-color: var(--slang-text-2);
    border-radius: 10px;
    background-clip: padding-box;
	border: 5px solid transparent;
  }
  .chatElement::-webkit-scrollbar-track {
    background-color: transparent;
    border-radius: 10px;
  }
  
html{
    letter-spacing:1px;
  position:fixed;
  width:100%;
  height:100%;
  overflow:hidden;
  font-size:15px;
  outline:none !important;
}

body{
  position:fixed;
  overflow-y:scroll;
  margin:0;
  width:100%;
  height:100%;
  background-color:var(--slang-bg-1);
  overscroll-behavior-y:none !important;
  overflow-x: hidden;
}




@keyframes gradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@media (min-width: 900px){

body::-webkit-scrollbar:horizontal{
  display: none;
}

body::-webkit-scrollbar-thumb:horizontal {
  display: none;
}

body::-webkit-scrollbar{
    width: 20px;
  }

body::-webkit-scrollbar-thumb {
    background-color: #ffffffC2;
    border-radius: 10px;
    background-clip: padding-box;
    border: 5px solid transparent;
  }

body::-webkit-scrollbar-track {
    background-color: none;
  }

body::-webkit-scrollbar-track:hover{
    background-color: #454545;
  }
  
}

h1, h2, h3, h4, h5, h6{
    margin: 0;
}

::-moz-selection { /* Code for Firefox */
  background: #FFCD4A;
  color:#333;
}

::selection {
  background: #FFCD4A;
  color:#333;
}

*{
    z-index:0;
    font-display: swap;
	font-family:'NanumSquare', sans-serif;
	outline:none;
	font-weight:400;
}

.fontEmoji{
    font-family:'emoji', 'NanumSquare';
    word-spacing:-12px;
    font-size: 16px;
}

.picker{
    padding: 5px;
    border-radius: 10px;
}

b{
    font-weight: 600 !important;
}



:focus-visible:not(input):not(textarea){
        outline: 2px solid #fff;
    outline-offset: -2px;
    border-radius: 10px;
}

:focus:not(:focus-visible) {
    outline: 0;
}


::placeholder{
  color:var(--slang-text-2);
}

a{
    text-decoration:underline;
}

input, textarea{
  padding:0 20px;
  font-size:15px;
  border:none;
  display:block;
}

button{
  border:none;
  padding:10px 20px;
  font-size:20px;
  vertical-align: middle;
  background:none;
  text-align:left;
}

amazing-click{
    width:fit-content;
    word-break:break-all;
}

crazy-click{
    width:fit-content;
    word-break:break-all;
}

click-url{
    word-break:break-all;
}