
:root {
    --primary-color: #0A1F31;
    --secondary-color: #B59971;
    --custom-input: #F5F5F5;
    --custom-border: #ECECEC;
    --custom-color: #777D87;
    --custom-white: #fff;
    --custom-green: #E6FFE8;
    --custom-yellow: #FFFEED;
    --custom-grey: #F7F7F7;
    --custom-font: "Poppins", sans-serif;
    --custom-weight5:500;
    --custom-weight6:600;
    --custom-weight4:400;
    --font-size-12:12px;
    --font-size-14:14px;
    --font-size-16:16px;
    --font-size-18:18px;
    --font-size-20:20px;
    --font-size-22:22px;
    --font-size-24:24px;
    --font-size-32:32px;
}
button, input, optgroup, select, textarea{
    font-family: var(--custom-font);
}
.modal {
    --bs-modal-width: 700px;
}
.modal-header{
    border: 0px;
}
body{ 
    font-family: var(--custom-font); 
}

.containerCustom{
    max-width: 1080px;
}
.signinbg{
    background-image: url('../../assets/images/signbg.jpg');
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.sign-in {
    background-color: var(--primary-color);
    border-radius: 16px;
    padding: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    height: 100%;
}
.Ourbenefits {
    border: 2px solid #FFFFFF1F;
    border-radius: 8px;
    padding: 20px;
    
}
.signin {
    /* background: #fff; */
    border-radius: 8px;
    padding: 20px;
}
.padd{
    padding: 0px;
}
.bgWhite{
    border-radius: 16px;
    background: #fff;
    box-shadow: 21px 3px 36.3px 0px rgb(0 0 0 / 63%);
}
.browncolour{
color: var(--secondary-color);
font-size: var(--font-size-20);
}
.btnsuccess{
    background-color: var(--primary-color);
    color: var(--custom-white);
    border-radius: 4px;
    padding: 10px;
    font-size: var(--font-size-16);
    font-weight: 500;
}
.btnBorder{
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    border-radius: 4px;
    padding: 11px;
    font-weight: 500;
    font-size: var(--font-size-16);
}
.btn:hover{
    border: 1px solid var(--primary-color);
    color: var(--primary-color);
    opacity: 1;
}
.btnBorder:hover{
    background-color: var(--primary-color);
    color: var(--custom-white);  
}

input{
    background-color: var(--custom-input);
}
.forgetpassword p{
    text-decoration: underline;
    font-weight: var(--custom-weight5);
    font-size: var(--font-size-12);
}
.forgetpassword p span{
cursor: pointer;
}

.SignUp{
    text-decoration: underline;
    font-weight: var(--custom-weight5);
    font-size: var(--font-size-12);
}
.SignHead{
    font-size: var(--font-size-22);
    font-weight: var(--custom-weight6);
}
.SignHeadp{
    font-size: var(--font-size-16);
    font-weight: var(--custom-weight5);
} 
.headbenefits{
    font-size: var(--font-size-20);
    font-weight: var(--custom-weight6);
}
.benefitsText{
    font-size: var(--font-size-12);
    font-weight: var(--custom-weight4);
    margin-bottom: 40px;
    background-color: var(--primary-color);
}
.benefitsTextHead{
    font-size: var(--font-size-16);
    font-weight: var(--custom-weight4);
    margin-bottom: 20px;
    background-color: var(--primary-color);
}
.tagline{
    color:#A9A9A9;
    font-size: var(--font-size-14);
}
.Daccount{
    color: var(--custom-color);
    font-size: var(--font-size-12);
}
#demo .carousel-indicators{
    bottom: 10px;
    z-index: 11;
}

.carousel-indicators {
    bottom: -21px;
}
.carousel-indicators [data-bs-target] {
    width: 12px;
    height: 12px;
    border-top: inherit;
    border-bottom: inherit;
    border-radius: 40px !important;
    background-color: #FADCD9;
    opacity: 1;
    border: 2px solid #FADCD9;
}
.carousel-indicators .active {
    opacity: 1;
    /* width: 18px; */
    background-color: var(--secondary-color);
    border-color: #F79489;
}

.otp-inputs {
    display: flex;
    gap: 1rem;
    margin: 1.5rem 0;
    justify-content: center;
  }

  .otp-inputs input {
    width: 60px;
    height: 50px !important;
    font-size: 20px;
    text-align: center;
    border-radius: 8px;
  }
  .uploadbox{
    border: 2px dashed #C5C5C5;
    border-radius: 8px;
    position: relative;
    /* text-align: center; */
    /* margin: auto; */
    display: flex;
    justify-content: center;
  }
  .uploadbox input {
    opacity: 0;
    width: 100%;
    height: 40px;
}
.uploadtext p {
    margin-bottom: 0;
    padding-left: 5px;
    text-decoration: underline;
    color: var(--custom-color);
    font-size: 10px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.uploadtext {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 11px;
    text-align: center;
    pointer-events: none;
}
.stepper-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    padding: 10px 0;
  }

  .stepper-item {
    display: flex;
    align-items: center;
    gap: 5px;
  }

  .step-circle {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background-color: var(--custom-color);
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: var(--custom-weight5);
    font-size: 10px;
  }

  .step-text {
    color: var(--custom-color);
    font-weight: var(--custom-weight5);
    font-size: var(--font-size-14);
  }

  .stepper-item.active .step-circle, .stepper-item.completed .step-circle{
    background-color:var(--primary-color);
  }

  .stepper-item.active .step-text, .stepper-item.completed .step-text{
    color:var(--primary-color);
    font-weight: var(--custom-weight5)
  }

  .step-line {
    height: 1.4px;
    width: 65px;
    background-color: var(--custom-color);
    /* border: 1px dashed var(--custom-color); */
    /* display: none; */
  }
  span.cuntrycode {
    position: absolute;
    bottom: 12px;
    left: 12px;
    font-size: 12px;
}
span.Verify {
    position: absolute;
    right: 7px;
    bottom: 14px;
    background: #c6e4ff;
    border-radius: 8px;
    padding: 1px 6px;
    cursor: pointer;
    font-size: 10px;
}
.Verify.Verified{
    background: #E6FFE8;
    color:#0F7718;
}
.greybox {
    background: var(--custom-input);
    padding: 15px;
    border-radius: 8px;
    margin: 15px 0px;
}
.terms-of-use p {
    font-size: 12px;
    color: #878787;
}
.designborder{
    border-radius: 8px;
    border: 2px solid #ECECEC;
    align-items: center;
    margin: 0px;
    padding: 6px 10px;
    background-color: #fff;
}

.designborder .form-check label, .designborder .form-group label {
    margin-bottom: 0px;
    color:var(--custom-color) !important;  

}

label.selectgroup-item {
    margin: 5px 4px !important;
}
.form-select {
    background-color: var(--custom-input) !important;
    color:var(--custom-color);
    font-size: var(--font-size-14) !important;
    padding: 10px 10px !important;
    border: 1px solid #ECECEC !important;
    border-radius: 8px !important;
}

.designborder  .form-check .form-check-input {
    border: 3px solid var(--custom-color);
    width: 18px;
    height: 18px;
    margin-top: 0px;
}
.font12{
    font-size: var(--font-size-12);
}
.accountverify {
    text-align: center;
}
.accountverify img.img-fuild {
    width: 90px;
    margin: auto;
}
.head3{
font-size: var(--font-size-32);
font-weight: var(--custom-weight6);
}
img.Profileicon {
    width: 32px;
    border-radius: 2px;
}
.boxinfo p {
    font-size: var(--font-size-16);
    font-weight: var(--custom-weight5);
    color: var(--primary-color);
        text-transform: capitalize;
}

.boxinfo span {
    font-size: var(--font-size-12);
    color: var(--custom-color);
    font-weight: var(--custom-weight4);
}
.editbox {
    cursor: pointer;
    background: #D1E2F3;
    display: inline-block;
    padding: 8px;
    border-radius: 100%;
}
.greybox.greyboxboder {
    background: #fff;
    border: 1px solid #C5C5C5;
}
.customlabel{
text-transform: uppercase;
font-size: var(--font-size-14) !important;
color:var(--custom-color) !important;
}
.active>.page-link, .page-link.active{
    background-color: var(--primary-color) !important;
    border-color:var(--primary-color)
}
.disabled>.page-link, .page-link.disabled {
    background: #fff;
}
.page-link{
border: 0px;
}
.btn-bg{
    background-color: var(--primary-color) !important;
    color: var(--custom-white);
}
.Viewpreview {
    border: 2px dashed #C5C5C5;
    border-radius: 8px;
    position: relative;
    display: flex;
    align-items: center;
    padding: 8px;
}
.Viewpreview p {
    margin-bottom: 0px;
}
.Viewpreview span {
    position: absolute;
    right: -6px;
    top: -10px;
}
.btn-green{
    background-color: var(--custom-green) !important;
    color: #0F7718 !important;
    pointer-events: none;
}
.btn-whites{
    border: 0px;
    color: var(--primary-color) !important;

}
.btn-Requested{
    background-color:var(--custom-yellow) !important;
    color: #DF8F0E !important;
    pointer-events: none;
}

.btn-grey{
    background-color: var(--custom-grey) !important;
    color: #D9D9D9  ;
    pointer-events: none;
}
.btn-red{
    background-color: #FFD7D7 !important;
    color: #770F0F  ;
    pointer-events: none;
}
span.rupeesicon {
    position: absolute;
    top: 46px;
    left: 6px;
}
.cursorpointer{
    cursor: pointer;
}

.table-head-bg-grey thead th{
    background-color: var(--custom-grey);
}

.customerBoxImg img.img-fuild {
    width: 100%;
}
.bgWhiteshadow {
    box-shadow: none;
    height: 100vh;
    overflow: hidden;
}
.whitebg{
    background-color: var(--custom-white);
}
.bgWhiteshadow .signin {
    border: 1px solid #EEEEEE;
    margin: 0px 100px;
    margin-top: -200px;
    position: relative;
}
.customerBgBox{
    background-color: var(--primary-color);  
    color: var(--custom-white);
}
.customerBgBox p{
    font-size: var(--font-size-14);
}
.overflowH{
    overflow: hidden;
}
.padd10 {
    padding-top: 15px;
}
.mar10{
    margin-top: 10px;
}
p.characters {
    color: #7c7c7c;
    font-size: 10px;
}
.Terms-Privacy p{
    color: #666666;
    font-size: 12px;
    margin-bottom: 0px;
}
.customerBgBox img.img-fuild {
    margin-bottom: 30px;
    margin-top: 20px;
}

.hidden{
    display: none;
}

.input-group-append span.input-group-text {
    background: transparent;
    border: 0px;
}

.input-group-append {
    position: absolute;
    right: 0px;
    top: 10px;
    z-index: 99;
}

/* === Dashboard Custom Styles === */
.dashboard-container {
  display: flex;
  flex-direction: column;
  gap: 32px;
  background: #F7F8FA;
  min-height: 100vh;
  padding: 32px 24px;
}
.dashboard-summary-row {
  display: flex;
  gap: 24px;
  margin-bottom: 24px;
}
.dashboard-card {
  flex: 1;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 2px 16px 0 rgba(10,31,49,0.07);
  display: flex;
  align-items: center;
  padding: 24px 28px;
  min-width: 0;
  min-height: 110px;
  position: relative;
}
.dashboard-card .card-icon {
  width: 48px;
  height: 48px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  margin-right: 18px;
}
.dashboard-card .card-content {
  flex: 1;
}
.dashboard-card .card-title {
  font-size: 1.1rem;
  color: #7A7A7A;
  font-weight: 500;
  margin-bottom: 2px;
}
.dashboard-card .card-value {
  font-size: 2rem;
  font-weight: 700;
  color: #0A1F31;
}
.dashboard-card .card-badge {
  position: absolute;
  top: 18px;
  right: 24px;
  font-size: 0.95rem;
  padding: 3px 10px;
  border-radius: 8px;
  font-weight: 600;
}
.card-icon.bg-blue { background: #E1F1FF; color: #0A6AFF; }
.card-icon.bg-green { background: #E6FFE8; color: #0F7718; }
.card-icon.bg-yellow { background: #FFFEED; color: #DF8F0E; }
.card-icon.bg-red { background: #FFD7D7; color: #770F0F; }

.dashboard-main {
  display: flex;
  gap: 24px;
}
.dashboard-main-left, .dashboard-main-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.dashboard-projects-card, .dashboard-revenue-card, .dashboard-leads-card, .dashboard-leadcount-card {
  background: #fff;
  border-radius: 8px;
  /* box-shadow: 0 2px 16px 0 rgba(10,31,49,0.07); */
  padding: 15px 15px;
  border: 1px solid #D1E2F3;
}
.dashboard-projects-card {
  min-height: 260px;
}
.dashboard-projects-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.dashboard-projects-title {
  font-size: 20px;
  font-weight: 600;
  color: #0A1F31;
}
.dashboard-projects-legend {
  display: flex;
  gap: 18px;
  flex-direction: column;
}
.dashboard-projects-legend-item {
  display: flex;
  align-items: center;
  font-size: 0.98rem;
  color: #7A7A7A;
  gap: 6px;
}
.dashboard-projects-legend-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  display: inline-block;
}
.legend-dot-blue {background: #23527A;}
.legend-dot-green {background: #E4E4E4;}
.legend-dot-yellow {background: #052540;}
.legend-dot-red{background:#4A91CD;}
.dashboard-projects-chart {
  width: 100%;
  height: 140px;
  background: #F7F8FA;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dashboard-revenue-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 70px;
}
.dashboard-revenue-title {
  font-size: 20px;
  font-weight: 600;
  color: #0A1F31;
}
.dashboard-revenue-dropdowns {
  display: flex;
  gap: 10px;
}
.dashboard-revenue-dropdown-wrap {
  position: relative;
  display: flex;
  align-items: center;
}
.dashboard-revenue-select {
  padding-left: 32px !important;
  min-width: 130px;
}
.dropdown-icon {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #0A1F31;
  font-size: 1rem;
  pointer-events: none;
  z-index: 2;
}
.dashboard-revenue-chart-area {
  position: relative;
  min-height: 170px;
  margin-top: 8px;
}
.dashboard-revenue-floating-card {
  position: absolute;
  left: 24px;
  top: -38px;
  background: #fff;
  box-shadow: 0 4px 24px 0 rgba(10,31,49,0.10);
  border-radius: 14px;
  padding: 18px 32px 14px 24px;
  display: flex;
  align-items: center;
  gap: 16px;
  z-index: 3;
  min-width: 180px;
  border: 1px solid #ECECEC;
}
.revenue-amount {
  font-size: 1.7rem;
  font-weight: 700;
  color: #0A1F31;
  margin-right: 8px;
}
.dashboard-revenue-profit {
  font-size: 0.98rem;
  color: #0F7718;
  background: #E6FFE8;
  border-radius: 8px;
  padding: 3px 10px;
  font-weight: 600;
  margin-left: 0;
}
.dashboard-revenue-chart {
  margin-top: 32px;
  width: 100%;
  height: 140px;
  background: #F7F8FA;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1;
}

.dashboard-leads-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.dashboard-leads-title {
  font-size: 20px;
  font-weight: 600;
  color: #0A1F31;
}
.dashboard-leads-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dashboard-lead-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #F5F5F5;
  border-radius: 8px;
  padding: 7px 10px;
}
.lead-info {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.lead-name {
  font-weight: 600;
  color: #0A1F31;
  font-size: 12px;
}
.lead-city {
  color: #7A7A7A;
  font-size: 10px;
  text-transform: capitalize;
}
.lead-date {
  color: #777D87;
  font-size: 10px;
  margin-left: 8px;
}
.lead-actions {
  display: flex;
  gap: 8px;
}
.lead-btn {
  border: none;
  border-radius: 8px;
  padding: 5px 14px;
  font-size: 0.98rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s;
}
.lead-btn.deny {
  background: #FFD7D7;
  color: #770F0F;
}
.lead-btn.accept {
  background: #E6FFE8;
  color: #0F7718;
}

.dashboard-leadcount-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 18px;
}
.dashboard-leadcount-title {
  font-size: 20px;
  font-weight: 600;
  color: #0A1F31;
}
.dashboard-leadcount-dropdowns {
  display: flex;
  gap: 10px;
}
.dashboard-leadcount-dropdowns select {
  background: #F5F5F5;
  border: 1px solid #ECECEC;
  border-radius: 8px;
  font-size: 0.98rem;
  color: #7A7A7A;
  padding: 4px 10px;
}
.dashboard-leadcount-chart {
  width: 100%;
  height: 140px;
  background: #F7F8FA;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1100px) {
  .dashboard-summary-row, .dashboard-main {
    flex-direction: column;
    gap: 18px;
  }
}
@media (max-width: 700px) {
  .dashboard-container {
    padding: 12px 2vw;
  }
  .dashboard-card, .dashboard-projects-card, .dashboard-revenue-card, .dashboard-leads-card, .dashboard-leadcount-card {
    padding: 14px 8px;
  }
}

.lead-active span {
    width: 12px;
    height: 12px;
    display: inline-block;
    background-color: #48BC21;
    border-radius: 50px;
}
.bgwhite{
    background-color: var(--custom-white);
}
.lead-info.star-show {
    flex-direction: row;
}
  .chart-card {
      background: #fff;
      padding: 20px;
      border-radius: 12px;
      width: 100%;
      border: 1px solid #D1E2F3;
    }

    .chart-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 20px;
    }

    .chart-header h2 {
      margin: 0;
      font-size: 24px;
      font-weight: 600;
      color: #0A1F31;
    }

    .dropdowns select {
      padding: 5px 12px;
      margin-left: 10px;
      border: 1px solid #ccc;
      border-radius: 6px;
      font-size: 14px;
    }

    canvas {
      margin-top: 10px;
    }

.resendotps{
    color: var(--custom-color);
    font-size: var(--font-size-12);
    padding: 0px;
    font-weight: normal;
    margin-bottom: 10px;
}
a.back-to-home {
    margin: 6px 24px;
    display: inline-block;
    margin-top: 20px;
    position: absolute;
}


a.back-to-home1 {
    /* margin: 6px 24px; */
    display: inline-block;
    margin-top: 20px;
    position: absolute;
    right: -50px;
    z-index: 99;
}
.showonlymobile{
  display: none;
}



 
/* Profile Picture Upload */

.profile-picture-upload-container {

position: relative;

width: 70px;

height: 70px;
}
 
.profile-upload-input {

  display: none; /* Hide the default file input */

}
 
.profile-picture-label {

  display: block;

  width: 100%;

  height: 100%;

  border-radius: 50%;

  /* border: 2px dashed #CFD8DC; */

  cursor: pointer;

  /* position: relative; */

  overflow: hidden;

  background-color: #F5F5F5;

  transition: all 0.3s ease;

}
 
.profile-picture-label:hover {

  border-color: #0A1F31;

  background-color: #F8F9FA;

}
 
.profile-picture-img {

  width: 100%;

  height: 100%;

  object-fit: cover;

  border-radius: 50%;

  background-color: transparent;

  transition: all 0.3s ease;

}

.profile-picture-add-btn:hover svg path{

     stroke: #fff;

}
 
.profile-picture-add-btn svg path {

    stroke: #0A1F31;

}
 
/* Default placeholder styling when no image is selected */

.profile-picture-img[src*="profile.jpg"] {

  background: linear-gradient(135deg, #CFD8DC 0%, #B0BEC5 100%);

  display: flex;

  align-items: center;

  justify-content: center;

}
 
.profile-picture-add-btn {

position: absolute;

top: 8px;

right: -1px;

background-color: #fff;

color: white;

width: 20px;

height: 20px;

border-radius: 50%;

display: flex;

align-items: center;

justify-content: center;

box-shadow: 0 2px 6px rgba(0,0,0,0.15);

transition: all 0.3s ease;

border: 2px solid white;
}
 
.profile-picture-add-btn:hover {

  background-color: #1C5789;

  transform: scale(1.1);

}
 
.profile-picture-add-btn svg {

  width: 16px;

  height: 16px;

}
 
/* designer portfolio  */

.profilebox {

    position: relative;

    margin-top: -100px;

    border-radius: 50%;

    border: 8px solid #FFFFFF;

    width: 180px;

    height: 180px;

    overflow: hidden;

}

.profilebox img.img-fluid {

    border-radius: 50%;

    object-fit: cover;

    width: 100%;

    height: 100%;

}
 .width20{
      width: 100px;
 }
 .sign-in a img.logo {
    width: 60px;
}

.padd-left35{
    padding-left: 40px;
}
.padd-left30{
    padding-left: 26px;
}

span.country {
    position: absolute;
    font-size: 12px;
    bottom: 18px;
    left: 10px;
    color: #212529;
}
span.mt-4.add-phase {
    cursor: pointer;
}
.modal-dialog.modalWidth500 {
    max-width: 500px;
    width: 500px;
}

button.swal-button.swal-button--confirm.btn.btn-warning {
    width: 100%;
    border-radius: 4px;
    background-color: var(--primary-color) !important;
    border: 0px;
    color: #fff;
    padding: 10px;
    font-size: var(--font-size-16);
}
@media screen and (min-width: 1000px) and (max-width: 1150px) {
.bgWhiteshadow {
    box-shadow: none;
    height: auto;
    overflow: hidden;
}  
.bgWhiteshadow .signin {
    margin: 0px 30px;
    margin-left: 50px;
}
.bgWhiteshadow {
    box-shadow: none;
    height: auto;
    overflow: hidden;
}
.containerCustom {
    max-width: 100%;
    padding: 0px 30px;
}
.step-text {
    font-size: var(--font-size-14);
}
.step-circle {
    width: 24px;
    height: 24px;
}
.nav.nav-line .nav-link, .nav.nav-simple .nav-link{
      margin-right: 20px;
}
.table-responsive .table thead th {
    white-space: nowrap;
}
}



@media only screen and (max-width: 768px) {
.overflowH {
    overflow: auto;
    min-height: initial;
}
.bgWhiteshadow {
    box-shadow: none;
    height: auto;
    overflow: auto;
}
.bgWhiteshadow .signin {
    border: 1px solid #EEEEEE;
    margin: 0px 15px;
    margin-top: 55px;
}

.signin {
      margin-bottom: 40px;
}
.step-circle {
    width: 24px;
    height: 24px;
}
.step-line {
    width: 10px;
}
.stepper-wrapper {
    gap: .5rem;
}
.stepper-item {
    gap: 3px;
}
.form-check .form-check-input {
    margin-left: 15px;
}
a.back-to-home1 {
    position: absolute;
    left: 40px;
    right: inherit;
}
.customerBgBox {
    display: none;
}
.customerBoxImg{
    display: none;
}
.signinbg {
    align-items: inherit;
}

.table-responsive .table thead tr th{

      white-space: nowrap;
}
.showonlymobile {
        display: block;
        background-color: var(--primary-color);
        text-align: center;
        margin-bottom: -26px;
    }
    .showonlymobile img {
    width: 120px;
}
.step-text{
  font-size: var(--font-size-12);
}
}
.btn-bg a {
    color: #fff;
}
.btn-bg:hover a {
    color: var(--primary-color);
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

/* #successModal .btn-close{
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2218%22%20height%3D%2218%22%20viewBox%3D%220%200%2018%2018%22%20fill%3D%22none%22%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%3E%3Cpath%20d%3D%22M8.99994%2010.8667L2.46661%2017.4001C2.22216%2017.6445%201.91105%2017.7667%201.53328%2017.7667C1.1555%2017.7667%200.844387%2017.6445%200.599943%2017.4001C0.355498%2017.1556%200.233276%2016.8445%200.233276%2016.4667C0.233276%2016.089%200.355498%2015.7778%200.599943%2015.5334L7.13328%209.00006L0.599943%202.46673C0.355498%202.22229%200.233276%201.91118%200.233276%201.5334C0.233276%201.15562%200.355498%200.844509%200.599943%200.600065C0.844387%200.35562%201.1555%200.233398%201.53328%200.233398C1.91105%200.233398%202.22216%200.35562%202.46661%200.600065L8.99994%207.1334L15.5333%200.600065C15.7777%200.35562%2016.0888%200.233398%2016.4666%200.233398C16.8444%200.233398%2017.1555%200.35562%2017.3999%200.600065C17.6444%200.844509%2017.7666%201.15562%2017.7666%201.5334C17.7666%201.91118%2017.6444%202.22229%2017.3999%202.46673L10.8666%209.00006L17.3999%2015.5334C17.6444%2015.7778%2017.7666%2016.089%2017.7666%2016.4667C17.7666%2016.8445%2017.6444%2017.1556%2017.3999%2017.4001C17.1555%2017.6445%2016.8444%2017.7667%2016.4666%2017.7667C16.0888%2017.7667%2015.7777%2017.6445%2015.5333%2017.4001L8.99994%2010.8667Z%22%20fill%3D%22white%22/%3E%3C/svg%3E");
}  */
.carousel-indicatorss {
    display: flex;
    gap: 10px;
    padding: 10px 0px;
}

p#emailResult {
    margin-bottom: 0px;
    font-size: 12px;
}
div#loader span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
div#loader {
    height: 100%;
    position: absolute;
    right: -15px;
    left: -15px;
    margin: auto;
    text-align: CENTER;
    background: #ffffffd1;
    z-index: 999;
    top: 0px;
}
.form-control.is-invalid, .was-validated .form-control:invalid {
    background: none !important;
}
.step1 {
    position: relative;
}
.sign-in img.logo {
    width: 60px;
}
.TermsPrivacy{
  font-size: 12px !important;
}
div#loader span img {
    width: 100px;
}
.btn.addProjectBtns {
    width: auto;
    margin: auto;
    border: 0px;
}
.scrollPortfolio {
    height: 375px;
    overflow-y: scroll;
    padding: 0px 13px;
}
.customWidth600 .modal-dialog.modal-dialog-centered.modal-lg {
    max-width: 650px;
}
/* .accountverify p {
    font-size: var(--font-size-12);
} */
.modal-body {
    padding: 20px;
}
.modalSignCta a{
font-size: var(--font-size-16);
}
.modal-header .btn-close{
    position: relative;
    top: 10px;
    right: 10px;
    z-index: 999;
}
.modal-header {
    padding: 0px;
}
.termsModalDetail p {
    font-size: var(--font-size-12);
    padding-left: 15px;
}
.termsModalDetail h5 {
    font-size: 14px;
}

.termsModalDetail h3 {
    font-size: 16px;
}
.accountverify p {
    font-size: var(--font-size-12);;
}
.table thead th{font-family: var(--custom-font);font-weight: 600;color: #0A1F31;letter-spacing: normal;}
.table>tbody>tr>td, .table>tbody>tr>th { white-space: nowrap;}

.table>tbody>tr>td {
    color: #777D87;
    font-weight: 400 !important;
    font-size: 12px;
}
.swal-title {
    font-size: var(--font-size-24);
    font-weight: var(--custom-weight6);
    color:var(--primary-color);
    font-size: 22px;
    margin-bottom: 0px !important;
}
.swal-footer .swal-button-container {
     margin: 0% 1%;
    display: inline-block;
    position: relative;
    width: 48%;

}

.swal-footer .swal-button-container button.swal-button.swal-button--cancel.btn.btn-danger{
    border: 1px solid var(--primary-color) !important;
    color: var(--primary-color) !important;
    border-radius: 4px;
    padding: 10px;
    font-weight: 500;
    font-size: var(--font-size-16);
    border-color: var(--primary-color) !important;
    width: 100%;
    background-color: #fff !important;

}

.swal-footer .swal-button-container button.swal-button.swal-button--confirm.btn.btn-success{
    background-color: var(--primary-color) !important;
    color: var(--custom-white) !important;
    border-radius: 4px;
    padding: 10px;
    font-size: var(--font-size-16);
    font-weight: 500;
    border-color: var(--primary-color) !important;
    width: 100%;
}

.dataTables_info {
    color: #777D87;
    font-size: 12px;
    text-transform: capitalize;
}
.dataTables_info select.form-select.form-control-lg {
    background-color: #fff !important;
        margin-right: 6px;
}
/* #exampleModal .modal-header {
    padding: 15px;
} */
#paymentModal .modal-header {
    padding: 15px;
        padding-bottom: 0px;
}
#paymentModal .modal-header .btn-close{
  top: 0px;
}

.files-list .file-item {
    /* border: 1px solid #e9e9e9; */
    width: 25%;
}

.file-itemBox {
    width: 100%;
    border: 1px solid #C5C5C5;
    border-radius: 4px;
    margin: auto;
    text-align: center;
    position: relative;
    padding: 6px;
}

.file-itemBox .file-details.text-center {
    /* text-transform: capitalize; */
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    padding-top: 6px;
}
.file-itemBox button.btn.btn-sm.btn-outline-danger.remove-single-file.mt-1 {
    position: absolute;
    top: -3px;
    right: 0px;
    padding: 0px;
    border: 0px;
    background-color: #eaeaea;
    width: 15px;
    height: 15px;
    border-radius: 50px;
}
.file-itemBox img{
    width: 100%;
    height: 50px;
    object-fit: cover;
    border-radius: 2px;
    /* border: 1px solid #ddd; */
    margin-bottom: 0px;

}
p.starttick {
    margin-bottom: 0px;
    font-size: 12px;
}
.form-check-input:checked {
    background-color: #0a1f31;
}
.TermsPrivacy {
    color: var(--custom-color) !important;
}

.font-size12{

}

p.Step1to3 {
    text-align: right;
    margin-bottom: -8px;
    font-size: 12px;
    margin-top: 10px;
}
.logoblack {
    text-align: center;
}
.logoblack a img.img-fluid {
    width: 60px;
    margin: auto;
    text-align: CENTER;
} 
.form-control{
    border-radius: var(--bs-border-radius) !important;
}

span.markred {
    color: red;
}
.disable-btn{
    background-color: var(--primary-color) !important;
    color: var(--custom-white);
    padding: 10px;
    border: 0px;
    border-radius: 2px;
    opacity: 0.4;
    pointer-events: none;
}
.spacePending {
    padding: 12px 20px;
    display: inline-block;
    text-align: center;
    border-radius: 2px;
}

.previewBoxshow{
    width: 70px;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    text-align: center;
    font-size: 14px;
    position: relative
}
.closepreview{
    position: absolute;
    top: 0px;
    right: 0px;
    color: rgb(255, 0, 0);
    cursor: pointer;
    font-size: 18px;
    /* font-weight: bold; */
    background: #fff;
    border-radius: 10px;
    line-height: normal;
    width: 20px;
    height: 20px;
    padding: 3px;
}
.previewimgText{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    line-height: normal;
    font-size: 11px;
    margin-bottom: 0px;
    text-transform: capitalize;
    color: var(--primary-color);
}
.image-wrapper {
    height: 66px;
    object-fit: cover;
    overflow: hidden;
}
.image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 60px;
}
.image-wrapper {
    height: 66px;
    object-fit: cover;
    overflow: hidden;
}
.image-wrapper img {
    object-fit: cover;
    width: 100%;
    height: 60px;
}
.carousel-indicatorsss button{
border: 0px;
}
.carousel-indicatorsss button.active {
    border:1px solid var(--primary-color);
   
}

a.view-all-link {
    color: #0A1F31;
    text-decoration: underline;
}
.ctabookAConsultation {
    background-color: #0A1F31;
    padding: 10px;
    border-radius: 8px;
    color: #fff;
}
.business-logo {
    padding: 15px;
    width: 120px;
}
.three-points ul li {
    display: inline-block;
}
.ctabookAConsultation:hover {
    background-color: #fff;
    color: var(--primary-color);
    border: 1px solid var(--primary-color);
}
.ctabookAConsultation:hover svg path{
    fill: var(--primary-color);
}
ul.products.columns-4 {
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
}
ul.products.columns-4 li.product {
    width: 31.3%;
    margin: 15px 10px;
    padding: 0px 0px;
    position: relative;
}
ul.products.columns-4 li.product h2.woocommerce-loop-product__title {
    font-size: 16px;
    color: var(--primary-color);
    padding-top: 16px;
    font-family: var(----custom-font);
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 12px;
}
ul.products.columns-4 li.product  a.button.wp-element-button.product_type_variable.add_to_cart_button{
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid var(--primary-color);
    padding: 8px 10px;
    color: var(--primary-color);
    font-size: 16px;
    margin-top: 10px;
    font-weight: 500;
}
ul.products.columns-4 li.product a.button.wp-element-button.product_type_variable.add_to_cart_button:hover{
    background-color: var(--primary-color);
    color: #fff;
}

a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart {
    width: 100%;
    display: block;
    text-align: center;
    border: 1px solid var(--primary-color);
    padding: 8px 10px;
    color: var(--primary-color);
    font-size: 15px;
    margin-top: 10px;
}
a.button.wp-element-button.product_type_simple.add_to_cart_button.ajax_add_to_cart:hover {
    background-color: var(--primary-color);
    color: #fff;
}

ul.products.columns-4 li.product .screen-reader-text {
    display: none;
}

ul.products.columns-4 li.product  a.woocommerce-LoopProduct-link.woocommerce-loop-product__link {
    color: var(--primary-color);
}

.woocommerce-notices-wrapper main#main {
    padding-top: 0px;
}
.woocommerce-notices-wrapper .woocommerce-breadcrumb{
    display: none;
}
form.woocommerce-ordering select.orderby {
    padding: 10px;
    font-size: 14px;
    text-transform: capitalize;
}
form.woocommerce-ordering {
    text-align: right;
}
.woocommerce_shorting {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 0px 10px;
}

.woocommerce-notices-wrapper {
    width: 100%;
}
ul.products.columns-4 li.product a img.attachment-woocommerce_thumbnail.size-woocommerce_thumbnail {
    height: 300px;
    width: 100%;
    object-fit: cover;
}

span.price {
    font-weight: 500;
    display: inline-block;
    padding: 5px 0px;
}

.container.textbreadcrumb {
    position: absolute;
    top: 4%;
    left: 0px;
    right: 0px;
}

.woocommerce_banner {
    position: relative;
}
.woocommerce_banner img.img-fluid.web_banner {
    margin-bottom: 50px;
}
.shop-filters .form-check-label {
    font-size: 14px;
}

.woocommerce_banner aside.col-xl-3.col-lg-4.mb-4 {
        flex: 0 0 auto;
        width: 20%;
    }
    .woocommerce_banner  main.col-xl-9.col-lg-8 {
        flex: 0 0 auto;
        width: 80%;
    }
   
.shop-filters legend.h5.mb-3 {
    font-weight: 500;
    margin-top: 77px;
    border-bottom: 1px solid #000;
    padding-bottom: 10px;
    font-size: 18px;
    margin-bottom: 25px !important;
}
ul.page-numbers {
    margin: 0px;
    padding: 0px;
    display: flex;
    flex-wrap: wrap;
    text-align: CENTER;
    justify-content: center;
    margin-bottom: 110px;
}
ul.page-numbers li {
    padding: 0px 4px;
}
header.woocommerce-products-header {
    display: none;
}
.shop-filters .form-check {
    margin-bottom: 10px;
}

ul.products.columns-4 li.product span.onsale {
    position: absolute;
    right: 0px;
    background-color: var(--primary-color);
    color: #fff;
    font-size: 12px;
    padding: 4px 7px;
}
nav.woocommerce-breadcrumb a {
    color: #999999;
    font-weight: 300;
}
.woocommerce .woocommerce-breadcrumb{
    color: #999999;
    padding: 15px 0px 10px;

}
.woocommerce .wp-block-woocommerce-product-image-gallery span.onsale {
    background-color: #000;
    padding: 0px;
    border-radius: 0px;
    height: auto !important;
    display: block;
    left: 0px;
    top: 0px;
    font-weight: 300;
}
h1.wp-block-post-title {
    font-size: 28px;
}
.wc-block-components-product-price del{
    color: #999;
    font-size: 14px;
}
.wc-block-components-product-price del span.woocommerce-Price-amount.amount{
    color: #999;
    font-size: 14px;

}
ins span.woocommerce-Price-amount.amount{

}

.wc-block-components-notice-banner.is-info {
    border: none;
    background-color: #fff;
}

.wc-block-components-notice-banner.is-info .wc-block-components-notice-banner.is-info {
    display: none;
}
.wp-block-add-to-cart-form.wc-block-add-to-cart-form.wc-block-add-to-cart-form--input.wp-block-woocommerce-add-to-cart-form {
    margin-top: 70px;
}
ol.flex-control-nav.flex-control-thumbs {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px !important;
}
.woocommerce div.product div.images .flex-control-thumbs li {
    width: 18.4%;
}
a.wp-block-button__link.wp-element-button.wc-block-components-product-button__button.add_to_cart_button {
    background-color: #fff;
    color: #000;
    border: 1px solid #000;
    border-radius: 0px;
    width: 100%;
    padding: 10px;
}
h3.has-text-align-center.wp-block-post-title.has-medium-font-size {
    text-align: left;
    color: #000;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

h3.has-text-align-center.wp-block-post-title.has-medium-font-size a{
    text-align: left;
    color: var(--primary-color);
    padding-top: 16px;
    font-family: var(----custom-font);
    font-weight: 300;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.wc-block-components-product-price.wc-block-grid__product-price.has-text-align-center.has-font-size.has-small-font-size.has-text-align-center {
    text-align: left;
}
a.wp-block-button__link.wp-element-button.wc-block-components-product-button__button.add_to_cart_button:hover{
    background-color: var(--primary-color);
    color: #fff;
    border: 1px solid var(--primary-color);
}
.wc-block-components-product-sale-badge.wc-block-components-product-sale-badge--align-right.wc-block-grid__product-onsale {
    background-color: #000;
    border-radius: 0px;
    border: 0px;
    color: #fff;
    font-weight: 300;
    text-transform: capitalize;
}
span.woocommerce-Price-amount.amount bdi {
    font-weight: 500;
    /* color: #cecece; */
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs{
    border-bottom: 1px solid #e6e6e6 !important;
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li.active {
    border-bottom: 2px solid var(--primary-color) !important;

}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li {
    font-weight: 500;
}
.woocommerce-tabs.wc-tabs-wrapper ul.tabs.wc-tabs li a {
    font-weight: 500 !important;
}
.woocommerce div.product .woocommerce-tabs .panel h2 {
    font-size: 24px;
}

.wc-block-components-product-metadata {
    display: none;
}


.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
  
    font-size: 12px;
    font-weight: 500;
}

.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--plus {
    font-size: 20px;
    font-weight: 600;
    opacity: 1;
    /* border: 1px solid #d9d9d9; */
}
.wc-block-components-quantity-selector>.wc-block-components-quantity-selector__button--minus {
    font-size: 20px;
    font-weight: 600;
    opacity: 1;
    /* background-color: #d9d9d9; */
    /* border: 1px solid #d9d9d9; */
}
.wc-block-components-quantity-selector input.wc-block-components-quantity-selector__input {
    font-size: 15px;
    font-weight: 500;
    color: var(--primary-color);
}

a.wc-block-components-product-name {
    color: var(--primary-color);
    padding-bottom: 0px;
    margin-bottom: 0px !important;
}
.is-large.wc-block-cart .wc-block-cart-items td{
    width: 80px;
}

:root :where(.wp-element-button, .wp-block-button__link)
{

    background-color: var(--primary-color);
}
:root :where(.wp-element-button, .wp-block-button__link):hover
{
    background-color:#fff;
    color:var(--primary-color);
    border: 1px solid var(--primary-color);
}

.wc-block-components-button:not(.is-link).outlined:hover {
    background-color: var(--primary-color);
    color: #fff;
    opacity: 1;
}
h1.alignwide.wp-block-post-title {
    max-width: var(--wp--style--global--wide-size);
    margin-top: 40px !important;
}
.wc-block-components-product-metadata {
    display: none;
}
h3.wc-block-components-product-name {
    font-size: 14px;
}
span.wc-block-formatted-money-amount.wc-block-components-formatted-money-amount.wc-block-components-product-price__value.wc-block-components-order-summary-item__individual-price {
    font-weight: 400;
}
.wc-block-components-order-summary-item__quantity {
    font-size: 12px;
}
.wc-block-components-panel__button {
    font-size: 16px;
}

form#designerLoginForm {
    position: relative;
}
.swal-footer {
    display: flex;
    justify-content: center;
}
span.btn.btn-bg.btn-border.bg-warning {
    color: #DF8F0E !important;
    background-color: var(--custom-yellow) !important;
    border: 0px;
}
span.btn.btn-bg.btn-border.bg-secondary {
    background-color: transparent !important;
    color: var(--primary-color) !important;
}
span.input-group-calendar {
    position: absolute;
    right: 10px;
    bottom: 15px;
    background-color: transparent;
    border: 0px;
    pointer-events: none;
}
/* div#service-category {
    text-align: center;
    margin-top: 30px;
} */

#service-category img.loaderss {
    width: 62px;
    margin: auto;
    display: block;
    text-align: center;
    margin-top: 20px;
}
img.loaderss.align-middle.ms-2 {
    width: 45px;
    position: absolute;
    bottom: 4px;
}

span.currency {
    position: absolute;
    left: 10px;
    bottom: 17px;
}
.tokenamount{
    padding-left: 25px;
    font-size: 14px;
}
.modal-dialog.modaltoken-width{
    width: 400px;
    max-width: 400px;
}
.pointerevent-none {
    pointer-events: none !important;
}
button.swal-button.swal-button--confirm.btn.btn-danger {
    width: 100%;
}
span.dropdown-iconcalendar {
    position: absolute;
    right: 10px;
    z-index: 9;
    bottom: 10px;
    pointer-events: none;
}
#form_query_id .form-control {
    font-size: 12px;
    padding: 10px;
}



.carousel-indicatorss {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 0px;
}
.carousel-indicatorss button {
    width: 25%;
    border: 0px;
    background-color: transparent;
}
.arrowleftright .carousel-control-next, .arrowleftright .carousel-control-prev {
    position: relative;
    width: auto;
    background-color: #000;
    padding: 10px;
    margin: 0px 5px;
    background: #c49b6642;
    opacity: 1;
    border-radius: 4px;
}
.arrowleftrights {
    display: flex;
}
.backgroundWhite .carousel-indicatorsss button.thumneimg  {
    border: 0px;
    background-color: #fff;
}

#imageCarouselModal #carouselExampleIndicators .carousel-item img.d-block.w-100 {
    max-height: 400px;
    object-fit: fill;
}

.custom-alert-box{
     display: flex;
    flex-wrap: wrap;
    gap: 15px;
    border: 1px solid #f5c2c7;
    background: #f8d7da;
    padding: 15px;
    border-radius: 4px;
}

.custom-box-style {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 5px;
    background: #fff;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.small-note-text {
    font-size: 11px;
    margin-top: 5px;
    color: #333;
    word-break: break-all;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.rejectedimg {
    max-width: 100%;
    object-fit: cover;
    width: 100%;
    height: 70px;
}
.rejectedcustomimg {
    width: 18%;
}
img.rounded-circle.me-1.profile-pic-show {
    width: 30px;
    height: 30px;
    object-fit: cover;
}

select.project-phase-select.form-select.form-select-sm.w-auto.dashboard-select.dashboard-revenue-select {
    background-color: #fff !important;
    border: 0px !important;
    padding: 6px !important;
}

button.card-remove {
    background-color: transparent;
    border: 0px;
}
.payment-card.add-card {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: CENTER;
    height: 100%;
    text-align: center;
}
.editbox2 {
    cursor: pointer;
}
.editbox1{
    cursor: pointer;
}
@media (min-width: 1200px) and (max-width: 1300px) {
.form-control {
    font-size: 10px;
    padding: 0.6rem 1rem;
}
label {
    color: #0A1F31 !important;
    font-size: 10px !important;
}
span.cuntrycode {
    bottom: 8px;
}
span.Verify{
      bottom: 8px;
}
.uploadbox input {
    height: 30px;
}

.uploadtext {
    top: 4px;
}   
.form-check label, .form-group label {
    margin-bottom: .2rem;
}
.form-check, .form-group {
    padding: 4px 0px;
}
.benefitsText {
    margin-bottom: 15px;
}
.input-group-append {
    top: 5px;
}

.modaltoken-width .form-control {
    padding-left: 24px;
}
span.currency {
    bottom: 10px; 
}
}

@media (min-width: 1200px) and (max-width: 1300px) {
            .form-control {
                font-size: 10px;
                padding: 0.6rem 1rem;
            }
            label {
                color: #0A1F31 !important;
                font-size: 10px !important;
            }
            span.cuntrycode {
                bottom: 8px;
            }
            span.Verify{
                bottom: 8px;
            }
            .uploadbox input {
                height: 30px;
            }

            .uploadtext {
                top: 4px;
            }   
            .form-check label, .form-group label {
                margin-bottom: .2rem;
            }
            .form-check, .form-group {
                padding: 4px 0px;
            }
            .benefitsText {
                margin-bottom: 15px;
            }
            .input-group-append {
                top: 5px;
            }

            .modaltoken-width .form-control {
                padding-left: 24px;
            }
            span.currency {
                bottom: 10px; 
            }   
             #project-form span.country {
        font-size: 12px;
        bottom: 12px;
    }
           #project-form .padd-left35 {
        padding-left: 41px;
    }
               #project-form .padd-left30 {
        padding-left: 26px;
    }
            #project-form .currency i.fas.fa-rupee-sign {
                font-size: 12px;
            }
}
.wd-action-btn>a.added:before{
content: "\f134" !important;

}


/* notification  */


 .notification-list {
            margin: 0;
            padding: 0;
            list-style: none;
            padding: 30px;
        }
        .notification-card {
            display: flex;
            align-items: flex-start;
            background: #fff;
            border: 1px solid #e9ecef;
            border-radius: 10px;
            margin-bottom: 18px;
            padding: 18px 22px;
            box-sizing: border-box;
            transition: background 0.2s;
        }
        .notification-card:last-child {
            margin-bottom: 0;
        }
        .avatar-section {
            position: relative;
            margin-right: 18px;
        }
        .avatar {
            width: 40px;
            height: 40px;
            background: #eaf7e6;
            border-radius: 50%;
            display: flex;
            align-items: center;
            justify-content: center;
            font-weight: 600;
            font-size: 1.2rem;
            color: #7ac142;
        }
        .status-dot {
            position: absolute;
            top: 6px;
            left: 32px;
            width: 10px;
            height: 10px;
            background: #7ac142;
            border: 2px solid #fff;
            border-radius: 50%;
        }
        .notification-content {
            flex: 1;
            min-width: 0;
        }
        .notification-title {
            font-weight: 700;
            color: #222;
            font-size: 1.05rem;
            margin-bottom: 4px;
            line-height: 1.3;
        }
        .notification-sub {
            color: #8a99b3;
            font-size: 0.98rem;
            margin-bottom: 0;
        }
        .notification-meta {
            display: flex;
            min-width: 260px;
            margin-left: 18px;
            color: #8a99b3;
            justify-content: space-between;
        }
        .notification-date {
            margin-bottom: 6px;
        }
        /* Read notification style */
        .notification-card.read .notification-title,
        .notification-card.read .notification-sub {
            color: #c3cfd9;
            font-weight: 500;
        }
        .notification-card.read .avatar {
            background: #f3f6f8;
            color: #c3cfd9;
        }
        .notification-card.read .status-dot {
            background: #c3cfd9;
        }

/* end notifications  */
.nav-link:focus, .nav-link:hover {
    color: var(--secondary-color);
}

.CategoryBox {
    position: relative;
    height: 100%;
}
.portfolioImage {
    height: 361px;
    overflow: hidden;
}
.portfolioImage img.img-fluid {
    object-fit: cover;
    width: 100%;
    border-radius: 8px;
    height: 100%;
}

.OurExperts {
    background: linear-gradient(180deg, rgba(0, 0, 0, 0), #000000);
    position: absolute;
    bottom: 0px;
    z-index: 99;
    color: var(--colorwhite);
    padding: 15px 15px 30px 15px;
    padding-top: 150px;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
    left: 0px;
    right: 0px;
}
.OurExperts h3 {
    font-size: 20px;
    color: var(--secondary-color);
}
.OurExperts h3 a {
    color: var(--secondary-color);
    text-decoration: none;
}
.OurExpertsDetail {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 5px;
}
.customers {
    display: flex
;
    align-items: center;
}
.customer-profile {
    border-radius: 100%;
    width: 40px;
    display: flex;
    overflow: hidden;
    height: 40px;
    border: 2px solid #FFF;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}
.CategoryBox img {
    width: 100%;
    border-radius: 8px;
}
.OurExpertsName h5 {
    margin-bottom: 0px;
    font-size: 14px;
    text-transform: capitalize;
    color: #fff;
}
.OurExpertsName p.location {
    color: #737373;
    margin-bottom: 0px;
    text-transform: capitalize;
    font-size: var(--font-size-14);
}
.OurExpertsCta {
    display: flex;
    justify-content: end;
    align-items: center;
}
a.linkitem {
    background: rgb(0 0 0 / 43%);
    border-radius: 100%;
    width: 40px;
    height: 40px;
    text-align: CENTER;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0px 5px;
}
.service-buttons {
    width: 50px;
    /* display: flex; */
    position: absolute;
    z-index: 9999;
    bottom: 79px;
    background: #fff;
    border-radius: 4px;
    /* left: 0px; */
    right: 66px;
    /* margin: AUTO; */
}
.service-buttons a {
    margin: 13px;
    display: block;
}
.service-buttons a img {
    width: 28px;
    height: auto !important;
}
#designers-container .col-md-6.mb-3 {
    position: relative;
}
.removebtnaddimg {
    position: absolute;
    top: -22px;
    right: -90px;
    cursor: pointer;
    
}

.removebtnaddimg4{
     position: absolute;
    top: -22px;
    right: -37px;
    cursor: pointer; 
}
.addprojectmore {
    background-color: #1a2035;
    display: inline-block;
    color: #fff;
    padding: 10px 10px;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #1a2035;
}

.addprojectmore:hover {
    background-color: #fff;
    color: #000;
}

img.service-delete {
    cursor: pointer;
}
img.service-delete:hover {
    opacity: 0.6;
}

button.swal2-cancel.swal2-styled {
    width: 48%;
    padding: 10px;
    background-color: #0A1F31;
    border: 1px solid #0A1F31;
}
button.swal2-cancel.swal2-styled:hover {
    background-color: #fff;
    color: #0A1F31;
}
button.swal2-confirm.swal2-styled {
    width: 48%;
    padding: 10px;
    background-color: #fff;
    color: #0A1F31;
    border: 1px solid #0A1F31;
}
.swal2-actions {
    width: 100%;
    padding: 3px;
}
button.swal2-confirm.swal2-styled:hover {
    background-color: #0A1F31;
    color: #fff;
}
.designer-profile h4.mb-0 {
    font-weight: 600;
}

span.interiorshow {
    padding: 10px;
    display: inline-block;
    font-size: 16px;
}
span.ServiceCategoryboxmin {
    background-color: #1a2035;
    color: #fff;
    padding: 6px 10px;
    border-radius: 27px;
    margin: 5px;
}
.customer-profile img.img-fluid {
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.breadcrumb a {
    color: var(--secondary-color);
}
.breadcrumb span.breadcrumb-separator {
    color: var(--secondary-color);
    padding-right: 5px;
    padding-left: 2px;
}
.breadcrumb span.current {
    color: #fff;
}
.otpmodalwidth{
    width: 500px;
    max-width: 500px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active{
    background-color: var(--secondary-color) !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu{
        background-color: var(--primary-color) !important;

}
.dokan-dashboard .dokan-dash-sidebar{
        background-color: var(--primary-color) !important;
}
.woocommerce-layout__header .woocommerce-layout__header-wrapper {
    padding: 10px;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover {
    background-color: var(--secondary-color) !important;
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li:hover:not(.active) ul.navigation-submenu{
     background-color: var(--primary-color) !important;
}
a.dokan-btn.dokan-btn-default.add_new_attribute{
    background-color: var(--primary-color) !important;
}

a.dokan-btn.dokan-btn-default.dokan-btn-theme.dokan-save-attribute{
    background-color: var(--secondary-color) !important;
}

input.dokan-btn.dokan-btn-theme.dokan-btn-lg.dokan-right{
     background-color: var(--primary-color) !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li ul.navigation-submenu li{
    background-color: var(--primary-color) !important;  
}
.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.active ul.navigation-submenu{
    border-bottom: 0.5px solid #fff !important;
}
span.remove-single-file.removeimgsinup {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: red;
    border-radius: 6px;
    height: 14px;
    padding: 2px 3px;
    line-height: 11px;
    color: #fff;
    font-size: 10px;
    cursor: pointer;
}
.multiimgboxtext{
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 10px;
    padding-top: 6px;
    display: none;
}
.multiimgbox {
    position: relative;
    padding: 4px !important;
}
.multiimgboximg{
    height: 30px;
    width: 100%;
    object-fit: cover;
    overflow: hidden;
}
.multiimgboximg img {
    max-height: 100%;
    width: 100%;
    object-fit: cover;
    max-width: 100% !important;
}
.dokan-layout .dokan-btn-secondary{
color: var(--primary-color) !important;
    border: 1px solid var(--primary-color) !important;
}

.dokan-dashboard .dokan-dash-sidebar ul.dokan-dashboard-menu li.dokan-common-links a:hover{
    background-color: var(--secondary-color) !important;
}

.woocommerce-MyAccount-navigation ul li a:hover {
    color: #B59971 !important;
    background-color: rgba(0, 0, 0, .16) !important;
    text-decoration: none !important;
}

.wd-my-account-sidebar {
    flex: 1 0 18% !important;
    max-width: 18% !important;
    width: 18% !important;
    background-color: #1a2035 !important;
}
.woocommerce-MyAccount-title {
    color: #fff !important;
}
.woocommerce-MyAccount-navigation ul li a {
    color: #b9babf!important
}
.viewportfolio_image img {
    border-radius: 2px;
}
.uploadtext.afterviewimg {
    width: AUTO;
}

.swal2-actions {
    width: 100% !important;
}
.swal2-actions button.swal2-confirm.swal2-styled.swal2-default-outline {
    background-color: var(--primary-color) !important;
    color: #fff;
}
button.swal2-cancel.swal2-styled.swal2-default-outline {
    background-color: #fff !important;
    color: var(--primary-color) !important;
}
.dashboard-leads-header span.input-group-calendar{
    bottom:8px
}
.dropdown.user-login-menu .dropdown-toggle {
    color: #fff;
}
 
.dropdown.user-login-menu  .dropdown-menu.show {
    display: block;
    width: 220px;
}
.dropdown.user-login-menu .dropdown-item:hover {
    background-color: var(--primary-color) !important;
    color: #fff !important;
}
.dropdown.user-login-menu .dropdown-menu.show li {
    margin-bottom: 0px;
}
.dropdown.user-login-menu .dropdown-item:hover svg path{
    stroke: #fff;
}

.woocommerce-cart .wd-page-content.main-page-wrapper {
    padding-top: 180px !important;
}

img.user-avatar {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    object-fit: cover;
}
.elementor-widget-wd_wishlist {
    padding-top: 190px !important;
}
.whb-sticky-prepared.whb-sticked.whb-scroll-up .whb-general-header {
    background-color: #0d1b2a;
}
.whb-sticky-prepared.whb-sticked.whb-scroll-up .whb-header-bottom {
    background-color: #0d1b2a;
}
.searchform.wd-style-4 input[type="text"]::-webkit-input-placeholder {
    color: #fff;
}
.searchform.wd-style-4 input[type="text"]:-ms-input-placeholder {
    color: #fff;
}
.searchform.wd-style-4 input[type="text"]::-ms-input-placeholder {
    color: #fff;
}
.searchform.wd-style-4 input[type="text"]::placeholder {
    color: #fff;
}

@media (max-width: 768px) {

 .profilebox{
      margin-top: -50px;
      width: 100px;
      height: 100px;
      overflow: hidden;
  }

}