html{
    height: 100%; 
    width: 100%; 
}
body{
    height: 100%;
    width: 100%;   
}
i{
    background-color: #003F72;
    margin-right: 20px;
}
li{
    color: greenyellow;
    display: list-item;
}
.container-fluid{
    height: 100%;
    width: 100%; 
    margin: 0px;
    padding: 0px;    
}
.main-container{
    height: 90%;
    width: 100%; 
    margin: 0px;
    padding: 0px; 
    border-bottom: 1px solid gray;
}
.col-online{
    border-right: 1px solid gray;
    height: 100%;  
    overflow-x:scroll;
    overflow-y:scroll;
    background-color: rgb(77, 117, 148);
}
.chat-window{
    height: 80%;
}
.username-group{
    margin-top: 30%;
    margin-left: 30%;
    margin-top: 50px;
    margin-left: 20%;
}
.username-field{
    max-width: 400px;
}
.chat-header{
    color: white;
    background-color: #003F72;
}
.online-text{
    color: greenyellow;
    margin-left: 20px;
    margin-top: 10px;
}
.text-white{
    color: white;
}
.row-buttom{
    position: absolute;
    bottom: 0;
}
.input-chat-message{
    width: 100%;
    resize: both;
}
span{
    padding-right: 10px;
}
.no-border{
    border: none;
    background-color: inherit;
}
.chat-container{
    width: 100%;
    height: 90%;
    background-color: lightslategray;
    overflow: hidden;
    overflow-x:scroll;
    overflow-y:scroll;
    position: absolute;
}
.media-container{
    width: 100%;
    height: 96%;
    background-color: rgb(19, 28, 36);
    overflow: hidden;

    object-fit: cover;
    
    position: absolute;

}

.panel-heading>.nav-tabs {
    border-bottom: none;
    margin-bottom: -10px;
}
.metaMe{
    color: rgb(43, 31, 207);
}
.metaYou{
    color: rgb(80, 218, 45);
}
.white-text{
    color: rgb(10, 5, 5);
}
.clearfix{
    padding-bottom: 5%;
}

.block {
    text-align: center;
    vertical-align: middle;
}
.circle {
    background: red;
    border-radius: 200px;
    color: white;
    height: 200px;
    font-weight: bold;
    width: 200px;
    display: table;
    margin: 20px auto;
}
.circle p {
    vertical-align: middle;
    display: table-cell;
}

.local {
	width: 100%;
    height: 50%;
    border: aqua;
	
}
.remote {
	width: 100%;
	height: 50%;
    border: aqua;
}

.main-title{
    color: aqua;
    text-align: center;
    padding-top: 40%;
}
.alert{
    width: 30%;
    margin-left: 30%;
}
.place{
    margin-top: 15%;
    margin-left: 30%;
    color: chartreuse;
    font-size: 50px;
}
