@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300&display=swap');

@mixin vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

* {
    box-sizing: border-box;
}

html {
    height: 100%;
    font-family: 'Roboto', sans-serif;

}

body {
    margin: 0px;
    height: 100%;
}

h1 {
font-size: 20px;
}

header {
    text-align: center;
}

h1 {
    font-family: 'Comfortaa', sans-serif;
    margin: 0px;
}

div#change_username, section#input_zone {
    border: 5px outset #8258FA;
}

div#change_username {
    height: 3%;
    display: inline-block;
    background-color: #BCA9F5;
}


section#lobby {
    border: 1px inset #38b3ff; 
    min-height: 400px;
	max-width: 300px;
}


section#chatroom {
    border: 1px inset #8258FA;
    min-height: 300px;
	width: 680px;		
	
}


section#waiting {
    border: 1px inset #00bf19;
    min-height: 400px;
	max-width: 300px;
}

section#signed {
    border: 1px inset #78004c;
    min-height: 400px;
	max-width: 300px;
}

section#count {
    border: 1px inset #36000c;
    min-height: 400px;
	max-width: 300px;
}


section#input_zone {
    height: 7%;
    text-align: center;
    background-color: #BCA9F5;
}

.vertical-align {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

input#username {
    font-family: 'Comfortaa', sans-serif;
}

input#message {
    display: inline-block;
    width: 80%;    
    font-family: 'Comfortaa', sans-serif;
    font-size: 14px;
}

button#send_message {
    display: inline-block;
    height: 70%;
    width: 10%;
}

p.message {
    margin: 0px;
    width: 100%;
    height: 40px;
    font-size: 2vh;
    font-family: 'Comfortaa', sans-serif;
    padding: 1vh;
}

.message:nth-child(even) {
    background-color: #ffffe0;
	max-width: 500px;
    word-break: break-all;
}

.message:nth-child(odd) {
    background-color: #ffffff;
    max-width: 500px;
    word-break: break-all;
}

ol{
padding-left: 0px;
}


#queue_users .list-group-item:first-child  {
    background-color: #f5f5f5;
}


.counter {
  position: absolute;
  top: 35px;
  left: 190px;
}

.messages {
    height: 260px;
    margin: 0;
    overflow-y: auto;
    padding: 10px 20px 10px 20px;
}

.watchlist {
    height: 260px;
    margin: 0;
    overflow-y: auto;
    padding: 10px 20px 10px 20px;
}



.btn-lg {
    padding: 10px 20px;
    font-size: 20px;
    border-radius: 10px;
	width: 220px;
}



#n_log_in{
  width: 280px;
  #height: 250px;
  border: 1px solid #c3c3c3;
  #display: flex;
  flex-wrap: wrap;
 margin-left: auto;
  margin-right: auto;


}

#n_log_in input[type=text], input[type=password]  {
  max-width: 450px;
  background-color: #f6f6f6;
  border: none;
  color: #0d0d0d;
  padding: 15px 32px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 16px;
  margin: 5px;
  width: 85%;
  border: 2px solid #f6f6f6;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  -webkit-border-radius: 5px 5px 5px 5px;
  border-radius: 5px 5px 5px 5px;
}

#n_log_in input[type=text]:focus {
  background-color: #fff;
  border-bottom: 2px solid #5fbae9;
}

#n_log_in input[type=text]:placeholder {
  color: #cccccc;
}


.button-box {
   text-align:center;
   margin-top:20px;
}