.header {
	border-bottom: none;
}

.header-shadow--override {
	box-shadow: none !important;
}

	.header .logo .logo-icon {
		background-image: url("/assets/img/endevre_podcasts_logo_main.svg");
	}

.sidebar {
	border-right: none;
}

.sidebar--short {
  height: calc(100% - 117px);
  margin-top: 117px;
}

.sidebar--isOpen {
	/*padding-right: 10px;*/
}

.sidebar .sidebar-item {
	position: relative;
	padding: 10px 20px;
	height: 30px;
	width: calc(100% - 40px);
	border-top-right-radius: 40px;
	border-bottom-right-radius: 40px;
}

	.sidebar .sidebar-item--selected {
		/*background: #d6e0f5;*/
		/*background: #ffccff;*/
		background: var(--main-accent-color) !important;
	}
	
		.sidebar .sidebar-item--selected:hover {
			background: var(--main-accent-color) !important;
		}
	
	.sidebar .sidebar-item--selected-sp {
		background: #ffad99 !important;
	}
		
		.sidebar .sidebar-item--selected-sp:hover {
		background: #ffad99 !important;
	}
	
		.sidebar .sidebar-item--selected h1, .sidebar .sidebar-item--selected i {
			color: black !important;
		}

	.sidebar .sidebar-item:hover {
		cursor: pointer;
		background: rgba(0,0,0,0.07);
	}
	
		.sidebar .sidebar-item:hover i, .sidebar .sidebar-item:hover h1 {
			color: #1a1a1a !important;
		}

	.sidebar .sidebar-item i {
		display: inline;
		font-size: 23px;
		position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    height: 23px;
    color: #666;
    user-select: none;
    color: #666;
	}

	.sidebar .sidebar-item h1 {
		display: inline;
		margin: 0;
		margin-left: 40px;
		font-size: 14px;
		font-weight: 400;
		line-height: 30px;
		user-select: none;
		color: #666;
		color: #666;
	}
	

@media only screen and (max-width: 790px) {
	.main-container::-webkit-scrollbar {
		width: 0px !important;
	}
	
	.main-container--scrolling::-webkit-scrollbar {
		width: 10px !important;
	}
}