
.bg-white
{
    background-color: hsl(46, 100%, 97%) !important;
}
.rounded-panel{
   border-radius: 15px 15px 0 0;
}
.bg-dark
{
    background-color: #03396c !important;
}
.text-danger
{
    color: #ff8c42 !important;
}

.bg-primary
{
    background-color: #00a8e8 !important;
}
.bg-warning
{
    background-color: #e9c46a !important;
}
.bg-danger
{
    background-color: #ff8c42 !important;
}

.btn-danger
{
    background-color: #ff8c42 !important;
    border: 2px solid #ff8c42
}

.sb-sidenav-toggled main 
{
    margin: 0 0.5rem 0 0.5rem !important;
}
#layoutSidenav_content::before
{
    display: none !important;
}

.profile-card{
    border-radius: 16px !important;
}

*
{
    font-family: "Roboto", sans-serif;
    font-weight: 700;
    font-style: normal;
}
.sb-topnav 
{
    border-top: 5px solid #03396c !important;
}
.sb-topnav::before
{
    content: "" !important;
    width: 100%;
    height: 100%;
    background-color: #f7fff7 !important;
    border-radius: 15px 15px 0 0;
    position: absolute !important;;
    top: 0px;
    z-index: -2 !important;
}

.no-bullets {
    list-style-type: none;
  }

  #folders a , #layoutSidenav a 
  {
    /* color: inherit !important; */
    text-decoration: inherit !important;
  }
  .sb-nav-fixed .sb-topnav {
    z-index: 99 !important;
  }

  .bg-home {
    background: linear-gradient(135deg, rgb(0,51,108) 20%, rgb(0,99,176) 40%, rgb(58,147,214) 70%, rgb(135,206,235) 100%) !important;
}

.fixed-size {
    width: 300px;
    height: 300px;
    object-fit: cover;
}


.background-dive
{
        background-size: 30%;
        background-image: url("fond-146d948508cca6883539844cf9063a3a.jpg");
        background-repeat: repeat;
        background-color: transparent;
}