/* Variables */
img {
  max-width: 100%;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: var(--bs-breadcrumb-divider, ">");
}

/* Typography */
body {
  font-family: "sofiapro-regular", "arial", sans-serif;
  font-style: normal;
  color: #666;
}

h1, h2, h3, h4, h5 {
  font-family: "sofiapro-semibold", "arial", sans-serif;
}

.text-wrap {
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  word-break: break-all;
  word-break: break-word;
}

a.badge {
  text-decoration: none;
  padding: 0.17em 0.65em 0.35em 0.65em;
  font-family: "sofiapro-light", "arial", sans-serif;
}

/*.list-group-item a {height:24px;}*/
.dropdown-toggle::after {
  display: none;
}

.h4 .material-icons.mi-small {
  font-size: 14px;
}

/* Badges */
.badge.bg-green {
  background-color: #2CA;
}

/* Buttons */
.btn-group-lg > .btn, .btn-lg {
  padding: 0.5rem 1.5rem 0.65rem 1.5rem;
}

.btn-round {
  border-radius: 100vw;
}

.btn-sm.btn-round {
  padding: 0.25rem 0.75rem;
}

.btn-light {
  background-color: #f2f2f2;
}

.btn-light:hover {
  background-color: #e2e2e2;
}

.btn-green {
  background-color: #2CA;
  border-color: #2CA;
  color: #fff;
}

.btn-green:hover {
  background-color: #3EBD93;
  border-color: #2CA;
}

.btn-green:focus, .btn-green:active, .btn-green:not(:disabled):not(.disabled):active {
  background-color: #3EBD93;
  border-color: #2CA;
  box-shadow: 0 0 0 0.2rem rgba(35, 205, 171, 0.5);
}

.btn-yellow {
  background-color: #FFC107;
  border-color: #FFC107;
}

.btn-yellow:hover {
  background-color: #FFDA6B;
  border-color: #FFC107;
}

.btn-yellow:focus, .btn-yellow:active, .btn-yellow:not(:disabled):not(.disabled):active {
  background-color: #FFDA6B;
  border-color: #FFC107;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 71, 0.5);
}

.btn-purple {
  background-color: #7c4dff;
  border-color: #7c4dff;
  color: #fff;
}

.btn-purple:hover {
  background-color: #571aff;
  color: #fff;
}

.btn-purple:focus, .btn-purple:active, .btn-purple:not(:disabled):not(.disabled):active {
  background-color: #d6c7ff;
  border-color: #7c4dff;
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 71, 0.5);
}

.btn-link:focus {
  box-shadow: none;
  text-decoration: none;
}

.bth-light:hover {
  background-color: #fadb5f;
}

.btn-link {
  color: #666;
}

.btn-link:hover {
  color: #2CA;
  text-decoration: none;
}

/* Forms */
.form-control:focus, .form-select:focus {
  border-color: #2CA;
  box-shadow: 0 0 0 0.25rem rgba(34, 204, 170, 0.25);
}

/* Colors */
.bg-light.border {
  background: #E9FBF4 !important;
  border: 1px solid #020202 !important;
}

/*Tables*/
table.table {
  color: #666;
}
table.table h3 {
  margin-bottom: 0;
  color: #0C6B58;
}
table.table h4 {
  margin-bottom: 0;
  color: #2CA;
}
table.table p {
  margin-bottom: 0;
}
