/* coolvetica */
@font-face {
  font-family: "Coolvetica Rg";
  src:
    url("../font/CoolveticaRg-Regular.woff2") format("woff2"),
    url("../font/CoolveticaRg-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

/* General sans */
@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-BoldItalic.woff2") format("woff2"),
    url("../font/GeneralSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-Extralight.woff2") format("woff2"),
    url("../font/GeneralSans-Extralight.woff") format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-MediumItalic.woff2") format("woff2"),
    url("../font/GeneralSans-MediumItalic.woff") format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-ExtralightItalic.woff2") format("woff2"),
    url("../font/GeneralSans-ExtralightItalic.woff") format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-Italic.woff2") format("woff2"),
    url("../font/GeneralSans-Italic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-LightItalic.woff2") format("woff2"),
    url("../font/GeneralSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-Semibold.woff2") format("woff2"),
    url("../font/GeneralSans-Semibold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "General Sans";
  src:
    url("../font/GeneralSans-SemiboldItalic.woff2") format("woff2"),
    url("../font/GeneralSans-SemiboldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

/**************Change Theme Color(Black to Green)**********Start******/

a,
button {
  cursor: pointer !important;
}

body.sidebar-open {
  overflow: hidden !important;
}

.heading-font {
  font-family: "Coolvetica Rg";
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
  -webkit-text-fill-color: #000 !important; /* change text color if needed */
  transition: background-color 5000s ease-in-out 0s;
}

input::placeholder {
  color: #818181 !important;
}

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

body {
  font-family: "General Sans";
}

select,
option,
input,
input::placeholder {
  font-family: "General Sans" !important;
}

.sticky-head{
  box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
      border-left: 1px solid #dedede;
  z-index: 1010;
    top: 76px;
    position: sticky;
}



html,
body {
  user-select: none;
}

#bankAccount .form-floating > label {
  padding-inline-start: 16px;
}

#bankAccount .error {
  padding-inline-start: 16px;
}

.content-container .message,
.product-box .innerbox {
  text-align: left;
}

.addproduct_floatig .form-floating > label {
  left: unset;
}

.check-addon {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-inline-start: 13px;
}

.check-addon label {
  margin-bottom: 0px;
}

body {
  margin: 0px;
  padding: 0px;
  background-color: #f1f1f1;
}

.navbar-dark {
  background-color: #fff;
  border-color: #ced;
}

.card-title {
  padding: 15px;
}

td .approve-btton {
  background-color: #00bf6f;
  color: #fff;
  font-size: 14px;
  padding: 10px 15px;
  border-radius: 20px;
  border: none;
}

td .approve-btton:hover:focus {
  background-color: #00bf6f;
  color: #fff;
  border: none;
  box-shadow: none;
}

[class*="sidebar-dark-"],
.table_bg {
  background-color: #fff;
}

[class*="sidebar-dark"] .user-panel,
.btn-flat .porfile_subblock {
  border-bottom: none;
}

[class*="sidebar-dark-"] .user-panel a:hover,
[class*="sidebar-dark-"] .sidebar a {
  color: #000;
}

/* 4-11-24 */
.card-header button.btn.btn-default {
  position: absolute;
  right: 0;
  top: 15px;
  padding: 4px 20px 4px 20px;
  z-index: 25;
  background: #00bf6f;
  color: #fff;
  border-radius: 50px;
  width: 120px;
}

table#DataTables_Table_0 {
  margin-top: 20px !important;
}

.table-responsive { 
      overflow-x: auto;
    /* overflow-y: hidden; */
    cursor: pointer;
  padding: 0;
      scrollbar-width: none;
}

.table-responsive::-webkit-scrollbar {
    display: none;
}

.table-responsive:active{
    cursor: grabbing;
}

.card,
.modal-content,
.info-box {
  background: #f3f6f9;
  border: none;
  box-shadow: none;
}

.addFAQ {
  position: absolute;
  top: 0px;
  right: 0px;
}

.addFAQ {
  position: absolute;
  top: 0px;
  right: 0px;
}

.removeFAQ {
  position: absolute;
  top: 0px;
  right: 0px;
}

table.inner-border {
  border-collapse: separate;
  border-spacing: 0;
}

.table td,
.table th {
  vertical-align: middle !important;
  border-top: none !important;
}

.table-hover tbody tr {
  background: #fff;
}

table tbody td:first-child {
  border-left: solid #e9e9e9 1px !important;
}

table tbody td:last-child {
  border-right: solid #e9e9e9 1px !important;
}

.card-header .card-tools {
  position: absolute;
  right: 0px;
  top: 67px;
  z-index: 25;
  width: 120px;
}

.card-header {
  padding: 0;
  border: none;
  padding: 15px 20px 0 0;
}

.card {
  background: none !important;
}

.user-table-heading {
  background: #00bf6f;
  border-radius: 25px;
  color: #fff;
}



.table-rounded {
  border-radius: 10px;
  /* overflow: hidden; */
  border: 1px solid #ddd;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link:not(.active):hover {
  color: #00bf6f !important;
  background-color: #e6f3ed;
  border-radius: 100px;
}

.nav-sidebar .nav-item > .nav-link {
  height: 50px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.nav-sidebar > .nav-item {
  margin-top: 10px;
}

.nav-sidebar .nav-link > .right,
.nav-sidebar .nav-link > p > .right {
  top: 18px;
}

.nav-sidebar .nav-treeview > .nav-item > .nav-link > .nav-icon {
  font-size: 6px !important;
}

.menu-open ul li:hover {
  color: #00bf6f !important;
  background-color: #e6f3ed;
  border-radius: 100px;
}

.addproduct-btn:hover,
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active:hover p {
  color: #fff;
}

.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active {
  display: flex;
  align-items: center;
  gap: 5px;
  box-shadow: none !important;
}

.sidebar-close-btn {
  position: absolute;
  top: 50px;
  right: 30px;
}

.badge-denied {
  background-color: #ffedf0;
  padding: 10px 12px;
  color: #d63348;
  font-weight: 500;
  font-size: 12px !important;
}

.badge-incomplete {
  background-color: #ececec;
  padding: 10px 12px;
  color: #626162;
  font-weight: 500;
  font-size: 12px !important;
}

.badge-success {
  padding: 10px 12px;
  color: #00bf6f;
  background: rgba(0, 191, 111, 0.1);
  font-weight: 500;
  font-size: 12px !important;
}

.badge-primary {
  color: #1380d7 !important;
  background-color: rgba(19, 128, 215, 0.1) !important;
  font-weight: 500;
  padding: 10px 12px;
  font-size: 12px !important;
}

.badge-warning {
  padding: 10px 12px;
  color: #ffc107 !important;
  background-color: rgba(255, 173, 36, 0.1) !important;
  font-weight: 500;
  font-size: 12px !important;
}

/**************Change Theme Color(Black to Green)***********End*****/

.adminlogin_form .form-valid-error {
  color: red;
  width: 100%;
}

.page-item .page-link {
  background-color: #fff;
  border: none;
  margin: 0px 5px;
  border-radius: 50% !important;
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #181725;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #00bf6f;
  cursor: pointer;
}

.display-flex-btn {
  display: flex;
  justify-content: space-between;
  padding: 0 7px;
}

.btn:focus {
  border: none;
  color: #fff !important;
}

/***********Profile image Section*****************/
.avatar-upload {
  position: relative;
  max-width: 205px;
  margin: 20px auto;
}

.admin_edit_profile_image .avatar-edit {
  position: absolute;
  right: 20px;
  z-index: 1;
  top: 10px;
}

.admin_edit_profile_image input {
  visibility: hidden;
}

.admin_edit_profile_image label {
  display: inline-block;
  width: 34px;
  height: 34px;
  margin-bottom: 0;
  border-radius: 100%;
  background: #ffffff;
  border: 1px solid transparent;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.12);
  cursor: pointer;
  font-weight: normal;
  transition: all 0.2s ease-in-out;
}

.admin_edit_profile_image label:hover {
  background: #f1f1f1;
  border-color: #d6d6d6;
}

.admin_edit_profile_image label:after {
  content: "\f040";
  font-family: "FontAwesome";
  color: #757575;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  text-align: center;
  margin: auto;
}

.admin_edit_profile_image .avatar-preview {
  width: 192px;
  height: 192px;
  position: relative;
  border-radius: 100%;
  border: 6px solid #f8f8f8;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.1);
}

.admin_edit_profile_image .avatar-preview > div {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

/***********Profile image Section*****************/

/*****************Category Image upload****************Start**************/
.containers {
  height: 190px;
  position: relative;
  max-width: 320px;
  margin: auto;
}

.containers .imageWrapper {
  border: 3px solid #888;
  width: 50%;
  padding-bottom: 50%;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.containers .imageWrapper img {
  height: 105%;
  width: initial;
  max-height: 100%;
  max-width: initial;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.file-upload {
  position: relative;
  overflow: hidden;
  margin: 10px;
}

.file-upload {
  position: relative;
  overflow: hidden;
  margin: 10px;
  width: 100%;
  max-width: 130px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: transparent;
  border: 2px solid #888;
  padding: 8px 8px;
  display: inline;
  -ms-transition: all 0.2s ease;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.file-upload input.cat-file-input {
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
  padding: 0;
  font-size: 20px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  height: 100%;
}

/*****************Category Image upload*****************End*************/

.detail_section .retting-show,
.dtp .dtp-buttons,
.colums-align .invalid-feedback,
.profileImage .error,
.span-error #shopimage-error,
.upload_caticon_outer,
#add_new_blog_form .form-group.blog_img,
#blog_editform .form-group.blog_img {
  text-align: center;
}

span#content-summernote-error {
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #dc3545;
}

#add_new_blog_form .note-editor.note-frame.card {
  margin-bottom: auto;
}

.main-sidebar.sidebar-dark-primary .sidebar {
  margin-top: 0 !important;
}

td img {
  width: 50px;
  height: 50px;
  object-fit: cover;
  border-radius: 5px;
}

/* ===== Scrollbar CSS ===== */

/* ===== Scrollbar CSS ===== */

/***=======Change Dashboard theme======*****/
.reviwes-card .review_admin i,
.privacy-policy p a,
.generate-code:hover,
.support-section .chat_download span i,
.btn-flat .porfile_manblock .prent:hover,
.support-section .user_detail .nav-link:not(.active):hover,
.change_mail,
.change_mail:hover,
.support-section .technical_block span i,
.support-section .chat_download span i,
.privacy_ a,
.varify-text a,
.nav-icon {
  color: #00bf6f;
  fill: #00bf6f;
}

.change_mail {
  position: relative;
  z-index: 2;
}

.dtp .p10 > a,
.dtp .dtp-close a,
.profileImage i,
a.nav-link.active .nav-icon {
  color: #fff !important;
  stroke: #fff !important;
  fill: #fff !important;
}

a.nav-link.active {
  color: #ffffff !important;
  border-radius: 25px;
  width: 260px;
  height: 50px;
}

[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link{
          width: calc(240px - 0.8rem * 2);
}

[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:focus,
[class*="sidebar-dark-"] .nav-treeview > .nav-item > .nav-link.active:hover {
  background-color: #e6f3ed;
  color: #00bf6f !important;
}

.table-condensed .today,
a.nav-link:hover {
  color: #00bf6f !important;
}

.content-wrapper {
    padding: 20px 0px;
  background: #f1f1f1;
}

a.nav-link {
  color: #000 !important;
}

.card,
.modal-content,
.info-box {
  background: #f3f6f9;
}

.swal2-styled:focus,
.reviews select:focus,
.pagination li a:focus,
.elevation-4 {
  box-shadow: none !important;
}

nav.main-header.navbar.navbar-expand.navbar-dark {
  padding: 13px;
  border: none;
}

label {
  color: #808080;
  margin-bottom: 5px;
}

.card-footer {
  background: none;
  text-align: center;
  padding-block-start: 0px;
  padding-block-end: 50px;
}

.admin-panel {
  display: flex;
  align-items: center;
  margin-left: 15px;
}

.admin-panel .image {
  margin-right: 15px !important;
}

.info h1 {
  margin: 0;
  font-size: 2.5em;
  font-weight: bold;
}

.info h1 span {
  font-weight: bold;
}

a.nav-link.bell {
  width: 45px !important;
  height: 45px !important;
  background-color: rgb(0, 191, 111, 0.1);
  border-radius: 50px;
  display: flex;
  align-items: center;
  color: #00bf6f !important;
  justify-content: center;
}

/** ==============  Date And Time =========**/

.dtp > .dtp-content {
  border-radius: 0.35rem;
  overflow: hidden;
}

.dtp .dtp-buttons .btn-sm {
  font-size: 10px;
  border-radius: 0.2875rem;
  padding: 5px 12px;
}

.dtp div.dtp-actual-year {
  font-size: 1.5em;
  color: #fff;
}

/***=======Change Dashboard theme======*****/

.dtp table.dtp-picker-days tr td a.selected,
.addcategory-modal .submit_btn:focus,
.pharmacy-order-detial .status-point.active,
.process_bar.active::before,
span.process_area.active,
td .approve-btton:hover,
.table_bg thead {
  background-color: #00bf6f;
  color: #fff;
}

.table_nav > .dataTables_wrapper > .row {
  flex-direction: row-reverse;
  align-items: center;
}

.table_nav > div.dataTables_wrapper div.dataTables_length label {
  float: right;
}

.table_nav > div.dataTables_wrapper div.dataTables_filter {
  text-align: left;
  width: 500px;
  background-color: #fff;
  border-radius: 15px;
  height: 50px;
  display: flex;
  align-items: center;
  padding: 0 20px;
}

.table td {
  color: #6a6e7a;
  border-bottom: 1px solid #eee;
  font-size: 16px;
  font-weight: 400;
}

a.delete_user {
  color: red;
}

.table thead {
  background: #f3f4f6;
  color: #212121;
  white-space: nowrap;
  font-weight: 500;
}

.table_nav > div.dataTables_wrapper div.dataTables_filter label {
  margin: 0;
  width: 100%;
}

.table_nav > div.dataTables_wrapper div.dataTables_filter input {
  border: none;
  width: 320px;
}

.dataTables_paginate {
  float: left;
}

.product-list-item {
  display: flex;
  border: 1px solid #eee;
  background: #ffff;
  padding: 10px;
  border-radius: 10px;
}

.product-list-item .procict-item-details ul {
  list-style: none;
  padding-left: 20px;
  margin: 0;
}

.product-list-item .product-item-image i {
  font-size: 30px;
  color: #00bf6f;
}

.product-item-image {
  width: 60px;
  height: 60px;
  align-items: center;
  display: flex;
  justify-content: center;
  background: #e6f3ed;
  border-radius: 5px;
}

.product-list-item .procict-item-details ul li {
  font-size: 18px;
  color: #000;
}

h1.page-title {
  font-weight: 600;
  font-size: 30px;
}

.breadcrumb-item,
.breadcrumb-item a {
  font-size: 20px;
  color: #181725;
}

.product-search-box {
  padding-top: 30px;
}

.search-main-box {
  width: 300px;
  padding: 5px 10px 5px 14px;
  border-radius: 25px;
  background: #fff;
  display: flex;
  align-items: center;
}

.product-filter {
  display: flex;
  width: 100%;
  justify-content: end;
}

#product-item {
  padding: 6px;
  margin-right: 10px;
  border-radius: 5px;
}

.btn-success {
  padding: 2px 7px !important;
}

.dataTables_filter label {
  display: block;
}

.table_cardbody .dataTables_filter input {
  width: 340px !important;
  position: absolute;
  left: 20px;
  top: 0px;
  background: none;
}

.table td a i {
  color: #6a6e7a;
}

.table thead th {
  font-size: 16px !important;
  border-bottom: none !important;
  font-weight: 500 !important;
  padding: 28px 15px !important;
}

.table tbody td {
  white-space: nowrap;
  padding: 28px 15px !important;
}

.table_cardbody #DataTables_Table_0_filter label,
.table_cardbody #DataTables_Table_0_filter label {
  background-color: #fff;
  padding: 8px;
  border-radius: 15px;
  color: #bcbcbc;
  font-size: 16px;
  display: flex;
  align-items: center;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
  max-width: 300px !important;
}

.table_cardbody #DataTables_Table_0_filter label:before,
.table_cardbody #DataTables_Table_0_filter label:before {
  content: "\f002";
  font: normal normal normal 14px / 1 FontAwesome;
  color: #a4a4a4;
  padding-left: 5px;
  font-size: 15px;
}

/* login page  */
.login-page-main {
  border-radius: 15px;
  background: #ffffff;
  margin: auto;
    width: 480px;
  max-width: 480px;
  box-shadow: 0 0 10px 0 #00000045;
  padding: 20px 40px 20px 40px;
  text-align: center;
  /* max-height: 100vh; */
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}


.login-page-main h2 {
  text-align: center;
  font-weight: 600;
  font-size: 30px;
  margin-bottom: 10px;
  color: #181725;
}

/* input.verify-input-box:active {
  border: 2px solid #181725 !important;
} */

.email-box {
  padding: 10px !important;
}

.time-section {
  font-size: 18px;
  color: #181725;
  font-weight: 500;
}

.login-page-main .login-descapation {
  text-align: center;
  font-size: 16px;
  color: #6a6e7a;
  margin-bottom: 10px;
  font-weight: 400;
}

.email-contant {
  text-align: left;
  padding-left: 15px;
}

.email-contant label {
  margin: 0;
  font-weight: 500;
  color: #9e9e9e;
  padding-left: 5px;
}

.form-input-field .email-contant input {
  padding: 0 !important;
}

.login-page-main .input-group {
  margin-bottom: 20px;
}

.invalid-feedback {
  text-align: left;
  font-size: 14px;
  font-weight: 400;
}

/* span.eye-box {
  position: absolute;
  right: 20px;
  top: 15px;
} */

.form-forgot{
  margin-bottom: 10px;
}

.login-page-main button {
  white-space: nowrap;
  background: #00bf6f;
  border-radius: 25px;
  padding: 15px 20px;
  color: #fff;
  width: 135px;
  font-size: 16px;
  font-weight: 600;
  border: none;
  margin: 24px 0;
}

.form-forgot a {
  color: #00bf6f;
  font-weight: 500;
  font-size: 16px;
}

.form-sign a {
  color: #6a6e7a;
  font-weight: 500;
  font-size: 17px;
}

.form-sign a span {
  color: #181725;
  font-weight: 700;
}

.form-sign {
  padding-top: 20px;
}

.main-login-section {
  padding: 0 !important;
  margin: auto;
  display: flex;
  height: 99vh;
}

.coman-table td.product-name,
.text_black span,
td.sorting_1,
.privacy_ .username {
  color: #181725;
}

.verify-container {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.verify-new-input-box,
.verify-input-box {
  width: 40px;
  height: 40px;
  text-align: center;
  font-size: 18px;
  border: 1px solid #ccc;
  border-radius: 50px !important;
  margin: 5px;
}

.verify-input-box:focus {
  outline: none;
  border-color: #00bf6f;
}

.profile-header {
  position: relative;
  display: flex;
  justify-content: center;
}

.profile-img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  margin-bottom: 15px;
  object-fit: cover;
  overflow: hidden;
}

.edit-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #007bff;
  color: white;
  border: none;
  padding: 5px 10px;
  border-radius: 5px;
  cursor: pointer;
}

.user-profile-block {
  width: 150px;
  height: 150px;
  border-radius: 100%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.profile-camera {
  position: absolute;
  bottom: 0;
  right: 20px;
  cursor: pointer;
}

.contery-code {
  width: 80px;
  margin-right: 5px;
  border: none;
  outline: none;
}

.swal2-popup {
  border-radius: 20px !important;
  padding-block-end: 40px !important;
}

.custom-model {
  background-color: #fff;
  border-radius: 20px;
  position: relative;
}

.custom-model .close,
.mailbox-attachment-close {
  font-size: 32px;
  font-weight: 500;
  color: #6a6e7a;
  opacity: 1;
  position: absolute;
  top: 15px;
  right: 20px;
}

.custom-model .modal-header {
  justify-content: center;
  margin-top: 30px;
  border: none;
  padding-block-end: 0px;
}

.custom-model .modal-title {
  font-size: 27px;
  font-weight: 600;
  color: #181725;
}

.custom-model input {
  border-radius: 15px;
  border-color: #d8d8d8;
  background-color: transparent !important;
  font-size: 16px;
}

.search-group select,
.custom-model select {
  border-radius: 15px;
  border-color: #d8d8d8;
  background-color: transparent !important;
  font-size: 16px;
}

.text_black span,
.custom-model select option {
  font-size: 14px;
  font-weight: 600;
}

.custom-model .cicon-upload img {
  width: 120px;
  height: 120px;
  border-radius: 10px;
  cursor: pointer;
}

.custom-model .cicon-upload {
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
}

.custom-model .buttn {
  background-color: #00bf6f;
  color: #fff;
  border-radius: 30px;
  padding-inline: 40px;
  text-align: center;
  font-size: 18px;
  font-weight: 600;
}

.form-check-label {
  color: #181725;
  font-size: 18px;
}

.custom-model .c-check {
  display: flex;
  gap: 20px;
}

.addcategory-section,
.section {
  padding-inline: 25px !important;
}

.section input {
  border-radius: 25px;
  border-color: #9e9e9e;
  background: transparent;
}

.section .inner-text h1 {
  font-size: 30px;
  font-weight: 800;
  color: #181725;
}

.text-muted,
.section .inner-text .breadcrumb {
  font-size: 16px !important;
  color: #181725 !important;
  font-weight: 400;
  padding: 0px;
  background: transparent;
  margin: 0px;
}

.section .inner-text .breadcrumb-item.active {
  padding: 0px;
  background: transparent;
  align-items: baseline;
}

.inner-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  margin-block-end: 25px;
}

.detail_section .inner-block {
  background-color: #fff;
  border-radius: 20px;
  padding: 50px 40px;
  /* display: flex;
  gap: 60px;
  height: 100%;
  justify-content: space-between;
  flex-wrap: wrap; */
}

.detail_section .inner-block .img-uploder {
  width: 75px;
  height: 75px;
  border-radius: 50%;
  overflow: hidden;
}

.detail_section .inner-block h3 {
  font-size: 22px;
  font-weight: 600;
  color: #181725;
  margin-bottom: 20px;
}

.detail_section .inner-block p {
  color: #6a6e7a;
  word-wrap: break-word;
  max-height: 100px;
  overflow-y: auto;
  padding-inline-end: 10px;
}

.detail_section .inner-block li {
  font-size: 18px;
  font-weight: 400;
  color: #6a6e7a;
  margin-bottom: 10px;
}

.detail_section .inner-block i {
  font-size: 22px;
  font-weight: 600;
  color: #181725;
  margin-inline-end: 10px;
}

.detail_section .sub-inner h2 {
  font-size: 22px;
  font-weight: 600;
  color: #181725;
  margin-inline-end: 24px;
}

.detail_section .sub-inner .timeing {
  display: flex;
  gap: 30px;
  margin-bottom: 8px;
}

.detail_section .sub-inner .timeing p {
  min-width: 110px;
  font-size: 18px;
  font-weight: 400;
  color: #949494;
  margin: 0px;
}

.detail_section .sub-inner .timeing span {
  font-size: 18px;
  font-weight: 400;
  color: #949494;
}

.detail_section .sub-inner .closed span,
.detail_section .sub-inner .closed p {
  color: #141414;
}

.detail_section .inner-block .buton {
  font-size: 18px;
  font-weight: 500;
  color: #6a6e7a;
  background-color: #00bf6f;
  border-radius: 25px;
  color: #fff;
  display: block;
  margin-top: 30px;
  max-width: 250px;
  border: none;
}

.detail_section .ratting-block {
  background-color: #fff;
  padding: 40px 24px;
  border-radius: 20px;
  height: 100%;
}

.detail_section .ratting-block h3 {
  font-size: 22px;
  font-weight: 600;
  color: #181725;
  margin-bottom: 50px;
}

.detail_section .retting-show h2 {
  font-size: 40px;
  font-weight: 600;
  color: #181725;
}

.detail_section .retting-show p {
  font-size: 14px;
  font-weight: 500;
  color: #181725;
  text-align: center;
  margin-bottom: 40px;
}

.reviwes-card .inner-contant .retting-icon i,
.ratting-block .retting-icon i {
  color: #f8bd00;
}

.restoproreview-section .inner-review .review_content .fill,
.reviwes-card .inner-contant .retting-icon .star,
.ratting-block .retting-icon .star {
  color: #dadada;
}

.ratting-block .ratting-text {
  text-align: end;
}

.ratting-block .progress {
  height: 4px;
  border-radius: 30px;
}

.row {
  row-gap: 15px;
}

.swal2-icon.swal2-warning {
  border-color: #00bf6f !important;
  color: #00bf6f !important;
}

.swal2-styled.swal2-confirm {
  background-color: #00bf6f !important;
}

.remvoe_gap {
  row-gap: 0px;
}

.shop-reviews .reviews {
  margin-block: 60px 30px;
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
}

.shop-reviews h2 {
  font-size: 30px;
  font-weight: 600;
  color: #181725;
}

.shop-reviews h2 span {
  font-size: 20px;
  font-weight: 500;
  color: #6a6e7a;
}

.reviwes-card {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 24px;
  height: 100%;
}

.reviwes-card .img-uploder {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.reviwes-card .inner-contant h3 {
  font-size: 16px;
  font-weight: 500;
  color: #181725;
  margin-bottom: 2px;
}

.reviwes-card .inner-box {
  display: flex;
  gap: 15px;
  align-items: center;
}

.innerbox-width {
  width: 60%;
}

.reviwes-card span {
  font-size: 15px;
  font-weight: 500;
  color: #6a6e7a;
  display: inline-block;
}

.reviwes-card p {
  font-size: 15px;
  font-weight: 500;
  color: #181725;
  max-height: 90px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.reviews select {
  appearance: none;
  padding: 10px 40px 10px 20px;
  border-radius: 40px;
  background-color: transparent;
  border: 1px solid #181725;
}

.dollor-amountbtn:active,
.reviews select:focus-visible,
.search-group select:focus,
.reviews select:focus {
  border: 1px solid #181725 !important;
}

li.progresblock,
li.progresblock,
.product-add-section .select-list,
.product-add-section .addmore-block,
.supprt_tab .form-group,
.pass_perent,
.floating_label,
.status-box,
.profile-pic,
.reviews .select-list {
  position: relative;
}

.edite-restrodetails .opning-time .toggle-checkbox,
#table1_paginate,
.fill-resto-detail .inner-block::-webkit-scrollbar,
.pac-container.pac-logo::after,
.chatting_box .note-statusbar .note-resizebar,
.reviews .select-list .arrow-icon i {
  display: none;
}

.faq-section .row,
.addnewcategories-section .row,
.restoproreview-section .row,
.shop-reviews .row {
  row-gap: 20px;
}

.edite-restrodetails .inner-block {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}

.edite-restrodetails .restro-upload {
  overflow: hidden;
  object-fit: cover;
  max-width: 500px !important;
  height: 300px !important;
  border-radius: 20px;
  border: 1px dashed #00bf6f;
}

.edite-restrodetails .restro-upload img {
  width: 100%;
  height: 100%;
  cursor: pointer;
  border-radius: 20px;
  object-fit: cover;
}

.edite-restrodetails input {
  border: 1px solid #d8d8d8;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
}

.role-section .form-input-field:active,
.form-input-field:focus-within,
.addnewcategories-section .input_inner input:focus,
.addcategory-modal input:focus,
.edite-restrodetails .country-list select:focus,
.edite-restrodetails textarea:focus,
.supprt_tab input:focus,
.edite-restrodetails input:focus {
  border-color: #00bf6f;
}

.reviewreply-modal textarea,
.edite-restrodetails textarea {
  border: 1px solid #d8d8d8;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 500;
  resize: none;
}

.reviewreply-modal textarea {
  resize: vertical;
  min-height: 150px;
}

.edite-restrodetails .country-list select {
  appearance: none;
  background-color: transparent;
  border: 1px solid #d8d8d8;
  border-radius: 15px;
  font-size: 16px;
  font-weight: 400;
  color: #181725;
}

.edite-restrodetails .country-list select option {
  font-size: 16px;
  font-weight: 400;
  color: #181725;
}

.edite-restrodetails .opning-time h3 {
  font-size: 20px;
  font-weight: 600;
  color: #181725;
  margin-bottom: 20px;
}

.edite-restrodetails .opning-time .toggle-container {
  width: 50px;
  height: 26px;
  background-color: #ccc;
  border-radius: 15px;
  position: relative;
  cursor: pointer;
  transition: background-color 0.3s;
}

.edite-restrodetails .opning-time .toggle-circle {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
}

.edite-restrodetails .opning-time .toggle-checkbox:checked + .toggle-container {
  background-color: #4caf50;
}

.edite-restrodetails
  .opning-time
  .toggle-checkbox:checked
  + .toggle-container
  .toggle-circle {
  transform: translateX(24px);
}

.opning-time label {
  display: flex;
  gap: 10px;
}

.opning-time label span {
  font-size: 16px;
  font-weight: 500;
  color: #181725;
}

.opning-time small {
  font-size: 16px;
  font-weight: 400;
  color: #626162;
  display: block;
}

.opning-time .open span {
  font-size: 16px;
  font-weight: 400;
  color: #626162;
}

.opning-time .open small {
  font-size: 16px;
  font-weight: 400;
  color: #181725;
  display: inline-block;
  margin: 0px;
}

.opning-time .open {
  display: inline-block;
  margin-block-start: 15px;
}

.opning-time .form-group {
  margin-block-end: 12px !important;
}

.opning-time .open:first-child {
  margin-inline-end: 20px;
}

.error {
  padding-inline-start: 8px;
  display: block;
}

.save-buttn {
  background-color: #00bf6f;
  border-radius: 40px;
  color: #fff;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 500;
  border: none;
}

.save-buttn:hover {
  background-color: #00bf6f;
  color: #fff;
  border: none;
}

.breadcrumb-item + .breadcrumb-item::before {
  padding-left: 0.5rem;
}

.resto-dasbord .recent-order select:focus,
.faq-section .accordion-button:not(.collapsed),
.form-check-input:focus,
.addcategory-modal .btn-close:focus,
.addnewcategories-section .inner-addsection input:focus,
.search-group select:focus,
.restoproreview-section .review-select select:focus,
.faq-section .accordion-button:focus {
  box-shadow: none;
}

.faq-section .accordion-body {
  font-size: 16px;
  font-weight: 400;
  color: #626162;
  padding: 24px 0px 0px 0px;
}

.faq-section .accordion-item {
  border: solid 1px #e5e7eb !important;
  padding: 25px;
}

.faq-section .accordion-header .accordion-button {
  background-color: #fff;
  border-radius: 20px !important;
  padding: 0px;
  font-size: 18px;
  font-weight: 600;
  color: #212121 !important;
}

.faq-section .accordion-button:not(.collapsed)::after {
  background-image: var(--bs-accordion-btn-icon);
}

.accordion-item {
  border-radius: 20px !important;
}

.privacy-section .privacy-policy {
  background-color: #fff;
  border-radius: 20px;
  padding: 40px 30px;
}

.privacy-section .privacy-policy h3 {
  font-size: 22;
  font-weight: 600;
  color: #181725;
  margin-bottom: 30px;
}

.privacy-section .privacy-policy li,
.privacy-section .privacy-policy p {
  list-style: disc !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #626162;
  margin-top: 10px;
  margin-bottom: 15px;
}

.privacy-section .privacy-policy li span,
.privacy-section .privacy-policy p span {
  color: #181725;
  font-weight: 600 !important;
}

.privacy-policy {
  margin-bottom: 30px;
}

.userdropdown .user-footer h5,
.privacy-section .privacy-policy p:last-child {
  margin: 0px;
}

.product-add-section .prodect-inner {
  padding-top: 20px;
}

.product-add-section .prodect-inner .prodect-upload {
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  cursor: pointer;
  height: 473px;
  border: 1px dashed #00bf6f;
}

.product-add-section .prodect-inner .prodect-upload img {
  height: 100% !important;
  overflow: hidden;
  border-radius: 20px;
  width: 100%;
  cursor: pointer;
  object-fit: cover;
}

.product-add-section .prodect-inner .sprodect-upload {
  width: 100%;
  cursor: pointer;
  border-radius: 15px;
  overflow: hidden;
  border: 1px dashed #00bf6f;
  height: 110px;
}

.product-add-section .prodect-inner .sprodect-upload img {
  width: 100%;
  height: 100% !important;
  cursor: pointer;
  border-radius: 15px;
  overflow: hidden;
  object-fit: cover;
}

.product-add-section .prodect-inner input {
  font-size: 16px;
  font-weight: 400;
  color: #9e9e9e;
  border: 1px solid #d8d8d8;
  border-radius: 13px;
  padding-inline-end: 30px;
}

.product-add-section .select-list select {
  border: 1px solid #d8d8d8;
  border-radius: 13px;
  font-size: 16px;
  font-weight: 400;
}

.product-add-section textarea {
  border: 1px solid #d8d8d8;
  border-radius: 13px;
  font-size: 16px;
  font-weight: 400;
  resize: none;
}

.product-add-section textarea:focus {
  border: 1px solid #d8d8d8;
  border-radius: 13px;
}

.product-add-section .select-list option {
  font-size: 16px;
  font-weight: 400;
}

.reviewreply-modal textarea:focus,
.product-add-section .select-list select:focus {
  border: 1px solid #d8d8d8;
}

.product-add-section .select-list i {
  position: absolute;
  top: 20px;
  right: 15px;
  pointer-events: none;
}

.product-add-section label {
  color: #181725;
  font-size: 18px;
  font-weight: 600;
}

.product-add-section .addmore-buttn {
  color: #00bf6f;
  font-size: 18px;
  font-weight: 600;
  border: none;
  background: transparent;
}

.product-add-section .addmore-buttn i {
  color: #00bf6f;
  font-size: 22px;
  font-weight: 800;
}

.product-add-section .addmore-buttn:focus {
  color: #00bf6f;
  border: none;
}

.addmore-buttn {
  padding: 12px 0px 0px 0px;
}

.publish-btn {
  padding: 12px 20px;
  color: #fff;
  border: none;
  background-color: #00bf6f;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
}

.publish-btn:hover {
  color: #fff;
  background-color: #00bf6f;
}

.product-add-section .publish-btn {
  color: #fff;
  border: none;
  background-color: #00bf6f;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 500;
  padding-inline: 22px;
}

.status-box::after .active,
.product-add-section .publish-btn:focus {
  background-color: #00bf6f !important;
}

input {
  color: #181725 !important;
}

.close_ {
  color: rgb(247, 86, 86) !important;
}

.table-hover tbody tr,
.table-hover tbody tr td,
.table-hover tbody tr th {
    transition: background-color 0.5s ease, color 0.5s ease !important;
}


.table-hover tbody tr:hover {
  color: var(--bs-body-color, #333);
  background-color: #fff !important;
}

.table-hover>tbody>tr:hover>*{
    background-color: #fff !important;
}

.categories-section,
.categories-subsection,
.products-list-section {
  padding-inline: 25px !important;
}

.products-list-section h1 {
  font-size: 30px;
  font-weight: 800;
  color: #181725;
}

.products-list-section p {
  font-size: 16px;
  color: #626162;
  /* padding-top: 10px; */
}

.products-list-section .product-box {
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 24px;
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
  padding-inline-end: 10px;
  text-align: center;
}

.products-list-section .product-box .iconbox {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 70px;
  height: 70px;
  border-radius: 10px;
  background-color: #00bf6f;
  padding: 20px;
}

.products-list-section .product-box h3 {
  font-size: 26px;
  font-weight: 600;
  color: #181725;
  margin-bottom: 0px !important;
}

.products-list-section .product-box span {
  font-size: 16px;
  font-weight: 500;
  color: #626162;
  word-break: break-all;
  display: block;
}

.addproduct-btn {
  border: none;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  background-color: #00bf6f;
  border-radius: 40px;
  white-space: nowrap;
}

.supprt_tab .form-group::before {
  content: "\F52A";
  font-family: "bootstrap-icons";
  font-size: 16px;
  color: #9e9e9e;
  position: absolute;
  left: 22px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}

.products-list-subsection .sorting_1 b {
  margin-inline-start: 10px;
}

td:first-child,
.products-list-subsection td:first-child,
.products-list-subsection th:first-child {
  padding-inline-start: 30px;
}

.categories-section h1 {
  white-space: nowrap;
  font-size: 30px;
  font-weight: 800;
  color: #181725;
}

td:first-child,
.products-list-subsection td:first-child,
.categories-subsection th:first-child {
  padding-inline-start: 30px;
}

.categories-subsection .category {
  border-radius: 30px;
  background-color: #181725;
  color: #fff;
  padding: 12px 20px;
  border: none;
  font-weight: 500;
}

.categories-subsection .category:hover {
  background-color: #181725;
  border: none;
}

.categories-subsection .category:focus {
  color: #fff;
  box-shadow: none;
}

.dtp > .dtp-content > .dtp-date-view > header.dtp-header,
.dtp div.dtp-date,
.dtp div.dtp-time,
.sidebar-dark-primary .nav-sidebar > .nav-item > .nav-link.active,
.sidebar-light-primary .nav-sidebar > .nav-item > .nav-link.active,
.categories-subsection .request,
.products-list-section .tablebtn-prent .accept-btn,
.addnewcategories-section .inner-addsection input:checked,
.categories-subsection .request:hover {
  background-color: #00bf6f;
}

.addcategory-modal {
  background-color: rgba(81, 80, 80, 60%);
}

.addcategory-modal .modal-content {
  background-color: #fff;
  border-radius: 20px;
}

.addcategory-modal .modal-header h4 {
  font-size: 26px;
  font-weight: 600;
  color: #181725;
}

.addcategory-modal .btn-close {
  opacity: 0.5;
  position: absolute;
  right: 15px;
  top: 20px;
}

.addcategory-modal .modal-header {
  justify-content: center;
  border-color: transparent;
  /* margin-block-start: 30px; */
  padding-block-end: 0px;
}

.addcategory-modal .card-footer {
  padding-block-end: 0px;
}

.addcategory-modal .card-body {
  padding-block-start: 0px;
}

.cus-inp {
  align-items: center;
  display: flex;
  gap: 5px;
  padding: 3px;
  color: #212121;
  border: none !important;
  background-color: #f6f6f6 !important;
  border-radius: 50px !important;
  padding-inline-end: 20px;
}

.supprt_tab input,
.addcategory-modal input {
  border: 1px solid #e8e8e8 !important;
  background-color: #f6f6f6 !important;
  font-size: 16px;
  font-weight: 400;
  color: #212121 !important;
  accent-color: #00bf6f;
}

.supprt_tab input::placeholder,
.addcategory-modal input::placeholder {
  color: #818181 !important;
}

.form-floating label {
  font-size: 16px !important;
  font-weight: 400 !important;
  color: #9e9e9e !important;
}

.addcategory-modal .submit_btn {
  border-radius: 40px;
  border: none;
  color: #fff;
  background-color: #00bf6f;
  font-size: 16px;
  font-weight: 500;
  padding: 10px 20px;
}

.addnewcategories-section .input_inner input {
  font-size: 16px;
  font-weight: 400;
  color: #9e9e9e;
  width: 50%;
  border-radius: 15px;
  height: 45px;
}

.product-add-section .cards-footer,
.restoproreview-section .review-select,
.edite-restrodetails .button-bock,
.addnewcategories-section .inner-btngroup {
  display: flex;
  justify-content: end;
}

.addnewcategories-section .inner-addsection {
  background-color: #fff;
  border-radius: 15px;
  padding: 30px;
  margin-top: 20px;
}

.addnewcategories-section .inner-addsection input {
  border-radius: 100%;
  padding-inline-start: 0px !important;
}

.addnewcategories-section .inner-addsection label img {
  border-radius: 5px;
}

.addnewcategories-section .inner-addsection label {
  font-size: 18px;
  color: #181725;
  font-weight: 500;
}

.addnewcategories-section label img {
  max-width: 50px;
  max-height: 50px;
}

.addnewcategories-section .save_btn {
  background-color: #00bf6f;
  color: #fff;
  border-radius: 30px;
  padding-inline: 30px;
  font-size: 18px;
  font-weight: 500;
  margin-top: 40px;
  border: none;
}

.addnewcategories-section .save_btn:focus {
  background-color: #00bf6f;
  color: #fff;
  border: none;
}

.user_details span,
.restoproreview-section h4 {
  font-size: 24px;
  font-weight: 600;
  color: #181725;
  margin: 0px;
}

.restoproreview-section .review-select select {
  max-width: 129px;
  max-height: 50px;
  border-radius: 30px;
  border: 1px solid #181725;
  font-size: 18px;
  font-weight: 400;
  color: #181725;
  background-color: transparent;
  margin-bottom: 20px;
}

.restoproreview-section .inner-review {
  border-radius: 20px;
  background-color: #fff;
  padding: 24px;
  height: 100%;
  position: relative;
}

.restoproreview-section .inner-review .review-imgupload {
  width: 80px;
  height: 80px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 20px;
}

.restoproreview-section .inner-review .review-imgupload img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.restoproreview-section .inner-review .review_content h5 {
  font-size: 18px;
  font-weight: 500;
  color: #181725;
}

.restoproreview-section .inner-review .review_content span {
  font-size: 16px;
  font-weight: 500;
  color: #6a6e7a;
}

.restoproreview-section .inner-review .review_content span small {
  font-size: 16px;
  font-weight: 500;
  color: #6a6e7a;
}

.restoproreview-section .inner-review .man-block {
  display: flex;
  gap: 15px;
  align-items: center;
}

.restoproreview-section .inner-review p {
  font-size: 15px;
  font-weight: 500;
  color: #181725;
  margin-block: 30px 15px;
  max-height: 65px;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
  min-height: 65px;
}

.reviwes-card .review_admin,
.restoproreview-section .inner-review .man-sblock {
  background-color: #f1f1f1;
  border-radius: 15px;
  padding: 15px;
}

.restoproreview-section .inner-review .review-simgupload {
  width: 60px;
  height: 60px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 50%;
}

.restoproreview-section .inner-review .review_content i {
  font-size: 18px;
  font-weight: 600;
  color: #f8bd00;
}

.pass_icon {
  font-size: 20px;
  color: #00bf6f;
  font-weight: 800;
  position: absolute;
  right: 30px;
  top: 12px;
  cursor: pointer;
}

.iti--separate-dial-code .iti__selected-flag {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.login-page-main select,
.useradd_model select {
  border: 1px solid #d8d8d8;
  border-radius: 13px;
  font-size: 16px !important;
  font-weight: 400;
}

.useradd_model .form-select.is-valid:focus,
.was-validated .form-select:valid:focus,
.login-page-main select:focus,
.useradd_model select:focus {
  border-color: #d8d8d8;
  box-shadow: none;
}

.useradd_model select option {
  font-size: 16px;
  font-weight: 400;
}

.useradd_model .form-check-input:checked {
  background-color: #00bf6f;
  border-color: #00bf6f;
}

.swal2-styled.swal2-confirm {
  border-radius: 40px !important;
}

.swal2-styled.swal2-cancel {
  border-radius: 40px !important;
  padding-inline: 35px !important;
}

.swal2-title {
  color: #181725 !important;
  font-size: 26px !important;
  color: #181725 !important;
}

.form-check-input:checked {
  background-color: #00bf6f !important;
  border-color: #00bf6f !important;
}

.userdropdown {
  top: 50px !important;
  left: unset !important;
  right: 0px;
  border: none;
  overflow: hidden;
  border-radius: 15px !important;
  background-color: #fff !important;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 15%);
  border: none !important;
}

.userdropdown .user-footer {
  background-color: #fff !important;
  padding: 0px 0px 10px 0px !important;
}

.btn-flat .porfile_manblock {
  color: #6b6b6b;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
  background-color: #fff;
}

.btn-flat .porfile_manblock {
  border-bottom: 1px solid #d8d8d8;
}

.btn-flat .porfile_manblock .prent {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 10px;
}

li.user-footer {
  width: unset !important;
  min-width: unset !important;
}

.dropdown-menu {
  min-width: unset !important;
}

.btn-flat .porfile_manblock i {
  font-size: 30px;
  font-weight: 800;
}

.btn-flat {
  display: inline-block;
  padding: 0px;
  border: none;
}

.navbar-nav > .user-menu > .dropdown-menu {
  width: unset !important;
}

.addrestaurant-vendors .inner-manbox {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px;
}

.addrestaurant-vendors .inner-manbox h3 {
  color: #181725;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
}

.addrestaurant-vendors .inner-manbox label {
  color: #181725;
  font-size: 18px;
  font-weight: 500;
}

.supprt_tab .nav-pills .nav-link.active,
.nav-pills .show > .nav-link,
.rowbg {
  background-color: transparent;
}

.floating_label .floting_text {
  position: absolute;
  top: 10px;
  right: 20px;
}

.pharmacy-order-detial .order-code {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
}

.pharmacy-order-detial .order-code h3 {
  font-size: 20px;
  font-weight: 600;
  color: #181725;
}

.pharmacy-order-detial .order-code ul {
  font-size: 16px;
  font-weight: 500;
  color: #6b6b6b;
  padding: 0px;
  margin: 0px;
  display: flex;
  gap: 30px;
  list-style: disc;
}

.pharmacy-order-detial .order-blockinner {
  background-color: #fff;
  padding: 24px;
  border-radius: 15px;
}

.pharmacy-order-detial .order-blockinner .innerorder-detail {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 10px;
}

.pharmacy-order-detial .order-blockinner small {
  font-size: 14px;
  font-weight: 500;
  color: #181725;
  text-align: end;
}

.pharmacy-order-detial .order-blockinner span {
  font-size: 14px;
  font-weight: 500;
  color: #6a6e7a;
}

.pharmacy-order-detial .order-blockinner .ordertotal {
  font-size: 16px;
  font-weight: 600;
  color: #181725;
}

.pharmacy-order-detial .order-blockinner .ordervalue {
  font-size: 16px;
  font-weight: 600;
  color: #00bf6f;
}

.pharmacy-order-detial .order-blockinner h3 {
  font-size: 18px;
  font-weight: 600;
  color: #181725;
}

.pharmacy-order-detial .order-blockinner h4 {
  font-size: 15px;
  font-weight: 500;
  color: #00bf6f;
}

.pharmacy-order-detial .order-blockinner h5 {
  font-size: 15px;
  font-weight: 500;
  color: #181725;
}

.pharmacy-order-detial .order-blockinner p {
  font-size: 15px;
  font-weight: 500;
  color: #6b6b6b;
}

.pharmacy-order-detial .innerorder-detail .yellow-content {
  color: #ffa104;
  font-weight: 600;
}

.tablebtton {
  background-color: rgba(255, 173, 36, 20%);
  color: #ffa104;
}

.table-btton {
  background-color: rgba(71, 103, 158, 15%);
  color: #47679e;
}

.products-list-section .tablebtn-prent a {
  background-color: #181725;
  border-radius: 40px;
  padding: 10px 40px;
  color: #fff;
  display: inline-block;
}

.pharmacy-order-detial .img-showblock {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 25px 0px 10px 0px;
}

.pharmacy-order-detial .img-showblock .inner {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
}

.pharmacy-order-detial .img-showblock .inner img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

.pharmacy-order-detial .img-showblock p {
  font-size: 16px;
  font-weight: 500;
  color: #6b6b6b;
}

.pharmacy-order-detial .order-blockinner .top-borderblock {
  border-top: 1px solid rgba(158, 158, 158, 30%);
  padding-top: 10px;
}

.pharmacy-order-detial .order-status {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
  padding-inline: 15px;
  white-space: nowrap;
  overflow-x: auto;
}

.pharmacy-order-detial .order-status .status-block {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pharmacy-order-detial .status-point {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 600;
  background-color: #f1f1f1;
}

.pharmacy-order-detial .status-point .active i {
  font-size: 25px;
  color: white;
}

.pharmacy-order-detial .status-point.pending {
  border: 1px solid #00bf6f;
  color: #00bf6f;
}

.pharmacy-order-detial .status-block span {
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 500;
  margin: 10px 0px;
}

.pharmacy-order-detial .status-box {
  width: 100%;
  display: flex;
  justify-content: flex-start;
}

.status-box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 4px;
  background-color: rgba(6, 132, 75, 15%);
  top: 20px;
  left: 40px;
}

.pharmacy-order-detial .status-box-end {
  justify-content: flex-end;
}

.pharmacy-order-detial .status-point.active span {
  color: #000;
  font-weight: bold;
}

.nav-sidebar .nav-treeview > .nav-item > .nav-link > .nav-icon {
  font-size: 6px !important;
  color: #00bf6f !important;
}

.custom-navpill a.nav-link.active {
  color: #ffffff;
  border-radius: 25px;
  width: unset;
  height: unset;
  background-color: #00bf6f;
}

.custom-navpill a.nav-link {
  font-size: 14px;
  padding: 8px 15px !important;
  color: #ffffff;
  border-radius: 25px;
  width: unset;
  height: unset;
  padding-inline: 30px;
}

.custom-navpill a.nav-link.active:hover {
  color: #fff !important;
}

.product-add-section .cards-body {
  margin-top: 20px;
}

.product-add-section .submit-btn {
  background-color: #00bf6f;
  border-radius: 40px;
  color: #fff;
  padding-inline: 20px;
  border: none;
  font-weight: 500;
  padding-block: 10px;
}

.product-add-section .submit-btn:focus {
  background-color: #00bf6f;
  border: none;
  color: #fff;
}

label:not(.form-check-label):not(.custom-file-label) {
  font-weight: 600;
}

.add-height {
  height: 60px;
}

.remove-height {
  height: 100%;
}

.resto-dasbord .product-box {
  border-radius: 20px;
}

.resto-dasbord .product-box .innerbox img {
  width: 16px;
}

.resto-dasbord .product-box .innerbox small {
  color: #00bf6f;
  font-size: 14px;
  font-weight: 400;
}

.resto-dasbord .product-box .iconimgred small {
  color: #e33629;
}

.resto-dasbord .recent-order {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  align-items: center;
  margin: 15px 0px;
}

.resto-dasbord .recent-order h3 {
  color: #181725;
  font-size: 30px;
  font-weight: 800;
  margin: 0px;
}

.resto-dasbord .recent-order h4 {
  color: #181725;
  font-size: 22px;
  font-weight: 600;
  margin: 0px;
}

.resto-dasbord .recent-order select {
  border-radius: 13px;
  max-width: 100px;
  height: 40px;
  border: 1px solid #181725;
  background-color: transparent;
  margin: 0px;
  font-size: 14px;
  color: #181725;
}

.resto-dasbord .recent-order .bttn-group {
  display: flex;
  align-items: center;
  gap: 15px;
}

.resto-dasbord .chart-innerbox {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
}

.resto-dasbord .chart-innerbox {
  background-color: #fff;
  border-radius: 20px;
  padding: 30px 20px;
  height: 100%;
}

.resto-dasbord .selling-products h4 {
  color: #181725;
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 20px;
}

.resto-dasbord .selling-products .product-img {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  border-radius: 10px;
  overflow: hidden;
  object-fit: cover;
}

.resto-dasbord .selling-products .product-block {
  background-color: #f3f4f6;
  display: flex;
  padding: 15px;
  border-radius: 20px;
  gap: 15px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.resto-dasbord .selling-products .product-block h6 {
  font-size: 18px;
  font-weight: 600;
  color: #00bf6f;
}

.resto-dasbord .selling-products .product-block p {
  font-size: 18px;
  font-weight: 500;
  color: #181725;
  margin: 0px;
}

img {
  object-fit: cover;
}

.resto-dasbord .save-buttn {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
  background-color: #00bf6f;
  padding: 10px 20px;
  border: none;
  border-radius: 40px;
  white-space: nowrap;
}

.resto-dasbord .save-buttn:focus {
  color: #fff;
  background-color: #00bf6f;
  border: none;
}

.resto-withdrawsection .withdraw-block {
  background-color: #fff;
  border-radius: 20px;
  padding: 25px 15px;
  text-align: center;
}

.resto-withdrawsection .withdraw-block h6 {
  font-size: 18px;
  font-weight: 500;
  color: #181725;
  margin-bottom: 20px;
}

.resto-withdrawsection .withdraw-block h3 {
  font-size: 30px;
  font-weight: 600;
  color: #00bf6f;
  margin-bottom: 30px;
}

.addcategory-modal .current-balance {
  border-radius: 15px;
  background-color: rgba(6, 132, 75, 10%);
  padding: 15px;
  text-align: center;
  margin-block: 15px;
}

.addcategory-modal .current-balance h5 {
  font-size: 18px;
  font-weight: 500;
  color: #181725;
  margin-bottom: 20px;
}

.addcategory-modal .current-balance h3 {
  font-size: 30px;
  font-weight: 600;
  color: #00bf6f;
  margin-bottom: 0px;
}

.addcategory-modal .dollor-amountbtn {
  border: 1px solid #181725;
  border-radius: 40px;
  background-color: transparent;
  font-size: 16px;
  font-weight: 500;
  color: #181725;
  padding-inline: 30px;
}

.addcategory-modal .dollor-amountbtn:focus {
  border: 1px solid #181725;
  color: #181725 !important;
}

.addcategory-modal .borderbtn-group {
  display: flex;
  gap: 10px;
  justify-content: center;
}

.addcategory-modal .accountnumber_box {
  border: 1px solid #00bf6f;
  padding: 14px;
  border-radius: 15px;
  display: flex;
  gap: 20px;
  margin-block-end: 10px;
}

.addcategory-modal .ac-box {
  margin-inline: 20px;
  margin-block-end: 20px;
}

.addcategory-modal .more-account {
  margin-inline: 20px;
  margin-block-end: 20px;
  border: 1px solid #00bf6f;
  padding: 14px;
  border-radius: 15px;
  display: flex;
  gap: 20px;
}

.addcategory-modal .accountnumber_box .bank_detail_ h4 {
  font-size: 20px;
  font-weight: 600;
  color: #181725;
}

.addcategory-modal .accountnumber_box .bank_detail_ p {
  font-size: 18px;
  font-weight: 500;
  color: #6a6e7a;
  display: flex;
  align-items: center;
  gap: 2px;
  margin: 0px;
}

.addcategory-modal .accountnumber_box .bank_detail_ p i {
  font-size: 8px;
}

.addcategory-modal .accountnumber_box .bank_detail_ p i:nth-child(2) {
  margin-inline-end: 6px;
}

.addcategory-modal .accountnumber_box .bank_detail_ p i:nth-child(4) {
  margin-inline-end: 6px;
}

.addcategory-modal .accountnumber_box .bank_detail_ p i:nth-child(7) {
  margin-inline-end: 6px;
}

.addcategory-modal .accountnumber_box .bank_detail_ p i:nth-child(10) {
  margin-inline-end: 6px;
}

.addcategory-modal .accountnumber_box .positionbtn {
  position: absolute;
  top: 10px;
  width: 13px;
  right: 15px;
}

.addcategory-modal .accountnumber_box button {
  border: none;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.addcategory-modal .accountnumber_box button h4 {
  margin: 0px;
  color: #00bf6f !important;
}

.addcategory-modal .accountnumber_box .btn:focus {
  border: none;
}

.bank_account_block icon img {
  max-width: 35px;
}

.porfileimg-show {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
}

.porfileimg-show img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.profile-pic img {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
}

.profile-pic .-label span {
  cursor: pointer;
  height: 50px;
  width: 50px;
  background-color: #00bf6f;
  z-index: 2;
  position: absolute;
  color: #fff;
  border-radius: 50%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  top: 135px;
  left: 158px;
}

.vendor-icn {
  width: 100px;
  height: 100px;
  object-fit: cover;
  overflow: hidden;
  border-radius: 18px;
}

.fill-shop-detail .profile-pic .-label span {
  left: 150px;
}

.form-groupes .table_searchicon {
  font-size: 20px;
  color: #212121;
  font-weight: 800;
  padding: 10px;
  cursor: pointer;
}

.form-check-input {
  padding-inline-end: 0px !important;
}

.form-check-label {
  font-size: 16px !important;
}

.remove_bgbtn {
  background-color: transparent !important;
  border: 1px solid #181725 !important;
  color: #181725 !important;
  border-radius: 40px;
  font-size: 18px;
}

.remove_bgbtn:focus {
  background-color: transparent !important;
  border: 1px solid #181725 !important;
  color: #181725 !important;
}

.profile-justify {
  justify-content: center !important;
}

.profile-justify .-label {
  transform: translate(50px, 70px) !important;
}

.fill-resto-detail .container {
  max-width: 1000px;
}

.fill-shop-detail .container {
  max-width: 480px;
}

.fill-resto-detail .inner-block {
  max-height: 80vh;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 25%);
}

.modal {
  overflow: auto;
}

canvas#balanceChart {
  height: 100% !important;
  width: 100% !important;
}

.fill-resto-detail .inner-block h5 {
  font-size: 30px;
  font-weight: 600;
  color: #181725;
}

.fill-resto-detail .inner-block p {
  font-size: 16px;
  font-weight: 400;
  color: #6a6e7a;
  margin-block-end: 30px;
}

/* ----- pic uploader ----- */
.pictures,
.custom-picture-uploader,
.picture {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  border: 1px dashed #d5d5d5;
  cursor: pointer;
  font-family: sans-serif;
  transition:
    color 300ms ease-in-out,
    background 300ms ease-in-out;
  outline: none;
  overflow: hidden;
  border-radius: 20px;
  height: 250px;
  object-fit: cover;
  position: relative;
}

.simage-upload .pictures,
.simage-upload .picture {
  width: 100%;
  border-radius: 15px;
  height: 108px;
}

.simallimage-upload .picture {
  width: 200px;
  border-radius: 15px;
  height: 200px;
}

.simallimage-upload {
  display: flex;
  justify-content: center;
}
.picture:focus,
.picture:active {
  color: #000;
  background: #fff;
}

.picture__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  text-align: center;
}

.show_image {
  width: 100%;
  text-align: center;
  height: 100%;
  object-fit: cover;
}

.user_details .userimage img,
.support-section .active-tab .detail_block .img_box img,
.support-section .chat_bord .customer_image img,
.support-section .support_info .support_profile img,
.detail_section .inner-block .img-uploder img,
.reviwes-card .img-uploder img,
.resto-dasbord .selling-products .product-img img,
.pic_images,
.pic_image {
  height: 100%;
  width: 100%;
  padding: 20px;
  position: relative;
}

.pic_image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.pic_texts,
.pic_text {
  font-family: "General Sans" !important;
  text-align: center;
  position: absolute;
  padding-inline: 20px;
  color: #181725 !important;
  font-size: 16px;
  font-weight: 500 !important;
  margin: 0px;
}

.btn-trash {
  margin: 0 !important;
  width: auto !important;
  padding: 10px 15px !important;
}

.txt-grey {
  color: #818181 !important;
}

.txt-lightgrey {
  color: #626162 !important;
}

.pic_texts,
.simage-upload .pic_text {
  font-size: 12px;
  line-height: 16px;
}

.pic_text span {
  color: #6a6e7a;
  font-size: 16px;
  font-weight: 500;
  margin: 0px;
}

.pic_text img {
  max-width: 46px;
}

.simage-upload .pic_texts img,
.simage-upload .pic_text img {
  max-width: 30px;
  margin-bottom: 15px;
}

input[type="file"] {
  visibility: hidden;
  position: absolute;
  width: 20px;
}

.postion-icon .-label span {
  top: 130px;
  left: 150px;
}

.user-menu {
  position: relative !important;
}

.login-page {
  /* height: 100vh !important; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.form-control:focus {
  background-color: transparent;
  border-color: transparent;
  box-shadow: none;
}

.form-control.is-invalid:focus,
.was-validated .form-control:invalid:focus {
  box-shadow: none !important;
}

/* .content .form-control:focus {
  background-color: unset !important;
  border-color: unset !important;
  box-shadow: unset !important;
  border: 1px solid #d8d8d8 !important;
} */

/* .content select#maintenance {
  border-radius: 13px;
  font-size: 16px !important;
  font-weight: 400;
} */

a {
  text-decoration: none;
}

.Categories_fill .form-input-field,
.role-section .form-input-field {
  border: 1px solid rgba(6, 132, 75, 20%);
  border-radius: 13px;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  width: 100%;
}

.role-section .login-page-main .input-group input {
  width: unset;
  accent-color: #00bf6f;
}

.role-section .ineer-block span img {
  max-width: 22px;
}

.fill-shop-detail .save-buttn {
  margin: 15px 0px;
}

.Categories_fill .form-input-field {
  justify-content: space-between;
  padding: 10px;
  display: flex;
  align-items: center;
  gap: 20px;
  width: 100%;
}

.Categories_fill .form-input-field span img {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
}

.Categories_fill .form-input-field label {
  font-size: 16px;
  color: #181725;
  white-space: nowrap;
}

.Categories_fill input[type="checkbox"] {
  border: 2px solid #00bf6f !important;
  border-radius: 5px !important;
  background: transparent !important; /* Unchecked: transparent background */
  cursor: pointer !important;
  line-height: 0 !important;
  outline: 0 !important;
  padding: 0 !important;
  vertical-align: text-top !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
  width: 25px !important;
  height: 25px !important;
  transition: background 0.3s ease !important;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Checked state */
.Categories_fill input[type="checkbox"]:checked {
  background: #00bf6f !important;
}

/* Checkmark pseudo-element */
.Categories_fill input[type="checkbox"]::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' points='2.75 8.75 6.25 12.25 13.25 4.75'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: scale(1);
}

/* Show checkmark when checked */
.Categories_fill input[type="checkbox"]:checked::after {
  display: block !important;
}

/* Hover effect */
.Categories_fill input[type="checkbox"]:hover {
  opacity: 0.8 !important;
}

.fill-resto-detail .form-group {
  margin-block: 15px;
}

.center-form-group {
  display: flex;
  justify-content: center;
}

.useradd_model .colums-align {
  flex-direction: column;
  align-items: center;
}

textarea {
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

td:has(img + span) span {
  margin-inline-start: 15px;
  color: #181725;
}

.web_logo .picture {
  max-width: 200px;
  height: 200px;
}

input[type="search"]:focus {
  border: 1px solid rgba(158, 158, 158, 30%);
  background-color: #fff;
}

.choose_ac {
  position: absolute;
  bottom: 10px;
  right: 15px;
}

.positionbtn:focus {
  color: #6a6e7a !important;
}

.message-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-top: 5px;
}

.message {
  text-align: center;
  font-size: 14px;
  padding-inline-start: 8px;
}

.addmore {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 15px 0px 15px 0px;
}

.span-error .profile-pic .-label span {
  left: 245px;
}

/* .phoneno,
.phone {
  min-height: 58px;
} */

div#table_length:after {
  content: "\F282";
  font-family: "bootstrap-icons";
  font-size: 16px;
  color: #181725;
  display: inline-block;
  left: 100px;
  position: absolute;
  top: 8px;
  pointer-events: none;
}

.user_details .userimage {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  overflow: hidden;
  object-fit: cover;
  border: 1px dashed #00bf6f;
}

.user_details .details_ h6 {
  font-size: 15px;
  font-weight: 600;
  color: #000;
}

.user_details .details_ p {
  font-size: 15px !important;
  font-weight: 400;
  color: #6a6e7a;
}

.support-section .supprt_tab {
  border-radius: 20px;
  padding: 10px 0px;
  height: 100%;
}

.support-color {
  background-color: rgba(255, 255, 255, 50%);
  border-radius: 15px 15px 0px 0px;
  padding-top: 24px;
  height: 100%;
}
.support-boxcolor {
  background-color: rgba(255, 255, 255, 50%);
  border-radius: 0px 0px 15px 15px;
  height: 100%;
}
.support-tabcolor {
  background-color: #fff;
  border-radius: 20px;
  margin-top: -155px;
}

.supprt_tab .form-group input {
  padding-left: 50px;
}

.support-section .user_detail {
  padding: 0px 28px;
  border-bottom: 1px solid rgba(158, 158, 158, 20%);
}

.support-section .user_detail .nav-link {
  padding-bottom: 12px;
  font-size: 16px;
  color: #6a6e7a !important;
  font-weight: 500;
  border: none;
  border-bottom: 2px solid transparent;
  border-radius: 0px;
}

.support-section .user_detail .nav-link.active,
.user_detail .show > .nav-link {
  color: #00bf6f !important;
  background-color: transparent;
  border-color: #00bf6f;
}

.support-section .search_box {
  padding-inline: 28px;
}

.support-section .active-tab .detail_block .img_box {
  width: 40px;
  height: 40px;
  overflow: hidden;
  border-radius: 50%;
}

.support-section .active-tab .detail_block {
  padding: 20px 24px;
  gap: 15px;
  border-bottom: 1px solid rgba(158, 158, 158, 20%);
  margin-bottom: 10px;
}

.support-section .user_tabing .active {
  background-color: rgba(6, 132, 75, 6%);
  border-color: transparent !important;
}

.support-section .active-tab .detail_block .sub_headding h3 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 15px;
  color: #181725;
  font-weight: 600;
}

.support-section .active-tab .detail_block .date_inner span,
.support-section .active-tab .detail_block .sub_headding p {
  font-size: 13px;
  color: #6a6e7a;
  font-weight: 400;
}

.support-section .chat_block {
  border-radius: 20px;
  background-color: #fff;
  height: 100%;
}

.support-section .chat_block h3 {
  font-size: 24px;
  color: #181725;
  font-weight: 600;
}

.support-section .chat_bord {
  padding: 30px 30px 0px 30px;
}

.support-section .chat_inner {
  padding: 30px;
  border-bottom: 1px solid #d8d8d8;
}

.support-section .border_right {
  border-right: 1px solid rgba(158, 158, 158, 30%);
  height: 100%;
}

.support-section .technical_block .mark_button {
  border: 1px solid rgba(24, 23, 37, 30%);
  border-radius: 50px;
  font-size: 13px;
  color: #6a6e7a;
  font-weight: 500;
  white-space: nowrap;
}

.support-section .technical_block .menu_button:focus,
.support-section .technical_block .mark_button:focus {
  border: 1px solid rgba(24, 23, 37, 30%);
  color: #6a6e7a !important;
}

.support-section .technical_block .menu_button {
  border: 1px solid rgba(24, 23, 37, 30%);
  border-radius: 50%;
  height: 30px;
  width: 30px;
  font-size: 13px;
  color: #6a6e7a;
  font-weight: 500;
  padding: 5px;
}

.support-section .chat_bord .chat_list span,
.support-section .technical_block span {
  color: #6a6e7a;
  font-size: 14px;
  font-weight: 400;
}

.support-section .chat_bord .customer_image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
}

.support-section .chat_bord .chat_list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.support-section .chat_bord .chat_list h5 {
  font-size: 14px;
  color: #181725;
  font-weight: 500;
}

.support-section .chat_bord .chat_list h5 span {
  color: #6a6e7a;
  font-weight: 400;
}

.support-section .chat_bord p {
  font-size: 14px;
  color: #6a6e7a;
  font-weight: 400;
  margin: 20px 0px 0px 0px;
}

.support-section .sub_headding {
  width: 60%;
  text-align: left;
}

.support-section .chat_download {
  border: 1px solid rgba(158, 158, 158, 30%);
  border-radius: 10px;
  margin: 25px 30px 0px 30px;
  overflow: hidden;
}

.support-section .chat_download span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 400;
  color: #181725;
}

.support-section .chat_download .uploades {
  padding: 20px 20px;
}

.support-section .pdf_download {
  background-color: #f1f1f1;
  border-top: 1px solid #e2e2e2;
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.support-section .pdf_download .pdf_btn {
  background-color: transparent;
  border: none;
  font-size: 14px;
  color: #181725;
  font-weight: 500;
}

.support-section .pdf_download span {
  font-size: 14px;
  color: #181725;
  font-weight: 400;
}

.support-section .day_headding {
  padding: 30px 30px 0px 30px;
}

.support-section .day_headding h3 {
  font-size: 14px;
  color: #181725;
  font-weight: 600;
  border-top: 1px solid rgba(158, 158, 158, 30%);
  text-align: center;
  padding-top: 15px;
}

.support-section .pdf_download .pdf_btn:focus {
  background-color: transparent;
  color: #181725 !important;
}

.support-section .pdf_download .pdf_btn i {
  color: #00bf6f !important;
  font-weight: 600 !important;
}

.support-section .chatting_box {
  margin: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  overflow: hidden;
}

.support-section .chatting_box .reply_btn {
  color: #fff;
  background-color: #00bf6f;
  border-radius: 100px;
  font-size: 13px;
  font-weight: 500;
  border: none;
  padding-inline: 30px;
}

.support-section .support_info .support_profile {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
}

.support-section .support_info {
  padding: 28px 22px 30px 26px;
}

.support-section .support_info .dot_ {
  color: #6a6e7a;
  font-size: 20px;
  cursor: pointer;
}

.support-section .support_info .info h3 {
  font-size: 20px;
  font-weight: 600;
  color: #181725;
  margin-top: 20px;
}

.support-section .support_info .info p {
  font-size: 13px;
  font-weight: 400;
  color: #181725;
  margin-bottom: 28px;
}

.support-section .support_info .detail_ h5 {
  font-size: 18px;
  font-weight: 600;
  color: #181725;
  text-align: center;
}

.support-section .support_info .detail_ p {
  font-size: 13px;
  font-weight: 400;
  color: #181725;
  text-align: center;
  margin-bottom: 0px;
}

.support-section .support_info .user_information li {
  font-size: 14px;
  font-weight: 400;
  color: #6a6e7a;
  margin-bottom: 16px;
}

.support-section .support_info .user_information h6 {
  font-size: 14px;
  font-weight: 600;
  color: #181725;
  margin-bottom: 22px 0px 5px 0px;
}

.support-section .support_info .user_information .ref_id p {
  font-size: 13px;
  font-weight: 400;
  color: #6a6e7a;
  margin-bottom: 6px;
}

.support-section .support_info .user_information .ref_id span {
  font-size: 13px;
  font-weight: 400;
  color: #181725;
  margin-bottom: 20px;
}

.user_information .active {
  color: #00bf6f !important;
  font-weight: 500 !important;
}

.chatting_box .uploader_ {
  padding: 10px;
}

.chatting_box .note-editor.note-airframe,
.chatting_box .note-editor.note-frame {
  border: none !important;
  margin: 0px;
}

.chatting_box .note-editable.card-block {
  height: 150px !important;
}

.upload_icon i {
  font-size: 20px;
  color: #00bf6f;
  cursor: pointer;
}

label,
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.support-section .user_tabing .nav-link,
.support-section ul {
  padding: 0px !important;
}

.support-section .user_tabing .sub_headding h6 {
  color: #6a6e7a;
  font-size: 12px;
  font-weight: 400;
}

.content-wrapper {
  min-height: unset !important;
}

.content-wrapper {
  padding-bottom: 0px !important;
}

.supprt_tabing {
  max-height: 42vh;
  overflow-y: auto;
  scroll-behavior: smooth;
  padding-right: 10px;
}

.supprt_scrolling {
  max-height: 55vh;
  overflow-y: auto;
  overflow-x: clip;
}

.notification_block .notification_dropdown::-webkit-scrollbar,
.detail_section .inner-block p::-webkit-scrollbar,
.userinfo-scrolling::-webkit-scrollbar,
.supprt_scrolling::-webkit-scrollbar,
.supprt_tabing::-webkit-scrollbar {
  width: 4px;
}

.notification_block .notification_dropdown::-webkit-scrollbar-thumb,
.detail_section .inner-block p::-webkit-scrollbar-thumb,
.userinfo-scrolling::-webkit-scrollbar-thumb,
.supprt_scrolling::-webkit-scrollbar-thumb,
.supprt_tabing::-webkit-scrollbar-thumb {
  background: #6a6e7a;
  border-radius: 10px;
}

.notification_block .notification_dropdown::-webkit-scrollbar-track,
.detail_section .inner-block p::-webkit-scrollbar-track,
.userinfo-scrolling::-webkit-scrollbar-track,
.supprt_scrolling::-webkit-scrollbar-track,
.supprt_tabing::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 10px;
}

.generate-code {
  color: #00bf6f;
  text-decoration: none;
  background-color: transparent;
}

.feald_icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 75vh;
}

.user_notfaund {
  color: red;
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: 500;
  display: none;
}

.preview-container {
  display: flex;
  gap: 10px;
}

.preview-container img {
  width: 50px;
  height: 50px;
  border-radius: 10px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered
  .select2-search.select2-search--inline
  .select2-search__field {
  border: 0;
  margin: 0px;
}

.select2-container--default .select2-selection--multiple {
  border-radius: 13px;
  min-height: 58px !important;
  padding-top: 15px;
}

.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  background-color: #00bf6f;
  border-color: #00bf6f;
  color: #fff;
  padding: 5px 10px;
  border-radius: 15px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple,
.select2-container--default.select2-container--focus
  .select2-selection--single {
  border-color: #d8d8d8;
}

input.select2-search__field.valid {
  cursor: none;
}

.select2-selection__clear {
  display: none !important;
}

span.select2-dropdown.select2-dropdown--below {
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}

.process_bar::before {
  content: "";
  background-color: #e5e7eb;
  height: 4px;
  display: block;
  position: absolute;
  right: 50%;
  width: 100%;
  top: 20px;
}

.progress_main .process_bar:first-child::before {
  content: unset;
}

span.process_area {
  width: 40px;
  height: 40px;
  background-color: #e5e7eb;
  /* border: 1px solid #00BF6F; */
  color: #212121;
  border-radius: 50%;
  z-index: 1;
  position: relative;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.process_bar {
  flex-direction: column;
  text-align: center;
  position: relative;
  display: flex;
  align-items: center;
  width: 25%;
}

.progress_main {
  display: flex;
  justify-content: space-between;
}

.process_bar p {
  margin-top: 10px;
  font-size: 16px;
  color: #6b6b6b;
  font-weight: 400;
}

.order_row .row {
  row-gap: 30px;
}

.shop-reviews,
div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  margin-bottom: 30px;
}

.login-page-main input {
  background-color: #f6f6f6 !important;
  font-size: 16px;
  font-weight: 400;
  color: #212121 !important;
}

.login-page-main input::placeholder {
  color: #818181 !important;
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.login-page-main textarea {
  border: 1px solid #e8e8e8 !important;
  background-color: #f6f6f6 !important;
  font-size: 16px;
  font-weight: 400;
  color: #212121 !important;
}

.login-page-main textarea::placeholder {
  color: #818181 !important;
}

.login-page-main input:-webkit-autofill {
  -webkit-box-shadow: none !important;
  background-color: #f6f6f6 !important;
  -webkit-text-fill-color: #212121 !important;
}

.floating_label {
  padding-inline-start: 16px !important;
}

.btn:not(:disabled):not(.disabled).active,
.btn:not(:disabled):not(.disabled):active {
  box-shadow: none;
  border: none;
}

.coman-table {
  margin-bottom: 0px !important;
}

.search-group input {
  padding: 8px 16px 8px 16px !important;
  color: #9e9e9e;
  font-size: 16px;
  border: none;
  background-color: transparent;
}

.search-group select {
  padding: 12px 36px 12px 12px;
  min-width: 112px;
  border-radius: 13px;
  color: #181725;
  font-size: 16px;
  border: 1px solid #181725;
  display: inline-block;
}

.page-link:focus {
  color: #181725;
  background-color: #fff;
}

.addrestaurant-vendors .inner-manbox,
.edite-restrodetails .inner-block,
.prodect-inner {
  margin-bottom: 40px;
}


/* 2. Remove Grey Boxes behind Arrows & All Outlines */
.bootstrap-datetimepicker-widget .timepicker-picker table td a,
.bootstrap-datetimepicker-widget .timepicker-picker table td a:hover,
.bootstrap-datetimepicker-widget .timepicker-picker table td span,
.bootstrap-datetimepicker-widget .btn,
.bootstrap-datetimepicker-widget td,
.bootstrap-datetimepicker-widget div {
    background: transparent !important; /* Removes the grey square boxes */
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    text-decoration: none !important;
}

/* 3. Reduce Horizontal & Vertical Gaps */
.bootstrap-datetimepicker-widget .timepicker-picker table {
    width: 100% !important;
    margin: 0 auto !important;
}

.bootstrap-datetimepicker-widget .timepicker-picker table td {
    height: 20px !important;    /* Tighten vertical gap */
    line-height: 20px !important;
    padding: 0 !important;      /* Tighten horizontal gap */
    width: 33% !important;      /* Ensures columns stay close */
}



/* 5. Icons (Arrows) */
.bootstrap-datetimepicker-widget a[data-action*="increment"] span,
.bootstrap-datetimepicker-widget a[data-action*="decrement"] span {
    color: #00bf6f !important;
    font-size: 16px !important;
    transition: transform 0.2s ease;
}

/* 6. Perfect Hover (Only on the icons/numbers) */
.bootstrap-datetimepicker-widget a[data-action*="increment"]:hover span,
.bootstrap-datetimepicker-widget a[data-action*="decrement"]:hover span {
    transform: scale(1.2); /* Arrows grow slightly on hover */
}

.bootstrap-datetimepicker-widget .timepicker-hour:hover, 
.bootstrap-datetimepicker-widget .timepicker-minute:hover {
    color: #00bf6f !important;
    cursor: pointer;
}

/* 7. AM/PM Button (The Green Accent) */
.bootstrap-datetimepicker-widget [data-action="togglePeriod"] {
    background-color: #00bf6f !important;
    color: #ffffff !important;
    font-weight: 400 !important;
    border-radius: 6px !important;
    padding: 6px 12px !important;
    margin-left: 5px !important;
}

/* 8. Hide the little "arrow" triangle at the top for a cleaner look */
.bootstrap-datetimepicker-widget.bottom:after, 
.bootstrap-datetimepicker-widget.bottom:before {
    display: none !important;
}


.bootstrap-datetimepicker-widget,
.usetwentyfour {
  padding: 10px 20px !important;
  background-color: #fff;
  border: none;
  border-radius: 10px;
  border: 1px solid #ddd;
}

.table-condensed .day {
  padding: 5px !important;
}

.table-condensed .dow {
  padding: 10px 5px !important;
}

.simallimage-upload .custom-picture {
  width: 382px !important;
  height: 180px !important;
  border-radius: 15px;
}

.cr-slider {
  border: none !important;
}

span.select2.select2-container.select2-container--default {
  width: 100% !important;
}

.page-item,
.custom-table-length {
  cursor: pointer;
}

nav
  .d-none.flex-sm-fill.d-sm-flex.align-items-sm-center.justify-content-sm-between {
  flex-wrap: wrap;
  gap: 20px;
}

.timing .open input {
  max-width: 80px;
}

.h-90 {
  min-height: 90px;
}

.modal-body label.picture {
  margin-bottom: 20px;
}

td.banner-img img {
  width: 95px;
  height: 45px;
  border-radius: 6px;
}

td.resto-img img {
  width: 120px;
  height: 70px;
  border-radius: 8px;
}

.proaddon-resto {
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
}

.aspect-ratio-full {
  aspect-ratio: 1 / 1 !important;
}

.filters_table {
  width: 100%;
  min-width: 250px;
  color: #9e9e9e;
  border: solid 1px #e8e8e8 !important;
  background-color: #f6f6f6 !important;
  border-radius: 50px !important;
  padding-inline-end: 10px;
}

.check label {
  width: fit-content;
  cursor: pointer;
}

.option-width {
  max-width: 120px !important;
}

.addons-list li {
  display: flex;
  margin-bottom: 5px;
  align-items: center;
}

/* .addon-name {
  font-weight: normal;
  margin-right: 10px;
  min-width: 120px;
} */

.bootstrap-datetimepicker-widget .dropdown-menu{
  display: block !important;
opacity: 1 !important;
}

.addon-price {
  color: #2ecc71;
}

.trash_icon,
.shopimg_remove,
.adminprofileimg_remove,
.productbannerimg_remove,
.productimg_remove {
  border-radius: 8px !important;
  padding-inline: 12px !important;
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #00bf6f;
  color: #fff;
  border: none;
  font-size: 16px;
}

.sproductimg_remove {
  border-radius: 5px !important;
  padding: 2px 5px !important;
  position: absolute;
  top: 5px;
  right: 5px;
  background-color: #00bf6f;
  color: #fff;
  border: none;
  font-size: 14px;
}

.crop-image,
.trash_icon:focus,
.trash_icon:active,
.trash_icon:hover,
.shopimg_remove:focus,
.shopimg_remove:active,
.shopimg_remove:hover,
.adminprofileimg_remove:focus,
.adminprofileimg_remove:active,
.adminprofileimg_remove:hover,
.productbannerimg_remove:focus,
.productbannerimg_remove:active,
.productbannerimg_remove:hover,
.productimg_remove:focus,
.productimg_remove:active,
.productimg_remove:hover,
.sproductimg_remove:focus,
.sproductimg_remove:active,
.sproductimg_remove:hover {
  background-color: #00bf6f !important;
  color: #fff !important ;
  border: none !important;
}
.addons-list {
  display: flex;
  flex-wrap: wrap;
  column-gap: 50px;
}

#currentemailotp-group input,
#newemailotp-group input {
  border-color: #d0d5d2;
}

.iti.iti--allow-dropdown.iti--show-flags,
.dataTables_paginate,
.products-list-section .product-box .iconbox img,
.iti.iti--allow-dropdown.iti--separate-dial-code,
.iti.iti--allow-dropdown.iti--show-flags.iti--inline-dropdown {
  width: 100%;
}

button.btn.addmore-buttn.removeAddOn.removeFAQ,
button.btn.addmore-buttn.removeAddOn.removeFAQ.d-block,
button.btn.addmore-buttn.addAddOn.addFAQ.d-block {
  padding: 6px 12px;
}

.variant-title .form-floating > label {
  left: 0px;
}

.custom-toast .message {
  padding-inline-start: 0px;
}

.custom-toast .icon-container > svg {
  height: 32px;
}

.supprt_tab a.nav-link.active {
  width: unset;
  height: unset;
}

.supprt_tab .detail_block .sub_headding h6 {
  color: #6a6e7a;
  font-size: 12px;
}

.custom-toast-container .custom-toast:last-child {
  display: flex;
}

.pagination {
  flex-wrap: wrap;
  gap: 5px;
}

.wallet_select {
  width: 85px;
}

.active-tab .detail_block .date_inner {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 10px;
  color: #00bf6f !important;
  font-size: 10px;
}

.reviewReply {
  display: flex;
  justify-content: end;
  gap: 10px;
  margin: 10px 0px;
  cursor: pointer;
}

.client_reviewcontent {
  min-height: 65px;
  max-height: 65px !important;
}

.form-group.row {
  row-gap: 0px;
}

.pdf_btn img {
  width: 60px;
  height: 60px;
  border: 1px dashed green;
  border-radius: 10px;
}

.pdf_btn i {
  left: 50%;
  position: absolute;
  top: 25px;
  transform: translate(-50%);
  color: green;
  font-size: 15px;
  background-color: #ffffffc9;
  padding: 2px 6px;
  border-radius: 20px;
}

.prodect_grid {
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
}

.prodect_grid .img_grid img {
  max-height: 248px;
  object-fit: cover;
  border-radius: 20px;
}

.prodect_grid .img_grid .prodect_download {
  border: none;
  color: #fff;
  font-size: 20px;
  background: #464646;
  padding: 8px 10px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%);
}

.chatting_box .support-summer {
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  width: 100%;
  height: 90px;
  resize: none;
  outline: none;
  padding: 5px;
}

/* li.nav-item.dropdown.notification_block {
  position: unset;
} */

.notification_block .notification_dropdown {
  min-width: 500px !important;
  left: unset !important;
  border: none;
  border-radius: 20px;
  padding: 40px 20px;
  top: 50px;
  max-height: 460px;
  overflow-y: auto;
  scrollbar-width: none;  
  display: block !important;
  visibility: hidden;
  opacity: 0;
  transform: translateY(15px);
  transition: opacity 0.3s ease, transform 0.3s ease, visibility 0.3s;
  pointer-events: none;
}

.notification_block .notification_dropdown.show {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.notification_block .dropdown-header {
  font-size: 26px;
  color: #181725;
  font-weight: 600;
  text-align: left;
}

.notification_block .dropdown-contant {
  background-color: #f4f4f4;
  border-radius: 20px;
  padding: 20px;
  position: relative;
}
.notification_block .dropdown-contant h4 {
  font-size: 18px;
  font-weight: 600;
  color: #181725;
}
.notification_block .dropdown-contant p {
  color: #6a6e7a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 260px;
}

.notification_icon {
  background-color: #fff;
  padding: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  color: #00bf6f;
}

.notification_dropdown .dropdown-contant.active {
  background-color: rgba(6, 132, 75, 8%);
}

.notification_dropdown .dropdown-footer {
  background-color: #00bf6f;
  color: #fff;
  border-radius: 50px;
  padding: 12px 30px;
  font-size: 18px;
  font-weight: 600;
  width: fit-content;
}

.notification_read {
  background-color: transparent;
  border: none;
  outline: none;
}

.dropdown-contant .read_contant {
  background-color: #fff;
  padding: 12px 30px 12px 15px;
  position: absolute;
  box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 15%);
  border-radius: 10px 0px 10px 10px;
  color: #181725;
  font-size: 15px;
  font-weight: 500;
  right: 40px;
  bottom: 10px;
}

/* ------- */

.percent-bar {
  color: #00bf6f !important;
  font-weight: 500 !important;
}

.order-icn {
  color: #fff;
  font-size: 20px;
}

.form-btn {
  display: flex;
  gap: 12px;
  align-items: center;
  justify-content: end;
}

.table-bg {
  background-color: #fff;
  padding: 30px;
  border-radius: 20px;
}

.content .outline-none:focus {
  outline: none !important;
  border: none !important;
}

.px-10 {
  padding: 8px 10px 8px 3px !important;
}

.cus-select-br {
  border: solid 1px #d1d5db !important;
}

.fs-14 {
  font-size: 14px !important;
}

.fs-15 {
  font-size: 15px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-18 {
  font-size: 18px !important;
}

.fs-24 {
  font-size: 24px !important;
  margin-bottom: 0px !important;
}

.cus-inp {
  background-color: transparent !important;
  border: none !important;
  font-size: 16px !important;
}

.txt-gold {
  color: #f8b600;
}

.addcategory-outlinebtn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 15px !important;
  font-weight: 500 !important;
  color: #212121 !important;
  text-decoration: none;
  background-color: transparent !important;
  padding: 10px 22px !important;
  border: 1.5px solid #212121 !important;
  border-radius: 40px !important;
  white-space: nowrap !important;
  transition: all 0.25s ease;
}

.addcategory-outlinebtn:hover {
  border: solid 1px #212121 !important;
  color: #212121 !important;
}

.addcategory-outlinebtn:focus {
  border: solid 1px #212121 !important;
  color: #212121 !important;
}

.cus-range-br {
  border: solid 1px #d1d5db !important;
  border-radius: 13px;
  color: #181725;
  font-size: 16px;
  padding: 0.75rem;
  display: inline-block;
  white-space: nowrap;
}

.txt-mainclr {
  color: #00bf6f !important;
}

.inp-cus {
  position: relative;
}

.login-page-main .resend-btn {
  background-color: transparent;
  border: none;
  outline: none;
  color: #00bf6f;
  font-size: 16px;
  font-weight: 600;
  padding: 0px !important;
  margin-top: 0px !important;
  margin-bottom: 10px !important;
}

.inp-login {
  padding: 3px;
  max-width: 400px;
  color: #212121;
  border: solid 1px #e8e8e8 !important;
  background-color: #f6f6f6 !important;
  border-radius: 50px !important;
  padding-inline-end: 20px;
}

.login-icn {
  padding: 10px;
  width: 35px;
  margin-left: 10px;
}

.p-32 {
  padding: 32px !important;
}

.product-add-section .product-main input,
.product-add-section .product-main textarea {
  border: 1px solid #e8e8e8 !important;
  background-color: #f6f6f6 !important;
  font-size: 16px;
  font-weight: 400;
  color: #212121 !important;
}

.product-add-section .product-main input::placeholder,
.product-add-section .product-main textarea::placeholder {
  color: #818181 !important;
}

.product-add-section .cus-product-inp input {
  background-color: transparent !important;
  border: none !important;
  font-size: 16px !important;
}

.product-add-section .product-main input::placeholder {
  color: #818181 !important;
}
.product-add-section .product-main textarea::placeholder {
  color: #818181 !important;
}

.product-add-section .product-main input:-webkit-autofill,
.product-add-section .product-main textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f6f6f6 inset !important;
  box-shadow: 0 0 0 1000px #f6f6f6 inset !important;
}

.product-select {
  border: 1px solid #e8e8e8 !important;
  background-color: #f6f6f6 !important;
  font-size: 16px;
  font-weight: 400;
  color: #212121 !important;
}

.product-select:focus {
  box-shadow: none !important;
}

.product-select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f6f6f6 inset !important;
  box-shadow: 0 0 0 1000px #f6f6f6 inset !important;
  -webkit-text-fill-color: #818181 !important;
}

.cus-br-product {
  border: none !important;
  background-color: #f4f4f4 !important;
}

.w-15 {
  margin-inline-start: 15px;
  max-width: 15px;
  display: flex;
}

.w-16 {
  max-width: 16px;
}

.w-22 {
  max-width: 22px;
}

.w-50 {
  max-width: 50px;
}

.w-c-25 {
  margin-inline-start: 15px;
  width: 25px;
  display: flex;
}

.currency-icn {
  width: 100%;
  margin-right: 5px;
}

.box-inner {
  border: solid 1px #e5e7eb !important;
  padding: 16px 16px 20px 16px !important;
}

.price-inp {
  align-items: center;
  display: flex;
  gap: 5px;
  padding: 3px;
  max-width: 400px;
  color: #212121;
  border: solid 1px #e8e8e8 !important;
  background-color: #f6f6f6 !important;
  border-radius: 50px !important;
  padding-inline-end: 20px;
}

.vendor-main input,
.vendor-main textarea {
  border: 1px solid #e8e8e8 !important;
  background-color: #f6f6f6 !important;
  font-size: 16px;
  font-weight: 400;
  color: #212121 !important;
}

.vendor-main input::placeholder {
  color: #818181 !important;
}
.vendor-main textarea::placeholder {
  color: #818181 !important;
}

.vendor-main input:-webkit-autofill,
.vendor-main textarea:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f6f6f6 inset !important;
  box-shadow: 0 0 0 1000px #f6f6f6 inset !important;
  -webkit-text-fill-color: #818181 !important;
}

/* Label styling and spacing */
.custom-checkbox {
  cursor: pointer;
  font-size: 16px;
  user-select: none;
  display: inline-flex;
  align-items: center;
}

/* Hide default checkbox */
.custom-checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Custom checkbox square */
.custom-checkbox .checkmark {
  width: 24px;
  height: 24px;
  background-color: transparent;
  border-radius: 8px;
  border: 2px solid #00bf6f;
  transition: 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Hover effect */
.custom-checkbox:hover .checkmark {
  background-color: #f5f5f5;
}

.custom-checkbox input:checked + .checkmark {
  background-color: #00bf6f;
  border-color: #00bf6f;
}

/* SVG Tick */
.custom-checkbox input:checked + .checkmark::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' points='2.75 8.75 6.25 12.25 13.25 4.75'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: scale(1);
}

.cus-width {
  margin: 10px auto !important;
  max-width: min(1140px, calc(100vw - 2rem)) !important;
}

.couponmodal-width {
  margin: 10px auto !important;
  max-width: min(768px, calc(100vw - 2rem)) !important;
}

.custom-checkbox .cus-position {
  left: 0px !important;
}

.review-op-width select {
  max-width: 140px !important;
}

.review-card {
  background-color: #f3f3f3 !important;
  color: #626162;
  padding: 24px;
  border-radius: 20px;
}

.review-profile img {
  overflow: hidden;
  object-fit: cover;
  object-position: center ;
  width: 50px;
  height: 50px;
}

.review-check {
  left: 5px !important;
  top: -17px !important;
}

.dis-grid {
  justify-content: center;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}

.br-category {
  padding: 20px;
  border: solid 1px #00bf6f;
  display: flex;
  align-items: center;
  border-radius: 20px;
}

.shop-img {
  width: 100% !important;
  min-height: 200px !important;
  border-radius: 30px 30px 0 0;
}

.brb-rounded {
  border-radius: 0 0 30px 30px;
}

.txt-shop {
  max-height: inherit !important;
}

.clr-grey {
  color: #626162 !important;
}

.cus-tabs .nav-link:focus,
.cus-tabs .nav-link:focus-visible,
.cus-tabs .nav-link:active {
  outline: none;
  box-shadow: none;
}

.cus-tabs .nav-link {
  font-size: 16px;
  color: #626162 !important;
  font-weight: 500 !important;
  padding-bottom: 15px;
  border: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.cus-tabs .nav-link.active {
  color: #00bf6f !important;
  background-color: transparent !important;
  border-bottom: 2px solid #00bf6f !important;
}
.cus-tabs .nav-link:hover {
  color: #00bf6f !important;
}

.h-320 {
  height: 320px !important;
}

.btn-flat .porfile_manblock .prent h5 {
  font-size: 18px;
}

.btn-flat .porfile_manblock .prent i {
  font-size: 18px;
}

.timeing {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: solid 1px #cecece4d;
}

.category-box {
  height: 100%;
  text-align: center;
  padding: 40px;
  border: solid 1px #e5e7eb;
  color: #212121;
  background: #fff;
  border-radius: 30px;
  transform: scale(1);
}

.category-icn {
  margin: auto;
  display: block;
  width: 20%;
}

.category-icn img {
  width: 100%;
}

.category-box h5 {
  padding-top: 20px;
  font-size: 16px;
  text-align: center;
}

.category-box-wrapper {
  height: -webkit-fill-available;
  cursor: pointer;
  display: block;
}

.category-box-wrapper input:checked + .category-box {
  border-color: #00bf6f;
  background-color: #f3fff9;
  transform: scale(1.05);
  transition: 0.3s ease;
}

.category-box-wrapper:hover .category-box {
  transform: scale(1.03);
  transition: 0.3s ease;
}

.w-900 {
  margin: 50px auto !important;
  width: min(900px, calc(100vw - 2rem)) !important;
  max-width: min(900px, calc(100vw - 2rem)) !important;
}

.step {
  display: none;
}
.step.active {
  display: block;
}

.step-progress {
  gap: 5px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
  width: 100%;
}

.step-item {
  align-items: center;
  gap: 10px;
  display: flex;
  text-align: left;
  position: relative;
}

.step-circle {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 2px solid #e5e7eb;
  display: flex;
  justify-content: center;
  align-items: center;
  /* margin: 0 auto 5px; */
  background-color: #e5e7eb;
  color: #000;
  font-weight: 600;
}

.step-item.done .step-circle {
  background-color: #00bf6f;
  border-color: #00bf6f;
  color: #fff;
}

.step-item.active .step-circle {
  background-color: #00bf6f;
  border-color: #00bf6f;
  color: #fff;
}

.step-item.active .step-label strong {
  color: #00bf6f;
}

.step-label strong {
  font-weight: 500;
  font-size: 16px;
}

.step-label small {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #626162;
}

/* Connecting line */
.step-line {
  flex: 1;
  height: 2px;
  background-color: #e5e7eb;
  flex: 1;
  margin: 0 5px;
}

.step-item.done + .step-line {
  background-color: #00bf6f;
}

.login-review {
  background-color: #f3f4f6;
  padding: 24px;
  border-radius: 30px;
}

.gap-100 {
  gap: 80px;
}

.gap-20 {
  gap: 20px;
}

.gap-10 {
  gap: 10px;
}

.row-32 {
  row-gap: 40px;
}

.submit-message {
  background: rgba(0, 191, 111, 0.1);
  border-radius: 30px;
  padding: 20px;
  color: #00bf6f;
}

.ratio-index {
  position: absolute;
  right: 15px;
  top: 15px;
}

.max-w-order {
  margin: 10px auto !important;
  max-width: min(988px, calc(100vw - 2rem)) !important;
}

.order-card {
  padding: 20px;
  background-color: #f3f4f6;
  border-radius: 20px;
}

.h-6 {
  height: 6px !important;
}

.bg-gold {
  background-color: #f8b600 !important;
}

.nav-pills .nav-link:not(.active):hover {
  color: #00bf6f !important;
}

.review-filter .nav-pills .nav-link {
  border: none !important;
  border-radius: 40px !important;
  padding: 10px 20px !important;
}

.review-filter .nav-pills .nav-link.active {
  color: #00bf6f !important;
  background: rgba(0, 191, 111, 0.1) !important;
  white-space: nowrap;
}

.support-card {
  padding: 22px;
  display: flex;
  gap: 10px;
  align-items: center;
  border: solid #e5e7eb 1px;
}

.support-card p {
  color: #626162 !important;
}

.category-card {
  cursor: pointer;
  transition: all 0.3s ease;
  border: 1px solid #e0e0e0;
  background-color: #fff;
}

.category-card:hover {
  border-color: #00bf6f;
  background-color: rgba(0, 191, 111, 0.05);
}

/* Entire card gets selected */
.category-card:has(input:checked) {
  border-color: #00bf6f !important;
  background-color: rgba(0, 191, 111, 0.1) !important;
}

.support-request {
  border: 1px solid #e8e8e8 !important;
  background-color: #f6f6f6 !important;
  font-size: 16px;
  font-weight: 400;
  color: #818181 !important;
}

.support-select select {
  max-width: 100% !important;
  border: 1px solid #e8e8e8 !important;
  background-color: #f6f6f6 !important;
  font-size: 16px;
  font-weight: 400;
  color: #818181 !important;
}

.support-btn {
  color: #fff;
  border: none;
  background-color: #00bf6f;
  border-radius: 40px;
  font-size: 18px;
  font-weight: 500;
  padding-inline: 22px;
}

.support-btn:hover {
  background-color: #00bf6f;
  color: #fff;
}

.b-0 {
  border: none !important;
}

.notification-outlinebtn {
  color: #626162 !important;
  display: inline-block !important;
  background-color: transparent !important;
  padding: 10px 20px !important;
  border: solid 1px #626162 !important;
  border-radius: 40px !important;
  white-space: nowrap !important;
}

.notification-card {
  padding: 24px;
  background-color: #fff !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
}

.notification-mark-line {
  position: relative;
  overflow: hidden;
}

.notification-card span,
.notification-card p {
  color: #626162 !important;
}

.btn-notification {
  background-color: transparent !important;
  color: #626162 !important;
  font-size: 20px !important;
  border: none !important;
}

.notification-mark-line::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  background: #00bf6f;
}

.help-form {
  border: 1px solid #e8e8e8 !important;
  background-color: #f6f6f6 !important;
  font-size: 16px;
  font-weight: 400;
  color: #818181 !important;
}

.help-form:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #f6f6f6 inset !important;
  box-shadow: 0 0 0 1000px #f6f6f6 inset !important;
  -webkit-text-fill-color: #818181 !important;
}

.help-form:focus {
  border: 1px solid #e8e8e8 !important;
  background-color: #f6f6f6 !important;
  font-size: 16px;
  font-weight: 400;
  color: #818181 !important;
}

.min-w-120 {
  min-width: 120px !important;
}

/* driver */

.driver-img {
  width: 44px;
  height: 44px;
  overflow: hidden;
}

.driver-img img {
  width: 100%;
  height: 100%;
}

.driver-icn {
  flex-shrink: 0;
  background-color: #e0f7ee;
  width: 50px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.svg-txt {
  font-size: 20px;
  color: #00bf6f;
  font-weight: 400;
}

.separator {
  width: 100%;
  border: 1px solid #e9e9e9;
  display: block;
  margin-top: 15px;
  margin-bottom: 15px;
}

.driver-details {
  background-color: #fff;
  border-radius: 20px !important;
  overflow: hidden;
  border: none !important;
}

.br-r-20 {
  border-radius: 20px !important;
}

.br-r-24 {
  border-radius: 24px !important;
}

.driver-details .accordion-button:focus {
  border-color: transparent !important;
  box-shadow: none !important;
}

.driver-details .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' stroke='%23000' stroke-width='2' viewBox='0 0 24 24'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
}

.driver-accordion-head {
  border-bottom: solid 1px #e9e9e9;
}

.driver-accordion-head button {
  background-color: transparent !important;
  border: none !important;
  box-shadow: none !important;
}

.driver-accordion-head button h4 {
  color: #212121 !important;
  font-size: 22px !important;
  font-weight: 700;
}

.driver-status-pending {
  color: #626162 !important;
  font-size: 16px !important;
  font-weight: 500 !important;
}

.status-pending-radio {
  flex-shrink: 0;
  border: solid 1px #ffad24;
  background-color: #fff3de;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.status-pending-inner {
  display: block;
  width: 10px;
  height: 10px;
  background-color: #ffad24;
  border-radius: 50%;
}

.status-approved-radio {
  flex-shrink: 0;
  border: solid 1px #00bf6f;
  background-color: #e0f7ee;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.status-reject-radio {
  flex-shrink: 0;
  border: solid 1px #d63348;
  background-color: #fae7e9;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.driver-id {
  border-bottom: solid 1px #e9e9e9;
  padding-bottom: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.driver-id h5 {
  color: #626162;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px;
}

.driver-id p {
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 0px !important;
}

.driver-proof {
  display: flex;
  gap: 20px;
  align-items: center;
}

.ID-img h5 {
  color: #212121;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  margin-top: 20px;
}

.ID-img {
  max-width: 180px;
}

.ID-img img {
  width: 100%;
  height: 100%;
}

.btn-approve {
  background-color: #00bf6f;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
}

.btn-reject {
  background-color: #d63348;
  color: #fff;
  font-weight: 600;
  padding: 10px 20px;
  border: none;
}

.verfiy-summary {
  color: #212121 !important;
  font-size: 22px !important;
  font-weight: 700;
}

.driver-profile {
  flex-shrink: 0;
  width: 96px !important;
  height: 96px !important;
  overflow: hidden;
  border-radius: 50%;
}

.driver-profile img {
  width: 100%;
  height: 100%;
}

.p-inline-0 {
  padding-inline: 0px !important;
}

.driver-contact-details {
  width: 24px;
  height: 24px;
}

.status-active {
  color: #00bf6f;
  background-color: #d9f5e9;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 500;
}

.status-online {
  color: #fff;
  background-color: #00bf6f;
  padding: 5px 14px;
  font-size: 12px;
  font-weight: 500;
}

.nav-driver {
  display: inline-flex !important; /* 👈 KEY FIX */
  width: fit-content !important;
  gap: 12px;
  padding: 6px;
  background-color: #fff;
}

.nav-driver li {
  flex: 0 0 auto !important;
}

.nav-driver li button.active {
  padding: 10px 20px !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  color: #fff !important;
  border: none !important;
  background-color: #00bf6f !important;
  border-radius: 50px;
  transition: 0.5s;
}

.nav-driver li button {
  width: auto !important;
  color: #626162;
  font-weight: 500;
  background-color: transparent !important;
  border: none !important;
  padding: 10px 20px !important;
  transition: 0.5s;
}

.driver-earnings {
  padding: 32px;
  background-color: #f3f4f6;
  border-radius: 16px;
  text-align: center;
}

.driver-earnings {
  font-size: 22px;
  font-weight: 700;
  color: #212121;
}

.driver-earnings h3 {
  font-size: 22px;
  font-weight: 600;
}

.driver-earnings p {
  font-size: 16px;
  font-weight: 500;
  color: #626162;
  margin-bottom: 0;
}

.d-g-14 {
  display: flex;
  gap: 14px;
  align-items: center;
}

.btn-add {
  color: #fff;
  background-color: #22c55e;
  padding: 10px 15px;
  border: solid 1px #22c55e;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  border: none;
}

.btn-remove {
  color: #fff;
  background-color: #ef494e;
  padding: 10px 15px;
  border: solid 1px #ef494e;
  font-weight: 500;
  font-size: 16px;
  border-radius: 5px;
  border: none;
}

.h-less {
  height: calc(100% - 15px) !important;
}

.svg-icn {
  width: 50px !important;
  height: 50px !important;
  border-radius: 10px;
}

.switch {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 58px;
  height: 30px;
}

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

.slider {
  position: absolute;
  inset: 0;
  background-color: #e0e0e0;
  border-radius: 9999px;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.08);
  transition: background-color 0.35s ease;
  cursor: pointer;
}

.slider::before {
  position: absolute;
  content: "";
  width: 24px;
  height: 24px;
  left: 3px;
  top: 3px;
  background-color: white;
  border-radius: 50%;
  box-shadow:
    0 2px 8px rgba(0, 0, 0, 0.18),
    0 1px 3px rgba(0, 0, 0, 0.12);
  transition: all 0.35s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

input:checked + .slider {
  background: #00bf6f;
}

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

/* Subtle pressed effect */
.slider:active::before {
  transform: scale(0.96);
}

.modal-body {
  scrollbar-width: none !important;
  -ms-overflow-style: none !important;
}

.modal-body::-webkit-scrollbar {
  display: none !important;
}

/* Wrapper */
.edit-menu {
  position: relative;
}

/* 3 Dot Button */
.edit-toggle {
  width: 36px;
  height: 36px;
  border: none;
  background: transparent;
  cursor: pointer;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 4px;
  transition: 0.2s ease;
  transform: rotate(90deg);
}

.edit-toggle:hover {
  background: rgba(0, 0, 0, 0.06);
}

/* Dots */
.edit-toggle span {
  width: 5px;
  height: 5px;
  background: #444;
  border-radius: 50%;
  transition: 0.2s ease;
}

/* Dropdown Design */
.edit-dropdown {
  position: absolute;
    left: -35px;
    top: -15px;
  min-width: 100px;
  background: #ffffff;
  border-radius: 12px;
  padding: 3px 0;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  border: 1px solid #f1f1f1;
  display: none;
  z-index: 1000;
  overflow: hidden;
}

/* Arrow indicator */
.edit-dropdown::before {
  content: "";
  position: absolute;
  top: -6px;
  right: 14px;
  width: 12px;
  height: 12px;
  background: white;
  transform: rotate(45deg);
  border-left: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
}

/* Dropdown Items */
.edit-dropdown a,
.edit-dropdown button
{
  display: flex;
  align-items: center;
  padding: 6px 12px;
  text-decoration: none;
  font-size: 14px;
  color: #333;
  transition: 0.2s ease;
  border: none;
  background: transparent;
  cursor: pointer;
  width: 100%;
}

/* Hover Effect */
.edit-dropdown a:hover ,
.edit-dropdown button:hover {
  background: #f8f9fb;
  color: #000;
}

/* Optional: Divider */
.edit-dropdown .divider {
  height: 1px;
  background: #eee;
  margin: 4px 0;
}

.modal-open {
  padding-right: 0px !important;
  height: inherit !important;
  overflow: inherit !important;
}

.category-box-img {
  background-color: #e5f9f1;
  width: 54px;
  height: 54px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 12px;
}

.category-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 10px; /* space between checkbox and text */
  cursor: pointer;
  font-size: 16px;
  user-select: none;
}

/* Hide default checkbox */
.category-checkbox input {
  display: none;
}

/* Custom checkbox */
.category-checkbox .checkmark {
  width: 24px;
  height: 24px;
  border: 2px solid #00bf6f;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s;
}

/* Hover effect */
.category-checkbox:hover .checkmark {
  background-color: #f5f5f5;
}

.category-checkbox input:checked + .checkmark {
  background-color: #00bf6f;
  border-color: #00bf6f;
}

/* SVG Tick */
.category-checkbox input:checked + .checkmark::after {
  content: "";
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpolyline fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' points='2.75 8.75 6.25 12.25 13.25 4.75'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  transform: scale(1);
}

.grid-category {
  display: grid;
      grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 18px;
  /* justify-content: center; */
}

.time-field {
  padding: 15px 20px;
  background-color: #f6f6f6;
}

.vendor-main .time-field input {
  color: #212121 !important;
  border: none !important;
}

.vendor-main .time-field input:focus-visible {
  outline: none !important;
}

.product-main,
.product-add-section .time-field input {
  color: #212121 !important;
  border: none !important;
}

.product-main,
.product-add-section .time-field input:focus-visible {
  outline: none !important;
}

/* Make the row a flex container with equal height columns */
.row.match-height {
  display: flex;
  flex-wrap: wrap; /* keeps responsive behavior */
}

/* Make left and right columns full height of the row */
.row.match-height > .col-xl-4,
.row.match-height > .col-xl-8 {
  display: flex;
  flex-direction: column; /* so inner content stacks vertically */
}

/* Optional: make inner blocks stretch */
.col-xl-4 .bg-white,
.col-xl-8 .inner-block {
  flex: 1; /* stretch to fill column height */
}

.nav-sidebar .menu-is-opening > .nav-link i.right {
  -webkit-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
}

/* profile menu */

.profile {
  position: relative;
  margin: 0 10px;
  cursor: pointer;
  text-align: end;
  border: solid 1px #00bf6f;
  border-radius: 100%;
}

.user {
  padding: 15px;
  border-bottom: solid 1px #eaeaea;
}

.user h3 {
  text-align: center;
  color: #212121;
  font-size: 16px;
  margin-bottom: 0px;
  font-weight: 600;
}

.profile .img-box {
  position: relative;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  overflow: hidden;
}

.profile .img-box img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* menu (the right one) */

.menu {
  position: absolute;
  top: calc(100% + 20px);
  right: 0px;
  width: 160px;
  min-height: 100px;
  background: #fff;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(-10px);
  visibility: hidden;
  transition: 300ms;
}

.menu::before {
  content: "";
  position: absolute;
  top: -10px;
  right: 14px;
  width: 20px;
  height: 20px;
  background: #fff;
  transform: rotate(45deg);
  z-index: -1;
}

.menu.active {
  opacity: 1;
  transform: translateY(0);
  visibility: visible;
}

/* menu links */

.menu ul {
  padding: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  z-index: 10;
  background: #fff;
}

.menu ul li {
  list-style: none;
}

.menu ul li:hover {
  background: #eee;
}

.menu ul li a {
  text-decoration: none;
  color: #000;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  gap: 6px;
}

.menu ul li a i {
  font-size: 1.2em;
}

/* .cropper-container.cropper-bg {
  width: 100% !important;
  height: 100% !important;
  overflow: hidden !important;
} */

.profile-img {
  width: 96px;
  height: 96px;
  overflow: hidden;
  border-radius: 100%;
  /* padding: 5px; */
}

.profile-img img {
  width: 100%;
  height: 100%;
}

.outliner {
  border: 1px dashed #d5d5d5;
  padding: 2px;
  border-radius: 100%;
}

.register-dialog {
  max-width: min(640px, calc(100% - 30px));
}

.register-alert {
  background-color: #edfaf5;
  border: solid 1px #00bf6f;
}

.bg-lightmain {
  background-color: #d9f5e9;
}

.shop-logo img {
  align-items: center !important;
  justify-content: center !important;
  display: flex !important;
  text-align: center !important;
  margin: auto !important;
  object-fit: cover !important;
  height: 150px !important;
  width: 150px !important;
}

    .order-status-dropdown {
        width: 170px;
        padding: 6px 12px;
        border-radius: 8px;
        border: 1px solid #ddd;
        font-size: 13px;
        font-weight: 500;
        background-color: #f8f9fa;
        cursor: pointer;
        transition: all 0.3s ease;
    }

    /* Hover Effect */
    .order-status-dropdown:hover {
        border-color: #ff6b00;
        background-color: #fff;
    }

    /* Focus Effect */
    .order-status-dropdown:focus {
        outline: none;
        border-color: #ff6b00;
        box-shadow: 0 0 5px rgba(255, 107, 0, 0.3);
    }

    /* Disabled Style */
    .order-status-dropdown:disabled {
        background-color: #e9ecef;
        cursor: not-allowed;
        opacity: 0.7;
    }

    .driver-info-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px; /* adjust spacing as needed */
}

.w-min-60{
      min-width: 60px !important;
}

  .toggle-th {
            width: 46px;
            min-width: 46px;
        }

        /* ── Toggle TD ───────────────────────────────────── */
        .toggle-td {
            width: 46px;
            min-width: 46px;
            text-align: center;
            vertical-align: middle;
        }

        /* ── Toggle Button ───────────────────────────────── */
        .row-toggle-btn {
            background: none;
            border: 1.5px solid #e5e7eb;
            border-radius: 6px;
            width: 30px;
            height: 30px;
            display: inline-flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            color: #6b7280;
            padding: 0;
            transition: border-color 0.2s, color 0.2s, background 0.2s;
        }

        .row-toggle-btn:hover {
            border-color: #00bf6f;
            color: #00bf6f;
        }

        .row-toggle-btn.open {
            border-color: #00bf6f;
            color: #00bf6f;
            background: rgba(13, 110, 253, 0.06);
        }

        .row-toggle-btn svg {
            transition: transform 0.25s ease;
            pointer-events: none;
        }

        .row-toggle-btn.open svg {
            transform: rotate(180deg);
        }

        /* ── Expand Row ──────────────────────────────────── */
        .order-expand-row {
            display: none;
        }

        .expand-td {
            padding: 0 !important;
            background: #f9fafb;
            border-top: none !important;
            box-shadow: inset 0 3px 6px -3px rgba(0, 0, 0, 0.06);
        }

        /* ── Expand Body ─────────────────────────────────── */
        .expand-body {
            display: flex;
            flex-direction: column;
        }

        .expand-row {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 8px 0;
            border-bottom: 1px dashed #e5e7eb;
            gap: 10px;
        }

        .expand-row:last-child {
            border-bottom: none;
            padding-bottom: 0;
        }

        .expand-label {
            font-size: 14px;
            color: #9ca3af;
            font-weight: 500;
            flex-shrink: 0;
        }

        .expand-value {
            font-size: 14px;
            color: #111827;
            font-weight: 500;
            text-align: right;
        }

        /* ── View Button ─────────────────────────────────── */
        .expand-view-btn {
            font-size: 13px;
            font-weight: 500;
            color: #00bf6f;
            background: transparent !important;
            border-radius: 6px;
            padding: 3px 14px;
            text-decoration: none;
            transition: opacity 0.15s;
            display: inline-block;
        }

        .expand-view-btn:hover {
            opacity: 0.85;
            color: #fff;
        }