* {
  box-sizing: border-box;
}

button {
  background-color: unset;
  border: unset;
  padding: unset;
  outline: unset;
}

html, body, #root {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(218, 215, 215, 0.2);
  font-family: "Roboto", sans-serif;
  color: #000066;
  scroll-behavior: smooth;
}

.logingForm {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.logininput {
  width: 80%;
  height: 45px;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 7px;
  border: solid orange 1px;
  outline: unset;
  padding-left: 8px;
  padding-right: 8px;
  background-color: rgba(255, 255, 255, 0.3);
}

.lognButton {
  width: 80%;
  height: 40px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 7px;
  background-color: rgb(255, 94, 0);
  color: white;
}

.haulegCair {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 70px;
  -ms-flex: 0 0 70px;
  flex: 0 0 70px;
  margin-bottom: 18px;
  border-radius: 7px;
  padding: 10px 2%;
  background-color: #f3f3f3;
}

.photoHoldr {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 50px;
  -ms-flex: 0 0 50px;
  flex: 0 0 50px;
  height: 50px;
  background-color: rgba(2, 2, 61, 0.9);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 7px;
  font-weight: 800;
  font-size: 22px;
  margin-right: 15px;
}

.dtailHoldr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  width: calc(100% - 65px);
}

.detailChild {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  font-size: 11px;
}

.nameDetail:first-child {
  width: 60%;
  padding-right: 10px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.nameDetail:last-child {
  width: 40%;
  padding-left: 10px;
}

.nameDetail {
  font-weight: 600;
  text-align: left;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
}

.descrptnDetail {
  margin-top: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  text-align: left;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 33.3333333333%;
  -ms-flex: 0 0 33.3333333333%;
  flex: 0 0 33.3333333333%;
  font-size: 10.3px;
}

.descrptnChild {
  width: 100%;
  text-align: left;
}

.prgrsBar {
  height: 18px;
  width: 100%;
  background-color: rgba(243, 243, 243, 0.3);
  border: solid rgba(2, 2, 61, 0.2) 1px;
  margin-top: 9px;
}

.hlgsTblscroller {
  height: 90%;
  position: absolute;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 70px;
  top: 5%;
  background-color: rgba(2, 2, 61, 0);
}
.hlgsTblscroller svg {
  fill: rgba(255, 94, 0, 0);
  height: 60px;
  width: 60px;
}

.hlgsTblscroller:first-of-type {
  left: 0px;
}

.hlgsTblscroller:last-of-type {
  right: 0px;
}

.hlgsTblscroller:hover {
  background-color: rgba(2, 2, 61, 0.1);
}
.hlgsTblscroller:hover svg {
  fill: #ff5e00;
}

.drivsShowBoad, .transShowBoad {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  position: relative;
  height: 100vh;
}

.driverRequestDropDownShower {
  height: auto;
  overflow: visible;
}

.driverRequestDropDown {
  padding: 0 10px;
  position: absolute;
  overflow: hidden;
  width: 90%;
  left: 5%;
  bottom: 0%;
  border: solid gray 1px;
  border-radius: 7px;
}
.driverRequestDropDown button {
  height: 35px;
  border-radius: 7px;
  border: solid gray 1px;
  text-align: center;
  width: 100%;
  margin: 10px 0;
}
.driverRequestDropDown button:first-child {
  margin-bottom: unset;
}

.pageSwitchHolder {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 10px;
}

.pageSwitch {
  width: 40%;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  border-radius: 7px;
  color: white;
  font-size: 12px;
}

.pageSwitch:first-child {
  background-color: #330066;
}

.pageSwitch:last-child {
  background-color: rgb(255, 94, 0);
}

/*# sourceMappingURL=index.css.map */
