@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

:root {
  --primary: #0891A8;
  --primary-dark: #076D81;
  --primary-light: #E0F7FA;
  --text-dark: #1A202C;
  --text-medium: #4A5568;
  --text-light: #718096;
  --bg-light: #F7FAFC;
  --white: #FFFFFF;
  --border: #E2E8F0;
  --star-yellow: #FDB022;
  --reply-bg: #F0F9FF;
  --reply-border: #BAE6FD;
}

body {
  padding-bottom: 0px;
  position: relative;
  min-height: 100%;
  background: #00829B;
  font-family: "Inter", sans-serif;
}

a {
  transition: background 0.2s, color 0.2s;
  text-decoration: none;
}

a:hover,
a:focus {
  text-decoration: none;
}

#wrapper {
  padding-left: 0;
  transition: all 0.5s ease;
  position: relative;
}

#sidebar-wrapper {
  z-index: 1000;
  position: fixed;
  left: 0px;
  width: 120px;
  height: 100%;
  margin-left: 0px;
  overflow-y: auto;
  overflow-x: hidden;
  transition: all 0.5s ease;
  padding: 8px;
}

#wrapper.toggled #sidebar-wrapper {
  width: 120px;
}

.logo_img {
  text-align: center;
}

#content-wrapper {
  margin-left: 120px;
  width: calc(100% - 120px);
  float: right;
  background: #fff;
  border-radius: 40px 0px 0px 40px;
  position: relative;
}

.main_header {
  width: 100%;
  position: absolute;
  right: 0px;
  top: 0px;
  z-index: 999;
  padding: 15px 20px 0px;
}

.rightside {
  background: #EFFAFC;
  border-left: 1px solid #C2DCE1;
  padding: 20px;
}

.progress-bar {
  margin: 0 0 10px;
  overflow: hidden;
  padding-right: 24px;
  /* Separate bars from container */
}

.progress-title-holder {
  padding-bottom: 7px;
  position: relative;
  margin: 5px 0;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
  color: #2e2e2e;
}

.progress-title {
  z-index: 100;
}

.progress-number-wrapper {
  width: 100%;
  z-index: 10;
}

.progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  background-color: #0098B6;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.progress-number-wrapper,
.progress-number-mark {
  font-family: Open Sans, sans-serif;
  font-size: 11px;
  line-height: 24px;
  height: 24px;
  letter-spacing: 0px;
  font-weight: 600;
  font-style: normal;
  text-transform: none;
  color: #ffffff;
}

.down-arrow {
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 3px solid #0098B6;
  position: absolute;
  left: 50%;
  top: 100%;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

.progress-content-outter {
  height: 5px;
  background-color: #C7E4EA;
  border-radius: 50px;
}

.progress-content {
  height: 5px;
  border-radius: 50px;
  background: transparent linear-gradient(91deg, #0098B6 0%, #00E0D7 100%);
  width: 0%;
  /* Initial value */
}

.pad20 {
  padding: 20px;
}

ul.sidemenu {
  margin: 0px;
  padding: 0px;
  text-align: center;
}

ul.sidemenu li {
  margin: 20px 0px;
  padding: 0px;
}

ul.sidemenu li a {
  width: 50px;
  height: 50px;
  display: inline-block;
  line-height: 50px;
}

ul.sidemenu li a:hover,
ul.sidemenu li.active a {
  background: transparent linear-gradient(137deg, #0098B6 0%, #00FFF5 100%);
  border-radius: 17px;
}

ul.sidemenu li a svg {
  width: auto;
  height: 24px;
}

ul.sidemenu li.logout {
  margin-top: 80px;
}

.search_bar {
  background: #FFFFFF;
  border: 1px solid #B2C8CC;
  border-radius: 8px;
  padding: 5px;
  width: 40%;
  float: left;
  height: 44px;
  margin-right: 20px;
}

.search_bar input {
  background: none;
  border: 0px;
  width: calc(100% - 34px);
  height: 34px;
}

button.search_btn {
  background: none;
  border: 0px;
  width: 24px;
  height: 30px;
  line-height: 25px;
  padding: 0px;
  margin: 0px 0px 0px;
  float: right;
  text-align: center;
}


a.create_btn {
  width: 200px;
  float: left;
  border: 1px solid #00829B;
  border-radius: 8px;
  height: 44px;
  line-height: 44px;
  padding: 0px;
  text-align: center;
  color: #00829B;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  margin-right: 20px;
}

a.create_btn:hover {
  border: 1px solid #00829B;
  background: #00829B;
  color: #fff;
}

a.create_btn svg {
  margin-top: -2px;
}

a.create_btn:hover svg path {
  stroke: #fff;
}

a.create_newjob {
  width: 160px;
  float: left;
  border: 1px solid #00829B;
  background: #00829B;
  border-radius: 8px;
  height: 44px;
  line-height: 44px;
  padding: 0px;
  text-align: center;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
}

a.create_newjob:hover {
  border: 1px solid #00829B;
  background: #fff;
  color: #00829B;
}

.headingbox {
  width: 100%;
  display: inline-block;
  margin: 30px 0px 0px;
  padding: 20px;
  background: url(../images/db_bg.png) left top no-repeat;
  border-radius: 12px;
}

.headingbox h1 {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  line-height: 40px;
}

.headingbox span {
  font-size: 18px;
  width: 100%;
  font-weight: 500;
  display: inline-block;
}

.countbox {
  background: #EFFAFC;
  border-radius: 17px;
  padding: 40px 20px 20px;
  margin: -20px 0px 30px;
}

.countbox h5 {
  color: #00829B;
  font-size: 16px;
  font-weight: 600;
  margin: 0px;
  padding: 0px;
}

.countbox h5 span {
  color: #00829B;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
  width: auto;
  margin: 0px 0px 0px 2px;

}

#content-wrapper h3 {
  color: #00829B;
  font-size: 24px;
  font-weight: 600;
}

#content-wrapper p {
  color: #6B6B6B;
  font-size: 13px;
}

.overviewbox {
  background: #FFFFFF;
  box-shadow: 0px 3px 7px #00829B14;
  border: 1px solid #C2DCE1;
  border-radius: 17px;
  padding: 10px;
  position: relative;
  margin-bottom: 20px;
}

.overviewbox .ic {
  width: 50px;
  height: 50px;
  float: left;
  text-align: center;
  line-height: 48px;
  margin-right: 10px;
}

.overviewbox h4 {
  color: #00829B;
  font-size: 21px;
  font-weight: 600;
  margin-top: 5px;
}

.overviewbox h4 span {
  color: #000000;
  font-size: 14px;
  display: block;
}

.overviewbox span.tag {
  background: #EFFAFC;
  font-size: 12px;
  padding: 5px 8px;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 5px;
  color: #00829B;
}

.overviewbox.db1 .ic {
  background: #FF9066;
  border-radius: 11px;
}

.overviewbox.db2 .ic {
  background: #FF9066;
  border-radius: 11px;
  width: 44px;
  height: 44px;
  line-height: 44px;
}

.overviewbox.db3 .ic {
  background: #FF9066;
  border-radius: 11px;
  width: 44px;
  height: 44px;
}

.overviewbox.db4 .ic {
  background: #FF9066;
  border-radius: 11px;
  width: 44px;
  height: 44px;
}

.recentJobs {
  margin: 20px 0px 0px;
}

.recentJobs .heading {
  position: relative;
}

a.viewall_btn {
  position: absolute;
  top: 0px;
  right: 0px;
  background: #FFFFFF;
  border: 1px solid #00829B;
  border-radius: 8px;
  width: 120px;
  height: 44px;
  line-height: 44px;
  padding: 0px;
  text-align: center;
  color: #00829B;
  font-size: 14px;
  text-decoration: none;
}

a.viewall_btn:hover {
  background: #00829B;
  border: 1px solid #00829B;
  color: #fff;
}

a.viewall_btn svg {
  margin-left: 5px;
}

a.viewall_btn:hover svg path {
  stroke: #ffff;
}

.recentJobs_list .colum {
  background: #EFFAFC;
  border-radius: 17px;
  padding: 30px;
  margin-bottom: 30px;
}

.recentJobs_list .colum h4 {
  color: #000000;
  font-size: 18px;
  font-weight: 600;
}

.recentJobs_list .colum p {
  color: #00829B;
}

.recentJobs_list .colum p span {
  background: #EAAD17;
  border-radius: 5px;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  margin-left: 5px;
}

a.progress_btn {
  background: transparent linear-gradient(103deg, #0098B6 0%, #00E0D7 100%);
  border-radius: 5px;
  color: #fff;
  padding: 8px 15px;
  position: absolute;
  right: 0px;
  top: 10px;
  text-decoration: none;
  font-size: 14px;
}

a.progress_btn:hover {
  background: transparent linear-gradient(103deg, #00E0D7 0%, #0098B6 100%);
  color: #fff;
}

.info_col {
  width: auto;
  float: left;
  margin: 10px 20px 10px 0px;
}

.info_col span.ic {
  background: #C6EEF5;
  border-radius: 6px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  float: left;
  margin-right: 10px;
}

.info_col h5 {
  color: #000000;
  font-size: 15px;
  width: auto;
  float: left;
}

.info_col h5 span {
  color: #6B6B6B;
  font-size: 12px;
  display: block;
}

.recentJobs_info .progress-bar {
  width: 100%;
  display: inline-block;
  margin-top: 10px;
  background: none;
  text-align: left;
  color: #00829B;
  margin-bottom: 0px;
}

.progress-title {
  z-index: 100;
  color: #00829B;
  font-size: 16px;
  font-weight: 600;
}

.recentJobs_list .colum.recentJobs2 {
  border: #C9E1E6 1px solid;
  background: #fff;
}

.profile_info {
  width: 100%;
  float: right;
}

a.satting {
  width: auto;
  float: left;
  margin-right: 20px;
  text-decoration: none;
  margin-top: 5px;
  margin-left: 10px;
}

a.calander {
  width: auto;
  float: left;
  margin-right: 20px;
  text-decoration: none;
  margin-top: 2px;
}

a.notification {
  width: auto;
  float: left;
  margin-right: 10px;
  text-decoration: none;
  margin-top: 2px;
}

a.profile_div {
  width: auto;
  float: right;
}

a.profile_div img.profile {
  width: 48px;
  height: 48px;
  object-fit: cover;
  float: right;
  border-radius: 8px;
  margin-left: 10px;
}

a.profile_div h6 {
  width: auto;
  float: left;
  color: #00829B;
  font-size: 16px;
  text-align: right;
  margin-top: 6px;
}

a.profile_div h6 span {
  color: #1A1A1A;
  font-size: 13px;
  display: block;
}

.calander_box {
  width: 100%;
  display: inline-block;
  margin: 13px 0px 0px;
}

.calander_box .heading {
  margin: 20px 0px;
}

.calander_box .heading h3 {
  width: auto;
  display: inline-block;

}

.calander_box .heading select {
  background: #EFFAFC url(../images/drop-ic.png) 92% center no-repeat;
  border: 1px solid #00829B;
  border-radius: 8px;
  width: 120px;
  float: right;
  height: 32px;
  appearance: none;
  padding: 0px 10px;
}

.calander_box .col {
  margin: 0px;
  padding: 0px 5px;
  margin-bottom: 20px;
}

.calander_box h6 {
  width: 40px;
  height: 50px;
  color: #000000;
  font-size: 13px;
  line-height: 21px;
  text-align: center;
  padding: 3px 0px;
}

.calander_box h6 span {
  color: #6B6B6B;
  font-size: 12px;
  display: block;
}

.calander_box h6:hover {
  background: transparent linear-gradient(147deg, #0098B6 0%, #00FFF5 100%);
  border-radius: 8px;
  color: #fff;
}

.calander_box h6:hover span {
  color: #fff;
}

.calander_box h6.active {
  background: transparent linear-gradient(147deg, #0098B6 0%, #00FFF5 100%);
  border-radius: 8px;
  color: #fff;
}

.calander_box h6.active span {
  color: #fff;
}


.inspection {
  background: #FFFFFF;
  border: 1px solid #C9E1E6;
  border-radius: 17px;
  padding: 20px 20px 10px;
  display: inline-block;
  margin-bottom: 20px;
  width: 100%;
}

.recentbox {
  background: #FFFFFF;
  border: 1px solid #C9E1E6;
  border-radius: 17px;
  padding: 20px;
}

.recentbox ul {
  width: 100%;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

.recentbox ul li {
  width: 100%;
  display: inline-block;
  margin: 0px 0px 25px;
  padding: 0px 0px 25px;
  border-bottom: #B6DDE5 1px solid;
}

.recentbox ul li:last-child {
  margin: 0px;
  padding: 0px;
  border-bottom: #B6DDE5 0px solid;
}

.recentbox ul li span.ic {
  width: 50px;
  height: 50px;
  background: #C6EEF5;
  float: left;
  border-radius: 6px;
  text-align: center;
  line-height: 50px;
  margin-right: 15px;
}

.recentbox ul li h5 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  margin-top: 4px;
}


.recentbox ul li h5 span {
  color: #6B6B6B;
  font-size: 12px;
  display: block;
}


/*03-12-2025*/
/*Jeel*/
.myjob h2 {
  color: #00829B;
}

.sub-heading {
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  letter-spacing: 0px;
  color: #000000;
}

.job-tab {
  border: 1px solid #177E9A;
  background: #fff;
  padding: 6px 15px;
  border-radius: 8px;
  color: #177E9A;
  font-size: 13px;
  font-weight: 600;
  margin-right: 6px;
}

.job-tab span {
  background: #177E9A;
  color: #fff;
  padding: 2px 6px;
  border-radius: 12px;
  font-size: 12px;
}

.job-tab:hover {
  background: #177E9A;
  color: #fff !important;
  transition: 0.5s;
}

.job-tab:hover span {
  background: #fff;
  transition: 0.5s;
  color: #177E9A;
}

.job-tab.active {
  background: #177E9A;
  color: #fff !important;
}

.job-tab.active span {
  background: #fff;
  color: #177E9A;
}

.icon-btn,
.filter-btn,
.cont-btn {
  border: 1px solid #177E9A;
  background: #fff;
  color: #177E9A;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 14px;
}

.cont-btn.rev {
  border: 1px solid #177E9A;
  background: #177E9A;
  color: #fff;
  padding: 10px 15px;
  border-radius: 6px;
  font-size: 14px;
}

.cont-btn.rev:hover {
  background: #fff;
  color: #177E9A;
}

.cont-btn.rev:hover svg path {
  stroke: #177E9A;
}

.icon-btn {
  padding: 10px 10px;
}

.job-card {
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  position: relative;
  border: 1px solid #C9E1E6;
  display: inline-block;
  width: 100%;
}

.light-blue.job-card {
  background: #f0f8fb;
  border: 1px solid #EFFAFC;
}

.status-badge {
  position: absolute;
  top: 15px;
  right: 20px;
  padding: 3px 12px;
  border-radius: 12px;
  color: #fff;
  font-size: 12px;
}

.priority {
  font-size: 11px;
  padding: 2px 8px;
  border-radius: 6px;
  color: #fff;
}

.priority.medium {
  background: #f4b400;
}

.priority.low {
  background: #7c8bb8;
}

.icon-box {
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #e0eef7;
}

.icon-box img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.icon-box.small {
  width: 22px;
  height: 22px;
}

.verified-badge {
  background: #00C950;
  padding: 8px 10px;
  border-radius: 5px;
  font-size: 11px;
  color: #fff;
  margin-left: 10px;
  position: relative;
  padding-left: 25px;
}

.verified-badge img {
  width: 13px;
  height: 17px;
  object-fit: cover;
  position: absolute;
  left: 8px;
  top: 7px;
}

.job-card .progress-title {
  font-size: 15px;
  color: #4A8BAA;
  font-weight: 500;
}

.job-card .progress-value {
  font-size: 13px;
  font-weight: 700;
  color: #000;
}

.job-card .custom-progress {
  height: 4px;
  background-color: #e6edf1 !important;
  border-radius: 10px;
}

.job-card .custom-progress .progress-bar {
  background: transparent linear-gradient(91deg, #0098B6 0%, #00E0D7 100%);
  border-radius: 10px;
  height: 4px;
}

.final-price {
  position: absolute;
  bottom: 15px;
  right: 20px;
  background: white;
  border: 1px solid #d7e6eb;
  padding: 4px 10px;
  border-radius: 8px;
  font-size: 12px;
}

.card-heading {
  text-align: left;
  font-size: 20px;
  letter-spacing: 0px;
  color: #00829B;
  opacity: 1;
}

.myjob.container {
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 75px 30px 0 50px;
}

a.pecomeaTradie_btn {
  background: transparent linear-gradient(107deg, #0098B6 0%, #00E0D7 100%);
  box-shadow: 0px 3px 8px #00000029;
  border-radius: 10px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  z-index: 1;
  text-align: center;
  padding: 9px 15px;
}

a.pecomeaTradie_btn:hover {
  background: transparent linear-gradient(107deg, #00E0D7 0%, #0098B6 100%);
  transition: 1s;
}

.text-muted.small {
  color: #6b6b6b;
  font-weight: 500;
}

.font-style1 {
  color: #6b6b6b;
  font-size: 11px;
}

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

.cont-btn,
.cont-btn.rev {
  position: relative;
  padding-left: 35px;
}

.cont-btn:hover {
  color: #fff;
  background-color: #00829B;
}

.cont-btn:hover svg path {
  stroke: #fff;
}

.cont-btn svg {
  height: 15px;
  width: 15px;
  position: absolute;
  left: 10px;
  top: 13px;
}

.final-price .icon-box img {
  height: 25px;
  width: 25px;
  object-fit: cover;
  border-radius: 50%;
}

.final-price {
  border-radius: 8px;
  border: 1px solid #00829B;
  padding: 5px;
}

.final-price strong {
  color: #00829B;
}

/* .edit-job span.icon-box {
    width: 20px;
    height: 20px;
} */
/* .edit-job .icon-box img{
    width: 100%;
    height: 100%;
} */
.edit-btn .cont-btn {
  border: 0;
}

.final-price.edit-btn {
  border: 0;
}

.final-price.edit-btn .cont-btn:hover {
  background-color: transparent;
  color: #00829B;
}

.priority.low {
  background-color: #A775E8;
}

.myjob .progress-number-wrapper,
.myjob .progress-number-mark {
  color: #000;
  background-color: transparent;
  position: absolute;
  right: 0;
}

.myjob .progress-content-outter {
  height: 5px;
}

.myjob .progress-content-outter .progress-content {
  background: transparent linear-gradient(91deg, #0098B6 0%, #00E0D7 100%);
  height: 100%;

}

.myjob .progress-title-holder {
  position: relative;
}

.myjob .progress-number-wrapper {
  position: absolute;
  right: 0;
}

.myjob .progress-title-holder {
  text-align: left;
}

/*tab*/

.tabs {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 20px;
}

[role='tablist'] {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}

[role='tabpanel']:not([tabindex]) {
  display: none;
}

.tabpanels {
  width: 100%;
}

.tabpanel-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.text-muted.reviews {
  text-align: left;
  letter-spacing: 0px;
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}

.rate-text {
  color: #00829B !important;
  font-weight: 700;
  position: relative;
  padding-left: 20px;
}

.rate-text img {
  position: absolute;
  top: 5px;
  left: 0;
}

[aria-selected="true"] {
  background: #177E9A;
  color: #fff !important;
  transition: 1s;
}

[aria-selected="true"] span {
  background: #fff;
  color: #177E9A;
}

[aria-selected="false"] {
  background: #fff;
  color: #177E9A;
  transition: 1s;
}

[aria-selected="false"] span {
  background: #177E9A;
  color: #fff;
}

/*--------Myjobs details page-----------*/

.recentJobs_details .colum {
  background: none;
  border-radius: 0px;
  padding: 0px;
  margin-top: 30px;
}

.recentJobs_details .colum h4 {
  color: #000000;
  font-size: 28px;
  font-weight: 600;
}

.recentJobs_details .heading {
  position: relative;
}

.lightblue-btn-bg {
  background-color: #00829B4D;
}

.recentJobs_details .recentJobs_info {
  width: 100%;
  display: inline-block;
  margin: 20px 0px 30px;
}

.recentJobs_details .recentJobs_info .info_col {
  width: 30%;
  display: inline-block;
}

.yourTradie {
  width: 100%;
  display: inline-block;
  margin: 0px 0px 20px;
  position: relative;
}

.yourTradie img.tradie_img {
  width: 60px;
  height: 60px;
  object-fit: cover;
  border-radius: 6px;
  float: left;
  margin-right: 15px;
}

h6 {
  font-size: 14px;
  color: #000000;
  font-weight: 600;
  width: auto;
  display: inline-block;
  margin: 0px;
  padding: 0px;
}

h6 span {
  font-size: 12px;
  color: #6B6B6B;
  display: block;
}

span.verified {
  color: #fff;
  background: #00C950;
  width: auto;
  display: inline-block;
  padding: 0px 15px;
  border-radius: 5px;
  line-height: 30px;
  height: 30px;
  font-weight: 300;
}

span.verified svg {
  width: auto;
  height: 15px;
  display: inline-block;
  margin-top: -4px;
  margin-right: 2px;
}

.rate {
  float: left;
  width: calc(100% - 80px);
  color: #00829B;
  font-size: 13px;
  margin-top: -5px;
}

.rate span {
  color: #000;
}

.messagebox {
  background: #EFFAFC;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}

.msg_col {
  width: 100%;
  float: left;
  margin-bottom: 10px;
}

.msg_col span.ic {
  width: 40px;
  height: 40px;
  background: #C6EEF5;
  float: left;
  border-radius: 6px;
  text-align: center;
  line-height: 40px;
  margin-right: 15px;
}


.msg_col h5 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 38px;
}

.msg_col h5 span {
  color: #00829B;
}

.media {
  width: 100%;
  display: inline-block;
  padding: 30px 0px;
}

.media img.media_img {
  width: 80px;
  margin-right: 10px;
  margin-top: 10px;
}

.questionnaire ul {
  margin: 20px 0px 0px;
  padding: 0px;
  list-style: none;
}

.questionnaire ul li {
  margin: 0px 0px 20px;
  padding: 0px 0px 20px;
  list-style: none;
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  border-bottom: #D2ECF0 1px solid;
}

.questionnaire ul li span {
  font-size: 14px;
  font-weight: 400;
  display: block;
}

.questionnaire ul li:last-child {
  border: 0px;
}


#gallery {
  padding-top: 0px;
  position: relative;
  z-index: 9999;
}

@media screen and (min-width: 991px) {
  #gallery {
    padding: 0px;
  }
}

.img-wrapper {
  position: relative;
  margin-top: 15px;
}

.img-wrapper img {
  width: 100%;
  border-radius: 12px;
}

.img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

.img-overlay i {
  color: #fff;
  font-size: 3em;
}

#overlay {
  background: rgba(0, 0, 0, 0.9);
  width: 100%;
  height: 100%;
  padding: 10%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#overlay img {
  margin: 0px;
  width: 80%;
  height: auto;
  object-fit: contain;
  padding: 0px;
  border-radius: 16px;
  border: #fff 3px solid;
}

@media screen and (min-width: 768px) {
  #overlay img {
    width: 60%;
  }
}

@media screen and (min-width: 1200px) {
  #overlay img {
    width: 50%;
  }
}

#nextButton {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  background: url(../images/next_img.svg) center center no-repeat;
  background-size: 24px;
}

#nextButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #nextButton {
    font-size: 3em;
  }
}

#prevButton {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  background: url(../images/prev_img.svg) center center no-repeat;
  background-size: 24px;
}

#prevButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #prevButton {
    font-size: 3em;
  }
}

#exitButton {
  width: 30px;
  height: 30px;
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
  background: url(../images/close.svg) center center no-repeat;
  background-size: 24px;
}

#exitButton:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  #exitButton {
    font-size: 3em;
  }
}

/*-------------aqdezas----------*/

.header_bg {
  position: relative;
  margin-top: 10px;
}

.header_bg::after {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 33%;
  height: 80px;
  background: #EFFAFC;
  border-left: 1px solid #C2DCE1;
  border-bottom: 1px solid #C2DCE1;
  content: '';
  z-index: 0;
}

.collaborative {
  padding: 20px 0px 0px;
}

.collaborative_box {
  background: #FFFFFF;
  border: 1px solid #C9E1E6;
  border-radius: 17px;
  padding: 25px;
  margin-top: 20px;
}

.collaborative_box .heading h6 {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
}

.collaborative_box .heading p {
  color: #00829B;
}

.collaborative_box .heading p span {
  background: #EAAD17;
  border-radius: 5px;
  color: #fff;
  padding: 3px 8px;
  font-size: 12px;
  margin-left: 5px;
}

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

.collaborative_box ul::before {
  width: 2px;
  height: 90%;
  background: #00829B;
  position: absolute;
  left: 4px;
  top: 10px;
  content: '';
}

.collaborative_box ul li.step {
  background: #EFFAFC;
  border: #C9E1E6 1px solid;
  border-radius: 17px;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
}

.collaborative_box ul li::before {
  width: 20px;
  height: 20px;
  background: url(../images/point.svg) center center no-repeat;
  border-radius: 17px;
  padding: 20px;
  position: absolute;
  left: -45px;
  top: 0px;
  content: '';
}

.collaborative_box ul li.step1 {
  background: #fff;
}

.collaborative_box .heading {
  position: relative;
  margin-bottom: 20px;
}

a.newnotes_btn {
  background: #00829B;
  border: #00829B 1px solid;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  padding: 8px 20px;
  position: absolute;
  right: 0px;
  top: 0px;
  text-decoration: none;
  font-size: 14px;
}

a.newnotes_btn:hover {
  background: #fff;
  border: #00829B 1px solid;
  color: #00829B;
}

img.pro-img {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}

.step_txt {
  width: calc(100% - 60px);
  float: right;
}

.step_txt h5 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.step_txt h5 span {
  font-size: 14px;
  display: block;
  font-weight: 400;
}

.step_txt h6 {
  color: #000;
  font-size: 14px;
  font-weight: 600;
}

.step_txt p {
  color: #6B6B6B;
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
  padding: 0px;
}

.step_txt .photo img {
  width: 60px;
  height: 60px;
  border-radius: 12px;
  margin-right: 10px;
  margin-top: 5px;
}

.modal-content textarea {
  width: 100%;
  display: inline-block;
  background: #FFFFFF;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  height: 100px;
  padding: 10px 15px;
  color: #AAAAAB;
  margin-bottom: 20px;
}

.modal-content label {
    width: 11%;
    display: inline-block;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-align: left;
    margin-bottom: 5px;
}


.upload__box {
  padding: 10px 0px;
}

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

label.upload__btn {
  display: inline-block;
  font-weight: 400;
  color: #fff;
  text-align: center;
  width: 56px;
  padding: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  border: 2px solid;
  background-color: #EFFAFC;
  border-color: #EFFAFC;
  border-radius: 10px;
  line-height: 38px;
  font-size: 36px;
  height: 56px;
  color: #00829B;
}

.upload__btn:hover {
  background-color: #00829B;
  color: #fff;
  transition: all 0.3s ease;
}

.upload__btn-box {
  margin-bottom: 10px;
}

.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.upload__img-box {
  width: 56px;
  height: 56px;
  padding: 0px;
  margin-bottom: 12px;
  margin-left: 10px;
  border-radius: 10px;
}

.upload__img-box .img-bg {
  border-radius: 10px;
}

.upload__img-close {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #00829B;
  position: absolute;
  top: -5px;
  right: -5px;
  text-align: center;
  line-height: 16px;
  z-index: 1;
  cursor: pointer;
}

.upload__img-close:after {
  content: '\2716';
  font-size: 10px;
  color: white;
}

.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  padding-bottom: 100%;
}

.btn-primary {
  color: #fff;
  background: #00829B;
  border: #00829B 1px solid;
  font-size: 14px;
  height: 40px;
  padding: 0px 25px;
  margin: 0px 5px;
}

.btn-primary:hover {
  color: #00829B;
  background: #fff;
  border: #00829B 1px solid;
  font-size: 14px;
}


.btn-secondary {
  color: #00829B;
  background: #fff;
  border: #00829B 1px solid;
  font-size: 14px;
  height: 40px;
  padding: 0px 25px;
  margin: 0px 5px;
}

.btn-secondary:hover {
  color: #fff;
  background: #00829B;
  border: #00829B 1px solid;
}

button.btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

a.back_btn {
  font-size: 14px;
  color: #00829B;
  text-decoration: none;
}

a.back_btn svg {
  width: 14px;
  float: left;
  margin-top: 7px;
  margin-right: 8px;
}

/*05-12-2025*/
/*Jeel AI-Powered Quotes*/
.main_div.aipowered .row {
  margin: 0;
  padding-top: 30px;
}

.heading-top div p {
  margin-bottom: 0;
}

.text-teal {
  color: #157a9b;
}

/* Info Box */
.info-box {
  background: #e8f6fc;
  border: 1px solid #00829B;
  border-radius: 17px;
  position: relative;
}

.info-box .image-icon {
  position: absolute;

}

.text-black {
  color: #000;
}

.content-section {
  padding-left: 40px;
}

#content-wrapper .content-section p {
  font-size: 14px;
}

/* Summary Cards */
.summary-card {
  background: white;
  border: 1px solid #C2DCE1;
  transition: 0.2s;
  border-radius: 17px;
  padding: 10px 40px 10px 10px;
  box-shadow: 0px 3px 7px #00829B14;
}

.summary-card:hover {
  transform: translateY(-3px);
}

/* Quote Card */
.quote-card {
  background: white;
  border: 1px solid #e5e5e5;
  position: relative;
  padding: 35px;
  border-radius: 17px;
}

/* Progress Bar Color */
.bg-teal {
  background-color: #5ac8be !important;
}

/* Estimated Box */
.estimated-box {
  background: #f6fbff;
  border: 1px solid #d8e9f5;
  max-width: 200px;
  float: right;
  margin-top: -110px;
}

#content-wrapper p.date-time-num {
  letter-spacing: 0px;
  color: #000000;
  opacity: 1;
  font-size: 16px;
  font-weight: 600;
}

.ai {
  padding-top: 30px;
}

.ai .progress-title-holder {
  text-align: left;
}

.ai .progress-number-mark {
  background-color: transparent;
  position: absolute;
  right: 0;
  color: #000;
  font-weight: 600;
}

.set-right {
  text-align: center;
  max-width: fit-content;
  margin: 0 0 0 auto;
}

.set-right .cont-btn {
  border: 1px solid #00829B;
  border-radius: 12px;
  letter-spacing: 0px;
  color: #00829B;
  opacity: 1;
  font-weight: 500;
  font-size: 18px;
  padding: 10px 25px;
}

.set-right .cont-btn:hover {
  color: #fff;
}

.set-right div.text-teal {
  letter-spacing: 0px;
  color: #00829B;
  opacity: 1;
  font-size: 19px;
  font-weight: 600;
}

.set-right div.text-small {
  font-size: 16px;
}

.completed_side {
  position: absolute;
  right: 0px;
  top: 10px;
}

.completed_side a.progress_btn {
  background: transparent linear-gradient(103deg, #0098B6 0%, #00E0D7 100%);
  border-radius: 5px;
  color: #fff;
  padding: 8px 15px;
  position: relative;
  right: auto;
  top: auto;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  width: auto;
}

.completed_side a.progress_btn:hover {
  background: transparent linear-gradient(103deg, #00E0D7 0%, #0098B6 100%);
  color: #fff;
}

.completed_side span {
  width: auto;
  display: block;
  color: #6B6B6B;
  font-size: 11px;
  margin-top: 10px;
}

a.raise_dispute {
  position: absolute;
  right: 0px;
  top: 10px;
  border: 1px solid #00829B;
  border-radius: 8px;
  height: 44px;
  line-height: 44px;
  padding: 0px 20px;
  color: #00829B;
}

a.raise_dispute:hover {
  border: 1px solid #00829B;
  background: #00829B;
  color: #fff;
}

.writeReview_table {
  background: #EFFAFC;
  border-radius: 5px;
  padding: 15px;
  font-size: 14px;
  color: #000;
}

.writeReview_table .table {
  margin: 0px !important;
  padding: 0px !important;
}

.writeReview_table tr td {
  text-align: right;
  background: none;
  font-weight: 300;
  border: 0px;
  padding: 3px 5px;
}

.writeReview_table tr th {
  background: none;
  font-weight: 500;
  border: 0px;
  padding: 5px;
}

.rating {
  width: 100%;
  display: inline-block;
  margin: 10px 0px;
}

.rating h6 {
  color: #000000;
  font-size: 15px;
  display: block;
  margin-bottom: 10px;
}

.rating a {
  width: auto;
  float: left;
  margin-right: 10px;
}

.rating a svg {
  width: 24px;
}

.noteinfo {
  background: #EFFAFC;
  border-radius: 5px;
  padding: 10px;
  margin-bottom: 20px;
  color: #00829B;
  font-size: 13px;
}

.modal-body {
  padding: 25px;
}

.modal-body h5 {
  color: #00829B;
  font-weight: 600;
}

.collaborative_box p {
  margin-bottom: 5px;
}

p.fontsm {
  font-size: 12px;
}

.right_side {
  width: 40%;
  position: absolute;
  right: 0px;
  top: 6px;
}

.right_side .offerno {
  background: #00829B;
  border-radius: 5px;
  width: auto;
  float: right;
  padding: 3px 10px;
  color: #fff;
  font-size: 13px;
}

.right_side p.noteinfo {
  background: #EFFAFC;
  border-radius: 5px;
  padding: 5px 10px;
  margin-bottom: 20px;
  color: #00829B;
  font-size: 10px;
  width: 100%;
  float: left;
  margin-top: 10px;
}

.tradie_offers .collaborative_box ul {
  padding: 0px;
}

.tradie_offers .collaborative_box ul::before {
  display: none;
}

.tradie_offers .collaborative_box ul li::before {
  display: none;
}

.tradie_offers .step_txt h5 span {
  display: inline-block;
  margin-left: 5px;
}

.tradie_offers .step_txt p {
  display: inline-block;
  width: 100%;
}

.tradie_offers .step_txt h5 {
  margin: 0px;
}

.tradie_offers .rate {
  margin-bottom: 10px;
}

.tradie_offers p.bottom_set {
  position: absolute;
  right: 20px;
  bottom: 20px;
  font-size: 12px;
  color: #6B6B6B;
}

h5.price {
  color: #00829B;
  font-size: 21px;
  font-weight: bold;
}

.sub_tag {
  width: 100%;
  display: inline-block;
}

.sub_tag span.verified {
  color: #fff;
  background: #00C950;
  border: 1px solid #00C950;
  width: auto;
  display: inline-block;
  padding: 0px 15px;
  border-radius: 5px;
  line-height: 30px;
  height: 30px;
  font-weight: 300;
}

.sub_tag span {
  width: auto;
  display: inline-block;
  color: #00829B;
  font-size: 12px;
  background: #EFFAFC;
  border: 1px solid #00829B;
  border-radius: 5px;
  padding: 3px 10px;
  margin: 0px 5px 15px;
}

.sub_tag span svg {
  width: auto;
  height: 14px;
  display: inline-block;
  margin-right: 5px;
}

.icon-btn b,
.filter-btn b,
.cont-btn b {
  font-weight: 500;
}


/*09-12-2025*/
/*Jeel*/

.quote-modal {
  border-radius: 24px;
  background: #fff;
  padding: 40px;
}

.estimate-box {
  background: #EFFAFC;
  border-radius: 5px;
  padding: 18px;
}

.label-icon-box {
  background: #f7f8fa;
  border-radius: 12px;
  padding: 14px;
}

.tag-chip {
  background: #f7f9fc;
  padding: 6px 14px;
  border-radius: 20px;
  display: inline-block;
  margin: 4px;
  font-size: 13px;
  border: 1px solid #e7eaee;
}

.section-title {
  font-weight: 700;
  color: #000;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 15px;
}

.cost-row span {
  font-size: 15px;
}

.total-row {
  font-weight: 600;
  font-size: 16px;
}

.box {
  width: 40%;
  margin: 0 auto;
  background: rgba(255, 255, 255, 0.2);
  padding: 35px;
  border: 2px solid #fff;
  border-radius: 20px/50px;
  background-clip: padding-box;
  text-align: center;
}

.button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #00829B;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.button:hover {
  background: #00829B;
}

.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 999;
}

.overlay:target {
  visibility: visible;
  opacity: 1;
}

.aipowered .modal .modal-dialog.modal-dialog-centered {
  width: 575px;
  max-width: 575px;
}

#content-wrapper .modal2 p {
  font-size: 15px;
  color: #6B6B6B;
}

select.form-select.input-box option {
  color: #AAAAAB;
}

.aipowered .modal-content textarea {
  margin-bottom: 0;
}

.modal2 .info-box {
  background-color: #EFFAFC;
  border: 0;
}

.modal2 .info-box h5 {
  font-size: 15px;
}

#content-wrapper .modal2 .info-box p {
  color: #000;
  font-size: 13px;
  font-weight: 500;
}

.modal2 .content-section {
  padding-left: 30px;

}

.modal2 .filter-btn:hover {
  background-color: #157a9b;
  color: #fff;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}

.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}

.popup .close:hover {
  color: #00829B;
}

.popup .content {
  max-height: 30%;
  overflow: auto;
}

.popup h5.fw-bold.text-teal {
  margin: 0;
}

.popup .text-muted {
  font-size: 12px;
}

.popup .btn-group .job-tab {
  background: #EFFAFC;
  border: 0px;
}

.popup .btn-group .job-tab:hover {
  background: #177E9A;
}

/*-----myjob_pending--------*/

.myjob_pending_box {
  background: #EFFAFC;
  border: #C9E1E6 1px solid;
  border-radius: 17px;
  padding: 20px;
  position: relative;
  margin-bottom: 30px;
  width: 100%;
  display: inline-block;
}

.rate .rate_col {
  float: left;
  width: auto;
  color: #00829B;
  font-size: 13px;
  margin-top: 0px;
  margin-right: 15px;
}

.rate .rate_col svg {
  margin-top: -4px;
}

.modal2 a.filter-btn {
  height: 100%;
  padding: 10px 23px;
}



/*---Tab----*/

section.plan {
  background: transparent linear-gradient(180deg, #EFFAFC 0%, #FFFFFF 100%);
  padding: 60px 0px;
}

.myjob_tab {
  text-align: left;
  padding: 20px 0px 0px;
}

.tab-wrapper {
  width: 100%;
  max-width: 100%;
  margin: 0px;
}

.tab-menu {
  display: inline-block;
  align-items: center;
  justify-content: center;
  list-style-type: none;
  padding: 0;
}

@media (max-width: 767px) {
  .tab-menu {
    display: none;
  }
}

.tab-menu .menu-item {
  text-align: center;
}

.tab-menu .menu-item .menu-link {
  font-size: 16px;
  line-height: 20px;
  color: #00829B;
  background: #fff;
  text-decoration: none;
  font-family: "Roboto", sans-serif;
  padding: 10px 15px;
  width: auto;
  border-radius: 8px;
  display: block;
  transition: background 0.3s;
  border: 1px solid #00829B !important;
}

.tab-menu .menu-item .menu-link span {
  width: 24px;
  height: 24px;
  display: inline-block;
  text-align: center;
  line-height: 24px;
  color: #fff;
  background: #00829B;
  border-radius: 25px;
  margin-left: 5px;
  font-size: 13px;
}

.tab-menu .menu-item:hover .menu-link,
.tab-menu .menu-item.active .menu-link {
  background: #00829B;
  color: #fff;
}

.tab-menu .menu-item:last-child .menu-link {
  border-right: none;
}

.tab-menu .menu-item.active .menu-link span {
  color: #00829B;
  background: #fff;
}

.section {
  display: none;
}

@media (max-width: 767px) {
  .section {
    margin: 0 0 10px;
    display: block !important;
  }
}

.section .section-title {
  display: none;
}

@media (max-width: 767px) {
  .section .section-title {
    font-size: 16px;
    line-height: 20px;
    color: #fff;
    background: #03748A;
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    padding: 15px 15px;
    display: block;
    transition: background 0.3s;
    border-right: 1px solid rgba(255, 255, 255, 0.5);
    position: relative;
    cursor: pointer;
    border: none;
  }

  .section .section-title:after {
    position: absolute;
    content: "";
    height: 8px;
    width: 8px;
    border: 2px solid #fff;
    right: 10px;
    top: 18px;
    border-left: none;
    border-top: none;
    transform: rotate(45deg);
  }
}

.section .section-text {
  font-size: 16px;
  font-family: "Roboto", sans-serif;
}

.section .tab-content {
  display: none;
  padding: 30px 0px;
  background: none;
  box-shadow: 0px;
}

@media (min-width: 768px) {
  .section .tab-content {
    display: block !important;
  }
}

.section.active {
  display: block !important;
}

@media (max-width: 767px) {
  .section.active .tab-content {
    display: block;
  }
}

.section.active .section-title {
  background: #004653;
  color: #fff;
}

.section.active .section-title:after {
  transform: rotate(-135deg);
  top: 17px;
}

.myjob_tab_cont {
  background: #FFFFFF;
  border: 1px solid #C9E1E6;
  border-radius: 17px;
  padding: 20px;
  width: 100%;
  height: 550px;
  overflow-y: auto;
}

.myjob_tab ul {
  width: 100%;
  display: inline-block;
  margin: 0px;
}

.myjob_tab ul li {
  width: auto;
  float: left;
  margin-right: 15px;
}

.myjob_tab .section .tab-content {
  padding: 10px 0px 0px;
}

.myjob_tab_cont h5 {
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

#content-wrapper .myjob_tab_cont p {
  color: #000;
  font-size: 14px;
  margin: 10px 0px 20px;
}

#content-wrapper .myjob_tab_cont ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

#content-wrapper .myjob_tab_cont ul li {
  width: calc(33% - 20px);
  padding: 15px 10px;
  color: #000;
  font-size: 14px;
  background: #EFFAFC;
  border-radius: 8px;
  margin: 10px 20px 10px 0px;
}

#content-wrapper .myjob_tab_cont ul li svg {
  width: 24px;
  height: auto;
  margin-right: 10px;
}

.information {
  background: #EFFAFC;
  border-radius: 17px;
  padding: 10px 20px;
  margin-top: 5px;
  width: 100%;
  display: inline-block;
  margin-bottom: 20px;
}

#content-wrapper .myjob_tab_cont .information ul li {
  width: 100%;
  padding: 20px 0px;
  color: #000;
  font-size: 14px;
  background: none;
  border-radius: 0px;
  margin: 0px;
  border-bottom: #C9E1E6 1px solid;
}

#content-wrapper .myjob_tab_cont .information ul li svg {
  width: 40px;
  float: left;
  height: auto;
  margin-right: 10px;
}

#content-wrapper .myjob_tab_cont .information h6 {
  color: #000000;
  font-size: 15px;
  font-weight: 600;
  line-height: 21px;
  width: calc(100% - 50px);
  float: right;
}

#content-wrapper .myjob_tab_cont .information h6 span {
  width: 100%;
  display: inline-block;
  color: #6B6B6B;
  font-size: 13px;
  font-weight: 500;
}

#content-wrapper .myjob_tab_cont .information p {
  color: #00829B;
  font-size: 12px;
  margin-left: 50px;
  display: inline-block;
  width: auto;
  margin-top: -5px;
  margin-bottom: 0px;
}

#content-wrapper .myjob_tab_cont .information ul li:last-child {
  border-bottom: 0px;
}

.performance {
  background: #EFFAFC;
  border-radius: 17px;
  padding: 10px 20px;
  margin-top: 5px;
  width: 100%;
  display: inline-block;
}

#content-wrapper .myjob_tab_cont .performance ul li {
  width: 100%;
  padding: 16px 0px;
  background: none;
  border-radius: 0px;
  margin: 0px;
  text-align: left;
}

#content-wrapper .myjob_tab_cont .performance ul li .progress-title-holder {
  text-align: left;
  width: 100%;
  margin: 0px;
}

#content-wrapper .myjob_tab_cont .performance ul li .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 0pxpx;
  background: none;
  padding: 0 8px;
  position: absolute;
  bottom: 0;
  transform: translateX(0%);
  right: 0px;
  font-size: 13px;
  color: #000;
}

#content-wrapper .myjob_tab_cont .performance ul li .progress-title {
  z-index: 100;
  color: #000;
  font-size: 15px;
  font-weight: 600;
}

#content-wrapper .myjob_tab_cont .performance ul li .progress-bar {
  margin: 0px;
}

#content-wrapper .myjob_tab_cont .performance ul li .progress-bar p {
  text-align: right;
  color: #6B6B6B;
  font-size: 11pxs;
  margin: 0px;
  padding: 5px 0px 0px;
}

.total_cont {
  width: 100%;
  text-align: center;
  display: inline-block;
}

.total_cont .jobdone {
  width: 25%;
  text-align: center;
  display: inline-block;
}

.total_cont .jobdone h4 {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #00829B;
  margin: 0px;
}

.total_cont .jobdone h4 span {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  color: #6B6B6B;
}

.total_cont .yearsexp {
  width: 25%;
  text-align: center;
  display: inline-block;
  border-left: #6B6B6B 1px solid;
}

.total_cont .yearsexp h4 {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  color: #00829B;
  margin: 0px;
}

.total_cont .yearsexp h4 span {
  width: 100%;
  display: inline-block;
  font-size: 14px;
  color: #6B6B6B;
}

.rate_progressbar {
  background: #EFFAFC;
  border-radius: 8px;
  padding: 20px;
}

.rate_progressbar .progress-bar {
  position: relative;
  height: 30px;
}

.rate_progressbar .progress-bar h4.progress-title-holder {
  position: absolute;
  width: 100%;
  height: 30px;
  left: 0px;
  top: 2px;
  z-index: 9999;
}

.rate_progressbar .progress-bar .progress-title {
  z-index: 100;
  color: #000;
  font-size: 14px;
  font-weight: 600;
  float: left;
  width: 40px;
}

.rate_progressbar .progress-content-outter {
  height: 5px;
  background-color: #C7E4EA;
  border-radius: 50px;
  width: 94%;
  float: left;
  margin-left: 50px;
}

.rate_progressbar .progress-number-wrapper {
  float: right;
  width: 40px;
  text-align: right;
  font-size: 13px;
  color: #000;
  background: none;
  padding: 0px;
  margin: 0px;
}

.rate_progressbar .progress-number-mark {
  margin-bottom: 4px;
  border-radius: 3px;
  background: none;
  padding: 0px;
  position: relative;
  bottom: auto;
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(0%);
  display: inline-block;
  color: #000 !important;
  line-height: 16px;
}

.myjob_tab_cont .heading {
  position: relative;
  width: 100%;
  display: inline-block;
}

.myjob_tab_cont .heading h4.rate_cont {
  position: absolute;
  right: 0px;
  top: 8px;
  color: #00829B;
  font-size: 24px;
  font-weight: 600;
}

.myjob_tab_cont .heading h4.rate_cont svg {
  width: auto;
  height: 20px;
  display: inline-block;
  margin-top: -5px;
}

.myjob_tab_cont .heading h5 {
  margin-bottom: 5px;
}

.reviews_list {
  width: 100%;
  display: inline-block;
}

.reviews_list .review_col {
  width: 100%;
  display: inline-block;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #C9E1E6;
  border-radius: 17px;
  padding: 20px;
  margin-top: 20px;
}

.reviews_list .review_col h6 {
  color: #00829B;
  margin: 0px;
  padding: 0px;
}

#content-wrapper .myjob_tab_cont .reviews_list .review_col p {
  color: #000;
  margin: 0px;
  padding: 0px;
}

.reviews_profile {
  width: auto;
  float: left;
}

.reviews_profile img.profile_img {
  width: 44px;
  height: 44px;
  float: left;
  margin-right: 10px;
  border-radius: 8px;
}

.reviews_profile h5 {
  margin-top: 2px;
}

.reviews_profile h5 span {
  color: #00829B;
  width: auto;
  display: inline-block;
  font-size: 13px;
  font-weight: 400;
}


.review_rate {
  width: 90px;
  float: right;
  text-align: right;
}



.review_rate h6 {
  color: #00829B;
  font-size: 15px;
  display: block;
}

.review_col .review_rate h6 svg {
  width: 15px;
}

.review_col .review_rate span {
  color: #000;
  font-size: 13px;
  width: 100%;
}

.portfolio_tab img {
  width: 100%;
  margin-bottom: 20px;
}

/*---------Message----------*/

.user_list {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #BDD4D8;
  border-radius: 17px;
  padding: 20px;
}

.searchbox {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #B2C8CC;
  border-radius: 8px;
  padding: 8px 10px;
  margin-bottom: 20px;
}

.searchbox input {
  border: 0px;
  background: none;
  font-size: 14px;
  width: calc(100% - 35px);
}

.searchbox button {
  width: 30px;
  border: 0px;
  background: none;
  box-shadow: none;
}

.user_list ul {
  margin: 0px;
  padding: 0px;
  list-style: none;
  height: 500px;
  overflow-y: auto;
}

.user_list ul li {
  padding: 10px;
  margin: 10px 0px;
  border-radius: 15px;
  position: relative;
  border: 1px solid #fff;
}

.user_list ul li:hover {
  background: #EFFAFC 0% 0% no-repeat padding-box;
  border: 1px solid #00829B;
  border-radius: 8px;
}

img.profile_img {
  width: 54px;
  height: 54px;
  float: left;
  margin-right: 15px;
}

.user_list ul li {
  width: 100%;
  display: inline-block;
}

.msg_pro {
  width: calc(100% - 70px);
  float: right;
}

.user_list ul li h5 {
  font-size: 15px;
  font-weight: 600;
  color: #000000;
  margin: 0px;
  padding: 0px;
  width: 90%;
}

.user_list ul li p {
  margin: 0px;
  padding: 0px;
}

.user_list ul li p span {
  display: block;
  color: #6B6B6B;
  font-size: 11px;
}

span.msg_no {
  width: 24px;
  height: 24px;
  background: #00829B;
  position: absolute;
  right: 10px;
  top: 10px;
  border-radius: 25px;
  color: #fff;
  line-height: 24px;
  text-align: center;
  font-size: 12px;
}

.msg_chat {
  background: #EFFAFC 0% 0% no-repeat padding-box;
  border: 1px solid #C9E1E6;
  border-radius: 17px;
}

.msg_chat .heading {
  border-bottom: 1px solid #C9E1E6;
  padding: 20px;
  position: relative;
}

.msg_chat .heading {
  border-bottom: 1px solid #C9E1E6;
  padding: 20px;
}

.chat_area {
  position: relative;
  padding-bottom: 100px;
}

.chat_div {
  padding: 20px;
  width: 100%;
  display: inline-block;
  height: 400px;
  overflow: auto;
}

.chat_form {
  padding: 20px;
  background: #EFFAFC;
  position: absolute;
  left: 0px;
  bottom: 0px;
  z-index: 999;
  width: 100%;
  border-radius: 0px 0px 17px 17px;
}

.chat_form input[type="text"] {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  width: calc(100% - 150px);
  height: 56px;
  box-shadow: none;
  padding: 0px 15px;
}

a.attech {
  width: 50px;
  display: inline-block;
  text-align: center;
}

.chat_form button {
  width: 70px;
  height: 56px;
  display: inline-block;
  margin-left: 20px;
  background: transparent linear-gradient(133deg, #0098B6 0%, #00E0D7 100%) 0% 0% no-repeat padding-box;
  border-radius: 10px;
  text-align: center;
  border: 0px;
}

.msg_chat .heading h5 {
  font-size: 18px;
  line-height: 54px;
  color: #000;
  margin: 0px;
  padding: 0px;
}

.heading_btn {
  width: auto;
  position: absolute;
  top: 27px;
  right: 20px;
}

.chat_left {
  width: 100%;
  float: left;
}

.chat_left.chat_box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #00829B;
  border-radius: 8px;
  width: auto;
  float: left;
  padding: 15px;
  margin: 15px 0px;
}

.chat_box p {
  color: #6B6B6B;
  font-size: 12px;
  margin: 0px;
  padding: 0px;
}

.chat_box {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #00829B;
  border-radius: 8px;
  width: auto;
  float: left;
  padding: 15px;
  margin: 15px 0px;
}

.chat_right .chat_box {
  background: #00829B 0% 0% no-repeat padding-box;
  border: 1px solid #00829B;
  border-radius: 8px;
  width: auto;
  float: right;
  padding: 15px;
  margin: 15px 0px;
  display: block;
}

.chat_right .chat_box h6 {
  color: #fff;
}

.chat_right .chat_box p {
  color: #fff !important;
}
/*12-12-2025*/
/*Jeel*/
.page-subtitle {
  color: #555;
  margin-bottom: 30px;
}

.container {
  display: flex;
  gap: 30px;
}

/* Left Calendar Card */
.calendar-card {
  width: 30%;
  background: #fff;
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 3px 8px rgba(0, 0, 0, 0.08);
}

.calendar-header {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 15px;
}

.calendar-box {
  border: 1px solid #ddd;
  border-radius: 12px;
  padding: 20px;
}

.calendar-box .month {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 600;
  margin-bottom: 15px;
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 14px;
}

.day {
  padding: 8px;
  border-radius: 50%;
}

.day.active {
  border: 2px solid #0077b6;
  background: #e9f6ff;
}

.legend {
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  font-size: 13px;
  justify-content: space-between;
}

.legend div {
  display: flex;
  align-items: center;
  gap: 5px;
}

.legend span {
  width: 12px;
  height: 12px;
  border-radius: 3px;
  display: block;
}

.legend .today {
  background: #177E9A;
}

.today {
  background: transparent;
}

.has-appt {
  background: #29B0FF;
}

.busy {
  background: #F60D0D;
}

.pending {
  background: #FECC52;
}

.sync-btn {
  width: 100%;
  padding: 10px;
  text-align: center;
  border-radius: 8px;
  border: 1px solid #0077b6;
  background: #e9f6ff;
  color: #0077b6;
  margin-top: 20px;
  cursor: pointer;
  font-weight: 600;
}

/* Right appointments section */
.appointments {
  flex: 1;
}

.date-title {
  font-weight: 700;
  font-size: 20px;
  color: #000;
  margin-bottom: 20px;
}

.date-title span {
  font-size: 15px;
  font-weight: 500;
}

.appt-card {
  background: #eaf7fb;
  border-radius: 12px;
  padding: 20px;
  margin-bottom: 20px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.06);
}

.appt-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.appt-row {
  display: flex;
  align-items: center;
  gap: 25px;
  margin-bottom: 15px;
  font-size: 14px;
}

.appt-label {
  font-weight: 600;
  color: #0077b6;
}

.btn-row {
  display: flex;
  gap: 12px;
}

.btn {
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
  border: 1px solid #0077b6;
  background: #fff;
  color: #0077b6;
  font-size: 14px;
}

.btn.cancel {
  border-color: #777;
  color: #555;
}

.btn:hover {
  background: #dff3ff;
}

.calendar-container {
  margin: 5px auto;
  background: white;
  border-radius: 16px;
  box-shadow: var(--shadow);
  max-width: 100%;
  width: 100%;
  /* font-family: Fira Code, monospace; */
}

.calendar-header {
  padding: 3px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
}

.calendar-day.selected {
  background-color: #177E9A;
  color: white;
  font-weight: 600;
}

.calendar-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-color);
  letter-spacing: 0.025em;
}

.calendar-title::first-letter {
  text-transform: uppercase;
}

.calendar-nav {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}

span.day-number {
  font-weight: 600;
}

.calendar-nav-button {
  background: none;
  border: none;
  padding: 6px;
  cursor: pointer;
  color: var(--secondary-text);
  border-radius: 8px;
  transition: var(--transition);
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
}

.calendar-nav-button:hover {
  background-color: var(--background-hover);
  color: var(--primary-color);
  transform: scale(1.1);
}

.calendar-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  max-width: 100%;

}

.calendar-day-header {
  text-align: center;
  font-size: 13px;
  color: var(--secondary-text);
  padding: 8px 0;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.calendar-day {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition: var(--transition);
  width: 100%;
  /* aspect-ratio: 1 / 1;  */
  margin: 2px auto;
  font-size: 14px;
  font-weight: 500;
  color: var(--text-color);
  transition:
    all 0.3s cubic-bezier(0.4, 0, 0.2, 1),
    border-radius 0.3s ease,
    background-color 0.3s ease;
  transform-origin: center;
  will-change: transform, border-radius, background-color;
  border-radius: 12px;
  height: 35px;
}

.calendar-day:hover {
  background-color: var(--background-hover);

}

.calendar-day.in-range {
  border-radius: 0;
  background-color: var(--range-background);
  color: var(--primary-color);
  transition:
    background-color 0.3s ease,
    border-radius 0.3s ease,
    color 0.3s ease;
  animation: scaleIn 0.3s ease-out forwards;
}

.calendar-day.in-range:hover {
  background-color: var(--range-hover);
}

.calendar-day.range-start {
  background-color: #177E9A;
  color: white;
  border-radius: 25% 0 0 25%;
  animation: scaleStart 0.3s ease-out forwards;
}

.calendar-day.range-end {
  background-color: #177E9A;
  color: white;
  border-radius: 0 25% 25% 0;
  animation: scaleEnd 0.3s ease-out forwards;
}

.calendar-day.weekend {
  color: var(--error-color);
}

.calendar-day.weekend:hover {
  background-color: rgba(255, 90, 95, 0.1);
}

.calendar-day.weekend.selected,
.calendar-day.weekend.range-start,
.calendar-day.weekend.range-end {
  background-color: #177E9A;
  color: white;
}

.calendar-day.weekend.in-range {
  background-color: rgba(255, 90, 95, 0.1);
  color: var(--error-color);
}

.calendar-day.today {
  border: 2px solid #00829B;
  background-color: transparent;
  border-radius: 12px;
  font-weight: 600;
}

.calendar-day.today.weekend {
  border-color: var(--error-color);
}

.calendar-day.today.in-range {
  border-color: #00829B;
}

.calendar-day.other-month {
  color: var(--disabled-text);
  opacity: 0.7;
}

.calendar-day.other-month.weekend {
  color: rgba(255, 90, 95, 0.4);
}

.calendar-day.other-month.in-range {
  background-color: rgba(59, 130, 246, 0.1);
  color: var(--disabled-text);
}

.calendar-day.other-month.weekend.in-range {
  background-color: rgba(255, 90, 95, 0.1);
}

.event-indicators {
  position: absolute;
  bottom: 16%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 2px;
}

.event-dot {
  width: 5px;
  height: 5px;
  background-color: var(--primary-color);
  border-radius: 50%;
  opacity: 0.8;
}

.event-more {
  font-size: 9px;
  color: var(--primary-color);
  font-weight: 600;
  margin-top: 1px;
}

.calendar-day.selected .event-dot,
.calendar-day.range-start .event-dot,
.calendar-day.range-end .event-dot,
.calendar-day.in-range .event-dot {
  background-color: #177E9A;
}

.calendar-day.weekend .event-dot,
.calendar-day.weekend.in-range .event-dot {
  background-color: var(--error-color);
}

.calendar-day.other-month .event-dot {
  background-color: var(--disabled-text);
}

.calendar-day.other-month.weekend .event-dot {
  background-color: rgba(255, 90, 95, 0.4);
}

.calendar-day.selected.in-range.weekend .event-dot {
  background: #177E9A;
}

.calendar-day.selected.in-range .event-dot {
  background: #177E9A;
}

.calendar-day.in-range {
  animation: scaleIn 0.3s ease-out forwards;
}

/* .calendar-day:not(.in-range):not(.range-start):not(.range-end) {
  animation: scaleOut 0.3s ease-in forwards;
} */

.calendar-day.range-start {
  animation: scaleStart 0.3s ease-out forwards;
}

.calendar-day.range-end {
  animation: scaleEnd 0.3s ease-out forwards;
}

@keyframes scaleIn {
  0% {
    border-radius: 50%;
    transform: scale(0.95);
  }

  100% {
    border-radius: 0;
    transform: scale(1);
  }
}

@keyframes scaleOut {
  0% {
    border-radius: 0;
    transform: scale(1);
  }

  100% {
    border-radius: 50%;
    transform: scale(0.95);
  }
}

@keyframes scaleStart {
  0% {
    border-radius: 50%;
    transform: scale(0.95);
  }

  50% {
    border-radius: 0;
    transform: scale(1.05);
  }

  100% {
    border-radius: 25% 0 0 25%;
    transform: scale(1);
  }
}

@keyframes scaleEnd {
  0% {
    border-radius: 50%;
    transform: scale(0.95);
  }

  50% {
    border-radius: 0;
    transform: scale(1.05);
  }

  100% {
    border-radius: 0 25% 25% 0;
    transform: scale(1);
  }
}

.event-dot {
  transition: all 0.3s ease;
}

.calendar-day:hover {
  transform: scale(1.05);
  transition: all 0.2s ease;
}

/*15-12-2025*/
/*Jeel*/
.appt-card .row .col-lg-10 .row {
  padding: 0;
}

#content-wrapper .appt-card p.date-time-num {
  font-size: 14px;
}

.booking.date-title {
  margin: 0;
}

.calendar-card .calendar-sub {
  color: #000000;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.modal h4 {
  font-size: 18px;
  color: #000;
  font-weight: 500;
  padding: 20px;
}

input[type="date"],
input[type="time"] {
  width: 100%;
  display: inline-block;
  background: #FFFFFF 0% 0% no-repeat padding-box;
  border: 1px solid #E5E7EB;
  border-radius: 10px;
  padding: 10px 15px;
  color: #AAAAAB;
  margin-bottom: 20px;
}

.modal .cont-btn.rev {
  padding: 10px 15px;
  margin-top: 10px;
}

.modal .cont-btn {
  padding: 10px 15px;
  margin-top: 10px;
}

.confirmation .modal-body {
  text-align: center;
}

.confirmation.modal .c-img {
  width: 70px;
  height: 70px;
  margin: 30px auto;
}

.confirmation.modal .c-img img {
  width: 100%;
  height: 100%;
}

/*---------reviews_ratings--------*/

.pad_l15 {
  padding-left: 15px !important;
}

/* Header */
.card-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px;
}

.title-section {
  flex: 1;
}

.service-title {
  font-size: 18px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 12px;
}

/* Provider Info */
.provider-info {
  display: flex;
  align-items: center;
  gap: 12px;
}

.provider-avatar {
  width: 40px;
  height: 40px;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid var(--border);
}

.provider-details {
  display: flex;
  flex-direction: column;
}

.provider-name {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
  margin-bottom: 2px;
}

.provider-category {
  font-size: 13px;
  color: var(--primary);
  font-weight: 500;
}

/* Rating Section */
.rating-section {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 4px;
}

.rating-section .rating {
  display: flex;
  align-items: center;
  gap: 4px;
  margin: 0px;
}

.star {
  color: var(--star-yellow);
  font-size: 16px;
}

.rating-value {
  font-size: 14px;
  font-weight: 600;
  color: var(--text-dark);
}

.rating-date {
  font-size: 12px;
  color: #000000;
}

/* Reviews Section */
.reviews-section {
  margin-top: 16px;
}

.reviews-label {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
  margin-bottom: 0px;
  display: block;
}

.review-text {
  font-size: 14px;
  color: var(--text-medium);
  line-height: 1.6;
  margin-bottom: 16px;
}

/* Reply Box */
.reply-box {
  background: #fff;
  border: 1px solid #00829B;
  border-radius: 12px;
  padding: 10px;
  width: calc(100% - 50px);
  float: right;
}

.reply-header {
  font-size: 13px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 0px;
}

p.reply-text {
  font-size: 13px;
  color: #000000;
  margin: 0px;
}


/* Animation */
.service-card {
  animation: fadeInUp 0.5s ease both;
}

.service-card:nth-child(2) {
  animation-delay: 0.1s;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/*---------------Settings----------------*/


.profile-card {
  background: var(--white);
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  border: 1px solid var(--border);
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}


.form-profile {
  background: #EFFAFC 0% 0% no-repeat padding-box;
  border: 1px solid #C9E1E6;
  border-radius: 17px;
  padding: 20px;
}


/* Banner */
.profile-banner {
  height: 80px;
  background: url(../images/profile-bg.png) left top no-repeat;
  position: relative;
}

/* Avatar Section */
.avatar-section {
  display: flex;
  justify-content: center;
  margin-top: -40px;
  margin-bottom: 16px;
  position: relative;
}

.avatar-wrapper {
  position: relative;
  display: inline-block;
}

.profile-avatar {
  width: 80px;
  height: 80px;
  border-radius: 16px;
  object-fit: cover;
}


.edit-badge {
  position: absolute;
  bottom: -5px;
  right: -5px;
  width: 28px;
  height: 28px;
  background: var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid var(--white);
  cursor: pointer;
  transition: all 0.3s ease;
}

.edit-badge:hover {
  background: var(--primary-dark);
  transform: scale(1.15) rotate(15deg);
}

.edit-badge svg {
  width: 14px;
  height: 14px;
  stroke: white;
}

/* Profile Info */
.profile-info {
  text-align: center;
  padding: 0 24px 24px;
}

.profile-name {
  font-size: 18px;
  font-weight: 700;
  color: var(--text-dark);
  margin-bottom: 4px;
  transition: color 0.3s ease;
}

.profile-card:hover .profile-name {
  color: var(--primary);
}

.profile-email {
  font-size: 13px;
  color: var(--primary);
  margin-bottom: 12px;
  font-weight: 500;
}

.profile-badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12px;
  color: var(--text-medium);
  padding: 0px;
  border-radius: 8px;
  transition: all 0.3s ease;
}

.profile-badge svg {
  width: 14px;
  height: 14px;
}

.form-profile h2 {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
}

.form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 16px;
  margin-bottom: 16px;
}

.form-row.full {
  grid-template-columns: 1fr;
}

.form-row.triple {
  grid-template-columns: 1fr 1fr 1fr;
}

.form-group {
  display: flex;
  flex-direction: column;
}

.form-label {
  font-size: 13px;
  font-weight: 500;
  color: #000000;
  margin-bottom: 6px;
}

.form-input {
  padding: 10px 12px;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  font-size: 14px;
  font-family: inherit;
  background: #FFFFFF;
  color: #000000;
}

.form-input:focus {
  outline: none;
  border-color: #0891A8;
}

.address-section {
  margin-top: 32px;
}

.save-button {
  background: #0891A8;
  color: #FFFFFF;
  border: none;
  padding: 10px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 24px;
}

.save-button:hover {
  background: #076D81;
}

.myjob_tab .section .tab-content .row {
  margin-left: -12px !important;
  margin-right: -12px !important;
}

.dispute-card {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 20px;
  border: 1px solid #E5E7EB;
  margin-bottom: 20px;
}

.dispute-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 24px;
}

.dispute-title {
  font-size: 16px;
  font-weight: 700;
  color: #000000;
}

.status-badge {
  background: #FEF3C7;
  color: #92400E;
  padding: 4px 12px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 600;
}

.info-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin-bottom: 24px;
  background: #EFFAFC 0% 0% no-repeat padding-box;
  border-radius: 10px;
  padding: 10px;
}

.info-item {
  display: flex;
  flex-direction: column;
}

.info-label {
  font-size: 12px;
  font-weight: 500;
  color: #6B7280;
  margin-bottom: 4px;
}

.info-value {
  font-size: 14px;
  font-weight: 500;
  color: #000000;
}

.section-title {
  font-size: 14px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 8px;
}

.message-text {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  margin-bottom: 24px;
}

.photos-container {
  display: flex;
  gap: 12px;
  margin-bottom: 24px;
}

.photo-placeholder {
  width: 48px;
  height: 48px;
  background: #F3F4F6;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5E7EB;
}

.photo-icon {
  width: 20px;
  height: 20px;
  color: #D1D5DB;
}

.date-row {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #6B7280;
  font-size: 13px;
  border-top: #C9E1E6 1px solid;
  padding-top: 20px;
}

.calendar-icon {
  width: 16px;
  height: 16px;
}

/*16-12-2025*/
.notification-container {
    max-width: 100%;
    width: 100%;
}
.notification .tabpanel-content{
  gap: 16px;
}
.notification-container.unread .notification-card{
  border-left: 1.5px solid #e0e0e0;
}
.notification-card {
    background: white;
    border: 1.5px solid #e0e0e0;
    border-left: 4px solid #00829B;
    border-radius: 12px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 16px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
    position: relative;
}

.icon-container {
    background: #FFF4ED;
    width: 48px;
    height: 48px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.icon {
    width: 24px;
    height: 24px;
    color: #FF6B35;
}

.content {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.title {
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 2px;
}

.description {
    font-size: 14px;
    color: #666;
    line-height: 1.4;
}

.time {
    font-size: 13px;
    color: #00829B;
    margin-top: 2px;
}
.time:hover {
    color: #000;
}
.delete-btn {
    width: 36px;
    height: 36px;
    border-radius: 8px;
    border: none;
    background: transparent;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 0.2s ease;
    flex-shrink: 0;
    position: absolute;
    top: 20px ;
    right: 24px;
}

.delete-btn:hover {
    background: #f5f5f5;
}

.delete-icon {
    width: 20px;
    height: 20px;
    color: #999;
}
.main_div.aipowered .row.notification{
  margin: 0 -10px;
  padding-top: 10px;
}
.notification .col-lg-4{
  padding: 0 10px;
}

.settings-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 0;
    border-bottom: 1px solid #e8e8e8;
}

.settings-item:last-child {
    border-bottom: none;
}

.settings-label {
    font-size: 15px;
    font-weight: 500;
    color: #1a1a1a;
}

.toggle-switch {
    position: relative;
    width: 50px;
    height: 28px;
    cursor: pointer;
}

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

.slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #d1d5db;
    border-radius: 34px;
    transition: 0.3s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 22px;
    width: 22px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    border-radius: 50%;
    transition: 0.3s;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

input:checked + .slider {
    background-color: #3b82a6;
}

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

input:disabled + .slider {
    opacity: 0.5;
    cursor: not-allowed;
}
.header_bg.notification-full {
    padding-left: 25px;
}
