.hap-music-player,
.hap-music-player * {
	line-height: normal;
	direction: ltr !important;
}

.hap-music-player {
	position: relative;
	max-width: none;
	margin: 0 auto;
}

.hap-share-item {
	position: relative;
	width: 25px !important;
	height: 100%;
	text-align: center;
	float: left;
	margin-right: 15px;
	transition: transform 0.3s;
}

.hap-range-handle-a,
.hap-range-handle-b {
	position: absolute;
	width: 0;
	height: 20px;
}

.hap-range-handle-a {
	left: 0;
}

.hap-range-handle-b {
	right: 0;
	top: -20px;
}

.hap-range-handle-a-hit {
	position: absolute;
	top: 5px;
	left: 0;
	cursor: grab;
	transition: color 0.3s ease-out;
	width: 0;
	height: 0;
	border-bottom: 30px solid;
	border-right: 30px solid transparent;
}

.hap-range-handle-b-hit {
	position: absolute;
	top: -10px;
	right: 0;
	cursor: grab;
	transition: color 0.3s ease-out;
	width: 0;
	height: 0;
	border-top: 30px solid;
	border-left: 30px solid transparent;
}

.hap-range-handle-a-hit-bg,
.hap-range-handle-b-hit-bg {
	position: absolute;
	width: 40px;
	height: 30px;
	background: red;
	opacity: 0;
}

.hap-range-handle-a-hit-bg {
	left: -5px;
	top: 0;
}

.hap-range-handle-b-hit-bg {
	left: -35px;
	top: -31px;
}

.hap-range-wrap {
	display: flex;
	flex-direction: row;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.hap-range-min-time,
.hap-range-max-time {
	font-size: 13px;
	pointer-events: none;
	user-select: none;
	width: 75px;
}

.hap-range-min-time {
	text-align: end;
	padding-right: 5px;
}

.hap-range-max-time {
	padding-left: 5px;
}

.hap-range-seekbar {
	max-width: 400px;
	width: calc(100% - 100px);
	height: 30px;
	position: relative;
	touch-action: none;
}

.hap-range-bg {
	position: absolute;
	top: 14px;
	left: 10px;
	width: calc(100% - 20px);
	height: 1px;
}

.hap-range-level {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
}

.hap-range-drag {
	position: relative;
	top: -9px;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	-webkit-transform: scale( 0.5);
	transform: scale( 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	float: right;
	margin-right: -9px;
}

.hap-range-drag:hover,
.hap-range-drag:active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.hap-dialog-header {
	position: relative;
	height: 40px;
	width: 100%;
	background: #666;
}

.hap-dialog-header-drag {
	position: relative;
	height: 100%;
	width: calc(100% - 40px);
	touch-action: none;
}

.hap-dialog {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
	background-color: #fff;
	box-shadow: rgb(135 135 135 / 32%) 0px 0px 11px;
}

.hap-dialog-content {
	position: relative;
}

.hap-playback-rate-holder,
.hap-share-holder {
	position: absolute;
	width: 300px;
	height: 70px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	display: none;
}

.hap-range-holder {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 10;
	display: none;
	max-width: 550px;
	width: 100%;
	height: 90px;
}

.hap-playback-rate-close,
.hap-share-close,
.hap-range-close {
	position: absolute !important;
	width: 34px !important;
	height: 34px !important;
	top: 0 !important;
	right: 0 !important;
}

.hap-share-holder {
	max-width: 400px;
	width: 100%;
}

.hap-share-holder-inner {
	height: 34px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
}

.hap-playback-rate-close i,
.hap-share-close i,
.hap-range-close i,
.hap-dialog-close i {
	font-size: 18px;
}

.hap-dialog-close {
	position: absolute !important;
	width: 40px !important;
	height: 40px !important;
	top: 0 !important;
	right: 0 !important;
}

.hap-dialog-close svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 20px;
	fill: currentColor;
	transition: color .1s ease-out;
	color: #fff !important;
}

.hap-dialog-close:hover svg {
	color: #fff !important;
}

.hap-playback-rate-wrap {
	display: flex;
	flex-direction: row;
	height: 100%;
	align-items: center;
	justify-content: center;
}

.hap-playback-rate-min,
.hap-playback-rate-max {
	font-size: 16px;
	margin: 0 5px;
	pointer-events: none;
}

.hap-playback-rate-holder {
	width: 350px;
}

.hap-playback-rate-seekbar {
	width: 200px;
	height: 30px;
	position: relative;
	cursor: pointer;
	touch-action: none;
}

.hap-playback-rate-bg {
	position: absolute;
	top: 15px;
	left: 10px;
	width: 180px;
	height: 1px;
}

.hap-playback-rate-level {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.hap-playback-rate-drag {
	position: relative;
	top: -9px;
	width: 22px;
	height: 22px;
	border-radius: 100%;
	-webkit-transform: scale( 0.5);
	transform: scale( 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	float: right;
	margin-right: -9px;
}

.hap-playback-rate-drag:hover,
.hap-playback-rate-drag:active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.hap-tooltip {
	position: absolute;
	text-align: center;
	z-index: 10000;
	pointer-events: none;
	display: none;
	font-size: 0.9em !important;
	padding: 4px 5px !important;
	line-height: 20px !important;
	white-space: nowrap;
}

.hap-preloader {
	position: absolute;
	top: 50%;
	left: 50%;
	pointer-events: none;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -34px;
	-webkit-animation: hap_preloader 1.2s infinite ease-in-out;
	animation: hap_preloader 1.2s infinite ease-in-out;
}

.hap-grid .hap-preloader {
	position: relative;
	top: auto;
	margin-top: auto;
}

@-webkit-keyframes hap_preloader {
	0% {
		-webkit-transform: perspective(120px)
	}
	50% {
		-webkit-transform: perspective(120px) rotateY(180deg)
	}
	100% {
		-webkit-transform: perspective(120px) rotateY(180deg) rotateX(180deg)
	}
}

@keyframes hap_preloader {
	0% {
		transform: perspective(120px) rotateX(0deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(0deg) rotateY(0deg)
	}
	50% {
		transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg);
		-webkit-transform: perspective(120px) rotateX(-180.1deg) rotateY(0deg)
	}
	100% {
		transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
		-webkit-transform: perspective(120px) rotateX(-180deg) rotateY(-179.9deg);
	}
}

.hap-visible {
	opacity: 1 !important;
	transition: opacity 500ms ease-out;
}

.hap-music-player-force-hidden {
	opacity: 0 !important;
	pointer-events: none !important;
	display: none;
}

.hap-force-hidden {
	display: none !important;
}

.hap-playlist-inner .mCSB_inside>.mCSB_container {
	margin-right: 30px;
}

.hap-mCSB_full {
	margin-right: 0 !important;
}

.hap-playlist-inner.ps {
	margin: 20px 20px 20px 0;
}

.hap-lyrics-holder {
	min-width: 200px;
	min-height: 200px;
	width: 350px;
	display: none;
	opacity: 0;
	transition: opacity 300ms ease-out;
}

.hap-lyrics-holder .hap-dialog-content {
	padding-bottom: 35px;
	box-sizing: content-box;
}

.hap-lyrics-holder .hap-dialog-header-drag {
	display: flex;
	align-items: center;
}

.hap-lyrics-autoscroll-label {
	color: #fff;
	font-size: 16px;
	position: absolute;
	cursor: pointer;
	left: 25px;
	top: 11px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.hap-lyrics-autoscroll {
	margin-top: 0 !important;
	margin-left: 0 !important;
	margin-bottom: 0 !important;
	margin-right: 5px !important;
	width: 13px !important;
	height: 13px !important;
	border: 0 !important;
	appearance: checkbox !important;
}

.hap-lyrics-autoscroll:after {
	display: none !important;
}

.hap-lyrics-wrap {
	position: relative;
	overflow-y: auto;
	padding: 0 25px;
	height: 300px;
}

.hap-lyrics-container {
	white-space: pre-wrap;
	font-size: 16px;
	margin: 1em 0;
	line-height: 1.5em;
}

.hap-dialog-resizable {
	position: absolute;
	width: 25px;
	height: 22px;
	padding: 5px 2px;
	bottom: 0;
	right: 0;
	cursor: nwse-resize;
	z-index: 7777;
	background: transparent url(resize.png) no-repeat center center;
	touch-action: none;
}

.hap-lyrics-item {
	min-height: 1.5em;
	cursor: pointer;
	color: #111;
}

.hap-lyrics-item-active,
.hap-lyrics-item:hover {
	background: #ff6;
}

.hap-lyrics-wrap::-webkit-scrollbar {
	width: 16px;
	height: 16px;
}

.hap-lyrics-wrap::-webkit-scrollbar-thumb {
	background: #999;
}

.hap-lyrics-wrap::-webkit-scrollbar-track {
	background: #e6e6e6;
}

.hap-red {
	color: red;
}

.hap-video-holder {
	min-width: 320px;
	min-height: 240px;
}

.hap-video-wrap {
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 180px;
	display: flex;
	background: #111;
}

.hap-video {
	width: 100% !important;
	max-height: 100% !important;
	visibility: visible !important;
	max-width: none;
}

.hap-video-holder .hap-dialog-content {
	padding-bottom: 35px;
	box-sizing: content-box;
}

.hap-video-blocker {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}

.hap-youtube-holder,
.hap-iframe-blocker {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hap-media {
	width: 100%;
	height: 100%;
	position: absolute;
	user-select: none;
	visibility: visible;
	top: 0;
	left: 0;
	max-width: none !important;
}

.hap-stats {
	height: 100%;
	line-height: 1;
	display: flex;
	justify-content: space-around;
	min-width: 200px;
}

.hap-play-count,
.hap-like-count,
.hap-download-count {
	display: flex;
	flex: 1;
	box-shadow: none;
	cursor: pointer;
	border: none;
	margin: 0 10px;
	align-items: center;
	color: inherit;
	text-decoration: none !important;
}

.hap-stats svg {
	width: 25px;
	height: 15px;
	text-align: center;
	fill: currentColor;
}

.hap-stats span {
	margin: 0 !important;
	padding: 0 !important;
	font-size: 12px !important;
	pointer-events: none;
	flex-shrink: 0;
}

.hap-playlist-item {
    padding: 5px 0px;
}

.hap-playlist-item-content {
    display: inline-block;
    vertical-align: top;
}

.hap-playlist-title {
    font-weight: 500;
    color: #333;
    cursor: pointer;
}

.hap-playlist-icons {
    display: inline-block;
    vertical-align: top;
    float: right;
}

.hap-playlist-icon svg {
    height: 18px;
}

.hap-select-wrapper {
	position: relative;
	display: flex;
	max-width: 250px;
}

.hap-select-wrapper:after {
	content: '';
	position: absolute;
	top: 42%;
	right: 10px;
	margin: 0 auto;
	width: 0;
	height: 0;
	border-top-style: solid;
	border-top-width: 5px;
	border-top-color: #D7D7D8;
	border-left: solid 5px transparent;
	border-right: solid 5px transparent;
}

.hap-playlist-selector {
	position: relative;
	color: #D7D7D8;
	background-color: #222;
	font-size: 14px !important;
	height: 35px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	text-indent: 0.01px;
	text-overflow: '';
	background-repeat: no-repeat;
	background-position: right 10px top 10px;
	padding: 3px 40px 3px 15px !important;
	border: 0 !important;
	margin: 0 !important;
	line-height: normal !important;
	width: 100%;
}

.hap-playlist-selector::-ms-expand {
	display: none;
}

.hap-accordion-item-title {
	position: relative;
	top: 0px;
	left: 0px;
	box-sizing: border-box;
	overflow: hidden;
	display: flex;
	padding: 10px;
	font-size: 20px;
	cursor: pointer;
}

.hap-accordion-item-description {
	padding: 9px;
	display: inline-block;
	font-size: 14px;
}

.hap-accordion-item-content {
	height: 0;
	overflow: hidden;
	transition: height .5s;
}

.hap-accordion-item-content-search {
	height: auto !important;
}

.hap-accordion-item-content .hap-playlist-item {
	padding: 10px;
}

.hap-playlist-inner.hap-accordion {
	max-height: none !important;
}

.hap-stat-wrap {
	background: #fff;
	padding: 20px;
}

.hap-stat-wrap-header {
	text-align: center;
	background: #0073aa;
	color: #fff;
	text-transform: uppercase;
}

.hap-stat-item {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.hap-stat-item-thumb-wrap {
	width: 50px;
	margin-right: 10px;
	padding: 5px;
	position: relative;
}

.hap-stat-item-thumb img {
	width: 100%;
}

.hap-stat-item-title a {
	text-decoration: none;
	border: 0;
	box-shadow: none;
}

.hap-stat-item-title a:hover {
	text-decoration: underline;
}

.hap-stat-item-play-count {
	margin-left: 5px;
	font-style: italic;
}

.hap-stat-item-active .hap-equaliser-container {
	opacity: 1;
}

.hap-playlist-display-header {
	font-size: 28px;
	text-align: center;
}

.hap-playlist-display-wrap-inner {
	display: flex;
	align-items: flex-start;
}

.hap-playlist-display-item {
	position: relative;
	overflow: hidden;
	margin: 3px;
	text-align: center;
	max-width: 300px;
	background: #fff;
}

.hap-playlist-display-item-inner {
	position: relative;
}

.hap-playlist-display-item-thumb {
	display: block;
	margin: 0 auto;
	cursor: pointer;
	min-width: 100%;
}

.hap-playlist-display-item-inner:after {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 25px 0 25px 40px;
	border-color: transparent transparent transparent rgba(255, 255, 255, .3);
	transform: translateX(-50%) translateY(-50%);
}

.hap-playlist-display-item-active .hap-playlist-display-item-inner:after,
.hap-playlist-display-item:hover .hap-playlist-display-item-inner:after {
	border-color: transparent transparent transparent rgba(255, 255, 255, .8);
	transition: all .2s ease-in;
}

.hap-playlist-display-item-playing {
	position: absolute;
	bottom: 1px;
	right: 1px;
	color: #fff;
	font-size: 13px;
	padding: 0px 5px;
	background: #00bcd4;
	display: none;
}

.hap-playlist-display-item-active .hap-playlist-display-item-playing {
	display: block;
}

.hap-playlist-display-item-title {
	color: #666;
	text-align: center;
	font-size: 20px;
}

.hap-playlist-display-item-description {
	margin: 10px;
	color: #999;
	font-size: 14px;
}

.hap-pagination-wrap {
	position: relative;
	display: flex;
	justify-content: flex-end;
}

.hap-pagination-container {
	position: relative;
	padding: 10px 0;
	display: inline-flex;
	justify-content: space-between;
	box-sizing: border-box;
}

.hap-pagination-page {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	margin-left: 10px;
	cursor: pointer;
	box-sizing: border-box;
	background-color: #e2e6e6;
	padding: 8px;
	font-size: 12px;
	font-weight: bold;
	color: #616872;
	border-radius: 4px;
	transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.hap-pagination-currentpage {
	cursor: default !important;
}

.hap-pagination-dots {
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-content: center;
	margin-left: 10px;
	box-sizing: border-box;
}

.hap-pagination-next,
.hap-pagination-prev {
	text-transform: uppercase;
}

.hap-pagination-page:hover,
.hap-pagination-currentpage {
	background-color: #518acb;
	color: #fff;
}

.hap-pagination-hidden {
	display: none !important;
}

.hap-load-more-btn {
	display: inline-block;
	padding: 10px 50px;
	font-size: 15px;
	position: relative;
	text-align: center;
	margin: 20px 0;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	opacity: 0;
	transition: all .3s ease-out;
	text-transform: uppercase;
	align-self: flex-start;
	background: #898989;
	color: #fff;
}

.hap-load-more-btn:hover {
	background-color: #565e72;
}

#hap-playlist-list {
	display: none;
}

.hap-inline-seekbar {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 10px;
	overflow: hidden;
}

.hap-inline-seekbar-bg {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 5px;
	background: #aaa;
}

.hap-inline-seekbar-progress {
	position: absolute;
	bottom: 0;
	left: 0;
	height: 100%;
	background: #e4c000;
	transition: width 100ms linear;
}

.hap-playlist-icon {
/*	font-family: 'Font Awesome 5 Free', 'Font Awesome 5 Brands', 'Arial';*/
	font-size: 18px;
}

#hap-wrapper {
	position: relative;
	display: none;
}

.hap-epic {
	background: #fff;
	padding: 20px 0px 30px 0px;
}

.hap-epic .hap-player-outer {
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
}

.hap-epic .hap-player-wrap {
	position: relative;
	width: 100%;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
}

.hap-epic .hap-player-holder {
	position: relative;
	width: 300px;
}

.hap-epic .hap-btn {
	display: none;
	height: 100%;
}

.hap-player-controls-right {
	display: flex;
	flex-direction: row;
	margin-right: 20px;
}

.hap-contr-btn {
	position: relative;
	width: 100px;
	height: 50px;
}

.hap-epic .hap-contr-btn svg {
	color: #777;
}

.hap-epic .hap-btn:hover svg,
.hap-epic .hap-contr-btn:hover>svg,
.hap-epic .hap-contr-btn-hover svg {
	color: #C90032;
}

.hap-epic .hap-contr-btn svg {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	height: 30px;
	fill: currentColor;
	transition: color .1s ease-out;
}

.hap-epic .hap-loop-toggle svg {
	height: 24px;
}

.hap-epic .hap-player-thumb-wrapper {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 300px;
}

.hap-epic .hap-player-thumb {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-position: 50% 50%;
	background-size: cover;
	transition: opacity 0.3s ease-in-out;
	opacity: 0;
}

.hap-epic .hap-seekbar {
	position: relative;
	height: 50px;
	margin: 15px 10px;
	cursor: pointer;
	touch-action: none;
}

.hap-epic .hap-seekbar-wave,
.hap-epic .hap-seekbar-wave-progress {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.hap-epic .hap-seekbar-wave-progress {
	width: 0;
}

.hap-epic .hap-media-time-ad {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 50px;
	font-size: 14px;
	height: 100%;
	text-align: center;
	background: #ffffffd1;
}

.hap-epic .hap-media-time-ad {
	color: #c90032 !important;
}

.hap-epic .hap-player-controls {
	display: flex;
	justify-content: space-between;
}

.hap-epic .hap-player-controls-left {
	display: flex;
	flex-direction: row;
}

.hap-epic .hap-controls {
	position: relative;
	width: 150px;
	height: 50px;
}

.hap-epic .hap-prev-toggle {
	width: 50px;
}

.hap-epic .hap-playback-toggle {
	width: 50px;
}

.hap-epic .hap-playback-toggle svg {
	width: 45px;
    height: 45px;
}

.hap-epic .hap-next-toggle {
	width: 50px;
}

.hap-epic .hap-volume-wrap {
	position: relative;
	margin-left: 30px;
	height: 50px;
	display: flex;
	flex-direction: row;
	align-items: center;
}

.hap-epic .hap-volume-toggle {
	position: relative;
	width: 40px;
	height: 50px;
}

.hap-epic .hap-volume-toggle svg {
	height: 30px;
}

.hap-epic .hap-volume-seekbar {
	position: relative;
	margin-left: 10px;
	width: 200px;
	height: 25px;
	cursor: pointer;
	touch-action: none;
}

.hap-epic .hap-volume-bg {
	position: absolute;
	top: 11px;
	left: 10px;
	width: 180px;
	height: 4px;
}

.hap-epic .hap-volume-bg {
	background: #ddd;
}

.hap-epic .hap-volume-level {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
}

.hap-epic .hap-volume-level {
	background: #C90032;
}

.hap-epic .hap-random-toggle svg {
	height: 23px;
}

.hap-epic .hap-share-toggle svg {
	height: 28px;
}

.hap-epic .hap-share-close svg {
	height: 16px;
}

.hap-epic .hap-playlist-main-title {
	margin-left: 20px;
	font-size: 1.5em;
	color: #111;
	display: none;
}

.hap-epic .hap-playlist-main-description {
    display: none;
    margin-top: 10px;
	margin-left: 20px;
	font-size: 0.9em;
    color: #C90032;
	text-transform: uppercase;
	letter-spacing: 1.3px;
}

#hap-playlist-list {
	display: none;
}

.hap-epic .hap-playlist-holder {
	position: relative;
	top: 0;
	height: 100%;
	overflow: hidden;
	flex: 1;
}

.hap-epic .hap-playlist-inner {
    padding: 10px;
}

.hap-epic .hap-playlist-item-content {
	color: #222;
}

.hap-epic .hap-playlist-item-selected .hap-playlist-title-wrap {
	color: #C90032;
}

.hap-epic .hap-playlist-duration {
	font-size: 12px;
}

.hap-epic .hap-playlist-date {
	font-size: 11px;
	color: #666;
}

.hap-epic .hap-playlist-filter-msg span {
	color: #C90032;
}

.hap-epic .hap-bottom-bar {
	position: relative;
	top: 0;
	height: 34px;
	width: 100%;
	overflow: hidden;
}

.hap-epic .hap-search-filter {
	position: relative;
	width: 125px !important;
	height: 18px !important;
	top: 50%;
	margin: -9px 0 0 20px !important;
	padding: 0 2px !important;
	border: 0 !important;
	-moz-border-radius: 0 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	background: #ddd !important;
	color: #000 !important;
	box-shadow: none !important;
	line-height: 1 !important;
	float: left;
	outline: none;
	font-size: 16px;
}

.hap-epic .hap-sort-alpha {
	position: relative;
	left: 5px;
	top: 0;
	width: 34px;
	height: 100%;
	text-align: center;
	float: left;
}

.hap-epic .hap-bottom-bar-controls {
	position: absolute;
	right: 25px;
	height: 100%;
}

.hap-epic .hap-bottom-bar-controls .hap-contr-btn {
	position: relative;
	width: 25px;
	height: 34px;
	margin-left: 10px;
	float: left;
}

.hap-epic .hap-playback-rate-holder,
.hap-epic .hap-share-holder {
	background: #fff;
	border: 1px solid #ddd;
	box-shadow: rgba(135, 135, 135, 0.32) 0px 0px 11px;
}

.hap-epic .hap-share-holder-inner {
	height: 50px;
}

.hap-epic .hap-range-holder {
	background: #fff;
	background: #fff;
	border: 1px solid #ddd;
}

.hap-epic .hap-dialog {
	box-shadow: rgba(135, 135, 135, 0.32) 0px 0px 11px;
}

.hap-epic .hap-dialog-header {
	background: #777;
}

.hap-epic .hap-dialog .hap-dialog-close svg {
	color: #fff;
}

.hap-epic .hap-range-bg {
	top: 14px;
	height: 4px;
}

.hap-epic .hap-range-handle-a-hit {
	border-bottom-color: #666;
}

.hap-epic .hap-range-handle-a-hit:hover {
	border-bottom-color: #C90032;
}

.hap-epic .hap-range-handle-b-hit {
	border-top-color: #666;
}

.hap-epic .hap-range-handle-b-hit:hover {
	border-top-color: #C90032;
}

.hap-epic .hap-range-min-time,
.hap-epic .hap-range-max-time {
	color: #333;
}

.hap-epic .hap-range-bg {
	background: #ddd;
}

.hap-epic .hap-range-level {
	background: #C90032;
}

.hap-epic .hap-playback-rate-bg {
	height: 4px;
	top: 13px;
}

.hap-epic .hap-playback-rate-bg {
	background: #ddd;
}

.hap-epic .hap-playback-rate-level {
	background: #C90032;
}

.hap-epic .hap-playback-rate-drag {
	position: relative;
	top: -9px;
	width: 21px;
	height: 21px;
	border-radius: 100%;
	background: #C90032;
	-webkit-transform: scale( 0.5);
	transform: scale( 0.5);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	float: right;
	margin-right: -9px;
}

.hap-epic .hap-playback-rate-drag:hover,
.hap-epic .hap-playback-rate-drag:active {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.hap-epic .hap-tooltip {
	background: #C90032;
	color: #fff !important;
	box-shadow: 1px 1px 8px #60606033;
    user-select: none;
}

.hap-epic .hap-preloader {
	background-color: #C90032;
}

.hap-epic .hap-stats svg {
	color: #777;
}

.hap-epic .hap-playlist-item:not(.hap-playlist-item-selected) .hap-play-count:hover > svg,
.hap-epic .hap-playlist-item:not(.hap-playlist-item-selected) .hap-like-count:hover > svg,
.hap-epic .hap-playlist-item:not(.hap-playlist-item-selected) .hap-download-count:hover > svg {
	color: #C90032 !important;
}

.hap-epic .hap-playlist-item-selected .hap-play-count:hover > svg,
.hap-epic .hap-playlist-item-selected .hap-like-count:hover > svg,
.hap-epic .hap-playlist-item-selected .hap-download-count:hover > svg {
	color: #fff;
}

.hap-epic .hap-stats span {
	color: #666;
}

.hap-epic .hap-dialog {
	background-color: #fff;
}

.hap-epic.hap-breakpoint-800 .hap-player-outer,
.hap-epic.hap-breakpoint-800 .hap-player-wrap {
	height: auto;
	flex-direction: column;
}

.hap-epic.hap-breakpoint-800 .hap-player-holder {
	width: 100%;
}

.hap-epic.hap-breakpoint-800 .hap-player-thumb-wrapper {
	height: 300px;
	width: 300px;
	margin: 0 auto;
}

.hap-epic.hap-breakpoint-800 .hap-volume-seekbar {
	display: none;
}

.hap-epic.hap-breakpoint-600 {
	padding: 10px;
}

.hap-epic.hap-breakpoint-400 .hap-search-filter,
.hap-epic.hap-breakpoint-400 .hap-sort-alpha {
	display: none;
}

.ps {
	overflow: hidden !important;
	overflow-anchor: none;
	-ms-overflow-style: none;
	touch-action: auto;
	-ms-touch-action: auto;
}

.ps__rail-x {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	height: 15px;
	bottom: 0px;
	position: absolute;
}

.ps__rail-y {
	display: none;
	opacity: 0;
	transition: background-color .2s linear, opacity .2s linear;
	-webkit-transition: background-color .2s linear, opacity .2s linear;
	width: 15px;
	right: 0;
	position: absolute;
}

.ps--active-x>.ps__rail-x,
.ps--active-y>.ps__rail-y {
	display: block;
	background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
	opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
	background-color: #eee;
	opacity: 0.9;
}

.ps__thumb-x {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, height .2s ease-in-out;
	-webkit-transition: background-color .2s linear, height .2s ease-in-out;
	height: 6px;
	bottom: 2px;
	position: absolute;
}

.ps__thumb-y {
	background-color: #aaa;
	border-radius: 6px;
	transition: background-color .2s linear, width .2s ease-in-out;
	-webkit-transition: background-color .2s linear, width .2s ease-in-out;
	width: 6px;
	right: 2px;
	position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
	background-color: #999;
	height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
	background-color: #999;
	width: 11px;
}

@supports (-ms-overflow-style: none) {
	.ps {
		overflow: auto !important;
	}
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	.ps {
		overflow: auto !important;
	}
}

/* custom time display */
.hap-media-time-wrap {
    text-align: right;
    margin-top: 8px;
    margin-right: 20px;
    color: #aaa;
}

/* custom styles */
:root {
    --bt-red-2021: #e13d72;
}

.hap-player-holder {
    height: 20px;
}

.hap-epic .hap-playlist-main-description {
    color: #47d;
}

.hap-playlist-icon,
.hap-epic .hap-playlist-item-selected .hap-playlist-title-wrap {
    color: var(--bt-red-2021);
}

.hap-epic .hap-playlist-icons svg {
    color: #ccc;
}

.hap-epic .hap-playlist-icons svg:hover {
    color: var(--bt-red-2021);
}

.hap-epic .hap-contr-btn svg,
.hap-epic .hap-btn:hover svg,
.hap-epic .hap-contr-btn:hover>svg,
.hap-epic .hap-contr-btn-hover svg {
    color: var(--bt-red-2021);
}

.hap-epic .hap-tooltip {
    padding: 4px 6px !important;
    background-color: var(--bt-red-2021);
    border-radius: 4px;
}

.hap-player-controls-custom {
    width: 100%;
    margin: 35px 0px 10px 0px;
    text-align: center;
}

.hap-epic .hap-playlist-item-selected .hap-playlist-title-wrap .hap-playlist-title {
    color: var(--bt-red-2021);
}

.hap-contr-btn {
    display: inline-block;
}
