body{
	font-family: 'Figtree';
}
.container {
    max-width: 1440px;
}
.admin-header {
    padding: 5px 0px;
    border-bottom: 1px solid #D9D9D9;
}
ul.login-nav-menus {
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: end;
}
.login-nav-menus li {
    list-style: none;
}
a.nav-item {
    font-size: 16px;
    font-weight: 600;
    text-decoration: unset;
    /*color: #000;*/
}
.login {
    color: #CE8000 !important;
}
a.nav-item.btn-item {
    color: #000;
    border: 1px solid #00000080;
    padding: 8px 20px;
    border-radius: 48px;
}
.footer-text {
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}
footer.admin-footer {
    padding: 20px;
    border-top: 1px solid #101010;
}
.py-50 {
    padding: 50px 0px;
}
.admin-box {
    background: #F6F6E7;
    padding: 30px;
    border-radius: 16px;
}
.heading h3 {
    color: #000;
    text-transform: uppercase;
    font-size: 27px;
    font-weight: 700;
}
.descprtion p {
    color: #666666;
    font-size: 17px;
    font-weight: 500;
}
.input-field .custom-field {
    display: inline-block;
    width: 100%;
    border: 1px solid #80808040;
    box-shadow: 0px 3px 12px -4px #00000040;
    padding: 13px;
    height: 50px;
    border-radius: 12px;
    color: #636364;
    font-size: 17px;
    font-weight: 300;
    outline: unset;
}
label {
    color: #181818;
    font-size: 18px;
    font-weight: 500;
}
.input-field {
    margin-bottom: 20px;
}
.input-field label {
    display: inline-block;
    margin-bottom: 6px;
}
.check-box label {
    margin: 0;
}
a.link-text {
    color: #181818;
    font-size: 18px;
    font-weight: 500;
}
.form-btns .btn-form {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border: 0;
    background: #000000 !important;
    color: #fff !important;
    border-radius: 50px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    box-shadow: 0px 4px 10px 0px #E9444B40;
}
a.social-btn {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    background: transparent;
    color: #000000;
    border-radius: 50px;
    height: 50px;
    font-size: 18px;
    font-weight: 500;
    display: inline-block;
    text-align: center;
    border: 1px solid #00000040;
    text-decoration: unset;
}
.social-btn img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
}
.text-link p {
    margin: 0;
    text-align: center;
    color: #000000;
    font-size: 18px;
    font-weight: 500;
}
a.links-text {
    color: #CE8000;
    text-decoration: unset;
}
div#navbarNavDropdown {
    justify-content: center;
}
a.nav-link {
    color: #353535 !important;
    font-size: 16px;
    font-weight: 600;
}
.user-dropdown {
    text-align: right;
}
a.nav-link.active {
    color: #CE8000 !important;
    border-bottom: 2px solid #CE8000;
}
ul.navbar-nav {
    gap: 25px;
}
.user-dropdown li.nav-item.dropdown {
    list-style: none;
}
a.dropdown-item {
    color: #000000;
    font-weight: 500;
    background: transparent !important;

}
.logout-text {
    color: #D40101 !important;
    background: transparent !important;
}
.baner-bg {
    height: 601px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding-top: 50px;
}
.baner-text h1 {
    color: #fff;
    font-family: Agdasima;
    font-size: 100px;
    font-weight: 700;
}
.overlay {
    width: 100%;
    height: 100%;
    background: #00000080;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
}
.baner-text {
    z-index: 999999;
    position: relative;
}
.heading h4 {
    color: #000000;
    font-weight: 600;
}
.passenger-btn button.btn-form {
    width: auto;
    height: 40px;
    line-height: 22px;
    padding: 8px 50px;
    font-size: 14px;
}
.role-tabs .nav-link.active {
    background-color: #E0B061;
    color: #000;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
}

.role-tabs .nav-link {
  color: #333;
  border-radius: 50px;
}

.form-step {
  display: none;
}

.form-step.active {
  display: block;
}

.upload-photo {
    border: 1px dashed #aaa;
    padding: 6px 20px;
    border-radius: 50px;
    font-size: 16px;
    background-color: white;
    color: #000000;
    font-family: 'Figtree';
    font-weight: 600;
}

.upload-wrapper {
  display: flex;
  align-items: center;
  gap: 15px;
}

.upload-wrapper img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ccc;
    object-fit: cover;
}

.btn-next, .btn-back {
  border-radius: 20px;
  padding: 8px 30px;
}

.btn-next {
  background-color: black;
  color: white;
}

.gender-options label {
  margin-right: 15px;
}

.card {
  border: none;
  border-radius: 15px;
}
   .top-tab-sec h4 {
    font-size: 28px;
    color: #000000;
    font-weight: 700;
}
.nav-pills li.nav-item {
    width: 50%;
}
.nav-pills {
    width: 34%;
    margin: 0px auto;
    border: 1px solid #e0b061;
    border-radius: 50px;
}
.nav-pills .nav-item .nav-link {
    width: 100%;
    color: #000;
    border-radius: 50px;
    font-weight: 500;
    font-size: 16px;
}
.img-upload label {
    color: #000000;
    font-size: 20px;
    font-weight: 600;
}
.two-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 18px;
}
/* .radio-type {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-top: 13px;
} */
 .radio-type {
    display: flex;
    margin-top: 13px;
    align-items: center;
    gap: 45px;
}
.radio-one-row .radio-type {
    display: flex;
    margin-top: 13px;
    align-items: center;
    gap: 45px;
}
.radio-item label {
    color: #636364;
    font-size: 16px;
}
.btn-back {
    box-shadow: 0px 4px 10px 0px #00000040;
    margin-bottom: 15px;
    border: 1px solid #000000;
    background: #fff !important;
    color: #000 !important;
    border-radius: 50px;
    font-size: 14px;
    font-weight: 500;
    width: auto;
    height: 40px;
    line-height: 22px;
    padding: 8px 50px;
}

.switch {
    position: relative;
    display: inline-block;
    width: 54px;
    height: 27px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    transition: .4s;
    border-radius: 34px;
    border: 1px solid #80808040;
}

.slider:before {
    position: absolute;
    content: "";
    height: 17px;
    width: 17px;
    left: 4px;
    bottom: 4px;
    background-color: #e0b061;
    transition: .4s;
    border-radius: 50%;
}

input:checked + .slider {
    background-color: #fff;
}

input:checked + .slider:before {
  transform: translateX(26px);
}

.switch-label {
    margin: 0 10px;
    font-weight: bold;
    color: #333333;
    text-transform: capitalize;
    font-weight: 500;
}

.active-label {
    color: #CE8000;
}
span.list-text {
    color: #000000;
    font-size: 15px;
}
ul.list-items {
    padding: 0;
}
.list-items li {
    list-style: none;
    margin-bottom: 15px;
    display: flex;
    gap: 5px;
    align-items: center;
}
.list-items img {
    width: 26px;
    height: 26px;
}
.list-text h4 {
    color: #000000;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
}
.white-box {
    background: #FFFFFF;
    padding: 20px;
    border: 1px solid #EFF0F6;
    border-radius: 20px;
    height: 100%;
}
.right-text h4 {
    color: #000000;
    font-size: 24px;
    margin: 0;
    font-weight: 700;
}
.right-text p {
    color: #666666;
    margin: 0;
}
.small-text-content p {
    color: #666666;
    font-size: 18px;
    margin-top: 15px;
}
.price-text h4 {
    color: #000000;
    font-size: 45px;
    font-weight: 700;
}
span.small-text {
    color: #666666;
    font-size: 20px;
}
.btn-item a.started-btn {
    background: #E0B061;
    color: #000;
    text-decoration: unset;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 13px 30px;
    border-radius: 50px;
}
.small-price-text h4 {
    color: #000000;
    font-size: 25px;
    font-weight: 600;
}
.small-price-text span.small-text {
    color: #666666;
    font-size: 18px;
}
.popup-width .modal-dialog.modal-dialog-centered {
    max-width: 1048px;
}
.popup-width .modal-header .modal-title {
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 32px !important;
    font-weight: 600;
}
.modal-header {
    border: 0;
}
.modal-content-item h4 {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
}
.modal-content-item h5 {
    color: #333333;
    font-size: 24px;
    font-weight: 600;
}
.modal-content-item p {
    color: #333333;
    font-size: 17px;
}
.check-box-field label {
    color: #333333;
    font-weight: 600;
}
.popup-width .modal-body {
    padding: 0px 25px 45px 25px;
}
.subscribe-box {
    border: 1px solid #E4E4E4;
    padding: 50px 30px;
    border-radius: 12px;
}
.sub-content h3 {
    color: #CE8000;
    font-size: 74px;
    font-weight: 700;
}
.sub-content {
    margin-top: 20px;
}
.sub-content h4 {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
}
.yellow-btn {
    background: #E0B061;
    color: #000;
    text-decoration: unset;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 10px 45px;
    border-radius: 50px;
    margin-top: 10px;
    text-align: center;
}
.card-btn a.yellow-btn {
    width: auto !important;
}
.sumbit-btn button.yellow-btn {
    border: 0;
}
.sumbit-btn {
    text-align: center;
    margin-top: 40px;
}
.file-field input.custom-field {
    opacity: 0;
    position: relative;
    z-index: 99;
}
.placeholdertext {
    display: inline-block;
    width: 100%;
    border: 1px solid #80808040;
    box-shadow: 0px 3px 12px -4px #00000040;
    padding: 13px;
    height: 50px;
    border-radius: 12px;
    color: #636364;
    font-size: 17px;
    font-weight: 300;
    outline: unset;
    background: #fff;
    position: absolute;
    left: 0;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    cursor: pointer;
    padding-right: 58px;
}
.upload-icon {
    position: absolute;
    top: 12px;
    right: 10px;
}
.file-field {
    position: relative;
}


/*dashbord css start*/
.menu-items h4 {
    color: #000000;
    font-size: 28px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 20px;
}
ul.menu-list {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* border-bottom: 1px solid #E0B061; */
}
.menu-list li {
    list-style: none;
}
.nav-menus {
    color: #000000;
    display: inline-block;
    text-decoration: unset;
    font-size: 18px;
    font-weight: 600;
}
.menu-list a.active {
    color: #CE8000;
    border-bottom: 1px solid #E0B061;
}
.card-heading h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}
.card-heading {
    margin-bottom: 20px;
}
.card-box {
    border: 1px solid #E4E4E4;
    padding: 15px;
    border-radius: 12px;
}
.card-content h4 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}
.card-content h5 {
    color: #000000;
    font-size: 18px;
    font-weight: 600;
}
.time-text p {
    margin: 0;
    color: #333333;
    font-size: 20px;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 7px;
}
ul.list-icon-card {
    padding: 5px 10px;
    margin: 0;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: space-between;
    border: 1px solid #E6E6E6;
    background: #F6F6F6;
    border-radius: 16px;
}
.img-text p {
    color: #000000;
    font-size: 14px;
    margin: 0;
}
.list-icon-card li {
    list-style: none;
}
.ride-price h4 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}
span.text-ride {
    color: #333333;
    font-size: 16px;
}
.top-card-item {
    border-bottom: 1px solid #D6D6D6;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.list-grid {
    display: flex;
    align-items: center;
    gap: 30px;
}
.ride-img img {
    border-radius: 10px;
}
.user-img img {
    width: 64px;
    height: 64px;
    border-radius: 100px;
}
.user-field {
    display: flex;
    align-items: center;
    gap: 15px;
}
.user-name h4 {
    margin: 0;
    color: #000000;
    font-size: 24px;
    font-weight: 500;
}
a.contact-lnk {
    display: inline-block;
    border: 1px solid #E4E4E4;
    color: #666666;
    font-size: 16px;
    text-decoration: unset;
    padding: 4px 20px;
    border-radius: 50px;
    background: #fff;
}
a.cancel-ride {
    color: #DF0000;
    text-decoration: unset;
    font-weight: 500;
    margin-right: 15px;
}
a.payment-btn {
    background: #0CAC27;
    color: #fff;
    text-decoration: unset;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 50px;
    margin-top: 10px;
}

a.add-card-btn {
    background: #000000;
    color: #fff;
    text-decoration: unset;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 10px 24px;
    border-radius: 50px;
    margin-top: 10px;
    box-shadow: 0px 4px 10px 0px #00000040;
}

.card-items {
    margin-bottom: 30px;
}
.cancel-popup .modal-title {
    width: 100%;
    text-align: center;
    color: #000000;
    font-size: 28px !important;
    font-weight: 600;
}
.cancel-popup .modal-header {
    padding-bottom: 0;
}
.popup-content p {
    color: #000000;
    font-size: 24px;
    font-weight: 400;
}
.popup-content .btn {
    width: 100%;
    margin-bottom: 10px;
}
a.cancel {
    font-size: 20px;
    text-decoration: unset;
    color: #000000;
}
.search-top-items {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 30px;
}
.searchfield input {
    font-size: 18px;
    border: 1px solid #E4E4E4;
    color: #333333;
    padding: 6px 20px;
    padding-left: 40px;
    border-radius: 12px;
    width: 100%;
}
.searchfield {
    position: relative;
    width: 418px;
}
span.search-field {
    position: absolute;
    left: 13px;
    top: 9px;
}
.request-btn a {
    border: 1px solid #666666;
    color: #000000;
    font-size: 18px;
    text-decoration: unset;
    padding: 10px 15px;
    border-radius: 50px;
}
.search-content h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
}
.search-content p {
    margin: 0;
    font-size: 16px;
}
.completed-ride {
    border: 1px solid #0CAC27;
    background: #E6FFEB !important;
    display: block !important;
}
.completed-ride ul.list-icon-card {
    background: #B1F4BE;
    border: 1px solid #B1F4BE;
}
.completed-ride a.contact-lnk {
    background: #fff;
}
.yellow-star {
    color: #FBB644 !important;
}
span.rating-text {
    color: #000000;
    font-weight: 600;
    margin-left: 7px;
}
span.star {
    color: #8C8C8C;
}
.rating-block {
    margin-bottom: 10px;
    text-align: left;
}

.rating-items .rating-label {
  margin-bottom: 5px;
  font-size: 16px;
  font-weight: 600;
}

.rating-items .stars {
  display: inline-flex;
  align-items: center;
}

.rating-items .star {
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
    transition: color 0.2s;
    margin-right: 5px;
}

.rating-items .star.selected {
  color: #FFA500; /* Yellow-orange */
}

.rating-items .rating-value {
    margin-left: 30px;
    font-weight: bold;
    color: #CE8000;
    font-size: 14px;
    background: #EBEBEB;
    width: 46px;
    text-align: center;
    height: 46px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
}
button.black-btn {
    background: #000000;
    border: 0;
    color: #fff;
    font-weight: 600;
    padding: 6px 35px;
    border-radius: 50px;
    box-shadow: 0px 4px 10px 0px #00000040;
}
.canceld-card {
    border: 1px solid #EB0000;
    background: #FFEFEF !important;
}
.canceld-card .top-card-item {
    border-bottom: 1px solid #EB0000;
}
.canceld-card ul.list-icon-card {
    border: 1px solid #C40B0B;
    background: #F9AFAF;
}
.drive-card-item {
    display: flex;
    align-items: start;
    gap: 15px;
}
.drive-card-content {
    display: grid;
    gap: 7px;
}
.drive-card .top-card-item {
    padding: 0;
    margin: 0;
    border: 0;
}
a.reject-btn {
    background: #fff;
    color: #E50606;
    text-decoration: unset;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    padding: 10px 45px;
    border-radius: 50px;
    margin-top: 10px;
    border: 1px solid #E50606;
}
.vehicle-btn a.yellow-btn {
    padding: 10px 15px;
    border-radius: 50px;
    margin-top: 0;
}
.vehicle-btn {
    position: relative;
    top: -80px;
}
.accepted-text h3 {
    font-size: 64px;
}
.accepted-btn {
    background: #E2D7C6;
}
.vechical-header {
    width: 100%;
}
.step-label {
    width: auto;
    float: left;
    border: 1px solid #C9C9C9;
    border-radius: 50px;
    color: #000000;
    font-size: 18px;
    font-weight: 600;
    padding: 3px 15px;
}
.vechical-header .modal-title {
    font-size: 24px !important;
}
label.form-label {
    display: inline-block;
    width: 100%;
    text-align: left;
    color: #000000;
    font-weight: 600;
}
.vechical-popup {
    max-width: 740px;
}
.modal-footer {
    border: 0;
}
span.field-icon {
    position: absolute;
    left: 10px;
    top: 13px;
}
.icon-with-field {
    position: relative;
}
span.field-icon {
    position: absolute;
    left: 10px;
    top: 13px;
}
.icon-with-field .custom-field {
    padding-left: 33px;
}
.field-items-wrapper {
    margin-top: 25px;
}
.radio-tag-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.radio-tag {
  position: relative;
}

.radio-tag input[type="radio"] {
  display: none;
}

.radio-tag label {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid #ccc;
  border-radius: 20px;
  font-size: 13px;
  background-color: #eee;
  cursor: pointer;
  transition: all 0.2s ease;
}

.radio-tag input[type="radio"]:checked + label {
    background-color: #000;
    border-color: #fff;
    font-weight: 600;
    color: #fff;
}
.radio-tag input[type="checkbox"] {
  display: none;
}
.radio-tag input[type="checkbox"]:checked + label {
    background-color: #000;
    border-color: #fff;
    font-weight: 600;
    color: #fff;
}
.check-field input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 8px;
}
.two-field {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.check-field {
    text-align: left;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
}
.check-field label {
    color: #333333;
    font-weight: 500;
}

/*upload css*/
.upload-section {
  margin-bottom: 40px;
}

.upload-section label {
    font-weight: 600;
    margin-top: 0px;
    display: block;
    margin-bottom: 12px;
}

.required {
  color: red;
}



.upload-box {
    position: relative;
    border: 2px dashed #ccc;
    border-radius: 10px;
    padding: 0px;
    text-align: center;
    background: #fafafa;
    cursor: pointer;
    min-height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    transition: background 0.3s;
    height: 200px;
}

.upload-box:hover {
  background: #f0f0f0;
}

.upload-box input[type="file"] {
  display: none;
}
.upload-box img, .upload-box video {
    max-width: 100%;
    border-radius: 6px;
    height: 100% !important;
    object-fit: cover;
}

.upload-box .remove-btn {
  position: absolute;
  top: 5px;
  right: 5px;
  background: #dc3545;
  color: white;
  border: none;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  font-size: 14px;
  line-height: 24px;
  text-align: center;
  cursor: pointer;
}

.placeholder {
    color: #000000;
    font-size: 16px;
    opacity: unset;
    background: transparent;
}

.placeholder img {
    margin-bottom: 8px;
    opacity: unset;
}
.vechical-popup .modal-header {
    padding-bottom: 0;
    padding: 0;
}
.vechical-popup button.btn-close {
    position: absolute;
    right: 16px;
    top: 26px;
    z-index: 99999;
}
.six-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    text-align: left;
    gap: 20px;
}
.vehicle-top-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

/*end*/

/*accounts page css start*/
.account-box-bg {
    background: #F7F7FC;
    /* height: 716px; */
    height: 100%;
    padding: 20px;
    border-radius: 10px;
}
.heading-two h3 {
    color: #000000;
    font-weight: 600;
    font-size: 32px;
}
ul.menu-list-items {
    padding: 0;
    margin: 0;
}
.menu-list-items li {
    list-style: none;
}
.menu-list-items a.nav-menus {
    font-weight: 500;
    padding: 12px 8px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E9E9E9;
}
.menu-list-items a.nav-menus.active {
    background: #fff;
    color: #CE8000;
}
a.nav-menus.delete-account {
    border: 0;
    /* position: absolute;
    bottom: 0; */
    color: #D40101;
}
.account-box-bg .white-box {
    box-shadow: 0px 4px 4px 0px #00000040;
}
.update-cancel-item {
    /* position: absolute; */
    width: 100%;
    padding: 12px 20px;
    margin-top: 24px;
    align-items: center;
}
.update-cancel-item a.nav-menus.delete-account {
    position: unset;
    padding: 0;
}
.account-box-bg {
    position: relative;
}
.avatar-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: #3c3c3c;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.avatar-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
}

.camera-icon {
    width: 24px;
    height: 24px;
    color: #fff;
    align-items: center;
    justify-content: center;
    display: flex;
}
.input-field.otp-field {
    display: flex;
    text-align: center;
    gap: 20px;
    width: 50%;
    margin: 0 auto;
    margin-bottom: 30px;
}
/*input.custom-field {
    text-align: center;
}*/
.avatar-wrapper input[type="file"] {
  display: none;
}
.text-area textarea {
    height: auto !important;
}
.pdf-icon {
    display: inline-block;
    width: 100%;
    border: 1px solid #80808040;
    box-shadow: 0px 3px 12px -4px #00000040;
    padding: 13px;
    height: auto;
    border-radius: 12px;
    color: #636364;
    font-size: 17px;
    font-weight: 300;
    outline: unset;
    text-align: center;
    position: relative;
}
.pdf-icon input.License-file {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    opacity: 0;
    width: 100%;
    cursor: pointer;
}
.manage-vechile-items h4 {
    font-size: 20px;
    margin-bottom:5px ;
}
.manage-vechile-items .card-content h5 {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
}
.small-btn a.yellow-btn {
    padding: 6px 25px;
}
.left-text h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    margin: 0;
}
button.add-vehcile {
    border: 0;
    color: #000000;
    font-weight: 700;
    background: transparent;
}
.field-items-wrapper {
    text-align: left;
}
h5.form-label {
    color: #000;
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
}
.text-field {
    position: relative;
}
.edit-vechical-popup {
    max-width: 841px;
}

.upload-field .upload-btn {
    width: 50%;
    padding: 6px 0;
    background-color: #E0B061;
    border-radius: 50px;
    cursor: pointer;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
    border: 2px solid #FFFFFF;
    bottom: -20px;
    color: #000;
    font-size: 16px;
}
.upload-field {
    text-align: center;
    margin: 0;
    height: 100%;
}
.upload-field input[type="file"] {
  display: none;
}
.three-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    text-align: left;
    gap: 20px;
}
.image-upload-sec  .field-upload-item {
    margin-bottom: 20px;
}
.image-box {
    height: 100%;
}
.input-field.check-box {
    margin: 0;
}
h3.medium-heading {
    color: #000000;
    font-size: 28px;
    font-weight: 700;
}

.StripeElement {
    width: 100%;
    height: 45px;
    display: grid;
    align-items: center;
    margin-bottom: 14px;
    border: 1px solid #dedede;
    padding: 13px;
    border-radius: 8px;
}


.custom-checkbox {
  display: flex;
  align-items: center;

}

.document-box .car-img-item img {
    height: 180px;
    object-fit: cover;
    border-radius: 15px;
}

.custom-checkbox input[type="checkbox"] {
  appearance: none;
  -webkit-appearance: none;
  width: 16px;
  height: 16px;
  border: 2px solid #999;
  border-radius: 2px;
  margin-right: 8px;
  cursor: pointer;
  position: relative;
}

.custom-checkbox input[type="checkbox"]:checked {
  border-color: #2ecc71;
  background-color: #fff;
}

.custom-checkbox input[type="checkbox"]:checked::after {
  content: '';
  position: absolute;
  left: 4px;
  top: 0px;
  width: 4px;
  height: 8px;
  border: solid #2ecc71;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.card-box {
    /* display: flex;
    align-items: center;
    justify-content: space-between; */
    background-color: #fff;
    border-radius: 12px;
    padding: 14px 16px;
    box-shadow: 0 0 0 1px #eee;
    gap: 12px;
    margin-right: 25px;
}
.card-info {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-grow: 1;
  font-size: 14px;
  color: #333;
}

.card-logo {
  font-weight: bold;
  color: #1a1f71; /* Visa blue */
}

.card-icons {
  display: flex;
  align-items: center;
  gap: 10px;
}
.icon-delete {
    color: #E50606;
    font-size: 20px;
}
.icon {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
}


.icon svg {
  width: 12px;
  height: 12px;
}
.account-box-bg-wrapper {
    background: #F7F7FC;
    padding: 20px;
    border-radius: 10px;
}
.loyalti-box h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 700;
}
.loyalti-box p {
    color: #333333;
    margin: 0;
    font-size: 20px;
}
.discount-list ul {
    padding: 0;
    margin: 0;
    display: grid;
    gap: 10px;
}
.discount-list li {
    list-style: none;
    color: #333333;
    font-size: 18px;
}

.ride-img img {
    border-radius: 10px;
    width: 100%;
}
.canceld-card .completed-text h4 {
    color: #eb0000 !important;
}
.canceld-card span.dot{
    background: #EB0000 !important;
}
.completed-text h4 {
    color: #0CAC27;
}
.canceled-text h4 {
    color: #EB0000;
}
.canceled-text span.dot{
    background: #EB0000;
}
span.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border-radius: 50px;
    position: relative;
    top: -3px;
}
.completed-text span.dot{
    background: #0CAC27;
}
.input-field {
    position: relative;
}
/* span.password-hide-show {
    position: absolute;
    right: 13px;
    bottom: 11px;
} */
span.password-hide-show {
    position: absolute;
    right: 13px;
    top: 45px;
}
.list-content-wrapper .list-content li {
    list-style: none;
    color: #333333;
    font-size: 18px;
    font-weight: normal;
}
.content-wrapper h5 {
    color: #333333;
    font-weight: 600;
}
.frontend-header {
    padding: 5px 0px;
}
.logo-wrapper img {
    width: 80px;
    height: 80px;
}
.no-ride {
    text-align: center;
}
input[type="date"] {
    text-transform: uppercase;
}
ul.list-grid-item {
    display: grid;
    gap: 10px;
}
/* .is-invalid {
    border: 1px solid red !important;
} */
/*end*/




/* media laptop css */
@media(max-width:1440px){
    .container {
        max-width: 1140px;
    }

    a.nav-link {
        font-size: 13px;
    }
    .radio-type {
        display: flex;
        margin-top: 13px;
        align-items: center;
        gap: 10px;
    }
    .price-text h4 {
        font-size: 30px;
    }
    span.small-text {
        font-size: 16px;
    }
    .right-text p {
        font-size: 18px;
    }
    .input-field.otp-field {
        width: 70%;
    }
    ul.navbar-nav {
        gap: 16px;
    }
    .heading h4.planDetailText {
        font-size: 20px;
    }
}
/* end */

@media(max-width:767px){
	.nav-pills {
	    width: 75%;
	}

}

input[type="date"],
input[type="time"],
input[type="datetime-local"] {
    position: relative;
    cursor: pointer;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="time"]::-webkit-calendar-picker-indicator,
input[type="datetime-local"]::-webkit-calendar-picker-indicator {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    cursor: pointer;
    opacity: 0;
}

input[type="date"]::after,
input[type="time"]::after,
input[type="datetime-local"]::after {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
}

input[type="date"]::after{
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNiIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMjAgM2gtMVYxaC0ydjJIN1YxSDV2Mkg0Yy0xLjEgMC0yIC45LTIgMnYxNmMwIDEuMS45IDIgMiAyaDE2YzEuMSAwIDItLjkgMi0yVjVjMC0xLjEtLjktMi0yLTJ6bTAgMThINFY4aDE2djEzeiIvPjxwYXRoIGZpbGw9Im5vbmUiIGQ9Ik0wIDBoMjR2MjRIMHoiLz48L3N2Zz4=);
}
input[type="time"]::after{
    content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNCIgdmlld0JveD0iMCAwIDI0IDI0Ij48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMTEuOTkgMkM2LjQ3IDIgMiA2LjQ4IDIgMTJzNC40NyAxMCA5Ljk5IDEwQzE3LjUyIDIyIDIyIDE3LjUyIDIyIDEyUzE3LjUyIDIgMTEuOTkgMnpNMTIgMjBjLTQuNDIgMC04LTMuNTgtOC04czMuNTgtOCA4LTggOCAzLjU4IDggOC0zLjU4IDgtOCA4eiIvPjxwYXRoIGQ9Ik0wIDBoMjR2MjRIMHoiIGZpbGw9Im5vbmUiLz48cGF0aCBmaWxsPSJXaW5kb3dUZXh0IiBkPSJNMTIuNSA3SDExdjZsNS4yNSAzLjE1Ljc1LTEuMjMtNC41LTIuNjd6Ii8+PC9zdmc+);
}
.pac-container {
    z-index: 99999 !important;
}
.select2-container {
    z-index: 9999;
}


/* notification css */

a{
    text-decoration: none;
    color: black;
}


.notification{
    position: relative;
    display: inline-block;
}
.number {
    height: 22px;
    width: 23px;
    background-color: #ce8000;
    border-radius: 20px;
    color: white;
    text-align: center;
    position: absolute;
    top: -8px;
    left: 11px;
    padding: 3px;
    border-style: solid;
    border-width: 2px;
    display: grid;
    align-items: center;
    justify-content: center;
    font-size: 11px;
    font-weight: 800;
}
.number:empty {
    display: none;
}
.notBtn{
    transition: 0.5s;
    cursor: pointer
}
.fa-bell{
    font-size: 20px;
    color: black;

}
.sec.new:hover {
    background: #fff !important;
}
.sec.new.active {
    background: #fff !important;
}
.box {
    width: 400px;
    border-radius: 10px;
    transition: 0.5s;
    position: absolute;
    overflow-y: auto;
    padding: 0px;
    left: -300px;
    margin-top: 5px;
    background-color: #F4F4F4;
    -webkit-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
    box-shadow: 10px 10px 23px 0px rgba(0,0,0,0.1);
    cursor: context-menu;
    top: 51px;
    z-index: 99999999999;
    display: none;
    height: 450px;
}
.fas:hover {
    color: #CE8000;
}
/* .notBtn:hover > .box{
    height: 60vh
} */
.content{
    padding: 20px;
    color: black;
    vertical-align: middle;
    text-align: left;
}
.gry{
    background-color: #F4F4F4;
}
.top{
    color: black;
    padding: 10px
}
.display{
    position: relative;
}
.cont{
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #F4F4F4;
}
.cont:empty{
    display: none;
}
.stick{
    text-align: center;
    display: block;
    font-size: 50pt;
    padding-top: 70px;
    padding-left: 80px
}
.stick:hover{
    color: black;
}
.cent{
    text-align: center;
    display: block;
}
.sec{
    padding: 10px 10px;
    background-color: #F4F4F4;
    transition: 0.5s;
}

.sub{
    font-size: 1rem;
    color: grey;
}
.new {
    border-style: none none solid none;
    border-color: #777;
}
.sec:hover{
    background-color: #BFBFBF;
}
.profCont img.profile {
    width: 60px;
    border-radius: 150px;
}
.user-text .txt {
    color: #000;
    font-weight: 600;
    margin-bottom: 5px;
    font-size: 15px;
}
.txt.sub {
    color: #777;
}
.notification-user {
    display: flex;
    align-items: center;
    gap: 12px;
}
.notBtn {
    transition: 0.5s;
    cursor: pointer;
    z-index: 99999;
    position: relative;
}
.header-right-menu {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: end;
}
.notBtn.active .box {
    display: block;
}

.notBtn {
    position: relative;
    cursor: pointer;
}
.read-btn a {
    display: inline-block;
    margin: 10px;
    border-radius: 4px;
    text-decoration: underline;
    font-size: 14px;
    text-transform: capitalize;
}
.read-btn {
    text-align: left;
    border-bottom: 1px solid #dedede;
}
p.discount-text {
    color: #CE8000;
    font-size: 18px;
    margin: 0;
    font-weight: 600;
}


.card-delete-poppup h2 {
    color: #000;
    text-transform: capitalize;
    font-size: 27px;
    font-weight: 700;
}
.btn-group button {
    border: 0;
    background: transparent;
    padding: 8px 28px;
    border-radius: 50px;
}
button.delete-btn {
    background: #000;
    color: #fff;
}
button.cancel-btn {
    background: #777;
    color: #fff;
}
.placeholder {
    cursor: pointer !important;
}
.business-content .service-descprtion {
    height: 100%;
}
span.current {
    color: #0CAC27;
    font-size: 16px;
    font-weight: 700;
    margin-left: 10px;
}
.current .fa-circle {
    font-size: 10px;
    position: relative;
    top: -2px;
}
span.current {
    display: none;
}
.active-label span.current {
    display: inline-block;
}

/* new css */
.licence-upload {
    position: relative;
    z-index: 9999;
    text-align: center;
}
#preview-box img {
    width: 86px;
    height: 86px;
    object-fit: contain;
    margin: 0 auto;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    display: none;
}
p#preview-file {
    display: inline-block;
    width: auto;
    border: 1px solid #dedede;
    border-radius: 10px;
    padding: 10px;
    color: #000;
    cursor: pointer;
}
.otp-field input.custom-field {
    text-align: center;
}
span.small-text {
    text-transform: capitalize;
}
.current-plan-item {
    border: 1px solid #fff;
    padding: 12px;
    border-radius: 8px;
    box-shadow: 0px 4px 4px 0px #00000040;
}
.popover-body {
    font-family: 'Figtree';
    color: #000;
    font-size: 13px;
    line-height: 21px;
}
h3.popover-header {
    font-family: 'Figtree' !important;
    color: #000;
    font-weight: 700;
}
.swal2-html-container img {
    height: 38px;
    width: 100%;
    object-fit: cover;
}
h2#swal2-title {
    color: #000;
}
.swal2-html-container p {
    text-align: center !important;
    color: #000;
    margin-bottom: 25px;
}
h4.monthly.active-label {
    margin: 0;
}
@media (min-width: 1280px) and (max-width: 1440px) {
    .nav-menus {
        font-size: 14px !important;
    }
    a.contact-lnk {
        padding: 4px 16px !important;
    }
    .discount-list li {
        font-size: 16px !important;
    }
}

@media(max-width:1500px){
    .list-grid {
        display: flex;
        align-items: center;
        gap: 10px;
    }
    .user-name h4 {
        font-size: 20px;
    }
    a.contact-lnk {
        font-size: 15px;
    }
    .ride-price h4 {
        font-size: 18px;
    }
    span.text-ride {
        font-size: 14px;
    }
    .time-text p {
        font-size: 16px;
    }
    .time-text img {
        width: 17px;
    }
    .contact-lnk img {
        width: 18px !important;
        position: relative;
        top: -2px;
    }
    .yellow-btn {
        font-size: 14px;
        padding: 10px 30px;
    }
    a.reject-btn {
        font-size: 14px;
        padding: 10px 30px;
    }

}
