/*@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');*/
/*@import url('https://fonts.googleapis.com/css2?family=Syne:wght@400..800&display=swap');*/



@font-face {
	font-family: 'Inter-Thin';
	src: url('fonts/Inter-Thin.woff') format('woff');
}

@font-face {
	font-family: 'Inter-ExtraLight';
	src: url('fonts/Inter-ExtraLight.woff') format('woff');
}

@font-face {
	font-family: 'Inter-Light';
	src: url('fonts/Inter-Light.woff') format('woff');
}

@font-face {
	font-family: 'Inter';
	src: url('fonts/Inter-Regular.woff') format('woff');
}

@font-face {
	font-family: 'Inter-Medium';
	src: url('fonts/Inter-Medium.woff') format('woff');
}

@font-face {
	font-family: 'Inter-SemiBold';
	src: url('fonts/Inter-SemiBold.woff') format('woff');
}

@font-face {
	font-family: 'Inter-Bold';
	src: url('fonts/Inter-Bold.woff') format('woff');
}

@font-face {
	font-family: 'JakartaLight';
	src: url('fonts/PlusJakartaSans-Light.ttf') format('truetype');
}

@font-face {
	font-family: 'JakartaSans';
	src: url('fonts/PlusJakartaSans-Regular.ttf') format('truetype');
}

@font-face {
	font-family: 'JakartaMedium';
	src: url('fonts/PlusJakartaSans-Medium.ttf') format('truetype');
}



:root {
	--white: #FFF;
	--grey: #808080;
	/*	--bg-container: #F5F7FA;*/
	--bg-container: #FCFDFE;
	--bg-main-header: #FFF;
	--title-color: #94A0AA;
	--primary-color: #888;
	--bg-side-menu: #F88C2E;
	--color-side-menu: #9F550B;
	--nav-menu-selected: #9F550B;
	--color-text-menu: #FFEBD0;
	--color-icon-menu: #FFEBD0;
	--color-icon-menu-selected: #9F550B;
	--color-link: #1155C5;
	--fg-table-header: #9F550B;
	--bg-table-header: #FFCF98;
	--fg-table-header-modal: #66717B;
	--bg-table-header-modal: #D4DCE5;
	--bg-sub-table-header: #EDF0F3;
	--bg-btn-enter: #2A9B72;
	--bg-btn-enter-hover: #1C8B63;
	--bg-btn-apply: #3E6AC2;
	--bg-btn-apply-hover: #2F59AE;
	--bg-btn-clean: #B6BFD0;
	--bg-btn-clean-hover: #B6BDC9;
	--bg-btn-insert: #2A9B72;
	--bg-btn-insert-hover: #157653;
	--bg-btn-new: #3E6AC2;
	--bg-btn-new-hover: #2F59AE;
	--bg-btn-save: #2A9B72;
	--bg-btn-save-hover: #157653;
	--bg-btn-save2: #1F9444;
	--bg-btn-save2-hover: #168138;
	--input-color: #A7ABAF;
	--input-border: #E7EAEE;
	--bg-input: #F8FAFB;
	--border-color-input: #CBCCD4;
	--border-color-select: #CBCCD4;
	--border-color-input-focus: #FFC740;
	--border-color-route: #E0E0E0;
	--label-name-color: #C2C5C8;
	--label-color-input: #9DA5AB;
	--label-color-input-login: #F5811E;
}


* {
	font-family: 'Inter', sans-serif;
	font-optical-sizing: auto;
}


body {
	margin: 0px;
	padding: 0px;
	overflow: scroll;
	overflow-x: hidden;
}


.clear {
	display: block;
	width: 100%;
	height: 0px;
	float: none;
	clear: both;
}

._5 {
	height: 5px;
}

._10 {
	height: 10px;
}

._20 {
	height: 20px;
}

._30 {
	height: 30px;
}

._50 {
	height: 50px;
}



.__Fenanx {
	display: flex;
	width: 100%;
	height: auto;
	min-height: 100vh;

	background-color: #FAFAFA;
}

.__side_menu {
	display: flex;
	flex-direction: column;
	/*60px ou 160px*/
	width: 60px;
	height: 100vh;

	color: var(--color-side-menu);
	background-color: var(--bg-side-menu);
	box-shadow: 0 3px 20px 3px rgb(205, 112, 34, 0.3);

	position: fixed;
	z-index: 3000;

	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.__side_menu:hover {
	width: 160px;
	-webkit-transition: 0.2s ease-in-out 0.2s;
	-moz-transition: 0.2s ease-in-out 0.2s;
	-o-transition: 0.2s ease-in-out 0.2s;
	transition: 0.2s ease-in-out 0.2s;
}

.__side_menu:hover>.__nav_menu a {
	width: 130px;
	transition: 0.4s ease-in-out 0.2s;
}

.__side_menu_hide {
	display: flex;
	width: 60px;
	min-width: 60px;
	height: 100vh;
	position: relative;
	z-index: 0;
}

.__logo_levar {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	width: 100%;
	height: 60px;
	padding-left: 14px;
	padding-right: 14px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EC7C1B90;

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

.__logo_levar img {
	height: auto;
	max-height: 40px;
	outline: none;
	outline-style: none;
	border: 0px;
}

.__nav_menu {
	display: flex;
	flex-direction: column;
	align-items: flex-start;

	/*	padding-left: 14px;*/
	/*	padding-right: 14px;*/

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

.__nav_menu a {
	display: flex;
	flex-direction: row;
	align-items: center;
	/*30px ou 130px*/
	width: 30px;
	height: auto;
	min-height: 30px;
	margin-bottom: 12px;
	padding-left: 2px;
	padding-right: 2px;
	font-size: 12px;
	text-decoration: none;
	color: var(--color-text-menu);

	overflow: hidden;
	white-space: nowrap;

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

.__nav_menu a:hover {
	border-radius: 4px;
	background-color: #FFD1A960;

	transition: 0.1s ease-in-out !important;
}

.__nav_menu a.selected {
	font-weight: 600;
	color: var(--nav-menu-selected);
}

.__nav_menu a .icon {
	flex: 0 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	min-width: 28px;
	height: 30px;
	margin-right: 6px;
	background-color: #D1B29010;
}

.__nav_menu a .icon img {
	height: 20px;
	filter: invert(93%) sepia(12%) saturate(905%) hue-rotate(317deg) brightness(103%) contrast(105%);
}

.__nav_menu a .icon img.selected {
	filter: invert(30%) sepia(34%) saturate(3254%) hue-rotate(16deg) brightness(96%) contrast(91%);
}

.__icon_svg {
	height: 20px;
}

.__icon_svg path {
	fill: var(--color-icon-menu);
}

.__icon_svg.selected path {
	fill: var(--color-icon-menu-selected);
	display: block;
}

.__nav_menu .menu-name {
	flex: 0;
}

.scrollable {
	width: auto;
	height: auto;
	max-height: 800px;
	overflow-y: auto;
	overflow-x: hidden;
}

.content-scrollable {
	flex: 1;
	display: block;
	width: calc(100% - 2px);
	height: auto;
	margin-right: 1px;
	padding-left: 14px;
	padding-right: 14px;
	overflow-y: auto;
	overflow-x: hidden;

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

.content-scrollable::-webkit-scrollbar {
	width: 6px;
}

.content-scrollable::-webkit-scrollbar-track {
	background: #F88C2E;
}

.content-scrollable::-webkit-scrollbar-thumb {
	background: #9F550B;
	border-radius: 4px;
}

.content-scrollable::-webkit-scrollbar-thumb:hover {
	background: #784614;
}












.__input {
	width: auto;
	min-width: 120px;
	height: 40px;
	outline: none;
	outline-style: none;
	background: var(--bg-input);
}

.__input::placeholder {
	color: var(--input-color);
}

.__input.search {
	min-width: 250px;
	height: 32px;
	border-radius: 16px;
	border: 0.3px solid var(--input-border);
	padding: 0px 20px;
	font-family: 'Inter-Medium', sans-serif;
	font-size: 13px;
	font-weight: 300;
	box-shadow: 0px 2px 4px rgb(222, 224, 226, 0.85);
	background-color: var(--white);

}

.__main_btn {
	width: auto;
	min-width: 120px;
	height: 33px;
	border: 0px;
	outline: none;
	outline-style: none;
	padding: 0px 20px;
	font-family: 'Inter', sans-serif;
	font-weight: 500;
	font-size: 13px;
	color: var(--white);

	cursor: pointer;
}

.__main_btn.apply {
	width: auto;
	min-width: 100px;
	height: 40px;
	border-radius: 0.42rem;
	padding: 0px 25px;
	font-size: 14px;
	background-color: var(--bg-btn-apply);
}

.__main_btn.apply:hover {
	background-color: var(--bg-btn-apply-hover);
}

.__main_btn.add_form {
	width: auto;
	min-width: 100px;
	height: 40px;
	margin-bottom: 16px;
	border-radius: 0.42rem;
	padding: 0px 25px;
	font-size: 14px;
	background-color: var(--bg-btn-new);
}

.__main_btn.add_form:hover {
	background-color: var(--bg-btn-new-hover);
}

.__main_btn.insert {
	width: auto;
	min-width: 200px;
	height: 40px;
	margin-bottom: 16px;
	border-radius: 0.42rem;
	padding: 0px 25px;
	font-size: 14px;
	background-color: var(--bg-btn-insert);
}

.__main_btn.insert:hover {
	background-color: var(--bg-btn-insert-hover);
}

.__main_btn.clean_form {
	display: none;
	width: auto;
	min-width: 30px;
	height: 26px;
	float: right;
	margin-bottom: 10px;
	border-radius: 0.42rem;
	padding: 0px 10px;
	font-size: 13px;
	background-color: var(--bg-btn-clean);
}

.__main_btn.clean_form:hover {
	background-color: var(--bg-btn-clean-hover);
}

.__main_btn.new {
	width: auto;
	min-width: 125px;
	height: 33px;
	margin-bottom: 0px;
	border-radius: 0.42rem;
	padding: 0px 25px;
	font-size: 14px;
	background-color: var(--bg-btn-new);
}

.__main_btn.new:hover {
	background-color: var(--bg-btn-new-hover);
}

.__main_btn.export {
	width: auto;
	min-width: 125px;
	height: 40px;
	margin-bottom: 0px;
	border-radius: 0.42rem;
	padding: 0px 25px;
	font-size: 14px;
	background-color: var(--bg-btn-new);
}

.__main_btn.export:hover {
	background-color: var(--bg-btn-new-hover);
}

.__main_btn.save {
	width: auto;
	min-width: 125px;
	height: 40px;
	margin-bottom: 16px;
	border-radius: 0.42rem;
	padding: 0px 25px;
	font-size: 14px;
	background-color: var(--bg-btn-save);
}

.__main_btn.save:hover {
	background-color: var(--bg-btn-save-hover);
}

.__main_btn.save2 {
	width: auto;
	min-width: 125px;
	height: 40px;
	margin-bottom: 16px;
	border-radius: 0.42rem;
	padding: 0px 25px;
	font-size: 14px;
	background-color: var(--bg-btn-save2);
}

.__main_btn.save2:hover {
	background-color: var(--bg-btn-save2-hover);
}


.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: 25px;
	padding: 5px 10px;
	border-radius: 60px;

	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;
}
