label.required:after
{
    color: red;
    content: " *";
}

.vertical-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.direct-video-img {
    float: left;
    width: 130px;
    border: 1px solid #CACACA;
}
.direct-video-img:hover {
    /*transform: scale(1.05);*/
    border-color: #000;
}
.direct-video-img-lg {
    width: 160px;
}

.tooltip-video {
    float: none;
    display: inline-block;
}

#tooltip-content-views .tooltip-chart-video-item:not(:last-child) {
    margin-bottom: 2em;
}
.tooltip-chart-video-item-info {
    line-height: 1.1em;
    font-size: 10pt;
}

.detailView {
    cursor: pointer;
}

.fixed-width-btn-100 {
    width: 100px; /* Замініть це значення на необхідну фіксовану ширину */
}

.detailView:hover {
    color: #0082C8; /* Змінити колір тексту при наведенні */
    transition: color 0.3s; /* Додати плавний перехід для зміни кольору тексту */
}

.detailView img:not(.video-shorts-overlay) {
    border: 1px solid #CACACA;
}
.detailView:hover img:not(.video-shorts-overlay) {
    /*transform: scale(1.05);*/
    border-color: #000;
}

.img-cell {
    max-width: 102px;
}
.channel-title-cell {
    max-width: 110px;
}

a {
    color: #000; /* Задайте початковий колір тексту */
    text-decoration: none; /* Забрати підкреслення (необов'язково) */
    transition: color 0.3s; /* Додати плавний перехід для зміни кольору тексту */
}

.title-table {
    height: 75px;
    /*display: inline-block;*/
    overflow-y: hidden;
    line-height: 1.1em;
    padding:0 10px;
}
.table td.table-padding-0-10, .table th.table-padding-0-10 {
    padding:0 10px;
}

a:hover {
    color: #0082C8; /* Змінити колір тексту при наведенні */
}

.sorting {
    cursor: pointer;
    display: inline;
}
.collapse-description {
    cursor: pointer;
}

#image-modal {
    max-width: 100%;
    max-height: 100vh; /* Встановлюємо максимальну висоту для забезпечення відображення на екрані */
}

.datepicker-date-highlight-end {
    background-color: #FF8888 !important;
    border-color: transparent;
    /*color: #fff;*/
}

.tooltip {
    z-index: 4000;
}

.widget-date-text {
    line-height: 1.1;
}
.widget-date-icon-old {
    color: #FF8888;
}

.text-one-line {
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    text-overflow: ellipsis;

    margin: 0;
}

/* search box for live ajax videos search on channel page */
.dropdown-search-box {
    position: absolute;
    z-index: 1000;
    left: 0;
    /*background: #fff;*/
    max-width: 100%;
    min-width: 60%;
}
.dropdown-search-box.top {
    left: 1px;
    top: 31px;
}
.search-box-close {
    cursor: pointer;
    position: absolute;
    right: 20px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    z-index: 1000;
}
#top-search-box-content img {
    max-width: 40px;
    max-height: 40px;
}
#top-search-box-content table tr {
    height: 44px;
}
#top-search-box-content table td {
    overflow-x: hidden;
    text-overflow: ellipsis;
}
#top-search-box-content table .search-cell-img {
    width: 44px;
}

/* Стилі для контейнера виводі часу тривалості відео*/
.image-container {
    position: relative;
    display: table; /* Або block, в залежності від ваших потреб */
}

/* Стилі для зображення */
.image-container img {
    display: block;
    max-width: 100%;
    height: auto;
}

/* Стилі для оверлею (часу) */
.time-overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.7); /* Фон оверлею (часу) */
    color: #fff; /* Колір тексту оверлею */
    padding: 4px 4px; /* Внутрішні відступи для тексту оверлею */
    font-size: 14px; /* Зменшений розмір тексту оверлею */
}
/* Оверлей для иконки Shorts видео */
.video-shorts-overlay {
    position: absolute;
    top: 1px;
    left: 1px;
    background-color: rgba(255, 255, 255, 0.7);
    padding: 4px 4px;
    width: 20px;
    height: 20px;
}
/* шапка для таблиці у стилі card card-success */
.head-table {
    background-color: #28a745;
    color: #fff;
    font-weight: normal;
}

.heading14 {
    font-size: 1.4em;
}

.mb-125rem {
    margin-bottom: 1.25rem;
}

.home-heading-sibtitle {
    font-size: 1rem;
    display: block;
    color: #adb5bd;
}

.set-group-default {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}
.set-group-default:before {
    width: 16px;
    height: 16px;
    content: " ";
    display: inline-block;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url("/img/default_group_inactive.png");
    background-position: center;
    box-sizing: border-box;
    position: relative;
    top: 2px;
}
.set-group-default.active:before {
    background-image: url("/img/default_group_active.png");
}
.set-group-default.btn {
    margin-top: -1px;
    padding-top: 5px;
    padding-bottom: 8px;
}

.group-icon {
    width: 88px;
    height: 88px;
}
.group-icon-md {
    width: 32px;
    height: 32px;
}
.group-icon-sm {
    width: 16px;
    height: 16px;
}
.title-edit-icon {
    font-size: 15px;
}
a.title-edit-icon {
    color: #000;
}

.cursor-pointer {
    cursor: pointer;
}
.cursor-default {
    cursor: default;
}

.channel-list-img {
    max-width: 100px;
    border: 3px solid #CACACA;
}
.channel-list-img:hover {
    /*transform: scale(1.05);*/
    border-color: #000;
}

.list-link {
    color: #0082C8;
}

.btn-group>.btn {
    border-radius: 0;
}

.group-channels-list {
    max-height: 432px;
    overflow-y: auto;
}
.group-channels-list .channel-list-img {
    width: 32px;
    margin: 4px 0;
}
.group-channels-list .custom-switch {
    position: relative;
    top: 1px;
}
.group-channels-list li:hover {
    background: #f8f9fa;
}
.custom-switch .custom-control-input~.custom-control-label::after,
.custom-switch .custom-control-input~.custom-control-label::before{
    cursor: pointer;
}

.card-title.d-flex {
    float: none;
}

#group-channels-search-box {
    position: absolute;
    background: #fff;
    width: 100%;
    z-index: 10;
    top: 31px;
    padding-left: 9px;
    margin-right: 20px;
    border-radius: 0 0 0.2rem 0.2rem;
    border: 1px #CED4DA solid;
}

.line-height-1_1 {
    line-height: 1.1em;
}

.btn-toggle {
    background-color: #f8f9fa;
    border-color: #ddd;
    color: #444;
}
.btn-toggle.active {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f;
}

.article-menu-container {
    text-align: center;
    width: 100%;
    color: black;
    font-size: 0.75em;
    padding: 0.8em;
}
.article-menu-container .article-menu {
    list-style: none;
    padding: 0;
    margin: 0 0 0.5em 0;
}
.article-menu-container .article-menu li {
    display: inline-block;
}
.article-content a {
    color: #0082C8;
}

/** footer place under content-wrapper */
.content-wrapper {
    padding-bottom: 84px;
}
footer {
    padding: 0 .5rem;
    border-top: 1px solid rgba(0, 0, 0, .125);
    border-radius: 0;

    clear: both;
    position: relative;
    height: 84px;
    margin-top: -84px;
    margin-left: 250px;
}
footer #footer-yt-logo {
    height: 64px;
}

@media (min-width: 1200px)  {
    .group-channels-list {
        max-height: 408px;
    }
}
@media (min-width: 1400px)  {
    .group-channels-list {
        max-height: 369px;
    }
}

/** fix footer left margin with left menu */
@media (max-width: 1008px) {
    body:not(.sidebar-mini-md):not(.sidebar-mini-xs):not(.layout-top-nav) footer {
        margin-left: 0;
    }
}
