body {
    font-family: 'Montserrat', Fallback, sans-serif;
}

.nav-item-new {
    font-size: 18px;
    font-weight: 500;
    color: #191919;
    margin-left: 0;
    padding-top: 10px;
}

.footer-nav-item {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-left: 0;
    text-decoration: none;
    padding: 10px;
}


.footer-copyright {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-left: 0;
    padding: 10px;

}

.one-vsp-icon-red {
    color: #d6120f;
}

.btn-one-vsp {
    background-color: #e8443b;
    color: #fff;
    border: none;
    padding: 10px 30px 10px 30px;
    border-radius: 5px;
    cursor: pointer;
}

.btn-one-vsp:hover {
    color: #fff;
    background-color: #d43c33;


}

.padding-left-15 {
    padding-left: 15px;
}

.one-vsp-btn {
    background-color: #e8443b;
    color: #fff;
    border: none;
    padding: 10px 30px 10px 30px;
    border-radius: 5px;
    cursor: pointer;
}

.one-vsp-btn:hover {
    color: #fff;
    background-color: #d43c33;

}

.one-vsp-btn-outline,.one-vsp-btn-outline:hover {
    background-color: #fff;
    color: #e8443b;
    border: 1px solid #e8443b;
    padding: 10px 30px 10px 30px;
    border-radius: 5px;
    cursor: pointer;
}

.one-vsp-btn-outline:hover {
    background-color: #e8443b;

    color: #fff!important;

}

.main-hero-title {
    font-size: 3.0rem;
    font-weight: 500;
    color: #000000;
}

.main-hero-subtitle {
    font-size: 1.8rem;
    font-weight: 400;
    color: #e8443b;
}

.marketing-item-title {
    font-size: 1.3rem;
    font-weight: 500;
    color: #000000;
}
.marketing-item-text {
    font-size: 1.1rem;
    color: #6e6f70;
}

.container-homepage {

    width:85%;

    margin-right: auto;
    margin-left: auto;

}

.video-title {
    color: #1c1b1b;
    font-weight: bold;
    font-size: 1.0rem;
    height: 80px;

}

.video-thumbnail {
    border-radius: 10px!important;
    border: 1px solid transparent;

}

.one-vsp-footer {
    background-color: #e8443b;
    color: #fff;
}

.video-section-bottom-border {

    border-bottom: 2px solid #e4ecf0;
    margin-bottom: 20px;
}

.video-views, .video-date {
    font-size: 0.9rem;
    color: #6e6f70;
    font-weight: 500;
}

.single-video-title {
    font-size: 1.3rem;
    font-weight: 600;
    color: #1c1b1b;
}

.video-likes {
    font-size: 0.9rem;
    color: #6e6f70;
    font-weight: 500;
}
.video-like-image {
    width: 20px;
    height: 20px;
    margin-right:18px;
}

.video-like-dislike-image {
    width: 20px;
    height: 20px;
    margin-right:18px;
}

.video-username {
    font-size: 0.9rem;
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.action-images {
    width: 15px;
    height: 15px;
    margin-right: 20px;
}

.btn-donate {

    background: #2abc6b;
    border-radius: 20px;
    color: #fff;
    padding: 10px 30px 10px 30px;
    font-size: 1.0em;

}
/* Base button styles */
.btn-subscribe,
.btn-subscribed,
.btn-subscribe:hover,
.btn-subscribed:hover
{
    background: #272626;
    border-radius: 20px;
    color: #fff;
    padding: 10px 40px;
    font-size: 1em;
    transition: none!important;

}

.btn-subscribed {
    background: red!important;
}

/* Styles for small (sm) screens (768px and below) */
@media (max-width: 768px) {
    .btn-subscribe, .btn-subscribed {
        padding: 8px 30px;
        font-size: 0.9em;
    }
}

/* Styles for extra small (xs) screens (576px and below) */
@media (max-width: 576px) {
    .btn-subscribe, .btn-subscribed {
        padding: 6px 20px;
        font-size: 0.8em;
    }
}

.channel-name {
    font-size: 1.0rem;
    color: #000000;
    font-weight: 700;
}

.video-title-link {
    color: #000000;
    font-weight: 700;
    text-decoration: none;
}

.avatar {
    width: 42px;
    height: 42px;
}

.footer-nav-item-new {
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    margin-left: 0;
    text-decoration: none;
    padding: 10px;

}

.footer-logo-padding {
    padding-bottom:60px;
}

.col-half {
    width: 4.16666667%!important; /* 1/24 of the total width */
}

@media (max-width: 767.98px) { /* Targets xs and sm screens */
    .avatar {
        width: 30px;
        height: 30px;
    }

    .mobile-padding {
        padding-top:5px;
    }

    .footer-copyright {
        font-size: 10px;
    }

    .footer-nav-item-new {
        padding-left:0;
    }

    .footer-logo-padding {
        padding-bottom:20px;
    }

    .one-vsp-icon-red {

    }
}
@media (min-width: 768px) {
    .logo-adjust {
        margin-top: 5px;
    }
}

.small-text {
    font-size: 0.9em; /* Smaller font size for copyright text */
}

.footer-nav-item-new {
    margin-right: 10px; /* Adds spacing between links */
}

@media (min-width: 768px) {
    .footer-nav-item-new {
        display: inline; /* Ensures links are in line on larger screens */
    }
}
.carousel-caption {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.carousel-item, .carousel-item img {
    height: 50vh; /* 50% of the viewport height */
    object-fit: cover; /* Ensures the images cover the area without stretching */
}
/* Base style for the headline */
h1.carousel-headline {
    background-color: rgba(231, 76, 60, 0.8);
    padding: 10px 20px;
    border-radius: 10px;
    display: inline-block;
    color: white; /* Ensuring text is white */
    font-size: 2rem; /* Increased default size for better readability */
}

/* Responsive adjustments */
@media (max-width: 992px) { /* Adjust for 'lg' screens */
    h1.carousel-headline {
        font-size: 2.4rem; /* Slightly smaller on large devices */
    }
}

@media (max-width: 768px) { /* Adjust for 'md' screens */
    h1.carousel-headline {
        font-size: 1.8rem; /* Moderate size for medium devices */
    }
}

@media (max-width: 576px) { /* Adjust for 'sm' screens */
    h1.carousel-headline {
        font-size: 1.6rem; /* Smaller size for small devices */
    }
}

/* Custom CSS to specify border style for md screens and above */
@media (min-width: 768px) { /* Adjust this value if your theme's breakpoints are customized */
    .border-md-bottom {
        border-bottom: 2px #dee2e6 solid; /* Example: thicker and darker border */
    }
}

#searchModal .modal-body {
    padding: 20px;  /* Provides ample space around the form for better visual separation */
}

#searchModal .input-group-text,
#searchModal .form-control {
    height: 45px;  /* Match the height to your main search bar if it's different */
}

/* Scoped Text Color and Font for this page */
.channel-page {
    color: #6e6f70;
    font-family: 'Montserrat', sans-serif;
}

/* Tabs Text Color */

.channel-page .nav-tabs .nav-link {
    color: #6e6f70;
    padding-bottom: 30px;
    border: none;
}


/* Active Tab Text Color and Underline */
.channel-page .nav-tabs .nav-link.active {
    color: #393838;
    border-bottom: 2px solid #393838;
}

/* Hover Effect for Tabs */
.channel-page .nav-tabs .nav-link:hover {
    border-bottom: 2px solid #393838;
    color: #393838;
}

/* Links within this page */
.channel-page a {
    color: #6e6f70;
    text-decoration: none;
}

/* Ensure hover effect on links within this page */
.channel-page a:hover {
    color: #393838;
    text-decoration: underline;
}

.like-dislike-selected {
        color: #d6120f;
    }
.custom-input-bg {
    background-color: #e9f1f7 !important; /* Replace this with the actual color from the image */
    border-color: #ced4da; /* Optional: Adjust the border color if needed */
    font-family: Montserrat, sans-serif; /* Optional: Change the font family */
    font-size:0.9em;
}

.custom-input-bg-big {
    background-color: #e9f1f7 !important; /* Replace this with the actual color from the image */
    border-color: #ced4da; /* Optional: Adjust the border color if needed */
    font-family: Montserrat, sans-serif; /* Optional: Change the font family */
    font-size:0.9em;
    height: 50px;
}
.custom-textarea-bg {
    background-color: #e9f1f7 !important; /* Replace this with the actual color from the image */
    border-color: #ced4da; /* Optional: Adjust the border color if needed */
    font-family: Montserrat, sans-serif; /* Optional: Change the font family */
    font-size:0.9em;
}


.login-text {
    font-size: 1.0rem;
    color: #6e6f70;
}
.comment-username {
    color: #1c1b1b;
    font-weight: 600;
    font-size: 1.0rem;
}
.comment-time {
    color: #6e6f70;
    font-size: 0.9rem;
    font-weight: normal;
}
.videLiveChat {
    flex: 2;
    height: 600px !important;
}
@media (max-width: 767px) {
    .videLiveChat {
        flex: 2;
        height: auto !important;
    }
}


.hamburger-menu-links {
    list-style: none;
    padding-left:0;
    margin-left:0;
}
.hamburger-menu-links li a {

    color:#e8443b;
    text-decoration: none;
    font-size:1.0em;
}

.custom-dropdown-width {
    width: 400px;
}

.thumbnail-holder-box {
    min-height:100px!important;

}

.upload-icon {
    font-size: 100px!important;
    cursor: pointer!important;
}

.upload-icon-thumbnail {
    font-size: 20px!important;
    cursor: pointer!important;
}

.notification-panel {
    position: fixed;
    top: 60px; /* Adjust this to match the vertical position below the bell icon */
    right: 0;
    width: 500px;
    height: 400px;
    background-color: white;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;

    overflow-y: auto;
    border-radius: 10px;
}

.notification-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 20px;
    background-color: #f8f9fa;
    border-bottom: 1px solid #ddd;
}

.panel-title {
    font-size: 18px;
    font-weight: bold;
}

.close-btn {
    background: none;
    border: none;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    color: #333;
}

.close-btn:hover {
    color: #ff0000;
}

.notification-content {
    padding: 20px;
    height: calc(100% - 60px); /* Adjust height to account for the header */
}

.hidden {
    display: none;
}
.list-group-item {
    padding: 10px;
    border:0!important;
    width:100%!important;
}

.list-group-item-action:hover {
    background-color: #e9ecef; /* Light gray */
    cursor: pointer;
}

.list-group-item-action {
    text-decoration: none;
    color: inherit; /* Inherit the default text color */

}
.notification-message {
    font-size: 14px;
    color: #333;
}
.notification-title {
    font-size: 15px;
    font-weight: bold;
    color: #333;
}
video {
    width:100%;
    height:auto;
}

.video-content {
    height:auto;
}
.border-bottom-md {
    border-bottom: none;
    margin-top:20px;
}

@media (min-width: 768px) {
    .border-bottom-md {
        border-bottom: 2px solid #0d6efd; /* Adjust to match the primary border color */
        margin-top:0;
    }
}
.video-container {
    position: relative;
    width: 640px;
    height: 360px;
    background: #000;
    overflow: hidden;
}

.video-tag {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.processing-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #fff;
    font-family: Arial, sans-serif;
}

.spinner {
    width: 50px;
    height: 50px;
    border: 5px solid rgba(255, 255, 255, 0.3);
    border-top: 5px solid #fff;
    border-radius: 50%;
    animation: spin 1s linear infinite;
    margin-bottom: 10px;
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.message {
    font-size: 16px;
    text-align: center;
}
