* {
  margin:0;
  padding:0;
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

body{
  line-height: 1.85em;
  font-size: 16px;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  margin: 0;
  padding: 0;
  font-weight: normal; 
}
h1{
  font-family: 'Open Sans Condensed', sans-serif;
}


.media-right{
  padding-right: 10px;
  padding-left: 0px;
  padding-top: 4px;
}

.media-body_chat{
    width: 100vw;
    word-break: break-all;
    background: white;
    padding: 10px;
    border-radius: 0 15px 15px 15px;
    font-size: 1.4rem;
}
.media-object_chat{
  width: 35px;
  height: 35px;
  border-radius: 50%;
  box-shadow: 2px 2px 4px 1px #ffffff;
	/* border-radius: 50%; */
}
.chat {
  /* border: 1px solid #ccc; */
    /* background: #f9f9f9; */
    border-radius: 15px 15px 0px 0px;
    padding: 20px;
    max-height: 60vh;
    min-height: 60vh;
    overflow-y: auto;
    background: linear-gradient(to bottom,#fbffdd, #fff3e5, #fbd1b7);
}

.chat>.media{
  display: flex;
}
.peer_id {
	padding-top: 7px;
}
#message {
	border-radius: 0 0 0px 4px;
    /* border-top: 0; */
    height: 50px;
}
#sendbutton{
  width: 60px;
  height: 50px;
  border-radius: 0 15px 15px 0;
  border: 0;
}
.notification {
    padding: 10px;
}
input {
    -webkit-box-shadow:none !important;
    box-shadow:none !important;
}
/* input[type="text"] {
    border-radius: 4px !important;
} */

@media only screen and (max-width: 1200px) {
    body {
        padding: 10px;
        font-size:1rem;
        background:#193544;
        background-size: cover;
    }

    .center{
      text-align: center;
      align-items: center;
    }

    .center>div{
      border: 1px solid #eee;
      box-shadow: 0 2px 10px 0px #eee;
      border-radius: 30px;
      background-color: #fff;
    }

    h1{
      font-size: 3rem!important;
    }

}

.no-padding{
  padding:0px;
}

.home_img{
  height:100vh;
}

.center{
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100vh;
}
 
.center>div{
  padding: 6vh;
  width: fit-content;
}

.form-group_block{
    display: inline-flex;
    width: 100%;
}

.form-control{
  height:50px;
}

h1{
  font-size: 4rem;
}

.btn{
  border-radius: 0px;
}

.form-group_block input[type="text"] {
  border-color: #f9f9f9;
  border-radius: 15px 0 0 15px!important
}

.form-group_block>button{
  border-radius: 0 15px 15px 0!important;
  border-color: #3da4ab;
  background-color: #3da4ab;
  height: 50px; 
}

.btn-primary:hover{
  background-color: #2f8c92;
  border-color: #2f8c92;
}

.head_connect{
  padding-top:10px;
}
 

.head_connect .input-group>.input-group-btn>button{
    border-radius: 0 15px 15px 0!important;
    border-color: #3da4ab;
    height: 50px;
    background: #3da4ab;
    color: white;
}

.head_connect .input-group>.input-group-btn>button:hover{
  background-color: #2f8c92;
  border-color: #2f8c92;
}

.glyphicon {
  color: #2f8c92;
}

.head_connect .input-group>input{
  height: 50px;
  border-color: #f9f9f9;
  border-radius: 15px 0 0 15px!important
}

.chat_input_block{
    /* background: #f9f9f9; */
    background:#fbd1b7;
    height: auto;
    border-radius: 0 0 15px 15px;
}

.chat_input_block .input-group{
  padding: 20px;
}

.chat_input_block .input-group>input{
  border-radius: 15px 0 0 15px!important;
  border: 0px;
}

.btn_back{
  padding-top: 10px;color: #c7c7c7;
  cursor: pointer;
  text-align: right;
}

.btn_back>i{
  font-size: 1.2rem;
}

.btn_back>span{
  font-size: 1.3rem;
  margin-right: 5px;
}

.p-0{
  padding:0px;
}

 