html, body {
	font-family: Arial, Tahoma, sans-serif;
	background: transparent;
}
html{
	display: none;
}

* {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important; 
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important; 
    outline: none !important;
} 

::-webkit-scrollbar-track{
display: none;
}
::-webkit-scrollbar{
width: 8px;
z-index:200;
height: 5px;
}
::-webkit-scrollbar-thumb{
background-color: rgba(147, 218, 73);
border-radius: 10px;
}
.login-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: white;
	opacity: 1; /* Firefox */
  }
#user-access {
	min-height: 100vh;
	max-height: 100vh;
}
.login-box {
    position: absolute;
    top: 41%;
    left: 50%;
    transform:  translate(-50%,50%);
    background: rgb(1, 156, 156);
    height: 60px;
    border-radius: 40px;
	padding: 10px;
	box-shadow: 0 8px 17px 2px rgba(0,0,0,0.14), 0 3px 14px 2px rgba(0,0,0,0.12), 0 5px 5px -3px rgba(0,0,0,0.2);

}
.menu{
	display: none;
}
.line {
	fill: none;
	stroke:  rgb(1, 156, 156);
	stroke-width: 6;
	transition: stroke-dasharray 600ms cubic-bezier(0.4, 0, 0.2, 1),
	  stroke-dashoffset 600ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  .line1 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
  }
  .line2 {
	stroke-dasharray: 60 60;
	stroke-width: 6;
  }
  .line3 {
	stroke-dasharray: 60 207;
	stroke-width: 6;
  }
  .opened .line1 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
  }
  .opened .line2 {
	stroke-dasharray: 1 60;
	stroke-dashoffset: -30;
	stroke-width: 6;
  }
  .opened .line3 {
	stroke-dasharray: 90 207;
	stroke-dashoffset: -134;
	stroke-width: 6;
  }
/* .login-box:hover > .login-input {
    width: 240px;
    padding: 0 6px;
}

.login-box:hover > .login-button {
  background: white;
  color : rgb(1, 156, 156);
} */
.login-button {
    color: white;
    float: right;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: rgb(0, 104, 104);
    display: flex;
    justify-content: center;
    align-items: center;
	transition: 0.4s;
	border: 0px;
}

.login-input {
    border:none;
    background: none;
    outline:none;
    float:left;
    padding: 0;
    color: white;
    font-size: 16px;
    transition: 0.4s;
    line-height: 40px;
    width: 200px;

}
@media only screen and (max-width: 300px) {
	.login-input {
	  width: 150px;
	}
	#message-history{
		width: 100%!important;
		border: 0px solid!important;
	}
	#user-list{
		display: none;
	}
	.mobile{
		display: block!important;
	}
	.menu{
		display: revert;
	}
  }

  @media only screen and (max-width: 519px){
	.login-button{
		position: absolute;
		left: 180px;
		float: none;
	}
	.login-box {
		left: 44.5%;
	}
  }

/* @media screen and (max-width: 620px) {
    .login-box:hover > .login-input {
        width: 150px;
        padding: 0 6px;
    }
} */

form {
	margin: 15px 0;
}

form input[type='text'] {
	border: 2px solid #45C5BF;
	border-radius: 5px;
	padding: 5px;
	width: 75%;
}

form input[type='submit'] {
	background: #45C5BF;
	border: none;
	border-radius: 5px;
	color: #FFF;
	cursor: pointer;
	font-weight: bold;
	padding: 7px 5px;
	width: 19%;
}

#message-history {
	overflow: scroll;
	overflow-x: hidden;
	/* Hide horizontal scrollbar */
	overflow-y: scroll;
	/* Add vertical scrollbar */
	word-wrap: break-word;
	padding: 10px;
    width: 75%;
}

#message-history, #user-list {
	background: #FFF;
	border: 2px solid #E0E0E0;
	border-bottom: none;
	float: left;
	margin-bottom: 10px;
	width: 75%;
	height: calc(100vh - 138px);
	background: #F9F9F9;
	font-size: 12px;
}
#user-list{
	padding-left: 10px;
    padding-top: 10px;
}

#user-list > option{
	margin-top: 10px;
	text-align: left;
}

#user-list:first-child{
	text-align: center!important;
}

#chat-room {
	display: none;
	background: #FFF;
	overflow-x: hidden;
}

#message-history {
	border-right: 0;
}

#message-history .sistema {
	background-color: #e3e7e7;
	color: rgb(0, 0, 0);
}

#message-history .privada {
	background-color: #CCC;
	color: #000;
	font-weight: bold;
}

textarea {
	resize: none;
}

.emoji-item {
	cursor: pointer;
	zoom: 1.5;
}

.box-emoji {
	overflow: auto;
}

.box-user-list:first-child {
	text-align: center;
	font-weight: 600;
	border-bottom: 2px solid #00000040;
	padding-top: 6px;
	padding-bottom: 6px;
}

.box-text-area {
	border-left: none;
	border-top: none;
	border-right: none;
}


.area{
	margin: 10px auto;
	box-shadow: 0 10px 100px #ccc;
	padding: 20px;
	box-sizing: border-box;
	max-width: 500px;
}

.area video{
	width: 100%;
	height: auto;
	background-color: whitesmoke;
}

.area button{
	-webkit-appearance: none;
	width: 100%;
	box-sizing: border-box;
	padding: 10px;
	text-align: center;
	background-color: #068c84;
	color: white;
	text-transform: uppercase;
	border: 1px solid white;
	box-shadow: 0 1px 5px #666;
}

.area button:focus{
	outline: none;
	background-color: #0989b0;
}

.area img{
	max-width: 100%;
	height: auto;
}

.area .caminho-imagem{
	padding: 5px 10px;
	border-radius: 3px;
	background-color: #068c84;
	text-align: center;
}

.area .caminho-imagem a{
	color: white;
	text-decoration: none;
}

.area .caminho-imagem a:hover{
	color: yellow;
}