/****************************** 
   					Home Page Style CSS
****************************** *****************************/
body {
    padding-right: 0 !important;
}
.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: 'Nexa';
    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: 'Nexa';
    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: "NexaBlack";
    font-weight: normal;
}
.hy-btn-1 b {
    display: inline-block;
    margin-top: 1px;
}
.button i,
.hy-btn i,
.hy-btn-1 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-white1:hover,
.hy-btn-white2:hover,
.hy-btn-white: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-Tribal {
    color: #f43010;
    text-transform: uppercase;
    font-family: "NexaBlack";
    text-decoration: underline;
}
.hy-link-Tribal: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 .button,
.hy-btn-group .hy-btn {
    min-width: 200px;
}
.hy-btn-group.text-right .button,
.hy-btn-group.text-right .hy-btn {
    margin-left: 15px;
}
.hy-btn-group.text-right .button:first-child,
.hy-btn-group.text-right .hy-btn:first-child {
    margin-left: 0;
}
.hy-btn-group.text-left .button,
.hy-btn-group.text-left .hy-btn {
    margin-right: 30px;
}
.hy-btn-group.text-left .button:last-child,
.hy-btn-group.text-left .hy-btn:last-child {
    margin-right: 0;
}
.hy-btn-group.text-center .button,
.hy-btn-group.text-center .hy-btn {
    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.focus,
.select .btn-default:focus,
.select .btn-default:hover {
    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:focus,
.select .dropdown-menu > .active > a:hover {
    background-color: #ededed;
    color: #333;
}
.bootstrap-select .dropdown-menu > li:first-child > a,
.bootstrap-select .dropdown-menu > li:first-child > a:focus,
.bootstrap-select .dropdown-menu > li:first-child > a:hover {
    border-radius: 3px 3px 0 0 !important;
}
.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 0.2s linear;
    transition: background-color 0.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 8px;
}
.navbar-nav > li.notification-bell,
.navbar-nav > li.notification-chat,
.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 .button,
.upgrade-btn .hy-btn {
    line-height: 30px;
    font-family: "NexaBlack" !important;
    margin-top: 18px;
}
.upgrade-btn .button:focus,
.upgrade-btn .button:hover,
.upgrade-btn .hy-btn:focus,
.upgrade-btn .hy-btn:hover {
    color: #ffffff !important;
}
.upgrade-btn .button.button-primary:focus,
.upgrade-btn .button.button-primary:hover {
    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;
}
/***************************************
 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: "NexaBlack";
    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-Tribal-part {
    display: block;
    margin-bottom: 60px;
    text-align: center;
}
.main-Tribal-part h1 {
    color: #414e58;
    font-family: "NexaBlack";
    font-size: 32px;
    margin: 0;
    text-transform: uppercase;
}
.main-Tribal-part p {
    color: #414e58;
    font-size: 16px;
    margin-bottom: 0;
    padding-top: 5px;
}
.main-Tribal-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-box-part h3 {
    font-family: "NexaBlack";
    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: 'Nexa';
    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: "NexaBlack";
    color: #3f4a54;
    margin: 0 0 10px;
    font-size: 20px;
}
.what-get-content h3 span.thinfont {
    font-family: "NexaThin";
}
.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: "NexaBlack";
    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-Tribal-part {
    background: #25292d none repeat scroll 0 0;
    border-top: 1px solid #454b52;
    display: block;
    min-height: 70px;
    padding: 21px 0;
}
.page-Tribal-part h1 {
    color: #ffffff;
    font-family: "NexaBlack";
    font-size: 24px;
    letter-spacing: 0.3px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.page-Tribal-part h1 span {
    color: #f2270d;
}
.Tribal-button-part {
    display: block;
    background: #31363c;
    padding: 12px 0;
}
.Tribal-button-part .hy-btn-line {
    font-family: "NexaBlack";
    font-size: 12px;
    line-height: 20px;
    padding: 8px 20px;
}
.Tribal-button-part .hy-btn-line span {
    font-family: "NexaLight";
    font-size: 13px;
}
.Tribal-button-part .btn-group,
.Tribal-button-part a {
    margin: 0 12px;
}
.Tribal-button-part .dropdown-menu {
    margin-top: 8px;
    left: auto;
    right: 13px;
}
.Tribal-button-part .dropdown-menu > li > a {
    margin: 0;
}
.Tribal-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-Tribal {
    display: block;
    margin-bottom: 25px;
}
.sub-heading-Tribal 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: "NexaBlack";
    font-size: 44px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
}
.activity-box h6 {
    color: #414e58;
    font-family: "NexaBlack";
    font-size: 13px;
    letter-spacing: 0.3px;
    margin-bottom: 0;
    margin-top: 5px;
}
.hype-table {
    border: 1px solid #e5e9ec;
    border-radius: 3px;
}
.btn-group-vertical,
.hype-table .btn-group {
    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: "NexaBlack";
    font-size: 12px;
    padding: 6px 20px;
}
.hype-table .dropdown-menu {
    min-width: 100px;
}
.hype-table .dropdown-menu.navbar-right::before,
.hype-table .dropdown-menu::before {
    left: 8px;
    right: auto;
}
.hype-table .dropdown-menu.navbar-right::after,
.hype-table .dropdown-menu::after {
    left: 9px;
    right: auto;
}
.hype-table .table > tbody > tr > td,
.hype-table .table > tbody > tr > th,
.hype-table .table > tfoot > tr > td,
.hype-table .table > tfoot > tr > th,
.hype-table .table > thead > tr > td,
.hype-table .table > thead > tr > th {
    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;
}
.info-btn:hover {
    background: url("../images/info-icon-black.png") 0 0 no-repeat;
}
.info-btn.info-btn-sm {
    background-size: contain;
    height: 14px;
    width: 14px;
}
.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;
}
/*== 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: "NexaBlack";
    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: "NexaBlack";
    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: "NexaBlack";
    font-size: 40px;
    left: 25px;
    line-height: normal;
    position: absolute;
    top: 5px;
    color: #b7bdc4;
}
.quote-bottom {
    font-family: "NexaBlack";
    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: "NexaBlack";
    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: "Nexa";
    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:after,
input.cmn-toggle-round + label:before {
    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: "NexaBlack";
    font-size: 12px;
    left: 72px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 6px;
}
.cm-label span {
    color: #25292d;
    display: inline-block;
    font-family: "Nexa";
    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: "NexaBlack";
    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: "NexaBlack";
    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: "NexaBlack";
    font-weight: normal;
    left: 0;
    padding: 4px 6px 2px;
    position: absolute;
}
.new-org-badge {
    background: #f43010 none repeat scroll 0 0;
    border-radius: 3px;
    font-family: "NexaBlack";
    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: "NexaBlack";
    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 .active,
#banner-inner.banner-slide .carousel,
#banner-inner.banner-slide .item {
    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: "NexaBlack";
    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: "NexaBlack";
    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;
    border-radius: 3px;
    background-color: #d7dbe0;
    font-family: "NexaBlack";
    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 2px;
    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: #2ec7f3;
}
.share-track ul li.gp a {
    color: #d7dbe0;
}
.share-track ul li.gp a:hover {
    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.active,
.select-rounded-orange .btn.focus,
.select-rounded-orange .btn:active,
.select-rounded-orange .btn:focus,
.select-rounded-orange .btn:hover,
.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[disabled] + .checkbox-custom-label:before,
.notifications-part ul li .checkbox-custom[readonly] + .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-Tribal {
    color: #292d31;
    font-family: "NexaBlack";
    font-size: 24px;
    margin-bottom: 10px;
    margin-top: 2px;
    text-transform: uppercase;
}
.post-Tribal 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: "NexaBlack";
    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: "NexaBlack";
    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: "NexaBlack";
    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.active,
.select-rounded-black .btn.focus,
.select-rounded-black .btn:active,
.select-rounded-black .btn:focus,
.select-rounded-black .btn:hover,
.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 .button,
.signup-popup .hy-btn {
    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: 50px;
}
.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-Tribal-part {
    position: relative;
    margin-bottom: 70px;
}
.faq-inner-section .main-Tribal-part::after {
    content: "";
    position: absolute;
    height: 1px;
    background: #d7dbe0;
    width: 100%;
    left: 0;
    top: 50%;
}
.faq-inner-section .main-Tribal-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: "NexaBlack";
    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-check,
.fea-minus {
    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;
}
.invite-only,
.most-popular {
    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: "NexaBlack";
    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))
}
.invite-only i,
.most-popular 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:focus,
.fangate .navbar-default .navbar-nav > li > a:hover {
    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:focus,
.fangate .navbar-default .navbar-nav > .open > a:hover {
    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-Tribal-part {
    margin-bottom: 30px;
}
.fangate-download-part .main-Tribal-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-Tribal,
.spotify-page .modal-Tribal {
    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 .button,
.support-artist-text .hy-btn {
    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-Tribal-part {
    margin-bottom: 30px;
}
.terms-main-container .main-Tribal-part h1 {
    font-size: 24px;
}
.static-part {
    display: block;
}
.static-part h2,
.static-part h4 {
    color: #495159;
    font-family: "NexaBlack";
    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 ol li,
.static-part ul li {
    margin-bottom: 15px;
}
/****************************** ****************************** 
   			Create Fan Gate Success Page Style CSS
****************************** *****************************/
.timeline-centered {
    position: relative;
}
.timeline-centered:after,
.timeline-centered:before {
    content: " ";
    display: table;
}
.timeline-centered:after {
    clear: both;
}
.timeline-centered:after,
.timeline-centered:before {
    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:after,
.timeline-centered .timeline-entry:before {
    content: " ";
    display: table;
}
.timeline-centered .timeline-entry:after {
    clear: both;
}
.timeline-centered .timeline-entry:after,
.timeline-centered .timeline-entry:before {
    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:after,
.timeline-centered .timeline-entry .timeline-entry-inner:before {
    content: " ";
    display: table;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after {
    clear: both;
}
.timeline-centered .timeline-entry .timeline-entry-inner:after,
.timeline-centered .timeline-entry .timeline-entry-inner:before {
    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;
}
.Tribal001 {
    color: #25292d;
}
#log-in-hear-this .form-group .button,
#log-in-hear-this .form-group .hy-btn-orange-grad,
#login-popup .form-group .hy-btn-orange-grad,
#login-popup .form-group .hy-btn-orange-grad {
    max-width: 333px;
    width: 100%;
}
#log-in-hear-this .form-group .hy-btn-gray-log,
#login-popup .form-group .hy-btn-gray-log {
    max-width: 333px;
    width: 100%;
    cursor: default;
}
#log-in-hear-this .form-group .button,
#log-in-hear-this .form-group .hy-btn,
#login-popup .form-group .hy-btn,
#login-popup .form-group .hy-btn {
    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;
}
#log-in-hear-this .form-control,
#login-popup .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 .button.hy-btn-white,
#confirmation-pending-popup .signup-popup .hy-btn.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: 0 !important;
}
.styleLeft32 {
    left: 32px !important;
}
/*================= Account Settings ======================*/
.setting-content .Tribal-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 .button-primary,
.setting-content .form-group .hy-btn-orange-grad {
    width: 160px;
}
.setting-content .form-group .button-secondary,
.setting-content .form-group .hy-btn-gray-log {
    width: 160px;
}
.setting-content .hy-btn-white {
    font-family: "NexaBlack";
    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: "NexaBlack";
}
.hy-btn1 {
    -moz-user-select: none;
    background-image: none;
    border-radius: 100px;
    cursor: pointer;
    display: inline-block;
    font-family: "Nexa";
    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 .button,
#user-migration-popup .hy-btn-orange-grad {
    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-12,
.block-1 .col-md-6 {
    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-Tribal {
    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: 0;
    }
}
@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%;
    }
    .block-1 .hy-btn,
    .tab-inner-section .hy-btn {
        margin-right: 0;
    }
}
@media (max-width:400px) {
    .block-1 .button.button-primary,
    .block-1 .button.button-secondary,
    .block-1 .hy-btn,
    .tab-inner-section .hy-btn {
        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) {
    #log-in-hear-this .form-group .hy-btn-orange-grad,
    #login-popup .form-group .hy-btn-orange-grad {
        font-size: 12px;
    }
    #log-in-hear-this .form-group .hy-btn-gray-log,
    #login-popup .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 .button,
.downgrade-popup .hy-btn {
    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 > tbody > tr > td:first-of-type,
.hype-table-new .table > thead > tr > th:first-of-type {
    padding-left: 40px;
}
.hype-table-new .table > tbody > tr > td:last-of-type,
.hype-table-new .table > thead > tr > th: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;
}
#create_fangate .info-btn,
.hype-table-new .table > thead > tr > th .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;
}
/****************************** ****************************** 
       			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: "NexaBlack";
    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: 0;
    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 0.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;
}
.genre-filter .select .dropdown-menu,
.musictype-filter .select .dropdown-menu {
    border-radius: 3px !important;
}
.genre-filter .dropdown-menu > li:last-child > a:focus,
.genre-filter .dropdown-menu > li:last-child > a:hover {
    border-radius: 3px !important;
}
.bootstrap-select .dropdown-menu > li:last-child > a,
.bootstrap-select .dropdown-menu > li:last-child > a:focus,
.bootstrap-select .dropdown-menu > li:last-child > a:hover {
    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 .button,
.email-collection-popup .hy-btn {
    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-gray-log i,
.hy-btn-soundcloud 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.navbar-right::after,
.hype-table .dropdown-menu.for-dd-menu-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: 650px;
    position: relative;
    width: 100%;
}
.forgot-password-container-section {
    height: calc(100vh - 65px);
    margin-top: 65px;
    min-height: 250px;
    position: relative;
    width: 100%;
}
.reset-password-container-section {
    min-height: 350px;
}
.sign-container-section.on-sc-error {
    min-height: 780px;
}
.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;
}
.nsign-heading {
    display: block;
    text-align: center;
    margin-bottom: 35px;
}
.nsign-heading h2 {
    color: #495159;
    font-family: "NexaBlack";
    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 {
    display: block;
    margin: 0 25px;
}
.nsign-main-section .hy-btn-sm {
    font-size: 14px;
}
.nsign-fb-btn,
.nsign-sc-btn {
    display: block;
}
.nsign-fb-btn .button-lg,
.nsign-fb-btn .hy-btn-sm,
.nsign-sc-btn .button-lg,
.nsign-sc-btn .hy-btn-sm {
    padding: 10px 20px 7px;
}
.nsign-main-section .button-lg {
    font-size: 12px;
}
.btnlogspan {
    font-size: 13px;
    font-family: "Nexa";
}
.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;
}
.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: 0;
    left: -2px;
}
/****************************** ****************************** 
 					Sprint 6 Updates CSS
****************************** *****************************/
.white-page-Tribal-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-Tribal-part h1 {
    color: #414e58;
    font-family: "NexaBlack";
    font-size: 24px;
    letter-spacing: 0.3px;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}
.white-page-Tribal-part h1 span.thinfont {
    font-family: "NexaThin";
}
.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-Tribal .hy-btn-green-grad {
    float: right;
    font-size: 12px;
    min-width: 120px;
    padding: 7px 28px;
}
.music-track-main-Tribal .button-primary.view-chart-btn,
.music-track-main-Tribal .hy-btn-green-grad.view-chart-btn {
    float: left;
    margin-left: 30px;
}
.music-track-main-Tribal .button-primary.view-chart-btn + .view-chart-btn,
.music-track-main-Tribal .hy-btn-green-grad.view-chart-btn + .view-chart-btn {
    margin-left: 20px;
}
.music-track-main-Tribal .button-primary.view-chart-btn i,
.music-track-main-Tribal .hy-btn-green-grad.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: "NexaBlack";
    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: 80px;
    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[disabled] + .radio-custom-label:before,
.new-plan-billing-part ul li .radio-custom[readonly] + .radio-custom-label:before {
    color: #92969b;
}
.get-off,
.get-over {
    background: #12db7d none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    font-family: "NexaBlack";
    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: "NexaBlack";
    font-size: 12px;
    font-weight: normal;
    margin: 4px;
    padding: 2px 8px;
    position: relative;
}
.autopromo_error_nogates {
    background: #f43010 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    font-family: "NexaBlack";
    font-size: 12px;
    font-weight: normal;
    margin: 4px;
    padding: 2px 8px;
    position: relative;
}
.autopromo_error {
    background: #f43010 none repeat scroll 0 0;
    border-radius: 3px;
    color: #ffffff;
    font-family: "NexaBlack";
    font-size: 12px;
    font-weight: normal;
    margin: 4px;
    padding: 2px 8px;
    position: relative;
}
.autopromo_error_link {
    color: #ffffff;
    font-family: "NexaBlack";
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
.autopromo_error_link:hover {
    color: #ffffff;
    font-family: "NexaBlack";
    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: "NexaBlack";
    font-size: 10px;
    font-weight: normal;
    margin-top: 8px;
    padding: 4px;
    position: relative;
}
.link_star {
    color: #000000;
    font-family: "NexaBlack";
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
.link_star:hover {
    color: #000000;
    font-family: "NexaBlack";
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
.link_vip {
    color: #000000;
    font-family: "NexaBlack";
    font-size: 12px;
    font-weight: normal;
    text-decoration: underline;
}
.link_vip:hover {
    color: #000000;
    font-family: "NexaBlack";
    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 .invite-only,
.new-pricing-table .most-popular {
    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: "NexaBlack";
    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: "NexaBlack";
    font-size: 36px;
    font-weight: normal;
    line-height: 28px;
    margin: 0;
    padding: 0;
}
.new-pricing-list ul li .plan-price h4 sup {
    font-family: "Nexa";
    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: 20px 50px;
}
.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: 25px;
    padding: 25px 65px;
}
.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: "NexaBlack";
    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 .button,
.upgrade-plan-btn .hy-btn {
    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: 1px solid #d6dbdf;
    border-radius: 3px;
    padding: 74px 50px 24px;
    text-align: center;
    margin-bottom: 40px;
}
.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: "NexaBlack";
    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: "Nexa";
    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: "NexaBlack";
    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: "NexaBlack";
    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: "NexaBlack";
    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 .button,
.new-confirmation-page .hy-btn {
    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-1.icon-soundcloud,
.fangate-type.icon-soundcloud {
    background-position: 0 0;
}
.fangate-type-1.icon-youtube,
.fangate-type.icon-youtube {
    background-position: 0 -24px;
}
.fangate-type-1.icon-spotify,
.fangate-type.icon-spotify {
    background-position: 0 -48px;
}
.fangate-type-1.icon-mixcloud,
.fangate-type.icon-mixcloud {
    background-position: 0 -72px;
}
.fangate-type-1.icon-hearthis,
.fangate-type.icon-hearthis {
    background-position: 0 -96px;
}
.fangate-type-1.icon-facebook,
.fangate-type.icon-facebook {
    background-position: 0 -120px;
}
.fangate-type-1.icon-twitter,
.fangate-type.icon-twitter {
    background-position: 0 -144px;
}
.fangate-type-1.icon-instagram,
.fangate-type.icon-instagram {
    background-position: 0 -168px;
}
.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:focus,
.spotify-fangate .navbar-default .navbar-nav > .open > a:hover {
    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: "NexaBlack";
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    line-height: 30px;
    word-wrap: break-word;
}
.sidebar-heading h2 {
    font-family: "NexaLight";
}
.sidebar-buttons {
    display: block;
}
.spbtn_number {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 50em;
    color: #dad9d9;
    display: inline-block;
    font-family: "NexaBlack";
    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 .button,
.sidebar-buttons .hy-btn {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.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;
}
.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 .pause,
.spotify-page .artwork_image_inner .play,
.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 .pause .fainner,
.spotify-page .artwork_image_inner .play .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 .pause .fainner i,
.spotify-page .artwork_image_inner .play .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-dark-radio .radio,
.cs-light-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-Tribal {
    margin-bottom: 15px;
}
.linked-social-profile-panel,
.merge-account-panel,
.user-information-panel {
    background: #ffffff;
    border-radius: 3px;
    border: 1px solid #dce1e6;
}
.linked-social-profile-panel ul,
.user-information-panel ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
.linked-social-profile-panel ul li,
.user-information-panel ul li {
    border-bottom: 1px solid #dce1e6;
    padding: 14px 25px;
}
.linked-social-profile-panel ul li:last-child,
.user-information-panel ul li:last-child {
    border: none;
}
.social-profile-box,
.user-info-box {
    display: table;
    width: 100%;
}
.social-profile-text,
.user-info-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;
}
.social-profile-text h5,
.user-info-text h5 {
    color: #22282e;
    font-family: "poppinsbold";
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0.3px;
    margin: 0;
    padding: 0;
}
.social-profile-text h5 span,
.user-info-text h5 span {
    font-family: "poppinsregular";
}
.social-profile-btn,
.user-info-btn {
    display: table-cell;
    text-align: right;
    vertical-align: middle;
    width: 25%;
}
.merge-account-panel .hy-btn,
.social-profile-btn .hy-btn,
.user-info-btn .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:after,
.user-info-btn .hy-btn + .hy-btn:before {
    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: "NexaBlack";
    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: "NexaBlack";
    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: "NexaBlack";
    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: "NexaBlack";
    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: "NexaBlack";
    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-Tribal {
    padding-left: 40px;
}
.track-song-Tribal h3 {
    color: #ffffff;
    display: block;
    font-family: "NexaBlack";
    font-size: 12px;
    font-weight: normal;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.track-song-Tribal p {
    color: #ffffff;
    display: block;
    font-family: "Nexa";
    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-Tribal {
    padding-left: 50px;
    padding-top: 5px;
}
.player.loudlink .track-song-Tribal h3 {
    line-height: 15px;
}
.player.loudlink .track-song-Tribal h3,
.player.loudlink .track-song-Tribal 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: "NexaBlack";
    font-size: 12px;
    font-weight: normal;
    margin-top: -5px;
    padding: 8px 10px 6px;
    vertical-align: middle;
}
#show-guide-popup .modal-body,
#streams_instruction .modal-body {
    padding: 0;
}
#show-guide-popup .modal-inner,
#streams_instruction .modal-inner {
    padding: 0 0 15px;
}
#show-guide-popup .modal-Tribal {
    font-size: 20px;
}
.video-notification-part {
    margin: 0 -1px;
}
.ok-btn {
    display: block;
    text-align: center;
    margin: 15px 0 0;
}
.ok-btn .button,
.ok-btn .hy-btn {
    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: "NexaBlack";
    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 0.1s linear;
    transition: all 0.1s linear;
    vertical-align: middle;
}
.promotion-options ul li h3 {
    color: #495159;
    font-family: "NexaBlack";
    font-size: 14px;
    font-weight: normal;
    margin: 0 15px;
    padding: 0;
    text-transform: uppercase;
}
.promotion-options ul li h3 span {
    display: block;
    font-family: "Nexa";
    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: "NexaBlack";
    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-gray,
.arrow-white {
    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: "NexaBlack";
    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: "NexaBlack";
    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-complete,
.be-converting {
    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: "NexaBlack";
    font-size: 16px;
    font-weight: normal;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
}
.ano-track-link b {
    font-family: "NexaBlack";
    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-Tribal {
    display: block;
    margin-bottom: 60px;
    text-align: center;
}
.sc-yt-faq-Tribal h1 {
    color: #22282e;
    font-family: "NexaBlack";
    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: "Nexa";
    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: "NexaBlack";
    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: "NexaBlack";
    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: "NexaBlack";
    font-size: 28px;
    font-weight: normal;
    margin: 0;
}
.overview-box ul li div h6 {
    color: #bec0c3;
    font-family: "NexaBlack";
    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: "NexaBlack";
    font-size: 12px;
    font-weight: normal;
    margin: 0 0 2px;
}
.badges-box ul li p {
    color: #f73f1c;
    font-family: "Nexa";
    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 0.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: "NexaBlack";
    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 embed,
.mc-track-list-section ul li iframe,
.mc-track-list-section ul li img {
    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: "NexaBlack";
    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: "NexaBlack";
    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 .button,
.fangate-slider-content .hy-btn {
    display: block;
    height: 35px;
    line-height: 36px;
    margin-bottom: 15px;
    padding: 0 20px;
    width: 100%;
}
.fangate-slider-content .button i,
.fangate-slider-content .hy-btn i {
    margin: -2px 5px 0 -24px;
}
.fangate-slider-content .button i.link-icon,
.fangate-slider-content .hy-btn 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 iframe,
.fangate-widget img {
    display: block;
    max-width: 100%;
    position: initial !important;
}
.noborder-facebook {
    border: none;
    /*border-right:1px solid #dce1e6;*/
    padding: 0;
}
/****************************** ****************************** 
    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: "Nexa";
    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: "NexaBlack";
    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-Tribal-part {
    display: block;
    padding: 40px 0 22px;
}
.new-trans-main-Tribal {
    display: block;
    padding: 0 5px;
    position: relative;
}
.new-trans-main-Tribal h2 {
    color: #495159;
    display: inline-block;
    font-family: "NexaBlack";
    font-size: 24px;
    margin: 0;
    text-transform: uppercase;
    vertical-align: middle;
}
.new-trans-main-Tribal h2 span {
    font-family: "NexaLight";
}
.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: "NexaBlack";
    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;
    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 .button,
.error-404 .hy-btn {
    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: "NexaBlack";
    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 0.2s linear;
    transition: background 0.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: "NexaBlack";
    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: "NexaBlack";
    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 0.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: "NexaBlack";
    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 !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: "NexaBlack";
    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: "Nexa";
    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__Tribal {
    margin-top: 15px;
}
.text-truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: normal;
}
.HYWidget_Tribal {
    font-size: 14px;
    line-height: 14px;
}
.HYWidget_Tribal__h1,
.HYWidget_Tribal__h2 {
    color: #495159;
    display: inline-block;
    font-family: "Nexa";
    max-width: 100%;
    text-transform: uppercase;
    vertical-align: bottom;
    font-weight: normal;
}
.HYWidget_Tribal__h1:hover,
.HYWidget_Tribal__h2:hover {
    text-decoration: none;
    color: #000000;
}
.HYWidget_Tribal__h1 {
    font-family: "NexaBlack";
}
.HYWidget_Tribal__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: "NexaBlack";
}
.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__Tribal {
    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_Tribal__h1.HYWidget-text-visual {
    margin-bottom: 2px;
    padding-bottom: 2px;
    padding-top: 2px;
}
.HYWidget_Tribal__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;
}
.rFangateTribal_h1,
.rFangateTribal_h2 {
    color: #22282e;
    display: inline-block;
    font-family: "poppinsregular";
    font-weight: normal;
    line-height: 14px;
    max-width: 130px;
    vertical-align: bottom;
}
.rFangateTribal_h1 {
    font-family: "poppinssemibold";
}
a.rFangateTribal_h1,
a.rFangateTribal_h2 {
    color: #22282e;
}
a:hover.rFangateTribal_h1,
a:hover.rFangateTribal_h2 {
    color: #000000;
}
a:hover.rFangateTribal_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-new .button:not(.hy-opt-btn),
.hype-table-rookie .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: "NexaBlack";
    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 .button,
.on-plan-content-new .hy-btn {
    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-Tribal-part {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.single-Tribal-part h2 {
    color: #495159;
    font-family: "NexaBlack";
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 15px;
}
.single-Tribal-part h2 span {
    font-family: "NexaThin";
    font-style: italic;
    display: block;
    margin-bottom: 3px;
}
.single-Tribal-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;
}
.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: "NexaBlack";
    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: "NexaBlack";
    font-size: 10px;
    top: -3px;
}
.onboarding-pricing-list ul li .button,
.onboarding-pricing-list ul li .hy-btn {
    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: "NexaBlack";
    font-size: 40px;
    font-weight: normal;
    line-height: 30px;
    margin: 0;
    padding: 0;
}
.onboarding-plan-price h4 sup {
    font-family: "NexaBlack" !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 + .checkbox-custom-label-2-disabled:before,
.checkbox-custom-2-disabled:checked + .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-Tribal {
    color: #3f4a54;
    font-family: "poppinsmedium";
    font-size: 13px;
    font-weight: normal;
}
.fan-promotion-sidebar .panel-Tribal > a {
    display: block;
}
.fan-promotion-sidebar .panel-Tribal > 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-Tribal > 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: "NexaBlack";
    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;
}
.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-Tribal {
    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;
}
.activity-loading,
.fanpage-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: "NexaBlack";
    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;
}
.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: "NexaBlack";
    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-Tribal {
    color: #b1b8bf;
}
.blog-promotion-page .panel-group .panel.focusOut .panel-icon {
    background: #b1b8bf;
}
.blog-promotion-page .panel-group .panel.focusOut .panel-Tribal > a.panel-toggle.collapsed:before {
    color: #b1b8bf;
}
.blog-promotion-page .panel-heading {
    border-radius: 0;
    padding: 2px 0 6px;
}
.blog-promotion-page .panel-Tribal {
    color: #495159;
    font-size: 20px;
}
.blog-promotion-page .panel-Tribal .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-Tribal .panel-headline {
    display: block;
    overflow: hidden;
    padding-top: 5px;
}
.blog-promotion-page .panel-Tribal > a {
    display: block;
}
.blog-promotion-page .panel-Tribal > 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-Tribal > 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: "NexaBlack";
    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_withTribal {
    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;
}
.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%;
}
.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: "NexaBlack";
    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: "NexaBlack";
    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;
}
.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 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 + .checkbox-custom-label-3-disabled:before,
.checkbox-custom-3-disabled:checked + .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;
    font-size: 12px;
    min-height: 20px;
    overflow: hidden;
    padding: 3px 0 0;
    color: #495159;
    font-family: "poppinsregular";
    font-size: 12px;
    font-weight: 400;
    margin: 0;
}
/****************************** ****************************** 
  	 			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-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: "NexaBlack";
    font-weight: normal;
}
.user-activity-box h5 {
    color: #495159;
    font-family: "poppinsregular";
    font-size: 12px;
    margin: 0;
}
.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;
}
.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;
}
#fb_link,
#sc_link,
#sp_link,
#yt_link {
    background: none;
    border: none;
    font-size: 14px;
    padding: 0;
    pointer-events: none;
}
/****************************** ****************************** 
  				 Fangate Chart Modal Sprint-22
****************************** *****************************/
#fangate-chart-popup .modal-content {
    border-radius: 0 0 3px 3px;
}
#fangate-chart-popup .modal-body {
    padding: 0;
}
#fangate-chart-popup .modal-inner {
    padding: 0;
}
.fangate-chart-pic {
    display: block;
    min-height: 525px;
}
.fangate-chart-pic img {
    width: 100%;
}
.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: "NexaLight";
    font-size: 24px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
    line-height: 30px;
    word-wrap: break-word;
}
.chsidebar-heading h2 {
    font-family: "NexaBlack";
}
.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-12,
.channel-submission-form .col-sm-6 {
    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 .button,
#profilePagePreview .form-control,
#profilePagePreview .modal-content a {
    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_withoutTribal {
    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-Tribal-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;
}
/****************************** ****************************** 
   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-12,
.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 {
    padding-right: 10px;
    padding-left: 10px;
}
.pannel-content-section .form-group {
    margin-bottom: 40px;
}
.pannel-content-section label {
    font-size: 14px;
    color: #495159;
    margin-bottom: 5px;
    padding-top: 0;
    display: block;
}
.pannel-content-section 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 + .checkbox-custom-label-4-disabled:before,
.checkbox-custom-4-disabled:checked + .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: 698px;
    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 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 .pause,
.theme-preview-section .spotify-page .artwork_image_inner .play,
.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 .pause .fainner,
.theme-preview-section .spotify-page .artwork_image_inner .play .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 .pause .fainner i,
.theme-preview-section .spotify-page .artwork_image_inner .play .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;
}
/*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 .pause,
.theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .play,
.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 .pause .fainner,
.theme-preview-section.dark-scheme .spotify-page .artwork_image_inner .play .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*/

/*Sub Panel Setion CSS Style*/
.blog-promotion-page .panel-group i.info-btn {
    width: 17px;
    height: 17px;
    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-Tribal .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-Tribal > a.panel-toggle:before {
    visibility: hidden;
}
.blog-promotion-page .sub_panel .panel-Tribal > 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-Tribal > 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;
}
.nav.navbar-nav.navbar-right .lock-pro-badge {
    left: auto;
    right: 10px;
    top: 11px;
}
.profile-container {
    font-size: 12px;
    color: #495159;
    border-radius: 3px;
    background: #fff;
    padding: 0 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: Nexa;
}
/****************************** ****************************** 
  				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 .button,
.sb-unlimiled-gate .fangate-slider-content .hy-btn {
    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: 0 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: 0 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;
}
.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;
}
.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: 'Nexa';
}
.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-bar,
.colorpicker-color {
    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: 0 !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: 5px;
}
.email-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;
}
.new-popup-heading {
    display: block;
    margin-bottom: 30px;
}
.new-popup-heading h4 {
    color: #495159;
    font-family: "NexaBlack";
    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;
}
.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;
}
/****************************** ****************************** 
  	 	Promotion Page Pannel Tabs - CSS Sprint-27
****************************** *****************************/
.pannel-tabs {
    display: block;
}
.pannel-tabs .nav-tabs {
    border: none;
}
.pannel-tabs .nav-tabs > li {
    margin-bottom: 0;
}
.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:focus,
.pannel-tabs .nav-tabs > li > a:hover {
    background-color: transparent;
}
.pannel-tabs .nav-tabs > li.active > a,
.pannel-tabs .nav-tabs > li.active > a:focus,
.pannel-tabs .nav-tabs > li.active > a:hover {
    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 ol li,
.for-fbtab-how-work ul li {
    font-size: 14px;
    line-height: 22px;
}
.popup-large-font,
.popup-large-font ol li,
.popup-large-font p,
.popup-large-font ul 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: 0.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: "NexaBlack";
    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: 'Nexa';
    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-Tribal 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;
}
.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: 14px;
    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;
}
.content_link_remove,
.webhook_url_remove {
    position: absolute;
    top: 7px;
    right: 12px;
    color: #495159;
    font-size: 14px;
    cursor: pointer;
    font-family: Nexa;
}
/****************************** ******************************
 		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 {
    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: "NexaBold";
    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: "NexaBold";
    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: 58px;
    background: #f7f8f9;
    border-bottom: 1px 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 {
    float: left;
}
.new-dashboard-tab-section .pannel-tabs .nav-tabs > li > a {
    padding: 20px 15px;
    font-size: 12px;
    height: 58px;
}
.sortby-option {
    float: right;
    min-width: 150px;
    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;
}
/****************************** ******************************
 	 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-1::after,
.share_artwork_background::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 .pause,
.loudlink-full-page.spotify-page .artwork_image_inner .play,
.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 .pause .fainner,
.loudlink-full-page.spotify-page .artwork_image_inner .play .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 .pause .fainner i,
.loudlink-full-page.spotify-page .artwork_image_inner .play .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-mixcloud-section,
.preview-soundcloud-section,
.preview-spotify-section,
.preview-youtube-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 .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-active {
    background: #12db7d;
}
.promotion-campaign-listing-section .track-tags ul li.camp-inactive {
    background: #f43010;
}
.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: "NexaBlack";
    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:focus,
.custom-pagination .pagination > li > a:hover,
.custom-pagination .pagination > li > span:focus,
.custom-pagination .pagination > li > span:hover {
    color: #ffffff;
    background-color: #3f4a54;
    border-color: #3f4a54;
}
.custom-pagination .pagination > .active > a,
.custom-pagination .pagination > .active > a:focus,
.custom-pagination .pagination > .active > a:hover,
.custom-pagination .pagination > .active > span,
.custom-pagination .pagination > .active > span:focus,
.custom-pagination .pagination > .active > span:hover {
    color: #ffffff;
    background-color: #3f4a54;
    border-color: #3f4a54;
}
.custom-pagination .pagination > .next > a,
.custom-pagination .pagination > .next > span,
.custom-pagination .pagination > .prev > a,
.custom-pagination .pagination > .prev > span {
    color: #3f4a54;
    background-color: transparent;
    border-color: #3f4a54;
    font-size: 20px;
    line-height: 28px;
}
.custom-pagination .pagination > .next > a:focus,
.custom-pagination .pagination > .next > a:hover,
.custom-pagination .pagination > .next > span:focus,
.custom-pagination .pagination > .next > span:hover,
.custom-pagination .pagination > .prev > a:focus,
.custom-pagination .pagination > .prev > a:hover,
.custom-pagination .pagination > .prev > span:focus,
.custom-pagination .pagination > .prev > span:hover {
    color: #ffffff;
    background-color: #3f4a54;
    border-color: #3f4a54;
}
.custom-pagination .pagination > .next.disabled > a,
.custom-pagination .pagination > .next.disabled > a:focus,
.custom-pagination .pagination > .next.disabled > a:hover,
.custom-pagination .pagination > .next.disabled > span,
.custom-pagination .pagination > .next.disabled > span:focus,
.custom-pagination .pagination > .next.disabled > span:hover,
.custom-pagination .pagination > .prev.disabled > a,
.custom-pagination .pagination > .prev.disabled > a:focus,
.custom-pagination .pagination > .prev.disabled > a:hover,
.custom-pagination .pagination > .prev.disabled > span,
.custom-pagination .pagination > .prev.disabled > span:focus,
.custom-pagination .pagination > .prev.disabled > span:hover {
    color: #3f4a54;
    background-color: transparent;
    border-color: #3f4a54;
    opacity: 0.6;
    filter: alpha(opacity=60);
}
.custom-pagination .pagination > .disabled > a,
.custom-pagination .pagination > .disabled > a:focus,
.custom-pagination .pagination > .disabled > a:hover,
.custom-pagination .pagination > .disabled > span,
.custom-pagination .pagination > .disabled > span:focus,
.custom-pagination .pagination > .disabled > span:hover {
    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 0;
}
.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: 0;
    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 a,
.arcade-player-buttons button {
    background: transparent;
    border: none;
    padding: 0;
    margin: 0 5px;
    outline: none;
    display: inline-block;
    vertical-align: middle;
}
.arcade-player-buttons a img,
.arcade-player-buttons button 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: px solid #e7eaec;
    padding: 0 0px;
}
.smart-link-list-section ul li:last-child {
    border: none;
}
.smart-link-part {
    display: block;
    padding: 34px 0;
}
.smart-link-part:after,
.smart-link-part:before {
    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;
}
.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: 0px 0;
}
.theme-preview-section .smart-link-list-section {
    padding-top: 0px;
}
.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: 0px;
    padding: 0;
}
.theme-preview-section .smart-link-list-section ul li:last-child .smart-link-part {
    padding-bottom: 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: 0;
}
/****************************** ****************************** 
  	  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: "NexaBlack";
    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;
    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: 'Nexa';
}
.pro-only-badge {
    height: 16px;
    border-radius: 3px;
    background: #f43010;
    font-family: "NexaBlack";
    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 -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:focus,
.upgrade-btn .upgrade-tooltip-btns .button.button-secondary:hover {
    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: "NexaBlack";
    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: 0 25px 0 0;
    font-family: "NexaBlack";
    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.active,
.select-hotnot .btn.focus,
.select-hotnot .btn:active,
.select-hotnot .btn:focus,
.select-hotnot .btn:hover,
.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: "NexaLight";
    font-size: 12px;
    color: #3f4a54;
    text-transform: uppercase;
}
.arcade-player-name-bold {
    font-family: "NexaBlack";
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -moz-box;
}
.arcade-player-score {
    display: block;
    font-family: "NexaBlack";
    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: "NexaBlack";
    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: "NexaBlack";
    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: 'Nexa';
    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: 'Nexa';
    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 {
    20%,
    40%,
    60%,
    80%,
    from,
    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 {
    20%,
    40%,
    60%,
    80%,
    from,
    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:after,
.bubbly-btn .not-button:before {
    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:after,
.bubbly-btn .hot-button:before {
    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;
}
.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;
}
.new-pricing-box-heading {
    display: block;
    background: #3f4a54;
    min-height: 230px;
    border-radius: 3px 3px 0 0;
}
.new-pricing-box-heading-inner {
    padding: 35px 0;
    margin: 0 auto;
    width: 230px;
}
.new-pricing-box-heading h3 {
    display: block;
    font-family: "NexaLight";
    font-size: 24px;
    color: #ffffff;
    margin: 0;
}
.new-pricing-box-heading h2 {
    display: block;
    font-family: "NexaBlack";
    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: none;
    color: #d7dbe0;
    text-decoration: line-through;
}
.new-pricing-main-content h3 {
    display: block;
    text-align: center;
    font-family: "poppinssemibold";
    font-weight: normal;
    font-size: 18px;
    color: #3f4a54;
    margin: 0 0 30px;
}
.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;
}
.show-more-less {
    display: block;
    text-align: center;
    padding: 35px 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::after,
.show-more-less a::before {
    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: none;
    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-Tribal-part {
    margin-bottom: 60px;
}
.welcome-video-player {
    display: block;
    margin-bottom: 15px;
    position: relative;
}
.welcome-video-player embed,
.welcome-video-player iframe {
    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 embed,
.flex-video iframe,
.flex-video object,
.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::after,
.andor-inner::before {
    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: -10px auto 0;
}
.orseparator::after,
.orseparator::before {
    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;
}
.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;
}
.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-Tribal.for-infowith-Tribal {
    z-index: 3;
    box-shadow: none;
}
.white-page-Tribal-part .info-btn {
    background-size: cover;
    height: 17px;
    width: 17px;
    vertical-align: baseline;
}
.white-page-Tribal-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.active span,
.hl-musdir:hover 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.active span,
.fav-musdir:hover 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 Tribal Inner CSS Sprint-55
****************************** *****************************/
.page-Tribal-inner-container {
    max-width: 944px;
    margin: 0 auto;
    width: 100%;
    position: relative;
}
.Tribal-filterby-part {
    position: absolute;
    top: -5px;
    width: 100%;
    max-width: 220px;
}
.Tribal-filterby-part label.nfanlabel {
    color: #495159;
    float: left;
    font-family: "poppinsmedium";
    font-size: 13px;
    font-weight: normal;
    margin: 8px 15px 0 0;
    padding: 0;
}
.Tribal-filterby-part .select {
    display: flex;
}
/****************************** ****************************** 
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_del_link,
.mus_pay_link {
    color: #3f4a54;
    text-decoration: underline;
}
.mus_del_link:hover,
.mus_pay_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 .down,
.montly-fee-input .up {
    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 .down:hover,
.montly-fee-input .up: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-Tribal {
    display: block;
    text-align: center;
}
.play-on-Tribal 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: "NexaBlack";
    font-size: 24px;
    font-weight: normal;
    margin: 0 0 10px;
    text-transform: uppercase;
    line-height: 30px;
}
.play-on-Tribal h2 {
    color: rgba(255, 255, 255, 0.5);
    font-family: "NexaLight";
    font-size: 20px;
    font-weight: normal;
    margin: 0 0 30px;
    text-transform: capitalize;
    line-height: 24px;
}
.play-on-Tribal h2 a,
.play-on-Tribal h2 a:hover {
    color: rgba(255, 255, 255, 0.9);
}
.play-on-Tribal h2 a,
.play-on-Tribal h2 a:hover {
    color: rgba(255, 255, 255, 1);
}
.play-on-Tribal .button {
    text-transform: uppercase;
    border-radius: 50px;
    font-size: 14px;
    min-width: 260px;
    height: 46px;
    line-height: 46px;
    padding: 0 15px;
}
.play-on-Tribal .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-Tribal-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-scroll-header,
#header.for-cookie-bar-active + .for-top100-banner,
#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-scroll-header,
    #header.for-cookie-bar-active + .for-top100-banner,
    #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;
    }
}
