@charset "UTF-8";
.white-space-pre-wrap{
    white-space: pre-wrap;
}
.margin-top-6px{
    margin-top: 6px;
}
.padding-bottom-20px {
    padding-bottom: 20px;
}

.text-decoration-none {
    text-decoration: none;
}

.dashboard-channel-logo-image {
    width: 24px;
    height: 24px;
}

#welcome-profile-name {
    margin-right: 10px;
}

#logout-form {
    display: inline;
}

.restrictionReson_created_at {
    white-space: nowrap;
}

#placeholder_image_preview {
    height: 31%;
    width: 21%;
}

#favicon_icon_preview {
    height: 31%;
    width: 21%;
}

#login_image_preview {
    height: 31%;
    width: 21%;
}

#company_logo_preview {
    height: 31%;
    width: 100%;
}

#languageDropdown a img {
    width: 20px;
    margin-right: 10px;
}

.title-clamp {
    display: -webkit-box;
    -webkit-line-clamp: 1;
    /* Limit to 2 lines */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.image-doc {
    width: 100%;
    height: 400px;
    object-fit: contain;
}

.twenty {
    height: 20px;
}

.title-img {
    height: 40px;
}

.profile-image-preview {
    max-width: 200px;
    max-height: 200px;
}

.restrictionReson_date {
    white-space: nowrap;
}

.vidoe-page-channel-logo {
    width: 48px;
    height: 48px;
    object-fit: cover;
}

.recommendedVideo-thumbnails {
    width: 100px;
    height: 65px;
    object-fit: cover;
}

#web-settings-footer-logo-preview {
    height: 50px;
    width: auto;
}

.placesCountry {
    --bs-breadcrumb-divider: '>';
}

#customer-channel-logo {
    width: 60px
}

#customer_resctrictionReson_date {
    white-space: nowrap;
}

[data-bs-theme=dark] .jstree-default .jstree-clicked {
    background: var(--tblr-primary-lt);
    color: #718096;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999999;
}


[data-bs-theme=dark] .jstree-default .jstree-hovered {
    background: var(--tblr-primary-lt);
    color: #718096;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999999;
}

[data-bs-theme=light] .jstree-default .jstree-clicked {
    background: var(--tblr-primary-lt);
    color: #718096;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999999;
}

[data-bs-theme=light] .jstree-default .jstree-hovered {
    color: #718096;
    border-radius: 2px;
    box-shadow: inset 0 0 1px #999999;
}

[data-bs-theme=dark] .select2-container--bootstrap-5 .select2-selection {
    background-color: #2d3748;
    border-color: #4a5568;
    color: #e2e8f0;
}

[data-bs-theme=dark] .select2-container--bootstrap-5 .select2-selection--single .select2-selection__rendered {
    color: #e2e8f0;
}

[data-bs-theme=dark] .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice {
    background-color: #4a5568;
    border-color: #718096;
    color: #e2e8f0;
}

[data-bs-theme=dark] .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove {
    color: #e2e8f0;
    opacity: 0.7;
}

[data-bs-theme=dark] .select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__choice__remove:hover {
    opacity: 1;
}

[data-bs-theme=dark] .select2-dropdown {
    background-color: #2d3748;
    border-color: #4a5568;
    color: #e2e8f0;
}

[data-bs-theme=dark] .select2-container--bootstrap-5 .select2-dropdown .select2-results__option--highlighted {
    background-color: #4a5568;
    color: #e2e8f0;
}

[data-bs-theme=dark] .select2-container--bootstrap-5 .select2-dropdown .select2-search__field {
    background-color: #384252;
    border-color: #4a5568;
    color: #e2e8f0;
}

[data-bs-theme=dark] .select2-container--bootstrap-5 .select2-dropdown .select2-search__field::placeholder {
    color: #718096;
}

.customerLogo {
    width: 60px;
    height: 60px;
    object-fit: cover;
}

.restrictionReson {
    white-space: nowrap;
}

.img-thumbnail {
    width: 100px
}

.restriction-reason {
    max-height: 150px;
    max-width: 100%;
}

.setting_active_tab:hover {
    background: var(--bs-primary) !important;
    color: #fff;
    filter: drop-shadow(4px 4px 10px #84B5EC);
}

.thumbnail-img {
    object-fit: cover;
    width: 100%;
    height: 150px;
}

.setting_active_tab:hover .bg-primary {
    background-color: #fff !important;
    transition: background 0.5s ease-in-out, color 0.2s ease-in-out;
    color: var(--bs-primary);
}

.setting_active_tab:hover a {
    color: #fff;
}

.setting_active_tab:hover .icon_font_size {
    color: var(--bs-primary) !important;
}

.setting_active_tab:hover .bg-primary {
    color: var(--bs-primary) !important;
}

.setting_active_tab:hover .title {
    color: #fff;
}

.setting_active_tab:hover .arrow_icon {
    color: #fff;
}

.setting_active_tab:hover .provider_a {
    background: #ffff no-repeat padding-box !important;
}

.provider_a {
    /*
    /* UI Properties */
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    /* border-radius: 10px; */
    width: 60px;
    height: 60px;
    margin: 1em;
    color: black;
    text-decoration: none;
    background: var(--bs-primary) no-repeat padding-box !important;
    border-radius: 8px;
    opacity: 1;
}

.setting_active_tab:hover .bg-emerald-success {
    background: rgb(255, 255, 255);
    transition: background 0.5s ease-in-out, color 0.2s ease-in-out;
    color: #0277FA;
}

.setting_active_tab:hover span {
    color: #FFFFFF;
}

.icon_font_size {
    font-size: 30px !important;
}

span.mySpanClass {
    background-color: #F2F1F6;
    color: var(--bs-body-color);
}

.myDivClass {
    background-color: #F2F1F6;
}

.edit-radio-img {
    height: 150px;
}

/*# Custom CSS Start*/
.style_image {
    width: 100%;
    filter: grayscale(80%);
}

.style_image:hover {
    opacity: 1;
    filter: grayscale(0%);
}

.radio-img {
    background: #EFF2F5;
    height: 125px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.radio-img-web {
    background: #EFF2F5;
    height: 100px;
    display: flex;
    align-items: center;
    border-radius: 10px;
}

.edit-radio-img {
    height: 150px;
}

.edit-radio-img-web {
    height: 70px;
}

.radio-img>input {
    opacity: 0;
    position: absolute;
}

.radio-img-web>input {
    opacity: 0;
    position: absolute;
}

.radio-img>.style_image {
    cursor: pointer;
}

.radio-img-web>.style_image {
    cursor: pointer;
}

.radio-img>input:checked+.style_image {
    border: 2px solid var(--bs-primary);
    filter: grayscale(0%) !important;
}

.radio-img-web>input:checked+.style_image {
    border: 2px solid var(--bs-primary);
    filter: grayscale(0%) !important;
}

.sequence_badge {
    background: var(--bs-primary) !important;
    color: #fff;
    /* filter: drop-shadow(4px 4px 10px #84B5EC); */
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: var(--bs-primary) !important;
    color: #fff;
    /* border: 1px solid var(--bs-primary); */
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--bs-primary) !important;
    color: white;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: white !important;
}

.select2-search__field {
    width: 100% !important;
}

.select2-container .select2-selection--single {
    height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 36px !important;
}

.edit_btn {
    background-color: rgba(var(--bs-primary-rgba)) !important;
    border: none !important;
    color: var(--bs-primary) !important;
}

.delete_icon {
    color: #BB2D3B;
}

#delete_btn {
    background-color: rgb(187, 45, 59);
    border: none
}

#delete_btn:hover {
    background-color: rgb(187, 45, 59);
    border: none
}

.sidebar-new-title {
    /* text-transform: uppercase; */
    margin-top: 14px !important;
    font-weight: 700;
}

.sidebar-wrapper .menu {
    font-weight: 200 !important;
}

.fontawesome-icons {
    text-align: center;
}

article dl {
    background-color: rgba(0, 0, 0, 0.02);
    padding: 20px;
}

.fontawesome-icons .the-icon {
    font-size: 24px;
    line-height: 1.2;
}

.mfp-bg,
.mfp-wrap {
    z-index: 1051 !important;
}

img.mfp-img {
    padding: 0 !important;
    background: white;
}

.mfp-figure {
    min-width: 300px;
}

.primary-background-color {
    background: var(--bs-primary) !important;
}

.table::-webkit-scrollbar {
    -webkit-appearance: none;
}

.table::-webkit-scrollbar:vertical {
    width: 12px;
}

.table::-webkit-scrollbar:horizontal {
    height: 12px;
}

.table::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border-radius: 10px;
    border: 2px solid #ffffff;
}

.table::-webkit-scrollbar-track {
    border-radius: 10px;
    background-color: #ffffff;
}

.bs-bars.float-left.col-12.col-md-7.col-lg-7.p-0 {
    margin-top: 0;
}

.gallery img {

    width: 30px;
    /* Adjust the width as needed */
    height: 30px;
}

.full-width-select2+.select2-container {
    width: 100% !important;
}

.page-pretitle {
    text-transform: none !important;
}

.navbar-brand-image {
    filter: none !important;
}

@import url('https://rsms.me/inter/inter.css');

:root {
    --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

body {
    font-feature-settings: "cv03", "cv04", "cv11";
}

:root {
    --tblr-font-sans-serif: 'Inter Var', -apple-system, BlinkMacSystemFont, San Francisco, Segoe UI, Roboto, Helvetica Neue, sans-serif;
}

body {
    font-feature-settings: "cv03", "cv04", "cv11";
}

.page-pretitle {
    text-transform: none !important;
}

.navbar-brand-image {
    filter: none !important;
}

body[data-bs-theme="dark"] .bootstrap-table .fixed-table-container .fixed-table-body .fixed-table-loading {
    background-color: #1a2332 !important;
}

.subheader {
    margin-bottom: 1rem;
    /* Adjust this value as needed */
}

.name-background {
    background-image: url('{{ asset(' path/to/your/image.jpg') }}');
    /* Replace with your image path */
    background-size: cover;
    background-position: center;
    color: #fff;
    /* Adjust text color to be visible against the background */
    padding: 10px;
    /* Add padding if needed */
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.5);
    /* Optional: Add text shadow for better readability */
}


.alert {
    margin: 20px 0;
    /* Spacing around alerts */
    padding: 15px;
    border-radius: 5px;
    border: 1px solid transparent;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    font-size: 14px;
    width: calc(100% - 40px);
    /* Ensure the alert fits well */
}

.alert-success {
    background-color: #dff0d8;
    border-color: #c3e6cb;
    color: #155724;
}

.alert-danger {
    background-color: #f8d7da;
    border-color: #f5c6cb;
    color: #721c24;
}

/* public/css/dashboard.css */

/* Card styling */
.card-body {
    position: relative;
}

/* Close button styling */
.alert-dismissible .btn-close {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    padding: 0.5rem 0.75rem;
    color: inherit;
}

/* Thumbnail styling */
.img-thumbnail {
    object-fit: cover;
    width: 110px;
    height: 80px;
}

/* Recent items styling */
.recent-items .subheader {
    margin-bottom: 1rem;
}

.video-thumbnail {
    object-fit: cover;
    width: 100%;
    height: 150px;
}

.video-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.video-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.card-img-top {
    object-fit: cover;
    width: 100%;
    height: 150px;
}

.card-title,
.card-text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.img-thumbnail-home {
    object-fit: cover;
    width: 110px;
    height: 80px;
}

.video-container {
    max-width: 800px;
    /* Limit width for larger screens */
    margin: 20px auto;
    /* Center the container */
    background-color: #fff;
    /* White background */
    border-radius: 8px;
    /* Rounded corners */
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.2);
    /* Shadow effect */
}

.video-wrapper {
    position: relative;
    padding-top: 56.25%;
    /* 16:9 aspect ratio */
    overflow: hidden;
}

#videoPlayer {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: none;
    /* Remove default border */
}

.video-info {
    padding: 15px;
    /* Spacing around text */
}

.video-title {
    font-size: 1.5rem;
    /* Larger title font */
    margin: 0;
    /* Remove margin */
    color: #333;
    /* Darker text color */
}

.video-description {
    color: #666;
    /* Gray description color */
    font-size: 1rem;
    /* Standard description font size */
    margin-top: 5px;
    /* Space above the description */
}

/* Optional: Styles for mobile responsiveness */
@media (max-width: 768px) {
    .video-wrapper {
        padding-top: 75%;
        /* Adjust for smaller screens if necessary */
    }
}

.dark-mode .tox-tinymce {
    background-color: #2e2e2e;
    color: #ffffff;
}

.dark-mode .tox-toolbar {
    background-color: #110202;
    color: white;
}

/* Thumbnail Styles */
.suggested-video-thumbnail {
    object-fit: cover;
    width: 110px;
    height: 80px;
    /* Maintain aspect ratio */
    border-radius: 8px;
    /* Rounded corners */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    /* Subtle shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    /* Smooth transition for hover effects */
}

/* Hover effect for thumbnails */
.suggested-video-thumbnail:hover {
    transform: scale(1.05);
    /* Slightly enlarge thumbnail */
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.2);
    /* Darker shadow on hover */
}

.parsley-errors-list {
    color: red;
}

/* Light Theme (Default) */
:root {
    --background-color: #ffffff;
    /* Light theme background */
    --border-color: #ccc;
    /* Light border */
    --text-color: #000;
    /* Black text */
    --dropdown-bg: #ffffff;
    /* Light dropdown */
    --selected-bg: #007bff;
    /* Blue selected items */
    --selected-text: #fff;
    /* White text on selected items */
    --highlight-bg: #007bff;
    /* Highlight color */
    --hover-bg: #0056b3;
    /* Hover effect */
    --placeholder-color: #888;
    /* Light placeholder */
}

/* Dark Theme */
[data-theme="dark"] {
    --background-color: #1a1e27;
    --border-color: #3c4049;
    --text-color: #fff;
    --dropdown-bg: #1a1e27;
    --selected-bg: #007bff;
    --selected-text: #fff;
    --highlight-bg: #007bff;
    --hover-bg: #0056b3;
    --placeholder-color: #b0b3b8;
}

/* --- APPLY THEME VARIABLES TO SELECT2 --- */
.select2-container--default .select2-selection--multiple {
    background-color: var(--background-color) !important;
    border: 1px solid var(--border-color) !important;
    border-radius: 5px !important;
    min-height: 40px !important;
    display: flex !important;
    align-items: center !important;
    padding: 5px !important;
    color: var(--text-color) !important;
}

/* Dropdown box styling */
.select2-dropdown {
    background-color: var(--dropdown-bg) !important;
    border: 1px solid var(--border-color) !important;
    color: var(--text-color) !important;
}

/* Ensure dropdown options display properly */
.select2-results__option {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    white-space: normal !important;
}

/* Prevent hiding selected options */
.select2-container--default .select2-results__option[aria-selected="true"] {
    display: block !important;
}

/* Selected tags styling */
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: inline-flex !important;
    align-items: center !important;
    background-color: var(--selected-bg) !important;
    color: var(--selected-text) !important;
    border-radius: 5px !important;
    padding: 5px 10px !important;
    font-size: 14px !important;
    border: none !important;
}

/* Ensure multiple selected items are spaced properly */
.select2-selection__rendered {
    display: flex !important;
    flex-wrap: wrap !important;
    gap: 5px !important;
}

/* Ensure the dropdown doesn’t collapse */
.select2-container--default .select2-selection--multiple {
    min-height: 40px !important;
}

/* Highlight & hover effects */
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--highlight-bg) !important;
    color: white !important;
}

.select2-container--default .select2-results__option:hover {
    background-color: var(--hover-bg) !important;
    color: white !important;
}

/* Fix width issues */
.select2-dropdown {
    width: auto !important;
    min-width: 100% !important;
}

/* Placeholder text color */
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: var(--placeholder-color) !important;
}
