*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background-color: #FFFFFF;
    position: relative; 
    background-size: contain;
    background-attachment: fixed;
    width: 100%;
    margin: 0;
    padding: 0;        
}
main {
    /* margin-left: 280px !important;     */
    width: 80%;
    margin: 0;
    padding: 30px;  
}

.menu {
    width: 20%;
    height: 100vh;
    position: sticky;
    top: 0;
}

.menu2 {

    height: 100%;
    width: 100%;
}

.menu2 .row{
    height: 100%;
    width: 100%;
    padding: 0px;
}
#sidebar{
    height: 100%;
    width: 100%;
    padding-top: 10px;
    background-color: #0B0D21;
    margin: 0;    
    overflow: hidden;
    color: white;
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

#sidebar ul {
    /* margin-top: 25%; */
    margin-bottom: 0px !important;
}

#sidebar ul li a{
    color: white;
    white-space: nowrap;
    font-size: 0.9em;
}

#sidebar ul li:hover{    
    background: rgb(97, 95, 95);
}

#sidebar ul li a:focus{
    color: white;
}

#sidebar ul li a:hover i{
    color: #ffffff;
}

#sidebar ul li a:focus i{
    color: #ffffff;
}
#sidebar li{
    margin-bottom: 5px;
}

#sidebar hr {
    color: white;
    border-bottom: 1px solid #ffffff !important;
}

#sidebar .lista {
    margin-top: 20%;
    width: 110%;    
}

#sidebar .hr-2 {
    width: 110%;
}

.logo {
    width: 150px;
    margin-top: 5%;
}
.bi-camera-reels, .bi-caret-down-fill {
    margin-right: 5px;
}

.t-1, .t-2{
    border: 1px solid #cccc;
    box-shadow: 0px 0px 5px 5px #afababa4;
    border-radius: 10px;
    padding: 3px;
    transition: transform 0.3s ease;    
}

.t-1:hover {
    transform: scale(1.05);
}

.card-body {
    cursor: pointer;
}

iframe {
    border-radius: 10px;
}

.nav-link.active {
    color: white !important;
}

.nav-link.active i {
    color: #0f3bff !important;
}