.iq-error {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: inline-block
}

.iq-error>img {
    width: 50%
}

.iq-error-img {
    position: static;
    display: inline-block
}

.list-user-action a {
    font-size: 14px;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 30px;
    margin: 0 3px;
    display: inline-block;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.logo-normal {
    display: none;
    height: 40px;
    min-height: 40px;
    opacity: 1 !important;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.logo-full {
    height: 60px;
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.logo-full-white {
    display: none
}

.sidebar-header .navbar-brand {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 168px;
    min-height: 92px;
    margin: 0 auto !important;
    padding: 12px 14px !important;
    isolation: isolate
}

.sidebar-header .navbar-brand:before {
    content: "";
    position: absolute;
    inset: 8px 0;
    z-index: -1;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, .9)), to(rgba(255, 255, 255, .72)));
    background: -o-linear-gradient(top, rgba(255, 255, 255, .9), rgba(255, 255, 255, .72));
    background: linear-gradient(180deg, rgba(255, 255, 255, .9), rgba(255, 255, 255, .72));
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 8px;
    -webkit-box-shadow: 0 10px 20px rgba(31, 9, 8, .2), inset 0 1px 0 rgba(255, 255, 255, .78);
    box-shadow: 0 10px 20px rgba(31, 9, 8, .2), inset 0 1px 0 rgba(255, 255, 255, .78)
}

.sidebar-header .navbar-brand img {
    max-width: 136px;
    max-height: 66px;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-filter: drop-shadow(0 5px 8px rgba(31, 9, 8, .22));
    filter: drop-shadow(0 5px 8px rgba(31, 9, 8, .22))
}

.sidebar .sidebar-toggle {
    width: 2.75rem;
    height: 2.75rem;
    padding: 0 !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    top: 1.8rem !important;
    right: -1.375rem !important;
    z-index: 3
}

.sidebar .sidebar-toggle i {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    line-height: 0
}

.sidebar .sidebar-toggle svg {
    width: 1.35rem;
    height: 1.35rem;
    display: block
}

[dir=rtl] .sidebar .sidebar-toggle {
    left: -1.375rem !important;
    right: auto !important
}

.sidebar-mini .sidebar-header {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
}

.sidebar-mini .sidebar-header .navbar-brand {
    width: 3.75rem;
    min-height: 4.25rem;
    padding: .5rem .25rem !important;
    overflow: hidden
}

.sidebar-mini .sidebar-header .navbar-brand:before {
    inset: .35rem .25rem;
    border-radius: .75rem
}

.sidebar-mini .sidebar-header .navbar-brand img {
    max-width: 2.7rem;
    max-height: 2.65rem
}

.sidebar-mini .sidebar-toggle {
    right: -1.375rem !important
}

[dir=rtl] .sidebar-mini .sidebar-toggle {
    left: -1.375rem !important;
    right: auto !important
}

.data-tables td p {
    white-space: nowrap;
    width: 300px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical
}

.dt-row {
    margin: 8px 0 !important
}

.bulk-action {
    width: 40% !important
}

.chevron-right,
.sidebar-mini .chevron-left {
    display: none !important
}

.chevron-left,
.sidebar-mini .chevron-right {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.sidebar-mini .logo-normal {
    display: block
}

.sidebar-mini .logo-full {
    display: none
}

[data-bs-theme=dark] .list-group-item-action:hover {
    background-color: rgba(0, 0, 0, 0)
}

[data-bs-theme=light] .sign-in-page .form-label {
    color: var(--bs-white)
}

.large-text {
    min-height: 200px !important
}

.wp-heading-inline span::before {
    content: "";
    width: 100%;
    background-color: var(--bs-primary-hover-border);
    height: 3px;
    position: absolute;
    bottom: -10px;
    left: 0;
    -webkit-border-radius: 100%;
    border-radius: 100%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(var(--bs-dark)), to(var(--bs-primary-hover-border)));
    background-image: -webkit-linear-gradient(bottom, var(--bs-dark), var(--bs-primary-hover-border));
    background-image: -o-linear-gradient(bottom, var(--bs-dark), var(--bs-primary-hover-border));
    background-image: linear-gradient(0deg, var(--bs-dark), var(--bs-primary-hover-border))
}

.handlediv svg {
    width: 12px;
    fill: var(--bs-gray-500);
    vertical-align: middle
}

.custom-select-dashboard {
    background-color: #141314;
    border-color: var(--bs-border-color);
    min-height: 38px;
    margin-right: 10px;
    min-height: 40px;
    line-height: 40px
}

.episode-playlist-title {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px
}

.caption-sub-title {
    font-size: 14px
}

.icon-title-color {
    color: var(--bs-heading-color)
}

.setting-info i {
    display: inline-block;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    -o-transition: transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.setting-info[aria-expanded=false] i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media(max-width: 767px) {
    .responsive-item-font {
        font-size: calc(1rem + .228vw)
    }

    .episode-playlist-title {
        font-size: 16px;
        line-height: 24px
    }
}

[dir=rtl] .nav-slider .nav-slider-thumb {
    right: 0;
    left: auto
}

[dir=ltr] .nav-slider .nav-slider-thumb {
    right: auto;
    left: 0
}

[dir=rtl] div.dataTables_wrapper div.dataTables_filter label,
[dir=rtl] div.dataTables_wrapper div.dataTables_length label {
    text-align: right
}

[dir=rtl] div.dataTables_wrapper div.dataTables_filter input {
    margin-left: 0;
    margin-right: .5em;
    text-align: right
}

[dir=rtl] div.dataTables_wrapper div.dataTables_paginate ul.pagination {
    direction: rtl
}

@media(max-width: 575.98px) {
    div.dataTables_wrapper div.dataTables_filter label,
    div.dataTables_wrapper div.dataTables_length label {
        width: 100%;
        white-space: normal
    }

    div.dataTables_wrapper div.dataTables_filter input {
        display: block;
        width: 100%;
        margin: .35rem 0 0 !important
    }
}

/*# sourceMappingURL=maps/dashboard-custom.min.css.map */
