@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap');

body {
	background-color: #fff;
}

.t-primary-bgcolor {
	background-color: #333;
}

a {
	color: #187a60;
}

.container {
	width: 1200px;
}

.header-wrapper {
	background-image: url(carbon_fiber.png);
}

.header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-family: "Lato", sans-serif;
	color: #fff;
	padding: 21px;
	height: 159px;
}

.header__logo {
	padding: 0 !important;
}

.header a {
	color: #fff;
	padding: 5px;
	transition: 0.5s all;
	font-size: 18px;
}

.header span {
	font-size: 18px;
}

.header a:hover {
	color: rgb(24, 122, 96);
	text-decoration: none;
}

.header__logo img {
	max-height: 80px;
}

.header__logo:hover {
	background-color: transparent !important;
}

.header__left,
.header__right {
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: space-between;
	height: 100%;
}

nav {
	font-size: 0;
}

body.page-upload .main {
	border-radius: 20px;
	margin-top: 3rem;
	background-color: rgba(0, 0, 0, 0.03);
	box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.65);
}

body.page-upload .navbar__menu .menu-item {
	display: none;
}