@charset "UTF-8";

div .user-card-element-title, span .user-card-element-title {
	color: #2e3135;
	width: 150px;
	height: 21px;
	font-family: Lato;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.31;
	text-align: left;
}

div .user-card-element, span .user-card-element {
	color: black;
	height: 21px;
	font-family: Lato;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.31;
	text-align: right;
}

.MenuIcon {
  width: 14px;
  height: 10px;
  object-fit: contain;
}

.hamburger-dropdown .dropdown-toggle::after {
 display: none;
}

.hamburger-dropdown .btn {
 padding-left: 1.25rem;
 padding-right: 1.25rem;
}

.hamburger-dropdown .btn-sm {
 padding-left: .75rem;
 padding-right: .75rem;
}



.field-row {
	height: 2rem;
}

.user-card-avatar {
    display: block;
    margin: 0 auto;
}

.search-area {
	height: 140px;
	background-color: #ffffff;
	box-shadow: 0 5px 0 0 rgba(0, 0, 0, 0.02);
	position: relative;
}

.search-bar {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	height: 45%;
	margin: auto;
}

.search-form-control {
	width: 371px;
	height: 50px;
	padding-bottom: 12px;
	background-image: url('/public/assets/img/magnifying-glass.svg');
	background-repeat: no-repeat;
	background-position: 95% 50%
}

#info {
	padding-left: 50px;
	bottom : 20px;
}

#info>div {
	display: inline-block;
}

#search-form {
	float: right;
	text-align: right;
	white-space: nowrap;
}

.search-bar>div {
	float: left;
	height: 55px;
}

.search-bar-button {
	float: left;
/* 	width: 50px; */
	min-width: 50px;
	margin-left: 10px;
/* 	border: 2px dashed #00f; */
}

.search-btn {
	padding-top: 0.95rem;
	padding-bottom: 0.95rem;
	padding-left: 0.95rem;
	padding-right: 0.95rem;
	font-size: 1rem;
	line-height: 1;
	border-radius: 0;
}

#search-input-div {
	display: inline-block;
	padding-right: 20px;
}

#search-btn-div {
	display: inline-block;
	margin: 0;
	padding-right: 50px;
}

.search-users-page-title {
  color: #2e3135;
}

.search-page-card-body-size {
  min-height: 262px;
}

.search-card-label-font {
	font-size: .90rem
}
/* 
::-webkit-scrollbar {
    width: 0px;
    background: transparent; 
} */
