agm-map {
  height: 34vh;
}
.body-map {padding: 0 !important;}
.width-100{
  width:100%;
}

.width-130px{
  width:130px;
}

.margin-top-10{
  margin-top: 10px;
}

.float-right{
  float:right;
}

.margin-bottom-1re{
  margin-bottom: 1rem !important;
}

.padding-left-20{
  padding-left: 20px;
}
.padding-top-1{
  padding-top: 1px;
}
.padding-bottom-0{
  padding-bottom:0 !important;
}
.margin-bottom-0{
  margin-bottom:0 !important;
}
.kt-subheader,.kt-subheader__main 
{
    // padding-top: 10px !important;
    margin-bottom: 0px;
}
// .kt-subheader .btn,.kt-selectpicker
// {
// 	margin: 0px;
//     height: 38px !important;
//     margin-left: 0 !important;
// }
.attach-img{
    width: 80px;
    height: 80px;
    margin: 0px 5px;
    border: 1px solid #f4f4f4;
    border-radius: 5px;
}
.nav-back{
  font-size: 25px;position: relative;left: -15px;cursor: pointer;
}
.top-header{
  padding: 8px 0 8px 0;
}
.back-nav{
  border: 1px solid;
  padding: 6px 10px;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  cursor: pointer;
  font-weight: 600;
}

.ellip-nav{
  border: 1px solid;
  padding: 6px 10px;
  position: relative;
  left: -1px;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  font-weight: 600;
  cursor: pointer;
  i{
      font-size: 20px;
      position: relative;
      top: 2px;
      left: -2px;
  }
}
.nav-back-container{
  position: relative;
  left: -10px;
  margin-right: 5px;
}
.order-nav{
  color: #007ad9 !important;
  text-decoration: none;
  cursor: pointer;
}