#header-form{
	padding-top: 3.5rem;
	color: white;
    padding-bottom: 2rem;
    margin-bottom: 2rem;
}

.inforide {
  box-shadow: 1px 2px 8px 0px #f1f1f1;
  background-color: white;
  border-radius: 8px;
  height: 125px;
}

.rideone img {
  width: 70%;
}

.ridetwo img {
  width: 60%;
}

.ridethree img {
  width: 50%;
}

.rideone {
  background-color: #6CC785;
  padding-top: 25px;
  border-radius: 8px 0px 0px 8px;
  text-align: center;
  height: 125px;
  margin-left: 15px;
}

.ridetwo {
  background-color: #9A75FE;
  padding-top: 30px;
  border-radius: 8px 0px 0px 8px;
  text-align: center;
  height: 125px;
  margin-left: 15px;
}

.ridethree {
  background-color: #4EBCE5;
  padding-top: 35px;
  border-radius: 8px 0px 0px 8px;
  text-align: center;
  height: 125px;
  margin-left: 15px;
}

.fontsty {
  margin-right: -15px;
}

.fontsty h2{
  color: #6E6E6E;
  font-size: 35px;
  margin-top: 15px;
  text-align: right;
  margin-right: 30px;
}

.fontsty h4{
  color: #6E6E6E;
  font-size: 25px;
  margin-top: 20px;
  text-align: right;
  margin-right: 30px;
}

.h-shadow{
  box-shadow: 1px 8px 7px 0px #eee;
}

body{
  background: url("../img/bg2.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.body-wrap{
  background-color: white;
  background-color: rgb(255 255 255 / 72%);
}
.link-bold{
  color: white; font-weight: bold
}

#between_filter_dateStart_day,
#between_filter_dateEnd_day,
#shipping_order_filter_betweenDate_dateStart_day,
#shipping_order_filter_betweenDate_dateEnd_day,
#dashboard_filter_period_dateStart_day,
#dashboard_filter_period_dateEnd_day {
  display: none;
}