header {
  padding: 76px 0 20px;
}

section {
  padding: 70px 0;
}

.bg-translucid {
  background-color: rgba(0, 123, 255, 0.975) !important;
}

.bg-pattern {
  background-image: url('../resources/icon.png');
  background-size: 64px;
}

.bg-selected {
  background-color: #b8daff !important;
}

.bg-selected:hover {
  background-color: #9fcdff !important;
}

.cursor-pointer {
  cursor: pointer;
}

.mw {
  max-width: 30rem !important;
}

.accordion-content .card,
.accordion-content .card-header,
.accordion-content .card-body {
  border-radius: 0 !important;
}

.accordion-content .card,
.accordion-content .card-header {
  /* background-color: #dae0e5; */
  border: none !important;
  font-weight: 600;
}

.accordion-content .card-body {
  /* border-left: 1px solid #f8f9fa;
  border-right: 1px solid #f8f9fa;
  border-bottom: 1px solid #f8f9fa; */
  background-color: #f8f9fa4b;
}

.tab-pane {
  border-left: 1px solid #dee2e6;
  border-right: 1px solid #dee2e6;
  border-bottom: 1px solid #dee2e6;
}

.table-striped-even tbody tr:nth-of-type(even) {
  background-color: rgba(0, 0, 0, 0.05);
}

.table-striped-even td:first-child {
  border-top: none !important;
}

.btn-split {
  border: 0;
  color: #495057;
  background-color: #e9ecef;
  padding: 0.25rem 0.5rem;
  margin-left: 0.5rem;
}

.btn-split i {
  color: #fff;
  display: inline-block;
  width: 2rem;
  margin: -0.25rem -0.5rem;
  line-height: 2rem;
  text-align: center;
  /* background-color: rgba(0, 0, 0, 0.2); */
  /* background-color: #343a40; */
  background-color: rgba(0, 0, 0, 0.75);
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.btn-split i + span {
  margin-left: 1rem;
}

.btn-split:hover {
  background-color: #d3d8dd;
  border-color: #e3effc;
}

.btn-split:focus, .btn-split.focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-split.disabled, .btn-split:disabled {
  color: #495057;
  background-color: #e9ecef;
}

.btn-split:not(:disabled):not(.disabled):active, .btn-split:not(:disabled):not(.disabled).active,
.show > .btn-split.dropdown-toggle {
  color: #fff;
  background-color: #d3d8dd;
  border-color: #c2c7cc;
}

.btn-split:not(:disabled):not(.disabled):active:focus, .btn-split:not(:disabled):not(.disabled).active:focus,
.show > .btn-split.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}