.error {
	color: red;
}

.ui-datepicker-trigger {
	width: 30px;
	position: absolute;
	top: 38px;
	right: 10px;
}
.datepicker {
	outline: none;
	border: 1px solid #aaa;
	padding: 6px 28px;
	color: #aaa;
  }
  
  .date-container {
	position: relative;   
  }

  .delete-bar {
	justify-content: flex-end;
	display: flex;
  }
  .delete-bar .delete-button {
	border: none;
	width: 35px;
	height: 35px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	border-radius: 50%;
	background: #FFEDEE;
	color: #F01A27;
  }

  #table1_wrapper .dataTables_scrollBody ,#table2_wrapper .dataTables_scrollBody {
	overflow: unset !important;
}

.profile-images-main .profile-img {
	text-align: center;
}

.profile-images-main .profile-img .img-wrapper {
	width: 100px;
	height: 100px;
	border-radius: 50%;
	margin: 0 auto 30px 0;
	position: relative;
	text-align: left;
	border: 1px solid #f5f5f5;
}

.profile-images-main .profile-img .img-wrapper img {
	border-radius: 50%;
	height: 100%;
	width: 100%;
	object-fit: cover;
}

.profile-images-main .profile-img .img-wrapper .file-upload {
	position: absolute;
	width: 28px;
	height: 28px;
	top: auto;
	right: -1px;
	bottom: 0px;
}

.profile-images-main .profile-img .img-wrapper .file-upload #profile-img {
	height: 0;
	opacity: 0;
	visibility: hidden;
}

.profile-images-main .profile-img .img-wrapper .file-upload label {
	width: 28px;
	height: 28px;
	border-radius: 50%;
	padding: 7px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	border: 0;
	background: #fff;
	position: absolute;
	top: 0;
	left: 0;
	box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.25);
}

.profile-images-main .profile-img .img-wrapper .file-upload label svg {
	max-height: 14px;
	fill: #141162;
}


.error-message, #file-error {
	color: #ff808c !important;
	font-size: 11px !important;
}

.profilepic {
	width: 100%;
	height: 100%;
	border-radius: 33px;
}