body {
  background: #fff;
  padding: 0px;
  margin: 0px;
  font-family: 'Nunito', sans-serif;
  font-size: 16px;
}

label {
  font-size: 35px;
  font-weight: 700;
  text-align: center;
  height: 7vh;
  width: 20vw;
  position: absolute;
  top: 13%;
  left: 50%;
  margin: 0 0 0 -10vw;
}

.card-title {
  font-size: 32px;
  font-weight: 500;
}
.card {
  cursor: pointer;
}

#logo {
  height: 12vh;
  width: 12vh;
  position: absolute;
  top: 7.5%;
  left: 50%;
  margin: -6vh 0 0 -6vh;
  z-index: 5;
}

h2 {
  color: #3486eb;
  font-weight: bold;
  text-align: left;
}

#table {
  height: 72vh;
  width: 75vw;
  position: absolute;
  top: 28.6%;
  left: 50%;
  margin: 0 0 0 -36vw;
}

/* #viewbtn {
  text-align: left;
    height: 5vh;
} */

#ridersearchbar {
  height: 38px;
  width: 16vw;
  position: absolute;
  top: 20.5%;
  left: 15.4%;
  margin: 0 0 0 0;
}

#ridersearchbtn {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 20.5%;
  left: 32%;
  margin: -5px 0 0 0;
  transition: transform 1s ease;
  cursor: pointer;
}
#searchbtn:hover {
  transform: scale(1.2);
}


@media (max-width: 1200px) {
  #logo {
    display: none;
  }
}

@media (max-width: 1000px) {
  /* .col-md-4 {
    display: none;
  } */

  /* #riderimg {
    display: none;
  } */

  .card-title {
    margin-left: 70px;
    /* left: 120px; */
    margin-top: -80px;
  }
}
