.navbar {
  position: fixed !important;
  top: 0;
  width: 100%;
  left: 0;
  background-color: #fff;
  display: flex !important;
  align-items: center;
  justify-content: space-between !important;
  padding: 15px 20px !important;
  z-index: 1000;
  box-shadow: 0 0 2px #ced2d8;
}

.form-horizontal .error {
  color: red;
  flex-basis: 100%;
  font-size: 12px;
  margin-top: 5px;
  padding-left: 46px;
  font-weight: 600;
}
/* login css start */

body {
  margin: 0;
  padding: 0;
}

/* login css end */

#map-container {
  width: 100%;
  height: 551px;
  background: grey;
}

.info-bubble {
  width: 300px;
}
/* #panel {
    width: 100%;
    height: 400px;
} */
.directions li span.arrow {
  display: inline-block;
  min-width: 28px;
  min-height: 28px;
  background-position: 0px;
  background-image: url('https://heremaps.github.io/maps-api-for-javascript-examples/map-with-route-from-a-to-b/img/arrows.png');
  position: relative;
  top: 8px;
}
.directions li span.depart {
  background-position: -28px;
}
.directions li span.rightturn {
  background-position: -224px;
}
.directions li span.leftturn {
  background-position: -252px;
}
.directions li span.arrive {
  background-position: -1288px;
}

#panel h3 {
  font-size: 16px;
  line-height: 24px;
  padding: 15px;
}
.content-wrapper {
  height: 100vh;
  margin-bottom: -83px;
  background-color: #f4f4f4;
  padding: 8em 0 4em;
}

.form-horizontal .form-group {
  display: flex;
  /* align-items: center; */
  justify-content: center;
}

.form-horizontal .form-group label {
  margin-bottom: 0;
  text-align: left;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  width: 9%;
  padding: 0 15px;
  margin-top: 8px;
}

.form-horizontal .input-group {
  width: 25%;
}

.form-horizontal .form-group {
  margin-bottom: 15px;
}

.form-horizontal .input-group-addon {
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  padding: 6px 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #555;
  text-align: center;
  background-color: #eee;
  border: 1px solid #ccc;
  border-radius: 4px;
  white-space: nowrap;
  vertical-align: middle;
  height: 34px;
  display: flex;
  align-items: center;
}

.form-horizontal .form-control {
  display: table-cell;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition:
    border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
}

.form-horizontal .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow:
    inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.form-control:focus {
  border-color: none !important;
  outline: 0;
  box-shadow: none !important;
}

.form-select:focus {
  /* border-color: none !important; */
  outline: 0;
  box-shadow: none !important;
}

.signIn-btn {
  color: #555 !important;
  background-color: rgb(238, 238, 238) !important;
  border-color: rgb(204, 204, 204) !important;
  margin-right: 1em !important;
}

.signIn-btn:hover {
  color: #555 !important;
  background-color: rgb(238, 238, 238) !important;
  border-color: rgb(204, 204, 204) !important;
  margin-right: 1em !important;
}

/* login css end */

.custom-margin {
  margin: 0 0 20px 0 !important;
}

.errorMessage {
  color: #d10303;
  font-size: 13px;
}
/* loader spinner CSS */
.loader-overlay {
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 99999;
  left: 0;
  top: 0;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.1);
  overflow-x: hidden;
  transition: 0.5s;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.customInputError {
  color: #d10303;
  font-size: 14px;
}

.form-horizontal .customInputError {
  color: #d10303;
  font-size: 14px;
  flex-basis: 100%;
}

/* Text editor CSS */

.ql-toolbar {
  display: block;
  background: #eaecec;
  border-top-left-radius: 0.5em;
  border-top-right-radius: 0.5em;
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif;
  padding: 8px;
}

.right-drawer-parent {
  width: unset !important;
  height: unset !important;
  margin-top: 53px !important;
}

/* Style for the body when the drawer is open */
body.drawer-open {
  background-color: rgba(
    0,
    0,
    0,
    0.5
  ); /* Apply your desired background color and opacity */
  overflow: hidden !important; /* Optionally, prevent scrolling when the drawer is open */
}
.EZDrawer .EZDrawer__container {
  left: 0 !important;
  margin-top: 0 !important;
  z-index: 999999 !important;
  background-color: transparent !important;
  box-shadow: unset !important;
}
.sidebox {
  max-height: 100vh;
  overflow-y: auto;
  width: 1000px;
  float: right;
}

.blue-button {
  margin: 10px 10px !important;
}
.blue-button2 {
  margin: 0px !important;
}
.blue-button-setting {
  background-color: #d5d7d6;
  border: none;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  padding: 3px 15px 4px 15px;
  font-family: 'Poppins', sans-serif;
  margin: 10px 10px !important;
}
.blue-buttonactive-setting {
  background-color: #1e6fdd;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border-radius: 2px;
  padding: 3px 15px 4px 15px;
  font-family: 'Poppins', sans-serif;
  margin: 10px 20px 10px 20px !important;
}
.icon-right {
  text-align: right !important;
}
.CloseBtn {
  cursor: pointer;
  width: 35px;
  height: 35px;
}
.edit-section {
  max-width: 800px !important;
}

.modal-title-class {
  font-size: 20px;
}

.bottom_content {
  z-index: unset !important;
}

/* LocationInput.css */
.suggestions-container {
  position: absolute;
  background-color: white;
  border: 1px solid #ccc;
  max-height: 200px;
  overflow-y: auto;
}

.suggestions-container > .section-divider {
  border-top: 1px solid #ccc; /* Add a border for section divider */
  margin: 8px 0; /* Add margin to separate sections */
}

.suggestion-item {
  padding: 4px 8px;
  cursor: pointer;
  transition: background-color 0.3s;
  width: 100%;
  display: block;
}

.suggestion-item:hover {
  background-color: #b5b5b5fc;
}

/* Show border under the input field */
.custom-input {
  border-bottom: 2px solid #007bff;
  margin: 0;
  padding: 8px;
}

/* Style the error message */
.error {
  color: red;
}

.suggestion-render {
  background-color: #ebeef2;
  padding: 5px 10px;
}

.category-listing li {
  cursor: pointer;
}
.draggable {
  top: auto !important;
  left: auto !important;
}
.add-form-button {
  text-align: right;
}
.radio {
  margin-right: 2px;
}
.modal-popup {
  max-width: 880px !important;
}
.modal-popuplarge {
  max-width: 1000px !important;
}
.no-data-available {
  text-align: center;
  color: red;
  font-size: 18px;
  font-weight: 500;
  display: block;
}
.submit-row {
  padding: 20px 0 0px 0 !important;
}

/* Feature/plan form: action buttons aligned to the right (beat Bootstrap .row and global overrides) */
.submit-row.submit-row-actions-right {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: 100% !important;
  max-width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  box-sizing: border-box !important;
}
.formbox .submit-row.submit-row-actions-right,
.midborderbox .submit-row.submit-row-actions-right {
  display: flex !important;
  justify-content: flex-end !important;
  width: 100% !important;
}
/* Feature form: unique class so these rules always win */
.feature-form .row.submit-row.submit-row-actions-right {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 8px !important;
  padding-top: 24px !important;
  padding-bottom: 4px !important;
  flex-wrap: nowrap !important;
  box-sizing: border-box !important;
}
.feature-form .submit-row-actions-inner {
  margin-left: auto !important;
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}
/* Cancel uses .col-2; override so it doesn't stretch the button row */
.feature-form .submit-row-actions-inner .col-2 {
  flex: 0 0 auto !important;
  width: auto !important;
  max-width: none !important;
}
.rightsec-samespace .midborderbox .formbox .row.submit-row.submit-row-actions-right {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  width: 100% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 8px !important;
  padding-top: 24px !important;
  padding-bottom: 4px !important;
  flex-wrap: nowrap !important;
}
.rightsec-samespace .midborderbox .formbox .submit-row-actions-inner {
  margin-left: auto !important;
  flex: 0 0 auto !important;
  width: max-content !important;
  max-width: 100% !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}
.submit-row-actions-inner {
  margin-left: auto !important;
  display: flex !important;
  align-items: center !important;
  gap: 16px !important;
}

/* EDit item text CSS */
.edit-items-text {
  cursor: pointer;
  white-space: normal;
}

/* custom accordian css */

.accordion {
  cursor: pointer;
}
.accordion-item {
  border: 0px solid #ccc !important;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
  max-height: 0;
}

.accordion-item.open {
  max-height: 200px;
  background: transparent;
  color: #858d9a;
}

.accordion-header {
  font-family: 'Poppins', sans-serif;
  background-color: #ebeef2;
  font-size: 14px;
  padding: 10px 20px 10px 15px;
  cursor: pointer;
  color: #1d1d1d;
  font-weight: normal;
}
.accordion-header:hover {
  background-color: #ffffff;
}

.accordion-content {
  padding: 10px;
  background-color: #fff;
}

#submenu {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  padding: 5px 0;
  cursor: pointer;
  /* background-color: #f1f3f6; */
}
#submenu ul li {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 18px;
  margin: 0;
  overflow: hidden;
  padding: 5px 0;
}

/* Admin notes list CSS */

.adminCmnt-section {
  padding: 20px 20px;
  margin-bottom: 10px !important;
  max-height: 500px;
  overflow-y: auto;
}

.row.cmntBlock {
  background-color: #f7f6f6;
  /* padding: 0px 15px !important; */
  border-radius: 5px;
  padding: 15px 15px;
  border-radius: 0px;
  margin-bottom: 0 !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.cmntBlock p {
  font-size: 14px !important;
  margin-bottom: 0px;
}

.cmntDate {
  font-style: italic;
  font-size: 12px !important;
  text-align: right !important;
  margin-top: 2px !important;
  font-weight: 500;
}

.showNotes {
  cursor: pointer;
}
.action-col {
  width: 55px;
}

/* ================= css for custom tbl design ==================== */

/* .eFWLZC {
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  font-family: 'Poppins', sans-serif !important;
}

.ldzeqb {
  min-height: 35px !important;
  background-color: #1e6fdd !important;
}

.fzfZTW {
  min-height: 50px !important;
  font-size: 13px !important;
  font-weight: 400 !important;
  font-family: 'Poppins', sans-serif !important;
  color: #000 !important;
}

.rdt_TableBody .rdt_TableRow:nth-child(odd) {
  background-color: #0000000d;
}

.fZkQEh {
  color: #fff !important;
}

.fZkQEh:hover {
  color: #fff !important;
}

.fcsscf,
.gxuraC,
.eTSeTz {
  padding: 2px 2px 2px 4px !important;
  font-size: 10px !important;
} */

.currentStock-counter {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 10px;
  background: #0d6efd;
  color: #fff;
  padding: 3px 5px;
  border: 2px solid #64a3ff;
  border-radius: 5px;
  width: 80%;
  margin: 0px 0;
}
.stockNum {
  width: 30%;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
}

.counterSign {
  width: 30px;
  height: 30px;
  background: #599cff;
  text-align: center;
  font-weight: bolder;
  cursor: pointer;
  border-radius: 4px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 900;
}

.service-center-address {
  overflow: hidden;
  display: inline-block;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}
.react-switch-handle {
  height: 15px !important;
  width: 15px !important;
  top: 2px !important;
}

.react-switch-bg {
  height: 19px !important;
}

.kWrBeZ {
  display: none !important;
}
.joCucS {
  display: none !important;
}
#pagination-last-page,
#pagination-first-page {
  display: none !important;
}

.settingsMain-div {
  height: 300px;
  overflow-y: auto;
}

.settings-link .settings-down-arrow {
  transform: rotate(-90deg);
  display: block;
  float: right;
  margin-left: 10px;
  margin-top: 0px;
}

.settings-link.collapsed .settings-down-arrow {
  transform: rotate(0deg);
}

.settingsMain-div .accordion-header {
  padding-left: 25px;
}

.rightsec-samespace-list {
  background-color: #ffffff;
  display: block;
  width: 100%;
  vertical-align: top;
  padding: 20px;
}

.service-plan-top {
  margin: 0 0 12px 0 !important;
  padding: 8px 0 0 0;
}

.service-plan-top h6 {
  margin: 0 0 6px 0;
}

.service-plan-top p {
  margin: 0;
}

.service-plan-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
  margin-bottom: 12px;
}

.service-plan-title {
  flex: 0 0 auto;
  margin: 0;
  font-weight: 600;
  align-self: center;
}

.service-plan-search {
  flex: 1 1 280px;
  min-width: 240px;
}

.service-plan-actions {
  flex: 0 0 auto;
}

.service-plan-header .topspace {
  padding: 0;
}

.service-plan-header .row {
  float: none !important;
  margin: 0;
}

.service-plan-header .searchbox {
  width: 280px;
}

/* CSS for view and delete icon */
.bi-eye-fill {
  font-size: 20px;
  color: #44a4e3;
  cursor: pointer;
}

.bi-download {
  font-size: 20px;
  cursor: pointer;
}
.highlighted {
  color: #8fc5e9;
  font-size: 20px;
  cursor: pointer;
}

.bi-download {
  font-size: 20px;
  font-weight: bold;
  color: #44a4e3;
  cursor: pointer;
}

.bi-trash3-fill {
  font-size: 20px;
  color: red;
  cursor: pointer;
}
.tag {
  margin: 2px !important;
}

.cmntBlock:nth-child(odd) {
  background-color: #fff;
}

.cmntBlock:nth-child(even) {
  background-color: #0000000d;
}

.cmntBlock {
  margin-bottom: 0;
}

.service-center-tblDiv .cGVwor {
  table-layout: fixed;
}

.service-center-tblDiv .djohMk {
  padding: 5px 0;
}
.readmore-link {
  color: #0d6efd;
  display: inline-block;
  margin-left: 5px;
  font-size: 12px;
  cursor: pointer;
}

.adminCmnt-section::-webkit-scrollbar {
  width: 8px;
}

.adminCmnt-section::-webkit-scrollbar-track {
  background: #0d6efd6b;
  border-radius: 4px;
}

.adminCmnt-section::-webkit-scrollbar-thumb {
  background-color: #1e6fdd;
  border-radius: 4px;
}

/* css for settings page start  */

.setting-tab {
  margin: 0 !important;
  border-bottom: 1px solid #cdcdcd;
  background-color: #f1f1f1;
}

.settings-col {
  margin: 0 !important;
  padding: 20px 20px 0 20px;
}

.light-bg {
  background-color: #f1f1f1;
}

/* css for settings page end  */

.tooltip-component {
  width: 'auto';
  max-width: '500px';
  white-space: 'normal';
  overflow: 'visible';
  background-color: 'white';
  color: 'black';
  border-radius: '8px';
  text-align: 'center';
  box-shadow: '0 2px 4px rgba(0, 0, 0, 0.2)';
  z-index: 1000;
}

.remove-contact-icon {
  display: flex;
  align-items: end;
  justify-content: space-between;
}

.copy-clone-icon {
  font-size: 20px;
  color: #0d6efd;
  cursor: pointer;
  margin-right: 10px;
}
.tax-action-icons {
  align-items: center;
  display: flex;
}
.drpdown-submenu a {
  font-family: 'Poppins', sans-serif;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 18px !important;
  color: #868e9b !important;
}

.drpdown-submenu ul {
  list-style: none;
  padding-left: 50px;
}

/* ============== css for sidebar changes ===================  */

.table-responsive.main-content-area {
  margin-left: 200px;
}

.sidebar {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999 !important;
}

.navbar {
  left: 0 !important;
  z-index: 99 !important;
}

.main_menu_content {
  height: calc(100vh - 290px);
  overflow-y: auto;
  margin-top: 70px;
}

.setting_bottom_content {
  height: calc('auto');
}

.main_menu_content::-webkit-scrollbar {
  width: 5px;
}

.main_menu_content::-webkit-scrollbar-track {
  background: #333438;
  border-radius: 4px;
}

.main_menu_content::-webkit-scrollbar-thumb {
  background-color: #333438;
  border-radius: 4px;
}

.setting_bottom_content .settingsMain-div::-webkit-scrollbar {
  width: 5px;
}

.setting_bottom_content .settingsMain-div::-webkit-scrollbar-track {
  background: #333438;
  border-radius: 4px;
}

.setting_bottom_content .settingsMain-div::-webkit-scrollbar-thumb {
  background-color: #333438;
  border-radius: 4px;
}
.market-link .settings-down-arrow {
  transform: rotate(-90deg) !important;
  display: inline-block;
}
.market-link.collapsed .settings-down-arrow {
  transform: rotate(0deg) !important;
  display: inline-block;
}

.help-link.collapsed .settings-down-arrow {
  transform: rotate(0deg) !important;
}

.help-link .settings-down-arrow {
  transform: rotate(-90deg) !important;
}
.sidebar.close.hoverable ~ .table-responsive.main-content-area {
  margin-left: 60px !important;
}
.sidebar.hoverable ~ .table-responsive.main-content-area {
  margin-left: 200px !important;
}

@media screen and (max-width: 768px) {
  .sidebar.close {
    left: 0%;
  }
}

.settingsMain-div {
  height: 300px;
  overflow-y: auto;
  /* height: calc(300px - 200px);  */
}

.table-responsive.main-content-area {
  height: 100vh;
  overflow-y: auto;
}

nav.sidebar {
  width: 200px;
  height: 100vh;
  overflow-y: auto;
  border-right: 1px solid #ccc;
}

#submenu ul {
  padding-left: 0px;
}

#submenu ul li:hover {
  background: #ebeef2;
  padding-left: 2rem;
  color: #000;
}

#submenu ul li {
  padding-left: 2rem;
}
.setting_bottom_content {
  height: auto !important;
  position: static !important;
}

.settingsMain-div {
  height: 300 !important;
}

.bottom_content {
  position: static !important;
}

.menu_title.menu_dahsboard {
  position: fixed;
  top: 0;
  /* background: #333438; */
  width: 199px;
  z-index: 999;
  margin-top: 0 !important;
  padding-top: 10px;
}

.sidebar.hoverable.close .menu_title.menu_dahsboard {
  background-color: transparent;
}

.additional-email-text {
  color: rgb(30, 111, 221);
  font-weight: bold;
  display: flex;
  justify-content: center;
  margin-top: 35px;
}
.additional-phone-text {
  color: rgb(30, 111, 221);
  font-weight: bold;
}
.one-additional-text {
  margin: 0;
  color: #32363a;
  font-weight: normal;
  font-size: smaller;
  font-style: italic;
}
.contact-info .form-label {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
}

.customer-sidebar-name {
  font-size: 14px;
}
.fvnVNH {
  overflow: hidden !important;
}

.delivery-rule-tbl td {
  vertical-align: middle;
}
.active-subclass-bg {
  background-color: white !important;
  color: #000 !important;
}

.twohunpixes {
  margin-left: 80px !important;
}

.custom-table {
  max-height: 100% !important;
  /* margin-left: 50px !important; */
}
.setting-hr {
  margin: 0 !important;
}

.hours-setting-calendar {
  background-color: unset !important;
  border: unset !important;
}

.actvie-hour-right-section {
  background-color: #ffffff;
  padding: 5px;
  border: 1px solid #fff;
}

.DropZoneSection
  .MuiGrid-root.MuiDropzonePreviewList-imageContainer.MuiGrid-item.MuiGrid-grid-xs-4 {
  flex-basis: unset !important;
}

.DropZoneSectionForDocumet .MuiDropzoneArea-root {
  /* height: 60px; */
  /* width: 145%; */
  border: dashed;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  box-sizing: border-box;
  /* min-height: 150px; */
  border-color: rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  /* background-color: #fff; */
}

/* .MuiGrid-spacing-xs-8 > .MuiGrid-item {
  padding-top: 32px !important;
  padding-left: 38px !important;
}
 .MuiGrid-grid-xs-4{
  flex-basis: unset !important;
} */

.MuiDropzoneAreaIcon {
  display: none !important;
}
.image-container {
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  border-style: groove;
  margin: 20px;
  border-color: #4f4d4d;
  border-radius: 10px;
  border-width: 5px;
  justify-content: center;
}

.image-container img {
  width: 300px;
  height: 300px;
  /* margin-right: 8px;
  margin-bottom: 8px; */
  transition: opacity 0.3s;
}
.image-item img {
  width: 100%;
  height: auto;
  display: block;
}
.prev-img-col {
  /* width: 100%; */
  /* height: 300px; */
  position: relative;
  margin-bottom: 15px;
}
.prev-img-col img {
  width: 100%;
  height: 100%;
  max-height: 300px;
}

.set-button {
  position: absolute;
  height: 50px;
  width: 100px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(20, 242, 0, 0.8);
  color: #000000;
  border-radius: 5px;
  /* border: none; */
  padding: 10px 20px;
  cursor: pointer;
  opacity: 0;
  transition: 0.3s;
}

.prev-img-col:hover img {
  opacity: 0.2;
}

.prev-img-col:hover .set-button {
  opacity: 1;
}

.dropzon-col {
  justify-content: center;
  text-align: center;
  margin-bottom: 10px;
}

.rental-result-row label {
  margin-right: 8px;
}

.delivery-modal {
  max-width: 1066px !important;
}
.rental-result-row .rental-bottom {
  margin-top: 19px;
}

.Dates-List {
  list-style: none;
  padding: 0;
  margin: 20px 3px 4px 14px;
  font-size: 14px;
}

.Dates-List li {
  padding: 5px 0;
  border-bottom: 1px solid #cccc;
}
.btn-delete {
  border: 0;
  outline: none;
}

/* view operating hours css */

.operating-hours-table {
  width: 100%;
  border-collapse: collapse;
}

.operating-hours-table th,
.operating-hours-table td {
  padding: 8px; /* Adjust as needed */
  text-align: left;
}

.operating-hours-table th {
  font-weight: bold;
}

/* time picker CSS */

.rc-time-picker-input {
  height: 38px !important;
}
.conditional-date-class {
  width: 100%;
  display: inline-grid;
}
.select-day-parent {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
  margin-top: -4px;
}
.select-day-span {
  cursor: pointer;
}

.select-day-span.selected {
  cursor: pointer;
  background-color: #0d6efd;
  border-radius: 5px;
  color: white;
}

/* ---- */

.nested-child-sidebar {
  padding-left: 40px !important;
}

/* ---- */

.error-message {
  color: red;
}

.category-listing li.nav-item {
  margin: 3px !important;
}

.edit-distance-popup {
  max-width: 1100px !important;
}
.miles-error {
  font-size: 14px !important;
}
.css-7jihzp {
  position: relative !important;
}

.error-link {
  position: relative;
}
.error-icon {
  position: absolute;
  right: -5px;
  top: -8px;
  height: 15px !important;
  width: 15px !important;
  color: rgb(224, 39, 39);
  background-color: #e81a1a;
  border-radius: 50%;
  animation: bounce 0.9s ease-in-out infinite;
}
.modal-popupBusiness {
  max-width: 1080px !important;
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-5px);
  }
  60% {
    transform: translateY(-3px);
  }
}

.gray-bg {
  background-color: #f1f1f1 !important;
}

.switch-labelTxt {
  margin-left: 15px !important;
  font-size: 14px !important;
}

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

.customPricing-section .form-control,
.form-select {
  font-size: 14px !important;
}

.slash-seperator {
  display: inline-block;
  padding-right: 10px;
  font-size: 31px;
  margin-top: -8px;
}
.ban-padding {
  padding-left: 32px;
}
/* CSS Document */

.clr {
  clear: both;
}

/* Lightbox midcontnt css */
.lightbox-modalblk {
  background-color: #272727;
  border: 10px solid #000;
  margin: 50px;
  max-width: 100%;
  padding: 0;
}
.lightbox-modal {
  border: 10px solid #000;
  max-width: 100%;
}
.close-arrow {
  float: right;
  margin: -20px -20px 0 0px;
}
.logobox {
  text-align: center;
  padding: 30px 0;
}
.midtext {
  margin: 0;
  padding: 0;
  text-align: center;
}
.midtext h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: #ffffff;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.midtext p {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #ffffff;
  font-weight: normal;
  line-height: normal;
  margin: 15px 0;
  padding: 0;
}
.lightbox-modalblk .form-control {
  border-color: #ced2d8 !important;
  border-radius: 0 !important;
  line-height: normal;
  text-align: center;
}

.midtext-white {
  margin: 0;
  padding: 0;
  text-align: center;
}
.midtext-white h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 20px;
  color: #1d1d1d;
  font-weight: 600;
  line-height: normal;
  margin: 0 0 20px 0;
  padding: 0;
}
.midtext-white p {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #1d1d1d;
  font-weight: normal;
  line-height: normal;
  margin: 15px 0;
  padding: 0;
}
.lightbox-modal .form-control {
  border-color: #ced2d8 !important;
  border-radius: 0 !important;
  line-height: normal;
}

.bottom-box {
  background-color: #d1d5db;
  margin: 0;
  padding: 20px;
  min-height: 80px;
}

.btn.btn-outline-white {
  background-color: #ffffff;
  padding: 5px;
  border: none;
  min-width: 150px;
  min-height: 45px;
}
.btn.btn-outline-white:hover {
  background-color: #eeeeee;
  padding: 5px;
  border: none;
}
.btn.btn-outline-blue {
  color: #ffffff;
  background-color: #0d6efd;
  padding: 5px;
  border: none;
  min-width: 150px;
  min-height: 45px;
}
.btn.btn-outline-blue:hover {
  color: #ffffff;
  background-color: #095dd8;
  padding: 5px;
  border: none;
}
.smalltxt {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  display: block;
  line-height: normal;
}
.bigtxt {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  display: block;
  line-height: normal;
}

.lightbox-modalmap {
  background-image: url('images/map.jpg');
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  border: 10px solid #000;
  margin: 50px;
  max-width: 100%;
  padding: 0;
}

.listing-box {
  margin: 0;
  padding: 0;
}
.leftcol {
  width: 48%;
  float: left;
  margin: 0 0 10px 15px;
  padding: 0;
}
.rightcol {
  width: 48%;
  float: right;
  margin: 0 15px 10px 0;
  padding: 0;
}
.pro-box {
  margin: 0;
  padding: 0;
}

.border-table {
  border: 1px solid #ced2d8;
  margin: 0 0 15px 0;
  padding: 0;
}
.imgbox {
  background-color: #f0f0f0;
  width: 100px;
  border-right: 1px solid #ced2d8;
  padding: 20px 10px 10px 10px;
}
.border-table td {
  vertical-align: top;
}
.border-table h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  color: #1d1d1d;
  font-weight: 600;
  line-height: normal;
  margin: 5px 5px 0 10px;
  padding: 0;
}
.border-table h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #1d1d1d;
  font-weight: 300;
  line-height: normal;
  margin: 0px 5px 0 10px;
  padding: 0;
}
.border-table h3 {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  float: right;
  background-color: #1d1d1d;
  padding: 5px 20px;
  color: #fff;
  font-weight: bold;
  margin: -24px 0 20px 0;
}

.blue-buttonlg {
  background-color: #0d6efd;
  border: none;
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  border-radius: 5px;
  padding: 6px 15px 6px 15px;
  font-family: 'Poppins', sans-serif;
  margin: 10px;
  width: 96%;
}
.blue-buttonlg:hover {
  background-color: #1260c9;
  color: #fff;
}
.blue-buttonlgactive {
  background-color: #1260c9;
  border: none;
  color: #fff;
  font-size: 13px;
  font-weight: 400;
  border-radius: 2px;
  padding: 6px 15px 6px 15px;
  font-family: 'Poppins', sans-serif;
  margin: 10px;
  width: 96%;
}
/* Lightbox midcontnt css */

.top-block {
  margin: 0 15px 10px 15px;
  padding: 10px;
  background-color: #f0f0f0;
  border: 1px solid #ced2d8;
}
.gery-left {
  float: left;
  width: 49%;
}
.gery-right {
  float: right;
  width: 49%;
}
.top-block p {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  color: #1d1d1d;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.top-block p a {
  color: #1d1d1d;
  text-decoration: none;
}
.top-block p a:hover {
  color: #000000;
  text-decoration: underline;
}

.top-buttonbox {
  margin: 0 15px 10px 15px;
  padding: 0px;
}
.top-buttonbox .blue-button {
  background-color: #cfd1d0;
  border: none;
  color: #2c2f33;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
  padding: 3px 15px 4px 15px;
  font-family: 'Poppins', sans-serif;
  margin: 5px 0 5px 0;
  display: inline-flex;
  flex-direction: column;
}
.top-buttonbox .blue-button:hover {
  background-color: #0d6efd;
  color: #fff;
}
.top-buttonbox .blue-buttonactive {
  background-color: #0d6efd;
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  border-radius: 3px;
  padding: 3px 15px 4px 15px;
  font-family: 'Poppins', sans-serif;
  margin: 5px 0 5px 0;
}

.product-detail {
  margin: 15px;
  padding: 0;
}
.product-detail h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 25px;
  color: #1d1d1d;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.product-detail h2 {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #1d1d1d;
  font-weight: 600;
  line-height: normal;
  margin: 0;
  padding: 0;
}
.product-detail p {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #444444;
  font-weight: normal;
  line-height: normal;
  margin: 15px 0;
  padding: 0;
}

.title-borderbox {
  border-bottom: 1px solid #d1d5db;
  margin: 5px 25px 15px 25px;
  padding: 0;
  width: 96% !important;
}
.title-borderbox h1 {
  color: #000;
  font-size: 30px;
  text-align: center;
  margin: 0;
  padding: 0;
  line-height: normal;
  font-weight: 600;
}
.title-left {
  float: left;
  margin: 0;
  padding: 15px 0 10px 0;
}
.title-right {
  float: right;
  margin: 0;
  padding: 25px 0 10px 0;
}
.address-full {
  margin: 0;
  padding: 0;
  width: 100%;
  text-align: right;
  float: right;
}
.midbox {
  margin: 0 auto;
  padding: 0 30px;
}
.midbox .midrow {
  margin: 0;
  padding: 0;
}
.midbox .midrow-left {
  float: left;
  margin: 0;
  padding: 0;
}
.midbox .midrow-right {
  width: 100px;
  text-align: right;
  float: right;
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 14px;
  color: #232323;
}
.midbox .midrow h1 {
  font-size: 20px;
  font-weight: 600;
  color: #1d1d1d;
  margin: 0 0 10px 0;
  padding: 0;
  line-height: normal;
}
.midbox .midrow h2 {
  font-size: 16px;
  font-weight: 600;
  color: #1d1d1d;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.midbox .midrow h3 {
  font-size: 14px;
  font-weight: 700;
  color: #1d1d1d;
  margin: 0;
  padding: 0;
  line-height: normal;
}
.midbox .midrow p {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #878787;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 8px 0;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.4);
}
.midbox p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #444444;
  font-weight: normal;
  line-height: normal;
  margin: 0 0 8px 0;
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  padding-right: calc(var(--bs-gutter-x) * 0.4);
}
.midbox .form-control::placeholder {
  font-family: 'Poppins', sans-serif;
  font-size: 12px !important;
  color: #1d1d1d !important;
}
.midbox .form-select {
  font-family: 'Poppins', sans-serif;
  font-size: 12px !important;
  color: #1d1d1d !important;
  border-radius: 0;
  border-color: #ced2d8;
  height: 45px;
}
.borderbox {
  border: 1px solid #ced2d8;
  min-height: 130px;
  padding: 10px;
  height: 100%;
}

.midbox .greybox-bor {
  background-color: #efefef;
  border: 1px solid #ababab;
  border-radius: 15px;
  padding: 20px;
}
.midbox .greybox-bor h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #1d1d1d;
  margin: 0 0 5px 0px;
  padding: 0;
  line-height: normal;
}
.midbox .greybox-bor p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #1d1d1d;
  margin: 0 0 5px 0px;
  padding: 0;
  line-height: normal;
}

.midbox .bluebox-bor {
  background-color: #0d6efd;
  border: 1px solid #ababab;
  border-radius: 15px;
  padding: 20px;
}
.midbox .bluebox-bor h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #fff;
  margin: 0 0 5px 0px;
  padding: 0;
  line-height: normal;
}
.midbox .bluebox-bor p {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  margin: 0 0 5px 0px;
  padding: 0;
  line-height: normal;
}

.white {
  background-color: #ffffff;
  padding: 5px;
  border: none;
  min-width: 200px;
  min-height: 45px;
  border-radius: 5px;
}
.white:hover {
  background-color: #eeeeee;
  padding: 5px;
  border: none;
}

.blue {
  color: #ffffff;
  background-color: #0d6efd;
  padding: 5px;
  border: none;
  min-width: 200px;
  min-height: 45px;
  border-radius: 5px;
  vertical-align: top;
  font-size: 22px;
}
.blue:hover {
  color: #ffffff;
  background-color: #095dd8;
  padding: 5px;
  border: none;
}

.whiteback {
  color: #1d1d1d;
  background-color: #ffffff;
  padding: 5px;
  border: none;
  min-width: 200px;
  min-height: 45px;
  border-radius: 5px;
  vertical-align: top;
  font-size: 22px;
}
.whiteback:hover {
  color: #1d1d1d;
  background-color: #eeeeee;
  padding: 5px;
  border: none;
}

.white .smalltxt {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: block;
  line-height: 16px;
}
.white .bigtxt {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 20px;
}
.bi.bi-info-circle {
  float: right;
  margin: -37px 11px 0px 0px;
  font-size: x-large;
}

.white-small {
  background-color: #ffffff;
  padding: 5px;
  border: none;
  min-width: 270px;
  min-height: 45px;
  border-radius: 5px;
}
.white-small:hover {
  background-color: #eeeeee;
  padding: 5px;
  border: none;
}

.white-small .smalltxt {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: block;
  line-height: 16px;
}
.white-small .bigtxt {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 600;
  display: block;
  line-height: 20px;
}
.bi.bi-info-circle {
  float: right;
  margin: -37px 11px 0px 0px;
  font-size: x-large;
}

.blue-small {
  color: #ffffff;
  background-color: #0d6efd;
  padding: 5px;
  border: none;
  min-width: 270px;
  min-height: 45px;
  border-radius: 5px;
  vertical-align: top;
  font-size: 22px;
}
.blue-small:hover {
  color: #ffffff;
  background-color: #095dd8;
  padding: 5px;
  border: none;
}

.whiteback-small {
  color: #1d1d1d;
  background-color: #ffffff;
  padding: 5px;
  border: none;
  min-width: 270px;
  min-height: 45px;
  border-radius: 5px;
  vertical-align: top;
  font-size: 22px;
}
.whiteback-small:hover {
  color: #1d1d1d;
  background-color: #eeeeee;
  padding: 5px;
  border: none;
}

.product-detail-left {
  width: 40% !important;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.product-detail-right {
  width: 56% !important;
  float: left;
  padding: 0;
  margin: 0;
}

.title-noborderbox {
  margin: 5px 25px 15px 25px;
  padding: 0;
  width: 96% !important;
}
.title-full {
  text-align: center;
  margin: 0;
  padding: 0;
}

.form-control {
  font-family: 'Poppins', sans-serif;
  font-size: 12px !important;
  color: #1d1d1d !important;
  height: 45px;
}
.label-btmspace {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  color: #1d1d1d;
  font-weight: 500;
  margin: 0 0 8px 0;
  display: inline-block;
}

.thank-youbox {
  margin: 0;
  padding: 0;
}
.thank-youbox h1 {
  font-family: 'Poppins', sans-serif;
  font-size: 45px;
  color: #000000;
  font-weight: 800;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}
.thank-youbox p {
  font-family: 'Poppins', sans-serif;
  font-size: 22px;
  color: #000000;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  padding: 0;
  text-align: center;
}

.thankyou-borderbox {
  border: 1px solid #b8b8b8;
  padding: 0;
  margin: 0;
}
.thankyou-borderbox h1 {
  font-family: 'Poppins', sans-serif;
  background-color: #efefef;
  border: 1px solid #fff;
  font-size: 25px;
  text-align: center;
  font-weight: 500;
  padding: 5px;
  line-height: normal;
}

.thankyou-borderbox table td {
  font-family: 'Poppins', sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #000;
  padding: 5px;
}
.payNow-link {
  text-decoration-line: none;
}
.contact-link {
  text-decoration-line: none;
  color: black;
}

/* ipad Landscape [HORIZONTAL] CSS Start here */
@media only screen and (max-width: 950px) {
  .leftcol {
    width: auto;
    float: none;
    margin: 0 15px 10px 15px;
    padding: 0;
  }
  .rightcol {
    width: auto;
    float: none;
    margin: 0 15px 10px 15px;
    padding: 0;
  }
  .white {
    margin: 0 0 15px 0;
  }
  .whiteback {
    margin: 0 0 15px 0;
  }

  .white-small {
    margin: 0 0 15px 0;
  }
  .whiteback-small {
    margin: 0 0 15px 0;
  }
  .blue-small {
    margin: 0 0 15px 0;
  }

  .title-borderbox {
    width: 94% !important;
  }
  .product-detail-left {
    width: 100% !important;
    float: none;
  }
  .product-detail-right {
    width: 100% !important;
    float: none;
  }

  .title-noborderbox {
    width: 94% !important;
  }
}
.anchor-style {
  color: #32363a;
  text-decoration: none;
}
.anchor-style:hover {
  text-decoration: underline;
}
.payment-pending {
  color: orange !important;
}
.payment-paid {
  color: green !important;
}
.payment-failed {
  color: red !important;
}

/* ipad Landscape [HORIZONTAL] CSS Start here */
@media only screen and (max-width: 600px) {
  .title-borderbox {
    width: 90% !important;
  }
  .title-borderbox h1 {
    font-size: 25px;
  }

  .title-noborderbox {
    width: 90% !important;
  }
}

/* ===================== css for phone number top tab section ======================================== */

.phoneSystem-topTab {
  background-color: #ffffff;
  padding: 15px 15px;
}

.phoneSystem-topTab .nav-tabs {
  gap: 15px;
}

.phoneSystem-topTab .nav-tabs .nav-link {
  border: 0 !important;
  font-size: 14px !important;
  color: #32363a !important;
}

.phoneSystem-topTab .nav-tabs .nav-link.active {
  background-color: transparent !important;
  color: #0097d8 !important;
  border: 0 !important;
  border-bottom: 2px solid #0097d8 !important;
}

.phoneSystem-topTab .nav-tabs .nav-link:hover {
  background-color: transparent !important;
  color: #0097d8 !important;
  border: 0 !important;
  border-bottom: 2px solid #0097d8 !important;
}

.phoneNum-count {
  background-color: rgb(143 198 249 / 41%);
  color: rgb(32 103 239);
  font-size: 12px;
  padding: 8px 8px;
  border-radius: 20px;
  height: 22px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  white-space: nowrap;
  border: 1px solid #98b8f6;
}

.manageNum-div {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 6px;
}

#custom-tabs .nav-link {
  border: 1px solid #dee2e6 !important;
  border-radius: 0rem !important;
  color: #495057 !important;
  padding: 10px 15px !important;
  font-weight: 600;
  height: 38px;
}

.searchbox.search-style .form-control {
  height: 38px;
  border-radius: 0.25rem !important;
}

.searchbox.search-style .bg-white {
  border: 1px solid #ced2d8 !important;
  border-left: 0 !important;
}

.dragCard-row {
  justify-content: space-between;
  height: 33.33px;
}

.dragCard-closeBtn {
  display: flex;
  padding: 0 !important;
  margin-top: -4px;
}

.callAccept-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #22a734b4;
  color: #444444;
  width: 100%;
  height: 40px;
  border-radius: 22px;
  outline: none;
  border: 0;
  margin: 0px 0;
}

.callReject-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #d61414;
  color: #444444;
  width: 100%;
  height: 40px;
  border-radius: 22px;
  outline: none;
  border: 0;
  margin: 0px 0;
}

.call-icon-wrapper {
  width: 40px;
  height: 40px;
  margin-right: 8px;
  background-color: green;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  /* Optional: adds pointer on hover */
}

.call-icon {
  color: white;
  font-size: 24px;
  /* Adjust as needed */
}

#custom-tabs .nav-item.first .nav-link {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important;
  border-top-left-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

#custom-tabs .nav-item.last .nav-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

#custom-tabs .nav-link:not(:first-child):not(:last-child) {
  border-left-width: 0 !important;
  border-right-width: 0 !important;
}

#custom-tabs .nav-link.active {
  background-color: #f1f1f1 !important;
  color: #000 !important;
}

#custom-tabs .nav-link:hover {
  background-color: #f5f5f5 !important;
  border-color: #dee2e6 !important;
  color: #000 !important;
}

.dispatchGridContainer.dispatch-posAbsolute {
  position: absolute !important;
}

.dispatchGridContainer.dispatch-posStatic {
  position: static !important;
}

.dispatch-popup::after {
  display: none;
}

.cardheader-top {
  display: flex;
  align-items: center;
  height: 22px;
  width: 100%;
  padding: 0.25rem !important;
}

.dragCard-row {
  display: flex;
  align-items: center;
  height: 22px;
  width: 100%;
  padding: 0.25rem !important;
}

.dragCard-row h1 {
  margin: 0 !important;
  font-size: 12px !important;
  padding: 0 !important;
}

.cardheader-top h1 {
  margin: 0 !important;
  font-size: 12px !important;
}

#dispatchsec .col {
  padding: 0px !important;
}

.midbox.midbox-checkout {
  background-color: #f1f1f1 !important;
  padding: 10px;
}

.paymentSubmitButtons .white-button {
  /* background-color: #038603 !important; */
  /* color: #fff !important; */
  width: 100%;
}

.paymentSubmitButtons .white-button:hover {
  background-color: #1e6fdd !important;
  /* Change to blue on hover */
}
.paymentSubmitButtons .disablebtn {
  width: 100%;
  cursor: default;
  background-color: #c6c2c2;
  border: none;
  border-radius: 5px;
}

.creditCard-text {
  position: absolute;
  top: 25px;
  left: 60%;
  transform: translate(-50%, 0%);
  font-size: 12px !important;
  line-height: 0.6px !important;
}

/* ----------------------------------credit card design */

.socialicon {
  display: flex;
  /* Flexbox for icons */
  justify-content: flex-end;
  /* Aligns icons to the right */
  align-items: center;
  /* Vertically centers the icons */
  margin-left: auto;
  /* Pushes icons to the right side */
  width: 100%;
  position: relative;
}

.icon-small {
  width: 25px;
  /* Set width to 25px */
  height: 25px;
  /* Set height to the same as width for a perfect circle */
  margin-left: 10px;
  /* Adjust left margin */
  border-radius: 50%;
  /* Make the icon circular */
  object-fit: cover;
  /* Ensure the image doesn't get distorted */
}

.icon-small:hover {
  cursor: pointer;
}

/* Optional: Add responsiveness */
@media (max-width: 768px) {
  .header {
    flex-direction: column;
    /* Stack elements on smaller screens */
    align-items: flex-start;
    /* Align items to the left */
  }

  .socialicon {
    justify-content: flex-start;
    /* Align icons to the left on small screens */
    margin-top: 10px;
    /* Add margin to separate from the logo */
  }
}

.fixed-header {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  /* Ensures the header stays above other content */
  background-color: #f0f0f0;
  /* Ensure background color to avoid overlap visibility */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  /* Optional: Adds a slight shadow */
  padding: 10px 20px;
  /* Adjust padding as per your design */
}

.user-avatar {
  width: 25px !important;
  height: 25px !important;
  font-size: 10px !important;
}
