/*
 * Copyright(c) 2023-2025 INM Institut für Nachhaltigkeitsmanagement GmbH. All Rights Reserved.
 *
 * This software is the proprietary and confidential information of INM Institut für Nachhaltigkeitsmanagement GmbH.
 * Unauthorized copying of this file, via any medium is strictly prohibited.
 */
/* caveat-regular - latin */
@font-face {
  font-display: swap;
  font-family: 'Caveat';
  font-style: normal;
  font-weight: 400;
  src: url('../fonts/caveat-v18-latin-regular.eot');
  /* IE9 Compat Modes */
  src: url('../fonts/caveat-v18-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */ url('../fonts/caveat-v18-latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('../fonts/caveat-v18-latin-regular.woff') format('woff'), /* Chrome 5+, Firefox 3.6+, IE 9+, Safari 5.1+, iOS 5+ */ url('../fonts/caveat-v18-latin-regular.ttf') format('truetype'), /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */ url('../fonts/caveat-v18-latin-regular.svg#Caveat') format('svg');
  /* Legacy iOS */
}
/* waiting panel */
.waitingPanel-logo-body {
  width: 200px;
}
.waitingPanel-logo-head {
  position: relative;
  top: -250px;
  left: -20px;
  width: 200px;
  -webkit-animation: spin 4s linear infinite;
  -moz-animation: spin 4s linear infinite;
  animation: waitingPanel-logo-spin 4s linear infinite;
}
@-moz-keyframes waitingPanel-logo-spin {
  100% {
    -moz-transform: rotate(360deg);
  }
}
@-webkit-keyframes waitingPanel-logo-spin {
  100% {
    -webkit-transform: rotate(360deg);
  }
}
@keyframes waitingPanel-logo-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.waitingPanel-loading-text {
  color: #fff;
  font-weight: 600;
  text-align: center;
}
/* bootstrap overrides */
h1 {
  font-size: 28px !important;
}
a {
  color: #3991BF;
}
a:visited {
  color: #3991BF;
}
a.btn:visited {
  color: #fff;
}
a.btn-default:visited {
  color: #333;
}
a:hover,
a:active,
a:focus {
  color: #3180A4;
}
a.text-success {
  color: #3c763d;
}
a.text-danger {
  color: #a94442;
}
.list-group-item.active {
  background-color: #3991BF;
  border-color: #3991BF;
}
.list-group-item.active:focus,
.list-group-item.active:hover {
  background-color: #3180A4;
  border-color: #3180A4;
}
table input[type="checkbox"],
table input[type="radio"] {
  margin-left: 0 !important;
}
table.radio-inline {
  padding-left: 0;
  display: block;
}
table.radio-inline label {
  font-weight: 400;
  margin-top: 0;
  margin-right: 35px !important;
  margin-bottom: 0;
  margin-left: 20px !important;
}
.dropdown-menu li {
  /* disabled JSF links in dropdown */
  /* danger links in dropdown */
}
.dropdown-menu li span.disabled {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857;
  color: #777;
  white-space: nowrap;
}
.dropdown-menu li a.text-danger {
  color: #a94442;
}
.dropdown-menu li a.text-danger:hover,
.dropdown-menu li a.text-danger:focus {
  color: #843534;
}
.modal-body .bootstrap-datetimepicker-widget {
  /*fix datepicker dropdown in modal*/
  z-index: 1050;
}
.panel-group .panel.panel-iconbtn {
  /* fix panels in accordions */
  margin-bottom: 20px;
}
.form-inline .form-control {
  margin: 0 10px 0 10px;
}
.form-inline .form-control.nomargin {
  margin: 0;
}
.form-inline .form-group {
  margin-bottom: 0;
}
.form-inline .input-group .input-group-addon {
  width: 1% !important;
}
.form-inline .input-group .input-group-addon.input-group-addon-sm {
  padding: 6px;
}
.form-inline .fullwidth {
  width: 100%;
}
.form-inline .fullwidth-block {
  display: block;
  width: 100%;
  margin-bottom: 3px;
}
.form-inline span.separator {
  display: inline-block;
  width: 7%;
  text-align: center;
}
.form-inline .halfwidth {
  width: 45%;
}
@media screen and (max-width: 1200px) {
  .form-inline .halfwidth {
    width: 100%;
  }
}
.navbar-fixed-top {
  z-index: 1000;
}
/* Override for bootstrap-confirmation to prevent red text in delete-links with btn-danger */
.confirmation {
  width: 300px;
}
.confirmation .confirmation-content {
  color: #333;
}
.confirmation .btn-group {
  float: none;
}
/*ci-stuff*/
html {
  font-size: 14px;
  height: 100%;
}
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  color: #443F3F;
  display: table;
  height: 100%;
  width: 100%;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #443F3F;
}
nav.navbar-default {
  background-color: #ffffff;
  border-color: #FFF;
}
nav .navbar-header a.navbar-brand {
  padding-top: 0.3em;
}
@media screen and (max-width: 992px) {
  nav .navbar-header a.navbar-brand img {
    height: 4.2rem;
    padding-top: 0.3em;
  }
}
nav .navbar-collapse a {
  color: #A29C9C !important;
  font-size: 1rem;
  text-decoration: none;
  background-color: #FFF;
  padding: 18px;
  width: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
@media screen and (max-width: 768px) {
  nav .navbar-collapse a {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1200px) {
  nav .navbar-collapse a {
    padding: 1em 0.4em;
  }
}
nav .navbar-collapse a.highlight {
  background-color: #EEEEEE;
}
nav .navbar-collapse a.highlight:hover,
nav .navbar-collapse a.highlight:active,
nav .navbar-collapse a.highlight:visited,
nav .navbar-collapse a.highlight:focus {
  background-color: #EEEEEE;
}
nav .navbar-collapse a.highlight-font {
  color: #443F3F !important;
}
nav .navbar-collapse a.upper {
  text-transform: uppercase;
}
nav .navbar-collapse li.active a {
  color: #443F3F !important;
  background-color: #FFF !important;
}
nav .navbar-collapse .navbar-brand {
  padding-top: 0.7em;
  margin-left: 0 !important;
}
nav .navbar-collapse .dropdown-menu a {
  font-size: 14px;
  padding: 10px 18px;
}
.header-bordered-ending {
  border-bottom: #B6B5AC solid 1px !important;
}
#wrap {
  height: 100%;
  display: table-row;
}
footer {
  display: table-row;
  color: #FFF;
}
footer .row {
  padding: 20px 0;
}
footer .footer-image {
  height: 97px;
  position: relative;
  margin-top: 2em;
}
footer .footer-image img {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}
footer .footer-content {
  background-color: #B6B5AC;
}
footer a {
  color: #fff;
  text-decoration: none;
}
footer a:visited {
  color: #fff;
}
footer a:hover,
footer a:active,
footer a:focus {
  color: #d9d9d9;
}
footer a.social-media-link {
  margin-left: 0.8em;
  margin-right: 0;
}
main {
  padding-top: 5.5rem;
}
main.is-global-info {
  padding-top: 0;
}
#global-maintenance-accouncement,
#global-info-testsystem {
  padding-top: 5.5rem;
}
#global-maintenance-accouncement.alert,
#global-info-testsystem.alert {
  margin-bottom: 0;
  padding-bottom: 0;
  border-radius: 0;
}
#global-maintenance-accouncement .container,
#global-info-testsystem .container {
  margin-top: 10px;
}
#global-info-testsystem {
  font-size: 10px;
}
#global-info-testsystem p {
  margin-bottom: 0;
}
#global-info-testsystem ul {
  margin-bottom: 5px;
  padding-left: 50px;
}
#card-login {
  margin-top: 1em;
}
/* system stuff */
.img-bordered {
  border: 1px solid #E0E0E0;
}
.img-centered {
  margin: 0 auto;
}
.img-inline {
  display: inline !important;
}
.img-team {
  border: 5px solid #D5D5D5;
  margin-bottom: 1rem;
}
.img-system {
  margin-bottom: 2rem;
  border: 1px solid #ccc;
}
.img-shadow {
  box-shadow: 2px 2px 10px 0 #666;
}
.img-padding {
  padding: 5px;
}
.img-mix-blend-mode-multiply {
  mix-blend-mode: multiply;
}
.text-muted-light {
  color: #ddd;
}
.box-inline {
  display: inline-block;
  vertical-align: middle;
}
.btn-backtotop {
  position: fixed;
  z-index: 100;
  bottom: 1rem;
  right: 1rem;
  visibility: hidden;
  opacity: 0;
  padding: 0.8rem;
  background-color: #000;
  color: #FFF;
  border-radius: 4px;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.8);
  -webkit-transition: visibility 0s 0.4s;
  -moz-transition: visibility 0s 0.4s;
  transition: visibility 0s 0.4s;
}
.btn-backtotop:hover,
.btn-backtotop:active,
.btn-backtotop:visited,
.btn-backtotop:focus {
  color: #FFF;
}
.btn-backtotop.btn-backtotop-visible {
  visibility: visible;
  opacity: 0.5;
}
@media screen and (max-width: 992px) {
  .btn-backtotop .fa-3x {
    font-size: 2em;
  }
}
@media screen and (max-width: 768px) {
  .btn-backtotop .fa-3x {
    font-size: 1em;
  }
}
.image-transition {
  position: relative;
}
.image-transition .image-transition-inner {
  position: relative;
  width: 100%;
}
.image-transition .image-transition-inner .image-transition-card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}
.image-transition .image-transition-inner .image-transition-card.active {
  position: relative;
  display: block;
  z-index: 3;
}
ul.condensed,
address.condensed {
  margin-bottom: 0;
}
hr.condensed {
  margin-top: 0;
  margin-bottom: 10px;
}
td.nostretch,
th.nostretch {
  width: 1%;
}
.modal {
  white-space: normal;
}
.contact-image {
  border: 1px solid #888888;
  margin: 5px 10px 10px 0;
}
.preformatted {
  white-space: pre-line;
}
.clickable {
  cursor: pointer;
}
select option[disabled="disabled"] {
  color: #eee;
}
iframe.seamless {
  border: 0;
  width: 100%;
  height: 500px;
}
legend.legend-selectable {
  font-size: 18px;
  margin-bottom: 5px;
}
legend.legend-selectable label {
  font-weight: 400;
}
.alert h1,
.alert h2,
.alert h3,
.alert h4,
.alert h5,
.alert h6 {
  color: inherit;
}
.alert.alert-inline {
  padding: 3px 3px;
  margin-bottom: 0;
  display: inline;
}
.alert.alert-small {
  padding: 5px 15px;
  margin-bottom: 5px;
}
/* form validation messages */
label.error {
  width: 100%;
  display: block;
  padding: 5px;
  border-radius: 4px;
  color: #a94442;
  border: 1px solid #ebccd1;
  background-color: #f2dede;
}
input.error,
textarea.error {
  border-color: #a94442;
}
input.error:focus,
textarea.error:focus {
  border-color: #843534;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #ce8483;
}
input.valid,
textarea.valid {
  border-color: #3c763d;
}
input.valid:focus,
textarea.valid:focus {
  border-color: #2b542c;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #67b168;
}
/* jsf generated form error messages */
div.form-group ul.alert,
div.checkbox ul.alert {
  padding: 5px;
  margin-bottom: 5px;
  margin-left: 0;
}
div.form-group ul.alert li,
div.checkbox ul.alert li {
  padding-bottom: 0;
}
/* faces generated radio groups, based on tables */
table.faces-radio-group td {
  display: flex;
  align-items: start;
  justify-content: start;
}
table.faces-radio-group td label {
  min-height: 20px;
  padding-left: 10px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
}
.box-info {
  border: 1px dashed #999;
  padding: 1em;
  background-color: #eee;
  margin-bottom: 10px;
}
.box-info h1,
.box-info h2,
.box-info h3,
.box-info h4,
.box-info h5,
.box-info h6 {
  margin-top: 0;
  margin-bottom: 10px;
  color: #443F3F;
}
.box-info dl {
  margin-bottom: 0;
}
.card {
  padding: 15px;
  background-color: #fafafa;
  margin-bottom: 10px;
  border-radius: 2px;
  box-shadow: 0 6px 10px 0 rgba(0, 0, 0, 0.14), 0 1px 18px 0 rgba(0, 0, 0, 0.12), 0 3px 5px -1px rgba(0, 0, 0, 0.2);
}
/* district license status */
.text-licensestatus-locked,
.text-authorization-none {
  color: #D21502;
}
.text-licensestatus-readonly,
.text-authorization-readonly,
.text-authorization-janitor {
  color: #FABD02;
}
.text-licensestatus-licensed,
.text-authorization-fullaccess {
  color: #03AC13;
}
.application-color-badge {
  display: inline-block;
  margin-right: 5px;
  padding: 2px 7px;
}
.application-color-badge.empty {
  font-size: 100%;
}
/* custom stuff */
/* Admin Interface */
.panel-dashboard-box {
  background-color: #f5f5f5;
}
.panel-dashboard-box .panel-heading {
  height: 42px;
}
.panel-dashboard-box .panel-heading img {
  margin: -6px 10px 0 -10px;
}
.panel-dashboard-box .panel-heading .panel-title.panel-title-warning {
  color: #8a6d3b;
}
.panel-dashboard-box .panel-heading .panel-title.panel-title-danger {
  color: #a94442;
}
.panel-dashboard-box .panel-body .panel-group:last-child,
.panel-dashboard-box .panel-body .alert:last-child {
  margin-bottom: 0;
}
.panel-dashboard-box.panel-service {
  border-color: #3180A4;
}
.panel-dashboard-box.panel-service .panel-heading {
  background-color: #3991BF;
}
.panel-dashboard-box .list-group {
  list-style: none;
}
.panel-dashboard-box .list-group a.list-group-item,
.panel-dashboard-box .list-group a.list-group-item:visited {
  background-color: #f5f5f5;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.panel-dashboard-box .list-group a.list-group-item:hover,
.panel-dashboard-box .list-group a.list-group-item:visited:hover {
  background-color: #eee;
}
.panel-dashboard-box p:last-child {
  margin-bottom: 0;
}
.panel-webinars-next .panel-body .webinar {
  font-size: 12px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  border-bottom: 1px solid #ddd;
}
.panel-webinars-next .panel-body .webinar:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.panel-webinars-next .panel-body .webinar .modal {
  font-size: 14px;
}
.webinars-admin-table-participants .webinars-admin-table-participants-questions {
  padding-left: 20px;
}
.webinars-admin-table-participants .webinars-admin-table-participants-questions table {
  margin-bottom: 0;
}
.grayscale {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.grayscale.grayscale-hover-deactivate:hover {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
/* public partner profile */
.partner-profile {
  margin-top: 1rem;
}
.partner-profile .partner-profile-banner {
  margin-bottom: 2rem;
}
.partner-profile .partner-profile-logo-container {
  margin: 2rem 0;
}
.partner-profile .partner-profile-logo-container .partner-profile-logo {
  max-height: 100px;
}
.partner-profile .partner-profile-logo-container .partner-profile-slogan {
  margin-left: 20px;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  float: left;
}
.partner-profile .partner-profile-logo-container .partner-profile-slogan p {
  margin: 0 0 5px;
}
.partner-profile .partner-profile-content h2 {
  margin: 2rem 0;
}
.partner-profile .partner-profile-content p {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .partner-profile .partner-profile-right {
    border-left: 2px solid #ddd;
  }
}
/* error pages */
.error-page {
  max-width: 600px;
  margin: 20px auto 0 auto;
}
@media screen and (max-width: 768px) {
  .error-page {
    padding: 20px;
  }
}
.error-page h2 {
  font-size: 50px;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .error-page h2 {
    float: left;
    font-size: 100px;
  }
}
.error-page h2 i {
  margin: 30px 50px;
}
.error-page svg {
  width: 80px;
  margin-left: 30px;
}
@media screen and (min-width: 768px) {
  .error-page svg {
    float: left;
    width: 140px;
    margin-top: 60px;
  }
}
.error-page h3 {
  color: #443F3F;
}
.error-page .error-content {
  display: block;
}
@media screen and (min-width: 768px) {
  .error-page .error-content {
    margin-left: 190px;
  }
}
.error-page .error-content .text-muted {
  font-size: 12px;
}
.error-page .error-content .text-muted.very-small {
  font-size: 10px;
}
.error-page .error-actions button,
.error-page .error-actions a {
  margin-right: 20px;
  margin-top: 20px;
}
.error-page.error-notfound h2,
.error-page.error-notfound .error-icon {
  color: #f39c12 !important;
}
.error-page.error-unauthorized h2,
.error-page.error-unauthorized .error-icon {
  color: #dd4b39 !important;
}
.error-page.error-forbidden h2,
.error-page.error-forbidden .error-icon {
  color: #dd4b39 !important;
}
.error-page.error-locked h2,
.error-page.error-locked .error-icon {
  color: #dd4b39 !important;
}
.error-page.error-expired h2,
.error-page.error-expired .error-icon {
  color: #f39c12 !important;
}
.error-page.error-exception h2,
.error-page.error-exception .error-icon {
  color: #dd4b39 !important;
}
.error-page.error-exception svg path {
  fill: #dd4b39 !important;
}
.table-item-list .text-muted i.fa,
.table-item-list .text-muted .item-title,
.table-item-list .text-muted .item-description {
  color: #777;
}
.table-item-list .text-disabled {
  color: #dedede;
}
.table-item-list .item-info .indented {
  display: inline-table;
}
.table-item-list .item-info .indented.indented-level {
  width: 10px;
}
.table-item-list .item-info .indented.indented-level.indented-active {
  border-left: 2px solid #999;
  border-bottom: 2px solid #999;
}
.table-item-list .item-info .item-title {
  font-weight: 600;
}
.table-item-list .item-info .item-description {
  display: block;
  color: #666;
}
.table-item-list .item-status {
  text-align: center;
  white-space: nowrap;
}
.table-item-list .item-status.item-status-right {
  text-align: right;
}
.table-item-list .item-status .fa {
  margin-top: 15px;
  font-size: 30px;
}
.table-item-list .item-status .fa-stack i.fa {
  margin-top: 15px;
  font-size: 30px;
}
.table-item-list .item-status .fa-stack i.mdi {
  margin-top: 13px;
  font-size: 34px;
}
.table-item-list .item-status .fa-stack i.mdi:before {
  font-size: 34px;
  line-height: 34px;
}
.table-item-list .item-status .fa-stack i.fa-stack-2x {
  left: -15px;
  top: -10px;
  font-size: 22px;
}
.table-item-list .item-status small,
.table-item-list .item-status .small {
  display: block;
  font-size: 10px;
  line-height: 12px;
}
.table-item-list .item-status .chart-done-ratio {
  width: 50px;
  height: 50px;
  margin: auto;
}
.table-item-list .item-status .chart-done-ratio .ct-series-a > .ct-slice-donut {
  stroke: #00a65a;
}
.table-item-list .item-status .chart-done-ratio .ct-series-b > .ct-slice-donut {
  stroke: #ddd;
}
.table-item-list .item-status.item-status-numeric {
  vertical-align: middle;
  font-size: 36px;
  color: #666;
}
.table-item-list .item-actions {
  text-align: right;
  width: 1%;
  white-space: nowrap;
}
.table-item-list .item-actions .item-btn-action {
  border-radius: 3px;
  position: relative;
  padding: 15px 5px;
  margin: 0 0 0 10px;
  min-width: 80px;
  height: 60px;
  text-align: center;
  color: #666;
  border: 1px solid #ddd;
  background-color: #f4f4f4;
  font-size: 12px;
}
.table-item-list .item-actions .item-btn-action:hover {
  color: #444;
  border-color: #aaa;
}
.table-item-list .item-actions .item-btn-action .fa {
  font-size: 20px;
  display: block;
}
.item-status-standalone {
  text-align: center;
}
.item-status-standalone .fa-stack {
  padding-left: 2px;
  width: 1.28571429em;
  height: 14px;
  line-height: 14px;
}
.item-status-standalone .fa-stack i.fa {
  font-size: 14px;
}
.item-status-standalone .fa-stack i.mdi {
  font-size: 14px;
}
.item-status-standalone .fa-stack i.mdi:before {
  font-size: 14px;
  line-height: 14px;
}
.item-status-standalone .fa-stack i.fa-stack-2x {
  left: -6px;
  top: -6px;
  font-size: 10px;
}
/* Reminders and notes */
.config-box {
  padding: 0 20px;
  border-width: 1px;
  border-style: dashed;
}
.config-box.config-box-consultant {
  border-color: #a94442;
}
.config-box.config-box-consultant .config-box-badge {
  background-color: #f2dede;
  border-color: #a94442;
}
.config-box.config-box-support {
  border-color: #3c763d;
}
.config-box.config-box-support .config-box-badge {
  background-color: #dff0d8;
  border-color: #3c763d;
}
.config-box .config-box-badge {
  position: absolute;
  top: 0;
  right: 15px;
  z-index: 10;
  display: block;
  padding: 5px 8px;
  font-size: 12px;
  border-width: 1px;
  border-style: solid;
  border-radius: 0 0 0 4px;
}
.hr-text {
  line-height: 1em;
  position: relative;
  outline: 0;
  border: 0;
  color: black;
  text-align: center;
  height: 1.5em;
  opacity: 0.5;
}
.hr-text.hr-text-condensed {
  margin-top: 0;
  margin-bottom: 0;
}
.hr-text.hr-text-form-inline {
  margin-top: 6px;
  margin-bottom: 0;
}
.hr-text:before {
  content: '';
  background: linear-gradient(to right, transparent, #808080, transparent);
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.hr-text:after {
  content: attr(data-content);
  position: relative;
  display: inline-block;
  padding: 0 0.5em;
  line-height: 1.5em;
  color: #443F3F;
  background-color: #fff;
}
.image-upload-crop .image-upload-file-btn {
  position: relative;
  cursor: pointer;
}
.image-upload-crop .image-upload-file-btn input[type='file'] {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
}
.image-upload-crop .image-upload-crop-btn {
  display: none;
}
.image-upload-crop .image-upload-crop-preview {
  margin: 10px 0;
  padding: 10px;
  text-align: center;
  border: 1px dashed #777;
  color: #777;
}
.image-upload-crop .image-upload-crop-preview strong {
  display: block;
  margin-bottom: 10px;
}
.image-upload-crop .image-upload-crop-preview img {
  margin: 0 auto;
}
.image-upload-crop .image-upload-crop-preview img.bordered {
  border: 1px solid #777;
}
.image-upload-crop .image-upload-crop-preview .btn {
  margin-top: 10px;
  display: none;
}
.user-profile-widget .user-profile-widget-company {
  font-size: 12px;
}
.user-profile-widget .user-profile-widget-contact {
  margin-top: 5px;
}
.user-profile-widget .user-image {
  display: inline-block;
  float: left;
  width: 60px;
  height: 60px;
  border: 1px solid #ddd;
  border-radius: 50%;
  margin-right: 10px;
  padding: 3px;
  text-align: center;
}
.user-profile-widget .user-image span {
  color: #ddd;
  font-size: 2em;
  line-height: 54px;
  vertical-align: top;
}
.user-profile-widget .user-image img {
  color: #ddd;
  font-size: 2em;
  line-height: 54px;
  vertical-align: top;
  display: block;
  position: relative;
  max-width: 100%;
  height: auto;
}
.user-profile-widget.non-float .user-image {
  float: none;
}
table td.user-image-cell {
  width: 1%;
  white-space: nowrap;
  padding: 4px 8px !important;
}
table td.user-image-cell .user-image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 30px;
  height: 30px;
  padding: 1px;
  border: 1px solid #ddd;
  border-radius: 50%;
  color: #443f3f;
}
table td.user-image-cell .user-image img {
  display: block;
  position: relative;
  max-width: 100%;
  height: auto;
  font-size: 10px;
  line-height: 28px;
}
table td.user-image-cell .user-image span {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 10px;
  line-height: 28px;
  text-align: center;
}
table td.user-image-cell .user-image .img-pseudo {
  font-size: 1em;
  font: normal normal normal 14px/1 FontAwesome;
}
table td.user-image-cell .user-image .img-pseudo:before {
  content: "\f007";
}
header a.user-image-link {
  padding: 6px 18px !important;
  line-height: 44px;
}
header a.user-image-link .user-image {
  display: inline-block;
  float: left;
  width: 44px;
  height: 44px;
  border: 1px solid #a29c9c;
  border-radius: 50%;
  padding: 2px;
  margin-right: 2px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  header a.user-image-link .user-image {
    margin-right: 5px;
  }
}
header a.user-image-link .user-image span {
  color: #a29c9c;
  font-size: 20px;
  line-height: 40px;
  vertical-align: top;
}
header a.user-image-link .user-image img {
  color: #a29c9c;
  font-size: 20px;
  line-height: 40px;
  vertical-align: top;
  display: block;
  position: relative;
  max-width: 100%;
  height: auto;
}
.getting-started ul.steps {
  margin-bottom: 5px;
  padding: 0;
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ddd;
  list-style: none;
  overflow: hidden;
  font-size: 85%;
}
.getting-started ul.steps.steps-light li {
  color: #bbb;
}
.getting-started ul.steps.steps-light li .step-number {
  border-color: #bbb;
}
.getting-started ul.steps.steps-light li .step-help {
  color: #bbb;
}
.getting-started ul.steps.steps-light li:hover {
  border-color: #a9a9a9 !important;
  color: #fff;
  background: #a9a9a9 !important;
}
.getting-started ul.steps.steps-light li:hover:after {
  border-left-color: #a9a9a9;
}
.getting-started ul.steps.steps-light li:hover .step-number {
  border-color: #fff;
}
.getting-started ul.steps.steps-light li:hover .step-help {
  color: #fff;
}
.getting-started ul.steps li {
  width: 20%;
  color: #555;
  padding: 5px 1px 5px 35px;
  background: #f5f5f5;
}
.getting-started ul.steps li:first-child {
  padding-left: 10px;
}
.getting-started ul.steps li:last-child .step-help {
  margin-right: 9px;
}
.getting-started ul.steps li:last-child .step-done-icon {
  margin-right: 9px;
}
.getting-started ul.steps li:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 25px solid #ddd;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
.getting-started ul.steps li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 25px solid #f5f5f5;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  left: 100%;
  z-index: 2;
}
.getting-started ul.steps li.step-done {
  border-color: #5cb85c !important;
  color: #fff !important;
  background: #5cb85c !important;
}
.getting-started ul.steps li.step-done:after {
  border-left-color: #5cb85c;
}
.getting-started ul.steps li.step-done .step-number {
  border-color: #fff;
}
.getting-started ul.steps li.step-done .step-help {
  display: none;
}
.getting-started ul.steps li.step-done .step-done-icon {
  display: inline;
}
.getting-started ul.steps li.step-done:hover {
  border-color: #5cb85c !important;
  color: #fff !important;
  background: #5cb85c !important;
}
.getting-started ul.steps li.step-done:hover:after {
  border-left-color: #5cb85c;
}
.getting-started ul.steps li.step-done:hover .step-number {
  border-color: #fff;
}
.getting-started ul.steps li.step-done:hover .step-help {
  color: #fff;
}
.getting-started ul.steps li .step-number {
  float: left;
  border: 1.5px solid #555;
  border-radius: 50%;
  padding: 0 5px;
  font-weight: 700;
}
.getting-started ul.steps li .step-name {
  display: block;
  font-weight: 700;
  padding-top: 5px;
}
.getting-started ul.steps li .step-help {
  float: right;
  padding: 0;
  margin: 0;
  color: #555;
  border: none;
  background-color: transparent;
}
.getting-started ul.steps li .step-help .fa {
  font-size: 1.5em;
}
.getting-started ul.steps li .step-done-icon {
  display: none;
  float: right;
  font-size: 1.5em;
  color: #3c763d;
}
.getting-started ul.steps.steps-2 li {
  width: 50%;
}
.getting-started ul.steps.steps-3 li {
  width: 33.3%;
}
.getting-started ul.steps.steps-4 li {
  width: 25%;
}
.getting-started ul.steps.steps-5 li {
  width: 20%;
}
.getting-started ul.steps.steps-full li {
  width: 90%;
}
.getting-started ul.steps.steps-full li .step-help {
  float: inherit !important;
}
.getting-started .getting-started-short {
  display: none;
}
.getting-started .getting-started-short li .step-name {
  padding-top: 0 !important;
}
.getting-started .getting-started-short li .step-help {
  float: inherit !important;
}
.getting-started .getting-started-short li:first-child {
  width: 90% !important;
}
@media screen and (max-width: 992px) {
  .getting-started .getting-started-short {
    display: block;
  }
  .getting-started .getting-started-full {
    display: none;
  }
}
ul.wizard-steps {
  margin-bottom: 5px;
  padding: 0;
  background: #f5f5f5;
  border-radius: 5px;
  border: 1px solid #ddd;
  list-style: none;
  overflow: hidden;
  font-size: 85%;
}
ul.wizard-steps li {
  width: 100%;
  color: #bbb;
  padding: 5px 1px 5px 35px;
  background: #f5f5f5;
}
ul.wizard-steps li:first-child {
  padding-left: 10px;
}
ul.wizard-steps li:last-child .step-help {
  margin-right: 9px;
}
ul.wizard-steps li:last-child .step-done-icon {
  margin-right: 9px;
}
ul.wizard-steps li:before {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 25px solid #ddd;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  margin-left: 1px;
  left: 100%;
  z-index: 1;
}
ul.wizard-steps li:after {
  content: " ";
  display: block;
  width: 0;
  height: 0;
  border-top: 36px solid transparent;
  border-bottom: 36px solid transparent;
  border-left: 25px solid #f5f5f5;
  position: absolute;
  top: 50%;
  margin-top: -36px;
  left: 100%;
  z-index: 2;
}
ul.wizard-steps li.step-done {
  border-color: #3991BF !important;
  color: #fff !important;
  background: #3991BF !important;
}
ul.wizard-steps li.step-done:after {
  border-left-color: #3991BF;
}
ul.wizard-steps li.step-done .step-number {
  border-color: #fff;
}
ul.wizard-steps li.step-active {
  border-color: #5ca7cf !important;
  color: #fff !important;
  background: #5ca7cf !important;
}
ul.wizard-steps li.step-active:after {
  border-left-color: #5ca7cf;
}
ul.wizard-steps li.step-active .step-number {
  border-color: #fff;
}
ul.wizard-steps li .step-number {
  float: left;
  border: 1.5px solid #bbb;
  border-radius: 50%;
  padding: 0 5px;
  font-weight: 700;
}
ul.wizard-steps li .step-name {
  display: block;
  font-weight: 700;
  margin: 2px 0 0 25px;
}
ul.wizard-steps.steps-2 li {
  width: 50%;
}
ul.wizard-steps.steps-3 li {
  width: 33.3%;
}
ul.wizard-steps.steps-4 li {
  width: 25%;
}
ul.wizard-steps.steps-5 li {
  width: 20%;
}
.panel-noentries img.panel-noentries-logo {
  width: 15%;
  margin: 0 auto;
}
.panel-noentries .panel-noentries-container-infotext {
  color: #7C7C7C;
  font-size: 14px;
  padding-top: 5px;
  margin: 0;
}
.panel-noentries .panel-noentries-container-addbtn {
  padding-top: 15px;
}
@media screen and (max-width: 768px) {
  .panel-noentries img.panel-noentries-logo {
    width: 25%;
  }
  .panel-noentries .panel-noentries-container-infotext {
    font-size: 14px;
    padding: 5px 0 0 0;
  }
}
.panel-noentries.panel-noentries-fullscreen img.panel-noentries-logo {
  width: 10%;
  margin: 10px auto;
}
.panel-noentries.panel-noentries-fullscreen .panel-noentries-container-infotext {
  font-weight: 600 !important;
  font-size: 16px;
  padding: 5px 20% 0 20%;
}
@media screen and (max-width: 768px) {
  .panel-noentries.panel-noentries-fullscreen img.panel-noentries-logo {
    width: 25%;
  }
  .panel-noentries.panel-noentries-fullscreen .panel-noentries-container-infotext {
    font-size: 14px;
    padding: 5px 0 0 0;
  }
}
.chat-messages .message {
  display: flex;
  flex-direction: row;
  align-items: start;
  margin-bottom: 20px;
}
.chat-messages .message .img-author-container {
  flex: none;
  display: inline-block;
  width: 50px;
  height: 50px;
  font: normal normal normal 14px/1 FontAwesome;
  text-align: center;
  padding: 3px;
  margin: 0;
  border: 1px solid #ddd;
  color: #ddd;
}
.chat-messages .message .img-author-container a {
  color: #ddd;
  font-size: 1.5em;
  line-height: 44px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.chat-messages .message .img-author-container a:hover {
  text-decoration: none;
  color: #aaa;
}
.chat-messages .message .img-author-container img {
  display: block;
  position: relative;
  max-width: 100%;
  height: auto;
}
.chat-messages .message .img-author-container .img-pseudo {
  width: 100%;
  height: 100%;
  font-size: 3em;
}
.chat-messages .message .img-author-container .img-pseudo:before {
  content: "\f007";
}
.chat-messages .message .message-container {
  flex-grow: 1;
  margin: 0 0 0 10px;
}
.chat-messages .message .message-container .message-text {
  background-color: #ebebeb;
  border-radius: 3px;
  color: #646464;
  font-size: 14px;
  margin: 0;
  padding: 5px 10px 5px 12px;
  width: 100%;
}
.chat-messages .message .message-container .message-meta {
  display: flex;
  flex-direction: row;
  color: #747474;
  font-size: 12px;
  margin: 8px 0 0;
}
.chat-messages .message .message-container .message-meta div {
  flex-grow: 1;
}
.chat-messages .message.message-incoming .message-container {
  margin: 0 60px 0 10px;
}
.chat-messages .message.message-outgoing {
  flex-direction: row-reverse;
}
.chat-messages .message.message-outgoing .message-container {
  margin: 0 10px 0 60px;
}
.chat-messages .message.message-outgoing .message-container .message-text {
  background-color: #abd2e6 !important;
}
.chat-messages .message.message-note .message-container .message-text {
  background-color: #e6f2f8 !important;
}
.chat-messages .message.message-note .message-container .message-text .message-note-header {
  padding-bottom: 2px;
  margin-bottom: 5px;
  color: #3991BF;
  border-bottom: 1px solid #3991BF;
}
.chat-messages .message.message-draft .message-container .message-text .message-draft-header {
  padding-bottom: 2px;
  margin-bottom: 5px;
  color: #2d7398;
  border-bottom: 1px solid #2d7398;
}
/* public partner profile */
.partner-profile {
  margin-top: 1rem;
}
.partner-profile .partner-profile-banner {
  margin-bottom: 2rem;
}
.partner-profile .partner-profile-logo-container {
  margin: 2rem 0;
}
.partner-profile .partner-profile-logo-container .partner-profile-logo {
  max-height: 100px;
}
.partner-profile .partner-profile-logo-container .partner-profile-slogan {
  margin-left: 20px;
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  float: left;
}
.partner-profile .partner-profile-logo-container .partner-profile-slogan p {
  margin: 0 0 5px;
}
.partner-profile .partner-profile-content h2 {
  margin: 2rem 0;
}
.partner-profile .partner-profile-content p {
  margin-bottom: 2rem;
}
@media screen and (min-width: 992px) {
  .partner-profile .partner-profile-right {
    border-left: 2px solid #ddd;
  }
}
/* ==================================== */
/* Experimental stuff */
/* ==================================== */
.district-profile {
  width: 100%;
  position: relative;
  background: #fff;
  border: 1px solid #d5d5d5;
  padding-bottom: 5px;
  margin-bottom: 20px;
}
.district-profile .district-profile-townview {
  position: relative;
  height: 300px;
  overflow: hidden;
  border: 5px solid #FFF;
}
.district-profile .district-profile-townview img {
  top: 0;
  width: 100%;
  image-rendering: optimizequality;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  left: 0;
}
.district-profile .district-profile-info {
  position: relative;
  padding: 0 5px 5px;
}
.district-profile .district-profile-info .district-profile-logo {
  width: 180px;
  height: 180px;
  position: absolute;
  left: 20px;
  top: -140px;
  z-index: 2;
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.district-profile .district-profile-info .district-profile-logo img {
  margin: 0 auto;
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
}
.district-profile .district-profile-info .district-profile-logo .district-profile-logo-missing {
  color: #777;
  text-align: center;
  border: 1px solid #ddd;
  height: 100%;
  padding: 20px 15px;
}
.district-profile .district-profile-info h1 {
  font-size: 16px;
  line-height: 20px;
  display: block;
  float: left;
  margin: 4px 0 0 200px;
  font-weight: bold;
}
.district-profile .district-profile-details {
  margin: 20px 20px 0 20px;
}
.district-profile-tabs ul.district-profile-tabs-nav {
  border: 1px solid #ccc;
  background-color: #f1f1f1;
  padding-left: 0;
}
.district-profile-tabs ul.district-profile-tabs-nav li {
  transition: 0.3s;
  margin: 0;
  width: 100%;
  text-align: center;
}
.district-profile-tabs ul.district-profile-tabs-nav li a {
  position: relative;
  display: block;
  padding: 10px 15px;
  border-radius: 0;
  border: 0;
  margin: 0;
}
.district-profile-tabs ul.district-profile-tabs-nav li a:hover,
.district-profile-tabs ul.district-profile-tabs-nav li a:active,
.district-profile-tabs ul.district-profile-tabs-nav li a:focus {
  background-color: #ddd;
  border: none;
}
.district-profile-tabs ul.district-profile-tabs-nav li a .district-profile-tabs-nav-icon {
  display: block;
  font-size: 2em;
}
.district-profile-tabs ul.district-profile-tabs-nav li a .district-profile-tabs-nav-badge {
  position: absolute;
  right: 15px;
  top: 10px;
}
.district-profile-tabs ul.district-profile-tabs-nav li.active a {
  background-color: #ccc;
  font-weight: 700;
}
.widget {
  border-radius: 3px;
  border: 1px solid #ddd;
  background: #fff;
  margin-bottom: 20px;
  width: 100%;
  box-shadow: 0 1px 1px #0000001a;
}
.widget.widget-user .widget-user-header {
  padding: 20px;
  height: 120px;
}
.widget.widget-user .widget-user-header .widget-user-username {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 300;
  text-shadow: 0 1px 1px #0003;
}
.widget.widget-user .widget-user-header .widget-user-description {
  margin-top: 5px;
  font-size: 14px;
}
.widget.widget-user .widget-user-image {
  position: absolute;
  top: 65px;
  left: 50%;
  margin-left: -45px;
  width: 90px;
  height: 90px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 3em;
  text-align: center;
  color: #fff;
  border: 3px solid #fff;
  border-radius: 50%;
}
.widget.widget-user .widget-user-image img {
  width: 90px;
  height: auto;
  display: block;
  position: relative;
  max-width: 100%;
  background-color: #ddd;
}
.widget.widget-user .widget-user-image img:after {
  content: "\f007";
  background-color: #ddd;
  position: absolute;
  z-index: 2;
  top: -3px;
  left: -3px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 3px solid #fff;
  padding-top: 15px;
}
.widget.widget-user .widget-user-footer {
  padding: 35px 10px 10px 10px;
}
.img-author-container {
  display: inline-block;
  width: 50px;
  height: 50px;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 3em;
  text-align: center;
  padding: 3px;
  border: 1px solid #ddd;
  color: #ddd;
  margin: 0 10px 0 0;
}
.img-author-container.inline {
  width: 25px;
  height: 25px;
  font-size: 0.8em;
  line-height: 23px;
  padding: 0;
  margin: 0 0.25em 0 0;
}
.img-author-container a {
  color: #ddd;
}
.img-author-container img {
  display: inline-block;
  position: relative;
  max-width: 100%;
  height: auto;
}
.img-author-container img:before {
  color: #fff;
}
.img-author-container img:after {
  content: "\f007";
  display: block;
  background-color: #fff;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.img-author-container .img-pseudo {
  width: 100%;
  height: 100%;
}
.img-author-container .img-pseudo:before {
  content: "\f007";
}
/* utilities */
.text-wrap {
  white-space: normal !important;
}
.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-break {
  word-break: break-all !important;
  overflow-wrap: break-word !important;
}
.text-handwriting {
  font-family: 'Caveat', system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
/* container utilities  */
.col-empty:empty {
  display: none;
}
/* Custom BG colors -> keep with BS5 */
.bg-alert {
  background-color: #dd4b39;
}
/* Custom BG colors -> remove with BS5 */
.bg-warning {
  background-color: #f39c12;
}
/* Custom Icon sizes to streamline fa and mdi -> keep with BS5 */
.icon-2x:before {
  font-size: 2em;
  line-height: 1em;
}
.icon-3x:before {
  font-size: 3em;
  line-height: 1em;
}
.icon-4x:before {
  font-size: 4em;
  line-height: 1em;
}
/* Spacing utilities -> remove with BS5 */
.m-0 {
  margin: 0 !important;
}
.mt-0,
.my-0 {
  margin-top: 0 !important;
}
.mr-0,
.mx-0 {
  margin-right: 0 !important;
}
.mb-0,
.my-0 {
  margin-bottom: 0 !important;
}
.ml-0,
.mx-0 {
  margin-left: 0 !important;
}
.m-1 {
  margin: 0.25rem !important;
}
.mt-1,
.my-1 {
  margin-top: 0.25rem !important;
}
.mr-1,
.mx-1 {
  margin-right: 0.25rem !important;
}
.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important;
}
.ml-1,
.mx-1 {
  margin-left: 0.25rem !important;
}
.m-2 {
  margin: 0.5rem !important;
}
.mt-2,
.my-2 {
  margin-top: 0.5rem !important;
}
.mr-2,
.mx-2 {
  margin-right: 0.5rem !important;
}
.mb-2,
.my-2 {
  margin-bottom: 0.5rem !important;
}
.ml-2,
.mx-2 {
  margin-left: 0.5rem !important;
}
.m-3 {
  margin: 1rem !important;
}
.mt-3,
.my-3 {
  margin-top: 1rem !important;
}
.mr-3,
.mx-3 {
  margin-right: 1rem !important;
}
.mb-3,
.my-3 {
  margin-bottom: 1rem !important;
}
.ml-3,
.mx-3 {
  margin-left: 1rem !important;
}
.m-4 {
  margin: 1.5rem !important;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem !important;
}
.mr-4,
.mx-4 {
  margin-right: 1.5rem !important;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}
.ml-4,
.mx-4 {
  margin-left: 1.5rem !important;
}
.m-5 {
  margin: 3rem !important;
}
.mt-5,
.my-5 {
  margin-top: 3rem !important;
}
.mr-5,
.mx-5 {
  margin-right: 3rem !important;
}
.mb-5,
.my-5 {
  margin-bottom: 3rem !important;
}
.ml-5,
.mx-5 {
  margin-left: 3rem !important;
}
.p-0 {
  padding: 0 !important;
}
.pt-0,
.py-0 {
  padding-top: 0 !important;
}
.pr-0,
.px-0 {
  padding-right: 0 !important;
}
.pb-0,
.py-0 {
  padding-bottom: 0 !important;
}
.pl-0,
.px-0 {
  padding-left: 0 !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.pt-1,
.py-1 {
  padding-top: 0.25rem !important;
}
.pr-1,
.px-1 {
  padding-right: 0.25rem !important;
}
.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important;
}
.pl-1,
.px-1 {
  padding-left: 0.25rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.pt-2,
.py-2 {
  padding-top: 0.5rem !important;
}
.pr-2,
.px-2 {
  padding-right: 0.5rem !important;
}
.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important;
}
.pl-2,
.px-2 {
  padding-left: 0.5rem !important;
}
.p-3 {
  padding: 1rem !important;
}
.pt-3,
.py-3 {
  padding-top: 1rem !important;
}
.pr-3,
.px-3 {
  padding-right: 1rem !important;
}
.pb-3,
.py-3 {
  padding-bottom: 1rem !important;
}
.pl-3,
.px-3 {
  padding-left: 1rem !important;
}
.p-4 {
  padding: 1.5rem !important;
}
.pt-4,
.py-4 {
  padding-top: 1.5rem !important;
}
.pr-4,
.px-4 {
  padding-right: 1.5rem !important;
}
.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}
.pl-4,
.px-4 {
  padding-left: 1.5rem !important;
}
.p-5 {
  padding: 3rem !important;
}
.pt-5,
.py-5 {
  padding-top: 3rem !important;
}
.pr-5,
.px-5 {
  padding-right: 3rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem !important;
}
.pl-5,
.px-5 {
  padding-left: 3rem !important;
}
/* Display utilities -> remove with BS5 */
.d-none {
  display: none !important;
}
.d-inline-block {
  display: inline-block;
}
.d-block {
  display: block;
}
/* Flexbox utilities -> remove with BS5 */
.d-flex {
  display: flex !important;
}
.d-inline-flex {
  display: inline-flex !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-row-reverse {
  flex-direction: row-reverse !important;
}
.flex-column {
  flex-direction: column !important;
}
.flex-grow-1 {
  flex-grow: 1 !important;
}
.align-items-start {
  align-items: flex-start !important;
}
.align-items-center {
  align-items: center !important;
}
.align-items-end {
  align-items: flex-end !important;
}
.justify-content-start {
  justify-content: flex-start !important;
}
.justify-content-end {
  justify-content: flex-end !important;
}
.justify-content-center {
  justify-content: center !important;
}
.justify-content-between {
  justify-content: space-between !important;
}
@media (min-width: 768px) {
  .row.equal {
    display: flex;
    flex-wrap: wrap;
  }
}
/* Font-Weight utilities -> remove with BS5 */
.fw-bold {
  font-weight: 700 !important;
}
.fw-semibold {
  font-weight: 600 !important;
}
.fw-normal {
  font-weight: 400 !important;
}
.fw-light {
  font-weight: 300 !important;
}
/* Sizing utilities -> remove with BS5 */
.w-auto {
  width: auto !important;
}
.w-100 {
  width: 100% !important;
}
.w-75 {
  width: 75% !important;
}
.w-50 {
  width: 50% !important;
}
.w-25 {
  width: 25% !important;
}
.h-auto {
  height: auto !important;
}
.h-100 {
  height: 100% !important;
}
.h-75 {
  height: 75% !important;
}
.h-50 {
  height: 50% !important;
}
.h-25 {
  height: 25% !important;
}
/* Border utilities -> remove with BS5 */
.border {
  border: 1px solid #e5e5e5;
}
.border-top {
  border-top: 1px solid #e5e5e5;
}
.border-end {
  border-right: 1px solid #e5e5e5;
}
.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}
.border-start {
  border-left: 1px solid #e5e5e5;
}
.border-dark {
  border-color: #212529 !important;
}
.border-dark-subtle {
  border-color: #adb5bd !important;
}
.border-success {
  border-color: #198754 !important;
}
.border-danger {
  border-color: #dc3545 !important;
}
/* Radius utilities -> remove with BS5 */
.rounded {
  border-radius: 0.375rem !important;
}
.rounded-top {
  border-top-left-radius: 0.375rem !important;
  border-top-right-radius: 0.375rem !important;
}
.rounded-end {
  border-top-right-radius: 0.375rem !important;
  border-bottom-right-radius: 0.375rem !important;
}
.rounded-bottom {
  border-bottom-right-radius: 0.375rem !important;
  border-bottom-left-radius: 0.375rem !important;
}
.rounded-start {
  border-bottom-left-radius: 0.375rem !important;
  border-top-left-radius: 0.375rem !important;
}
.rounded-circle {
  border-radius: 50% !important;
}
.rounded-pill {
  border-radius: 50rem !important;
}
/* Text utilities -> remove with BS5 */
.text-uppercase {
  text-transform: uppercase !important;
}
.text-nowrap {
  white-space: nowrap !important;
}
.text-body {
  color: #443F3F !important;
}
/* Text decoration -> remove with BS5 */
.text-decoration-none {
  text-decoration: none !important;
}
/* font-size utilities -> remove with BS5 */
.fs-1 {
  font-size: 2.5rem !important;
}
.fs-2 {
  font-size: 2rem !important;
}
.fs-3 {
  font-size: 1.75rem !important;
}
.fs-4 {
  font-size: 1.5rem !important;
}
.fs-5 {
  font-size: 1.25rem !important;
}
.fs-6 {
  font-size: 1rem !important;
}
/* Table utilities -> remove with BS5 */
.table > tfoot > tr > th,
.table > tfoot > tr > td {
  border-top: 2px solid #ddd;
}
/* table align utilities -> remove with BS5 */
.align-baseline {
  vertical-align: baseline !important;
}
.align-top {
  vertical-align: top !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-bottom {
  vertical-align: bottom !important;
}
.align-text-top {
  vertical-align: text-top !important;
}
.align-text-bottom {
  vertical-align: text-bottom !important;
}
/* keep with BS5 (tailwind inspired, not available in Bootstrap https://tailwindcss.com/docs/max-height) */
.max-h-60 {
  max-height: 15rem;
}
.max-h-64 {
  max-height: 16rem;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-80 {
  max-height: 20rem;
}
.max-h-96 {
  max-height: 24rem;
}
/* Color utilities */
.bg-grey {
  background: #e5e5e5 !important;
}
.font-grey {
  color: #e5e5e5 !important;
}
.font-grey-dark {
  color: #95A5A6 !important;
}
.bg-white {
  background: #fff !important;
}
.font-white {
  color: #fff !important;
}
/*# sourceMappingURL=custom.css.map */