@font-face {
    font-family: 'SF Pro Display-Semibold';
    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: 'SF Pro Display';
    src: url('/fonts/SFProDisplay-Regular.woff') format('woff'),
      url('/fonts/SFProDisplay-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
  
#__next, body, html{font-family: 'SF Pro Display';}
  .text-gray-900{font-family: 'SF Pro Display-Semibold';}
  .font-bold {
    font-family: 'SF Pro Display-Semibold';
}
b,
strong {
    font-family: 'SF Pro Display-Semibold';
}
.font-semibold {
    font-family: 'SF Pro Display-Semibold';
}
trix-editor { min-height: 55em !important;}
  
.MuiTableCell-root h1 {
      font-family: 'SF Pro Display' !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;
}

/*PlacesAutocomplete Start*/
.Demo__suggestion-icon {
    margin-right: 8px;
  }
  
  .Demo__search-bar-container {
    width: 100%;
    text-align: left;
    position: relative;
  }
  
  .Demo__search-input-container {
    position: relative;
  }
  
  .Demo__search-input,
  .Demo__search-input:focus,
  .Demo__search-input:active {
    display: block;
    width: 100%;
    padding: 16px;
    font-size: 16px;
    border-radius: 2px;
    outline: none;
  }
  
  .Demo__clear-button,
  .Demo__clear-button:active,
  .Demo__clear-button:focus {
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    outline: none;
    font-weight: 600;
  }
  
  .Demo__autocomplete-container {
    border-radius: 0 0 2px 2px;
  position: absolute;
  z-index: 4;
      width: 100%;
  }
  
  .Demo__suggestion-item {
    padding: 8px;
    text-align: left;
    background-color: #fff;
    cursor: pointer;
  }
  
  .Demo__suggestion-item--active {
    background-color: #fafafa;
  }
  
  .Demo__dropdown-footer {
    display: flex;
    justify-content: flex-end;
    padding: 4px;
  }
  
  .suggestion-item {
   padding: 6px 3px;
   text-align: left;
   background-color: #fff;
   cursor: pointer;
  }
  
  .suggestion-item--active {
   padding: 6px 3px;
   background-color: #fafafa
  ;
  }
  .Demo__search-input-container input {
    width: 100%;
    border-radius: 5px;
    border-color: #cccccc;
    box-shadow: none;
  }
  [multiple]:focus, [type=date]:focus, [type=datetime-local]:focus, [type=email]:focus, [type=month]:focus, [type=number]:focus, [type=password]:focus, [type=search]:focus, [type=tel]:focus, [type=text]:focus, [type=time]:focus, [type=url]:focus, [type=week]:focus, select:focus, textarea:focus{
    border-color: #dc2826 !important;
    --tw-ring-color: #dc2826;
  }
  /*PlacesAutocomplete End*/