@charset "utf-8";
/* CSS Document */
.ch-bts {
	position:inherit;
	padding:15px;
	height:auto;
	margin-bottom:12px;
}
.ch-bts h2 {
	display:block;
	line-height:1.5;
	font-family: 'Rajdhani-bold', Tahoma, sans-serif;
	font-size:2em;
	color: #1c1e21;
	text-align:center;
	margin-top:-2px;
}
.ch-bts i {
	display:inline-block;
	font-weight:normal;
	font-size:1.3em;
	cursor:default;
}
#channel-mod {
	height:auto;
	min-height:479px;
}
.ch-preview {
	padding:20px!important;
	height:auto!important;
	min-height:479px;
}
.ch-preview label {
	display:block;
	font-family: 'Rajdhani-bold', Tahoma, sans-serif;
	font-size:16px;
	padding:10px;
}
.ch-preview label:before {
	content: '•';
    position: absolute;
    display: block;
	font-family: 'Rajdhani-bold', Tahoma, sans-serif;
    font-size: 30px;
    font-weight: bold;
    margin-left: -12px;
    line-height: 0.75;
    color: var(--seo-color);
}
.ch-preview textarea, .ch-preview input[type="text"] {
	width:100%;
	display:block;
	font-size:16px;
	font-family: 'Rajdhani', Tahoma, sans-serif;
	color: #080809;
	margin-bottom:5px;
	min-height: 100px!important;
}
.ch-preview textarea::placeholder, .ch-preview input[type="text"]::placeholder {
	color: #9393a3;
}
.ch-preview input[type="text"] {
	min-height:auto!important;
}
.ch-preview .t-nota {
	font-size:13px;
	text-align:justify;
}
.ch-preview .t-nota b, .ch-preview .t-nota strong {
	font-family: 'Rajdhani-bold', Tahoma, sans-serif;
	font-weight:bold;
}

@media screen and (min-width: 240px) and (max-width: 320px) {
#channel-mod .ch-preview {
	padding:10px!important;
}
.ch-preview .t-nota {
	font-size:11px;
}
}
@media screen and (min-width: 240px) and (max-width: 280px) {
#channel-mod {
	max-width:93.30%!important;
	margin:0!important;
}
}
@media screen and (min-width: 321px) and (max-width: 425px) {
#container .ch-bts {
	font-size:14px;
	width:100%;
	margin:0;
}
}
@media screen and (min-width: 426px) and (max-width: 768px) {
#container .ch-bts {
	font-size:14px;
	width:100%;
	margin:0;
}
}