@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Outfit:wght@100..900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");

* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Poppins", sans-serif;
}

a {
  text-decoration: none !important;
  outline: none !important;
}

img {
  width: 100%;
  height: 100%;
  border: none;
}

:root {
  --primary-color: #991318;
  --primary-light-color: ;
  --secondary-color: #363636;
  --light-color: #fbf0ce;
  --text-light-color: ;
  --white: #fff;
  --black: #000;
  --gray-medium: #989898;
  --border-clr: #d7d7d7;
  --line-color: #ebad00;
  --ctg-bg-color: #9913181a;
  --avlb-color: #3abf38;
}

.primary-cta {
  background: var(--primary-color);
  border-radius: 30px;
  border: 1px solid var(--primary-color);
  display: flex;
  padding: 0px 15px;
  height: 40px;
  color: var(--white);
  align-items: center;
  gap: 10px;
  justify-content: center;
}

.secondary-cta {
  color: var(--black);
  background: var(--white);
  padding: 0.5rem 1.2rem;
  height: 40px;
  font-weight: 500;
  font-size: 16px;
  border: 1px solid var(--black);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s ease-in-out;
}

/* Tooltip box */
.custom-tooltip {
  position: absolute;
  bottom: 130%;
  left: 50%;
  transform: translateX(-50%);
  width: 200px;
  min-width: 200px;
  max-width: 500px;
  width: max-content;
  background: #1f1f1f;
  color: #fff;
  padding: 8px 12px;
  border-radius: 10px;
  font-size: 13px;
  white-space: nowrap;

  opacity: 0;
  visibility: hidden;
  transition: all 0.25s ease;

  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.custom-tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);

  border-width: 5px;
  border-style: solid;
  border-color: #1f1f1f transparent transparent transparent;
}

.tooltip-eye:hover .custom-tooltip {
  opacity: 1;
  visibility: visible;
}
/* tooltip css */

/* Login Screen */
.label-data input.form-control::placeholder{
  color: #AAAAAA;
}
.login-logo img {
  width: 180px;
  height: auto;
}
.login-wrp h2 {
  font-size: 30px;
  font-weight: 600;
  color: var(--black);
  text-align: center;
  margin-bottom: 20px;
}
.lbl-name .label-data .icon img {
  width: 24px;
  height: 24px;
}
.lbl-name .label-data input.form-control {
  padding-left: 35px;
  height: 48px;
  border: 1px solid var(--border-clr);
  border-radius: 12px;
  box-shadow: none;
}
.lbl-name .label-data {
  position: relative;
  margin-bottom: 20px;
}
.lbl-name .label-data .icon {
  position: absolute;
  top: 12px;
  left: 6px;
}
.lbl-name .label-data input#password {
  padding-right: 45px;
}
.eye-icon {
  position: absolute;
  top: 15px;
  right: 15px;
}
.login-wrp .login-logo {
  text-align: center;
  margin-bottom: 50px;
}
.login-wrp {
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 100dvh;
  overflow: hidden;
}
.login-wrp .lbl-name {
  margin: auto;
  width: 100%;
}
.login-inner {
  margin: auto;
  width: 30%;
  border: 1px solid #0000001a;
  padding: 30px;
  border-radius: 20px;
}
.lbl-name .form-check {
  margin: 20px 0px 20px 0px;
  color: #aaaaaa;
}
.login-cta .primary-cta.common {
  font-size: 18px;
  font-weight: 600;
}
.lbl-name .form-check-input:checked {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
}
.login-shape {
  position: relative;
}
.login-shape .upper-shape {
  position: absolute;
  width: 300px;
  height: 300px;
  top: -62px;
  left: -33px;
}
.login-shape .lower-shape {
  position: absolute;
  width: 300px;
  height: 300px;
  right: -5px;
  top: 463px;
}
.login-cta a.primary-cta:hover {
  color: var(--white);
}
/* Login Screen */

/* layout */
.dashboard-wrap {
  background: var(--white);
  color: var(--black);
}
.dashboard-logo {
  text-align: left;
}
.sidebar-menu li.bdr {
  border-bottom: 1px solid #36363633;
  padding-bottom: 10px;
}
.sidebar-menu p.side-text {
  font-size: 12px;
  font-weight: 400;
  color: #36363699;
}
.dashboard-logo img {
  width: 69px;
  margin-top: 30px;
  transition: all 0.3s ease;
}
.sidebar {
  position: fixed;
  min-height: 100vh;
  border-right: 1px solid #aaa;
  height: 100%;
  padding: 0px 14px 30px 25px;
  overflow-y: auto;
}
/* .sidebar::-webkit-scrollbar,
.main::-webkit-scrollbar {
  width: 6px;
}

.sidebar::-webkit-scrollbar-thumb,
.main::-webkit-scrollbar-thumb {
  background: #ccc;
  border-radius: 10px;
} */
.sidebar-menu {
  margin-top: 30px;
  padding: 0 10px;
  padding-left: 0;
}
.sidebar-menu ul {
  margin: 0;
  padding: 0;
}
.sidebar-menu ul li {
  list-style: none;
  margin-bottom: 15px;
}
li.has-submenu ul.submenu a {
  font-size: 11px;
}
.sidebar-menu ul li a {
  color: var(--black);
  padding: 7px 15px;
  border-radius: 4px;
  text-decoration: none;
  width: 100%;
  display: block;
  transition: 0.3s;
  font-weight: 400;
}
.sidebar-menu ul li a span {
  padding-left: 7px;
      font-size: 14px;
    font-weight: 400;
}
.sidebar-menu ul li a:hover {
  background: var(--primary-color);
  color: var(--white);
  border-radius: 10px;
}
.sidebar-menu ul li a:hover img.black-menu-icon {
  display: inline-block;
}
.sidebar-menu ul li a:hover img.white-menu-icon {
  display: none;
}
.sidebar-menu ul li a.active img.black-menu-icon {
  display: inline-block;
}
.sidebar-menu ul li a.active img.white-menu-icon {
  display: none;
}
.sidebar-menu ul li a.active {
  background: var(--primary-color);
  color: var(--white);
  border-radius: 10px;
}

.sidebar-menu ul li a img {
  width: 18px;
}
.black-menu-icon {
  display: none;
}
/*Submenu CSS*/
.sidebar-menu .submenu {
  /* display: none; */
  background: var(--white);
  /* border: 1px solid #00000026; */
  border-radius: 10px;
  margin-top: 10px;
  box-shadow: 0px 0px 2px 0px #00000026;
}
.sidebar-menu ul li .submenu li {
  margin-bottom: 0;
}
/* .sidebar-menu ul li .submenu a {
  border-bottom: 1px solid #808080;
} */
.sidebar-menu ul li .submenu a:hover {
  background: transparent;
  color: var(--black);
}
/* .sidebar-menu ul li .submenu a.active {
  background: transparent;
  color: var(--black);
} */
.submenu li a {
  display: block;
  padding: 8px 0;
  font-size: 14px;
  color: #333;
  text-decoration: none;
}
.submenu li a:hover {
  color: #007bff;
}
.submenu li a {
  position: relative;
}
.has-submenu .submenu-icon {
  position: relative;
}
.has-submenu .submenu-icon:before {
  content: "\f107";
  position: absolute;
  right: 10px;
  top: 10px;
  font-family: "Font Awesome 6 Free";
  font-weight: bold;
  color: var(--black);
}
.col-lg-3.sidebar-col.w5 .has-submenu .submenu-icon:before {
  content: "";
}
.sidebar-menu ul li.has-submenu .submenu-icon.active:before {
  color: var(--white);
}
.has-submenu:hover .submenu-icon:before {
      color: var(--white);
}
/* .has-submenu:hover .submenu-icon:before {
  color: #000;
} */

.col-lg-3.sidebar-col {
  width: 20%;
  padding-right: 0px;
  transition: all 0.3s ease;
}
.col-lg-9.main-col {
  width: 80%;
  padding-left: 0;
  transition: all 0.3s ease;
}
.top-menu {
  position: fixed;
  width: calc(100% - 275px);
  background: #fff;
  z-index: 9;
  top: 0;
  padding: 7px 0;
  border-bottom: 1px solid #aaa;
  padding-left: 20px;
  padding-right: 30px;
  display: flex;
  justify-content: space-between;
}
.top-menu a {
  color: var(--primary-color);
  font-weight: 500;
  font-size: 22px;
}
.user-icon {
  width: 35px;
}
.menu-bar {
  width: 40px;
}
.main-body {
  padding-left: 15px;
}
.main-col {
  width: calc(100% - 275px);
}
.sidebar-col {
  width: 275px;
  height: 100vh;
}
/* .main-col.w95 {
  width: 95%;
}
.sidebar-col.w5 {
  width: 5%;
} */
.main-col.w95 {
  width: 100%;
}
.sidebar-col.w5 {
  width: 0%;
  display: none;
}
.sidebar-col.w5 .sidebar-menu ul li a span {
  display: none;
}
.sidebar-col.w5 .sidebar-menu ul li a {
  text-align: center;
}
.sidebar-col.w5 .dashboard-logo img {
  width: 50px;
}
.full-wrper {
  display: flex;
  width: 100%;
}
/* NOTIFICATIONS-DROPDOWN */
.icon.bell-icon.dropdown .dropdown-menu {
  padding: 0;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 0 15px -10px #000;
}

.notification-list {
  width: 540px;
  max-width: max-content;
}

.notification-list h1 {
  padding: 20px 20px;
  font-weight: 600;
  font-size: 16px;
  border-bottom: 1px solid #00000066;
  color: var(--primary-color);
  margin-bottom: 0;
}

.notification-in {
  padding: 20px;
  height: auto;
  max-height: 400px;
  overflow: auto;
}

.notification-item {
  width: 100%;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 18px;
  padding-bottom: 15px;
  border-bottom: 1px solid #00000040;

  &:last-child {
    margin-bottom: 0;
  }
}

.notification-data {
  width: max-content;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.notification-data h3 {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
  color: var(--black);
  display: flex;
  align-items: center;
  gap: 10px;
}

.notification-item span {
  display: block;
  width: 25%;
  text-align: right;
  font-weight: 400;
  font-size: 14px;
  color: var(--black);
}

.notification-data p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #525252;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* NOTIFICATIONS-DROPDOWN */
.notification-data h3 span {
  height: 7px;
  width: 7px;
  background: var(--primary-color);
  border-radius: 50%;
}
.top-menu .right-head {
  display: flex;
  align-items: center;
  gap: 20px;
}
.right-head .admin-icon {
  display: flex;
  gap: 10px;
}
.right-head .admin-icon img.admin-img {
  width: 40px;
  height: auto;
}

.right-head .admin-icon img.drop-down-icon {
  width: 10px;
  height: auto;
}
.right-head .admin-icon p.admin-drop-down span {
  color: #93a3ab;
  font-size: 13px;
  font-weight: 500;
}
.right-head .admin-icon p.admin-drop-down {
  color: var(--black);
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0;
}
.main-col .inner-body {
  padding: 84px 20px 20px 20px;
}
.main-col.w95 header.top-menu {
  width: 100%;
}
/* layout */

/* Dashboard */
.dash-head .card-head img {
  width: 33px;
  height: auto;
}
.dash-head .card-head {
  display: flex;
  gap: 10px;
}
.dash-head .card-head p {
  font-size: 13px;
  font-weight: 400;
  color: var(--black);
  margin-bottom: 0;
}
.dash-head .cards {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px 15px;
  border: 1px solid #36363633;
  border-radius: 15px;
  width: 19%;
}
.dash-head h3 {
  margin-bottom: 0;
}
.dash-head .cards p.text {
  margin-bottom: 0;
  color: #36363666;
  font-size: 13px;
  font-weight: 400;
}
.dash-board-body .dash-head h3 {
  font-size: 22px;
  font-weight: 500;
}
.quick-fillter .quick-teat p {
  font-weight: 500;
  font-size: 20px;
  color: #020817;
}
.dash-head {
  display: flex;
  gap: 13px;
  flex-wrap: wrap;
}
.top-fltr {
  display: flex;
  align-items: center;
  gap: 10px;
}

.top-fltr a {
  border: 1px solid #3636361a;
  padding: 10px 15px;
  border-radius: 20px;
  font-weight: 500;
  font-size: 14px;
  color: var(--secondary-color);
  background-color: #f5f5f5;

  &:hover {
    background-color: var(--primary-color);
    color: var(--white);
    border-color: var(--primary-color);
  }
}
 
 .top-fltr   a.filter-cta.active {
        background-color: var(--primary-color);
        color: var(--white);
        border-color: var(--primary-color);
    }
    .top-fltr a.filter-cta.active img
 {
    filter: brightness(0) invert(1);
}
.top-fltr a.filter-cta img {
  width: 26px;
  height: auto;
  margin-right: 8px;
}
.top-fltr .filter-cta:hover img {
  filter: brightness(0) invert(1);
}
.quick-fillter .quick-teat img {
  width: 53px;
  height: auto;
}
.quick-fillter .quick-teat {
  display: flex;
  gap: 15px;
  align-items: center;
}
.quick-fillter {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding: 20px;
  border: 1px solid #3636361a;
  border-radius: 20px;
}
.dash-table-wrp .dash-tbl-header img {
  width: 53px;
}
.dash-table-wrp .dash-tbl-header p {
  font-size: 20px;
  font-weight: 500;
  color: #020817;
  margin: 0;
}
.dash-table-wrp .dash-tbl-header {
  display: flex;
  align-items: center;
  gap: 15px;
}
.dash-table-wrp {
  display: flex;
  flex-direction: column;
  gap: 15px;
  border: 1px solid #e2e8f0;
  padding: 25px;
  background: var(--white);
  border-radius: 30px;
  width: 49.5%;
}
.user-table-wrapper-1 {
  background: #fff;
  border-radius: 14px;
  padding: 0;
  border: 1px solid #ececec;
  overflow-x: auto;
  height: 100%;
}
table.user-table {
  width: 100%;
  width: max-content;
  min-width: 100%;
  border-collapse: collapse;
}
.user-table thead {
  background: #f7f7f8;
  color: var(--secondary-color);
  font-size: 14px;
}
.user-table th {
  padding: 16px 20px;
  font-size: 15px;
  text-align: start;
  font-weight: 500;
  border-bottom: 1px solid #f1f1f1;
  color: var(--secondary-color);
}
.user-table-wrapper-1 table tr th:first-child {
  border-top-left-radius: 15px;
}
.user-table-wrapper-1 table tr th:last-child {
  border-top-right-radius: 15px;
}
.user-table td {
  padding: 16px 20px;
  font-size: 14px;
  text-align: start;
  color: var(--black);
  font-weight: 500;
  border-bottom: 1px solid #8e8e8e66;
}
table.user-table span.category {
  padding: 6px 10px;
  background: var(--secondary-color);
  color: white;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 500;
}
table.user-table span.status {
  padding: 4px 8px;
  border-radius: 20px;
}
table.user-table span.status.scheduled {
  background: #9913181a;
  color: var(--primary-color);
}
table.user-table span.status.completed {
  color: #0088ff;
  background-color: #0088ff1f;
}
table.user-table span.status.progres {
  color: #ffcc00;
  background: #ffcc001f;
}
.dashboard-both-tbl {
  display: flex;
  gap: 15px;
  width: 100%;
}
.dash-board-body {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.user-table-wrapper-1 table.user-table button.dot-icon {
  border: none;
  background: none;
}
/* Dashboard */

/* Customers */
.dash-table-wrp.full {
  width: 100%;
}
.search-area {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.search-align {
  position: relative;
}
.search-bar {
  width: 300px;
  height: 50px;
  gap: 10px;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 37px;
  border-radius: 15px;
  background: var(--white);
  font-weight: 400;
  font-size: 16px;
  color: #bcbcbc;
  border: 1px solid #e5e7eb;
  background-color: #ffffff;
  outline: none;
}
.search-glass {
  width: 15px;
  height: 15px;
  position: absolute;
  left: 17px;
  top: 18px;
}
.table-top-right {
  display: flex;
  gap: 10px;
  align-items: center;
}
.date-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 15px;
  cursor: pointer;
  height: 45px;
}
.date-wrapper input {
  border: none;
  outline: none;
  background: transparent;
  width: 100px;
  cursor: pointer;
}
.table-top-right .dropdown.Status .Status-btn {
  box-shadow: none;
    border: 1px solid #36363633;
    border-radius: 15px;
    height: 45px;
    color: #000;
    font-weight: 400;
    font-size: 16px;
}
.table-top-right .dropdown-toggle::after {
  color: var(--primary-color);
}
span.users {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: var(--primary-color);
  font-size: 14px;
  font-weight: 400;
}
span.users img {
  height: 38px;
  width: 38px;
}
.dash-table-wrp .user-table-wrapper-1 th,
.dash-table-wrp .user-table-wrapper-1 td {
  color: #363636;
}
span.status.active {
  background: #e8f9ef;
  color: #00b947;
}
span.view-tbl a {
  color: #363636;
  text-decoration: underline;
}
.user-table-bottom {
  display: flex;
  justify-content: space-between;
}
p.text-color {
  color: var(--secondary-color);
}
.pagination-user {
  display: flex;
  gap: 10px;
}
button.prevnext.frist-pegina img {
  width: 5px;
  height: 10px;
}
button.prevnext.last img {
  width: 5px;
  height: 10px;
}
button.prevnext.last {
  border: none;
  padding: 10px;
  background: #fff;
}
button.prevnext.frist-pegina {
  border: none;
  padding: 10px;
  background: #fff;
}
.pagination-user button {
  padding: 8px 10px;
  border-radius: 8px;
  border: none;
  background: #fff;
}
.pagination-user button.active {
  border: 2px solid #c7d1d9;
}
.date-wrapper input.selectedDate::placeholder {
  color: var(--black);
}
/* Customers */

/* Contractors */
.search-area button.primary-cta.contractor img {
  width: 15px;
  height: 15px;
}
.search-area button.primary-cta.contractor {
  height: 45px;
  border-radius: 10px;
}
.table-top-right button.approvals {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 14px;
  border: 1px solid #ccc;
  border-radius: 15px;
  cursor: pointer;
  height: 45px;
  background-color: var(--white);
}
.table-top-right button.approvals span {
  background: var(--primary-color);
  padding: 5px;
  border-radius: 50%;
  color: var(--white);
  height: 26px;
  width: 26px;
  display: flex;
  justify-content: center;
  align-items: center;
}
span.status.pending {
  background: #ffcc001f;
  color: #ffcc00;
}
span.status.suspended {
  background: #fff7f7;
  color: #fc0900;
}
.star-rating-tbl {
  display: flex;
  gap: 5px;
}
/* Contractors */

/* Quotes */
.dash-upper h3 {
  font-size: 28px;
  font-weight: 500;
  color: var(--primary-color);
}
.dash-upper p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}
a.customer-tbl u {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
}
span.status.rejected {
  background: #fff7f7;
  color: #fc0900;
}
/* Quotes */

/* Jobs */
.search-align h3 {
  font-size: 24px;
  font-weight: 600;
}
a.customer-tbl.jobs {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
}
span.status.ongoing {
  background: #ffcc001f;
  color: #000000;
}
.eye-icon-tbl {
  height: 24px;
  width: 24px;
}
span.status.upcoming {
  background: #9913181a;
  color: #991318;
}
span.status.cancelled {
  background: #fff7f7;
  color: #fc0900;
}
/* Jobs */

/* Support Tickets */
button.primary-cta.ticket-tbl {
  border-radius: 10px;
  height: 45px;
}
span.status.closed {
  background: #e8f9ef;
  color: #00b947;
}
span.status.open {
  background: #ffcc001f;
  color: #00b947;
}
/* Support Tickets */

/* Payments & Deposits */
.dash-upper.left-rgt {
  display: flex;
  justify-content: space-between;
}
.dash-upper.left-rgt .primary-cta img {
  height: 20px;
  width: 20px;
}
.dash-upper.left-rgt .right .primary-cta {
  border-radius: 10px;
}
.security-pending {
  background-color: var(--black);
}
.security-pending .security .left img {
  width: 50px;
  height: auto;
}
.security-pending .pending .left img {
  width: 50px;
  height: auto;
}
.security-pending {
  display: flex;
  gap: 10px;
}
.security-pending .security {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.security-pending {
  display: flex;
  gap: 25px;
  border-radius: 15px;
  padding: 10px;
}
.security-pending .right p.text {
  font-size: 16px;
  font-weight: 400;
  color: var(--white);
  text-align: end;
}
.security-pending .right p.rate {
  font-size: 16px;
  font-weight: 500;
  color: var(--white);
}
.security-pending .right p.rate span {
  font-size: 12;
  font-weight: 400;
  color: #3abf38;
}
.rate-text {
  display: flex;
  gap: 15px;
}
.security-pending .pending {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.security-pending .right p {
  margin-bottom: 2px;
}
.security-pending .security {
  border-right: 1px solid #fff;
  padding-right: 15px;
}
a.customer-tbl {
  font-size: 14px;
  font-weight: 500;
  color: var(--primary-color);
}
span.status.upcomingjob {
  background: #ffa50040;
  color: #ffa500;
}
span.status.cancelled-job {
  background: #ff000040;
  color: #ff0000;
}
span.status.deposit-paid {
  background: #0088ff1f;
  color: #0088ff;
}
span.status.final-payment {
  background: #e8f9ef;
  color: #00b947;
}
.nav-tab.settings-wrp.user-pop-tab.pay-dep ul {
    width: max-content;
}
span.status.deposit-kept {
  background: #ffcc001f;
  color: #ffcc00;
}
span.status.deposit-refunded {
  background: #e8f9ef;
  color: #00b947;
}
.dash-upper.left-rgt .right {
  display: flex;
  align-items: center;
}

/* Payments & Deposits */

/* Category & Subcategory */
.category-subcategory-inner .category img {
  width: 421px;
}
.category-subcategory-inner .category {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
  flex-direction: column;
}
.category-subcategory-inner h4 {
  font-size: 34px;
  font-weight: 600;
  color: var(--primary-color);
}
button.dot-icon i.fa-solid.fa-ellipsis-vertical {
    color: #363636;
    font-size: 17px;
}
.category-subcategory-inner p {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
}
.toggle-upper .left img.user {
  width: 77px;
  height: auto;
}
.toggle-upper .plum-right img {
  width: 20px;
  height: auto;
}
.toggle-upper .left {
  display: flex;
  gap: 15px;
}
.toggle-upper .plum-right h4 {
  font-size: 16px;
  font-weight: 500;
}
.toggle-upper .plum-right p {
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);
}
.plumbing-card .toggle-upper {
  display: flex;
  justify-content: space-between;
}
.card-subcategories span {
  color: var(--white);
  background-color: var(--secondary-color);
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}
.plumbing-card .card-subcategories {
  padding-bottom: 30px;
  border-bottom: 1px solid black;
}
.edit-dlt-btn {
  display: flex;
  gap: 15px;
}
.edit-dlt-btn .delete {
  border: none;
}
.edit-dlt-btn button.primary-cta {
  border-radius: 10px;
  width: 100%;
}
.plumbing-card {
  width: 31.1%;
  background: #fafafa;
  border-radius: 20px;
  padding: 10px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.card-subcategories h4 {
  font-weight: 500;
  font-size: 15px;
  margin-bottom: 15px;
  color: var(--secondary-color);
}
.plumbing-wraper-card {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
.plumbing-card .toggle-upper .right .form-check-input:checked {
  background-color: #5a8bea;
  border-color: #5a8bea;
      cursor: pointer;
}
/* Category & Subcategory */

/* Services (Issues) */
.search-align.drop {
  display: flex;
  gap: 10px;
  align-items: center;
}
.search-align.drop select.form-select {
  background-image: url(../images/common-img/downlod-icon.svg);
  background-size: 10px;
  background-repeat: no-repeat;
  height: 45px;
  border-radius: 10px;
}
.user-table-bottom.subcategory {
  justify-content: center;
}

.install-cards img.plumber {
  width: 77px;
  height: auto;
}
.install-cards .left .right h5 {
  font-size: 16px;
  font-weight: 500;
  color: var(--black);
}
.install-cards .left .right p {
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);
  margin-bottom: 0;
}
.install-cards .left {
  display: flex;
  gap: 10px;
  /* justify-content: center; */
}
.install-cards .left .right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.install-cards {
  display: flex;
  justify-content: space-between;
}
.install-cards .right .form-check-input:checked {
  background-color: #5a8bea;
  border-color: #5a8bea;
}
.plumbing-issues h4 {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 15px;
}
.plumbing-issues {
  padding: 10px;
  border-radius: 20px;
  background: #fafafa;
}
.specific-issue-cards h6 {
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);
  margin-bottom: 15px;
}
.issue-inner-card .form-check-input:checked {
  background-color: #991318;
  border-color: #991318;
}
.tooltip-eye img {
  width: 20px;
  height: 20px;
}
.issue-inner-card .delete-icon img {
  height: 30px;
  width: 30px;
}
.issue-inner-card .upper .right {
  display: flex;
  gap: 15px;
}
.issue-inner-card .upper {
  display: flex;
  justify-content: space-between;
}
.issue-inner-card .lower img {
  width: 50px;
  height: 50px;
}
.issue-inner-card .lower p {
  font-weight: 500;
  font-size: 13px;
  color: var(--secondary-color);
  margin-bottom: 0;
}
.issue-inner-card .lower {
  display: flex;
  gap: 15px;
}
.issue-inner-card {
  width: 23%;
  border: 1px solid #3636361a;
  padding: 10px;
  border-radius: 15px;
}
.issue-inner-card-wrp {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}
.issue-edit-dlt-btn {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.issue-edit-dlt-btn .primary-cta {
  border-radius: 10px;
}
.issue-edit-dlt-btn .delete {
  border: none;
}
.plumbing-issues-wrp {
  display: flex;
  gap: 15px;
  flex-direction: column;
}
/* Services (Issues) */

/* tooltip css */
.tooltip-eye {
  position: relative;
  display: inline-block;
  cursor: pointer;
}

/* Tooltip-data-css */
.tooltip-eye .custom-tooltip ul li {
  list-style: none;
  display: flex;
  gap: 15px;
  justify-content: space-between;
}
.tooltip-eye .custom-tooltip ul {
  padding: 0;
  margin: 0;
}
.tooltip-eye .custom-tooltip ul li p {
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 6px;
}
.tooltip-eye .custom-tooltip ul li span {
  font-size: 12px;
  font-weight: 600;
}
/* Tooltip-data-css */

/* Modal Css */
.modal-dialog.modal-dialog-centered .modal-header button.btn-close {
    background-image: url(../images/common-img/close-icon.svg);
    background-size: auto;
    position: absolute;
    right: 0;
    top: -3rem;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    opacity: 1;
    border-radius: 50%;
    outline: none;
    box-shadow: none;
}
.suspend-header img {
    width: 42px;
    height: auto;
}
.suspend-header {
    display: flex;
    gap: 15px;
}
.suspend-header p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 500;
    color: #050505;
}
#suspendModal .modal-header {
  border-bottom: none;
}
.footer-btn-modal {
    display: flex;
    gap: 15px;
    justify-content: flex-end;
}
.footer-btn-modal .secondary-cta {
    border: none;
}
.footer-btn-modal .primary-cta {
    border-radius: 10px;
}
.suspend .modal-dialog {
    max-width: 385px;
}
.suspend .modal-content {
    border-radius: 15px;
}
.modal-body.text p.frist {
    color: #050505;
}
.modal-body.text p.second {
    color: #3C3C3C;
}
#reactivateModal .modal-header {
    border-bottom: none;
}
#createCategory .modal-header{
  border: none;
}
#createCategory .modal-content {
    padding: 0 15px;
}
#createCategory .modal-dialog {
    max-width: 580px;
}
.modal-body.create-category .category-feild {
    margin-bottom: 15px;
}
.modal-body.create-category .category-feild label.form-label {
    font-size: 14px;
    font-weight: 500;
    color: #000000;
}
.modal-body.create-category .category-feild input.form-control {
    border: 1px solid #CCCCCC;
    border-radius: 12px;
    padding: 15px;
    height: 45px;
    box-shadow: none;
}
.modal-body.create-category .category-feild.file input.form-control {
        border: 1px dashed #697383;
    padding: 13px 15px;
    height: 53px;
}
.category-feild.file input[type="file"]::file-selector-button {
    background-color: var(--primary-color);
    color: var(--white);
    border-radius: 10px;
}
.category-feild.file input[type="file"]::file-selector-button {
    background-color: var(--primary-color) !important;
    color: var(--white);
}
.upload-media-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}
.upload-media-grid-in {
    width: 90px;
    height: 90px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
}
.upload-media-grid-in {
    img {
        object-fit: cover;
        border-radius: 10px;
    }
}
.upload-media-grid-in button.remove {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 12px;
    display: flex;
    right: -5px;
    top: -5px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
}
.upload-media-grid.xl-size .upload-media-grid-in {
    width: 220px;
}
#createCategory .modal-dialog.modal-dialog-centered {
    margin-top: 80px;
}
#createCategory .modal-content {
    padding: 0 15px;
}
#createCategory .modal-dialog {
    max-width: 580px;
}
.toggle-btn-text {
    display: flex;
    justify-content: space-between;
}
.toggle-btn-text .form-check-input:checked {
    background-color: #5A8BEA;
    border-color: #5A8BEA;
}
.toggle-btn-text p {
    font-size: 14px;
    font-weight: 600;
    color: #363636;
}
.add-popup {
    display: flex;
    width: 100%;
    gap: 15px;
}
.add-popup button.add-icon {
    background: var(--primary-color);
    border-radius: 10px;
        width: 50px;
    height: 45px;
    border: 1px solid var(--primary-color);
}
.cross-sub-cat img {
    height: 10px;
    width: 10px;
}
.sub-category .sub-category-inner {
    display: flex;
    gap: 15px;
}
.sub-category .sub-category-inner {
    display: flex;
    gap: 15px;
    background-color: var(--secondary-color);
        padding: 3px 15px;
    border-radius: 30px;
    align-items: center;
}
.sub-category-inner p {
    margin-bottom: 0;
    color: var(--white);
        font-size: 12px;
    font-weight: 500;
}
.sub-category {
    display: flex;
    gap: 15px;
        margin-bottom: 20px;
}
.toggle-cross {
    display: flex;
}
.toggle-cross .form-check-input:checked {
    background-color: #5A8BEA;
    border-color: #5A8BEA;
}
#supportTicket .modal-dialog.modal-dialog-centered {
    margin-top: 80px;
}
#supportTicket .modal-dialog {
    max-width: 580px;
}
.category-feild select.form-select {
    border: 1px solid #CCCCCC;
    border-radius: 12px;
    height: 45px;
        color: #B0B0B0;
        box-shadow: none;
}
.form-select {
    background-image: url(../images/user-popup/down-select.svg);
   background-size:20px
}
.textarea-popup textarea {
    border: 1px solid #CCCCCC;
    width: 100%;
    border-radius: 15px;
    outline: none;
    padding: 15px;
        height: 120px;
        color: #B0B0B0;
}
#offerBanner .modal-dialog {
    max-width: 580px;
}
#offerBanner .modal-content {
    padding: 0 15px;
}
#editOfferBanner .modal-content {
    padding: 0 15px;
}
#editOfferBanner .modal-dialog {
    max-width: 580px;
}

#deleteOfferBanner .modal-header {
  border: none;
}
#deleteOfferBanner .modal-content {
    padding: 0 15px;
}
#quoteDetails .modal-content {
    padding: 0 15px;
}


#quoteDetails .modal-dialog {
        max-width: 625px;
}
#quoteDetails .modal-dialog.modal-dialog-centered {
    margin-top: 80px;
}

.quote-id{
  display: flex;
  justify-content: space-between;
}
.quote-id p {
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);
}
.quote-id span {
   font-size: 14px;
  font-weight: 400;
  color: var(--secondary-color);
}
.service-request-body h3 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 30px;
    color: #363636;
}
.service-request-body ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.service-request-body li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.service-request-body li span.frist {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
}

.service-request-body li span.second{
  font-size: 14px;
    font-weight: 400;
    color: var(--secondary-color);
}
.service-request-body li span.second.plumbing {
    padding: 6px 15px;
    background-color: var(--secondary-color);
    color: var(--white);
    border-radius: 15px;
}

.label {
  font-weight: 600;
  color: #555;
}

/* .value {
  float: right;
}

.price {
  float: right;
  color: red;
} */
 .service-request-inner li .right button img {
    width: 12px;
    height: 12px;
}
 .service-request-inner li .right input {
   border: none;
   border-radius: 10px;
   background-color: var(--white);
   /* padding: 8px 12px; */
   margin-left: 10px;
   color: var(--primary-color);
   outline: none;
   width: 40px;
   margin: 0;
}
 .service-request-inner li .right button {
   border: 2px solid #525252;
   border-radius: 10px;
   background-color: var(--white);
   padding: 8px 12px;
   margin-left: 10px;
   color: var(--primary-color);
}
.service-request-inner li .right {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.service-request-inner li .right .right-inner {
    display: flex;
    justify-content: flex-end;
    align-items: center;
        gap: 10px;
}
.service-request-inner {
        background: #F5F5F5;
    padding: 10px;
    border-radius: 10px;
    max-height: 421px;
    overflow-y: auto;
      &::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }

  &::-webkit-scrollbar-track {
    background: #D9D9D9;
  }

  &::-webkit-scrollbar-thumb {
    background: #7A0F13;
    border: none;
    border-radius: 20px;
  }
}
.service-request-inner .right-inner button {
    background: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
}
.problem-description {
    display: flex;
    justify-content: space-between;
    align-items: center;
        margin-top: 20px;
}
.problem-description span {
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);
}
.problem-description p {
  font-size: 14px;
  font-weight: 500;
  color: var(--secondary-color);
}
.img-video h4 {
    font-size: 14px;
    font-weight: 600;
}
.img-video .img-wrp img {
    height: 100px;
    width: 100px;
    border-radius: 20px;
    object-fit: cover;
}
.img-video .img-wrp {
    display: flex;
    gap: 15px;
}
.footer-btn-modal .primary-cta img {
    height: 20px;
    width: 20px;
}
.final-price {
    justify-content: space-between;
    display: flex;
    background: #9913180F;
    padding: 10px;
    border-radius: 15px;
}
.final-price p {
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
}
.final-price span {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
}
.modal-body.create-category.details {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.preferred-date h4 {
  font-size: 14px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px;
}
.preferred-date .sloat span {
    background: #9913181A;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 14px;
    font-weight: 400;
    color: var(--primary-color);
}
.preferred-date .sloat {
    display: flex;
    gap: 10px;
}

#deleteOfferBanner .modal-content {
    padding: 0 15px;
}
#quoteDetails-1 .modal-content {
    padding: 0 15px;
}


#quoteDetails-1 .modal-dialog {
        max-width: 625px;
}
#quoteDetails-1 .modal-dialog.modal-dialog-centered {
    margin-top: 80px;
}
.inner-wreper-quotes{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.service-request-inner li .right .right-inner span.price-details {
    font-size: 14px;
    font-weight: 500;
    color: var(--primary-color);
}
#quoteRejection .modal-dialog {
    max-width: 580px;
}
#quoteRejection .modal-content {
    padding: 0 15px;
}
.payment-settings h4 {
  font-size: 24px;
  font-weight: 600;
  color: var(--secondary-color);
  margin-bottom: 20px;
}
.input-number-wrper .input-number label.form-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--black);
}
.input-number-wrper {
    display: flex;
    gap: 15px;
}
.input-number input.form-control {
    border: 1px solid #CCCCCC;
    border-radius: 12px;
    padding: 15px;
    height: 45px;
    box-shadow: none;
}      
.input-number-wrper .input-number {
    width: 100%;
}
button.payment-btn.primary-cta {
    margin-top: 15px;
    border-radius: 10px;
}
.input-number input[type=number]::-webkit-inner-spin-button,
.input-number input[type=number]::-webkit-outer-spin-button {
  opacity: 1;
  display: block;
}
#createServices .modal-dialog {
    max-width: 650px;
}
#createServices .modal-content {
    padding: 0 15px;
}
.modal-body.create-category .category-feild {
    margin-bottom: 15px;
    width: 100%;
}
.category-wrp {
    display: flex;
    gap: 15px;
}
#createServices .modal-dialog {
    margin-top: 80px;
}
/* Modal Css */




/* Dropdown */
.dot-icon {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
}

.custom-menu {
  border-radius: 15px;
  padding: 10px;
  min-width: 150px;
  max-width: 250px;
  border: none;
  background: #E3E3E3;
  box-shadow: 0px 4px 13px 0px #00000008;

}

.custom-menu .dropdown-item {
  border-radius: 10px;
  padding: 8px 12px;
  background-color: #E3E3E3;
}
.dropdown.dot .dropdown-item:focus, .dropdown-item:hover
 {
    color: #1e2125;
    background-color: #E3E3E3;
}

.text-warning {
  color: #DA8D00 !important;
}
a.dropdown-item.reactivate {
    color: #3ABF38 !important;
}
/* Dropdown */
/* VIEW-SUMMARY-DETAILS-PAGE */

.view-summary-details-wrp {
  width: 100%;
}

.view-sum-cat {
  box-shadow: 0px 4px 20px 0px #0000000D;
  padding: 20px;
  border: 1px solid #99131833;
  border-radius: 22px;
  margin-bottom: 22px;
}

.view-sum-cat p {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #363636;
}

.view-sum-cat p a {
  width: 20px;
}

.view-sum-cat h5 {
  width: 100%;
  margin: 0;
  font-weight: 600;
  font-size: 16px;
  color: #363636;
  background-color: #9913180F;
  padding: 10px;
  border-radius: 10px;
}

.view-sum-subcat {
  width: 100%;
}

.view-sum-subcat h3 {
  font-size: 18px;
  font-weight: 600;
  color: #363636;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.view-sum-subcat h3 a {
  font-weight: 400;
  font-size: 14px;
  color: #991318;
  display: flex;
  align-items: center;
  gap: 10px;
}

.view-sum-subcat h3 a img {
  width: 20px;
  height: auto;
}


.view-sum-subcat .accordion-item {
  border-radius: 18px;
  border: none;
  background-color: #fff;
  margin-bottom: 10px;
  border: 1px solid #99131833
}

.sub-cat-head {
  display: flex;
  align-items: center;
  padding: 10px 20px;
}

.sub-cat-head p {
  font-weight: 400;
  font-size: 16px;
  color: #363636;
  margin: 0;
}

.sub-cat-head button.accordion-button {
  width: auto;
  align-items: center;
  justify-content: center;
  background: none;
  outline: none;
  border: none;
  box-shadow: none;
  margin-left: auto;
  padding: 0;
  margin-right: 15px;

  &::after {
    background-image: url(../images/user-popup/acco-drop-down.svg);
    background-size: 15px;
    background-position: center;
  }
}

.sub-cat-head a {
  width: 20px;
  height: auto;
}
.sub-cat-head.service-issue input[type="text"] {
    border-radius: 15px;
    outline: none;
    border: 1px solid #CCCCCC;
    padding: 15px;
    height: 45px;
     font-size: 12px;
  font-weight: 500;
  width: 100%;
  color: #B0B0B0;
}
.sub-cat-head.service-issue {
    gap: 15px;
}
.sub-cat-head.service-issue a {
    height: 40px;
    width: 45px;
}
.sub-cat-head.service-issue button.accordion-button {
    margin-right: 0;
}
div#accordionExampleIssue {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
div#accordionExampleIssue .accordion-item {
    border-radius: 15px;
    border: 1px solid #36363699;
}
.accordion-custom-body {
    border: 1px solid #36363699;
    border-radius: 15px;
}
.accordion-body .deatil-payment input[type="text"]{
   border-radius: 15px;
    outline: none;
    border: 1px solid #CCCCCC;
    padding: 15px;
    height: 40px;
     font-size: 12px;
  font-weight: 500;
  width: 100%;
  color: #B0B0B0;
}
.accordion-body .deatil-payment
 {
    margin-bottom: 15px;
}

.detail-payment.file {
  display: flex;
  align-items: center;
}

.detail-payment.file input[type="file"] {
  display: none; /* Hide default input */
}

.custom-file-upload {
  background-color: var(--primary-color); 
  color: #fff;
  padding: 10px 10px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  display: inline-block;
  transition: background 0.3s ease;
}

.custom-file-upload:hover {
  background-color: var(--primary-color);
}
.detail-payment.file img {
    width: 24px;
    height: 24px;
}
.detail-payment.file {
    border-radius: 15px;
    position: relative;
    outline: none;
    border: 1px solid #CCCCCC;
    padding: 15px;
    height: 60px;
     font-size: 12px;
  font-weight: 500;
  width: 100%;
  color: #B0B0B0;
}
.right-img {
    position: absolute;
    right: 10px;
}
.detail-payment.file img.user {
    width: 75px;
    height: 75px;
    object-fit: contain;
    border-radius: 10px;
    padding: 0px;
}
.detail-payment.file.user-rgt-icon {
    height: 120px;
}
.detail-payment.wrp {
    display: flex;
    gap: 15px;
}
.detail-payment.file {
    margin-bottom: 15px;
}
.fees-details input[type="number"]
 {
    border-radius: 15px;
    outline: none;
    border: 1px solid #CCCCCC;
    padding: 15px;
    height: 45px;
     font-size: 12px;
  font-weight: 500;
  width: 100%;
  color: #B0B0B0;
}
/* UP Down Arrow number */

.custom-number {
  position: relative;
  width: 100%;
}


.custom-number input {
  width: 100%;
  padding-right: 35px;
  height: 40px;
}


.arrow-wrapper {
  position: absolute;
  right: 5px;
  gap: 4px;
  top: 0;
  height: 100%;
  width: 25px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}


.arrow-wrapper img.arrow.up {
    width: 20px;
    height: 6px;
}
.arrow-wrapper img.arrow.down {
    width: 20px;
    height: 6px;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.detail-payment.file.user-rgt-icon .right-img .remove {
    position: absolute;
    width: 20px;
    height: 20px;
    background-color: var(--primary-color);
    color: var(--white);
    font-size: 12px;
    display: flex;
    right: -5px;
    top: -5px;
    align-items: center;
    justify-content: center;
    border: 0;
    border-radius: 50%;
}
.issue-price .right img {
    width: 40px;
    height: 40px;
}
.issue-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}
.issue-price p {
    font-size: 14px;
    font-weight: 500;
    color: #000;
}
.cards.subcrip p.sub-text {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 16px;
}



/* VIEW-SUMMARY-DETAILS-PAGE */

/* Subscriptions */
.dash-head .cards.subcrip {
    width: 15.8%;
}
.subcripstion-items.dash-head.slick-initialized.slick-slider button.slick-prev.slick-arrow {
  background-image: url(../images/common-img/slider-left-sub.svg);
      position: absolute;
    top: 3.8rem;
    left: -0.5rem;
    z-index: 1;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}
.cards.subcrip{
  padding-left: 30px;
}
.subcripstion-items.dash-head.slick-initialized.slick-slider button.slick-next.slick-arrow {
    background-image: url(../images/common-img/slider-right-sub.svg);
    left: inherit;
    right: -0.5rem;
        position: absolute;
    top: 3.8rem;
    right: -0.5rem;
    z-index: 1;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}
.subcripstion-items .cards {
  margin: 0 10px;  
}

.dash-table-wrp.full h4 {
    font-size: 24px;
    font-weight: 600;
    color: var(--secondary-color);
}
.customer-plans .uper-data {
    display: flex;
    justify-content: space-between;
}
.customer-plans .uper-data .left p.frist {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 0;
}
.customer-plans .uper-data .left  p.second{
  font-size: 18px;
    font-weight: 500;
    margin-bottom: 0;
    color: var(--secondary-color);
}
.uper-data .right span {
    padding: 5px 10px;
    border-radius: 30px;
    background-color: var(--secondary-color);
    color: var(--white);
    font-weight: 500;
    font-size: 10px;
}
.discout-data p img{
  width: 20px;
  height: 20px;
  margin-right: 8px;
}
.customer-plans .cards {
    padding: 20px;
    border: 1px solid #36363633;
    border-radius: 15px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.customer-plans {
    display: flex;
    gap: 20px;
}
.discout-data {
    margin-bottom: auto;
}
#editSubscription .modal-dialog.modal-dialog-centered {
    margin-top: 80px;
}
#editSubscription .modal-content {
    padding: 0 15px;
}
#editSubscription .modal-dialog {
    max-width: 580px;
}
.sub-category-inner.sub p {
    font-size: 10px;
}
.detail-payment.wrp select.form-select {
    background-image: url(../images/common-img/downlod-icon.svg);
    background-size: 10px;
    background-repeat: no-repeat;
    height: 45px;
    border-radius: 15px;
    box-shadow: none;
    outline: none;
    border: 1px solid #CCCCCC;
}
.detail-payment.wrp.sub {
    margin-bottom: 15px;
}
.active-subscribers {
    padding: 15px;
    background: #3636361F;
    border-radius: 15px;
    margin-bottom: 15px;
}
.active-subscribers h6
 {
  font-size: 16px;
  font-weight: 500;
  color: var(--secondary-color);
}
.active-subscribers p
 {
  font-size: 14px;
  font-weight: 500;
  color: #36363699;
  margin-bottom: 0px;
}
.detail-payment.wrp.sub .fees-details.custom-number label{
  font-size: 14px;
  font-weight: 500;
  color: #000;
  margin-bottom: 5px;
}
/* Subscriptions */


/*  job popup */
#jobDetails .modal-dialog {
    max-width: 587px;
}
.job-card .job-id {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}
.job-id .id {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
}
.job-id .value {
    font-size: 14px;
    font-weight: 400;
}
.job-card .Status {
    display: flex;
    justify-content: space-between;
}
.job-card .Status .id {
  font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
}
.job-card .Status .progress {
    background: #FFCC001F;
    color: #FFCC00;
    padding: 3px 10px;
    border-radius: 30px;
    height: 25px;
}
.section-title {
    font-size: 14px;
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: 15px;
}
.detail-block {
    display: flex;
    justify-content: space-between;
}
.detail-block .detail-title {
    font-size: 14px;
    font-weight: 500;
}
.detail-info p.chance {
    font-size: 14px;
    font-weight: 500;
}
.detail-info {
    display: flex;
    flex-direction: column;
    align-items: end;
}
.detail-info p {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
}
.request h5 {
    color: #363636;
    font-size: 14px;
    font-weight: 600;
}
.date-time {
    display: flex;
    justify-content: space-between;
}
.date-time p {
    font-size: 14px;
    font-weight: 500;
}
.date-time span {
    font-size: 14px;
    font-weight: 400;
}
.user-download p {
    font-size: 14px;
    font-weight: 500;
}
.user-download{
  display: flex;
  justify-content: space-between;
  position: relative;
}
.user-download p {
    font-size: 14px;
    font-weight: 500;
    display: flex;
    align-items: center;
    color: var(--secondary-color);
}
.user-download img.down-icon {
    width: 18px;
    height: 18px;
    position: absolute;
    top: 5px;
    right: 2px;
}
.plumbing-cate {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.plumbing-cate span {
        padding: 4px 10px;
    background: var(--secondary-color);
    color: white;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 500;
}
.plumbing-cate p {
    margin-bottom: 0;
}
.accordion-section h5 {
  margin-top: 15px;
  color: #363636;
  font-weight: 500;
}

.accordion-section button.accordion-button::after {
          background-image: url(../images/common-img/down-arrow-job.svg);
        background-size: 15px;
        background-position: center;
}
.accordion-section button.accordion-button {
    box-shadow: none;
    color: var(--secondary-color);
}
.accordion-section .accordion-button:not(.collapsed) {
    color: var(--secondary-color);
    background-color: var(--white);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
}
#jobDetails .modal-dialog {
  margin-top: 80px;
}
.cost-inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
   
}
.cost-wrp {
    padding: 15px;
    background: #9913180F;
    border-radius: 20px;
     margin: 20px 0;
}
.cost-wrp .cost-inner p {
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
    margin: 0;
}
.cost-wrp .cost-inner span{
  font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
}
.detail-info p.chance span {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
}
.detail-info p span {
    font-size: 16px;
    font-weight: 500;
    color: var(--primary-color);
}
.problem-description p {
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 0;
}
.problem-description-popup {
    display: flex;
    justify-content: space-between;
}
.problem-description-popup p {
    margin-bottom: 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: var(--secondary-color);
}
.problem-description-popup span {
    text-align: end;
}
.media-img-popup img {
    width: 100px;
    height: 100px;
}
.uploaded-media {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.media-img-popup {
    display: flex;
    gap: 15px;
}
.uploaded-media p {
    display: flex;
    align-items: center;
    margin-bottom: 0;
    font-weight: 500;
    font-size: 14px;
    color: var(--secondary-color);
}
.accordion-section div#accordionExampleJob {
    display: flex;
    flex-direction: column;
    gap: 20px;
    
}
.accordion-item:not(:first-of-type){
  border: 1px solid #99131833;
}
div#accordionExampleJob .accordion-item {
    border-radius: 15px;
    border: 1px solid #99131833;
    overflow: hidden;
}
.accordion-section .accordion-button {
    border-top-left-radius: none;
    border-top-right-radius: none;
    border: none;
}
.accordion-section .accordion-button:not(.collapsed) {
    color: var(--secondary-color);
    background-color: var(--white);
    box-shadow: none;
}
.offer-banner {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}
.sevaservebooking{
  margin: 20px 0;
}
.offer-banner p {
    margin-bottom: 0;
    font-size: 24px;
    font-weight: 500;
    color: var(--secondary-color);
}
a.primary-cta:hover {
    color: var(--white);
}
/*  job popup */

/* Settings */
.edit-delete-img img {
    height: 40px;
    width: 40px;
}
.builder-man img {
    width: 100px;
    height: 100px;
}
.offer-card {
    background: var(--black);
    color: var(--white);
        padding: 15px;
    border-radius: 15px;
        display: flex;
        gap: 15px;
        margin: 0 8px;
}
.offer-card .edit-delete-img {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.toggle-text .form-check.form-switch {
    display: flex;
    justify-content: flex-end;
}
.toggle-text p {
    font-size: 14px;
    font-weight: 500;
}
.sevaservebooking.slick-initialized.slick-slider button.slick-prev.slick-arrow {
    background-image: url(../images/common-img/slider-left-sub.svg);
    position: absolute;
    top: 2.5rem;
    left: -0.5rem;
    z-index: 1;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}
.sevaservebooking.slick-initialized.slick-slider button.slick-next.slick-arrow
 {
    background-image: url(../images/common-img/slider-right-sub.svg);
    left: inherit;
    right: -0.5rem;
    position: absolute;
    top: 2.5rem;
    right: -0.5rem;
    z-index: 1;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}
.offer-card.welcome {
    background: #99131840;
    color: var(--black);
}
.bookingwelcome.slick-initialized.slick-slider button.slick-prev.slick-arrow{
  background-image: url(../images/common-img/slider-left-sub.svg);
    position: absolute;
    top: 2.5rem;
    left: -0.5rem;
    z-index: 1;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}
.bookingwelcome.slick-initialized.slick-slider button.slick-next.slick-arrow{
  background-image: url(../images/common-img/slider-right-sub.svg);
    left: inherit;
    right: -0.5rem;
    position: absolute;
    top: 2.5rem;
    right: -0.5rem;
    z-index: 1;
    font-size: 0;
    width: 40px;
    height: 40px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    border: none;
}
.toggle-text .form-check-input:checked {
    background-color: #5A8BEA;
    border-color: #5A8BEA;
}
.offer-banner .primary-cta {
    border-radius: 10px;
}
.legal-other-section.faq a.primary-cta img.table-btn-icon {
    width: 12px;
    height: 12px;
}
.legal-other-section.faq a.primary-cta {
    width: fit-content;
    border-radius: 10px;
}
.faq-head {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
}
.faq-head h5 {
    font-size: 24px;
    font-weight: 500;
}
.membership-content {
    border: 1px solid #00637a1a;
    padding: 10px;
    border-radius: 0.7rem !important;
}
.accord-parent .accordion-item:first-of-type .accordion-button
 {
    border-radius: 0.7rem ;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #ffffff;
    background-color: var(--primary-color);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
button.icon-btn-faq {
    background: #fff;
    border: none;
    width: 48px;
    height: 46px;
    border-radius: 5px;
    margin-left: 7px;
}
.accord-parent .accordion-body {
    padding: 1rem 1.25rem;
    background: #9913181A;
    color: #000000;
   margin-top: 15px;
    border-radius: 10px;
}
.membership-content .accordion-item {
    border: none;
}
.accordion-item button.accordion-button.text-start.collapsed {
  background-color: var(--primary-color);
  color: var(--white);
}

 .accordion-button:not(.collapsed)::after {
    background-image: url(../images/common-img/faq-down-icon.svg);

}
.accordion-button::after {
   
    background-image: url(../images/common-img/faq-down-icon.svg);

} 
.accord-parent .accordion-body .faq-inner ul {
    background: none;
    border: none;
    padding-left: 32px;
}
.dropdown.dot ul.dropdown-menu.custom-menu.show {
    border-radius: 15px;
}
#editOfferBanner .modal-dialog {
    margin-top: 80px;
}
#offerBanner .modal-dialog {
    margin-top: 80px;
}
.usr-details-in h1 span.primary-cta {
    font-size: 12px;
    height: 24px;
}
.sidebar-menu ul li.has-submenu ul.submenu li a.active {
    background: #fff;
    color: #991318
}
.footer-btn-modal.accodian {
    margin-top: 15px;
}
.job-card {
    height: 500px;
    overflow-y: auto;
}
#logOut .modal-header {
    border-bottom: none;
}
/* Settings */









































































































/* Daman Sir  */
/* CUSTOMERS-CONTRACTORS-VIEW-POPUP */

.user-profile-modal .modal-dialog {
  max-width: 950px;
  margin-top: 5rem;
}

.user-profile-modal .modal-content {
  border: 1px solid #E2E8F0;
  border-radius: 30px;
}

.user-profile-modal .modal-dialog button.btn-close {
  position: absolute;
  top: -45px;
  right: 0;
  background-color: #FFFFFF;
  opacity: 1;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  background-size: 13px;
  justify-content: center;
}

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

.usr-details-profile {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}

.usr-details-in {
  width: auto;
}

.usr-details-in h1 {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 600;
  font-size: 20px;
  color: #020817;
}

span.status-tag {
  color: #3ABF38;
  font-weight: 400;
  font-size: 13px;
  background-color: #3ABF381F;
  padding: 6px 10px;
  border-radius: 20px;
}

span.rating {
  font-weight: 500;
  font-size: 15px;
  color: #000;
}

span.rating i {
  color: #E7B402;
  font-size: 14px;
}

.usr-details-in ul {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.usr-details-in ul li {
  list-style: none;
  display: flex;
  align-items: center;
  gap: 5px;
  color: #36363699;
  font-weight: 500;
  font-size: 14px;
  border-right: 1px solid #99131833;
  padding-right: 10px;
}

.usr-details-in ul li:last-child {
  border-right: none;
  padding-right: 0px;
}

.usr-details-in ul li img {
  width: 20px;
  height: auto;
}

.usr-details-cta {
  margin-left: auto;
  margin-bottom: auto;
}

.unfill-cta {
  color: #36363699;
  background-color: #fff;
  height: 35px;
  padding: 0 20px;
  border: 1px solid #36363699;
  font-weight: 400;
  font-size: 14px;
  border-radius: 30px;
}

.fill-cta {
  color: #fff;
  background-color: #991318;
  height: 35px;
  padding: 0 20px;
  border: 1px solid #991318;
  font-weight: 400;
  font-size: 14px;
  border-radius: 30px;
}

.usr-grid {
  display: flex;
  gap: 15px;
  margin-bottom: 20px;
}

.usr-grid-in {
  display: flex;
  flex-direction: column;
  background: #F9F9FA;
  width: 100%;
  align-items: flex-start;
  gap: 10px;
  border-radius: 15px;
  padding: 15px;
}

.usr-grid-in img {
  width: 24px;
  height: auto;
}

.usr-grid-in p {
  margin-bottom: 0;
  font-weight: 500;
  font-size: 14px;
  color: #666666;
}

.usr-grid-in h2 {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  margin: 0;
}

.remarks-in {
  width: 100%;
}

.remarks-in p {
  font-weight: 600;
  font-size: 14px;
  color: #363636;
  margin-bottom: 10px;
}

.remarks-in textarea {
  width: 100%;
  height: 140px;
  padding: 12px;
  border: 1px solid #3636364D;
  border-radius: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #000;
  outline: none;
}

.user-pop-tab {
  width: 100%;
}

.user-pop-tab ul {
  flex-wrap: nowrap;
  background: #363636;
  border-radius: 30px;
  padding: 5px;
}

.user-pop-tab ul li {
  width: 100%;
}

.user-pop-tab ul li button.nav-link {
  width: 100%;
  border-radius: 30px;
  color: #fff;
}

.user-pop-tab ul li button.nav-link.active {
  background-color: #fff;
  color: #991318;
  font-weight: 400;
  font-size: 16px;
}

.activity-history {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.activity-history-in {
  width: 100%;
  border: 1px solid #3636364D;
  padding: 15px;
  border-radius: 20px;
}

.activity-history-in h3 {
  font-weight: 500;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: #020817;
}

.activity-history-in p {
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 0;
  color: #36363699;
  display: flex;
  align-items: center;
}

.activity-history-in h3 span.amount-tab,
.activity-history-in p span.amount-tab {
  margin-left: auto;
}

.activity-history-in h3 span.deposit-date {
  margin-left: auto;
}

span.deposit-date {
  font-weight: 500;
  font-size: 14px;
  color: #36363699;
}

span.amount-tab {
  color: #991318;
  font-weight: 500;
  font-size: 16px;
}

span.amount-tab b {
  color: #363636;
  font-weight: 500;
}

span.ongoing-sta {
  color: #FFCC00;
  background-color: #FFCC001F;
}

span.upcoming-sta {
  color: #0088FF;
  background-color: #0088FF1F;
}

span.completed-sta {
  color: #3ABF38;
  background-color: #3ABF381F;
}

span.auto-deducted-sta {
  color: #56CD9D;
  background-color: #88FFCF1F;
}

span.rating-tag {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #E7B402;
}

span.rating-tag i.fa-regular.fa-star {
  color: #C7D1D9;
}

.review-cta {
  background-color: #991318;
  border: none;
  border-radius: 30px;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  padding: 5px 15px;
}

.activity-history-in h3 a {
  color: #991318;
  text-decoration: underline !important;
}

.quotes-in .activity-history-in {
  border-radius: 20px 20px 0px 0px;
}

.quotes-in .quotes-botm {
  border-radius: 0px 0px 20px 20px;
  border: 1px solid #3636364D;
  border-top: 0;
  padding: 15px;
}

.provide-quot {
  background-color: #99131840;
  border: none;
  padding: 10px 20px;
  border-radius: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #7A0F13;
  outline: none;
}

.transaction-history-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.transaction-history-head h5 {
  font-weight: 600;
  font-size: 18px;
  color: #363636;
  margin-bottom: 0;
}

.transaction-history-head select {
  height: 35px;
  padding: 0px 35px 0px 15px;
  cursor: pointer;
  border-radius: 20px;
  font-weight: 400;
  font-size: 14px;
  border: 1px solid #36363633;
  color: #000000;
  background-image: url(../images/user-popup/down-icon.svg);
  appearance: none;
  background-repeat: no-repeat;
  background-position: center right 15px;
  background-size: 12px;
  outline: none;
}

.area-zipcode {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
  border: 1px solid #36363699;
  padding: 15px;
  border-radius: 15px;
}

.area-zipcode p {
  font-weight: 500;
  font-size: 16px;
  margin: 0;
  color: #000;
}

.area-zipcode span {
  font-weight: 500;
  font-size: 14px;
  color: #991318;
  padding: 8px 16px;
  background-color: #99131833;
  border-radius: 20px;
}

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

.reviews-head {
  width: 100%;
  height: auto;
  display: flex;
  align-items: center;
}

.reviews-head p {
  margin: 0;
  margin-left: 10px;
  color: #36363699;
  font-weight: 500;
  font-size: 14px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.reviews-head p b {
  color: #363636;
  font-weight: 500;
  font-size: 22px;
}

.activity-history-in p.reviews-text {
  color: #363636;
  margin-top: 5px;
}


/* CONTRACTOR-APPROVAL-POPUP */

#contractor-approval-popup.user-profile-modal .modal-dialog {
  max-width: 750px;
}

.contractor-approval-grid {
  display: flex;
  gap: 15px;
}

.contractor-approval-wrp .activity-history-in {
  margin-bottom: 15px;
}

.contractor-approval-wrp .area-zipcode {
  flex-wrap: wrap;

  p {
    width: 100%;
  }
}

.area-zipcode.services-tag span {
  color: #fff;
  background-color: #363636;
}

.contractor-approval-wrp .remarks-in {
  margin-bottom: 12px;
}

.contractor-approval-wrp .usr-details-cta {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}

.contractor-approval-wrp .usr-details-cta .fill-cta {
  height: 45px;
  border-radius: 12px;
}

.text-cta {
  background: none;
  border: none;
  font-weight: 500;
  font-size: 14px;
  color: #363636;
}

/* CONTRACTOR-APPROVAL-POPUP */


/* CUSTOMERS-CONTRACTORS-VIEW-POPUP */


/* P-ROUGH */

.dash-upper.left-rgt {
  display: flex;
  justify-content: space-between;
}

.dash-upper.left-rgt .primary-cta img {
  height: 20px;
  width: 20px;
}

.dash-upper.left-rgt .right .primary-cta {
  border-radius: 10px;
}

.dash-upper h3 {
  font-size: 28px;
  font-weight: 500;
  color: var(--primary-color);
}

.dash-upper p {
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
}

/* P-ROUGH */


/* SETTINGS-CONFIGURATION-PAGE */


.settings-wrp.user-pop-tab ul {
  background-color: #E3E3E3;
  border: 1px solid #3636361A;
}

.settings-wrp.user-pop-tab ul li {
  width: auto;
}

.settings-wrp.user-pop-tab ul li button.nav-link {
  color: #000;
  font-weight: 400;
  font-size: 16px;
}

.settings-wrp.user-pop-tab ul li button.nav-link.active {
  background-color: #7A0F13;
  color: #fff;
}

.settings-inner {
  margin-top: 30px;
}

.legal-other-section {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #3636361A;
  padding: 20px;
  border-radius: 20px;
  margin-bottom: 25px;
}

.legal-other-section h2 {
  color: #363636;
  font-weight: 600;
  font-size: 24px;
}

.legal-other-section-in textarea {
  width: 100%;
  height: 250px;
  padding: 15px;
  border: 1px solid #CCCCCC;
  border-radius: 15px;
  font-weight: 400;
  font-size: 14px;
  margin-bottom: 10px;
  outline: none;

  &::-webkit-scrollbar {
    width: 8px;
    height: 8px;
  }

  &::-webkit-scrollbar-track {
    background: #D9D9D9;
  }

  &::-webkit-scrollbar-thumb {
    background: #7A0F13;
    border: none;
    border-radius: 20px;
  }

}

.legal-other-section-in button.primary-cta {
  border-radius: 10px;
}
.settings-wrp.user-pop-tab ul li button.nav-link img {
    height: 20px;
    width: 20px;
}
.settings-wrp.user-pop-tab ul li button.nav-link.active img {
   filter: brightness(0) invert(1);
}
/* SETTINGS-CONFIGURATION-PAGE */
/* Daman Sir */


/* New Css */

.icon.bell-icon img.logo {
    width: 40px;
    height: auto;
}
.dropdown.dot hr.dropdown-divider {
    color: #99131833;
    opacity: 1;
}
#suspendContractor .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}
#reactivateContractor .modal-header {
    border-bottom: none;
    padding-bottom: 0;
}
span.role-type {
    background: #E8F9EF;
    padding: 3px 10px;
    border-radius: 15px;
    color: #000;
    font-weight: 400;
    font-size: 13px;
}
.area-zipcode span b {
    background: #fff;
    padding: 4px 8px;
    border-radius: 15px;
    color: #393939;
    font-size: 12px;
    font-weight: 400;
}
.dash-table-wrp.full .category-subcategory-inner .category h4 {
 background: linear-gradient(167.98deg, #9C0A15 0%, #E63946 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}
#addNewEmployee .modal-dialog {
    max-width: 578px;
}
#addNewEmployee .modal-content {
    padding: 0 15px;
}
#addNewEmployee .modal-dialog.modal-dialog-centered {
    margin-top: 80px;
}
.modal-body.create-category .category-feild label.form-label span {
  font-weight: 500;
  font-size: 14px;
  color: #36363699;
}
/* New Css */







.schedule-wrapper{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 15px;
}

/* Headings */
h3{
 font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 5px;
}

/* Working Days */
.working-days{
  display: flex;
  gap: 7px;
}

.working-days label{
  width: 30px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-weight: 500;
  font-size: 13px;
  color: #36363699;
  background: #fff;
  transition: 0.3s;
}

/* Active checkbox */
.working-days input:checked + label{
  background: linear-gradient(0deg, #991318, #991318),
linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));

  color: #fff;
  border-color: #991318;
}

/* Time Inputs */
.time-inputs{
  display: flex;
  gap: 15px;
}

.time-inputs input{
  /* width: 180px;
  height: 44px; */
      border: 1px solid #CCCCCC;
    border-radius: 12px;
    padding: 15px;
    height: 45px;
    box-shadow: none;
}
.time-section {
    width: 100%;
}
.time-section {
    width: 100%;
}
#transactionDetails .modal-dialog.modal-dialog-centered {
    margin-top: 80px;
}
#transactionDetails .modal-dialog {
    max-width: 625px;
}
#transactionDetails .modal-content {
    padding: 0 15px;
}
.service-request-body li span.second.successful {
    background: #E8F9EF;
    color: #00B947;
    padding: 4px 10px;
    border-radius: 15px;
}
.inner-wreper-quotes .service-request-inner li span.value.dolor{
  color: #3ABF38;
  font-size: 14px;
  font-weight: 600;
}
.inner-wreper-quotes .service-request-inner span.label.dolor-text{
  font-size: 14px;
  font-weight: 500;
  color: #363636;
}


.price-box {
  display: inline-flex;
  align-items: center;
  border: 1px solid #525252;
  border-radius: 8px;
  overflow: hidden;
  width: fit-content;
  background: #fff;
      height: 36px;
}

.price-box input {
    border: none;
    outline: none;
    padding: 10px 6px;
    font-size: 14px;
    color: var(--primary-color);
    width: 42px;
    font-weight: 400;
}

.price-box button {
  border: none;
  background: #fff;
  padding: 0px 5px;
  cursor: pointer;
  font-size: 20px;
}
.price-box .edit-icon-acc img {
    height: 16px;
    width: 16px;
}
.accordian-right-sec {
    display: flex;
    align-items: center;
    gap: 10px;
}

.accordian-right-sec p.chance {
    margin: 0;
}
.detail-info.accordion {
    gap: 10px;
}
.accordian-right-sec .customer-payment-cross {
    background: transparent;
    border: none;
}






.additional-service-card h3{
  font-size: 14;
  font-weight: 500;
  color: #363636;
  margin-bottom: 12px;
  margin-top: 20px;
}

.additional-service-card .service-box{
  background: #F5F5F5;
  border-radius: 12px;
  padding: 14px;
  max-height: 240px;
  overflow-y: auto;
}

.additional-service-card .my-row{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 18px;
}

.additional-service-card .left{
  min-width: 140px;
}

.additional-service-card .right{
  flex: 1;
  text-align: right;
}

.additional-service-card .label{
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: #363636;
}

.additional-service-card .sub-text{
  font-size: 13px;
  font-weight: 400;
  color: #36363699;
}

.additional-service-card .value{
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  color: #363636;
}

.additional-service-card .right-side{
  display: flex;
  align-items: center;
  gap: 12px;
}

.additional-service-card .price-box{
  display: flex;
  align-items: center;
  border: 1px solid #777;
  border-radius: 6px;
  overflow: hidden;
  background: #fff;
}



.additional-service-card .receipt-btn{
  border: none;
  background: var(--primary-color);
  color: #fff;
  padding: 8px 14px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 400;
  cursor: pointer;
}
.accordian-right-sec p.chance{
font-size: 14px;
font-weight: 400;
color: #363636;
}
.service-box .receipt-btn img {
    width: 24px;
    height: 24px;
}
.reassign-pass a {
    font-size: 13px;
    font-weight: 600;
    color: var(--primary-color);
    text-decoration: underline !important;
}
.reassign-pass {
    display: flex;
    justify-content: space-between;
}
.custom-pill-wrapper .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
        color: var(--primary-color);
    background: #9913180F;
    border: 1px solid #991318;
    border-radius: 20px;
}
.custom-pill-wrapper .nav-pills .nav-link, .nav-pills .show>.nav-link {
        color: #36363680;
    background: #fff;
    border: 1px solid #36363666;
    border-radius: 20px;
    width: 100%;
    
}
.custom-pill-wrapper .nav.nav-pills{
  gap: 10px;
  flex-wrap: nowrap;
}
.custom-pill-wrapper li.nav-item{
  width: 100%;
}








td input#flexCheckDefault {
    box-shadow: none;
}
td .form-check-input:checked{
    background-color: var(--primary-color);
    border-color: var(--primary-color);
}
p.constrcutors-status span{
    font-weight: 500;
    font-size: 14px;
    color: var(--primary-color);
}
p.constrcutors-status {
    font-size: 12px;
    font-weight: 400;
    color: #36363699;
}
p.job-tbl-dash {
    color: var(--primary-color);
}
#createSubscription .modal-dialog {
    max-width: 580px;
}
#createSubscription .modal-content {
    padding: 0px 15px;
}
.dash-upper.subcrip {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.dash-upper.subcrip .primary-cta {
    border-radius: 10px;
}
.dash-upper.subcrip .primary-cta img
 {
    height: 15px;
    width: 15px;
}
.running-late-wrapper h4{
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 16px;
    color: #363636;
}
.running-late-wrapper .time-box img {
    height: 24px;
    width: 24px;
}
.running-late-wrapper .radio-group{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-bottom: 30px;
}

.running-late-wrapper .custom-radio{
    position: relative;
    cursor: pointer;
}

.running-late-wrapper .custom-radio input{
    display: none;
}

.running-late-wrapper .custom-radio span{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 14px 22px;
    border: 1px solid #36363666;
    border-radius: 40px;
    background: #fff;
    color: #36363680;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
}

.running-late-wrapper .custom-radio input:checked + span{
    border-color: var(--primary-color);
    color: var(--primary-color);
    background: #9913180F;
}

.running-late-wrapper .schedule-time{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px;
}

.running-late-wrapper .schedule-time p{
    margin: 0;
    font-size: 14px;
    font-weight: 400;
    color: #363636;
}

.running-late-wrapper .time-box{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #363636;
    font-size: 16px;
}

.running-late-wrapper .time-box i{
    width: 30px;
    height: 30px;
    border: 2px solid #8B1116;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #8B1116;
}

.running-late-wrapper .time-group .custom-radio{
    flex: 0 0 calc(33.33% - 10px);
}

.running-late-wrapper .time-group .custom-radio span{
    border-radius: 14px;
    padding: 16px;
}
.schedule-time .time-box strong {
  font-size: 14px;
  font-weight: 600;
  color: #363636;
}


/* SELECT-DATE-&-TIME-POPUP */

#select-date-time-popup .modal-dialog {
  max-width: 900px;
  margin-top: 5rem;
}

#select-date-time-popup .modal-content {
  padding: 0;
}

#select-date-time-popup .modal-dialog button.btn-close {
  position: absolute;
  top: -45px;
  right: 0;
  background-color: #ffffff;
  opacity: 1;
  width: 35px;
  height: 35px;
  border-radius: 50px;
  padding: 0;
  display: flex;
  align-items: center;
  background-size: 13px;
  justify-content: center;
}

.select-date-time-wrp {
  width: 100%;
}

.select-date-time-wrp h1 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #991318;
}

/* DATPICKER */
.ui-datepicker-inline {
  border-radius: 15px;
  border-color: var(--white);
  width: 100%;
  padding: 8px;
  border: 1px solid #99131833;
}

.ui-widget-header {
  background: none !important;
  border: none !important;
}

.ui-datepicker table th {
  font-weight: 500 !important;
  font-size: 14px !important;
  width: 44.8px;
  height: auto;
  line-height: normal;
  color: var(--primary-color);
}

.ui-icon-circle-triangle-w {
  background-image: url(../images/user-popup/left-time.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
  background-size: contain;
}

.ui-icon-circle-triangle-e {
  background-image: url(../images/user-popup/right-time.svg) !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
  width: 100%;
  height: 100%;
  background-size: contain;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  position: static;
  margin: 0;
}

.ui-datepicker .ui-datepicker-header {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 12px 20px;
}

.ui-datepicker .ui-datepicker-header a.ui-corner-all.ui-state-hover {
  background: none !important;
  border: none !important;
}

.ui-datepicker .ui-datepicker-title {
  font-size: 14px;
  font-weight: 500;
  color: #181818;
  margin: 0;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  top: auto !important;
  right: 20px;
  cursor: pointer;
  width: 22px;
}

.ui-datepicker .ui-datepicker-prev {
  left: inherit;
  right: 50px;
}

.ui-datepicker-calendar td a,
.ui-datepicker-calendar td span {
  border: none !important;
  background: #fff !important;
  color: #000 !important;
  text-align: center !important;
  border-radius: 50%;
  width: 44.8px;
  height: 44.8px;
  line-height: 36px;
  font-size: 14px;
}

.ui-datepicker-calendar td a.ui-state-highlight {
  border: 1px solid var(--primary-color) !important;
  background: rgb(153 19 24 / 25%) !important;
  color: var(--primary-color) !important;
}

.ui-datepicker-calendar td a.ui-state-active {
  border: 1px solid var(--primary-color) !important;
  background: var(--primary-color) !important;
  color: var(--white) !important;
}

/* DATPICKER */

#reschedule h3 {
    font-weight: 600;
    font-size: 14px;
    color: #363636;
    margin-bottom: 20px;
}



.select-time-btn-grp {
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 200px;
}

.select-time-btn-grp input[type="radio"] {
    display: none;
}

.select-time-btn-grp label {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 48px;
    border: 1px solid #363636;
    border-radius: 8px;
    background: #fff;
    color: s#363636;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
}

.select-time-btn-grp label i {
    margin-right: 8px;
}

/* Hover */
.select-time-btn-grp label:hover {
    background: #f1f1f1;
}

/* Selected Button */
.select-time-btn-grp input[type="radio"]:checked + label {
    background: #9913181A;
    border: 1px solid #991318;
    color: #991318;
    font-weight: 600;
}
.reschedule-date-cdr {
    display: flex;
    gap: 10px;
}