* {
	margin:0px;
	padding:0px;
	-webkit-appearance: none;
	-webkit-text-size-adjust:none;
}
body {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
    padding: 80px 0px 0px 0px;
    background-color: #0d0d0d;
}
a img {
	border:0px;
}
input {
	-webkit-appearance: none;
}
input[type=checkbox] {
	-webkit-appearance:checkbox;

}
.material-symbols-outlined {
  font-variation-settings:
  'FILL' 0,
  'wght' 400,
  'GRAD' 0,
  'opsz' 24
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  border: 1px solid rgba(255,255,255,0.60);
  -webkit-text-fill-color: #fff;
  -webkit-box-shadow: 0 0 0px 1000px rgba(255,255,255,0.30) inset;
  transition: background-color 5000s ease-in-out 0s;
}
.topnav {
    position: absolute;
    z-index: 99;
    text-align: center;
    width: 100%;
    list-style: none;
}
.topnav > li {
    display: inline-block;
    position: relative;
}
.topnav > li > a {
    display: block;
    padding: 17px 20px;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
}
.topnav a i {
    font-size: 10px;
    display: inline-block;
    margin: 0px 0px 0px 5px;
}
.topnav ul {
    position: absolute;
    top: 50px;
    left: 0px;
    display: none;
    width: 200px;
    background-color: #1f2228;
    border: 1px solid #303339;
    border-radius: 10px;
    text-align: left;
    padding: 5px;
	list-style: none;
}
.topnav li:hover ul {
    display: block;
}
.topnav ul a {
    display: block;
    color: #fff;
    text-decoration: none;
    padding: 10px 20px;
    background-color: #1f2228;
    border-radius: 10px;
    transition: all 0.2s;
    font-size: 14px;
    text-transform: lowercase;
}
.topnav ul a:hover {
    background-color: #2e3138;
}
#header .autofil {
	position: absolute;
	width: calc(100% - 40px);
	background-color: #414141;
	left: 0;
	top: 30px;
	box-shadow: 0px 10px 10px -6px #333;
	padding: 40px 30px 10px 30px;
	border-radius: 10px;
	z-index: 1000;
	text-align: left;
}
#header .autofil strong {
	color:#8bc040;
	display: block;
	padding: 0px 0px 20px;
	font-size: 20px;
}
.tril2 #header .autofil strong {
	color:#588afd;
}
.tril3 #header .autofil strong {
	color: #f6980a;
}
.tril4 #header .autofil strong {
	color: #f15e1e;
}

#header .autofil .icon {
	display: inline-block;
	width: 55px;
	height: 55px;
	line-height: 55px;
	border-radius: 10px;
	overflow: hidden;
	margin: 0px 14px 0px 0px;
}
#header .autofil .icon span {
	font-size: 30px;
	color: #fff!important;
}
#header .autofil .afttl {
	font-size: 16px;
}



.extraData {
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
}
.extraData strong, .extraData em {
    font-size: 12px!important;
    float: left;
    font-style: normal;
    margin: 0px!important;
}
.extraData strong {
    clear: left;
    width: 100px;
    text-transform: capitalize!important;
}
.extraData a {
    color: #fff;
    text-decoration: none;
}
.extraData a:hover {
    text-decoration: underline;
}


#header .autofil ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#header .autofil ul li {
	display: inline-block;
	width: 100%;
	vertical-align: top;
	margin: 0px 0px 10px 0px;
}
#header .autofil ul li a {
	display: block;
	text-decoration: none;
}
#header .autofil ul li img {
	width: 55px;
	margin: 0px 10px 0px 0px;
}
#header .autofil ul li span {
	display: inline-block;
	vertical-align: top;
	line-height: 55px;
	font-weight: bold;
	color:#8bc040;
}
.tril2 #header .autofil ul li span {
	color:#588afd;
}
.tril3 #header .autofil ul li span {
	color: #f6980a;
}
.tril4 #header .autofil ul li span {
	color: #f15e1e;
}


#picker {
    text-align: center;
}
.pt {
    border-radius: 10px;
    background-color: #fff;
    display: inline-block;
    width: 265px;
    padding: 20px;
    margin: 0px 20px;
    text-align: center;
}
.pt img {
    display: inline-block;
    margin: 0px 0px 20px 0px;
    height: 68px;
}
.pt a {
    display: block;
    color: #000;
    text-decoration: none;    
    font-weight: bold;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	border-radius: 100px!important;
	border:4px solid #fff!important;
	background-color: #fff;
}
.ui-widget.ui-widget-content, .ui-slider-horizontal .ui-slider-range {
    height: 5px!important;
	background-color: #fff!important;
	border: 0px!important;
	width: 100%;
}/*
.tril2 .ui-state-default, .tril2 .ui-widget-content .ui-state-default, .tril2 .ui-widget-header .ui-state-default, .tril2 .ui-button, html .tril2 .ui-button.ui-state-disabled:hover, html .tril2 .ui-button.ui-state-disabled:active {
	border-radius: 100px!important;
	border:4px solid #588afd!important;
	background-color: #588afd;
}
.tril2 .ui-widget.ui-widget-content, .tril2 .ui-slider-horizontal .ui-slider-range {
    height: 5px!important;
	background-color: #588afd!important;
	border: 0px!important;
	width: 100%;
}
.tril3 .ui-state-default, .tril3 .ui-widget-content .ui-state-default, .tril3 .ui-widget-header .ui-state-default, .tril3 .ui-button, html .tril3 .ui-button.ui-state-disabled:hover, html .tril3 .ui-button.ui-state-disabled:active {
	border-radius: 100px!important;
	border:4px solid #f6980a!important;
	background-color: #f6980a;
}
.tril3 .ui-widget.ui-widget-content, .tril3 .ui-slider-horizontal .ui-slider-range {
    height: 5px!important;
	background-color: #f6980a!important;
	border: 0px!important;
	width: 100%;
}
.tril4 .ui-state-default, .tril4 .ui-widget-content .ui-state-default, .tril4 .ui-widget-header .ui-state-default, .tril4 .ui-button, html .tril4 .ui-button.ui-state-disabled:hover, html .tril4 .ui-button.ui-state-disabled:active {
	border-radius: 100px!important;
	border:4px solid #f15e1e!important;
	background-color: #f15e1e;
}
.tril4 .ui-widget.ui-widget-content, .tril4 .ui-slider-horizontal .ui-slider-range {
    height: 5px!important;
	background-color: #f15e1e!important;
	border: 0px!important;
	width: 100%;
}*/
.ui-slider .ui-slider-handle {
    width: 10px !important;
    height: 10px !important;
	margin: -2px 0px 0px 0px;
}
#slider-range {
	width: calc(100% - 20px)!important;
	margin: 20px 11px!important;
}
#slider-range span:nth-child(3){
	margin: -2px 0px 0px -15px;
}
.bpm {
	list-style: none;
	font-weight: bold!important;
	color: #fff;
}
.bpm input {
	font-weight: bold;
	color: #fff;
    font-optical-sizing: auto;
    font:bold 15px/20px "Inter", system-ui;

}
#amount {
	overflow: hidden;
	width: 100%;
    padding: 0px 20px;
}
#amount .l {
	float: left;
	padding: 2px;
	border-radius: 100px;
	border: 2px solid #fff;
	width: 75px;
	line-height: 22px;
	text-align: center;
    margin: 0px 0px 0px 10px;
    color: #fff;
}
#amount .r {
	float: right;
	padding: 2px;
	border-radius: 100px;
	border: 2px solid #fff;
	width: 75px;
	line-height: 22px;
	text-align: center;
    margin: 0px 10px 0px 0px;
    color: #fff;
}
.ebpm {
    padding: 0px 10px;
    color: #fff;
}
#ebpm {
	float: right;
	padding: 2px;
	border-radius: 100px;
	border: 2px solid #fff;
	width: 75px;
	background-color: rgba(0,0,0,0.00);
	line-height: 22px;
	text-align: center;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
    outline: none;
}
/**
 * Inlog pagina
 */
.login {
    position: relative;
    height: calc(100vh - 80px);
    max-width: 1100px;
    margin: 0px auto;
}
.login .snap {
    border-radius: 0px 0px 0px 20px;
/*    background-color: #000;*/
    text-align: center;
    position: absolute;
    top: 0px;
    right: 0px;
    color: #fff;
    padding: 10px 0px;
    font-size: 22px;
    font-weight: 400;
    height: 75px;
    width: 310px;
}
.login .snap a {
    color: #fff;
    text-decoration: none;
}
/*
.login form > div {
    display: table;
    height: 100%;
    vertical-align: middle;
}
.login form > div >div {
    display: table-cell;
    height: 100%;
    vertical-align: middle;
}
*/
.login > div  {
    position: absolute;
    width: 100%;
    top: calc(50% - 300px);
}
.login .bringer-masked-media  {
    background-color: #ed345e;
    padding: 100px 50px 50px 50px;
}

.login form h1 {
    color: #fff;
    font-size: 80px;
    font-weight: 600;
    letter-spacing: -4px;
    line-height: 88px;
    margin: -20px 0px 64px 0px;
}

.login form img {
    display: block;
    margin: 0px auto 30px auto;
}
.login form span {
    position: relative;
    display: block;
}
.login form input {
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;

    color: #fff;
    font-size: 56px;
    font-weight: 600;
    letter-spacing: -2.8px;
    line-height: 68px;    
    
    
    padding: 10px 20px 10px 80px;
    width: calc(100% - 280px);
    margin: 0px 0px 20px 0px;
    background-color: rgba(255,255,255,0.30);
    border: 1px solid rgba(255,255,255,0.60);
    border-radius: 20px;
}
.login form button {
    float: right;
    background-color: #fff;
    color: #ed345e;
    text-transform: uppercase;
    font-weight: 500;
    border: 0px;
    text-align: center;
    margin: 0px 0px 20px 0px;
    transition: all 0.2s;
    height: 90px;
    line-height: 90px;
    border-radius: 20px;
    padding: 0px 50px;
}
.login form button span {
    font-size: 30px;
}
.login form input[type=submit]:hover {
    background-color: #ed345e;
}
.login form span i {
    position: absolute;
    top: 27px;
    left: 26px;
    color: #fff;
    font-size: 36px;
}

.icon {
    color: #fff;
    font-size: 110px!important;
    text-align: center;
    line-height: 206px;
    width: 226px;
    height: 226px;
    border-radius: 15px;
    background-color: #4ab046;
    margin: 0px 0px 15px 0px;
}
.nocover .icon, .tablist li .start {
	height: 100px!important;
}
.nocover .tablist li {
	height: 180px!important;
}
.vb.nocover {
  height: 195px;
}
.nocover .icon span {
  font-size: 90px;
  vertical-align: 48px;
}

.tablist li:nth-child(even) .icon {
    background-color: #a4cc39!important;
}
.tril2 .icon {
    background-color: #a237ff;
}
.tril2 .tablist li:nth-child(even) .icon {
    background-color: #5a8eff!important;
}
.tril3 .icon {
    background-color: #f69709;
}
.tril3 .tablist li:nth-child(even) .icon {
    background-color: #fdb311!important;
}
.tril4 .icon {
    background-color: #f15e1d;
}
.tril4 .tablist li:nth-child(even) .icon {
    background-color: #f77936!important;
}
.ssml .icon {
    background-color: #f33183;
}
.ssml .tablist li:nth-child(even) .icon {
    background-color: #F8599C!important;
}



.icon span {
    font-size: 110px;
    vertical-align: middle;
}
#header {
	position:fixed;
    z-index: 100;
    top: 0px;
    left: 0px;
	height:80px;
	width:100%;
	background-color:#000;
}
#header form {
    position: relative;
	overflow:visible;
	height:38px;
}
#header input {
	border: 0px;
	background-color: #414141;
	color: #fff;
	font-family: "Inter", system-ui;
	font-optical-sizing: auto;
	font-weight: 300;
	font-style: italic;
	height: 44px;
	width: 350px;
	padding: 0px 20px 0px 21px;
	outline: none;
	font-size: 14px;
	margin: -3px 0px 0px 0px;
	box-shadow: 0px 0px 10px 0px #000;
	z-index: 100000000;
	position: relative;
	border-radius: 10px;
}
#header input[type=submit] {
	right:0px;
	background-position:-1106px top;
	background-image:url('/images/sprite.png');
	border:0px;
	width:68px;
	height:43px;
}
.logo{
    position: relative;
    z-index: 100;
	float: left;
}
.logo img {
	height: 52px;
	margin: 0px 20px 10px 0px;
}
.logos img {
	height: 50px;
	margin: 0px 0px 0px 0px;
}
.logos.active {
    border-bottom: 3px solid #333;
}
.logos {
	float: left;
    border-bottom: 3px solid #fff;
}

.rlogo{
    position: relative;
    z-index: 100;
	float: right;
}
.rlogo img {
	height: 52px;
	margin: 0px 0px 10px 20px;
}

#info, #searchbtn, .searchform, #messages {
    position: relative;
    z-index: 101;
    float: right;
    text-align: right;
    background-color: #282828;
    border-radius: 15px;
    overflow: hidden;
    padding: 3px 10px;
    border: 1px solid #2d2f36;
    margin: 3px 0px 0px 0px;
}
#searchbtn {
    cursor: pointer;
    margin: 3px 10px 0px 0px;
}#messages {
    cursor: pointer;
    margin: 3px 10px 0px 0px;
}
#info a, #info span, #searchbtn a, #searchbtn span , #messages a {
    display: block;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
}
#info span.material-symbols-outlined, #searchbtn span.material-symbols-outlined, #messages span.material-symbols-outlined {
    float: right;
    font-size: 20px;
    margin: 0px 0px 0px 0px;
    line-height: 38px;
}
#info div, #searchbtn div {
    float: right;
}

.searchform {
    position: relative;
    z-index: 100;
    margin: 3px -20px 0px 0px;
    background-color: #414141;
    width: 15px;
    overflow: hidden;
    padding: 3px 0px;
    transition: all 0.2s;
}
.searchform.open {
    width: 390px;
}
.searchform.open.openAF {
	overflow: visible;
}
.searchform input {
    background-color: #282828;
    color: #fff;
}
.searchform input[type=submit] {
    display: none;
}

#zipdl {
    display: inline-block;
    color: #fff;
    margin: 0px 0px 20px 40px;
    text-decoration: none;
    
    
    background-color: #282828;
    border-radius: 15px;
    overflow: hidden;
    padding: 5px 14px;
    border: 1px solid #2d2f36;
}
#zipdl span {
    display: inline-block;
    margin: -1px 10px 0px 0px;
    vertical-align: middle;
}

#header .container {
    position: relative;
	padding:15px 30px;
    max-width: 1400px;
    margin: 0px auto;
}

#content .container {
    padding: 60px 30px;
    overflow: hidden;
    max-width: 1400px;
    margin: 0px auto;
}
#content {
    position: relative;
    z-index: 1;
	min-width:1530px;
}
#content #nav {
	position: absolute;
	width:270px;
	margin:-12px 0px 0px 0px;
    background-color: #000;
    padding: 0px 0px 0px 0px;
    border-radius: 20px;
}
#content #nav ul.nav, #content #nav ul.nav ul {
	list-style:none;
	width:100%;
    
}
#content #nav ul .fas {
    right: 8px;
    top: 13px;
    position: absolute;
    z-index: 1000;
    padding: 5px 5px 7px 5px;
	color:#fff;
    line-height: 13px;
    cursor: pointer;
}
.tab {
  overflow: hidden;
}
.vb {
	height: 360px;
}
.vb ul {

}
.player ul {
	list-style: none;
}
.tab .player {
	background-color: #282828 !important;
	padding: 0px 20px;
	border-radius: 20px;
	margin: 10px 0px 20px 0px;
	width: calc(100% - 40px);
	transition: all 0.2s;
}
.tab .player.open {
	padding: 20px;
}

.chev {
    float: right;
    font-size: 12px;
    margin: -3px 0px 0px 0px;
}

/*8
.tril2 #content #nav ul .fas {
	color:#588afd;
}
.tril3 #content #nav ul .fas {
	color:#f6980a;
}
.tril4 #content #nav ul .fas {
	color:#f15e1e;
}*/
#content #nav ul .fas.fa-sort-up {
    padding: 13px 5px 2px 5px;
}

#content #nav ul.nav > li {
    position: relative;
	font-size:15px;
    line-height: 32px;
	padding:10px 0px;
}
#content #nav ul.nav > li.open > strong {
    border:1px solid #221f1f;
}
#content #nav ul.nav > li.open svg {
    margin-left: 10px;
    margin-top: 7px;
}

#content #nav ul.nav > li > strong, #content #nav ul.nav > li > a {
    display: block;
	color:#fff;
    dominant-baseline: block;
    text-transform: uppercase;
	padding:10px 20px;
    font-size: 14px;
    line-height: 19px;
	text-decoration:none;
	font-weight:500!important;
	margin:0px;
}
#content #nav ul.nav > li > a > strong {
	font-weight:500!important;
}
#content #nav ul.nav > li > strong i, #content #nav ul.nav > li > a i, #content #nav ul.nav > li > strong .material-symbols-outlined, #content #nav ul.nav > li > a .material-symbols-outlined {
    margin: 0px 13px 0px 0px;
}
#content #nav ul.nav > li > strong .material-symbols-outlined, #content #nav ul.nav > li > a .material-symbols-outlined {
    font-size: 18px;
    vertical-align: middle;
    margin: 0px 9px 0px 0px;
}
/*
.tril2 #content #nav ul.nav > li > strong, .tril2 #content #nav ul.nav > li > a {
    color:#588afd;
}
.tril3 #content #nav ul.nav > li > strong, .tril3 #content #nav ul.nav > li > a {
    color:#f6980a;
}
.tril4 #content #nav ul.nav > li > strong, .tril4 #content #nav ul.nav > li > a {
    color:#f15e1e;
}
*/
#content #nav ul.nav li ul {
    margin: 0px 0px;
    display: none;
    background-color: #221f1f;
}
#content #nav ul.nav li.open ul {
    display: block;
	padding: 5px 0px;
}
#content #nav ul.nav li ul li {
	margin:0px 0px 7px 0px;
}
#content #nav ul.nav li ul li.splt {
	border-bottom:2px solid #3d3d3d;
	margin:20px 0px;
}

#content #nav ul.nav li ul li a {
    display: block;
    font-weight: 300;
    font-size: 14px;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
    padding: 5px 20px 5px 16px;
}
#content #nav ul.nav li ul li a span {
	display: inline-block;
	margin: 0px 10px 0px 0px;
	vertical-align: middle;
}

#content #nav ul.nav li ul li a:hover {
	color:#8bc040;
}
.tril2 #content #nav ul.nav li ul li a:hover {
	color:#588afd;
}
.tril3 #content #nav ul.nav li ul li a:hover {
	color: #f6980a;
}
.tril4 #content #nav ul.nav li ul li a:hover {
	color: #f15e1e;
}


#content #twitter {
	background-image:url('/images/sprite.png');
	background-position:-1190px 0px;
	margin:5px 0px 0px 0px;
	overflow:hidden;
	height:160px;
}
#content #twitter ul {
	margin:25px 0px 0px 0px;
	list-style:none;
	position:relative;
}
#content #twitter ul li {
	position:absolute;
	line-height:17px;
	top:0px;
	left:0px;
	display:none;
	color:#959595;
	padding:10px 20px;
}

#content #twitter ul li:first-child {
	display:block;
}
#content #twitter ul li img {
	max-height:80px;
}
#content #twitter ul li span, #content #twitter ul li a {
	color:#fdbf2d;
}

#content #nav #info {
	position:relative;
	width:170px;
	border-top:2px solid #3d3d3d;
	border-bottom:2px solid #3d3d3d;
	margin:8px 0px;
	padding:15px 0 15px 80px;
	font:18px/18px "Inter", system-ui;

	color:#fff;
	background-image:url('/images/dlzip.png');
	background-position:center left;
	background-repeat:no-repeat;
}
.tril2 #content #nav #info {
	background-image:url('/images/ac_dlzip.png');
}
.tril3 #content #nav #info {
	background-image:url('/images/ct_dlzip.png');
}
.tril4 #content #nav #info {
	background-image:url('/images/ch_dlzip.png');
}

#content #nav #info span {
	color:#fff;
	display:block;
	font-weight:700;
	margin:5px 0px;
}
#content #nav #info a {
	color:#fff;
	display:block;
	text-transform: uppercase;
	font:15px/22px "Inter", system-ui;
	font-weight:400;
	text-decoration:none;
}

#html {
    position: relative;
    float: right;
    width: calc(100% - 280px);
    overflow: hidden;
    margin: -10px 0px 30px 5px;
    padding: 0px 0px 30px 0px;
    min-height: 100vh;
}
.bg {
	position:absolute;
	top:30px;
	left:0px;
	z-index:1;
/*	width:100%;*/
}
.startcontent {
    display: table;
    background-image: url("/images/headerbg_gen.jpg");
    background-size: cover;
    position: relative;
    z-index: 10;
    color: #fff;
    font: 600 50px/56px "Inter", system-ui;
    border-radius: 10px;
    margin: 0px 0px 40px 0px;
    width: calc(100% - 80px);
    padding: 20px 40px;
    height: 180px;
}
.tril1 .startcontent {
    background-image: url("/images/headerbg.jpg")!important;
}
.tril2 .startcontent {
    background-image: url("/images/headerbg_ac.jpg")!important;
}
.tril3 .startcontent {
    background-image: url("/images/headerbg_ct.jpg")!important;
}
.tril4 .startcontent {
    background-image: url("/images/headerbg_ch.jpg")!important;
}
.startcontent a {
    display: block;
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
.startcontent.bottom {
	margin:24px 0px 24px 15px;
	border-bottom:2px solid #3d3d3d;
	border-top:2px solid #3d3d3d;
	padding:20px 0px;
}
.startcontent > div {
    display: table-cell;
    height: 180px;
    vertical-align: middle;
    width: 100%;
    font-weight: 200;
}
.startcontent strong {
	color:#fff;
    font-weight: bold;
}
.startcontent > div span {
    float: right;
    text-align: right;
}

#postrequest .startcontent span {
    margin: 50px 0 0px;
	display:block;
}
.introtext {
	position:relative;
	z-index:10;
	color:#fff;
	font:20px/26px "Inter", system-ui;
	margin:0px 0px 14px 15px;
}
.bc {
	float:left;
	clear:both;
	width:100%;
	margin:-30px 0px 5px 10px;
	text-transform:uppercase;
}
.bc a {
	display:inline-block;
	margin:0px 3px 0px 0px;
}
.bc a img {
	display:block;
	vertical-align:middle;
}
.bc strong {
	border-bottom:3px solid #8bc040;
	color:#fff;
}
.tril2 .bc strong {
	border-bottom:3px solid #588afd;
}
.tril3 .bc strong {
	border-bottom:3px solid #f6980a;
}
.tril4 .bc strong {
	border-bottom:3px solid #f15e1e;
}
.browselist {
	list-style:none;
	margin:0px 0px 0px 30px;
	min-width:1000px;
}
.browselist li {
	list-style: none;
	background-color: #000;
	overflow: hidden;
	border-radius: 10px;
	padding: 5px 0px;
}
.browselist li.catsplitter {
	background-image:url('/images/blank.png');    
}
.browselist .player ul {
	list-style:none;
    background-color: #2b2b2b;
}
.browselist .player li {
	background-image:none;
	background-color:#2b2b2b;
	overflow:hidden;
}
.player {
    position: relative;
}
.player img {
    float: right;
    height: 210px;
    margin: 20px 20px 20px 30px;
	border-radius: 20px;
	overflow: hidden;
}

.browselist li.header {
	background-image:none;
	height:30px;
}
.browselist li.header span {
	height:20px;
	font-size:11px;
	color:#fff;
	line-height: 28px;
}
.browselist li span {
	float:left;
	height:28px;
	font-weight:300;
	line-height:28px;
	padding:4px 0px;
	font-size:14px;
	color:#8bc040;
}
.browselist li.catsplitter span {
	float: left;
	height: 28px;
	width: auto;
	font-weight: 500;
	text-transform: uppercase;
	line-height: 28px;
	padding: 0px 20px;
	font-size: 14px;
	color: #8bc040;
	background-color: #333;
	border: 1px solid #8bc040;
	border-radius: 100px;
	margin: 10px 0px 10px 0;
	margin-left: calc(8% - 21px);
}
.wavelist .dltts {
	float: left;
}
.wavelist .ziplnk, .wavelist .dltts {
	color: #8bc040;
}
.tril2 .browselist li.catsplitter span {
	border: 1px solid #588afd;
}
.tril2 .browselist li.header span {
	color:#fff!important;
}
.tril2 .browselist li span {
	color:#588afd;
}
.tril2 .browselist li span.ziplnk, .tril2 .wavelist .ziplnk, .tril2 .wavelist .filelnk, .tril2 .wavelist .dltts {
	color:#9e39ff;
}
.tril3 .browselist li.catsplitter span {
	border: 1px solid #f6980a;
}
.tril3 .browselist li.header span {
	color:#fff!important;
}
.tril3 .browselist li span {
	color:#f6980a;
}
.tril3 .browselist li span.ziplnk, .tril3 .wavelist .ziplnk, .tril3 .wavelist .filelnk, .tril3 .wavelist .dltts {
    color: #f6980a;
}
.tril4 .browselist li.catsplitter span {
	border: 1px solid #f15e1e;
}
.tril4 .browselist li.header span {
	color:#fff!important;
}
.tril4 .browselist li span {
	color:#f15e1e;
}
.tril4 .browselist li span.ziplnk, .tril4 .wavelist .ziplnk, .tril4 .wavelist .filelnk, .tril4 .wavelist .dltts {
    color: #f15e1e;
}
.ssml .browselist li.catsplitter span {
	border: 1px solid #f33183;
}
.ssml .browselist li.header span {
	color:#fff!important;
}
.ssml .browselist li span {
	color:#f33183;
}
.ssml .browselist li span.ziplnk, .ssml .wavelist .ziplnk, .ssml .wavelist .filelnk, .ssml .wavelist .dltts {
    color: #f33183;
}

.browselist li strong {
	color:#fff;
	font-weight:normal;
	display:block;
	font-size:11px;
	height:19px;
	text-transform:none;
	overflow:hidden;
}

.browselist li span.ply {
	width:10%;
	min-width:100px;
}
.browselist li span.ttl {
	width:50%;
    /**text-transform: capitalize;*/
}
.browselist li span.ttl.w3 {
	width:70%;
}
.browselist li.header span.ttl {
	text-transform:uppercase;
}
.browselist li span a {
    color: #fff;
    text-decoration: none;
}
.browselist li span.lng {
	width:10%;
	text-transform:uppercase;
	line-height:28px;
}
.browselist li span.tmp {
	width:10%;
	text-transform:uppercase;
	line-height:28px;
}
.browselist li span.key {
	width:10%;
	line-height:28px;
}
.browselist li.header span.key {
	text-transform:uppercase;
}
.browselist li span.typ {
	width:15%;
	text-transform:uppercase;
	line-height:28px;
}
.browselist li span.add {
	width:9%;
	line-height:28px;
	text-align: right;
}
.browselist li span.tag {
	width:25%;
	text-transform:uppercase;
	line-height:28px;
}

.browselist .startlist {
	float:left;
	width:24px;
	height:24px;
	cursor:pointer;
	margin:2px 0px 0px 10px;
	background-image:url('/images/play.png');
}
/*
<span class="material-symbols-outlined">
play_arrow
</span>
*/
.browselist .startlist.stop {
	background-image:url('/images/pauze.png');
}
.tril2 .browselist .startlist {
	background-image:url('/images/ac_play.png');
}
.tril2 .browselist .startlist.stop {
	background-image:url('/images/ac_pauze.png');
}
.tril3 .browselist .startlist {
	background-image:url('/images/ct_play.png');
}
.tril3 .browselist .startlist.stop {
	background-image:url('/images/ct_pauze.png');
}
.tril4 .browselist .startlist {
	background-image:url('/images/ch_play.png');
}
.tril4 .browselist .startlist.stop {
	background-image:url('/images/ch_pauze.png');
}
.ssml .browselist .startlist {
	background-image:url('/images/ssml_play.png');
}
.ssml .browselist .startlist.stop {
	background-image:url('/images/ssml_pauze.png');
}
.browselist .ziplnk {
	float:left;
	width:24px;
	height:24px;
	cursor:pointer;
    font-size: 26px;
	margin:-3px 0px 0px 10px;
	/*background-image:url('/images/zip.png');*/
}
/*
.browselist .ziplnk.remove {
	background-image:url('/images/zipped.png');
}

.tril2 .browselist .ziplnk {
	background-image:url('/images/ac_zip.png');
}
.tril2 .browselist .ziplnk.remove {
	background-image:url('/images/ac_zipped.png');
}
.tril3 .browselist .ziplnk {
	background-image:url('/images/ct_zip.png');
}
.tril3 .browselist .ziplnk.remove {
	background-image:url('/images/ct_zipped.png');
}
.tril4 .browselist .ziplnk {
	background-image:url('/images/ch_zip.png');
}
.tril4 .browselist .ziplnk.remove {
	background-image:url('/images/ch_zipped.png');
}
*/
.browselist .notdownloaded {
	float:left;
	width:24px;
	height:24px;
	margin:2px 0px 0px 10px;
	background-image:url('/images/notdownloaded.png');
}
.browselist .downloaded {
	float:left;
	width:24px;
	height:24px;
	margin:2px 0px 0px 10px;
	background-image:url('/images/downloaded.png');
}
.tril2 .browselist .notdownloaded {
	background-image:url('/images/ac_notdownloaded.png');
}
.tril2 .browselist .downloaded {
	background-image:url('/images/ac_downloaded.png');
}
.tril3 .browselist .notdownloaded {
	background-image:url('/images/ct_notdownloaded.png');
}
.tril3 .browselist .downloaded {
	background-image:url('/images/ct_downloaded.png');
}
.tril4 .browselist .notdownloaded {
	background-image:url('/images/ch_notdownloaded.png');
}
.tril4 .browselist .downloaded {
	background-image:url('/images/ch_downloaded.png');
}
.browselist .noplay {
	float:left;
	width:24px;
	height:24px;
	margin:2px 0px 0px 10px;
}

.browselist .mcu {
	width:5%;
	overflow:hidden;
}
.browselist .mcu .m {
	float:left;
	margin:-10px 4px 0px 0px;
	width:5px;
	background-color:#d64b65;
}
.browselist .mcu .c {
	float:left;
	margin:-10px 4px 0px 0px;
	width:5px;
	background-color:#7fc4e9;
}
.browselist .mcu .u {
	float:left;
	width:5px;
	margin:-10px 4px 0px 0px;
	background-color:#87b934;
}




.ttlbox.fx, .ttlbox.sfx {
	text-transform: uppercase!important;
}
.wave {
	position:absolute;
	top:10px;
	right:19%;
	display:block;
	height:103px;
	width:62%;
	margin:0px;
}


.browselist .ttlbox {
    border-radius: 5px;
    color: #fff;
	font-size:14px!important;
    margin: 3px 5px 0 5px;
    padding:0px 10px;
	line-height:30px!important;
	height:30px!important;
    width: 160px !important;
}
.browselist .player .playnow, .browselist .player .filelnk, .browselist .player .ziplnk, .browselist .player .notdownloaded, .browselist .player .downloaded {
	margin:4px 0px 0px 0px;
}
.browselist .player .wave {
	margin:4px 0px 0px 20px;
}
.dllnk {
	background-image:url('/images/sprite.png');
	background-position:-341px top;
	width:30px;
	cursor:pointer;
	height:32px;
	margin:4px 0px 0px 0px;
}
.dllnk.remove {
	background-position:-341px -32px;
}
.directdl {
	background-image:url('/images/sprite.png');
	background-position:-335px -75px;
	width:35px;
	float:right;
	cursor:pointer;
	height:32px;
	margin:19px 18px 0 0;
}
.directdl.remove {
	background-position:-335px -107px;
}

.browsedllnk {
	float:left;
}

.browsedl {
    background-image: url("/images/sprite.png");
    background-position: -335px -75px;
    cursor: pointer;
    float: none;
    height: 32px;
	top:8px;
    margin: 5px 0 0 85%;
    position: absolute;
    width: 35px;
}

#newenties, #top5 {
	float:left;
}
#newenties, #randompick, #top5, #post {
	position:relative;
	z-index:100;
	width:400px
}
#randompick .ttl {
	margin:0px 0px -10px 0px;
}
#newenties, #top5 {
	width:49%;
	min-width:400px;
}
#top5 {
	float:right!important;
}
#randompick, #post {
	width:100%;
	min-width:800px;
	margin:20px 0px 0px 0px;
}
#newenties ul, #randompick ul, #top5 ul, #post ul {
	list-style:none;
	margin:20px 0px 0px 20px;
}
#post ul ul {
	margin:20px 0px 0px 0px;
}
#post .send {
	border:0px;
	background:none;
	background-image:url('/images/submit.png');
	width:93px;
	cursor:pointer;
	height:23px;
	float:right;
	margin:8px 20px 0px 0px;
}
.tril2 #post .send {
	background-image:url('/images/ac_submit.png');
}
.tril3 #post .send {
	background-image:url('/images/ct_submit.png');
}
.tril4 #post .send {
	background-image:url('/images/ch_submit.png');
}
#newenties ul li, #randompick ul li, #top5 ul li, #post ul li {
	background-image:url('/images/trackbg.png');
	background-position:left top;
	background-repeat:repeat-x;
	padding:0px;
	cursor:pointer;
}
#post ul li {
	padding:5px 0px 0px 0px;
	min-height:60px;
	cursor:default;
}
#newenties ul li strong, #randompick ul li strong, #top5 ul li strong, #post ul li strong {
	color:#fff;
}
#post ul li strong, #post ul li span {
	width:70%!important;
}
#newenties ul li .clicker, #top5 ul li .clicker {
	width:85%;
	min-width:320px;
	position:relative;
	z-index:999999;
}
#newenties ul li .clicker {
	left:70px;
}
#randompick ul li .clicker {
	width:90%;
}
#newenties ul li strong, #newenties ul li span, #randompick ul li strong, #randompick ul li span, #top5 ul li strong, #top5 ul li span, #post ul li strong, #post ul li span {
	width:85%;
	height:17px;
	overflow:hidden;
	margin:0px 0px 0px 20px;
	display:block;
}
#randompick ul li strong, #randompick ul li span, #post ul li span {
	width:100%;
}
#newenties ul li span, #randompick ul li span, #top5 ul li span, #post ul li span {
	color:#b4a58a;
}
#newenties ul li span.date, #randompick ul li span.date, #top5 ul li span.date {
	padding:7px 0px 0px 0px;
}
#newenties ul li span.dur, #randompick ul li span.dur, #top5 ul li span.dur {
	padding:0px 0px 12px 0px;
}

#randompick ul li span.date, #post ul li span.date {
	color:#fdbf2d;
	margin:10px 0px 0px 20px!important;
}
/*
#randompick ul li, #post ul li {
	font-size:16px;
}
*/
#newenties ul li .dllnk, #randompick ul li .dllnk, #top5 ul li .dllnk {
	float:right;
	margin:19px 20px 0px 0px;
}
#newenties ul li.ttl, #randompick ul li.ttl, #top5 ul li.ttl, #post ul li.ttl {
	color:#535353;
	background-image:none;
	height:20px;
	padding:0px 20px;
}
#newenties ul li ul, #randompick ul li ul, #top5 ul li ul {
	margin:0px;
	display:none;
}
#newenties ul li ul li, #randompick ul li ul li, #top5 ul li ul li, #post ul li ul li {
	position:relative;
	background-image:url('/images/sprite.png');
	background-position:left -929px;
	height:40px;
	background-repeat:no-repeat;
	padding:10px 20px;
}
#newenties ul li ul li wave, #randompick ul li ul li wave, #top5 ul li ul li wave {
	overflow:hidden!important;
}
#newenties ul li ul li .wave, #randompick ul li ul li .wave, #top5 ul li ul li .wave {
	height:40px;
}
#newenties .playnow, #randompick .playnow, #top5 .playnow {
	display:block;
	width:40px;
	height:40px;
	cursor:pointer;
	margin:0px 0px 0px 0px;
	background-image:url('/images/sprite.png');
	background-position:-300px top;
}
#newenties .playnow.stop, #randompick .playnow.stop, #top5 .playnow.stop {
	background-position:-300px -40px;
}
#post ul li ul li {
	height:auto;
}
#post ul li ul li textarea {
	color:#fff;
	background:none;
	font:13px/20px "Inter", system-ui;
	border:0px;
	width:100%;
	height:150px;
}
::-webkit-input-placeholder {
	opacity:1;
}
::-moz-placeholder {
	opacity:1;
}
:-ms-input-placeholder {
	opacity:1;
}
input:-moz-placeholder {
	opacity:1;
}
.startdl {
	background-color:#fbbe4d!important;
	height:24px!important;
	padding:4px 0px!important;
	cursor:pointer!important;
	background-image:url('/images/startdownload.png')!important;
	background-position:center center!important;
	background-repeat:no-repeat!important;
}
#newenties li, #top5 li {
	position:relative;
}
#newenties .playnow, #top5 .playnow {
	position:absolute;
	left:20px;
	top:14px;
}
#newenties li ul li .playnow, #top5 li ul li .playnow, #randompick li ul li .playnow {
	position:absolute;
	right:65px;
	top:10px;
}
#newenties .directdl, #randompick .directdl {
	margin:5px -2px 0 0;
}
#newenties .wave, #top5 .wave, #randompick .wave {
	left:5%;
	right:auto;
}
#overlay {
	background-color:#000;
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	opacity:0.8;
	z-index:10000000;
}
#downloading {
	position:absolute;
	top:0px;
	left:50%;
	width:800px;
	margin:0px 0px 0px -400px;
	z-index:100000000;
	text-align:center;
}

#loginform {
	position:absolute;
	width:300px;
	padding:20px;
	left:50%;
	margin:0px 0px 0px -170px;
	top:160px;
	background-color:#fff;
	border:1px solid #999;
	box-shadow:0px 0px 3px 0px #999;
}
#loginform strong {
	font-size:18px;
	font-weight:normal;
	display:block;
	margin:0px 0px 10px 0px;
}
#loginform input {
	border:1px solid #ccc;
	padding:5px 15px;
	width:270px;
	font-size:15px;
	margin:0px 0px 10px 0px;
}
#loginform input.btn {
	float:right;
	background-color:#000;
	color:#fff;
	width:auto;
}
wave {
	overflow:hidden!important;
}

#postrequest strong {
	position:relative;
	z-index:10;
	color:#8bc040;
	font:500 55px/60px "Inter", system-ui;
	margin:0px 0px 24px 15px;
}
#postrequest strong i {
	font:500 28px/60px "Inter", system-ui;
    vertical-align: text-top;
    font-style: italic;
}
.tril2 #postrequest strong {
	color:#588afd;
}
.tril3 #postrequest strong {
	color:#f6980a;
}
.tril4 #postrequest strong {
	color:#f15e1e;
}
#postrequest strong span {
	color:#fff;
}
#postrequest textarea {
	background-color:#282828;
	padding:20px;
	margin:0px 0px 0px 15px;
	color:#fff;
	width:calc(100% - 55px);
	font:15px/22px "Inter", system-ui;
	height:150px;
	border:0px;
	border-radius: 20px;
	overflow: hidden;
}
.bannervb {
	height: auto!important;
}
.tablist {
	list-style:none;
	margin:0px 0px 20px 0px;
	overflow:hidden;
}
.tablist li {
	position:relative;
	margin:0px 20px 0px 0px;
	width:226px;
	height:310px;
	cursor:pointer;
	background-color:#282828;
    border-radius: 15px;
    padding: 14px;
    border:1px solid #2d2f36;
	transition: all 0.2s;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
	overflow: hidden;
}
.tablist.banner {
	position: relative!important;
}
.tablist.banner li {
	position: absolute!important;
	top: 0px;
	left: 0px;
	opacity: 0;
	height: 0px;
	transition: opacity 1s;
}
.tablist.banner li.show {

}
.tablist.banner li.show2 {
	opacity: 1;
}
.tablist li.stop {
    height: 360px;
}
.tablist.banner li {
	width:100%;
    max-width: 1074px;
    position: relative;
}
.tablist.banner li img {
	width:100%;
    height: auto!important;
}
.tablist.banner li strong {
    font-size: 20px!important;
    line-height: 30px;
}
.tablist.banner li strong.name {
    font-size: 42px!important;
    line-height: 50px!important;
    font-weight: 500;
}
.tablist.banner li a {
    position: absolute;
    z-index: 100000;
    width: 100%;
    height: 100%;
    text-decoration: none;
}


.tablist li span, .browselist li span {
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}

.tablist li img.goto {
	left:10px;
	top:186px;
	z-index:10000000;
	position:absolute;
}
.tablist li div.ziphome {
	position: absolute;
	right: 26px;
	z-index: 10000000;
	top: 180px;
	width: 30px;
	height: 30px;
	color: #fff;
	font-size: 30px;
	background-color: rgba(0, 0, 0, 0.4);
	border-radius: 100px;
	padding: 10px;

}
.tablist li div.ziphome.remove {
}


.tablist li .tooltip {
	position:absolute;
	float:left;
	box-shadow:0 0 4px 0 #000;
	opacity:0.6;
	background-color:#f3ca74;
	font-size:16px;
	line-height:17px;
	color:#282828;
	border-radius:4px;
	z-index:10000001;
	padding:5px;
	text-transform:uppercase;
}
.tablist li .tooltip.gt {
	left:25px;
	top:173px;
	display:none;
}
.tablist li .tooltip.zp {
	right:25px;
	top:173px;
	display:none;
}
.tablist li a:hover + div, .tablist li .ziphome:hover + div {
	display:block!important;
}
.tablist li > div > img {
	margin:0px 0px 15px 0px;
    border-radius: 15px;
    width: 100%;
}
.tablist li .start {
	margin:0px 0px 10px 0px;
}
.tablist li strong {
    display: block;
	font-size:10px;
	color:rgba(255,255,255,0.80)!important;
	line-height:23px;
    margin: 0px!important;
}
.tablist li strong.name {
	display:block;
	color:#fff!important;
	height:46px;
	overflow:hidden;
	margin:-5px 0px 5px 0px;
    font-weight: 300;
    font-size: 14px;
}
.tablist li .sub {
	display:block;
	font-size:14px;
	margin:0px 15px;
    font-weight: 300;
	height:42px;
	overflow:hidden;
	color:#fff;
	opacity:0.7;
}
.player {
	float:left;
	overflow:hidden;
	width:100%;
	clear:both;
    background-color: #2b2b2b;
}
.wavelist {
}
.wavelist li {
	height:33px;
}
.wavelist .ttlbox {
	float:left;
	width:140px;
	height:24px;
	color:#fff;
    font-size: 14px;
    text-transform: capitalize;
}
.wavelist .playnow {
	display:block!important;
	float:left;
	width:25px;
	height:24px;
	background-image:url('/images/play.png');
	background-repeat:no-repeat;
	cursor:pointer;
}
.wavelist .playnow.stop {
	background-image:url('/images/pauze.png');
}
.wavelist .filelnk {
	float:left;
	width:25px;
	height:24px;
/*	background-image:url('/images/download.png');*/
	background-repeat:no-repeat;
	cursor:pointer;
    color: #8bc040;
    font-size: 26px;
    margin: -3px 0px 0px 3px!important;
}
.wavelist .ziplnk {
	float:left;
	width:25px;
	height:24px;
	/*background-image:url('/images/zip.png');*/
	background-repeat:no-repeat;
	cursor:pointer;
    margin: -3px 0px 0px 3px!important;
}
.wavelist .ziplnk.remove {
	/*background-image:url('/images/zipped.png');*/
}
.wavelist .notdownloaded {
	float:left;
	width:25px;
	height:24px;
	background-image:url('/images/notdownloaded.png');
	background-repeat:no-repeat;
}
.wavelist .downloaded {
	float:left;
	width:25px;
	height:24px;
	background-repeat:no-repeat;
	background-image:url('/images/downloaded.png');
}
.tril2 .wavelist .playnow {
	background-image:url('/images/ac_play.png');
}
.tril2 .wavelist .playnow.stop {
	background-image:url('/images/ac_pauze.png');
}
.tril2 .wavelist .filelnk {
	/*background-image:url('/images/ac_download.png');*/
}
/*
.tril2 .wavelist .ziplnk {
	background-image:url('/images/ac_zip.png');
}
.tril2 .wavelist .ziplnk.remove {
	background-image:url('/images/ac_zipped.png');
}
*/
.tril2 .wavelist .notdownloaded {
	background-image:url('/images/ac_notdownloaded.png');
}
.tril2 .wavelist .downloaded {
	background-image:url('/images/ac_downloaded.png');
}
.tril3 .wavelist .playnow {
	background-image:url('/images/ct_play.png');
}
.tril3 .wavelist .playnow.stop {
	background-image:url('/images/ct_pauze.png');
}
.tril3 .wavelist .filelnk {
	/*background-image:url('/images/ct_download.png');*/
}
/*
.tril3 .wavelist .ziplnk {
	background-image:url('/images/ct_zip.png');
}
.tril3 .wavelist .ziplnk.remove {
	background-image:url('/images/ct_zipped.png');
}
*/
.tril3 .wavelist .notdownloaded {
	background-image:url('/images/ct_notdownloaded.png');
}
.tril3 .wavelist .downloaded {
	background-image:url('/images/ct_downloaded.png');
}
.tril4 .wavelist .playnow {
	background-image:url('/images/ch_play.png');
}
.tril4 .wavelist .playnow.stop {
	background-image:url('/images/ch_pauze.png');
}
.tril4 .wavelist .filelnk {
/*	background-image:url('/images/ch_download.png');*/
}
/*
.tril4 .wavelist .ziplnk {
	background-image:url('/images/ch_zip.png');
}
.tril4 .wavelist .ziplnk.remove {
	background-image:url('/images/ch_zipped.png');
}
*/
.tril4 .wavelist .notdownloaded {
	background-image:url('/images/ch_notdownloaded.png');
}
.tril4 .wavelist .downloaded {
	background-image:url('/images/ch_downloaded.png');
}
.ssml .wavelist .playnow {
	background-image:url('/images/ssml_play.png');
}
.ssml .wavelist .playnow.stop {
	background-image:url('/images/ssml_pauze.png');
}
.ssml .wavelist .filelnk {
/*	background-image:url('/images/ch_download.png');*/
}
/*
.ssml .wavelist .ziplnk {
	background-image:url('/images/ch_zip.png');
}
.ssml .wavelist .ziplnk.remove {
	background-image:url('/images/ch_zipped.png');
}
*/
.ssml .wavelist .notdownloaded {
	background-image:url('/images/ssml_notdownloaded.png');
}
.ssml .wavelist .downloaded {
	background-image:url('/images/ssml_downloaded.png');
}
.wavelist .wave {
	float:left;
	width:calc(100% - 310px);
	max-width: 370px;
	height:24px;
	margin:0px 0px 0px 20px;
	position:relative;
	right:auto;
	top:auto;
}
.tab.browse {
	margin: 0px 0px 0px 37px;
}
.tab .player, .tab .tagsbox {
/*    background-color: rgba(0,0,0,0.00)!important;*/
}
.tab .wavelist .wave {
	width:calc(100% - 680px);
}
.tab .wavelist .ttlbox {
    color: #8bc040;
}
.tril2 .tab .wavelist .ttlbox {
    color: #588afd;
}
.tril3 .tab .wavelist .ttlbox {
    color: #f6980a;
}
.tril4 .tab .wavelist .ttlbox {
    color: #f15e1e;
}
.tab .wavelist wave{
    border: 0px!important;
}


.ticker {
    position: relative;
    background-color: #282828;
    color: #fff;
    font-size: 12px;
    border-radius: 10px;
    height: 20px;
    margin: -30px 0px 20px 0px;
    float: left;
    clear: both;
    width: calc(100% - 20px);
    list-style: none;
    padding: 4px 10px;
    overflow: hidden;
    line-height: 20px;
}
.ticker ul {
    position: absolute;
    left: 100%;
    overflow: hidden;
    top: 0px;
}
.ticker li {
    float: left;
    line-height: 27px;
    color: #fff;
    white-space: nowrap;
}
.ticker li.active {
    right:0px;
}
.ticker li a {
    color: #fff;
    text-decoration: none;
}
.start1 {
	overflow:hidden;
	margin:0px 0px 0px 15px;
	padding:0px 0px 15px 0px;
}
.tabs {
	float:left;
	clear:both;
	list-style:none;
	border-bottom:2px solid #3d3d3d;
	height:40px;
	width:100%;
}
.tabs li {
	float:left;
	color:#fff;
	cursor:pointer;
	margin:0px 20px 0px 0px;
	border-bottom:3px solid #181818;
}
.tabs li.active {
	border-bottom:3px solid #91c34a;
	font-weight:700;
}
.tabholder .tab {
    margin: 0px 0px 20px 0px;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,0.6);
}
.tabholder .tab:last-child {
    border-bottom: 0px solid rgba(255,255,255,0.6);
}
/*
	display:none;
.tabholder .tab.active {
	display:block;
}*/
.tabholder .tab strong {
	color: #fff;
    display: block;
    margin: 0px 0px 20px 0px;
}

.gcontainer {
	margin:20px 0px 20px 0px;
	overflow:hidden;
    border-bottom: 1px solid rgba(255,255,255,0.6);
    padding: 0px 0px 20px 0px;
    width: 100%;
    height: 200px;
}
.groups {
	float:left;
	width:33%;
    max-width: 460px;
	vertical-align:top;
	background-color:#282828;
    margin: 0px 0px 21px 0px;
	padding:0px 0px 14px 0px;
}
.groups.mid {
	width:33%;
	margin:0px 0.5%;
}
.groups img {
	display:block;
	width:100%;
}
.groups a {
	display:block;
	text-decoration:none;
}
.groups span {
	display:block;
	margin:14px 14px 0px 14px;
	color:#f9bd41;
	font-weight:500;
}
.groups strong {
	display:block;
	color:#fff;
	margin:0px 14px;
}

.overlay {
	background-color:#000;
	opacity:0.3;
	position:fixed;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	z-index:1000000000;
}
.popup {
	position:fixed;
	background-color:#333;
	width:300px;
	left:50%;
	z-index:10000000000;
	top:100px;
	color:#fff;
	font:500 16px/20px "Inter", system-ui;
	padding:30px;
	margin:0px 0px 0px -180px;
}
.popup .close {
	position:absolute;
	top:-10px;
	right:-10px;
	cursor:pointer;
}
.popup label {
	display:block;
	color:#fff;
}
.popup input, .popup textarea {
	display:block;
	background-color:#000;
	border:0px;
	color:#fff;
	padding:5px 10px;
	width:calc(100% - 20px);
	margin:0px 0px 10px 0px;
	font:500 14px/20px "Inter", system-ui;
}
.popup textarea {
	height:200px;
}
.popup input[type=image] {
	width:auto;
	float:right;
}
.hover {
	cursor:pointer;
}
.startdate {
	float:right;
	color:#999;
	font:300 17px/20px "Inter", system-ui;
	margin:-30px 0px 0px 0px;
	text-transform:uppercase;
}

.updpass {
	padding: 20px;
	background-image: url('/images/linebg.png');
	background-size: 100% 100%;
	overflow: hidden;
	width: 445px;
    margin: 0px 0px 0px 30px;
}
.updpass label {
	color: #fff;
	float: left;
	clear: left;
	width:150px;
	margin: 0px 0px 15px 0px;
}
.updpass input {
	border: 1px solid #fff;
	float: left;
	border-radius: 2px;
	padding: 5px 10px;
	width: 250px;
	margin: 0px 0px 15px 0px;
}
.updpass input.btn {
    border: 0px;
    background: none;
        background-image: none;
    background-image: url('/images/submit.png');
    width: 93px;
    cursor: pointer;
    height: 23px;
    float: right;
    margin: 8px 20px 0px 0px;
}
.tril2 .updpass input.btn {
    background-image: url('/images/ac_submit.png');
}
.tril3 .updpass input.btn {
    background-image: url('/images/ct_submit.png');
}
.tril4 .updpass input.btn {
    background-image: url('/images/ch_submit.png');
}
.tagsbox {
    background-color: #2b2b2b;
    float: right;
    text-align: right;
    color: #fff !important;
    margin: 20px 20px 0px 0px;
    line-height: 27px !important;
    width: 130px;
    text-transform: capitalize;
    font-size: 12px;
}
.tagsbox a {
	color: #fff;
	text-decoration: none;
}
.success {
	padding: 20px;
	background-color:#00A622;
	color: #fff;
	overflow: hidden;
	width: 445px;	
}
.false {
	padding: 20px;
	background-color:#BB0003;
	color: #fff;
	overflow: hidden;
	width: 445px;	
}

.newItems {
	background-color:#FF0000;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 100px;
	margin: 0px 0px 0px 10px;
    margin: -26px 17px 0px 10px;
    float: right;
}
.headers {
    position: relative;
    list-style: none;
    padding: 0px;
    margin: 10px 0px 30px 0px;
    height: 220px;
}
.headers li {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 230px;
    width: 100%;
    opacity: 0;
    transition: all 0.2s;
}
.headers li.active {
    opacity: 1;
}


.key ul {
	display: block!important;
}
.key div {
	float: left;
	border: 2px solid #000;
	border-radius: 100px;
	color: #fff;
	width: calc(50% - 14px);
	height: 25px;
	line-height: 25px;
	margin: 5px;
	text-align: center;
	font-weight: bold;
    cursor: pointer;
	text-transform: uppercase;
}
.key div.a {
    color: #fff;
    background-color: #333;
}
.key ul {
    display: none!important;
}
.key ul.a {
    display: block!important;
}
.key ul li {
	float: left;
	border: 2px solid #000;
	border-radius: 100px;
	color: #fff;
    padding: 0px 4px;
	height: 25px;
	line-height: 25px;
    min-width: 25px;
	margin: 5px!important;
	text-align: center;
	font-weight: bold;
}
.key ul li.a {
    color: #fff;
    background-color: #333;

}


.mobilesearch {
    display: none;
}



.tablist li .sub {
    display: none;
}

.headers.small {
  height: 57px;
  margin: -20px 0px 30px 0px;
}
.headers.small li, .headers.small .startcontent, .headers.small .startcontent > div {
  height: 20px;
  text-align: center;
  font-size: 18px;
  width: 100%;
  padding: 0px;
}











body {
    --h: 348;
    --s: 60%;
    --l: 52%;
    --dark: #fff;
    --dark-hover: rgba(225,225,225,0.50);
    --light: hsl(var(--h) var(--s) 99%);
    --gap: 1.5rem;
}


.blue {
  --h: 206;
  --s: 42%;
  --l: 56%;
}


/* Circle of Ffths */
.cf {
  aspect-ratio: 1;
  margin-block: var(--gap) 0;
  width: 250px;
}
.cf-arcs {
  transform: rotate(-15deg);
  transform-origin: 50% 50%;;
}
.cf-arcs path {
    fill:#282828;
  stroke: #fff;
}
.cf-arcs a.active path {
    fill:#fff;
  stroke:#fff;
}
/*
.tril2 .cf-arcs path {
    fill:#282828;
  stroke: #588afd;
}
.tril2 .cf-arcs a.active path {
    fill:#588afd;
    stroke:#588afd;
}
.tril3 .cf-arcs path {
    fill:#282828;
  stroke: #f6980a;
}
.tril3 .cf-arcs a.active path {
    fill:#f6980a;
    stroke:#f6980a;
}
.tril4 .cf-arcs path {
    fill:#282828;
  stroke: #f15e1e;
}
.tril4 .cf-arcs a.active path {
    fill:#f15e1e;
    stroke:#f15e1e;
}
*/
.cf-arcs path:hover {
  fill: var(--dark-hover);
}
.cf-text-inner,
.cf-text-middle {
  fill: #ccc;
    font-family: "Inter", system-ui;
    font-optical-sizing: auto;

  font-weight: 500;
  letter-spacing: -0.065em;
  pointer-events: none;
  text-anchor: middle;
}
a.cofKey {
    position: relative;
    z-index: 1000;
}
a .cf-text-inner,
a .cf-text-middle {
  fill: #fff;
}
/*
.tril2 a .cf-text-inner,
.tril2 a .cf-text-middle {
  fill: #588afd;
}
.tril3 a .cf-text-inner,
.tril3 a .cf-text-middle {
  fill: #f6980a;
}
.tril4 a .cf-text-inner,
.tril4 a .cf-text-middle {
  fill: #f15e1e;
}
*/

a.active .cf-text-inner,
a.active .cf-text-middle {
  fill: #fff;
}
.cf-text-inner {
  font-size: 10px;
  font-weight: bold;
    }
.cf-text-middle {
  font-size: 18px;
  font-weight: bold;
}

/* Flat and Sharp Positions */
.cf-flat-1 {
  transform: translate(10px, -2.5px);
}
.cf-flat-2 {
  transform: translate(13px, -7.5px);
}
.cf-flat-3 {
  transform: translate(16px, -1px);
}
.cf-flat-4 {
  transform: translate(19px, -5.5px);
}
.cf-flat-5{
  transform: translate(22px, 1px);
}
.cf-sharp-1 {
  transform: translate(10px, -7.5px);
}
.cf-sharp-2 {
  transform: translate(13px, -3px);
}
.cf-sharp-3 {
  transform: translate(16px, -9px);
}
.cf-sharp-4 {
  transform: translate(19px, -4.5px);
}
.cf-sharp-5 {
  transform: translate(22px, 0.5px);
}
.cf-sharp-6{
  transform: translate(25px, -6px);
}

.cf use {
  pointer-events: none;
}
.cf [baseline-shift="super"] {
  font-size: 80%;
}

.mobinav {
	display: none;
}


.vb {
    overflow: visible; /* Hide scrollbars */
    position: relative; /* Ensure proper positioning */
    cursor: grab; /* Change cursor to indicate drag functionality */
}

.vb.dragging {
    cursor: grabbing; /* While dragging */
}

.tablist {
    display: flex;
    gap: 0px; /* Optional for spacing */
    overflow-x: scroll; /* Enable scrolling */
	overflow-y: hidden;
    scrollbar-width: none; /* Hide scrollbar in Firefox */
}
.tablist.banner {
	display: block;
}

.tablist::-webkit-scrollbar {
    display: none; /* Hide scrollbar in Chrome, Safari */
}

.tablist li {
	flex: 0 0 226px;
	position: relative;
	list-style-type: none;
}




.mobileonly {
    display: none;
}


.ticker2 {
	width: calc(100% - 30px);
	overflow: hidden;
	background: #333;
	color: white;
	padding: 10px 15px;
	position: relative;
	height: 18px;
	border-radius: 15px;
	margin: -30px 0px 40px 0px;
	font-size: 14px;
}
.ticker2 ul {
	display: flex;
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
	position: absolute;
	left: 0;
}
.ticker2 ul li {
	padding: 0 20px;
	flex-shrink: 0;
}
.ticker2 ul li a {
	color: #fff;
	text-decoration: none;
}
.notification {
	padding: 15px;
	z-index: 100000000;
	border-radius: 8px;
	position: fixed;
	right: -480px;
	bottom: 30px;
	transition: all 0.4s;
	max-width: 420px;
	font-size: 18px;
    line-height: 30px;
}
.notification.error {
	border: 1px solid rgba(193,0,3,1.00);
	color: rgba(255,255,255,0.70);
	background-color: rgba(193,0,3,0.30);
}
.notification.show {
	right: 30px;
}
.notification strong {
	display: block;
	font-weight: 500;
	font-size: 22px;
}

@media only screen and (max-width: 700px) {
	#content {
		min-width: 0px;
	}
    .mobileonly {
        display: block;
    }

	body {
		padding: 60px 0px 0px 0px;
	}
	#header {
		height: 60px;
	}
	.logo img {
  		height: 32px;
	}
	.rlogo {
		margin:  0px 40px 0px 0px;
	}
	.rlogo img {
  		height: 32px;
	}
	#info {
		display: none;
	}
	.login form h1 {
		font-size: 40px;
		margin: -20px 0px 24px 0px;
	}
	.login form input {
		font-size: 33px;
		width: calc(100% - 100px);
		color: #fff!important;
	}
	
	.login form ::placeholder {
		color: #fff;
		opacity: 1; /* Firefox */
	}

	.login form ::-ms-input-placeholder { /* Edge 12 -18 */
		color: #fff;
	}
	.login form button {
		float: none;
		width: calc(100% - 0px);
	}

	.mobinav {
		display: inline-block;
		position: absolute;
		right: 10px;
		top: 10px;
		color: #fff;
		z-index: 100;
		background-color: #282828;
		border-radius: 15px;
		overflow: hidden;
		padding: 5px;
		border: 1px solid #2d2f36;
		cursor: pointer;
		width: 30px;
		height: 30px;
		line-height: 42px;
		text-align: center;
	}

	.topnav {
		display: none;
	}
	#nav {
		display: none;
	}
	#nav.show {
		display: block;
		position: fixed!important;
		z-index: 99;
		text-align: left;
		list-style: none;
		top: 20px;
		background-color: #282828;
		border-radius: 15px;
		border: 1px solid #2d2f36;
		right: 10px;
		width: 300px!important;
	}
	#nav > li {
		display: block;
		position: relative;
		text-align: left;
	}
	#nav > li a {
		font-size: 16px;
        text-align: left;
	}
	#nav a i {
		font-size: 10px;
		display: inline-block;
		margin: 0px 0px 0px 5px;
	}

	#nav ul {
		width: calc(100% - 10px);
		position: relative;
		top: 0;
	}
	
    #content .container {
        padding: 10px 10px;
    }
    .tab.browse {
        margin: 0px;
    }
	.headers.small {
		margin: -130px 0px 200px 0px;
        display: none;
	}
	.headers.small .startcontent > div {
		padding: 20px;
	}
	
    .mobilesearch {
        display: block;
        position: absolute;
        background-image: url(/images/burger.png);
        background-size: 30px;
        width: 35px;
        height: 35px;
        border: 1px solid #ccc;
        border-radius: 5px;
        overflow: hidden;
        right: 20px;
        top: 20px;
        padding: 5px;
        background-position: center;
        background-repeat: no-repeat;
    }
    
	.startcontent {
		font:normal 24px/31px "Inter", system-ui;
		height: 70px;
        width: calc(100% - 40px);
        padding: 20px 20px;
	}
    .startcontent br {
        display: none;
    }
    .startcontent strong  {
        display: inline-block;
        margin: 0px 0px 0px 10px;
    }

	.startcontent > div {
		height: 70px;
	}
	
	.pt {
		border-radius: 10px;
		background-color: #fff;
		display: inline-block;
		width: 300px;
		padding: 20px;
		margin: 0px 0px 30px 0px;
		text-align: center;
	}
	
    #randompick, #post {
        min-width: 100px;
    }
	
	#header form {
		display: none;
	}
	#header input {
		width: 260px;
		display: none;
	}
	.icon {
		position: relative;
		width: 100%;
		height: 0;
		line-height: 136px;
	}
	#html {
		border: 0px;
		width:calc(100%);
		margin: 0px 0px 0px 0px;
	}
    .vb {
        width: 100%;
    }
	.bannervb {
		height: auto!important;
	}
	.start1 {
		margin: 0px;
	}
	.tablist {
	}
	.tablist.banner {
		height: auto;
		width: calc(100% - 10px);
	}
	.tablist.banner li strong.name {
		font-size: 25px !important;
		line-height: 40px !important;
		font-weight: 500;
	}
	.tablist li {
		position: relative;
		flex: 0 0 152px!important;
		margin: 0px 5px;
		width: 150px;
		height: 260px;
		cursor: pointer;
		background-color: #282828;
		border-radius: 10px;
	}
	.tablist.banner li {
		height: auto;
        width: calc(100% - 35px);
	}
	.tablist li div > img {
		margin: 0px 0px 15px 0px;
		width: 100%;
	}
	.tablist li img.goto {
		top: 120px;
	}
	.tablist li div.ziphome {
    	top: 120px;
	}
    .tab .player.active {
		background-color: rgba(0,0,0,1.00)!important;
		padding: 20px;
	}
	.player img {
		display: none;
	}
	.tab .tagsbox {
		display: none;
	}
	
	#content #nav.active {
        position: fixed;
        left: 0px;
        padding: 20px;
        display: block;
        top: 100px;
        z-index: 100000000000;
        background-color: #fff;
        height: calc(100% - 120px);
        overflow: auto;
        background: -webkit-linear-gradient(rgba(223,222,222,1) 0%, rgba(152,151,151,1) 19%, rgba(103,102,102,1) 45%, rgba(40,40,40,1) 100%);
        background: -o-linear-gradient(rgba(223,222,222,1) 0%, rgba(152,151,151,1) 19%, rgba(103,102,102,1) 45%, rgba(40,40,40,1) 100%);
        background: linear-gradient(rgba(223,222,222,1) 0%, rgba(152,151,151,1) 19%, rgba(103,102,102,1) 45%, rgba(40,40,40,1) 100%); 
        box-shadow: 0px 0px 15px 0px #000;
    }
    
    .browselist {
        list-style: none;
        margin: 0px 0px 0px 0px;
        min-width: 100px;
    }
    .browselist .header {
        display: none;
    }
    .browselist li {
        background-size: cover;
    }

    .browselist li span.ply {
        width: 110px;
        min-width: 100px;
    }
    .browselist li span.ttl {
        width: calc(100% - 110px);
    }
/*    .browselist li span {
        height: 54px;
    }*/
    .browselist li span.lng, 
    .browselist li span.tmp, 
    .browselist li span.key, 
    .browselist li span.typ, 
    .browselist li span.add
    {
        display: none;
    }
    .tagsbox {
        display: none;
    }
    
    .browselist .player .wave {
        margin: 0px 15px;
    }   
    .wavelist li {
        position: relative;
        height: 40px;
    }
    .wavelist .wave {
        float: none;
        width: calc(100% - 30px);
        height: 24px;
        margin: 0px 0px 0px 20px;
        position: absolute;
        right: auto;
        left: 0px;
        top: 34px;
    }
    .nav.bpm {
        display: none;

    }


    #postrequest {
        display: none;
    }
    .ttl strong {
        display: none!important;
    }
    .startcontent > div span {
        display: none;
    }
    .start1 .wavelist li {
        height: 23px!important;
        padding: 5px 0px;
    }
	.wavelist .ttlbox {
		width: 110px;
	}
	
	
	.tab .wavelist .wave {
		width: calc(100% - 230px);
	}
	.wavelist .wave {
    	float: left;
		position: relative;
		top: 0px;
	}
	.vb {
		height: 320px;
	}
	
    .browselist .ttlbox {
        width: 110px !important;
    }
    .browselist .wavelist .wave {
        width: calc(100% - 240px);
    }
    
    .tablist li strong.name {
        height: 66px;
    }
    #searchbtn {
        display: none;
    }

    #content #nav ul.nav > li {
        padding: 3px 0px;
    }
    #content #nav ul.nav li ul li a {
        text-transform: lowercase;
        padding: 5px 20px 5px 55px;
        line-height: 26px;
    }
    #nav {
        z-index: 1000001!important;
    }
    .nav form {
        position: relative;
        display: block;
        padding: 0px 20px;
        margin: 0px 0px 20px 0px;
    }
    .nav form input[type=text] {
        border-radius: 10px;
        padding: 8px 10px;
        background-color: #414141;
        color: #fff;
        font-size: 14px;
        border: 1px solid #2d2f36;
        width: calc(100% - 20px);
        font-style: italic;
    }
    .nav form button {
        position: absolute;
        top: 0px;
        right: 18px;
        border-radius: 10px;
        border: 1px solid #2d2f36;
        background-color: #282828;
        color: #fff;
        padding: 4px 6px 3px 7px;
        text-align: center;
        font-size: 14px;
    }
    .nav form button span {
        margin: 3px 0px 0px 0px;
        font-size: 20px;
    }
	.searchform {
		display: none;
	}
	
}
.login .error {
	color: #FFF;
	display: block;
	margin: -40px 0px 20px 0px;
	text-align: center;
	border-radius: 8px;
	padding: 10px;
	border: 1px solid red;
	background-color: red;
}
.login .completed {
	color: #FFF;
	display: block;
	margin: -40px 0px 20px 0px;
	text-align: center;
	border-radius: 8px;
	padding: 10px;
	border: 1px solid rgba(43,166,0,1.00);
	background-color: rgba(43,166,0,1.00);
}


#info {
	overflow: visible;
}
#info .circ {
	position: absolute;
	top: -10px;
	right: -10px;
	background-color: #E10003;
	color: #fff;
	border-radius: 100px;
	width: 20px;
	height: 20px;
	line-height: 19px;
	text-align: center;
	transition: all 1s;
}
#info .circ.blimp {
	width: 40px;
	height: 40px;
	line-height: 40px;
	top: -20px;
	right: -20px;
}








.newpopup input[type=submit] {
	float: right;
	font-weight: 500;
	width: auto;
	margin: 0px 0px 0px 20px;
	color: #fff;
	background-color: rgb(37, 99, 235);
	
}
.tril1 .newpopup input[type=submit] {
	background-color: #8bc040;
}
.tril2 .newpopup input[type=submit] {
	background-color: #588afd;
}
.tril3 .newpopup input[type=submit] {
	background-color: #f6980a;
}
.tril4 .newpopup input[type=submit] {
	background-color: #f15e1e;
}




.newoverlay {
	position: fixed;
	z-index: 100000;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
}
.newpopup {
	background-color: rgb(39, 39, 42);
	border-radius: 10px;
	border: 1px solid rgb(54, 54, 60);
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 30px;
	width: 80%;	
	max-width: 1200px;
	z-index: 100001;
	max-height: 80vh;
}
.newpopup.small {
	max-width: 400px;
	padding: 20px;
}
.newpopup.newmssg {
	max-width: 750px;
	padding: 20px;
	border:1px solid rgb(55, 65, 81);
	color: rgb(195, 195, 201);
	background-color: #1a1a1a;
}
.newpopup.analytics {
	max-width: 840px;
	padding: 30px;
	border:1px solid #000;
	color: rgb(195, 195, 201);
	background-color: rgb(39, 39, 42);
	overflow: auto;
}
.newpopup.analytics .left, .newpopup.analytics .right {
	border-radius: 8px;
	background-color:  rgb(54, 54, 60);
	padding: 25px;
	font-size: 14px;
}
.newpopup.analytics span {
	display: block;
	margin: 20px 0px;
}
.newpopup.analytics span strong {
	float: right;
	font-weight: 500;
	color: #fff;
}
.newpopup.analytics .breakdown span {
	padding: 14px;
	border-radius: 8px;
    margin: 8px 0px;
	background-color: rgb(39, 39, 42);
	color: #fff;
}
.newpopup.analytics .breakdown span strong {
	font-size: 16px;
	float: right;
	color: rgb(239, 67, 67);
	font-weight: 500;
	text-align: right;
}
.newpopup.analytics .breakdown span em, .newpopup.analytics .breakdown span strong em {
	display: block!important;
	font-size: 14px!important;
	font-style: normal!important;
	font-weight: normal!important;
	margin: 6px 0px 0px 0px;
	color:  rgb(195, 195, 201)!important;
}

.newpopup.analytics .topusers .u {
	margin: 20px 0px;
}
.newpopup.analytics .topusers .circ {
	display: inline-block;
	border-radius: 1000px;
	background-color: rgb(32, 148, 243);
	width: 32px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	color: #fff;
	vertical-align: middle;
	font-weight: 500;
	font-size: 14px;
}
.newpopup.analytics .topusers .u:nth-child(2) .circ {
	background-color: rgb(137, 90, 246);
}
.newpopup.analytics .topusers .u:nth-child(3) .circ {
	background-color: rgb(22, 162, 73);
}
.newpopup.analytics .topusers .u:nth-child(4) .circ {
	background-color: rgb(192, 132, 252);
}
.newpopup.analytics .topusers .u:nth-child(5) .circ {
	background-color: rgb(251, 146, 60);
}
.newpopup.analytics .topusers .inline strong {
	display: block;
	color: #fff;
	font-weight: 500;	
	margin: 0px 0px 5px 0px;
}
.newpopup.analytics .topusers .inline {
	display: inline-block;
	width: calc(100% - 62px);
	color: rgb(195, 195, 201);
	vertical-align: middle;
	margin: 0px 0px 0px 20px;
}
/*
	<div class="right topusers">
			<h4>Top Users</h4>
			
			<?php
			
			$i=1;
			foreach($lbu as $uid=>$listens)
			{
				if($listens>0 && $i<=5)
				{
					$usr = $db->queryrow("SELECT * FROM users WHERE id=? LIMIT 1", [ $uid ] );
					echo '<div class="circ">'.strtoupper(substr($usr['name'],0,1)).'</div><div class="inline"><strong>'.$usr['name'].'</strong>'.$usr['company'].' • '.$listens.' plays</div>';
					$i++;
				}
			}
			?>*/


.newpopup.calpopup {
	max-width: 600px;
	padding: 20px;
	border:1px solid #ccc;
	color: rgb(195, 195, 201);
	background-color: rgb(54, 54, 60);
}
.newpopup.calpopup strong {
	display: block;
	margin: 0px 0px 10px 0px;
	color: #fff;
	font-weight: 500;
}
.newpopup.calpopup hr {
	border-top:0px;
	border-left:0px;
	border-right:0px;
	margin: 20px 0px;
}
.newpopup.calpopup span {
	display: inline-block;
	text-transform: uppercase;
	border-radius: 50px;
	font-size: 14px;
	padding: 4px 8px;
	color: #fff;
	font-weight: 500;
	background-color: aliceblue;
}
.newpopup.calpopup span.low {
	background-color: rgb(34, 197, 94);
}
.newpopup.calpopup span.medium {
	background-color: rgb(234, 179, 8);
}
.newpopup.calpopup span.high {
	background-color: rgb(239, 68, 68);
}
.newpopup.calpopup a {
	display: inline-block;
	margin: 0px 10px 0px 0px;
	color: #fff;
	font-weight: 500;
	border-radius: 5px;
	border:1px solid #fff;
	padding: 8px 15px;
}
.newpopup.calpopup a svg {
	height: 16px;
	display: inline-block;
	vertical-align: middle;
}
.newpopup form {
	margin-bottom: 40px;
	max-height: 700px;
	padding: 3px 3px 3px 3px;
	overflow-y: auto;
	scrollbar-width: thin;            /* For Firefox */
	scrollbar-color: #4a4a4a #1a1a1a; /* thumb and track colors */
}
/* WebKit (Chrome, Safari, Edge) */
.newpopup form ::-webkit-scrollbar {
  width: 12px;
}

.newpopup form ::-webkit-scrollbar-track {
  background: #4a4a4a;
  border-radius: 4px;
}

.newpopup form ::-webkit-scrollbar-thumb {
  background-color: #4a4a4a;
  border-radius: 4px;
  border: 2px solid #1a1a1a; /* optional padding inside track */
}


.surveytest {
	max-width: 600px;
	color: #fff!important;
	background-color: rgb(39, 39, 42);
}
.surveytest form {
	max-height: 560px!important;
	margin: 20px 0px 0px 0px!important;
}
.surveytest .block {
	background-color: rgb(54, 54, 60);
	margin: 0px 0px 10px 0px;
}
.surveytest .block.false {
	background-color: rgba(255,0,4,0.30);
	
	width: auto;
	border: 1px solid rgba(255,0,4,1.00);
}
.surveytest .block em, .surveytest .block strong {
	display: block;
	margin: 0px 0px 10px 0px;
}
.surveytest .block em {
	font-size: 14px;
	font-weight: 500;
	font-style: normal;
}
.surveytest .block strong {
	font-size: 16px;
	font-weight: 500;
	font-style: normal;
	
}
.surveytest .block label {
	display: block;
	margin: 0px 0px 10px 0px;
	font-weight: normal!important;
}
.surveytest .block strong i {
	display: inline-block;
	margin: 0px 0px 0px 6px;
	vertical-align: middle;
	color: rgb(248, 113, 113);
}
.surveytest .block input {
	display: inline-block;
	vertical-align: middle;
	margin: 0px 5px 0px 0px;
}
.surveytest .block textarea {
	border: 1px solid #fff;
	background-color: rgb(39, 39, 42);
	margin: 0px;
}

.rating {
	vertical-align: middle;
}
.surveytest .block .rating label {
	vertical-align: middle;
	display: inline-block;
	border-radius: 100px;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: 2px solid #fff;
	color: #fff;
	font-weight: 500!important;
	margin: 0px 5px 0px 0px;
	transition: all 0.2s;
	cursor: pointer;
}
.surveytest .block .rating label:hover {
	border: 2px solid rgb(32, 148, 243);
}
.surveytest .block .rating label input {
	display: none;
}

.surveytest .block .rating label:has(> input:checked){
	border: 2px solid rgb(32, 148, 243);
	background:rgb(32, 148, 243); 
}


.block {
	background-color: rgb(39, 39, 42);
	border: 1px solid rgb(54, 54, 60);
	padding: 30px;
	border-radius: 10px;
}
.block label, .newpopup label {
	display: block;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
}
.block input, .block select, .block textarea, .newpopup input, .newpopup select, .newpopup textarea {
    font-family: "Inter", system-ui;
	padding: 10px 15px;
	background-color: rgb(54, 54, 60);
	border: 1px solid rgb(54, 54, 60);
	transition: all 0.2s;
	width: calc(100% - 40px);
	color: rgb(195, 195, 201);
	margin: 5px 0px 25px 0px;
	border-radius: 5px;
}
.block input.false, .block select.false, .block textarea.false, .newpopup input.false, .newpopup select.false, .newpopup textarea.false {
    background-color: rgba(255,184,186,1.00);
	border: 1px solid rgba(244,0,4,1.00);
	color: rgba(255,0,4,1.00)
}
.block input.false::placeholder, .block select.false::placeholder, .block textarea.false::placeholder, .newpopup input.false::placeholder, .newpopup select.false::placeholder, .newpopup textarea.false::placeholder {
	color: rgba(255,0,4,1.00)
}
.block textarea, .newpopup textarea {
	height: 60px;
    font-family: "Inter", system-ui;
}
.block input[type=date], .newpopup input[type=date] {
	color-scheme: dark;
}
.block input[type=radio], .newpopup input[type=radio] {
	width: auto;
	-webkit-appearance: radio;
}
.datecontain {
	position: relative;
}
.block input[type=date]::-webkit-calendar-picker-indicator, .newpopup input[type=date]::-webkit-calendar-picker-indicator {
    background: transparent;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: auto;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
}

.block select, .newpopup select {
	width: 100%;
}
.block input:hover, .block input:focus, .newpopup input:hover, .newpopup input:focus {
	border: 1px solid rgba(255,255,255,1.00);
}



.tril2 .xmascat .tablist li:nth-child(even) .icon,
.tril3 .xmascat .tablist li:nth-child(even) .icon,
.tril4 .xmascat .tablist li:nth-child(even) .icon,
.xmascat .tablist li .icon {
  background-color: #E40A2D !important;
}
.xmascat .tablist li:nth-child(odd) .icon {
  background-color: #3c8d0d  !important;
}
.xmascat li span {
	color: #fff!important;
}
/* Snow layer that stays behind your content */
#snow-layer {
position: fixed;
inset: 0;
pointer-events: none;
z-index: -1; /* behind */
overflow: hidden; /* keep flakes clipped */
}


/* Each flake is just a character (faster than images); tweak as you wish */
.flake {
position: absolute;
will-change: transform, opacity, left, top; /* micro-optimizations */
user-select: none;
line-height: 1;
	color: #fff;
}
.tablist.xmascat li {
	overflow: visible!important;
}
.tab.xmascat {
  margin: 0px 0px 0px 37px!important;
  overflow: hidden!important;
  padding: 15px 0px 0px 0px!important;
}
.tablist.xmascat {
	overflow: visible!important;
}


#newentries .xmas {
	overflow: visible!important;
}
#newentries .xmas:nth-child(odd)::before {
	content: "";
	position: absolute;
	top: -15px; 
	left: 0;
	width: 267px; 
	height: 65px;
	background-image: url("/images/cap1.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;

	pointer-events: none; /* lets clicks pass through */
	z-index: 2; /* keep above content if you need */
}
#newentries .xmas:nth-child(even)::before {
	content: "";
	position: absolute;
	top: -17px;
	left: -6px;
	width: 267px;
	height: 83px;
	background-image: url("/images/cap2.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
	pointer-events: none; /* lets clicks pass through */
	z-index: 2; /* keep above content if you need */
}

#newentries .tablist {
	padding: 20px 0px 0px 0px;
	margin: -20px 0px 0px 0px;
}


.tablist.xmascat li:nth-child(odd)::before {
  content: "";
  position: absolute;
  top: -15px; 
	left: 0;
  width: 267px; 
	height: 65px;
  background-image: url("/images/cap1.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;

  pointer-events: none; /* lets clicks pass through */
  z-index: 2; /* keep above content if you need */
}
#html.xmas {
	overflow: visible!important;
}
.tablist.xmascat li:nth-child(even)::before {
  content: "";
  position: absolute;
  top: -17px;
  left: -6px;
  width: 267px;
  height: 77px;
  background-image: url("/images/cap2.png");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;

  pointer-events: none; /* lets clicks pass through */
  z-index: 2; /* keep above content if you need */

}
#newentries.xmascat {
	overflow: visible!important;
}
.browselist.xmascat .startlist {
  background-image: url('/images/play-white.png');
}