/* your custom style here */

.user_stage {
    color: white;
    position: absolute;
    top: 0;
    left: 0;
    font-size: 8px;
    padding: 1px 3px;
    border-radius: 0 25px 25px 25px;
    text-align: center;
}
.av_stage { 
	color: white;
	position: absolute;
	top: 0;
	left: 0;
	font-size: 8px;
	padding: 1px 3px;
	border-radius: 0 25px 25px 25px;
	text-align: center
}
.default_btn,.background_header, .chat_head, .chat_footer, .top_background, .panel_top, .emo_head,.user_count, .modal_top{
	background-color:#84058E;
	background-image: linear-gradient(hsla(0,0%,100%,.3),rgba(0, 0, 0, 0.44));
}

.border_bottom, .label_line, .panel_bar, .listing_element, .listing_half_element, .post_element, .list_element, .listing_reg, .left_list, .user_item, .user_item_custom, .box_title {
    border-bottom: 00.5px solid #84058E;
}
.elem_in, .aclist, .status_option, .left_drop_item, .page_drop_item {
    background: #84058E;
	color: #fff;
}
.fadeInRight, #private_box, .small_modal_in, .large_modal_in {
	border-radius: 8px;
}
.profile_background {
	border-radius: 8px 8px 0 0;
}

.chat_avatar img,.user_item_avatar .acav,.user_item_avatar img {

	
	box-shadow: unset;
	background: transparent;
	padding: 0;
	border-radius: 10px 0 10px 0;
}
.modal_top_menu {
    top: -15px;
}
.ui-autocomplete {
    position: absolute;
    cursor: default;
}
.ui-menu {
    border-radius: 10px;
    list-style: none;
    padding: 10px;
    margin: 0;
    display: block;
    width: 227px;
}


@keyframes a_3600 { 100% { background-position: -3600px center;}}
@keyframes a_1800 { 100% { background-position: -1800px center;}}
@keyframes a_720 { 100% { background-position: -720px center;}}

