nav[role="navigation"]{
    /* text-align: center; */
    padding-top: 15px;
}
nav[role="navigation"] svg{
    width: 20px;
}
nav[role="navigation"]>div{
    margin-bottom: 20px;

}
.bg-gradient-fprimary{
    background-color: #0B0A0A;
}
.auth-bgr-img{
    background-image: url('path/to/your-background.gif');
    background:url(../img/auth-brg.jpg);
    background-size: cover; /* or contain, depending on your preference */
    background-repeat: no-repeat; /* Prevents the image from repeating */
    background-position: center; /* Center the background image */
}
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; /* Ensures the video covers the entire area */
    z-index: -1; /* Ensures the video is behind other content */
  }

.bg-primary-second {
    background-color: #B232F8;
    border-radius: 10px;
}
button.bg-primary-second:hover{
    opacity: 0.8;
}
.bg-black{
    background-color: #000;
}
.bg-black-second{
    background-color: #0B0A0A;
}

.sidebar .nav-item .collapse  .collapse-item:hover,
.sidebar .nav-item .collapse  .collapse-item:focus,
.sidebar .nav-item .collapse  .collapse-item:active,
.sidebar .nav-item .collapse  .collapse-item.active{
    background-color: #333 !important;
    /* color: #fff !important; */
}

/* .sidebar .nav-item .collapse .collapse-item {
    color: #fff;
    padding: 8px 15px;
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease;
} */

.sidebar .nav-item .collapse .collapse-item i {
    font-size: 14px;
    width: 16px;
}

.icalendar{
    background: transparent;
    border: none;
    padding: 0;
    cursor: pointer;
}
.icalendar .fa-calendar{
    font-family: "Font Awesome 6 Free";
    font-size: 16px;
    line-height: 1;
    right: 10px;
    top: 6px;
}
.icalendar .fa-calendar:before {
    content: "\f073";
}
._dark .icalendar .fa-calendar{
    color: white;
}