.ta-editor {
  min-height: 100px;
  height: auto;
  overflow: auto;
  font-family: inherit;
  font-size: 100%;
}
.float_rightside{
	float: right !important;
}
.length_badge{
	margin-right: 10px
}
.button_radius{
	border-radius: 30px !important;
}
.custom_avatar{top: 10px;
    left: 10px; float: left;
    max-width: 35px;
    max-height: 35px;
    min-width: 35px;
    min-height: 35px;
    border-radius: 50%; 
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.6) !important;
}
.custom_thumb{top: 10px;
    left: 10px; float: center;
    max-width: 40px;
    max-height: 40px;
    min-width: 40px;
    min-height: 40px;
    border-radius: 1%; 
}
.sms_right{
float:right;
margin-right:12px;
}
/*slides*/
ion-scroll{
  height:200px;
  width:100%;
}
.myItemContainer{
  width: 100%;
  
}
.myItem{
  background-color: #595959;
  display: inline-block !important;
  font-size: 0.8em;
  height: 200px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  width: 140px;
}
.myItem:nth-child(2n+2) {
  background-color: #003F72;
  color: #fff;
}
.myItem:first-child{
  margin-left: 10px;
}