html, body, #root, .App {
	margin: 0;
}

/*** header ***/

.navbar {
	padding: 0.7rem 1rem !important;
	background-color: #004982 !important;
	font-size: 17px !important;
}

.header-dropdown {
	margin-left: auto;
}

.header-dropdown a{
	color: #fff;
	font-size: 17px;
}

.header-dropdown i{
	font-size: 20px;
}

.ant-dropdown-menu-item a {
	text-decoration: none !important;
}

/*** footer ***/

.footer {
	text-align: center;
	background-color: #3c3c3c;
	color: white;
}

/*** content ***/

.content {
	min-height: 86.6vh;
	padding-top: 1rem;
	padding-right: 50px;
	padding-bottom: 5rem;
	padding-left: 50px;
	/* background-color: #e9e9eb; */
	background-color: #fff;
}

/*** logs ***/

.upload-button {
	text-align: center !important;
	margin: 10px 0 !important;
}

.log-data-container {
	margin-top: 5rem;
}

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