﻿
body {
    /* font-family: Verdana;*/
    font-family: "Open Sans", Sans-serif;
    font-size: 14px;
    background: #D9F3CD;
    /*padding-top: 10px !important;*/
}

.container {
    width: 850px;
    /*padding: 0px 0px 0px 0px !important;*/
}
.row > * {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.head-particular {
    font-size: 20px;
    font-weight: bold;
    font-style:italic;
    
}
.margin18 {
    margin-bottom: 20px;
}
.timepass-details {
    padding: 0px 10px 0px 10px;
    min-height: 100vh;
}
.h1head {
    font-family: Verdana;
    font-size: 16.5px;
    padding: 0px;
    margin: 0px;
    color: #000;
    margin-left: 1px;
    vertical-align: top;
}

.ulTP {
   
    list-style: none;
    overflow-y: scroll;
    padding-left: 0px;
    text-align:left;
    padding-right:15px;
}

    .ulTP li {
        padding: 10px 0px 10px 0px;
        border-bottom: 1px solid #000;
    }

        .ulTP li a {
            color: #000;
            text-decoration: none;
            text-align:left 
        }

.h3head {
    font-family: Verdana;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
    color: #C01B2B;
    margin-left: 10px;
}

.txt {
    font-size: 14px;
    line-height: 19px;
}

    .txt .row {
        padding: 5px 25px 5px 20px;
    }

.name {
    font-size: 18px;
    line-height: 19px;
}

    .name p {
        margin-bottom: 5px !important;
    }

.sphead {
    color: #C01B2B;
    display: block;
    width: 100%;
    padding-bottom: 5px;
    font-weight: bold;
    font-size: 15px;
}

.member {
    transform: rotate(-90deg);
    font-family: Verdana;
    /*writing-mode: vertical-rl;*/
    text-orientation: mixed;
    left: 414px;
    top: 220px;
    float: right;
    position: absolute;
    background-color: #C01B2B;
    color: #fff;
    padding: 20px 15px 20px 15px;
    font-weight: 700;
}

.bg {
    /*background-image: url('/images/newsbg.png');
                     background-image: url('/images/hello-kisan1.jpeg');*/
    opacity: 0.9;
    background-size: cover;
    background-repeat: no-repeat;
}

.margin10 {
    margin-top: 10px;
}

.row {
    margin-right: 0px;
    margin-left: 0px;
}

.prev {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#html-content-holder {
    background: #fff;
}

@@media only screen and (max-width: 480px) {
    .body-content {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }

    .container {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }
}


.video-item {
    display: flex;
    margin-bottom: 15px;
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden; /* Ensures border-radius applies to content */
    box-shadow: 0 1px 2px rgba(0,0,0,0.1); /* Subtle shadow for each item */
}

.video-thumbnail-container {
    position: relative;
    flex-shrink: 0; /* Prevents thumbnail from shrinking */
    width: 120px; /* Adjust as needed */
    height: 70px; /* Standard 16:9 aspect ratio for 160px width */
    border-radius: 8px; /* Match parent */
    overflow: hidden; /* Ensures image respects border-radius */
}

.video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.video-duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 2px 5px;
    border-radius: 3px;
    font-size: 0.75rem;
}

.video-content {
    flex-grow: 1;
    padding: 8px 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between; /* Pushes dots to the top */
}

.video-title {
    font-size: 0.95rem;
    font-weight: 500;
    line-height: 1.3;
    margin-bottom: 3px;
    color: #030303; /* YouTube's primary text color */
}

.video-meta {
    font-size: 0.8rem;
    color: #606060; /* YouTube's secondary text color */
    margin-bottom: 0;
}

    .video-meta span:not(:last-child):after {
        content: " • ";
    }

.more-options {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 1.2rem;
    color: #606060;
    cursor: pointer;
}

.playlist-badge {
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 3px 6px;
    border-top-right-radius: 4px;
    font-size: 0.7rem;
    display: flex;
    align-items: center;
}

    .playlist-badge .bi-collection-play-fill {
        margin-right: 4px;
    }

.badge-new {
    background-color: #eee;
    color: #606060;
    padding: 2px 6px;
    border-radius: 3px;
    font-size: 0.7rem;
    font-weight: 500;
    margin-left: 5px;
}
/* Flex adjustments for alignment of title/dots */
.video-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start; /* Aligns dots with the top of the title */
}

    .video-header .video-title {
        flex-grow: 1;
        margin-right: 15px; /* Space for the dots */
    }
 
