 #myFilters {
	 z-index: 2;
 }
 /* The side navigation menu */
 .sidefilters {
	height: 100%; /* 100% Full-height */
	width: 0; /* 0 width - change this with JavaScript */
	position: fixed; /* Stay in place */
	z-index: 1; /* Stay on top */
	top: 0; /* Stay at the top */
	left: 0;
	background-color: #fff; /* Black*/
	overflow-x: hidden; /* Disable horizontal scroll */
	padding-top: 60px; /* Place content 60px from the top */
	transition: 0.5s; /* 0.5 second transition effect to slide in the sidefilters */
  }
  
  /* The navigation menu links */
  .sidefilters a {
	padding: 8px 8px 8px 32px;
	text-decoration: none;
	font-size: 25px;
	color: #818181;
	display: block;
	transition: 0.3s;
  }
  
  /* When you mouse over the navigation links, change their color */
  .sidefilters a:hover {
	color: #f1f1f1;
  }
  
  /* Position and style the close button (top right corner) */
  .sidefilters .closebtn {
	position: absolute;
	top: 0;
	right: 25px;
	font-size: 36px;
	margin-left: 50px;
  }
  
  /* Style page content - use this if you want to push the page content to the right when you open the side navigation */
  #main {
	transition: margin-left .5s;
	padding: 20px;
  }
  
  /* On smaller screens, where height is less than 450px, change the style of the sidefilters (less padding and a smaller font size) */
  @media screen and (max-height: 450px) {
	.sidefilters {padding-top: 15px;}
	.sidefilters a {font-size: 18px;}
  } 









  .sidebar {
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:stretch;
	align-items:stretch;
	-webkit-justify-content:stretch;
	justify-content:stretch;
	background:#2d2c34;
	color:#afadb8;
	height:100%
   }
   .sidebar__drawer {
	font-size: 13px;
	font-weight: 400;
	position:absolute;
	z-index:10;
	top:0;
	left:0;
	bottom:0;
	//width:500px;
	background:#fff;
	transition:-webkit-transform .3s cubic-bezier(.25,.8,.25,1);
	transition:transform .3s cubic-bezier(.25,.8,.25,1);
	transition:transform .3s cubic-bezier(.25,.8,.25,1),-webkit-transform .3s cubic-bezier(.25,.8,.25,1)
   }
   .sidebar__drawer[style="width: 350px;"] {
	box-shadow: 0vw 0px 0px 100vw rgba(5, 5, 5, 0.61)
   }
   .sidebar__drawer--opened {
	-webkit-transform:translateX(0);
	transform:translateX(0)
   }
   .sidebar__drawer__header {
	padding:15px 10px;
	padding-bottom:5px
   }
   .sidebar__drawer__content {
	display:-webkit-flex;
	display:flex;
	-webkit-align-items:stretch;
	align-items:stretch;
	-webkit-justify-content:stretch;
	justify-content:stretch
   }
   .sidebar__overlay {
	position:absolute;
	z-index:-5;
	opacity:0;
	transition:opacity .3s cubic-bezier(.25,.8,.25,1)
   }
   .sidebar__overlay--active {
	opacity:1;
	top:0;
	left:0;
	bottom:0;
	right:0;
	background:rgba(0,0,0,.6);
	z-index:5
   }
   .sidebar__overlay--fading {
	opacity:0
   }
   .sidebar__column {
	padding:15px 10px;
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:column;
	flex-direction:column;
	-webkit-justify-content:flex-start;
	justify-content:flex-start
   }
   .sidebar__column--first {
	background:#2d2c34;
	background:linear-gradient(to right,#2d2c34 75%,#2d2c34 75%,#28272d 100%);
	-webkit-justify-content:space-between;
	justify-content:space-between
   }
   .sidebar__menu {
	list-style:none;
	margin:0;
	padding:0;
	width:210px
   }
   .sidebar__menu__icon {
	width:30px;
	display:inline-block
   }
   .sidebar__menu__icon .svg-shape svg {
	fill:#fff;
	width:20px;
	height:20px
   }
   .sidebar__menu a {
	display:block
   }
   .sidebar__menu__category {
	border-bottom:1px solid #57565e;
	padding-bottom:10px;
	margin-bottom:10px;
	font-family:'Libre Franklin',sans-serif;
	font-weight:500
   }
   .sidebar__menu__category a {
	display:-webkit-flex;
	display:flex;
	-webkit-flex-direction:row;
	flex-direction:row;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:flex-start;
	justify-content:flex-start;
	height:40px;
	color:#fff;
	text-decoration:none
   }
   .sidebar__menu__category a .fa {
	color:#929196
   }
   .sidebar__menu__category a.active,
   .sidebar__menu__category a:active,
   .sidebar__menu__category a:hover {
	text-decoration:none
   }
   .sidebar__menu__category a.active .fa,
   .sidebar__menu__category a:active .fa,
   .sidebar__menu__category a:hover .fa {
	color:#fff
   }
   .sidebar__menu ul {
	list-style:none;
	margin:10px 0;
	padding:0
   }
   .sidebar__menu ul>li {
	padding:5px 0
   }
   .sidebar__menu ul a {
	font-family:'Libre Franklin',sans-serif;
	font-weight:400;
	color:#b2b0bd
   }
   .sidebar__menu ul a .fa {
	color:#ffa302
   }
   .sidebar__menu ul a:active,
   .sidebar__menu ul a:hover {
	color:#fff;
	text-decoration:none
   }
   .sidebar__menu ul a.active {
	font-family:'Libre Franklin',sans-serif;
	font-weight:500;
	color:#ffa302;
	text-decoration:none
   }
   .sidebar__menu__badge {
	font-family:'Libre Franklin',sans-serif;
	font-weight:300;
	font-size:11px;
	color:#929196;
	background:#151518;
	float:right;
	display:inline-block;
	line-height:1;
	padding:3px 7px;
	border-radius:8px
   }
   .sidebar__logo {
	width:170px;
	height:30px;
	display:block;
	background:url(../images/am24-logo-text-white.png) center no-repeat;
	background-size:contain;
	margin-top:5px;
	margin-bottom:20px
   }
   .sidebar__circle-btn {
	display:-webkit-flex;
	display:flex;
	width:40px;
	height:40px;
	border-radius:40px;
	text-decoration:none!important;
	-webkit-align-items:center;
	align-items:center;
	-webkit-justify-content:center;
	justify-content:center;
	position:relative
   }
   .sidebar__circle-btn__logo {
	display:inline-block;
	width:25px;
	height:25px;
	background:url(../images/am24-logo-icon.png) center no-repeat;
	background-size:contain
   }
   .sidebar__circle-btn__badge {
	font-family:'Libre Franklin',sans-serif;
	font-weight:300;
	background:#d44a4a;
	border-radius:50%;
	color:#fff;
	font-size:10px;
	width:20px;
	height:20px;
	display:-webkit-flex;
	display:flex;
	-webkit-justify-content:center;
	justify-content:center;
	-webkit-align-items:center;
	align-items:center;
	position:absolute;
	top:-5px;
	right:-5px
   }
   .sidebar__circle-btn .svg-shape svg {
	fill:#fff;
	width:20px;
	height:20px
   }
   .sidebar__circle-btn:hover {
	background:#000
   }
   .sidebar__circle-btn--big-ico .svg-shape svg {
	width:100%;
	height:100%
   }
   .sidebar__circle-btn--light:hover {
	background:#f4f5f7
   }
   .sidebar__circle-btn--light .svg-shape svg {
	fill:#2a2931
   }
   .sidebar__circle-btn+.sidebar__circle-btn {
	margin-top:20px
   }
   .sidebar .dropdown-menu {
	top:auto;
	bottom:100%;
	left:10px
   }
   .sidebar .dropdown-menu .svg-shape {
	margin-right:15px
   }
   .sidebar .dropdown-menu .svg-shape svg {
	fill:#2d2c34;
	width:16px;
	height:16px
   }
   .sidebar .dropdown-menu .fa {
	margin-right:15px;
	color:#ced3d6;
	font-size:16px
   }
   .sidebar__notifications__date {
	font-family:'Libre Franklin',sans-serif;
	font-weight:300;
	font-size:10px;
	margin-bottom:3px
   }
   .sidebar__notifications__title {
	font-family:'Libre Franklin',sans-serif;
	font-weight:500
   }
   .sidebar__notifications__text {
	font-family:'Libre Franklin',sans-serif;
	font-weight:300;
	margin-top:5px;
	font-size:11px;
	white-space:pre-line
   }

   .main > .container table.active-filters tr:hover td {
		background: transparent;
	}

   .active-filters span{
		margin-left: 15px;
		background-color: #f3f5f8;
		padding: 7.5px 15px;
		border-radius: 5px;
	}

   .active-filters span:first-child {
		margin-left: 0px;
		background-color: transparent;
   }

   .get a {
		padding-left: 10px;
		font-size: 17px;
		line-height: 0px;
		font-weight: 900;
		top: ;
		left: ;
		height: ;
		margin-right: -7.5px;
	}

	.get {
		transition: all .3s ease;
	}

	.get:hover {
		background-color: #e0050e;
		color: white;
	}

	.get:hover a {
		color: white !important;
	}