/*

*/

.nopad {
    padding: 0 !important;
}

a.nav-link.active {
  background-color: #2C274E;
  color: #fff;
}

.nav-item1 {
  padding: 5px;
}

.custom-control.custom-checkbox {
  display: inline !important;
}

p.text-muted.mb-0.box-menu {
  min-height: 75px;
}

.start-120 {
  left: 120% !important;
}

.dt-buttons.btn-group {
  position: absolute;
  top: 20px;
  left: 20px;
}

.dropify-wrapper {
  margin-bottom: 20px;
  margin-top: 20px;
}

/* HEADER */
.header-brand-img {
  height: 80px !important;
}
@media (max-width: 991px){
  .header {
    padding-block-start: 1.8rem;
    padding-block-end: 1.8rem;
  }
}


.dropzone .dz-preview {
  color: red;
  font-weight: bold;
}