/****************************** 
   					Home Page Style CSS
****************************** *****************************/
body {
	padding-right: 0 !important
}
@font-face {
	font-family: 'FontAwesomeBrands';
	src: url('../fonts/fa-brands-400.woff2?v=4.6.3') format('woff2'), url('../fonts/fa-brands-400.ttf?v=4.6.3') format('truetype');
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
.fa-x-twitter:before {
	font-family: 'FontAwesomeBrands';
	content: "\e61b"
}
.clear {
	clear: both;
}
a[href^="tel"], a[href^="fax"] {
	color: inherit;
	text-decoration: none;
}
#dp_swf_engine {
	display: none !important;
}
.container-fluid {
	/*overflow: hidden;*/
	padding: 0 10%;
}
.inner-wrap {
	padding: 0 5%;
}
.inner-wrap2 {
	padding: 0 15%;
}
.inner-wrap3 {
	margin: 0 auto;
	max-width: 780px;
}
.inner-wrap4 {
	margin: 0 auto;
	max-width: 940px;
}
.hy-btn {
	color: #ffffff;
	font-family: 'hypefontregular';
	display: inline-block;
	padding: 12px 28px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: normal;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 100px;
	letter-spacing: 0.25px;
	outline: none !important;
}
.hy-btn-1 {
	color: #ffffff;
	font-family: 'hypefontregular';
	display: inline-block;
	padding: 0 20px;
	margin-bottom: 0;
	font-size: 12px;
	font-weight: normal;
	line-height: 30px;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: none;
	border-radius: 3px;
	letter-spacing: 0.25px;
	outline: none !important;
}
.hy-btn b, .hy-btn-1 b {
	font-family: "hypefontblack";
	font-weight: normal;
}
.hy-btn-1 b {
	display: inline-block;
	margin-top: 1px;
}
.hy-btn i, .hy-btn-1 i, .button i {
	vertical-align: middle;
	margin-right: 8px;
}
.hy-btn-sm {
	font-size: 12px;
	padding: 10px 20px;
}
.hy-btn-lg {
	font-size: 16px;
	padding: 20px 38px;
}
.hy-btn-lg-nologo {
	padding: 24px 62px;
}
.hy-btn-radius {
	border-radius: 3px!important;
}
.hy-btn-radius3 {
	border-radius: 3px!important;
}
/*== Orange Button==*/
.hy-btn-orange {
	background: #f43010;
	color: #ffffff;
}
.hy-btn-orange:hover {
	background: #e90000;
	color: #ffffff;
}
.hy-btn-gray-log {
	background: #dce1e6;
	color: #ffffff;
}
.hy-btn-gray-log:hover {
	background: #dce1e6;
	color: #ffffff;
}
.hy-btn-orange-grad {
	background: rgb(233, 0, 0);
	background: -moz-linear-gradient(left, rgba(233, 0, 0, 1) 0%, rgba(255, 96, 32, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(233, 0, 0, 1) 0%, rgba(255, 96, 32, 1) 100%);
	background: linear-gradient(to right, rgba(233, 0, 0, 1) 0%, rgba(255, 96, 32, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e90000', endColorstr='#ff6020', GradientType=1);
	color: #ffffff;
}
.hy-btn-orange-grad:hover {
	background: rgb(223, 0, 0);
	background: -moz-linear-gradient(left, rgba(223, 0, 0, 1) 0%, rgba(247, 60, 20, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(223, 0, 0, 1) 0%, rgba(247, 60, 20, 1) 100%);
	background: linear-gradient(to right, rgba(223, 0, 0, 1) 0%, rgba(247, 60, 20, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df0000', endColorstr='#f73c14', GradientType=1);
	color: #ffffff;
}
/*== Black Button==*/
.hy-btn-black {
	background: #495159;
	color: #ffffff;
}
.hy-btn-black:hover {
	background: #33393e;
	color: #ffffff;
}
.hy-btn-black-grad {
	background: rgb(51, 57, 62);
	background: -moz-linear-gradient(left, rgba(51, 57, 62, 1) 0%, rgba(95, 105, 116, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(51, 57, 62, 1) 0%, rgba(95, 105, 116, 1) 100%);
	background: linear-gradient(to right, rgba(51, 57, 62, 1) 0%, rgba(95, 105, 116, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#33393e', endColorstr='#5f6974', GradientType=1);
	color: #ffffff;
}
.hy-btn-black-grad:hover {
	background: rgb(39, 45, 49);
	background: -moz-linear-gradient(left, rgba(39, 45, 49, 1) 0%, rgba(75, 86, 98, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(39, 45, 49, 1) 0%, rgba(75, 86, 98, 1) 100%);
	background: linear-gradient(to right, rgba(39, 45, 49, 1) 0%, rgba(75, 86, 98, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#272d31', endColorstr='#4b5662', GradientType=1);
	color: #ffffff;
}
/*== Green Button==*/
.hy-btn-green {
	background: #81ce36;
	color: #ffffff;
}
.hy-btn-green:hover {
	background: #5bbf26;
	color: #ffffff;
}
.hy-btn-green-grad {
	background: rgb(91, 191, 38);
	background: -moz-linear-gradient(left, rgba(91, 191, 38, 1) 0%, rgba(167, 221, 70, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(91, 191, 38, 1) 0%, rgba(167, 221, 70, 1) 100%);
	background: linear-gradient(to right, rgba(91, 191, 38, 1) 0%, rgba(167, 221, 70, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bbf26', endColorstr='#a7dd46', GradientType=1);
	color: #ffffff;
}
.hy-btn-green-grad:hover {
	background: rgb(77, 176, 25);
	background: -moz-linear-gradient(left, rgba(77, 176, 25, 1) 0%, rgba(153, 213, 46, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(77, 176, 25, 1) 0%, rgba(153, 213, 46, 1) 100%);
	background: linear-gradient(to right, rgba(77, 176, 25, 1) 0%, rgba(153, 213, 46, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4db019', endColorstr='#99d52e', GradientType=1);
	color: #ffffff;
}
.hy-btn-green1 {
	background: #12db7d;
	color: #ffffff;
}
.hy-btn-green1:hover {
	background: #0ed276;
	color: #ffffff;
}
/*== Dark Black Button==*/
.hy-btn-darkblack {
	background: #22282e;
	color: #ffffff;
}
.hy-btn-darkblack:hover {
	background: #f43010;
	color: #ffffff;
}
/*== Light Blue  Button==*/
.hy-btn-lightblue {
	background: #b7bdc4;
	color: #ffffff;
}
.hy-btn-lightblue:hover {
	background: #8194a9;
	color: #ffffff;
}
/*== Light Gray  Button==*/
.hy-btn-lightgray {
	background: #dad9d9;
	color: #ffffff;
	border-color: #dad9d9;
}
.hy-btn-lightgray:hover {
	background: #cfcece;
	color: #ffffff;
	border-color: #cfcece;
}
/*== Gray Button==*/
.hy-btn-gray {
	background: #f8fafc;
	border: 1px solid #ccd2db;
	color: #b7bdc5;
}
.hy-btn-gray:hover {
	background: #f8fafc;
	border: 1px solid #b7bdc4;
	color: #a4abb3;
}
.hy-btn-gray.hy-btn {
	padding: 11px 28px;
}
.hy-btn-gray.hy-btn-sm {
	padding: 9px 20px;
}
.hy-btn-gray.hy-btn-lg {
	padding: 19px 38px;
}
/*== White Button==*/
.hy-btn-white, .hy-btn-white1, .hy-btn-white2 {
	background: #ffffff;
	border: 1px solid #dce1e6;
	color: #495159;
}
.hy-btn-white1 {
	color: #b7bdc4;
}
.hy-btn-white2 {
	color: #d4d9de;
}
.hy-btn-white:hover, .hy-btn-white1:hover, .hy-btn-white2:hover {
	background: #ffffff;
	border: 1px solid #b7bdc4;
	color: #22282e;
}
.hy-btn-white1:hover {
	color: #75797e;
}
.hy-btn-white2:hover {
	color: #75797e;
}
.hy-btn-white.hy-btn, .hy-btn-white1.hy-btn {
	padding: 11px 28px;
}
.hy-btn-white.hy-btn-sm, .hy-btn-white1.hy-btn-sm {
	padding: 9px 20px;
}
.hy-btn-white.hy-btn-lg, .hy-btn-white1.hy-btn-lg {
	padding: 19px 38px;
}
/*== Line Button==*/
.hy-btn-line {
	background: transparent;
	border: 1px solid #ffffff;
	color: #ffffff;
}
.hy-btn-line:hover {
	background: #ffffff;
	border: 1px solid #ffffff;
	color: #f43010;
}
/*== Line Orange Button==*/
.hy-btn-orange-line {
	background: transparent;
	border: 2px solid #f43010;
	color: #ffffff;
}
.hy-btn-orange-line:hover {
	background: transparent;
	border: 2px solid #ffffff;
	color: #f43010;
}
/*== Table Option Button ==*/
.hy-opt-btn {
	background: #ffffff;
	border: 1px solid #dce1e6;
	color: #b7bdc4;
	font-size: 5px;
	height: 30px;
	line-height: 0;
	padding: 0;
	width: 50px;
}
.hy-opt-btn i {
	margin: 0 1.6px;
}
.hy-opt-btn:hover {
	background: #ffffff;
	border: 1px solid #cbd4dd;
	color: #9aa7b7;
}
/*== Table Link Button ==*/
.hy-link-title {
	color: #f43010;
	text-transform: uppercase;
	font-family: "hypefontblack";
	text-decoration: underline;
}
.hy-link-title:hover {
	color: #414e58;
}

/*== Loading Gray  Button==*/
@keyframes animatedBackground {
 from {
 background-position: 0 0;
}
to {
	background-position: 100% 0;
}
}
@-webkit-keyframes animatedBackground {
 from {
 background-position: 0 0;
}
to {
	background-position: 100% 0;
}
}
@-ms-keyframes animatedBackground {
 from {
 background-position: 0 0;
}
to {
	background-position: 100% 0;
}
}
@-moz-keyframes animatedBackground {
 from {
 background-position: 0 0;
}
to {
	background-position: 100% 0;
}
}
.hy-loading-btn {
	background: url(../images/loading-sprite.png) 0 0 repeat #e9ebec;
	color: #b7bdc5;
	animation: animatedBackground 10s linear infinite;
	-ms-animation: animatedBackground 10s linear infinite;
	-moz-animation: animatedBackground 10s linear infinite;
	-webkit-animation: animatedBackground 10s linear infinite;
	border-color: #e9ebec;
}
.hy-loading-btn:hover {
	background: url(../images/loading-sprite.png) 0 0 repeat #e9ebec;
	color: #b7bdc5;
	border-color: #e9ebec;
}
.hy-loading-btn.disabled, .hy-loading-btn:disabled {
	background-color: #e9ebec;
	border-color: #e9ebec;
}
/*== For Use Button Group ==*/
.hy-btn-group {
	display: block;
	margin-top: 50px;
}
.hy-btn-group .hy-btn, .hy-btn-group .button {
	min-width: 200px;
}
.hy-btn-group.text-right .hy-btn, .hy-btn-group.text-right .button {
	margin-left: 15px;
}
.hy-btn-group.text-right .hy-btn:first-child, .hy-btn-group.text-right .button:first-child {
	margin-left: 0;
}
.hy-btn-group.text-left .hy-btn, .hy-btn-group.text-left .button {
	margin-right: 30px;
}
.hy-btn-group.text-left .hy-btn:last-child, .hy-btn-group.text-left .button:last-child {
	margin-right: 0;
}
.hy-btn-group.text-center .hy-btn, .hy-btn-group.text-center .button {
	margin: 0 15px;
}
/*== Divider Border Line ==*/
.hy_divider {
	height: 1px;
	background: #e6eaef;
	margin: 40px 0;
}
.divider-sm {
	margin: 20px 0;
}
.divider-lg {
	margin: 60px 0;
}
/*== Select Box CSS==*/
.select {
	margin-bottom: 15px;
	position: relative;
}
.select:last-child {
	margin-bottom: 0;
}
.select > select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.select .arrow {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 0 3px 3px 0;
	color: #b7bdc4;
	height: 34px;
	pointer-events: none;
	position: absolute;
	right: 1px;
	top: 1px;
	width: 34px;
	z-index: 16;
}
.select .arrow:after, .select .arrow:before {
	content: "";
	font-size: 12px;
	left: 10px;
	pointer-events: none;
	position: absolute;
}
.select .arrow:before {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #b7bdc4;
	content: "";
	top: 42%;
}
.select .caret {
	border-top-color: #b7bdc4;
}
.select .dropup .caret {
	border-bottom-color: #b7bdc4;
}
.select .btn {
	border-radius: 3px;
	color: #495159;
	font-size: 12px;
	height: 36px;
}
.select .btn-default {
	border-color: #dce1e6;
}
.select .btn-default:hover, .select .btn-default:focus, .select .btn-default.focus {
	background: #ffffff;
	border-color: #b7bdc4;
	outline: 0;
}
.select .btn-default:active, .select .btn-default.active, .select .open > .dropdown-toggle.btn-default {
	background-color: #ffffff;
	border-color: #adadad;
	color: #333;
}
.select .dropdown-menu {
	border-radius: 3px;
}
.select .dropdown-menu > .active > a, .select .dropdown-menu > .active > a:hover, .select .dropdown-menu > .active > a:focus {
	background-color: #ededed;
	color: #333;
}
.bootstrap-select .dropdown-menu > li:first-child > a, .bootstrap-select .dropdown-menu > li:first-child > a:hover, .bootstrap-select .dropdown-menu > li:first-child > a:focus {
	border-radius: 3px 3px 0 0 !important;
}
.bootstrap-select .dropdown-menu > .popover-title {
  background: transparent;
  font-size: 12px;
  color: #46515b;
  font-family: inherit;
  padding: 12px 20px;
}
.label_w100 {
	margin-bottom: 30px;
	padding-top: 0;
	width: 100%;
}
#searchclear {
	position: absolute;
	right: 20px;
	top: 40px;
	bottom: 0;
	height: 14px;
	margin: auto;
	font-size: 14px;
	cursor: pointer;
	color: #ccc;
}
.no-click {
	pointer-events: none;
}
/*== Header Part CSS ==*/
#header {
	position: fixed;
	top: 0;
	width: 100%;
	height: 65px;
	z-index: 50;
	-webkit-transition: background-color .2s linear;
	transition: background-color .2s linear;
}
#header.container-fluid {
	padding: 0 30px 0 0;
}
#header.sticky {
	background: #1a1d20;
	border-bottom: 1px solid #3c4346;
}
#header.fixed-bg {
	background: #1a1d20;
	border-bottom: 1px solid #3c4346;
}
.navbar .caret {
	border-top: 5px dashed;
	border-top: 5px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}
.spotify-fangate .navbar .caret {
	margin-top: -2px;
}
#header .navbar {
	max-height: 65px;
	border: none;
}
.navbar-default .container-fluid {
	padding: 0;
}
.navbar-nav > li {
	margin: 0 10px;
}
.without-log .navbar-nav > li {
	margin: 0 2px;
}
.navbar-nav > li.notification-chat, .navbar-nav > li.notification-bell, .navbar-nav > li.notification-support {
	margin-left: 0;
	margin-right: 0;
}
.navbar-nav > li > a {
	line-height: 64px;
}
.navbar-nav > li .new-badge {
	top: -10px;
	width: 36px;
	height: 16px;
	line-height: 15px;
	font-size: 9px;
}
.navbar-nav > li.login a {
	color: #f1240c;
}
.navbar-nav > li.login a:hover {
	color: #df0000;
}
.upgrade-btn {
	border-left: 1px solid rgba(0, 0, 0, 0);
	height: 65px;
	margin-left: 5px;
	padding-left: 0;
}
.upgrade-btn .hy-btn, .upgrade-btn .button {
	line-height: 30px;
	font-family: "hypefontblack" !important;
	margin-top: 18px;
}
.upgrade-btn .hy-btn:hover, .upgrade-btn .hy-btn:focus, .upgrade-btn .button:hover, .upgrade-btn .button:focus {
	color: #ffffff !important;
}
.upgrade-btn .button.button-primary:hover, .upgrade-btn .button.button-primary:focus {
	background-color: #0ed276 !important;
	border-color: #0ed276 !important;
	color: #fff !important;
}
.upgrade-btn .hy-btn-orange-line {
	line-height: 26px;
}
.useracc-plan {
	display: none;
}
.upgrade-tooltip-content.upgrade-tooltip-ipad {
	display: none;
}
.upgrade-tooltip-content.upgrade-tooltip-mobile {
	display: none;
}
.uni-visible {
	display: none;
	float: right;
	margin: 12px 25px;
}
.uni-visible .hy-btn {
	font-size: 12px;
	line-height: 30px !important;
	padding: 0 15px;
}
.uni-visible1 {
	display: none;
	float: right;
}
.uni-visible1.useracc-drop {
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.uni-visible1.useracc-drop a.dropdown-toggle {
	color: #ffffff;
	font-family: "poppinssemibold";
	font-size: 12px;
	line-height: 64px;
}
.uni-visible1.useracc-drop > .dropdown-menu {
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	margin-top: 0;
}
.uni-top-hidden {
	display: none !important;
}
.dropdown-menu > li.first > a {
	border-radius: 3px !important;
}
.linkLogout {
	background: no-repeat;
	border: none;
	box-shadow: none;
	display: block;
	padding: 12px 20px;
	font-weight: normal;
	line-height: 1.42857143;
	color: #46515b;
	white-space: nowrap;
	width: 100%;
	text-align: left;
	outline: none;
}
.linkLogout:hover, .linkLogout:focus {
	color: #262626;
	text-decoration: none;
	background-color: #f5f5f5;
}
.navbar-default .navbar-nav > li .linkLogout_1 {
	color: #ffffff;
	font-size: 12px;
	font-family: 'poppinssemibold';
	line-height: 64px;
	padding: 0 15px;
	background: no-repeat;
	border: none;
	outline: none;
}
.navbar-default .navbar-nav > li .linkLogout_1:hover, .navbar-default .navbar-nav > li .linkLogout_1:focus {
	color: #f1240c;
	background-color: transparent;
}
.linkLogoutButton {
	margin-top: 20px !important;
}
/***************************************
 panel for message about PRO downgrading
***************************************/
.message-orange {
	padding: 4px;
	background: #f43010;
	color: #ffffff !important;
}
/*== Banner For Home Page Part CSS ==*/
#banner {
	background-image: url(../images/main-bg.jpg);
	background-position: center center;
	background-size: cover;
	height: 100vh;
	width: 100%;
	text-align: center;
	position: relative;
}
.banner-text {
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	margin: 0 15px;
	width: calc(100% - 30px);
	-webkit-transform: translateY(-52%);
	-moz-transform: translateY(-52%);
	-ms-transform: translateY(-52%);
	-o-transform: translateY(-52%);
	transform: translateY(-52%);
}
.banner-text h1 {
	color: #ffffff;
	font-family: "hypefontblack";
	font-size: 64px;
	line-height: 1.1em;
	margin: 0 0 20px;
	padding: 0;
	text-transform: uppercase;
}
.banner-text p {
	color: #ffffff;
	font-family: "poppinsregular";
	font-size: 20px;
	letter-spacing: 0.3px;
	line-height: 1.3em;
	margin-bottom: 35px;
}
.button-with-icon {
	position: relative;
	overflow: hidden;
	height: 75px;
	max-width: 350px;
	padding: 0 90px 0 15px;
	line-height: 75px;
	font-size: 16px;
	border: none;
	width: 100%;
}
.button-with-icon i {
	background-color: #0fc26e;
	position: absolute;
	right: 0;
	height: 100%;
	top: 0;
	margin: 0;
	width: 75px;
	line-height: 75px;
	font-size: 40px;
}
.uniqueButton {
	font-family: "poppinsregular";
}
.banner-fb-rel {
	position: relative;
}
.head-f-btn {
	left: calc(50% + 190px);
	position: absolute;
	top: calc(50% - 10px);
}
/*For Home Page Typewriter Cursor Effect*/
.typed-cursor {
	color: #0ed276;
	font-family: "poppinsregular";
	opacity: 1;
	-webkit-animation: blinkCursor 0.7s infinite !important;
	-moz-animation: blinkCursor 0.7s infinite !important;
	animation: blinkCursor 0.7s infinite !important;
	line-height: 30px;
}
@keyframes blinkCursor {
 0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-webkit-keyframes blinkCursor {
 0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
 @-moz-keyframes blinkCursor {
 0% {
opacity:1;
}
 50% {
opacity:0;
}
 100% {
opacity:1;
}
}
/*== Banner For Inner Pages CSS ==*/
#banner-inner {
	background-image: url(../images/banner-inner.jpg);
	background-position: center center;
	background-size: cover;
	height: 100vh;
	width: 100%;
	max-height: 400px;
	overflow: hidden;
	position: relative;
}
/*== Fans Logo Part  CSS ==*/
.fans-logo-section {
	min-height: 55px;
	padding: 16px 0;
	text-align: center;
}
.fans-logo-section span {
	color: #b1b8bf;
	display: inline-block;
	font-size: 12px;
	margin: 0;
	vertical-align: sub;
}
.fans-logo-section ul {
	display: inline-block;
	list-style: outside none none;
	margin: 0;
	overflow: hidden;
	padding: 0;
	vertical-align: middle;
}
.fans-logo-section ul li {
	display: inline-block;
	margin: 0 12px;
}
.fans-logo-section img {
	display: inline-block;
	vertical-align: middle;
	height: 20px;
}
#banner .fans-logo-section {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
}
/*== Call to action Part CSS ==*/
.cta-section {
	background: #f7f8f9;
	padding: 80px 0;
}
.cta-inner-section {
	max-width: 850px;
	margin: 0 auto;
}
.main-title-part {
	display: block;
	margin-bottom: 60px;
	text-align: center;
}
.main-title-part h1 {
	color: #414e58;
	font-family: "hypefontblack";
	font-size: 32px;
	margin: 0;
	text-transform: uppercase;
}
.main-title-part p {
	color: #414e58;
	font-size: 16px;
	margin-bottom: 0;
	padding-top: 5px;
}
.main-title-part.color-white h1 {
	color: #ffffff;
}
.cta-box-part {
	display: block;
	text-align: center;
	max-width: 190px;
	margin: 0 auto;
}
.cta-icon {
	margin-bottom: 35px;
}
.cta-icon img {
	max-width: 50px;
}
.cta-box-part h3 {
	font-family: "hypefontblack";
	font-size: 32px;
	font-weight: normal;
	color: #495159;
	text-transform: uppercase;
	margin: 0 0 25px;
}
.cta-box-part p {
	font-size: 14px;
	color: #495159;
	min-height: 110px;
	line-height: 22px;
}
.cta-box-part .button {
	min-width: 140px;
}
/*== Artists on Hypeddit Part CSS ==*/
.artists-on-section {
	background-image: url(../images/artists-hype-bg.jpg);
	background-position: center center;
	background-size: cover;
	padding: 80px 0;
	min-height: 475px;
}
.artists-logo {
	display: block;
	text-align: center;
}
.artists-logo ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.artists-logo ul li {
	display: inline-block;
	list-style: outside none none;
	margin: 0;
	padding: 20px 30px;
	text-align: center;
	vertical-align: middle;
}
.artists-logo ul li img {
	max-width: 100%;
}
.artists-on-section p {
	color: #ffffff;
	font-size: 16px;
	margin-bottom: 0;
	text-align: center;
	font-family: 'hypefontregular';
	padding-top: 30px;
}
/*== Hypeddit News Part CSS ==*/
.hype-news-section {
	background: #f8fafc none repeat scroll 0 0;
	padding: 80px 0;
}
.hype-news-inner-section {
	max-width: 912px;
	margin: 0 auto;
}
.hypenews-box {
	display: block;
}
.hypenews-box ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
.hypenews-box ul li {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 3px;
	float: left;
	min-height: 220px;
	padding: 0 50px;
	position: relative;
	text-align: center;
	width: calc(33.3333% - 4px);
	margin: 2px;
	overflow: hidden;
}
.star-tag {
	background: url(../images/news-star-tag.png) 0 0 no-repeat;
	height: 50px;
	width: 50px;
	position: absolute;
	top: 0;
	left: 0;
}
.news-text {
	display: block;
	margin-top: 35px;
	min-height: 110px;
}
.news-text p {
	font-size: 14px;
	color: #495159;
	line-height: 22px;
}
.read-btn .button {
	min-width: 140px;
}
/*== What You Get Part CSS ==*/
.what-you-get-section {
	background: #f7f8f9;
	padding: 80px 0;
}
.what-you-get-inner-section {
	max-width: 850px;
	margin: 0 auto;
}
.what-you-get-box {
	display: block;
}
.what-you-get-box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.what-you-get-box ul li {
	margin-bottom: 25px;
}
.what-get-icon {
	float: left;
	margin-right: 10px;
}
.what-get-icon img {
	width: 30px;
	height: 30px;
}
.what-get-content {
	overflow: hidden;
	padding-top: 4px;
	padding-right: 30px;
}
.what-get-content h3 {
	font-family: "hypefontblack";
	color: #3f4a54;
	margin: 0 0 10px;
	font-size: 20px;
}
.what-get-content h3 span.thinfont {
	font-family: "hypefontthin";
}
.what-get-content p {
	font-size: 14px;
	color: #3f4a54;
	line-height: 22px;
	margin: 0;
}
.what-get-button {
	text-align: center;
	margin-top: 25px;
}
/*== Fans Count Part CSS ==*/
.fans-count-section {
	background-image: url(../images/count-hype-bg.jpg);
	background-position: center center;
	background-size: cover;
	padding: 80px 0;
	text-align: center;
	min-height: 300px;
}
.fans-count-section h3 {
	color: #ffffff;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
.fans-count-section h1 {
	color: #ffffff;
	font-family: "hypefontblack";
	font-size: 64px;
	letter-spacing: 1px;
	margin: 24px 0;
}
/*== Footer CSS ==*/
footer {
	background: #25292d;
	padding: 45px 0;
}
.footer-inner {
	max-width: 850px;
	margin: 0 auto;
}
.footer-menu {
	display: block;
}
.footer-menu h4 {
	color: #ffffff;
	font-family: "poppinssemibold";
	font-size: 12px;
	margin: 0 0 20px;
}
.footer-menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.footer-menu ul li {
	display: block;
	margin-bottom: 2px;
}
.footer-menu ul li a {
	color: #ffffff;
	font-family: 'poppinsregular';
	font-size: 12px;
}
.footer-menu ul li a:hover {
	color: #ffffff;
	text-decoration: underline;
}
/****************************** ****************************** 
   					Dashboard Page Style CSS
****************************** *****************************/

/*== Tour 3 Navation Menu CSS on Dashboard Tour ==*/
.tour-3-menu {
	position: fixed;
	right: 440px;
	top: 23px;
	z-index: 10000;
	opacity: 0;
	display: none;
}
.tour-3-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.tour-3-menu ul li {
	display: inline-block;
	padding: 0 0 0 10px;
}
.tour-3-menu ul li a {
	color: #ffffff;
	font-family: "poppinssemibold";
	font-size: 12px;
}
.tour-3-menu ul li a span {
	margin-right: 26px;
}
.tour-3-menu ul li a span:last-child {
	margin: 0;
}
/*== Dashboard CSS ==*/
.navbar-nav > li.useracc-drop {
	border-left: 1px solid rgba(0, 0, 0, 0);
	margin-left: 5px;
	margin-right: 0;
	padding-left: 0;
}
.navbar-nav > li.useracc-drop a.dropdown-toggle {
	color: #ffffff;
}
.useracc-name {
	display: inline-block;
	max-width: 80px;
	min-width: 80px;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
	white-space: nowrap;
}
.ac-user-pic {
	border-radius: 100%;
	height: 30px;
	margin-right: 10px;
	width: 30px;
}
.navbar-nav > li.useracc-drop .dropdown-toggle .caret {
	margin-left: 10px;
}
.page-title-part {
	background: #25292d none repeat scroll 0 0;
	border-top: 1px solid #454b52;
	display: block;
	min-height: 70px;
	padding: 21px 0;
}
.page-title-part h1 {
	color: #ffffff;
	font-family: "hypefontblack";
	font-size: 24px;
	letter-spacing: 0.3px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.page-title-part h1 span {
	color: #f2270d;
}
.title-button-part {
	display: block;
	background: #31363c;
	padding: 12px 0;
}
.title-button-part .hy-btn-line {
	font-family: "hypefontblack";
	font-size: 12px;
	line-height: 20px;
	padding: 8px 20px;
}
.title-button-part .hy-btn-line span {
	font-family: "hypefontlight";
	font-size: 13px;
}
.title-button-part a, .title-button-part .btn-group {
	margin: 0 12px;
}
.title-button-part .dropdown-menu {
	margin-top: 8px;
	left: auto;
	right: 13px;
}
.title-button-part .dropdown-menu > li > a {
	margin: 0;
}
.title-button-part .btn-group .caret {
	margin-top: -3px;
	color: #f43010;
}
.main-container-section {
	background: #f7f8f9 none repeat scroll 0 0;
	padding: 70px 0;
}
.mpad-sm {
	padding: 40px 0;
}
.sub-heading-title {
	display: block;
	margin-bottom: 25px;
}
.sub-heading-title h3 {
	font-size: 20px;
	color: #495159;
	font-family: 'poppinsregular';
	margin: 0;
	padding: 0;
}
.activity-overview-part {
	display: block;
	margin-bottom: 40px;
}
.activity-overview-part:last-child {
	margin-bottom: 0;
}
.activity-box {
	background: #ffffff;
	border: 1px solid #d6dbdf;
	text-align: center;
	border-radius: 3px;
	padding: 25px;
}
.activity-box h4 {
	color: #414e58;
	font-family: "hypefontblack";
	font-size: 44px;
	letter-spacing: 0.3px;
	margin-bottom: 0;
}
.activity-box h6 {
	color: #414e58;
	font-family: "hypefontblack";
	font-size: 13px;
	letter-spacing: 0.3px;
	margin-bottom: 0;
	margin-top: 5px;
}
.hype-table {
	border: 1px solid #e5e9ec;
	border-radius: 3px;
}
.hype-table .btn-group, .btn-group-vertical {
	position: static;
}
.hype-table .dropdown-menu {
	left: auto;
	top: auto;
}
.hype-table .table > thead > tr > th i {
	color: #f84216;
}
.hype-table .hy-btn:not(.hy-opt-btn) {
	font-family: "hypefontblack";
	font-size: 12px;
	padding: 6px 20px;
}
.hype-table .dropdown-menu {
	min-width: 100px;
}
.hype-table .dropdown-menu::before, .hype-table .dropdown-menu.navbar-right::before {
	left: 8px;
	right: auto;
}
.hype-table .dropdown-menu::after, .hype-table .dropdown-menu.navbar-right::after {
	left: 9px;
	right: auto;
}
.hype-table .table > thead > tr > th, .hype-table .table > tbody > tr > th, .hype-table .table > tfoot > tr > th, .hype-table .table > thead > tr > td, .hype-table .table > tbody > tr > td, .hype-table .table > tfoot > tr > td {
	padding-left: 0.5em;
	padding-right: 0.5em;
}
.table > thead > tr > th.headerSortDown {
	background-image: url(../images/arrow-icon-down.png);
	background-repeat: no-repeat;
	background-position: 96% 50%;
	height: 9px;
	width: 8px;
}
.table > thead > tr > th.headerSortUp {
	background-image: url(../images/arrow-icon-up.png);
	background-repeat: no-repeat;
	background-position: 96% 50%;
	height: 9px;
	width: 8px;
}
.info-btn {
	background: url(../images/info-icon-gray.png) 0 0 no-repeat;
	height: 24px;
	width: 24px;
	border: none;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
	outline: none !important;
}
.info-btn:hover {
	background: url(../images/info-icon-black.png) 0 0 no-repeat;
}
.info-btn-yellow {
	background: url(../images/yellow-info-icon.png) 0 0 no-repeat;
	background-size: cover;
	height: 21px;
	width: 21px;
	border: none;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}
.info-btn-yellow:hover {
	background: url(../images/yellow-info-icon.png) 0 0 no-repeat;
}
.info-btn.info-btn-sm {
	background-size: contain;
	height: 14px;
	width: 14px;
}
.info-btn.info-btn-md {
	background-size: contain;
	height: 18px;
	width: 18px;
}
.info-btn.white-tooltip {
	margin-left: 5px;
	width: 25px;
}
.white-tooltip + .tooltip > .tooltip-inner {
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(132, 146, 156, 0.25);
	color: #495159;
	padding: 10px;
}
.white-tooltip + .tooltip.top > .tooltip-arrow {
	border-top-color: #ffffff;
}
.white-tooltip + .tooltip.bottom > .tooltip-arrow {
	border-bottom-color: #ffffff;
}
.white-tooltip + .tooltip.left > .tooltip-arrow {
	border-left-color: #ffffff;
}
.white-tooltip + .tooltip.right > .tooltip-arrow {
	border-right-color: #ffffff;
}
.filename-tooltip + .tooltip {
	left: 15% !important;
}
.filename-tooltip + .tooltip > .tooltip-inner {
	background-color: #ffffff;
	border-radius: 3px;
	box-shadow: 0 0 10px rgba(132, 146, 156, 0.25);
	color: #495159;
	padding: 10px;
	text-align: left;
}
.filename-tooltip + .tooltip > .tooltip-arrow {
	border-bottom-color: #ffffff;
	left: 5% !important;
}
/**/
.filename-tooltip.new_filename-tooltip + .tooltip {
	left: auto !important;
}
.filename-tooltip.new_filename-tooltip + .tooltip > .tooltip-arrow {
	left: auto !important;
}
/*== Dashboard Pop Over Step Button CSS ==*/
.popover-navigation .hy-btn {
	min-width: 180px;
	margin: 0 8px;
}
/*== Dashboard Banner CSS ==*/
.dashboard-banner {
	display: block;
	width: 100%;
}
.dashboard-banner img {
	width: 100%;
	height: auto;
	min-height: 335px;
}
/*== Notification Message Part CSS ==*/
.notification-msg-part {
	background: #495159 none repeat scroll 0 0;
	border-radius: 3px;
	margin-bottom: 40px;
	padding: 15px;
}
.notification-msg-part p {
	margin: 0;
	font-size: 14px;
	color: #ffffff;
	font-family: 'poppinsregular';
}
.notification-msg-part .button {
	margin-top: 5px;
	min-width: 170px;
	padding: 8px 15px 7px;
}
.notification-msg-link {
	display: block;
	margin-top: 5px;
	text-align: center;
	font-size: 10px;
	font-family: 'poppinsregular';
	color: #b7bdc4;
}
.notification-msg-link a {
	color: #b7bdc4;
	font-size: 10px;
	text-decoration: underline;
}
.notification-msg-link a:hover {
	color: #ffffff;
}
/****************************** ****************************** 
 Fan Promation, DJ Promation and Create Fan Gate Page Style CSS
****************************** *****************************/

/*== Hype Static Content CSS ==*/
.hype-static-content {
	display: block;
	position: relative;
}
.hype-static-content h2 {
	color: #495159;
	font-family: "hypefontblack";
	font-size: 18px;
	letter-spacing: 0.3px;
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: uppercase;
}
.hype-static-content p {
	color: #495159;
	font-size: 16px;
	margin-bottom: 18px;
}
.hype-static-content p:last-child {
	margin-bottom: 0;
}
.hype-static-content p a {
	color: #f73e15;
	font-family: "poppinsbold";
	text-decoration: underline;
}
.hype-static-content p a:hover {
	color: #414e58;
}
/* Shore more styles */
.showmore_content {
	position: relative;
	overflow: hidden;
}
.readmore-btn {
	bottom: -59px;
	position: absolute;
	right: 0;
}
.readmore-btn .hy-btn {
	width: 210px;
}
/*== Hype Form Part CSS ==*/
.hype-form-part {
	display: block;
}
.hype-form-part h2 {
	color: #495159;
	font-family: "hypefontblack";
	font-size: 18px;
	letter-spacing: 0.3px;
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: uppercase;
}
/*== Hype Quote Content Part On DJ Promation Page CSS ==*/
.hype-quote-content {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #d6dbdf;
	border-radius: 3px;
	color: #495159;
	font-size: 16px;
	line-height: 30px;
	padding: 20px 80px;
	position: relative;
	text-align: center;
}
.hype-quote-content a {
	color: #f73e15;
	font-family: "poppinsbold";
	text-decoration: underline;
}
.hype-quote-content a:hover {
	color: #414e58;
}
.quote-top {
	font-family: "hypefontblack";
	font-size: 40px;
	left: 25px;
	line-height: normal;
	position: absolute;
	top: 5px;
	color: #b7bdc4;
}
.quote-bottom {
	font-family: "hypefontblack";
	font-size: 40px;
	right: 25px;
	line-height: normal;
	position: absolute;
	bottom: 5px;
	color: #b7bdc4;
}
/*== Custom Browse Input Field On Create Fan Gate Page CSS ==*/
.custom-browse {
	margin-top: 8px;
}
.custom-browse label {
	display: inline-block;
	font-family: "hypefontblack";
	margin: 0;
	padding: 0;
	font-size: 12px;
	color: #25292d;
	text-transform: uppercase;
	text-decoration: underline;
	cursor: pointer;
}
.custom-browse .hint {
	display: inline-block;
	color: #26292d;
	font-family: "hypefontregular";
	font-size: 12px;
	text-transform: uppercase;
}
/*== Stylist Switch Checkbox On-Off Style CSS ==*/
.cmn-toggle {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
}
.cmn-toggle + label {
	display: block;
	position: relative;
	cursor: pointer;
	outline: none;
	letter-spacing: normal;
	margin: 0;
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
input.cmn-toggle-round + label {
	background-color: transparent;
	height: 26px;
	width: 60px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
}
input.cmn-toggle-round + label:before, input.cmn-toggle-round + label:after {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	content: "";
}
input.cmn-toggle-round + label:before {
	right: 0;
	background-color: #d5dadf;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-ms-border-radius: 100px;
	-o-border-radius: 100px;
	border-radius: 100px;
	-webkit-transition: background 0.4s;
	-moz-transition: background 0.4s;
	-o-transition: background 0.4s;
	transition: background 0.4s;
}
input.cmn-toggle-round + label:after {
	background-color: #ffffff;
	color: #d5dadf;
	content: "\f00d";
	font-family: "FontAwesome";
	font-size: 12px;
	height: 24px;
	left: 1px;
	line-height: 24px;
	text-align: center;
	top: 1px;
	vertical-align: middle;
	width: 24px;
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	-ms-border-radius: 100%;
	-o-border-radius: 100%;
	border-radius: 100%;
	-webkit-transition: margin 0.4s;
	-moz-transition: margin 0.4s;
	-o-transition: margin 0.4s;
	transition: margin 0.4s;
}
input.cmn-toggle-round:checked + label:after {
	font-family: "FontAwesome";
	content: "\f00c";
	/*color: #81ce36;*/
	color: #12db7d;
}
input.cmn-toggle-round:checked + label:before {
	/*background-color: #81ce36;*/
	background-color: #12db7d;
}
input.cmn-toggle-round:checked + label:after {
	margin-left: 34px;
}
/*== Stylist Switch Checkbox On-Off Style Label CSS ==*/
.cm-label {
	display: inline-block;
}
.cm-label {
	color: #25292d;
	display: inline-block;
	font-family: "hypefontblack";
	font-size: 12px;
	left: 72px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 6px;
}
.cm-label span {
	color: #25292d;
	display: inline-block;
	font-family: "hypefontregular";
	font-size: 12px;
}
.switch {
	margin-top: 5px;
}
/*== Stylist Checkbox/Radio Button Styles CSS ==*/
.checkbox-custom, .radio-custom {
	opacity: 0;
	position: absolute;
}
.checkbox-custom, .checkbox-custom-label, .radio-custom, .radio-custom-label {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox-custom-label, .radio-custom-label {
	color: #25292d;
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	padding: 0 !important;
	position: relative;
	line-height: 20px !important;
}
.checkbox-custom + .checkbox-custom-label:before, .radio-custom + .radio-custom-label:before {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #c2c9ce;
	content: "";
	display: inline-block;
	height: 18px;
	margin-right: 10px;
	text-align: center;
	vertical-align: top;
	width: 18px;
	font-size: 12px;
	line-height: 18px;
}
.checkbox-custom:checked + .checkbox-custom-label:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	color: #f84216;
}
.radio-custom + .radio-custom-label:before {
	border-radius: 50%;
}
.radio-custom:checked + .radio-custom-label:before {
	background: rgba(0, 0, 0, 0) url("../images/dot-icon.png") no-repeat scroll 50% 50%;
	display: inline-block;
	height: 18px;
	text-align: center;
	width: 18px;
}
.textboxshow.active {
	display: block;
}
.textboxshow {
	display: none;
}
.new-b, .update-b {
	background: #f43010 none repeat scroll 0 0;
	border-radius: 3px;
	font-family: "hypefontblack";
	font-weight: normal;
	left: -45px;
	padding: 6px 10px 4px;
	position: absolute;
}
.update-b {
	left: -69px;
}
.new-menu-b {
	background: #f43010 none repeat scroll 0 0;
	border-radius: 3px;
	font-family: "hypefontblack";
	font-weight: normal;
	left: 0px;
	padding: 4px 6px 2px;
	position: absolute;
}
.new-org-badge {
	background: #f43010 none repeat scroll 0 0;
	border-radius: 3px;
	font-family: "hypefontblack";
	font-size: 10px;
	font-weight: normal;
	margin-top: -28px;
	padding: 4px 6px;
	position: absolute;
	right: 10px;
}
/*== Create Fan Gate Free User Part CSS ==*/
.free-user-desktop, .free-user-ipad, .free-user-mobile {
	display: block;
}
.free-user-ipad, .free-user-mobile {
	display: none;
}
.free-user-desktop img, .free-user-ipad img, .free-user-mobile img {
	width: 100%;
}
.free-user-section {
	margin-top: -20px;
	padding-top: 60px;
	position: relative;
	z-index: 8;
}
.free-user-overlay {
	background: rgba(37, 41, 45, 0.2) none repeat scroll 0 0;
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 30;
}
.free-top-bar {
	background: #25292d none repeat scroll 0 0;
	padding: 12px 0;
	text-align: center;
}
.free-top-bar h4 {
	font-size: 16px;
	color: #ffffff;
	font-family: "hypefontblack";
	margin: 0;
	padding: 0 6px;
}
.free-top-bar h4 span {
	color: #ff4319;
}
.free-top-bar h4 a {
	color: #ff4319;
	text-decoration: underline;
}
.free-top-bar h4 a:hover {
	color: #ffffff;
}
.free-top-bar h4 img {
	margin-left: 10px;
	vertical-align: text-bottom;
}
/****************************** ****************************** 
   	  Top 100 Downloads and Sample Packs Page Style CSS
****************************** *****************************/

/*== Top Banner Slider CSS On Top 100 Download Page ==*/
#banner-inner.banner-slide {
	max-height: 335px;
}
#banner-inner.banner-slide .carousel, #banner-inner.banner-slide .item, #banner-inner.banner-slide .active {
	height: 100%;
}
#banner-inner.banner-slide .carousel-inner {
	height: 100%;
}
#banner-inner.banner-slide .fill {
	width: 100%;
	height: 100%;
	background-position: center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	background-size: cover;
	-o-background-size: cover;
}
#banner-inner.banner-slide .fill a {
	display: block;
	height: 100%;
	width: 100%;
}
.for-top100-banner {
	margin-top: 65px;
}
/*== Spotlight Slider CSS On Top 100 Download Page ==*/
.spotlight-slider-section {
	display: block;
	margin-bottom: 60px;
}
.spotlight-slider-section .track-box-part {
	margin-right: 1px;
}
.track-listing-part {
	display: block;
}
.track-listing-part .track-box-part {
	display: block;
	margin-bottom: 10px;
}
/*== Track Filter Buttons Part CSS ==*/
.track-filter-button-part {
	display: block;
	margin-bottom: 30px;
}
.select-rounded .form-control {
	height: 44px;
	border-radius: 100px;
}
.select-rounded .btn {
	border-radius: 100px;
	color: #495159;
	font-size: 14px;
	height: 44px;
	padding: 6px 25px;
	font-family: "hypefontblack";
	font-weight: normal;
}
.select-rounded .bootstrap-select.btn-group .dropdown-toggle .caret {
	margin-top: -4px;
	right: 20px;
}
.select-rounded .caret {
	background: rgba(0, 0, 0, 0) url("../images/select-arrow-icon.png") no-repeat scroll 0 0;
	border: medium none;
	height: 20px;
	margin: 0 !important;
	padding: 0 !important;
	top: calc(50% - 9px) !important;
	width: 20px;
}
.select-rounded .bs-searchbox::after {
	top: 15px;
}
/*== Track Box CSS ==*/
.track-box-part {
	background: #ffffff;
	border: 1px solid #ececec;
	border-radius: 3px;
	min-height: 100px;
	position: relative;
	overflow: hidden;
	padding: 35px 60px 25px;
	z-index: 2;
}
.track-label {
	background: url(../images/label-bg.png) 0 0 no-repeat;
	width: 76px;
	height: 69px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.track-label span {
	color: #ffffff;
	display: inline-block;
	font-family: "hypefontblack";
	font-size: 18px;
	left: 8px;
	position: relative;
	top: 12px;
	letter-spacing: 0.25px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
}
.track-label span.hot {
	left: 4px;
}
.track-label span.free {
	font-size: 15px;
	left: 5px;
	top: 16px;
}
.track-frame {
	display: block;
	margin-bottom: 15px;
}
.track-frame iframe {
	display: block;
	height: 170px;
	width: 100%;
}
.track-share-part {
	display: block;
}
.track-share-part p {
	color: #414e58;
	font-size: 16px;
	line-height: 36px;
	margin: 0;
	text-align: right;
}
.track-share-part .col-sm-6 {
	padding-left: 0;
	padding-right: 0;
}
.promote-track-left {
	margin-top: 6px;
	float: left;
	font-size: 12px;
	color: #777777;
	text-align: left;
}
.promote-track-left a {
	color: #777777;
	text-decoration: underline;
}
.promote-track-left a:hover {
	color: #495159;
}
.promoted-badge {
	margin-right: 10px;
	display: inline-block;
	width: 90px;
	padding: 4px 8px 4px 8px;
	border-radius: 3px;
	background-color: #d7dbe0;
	font-family: "hypefontblack";
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
}
.share-track {
	display: block;
}
.share-track ul {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.share-track ul li {
	display: inline-block;
	margin: 0 8px;
	vertical-align: middle;
}
.share-track ul li a {
	display: inline-block;
	font-size: 20px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	transition: background 0.2s ease 0s;
	vertical-align: middle;
	width: 22px;
}
.share-track ul li.fb a {
	color: #d7dbe0;
}
.share-track ul li.fb a:hover {
	color: #5070b2;
}
.share-track ul li.tw a {
	color: #d7dbe0;
}
.share-track ul li.tw a:hover {
	color: #000000;
}
.share-track ul li.gp a {
	color: #d7dbe0;
}
.share-track ul li.gp a:hover {
	color: #ef5840;
}
.share-track ul li.heart a {
	color: #d7dbe0;
}
.share-track ul li.heart a:hover, .share-track ul li.heart a.selected {
	color: #ef5840;
}
.trackmainpart {
}
.frameloader {
	display: block;
	padding: 120px 0;
	text-align: center;
}
/*== Track Short Content Part CSS ==*/
.track-short-content {
	display: block;
	padding-top: 50px;
}
.track-short-content p {
	font-size: 12px;
	color: #414e58;
}
.track-short-content a {
	color: #f43010;
}
.track-short-content a:hover {
	text-decoration: underline;
}
/*== Track Loading Box CSS ==*/
.track-loading-part {
	display: block;
	text-align: center;
}
.load-btn {
	cursor: pointer;
	margin: 8px 0;
	text-transform: uppercase;
}
/*== Sample Packs Page CSS ==*/
.lock-icon {
	font-size: 26px;
	color: #f43010;
}
.lock-icon a {
	color: #f43010;
}
/*== Sample Packs Page CSS ==*/
.select-rounded-orange .btn {
	background: #f43010;
	border-color: #f43010;
	color: #ffffff;
}
.select-rounded-orange .caret {
	background: rgba(0, 0, 0, 0) url("../images/select-arrow-icon-1.png") no-repeat scroll 0 0;
}
.select-rounded-orange .btn:hover, .select-rounded-orange .btn:focus, .select-rounded-orange .btn.focus, .select-rounded-orange .btn:active, .select-rounded-orange .btn.active, .select-rounded-orange .open > .dropdown-toggle.btn-default {
	background: #fd581d;
	border-color: #fd581d;
	color: #ffffff
}
/****************************** ****************************** 
   				Account Settings  Page Style CSS
****************************** *****************************/

/*== White Content Bar CSS ==*/
.white-content-bar-part {
	background: #ffffff none repeat scroll 0 0;
	display: block;
	padding: 20px 0;
}
.white-content-bar-part p {
	color: #495159;
	font-size: 20px;
}
.white-content-bar-part p:last-child {
	margin: 0;
}
.white-content-bar-part p span {
	color: #f43010;
	font-family: 'poppinsbold';
}
.tab-inner-section {
	display: block;
	min-height: 270px;
	padding: 20px;
}
/*== Setting Tab Content CSS ==*/
.setting-content {
	display: block;
}
.setting-content p {
	color: #495159;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 25px;
}
.setting-content p:last-child {
	margin-bottom: 0;
}
/*==  Notifications Tab Content CSS ==*/
.notifications-part {
	display: block;
	margin-bottom: 25px;
}
.notifications-part ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.notifications-part ul li {
	font-family: "poppinsregular";
	color: #495159;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 5px;
}
.notifications-part ul li .checkbox {
	margin: 0;
}
.notifications-part ul li label {
	font-family: "poppinsregular";
	color: #495159;
	font-size: 16px;
	line-height: 26px;
}
.notifications-part ul li .checkbox-custom:checked + .checkbox-custom-label:before {
	color: #22282e;
}
.notifications-part ul li .checkbox-custom[readonly] + .checkbox-custom-label:before, .notifications-part ul li .checkbox-custom[disabled] + .checkbox-custom-label:before {
	color: #92969b;
}
/****************************** ****************************** 
   					Wp Blog Page Style CSS
****************************** *****************************/

/*== Blog Listing CSS ==*/
.main-blog-list {
	padding: 0 30px;
}
.post {
	margin-bottom: 60px;
}
.post-header {
	margin-bottom: 30px;
}
.post-title {
	color: #292d31;
	font-family: "hypefontblack";
	font-size: 24px;
	margin-bottom: 10px;
	margin-top: 2px;
	text-transform: uppercase;
}
.post-title a {
	background: rgba(34, 40, 46, 0.85);
	border-radius: 3px;
	color: #fff;
	display: inline-block;
	line-height: 34px;
	padding: 0 6px;
}
.tag-links {
	font-family: "hypefontblack";
	font-size: 10px;
	text-transform: uppercase;
}
.tag-links a {
	background-color: #f43010;
	border-radius: 3px;
	color: #22282e;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
	padding: 4px 8px;
}
.tag-links a:hover {
	background-color: #ffffff;
}
.post-grid {
	margin-left: -30px;
}
.grid-item {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	margin-bottom: 30px;
	padding-left: 30px;
}
.grid-item {
	height: 400px;
	width: 50%;
}
.grid-item:nth-child(5n+1) {
	height: 400px;
	width: 100%;
}
.post-inside {
	background-color: #111;
	border-radius: 3px;
	height: 100%;
	position: relative;
	width: 100%;
}
.post-inside .post-header {
	color: #fff;
	padding: 35px;
	position: relative;
}
.post-inside .read-more {
	bottom: 35px;
	left: 35px;
	position: absolute;
}
.post-inside .read-more .hy-btn {
	padding: 10px 35px;
}
.post-bg {
	border-radius: 3px;
	-webkit-animation: fadeIn 1s ease-in-out;
	animation: fadeIn 1s ease-in-out;
	background-position: center;
	background-size: cover;
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
/*== Paging CSS ==*/
.hy-pagination {
	display: block;
}
/*== News Filter Select CSS ==*/
.news-filter {
	float: right;
	position: absolute;
	right: calc(0% + 30px);
	top: -4px;
	width: 370px;
}
.news-filter .select-labal {
	color: #ffffff;
	font-family: "hypefontblack";
	font-size: 12px;
	left: 15px;
	position: absolute;
	top: 1px;
	z-index: 10;
}
.news-filter .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	color: #f43010;
	padding-left: 120px;
}
.select-rounded-black .form-control {
	background: #495159 none repeat scroll 0 0;
	border-color: #495159;
	border-radius: 100px;
	height: 35px;
}
.select-rounded-black .btn {
	background: #495159;
	border-color: #495159;
	border-radius: 3px;
	color: #ffffff;
	font-size: 12px;
	height: 35px;
	padding: 6px 25px;
	font-family: "hypefontblack";
	font-weight: normal;
	text-transform: uppercase;
}
.select-rounded-black .caret {
	background: rgba(0, 0, 0, 0) url("../images/select-arrow-icon-3.png") no-repeat scroll 0 0;
	border: medium none;
	height: 20px;
	margin: 0 !important;
	padding: 0 !important;
	top: calc(50% - 10px) !important;
	width: 20px;
}
.select-rounded-black .btn:hover, .select-rounded-black .btn:focus, .select-rounded-black .btn.focus, .select-rounded-black .btn:active, .select-rounded-black .btn.active, .select-rounded-black .open > .dropdown-toggle.btn-default {
	background: #41484e none repeat scroll 0 0;
	border-color: #41484e;
	outline: 0 none;
	color: #ffffff
}
/****************************** ****************************** 
   					Wp Blog Detail Page Style CSS
****************************** *****************************/
.blog-detail {
	display: block;
	float: left;
}
.blog-detail .inner-wrap2 {
	padding: 0 20%;
}
.post-date {
	color: #22282e;
	font-size: 18px;
	margin-bottom: 4px;
}
.blog-detail p {
	font-family: 'poppinsregular';
	color: #22282e;
	font-size: 18px;
	margin-bottom: 20px;
}
.blog-detail img {
	height: auto;
	max-width: 100%;
}
.f-comment-box {
	margin-bottom: 45px;
	width: 100%;
}
/****************************** ****************************** 
   		Sign Up Pop Up and Dashboard Pop Up Style CSS
****************************** *****************************/
.modal-inner {
	padding: 20px 15px;
}
.signup-popup {
	display: block;
	text-align: center;
}
.signup-popup p {
	font-size: 16px;
	color: #25292d;
	margin-bottom: 20px;
}
.signup-popup p strong {
	font-family: "poppinsbold";
	font-weight: normal;
}
.signup-popup form {
	margin: 0 35px;
}
.signup-popup .hy-btn, .signup-popup .button {
	padding: 10px 80px;
}
.signup-popup .checkbox-custom-label {
	font-family: 'poppinsregular';
	font-size: 16px;
	color: #25292d;
}
.signup-popup .checkbox-custom-label a {
	color: #25292d;
	border-bottom: 1px solid #707275;
}
.signup-popup .checkbox-custom-label a:hover {
	color: #f1220b;
	border-bottom: 1px solid #f1220b;
}
.signup-popup .checkbox {
	padding: 12px 0;
}
.minHeight150 {
	min-height: 100px !important;
}
.minWidth160 {
	min-width: 160px !important;
}
/****************************** ****************************** 
   			Subscription Plans Page Style CSS
****************************** *****************************/

/*== FAQ Part CSS ==*/
.faq-section {
	background-color: #f7f8f9;
	min-height: 200px;
	padding: 70px 0;
}
.faq-content {
	display: block;
}
.faq-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.faq-content ul li {
	display: block;
	margin-bottom: 30px;
}
.faq-content ul li h4 {
	color: #3f4a54;
	font-family: "poppinssemibold";
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 5px;
	line-height: 1.25;
}
.faq-content ul li p {
	font-family: 'poppinsregular';
	color: #3f4a54;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 18px;
}
.faq-content ul li p:last-child {
	margin-bottom: 0;
}
.faq-content ul li p a {
	color: #3f4a54;
	text-decoration: underline;
}
.faq-content ul li p a:hover {
	color: #000000;
}
.faq-inner-section {
	max-width: 780px;
	margin: 0 auto;
}
.faq-inner-section .main-title-part {
	position: relative;
	margin-bottom: 70px;
}
.faq-inner-section .main-title-part::after {
	content: "";
	position: absolute;
	height: 1px;
	background: #d7dbe0;
	width: 100%;
	left: 0;
	top: 50%;
}
.faq-inner-section .main-title-part h1 {
	color: #495159;
	font-size: 24px;
	position: relative;
	z-index: 1;
	display: inline-block;
	background: #f7f8f9;
	padding: 0 15px;
}
/*== Pricing Table Part CSS ==*/
.pricing-table {
	display: block;
}
.pricing-box {
	display: block;
	background: #ffffff;
	border: 1px solid rgba(220, 225, 230, 0.75);
	position: relative;
}
.pricing-header {
	background: #495159;
	height: 90px;
	display: table;
	width: 100%;
}
.pricing-header h1 {
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	color: #ffffff;
	font-family: "hypefontblack";
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.25px;
}
.pricing-header h1 span {
	display: block;
	font-family: "poppinsregular";
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
}
.features-box .pricing-header {
	background: #dce1e6;
}
.features-box .pricing-header h1 {
	color: #495159;
}
.pricing-list {
	display: block;
}
.pricing-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.features-box .pricing-list ul li {
	background: #ffffff url("../images/dot-icon-1.png") no-repeat scroll 10px 50%;
	padding: 15px 15px 15px 30px;
}
.features-box .pricing-list ul li:nth-child(2n+1) {
	background: #f8fafc url("../images/dot-icon-1.png") no-repeat scroll 10px 50%;
}
.pricing-list ul li {
	background: #ffffff;
	border-bottom: 1px solid rgba(220, 225, 230, 0.55);
	color: #495159;
	font-family: "poppinsregular";
	font-size: 14px;
	padding: 15px;
	min-height: 200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.pricing-list ul li strong {
	font-family: "poppinsbold";
	font-weight: normal;
}
.pricing-list ul li strong span {
	color: #f43010;
}
.pricing-list ul li strong span.price {
	font-size: 20px;
	vertical-align: middle
}
.pricing-list ul li strong span.line {
	color: #495159;
	font-size: 14px;
	font-family: 'poppinsregular';
}
.pricing-list ul li:nth-child(2n+1) {
	background: #f8fafc;
}
.pricing-list ul li:last-child {
	border-bottom: none;
}
.pricing-list ul li .hy-btn {
	margin: 0 auto;
	width: 150px;
}
.fea-minus, .fea-check {
	background: rgba(0, 0, 0, 0) url("../images/fea-minus-icon.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 25px;
	width: 25px;
	margin: 0 auto;
}
.fea-check {
	background: rgba(0, 0, 0, 0) url("../images/fea-check-icon.png") no-repeat scroll 0 0;
}
.no-pad {
	padding-left: 0;
	padding-right: 0;
}
.no-pad-left {
	padding-left: 0;
}
.no-pad-right {
	padding-right: 0;
}
.pad-left-half {
	padding-left: 8px;
}
.pricing-list ul li:nth-child(1n) {
	min-height: 115px;
}
.pricing-list ul li:nth-child(2n) {
	min-height: 115px;
}
.pricing-list ul li:nth-child(3n) {
	min-height: 200px;
}
.pricing-list ul li:nth-child(4n) {
	min-height: 95px;
}
.pricing-list ul li:nth-child(5n) {
	min-height: 115px;
}
.pricing-list ul li:nth-child(6n) {
	min-height: 95px;
}
.pricing-list ul li:nth-child(7n) {
	min-height: 95px;
}
.pricing-list ul li:nth-child(8n) {
	min-height: 95px;
}
.pricing-list ul li:nth-child(9n) {
	min-height: 95px;
}
.pricing-list ul li:nth-child(10n) {
	min-height: 95px;
}
.pricing-list ul li:nth-child(11n) {
	min-height: 95px;
}
.pricing-list ul li:nth-child(12n) {
	min-height: 95px;
}
.pricing-list ul li:nth-child(13n) {
	min-height: inherit;
}
.most-popular, .invite-only {
	background: rgb(91, 191, 38);
	background: -moz-linear-gradient(left, rgba(91, 191, 38, 1) 0%, rgba(167, 221, 70, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(91, 191, 38, 1) 0%, rgba(167, 221, 70, 1) 100%);
	background: linear-gradient(to right, rgba(91, 191, 38, 1) 0%, rgba(167, 221, 70, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bbf26', endColorstr='#a7dd46', GradientType=1);
	color: #ffffff;
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: normal;
	height: 30px;
	letter-spacing: 0.25px;
	line-height: 30px;
	position: absolute;
	text-transform: uppercase;
	top: -38px;
	width: 100%;
	vertical-align: middle;
}
.invite-only {
	background: rgb(233, 0, 0);
	background: -moz-linear-gradient(left, rgba(233, 0, 0, 1) 0%, rgba(255, 96, 32, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(233, 0, 0, 1) 0%, rgba(255, 96, 32, 1) 100%);
	background: linear-gradient(to right, rgba(233, 0, 0, 1) 0%, rgba(255, 96, 32, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e90000', endColorstr='#ff6020', GradientType=1);
}
.most-popular i, .invite-only i {
	font-size: 18px;
	margin: 0 15px;
	vertical-align: middle;
}
.most-plan {
	box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0.05);
	margin-left: -1px;
	margin-right: -1px;
	position: relative;
	z-index: 11;
}
.most-plan .pricing-header {
	height: 104px;
	margin-top: -7px;
}
.most-plan .pricing-list ul li:first-child {
	min-height: 108px;
}
.most-plan .pricing-list ul li:nth-child(13n) {
	padding-bottom: 19px;
	padding-top: 19px;
}

/****************************** ****************************** 
   					Fan Gate Page Style CSS
****************************** *****************************/
@media (min-width:768px) {
.fangate .container {
	width: 750px;
}
}
@media (min-width:992px) {
.fangate .container {
	width: 970px;
}
}
@media (min-width:1200px) {
.fangate .container {
	width: 1000px;
}
}
.fangate {
	display: block;
	margin: 0 auto;
	width: 1000px;
}
/*== Fan Gate Header Part CSS ==*/
.fangate header {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 0 0 3px 3px;
	margin-bottom: 12px;
	position: fixed;
	top: 0;
	width: 1000px;
	z-index: 10;
}
.fangate .navbar-default {
	border-bottom: none;
}
.fangate .navbar-default .navbar-nav > li > a {
	color: #22282e;
}
.fangate .navbar-default .navbar-nav > li > a:hover, .fangate .navbar-default .navbar-nav > li > a:focus {
	color: #f1240c;
}
.fangate .navbar-nav > li.login a {
	color: #f1240c;
}
.fangate .navbar-right {
	margin-right: 0;
}
.fangate .navbar {
	margin-bottom: 0;
}
.fangate .navbar-nav > li.useracc-drop {
	border-left: 1px solid #f2f2f2;
	margin-left: 0;
	padding-left: 0;
}
.fangate .useracc-name {
	max-width: 80px;
}
.fangate .navbar-default .navbar-toggle {
	border-color: #ffffff;
	background: #ffffff;
}
.fangate .navbar-default .navbar-toggle .icon-bar {
	background-color: #1a1d20;
}
/*New CSS Added for Fangate Header Menu Drop Down Sprint15*/
.fangate .navbar .navbar-nav > li > .dropdown-menu {
	border-radius: 3px;
}
.fangate .navbar-default .navbar-nav > li > a .caret {
	margin-top: -3px;
}
.fangate .navbar-default .navbar-nav > .open > a, .fangate .navbar-default .navbar-nav > .open > a:hover, .fangate .navbar-default .navbar-nav > .open > a:focus {
	color: #22282e;
}
/*== Fan Gate Banner Part CSS ==*/
.fangate-banner {
	display: block;
	margin-bottom: 12px;
	padding-top: 77px;
}
/*== Default Banner ==*/
.banner-default {
	background: url(../images/default-banner-bg.jpg) 0 50% no-repeat;
	height: 370px;
	width: 100%;
	border-radius: 3px;
	position: relative;
}
.fangate-banner .banner-text {
	-webkit-transform: translateY(-32%);
	-moz-transform: translateY(-32%);
	-ms-transform: translateY(-32%);
	-o-transform: translateY(-32%);
	transform: translateY(-32%);
}
.fangate-banner .banner-text h1 {
	margin-bottom: 15px;
}
.f-btn {
	text-align: center;
	color: #ffffff;
}
/*== Pro Banner ==*/
.banner-pro {
	height: 370px;
	width: 100%;
	position: relative;
}
.banner-pro img {
	border-radius: 3px;
}
/*== Fan Gate Main Container Part CSS ==*/
.fangate-main-container {
	background: #ffffff;
	border-radius: 3px;
	border: 1px solid #ececec;
	margin-bottom: 12px;
	padding: 30px 0;
}
.fangate-download-part {
	display: block;
	width: 738px;
	margin: 0 auto;
}
.fangate-download-part .main-title-part {
	margin-bottom: 30px;
}
.fangate-download-part .main-title-part h1 {
	font-size: 24px;
}
.download-step {
	padding: 0;
	width: 100% !important;
}
.download-step .row {
	display: block;
	margin-bottom: 12px;
}
.download-step label {
	color: #25292d;
	font-size: 14px;
	padding-top: 9px;
}
.dwn-btn a, .dwn-btn button {
	width: 48.5%;
	float: none;
}
.dwn-btn a:first-child, .dwn-btn button:first-child {
	margin-right: 12px
}
.dwn-info {
	color: #495159;
	font-size: 10px;
	letter-spacing: 0.25px;
	padding-top: 20px;
	text-align: center;
}
.fangate .modal-title, .spotify-page .modal-title {
	font-size: 16px;
}
/*== Fan Gate Footer Part CSS ==*/
.fangate-footer {
	background: #ffffff;
	border-radius: 3px 3px 0 0;
	border: 1px solid #ececec;
}
.fanfooter-link {
	display: block;
}
.fanfooter-link ul {
	display: block;
	padding: 40px 0;
	text-align: center;
	margin: 0;
}
.fanfooter-link ul li {
	display: inline-block;
	margin: 0 15px;
}
.fanfooter-link ul li a {
	color: #22282e;
	font-family: "poppinsbold";
	font-size: 12px;
	letter-spacing: 0.25px;
	text-transform: uppercase;
}
.fanfooter-link ul li a:hover {
	color: #f1240c;
}
/*== Support Artist Pop Up Style CSS ==*/
.support-artist-popup {
	display: block;
	margin: 0 auto;
	max-width: 350px;
}
.support-code {
	margin-bottom: 24px;
	text-align: center;
}
.support-artist-text {
	text-align: center;
}
.support-artist-text p {
	color: #25292d;
	font-size: 16px;
	margin-bottom: 15px;
}
.support-artist-text .hy-btn, .support-artist-text .button {
	padding: 10px 40px;
	min-width: 200px;
}
/****************************** ****************************** 
   					Terms Page Style CSS
****************************** *****************************/
.terms-main-container {
	background: #ffffff;
	border-radius: 3px;
	border: 1px solid #ececec;
	margin: 12px 0;
	padding: 30px 20px;
}
.terms-main-container .main-title-part {
	margin-bottom: 30px;
}
.terms-main-container .main-title-part h1 {
	font-size: 24px;
}
.static-part {
	display: block;
}
.static-part-bold {
	color: #495159;
	font-family: "hypefontblack";
	font-size: 15px;
	letter-spacing: 0.3px;
	text-transform: uppercase;
}
.static-part h2, .static-part h4 {
	color: #495159;
	font-family: "hypefontblack";
	font-size: 18px;
	letter-spacing: 0.3px;
	margin-bottom: 30px;
	margin-top: 0;
	text-transform: uppercase;
}
.static-part h4 {
	font-size: 15px;
	margin-bottom: 15px;
}
.static-part p {
	color: #495159;
	font-size: 14px;
	margin-bottom: 18px;
}
.static-part p:last-child {
	margin-bottom: 0;
}
.static-part p a {
	color: #495159;
	text-decoration: underline;
}
.static-part p a:hover {
	color: #414e58;
}
.static-part ul li, .static-part ol li {
	margin-bottom: 15px;
}
/****************************** ****************************** 
   			Create Fan Gate Success Page Style CSS
****************************** *****************************/
.timeline-centered {
	position: relative;
}
.timeline-centered:before, .timeline-centered:after {
	content: " ";
	display: table;
}
.timeline-centered:after {
	clear: both;
}
.timeline-centered:before, .timeline-centered:after {
	content: " ";
	display: table;
}
.timeline-centered:after {
	clear: both;
}
.timeline-centered:before {
	background: rgba(0, 0, 0, 0) url("../images/dot-border.png") repeat-y scroll 0 0;
	bottom: 130px;
	content: "";
	display: block;
	margin-left: 25px;
	position: absolute;
	top: 20px;
	width: 5px;
}
.timeline-centered .timeline-entry {
	position: relative;
	margin-top: 5px;
	margin-left: 30px;
	margin-bottom: 37px;
	clear: both;
}
.timeline-centered .timeline-entry:last-child {
	margin-bottom: 0;
}
.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
	content: " ";
	display: table;
}
.timeline-centered .timeline-entry:after {
	clear: both;
}
.timeline-centered .timeline-entry:before, .timeline-centered .timeline-entry:after {
	content: " ";
	display: table;
}
.timeline-centered .timeline-entry:after {
	clear: both;
}
.timeline-centered .timeline-entry.begin {
	margin-bottom: 0;
}
.timeline-centered .timeline-entry.left-aligned {
	float: left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner {
	margin-left: 0;
	margin-right: -18px;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-time {
	left: auto;
	right: -100px;
	text-align: left;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-icon {
	float: right;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label {
	margin-left: 0;
	margin-right: 70px;
}
.timeline-centered .timeline-entry.left-aligned .timeline-entry-inner .timeline-label:after {
	left: auto;
	right: 0;
	margin-left: 0;
	margin-right: -9px;
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.timeline-centered .timeline-entry .timeline-entry-inner {
	position: relative;
	margin-left: -20px;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
	content: " ";
	display: table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
	clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner:before, .timeline-centered .timeline-entry .timeline-entry-inner:after {
	content: " ";
	display: table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
	clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time {
	position: absolute;
	left: -100px;
	text-align: right;
	padding: 10px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span {
	display: block;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:first-child {
	font-size: 15px;
	font-weight: bold;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-time > span:last-child {
	font-size: 12px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-icon {
	color: #737881;
	display: block;
	width: 36px;
	height: 36px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	text-align: center;
	line-height: 36px;
	font-size: 15px;
	float: left;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label {
	position: relative;
	background: #ffffff;
	border: 1px solid #dce1e6;
	padding: 20px;
	margin-left: 60px;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
	background-clip: padding-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:after {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #ffffff transparent transparent;
	left: 0;
	top: 10px;
	margin-left: -9px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label:before {
	content: '';
	display: block;
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 9px 9px 9px 0;
	border-color: transparent #c8cbce transparent transparent;
	left: 0;
	top: 10px;
	margin-left: -10px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2, .timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p {
	color: #495159;
	font-size: 12px;
	margin: 0;
	line-height: 1.428571429;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p + p {
	margin-top: 15px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label p strong {
	font-family: 'poppinsbold';
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 {
	color: #25292d;
	font-size: 16px;
	margin-bottom: 10px;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 a {
	color: #303641;
}
.timeline-centered .timeline-entry .timeline-entry-inner .timeline-label h2 span {
	color: #495159;
	font-family: 'poppinsbold';
}
.timeline-row {
	display: block;
}
.visit-btn {
	margin-top: 8px;
	text-align: right;
}
.visit-btn .hy-btn-gray.hy-btn-sm {
	width: 100px;
}
.timeline-row .hy-btn-black b {
	font-size: 11px;
}
.process {
	font-size: 11px;
	color: #25292d;
	text-align: center;
	width: 36px;
	height: 36px;
	display: inline-block;
}
.process-step-0 {
	background: url(../images/process-steps.png) 0 0 no-repeat;
}
.process-step-1 {
	background: url(../images/process-steps.png) 0 -36px no-repeat;
}
.process-step-2 {
	background: url(../images/process-steps.png) 0 -72px no-repeat;
}
.process-step-3 {
	background: url(../images/process-steps.png) 0 -108px no-repeat;
	margin-top: 1px;
}
.process-step-3 span {
	display: none;
}
/*== Form Error Style CSS ==*/
.has-error .error-msg {
	background: #f43010 none repeat scroll 0 0;
	border: 1px solid #d7dfe6;
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba(132, 146, 156, 0.5);
	color: #ffffff;
	font-size: 12px;
	left: 10px;
	margin-top: -6px;
	max-width: calc(100% - 20px);
	padding: 10px;
	position: absolute;
	z-index: 1;
}
.has-error .error-msg:before {
	border-bottom: 5px solid #f43010;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	position: absolute;
	top: -5px;
}
/****************************** ****************************** 
   				Welcome Back Pop Up Style CSS
****************************** *****************************/
.welcome-activity {
	display: block;
}
.welcome-activity .row {
	margin-top: 25px;
	margin-bottom: 25px;
}
.welcome-activity .activity-box {
	padding: 12px;
}
.welcome-activity .activity-box h4 {
	font-size: 40px;
	margin-top: 4px;
}
.welcome-activity .activity-box h6 {
	font-size: 10px;
}
.welcome-activity p a {
	color: #f43010;
	text-decoration: underline;
}
.welcome-activity p a:hover {
	color: #414e58;
}
.welcome-activity .hy-btn {
	padding: 10px 40px;
	min-width: 200px;
}

/****************************** ****************************** 
   				Extra CSS For Small Issues CSS
****************************** *****************************/
.select-loading, [class*="profile"] [id*="loader"][class="select-loading"] {
 background: #fff none repeat scroll 0 0;
 border-radius: 3px;
 height: 34px;
 line-height: 34px;
 position: absolute;
 right: 1px;
 text-align: center;
 top: 1px;
 width: 34px;
 z-index: 9;
}
.select-loading img {
	display: inline-block;
	height: 26px;
	width: 26px;
}
.subscription-plans p iframe {
	width: 100% !important;
}
.bgColor {
	position: absolute;
	z-index: -1;
}
[class*="profile"] .search-icon-profile, .search-icon-social {
	background: #fff none repeat scroll 0 0;
	border-radius: 3px;
	height: 34px;
	line-height: 34px;
	position: absolute;
	right: 1px;
	text-align: center;
	top: 1px;
	width: 34px;
}
[class*="profile"] .search-icon-profile img, .search-icon-social img {
	width: 15px;
	height: 15px;
}
.div-notificationbar {
	background: #f43010;
	color: #fff;
	display: block;
	padding: 5px;
	position: fixed;
	text-align: center;
	top: 66px;
	width: 100%;
	z-index: 1;
	font-size: 12px;
	height: auto !important;
}
.noti-msg {
	display: inline-block;
}
.marginleft100 {
	margin-left: 100px;
}
.marginleft115 {
	margin-left: 115px;
}
.marginleft75 {
	margin-left: 75px;
}
.marginleft70 {
	margin-left: 70px;
}
.marginleft17 {
	margin-left: 17px;
}
.marginleft19 {
	margin-left: 19px;
}
.marginleft37 {
	margin-left: 37px;
}
.marginleft45 {
	margin-left: 45px;
}
.marginleft52 {
	margin-left: 52px;
}
.marginleft133 {
	margin-left: 133px;
}
.marginleft120 {
	margin-left: 120px;
}
.marginleft160 {
	margin-left: 160px;
}
.marginleft240 {
	margin-left: 240px;
}
.marginlefttooltip {
	margin-left: -72px !important;
	margin-top: 5px;
}
.marginleft90 {
	margin-left: 90px;
}
/*********social **********/
.has-error .error-msg {
	background: #f43010 none repeat scroll 0 0;
	border: 1px solid #d7dfe6;
	border-radius: 3px;
	box-shadow: 0 2px 5px rgba(132, 146, 156, 0.5);
	color: #ffffff;
	font-size: 12px;
	left: 10px;
	margin-top: -6px;
	max-width: calc(100% - 20px);
	padding: 10px;
	position: absolute;
	z-index: 9;
}
.has-error .error-msg:before {
	border-bottom: 5px solid #f43010;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	content: "";
	position: absolute;
	top: -5px;
}
.spanText {
	font-size: 16px;
}
.width87 {
	width: 87%;
}
#loader {
	background-image: url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 24px;
	width: 24px;
	float: left;
	display: block;
	top: 35px;
	right: 10px;
	z-index: 5000
}
.title001 {
	color: #25292d;
}
#login-popup .form-group .hy-btn-orange-grad, #log-in-hear-this .form-group .hy-btn-orange-grad, #login-popup .form-group .hy-btn-orange-grad, #log-in-hear-this .form-group .button {
	max-width: 333px;
	width: 100%;
}
#login-popup .form-group .hy-btn-gray-log, #log-in-hear-this .form-group .hy-btn-gray-log {
	max-width: 333px;
	width: 100%;
	cursor: default;
}
#login-popup .form-group .hy-btn, #log-in-hear-this .form-group .hy-btn, #login-popup .form-group .hy-btn, #log-in-hear-this .form-group .button {
	line-height: 36px;
	padding: 0;
}
.hr-col {
	position: relative;
	margin: 10px 0;
}
.hr-col::before {
	background: #ccc none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: -30px;
	position: absolute;
	right: -30px;
	z-index: 0;
}
.hr-col span {
	background: #f8fafc none repeat scroll 0 0;
	padding: 10px;
	position: relative;
	top: -10px;
}
#login-popup .form-control, #log-in-hear-this .form-control {
	max-width: 333px;
	width: 100%;
	margin: 0 auto;
	box-shadow: none;
}
.a-tag {
	font-size: 10px;
	color: #3f4a54;
	position: relative;
	top: 0;
}
.a-tag:hover {
	color: #000;
}
/*===========================================================*/

.two-col-left {
	padding-right: 6px;
}
.two-col-right {
	padding-left: 7px;
}
#signup_form {
	max-width: 333px;
	margin: 0 auto;
}
#signup_form .form-control {
	box-shadow: none;
}
#signup_form .button {
	width: 100%;
}
#signup-popup .hy-btn.hy-btn-white {
	max-width: 200px;
	width: 100%;
	max-height: 33px;
	line-height: 33px;
	padding: 0;
}
#signup-popup .hy-btn-sm {
	font-weight: bold;
}
#sign-up-popup .form-group .col-md-12.text-center p, #sign-up-register-popup .form-group .col-md-12.text-center p {
	font-size: 16px;
	margin: 0 -15px;
}
#sign-up-popup .modal-inner, #sign-up-register-popup .modal-inner {
	padding: 5px 15px 20px;
}
#signup_form .form-group {
	margin-left: -15px;
}
#signup_form .form-group:nth-child(1) {
	margin-bottom: 0;
}
/* #sign-up-popup .hr-col::before, #sign-up-register-popup .hr-col::before {
	left: -115px;
	right: -130px;
} */
#sign-up-popup label, #sign-up-register-popup label {
	font-size: 12px;
	text-align: left;
}
/* #sign-up-popup .hr-col, #sign-up-register-popup .hr-col {
	font-size: 16px;
	margin: 40px 0 20px;
	position: relative;
} */
#sign-up-popup a, #sign-up-register-popup a {
	color: #000;
}
/* Base for label styling */

/* hover style just for information */


#login-popup .form-horizontal .form-group {
	margin-right: 0;
	margin-left: 0;
}
/*========================================*/

#confirmation-pending-popup .signup-popup p {
	margin-bottom: 10px;
}
#confirmation-pending-popup .signup-popup .hy-btn.hy-btn-white, #confirmation-pending-popup .signup-popup .button.hy-btn-white {
	line-height: 36px;
	min-width: 200px;
	padding: 0;
	margin-top: 15px;
}
#confirmation-pending-popup .modal-inner {
	padding-top: 5px;
}
.labelCheckBox {
	padding-top: 4px;
}
.noMarginClass {
	margin-left: 0px !important;
}
.styleLeft32 {
	left: 32px !important;
}
/*================= Account Settings ======================*/
.setting-content .title-tag {
	font-size: 16px;
	color: #495159;
	margin-bottom: 10px;
	font-weight: 700;
}
.setting-content .info-text {
	font-family: 'Poppins', sans-serif;
	font-size: 24px;
	font-weight: 300;
	font-weight: lighter;
}
.setting-content .hy-btn-orange-grad {
}
.setting-content .hy-btn-gray-log {
}
.setting-content .form-group .hy-btn-orange-grad, .setting-content .form-group .button-primary {
	width: 160px;
}
.setting-content .form-group .hy-btn-gray-log, .setting-content .form-group .button-secondary {
	width: 160px;
}
.setting-content .hy-btn-white {
	font-family: "hypefontblack";
	width: 160px;
	line-height: 36px;
	padding: 0;
}
.col-block, .col-block-1 {
	padding-top: 20px;
	padding-bottom: 40px;
	position: relative;
	margin-top: 20px;
	line-height: 20px;
}
.col-block-1 {
	padding-right: 30px;
}
.col-block {
	padding-left: 30px;
}
.devider-block {
	height: 100%;
	line-height: 100%;
	position: absolute;
	right: -5px;
	top: 0;
	width: 10px;
}
.devider-block::before {
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	left: 45%;
	background: #ccd2db;
}
.pop-01 .signup-popup .devider-block span {
	background: #f8fafc none repeat scroll 0 0;
	color: #25292d;
	left: -14px;
	padding: 10px;
	position: absolute;
	top: 40%;
}
.hy-btn {
	font-family: "hypefontblack";
}
.hy-btn1 {
	-moz-user-select: none;
	background-image: none;
	border-radius: 100px;
	cursor: pointer;
	display: inline-block;
	font-family: "hypefontregular";
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.25px;
	line-height: 1.42857;
	padding: 12px 28px;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}
.hy-btn1 b {
	font-size: 11px;
}
.col-block-1 .hy-btn {
	margin-top: 40px;
}
.warning {
	font-size: 12px !important;
	color: red;
}
.downgrade-select {
	display: inline-block;
	margin-right: 10px;
	width: 140px;
}
/*================= Info Settings ======================*/
#user-migration-popup .two-col-left {
	padding-left: 0;
}
#user-migration-popup .two-col-right {
	padding-right: 0;
}
#user-migration-popup .fl-1 {
	max-width: 333px !important;
	margin: 0 auto 15px;
}
#user-migration-popup .hy-btn-orange-grad, #user-migration-popup .button {
	max-width: 333px;
	width: 100%;
	padding: 0;
	line-height: 36px;
}
#user-migration-popup .hy-btn-gray-log {
	max-width: 333px;
	width: 100%;
	padding: 0;
	line-height: 36px;
}
#user-migration-popup .modal-body {
	padding-bottom: 30px;
}
#user-migration-popup .form-control {
	max-width: 333px;
	width: 100%;
	margin: 0 auto;
}
#user-migration-popup .form-group {
	position: relative;
	max-width: 363px;
	margin: 0 auto 15px;
}
#user-migration-popup .form-group .tool-col {
	height: 25px;
	position: absolute;
	right: -22px;
	top: 6px;
	width: 25px;
}
/*================= Edit Settings ======================*/
.block-1 {
	max-width: 348px;
	width: 100%;
}
.block-1 .col-md-6, .block-1 .col-md-12 {
	padding-left: 0;
}
.hor-block {
	display: inline-block;
	vertical-align: top;
}
.hor-block .col-md-12 .col-md-12 {
	padding-right: 0;
}
.new-p {
	margin-top: 35px;
	margin-bottom: 15px;
}
.new-p-2 {
	margin-bottom: 15px;
}
#login-popup .hy-btn.hy-btn-white {
	max-width: 230px;
}
/*================= Edit Settings ======================*/
.forgot-btn {
	line-height: 34px;
	margin-left: 15px;
	padding: 0;
	vertical-align: top;
	width: 160px;
}
#forgot_password {
	max-width: 535px;
}
#forgot_password p {
	color: #25292d;
	font-family: "poppinsregular";
	font-size: 16px;
	letter-spacing: 0.3px;
}
#forgot_password .form-control {
	max-width: 300px;
	display: inline-block;
}
.pop-01 .signup-popup span {
	color: #f43010;
}
.pop-01 .hy-btn.hy-btn-white {
	padding: 0 90px;
	line-height: 36px;
}
/*================= email not verified ======================*/
.sub-title {
	font-size: 16px;
}
#resend_form-popup {
	position: relative;
	padding-top: 20px;
}
#resend_form-popup::before {
	background: #ccd2db none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: -30px;
	position: absolute;
	right: -30px;
	width: auto;
	top: 0;
}
#invalid-user-popup-updated-screen .modal-inner {
	padding-top: 10px;
}
#resend_form {
	margin-top: 20px;
}
#resend_form-popup .form-control {
	max-width: 333px;
	display: inline-block;
	margin-bottom: 15px;
}
#resend_form-popup .scconect-btn {
	padding: 0 35px;
	line-height: 36px;
	margin-left: 10px;
	display: block;
	width: 100%;
	max-width: 333px;
	margin: 0 auto;
}
.p-reset .panel-default {
	padding-top: 20px;
}
.r-btn {
	padding: 0 55px;
	line-height: 36px;
	float: right;
	margin-top: 10px;
}
.bottom-space {
	margin-bottom: 20px;
}
.btn-col .col-md-12 {
	padding-left: 0;
}
.btn-col .scconect-btn {
	margin-right: 10px;
}
#edit_password_screen {
	padding-left: 0;
}
 @media (max-width:992px) {
.two-col-right {
	padding-left: 15px;
	margin-bottom: 15px;
	margin-bottom: 0;
}
.two-col-left {
	padding-right: 15px;
	margin-bottom: 15px;
}
#sign-up-popup .hr-col::before, #sign-up-register-popup .hr-col::before {
	left: -30px;
	right: -30px;
}
#user-migration-popup .two-col-left {
	padding-left: 15px;
}
#user-migration-popup .two-col-right {
	padding-right: 15px;
	margin-bottom: 0;
}
#user-migration-popup .fl-1 {
	max-width: 363px !important;
}
}
@media (max-width:767px) {
#login-popup .hr-col::before {
	left: -20px;
	right: -20px;
}
.block-1 .form-control {
	margin-bottom: 15px;
}
.new-p {
	margin-top: 0;
}
.hor-block {
	margin-bottom: 0;
}
.devider-block::before {
	background: #ccd2db none repeat scroll 0 0;
	content: "";
	height: 1px;
	left: 0;
	position: absolute;
	width: 100%;
}
.devider-block {
	height: 10px;
	line-height: 100%;
	position: absolute;
	right: auto;
	top: auto;
	width: 100%;
	bottom: 5px;
}
.pop-01 .signup-popup .devider-block span {
	left: 50%;
	margin-left: -42px;
	padding: 10px;
	position: absolute;
	top: -14px;
}
.col-block {
	margin-top: 0;
}
.col-block, .col-block-1 {
	padding-left: 15px;
	padding-right: 15px;
}
.col-block-1 .hy-btn {
	margin-top: 0px;
}
}
@media (max-width:600px) {
#forgot_password .form-control {
	display: block;
	margin: 10px auto;
	max-width: 100%;
}
.forgot-btn {
	margin: 0 auto;
	display: block;
}
}
@media (max-width:480px) {
#login-popup .hr-col::before {
	left: -15px;
	right: -15px;
}
.setting-content .block-1 .hy-btn-orange-grad {
	width: 100%;
}
.setting-content .block-1 .hy-btn-gray-log {
	width: 100%;
}
.tab-inner-section .hy-btn, .block-1 .hy-btn {
	margin-right: 0;
}
}
@media (max-width:400px) {
.tab-inner-section .hy-btn, .block-1 .hy-btn, .block-1 .button.button-secondary, .block-1 .button.button-primary {
	width: auto;
	display: block;
}
.tab-inner-section .hy-btn {
	font-size: 11px;
}
#user-migration-popup .form-group .tool-col {
	right: -12px;
}
.downgrade-select {
	display: block;
	margin-bottom: 10px;
	margin-right: 0;
	width: 100%;
}
}
@media (max-width:350px) {
#login-popup .form-group .hy-btn-orange-grad, #log-in-hear-this .form-group .hy-btn-orange-grad {
	font-size: 12px;
}
#login-popup .form-group .hy-btn-gray-log, #log-in-hear-this .form-group .hy-btn-gray-log {
	font-size: 12px;
}
}
.hype-table-music .hy-btn:not(.hy-opt-btn) {
	min-width: 165px;
}
.youtube-iframe {
	display: block;
	margin-bottom: 15px;
}
.youtube-iframe iframe {
	display: block;
	height: 300px;
	width: 100%;
}
.youtube-track-listing-part iframe {
	display: block;
	height: 300px !important;
	width: 100%;
}
.youtube-music-track-listing-part iframe {
	display: block;
	height: 250px !important;
	width: 100%;
}
.footer-fix {
	background: rgb(244, 48, 16) none repeat scroll 0 0;
	bottom: 0;
	color: rgb(255, 255, 255);
	display: block;
	padding: 12px;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 999;
}
#sign-up-register-popup .ac-hrbod .hr-col {
	font-size: 14px;
}
#sign-up-register-popup .ac-hrbod .hr-col::before {
	left: -30px;
	right: -30px;
}
/****************************** ****************************** 
   				Account Downgrade Pop Up CSS
****************************** *****************************/
.downgrade-popup {
	display: block;
}
.downgrade-popup .form-group {
	margin-bottom: 35px;
}
.downgrade-popup label {
	color: #f43010;
	font-family: "poppinsbold";
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 12px;
}
.downgrade-popup textarea.form-control {
	height: 86px;
	resize: none;
}
.downgrade-popup .hy-btn, .downgrade-popup .button {
	margin: 0 12px;
	min-width: 200px;
	padding: 10px 20px;
}
.acc-down {
	position: relative;
	max-width: 360px;
	margin: 0 auto;
}
/****************************** ****************************** 
       				Dashboard New Page CSS
****************************** *****************************/
.hype-table-new {
	border: 1px solid #dce1e6;
	border-radius: 3px;
}
.hype-table-new .table > thead > tr > th:first-of-type, .hype-table-new .table > tbody > tr > td:first-of-type {
	padding-left: 40px;
}
.hype-table-new .table > thead > tr > th:last-of-type, .hype-table-new .table > tbody > tr > td:last-of-type {
	padding-right: 40px;
}
.hype-table-new .table > thead > tr > th {
	background: #f8fafc none repeat scroll 0 0;
	border-bottom: 1px solid #dce1e6;
	padding-bottom: 16px;
	padding-top: 20px;
	vertical-align: middle;
}
.hype-table-new .table > thead > tr > th a {
	color: #414e58;
}
.hype-table-new .table > thead > tr > th .info-btn, #create_fangate .info-btn {
	background-size: contain;
	height: 12px;
	width: 12px;
}
.hype-table-new .white-tooltip + .tooltip > .tooltip-inner {
	font-family: "poppinsregular";
}
.hype-table-new .filename-tooltip + .tooltip > .tooltip-inner {
	font-family: "poppinsregular";
}
.hype-table-new .table > tbody > tr > td b {
	font-family: "poppinsbold";
	font-weight: normal;
}
.hype-table-new .table > tbody > tr {
	background: #ffffff;
}
.hype-table-new .table > tbody > tr > td {
	border-top: 1px solid #dce1e6;
}
.hype-table-new .hy-btn:not(.hy-opt-btn) {
	font-size: 10px;
	min-width: 90px;
	padding: 6px 12px
}
.performance-status {
	display: inline-block !important;
	height: 26px;
	margin-right: 2px;
	margin-top: 4px;
	width: 26px;
}
.performance-status:first-child {
	margin-left: 30%;
}
.performance-status:last-child {
	margin-right: 0;
}
.performance-status.active {
	background: url(../images/performance-active.png) 0 0 no-repeat;
}
.performance-status.inactive {
	background: url(../images/performance-inactive.png) 0 0 no-repeat;
}
.performance-status.trophy {
	background: url(../images/performance-trophy.png) 0 0 no-repeat;
}
.table-inner-block {
	display: block;
	width: 100%;
}
.table-inner-block section {
	width: 50%;
	text-align: center;
	float: left;
}
.table-inner-block section h6 {
	color: #25292d;
	font-size: 12px;
	margin: 0;
}
.table-inner-block section span {
	color: #a7a7a7;
	font-size: 9px;
	text-transform: uppercase;
}
.hy-opt-btn-bar {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #b7bdc4;
	font-size: 24px;
	height: 24px;
	width: 28px;
}
.hy-opt-btn-bar:hover {
	border: none;
	background: none;
}
.hy-opt-btn-circle {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: medium none;
	color: #495159;
	font-size: 5px;
	height: 22px;
	width: 25px;
}
.hy-opt-btn-circle:hover {
	border: none;
	background: none;
}
/****************************** ****************************** 
       			Create Fan Gate New Page CSS
****************************** *****************************/
.create-progress-part {
	background: #495159;
	padding: 22px 0;
}
/*Create Step Bar*/
.cs-bar {
	display: block;
	margin: 0 auto;
	max-width: 600px;
}
.cs-bar > .cs-bar-step {
	padding: 0;
	position: relative;
}
.cs-bar > .cs-bar-step .cs-bar-info {
	color: #b7bdc4;
	font-family: "hypefontblack";
	font-size: 12px;
	margin-top: 10px;
}
.cs-bar > .cs-bar-step > .cs-bar-dot {
	background: #81ce36 none repeat scroll 0 0;
	border-radius: 50%;
	display: block;
	height: 20px;
	left: 50%;
	margin-left: -15px;
	margin-top: -15px;
	position: absolute;
	top: 15px;
	width: 20px;
}
.cs-bar > .cs-bar-step > .cs-bar-dot:after {
	color: #f8fafc;
	content: "\f00c";
	font-family: "FontAwesome";
	height: 14px;
	left: 3px;
	position: absolute;
	top: 1px;
	width: 14px;
}
.cs-bar > .cs-bar-step > .progress {
	background: #b7bdc4 none repeat scroll 0 0;
	border-radius: 0;
	box-shadow: none;
	height: 10px;
	margin: 5px 0;
	position: relative;
}
.cs-bar > .cs-bar-step > .progress > .progress-bar {
	width: 0px;
	box-shadow: none;
	background: #81ce36;
}
.cs-bar > .cs-bar-step.complete > .progress > .progress-bar {
	width: 100%;
}
.cs-bar > .cs-bar-step.complete > .cs-bar-info {
	color: #81ce36;
}
.cs-bar > .cs-bar-step.active > .progress > .progress-bar {
	width: 50%;
}
.cs-bar > .cs-bar-step.active > .cs-bar-dot {
	background-color: #b7bdc4;
}
.cs-bar > .cs-bar-step.active > .cs-bar-dot:after {
	opacity: 1 !important;
}
.cs-bar > .cs-bar-step.active > .cs-bar-info {
	color: #b7bdc4;
}
.cs-bar > .cs-bar-step:first-child.active > .progress > .progress-bar {
	width: 0%;
}
.cs-bar > .cs-bar-step:last-child.active > .progress > .progress-bar {
	width: 100%;
}
.cs-bar > .cs-bar-step.disabled > .cs-bar-dot {
	background-color: #b7bdc4;
}
.cs-bar > .cs-bar-step.disabled > .cs-bar-dot:after {
	opacity: 0;
}
.cs-bar > .cs-bar-step:first-child > .progress {
	left: 50%;
	width: 50%;
}
.cs-bar > .cs-bar-step:last-child > .progress {
	width: 50%;
}
.cs-bar > .cs-bar-step a.cs-bar-dot {
	pointer-events: none;
}
/*Create Step Bar*/
.add-icon-btn {
	background: #ffffff url("../images/add-gray-icon.png") no-repeat scroll 50% 50%;
	border: 1px solid #ccd2db;
	border-radius: 50%;
	display: inline-block;
	height: 35px;
	width: 35px;
	transition: all .2s linear;
}
.add-icon-btn:hover {
	background: #f1220b url("../images/add-white-icon.png") no-repeat scroll 50% 50%;
	border: 1px solid #e41801;
}
.half-pad-left {
	padding-left: 7px;
}
.half-pad-right {
	padding-right: 7px;
}
.add-follow-row {
	display: block;
	margin-bottom: 15px;
}
/**************** Share Your Fan Gate Page ***************/
.share-link {
	color: #495159;
	font-size: 12px;
	line-height: 1.42857;
	margin: 0;
}
.share-link strong {
	font-family: "poppinsbold";
}
.share-buttons-part {
	float: right;
	width: 230px;
}
.copy-btn {
	margin-top: 8px;
}
.share-buttons-part .hy-btn-white {
	color: #b7bdc4;
}
.share-buttons-part .hy-btn {
	margin-bottom: 20px;
	width: 100%;
}
.share-buttons-part .hy-btn:last-child {
	margin-bottom: 0;
}
.sharefangate-container-section {
	height: calc(100vh - 65px);
	margin-top: 65px;
	min-height: 780px;
	position: relative;
	width: 100%;
}
/****************************** ****************************** 
       			Dashboard New Getting Page CSS
****************************** *****************************/
.dash-overview-part {
	margin-bottom: 40px;
}
.getting-box {
	background: #495159 none repeat scroll 0 0;
	border: 1px solid #d6dbdf;
	border-radius: 3px;
	padding: 15px 15px 10px;
	text-align: center;
}
.getting-box p {
	color: #b7bdc4;
	font-family: "poppinsregular";
	font-size: 13px;
	margin-bottom: 12px;
}
.getting-box p b {
	font-family: 'poppinsbold';
	color: #81ce36;
	font-weight: normal;
}
.gprogress-bar {
	background: #f8fafc none repeat scroll 0 0;
	border-radius: 15px;
	height: 10px;
	margin-bottom: 12px;
	overflow: hidden;
	position: relative;
}
.gprogress-bar > .gprogress {
	background: #81ce36 none repeat scroll 0 0;
	display: block;
	height: 100%;
}
.getting-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
	text-align: left;
}
.getting-box ul li {
	position: relative;
	font-size: 12px;
	font-family: 'poppinsbold';
	color: #f43010;
	font-weight: normal;
}
.getting-box ul li a {
	color: #f43010;
}
.getting-box ul li a:hover {
	color: #f43010;
}
.getting-box ul li:before {
	color: #f43010;
	content: "\f057";
	font-family: "FontAwesome";
	font-size: 22px;
	margin-right: 6px;
	vertical-align: sub;
}
.getting-box ul li.done {
	font-family: "poppinssemibold";
	color: #81ce36;
}
.getting-box ul li.done span {
	color: #81ce36;
	font-family: "poppinssemibold";
	text-decoration: line-through;
}
.getting-box ul li.done:before {
	color: #81ce36;
	content: "\f058";
}
.pad-eql {
	padding-top: 52px;
	padding-bottom: 51px;
}
.musictype-filter .select .dropdown-menu, .genre-filter .select .dropdown-menu {
	border-radius: 3px !important;
}
.genre-filter .dropdown-menu > li:last-child > a:hover, .genre-filter .dropdown-menu > li:last-child > a:focus {
	border-radius: 3px !important;
}
.bootstrap-select .dropdown-menu > li:last-child > a, .bootstrap-select .dropdown-menu > li:last-child > a:hover, .bootstrap-select .dropdown-menu > li:last-child > a:focus {
	border-radius: 0 0 3px 3px !important;
}
.bootstrap-select .dropdown-menu {
	border-radius: 3px!important;
}
/* * 
          Email Collection Pop Up  CSS
** */
.email-collection-popup {
	display: block;
}
.email-collection-popup .form-group {
	width: 100%;
	max-width: 320px;
	margin: 0 auto;
}
.email-collection-popup p {
	color: #25292d;
	font-size: 11px;
	padding: 10px 20px 5px;
}
.email-collection-popup .hy-btn, .email-collection-popup .button {
	min-width: 200px;
}
@media (max-width:768px) {
.email-collection-popup p {
	font-size: 11px !important;
}
}
/****************Create Fan Gate - Promotion Settings - V2  ***************/
.your-music {
	margin: 0;
	padding-bottom: 35px;
}
.your-music label {
	font-family: "poppinssemibold";
	margin-top: 15px;
	padding: 0;
}
.your-music p {
	color: #25292d;
	font-size: 16px;
	letter-spacing: 0.5px;
	padding: 30px 0 0;
}
.your-music p span {
	font-family: "poppinssemibold";
}
.share-link #share-link {
	color: #495159;
}
.hy-btn-group .hy-btn.w230 {
	min-width: 230px;
}
/*** New Login/Register Pop Up CSS ***/
.hy-btn-facebook {
	background: #3b5999;
	color: #ffffff !important;
}
.hy-btn-facebook:hover {
	background: #325193;
	color: #ffffff !important;
}
.hy-btn-soundcloud {
	background: rgb(233, 0, 0);
	background: -moz-linear-gradient(left, rgba(233, 0, 0, 1) 0%, rgba(255, 96, 32, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(233, 0, 0, 1) 0%, rgba(255, 96, 32, 1) 100%);
	background: linear-gradient(to right, rgba(233, 0, 0, 1) 0%, rgba(255, 96, 32, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e90000', endColorstr='#ff6020', GradientType=1);
	color: #ffffff!important;
}
.hy-btn-soundcloud:hover {
	background: rgb(223, 0, 0);
	background: -moz-linear-gradient(left, rgba(223, 0, 0, 1) 0%, rgba(247, 60, 20, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(223, 0, 0, 1) 0%, rgba(247, 60, 20, 1) 100%);
	background: linear-gradient(to right, rgba(223, 0, 0, 1) 0%, rgba(247, 60, 20, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#df0000', endColorstr='#f73c14', GradientType=1);
	color: #ffffff!important;
}
.hy-btn-facebook i, .hy-btn-soundcloud i, .hy-btn-gray-log i {
	font-size: 18px;
}
.for-new-hr {
	margin: 0;
}
.pl-btn {
	margin-bottom: 10px;
	margin-top: 6px;
}
.pl-btn .hy-btn {
	margin: 0 20px;
	min-width: 250px;
}
.pl-form {
	margin-top: -10px !important;
}
@media (max-width:480px) {
.pl-btn {
	padding: 0;
}
.pl-btn .hy-btn {
	margin: 8px 0;
}
}
#login-popup .form-group .hy-btn-facebook, #sign-up-register-popup .form-group .hy-btn-facebook {
	max-width: 333px;
	width: 100%;
}
@media (max-width:350px) {
#login-popup .form-group .hy-btn-facebook, #sign-up-register-popup .form-group .hy-btn-facebook {
	font-size: 12px;
}
}
#sign-up-register-popup .form-group .hy-btn {
	line-height: 36px;
	padding: 0;
}
.already-log {
	font-size: 12px;
	margin-top: 30px;
	text-align: center;
}
.already-log a {
	color: #f3250e !important;
}
.already-log a:hover {
	text-decoration: underline;
}
.performance-status.inprogress {
	background: url(../images/performance-progress.png) 0 0 no-repeat;
}
.performance-status.trophy_active {
	background: url(../images/performance-trophy-green.png) 0 0 no-repeat;
}
/**** Dashboard Tootlip Large CSS ****/
.tooltip-lg + .tooltip > .tooltip-inner {
	max-width: 440px;
}
.tooltip-lg-content {
	text-align: left;
}
.tooltip-lg-content span {
	font-family: 'poppinsbold';
}
/* * * For Dashboard Hype Table Drop Down Menu Right Postion CSS * * */
.hype-table .dropdown-menu.for-dd-menu-right {
	right: 35px;
}
.hype-table .dropdown-menu.for-dd-menu-right::before, .hype-table .dropdown-menu.navbar-right.for-dd-menu-right::before {
	right: 8px;
	left: auto;
}
.hype-table .dropdown-menu.for-dd-menu-right::after, .hype-table .dropdown-menu.for-dd-menu-right.navbar-right::after {
	right: 9px;
	left: auto;
}
/****For Dashboard Hype Email Contacts Table CSS****/
.for-e-contact a {
	color: #b7bec4;
	display: inline-block;
	margin-top: -6px;
}
.for-e-contact a span {
	border-bottom: 1px solid #b0b4b7;
	color: #414e58;
}
.for-e-contact a span:hover {
	border-bottom: 1px solid #414e58;
}
.for-e-contact a img {
	vertical-align: sub;
	height: 16px;
	margin-left: 5px;
	width: 12px;
}
.hype-table .switch {
	margin-top: 0;
}
/* CSS for HYPE-97*/
.auth_message {
	font-size: 12px;
	color: #25292d;
}
.auth_message p a {
	color: #f43010;
}
.auth_message p a:hover {
	text-decoration: underline;
}
.AdditionalProfileSection {
	margin-bottom: 15px;
}
[class*="profile"] [id*="loader"].select-loading {
	right: 1px;
	top: 1px;
}
.gaf-label {
	padding-top: 8px;
}
/****************************** ****************************** 
 					New Sign Up Page CSS
****************************** *****************************/
.sign-container-section {
	height: calc(100vh - 65px);
	margin-top: 65px;
	min-height: 750px;
	position: relative;
	width: 100%;
	overflow: hidden;
}
.forgot-password-container-section {
	height: calc(100vh - 65px);
	margin-top: 65px !important;
	min-height: 325px;
	position: relative;
	width: 100%;
}
#headerNew.is-cookiebar + .forgot-password-container-section {
	min-height: 425px;	
	margin-top: 124px !important;
}
.reset-password-container-section {
	min-height: 450px;
}
.sign-container-section.on-sc-error {
	min-height: 820px;
}
.sign-inner-section {
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.forgot-password-inner-section {
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.new-signup-page {
	display: block;
}
.new-signup-inner {
	max-width: 400px;
	margin: 0 auto;
}
.new-forgotpassword-inner {
	max-width: 560px;
	margin: 0 auto;
}
.new-forgotpassword-inner .form-group {
	margin-bottom: 0;
}
.new-forgotpassword-inner .nsign-main-section {
	max-width: 100%;
}
.nsign-heading {
	display: block;
	text-align: center;
	margin-bottom: 35px;
}
.nsign-heading h2 {
	color: #495159;
	font-family: "hypefontblack";
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 15px;
}
.nsign-heading p {
	color: #25292d;
	font-family: "poppinsregular";
	font-size: 16px;
	letter-spacing: 0.3px;
	margin-bottom: 0;
}
.nsign-main-section-wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
}
.nsign-main-section {
	display: block;
	margin: 0 25px;
	max-width: 400px;
}
.nsign-main-section .hy-btn-sm {
	font-size: 14px;
}
.nsign-fb-btn, .nsign-sc-btn {
	display: block;
}
.nsign-fb-btn .hy-btn-sm, .nsign-sc-btn .hy-btn-sm, .nsign-fb-btn .button-lg, .nsign-sc-btn .button-lg {
	padding: 10px 20px 7px;
}
.nsign-google-btn {
	display: flex;
	justify-content: center;
}
.nsign-main-section .button-lg {
	font-size: 12px;
}
.btnlogspan {
	font-size: 13px;
	font-family: "hypefontregular";
}
.hr-line {
	background: #ccd2db none repeat scroll 0 0;
	display: block;
	height: 1px;
	margin: 36px 0;
	position: relative;
	text-align: center;
}
.hr-line span {
	background: #f8fafc none repeat scroll 0 0;
	color: #3f4a54;
	font-family: "poppinsregular";
	font-size: 16px;
	padding: 0 8px;
	position: relative;
	top: -12px;
}
.nsign-form-part {
	display: block;
}
.nsign-form-part #signup_form {
	max-width: 100%;
}
.nsign-form-part #signup_form .form-group:nth-child(1) {
	margin-bottom: 10px;
}
.nsign-form-part #signup_form .form-group {
	margin-left: 0;
	margin-bottom: 10px;
}
.nsign-form-part .form-group {
	position: relative;
	margin-bottom: 10px;
	clear: both;
}
.nsign-form-part .form-control {
	border: 1px solid #ccd2db;
}
.nsign-form-part .form-control:focus, .nsign-form-part .form-control:hover {
	border-color: #b7bdc4;
}
.nsign-form-part .checkbox {
	text-align: center;
	margin: 18px 0;
}
.nsign-form-part .checkbox-custom {
	margin-left: 0 !important;
}
.nsign-form-part .checkbox label {
	color: #3f4a54;
	font-family: "poppinsregular";
	font-size: 12px;
}
.nsign-form-part .checkbox label a {
	color: #3f4a54;
	text-decoration: underline;
}
.nsign-form-part .checkbox label a:hover {
	color: #000;
}
.nsign-form-part .checkbox.has-error .error-msg {
	margin-top: -1px;
}
.nsign-form-part .checkbox.has-error .error-msg::before {
	left: 30px;
}
.for-terms-check {
	margin: 18px auto !important;
	max-width: 278px;
}
.for-terms-check .checkbox {
	margin: 0;
	float: left;
}
.for-terms-check .terms-label {
	color: #3f4a54;
	cursor: pointer;
	display: block;
	font-family: "poppinsregular";
	font-size: 12px;
	min-height: 20px;
	overflow: hidden;
	padding: 0;
	text-align: left;
	line-height: 14px;
}
.for-terms-check .terms-label a {
	color: #3f4a54;
	text-decoration: underline;
}
.for-terms-check .terms-label a:hover {
	color: #000;
}
.for-terms-check .checkbox-custom + .checkbox-custom-label::before {
	border: 2px solid #bebebe;
	height: 28px;
	width: 28px;
	font-size: 24px;
	line-height: 28px;
	border-radius: 3px;
}
.for-terms-check .checkbox-custom:checked + .checkbox-custom-label::before {
	background: url(../images/green-tick-icon.png) 50% 50% no-repeat #ffffff;
	content: " ";
}
.already-account {
	color: #495159;
	font-family: "poppinsregular";
	font-size: 12px;
	margin-top: 35px;
	text-align: center;
}
.already-account a {
	color: #f43010;
}
.already-account a:hover {
	color: #495159;
	text-decoration: underline;
}
.nsign-form-part .has-error .error-msg {
	left: 0;
	max-width: 100%;
}
.styleLeft10 {
	left: 10px !important;
}
.sc-warning-error {
	text-align: center;
}
.sc-warning-error p {
	color: #ff0000;
	font-size: 12px !important;
	margin: 0;
}
.for-terms-check.has-error .error-msg {
	margin-top: 0px;
	left: -2px;
}
/****************************** ****************************** 
 					Sprint 6 Updates CSS
****************************** *****************************/
.white-page-title-part {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 1px solid #dce1e6;
	box-shadow: 0 2px 10px 2px rgba(0, 0, 0, 0.15);
	display: block;
	min-height: 70px;
	padding: 21px 0;
	position: relative;
}
.white-page-title-part h1 {
	color: #414e58;
	font-family: "hypefontblack";
	font-size: 24px;
	letter-spacing: 0.3px;
	margin: 0;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.white-page-title-part h1 span.thinfont {
	font-family: "hypefontthin";
}
.for-scroll-header {
	margin-top: 65px;
}
#header.with-scroll-header .navbar .navbar-nav > li > .dropdown-menu {
	border-radius: 3px;
}
#header.with-scroll-header .navbar-default .navbar-nav > li > a .caret {
	margin-top: -2px;
}
#header.with-scroll-header .dropdown-menu {
	margin-top: -10px;
}
#header.with-scroll-header .uni-visible1.useracc-drop > .dropdown-menu {
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
	left: auto;
	margin-top: -10px;
	right: 10px;
}
.white-create-progress-part {
	background: #f8fafc;
	border-bottom: 1px solid #e6eaef;
}
/****************************** ****************************** 
 					PLAY ALL BUTTON
****************************** *****************************/
.music-track-main-title .hy-btn-green-grad {
	float: right;
	font-size: 12px;
	min-width: 120px;
	padding: 7px 28px;
}
.music-track-main-title .hy-btn-green-grad.view-chart-btn, .music-track-main-title .button-primary.view-chart-btn {
	float: left;
	margin-left: 30px;
}
.music-track-main-title .hy-btn-green-grad.view-chart-btn + .view-chart-btn, .music-track-main-title .button-primary.view-chart-btn + .view-chart-btn {
	margin-left: 20px;
}
.music-track-main-title .hy-btn-green-grad.view-chart-btn i, .music-track-main-title .button-primary.view-chart-btn i {
	font-size: 11px;
	margin-left: 5px;
	margin-right: 0;
	margin-top: -2px;
}
/***************************** ***************************** 
      Sprint 7 Updates CSS
***************************** ****************************/
.connet-sc-profile {
	display: block;
	margin-top: 2px;
	margin-bottom: 15px;
}
.sc-profile-name {
	color: #25292d;
	display: inline-block;
	font-family: "hypefontblack";
	font-size: 12px;
	margin: 0 20px 0 0;
	padding: 0;
	text-decoration: underline;
	text-transform: uppercase;
}
.sc-profile-name a, .sc-profile-name a:hover {
	color: #25292d;
}
.connet-sc-profile .button {
	border-color: #c7cbcf;
	color: #535b64;
	padding: 6px 28px 5px;
}
.connet-sc-profile .button:hover {
	border-color: #a4aeb9;
}
/****************************** ****************************** 
   			New Subscription Plans Page Style CSS
****************************** *****************************/
.for-new-plan-container {
	padding: 50px 0;
}
.new-plan-billing-part {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
.new-plan-billing-part p {
	color: #495159;
	font-size: 14px;
	margin-bottom: 18px;
}
.new-plan-billing-part ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.new-plan-billing-part ul li {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #d7dbe0;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	height: 46px;
	margin: 0 2px;
	padding: 3px 18px;
}
.new-plan-billing-part ul li:first-child {
	margin-left: 0;
}
.new-plan-billing-part ul li:last-child {
	margin-right: 0;
}
.new-plan-billing-part ul li .radio-custom:checked + .radio-custom-label:before {
	background: rgba(0, 0, 0, 0) url("../images/black-dot-icon.png") no-repeat scroll 50% 50%;
}
.new-plan-billing-part ul li .radio-custom[readonly] + .radio-custom-label:before, .new-plan-billing-part ul li .radio-custom[disabled] + .radio-custom-label:before {
	color: #92969b;
}
.get-off, .get-over {
	background: #12db7d none repeat scroll 0 0;
	border-radius: 3px;
	color: #ffffff;
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 0 8px;
	padding: 2px 10px;
	position: relative;
}
.get-over {
	background: #12db7d none repeat scroll 0 0;
}
.new-plan-billing-part ul li .get-off, .new-plan-billing-part ul li .get-over {
	top: -1px;
}
.autopromo_error_adminoff {
	background: #f43010 none repeat scroll 0 0;
	border-radius: 3px;
	color: #ffffff;
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: normal;
	margin: 4px 4px 4px 4px;
	padding: 2px 8px;
	position: relative;
}
.autopromo_error_nogates {
	background: #f43010 none repeat scroll 0 0;
	border-radius: 3px;
	color: #ffffff;
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: normal;
	margin: 4px 4px 4px 4px;
	padding: 2px 8px;
	position: relative;
}
.autopromo_error {
	background: #f43010 none repeat scroll 0 0;
	border-radius: 3px;
	color: #ffffff;
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: normal;
	margin: 4px 4px 4px 4px;
	padding: 2px 8px;
	position: relative;
}
.autopromo_error_link {
	color: #ffffff;
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.autopromo_error_link:hover {
	color: #ffffff;
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.autopromo_bill_msg {
	background: #ef9b00 none repeat scroll 0 0;
	border-radius: 3px;
	color: #ffffff;
	font-family: "hypefontblack";
	font-size: 10px;
	font-weight: normal;
	margin-top: 8px;
	padding: 4px 4px 4px 4px;
	position: relative;
}
.link_star {
	color: #000000;
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.link_star:hover {
	color: #000000;
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.link_vip {
	color: #000000;
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.link_vip:hover {
	color: #000000;
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: normal;
	text-decoration: underline;
}
.link_starvip_bold {
	font-weight: bold !important;
	text-decoration: none;
	font-size: 14px;
}
.link_starvip_bold:hover {
	font-weight: bold !important;
	text-decoration: none;
	font-size: 14px;
}
/*** New Pricing Table CSS***/
.new-pricing-table {
	display: block;
}
.new-pricing-table .half-pad-right {
	padding-right: 5px;
}
.new-pricing-table .half-pad-left {
	padding-left: 5px;
}
.new-pricing-table .most-popular, .new-pricing-table .invite-only {
	top: -31px;
}
.new-pricing-box {
	display: block;
	position: relative;
}
.new-pricing-header {
	background: #22282e none repeat scroll 0 0;
	display: table;
	height: 90px;
	width: 100%;
}
.new-pricing-header.plan-rookie {
	background: #b7bdc4;
}
.new-pricing-header.plan-pro {
	background: #495159;
}
.new-pricing-header h1 {
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 36px;
	color: #ffffff;
	font-family: "hypefontblack";
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.25px;
}
.new-pricing-list {
	display: block;
	background: #ffffff;
	border: 1px solid #dce1e6;
	border-top: 0;
}
.new-pricing-list ul {
	list-style-type: none;
	margin: 0;
	padding: 0 20px;
}
.new-pricing-list ul li {
	border-bottom: 1px solid #dce1e6;
	color: #495159;
	display: flex;
	flex-direction: column;
	font-family: "poppinsregular";
	font-size: 13px;
	justify-content: center;
	min-height: 200px;
	padding: 10px 2px;
	letter-spacing: 0.2px;
	text-align: center;
}
.new-pricing-list ul li:last-child {
	border: medium none;
	padding: 15px 0;
}
.new-pricing-list ul li .plan-price {
	display: block;
}
.new-pricing-list ul li .plan-price h4 {
	color: #495159;
	font-family: "hypefontblack";
	font-size: 36px;
	font-weight: normal;
	line-height: 28px;
	margin: 0;
	padding: 0;
}
.new-pricing-list ul li .plan-price h4 sup {
	font-family: "hypefontregular";
	font-size: 16px;
	right: 3px;
	top: -13px;
}
.new-pricing-list ul li .plan-price span {
	font-size: 10px;
	color: #656a70;
	font-family: "poppinsregular";
}
.new-pricing-list ul li strong {
	font-family: "poppinsbold";
	font-weight: normal;
}
.new-pricing-list ul li strong sup {
	font-family: arial;
	font-size: 9px;
	top: -0.4em;
}
.new-pricing-list ul li .hy-btn {
	width: 100%;
	display: block;
}
.new-pricing-list ul li:nth-child(1n) {
	min-height: 70px;
}
.new-pricing-list ul li:nth-child(2n) {
	min-height: 40px;
}
.new-pricing-list ul li:nth-child(3n) {
	min-height: 190px;
	justify-content: initial;
}
.new-pricing-list ul li:nth-child(4n) {
	min-height: 100px;
}
.new-pricing-list ul li:nth-child(5n) {
	min-height: 70px;
}
.new-pricing-list ul li:nth-child(6n) {
	border: medium none;
	justify-content: center;
	min-height: 74px;
	padding-bottom: 0;
}
.new-new-pricing-list ul li:nth-child(7n) {
	min-height: inherit;
}
/****************************** ****************************** 
   				New Upgrade Pop Up Style CSS
****************************** *****************************/
#upgrade-autopromo-popup .modal-inner {
	padding: 0 15px;
}
.upgrade-popup {
	display: block;
}
.upgrade-popup.new-popup-container {
	padding: 4px 10px;
}
.upgrade-popup p {
	color: #495159;
	margin-bottom: 25px;
	padding: 0 15px;
	text-align: center;
}
.upgrade-inner-part {
	display: block;
	margin: 0 auto;
	width: 435px;
}
.upgrade-inner-part .new-plan-billing-part {
	margin-bottom: 8px;
}
.upgrade-plan-content {
	margin-bottom: 20px;
	padding: 0px 10px;
}
.upgrade-plan-content:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}
.upgrade-plan-content ul {
	list-style-type: none;
	margin: 0 0 30px;
	padding: 0;
}
.upgrade-plan-content ul li {
	background: rgba(0, 0, 0, 0) url("../images/gate-status-green-icon.png") no-repeat scroll 0 0 / 19px auto;
	color: #495159;
	font-family: "poppinssemibold";
	font-size: 14px;
	line-height: normal;
	margin-bottom: 20px;
	min-height: 20px;
	padding-left: 30px;
	font-weight: normal;
	line-height: 20px;
}
.upgarde-plan-price {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
.upgarde-plan-price h4 {
	color: #495159;
	font-family: "hypefontblack";
	font-size: 38px;
	font-weight: normal;
	line-height: 28px;
	margin: 0;
	padding: 0;
}
.upgarde-plan-price h4 sup {
	font-family: "poppinsregular";
	font-weight: normal;
	font-size: 14px;
	right: 3px;
	top: -14px;
}
.upgarde-plan-price h4 sub {
	font-family: "poppinsregular";
	font-weight: normal;
	font-size: 12px;
	bottom: 3px;
	left: 3px;
}
.upgarde-plan-price span {
	font-size: 10px;
	color: #495159;
	font-family: "poppinsregular";
	margin-top: 8px;
	display: block;
}
.upgrade-plan-btn {
	display: block;
	text-align: center;
}
.upgrade-plan-btn .hy-btn, .upgrade-plan-btn .button {
	display: inline-block;
	max-width: 300px;
	width: 100%;
}
/****************************** ****************************** 
   		 Auto Promo Part on Dashboard Page Style CSS
****************************** *****************************/
.auto-promo-section {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 1px solid #d6dbdf;
	border-radius: 3px;
	padding: 74px 50px 24px;
	text-align: center;
	margin-bottom: 0;
}
.auto-promo-inner-section {
    margin: 0 auto;
    max-width: 1024px;
    padding: 0 40px;
    width: 100%;
}
.dash-overview-part + .auto-promo-section {
	margin-top: 0;
}
.auto-progress-part {
	display: block;
	position: relative;
}
.slider {
	background: #e4e6eb none repeat scroll 0 0;
	border: 0 none;
	border-radius: 50em;
	height: 10px;
	position: relative;
	z-index: 10;
}
.slider .slider-range {
	background: #f43010 none repeat scroll 0 0;
	border-radius: 50em 0 0 50em;
	height: 100%;
	position: relative;
	text-align: right;
	top: 0;
}
.slider-tiptext {
	display: inline-block;
	margin-left: -20px;
	position: absolute;
	top: -57px;
	width: -moz-max-content;
	width: -webkit-max-content;
}
.slider-tiptext span.slider-tip {
	background: rgba(0, 0, 0, 0) url("../images/impression-tip-icon.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 45px;
	margin-top: -25px;
	vertical-align: middle;
	width: 41px;
}
.slider-tiptext span.slider-text {
	font-family: "hypefontblack";
	font-size: 44px;
	font-weight: normal;
	color: #414e58;
	margin: 0 5px;
}
.slider-tiptext span.slider-text sub {
	bottom: 0;
	font-size: 13px;
}
.slider-activate-part {
	font-family: "hypefontregular";
	font-size: 13px;
	left: calc(50% - 114px);
	position: absolute;
	text-align: center;
	top: -45px;
}
.slider-activate-part .hy-btn {
	padding: 8px 30px 6px;
}
.slider-activate-part span {
	display: inline-block;
	margin-left: 5px;
	vertical-align: middle;
}
.sact-link {
	color: #414e58;
	font-family: "hypefontblack";
	margin-left: 3px;
	text-decoration: underline;
}
.sact-link:hover {
	color: #414e58;
}
.exceed_50 .slider-range, .full_100 .slider-range, .over_100 .slider-range {
	direction: rtl;
	text-align: right;
}
.exceed_50 .slider-tiptext, .full_100 .slider-tiptext, .over_100 .slider-tiptext {
	margin-right: -20px;
}
.full_100 .slider-range {
	border-radius: 50em;
}
.slider.over_100 {
	background: url(../images/over-slider-bg.png) 0 0 repeat-x;
}
.over_100 .slider-range {
	position: initial;
}
.over_100 .slider-tiptext {
	right: 0;
}
.progress-bot-text {
	display: block;
	margin-top: 10px;
}
.progress-bot-text p {
	color: #414e58;
	display: inline-block;
	font-family: "hypefontblack";
	font-size: 13px;
	font-weight: normal;
	margin: 0;
}
.progress-bot-text .info-btn {
	background-size: contain;
	height: 12px;
	margin-top: -2px;
	width: 12px;
}
/****************************** ****************************** 
   		 Subscription Confirmation Page Style CSS
****************************** *****************************/
.confirmation-container-section {
	height: calc(100vh - 65px);
	margin-top: 65px;
	min-height: 490px;
	position: relative;
	width: 100%;
}
.confirmation-inner-section {
	left: 0;
	position: absolute;
	text-align: center;
	top: 42%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.new-confirmation-page {
	display: block;
}
.new-confirmation-inner {
	margin: 0 auto;
	max-width: 550px;
}
.new-confirmation-page img {
	margin-bottom: 35px;
}
.new-confirmation-page h2 {
	color: #414e58;
	font-family: "hypefontblack";
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 8px;
	text-transform: uppercase;
}
.new-confirmation-page p {
	color: #414e58;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 35px;
}
.new-confirmation-page span {
	font-family: 'poppinsbold';
}
.new-confirmation-page .hy-btn, .new-confirmation-page .button {
	min-width: 150px;
}
/*For Dashboard Activity Table*/
input.cmn-toggle-inactive + label::before {
	background-color: #ffffff;
	border: 1px solid #d5dadf;
	cursor: initial;
}
input.cmn-toggle-inactive + label::after {
	display: none;
}
.fangate-type, .fangate-type-1 {
	background: rgba(0, 0, 0, 0) url("../images/fangate-type-icons.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 24px;
	margin-right: 4px;
	vertical-align: middle;
	width: 24px;
}
.fangate-type-1 {
	background: rgba(0, 0, 0, 0) url("../images/fangate-type-icons-1.png") no-repeat scroll 0 0;
	margin-top: 5px;
}
.fangate-type.icon-soundcloud, .fangate-type-1.icon-soundcloud {
	background-position: 0 0;
}
.fangate-type.icon-youtube, .fangate-type-1.icon-youtube {
	background-position: 0 -24px;
}
.fangate-type.icon-spotify, .fangate-type-1.icon-spotify {
	background-position: 0 -48px;
}
.fangate-type.icon-mixcloud, .fangate-type-1.icon-mixcloud {
	background-position: 0 -72px;
}
.fangate-type.icon-hearthis, .fangate-type-1.icon-hearthis {
	background-position: 0 -96px;
}
.fangate-type.icon-facebook, .fangate-type-1.icon-facebook {
	background-position: 0 -120px;
}
.fangate-type.icon-twitter, .fangate-type-1.icon-twitter {
	background-position: 0 -144px;
}
.fangate-type.icon-instagram, .fangate-type-1.icon-instagram {
	background-position: 0 -168px;
}
.fangate-type.icon-x, .fangate-type-1.icon-x {
  background-position: 0 -192px;
}
.act-fangate-name {
	max-width: 300px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/****************************** ****************************** 
   		      Spotify Fangate Page Style CSS
****************************** *****************************/
.spotify-fangate {
	display: block;
	background: #ffffff;
}
.spotify-fangate header {
	background-color: #ffffff;
	height: 65px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 101;
}
.spotify-fangate .navbar-default {
	border-bottom: 1px solid #dce1e6;
	margin: 0;
}
.spotify-fangate .navbar-default .navbar-toggle {
	border-color: #ffffff;
	background: #ffffff;
}
.spotify-fangate .navbar-default .navbar-toggle .icon-bar {
	background-color: #1a1d20;
}
.spotify-fangate .navbar-default .container-fluid {
	padding: 0 30px 0 0;
}
.spotify-fangate .navbar-default .navbar-nav > li > a {
	color: #22282e;
}
.spotify-fangate .navbar-default .navbar-nav > .open > a, .spotify-fangate .navbar-default .navbar-nav > .open > a:hover, .spotify-fangate .navbar-default .navbar-nav > .open > a:focus {
	color: #22282e;
}
.spotify-fangate .navbar-default .navbar-nav > li > a:hover {
	color: #f1240c;
}
.spotify-fangate .navbar-nav > li.login a {
	color: #f1240c;
}
.spotify-main-container {
	height: 100vh;
}
.spotify-page .artwork {
	background-color: #3F4A54;
	padding: 0;
	position: relative;
	width: 100%;
}
.spotify-page .artwork_image .artwork_image_inner {
	background: #ffffff;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 520px;
	height: 520px;
	padding: 10px;
	border-radius: 3px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: table;
}
.spotify-page .artwork_image {
	pointer-events: none;
	position: relative;
	width: 100%;
	z-index: 100;
}
.spotify-page .artwork_image img {
	height: auto;
	max-width: 100%;
	width: auto;
}
.spotify-page .artwork_image_inner {
	pointer-events: all;
}
.artwork_image_box {
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.spotify-page .artwork, .spotify-page .artwork_image {
	height: 100%;
	left: 0;
	position: fixed;
	right: 380px;
	top: 0;
	width: auto;
}
.spotify-page .artwork {
	overflow: hidden;
}
.spotify-page .artwork_background {
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-ms-filter: blur(20px);
	-o-filter: blur(20px);
	filter: blur(20px);
	height: 100%;
	pointer-events: none;
	position: absolute;
	vertical-align: middle;
	width: 100%;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.spotify-page .release-content {
	background-color: #fff;
	margin: 0 auto;
	max-width: 380px;
	padding: 0;
	position: relative;
	width: 380px;
	float: right;
	min-height: 100%;
}
.sidebar-content-section {
	padding: 35px 40px 65px;
	display: block;
}
.sidebar-main-content {
	display: block;
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
}
.sidebar-heading {
	display: block;
	margin-bottom: 35px;
}
.sidebar-heading h1, .sidebar-heading h2 {
	color: #495159;
	font-family: "hypefontblack";
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
	line-height: 30px;
	word-wrap: break-word;
}
.sidebar-heading h2 {
	font-family: "hypefontlight";
}
.sidebar-buttons {
	display: block;
}
.spbtn_number {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 50em;
	color: #dad9d9;
	display: inline-block;
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: normal;
	height: 20px;
	left: 10px;
	line-height: 20px;
	position: absolute;
	top: 8px;
	text-align: center;
	width: 20px;
}
.hy-btn-spotify {
	background: #1fd760;
	color: #ffffff;
}
.hy-btn-spotify:hover {
	background: #14c854;
	color: #ffffff;
}
.hy-btn-spotify-disable {
	background: #dad9d9;
	color: #ffffff;
	pointer-events: none;
}
.hy-btn-spotify-disable:hover {
	background: #dad9d9;
	color: #ffffff;
}
.sidebar-buttons .hy-btn, .sidebar-buttons .button {
	display: block;
	margin-bottom: 15px;
	position: relative;
}
.sidebar-main-content.sb-unlimiled-gate .sidebar-buttons .button.button-scarcity {
	height: 30px;
	line-height: 30px;
	padding-top: 0;
	padding-bottom: 0;
}
.hy-btn-spotify .spbtn_number {
	color: #1fd760;
}
.siderbar-connect-text {
	color: #495159;
	font-size: 10px;
	text-align: center;
	margin-top: 35px;
}
.siderbar-connect-text a {
	color: #1fd760;
}
.siderbar-connect-text a:hover {
	text-decoration: underline;
}
a.sphere-link {
	color: #22282e;
	text-decoration: underline;
}
a.sphere-link:hover {
	color: #495159;
}
.sidebar-footer {
	bottom: 25px;
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
}
.sidebar-footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.sidebar-footer ul li {
	display: inline-block;
	font-size: 10px;
	color: #b1b8bf;
	border-right: 1px solid #b1b8bf;
}
.sidebar-footer ul li:last-child {
	border: none;
}
.sidebar-footer ul li a {
	color: #b1b8bf;
	display: block;
	font-size: 10px;
	line-height: 10px;
	margin: 0 7px;
}
.sidebar-footer ul li a:hover {
	text-decoration: underline;
}
.sidebar-footer ul li:last-child a {
	color: #f43010;
}
.sidebar-footer ul li.dropup {
	display: inline-block;
	line-height: 10px;
}
.sidebar-footer ul li.dropup button {
	background: transparent;
	border: none;
	outline: none;
	padding: 0;
	margin: 0 7px;
	color: #b1b8bf;
}
.sidebar-footer ul li.dropup button:hover {
	text-decoration: underline;
}
.sidebar-footer ul li.dropup .dropdown-menu {
	background-color: #ffffff;
	border-color: #22282e;
	left: calc(50% - 75px);
	min-width: 150px;
}
.sidebar-footer ul li.dropup .dropdown-menu::after, .sidebar-footer ul li.dropup .dropdown-menu::before {
	display: none;
}
.sidebar-footer ul li.dropup .dropdown-menu > li {
	border: none;
	display: block;
}
.sidebar-footer ul li.dropup .dropdown-menu > li > a {
	padding: 8px 10px;
	text-decoration: none;
	line-height: inherit;
	margin: 0;
	color: #b1b8bf;
}
.sidebar-footer ul li.dropup .dropdown-menu > li > a:hover, .sidebar-footer ul li.dropup .dropdown-menu > li > a:focus {
	color: #b1b8bf;
	background-color: transparent;
	text-decoration: underline;
}
.sidebar-footer ul li.dropup .dropdown-menu > li:last-child a {
	color: #b1b8bf;
}
.dwn-info a>span, .siderbar-connect-text.downloadProcess a>span {
	color: #495159
}
.hype-table-new .hy-first-fan-btn {
	font-size: 13px !important;
	padding: 6px 20px !important;
}
#close-modal {
	color: #aeb5bc;
	cursor: pointer;
	font-size: 18px;
	height: 15px;
	line-height: 16px;
	opacity: 1;
	position: fixed;
	right: 4px;
	text-align: center;
	top: 4px;
	width: 15px;
	z-index: 100000000;
}
#close-modal-payment {
	color: #aeb5bc;
	cursor: pointer;
	font-size: 34px;
	height: 15px;
	line-height: 16px;
	opacity: 1;
	position: fixed;
	right: 16px;
	text-align: center;
	top: 14px;
	width: 15px;
	z-index: 100000000;
}
.for-edit-height {
	min-height: 800px;
}
.wrapurl {
	display: block !important;
	word-wrap: break-word;
}
.spotify-page .artwork_image_inner .play, .spotify-page .artwork_image_inner .pause, .spotify-page .artwork_image_inner .start {
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 50%;
	display: block;
	height: 80px;
	left: 50%;
	margin-left: -40px;
	margin-top: -40px;
	position: absolute;
	top: 50%;
	transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
	width: 80px;
}
.spotify-page .artwork_image_inner .pause {
	background-color: rgba(255, 255, 255, 0.3);
}
.spotify-page .artwork_image_inner .play .fainner, .spotify-page .artwork_image_inner .pause .fainner, .spotify-page .artwork_image_inner .start .fainner {
	background: #f43010 none repeat scroll 0 0;
	border-radius: 50%;
	box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.7);
	color: #fff;
	display: block;
	height: 52px;
	left: 14px;
	position: relative;
	top: 14px;
	width: 52px;
}
.spotify-page .artwork_image_inner .pause .fainner {
	-webkit-animation: hypulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-moz-animation: hypulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	-ms-animation: hypulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
	animation: hypulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
}
.spotify-page .artwork_image_inner .play .fainner i, .spotify-page .artwork_image_inner .pause .fainner i, .spotify-page .artwork_image_inner .start .fainner i {
	display: block;
	font-size: 26px;
	line-height: 52px;
}
.spotify-page .artwork_image_inner .play .fainner i::before, .spotify-page .artwork_image_inner .start .fainner i::before {
	content: "\f04b";
	margin-left: 5px;
}
.spotify-page .artwork_image_inner .pause .fainner i::before {
	content: "\f04c";
}
.spotify-page .artwork_image_inner .play:hover, .spotify-page .artwork_image_inner .start:hover {
	box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.4);
}
 @-webkit-keyframes hypulse {
to {
box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
}
}
@-moz-keyframes hypulse {
to {
box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
}
}
@-ms-keyframes hypulse {
to {
box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
}
}
@keyframes hypulse {
to {
box-shadow: 0 0 0 15px rgba(255, 255, 255, 0);
}
}
/****************************** ****************************** 
   		    Create Spotify Fangate Page Style CSS
****************************** *****************************/
.for-cs-radio .col-sm-6:first-child {
	padding-right: 8px;
}
.for-cs-radio .col-sm-6:last-child {
	padding-left: 8px;
}
.cs-light-radio .radio, .cs-dark-radio .radio {
	margin-bottom: 6px;
	margin-top: 7px;
}
.cs-light-radio {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #ccd2db;
	border-radius: 3px;
	padding: 0 5px;
	text-align: center;
}
.cs-light-radio label {
	color: #25292d;
}
.cs-light-radio label span {
	color: #77797b;
	font-family: "poppinsregular";
	font-size: 11px;
	letter-spacing: 0;
	vertical-align: top;
}
.cs-light-radio label span a {
	color: #77797b;
	text-decoration: underline;
}
.cs-light-radio label span a:hover {
	color: #25292d;
}
.cs-light-radio .radio-custom:checked + .radio-custom-label::before {
	background: rgba(0, 0, 0, 0) url("../images/black-dot-icon.png") no-repeat scroll 50% 50%;
}
.cs-dark-radio {
	background: #495159 none repeat scroll 0 0;
	border: 1px solid #495159;
	border-radius: 3px;
	padding: 0 5px;
	text-align: center;
}
.cs-dark-radio label {
	color: #f8fafc;
}
.cs-dark-radio label span {
	color: #d3d6d8;
	font-family: "poppinsregular";
	font-size: 11px;
	letter-spacing: 0;
	vertical-align: top;
}
.cs-dark-radio label span a {
	color: #d3d6d8;
	text-decoration: underline;
}
.cs-dark-radio label span a:hover {
	color: #ffffff;
}
.cs-dark-radio .radio-custom + .radio-custom-label::before {
	background: #495159 none repeat scroll 0 0;
}
.cs-dark-radio .radio-custom:checked + .radio-custom-label::before {
	background: rgba(0, 0, 0, 0) url("../images/white-dot-icon.png") no-repeat scroll 50% 50%;
}
/****************************** ****************************** 
   		    Spotify Fangate Preview Pop Up Style CSS
****************************** *****************************/
#sp-fangate-preview .modal-content {
	border: medium none;
	border-radius: 0;
	margin-top: 10px;
}
#sp-fangate-preview .modal-lg {
	max-width: 970px;
	width: auto;
}
#sp-fangate-preview .modal-body {
	overflow: hidden;
	padding: 0;
}
#sp-fangate-preview .modal-inner {
	padding: 0;
}
#sp-fangate-preview .spotify-main-container {
	height: initial;
	min-height: 650px;
}
#sp-fangate-preview .spotify-page .artwork {
	overflow: hidden;
}
#sp-fangate-preview .modal-content a {
	pointer-events: none;
}
#sp-fangate-preview .spotify-page .artwork, #sp-fangate-preview .spotify-page .artwork_image {
	right: 300px;
}
#sp-fangate-preview .spotify-page .release-content {
	height: 100%;
	max-width: 300px;
	min-height: 650px;
	width: 300px;
}
/****************************** ****************************** 
   		      New Account Settings Page Style CSS
****************************** *****************************/
.for-account-setting .inner-wrap2 {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	max-width: 760px;
	padding: 0 20%;
}
.for-account-setting .hy-btn-group {
	margin-top: 0;
}
.for-account-setting #searchclear {
	top: 2px;
	right: 10px;
}
.account-box-part {
	display: block;
	margin-bottom: 50px;
}
.account-box-part .sub-heading-title {
	margin-bottom: 15px;
}
.user-information-panel, .linked-social-profile-panel, .merge-account-panel {
	background: #ffffff;
	border-radius: 3px;
	border: 1px solid #dce1e6;
}
.user-information-panel ul, .linked-social-profile-panel ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.user-information-panel ul li, .linked-social-profile-panel ul li {
	border-bottom: 1px solid #dce1e6;
	padding: 14px 25px;
}
.user-information-panel ul li:last-child, .linked-social-profile-panel ul li:last-child {
	border: none;
}
.user-info-box, .social-profile-box {
	display: table;
	width: 100%;
}
.user-info-text, .social-profile-text {
	display: table-cell;
	width: 75%;
	vertical-align: middle;
}
.user-info-text label {
	color: #22282e;
	display: block;
	font-size: 12px;
	margin-bottom: 2px;
	padding: 0;
}
.user-info-text h5, .social-profile-text h5 {
	color: #22282e;
	font-family: "poppinsbold";
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.3px;
	margin: 0;
	padding: 0;
}
.user-info-text h5 span, .social-profile-text h5 span {
	font-family: "poppinsregular";
}
.user-info-btn, .social-profile-btn {
	display: table-cell;
	text-align: right;
	vertical-align: middle;
	width: 25%;
}
.user-info-btn .hy-btn, .social-profile-btn .hy-btn, .merge-account-panel .hy-btn {
	font-size: 10px;
	height: 26px;
	line-height: 26px;
	min-width: 90px;
	padding: 0 10px;
}
.user-info-btn .hy-btn + .hy-btn {
	margin-top: 5px;
}
.user-info-btn .hy-btn + .hy-btn:before, .user-info-btn .hy-btn + .hy-btn:after {
	display: table;
	content: " ";
}
.user-info-btn .hy-btn + .hy-btn:after {
	clear: both;
}
.user-info-box .select {
	margin-top: 5px;
}
.social-profile-btn .info-btn {
	background-size: contain;
	height: 14px;
	margin-right: 10px;
	width: 14px;
}
.social-profile-btn .white-tooltip + .tooltip > .tooltip-inner {
	max-width: 250px;
}
.merge-account-panel {
	padding: 20px 25px;
}
.merge-account-panel p {
	font-size: 13px;
	color: #22282e;
}
.merge-account-panel .hy-btn {
	min-width: 260px;
}
#overlay-modal-box .modal-dialog {
	overflow: hidden;
}
/****************************** ****************************** 
   		         Create Stream Page Style CSS
****************************** *****************************/
.tooltip-stream-content {
	text-align: left;
}
.hy-btn-white.tt-btn {
	color: #b7bdc4;
	float: left;
	font-family: "hypefontblack";
	font-size: 8px;
	margin-right: 10px;
	padding: 6px 20px;
}
.tt-content {
	overflow: hidden;
}
.stream-buttons {
	display: block;
	margin-top: 6px;
}
.stream-buttons ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.stream-buttons ul li {
	display: inline-block;
	margin: 0 2px 7px;
}
.stream-toggle {
	position: absolute;
	margin-left: -9999px;
	visibility: hidden;
}
.stream-toggle + label {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #dce1e6;
	border-radius: 3px;
	color: #b7bdc4;
	cursor: pointer;
	display: block;
	font-family: "hypefontblack";
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 0.25px;
	line-height: 1.42857;
	margin: 0;
	outline: medium none;
	padding: 4px 10px 3px;
	position: relative;
	text-align: center;
	text-transform: uppercase;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	white-space: nowrap;
}
.stream-toggle:checked + label {
	background: #3f4a54 none repeat scroll 0 0;
	border: 1px solid #3f4a54;
	color: #ffffff;
}
/****************************** ****************************** 
   		         	Stream Page Style CSS
****************************** *****************************/
.stream-filter-section {
	display: block;
	margin-bottom: 20px;
	margin-top: -20px;
	position: relative;
}
.stream-error-section {
	margin-bottom: 20px;
	margin-top: -20px;
}
.stream-filter-section .hy-btn-sm {
	padding: 6px 20px;
}
.stream-filter-select {
	display: inline-block;
	/*margin-right: 8px;*/
	margin-left: 8px;
	text-align: left;
	vertical-align: middle;
	width: 280px;
}
.stream-filter-select .select .form-control {
	height: 31px;
}
.stream-filter-select .select .btn {
	height: 31px;
}
.stream-tags-part {
	display: block;
	margin-top: 12px;
}
.stream-tags-part label {
	color: #495159;
	display: inline-block;
	font-family: "hypefontblack";
	font-size: 10px;
	padding-right: 4px;
	padding-top: 0;
	text-transform: uppercase;
}
.stream-tags-part ul {
	display: inline-block;
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 0;
}
.stream-tags-part ul li {
	background: #495159 none repeat scroll 0 0;
	/*border-radius: 100px;*/
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-family: "hypefontblack";
	font-size: 9px;
	margin-right: 4px;
	padding: 4px 10px;
	text-transform: uppercase;
}
.stream-tags-part .hy-btn.hy-btn-white1 {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #dce1e6;
	margin-top: 1px;
	padding: 0;
	vertical-align: top;
}
.stream-tags-part .hy-btn.hy-btn-white1 a {
	color: #b7bdc4;
	display: block;
	font-size: 10px;
	height: 20px;
	padding: 4px 15px;
}
.stream-tags-part .hy-btn.hy-btn-white1 a:hover {
	color: #75797e;
}
.stream-tags-part .hy-btn.hy-btn-white1:hover {
	border: 1px solid #b7bdc4;
}
.stream-playall {
	padding: 6px 20px !important;
	position: absolute;
	right: 0;
	top: 0;
}
.stream-playall i {
	font-size: 11px;
	margin-left: 5px;
	margin-right: 0;
	margin-top: -2px;
}
.stream-listing-section {
	display: block;
	min-height: 600px;
}
.track-tags {
	float: left;
	margin: 5px 0 0;
}
.track-tags ul {
	display: inline-block;
	list-style-type: none;
	margin: 0 5px 0 0;
	padding: 0;
}
.track-tags ul li {
	background: #b7bdc4 none repeat scroll 0 0;
	/*border-radius: 100px;*/
	border-radius: 3px;
	color: #ffffff;
	display: inline-block;
	font-family: "hypefontblack";
	font-size: 8px;
	margin-right: 4px;
	padding: 4px 10px;
	text-transform: uppercase;
}
/****************************** ****************************** 
   		         	Black Checkbox Style CSS
****************************** *****************************/
.black-checkbox .checkbox {
	margin: 0;
}
.black-checkbox label {
	color: #495159;
	font-family: "poppinsregular";
	font-size: 12px;
	line-height: 26px;
}
.black-checkbox .checkbox-custom:checked + .checkbox-custom-label:before {
	color: #22282e;
}
/****************************** ****************************** 
   		         	Spotify Player Style CSS
****************************** *****************************/
.player {
	background: #22282e none repeat scroll 0 0;
	bottom: 0;
	box-shadow: 0 0 0 1px #495159;
	display: block;
	height: 50px;
	position: fixed;
	width: 100%;
	z-index: 1000;
}
.player-lt {
	float: left;
	width: 400px;
	height: inherit;
	position: relative;
	z-index: 1001;
}
.track-detail {
	display: block;
}
.track-detail-inner {
	padding: 10px;
}
.track-artwork {
	height: 30px;
	position: absolute;
	width: 30px;
}
.track-artwork img {
	border-radius: 3px;
	display: block;
	width: 100%;
}
.track-song-title {
	padding-left: 40px;
}
.track-song-title h3 {
	color: #ffffff;
	display: block;
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: normal;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}
.track-song-title p {
	color: #ffffff;
	display: block;
	font-family: "hypefontregular";
	font-size: 12px;
	line-height: 12px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	text-transform: uppercase;
	white-space: nowrap;
}
.player-rt {
	float: right;
	position: relative;
	right: 0;
	top: 0;
	height: inherit;
}
.track-events {
	float: left;
	width: 70px;
	height: inherit;
}
.track-events-inner {
	padding: 0 20px;
	height: inherit;
}
.track-events-inner a {
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../images/player-sprite.png");
	background-repeat: no-repeat;
	display: block;
	float: left;
	height: 20px;
	margin-left: 5px;
	margin-right: 5px;
	position: relative;
	top: 25px;
	transform: translate(0px, -50%);
	width: 20px;
}
.track-events-inner a:last-of-type {
	margin-right: 0;
}
.prev-track {
	background-position: -40px 0;
	visibility: hidden;
	display: none !important;
}
.prev-track:hover {
	background-position: -40px -20px
}
.next-track {
	background-position: -60px 0;
	visibility: hidden;
	display: none !important;
}
.next-track:hover {
	background-position: -60px -20px
}
.play-track {
	background-position: 0 -20px;
}
.play-track.pause {
	background-position: -20px -20px;
}
.trackprogressbar {
	height: inherit;
	padding: 0 20px;
}
.track-progress {
	border-left: 1px solid #3f4a54;
	border-right: 1px solid #3f4a54;
	float: left;
	height: inherit;
	width: 420px;
}
.track-progress .trackprogressbar .trackerseek {
	background: #dce1e6 none repeat scroll 0 0;
	border: medium none;
	border-radius: 25px;
	height: 10px;
	overflow: hidden;
	position: relative;
	top: 44%;
	width: 100%;
}
.track-progress .trackprogressbar .trackerseek .ui-slider-range {
	background: #f43010 none repeat scroll 0 0;
	border-radius: 0;
}
.track-progress .trackprogressbar .trackerseek .ui-slider-handle {
	display: none;
}
.track-downloads {
	float: left;
	width: 60px;
	height: inherit;
	display: none;
}
.track-downloads-inner {
	padding: 0 20px;
	height: inherit;
}
.download-track {
	background-attachment: scroll;
	background-color: rgba(0, 0, 0, 0);
	background-image: url("../images/player-sprite.png");
	background-position: -120px 0;
	background-repeat: no-repeat;
	display: block;
	height: 20px;
	position: relative;
	top: 25px;
	transform: translate(0px, -50%);
	width: 20px;
}
.track-vol {
	float: left;
	position: relative;
	top: 50%;
	transform: translate(0px, -50%);
	width: 60px;
}
.vol {
	background: rgba(0, 0, 0, 0) url("../images/player-sprite.png") no-repeat scroll -80px 0;
	display: block;
	height: 20px;
	margin: 0 auto;
	width: 20px;
}
.vol:hover {
	background: rgba(0, 0, 0, 0) url("../images/player-sprite.png") no-repeat scroll -80px -20px;
}
.vol.mute.on {
	background: rgba(0, 0, 0, 0) url("../images/player-sprite.png") no-repeat scroll -100px 0;
}
.vol.mute.on:hover {
	background: rgba(0, 0, 0, 0) url("../images/player-sprite.png") no-repeat scroll -100px -20px;
}
.track-vol .volumebar {
	background: #22282e none repeat scroll 0 0;
	border: 1px solid #495159;
	border-radius: 8px;
	bottom: 28px;
	display: none;
	height: 150px;
	left: 12px;
	padding: 12px 0;
	position: absolute;
	width: calc(60px - 26px);
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}
.track-vol:hover .volumebar {
	display: block;
}
.track-vol .volumebar:after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 6px solid #22282e;
	bottom: -4px;
	content: "";
	left: 10px;
	position: absolute;
}
.track-vol .volumebar:before {
	background: transparent none repeat scroll 0 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 6px solid #495159;
	bottom: -15px;
	content: "";
	height: 15px;
	left: 10px;
	position: absolute;
}
.track-vol .volumeseek {
	background: #dce1e6 none repeat scroll 0 0;
	border: medium none;
	border-radius: 25px;
	height: inherit;
	left: 50%;
	overflow: hidden;
	position: absolute;
	width: 10px;
	transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	-moz-transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-o-transform: translate(-50%, 0)
}
.track-vol .volumeseek .ui-slider-range {
	background: #f43010 none repeat scroll 0 0;
	border-radius: 0;
}
.track-vol .volumeseek .ui-slider-handle {
	display: none;
}
/*Loudlink Player CSS HYPE-669 SP-34*/
.lound-link-frame {
	position: absolute;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	border: 0;
	min-width: 100%;
	width: 10px;
 *width: 100%;
	-webkit-overflow-scrolling: touch;
	overflow-x: auto;
}
.lound-link-frame-with-player {
	height: calc(100% - 60px);
}
.player.loudlink {
	border-top: 3px solid #12db7d;
	box-shadow: none;
	height: 63px;
}
.player.loudlink .track-artwork {
	height: 40px;
	width: 40px;
}
.player.loudlink .track-song-title {
	padding-left: 50px;
	padding-top: 5px;
}
.player.loudlink .track-song-title h3 {
	line-height: 15px;
}
.player.loudlink .track-song-title h3, .player.loudlink .track-song-title p {
	padding-right: 185px;
}
.loudlink .track-download-btn {
	position: absolute;
	right: 0;
	top: 15px;
}
.loudlink .track-download-btn .button {
	min-width: 180px;
}
.loudlink .track-events {
	width: 60px;
}
.loudlink .track-events-inner a {
	background-image: url("../images/player-sprite-new.png");
	background-size: cover;
	top: 30px;
}
.loudlink .play-track {
	background-position: 0 0;
}
.loudlink .play-track.pause {
	background-position: -20px 0;
}
.loudlink .track-vol {
	transform: translate(0px, -60%);
}
.loudlink .vol {
	background: rgba(0, 0, 0, 0) url("../images/player-sprite-new.png") no-repeat scroll -40px 0 /cover;
}
.loudlink .vol:hover {
	background: rgba(0, 0, 0, 0) url("../images/player-sprite-new.png") no-repeat scroll -40px 0 /cover;
}
.loudlink .vol.mute.on {
	background: rgba(0, 0, 0, 0) url("../images/player-sprite-new.png") no-repeat scroll -60px 0 /cover;
}
.loudlink .vol.mute.on:hover {
	background: rgba(0, 0, 0, 0) url("../images/player-sprite-new.png") no-repeat scroll -60px 0 /cover;
}
.loudlink .track-progress .trackprogressbar .trackerseek .ui-slider-range {
	background: #12db7d none repeat scroll 0 0;
}
.loudlink .track-vol .volumeseek .ui-slider-range {
	background: #12db7d none repeat scroll 0 0;
}
.loudlink .track-info {
	float: left;
	position: relative;
	width: 60px;
	border-left: 1px solid #3f4a54;
	height: 100%;
}
.loudlink .track-info .tinfo {
	background: rgba(0, 0, 0, 0) url("../images/player-sprite-new.png") no-repeat scroll -80px 0 /cover;
	display: block;
	height: 20px;
	margin: 0 auto;
	width: 20px;
	top: 20px;
	position: relative;
}
.loudlink .track-info .tinfo-content {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 0 10px rgba(132, 146, 156, 0.25);
	border-radius: 8px;
	bottom: 52px;
	display: none;
	height: auto;
	max-width: 100%;
	min-width: 350px;
	position: absolute;
	width: 100%;
	right: calc(50% - 25px);
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	z-index: 1;
}
.loudlink .track-info:hover .tinfo-content {
	display: block;
}
.loudlink .track-info .tinfo-content::after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 6px solid #ffffff;
	bottom: -4px;
	content: "";
	right: 17px;
	position: absolute;
}
.loudlink .track-info .tinfo-content::before {
	background: transparent none repeat scroll 0 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-top: 6px solid #ffffff;
	bottom: -15px;
	content: "";
	height: 15px;
	right: 17px;
	position: absolute;
}
.tinfo-content-inner {
	display: block;
	margin: 10px;
	text-align: left;
}
.tinfo-content-inner p {
	color: #495159;
	font-family: "poppinsregular";
	font-size: 12px;
	margin: 0 0 6px;
}
.tinfo-content-inner p:last-child {
	margin-bottom: 0;
}
.tinfo-content-inner p a {
	color: #495159;
	text-decoration: underline;
}
.tinfo-content-inner p a:hover {
	color: #12db7d;
}
.loudlink .track-close {
	float: left;
	position: relative;
	width: 60px;
	border-left: 1px solid #3f4a54;
	height: 100%;
}
.loudlink .track-close .tclose {
	background: rgba(0, 0, 0, 0) url("../images/player-sprite-new.png") no-repeat scroll -100px 0 /cover;
	display: block;
	height: 20px;
	margin: 0 auto;
	width: 20px;
	top: 20px;
	position: relative;
}
.powered-by {
	position: absolute;
	top: -20px;
	right: 20px;
	font-size: 9px;
	color: #12db7d;
	text-align: right;
}
.powered-by a {
	font-family: "poppinssemibold";
	color: #12db7d;
}
.powered-by a:hover {
	text-decoration: underline;
}
/****************************** ****************************** 
   		      Video Notification Popup Style CSS
****************************** *****************************/
.new-org-badge1 {
	background: #f43010 none repeat scroll 0 0;
	border-radius: 3px;
	color: #fff!important;
	display: inline-block;
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: normal;
	margin-top: -5px;
	padding: 8px 10px 6px;
	vertical-align: middle;
}
#streams_instruction .modal-body, #show-guide-popup .modal-body {
	padding: 0;
}
#streams_instruction .modal-inner, #show-guide-popup .modal-inner {
	padding: 0 0 15px;
}
#show-guide-popup .modal-title {
	font-size: 20px;
}
.video-notification-part {
	margin: 0 -1px;
}
.ok-btn {
	display: block;
	text-align: center;
	margin: 15px 0 0;
}
.ok-btn .hy-btn, .ok-btn .button {
	min-width: 150px;
}
/****************************** ****************************** 
   		      Promotion Content Popup Style CSS
****************************** *****************************/
#promotion-popup .modal-inner {
	padding: 5px 15px;
}
.promotion-content-popup {
	display: block;
	padding: 0 50px;
}
.promotion-content-popup p {
	font-size: 14px;
	color: #414e58;
	margin-bottom: 20px;
}
.promotion-content-popup p span {
	color: #f43010;
}
/****************************** ****************************** 
   		      Promotion Option Page Style CSS
****************************** *****************************/
.promotion-container-section {
	height: calc(100vh - 65px);
	margin-top: 65px;
	min-height: 540px;
	position: relative;
	width: 100%;
}
.promotion-inner-section {
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.promotion-option-page {
	display: block;
}
.promotion-option-inner {
	margin: 0 auto;
	max-width: 660px;
}
.promotion-option-page img {
	margin-bottom: 35px;
}
.promotion-option-page h2 {
	color: #414e58;
	font-family: "hypefontblack";
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 12px;
	text-transform: uppercase;
}
.promotion-option-page p {
	color: #414e58;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 20px;
}
.promotion-option-page .hy-btn {
	min-width: 150px;
}
.promotion-option-section {
	display: block;
	position: relative;
}
.promotion-opt-back {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #dce1e6;
	border-radius: 30px;
	color: #495159;
	cursor: pointer;
	display: inline-block;
	font-size: 24px;
	height: 40px;
	left: 50px;
	line-height: 44px;
	position: absolute;
	text-align: center;
	top: 44px;
	width: 40px;
}
.promotion-options {
	display: block;
	margin: 0 auto;
	max-width: 445px;
}
.promotion-options ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.promotion-options ul li {
	display: table;
	margin-bottom: 10px;
	width: 100%;
}
.promotion-options ul li a {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 3px;
	box-shadow: 0 0 0 1px #dce1e6;
	color: #495159;
	display: table-cell;
	font-size: 14px;
	height: 58px;
	text-align: center;
	-webkit-transition: all .1s linear;
	transition: all .1s linear;
	vertical-align: middle;
}
.promotion-options ul li h3 {
	color: #495159;
	font-family: "hypefontblack";
	font-size: 14px;
	font-weight: normal;
	margin: 0 15px;
	padding: 0;
	text-transform: uppercase;
}
.promotion-options ul li h3 span {
	display: block;
	font-family: "hypefontregular";
	font-size: 12px;
	margin-top: 2px;
}
.promotion-options ul li h3 span span {
	color: #f43010;
	display: inline-block;
}
.promotion-options ul li a:hover, .promotion-options ul li.selected a {
	background: #495159;
	color: #ffffff;
}
.promotion-options ul li a:hover h3, .promotion-options ul li.selected a h3 {
	color: #ffffff;
}
.promotion-options a.hy-btn {
	margin-top: 20px;
}
/****************************** ****************************** 
   		     	Stream Ads Part Style CSS
****************************** *****************************/
.ad-box-part {
	background: #191b1d url("../images/banneradimg.jpg") no-repeat scroll 0 0 / cover;
	border-radius: 3px;
	display: table;
	height: 240px;
	margin-bottom: 10px;
	width: 100%;
}
.ad-box-inner {
	display: table-cell;
	padding: 15px;
	text-align: center;
	vertical-align: middle;
}
.ad-box-part p {
	color: #ffffff;
	font-size: 24px;
	margin-bottom: 30px;
	position: relative;
}
.ad-box-part p span {
	color: #f53416;
}
.ad-box-part p span.new-org-badge1 {
	margin-left: -58px;
	position: absolute;
	top: 8px;
}
.ad-box-part .button {
	font-size: 16px;
	max-width: 460px;
	padding: 20px 28px;
	width: 100%;
}
/*Hot or Not Ad Box Part CSS Sprint-43 HYPE-846*/
.ad-box-part.ad-box-new p {
	font-size: 20px;
}
.ad-box-part.ad-box-new p span {
	color: #12db7d;
	font-family: "poppinssemibold";
}
.ad-box-part.ad-box-new p img {
	vertical-align: middle;
}
.ad-box-part.ad-box-new .button {
	font-size: 24px;
	padding: 12px 20px;
	max-width: 300px;
}
.ad-box-part.ad-box-new .button img {
	vertical-align: middle;
	margin-top: -6px;
}
/****************************** ****************************** 
   		    Soundcloud Import Funnel Page Style CSS
****************************** *****************************/
.onepage-header {
	height: 65px;
	position: relative;
	top: 0;
	width: 100%;
	z-index: 50;
}
.onepage-header .container-fluid {
	padding: 0 30px;
}
#onepage-scbanner {
	background-image: url("../images/main-bg.jpg");
	background-position: center center;
	background-size: cover;
	height: 100vh;
	margin-top: -65px;
	min-height: 650px;
	position: relative;
	text-align: center;
	width: 100%;
}
.scbanner-text {
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.onepage-sc-fangate {
	margin: 0 auto;
	max-width: 500px;
	width: 100%;
}
.scfangate-box-part {
	background: #f8fafc none repeat scroll 0 0;
	border: 1px solid #dce1e6;
	border-radius: 3px;
	height: 100%;
	max-height: 360px;
	min-height: 360px;
	position: relative;
}
.scfangate-box-part:after {
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #f8fafc;
	bottom: -6px;
	content: "";
	left: calc(50% - 6px);
	position: absolute;
}
.scfangate-box-part:before {
	background: transparent none repeat scroll 0 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 7px solid #dce1e6;
	bottom: -15px;
	content: "";
	height: 15px;
	left: calc(50% - 6px);
	position: absolute;
}
.scfagate-box-inner {
	display: block;
	padding: 20px;
}
.scfangate-heading {
	display: block;
	min-height: 50px;
	padding-bottom: 25px;
	padding-top: 25px;
}
.scfangate-heading h1 {
	color: #495159;
	font-family: "hypefontblack";
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.3px;
	line-height: 20px;
	margin: 0;
}
.scfangate-heading p {
	color: #495159;
	font-size: 12px;
	letter-spacing: 0.3px;
	margin: 20px 0 0;
}
.scfangate-box-container {
	display: block;
}
.sc-form-part {
	display: block;
	margin: 0 auto;
	width: 100%;
	max-width: 334px;
}
.space_T1 {
	padding-top: 50px;
}
.space_T2 {
	padding-top: 90px;
}
.space_T3 {
	padding-top: 20px;
}
.sc-form-part .hy-btn {
	display: block;
	font-size: 11px;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
}
.select.default-rounded .form-control {
	border-radius: 100px;
}
.select.default-rounded .btn {
	border-radius: 100px;
}
.select.default-rounded .bootstrap-select > .dropdown-toggle {
	line-height: 24px;
	padding-left: 18px;
}
.select.default-rounded .bootstrap-select.btn-group .dropdown-toggle .caret {
	margin-top: -4px;
	right: 18px;
}
.scfangate-error {
	font-size: 12px;
	color: #f43010;
}
.scfangate-error p {
	margin: 0;
	padding-top: 10px;
}
.scfangate-error a {
	border-bottom: 1px solid #f7bdbb;
	color: #f43010;
	padding-bottom: 1px;
}
.scfangate-error a:hover {
	border-bottom: 1px solid #f43010;
}
.scfangate-bot-nav {
	display: block;
	margin: 20px 0;
	position: relative;
	text-align: center;
}
.scfangate-bot-nav ul {
	display: inline-block;
	list-style-type: none;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
.scfangate-bot-nav ul li {
	display: inline-block;
	margin: 0 4px;
	visibility: hidden;
}
.scfangate-bot-nav ul li span {
	background: #dce1e6 none repeat scroll 0 0;
	border-radius: 100px;
	display: block;
	height: 12px;
	width: 12px;
}
.scfangate-bot-nav ul li.active {
	visibility: visible;
}
.scfangate-bot-nav ul li a {
	pointer-events: none;
}
.scfangate-bot-nav .hy-btn {
	border: medium none;
	height: 44px;
	margin: 0 4px;
	min-width: 140px;
	vertical-align: middle;
}
.white-btn {
	background: #dce1e6;
	color: #22282e;
}
.white-btn:hover {
	background: #ffffff;
	color: #22282e;
}
.green-btn {
	background: #81ce36;
	color: #22282e;
}
.green-btn:hover {
	background: #5bbf26;
	color: #22282e;
}
.connect-information {
	bottom: 30px;
	display: block;
	left: 0;
	position: absolute;
	width: 100%;
}
.connect-information p {
	color: #ffffff;
	font-size: 10px;
	letter-spacing: 0.2px;
	margin: 0;
}
.scfangate-upload-status {
	bottom: 45px;
	left: calc(50% - 85px);
	position: absolute;
}
.hot-promo-text {
	display: block;
	margin: 0 auto;
	max-width: 430px;
	text-align: left;
}
.hot-promo-text ul {
	list-style: outside none none;
	padding: 0;
	margin: 0;
}
.hot-promo-text ul li {
	float: left;
	margin: 7px 0;
	width: 100%;
	position: relative;
}
.hot-promo-text ul li i {
	float: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.hot-promo-text ul li p {
	color: #495159;
	font-size: 12px;
	letter-spacing: 0.3px;
	margin: 0 0 0 45px;
	overflow: hidden;
}
.hot-promo-text ul li p a {
	font-weight: bold;
	color: #f43010;
	border-bottom: 1px solid #f7bdbb;
}
.hot-promo-text ul li p a:hover {
	border-bottom: 1px solid #f43010;
}
/****************************** ****************************** 
   		 Soundcloud to Youtube Converter Page Style CSS
****************************** *****************************/
#section1, #section2, #section3, #section4 {
	background-image: url(../images/main-bg.jpg);
	background-position: center center;
	background-size: cover;
	height: 100vh;
	min-height: 600px;
	width: 100%;
	text-align: center;
	position: relative;
}
#section2, #section4 {
	background: #ffffff;/* 	height: calc(100vh - 65px); */
}
#section3 {
	background: #f8fafc;/* 	height: calc(100vh - 65px); */
}
.section-inner-part {
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 1;
}
#section1 .section-inner-part {
	top: calc(50% + 66px);
}
.scrollToNext {
	bottom: 25px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}
.arrow-white, .arrow-gray {
	background: rgba(0, 0, 0, 0) url("../images/arrow-white.png") no-repeat scroll 50% 0;
	cursor: pointer;
	display: inline-block;
	height: 15px;
	width: 18px;
}
.arrow-gray {
	background: rgba(0, 0, 0, 0) url("../images/arrow-gray.png") no-repeat scroll 50% 0;
}
.section1-content {
	display: block;
	margin: 0 auto;
	max-width: 750px;
	text-align: center;
}
.section-content {
	display: block;
	margin: 0 auto;
	max-width: 550px;
	text-align: center;
}
.sc-yt-img {
	display: block;
	margin-bottom: 50px;
}
.sc-yt-img img {
	max-width: 100%;
}
.section1-content .button {
	font-size: 16px;
	height: 70px;
	line-height: 70px;
	max-width: 340px;
	padding: 0 15px;
	width: 100%;
}
.flike-wid {
	display: block;
	margin-top: 20px;
}
.section-content h1 {
	color: #22282e;
	font-family: "hypefontblack";
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.25px;
	margin: 0 0 40px;
}
.sec_icon {
	display: inline-block;
	margin-bottom: 35px;
}
.converter-form-part {
	display: block;
	margin: 0 auto;
	max-width: 390px;
	width: 100%;
}
.converter-form-part .form-group:last-child {
	margin-bottom: 0;
}
.converter-form-part .button {
	display: block;
	font-size: 16px;
	height: 56px;
	line-height: 56px;
	padding: 0 15px;
	text-transform: uppercase;
}
.converter-form-part .button.disabled {
	border: 1px solid #cdcdcd;
	color: #cdcdcd;
	pointer-events: none;
}
.hy-btn-sc {
	background: #ff5400;
	color: #ffffff;
}
.hy-btn-sc:hover {
	background: #f15000;
	color: #ffffff;
}
.hy-btn-yt {
	background: #ff0e0e;
	color: #ffffff;
}
.hy-btn-yt:hover {
	background: #ee0101;
	color: #ffffff;
}
.select.orange-rounded .btn {
	border-color: #ff5400;
	border-radius: 3px;
	height: 56px;
}
.select.orange-rounded .open > .dropdown-toggle.btn-default {
	border-color: #ff5400;
}
.select.orange-rounded .bootstrap-select.form-control {
	height: 56px;
}
.select.orange-rounded .bootstrap-select > .dropdown-toggle {
	line-height: 40px;
	padding: 6px 25px;
	text-align: center;
}
.select.orange-rounded .bootstrap-select.btn-group .dropdown-toggle .caret {
	border-top-color: #ff5400;
	margin-left: 6px;
	margin-top: -1px;
	position: inherit;
}
.select.orange-rounded .bootstrap-select.dropup .caret {
	border-bottom-color: #ff5400;
}
.select.orange-rounded .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	color: #ff5400;
	float: none !important;
	font-family: "hypefontblack";
	font-size: 16px;
	max-width: calc(100% - 20px);
	text-align: center;
	vertical-align: middle;
	width: auto;
	text-transform: uppercase;
}
.secure-info {
	bottom: 75px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
}
.secure-info i {
	background: rgba(0, 0, 0, 0) url("../images/secure-icon.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 20px;
	width: 16px;
}
.secure-info p {
	font-size: 12px;
	color: #a3a3a3;
	margin: 0;
	display: block;
	margin-top: 5px;
}
.hy-btn-convert {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 1px solid #ff0e0e;
	color: #ff0e0e;
	width: 100%;
}
.hy-btn-convert:hover {
	border: 1px solid #ee0101;
	color: #ff0e0e;
}
.hy-btn-convert img {
	margin-right: 10px;
	margin-top: -2px;
	display: none;
}
.be-converting, .be-complete {
	display: block;
}
#btn_create_fangate.be-converting b {
	font-size: 15px;
}
.be-converting img {
	display: inline-block;
}
.be-complete img {
	display: none;
}
.ano-track-link {
	color: #ff0e0e;
	display: inline-block;
	font-family: "hypefontblack";
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid transparent;
}
.ano-track-link b {
	font-family: "hypefontblack";
	font-weight: normal;
}
.ano-track-link:hover {
	color: #ff0e0e;
	border-bottom: 1px solid #ff0e0e;
}
.preview-infotext {
	color: #a3a3a3;
	font-size: 12px;
	margin-bottom: 15px;
}
.scyt-faq-section {
	display: block;
	padding: 70px 0;
	background: #f8fafc;
}
.scyt-faq-inner {
	display: block;
	margin: 0 auto;
	max-width: 600px;
}
.sc-yt-faq-title {
	display: block;
	margin-bottom: 60px;
	text-align: center;
}
.sc-yt-faq-title h1 {
	color: #22282e;
	font-family: "hypefontblack";
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.25px;
	margin: 0 0 40px;
}
.scyt-faq-content {
	display: block;
}
.scyt-faq-content ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.scyt-faq-content ul li {
	display: block;
	margin-bottom: 50px;
}
.scyt-faq-content ul li:last-child {
	margin-bottom: 0;
}
.scyt-faq-content ul li h4 {
	color: #22282e;
	font-family: "hypefontregular";
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.25px;
	margin-top: 0;
}
.scyt-faq-content ul li p {
	color: #7d7e7f;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 22px;
}
.scyt-faq-content ul li p:last-child {
	margin-bottom: 0;
}
/****************************** ****************************** 
   		 			Coupon Popup Style CSS
****************************** *****************************/
.coupon-modal .modal-dialog {
	width: 100%;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}
.coupon-modal .modal-content {
	background: #ffffff;
	border: medium none;
	border-radius: 0;
}
.coupon-modal .modal-body {
	padding: 0;
}
.coupon-modal #close-modal {
	background: rgba(0, 0, 0, 0) url("../images/line-close-icon.png") no-repeat scroll 0 0;
	height: 13px;
	right: 8px;
	top: 8px;
	width: 13px;
}
.show-coupon-modal {
	background: rgba(0, 0, 0, 0) url("../images/rookie-user-modal-bg.jpg") no-repeat scroll 50% 50% / cover;
	height: 600px;
	padding: 38px;
}
.coupon-modal-inner {
	border: 5px solid #ffffff;
	position: relative;
	height: 100%;
	width: 100%;
	text-align: center;
	padding: 35px;
}
.show-coupon-modal p {
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 22px;
}
.show-coupon-modal p:last-child {
	margin-bottom: 0;
}
.show-coupon-modal h3 {
	color: #ffffff;
	font-family: "hypefontblack";
	font-size: 60px;
	font-weight: normal;
	line-height: 50px;
	margin: 45px 0;
	text-transform: uppercase;
}
/****************************** ****************************** 
   			New Dashboard 3 top box Page Style CSS
****************************** *****************************/
.new-dashboard-section {
	display: block;
	margin-bottom: 50px;
}
.dbox {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #dce1e6;
	border-radius: 3px;
	min-height: 400px;
	padding: 30px 50px;
	position: relative;
}
.dbox h2 {
	color: #485158;
	font-family: "hypefontblack";
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 30px;
	text-align: center;
	text-transform: uppercase;
}
.dbox .info-btn {
	background-size: contain;
	height: 12px;
	margin-top: -2px;
	width: 12px;
}
.dbox .tooltip {
	font-family: "poppinsregular";
}
.d_btn {
	bottom: 22px;
	left: 0;
	position: absolute;
	text-align: center;
	width: 100%;
}
.dbox .hy-btn-white1 {
	border-color: #b7bdc4;
	display: inline-block;
	font-size: 12px;
	height: 30px;
	line-height: 28px;
	padding: 0 22px;
}
.overview-box {
	display: block;
	margin: 0 auto;
	width: -moz-fit-content;
	width: -webkit-fit-content;
}
.overview-box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.overview-box ul li {
	display: block;
	margin-bottom: 50px;
}
.overview-box ul li:last-child {
	margin-bottom: 0;
}
.overview-box ul li img {
	float: left;
	margin-top: 8px;
}
.overview-box ul li div {
	margin-left: 60px;
	overflow: hidden;
	text-transform: uppercase;
}
.overview-box ul li div h4 {
	color: #414e58;
	font-family: "hypefontblack";
	font-size: 28px;
	font-weight: normal;
	margin: 0;
}
.overview-box ul li div h6 {
	color: #bec0c3;
	font-family: "hypefontblack";
	font-size: 11px;
	font-weight: normal;
	margin: 5px 0 0;
}
.auto-promo-box {
	display: block;
	margin: 0 auto;
	text-align: center;
	width: 220px;
}
.auto-promo-box .hy-btn-green {
	display: block;
	font-size: 12px;
	height: 34px;
	line-height: 34px;
	margin-bottom: 20px;
	padding: 0 10px;
}
.autopromo-loader {
	display: block;
}
.badges-box {
	display: block;
	margin: -10px auto 0;
	width: 220px;
}
.badges-box ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.badges-box ul li {
	float: left;
	margin-bottom: 12px;
	text-align: center;
	width: 50%;
}
.badges-box ul li img {
	max-width: 100%;
	margin-bottom: 5px;
}
.badges-box .owl-carousel .owl-item img {
	display: inline-block;
	width: auto;
}
.badges-box ul li h5 {
	color: #414e58;
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 2px
}
.badges-box ul li p {
	color: #f73f1c;
	font-family: "hypefontregular";
	font-size: 10px;
	margin: 0;
}
.badges-box .owl-dots {
	margin-top: -5px;
	text-align: center;
}
.badges-box .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1
}
.badges-box .owl-dots .owl-dot span {
	width: 5px;
	height: 5px;
	margin: 2px 3px;
	background: #c8cacd;
	display: block;
	-webkit-backface-visibility: visible;
	transition: opacity .2s ease;
	border-radius: 30px
}
.badges-box .owl-dots .owl-dot.active span, .badges-box .owl-dots .owl-dot:hover span {
	background: #485158
}
/****************************** ****************************** 
   		  Create SC Fangate Sprint-14 Page Style CSS
****************************** *****************************/
.old-fangate-text {
	color: #495159;
	display: block;
	font-size: 10px;
	margin-top: 15px;
	text-align: right;
}
.old-fangate-text a {
	color: #495159;
	text-decoration: underline;
}
.old-fangate-text a:hover {
	color: #f43010;
}
/****************************** ****************************** 
   		   New Soundcloud Fangate Page Style CSS
****************************** *****************************/
.for-sc-fangate .sidebar-buttons .select .form-control {
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	height: 35px;
	padding-left: 42px;
}
.for-sc-fangate .sidebar-buttons .select .spbtn_number {
	box-shadow: 0 0 1px 1px #dce1e6;
	-webkit-box-shadow: 0 0 1px 1px #dce1e6;
	-moz-box-shadow: 0 0 1px 1px #dce1e6;
}
.for-sc-fangate .siderbar-connect-text {
	color: #b7bdc4;
}
.for-sc-fangate .siderbar-connect-text a {
	color: #b7bdc4;
	text-decoration: underline;
}
.for-sc-fangate .siderbar-connect-text a:hover {
	color: #f43010;
	text-decoration: underline;
}
.for-sc-fangate .hy-btn-orange .spbtn_number {
	color: #f43010;
}
.for-sc-fangate .hy-btn-lightgray .spbtn_number {
	color: #dad9d9;
}
/****************************** ****************************** 
   		   New Mixcloud Fangate Page Style CSS
****************************** *****************************/
.mc-track-list-section {
	display: block;
}
.mc-track-list-section h3 {
	border-bottom: 1px solid #dad9d9;
	color: #495159;
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 20px;
	padding-bottom: 8px;
}
.mc-track-list-section ul {
	height: 30vh;
	list-style-type: none;
	margin: 0;
	overflow-x: hidden;
	overflow-y: auto;
	padding: 0;
}
.mc-track-list-section ul li {
	background: #f2f2f2 none repeat scroll 0 0;
	display: block;
	margin-bottom: 10px;
	padding: 10px;
}
.mc-track-list-section ul li img, .mc-track-list-section ul li iframe, .mc-track-list-section ul li embed {
	width: 100%;
	height: 20px;
	display: block;
}
.fangate_switching {
	color: #495159;
	display: block;
	font-size: 11px;
	margin-top: 8px;
	text-align: center;
}
.fangate_switching a {
	color: #495159;
	text-decoration: underline;
}
.fangate_switching a:hover {
	color: #f43010;
}
.spotify-fangate .navbar .navbar-nav > li > .dropdown-menu {
	border-radius: 3px;
}
/****************************** ****************************** 
   	 New Soundcloud Fangate Page Style CSS Sprint-15
****************************** *****************************/
.fangate-slider-indicator {
	display: block;
	text-align: center;
}
.fangate-slider-indicator ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	position: inherit;
	width: 100%;
}
.fangate-slider-indicator ul li {
	background: #d7dbe0 none repeat scroll 0 0;
	border: medium none;
	border-radius: 50%;
	display: inline-block;
	height: 10px;
	margin: 0 2px;
	width: 10px;
	pointer-events: none;
	transition: all 0.5s ease-in 0s;
	-webkit-transition: all 0.5s ease-in 0s;
	-moz-transition: all 0.5s ease-in 0s;
	-o-transition: all 0.5s ease-in 0s;
}
.fangate-slider-indicator ul li.active {
	background: #3f4a54 none repeat scroll 0 0;
	height: 10px;
	margin: 0 2px;
	width: 10px;
}
.fangate-slider-content {
	display: block;
}
.fangate-slider-content h5 {
	color: #495159;
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: normal;
	margin: 14px 0 18px;
	padding: 0;
	text-align: center;
	text-transform: uppercase;
}
.unlimited-content h5 {
	color: #495159;
	font-family: "hypefontblack";
	font-size: 11px;
	font-weight: normal;
	margin: 14px 0 18px;
	padding: 0;
	text-align: center;
}
.fangate-slider-content .select .form-control {
	border-radius: 3px;
	height: 35px;
}
.fangate-slider-content .select textarea.form-control {
	border-radius: 3px;
	height: 70px;
	resize: none;
}
.fangate-slider-content .select .form-control::-moz-placeholder {
 text-align: center;
}
.fangate-slider-content .select .form-control:-ms-input-placeholder {
 text-align: center;
}
.fangate-slider-content .select .form-control::-webkit-input-placeholder {
 text-align: center;
}
.fangate-slider-content .hy-btn, .fangate-slider-content .button {
	display: block;
	height: 35px;
	line-height: 36px;
	margin-bottom: 15px;
	padding: 0 20px;
	width: 100%;
}
.fangate-slider-content .hy-btn i, .fangate-slider-content .button i {
	margin: -2px 5px 0 -24px;
}
.fangate-slider-content .hy-btn i.link-icon, .fangate-slider-content .button i.link-icon {
	background: rgba(0, 0, 0, 0) url("../images/link-icon.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 12px;
	margin-left: 5px;
	margin-top: -5px;
	width: 12px;
}
.fangate-connect {
	background: rgba(0, 0, 0, 0) url("../images/fangate-type-white-icons.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 24px;
	margin-right: 4px;
	vertical-align: middle;
	width: 24px;
}
.fangate-connect.icon-soundcloud {
	background-position: 0 0;
}
.fangate-connect.icon-youtube {
	background-position: 0 -24px;
}
.fangate-connect.icon-spotify {
	background-position: 0 -48px;
}
.fangate-connect.icon-mixcloud {
	background-position: 0 -72px;
}
.fangate-connect.icon-hearthis {
	background-position: 0 -96px;
}
.fangate-connect.icon-youtube-play {
	background-position: 0 -120px;
}
.fangate-slider-content .siderbar-connect-text {
	margin-top: 25px;
}
.fangate-widget {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #dce1e6;
	border-radius: 3px;
	margin-bottom: 15px;
	padding: 5px;
	text-align: center;
}
.fangate-widget img, .fangate-widget iframe {
	display: block;
	max-width: 100%;
	position: initial !important;
}
.noborder-facebook {
	border: none;
	/*border-right:1px solid #dce1e6;*/
	padding: 0px;
}
/****************************** ****************************** 
    Upgrade Timer Tooltip For Dashboard Style CSS Sprint-15
****************************** *****************************/
.slider-activate-part.for-new-timer .hy-btn {
	padding: 8px 60px 6px;
}
.upgrade-timer-tooltip {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #dce1e6;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	border-radius: 3px;
	box-shadow: 0 2px 10px rgba(132, 146, 156, 0.4);
	left: calc(50% + 130px);
	max-width: 310px;
	padding: 8px 10px;
	position: absolute;
	text-align: left;
	top: -18px;
}
.upgrade-timer-inner {
	display: block;
}
.upgrade-timer-tooltip i {
	float: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.upgrade-timer-tooltip p {
	color: #414e58;
	font-family: "hypefontregular";
	font-size: 13px;
	letter-spacing: 0.25px;
	line-height: 16px;
	margin: 0 0 0 30px;
	overflow: hidden;
	width: -moz-max-content;
	width: -webkit-max-content;
}
.upgrade-timer-tooltip p b {
	font-family: "hypefontblack";
	font-weight: normal;
}
.upgrade-tooltip-arrow {
	border-bottom: 5px solid transparent;
	border-right: 5px solid #fff;
	border-top: 5px solid transparent;
	height: 0;
	left: -5px;
	margin-top: -5px;
	position: absolute;
	top: 50%;
	width: 0;
}
.slider-activate-part.for-new-timer span {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}
/****************************** ****************************** 
  Chart notification email enhancements Style CSS Sprint-15
****************************** *****************************/
.new-trans-title-part {
	display: block;
	padding: 40px 0 22px;
}
.new-trans-main-title {
	display: block;
	padding: 0 5px;
	position: relative;
}
.new-trans-main-title h2 {
	color: #495159;
	display: inline-block;
	font-family: "hypefontblack";
	font-size: 24px;
	margin: 0;
	text-transform: uppercase;
	vertical-align: middle;
}
.new-trans-main-title h2 span {
	font-family: "hypefontlight";
}
.for-side-play-btn {
	display: inline-block;
	font-size: 12px;
	margin-left: 15px;
	min-width: 120px;
	padding: 7px 28px;
	vertical-align: middle;
}
.hy-btn-green-grad.for-side-play-btn i {
	font-size: 11px;
	margin-left: 5px;
	margin-right: 0;
	margin-top: -2px;
}
.main-container-section.for-Dimage-main-container {
	padding-top: 0;
}
.track-active {
	box-shadow: 0 0 0 6px #f22a12, 0 0 50px 25px rgba(0, 0, 0, 0.25);
	overflow: initial !important;
	margin-top: 15px !important;
	margin-bottom: 15px !important;
	z-index: 3 !important;
}
.chart-breaker-badge {
	background: rgb(233, 0, 0);
	background: -moz-linear-gradient(left, rgba(233, 0, 0, 1) 0%, rgba(255, 96, 32, 1) 100%);
	background: -webkit-linear-gradient(left, rgba(233, 0, 0, 1) 0%, rgba(255, 96, 32, 1) 100%);
	background: linear-gradient(to right, rgba(233, 0, 0, 1) 0%, rgba(255, 96, 32, 1) 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e90000', endColorstr='#ff6020', GradientType=1);
	border-radius: 50%;
	box-shadow: 0 0 50px 25px rgba(0, 0, 0, 0.25);
	height: 175px;
	position: absolute;
	right: -20px;
	top: -105px;
	width: 175px;
	z-index: 10;
	transform: rotate(15deg);
	-webkit-transform: rotate(15deg);
	-moz-transform: rotate(15deg);
	-o-transform: rotate(15deg);
	display: table;
}
.chart-breaker-badge span {
	color: #ffffff;
	display: table-cell;
	font-family: "hypefontblack";
	font-size: 23px;
	line-height: 24px;
	text-align: center;
	vertical-align: middle;
}
.chart-breaker-badge.for-out-now span {
	font-size: 28px;
	line-height: 30px;
}
/****************************** ****************************** 
  For Left Align Drop Drop Homepae Menu Style CSS Sprint-15
****************************** *****************************/
.navbar-right .for-FT-menu .dropdown-menu-left {
	left: -6px;
}
.for-FT-menu .dropdown-menu::after {
	left: 94px;
	right: auto;
}
.for-FT-menu .dropdown-menu::before {
	left: 93px;
	right: auto;
}
/****************************** ****************************** 
  				Google Captcha Style CSS Sprint-15
****************************** *****************************/
.security-captcha {
	margin: 0 auto;
	max-width: 304px;
	width: 100%;
}
/****************************** ****************************** 
  	Error 404 & Track Not Found Page Style CSS Sprint-15
****************************** *****************************/
.error-container-section {
	height: calc(100vh - 65px);
	margin-top: 65px !important;
	min-height: 450px;
	position: relative;
	width: 100%;
}
.error-inner-section {
	left: 0;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.error-404 {
	display: block;
	text-align: center;
	margin: 0 auto;
	max-width: 660px;
}
.error-404 img {
	display: inline-block;
	margin-bottom: 30px;
	max-width: 100%;
}
.error-404 p {
	color: #495159;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 30px;
}
.error-404 .hy-btn, .error-404 .button {
	font-size: 12px;
	height: 36px;
	line-height: 36px;
	max-width: 330px;
	padding: 0;
	width: 100%;
}
/****************************** ****************************** 
  	Account Setting Subscription Drop Down Style CSS
****************************** *****************************/
.acc-new-select {
	display: block;
	margin-bottom: 20px;
}
.acc-new-select label {
	color: #495159;
	float: left;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 10px;
	margin-right: 10px;
	margin-top: 5px;
	padding: 0;
}
.acc-select {
	float: left;
	max-width: 300px;
	width: 100%;
}
/****************************** ****************************** 
  			 Sprint 17 - Sign Up Link Style CSS
****************************** *****************************/
.already-account a.alterm-link {
	color: #25292d;
	text-decoration: underline;
}
.already-account a.alterm-link:hover {
	color: #f2250d;
}
/****************************** ****************************** 
  			Onboarding Page Style CSS Sprint-17
****************************** *****************************/
.onboarding-container-section {
	height: calc(100vh - 65px);
	margin-top: 65px;
	min-height: 550px;
	position: relative;
	width: 100%;
}
.onboarding-inner-section {
	left: 0;
	position: absolute;
	text-align: center;
	top: 42%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.onboarding-page {
	display: block;
}
.onboarding-inner {
	margin: 0 auto;
	max-width: 660px;
}
.onboarding-page img {
	margin-bottom: 35px;
}
.onboarding-page h2 {
	color: #414e58;
	font-family: "hypefontblack";
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 25px;
	text-transform: uppercase;
}
.onboarding-page p {
	color: #414e58;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 32px;
}
.onboarding-options {
	display: block;
}
.onboarding-options ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.onboarding-options ul li {
	float: left;
	width: 50%;
}
.onboarding-options ul li a {
	color: #f8fafc;
	display: block;
	margin: 0 15px;
}
.onboarding-options ul li div {
	background: #495159 none repeat scroll 0 0;
	border-radius: 3px;
	padding: 25px;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
}
.onboarding-options ul li div:hover {
	background: #12db7d;
}
.onboarding-options ul li img {
	margin-bottom: 15px;
}
.onboarding-options ul li h5 {
	color: #f8fafc;
	font-family: "hypefontblack";
	font-weight: normal;
	margin: 0 0 10px;
	text-transform: uppercase;
}
.onboarding-options ul li p {
	color: #f8fafc;
	font-size: 14px;
	line-height: 18px;
	margin: 0;
}
.onboarding-options.options_2 ul li {
	width: 25%;
}
.onboarding-options.options_2 ul li div {
	padding: 18px 5px;
}
.onboarding-options.options_2 ul li img {
	margin: 0;
}
.onboarding-page p.onp-last {
	margin: 35px 65px 0;
}
/****************************** ****************************** 
  			Promotion Option Page Style CSS Sprint-17
****************************** *****************************/
.new-promotion-container-section {
	height: calc(100vh - 65px);
	margin-top: 65px;
	min-height: 630px;
	position: relative;
	width: 100%;
}
.new-promotion-inner-section {
	left: 0;
	position: absolute;
	text-align: center;
	top: 44%;
	width: 100%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}
.new-promotion-option-page {
	display: block;
}
.new-promotion-option-inner {
	margin: 0 auto;
	max-width: 660px;
}
.new-promotion-option-page img {
	margin-bottom: 35px;
}
.new-promotion-option-page h2 {
	color: #414e58;
	font-family: "hypefontblack";
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 25px;
	text-transform: uppercase;
}
.new-promotion-option-page p {
	color: #414e58;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 32px;
}
.new-promotion-options {
	display: block;
}
.new-promotion-options ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.new-promotion-options ul li {
	float: left;
	width: 50%;
}
.new-promotion-options ul li a {
	color: #f8fafc;
	display: table;
	margin: 0 15px;
	width: calc(100% - 30px);
}
.new-promotion-options ul li div {
	background: #495159 none repeat scroll 0 0;
	border-radius: 3px;
	display: table-cell;
	height: 150px;
	padding: 15px;
	text-align: center;
	transition: background 0.2s linear 0s;
	-webkit-transition: background .2s linear;
	vertical-align: middle;
}
.new-promotion-options ul li div:hover {
	background: #292d31;
}
.new-promotion-options ul li img {
	margin-bottom: 15px;
}
.new-promotion-options ul li h5 {
	color: #f8fafc;
	font-family: "hypefontblack";
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.25px;
	line-height: 1.2;
	margin: 0 15px;
	padding: 0;
	text-transform: uppercase;
}
.new-promotion-options ul li p {
	color: #f8fafc;
	font-size: 14px;
	line-height: 18px;
	margin: 12px 0 0;
}
.new-promotion-options ul li p span {
	color: #f43010;
}
/****************************** ****************************** 
  		 Spotlight Promotion Page Style CSS Sprint-17
****************************** *****************************/
.no-padding {
	padding: 0!important;
}
.gray-bg-section, .white-bg-section {
	background: #f8fafc none repeat scroll 0 0;
	border-bottom: 1px solid #e6eaef;
	padding: 35px 0;
}
.white-bg-section {
	background: #ffffff none repeat scroll 0 0;
}
.spotlight-promotion-page {
	display: block;
}
.spotlight-promotion-page h2 {
	color: #495159;
	font-family: "hypefontblack";
	font-size: 18px;
	letter-spacing: 0.3px;
	margin: 0 0 25px;
	text-transform: uppercase;
}
.spotlight-what-part h2 {
	display: inline;
	margin: 0 5px 0 0;
	vertical-align: middle;
}
.spotlight-what-part .info-btn {
	background-size: contain;
	height: 16px;
	margin-top: -2px;
	width: 16px;
}
.spotlight-promotion-page label {
	margin-bottom: 10px;
	padding-top: 0;
}
.spotlight-promotion-page .hy_divider {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	margin: 15px 0;
}
.promotion-selectday-part {
	display: block;
	padding: 0 0 0 32px;
}
.quantity {
	position: relative;
}
.quantity input[type=number]::-webkit-inner-spin-button, .quantity input[type=number]::-webkit-outer-spin-button {
 -webkit-appearance: none;
 margin: 0;
}
.quantity input[type=number] {
	-moz-appearance: textfield;
	float: left;
	height: 30px;
	text-align: center;
	width: 60px;
}
.promotion-multiple {
	color: #495159;
	float: left;
	font-size: 12px;
	margin: 5px 20px 0 8px
}
.quantity-nav {
	display: inline-block;
}
.quantity-button {
	background: #b1b8bf none repeat scroll 0 0;
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	height: 30px;
	margin-right: 20px;
	text-align: center;
	width: 60px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}
.quantity-button span {
	color: #ffffff;
	font-family: "hypefontregular";
	font-size: 20px;
}
.pselectday-btn {
	display: inline-block;
	margin-left: -5px;
	vertical-align: top;
}
.spotlight-confirmation-part {
	display: block;
}
.spotlight-confirmation-part ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.spotlight-confirmation-part ul li {
	display: block;
	margin-bottom: 20px;
}
.spotlight-confirmation-part ul li:last-child {
	margin: 0;
}
.spotlight-confirmation-part ul li label {
	color: #f73e15;
	float: left;
	font-family: "poppinsbold";
	font-size: 16px;
	margin: 0 15px 0 0;
}
.spotlight-confirmation-part ul li div {
	color: #25292d;
	font-family: "poppinsregular";
	font-size: 16px;
	letter-spacing: 0.3px;
	overflow: hidden;
}
.spotlight-promotion-page .hy-btn-gray {
	border-color: transparent;
	margin-left: 10px;
	min-width: initial;
}
/****************************** ****************************** 
  		 Payment Error Pop Up Style CSS Sprint-17
****************************** *****************************/
@media (min-width:768px) {
#payment-error-popup .modal-dialog {
	width: 500px;
}
}
.payment-error {
	display: block;
	text-align: center;
}
.payment-error p {
	color: #414e58;
	font-size: 14px;
	margin-bottom: 20px;
}
.track-point .new-b {
	top: 0 !important;
}
/****************************** ****************************** 
  		 		 Player Widget CSS Sprint-18
****************************** *****************************/
/*Widget 1*/
.widget {
	position: absolute;
	width: 100%;
	height: 100%;
	border-radius: 3px;
	border: 1px solid #dce1e6;
	overflow: hidden;
}
.HYW_bg_default {
	background-color: #f8fafc;
}
.HYW-box-full {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}
.singleHype {
	border-radius: 3px;
	overflow: hidden;
}
.HYW_hype {
	overflow: hidden;
}
.HYW_hype__artwork {
	border-radius: 2px 0 0 2px;
	display: none;
	float: left;
	height: 156px;
	margin: 1px;
	opacity: 1;
	overflow: hidden;
	width: 156px;
}
.HYW_hype.artworkVisible .HYW_hype__artwork {
	display: block;
	overflow: hidden;
	position: relative;
}
.artwork, .artwork__img, .artwork__link {
	display: block;
	height: 100%;
	position: relative;
	width: 100%;
}
.artwork__wrapper {
	position: absolute;
	top: 9px;
	right: 9px;
	bottom: 9px;
	left: 9px;
}
.widget-artwork {
	background-position: 50% 50%;
	background-size: cover;
	display: inline-block;
}
.Hypeimage {
	height: 100%;
	position: relative;
	width: 100%;
}
.Hypeimage__full {
	opacity: 1;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
}
.HYW_hype__content {
	bottom: 1px;
	height: 156px;
	left: 10px;
	opacity: 1;
	overflow: hidden;
	position: absolute;
	right: 10px;
	top: 1px;
}
.HYW_hype.artworkVisible .HYW_hype__content {
	left: 170px;
}
.HYW_hype__header {
	height: 60px;
	top: 15px;
}
.HYW_hype__header, .HYW_hype__waveform {
	left: 0;
	position: absolute;
	right: 0;
}
.widget-media, .widget-media-body, .widget-media-content {
	overflow: hidden;
}
.widget-media-image, .widget-media-left {
	float: left;
	margin-right: 10px;
}
.soundHeader__playButton {
	margin: 1px 10px 1px 1px;
}
.playButton {
	background: #f22a12 none repeat scroll 0 0;
	border: 0 none;
	border-radius: 100%;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 2em;
	height: 54px;
	line-height: 54px;
	margin: 0;
	padding: 0;
	position: relative;
	vertical-align: middle;
	width: 54px;
}
.playButton.playing .playButton__pause, .playButton__play {
	display: block;
}
.playButton.playing .playButton__play, .playButton__pause {
	display: none;
}
.playButton__play i {
	margin-left: 3px;
	margin-top: 13px;
}
.playButton__pause i {
	margin-left: 1px;
	margin-top: 13px;
}
.soundHeader__title {
	margin-top: 15px;
}
.text-truncate {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: normal;
}
.HYWidget_title {
	font-size: 14px;
	line-height: 14px;
}
.HYWidget_title__h1, .HYWidget_title__h2 {
	color: #495159;
	display: inline-block;
	font-family: "hypefontregular";
	max-width: 100%;
	text-transform: uppercase;
	vertical-align: bottom;
	font-weight: normal;
}
.HYWidget_title__h1:hover, .HYWidget_title__h2:hover {
	text-decoration: none;
	color: #000000;
}
.HYWidget_title__h1 {
	font-family: "hypefontblack";
}
.HYWidget_title__h2Text {
	max-width: 80%;
}
.widget-media-right {
	border-left: 1px solid #ccc;
	float: right;
	height: 26px;
	margin-left: 10px;
	margin-top: 16px;
	padding-left: 10px;
}
.HypeRight_Row {
	color: #495159;
	font-size: 14px;
	height: 16px;
	line-height: 13px;
	margin-top: -1px;
	text-align: right;
}
.HypeRight_Row span {
	font-family: "hypefontblack";
}
.HYW_hype__waveform {
	height: 65px;
	top: 78px;
}
.waveform {
	height: 100%;
	position: relative;
	transition: opacity 0.2s ease-in-out 0s;
	width: 100%;
}
.waveform img {
	max-height: 100%;
}
@media (max-height: 159px) {
.HYW_hype__artwork {
	height: 116px;
	width: 116px;
}
.artwork__wrapper {
	bottom: 6px;
	left: 6px;
	right: 6px;
	top: 6px;
}
.HYW_hype__content {
	height: 116px;
}
.HYW_hype.artworkVisible .HYW_hype__content {
	left: 130px;
}
.HYW_hype__header {
	top: 6px;
}
.HYW_hype__waveform {
	height: 44px;
	top: 66px;
}
}
@media (max-width:400px) {
.HYW_hype.artworkVisible .HYW_hype__artwork {
	display: none;
}
.HYW_hype.artworkVisible .HYW_hype__content {
	left: 10px;
}
}
/*Widget 2*/
.visualHypeContainer {
	left: 0;
	position: fixed;
	top: 0;
}
.HY-wframe .visualHypeContainer {
	position: relative;
}
.visualAudible {
	height: 100%;
	position: absolute;
	width: 100%;
	z-index: 1;
}
.visualAudible__artwork, .visualAudible__artworkOverlay, .visualAudible__artworkOverlay::after, .visualAudible__wrapper {
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	transition: opacity 0.2s ease-out 0s;
}
.visualAudible__artworkOverlay {
	opacity: 0;
	transition: opacity 0.2s ease-out 0s;
}
.visualAudible__artworkOverlay::after {
	background: #000 none repeat scroll 0 0;
	content: "";
	display: block;
	opacity: 0.6;
}
.visualAudible.bgOverlay .visualAudible__artworkOverlay {
	opacity: 1;
}
.visualAudible__body {
	margin: 0 0 90px;
	padding: 14px 11px 14px 10px;
	position: relative;
	z-index: 100;
}
.soundHeader.visual .soundHeader__title {
	margin-top: 10px;
}
.HYWidget-text-visual {
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	color: rgba(255, 255, 255, 0.9);
	padding-left: 6px;
	padding-right: 6px;
}
.HYWidget-text-visual:hover {
	color: rgba(255, 255, 255, 1);
}
.HYWidget_title__h1.HYWidget-text-visual {
	margin-bottom: 2px;
	padding-bottom: 2px;
	padding-top: 2px;
}
.HYWidget_title__h2.HYWidget-text-visual {
	padding-bottom: 2px;
	padding-top: 2px;
}
.visualAudible__body .widget-media-right {
	border-color: rgba(255, 255, 255, 0.9);
	height: 34px;
	margin-top: 12px;
}
.HypeRight_Row.HYWidget-text-visual {
	margin-bottom: 2px;
	margin-top: 0;
	padding-bottom: 2px;
	padding-top: 2px;
}
.HypeRight_Row.HYWidget-text-visual:hover {
	color: rgba(255, 255, 255, 0.9);
}
.visualAudible__footer {
	bottom: 0;
	height: 100px;
	left: 0;
	padding: 15px 10px;
	position: absolute;
	right: 0;
	transform: translate(0px);
	transition: transform 0.2s ease-out 0s;
}
.visualAudible__waveform {
	bottom: 20px;
	height: 65px;
	left: 10px;
	position: absolute;
	right: 10px;
}
.visualAudible.bgOverlay .visualAudible__footer {
	transform: translateY(100%);
	transition: transform 0.2s ease-out 0s;
}
.nowavepeak {
	background: url(../images/wave-bg.png) 0 0 repeat-x;
}
/****************************** ****************************** 
  		 New Dashboard For Rookie/Pro Users Sprint-19
****************************** *****************************/
.rookie-fangate-view {
	display: block;
}
.r-fangate-artwork {
	border: solid 1px #dce1e6;
	border-radius: 6px;
	display: block;
	float: left;
	height: 77px;
	overflow: hidden;
	width: 77px;
}
.r-fangate-artwork img {
	display: block;
	height: 75px;
	width: 75px;
}
.r-fangate-content {
	display: block;
	margin-left: 90px;
	overflow: hidden;
	padding-top: 11px;
}
.r-fangate-content a {
	font-size: 12px;
	color: #22282e;
}
.rFangateTitle_h1, .rFangateTitle_h2 {
	color: #22282e;
	display: inline-block;
	font-family: "poppinsregular";
	font-weight: normal;
	line-height: 14px;
	max-width: 130px;
	vertical-align: bottom;
}
.rFangateTitle_h1 {
	font-family: "poppinssemibold";
}
a.rFangateTitle_h1, a.rFangateTitle_h2 {
	color: #22282e;
}
a:hover.rFangateTitle_h1, a:hover.rFangateTitle_h2 {
	color: #000000;
}
a:hover.rFangateTitle_h1 h3 {
	color: #000000;
}
.feed_link {
	color: #3f4a54;
	display: inline-block;
	font-family: "poppinssemibold";
	font-weight: normal;
}
.ellipsis-option {
	background: url(../images/option-menu-icon.png) 0 0 no-repeat;
	width: 6px;
	height: 24px;
}
.hype-table-rookie .button:not(.hy-opt-btn), .hype-table-new .button:not(.hy-opt-btn) {
	min-width: 125px;
}
.hype-table-rookie .table > tbody > tr > td {
	border-top: 1px solid #f1f3f5;
	padding-top: 25px;
	padding-bottom: 25px;
}
.hype-table-rookie .dropdown-menu.for-dd-menu-right {
	right: 45px;
}
/****************************** ****************************** 
  		 New Onboarding Plan Selection Sprint-19
****************************** *****************************/
.new-plan-billing-option {
	display: block;
	margin-bottom: 10px;
	margin-top: -8px;
}
.new-plan-billing-option ul li {
	background: transparent none repeat scroll 0 0;
}
.new-plan-billing-option .checkbox-custom + .checkbox-custom-label::before, .new-plan-billing-option .radio-custom + .radio-custom-label::before {
	background-color: transparent;
}
.new-onboarding-plan {
	display: block;
	margin: 0 auto;
	max-width: 548px;
	width: 100%;
}
.new-onboarding-plan ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.new-onboarding-plan ul li {
	float: left;
	margin: 0 10px;
	width: calc(50% - 10px);
}
.new-onboarding-plan ul li:first-child {
	margin-left: 0;
}
.new-onboarding-plan ul li:last-child {
	margin-right: 0;
}
.on-plan-heading-new {
	background: #495159 none repeat scroll 0 0;
	border-radius: 3px 3px 0 0;
	height: 74px;
	line-height: 74px;
	padding: 0 15px;
}
.on-plan-heading-new h2 {
	color: #ffffff;
	font-family: "hypefontblack";
	font-size: 24px;
	font-weight: normal;
	line-height: 74px;
	margin: 0;
}
.onboarding-plan-box-new {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #dce1e6;
	border-radius: 3px;
	display: block;
	margin: 0 auto 25px;
	max-width: 264px;
	text-align: center;
}
.on-plan-content-new {
	display: block;
	padding: 35px 28px;
}
.on-plan-text-new {
	margin-bottom: 25px;
	min-height: 185px;
}
.on-plan-text-new p {
	color: #495159;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 15px;
}
.on-plan-text-new p:last-child {
	margin-bottom: 0;
}
.on-plan-content-new .plan-price {
	display: block;
	margin-bottom: 20px;
}
.on-plan-content-new .plan-price h4 {
	color: #495159;
	font-family: "poppinssemibold";
	font-size: 50px;
	font-weight: normal;
	line-height: 40px;
	margin: 0;
	padding: 0;
}
.on-plan-content-new .plan-price h4 sup {
	font-family: "poppinsregular";
	font-size: 14px;
	top: -24px;
}
.on-plan-content-new .plan-price h4 sub {
	bottom: 0;
	font-family: "poppinsregular";
	font-size: 14px;
	left: -3px;
}
.on-plan-content-new .plan-price span {
	font-size: 10px;
	color: #7a7f84;
	font-family: "poppinsregular";
}
.on-plan-content-new .hy-btn, .on-plan-content-new .button {
	border-radius: 3px;
	display: block;
	font-size: 12px;
	height: 40px;
	line-height: 40px;
	margin: 0 auto;
	max-width: 150px;
	padding: 0 15px;
}
.see-all {
	color: #414e58;
	font-size: 14px;
	padding-right: 60px;
	text-align: right;
}
.see-all a {
	color: #414e58;
	border-bottom: 1px solid #7e868c;
}
.see-all a:hover {
	color: #f1240c;
	border-bottom: 1px solid #f1240c;
}
/****************************** ****************************** 
  		 Onboarding Plan Selection Page CSS Sprint-18
****************************** *****************************/
.single-title-part {
	display: block;
	text-align: center;
	margin-bottom: 30px;
}
.single-title-part h2 {
	color: #495159;
	font-family: "hypefontblack";
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 15px;
}
.single-title-part h2 span {
	font-family: "hypefontthin";
	font-style: italic;
	display: block;
	margin-bottom: 3px;
}
.single-title-part p {
	color: #495159;
	font-family: "poppinsregular";
	font-size: 14px;
	margin-bottom: 0;
}
/****************************** ****************************** 
  		 New Onboarding Subscription Plan Sprint-19
****************************** *****************************/
.onboarding-pricing-table {
	display: block;
	max-width: 780px;
	margin: 120px auto 0 auto;
}
.onboarding-pricing-table .row {
	margin-left: 0;
	margin-right: 0;
}
.onboarding-pricing-box {
	display: block;
	background: #ffffff;
	border: 1px solid #d7dbe0;
	position: relative;
}
.onboarding-pricing-header {
	background: #3f4a54 none repeat scroll 0 0;
	display: table;
	height: 80px;
	margin-top: -80px;
	width: 100%;
}
.onboarding-pricing-header h1 {
	display: table-cell;
	margin: 0;
	padding: 0;
	text-align: center;
	vertical-align: middle;
	font-size: 24px;
	color: #ffffff;
	font-family: "hypefontblack";
	font-weight: normal;
	text-transform: uppercase;
	letter-spacing: 0.25px;
}
.onboarding-pricing-list {
	display: block;
}
.onboarding-pricing-list ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.onboarding-pricing-list ul li {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 1px solid #d7dbe0;
	color: #3f4a54;
	display: flex;
	flex-direction: column;
	font-family: "poppinsregular";
	font-size: 14px;
	justify-content: center;
	min-height: 100px;
	padding: 4px 15px;
}
.onboarding-features-box .onboarding-pricing-list ul li {
	background: #f7f8f9;
}
.onboarding-pricing-list ul li:last-child {
	border-bottom: medium none;
	min-height: 100px;
}
.onboarding-pricing-list ul li strong {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.onboarding-pricing-list ul li sup {
	color: #495159;
	font-family: "hypefontblack";
	font-size: 10px;
	top: -3px;
}
.onboarding-pricing-list ul li .hy-btn, .onboarding-pricing-list ul li .button {
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	padding: 0 15px;
	width: 160px;
}
.feature-selected, .feature-unselected {
	background: rgba(0, 0, 0, 0) url("../images/feature-selected.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 25px;
	width: 25px;
	margin: 0 auto;
}
.feature-unselected {
	background: rgba(0, 0, 0, 0) url("../images/feature-unselected.png") no-repeat scroll 0 0;
}
.no-border-middle-box {
	border-left: 0;
	border-right: 0;
}
.onboarding-radio-options {
	direction: rtl;
	margin-top: 25px;
	padding-right: 75px;
	text-align: right;
}
.onboarding-radio-options .radio {
	margin-bottom: 5px;
	margin-top: 5px;
}
.onboarding-radio-options .radio-custom-label {
	font-family: "poppinsregular";
}
.onboarding-radio-options .radio-custom + .radio-custom-label::before {
	margin-left: 10px;
	margin-right: 0;
}
.onboarding-radio-options .radio-custom:checked + .radio-custom-label:before {
	background: rgba(0, 0, 0, 0) url("../images/black-dot-icon.png") no-repeat scroll 50% 50%;
}
.onboarding-checkbox-options {
	margin-top: 25px;
	text-align: center;
}
.onboarding-checkbox-options input.cmn-toggle-round + label::before, .onboarding-checkbox-options input.cmn-toggle-round:checked + label::before {
	background-color: #f7f8f9;
	border: solid 1px #b1b8bf;
}
.onboarding-checkbox-options input.cmn-toggle-round + label::after {
	background-color: #3f4a54;
	content: " ";
	height: 20px;
	left: 3px;
	top: 3px;
	width: 20px;
}
.onboarding-checkbox-options .switchtoggle, .onboarding-checkbox-options .toggler {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #495159;
	margin: 0 2px;
	padding: 0;
}
.onboarding-plan-price {
	display: block;
	margin-bottom: 15px;
}
.onboarding-plan-price h4 {
	color: #495159;
	font-family: "hypefontblack";
	font-size: 40px;
	font-weight: normal;
	line-height: 30px;
	margin: 0;
	padding: 0;
}
.onboarding-plan-price h4 sup {
	font-family: "hypefontblack" !important;
	font-weight: normal !important;
	font-size: 14px !important;
	top: -16px !important;
	right: 3px !important;
	color: #495159 !important;
}
.onboarding-plan-price h4 sub {
	font-family: "poppinsregular";
	font-weight: normal;
	font-size: 12px;
	bottom: 3px;
	left: 3px;
}
.onboarding-plan-price span {
	color: #7a7f84;
	display: block;
	font-family: "poppinsregular";
	font-size: 10px;
	margin-top: 8px;
}
.onboarding-pricing-list ul li:first-child {
	min-height: 185px;
}
.for-onrookie {
	border: 1px solid #d7dbe0;
	margin-left: -1px;
	width: calc(100% + 2px);
}
.for-onpro {
	border: 1px solid #d7dbe0;
	border-left: 0;
	margin-right: -1px;
	width: calc(100% + 1px);
}
.onboarding-pricing-list ul.mobile-type li {
	text-align: left;
}
.onboarding-pricing-list ul.mobile-type li:first-child, .onboarding-pricing-list ul.mobile-type li:last-child {
	text-align: center;
}
.mobile-type .feature-selected, .mobile-type .feature-unselected {
	display: inline-block;
	margin: 0;
	vertical-align: middle;
}
@media (min-width: 768px) {
.onboarding-pricing-table .row .col-md-6 {
	width: 38%;
}
.onboarding-pricing-table .row .col-md-3 {
	width: 31%;
}
}
/****************************** ****************************** 
  		 Fan Promotion Select Track Sprint-19
****************************** *****************************/
.fan-white-box {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #dce1e6;
	border-radius: 3px;
	margin-bottom: 30px;
	min-height: 278px;
	padding: 40px;
}
.fan-white-box h2 {
	color: #495159;
	font-size: 20px;
	margin: 0 0 30px;
	text-align: center;
}
.fan-white-box ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fan-white-box ul li {
	background: rgba(0, 0, 0, 0) url("../images/feature-selected.png") no-repeat scroll 0 0 / 20px auto;
	color: #25292d;
	font-size: 14px;
	margin-bottom: 10px;
	padding-left: 30px;
}
.fan-white-box ul li:last-child {
	margin-bottom: 0;
}
.fan-white-select-box {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #dce1e6;
	border-radius: 3px;
	padding: 40px;
}
.fan-white-select-box h2 {
	color: #495159;
	font-size: 20px;
	margin: 0 0 30px;
	text-align: center;
}
.fangate-select-part {
	max-width: 440px;
	margin: 0 auto;
	text-align: center;
}
.fangate-select-part .hy-btn {
	margin-top: 15px;
	width: 150px;
}
/****************************** ****************************** 
  				 Fan Promotion Sprint-19
****************************** *****************************/
/*== Stylist Checkbox Styles Option 2 CSS ==*/
.checkbox-custom-2 {
	opacity: 0;
	position: absolute;
}
.checkbox input.checkbox-custom-2[type="checkbox"] {
	margin-left: 0;
}
.checkbox-custom-2, .checkbox-custom-label-2 {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox-custom-label-2 {
	color: #495159;
	font-family: "poppinsregular";
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	padding: 0 !important;
	position: relative;
	line-height: 20px !important;
}
.checkbox-custom-2 + .checkbox-custom-label-2:before {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #b1b8bf;
	border-radius: 3px;
	content: "";
	display: inline-block;
	font-size: 12px;
	height: 20px;
	line-height: 18px;
	margin-right: 5px;
	text-align: center;
	vertical-align: top;
	width: 20px;
}
.checkbox-custom-2:checked + .checkbox-custom-label-2:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	background: #3f4a54 none repeat scroll 0 0;
	border: 1px solid #3f4a54;
	color: #fff;
}
.checkbox-custom-2-disabled:checked + .checkbox-custom-label-2-disabled:before, .checkbox-custom-2-disabled + .checkbox-custom-label-2-disabled:before {
	background: #cccccc none repeat scroll 0 0 !important;
	border: 1px solid #cccccc !important;
	color: #cccccc !important;
	pointer-events: none;
}
.checkbox input.checkbox-custom-2-disabled[type="checkbox"] {
	pointer-events: none;
}
.checkbox label.checkbox-custom-label-2-disabled {
	pointer-events: none;
}
.fan-promotion-container {
	height: calc(100vh - 135px);
	margin-top: 135px;
	min-height: 450px;
	position: relative;
	width: 100%;
}
.fansidebar-heading {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #b1b8bf;
	color: #3f4a54;
	font-family: "poppinsmedium";
	font-size: 13px;
	font-weight: normal;
	height: 70px;
	padding: 26px 20px 26px 40px;
	position: fixed;
	top: 135px;
	width: 201px;
	z-index: 1;
}
.fan-promotion-sidebar {
	background: #ffffff none repeat scroll 0 0;
	border-right: 1px solid #b1b8bf;
	bottom: 0;
	height: calc(100% - 135px);
	position: fixed;
	top: 135px;
	width: 202px;
}
.fan-promotion-sidebar .panel-group {
	height: calc(100% - 70px);
	margin-bottom: 0;
	margin-top: 70px;
	overflow-x: hidden;
	overflow-y: auto;
}
.fan-promotion-sidebar .panel-group .panel {
	border: medium none;
	border-bottom: 1px solid #d7dbe0;
	border-radius: 0;
	box-shadow: none;
}
.fan-promotion-sidebar .panel-title {
	color: #3f4a54;
	font-family: "poppinsmedium";
	font-size: 13px;
	font-weight: normal;
}
.fan-promotion-sidebar .panel-title > a {
	display: block;
}
.fan-promotion-sidebar .panel-title > a.panel-toggle:before {
	color: #495159;
	content: "\f107";
	font-family: "FontAwesome";
	width: 24px;
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 18px;
	font-weight: bold;
	margin-top: -3px;
	text-align: center;
	vertical-align: middle;
	width: 24px;
}
.fan-promotion-sidebar .panel-title > a.panel-toggle.collapsed:before {
	color: #495159;
	content: "\f105";
	display: inline-block;
	font-family: "FontAwesome";
	font-size: 18px;
	font-weight: bold;
	margin-top: -3px;
	text-align: center;
	vertical-align: middle;
	width: 24px;
}
.fan-promotion-sidebar .panel-heading {
	border-radius: 0;
	padding: 25px 20px 25px 32px;
}
.fan-promotion-sidebar .panel-body {
	padding: 0 20px 20px 56px;
}
.fan-promotion-sidebar .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-top: 1px solid transparent;
}
.fan-promotion-sidebar .panel-body.panel-body-first {
	padding-left: 38px;
}
.fan-filter-option {
	display: block;
}
.fan-filter-option ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.fan-filter-option ul li {
	margin-bottom: 6px;
}
.fan-filter-option ul li .checkbox {
	margin: 0;
	float: left;
}
.fan-filter-option ul li .checkbox .checkbox-custom-2 + .checkbox-custom-label-2::before {
	margin-right: 2px;
}
.fan-filter-option ul li .filterLabel {
	color: #495159;
	cursor: pointer;
	display: block;
	font-family: "poppinsregular";
	font-size: 12px;
	min-height: 20px;
	overflow: hidden;
	padding: 2px 0 0;
}
.fan-promotion-main-part {
	display: block;
	/* overflow: hidden; */
	position: relative;
}
.promotion-table {
	display: block;
	padding-bottom: 60px;
	padding-top: 132px;
}
.promotion-table .table > thead > tr > th {
	background: #f8fafc none repeat scroll 0 0;
	border-bottom: 1px solid #dce1e6;
	border-radius: 0 !important;
	color: #414e58;
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: normal;
	padding-bottom: 13px;
	padding-top: 13px;
	vertical-align: middle;
}
.promotion-table .table > thead > tr > th:first-child {
	padding-left: 50px;
}
.promotion-table .table > thead > tr > th:last-child {
	padding-right: 50px;
}
.promotion-table .table > tbody > tr {
	background: #f8fafc;
}
.promotion-table .table > tbody > tr > td {
	border-top: 1px solid #edf0f3;
	padding: 25px 15px;
}
.promotion-table .table > tbody > tr > td:first-child {
	padding-left: 50px;
}
.promotion-table .table > tbody > tr > td:last-child {
	padding-right: 50px;
}
.promotion-table .checkbox {
	margin: 0;
	height: 20px;
	overflow: hidden;
}
.promotion-table .checkbox .checkbox-custom-2 + .checkbox-custom-label-2::before {
	margin-right: 0;
	display: block;
}
.promotion-table .checkbox.table-check .checkbox-custom-2 + .checkbox-custom-label-2::before {
	border-color: #3f4a54;
}
.fansite-view {
	display: table;
}
.fansite-artwork {
	border: solid 1px #dce1e6;
	border-radius: 5px;
	display: block;
	float: left;
	height: 77px;
	overflow: hidden;
	width: 77px;
}
.fansite-artwork img {
	display: block;
	height: 75px;
	width: 75px;
}
.fansite-content {
	display: table-cell;
	overflow: hidden;
	padding-left: 15px;
	vertical-align: middle;
}
.fansite-content h3 {
	color: #3f4a54;
	font-family: "poppinssemibold";
	font-size: 12px;
	line-height: 16px;
	font-weight: normal;
	margin: 0;
}
.fansite-content h3 a {
	color: #3f4a54;
}
.fansite-content h3 a:hover {
	color: #000;
}
.fansite-content p {
	color: #3f4a54;
	font-size: 12px;
	line-height: 15px;
	margin: 0;
}
.fansite-content p a {
	color: #3f4a54;
	overflow-wrap: break-word;
	word-break: break-word;
}
.fansite-content p a:hover {
	color: #000;
}
.fansite-stats {
	display: block;
	margin-top: 3px;
}
.fansite-stats ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.fansite-stats ul li {
	color: #495159;
	display: inline-block;
	font-size: 10px;
	margin-right: 8px;
	vertical-align: middle;
}
.fansite-stats ul li span {
	vertical-align: middle;
}
.fansite-stats ul li span + span {
	padding-top: 2px;
}
.fansite-stats ul li a {
	color: #3f4a54;
	display: block;
}
.fansite-star i {
	font-size: 14px;
	margin: 0 1px;
	color: #3f4a54;
}
.fansite-star i.disable {
	color: #d7dbe0;
}
.fansite-star span {
	display: block;
	font-size: 10px;
	color: #495159;
}
.for-static-white-title {
	position: fixed;
	top: 0;
	z-index: 2;
	width: 100%;
}
.fan-bottom-static-section {
	background: #f7f8f9 none repeat scroll 0 0;
	border-top: 1px solid #d7dbe0;
	bottom: 0;
	position: fixed;
	width: 100%
}
.fan-bottom-static-inner {
	display: block;
	margin: 0 auto;
	max-width: 1024px;
	padding: 15px 40px;
}
.fan-bottom-left {
	color: #3f4a54;
	float: left;
	font-size: 14px;
	font-weight: normal;
	line-height: 28px;
}
.fan-bottom-right {
	color: #3f4a54;
	font-size: 14px;
	font-weight: normal;
	float: right;
	text-align: right;
}
.fan-bottom-right .button {
	margin-left: 17px;
	width: 150px;
}
/*New Flexbox Table For Fan Promotion Page Spritn 19*/
.table-row {
	background: #ffffff none repeat scroll 0 0;
	display: flex;
	flex-direction: row;
	width: 100%;
	border-bottom: 1px solid #d7dbe0;
}
.table-row-inner {
	display: flex;
	flex-direction: row;
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 40px;
	width: 100%;
}
.table-row.table-header {
	background: #f7f8f9 none repeat scroll 0 0;
	border-bottom: 1px solid #d7dbe0;
	color: #3f4a54;
	font-family: "poppinsmedium";
	font-size: 13px;
	font-weight: normal;
}
.table-header .table-row-item {
	padding: 13px 15px;
	font-size: 13px;
}
.table-header .table-row-item .info-btn {
	background-size: cover;
	height: 13px;
	margin-top: 2px;
	width: 13px;
}
.table-header .table-row-item.theader-btn .button {
	padding: 7px 5px 4px;
	min-width: 120px;
}
.table-row-item {
	align-self: center;
	color: #3f4a54;
	display: flex;
	flex-basis: 0;
	flex-flow: row nowrap;
	flex-grow: 1;
	font-size: 12px;
	overflow-wrap: break-word;
	padding: 23px 15px;
}
.table-row-item:first-child {
	padding-left: 0;
}
.table-row-item:last-child {
	padding-right: 0;
}
.promotion-table .table-row.table-header {
	height: 70px;
	position: fixed;
	top: 198px;
	width: 100%;
	z-index: 1;
}
.fanpage-loading, .activity-loading {
	background: #f8fafc none repeat scroll 0 0;
	display: block;
	height: calc(100vh - 330px);
	line-height: 32;
	position: fixed;
	text-align: center;
	top: 268px;
	vertical-align: middle;
	width: 100%;
	z-index: 10000000;
}
.activity-loading {
	height: calc(100vh - 268px);
}
.empty-promochannels {
	display: table;
	height: calc(100vh - 330px);
	margin: 0 auto;
	text-align: center;
	vertical-align: middle;
	width: 65%;
}
.empty-promochannels > span {
	display: table-cell;
	vertical-align: middle;
}
/****************************** ****************************** 
  			 Copyright Confirmation Page Sprint-19
****************************** *****************************/
.copyright-top-section-part {
	display: block;
	margin-bottom: 40px;
}
.copyright-top-section-part p {
	color: #495159;
	font-size: 12px;
	margin-bottom: 25px;
	line-height: 20px;
}
.copyright-top-section-part ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.copyright-top-section-part ul li {
	background: rgba(0, 0, 0, 0) url("../images/gray-checkmark-icon.png") no-repeat scroll 0 50%;
	color: #495159;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
	padding-left: 40px;
}
.flex-row {
	display: flex;
}
.flex-row .col-sm-6 {
	display: flex;
}
.flex-row .col-sm-4 {
	display: flex;
}
.copyright-white-box {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #dce1e6;
	border-radius: 3px;
	padding: 40px 60px;
	position: relative;
}
.copyright-white-box h2 {
	margin: 0 0 25px;
	text-align: center;
}
.copyright-white-box p {
	color: #495159;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 12px;
}
.copyright-white-box ul {
	list-style: outside none none;
	margin: 0 0 60px;
	padding: 0;
}
.copyright-white-box ul li {
	color: #495159;
	font-size: 14px;
	margin-bottom: 20px;
}
.copyright-white-box ul li .checkbox {
	float: left;
	margin: 0;
}
.copyright-white-box ul li p {
	overflow: hidden;
	padding-left: 10px;
}
.copyright-white-box .button {
	bottom: 40px;
	display: block;
	left: calc(50% - 110px);
	max-width: 220px;
	position: absolute;
	width: 100%;
}
/****************************** ****************************** 
  			 Select Music Promotion Page Sprint-19
****************************** *****************************/
.how-promote-section {
	display: block;
}
.promote-white-box {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #dce1e6;
	border-radius: 3px;
	padding: 40px 49px;
	position: relative;
}
.promote-white-box h2 {
	margin: 0 0 25px;
	text-align: center;
}
.promote-white-box h4 {
	color: #495159;
	font-size: 20px;
	line-height: 30px;
	margin-bottom: 25px;
	text-align: center;
}
.promote-white-box ul {
	list-style: outside none none;
	margin: 0 25px 60px;
	padding: 0;
}
.promote-white-box ul li {
	background: rgba(0, 0, 0, 0) url("../images/gray-checkmark-icon.png") no-repeat scroll 0 0 / 20px auto;
	color: #495159;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 18px;
	padding-left: 30px;
}
.promote-btn-part {
	position: relative;
	text-align: center;
}
.promote-btn-part .button {
	max-width: 140px;
	width: 100%;
}
.promote-btn-part .info-btn {
	background-size: contain;
	height: 18px;
	margin-left: 10px;
	margin-top: 5px;
	position: absolute;
	width: 18px;
}
.promote-btn-price {
	color: #495159;
	font-size: 12px;
	margin-top: 8px;
}
.no-promotion-btn {
	text-align: right;
	display: block;
	margin-top: 20px;
}
.no-promotion-btn .button {
	max-width: 140px;
	width: 100%
}
/****************************** ****************************** 
  	 Blog Promotion - Email Confirmation PopUp Sprint-19
****************************** *****************************/
.new-popup-container {
	display: block;
	padding: 20px 65px;
}
.email-confirmation-content {
	display: block;
	text-align: center;
}
.email-confirmation-content .ic-pop-img {
	margin: 0 0 25px;
}
.email-confirmation-content h4 {
	color: #495159;
	font-family: "hypefontblack";
	font-size: 24px;
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}
.email-confirmation-content p {
	color: #495159;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 18px;
	text-align: left;
}
.email-confirmation-content p a {
	color: #495159;
	text-decoration: underline;
}
.email-confirmation-content p a:hover {
	color: #000;
}
.email-confirmation-content ul {
	list-style: outside none none;
	margin: 0 0 25px;
	padding: 0;
}
.email-confirmation-content ul li {
	background: rgba(0, 0, 0, 0) url("../images/gray-checkmark-icon.png") no-repeat scroll 0 0 / 20px auto;
	color: #495159;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 18px;
	padding-left: 30px;
	text-align: left;
}
.email-confirmation-content ol {
	margin: 0 0 25px 15px;
	padding: 0;
}
.email-confirmation-content ol li {
	color: #495159;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
	text-align: left;
}
.email-confirmation-content ol li em {
	font-style: normal;
	border-bottom: 1px solid #495159;
}
.hy-btns {
	display: block;
	margin-top: 30px;
}
.email-confirmation-content .button {
	margin: 0 8px;
	max-width: 140px;
	width: 100%;
}
.hy-btns .hy-subbtn {
	display: inline-block;
	margin: 0 8px;
}
.hy-btns .hy-subbtn .email-confirmation-content .button {
	margin: 0;
	max-width: initial;
}
.max300.hy-block-btns .button {
	max-width: 300px;
}
.max100per.hy-block-btns .button {
	max-width: 100%;
}
.email-confirmation-content hr {
	border-top-color: #d7dbe0;
	margin-top: 18px;
	margin-bottom: 18px;
}
.email-confirmation-content table {
	width: 100%;
}
.email-confirmation-content table tr td {
	color: #495159;
	font-size: 12px;
	line-height: 20px;
}
/****************************** ****************************** 
  	 		Blog Promotion - Confirmation Sprint-19
****************************** *****************************/
.blog-promotion-confirmation-section {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #dce1e6;
	display: block;
	min-height: calc(100vh - 135px);
	padding: 60px 0;
	text-align: center;
}
.blog-promotion-content {
	display: block;
	margin: 0 auto;
	max-width: 480px;
}
.blog-promotion-content img {
	margin: 0 0 25px;
}
.blog-promotion-content h4 {
	color: #495159;
	font-family: "hypefontblack";
	font-size: 24px;
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
}
.blog-promotion-content p {
	color: #495159;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 18px;
	padding: 0 10px;
}
.blog-promotion-content .button {
	margin: 0 8px;
	max-width: 220px;
	width: 100%;
}
.hy-block-btns .button {
	display: block;
	margin: 0 auto;
	max-width: 140px;
}
.hy-block-btns .button + .button {
	margin-top: 20px;
}
p.ic_fanlink a {
	background: rgba(0, 0, 0, 0) url("../images/link-icon-black.png") no-repeat scroll 100% 0;
	color: #495159;
	font-size: 12px;
	padding-right: 18px;
	text-decoration: underline;
}
p.ic_fanlink a:hover {
	color: #000000;
}
p.ic_fanlink a.copy-link {
	background: rgba(0, 0, 0, 0) url("../images/copy-icon.png") no-repeat scroll 100% 0 /contain;
	width: 16px;
	height: 16px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
/****************************** ****************************** 
  	 			Blog Promotion Page Sprint-19
****************************** *****************************/
.blog-promotion-page {
	display: block;
	min-height: calc(100vh - 135px);
}
.blog-promotion-page .panel-group {
	margin: 0;
}
.blog-promotion-page .panel-group .panel {
	background: #ffffff none repeat scroll 0 0;
	border-bottom: 1px solid #dce1e6;
	border-radius: 0;
	box-shadow: none;
	margin: 0;
	padding: 30px 0;
}
.blog-promotion-page .panel-group .panel.focusIn {
	background: #ffffff none repeat scroll 0 0;
}
.blog-promotion-page .panel-group .panel.focusOut {
	background: #f7f8f9 none repeat scroll 0 0;
}
.blog-promotion-page .panel-group .panel.focusOut .panel-title {
	color: #b1b8bf;
}
.blog-promotion-page .panel-group .panel.focusOut .panel-icon {
	background: #b1b8bf;
}
.blog-promotion-page .panel-group .panel.focusOut .panel-title > a.panel-toggle.collapsed:before {
	color: #b1b8bf;
}
.blog-promotion-page .panel-heading {
	border-radius: 0;
	padding: 2px 0 6px;
}
.blog-promotion-page .panel-title {
	color: #495159;
	font-size: 20px;
}
.blog-promotion-page .panel-title .panel-icon {
	background: #495159 none repeat scroll 0 0;
	border-radius: 25px;
	color: #fff;
	float: left;
	font-family: "poppinssemibold";
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-right: 12px;
	margin-top: 5px;
	text-align: center;
	vertical-align: middle;
	width: 20px;
}
.blog-promotion-page .panel-title .panel-headline {
	display: block;
	overflow: hidden;
	padding-top: 5px;
}
.blog-promotion-page .panel-title > a {
	display: block;
}
.blog-promotion-page .panel-title > a.panel-toggle:before {
	color: #495159;
	content: "\f107";
	float: left;
	font-family: "FontAwesome";
	font-size: 25px;
	text-align: center;
	width: 25px;
}
.blog-promotion-page .panel-title > a.panel-toggle.collapsed:before {
	content: "\f105";
}
.blog-promotion-page .panel-body {
	border: medium none !important;
	padding: 20px 25px 0;
}
.blog-promotion-page .panel-body .button {
	min-width: 140px;
}
.blog-promotion-page .panel-body .form-btn .button {
	margin-right: 20px;
}
.promotion-how-work {
	display: block;
}
.promotion-how-work p {
	color: #495159;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 25px;
	padding: 0 0 0 32px;
}
.promotion-how-work ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.promotion-how-work ul li {
	background: rgba(0, 0, 0, 0) url("../images/gray-checkmark-icon.png") no-repeat scroll 0 0 / 20px auto;
	color: #495159;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
	padding-left: 32px;
}
.promotion-how-work ul li b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.promotion-how-work ul li img {
	border: 1px solid #dce1e6;
	margin-top: 15px;
	max-width: 100%;
}
.promotion-how-work ol {
	margin: 0 0 25px 48px;
	padding: 0;
}
.promotion-how-work ol li {
	color: #495159;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 5px;
}
.promotion-how-work ol li b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.promotion-how-work ol li em {
	font-style: normal;
	border-bottom: 1px solid #495159;
}
.promotion-select-part {
	display: block;
	margin-top: 5px;
	padding: 0 0 0 32px;
}
.promotion-select-part .select {
	float: left;
	margin-bottom: 0;
	margin-right: 20px;
	max-width: 380px;
	width: 100%;
}
.promotion-select-part .select .btn {
	height: 30px;
}
.promotion-select-part .button {
	min-width: initial!important;
}
.promotion-confirm-part {
	display: block;
	padding: 0 0 0 32px;
}
.promotion-confirm-part ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.promotion-confirm-part ul li {
	display: block;
	margin-bottom: 35px;
}
.promotion-confirm-part ul li:last-child {
	margin: 0;
}
.promotion-confirm-part ul li label {
	color: #495159;
	float: left;
	font-family: "poppinssemibold";
	font-size: 12px;
	margin: 0 45px 0 0;
	padding-top: 0;
}
.promotion-confirm-part ul li:last-child label {
	padding-top: 5px;
}
.promotion-confirm-part ul li div {
	color: #495159;
	font-family: "poppinsregular";
	font-size: 12px;
	overflow: hidden;
}
.pconfirm-btn {
	display: inline-block;
	margin-left: 40px;
	vertical-align: middle;
}
/****************************** ****************************** 
  	 				Dashboard New Sprint-19
****************************** *****************************/
.activity-box-new {
	display: block;
	padding: 40px 25px;
}
.activity-box-new h6 {
	color: #495159;
	font-family: "poppinsregular";
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0;
}
.activity-box-new h4 {
	color: #495159;
	font-size: 50px;
	letter-spacing: 0;
	margin: 5px 0;
}
.activity-box-new h5 {
	color: #495159;
	font-family: "poppinsregular";
	font-size: 12px;
	margin: 0;
}
.activity-box-new h5 span {
	color: #12db7d;
	font-weight: bold;
}
.more-options {
	display: block;
	width: 80px;
}
.more-options ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.more-options ul li {
	display: inline-block;
	height: 18px;
	margin-left: 5px;
	vertical-align: middle;
	width: 18px;
}
.more-options ul li a {
	display: block;
	vertical-align: middle;
}
.profile-more-link {
	display: block;
	margin-top: 10px;
	margin-right: 1px;
	width: 65px;
	float: right;
}
.profile-more-link a {
	font-family: "hypefontblack";
	font-size: 8px;
	font-weight: normal;
	line-height: 1;
	letter-spacing: 0.2px;
	text-align: left;
	color: #3f4a54;
	display: block;
}
.profile-more-link a img {
	float: left;
	margin-top: -2px;
	margin-right: 5px;
}
.profile-more-link a span {
	overflow: hidden;
}
.copyright-error-msg {
	display: block;
	position: relative;
	text-align: left;
}
.copyright-error-msg i {
	float: left;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
.copyright-error-msg p {
	margin: 0;
	overflow: hidden;
	margin-left: 50px;
}
.dashbord-inner-container {
	display: block;
	margin: 0 auto;
	max-width: 940px;
}
.dashbord-inner-container .row {
	margin-left: -10px;
	margin-right: -10px;
}
.dashbord-inner-container .row [class*="col-"] {
	padding-left: 10px;
	padding-right: 10px;
}
.fullHeight_withTitle {
	min-height: calc(100vh - 135px);
}
/****************************** ****************************** 
  	 			Fan Promotion Page Sprint-20
****************************** *****************************/
/*New Flexbox Table For Fan Promotion Page Spritn 20*/
.fd1 {
	flex-basis: 30%!important;
}
.fd2 {
	flex-basis: 12%!important;
}
.fd3 {
	flex-basis: 12%!important;
}
.fd4 {
	flex-basis: 32%!important;
}
.fd5 {
	flex-basis: 14%!important;
}
.fd2-3-4 {
	flex-basis: 56%!important;
}
.new-fanfilter-part {
	background: #fff none repeat scroll 0 0;
	border-bottom: 1px solid #dce1e6;
	border-top: 1px solid #d7dbe0;
	box-shadow: 0 5px 10px 0 #d4d9de;
	display: block;
	height: 64px;
	position: fixed;
	top: 134px;
	width: 100%;
	z-index: 2;
}
.new-fanfilter-inner {
	display: block;
	margin: 0 auto;
	max-width: 1024px;
	padding: 13px 40px 13px;
}
.new-fanfilter-part label.nfanlabel {
	color: #495159;
	float: left;
	font-family: "poppinsmedium";
	font-size: 13px;
	font-weight: normal;
	margin: 8px 15px 0 0;
	padding: 0;
}
.filter-fangate {
	float: left;
	width: 24%;
}
.filter-fangate .select {
	display: flex;
}
.filterby-option {
	float: left;
	width: 76%;
}
.filterby-option-full {
	width: 100%;
	z-index: 1;
}
.filterby-option label.nfanlabel {
	margin-left: 20px;
	margin-right: 5px;
}
.filterby-option:first-child label.nfanlabel {
	margin-left: 0;
}
.filterby-selects {
	display: flex;
}
.filterby-option .select {
	float: left;
	margin: 0 10px;
	width: 33.33%;
}
.filterby-option .select:last-child {
	margin-right: 0;
}
.fangate-info {
	color: #3f4a54;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: anywhere;
}
.geners-tag {
	display: block;
	margin-top: 20px;
}
.geners-tag ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.geners-tag ul li {
	border-radius: 3px;
	float: left;
	font-family: "hypefontblack";
	font-size: 10px;
	font-weight: normal;
	height: 22px;
	line-height: 22px;
	margin-right: 5px;
	margin-bottom: 2px;
	padding: 0 10px;
}
.fangate-offers {
	display: block;
	margin-top: 20px;
}
.fangate-offers ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.fangate-offers ul li {
	color: #3f4a54;
	font-family: "poppinsmedium";
	font-size: 12px;
	font-weight: normal;
}
.fangate-offers ul li .info-btn {
	background-size: cover;
	height: 13px;
	width: 13px;
}
.fangate-offers ul li .white-tooltip + .tooltip {
	font-family: "poppinsregular";
}
.fangate-offer-inner-section {
	display: block;
	margin-bottom: 15px;
}
.fangate-offer-inner-section:last-child {
	margin-bottom: 0;
}
.fangate-offer-inner-section ul li {
	position: relative;
	padding-left: 20px;
}
.fangate-offer-inner-section h4 {
	color: #3f4a54;
	font-family: "poppinsregular";
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 3px;
	padding: 0;
}
.fangate-offer-inner-section ul li i.fa-star {
	position: absolute;
	left: 0;
	font-size: 14px;
	top: 1px;
}
.fangate-paid-icon {
	background: #12db7d none repeat scroll 0 0;
	border-radius: 3px;
	color: #ffffff;
	font-family: "hypefontblack";
	font-size: 9px;
	font-weight: normal;
	height: 20px;
	line-height: 20px;
	margin-right: 5px;
	text-align: center;
	width: 20px;
}
.fangate-paid-icon-white-border {
	border: solid 1px #ffffff;
}
.fangate-submitted {
	color: #3f4a54;
	display: flex;
	flex-basis: 100%;
	font-size: 10px;
	justify-content: flex-end;
	margin-top: 6px;
	text-align: right;
}
/****************************** ****************************** 
  	 			Fan Prmotion Submission Page
****************************** *****************************/
dl.dropdown-channel {
	background: #ffffff;
	border: 1px solid #dce1e6;
	border-radius: 3px;
	height: 36px;
}
dl.dropdown-channel.sort {
	max-width: 100%;
}
.dropdown-channel dt {
	position: relative;
}
.dropdown-channel dt a {
	color: #495159;
	display: block;
	font-size: 12px;
	font-weight: normal;
	overflow: hidden;
	padding: 9px 25px 8px 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}
.dropdown-channel.sort dt a {
	padding: 9px 30px 8px 40px;
	position: relative;
}
.dropdown-channel.sort dt a::before {
	position: absolute;
	content: "";
	background-image: url(../images/select-filter-icon.png);
	background-position: 0 0;
	background-repeat: no-repeat;
	background-size: cover;
	left: 10px;
	width: 18px;
	height: 18px;
} 
.dropdown-channel.sort dt a span.caret {
	border-top-width: 5px;
	border-right-width: 4px;
	border-left-width: 4px;
	border-top-color: #495158;
}
.dropdown-channel dt a span.caret {
	margin-top: -2px;
	position: absolute;
	right: 12px;
	top: 50%;
	vertical-align: middle;
}
.dropdown-channel dd {
	position: relative;
}
.dropdown-channel dd ul {
	display: none;
	left: 0;
	list-style: outside none none;
	overflow: auto;
	position: absolute;
	top: 3px;
	width: 280px;
}
.dropdown-channel .mutliSelect ul {
	background: #fff none repeat scroll 0 0;
	border: 1px solid #d7dfe6;
	border-radius: 3px;
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
	margin: 0;
	max-height: 276px;
	padding: 0;
	width: 100%;
}
.dropdown-channel .mutliSelect ul li {
	border-bottom: 1px solid #e5e8eb;
	padding: 9px 15px;
}
.dropdown-channel .mutliSelect ul li .checkbox {
	margin: 0;
	float: left;
}
.dropdown-channel .mutliSelect ul li:hover {
	background: #f5f5f5;
}
.dropdown-channel .mutliSelect ul li.active {
	background: #ededed;
}
.dropdown-channel .mutliSelect ul li label.filterLabel {
	color: #495159;
	cursor: pointer;
	display: block;
	font-family: "poppinsregular";
	font-size: 12px;
	min-height: 20px;
	overflow: hidden;
	padding: 2px 0 0;
}
.dropdown-channel .mutliSelect ul li label.filterLabel span.smallfont {
	font-family: "poppinsregular";
	font-size: 0.67em;
	color: #495159;
	display: block;
}
.dropdown-channel span.value {
	display: none;
}
.dropdown-channel .mutliSelect ul .checkbox {
	display: inline-block;
	margin: 0;
}
@media only screen and (min-width: 768px) {
.dropdown-channel .mutliSelect ul.dd-width-double {
	min-width: 280px;
}
.dd-width-double .dropdown-menu {
	min-width: 280px !important;
}
}
/****************************** ****************************** 
  	 		Activity Notifications Page Sprint-20
****************************** *****************************/
.mo-notification-icon {
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.mo-notification-icon .notification-bell {
	line-height: 64px;
}
.notification-bell i.icon-bell {
	background: url(../images/bell-icon.png) no-repeat 0 0 /cover;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	position: relative;
	display: inline-block;
}
.activity-table {
	display: block;
	padding-top: 132px;
}
.activity-table .table-row.table-header {
	height: 70px;
	position: fixed;
	top: 198px;
	width: 100%;
	z-index: 1;
}
.for-activity-filter {
	width: 42%;
}
.for-activity-filterby {
	float: right;
	width: 34%;
}
.filterby-option.for-activity-filterby label.nfanlabel {
	margin-left: 0;
	margin-right: 15px;
}
.filterby-option.for-activity-filterby .select {
	margin: 0;
	width: 100%;
}
.activity-content {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #3f4a54;
}
.activity-content p {
	margin-bottom: 0;
	word-break: break-word;
}
.activity-content p a.feed_link {
	color: #3f4a54;
}
.activity-content p a.feed_link:hover {
	color: #000;
}
.activity-content p a.click_link {
	color: #3f4a54;
	text-decoration: underline;
}
.activity-content p a.click_link:hover {
	color: #000;
}
.activity-content b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.activity-content .fansite-star {
	display: inline-block;
	margin-top: -4px;
	vertical-align: middle;
}
.activity-content .fansite-star i {
	color: #ffd400;
}
.activity-content .ic_fanlink a {
	color: #3f4a54;
	text-decoration: none;
}
.change_link {
	color: #3f4a54;
	text-decoration: underline;
}
.change_link a {
	color: #3f4a54;
	text-decoration: underline;
}
.change_link a:hover {
	color: #3f4a54;
	text-decoration: underline;
}
.change_link a:visited {
	color: #3f4a54;
	text-decoration: underline;
}
.an1 {
	flex-basis: 33%!important;
}
.an2 {
	flex-basis: 47%!important;
}
.an3 {
	flex-basis: 20%!important;
}
/*== Stylist Checkbox Styles Option 3 CSS ==*/
.checkbox-custom-3 {
	opacity: 0;
	position: absolute;
}
.checkbox input.checkbox-custom-3[type="checkbox"] {
	margin-left: 0;
}
.checkbox-custom-3, .checkbox-custom-label-3 {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox-custom-label-3 {
	color: #495159;
	font-family: "poppinssemibold";
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	padding: 0 !important;
	position: relative;
	line-height: 20px !important;
}
.checkbox-custom-3 + .checkbox-custom-label-3:before {
	background: transparent;
	border: 1px solid #b1b8bf;
	border-radius: 100%;
	content: "";
	display: inline-block;
	font-size: 12px;
	height: 20px;
	line-height: 18px;
	margin-right: 5px;
	text-align: center;
	vertical-align: top;
	width: 20px;
}
.checkbox-custom-3:checked + .checkbox-custom-label-3:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	background: #3f4a54 none repeat scroll 0 0;
	border: 1px solid #3f4a54;
	color: #fff;
}
.checkbox-custom-3-disabled:checked + .checkbox-custom-label-3-disabled:before, .checkbox-custom-3-disabled + .checkbox-custom-label-3-disabled:before {
	background: #cccccc none repeat scroll 0 0 !important;
	border: 1px solid #cccccc !important;
	color: #cccccc !important;
	pointer-events: none;
}
.checkbox input.checkbox-custom-3-disabled[type="checkbox"] {
	pointer-events: none;
}
.checkbox label.checkbox-custom-label-3-disabled {
	pointer-events: none;
}
/*== Stylist Checkbox Styles Option 3 CSS END ==*/
.radio-option-box {
	border-radius: 3px;
	background-color: #d7dbe0;
	padding: 15px;
	margin-bottom: 10px;
	position: relative;
}
.radio-option-box .checkbox {
	margin: 0;
	float: left;
}
.radio-option-box label.optionLabel {
	cursor: pointer;
	display: block;
	min-height: 20px;
	overflow: hidden;
	padding: 3px 0 0;
	color: #495159;
	font-family: "poppinsregular";
	font-size: 12px;
	font-weight: 400;
	margin: 0;
}
.radio-option-box label.optionLabel.disabled {
	color: #b1b8bf;
}
.radio-option-box i.info-btn-yellow {
	position: absolute;
	right: 15px;
	top: calc(50% - 10px);
}
/****************************** ****************************** 
  	 			Blank State Section Sprint-20
****************************** *****************************/
.blank-state-section {
	display: block;
	max-width: 730px;
	width: 100%;
	margin: 0 auto;
	text-align: center;
	padding: 40px 15px;
}
.blank-state-section img {
	margin: 0 0 25px;
}
.blank-state-section p {
	color: #3f4a54;
	font-size: 14px;
	line-height: 20px;
}
.blank-state-section p b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.blank-state-section p a {
	font-family: "poppinssemibold";
	font-weight: normal;
	color: #3f4a54;
	text-decoration: underline;
}
.blank-state-section p a:hover {
	color: #000000;
}
.blank-state-section ul {
	list-style-type: none;
	margin: 0 50px;
	padding: 0;
}
.blank-state-section ul li {
	float: left;
	margin: 15px 0;
	width: 100%;
	position: relative;
	text-align: left;
}
.blank-state-section ul li i {
	float: left;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background: #495159;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	color: #fff;
	font-style: normal;
	font-family: "poppinssemibold";
	font-weight: normal;
	font-size: 12px;
	line-height: 20px;
	text-align: center;
}
.blank-state-section ul li p {
	margin: 0;
	overflow: hidden;
	margin-left: 35px;
}
.blank-state-section .button {
	width: 100%;
	max-width: 300px;
	margin-top: 30px;
}
/****************************** ****************************** 
  					User Dashboard Sprint-21
****************************** *****************************/
.user-activity-section {
	background: #ffffff;
	display: block;
	padding: 40px 0;
	border-bottom: 1px solid #dce1e6;
}
.user-activity-box {
	display: block;
	padding: 0 25px;
	text-align: center;
	border-right: solid 1px #d7dbe0;
}
.user-activity-section .col-sm-4:last-child .user-activity-box {
	border-right: none;
}
.user-activity-section .col-sm-6:last-child .user-activity-box {
	border-right: none;
}
.user-activity-box h6 {
	color: #495159;
	font-family: "poppinsregular";
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0;
	margin: 0;
}
.user-activity-box h4 {
	color: #495159;
	font-size: 50px;
	letter-spacing: 0;
	margin: 5px 0;
	font-family: "hypefontblack";
	font-weight: normal;
	pointer-events: none;
}
.user-activity-box h5 {
	color: #495159;
	font-family: "poppinsregular";
	font-size: 12px;
	margin: 0;
    line-height: 20px;
}
.user-activity-box h5 span {
	color: #12db7d;
	font-weight: bold;
}
.user-main-section {
	display: block;
}
.user-dashboard-main-section {
	display: block;
	position: relative;
}
.user-dashboard-main-section .promotion-table .table-row.table-header {
	background: #ffffff;
	position: static;
	height: 90px;
}
.user-dashboard-main-section .promotion-table {
	padding-bottom: 0;
	padding-top: 0;
}
.user-dashboard-main-section .table-row.table-header .table-row-item {
	align-self: center;
	padding-top: 20px;
	padding-bottom: 20px;
	font-family: "poppinssemibold";
	font-size: 12px;
}
.user-dashboard-main-section .table-row .table-row-item {
	align-self: flex-start;
	padding-top: 40px;
	padding-bottom: 40px;
}
.user-dashboard-main-section .table-row .table-row-item .fansite-content {
	vertical-align: top;
}
.user-dashboard-main-section .table-row .button {
	min-width: 140px;
}
.ud0 {
	flex-basis: 75px!important;
}
.ud1 {
	flex-basis: 30%!important;
}
.ud2 {
	flex-basis: 26%!important;
}
.ud3 {
	flex-basis: 26%!important;
}
.ud4 {
	flex-basis: 18%!important;
}
.ud2-3 {
	flex-basis: 52%!important;
}
.user-dashboard-main-section .table-row .fansite-stats ul li {
	margin-right: 3px;
}
.user-dashboard-main-section .fansite-artwork {
	position: relative;
}
.user-dashboard-main-section .fansite-artwork i {
	position: absolute;
	color: #fff;
	top: 22px;
	font-size: 30px;
	left: 25px;
}
.user-dashboard-main-section .fansite-artwork i.yellow-exclamation-icon {
	background: url(../images/yellow-exclamation-icon.png) 0 0;
	display: block;
	width: 30px;
	height: 30px;
	margin-left: -2px;
}
.user-dashfan-info {
	display: block;
}
.user-dashfan-info h6 {
	font-family: "poppinssemibold";
	color: #3f4a54;
	font-size: 12px;
	margin: 0 0 3px;
	position: relative;
}
.user-dashfan-info h6 a {
	font-size: 10px;
	color: #b1b8bf;
	font-weight: normal;
	font-family: "poppinsregular";
}
.user-dashfan-info h6 a:hover {
	color: #3f4a54;
}
.user-dashfan-info h6 i {
	position: absolute;
	left: -24px;
	top: -2px;
}
.user-dashfan-info ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
}
.user-dashfan-info ul:last-child {
	margin-bottom: 0;
}
.user-dashfan-info ul li {
	display: block;
	font-size: 12px;
	color: #3f4a54;
	position: relative;
}
.user-dashfan-info ul li span b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.user-dashfan-info ul li a {
	color: #3f4a54;
	text-decoration: underline;
}
.user-dashfan-info ul li a:hover {
	color: #000000;
}
.user-dashfan-info p b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.user-dashfan-info p a {
	color: #3f4a54;
}
.user-dashfan-info p a:hover {
	color: #000000;
	text-decoration: underline;
}
.user-dashfan-empty {
	text-align: center;
	width: 100%;
	margin: 50px 0;
}
#sc_link, #yt_link, #sp_link, #fb_link {
	background: none;
	border: none;
	font-size: 14px;
	padding: 0px;
	pointer-events: none;
}
/****************************** ****************************** 
  				 Fangate Chart Modal Sprint-22
****************************** *****************************/
.fangate-chart-pic {
	display: block;
	min-height: 525px;
}
.fangate-chart-pic img {
	width: 100%;
	border-radius: 12px;
}
.fangate-chart-share-button {
	display: block;
	padding: 40px;
}
.fangate-chart-share-button .button {
	display: block;
	width: 100%;
}
.fangate-chart-share-button .row {
	margin-right: 15px;
	margin-left: 15px;
}
.fangate-chart-share-button .col-xs-6 {
	margin-bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}
/****************************** ****************************** 
   	 	Channel Profile Steps Page Style CSS Sprint-22
****************************** *****************************/
.chprofile-main-container {
	height: 100vh;
}
.chprofile-page {
	display: block;
	background: #ffffff;
}
.channel_artwork {
	display: block;
	background-color: #495159;
	padding: 0;
	position: relative;
	width: 100%;
}
.channel_artwork_image .channel_artwork_image_inner {
	left: 50%;
	position: absolute;
	text-align: center;
	top: calc(50% + 33px);
	width: 500px;
	height: 500px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: table;
}
.channel_artwork_image {
	pointer-events: none;
	position: relative;
	width: 100%;
	z-index: 100;
}
.channel_artwork_image img {
	height: auto;
	max-width: 100%;
	width: auto;
}
.channel_artwork_image_inner {
	pointer-events: all;
}
.channel_artwork_image_box {
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: contain;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.channel_artwork, .channel_artwork_image {
	height: 100%;
	left: 0;
	position: fixed;
	right: 400px;
	top: 0;
	width: auto;
}
.channel_artwork {
	overflow: hidden;
}
.channel_artwork_background {
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	-webkit-filter: blur(20px);
	filter: blur(20px);
	height: 100%;
	pointer-events: none;
	position: absolute;
	vertical-align: middle;
	width: 100%;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.channel_release_content {
	background-color: #ffffff;
	margin: 0 auto;
	max-width: 400px;
	padding: 0;
	position: relative;
	width: 400px;
	float: right;
	min-height: 100%;
}
.chsidebar-content-section {
	padding: 60px 40px 80px;
	display: block;
}
.chsidebar-main-content {
	display: block;
	margin: 0 auto;
	max-width: 300px;
	width: 100%;
}
.chsidebar-heading {
	display: block;
	margin-bottom: 30px;
}
.chsidebar-heading h1, .chsidebar-heading h2 {
	color: #495159;
	font-family: "hypefontlight";
	font-size: 24px;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase;
	line-height: 30px;
	word-wrap: break-word;
}
.chsidebar-heading h2 {
	font-family: "hypefontblack";
}
.chsidebar-main-section {
	display: block;
}
.chsidebar-main-section .button {
	width: 100%;
}
.chsidebar-main-section .button + .button {
	margin-top: 15px;
}
.channel-step-section {
	display: block;
}
.channel-step-section p {
	font-size: 14px;
	line-height: 20px;
	color: #495159;
	margin-bottom: 28px;
}
.channel-step-section p a {
	color: #495159;
	border-bottom: 1px solid #495159;
}
.channel-platform-button {
	display: block;
}
.channel-platform-button ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.channel-platform-button ul li {
	display: block;
	text-align: center;
	margin-bottom: 10px;
	font-size: 14px;
	color: #495159;
}
.channel-platform-button ul li .button img {
	margin-right: 3px;
	margin-top: -3px;
}
.channel-platform-button ul li .button i {
	font-size: 16px;
	margin-right: 3px;
	margin-top: -3px;
}
.channel-platform-button ul li p {
	font-size: 9px;
	line-height: 14px;
	margin: 0;
}
.channel-platform-button ul li.ch_or {
	margin-top: -4px;
}
.channel-submission-form {
	display: block;
}
.channel-submission-form .row {
	margin-right: -10px;
	margin-left: -10px;
}
.channel-submission-form .col-sm-6, .channel-submission-form .col-sm-12 {
	padding-right: 10px;
	padding-left: 10px;
}
.channel-submission-form .form-group {
	margin-bottom: 10px;
}
.channel-submission-form label {
	font-size: 14px;
	color: #495159;
	margin: 0 0 5px;
	padding: 0;
	display: block;
}
.channel-submission-form label span {
	color: #495159;
}
.channel-submission-form .form-control {
	height: 30px;
	padding: 4px 8px;
}
.channel-submission-form .button {
	margin-top: 25px;
}
.channel-submission-form .select .arrow {
	height: 28px;
	z-index: 5;
}
/*Channel Profile Highlight Button CSS*/
.button-ch-highlight {
	color: #fff;
	background-color: #f43010;
	border-color: #f43010;
}
.button-ch-highlight:hover {
	color: #fff;
	background-color: #e90000;
	border-color: #e90000;
}
.button-ch-highlight.disabled, .button-ch-highlight:disabled {
	background-color: #ff8672;
	border-color: #ff8672;
}
/*Channel Profile Secondary Button CSS*/
.button-ch-secondary {
	color: #f43010;
	background-color: transparent;
	border-color: #f43010;
}
.button-ch-secondary:hover {
	color: #e90000;
	background-color: transparent;
	border-color: #e90000;
}
.button-ch-secondary.disabled, .button-ch-secondary:disabled {
	color: #ff8672;
	background-color: transparent;
	border-color: #ff8672;
}
.chsidebar-footer {
	bottom: 25px;
	display: block;
	position: absolute;
	text-align: center;
	width: 100%;
	left: 0;
	right: 0;
}
.chsidebar-footer ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.chsidebar-footer ul li {
	display: inline-block;
	font-size: 10px;
	color: #495159;
	border-right: 1px solid #495159;
}
.chsidebar-footer ul li:last-child {
	border: none;
}
.chsidebar-footer ul li a {
	color: #495159;
	display: block;
	font-size: 10px;
	line-height: 10px;
	margin: 0 7px;
}
.chsidebar-footer ul li a:hover {
	text-decoration: underline;
}
/****************************** ****************************** 
   		    Channel Profile Preview Pop Up Style CSS
****************************** *****************************/
#profilePagePreview .modal-content {
	border: medium none;
	border-radius: 0;
	margin-top: 10px;
}
#profilePagePreview.modal-lg {
	max-width: 970px;
	width: auto;
}
#profilePagePreview .modal-body {
	overflow: hidden;
	padding: 0;
}
#profilePagePreview .modal-inner {
	padding: 0;
}
#profilePagePreview .chprofile-main-container {
	height: initial;
	min-height: 650px;
}
#profilePagePreview .chsidebar-content-section {
	padding: 40px 40px 80px;
}
#profilePagePreview .modal-content a, #profilePagePreview .button, #profilePagePreview .form-control {
	pointer-events: none;
}
#profilePagePreview .channel_artwork, #profilePagePreview .channel_artwork_image {
	right: 320px;
}
#profilePagePreview .channel_release_content {
	height: 100%;
	max-width: 320px;
	min-height: 585px;
	width: 320px;
}
#profilePagePreview [class*="profile"] label {
	display: block;
}
/****************************** ****************************** 
   	Onboarding - Select User Type Page Style CSS Sprint-23
****************************** *****************************/
.fullHeight_withoutTitle {
	min-height: calc(100vh - 65px);
}
.on-board-section {
	display: block;
}
.on-board-section .row {
	margin-right: -10px;
	margin-left: -10px;
}
.on-board-section .col-sm-6 {
	padding-right: 10px;
	padding-left: 10px;
}
.on-board-section .col-sm-4 {
	padding-right: 10px;
	padding-left: 10px;
}
.on-board-section .single-title-part {
	margin-bottom: 35px;
}
.board-white-box {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #d7dbe0;
	border-radius: 3px;
	padding: 40px 50px;
	position: relative;
	width: 100%;
}
.user-type-section {
	display: block;
	max-width: 150px;
	text-align: center;
	margin: 0 auto;
}
.user-type-section h2 {
	margin: 0 0 25px;
}
.user-type-section h4 {
	color: #495159;
	font-size: 20px;
	margin-bottom: 25px;
}
.user-type-section p {
	color: #495159;
	font-size: 12px;
	line-height: 18px;
	margin-bottom: 35px;
}
.user-type-section .button {
	width: 100%;
	margin-bottom: 30px;
	max-width: 140px;
}
/****************************** ****************************** 
   	   Onboarding - Add Music Page Style CSS Sprint-23
****************************** *****************************/
.on-board-section .promote-white-box {
	padding: 40px 54px 70px 54px;
}
/****************************** ****************************** 
   Onboarding - Select Download Gate Type Page CSS Sprint-23
****************************** *****************************/
.select-gatetype-section {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #d7dbe0;
	border-radius: 3px;
	padding: 60px 20px;
	width: 100%;
	text-align: center;
}
.select-gatetype-section h4 {
	color: #495159;
	font-size: 20px;
	margin-bottom: 35px;
}
.select-gatetype-section h4 i, .select-gatetype-section h4 img {
	display: inline-block;
	margin-right: 3px;
	font-size: 16px;
	vertical-align: middle;
}
.select-gatetype-section .button {
	width: 100%;
	max-width: 140px;
}
.board-box-info {
	background: rgba(0, 0, 0, 0) url("../images/gray-checkmark-icon.png") no-repeat scroll 0 0 / 20px auto;
	color: #495159;
	font-size: 12px;
	line-height: 20px;
	padding-left: 30px;
	margin-top: 40px;
	width: 100%;
	max-width: 460px;
	margin-left: auto;
	margin-right: auto;
}
/****************************** ****************************** 
   Add Music - Select Download Gate Type Page CSS Sprint-23
****************************** *****************************/
.fourbox-select-gatetype {
	max-width: 500px;
	margin: 0 auto;
}
.fourbox-select-gatetype .select-gatetype-section {
	margin-bottom: 20px;
}
.fourbox-select-gatetype .button .lc-img {
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 4px;
}
.fourbox-select-gatetype .what-link {
	font-size: 10px;
	color: #495159;
	text-decoration: underline;
	position: absolute;
	bottom: 42px;
	width: 100%;
	left: 0;
	right: 0;
}
.fourbox-select-gatetype .what-link:hover {
	color: #000;
}
.fourbox-select-gatetype .board-box-info {
	margin-top: 20px;
}
/****************************** ****************************** 
   	  Add Music - Create Music Link Page CSS Sprint-23
****************************** *****************************/
.pannel-content-section {
	display: block;
	padding: 0 0 0 32px;
	margin: 5px 0 10px;
}
.pannel-content-section .row {
	margin-right: -10px;
	margin-left: -10px;
}
.pannel-content-section .row .col-sm-4, .pannel-content-section .row .col-sm-6, .pannel-content-section .row .col-sm-8, .pannel-content-section .row .col-sm-9, .pannel-content-section .row .col-sm-12 {
	padding-right: 10px;
	padding-left: 10px;
}
.pannel-content-section .form-group {
	margin-bottom: 40px;
}
.pannel-content-section label:not(.hype-form-label):not(.hype-form-check-label):not(.optionLabel):not(.checkbox-custom-label-4) {
	font-size: 14px;
	color: #495159;
	margin-bottom: 5px;
	padding-top: 0;
	display: block;
}
.pannel-content-section label:not(.hype-form-label):not(.hype-form-check-label) span {
	color: #495159;
}
.pannel-content-section .info-btn {
	width: 17px;
	height: 17px;
	background-size: cover;
}
.pannel-confirm-text {
	display: block;
}
.pannel-confirm-text ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.pannel-confirm-text ul li {
	display: block;
	font-size: 14px;
	color: #495159;
	margin: 2px 0;
}
.pannel-confirm-text ul li b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
/****************************** ****************************** 
Add Music-Create Download Gate-Unlimited Page CSS Sprint-23
****************************** *****************************/
/*== Stylist Checkbox Styles Option 4 CSS ==*/
.checkbox-custom-4 {
	opacity: 0;
	position: absolute;
}
.checkbox input.checkbox-custom-4[type="checkbox"] {
	margin-left: 0;
}
.checkbox-custom-4, .checkbox-custom-label-4 {
	display: inline-block;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox-custom-label-4 {
	color: #495159;
	font-family: "poppinssemibold";
	font-size: 12px;
	font-weight: 400;
	margin: 0;
	padding: 0 !important;
	position: relative;
	line-height: 20px !important;
}
.checkbox-custom-4 + .checkbox-custom-label-4:before {
	background: transparent;
	border: 1px solid #b1b8bf;
	border-radius: 100%;
	content: "";
	display: inline-block;
	font-size: 12px;
	height: 20px;
	line-height: 18px;
	margin-right: 5px;
	text-align: center;
	vertical-align: top;
	width: 20px;
}
.checkbox-custom-4:checked + .checkbox-custom-label-4:before {
	content: "\f00c";
	font-family: 'FontAwesome';
	background: #3f4a54 none repeat scroll 0 0;
	border: 1px solid #3f4a54;
	color: #fff;
}
.checkbox-custom-4-disabled:checked + .checkbox-custom-label-4-disabled:before, .checkbox-custom-4-disabled + .checkbox-custom-label-4-disabled:before {
	background: #cccccc none repeat scroll 0 0 !important;
	border: 1px solid #cccccc !important;
	color: #cccccc !important;
	pointer-events: none;
}
.checkbox input.checkbox-custom-4-disabled[type="checkbox"] {
	pointer-events: none;
}
.checkbox label.checkbox-custom-label-4-disabled {
	pointer-events: none;
}
/*Stylist Checkbox Styles Option end*/
.logo-branding {
	height: 65px;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 101;
}
.logo-branding img {
	max-width: 100%;
}
/*Light Theme Preview CSS*/
.theme-preview-section {
	display: block;
	width: 100%;
	max-width: 100%;
	height: 500px;
	position: relative;
	box-shadow: 0 2px 10px 0 #b1b8bf;
}
.theme-preview-section .logo-branding {
	height: 45px;
	position: absolute;
	z-index: 2;
}
.theme-preview-section .spotify-main-container {
	height: 500px;
}
.theme-preview-section .spotify-page .artwork_image .artwork_image_inner {
	width: 320px;
	height: 320px;
	padding: 5px;
}
.theme-preview-section .spotify-page .artwork {
	overflow: hidden;
}
.theme-preview-section .spotify-page .artwork, .theme-preview-section .spotify-page .artwork_image {
	right: 250px;
	position: absolute;
}
.theme-preview-section .spotify-page .artwork_image {
	right: auto;
	left: -224px;
	z-index: 1;
}
.theme-preview-section .spotify-page .release-content {
	max-width: 250px;
	width: 250px;
	margin-bottom: 25px;
}
.theme-preview-section .sidebar-content-section {
	padding: 25px 15px;
	padding-bottom: 60px;
}
.theme-preview-section .sidebar-main-content {
	max-width: 200px;
}
.theme-preview-section .sidebar-heading {
	display: block;
	margin-bottom: 20px;
}
.theme-preview-section .sidebar-heading h1, .theme-preview-section .sidebar-heading h2 {
	font-size: 14px;
	line-height: 18px;
}
.theme-preview-section .sidebar-buttons .button {
	font-size: 9px;
	padding: 5px;
	height: 22px;
}
.theme-preview-section .sidebar-footer ul li {
	font-size: 7px;
}
.theme-preview-section .sidebar-footer ul li a {
	font-size: 7px;
	line-height: 7px;
	margin: 0 2px;
}
.theme-preview-section .spotify-page .artwork_image_inner .play, .theme-preview-section .spotify-page .artwork_image_inner .pause, .theme-preview-section .spotify-page .artwork_image_inner .start {
	height: 50px;
	margin-left: -25px;
	margin-top: -25px;
	width: 50px;
}
.theme-preview-section .spotify-page .artwork_image_inner .play .fainner, .theme-preview-section .spotify-page .artwork_image_inner .pause .fainner, .theme-preview-section .spotify-page .artwork_image_inner .start .fainner {
	height: 40px;
	left: 5px;
	top: 5px;
	width: 40px;
}
.theme-preview-section .spotify-page .artwork_image_inner .play .fainner i, .theme-preview-section .spotify-page .artwork_image_inner .pause .fainner i, .theme-preview-section .spotify-page .artwork_image_inner .start .fainner i {
	font-size: 18px;
	line-height: 40px;
}
.theme-preview-section .update-btn {
	display: block;
	height: 30px;
	left: 0;
	position: absolute;
	bottom: 30px;
	width: 100%;
	min-width: 220px;
}
.theme-preview-section .update-btn .button {
	min-width: 220px;
}
.theme-preview-section .update-btn.update-bg-btn {
	bottom: -75px;
}
.theme-preview-section .update-btn.for-video-gate-btn {
	bottom: -55px;
	z-index: 1;
}
.theme-preview-section .update-btn.for-video-gate-btn .button:after {
	border-bottom: 7px solid #12db7d;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	left: calc(50% - 7px);
	top: -7px;
}
.theme-preview-section .update-btn.for-video-gate-btn .button:hover:after {
	border-bottom: 7px solid #0ed276;
}
.theme-preview-section .update-btn.for-video-gate-btn .button.artwork-loading-btn:after {
	border-bottom: 7px solid #e9ebec;
}

@media (min-width: 1280px) and (max-width: 1499.98px) {
	.theme-preview-section .spotify-page .artwork {
		right: 230px;
	}
	.theme-preview-section .spotify-page .release-content {
		max-width: 230px;
		width: 230px;
	}
	.theme-preview-section .spotify-page .artwork_image .artwork_image_inner {
		width: 225px;
		height: 225px;
	}
	.theme-preview-section .update-btn .button {
		min-width: 190px;
	}
}
/*Light Theme Preview CSS End*/

/*Dark Theme Preview CSS Start*/
.theme-preview-section.dark-scheme .spotify-fangate {
	background: #26333F;
}
.theme-preview-section.dark-scheme .spotify-page .artwork_image .artwork_image_inner {
	background: #26333F;
}
.theme-preview-section.dark-scheme .spotify-page .release-content {
	background-color: #26333F;
}
.theme-preview-section.dark-scheme .sidebar-heading h1, .theme-preview-section.dark-scheme .sidebar-heading h2 {
	color: #ffffff;
}
.theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .play, .theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .pause, .theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .start {
	background-color: rgba(38, 51, 63, 0.7);
}
.theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .pause {
	background-color: rgba(38, 51, 63, 0.3);
}
.theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .play .fainner, .theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .pause .fainner, .theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .start .fainner {
	background: #f43010 none repeat scroll 0 0;
	box-shadow: 0 0 0 0 rgba(38, 51, 63, 0.7);
	color: #fff;
}
.theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .play:hover, .theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .start:hover {
	box-shadow: 0 0 0 10px rgba(38, 51, 63, 0.4);
}
/*Dark Theme Preview CSS End*/
.phone-theme-preview-section.dark-scheme .spotify-fangate {
	background: #26333F;
}
.phone-theme-preview-section.dark-scheme .spotify-page .artwork_image .artwork_image_inner {
	background: #26333F;
}
.phone-theme-preview-section.dark-scheme .spotify-page .release-content {
	background-color: #26333F;
	box-shadow: 0 0 0 1px #26333F;
}
.phone-theme-preview-section.dark-scheme .sidebar-heading h1, .phone-theme-preview-section.dark-scheme .sidebar-heading h2 {
	color: #ffffff;
}
.phone-theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .play, .phone-theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .pause, .phone-theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .start {
	background-color: rgba(38, 51, 63, 0.7);
}
.phone-theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .pause {
	background-color: rgba(38, 51, 63, 0.3);
}
.phone-theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .play .fainner, .phone-theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .pause .fainner, .phone-theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .start .fainner {
	background: #f43010 none repeat scroll 0 0;
	box-shadow: 0 0 0 0 rgba(38, 51, 63, 0.7);
	color: #fff;
}
.phone-theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .play:hover, .phone-theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .start:hover {
	box-shadow: 0 0 0 10px rgba(38, 51, 63, 0.4);
}
.phone-theme-preview-section.dark-scheme .smart-link-logo h4 {
	color: #ffffff;
}
.phone-theme-preview-section.dark-scheme .smart-link-list-section {
	border-top: 1px solid #34404b !important;
}
.phone-theme-preview-section.dark-scheme .smart-link-list-section ul li {
	border-bottom: 1px solid #34404b !important;
}
.phone-theme-preview-section.dark-scheme .smart-link-list-section ul li .smart-link-list-section ul li:last-child {
	border: none !important;
}
.phone-theme-preview-section.dark-scheme .display-social-icons ul li a {
	background: #ffffff;
}
.phone-theme-preview-section.dark-scheme .display-social-icons ul li i svg {
	fill: #26333F;
}
/**/
.mobile-preview-scarcity .sidebar-progress.progress .progress-bar {
	width: 100%;
}
.phone-theme-preview-section.dark-scheme .sidebar-limit, .phone-theme-preview-section.dark-scheme .sidebar-countdown-limit {
	color: #ffffff;
}
.phone-theme-preview-section.dark-scheme .sidebar-progress.progress .progress-bar {
	background-color: #f43010;
}
.phone-theme-preview-section.dark-scheme .sidebar-countdown-timer h2 {
	color: #ffffff;
}
.phone-theme-preview-section.dark-scheme .count-dot {
	color: #ffffff;
}
.phone-theme-preview-section.dark-scheme .count-dot-bigger {
	color: #ffffff;
}
.phone-theme-preview-section.dark-scheme .count-timer .count-clock b {
	color: #ffffff;
}
.phone-theme-preview-section.dark-scheme .count-timer .count-text {
	color: #ffffff;
}
.phone-theme-preview-section.dark-scheme .sidebar-countdown-limit h2 {
	color: #ffffff;
}
.phone-theme-preview-section.dark-scheme .count-limit-dot {
	color: #ffffff;
}
.phone-theme-preview-section.dark-scheme .count-limit .count-block b {
	background: #ffffff;
	color: #495159;
}
.phone-theme-preview-section.dark-scheme .count-limit .count-limit-text {
	color: #ffffff;
}
/*Sub Panel Setion CSS Style*/
.blog-promotion-page .panel-group i.info-btn {
	width: 17px;
	height: 17px;
	background-size: cover;
}
.blog-promotion-page .panel-group i.info-btn-yellow {
	width: 21px;
	height: 21px;
	background-size: cover;
}
.pannel-content-section .check-row-option .form-group {
	margin-bottom: 25px;
}
.sub_panel .pannel-content-section .form-group {
	margin-bottom: 30px;
}
.sub_panel .pannel-content-section .check-row-option .form-group {
	margin-bottom: 10px;
}
.blog-promotion-page .panel-group .sub_panel {
	padding: 0 0 30px;
}
.blog-promotion-page .panel-group .sub_panel:first-child {
	padding-top: 30px;
}
.blog-promotion-page .panel-group .sub_panel:last-child {
	padding-bottom: 0;
}
.blog-promotion-page .panel-title .panel-img-icon {
	float: left;
	height: 20px;
	line-height: 20px;
	margin-right: 12px;
	margin-top: 5px;
	text-align: center;
	vertical-align: middle;
	width: 20px;
}
.blog-promotion-page .sub_panel .panel-title > a.panel-toggle:before {
	visibility: hidden;
}
.blog-promotion-page .sub_panel .panel-title > a.panel-toggle .panel-headline:after {
	color: #495159;
	content: "\f107";
	font-family: "FontAwesome";
	font-size: 25px;
	text-align: center;
	width: 25px;
	margin-left: 5px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -5px;
}
.blog-promotion-page .sub_panel .panel-title > a.panel-toggle.collapsed .panel-headline:after {
	content: "\f105";
}
.blog-promotion-page .sub_panel .panel-body {
	padding: 5px 25px 0;
}
.add-btn {
	display: inline-block;
}
.add-btn a {
	background: url(../images/add-icon-black.png) 50% 50% no-repeat;
	width: 60px;
	height: 30px;
	border-radius: 3px;
	border: solid 1px #d7dbe0;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	color: #3f4a54;
	font-size: 14px;
}
.add-btn a i {
	display: none;
}
.add-btn a:hover {
	background: url(../images/add-icon-white.png) 50% 50% no-repeat #3f4a54;
	border: solid 1px #3f4a54;
	color: #ffffff;
}
/****************************** ****************************** 
Add Music-Create Download Gate-Unlimited-Setup Link CSS Sprint-23
****************************** *****************************/
.connect-btns .button {
	max-width: 300px;
}
.connect-btns .button i {
	font-size: 16px;
	margin-top: -1px;
}
.connect-as {
	font-size: 14px;
	color: #495159;
	display: block;
	margin-bottom: 5px;
}
.connect-as span {
	font-family: 'poppinsbold';
}
.btn-with-info {
	position: relative;
	margin-top: 20px;
	max-width: 300px;
	margin: 20px auto 0;
}
.btn-with-info i.info-btn {
	position: absolute;
	top: 6px;
	width: 17px;
	height: 17px;
	background-size: cover;
	right: -30px;
}
/****************************** ****************************** 
   Fan Promotion and Blog Promotion - Setup CSS Sprint-23
****************************** *****************************/
.pannel-content-section .promotion-selectday-part {
	padding: 0;
}
.pannel-content-section .promotion-selectday-part .quantity-button {
	background: #d7dbe0 none repeat scroll 0 0;
}
/****************************** ****************************** 
 Add Music - Create Download Gate - SC, YT, SP CSS Sprint-23
****************************** *****************************/
.lock-pro-badge {
	position: absolute;
	left: 12px;
	top: 8px;
}
.lock-pro-badge.for-badge-right-side {
	left: auto;
	right: 12px
}
.lock-pro-badge .button {
	font-size: 9px;
	height: 20px;
	width: 60px;
	min-width: initial !important;
	line-height: 20px;
	padding: 0;
}
.lock-pro-badge .button .lc-img {
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 4px;
	width: 8px;
	height: 12px;
}
.select .radio-option-box .lock-pro-badge {
	left: auto;
	right: 15px;
	top: 16px;
}
.button-with-pro-badge {
	position: relative;
}
.button-with-pro-badge .lock-pro-badge {
	right: 4px;
	top: 4px;
	left: auto;
}
.nav.navbar-nav.navbar-right .lock-pro-badge {
	left: auto;
	right: 10px;
	top: 11px;
}
.lock-pro-badge-container {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.lock-pro-badge-container .lock-pro-badge {
	position: initial;
}
.profile-container {
	font-size: 12px;
	color: #495159;
	border-radius: 3px;
	background: #fff;
	padding: 0px 12px;
	border: 1px solid #dce1e6;
	height: 36px;
	line-height: 36px;
	margin-bottom: 10px;
	position: relative;
}
.profile-container span {
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 20px;
}
.profile-container a {
	position: absolute;
	top: 0;
	right: 12px;
	color: #495159;
	font-size: 14px;
	cursor: pointer;
	font-family: hypefontregular;
}
/****************************** ****************************** 
  				Download Gate - CSS Sprint-23
****************************** *****************************/
.sb-unlimiled-gate .fangate-slider-content h5 {
	font-family: "poppinssemibold";
	font-size: 10px;
	text-transform: none;
	margin: 30px 0 15px;
}
.sb-unlimiled-gate .siderbar-connect-text, .sb-unlimiled-gate.for-sc-fangate .siderbar-connect-text {
	color: #3f4a54;
}
.sb-unlimiled-gate .siderbar-connect-text a, .sb-unlimiled-gate.for-sc-fangate .siderbar-connect-text a {
	color: #3f4a54;
	font-family: "poppinssemibold";
	font-weight: normal;
	text-decoration: none;
}
.sb-unlimiled-gate .siderbar-connect-text a:hover, .sb-unlimiled-gate.for-sc-fangate .siderbar-connect-text a:hover {
	color: #3f4a54;
	text-decoration: underline;
}
.sb-unlimiled-gate .fangate-slider-content .select {
	margin-bottom: 10px;
}
.sb-unlimiled-gate .fangate-slider-content .select .form-control {
	height: 30px;
}
.sb-unlimiled-gate .fangate-slider-content .hy-btn, .sb-unlimiled-gate .fangate-slider-content .button {
	display: block;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
}
.sb-unlimiled-gate .fangate-slider-content .siderbar-connect-text {
	margin-top: 20px;
}
.widget-main-container {
	max-height: 36vh;
	overflow-x: hidden;
	margin-bottom: 15px;
	overflow-y: auto;
}
/****************************** ****************************** 
  	Add Music - Create Download Gate- CSS Sprint-23-New
****************************** *****************************/
.gate-two-col-step-box {
	display: block;
	margin: 0 -10px;
}
.gate-two-col-step-box div {
	float: left;
	width: calc(50% - 20px);
	position: relative;
	margin: 10px;
}
.gate-plus-ic {
	background: url(../images/plus-icon.png) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 18px;
}
.gate-plus-ic-inactive {
	background: url(../images/plus-icon-inactive.png) 0 0 no-repeat;
	height: 16px;
	width: 16px;
	display: inline-block;
	position: absolute;
	right: 15px;
	top: 18px;
}
.add-step-button {
	height: 50px;
	border-radius: 3px;
	border: solid 1px #dce1e6;
	background: transparent;
	display: block;
	padding: 0px 15px;
	line-height: 50px;
	font-size: 18px;
	color: #495159;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.add-step-button:hover {
	border: solid 1px #495159;
	color: #495159;
}
.add-step-button .panel-img-icon {
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	width: 20px;
}
.add-step-button-inactive {
	height: 50px;
	border-radius: 3px;
	border: solid 1px #dce1e6;
	background: transparent;
	display: block;
	padding: 0px 15px;
	line-height: 50px;
	font-size: 18px;
	color: #b1b8bf;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.add-step-button-inactive:hover {
	border: solid 1px #b1b8bf;
	color: #b1b8bf;
}
.add-step-button-inactive .panel-img-icon {
	height: 20px;
	line-height: 20px;
	margin-right: 10px;
	text-align: center;
	vertical-align: middle;
	width: 20px;
}
.gate-full-col-step-box {
	display: block;
	border-radius: 3px;
	border: solid 1px #dce1e6;
	background: transparent;
	padding: 15px 20px;
	position: relative;
}
.gate-full-col-step-box .panel-heading {
	margin-bottom: 10px;
}
.panel-delimg-icon {
	position: absolute;
	right: 46px;
	top: 21px;
	cursor: pointer;
}
.checking-icon {
	position: absolute;
	right: 20px;
	top: 21px;
}
.move_up {
	position: absolute;
	right: 92px;
	top: 21px;
	cursor: pointer;
}
.move_up_over {
	right: 70px !important;
}
.move_down {
	position: absolute;
	right: 70px;
	top: 21px;
	cursor: pointer;
}
.blog-promotion-page .panel-group .stepper.sub_panel {
	padding: 0;
}
.main-container-section .ui-front {
	z-index: 49;
}
/*New CSS ADDED*/
.unlock-steps-rookie-part {
	display: block;
	margin-bottom: 30px;
}
.unlock-steps-msg {
	border: solid 2px #12db7d;
	border-radius: 3px;
	padding: 10px 20px;
	font-size: 12px;
	color: #3f4a54;
	margin-bottom: 10px;
}
.unlock-steps-msg b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.unlock-steps-rookie-part .button {
	display: block;
}
.unlock-steps-rookie-part .button .lc-img {
	vertical-align: middle;
	margin-top: -5px;
	margin-right: 4px;
	width: 8px;
	height: 12px;
}
.radio-option-box .info-btn {
	background: url(../images/info-icon-white-new.png) 0 0 no-repeat;
}
.radio-option-box .info-btn:hover {
	background: url(../images/info-icon-black.png) 0 0 no-repeat;
}
.radio-option-box .info-btn-yellow {
	background: url(../images/yellow-info-icon.png) 0 0 no-repeat;
}
.radio-option-box .info-btn-yellow:hover {
	background: url(../images/yellow-info-icon.png) 0 0 no-repeat;
}
.fanlabel-icons {
	display: inline-block;
}
.fanlabel-icons span {
	margin: 0 3px;
}
.ui-widget-content {
	background: #ffffff!important;
}
/****************************** ****************************** 
  			Choose Color Setion - CSS Sprint-23
****************************** *****************************/
.choose-color-section {
	display: block;
	position: relative;
}
.edit-ic-btn {
	width: 22px;
	height: 22px;
	border-radius: 3px;
	background: #ffffff;
	border: solid 1px #b1b8bf;
	display: inline-block;
	line-height: 18px;
	text-align: center;
}
.choose-color-box {
	width: 170px;
	background: #ffffff;
	box-shadow: 0 2px 10px 0 #b1b8bf;
	border-radius: 3px;
	position: absolute;
	z-index: 10;
	left: calc(50% + 4px);
	top: 32px;
}
.choose-color-box::after {
	border-bottom: 7px solid #fff;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	left: calc(50% - 7px);
	top: -7px;
}
.choose-color-box::before {
	border-bottom: 8px solid rgba(0, 0, 0, 0.1);
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	content: "";
	display: inline-block;
	position: absolute;
	left: calc(50% - 8px);
	top: -8px;
}
.choose-color-box-inner {
	overflow: hidden;
	border-radius: 3px;
}
.choose-color-option-part {
	display: block;
}
.choose-color-option-part .radio-option-box {
	border-bottom: 1px solid #d7dbe0;
	border-radius: 0;
	background-color: #fff;
	padding: 10px;
	margin-bottom: 0;
}
.choose-color-option-part .radio-option-box:last-child {
	border: none;
}
.choose-color-picker-part {
	display: block;
}
.choose-color-add-part {
	display: block;
	padding: 10px;
}
.choose-color-add-part input.form-control {
	float: left;
	width: 110px;
	height: 30px;
	color: #b1b8bf;
}
.choose-color-add-part button.btn {
	background: url(../images/add-icon-black.png) 50% 50% no-repeat;
	width: 30px;
	height: 30px;
	border-radius: 3px;
	border: solid 1px #d7dbe0;
	padding: 0;
	float: right;
}
.choose-color-add-part button.btn i {
	display: none;
}
.choose-color-add-part button.btn:hover {
	background: url(../images/add-icon-white.png) 50% 50% no-repeat #3f4a54;
	border: solid 1px #3f4a54;
}
.my-colors-part {
	display: block;
	padding: 0 10px 5px 10px;
}
.my-colors-part h6 {
	font-size: 12px;
	color: #3f4a54;
	margin: 0 0 5px;
}
.my-colors-part ul {
	list-style-type: none;
	margin: 0 -5px !important;
	padding: 0;
}
.my-colors-part ul li {
	width: 30px;
	height: 30px;
	border-radius: 3px;
	border: solid 1px #d7dbe0;
	position: relative;
	float: left;
	margin: 5px;
	cursor: pointer;
}
.my-colors-part ul li del {
	position: absolute;
	right: -7px;
	top: -7px;
	text-decoration: none;
}
.my-colors-part ul li del a {
	width: 14px;
	height: 14px;
	background: #ffffff;
	border: solid 1px #dce1e6;
	border-radius: 50%;
	font-size: 12px;
	display: block;
	text-align: center;
	line-height: 10px;
	color: #b1b8bf;
	font-family: 'hypefontregular';
}
.my-colors-part ul li del a:hover {
	background: #3f4a54;
	border: solid 1px #3f4a54;
	color: #ffffff;
}
.choose-color-section.c_box_1 {
	top: -18px;
	right: -18px;
}
.choose-color-section.c_box_1 a.edit-ic-btn {
	position: absolute;
	right: 0;
	z-index: 3;
}
.choose-color-section.c_box_2 .choose-color-box {
	left: calc(-50% + 25px);
}
.choose-color-section.c_box_3 {
	top: -10px;
}
.choose-color-section.c_box_3 a.edit-ic-btn {
	position: absolute;
	right: 0;
}
.choose-color-section.c_box_4 a.edit-ic-btn {
	position: absolute;
	left: 0;
}
.choose-color-section.c_box_4 .choose-color-box {
	left: calc(-50% + 25px);
}
.choose-color-section.c_box_5 a.edit-ic-btn {
	position: absolute;
	right: 0;
}
/*color tool*/
.colorpicker-alpha, .colorpicker-color, .colorpicker-bar {
	display: none !important;
}
/*custom design */
.colorpicker {
	border: none !important;
	box-shadow: none !important;
}
.colorpicker.colorpicker-horizontal .colorpicker-hue {
	width: 170px !important;
	height: 10px !important;
	background-size: 170px 30px !important;
}
.colorpicker-saturation {
	width: 170px !important;
	height: 70px !important;
	background-size: 170px 70px !important;
}
.colorpicker.colorpicker-horizontal .colorpicker-saturation {
	margin-bottom: 1px !important;
}
.colorpicker {
	padding: 0px !important;
}
/*step 3*/
#locading_circle {
	float: left !important;
}
#upload-error-new {
	float: left !important;
	left: 0 !important;/*top: 36px !important;*/
}
#locading_circle_coverart {
	float: left !important;
}
#uploadImage-error-new {
	float: left !important;
	left: 0 !important;/*top: 36px !important;*/
}
.artwork-loading-btn {
	background: url(../images/loading-sprite.png) 0 0 repeat #9c9c9c;
	animation: animatedBackground 10s linear infinite;
	-ms-animation: animatedBackground 10s linear infinite;
	-moz-animation: animatedBackground 10s linear infinite;
	-webkit-animation: animatedBackground 10s linear infinite;
	border-color: #e9ebec;
}
.artwork-loading-btn:hover {
	background: url(../images/loading-sprite.png) 0 0 repeat #9c9c9c;
	color: #b7bdc5;
	border-color: #e9ebec;
}
/****************************** ****************************** 
  			Account Settings - CSS Sprint-23
****************************** *****************************/
.account-inner-text {
	display: block;
}
.account-inner-text p {
	color: #495159;
	font-size: 14px;
	line-height: 1.43;
	margin-bottom: 30px;
}
.account-inner-text p:last-child {
	margin-bottom: 0;
}
.account-inner-text p span b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.account-inner-text p .button {
	margin-top: 10px;
}
.account-inner-text p a:not(.button) {
	font-weight: bold;
	color: #12db7d;
}
.account-inner-text p a:not(.button):hover {
	text-decoration: underline;
	color: #495159;
}
.email-text-info {
	margin-top: 35px;
	font-size: 14px;
	color: #495159;
	margin-bottom: 10px;
}
.email-text-info b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.billing-text-info {
	margin-top: 10px;
	font-size: 14px;
	color: #495159;
	margin-bottom: 5px;
}
.billing-text-info b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.pannel-content-section #searchclear {
	position: absolute;
	right: 10px;
	top: 2px;
}
.artwork-gradient {
	background-image: -moz-linear-gradient(225deg, #d7dbe0, #495159);
	background-image: -webkit-linear-gradient(225deg, #d7dbe0, #495159);
	background-image: linear-gradient(225deg, #d7dbe0, #495159);
}
/****************************** ****************************** 
  		  Create Unlimited Gate - CSS Sprint-24
****************************** *****************************/
.audio-preview-row {
	width: 75%;
	margin-top: 25px;
}
.audio-preview-row .col-sm-4 {
	position: relative;
}
.audio-preview-row .col-sm-4::after {
	content: ":";
	position: absolute;
	right: -2px;
	top: 7px;
}
.audio-preview-row .col-sm-4:last-child::after {
	display: none;
}
/****************************** ****************************** 
Payment + Billing - Checkout Credit Card/Paypal PopUp Sprint-24
****************************** *****************************/
.payment-billing-content {
	display: block;
}
@media only screen and (max-width: 992px) {
  .payment-billing-content {
    margin-top: 20px;
  }
}
.new-popup-heading {
	display: block;
	margin-bottom: 30px;
}
.new-popup-heading h4 {
	color: #495159;
	font-family: "hypefontblack";
	font-size: 24px;
	font-weight: normal;
	line-height: 1.25;
	margin-bottom: 25px;
	text-align: center;
	text-transform: uppercase;
	text-align: center;
	margin-top: 0;
}
.new-popup-heading p {
	color: #495159;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 18px;
	text-align: left;
}
.payment-popup-form-part {
	display: block;
}
.payment-popup-form-part label {
	font-size: 14px;
	color: #495159;
	margin-bottom: 5px;
	padding-top: 0;
	display: block;
}
.payment-popup-form-part .row {
	margin-right: -10px;
	margin-left: -10px;
}
.payment-popup-form-part [class*="col-"] {
	padding-right: 10px;
	padding-left: 10px;
}
.payment-popup-form-part .exdate-pad-right {
	padding-right: 2px;
}
.payment-popup-form-part .exdate-pad-left {
	padding-left: 2px;
}
.payment_disclaimer {
	font-size: 10px;
}
.payment-membership-type {
	font-size: 14px;
	color: #495159;
	float: left;
}
.payment-membership-type a {
	color: #495159;
	text-decoration: underline;
}
.payment-membership-type a:hover {
	color: #000;
}
.payment-membership-type .info-btn {
	width: 17px;
	height: 17px;
	background-size: cover;
}
.for-one-row {
	float: left;
	width: 50%;
}
.payment-total-amount {
	float: right;
	font-size: 14px;
	color: #495159;
}
.hy_payment_btn {
	display: block;
	text-align: center;
	margin-top: 20px;
}
.hy_payment_btn .button {
	width: 100%;
	max-width: 300px;
}
.payment-invoice {
	font-size: 14px;
	color: #495159;
}
.payment-invoice a {
	color: #495159;
	text-decoration: underline;
}
.payment-invoice a:hover {
	color: #000;
}
.payment-invoice-table {
	font-size: 14px;
}
/****************************** ****************************** 
Fangate Preview Page Send Download Email HYPE-506 Sprint-25
****************************** *****************************/
.dw-email {
	position: relative;
}
.dw-email .button {
	position: absolute;
	top: 0;
	width: 40px;
	text-align: center;
	right: 0;
	padding: 0;
	margin: 0 !important;
	line-height: 24px !important;
	border-radius: 0 3px 3px 0;
}
.dw-email .button i {
	margin: 0 !important;
	font-size: 18px;
}
#msg_download_email_address {
	/*color: #12db7d;*/
	display: block;
	font-size: 10px;
	text-align: center;
	margin-bottom: 15px;
}
/****************************** ****************************** 
		Select Category Genre HYPE-501 Sprint-26
****************************** *****************************/
.category-genre-select {
	display: block;
}
.category-genre-select .dropdown-menu li {
	border-bottom: none;
}
.category-genre-select .dropdown-header {
	font-family: poppinsbold;
	text-transform: uppercase;
	padding: 8px 20px;
}
.category-genre-select .bootstrap-select.btn-group .dropdown-menu li a.opt {
	padding-left: 3em;
}
.category-genre-select .dropdown-menu > li > a {
	padding: 5px 20px;
}
.category-genre-select .dropdown-menu .divider {
	margin: 0 0 15px;
}
.category-genre-select .genre-catname {
	font-family: poppinsbold;
	text-transform: uppercase;
	padding: 15px 10px 8px !important;
	border-top: 1px solid #e5e5e5;
}
.optgroup-promotion {
	font-family: poppinssemibold;
	font-size: 12px;
}
label.genre-catname {
	color: #495159;
	font-family: "poppinsregular";
	font-size: 14px;
	display: block;
	margin-bottom: 5px;
	padding-left: 2px;
}
.channel-form-section .stream-buttons {
	margin-bottom: 6px !important;
}
/****************************** ****************************** 
  	 		Dashboard Dot Animation - CSS Sprint-27
****************************** *****************************/
/*== Dot Blink==*/
@keyframes blink {
50% {
 background: #12db7d;
}
}
@-webkit-keyframes blink {
50% {
 background: #12db7d;
}
}
@-moz-keyframes blink {
50% {
 background: #12db7d;
}
}
@keyframes blink-pause {
50% {
 background: #FFA500;
}
}
@-webkit-keyframes blink-pause {
50% {
 background: #FFA500;
}
}
@-moz-keyframes blink-pause {
50% {
 background: #FFA500;
}
}
.spotlight_active_dot {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: -32px;
	top: 1px;
}
.spotlight_active_dot span {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50px;
	background: #d7dbe0;
	margin: 0 2px;
	animation: 1s blink infinite
}
.spotlight_active_dot span:nth-child(2) {
	animation-delay: 0.5s;
}
.spotlight_pause_dot {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: -32px;
	top: 1px;
}
.spotlight_pause_dot span {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50px;
	background: #d7dbe0;
	margin: 0 2px;
	animation: 1s blink-pause infinite
}
.spotlight_pause_dot span:nth-child(2) {
	animation-delay: 0.5s;
}
.spotlight_gray_dot {
	display: inline-block;
	vertical-align: middle;
	position: absolute;
	left: -32px;
	top: 1px;
}
.spotlight_gray_dot span {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 50px;
	background: #d7dbe0;
	margin: 0 2px;
}
/****************************** ****************************** 
  	 	Promotion Page Pannel Tabs - CSS Sprint-27
****************************** *****************************/
.pannel-tabs {
	display: block;
}
.pannel-tabs .nav-tabs {
	border: none;
}
.pannel-tabs .nav-tabs > li {
	margin-bottom: 0px;
}
.pannel-tabs .nav-tabs > li > a {
	font-size: 14px;
	color: #3f4a54;
	border-radius: 0;
	border: none;
	border-bottom: 3px solid transparent;
	line-height: normal;
	padding: 10px 30px;
	min-width: 140px;
	text-align: center;
	transition: border-bottom 0.3s ease-in-out;
}
.pannel-tabs .nav-tabs > li > a:hover, .pannel-tabs .nav-tabs > li > a:focus {
	background-color: transparent;
}
.pannel-tabs .nav-tabs > li.active > a, .pannel-tabs .nav-tabs > li.active > a:hover, .pannel-tabs .nav-tabs > li.active > a:focus {
	color: #555;
	cursor: default;
	background-color: transparent;
	border: none;
	border-bottom: 3px solid #12db7d;
}
.pannel-tabs .tab-content {
	padding-top: 25px;
}
.select + .select-player-preview {
	margin-top: -5px
}
.disable-myupload-genre .bootstrap-select.btn-group.disabled, .disable-myupload-genre .bootstrap-select.btn-group > .disabled {
	background-color: #eee;
}
.disable-myupload-genre .bootstrap-select.btn-group.disabled .bs-caret, .disable-myupload-genre .bootstrap-select.btn-group > .disabled .bs-caret {
	display: none;
}
/****************************** ****************************** 
  	 	Facebook Music Tab List Page - CSS Sprint-27
****************************** *****************************/
.facebook-promotion-main-part .promotion-table {
	padding-bottom: 0;
	padding-top: 70px;
}
.facebook-promotion-main-part .promotion-table .table-row.table-header {
	top: 135px;
}
.facebook-content {
	display: block;
	width: 100%;
	font-size: 12px;
	color: #3f4a54;
}
.facebook-content p {
	margin-bottom: 0;
}
.facebook-content b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.fbtab1 {
	flex-basis: 37%!important;
}
.fbtab2 {
	flex-basis: 48%!important;
}
.fbtab3 {
	flex-basis: 15%!important;
}
/****************************** ****************************** 
  	Facebook Tab Blank State Content Page - CSS Sprint-27
****************************** *****************************/
.fbtab-content-start-part {
	display: block;
}
.fbtab-content-start-part h5 {
	color: #495159;
	font-family: "poppinsregular";
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
	margin: 0 0 30px;
}
.fbtab-content-start-part ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	max-width: 300px;
}
.fbtab-content-start-part ul li {
	background: rgba(0, 0, 0, 0) url("../images/gray-checkmark-icon.png") no-repeat scroll 0 0 / 20px auto;
	color: #495159;
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 20px;
	padding-left: 32px;
}
.button-with-lock {
	position: relative;
}
.button-with-lock img {
	position: absolute;
	right: 10px;
	top: 7px;
}
/****************************** ****************************** 
  		 Facebook Tab Settings Page - CSS Sprint-27
****************************** *****************************/
.profile-container.for-fbtab-profile span {
	padding-right: 60px;
}
.profile-container.for-fbtab-profile a {
	right: 60px;
}
.profile-container.for-fbtab-profile span.move-track {
	background: url(../images/move-bar-icon.png) 0 0 no-repeat;
	width: 30px;
	height: 18px;
	cursor: move;
	position: absolute;
	top: 10px;
	right: 12px;
	padding: 0;
}
.for-fbtab-how-work p {
	font-size: 14px;
	line-height: 22px;
}
.for-fbtab-how-work ul li, .for-fbtab-how-work ol li {
	font-size: 14px;
	line-height: 22px;
}
.popup-large-font, .popup-large-font p, .popup-large-font ul li, .popup-large-font ol li {
	font-size: 14px;
	line-height: 22px;
}
.popup-large-font p strong {
	font-family: "poppinssemibold";
	font-weight: normal;
}
a.fbtab_link {
	color: #495159;
}
.fbtab_link {
	color: #495159;
	font-weight: bold;
}
/****************************** ******************************
  		 Instant Spotlight - CSS Sprint-28
****************************** *****************************/
.slider-instant {
	background: #d7dbe0 none repeat scroll 0 0;
	border-radius: .25em;
	height: 10px;
	display: inline-block;
	position: relative;
	width: 80px;
	overflow: hidden;
	vertical-align: middle;
	margin-top: -2px;
}
.slider-instant .slider-instant-range {
	background: #12db7d none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
/****************************** ******************************
  		 Instant Spotlight - CSS Sprint-62
****************************** *****************************/
.slider-instant .slider-instant-range-pause {
	background: #FFA500 none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
/****************************** ******************************
  		gate stats
****************************** *****************************/
.slider-stats-submission {
	background: #d7dbe0 none repeat scroll 0 0;
	border-radius: 50em;
	height: 10px;
	position: relative;
	width: 450px;
	overflow: hidden;
	vertical-align: middle;
	margin-top: -2px;
}
.slider-stats-submission .slider-stats-submission-range-accept {
	background: #12db7d none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.slider-stats-submission .slider-stats-submission-range-decline {
	background: red none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
/****************************** ******************************
  		  Onboarding - Select tool Sprint-29
****************************** *****************************/
.on-board-select-tool-section .promote-white-box {
	padding: 40px 25px;
}
.on-board-select-tool-section .promote-white-box h2 {
	margin: 0 0 30px;
	text-align: center;
}
.on-board-select-tool-section .promote-white-box p {
	font-size: 14px;
	color: #495159;
	margin: 0 30px 30px;
	text-align: center;
	line-height: 24px;
}
#customer-survey + #welcome_main_container_section {
	padding-top: 0;
	margin-top: 0;
	min-height: calc(100vh - 190px);
}
/****************************** ******************************
  		  Chart Banner HYPE-546 - Sprint-29
****************************** *****************************/
.top-chart-banner {
	position: relative;
	height: 100%;
	width: 100%;
}
.chart_banner_background {
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	-webkit-filter: blur(10px );
	filter: blur(10px);
	height: 100%;
	pointer-events: none;
	position: absolute;
	vertical-align: middle;
	width: 100%;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.topchart_image {
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: auto;
	z-index: 100;
	pointer-events: none;
}
.topchart_image .topchart_image_inner {
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 300px;
	height: 300px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: table;
	pointer-events: all;
}
.topchart_image_box {
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.topchart_new_label {
	width: 70px;
	height: 70px;
	background: #3f4a54;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
	border-radius: 50%;
	position: absolute;
	top: 10px;
	right: -35px;
}
.topchart_new_label span {
	transform: rotate(-345deg);
	-webkit-transform: rotate(-345deg);
	-moz-transform: rotate(-345deg);
	-o-transform: rotate(-345deg);
	font-family: "hypefontblack";
	font-weight: normal;
	font-size: 16px;
	text-align: center;
	color: #ffffff;
	display: block;
	position: relative;
	top: 24px;
}
.fan-bottom-right .info-btn {
	width: 17px;
	height: 17px;
	background-size: cover;
}
/****************************** ******************************
  		  Channel Profile Page HYPE-570 - Sprint-30
****************************** *****************************/
.channel-profile-section {
	display: block;
	height: 100vh;
	min-height: 600px;
}
.artwork_full {
	background-color: #3F4A54;
	padding: 0;
	position: relative;
	width: auto;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	overflow: hidden;
}
.artwork_full_background {
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	-webkit-filter: blur(20px );
	filter: blur(20px);
	height: 100%;
	pointer-events: none;
	position: absolute;
	vertical-align: middle;
	width: 100%;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.artwork_full_image {
	height: 100%;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	width: auto;
	z-index: 100;
	pointer-events: none;
}
.artwork_full_image img {
	height: auto;
	max-width: 100%;
	width: auto;
}
.artwork_full_image .artwork_full_image_inner {
	background: #ffffff;
	left: 50%;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 520px;
	height: 520px;
	padding: 10px;
	border-radius: 3px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: table;
	pointer-events: all;
}
.artwork_full_image_box {
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.channel-profile-inner {
	left: 50%;
	position: absolute;
	top: 50%;
	width: 520px;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.channel-profile-section .artwork_full_image {
	pointer-events: all;
}
.artwork_full_image .channel-profile-inner .artwork_full_image_inner {
	position: relative;
	top: 0;
	left: 0;
	-webkit-transform: translate(0, 0);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.channel-profile-btn {
	display: block;
	position: relative;
	margin-top: 10px;
}
.channel-profile-btn .button {
	width: 100%;
}
.channel-profile-btn i.info-btn {
	position: absolute;
	top: 6px;
	width: 17px;
	height: 17px;
	background-size: cover;
	right: -30px;
}
.profile-channel-detail {
	display: block;
	max-width: 520px;
	margin: 0 auto;
}
.profile-channel-detail-listing {
	display: block;
	margin-bottom: 35px;
}
.profile-channel-detail-listing:last-child {
	margin-bottom: 0;
}
.profile-channel-detail-listing .button {
	width: 100%;
}
.profile-channel-detail-heading {
	display: block;
	border-bottom: 1px solid #d7dbe0;
	padding-bottom: 5px;
	margin-bottom: 10px;
}
.profile-channel-detail-heading h2 {
	font-family: "poppinssemibold";
	font-size: 14px;
	font-weight: normal;
	color: #3f4a54;
	margin: 0;
}
.profile-channel-detail-heading i.info-btn {
	width: 15px;
	height: 15px;
	background-size: cover;
}
.profile-channel-detail-heading .tooltip {
	font-family: "poppinsregular";
}
.profile-channel-detail-content {
	display: block;
}
.profile-channel-detail-content p {
	font-size: 14px;
	color: #495159;
}
.profile-channel-detail-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.profile-channel-detail-content ul li {
	display: block;
	font-family: "poppinsregular";
	font-size: 14px;
	color: #495159;
	margin-bottom: 2px;
}
.profile-channel-detail-content ul li i {
	color: #495159;
	width: 25px;
	font-size: 14px;
	text-align: center;
}
/****************************** ******************************
  	 Profile Page - Step 2 with Gate HYPE-570 - Sprint-30
****************************** *****************************/
.channel-support-connect {
	display: block;
	margin-bottom: 20px;
	text-align: center;
}
.channel-connect-btn {
	display: block;
	margin-bottom: 20px;
}
.channel-connect-btn .button {
	display: block;
}
.channel-connect-btn .button i {
	font-size: 18px;
	vertical-align: top;
}
.channel-connect-btn span {
	font-size: 10px;
	color: #3f4a54;
	display: block;
	margin-top: 5px;
}
.channel-connect-btn span a {
	color: #3f4a54;
}
.channel-connect-btn span a:hover {
	color: #000;
	text-decoration: underline;
}
.button-primary-white-border {
	border: solid 1px #ffffff !important;
}
/****************************** ******************************
  	 External Submission - Login HYPE-570 - Sprint-30
****************************** *****************************/
.new-signup-popup {
	display: block;
	padding-top: 45px;
	padding-bottom: 45px;
}
.new-signup-popup .sign-container-section {
	height: initial;
	min-height: initial;
	position: initial;
	margin: 0;
}
.new-signup-popup .sign-inner-section {
	position: initial;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.new-signup-popup .nsign-main-section {
	margin: 0 50px;
}
.new-signup-popup .nsign-form-part .form-group {
	margin-bottom: 10px;
}
.new-signup-popup .nsign-main-section .button {
	width: 100%;
}
.new-signup-popup .nsign-main-section .button.forBtn_Popup {
	margin-top: 20px;
}
.new-signup-popup .nsign-main-section .button.forBtn_Popup span {
	font-family: 'hypefontregular';
	font-size: 13px;
}
.new-signup-popup .already-account {
	font-size: 12px;
	line-height: 1.4;
	color: #495159;
	margin-top: 30px;
}
.new-signup-popup .already-account a.alterm-link {
	color: #495159;
}
.new-signup-popup .already-account a.alterm-link:hover {
	color: #f2250d;
}
.new-signup-popup .a-tag {
	color: #3f4a54;
	top: 0;
}
.new-signup-popup .hr-line span {
	font-size: 14px;
	top: -9px;
}
.profile-channel-detail-content .fangate-offers ul li .info-btn {
	height: 15px;
	width: 15px;
}
#uvw-dialog-iframe textarea:focus {
	outline: none !important;
}
.forFSize14 {
	font-size: 14px !important;
}
/****************************** ******************************
  	 Fan Promotion - Setup repost HYPE-580 - Sprint-31
****************************** *****************************/
.budget-offer {
	font-family: "poppinsregular";
	font-size: 14px;
	color: #495159;
}
.budget-offer span b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.budget-offer a {
	color: #495159;
	text-decoration: underline;
}
.budget-offer a:hover {
	color: #000000;
}
/****************************** ******************************
	New Main Navigation Part CSS HYPE-613 - Sprint-32
****************************** *****************************/
.counter {
	display: inline-block;
	min-width: 16px;
	height: 16px;
	border-radius: 3px;
	background: #f43010;
	font-family: "poppinsregular";
	line-height: 16px;
	color: #fff;
	font-size: 12px;
	text-align: center;
	margin-left: 3px;
	padding: 0 3px;
	position: relative;
	top: -9px;
}
.for-primary-menu .counter {
	background: #12db7d;
}
/****************************** ******************************
Chats - Create Standard Canned Response Page CSS HYPE-610 - Sprint-32
****************************** *****************************/
.white-basic-section {
	background: #fff none repeat scroll 0 0;
	display: block;
	min-height: calc(100vh - 135px);
	padding: 40px 0;
}
.basic-form-part {
	display: block;
}
.basic-form-part .sub-heading-title h3 {
	text-align: left;
}
.basic-form-part .form-group {
	margin-bottom: 30px;
}
.basic-form-part label {
	font-size: 14px;
	color: #495159;
	margin-bottom: 5px;
	padding-top: 0;
	display: block;
}
.basic-form-part textarea.form-control {
	height: 190px;
	resize: none;
}
.basic-form-part .form-btn {
	display: block;
	padding-top: 10px;
}
.basic-form-part .button {
	min-width: 140px;
}
.basic-form-part .button + .button {
	margin-left: 15px;
}
/****************************** ******************************
	Chats - Canned responses overview HYPE-610 - Sprint-32
****************************** *****************************/
.chat-canned-response-main-section .promotion-table {
	padding-bottom: 0;
	padding-top: 70px;
}
.chat-canned-response-main-section .promotion-table .table-row.table-header {
	top: 135px;
}
.chat-canned-response-main-section .table-row .table-row-item {
	padding-top: 13px;
	padding-bottom: 13px;
}
.cr1 {
	flex-basis: 90%!important;
}
.cr2 {
	flex-basis: 10%!important;
}
.canned-responses-part {
	display: block;
}
.canned-responses-part h4 {
	font-family: "poppinssemibold";
	font-weight: normal;
	color: #3f4a54;
	font-size: 12px;
	margin: 0 0 3px;
}
.canned-responses-part p {
	font-family: "poppinsregular";
	color: #b1b8bf;
	font-size: 12px;
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	max-width: 830px;
}
.promotion-bottom-info {
	max-width: 1024px;
	margin: 30px auto;
	font-size: 12px;
	text-align: center;
	color: #3f4a54;
}
.promotion-bottom-info a {
	color: #3f4a54;
	text-decoration: underline;
}
.promotion-bottom-info a:hover {
	color: #000;
}
/****************************** ******************************
		Account Settings Page CSS HYPE-620 - Sprint-32
****************************** *****************************/
.avatar-setting-part {
	display: block;
}
.avatar-setting-part img {
	width: 140px;
	height: 140px;
	background: #d8d8d8;
	border-radius: 100px;
	display: inline-block;
}
.avatar-setting-part .select {
	margin-top: 10px;
}
.avatar-setting-part .select > div {
	max-width: 140px;
	position: relative;
	overflow: hidden;
}
.avatar-setting-part .select > div input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.for-profile-pic-modal .profile-sidebar-portlet {
	max-width: 300px;
	margin: 0 auto;
}
.for-profile-pic-modal .profile-sidebar-portlet .croppie-container {
	padding: 0 0 30px 0;
}
.for-profile-pic-modal .profile-sidebar-portlet .croppie-container .cr-slider-wrap {
	width: 100%;
}
.signup-popup.for-profile-pic-modal .button {
	padding: 10px 0;
	min-width: 145px;
}
/****************************** ******************************
		CHAT CSS Sprint-32
****************************** *****************************/
.mo-notification-chat-icon {
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.mo-notification-chat-icon .notification-chat {
	line-height: 64px;
}
.notification-chat i.icon-chat {
	background: url(../images/chat-icon.png) no-repeat 0 0 /cover;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	position: relative;
	display: inline-block;
}
/****************************** ******************************
Add Music - Create Download Gate -ROOKIE user HYPE-633 - Sprint-33
****************************** *****************************/
.for-label-lock_badge {
	position: initial;
	display: inline-block;
}
.automated-error-msg {
	display: block;
}
.automated-error-msg ul {
	margin: 0 0 0 15px;
	padding: 0;
}
.automated-error-msg ul li {
	color: #f43010;
	font-family: 'poppinsregular';
	font-size: 12px;
	list-style-type: disc;
	line-height: 22px;
	margin: 5px 0;
}
.automated-error-msg ul li a {
	color: #f43010;
	text-decoration: underline;
}
.automated-error-msg ul li a:hover {
	color: #495159;
}
/*New Uploader Part CSS Dropzone HYPE-625*/
.dropzone {
	border: 1px dashed #B1B8BF;
	border-radius: 3px;
	min-height: 120px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dropzone .dz-message {
	cursor: pointer;
	font-size: 14px;
	color: #495159;
}
.dropzone.dz-drag-hover {
	border-style: solid;
}
.dropzone.dz-drag-hover .dz-message {
	opacity: 0.5;
}
.uploading-process {
	display: inline-block;
	vertical-align: middle;
}
.upload-cancel-btn {
	background: url(../images/cross-gray-icon.png) 50% 50% no-repeat;
	cursor: pointer;
	height: 12px;
	width: 12px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
}
.dropzoneManualCoverart {
	border: 1px dashed #b1b8bf;
	border-radius: 3px;
	min-height: 120px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
}
.dropzoneManualCoverart .dz-message-manual-coverart {
	cursor: pointer;
	font-size: 14px;
	color: #495159;
}
.dropzoneManualCoverart.dz-drag-hover {
	border-style: solid;
}
.dropzoneManualCoverart.dz-drag-hover .dz-message-manual-coverart {
	opacity: 0.5;
}
.manualCoverart-uploading-process {
	display: inline-block;
	vertical-align: middle;
}
.manualCoverart-cancel-btn {
	background: url(../images/cross-gray-icon.png) 50% 50% no-repeat;
	cursor: pointer;
	height: 12px;
	width: 12px;
	margin-left: 10px;
	display: inline-block;
	vertical-align: middle;
	background-size: cover;
}
/****************************** ******************************
		Navigation Bar CSS HYPE-656 Sprint-33
****************************** *****************************/
.mo-notification-support-icon {
	margin-left: 5px;
	margin-right: 5px;
	padding-left: 15px;
	padding-right: 15px;
}
.mo-notification-support-icon .notification-support {
	line-height: 64px;
}
.notification-support i.icon-support {
	background: url(../images/support-icon.png) no-repeat 0 0 /cover;
	width: 15px;
	height: 15px;
	vertical-align: middle;
	position: relative;
	display: inline-block;
}
/****************************** ******************************
 Account Settings Automation Section HYPE-640 - Sprint-33
****************************** *****************************/
.account-inner-text p a.ac-label-link {
	color: #495159;
	font-weight: normal;
	text-decoration: underline;
}
.account-inner-text p a.ac-label-link:hover {
	color: #000;
}
.webhook_url_remove, .content_link_remove {
	position: absolute;
	top: 7px;
	right: 12px;
	color: #495159;
	font-size: 14px;
	cursor: pointer;
	font-family: hypefontregular;
}
/****************************** ******************************
 		Tool selection Page CSS HYPE-670 - Sprint-34
****************************** *****************************/
.tool-selection-container {
	height: 100%;
	margin-top: 135px;
	min-height: calc(100vh - 135px);
	position: relative;
	width: 100%;
}
.tool-selection-main-part {
	display: block;
	position: relative;
}
.tool-selection-table {
	display: block;
}
.ts1 {
	flex-basis: 80%!important;
}
.ts2 {
	flex-basis: 20%!important;
}
.tool-selection-table .table-row-item {
	padding-top: 35px;
	padding-bottom: 35px;
}
.tool-selection-table .button {
	min-width: 140px;
}
.tool-selection-table .button + .button {
	margin-top: 10px;
}
.tool-selection-view {
	display: flex;
	align-items: center;
}
.tool-selection-icon-large {
	float: left;
	width: 60px;
}
.tool-selection-icon-large img {
	width: 60px;
	height: 60px;
}
.tool-selection-icon {
	float: left;
	width: 30px;
}
.tool-selection-icon img {
	width: 30px;
	height: 30px;
}
.tool-selection-content {
	/*overflow: hidden;*/
	padding-left: 20px;
}
.tool-selection-content h3 {
	font-family: "poppinssemibold";
	font-size: 20px;
	font-weight: normal;
	color: #495159;
	margin: 0;
}
.tool-selection-content p {
	font-size: 14px;
	color: #495159;
}
.tool-selection-content p:last-child {
	margin-bottom: 0;
}
.tool-selection-go-back {
	display: block;
	margin: 0 auto;
	max-width: 1024px;
	padding: 40px;
	width: 100%;
	text-align: right;
}
.hy-btns-share {
	margin-top: 40px;
}
.hy-btns-share .button {
	margin-bottom: 10px;
}
.beta-btn, .new-badge {
	display: inline-block;
	font-size: 11px;
	width: 50px;
	height: 20px;
	border-radius: 3px;
	border: 1px solid #b1b8bf;
	font-family: "hypefontbold";
	font-weight: bold;
	text-align: center;
	color: #b1b8bf;
	line-height: 18px;
	position: relative;
	top: -22px;
}
.new-badge {
	background: #12db7d;
	border: 1px solid #12db7d;
	color: #ffffff;
}
.free-badge-outline {
	display: inline-block;
	font-size: 11px;
	width: 50px;
	height: 20px;
	border-radius: 3px;
	font-family: "hypefontbold";
	font-weight: bold;
	text-align: center;
	line-height: 18px;
	position: relative;
	top: -2px;
	background: transparent;
	border: 1px solid #12db7d;
	color: #12db7d;
}
/****************************** ******************************
 	 New Dashboard - CSS HYPE-670 - 682 - Sprint-34
****************************** *****************************/
.new-dashboard-tab-section {
  display: block;
  min-height: 40px;
  background: #f7f8f9;
  border-bottom: 0 solid #d7dbe0;
}
.new-dashboard-tab-inner {
  display: block;
  margin: 0 auto;
  max-width: 1024px;
  padding: 0 40px;
  width: 100%;
}
.new-dashboard-tab-section .pannel-tabs {
  display: block;
}
.new-dashboard-tab-section .pannel-tabs .nav-tabs {
  display: flex;
  justify-content: center;
}
.new-dashboard-tab-section .pannel-tabs .nav-tabs > li {
  float: none;
  width: 100%;
}
.new-dashboard-tab-section .pannel-tabs .nav-tabs > li > a {
  padding: 0px 10px;
  font-size: 12px;
  height: 40px;
  line-height: 42px;
  background: #e8e8e8;
  border-radius: 8px 8px 0 0;
  border: 0;
  margin: 0 2px;
}
.new-dashboard-tab-section .pannel-tabs .nav-tabs > li > a span.badge {
  min-width: 18px;
  height: 20px;
  background: #f43010;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
  text-align: center;
  margin-left: 3px;
  padding: 0 5px;
  border-radius: 0;
}
.new-dashboard-tab-section .pannel-tabs .nav-tabs > li.active > a, .new-dashboard-tab-section .pannel-tabs .nav-tabs > li.active > a:hover, .new-dashboard-tab-section .pannel-tabs .nav-tabs > li.active > a:focus {
  background-color: #fff;
  border: none;
  border-bottom: 0;
  font-family: "poppinssemibold";
}
@media (max-width:880px) {
  .new-dashboard-tab-section .pannel-tabs .nav-tabs {
    flex-wrap: wrap;
  }
  .new-dashboard-tab-section .pannel-tabs .nav-tabs > li {
    width: 50%;
  }
  .new-dashboard-tab-section .pannel-tabs .nav-tabs > li > a {
    border-radius: 8px;
    margin: 2px;
  }
}
.sortby-option {
	float: right;
	margin-left: 6px;
	text-align: right;
	font-size: 12px;
	color: #3f4a54;
	position: relative;
	margin-top: 8px;
	z-index: 1;
}
.sortby-option .btn-group {
	position: static;
}
.sortby-option .option-btn-bar {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: none;
	height: 40px;
	width: 100%;
	line-height: 0;
	padding: 0;
}
.sortby-option .option-btn-bar span {
	font-family: "poppinssemibold";
	min-width: 55px;
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #3f4a54;
}
.sortby-option .option-btn-bar img {
	margin-top: -2px;
}
.new-dashboard-tab-content-section {
	display: block;
}
.new-dashboard-tab-content-section .user-dashboard-main-section .table-row.table-header .table-row-item {
	padding-top: 35px;
	padding-bottom: 35px;
	align-self: flex-start;
}
.loud-link-main-section {
	display: block;
}
.loud-link-main-section .l_link {
	color: #3f4a54;
	margin-bottom: 8px;
}
.loud-link-main-section .l_link:hover {
	color: #000000;
	text-decoration: underline;
}
.lms1 {
	flex-basis: 34%!important;
}
.lms2 {
	flex-basis: 30%!important;
}
.lms3 {
	flex-basis: 18%!important;
}
.lms4 {
	flex-basis: 18%!important;
}
.smlnk1 {
	flex-basis: 28%!important;
}
.smlnk2 {
	flex-basis: 28%!important;
}
.smlnk3 {
	flex-basis: 20%!important;
}
.smlnk4 {
	flex-basis: 24%!important;
}
.smlnk2-4 {
	flex-basis: 72%!important;
}
.campaigndash1 {
	flex-basis: 30%!important;
}
.campaigndash2 {
	flex-basis: 26%!important;
}
.campaigndash3 {
	flex-basis: 20%!important;
}
.campaigndash4 {
	flex-basis: 24%!important;
}
#ads .campaigndash2 {
	flex-basis: 28% !important;
}
#ads .campaigndash4 {
	flex-basis: 22% !important;
}
/****************************** ******************************
 	 Dashboard - Blank state - CSS HYPE-672 - Sprint-34
****************************** *****************************/
.dashboard-infobar-section {
	display: block;
	background: #12db7d;
}
.dashboard-infobar-inner {
	padding: 60px 0;
	position: relative;
}
.infobar-close {
	background: url(../images/close-black-icon.png) no-repeat 0 0 /cover;
	height: 10px;
	width: 10px;
	position: absolute;
	right: 10px;
	top: 10px;
	cursor: pointer;
}
.dashboard-infobar-content {
	display: block;
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 40px;
	width: 100%;
	text-align: center;
}
.dashboard-infobar-inner h5 {
	display: block;
	font-size: 20px;
	font-weight: normal;
	color: #ffffff;
	margin: 0 0 5px;
}
.dashboard-infobar-inner p {
	font-size: 20px;
	color: #ffffff;
	margin-bottom: 5px;
}
.dashboard-infobar-inner p a {
	font-family: "poppinssemibold";
	color: #3f4a54;
}
.dashboard-infobar-inner p a:hover {
	text-decoration: underline;
}
.infobar-dd-text {
	display: block;
	font-size: 20px;
	color: #ffffff;
}
.infobar-dd-text a {
	font-family: "poppinssemibold";
	color: #3f4a54;
	display: inline-block;
}
.infobar-dd-text a:hover {
	text-decoration: underline;
}
.infobar-option {
	position: relative;
	z-index: 1;
	display: inline-block;
	margin: 0 2px;
}
.infobar-option .btn-group {
	position: static;
}
.infobar-option .option-btn-bar {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: none;
	height: 30px;
	width: 100%;
	line-height: 0;
	padding: 0;
}
.infobar-option .option-btn-bar span {
	font-family: "poppinssemibold";
	display: inline-block;
	vertical-align: middle;
	text-align: left;
	color: #3f4a54;
	font-size: 20px;
	line-height: initial;
	margin-right: 4px;
	line-height: initial;
}
.infobar-option .option-btn-bar img {
	margin-top: -2px;
}
.infobar-option .dropdown-menu {
	left: auto;
	right: -15px;
}
.user-dashboard-main-section .blank-state-section {
	padding-top: 60px;
	padding-bottom: 60px;
}
/****************************** ****************************** 
  	  			 Dashboard - Modal - Sprint-34
****************************** *****************************/
.user-popup-form-part {
	display: block;
	text-align: left;
}
.user-popup-form-part .row {
	margin-left: -10px;
	margin-right: -10px;
}
.user-popup-form-part .col-sm-12, .user-popup-form-part .col-sm-6 {
	padding-right: 10px;
	padding-left: 10px;
}
.user-popup-form-part label {
	font-size: 14px;
	color: #495159;
	margin-bottom: 5px;
	padding-top: 0;
}
/****************************** ****************************** 
  	  		Music bar - Interstitial - Sprint-34
****************************** *****************************/
.loudlink-full-page .spotify-main-container {
	height: calc(100vh - 63px);
}
.loudlink-full-page.spotify-page .artwork, .loudlink-full-page.spotify-page .artwork_image {
	right: 0;
	width: 100%;
}
.share_artwork_background {
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-ms-filter: blur(2px);
	-o-filter: blur(2px);
	filter: blur(2px);
	height: 100%;
	pointer-events: none;
	position: absolute;
	vertical-align: middle;
	width: 100%;/*-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;*/
}
.share_artwork_background-1 {
	background-color: #ffffff;
	background-attachment: scroll;
	background-repeat: no-repeat;
	background-size: calc(100% - 25%);
	background-position: 50% 0%;
	display: table-cell;
	-webkit-filter: blur(2px);
	-moz-filter: blur(2px);
	-ms-filter: blur(2px);
	-o-filter: blur(2px);
	filter: blur(2px);
	height: 100%;
	pointer-events: none;
	position: absolute;
	vertical-align: middle;
	width: 100%;/*-ms-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
	transform-origin: 50% 0%;
	-ms-transform-origin: 50% 0%;
	-webkit-transform-origin: 50% 0%;*/
}
.share_artwork_background::after, .share_artwork_background-1::after {
	background: rgba(0, 0, 0, 0.9);
	opacity: 0.75;
	position: absolute;
	width: 100%;
	height: 100%;
	content: '';
	z-index: 1;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.share_artwork_background_only_gate {
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	-webkit-filter: blur(4px);
	-moz-filter: blur(4px);
	-ms-filter: blur(4px);
	-o-filter: blur(4px);
	filter: blur(4px);
	height: 100%;
	pointer-events: none;
	position: absolute;
	vertical-align: middle;
	width: 100%;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.artwork_bw {
	-webkit-filter: blur(4px) grayscale(100%);
	-moz-filter: blur(4px) grayscale(100%);
	-ms-filter: blur(4px) grayscale(100%);
	-o-filter: blur(4px) grayscale(100%);
	filter: blur(4px) grayscale(100%);
}
.loudlink-full-page.spotify-page .artwork_image {
	position: relative;
}
.loudlink-full-page.spotify-page .artwork_image .artwork_image_inner {
	background: #22282e;
}
.loudlink-full-page.spotify-page .artwork_image_inner .play, .loudlink-full-page.spotify-page .artwork_image_inner .pause, .loudlink-full-page.spotify-page .artwork_image_inner .start {
	height: 90px;
	margin-left: -45px;
	margin-top: -45px;
	width: 90px;
}
.loudlink-full-page.spotify-page .artwork_image_inner .play .fainner, .loudlink-full-page.spotify-page .artwork_image_inner .pause .fainner, .loudlink-full-page.spotify-page .artwork_image_inner .start .fainner {
	background: #12db7d none repeat scroll 0 0;
	height: 64px;
	width: 64px;
	left: 13px;
	top: 13px;
}
.loudlink-full-page.spotify-page .artwork_image_inner .play .fainner i, .loudlink-full-page.spotify-page .artwork_image_inner .pause .fainner i, .loudlink-full-page.spotify-page .artwork_image_inner .start .fainner i {
	font-size: 32px;
	line-height: 64px;
}
.loudlink-full-page .artwork-close {
	background: #22282e url("../images/close-icon-white.png") no-repeat 50% 50%;
	background-size: 16px 16px;
	position: absolute;
	top: 0;
	right: -25px;
	width: 35px;
	height: 35px;
	border-radius: 0 3px 3px 0;
}
/*SP-34 Iframe CSS*/
iframe#video-tut {
	height: 500px
}
.instagram iframe {
	margin: 0 auto 12px !important;
}
.progress_text {
	margin-left: 15px;
	font-style: italic;
	margin-top: 15px;
	display: inline-block;
}
/****************************** ****************************** 
  	  		Loud link - External link - Sprint-35
****************************** *****************************/
.player.loudlink.loudlink-external {
	height: auto;
}
.loudlink-external .player-rt {
	height: 60px;
}
.player-loud-btns {
	right: -220px;
	position: absolute;
	top: 15px;
	width: 400px;
}
.player-loud-btns .button {
	min-width: 180px;
	height: 30px;
	margin-right: 20px;
}
.loud-preview-btn {
	display: none;
	float: left;
	width: calc(100% - 120px);
	height: 100%;
}
.loud-preview-btn .button {
	min-width: 180px;
	height: 30px;
	margin-left: 10px;
	margin-top: 15px;
}
.preview-soundcloud-section, .preview-youtube-section, .preview-mixcloud-section, .preview-spotify-section {
	display: block;
	padding: 0 10px 10px;
	clear: both;
}
.preview-soundcloud-section iframe {
	display: block;
	width: 100%;
	height: 166px;
}
.preview-youtube-section iframe {
	display: block;
	width: 100%;
	height: 60vh;
}
.preview-mixcloud-section iframe {
	display: block;
	width: 100%;
	height: 120px;
}
.preview-spotify-section iframe {
	display: block;
	width: 100%;
	height: 80px;
}
/****************************** ****************************** 
  	  	 Promotion Exchange - Campaigns - Sprint-36
****************************** *****************************/
.promotion-exchange-page .fan-promotion-container {
	height: auto;
	min-height: calc(100vh - 135px);
}
.promotion-exchange-page .new-fanfilter-inner {
	padding-top: 0;
	padding-bottom: 0;
}
.promotion-campaign-tab-part {
	float: left;
}
.promotion-campaign-tab-part .pannel-tabs .nav-tabs > li > a {
	padding: 22px 15px;
	height: 62px;
}
.promotion-campaign-credit-part {
	float: right;
	text-align: right;
	margin-top: 15px;
}
.your-credit-part {
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	color: #3f4a54;
}
.your-credit-part span {
	font-family: "poppinssemibold";
}
.promotion-campaign-credit-part .button {
	min-width: 220px;
	margin-left: 15px;
}
.promotion-exchange-main-part {
	display: block;
	max-width: 780px;
	padding-bottom: 50px;
	padding-top: 64px;
	margin: 0 auto;
}
.promotion-exchange-tab-content-section {
	display: block;
	position: relative;
	z-index: 1;
}
.promotion-exchange-main-part .filterby-option {
	float: none;
	width: 100%;
	margin-top: 40px;
	margin-bottom: 10px;
	min-height: 36px;
	position: relative;
	z-index: 3;
}
.promotion-exchange-main-part .filterby-option .dropdown-channel .mutliSelect ul {
	max-height: 230px;
}
.promotion-exchange-main-part label.nfanlabel {
	color: #3f4a54;
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin: 10px 15px 0 0;
	padding: 0;
}
.promotion-exchange-main-part .filterby-option .select {
	width: 25%;
}
.ex-filter-btns {
	display: flex;
	margin: 0 10px;
}
.ex-filter-btns .button {
	line-height: 23px;
	min-width: 140px;
	margin-right: 10px;
}
.ex-filter-btns .button.button-secondary {
	border-color: #d7dbe0
}
.ex-filter-btns .button.button-secondary:hover {
	border-color: #989fa7;
}
.promotion-campaign-listing-section {
	display: block;
}
.promotion-campaign-listing-section .track-tags {
	margin: 4px 0 0;
	width: calc(100% - 300px);
}
.promotion-campaign-listing-section.my-campaigns-listing .track-tags {
	width: calc(100% - 100px);
}
.promotion-campaign-listing-section .track-tags ul li {
	font-size: 10px;
	margin-bottom: 5px;
}
.promotion-campaign-listing-section .track-tags ul li.rem-credit {
	background: #3f4a54;
}
.promotion-campaign-listing-section .track-tags ul li.spent-credit {
	background: #b1b8bf;
}
.promotion-campaign-listing-section .track-tags ul li.camp-scheduled {
	background: #b1b8bf;
}
.promotion-campaign-listing-section .track-tags ul li.camp-active {
	background: #12db7d;
}
.promotion-campaign-listing-section .track-tags ul li.camp-inactive {
	background: #f43010;
}
.promotion-campaign-listing-section .track-tags ul li.scheduled-text {
	background: transparent;
	color: #3f4a54;
	text-transform: capitalize;
	font-weight: normal;
	font-family: "hypefontregular";
	font-size: 12px;
}
.promotion-campaign-listing-section .track-tags ul li.scheduled-text b {
	font-family: "hypefontbold";
}
.promotion-campaign-listing-section .track-get-social .button {
	min-width: 280px;
}
.promotion-campaign-listing-section .track-get-social .white-tooltip + .tooltip {
	min-width: 280px;
	text-align: center;
}
.promotion-campaign-listing-section .track-get-social .white-tooltip + .tooltip > .tooltip-inner {
	box-shadow: 0 4px 10px rgba(132, 146, 156, 0.5);
}
.campaign-options {
	display: block;
}
.campaign-options ul {
	list-style: none;
	margin: 4px 0 0;
	padding: 0;
	font-size: 0;
}
.campaign-options ul li {
	display: inline-block;
	margin-left: 8px;
	vertical-align: middle;
}
.campaign-options ul li a {
	display: block;
	height: 22px;
	width: 22px;
	line-height: 22px;
}
/*Custom Pagination CSS*/
.custom-pagination {
	display: block;
	text-align: center;
	font-size: 0;
}
.custom-pagination .pagination {
	margin: 40px 0 0;
}
.custom-pagination .pagination > li {
	display: inline-block;
	margin: 0 5px 3px;
	vertical-align: middle;
}
.custom-pagination .pagination > li > a, .custom-pagination .pagination > li > span {
	color: #3f4a54;
	font-family: "hypefontblack";
	background-color: transparent;
	border: 1px solid transparent;
	text-transform: capitalize;
	border-radius: 3px;
	height: 30px;
	min-width: 30px;
	line-height: 30px;
	padding: 0 2px;
	font-size: 12px;
}
.custom-pagination .pagination > li > a:hover, .custom-pagination .pagination > li > span:hover, .custom-pagination .pagination > li > a:focus, .custom-pagination .pagination > li > span:focus {
	color: #ffffff;
	background-color: #3f4a54;
	border-color: #3f4a54;
}
.custom-pagination .pagination > .active > a, .custom-pagination .pagination > .active > span, .custom-pagination .pagination > .active > a:hover, .custom-pagination .pagination > .active > span:hover, .custom-pagination .pagination > .active > a:focus, .custom-pagination .pagination > .active > span:focus {
	color: #ffffff;
	background-color: #3f4a54;
	border-color: #3f4a54;
}
.custom-pagination .pagination > .prev > a, .custom-pagination .pagination > .prev > span, .custom-pagination .pagination > .next > a, .custom-pagination .pagination > .next > span {
	color: #3f4a54;
	background-color: transparent;
	border-color: #3f4a54;
	font-size: 20px;
	line-height: 28px;
}
.custom-pagination .pagination > .prev > a:hover, .custom-pagination .pagination > .prev > span:hover, .custom-pagination .pagination > .prev > a:focus, .custom-pagination .pagination > .prev > span:focus, .custom-pagination .pagination > .next > a:hover, .custom-pagination .pagination > .next > span:hover, .custom-pagination .pagination > .next > a:focus, .custom-pagination .pagination > .next > span:focus {
	color: #ffffff;
	background-color: #3f4a54;
	border-color: #3f4a54;
}
.custom-pagination .pagination > .prev.disabled > span, .custom-pagination .pagination > .prev.disabled > span:hover, .custom-pagination .pagination > .prev.disabled > span:focus, .custom-pagination .pagination > .prev.disabled > a, .custom-pagination .pagination > .prev.disabled > a:hover, .custom-pagination .pagination > .prev.disabled > a:focus, .custom-pagination .pagination > .next.disabled > span, .custom-pagination .pagination > .next.disabled > span:hover, .custom-pagination .pagination > .next.disabled > span:focus, .custom-pagination .pagination > .next.disabled > a, .custom-pagination .pagination > .next.disabled > a:hover, .custom-pagination .pagination > .next.disabled > a:focus {
	color: #3f4a54;
	background-color: transparent;
	border-color: #3f4a54;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.custom-pagination .pagination > .disabled > span, .custom-pagination .pagination > .disabled > span:hover, .custom-pagination .pagination > .disabled > span:focus, .custom-pagination .pagination > .disabled > a, .custom-pagination .pagination > .disabled > a:hover, .custom-pagination .pagination > .disabled > a:focus {
	color: #3f4a54;
	background-color: transparent;
	border-color: transparent;
}
/****************************** ****************************** 
  	  	 Music Charts - Spotlight Modal - Sprint-38
****************************** *****************************/
@media (min-width:768px) {
#spotlight-modal .modal-dialog {
	width: 780px;
}
}
#spotlight-modal .new-popup-container {
	padding: 20px 0px;
}
.spotlight-music-chart-popup {
	display: block;
	max-width: 620px;
	margin: 0 auto;
}
.spotlight-music-chart-popup h4 {
	margin-top: 0;
}
.spotlight-music-chart-popup h4 img {
	display: inline-block;
	vertical-align: middle;
	margin-right: 5px;
	margin-top: -3px;
}
.spotlight-music-chart-popup p {
	text-align: center;
}
.spotlight-music-chart-popup ul li {
	background: none;
	padding: 0;
	margin-bottom: 0;
}
.music-track-box-part-modal {
	background: #ffffff none repeat scroll 0 0;
	border: 1px solid #dce1e6;
	border-radius: 3px;
	min-height: 100px;
	overflow: hidden;
	padding: 18px;
	position: relative;
	z-index: 2;
	margin-top: 35px;
}
.music-track-frame-modal {
	display: block;
	margin-bottom: 10px;
}
.music-track-frame-modal iframe {
	display: block;
	height: 160px;
	width: 100%;
}
.music-track-box-part-modal .button {
	margin: 0;
	max-width: inherit;
	width: auto;
}
.music-track-box-part-modal .share-track {
	display: inline-block;
	margin-right: 15px;
}
.music-track-box-part-modal .share-track ul {
	margin-bottom: 0;
}
.music-track-box-part-modal .share-track ul li a {
	font-size: 18px;
	height: 30px;
	line-height: 30px;
	width: 16px;
}
.music-track-box-part-modal .promoted-label {
	display: inline-block;
	vertical-align: middle;
	font-size: 10px;
	width: 90px;
	margin-right: 10px;
	height: 22px;
	line-height: 20px;
	padding: 0 5px;
	cursor: auto;
}
.spotlight-music-chart-popup .sp-hy-btns {
	margin-top: 40px;
	text-align: center;
}
.spotlight-music-chart-popup .sp-hy-btns .button {
	min-width: 300px;
}
.spotlight-music-chart-popup .sp-hy-btns .white-tooltip + .tooltip {
	min-width: 300px;
	text-align: center;
}
.spotlight-music-chart-popup .sp-hy-btns .white-tooltip + .tooltip > .tooltip-inner {
	box-shadow: 0 4px 10px rgba(132, 146, 156, 0.5);
}
@media (max-width:767px) {
.music-track-box-part-modal .share-track {
	display: block;
	margin-right: 0;
}
.music-track-box-part-modal .music-track-share-part .button {
	display: block;
	margin-right: 0;
	margin-left: 0;
}
.music-track-box-part-modal .share-track ul {
	margin-top: 5px;
	text-align: center;
}
.music-track-box-part-modal .music-track-share-part .button.promoted-label {
	display: inline-block;
}
}
@media (max-width:480px) {
.spotlight-music-chart-popup .sp-hy-btns .button {
	min-width: 240px;
}
.spotlight-music-chart-popup .sp-hy-btns .white-tooltip + .tooltip {
	min-width: 240px;
}
}
/****************************** ****************************** 
  	  Music Charts - Spotlight Modal -Small - Sprint-38
****************************** *****************************/
.spotlight-modal-small.modal-dialog {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
}
.spotlight-modal-small.modal-dialog .modal-inner {
	padding: 20px 15px;
}
.spotlight-modal-small .new-popup-container {
	padding: 20px 0;
	max-width: 170px;
	margin: 0 auto;
}
.spotlight-modal-small .email-confirmation-content h4 {
	margin-top: 0;
	font-size: 24px;
}
.spotlight-modal-small .email-confirmation-content p {
	text-align: center;
	padding: 0 10px;
	font-size: 14px;
}
#charts-modal-close {
	color: #aeb5bc;
	cursor: pointer;
	font-size: 30px;
	height: 30px;
	line-height: 16px;
	opacity: 1;
	position: fixed;
	right: 0px;
	text-align: center;
	top: 10px;
	width: 30px;
	z-index: 100000000;
}
/****************************** ****************************** 
		Fan Promotion Filter - HYPE-775 - Sprint-39
****************************** *****************************/
@media (min-width:768px) {
.dropdown-channel .for-desktop-smallfont.mutliSelect ul {
	min-width: 160px;
}
.dropdown-channel:last-child dd .for-desktop-smallfont.mutliSelect ul {
	left: auto;
	right: 0;
}
}
/****************************** ****************************** 
		Instagram Dialog Sprint-39
****************************** *****************************/
.ig-following-dialog {
	display: block;
	font-family: "poppinssemibold";
	text-align: center;
	max-width: 300px;
	margin: 0 auto;
}
.ig-following-dialog label {
	display: block;
	font-size: 16px;
	margin: 0 0 15px;
	font-family: arial;
	font-weight: bold;
}
.ig-following-dialog .button {
	display: block;
	margin-bottom: 5px;
	text-align: center !important;
	text-decoration: none;
}
/****************************** ****************************** 
  	  Music/Charts - Hot or Not - HYPE-802 - Sprint-39
****************************** *****************************/
.arcade-section {
	display: block;
	margin: 20px auto;
	width: 100%;
	max-width: 344px;
}
.arcade-bar-part {
	display: block;
	margin: 0 0 15px;
}
.arcade-bar-slider {
	background: #d7dbe0 none repeat scroll 0 0;
	border-radius: 3px;
	height: 20px;
	position: relative;
	width: calc(100% - 70px);
	overflow: hidden;
	vertical-align: middle;
	float: left;
}
.arcade-bar-slider .arcade-bar-slider-range {
	background: #12db7d none repeat scroll 0 0;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}
.arcade-bar-count {
	font-family: 'visitortt1brkregular';
	font-size: 36px;
	color: #3f4a54;
	float: right;
	line-height: 20px;
}
.arcade-main-box {
	background: #ffffff;
	border: solid 1px #dce1e6;
	box-shadow: 0 2px 10px 0 #b1b8bf;
	border-radius: 3px;
	width: 100%;
	padding: 20px;
}
.arcade-inner-part {
	display: block;
}
.arcade-player-frame {
	position: relative;
	width: 100%;
	float: left;
}
.arcade-player-frame::after {
	content: "";
	display: block;
	margin-top: 100%;
}
.arcade-player-frame iframe, .arcade-player-frame img {
	display: block;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.arcade-player-buttons {
	float: left;
	width: 100%;
	margin-top: 20px;
	font-size: 0;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
}
.arcade-player-buttons button, .arcade-player-buttons a {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0 5px;
	outline: none;
	display: inline-block;
	vertical-align: middle;
}
.arcade-player-buttons button img, .arcade-player-buttons a img {
	display: block;
}
.arcade-player-buttons button:disabled img {
	opacity: 0.3;
}
.arcade-button {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0 5px;
	outline: none;
}
.arcade-image {
	display: block;
}
.arcade-how {
	display: block;
	padding-top: 40px;
	text-align: center;
}
.arcade-how a {
	color: #b1b8bf;
}
.arcade-how a:hover {
	text-decoration: underline;
}
/*HYPE-819*/
.hot-or-not-start {
	height: 372px;
	background: #f7f8f9;
	text-align: center;
	padding: 35px 0;
}
.hot-or-not-inner {
	display: block;
	max-width: 152px;
	margin: 0 auto
}
.hot-or-not-start img {
	display: block;
	max-width: 100%;
	margin: 0 auto 30px;
}
.hot-or-not-start ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
	text-align: left;
}
.hot-or-not-start ul li {
	font-size: 14px;
	color: #3f4a54;
	position: relative;
	padding-left: 10px;
	margin: 2px 0;
}
.hot-or-not-start ul li::before {
	position: absolute;
	color: #3f4a54;
	content: "\f105";
	font-family: "FontAwesome";
	left: 0;
	font-size: 15px;
	top: -2px;
}
.hot-or-not-start .button {
	width: 100%;
	margin-top: 20px;
	font-size: 20px;
	padding: 0 5px;
	height: 45px;
	line-height: 45px;
}
/****************************** ****************************** 
  	  Music Link - Light Scheme - HYPE-821 - Sprint-41
****************************** *****************************/
.smart-link-list-section {
	display: block;
	border-top: 2px solid #e7eaec;
}
.smart-link-list-section ul {
	/*max-height: 70vh;*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
}
.smart-link-list-section ul li {
	border-bottom: 2px solid #e7eaec;
	padding: 0 3px;
}
.smart-link-list-section ul li:last-child {
	border: none;
}
.smart-link-part {
	display: block;
	padding: 34px 0;
}
.smart-link-part:before, .smart-link-part:after {
	content: " ";
	display: table;
}
.smart-link-part:after {
	clear: both;
}
.smart-link-logo {
	float: left;
	max-width: 50%;
}
.smart-link-logo h4 {
	margin: 0;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	white-space: nowrap;
	line-height: 30px;
	color: #495159;
	font-family: "hypefontblack";
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
}
.smart-link-logo img {
	max-height: 30px;
	display: block;
}
.smart-link-button {
	float: right;
}
.smart-link-button .button {
	min-width: 140px;
	height: 30px;
}
/*Light Theme Preview Section CSS HYPE-821*/
.theme-preview-section .sidebar-heading.for-smartlink-sheading h1, .theme-preview-section .sidebar-heading.for-smartlink-sheading h2 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.theme-preview-section .smart-link-part {
	padding: 20px 0;
}
.theme-preview-section .smart-link-list-section {
	padding-top: 10px;
}
.theme-preview-section .smart-link-list-section ul {
	margin-top: 15px;
	overflow: inherit;
}
.theme-preview-section .smart-link-list-section ul li {
	border-bottom-width: 1px;
	padding: 0;
}
.theme-preview-section .smart-link-list-section ul li:last-child .smart-link-part {
	padding-bottom: 0;
}
.theme-preview-section .smart-link-list-section.smartlink-pad-top ul li:first-child .smart-link-part {
	padding-top: 0;
}
.blog-promotion-page .panel-body .theme-preview-section .smart-link-button .button {
	min-width: 100px;
	font-size: 10px;
	height: 24px;
	padding: 0;
	line-height: 24px;
}
.theme-preview-section .button-outline-morelight {
	border-color: #d7dbe0;
}
.theme-preview-section .button-outline-morelight:hover {
	border-color: #3f4a54;
	color: #3f4a54;
}
.theme-preview-section .button-outline-morelight:active, .theme-preview-section .button-outline-morelight.active {
	border-color: #3f4a54;
	color: #3f4a54;
}
.theme-preview-section .smart-link-logo img {
	max-height: 24px;
}
/*Dark Theme Preview Section CSS HYPE-821*/
.theme-preview-section.dark-scheme .smart-link-list-section {
	border-top-color: #34404b;
}
.theme-preview-section.dark-scheme .smart-link-list-section ul li {
	border-bottom-color: #34404b;
}
.theme-preview-section.dark-scheme .button-outline-morelight {
	border-color: #b1b8bf;
}
.theme-preview-section.dark-scheme .button-outline-morelight:hover {
	border-color: #ffffff;
	color: #ffffff;
}
.theme-preview-section.dark-scheme .button-outline-morelight:active, .theme-preview-section.dark-scheme .button-outline-morelight.active {
	border-color: #ffffff;
	color: #ffffff;
}
.smartlink .track-close {
	float: left;
	position: relative;
	width: 60px;
	border-left: 1px solid #3f4a54;
	height: 100%;
}
.smartlink .track-close .tcustomclose {
	background: rgba(0, 0, 0, 0) url("../images/player-sprite-new.png") no-repeat scroll -100px 0 /cover;
	display: block;
	height: 20px;
	margin: 0 auto;
	width: 20px;
	top: 16px;
	position: relative;
}
/*** Smart link - Create - HYPE-839 - Sprint-43 ***/
.link_add_check_button, .select-checkicon {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 3px;
	height: 34px;
	line-height: 34px;
	position: absolute;
	right: 1px;
	text-align: center;
	top: 1px;
	width: 34px;
	z-index: 9;
}
.add-step-button .lock-pro-badge {
	right: 15px;
	left: auto;
	top: 0px;
}
/****************************** ****************************** 
  	  VIP Package Sales Page - HYPE-808 - Sprint-41
****************************** *****************************/
.vip-header-section {
	background: #1a1d20;
	box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.5);
	min-height: 65px;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 50;
}
.vip-header-inner {
	display: flex;
	padding: 0 22px;
	justify-content: space-between;
	align-items: center;
}
.vip-logo {
	float: left;
	margin-left: -22px;
}
.vip-upgrade-btn .button {
	min-width: 180px;
}
.vip-offer-countdown-part {
	display: flex;
	align-items: center;
}
.vip-offer-countdown-part p {
	font-size: 16px;
	color: #ffffff;
	margin: 0 10px 0 0;
}
.vip-countdown-time {
	color: #f43010;
	font-family: "hypefontblack";
	font-size: 24px;
	text-align: center;
	font-weight: normal;
	padding: 0 10px;
	position: relative;
	line-height: 30px;
}
.vip-countdown-time::after {
	content: ":";
	position: absolute;
	color: #ffffff;
	right: -2px;
	top: -1px;
	font-size: 22px;
}
.vip-countdown-time:last-child::after {
	display: none;
}
.vip-countdown-time span {
	font-family: "poppinsregular";
	color: #ffffff;
	font-size: 10px;
	display: block;
	line-height: 8px;
}
.vip-main-container-section {
	background: #ffffff none repeat scroll 0 0;
	padding-top: 65px;
}
.vip-inner-container {
	max-width: 780px;
	margin: 0 auto;
}
.vip_bg-white {
	background: #ffffff;
	border-top: solid 1px #dce1e6;
}
.vip_bg-gray {
	background: #f7f8f9;
	border-top: solid 1px #dce1e6;
}
.vip-main-content {
	display: block;
	padding: 60px 0;
}
.vip-main-content h6 {
	color: #3f4a54;
	font-size: 16px;
	text-align: center;
	margin: 0 0 45px;
}
.vip-main-content h2 {
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	color: #3f4a54;
	font-size: 40px;
	text-align: center;
	margin: 0 0 50px;
	line-height: 55px;
}
.vip-main-content h2 b {
	font-weight: 600;
}
.vip-main-content h2.dec-fontsize {
	font-size: 39px;
	padding-top: 20px;
	margin-bottom: 35px;
}
.green-divider {
	background: #12db7d;
	height: 2px;
	width: 70px;
	margin: 50px auto;
}
.vip-main-content p {
	font-size: 16px;
	color: #3f4a54;
	line-height: 24px;
	margin-bottom: 25px;
}
.vip-main-content p b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.vip-main-content p:last-child {
	margin-bottom: 0;
}
.vip-main-content p a {
	color: #3f4a54;
}
.vip-main-content p a:hover {
	color: #333;
	text-decoration: underline;
}
.vip-most-artist-section {
	display: block;
	margin-bottom: 80px;
}
.vip-most-artist-section:last-child {
	margin-bottom: 0;
}
.vip-most-artist-comment {
	display: block;
	border: 1px solid #dce1e6;
	background: #ffffff;
	padding: 40px 40px;
	position: relative;
	margin-bottom: 40px;
}
.vip-most-artist-comment::before {
	background: transparent none repeat scroll 0 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #dce1e6;
	bottom: -20px;
	content: "";
	left: 50px;
	position: absolute;
}
.vip-most-artist-comment::after {
	background: transparent none repeat scroll 0 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #ffffff;
	bottom: -18px;
	content: "";
	left: 50px;
	position: absolute;
}
.vip-most-artist-comment h4 {
	font-family: "poppinssemibold";
	font-size: 16px;
	color: #3f4a54;
	margin: 0 0 30px;
}
.vip-most-artist-info {
	display: block;
}
.vip-most-artist-pic {
	float: left;
	width: 140px;
}
.vip-most-artist-pic img {
	max-width: 100%;
	display: block;
}
.vip-most-artist-content {
	overflow: hidden;
	padding-left: 20px;
}
.vip-most-artist-content h5 {
	font-size: 18px;
	color: #3f4a54;
	margin: 0 0 20px;
}
.vip-most-artist-content h5 b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.vip-most-artist-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	max-width: 66.66%;
	float: left;
}
.vip-most-artist-content ul li {
	float: left;
	width: 50%;
	margin: 2px 0;
}
.vip-artist-icon {
	float: left;
	width: 30px;
	margin-right: 15px;
}
.vip-artist-icon img {
	max-width: 100%;
	display: block;
}
.vip-artist-count {
	font-size: 16px;
	color: #3f4a54;
	line-height: 30px;
}
.vip-most-artist-content p {
	float: left;
	max-width: 33.33%;
}
.vip-check-list-option {
	display: block;
	list-style-type: none;
	margin: 40px;
	padding: 0;
}
.vip-check-list-option:last-child {
	margin-bottom: 0;
}
.vip-check-list-option li {
	background: rgba(0, 0, 0, 0) url("../images/gate-status-green-icon.png") no-repeat scroll 5px 2px / 20px auto;
	color: #3f4a54;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
	min-height: 20px;
	padding-left: 45px;
}
.vip-check-list-option li:last-child {
	margin-bottom: 0;
}
.vip-check-list-option li b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.vip-check-list-option2 {
	display: block;
	list-style-type: none;
	margin: 0 0 40px;
	padding: 0;
}
.vip-check-list-option2 li {
	color: #3f4a54;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 25px;
	min-height: 20px;
}
.vip-check-list-option2 li b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.vip-check-list-half {
	float: left;
	width: calc(50% - 60px);
	margin-right: 20px;
	margin-left: 20px;
}
.vip-button-heading {
	background-color: #12db7d !important;
	border-color: #2db7d !important;
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	height: 50px;
	padding: 13px 18px 10px;
	cursor: default;
	margin: 15px 0;
}
.vip-button-heading span {
	font-family: 'hypefontregular'
}
.pro-only-badge {
	height: 16px;
	border-radius: 3px;
	background: #f43010;
	font-family: "hypefontblack";
	font-weight: normal;
	font-size: 9px;
	color: #ffffff;
	padding: 0 8px;
	line-height: 16px;
	display: inline-block;
}
.vip-audience-section {
	display: block;
	position: relative;
	padding: 10px 0;
}
.vip-audience-section:last-child {
	padding-bottom: 0;
}
.vip-audience-heading {
	display: block;
}
.vip-audience-heading h5 {
	font-size: 16px;
	color: #3f4a54;
	margin: 0 0 5px;
}
.vip-audience-heading h3 {
	font-size: 24px;
	font-family: "poppinssemibold";
	font-weight: normal;
	color: #3f4a54;
	margin: 0 0 28px;
	line-height: 40px;
}
.vip-audience-content {
	float: left;
	width: 60%;
	position: relative;
	z-index: 1;
}
.vip-audience-content h5 {
	font-size: 16px;
	color: #3f4a54;
	margin: 0 0 5px;
}
.vip-audience-content h3 {
	font-size: 24px;
	font-family: "poppinssemibold";
	font-weight: normal;
	color: #3f4a54;
	margin: 0 0 35px;
	line-height: 40px;
}
.vip-audience-content .vip-check-list-option {
	margin-left: 0;
	margin-right: 0;
}
.vip-audience-pic {
	float: right;
	position: absolute;
	right: -80px;
	max-width: 50%;
	z-index: 0;
}
.vip-audience-pic img {
	max-width: 100%;
	display: block;
}
.vip-faq-part {
	display: block;
}
.vip-faq-part h5 {
	font-size: 18px;
	font-family: "poppinssemibold";
	font-weight: normal;
	color: #3f4a54;
	margin: 0 0 5px;
	padding-top: 35px;
}
.vip-faq-part h5:first-child {
	padding-top: 0;
}
.vip-upgrade-box-section {
	display: block;
	margin: 65px 0 45px;
}
.vip-upgrade-box {
	padding: 35px 25px;
	text-align: center;
	margin-bottom: 6px;
}
.vip-upgrade-box h2 {
	font-weight: 600;
	margin-bottom: 10px;
}
.vip-upgrade-box p {
	font-family: "poppinssemibold";
	font-weight: normal;
	font-size: 18px;
	margin: 0 0 10px;
}
.vip-upgrade-box h4 {
	font-family: 'Oswald', sans-serif;
	font-size: 40px;
	font-weight: 600;
	color: #3f4a54;
	margin: 0;
}
.vip-upgrade-box-section .button {
	display: block;
	max-width: 460px;
	height: 80px;
	font-size: 30px;
	padding: 0 18px;
	line-height: 80px;
	margin: 0 auto;
}
.vip-payment-card {
	display: block;
	text-align: center;
	margin-top: 40px;
}
.vip-payment-card img {
	display: inline-block;
	height: 30px;
}
.vip-black-section {
	background: #26333f;
	border-top: solid 1px #dce1e6;
}
.vip-black-section .vip-main-content {
	padding-bottom: 0;
}
.vip-black-section .vip-main-content h2 {
	color: #ffffff;
}
.vip-full-audience {
	display: block;
}
.vip-full-audience img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
	margin-bottom: -120px;
}
.vip-darkgray-section {
	background: #d7dbe0;
}
.vip-darkgray-section .vip-main-content {
	padding-top: 90px;
}
/*VIP 2 Years Page CSS*/
.vip-twoyear-page {
	background: #fff none repeat scroll 0 0;
	display: block;
	min-height: calc(100vh - 65px);
}
.vip-main-content h6.vip-red-text {
	font-family: "poppinssemibold";
	font-weight: normal;
	color: #f43010;
}
.vip-bt-bod {
	position: relative;
}
.vip-bt-bod::after {
	content: "";
	background: #3f4a54;
	height: 2px;
	width: 100%;
	position: absolute;
	bottom: 4px;
	left: 0;
}
.vip-twoyear-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.vip-twoyear-text {
	max-width: 575px;
}
.vip-twoyear-pic {
	max-width: 185px;
	text-align: right;
}
.vip-twoyear-pic img {
	max-width: 100%;
}
.vip-two-btns-group {
	display: block;
	text-align: center;
}
.vip-two-btns-group .button {
	min-width: 220px;
	margin: 0 8px;
}
.vip-twoyear-page .vip-upgrade-box-section {
	margin: 50px 0 40px;
}
.vip-click-help {
	color: #3f4a54 !important;
	text-decoration: underline !important;
}
.vip-click-help a:hover {
	color: #333 !important;
	text-decoration: underline !important;
}
/*VIP Fan Base Account Settings Section CSS*/
.vip-fanbase-setting {
	display: block;
}
.vip-fanbase-setting span {
	color: #12db7d;
	font-family: "poppinssemibold";
	font-weight: normal;
}
.vip-fanbase-setting a {
	font-weight: normal !important;
	color: #3f4a54 !important;
	text-decoration: underline;
	word-break: break-all;
}
/****************************** ****************************** 
  	  Upgrade Tooltip Section CSS - HYPE-827 - Sprint-42
****************************** *****************************/
.upgrade-tooltip-content {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 2px 10px 0 #b1b8bf;
	border: solid 1px #d7dbe0;
	border-radius: 3px;
	display: block;
	height: auto;
	max-width: 100%;
	min-width: 380px;
	position: absolute;
	width: 100%;
	right: calc(50% - 50px);
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	z-index: 1;
	top: 60px;
}
.upgrade-tooltip-content::after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 9px solid #ffffff;
	top: -14px;
	content: "";
	height: 15px;
	right: 40px;
	position: absolute;
}
.upgrade-tooltip-content::before {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 9px solid #d7dbe0;
	top: -15px;
	content: "";
	height: 15px;
	right: 40px;
	position: absolute;
}
.upgrade-ttip:hover .upgrade-tooltip-content {
	display: block;
}
.upgrade-tooltip-content-inner {
	display: block;
	margin: 25px;
	text-align: left;
}
.upgrade-tooltip-content-inner p {
	color: #495159;
	font-family: "poppinsregular";
	font-size: 14px;
	margin: 0 0 25px;
}
.upgrade-tooltip-content-inner p b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.upgrade-tooltip-content-inner ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.upgrade-tooltip-content-inner ul li {
	background: rgba(0, 0, 0, 0) url("../images/gate-status-green-icon.png") no-repeat scroll 0 2px / 16px auto;
	color: #3f4a54;
	font-size: 14px;
	line-height: 22px;
	min-height: 18px;
	padding-left: 25px;
	margin: 8px 0;
}
.upgrade-tooltip-content-inner ul li:last-child {
	margin-bottom: 0;
}
.upgrade-tooltip-content-inner ul li b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.upgrade-tooltip-content-inner ul li a {
	color: #495159;
	text-decoration: underline;
}
.upgrade-tooltip-content-inner ul li a:hover {
	color: #12db7d;
}
.upgrade-tooltip-btns {
	display: block;
	margin-top: 50px;
	padding-bottom: 5px;
}
.upgrade-tooltip-btns .button {
	min-width: 150px;
	line-height: 1.42857143;
	display: inline-block;
	margin-top: 0;
}
.upgrade-tooltip-btns .button:first-child {
	margin-right: 10px;
}
.upgrade-tooltip-btns .button:last-child {
	margin-left: 10px;
}
.upgrade-btn .upgrade-tooltip-btns .button.button-secondary:hover, .upgrade-btn .upgrade-tooltip-btns .button.button-secondary:focus {
	color: #989fa7 !important;
}
/****************************** ****************************** 
  	  		Hot or Not - HYPE-832 - Sprint-42
****************************** *****************************/
.hot-or-not-page {
	background-image: url(../images/main-bg.jpg);
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	width: 100%;
	height: 100%;
}
/*Hot or Not Header*/
.hotnot-header-section {
	background: transparent;
	min-height: 65px;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	z-index: 50;
}
.hotnot-header-inner {
	display: flex;
	padding: 0 22px;
	justify-content: space-between;
	align-items: center;
	height: 65px;
}
.hotnot-logo {
	float: left;
	margin-left: -22px;
}
.hotnot-genre-part .genre-filter {
	margin-right: 0;
	width: auto;
	min-width: 190px;
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}
.hotnot-genre-part .genre-filter .select-labal {
	font-size: 20px;
	top: 4px;
	margin: 0;
	padding: 0;
	left: 0;
	color: #ffffff;
	font-family: "hypefontblack";
	position: absolute;
	z-index: 10;
}
.hotnot-genre-part .genre-filter .select-labal .dots {
	vertical-align: top;
	color: #fff;
}
.hot-not-filter .filter-option.pull-left {
	white-space: pre-wrap;
}
.hotnot-genre-part .genre-filter .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	color: #12db7d;
	padding-left: 105px;
}
.select-hotnot .form-control {
	background: transparent;
	border-color: transparent;
	height: 35px;
}
.select-hotnot .btn {
	background: transparent;
	border-color: transparent;
	color: #ffffff;
	font-size: 20px;
	height: 35px;
	padding: 0px 25px 0 0;
	font-family: "hypefontblack";
	font-weight: normal;
	text-transform: uppercase;
}
.select-hotnot .bootstrap-select.btn-group .dropdown-toggle .caret {
	background: rgba(0, 0, 0, 0) url("../images/arrow-white.png") no-repeat scroll 0 0;
	border: medium none;
	height: 15px;
	margin: 0 !important;
	padding: 0 !important;
	top: calc(50% - 8px) !important;
	width: 18px;
	right: 0;
}
.select-hotnot .btn:hover, .select-hotnot .btn:focus, .select-hotnot .btn.focus, .select-hotnot .btn:active, .select-hotnot .btn.active, .select-hotnot .open > .dropdown-toggle.btn-default {
	background: transparent;
	border-color: transparent;
	outline: 0 none;
	color: #ffffff
}
/*Hot or Not Main*/
.hot-not-inner-section {
	display: block;
	max-width: 344px;
	margin: 80px auto;
}
.hot-not-main-box {
	display: block;
	margin-bottom: 20px;
}
.hot-not-main-box:last-child {
	margin-bottom: 0;
}
.hot-not-box-header {
	display: block;
	height: 70px;
	border-radius: 3px 3px 0 0;
	background: #3f4a54;
	text-align: center;
	padding: 0 10px;
}
.hot-not-box-header h2 {
	display: block;
	font-family: 'cf_revolutionregular';
	font-size: 30px;
	color: #ffffff;
	margin: 0;
	padding: 18px 0 0;
}
.hot-not-box-content {
	display: block;
	border-radius: 0 0 3px 3px;
	background: #ffffff;
}
.hot-not-box-content .arcade-main-box {
	background: transparent;
	border: none;
	box-shadow: none;
	padding-top: 5px;
	position: relative;
}
.arcade-player-section {
	padding: 15px 20px;
	position: relative;
}
.arcade-player-icon {
	float: left;
	width: 40px;
	margin-right: 15px;
}
.arcade-player-icon img {
	width: 40px;
	height: 40px;
	border-radius: 100px;
}
.arcade-player-info {
	overflow: hidden;
	padding-top: 1px;
	cursor: pointer;
}
.arcade-player-name {
	display: block;
	font-family: "hypefontlight";
	font-size: 12px;
	color: #3f4a54;
	text-transform: uppercase;
}
.arcade-player-name-bold {
	font-family: "hypefontblack";
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	display: -moz-box;
}
.arcade-player-score {
	display: block;
	font-family: "hypefontblack";
	font-size: 20px;
	color: #3f4a54;
	line-height: 20px;
}
.arcade-player-score span {
	color: #12db7d;
}
/*Leaderboard Part*/
.leaderboard-section {
	display: block;
}
.leaderboard-row {
	display: flex;
	flex-direction: row;
	width: calc(100% - 2px);
	border-bottom: 2px solid #b1b8bf;
	margin: 0 1px;
}
.leaderboard-row:last-child {
	border-bottom: none;
}
.leaderboard-row-inner {
	display: flex;
	flex-direction: row;
	padding: 15px 20px;
	width: 100%;
}
.leaderboard-player-info {
	display: flex;
	align-self: center;
	flex-basis: 80%;
	flex-flow: row nowrap;
	flex-grow: 1;
	overflow-wrap: break-word;
	padding-right: 15px;
}
.leaderboard-player-icon {
	float: left;
	width: 40px;
}
.leaderboard-player-icon img {
	width: 40px;
	height: 40px;
	border-radius: 100px;
}
.leaderboard-player-content {
	/*overflow: hidden;*/
	padding-left: 15px;
}
.leaderboard-player-content h3 {
	font-family: "hypefontblack";
	font-size: 12px;
	font-weight: normal;
	color: #3f4a54;
	margin: 0;
	text-transform: uppercase;
	line-height: 16px;
	padding-top: 3px;
	overflow-wrap: break-word;
	word-break: break-word;
}
.leaderboard-player-content h4 {
	display: block;
	font-family: "hypefontblack";
	font-size: 20px;
	color: #3f4a54;
	line-height: 20px;
	margin: 0;
}
.leaderboard-player-content h4 span {
	color: #12db7d;
}
.leaderboard-player-content h4.moremusic_heading {
	margin-top: 10px;
}
.leaderboard-player-link {
	display: flex;
	align-self: center;
	flex-basis: 30px;
	padding-left: 15px;
	flex-wrap: wrap;
	flex-grow: 1;
	justify-content: flex-end;
	text-align: right;
}
.leaderboard-player-link button {
	background: transparent;
	border: none;
	padding: 0;
	margin: 0;
}
.leaderboard-player-link button img {
	display: block;
}
.leaderboard-player-link .dropdown-menu {
	min-width: 80px;
	text-align: center;
}
.leaderboard-player-link .dropdown-menu > li > a {
	padding-left: 10px;
	padding-right: 10px;
}
.leaderboard-player-link .open > .dropdown-menu {
	text-align: center;
	left: calc(50% - 40px);
	box-shadow: 0 2px 10px 0 #26333f;
}
.leaderboard-player-link .dropdown-menu::before {
	left: calc(50% - 8px);
	right: auto;
}
.leaderboard-player-link .dropdown-menu::after {
	left: calc(50% - 7px);
	right: auto;
}
/*Player Tooltip Part*/
.player-tooltip-content {
	background: #ffffff none repeat scroll 0 0;
	box-shadow: 0 2px 10px 0 #26333f;
	border: solid 1px #d7dbe0;
	border-radius: 3px;
	display: none;
	height: auto;
	max-width: 100%;
	max-width: 180px;
	position: absolute;
	width: 100%;
	right: calc(50% - 80px);
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	z-index: 2;
	top: 90%;
}
.player-tooltip-content::after {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 9px solid #ffffff;
	top: -14px;
	content: "";
	height: 15px;
	left: calc(50% - 8px);
	position: absolute;
}
.player-tooltip-content::before {
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 9px solid #d7dbe0;
	top: -15px;
	content: "";
	height: 15px;
	left: calc(50% - 8px);
	position: absolute;
}
/*.arcade-player-section:hover .player-tooltip-content {
	display: block;
}*/
.player-tooltip-content-inner {
	display: block;
	margin: 20px;
	text-align: center;
}
.player-tooltip-content-inner p {
	color: #495159;
	font-family: "poppinsregular";
	font-size: 14px;
	margin: 0 0 20px;
}
.player-tooltip-content-inner ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.player-tooltip-content-inner ul li {
	display: block;
	margin-bottom: 10px;
}
.player-tooltip-content-inner ul li:last-child {
	margin-bottom: 0;
}
.player-tooltip-content-inner ul li .button {
	width: 100%;
}
.player-tooltip-content-inner ul li .button i {
	font-size: 20px;
	margin-right: 5px;
	vertical-align: bottom;
}
/*Player Tooltip Part*/
.startgame-tooltip-content {
	background: #12db7d none repeat scroll 0 0;
	border-radius: 3px;
	display: block;
	height: auto;
	max-width: 100%;
	max-width: 220px;
	position: absolute;
	width: 100%;
	left: -235px;
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	z-index: 2;
	animation: bounceIn 0.75s;
	-ms-animation: bounceIn 0.75s;
	-moz-animation: bounceIn 0.75s;
	-webkit-animation: bounceIn 0.75s;
}
.startgame-tooltip-content::after {
	border-top: 15px solid transparent;
	border-bottom: 15px solid transparent;
	border-left: 30px solid #12db7d;
	top: calc(50% - 15px);
	content: "";
	right: -28px;
	position: absolute;
}
.startgame-tooltip-content-inner {
	display: block;
	margin: 15px;
	text-align: center;
	position: relative;
}
.start-tooltip-close {
	font-family: 'hypefontregular';
	display: block;
	position: absolute;
	right: 8px;
	top: 5px;
	color: #26333f;
	width: 15px;
	height: 15px;
	text-align: center;
	font-size: 14px;
	line-height: 15px;
}
.start-tooltip-close a {
	color: #26333f;
	display: block;
}
.start-tooltip-close a:hover {
	color: #000;
}
.startgame-tooltip-content-inner h5 {
	font-family: 'cf_revolutionregular';
	font-size: 20px;
	color: #26333f;
	margin: 0 0 5px;
}
.startgame-tooltip-content-inner p {
	font-family: 'hypefontregular';
	font-size: 9px;
	color: #26333f;
}
.startgame-tooltip-content-inner p a {
	color: #26333f;
	text-decoration: underline;
}
.startgame-tooltip-content-inner p a:hover {
	color: #000;
}
/*Hot or Not Option Drop Down CSS*/
.hotnot-option {
	position: relative;
	z-index: 1;
	display: inline-block;
}
.hotnot-option .option-btn-bar {
	height: 50px;
	width: 50px;
}
.hotnot-option .open > .dropdown-menu {
	display: block;
	text-align: center;
	font-size: 14px;
	left: calc(50% - 80px);
	margin-top: 10px;
	box-shadow: 0 2px 10px 0 #26333f;
}
.hotnot-option .dropdown-menu::before {
	left: calc(50% - 8px);
	right: auto;
}
.hotnot-option .dropdown-menu::after {
	left: calc(50% - 7px);
	right: auto;
}
.email-confirmation-content h4.howplay-heading {
	font-family: 'cf_revolutionregular';
	font-size: 30px;
}
/*Bounce In Animation Effect*/
@-webkit-keyframes bounceIn {
 from, 20%, 40%, 60%, 80%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(0.9, 0.9, 0.9);
 transform: scale3d(0.9, 0.9, 0.9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -webkit-transform: scale3d(0.97, 0.97, 0.97);
 transform: scale3d(0.97, 0.97, 0.97);
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
 @keyframes bounceIn {
 from, 20%, 40%, 60%, 80%, to {
 -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
 animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
 0% {
 opacity: 0;
 -webkit-transform: scale3d(0.3, 0.3, 0.3);
 transform: scale3d(0.3, 0.3, 0.3);
}
 20% {
 -webkit-transform: scale3d(1.1, 1.1, 1.1);
 transform: scale3d(1.1, 1.1, 1.1);
}
 40% {
 -webkit-transform: scale3d(0.9, 0.9, 0.9);
 transform: scale3d(0.9, 0.9, 0.9);
}
 60% {
 opacity: 1;
 -webkit-transform: scale3d(1.03, 1.03, 1.03);
 transform: scale3d(1.03, 1.03, 1.03);
}
 80% {
 -webkit-transform: scale3d(0.97, 0.97, 0.97);
 transform: scale3d(0.97, 0.97, 0.97);
}
to {
	opacity: 1;
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
}
}
/*Hot or Not Button Bubble Animation Effect*/
.bubbly-btn .not-button {
	background-image: url('../images/not-icon.png');
	background-size: cover;
	width: 50px;
	height: 50px;
	border-radius: 50%
}
.bubbly-btn .not-button {
	position: relative;
	transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}
.bubbly-btn .not-button:focus {
	outline: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.bubbly-btn .not-button:before, .bubbly-btn .not-button:after {
	position: absolute;
	content: '';
	display: block;
	width: 140%;
	height: 100%;
	left: -20%;
	z-index: 1;
	transition: all ease-in-out 0.5s;
	background-repeat: no-repeat;
}
.bubbly-btn .not-button:before {
	display: none;
	top: -75%;
	background-image: radial-gradient(circle, #f43010 20%, transparent 20%), radial-gradient(circle, transparent 20%, #f43010 20%, transparent 30%), radial-gradient(circle, #f43010 20%, transparent 20%), radial-gradient(circle, #f43010 20%, transparent 20%), radial-gradient(circle, transparent 10%, #f43010 15%, transparent 20%), radial-gradient(circle, #f43010 20%, transparent 20%), radial-gradient(circle, #f43010 20%, transparent 20%), radial-gradient(circle, #f43010 20%, transparent 20%), radial-gradient(circle, #f43010 20%, transparent 20%);
	background-size: 20% 20%, 30% 30%, 25% 25%, 30% 30%, 28% 28%, 20% 20%, 25% 25%, 20% 20%, 28% 28%;
}
.bubbly-btn .not-button:after {
	display: none;
	bottom: -75%;
	background-image: radial-gradient(circle, #f43010 20%, transparent 20%), radial-gradient(circle, #f43010 20%, transparent 20%), radial-gradient(circle, transparent 10%, #f43010 15%, transparent 20%), radial-gradient(circle, #f43010 20%, transparent 20%), radial-gradient(circle, #f43010 20%, transparent 20%), radial-gradient(circle, #f43010 20%, transparent 20%), radial-gradient(circle, #f43010 20%, transparent 20%);
	background-size: 25% 25%, 30% 30%, 28% 28%, 30% 30%, 25% 25%, 20% 20%, 30% 30%;
}
.bubbly-btn .not-button:active {
	transform: scale(0.9);
	background-color: #e60074;
	box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}
.bubbly-btn .not-button.animate:before {
	display: block;
	animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-btn .not-button.animate:after {
	display: block;
	animation: bottomBubbles ease-in-out 0.75s forwards;
}
.bubbly-btn .hot-button {
	background-image: url('../images/hot-icon.png');
	background-size: cover;
	width: 50px;
	height: 50px;
	border-radius: 50%;
}
.bubbly-btn .hot-button {
	position: relative;
	transition: transform ease-in 0.1s, box-shadow ease-in 0.25s;
}
.bubbly-btn .hot-button:focus {
	outline: 0;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
}
.bubbly-btn .hot-button:before, .bubbly-btn .hot-button:after {
	position: absolute;
	content: '';
	display: block;
	width: 140%;
	height: 100%;
	left: -20%;
	z-index: 1;
	transition: all ease-in-out 0.5s;
	background-repeat: no-repeat;
}
.bubbly-btn .hot-button:before {
	display: none;
	top: -75%;
	background-image: radial-gradient(circle, #12db7d 20%, transparent 20%), radial-gradient(circle, transparent 20%, #12db7d 20%, transparent 30%), radial-gradient(circle, #12db7d 20%, transparent 20%), radial-gradient(circle, #12db7d 20%, transparent 20%), radial-gradient(circle, transparent 10%, #12db7d 15%, transparent 20%), radial-gradient(circle, #12db7d 20%, transparent 20%), radial-gradient(circle, #12db7d 20%, transparent 20%), radial-gradient(circle, #12db7d 20%, transparent 20%), radial-gradient(circle, #12db7d 20%, transparent 20%);
	background-size: 30% 30%, 20% 20%, 25% 25%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}
.bubbly-btn .hot-button:after {
	display: none;
	bottom: -75%;
	background-image: radial-gradient(circle, #12db7d 20%, transparent 20%), radial-gradient(circle, #12db7d 20%, transparent 20%), radial-gradient(circle, transparent 10%, #12db7d 15%, transparent 20%), radial-gradient(circle, #12db7d 20%, transparent 20%), radial-gradient(circle, #12db7d 20%, transparent 20%), radial-gradient(circle, #12db7d 20%, transparent 20%), radial-gradient(circle, #12db7d 20%, transparent 20%);
	background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}
.bubbly-btn .hot-button:active {
	transform: scale(0.9);
	background-color: #e60074;
	box-shadow: 0 2px 25px rgba(255, 0, 130, 0.2);
}
.bubbly-btn .hot-button.animate:before {
	display: block;
	animation: topBubbles ease-in-out 0.75s forwards;
}
.bubbly-btn .hot-button.animate:after {
	display: block;
	animation: bottomBubbles ease-in-out 0.75s forwards;
}
.bubbly-btn .not-button:disabled {
	opacity: 0.3;
}
.bubbly-btn .hot-button:disabled {
	opacity: 0.3;
}
 @keyframes topBubbles {
 0% {
 background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
}
 50% {
 background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
}
 100% {
 background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
 background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
}
}
@keyframes bottomBubbles {
 0% {
 background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
}
 50% {
 background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
}
 100% {
 background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
 background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
}
}
/****************** HYPE-836 *******************/
.dropdown-menu.dropdown-hvr {
	width: calc(100% - 15px);
	margin-left: 15px;
	margin-top: 5px;
	text-align: center;
}
.dropdown-menu.dropdown-hvr::before {
	right: calc(50% - 7px);
}
.dropdown-menu.dropdown-hvr::after {
	right: calc(50% - 6px);
}
.your-credit-part.dropdown.creadit .caret {
	vertical-align: initial;
}
.single-page-table .table-row {
	min-height: 142px;
}
.smart-link-more {
	margin: -20px 0 0;
}
.smart-link-more a {
	color: #3f4a54;
	text-decoration: underline;
}
/****************************** ****************************** 
  	  		Pricing V2.0 - HYPE-855 - Sprint-43
****************************** *****************************/
.for-pricing-pad {
	padding-bottom: 0 !important;
}
.new-pricing-page {
	display: block;
	/* max-width: 780px; */
	margin: 0 auto;
	padding: 10px 0 0;
}
.pricing-flex-row {
	display: flex;
	flex-wrap: wrap;
}
@media (min-width:768px) and (max-width:1499px) {
  .pricing-flex-row .col-sm-6 {
    width: 50%;
  }
}
@media (max-width: 991px) {
	.new-popup-container.upgrade-popup .pricing-flex-row .col-12 {
		width: 100%;
	}
	.new-popup-container.upgrade-popup .pricing-flex-row .order-sm-first {
		order: 1;
	}
	.new-popup-container.upgrade-popup .pricing-flex-row .order-sm-last {
		order: 2;
	}
}
@media (max-width: 767px) {
	.pricing-flex-row .col-12 {
		width: 100%;
	}
	.pricing-flex-row .order-sm-first {
		order: 1;
	}
	.pricing-flex-row .order-sm-last {
		order: 2;
	}
}
.new-pricing-page p.lead {
	font-size: 20px;
	text-align: center;
	color: #495159;
	margin-bottom: 50px;
}
.new-pricing-page .row .col-sm-6:first-child {
	padding-right: 10px;
}
.new-pricing-page .row .col-sm-6:last-child {
	padding-left: 10px;
}
.new-pricing-main-box {
	display: block;
	position: relative;
	border: 2px;
}
.new-pricing-main-box-most-popular {
	border: 2px solid #12db7d;
	border-radius: 5px;
}
.new-pricing-main-box-most-popular .new-pricing-main-content {
	border: none;
}
.most-popular-tag {
	background-color: #12db7d;
	border: 1.5px solid #12db7d;
	box-shadow: 8px 8px 13px -11px rgba(0,0,0,.2);
	border-radius: 20rem;
	font-size: 13px;
	color: #fff;
	font-weight: 400;
	font-family: "poppinsbold";
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: center;
	padding: .5rem 1.5rem;
	position: absolute;
	top: -1.5rem;
	right: -1rem;
	transform: rotate(5deg);
}
.most-popular-tag b {
	font-family: "poppinssemibold";
}
.new-pricing-box-heading {
	display: block;
	background: #3f4a54;
	min-height: 230px;
	border-radius: 3px 3px 0 0;
}
.new-pricing-box-heading-inner {
	padding: 25px 0;
	margin: 0 auto;
	width: 250px;
}
.new-pricing-box-heading h3 {
	display: block;
	font-family: "hypefontlight";
	font-size: 24px;
	color: #ffffff;
	margin: 0;
}
.new-pricing-box-heading h2 {
	display: block;
	font-family: "hypefontblack";
	font-size: 24px;
	line-height: 32px;
	color: #ffffff;
	margin: 0;
	height: 90px;
}
.new-pricing-box-heading h2 span {
	color: #12db7d;
	font-style: italic;
	text-decoration: underline;
}
.new-pricing-box-heading p {
	font-size: 14px;
	color: #ffffff;
	margin: 0;
}
.new-pricing-main-content {
	display: block;
	background: #ffffff;
	border: 1px solid #d7dbe0;
	border-top-width: 0;
	border-radius: 0 0 3px 3px;
}
.new-pricing-main-content-inner {
	padding: 40px 38px;
}
.new-pricing-main-content .disabled {
	background: rgba(0, 0, 0, 0) url("../images/gate-status-gray-icon.png") no-repeat scroll 0 0 / 20px auto;
	color: #d7dbe0;
	text-decoration: line-through;
}
.new-pricing-main-content .disabled-line {
	color: #d7dbe0;
	text-decoration: line-through;
}
.new-pricing-main-content h3 {
	display: block;
	text-align: left;
	font-family: "poppinssemibold";
	font-weight: normal;
	font-size: 18px;
	color: #3f4a54;
	margin: 0 0 30px;
	padding-left: 40px;
}
.new-pricing-main-content h3 span {
	color: #12db7d;
	text-decoration: underline;
}
.new-pricing-main-content hr {
	display: block;
	margin: 45px auto;
	height: 1px;
	width: 100%;
	background: #d7dbe0;
	border: none;
	max-width: 218px;
}
.new-pricing-main-content ul {
	list-style: outside none none;
	padding: 0;
	margin: 0;
}
.new-pricing-main-content ul li {
	background: rgba(0, 0, 0, 0) url("../images/gate-status-green-icon.png") no-repeat scroll 0 0 / 20px auto;
	color: #495159;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 22px;
	padding-left: 40px;
}
.new-pricing-main-content ul li:last-child {
	margin-bottom: 0;
}
.new-pricing-main-content ul li i.info-btn {
	width: 17px;
	height: 17px;
	background-size: cover;
	margin-left: 3px;
	margin-top: -2px;
}
.new-pricing-main-content ul li .tooltip-lg + .tooltip > .tooltip-inner {
	max-width: 270px;
}
.show-more-less {
	display: block;
	text-align: center;
	padding: 35px 0;
}
.show-more-less-spacing {
	display: block;
	padding: 25px 0;	
}
.show-more-less a {
	position: relative;
	font-size: 14px;
	color: #495159;
	display: inline-block;
}
.show-more-less a:hover {
	text-decoration: underline;
}
.show-more-less a::before, .show-more-less a::after {
	content: "";
	position: absolute;
	height: 1px;
	top: calc(50% - 2px);
	width: 60px;
	background: #d7dbe0;
}
.show-more-less a:before {
	right: 100%;
	margin-right: 10px;
}
.show-more-less a:after {
	left: 100%;
	margin-left: 10px;
}
.new-pricing-main-content .onboarding-plan-price {
	text-align: center;
	margin: 0 auto;
	width: 100%;
	max-width: 218px;
	padding-top: 10px;
}
.new-pricing-main-content .onboarding-plan-price span {
	color: #495159;
}
.new-pricing-main-content .onboarding-plan-price .button {
	display: block;
	margin-top: 20px;
}
.new-pricing-main-content .onboarding-plan-price .button i {
	margin: 0;
	vertical-align: initial;
	text-decoration: underline;
}
.show-extra-features {
	display: block;
	margin-bottom: 35px;
}
.submission-confirmation-info {
	background-size: contain !important;
	width: 17px !important;
	height: 17px !important;
}
.submission-confirmation-info:hover {
	background: url(../images/info-icon-black.png) 0 0 no-repeat;
	background-size: contain !important;
	width: 17px !important;
	height: 17px !important;
}
/****************************** ****************************** 
  	  Dashboard - Blank state - V2 - HYPE-915 - Sprint-46
****************************** *****************************/
.info-indicator {
	position: relative;
	width: 100px;
	margin: 0 auto;
}
.blank-state-section .info-indicator-img {
	display: block;
	height: 19px;
	position: absolute;
	right: 100px;
	margin: 0;
}
/****************************** ****************************** 
  	  		Welcome Video - HYPE-914 - Sprint-46
****************************** *****************************/
.welcome-video-page {
	display: block;
	position: relative;
	max-width: 620px;
	margin: 0 auto;
}
.welcome-video-page .single-title-part {
	margin-bottom: 60px;
}
.welcome-video-player {
	display: block;
	margin-bottom: 15px;
	position: relative;
}
.welcome-video-player iframe, .welcome-video-player embed {
	width: 100%;
	height: 350px;
	display: block;
}
.flex-video {
	position: relative;
	padding-top: 1.5625rem;
	padding-bottom: 67.5%;
	height: 0;
	margin-bottom: 1rem;
	overflow: hidden;
}
.flex-video.widescreen {
	padding-bottom: 56.34%;
}
.flex-video.vimeo {
	padding-top: 0;
}
.flex-video iframe, .flex-video object, .flex-video embed, .flex-video video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.welcome-info-tip {
	position: absolute;
	pointer-events: none;
}
.welcome-info-tip img {
	height: 50%;
	width: 50%;
}
.wtip-1 {
	left: -115px;
	top: -50px;
}
.wtip-2 {
	left: -150px;
	top: 95px;
}
.wtip-3 {
	left: -145px;
	top: 290px;
}
.wtip-4 {
	right: -115px;
	top: -55px;
	text-align: right;
}
.wtip-5 {
	right: -137px;
	top: 150px;
	text-align: right;
}
.wtip-6 {
	right: -163px;
	top: 285px;
	text-align: right;
}
.welcome-video-content {
	display: block;
	background: #ffffff;
	border: 1px solid #d7dbe0;
	padding: 40px 80px;
}
.welcome-video-content p {
	font-size: 14px;
	color: #495159;
	margin-bottom: 25px;
	line-height: 1.6;
}
.welcome-video-content p:last-of-type {
	margin-bottom: 10px;
}
.welcome-video-content p b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.welcome-video-content p b span {
	color: #12db7d;
}
.welcome-video-content p a {
	color: #495159;
	text-decoration: underline;
}
.welcome-video-content p a:hover {
	color: #12db7d;
}
.welcome-video-content img {
	max-height: 11px;
}
.welcome-btn {
	display: block;
	text-align: center;
	margin-top: 40px;
}
.welcome-btn .button {
	min-width: 140px;
}
/****************************** ****************************** 
 Download Gate - Optional step selection - HYPE-949 - Sprint-48
****************************** *****************************/
/*Donation Button CSS*/
.donation.fangate-slider-content .select {
	margin: 0 -5px;
}
.donation.fangate-slider-content .select .button {
	width: calc(50% - 10px);
	float: left;
	margin: 0 5px 10px;
}
/*And Selector Dropdown CSS*/
.andor-selector {
	display: block;
	position: relative;
	margin: 0 25px 0 57px;
	padding: 15px 0;
}
.andor-inner {
	max-width: 80px;
	margin: 0 auto;
	position: relative;
}
.andor-inner .btn {
	height: 36px;
}
.andor-inner .bootstrap-select.btn-group .dropdown-toggle .caret {
	top: calc(50% - 3px);
}
.andor-inner .btn-default {
	border-color: #dce1e6;
}
.andor-inner::before, .andor-inner::after {
	position: absolute;
	content: "";
	background: #dce1e6;
	height: 25px;
	width: 1px;
	left: 50%;
	top: -25px;
}
.andor-inner::after {
	top: auto;
	bottom: -25px;
}
/*Or Separator*/
.orseparator {
	position: relative;
	width: 130px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-family: "poppinssemibold";
	font-size: 10px;
	color: #3f4a54;
	margin: 0 auto;
	margin-top: -10px;
}
.orseparator::before, .orseparator::after {
	position: absolute;
	width: 50px;
	height: 1px;
	top: 19px;
	background-color: #3f4a54;
	content: '';
	opacity: 0.25;
}
.orseparator::before {
	left: 0;
}
.orseparator::after {
	right: 0;
}
.forSkipDonation {
	position: relative;
}
.forSkipDonation::after {
	background: #108fc8;
	position: absolute;
	content: '';
	height: 28px;
	width: 1px;
	transform: rotate(45deg);
	left: 50%;
	top: -5px;
}
/*HYPE-964*/ 
.fangate-chart-pic_generate {
	min-height: 525px;
	position: relative;
}
.fangate-chart-pic_loading {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
/****************************** ****************************** 
 				Music Maker - Sprint-50
****************************** *****************************/
.theme-preview-for-music-maker {
	box-shadow: none;
	height: 350px;
}
.theme-preview-for-music-maker .spotify-main-container {
	height: 350px;
}
.video-setting-part {
	display: block;
}
.video-setting-part img {
	max-width: 400px;
	background: #d8d8d8;
	/*border-radius: 100px;*/
	display: inline-block;
}
.video-setting-part .select {
	margin-top: 10px;
}
.video-setting-part .select > div {
	max-width: 400px;
	position: relative;
	overflow: hidden;
}
.video-setting-part .select > div input[type="file"] {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	cursor: pointer;
}
.for-video-pic-modal .video-sidebar-portlet {
	max-width: 300px;
	margin: 0 auto;
}
.for-video-pic-modal .video-sidebar-portlet .croppie-container {
	padding: 0 0 30px 0;
}
.for-video-pic-modal .video-sidebar-portlet .croppie-container .cr-slider-wrap {
	width: 100%;
}
.signup-popup.for-video-pic-modal .button {
	padding: 10px 0;
	min-width: 145px;
}
/****************************** ****************************** 
 Blog Promotion - Channel selection - HYPE-984 - Sprint-51
****************************** *****************************/
.match-count {
	text-align: right;
	display: block;
	line-height: 36px;
	font-size: 12px;
}
.match-count b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.match-count a {
	color: #3f4a54;
}
.match-count a:hover {
	color: #000;
}
.for-blog-promo2 .fd1 {
	flex-basis: 25%!important;
}
.for-blog-promo2 .fd2 {
	flex-basis: 12%!important;
}
.for-blog-promo2 .fd3 {
	flex-basis: 10%!important;
}
.for-blog-promo2 .fd3a {
	flex-basis: 10%!important;
}
.for-blog-promo2 .fd4 {
	flex-basis: 29%!important;
}
.for-blog-promo2 .fd5 {
	flex-basis: 14%!important;
}
.for-blog-promo2 .fd2-3-4 {
	flex-basis: 61%!important;
}
.for-blog-promo2 .sortby-option {
	margin-top: 0;
	font-size: 13px;
	text-align: left;
}
.for-blog-promo2 .sortby-option .option-btn-bar span {
	font-family: "poppinsmedium";
	font-size: 13px;
}
.for-blog-promo2 .sortby-option .dropdown-menu {
	max-height: 250px;
	overflow-y: auto;
	min-width: 180px;
}
.for-blog-promo2 .sortby-option .dropdown-menu > li > a {
	padding: 12px 12px;
}
.for-blog-promo2 .sortby-option .dropdown-menu > li > a img {
	float: right;
}
.fansite-star {
	margin-bottom: 15px;
}
.fansite-star:last-child {
	margin-bottom: 0;
}
.fansite-star .slider-instant {
	background: #d7dbe0 none repeat scroll 0 0;
	height: 8px;
	width: 60px;
	display: block;
	margin: 2px 0;
}
.fansite-star .slider-instant .slider-instant-range {
	background: #3f4a54 none repeat scroll 0 0;
}
.fansite-accepted .info-btn {
	background-size: cover;
	height: 13px;
	width: 13px;
	margin-top: -2px;
}
.fansite-accepted span {
	display: block;
	font-size: 10px;
	color: #495159;
}
.fansite-content {
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: anywhere;
}
a.vid_link {
	color: #22282e;
	text-decoration: underline;
}
a.vid_link:hover {
	color: #495159;
}
/****************************** ****************************** 
				UI Fixes - HYPE-998 - Sprint-52
****************************** *****************************/
.for-flex-select .radio-option-box {
	display: flex;
	align-items: center;
	padding-top: 5px;
	padding-bottom: 5px;
	min-height: 50px;
}
.for-flex-select .radio-option-box .checkbox label {
	font-size: 0;
	margin-bottom: 0;
	line-height: normal !important;
}
.for-flex-select .radio-option-box label.optionLabel {
	padding: 2px 0 0;
}
.for-flex-select .checkbox-custom-4 + .checkbox-custom-label-4::before {
	margin-right: 10px;
}
@media (max-width:480px) {
.for-flex-select .radio-option-box {
	padding-top: 15px;
	padding-bottom: 15px;
}
}
/****************************** ****************************** 
Blog Promotion - Email confirmation - HYPE-1011 - Sprint-53
****************************** *****************************/
.for-submission-check {
	max-width: 100%;
	position: relative;
}
.for-submission-check .terms-label {
	font-size: 14px;
	line-height: 22px;
}
.for-submission-check .checkbox-custom + .checkbox-custom-label::before {
	border: 1px solid #bebebe;
	height: 22px;
	width: 22px;
}
.for-submission-check .checkbox-custom:checked + .checkbox-custom-label::before {
	background-size: 12px;
}
.for-submission-check.has-error .error-msg {
	margin-top: -20px;
	left: -5px !important;
}
.for-w140btn .button {
	width: 140px;
}
.for-w140btn.hy-btns .hy-subbtn {
	margin: 0;
}
/****************************** ****************************** 
UI fix - HYPE-1030 - Sprint-54
****************************** *****************************/
.for-blog-promo2.for-info-column-wider .fd4 {
	flex-basis: 33%!important;
}
.for-blog-promo2.for-info-column-wider .fd5 {
	flex-basis: 10%!important;
}
.hintdisclaimer {
	font-size: 10px;
	text-align: center;
	display: block;
}
/****************************** ****************************** 
Music Directory Listings - HYPE-1043 - Sprint-55
****************************** *****************************/
.for-static-white-title.for-infowith-title {
	z-index: 3;
	box-shadow: none;
}
.white-page-title-part .info-btn {
	background-size: cover;
	height: 17px;
	width: 17px;
	vertical-align: baseline;
}
.white-page-title-part .white-tooltip + .tooltip {
	font-family: "poppinsregular";
}
.md1 {
	flex-basis: 30%!important;
}
.md2 {
	flex-basis: 35%!important;
}
.md3 {
	flex-basis: 18%!important;
}
.md4 {
	flex-basis: 17%!important;
}
.music-directory-section .promotion-table {
	padding-bottom: 0;
}
.music-directory-section .table-row-item {
	padding-top: 35px;
	padding-bottom: 35px;
	align-self: flex-start;
	align-items: top;
}
.music-directory-section .table-header .table-row-item {
	padding-top: 13px;
	padding-bottom: 13px;
	align-self: center;
	align-items: center;
}
.music-directory-section .table-row .table-row-item .fansite-content {
	vertical-align: top;
	padding-left: 20px;
}
.music-directory-section .fansite-content h3 {
	min-height: 24px;
	text-transform: uppercase;
}
.mus_dir_namelist {
	display: block;
}
.mus_dir_namelist ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.mus_dir_namelist ul li {
	display: block;
	font-size: 12px;
	color: #b1b8bf;
	position: relative;
	margin: 3px 0;
	padding-left: 22px;
}
.mus_dir_namelist ul li span {
	position: absolute;
	left: 0;
	top: calc(50% - 7.5px);
}
.mus_dir_namelist ul li a {
	color: #b1b8bf;
	display: block;
}
.mus_dir_namelist ul li a strong {
	font-weight: normal;
}
.mus_dir_namelist ul li a:hover {
	color: #3f4a54;
}
.sp-musdir span {
	background: url(../images/sponsored-icon-black.png) 0 0 / cover no-repeat;
	height: 15px;
	width: 15px;
}
.hl-musdir span {
	background: url(../images/hide-list-icon-black.png) 0 0 / cover no-repeat;
	height: 15px;
	width: 15px;
}
.hl-musdir:hover span, .hl-musdir.active span {
	background: url(../images/hide-list-icon-red.png) 0 0 / cover no-repeat;
}
.fav-musdir span {
	background: url(../images/favorites-icon-black.png) 0 0 / cover no-repeat;
	height: 15px;
	width: 15px;
}
.fav-musdir:hover span, .fav-musdir.active span {
	background: url(../images/favorites-icon-green.png) 0 0 / cover no-repeat;
}
.mus_dir_about {
	color: #3f4a54;
	word-break: break-word;
	word-wrap: break-word;
	overflow-wrap: anywhere;
}
.mus_dir_about h6 {
	font-size: 12px;
	color: #3f4a54;
	margin: 15px 0;
}
.mus_dir_about h6 strong {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.mus_dir_genres {
	display: block;
}
.mus_dir_genres ul {
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 15px;
}
.mus_dir_genres ul li {
	font-size: 12px;
	color: #3f4a54;
	display: block;
	position: relative;
	padding-left: 10px;
}
.mus_dir_genres ul li::before {
	font-family: "FontAwesome";
	font-size: 4px;
	color: #3f4a54;
	content: "\f111";
	position: absolute;
	left: 0;
	top: 5px;
}
.mus_dir_button {
	display: block;
	text-align: center;
}
.mus_dir_button .button {
	min-width: 140px;
}
.mus_dir_button span {
	color: #b1b8bf;
	font-size: 12px;
	display: block;
	margin-top: 8px;
}
/****************************** ****************************** 
  	 		Page Title Inner CSS Sprint-55
****************************** *****************************/
.page-title-inner-container {
	max-width: 944px;
	margin: 0 auto;
	width: 100%;
	position: relative;
}
.title-filterby-part {
	position: absolute;
	top: -5px;
	width: 100%;
	max-width: 220px;
}
.title-filterby-part label.nfanlabel {
	color: #495159;
	float: left;
	font-family: "poppinsmedium";
	font-size: 13px;
	font-weight: normal;
	margin: 8px 15px 0 0;
	padding: 0;
}
.title-filterby-part .select {
	display: flex;
}
.titlebar-sort {
	position: absolute;
	top: -15px;
	right: 0;
}
/****************************** ****************************** 
Music Directory: Managing Listings - HYPE-1042 - Sprint-55
****************************** *****************************/
.mdml1 {
	flex-basis: 26%!important;
}
.mdml2 {
	flex-basis: 29%!important;
}
.mdml3 {
	flex-basis: 16%!important;
}
.mdml4 {
	flex-basis: 18%!important;
}
.mdml5 {
	flex-basis: 11%!important;
}
.mus_dir_payment_info {
	display: block;
	padding-left: 5px;
}
.mus_dir_payment_info h6 {
	font-family: "poppinssemibold";
	color: #3f4a54;
	font-size: 12px;
	margin: 0 0 3px;
	position: relative;
}
.mus_dir_payment_info h6 a {
	font-size: 10px;
	color: #b1b8bf;
	font-weight: normal;
	font-family: "poppinsregular";
}
.mus_dir_payment_info h6 a:hover {
	color: #3f4a54;
}
.mus_dir_payment_info h6 i {
	position: absolute;
	left: -24px;
	top: -2px;
}
.mus_dir_payment_info ul {
	list-style-type: none;
	margin: 0 0 10px;
	padding: 0;
}
.mus_dir_payment_info ul:last-child {
	margin-bottom: 0;
}
.mus_dir_payment_info ul li {
	display: block;
	font-size: 12px;
	color: #3f4a54;
	position: relative;
}
.mus_dir_payment_info ul li span b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.mus_dir_payment_info ul li a {
	color: #3f4a54;
	text-decoration: underline;
}
.mus_dir_payment_info ul li a:hover {
	color: #000000;
}
.mus_dir_payment_info p b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.mus_dir_payment_info p a {
	color: #3f4a54;
}
.mus_dir_payment_info p a:hover {
	color: #000000;
	text-decoration: underline;
}
.mus_pay_link, .mus_del_link {
	color: #3f4a54;
	text-decoration: underline;
}
.mus_pay_link:hover, .mus_del_link:hover {
	color: #000000;
}
.mus_dirlist_button {
	height: 20px;
	width: 80px;
	padding: 0 5px;
	font-size: 10px;
	line-height: 20px;
	margin-bottom: 5px;
}
.mus_dirlist_button:last-child {
	margin-bottom: 0;
}
.preview_link {
	display: block;
	margin: 15px 0 0;
}
.preview_link a {
	color: #3f4a54;
	text-decoration: underline;
}
.preview_link a:hover {
	color: #000000;
}
.impt-msg {
	display: block;
	margin-top: 35px;
	font-size: 14px;
	color: #495159;
}
/****************************** ****************************** 
FB Messenger Information Box CSS - HYPE-1027 - Sprint-56
****************************** *****************************/
.fb-messenger-information {
	background: #d7dbe0;
	border-radius: 3px;
	padding: 20px;
	display: flex;
	align-items: center;
}
.fb-messenger-information p {
	font-size: 14px;
	color: #495159;
	margin: 0;
}
.fb-messenger-information p b {
	text-decoration: underline;
	font-family: "poppinssemibold";
	font-weight: normal;
}
.fb-messenger-infobutton {
	display: block;
	margin-left: 60px;
	text-align: center;
	width: 360px;
}
.fb-messenger-infobtn {
	border-radius: 5px;
	border: 1px dashed #fff;
	padding: 7px;
}
.fb-messenger-infobtn img {
	max-width: 100%;
}
.refresh-link {
	font-size: 14px;
	color: #495159;
	margin-top: 10px;
	display: inline-block;
}
.refresh-link i {
	margin-right: 3px;
}
.refresh-link:hover {
	color: #000000;
}
/*Monthly Fee Part CSS HYPE-1062*/
.monthly-fee-part {
	display: block;
}
.monthly-fee-part p {
	font-size: 14px;
	color: #495159;
	margin-bottom: 20px;
	padding-top: 0;
	display: block;
}
.monthly-fee-part p:last-child {
	margin-bottom: 0;
}
.montly-fee-input {
	display: block;
	font-size: 0;
	margin-bottom: 20px;
}
.montly-fee-input .form-control {
	width: 140px;
	text-align: center;
	display: inline-block;
	vertical-align: middle;
	margin-right: 20px;
	background: #fff;
}
.montly-fee-input .up, .montly-fee-input .down {
	border: 1px solid #dce1e6;
	background: #ffffff;
	margin-right: 20px;
	display: inline-block;
	border-radius: 3px;
	width: 60px;
	text-align: center;
	height: 36px;
	line-height: 34px;
	vertical-align: middle;
	font-size: 20px;
	color: #b1b8bf;
}
.montly-fee-input .up:hover, .montly-fee-input .down:hover {
	border-color: #b7bdc4;
	color: #495159;
}
.loading-data {
	text-align: center;
	padding: 25px 0;
}
/****************************** ****************************** 
Debug Bar CSS
****************************** *****************************/
.debugbar-section {
	position: fixed;
	bottom: 0;
	background: #ffffff;
	border-top: 1px solid #ccc;
	width: 100%;
}
.debugbar-heading {
	background: #f9f9f9;
	border-bottom: 1px solid #ccc;
	height: 30px;
}
.debugbar-heading h5 {
	font-family: "poppinssemibold";
	font-size: 12px;
	color: #495159;
	float: left;
	padding: 0;
	margin: 0;
	line-height: 30px;
	padding: 0 5px;
}
.debugbar-heading h5 i {
	margin-right: 3px;
}
.debugbar-close {
	position: absolute;
	right: 0;
	top: 0;
	height: 29px;
	width: 20px;
	cursor: pointer;
}
.debugbar-close:hover {
	background: #ededf0;
}
.debugbar-close span {
	text-align: center;
	display: block;
	line-height: 30px;
	font-size: 18px;
}
.debugbar-main {
	background: #ffffff;
	padding: 10px 25px;
	overflow-x: hidden;
	overflow-y: auto;
	max-height: 50vh;
}
.debugbar-main ul {
	list-style-type: none;
	padding: 0 0 20px;
	margin: 0 0 20px;
	border-bottom: 1px solid #ccc;
}
.debugbar-main ul:last-child {
	border-bottom: 0;
	padding-bottom: 0;
	margin-bottom: 0;
}
.debugbar-main ul li {
	display: block;
	padding: 5px 0;
	font-size: 14px;
}
/****************************** ****************************** 
Play On Page CSS - HYPE-1095 - Sprint-60
****************************** *****************************/
.play-on-main-container {
	display: block;
	height: 100%;
	position: fixed;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1;
}
.play-on-main-container::before {
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0,0,0,.35)), to(#000000));
	background-image: -webkit-linear-gradient(rgba(0,0,0,.35), #000000);
	background-image: linear-gradient(rgba(0,0,0,.35), #000000);
	position: absolute;
	content: "";
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
}
.play-on-scroller {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	overflow-x: hidden;
	overflow-y: auto;
	z-index: 2;
}
.play-on-inner-container {
	position: relative;
	width: 100%;
	min-height: 100%;
	max-width: 280px;
	margin: 0 auto;
	z-index: 2;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
}
.play-on-info-part {
	padding: 25px 0;
}
.play-on-artwork {
	background: #ffffff;
	text-align: center;
	width: 260px;
	height: 260px;
	display: table;
	margin: 0 auto 30px;
}
.play-on-artwork-media {
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
}
.play-on-title {
	display: block;
	text-align: center;
}
.play-on-title h1 {
	display: -webkit-box;
	overflow: hidden;
	overflow-wrap: break-word;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	color: #ffffff;
	font-family: "hypefontblack";
	font-size: 24px;
	font-weight: normal;
	margin: 0 0 10px;
	text-transform: uppercase;
	line-height: 30px;
}
.play-on-title h2 {
	color: rgba(255, 255, 255, 0.5);
	font-family: "hypefontlight";
	font-size: 20px;
	font-weight: normal;
	margin: 0 0 30px;
	text-transform: capitalize;
	line-height: 24px;
}
.play-on-title h2 a, .play-on-title h2 a:hover {
	color: rgba(255, 255, 255, 0.9);
}
.play-on-title h2 a, .play-on-title h2 a:hover {
	color: rgba(255, 255, 255, 1);
}
.play-on-title .button {
	text-transform: uppercase;
	border-radius: 50px;
	font-size: 14px;
	min-width: 260px;
	height: 46px;
	line-height: 46px;
	padding: 0 15px;
}
.play-on-title .button i {
	margin-top: -4px;
}
/****************************** ****************************** 
 Link Gate HYPE-1064 - Sprint-62
****************************** *****************************/
.comman_link {
	color: #3f4a54;
	margin-bottom: 8px;
	word-break: break-all;
}
.comman_link:hover {
	color: #000000;
	text-decoration: underline;
}
.tool-selection-content .lock-pro-badge {
	position: relative;
	left: auto;
	top: -2px;
	display: inline-block;
}
.link-gate-overlay {
	position: absolute;
	width: 100%;
	background-color: rgba(247, 248, 249, 0.9);
	height: 100%;
	z-index: 2;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.link-gate-overlay-inner {
	display: block;
	margin: 0 auto;
	max-width: 1024px;
	padding: 0 40px;
	width: 100%;
	text-align: center;
}
.link-gate-ovelay-content {
	max-width: 500px;
	margin: 0 auto;
	text-align: center;
	color: #495159;
	font-family: "poppinssemibold";
	font-size: 14px;
	margin-top: 12%;
	font-weight: normal;
	line-height: 1.8;
}
.link-gate-ovelay-content a {
	color: #12db7d;
	text-decoration: underline;
}
.link-gate-ovelay-content a:hover {
	color: #000000;
}
.important-red-text {
	color: #f43010;
	margin-top: 30px;
	font-size: 14px;
	font-family: "poppinsregular";
}
.important-red-text b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.button .lock-img {
	margin-right: 8px;
	margin-top: -4px;
}
.white-page-title-part h1 .lock-pro-badge {
	position: relative;
	left: auto;
	top: -3px;
	display: inline-block;
	margin-left: 5px;
}
/****************************** ****************************** 
 Dashboard HYPE-1104 - Sprint-63
****************************** *****************************/
.user-dashfan-info ul li.user-spotlight-opt span {
	display: inline-block;
	margin: 0 4px;
}
/****************************** ****************************** 
 Cookie Bar CSS HYPE-1056 - Sprint-63
****************************** *****************************/
.js-cookie-consent {
	background: rgba(34, 40, 46, 1);
	top: 0;
	color: rgb(255, 255, 255);
	display: flex;
	position: fixed;
	text-align: center;
	width: 100%;
	z-index: 10001;
	padding: 0 50px;
	font-size: 12px;
	line-height: 20px;
	height: 60px;
	overflow: hidden;
	align-items: center;
	justify-content: center;
}
.js-cookie-consent a {
	color: #ffffff;
	text-decoration: underline;
}
.js-cookie-consent a:hover {
	color: #ffffff;
}
.js-cookie-consent button {
	background: url(../images/close-icon-white.png) no-repeat 0 0;
	background-size: 18px 18px;
	border: none;
	position: absolute;
	right: 18px;
	top: calc(50% - 9px);
	width: 18px;
	height: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
#header.for-cookie-bar-active {
	top: 60px;
}
#header.for-cookie-bar-active + .for-top100-banner, #header.for-cookie-bar-active + .for-scroll-header, #header.for-cookie-bar-active + .sign-container-section {
	margin-top: 125px;
}
.onepage-header.for-cookie-bar-active {
	top: 60px;
}
.arcadegate.for-cookie-bar-active {
	top: 60px;
	position: relative;
}
.arcadegate.for-cookie-bar-active .logo-branding {
	top: 60px;
}
.arcadegate.for-cookie-bar-active .spotify-main-container {
	height: calc(100vh - 60px);
}
.spotify-fangate.for-cookie-bar-active {
	top: 60px;
	position: relative;
}
.spotify-fangate.for-cookie-bar-active .logo-branding {
	top: 60px;
}
.spotify-fangate.for-cookie-bar-active .spotify-main-container {
	height: calc(100vh - 60px);
}
.fangate.for-cookie-bar-active {
	position: relative;
	top: 60px;
}
.lound-link-frame-section.for-cookie-bar-active .lound-link-frame-with-player {
	height: calc(100% - 120px);
	top: 60px;
}
#header.for-cookie-bar-active + .for-scroll-header + .main-container-section .tool-selection-container {
	margin-top: 195px;
	min-height: calc(100vh - 195px);
}
 @media only screen and (max-width: 992px) {
.spotify-page .js-cookie-consent {
	background: rgba(34, 40, 46, 0.9);
}
.arcadegate.for-cookie-bar-active {
	top: initial;
	position: initial;
}
.spotify-fangate.for-cookie-bar-active {
	top: initial;
	position: initial;
}
.spotify-page .js-cookie-consent {
	position: fixed;
}
#header.for-cookie-bar-active + .for-scroll-header + .main-container-section .tool-selection-container {
	margin-top: 0;
	min-height: 100%;
}
}
 @media only screen and (max-width: 767px) {
.js-cookie-consent {
	position: relative;
}
#header.for-cookie-bar-active {
	top: auto;
}
#header.for-cookie-bar-active + #banner.fixed-banner-mobile {
	height: calc(100vh - 65px - 60px);
}
#header.for-cookie-bar-active + .for-top100-banner, #header.for-cookie-bar-active + .for-scroll-header, #header.for-cookie-bar-active + .sign-container-section {
	margin-top: 0;
}
.onepage-header.for-cookie-bar-active {
	top: 0;
}
.fangate.for-cookie-bar-active {
	top: 0;
}
.hot-or-not-page .js-cookie-consent {
	position: fixed;
}
.hot-or-not-page #header.for-cookie-bar-active {
	top: 60px;
}
.hot-or-not-page #header.for-cookie-bar-active + .hot-not-container-section.clearfix {
	margin-top: 60px;
}
}
@media only screen and (max-width: 579px) {
.js-cookie-consent {
	padding: 0 50px 0 15px;
	font-size: 9px;
	line-height: 12px;
}
}
/****************************** ****************************** 
Discontinue Blog Promotion - HYPE-1132 - Sprint-65
****************************** *****************************/
.static-message-page {
	background: #ffffff;
	margin-top: 135px;
	min-height: calc(100vh - 135px);
	position: relative;
	height: 100%;
	width: 100%;
	padding: 40px 0;
}
.static-message-inner {
	display: block;
	position: relative;
	max-width: 620px;
	margin: 0 auto;
}
.static-message-icon {
	max-width: 150px;
	margin: 0 auto 40px;
	display: block;
	text-align: center;
}
.static-message-icon img {
	max-width: 100%;
	display: block;
}
.static-message-content p {
	font-size: 14px;
	color: #495159;
	margin-bottom: 20px;
	line-height: 1.6;
}
.static-message-content p:last-child {
	margin-bottom: 0;
}
.static-message-content p b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.static-message-content p a {
	color: #495159;
	text-decoration: underline;
}
.static-message-content p a:hover {
	color: #000000;
}
.static-message-content ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
}
.static-message-content ul li {
	font-size: 14px;
	color: #495159;
	line-height: 1.6;
}
.static-message-content ul li b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
/****************************** ****************************** 
 Schedule Feature HYPE-1106 - Sprint-66
****************************** *****************************/
.sidebar-limit, .sidebar-countdown-limit {
	display: block;
	font-family: "hypefontregular";
	font-size: 10px;
	font-weight: normal;
	text-align: center;
	color: #495159;
	margin-bottom: 2px;
}
.sidebar-limit span > span, .sidebar-countdown-limit span > span {
	font-family: "hypefontblack";
}
/**/
.sidebar-progress.progress {
	height: 6px;
	background-color: #d7dbe0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.sidebar-progress.progress .progress-bar {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: #f43010;
}
/*Timer Countdown*/
.sidebar-countdown-timer {
	display: block;
}
.sidebar-countdown-timer h2 {
	color: #495159;
	font-family: "hypefontlight";
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 5px;
	text-transform: uppercase;
	line-height: 30px;
	word-wrap: break-word;
	text-align: left;
	width: 100%;
}
.count-timer-main {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	text-align: center;
	width: calc(100% + 6px);
	margin-left: -3px;
	justify-content: center;
}
.count-timer {
	text-align: center;
	display: inline-block;
	padding: 0 7px;
}
.count-dot {
	font-family: "hypefontheavy";
	font-size: 20px;
	color: #495159;
	height: 30px;
	line-height: 32px;
	width: 10px;
	flex-shrink: 0;
}
.count-dot-bigger {
	font-family: "hypefontheavy";
	font-size: 20px;
	color: #495159;
	height: 30px;
	line-height: 34px;
	width: 80px;
	flex-shrink: 0;
}
.count-timer .count-clock {
	display: block;
	font-size: 0;
}
.count-timer .count-clock b {
	font-family: "hypefontblack";
	display: inline-block;
	font-weight: normal;
	 background: transparent; 
	border-radius: 3px;
	height: 30px;
	line-height: 34px;
	padding: 0;
	margin: 0 1px;
	font-size: 24px;
	color: #495159;
}
.count-timer .count-text {
	font-family: "hypefontregular";
	display: block;
	color: #495159;
	font-size: 10px;
	font-weight: normal;
	margin-top: 1px;
	opacity: 0.8;
}

.sidebar-countdown-limit {
	display: block;
}
.sidebar-countdown-limit h2 {
	color: #495159;
	font-family: "hypefontlight";
	font-size: 23px;
	font-weight: normal;
	margin: 0 0 5px;
	text-transform: uppercase;
	line-height: 30px;
	word-wrap: break-word;
	text-align: left;
	width: 100%;
}
.count-limit-main {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	text-align: center;
	margin-left: -3px;
}
.count-limit {
	text-align: center;
	display: inline-block;
}
.count-limit-dot {
	font-family: "hypefontheavy";
	font-size: 20px;
	color: #495159;
	height: 30px;
	line-height: 32px;
	width: 10px;
	flex-shrink: 0;
}
.count-limit .count-block {
	display: block;
	font-size: 0;
}
.count-limit .count-block b {
	font-family: "hypefontblack";
	display: inline-block;
	font-weight: normal;
	background: #495159;
	border-radius: 3px;
	height: 30px;
	min-width: 28px;
	line-height: 34px;
	padding: 0 2px;
	margin: 0 1px;
	font-size: 22px;
	color: #ffffff;
}
.count-limit .count-limit-text {
	font-family: "hypefontregular";
	display: block;
	color: #495159;
	font-size: 10px;
	font-weight: normal;
	margin-top: 1px;
	opacity: 0.8;
}

/*Release Setting Panel CSS*/
.pannel-content-section .release-schedule-row-show .form-group {
	margin-bottom: 10px;
}
.pannel-content-section .row.release-schedule-row .col-sm-3 {
	padding-right: 10px;
	padding-left: 10px;
}
.release-schedule-row .col-sm-3 {
	position: relative;
}
.release-schedule-row .col-sm-3::after {
	content: ":";
	position: absolute;
	right: -2px;
	top: 7px;
}
.release-schedule-row .col-sm-3:last-child::after {
	display: none;
}
.form-control.for-ic-calendar {
	background: url(../images/calendar-icon.png) right 10px top 50% no-repeat #fff;
	background-size: 16px;
}
.form-control.for-ic-clock {
	background: url(../images/clock-icon.png) right 10px top 50% no-repeat #fff;
	background-size: 16px;
}
.bootstrap-select.btn-group.for-ic-clock .dropdown-toggle .caret {
	background: url(../images/clock-icon.png) 0 0 no-repeat;
	background-size: 16px;
	border: none;
	width: 16px;
	height: 16px;
	top: calc(50% - 6px);
	right: 10px;
}
/****************************** ****************************** 
Privacy And Data - HYPE-1152 - Sprint-68
****************************** *****************************/
.static-message-page .new-signup-inner {
	max-width: 302px;
	padding-top: 15px;
}
.static-message-page .new-signup-inner .button {
	width: 100%;
	font-size: 12px;
	padding: 0 25px;
	height: 30px;
	line-height: 30px;
}
.static-message-page .new-signup-inner .security-captcha {
	transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-webkit-transform-origin: 50% 50%;
}
/*Account Setting Privacy Data Panel CSS*/
.privacy-data-setting {
	display: block;
	border-radius: 3px;
	border: solid 1px #dce1e6;
	color: #495159;
	font-size: 14px;
	line-height: 1.6;
	padding: 15px 20px;
	margin-bottom: 20px;
}
.privacy-data-setting:last-child {
	margin-bottom: 0;
}
.privacy-data-setting h5 {
	font-family: "poppinsregular";
	font-size: 20px;
	color: #495159;
	margin: 0 0 15px;
	font-weight: normal;
}
.privacy-data-setting p {
	font-size: 14px;
	color: #495159;
	margin-bottom: 20px;
	line-height: 1.6;
}
.privacy-data-setting p:last-child {
	margin-bottom: 0;
}
.privacy-data-setting p b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.privacy-data-setting p a {
	color: #495159 !important;
	font-weight: normal !important;
	text-decoration: underline;
}
.privacy-data-setting p a:hover {
	color: #000000 !important;
}
.privacy-data-setting ul {
	list-style-type: none;
	margin: 0 0 20px;
	padding: 0;
}
.privacy-data-setting ul:last-child {
	margin-bottom: 0;
}
.privacy-data-setting ul li {
	font-size: 14px;
	color: #495159;
	line-height: 1.6;
}
.privacy-data-setting ul li b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.privacy-data-setting ul li a {
	color: #495159;
	text-decoration: underline;
}
.privacy-data-setting ul li a:hover {
	color: #000000;
}
/****************************** ****************************** 
 Yellow Tip Warning Info HYPE-1163 - Sprint-70
****************************** *****************************/
.yellowtip-warning-info {
	display: block;
	margin-top: 25px;
}
.yellowtip-warning-info ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.yellowtip-warning-info ul li {
	background: rgba(0, 0, 0, 0) url("../images/yellow-tip-icon.png") no-repeat scroll 0 2px / 18px auto;
	color: #495159;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 22px;
	padding-left: 35px;
}
.yellowtip-warning-info ul li b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.yellowtip-warning-info ul li a {
	color: #495159;
	text-decoration: underline;
}
.yellowtip-warning-info ul li a:hover {
	color: #000000;
	text-decoration: underline;
}
/****************************** ****************************** 
 Forgot Password HYPE-1200 - Sprint-70
****************************** *****************************/
.forgot-password-inner-part {
	display: block;
	max-width: 304px;
	margin: 0 auto;
}
.forgot-password-inner-part .forgot-btn {
	margin-left: 0;
	max-width: 304px;
	width: 100%;
}
/****************************** ****************************** 
 Video Fangate HYPE-1208 - Sprint-73
****************************** *****************************/
.fanlabel-video-icons {
	display: inline-block;
	font-size: 0;
	vertical-align: middle;
}
.fanlabel-video-icons span {
	margin: 0 4px;
}
.fanlabel-video-icons span img {
	max-height: 12px;
	display: inline-block;
}
.artwort-videoimage-loading {
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 1;
	-webkit-filter: blur(10px);
	filter: blur(10px);
	transform: scale(1.1);
	transform-origin: 50% 50%;
}
.artwork-video-container {
	position: relative;
	padding-bottom: 100%;
	overflow: hidden;
}
.artwork-video-container iframe, .artwork-video-container object, .artwork-video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}
/****************************** ****************************** 
 Email capture on Smart Link HYPE-1256 - Sprint-75
****************************** *****************************/
.smartlink-email-capture-modal .new-popup-container {
	padding-top: 0px;
	padding-bottom: 0px;
}
.smartlink-email-capture-modal .new-popup-heading h6 {
	color: #495159;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	margin: 0 0 25px;
	font-weight: bold;
}
.smartlink-email-capture-modal .new-popup-heading h4 {
	font-size: 34px;
	word-break: break-word;
}
.smartlink-email-capture-modal .new-popup-heading h4 span {
	color: #12db7d;
}
.smartlink-email-capture-modal .new-popup-heading p {
	word-break: break-word;
}
.smartlink-email-capture-modal .new-popup-heading p b {
	font-weight: normal;
	font-family: "poppinssemibold";
}
.smartlink-email-capture-modal .info-btn {
	background-size: cover;
	height: 15px;
	width: 15px;
}
.smartlink-email-capture-modal .row {
	margin-left: -10px;
	margin-right: -10px;
}
.smartlink-email-capture-modal .col-sm-12, .smartlink-email-capture-modal .col-sm-6 {
	padding-right: 10px;
	padding-left: 10px;
}
.smartlink-email-capture-modal .hy-btns {
	margin-top: 5px;
}
.smartlink-email-capture-modal .hy-btns .button {
	margin: 0;
	max-width: 100%;
	width: 100%;
	height: auto;
	min-height: 30px;
	white-space: normal;
	word-break: break-word;
}
.nothank-link {
	text-align: center;
	display: block;
	margin-top: 15px;
}
.nothank-link a {
	font-size: 12px;
	color: #495159;
	text-decoration: none;
	border-bottom: 1px solid #495159;
	padding-bottom: 1px;
}
.nothank-link a:hover {
	color: #000000;
	border-bottom: 1px solid #000000;
	text-decoration: none;
}
.edit_link {
	color: #b1b8bf;
	text-decoration: none;
}
.edit_link:hover {
	color: #000000;
	text-decoration: none;
}
.edit_input {
	width: 60%;
	display: inline-block;
}
.smart-link-fanclub-part .smart-link-logo h4 {
	white-space: normal;
	line-height: normal;
	font-family: "hypefontblack";
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 4px;
	word-wrap: break-word;
}
.smart-link-fanclub-part .smart-link-button .button {
	white-space: normal;
	min-height: 30px;
	height: auto;
	width: 140px;
	word-break: break-word;
}
.lock-pro-badge .free-badge-outline {
	font-size: 9px;
	height: 20px;
	width: 60px;
	min-width: initial !important;
	line-height: 20px;
	top: 0;
}
/****************************** ****************************** 
SMART LINKS + GATES: Display social icons HYPE-1284 - Sprint-77
****************************** *****************************/
.social-container-group {
	margin-bottom: 10px;
}
.social-container-group .profile-container {
	margin-bottom: -1px;
}
.social-container-group .profile-container:first-child {
	border-radius: 3px 3px 0 0;
}
.social-container-group .profile-container:last-child {
	border-radius: 0 0 3px 3px;
}
.social-container-group .profile-container .select {
	line-height: normal;
	margin: 0 -12px;
}
.social-container-group .profile-container .select input {
	border: none;
	height: 34px;
}
.social-profile-select-group .select .btn-default:hover, .social-profile-select-group .select .btn-default:focus, .social-profile-select-group .has-error .bootstrap-select .dropdown-toggle, .social-profile-select-group .error .bootstrap-select .dropdown-toggle {
	border-color: #dce1e6;
}
.social-profile-select-group .social-profile-select {
	margin-bottom: -1px;
	position: relative;
}
.social-profile-select-group .social-profile-select.first .bootstrap-select .dropdown-toggle {
	border-radius: 3px 3px 0 0;
}
.social-profile-select-group .social-profile-select.last .form-control {
	border-radius: 0 0 3px 3px;
}
.social-profile-select-group .social-profile-select.last .form-control:focus, .social-profile-select-group .social-profile-select.last .form-control:hover {
	border-color: #dce1e6;
}
.autoscan, .autoscan-off {
	background: #ffffff none repeat scroll 0 0;
	border-radius: 3px;
	height: 34px;
	line-height: 34px;
	position: absolute;
	right: 1px;
	top: 1px;
	z-index: 9;
	font-family: "poppinssemibold";
	font-size: 12px;
	color: #3f4a54;
	padding: 0 12px;
}
.autoscan i, .autoscan-off i {
	display: inline-block;
	margin-right: 2px;
	background: #12db7d;
	width: 10px;
	height: 10px;
	border-radius: 10px;
}
.autoscan-off {
	color: #d7dbe0;
}
.autoscan-off i {
	background: #d7dbe0 none repeat scroll 0 0;
}
/*Display Social Icons*/
.display-social-icons {
	display: block;
	text-align: center;
}
.display-social-icons ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
}
.display-social-icons ul li {
	display: inline-block;
	margin: 2px 3px;
}
.display-social-icons ul li a {
	display: block;
	background: #3f4a54;
	border-radius: 25px;
	height: 30px;
	width: 30px;
	line-height: 32px;
	font-size: 18px;
	color: #ffffff;
	text-align: center;
}
.display-social-icons ul li a:hover {
	background: #f43010;
}
.display-social-icons ul li i {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-top: 1px;
}
.display-social-icons ul li i svg {
	width: 100%;
	height: 100%;
	fill: #ffffff;
}
.pos-top {
	margin-bottom: 30px;
}
.pos-bottom {
	margin-top: 30px;
	margin-bottom: 30px;
}
/*Light Theme Preview Section CSS HYPE-1284*/
.theme-preview-section .display-social-icons ul li {
	margin: 2px 2px;
}
.theme-preview-section .pos-top {
	margin-bottom: 15px;
}
.theme-preview-section .pos-bottom {
	margin-top: 25px;
	margin-bottom: 0;
}
.theme-preview-section .display-social-icons ul li a {
	height: 20px;
	width: 20px;
	line-height: 20px;
	font-size: 13px;
}
.theme-preview-section .display-social-icons ul li i {
	width: 10px;
	height: 10px;
}
/*Dark Theme Preview Section CSS HYPE-1284*/
.theme-preview-section.dark-scheme .display-social-icons ul li a {
	background: #ffffff;
}
.theme-preview-section.dark-scheme .display-social-icons ul li i svg {
	fill: #26333F;
}
/****************************** ****************************** 
SMART LINKS: Share feature HYPE-1292 - Sprint-77
****************************** *****************************/
.smart-link-share-part .smart-link-logo h4 {
	white-space: normal;
	line-height: normal;
	font-family: "hypefontblack";
	font-weight: normal;
	text-transform: uppercase;
	font-size: 16px;
	padding-top: 4px;
	word-wrap: break-word;
}
.smart-link-share-part .smart-link-button .button {
	white-space: normal;
	min-height: 30px;
	height: auto;
	width: 140px;
	word-break: break-word;
}
.smart-link-share-part .smart-link-button .button i {
	margin: -1px 1px 0;
	font-size: 6px;
}
.smart-link-share-buttons {
	margin-top: 10px;
}
.smart-link-share-buttons .button {
	display: block;
	margin-bottom: 10px;
}
.smart-link-share-buttons .button:last-child {
	margin-bottom: 0;
}
.inputStyleDropdown.form-control[readonly] {
	background: #ffffff;
}
/****************************** ****************************** 
SMART LINKS: Pre-saves for Spotify HYPE-1294 - Sprint-77
****************************** *****************************/
.spotify-authentication-part {
	display: block;
	text-align: left;
}
.spotify-authentication-part .radio-option-box {
	background-color: transparent;
	padding: 0;
}
.spotify-authentication-part .radio-option-box label.optionLabel {
	padding: 0;
	font-size: 14px;
}
.spotify-authentication-part .checkbox-custom-2 + .checkbox-custom-label-2::before {
	background: transparent;
}
.spotify-authentication-part .checkbox-custom-2:checked + .checkbox-custom-label-2:before {
	background: #3f4a54 none repeat scroll 0 0;
}
.spotify-authentication-part .radio-option-box .info-btn {
	background: url(../images/info-icon-gray.png) 0 0 no-repeat;
	width: 17px;
	height: 17px;
	background-size: cover;
}
.spotify-authentication-part .radio-option-box .info-btn:hover {
	background: url(../images/info-icon-black.png) 0 0 no-repeat;
	background-size: cover;
}
.email-confirmation-content .spotify-authentication-part .button {
	margin: 0;
	max-width: initial;
}
.email-confirmation-content .spotify-authentication-part .button i {
	font-size: 21px;
	margin-top: -4px;
}
/****************************** ****************************** 
SMART LINKS: Pre-saves for Spotify Success HYPE-1294 - Sprint-77
****************************** *****************************/
.spotify-authentication-playlist-modal .new-popup-container {
	padding-top: 10px;
	padding-bottom: 0;
}
.spotify-authentication-playlist-modal .new-popup-heading h4 {
	font-size: 34px;
	word-break: break-word;
}
.spotify-authentication-playlist-modal label {
	font-size: 14px;
	color: #495159;
}
.spotify-authentication-playlist-modal .hy-btns {
	margin-top: 5px;
}
.spotify-authentication-playlist-modal .hy-btns .button {
	margin: 0;
	max-width: 100%;
	width: 100%;
	height: auto;
	min-height: 30px;
	white-space: normal;
	word-break: break-word;
}
.smartlink-upgrade-message {
	display: block;
}
.smartlink-upgrade-message a {
	color: #12db7d;
	text-decoration: underline;
}
.smartlink-upgrade-message a:hover {
	color: #000000;
}
/* Just repeat the things for Deezer for testing */ 
.deezer-authentication-part {
	display: block;
	text-align: left;
}
.deezer-authentication-part .radio-option-box {
	background-color: transparent;
	padding: 0;
}
.deezer-authentication-part .radio-option-box label.optionLabel {
	padding: 0;
	font-size: 14px;
}
.deezer-authentication-part .checkbox-custom-2 + .checkbox-custom-label-2::before {
	background: transparent;
}
.deezer-authentication-part .checkbox-custom-2:checked + .checkbox-custom-label-2:before {
	background: #3f4a54 none repeat scroll 0 0;
}
.deezer-authentication-part .radio-option-box .info-btn {
	background: url(../images/info-icon-gray.png) 0 0 no-repeat;
	width: 17px;
	height: 17px;
	background-size: cover;
}
.deezer-authentication-part .radio-option-box .info-btn:hover {
	background: url(../images/info-icon-black.png) 0 0 no-repeat;
	background-size: cover;
}
.email-confirmation-content .deezer-authentication-part .button {
	margin: 0;
	max-width: initial;
}
.email-confirmation-content .deezer-authentication-part .button i {
	font-size: 21px;
	margin-top: -4px;
}
.deezer-authentication-playlist-modal .new-popup-container {
	padding-top: 10px;
	padding-bottom: 0;
}
.deezer-authentication-playlist-modal .new-popup-heading h4 {
	font-size: 34px;
	word-break: break-word;
}
.deezer-authentication-playlist-modal label {
	font-size: 14px;
	color: #495159;
}
.deezer-authentication-playlist-modal .hy-btns {
	margin-top: 5px;
}
.deezer-authentication-playlist-modal .hy-btns .button {
	margin: 0;
	max-width: 100%;
	width: 100%;
	height: auto;
	min-height: 30px;
	white-space: normal;
	word-break: break-word;
}
/********************************/

.applemusic-authentication-part {
	display: block;
	text-align: left;
}
.applemusic-authentication-part .radio-option-box {
	background-color: transparent;
	padding: 0;
}
.applemusic-authentication-part .radio-option-box label.optionLabel {
	padding: 0;
	font-size: 14px;
}
.applemusic-authentication-part .checkbox-custom-2 + .checkbox-custom-label-2::before {
	background: transparent;
}
.applemusic-authentication-part .checkbox-custom-2:checked + .checkbox-custom-label-2:before {
	background: #3f4a54 none repeat scroll 0 0;
}
.applemusic-authentication-part .radio-option-box .info-btn {
	background: url(../images/info-icon-gray.png) 0 0 no-repeat;
	width: 17px;
	height: 17px;
	background-size: cover;
}
.applemusic-authentication-part .radio-option-box .info-btn:hover {
	background: url(../images/info-icon-black.png) 0 0 no-repeat;
	background-size: cover;
}
.email-confirmation-content .applemusic-authentication-part .button {
	margin: 0;
	max-width: initial;
}
.email-confirmation-content .applemusic-authentication-part .button i {
	font-size: 21px;
	margin-top: -4px;
}
.applemusic-authentication-playlist-modal .new-popup-container {
	padding-top: 10px;
	padding-bottom: 0;
}
.applemusic-authentication-playlist-modal .new-popup-heading h4 {
	font-size: 34px;
	word-break: break-word;
}
.applemusic-authentication-playlist-modal label {
	font-size: 14px;
	color: #495159;
}
.applemusic-authentication-playlist-modal .hy-btns {
	margin-top: 5px;
}
.applemusic-authentication-playlist-modal .hy-btns .button {
	margin: 0;
	max-width: 100%;
	width: 100%;
	height: auto;
	min-height: 30px;
	white-space: normal;
	word-break: break-word;
}
/****************************** ****************************** 
Preview Link URL HYPE-1275 - Sprint-79
****************************** *****************************/
.preview-link {
	font-size: 14px;
	color: #495159;
	display: block;
	margin-bottom: 25px;
}
.preview-link a:not(.button), .preview-link span {
	color: #3a5999;
	font-family: "poppinssemibold";
	overflow-wrap: break-word;
	word-break: break-word;
}
.preview-link a:hover:not(.button) {
	text-decoration: underline;
}
.edit-link-ic {
	background: url(../images/edit-icon-gray.png) 0 0 no-repeat;
	background-size: cover;
	width: 15px;
	height: 15px;
	display: inline-block;
	vertical-align: middle;
	margin-left: 5px;
}
.preview-link-edit {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 14px;
	color: #495159;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
}
.preview-link-edit span.bluetext {
	color: #0645ad;
	font-family: "poppinssemibold";
}
.preview-link-edit span.grayslash {
	font-size: 12px;
	font-family: "poppinsregular";
	color: #b1b8bf;
	margin: 0 2px;
}
.preview-link-edit .form-control {
	font-weight: normal;
	font-family: "poppinsregular";
}
.preview-link-edit .has-error .error-msg {
	font-family: "poppinsregular";
	z-index: 10;
}
.preview-link-edit .last {
	width: 48%;
}
.link-status {
	position: absolute;
	right: 0;
	font-size: 12px;
	width: 110px;
	margin-right: -125px;
}
.link-status img {
	width: 20px;
	vertical-align: middle;
	margin-right: 3px;
	margin-top: -2px;
}
.link-status.red {
	color: #f43010;
}
.link-status.green {
	color: #12db7d;
}
/****************************** ****************************** 
Account Setting Page Custom Domain Step HYPE-1346 - Sprint-79
****************************** *****************************/
.account-inner-text p a.ac_gray-link, .account-inner-text p span.ac_gray-link, .account-inner-text .profile-container span {
	color: #b1b8bf;
	font-weight: normal;
}
.b-ulink {
	color: #3f4a54 !important;
	font-weight: normal !important;
	text-decoration: underline;
}
.b-ulink:hover {
	color: #000000 !important;
	text-decoration: underline;
}
.custom-domain-step-box {
	display: block;
	border-radius: 3px;
	border: solid 1px #dce1e6;
	color: #495159;
	font-size: 14px;
	line-height: 1.6;
	padding: 15px 20px;
	margin-bottom: 20px;
}
.custom-domain-step-box:last-child {
	margin-bottom: 0;
}
.custom-domain-step-heading {
	display: block;
	margin-bottom: 15px;
}
.custom-domain-step-heading h4 {
	font-family: "poppinsregular";
	font-size: 20px;
	color: #495159;
	margin: 0;
	font-weight: normal;
}
.custom-domain-content {
	display: block;
}
.custom-domain-content p {
	font-size: 14px;
	color: #495159;
	margin-bottom: 15px;
	line-height: 1.6;
}
.custom-domain-content p:last-child {
	margin-bottom: 0;
}
.custom-domain-content p.text-primary {
	color: #12db7d;
}
.custom-domain-content p.text-highlight {
	color: #f43010;
}
.custom-domain-content p.text-warning {
	color: #ffc000;
}
.custom-domain-content ul {
	margin: 0 0 20px;
	padding: 0 0 0 15px;
}
.custom-domain-content ul:last-child {
	margin-bottom: 0;
}
.custom-domain-content ul li {
	font-size: 14px;
	color: #495159;
	line-height: 1.6;
}
.custom-domain-content ul li b {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.custom-domain-content ul li a {
	color: #495159;
	text-decoration: underline;
}
.custom-domain-content ul li a:hover {
	color: #000000;
}
.custom-domain-content ul li a.ac_gray-link, .custom-domain-content ul li span.ac_gray-link {
	color: #b1b8bf;
}
.custom-domain-btn {
	margin-top: 30px;
	display: flex;
	align-items: center;
}
.custom-domain-content .cd-status-icon {
	width: 20px;
	height: 20px;
	margin-right: 5px;
	vertical-align: middle;
}
.domain-status {
	margin-left: 15px;
}
/*Video Modal*/
.video-modal-part {
	display: block;
	padding-top: 10px;
}
/****************************** ****************************** 
Partnership Welcome Page HYPE-1377 - Sprint-82
****************************** *****************************/
.partnership-page {
	display: block;
	position: relative;
	max-width: 620px;
	margin: 0 auto;
}
.partnership-page .single-title-part {
	margin-bottom: 40px;
}
.partnership-welcome-content {
	display: block;
}
.partnership-welcome-content ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.partnership-welcome-content ul li {
	margin-bottom: 40px;
}
.partnership-welcome-content ul li h3 {
	font-family: "hypefontblack";
	font-weight: normal;
	font-size: 24px;
	color: #495159;
}
.partnership-welcome-content ul li p {
	font-size: 14px;
	color: #495159;
	margin-bottom: 25px;
	line-height: 1.6;
}
/****************************** ****************************** 
Account Setting Page Step 4 Tracking Pixel HYPE-1384 - Sprint-83
****************************** *****************************/
.tracking-pixel-table.hype-table {
	border: none;
	border-radius: 0;
}
.tracking-pixel-table.hype-table .dropdown-menu.for-dd-menu-right {
	right: 21px;
}
.tracking-pixel-table.hype-table .table > thead > tr > th, .hype-table .table > tbody > tr > th, .tracking-pixel-table.hype-table .table > tfoot > tr > th, .hype-table .table > thead > tr > td, .tracking-pixel-table.hype-table .table > tbody > tr > td, .hype-table .table > tfoot > tr > td {
	padding-left: 15px;
	padding-right: 15px;
}
/****************************** ****************************** 
Free Membership Page HYPE-1408 - Sprint-85
****************************** *****************************/
.freemembership-page {
	display: block;
	position: relative;
	max-width: 450px;
	margin: 0 auto;
}
.freemembership-page .single-title-part {
	margin-bottom: 40px;
}
.freemembership-content {
	display: block;
	max-width: 300px;
	margin: 0 auto;
}
.freemembership-content p {
	font-size: 14px;
	color: #495159;
	margin-bottom: 25px;
	line-height: 1.6;
}
.freemembership-content .button {
	display: block;
	margin-top: 30px;
}
/****************************** ****************************** 
GATES/LINKS: Custom link path HYPE-1424 - Sprint-87
****************************** *****************************/
.custom-link-wrapper {
	margin-top: 0;
}
.custom-link-wrapper .preview-link {
	margin-top: 25px;
	margin-bottom: 0;
}
.custom-link-wrapper .for-label-lock_badge {
	margin-left: 5px;
}
.preview-link-row-option .form-group {
	margin-bottom: 0;
}
.preview-link-row-option .col-sm-3, .preview-link-row-option .col-sm-4 {
	position: relative;
	padding-right: 10px;
	padding-left: 10px;
}
.custom-link-wrapper .preview-link-edit {
	display: block;
	margin-top: 25px;
	margin-bottom: 0;
}
.custom-link-wrapper .preview-link-edit:last-child {
	margin-bottom: 0;
}
.preview-link-edit .preview-link-row-option span.grayslash {
	position: absolute;
	top: 32px;
	right: -5px;
}
.preview-link-row-option .form-control {
	height: 30px;
}
.preview-link-row-option .form-control[readonly] {
	background: #fff;
}
.preview-link-row-option .select .bootstrap-select .btn {
	height: 100%;
}
.preview-link-row-option .select-loading {
	height: 28px;
	line-height: 28px;
	width: 28px;
}
.preview-link-row-option label span {
	font-family: "poppinsregular";
	font-weight: 400;
}
.preview-link-row-option label .red {
	color: #f43010;
}
.preview-link-row-option label .green {
	color: #12db7d;
}
.preview-link-row-option .char-counter {
	color: #b1b8bf;
	font-family: 'poppinsregular';
	font-size: 12px;
	text-align: right;
	margin-top: 5px;
	position: absolute;
	right: 0;
}
.preview-link-row-option .select.has-error .form-control {
	border-color: #f43010;
}
.custom-link-wrapper .preview-link.has-error a:not(.button), .custom-link-wrapper .preview-link.has-error span {
	color: #f43010;
}
.custom-link-wrapper .preview-link.has-error .error-msg {
	margin-top: 0;
}
.custom-link-wrapper .preview-link-edit .bootstrap-select.btn-group .dropdown-toggle .filter-option {
	text-overflow: ellipsis;
}
/****************************** ****************************** 
Downgrade Modal HYPE-1450 - Sprint-88
****************************** *****************************/
.green-support-link {
	color: #12db7d;
	text-decoration: underline;
}
.green-support-link:hover {
	color: #495159;
}
.lose-features {
	list-style: outside none none;
	margin: 30px auto;
	padding: 0;
	max-width: 355px;
}
.lose-features li {
	background: rgba(0, 0, 0, 0) url("../images/close-red-icon.png") no-repeat scroll 0 0 / 18px auto;
	color: #495159;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 4px;
	padding-left: 30px;
	text-align: left;
	font-family: "poppinssemibold";
	font-weight: normal;
}
.hy-flex-btns {
	display: flex;
	justify-content: space-between;
}
.hy-flex-btns .button {
	max-width: 48%;
	margin: 0;
}
/****************************** ****************************** 
Verification HYPE-1432 - Sprint-88
****************************** *****************************/
.verification-form-part .nsign-heading {
	padding: 0 15px;
}
.verification-form-part .nsign-form-part {
	max-width: 304px;
	margin: 0 auto;
}
/****************************** ****************************** 
Analytics Page HYPE-1288 - Sprint-88
****************************** *****************************/
.titlebar-fangate-avatar {
	display: inline-flex;
	align-items: center;
	position: absolute;
	top: 0;
	left: 0;
}
.titlebar-fangate-avatar a {
	display: inline-flex;
	align-items: center;
}
.titlebar-fangate-avatar img {
	display: block;
	height: 30px;
	width: 30px;
	border: solid 1px #dce1e6;
	border-radius: 5px;
	flex-shrink: 0;
	margin-right: 10px;
	margin-top: -2px;
}
.titlebar-fangate-content {
	line-height: 1;
}
.titlebar-fangate-content h3 {
	color: #495159;
	font-family: "poppinssemibold";
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}
.titlebar-fangate-content p {
	color: #495159;
	font-size: 12px;
	margin: 0;
}
/**/
.analytics-group {
	display: block;
}
.analytic-panel {
	background: #ffffff;
	border-bottom: 1px solid #d7dbe0;
}
.analytic-panel-inner {
	margin: 0 auto;
	max-width: 860px;
	width: 100%;
	padding: 35px 15px;
}
.analytic-panel-main {
	margin-top: 40px;
	padding-left: 32px;
}
.analytic-panel-heading {
	display: flex;
	justify-content: space-between;
}
.analytic-panel-title {
	margin-top: 0;
	margin-bottom: 0;
	color: #495159;
	font-size: 20px;
	display: flex;
	align-items: center;
}
.analytic-panel-title .analytic-panel-icon {
	background: #495159;
	border-radius: 25px;
	color: #fff;
	font-family: "poppinssemibold";
	font-size: 12px;
	height: 20px;
	line-height: 20px;
	margin-right: 12px;
	text-align: center;
	width: 20px;
	flex-shrink: 0;
}
.analytic-panel-title .analytic-panel-headline {
	display: block;
	overflow: hidden;
}
.analytic-d-icon {
	width: 18px;
}
.analytic-d-icon img {
	max-width: 100%;
}
.analytic-d-icon.for-d-timeline {
	position: relative;
	top: 72px;
}
/**/
.analytic-options {
	display: block;
	margin-bottom: 30px;
}
.analytic-options ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.analytic-options ul li {
	margin-right: 20px;
}
.analytic-options ul li .button {
	height: 40px;
	font-family: "poppinsregular";
	min-width: 140px;
	line-height: 40px;
	padding: 0 15px;
	text-align: left;
	color: #495159;
}
.analytic-options ul li .a_checkbox {
	opacity: 0;
	position: absolute;
}
.analytic-options ul li .a_checkbox + .a_checkbox_check {
    text-indent: -999999px;
}
.analytic-options ul li .a_checkbox:checked + .a_checkbox_check {
	text-indent: 0;
	background-color: #b1b8bf;
	border-color: #b1b8bf;
}
.a_checkbox_check {
	display: inline-block;
	font-size: 12px;
	background-color: transparent;
	border: 1px solid #b1b8bf;
	border-radius: 50%;
	height: 20px;
	width: 20px;
	line-height: 20px;
	text-align: center;
	font-weight: 600;
	color: #fff;
	margin-right: 8px;
}
.analytic-options ul li .a_check_blue .a_checkbox:checked + .a_checkbox_check {
	background-color: #3a5999;
	border-color: #3a5999;
}
.analytic-options ul li .a_check_red .a_checkbox:checked + .a_checkbox_check {
	background-color: #f43010;
	border-color: #f43010;
}
.analytic-options ul li .a_check_orange .a_checkbox:checked + .a_checkbox_check {
	background-color: #ff6347;
	border-color: #ff6347;
}
.analytic-chart {
	display: block;
}
.analytic-chart img {
	max-width: 100%;
}
/**/
table.dataTable thead .sorting, table.dataTable thead .sorting_asc, table.dataTable thead .sorting_desc, table.dataTable thead .sorting_asc_disabled, table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand;
    background-repeat: no-repeat;
    background-position: center right;
}
table.dataTable thead .sorting {
    background-image: url("/images/sort_both.png");
}
table.dataTable thead .sorting_asc {
    background-image: url("/images/sort_asc.png") !important;
}
table.dataTable thead .sorting_desc {
    background-image: url("/images/sort_desc.png") !important;
}
table.dataTable thead .sorting_asc_disabled {
    background-image: url("/images/sort_asc_disabled.png");
}
table.dataTable thead .sorting_desc_disabled {
    background-image: url("/images/sort_desc_disabled.png");
}
/****************************** ****************************** 
7 Day Pro Trial Page HYPE-1454 - Sprint-89
****************************** *****************************/
.pro-trial-content {
	display: block;
}
.pro-trial-content p {
	font-size: 14px;
	color: #495159;
	margin-bottom: 25px;
	line-height: 1.6;
}
.pro-trial-content p strong {
	font-family: "poppinssemibold";
	font-weight: normal;
}
.pro-trial-content ul {
	list-style-type: none;
	margin: 0 auto;
	padding: 0;
	max-width: 385px;
	margin-bottom: 25px;
}
.pro-trial-content ul li {
	font-size: 14px;
	color: #495159; 
	line-height: 1.6;
	margin: 5px 0;
	font-family: "poppinssemibold";
	font-weight: normal;
}
.pro-trial-content .welcome-btn .button {
	width: 100%;
	min-width: initial;
	max-width: 300px;
}
.preloader {
    height:350px; background:url(images/ajax-loader.gif) center center no-repeat;
}
#chartsloader {
	background-image: url(images/ajax-loader.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	height: 100px;
	/*width: 100px;*/
	float: center;
	display: block;
	top: 35px;
	right: 10px;
	z-index: 5000
}
.google-visualization-tooltip-item {
  white-space: nowrap;
}
.google-visualization-tooltip {
  bottom: 100%; /* Position above the bottom line */
  z-index: 1000; /* Ensure tooltip appears above other elements */
}
/****************************** ****************************** 
ANALYTICS Page HYPE-1494/95/96 - Sprint-91
****************************** *****************************/
.titlebar-sort.custom_dp {
	display: flex;
	align-items: center;
	top: -8px;
	min-width: initial;
}
@media (max-width: 480px) { 
.titlebar-sort.custom_dp {
	top: 44px;
}
}
.titlebar-sort.custom_dp .custom_dp-dropdown {
	background: transparent;
	cursor: pointer;
	padding: 5px 0;
	width: 100%;
	margin-left: 5px;
	font-family: "poppinssemibold";
	display: inline-block;
	text-align: left;
	color: #3f4a54;
}
/**/
.promotion-exchange-main-part.for-analytics-filter {
	padding-top: 20px;
	padding-bottom: 20px;
	max-width: 100%;
	border-bottom: 1px solid #dce1e6;
}
.promotion-exchange-main-part.for-analytics-filter .filterby-option {
	max-width: 944px;
	margin: 0 auto;
	padding-left: 0;
}
.promotion-exchange-main-part.for-analytics-filter .filterby-selects i.info-btn-yellow {
	width: 21px;
	height: 21px;
	background-size: cover;
	margin-top: 8px;
}
.mess_utm {
	font-size: 12px;
}
.mess_utm a {
	color: #495159;
	text-decoration: underline;
}
.mess_utm a:hover {
	color: #000;
}
.showhide {  
   display:none;
}
/****************************** ****************************** 
Spotify Player Widget HYPE-1550 - Sprint-94
Updated HYPE-1897 - Sprint-115
****************************** *****************************/
.HYspotify-widget-player-main {
	background-color: #282828;
	border-radius: 1rem;
	height: 152px;
	overflow: hidden;
	margin: 1rem;
}
.HYspotify-widget-player-wrap {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	position: relative;
}
.HYspotify-widget-artwork-inner {
	-ms-flex-negative: 0;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	-webkit-box-shadow: 0 9px 9px 0 rgba(0,0,0,.1),0 0 29px 0 rgba(0,0,0,.1);
	box-shadow: 0 9px 9px 0 rgba(0,0,0,.1),0 0 29px 0 rgba(0,0,0,.1);
	cursor: pointer;
	-webkit-flex-shrink: 0;
	flex-shrink: 0;
	opacity: 1;
	margin: 16px;
	border-radius: 8px;
	height: 120px;
	width: 120px;
}
.HYspotify-widget-content {
	display: flex;
	align-items: center;
	overflow: hidden;
	flex-grow: 1;
	opacity: 1;
	visibility: visible;
	margin: 40px 16px 56px 0;
	position: relative;
}
.HYspotify-widget-content-inner {
	-webkit-touch-callout: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	display: block;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 100%;
}
.HYspotify-widget-media-track-title {
	line-height: 28px;
	font-size: 24px;
	font-weight: 600;
	color: rgb(255, 255, 255);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
}
.HYspotify-widget-media-track-title a {
	color: rgb(255, 255, 255);
}
.HYspotify-widget-media-track-title a:hover {
	color: rgb(255, 255, 255);
	text-decoration: underline;
}
.HYspotify-widget-media-artist-title {
	line-height: 24px;
	font-size: 13px;
	font-weight: 400;
	color: rgb(255, 255, 255);
	opacity: .7;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 0;
}
.HYspotify-widget-media-artist-title a {
	color: rgb(255, 255, 255);
}
.HYspotify-widget-media-artist-title a:hover {
	color: rgb(255, 255, 255);
	opacity: .7;
	text-decoration: underline;
}
.HYspotify-widget-typelist {
	display: flex;
	padding-inline: 0px;
	margin-block: 0px;
	overflow-wrap: break-word;
	list-style-type: none;
	position: absolute;
	bottom: -18px;
	visibility: visible;
	left: 0;
	display: none;
}
.HYspotify-widget-typelist span {
	align-items: center;
	border-radius: 2px;
	display: inline-flex;
	font-size: 9px;
	height: 16px;
	justify-content: center;
	line-height: 10px;
	padding: 3px 5px;
	text-transform: uppercase;
	background-color: hsla(0,0%,100%,.7);
	color: #121212;
	font-weight: 700;
	margin-right: 8px;
}
.HYspotify-widget-playdots-icon {
	height: 16px;
	position: absolute;
	bottom: 20px;
	right: 16px;
	display: flex;
	align-items: center;
}
.HYspotify-widget-playdots-icon button {
	background-color: transparent;
	border: 0px;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	position: relative;
	padding: 0;
	margin: 0;
}
.HYspotify-widget-playdots-icon button svg {
	fill: rgb(255, 255, 255);
}
.HYspotify-widget-dots-icon {
	margin-left: 20px;
}
.HYspotify-widget-sp-icon {
	position: absolute;
	right: 16px;
	top: 16px;
	color: rgb(255, 255, 255);
	text-decoration: none;
}
.HYspotify-widget-sp-icon svg {
	fill: rgb(255, 255, 255);
}
/****************************** ****************************** 
Ad HYPE-1531 - Sprint-96
****************************** *****************************/
.preview-part .closeBtn {
	position: absolute;
	background: #df0000;
	box-shadow: 0 0 0px 1px #e9ebec;
	width: 25px;
	height: 25px;
	display: block;
	border-radius: 100px;
	top: -10px;
	right: -10px;
	opacity: 1;
	font-size: 12px;
	text-align: center;
	line-height: 25px;
	color: #fff;
	font-family: 'Nexa';
	transition: all 0.1s ease;
	cursor: pointer;
}
.preview-part .closeBtn:hover {
	background: #df0000;
	box-shadow: 0 0 0px 1px #e9ebec;
	color: #fff;
}
.main-preview-part .preview-part video {
	width: 100%;
	height: 100%;
}


.radio-option-box .exclamation-btn {
	background: url(../images/yellow-exclamation-icon.png) 0 0 no-repeat;
}
.radio-option-box .inexclamationfo-btn:hover {
	background: url(../images/yellow-exclamation-icon.png) 0 0 no-repeat;
}
.radio-option-box .exclamation-btn-yellow {
	background: url(../images/yellow-exclamation-icon.png) 0 0 no-repeat;
}
.radio-option-box .exclamation-btn-yellow:hover {
	background: url(../images/yellow-exclamation-icon.png) 0 0 no-repeat;
}
.exclamation-btn {
	background: url(../images/yellow-exclamation-icon.png) 0 0 no-repeat;
	height: 20px;
	width: 20px;
	border: none;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}
.exclamation-btn:hover {
	background: url(../images/yellow-exclamation-icon.png) 0 0 no-repeat;
}
.exclamation-btn-yellow {
	background: url(../images/yellow-exclamation-icon.png) 0 0 no-repeat;
	background-size: cover;
	height: 20px;
	width: 20px;
	border: none;
	display: inline-block;
	cursor: pointer;
	vertical-align: middle;
}
.exclamation-btn-yellow:hover {
	background: url(../images/yellow-exclamation-icon.png) 0 0 no-repeat;
}
.exclamation-btn.exclamation-btn-sm {
	background-size: contain;
	height: 20px;
	width: 20px;
}
.exclamation-btn.white-tooltip {
	margin-left: 2px;
	width: 24px;
}

/*Campaign Comment Page CSS*/
.campaign-comment-page .table-row-item {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}
.campaign-comment-page .table-row-item span {
    margin-left: auto;
}
.campaign-comment-page .table-row-item span img {
    width: 25px;
    margin-left: 10px;
}
.social-preview-iframe {
	display: flex;
	flex-wrap: wrap;
}
.social-preview-iframe > div {
	width: 50%;
	text-align: center;
}
@media (max-width: 767.98px) {
	.social-preview-iframe > div {
		width: 100%;
	}
}
.ad-countries-scroll-box {
	display: block;
	border-radius: 3px;
	border: solid 1px #dce1e6;
	background: transparent;
	padding: 1px 1px;
	position: relative;
	height:200px;
	overflow-y:scroll;
}
/****************************** ****************************** 
Ad HYPE-1660 - Sprint-102
****************************** *****************************/
.ad-campaign-active-btn {
	margin-top: 15px;
}
.ad-campaign-active-btn .button {
	min-width: 140px;
}
.ad-campaign-active-btn .button + .button {
	margin-left: 15px;
}
/****************************** ****************************** 
Ad HYPE-1673 - Sprint-102
****************************** *****************************/
.currency_field-inline {
	display: flex;
}
.currency_field-inline .currency_type {
  min-width: 40px;
  padding-top: 9px;
}
.currency_field-inline .select {
  width: 100%;
}
.audio-preview-next-box {
	margin-bottom: 40px;
}
.audio-preview-start {
	margin-bottom: 10px;
}
.audio-snippet-caption {
	padding: 10px 0;
	color: #6E727D;
	font-size: 12px;
}
.progress-bar-warning {
	background-color: #ffc000 !important;
}
.progress-bar-animated {
	animation: progress-bar-stripes 1s linear infinite;
	-ms-animation: progress-bar-stripes 1s linear infinite;
	-moz-animation: progress-bar-stripes 1s linear infinite;
	-webkit-animation: progress-bar-stripes 1s linear infinite;
}
/****************************** ****************************** 
 HYPE-1723 - Sprint-106
****************************** *****************************/
.spotify-growth-presave-modal.flex-row .col-sm-6 {
	display: flex;
	flex-direction: column;
	padding-right: 10px;
	padding-left: 10px;
}
@media (max-width: 767.98px) {
	.spotify-growth-presave-modal.flex-row .col-sm-6:first-child {
		margin-bottom: 30px;
	}
}
.spotify-growth-presave-modal .promote-white-box {
	padding: 25px 25px;
	min-height: 220px;
	margin: 0;
}
.spotify-growth-presave-modal .promote-white-box h4 small {
	font-family: 'poppinsregular';
	font-size: 10px;
	font-weight: 400;
	display: block;
	color: #495159;
}
.spotify-growth-presave-modal .hy-btns {
	margin-top: 15px;
}
.spotify-growth-presave-modal .hy-btns .button.button-primary {
	width: 100%;
}
/****************************** ****************************** 
 HYPE-1752 - Sprint-107
****************************** *****************************/
.blog-promotion-page .panel-title > a {
	position: relative;
}
.blog-promotion-page .panel-title .panel-subHeading {
	font-size: 14px;
	margin: 10px 0 0;
}
.checking-ad-icon {
	position: absolute;
	right: 0;
	top: 5px;
	width: 18px;
	height: 18px;
}
.checking-ad-icon img {
	width: 100%;
	display: block;
}
.ad-countires-tags-box, .related-artists-interest-tags-box {
	height: auto;
	overflow: inherit;
	border: none;
	padding: 0;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}
.ad-countires-tags-box .profile-container, .related-artists-interest-tags-box .profile-container {
	border: 1px solid #D7DBE0;
	border-radius: 4px;
	color: #1A1D20;
	font-family: "poppinsmedium";
	height: 26px;
	line-height: 26px;
	padding: 0px 8px;
	margin: 0 3px 5px 0 !important;
}
.related_countries_heading, .related_interest_heading {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
	position: relative;
}
.related_countries_heading h5, .related_interest_heading h5 {
	color: #6E727D;
	margin: 0;
	font-size: 14px;
}
.related_countries_heading h5 a, .related_interest_heading h5 a, .delete-country {
	color: #3F4A54;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	padding-left: 5px;
}
.related_countries_heading h5 a:hover, .related_interest_heading h5 a:hover, .delete-country:hover {
	color: #000;
}
.related_countries_heading-links, .related_interest_heading-links {
	margin-left: auto;
}
.related_countries_heading-links a, .related_interest_heading-links a {
	color: #3F4A54;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
	margin-left: 15px;
}
.related_countries_heading-links a:hover, .related_interest_heading-links a:hover {
	color: #000;
}
.related_interest_generate-link, .related_interest_generate-link-btn {
	margin-bottom: 30px;
	position: relative;
}
.related_interest_generate-link a {
	font-size: 13px;
	color: #12DB7D;
	font-family: "poppinsmedium";
	text-decoration: underline;
}
.related_interest_generate-link a:hover {
	color: #12DB7D;
	text-decoration: underline;
}
.save_popover-box {
	background: #FFFFFF;
	border: 1px solid #D7DBE0;
	box-shadow: 0px 2px 4px rgba(27, 32, 44, 0.12), 0px 16px 24px rgba(27, 32, 44, 0.08);
	border-radius: 4px;
	padding: 15px;
	position: absolute;
	z-index: 1000;
	right: 0;
	top: 22px;
}
.save_popover-box.for-interest-popover {
	width: 320px;
	right: auto;
	left: 0;
}
.add_more-interest-box {
	position: relative;
	display: inline-block;
	margin-left: 5px;
	margin-top: 2px;
}
.add_more-link a {
	color: #3F4A54;
	font-weight: bold;
	font-size: 12px;
	text-decoration: underline;
}
.add_more-link a:hover {
	color: #000;
}
.interest_result {
	height: 150px;
	display: flex;
}
.interest_result-info {
    font-size: 13px;
    color: #1A1D20;
    font-family: "poppinsmedium";
	display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    height: 150px;
}
.age-range-dash {
	position: relative;
}
.age-range-dash .graydash {
	position: absolute;
	top: 10px;
	right: -5px;
	color: #D7DBE0;
}
.pannel-confirm-text.for_ad_type_confirmation ul li {
	display: flex;
}
.pannel-confirm-text.for_ad_type_confirmation ul li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #D7DBE0;
	padding: 24px 0;
}
.pannel-confirm-text.for_ad_type_confirmation ul li b {
	font-family: 'poppinsregular';
	color: #1A1D20;
	text-align: right;
}
.pannel-confirm-text.for_ad_type_confirmation ul li span.ad_type-heading {
	min-width: 125px;
	padding-right: 6px;
}
.pannel-confirm-text.for_ad_type_confirmation ul li span.currency_type {
	margin-left: auto;
	padding-right: 2px;
	color: #1A1D20;
}
.show_more-link {
	padding-left: 5px;
}
.show_more-link a {
	font-family: 'poppinsregular';
	color: #1A1D20;
	text-decoration: underline;
}
.show_more-link a:hover {
	color: #000;
}
.hy-btn-ads-facebook {
	background: #1877F2;
	color: #ffffff !important;
	font-family: 'poppinsregular';
	font-size: 14px;
	max-width: 260px;
}
.hy-btn-ads-facebook i {
	padding-right: 6px;
	font-size: 18px;
}
/****************************** ****************************** 
 Ad Step - HYPE-1783
****************************** *****************************/
.new-ad-step-section .sub-heading {
	margin-bottom: 20px;
	font-size: 14px;
	color: #495159;
}
.new-ad-step-section .pannel-tabs .nav-tabs > li > a {
	font-family: "poppinsregular";;
	font-size: 12px;
	border-bottom: 2px solid #D7DBE0;
	padding: 10px 20px;
	min-width: 85px;
	margin-right: 0;
}
.new-ad-step-section .pannel-tabs .nav-tabs > li.active > a, 
.new-ad-step-section .pannel-tabs .nav-tabs > li.active > a:hover, 
.new-ad-step-section .pannel-tabs .nav-tabs > li.active > a:focus {
	font-family: "poppinssemibold";
	color: #1A1D20;
	border-bottom: 2px solid #12DB7D;
}
.new-ad-step-section .pannel-tabs label {
	margin-bottom: 15px;
}
.new-ad-step-section .pannel-tabs label b {
	color: #495159;
	font-family: "poppinssemibold";
	font-weight: normal;
}
.new-ad-step-section .pannel-tabs label p {
	color: #6E727D;
	font-size: 12px;
}
.new-ad-step-section .dropzone {
	min-height: 112px;
}
.new-ad-step-section .dropzone .dz-message {
	font-size: 12px;
	color: #6E727D;
	text-align: center;
	line-height: 1.75;
}
.new-ad-step-section .dropzone .dz-message u {
	font-size: 14px;
	color: #495159;
}
.preview_ad_video {
	display: block;
}
.preview_ad_video ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	display: flex;
}
.preview_ad_video ul li {
	display: flex;
	margin-right: 10px;
	align-items: center;
}
.preview_ad_video .adVid_Delete {
	position: absolute;
	background: url(../images/line-cross-white-icon.png) 50% 50% no-repeat #F43010;
	width: 14px;
	height: 14px;
	display: block;
	border-radius: 100px;
	top: -8px;
	right: -8px;
	text-align: center;
	transition: all 0.1s ease;
	cursor: pointer;
	background-size: 8px 8px;
}
.preview_ad_video ul li figure {
	width: 50px;
	height: 50px;
	border: 2px solid #fff;
	position: relative;
}
.preview_ad_video ul li figure a {
	display: block;
	height: 100%;
	width: 100%;
}
.preview_ad_video ul li figure img, .preview_ad_video ul li figure video {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.preview_ad_video .fail_processing::after {
	position: absolute;
	background: url(../images/yellow-warning-icon.png) 50% 50%/cover no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	left: calc(50% - 10px);
	top: calc(50% - 10px);
	content: "";
}
.preview_ad_video ul li figure img.loading {
	position: absolute;
	width: 40px;
	height: 40px;
	left: calc(50% - 20px);
	top: calc(50% - 20px);
	filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.75));
}
.preview_ad_video ul li figure i {
	background: url(../images/video-white-icon.png) 50% 50% no-repeat;
	width: 42px;
	height: 42px;
	display: block;
	position: absolute;
	top: calc(50% - 21px);
	left: calc(50% - 21px);
}
.preview_ad_video ul li.add-video-effect a {
	color: #3F4A54;
	font-weight: bold;
	font-size: 12px;
	margin-left: 5px;
}
.preview_ad_video ul li.add-video-effect a img {
	width: 14px;
	height: 14px;
	display: inline-block;
}
.preview_ad_video ul li.add-video-effect a:hover {
	color: #000;
}
/*Video Effect Modal CSS*/
@media (min-width: 768px) {
	.videoEffect_modal .modal-dialog {
	  width: 720px;
	}
}
.video-effect-wrap h2 {
	font-size: 20px;
	color: #1A1D20;
	margin: 0 0 20px;
}
.video-effect-wrap .form-group {
	margin-bottom: 25px;
}
.video-effect-list {
	display: block;
}
.video-effect-list ul {
	list-style-type: none;
	margin: 0;
	padding: 8px 0px;
	display: flex;
	flex-wrap: wrap;
	overflow: auto;
	height: 100%;
	max-height: 350px;
}
.video-effect-list ul li {
	margin: 0 8px 30px;
	width: 196px;
}
.video-effect-list ul li figure {
	position: relative;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 0px 0px 2px transparent;
	border-radius: 4px;
	width: 196px;
	height: 196px;
}
.video-effect-list ul li.selected figure {
	box-shadow: 0px 0px 0px 2px #000000;
}
.video-effect-list ul li figure img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.video-effect-list ul li figure video {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	display: none;
}
.video-effect-list ul li i {
	background: url(../images/check-circle.png) 50% 50% /cover no-repeat;
	width: 20px;
	height: 20px;
	display: block;
	position: absolute;
	top: 5px;
	right: 5px;
	z-index: 2;
	display: none;
}
.video-effect-list ul li.selected i {
	display: block;
}
.video-effect-list ul li .effect_name {
	margin-top: 15px;
	font-size: 14px;
	color: #495159;
}
.video-effect-list ul li:hover .effect_name, .video-effect-list ul li.selected .effect_name {
	color: #1A1D20;
}
.hynewBtns-popup {
	text-align: right;
	margin-top: 35px;
}
.hynewBtns-popup .button {
	margin: 0 0 0 15px;
	min-width: 170px;
}
@media (max-width: 450.98px) {
	.hynewBtns-popup .button {
		margin: 0 0 10px 0;
		width: 100%;
	}
}
/*Video Preview Modal CSS*/
@media (max-width: 767.98px) {
	.adVideo-preview-wrap {
		margin-top: 15px;
	}
}
@media (min-width: 768px) {
	#advideopreviewModal .modal-dialog {
		width: 550px;
	}
	#advideopreviewModal.is-video-portrait-modal .modal-dialog {
		width: 350px;
	}
}
.adVideo-preview-wrap figure {
	position: relative;
	border: 15px solid #FFFFFF;
	width: 100%;
	height: 100%;
	margin-bottom: 10px;
}
.adVideo-preview-wrap img, .adVideo-preview-wrap video {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.adVideo-preview-wrap p {
	font-size: 14px;
	color: #495159;
	margin-bottom: 4px;
}
/*Ad Audio Player Button CSS*/
.button-audioplayer {
  color: #6E727D;
  background-color: transparent;
  border-color: #D7DBE0;
}
.button-audioplayer:hover {
  color: #ffffff;
  background-color: #3F4A54;
  border-color: #3F4A54;
}
.button-audioplayer.disabled, 
.button-audioplayer:disabled {
  color: #6E727D;
  background-color: transparent;
  border-color: #D7DBE0;
  pointer-events: none;
}
.button-audioplayer:active,
.button-audioplayer.active {
  color: #ffffff;
  background-color: #3F4A54;
  border-color: #3F4A54;
}
.button-audioplayer-create-video {
	color: #fff;
	background-color: #12db7d;
	border-color: #12db7d;
}
.button-audioplayer-create-video:hover {
	color: #fff;
	background-color: #0ed276;
	border-color: #0ed276;
}
.button-audioplayer-create-video.disabled,
.button-audioplayer-create-video:disabled {
	color: #fff;
	background-color: #50e9a2;
	border-color: #50e9a2;
	pointer-events: none;
}
.button-audioplayer-create-video:active,
.button-audioplayer-create-video.active {
	color: #fff;
	background-color: #0ed276;
	border-color: #0ed276;
}
.audio-preview-player-options {
	display: flex;
	margin: 0 -5px;
}
.audio-preview-player-options div:not(.hype-invalid-feedback) {
	display: flex;
}
.audio-preview-player-options .mr_auto {
	margin-right: auto;
}
.audio-preview-player-options .ml_auto {
	margin-left: auto;
}
.audio-preview-player-options .m_auto {
	width: 100%;
}
.audio-preview-player-options .m_auto .button {
	width: 100%;
}
.blog-promotion-page .audio-preview-player-options .button {
	padding: 0;
	min-width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 5px;
}
.audio-preview-player-options button .play {
	background-image: url(../images/play-icon.png);
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}
.audio-preview-player-options button .pause {
	background-image: url(../images/pause-icon.png);
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}
.audio-preview-player-options button .zoomIn {
	background-image: url(../images/zoom-in-icon.png);
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}
.audio-preview-player-options button .zoomOut {
	background-image: url(../images/zoom-out-icon.png);
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}
.audio-preview-player-options button .trash {
	background-image: url(../images/trash-icon.png);
	width: 20px;
	height: 20px;
	background-size: 20px 20px;
}
.audio-preview-player-options button:hover .play, .audio-preview-player-options button:active .play,
.audio-preview-player-options button:hover .pause, .audio-preview-pauseer-options button:active .pause,
.audio-preview-player-options button:hover .zoomIn, .audio-preview-player-options button:active .zoomIn,
.audio-preview-player-options button:hover .zoomOut, .audio-preview-player-options button:active .zoomOut,
.audio-preview-player-options button:hover .trash, .audio-preview-player-options button:active .trash {
	filter: brightness(100) contrast(100%);
}
#waveform {
	border: 1px dashed #B1B8BF;
	border-radius: 4px;
}
.wavesurfer-region {
	background: rgba(190, 195, 201, 0.17) !important;
	border: 1px solid #000000;
	border-radius: 6px;
}
.wavesurfer-handle-start, .wavesurfer-handle-end {
	background: #fff !important;
	border: 1px solid #000 !important;
	border-radius: 50px !important;
	height: 38px !important;
	width: 5px !important;
	top: calc(50% - 20px) !important;
}
.wavesurfer-handle-start {
	left: -5px!important;
}
.wavesurfer-handle-end {
	right: -5px!important;
}
.wavesurfer-timer {
	font-size: 12px;
	color: #3F4A54;
	font-family: "poppinssemibold";
	text-align: right;
	margin-top: 4px;
	margin-right: 5px;
}
#waveform canvas {
	padding-top: 10px;
	padding-bottom: 10px;
}

.new-button .dropdown-menu::before, .new-button .dropdown-menu.navbar-right::before {
	left: 15px;
	right: auto;
}
.new-button .dropdown-menu::after, .new-button .dropdown-menu.navbar-right::after {
	left: 16px;
	right: auto;
}
.hy-btn-ads-google {
    background: #1877F2;
    color: #ffffff !important;
    font-family: 'poppinsregular';
    font-size: 14px;
    max-width: 260px;
}

.new-ad-preview-google{
	background-color: #fff;
    border-top: 1px solid hsla(var(--shadow-color-h),calc(var(--shadow-color-s)),calc(var(--shadow-color-l)),.1);
    box-shadow: 0 3px 6px hsla(var(--shadow-color-h),calc(var(--shadow-color-s)),calc(var(--shadow-color-l)),.16),0 3px 6px hsla(var(--shadow-color-h),calc(var(--shadow-color-s)),calc(var(--shadow-color-l)),.23);
    font-family: Arial,sans-serif;
    line-height: 18px;
    text-align: start;
}
.new-ad-preview-google.search .headline {
    color: #1a0dab;
    padding-bottom: 5px;
}
.new-ad-preview-google .ad-badge {
    border: 1px solid #006621;
    border-radius: 2px;
    color: #006621;
    display: inline-block;
    font-size: 12px;
    line-height: 14px;
    margin-right: 8px;
    padding: 0 2px;
    vertical-align: baseline;
}
.new-ad-preview-google.search .description {
    color: #545454;
    font-size: 14px;
    padding-top: 5px;
}
/*HYPE-1746 Toggle Switch CSS*/
.toggleSwitchwithLable {
	margin: 0px !important;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.toggleSwitchwithLable .switch {
	margin: 0;
}
.toggleSwitchwithLable label {
	margin-bottom: 0 !important;
}
/****************************** ******************************
 Smart Link Preview- HYPE-1855
****************************** *****************************/
.campaign-preview-wrapper.has-smartlink-preview {
	overflow-x: hidden;
	overflow-y: auto;
}
.has-smartlink-preview.spotify-page .release-content {
	border-radius: 0;
	float: none;
	margin: 0 auto;
	width: 100%;
}
.has-smartlink-preview.spotify-page .artwork_image {
	position: relative;
	width: 100%;
}
.has-smartlink-preview.spotify-page .artwork_image .artwork_image_inner {
	max-height: initial;
	height: initial;
	position: initial;
	width: 100%;
	-webkit-transform: none;
	-moz-transform: none;
	-ms-transform: none;
	-o-transform: none;
	transform: none;
}
.has-smartlink-preview.spotify-page .artwork_image .artwork_image_inner .artwork_image_box {
	position: relative;
	width: 100%;
	float: left;
}
.has-smartlink-preview.spotify-page .artwork_image .artwork_image_inner .artwork_image_box::before {
	content: "";
	display: block;
	margin-top: 100%;
}
.has-smartlink-preview.spotify-page .artwork_image_inner .play, .spotify-page .artwork_image_inner .pause, .spotify-page .artwork_image_inner .start {
	z-index: 1;
}
.has-smartlink-preview.spotify-page .artwork_image.artwork_video .artwork_image_inner .artwork_image_box::before {
	display: none;
}
.has-smartlink-preview.spotify-page .artwork_video .artwork_image_inner .play, .has-smartlink-preview.spotify-page .artwork_video .artwork_image_inner .pause, .has-smartlink-preview.spotify-page .artwork_video .artwork_image_inner .start {
	z-index: 0;
}
.has-smartlink-preview.spotify-page .sidebar-content-section {
	padding: 10px 10px 20px;
	max-width: 100%;
	min-width: 100%;
}
.has-smartlink-preview.spotify-page .sidebar-heading {
	margin-bottom: 15px;
}
.has-smartlink-preview.spotify-page .sidebar-heading h1 {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 14px;
	line-height: 20px;
}
.has-smartlink-preview.spotify-page .sidebar-heading h2 {
	font-size: 14px;
	line-height: 20px;
}
.has-smartlink-preview.spotify-page .pos-top {
	margin-bottom: 15px;
}
.has-smartlink-preview.spotify-page .pos-bottom {
	margin-top: 10px;
	margin-bottom: 10px;
}
.has-smartlink-preview.spotify-page .display-social-icons ul li a {
	height: 20px;
	width: 20px;
	line-height: 20px;
	font-size: 12px;
}
.has-smartlink-preview.spotify-page .display-social-icons ul li i {
	width: 10px;
	height: 10px;
}
.has-smartlink-preview.spotify-page .smart-link-list-section {
	border-top: 1px solid #e7eaec;
}
.has-smartlink-preview.spotify-page .smart-link-list-section ul li {
	border-bottom: 1px solid #e7eaec;
}
.has-smartlink-preview.spotify-page .smart-link-list-section ul li:last-child {
	border: none;
}
.has-smartlink-preview.spotify-page .smart-link-part {
	padding: 15px 0;
}
.has-smartlink-preview.spotify-page .smart-link-button .button {
	min-width: 100px;
	font-size: 10px;
	padding: 5px 5px 4px;
	height: 24px;
	width: 100px;
	min-height: 24px;
}
.has-smartlink-preview.spotify-page .smart-link-logo img {
	max-height: 22px;
}
.has-smartlink-preview.spotify-page .smart-link-logo h4 {
	line-height: 30px;
	font-size: 12px;
}
.has-smartlink-preview.spotify-page .smart-link-fanclub-part .smart-link-logo h4, .has-smartlink-preview.spotify-page .smart-link-share-part .smart-link-logo h4 {
	font-size: 12px;
	padding-top: 0;
	line-height: 24px;
}
.has-smartlink-preview.spotify-page .smart-link-share-part .smart-link-button .button i {
	font-size: 4px;
}
.has-smartlink-preview.spotify-page .sidebar-footer ul li a {
	font-size: 9px;
	line-height: 8px;
	margin: 0 4px;
}

.checking-track-object-icon {
	position: absolute;
	right: 0;
	top: 5px;
	width: 18px;
	height: 18px;
}
.checking-track-object-icon img {
	width: 100%;
	display: block;
}

.has-smartlink-preview.spotify-page .preview-youtube-section iframe {
	height: 30vh;
}

.has-smartlink-preview.spotify-page .player.loudlink.loudlink-external {
    border-top: none;
    position: absolute;
    bottom: 0;
}
.has-smartlink-preview.spotify-page .count-timer {
	padding: 0 2px;
}
.has-smartlink-preview.spotify-page .count-timer .count-clock b {
	font-size: 22px;
}
/**/
.for-probadge-mainheading {
	display: flex;
}
.for-probadge-mainheading .lock-pro-badge {
	position: initial;
	margin-top: -3px;
	margin-left: 15px;
}
/******************************
 Youtube Ad Preview
******************************/
.yt-preview-part {
	display: block;
}
.yt-preview--top {
	height: 150px;
	overflow: hidden;
	position: relative;
}
.yt-preview--top figure img {
	width: 100%;
}
.yt-skip-button {
	background: rgba(0,0,0,.7);
	border: 1px solid rgba(255,255,255,.5);
	border-right: 0;
	color: #fff;
	font-size: 14px;
	font-family: Roboto, Arial, sans-serif;
	padding: 5px 6px 5px 10px;
	text-align: center;
	cursor: pointer;
	position: absolute;
	bottom: 30px;
	right: 0;
}
.yt-skip-button svg {
	height: 36px;
	width: 36px;
	display: inline-block;
	vertical-align: middle;
	margin: -14px -6px -12px -4px;
}
.yt-video-length {
	background: rgba(0,0,0,.7);
	border-right: 0;
	color: #fff;
	font-size: 12px;
	padding: 2px 4px;
	text-align: center;
	position: absolute;
	bottom: 0;
	right: 0;
	font-family: Roboto, Arial, sans-serif;
	font-weight: bold;
	min-width: 45px;
}
.yt-video-progress {
	background: #e6c75a;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.yt-like-share {
	display: block;
	padding: 8px;
}
.yt-like-share img {
	width: 100%;
}
.yt-preview-part .campaign-preview-part-1 {
	border-bottom: 1px solid #ced0d4;
	padding-bottom: 8px;
}
.yt-preview-part .campaign-preview-user img {
	border-radius: 0;
}
.yt-preview-part .campaign-preview-btn .button {
	color: #fff;
	font-size: 12px;
	background-color: #2861cd;
	border-color: #2861cd;
	border-radius: 50px;
}
.ad-template-selection-icon {
	float: left;
	width: 50px;
}
.ad-template-selection-icon img {
	width: 44px;
}
/*HYPE-1885 Interest Box Full Height*/
@media (min-width: 768px) { 
	.has-interest-box-fullH {
		display: flex;
		flex-wrap: wrap;
	}
}
.has-interest-box-fullH .radio-option-box {
	height: calc(100% - 10px);
	display: flex;
	align-items: center;
}
.has-interest-box-fullH .radio-option-box .checkbox {
	margin: 0;
	float: left;
	height: 20px;
	flex-shrink: 0;
}
.has-interest-box-fullH .radio-option-box label.optionLabel {
	width: 100%;
	padding: 2px 0 0;
}

.hy-btn-ads-tiktok {
	background: #1877F2;
	color: #ffffff !important;
	font-family: 'poppinsregular';
	font-size: 14px;
	max-width: 260px;
}

/*Google Sign In Button HYPE-1894*/
.hy-google-sign-btn {
	background: #4285F4;
	padding: 1px;
	height: 42px;
	display: inline-flex;
	align-items: center;
	border: none;
	border-radius: 3px;
	overflow: hidden;
	font-family: "poppinsmedium";
	font-size: 14px;
	color: #fff;
	box-shadow: 0 3px 4px 0 rgba(0,0,0,.25);
	transition: all .2s linear;
	text-shadow: none;
	min-width: auto !important;
}
.hy-google-sign-btn:hover {
	background: #4285f4;
	color: #fff;
	box-shadow: 0 0 6px #4285f4;
}
.hy-google-sign-btn:active {
    background: #3367d6;
}
.hy-google-sign-btn i {
	background: #fff;
	height: 100%;
	width: 40px;
	border-radius: 2px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-right: 0;
}
.hy-google-sign-btn i svg {
	width: 18px;
	height: 18px;
}
.hy-google-sign-btn span {
	padding: 0 12px;
}
.hy-tiktok-sign-btn {
	background: #000;
	color: #ffffff !important;
	font-family: 'poppinsregular';
	font-size: 14px;
	max-width: 260px;
}
.hy-tiktok-sign-btn i {
	margin-right: 0;
}
.hy-tiktok-sign-btn i img {
	width: 16px;
}
.hy-tiktok-sign-btn span {
	padding: 0 12px;
}
/****************************** ******************************
 Dashboard Music Wins - HYPE-1794
****************************** *****************************/
.musicWins-dashboard-main-section .table-row .table-row-item {
	align-self: center;
	flex-grow: initial;
}
.musicWins-dashboard-main-section .table-row.table-header .table-row-item {
	color: #4B5158;
	align-self: center !important;
}
.newsfeeddash1 {
	flex-basis: 115px;
}
.newsfeeddash2 {
	flex-basis: 560px;
}
.newsfeeddash3 {
	margin-left: auto;
	text-align: right;
	justify-content: flex-end;
}
.musicWins-dashboard-main-section .table-row.table-header .newsfeeddash2 {
	flex-basis: auto;
}
/**/
.achievement-badge-part {
	background: #EDEEEF;
	border-radius: 100%;
	width: 96px;
	height: 96px;
	text-align: center;
	border: 4px solid #D7D9DF;
	box-shadow: 0px 0 0px 6px #fff inset;
	display: flex;
	flex-direction: column;
	align-content: center;
	justify-content: center;
	position: relative;
}
.achievement-badge-type {
	position: absolute;
	right: -4px;
	top: -4px;
	background: #fff;
	border-radius: 100px;
	width: 32px;
	height: 32px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.achievement-badge-type img {
	width: 24px;
	height: 24px;
}
.achievement-badge-icon img {
	width: 12px;
	height: auto;
}
.achievement-badge-label {
	font-family: "poppinsbold";
	font-size: 16px;
	color: #0A0A0A;
	line-height: 20px;
	margin: 3px 0 0px 0;
}
.achievement-badge-sublabel {
	font-family: "poppinsregular";
	font-size: 10px;
	color: #6E727D;
	line-height: 12px letter-spacing: -0.05px;
}
/**/
.achievement-content-part {
	display: block;
}
.achievement-content-part h4 {
	font-family: "poppinsmedium";
	font-size: 14px;
	color: #0A0A0A;
	font-weight: normal;
	margin: 0 0 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	line-height: 18px;
}
.achievement-track {
	font-family: "poppinsregular";
	font-size: 13px;
	color: #0A0A0A;
}
.achievement-track img {
	margin-right: 5px;
	width: 24px;
	border-radius: 8px;
}
.achievement-track span.achievement-track-title {
	color: #0A0A0A;
}
.achievement-track span {
	color: #6E727D;
	margin-left: 5px;
	max-width: inherit;
}
.achievement-track .rFangateTitle_h1,  .achievement-track .rFangateTitle_h2 {
	color: #6E727D;
	display: inline-flex;
	line-height: normal;
	vertical-align: middle;
}
.achievement-time-genre {
	font-family: "poppinsregular";
	display: flex;
	font-size: 12px;
	color: #6E727D;
	margin-top: 15px;
}
.achievement-time-genre span {
	position: relative;
	padding-right: 12px;
	margin-right: 8px;
}
.achievement-time-genre span::after {
	position: absolute;
	content: ".";
	font-size: 25px;
	color: #A1A4AF;
	right: 0;
	top: 0;
	line-height: 4px;
}
.achievement-time-genre span:last-child::after {
	display: none;
}
.achievement-time-genre span a {
	color: #6E727D;
	text-decoration: underline;
}
.achievement-time-genre span a:hover {
	color: #0A0A0A;
	text-decoration: underline;
}
/****************************** ****************************** 
 Music Wins Share - HYPE-1794
****************************** *****************************/
.blog-promotion-content.for-music-wins-stats-content {
  max-width: 650px;
}
.music-wins-stats {
  display: block;
}
.music-wins-stats ul {
  list-style-type: none;
  display: flex;
  margin: 0;
  padding: 0;
  text-align: center;
  justify-content: center;
}
.music-wins-stats ul li {
  min-width: 150px;
  padding: 0 25px;
  border-right: solid 1px #d7dbe0;
  flex-shrink: 0;
}
.music-wins-stats ul li:last-child {
  border-right: none;
}
.music-wins-stats ul li h4, .music-wins-stats ul li h6, .music-wins-stats ul li time {
  color: #495159;
  font-size: 50px;
  letter-spacing: 0;
  margin: 5px 0;
  font-family: "hypefontblack";
  font-weight: normal;
  min-height: 65px;
  display: block;
  text-transform: uppercase;
  line-height: 1.25;
}
.music-wins-stats ul li h6 {
  font-size: 24px;
  line-height: 30px;
  font-family: "hypefontregular";
  text-transform: none;
  max-width: 200px;
}
.music-wins-stats ul li time {
  font-size: 24px;
  line-height: 30px;
}
.music-wins-stats ul li p {
  color: #495159;
  font-family: "poppinsregular";
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0;
  margin: 0;
  padding: 0;
}
@media (max-width:580px) {
  .music-wins-stats ul li {
    padding: 0 15px;
  }
  .music-wins-stats ul li h4, .music-wins-stats ul li time {
    font-size: 45px;
    min-height: 60px;
    line-height: 1.25;
  }
  .music-wins-stats ul li time {
    font-size: 20px;
    line-height: 26px;
  }  
}
.for-music-wins-stats-content .achievement-badge-part {
  margin: 0 auto 25px;
}
.for-music-wins-stats-content .achievement-badge-type img, .for-music-wins-stats-content .achievement-badge-icon img {
  margin: 0;
}
/**/
.new-btn--white {
	background: #FFF;
	border: 1px solid #D7D9DF;
	border-radius: 8px;
	padding: 8px 16px;
	box-shadow: 0px 8px 8px 0px rgba(27, 32, 44, 0.02), 0px 1px 2px 0px rgba(27, 32, 44, 0.08);
	color: #0A0A0A;
	font-family: "poppinsregular";
	font-size: 14px;
	text-align: center;
	height: 36px;
	margin-left: 8px;
}
.new-btn--white:hover {
	background: #0A0A0A;
	border: 1px solid #0A0A0A;
	color: #ffffff;
}
/**/
.newsortby-option {
	display: flex;
	flex-shrink: 0;
	align-items: center;
}
.newsortby-option .select {
	margin-left: 8px;
	margin-bottom: 0;
}
.newsortby-option label {
	font-family: "poppinssemibold";
	font-size: 12px;
	color: #4B5158;
	padding: 0;
	margin: 0 15px 0;
}
.newsortby-option .select .form-control {
	border-radius: 8px;
	box-shadow: 0px 8px 8px 0px rgba(27, 32, 44, 0.02), 0px 1px 2px 0px rgba(27, 32, 44, 0.08);
}
.newsortby-option .select .btn {
	border-radius: 8px;
	color: #0A0A0A;
	font-size: 14px;
	font-family: "poppinsregular";
	min-width: 140px;
}
.newsortby-option .select .bootstrap-select.btn-group .dropdown-menu li a {
	color: #0A0A0A;
	font-size: 14px;
	font-family: "poppinsregular";
}
/****************************** ****************************** 
 Fake Spotify Playlist Player - HYPE-1794
****************************** *****************************/
.HYspotify-fake-player-main {
  height: 100%;
  position: relative;
  padding: 8px;
}
.HYspotify-fake-player-wrap {
  background-color: #121212;
  display: flex;
  gap: 10px;
  grid-template-areas: "left-sidebar    main-view";
  grid-template-columns: auto 1fr;
  grid-template-rows: 1fr auto;
  height: 100%;
  min-height: 100%;
  padding: 25px;
  position: relative;
  width: 100%;
  flex-direction: column;
  border-radius: 15px;
  overflow: hidden;
}
.HYspotify-fake-player-topbar {
  grid-area: main-view;
  height: 64px;
  min-width: 0;
  pointer-events: none;
  z-index: 2;
  position: absolute;
  width: 100%;
}
.HYspotify-fake-player-topbar-inner {
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-padding-end: 24px;
  align-items: center;
  display: flex;
  gap: 8px;
  height: 64px;
  justify-content: space-between;
  padding: 16px 24px;
  padding-inline-end: 24px;
  position: relative;
  width: 100%;
  z-index: 10;
}
.HYspotify-fake-player-topbar-leftsection {
  display: flex;
  gap: 8px;
  white-space: nowrap;
}
.HYspotify-fake-player-topbar-leftsection button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, .7);
  border: none;
  border-radius: 50%;
  color: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  height: 32px;
  justify-content: center;
  position: relative;
  width: 32px;
}
.HYspotify-fake-player-topbar-leftsection button svg {
  fill: #fff;
}
.HYspotify-fake-player-topbar-signupBtn {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  border: 0px;
  border-radius: 500px;
  cursor: pointer;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  touch-action: manipulation;
  transition-duration: 33ms;
  transition-property: background-color, border-color, color, box-shadow, filter, transform;
  user-select: none;
  vertical-align: middle;
  transform: translate3d(0px, 0px, 0px);
  color: #b3b3b3;
  min-inline-size: 0px;
  padding-block: 8px;
  min-block-size: 48px;
  padding-inline: 32px;
  display: inline-flex;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
}
.HYspotify-fake-player-topbar-loginBtn {
  box-sizing: border-box;
  font-size: 16px;
  font-weight: 700;
  background-color: transparent;
  border: 0px;
  border-radius: 500px;
  cursor: pointer;
  display: inline-block;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: none;
  touch-action: manipulation;
  transition-duration: 33ms;
  transition-property: background-color, border-color, color, box-shadow, filter, transform;
  user-select: none;
  vertical-align: middle;
  transform: translate3d(0px, 0px, 0px);
  padding: 0px;
  min-inline-size: 0px;
  align-self: center;
}
.HYspotify-fake-player-topbar-loginBtn span {
  box-sizing: border-box;
  position: relative;
  background-color: #ffffff;
  color: #000000;
  display: flex;
  border-radius: 500px;
  font-size: inherit;
  min-block-size: 48px;
  -moz-box-align: center;
  align-items: center;
  -moz-box-pack: center;
  justify-content: center;
  padding: 8px 32px;
}
.HYspotify-fake-player-card {
  display: block;
}
.HYspotify-fake-player-card-body {
  margin: 0;
  max-width: 1955px;
  padding: 0 24px;
  color: #fff;
  display: flex;
  max-width: none;
  overflow: hidden;
  padding-bottom: 24px;
  position: relative;
  height: 30vh;
  max-height: 400px;
  min-height: 340px;
}
.HYspotify-fake-player-card-bg {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.HYspotify-fake-player-card-image {
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  -ms-flex-item-align: end;
  -ms-flex-negative: 0;
  align-items: flex-end;
  align-self: flex-end;
  flex-shrink: 0;
  height: 232px;
  width: 232px;
  z-index: 0;
  margin-right: 24px;
}
.HYspotify-fake-player-card-image div {
  height: 100%;
  width: 100%;
}
.HYspotify-fake-player-card-image div img {
  height: 100%;
  width: 100%;
  box-shadow: 0 4px 60px rgba(0, 0, 0, .5);
  object-fit: cover;
  object-position: center center;
}
.HYspotify-fake-player-card-content {
  display: flex;
  flex: 1;
  flex-flow: column;
  justify-content: flex-end;
  z-index: 0;
  align-content: space-between;
}
.HYspotify-card-Type {
  display: flex;
  box-sizing: border-box;
  margin-block: 0px;
  font-size: 14px;
  font-weight: 400;
  color: inherit;
}
.HYspotify-card-Title {
  line-height: normal;
  margin-top: 8px;
  overflow: hidden;
  text-align: left;
  width: 100%;
  word-break: break-word;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.HYspotify-card-Title h1 {
  box-sizing: border-box;
  margin-block: 0px;
  font-weight: 900;
  color: #fff;
  margin: 0.08em 0px 0.12em;
  visibility: visible;
  width: 100%;
  font-size: 45px;
}
.HYspotify-card-genre {
  box-sizing: border-box;
  margin-block: 0px;
  font-size: 14px;
  font-weight: 400;
  color: inherit;
  font-size: 0.875rem;
  color: hsla(0, 0%, 100%, .7);
}
.HYspotify-card-genre div {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  max-height: 74px;
  overflow: hidden;
  word-break: break-word;
  font-size: 14px;
}
.HYspotify-card-artist-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.HYspotify-card-artist {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  grid-gap: 4px;
  display: grid;
  grid-auto-flow: column;
  color: hsla(0, 0%, 100%, .7);
  white-space: nowrap;
}
.HYspotify-card-artist figure {
  display: inline-block;
  position: relative;
  width: 24px;
  margin-right: 5px;
}
.HYspotify-card-artist figure img {
  border-radius: 50%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
.HYspotify-card-artist-name {
  box-sizing: border-box;
  margin-block: 0px;
  font-size: 14px;
  font-weight: 700;
  color: #fff;
}
.HYspotify-card-artist-likes, .HYspotify-card-artist-songs {
  box-sizing: border-box;
  margin-block: 0px;
  font-size: 14px;
  font-weight: 400;
  color: #fff;
}
.HYspotify-card-artist-likes::before, .HYspotify-card-artist-songs::before {
  content: "•";
  margin: 0 4px;
}
.HYspotify-card-artist-time {
  color: hsla(0, 0%, 100%, .7);
  white-space: nowrap;
}
.HYspotify-fake-player-bottom-listing-fade-bg {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .6)), to(#121212)), url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj48ZmlsdGVyIGlkPSJhIiB4PSIwIiB5PSIwIj48ZmVUdXJidWxlbmNlIGJhc2VGcmVxdWVuY3k9Ii43NSIgc3RpdGNoVGlsZXM9InN0aXRjaCIgdHlwZT0iZnJhY3RhbE5vaXNlIi8+PGZlQ29sb3JNYXRyaXggdHlwZT0ic2F0dXJhdGUiIHZhbHVlcz0iMCIvPjwvZmlsdGVyPjxwYXRoIGQ9Ik0wIDBoMzAwdjMwMEgweiIgZmlsdGVyPSJ1cmwoI2EpIiBvcGFjaXR5PSIuMDUiLz48L3N2Zz4=");
  background-image: linear-gradient(rgba(0, 0, 0, .6) 0, #121212 100%), url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDAiIGhlaWdodD0iMzAwIj48ZmlsdGVyIGlkPSJhIiB4PSIwIiB5PSIwIj48ZmVUdXJidWxlbmNlIGJhc2VGcmVxdWVuY3k9Ii43NSIgc3RpdGNoVGlsZXM9InN0aXRjaCIgdHlwZT0iZnJhY3RhbE5vaXNlIi8+PGZlQ29sb3JNYXRyaXggdHlwZT0ic2F0dXJhdGUiIHZhbHVlcz0iMCIvPjwvZmlsdGVyPjxwYXRoIGQ9Ik0wIDBoMzAwdjMwMEgweiIgZmlsdGVyPSJ1cmwoI2EpIiBvcGFjaXR5PSIuMDUiLz48L3N2Zz4=");
  height: 232px;
  position: absolute;
  width: 100%;
  z-index: 0;
}
.HYspotify-fake-player-card-player-icons {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  -ms-flex-line-pack: start;
  -webkit-box-align: start;
  -ms-flex-align: start;
  -ms-grid-row-align: flex-start;
  align-content: flex-start;
  align-items: flex-start;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  justify-content: flex-start;
  overflow: visible !important;
  position: relative;
}
.HYspotify-fake-player-card-player-icons div {
  margin: 0;
  max-width: 1955px;
  padding: 0 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-bottom: 24px;
  padding-top: 24px;
  position: relative;
}
.HYspotify-fake-player-card-player-icons div img {
  height: 56px;
}
.HYspotify-fake-player-song-listings {
  margin: 0;
  max-width: 1955px;
  padding: 0 24px;
  padding-bottom: 25px;
}
.HYspotify-fake-player-song-listings-inner {
  border: 1px solid transparent;
  border-radius: 4px;
  outline: 0;
}
.koyeY6AgGRPmyPITi7yO {
  border-bottom: 1px solid transparent;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 36px;
  margin: 0 calc(24px*-1) calc(24px - 8px);
  padding: 0 24px;
  position: sticky;
  z-index: 2;
}
.HYspotify-fake-player-song-table-heading {
  border-bottom: 1px solid transparent;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 36px;
  margin: 0 calc(24px*-1) calc(24px - 8px);
  padding: 0 24px;
  position: sticky;
  z-index: 2;
}
.HYspotify-fake-player-song-table-heading-inner {
  grid-gap: 16px;
  display: grid;
  padding: 0 16px;
  border-bottom: 1px solid hsla(0, 0%, 100%, .1);
  color: #b3b3b3;
  height: 36px;
  grid-template-columns: [index] 35px [first] 6fr [var1] 4fr [var2] 3fr [last] minmax(120px, 1fr);
}
.Hyspotify-table-inner {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}
.Hyspotify-table-inner.last {
  margin-right: 32px;
}
.Hyspotify-table-inner.last svg {
  fill: currentcolor;
}
.Hyspotify-table-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.Hyspotify-table-start {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-self: start;
}
.Hyspotify-table-end {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-column: last;
  justify-self: end;
}
.ellipsis-one-line, .standalone-ellipsis-one-line {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.standalone-ellipsis-one-line {
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  white-space: unset;
  word-break: break-all;
}
.HYspotify-fake-player-song-table-listing {
  position: relative;
}
.HYspotify-fake-player-song-table-listing-items {
  grid-gap: 16px;
  display: grid;
  padding: 0 16px;
  border: 1px solid transparent;
  border-radius: 4px;
  height: 56px;
  position: relative;
  grid-template-columns: [index] 35px [first] 6fr [var1] 4fr [var2] 3fr [last] minmax(120px, 1fr);
  color: #b3b3b3;
}
.HYspotify-fake-player-song-table-listing-items-hover {
  background-color: hsla(0, 0%, 100%, .1);
}
.HYspotify-fake-player-song-img {
  margin-right: 16px;
}
.HYspotify-fake-player-song-content {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 8px;
  -moz-column-gap: 8px;
  column-gap: 8px;
  display: grid;
  grid-template: "title title""badges subtitle"/auto 1fr;
  padding-right: 8px;
  color: #b3b3b3;
}
.HYspotify-fake-player-song-title {
  color: #fff;
  grid-area: title;
  justify-self: start;
  font-size: 16px;
}
.HYspotify-fake-player-song-artistname {
  color: #b3b3b3;
}
.HYspotify-fake-player-song-time {
  margin-right: 32px;
}
/****************************** ****************************** 
 New Dashboard - HYPE-1794
****************************** *****************************/
.new-dashbaord-main-section .user-activity-section {
  background: #f7f8f9;
  border: 0;
}
.dashboard-tab-filter {
  display: block;
  background: #fff;
  border-bottom: 1px solid #d7dbe0;
  position: relative;
  z-index: 11;
}
.dashboard-tab-filter-inner {
  display: flex;
  margin: 0 auto;
  max-width: 1024px;
  padding: 20px 40px;
  width: 100%;
}
.dashboard-tab-filter-left {
  margin-right: auto;
  display: flex;
  flex-shrink: 0;
  align-items: center;
}
.dashboard-tab-filter-left .sortby-option {
    margin-top: 0;
}
.dashboard-tab-filter-left .sortby-option:first-child {
    margin-left: 0;
}
.dashboard-tab-filter-left .select {
  margin-right: 8px;
  margin-bottom: 0;
  min-width: 240px;
}
.dashboard-tab-filter-left .select:last-child {
  margin-right: 0;
}
.dashboard-tab-filter-right {
  margin-left: auto;
}
.dashboard-tab-filter-right .button {
	width: 100%;
	text-transform: uppercase;
	padding: 9px 18px 7px;
}
.dashboard-tab-filter-right .new-button {
	width: 100%;
}
.sortby-option-dropdown {
	margin-left: 4px;
}
@media (max-width:768px) {
  .dashboard-tab-filter-inner {
    display: block;
  }
  .dashboard-tab-filter-right {
    margin-top: 10px;
  }
  .dashboard-tab-filter-left {
    flex-direction: column;
  }
  .dashboard-tab-filter-left .sortby-option {
      margin-left: 0;
      min-width: 100%;
  }
  .dashboard-tab-filter-left .select {
    min-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .sortby-option-dropdown {
  	margin-left: 0;
  }
}
@media (max-width: 992px) {
  .dashboard-tab-filter-inner {
    padding: 10px 15px;
  }
}
.select.select-ic-filter .btn, .select.select-ic-sort .btn {
  padding-left: 40px;
  color: #1A1D20;
}
.select.select-ic-filter .caret, .select.select-ic-sort .caret {
  border-top-width: 5px;
  border-right-width: 4px;
  border-left-width: 4px;
  border-top-color: #495158;
}
.select.select-ic-filter .dropup .caret, .select.select-ic-sort .dropup .caret {
  border-bottom-width: 5px;
  border-right-width: 4px;
  border-left-width: 4px;
  border-bottom-color: #495158;
}
.select.select-ic-filter .btn::before, .select.select-ic-sort .btn::before {
  position: absolute;
  content: "";
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  left: 10px;
  width: 18px;
  height: 18px;
}
.select.select-ic-filter .btn::before {
  background-image: url(../images/select-filter-icon.png);
}
.select.select-ic-sort .btn::before {
  background-image: url(../images/select-sort-icon.png);
}
/****************************** ****************************** 
  				Cookie Sidebar Popup Section
****************************** *****************************/
.hycky-preference-content-wrapper *, .hycky-accordion-header-des * {
  font-size: 14px;
}
.hycky-preference-content-wrapper p:last-child {
  margin-bottom: 0;
}
.hycky-preference-content-wrapper .hycky-show-desc-btn:focus-visible, .hycky-accordion-header .hycky-accordion-btn:focus-visible, .hycky-preference-header .hycky-btn-close:focus-visible, .hycky-switch input[type="checkbox"]:focus-visible, .hycky-footer-wrapper a:focus-visible, .hycky-btn:focus-visible {
  outline: 2px solid #3c4346;
  outline-offset: 2px;
}
button.hycky-show-desc-btn:not(:hover):not(:active) {
  color: #3c4346;
  background: transparent;
}
button.hycky-accordion-btn:not(:hover):not(:active), button.hycky-banner-btn-close:not(:hover):not(:active), button.hycky-btn-close:not(:hover):not(:active) {
  background: transparent;
}
.hycky-btn {
	display: block;
	font-size: 14px;
	font-family: inherit;
	line-height: 24px;
	padding: 8px 27px;
	font-weight: 500;
	margin: 0 8px 0 0;
	border-radius: 2px;
	white-space: nowrap;
	cursor: pointer;
	text-align: center;
	text-transform: none;
	min-height: 0;
}
.hycky-btn:hover {
  opacity: 0.8;
}
.hycky-link {
	color: #3c4346;
	text-decoration: underline;
}
.hycky-link:hover {
	color: #3c4346;
	text-decoration: underline;
}
.hycky-link:visited {
	color: #3c4346;
	text-decoration: underline;
}
.hycky-btn-reject {
  color: #3c4346;
  background: transparent;
  border: 2px solid #3c4346;
}
.hycky-btn-accept {
  background: #3c4346;
  color: #fff;
  border: 2px solid #3c4346;
}
.hycky-btn-accept-optin {
	background: #3c4346;
	color: #fff;
	border: 2px solid #3c4346;
}
.hycky-btn:last-child {
  margin-right: 0;
}
@media (max-width: 425px) {
  .hycky-btn {
    width: 100%;
    margin: 10px 0 0 0;
  }
}
@media (max-width: 352px) {
  .hycky-btn {
    font-size: 12px;
  }
}
.hycky-modal.hycky-sidebar-left.hycky-modal-open {
  overflow-x: hidden;
  overflow-y: hidden;
  transform: translate(0);
  transition-duration: 0.4s;
  transition-property: transform;
}
.hycky-modal {
  background: #fff;
  z-index: 999999999;
  color: #212121;
  bottom: 0;
  box-sizing: border-box;
  overflow-x: visible;
  overflow-y: visible;
  position: fixed;
  top: 0;
  max-width: 100%;
}
.hycky-modal.hycky-sidebar-left {
  left: 0;
  transform: translate(-100%);
}
.hycky-preference-center {
  height: 100vh;
  overflow: hidden;
  width: 480px;
  display: flex;
  flex-direction: column;
  color: #212121;
  border-color: #F4F4F4;
  background-color: #FFFFFF;
}
.hycky-preference-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 22px 24px;
  border-bottom: 1px solid;
}
.hycky-preference-header .hycky-preference-title {
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  color: #212121;
}
.hycky-preference-header .hycky-btn-close#close-modal {
  margin: 0;
  cursor: pointer;
  vertical-align: middle;
  padding: 0;
  background: none;
  border: none;
  width: auto;
  height: auto;
  min-height: 0;
  line-height: 0;
  text-shadow: none;
  box-shadow: none;
  position: inherit;
}
.hycky-preference-header .hycky-btn-close#close-modal img {
  margin: 0;
  height: 10px;
  width: 10px;
}
.hycky-preference-body-wrapper {
  padding: 0 24px;
  flex: 1;
  overflow: auto;
  box-sizing: border-box;
}
.hycky-preference-content-wrapper {
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  padding: 12px 0;
  color: #212121;
}
.hycky-preference-content-wrapper .hycky-show-desc-btn {
  font-size: 14px;
  font-family: inherit;
  color: #3c4346;
  text-decoration: none;
  line-height: 24px;
  padding: 0;
  margin: 0;
  white-space: nowrap;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  text-transform: none;
  min-height: 0;
  text-shadow: none;
  box-shadow: none;
}
.hycky-accordion-wrapper {
  margin-bottom: 10px;
}
.hycky-accordion {
  border-bottom: 1px solid;
}
.hycky-accordion:last-child {
  border-bottom: none;
}
.hycky-accordion .hycky-accordion-item {
  display: flex;
  margin-top: 10px;
}
.hycky-accordion-header-wrapper {
  cursor: pointer;
  width: 100%;
}
.hycky-accordion-item .hycky-accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.hycky-accordion-header .hycky-accordion-btn {
  font-size: 16px;
  font-family: inherit;
  color: #212121;
  line-height: 24px;
  background: none;
  border: none;
  font-weight: 700;
  padding: 0;
  margin: 0;
  cursor: pointer;
  text-transform: none;
  min-height: 0;
  text-shadow: none;
  box-shadow: none;
}
.hycky-accordion-header .hycky-always-active {
  color: green;
  font-weight: 600;
  line-height: 24px;
  font-size: 14px;
}
.hycky-accordion-header-des {
  font-size: 14px;
  line-height: 24px;
  margin: 10px 0 16px 0;
  color: #212121;
}
.hycky-footer-shadow {
  display: block;
  width: 100%;
  height: 40px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
  position: absolute;
  bottom: calc(100% - 1px);
}
.hycky-footer-wrapper {
  position: relative;
}
.hycky-preference-btn-wrapper {
  padding: 22px 24px;
  border-top: 1px solid;
}
.hycky-preference-btn-wrapper .hycky-btn {
  width: 100%;
  text-shadow: none;
  box-shadow: none;
  margin: 8px 0 0 0;
}
.hycky-preference-btn-wrapper .hycky-btn.hycky-btn-accept:hover .hycky-btn.hycky-btn-accept-optin:hover {
	color: #fff;
}
.hycky-preference-btn-wrapper .hycky-btn.hycky-btn-accept:visited .hycky-btn.hycky-btn-accept-optin:visited {
	color: #fff;
}
.hycky-preference-btn-wrapper .hycky-btn:first-child {
  margin: 0;
}
.hycky-btn-preferences {
  color: #3c4346;
  background: transparent;
  border: 2px solid #3c4346;
}
.hycky-preference-btn-wrapper .hycky-btn-preferences:hover, .hycky-preference-btn-wrapper .hycky-btn-reject:hover {
  color: #3c4346;
  opacity: 0.8;
}
.hycky-preference-header, .hycky-preference-body-wrapper, .hycky-accordion-wrapper, .hycky-accordion, .hycky-accordion-wrapper, .hycky-footer-wrapper, .hycky-preference-btn-wrapper {
  border-color: inherit;
}
.hycky-preference-body-wrapper .hycky-horizontal-separator {
  border-bottom: 1px solid;
  border-color: inherit;
}
@media (max-width: 480px) {
  .hycky-preference-center {
    width: 100%;
  }
}
@media (max-width: 352px) {
  .hycky-preference-header .hycky-preference-title {
    font-size: 16px;
  }
  .hycky-preference-header {
    padding: 16px 24px;
  }
  .hycky-preference-content-wrapper *, .hycky-accordion-header-des * {
    font-size: 12px;
  }
  .hycky-preference-content-wrapper, .hycky-preference-content-wrapper .hycky-show-more, .hycky-accordion-header .hycky-always-active, .hycky-accordion-header-des, .hycky-preference-content-wrapper .hycky-show-desc-btn {
    font-size: 12px;
  }
  .hycky-accordion-header .hycky-accordion-btn {
    font-size: 14px;
  }
}
.hycky-switch {
  display: flex;
}
.hycky-switch input[type="checkbox"] {
  position: relative;
  width: 44px;
  height: 24px;
  margin: 0;
  background-color: rgb(208, 213, 210);
  appearance: none;
  -webkit-appearance: none;
  border-radius: 50px;
  cursor: pointer;
  outline: 0;
  border: none;
  top: 0;
}
.hycky-switch input[type="checkbox"]:checked {
  background: rgb(60, 67, 70);
}
.hycky-switch input[type="checkbox"]:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  left: 2px;
  bottom: 2px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  margin: 0;
}
.hycky-switch input[type="checkbox"]:after {
  display: none;
}
.hycky-switch input[type="checkbox"]:checked:before {
  -webkit-transform: translateX(20px);
  -ms-transform: translateX(20px);
  transform: translateX(20px);
}
@media (max-width: 425px) {
  .hycky-switch input[type="checkbox"] {
    width: 38px;
    height: 21px;
  }
  .hycky-switch input[type="checkbox"]:before {
    height: 17px;
    width: 17px;
  }
  .hycky-switch input[type="checkbox"]:checked:before {
    -webkit-transform: translateX(17px);
    -ms-transform: translateX(17px);
    transform: translateX(17px);
  }
}
#showmore {
  display: none;
}
.sidebar-overlay {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 10000000;
}
.hycky-preference-btn-wrapper .hycky-btn.hycky-btn-accept:hover {
	color: #fff;
}
.hycky-preference-btn-wrapper .hycky-btn.hycky-btn-accept-optin:hover {
	color: #fff;
}

/****************************** ****************************** 
 Campaign Preview IG Reels Preview - HYPE-2139
****************************** *****************************/
.preview-campaign__mid.for-reels {
  background-image: url(../images/iphone-bg-1.png);
}
.preview-campaign__mid.for-reels .campaign-preview {
  top: 6px;
  border-radius: 36px 36px 32px 32px;
  left: 9px;
  width: calc(100% - 18px);
}
.campaign-reels-video-bg-blur {
	background-attachment: scroll;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
	display: table-cell;
	-webkit-filter: blur(20px);
	-moz-filter: blur(20px);
	-ms-filter: blur(20px);
	-o-filter: blur(20px);
	filter: blur(20px);
	height: 100%;
	pointer-events: none;
	position: absolute;
	vertical-align: middle;
	width: 100%;
	-ms-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*IG Reels*/
.preview-campaign__mid.for-reels .campaign-preview .campaign-ig-reels-wrapper {
  height: 568px;
  border-radius: 35px 35px 30px 30px;
  position: relative;
}
.campaign-ig-reels-wrapper-inner {
  /* background: linear-gradient(rgb(13, 2, 10), rgb(11, 0, 4)); */
  height: 568px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 35px 35px 30px 30px;
}
.campaign-ig-reels-video-bg {
  position: absolute;
  max-height: 100%;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.campaign-ig-reels-video-bg.bg-contain {
	background-size: 94%;
}
.campaign-ig-reels-video-bg video {
  pointer-events: all;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campaign-ig-reels-gradient-bg img.imgT {
  pointer-events: none;
  position: absolute;
  top: 0px;
}
.campaign-ig-reels-gradient-bg img.imgB {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
}
.campaign-ig-reels-top {
  pointer-events: none;
  position: absolute;
  left: 12px;
  right: 12px;
  top: 30px;
}
.campaign-ig-reels-top--inner {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  pointer-events: none;
}
.campaign-ig-reels-top--text {
  font-size: 22px;
  color: #fff;
  font-weight: bold;
  line-height: 1.28;
  font-family: Roboto, Arial, sans-serif;
}
.campaign-ig-reels-top--icon {
  height: 24px;
}
.campaign-ig-reels-top--icon i {
  background-image: url(../images/ig-reels-camera-icon.png);
  background-position: 0 0;
  background-size: auto;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-block;
}
.campaign-ig-reels-bot {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 15px;
  pointer-events: all;
}
.campaign-ig-reels-bot-inner {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
  min-height: 0;
}
.campaign-ig-reels-bot-inner--main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.campaign-ig-reels-bot-inner--main-right {
  display: flex;
  pointer-events: none;
  justify-content: space-between;
  flex-direction: column;
  height: 162px;
}
.campaign-ig-reels-bot-inner--main-right div {
  height: 24px;
}
.campaign-ig-reels-bot-inner--main-right div i {
  background-position: 0 0;
  background-size: auto;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-block;
}
.campaign-ig-reels-bot-inner--main-left {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 200px;
}
.campaign-ig-reels-bot-inner--user {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
}
.campaign-ig-reels-bot-inner--user img {
  width: 32px;
  height: 32px;
  border-radius: 100px;
  margin-right: 12px;
}
.campaign-ig-reels-bot-inner--user span {
  color: #fff;
  white-space: nowrap;
  font-size: 11px;
}
.campaign-ig-reels-bot-inner--button {
  margin-top: 15px;
  border-radius: 5px;
  display: flex;
  height: 35px;
  color: #000;
  width: 100%;
  justify-content: space-between;
  background: #fff;
  align-items: center;
  padding: 0 16px;
}
.campaign-ig-reels-bot-inner--text {
  font-size: 11px;
  color: #fff;
  padding-top: 12px;
  padding-left: 1px;
  display: flex;
}
.campaign-ig-reels-bot-inner--text span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
  overflow: hidden;
}
.campaign-ig-reels-bot-inner--text .more--link {
  clear: right;
  float: right;
  margin: 0 5px;
  flex-shrink: 0;
  margin-left: auto;
  align-self: flex-end;
}
.campaign-ig-reels-bot-inner--text .more--link a {
  background: none;
  border: none;
  color: #929598;
  font-size: 11px;
  padding: 0;
}
.campaign-ig-reels-bot-inner--sponsored {
  display: flex;
  margin-top: 10px;
}
.campaign-ig-reels-bot-inner--sponsored-button {
  background-color: rgb(255 255 255 / .05);
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding-left: ;
  font-size: 10px;
  color: #fff;
}
.campaign-ig-reels-bot-inner--sponsored-button i {
  background-image: url(../images/ig-reels-sponsored-icon.png);
  background-position: 0 0;
  background-size: cover;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-right: 5px;
}
/*FB Reels*/
.preview-campaign__mid.for-reels .campaign-preview .campaign-fb-reels-wrapper {
  height: 568px;
  border-radius: 35px 35px 30px 30px;
  position: relative;
}
.campaign-fb-reels-wrapper-inner {
  /* background: linear-gradient(rgb(0, 0, 0), rgb(0, 0, 0)); */
  height: 568px;
  width: 100%;
  overflow: hidden;
  position: relative;
  border-radius: 35px 35px 30px 30px;
}
.campaign-fb-reels-video-bg {
  position: absolute;
  max-height: 100%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.campaign-fb-reels-video-bg.bg-contain {
	background-size: 94%;
}
.campaign-fb-reels-wrapper-inner .play, .campaign-ig-reels-wrapper-inner .play {
  background: url(../images/campaing-play-button.png) 0 0 no-repeat;
  width: 68px;
  height: 68px;
  display: block;
  left: 50%;
  top: 50%;
  margin-left: -34px;
  margin-top: -34px;
  position: absolute;
  z-index: 1;
}
.campaign-fb-reels-video-bg video {
  pointer-events: all;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.campaign-fb-reels-gradient-bg img.imgT {
  pointer-events: none;
  position: absolute;
  top: 0px;
}
.campaign-fb-reels-gradient-bg img.imgB {
  pointer-events: none;
  position: absolute;
  bottom: 0px;
}
.campaign-fb-reels-bot {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  padding-bottom: 15px;
  pointer-events: all;
}
.campaign-fb-reels-bot-inner {
  display: flex;
  justify-content: flex-end;
  min-width: 0;
  min-height: 0;
}
.campaign-fb-reels-bot-inner--main {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-direction: row;
  width: 100%;
}
.campaign-fb-reels-bot-inner--main-right {
  display: flex;
  pointer-events: none;
  justify-content: space-between;
  flex-direction: column;
  height: 162px;
}
.campaign-fb-reels-bot-inner--main-right div {
  height: 24px;
}
.campaign-fb-reels-bot-inner--main-right div i {
  background-position: 0 0;
  background-size: auto;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  display: inline-block;
}
.campaign-fb-reels-bot-inner--main-left {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  width: 200px;
}
.campaign-fb-reels-bot-inner--user {
  overflow: hidden;
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 6px;
}
.campaign-fb-reels-bot-inner--user img {
  width: 30px;
  height: 30px;
  border-radius: 100px;
  margin-right: 12px;
}
.campaign-fb-reels-bot-inner--user span {
  color: #fff;
  white-space: nowrap;
  font-size: 13px;
}
.campaign-fb-reels-bot-inner--user span img {
  width: 10px;
  height: 11px;
  vertical-align: baseline;
  border-radius: 0;
  margin-right: 0;
  margin-left: 2px;
}
.campaign-fb-reels-bot-inner--button {
  margin-top: 12px;
  border-radius: 5px;
  display: flex;
  height: 35px;
  color: #000;
  width: 100%;
  justify-content: center;
  background: #fff;
  align-items: center;
  padding: 0 16px;
  text-align: center;
}
.campaign-fb-reels-bot-inner--text {
  font-size: 13px;
  color: #fff;
  margin-top: 2px;
  padding-left: 1px;
  display: flex;
}
.campaign-fb-reels-bot-inner--text span {
  white-space: nowrap;
}
.campaign-fb-reels-bot-inner--text .more--link {
  clear: right;
  float: right;
  margin: 0 5px;
  flex-shrink: 0;
  margin-left: auto;
}
.campaign-fb-reels-bot-inner--text .more--link a {
  color: #fcfcfc;
}
.campaign-fb-reels-bot-inner--text .more--link a:hover {
  text-decoration: underline;
}
.campaign-fb-reels-bot-inner--sponsored {
  display: flex;
  margin-top: 10px;
}
.campaign-fb-reels-bot-inner--sponsored-button {
  background-color: rgb(255 255 255 / .05);
  display: inline-flex;
  padding: 4px 10px;
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  padding-left: ;
  font-size: 12px;
  color: #fff;
}
.grecaptcha-badge {
	visibility: hidden;
}
.grecaptcha-badge-message {
	font-size: 12px;
	text-align: center;
	font-weight: 400;
	line-height: 1.42857143;
	color: #495159;
}

@media (min-width: 768px) {
	.youtubelinkinstructions_modal .modal-dialog {
		width: 1000px;
	}
}

/****************************** ****************************** 
 New Sign Up Page - HYPE-2178
****************************** *****************************/
.signup-container-section {
  height: calc(100vh - 65px);
  margin-top: 65px;
  min-height: 750px;
  position: relative;
  width: 100%;
}
.signup-container-section .container-fluid {
  padding: 0;
  height: 100%;
}
.signup-container-section .container-fluid > .row {
  height: 100%;
  margin: 0;
  display: flex;
  align-items: center;
}
.signup-container-section .container-fluid > .row > .col-sm-6 {
  padding: 0;
  position: relative;
  height: 100%;
  display: flex;
  width: 100%;
  justify-content: center;
  align-items: center;
}
/**/
.signup-container-section .nsign-main-section {
  margin: 0;
  max-width: 386px;
  width: 100%;
}
.signup-container-section .nsign-main-section .nsign-fb-btn, .signup-container-section .nsign-main-section .nsign-google-btn {
  max-width: 386px;
  margin-left: auto;
  margin-right: auto;
}
.signup-container-section .new-signup-inner {
  max-width: 480px;
}
.signup-container-section .nsign-heading h2 {
  font-family: "Inter", sans-serif;
  font-weight: 900;
  color: #000;
  font-size: 36px;
  margin-bottom: 5px;
}
.signup-container-section .nsign-heading p {
  font-size: 14px;
  letter-spacing: 0;
  color: #000;
}
.signup-container-section .nsign-heading {
  margin-bottom: 22px;
}
.signup-container-section .already-account {
  color: #000;
  font-size: 13px;
  margin-top: 0;
  margin-bottom: 15px;
}
.signup-container-section .already-account a {
  font-family: "poppinsregular";
  color: #000;
  text-decoration: underline;
}
.signup-container-section .already-account a:hover {
  color: #0ed276 !important;
}
.signup-container-section .already-account a:visited {
	color: #000;
}
.signup-container-section .nsign-main-section .submit--btn {
  text-align: center;
  margin-bottom: 0 !important;
}
.signup-container-section .nsign-main-section .submit--btn p {
  font-size: 12px;
  color: #555555;
  font-style: italic;
  margin: 10px 0 0;
}
/**/
.signup-container-section .signup--bg {
  background: url(../images/signup-bg.jpg) 0 0 no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  z-index: 0;
}
.signup-container-section .signup--bg.for--mobile {
  display: none;
}
.signup-container-section .signup--bg.for--desktop {
  display: block;
}
@media (max-width: 767.98px) {
  .signup-container-section .signup--bg.for--mobile {
    display: block;
  }
  .signup-container-section .signup--bg.for--desktop {
    display: none;
  }
}
.signup-container-section .signup--review {
  position: relative;
  z-index: 1;
  max-width: 480px;
  display: flex;
  flex-direction: column;
}
.signup-container-section .signup--review::before {
  background: url(../images/quote-icon.png) 0 0 no-repeat;
  width: 86px;
  height: 63px;
  position: absolute;
  content: '';
  right: -30px;
  top: -80px;
}
.signup-container-section .signup--review h4 {
  font-family: "Inter", sans-serif;
  font-weight: 700;
  font-size: 32px;
  color: #fff;
  line-height: 1.2;
  margin-bottom: 15px;
}
.signup-container-section .signup--review p {
  font-family: "Inter", sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.5;
  color: #fff;
  font-style: italic;
}
.signup-container-section .signup--review .signup--review_user {
  display: block;
  color: #fff;
  font-family: "Inter", sans-serif;
  font-weight: 500;
  font-size: 20px;
  margin-top: 25px;
}
.signup-container-section .signup--review .signup--review_stat {
  display: block;
  color: #fff;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 12px;
  margin-top: 25px;
}
.signup-container-section .signup--review .signup--review_stat b {
  font-family: "Roboto", sans-serif;
  font-weight: 700;
}
.signup-container-section .signup--review .signup--review_stat img {
  margin: 0 10px;
}
/**/
@media (max-width: 1099.98px) {
  .signup-container-section .new-signup-inner {
    max-width: 380px;
  }
  .signup-container-section .nsign-heading h2 {
    font-size: 28px;
  }
  .signup-container-section .for-terms-check .terms-label {
    font-size: 13px;
  }
  .signup-container-section .signup--review {
    max-width: 380px;
  }
  .signup-container-section .signup--review::before {
    right: 0;
  }
  .signup-container-section .signup--review h4 {
    font-size: 24px;
  }
  .signup-container-section .signup--review p {
    font-size: 18px;
    line-height: 1.3;
  }
  .signup-container-section .signup--review .signup--review_user {
    font-size: 16px;
  }
}
@media (max-width: 799.98px) {
  .signup-container-section .new-signup-inner {
    max-width: 330px;
  }
  .signup-container-section .signup--review {
    max-width: 330px;
  }
}
@media (max-width: 767.98px) {
  .signup-container-section {
    height: auto;
    min-height: auto;
    margin-top: 0;
  }
  .signup-container-section .new-signup-page {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
    margin: 15px;
  }
  .signup-container-section .signup--review {
    padding: 20px 0;
    margin: 15px;
  }
  .signup-container-section .new-signup-inner {
    max-width: 480px;
  }
  .signup-container-section .signup--review {
    max-width: 480px;
    display: none;
  }
  .signup-container-section .container-fluid > .row {
    flex-direction: column;
  }
  .signup-container-section .signup--review::before {
    display: none;
  }
  .signup-container-section .signup--review .signup--review_wrap {
    order: 2;
  }
  .signup-container-section .signup--review .signup--review_stat {
    order: 1;
    text-align: center;
    margin-bottom: 25px;
    margin-top: 0;
  }
}

/****************************** ****************************** 
 Interest Step --  HYPE-2140
****************************** *****************************/
.ad-interest-suggestions-modal .email-confirmation-content .button {
	max-width: 180px;
}
.ad-interest-suggestions-modal .related-artists-interest-tags-box {
	flex-direction: column;
}
.ad-interest-suggestions-modal .related-artists-interest-tags-box .profile-container {
	margin: 0 0 8px 0 !important;
	height: auto;
	padding: 0;
	min-height: 26px;
}
.ad-interest-suggestions-modal .checkbox {
	padding: 0;
	margin: 0;
	position: absolute;
	top: 4px;
	left: 7px;
}
.ad-interest-suggestions-modal .checkbox label {
	display: block;
	width: 16px;
	height: 16px;
	min-height: auto;
	line-height: normal !important;
}
.ad-interest-suggestions-modal .checkbox .checkbox-custom-2 + .checkbox-custom-label-2::before {
	font-size: 11px;
	height: 16px;
	line-height: 14px;
	margin-right: 0;
	width: 16px;
}
.ad-interest-suggestions-modal .checkbox + label {
	display: flex;
	padding: 5px 0;
	margin: 0;
	color: #495159;
	font-family: "poppinsregular";
	line-height: 26px;
	font-size: 12px;
	letter-spacing: normal;
	margin-left: 30px;
	line-height: 14px;
	cursor: pointer;
}
.ad-interest-suggestions-modal .checkbox + label b {
	font-weight: normal;
	margin-left: auto;
	padding-right: 5px;
	padding-left: 10px;
}
.features-list {
	display: none; 
}
  
.features-toggle {
	cursor: pointer;
	text-decoration: underline;
	display: block;
	text-align: left;
	font-family: "poppinssemibold";
	font-weight: normal;
	font-size: 18px;
	color: #3f4a54;
	margin: 0 0 30px;
	padding-left: 40px;
}

.features-toggle .arrow {
	float: right;
}
  
@media (min-width: 768px) {
	.features-list {
		display: block; 
	}

	.features-toggle {
		display: none; 
	}
}
/*@media (min-width:992px) {
	#upgradetopro .modal-lg {
		width: 96%;
	}
	#changeplanmodal .modal-lg {
		width: 96%;
	}
}
@media (min-width:992px) {
	#upgradetopro .modal-xxl {
		width: 900px;
	}
	#changeplanmodal .modal-xxl {
		width: 900px;
	}
}*/

.plan-list {
	display: none; 
}
  
.plan-toggle {
	color: #495159;
    line-height: 1.25;
    margin-bottom: 25px;
    text-align: center;
    margin-top: 0;
}
  
  
@media (min-width: 768px) {
	.plan-list {
		display: block; 
	}

	.plan-toggle{
		display: none; 
	}
}


.payment-billing-content-upgrade {
	display: block;
	padding: 20px;
	border-radius: 8px;
	border: 1px solid #777;
}
.payment-billing-content-upgrade.payment-billing-content-most-popular {
	border: 2px solid #12db7d;	
}
@media only screen and (max-width: 992px) {
	.payment-billing-content-upgrade {
		margin-top: 20px;
	}
}

.trial-link {
	cursor: pointer;
	text-decoration: underline;
	display: block;
	text-align: center;
	font-family: "poppinssemibold";
	font-weight: normal;
	font-size: 11px;
	color: #777;
	padding: 10px;
}
.trial-link:visited {
	color: #777;
}
.trial-link:hover {
	 color: #777;
 }
 .dashboard-tab-lock {
	position: initial;
	display: inline-block;
	margin-left: 5px;
 }
 @media (min-width: 564px) {
	 .daterangepicker .ranges.range-with-lock ul {
		 width: 180px;
	 }
 }

/****************************** ****************************** 
         Interest AI - HYPE-2307
****************************** *****************************/
.interests-container {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.interest-box {
  background: #F6F5F5;
  display: flex;
  flex: 1 0 0;
  padding: 24px;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  cursor: pointer;
}
@media (max-width: 479px) {
  .interest-box {
    flex-basis: 100%;
  }
}
.interest-box.generate-ai, .interest-box.selected {
  background-color: #12DB7D;
}
.interest-box h3 {
  color: #0D0C0C;
  font-family: 'Inter', sans-serif;
  font-weight: 500;
  margin: 0 0 15px;
  font-size: 14px;
  display: flex;
  align-items: center;
}
.interest-box h3 span.icon {
  margin-right: 8px;
}
.interest-box p {
  font-family: 'Inter', sans-serif;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #0D0C0C;
}
.interest-box p strong {
  font-weight: 500;
}
.interest-box .interest-box-btn {
  margin-top: auto;
}
.interest-box .interest-box-btn .hype-btn {
  margin-top: 20px;
}
.interests-loading {
  display: block;
  text-align: center;
  padding: 70px 0;
}
.interests-loading img {
  width: 30px;
  height: 30px;
}
.interests-loading p {
  font-size: 14px;
  color: #0A0A0A;
  margin: 30px 0 0;
}
.interests-loading p strong {
  font-family: "poppinsmedium";
}
.beta-tag {
  background-color: #ffffff;
  border: 1px solid #12DB7D;
  color: #0F9D5B;
  padding: 2px 6px;
  border-radius: 4px;
  margin-left: 10px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 0.12px;
}
.ai-generated-label {
  font-family: "poppinssemibold";
  background-color: #00d677;
  color: #0A0A0A;
  display: inline-flex;
  align-items: center;
  padding: 4px 15px;
  font-size: 12px;
  border-radius: 25px;
  margin-bottom: 15px;
  gap: 8px;
}
.alert.ai-alert-box {
  background: #fff1d8;
  border: none;
  border-radius: 5px;
  font-size: 14px;
  color: #495159;
}
.alert.ai-alert-box span.icon {
  float: left;
  width: 26px;
}
.alert.ai-alert-box div {
  overflow: hidden;
}
.alert.ai-alert-box div p {
  margin: 0;
}
.ai_flex--btn {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
/*White Popover CSS*/
.popover {
  background-color: #ffffff;
  border: none;
  border-radius: 3px;
  box-shadow: 0 0 10px rgba(132, 146, 156, 0.25);
  color: #495159;
  font-size: 12px;
  max-width: 300px;
}
.popover.bottom > .arrow {
  border-bottom-color: #ededed;
}
.popover.bottom > .arrow::after {
  border-bottom-color: #ffffff;
}
.popover-content {
  padding: 10px;
  text-align: left;
}
.popover-content a {
  color: #495159;
  text-decoration: underline;
}
.popover-content a:hover {
  color: #000;
}
.core-aud-btn .button  {
	margin-bottom: 30px;
}
.no-text-transform {
	text-transform: none !important;
}
.sidebar-heading-bio h2 {
	font-size: 18px !important;
	line-height: 24px !important;
}
/****************************** ****************************** 
         Core Audience Top Bar CSS -- HYPE-2369
****************************** *****************************/
.ca-activity-overview-part .user-activity-box {
  border-right: solid 1px transparent;
  padding: 16px 0 !important;
}
.core-audience-activity-box {
  border-radius: 8px;
  background: #FFF;
  box-shadow: 0px 1px 2px 0px rgba(156, 150, 150, 0.24), 0px 0px 0px 1px rgba(34, 32, 32, 0.08);
}
.core-audience-activity-box a.create-art-pro-link {
  color: #444E57;
  font-family: "poppinsmedium";
  font-weight: normal;
  display: inline-flex;
  align-items: center;
}
.core-audience-activity-box a.create-art-pro-link:hover {
  color: #444E57;
  text-decoration: underline;
}
.core-audience-activity-box a.create-art-pro-link i {
  margin-right: 5px;
}
.core-audience-activity-box a.create-art-pro-link i img {
	display: block;
}
/*For Static Pages*/
#staticPageCookie.fangate.for-cookie-bar-active {
  top: 60px !important;
}
/*HYPE-2470*/
.fb-connect-help-btns {
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
}
.fb-connect-help-btns a.button {
	min-width: 260px !important;
}
.fb-connect-help-btns .panel-subHeading {
	flex-basis: 100%;
	margin-bottom: 3px;
}


.publish-container {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 0;
    box-shadow: none;
    margin: 0;
    padding: 30px 0;
}

.publish-container .publish-panel-body {
	border: medium none !important;
	padding: 120px 25px 0;
}