a:hover{
    text-decoration: none;
}
div.sidebar{
    background: #f5f5f5 !important;
    color: black !important;
    box-shadow: 1px 0 14px 0 rgba(0, 0, 0, 0.5);
    font-size: 14px;
}
div.sidebar .nav-link{
    color: black !important;
}
.sidebar .nav-link:hover,
.sidebar .nav-link.active
{
    background: #dd3333;
    color: #ffffff!important;
}
@media (min-width: 992px){
    .header-fixed .app-body {
        margin-top: 80px;
    }
}
.app-header{
    height: 80px;
}
@media (min-width: 992px){
    .sidebar-fixed .app-header + .app-body .sidebar {
        height: calc(100vh - 80px);
      }
}

@media (min-width: 992px){
    html:not([dir="rtl"]) 
    .sidebar-lg-show.sidebar-fixed .app-footer, 
    html:not([dir="rtl"]) .sidebar-lg-show.sidebar-fixed .main, 
    html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .app-footer, 
    html:not([dir="rtl"]) .sidebar-show.sidebar-fixed .main {
        margin-left: 240px;
      }
}

.box-part {
    background: #F0FFFF;
    padding: 60px 10px;
    margin: 30px 0px;
      margin-bottom: 30px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    margin-bottom: 25px;
  }
  .box-part:hover {
    background: #dd3333;
    color: #ffffff;
  }

  h1,h2,h3,h4,h5,h6,
  .h1,.h2,.h3,.h4,.h5,.h6
  {
    font-weight: 400;
  }

  .sidebar-nav .nav-title{
    color: black;
    font-weight: normal;
    text-transform: capitalize;
  }
  .sidebar-nav .nav-icon{
    color: black;
  }
  .select2-container--bootstrap-5 .select2-selection{
    font-size: 0.875rem;
  }