@font-face {
  font-family: "product_sansbold";
  src: url("/fonts/product_sans_bold-webfont.woff2") format("woff2"),
    url("/fonts/product_sans_bold-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "product_sansregular";
  src: url("/fonts/product_sans_regular-webfont.woff2") format("woff2"),
    url("/fonts/product_sans_regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

/* @font-face {
    font-family: 'product_sansbold';
    src: url('/fonts/SFProDisplay-Semibold.woff') format('woff'),
        url('/fonts/SFProDisplay-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'product_sansregular';
    src: url('/fonts/SFProDisplay-Regular.woff') format('woff'),
        url('/fonts/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
} */

.font-normal {
  font-family: "product_sansregular";
}

#__next,
body,
html {
  font-family: "product_sansregular";
}

.text-gray-900 {
  font-family: "product_sansbold";
}

.font-bold {
  font-family: "product_sansbold";
}

b,
strong {
  font-family: "product_sansbold";
}

.font-semibold {
  font-family: "product_sansbold";
}

trix-editor {
  min-height: 55em !important;
}

.MuiTableCell-root h1 {
  font-family: "product_sansregular" !important;
  font-size: 17px;
}

.norecord {
  margin: 30px auto;
  width: 90px;
}

.maps {
  width: 100%;
  height: 500px;
}

ui.input.left.icon {
  width: 100%;
}

.sn {
  margin-top: 8px;
}

.xy {
  left: 22px;
  background-color: #818080;
  bottom: 28px;
  top: 30px;
  position: absolute;
  width: 1px;
}

.y5:before {
  border: 1px solid #818080;
  bottom: -10px;
  height: 5px;
  width: 5px;
  left: -2px;
  position: absolute;
  content: "";
}

.yc:after {
  border: 1px solid #818080;
  border-radius: 50%;
  top: -10px;
  height: 7px;
  width: 7px;
  left: -3px;
  position: absolute;
  content: "";
}

.centerdrop:after {
  border: 1px solid black;
  border-radius: 50%;
  top: 14px;
  height: 7px;
  width: 7px;
  left: 19px;
  position: absolute;
  content: "";
  background-color: #818080;
}

.sn.centerdrop {
  position: relative;
}

.xi {
  position: relative;
}

input.custom_input.from_input {
  padding-left: 41px;
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #000000;
  font-size: 14px;
  background-color: rgb(235, 235, 235);
  border: none;
  height: 42px;
  line-height: 51px;
  border-radius: 6px;
}

.hide {
  display: none;
}

.table .bg-gray th {
  background-color: #f2f2f2;
  border: 1px solid #cecece;
}

input.table_input.form-control {
  width: 110px;
  padding: 3px;
  border-radius: 5px;
}

tr.paddy td {
  padding: 10px 0;
  text-align: center;
  border: 1px solid #cecece;
}

.timeslot_check {
  margin: 4px;
  background-color: #efefef;
  border-radius: 4px;
  border: 1px solid #d0d0d0;
  overflow: auto;
}

.timeslot_check label {
  min-width: 4em;
  margin: 0;
}

.timeslot_check label input {
  position: absolute;
  top: -20px;
}

.timeslot_check input {
  visibility: hidden;
}

.timeslot_check label span {
  text-align: center;
  padding: 7px 10px;
  display: block;
  border-radius: 4px;
  font-size: 14px;
}

.timeslot_check input:hover + span {
  background-color: #efe0e0;
}

.timeslot_check input:checked + span {
  background-color: #000000;
  color: #fff;
}

.timeslot_check input:checked:hover + span {
  background-color: #000000;
  color: #fff;
}

.timeslot_check input {
  visibility: hidden;
}

.font-medium {
  font-weight: 600;
}

.cus_table {
  border-collapse: collapse;
  width: 100%;
}

.cus_table td,
.cus_table th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

.highlight {
  color: #fff;
}

/*  create request*/
.xy {
  left: 38px;
  background-color: #000000;
  bottom: 45px;
  top: 38px;
  position: absolute;
  width: 1px;
}

.y5:before {
  border: 1px solid #000000;
  bottom: -8px;
  height: 5px;
  width: 5px;
  left: -2px;
  position: absolute;
  content: "";
}

.yc:after {
  border: 1px solid #4cb445;
  border-radius: 50%;
  top: -5px;
  height: 7px;
  width: 7px;
  left: -3px;
  position: absolute;
  content: "";
  background-color: #4cb445;
}

.centerdrop:after {
  border: 1px solid #e00d13;
  border-radius: 50%;
  top: 18px;
  height: 7px;
  width: 7px;
  left: 19px;
  position: absolute;
  content: "";
  z-index: 9;
  background-color: #e00d13;
}

.sn.centerdrop {
  position: relative;
}

.xi {
  position: relative;
}

input.custom_input.from_input {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  color: #000;
  padding: 10px 0;
  font-size: 16px;
  background-color: #fff;
  outline: none;
  border-bottom: 1px solid #e3e3e3;
}

.add_loc {
  position: absolute;
  right: 5px;
  color: #000000;
  top: 9px;
  font-size: 18px;
  cursor: pointer;
}

.switch_pin {
  z-index: 9;
  right: 70px;
  position: absolute;
  top: -15px;
}

.cus_date .MuiTextField-root {
  width: 100%;
  padding: 10px 0;
}

.cus_date .MuiInputBase-input:focus {
  outline: 0;
  border: none !important;
  box-shadow: none;
}

.fav {
  position: absolute;
  right: 35px;
  top: 15px;
}

.min-height {
  min-height: 400px;
}

.cus_w {
  min-width: 80px;
  height: 70px;
}

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

/* Track */
.cus_scroll::-webkit-scrollbar-track {
  background: #e6e6e6;
}

/* Handle */
.cus_scroll::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
.cus_scroll::-webkit-scrollbar-thumb:hover {
  background: #555;
}

/************ My Ride page start here ************/

span.custom_input.from_input {
  position: relative;
  display: block;
  width: 100%;
  box-sizing: border-box;
  padding: 10px 0;
  font-size: 15px;
}

.xyr {
  left: 6px;
  background-color: #000000;
  bottom: 38px;
  top: 38px;
  position: absolute;
  width: 1px;
}

.y5r:before {
  bottom: -8px;
  height: 5px;
  width: 5px;
  left: -2px;
  position: absolute;
  content: "";
}

.sn.centerdropr {
  position: relative;
}

.centerdropr:after {
  border: 1px solid #e00d13;
  border-radius: 50%;
  top: 18px;
  height: 7px;
  width: 7px;
  left: 3px;
  position: absolute;
  content: "";
  z-index: 9;
  background-color: #e00d13;
}

/* END create request*/

.Toastify__toast-body > div:last-child {
  font-family: "latobold" !important;
}

.MuiInputBase-root.MuiInput-root.MuiInput-underline.MuiInputBase-formControl.MuiInput-formControl {
  padding: 4px 15px;
}

.password__show {
  position: absolute;
  top: 39px;
  right: 10px;
}

button:focus {
  outline: 0 !important;
}

.flash {
  -webkit-animation: flash 500ms ease infinite alternate;
  animation: flash 500ms ease infinite alternate;
}

@-webkit-keyframes flash {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

@keyframes flash {
  from {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

/* Live Tracking */
.gm-style .gm-style-iw-c {
  background-color: #232733;
  color: #ffffff;
  padding: 10px !important;
}

.gm-style .gm-style-iw-tc::after {
  background: #232733;
}

.tooltip-hd {
  padding: 4px 0;
  font-weight: bold;
  font-size: 16px;
}

.tooltip_row {
  display: flex;
  padding: 5px 0;
}

.tooltip_row span {
  margin-right: 20px;
}

.tooltip_green {
  color: #2dbc09;
}

.tooltip_red {
  color: #f73339;
}

.gm-style-iw-d {
  overflow: hidden !important;
}
.gm-ui-hover-effect {
  width: 25px !important;
  height: 25px !important;
  top: -5px !important;
  right: 2px !important;
}

.gm-ui-hover-effect span {
  background-color: #ffffff !important;
  width: 22px !important;
  height: 22px !important;
  margin: 4px !important;
}

/* .gm-ui-hover-effect>span {
    background-color: #ffffff !important;
    width: 22px !important;
    height: 22px !important;
}

.gm-ui-hover-effect {
    top: -5px !important;
    right: 2px !important;
} */

.agent_pic {
  width: 50px;
  border-radius: 50px;
}

.MuiInputLabel-formControl {
  top: 5px !important;
  left: 5px !important;
  position: absolute;
  transform: translate(0, 24px) scale(1);
}

.p17 {
  padding-top: 17px;
}

.spinner-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100vh; /* Full screen, optional */
  position: fixed;
  background-color: #0000006e;
  top: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  z-index: 999;
}

.blue-spinner {
  width: 44px;
  height: 44px;
  border: 3px solid rgba(255, 255, 255, 0.2); /* Light blue, transparent */
  border-top: 3px solid #fbb136; /* Light blue solid top */
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}
