.bg-menu-theme.menu-vertical .menu-item.active>.menu-link:not(.menu-toggle) {
    background: linear-gradient(72.47deg, #f43839 22.16%, #f43839 76.47%);
    box-shadow: 0 2px 6px #f43839;
    color: #fff !important;
}
.bg-primary {
    background-color: #f43839 !important;
}
.file-group {
    display: inline-block;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    line-height: 1.125;
    font-size: .9375rem;
    text-align: center;
    padding: .6rem 1.25rem;
    color: #808390;
    background-color: #8083903D;
    border-radius: .375rem;
  }
  .file-group input {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 300px;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
  }
  .file-group:hover {
    background-color: #80839080;
  }
  .btn-primary {
    color: #fff;
    background-color: #f43839!important;
    border-color: #f43839!important;
}
.btn-primary.btn[class*=btn-]:not([class*=btn-label-]):not([class*=btn-outline-]):not([class*=btn-text-]):not(.btn-icon):not(:disabled):not(.disabled) {
    box-shadow: 0 .125rem .375rem 0 rgb(25, 76, 158,.3);
}
.btn-primary:hover {
    color: #fff !important;
    background-color: #133f87 !important;
    border-color: #133f87 !important;
}
