html, body, #root, .App {
	height: 100%;
	width: 100%;
	background-color: #e9e9eb;
}

/*** navbar ***/

.navbar {
	padding-top: 0.7rem !important;
	padding-bottom: 0.7rem !important;
	background-color: #004982 !important;
}

/*** footer ***/

.percepthor-page-footer.dark {
	background-color: #2b2f31;
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 50px;
}

.percepthor-page-footer.dark .footer-copyright {
	padding-top: 3px;
	padding-bottom: 3px;
	text-align: center;
	background-color: #3c3c3c;
	border-color: #3c3c3c
}

.percepthor-page-footer.dark .footer-copyright p {
	margin: 10px;
	color: #ccc
}

@media (max-width: 900px) {
	.percepthor-page-footer.dark {
		height: 70px;
	}
}

/*** not found img ***/

.not-found-img {
	height: 90vh;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

/*** image ***/

.image {
	height: calc(100vh - 500px);
	width: 100%;
}

@media (max-width: 900px) {
	.image {
		height: 100%;
		width: 100%;
	}
}

/*** bar chart ***/

.bar-chart {
	height: 250px;
}

/*** inputs ***/

input[type = 'date'] {
	background-color: white;
	padding: 7px;
	font-size: 15px;
	border: 1px solid #cccccc;
	outline: none;
	border-radius: 5px;
}

/*** spinner ***/

.spinner-margin {
	margin-left: 2rem;
}

.spinner-text {
	font-size: 1.5rem;
	margin-bottom: 0;
}

@media (max-width: 900px) {
	.spinner-text {
		font-size: 1rem;
	}
}

/*** card ***/

.card-border {
	/* border-color: #dee2e6 !important; */
	border-color: transparent !important;
}

/*** buttons ***/

.btn:focus, .btn:active, .btn-close:focus, .btn-close:active, .accordion-button:focus, .form-check-input:focus, .form-check-input:active {
	outline: none !important;
	box-shadow: none !important;
}

.submit-btn {
	background-color: #42506b !important;
	border-color: #42506b !important;
	color: white !important;
}

.danger-btn {
	background-color: #ef4b4c !important;
	border-color: #ef4b4c !important;
	color: white !important;
}

.form-check-input:checked {
	background-color: #42506b !important;
	border-color: #42506b !important;
}

/*** icons ***/

.bi-bold-download {
	-webkit-text-stroke: 1px;
}

.bi-bold {
	-webkit-text-stroke: 2px;
}

/*** accordion ***/

.accordion {
	--bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
	--bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e") !important;
}

/*** indicators table ***/

.ind-table-card {
	height: 707px !important;
}

.ind-table {
	flex: 1 !important;
  overflow-y: auto !important;
}

.th-indicators {
	position: sticky;
	top: 0;
	background-color: #415577;
	color: white;
	text-align: center;
	vertical-align: middle !important;
}

.table-score {
  border: #dee2e6 1px solid;
}

.ind-table-button {
	margin: 10px 10px !important;
}

/*** scrollbar ***/

/* Firefox */
.custom-scrollbar {
	scrollbar-width: auto;
	scrollbar-color: #c1c1c1 #f1f1f1;
}

/* Chrome, Edge, and Safari */
::-webkit-scrollbar {
	width: 10px;
	height: 10px;
}

::-webkit-scrollbar-track {
	background: #f1f1f1;
	border-radius: 10px;
}

::-webkit-scrollbar-thumb {
	background-color: #c1c1c1;
	border-radius: 10px;
	border: 1px solid #f1f1f1;
}

::-webkit-scrollbar-thumb:hover {
	background: #a7a7a7; 
}

/*** ant design ***/

.ant-tabs-top > .ant-tabs-nav::before {
	border-color: #c7c8c9;
}
