.left-sidebar .brand .logo .logo-lg {
  height: 30px;
}

.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}

.chip {
  background: #d03438 !important;
}

.highlightOption {
  background: #d03438 !important;
}

.multiSelectContainer li:hover {
  background: #d03438 !important;
}

.btn {
  height: 2.375rem;
  font-size: 0.95rem;
  padding: 0.25rem 2rem;
  line-height: 1.75;
}

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

.btn-check:focus + .btn-primary,
.btn-primary:focus {
  box-shadow: 0 0 0 0.1rem #d03438;
}

.btn-check:active + .btn-primary:focus,
.btn-check:checked + .btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.1rem #d03438;
}

.form-control:focus {
  border-color: #d03438;
}

.css-9x9xlz-MultiValueGeneric {
  color: black !important;
}

.accordion-button:focus {
  border-color: #d03438;
  box-shadow: none;
}

.accordion-button:not(.collapsed) {
  color: #d03438;
  background-color: rgba(208, 52, 56, 0.1019607843);
}

.progress {
  height: 0.75rem;
}

.table__styled {
  margin: 15px auto;
  padding: 15px 0;
}

.img-1 {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

table {
  border: 1px solid rgba(192, 192, 192, 0.4784313725);
  background-color: #fff;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 15px;
  /* border-spacing: 15px; */
}

table thead tr {
  background-color: rgba(192, 192, 192, 0.4784313725);
}

table thead tr th {
  border-radius: 0 !important;
}

table tbody {
  padding: 10px 0;
}

table tr td {
  border-radius: 2px;
  padding: 8px 15px;
  font-size: 18px;
}

table tr td h4 {
  margin: 0;
  font-weight: 500;
  font-size: 1rem;
}

table tr td p {
  margin: 0.5rem 0 0 0;
  font-size: 0.875rem;
  color: #8d93a1;
}

table tr th {
  padding: 0.75rem;
  font-size: 1.15rem;
  text-align: left;
}

.table__styled .img-1 {
  width: 200px;
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

button:focus {
  box-shadow: none !important;
}

.table_timeline thead tr th {
  border: 1px solid silver !important;
}
.table_timeline tbody tr td {
  border: 1px solid silver !important;
  font-size: 14px;
}

.form-switch .form-check-input {
  width: 2.75em;
  height: 1.25rem;
}

a:hover {
  color: #d03438;
}

table tr td {
  line-height: 1.6;
  font-size: 0.875rem;
  font-weight: 400 !important;
}

table thead tr {
  background-color: rgba(192, 192, 192, 0.18);
  border-bottom: 1px solid silver;
}

.table th {
  color: #0f172a;
  font-size: 1rem;
  font-weight: 600 !important;
}

.clear:after,
.clear:before {
  content: "";
  display: table;
  clear: both;
}

.gallery {
  display: flex;
  flex-wrap: wrap;
}

.gallery a {
  display: block;
  text-decoration: none;
  width: 23.5%;
  overflow: hidden;
  outline: none;
  padding: 5px;
  background: rgba(192, 192, 192, 0.4509803922);
  border-radius: 5px;
  margin: 10px;
}

.gallery a img {
  height: 100%;
  transform: scale(1, 1);
  transition: all 300ms ease;
}

.gallery a img:hover {
  transform: scale(1.1, 1.1);
}

h1 {
  text-align: center;
  font-size: 40px;
  font-family: "Anton", sans-serif;
  letter-spacing: 10px;
  color: #fff;
  text-transform: uppercase;
}

.bg {
  width: 100%;
  height: 200px;
  background-size: cover;
  transform: scale(1, 1);
  transition: all 300ms ease;
}

.bg:hover {
  transform: scale(1.1, 1.1);
}

@media (max-width: 991px) {
  .gallery a {
    width: 50%;
  }
}
@media (max-width: 767px) {
  .gallery a {
    width: 100%;
  }
  .bg {
    height: 300px;
  }
}
h1 a {
  color: #000;
}

.icon_rotate[aria-expanded=true] .fa-angle-right {
  display: none;
}
.icon_rotate[aria-expanded=true] .fa-angle-down {
  display: inline-block;
}

.icon_rotate[aria-expanded=false] .fa-angle-right {
  display: inline-block;
}
.icon_rotate[aria-expanded=false] .fa-angle-down {
  display: none;
}

.hierarchy-tree,
.hierarchy-tree ul,
.hierarchy-tree li {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.hierarchy-tree {
  margin: 0 0 1em;
  text-align: center;
}

.hierarchy-tree,
.hierarchy-tree ul {
  display: table;
  width: 100%;
}

.hierarchy-tree ul {
  width: 100%;
}

.hierarchy-tree li {
  display: table-cell;
  padding: 1em 0;
  vertical-align: top;
}

/* _________ */
.hierarchy-tree li:before {
  outline: solid 1px silver;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0.55em;
}

.hierarchy-tree li:first-child:before {
  left: 50%;
}

.hierarchy-tree li:last-child:before {
  right: 50%;
}

.hierarchy-tree code,
.hierarchy-tree span {
  border: solid 0.1em silver;
  border-radius: 0.2em;
  display: inline-block;
  margin: 1em 0.5em 1em;
  padding: 0.7em 1.5em;
  position: relative;
}

/* | */
.hierarchy-tree ul:before,
.hierarchy-tree code:before,
.hierarchy-tree span:before {
  outline: solid 1px silver;
  content: "";
  height: 1.25em;
  left: 50%;
  position: absolute;
}

.hierarchy-tree ul:before {
  top: -0.82em;
}

.hierarchy-tree code:before,
.hierarchy-tree span:before {
  top: -1.55em;
}

/* The root node doesn't connect upwards */
.hierarchy-tree > li {
  margin-top: 0;
}

.hierarchy-tree > li:before,
.hierarchy-tree > li:after,
.hierarchy-tree > li > code:before,
.hierarchy-tree > li > span:before {
  outline: none;
}

.hierarchy-tree .outlined {
  color: #d03438;
  border: 2px solid #d03438;
  border-radius: 10px;
}

.hierarchy-tree .solid {
  background: #d03438;
  color: white;
  border: 2px solid #d03438;
  border-radius: 10px;
}

.form-control {
  -webkit-appearance: auto;
     -moz-appearance: auto;
          appearance: auto;
}

.cursor-pointer {
  cursor: pointer;
}

.bg-light-danger {
  background-color: #fde2e4 !important;
}/*# sourceMappingURL=custom.css.map */