body {
	margin: 0;
	padding: 0;
}

#styleBody {
	height: 40vh;
	background-image: linear-gradient(
		to right,
		rgba(7, 6, 6, 0.76) 0%,
		rgba(0, 0, 0, 0.664) 100%
	);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	background-position: center;
}
#splash-screen {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	background-color: #f2f3f8;
}
.container {
	max-width: 1570px;
}

#splash-screen img {
	margin-left: calc(100vw - 100%);
	margin-bottom: 30px;
}

#splash-screen.hidden {
	opacity: 0;
	visibility: hidden;
}

.splash-spinner {
	animation: rotate 2s linear infinite;
	margin-left: calc(100vw - 100%);
	width: 50px;
	height: 50px;
}

.splash-spinner .path {
	stroke: #5d78ff;
	stroke-linecap: round;
	animation: dash 1.5s ease-in-out infinite;
}

.table-max-height{
	max-height: 200px; 
	overflow-y: auto;
}

.custom-table-payroll {
	width: 230% !important;
  }
  .icon-star {
	color: gray;
	transition: color 0.3s ease;
  }
  
  .icon-star:hover {
	color: orange !important;
  }

  .h-d {
	height: 17px;
  }

@keyframes rotate {
	100% {
		transform: rotate(360deg);
	}
}

@keyframes dash {
	0% {
		stroke-dasharray: 1, 150;
		stroke-dashoffset: 0;
	}
	50% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -35;
	}
	100% {
		stroke-dasharray: 90, 150;
		stroke-dashoffset: -124;
	}
}

@media (max-width: 1340px) {
	.ajust {
		width: 100px !important;
		height: 100px !important;
	}
	.table-responsive-sm {
		overflow-y: auto !important;
		overflow-x: auto !important;
	}
}
table {
	border-collapse: collapse;
}

@media (max-width: 360px) {
	.ajust {
		display: none !important;
	}
	.dataHidden {
		display: none !important;
	}
	table {
		width: 100%;
	}
	.table-responsive-sm {
		overflow-y: auto !important;
		overflow-x: auto !important;
	}
	.widthResponse {
		width: 320px !important;
		margin-left: 0px !important;
	}
	.titleResponse {
		text-align: 'center';
		font-size: '50px';
		font-weight: '100';
		letter-spacing: '20px';
		color: 'white';
		text-transform: 'uppercase';
	}
}
@media (max-width: 850px) {
	.ajust {
		display: none !important;
	}
	.table-responsive-sm {
		overflow-y: auto !important;
		overflow-x: auto !important;
	}
	.dataHidden {
		display: none !important;
	}
}
@media (max-width: 530px) {
	.ajust {
		display: none !important;
	}
	.dataHidden {
		display: none !important;
	}
	table {
		width: 100%;
	}
	.table-responsive-sm {
		overflow-y: auto !important;
		overflow-x: auto !important;
	}
}
