.videoContainer {
    width: 120px;
    height: 120px;
    border: 2px solid #f5f5f5;
    background-color: #ffffff;
    border-radius: 8px;
}

.iconContainer {
    width: 48px;
    height: 48px;
}



.downloadDropdown {
    border: none !important;
    background-color: #ffffff !important;
    color: #E04646 !important;
    font-size: 16px !important;
    font-weight: 500 !important;
}




    /* Bootstrap modify */

    .downloadDropdown:hover {
        color: #E04646 !important;
        background-color: #ffffff !important;
        border: none !important;
    }


    .downloadDropdown:active {
        color: #E04646 !important;
        background-color: #ffffff !important;
        border: none !important;
    }


@media screen and (min-device-width: 576px) and (max-device-width: 767px) {
    .videoContainer {
        width: 100%;
        height: 72px;
    }
}

@media screen and (min-device-width: 0px) and (max-device-width: 575px) {
    .videoContainer {
        width: 100%;
        height: 56px;
    }

    .iconContainer {
        width: 32px;
        height: 32px;
    }

    .filterWidth {
        width: 150px !important;
    }
}



@media screen and (min-device-width: 0px) and (max-device-width: 330px) {
    .filterWidth {
        width: 130px !important;
    }
}

/* Video View */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.7);
}

.modal-content {
    position: relative;
    margin: 10% auto;
    padding: 0;
    width: 80%;
    max-width: 800px;
    border-radius: 10px;
    background-color: #fff;
    overflow: hidden;
}

.modal video {
    width: 100%;
    height: auto;
    display: block;
}


.close {
    position: absolute;
    top: 10px;
    right: 16px;
    color: white;
    font-size: 28px;
    font-weight: bold;
    cursor: pointer;
    z-index: 1001;
}



/* Modified css */
/* Header Responsive Search */
.openSearch {
    display: flex; /*modified*/
}

.openSearchInput {
    visibility: visible; /*modified*/
}


/* Modified media.css 100 - 330 */
/* .navLogo{
    width: 110px !important;
    height: auto;
} */

/* .logoContainer{
    width: 120px;
    height: auto;
} */

/* .header{
    height: 64px !important;
} */

video {
    width: 80%;
    max-width: 800px;
    border: 5px solid #ccc;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}



.tabContainer {
    width: auto;
    /* background-color: #fff; */
    /* border: 1px solid #e5e5e5; */
    /* border-radius: 8px; */
    /* padding: 4px 12px; */
    /* display: flex; */
    /* position: fixed; */
    /* top: 143px; */
    z-index: 1;
}

    .tabContainer li button {
        font-size: 16px !important;
        padding: 4px 16px;
        border-radius: 32px !important;
    }


    .tabContainer .nav-link {
        border-radius: 8px !important;
        color: #2f2f2f !important;
    }

        .tabContainer .nav-link:hover {
            color: #E04646 !important;
        }

        .tabContainer .nav-link:active {
            color: #ffffff !important;
            background-color: #E04646 !important;
        }

        .tabContainer .nav-link:focus {
            color: #ffffff !important;
            background-color: #E04646 !important;
        }

        .tabContainer .nav-link.active {
            color: #ffffff !important;
            background-color: #E04646 !important;
        }


/* Tab */
.bgTab {
    background-color: #e5e5e5;
    position: sticky;
    top: 120px;
    left: 0px;
    right: 0px;
    height: 48px;
    width: 100%;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
}
