body {
	margin: 0px;
	border: 0px;
  background-color: f2f2f2;
}

#map {
	height: calc(100vh - 64px - 30px);
	border-radius: 10px;
}

#map-container {
	width: 50%;
}

#pac-input {
  border-color: #aaa;
  background-color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-weight: 300;
  padding: 0 0 0 5px;
  text-overflow: ellipsis;
  width: 95%;
  margin-left: 1%;
  height: 30px;
  border-radius: 8px;
}

#users_pane{
	height: calc(100vh - 64px);
	overflow: scroll;
	width: 50%;
}
#users_lst{
	border: 0px solid #bbbbbb;
	background-color: ffffff;
	border-radius: 15px;
	display: flex;
    flex-wrap: wrap;
	margin-left: auto;
	margin-right: auto;
	//margin-top: 40px;
  text-align: center;
  justify-content: center;
  align-items: top;
  //float: right;
}

.navbar {
	border: 0px;
  position: relative;
  background-color: #333;
  //overflow: hidden;
  height: 64px;
	width: 101%;
  
}

.navbar a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.navbar a:hover {
  background-color: #ddd;
  color: black;
}

.underlineText{
  text-decoration: underline;
  text-decoration-thickness: 4px;
  text-underline-offset: 4px;
}


.dropdown {
	position: absolute;
    bottom: 0;
    right: 0;
	display: flex;
}

.likes_left{
    cursor: pointer;
	//display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	padding-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
}

.likes_left_tooltip{
  position: absolute;
  visibility: hidden;
  opacity: 0;

  width: 180px;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 10px;
  z-index: 1;
  transition: opacity 0.3s;
}

.likes_left:hover .likes_left_tooltip{
  visibility: visible;
  opacity: 1;
}

.icon-container{
  position: relative;
  display: inline-block;
}

.icon-container .fa{
	font-size:25px;
	color:red;
	//border:1px;

}

.icon-container .icon-text{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 12px;
  color: white;
}


.nav_label {
	//display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #f9f9f9;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 1;
    right: 0;
}

.dropdown-content a {
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
}

.dropdown-content a:hover {
    background-color: #f1f1f1;
}

.show {
    display: block;
}

#profile_photo_lst{
	margin: 30px;
	display: flex;
    flex-wrap: wrap;
	align-content: start;
}
#profile_form{
	margin: 30px;
}
#profile_form2{
	display: flex;
	margin: 30px;
}
#profile_form td{
	padding: 5px;
}
input[type='text'] {
  border-radius: 15px;
  padding: 10px;
  border: 1px solid #ccc;
}
textarea {
  border-radius: 15px;
  padding: 10px;
  border: 1px solid #ccc;
}
.round {
  border-radius: 15px;
  padding: 10px;
  border: 1px solid #ccc;
}
.column {
	display: flex;
	flex-direction: column;
	gap: 16px;
}
.round_button {
  border-radius: 15px;
  padding: 10px;
  border: 1px solid #ccc;
}
.heading {
	font-family: Arial, sans-serif;
	color: rgb(0, 16, 37);
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
}


.profile-photo-item{
	width: 230px;
	height: 300px;
	margin: 5px;
	border-radius: 10px;
}

.border-bottom{
	border-bottom-color: rgba(130, 138, 147, 0.25);
	border-bottom-style: solid;
	border-bottom-width: 1px;
	padding-bottom: 16px;
}




/* profile-image */
.profile-image-item {
}
.profile-image-element {
	z-index: 0;
	position: relative;
	//background-image: url('https://images.pexels.com/photos/25568845/pexels-photo-25568845/free-photo-of-couple-standing-and-reading-album.jpeg?auto=compress&cs=tinysrgb&w=800&lazy=load');
    background-position: center;
    background-repeat: no-repeat;
	background-size: cover;
	width: 230px;
	height: 300px;
	margin: 5px;
	border-radius: 10px;
}
.profile-image-button{
    border: none;
    cursor: pointer;
    position: absolute;
    border-radius: 20px;
    font-size: 20px;
    font-weight: bold;
    width: 30px;
    height: 30px;
    display: none;
}
.profile-image-button:hover{
	background-color: white;
}
.profile-image-delete{
    bottom: 10px;
    right: 10px;
}
.profile-image-left{
    bottom: 130px;
    left: 10px;
}
.profile-image-right{
    bottom: 130px;
    right: 10px;
}
.profile-image-element:hover .profile-image-button {
  display: block;
}

/* file upload */
#drop-area {
  width: 230px;
  height: 300px;
  border: 2px dashed #ccc;
  color: #ccc;
  line-height: 150px;
  text-align: center;
}
#drop-area.hover {
  border: 2px dashed #999;
  color: #999;
}
/* detail */
#myModal {
    display: none; 
    position: fixed; 
    z-index: 1; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0); 
    background-color: rgba(0,0,0,0.4); 
}

#modal-content {
	position: relative;
    margin: auto;
    display: flex;
    width: 80%;
    max-width: 800px;
    border-radius: 15px;
    background-color: rgb(255, 255, 255); 
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
    animation-name: modalopen;
    animation-duration: 1s;
}

.close {
    position: absolute;
    top: 10px;
    right: 30px;
    color: #bbb;
    font-size: 40px;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

@keyframes modalopen {
    from {top:0px; opacity:0} 
    to {top:0; opacity:1}
}

#search_tab{
	display: flex;
    //flex-wrap: wrap;
}
#interest_tab{
    width: 80%;
    max-width: 705px;	
	margin-left: auto;
	margin-right: auto;
}
.navbar2 {
  position: relative;
  //background-color: #333;
  //overflow: hidden;
  height: 64px;
  display:flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
.navbar2 a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  padding-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
  text-decoration: none;
}

.navbar2 a:hover {
  background-color: #ddd;
  color: black;
}
#likes_sent_lst{
	border-radius: 15px;
	background-color: ffffff;
    display: flex;
	border: 1px solid #bbbbbb;
	width: 100%;
    flex-wrap: wrap;
	height: 80vh;
	overflow: scroll;
}
#likes_received_lst{
	border-radius: 15px;
	background-color: ffffff;
    display: none;
	border: 1px solid #bbbbbb;
	width: 100%;
    flex-wrap: wrap;
	height: 80vh;
	overflow: scroll;
}
#match_lst{
	border-radius: 15px;
	background-color: ffffff;
    display: none;
	border: 1px solid #bbbbbb;
	width: 100%;
    flex-wrap: wrap;
	height: 80vh;
	overflow: scroll;
}



#messages_tab{
	position: absolute;
	top: 108px;
	bottom: 0;
	width: 100%;
	//height: 100vh;
	overflow: auto;
}
#convos_lst{
	border: 1px solid gray;
	//width: 20%;
	position: absolute;
	left:0;
	right:75%;
	top: 0;
	bottom: 0;
	overflow: scroll;
}
#convo_box{
	//width: 78%;
	position: absolute;
	left:25%;
	right:0;
	top: 0;
	bottom: 0;
}
#area{
	padding: 0px;
	border: 1px solid gray;
	left:0;
	right:0;
	resize: none;
	position: absolute;
	top: 0;
	bottom: 72;
	border-radius: 0px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	background-color: #ffffff;
	overflow: auto;
}
.origin{
	border-radius: 15px;
	padding: 7px;
	margin: 2px;
	margin-left: 10px;
	margin-right: 15px;

	//font-family: Arial, sans-serif;
	font-family: ProximaNova, system-ui, -apple-system, Segoe UI, Roboto, Ubuntu, Cantarell, Noto Sans, sans-serif, Helvetica, Arial, Segoe UI Emoji, Segoe UI Symbol, Apple Color Emoji, Twemoji Mozilla, Noto Color Emoji, EmojiOne Color, Android Emoji;
    font-size: 16px;
    //font-weight: 250;
	line-height: 21px;
	//height: 21px;
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	max-width: 800px;

}
.origin2{
	background-color: #eceef0;
	color: rgb(33, 38, 46);
}
.origin1{
	background-color: #116ad5;
	color: white;
	align-self: flex-end;
}
#message_text_box{
	left:0;
	right:0;
	position: absolute;
	bottom: 0;
	height: 50px;
	border-radius: 0px;
}

.small_picture{
	width: 80px;	
	height: 80px;
	border-radius: 50px;
}
.small_picture2{
	width: 80px;	
	height: 80px;
	border-radius: 50px;
	display: inline-block;
	margin: 12px;
	object-fit: cover;
}
.convos_lst_item{
	display: flex;
    cursor: pointer;
}
.convos_lst_item.selected{
	background-color: #ddd;
}
.convos_lst_item_labels{
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	
}
.convos_lst_item_name{
	width: 100%;
	margin: 3px;
	font-family: Arial, sans-serif;
    font-size: 20px;
    font-weight: 600;
}
.convos_lst_item_msg{
	width: 100%;
	margin: 3px;
	font-family: Arial, sans-serif;
    font-size: 18px;
	color: #999;
}

.rank-bar{
	height: 25px;
	margin: 5px;
}
.rank-bar-fill{
	//padding-left: 10px;
	//padding-right: 10px;
	height: 20px;	
	//background-image: linear-gradient(90deg, #fe9880 0, #ef6324 100%);
	//background-image: linear-gradient(90deg, #fe9880 0, #00ff00 100%);
	//background-image: linear-gradient(90deg, #ff0000 0, #ffff00 50%, #00ff00 100%);
	border-radius: 15px;
	//margin: 5px;
	text-indent: 10px;

	border: 1px;
    border-color: black;
    border-style: solid;
	font-weight: bold;
	color: black;
}
.rank-bar-fill .tooltiptext{
  white-space: pre-line;
  text-indent: 0px;
  visibility: hidden;
  width: 120px;
  background-color: #555;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: relative;
  z-index: 1;
  //bottom: 100%; 
  //left: 50%; 
  //margin-left: -60px; 
  opacity: 0;
  transition: opacity 0.3s;
}
.rank-bar-fill:hover .tooltiptext {
  visibility: visible;
  opacity: 1;
}

/* gauge */
.mask {
  position: absolute;
  overflow: hidden;
  display: block;
  width: 12.5rem;
  height: 6.25rem;
  //width: 30px;
  //height: 30px;
  margin: 1.25rem;
  //transform: scale(.5);
  transform-origin: 100% 120%;
  transform: scale(0.3);
  bottom: 0px;
  right: 0px;
}

.semi-circle {
  position: relative;
  display: block;
  width: 12.5rem;
  height: 6.25rem;
  background: linear-gradient(to right, #c0392b 0%, #f1c40f 50%, #1abc9c 100%);
  border-radius: 50% 50% 50% 50%/100% 100% 0% 0%;
}
.semi-circle::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 2;
  display: block;
  width: 8.75rem;
  height: 4.375rem;
  margin-left: -4.375rem;
  //background: #fff;
  //background: rgba(255, 255, 255, 0);
  border-radius: 50% 50% 50% 50%/100% 100% 0% 0%;
}

.semi-circle--mask {
  position: absolute;
  top: 0;
  left: 0;
  width: 12.5rem;
  height: 12.5rem;
  background: transparent;
  transform: rotate(120deg) translate3d(0, 0, 0);
  transform-origin: center center;
  backface-visibility: hidden;
  transition: all 0.3s ease-in-out;
}
.semi-circle--mask::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0%;
  z-index: 2;
  display: block;
  width: 12.625rem;
  height: 6.375rem;
  margin: -1px 0 0 -1px;
  background: #f2f2f2;
  //background: transparent;
  border-radius: 50% 50% 50% 50%/100% 100% 0% 0%;
}

.gauge_label{
	position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
	font-size: 40px;
	font-weight: bold;
	font-style: normal;
	font-family: Arial, sans-serif;
	color: #000000;
	text-align: center;
	line-height: normal;
}

.green_dot{
    //width: 25px;
    //height: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    background: #02b54c;
    //width: 20px;
    //height: 20px;
    border-radius: 50%;
    border: 2px solid #00a345;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: white;
	
    width: 8px;
    height: 8px;
    //cursor: pointer;
    //z-index: 0;
	//position: relative;
}
.green_dot.selected{
    border: 4px solid blue;
    //z-index: 100;
}
/*.item-cont.selected{
    border: 4px solid blue;	
}
.selected_marker{
    z-index: 100;
}
*/

.bg{
	width: 400px;
}
.bg{
	width: 400px;
	display: inline-block;
}
.sort_combo_box{
	width: 200px;
	display: inline-block;
}
.users_pane_control_panel{
	margin: 20px;
	margin-left: 80px;
}
.footer{
	color: white;
	position: absolute;
	width: 100%;
	#height: 15%;
	height: 100%;
	//left: 5%;
	bottom: 0;
	//display: flex;
}
.footer_svg{
	transform-origin: top left;
	width: 100%;
	height: 100%;
}
.footer_svg_container{
	//width: 25px;
	//height: 25px;
	//position: relative;
	//position: absolute;
	position: absolute;
	//top: 0px;
	bottom: 0px;
	left: 0px;
	width: 50px;
	height: 50px;
	padding: 5px 10px;
	//margin: 5px;
	//right: 0px;
}
.name_p{
	user-select: none;
	position: absolute;
	top: 0px;
	//bottom: 0px;
	left: 0px;
	right: 0px;
	height: 10%;	
	overflow: hidden;
	padding: 3px 10px;
	
	
	text-align: left;
	color: white;
	margin: 0;
}
.pct_container{
	position: absolute;
	bottom: 0px;
	left: 0px;
	right: 0px;
	height: 10%;	
}

.div_compatibility{
	position: absolute;
	bottom: 5px;
	right: 5px;
	//height: 10%;
	
	font-family: 'Arial', sans-serif;
	font-size: 16px; /* Adjust for readability */
    font-weight: bold;
	padding: 4px 4px;
	border-radius: 10px;
	//box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
	text-align: center;
	min-width: 30px;
	min-height: 30px;
	color: #fff;
}
.div_compatibility.high{
    background-color: rgba(0, 216, 126, 0.5);
}
.div_compatibility.med{
    background-color: rgba(255, 194, 48, 0.5);
}
.div_compatibility.low{
    background-color: rgba(255, 103, 127, 0.5);
}

.right_side{
	position: absolute;
	top: 0px;
	bottom: 0px;
	right: 0px;
	width: 80%;	
}
.stars{
	width: 100%;
	height: 100%;
	position: relative;
}
