﻿.upload-wrapper {
    text-align: center;
    height: 210px;
}

.drop-area {
    border: 2px dashed #aaa;
    border-radius: 10px;
    padding: 20px 20px;
    background: #fff;
    /*cursor: pointer;*/
    transition: background 0.3s;
    height: 100%
}

.thumbnail-area {
    border: 2px dashed #aaa;
    border-radius: 10px;
    padding: 40px 20px;
    background: #fff;
    /*cursor: pointer;*/
    transition: background 0.3s;
    height: 100%
}

.drop-area.dragover {
    background: #e0f7fa;
}

.drop-area p {
    margin: 0;
    color: #555;
}

#browseLink {
    color: #007bff;
    cursor: pointer;
    text-decoration: underline;
}

.video-preview {
    margin-top: 20px;
}

    .video-preview video {
        width: 100%;
        max-height: 300px;
        border-radius: 8px;
    }

.pad-5 {
    padding: 5px;
}

.uploadIcon {
    font-size: 40px;
    margin-bottom: 10px;
    color: #999;
}

.browse-btn {
    margin-top: 10px;
    padding: 8px 20px;
}

.file-name-display {
    display: block;
    margin-top: 10px;
    color: #333;
    font-size: 14px;
}

.formLabel {
    font-weight: 600;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

.mb-5 {
    margin-bottom: 5px !important;
}
/*.sticky-heading {
        position: sticky;
        top: 0;
        background: white;*/ /* or match your page background */
/*z-index: 1000;
        padding: 10px 0;
    }*/


.titleInfo {
    color: gray;
    font-size: 15px !important;
}

.titleMain {
    font-weight: 500 !important;
    font-size: 23px !important;
}

.iconSize{
    font-size:15px
}

.px-5{
    padding : 0px 5px;
}

.card-cust-body{
    padding:10px
}

.borderRadius-10 {
    border-radius: 10px !important
}

.pad-15 {
    padding: 15px;
}

.pad-10 {
    padding: 10px;
}

.card-img-cust-top {
    width: 100%;
    display: block;
    border-radius: 15px 15px 0 0;
    cursor:pointer !important;
}

.card-info {
    color: gray;
    font-size: 12px !important;
}

.card-cust {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    position: relative;
    z-index: 0; /* reset */
}



    /* Hover effect for the whole card */
    .card-cust:hover {
        transform: scale(1.05); /* Slight zoom */
        box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
        z-index: 10;
    }




.shadow-sm {
    box-shadow: 0 0.5rem 8px 1rem rgba(0, 0, 0, 0.15) !important;
}


.play-icon {
    position: absolute;
    bottom: 10px; /* distance from bottom */
    right: 10px; /* distance from right */
    color: rgba(255, 255, 255, 0.85);
    font-size: 40px;
    pointer-events: none;
}

    .play-icon i {
        text-shadow: 0 0 6px rgba(0, 0, 0, 0.6);
    }
.p-relative {
    position: relative !important;
}

.d-block {
    display: block !important;
}

.me-5{
    margin-right: 5px;
}

.helpVideoCard .dropdown-menu {
    z-index: 9999 !important; /* higher than card's z-index */
}

