*,html,body{
	padding: 0;
	margin:0;
	font-family: "Poppins", sans-serif;
    font-optical-sizing: auto;
	font-size: 0.975rem;
	color: #2B2B2B;
	-webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

html, body{
	background-color: #fff;
	min-height: 100%;
	height: 100%;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Open Sans", sans-serif;
    font-optical-sizing: auto;
    margin: 0px;
}

ul, li, p{
	padding: 0;
	margin: 0;
	list-style-type: none;

}

b{
	font-weight: 700;
}
img{
	display: block;
	max-width: 100%;
}
.main-wrapper {
	display: block;
	height: 100%;
}

.header {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid #50535C;
	max-height: 140px;
}

.middle-section {
	width: 100%;
	height: 100%;
}
.sidebar {
		width: 15%; 
	/*	background-color: #abb9d8;*/
	background-color: #eee8aa;
	display: flex;
	align-items: flex-start;
	border-right: 1px solid #50535C;
	height: 100%;
}
.header-leftsidebar {
	padding: 23px 10px;
	width: 100%;
	height: 100%;
	text-align: center;
}
.logo-img {
	width: 420px;
	/*	width: 210px;*/
	/*   width: 100%;*/
	/* height: 100%;*/
	margin-top: 0px;
}

.rightsidebar{
	width: 15%;
	display: block;
	height: 100%;
	border-left: 1px solid #50535C;
	padding: 10px;
	
}

.header-rightsidebar ul{
	list-style-type: none;
	padding: 0;
	margin: 0px;
}
.header-rightsidebar ul li{
	margin-bottom: 10px;
}
.header-rightsidebar ul li a {
	text-decoration: none;
	display: flex;
	align-items: center;
	font-size: 20px;
	gap: 5px;
	color: #575B96;
	font-weight: bold;
}
	.header-rightsidebar ul li .icon {
		width: 32px;
		height: 32px;
		display: flex;
		margin-right: 8px;
	}
.header-rightsidebar ul li a small{
	font-size: 14px;
	font-weight: 400;
}
.header-rightsidebar ul li.alive a {
	color: #375957;
}

.header-rightsidebar ul li.dead a {
	color:#654B4A;
}

.evergreens {
	font-size: 1rem;
/* top right corner */
/*	color: #444D8A;*/
	color: black;
	font-weight: 500;
	margin-bottom: 5px;
}
.week {
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 7px;
    /*	color: #444D8A;*/
    /*	color: #000095;*/
    color: red;
}

.open-teg {
	font-size: 1.2rem;
	color: #326452;
	font-weight: 500;
}

.evergreen-list {
	font-size: medium;
	list-style-type: none;
	padding: 0px;
	margin: 0;
	width: 100%;
	/*	height: 79vh;*/
}

	.evergreen-list li {
		list-style-type: none;
		padding: 0px;
		margin: 0;
		border-bottom: 1px solid #50535C;
	}
		.evergreen-list li a {
			display: flex;
			align-items: center;
			justify-content: space-between;
			padding: 8px 10px;
/*			color: #424CD4;*/
			color: black;
			text-decoration: none;
		}
.evergreen-list li a img{
	width: 32px;
}

.logout {
	width: 100%;
	text-align: center;
	justify-content: center;
	display: flex;
}

.right-menu {
	display: flex;
	flex-direction: column;
	width: 100%;
	text-align: center;
}

.right-menu li{
	border-bottom: 1px solid #50535C;
}

.right-menu li a{
	text-decoration: none;
	padding: 8px 10px;
	display: block;
	color: #41404E;
}
.right-menu li a:hover{
	color: #424CD4;
}


@media(max-width:1199px){
	.mob-top-logo-tony {
		/*	border-bottom: 2px solid #41404E;*/
		padding: 2px 10px;
	}
	.mob-top-logo {
		border-bottom: 2px solid #41404E;
		padding: 2px 10px;
	}
	.header-rightsidebar.mob-view ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.header-rightsidebar.mob-view ul li a .icon{
		margin-right: 0;
	}
		.header-rightsidebar.mob-view ul li {
			margin-bottom: 0;
			width: 33%;
			text-align: center;
			display: flex;
			justify-content: center;
		}
	.mob-main-menu{
		border-bottom: 2px solid #41404E;
	}
	.mob-main-menu ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
		.mob-main-menu ul li {
			border-right: 2px solid #41404E;
			width: 25%;
			text-align: center;
		}
	.mob-main-menu ul li a{
			text-decoration: none;
			padding: 5px 4px;
			display: block;
			color: #424CD4;
			font-size: 0.875rem;
	}

	.mobile-open-menu {
		/*		background-color: #8795BE;*/
		background-color: #eee8aa;
		display: flex;
		align-items: center;
		justify-content: space-between;
		padding: 10px 20px;
	}
	.mobile-open-menu .open-teg, .mobile-open-menu .week{
		font-size: 1rem;
		margin-bottom: 0;
		text-align: center;
	}
		.mobile-open-menu .evergreen-dropdown,
		.mobile-open-menu .open-teg,
		.mobile-open-menu .week {
				width: 33%;
		}
	.evergreen-dropdown .dropdown-toggle {
		font-size: 1rem;
		text-decoration: none;
		color: #424CD4;
	}
	.evergreen-dropdown .dropdown-menu {
		box-shadow: none;
		border:1px solid #444D8A;
		border-radius: 4px;
		padding: 5px;
		background-color: #BECFF3;
	}
	.evergreen-dropdown .dropdown-menu  li a{
		color: #424CD4;
		font-size: 0.875rem;
		padding: 5px 5px;
	}
	.evergreen-dropdown .dropdown-menu  li a:hover{
		color: #424CD4;
		background-color: transparent;
	}
}