::selection {
  background: #72538f;
  color:#fff;
}
::-moz-selection {
  background: #72538f;
  color:#fff;
}

.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
	right: auto!important;
}

.page-title {
	font-family: 'Alex Brush', cursive;
	font-size: 36px !important;
}

@media only screen and (max-width: 768px) {
  .page-title  {
   font-size: 24px !important;
  }
}

.cropped {
	object-position: 50% 0px;
	object-fit: none;
}

.cropped2 {
	object-position: 50% 0px;
	object-fit: contain;
}

.avatar-xl {
    height: 120px;
    width: 120px;
}

.avatar-md {
    height: 100px;
    width: 100px;
}

.avatar-sm {
    height: 80px;
    width: 80px;
}

.crop {
	width: 120px;
	height: 150px;
	overflow: hidden;
}

.crop img {
	width: 180px;
	height: 280px;
	margin: 0 0 -160 0;
}

.rounded-circle {
    border-radius: 50% !important;
}
#avatarbig {
	position:relative;
	width:180px;
	height:280px;
}

#avatarbig .base { 
	z-index: 0;
	position:absolute;
	top:0;
	left:0;
}
#avatarbig .eyes { 
	z-index: 1;
	position:absolute;
	top:0;
	left:0;
}
#avatarbig .face { 
	z-index: 2;
	position:absolute;
	top:0;
	left:0;
}
#avatarbig .mund { 
	z-index: 3;
	position:absolute;
	top:0;
	left:0;
}
#avatarbig .hat_back { 
	z-index: 4;
	position:absolute;
	top:0;
	left:0;
}
#avatarbig .hair_back { 
	z-index: 5;
	position:absolute;
	top:0;
	left:0;
}
#avatarbig .socks { 
	z-index: 6;
	position:absolute;
	top:0;
	left:0;
}
#avatarbig .pants { 
	z-index: 7;
	position:absolute;
	top:0;
	left:0;
}
#avatarbig .shoes { 
	z-index: 8;
	position:absolute;
	top:0;
	left:0;
}
#avatarbig .top_front { 
	z-index: 9;
	position:absolute;
	top:0;
	left:0;
}
#avatarbig .top_back { 
	z-index: 10;
	position:absolute;
	top:0;
	left:0;
}
#avatarbig .accessoire { 
	z-index: 11;
	position:absolute;
	top:0;
	left:0;
}
#avatarbig .accessoire1 { 
	z-index: 12;
	position:absolute;
	top:0;
	left:0;
}
#avatarbig .hair_front { 
	z-index: 13;
	position:absolute;
	top:0;
	left:0;
}
#avatarbig .hat_front { 
	z-index: 14;
	position:absolute;
	top:0;
	left:0;
}

#elfe {
	position:relative;
	width:130px;
	height:200px;
}

#elfe .hair_back { 
	z-index: 0;
	position:absolute;
	top:0;
	left:0;
}

#elfe .base { 
	z-index: 1;
	position:absolute;
	top:0;
	left:0;
}

#elfe .eyes { 
	z-index: 1;
	position:absolute;
	top:0;
	left:0;
}

#elfe .kragen { 
	z-index: 3;
	position:absolute;
	top:0;
	left:0;
}
#elfe .kleid { 
	z-index: 4;
	position:absolute;
	top:0;
	left:0;
}

#elfe .swirl { 
	z-index: 5;
	position:absolute;
	top:0;
	left:0;
}

#elfe .accessoire { 
	z-index: 6;
	position:absolute;
	top:0;
	left:0;
}

#elfe .hair_front { 
	z-index: 7;
	position:absolute;
	top:0;
	left:0;
}

#elfe .hat { 
	z-index: 8;
	position:absolute;
	top:0;
	left:0;
}

#baby {
	position:relative;
	width:122px;
	height:156px;
}

#baby .hair_back { 
	z-index: 1;
	position:absolute;
	top:0;
	left:0;
}

#baby .base { 
	z-index: 2;
	position:absolute;
	top:0;
	left:0;
}

#baby .eyes { 
	z-index: 3;
	position:absolute;
	top:0;
	left:0;
}

#baby .kleid { 
	z-index: 4;
	position:absolute;
	top:0;
	left:0;
}

#baby .hat { 
	z-index: 6;
	position:absolute;
	top:0;
	left:0;
}

#baby .accessoire { 
	z-index: 5;
	position:absolute;
	top:0;
	left:0;
}

#baby .hair_front { 
	z-index: 6;
	position:absolute;
	top:0;
	left:0;
}

.line-icon {
    text-align: center;
}

/* Joined both selectors, since were pretty much the same */
.line-icon::before,
.line-icon::after {      
    /* Styles kept */
    width: 25%;
    height: 1px;

    /* Changed to border-top (instead of border) to simulate a line better */
    border-top: 1px solid #ccc; 

    /* Styles added */
    display: inline-block;
    content: '';
  
    /* Use padding to vertical align the line */
    /* Use padding in em for a responsive icon height */
    padding-top: 0.5em; 
  
    /* Use margins to give the lines some spacement around the icon */
    /* Use margins in % for a responsive spacement */
    margin-left: 5%; 
    margin-right: 5%;
}

#hangman-wrap { text-align: center; }

#stickman {
	border: #dedede solid 1px;
	background-color: #fff;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 1.5em;
}

#categoryName { margin-top: 0; margin-bottom: 1em; }

#alphabet {
	margin: 15px auto;
	padding: 0;
	width: 85%;
}

	#alphabet:after { content: ""; display: table; clear: both; }

	#alphabet li {
		list-style: none;
		display: inline-block;
		margin: 5px;
		padding: 5px 15px;
		background: #72538f;
		color: #fff;
		border-radius: 5px;
		text-align: center;
		font-size: 1.3em;
	}

	#alphabet li:hover { background-color: #9584a8; color: #fff; }

#word { margin: 0; padding: 0; display: block; }

	#word li {
		position: relative;
		list-style: none;
		margin: 0;
		display: inline-block;
		padding: 0 10px;
		font-size: 1.3em;
	}

.clicked {
	opacity: 0.4;
	filter: alpha(opacity=40);
	-moz-transition: all 1s ease-in;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	cursor: default;
}

	.clicked:hover {
		-moz-transition: all 1s ease-in;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
		opacity: 0.4;
		filter: alpha(opacity=40);
		-moz-transition: all 1s ease-in;
		-moz-transition: all 0.3s ease-in-out;
		-webkit-transition: all 0.3s ease-in-out;
	}

.sidescroll {
    overflow-x: auto;
    scrollbar-color: #636363 #3d3d3d;
    scrollbar-width: thin;
}

.conversation-list .ctext-wrap {
    background: #f1f3fa;
    border-radius: 3px;
    display: inline-block;
    padding: 12px;
    position: relative;
}
.conversation-list .chat-avatar {
    float: left;
    text-align: center;
    width: 42px;
}