@charset "UTF-8";

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

.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); */
}

.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;
}

.custom-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    /* For WebKit-based browsers */
    line-clamp: 2;
    /* Standard property (still experimental) */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.3;
    height: 2.8em;
    margin: 0;
}


.img-privew {
    max-height: 150px;
    object-fit: cover;
}

.edit_chen_img {
    max-height: 150px;
    object-fit: cover;
}

.img-channels {
    object-fit: contain;
    width: 60px;
    height: 60px;
}

.icon-country {
    width: 20px;
    margin-right: 10px;
}

.logo-container {
    width: 20%;
    height: 20%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.channel-post-icone {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    object-fit: contain;
    object-position: center;
    border-radius: 6px;
    margin-right: 1rem;
}

.img-custom-height {
    width: 125px;
    height: 135px;
}

/* Logo sidebar */
.page-pretitle {
    text-transform: none !important;
}

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

/* Index Dropdown css */
.custom-select-wrapper {
    position: relative;
    width: 100%;
}

.custom-select-wrapper select {
    padding-right: 2.5rem;
    border-radius: 0.375rem;
    background-color: #f8f9fa;
    border: 1px solid #ced4da;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.custom-select-wrapper select:focus {
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.25);
}

.custom-select-wrapper .icon {
    position: absolute;
    top: 50%;
    right: 0.75rem;
    transform: translateY(-50%);
    pointer-events: none;
    color: #6c757d;
}

.custom-select-wrapper .icon i {
    font-size: 1.25rem;
}

/* Sidebar active class */
.nav-item.active>a {
    font-weight: bold;
    background-color: #1b293a;
    color: #fafafa;
}

.nav-item.dropdown-item.active>a {
    color: #fafafa;
}

.nav-item.dropdown .dropdown-menu.show {
    display: block;
}

.custom-border:hover {
    box-shadow: 0 8px 16px rgba(41, 65, 221, 0.2);
}

.img-recent-post{
    width: 85px; height: 60px; object-fit: cover;
}

#img-channel-thumb{
    width: 50px; height: 30px; object-fit: cover;
}

.img-recent-user{
    width: 85px; height: 60px;
}

.parsley-required {
    color: rgb(203, 17, 17);
    font-size: 0.875em; 
    font-weight: bold;
}

.skeleton-loader {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%) !important;
    background-size: 200% 100% !important;
    animation: shimmer 1.5s infinite !important;
    border-radius: 4px !important;
    width: 100% !important;
    height: 20px !important;
}

@keyframes shimmer {
    0% {
        opacity: 0.5;
    }
    100% {
        opacity: 1;
    }
}

.skeleton-loader {
    animation: shimmer 1.5s infinite alternate;
}


.pull-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.pull-effect:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
.pull-effect:active {
    transform: scale(1);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.sidebar-overflow{
    overflow: hidden !important;
}
.card-img-top-custom {
        object-fit: cover;
        width: 100%;
        height: 100%;
        max-height: 230px;
}

.gold-star{
    font-size: 19px; color: #f59f00;
}

.sliver-star{
    font-size: 19px; color: rgba(var(--tblr-muted-rgb), var(--tblr-text-opacity));
}

.skeleton-loader-height{
    height: 230px;
}

.skeleton-custom-width{
    width: 50px;
}

.white-space {
    white-space: pre-wrap;
  }

  .iti {
    width: 100%;
}

.iti input {
    width: 100%;
    box-sizing: border-box;
}
/* Dark theme adjustments for the intl-tel-input dropdown */
body[data-bs-theme="dark"] .iti__flag-container {
    background-color: #151f2c; /* Background color of the flag container */
    border: 1px solid #151f2c; /* Border color */
}

body[data-bs-theme="dark"] .iti__selected-flag {
    background-color: #151f2c; /* Background color for the selected flag */
    color: #fff; /* Text color */
}

body[data-bs-theme="dark"] .iti__country {
    background-color: #151f2c; /* Background color for dropdown items */
    color: #fff; /* Text color for dropdown items */
}

body[data-bs-theme="dark"] .iti__country:hover {
    background-color: #80aad3; /* Background color on hover */
}

/* Optional: Change border color of the input field to match dark theme */
body[data-bs-theme="dark"] .iti input {
    border: 1px solid #1f2e41; /* Change border color of the input field */
}

#post_card_hover {
    cursor: pointer;
}

.custom-description-width
{
 max-width: 250px !important;
 overflow: hidden !important;
 text-overflow: ellipsis !important;
}

@media only screen and (max-width: 1020px){
 .custom-description-width
{
 max-width: 100px !important;
 overflow: hidden !important;
 text-overflow: ellipsis !important;
}
}

@media only screen and (max-width: 720px){
    .custom-description-width
   {
    max-width: 50px !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
   }
   }

   