.custom-search-box {
    padding: 0.5rem 0.5rem;
    border-radius: 10px;
    background: #202c41;
    width: 300px;
    border: 1px solid #465675;
}

.custom-search-box:focus  {
    border: 1px solid #465675 !important;
}

.search-channel {
    background: #26334d;
    border: 1px solid #26334d;
}

.navbar-toggler span {
    color: #ffffff;
    opacity: 0.8;
    font-size: 24px !important;
}

.navbar-toggler {
    background: #ffffff17 !important;
    padding: 0.75rem 0.8rem;
    font-size: inherit;
    transition: all .3s ease-in-out;
}

@media (min-width: 768px) {
    .main-content {
        margin-left: 0px !important;
    }

    .dark nav.header:before {
        background-color: #202c41;
        border-bottom: 1px solid #26334d;
        height: 61px;
    }
}



/*style pagination*/
 span.relative.z-0.inline-flex.shadow-sm.rounded-md a{
     background: repeat-x;
     border: 1px solid #3b4765;
 }
span span.relative {
    background: #222b3f;
    border: 1px solid #3b4765;
}
p.text-sm.text-gray-700.leading-5 {
    margin-right: 10px;
}
.menu-active {
    background: #3b4e7763;
}

@media screen {
    .pagination {
        display: block !important;
    }

    .dark .pagination {
        color: #8b92a1;
    }
}

.top-performance {
    overflow: hidden;
}

a.login-google {
    border: 1px solid #9ba7b8;
}

/*********Youtube top 500*************/
.dataTables_wrapper .dataTables_length select {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgb(25 33 50) !important;
}
.dataTables_filter input, html.dark .dataTables_wrapper .dataTables_length select {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgb(25 33 50) !important;
    padding: 5px;
    border-radius: 5px;
}
div#youtube_table_filter {
    float: right;
    padding: 7px;
    margin: 10px;
}
div#youtube_table_length {
    display: none;
}
table.dataTable tbody td {
    padding: 15px 10px;
}
div#youtube_table_info {
    height: 1px;
    display: none;
}
div#youtube_table_paginate {
    height: 1px;
    display: none;
}
/* Đặt độ rộng và chiều cao của thanh cuộn */
.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Đặt màu cho thanh cuộn */
.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #192132a6;
}
/* Đặt màu cho các liên kết trong bảng DataTables */
.dataTables_wrapper a {
    color: #12ceb7;
}

/*********Facebook top 500*************/
.dataTables_wrapper .dataTables_length select {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgb(25 33 50) !important;
}
.dataTables_filter input, html.dark .dataTables_wrapper .dataTables_length select {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgb(25 33 50) !important;
    padding: 5px;
    border-radius: 5px;
}
div#facebook_table_filter {
    float: right;
    padding: 7px;
    margin: 10px;
}
div#facebook_table_length {
    display: none;
}
table.dataTable tbody td {
    padding: 15px 10px;
}
div#facebook_table_info {
    height: 1px;
    display: none;
}
div#facebook_table_paginate {
    height: 1px;
    display: none;
}
/* Đặt độ rộng và chiều cao của thanh cuộn */
.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Đặt màu cho thanh cuộn */
.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #192132a6;
}
/* Đặt màu cho các liên kết trong bảng DataTables */
.dataTables_wrapper a {
    color: #12ceb7;
}


/*********Tiktok top 500*************/
.dataTables_wrapper .dataTables_length select {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgb(25 33 50) !important;
}
.dataTables_filter input, html.dark .dataTables_wrapper .dataTables_length select {
    border: 1px solid rgba(255, 255, 255, 0.2);
    background-color: rgb(25 33 50) !important;
    padding: 5px;
    border-radius: 5px;
}
div#tiktok_table_filter {
    float: right;
    padding: 7px;
    margin: 10px;
}
div#tiktok_table_length {
    display: none;
}
table.dataTable tbody td {
    padding: 15px 10px;
}
div#tiktok_table_info {
    height: 1px;
    display: none;
}
div#tiktok_table_paginate {
    height: 1px;
    display: none;
}
/* Đặt độ rộng và chiều cao của thanh cuộn */
.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

/* Đặt màu cho thanh cuộn */
.dataTables_wrapper .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #192132a6;
}
/* Đặt màu cho các liên kết trong bảng DataTables */
.dataTables_wrapper a {
    color: #12ceb7;
}



input.form-control.input-url-channel.form-input {
    border: 1px solid #4d4d4d66;
    background: #ffffff14;
}

@media (max-width: 768px) {
    .input-url-channel {
        width: 100%;
    }
}


/* setting iframe video*/
.video-wrapper {
    position: relative;
    padding-top: 56.25%; /* 16:9 ratio (9/16 = 0.5625) */
    height: 0;
    overflow: hidden;
    width: 100%;
    max-width: 100%;
}

.responsive-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

@media (min-width: 768px) {
    .responsive-iframe {
        width: 100%; /* 100% width of the containing element */
    }
}

@media (max-width: 767px) {
    .responsive-iframe {
        width: 100%; /* 100% width of the viewport */
    }
}




