:root {
      --bs-primary: #ed1d25 !important;
      --bs-primary-rgb: 237, 29, 37 !important;
      --bs-link-color: #ed1d25;
      --bs-link-hover-color: #c4171e;
}

.btn-primary {
      background-color: #ed1d25 !important;
      border-color: #ed1d25 !important;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
      background-color: #c4171e !important;
      border-color: #c4171e !important;
}
.btn-outline-primary {
      color: #ed1d25 !important;
      border-color: #ed1d25 !important;
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
      background-color: #ed1d25 !important;
      border-color: #ed1d25 !important;
      color: #fff !important;
}
.bg-primary {
      background-color: #ed1d25 !important;
}
.text-primary {
      color: #ed1d25 !important;
}
.border-primary {
      border-color: #ed1d25 !important;
}
.side-nav-link.active, .side-nav-link:hover {
      color: #ed1d25 !important;
}
.badge.bg-primary {
      background-color: #ed1d25 !important;
}
a {
      color: #ed1d25;
}
a:hover {
      color: #c4171e;
}
.page-item.active .page-link {
      background-color: #ed1d25;
      border-color: #ed1d25;
}
.form-control:focus, .form-select:focus {
      border-color: #ed1d25;
      box-shadow: 0 0 0 0.15rem rgba(237, 29, 37, 0.25);
}

.cursor-pointer {
      cursor: pointer;
}
.page-title-box {
      padding-top: 0 !important;
      margin-top: 0 !important;
}
.content-page .container-fluid {
      padding-top: 0 !important;
}
.content-page {
      padding-top: 40px !important;
}