
.bg-opacity-15 {
  --bs-bg-opacity: 0.15;
}

.fill-primary {
  fill: #066ac9 !important;
}

.fill-white {
  fill: var(--bs-white) !important;
}

.fill-secondary {
  fill: #9a9ea4 !important;
}

.fill-success {
  fill: #0cbc87 !important;
}

.fill-info {
  fill: #17a2b8 !important;
}

.fill-warning {
  fill: #f7c32e !important;
}

.fill-danger {
  fill: #d6293e !important;
}

.fill-light {
  fill: #f5f7f9 !important;
}

.fill-dark {
  fill: #24292d !important;
}

.fill-orange {
  fill: #fd7e14 !important;
}

.fill-purple {
  fill: #6f42c1 !important;
}

.fill-blue {
  fill: #1d3b53 !important;
}

.fill-body {
  fill: var(--bs-body-bg) !important;
}



.icon-sm {
  width: 1.5rem;
  height: 1.5rem;
  line-height: 1.5rem;
  text-align: center;
  font-size: 75%;
}

.icon-md {
  width: 2.6rem;
  height: 2.6rem;
  line-height: 2.6rem;
  text-align: center;
  font-size: 0.8rem;
}

.icon-lg {
  width: 3.5rem;
  height: 3.5rem;
  line-height: 3.5rem;
  text-align: center;
  font-size: 1.2rem;
}

.icon-xl {
  width: 5rem;
  height: 5rem;
  line-height: 5rem;
  text-align: center;
  font-size: 1.9rem;
}

.icon-xxl {
  width: 7rem;
  height: 7rem;
  line-height: 7rem;
  text-align: center;
  font-size: 2.5rem;
}


.shadow {
  -webkit-box-shadow: var(--bs-box-shadow) !important;
          box-shadow: var(--bs-box-shadow) !important;
}

.shadow-sm {
  -webkit-box-shadow: var(--bs-box-shadow-sm) !important;
          box-shadow: var(--bs-box-shadow-sm) !important;
}

.shadow-lg {
  -webkit-box-shadow: var(--bs-box-shadow-lg) !important;
          box-shadow: var(--bs-box-shadow-lg) !important;
}

.shadow-none {
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
}


.btn-cobalt {
    background-color: #395bd9 !important;
    border-color: #395bd9 !important;
    color: #fff !important;
}

.btn-cobalt:hover {
    background-color: #314fbd !important;
    border-color: #314fbd !important;
}

.btn-cobalt:focus,
.btn-cobalt:active {
    background-color: #2a45a7 !important;
    border-color: #2a45a7 !important;
    box-shadow: none !important;
}
