@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;1,100;1,200;1,300;1,400;1,500&display=swap');

:root {
  --btn-primary-background: #002332;
  --primary-color: #002332;
  --white: #fff;
  --btn-secondary-background: transparent;
}

div {
  font-family: Montserrat;
}

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

html {
  overflow: hidden;
  scroll-behavior: smooth;
  width: 100%;
}

body {
  background: #fff;
  scroll-behavior: smooth;
  direction: ltr;
  -webkit-text-size-adjust: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #5c5776;
  text-align: left;
  font-family: 'Montserrat', sans-serif;
  width: 100%;
  overflow-x: hidden;
}

ol,
ul {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

a {
  color: #5e5e5e;
  text-decoration: none;
  cursor: pointer;
}

a:hover,
a:active {
  outline: none;
  text-decoration: none;
}

a:focus,
a:hover {
  color: #23527c;
  text-decoration: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: .30em;
  font-weight: 500;
  line-height: 1.1;
  font-family: "Montserrat", sans-serif;
  color: #1b2942 !important;
}

p {
  color: #121212;
}

.btn {
  font-size: 0.9rem !important;
  line-height: normal !important;
}

label {
  color: #2e405c !important;
  font-size: 0.9rem !important;
}

.form-control {
  display: block;
  width: 100%;
  padding: 8px 20px;
  font-size: 14px;
  line-height: 1.6;
  font-weight: 500;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #9C9C9C;
  border-radius: 4px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
  color: #3f587e;
  height: 42px;
}

.form-control::placeholder {
  color: #9C9C9C;
  font-weight: 400;
}

.btn.btn-primary:hover {
  color: var(--white);
}

.btn.btn-secondary:hover {
  color: var(--primary-color);
}

.btn-primary:focus,
.btn-primary:active {
  border-color: var(--btn-primary-background) !important;
  background-color: var(--btn-primary-background) !important;
  color: var(--white) !important;
}

.btn:hover {
  transition: 1s ease-in-out;
}

.contents .btn {

  width: 100%;
}

.btn-primary {
  border-color: var(--btn-primary-background) !important;
  background-color: var(--btn-primary-background) !important;
  color: var(--white) !important;
  text-decoration: none;

}

.contents a {
  color: #888;
  text-decoration: none;
  font-weight: 600;
}

.form-group {
  margin-bottom: 20px;
  position: relative;
}

.sign_up_section img {
  max-width: 100%;
  height: auto;
  height: 100vh;
  overflow: hidden;
  object-fit: cover;
}

.input_margin {
  margin-bottom: 20px;
}

/* ================================= */
/* ---------- Admin Panal Css  --------- */
/* ================================= */


.contain {
  background-color: #F5F7FA;
}

.sidebar {
  height: 100vh;
  background-color: #002332;
  overflow-x: hidden;
  transition: 0.3s;
  z-index: 999;
}

.sidebar.extended {
  width: 21%;
}

.sidebar p {
  color: white;
  text-align: center;
  padding: 10px;
  margin: 0;
}

.sidebar ul li a,
.sidebar ul li button {
  font-size: 0.9rem;
  color: white;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  margin: 0px;
  background: unset;
  border: none;
  font-weight: unset;
}

.sidebar ul li a span,
.sidebar ul li button span {
  margin-left: 10px;
  transition: 1s ease-in-out;
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar .submenu_li .dropdown-toggle::after {
  content: unset;
}

.sidebar ul.dropdown-menu.show {
  inset: unset !important;
  transform: translate(-100px) !important;
  position: absolute !important;
  border: unset !important;
  background: white;
}

.sidebar.extended ul li a span,
.sidebar.extended ul li button span {
  display: block;
  white-space: nowrap;
}

.sidebar .navigation li:hover a,
.sidebar .navigation li:hover button {
  background-color: #000e13;
}

.sidebar li.active>a,
.sidebar li.active>button {
  background-color: #f3f2f8 !important;
  font-weight: bold;
  color: #e32028 !important;
  font-size: 0.9rem;
  border-left: 5px solid #e32028 !important;
  padding-left: 15px;
  /* Adjust padding as needed */
  box-sizing: border-box;
}

.navbar-nav {
  flex-direction: unset;
}

.navbar-container {
  padding: 10px 20px;
}

.top-header {
  background: #fff;
  box-shadow: 2px 4px 20px -4px rgba(0, 0, 0, 0.1);
}

ul.dropdown-menu {
  background: #fff;
}

ul.dropdown-menu li a {
  color: #000;
}

/* full screen css */
.toggle-fullscreen-btn:not(.on) .ifullscreen-leave {
  display: none;
}

.toggle-fullscreen-btn.on .ifullscreen-enter {
  display: none;
}

/* full screen css */
ul.dropdown-menu.show {
  border-radius: 0px;
  border-color: #b4b4b4;
  font-size: 14px;
  padding: 0px;
}

ul.dropdown-menu.show li:last-child {
  border-bottom: transparent;
}

ul.dropdown-menu.show li {
  border-bottom: 1px solid #b4b4b4;
}

a.dropdown-item {
  padding: 10px 20px !important;
}

.dropdown-item.active,
.dropdown-item:active {
  color: unset;
  text-decoration: none;
  background-color: unset;
}

button {
  vertical-align: bottom;
  padding: 0 0.3125em;
  border: 1px solid #000;
  background-color: #fff;
  font-weight: bold;
}

/* ================================= */
/* ---------- Admin Panal Css  --------- */
/* ================================= */
/* ================================= */
/* ---------- settings page Css  --------- */
/* ================================= */
h3.content-header-title {
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 1px;
  font-size: 22px;
  margin-bottom: -10px !important;
  display: block;
}

button.btn.serach_manage {
  background: #002332;
  color: #fff;
  height: 42px;
  z-index: 0;
  padding: 6px 10px;
  border-radius: 0px 4px 4px 0px;
}

.same_div_sec .nav-pills .nav-link.active,
.same_div_sec .nav-pills .show>.nav-link {
  color: var(--bs-nav-pills-link-active-color);
  background-color: #002332;
}

.same_div_sec .nav-link {
  display: block;
  padding: 10px 20px;
  font-size: 14px;
  color: #000000;
  text-align: left;
  border-radius: 4px;
}

.btn {
  padding: 10px 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 42px;
  margin: 0px;
}

.btn-sm {
  padding: 5px 10px;
}

.cursor-pointer {
  cursor: pointer;
}

.eye-icon {
  position: absolute;
  top: 58%;
  right: 24px;
  cursor: pointer;
}

.form-label {
  margin-bottom: 2px;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  white-space: nowrap;
  padding: 15px 20px !important;
  text-align: left;
}


a.btn.add-staff {
  height: 42px;
}

a.btn.add-staff:hover,
.btn.submit_btn:hover {
  background: #002332;
  color: #fff;
}

.hot {
  background-color: green;
  width: 80px !important;
  padding: 5px;
}

.dropdown_toggle_after::before {
  content: unset !important;
}

button.btn.dropdown-toggle.dropdown_toggle_after {
  height: unset;
  padding: 9px 10px;
  border: 1px solid #a2a2a2;
}

.select_input,
.select2-container .select2-selection--multiple {
  border: 1px solid #9C9C9C !important;
  color: #444;
  height: 42px;
  padding: 3px 20px;
  line-height: 34px;
}

.setting_inner_div.same_div_sec {
  height: 93vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.input-group>.form-control:focus,
.input-group>.form-floating:focus-within,
.input-group>.form-select:focus {
  z-index: 0;
  box-shadow: none;
  border-color: #a2a2a2;
}

svg.svg-inline--fa {
  height: 16px;
  width: 16px;
}

.admin_dashborad tbody,
.admin_dashborad td,
.admin_dashborad tfoot,
.admin_dashborad th,
.admin_dashborad thead,
.admin_dashborad tr {
  padding: 5px !important;
}

div#reportrange {
  height: 42px;
  display: flex;
  align-items: center;
  border-radius: 4px;
  color: #838383;
  background: #fff;
  cursor: pointer;
  padding: 5px 10px;
  border: 1px solid #ccc;
  width: 100%;
  font-size: 15px !important;
}

div#reportrange span {
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  padding-right: 24px;
  padding-left: 0px;
  margin-top: -2px;
  background-color: #ffffff;
  height: 30px;
  line-height: 28px;
  border: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  border-left: none;
  padding: 0 4px;
  left: unset;
  top: 0;
  border-right: 0px;
  right: 0;
  border-radius: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  cursor: default;
  padding-left: 10px;
  padding-right: 10px;
}

.daterangepicker.show-calendar .drp-buttons {
  display: flex;
  align-items: center;
  justify-content: end;
}

.daterangepicker td {
  border-radius: 4px !important;
}

.hidden_select2 .select2-container {
  width: 100% !important;
  height: 42px;
  border-radius: 4px !important;
  overflow-y: auto;
  border: 1px solid #ccd6e6;
}

span.select2-container.select2-container--default.select2-container--open {
  border: transparent;
}

.row {
  margin-right: unset;
  margin-left: unset;
}



.search_selct .select2-container .select2-selection--single {
  border: 1px solid #ccd6e6;
  color: #3f587e;
  height: 42px;
}

.search_selct .select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 40px;
}

.search_selct .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 8px;
}

.xdsoft_datetimepicker .xdsoft_timepicker {
  width: 100px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box>div>div {
  height: 41px;
  line-height: 41px;
}

.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_next {
  margin-left: 37px;
}

.sidebar ul.dropdown-menu.show {
  display: none;
}

.sidebar.extended ul.dropdown-menu.show {
  display: block;
}

.sidebar .navigation li:hover ul li a {
  background: unset;
  color: white;
}

.dropdown-toggle.show .fa-chevron-right {
  transform: rotate(90deg);
  padding: 2px;
  transition: 1s all ease-out;
}

.dropdown-toggle .fa-chevron-right {
  transition: 1s all ease-out;
}

.tab-content:focus,
.tab-content:focus-visible {
  outline: none;

}

#employe_name {
  font-size: 26px;
  color: green;
}

#welcome_id span {
  font-size: 20px;
}

span.error {
  color: red;
}

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

.navbar-container li img.w-auto {
  width: 80px !important;
  height: 40px !important;
  object-fit: contain;
}

i.fa.fa-trash-can {
  cursor: pointer;
}

.right_menu_select .select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px 0px 0px 4px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  white-space: unset;
}

/* ================================= */
/* ---------- settings page Css  --------- */
/* ================================= */


/* ================================= */
/* ---------- Responsive Css  --------- */
/* ================================= */

@media (max-width:992px) {



  /* login css  */

  .modal-content {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0px;
    border: transparent;
    width: 100% !important;
    height: 25%;
    overflow-y: auto;
    border-radius: 0.5rem 0.5rem;
  }


  .remove_modal .modal-content {
    position: unset !important;
    /* top: 0; */
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 0px;
    border: transparent;
    width: unset !important;
    height: unset;
    overflow-y: auto;
  }
}

/* Home css */
@media (max-width:767px) {
  .top-header {
    background: #002332;
    box-shadow: 2px 4px 20px -4px rgba(0, 0, 0, 0.1);
  }

  .sidebar {
    height: 100vh;
    width: 0px;
    background-color: #002332;
    position: fixed;
    left: 0px;
    overflow-x: hidden;
    transition: 0.5s;
  }

  .bar {
    width: 30px;
    height: 4px;
    background-color: #fff;
    /* Toggler bars color */
    margin: 4px 0;
    border-radius: 2px;
  }

  .close_sidebar i.fa-solid.fa-xmark {
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    padding: 10px;
  }

  .sidebar ul li a,
  .sidebar ul li button {
    font-size: 14px;
    padding: 13px 15px;
  }

  .daterangepicker {
    overflow: auto;
    max-height: 280px;
  }

  ul.dropdown-menu.show {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 9999;
    display: block;
  }

}

@media (max-width:576px) {
  .setting_inner_div.same_div_sec {
    padding-bottom: 110px !important;
  }

  .setting_inner_div.same_div_sec.align_set {
    padding-bottom: 15.5vh !important;
  }


  .date-filter .select_input {
    margin-bottom: 10px;
  }

  .btn {
    margin: 0px;
  }
}

@media (max-width:400px) {
  .btn {
    padding: 8px 10px;
    border-radius: 4px;
  }
}

/* Home css */

/* ================================= */
/* ---------- Responsive Css  --------- */
/* ================================= */



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.input-group {
  position: relative;
}

.input-group .toggle-password {
  background: transparent;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
}

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #00b5b8;
  border-color: #00b5b8;
}

.setting_section tr,
thead {
  white-space: nowrap;
  text-align: left;
}

.setting_section table {
  border-collapse: collapse;
}

.setting_section th {
  text-align: inherit;
  white-space: nowrap;

}

.table-responsive {
  display: block;
  width: 100%;
  overflow: auto !important;
}

.card {
  word-wrap: break-word;
}

tbody,
td,
tfoot,
th,
thead,
tr {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

.dropdown-menu.show {
  border-radius: .25rem !important;
  position: fixed !important;
  top: 45%;
  inset: unset;
}

.required_span {
  color: red;
  padding: 3px;
}

.new_buttton {
  margin-top: 21px;
  height: 42px;

}

.text-danger {
  color: red;
}

.invalid {
  color: red !important;
}

#selectBranch {
  scrollbar-width: none !important;
  /* Firefox */
  -ms-overflow-style: none !important;
  /* Internet Explorer and Edge */
}

#selectBranch::-webkit-scrollbar {
  display: none !important;
  /* Hide scrollbar in WebKit (Chrome, Safari) */
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  overflow-y: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.adjust_select2 .select2-selection__rendered {
  height: 28px !important;
  overflow-y: auto !important;
  line-height: 0px;
}

.toggle-password {
  border: none;
}

/* Vishavjeet CSS Start */

@media (max-width:575px) {
  .table-responsive-overscroll {
    width: auto !important;
  }
}

.table-responsive-overscroll {
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;

}

.filtercontact {
  margin-top: 20px;
}

.filtercontact .select_input {
  height: 41px;
}

.filtercontact .selectRole,
.filtercontact .select_input {
  background-color: #fff;
  border: 1px solid #aaa !important;
  border-radius: 4px;
  color: #000;
  margin-bottom: 12px;
}

.select_input {
  background-color: #fff;
  border-radius: 4px;
  color: #000;
}

.filter_section {
  border: solid 1px #a2a2a2;
}

.btn-outline-primary {
  border-color: #002332;
  background-color: transparent;
  color: #002332;
}

.btn-outline-primary:hover {
  background-color: #002332;
  color: #FFF !important;
  border-color: #002332;
}

@media (max-width:575px) {
  .options {
    padding-right: 0px !important;
  }

  .search_filter_button {
    margin-bottom: 12px;
  }

  .btn-group.dropstart {
    position: static !important;

  }

}

.contact_options {
  padding-right: 20px;
}

.contact_options .dropdown-menu.show {
  inset: 44px -28px auto auto !important;
}

.staff_options .dropdown-menu.show {
  inset: 43px -29px auto auto !important;
}

.remarks_field {
  padding-top: 9px;
  height: 42px !important;
}

.staff_action.show {
  position: absolute !important;
  will-change: transform;
  top: 0px !important;
  left: 0px !important;
  inset: 36px -29px auto auto !important;
  z-index: 1000 !important;
}




.content_right {
  width: 100%;
}

.sidebar_extented_content_right {
  width: 95%;
}

.selling_heading {
  margin-bottom: 20px;
  font-size: 17px !important;
}

.multidropdown_div {
  padding-left: 13%;
}

.success {
  background-color: #53ad0e;
  color: #ffffff;
  border-radius: 2px;
}

.list_filter {
  max-height: 300px;
  overflow: scroll;
}

@media (max-width:575px) {
  .sidebar.extended {
    width: 240px !important;
  }

  .content_right {
    width: 100%;
  }

  .save_btn {
    margin-right: 2%;
  }
}

.file_upload {
  height: 42px;

}

.card_5 {
  background-color: #ffffff !important;
  border-radius: 10px !important;
  min-height: 60px;
  color: #000000 !important;
  font-size: large;
  padding: 12px 0px;
  margin-left: 10px;
  padding: 15px;
}

.card_link div {
  width: 50% !important;
  display: flex;
  justify-content: center;

}

.vipcard input {
  border-radius: 8px;
}

.information_tab table th {
  width: 50%;
}

.vip_image {
  font-size: 115px;
}

@media (max-width:575px) {
  .vip_image {
    font-size: 80px;
  }

  .buttons-on-meta a {
    width: 100%;
    margin-bottom: 10px;
  }

  .buttons-on-meta {
    margin-top: 10px;
    display: block !important;
    margin-bottom: 10px;

  }

  .meta_description {
    margin-top: 0% !important;
  }

}

.vip_tab table td {
  border: none;
}

.meta_tab .btn {
  text-transform: uppercase;
}

.meta_tab .btn-primary {
  background-color: #002332 !important;
  color: #FFFFFF !important;
  border-color: #002332 !important;
}

.buttons-on-meta a {
  margin-right: 10px;
}

.buttons-on-meta {
  display: flex;
  justify-content: end;
}

.meta_description {
  margin-top: 4%;
}

.meta_description ol li {
  list-style: decimal !important;
}

.steps_btn:hover {
  border: none;
  outline: none;
}

/* .list_table{
  margin-top: 10.5px !important;
} */

.sidebar-right-angle-icon {
  color: #ffff;
}

.multidropdown_div .nav-item.link a {
  color: red !important;
}

.multidropdown_div .nav-item.link a:hover {
  color: red !important;
}

.sidebar-dropdown-active .sidebar-right-angle-icon {
  color: #ffffff;
}

.filter_section:hover {
  background: #002332;
  color: #fff;
}

.dropdown-toggle:hover {
  background: #002332;
  color: #fff;
}

.quan {
  padding-left: 0px !important;
}

.quan input[type="number"] {

  padding: 10px !important;
}

.quan button {
  width: 10px;

  border: 1px solid #ccd6e6;
}

.quan .button1 {
  border-radius: 0;
  border-top-left-radius: 5px;
  /* Adjust the radius as needed */
  border-bottom-left-radius: 5px;
  /* Adjust the radius as needed */
}

.quan .button2 {
  border-radius: 0;
  border-top-right-radius: 5px;
  /* Adjust the radius as needed */
  border-bottom-right-radius: 5px;
  /* Adjust the radius as needed */
}

.quan button:hover {
  border: 1px solid #ccd6e6;

}

.quan input[type="number"]:focus {
  color: var(--bs-body-color);
  background-color: var(--bs-body-bg);
  border-color: #86b7fe;
  outline: 0;
  box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .25);

}

.whatsapp {
  padding: 0px;
  padding-left: 6px;
  padding-right: 6px;
}

@media (max-width: 575px) {
  .close_btn_class {
    left: 98% !important;
  }
}

.all_data_of_leads_branch_camp a {
  margin-left: 112px !important;
}

.fa-arrow-up-from-bracket {
  display: none;
}

.dropdown-toggle::after {
  content: unset;
}

.round-border-radius {
  border-radius: 20px;
  border: none;
  box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06);
}

.heading_2 {
  font-size: 17px;
}

.table_data td {
  font-size: 14px !important;
  color: #000;
}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
  .w-1 .w-100 {
    width: 50px !important;
  }

  .sidebar {
    width: 9% !important;
  }

  .sidebar.extended {
    width: 40% !important;

  }


  .card_3,
  .card_4 {
    max-width: 100%;
  }

  .card_1,
  .card_2 {
    margin-right: 2%;
  }

  .card_3,
  .card_4 {
    margin-right: 3%;
    margin-left: 20px;
  }

  .row_head {
    padding-right: 3%;
  }

}

@media (max-width:575px) {
  .card_4 {
    margin-left: 19px;
  }

  .card_1,
  .card_2 {
    margin-right: 10px;
  }

  .card_3,
  .card_4 {
    margin-right: 19px;
  }
}

/* .billing_list_table tr{
  font-size: 14px;
} */

.drop_opt li {
  font-size: 14px;
}

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

.cancel_btn:hover {
  color: #fff;
  background-color: #6c757d;
  border-color: #002332;
}

.bill_field {
  padding: 2%;
}

.discount_field {
  width: 240px;
}

.row_align .form-group {
  font-size: 14px;
}

.row_align .form-control {
  height: 37px;
}

.repeater-wrapper .repeater-title {
  font-size: 14px;
}

.alignment_row {
  padding-right: 0px;
}

@media (max-width:575px) {
  .alignment_row {
    padding-top: 10px;
    padding-left: 0px;
  }

  .repeater-wrapper {
    margin-bottom: 10px;
  }
}

.section_1 {
  background-color: #ffffff;

}

.column1 {
  padding-right: 1%;
}

.column2 {
  width: 70% !important;
}

.text-font {
  font-size: 14px;
}

@media (max-width:575px) {
  .w-1 .w-100 {
    width: 50px !important;
  }

}





.w-1 {
  width: 145px;
}

.form-control.text {
  height: 120px !important;
}

#mySidebar::-webkit-scrollbar {
  width: 7px;
  /* width of the entire scrollbar */
}

#mySidebar::-webkit-scrollbar-track {
  background: #eeeeee;
  /* color of the tracking area */
}

#mySidebar::-webkit-scrollbar-thumb {
  background-color: #999999;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 1px solid #c1c1c1;
  /* creates padding around scroll thumb */
}

#mySidebar {
  scrollbar-width: thin;
  /* width of the entire scrollbar */
  scrollbar-color: #999999 #eeeeee;
  /* color of the scroll thumb and tracking area */
}

#mySidebar::-webkit-scrollbar-track {
  background: #eeeeee;
  /* color of the tracking area */
}

#mySidebar::-webkit-scrollbar-thumb {
  background-color: #999999;
  /* color of the scroll thumb */
  border-radius: 20px;
  /* roundness of the scroll thumb */
  border: 1px solid #c1c1c1;
  /* creates padding around scroll thumb */
}

.avatar {
  margin-top: 14px;
  font-size: 0.8rem;
}

.avatar-online {
  position: relative;
  top: 10px;
  left: -6px;
  font-size: 10px;
}

.form-control:focus {
  border-color: #9C9C9C !important;
  box-shadow: none !important;
}



.btn-link-wt {
  border-color: #364257 !important;
  background-color: #4a5a77 !important;
  color: #FFF !important;
}

.close_btn_class {
  position: relative;
  top: -53px;
  left: 102%;
}

.users-list-wrapper {
  background-color: #fff;
}

.payment_div .select2-container .select2-selection--single {
  height: 37px !important;
}

.payment_div .select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 36px !important;
}

.payment_div .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 6px !important;
  right: 10px !important;
}

.payment_div .select2-container .select2-selection--single .select2-selection__rendered {
  padding-left: 13px !important;
}





.btn.dropdown-toggle.dropdown_toggle_after.show {
  background-color: #002332;
  border-color: #002332;
  color: #FFF !important;
}


.current {
  font-weight: 500;
}

.inner_select.arrow::after {
  content: none !important;
}

.inner_select.arrow .select2-selection {
  padding-left: 12px;
}

.inner_select.arrow .select2-container--default .select2-selection--single .select2-selection__arrow {
  right: 15px;
}

.inner_select .select2-selection {
  height: 42px !important;
  display: flex;
  align-items: center;

}

.inner_select .select2-selection__arrow {
  margin-top: 8px;
  align-items: center;
  display: flex;
}

.inner_select .select2-selection__rendered {
  font-weight: 400;
}



.btn-secondary {
  background-color: var(--btn-secondary-background) !important;
  color: var(--primary-color);
}


.back_color {
  background-color: #fff;
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.card.meta_tab {
  border: none !important;
}

.row_align {
  padding-left: 0px !important;
}

.back_color_pad {
  background-color: #fff;
}

.activities_wraper {
  background: #16d39a;
  border-radius: 20px 20px 0 0;
  color: #fff;
  margin-bottom: 0px;
  padding: 5px 36px 5px 20px;
}

.activities_wraper a {
  background: #fff;
  color: black;
  border-color: #fff;
}

.timelineleft {
  position: relative;
  margin: 0 0 30px 0;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}

.activities_wraper_inner.timelineleft>li {
  position: relative;
  margin-right: 10px;
  margin-bottom: 0px;
  padding-bottom: 1.5rem;

}

.timelineleft>.timeleft-label>span {
  font-weight: 600;
  padding: 5px;
  display: inline-block;
  background-color: #fff;
  color: #fff;
  border-radius: 4px;
}

.timelineleft::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 2px;
  background: rgba(152, 166, 173, 0.3);
  left: 31px;
  margin: 0;
  border-radius: 2px;
  z-index: 0;
}

.timelineleft>li::after {
  clear: both;
}

.timelinelft>li::before,
.timelineleft>li::after {
  content: " ";
  display: table;
}

.timelineleft>li>.timelineleft-item {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: unset;
  border-radius: 10px;
  margin-top: 0;
  background: #fff;
  color: #444;
  margin-left: 60px;
  margin-right: 15px;
  padding: 0;
  position: relative;
  overflow: hidden;
  border: 1px solid #eee;
  top: -17px;
}

.timelineleft>li::after {
  clear: both;

}

.timelineleft>li>.timelineleft-item>.time {
  color: #999;
  float: right;
  padding: 10px;
  font-size: 12px;
}

.timelineleft>li {
  position: relative;
}

.timelineleft>li>.timelineleft-item>.timelineleft-body,
.timelineleft>li>.timelineleft-item>.timelineleft-footer {
  padding: .75rem 1.25rem;
}

strong {
  font-weight: bolder;
}

svg:not(:host).svg-inline--fa,
svg:not(:root).svg-inline--fa {
  overflow: visible;
  box-sizing: content-box;
}

.svg-inline--fa.fa-xl {
  vertical-align: -.25em;
}

.pl-md-2 {
  padding-left: 1.5rem !important;
}

.svg-inline--fa {
  display: var(--fa-display, inline-block);
  height: 1em;
  overflow: visible;
  vertical-align: -.125em;
}

svg.svg-inline--fa {
  width: auto !important;
  height: 20px !important;
}

.card.card_box_wrapper {
  border: none;
}

@media (max-width:575px) {
  .filtercontact .col-12 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .align_mob .col-12 {
    padding-left: 0px;
    padding-right: 0px;
  }
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  top: -2px
}

@media (min-width:1024px) {
  /* .billing_list_table{
    overflow-x: visible;
  } */
  /* .staff_list_table{
    overflow-x: visible;
  } */



}

.drop_opt.show {
  inset: 35px -28px auto auto !important;
}

.drop_staff.show {
  inset: 36px -28px auto auto !important;
}

@media (max-width: 576px) {
  .activities_wraper {
    background: #16d39a;
    color: #fff;
    margin-bottom: 0px;
    padding: 5px 10px 10px 10px;
  }
}

@media (max-width: 576px) {
  .reportrange_height {
    margin-bottom: 10px;
    margin-top: 10px;
  }

  .adjust {
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    color: var(--bs-modal-color);
    pointer-events: auto;
    background-color: var(--bs-modal-bg);
    background-clip: padding-box;
    border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
    border-radius: var(--bs-modal-border-radius);
    outline: 0;
    height: 100%;
    top: 50%;

  }
}

.card {
  border: none;
}

.gdrive_wrapper_second_step .fa-arrow-left {
  margin-right: 4px;
}

.gdrive_wrapper_second_step .fa-plus {
  margin-right: 4px;
}

#select_campaign_form .fa-plus {
  margin-right: 4px;
}

#add_new_cretaintails_from_js .fa-plus {
  margin-right: 4px;
}

.fb_steps .fa-arrow-left {
  margin-right: 4px;
}

.fb_steps .fa-plus {
  margin-right: 4px;
}

#add_new_cretaintails_from_js .col-12.input {
  padding-right: 0px;
  padding-left: 0px;
}

#add_new_cretaintails_from_js .col-12.input .col-lg-4.pr-0 {
  padding-right: 0px;
}

#add_new_cretaintails_from_js .col-12.text-right {
  padding-right: 0px;


}

#add_new_cretaintails_from_js .col-12.input .col-lg-4.pl-0 {
  padding-left: 0px;
}

.accordion-header.card-header {
  padding-right: 0px;
  width: 100%;
  border: none;
  padding-left: 0px;
}

.accordion-header button {
  width: 100%;
  background-color: #fff !important;
  color: var(--btn-primary-background) !important;
  border: none;

  padding-left: 0px;
  padding-right: 0px;
  font-weight: 400;
}

@media (max-width:575px) {
  .filtercontact .select_input {
    margin-bottom: 0px !important;
  }

  #add_account {
    margin-top: 4px;
  }

  .source-item {
    padding-right: 0px !important;
  }

  .column1 {
    padding-right: 0px !important;
  }

  .mob-align {
    padding-left: 0px;
  }

  #add_new_cretaintails_from_js .col-12.input .col-lg-4 {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

@media (min-width: 768px) {
  .table-width {
    width: 853px;
  }

  .payment_div .align {
    padding-left: 94px !important;
  }
}

#collapseOne .card-body {
  padding-left: 0px;
}

.dropdown-menu-right.dots {
  padding: 12px !important;
}

.table_section {
  border: 1px solid #dee2e6 !important;
}

.title-header {
  padding-bottom: 15px;
}

.view-detail {
  color: #000;
}

.view-detail:hover {
  color: #000;

}

.drp-calendar.left {
  overflow-x: auto;
}

.drp-calendar.right {
  overflow-x: auto;
}

@media (max-width: 575px) {
  #action-table {
    overflow-x: auto !important;
  }

  .mobile-fixed {
    border-top: 1px solid rgb(0, 0, 0);
    background-color: #fff;
    position: fixed !important;
    bottom: 0%;
    right: 0%;
    z-index: 99;
    display: flex;
    width: 100%;
    justify-content: center;
    opacity: 1;
    /* padding-right: 5vw; */
    align-items: center !important;
  }

  .open_menu {
    overflow-y: hidden !important;
  }

  .sidebar_extented_content_right .setting_section .setting_inner_div {
    overflow-y: hidden !important;
  }

  h3.content-header-title.title-inner {
    margin-bottom: 0px !important;
    font-size: 1rem;
  }

  h3.content-header-title.setting-title {
    margin-bottom: 10px !important;
  }

  .filter-icon {
    border: none;
  }



  .filtercontact {
    margin-top: 0px;
    ;
  }

  .download-icon {
    background: #f3f5f9;
    color: #5d5775;
    border: none;
    margin-left: 0px;
    padding-left: 0px;
  }

  .download-icon:hover {
    background: #f3f5f9;
    color: #5d5775;
    border: none;
  }

  ul.dropdown-menu.list_filter.show {
    width: 90vw !important;
    /* overflow: auto !important; */
    overflow-y: auto !important;
  }

  #calling-list-small thead th {
    padding-top: 16px !important;
  }

  #calling-list-small tbody td {
    padding-top: 16px !important;
  }

  .mobile-header {
    position: fixed;
    top: 0px;
    z-index: 99;
    width: 100% !important;
  }

  .tab-set {
    /* margin-top: 18px; */
  }

  .spacer-one {
    height: 50px;
    /* margin-top: 50px; */
    background: transparent !important;
  }

  .drop-set.show {
    inset: -67px 2px auto auto !important;
  }

  a.dropdown-item {
    padding: 9px 20px !important;
  }

  .setting_section {
    padding-top: 0px !important;
  }

  .navbar-nav {
    height: 35px !important;
  }

  .row {
    --bs-gutter-x: 0rem !important;
  }

  .round-border-radius {
    box-shadow: none !important;
  }

  .card_similar {
    box-shadow: none !important;
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

  .setting_inner_div {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }

  .users-list-wrapper {
    padding-left: 0px !important;
    padding-right: 6px !important;
  }

  .content-header-left {
    padding-left: 6px !important;
  }

  .tab-inner-section {
    margin-top: 10px !important;
  }

}

@media (min-width:768px) {
  .tab-inner-section {
    margin-top: 19.5px !important;
  }
}

@media (min-width:575px) {
  .tab-inner {
    margin-top: 14px !important;
  }

  .tab-inner-section {
    margin-top: 19.5px !important;
  }
}

.form-control {
  color: #444 !important;
  font-weight: 400 !important;
  font-family: Montserrat;
  font-size: 14px !important;
}

.cols {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.07), 0 2px 9px 0 rgba(0, 0, 2, 0.06) !important;
}

#order_process .dropdown-menu.show {
  position: absolute !important;
}

#order_process .card {
  min-width: 24%;
}

#order_process .dropstart {
  float: right;
}

#order_process button.btn.dropdown-toggle.dropdown_toggle_after {
  border: none !important;
  color: var(--white);
}

#order_process .dropdown-toggle:hover,
#order_process .btn.dropdown-toggle.dropdown_toggle_after.show {
  background: transparent !important;
}

.process-li li {
  /* box-shadow: 0px 0px 6px 5px rgba(55, 70, 95, .12); */
  border: 1px solid #c3bdbd;
  margin-bottom: 2px;
  border-radius: 10px;
  padding: 10px;
  background-color: #fff;
}

.process-li li:hover {
  border-color: blue;
}

.process-li li .fa-bars {
  padding-top: 20px;
  color: #2e405c;
  float: right;
  opacity: 0.9;
}

#order_process .card-section {
  display: flex;
  overflow-x: auto !important;
  scrollbar-width: thin;
  background: transparent !important;
  max-height: 77vh !important;
  /* For Firefox */
  width: 100%;
  /* Ensure it has a fixed width for scrollbar to appear */

}

#order_process .card-section::-webkit-scrollbar {
  height: 8px;
  /* Custom height for horizontal scrollbar */
  width: 8px;
  /* Custom width for vertical scrollbar, if needed */
}

#order_process .card-section::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#order_process .card-section::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 10px;
}

#order_process .card-section::-webkit-scrollbar-thumb:hover {
  background: #555;
}

#order_process .card-section .card {
  background: transparent !important;
}

#order_process .card-header,
.add_order_stage .card-header {
  border-radius: 20px 20px 0px 0px !important;

}

#order_process .card-section .card-body {
  max-height: 62vh !important;
  overflow-y: auto;
  background: #dcdcdc;
  padding: 10px;
  scrollbar-width: thin;
  /* options: auto, thin, none */
  scrollbar-color: #888 #f1f1f1;
  /* thumb color and track color */
}

#order_process .card-section .card-body::-webkit-scrollbar {
  width: 8px;
  /* Adjust the width as needed */
}

#order_process .card-section .card-body::-webkit-scrollbar-track {
  background: #f1f1f1;
}

#order_process .card-section .card-body::-webkit-scrollbar-thumb {
  background: #888;
}

#order_process .card-section .card-body::-webkit-scrollbar-thumb:hover {
  background: #555;
}

.add-field {
  width: 20vw;
}

@media (max-width:575px) {
  .drop_opt li {
    font-size: 12px !important;
  }

  .add-field {
    width: 60vw;
  }

  .comp-nav-mob {
    margin-bottom: 20px;
  }

  .comp-nav-mob .nav-link:focus,
  .comp-nav .nav-link.active,
  .comp-nav .nav-link.show {
    color: var(--white) !important;
  }

  .comp-nav-mob ul.dropdown-menu.show {
    transform: translate(10px) !important
  }

  .comp-nav-mob ul.dropdown-menu.show .dropdown-item:hover {
    color: #000;
  }

  .comp-nav-mob ul.dropdown-menu.show .dropdown-item {
    color: #000;
  }

  #order_process .drop-set.show {
    inset: 35px -28px auto auto !important;
  }
}

.comp-nav.navbar-nav .nav-link:focus,
.comp-nav.navbar-nav .nav-link.active,
.comp-nav.navbar-nav .nav-link.show {
  color: var(--white) !important;
}

.comp-nav.navbar-nav .dropdown-menu.show {
  transform: translate(0px) !important
}


.notification_hd .list-group-item {
  border: none;
  border-bottom: 1px solid #b4b4b4;
}

.placeholder2 {
  border: 1px dotted #000;
  height: 1.8em;
  /* Adjust as necessary to match the height of your list items */
  background: #ffffff;
  /* Optional: to make it more visible */

}

.empty-placeholder {

  min-height: 1.5em;
  /* Ensures empty lists are visible as droppable areas */
  background: #fff;
  /* Optional: to make it more visible */

}

.h_100vh {
  height: 100vh !important;
}

@media (min-width: 992px) {
  .order_details .modal-dialog {
    max-width: 63% !important;
    margin-top: 0px !important;
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
  }

  .order_details.modal.fade .modal-dialog {
    /* transition: transform 0.3s ease-out; */
    transition: none !important;
    transform: translateX(100%);
    /* Move it off-screen to the right */
  }

  /* State when the modal is shown */
  .order_details.modal.show .modal-dialog {
    transform: translateX(0);
    /* Move it into view */
  }

}

.order_details .modal-content {
  border: none !important;
  border-radius: 0.5rem 0px 0px 0.5rem !important;
}

@media (max-width: 992px) {
  .order_details .modal-content {
    height: auto !important;
    top: 0 !important;
  }

  #EditModal .modal-content,
  #AssignModal .modal-content,
  #newprocess .modal-content {
    height: 30%;

  }

  .file-label {
    width: 8% !important;

  }
}

/* .col-inner .form-group textarea{
  padding-left: 7%;
} */
.file-label {
  width: 6%;
  border-radius: 4px 0px 0px 4px !important;

}

#OrderModal .modal-content {
  min-height: 100%;
}

.cmts {
  font-size: 14px;
  position: relative;
  width: 100%;
  display: inline-block;
  clear: both;
  margin-bottom: 8px;
  padding: 8px 8px;
  vertical-align: top;
  border-radius: 5px;
  /* border :1px solid var(--primary-color); */
  background-color: #f2f2f2;

}

.inner-cmt {
  float: right;

  font-size: 12px;

}

.modal-header .modal-edit-btn,
.modal-header .modal-close-btn {
  border: none;
  text-align: end;
}

.order-date-time {
  font-size: 12px;
  color: #1b2942 !important;

}

#accordion_heading button {
  font-size: 14px;
  font-weight: normal !important;
  color: #5c5776;
}

.inner-accordion {
  font-size: 14px;
  font-weight: normal !important;
  color: #5c5776;
}

.select2-dropdown {
  z-index: 999999 !important;
}

.order-para {
  width: 84% !important;
}



.inner-extend a {
  width: 100% !important;
}

.dotted {
  border: 2px dotted #474747;
  border-style: none none dotted;
  color: #000000;
  background-color: #fff;
  transform: rotate(90deg);
  width: 280px;
  position: relative;

}

.fa.fa-check-circle,
.fa.fa-dot-circle {
  position: relative;
  z-index: 2;
}

@media (min-width: 992px) {
  .dotted {
    top: 178px;
    left: -120px;
    z-index: 1;
  }

  .detail-section img {
    height: 65px;
  }

  .w-md-50 {
    width: 50%;
  }

  /* .order_details .modal-footer{
  position: fixed;
  bottom: 0px;
  right: 14px;
  border: none;
} */
}

@media (max-width: 992px) {

  .dotted {
    top: 153px;
    left: -108px;
    width: 230px;
    z-index: 1;
  }


  .file-upload {
    overflow-x: hidden;
  }

  .inner-extend {
    font-size: 11px;
  }

  #order_process .round-border-radius {
    box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06) !important;
  }
}

#order_process .round-border-radius {
  border-radius: 20px 0px 0px !important;
}


.fa-envelope-open-text,
.fa-list-check,
svg.fa-user-tie {
  color: #5c3566;
}

td a,
.list a {
  color: #00b5b8;
}

.comments button {
  font-size: 14px !important;
  border-radius: 0px 4px 4px 0px !important;

}

.comments {
  position: absolute;
  top: 0px;
  left: 90%;
  width: 10%;
}

.remarks button {
  font-size: 14px !important;
  border-radius: 0px 4px 4px 0px !important;
  height: 42px;
}

.remarks {
  position: absolute;
  top: 0px;
  left: 82%;
  width: 18%;
  height: 2%;
}

@media (max-width:991px) {
  .comments {
    width: 15%;
    left: 85%;

  }

  .remarks {
    width: 22%;
    left: 78%;

  }

  .file-upload-order input {
    font-size: 13px !important;
    width: 100%;
  }

}

/* .order_details .modal-content{
  height: 100% !important;
} */

.assign {
  float: right;
  padding: 1px 3px;
}

.magnific-img {
  display: inline-block;
  width: auto;
}

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

.mfp-bottom-bar,
.mfp-preloader {
  display: none;
}

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}


.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before,
.mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}



.section-attachments span {
  font-size: 14px;
}

#editOrderModal .modal-content {
  min-height: 100%;
}

.add-product-popup {
  position: absolute;
  right: 0px;
}

.delete-comment {
  visibility: hidden;
}

.comment_section:hover .delete-comment {
  visibility: visible;
}

.filter-date {
  width: 83% !important;
  border-radius: 4px 0px 0px 4px !important;
}

.drop-down-download {
  transform: translate(-37px, 127px) !important;
}

@media (max-width:991px) {
  .drop-down-download {
    transform: translate(-8px, 233px) !important;
  }
}

.btn-hover-effect:hover {
  background-color: var(--white) !important;
  color: #000 !important;
}

.stepper-wrapper {
  font-family: Arial;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;

  @media (max-width: 768px) {
    font-size: 12px;
  }
}

.step-up {
  position: absolute;
  top: -10px;
  font-size: 12px;
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 99;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: transparent;
  margin-bottom: 6px;
}





.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 2px solid #4bb543;
  width: 90%;
  top: 20px;
  left: 54%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}

.stepper-item:last-child::after {
  content: none;
}

.comment_section .fa-trash-alt.delete_img {
  top: 8px !important;
  right: 2px !important;
}

.img-section .fa-trash-alt.delete_img {
  top: -20px !important;
  right: 10px !important;
  visibility: hidden;
}

.img-section:hover .fa-trash-alt.delete_img {
  visibility: visible;
}

.img-add-section {
  border: 1px dotted #000;
  border-radius: 4px;
  background-color: #f2f2f2;
  height: 57px !important;
  margin-top: 3px;
}

.img-add-section .img-div {
  padding: 9px 20px;
}

.date-text {
  color: #1b2942 !important;
  font-size: 12px !important;
}

.remarks i {
  left: -20px;
  top: 12px;
}

details {
  position: relative;
  padding-right: 20px;
}

summary {
  display: flex;
  justify-content: space-between;
  padding-left: 12px;
  align-items: center;
  cursor: pointer;
  list-style: none;

}

summary::after {
  content: '\25B6';
  font-size: 0.7em;
  margin-left: 4px;
  transition: transform 0.2s;
}

details[open] summary::after {
  transform: rotate(90deg);
  /* Rotate arrow when open */
}

.sortable-placeholder {
  margin-top: 10px;
  border-radius: 20px;
  border: 2px dotted #ccc;
  /* Define the dotted border */
  background-color: #f9f9f9;
  /* Optional: light background for better visibility */
  height: auto;
  /* Adjust height to match the sortable items */
  min-width: 23%;
}

li.dotted-line,
li.dotted-line-grey {
  position: relative;
}

li.dotted-line::before {
  content: "";
  position: absolute;
  width: 140px;
  border: 1px solid #000000;
  height: 2px;
  transform: rotate(90deg);
  left: -62px;
  top: 87px;
  z-index: 9;
  border-style: dashed;
  border-color: green;
  opacity: 0.7;
}

li.dotted-line-grey::before {
  content: "";
  position: absolute;
  width: 134px;
  border: 1px solid #000000;
  height: 2px;
  transform: rotate(90deg);
  left: -60px;
  top: 87px;
  z-index: 9;
  border-style: dashed;
  border-color: rgb(133, 133, 133);
}

#change_password_form .eye-icon {
  position: relative;
  top: -35%;
  left: 95%;
}

@media (max-width: 768px) {
  #change_password_form .eye-icon {
    top: -32px;
    left: 85%;
  }
}

.appended_field #remove_product {
  top: 27%;
  left: 88%;
}

sub.fst-italic {
  color: #777;
}

.text-grey {
  color: gray !important;
}

.text-black {
  font-weight: 500;
  font-size: 15px;
  color: #000 !important;
}

.text-large {
  font-weight: 500;
  font-size: 15px;
  color: #000 !important;
}

@media (max-width: 768px) {
  .add-product#remove_product {
    position: absolute !important;
    top: -280px;
    left: 96%;
  }

  .order_details .modal-content {

    border-radius: 0px 0px 0px 0px !important;
  }

  .add-product-process#remove_product {
    position: absolute !important;
    top: -250px;
    left: 96%;
  }
}

.order-title-heading {
  font-size: 17px;
  color: #000;
  font-weight: 500;
}

.modal-body .form-group {
  margin-bottom: 6px !important;
}

@media (max-width:991px) {
  .order-title-heading {
    font-size: 15px;

  }

  .order-stage-select {
    font-size: 12px !important;
    border: none;
  }

  .order-para {

    width: 100% !important;
  }

  .datetimeInput {
    font-size: 12px !important;
  }

  .navbar-container {
    padding: 9px 20px !important;
  }

  .modal-body .form-group {
    margin-bottom: 2.5% !important;
  }

  .status img {
    height: 80px !important;
  }

  .form-control,
  input,
  textarea,
  select {
    font-size: 16px !important;
  }

  .ml-10 {
    margin-left: 34vw !important;
  }

  #add_customer .modal-content {
    height: 55%;
  }

  .flex-auto .col {
    flex: auto;
  }

  .user-delete .modal-content {
    z-index: 99999 !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

}

.order-stage-select {
  border: none;
}

.datetimeInput {
  border: 1px solid #d7d5d5 !important;
  border-radius: 4px;

}

.font-sm {
  font-size: 14px;
}

.float-right {
  float: right;
}

.font-500 {
  font-weight: 500;
  color: #000;
}

.font-s {
  font-size: 12px !important;
}

hr.dashed-line {
  border: 1px dotted;
}

.modal-footer {
  padding: 1rem !important;
}

.modal-header h5 {
  margin-bottom: 0px;
}

@media (min-width: 992px) {
  .w-md-75 {
    width: 75%;
  }

}

.tooltip_copy {
  visibility: hidden;
  background-color: #555;
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 5px 10px;
  position: absolute;
  z-index: 9999;
  top: -5px;
  left: 30%;
  margin-left: -50px;
  opacity: 1;
  transition: opacity 1s;
}

@media (max-width: 768px) {
  .tooltip_copy {
    left: 55% !important;
  }

  #DeleteModal1 h6 {
    font-size: 0.85rem !important;
  }
}

.tooltip_copy::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #555 transparent transparent transparent;
}


#change_user_status input[type="checkbox"] {
  cursor: pointer;
  position: relative;
  top: 5px;
  width: 30px;
  height: 20px;
  -webkit-appearance: none;
  background: #c6c6c6;
  outline: none;
  border-radius: 20px;
  /* box-shadow: inset 0 0 5px rgba(255, 0, 0, 0.2); */
  transition: 0.7s;
}

#change_user_status input:checked[type="checkbox"] {
  background: #03a9f4;
}

#change_user_status input[type="checkbox"]:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 18px;
  border-radius: 20px;
  top: 1px;
  left: 0;
  background: #ffffff;
  transform: scale(1.1);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  transition: .5s;
}

#change_user_status input:checked[type="checkbox"]:before {
  left: 14px;
}

#analytics-main-div #main-analytics-tabs .nav-tabs .nav-link.active {
  border: none !important;
  outline: none !important;
  color: #000 !important;
  border-bottom: 3px solid #095d8e !important;
}

#analytics-main-div #main-analytics-tabs .nav-tabs .nav-link {
  width: 15rem !important;
  margin-left: 4px;
  padding: 12px 0 !important;

  outline: none !important;
  border-radius: 0px;
  background: transparent;
}

#analytics-main-div .nav-tabs .nav-link:hover {
  border: none;
  border-bottom: 3px solid #095d8e !important;
}

#analytics-main-div .nav-tabs .nav-link {
  width: 12rem !important;
  padding: 20px 0 !important;
  margin-left: 4px;
  border-bottom: 3px solid transparent !important;
  border: none;
  border-radius: 0px;
}

#analytics-main-div .nav-tabs .nav-link.active {
  outline: none !important;
  border: none;
  border-bottom: 3px solid #095d8e !important;
}

.analytic-nav-buttons button.nav-link {
  background-color: #e9e9ed;
}

#analytics-main-div .analytic_cards .card {
  border-radius: 5px;
  -webkit-box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16);
  /* box-shadow: 0 1px 2.94px 0.06px rgba(4, 26, 55, 0.16); */
  border: none;
  margin-bottom: 30px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#analytics-main-div .bg-c-green-shade {
  background: #00822b !important;
}

#analytics-main-div .analytic_cards .card .card-block {
  padding: 25px;
}

#analytics-main-div .bg-c-black-light-shade {
  background: #37474f !important;
}

.analytic_cards .analytic-card h5,
.analytic_cards .analytic-card h2 {
  color: #ffffff !important;
}

.sidebar-right-angle-icon {
  right: 6%;
  top: 35%;
  transition: 0.5s;
  transform: rotate(0deg);
}

.sidebar-right-angle-icon-active {
  top: 49%;
  transform: rotate(90deg);
}

.sidebar-right-angle-icon-active.d-none {

  transform: rotate(0deg);
}

.richText-help {
  display: none !important;
}

.icon-hist svg,
.icon-hist i {
  width: 33px !important;
}

.bg-custom-light-gray {
  background-color: #e9ecf1 !important;
}

.add_on_message {
  width: 100%;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  height: 42px;
  outline: none;
}

.sidebar-dropdown-active {
  border-left: 3px solid red;
}

.delete_social_media_btn {
  position: relative;
  top: -100px;
  left: 96%;
}

@media (max-width: 768px) {
  .delete_social_media_btn {
    left: 84%;
  }
}

.setting-icon i {
  width: 25px;
}

.sidebar-menu .navigation-main li i {
  width: 25px;
}

.a-link {
  color: #002332;
  font-weight: 500;
}

.btn-left-border {
  border-radius: 0px 4px 4px 0px !important;
}

.btn-right-border {
  border-radius: 4px 0px 0px 4px !important;
}

input[type="range"] #thumb {
  display: none !important;
}

.font-sm {
  padding: 6px;
  height: 30px;
  font-size: 12px !important;
}

.row.flex-col {
  flex-wrap: nowrap !important;
}

.list-style {
  font-size: 0.3rem;
}

.sidebar-dropdown-active .collapseg {
  padding-left: 14px;
}

@media (max-width: 767px) {
  .a-link {
    font-size: 0.7rem;
  }
}

.custom_field_form_section {
  border: 1px solid #ccc;
}

@media (max-width: 767px) {
  .custom_field_form_section {
    border: none;
  }
}

.bg-light-success {
  background-color: #5fc008;
}

#myProgress {
  width: 170px;
  border-radius: 4px;
  background-color: #e9ebf1;
}

#myBar {
  width: 25%;
  height: 8px;
  border-radius: 4px;
  background-color: green;
}

.font-color-500 {
  color: #1b2942;
  font-weight: 500;
}

.w-40 {
  width: 40%;
}

@media (max-width: 768px) {
  .w-40 {
    width: 100%;
  }

  #update1 .modal-content,
  #import .modal-content {
    height: 32%;
  }

  #invite .modal-content {
    height: 39.5%;
  }
}

.color-500 {
  color: #5c577f !important;
}

.mb-bottom {
  margin-bottom: 21px;
}

.ps-left {
  padding-left: 21px;
}

@media (max-width: 767px) {
  .ps-left {
    padding-left: 0px;
  }
}

.inner_select {
  position: relative;

}

/* Custom arrow */
.inner_select::after {
  content: '\25BC';
  /* Unicode character for downward arrow */
  position: absolute;
  top: 52%;
  right: 25px;
  /* Adjust the position of the arrow */
  transform: translateY(-50%);
  pointer-events: none;
  /* Ensures the arrow doesn't interfere with select box */
  color: #555;
  /* Adjust color as needed */
  font-size: 12px;
  /* Adjust size as needed */
}

.font-sm-icon {
  font-size: 0.7rem;
}

.invite_select::after {
  top: 66% !important;
}

.country_select::after {
  top: 60% !important;
}

#shippingModal .modal-content,
#billingModal .modal-content {
  width: 700px;
}

#shippingModal .modal-dialog,
#billingModal .modal-dialog {
  max-width: 700px !important;
}

@media (max-width: 767px) {

  #shippingModal .modal-content,
  #billingModal .modal-content {
    height: 90%;
  }
}

/* Product Page image upload */
.file-upload {
  margin-left: 4px;
  margin-top: 6px;
}

.file-select {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.file-select.file-select-box {
  width: 90px;
  height: 90px;
  display: inline-block;
  border-radius: 14px;
}

.imagePreview {
  width: 100px;
  height: 100px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 0;
  position: absolute;
  background-color: #fff;
  top: 0;
  left: 0;
}

.remove_image {
  position: absolute;
  right: 1px;
  z-index: 99;
}

.file-upload-custom-btn {
  width: 90px;
  height: 90px;
  border: none;
  background-color: #ff850212;
  color: #ffaf00;
  font-size: 30px;
  z-index: 1;
  position: relative;
}

.file-select.file-select-box input[type="file"] {
  z-index: 2;
}

.file-select input[type="file"] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
}

.caption-align {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.theme-container {
  position: relative;
  text-align: center;
  cursor: pointer;
}

.theme-container img {
  opacity: 0.5;
}

.border-color {
  border-color: #002332 !important;
  color: #002332 !important;
}

.border-left-0 {
  border-left: none;
}

.border-left-0.show {
  background-color: #002332 !important;
  border-color: #002332 !important;
}

.card .scroll {
  max-height: 100px;
  overflow-y: auto;
}

.right-align {
  left: 18%;
}

.font-xsm {
  font-size: 0.75rem;
}

.sidebar ul li .user-name-super {
  font-size: 0.9rem;
  color: white;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: 0.5s ease-in-out;
  margin: 0px;
  background: unset;
  border: none;
  font-weight: unset;
}

.sidebar ul li .user-name-super span {
  margin-left: 10px;
  transition: 1s ease-in-out;
  display: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sidebar.extended ul li .user-name-super span {
  display: block;
  white-space: nowrap;
}

.sidebar li.multidropdown li.active>a,
.sidebar li.multidropdown li.active>button {
  border-left: none !important;
  background-color: transparent !important;
}

.chat-message-right {
  flex-direction: row-reverse;
  margin-left: auto;
}

.chat-message-left,
.chat-message-right {
  /* margin: auto; */
  align-self: end;
  display: flex;
  flex-shrink: 0;
}

.chat-messages .flex-shrink-1 {
  background-color: #03263591 !important;
  color: white;
}

.font-weight-bold {
  font-weight: 600;

}

.chat-message-left .text-muted {
  text-align: right;
}

.form-control.coupon-desc {
  height: 200px !important;
}

.accordion-item {
  border: none !important;
  border-color: transparent !important;
}

.accordion-header button:focus {
  box-shadow: none !important;
}

@media (max-width: 768px) {
  #uploadModal .modal-content {
    height: 47% !important;
  }
}

#uploadModal {
  --bs-modal-width: 700px;
}

.table-condensed th,
.table-condensed td {
  padding: 5px !important;
}

.delete_service {
  left: 82%;
  top: -50px;
  position: relative;
}

.select_height .select2-container .select2-selection--single {
  height: 44px !important;
  padding: 8px;
}

.select_height .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 8px !important
}

.min-height-260 {
  min-height: 260px;
  max-height: 260px;
}

.height-set {
  align-items: center;
  min-height: 150px;
  max-height: 150px;
}

.hv_100 {
  height: 100px !important;
}

.width-80px {
  width: 80px;
}

.menus-delete {
  position: absolute;
  bottom: 22px;
}

.add-btn {
  height: 33px;
  width: 70px;
}

.dropdown-btn {
  height: 47px;
  width: 260px;
}

.dropdown-btn-arrow {
  position: relative;
  left: 146px;
}

.w-text {
  font-size: 12px;
}

.w-text-available {
  font-size: 15px;
}

.w-arror {
  position: absolute;
  left: 226px;
  top: 12px;
}

.w-arror1 {
  position: relative;
  left: 146px;
}

.choose-btn {
  position: relative;
  bottom: 2px;
}

.icon-delete {
  position: relative;
  bottom: 48px;
  left: 102%;
}

.announce-delete {
  position: relative;
  bottom: 48px;
  left: 102%;
}

.widget-box {

  border-right: 1px solid #9c9c9c;
  border-bottom: 1px solid #9c9c9c;
  border-left: 1px solid #9c9c9c;

}

.widget-img {
  height: 90%;
}

.l-h5 {
  font-size: 1.25rem;
  font-weight: 500;
}

.l-h6 {
  font-size: 1rem;
  font-weight: 500;
}

.l-h4 {
  font-size: 1.5rem;
  font-weight: 600;
}

.l-label {
  color: #2e405c !important;
  font-size: 0.9rem !important;
}

.switch {
  position: relative;
  display: inline-block;
  width: 50px;
  height: 26px;
}

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

.slider {
  position: absolute;
  cursor: pointer;
  background-color: #ccc;
  border-radius: 34px;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 20px;
  width: 20px;
  border-radius: 50%;
  left: 3px;
  bottom: 3px;
  background-color: white;
  transition: 0.4s;
}

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

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

.dependent-fields {
  display: block;
}

.status-toggle:not(:checked)~.dependent-fields {
  display: none;
}

.tax-delete {
  position: relative;
  right: 60%;
}

.word-space {
  word-spacing: 20px;
}

.top-2 {
  top: 2px;
}

.line-color {
  color: #a5a5a5;
}

.fs-p {
  font-size: 13px;
}

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


/* Blur effect for the modal body */
.modal-blur {
  filter: blur(3px);
  pointer-events: none;
  user-select: none;
}

/* Optional semi-transparent overlay */
.modal-disabled-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.266);
  z-index: 1;
}

/* Stack fix for second modal */
.modal-backdrop.show:not(:first-of-type) {
  z-index: 1054;
}

.modal.show:not(:first-of-type) {
  z-index: 1065;
}

.quantity-mv {
  max-width: 160px;
}

@media (max-width: 768px) {
  .modal-bottom {
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-height: 100vh;
    margin: 0;
  }

  .custom-bottom-modal {
    height: 100vh;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
  }

  .custom-manage-modal {
    height: 71vh;
    border-radius: 1rem 1rem 0 0;
    overflow: hidden;
  }

  .receipt {
    font-family: monospace;
    width: 341px;
    padding: 10px;
    background: white;
    color: black;
  }

  @media print {
    body * {
      visibility: hidden;
    }

    #pos-receipt,
    #pos-receipt * {
      visibility: visible;
    }

    #pos-receipt {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
    }
  }

  .table {
    font-size: 12px;
    border-collapse: collapse;
  }

  .separator-text {
    font-family: monospace;
    text-align: center;
    font-size: 16px;
    line-height: 1.2;
  }
}

.on-delete {
  position: absolute;
  right: 0px;
  left: 102%;
  top: 0px;
}

.check-notice {
  color: #459ed2;
}

.bg-grey {
  background-color: #e1dede;
}

.border-style {
  border: 1px solid #095d8e;
}

.tax-delete {
  position: relative;
  bottom: 31px;
  left: 104%;
}

.flex-grow-1 {
  flex-grow: 4 !important;
}

.h-card {
  height: auto !important;

}

.card-img {
  height: 78%;
  width: 100%;
  background-color: aquamarine;
  overflow: hidden;
}

.menu-title {
  font-size: 12px;
  line-height: 13px;
}

.cardmenu {
  transition: opacity 0.3s;
  opacity: 0.6;
}

.active-card {
  opacity: 1;
}

.report-50 {
  height: 370px !important;
}

@media (max-width:575px) {
  .table-responsive-overscroll {
    width: auto !important;
  }

  .report-50 {
    height: 80vh !important;
  }

  .h-card {
    height: auto !important;
  }
}

#calendar tbody a {
  color: #04309b !important;
}

.mobile-view-btn .btn-outline-primary,
.mobile-view-btn .btn-primary {
  border: 1px #fff solid !important;
}

.mobile-view-btn .btn-outline-primary {
  color: #fff;
}

.mobile-view-btn .btn-primary {
  background-color: #fff !important;
  color: #002332 !important;
}

.border-report-search {
  border: 1px solid #9C9C9C !important;
}

.sidebar .nav-link {
  color: #fff !important;
}

.dash-nav .nav-link {
  border: none !important;
  border-radius: 0 !important;
  border-top-left-radius: 10px !important;
  border-top-right-radius: 10px !important;
}

.custom-alert {
  padding: 10px;
  background-color: #fde3d2;
  color: #ff3c00;
  font-weight: 500;
  margin-bottom: 10px;
  border-radius: 4px;
}

.min-vh-67 {
  min-height: 67vh;
}

.menu-accord .accordion-item:first-of-type,
.menu-accord .accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 20px !important;
  border-top-right-radius: 20px !important;
}

.menu-accord .accordion-item:last-of-type,
.menu-accord .accordion-item:last-of-type .accordion-button {
  border-bottom-left-radius: 20px !important;
  border-bottom-right-radius: 20px !important;
}

.fw-500 {
  font-weight: 500 !important;
}

@media (max-width:768px) {
  .mob-bell {
    color: #fff !important;
  }

  .rest-nav {
    background-color: #ffffff !important;
  }

  .rest-nav .bar {
    background-color: #002332;
  }

  .rest-nav .fa-bell {
    width: 20px;
    height: 2px;
    color: #002332;
  }

  .mob-bell {
    color: #fff !important;
  }

  .res-nav-check {
    display: none;
  }

  .font-sizing {
    font-size: 12px;
  }

  .dash-nav .nav-link {
    padding: 10px 10px !important;
  }

  .full-screen .modal-body {
    max-height: 67vh;
    overflow-y: auto;
  }
}

#reportrange .flex-grow-1 {
  white-space: nowrap !important;
  overflow-x: hidden !important;
}

.bg-backround-primary {
  background-color: #002332 !important;
  color: #fff !important;
}

.bg-backround-primary .active {
  border-bottom: 6px solid #ffffff !important;
}

.full-screen .modal-content {
  position: relative !important;
  display: flex;
  flex-direction: column;
  width: 100% !important;
}

.full-screen .round-border-radius {
  box-shadow: 0 10px 40px 0 rgba(62, 57, 107, 0.07), 0 2px 9px 0 rgba(62, 57, 107, 0.06) !important;
}

/* .position-set-drop{
  inset: 0px auto auto -137px !important;
} */
.min-width-100 {
  min-width: 100px !important;
}

.icon-delete-apend {
  position: relative;
  top: 50px;
  left: 102%;
}

.position-inset {
  inset: 0px 218px auto auto !important;
}

@media (max-width:575px) {
  .position-inset {
    inset: -110px 0px auto auto !important;
  }
}

.time-box {
  padding: 30px 40px;
  text-align: center;
  width: 100%;
}

.control-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}

.time-box .btn {
  background-color: #eaeaea;
  border: none;
  color: #333;
  font-size: 24px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  cursor: pointer;
  transition: background 0.2s;
}

.time-box .btn:hover {
  background-color: #d5d5d5;
}

.value {
  width: 60px;
  /* adjust width as needed */
  text-align: center;
  /* center the number */
  border: none;
  /* remove border */
  outline: none;
  /* remove focus outline */
  font-size: 28px;
}

.unit {
  color: #777;
  font-size: 14px;
}

.word-wrap-break {
  word-wrap: break-word !important;
}

/*  Calender css for reservations */
.calender-strip {
  background: #f8f9fa;
  border-bottom: 1px solid #ddd;
}

.calender-strip .row {
  flex-wrap: nowrap;
}

.date-btn {
  min-width: 70px;
  border-radius: 6px;
  transition: all 0.3s;
}

.date-btn.active {
  background: #0d6efd !important;
  color: #fff !important;
  font-weight: bold;
}

.date-btn:hover {
  background: #0d6efd !important;
  color: #fff !important;
  cursor: pointer;
}

.week-day {
  font-size: 14px;
}

.date-count {
  font-size: 16px;
  font-weight: 600;
}

.scroll-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  color: rgb(10, 10, 10);
  border: none;
  cursor: pointer;
  z-index: 10;
}

.scroll-left {
  left: 5px;
}

.scroll-right {
  right: 5px;
}

.bg-color-grey {
  background-color: #f8f9fa;
}

.badge-line-height-1 {
  line-height: 1.2;
}

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

.input-group-text {
  border: 1px solid #9C9C9C;
}

.form-loader-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  border-radius: 6px;
}

.form-loader-spinner {
  width: 40px;
  height: 40px;
  border: 4px solid #ccc;
  border-top-color: #007bff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.mobile-bar a.active {
  background: #f0f0f0;
  border-radius: 10px;
  padding: 5px 20px;
}

.mobile-bar {
  padding: 6px;
}

@media (max-width:991px) {
  .mobile-bar a.active {
    padding: 5px 8px;
  }

  .task-bar a {
    font-size: 12px;
  }

  .px-cust-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .store-setting-buttons button {
    width: 50% !important;
  }

  .store-setting-buttons {
    padding: .7rem;
  }

  .email-table th,
  .email-table td {
    padding: 15px 5px !important;
  }

  #mobileNavMenu .nav-pills .nav-link.active {
    background-color: transparent !important;
    font-weight: 900 !important;
    color: var(--btn-primary-background) !important;
  }

  .mobile-bar {
    padding: 0px;
  }
}

.input-group-text {
  height: 42px;
}
.bulk-select-bar{
  background-color: #f2f2f2;
}
.order-card.selected {
    border: 2px solid #94e6ac;
    background-color: #caf5dc;
}
.disabled-card-link {
    pointer-events: none !important;
    opacity: 1;
}