a.urlchannel {
    text-decoration: none !important;
}

.urlchannel {
    color: #d63384 !important;
}

.urlchannel:hover {
    color: #d63384 !important;
    text-decoration: underline !important;
}

.card-body {
    padding: 0.5rem !important;
    border-bottom-left-radius: 0.25rem !important;
    border-bottom-right-radius: 0.25rem !important;
}

.card {
    background-color: #11181F !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: #485a6d !important;
}

.navbar-dark .navbar-nav .nav-link:hover {
    color: #d63384 !important;
}

.search-custom {
    border-radius: 0.25rem !important;
    border: 1px solid #485a6d !important;
    background-color: #11181F !important;
    color: #485a6d !important;

}

.search-custom:focus {
    outline: none !important;
    box-shadow: none !important;
}

.page-link {
    color: #485a6d !important;
    background-color: #161E26 !important;
    border: none !important;
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff !important;
    background-color: #DC3545 !important;
    border-color: none !important;
}

.cardvideo {
    min-height: 400px;
}

.postcolor {
    color: #6c757d !important;
}

.list-group-item {
    background-color: #161E26 !important;
    /* border: none !important; */
}

.pagination {
    display: table !important;
}

.pagination>li {
    display: table-cell !important;
}