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

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

.mio-map {
  min-height: 40rem;
  height: 100%;
}

.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;
}

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

.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;
}


/* 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;}
