/*========== GOOGLE FONTS ==========*/
@import
	url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600&display=swap")
	;

/* ========== MEDIA QUERIES ==========*/
/* For small devices reduce search*/
@media screen and (max-width: 320px) {
	.header__search {
		width: 70%;
	}
}

body.nav-md .container.body .col-md-3.left_col {
	width: 230px;
	position: absolute;
	display: flex;
	height: 100%;
	overflow-x: hidden;
	background: #1c5ad2;
}

body.nav-md .container.body .right_col {
	background: #F7F7F7;
	padding: 0px 20px 0;
	margin-left: 230px;
}

.nav_title {
	width: 200px;
	padding-top: 10px;
	text-align: center;
	border-radius: 0;
	height: 75px;
}

.container {
	width: 100%;
	padding: 0
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2,
	.col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3,
	.col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5,
	.col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6,
	.col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8,
	.col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9,
	.col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11,
	.col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12
	{
	position: relative;
	min-height: 1px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
}

h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 10px;
	margin-bottom: 10px;
}

.nav.side-menu>li {
	position: relative;
	display: block;
}

.nav.side-menu>li>a {
	color: black;
	margin-bottom: 6px;
	font-weight: 600;
}

.nav.side-menu>li>a>span {
	float: right;
}

.nav.side-menu>li>a:hover {
	color: blue !important;
}

.nav.side-menu>li>a:hover, .nav>li>a:focus {
	text-decoration: none;
	background: transparent;
}

.nav.child_menu li:hover {
	background-color: rgba(255, 255, 255, 0.06);
}

.nav.child_menu li {
	padding-left: 36px
}

body.nav-md ul.nav.child_menu li:before {
	background: #425668;
	bottom: auto;
	content: "";
	height: 8px;
	left: 23px;
	margin-top: 15px;
	position: absolute;
	right: auto;
	width: 8px;
	z-index: 1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
}

body.nav-md ul.nav.child_menu li:after {
	border-left: 1px solid #425668;
	bottom: 0;
	content: "";
	left: 27px;
	position: absolute;
	top: 0;
}

.nav.child_menu>li>a {
	color: black;
	font-weight: 500;
}

.nav>li>a {
	position: relative;
	display: block;
	padding: 13px 15px 7px;
}

.nav.side-menu>li.current-page, .nav.side-menu>li.active {
	border-right: 5px solid #1ABB9C;
}

li.current-page {
	background: rgba(255, 255, 255, 0.05);
}

.nav.side-menu>li.active>a {
	color: #ff0000;
	text-shadow: rgba(0, 0, 0, 0.25) 0 -1px 0;
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5b6479),
		color-stop(100%, #4c5566)), #686e78;
	background: -webkit-linear-gradient(#334556, #2C4257), #2A3F54;
	background: -moz-linear-gradient(#334556, #2C4257), #2A3F54;
	background: -o-linear-gradient(#334556, #2C4257), #2A3F54;
	background: linear-gradient(#1e8153, #1E5A49), #2A3F54;
	-webkit-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset
		rgba(255, 255, 255, 0.16) 0 1px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset
		rgba(255, 255, 255, 0.16) 0 1px 0;
	box-shadow: rgba(0, 0, 0, 0.25) 0 1px 0, inset rgba(255, 255, 255, 0.16)
		0 1px 0;
}

li.current-page a {
	color: #1ABB9C !important
}

.x_panel {
	overflow: auto;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	padding: 10px 17px;
	display: inline-block;
	background: #fff;
	border: 1px solid #E6E9ED;
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	column-break-inside: avoid;
	opacity: 1;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-ms-transition: all .2s ease;
	transition: all .2s ease;
}

.x_title {
	border-bottom: 2px solid #E6E9ED;
	padding: 1px 5px 6px;
	margin-bottom: 10px;
}

.x_title_two {
	padding: 1px 5px 6px;
	margin-bottom: 10px;
}

.x_title .filter {
	width: 40%;
	float: right;
}

.x_title h2 {
	margin: 5px 0 6px;
	float: left;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.x_title h2 small {
	margin-left: 10px;
}

.x_title span {
	color: #BDBDBD;
}

.x_content {
	padding: 0 5px 6px;
	position: relative;
	width: 100%;
	float: left;
	clear: both;
	margin-top: 5px;
}

.x_content h4 {
	font-size: 16px;
	font-weight: 500;
}

/****************************/
.nav__list, .nav__items, .top_nav_items, .top_nav__list {
	display: grid;
}

.nav__list {
	row-gap: 2.5rem;
	margin-left: 12px;
}

.top_nav__list {
	margin-bottom: 5px;
	padding: 10 25 10 25;
}

.top_nav_items {
	row-gap: 0.25em;
}

.nav__items {
	row-gap: 1.5rem;
}

.nav__subtitle {
	font-size: 1.3rem;
	text-transform: uppercase;
	letter-spacing: .1rem;
	color: orange;
	font-weight: 600;
}

.nav__link {
	display: flex;
	align-items: center;
}
.nav__items .active{
	background: red;
}
.nav__link:hover {
	background: orange;
	padding: 5px;
}

.nav__icon {
	font-size: 1.3rem;
	margin-right: 1rem;
	color: white;
}

.nav__name {
	font-size: 1.1rem;
	white-space: nowrap;
	color: white;
	font-weight: 600;
}

.nav__logout {
	margin-top: 5rem;
}

/* Dropdown */
.nav__dropdown {
	overflow: hidden;
	max-height: 21px;
	transition: .4s ease-in-out;
}
.nav__dropdown_show{
	overflow: visible;
	max-height: 100px;
	transition: .4s ease-in-out;
}
.nav__dropdown-collapse {
	background-color: #1c5ad2;
	border-radius: .25rem;
	/* margin-top: 1rem; */
}

.nav__dropdown-content {
	display: grid;
	row-gap: .5rem;
	padding: .75rem 2.5rem .75rem 1.8rem;
}

.nav__dropdown-item {
	font-size: 1rem;
	color: white !important;
	font-weight: 600;
	letter-spacing: .1rem;
	margin-left: 10px;
}

.nav__dropdown-item:hover {
	background: orange !important;
	padding: 5px;
}

.nav__dropdown-icon {
	margin-left: auto;
	transition: .4s;
}

/* Show dropdown collapse */
.nav__dropdown:hover {
	max-height: 150rem;
}

/* Rotate icon arrow */
.nav__dropdown:hover .nav__dropdown-icon {
	transform: rotate(180deg);
}

/*===== Active link =====*/
.active {
	background: orange;
	padding: 5px;
}

/****************************/
@media ( max-width : 991px) {
	body.nav-md .container.body .right_col, body.nav-md .container.body .top_nav
		{
		width: 100%;
		margin: 0;
	}
	body.nav-md .container.body .col-md-3.left_col {
		display: none;
	}
	body.nav-md .container.body .right_col {
		width: 100%;
		padding-right: 0
	}
	.navIcon {
		display: inline-block !important;
	}
	.right_col {
		padding: 10px !important;
	}
}

@media ( max-width : 1200px) {
	.x_title h2 {
		width: 62%;
		font-size: 17px;
	}
	.tile, .graph {
		zoom: 85%;
		height: inherit;
	}
}

@media ( max-width : 1270px) and (min-width: 192px) {
	.x_title h2 small {
		display: none
	}
}

/**************************** table *************/
.tableHeader {
	background: grey;
}

.tableHeader>tr>th {
	color: white !important;
}

fieldset {
	display: none;
}

fieldset.show {
	display: block;
}

select:focus, input:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: 1px solid #2196F3 !important;
	outline-width: 0 !important;
	font-weight: 400;
}

button:focus {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	outline-width: 0;
}

.tabs {
	margin: 2px 5px 0px 5px;
	cursor: pointer;
}

.tabs:hover, .tabs.active {
	border-bottom: 1px solid #2196F3;
}

a:hover {
	text-decoration: none;
	color: #1565C0;
}

.box {
	margin-bottom: 10px;
	border-radius: 5px;
	padding: 10px;
}

.modal-backdrop {
	background-color: #64B5F6;
}

.line {
	background-color: #CFD8DC;
	height: 1px;
	width: 100%;
}

@media screen and (max-width: 768px) {
	.tabs h6 {
		font-size: 12px;
	}
}

.chart--container {
	margin-top: 50px;
}

.stance_container {
	display: flex;
	justify-content: center;
	margin: auto;
	border: 3px solid lightblue;
}

/******************************************/
.groupStancesList ul li {
	display: block;
	padding: 5px;
	margin: 0 5% 0 5%;
	padding-left: 20px;
	font-size: 1em;
}

.messageCount {
	height: 14px;
	width: 20px;
	background: red;
	font-size: 10px;
	color: #ffffff;
	line-height: 13px;
	text-align: center;
	font-weight: 700;
	display: inline-block;
	border-radius: 50%;
	margin-left: 5px;
}

#top_nav_screen {
	background-color: #1c5ad2;
	display: none;
}

.logoImage {
	width: 20%;
	padding: 5px;
}

.navIcon {
	float: right;
	margin-right: 1vw;
	margin-top: -5.5vw;
	color: orange;
	background: white;
	display: none;
}

.userDetails p, .userDetails label{
	margin-bottom: 7px;
}

/* #cardDetails{
	display: none;
	font-size: 12px;
} */