.col-p-20{
	width: 20%;
}

/* check */

.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-color: #c00129;  
    border-radius: 10px;
}

.custom-checkbox .custom-control-input:active ~ .custom-control-label::before {
    color: #fff;
    background-color: #c00129; 
}
    
.custom-checkbox .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 123, 255, 0.25); 
}
.tv-kanal{
	width: 5%;
	margin-right: 1%;
}
.check {
    margin-right: 1%;
    width: 2.5%;
}
.badge-primary {
    background-color: #bcbdbf !important;
}