body,html{
    font-family: Arial !important;
}
.dropdown-item:hover{
		background-color: #202020 !important;
	}

.video-slider img {
  border-radius: 8px;
  transition: transform 0.3s ease;
}

.video-slider img:hover {
/*  transform: scale(1.05);*/
}

.slick-prev, .slick-next {
	top:35% !important;
}
.modal-header{
  border-bottom-color: gray !important;
}


.video-thumbnail {
    position: relative;
    cursor: pointer;
    overflow: hidden;
/*    border-radius: 10px;*/
    transition: transform 0.3s;
}

.video-thumbnail:hover {
/*    transform: scale(1.05);*/
}

.video-thumbnail img,
.video-thumbnail video,.video-thumbnail iframe {
    height: 126px !important;
    display: block;
    width: 225px !important;
}

.video-thumbnail video, .video-thumbnail iframe {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.video-thumbnail:hover video,.video-thumbnail:hover iframe {
    opacity: 1;
}

.video-title {
/*    padding: 10px 0;*/
    text-align: center;
/*    min-height: 140px;*/
    line-height: 20px;


}

/* Popup style */
.popup-content {
    position: relative;
    width: 100%;
/*    max-width: 900px;*/
}

.popup-video {
    width: 100vw;
    height: 100vh;
    background-color: black;
}

.close-popup {
    position: absolute;
    top: 16px;
    font-size: 30px;
    right: 10px;
    color: white;
    cursor: pointer;
    opacity: 1;
    transition: opacity 0.3s ease;
    z-index: 1000;
}
.close-popup:hover{
   color: #fff !important;
}

/* Hide the close button */
.close-popup.hidden {
    opacity: 0;
    pointer-events: none; /* Prevent interaction when hidden */
}


.video-thumbnail img {
/*    width: 100%;*/
    cursor: pointer;
}

/* Preloader styling */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #28333A;
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
#preloader p{
  position: absolute;
  bottom: 35%;
}

/* Loader animation */
.loader {
    border: 16px solid transparent;
/*    border-top: 16px solid #00617c;*/
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 1s linear infinite;
}

@keyframes spin {
      0% { 
         border-top: 16px solid #00617c;
       }
       50% { 
         border-right: 16px solid #00617c;
       }
       75% { 
         border-bottom: 16px solid #00617c;
       }
       100% { 
         border-left: 16px solid #00617c;
       }
      
}

.btn-primary{
    background-color: #00617c !important;
    border:none;
}
.text-primary{
    color: #00617c !important;
}
.text-black{
    color: #000;
}
.bg-primary{ background-color: #00617c !important;
   }
   .bg-dark{
    background-color:#212D33 !important;
}
.navbar-nav .dropdown-menu {
    top:46px;
}
.viewer-sidebar-menu a{
    background-color: transparent !important;
    color: #fff;
    border:none;
    line-height: 25px;
    font-size: 14px;
    font-family: Arial;
}
.viewer-sidebar-menu a:hover,.viewer-content-menu a:hover{
    background-color: #121212 !important;
    color: #bebebe;
}
.viewer-sidebar-menu a .fa, .viewer-content-menu a .fa{
    margin-right: 15px;
}

.viewer-content-menu{
    border-radius: 10px;
}
.viewer-content-menu a{
    background-color: #212D33 !important;
    color: #fff;
    line-height: 50px;
    font-size: 14px;
    font-family: Arial;
    padding: 3px 16px;
}

.viewer-content-menu .member-details:hover{
    background-color: #212D33 !important;
}.viewer-content-menu .member-details{
    line-height: 25px;
}
.fa-angle-right{
    font-size: 20px;
}

  input.form-control,select.form-control{
        background-color: #e1e1e1 !important;
        border-radius: 5px !important;
        border:1px solid #000000 !important;
        font-size: 14px !important;
        font-weight: 400 !important;
/*            line-height: 10px;*/
        color: #000000 !important;
    }

    .alert{
            border-radius: 5px;
            font-size: 14px;
            font-weight: 400;
            width: 100%;
            padding-top:10px ;
            padding-bottom:10px ;
        }


/* For Chrome, Edge, Safari */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    margin: 0;
}

/* For Firefox */
input[type="number"] {
    -moz-appearance: textfield !important;
}

.help-topic-heading{
      position: relative;
      cursor: pointer;
     }
     .help-topic-heading .fa{
      position: absolute;
      right: 10px;
     }
     .quick-link-menu li{
      line-height: 30px;
      border-bottom: 1px solid #fff;
     }
     .quick-link-menu li a{
      text-decoration: none;
      font-weight: 600;
      font-size: 14px;
     }
     label{
        color: #bebebe !important;
        font-size: 12px !important;
     }
     .viewer_container::-webkit-scrollbar{
      display: none;
     }


     /* Popup Background */
    .video-popup {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000000;
        justify-content: center;
        align-items: center;
        z-index: 1000;
    }

    /* Main Container */
    .popup-container {
        display: flex;
        width: 100%;
        /* max-width: 1200px; */
        height: 100vh;
        background-color: #000000;
        border-radius: 10px;
        overflow: hidden;
    }
    /* Video Section */
    .video-section {
        flex: 1;
        position: relative;
        background: black;
    }

    .popup-video {
        width: 100%;
        height: 100%;
        background-color: #000000;
    }

/* Sidebar */
.sidebar {
    flex: 0.5;
    display: flex;
    flex-direction: column;
    color: white;
    padding: 20px;
    max-width: 450px !important;
}

/* Vertical Icons */
.action-icons {
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}

.icon {
    font-size: 12px;
    padding: 10px;
    cursor: pointer;
    transition: 0.3s ease;
    color: white;
}

.icon:hover {
    transform: scale(1.2);
    color: #bebebe;
}

/* Comments Section */
.comments {
    flex: 1;
    overflow-y: auto;
}

.comments h3 {
    font-size: 18px;
    margin-bottom: 10px;
    border-bottom: 1px solid #333;
    padding-bottom: 5px;
}

/* Comment Box */
.comment-box {
    display: flex;
    margin-top: 10px;
    font-size: 12px;
    position: relative;
}
.comment-input-box {
    position: relative;
}
.comment-input-box input {
    flex: 1;
    padding: 8px;
    border: none;
    border-radius: 5px;
    outline: none;
    font-size: 12px;
    width: 80%;
    margin-top: 25px;
}


.comment-input-box button {
    margin-left: 5px;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    background-color: #00617c;
    color: white;
    border-radius: 5px;
    top: 25px;
}

.comment-input-box button:hover {
    background-color: #004d5b;
}

/* Comments List */
.comments-list {
    overflow-y: auto;
    height: 76vh;
}

/* Comment Style */
.comment {
    background: #333;
    padding: 10px;
    margin: 5px 0;
    border-radius: 5px;
    display: flex;
    align-items: flex-start;
    word-wrap: break-word; /* Ensures text breaks properly */
    overflow-wrap: break-word;
}

/* Comment Avatar */
.comment-avatar {
    width: 35px;
    height: 35px;
    background-color: #666;
    border-radius: 50%;
    margin-right: 10px;
}

/* Comment Content */
.comment-content {
    flex: 5;
     width: 220px;

}

.comment strong {
    color: #fff;
    display: block;
}

.comment p {
    margin: 5px 0 0;
    font-size: 12px;
    color: #ddd;
    
}
.comment-content p{
    text-align: justify !important;
    padding: 10px;
}

/* Timestamp */
.comment-time {
    font-size: 10px;
    color: #888;
    display: block;
}

/* Comment Icons */
.comment-icons {
    display: flex;
    align-items: normal;
    gap: 10px;
    position: absolute;
    right: 10px;
}

.comment-icons i {
    color: #999;
    cursor: pointer;
    transition: 0.3s;
}

.comment-icons i:hover {
    color: #fff;
}

/* Liked Heart */
.fa-heart {
    color: white;
    transition: color 0.2s ease;
}

.fa-heart.liked {
    color: red;
}


/* Reply Input */
.reply-box:first-child {
    display: block;
    margin-top: 75px;
    margin-left: -170px;
}
.reply-box {
    display: block;
    margin-top: 10px;
    margin-left: -170px;
}

.reply-input {
    flex: 1;
    padding: 5px;
    border: none;
    border-radius: 3px;
    outline: none;
}

.reply-send {
    margin-left: 5px;
    padding: 5px;
    border: none;
    cursor: pointer;
    background-color: #00617c;
    color: white;
    border-radius: 3px;
}
    

.img-circle{
    border-radius: 100% !important;
}
.reply-box-input {
    margin-top: 75px;
    margin-left: -150px;
    width: 100%;
    margin-bottom: 10px;
}
/* Replies */
.comment-box.reply {
    margin-top: 75px;
    margin-left: -220px;
    margin-bottom: 10px;
/*    background-color: red;*/
    width: 70%;
    float: left;
}

.comment-avatar img,.comment-box img{
    height:35px !important;
    width: 35px !important;
    margin-right: 10px;
}


.hidden{
    display: none !important;
}
p.video-title{
/*      width: 225px;*/
     }
.video-slider-title{
    text-align: left;
    font-size: 18px; 
    font-family: Arial; 
    font-weight: 600; 
    color: #ffffff;
}

.action-btn-navigation li{
    cursor: pointer;
    margin:15px 0px;
    font-size: 14px;
    color: #fff;
    font-weight: 600;
}
.action-btn-counter{
    font-size: 12px;
    color: #bebebe;
    font-weight: 400;
}

.video-action-title{
    display: block;
    font-size: 16px;
    color: #ffffff;
    font-weight: 600;
    font-family: 'Arial';
}
.video-action-channel-name,.video-action-genre{
    display: block;
    font-size: 12px !important;
    color: #bebebe !important;
    font-weight: 400 !important;
    font-family: 'Arial' !important;
}

.video-action-description{
    display: block;
    font-size: 12px;
    color: #ffffff;
    font-weight: 400;
    font-family: 'Arial';
}

.container{
    text-align: left !important;
}

@media (min-width: 992px) {
    #kudos-popup .modal-lg, #kudos-popup .modal-xl {
        --bs-modal-width: 960px;
    }
}

@media (min-width: 576px) {
   #kudos-popup .modal-dialog {
      
    }
}
#kudos-popup .modal-body{
    background-color: #000000;
}
#kudos-popup .modal-body .card{
    background-color: #00617C;
    border-radius: 10px;
}

/* Hide default radio button */
        .kudos-radio-option[type="radio"] {
            display: none;
        }

        /* Button-like styling for labels */
        .kudos-radio-btn {
            display: inline-block;
            padding: 15px 20px;
            margin: 5px;
            text-align: center;
            color: #fff;
            background: #00617C;
            font-size: 14px !important;
            cursor: pointer;
            font-weight: 600;
            border-radius: 5px;
            transition: all 0.3s ease;
        }

        /* Change style when radio button is checked */
        .kudos-radio-option[type="radio"]:checked + .kudos-radio-btn {
            background-color: #fff;
            color: #00617C;
        }

        /* Hover effect */
        .kudos-radio-btn:hover {
            background-color: #00617C;
            color: white;
        }

         .payment-options{
            width: 100%;
            background-color: #bebebe !important;
            border:1px solid #000000;
            border-radius: 5px;
            padding: 10px;
            margin-top: 2px;
            margin-bottom: 2px;
            color: #000 !important;
        } #card-container { margin: 20px 0; }

         #stripe-card-element,#stripe-card-element-buy-plan { padding: 15px; border: 1px solid #ccc; border-radius: 8px; max-width: 400px; margin: 10px 0; }
         .bold-600{
            font-weight:600 !important ;
         }
          .bold-700{
            font-weight:700 !important ;
         }
          .bold-800{
            font-weight:800 !important ;
         }
         .bold-900{
            font-weight:900 !important ;
         }
         a.memeber-ship-plan-link:hover{
        background-color: #212D33 !important;
        cursor: not-allowed;
        color: #fff;
    }
    .text-decoration-none{
        text-decoration: none !important;
    }
    .bg-secondary{
        background: #bebebe !important;
    }
    
    div.form-control{
        background-color: #e1e1e1;
    }
    .swal2-popup{
        background-color: #232323;
        color: #fff;

    }
    .swal2-confirm,.swal2-styled{
        background-color: #00617C !important;
         border-color: #00617C !important;
    }

    .faq-item {
            border: 1px solid #bebebe;
            overflow: hidden;
            background: #2A2A2A;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
            font-size: 14px;
            color: #bebebe;
        }
        .faq-question {
            display: flex;
/*            justify-content: space-between;*/
            align-items: center;
            padding: 1px 5px;
            font-weight: bold;
            cursor: pointer;
            background: #2A2A2A;
        }
        .icon {
            font-size: 20px;
            color: #bebebe;
        }
        .faq-answer {
            display: none;
            padding: 10px;
            background: #2A2A2A;
        }
        .nav-link{
            color: #fff;
        }
        .nav-link:hover,.nav-link:active,.nav-link:link{
            color: #bebebe;
        }.nav-tabs .nav-link {
            border:none;
            
        }
        .nav-tabs{
            border-width:0px !important;
        }

        .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
            color: #fff;
            background-color: transparent;
            border: none;
            border-bottom: 1px solid #bebebe;
        }
        

        /*Channel Popup Style*/
     .profile-img {
      width: 40px;
      height: 40px;
      border-radius: 50%;
      object-fit: cover;
    }

    /* Popup Styling */
    .popup-overlay-channel {
      width: 100%;
      background-color: black;
      height: 100vh;
      display: none;
      justify-content: center;
      align-items: center;
      position: absolute;
      top: 8px;
      z-index: 999;
    }

    .popup-content-channel {
       background: linear-gradient(to right, rgba(166, 98, 17, 1), rgba(166, 98, 17, 0.3)), 
      url('images/channel-popup/Screenshot-2024-07-09-at-2.03.54_PM.png') no-repeat center center/cover;
      width: 95%;
      padding: 0px;
      border-radius: 8px;
      position: relative;
      height: 850px;
    }

    .popup-header-channel {
      background: rgba(0, 0, 0, 0.5);
      padding: 10px;
      text-align: center;
      font-weight: 600;
      font-size: 16px;
      color: white;
      margin-bottom: 100px
    }

    .popup-header-channel .close-btn {
      position: absolute;
      right: 15px;
      top: 5px;
      cursor: pointer;
      font-size: 20px;
      color: white;
    }
    .tab-bar-channel {
    display: flex;
    gap: 20px;
    padding: 15px;
    border-bottom: 2px solid gray;
  }
  .tab-bar-channel a {
      text-decoration: none;
      color: white;
      font-size: 14px;
      font-weight: 600;
      padding: 10px 15px;
  }
  /*.btn{
    font-size: 16px;
    font-weight: 600;
    border-radius: 5px;
    width: 230px;
    padding: 0px;
    margin-left: 30px;
  }*/
  .hd, .cc{
    border: 1px solid white;
    font-size: 10px;
    font-weight: 600;
    color: black;
    background-color: #ffffff;
    margin-left: 5px;
    padding: 1px 3px;
  }
  .button-container {
    display: flex;
    gap: 30px;
    padding-top: 20px;
    padding-bottom: 50px;
    margin-left: 30px;
  }
  .btn-custom {
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      color: white;
      text-decoration: none;
      font-size: 14px;
      background: transparent;

  }
  .btn-custom:hover{
    background-color: #bebebe;
  }
  .btn-custom i {
      font-size: 24px;
      margin-bottom: 5px;
      background: white;
      color: #a35f17;
      border-radius: 50%;
      padding: 10px;
  }


  .episode-container {
    display: flex;
    gap: 15px;
    overflow-x: auto;
    padding: 20px;
}
.episode-card {
    /* background: #000; */
    width: 225px;
    padding: 10px;
    border-radius: 15px;
    text-align: center;
    flex: 0 0 auto;
}
.episode-card img {
    width: 225px;
    height: 127px;
    border-radius: 15px;
    object-fit: cover;
}
.episode-title {
    font-size: 14px;
    font-weight: 400;
    color: #ffffff;
    margin-top: 8px;
    text-align: left;
}
.episode-date {
    font-size: 14px;
    font-weight: 400;
    color: #bebebe;
    text-align: left;
}
.episode-desc {
    font-size: 12px;
    font-weight: 400;
    color: #bebebe;
    text-align: left;
}
@media (max-width: 768px) {
    .episode-container {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
        justify-content: center;
        overflow-x: hidden;
    }
}

  .btn-all{
    background-color: #00617c;
    border: none;
    border-radius: 5px;
    color: #ffffff;
    width: 170px;
    height: 30px;
    font-size: 14px;
    font-weight: 400;
  }
        .category-list, .price-filter {
            background-color: #111;
        }
        .price-filter input[type=range] {
            width: 100%;
            height: 5px;
            background: black;
            outline: none;
        }
        .price-filter input[type=range]::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 15px;
            height: 15px;
            background: white;
            cursor: pointer;
        }
        .product-card {
            background-color: #111;
            position: relative;
            color: white;
            text-align: left;
            padding: 8px;
        }
        .product-card img {
            width: 256px;
            height: 356px;
            background-color: #777;
        }
        .badge-sale {
            position: absolute;
            top: 10px;
            right: 0;
            background: white;
            color: black;
            padding: 5px;
            font-size: 12px;
            font-weight: bold;
            writing-mode: vertical-rl;
        }
        .badge-new {
            position: absolute;
            top: 10px;
            left: 0;
            background: black;
            color: white;
            padding: 5px;
            font-size: 12px;
            font-weight: bold;
            writing-mode: vertical-rl;
        }
        .product-price {
            font-size: 16px;
        }
        .product-discount {
            color: red;
            font-size: 14px;
        }
        .search-bar {
            position: relative;
        }
        .search-bar input {
            padding-left: 30px;
        }
        .search-bar i {
            position: absolute;
            left: 10px;
            top: 50%;
            transform: translateY(-50%);
            color: gray;
        }
        .filter-button {
            background: none;
            border: none;
            color: white;
            cursor: pointer;
        }
        .filter-widget {
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        @media (max-width: 768px) {
            .product-card img {
                width: 100%;
                height: auto;
            }
            .col-md-3 {
                flex: 0 0 50%;
                max-width: 50%;
            }
        }
        .bg-gradient{
          background: linear-gradient(to bottom, #1b1b1b, #2b2b2b) !important;
        }


        .search-container {
            position: relative;
            width: 100%;
        }
        .search-results {
            position: absolute;
            background: #292929;
/*            border: 1px solid #ccc;*/
            width: 100%;
            max-height: 300px;
            overflow-y: auto;
            display: none;
            font-size: 12px;
            color: #fff;
            box-shadow: -10px 10px 10px #212212;
        }
        .search-group {
            margin-bottom: 10px;
        }
        .search-group h5 {
            margin: 0;
            padding: 5px 10px;
            background: #00617c;
            font-size: 14px;
            color: #fff;
            font-weight: 600;
        }
        .search-item {
            padding: 8px;
            cursor: pointer;
            border-bottom: 1px solid #bebebe;
        }
        .search-item:hover {
            background: #f0f0f0;
        }
        .selected-items {
            margin-top: 2px;
            padding: 10px;
            background: #f8f8f8;
            min-height: 50px;
            font-size: 14px;
            font-weight: 600;
        }
        .selected-items div {
            padding: 3px;
            background: transparent;
            margin: 2px 0;
            display: flex;
            justify-content: space-between;
            border-bottom: 1px solid #bebebe;
        }
        .search-item:hover{
            color: #fff;
            background-color: #00617C;
        }
        button.remove-item{
            background-color:transparent;
            border: none;
            color: #fff;
            font-size: 12px;
        }

        .video-container {
            position: relative;
            width: 100%;
        }

        .progress-bar-overlay {
            position: absolute;
            bottom: 5px;
            left: 10px;
            width: 80%;
            height: 5px;
            background: rgba(255, 255, 255, 0.2);
        }

        .progress-bar-fill {
            height: 100%;
            background: #fff;
            width: 0%;
            transition: width 0.3s ease-in-out;
        }

        .slick-track{
            min-width: 100% !important;
        }
        .ranking-number{
            float: left;
            color: #fff;
            font-size: 3em;
            margin: 10px;
            height: 65px;
        }
        .channelPopup{
            cursor: pointer;
        }

         .channel-popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background: rgba(0, 0, 0, 0.8);
            display: none;
            justify-content: center;
            align-items: center;
            z-index: 999;
        }
        .channel-popup {
            background: #141414;
            width: 90%;
            min-width: 900px;
            border-radius: 10px;
            color: white;
            position: relative;
            height: 95vh;
            padding-top: 50px;
            overflow-y: scroll;
        }
        .close-btn {
            position: absolute;
            top: -5px;
            right: 15px;
            font-size: 20px;
            cursor: pointer;
        }
        .channel-tabs {
            display: flex;
            justify-content: left;
            margin: 20px 0;
        }
        .channel-tab {
            padding: 10px 20px;
            cursor: pointer;
            border-bottom: 3px solid transparent;
        }
        .channel-tab.active {
            border-bottom: 3px solid #016080;
        }
        .channel-content {
            display: none;
        }
        .channel-content.active {
            display: block;
        }
        
        .channel-header{
            background: rgba(0, 0, 0, 0.1);
            position: absolute;
            top: 10px;
            left: 15px;
            font-size: 20px;
            width: 98%;
            cursor: pointer;
        }
       .channel-header .heading{
        text-align: center;
        font-size: 18px;
        font-weight: 600;
        color: #fff;
       }
       .channel-description{
/*          background: red;*/
            padding: 20px;
            height: 610px;
            background-repeat: no-repeat;
            background-size: cover;
            background-attachment: scroll;
            background-position: top left;
       }

       body.no-scroll {
    overflow: hidden !important;
}
        .channel-left-deatils{
            height: 100%;
            padding: 200px 50px;
            color: #fff;
/*            background-color: rgba(0, 0, 0, 0.4);*/
        }
        .play-btn{
            display: block;
            background-color: #fff;
            margin-top: 20px;
            padding: 4px 60px;
            margin-left: 20px;
        }
        .channel-action-btn-icon {
            display: inline-block;
            margin: 10px 12px;
            align-items: center;
            cursor: pointer;
            
        }
        .channel-action-btn-icon p{
            font-weight: 600;
            font-size: 16px;
            color: #fff;
        }
        .channel-action-btn-icon img{
            width: 32px;
            height: 32px;
            display: block;
            margin: auto;

            
        }
        .other-details{
            color: #fff;
            line-height: 15px;
        }

        /* Basic styles for the skeleton loader */
.skeleton-card {
    width: 90%;
    padding: 20px;
    background: #f0f0f0;
    border-radius: 8px;
}

.skeleton-avatar,
.skeleton-line {
    background: linear-gradient(90deg, #e0e0e0 25%, #f0f0f0 50%, #e0e0e0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.5s infinite;
}

/* Avatar styles */
.skeleton-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin-bottom: 10px;
}

/* Line styles */
.skeleton-line {
    height: 16px;
    margin: 8px 0;
    border-radius: 4px;
}

.skeleton-line.short {
    width: 60%;
}


.text-14-400-white{
    font-family:'Arial' !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    color:#ffffff !important;
}
.text-12-400-gray{
    font-family:'Arial' !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    color:#bebebe !important;
}