﻿.card {
  border: none;
}

.card-header {
  background-color: #e4ecef !important;
}

@media (max-width: 767px) {
  .card-header {
    font-size: 1.25rem;
  }
  h2 {
    font-size: 22px;
  }
}

@media (max-width: 576px) {
  .block-border-heading {
    border-top: solid 2px #009ce8 !important;
    border-left: solid 2px #009ce8 !important;
    border-right: solid 2px #009ce8 !important;
    border-bottom: none !important;
  }
}

.card-body {
  background-color: #f3f7fc !important;
}

.card-footnote {
  font-size: 12px;
  color: #009ce8;
}

.block-border-heading {
  border: solid 2px #009ce8;
}
.block-border-content {
  border: solid 2px #009ce8;
}

.block-border-other {
  border: solid 2px #009ce8;
}

.vert-block-title {
  color: #009ce8 !important;
}

.table-title {
  color: #009ce8 !important;
}

.dropdown-button {
  border: solid 1px #e4ecef !important;
  box-shadow: none !important;
}

svg {
  min-width: 24px;
  min-height: 24px;
  fill: #a3c3cd !important;
}

@media (max-width: 767px) {
  svg {
    min-width: 18px;
    min-height: 18px;
  }
}

.chevron.rotate {
  transform: rotate(180deg);
}
