body {
  scrollbar-width: thin;          /* "auto" or "thin" */
  scrollbar-color: #d53f4c;
}
.hide{display: none !important;}
a{color: #103379 !important;}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
  color: #fff !important;
  background-color: #d53f4c;
}
.btn-primary,
.card-primary:not(.card-outline)>.card-header {
  background-color: #103379 !important;
}
.btn-primary:hover{
  border-color: #ef1527;
  background-color: #d53f4c !important;
}
.card-primary.card-outline {
    border-top: 3px solid #d53f4c !important;
}
.main-footer{
  background-color: #10337938;
}

#mavellCSMenu .card{
  height: 200px;
  width: auto;
}

.main-header.navbar{
  background: rgb(211,211,212);
  background: linear-gradient(18deg, rgba(211,211,212,1) 0%, rgba(248,249,249,1) 50%, rgba(201,200,202,1) 100%);
  border-bottom: 1px solid #d94f5b;
}
.main-header.navbar .font-weight-light{
  font-weight: 500!important;
}
.layout-top-nav{background-color: #f4f6f9;}
