 .text-inforisk {
  color: #92D050 !important;
}

 .text-lowrisk {
  color: #FEC000 !important;
}

.text-mediumrisk {
  color: #EB7D28 !important;
}

.text-highrisk {
  color: #FE0000 !important;
}

.border-left-inforisk {
  border-left: 0.25rem solid #92D050 !important;
}

.border-left-lowrisk {
  border-left: 0.25rem solid #FEC000 !important;
}

.border-left-mediumrisk {
  border-left: 0.25rem solid #EB7D28 !important;
}

.border-left-highrisk {
  border-left: 0.25rem solid #FE0000 !important;
}

.bg-inforisk {
  background-color: #92D050 !important;
}

.bg-lowrisk {
  background-color: #FEC000 !important;
}

.bg-mediumrisk {
  background-color: #EB7D28 !important;
}

.bg-highrisk {
  background-color: #FE0000 !important;
}

.bg-optional {
  background-color: #969696 !important;
}

.bg-info-True {
  background-color: #92D050 !important;
}

.bg-info-False {
  background-color: #969696 !important;
}

.bg-low-True {
  background-color: #92D050 !important;
}

.bg-low-False {
  background-color: #FEC000 !important;
}

.bg-low-inv-True {
  background-color: #FEC000 !important;
}

.bg-low-inv-False {
  background-color: #92D050 !important;
}

.bg-medium-True {
  background-color: #92D050 !important;
}

.bg-medium-False {
  background-color: #EB7D28 !important;
}

.bg-medium-inv-True {
  background-color: #EB7D28 !important;
}

.bg-medium-inv-False {
  background-color: #92D050 !important;
}

.bg-high-True {
  background-color: #92D050 !important;
}

.bg-high-False {
  background-color: #FE0000 !important;
}

.bg-high-inv-True {
  background-color: #FE0000 !important;
}

.bg-high-inv-False {
  background-color: #92D050 !important;
}

.hazard-high {
	color: #FE0000 !important;
}

.hazard-medium {
	color: #EB7D28 !important;
}

.hazard-low {
	color: #FEC000 !important;
}

.hazard-no-risks {
	color: #92D050 !important;
}

.info-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: auto;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #4e73df;
  transition: width 0.6s ease;
  width: 100%; 
  background-color: transparent; 
  color: black; 
  text-align: left; 
  margin-left: 20px
}

.btn-primary{
  color:#fff;background-color:#000000;border-color:#000000
}

.btn-primary:hover{
  color:#fff;background-color:#778899;border-color:#778899
}

.btn-primary:disabled{
  color:#fff;background-color:#000000;border-color:#000000
}

.btn-primary.dropdown-toggle{
  color:#fff;background-color:#778899;border-color:#778899
}

.bg-gradient-primary{background-color:#000000;background-image:linear-gradient(180deg,#000000 10%,#5f4a00 100%);background-size:cover}

.topbar .dropdown-list .dropdown-header {
    background-color: #000000;
    border: 1px solid #000000;
    padding-top: .75rem;
    padding-bottom: .75rem;
    color: #fff;
}

.form-control:focus {
    box-shadow: 0 0 0 0.1rem rgb(0 0 0 / 25%) !important;
}

textarea.card-body {
    width: 100%; 
    margin-bottom: 10px; 
    margin-top: -24px; 
    padding-bottom: 10px; 
    border: 0.5px solid darkgray; 
    outline: none;
}

textarea {
    font-site: 5px;
}

.card .card-header[data-toggle=collapse]::after {
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 1.725rem;
    line-height: 35px;
    font-weight: 900;
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    color: #d1d3e2;
}
