* {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	outline: none;
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 1.4;
	color: #121212;
	font-size: 16px;
	background: #f9f9f9;
	padding: 0;
	margin: 0;
}
a { color: #3f8ae0; text-decoration: none; cursor: pointer; }
img { width: 100%; }
ul { padding: 0; margin: 0; list-style: none; }
table { border-collapse: collapse; border-spacing: 0; }
h1, h2, h3, h4 { margin: 0 0 20px 0; font-size: 20px; font-weight: 600; line-height: 1.4; font-family: Montserrat, sans-serif; }

.content { width: 100%; margin: 0 auto; position: relative; }

.hidden { display: none; }

.button {
	padding: 15px 25px;
	background-color: #24C44D;
	border-radius: 5px;
	color: #fff;
	margin-top: 9px;
	cursor: pointer;
	border: none;
}

.logo { width: 165px; height: 50px; margin: 15px 35px 20px 35px; }

#menu {
	position: fixed;
	left: 0;
	top: 0;
	width: 270px;
	height: 100%;
	background: #fff;
	border-right: 1px solid #f5f5f5;
}
#menu a { color: #141414; font-size: 15px; display: flex; font-family: 'Ubuntu', serif; line-height: 24px; }
#menu a .icon { font-size: 24px; margin-right: 15px; }
#menu ul li { padding: 10px 35px; }
#menu ul li.active a { background: #5378D7; }
#menu ul li.active a { background: #34A6DB; }
#menu .logout { position: fixed; bottom: 0; padding: 15px 35px; }

#container { min-height: 650px; padding-left: 270px; }
#container .content { padding: 30px; }

#header { width: 100%; border-bottom: 1px solid #f5f5f5; }
#header h1 { font-size: 26px; line-height: 28px; margin: 0; }
#header .content { display: flex; padding: 18px 30px; justify-content: space-between; align-content: center; align-items: center; }
#header .account { display: flex; align-items: center; align-content: center; font-weight: bold; }
#header .account .picture {
	width: 44px;
	height: 44px;
	overflow: hidden;
	border-radius: 50%;
	margin-right: 10px;
	background: linear-gradient(to top, #832ED1, #12D9E0);
	padding: 2px;
}

#header .account .picture .border { border-radius: 50%; border: 2px solid #fff; display: flex; overflow: hidden; }
#header .account .icon { display: flex; margin-left: 5px; font-size: 18px; }

#footer {
	background: linear-gradient(90deg, rgba(129, 0, 216, 0.7) 2.16%, rgba(235, 49, 251, 0.63) 132.3%),#1CB67E;
	color: #FFF;
}

#footer .content { display: flex; padding: 30px 0;  }
#footer .logo { width: 85px; margin-right: 50px; }
#footer .agreement { margin-left: auto; color: #969696; }
#footer .agreement, #footer .copy { padding: 4px; }
#footer .agreement a { color: #969696; }