.leaflet-heatmap-layer {
  max-width: inherit;
}

.mio-logo {
  color: rgb(75, 146, 249) !important;
}

.mio-map {
  min-height: 40rem;
  height: 100%;
  border-radius: 27px 27px 0 0;
  overflow: hidden;
  box-shadow: -2px 0px 20px 0px #7d8f723d;
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .mio-map {
    border-radius: 21px 0 0 0;
    box-shadow: none;
    margin-top: 0;
  }
}

.mio-border-rounded-top {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.mio-border-rounded-right {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.mio-border-rounded-bottom {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.mio-border-rounded-left {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
}

.mio-color-black {
  background: #000000
}

.mio-color-gray {
  background: #808080
}

.mio-footer-color {
  background: #1e3057;
}

.mio-footer-text {
  text-align: center;
  color: #ffffff;
}

.mio-corp-footer {
  color: #ffffff;
  font-size: 20px;
  font-family: Releway Regular;
}

.mio-filter-active-color {
  color: #4cff00;
}

.mio-fix-table-head {
  overflow-y: auto;
  height: 110px;
}
.mio-fix-table-head thead th {
  position: sticky;
  top: 0;
  background: #ffffff;
  z-index: 5;
}

.mio-filter-padding div {
  padding-top: 10px;
  padding-bottom: 10px;
}

.mio-padding {
  padding: 0px 0px 10px 0px;
}

::-webkit-scrollbar {
  width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  /* background: #888; */
  background: #b0b0b0;
  border-radius: 20px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  /* background: #555; */
  background: #a0a0a0;
}

.mio-p {
  margin-top: 5px;
  margin-bottom: 5px;
}

.mio-modal-2-3 {
  width: 1500px;
}

.mio-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-right: -50%;
  transform: translate(-50%, -50%)
}

.mio-center-element {
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.rating__body {
  background: #FFF;
  padding: 5em;
  font-family: sans-serif;
}

.rating__svg {
  margin-bottom: 2em;
}

.rating__background {
  fill: #5d5744;
  stroke: red;
  stroke-width: 1;
  height: 100%;
  width: 100%;
}

.rating__value {
  fill: #FFB94B;
  height: 100%;
}


.mio-truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 20px;
  font-size: 1.3rem;
  margin: 0;
}

.industry-type-checkbox {
  margin-right: 5px;
}

.mio-industries-cats-container {
  border: 1px solid #ececec;
  border-radius: 4px;
  overflow: auto;
}

.mio-industries-cats-container>ul>li {
  padding-left: 20px;
}

.mio-industries-cats-container>ul>li:first-child {
  margin-top: 10px;
}

.toggle-accordion {
  cursor: pointer;
}

.toggle-accordion::before {
  content: "";
    width: 1.2em;
    height: 1.4em;
    margin-left: 10px;
    margin-right: 20px;
    float: right;
    background-image: url('data:image/svg+xml,<svg width="20" height="20" viewBox="0 0 20 20" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.99828 14.1667C10.3316 14.1667 10.6466 14.0351 10.8816 13.7976L16.4216 8.10409C16.7466 7.77496 16.7466 7.24335 16.4216 6.91422C16.0966 6.58509 15.5683 6.58509 15.2433 6.91422L9.99828 12.3103L4.75411 6.91422C4.42911 6.58426 3.90161 6.58426 3.57578 6.91422C3.25078 7.24335 3.25078 7.77496 3.57578 8.10409L9.11411 13.7976C9.34995 14.0351 9.66245 14.1667 9.99745 14.1667H9.99828Z" fill="%23AFB5AB"/></svg>');
    background-size: contain;
    background-position: center;
    transition: 100ms ease-in-out;
}

.toggle-accordion[aria-expanded="true"]::before {
  transform: rotate(180deg);
}

/* background: */
progress::-webkit-progress-bar {background-color: grey !important; width: 100%;}
progress {background-color: grey !important;}

/* value: */
progress::-webkit-progress-value {background-color: #5c9b3e !important;}
progress::-moz-progress-bar {background-color: #5c9b3e !important;}
progress {color: #5c9b3e;}
