/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  /*box-shadow: inset 0 0 5px grey; */
  border-radius: 10px;
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #805FE4; 
  border-radius: 10px;
}

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

.mt-md-10{
  margin-top: 100px;
}

.list-none {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.icon-md{
  font-size: 28px;
}

.maps{
  height: 300px;
}
.img-avatar{
  width: 70px;
  height: 70px;
  border-radius: 100%;
}

.img-icon{
  width: 70px;
  height: 70px;
  color: #5ba8ec;
}

.img-avatar{
  width: 34px;
  height: 34px;
}

.img-car{
  max-width: 200px;
}

.hr{
  border-bottom: 1px solid #c2c2c2;
}

.list-group-item.square-top:first-child{
  border-top-left-radius: 0px !important;
  border-top-right-radius: 0px !important;
}

/* .nav-link.active{
  background-color: rgba(0, 0, 0, 0.05) !important;
}
.nav-link.active:before {
  border-left: 4px solid #5e72e4 !important;
} */

ul.timeline {
  list-style-type: none;
  position: relative;
}
ul.timeline:before {
  content: ' ';
  background: #d4d9df;
  display: inline-block;
  position: absolute;
  left: 29px;
  width: 2px;
  height: 100%;
  z-index: 400;
}
ul.timeline > li {
  margin: 20px 0;
  padding-left: 20px;
}
ul.timeline > li:before {
  content: ' ';
  background: white;
  display: inline-block;
  position: absolute;
  border-radius: 50%;
  border: 3px solid #22c0e8;
  left: 20px;
  width: 20px;
  height: 20px;
  z-index: 400;
}


.label-group{
  border: solid 4px #5e72e4;
  border-radius: 12px;
}
.label-group-text{
  background-color:#5e72e4;
  color: #fff;
  padding: 12px;
  border-radius: 4px;
}

.checked {
  color: orange;
}

@media only screen and (max-width: 1280px) {
  .maps{
    height: 500px;
  }
}

@media only screen and (max-width: 600px) {
  .maps{
    height: 500px;
  }
}
