
/* Start Common Css */
.fontSize16{
  font-size: 16px;
}
.flexBox{
  display: flex;
  align-items: center;
}
/* End Common Css */
a {
  cursor: pointer;
}

label {
  margin-bottom: 0 !important;
}

/* textarea {
  resize: none;
} */
.sidebar-dark-primary .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-primary .nav-sidebar>.nav-item>.nav-link.active {
  background: linear-gradient(43.8deg, #0b7e3f 2.02%, #59b044 100%);
  box-shadow: 0 0 14px rgba(11, 126, 63, 1) rgba(89, 176, 68, 1);
  color: #fff !important;
}

.sweet-alert-confirm-btn:focus {
  box-shadow: 0 0 0 0px rgb(57 146 130 / 50%) !important;
}

.MuiPaginationItem-outlinedSecondary.Mui-selected {
  color: #399282 !important;
  border: 1px solid rgb(57 146 130) !important;
  background-color: rgb(57 146 130 / 20%) !important;
}

.PhoneInputInput,
.PhoneInputInput:focus-visible,
.react-tel-input .form-control {
  border: unset !important;
  width: inherit !important;
  padding: 0px 0px 0px 40px !important;
  font-size: 18px !important;
}

.react-datepicker__input-container {
  top: -3px !important;
}

.inputWrapper__dropdown {
  z-index: 2;
}

.sideheading .nav-link {
  color: #979999 !important;
}

.react-datepicker__close-icon::after {
  background-color: #192032 !important;
  font-size: 17px !important;
  width: 20px !important;
  font-weight: 700;
  padding: 0px 0px 3px 0px !important;
}

.react-datepicker__input-container input {
  border: none !important;
  position: relative;
  text-indent: 23px;
}

.react-datepicker__input-container input:focus {
  outline: 0;
  border: none;
}

.maskedinput {
  border: none;
  color: #000;
}

.sideBar-bg {
  background-color: #29639d;
}

.content-header {
  background: white;
  box-shadow: 0px 10px 40px 0px #0b7e3f1a;
  padding: 9px 15px;
  /* margin-bottom: 21px; */
}

.content-wrapper {
  height: 100vh;
}

.commonBox_ {
  background: #fff;
  padding: 25px 15px !important;
  border-radius: 10px;
  /* height: 85vh; */
  /* margin: 0 20px; */
}

.headingMain {
  color: #2e3333;
  font-family: "poppins";
  font-size: 25px !important;
  font-weight: 600;
  line-height: normal;
}

.commissionMainHeading {
  font-weight: 700;
  font-size: 20px !important;
}

.inputLabelTxt {
  font-weight: 500 !important;
  font-size: 15px !important;
  color: #575454 !important;
  display: block;
  margin-bottom: 8px !important;
}

.mainContractCommission {
  padding: 35px 32px;
  box-shadow: 0px 5.26px 8.54px -1.97px #00000012;
  border: 0.66px solid #e8ecf4;
}

.pagination li a {
  border: 1px solid #0b7e3f;
  padding: 5px 18px;
  font-size: 16px;
  color: #0b7e3f !important;
  border-radius: 5px;
  margin: 0 2px;
  text-transform: capitalize;
  font-weight: 500;
}

.pagination {
  display: flex;
  align-items: center;
  justify-content: end;
}

.paginationMain_ .pagination .active a {
  color: white !important;
  background: #0b7e3f;
}

/* Start Login Page Css */
.main-header .dropdown-menu {
  background: transparent !important;
  color: #ffffff;
  border-radius: 3px;
}

.small-box {
  background: #fff;
  border: none;
  box-shadow: 0 0 10px #eee;
  background-blend-mode: overlay, normal;
  border-radius: 16px;
}

.dashboxcolor {
  background: linear-gradient(43.8deg, #0b7e3f 2.02%, #59b044 100%);
}

.dashboxcolor_two {
  background: var(--primary-yellow-c-77126,
      linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%),
      #e74c3cdb);
}

.small-box .inner {
  color: #fff;
}

.main-header .dropdown-menu .dropdown-item i {
  color: #9c54c1;
}

.main-header .dropdown-menu .dropdown-item {
  background: #fbf2ff !important;
  color: #380d59;
}

.paginationMain_ .previous.disabled a,
.next.disabled a {
  cursor: not-allowed !important;
}

.loginBtnCommon {
  background: #0b7e3f;
  color: #fff;
  border: none;
  border-radius: 4px;
  padding: 8px 40px;
}

.invalid-feedback {
  display: block;
  font-size: 100% !important;
}

.invalid-feedback {
  color: #ff0018;
}

table {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

td,
th {
  border: 1px solid #dddddd;
  text-align: left;
  padding: 8px;
}

tr:nth-child(even) {
  background-color: #dddddd;
}

/* Table css start  */
.dashboardNav {
  background: linear-gradient(43.8deg, #0b7e3f 2.02%, #59b044 100%);
  position: sticky;
  top: 0px;
  z-index: 1;
  padding: 14px;
}

.dashboardNav .nav-link {
  color: #0b7e3f !important;
  font-size: 18px !important;
}

.commonFilterHeader {
  background-color: transparent;
  border-radius: 10px;
  padding: 9px;
  gap: 10px;
  align-items: center;
  border: 1px solid rgba(230, 92, 0, 0.08);
  margin: 0 8px;
  box-shadow: 0px 9px 19px rgba(230, 92, 0, 0.03);
}

.filterSearch {
  border: transparent;
  background-color: rgb(255 255 255 / 7%) !important;
  outline: none;
}

.filterSearch::placeholder {
  color: #e65c00;
}

.filterBtn {
  border: none;
  background-color: transparent;
  color: #979999;
  font-size: 12px;
  font-weight: 400;
}

.tableborder th {
  padding: 9px;
}

.userlistbox th:first-child {
  border-top-left-radius: 10px;
}

.userlistbox th:last-child {
  border-top-right-radius: 10px;
}

.filtertableBtn {
  border: none;
  background-color: transparent;
  color: #e65c00;
}

.filterViewBtn {
  border: none;
  background-color: transparent;
  color: #e65c00;
}

.searchFilter {
  background-color: rgba(230, 92, 0, 0.07) !important;
}

.modal-content {
  border-radius: 20px;
}

.pagination .selected a {
  background-color: #0b7e3f;
  color: #fff !important;
}

.filterDropdown .dropdown-item:hover {
  color: #fff !important;
  background: linear-gradient(43.8deg,
      rgb(11, 126, 63) 2.02%,
      rgb(89, 176, 68) 100%) !important;
}

.filterDropdown .dropdown-item:active {
  color: #fff !important;
  background: linear-gradient(43.8deg,
      rgb(11, 126, 63) 2.02%,
      rgb(89, 176, 68) 100%) !important;
}

.inActiveBtn {
  border: 1px solid red;
  /* border: 1px solid #0b7e3f; */
  color: red;
  background: transparent;
  border-radius: 7px;
  padding: 5px 10px;
}

.activeBtn_ {
  border: 1px solid #0b7e3f;
  color: #0b7e3f;
  background: transparent;
  border-radius: 7px;
  padding: 5px 10px;
  width: 80px;
}

.inActiveBtn {
  width: 80px;
}

.addServicesBtn {
  width: 32px;
  height: 32px;
  background-color: transparent;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0b7e3f;
  border: 1px solid #0b7e3f;
}

.removeServicesBtn {
  width: 32px;
  height: 32px;
  background-color: transparent;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: red;
  border: 1px solid red;
}

.cursor {
  cursor: pointer;
}

.industryImage {
  height: 100%;
  max-height: 130px;
  object-fit: contain;
  border: 1px solid black;
  border-radius: 6px;
  cursor: pointer;
  display: inline-block;
  width: 100%;
}

.uploadImage_ {
  width: 100%;
  height: 100%;
  max-height: 200px;
  object-fit: contain;
  cursor: pointer;
}

.customLabel {
  font-weight: 700;
  width: 100%;
}

.serviesMain {
  height: 100%;
  max-height: 500px;
  overflow: auto;
}

.updateBtn_ {
  border: none;
  background: linear-gradient(43.8deg, #0b7e3f 2.02%, #59b044 100%);
  color: #fff;
  padding: 11px 50px;
  border-radius: 20px;
  font-size: 18px;
}

.activeTab {
  border-radius: 12px !important;
  padding: 10px 20px !important;
  color: #fff !important;
  background: linear-gradient(43.8deg, #0b7e3f 2.02%, #59b044 100%);
  border: none;
  outline: none;
}

.inActiveTab {
  border-radius: 12px !important;
  padding: 10px 20px !important;
  color: #0b7e3f !important;
  background: #ffffff !important;
  border: 1px solid #0b7e3f;
  outline: none;
}

.customLables {
  font-size: 14px;
  color: #414042;
  font-weight: 600;
}

.customControl {
  background: linear-gradient(43.8deg,
      rgb(11 126 63 / 20%) 2.02%,
      rgb(89 176 68 / 20%) 100%);
  border: none !important;
  border-radius: 10px !important;
  padding: 24px 20px !important;
  box-shadow: none !important;
  outline: none !important;
}

.customControl::placeholder {
  color: #9b9b9b !important;
  font-size: 14px;
}

.file-input__input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.file-input__label {
  cursor: pointer;
  width: 100%;
  border: none;
  border-image-source: linear-gradient(43.8deg, #0b7e3f 2.02%, #59b044 100%);
  background: linear-gradient(43.8deg, #0b7e3f14 2.02%, #59b04424 100%);
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
  padding: 59px 0;
  border-radius: 10px;
  border: 2px dashed #0b7e3f;
  height: 250px;
}

.servicelabel {
  padding: 46px 0px;
}

.file-input__label svg {
  height: 16px;
  margin-right: 4px;
}

.dragText {
  font-size: 16px;
  font-weight: 500;
  color: #414042;
}

.browserTxt {
  color: #0b7e3f;
  font-weight: 600;
}

.uploadCoverText {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 400;
}

.plusIconOuter {
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(43.8deg, #0b7e3f 2.02%, #59b044 100%);
}

.addOtherCategory {
  font-size: 20px;
  color: #414042;
  font-weight: 600;
}

.addSubService {
  display: flex;
  align-items: center;

  cursor: pointer;
}

.dollar {
  background: linear-gradient(43.8deg,
      rgb(11 126 63 / 20%) 2.02%,
      rgb(89 176 68 / 20%) 100%);
  border: none !important;
  border-radius: 10px !important;
  padding: 12px 20px !important;
  box-shadow: none !important;
  outline: none !important;
  margin-right: 10px;
  font-weight: 600;
}

.addIndustrySection {
  padding: 0 14px 40px 14px;
}

.addOnHeading {
  font-size: 20px;
  font-weight: 600;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

[type="radio"]:checked+label,
[type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #414042;
  font-weight: 400;
}

[type="radio"]:checked+label:before,
[type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #0b7e3f;
  border-radius: 100%;
  background: #fff;
}

[type="radio"]:checked+label:after,
[type="radio"]:not(:checked)+label:after {
  content: "";
  width: 12px;
  height: 12px;
  background: #0b7e3f;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

[type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

[type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #59b044 !important;
  border-radius: 100%;
  background: #fff;
}

.addSubServiceOuter {
  box-shadow: 0px 4px 20px 0px #0b7e3f1f;
  padding: 20px;
  border-radius: 10px;
}

.smallLawnImg img {
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  max-width: 114px;
  height: 114px;
}

.smallLawnImg {
  margin-right: 20px;
  display: block;
  width: 100%;
  max-width: 114px;
  height: 114px;
}

.smallLawnHeading {
  font-weight: 16px;
  font-weight: 600;
  color: #414042;
  margin-bottom: 0;
}

.smallLawnData p {
  font-size: 15px;
  color: #9b9b9b;
  margin-bottom: 0;
}

.smallLawnData h6 {
  font-size: 16px;
  color: #0b7e3f;
  font-weight: 600;
}

.smallLawnOuter {
  display: flex;
  align-items: flex-start;
  border: 1px solid #59b04417;
  border-radius: 10px;
  padding: 15px;
  position: relative;
  flex-direction: column;
}

.plusIcon_ {
  position: absolute;
  top: 11px;
  right: 11px;
  cursor: pointer;
}

.editIcon_ {
  position: absolute;
  top: 11px;
  right: 36px;
  cursor: pointer;
}

.cursor-pointer {
  cursor: pointer;
}

.cancelBtn {
  padding: 17px 28px;
  border-radius: 20px;
  width: 100%;
  max-width: 159px;
  color: #0b7e3f;
  background: transparent !important;
  outline: none !important;
  border: 1px solid #0b7e3f;
  font-weight: 600;
  text-transform: uppercase;
}

.recurringbtn {
  max-width: 250px !important;
}

.addBtn {
  padding: 17px 28px;
  border-radius: 20px;
  width: 100%;
  max-width: 159px;
  color: #fff;
  background: linear-gradient(43.8deg, #0b7e3f 2.02%, #59b044 100%);
  outline: none !important;
  border: 1px solid #0b7e3f;
  font-weight: 600;
  text-transform: uppercase;
}

.imagePreview {
  height: 100%;
  width: 100%;
  border-radius: 20px;
}

.uploadImgOuter {
  height: 250px;
  width: 100%;
  background: linear-gradient(43.8deg,
      rgb(11 126 63 / 20%) 2.02%,
      rgb(89 176 68 / 20%) 100%);
  padding: 15px;
  border-radius: 10px;
  position: relative;
  display: flex;
  justify-content: center;
}

.previewOuter {
  width: 100%;
  max-width: 300px;
  height: 100%;
  position: relative;
  border-radius: 20px;
}

/* .serviceImagePreview {
  height: 193px;
} */

.crossIcon____ {
  position: absolute;
  right: -7px;
  top: -8px;
}

.plusIcon______ {
  width: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
}

#createRecruting .modal-header {
  border-bottom: 0;
  text-align: center;
  display: block;
  padding-top: 26px;
}

#createRecruting {
  max-width: 561px !important;
}

#createRecruting .modal-body {
  padding: 0px 36px 20px 36px;
}

.customSelect {
  background: linear-gradient(43.8deg,
      rgb(11 126 63 / 20%) 2.02%,
      rgb(89 176 68 / 20%) 100%);
  border: none !important;
  border-radius: 10px !important;
  padding: 12px 20px !important;
  box-shadow: none !important;
  outline: none !important;
}

.upDownArrow {
  position: absolute;
  right: 8px;
  top: 8px;
}

.everySpan {
  background: linear-gradient(43.8deg,
      rgb(11 126 63 / 20%) 2.02%,
      rgb(89 176 68 / 20%) 100%);
  border: none !important;
  /* border-radius: 10px !important; */
  padding: 12px 20px !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 10px 0 0 10px;
}

.monthlySpan {
  background: linear-gradient(43.8deg,
      rgb(11 126 63 / 20%) 2.02%,
      rgb(89 176 68 / 20%) 100%);
  border: none !important;
  /* border-radius: 10px !important; */
  padding: 12px 20px !important;
  box-shadow: none !important;
  outline: none !important;
  border-radius: 0 12px 12px 0px;
}

.everyMonthInput {
  background: linear-gradient(43.8deg,
      rgb(11 126 63 / 7%) 2.02%,
      rgb(89 176 68 / 10%) 100%) !important;
  border-radius: 0 !important;
  text-align: center;
}

.addServiceTable th {
  color: #9b9b9b;
  font-size: 14px;
  font-weight: 500;
  border: none;
}

.addServiceTable td {
  color: #414042;
  font-size: 14px;
  font-weight: 500;
  padding-top: 15px;
  padding-bottom: 15px;
}

.serviceDetailsImg {
  width: 100%;
  max-width: 390px;
  height: 100%;
  max-height: 257px;
  border-radius: 20px;
}

.heading32 {
  font-size: 32px;
  font-weight: 600;
  color: #414042;
  margin-bottom: 0;
}

.text16 {
  font-size: 16px;
  color: #9b9b9b;
  line-height: 24px;
  margin-bottom: 0;
}

.priceService {
  font-size: 24px;
  font-weight: 600;
  color: #0b7e3f;
}

.recurringOuter {
  border: 1px solid #0b7e3f2b;
  padding: 13px 24px;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.weeklyServie {
  font-size: 14px;
  color: #414042;
  font-weight: 500;
  margin-bottom: 0;
}

.weeklyOff {
  font-size: 14px;
  color: #9b9b9b;
  font-weight: 500;
  margin-bottom: 0;
}

.subServiceDetails .smallLawnHeading {
  font-size: 16px;
}

.subServiceDetails {
  padding: 0 15px;
}

.subServiceDetails .smallLawnOuter {
  padding: 13px 19px;
}

/* Full Page Loader Start */
.wrapperspinner {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  height: 100vh;
  width: 100vw;
  background: white;
  opacity: 0.4;
}

.wrapperspinner .full_page_spinner {
  position: absolute;
  top: 50%;
  left: 50%;
}

/* Full Page Loader End */

/* Spinner color change */

.spinner-grow {
  color: #59b044;
}

.sidebarSil .nav-pills .nav-link:not(.active):hover svg {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(200%) contrast(105%);
  transition: 0.5s;
}

.active svg {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(0deg) brightness(200%) contrast(105%);
}

.nav-link svg {
  margin-top: -2px;
}

.txn_table .txn_row {
  color: #414042;
  font-family: Poppins;
  font-size: 14px;
  font-weight: 500;
}

.txn_table .txn_table_border {
  border: none;
  color: #2e3333;
  font-family: Crimson Text;
  font-size: 18px;
  font-weight: 700;
  color: #9b9b9b;
  background: #ecf2ec;
}

.txn_status_btn_completed {
  padding: 5px 5px;
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
  background: linear-gradient(43.8deg, #0b7e3f 2.02%, #59b044 100%);
}

.txn_status_btn_pending {
  padding: 5px 5px;
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
  background: #f2c94c;
}

.txn_status_btn_failed {
  padding: 5px 5px;
  border-radius: 8px;
  text-align: center;
  color: #ffffff;
  background: #e74c3c;
}

.lawnArea {
  height: 40px;
  border: 2px solid #59b0441f;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 10px;
}

.message-area {
  height: 100vh;
  overflow: hidden;
  /* padding: 30px 0; */
  background: #f5f5f5;
}

.chat-area {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 0.3rem;
  height: 90vh;
  overflow: hidden;
  min-height: calc(100% - 1rem);
}

.chatlist {
  outline: 0;
  height: 100%;
  overflow: hidden;
  width: 300px;
  float: left;
  padding: 15px;
}

.chat-area .modal-content {
  border: none;
  border-radius: 0;
  outline: 0;
  height: 100%;
}

.chat-area .modal-dialog-scrollable {
  height: 100% !important;
}

.chatbox {
  width: auto;
  overflow: hidden;
  height: 100%;
  border-left: 1px solid #ccc;
}

.chatbox .modal-dialog,
.chatlist .modal-dialog {
  max-width: 100%;
  margin: 0;
}

.msg-search {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.chat-area .form-control {
  display: block;
  width: 80%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  /* -webkit-appearance: none; */
  /* -moz-appearance: none; */
  /* appearance: none; */
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.chat-area .form-control:focus {
  outline: 0;
  box-shadow: inherit;
}

a.add img {
  height: 36px;
}

.chat-area .nav-tabs {
  border-bottom: 1px solid #dee2e6;
  align-items: center;
  justify-content: space-between;
  flex-wrap: inherit;
}

.chat-area .nav-tabs .nav-item {
  width: 100%;
}

.chat-area .nav-tabs .nav-link {
  width: 100%;
  color: #180660;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  margin-top: 5px;
  margin-bottom: -1px;
  background: 0 0;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.chat-area .nav-tabs .nav-item.show .nav-link,
.chat-area .nav-tabs .nav-link.active {
  color: #222;
  background-color: #fff;
  border-color: transparent transparent #000;
}

.chat-area .nav-tabs .nav-link:focus,
.chat-area .nav-tabs .nav-link:hover {
  border-color: transparent transparent #000;
  isolation: isolate;
}

.chat-list h3 {
  color: #222;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}

.chat-list p {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}

.chat-list a.d-flex {
  margin-bottom: 15px;
  position: relative;
  text-decoration: none;
}

.chat-list .active {
  display: block;
  content: "";
  clear: both;
  position: absolute;
  bottom: 3px;
  left: 34px;
  height: 12px;
  width: 12px;
  background: #00db75;
  border-radius: 50%;
  border: 2px solid #fff;
}

.msg-head h3 {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 0;
  text-transform: capitalize;
}

.msg-head p {
  color: #343434;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: capitalize;
  margin-bottom: 0;
}

.msg-head {
  padding: 15px;
}

.moreoption {
  display: flex;
  align-items: center;
  justify-content: end;
}

.moreoption .navbar {
  padding: 0;
}

.moreoption li .nav-link {
  color: #222;
  font-size: 16px;
}

.moreoption .dropdown-toggle::after {
  display: none;
}

.moreoption .dropdown-menu[data-bs-popper] {
  top: 100%;
  left: auto;
  right: 0;
  margin-top: 0.125rem;
}

.msg-body ul {
  overflow: hidden;
}

.msg-body ul li {
  list-style: none;
  margin: 15px 0;
}

.msg-body ul li.sender {
  display: block;
  width: 100%;
  position: relative;
}

.msg-body ul li.sender:before {
  display: block;
  clear: both;
  content: "";
  position: absolute;
  top: -6px;
  left: -7px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 12px 15px 12px;
  border-color: transparent transparent #f5f5f5 transparent;
  -webkit-transform: rotate(-37deg);
  -ms-transform: rotate(-37deg);
  transform: rotate(-37deg);
}

.msg-body ul li.sender p {
  color: #000;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  background: #f5f5f5;
  display: inline-block;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  margin-bottom: 0;
}

.msg-body ul li.sender p b {
  display: block;
  color: #180660;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.msg-body ul li.repaly {
  display: block;
  width: 100%;
  text-align: right;
  position: relative;
}

.msg-body ul li.repaly p {
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400;
  padding: 15px;
  background: #4b7bec;
  display: inline-block;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-bottom: 0;
}

.msg-body ul li.repaly p b {
  display: block;
  color: #061061;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 500;
}

.msg-body ul li.repaly:after {
  display: block;
  content: "";
  clear: both;
}

.time {
  display: block;
  color: #000;
  font-size: 12px;
  line-height: 1.5;
  font-weight: 400;
}

li.repaly .time {
  margin-right: 20px;
}

.divider {
  position: relative;
  z-index: 1;
  text-align: center;
}

.msg-body h6 {
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 1.5;
  color: #222;
  background: #fff;
  display: inline-block;
  padding: 0 5px;
  margin-bottom: 0;
}

.divider:after {
  display: block;
  content: "";
  clear: both;
  position: absolute;
  top: 12px;
  left: 0;
  border-top: 1px solid #ebebeb;
  width: 100%;
  height: 100%;
  z-index: -1;
}

.send-box {
  padding: 15px;
}

.send-box form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;
}

.send-box .form-control {
  display: block;
  width: 85%;
  padding: 0.375rem 0.75rem;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #222;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ccc;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.send-box button {
  border: none;
  background: #3867d6;
  padding: 0.375rem 5px;
  color: #fff;
  border-radius: 0.25rem;
  font-size: 14px;
  font-weight: 400;
  width: 24%;
  margin-left: 1%;
}

.send-box button i {
  margin-right: 5px;
}

.send-btns .button-wrapper {
  position: relative;
  width: 125px;
  height: auto;
  text-align: left;
  margin: 0 auto;
  display: block;
  background: #f6f7fa;
  border-radius: 3px;
  padding: 5px 15px;
  float: left;
  margin-right: 5px;
  margin-bottom: 5px;
  overflow: hidden;
}

.edit_services_icon svg {
  margin-right: 10px;
}

.send-btns .button-wrapper span.label {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  color: #343945;
  font-weight: 400;
  text-transform: capitalize;
  font-size: 13px;
}

#upload {
  display: inline-block;
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  cursor: pointer;
}

.send-btns .attach .form-control {
  display: inline-block;
  width: 120px;
  height: auto;
  padding: 5px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  color: #343945;
  background-color: #f6f7fa;
  background-clip: padding-box;
  border: 1px solid #f6f7fa;
  border-radius: 3px;
  margin-bottom: 5px;
}

.send-btns .button-wrapper span.label img {
  margin-right: 5px;
}

.button-wrapper {
  position: relative;
  width: 100px;
  height: 100px;
  text-align: center;
  margin: 0 auto;
}

button:focus {
  outline: 0;
}

.add-apoint {
  display: inline-block;
  margin-left: 5px;
}

.add-apoint a {
  text-decoration: none;
  background: #f6f7fa;
  border-radius: 8px;
  padding: 8px 8px;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.2;
  color: #343945;
}

.add-apoint a svg {
  margin-right: 5px;
}

.chat-icon {
  display: none;
}

.closess i {
  display: none;
}

/* start css 6/4 */
.msg-body {
  background: #f5f5f5de;
  padding: 0px 16px;
  height: 100%;
  overflow: auto;
}

.chat-area .modal-content .modal-body {
  padding: 0 16px;
}

.msg-body-head {
  background: #fff;
  padding: 16px;
  border-radius: 10px;
  position: sticky;
  top: 9px;
  z-index: 1;
}

.oragnizationdetails {
  border-right: 1px solid #dcefdf;
}

.greenPrice {
  font-family: Poppins;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  color: #59b090;
  margin-bottom: 0;
}

.organNameTxt {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500;
  text-align: left;
  margin-bottom: 0;
}

.location-date {
  font-family: Poppins;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
  margin-bottom: 0;
  color: #9b9b9b;
}

.locationDetails {
  font-weight: 500;
  color: #262626;
}

.right-angel-btn {
  background: #dcefdf;
  padding: 7px 14px;
  border-radius: 50%;
  color: #53a386 !important;
}

.usr-img {
  height: 45px;
  width: 45px;
  border-radius: 50%;
}

.user-small-img {
  position: absolute;
  bottom: 5px;
  left: 31px;
  width: 100%;
  max-width: 25px;
  height: 25px;
  border-radius: 50%;
}

.msg-chatBox.active-item {
  border: none !important;
  border-radius: 6px !important;
  background: #f2f8f4 !important;
}

.msg-chatBox .msg-time {
  font-family: Poppins;
  font-size: 10px !important;
  font-weight: 500 !important;
  color: #575656 !important;
  text-align: right;
}

.msg-time-count {
  display: flex;
  flex-direction: column;
}

.msg-chatBox .msg-count {
  font-family: Poppins;
  font-size: 10px;
  font-weight: 600;
  text-align: center;
  border-radius: 50%;
  background: linear-gradient(43.8deg, #0b7e3f 100%, #59b044 100%);
  color: #fff;
  width: 100%;
  max-width: 14px;
  height: 14px;
  margin-bottom: 0;
  margin-left: auto;
}

.msg-userImg {
  width: 100%;
  max-width: 35px;
  height: 35px;
  border-radius: 50%;
}

.checkboxLabel {
  font-family: Poppins;
  font-size: 16px;
  font-weight: 500 !important;
  line-height: 24px;
  text-align: left;
}

input[type="checkbox"] {
  width: 24px;
  height: px;
  accent-color: green;
}

.noMessageDiv {
  display: flex;
  align-content: center;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  margin-top: 30%;
}

.chat_dropdown {
  z-index: 10;
}

/* message images */
.image {
  height: 105px;
  width: 157px;
  margin-left: 50px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.image-outer {
  background-color: #c1d7c1;
  margin-left: 42px;
  margin-right: 42px;
}

.image-sent {
  height: 200px;
  width: 200px;
}

.cross-image {
  position: absolute;
  top: -10px;
  right: -10px;
}

.margin {
  margin-right: 20px;
}

.marginleft {
  margin-left: 20px;
}

.intervalGap {
  margin-right: 55px !important;
}

.intervalGapleft {
  margin-left: 55px;
}

.timeright {
  margin-right: 40px;
}

.timeleft {
  margin-left: 40px;
}

/* .black{
  color: black;
  text-align: center;
} */
.viewbtn {
  margin-left: 10px;
}

.comming-image {
  height: 184px;
  width: 234px;
}

.area_edit_block {
  display: flex;
  flex-direction: row;
  align-content: center;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.load_more_button {
  text-align: center;
  margin-top: 15px;
}

.load-btn {
  padding: 4px 6px 4px 6px;

  border-radius: 10px;
}

.infinite-scroll-component {
  height: calc(90vh - 200px) !important;
  overflow-y: auto;
}

.chat-lists {
  height: calc(100vh - 287px);
  overflow-y: scroll;
}

/* dummy */
.gray {
  font-size: 18px;
  color: gray;
}

.intake-btn {
  display: flex;
  text-align: center;
  align-items: center;
  justify-content: center;
}

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

.smallLawnData {
  width: 100%;
}

/* dummy for service tax */
.tax_row {
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
}

.tax {
  display: flex;
  justify-content: center;
}

.modifier_row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-content: center;
}

.addOptionbtn {
  padding: 2px 10px;
  border-radius: 20px;
  color: #0b7e3f;
  background: transparent !important;
  outline: none !important;
  border: 1px solid #0b7e3f;
  font-weight: 600;
  text-transform: uppercase;
}

/* dropdown csss */
.custom-dropdown-menu {
  border-radius: 12px;
  box-shadow: 1px 0px 8px 2px #0b7e3f3b;
}

/* Change background color of selected option */
.dropdown-menu .dropdown-item:focus,
.dropdown-menu .dropdown-item:hover {
  background: linear-gradient(43.8deg, #0b7e3f 2.02%, #59b044 100%);

  color: white;
}

/* Position dropdown menu to the right */
.custom-dropdown-menu {
  right: 0 !important;
  left: auto !important;
}

/* .custom-dropdown {
    z-index: 1000; 
  } */
.custom-dropdown-menu-right {
  right: 0;
  left: auto;
}

.image-pos {
  position: absolute;
  right: 38px;
}

/* crop image functioality dummy */
.crop_image_btn {
  display: flex;
  justify-content: center;
  margin-top: 21px;
}

.selectiontype_btn {
  padding: 5px 10px;
  border-radius: 5px;
  background: none;
  font-size: 15px;
  font-weight: 400;
  border: 1px solid #343a4061;
}

.selectiontype_btn:hover {
  border: 1px solid;
  border-color: #0b7e3f;
  color: #0b7e3f;
}

.selectiontype_btn:hover img {
  filter: invert(29%) sepia(65%) saturate(1680%) hue-rotate(123deg) brightness(91%) contrast(91%);
}

.selectiontype_btn.typeBtnActive {
  border: 1px solid;
  border-color: #0b7e3f;
  color: #0b7e3f;
}

.selectiontype_btn.typeBtnActive img {
  filter: invert(29%) sepia(65%) saturate(1680%) hue-rotate(123deg) brightness(91%) contrast(91%);
}

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

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

.swal2-confirm.green-btn {
  background-color: green !important;
  color: white !important;
}

.my_dropbox {
  inset: 35px -36px auto auto !important;
}

.red-btn {
  background-color: red !important;
  color: white;
}

.noshadow {
  box-shadow: none;
  padding: 0;
}

/* tooltip */

.tooltip-inner {
  background-color: white;
  padding: 3px;
  max-width: 300px !important;
  color: black;
}

.tooltip .tooltip-arrow::before {
  display: none;
}

.span_text {
  margin-right: 10px;
}

/* --------- */
.modifierSelectBtns {
  gap: 5px;
}

.activeBtn.inactivetxt {
  color: #ff4646;
}

.activeBtn.inactivetxt::before {
  background: #ff4646;
}

.activeBtn.pendingtxt {
  color: #e8ac16;
}

.activeBtn.pendingtxt::before {
  background: #e8ac16;
}

.dashContent {
  padding: 25px 15px;
}

/* edit service css */
.editSerPriTxt {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 5px;
  display: flex;
  align-items: center;
}

.editSerSubTxt {
  font-size: 14px;
  font-weight: 400;
  color: #818487;
  margin-bottom: 0;
}

.editSerPriTxt .subHeading {
  background: #d9d6d68a;
  padding: 3px 4px;
  font-size: 12px;
  font-weight: 400;
  color: #595a5b;
  border-radius: 2px;
}

.serviceTxtArea {
  height: 248px !important;
}

.providerShare {
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: nowrap;
  gap: 12px;
}

.dropdown_text {
  background: transparent !important;
  border: none !important;
  color: #979999 !important;
  font-weight: 400 !important;
  font-size: 16px !important;
}

.dropdown_toggle {
  background: transparent !important;
  border: none !important;
  color: #979999 !important;
}

.role_select {
  display: flex;
  align-content: center;
  justify-content: space-evenly;
  align-items: center;
}

.backButton {
  background: green;
  border-radius: 50%;
  top: 30px;
  position: absolute;
}

.cross-icon-logo {
  position: relative;
}

.cross-icon-small {
  position: absolute;
  top: 7px;
  right: 7px;
  color: #fff;
  background: green;
  border-radius: 100px;
  padding: 5px 7px;
}

.sidebar_brand {
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;
}

.sidebar_toggle {
  font-size: 25px;
  color: #0b7e3f;
  padding: 10px;
  border-radius: 20px;
  margin-top: 9px;
}

/* naresh price css */

.price-user_logo {
  max-width: 100%;
  cursor: pointer;
  width: 300px;
  height: 239px;
  border-radius: 12px;
  object-fit: cover;
}

.Commission-user_logo {
  width: 20px;
  height: 20px;
  /* border-radius: 19px; */
}

.commissionLogoContainer {
  padding: 14px;
  border-radius: 50%;
  display: inline-block;
  border: 1px solid rgba(87, 84, 84, 0.3);
}

.commissionInputArea {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 20px;
}

.price-update_user_logo {
  max-width: 100%;
  cursor: pointer;
  width: 300px;
  height: 239px;
  border-radius: 12px;
}

.price-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 2px solid #0a9044;
  border-radius: 10px;
  padding: 15px 20px;
}

.price-left,
.price-right {
  margin: 0;
  font-size: 18px;
}

.price-btn-primary {
  background-color: #0a9044;
  border: none;
  padding: 12px 35px;
  border-radius: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 16px;
}
.comissionEditBtn {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  border-radius: 26px;
  padding: 20px 64px;
}

.priceCustomControl {
  /* border: none !important; */
  border-radius: 10px !important;
  padding: 24px 20px !important;
  box-shadow: none !important;
  outline: none !important;
}
.commissionInptField {
  border: 1px solid rgba(87, 84, 84, 0.3);
  border-radius: 100px !important;
}

.commissionInptField::placeholder {
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #19191A !important;
}

.textAreaHeight {
  min-height: 165px !important}
.commissionInptField::placeholder {
  font-weight: 400 !important;
  font-size: 18px !important;
  color: #19191a !important;
}
.textAreaHeight {
  min-height: 165px !important;
}

/* contracts management  */
.action_icons {
  min-width: 300px;
}

.services_offerd {
  min-width: 350px;
}

.company_status {
  min-width: 162px;
}

.company_id {
  min-width: 115px;
}

.nav-link.active img {
  filter: brightness(0) invert(1);
}

.sidebarSil .nav-pills .nav-link:not(.active):hover img {
  filter: brightness(0) invert(1);
}

.nav-link {
  display: flex;
  align-items: center;
}

.noTextFoundTxt {
  font-size: 18px;
  font-weight: 500;
  color: #2e3333;
}
.eyeIcon {
  position: absolute;
  right: 15px;
  top: 43px;
  cursor: pointer;
  color: #748297;
}

/* Media query */

@media screen and (max-width: 1730px) {
  .activeBtn:before {
    top: 28px !important;
    left: -5px !important;
    margin: 0px auto !important;
  }
}

/* start new responsive css */
@media screen and (max-width: 576px) {
  .userFilter {
    gap: 10px;
    padding: 0 15px !important;
  }

  .headingMain {
    font-size: 20px !important;
  }

  .comissionEditBtn {
    padding: 12px 55px;
  }

  .my_dropbox {
    transform: translate3d(-20px, 5px, 0px) !important;
  }

  .price-user_logo {
    margin-bottom: 10px;
  }

  .userSearch {
    width: 100%;
  }
}
.uploadImg_Parent {
  border: 1px dashed #01839380;
  background: #f2fbfc;
  width: 100%;
  height: 194px;
  border-radius: 10px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.showImg_Parent {
  width: 100%;
  height: 150px;
  max-width: 200px;
  border-radius: 12px;
  position: relative;
  border: 1px solid #01839380;
  background: #f2fbfc;
}

.brandShowImgParent {
  max-width: 150px;
}

.tokenImg {
  border-radius: 12px;
  height: 100%;
  width: 100%;
}

.delete_Icon {
  color: #fff;
  position: absolute;
  top: -11px;
  right: -8px;
  border-radius: 50%;
  padding: 7px;
  background: #018393;
  font-size: 14px;
}

.addNewBtn {
  box-shadow: 2px 6px 13px 0px #f6562573;
  background: #f65625;
  border: none;
  padding: 14px 27px;
  border-radius: 10px;
}

.imageEditor {
  display: flex;
  justify-content: center;
}

.controlsBlock {
  margin-top: 2rem;
  display: flex;
  justify-content: center;
  column-gap: 1rem;
}

.controlsBlock svg {
  color: #6b7280;
  transition: 0.25s color;
  cursor: pointer;
}

.controlsBlock svg:hover {
  color: #f65625;
}

.controlButton {
  background: transparent;
  border: none;
  display: flex;
  place-items: center;
}

.controlButton:focus {
  outline-color: #f65625;
}

.scaleFieldBlock {
  display: flex;
  flex-direction: column;
}

.addImageBtn {
  padding: 9px 15px;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  box-shadow: unset;
}
.cancleImage {
  background: #018393;
}

/* Start Delete Modal CSS */
#deletCategoryModal.modal-dialog {
  max-width: 599px;
}
#deletCategoryModal .modal-content {
  border-radius: 8px !important;
  backdrop-filter: blur(140px);
  border: none !important;
  box-shadow: none;
}
#deletCategoryModal .modal-header {
  padding: 15px !important;
  display: block !important;
  text-align: center;
}
#deletCategoryModal .modal-body {
  padding: 40px 20px !important;
}
.modalFooterBtn{
  max-width: 155px;
  width: 100%;
  border: none;
  border-radius: 26px;
  padding: 15px;
  background: var(--color-logo-button, #0A9044);
 font-size: 16px;
 font-weight: 500;
 color: #fff;
}
.modalFooterBtn.withBorder{
  border: 1px solid var(--color-logo-button, #0A9044);
  color: #0A9044;
  background-color: #FFF;
  padding: 14px;
}
.modalFooterParent{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
/* End Delete Modal CSS */
