.grade .grade .radio .nome {
	color: #fff;
	font-size: 1.2em;
}

.grade .radio .nome .status.online {
	color:#FFDA29;
	font-size: 0.9em;
}

.grade .radio .info {
	position: relative;
	padding-left: 13px;
	font-size: 0.75em;
	color: #CCCCCC;
}
.grade .radio .info::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 3.5px 0 3.5px 6px;
	border-color: transparent transparent transparent #ffffff;
	position: absolute;
	top: 6px;
	left: 3px;
}

.grade .estatisticas .item {
	width: 200px;
	padding: 0px 20px;
	text-align: center;
}

.grade .estatisticas .item .valor {
	margin-left: 15px;
	position: relative;
	color: #ffffff;
	font-size: 2em;
}

.grade .estatisticas .item .valor::before {
	content: '';
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 6px 10px 6px;
	border-color: transparent transparent #829C2F transparent;
	position: absolute;
	top:20px;
	margin-left: -20px;
}

.grade .estatisticas .item .barra {
	width: 100%;
	height: 5px;
	border-radius: 2px;
	background-color: #333333;
	margin-top: 5px;
	margin-bottom: 10px;
	position: relative;
}
.grade .estatisticas .item .barra span {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 5px;
	border-radius: 2px;
	background-color: #FFDA29;
}


.grade .estatisticas .item .nome {
	color: #808080;
	font-size: 0.9em;
	text-transform: uppercase;
}

.grade .lista {
	margin: 100px 0px;
	margin-top: 130px;
	padding: 0px;
}

.grade .grade-container {
	position: relative;
	border-top: 1px solid #1C1C1C;
	border-bottom: 1px solid #1C1C1C;
	padding: 30px 0px;
	height: 240px;
	width: 100%;
	overflow: visible;
}

.grade .lista .item {
	min-width: 120px;
	height: 130px;
	position: relative;
	padding: 10px;
	margin: 30px 0px 0px 20px;
	cursor: default;
}

.grade .lista .item .tempo {
	width: 40px;
	height: 20px;
	text-align: center;
	color:#cccccc;
	font-size: 13px;
	line-height: 20px;
	position: absolute;
	top: -25px;
	left: -11px;
	transition: 0.2s;
}
	.grade .lista .item:hover .tempo {
		color: #ffffff;
	}
	.grade .lista .item .tempo:after {
		content:"";
		position: absolute;
		background-image: url(../img/grade-time.png);
		top: 20px;
		left: 50%;
		width: 1px;
		height: 45px;
	}

.grade .lista .item .pasta {
	width: 100%;
	height: 72px;
	background-size: cover;
	background-position: center;
	opacity: 1;
	transition: 0.2s;
}
	.grade .lista .item:hover .pasta {
		margin-top: -5px;
		opacity: 1;
	}
.grade .lista .item .pasta .mask {
	background-image: url(../img/grade-mask.png);
	background-position: center;
	background-size: cover;
	width: 100%;
	height: 72px;
}

.grade .lista .item .pasta .tipo {
	width: 100%;
	height: 100%;
	text-align: center;
	vertical-align: middle;
	line-height: 72px;
	font-size: 1.2em;
	color:#ffffff;
	text-shadow: #000000 0.5em 0.5em 0.5em;
}

.grade .lista .item img {
	width: 100%;
	height: auto;
	
}

.grade .glider {
	overflow-x: auto;
	height: 250px;
}

.grade .lista .item .acoes {
	display: inline-flex;
	width: 100;
	height: 30px;
	position: relative;
	bottom: -10px;
}


.grade .xPasta {
	background-color: transparent;
	border-radius: 3px;
	border: solid 1px #1C1C1C;
	color:#fff;
}
.grade .xPasta::-webkit-outer-spin-button,
.grade .xPasta::-webkit-inner-spin-button {
    background-color: transparent;
}

.grade .container-checkbox .checkmark:after {
	left: 6px;
	top: 3px;
	width: 6px;
	height: 10px;
	border: solid rgba(255,255,255,0.15);
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.grade .ativo .container-checkbox .checkmark:after, .grade .container-checkbox input:checked ~ .checkmark:after {
	left: 6px;
	top: 3px;
	width: 6px;
	height: 10px;
	border: solid rgba(255,255,255,0.8);
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

/* On mouse-over, add a grey background color */
.grade .container-checkbox:hover input ~ .checkmark {
	/*background-color: #001F55;*/
}

/* When the checkbox is checked, add a blue background */
.grade .container-checkbox input:checked ~ .checkmark {
	/*background-color: #001F55;*/
}

/* Create the checkmark/indicator (hidden when not checked) */
.grade .container-checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

/* Show the checkmark when checked */
.grade .container-checkbox input ~ .checkmark:after {
	display: block;
}

.grade .boxRadio.left {
	display: flex;
	justify-content: flex-end;
	float: left;
	vertical-align: middle;
	margin-top: 4px;
	margin-left: 5px;
	/*clear: both;*/
}

.grade .boxRadio .container-checkbox input {
	display: none;
}

.boxRadio .container-checkbox input:checked ~ .checkmark {
	/*background-color: #003366;*/
}

.grade .boxRadio.left .container-checkbox .checkmark {
	width: 20px;
	height: 20px;
	background-color: transparent;
	border: 1px solid #1C1C1C;
	border-radius: 5px;
	transition: 0.2s !important;
}




.item-pasta .pasta {
	width: 100%;
	height: 80px;
	background-size: cover;
	background-position: center;
	transition: 0.2s;
}

.item-pasta .mask {
	background-image: url(../img/grade-mask-light.png);
	background-size: cover;
	height: 100%;
	margin-bottom: 10px;
}


.scroll-container {
    width: 100%; /* ou um valor específico */
    overflow-x: auto; /* Habilita rolagem horizontal */
    overflow-y: visible; /* Esconde rolagem vertical */
}

.grade-container {
    position: relative;
    width: auto;
    height: 300px;
    overflow-y: visible; /* Permite que o conteúdo exceda verticalmente */
}

.grade-lista {
	/*margin-top: 35px;*/
	padding-top: 55px;
	top: -55px;
	position: relative;
	width: 2000px; /* Um valor grande para permitir rolagem horizontal */
    height: 300px; /* Altura do contêiner */
    overflow-y: visible;
}

.ponteiro {
    position: absolute;
    display: flex;
    justify-content: center;
    width: 80px;
    height: 270px;
    top: 0px;
    left: 0px;
    /*transition: all 0.2s linear;*/
}
.ponteiro .timer {
	width: 100%;
	height: 20px;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
	color:white;
}
.ponteiro .linha {
	position: absolute;
	background-image: url(../img/ponteiro.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	width: 2px;
	top: 20px;
	height: 250px;
}



.grade .grade-item {
	border-radius: 5px;
	padding: 5px;
	background-color: #000000;
}


/* Cores BG Itens */
.grade .grupo {
	max-height: 178px;
	border-radius: 5px;
	padding: 5px 10px 5px 0px;
}

.grade .grupo.musica {
	background-color: rgba(0, 168, 99, 0.05);
}
.grade .grupo.midia {
	background-color: rgba(255, 204, 41, 0.05);
}