
:root {
	--main-color: #3dbbc1;
	--colour_dark_light: #1c1c1e;
	--colour_text_dark: #000;

	--colour_main: #4da2f2; /*#3eafb5;*/
	--colour_info: #f0f087;
	--colour_success: #478af2; /* Blue */
	--colour_white: #fff;
	--colour_primary: #3bb559; /* Green */
	--colour_info: #dddd68; /* Yellow */
	--colour_warning: #ea4c4c; /* Redish */
	--colour_success_light: #7cd8ed; /* Celeste */
	--break_1: 700px;
	--bg: #e2f0f0;
	--bgSpaces: #fff;
}

body{
	background: white;
}

a,
a:active,
a:hover {
	color: black;
}

h1,
h2,
h3,
h4,
h5{
	margin: 0px 0px 5px 0px;
	padding: 0px;
	color: var(--colour_main);
}

#cala_panel_top{
	background: var(--colour_main);
	color: white;
}

/*
#cala_panel_top a, a:active, a:hover {
	color: white;
}
 */

#cala_panel_top a,
#cala_panel_top a:active
#cala_panel_top a:hover {
	color: white;
}

#cala_panel_right{
	background: var(--colour_main);
	color: white;
}

#cala_panel_right a,
#cala_panel_right a:active,
#cala_panel_right a:hover{
	color: white;
}

#cala_menu_side a, a:active, a:hover{
	color: var(--colour_main);
}

.cala_separate{
	color: white;
}

/* Popups */
.cala_popup_div{
	background: var(--colour_main);
}

.cala_popup_full_div_open{
	background: #fff;
}

.cala_pages_div_open{
	background: var(--colour_main);
}

.cala_box{
}

.dating_box_white {
	border: 1px solid var(--colour_main);
	border-radius: 5px;
	padding: 10px;
	box-shadow: 5px 5px var(--colour_main);
	background: white;
}

.dating_box_default {
	background: var(--colour_main);
	box-shadow: 5px 5px #e5e5e5;
	border: 1px solid var(--colour_main);
	border-radius: 5px;
	padding: 10px;
	margin: 0px 5px 0px 5px;
	color: white;
}

.dating_box_default h1,
.dating_box_default h2,
.dating_box_default h3,
.dating_box_default h4,
.dating_box_default span,
.dating_box_default p{
	color: white;
}

.cala_box h4{
	color: white;
}

/* Dating */

.date_holder_avatar_profile {
	width: 250px;
	height: 250px;
	display: block;
	overflow: hidden;
	border-radius: 15px;
}

.date_avatar_profile{
	border-radius: 15px;
}

.date_box_profile{
	border: 1px solid var(--colour_main);
	border-radius: 0px 0px 10px 10px;
}

.date_aboutMe{
	background: var(--colour_main);
	padding: 5px;
	border-radius: 5px;
	color: white;
}

#date_holder_profiles{
}

.date_profile_list{
	border: 1px solid var(--colour_main);
	border-radius: 0px 0px 10px 10px;
	background: white;
	box-shadow: 5px 5px var(--colour_main);
}

.date_upload_btn{
	font-size: 75px;
	cursor: pointer;
}

.date_menu_avatar{
	margin-left: 25px;
	height: 35px;
	border-radius: 35px;
}

#dating_quick_promo_anons {
	margin: 0px 5px 25px 5px;
	background: var(--colour_main);
	color: white;
	padding: 0px 5px 0px 5px;
}

#dating_quick_promo_anons h1,
#dating_quick_promo_anons h2{
	color: white;
}

.dating_imgs_empty{
	border-radius: 10px;
	box-shadow: 5px 5px #e5e5e5;
}

.dating_promo_login_box{
	padding: 15px;
	display: none;
}

.dating_login_box{
	background: url('img/promo_casual_2.jpg');
	margin-top: 50px;
	padding: 10px;
	box-shadow: 10px 10px #e5e5e5;
	border-radius: 5px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

/************************************** Chat */

.chat_msgText{
	padding: 5px;
	border-radius: 5px;
	max-width: 300px;
}

.chat_msgText_me{
	background: white;
	color: black;
}

.chat_msgText_other{
	background: #a3c3f2;
	color: black;
}

.chat_msgTime{
	font-size: 0.8rem;
}

/************************************** QC */

.qc_rules{
	background: #fff;
	border: 1px solid #fff;
	padding: 15px;
	margin-top: 50px;
	margin-bottom: 50px;
	border-radius: 5px;
	box-shadow: 5px 5px #e5e5e5;
}

.qc_react_img_small{
	width: 100px;
	max-height: 100px;
}

.qc_msg_msg{
	padding: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #e5e5e5;
	background: var(--colour_main);
	border-radius: 5px;
	box-shadow: 5px 5px #e5e5e5;
}

.qc_msg_msg_anon{

}

.qc_msg_msg_other{
	background: pink;
}

.qc_msgViewText{
	padding: 0px 15px 0px 15px;
	background: #d8d8f0;
	color: black;
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	word-break:	break-word;
}

.qc_msgViewText_mine{
	background: #d8d8f0;
}

.qc_msgViewText_anon{
	background: #564591;
	color: white;
}

.qc_msgViewText_other{
	background: #fff;
}

#qc_topMenu{

}

.qc_room_thumb{
	width: 125px;
	border-radius: 10px;
	box-shadow: 3px 3px #e5e5e5;
}

.qc_reacted_attach{
	width: 100px;
	border-radius: 10px;
	box-shadow: 5px 5px #aaa4a4;
	border: 1px solid black;
	box-shadow: 5px 5px #aaa4a4;
}

.qc_reacted_attach_full {
	border-radius: 10px;
	box-shadow: 5px 5px #aaa4a4;
	border: 1px solid black;
	box-shadow: 5px 5px #aaa4a4;

}

.qc_reacted_info{
	font-size: 0.8rem;
}

.qc_msgViewTextReacted{
	padding: 5px;
	border-radius: 5px;
}

.qc_user_avatarContainer{
	width: 50px;
	height: 50px;
}

.qc_avatar{
	border-radius: 35px;
	height: 50px;
	width: auto;
}

.qc_avatarContainer{
	background: url("img/default_blogs_avatar_wall.png");
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	width: 30px;
	height: 30px;
	display: block;
	overflow: hidden;
}

.qc_blog_title{
	font-size: 0.8rem;
	color: white;
}

.qc_msg_time{
	font-size: 0.8rem;
	color: white;
}

.qc_rooms_list_item{
	/*box-shadow: 5px 5px #b99b9b;*/
	margin: 3px 0px 9px 0px;
}

#qc_mainContent{
	margin-top: 50px;
}

.qc_roomListItem{
	background: #3dbbc1;
	border-radius: 5px;
	padding: 15px;
	margin-bottom: 15px;
	font-size: 1.3rem;
}

.qc_roomListItemLink{
	color: white;
	text-decoration: none;
}

#qc_containerRoomsList{
	max-width: 650px;
	margin-top: 75px;
}

.qc_template{
	display: none;
}

#qc_msgsInput{
	width: 100%;
	position: fixed;
	bottom: 0px;
	z-index: 99;
	background: black;
}

.qc_msgViewTime{
	font-size: 0.8rem;
	color: #7f0bb5;
}

.qc_msgViewSender{
	font-size: 0.8rem;
	color: #43219f;
}

.qc_buttonClear{
	background: white;
	border: 0px;
	cursor: pointer;
}

.qc_avatarHeader{
	border-radius: 25px;
}

.qc_avatarProfile{
	border-radius: 30px;
}

.qc_avatarMsgs{
	width: 25px;
	height: auto;
	border-radius: 15px;
}

#qc_loaderContainerMsgs{
	position: absolute;
	bottom: 25px;
}

#qc_msgsContainer{
	overflow: scroll;
	max-height: 90dvh;
	padding: 5px;
}

.qc_images_post_preview{
	border-radius: 10px;
	box-shadow: 5px 5px #aaa4a4;
	border: 1px solid black;
	box-shadow: 5px 5px #aaa4a4;
}

.qc_images_post_container{
	width: 250px;
}

.qc_images_post_full{
	width: 500px;
}

.qc_reactions_name {
	margin: 0px 5px 0px 5px;
	height: 45px;
	font-weight: bold;
	font-size: 1.1rem;
	color: white;
}

#qc_container_conv_empty {
	font-size: 2rem;
	text-align: center;
	margin: 50px 15px 0px 15px;
	border: 4px solid var(--colour_main);
	border-radius: 10px;
	padding: 25px;
	box-shadow: 3px 3px #e5e5e5;
	color: var(--colour_main);
}

#qc_container_room_empty {
	font-size: 2rem;
	text-align: center;
	margin: 50px 15px 0px 15px;
	border: 4px solid var(--colour_main);
	border-radius: 10px;
	padding: 25px;
	box-shadow: 3px 3px #e5e5e5;
	color: var(--colour_main);
	background: white;
}

.dating_avatar_container {
  width: 100%;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.dating_avatar_image{
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.dating_avatar_details {
  width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0;
  z-index: 3;
  background: #e1e1f0b2;
}
.dating_avatar_tools{
	position: absolute;
	top: 10px;
	right: 5px;
	padding: 3px;
	background: #bbbbf4b2;
	border-radius: 5px;
}


.dating_avatar_container_msgs {
  width: 100px;
  height: 100px;
  overflow: hidden;
  border-radius: 5px;
}

