/* Link Helvetica Now Display Font Family */
@font-face {
  font-family: "Helvetica Now Display";
  font-weight: 300;
  src: url(../Font-Family/HelveticaNowDisplay/HelveticaNowDisplay-Light.ttf);
}

@font-face {
  font-family: "Helvetica Now Display";
  font-weight: 400;
  src: url(../Font-Family/HelveticaNowDisplay/HelveticaNowDisplay-Regular.ttf);
}

@font-face {
  font-family: "Helvetica Now Display";
  font-weight: 500;
  src: url(../Font-Family/HelveticaNowDisplay/HelveticaNowDisplay-Medium.ttf);
}

@font-face {
  font-family: "Helvetica Now Display";
  font-weight: 700;
  src: url(../Font-Family/HelveticaNowDisplay/HelveticaNowDisplay-Bold.ttf);
}

@font-face {
  font-family: "Helvetica Now Display";
  font-weight: 900;
  src: url(../Font-Family/HelveticaNowDisplay/HelveticaNowDisplay-Black.ttf);
}

@font-face {
  font-family: "Helvetica Now Display";
  font-weight: 800;
  src: url(../Font-Family/HelveticaNowDisplay/HelveticaNowDisplay-ExtraBold.ttf);
}

/* Link Helvetica Now Display Font Family */
@font-face {
  font-family: "Bropames";
  src: url(../Font-Family/Bropames/Bropames.otf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  overflow-x: hidden !important;
}
a {
  text-decoration: none;
}

body {
  font-family: "Helvetica Now Display";
  font-weight: 400;
  font-style: normal;
  font-size: 16px;
  line-height: normal;
  color: #040707;
  background-color: #fff;
}

.container {
  max-width: 84%;
}

/* Login Page Css Start */
.login-wrapper {
  padding-block: 100px;
}
.login-wrapper .container {
  position: relative;
  z-index: 9;
}
.login-wrapper .container::before {
  content: "";
  height: 100%;
  width: 50%;
  background-image: url(../images/circle-bg.png);
  background-repeat: no-repeat;
  background-position: center left;
  background-size: contain;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
}

.logo img {
  height: 200px;
}

.logo {
  margin-bottom: 50px;
}

.form-group input {
  background-color: #363535;
  box-shadow: 6px 6px 10px 0px #d5d0d2;
  height: 70px;
  font-family: "Helvetica Now Display";
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  padding: 18px 30px;
  outline: none;
  border-radius: 20px !important;
}

.form-group input::placeholder {
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  text-transform: capitalize;
}

form .row .col-12 + .col-12:has(.form-group),
.col-10 {
  margin-top: 42px;
}

.forgotPass {
  font-size: 20px;
  font-style: normal;
  color: #363535;
  display: inline-block;
  text-transform: capitalize;
}
.forgotPass:hover {
  color: #363535;
  text-decoration: underline;
}
.form-groupLink {
  margin-top: 25px;
  display: flex;
  justify-content: end;
  margin-bottom: 30px;
}
.custom-btn {
  background-color: #139f01;
  width: 100% !important;
  height: 73px;
  font-size: 20px;
  color: #fff;
  border: 0px;
  border-radius: 35px;
}
.logWrapper-formContainer {
  box-shadow: 14px 3px 20px rgb(236, 220, 245);
  padding: 70px;
  border-radius: 30px;
  margin-top: -110px;
}
.imageWrapper-box img {
  height: 600px;
  background: radial-gradient(circle, rgba(255, 234, 239, 1) 60%, rgba(255, 255, 255, 1) 73%);
}
.imageWrapper-box {
  text-align: center;
}
.logoWrapper-cover {
  position: relative;
  padding-top: 80px;
}
span.rocketIcon {
  display: inline-block;
  height: 160px;
  position: absolute;
  top: -60px;
  left: 0%;
}
span.bulbIcon {
  display: inline-block;
  position: absolute;
  height: 130px;
  top: -60px;
  left: 55%;
  transform: translateX(-45%);
}
span.coinIcon {
  display: inline-block;
  height: 130px;
  position: absolute;
  bottom: 35%;
  left: 0px;
}
.logoWrapper-cover span img {
  height: 100% !important;
}

/* global class start */
.bgBlack {
  background: #363535;
}
.bgSuccess {
  background-color: #139f01;
}
.vh80 {
  height: 80vh;
}
/* global class end */

/* Main Layout Started*/
.main_layout {
  padding: 25px;
  overflow-x: auto;
  white-space: nowrap;
}
.section_layout {
  width: 100%;
  min-width: 1000px;
  overflow-x: auto;
  height: 100vh;
  border-radius: 50px;
  background-color: #ffffff;
  padding: 40px 30px;
  overflow-y: auto;
}

.section_layout::-webkit-scrollbar {
  display: none;
}
/* Main Layout Ended*/

/* sidebar started */
.sidebarMain {
  padding: 40px 16px 16px 16px;
  min-width: 280px;
  /* width: 18%; */
  height: 100vh;
  overflow-y: auto;
  transition: all 0.3s ease; /* Smooth transition for width, padding */

  background-color: #1f1e30;

  border-radius: 44px;
}

.miniSideBar {
  padding: 40px 8px 8px 8px;
  width: 80px;
  min-width: 80px;
  height: 100vh;
  overflow-y: auto;
  transition: all 0.3s ease; /* Smooth transition for width, padding */
  border-radius: 16px;
  z-index: 1000;
  background-color: #1f1e30;
  
}
.sidebarMain::-webkit-scrollbar {
  display: none;
}
.miniSideBar::-webkit-scrollbar {
  display: none;
}
.logoGroup img:first-child {
  height: 100px;
}
.navItemsContainer {
  margin-top: 45px;
}
.navItemsContainer img {
  height: 25px;
  filter: brightness(0) invert(1);
}
.navItemsContainer p {
  font-size: 17px;
  color: #151515;
  font-weight: 500;
  font-family: "Helvetica Now Display";
}
.sideNavItem {
  width: 100%;
  height: 48px;
  padding: 20px;
  margin-bottom: 30px;
  border-radius: 24px;
  filter: drop-shadow(13.023px 10.927px 10.5px rgba(0, 0, 0, 0.34));
  cursor: pointer;
}
.brandLogo{
  height: 80px;
}
/* .notificationDiv img{
  height: 20px !important;
  width: 20px;
 
}
.notificationDiv{
  background: white;
  position: "relative";
  height: 40px !important;
  width: 40px;
  border-radius: 20px;
  top:-100px;
  left:40px
} */
/* Custom tooltip theme */
.tippy-box[data-theme~="custom-tooltip"] {
  background-color: white; /* Set the background color of the tooltip */
  color: white; /* Text color */
  border-radius: 6px; /* Rounded corners */
  font-weight: 500;
}

.tippy-box[data-theme~="custom-tooltip"] .tippy-arrow {
  color: white; /* Match the arrow color with the tooltip background */
}
/* sidebar ended */

/* topnav started */
.topNavMain {
  width: 100%;
  border-radius: 33px;
  filter: drop-shadow(6.128px 5.142px 10.5px rgba(0, 0, 0, 0.19));
}
.topNavMain p {
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: bold;
  font-family: "Helvetica Now Display";
  text-align: center;
  padding: 11px;
}
.navItem {
  border-radius: 27px;
  cursor: pointer;
}
/* topnav ended */

/* table started */

.tableMain {
  margin-top: 25px;
}
.tableNav {
  display: flex;
  scroll-behavior: smooth;
  white-space: nowrap;
  overflow-x: auto;
}
.tableNav::-webkit-scrollbar {
  height: 4px;
}
.borderRadius50All {
  border-radius: 50px;
}
.borderRadius50exceptTopLeft {
  border-radius: 0px 50px 50px 50px;
}
.borderRadius50expectTopRight {
  border-radius: 50px 0px 0px 50px;
}
.tableNav::-webkit-scrollbar-thumb {
  background-color: #c4c4c4;
  border-radius: 4px;
}

.tableNav::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}
.tableNavItem {
  width: 214px !important;
  height: 100px;
  display: flex;
  justify-content: center;
  border-radius: 30px 30px 0px 0px;
  align-items: center;
  flex: 0 0 auto;
  cursor: pointer;
}
.tableNavItem p {
  font-size: 17px;
  letter-spacing: 0px;
  font-weight: bold;
  font-family: "Helvetica Now Display";
  text-align: center;
}
.selectedP {
  border-bottom: 2px solid #000000;
}
.whiteBtn {
  background-color: white;
  padding: 12px 24px;
  border-radius: 8px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.19));
}
.whiteBtn p {
  font-weight: 500;
  font-family: "Helvetica Now Display";
  font-size: 14px;
}
.whiteBtn p:last-child {
  color: #139f01;
}
.marginY35 {
  margin: 35px 0px;
}
th {
  text-align: center;
}
td {
  text-align: center;
}
tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: none !important;
  border-width: 0;

}
thead tr th {
  font-size: 15px;
  letter-spacing: 0px;
  font-weight: 400;
  font-family: "Helvetica Now Display";
  text-align: center;
  padding: 14px 0px !important;
}

tbody tr td {
  font-size: 15px;
  letter-spacing: 0px;

  text-align: center;
  padding: 35px 0px !important;
  color: #000000;
  font-weight: 500;
  font-family: "Poppins";
}
.bookingTable tbody tr td {
  padding: 30px 0px !important;
}

tbody {
  margin-top: 20px !important;
}
tbody tr td select {
  border: none;
  padding: 8px;
  font-weight: 400;
  font-family: "Helvetica Now Display";
  background-color: #363535;
  border-radius: 6px;
  color: white;
  font-size: 15px;
  margin-top: -4px;
  outline: none;
}
.iconDiv img {
  height: 20px;
  margin: 0px 8px;
}
/* table ended */

/* price categories started */
.categoriesMainDiv {
  margin-top: 25px;
}
.categoriesBox {
  width: 18.5%;
  min-width: 250px;
  border-radius: 14px;
  background-color: #68ad6c;
}
.locationSearchBtn input {
  border: none;
  outline: none;
  width: 130px;
}
.locationSearchBtn img {
  height: 20px;
}
.locationSearchBtn {
  background-color: white;
  padding: 10px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.19));
  border-radius: 8px;
}
.customSelect {
  height: 38px !important;
  background-color: white;
  width: 38px !important;
  margin-right: 20px;
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.19));
  border-radius: 8px;
}
.customSelect img {
  height: 15px;
}
.provienceListMain {
  padding: 20px;
  border-radius: 18px;
  background-color: #fff1f0;
  margin-bottom: 25px;
}
.provienceItem {
  filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.19));
  border-radius: 8px;
  background-color: white;
  margin: 10px 0px;
  padding: 12px;
}
.provienceItem img {
  height: 20px;
}
.provienceItem p {
  font-weight: 500;
  font-size: 14px;
}
.commissionForm {
  margin-top: 50px;
}
.commissionForm label {
  color: white;
  margin-bottom: 8px;
  font-weight: 500;
  font-family: "Helvetica Now Display";
}
.commissionInput {
  background: white;
  padding: 12px 12px;
  border-radius: 8px;
  margin-bottom: 20px;
}
.commissionInput input {
  border: none;
  outline: none;
  width: 80%;
  font-size: 15px;
}
.commissionInput p {
  font-size: 15px;
  color: #010101;
}
.commissionStatusBox {
  padding: 12px;
  background-color: #fff;
  border-radius: 24px;
  margin: 35px 0px;
}
.commissionStatusBox p {
  margin: 0px 20px;
  color: #010101;
}

.commissionStatusBox span {
  font-weight: 600;
  color: #139f01;
  margin: 0px 20px;
  font-family: "Helvetica Now Display";
}
.commissionBtnGroup {
  text-align: center;
  margin-bottom: 30px;
}
.commissionBtnGroup button {
  width: 60%;
  padding: 10px;
  border-radius: 8px;
  margin: 6px 0px;
  color: #fff;
  font-size: 12px;
  background: #040707;
  border: none;
}
.gtMainDiv {
  margin-top: 25px;
}
.gtMainDiv p {
  font-size: 21px;
  letter-spacing: -1px;
  color: #000000;
  font-weight: bold;
  font-family: "Helvetica Now Display";
}
.gtMainDiv h1 {
  font-size: 50px;
  letter-spacing: -1px;
  color: #000000;
  font-weight: bold;
  font-family: "Helvetica Now Display";
}
.payoutMainDiv {
  border-radius: 50px;
  background-color: #f3f3f3;
  padding: 50px;
  margin-top: 25px;
}
.payoutEditorMain {
  border-radius: 22px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.11));
  background-color: #ffffff;
  padding: 30px;
}
/* price categories end */

/* dashboard start */
.dashboardTopMain select {
  border-radius: 10px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.06));
  background-color: #363535;
  color: white;
  padding: 9px;
  font-size: 12px;
}
.dashboardTopMain p {
  font-size: 30px;
  color: #151515;
  font-weight: bold;
  font-family: "Helvetica Now Display";
}
.dashboardTopMain h6 {
  font-size: 20px;
  letter-spacing: -1px;
  color: #010101;
  font-weight: bold;
  font-family: "Helvetica Now Display";
  text-align: center;
}
.staticCard {
  /* width: 225px;
height: 126px; */
border-radius: 17px;
filter: drop-shadow(0 0 8px rgba(0,0,0,0.11));
background-color: #ffffff;
}
.staticCard p {
  font-size: 20px;
letter-spacing: -1px;
color: #151515;
font-weight: bold;
font-family: "Helvetica Now Display";
}
.userCard h6{
  font-size: 16px;
  letter-spacing: -1px;
  color: #e52a2f;
  font-family: "poppins";
  margin-bottom: 0px;
}
.userCard p{
  font-size: 13px;
color: #171717;
font-weight: bold;
font-family: "Helvetica Now Display";
margin-bottom: 0px;
}
.staticCard span {
  font-size: 11px;
}
.staticCard h5 {
  font-size: 20px;
  letter-spacing: -1px;
  font-weight: bold;
  font-family: "Helvetica Now Display";
}
/* dashboard end */

/* price n city start */
.statusBtn {
  width: 100%;
  background-color: white;
  border-radius: 24px;
  padding: 10px;
}
.statusBtn h5 {
  font-size: 23px;
  color: #139f01;
  font-weight: bold;
  font-family: "Helvetica Now Display";
}
.greenCircle {
  height: 12px;
  width: 12px;
  background-color: #139f01;
  border-radius: 50%;
  box-shadow: 0px 0px 8px #139f01;
}
.redCircle {
  height: 12px;
  width: 12px;
  background-color: #e4040a;
  border-radius: 50%;
  box-shadow: 0px 0px 8px #e4040a;
}
.priceCityIcon {
  height: 100px;
}
.whiteIcon {
  filter: brightness(0) invert(1);
}
.categoryHeadingDiv {
  height: 120px;
}
.categoriesBox h1 {
  font-size: 50px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Helvetica Now Display";
  margin-bottom: 0px;
}
.categoriesMessageBox {
  width: 110%;
  padding: 20px 0px 40px 20px;
  margin: 30px 0px 30px -24px;
  border-radius: 0px 24px 24px 0px;
  filter: drop-shadow(0 0 12px rgba(0, 0, 0, 0.2));
  background-color: #ececec;
  opacity: 0;
}
.categoriesMessageBox p {
  opacity: 0.569;
  font-size: 14px;
  line-height: 25px;
  color: #000000;
  font-family: "Helvetica Now Display";
}
.arrowDiv {
  background-color: white;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  margin-top: -30px;
}
.arrowDiv img {
  height: 7px;
}
.activeInactiveDiv {
  background-color: #363535;
  width: 80%;
  padding: 10px 20px;
  border-radius: 6px;
  position: relative;
  bottom: 50px;
  margin-bottom: -50px;
}
.borderBottom {
  height: 2px;
  background-color: white;
  margin: 6px 0px;
}
.activeInactiveDiv p {
  text-align: center;
  color: white;
  font-family: "Helvetica Now Display";
  font-size: 14px;
  cursor: pointer;
}
.priceCityUl {
  background-color: white;
  border-radius: 6px;
  padding: 10px 0px;
  margin-top: 15px;
}
.priceCityUl li {
  padding: 10px;
  list-style: none;
  cursor: pointer;
}
.priceCityUl li:hover {
  background-color: gainsboro;
}
/* price n city end */

/* temprory dasboard css */
.bookingGraph {
  border-radius: 24px;
}
.bookingGraph select {
  border: none;
  border-radius: 8px;
  font-weight: "400";
  padding: 2px 6px;
  font-size: 14px;
}
.pieGraph {
  background-color: #353535;
  border-radius: 20px;
  color: white;
  height: 100%;
}
.pieGraph h6 {
  color: white;
}
.pieGraph select {
  border: none;
  border-radius: 8px;
  font-weight: "400";
  padding: 2px 6px;
  font-size: 14px;
}
.tasksRemainer {
  background-color: #fff;
  border-radius: 20px;
  color: black;
  height: 100%;
}
.btnGroup {
  background-color: #353535;
  border-radius: 20px;

  color: #fff;
}
.toggleBtn {
  width: 50%;
  padding: 2px 0px;
  border-radius: 20px;
  text-align: center;
}
.activeToggle {
  background: #139f01;
}
.outOfAreaText {
  rotate: -90deg;
  position: relative;
  left: -20px;
  top: 50px;
  width: 80px;
  font-weight: 500;
  font-size: 13px;
}
.outAreaCard {
  border-radius: 12px;
}
.upperCap {
  font-size: 12px;
  padding: 8px 0px;
  margin: 12px 0px;
  border-radius: 12px 12px 0px 0px;
}

.lowerCap {
  background-color: #353535;
  color: white;
  font-size: 12px;
  padding: 8px 0px;
  border-radius: 0px 0px 12px 12px;
}

/* user table start */
.searchBox {
  background-color: #f9f9f9;
  padding: 4px 0px;
  border-radius: 10px;
}
.searchBox img {
  height: 18px;
  width: 18px;
  margin: 7px 8px 7px 12px;
}
.searchBox input {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 10px;
  font-size: 13px;
  background-color: #f9f9f9;
}
.filterBox {
  background-color: #f9f9f9;
  padding: 4px 0px;
  border-radius: 10px;
}
.filterBox img {
  height: 18px;
  width: 18px;
  margin: 7px 8px 7px 12px;
}
.filterBox select {
  width: 100%;
  border: none;
  outline: none;
  border-radius: 10px;
  font-size: 13px;
  background-color: #f9f9f9;
}
.showSelectDiv p {
  color: #010101;
  font-size: 13px;
  font-weight: 500;
  font-family: "Helvetica Now Display";
}
.showSelectDiv select {
  height: 32px;
  border: none;
  outline: none;
  border-radius: 6px;
  font-size: 13px;
  background-color: #f9f9f9;
}
.entriesText {
  color: #010101;
  font-size: 13px;
  font-weight: 500;
  font-family: "Helvetica Now Display";
}
.addUserBtn {
  background-color: #7650e0;
  border-radius: 8px;
  padding: 8px 10px;
}
.addUserBtn p {
  color: white;
  font-size: 14px;
  font-weight: 500;
  font-family: "Helvetica Now Display";
}
.addUserBtn img {
  height: 20px;
  width: 20px;
  filter: brightness(0) invert(1);
}
.driverTable tr td {
  padding: 30px 0px 20px 0px !important;
}
.userHistoryPopUp h6 {
  font-size: 16px;
  letter-spacing: -1px;
  color: #1b1a1a;
  font-weight: bold;
  font-family: "Helvetica Now Display";
  text-align: center;
  margin-top: -12px;
}
.userHistoryPopUp p {
  font-size: 14px;
  letter-spacing: -1px;
  color: #000000;
  font-family: "poppins";
}
.fundsPopUpDiv {
  width: 369px;
  padding: 20px 20px 20px 40px;
  border-radius: 9px;
  background-color: #f9fafc;
  border: 1px solid #7650e0;
}
.fundsPopUpDiv h6 {
  font-size: 18px;
  letter-spacing: -1px;
  color: #1b1a1a;
  font-weight: bold;
  font-family: "Helvetica Now Display";
}
.fundsPopUpDiv img {
  height: 150px;
}
.balanceDiv {
  width: 149px;
  padding: 8px 0px;
  border-radius: 8px;
  background-color: #1a1919;
  border: 1px solid #7650e0;
  font-size: 18px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Helvetica Now Display";
  text-align: center;
}
.fundsPopUpDiv input {
  background-color: #f9fafc;
  border: 1px solid #7650e0;
  width: 149px;
  height: 45px;
  border-radius: 8px;
  font-size: 16px;
  color: #000000;
  font-family: "Marlin Soft Basic";
  text-align: center;
  margin: 0px 20px;
}
.fundsPopUpDiv span {
  background-color: #f9fafc;
  border: 1px solid #7650e0;
  padding: 5px 15px;
  border-radius: 8px;
  font-size: 22px;
  color: #000000;
  font-family: "poppins";
  text-align: center;
  font-weight: bolder;
}
.fundsPopUpDiv p {
  font-size: 18px;
  color: #000000;
  font-family: "poppins";
}
.purpleButton {
  width: 130px;
  height: 35px;
  border-radius: 8px;
  background-color: #7650e0;
  border: 1px solid #7650e0;
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  font-family: "Helvetica Now Display";
}
/* user table end */

.row-8-cols {
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* Optional: Adjust gap between columns */
}

.col-custom-8 {
  flex: 0 0 10%; /* Each column takes up 10% of the row width */
  max-width: 12.5%;
}

/* driver start */
.driverHorizontalNav {
  width: 100%;
}
.driverPopUpBtn {
  padding: 24px;
  border-radius: 30px 0px 0px 30px;
  /* background-color: red; */
}
.driverPopUpBtn button {
  font-size: 16px;
  letter-spacing: 0px;
  font-weight: bold;
  font-family: "Helvetica Now Display";
  text-align: center;
  padding: 14px;
  background-color: #139f01;
  color: #fff;
  width: 100%;
  border-radius: 16px;
  border: none;
  filter: drop-shadow(6.128px 5.142px 10.5px rgba(0, 0, 0, 0.19));
}
.driverPopVerificationRightMain {
  background-color: #fff0e3;
  width: 100%;
  height: 100%;
  padding: 50px;
}
.driverPopVerificationRightMain h5 {
  font-size: 30px;
  letter-spacing: -1px;
  color: #000000;
  font-weight: 700;
  font-family: "Helvetica Now Display";
  margin-bottom: 0px;
  padding: 0px 20px 20px 20px;
  border-bottom: 2px solid #363535;
}
.driverPopVerificationRightMain input {
  border: none;
  border-radius: 8px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.06));
}
.driverPopVerificationRightMain label {
  color: #010101;
  font-size: 15px;
  font-weight: 500;
  font-family: "Helvetica Now Display";
}
.driverPopUpActionButton button {
  margin-top: 50px;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: "Helvetica Now Display";
  text-align: center;
  padding: 10px;
  background-color: #139f01;
  color: #fff;
  width: 100%;
  border-radius: 20px;
  border: none;
  filter: drop-shadow(6.128px 5.142px 10.5px rgba(0, 0, 0, 0.19));
}
.cameraIcon {
  height: 350px;
  width: 350px;
  background-color: #000000;
  border-radius: 50%;
  margin: 50px 0px 20px 0px;
}
.cameraIcon img {
  filter: brightness(0) invert(1);
}
.driverApproveMainFooter p {
  color: #010101;
  font-size: 15px;
  font-weight: 500;
  font-family: "Helvetica Now Display";
  margin-top: 16px;
}
.driverDetailsLabelInput label {
  color: #010101;
  font-size: 15px;
  font-weight: 500;
  font-family: "Helvetica Now Display";
}
.driverDetailsLabelInput input {
  border: none;
  border-radius: 8px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.06));
}
.driverDetailsLabelInput select {
  border: none;
  border-radius: 8px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.06));
}
.driverDetailsLabelInput button {
  margin-top: 50px;
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: "Helvetica Now Display";
  text-align: center;
  padding: 10px;
  background-color: #139f01;
  color: #fff;
  width: 100%;
  border-radius: 20px;
  border: none;
  filter: drop-shadow(6.128px 5.142px 10.5px rgba(0, 0, 0, 0.19));
}
.driverDocument tr td {
  padding: 25px 0px !important;
}
.ratigBox {
  background-color: #fdeee7;
  border-radius: 24px;
  padding: 24px;
}
.ratigBox h4 {
  font-size: 22px;
  font-family: "Helvetica Now Display";
  font-weight: 500;
}
.ratingBlackBox {
  height: 130px;
  width: 130px;
  border-radius: 50%;
  background-color: #000000;
  color: #fff;
  font-size: 40px;
  font-family: "Helvetica Now Display";
  font-weight: 600;
}
.textSuccess {
  color: #139f01;
}
.starBox i {
  font-size: 35px;
  margin: 0px 20px;
  color: "#139F01";
}
.reviewBox {
  background: white;
  padding: 20px;
  border-radius: 20px;
}
.reviewBox i {
  margin: 0px 4px;
}
.reviewBox img {
  height: 50px;
}
.reviewBox p {
  font-weight: 400;
  color: #010101;
  font-size: 14px;
}
.reviewBox span {
  font-family: "Helvetica Now Display";
  margin-left: 10px;
}
/* driver end */

/* support start */
.accordenBox {
  border-radius: 9px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.11));
  background-color: #ffffff;
}
.accordenBox h5 {
  font-size: 21px;
  letter-spacing: -1px;
  color: #000000;
  font-weight: bold;
  font-family: "Helvetica Now Display";
}
.accordenBox select {
  border-radius: 9px;
  background-color: #363535;
  padding: 8px 10px;
  color: white;
  font-size: 14px;
}
.accordenBox p {
  font-size: 16px;
  line-height: 21px;
  color: #000000;
  font-family: "Helvetica Now Display";
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}
.accordenBox textarea {
  border-radius: 9px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.11));
  background-color: #ffffff;
  border: none;
}
.accordenBoxbutton {
  border-radius: 9px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.11));
  background-color: #139f01;
  border: none;
  font-size: 12px;
  width: 120px;
  border: none;
}
.tcHeadind {
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 24px;
  color: #363535;
  font-weight: bold;
  font-family: "Helvetica Now Display";
}
.supportForm label {
  font-size: 18px;
  letter-spacing: -1px;
  color: #000000;
  font-weight: bold;
  font-family: "Helvetica Now Display";
  margin-bottom: 10px;
}
.supportForm input {
  border-radius: 9px;
  background-color: #eef2fe;
  border: none;
  padding: 12px;
  margin-bottom: 20px;
}
.supportForm button {
  color: white;
  border-radius: 9px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.11));
  background-color: #139f01;
  width: 200px;
  height: 40px;
  border: none;
  outline: none;
  margin: 40px;
  font-size: 16px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
}
.react-tel-input {
  width: 100px !important;
}
/* support end */
.bookingGroupTable tr td {
  padding: 15px !important;
}
.marronButton {
  width: 300px;
  height: 40px;
  border-radius: 9px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.11));
  background-color: #ad003d;
  border: none;
  font-size: 16px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
}
.mannualSelectDiv {
  width: 45px;
  height: 40px;
  border-radius: 9px;
  filter: drop-shadow(3.774px 3.28px 6.5px rgba(0, 0, 0, 0.22));
  background-color: #000000;
}
.mannualSelectDiv img {
  filter: brightness(0) invert(1);
}
.missedActionButton {
  width: 80px;
  height: 35px;
  border-radius: 9px;
  filter: drop-shadow(3.774px 3.28px 6.5px rgba(0, 0, 0, 0.22));
  background-color: #000000;
  font-size: 14px;
  letter-spacing: -1px;
  color: #ff4d4d;
  font-weight: 500;
  font-family: "Poppins";
  border: none;
}

/* chat box start */
.chatBoxTopNav {
  padding: 25px 30px;
  border-radius: 27px;
  background-color: #b8336a;
}
.labelBox {
  border-radius: 9px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.11));
  background-color: #ffffff;
  padding: 12px;
}
.labelBox p {
  opacity: 0.502;
  font-size: 16px;
  letter-spacing: -1px;
  color: #000000;
  font-weight: 500;
  font-family: "Poppins";
}
.labelBox h6 {
  font-size: 16px;
  letter-spacing: -1px;
  color: #000000;
  font-weight: 500;
  font-family: "Poppins";
}
.chatBoxDiv {
  border-radius: 9px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.11));
  background-color: #ffffff;
  margin: 70px 30px 30px 30px;
  padding: 24px;
}
.chatActionBtnGroup {
  border-radius: 39px;
  filter: drop-shadow(6.128px 5.142px 10.5px rgba(0, 0, 0, 0.19));
  background-color: #ffffff;
  position: relative;
  top: -55px;
  width: 70%;
  height: 60px;
  margin-bottom: -50px;
}
.chatDiv {
  padding: 12px;
  border-radius: 23px;
  background-color: #024596;
  width: 50%;
}
.chatDiv p {
  font-size: 16px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
}
.chatDiv h6 {
  font-size: 12px;
  letter-spacing: 0px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
}
.chatContainer label {
  font-size: 16px;
  letter-spacing: -1px;
  color: #010101;
  font-weight: 500;
  font-family: "Poppins";
  margin: 8px;
}
.addMessageBox {
  margin: 20px 30px;
  height: 54px;
  border-radius: 33px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.11));
  background-color: #ffffff;
  padding: 0px 20px;
}
.addMessageBox img {
  height: 18px;
}
.addMessageBox input {
  border-radius: 23px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.11));
  background-color: #000000;
  font-size: 16px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  width: 60%;
  padding: 6px 12px;
  border: none;
}
.addMessageBox input::placeholder {
  font-size: 16px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
}
.addMessageBox select {
  border-radius: 23px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.11));
  background-color: #000000;
  font-size: 16px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  width: 20%;
  padding: 6px 12px;
}
.addMessageBox button {
  border-radius: 23px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.11));
  background-color: #139f01;
  width: 10%;
  padding: 6px 12px;
  border: none;
  font-size: 16px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
}
.leftArrorDiv {
  height: 36px;
  width: 36px;
  border-radius: 50%;
  background-color: #000000;
}
.leftArrorDiv img {
  height: 16px;
  filter: brightness(0) invert(1);
}
.chatActionBtnGroup button {
  border-radius: 23px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.11));
  background-color: #024596;
  padding: 6px 24px;
  border: none;
  font-size: 16px;
  letter-spacing: -1px;
  color: #ffffff;
  font-weight: 500;
  font-family: "Poppins";
  margin: 0px 20px;
}
/* chat box end */

/* booking dashboard start */
.locationBoxButton {
  padding: 6px 12px;
  width: 250px;
  background: #00437c;
  border: none;
  color: #fff;
  border-radius: 9px;
  word-wrap: break-word;
  white-space: normal;
  filter: drop-shadow(3.774px 3.28px 6.5px rgba(0, 0, 0, 0.22));
}
.locationBoxButton img {
  filter: brightness(0) invert(1);
}
.countDiv {
  font-size: 6px;
  background-color: #139f01;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  position: relative;
  top: -12.5px;
  left: 4px;
}
.countDivSmall {
  font-size: 6px;
  background-color: #d64e03;
  height: 7.5px;
  width: 7.5px;
  border-radius: 50%;
  position: relative;
  top: -14px;
  left: 4.95px;
}
/* booking dashboard end */
.whiteDivBtn {
  border-radius: 9px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.11));
  background-color: #ffffff;
  opacity: 0.502;
  font-size: 16px;
  color: #000000;
  font-weight: bold;
  font-family: "Helvetica Now Display";
  padding: 10px;
  margin-top: -10px;
  margin: -10px 10px 0px 10px;
  width: 150px;
}
.whiteDivBtn img {
  height: 16px;
  margin-top: -3px;
}
.driverQuickDepositeAction {
  width: 100px;
  /* height: 40px; */
  border-radius: 9px;
  filter: drop-shadow(0 0 10.5px rgba(0, 1, 1, 0.13));
  background-color: #ffffff;
  font-size: 16px;
  letter-spacing: -1px;
  color: #139f01;
  font-weight: 500;
  font-family: "Poppins";
  margin-top: -10px;
}
.addColseBtn {
  background-color: #ce032e;
  padding: 8px 12px;
  border-radius: 24px;
  font-size: 18px;
  font-family: poppins;
  font-weight: bolder;
  width: 75%;
  margin-top: -25px;
}

.switchPopUpDiv input {
  background-color: #fafafa;
  border: 1px solid #eab66d;
  width: 65%;
  height: 38px;
  border-radius: 8px;
  font-size: 16px;
  color: #000000;
  padding: 0px 10px;
  opacity: 0.5;
  /* font-family: "poppins"; */
}
.switchPopUpDiv span {
  background-color: #f9fafc;
  border: 1px solid #7650e0;
  padding: 5px 15px;
  border-radius: 8px;
  font-size: 22px;
  color: #000000;
  font-family: "poppins";
  text-align: center;
  font-weight: bolder;
}
.switchPopUpDiv p {
  font-size: 16px;
  color: #000000;
  font-family: "poppins";
  opacity: 0.8;
}

.switchPopUpDiv {
  padding: 20px 20px 20px 40px;
  border-radius: 9px;
  background-color: #f9fafc;
  border: 1px solid #eab66d;
}
.switchPopUpDiv h6 {
  font-size: 18px;
  letter-spacing: -1px;
  color: #1b1a1a;
  font-weight: bold;
  font-family: "Helvetica Now Display";
}

/* notification start */
.notificationBox {
  padding: 12px;
  border-radius: 35px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.11));
  background-color: #7650e0;
  margin-bottom: 24px;
}
.notificationBox img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}
.notificationBox h6 {
  font-size: 16px;
  color: #ffffff;

  font-family: "Helvetica Now Display";
}
.notificationBox p {
  font-size: 13px;
  color: #ffffff;
  font-family: "poppins";
}
.notificationBox span {
  font-size: 12px;
  color: #ffffff;
  font-family: "poppins";
  /* margin-right: 20px; */
}
/* notification end */

.noRecordFoundMain {
  height: 75vh;
  background-color: #353535;
  border-radius: 20px;
}
.noRecordFoundInner {
  width: 800px;
  white-space: wrap;
  text-align: center;
}
.noRecordFoundInner h1 {
  margin-bottom: 80px;
  font-size: 50px;
  font-family: "Helvetica Now Display";
}
.noRecordFoundInner p {
  font-family: "Helvetica Now Display";
  font-size: 30px;
}
.notifyForm {
  background-color: #fff;
  border-radius: 24px;
  padding: 32px 28px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.11));
}
.multiSelect {
  border-radius: 8px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.11));
  z-index: 1000;
  border: none;
}
.notifyForm input {
  border: none;
  border-radius: 8px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.11));
  padding: 8.5px 12px;
}
.notifyForm textarea {
  border: none;
  border-radius: 8px;
  filter: drop-shadow(0 0 8px rgba(0, 0, 0, 0.11));
  padding: 8px 12px;
}
.sendBtn {
  font-size: 14px;
  letter-spacing: 0px;
  font-weight: 500;
  font-family: "Helvetica Now Display";
  text-align: center;
  padding: 10px;
  background-color: #139f01;
  color: #fff;
  width: 100px;
  border-radius: 6px;
  border: none;
  filter: drop-shadow(6.128px 5.142px 10.5px rgba(0, 0, 0, 0.19));
}
.line-break {
  word-wrap: break-word; /* or overflow-wrap: break-word; */
  white-space: normal; /* Ensures that the line breaks at spaces or words */
}


.appointmentPopup select  {
  width: 100%;
height: 45px;
border-radius: 8px;
filter: drop-shadow(8.426px 7.071px 3.5px rgba(0,0,0,0.2));
box-shadow: inset 2.877px 2.779px 1.5px rgba(0,0,0,0.45);
background-color: #7650e0;
font-size: 16px;
color: #ffffff;
font-weight: bold;
font-family: "Helvetica Now Display";
margin: 35px 0px;
}
.appointmentPopup input{
  width: 100%;
height: 45px;
border-radius: 8px;
filter: drop-shadow(8.426px 7.071px 3.5px rgba(0,0,0,0.2));
box-shadow: inset 2.877px 2.779px 1.5px rgba(0,0,0,0.45);
background-color: #7650e0;
font-size: 16px;
color: #ffffff;
font-weight: bold;
font-family: "Helvetica Now Display";
margin-bottom: 35px;
}
.appointmentPopup label{
  font-size: 16px;
color: #000;
font-weight: bold;
font-family: "Helvetica Now Display";
}
.appointmentPopup h3{
  font-size: 21px;
letter-spacing: -1px;
color: #000000;
font-weight: bold;
font-family: "Helvetica Now Display";
text-align: center;
}
.appointmentPopup button{
  width:100%;
height: 45px;
border-radius: 8px;
filter: drop-shadow(8.426px 7.071px 3.5px rgba(0,0,0,0.2));
background-color: #0d7200;
border: none;
font-size: 16px;
color: #ffffff;
font-weight: bold;
font-family: "Helvetica Now Display";
}

/* super admin css */
/* user details start  */
.user-details-container {
  background-image: url('/images/userDetailsBg.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
.kundali-details-container{
  background-image: url('/images/kundaliDetailsBg.jpeg') !important;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 100vh;
}
.blackInputBox{
  width: 100%;
padding: 16px;
border-radius: 28px;
background-color: #000000;
border: 1px solid #ffd7a3;
margin-bottom: 30px;
}
.blackInputBox p{
  font-size: 24px;
color: #ffd7a3;
font-family: "poppins";
margin-bottom: 0px;
}
.blackInputBox h3{
  font-size: 40px;
letter-spacing: -2px;
color: #ffd7a3;
font-weight: bold;
font-family: "Helvetica Now Display";
filter: drop-shadow(5.991px 9.225px 6.5px rgba(0,0,0,0.3));
}
.kundaliSbmitBtn{
  width: 320px;
  padding: 12px 0px;
border-radius: 58px;
background-color: #ffd7a3;
border: 1px solid #ffd7a3;
font-size: 36px;
letter-spacing: -2px;
color: #000000;
font-weight: bold;
font-family: "Helvetica Now Display";
}
.user-card-data {
  border-radius: 10px;
  color: #e1c699;
  box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.5);
}


.token-container {
  margin-top: 30px;
  align-items: center;
  
}

.token-card {
  border-radius: 25px;
  padding: 30px 14px;
  width: 70%;
  font-weight: bold;
  font-size: 3rem;
  /* display: flex; */
  align-items: center;
  justify-content: space-between;
}

.token-card-light {
  background-color: #c6a664;
  color: black;
  margin-bottom: 15px;
}

.token-card-dark {
  background-color: black;
  color: #e1c699;
}

/* userdetails end  */
/* super admin css */

.bookingSectionMain label{
  color: gray;
  margin-bottom: 6px;
  margin-top: 15px;
  font-family: Poppins;
}
.submitBtn{
  width: 100%;
  background-color: #139F01;
  padding: 8px 0px;
  font-family: Poppins;
  color: white;
  font-size: 20px;
  border-radius: 4px;
  border: none;
}
.purpleBtn{
  width: 125px;
  background-color: #4C2F71;
  padding: 8px 0px;
  font-family: Poppins;
  color: white;
  font-size: 20px;
  border-radius: 4px;
  border: none;
}
.whiteBtn{
  width: 100px;
  background-color: #fff;
  padding: 8px 0px;
  font-family: Poppins;
  color: black;
  font-size: 20px;
  border-radius: 4px;
  border: none;
}
.tokenShadow{
  filter: drop-shadow(6.128px 5.142px 10.5px rgba(0, 0, 0, 0.19));
}
.yelloBorder{
  border:1px solid #C6A664;
}