.__main_form_content {
	font-family: 'Inter', sans-serif;
	font-size: 13px;
	padding: 25px 0px;
}

.__main_form_content.form-resize {
	width: 100%;
	max-width: 860px;
}

.__main_form_content.pad-min {
	padding: 10px 0px;
}

.flex-container {
	display: flex;
	flex-flow: row wrap;

	column-gap: 15px;
	row-gap: 0px;

	height: auto;
	min-height: 30px;
}

.flex-container label {
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.flex-container label input {
	margin-right: 10px;
	border: none;
	outline: none;
}

.form-front {
	flex: 1 1 auto;
	display: flex;
	width: auto;
	height: auto;
	margin-bottom: 2px;
	outline: none;
	position: relative;
}

.form-front.item-select {
	flex: 1 1 170px !important;
}

.form-front.no-flex {
	flex: 0;
}

.form-front.no-flex-grow {
	flex: 0 1 auto;
}

.form-front.no-flex-auto {
	flex: 0 0 auto;
}

.form-front.semi-flex {
	flex: 1 0 auto;
}





/**
 * STYLES INPUT
 */

.form-front input[type="date"],
.form-front input[type="text"],
.form-front input[type="password"] {
	width: 100%;
	min-width: 50px;
	height: 45px;
	margin-bottom: 16px;
	padding: 0px 15px;
	border: 1px solid var(--border-color);
	border-radius: 0.6rem;
	outline: none;
	box-shadow: 3px 1px 5px 1px rgba(0, 0, 0, 0.03);
	font-size: 14px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-front input:focus {
	border: 1px solid var(--border-color-focus);
}

.form-front.shadow input:focus {
	border: 1px solid var(--border-color-focus);
	box-shadow: 0 0 0 2.5px rgba(59, 130, 246, 0.2);
}

.form-front input::placeholder {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #BCC1C800;
}

.form-front input {
	filter: none;
}

.form-front label {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	bottom: 0px;
	pointer-events: none;
	-webkit-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}

.label-name {
	position: absolute;
	left: 15px;
	top: 16px;

	font-family: 'JakartaSans', sans-serif;
	font-size: 13px;
	color: var(--label-name-color);

	-webkit-transition: transform 0.5s ease;
	transition: transform 0.5s ease;
}

.form-front input:read-only+label>.label-name,
.form-front input:valid+label>.label-name,
.form-front input:focus+label>.label-name {
	transform: translateY(-90%);
	font-family: 'JakartaMedium', sans-serif;
	font-size: 12px;
	font-weight: 500;
	color: var(--label-color-input);

	top: -3px;
	left: 6px;

	transition: transform 0.5s ease;
}

.form-front input:read-only::placeholder,
.form-front input:valid::placeholder,
.form-front input:focus::placeholder {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #CBD0D8;
}

.form-front input.birthdate,
.form-front input.date {
	width: 100%;
	max-width: 160px;
	min-width: 150px;
	height: 45px;
	padding: 0px 15px;
	font-family: 'Inter', sans-serif;
	font-size: 14px;

	box-sizing: border-box;
}

.form-front input.date {
	max-width: 100%;
}

.form-front input.birthdate+label,
.form-front input.date+label {
	opacity: 0.8;
}

.form-front input.birthdate+label>.label-name,
.form-front input.date+label>.label-name {
	transform: translateY(-90%);
	font-family: 'Inter-Medium', sans-serif;
	font-size: 12px;
	color: var(--label-color-input);

	top: -3px;
	left: 6px;
}

.form-front input.birthdate:invalid,
.form-front input.date:invalid {
	-webkit-text-fill-color: var(--label-color-select);
}

.form-front input.birthdate::-webkit-datetime-edit-text,
.form-front input.date::-webkit-datetime-edit-text {
	color: #212327;
	padding: 0 0.2em;
}

.form-front input.birthdate::-webkit-datetime-edit-day-field,
.form-front input.date::-webkit-datetime-edit-day-field {
	color: #212327;
}

.form-front input.birthdate::-webkit-datetime-edit-month-field,
.form-front input.date::-webkit-datetime-edit-month-field {
	color: #212327;
}

.form-front input.birthdate::-webkit-datetime-edit-year-field,
.form-front input.date::-webkit-datetime-edit-year-field {
	color: #212327;
}

.form-front input.birthdate::-webkit-calendar-picker-indicator,
.form-front input.date::-webkit-calendar-picker-indicator {
	filter: invert(81%)
}

.form-front input.birthdate:focus::placeholder,
.form-front input.date:focus::placeholder {
	color: #CFD5DA;
}

.form-front input.phone {
	width: 100%;
	max-width: 280px;
}

.flex-medium {
	width: 100%;
	max-width: 360px;
}









/**
 * STYLES SELECT
 */

.form-front select,
.form-front select option {
	width: 100%;
	height: 45px;
	margin-bottom: 21px;
	padding: 0px 15px;
	padding-right: 30px;
	border: 1px solid var(--border-color-select);
	border-radius: 0.6rem;
	outline: none;
	box-shadow: 3px 1px 5px 1px rgba(0, 0, 0, 0.03);
	font-size: 12px;
	color: #000;
	background-color: #FFF;

	background-image: url("data:image/svg+xml;utf8,<svg fill='grey' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");
	background-repeat: no-repeat;
	background-position: calc(100% - 10px);

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;

	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

.form-front select::before {
	content: ' ';
	display: block;
	width: 20px;
	height: 20px;

	background-color: #c1c1c1;
}

.form-front select option {
	font-size: 13px;
	color: #000000;
}

.form-front select:invalid,
.form-front select option[value=""] {
	color: var(--label-color-select);
}

.form-front select.__select_input {
	font-size: 14px;
}

.no-input-data {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	width: 100%;
	height: 40px;
	padding: 0px 10px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.form-front div.fixed+label>.label-name,
.form-front input.fixed+label>.label-name,
.form-front select.fixed+label>.label-name {
	transform: translateY(-90%);
	font-family: 'Inter-Medium', sans-serif;
	font-size: 12px;
	color: var(--label-color-input);

	top: -3px;
	left: 6px;
}

.form-front select:focus {
	border: 1px solid var(--border-color-focus);
	/*box-shadow: 0 0 0 2.5px rgba(59, 130, 246, 0.2);*/
}

.form-front.shadow select:focus {
	border: 1px solid var(--border-color-focus);
	box-shadow: 0 0 0 2.5px rgba(59, 130, 246, 0.2);
}

.form-front select::placeholder {
	font-family: 'Inter-Medium', sans-serif;
	font-size: 13px;
	color: #A2A9AD;
}

.form-front textarea {
	width: 100%;
	min-width: 60px;
	height: auto;
	min-height: 80px;

	margin-bottom: 16px;
	padding: 8px 12px;
	border: 1px solid var(--border-color);
	border-radius: 0.4rem;
	outline: none;
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.03);
	font-size: 14px;

	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;

	resize: none;
}

.form-front textarea#description+label>.label-name,
.form-front textarea#obs+label>.label-name {
	transform: translateY(-90%);
	font-family: 'Inter-Medium', sans-serif;
	font-size: 12px;
	color: var(--label-color-textarea);

	top: -1px;
	left: 6px;
}

.form-front textarea:focus {
	border: 1px solid var(--border-color);
}

.form-front textarea::placeholder {
	font-family: 'Inter', sans-serif;
	font-size: 14px;
	color: #CBD0D8;
}

.form-front textarea.no_placeholder::placeholder {
	color: #9CA1A900 !important;
}

.form-front.row-delivery,
.form-front.row-driver,
.form-front.row-forecast,
.form-front.row-obs {
	display: none;
}

.__actions {
	display: flex;
	justify-content: flex-end;
	padding: 1rem 0;
}









/**
 * TOGGLE PASSWORD
 */
.content-toggle-password {
	flex: 1 1 auto;
	display: flex;
	width: auto;
	height: auto;
	outline: none;
	position: relative;
}

.toggle-encrypt {
	display: flex;
	width: 40px;
	height: 45px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 99;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: 22px 22px;
	background-position: center;
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2250px%22%20height%3D%2250px%22%20version%3D%221.1%22%20viewBox%3D%220%200%2050%2050%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20style%3D%22fill%3A%20rgba%28112%2C112%2C112%2C0.7%29%22%20d%3D%22M25%2013.89c8.92%2C0.36%2013.47%2C4.92%2016.22%2C11.11%20-2.37%2C5.79%20-7.86%2C10.77%20-16.22%2C11.12%20-9.02%2C-0.59%20-13.94%2C-5.18%20-16.22%2C-11.12%202.31%2C-5.72%207.05%2C-10.63%2016.22%2C-11.11zm0%203.74c-4.07%2C0%20-7.37%2C3.3%20-7.37%2C7.37%200%2C4.07%203.3%2C7.37%207.37%2C7.37%204.07%2C0%207.37%2C-3.3%207.37%2C-7.37%200%2C-4.07%20-3.3%2C-7.37%20-7.37%2C-7.37z%22%2F%3E%3Ccircle%20style%3D%22fill%3A%20rgba%28112%2C112%2C112%2C0.7%29%3Bstroke%3A%20rgba%28112%2C112%2C112%2C0.7%29%3Bstroke-width%3A0.12%3Bstroke-miterlimit%3A22.9256%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%224.69%22%2F%3E%3C%2Fsvg%3E');
}

.toggle-encrypt:hover {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2250px%22%20height%3D%2250px%22%20version%3D%221.1%22%20viewBox%3D%220%200%2050%2050%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20style%3D%22fill%3A%20rgba%28112%2C112%2C112%2C1.00%29%22%20d%3D%22M25%2013.89c8.92%2C0.36%2013.47%2C4.92%2016.22%2C11.11%20-2.37%2C5.79%20-7.86%2C10.77%20-16.22%2C11.12%20-9.02%2C-0.59%20-13.94%2C-5.18%20-16.22%2C-11.12%202.31%2C-5.72%207.05%2C-10.63%2016.22%2C-11.11zm0%203.74c-4.07%2C0%20-7.37%2C3.3%20-7.37%2C7.37%200%2C4.07%203.3%2C7.37%207.37%2C7.37%204.07%2C0%207.37%2C-3.3%207.37%2C-7.37%200%2C-4.07%20-3.3%2C-7.37%20-7.37%2C-7.37z%22%2F%3E%3Ccircle%20style%3D%22fill%3A%20rgba%28112%2C112%2C112%2C1.00%29%3Bstroke%3A%20rgba%28112%2C112%2C112%2C1.00%29%3Bstroke-width%3A0.12%3Bstroke-miterlimit%3A22.9256%22%20cx%3D%2225%22%20cy%3D%2225%22%20r%3D%224.69%22%2F%3E%3C%2Fsvg%3E');
}

.toggle-encrypt.toggle-checked {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2250px%22%20height%3D%2250px%22%20version%3D%221.1%22%20viewBox%3D%220%200%2050%2050%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20style%3D%22fill%3A%20rgba%2831%2C31%2C31%2C0.7%29%22%20d%3D%22M25%2013.12c8.92%2C0.36%2013.47%2C4.92%2016.22%2C11.11%20-1.25%2C3.06%20-3.38%2C5.89%20-6.34%2C7.94l-3.55%20-4.16c0.66%2C-1.11%201.04%2C-2.4%201.04%2C-3.78%200%2C-4.07%20-3.3%2C-7.37%20-7.37%2C-7.37%20-0.97%2C0%20-1.89%2C0.19%20-2.74%2C0.53l-2.82%20-3.31c1.65%2C-0.52%203.49%2C-0.85%205.56%2C-0.96zm0%206.42c-0.28%2C0%20-0.56%2C0.03%20-0.83%2C0.08l5.26%206.16c0.17%2C-0.48%200.26%2C-1%200.26%2C-1.55%200%2C-2.59%20-2.1%2C-4.69%20-4.69%2C-4.69zm-12.18%20-9.57l4.3%205.03%200%200%203.1%203.63%20-0.01%200%201.74%202.04%200.01%20-0.01%206.09%207.14%200%200%201.73%202.04%200.01%200%203.03%203.55%200%200%204.35%205.1%20-1.79%201.54%20-4.85%20-5.68c-1.68%2C0.57%20-3.52%2C0.91%20-5.53%2C1%20-9.02%2C-0.59%20-13.94%2C-5.17%20-16.22%2C-11.12%201.26%2C-3.11%203.24%2C-5.98%206.25%2C-8.03l-4%20-4.69%201.79%20-1.54zm14.92%2021.11l-1.9%20-2.23c-0.28%2C0.05%20-0.56%2C0.07%20-0.84%2C0.07%20-2.59%2C0%20-4.69%2C-2.1%20-4.69%2C-4.69%200%2C-0.54%200.09%2C-1.06%200.26%2C-1.55l-1.9%20-2.22c-0.66%2C1.1%20-1.04%2C2.39%20-1.04%2C3.77%200%2C4.07%203.3%2C7.37%207.37%2C7.37%200.97%2C0%201.89%2C-0.19%202.74%2C-0.52z%22%2F%3E%3C%2Fsvg%3E');
}

.toggle-encrypt.toggle-checked:hover {
	background-image: url('data:image/svg+xml;charset=utf8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xml%3Aspace%3D%22preserve%22%20width%3D%2250px%22%20height%3D%2250px%22%20version%3D%221.1%22%20viewBox%3D%220%200%2050%2050%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%3E%3Cpath%20style%3D%22fill%3A%20rgba%2830%2C30%2C30%2C1.00%29%22%20d%3D%22M25%2013.12c8.92%2C0.36%2013.47%2C4.92%2016.22%2C11.11%20-1.25%2C3.06%20-3.38%2C5.89%20-6.34%2C7.94l-3.55%20-4.16c0.66%2C-1.11%201.04%2C-2.4%201.04%2C-3.78%200%2C-4.07%20-3.3%2C-7.37%20-7.37%2C-7.37%20-0.97%2C0%20-1.89%2C0.19%20-2.74%2C0.53l-2.82%20-3.31c1.65%2C-0.52%203.49%2C-0.85%205.56%2C-0.96zm0%206.42c-0.28%2C0%20-0.56%2C0.03%20-0.83%2C0.08l5.26%206.16c0.17%2C-0.48%200.26%2C-1%200.26%2C-1.55%200%2C-2.59%20-2.1%2C-4.69%20-4.69%2C-4.69zm-12.18%20-9.57l4.3%205.03%200%200%203.1%203.63%20-0.01%200%201.74%202.04%200.01%20-0.01%206.09%207.14%200%200%201.73%202.04%200.01%200%203.03%203.55%200%200%204.35%205.1%20-1.79%201.54%20-4.85%20-5.68c-1.68%2C0.57%20-3.52%2C0.91%20-5.53%2C1%20-9.02%2C-0.59%20-13.94%2C-5.17%20-16.22%2C-11.12%201.26%2C-3.11%203.24%2C-5.98%206.25%2C-8.03l-4%20-4.69%201.79%20-1.54zm14.92%2021.11l-1.9%20-2.23c-0.28%2C0.05%20-0.56%2C0.07%20-0.84%2C0.07%20-2.59%2C0%20-4.69%2C-2.1%20-4.69%2C-4.69%200%2C-0.54%200.09%2C-1.06%200.26%2C-1.55l-1.9%20-2.22c-0.66%2C1.1%20-1.04%2C2.39%20-1.04%2C3.77%200%2C4.07%203.3%2C7.37%207.37%2C7.37%200.97%2C0%201.89%2C-0.19%202.74%2C-0.52z%22%2F%3E%3C%2Fsvg%3E');
}

input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
	display: none;
}










.drop-search-container {
	position: relative;
}

.dropdown-content {
	display: none;
	min-width: 100%;
	max-height: 200px;
	margin-top: -15px;
	box-shadow: 0px 6px 8px 0px rgba(0, 0, 0, 0.2), 0px -2px 0px 0px rgba(0, 0, 0, 0.08);
	border: 1px solid #E1E3E8;
	border-radius: 4px;
	background-color: #F9F9F9;
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1;
	overflow-y: auto;
}

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

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

.dropdown-no-results {
	padding: 12px 16px;
	color: #888;
	font-style: italic;
	cursor: default;
}

.show {
	display: block;
}

.icon-clean {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 43px;
	border-radius: 0px 6px 6px 0px;
	background-color: #FFF;
	background-image: url('../icons/ic_erase.svg');
	background-size: 18px;
	background-position: center;
	background-repeat: no-repeat;

	position: absolute;
	top: 1px;
	right: 2px;

	cursor: pointer;
}













/**
 *
 *
 * BUTTON STYLES
 */

.__btn,
.__btn_flex {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	height: 36px;
	border: none;
	border-radius: 0.6rem;
	padding: 8px 14px;

	font-family: 'JakartaSans', sans-serif;
	font-size: 0.8rem;
	font-weight: 600;

	cursor: pointer;
}

.__btn.save {
	justify-content: center;
	width: auto;
	min-width: 260px;
	height: 45px;
	font-size: 1rem;
}

.__btn.add {
	justify-content: center;
	width: auto;
	min-width: 180px;
	height: 45px;
	/*font-size: 0.8rem;*/
}

.__btn_flex {
	width: 100%;
	display: flex;
	justify-content: center;
}

.__btn_ellipsis {
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.__btn_primary {
	background: var(--primary);
	color: #fff
}

.__btn_primary:hover {
	background: var(--primary-600)
}

.__btn_ghost {
	background: #E9EDFC;
	color: #1e40af
}

.__btn_ghost:hover {
	background: #D5DDF9
}

.__btn_flex.subs {
	justify-content: center;
	height: 45px;
	font-size: 1.2rem;
}

.__btn_subscribe {
	background: var(--bg-btn-app);
	color: #fff
}

.__btn_subscribe:hover {
	background: var(--bg-btn-app-hover)
}

.__btn_withdraw {
	background: var(--bg-btn-app);
	color: #fff
}

.__btn_withdraw:hover {
	background: var(--bg-btn-app-hover)
}







/**
 * LOAD STYLES FORM
 *
 */

.load {
	fill: transparent;
	height: 20px;
}

.load circle:nth-child(1) {
	animation: color 1s ease-out infinite .2s;
}

.load circle:nth-child(2) {
	animation: color 1s ease infinite .4s;
}

.load circle:nth-child(3) {
	animation: color 1s ease-in infinite .6s;
}

@keyframes color {
	from {
		fill: #CDCDCD;
	}

	to {
		fill: #3B3B3B;
		stroke-dasharray: 0;
		stroke-dashoffset: 0;
	}
}

.load_white {
	fill: transparent;
	height: 20px;
}

.load_white circle:nth-child(1) {
	animation: color_white 1s ease-out infinite .2s;
}

.load_white circle:nth-child(2) {
	animation: color_white 1s ease infinite .4s;
}

.load_white circle:nth-child(3) {
	animation: color_white 1s ease-in infinite .6s;
}

@keyframes color_white {
	from {
		fill: #CDCDCD90;
	}

	to {
		fill: #FFFFFF;
		stroke-dasharray: 0;
		stroke-dashoffset: 0;
	}
}

#alert-message {
	display: none;
	margin-top: 10px;
	margin-bottom: 10px;
}

#alert-message span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: auto;
	min-height: 35px;
	padding: 5px 10px;
	border-radius: 10px;

	font-family: 'Inter', sans-serif;
	font-size: 13px;
}

.alert {
	border: 1px solid;
	color: #2887C0;
	background-color: #D0E2F0;
}

.alert-success {
	border: 1px solid;
	color: #269E7C;
	background-color: #C7EBD7;
}

.error {
	border: 1px solid;
	color: #CA5858;
	background-color: #FCE0D8;
}









/**
 *
 *
 * HEADER STYLES FORM
 */

.__margin_bt {
	margin-bottom: 20px;
}

.__search_bar {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 0.6rem
}

.__search_bar a {
	display: flex;
	width: auto;
	text-decoration: none;
}

.__search_bar input {
	padding: 10px 12px;
	border: 1px solid var(--border-color);
	border-radius: 10px;
	outline: none;
	min-width: 240px
}

.__search_bar input::placeholder {
	color: #CFD5DA;
}

.__status_tag {
	padding: 4px 10px;
	border-radius: 999px;
	font-size: 12px;
	font-weight: 700;
	display: inline-block
}
