@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: 'Nunito', 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", Georgia, "Times New Roman", Times, serif;
  color: #1b2942 !important;
}

p {
  color: #121212;
}

.btn {
  font-size: 0.9rem !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: 19%;
}

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

.sidebar ul li a,
.sidebar ul li button {
  font-size: 1rem;
  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: 18px;
  border-left: 5px solid #e32028 !important;
}

.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: 25px;
  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 #ccd6e6 !important;
  color: #3f587e;
  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: #ebebeb;
  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;
}

span.select2-selection.select2-selection--multiple {
  border: transparent !important;
  overflow: auto;
}

.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 0px 0px;
  }


  .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;
  }
}

/* dashboard 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: 75px !important;
  }

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


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

  .btn {
    margin: 0px;
  }
}

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

/* dashboard 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 !important;
}

.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;
  padding: 9px;
}

.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: #000;
}

.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;
}

.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 .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,
.px-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;
}

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

#headingOne button {
  width: 100%;
  background-color: #fff !important;
  color: #00b5b8 !important;
  border: none;
  text-transform: uppercase;
  padding-left: 0px;
  padding-right: 0px;
}

@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.5%;
    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: 0px;
    /* 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: 6px !important;
    padding-right: 6px !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,#card-grid .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, #card-grid {
  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, #card-grid::-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, #card-grid .card-header{
  border-radius: 20px 20px 0px 0px !important;

}

#order_process .card-section .card-body, #card-grid .card-body {
  height: 60vh !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, #card-grid .card-body::-webkit-scrollbar {
  width: 8px;
  /* Adjust the width as needed */
}

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

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

#order_process .card-section .card-body::-webkit-scrollbar-thumb:hover, #card-grid .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;
  max-width: 600px !important;
}
.list-group{
  max-height: 400px!important;
  overflow-y: auto !important;
}
.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: 7.2em;
  border-radius: 10px;
  /* 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: #168688;
  font-weight: bold;
}

.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: 89%;

  }

  .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: '\f054'; 
  font-family: 'Font Awesome 6 Free'; 
  font-weight: 900;
  font-size: 1em;
  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%;
  }
}

#remove_inst,#remove_check{
  top:-4px;
  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: -258px;
  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;
  }
  .position-inset{
    inset: -66px 0px auto auto !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;
}
.font-x-s{
  font-size: 10px !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 {
  display: none;
  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 .center {
  
}

#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;
}
span.select2-selection.select2-selection--multiple{
  border: 1px solid #aaa !important;
}
.table_header_box {
  color: #959292 !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  text-transform: uppercase;
}
#assignbulk {
  background-color: #cc0000;
  color: white !important;
  text-transform: uppercase;
  border-radius: 10px 10px 0 0 !important;
}
.filter-partie {
  height: 32px !important;
  width: 185px !important;
}
.task_table{
  max-height: 220px;
  margin-top: -2px !important;
}
.text-orange{
  background-color: #cc4400;
}
.task_table .task-body td{
   max-width: 38px;
   padding-top: 10px !important;
}
.task_table .task-body tr{
 border-bottom: 3px solid #eeeeee;
}
.users-list-table td{
  background-color: #e5e5e5 !important;
}
.task_table .task-body td svg{
  height: 15px !important;
}
#reminder_and_task_name {
  width: 100% !important;
  padding: 10px;
  font-size: 16px;
  border: none !important;
  font-weight: bold !important;
}
.myDropdown {
  position: absolute !important;
  will-change: transform !important;
  max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden !important;
    max-width: 200px;
}
.new_open_form a.add_field_button {
  border: 2px dashed #dddcdc;
  width: 100% !important;
  padding-left: 10px !important;
  padding-right: 10px !important;
  display: inline-flex;
  justify-content: center;
}
.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: 34px !important;
  padding: 0.75rem 1rem;
  font-weight: 400;
  line-height: 1.25;
  color: #4e5154;
  background-color: #fff;
  border: 2px dashed #dddcdc !important;
  border-radius: 0px !important;
  border-radius: 0.25rem;
  width: 100% !important;
}
.custom-file-label {
  transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
 .card-content .custom-file .custom-file-label:after {
  background-color: transparent;
}

.custom-file-input:lang(en)~.custom-file-label::after {
  content: "+ Add Attachment";
}
.custom-file-label::after {
  position: absolute;
  top: -2px;
  right: auto !important;
  bottom: 0;
  z-index: 3;
  display: block;
  height: 34px;
  padding: 0.75rem 1rem;
  line-height: 1.25;
  color: #4e5154;
  content: "Browse";
  background-color: #f5f7fa;
  border-left: inherit;
  border-radius: 0 0.25rem 0.25rem 0;
  left: auto;
  display: flex;
  justify-content: center;
  width: 100%;
  align-items: center;
}
.accordion-button:not(.collapsed){
  background-color: #f2f2f2 !important;
  box-shadow: none !important;
}
.btn-accord{
  background-color: #f2f2f2 !important;
  font-weight: 400 !important;
  font-size: 15px !important;
  color: #000e13;
}
.circle_doted {
  border: 1px dashed grey;
  width: 30px !important;
  height: 29px !important;
  margin-left: 11px !important;
  border-radius: 14px !important;
  padding: 2px !important;
  padding-top: 4px !important;
}
.circle_doted_assigned_manger {
  border: 1px dashed grey;
  width: fit-content !important;
  height: 29px !important;
  margin-left: 11px !important;
  border-radius: 14px !important;
  padding: 2px !important;
  padding-top: 4px !important;
}
#fixed-footer {
  position: fixed;
  left: 0px;
  right: 0px;
  z-index: 1;
  bottom: 0px;
  background: white;
  border-top: 1px solid #d9d9d9;
  border-radius: 0px 0px 0px 0.5rem !important;
}
.task-content .card-body {
  padding-bottom: 20px;
  height: 87.5vh;
  overflow-y: auto;
  overflow-x: hidden;
  margin-top: -20px;
}
.file-index{
  z-index: 9999999;
}
.mb-bottom{
  margin-bottom: 30px !important;
}
.btn-left-border{
  border-radius: 0px 4px 4px 0rem !important;
}
.btn.show{
  background-color: #002332;
  border-color: #002332;
}
.select-p .select_input, .select2-container .select2-selection--multiple{
  padding: 0px !important;
}
.select-p .select2-container .select2-search--inline .select2-search__field{
  font-size: 20px !important;
  height: 35px !important;
}
.box-style-import-and-download-simple {
  border: 1px dashed #1b2942 !important;
}
.drop-container {
  border: 2px dashed #ccc;
  padding: 20px;
  text-align: center;
}
.upload-input {
    position: relative;
    top: -58px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.p-icon i{
  height: 10px;
  width: 20px;
}
.navigation i{
  width: 30px !important;
}
.nav-link .fa-building{
  width: 18px !important;
}
.bg-ondate{
  background-color:#dff3de !important;
}
.bg-samedate{
  background-color: #f5e9d6 !important;
}
.bg-overdate{
  background-color: #f8dedd !important;
}
.font-13{
  font-size: 13px;
}
.home-search .form-control,.home-search .btn.serach_manage{
  height: 35px !important;
}
.border-bottom-m{
  border-bottom:1px solid #c9c9ca;
}
.daterangepicker tbody,.daterangepicker td,.daterangepicker tfoot,.daterangepicker th,.daterangepicker thead,.daterangepicker tr{
  padding: 5px !important;
}
.text-warning-orange{
  color: #ff7e07;
}
.font-xl-sm{
  font-size: 13px !important;
}
@media (max-width:575px){
  .img-section .fa-trash-alt.delete_img{
    visibility: visible;
  }
  .comment_section .delete-comment{
    visibility: visible;

  }
}
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5); 
  backdrop-filter: blur(5px); 
  z-index: -1; 
 
}
.linkToCopy{
  position:absolute;
  left:-9999px;
}
.btn-height{
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}
.btn-height .btn{
  height: 37px !important;
}
#overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999; 
}

#loader {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 99999;
}
.drop-notify{
  right:90px !important;
}
@media (max-width: 575px){
  .drop-notifymob{
    top: 52px !important;
    left: 20px !important;
    right: 20px !important;
  }
  .instruction{
    padding: 0 20% 0 10px !important;
  }
}

.load-btn {
  position: relative; /* Ensure the button content can be overlaid */
}
.load-btn .spinner-border{
  position: absolute;
}
.load-btn .spinner-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%); 
  z-index: 999; 
  pointer-events: none;
}

.load-btn:disabled {
  pointer-events: none; 
  opacity: 0.85; 
}
.z-index-99{
  z-index: 99999 !important;
}
li.company-active{
  background-color: #f2f2f2 !important;
}
.btn-hover:hover{
  box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.2);
}
.min-height-100vh{
  min-height: 100vh !important;
}
.min-height-70vh{
  min-height: 72vh !important;
}
.w-90{
  width: 90% !important;
}
.instruction{
  padding: 0 17% 0 10px;
}
.h-200{
  height: 100px !important;
}
.text-wrapper{
  overflow: hidden !important;
  white-space: normal !important;
  word-wrap: break-word !important;
}
.max-width-1{
  max-width: 150px !important;
}
.text-elipses{
  overflow: hidden !important;
  white-space: nowrap !important;
  word-wrap: break-word !important;
} 
.max-width-2{
 max-width:125px;
}
.inst-btn{
  position:fixed;
  bottom:0;
}
.prompt-css{
  background-color: #f2f2f2;
  border-radius: 10px;
  width: 96%;
  margin: 2%;
  position: fixed;
  bottom: 20px;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 15px;
  box-shadow: 0 0 19px 10px #dbdbdb;
}
@media (max-width:575px) {
  #companyselect .modal-content{
    height: 50% !important;
  }
  .remarks i{
    left: -20px !important;
    
  }
  .order_details .btn{
    font-size: 0.75rem !important;
  }
  .sub-btn-set .btn{
    height: 40px !important;
  }
}
#close-instruction{
  background-color: #f2f2f2;
}
.close-prompt{
  left: 95%;
}
.close-pwa-prompt{
  top:-10px;
}
.accordion-button:focus{
  box-shadow:none !important;
}

.accordion-button{
color:#1b2942 !important;
font-weight: 500 !important;
}

input:read-only {
  background-color: #f0f0f0; 
}
.comp-list{
  max-height:100%;
  overflow-y: auto;
}
#toggle-source i.fa-chevron-right{
  transform: rotate(0deg);
  transition: transform 0.3s ease;
}
.expand i.fa-chevron-right{
  transform: rotate(90deg) !important;
    transition: transform 0.3s ease;
}
.save_actual_sale{
  height: 40px !important;
  padding: 8px 12px !important;
}
/* #myPie {
  width: 100% !important;
  height: 400px !important; 
} */
.order_details li{
 border:none !important;
}
.card-footer{
  background: #dcdcdc;
}
.border-left{
  border-left:2px solid #dcdcdc;
}
.import-dropdown{
  inset: 42px -48px auto auto !important;
}
.styled li{
  list-style-type: disc;
}
.appended_qualy #remove_qualy,.appended_course #remove_course,.appended_field #remove_source,.appended_field #remove_product {
  top: 27%;
  left: 88%;
}
.controls .fa-chevron-down{
  position: absolute;
  top: 67%;
  right: 1rem;
  transform: translateY(-50%);
  pointer-events: none; 
}
.card-cmt{
  background-color: #f2f2f2;
  border-radius: 0.5rem;
}
.overflow-wrap-anywhere{
  overflow-wrap: anywhere;
}
@media (min-width: 991px){
  .input_data_form .fa-chevron-down{
    position: relative !important;
    top: -27px !important;
    right: -13rem !important;
  }
}
.edit_order_form{
  color:var(--btn-primary-background);
}
/* @media (max-width:991px) {
  .modal .select2-container {
    width: 91.5vw !important;
    width: -moz-available !important;
  }
} */
 .input_data_form .select2-container .select2-selection--multiple{
  height: auto !important;
 }
 .px-2half{
  padding: 10px 14px !important;
}