/* 

Add here your custom css styles Example: p { text-align: center; color: red; } 

*/
.login-icons {font-size: 24px;}
.login-page .login-icons svg {height : 70px; width:45px;}
.login-page{ padding: 40px 60px 40px; }

/* new vikas */
header {height:75px;}
.p-t-10 {padding-top:10px;}
.m-rl-15 {margin:0 15px;}
.logo-img {width:200px;  }
#main-container {margin-top:45px;}

.yp_side_drawer ul.sections {border-bottom : 0px !important; }
nav.navbar-findcond .logo-img {max-width:150px;}

.yp_side_drawer ul.sections li a:before {content: '';position: absolute;bottom: 5px;left: 34px;width: 0px;height: 0px;border-radius: 50%;background: #04abf2;opacity: 0;visibility: hidden;}
.yp_side_drawer {top : 75px;}
.yp_side_drawer ul.sections { padding:0px 0; }
.home-page-categories .title h4 { font-size: 24px; }
.home-page-categories .title h4 div { display:none; }
.home-page-categories .videos .video-list .video-list-title h4, .video-latest-list .video-title h4 { 
    font-size: 1.65rem;
    color: #212529;
    max-height: 4.25rem;
    line-height:2rem;
}

.home-page-categories .videos .video-list .video-list-by{ font-size: 15px; }
.pt_vid_fixed_height { max-height:75px; }

.pt_sec_nav_cats {
    /* margin: -20px -15px 0; */
    /* background: rgb(255 255 255 / 72%); */
    padding: 15px 15px;
    /* box-shadow: 0 1px 0 rgb(0 0 0 / 6%); */
    position: relative;
    z-index: 9;
    -webkit-backdrop-filter: saturate(180%) blur(20px);
    backdrop-filter: saturate(180%) blur(20px);
}

* {
    outline: 0 !important;
}

.view_more_link a svg { background-color:#212529;}

.mb-3 {
    margin-bottom: 1rem!important;
}

.mt-3 {
    margin-top: 1rem!important;
}

/* .vidcheck { float:left; padding:5px 0;}
.vidcheck span {font-size:13px; padding:0 5px; float:left;}
.vidcheck img { height:20px !important; width:20px !important; float:left; vertical-align:middle; position:relative !important;} */


@media (max-width: 620px){
.vidcheck {
  min-height: 20px !important;
max-height: 20px !important; 
}
}

@media (max-width: 400px) {
.home-page-categories .videos .video-list .vidcheck img  {
  min-height: 20px !important;
max-height: 20px !important; 
}
}
#dynamic_link {
    word-break: break-all;
    white-space: normal;
    display: inline-block;
    max-width: 100%;
	margin-top: 20px;
}
.geo_location_a.geo-active {
color:#dc3545; 	
}
.geo_location_a.geo-active:hover  {
color:#2a6496;; 	
}
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

#uploadFormModal {
    display: none;
    position: fixed;
    /* z-index: 1000; */
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(5px);
   font-family: 'Poppins', sans-serif !important;
    font-size: 13px;
}


#uploadFormModal .modal-content {
    background: white;
    margin: 2% auto;
    padding: 0;
    width: 90%;
    max-width: 872px;   
     border-radius: 30px;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    position: relative;
    max-height: 90vh;
    overflow-y: auto;
}

#uploadFormModal .modal-content h2 {
    background: linear-gradient(135deg, #1e90ff, #00bfff);
    color: white;
    margin: 0;
    padding: 20px 30px;
    border-radius: 12px 12px 0 0;
    font-family: 'Poppins', sans-serif !important;
    font-weight: 400;
    font-style: SemiBold;
    font-size: 26px;
    line-height: 100%;
    /* letter-spacing: 0%; */

}

#uploadFormModal .close {
    position: absolute;
    right: 20px;
    top: 20px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}

#uploadFormModal .close:hover {
    opacity: 0.7;
}

#uploadFormModal .upload-info {
    margin: 27px 30px 0px 30px !important;  
    padding: 3px 8px 24px 33px;
    background-color: #41C0DD30;
    border: 2px solid #caeaf8;
    border-radius: 10px;
}

#uploadFormModal .upload-info h4 {
    color: #000000;
    margin: 0 0 8px 0;
    font-size: 18px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 10px;
}

#uploadFormModal .upload-info h4::before {
    content: "☁️";
    font-size: 24px;
}

#uploadFormModal .upload-info p {
    margin: 0;
    color: #000000;
    font-size: 16px;
    line-height: 1.4;
    font-weight: normal;
}

#videoDetailsForm {
    padding: 30px 30px 0px 30px;
    background: white;
}

#videoDetailsForm .form-section {
    margin-bottom: 30px;
    /* border: 1px solid rgb(186, 186, 186);    */
    border: 1px solid rgba(0, 0, 0, .125);
    border-radius: 8px;
    padding: 20px;
    background: #ececec57;
     overflow: hidden; 
     position: relative;
}
.radio-privacy-section {

}

#videoDetailsForm .form-section h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
}
#videoDetailsForm .form-section .video-Information-header {
    background: #fff;       /* light gray header */
    padding:17px 17px;
    font-size: 20px;
        position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
}

#videoDetailsForm .form-group {
       margin-bottom: 21px;
}

#videoDetailsForm .form-group label {
    display: block;
    margin-bottom: 11px;
    color: #000000;
    font-size: 18px;
    font-family: 'Poppins', sans-serif !important;;
    letter-spacing: 0.05em;

}

#videoDetailsForm .form-group input[type="text"],
#videoDetailsForm .form-group input[type="number"],
#videoDetailsForm .form-group textarea,
#videoDetailsForm .form-group select {
    width: 100%;
     padding: 12px 16px; 
     font-size: 17px; 
    transition: all 0.3s ease;
    box-sizing: border-box;
    background: white;
    display: block;
    line-height: 1.5;
    color: #000000;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: 48px;
        font-family: 'Poppins', sans-serif !important;;

}

#videoDetailsForm .form-group input[type="text"]:focus,
#videoDetailsForm .form-group input[type="number"]:focus,
#videoDetailsForm .form-group textarea:focus,
#videoDetailsForm .form-group select:focus {
    outline: none;
    border-color: #2196f3;
    box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.2);
}

#videoDetailsForm .form-group textarea {
    min-height: 100px;
    resize: vertical;
}

#videoDetailsForm .modal-row {
display: flex;
gap: 20px;
}
.modal-row-type-cate {
 margin-top:75px;

}

#videoDetailsForm .modal-col-50 {
    flex: 1;
}

#videoDetailsForm .radio-group {
    display: flex;
    gap: 34px;
    flex-wrap: wrap;
}

#videoDetailsForm .radio-group label {
    display: flex;
    align-items: center;
    gap: 8px;
    font-weight: normal;
    cursor: pointer;
    margin-bottom: 0;
}

#videoDetailsForm .radio-group input[type="radio"] {
    margin: 0px;
    width: auto;
    accent-color: #2196f3;
    transform: scale(1.5);
}
#videoDetailsForm .thumbnail-upload {
    text-align: center;
    background-color: #D9D9D93B;
    transition: all 0.3s ease;
        margin-bottom: -17px;
}
#videoDetailsForm .thumbnail-upload:hover {
    background-color: #D9D9D93B !important;
   
}
#videoDetailsForm .thumbnail-upload:hover {
    border-color: #2196f3;
    background: #f8f9fa;
}

#videoDetailsForm .thumbnail-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    min-height: 150px;
}

#videoDetailsForm .thumbnail-preview.has-image {
    justify-content: space-between;
}

#videoDetailsForm .thumbnail-upload-btn {
    cursor: pointer;
    color: #999;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

#videoDetailsForm .thumbnail-upload-btn svg {
    width: 48px;
    height: 48px;
    opacity: 0.5;
}

#videoDetailsForm .thumbnail-upload-btn span {
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 1rem !important;
    color: #000000;
}

#videoDetailsForm .uploaded-image img {
    max-width: 200px;
    max-height: 120px;
    object-fit: cover;
    border-radius: 4px;
}
#modalThumbnailPreview .selected {
    width: 50% !important;
}
 /* .selected {
    width: 50% !important;
} */

#videoDetailsForm .help-block {
    display: block;
    margin-top: 6px;
    color: #757575;
    font-size: 12px;
    line-height: 1.4;
}

/* Video Type and Tags Row */
#videoDetailsForm .form-section .modal-row.video-type-tags {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}

#videoDetailsForm .form-section .modal-row.video-type-tags .modal-col-50:first-child {
    flex: 0 0 200px;
}

#videoDetailsForm .form-section .modal-row.video-type-tags .modal-col-50:last-child {
    flex: 1;
}

/* Video Settings Section Styling */
#modalVideoFields {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    background: #fafafa;
    
}

#modalVideoFields h3 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 0 0 20px 0;
    padding: 0;
    border: none;
}

#modalVideoFields .modal-row {
     display: flex;
    gap: 30px; 
    align-items: flex-start;
}

#modalVideoFields .modal-col-50 {
    flex: 1;
}

/* Buttons */
#videoDetailsForm .btn {
    padding: 12px 24px;
    border: none;
    border-radius: 6px;
    font-size: 17px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    margin: 0 5px;
}

#videoDetailsForm .btn-primary {
    background: #007bff;
    color: white;
}

#videoDetailsForm .btn-primary:hover {
    background: #0056b3;
    transform: translateY(-1px);
}

#videoDetailsForm .btn-secondary {
    background: #6c757d;
    color: white;
}

#videoDetailsForm .btn-secondary:hover {
    background: #545b62;
}

/* Button container center alignment */
/* #videoDetailsForm div[style*="text-align: center"] {
    text-align: center;
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
} */

/* Responsive design */
@media (max-width: 768px) {
    #uploadFormModal .modal-content {
        width: 95%;
        margin: 5% auto;
    }

    #uploadFormModal .modal-content h2 {
        padding: 16px 20px;
        font-size: 20px;
    }

    #uploadFormModal .close {
        right: 15px;
        top: 15px;
    }

    #uploadFormModal .upload-info,
    #videoDetailsForm {
        padding-left: 20px;
        padding-right: 20px;
    }

    #videoDetailsForm .modal-row {
        flex-direction: column;
        gap: 0;
    }

    #videoDetailsForm .radio-group {
        flex-direction: column;
        gap: 10px;
    }

    #modalVideoFields .modal-row {
        flex-direction: column;
        gap: 0;
    }
}


/* Video Type Box Styling */
/* Video Type Container with Header */
#videoDetailsForm .video-type-container {
   border: 1px solid #ddd;
   border-radius: 6px;
   background: white;
   overflow: hidden;
   margin-top: 15px;;
}

#videoDetailsForm .video-type-header {
    background: #fff;
    border-bottom: 1px solid #ddd;
    padding: 12px 15px;
    font-size: 17px;
    color: #000000;
    font-family: 'Poppins', sans-serif !important;
    letter-spacing: 0.05em;
}
#videoDetailsForm .video-settings-header {
        margin-top: 35px;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 12px 15px;
    font-size: 17px;
    color: #000000;
    font-family: 'Poppins', sans-serif !important;;
    letter-spacing: 0.05em;
}

#videoDetailsForm .video-type-content {
   padding: 15px;
   background-color: rgba(0, 0, 0, .03);
}

#videoDetailsForm .video-type-content .radio-group {
   display: flex;
   flex-direction: column;
   gap: 8px;
   font-size: 18px;
}

#videoDetailsForm .video-type-content .radio-group label {
   display: flex;
   align-items: center;
   gap: 8px;
   font-weight: normal;
   cursor: pointer;
   margin-bottom: 0;
   padding: 5px 0;
   color: #000000;
}

#videoDetailsForm .video-type-content .radio-group input[type="radio"] {
   margin: 0;
   width: auto;
   accent-color: #2196f3;
}
#videoDetailsForm .modal-col-40 {
    flex: 0 0 30%;
    max-width: 30%;
}

#videoDetailsForm .modal-col-60 {
    flex: 0 0 70%;
    max-width: 70%;
}
#videoDetailsForm .form-group textarea {
    min-height: 98px;
    resize: vertical;
}
.thumbnail-preview-modal {
    width: 55% !important;

}

#modalVideoFields .form-actions {
    flex-basis: 100%;     /* push onto a new row inside flex */
    text-align: center;   /* center buttons */
    margin-top: 20px;
}

#modalVideoFields .form-actions .btn {
    margin: 0 5px;
}
.upload-info-contentsp {
    padding-left: 40px;
}
.pt_upload_vdo_preview {
    background:none !important;
}