/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 20 Oct, 2023, 10:18:30 PM
    Author     : user
*/

body {
    overflow-x: hidden;
}

/* Bordered Tabs */
.nav-tabs-bordered {
    border-bottom: 2px solid #ebeef4;
}

.nav-tabs-bordered .nav-link {
    margin-bottom: -2px;
    border: none;
    color: #2c384e;
}

.nav-tabs-bordered .nav-link:hover,
.nav-tabs-bordered .nav-link:focus {
    color: #4154f1;
}

.nav-tabs-bordered .nav-link.active {
    background-color: #fff;
    color: #4154f1;
    border-bottom: 2px solid #4154f1;
}


/*--------------------------------------------------------------
# Thumbnail of the videos
--------------------------------------------------------------*/
.thumbnail {
    position: relative;
    display: inline-block;
}

.thumbnail video {
    display: block;
}

.thumbnail .duration {
    position: absolute;
    bottom: 5px;
    right: 5px;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    padding: 2px 6px;
    font-size: 13px;
    border-radius: 3px;
}