@charset "utf-8";
/* CSS Document */

.inline-btn {
	margin-top: 32px;
}

.padding-0 {
	padding: 0px;
}

.mb-0 , .note-editor {
	margin-bottom: 0px;
}

._logo_img {
	width: 200px;
	border-radius: 0px;
	border: none;
}

._profile_img {
	width: 200px;
}

.uploadButton {
	position: absolute;
	bottom: 0;
	right: 0;
	background-color: rgba(0,0,0,0.32);
	border: 1px solid rgba(0,0,0,0.22);
	cursor: pointer;
	transition: all 0.5s;
	width: 100%;
	height: 100%;
	opacity: 0;
}

.uploadButton  i {
	opacity: 0;
	transition: all 0.5s;
	color: white;
	font-size: 40px;
}

.uploadButton:hover i {
	opacity: 1;
}

.uploadButton:hover {
	opacity: 1;
}

._formError input  {
	border-color: #dc3545 !important; 
}

._formError input.input  { 
	background-color: #FFEFF1 !important;
}

._formError textarea {
	border-color: #dc3545 !important;
}

._formError ._errorBorder {
	border-color: #dc3545 !important;
}

._formError select {
	border-color: #dc3545 !important;
}

._formError span {
	color: #dc3545 !important;
	border-color: #dc3545 !important;
	font-size: 14px;
}

._formError span p {
	margin: 0px !important;
	color: #dc3545 !important;
	font-size: smaller;
}

._formError p {
	margin: 0px !important;
	color: #dc3545 !important;
	font-size: smaller;
}

.center {
	display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.display-none {
	display: none;
}

.display-block {
	display: block;
}

._formActionButtons {
	position: fixed;
	width: 100%;
	background-color: white;
	border-top: 1px solid #dee2e6;
	right: 0;
	bottom: 0;
	
}

.w-px-132 {
	width: 132px;
}


._main_selected_images {
	overflow: auto;
}

.selected_images {
	width: 100%;
	float: left;
	margin-bottom: 5px;
	position: relative;
}

.selected_images img {
	width: 100%;
}

.selected_images i {
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
	color: transparent;
	transition: all 0.5s;
	padding: 8px 9px;
	border-radius: 20px;
}

.selected_images:hover i {
	color: rgba(52,52,52,1.00);
	background-color: rgba(255,255,255,0.70);
}

.selected_images i:hover {
	background-color: rgba(255,255,255,1);
}

label:not(.form-check-label):not(.custom-file-label) {
    font-weight: 500;
    font-size: 15px;
	margin-bottom: 0px;
}


.input {
	background-color: #F3F3F3 !important;
	padding: 25px 10px 25px 10px !important;
	border-radius: 5px !important;
	font-size: 16px !important;
	border: none !important;
}
	
.rates i {
	color: orange;
}

.link {
	text-decoration: underline;
	color: black; 
}

.link:hover {
	text-decoration: underline;
	color: blue;
}

.info-box .info-box-number {
	margin-top: 0px;
	font-size: 19px;
} 
.lead {
	font-size: 16px;
}

.wrapper .content-wrapper{
	padding-top: 60px;
}
.nav-item .active{
	font-weight: bolder;
	color: #dc3545 !important;
}
.form-group {
	min-height: 0px !important;
}


.datepicker.dropdown-menu {
	z-index: 10000 !important;
}

.wa-float {
    position: fixed;
    width: 55px;
    height: 55px;
    bottom: 25px;
    right: 25px;
    background-color: #25D366;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    font-size: 28px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2); 
    transition: 0.3s;
    z-index: 999;
}

.wa-float:hover {
    background-color: #1ebe5b;
    transform: scale(1.08);
	color: white;
}


























