body {
	margin: 0;
	padding: 0;
	font-family: "Roboto", sans-serif;
	height: 100%
}
b {
    color: #7d93c2;
}
header {
	z-index: 1;
	position: fixed;
	background: #5D78AA;
	padding: 0px;
	width: calc(100% - 0%);
	top: 0;
	height: 100px;
}
.wrapper {
	padding-bottom: 4rem;
}
footer {
	position: absolute;
	bottom: 0;
	width: calc(100% - 200px);
	left: 200px;
	height: 4rem;
	color: #FFF;
	background: #5D78AA;
}
img1 {
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0px;
	margin: 0px;
}
h1{
    font-size:30px;
    color:#7d93c2;
}
.left_area span {
	color: #19B3D3;
}
.sidebar {
	z-index: 1;
	top: 0;
	background: #5D78AA;
	margin-top: 100px;
	padding-top: 10px;
	position: fixed;
	left: 0;
	width: 200px;
	height: calc(100% - 9%);
	transition: 0.5s;
	transition-property: left;
	overflow-y: auto;
}
.sidebar a {
	color: #fff;
	display: block;
	width: 100%;
	line-height: 20px;
	text-decoration: none;
	padding-left: 20px;
	box-sizing: border-box;
	transition: 0.5s;
	transition-property: background;
}
.sidebar a:hover {
	background: #7d93c2;
}
.sidebar i {
	padding-right: 10px;
}
label #sidebar_btn {
	z-index: 1;
	color: #fff;
	position: fixed;
	cursor: pointer;
	left: 300px;
	font-size: 20px;
	margin: 5px 0;
	transition: 0.5s;
	transition-property: color;
}
label #sidebar_btn:hover {
	color: #19B3D3;
}
 #check:checked ~ .sidebar {
 left: -185px;
}
 #check:checked ~ .sidebar a span {
 display: none;
}
 #check:checked ~ .sidebar a {
 font-size: 20px;
 margin-left: 165px;
 width: 100%;
}
.content {
	position: relative;
 width: (100% - 250px);
	margin-top: 60px;
	padding: 20px;
	margin-left: 190px;
	background-position: center;
	background-size: cover;
	min-height: 100vh;
	transition: 0.5s;
}
 #check:checked ~ .content {
 margin-left: 60px;
}
 #check:checked ~ .sidebar .profile_info {
 display: none;
}
#check {
	display: none;
}
.mobile_nav {
	display: none;
}
.content .card p {
	background: #fff;
	padding: 0px;
	margin-bottom: 10px;
	margin-top: 10px;
	font-size: 14px;
	opacity: 0.8;
}
.taboutline {
	z-index: 10;
	position: fixed;
	top: 18px;
	right: 50px;
	width: 63%;
	height: 50px;
}
/* Style tab links */
.tablinkcig {
	background-color: #5D78AA;
	color: white;
	float: left;
	border: none;
	outline: none;
	cursor: pointer;
	padding: 5px 5px;
	font-size: 16px;
	width: 15%;
}
.tablinkcig:hover {
	background-color: #7d93c2;
}
/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
	color: black;
	display: none;
	padding: 20px 20px;
	height: 100%;
}
.dropdown-content {
	display: none;
	position: absolute;
	background-color: #7d93c2;
	min-width: 160px;
	box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
/* Links inside the dropdown */
.dropdown-content a {
	color: white;
	padding: 12px 16px;
	text-decoration: none;
	display: block;
}
.ciglink {
	background: #blue;
}
/* Change color of dropdown links on hover */
.dropdown-content a:hover {
	background-color: #7d93c2
}
/* Show the dropdown menu (use JS to add this class to the .dropdown-content container when the user clicks on the dropdown button) */
.show {
	display: block;
}
.responsive {
	max-width: 75%;
	height: auto;
}
.right {
	text-align: right;
}
.white {
	color: #FFF;
}
.black {
	color: #000;
}
/* Responsive CSS */

@media screen and (max-width: 780px) {
body {
 height: 100%;
}
.wrapper {
 padding-bottom: 3rem;
}
footer {
 height: 10px;
 position: absolute;
 bottom: 0px;
 width: 100%;
 left: 0px;
 height: 3rem;
 color: #FFF;
 background: #5D78AA;
}
 .sidebar {
 display: none;
}
 #sidebar_btn {
 display: none;
}
 .content {
 margin-left: 0;
 margin-top: 70px;
 padding: 2px 2px;
 transition: 0s;
 position: relative;
 min-height: 100vh;
}
 #check:checked ~ .content {
 margin-left: 0;
}
 .mobile_nav {
 display: block;
 width: calc(50% - 0%);
 max-height: calc(100vh - 9rem);
 overflow-y: auto;
 top: 0;
 bottom: 0;
}
 .nav_bar {
 background: #5D78AA;
 width: calc(100% - 0px);
 margin-top: 0px;
 display: flex;
 justify-content: space-between;
 align-items: start;
 padding: 0px 0px 0px 0px;
}
 .nav_bar .mobile_profile_image {
 width: 50px;
 height: 50px;
 border-radius: 50%;
}
 .nav_bar .nav_btn {
 position: absolute;
 top: 25px;
 right: 25px;
 color: #fff;
 font-size: 22px;
 cursor: pointer;
 transition: 0.5s;
 transition-property: color;
}
 .nav_bar .nav_btn:hover {
 color: #7d93c2;
}
 .mobile_nav_items {
 background: #5D78AA;
 display: none;
}
 .mobile_nav_items a {
 color: #fff;
 display: block;
 text-align: left;
 letter-spacing: 1px;
 line-height: 30px;
 text-decoration: none;
 box-sizing: border-box;
 transition: 0.5s;
 transition-property: background;
}
 .mobile_nav_items a:hover {
 background: #7d93c2;
}
 .mobile_nav_items i {
 padding-right: 10px;
}
 .active {
 display: block;
}
 .img_responsive {
 width: 50%;
 height: auto;
}
.taboutline {
 display: none;
}
.responsive {
 max-width: 75%;
 height: auto;
}
.right {
 text-align: right;
}
.white {
 color: #FFF;
}
.black {
 color: #000;
}
