/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Fredoka+One&display=swap");
:root {
  scroll-behavior: smooth;
}

body,
html {
  font-family: "Poppins";
  overflow: hidden;
  min-height: auto !important;
  top: 0 !important;
}

p {
  font-weight: 400;
}

a {
  color: #00b65e;
  text-decoration: none;
  transition: 0.5s all;
}

a:hover {
  color: #000000;
  text-decoration: none;
}

html,
body {
  scroll-behavior: smooth;
  background: #faf5f2;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Poppins";
}

/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Black.woff2") format("woff2"),
    url("../fonts/Poppins-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraLight.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraLight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"),
    url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-ExtraBold.woff2") format("woff2"),
    url("../fonts/Poppins-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"),
    url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"),
    url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"),
    url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Thin.woff2") format("woff2"),
    url("../fonts/Poppins-Thin.woff") format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.woff2") format("woff2"),
    url("../fonts/Poppins-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

/*--------------------------------------------------------------
# Sidebar css 
--------------------------------------------------------------*/

.diet_on {
  display: none;
}

@media (max-width: 767px) {
  .diet_on {
    display: block;
  }
  .splash_screen {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .shade_img {
    height: 100px;
  }
  .logo_img {
    max-width: 180px;
    margin-bottom: 60px;
}
  .truck_img {
    z-index: -1;
    opacity: 1;
    max-width: 56%;
    animation: truckmove 2s 1 forwards;
}
  .truck_animation {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    border-bottom: 6px solid #00b75f;
    z-index: 1;
  }
  .diet_on_login {
    display: flex;
    align-items: center;
    height: 100vh;

    justify-content: center;
  }
  .logo_login img {
    max-width: 140px;
  }
  .comman_btn {
    display: flex;
    background-color: #00b75f;
    border-radius: 12px;
    padding: 14px 20px;
    text-align: center;
    margin-left: 10%;
    justify-content: center;
    align-items: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 17px;
    border: 0;
    width: 80%;
    outline: 0;
    font-weight: 500;
    box-shadow: 0 0 10px #00000024;
  }
  .forgot_password {
    font-size: 15px;
    font-weight: 600;
  }
  .form_design .form-control {
    padding: 10px 15px 10px 35px;
    font-size: 14px;
    height: 48px;
    border: 0;
    background-color: transparent;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    box-shadow: unset;
  }
  .form_design .form-group span {
    font-size: 14px;
    font-weight: 500;
    display: block;
  }
  .form_design .form-group label {
    position: absolute;
    bottom: 12px;
    left: 22px;
    color: #00b75f;
    display: block;
    font-size: 17px;
  }
  .cross_icons {
    position: absolute;
    top: 38px;
    right: 22px;
    width: 22px;
    height: 22px;
    background-color: #00b65e;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 50%;
    font-size: 13px;
    padding: 0;
}
  .heading_main {
    margin-top: 100px;
  }
  .heading_part h2 {
    font-weight: 800;
    color: #00b75f;
    z-index: 1;
    font-family: "Fredoka One", cursive;
    text-transform: capitalize;
    font-size: 40px;
    margin: 0;
  }
  .heading_part h3 {
    position: relative;
    left: 13px;
    font-size: 16px;
    text-transform: uppercase;
  }
  .logo_login {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .truck_after {
    position: absolute;
    z-index: 0;
    opacity: 80%;
    width: 160px;
    top: 25%;
    left: 50%;
    right: 0;
    margin: 0 auto;
  }
  .truck_after_forg {
    position: absolute;
    z-index: 1;
    opacity: 80%;
    max-width: 135px;
    top: 20%;
    left: 0;
    right: 0;
    margin: 0 auto;
    margin-bottom: 50px;
  }
  .header_part {
    background-color: #fff;
    height: 70px;
  }
  .header_logo img {
    max-width: 90px;
  }
  .header_part {
    background-color: #fff;
    height: 65px;
    display: flex;
    align-items: center;
    padding: 8px 10px;
    justify-content: center;
    position: fixed;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    z-index: 9;
    box-shadow: 0 0 10px #00000024;
  }
  .otp-verify-form {
    position: relative; 
    z-index: 1;
  }
  .otp-verify-form .form-control {
    -webkit-transition-duration: 500ms;
    -o-transition-duration: 500ms;
    transition-duration: 500ms;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50px;
    flex: 0 0 50px;
    max-width: 50px;
    width: 50px;
    padding: 6px;
    border: 0;
    text-align: center;
    font-size: 1.25rem;
    background-color: rgba(255, 255, 255, 0.25);
    color: #000;
    font-weight: 500;
  }
  .otp-verify-form .form-control::-webkit-input-placeholder {
    color: #000;
    opacity: 0.5;
  }
  .otp-verify-form .form-control::-moz-placeholder {
    color: #000;
    opacity: 0.5;
  }
  .otp-verify-form .form-control:-ms-input-placeholder {
    color: #000;
    opacity: 0.5;
  }
  .otp-verify-form .form-control::-ms-input-placeholder {
    color: #000;
    opacity: 0.5;
  }
  .otp-verify-form .form-control::placeholder {
    color: #000;
    opacity: 0.5;
  }
  .otp-verify-form .form-control:focus {
    background-color: #f7f0f0;
    color: #020310;
  }

  .filter_btn {
    font-size: 19px;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 40px;
    width: 40px;
    border-radius: 4px;
  }
  .search_design .form-control {
    border: 0;
    height: 40px;
    width: 100%;
    box-shadow: none;
    font-size: 14px;
  }
  .search_design {
    margin: 0 5px 0 -7px;
  }
  .header_head h2 {
    font-size: 14px;
    font-weight: 700;
    color: #00b65e;
    text-transform: capitalize;
  }
  .inner_part {
    height: calc(100vh - 65px);
    margin-top: 65px;
    padding: 30px 20px 50px;
    overflow-y: auto;
    overflow-x: hidden;
    position: relative;
  }
  .comman_heading h2 {
    margin: 0;
    font-family: "Fredoka One", cursive;
    text-align: center;
    color: #00b65e;
    font-size: 30px;
  }
  .my_deliveries .first_tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    border: 0;
    padding-right: 12px;
}
  .my_deliveries .first_tabs::-webkit-scrollbar,
  .inner_tabs_design::-webkit-scrollbar {
    display: none;
  }
  .first_tabs .nav-link {
    background-color: #fff;
    box-shadow: 0 0 8px #00000024;
    margin: 8px 5px;
    border-radius: 10px;
    border: 0;
    font-size: 14px;
    line-height: 19px;
    padding: 0;
    font-weight: 500;
    color: #00b65e;
    height: 52px;
    white-space: nowrap;
    padding: 8px 0;
    width: 40px;
    flex: 0 0 40px;
}
  .first_tabs .nav-link.active {
    background-color: #00b65e;
    color: #fff;
  }
  .date_show {
    font-size: 14px;
    font-weight: 500;
    padding-left: 6px;
    margin-bottom: 2px;
    color: #00b65e;
    display: block;
  } 
  .inner_tabs_design .nav-link {
      background-color: #fff;
      box-shadow: 0 0 4px #00000024;
      margin: 10px 5px;
      border-radius: 15px;  
      font-size: 13px;
      font-weight: 600;
      border: 0;
      color: #00b65e;
      display: flex;
      align-items: center;
      position: relative;
  }
  .inner_tabs_design .nav-link.active {
    background-color: #00b65e;
    color: #fff;
  }
  .inner_tabs_design {
    display: flex;
    width: 100%;
    overflow: hidden;
    padding-right: 10px;
}
.inner_tabs_design .nav-link span {
  display: inline-flex;
  background-color: #fff;
  color: #00b65e;
  margin-left: 7px;
  width: 15px;
  font-size: 9px;
  border-radius: 50px;
  height: 15px;
  align-items: center;
  justify-content: center;
  line-height: 14px;
  position: absolute;
  top: -7px;
  right: 11px;
  border: 1px solid;
}
.inner_tabs_design .nav-link:nth-child(2) span {
  background-color: #ffc700 !important;
  border: 1px solid #ffc700;
}
  .inner_tabs_design .nav-link.active span {
    background-color: #fff;
    color: #00b65e;
  }
  .my_deliveries {
    margin: 0 -16px 0 -5px;
}
  .my_deliveries_inner {
    margin: 0 5px 0 -7px;
  }
  .my_deliveries_box {
    background-color: #fff;
    /* box-shadow: 0 0 10px #00000024; */
    border-radius: 12px;
    padding: 24px 15px 14px;
    position: relative;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    border: 1px dashed #00b65e;
    display: block;
  }

  .my_deliveries_box:hover {
    behavior: smooth;
    transform: scale(1.1);
    transition: 0.2s ease;
  }
  .deliveries_left strong {
    font-size: 14px;
    color: #ffc700;
    display: block;
    margin-bottom: 3px;
  }
  .description_main p {
    font-size: 14px;
    margin: 0;
    color: #000;
    font-weight: 500;
  }
  .location_map {
    font-size: 14px;
    font-weight: 600;
    color: #000;
  }
  .user_main {
    font-size: 14px;
    font-weight: 500;
    color: #000;
  }
  .timing_maion {
    font-size: 14px;
    color: #00b65e;
    display: block;
    margin-bottom: 3px;
  }
  .map_main {
    display: inline-flex;
    background-color: #fff;
    font-size: 12px;
    border-radius: 4px;
    font-weight: 600;
    align-items: center;
    position: absolute;
    right: 16px;
    top: -13px;
    border: 1px dashed #00b65e;
    height: 26px;
    width: 77px;
    justify-content: center;
    color: #fff;
    background: #00b65e;
  }
  .comman_heading p {
    margin: 8px 0 0;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    display: block;
  }
  .qr_code_Box {
    height: 320px;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #0000004d;
    padding: 20px 20px;
    box-shadow: 0 0 10px #00000024;
  }
  .qr_code_Box img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .qr_code_invalid i {
    font-size: 95px;
    color: #f20;
  }
  .qr_code_invalid {
    text-align: center;
    background-color: #fff;
    padding: 30px 30px;
    border-radius: 10px;
  }
  .qr_code_invalid h3 {
    font-weight: 800;
    font-size: 32px;
    margin: 10px 0 10px;
  }
  .qr_code_invalid p {
    font-size: 16px;
    margin: 0;
  }
  .missing_orders {
    height: 20px;
    width: 20px;
    background-color: #f20;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    color: #fff;
    font-size: 10px;
    position: absolute;
    top: -10px;
    left: 13px;
  }
  .back_btn {
    display: flex;
    align-items: center;
    background-color: #00b65e;
    color: #fff !important;
    font-size: 18px;
    height: 30px;
    width: 30px;
    justify-content: center;
    border-radius: 4px;
    box-shadow: 0 0 10px #00000024;
  }
  .successfuly_qr i {
    color: #00b75f;
  }

  .sorting_modal .modal-header {
    padding: 14px 22px;
  }
  .sorting_modal {
    top: auto;
    bottom: 0;
    height: auto;
  }
  .sorting_modal .modal-title {
    font-size: 18px;
    font-weight: 600;
  }
  .custom_checkbox input {
    display: none;
  }
  .custom_checkbox label {
    color: #000;
    font-size: 15px;
    font-weight: 500;
    position: relative;
    display: inline-block;
    padding: 3px 0 0 34px;
  }
  .custom_checkbox label::before {
    position: absolute;
    content: "";
    top: 5px;
    height: 14px;
    width: 14px;
    border-radius: 50px;
    left: 5px;
    background-color: #00b65e;
    opacity: 0;
    z-index: 2;
  }
  .custom_checkbox input[type="radio"]:checked ~ label::before {
    opacity: 1;
  }
  .custom_checkbox label::after {
    position: absolute;
    content: "";
    top: 0;
    height: 24px;
    width: 24px;
    border-radius: 50px;
    left: 0;
    border: 1px solid #918a8a;
    background-color: #fff;
  }
  .sorting_modal .modal-dialog {
    border: 0;
    margin: 0;
    width: 100%;
    max-width: 100%;
  }
  .sorting_modal .modal-dialog .modal-content {
    border: 0;
    border-radius: 25px 25px 0 0;
  }
  .toogle_btn {
    font-size: 25px;
    display: block;
    margin: 0 0 -4px;
    color: #00b65e;
  }
  .order_details_main {
    position: relative;
    height: 100%;
  }
  .order_details_main iframe {
    width: 100%;
    height: 100%;
  }
  .order_details_box {
    background-color: #fff;
    position: fixed;
    bottom: 20px;
    width: 93%;
    margin: 0px auto;
    left: 0;
    right: 0;
    border-radius: 6px;
    box-shadow: 0 0 40px #0000006e;
    padding: 16px 16px;
    border: 1px dashed #00b65e;
  }
  .timing_order {
    font-weight: 800;
    color: #00b65e;
    display: block;
    font-size: 14px;
  }
  .call_to {
    height: 40px;
    width: 40px;
    position: absolute;
    right: 30px;
    background-color: #00b65e;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
    border-radius: 50px;
    top: -20px;
  }
  .call_to::after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: #00b65e solid 2px;
    border-radius: 100%;
    animation: ringPulse 2s infinite linear;
  }
  @keyframes ringPulse {
    0% {
      opacity: 0;
      transform: scale(0.95);
    }

    10% {
      opacity: 1;
    }

    80%,
    100% {
      opacity: 0;
      transform: scale(1.7);
    }
  }
  .id_details {
    font-weight: 700;
    color: #ffc700;
    font-size: 17px;
    display: block;
  }
  .id_order {
    font-size: 12px;
    font-weight: 500;
  }

  .id_order span {
    font-weight: 600;
  }
  .address_details_box strong {
    font-weight: 600;
    font-size: 13px;
    display: block;
    margin-bottom: 1px;
  }
  .address_details_box span {
    font-weight: 400;
    font-size: 12px;
    display: block;
    margin-bottom: 0;
  }
  .address_details_box {
    padding: 6px 0;
    align-items: flex-start;
  }
  .sure_to .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
  }
  .sure_to_content i {
    color: #00b75f;
    font-size: 100px;
  }
  .sure_to h3 {
    font-weight: 700;
    font-size: 26px;
    margin: 10px 0 20px;
  }
  .sure_to .comman_btn {
    border-radius: 12px;
    padding: 10px 10px;
    font-size: 14px;
  }
  .sure_to_content i {
    color: #00b75f;
    font-size: 70px;
  }
  .cancel_delivery .form-group textarea.form-control {
    border: 0;
    resize: none;
    margin-top: 20px;
    border-radius: 4px;
    font-size: 13px;
    box-shadow: none;
    padding: 13px;
    height: 140px;
  }
  .profile_immg {
    height: 70px;
    width: 70px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    border-radius: 50px;
    overflow: hidden;
    border: 4px solid #00b65e;
  }
  .profile_box {
    background-color: #fff;
    padding: 18px 20px;
    box-shadow: 0 0 10px #00000024;
    border-radius: 4px;
  }
  .profile_immg img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .user_nam {
    display: block;
    margin-top: 10px;
    font-weight: 700;
    font-size: 18px;
  }
  .signout_btn {
    position: fixed;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
  }
  .search_icon i {
    position: absolute;
    top: 50%;
    right: 26px;
    color: #00b65e;
    transform: translateY(-50%);
    font-size: 17px;
  }
  .profile_heder {
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    margin: 0 auto;
    justify-content: center;
    border-radius: 50px;
    overflow: hidden;
    border: 2px solid #00b65e;
  }
  .profile_heder img {
      max-width: 100%;
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 50px;
  }
  .inner_tabs_design .nav-link:first-child {
    margin-left: 2px;
}
.sorting_modal .comman_btn {
  padding: 13px 10px;
  font-size: 16px;
}
}
.refresh_button {
  position: absolute;
  right: 20px;
  top: 62%;
  transform: translateY(-50%);
}
@keyframes truckmove {
  0% {
    transform: translateX(-600px) translateY(0px) rotate(0deg);
  }
  50% {
    transform: translateX(-300px) translateY(0px) rotate(0deg);
  }
  100% {
    transform: translateX(0) translateY(0px) rotate(0deg);
  }
}

@media (max-width: 379px) {
  .inner_tabs_design .nav-link {
      margin: 10px 4px;
      font-size: 12px;
      font-weight: 500;
  }
  .inner_part {
    padding: 30px 16px 50px;
  }
  .first_tabs .nav-link {
    margin: 8px 4px;
    border-radius: 8px;
    font-size: 14px;
    line-height: 18px;
    height: 50px;
    padding: 8px 0;
}
}

@media (max-width: 320px) { 
  .truck_after {
    width: 105px;
    left: 55%;
  } 
}
