*{
	font-family: 'Manrope', sans-serif;
	box-sizing: border-box;
}
body{
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, p, ul {
	padding: 0;
	margin: 0;
}
button {
	cursor: pointer;
}
#__vue_app {
	height: 100%;
}
._lowercase {
	text-transform: lowercase;
}
:root {
	--color-dark: #33373A;
	--color-ligth: #666B71;
	--color-ligth-fields: #AFB4BA;
	--font-size-large: 32px;
	--font-size-medium: 16px;
	--font-size-small: 14px;
	--margin-menu-open : 276px;
}

/***********************buttons***********************/

.button {
	height: 30px;
	border: none;
	border-radius: 5px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-weight: 700;
	text-transform: uppercase;
}

.button:hover {
	opacity: .85;
}

.button:disabled {
	opacity: .3;
	cursor: not-allowed;
}

.button-class1 {
	background-color: #1B5B94;
	color: #DCE9F7;
}

.button-class2 {
	background-color: #DCE9F7;
	color: #1B5B94;
}

/***********************end buttons***********************/

.main {
	color: #000;
	background-color: #f7f9fa;
	height: 92vh;
	font-family: sans-serif;
	border-radius: 5px;
	width: 100%;
	display: flex;
	flex-direction: column;
}

@media (max-width: 576px) {
	.main {
		height: 90vh;
	}
}

/* -------------------------------------- header table ------------------------------------------- */

.header-section {
	position: sticky;
	top: 0;
	z-index: 3;
}

	/* ----------------------------------------- filters search list ------------------------------------------------ */
	.container-filters {
		background-color: #f7f9fa;
		display: flex;
		align-items: end;
		justify-content: space-between;
		padding: 30px 0 20px 0;
	}

	.container-filters label {
		font-size: 10px;
		color: #666b71;
		text-transform: uppercase;
		display: flex;
		flex-direction: column;
	}

	.container-select {
		display: flex;
		align-items: end;
		gap: 10px;
	}

	.select-code {
		width: 420px;
		height: 32px;
		margin-top: 5px;
		padding: 0 10px;
		border: 1px solid #d9dde1;
		border-radius: 5px;
		outline: none;
	}

	.container-filter-date {
		display: flex;
		gap: 14px;
	}

	.filter-date-from,
	.filter-date-until {
		padding: 5px 10px;
		margin-top: 5px;
		border: 1px solid #d9dde1;
		border-radius: 5px;
		color: #666B71;
		outline: none;
	}

	@media (max-width: 576px) {
		.container-filters {
			padding: 10px 0px;
			width: 100%;
			display: block;
		}

		.container-filters label {
			width: 50%;
		}

		.select-code {
			width: 100%;
			height: 24px;
		}

		.container-filter-date {
			margin-top: 5px;
			justify-content: space-between;
		}

		.filter-date-from,
		.filter-date-until {
			height: 24px;
		}
	}


/* -------------------------------------------- grid-table --------------------------------------------------- */

.header-table {
	border: 1px solid #e5e5e5;
	border-radius: 10px 10px 0 0;
	position: sticky;
	top: 0;
}

.border-radius {
	border-radius: 10px;
}

.container-filter-info {
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	border-radius: 10px 10px 0 0;
	padding: 0 20px;
	height: 48px;
	font-size: 14px;
	color: #6a6f8a;
	align-items: center;
}

.filter-info {
	display: flex;
}

.container-filter-info img {
	margin-right: 10px;
}

.clear-filters {
	background-color: transparent;
	color: #1B5B94;
	font-weight: 600;
	border: none;
}

.border-rad-top {
	border-radius: 9px 9px 0 0;
}

.border-rad-bottom {
	border-radius: 0 0 9px 9px;
}

.grid-title {
	width: 100%;
	height: 48px;
	display: grid;
	background-color: #F2F4F5;
}

.grid-title div {
	color: #12416C;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	font-size: 12px;
	font-weight: 700;
}

.container-table {
	overflow-y: scroll;
	overflow-x: auto;
	width: 100%;
	border: 1px solid #e5e5e5;
	border-top: none;
	border-radius: 0 0 10px 10px;
	margin: 0 auto;
}

.grid-col-content {
	width: 100%;
	min-height: 64px;
	padding: 5px 0;
	display: grid;
	background-color: #fff;
	border-top: 1px solid #e5e5e5;
}

.grid-col-title-col-1,
.grid-content-col-1 {
	margin-left: 20px;
}

.grid-content-col-1,
.grid-content-col-2,
.grid-content-col-3,
.grid-content-col-4,
.grid-content-col-5  {
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #33373A;
}

.grid-content-col-6 {
	display: flex;
	justify-content: end;
	align-items: center;
	padding-right: 20px;
}

.content-row {
	border-left: 3px solid transparent;
}

.content-row:hover {
	border-left: 3px solid #12416C;
}

.content-col1 {
	font-size: 14px;
	font-weight: 600;
	color: #12416C;
}

.content-co2 {
	text-transform: uppercase;
}

.content-col4 {
	width: 70%;
	text-transform: uppercase;
}

/* -------------------------------------------- disclaimer --------------------------------------------------- */

.disclaimer-container {
	width: 100%;
	height: 8vh;
	padding: 10px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}

.disclaimer-container p {
	width: 100%;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	background-color: #ffffff;
	padding: 5px;
	font-size: 13px;
}

.padding-scroll {
	padding-right: 17px;
}

@media (max-width: 576px) {
	.disclaimer-container {
		height: 10vh;
	}
	.disclaimer-container p {
		font-size: 10px;
	}
}

/* -------------------------------------------- media grid-table --------------------------------------------------- */

.md-large {
	display: none;
}

@media (max-width: 576px) {
	.grid-title {
		display: none;
	}

	.grid-col-content {
		position: relative;
		height: auto;
		padding: 10px 0;
	}

	.grid-content-col-1 {
		margin-top: 10px;
		justify-content: space-between;
	}

	.grid-content-col-1,
	.grid-content-col-2,
	.grid-content-col-3,
	.grid-content-col-4,
	.grid-content-col-5 {
		display: none;
	}

	.grid-content-col-6 {
		grid-row: 4/5;
		grid-column: 1/7;
		justify-content: space-between;
		padding: 0 20px;
	}

	.md-small-container1 {
		font-size: 14px;
		margin: 10px 0 10px 20px;
		grid-row: 1/2;
		grid-column: 1/7;
		display: flex;
	}

	.md-small-container2 {
		font-size: 14px;
		display: flex;
		grid-row: 3/4;
		grid-column: 1/7;
		background-color: #F7F9FA;
		border-radius: 5px;
		padding: 10px 20px 0 20px;
		margin: 0 20px 10px 20px;
	}

	.md-small-container1 .list-items li,
	.md-small-container2 .list-items li {
		margin-bottom: 10px;
		color: #12416C;
		font-weight: 700;
	}

	.md-small-container1 .list-items span,
	.md-small-container2 .list-items span {
		color: #33373A;
	}

	.list-items {
		list-style: none;
		width: 100%;
	}

	.list-items li {
		width: 100%;
		display: flex;
		justify-content: space-between;
	}
}
