
@import url('https://fonts.googleapis.com/css?family=Indie+Flower');
@import url('https://fonts.googleapis.com/css?family=Pacifico');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,700');


* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
}

html, body {
	height: 100%;	
}

body {
		background:  url();
  background-repeat: no-repeat;
  background-size: 100% 100%;
	font-family: "UbuntuRegular", Georgia, serif;
	font-size: 18px;
	color: #FAFAFA;
	color: #333;
	line-height: 1.5!important;

}

@media (max-width:500px)
{

body {
	
  background-repeat: no-repeat;
  background-size: 100% 100%;}
}






div#BNTWORX-chat {
	height: 100%;
}


div#bntworx-login {
	background: url(img/bntworx-rules-main.png) 50% 100% / 100% auto no-repeat;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	overflow: hidden;
}
@media only screen and (max-width: 550px) {
	div#bntworx-login {
		background-size: 100% 200px;
	}
}

.login-connect span {
	font-size: 14px;
}

.login-connect h1 {
	margin: 20px auto 5px;
	font-family: 'Pacifico', cursive;
	font-size: 34px;
}

.login-connect h2 {
	font-family: 'Indie Flower', cursive;
	font-size: 16px;
	font-weight: 600;
}

input.connect-submit {
 margin: 0 auto;
 color: #fff;
    background-color: #fc00f3;
    border-color: pink;
}
input#fbconnect {
-webkit-appearance: none;
    align-items: center;
    border: 1px solid transparent;
    border-radius: 4px;
    box-shadow: none;
    display: inline-flex;
    font-size: 1rem;
    height: 3.25em;
    justify-content: flex-start;
    line-height: 1.5;
    padding: calc(.375em - 1px) calc(.625em - 1px);
    position: relative;
    vertical-align: top;
}
@media only screen and (max-width: 410px) {
	input.connect-submit {
		
	}
}

img.connect-logo {
	display: block;
	width: 210px;
	margin: 45px auto 10px;
}



/*==================================================*/



div#bntworx-composer {
	position: relative;
	width: 100%;
	height: 75px;
	box-shadow: 0 2px 2px transparent;
}

div.composer-wrapper {
	background: transparent;
	width: 100%;
	height: 100%;
}

div.composer-user-pic {
	width: 75px;
	height: 75px;
	padding: 10px 10px;
	overflow: hidden;
	float: left;
}
.composer-user-pic img { 
   display: block;
	width: 100%;
	height: 100%;
	padding: 3px;
	border: #58D3F7;
	border-radius: 60%;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);

}

div.composer-user-text {
	width: calc(100% - 75px);
	padding: 0 5px;
	float: left;
}
input.composer-text {
	background: white;
    width: 100%;
    margin: 10px 0 5px;
    padding: 12px 20px;
    border: 1px solid black;
    border-radius: 5px;
    color: black;
    font: 400 12px Arial;
	
}
input.composer-button {
	background: #374352!important;
    padding: 3px 18px;
    border: 1px solid black;
    border-radius: 3px;
    color: #f1f1f1;
    font: 400 12px Arial;
    cursor: pointer;
	float: right;
}
div.composer-buttons {
	float: left;
}
.composer-buttons input {
	background: #dd435f!important;
    margin-right: 2px;
    padding: 3px 8px;
    border: 1px solid black;
    border-radius: 2px;
    color: #ffffff;
    font: 400 10px Arial;
    cursor: pointer;
    float: left;
}

@media only screen and (max-width: 375px) {
	input.composer-button {
		padding: 3px 8px;
	}
	
	div.composer-buttons input {
		padding: 3px 5px;
	}
}

div.smiley-wrapper {
	position: absolute;
	margin-top: 22px;
	width: 80%;
	height: 400px;
	background: white;
	border-radius: 3px 3px 3px 3px; 
	-moz-border-radius: 3px 3px 3px 3px; 
	-webkit-border-radius: 3px 3px 3px 3px;
	border-top: 2px solid #001457;
	padding: 10px;
	z-index: 9999;
	display: none;
	margin-left: 5px;
	overflow-x: auto;
}

div.smiley-wrapper img {
	cursor: pointer;
}

div.smiley-wrapper img:hover {
	opacity: 0.3;
}
/*Media Query for smaller device to see all smiley*/
@media only screen and (max-width: 550px) {
	div.smiley-wrapper {
		position: absolute;
		left: 0;
		right: 0;
		width: 90%;
		margin: 33px auto 0;
	}
	
	div.smiley-wrapper img {
		height: 36px;
	}
}


/*==================================================*/


table {
	width: 100%;
	transform: translateX(100px);
	transition: transform 200ms linear;
}

td.bntworx-avatar {
	vertical-align: top;
}
.bntworx-avatar-con {
    
	position: relative;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	z-index: 2;
	
	    background: orange;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
    float: left!important;
}


.bntworx-avatar-con:after {
    
	content: '';
    position: absolute;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent orange;
    display: block;
    width: 0;
    z-index: 1;
    right: -8px;
    top: 18px;
}
.bntworx-avatar-user-pic {
	display: block;
	width: 100%;
	height: 100%;
	padding: 3px;
	border: #58D3F7;
	border-radius: 50%;
	-webkit-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
	-moz-box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
	box-shadow: 0px 0px 10px 2px rgba(0,0,0,0.5);
}
.bntworx-avatar-reply {
    background: black;
	position: absolute;
	display: block;
	top: 0; left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
    color: white;
	font: 700 11px/50px sans-serif;
    text-transform: uppercase;
    text-align: center;
	opacity: 0;
    cursor: pointer;
	z-index: 2;
	transform: scale(1);
	transition: all 200ms linear;
}
.bntworx-avatar-reply:hover {
	transform: scale(1.1);
	opacity: 0.8;
}


td.bntworx-message {
	width: 100%;
	padding-left: 10px;
	vertical-align: top;
word-break: break-word;
	
}
.bntworx-message-con {
color: #fff;
    background: #44c3eb;
    -webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.3);
    -moz-box-shadow: 0px 0px 15px 3px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 15px 3px #005191;
   
    width: 100%;
    padding: 0.4rem;
    border-radius: 0.3rem;
word-break: break-word;
    
    
}
.bntworx-message-con:before {
background: #2c184a40;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
   position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 2px;
	z-index: 1;
word-break: break-word;
}
.bntworx-message-con:after {
	content: "";
	position: absolute;
	display: block;
	top: 10px;
	left: -24px;
	border: solid 15px transparent;
	border-right-color: none;
	z-index: -1;
	word-break: break-word;
}
.bntworx-message-user-name {
    color:white ;
	position: relative;
	font: 700 16px/1.5 'Montserrat', Arial;
	text-decoration: none;
	text-shadow: 1px 1px 1px #131304;
	z-index: 2;
}
.bntworx-message-user-name:hover {
	opacity: .75;
	-ms-filter: ÃƒÂ¢Ã¢â€šÂ¬Ã…â€œalpha(opacity=75)ÃƒÂ¢Ã¢â€šÂ¬Ã‚Â; 
	filter: alpha(opacity=75); 
	-khtml-opacity: .75;
	-moz-opacity: .75;
}
.bntworx-message-ban {
	position: relative;
	float: right;
    background: orange;
	border: 2px solid transparent;
	-webkit-border-bottom-right-radius: 4px;
	-webkit-border-bottom-left-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-moz-border-radius-bottomleft: 4px;
	border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
		border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	padding: 3px 6px;
	font-size: 8px;
	color: black;
	font-weight: bold;
	cursor: pointer;
	margin-top: 0px;

	z-index: 2;
}
.bntworx-message-user-position {

    position: relative;
    background-image: linear-gradient(to bottom right, purple, red);
    font-size: 8px;
    color: #fff;
    padding: 2px;
    border-radius: 3px;
    padding-right: 2px;
    padding-left: 2px;
    background-image: linear-gradient(to bottom right, purple, red);
    color: white;
    font: 400 8px 'Montserrat', Arial;
    text-transform: uppercase;
    z-index: 2;
}
.bntworx-message-msg {
	position: relative;
color: white;
    text-shadow: 0px 0px 5px #000000;
	font: 400 17px/2 Arial;
	word-wrap: break-word;
	z-index: 2;
		font-weight: bold;
		line-height: 1!important;
}
.bntworx-message-time {
	position: relative;
	display: block;
	color: black;
	font: 400 9px 'Montserrat', Arial;
	text-align: right;
	z-index: 2;
	    text-transform: uppercase !important;
}


td.bntworx-global-message {
	background: #2c184a40 no-repeat;
	vertical-align: top;
}
.bntworx-global-message-con {
	padding: 14px 5px;
	color: white;
	font: 400 14px 'Montserrat', Arial;
	text-align: center;
	background: #2c184a40;
	
}


td.bntworx-welcome-message {
	vertical-align: top;
font-size: 18px;
    width: 99%;
    font-family: ARIAL;
 


  
   
    -webkit-animation: colorRotate 6s linear 0s infinite;
    -moz-animation: colorRotate 6s linear 0s infinite;
    -o-animation: colorRotate 6s linear 0s infinite;
    animation: colorRotate 6s linear 0s infinite;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 1);
    margin-top: -2px;
    margin-right: 3px;
    text-align: center;
     border-radius: 5px;
 
  
}
.bntworx-welcome-message-con {
padding: 14px 5px;
color: #fff;
    background-color: rgb(255 66 153);

    background: transparent url(CONFETTI.gif) repeat center center fixed; 
    
/*ttps://i.pinimg.com/originals/55/6e/55/556e5527496fffbc21ebcae4c5580662.jpg	background: #d75fff url(https://www.103.6grmmusicloversfm.com/video/grmmusic.jpg) no-repeat center center fixed;  */
   -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;   
     
    width: 100%;
    padding: 1rem;
    border-bottom-left-radius: 5px;
     border-bottom-right-radius: 5px;
    word-break: break-all;;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -moz-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -ms-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    -o-box-shadow: 0 1px 1px rgba(0,0,0,.1);
    box-shadow: 0 1px 1px rgba(0,0,0,.1);
	font: 400 13px 'Montserrat', Arial;
	text-align: center;

}




div#BNTcontainer {
	position: relative;
	width: 100%;
	height: calc(100% - 75px);
}

.chat-wrapper {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 5px 5px;
	overflow-y: auto;
	overflow-x: hidden;
}

::-webkit-scrollbar { width: 5px; }
::-webkit-scrollbar-track { background: rgba(19,19,4,0.55);
  border: none;
  border-radius: 100px; } 
::-webkit-scrollbar-thumb { background: #f0f0e1; } 
::-webkit-scrollbar-thumb:window-inactive { background: pink; }



