body {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  overflow-x: hidden;
  background-color: #FFFFFF;
  position: relative;
  height: fit-content;
}

* {
  outline-color: #36454F !important;
}

img {
  max-width: 100%;
}

.wrapper {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 1rem;
}

.flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.heading-top {
  display: block;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #FFFFFF;
  margin-bottom: 26px;
}

.global--pre-title {
  color: #8D913A !important;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 110%;
  font-family: "Raleway", sans-serif;
  margin-bottom: 12px;
}

p {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  font-family: "Inter", sans-serif;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  line-height: 110%;
}
@media (max-width: 992px) {
  h1 {
    font-size: 45px;
  }
}
h1 span {
  color: #8D913A;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 110%;
  margin-bottom: 20px;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 992px) {
  h2 {
    font-size: 35px;
  }
}
h2 span {
  color: #8D913A;
}

h3 {
  font-size: 24px;
  font-weight: 600;
  line-height: 110%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 25px;
  }
}

h4 {
  font-size: 20px;
  font-weight: 600;
  line-height: 110%;
  font-family: "Raleway", sans-serif;
}
@media (max-width: 992px) {
  h4 {
    font-size: 20px;
  }
}
h4 span {
  color: #8D913A;
}

img {
  user-select: none;
  -webkit-user-drag: none;
}

input, textarea, select {
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 8px 13px;
  font-size: 14px;
  color: #535353;
  resize: none;
}
input::placeholder, textarea::placeholder, select::placeholder {
  font-size: 14px;
}

.global--form {
  background-color: #fff;
  padding: 50px 40px 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}
.global--form h2 {
  font-weight: 500;
  font-size: 30px;
}
.global--form .form-group label {
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  color: #000000;
}
.global--form .form-group .form-control {
  height: 50px;
  background: #FFFFFF;
  border: 0.5px solid rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.global--form .form-group textarea.form-control {
  height: 150px;
  padding-top: 10px;
}
.global--form .form-group .btn--primary {
  width: 100%;
  display: block;
  margin-top: 35px;
}

.btns-container {
  display: flex;
  gap: 0.8rem;
}
@media (max-width: 492px) {
  .btns-container {
    flex-direction: column;
    gap: 0.7rem;
  }
}

.top-bar {
  width: 100%;
  height: 55px;
  background-color: #8D913A;
}
.top-bar .wrapper-tp {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 1rem;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  row-gap: 5px;
}
.top-bar .wrapper-tp .services-quick-links {
  display: flex;
  align-items: center;
  gap: 1px;
}
.top-bar .wrapper-tp .services-quick-links span {
  display: block;
  width: 3px;
  height: 3px;
  border-radius: 10px;
  background-color: #fff;
  margin: 0 !important;
}
.top-bar .wrapper-tp .services-quick-links a {
  color: #FDFAFA;
  font-size: 12px;
  text-decoration: none;
  font-weight: 500;
  margin: 0 !important;
}
@media (max-width: 992px) {
  .top-bar .wrapper-tp .services-quick-links a {
    text-align: center;
    line-height: 100%;
  }
}
.top-bar .wrapper-tp .services-quick-links a svg {
  color: #FDFAFA;
}
.top-bar .wrapper-tp .top-bar-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.top-bar .wrapper-tp .top-bar-socials a {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 14px;
  text-decoration: none;
  color: #FFFFFF;
}
.top-bar .wrapper-tp .top-bar-socials a .top-bar-socials--icon {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  background-color: #8D913A;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 692px) {
  .top-bar .wrapper-tp .top-bar-socials a {
    margin: 0 !important;
  }
  .top-bar .wrapper-tp .top-bar-socials a span {
    display: none;
  }
}
@media (max-width: 692px) {
  .top-bar .wrapper-tp {
    flex-direction: column;
    justify-content: center;
  }
}
@media (max-width: 692px) {
  .top-bar {
    height: 85px !important;
    position: relative;
    z-index: 9999;
  }
}

.main--cta {
  background-image: url("../../images/cta-bg.png");
  background-position: center;
  background-size: cover;
  width: 100%;
}
.main--cta .wrapper {
  padding: 112px 1rem;
  color: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 0.8rem;
}
.main--cta .wrapper p {
  max-width: 620px;
}

.global--cta {
  width: 100%;
  padding: 122px 0rem;
  background-image: url("../../images/cta-background.png");
  background-position: center;
  background-size: cover;
}
@media (max-width: 492px) {
  .global--cta {
    background-position: 60% 50%;
  }
}
.global--cta p {
  max-width: 740px;
}

.dashboard-header {
  width: 100%;
  background-color: #FFFFFF;
}
.dashboard-header__info {
  width: 100%;
  background-color: #8D913A;
  padding: 0.9rem 1rem;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 2;
}
.dashboard-header__info a {
  margin: 0;
  color: #FFFFFF;
  font-weight: 400;
  margin-right: 5px;
  color: #FFFFFF;
  font-size: 13px;
}
.dashboard-header__info a svg {
  margin-right: 3px;
}
.dashboard-header__acc {
  width: 100%;
  padding: 15px 1.5rem;
  border-bottom: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 1.4rem;
}
.dashboard-header__acc .dh-acc-btns {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 5px;
}
.dashboard-header__acc .dh-acc-btns .notif-box {
  display: none;
  width: 340px;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0px 4px 12px rgba(135, 135, 135, 0.25);
  position: absolute;
  top: 7rem;
  right: 3rem;
  background-color: #FFFFFF;
}
.dashboard-header__acc .dh-acc-btns .notif-box h3 {
  font-size: 16px;
  font-weight: 600;
  color: #1E1E1E;
  margin-bottom: 12px;
}
.dashboard-header__acc .dh-acc-btns .notif-box ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
}
.dashboard-header__acc .dh-acc-btns .notif-box ul li {
  width: 100%;
  display: none;
  gap: 13px;
  border-bottom: 1px solid #DFE1E6;
  padding: 13px 10px !important;
}
.dashboard-header__acc .dh-acc-btns .notif-box ul li:last-child {
  border-bottom: none !important;
}
.dashboard-header__acc .dh-acc-btns .notif-box ul li:nth-child(-n+3) {
  display: flex;
}
.dashboard-header__acc .dh-acc-btns .notif-box ul li span {
  font-size: 10px;
  color: #777980;
  display: inline-block;
}
.dashboard-header__acc .dh-acc-btns .notif-box ul li p {
  font-size: 12px;
  color: #1E1E1E;
  margin: 0;
}
.dashboard-header__acc .dh-acc-btns .notif-box ul .toggle-notif {
  display: block;
  text-align: center;
  margin-top: 12px;
  font-size: 10px;
  color: #0088FF;
  cursor: pointer;
}
@media (max-width: 492px) {
  .dashboard-header__acc .dh-acc-btns .notif-box {
    z-index: 999;
    right: 1rem;
    width: 300px;
  }
}
.dashboard-header__acc .dh-acc-prof {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  position: relative;
}
.dashboard-header__acc .dh-acc-prof div {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  justify-content: flex-end;
}
.dashboard-header__acc .dh-acc-prof div h4 {
  font-size: 14px;
  font-weight: 600;
  color: #1E1E1E;
  margin-bottom: 2px;
  font-family: "Rubik", sans-serif;
}
.dashboard-header__acc .dh-acc-prof div p {
  font-size: 10px;
  color: hsla(0, 0%, 0%, 0.556);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0;
  font-family: "Rubik", sans-serif;
}
.dashboard-header__acc .dh-acc-prof div p span {
  margin-right: 3px;
  display: inline-block;
  background-color: green;
  width: 5px;
  height: 5px;
  border-radius: 10px;
}
.dashboard-header__acc .dh-acc-prof img {
  width: 45px;
  height: 45px;
  border-radius: 55px;
}
.dashboard-header__acc .dh-acc-prof #btn-menu {
  border: none;
  background: #FFFFFF;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: absolute;
  bottom: -1px;
  right: -3px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  display: flex;
  border: 0.5px solid #777980;
  align-items: center;
  justify-content: center;
  transition: ease 0.3s;
}
.dashboard-header__acc .dh-acc-prof #btn-menu svg {
  margin-top: 1.2px;
}
.dashboard-header__acc .dh-acc-prof #btn-menu .menu-icon.is-rotated {
  margin-bottom: 4px;
  margin-right: 0.4px;
  transform: rotate(180deg);
}

.user-menu {
  position: absolute;
  top: 7.3rem;
  right: 1rem;
  width: 130px;
  background-color: #fff;
  border-radius: 8px;
  z-index: 1000;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12), 0 4px 10px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  padding-block: 0.7rem;
  display: none;
}
.user-menu ul {
  margin: 0;
}
.user-menu a {
  display: block;
  width: 100%;
  padding: 10px 10px;
  color: #8D913A;
  font-size: 12px !important;
  font-weight: 500;
  line-height: 100% !important;
  text-decoration: none;
}
.user-menu a:hover {
  background-color: rgba(85, 184, 9, 0.1019607843);
}

.user-menu.is-open {
  display: block;
}

.dashboard-side {
  width: 264px;
  height: 100%;
  background-color: #FFFFFF;
  border-right: 1px solid #D9D9D9;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  padding-top: 3.5rem;
}
.dashboard-side__logo {
  margin-left: 0.6rem;
}
.dashboard-side__links {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.dashboard-side__links .ds-l-btn {
  display: flex;
  padding: 13px 16px;
  align-items: center;
  gap: 0.6rem;
  text-decoration: none;
  border-left: 4px solid #FFFFFF;
}
.dashboard-side__links .ds-l-btn__icon {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.dashboard-side__links .ds-l-btn h4 {
  font-weight: 500;
  font-size: 14px;
  margin: 0;
  color: #1E1E1E;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 692px) {
  .dashboard-side__links .ds-l-btn {
    align-items: center;
    justify-content: center;
  }
  .dashboard-side__links .ds-l-btn h4 {
    display: none;
  }
}
.dashboard-side__links .ds-l-btn:hover {
  background-color: hsla(63, 69%, 44%, 0.2);
  border-left: 4px solid #8D913A;
}
.dashboard-side__links .ds-l-btn-active {
  background-color: hsla(63, 69%, 44%, 0.2);
  border-left: 4px solid #8D913A;
}
@media (max-width: 692px) {
  .dashboard-side {
    width: 80px;
  }
}

.btn {
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 10px 25px;
  text-transform: capitalize;
  border: 1px solid #8D913A;
  border-radius: 8px;
  transition: 0.3s;
}
.btn--primary {
  background-color: #8D913A;
  color: #FFFFFF;
  font-weight: 500;
}
.btn--primary:hover {
  opacity: 0.85;
  color: #FFFFFF;
}
.btn--secondary {
  color: #8D913A !important;
  background-color: #FFFFFF;
}
.btn--secondary:hover {
  opacity: 0.85;
  color: #8D913A !important;
}

header {
  z-index: 999;
  position: sticky;
  top: 0px;
  left: 0;
  width: 100%;
  padding: 10px 0;
  background-color: #FFFFFF;
  border-bottom: 1px solid #D9D9D9;
}
header .wrapper {
  width: 100%;
  display: flex;
  align-content: center;
  justify-content: space-between;
}
header .wrapper .main-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 30px;
}
header .wrapper .main-logo a img {
  width: 55px;
  height: 55px;
}
header .wrapper .main-logo .line-hh {
  width: 1px;
  height: 75%;
  background-color: #D9D9D9;
}
header .wrapper .main-logo ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 32px;
  margin: 0;
}
header .wrapper .main-logo ul li a {
  color: #1E1E1E;
  font-size: 15px;
  font-family: "Inter", sans-serif;
  font-weight: 400;
  text-decoration: none;
}
header .wrapper .main-logo ul li a:hover {
  color: #8D913A;
}
header .right {
  text-align: right;
}
header .right .btn {
  display: inline-block;
  margin-left: 8px;
}
@media (max-width: 1280px) {
  header .right .btn {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .header--desktop {
    display: none;
  }
}

.header--mobile {
  display: none;
  background-color: #FFFFFF;
  padding: 10px 0;
}
.header--mobile .wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header--mobile .mobile-logo-con {
  width: 220px;
}
.header--mobile .mobile-logo-con a img {
  width: 55px;
  height: 55px;
}
.header--mobile .mobile-menu {
  z-index: 99;
  position: fixed;
  top: 55px;
  right: 0;
  width: 240px;
  height: 100%;
  background-color: #FFFFFF;
  padding: 70px 30px;
  -webkit-transform: translate(240px, 0);
  transform: translate(240px, 0);
  transition: -webkit-transform 0.5s cubic-bezier(0, 0.52, 0, 1);
  transition: transform 0.5s cubic-bezier(0, 0.52, 0, 1);
  transition: transform 0.5s cubic-bezier(0, 0.52, 0, 1), -webkit-transform 0.5s cubic-bezier(0, 0.52, 0, 1);
  overflow: auto;
}
.header--mobile .mobile-menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
.header--mobile .mobile-menu ul li {
  display: block;
  padding-bottom: 11px;
  margin-bottom: 13px;
  border-bottom: 1px solid #D9D9D9;
}
.header--mobile .mobile-menu ul li a {
  z-index: 12;
  position: relative;
  font-size: 14px;
  color: #1E1E1E;
  transition: all 300ms ease;
}
.header--mobile .mobile-menu ul li a:hover {
  text-decoration: none;
  color: #8D913A;
}
.header--mobile .mobile-menu ul li a {
  width: 100% !important;
}
.header--mobile .mobile-menu ul li .bb-a {
  color: #FFFFFF !important;
}
.header--mobile .mobile-menu ul li.has-dropdown a.has-collapse {
  position: relative;
  display: block;
}
.header--mobile .mobile-menu ul li.has-dropdown a.has-collapse:before {
  content: "\f078";
  position: absolute;
  top: 2px;
  right: 0;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 14px;
}
.header--mobile .mobile-menu ul li.has-dropdown a.has-collapse:after {
  display: none;
  content: initial;
}
.header--mobile .mobile-menu ul li.has-dropdown ul li {
  padding: 0;
  border: 0;
}

.hamburger {
  z-index: 1234;
  position: relative;
  top: 0;
  display: inline-block;
  width: 28px;
  height: 21px;
  margin: -5px 0;
  cursor: pointer;
}
.hamburger div {
  z-index: 12;
  position: relative;
  margin-top: 9px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #8D913A;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.hamburger div:before {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #8D913A;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  top: -8px;
}
.hamburger div:after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #8D913A;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
}

.nav-open .mobile-menu {
  -webkit-transform: translate(0, 0) !important;
  transform: translate(0, 0) !important;
  box-shadow: 8px 79px 60px 0px rgba(22, 22, 22, 0.17);
}
.nav-open .hamburger div {
  background-color: transparent;
}
.nav-open .hamburger div:after {
  top: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.nav-open .hamburger div:before {
  top: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.nav-open .main-header.fixed .hamburger div {
  background-color: transparent;
}

@media (max-width: 992px) {
  .header--mobile {
    display: block;
  }
}
@media (max-width: 1440px) {
  .header--mobile .mobile-navigation--top-nav {
    padding: 4px 0;
  }
  .header--mobile .mobile-navigation--top-nav ul li a {
    font-size: 18px;
    padding: 8px 20px;
  }
}
@media (max-width: 576px) {
  .header--mobile .mobile-navigation--top-nav {
    padding: 0;
  }
}
@media (max-width: 680px) {
  .header--mobile .mobile-navigation--top-nav ul {
    align-items: center;
  }
  .header--mobile .mobile-navigation--top-nav ul li a {
    display: block;
    padding: 8px 10px;
  }
}
@media (max-width: 540px) {
  .header--mobile .mobile-navigation--top-nav ul {
    flex-wrap: wrap;
  }
  .header--mobile .mobile-navigation--top-nav ul li {
    flex: 0 0 33.33%;
    width: 33%;
  }
  .header--mobile .mobile-navigation--top-nav ul li a {
    font-size: 16px;
    text-align: center;
    padding: 4px 10px;
    max-width: 130px;
    margin: 0 auto;
  }
}
@media (max-width: 767px) {
  .header--mobile .mobile-navigation--top-nav ul li a {
    font-size: 16px;
    padding: 8px 15px;
  }
}
footer {
  width: 100%;
}
footer .foo--main {
  max-width: 1350px;
  margin: 0 auto;
  padding-inline: 1rem;
  padding-block: 80px;
  display: grid;
  grid-template-columns: 1fr 15% 17% 15%;
  gap: 2rem;
}
footer .foo--main .abt-us-foo h4 {
  font-size: 20px;
  color: #1E1E1E;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
footer .foo--main .abt-us-foo__txt {
  font-size: 14px;
  max-width: 520px;
  line-height: 130%;
  color: #535353;
}
footer .foo--main .abt-us-foo__inputs {
  display: flex;
  gap: 0.5rem;
  margin-top: 2rem;
}
footer .foo--main .abt-us-foo__inputs input {
  width: 190px;
}
footer .foo--main .abt-us-foo__inputs button {
  font-weight: 400 !important;
}
@media (max-width: 992px) {
  footer .foo--main .abt-us-foo {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .foo--main .abt-us-foo__txt {
    max-width: 620px;
    text-align: center;
  }
  footer .foo--main .abt-us-foo__inputs {
    margin-top: 5px;
    margin-bottom: 2rem;
  }
}
footer .foo--main .general-links h4 {
  font-size: 20px;
  color: #1E1E1E;
  font-weight: 700;
  margin-bottom: 1.2rem;
}
footer .foo--main .general-links ul {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
footer .foo--main .general-links ul li a {
  color: #535353;
  font-size: 14px;
}
footer .foo--main .general-links ul li a:hover {
  color: #8D913A;
}
@media (max-width: 992px) {
  footer .foo--main .general-links {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .foo--main .general-links ul {
    align-items: center;
    justify-content: center;
  }
  footer .foo--main .general-links ul li a {
    text-align: center;
  }
}
@media (max-width: 992px) {
  footer .foo--main {
    grid-template-columns: 1fr;
    justify-items: center;
  }
}
footer .foo--bot {
  width: 100%;
  background-color: #8D913A;
  padding-bottom: 1.5rem;
  padding-inline: 1rem;
}
footer .foo--bot .foo--bot-social {
  max-width: 1350px;
  margin: 0 auto;
  padding: 30px 0rem 12px 0rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #FDFAFA;
}
footer .foo--bot .foo--bot-social__box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.8rem;
}
footer .foo--bot__copyright {
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
  padding-top: 1.5rem;
}

.page--home .section--hero {
  width: 100%;
  height: 650px;
  background-image: url("../../images/home-hero-bg.png");
  background-position: center;
  background-size: cover;
}
@media (max-width: 492px) {
  .page--home .section--hero {
    background-position: 60% 50%;
  }
}
.page--home .section--hero .wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.page--home .section--hero .wrapper .hm-sh-pre-title {
  color: #8D913A;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  font-size: 14px;
  margin-bottom: 6px;
}
.page--home .section--hero .wrapper h1 {
  max-width: 688px;
  color: #FFFFFF;
  margin-bottom: 1rem;
}
.page--home .section--hero .wrapper .hm-sh-txt {
  max-width: 653px;
  color: #FFFFFF;
  margin-bottom: 1.2rem;
}
.page--home .section--overview {
  padding: 112px 0;
  background-color: #FDFAFA;
}
.page--home .section--overview .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 3rem;
}
.page--home .section--overview .wrapper .hm-so-image {
  max-width: 790px;
}
.page--home .section--overview .wrapper .hm-so-image img {
  border-radius: 12px;
}
@media (max-width: 992px) {
  .page--home .section--overview .wrapper .hm-so-image {
    display: none;
  }
}
.page--home .section--overview .wrapper .hm-so-detail h2 {
  max-width: 520px;
}
.page--home .section--overview .wrapper .hm-so-detail p {
  max-width: 620px;
}
@media (max-width: 992px) {
  .page--home .section--overview .wrapper .hm-so-detail h2, .page--home .section--overview .wrapper .hm-so-detail p {
    max-width: 992px;
  }
}
.page--home .section--what-we-do {
  padding: 112px 0;
  padding-top: 80px;
}
.page--home .section--what-we-do h2, .page--home .section--what-we-do p {
  color: #1E1E1E;
}
.page--home .section--what-we-do .hm-swwd--content {
  display: flex;
  gap: 2rem;
  margin-top: 4rem;
  justify-content: space-between;
}
.page--home .section--what-we-do .hm-swwd--content .hm-swwd--c-detail {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.page--home .section--what-we-do .hm-swwd--content .hm-swwd--c-detail .hm-swwd--c-detail-box {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.page--home .section--what-we-do .hm-swwd--content .hm-swwd--c-detail .hm-swwd--c-detail-box .hm-icon-box {
  min-width: 50px;
  min-height: 50px;
  border-radius: 6px;
  background-color: #8D913A;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--home .section--what-we-do .hm-swwd--content .hm-swwd--c-detail .hm-swwd--c-detail-box__detail h3 {
  max-width: 500px;
}
.page--home .section--what-we-do .hm-swwd--content .hm-swwd--c-detail .hm-swwd--c-detail-box__detail p {
  max-width: 512px;
}
@media (max-width: 992px) {
  .page--home .section--what-we-do .hm-swwd--content .hm-swwd--c-detail .hm-swwd--c-detail-box__detail h3, .page--home .section--what-we-do .hm-swwd--content .hm-swwd--c-detail .hm-swwd--c-detail-box__detail p {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .page--home .section--what-we-do .hm-swwd--content .hm-swwd--c-detail .hm-swwd--c-detail-box {
    gap: 1rem;
  }
}
.page--home .section--what-we-do .hm-swwd--content .hm-swwd--c-image {
  max-width: 600px;
}
@media (max-width: 992px) {
  .page--home .section--what-we-do .hm-swwd--content {
    flex-direction: column-reverse;
  }
  .page--home .section--what-we-do .hm-swwd--content .hm-swwd--c-image {
    max-width: 100%;
  }
  .page--home .section--what-we-do .hm-swwd--content .hm-swwd--c-image img {
    width: 100%;
  }
}
.page--home .section--why-us {
  width: 100%;
  padding: 112px 1rem;
  background-image: url("../../images/image-3.png");
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--home .section--why-us .hm-swu-pre-title {
  text-align: center;
  color: #FFFFFF;
}
.page--home .section--why-us h2 {
  text-align: center;
  color: #FFFFFF;
  max-width: 780px;
}
.page--home .section--why-us .hm-swu-pre-label {
  color: #FFFFFF;
  text-align: center;
  max-width: 720px;
}
.page--home .section--why-us__con {
  display: flex;
  gap: 1rem;
  margin-top: 2rem;
  margin-bottom: 4rem;
}
.page--home .section--why-us__con .hm-swu-box {
  background-color: #FFFFFF;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 1.2rem;
  padding: 25px 18px;
}
.page--home .section--why-us__con .hm-swu-box__icon {
  min-width: 50px;
  min-height: 50px;
  border-radius: 55px;
  background-color: #36454F;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--home .section--why-us__con .hm-swu-box__title {
  font-size: 16px;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  color: #1E1E1E;
}
.page--home .section--why-us__con .hm-swu-box__text {
  text-align: justify;
  color: #1E1E1E;
  max-width: 250px;
}
@media (max-width: 592px) {
  .page--home .section--why-us__con .hm-swu-box__text {
    max-width: 550px;
    text-align: left;
  }
}
@media (max-width: 592px) {
  .page--home .section--why-us__con .hm-swu-box {
    align-items: flex-start;
  }
}
@media (max-width: 992px) {
  .page--home .section--why-us__con {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 592px) {
  .page--home .section--why-us__con {
    display: grid;
    grid-template-columns: 1fr;
  }
}
.page--home .section--testimonial {
  padding: 112px 0;
}
.page--home .section--testimonial .wrapper__con {
  display: flex;
  gap: 25px;
  margin-top: 3rem;
}
.page--home .section--testimonial .wrapper__con .hm-st-c-box {
  width: 100%;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
}
.page--home .section--testimonial .wrapper__con .hm-st-c-box__stars {
  display: flex;
  gap: 1px;
  margin-bottom: 30px;
}
.page--home .section--testimonial .wrapper__con .hm-st-c-box__text {
  max-width: 580px;
  font-size: 16px;
}
.page--home .section--testimonial .wrapper__con .hm-st-c-box__info {
  margin-top: 1.5rem;
}
.page--home .section--testimonial .wrapper__con .hm-st-c-box__info img {
  width: 50px;
  height: 50px;
  border-radius: 55px;
  margin-bottom: 10px;
}
.page--home .section--testimonial .wrapper__con .hm-st-c-box__info h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1E1E1E;
  margin-bottom: 3px;
}
.page--home .section--testimonial .wrapper__con .hm-st-c-box__info p {
  color: #1E1E1E;
}
@media (max-width: 792px) {
  .page--home .section--testimonial .wrapper__con {
    flex-direction: column;
  }
}
.page--home .section--testimonial .wrapper .gbtns-bot {
  margin-top: 2rem;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  width: 100%;
  gap: 10px;
}
.page--home .section--testimonial .wrapper .gbtns-bot button {
  background-color: #8D913A;
  border-radius: 65px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: not-allowed;
  opacity: 0.8;
}

.page--about-us .section--hero {
  padding-top: 112px;
  padding-inline: 1rem;
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  overflow: hidden !important;
}
.page--about-us .section--hero__detail {
  position: relative;
  z-index: 2;
}
.page--about-us .section--hero__detail h1 {
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 1rem;
}
.page--about-us .section--hero__detail p {
  max-width: 760px;
  text-align: center;
  margin: 0 auto;
}
.page--about-us .section--hero__images {
  max-width: 1440px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  margin-top: 80px;
  display: grid;
  grid-template-columns: 1fr 410px;
  gap: 1.3rem;
}
.page--about-us .section--hero__images img {
  border-radius: 20px;
}
.page--about-us .section--hero__images__img1 img {
  width: 100%;
  height: 530px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 692px) {
  .page--about-us .section--hero__images__img1 img {
    height: auto;
  }
}
.page--about-us .section--hero__images__img2 img {
  width: 410px;
  object-fit: cover;
  object-position: center;
}
@media (max-width: 992px) {
  .page--about-us .section--hero__images__img2 {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
  }
  .page--about-us .section--hero__images__img2 img {
    width: 100%;
  }
}
@media (max-width: 692px) {
  .page--about-us .section--hero__images__img2 {
    grid-template-columns: 1fr;
    gap: 0rem;
  }
}
@media (max-width: 992px) {
  .page--about-us .section--hero__images {
    grid-template-columns: 1fr;
  }
}
.page--about-us .section--hero .vector-abt {
  position: absolute;
  left: -5rem;
  top: -12rem;
}
@media (max-width: 992px) {
  .page--about-us .section--hero .vector-abt {
    display: none;
  }
}
.page--about-us .section--partners {
  max-width: 1350px;
  height: 286px;
  margin: 0 auto;
  padding: 100px 64px 120px 64px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--about-us .section--partners p {
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}
.page--about-us .section--partners .logos {
  padding: 10px 1.5rem;
  gap: 3rem;
  display: flex;
  align-items: center;
  margin-top: 10px;
}
.page--about-us .section--partners .logos div {
  max-width: 150px;
}
@media (max-width: 992px) {
  .page--about-us .section--partners .logos div:nth-child(1) {
    display: none;
  }
}
@media (max-width: 892px) {
  .page--about-us .section--partners .logos div:nth-child(2) {
    display: none;
  }
}
@media (max-width: 492px) {
  .page--about-us .section--partners .logos {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .page--about-us .section--partners {
    padding: 24px;
    padding-block: 64px;
    padding-bottom: 20px;
  }
}
@media (max-width: 492px) {
  .page--about-us .section--partners {
    height: auto;
  }
}
.page--about-us .section--about-hiw {
  width: 100%;
  background-color: #FDFAFA;
  padding: 112px 0;
}
.page--about-us .section--about-hiw .wrapper {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.page--about-us .section--about-hiw .wrapper .pa-s--ahiw-detail h2, .page--about-us .section--about-hiw .wrapper .pa-s--ahiw-detail p {
  color: #1E1E1E;
}
.page--about-us .section--about-hiw .wrapper .pa-s--ahiw-detail p {
  max-width: 720px;
}
.page--about-us .section--about-hiw .wrapper .pa-s--ahiw-imagee {
  max-width: 500px;
}
@media (max-width: 992px) {
  .page--about-us .section--about-hiw .wrapper {
    flex-direction: column-reverse;
    align-items: center;
    justify-content: flex-start;
    row-gap: 2rem;
  }
}
@media (max-width: 992px) {
  .page--about-us .section--about-hiw .wrapper .mt-4 {
    align-items: flex-start;
  }
}
.page--about-us .section--we-offer {
  padding: 112px 0;
}
.page--about-us .section--we-offer .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 2rem;
}
.page--about-us .section--we-offer .wrapper .ab-s-wo-image {
  max-width: 500px;
}
.page--about-us .section--we-offer .wrapper .ab-s-wo-image img {
  margin-top: -1.8rem;
}
@media (max-width: 992px) {
  .page--about-us .section--we-offer .wrapper .ab-s-wo-image {
    display: none;
  }
}
.page--about-us .section--we-offer .wrapper .ab-s-wo-detail h2 {
  margin-bottom: 2.6rem;
}
.page--about-us .section--we-offer .wrapper .ab-s-wo-detail .pa-swwd--c-detail {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
.page--about-us .section--we-offer .wrapper .ab-s-wo-detail .pa-swwd--c-detail .pa-swwd--c-detail-box {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
}
.page--about-us .section--we-offer .wrapper .ab-s-wo-detail .pa-swwd--c-detail .pa-swwd--c-detail-box .pa-icon-box {
  min-width: 50px;
  min-height: 50px;
  border-radius: 6px;
  background-color: #8D913A;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--about-us .section--we-offer .wrapper .ab-s-wo-detail .pa-swwd--c-detail .pa-swwd--c-detail-box__detail h3 {
  max-width: 500px;
}
.page--about-us .section--we-offer .wrapper .ab-s-wo-detail .pa-swwd--c-detail .pa-swwd--c-detail-box__detail p {
  max-width: 562px;
}
@media (max-width: 992px) {
  .page--about-us .section--we-offer .wrapper .ab-s-wo-detail .pa-swwd--c-detail .pa-swwd--c-detail-box__detail h3, .page--about-us .section--we-offer .wrapper .ab-s-wo-detail .pa-swwd--c-detail .pa-swwd--c-detail-box__detail p {
    max-width: 992px;
  }
}
@media (max-width: 992px) {
  .page--about-us .section--we-offer .wrapper .ab-s-wo-detail .pa-swwd--c-detail .pa-swwd--c-detail-box {
    gap: 1rem;
  }
}
@media (max-width: 992px) {
  .page--about-us .section--we-offer .wrapper {
    flex-direction: column;
  }
}
.page--about-us .section--testimonial {
  width: 100%;
  position: relative;
}
.page--about-us .section--testimonial .pabt-st-main {
  max-width: 1350px;
  margin: 0 auto;
  padding: 112px 1rem;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--about-us .section--testimonial .pabt-st-main--stars {
  display: flex;
  margin-bottom: 32px;
  gap: 1px;
}
.page--about-us .section--testimonial .pabt-st-main--quote {
  max-width: 790px !important;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
}
.page--about-us .section--testimonial .pabt-st-main--testi {
  display: flex;
  gap: 1.2rem;
  margin-top: 18px;
}
.page--about-us .section--testimonial .pabt-st-main--testi img {
  width: 54px;
  height: 54px;
  border-radius: 60px;
  object-fit: cover;
  object-position: center;
}
.page--about-us .section--testimonial .pabt-st-main--testi__txt p {
  font-size: 16px !important;
  font-weight: 600 !important;
}
.page--about-us .section--testimonial .pabt-st-main--testi__txt p, .page--about-us .section--testimonial .pabt-st-main--testi__txt span {
  margin: 0;
  font-weight: 500;
  font-size: 14px;
  color: #1E1E1E;
}
.page--about-us .section--testimonial .pabt-st-main .ap-s-t-vec {
  position: absolute;
  left: -40rem;
  bottom: -11rem;
  z-index: -1;
}
@media (max-width: 492px) {
  .page--about-us .section--testimonial .pabt-st-main .ap-s-t-vec {
    left: -10rem;
    bottom: -1rem;
  }
}
@media (max-width: 592px) {
  .page--about-us .section--testimonial .pabt-st-main {
    height: auto !important;
  }
}
.page--about-us .section--mis-vis {
  width: 100%;
  height: 100%;
  padding: 112px 0rem;
  background-image: url("../../images/image-3.png");
  background-position: center;
  background-size: cover;
}
.page--about-us .section--mis-vis .wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--about-us .section--mis-vis .wrapper h2 {
  color: #FFFFFF;
  font-weight: 700;
  text-align: center3;
}
.page--about-us .section--mis-vis .wrapper .section--mis-vis-con {
  display: flex;
  gap: 2rem;
  margin-top: 3rem;
}
.page--about-us .section--mis-vis .wrapper .section--mis-vis-con .pa-s-m-v-c {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  background-color: #FFFFFF;
  border-radius: 12px;
  padding: 35px;
}
.page--about-us .section--mis-vis .wrapper .section--mis-vis-con .pa-s-m-v-c img {
  width: 50px;
}
.page--about-us .section--mis-vis .wrapper .section--mis-vis-con .pa-s-m-v-c h3, .page--about-us .section--mis-vis .wrapper .section--mis-vis-con .pa-s-m-v-c p {
  color: #1E1E1E;
}
.page--about-us .section--mis-vis .wrapper .section--mis-vis-con .pa-s-m-v-c p {
  max-width: 550px;
  line-height: 150%;
  font-size: 20px !important;
  text-align: justify;
}
@media (max-width: 792px) {
  .page--about-us .section--mis-vis .wrapper .section--mis-vis-con {
    flex-direction: column;
  }
}

.page--services .section--hero {
  width: 100%;
  background-color: #F9F5EC;
}
.page--services .section--hero__main {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  display: flex;
  gap: 2rem;
  overflow: hidden;
  z-index: 2;
}
.page--services .section--hero__main .img-hero-pserv {
  position: absolute;
  left: -1.3rem;
  bottom: 0;
  max-width: 500px;
}
.page--services .section--hero__main .blck {
  min-width: 450px;
}
@media (max-width: 992px) {
  .page--services .section--hero__main .blck {
    display: none;
  }
}
.page--services .section--hero__main div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 1rem;
}
.page--services .section--hero__main div h1, .page--services .section--hero__main div p {
  max-width: 760px;
}
.page--services .section--hero__main div h1 {
  margin-top: 1rem;
}
@media (max-width: 492px) {
  .page--services .section--hero__main div h1 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .page--services .section--hero__main .img-hero-pserv {
    position: static;
  }
  .page--services .section--hero__main div {
    padding-bottom: 10px;
  }
  .page--services .section--hero__main div h1, .page--services .section--hero__main div p {
    text-align: center;
  }
  .page--services .section--hero__main div h1 {
    margin-bottom: 1.3rem;
  }
  .page--services .section--hero__main {
    height: auto;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 522px) {
  .page--services .section--hero__main .img-hero-pserv {
    width: 100%;
  }
}
.page--services .section--hero__main .serv-vec {
  position: absolute;
  left: -13rem;
  bottom: -12rem;
  z-index: -1;
}
.page--services .section--services-list {
  max-width: 1350px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 112px 1rem;
}
.page--services .section--services-list__header {
  max-width: 610px;
}
.page--services .section--services-list__label {
  max-width: 760px;
}
.page--services .section--services-list .ps-ss-lb-con {
  width: 100%;
  gap: 48px;
  margin-top: 4rem;
  justify-content: space-between;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
.page--services .section--services-list .ps-ss-lb-con--box {
  padding: 32px 24px;
  background-color: hsla(66, 77%, 35%, 0.6);
  border-radius: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  color: #FFFFFF;
  text-decoration: none;
  transition: 0.3s ease;
}
.page--services .section--services-list .ps-ss-lb-con--box h3 {
  font-weight: 500;
}
.page--services .section--services-list .ps-ss-lb-con--box img {
  border-radius: 20px;
  width: 100%;
  max-width: 350px;
}
.page--services .section--services-list .ps-ss-lb-con--box:hover {
  background-color: #8D913A;
}
@media (max-width: 992px) {
  .page--services .section--services-list .ps-ss-lb-con {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 692px) {
  .page--services .section--services-list .ps-ss-lb-con {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  .page--services .section--services-list .ps-ss-lb-con--box img {
    max-width: 692px;
  }
}
.page--services .section--partner-us {
  width: 100%;
  padding: 112px 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #FDFAFA;
  overflow: hidden;
}
.page--services .section--partner-us h2 {
  text-align: center;
  max-width: 545px;
  color: #1E1E1E;
  position: relative;
  z-index: 2;
  margin-bottom: 1.4rem;
}
.page--services .section--partner-us p {
  max-width: 870px;
  text-align: center;
  color: #1E1E1E;
  position: relative;
  z-index: 2;
}
.page--services .section--partner-us__con {
  margin-top: 2rem;
  display: grid;
  max-width: 850px;
  grid-template-columns: auto auto;
  row-gap: 1.6rem;
  position: relative;
}
.page--services .section--partner-us__con .ps-pu-c-box {
  position: relative;
  z-index: 2;
  padding: 4px;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 11px;
}
.page--services .section--partner-us__con .ps-pu-c-box svg {
  margin-top: 2px;
}
.page--services .section--partner-us__con .ps-pu-c-box p {
  margin: 0;
  text-align: left;
}
.page--services .section--partner-us__con__vec {
  position: absolute;
  left: -11rem;
  top: -23rem;
  z-index: 1;
}
@media (max-width: 592px) {
  .page--services .section--partner-us__con {
    grid-template-columns: 1fr;
  }
}

.page--service-detail .section--hero {
  width: 100%;
  height: 455px;
  background-image: url("../../images/service-img-detail.png");
  background-position: 20% 0%;
  background-size: cover;
  background-attachment: fixed;
}
.page--service-detail .section--mdetail {
  max-width: 1350px;
  margin: 0 auto;
  padding: 112px 1rem;
  display: flex;
  gap: 2.6rem;
}
.page--service-detail .section--mdetail .psd-md-content {
  width: 100%;
}
.page--service-detail .section--mdetail .psd-md-content h2 {
  font-weight: 700;
  color: #8D913A;
}
.page--service-detail .section--mdetail .psd-md-content .psd-highlighted {
  width: 100%;
  padding: 30px;
  border-left: 4px solid #8D913A;
  background-color: hsla(67, 44%, 88%, 0.5);
}
.page--service-detail .section--mdetail .psd-md-content ul {
  margin-block: 2rem;
  margin-top: 1rem;
  padding-left: 1.1rem;
}
.page--service-detail .section--mdetail .psd-md-content ul li {
  list-style: disc;
}
.page--service-detail .section--mdetail .psd-md-content img {
  border-radius: 12px;
}
.page--service-detail .section--mdetail .psd-md-side {
  min-width: 345px;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}
.page--service-detail .section--mdetail .psd-md-side--link {
  background-color: #FDFAFA;
  padding: 20px;
  border-radius: 12px;
}
.page--service-detail .section--mdetail .psd-md-side--link .psd-md-sl-link {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-top: 1.6rem;
}
.page--service-detail .section--mdetail .psd-md-side--link .psd-md-sl-link a {
  padding: 12px;
  border: 2px solid #8D913A;
  border-radius: 5px;
  background-color: hsla(67, 44%, 88%, 0.5);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  text-decoration: none;
}
.page--service-detail .section--mdetail .psd-md-side--link .psd-md-sl-link a h4 {
  font-size: 16px;
  font-weight: 600;
  color: #1E1E1E;
  margin-bottom: 0;
}
@media (max-width: 892px) {
  .page--service-detail .section--mdetail .psd-md-side a {
    display: none;
  }
}
.page--service-detail .section--mdetail .psd-md-side a img {
  width: 100%;
}
@media (max-width: 892px) {
  .page--service-detail .section--mdetail {
    flex-direction: column;
  }
}

.page--blogs .section--hero {
  width: 100%;
  background-color: #F9F5EC;
}
.page--blogs .section--hero__main {
  max-width: 1350px;
  margin: 0 auto;
  position: relative;
  display: flex;
  gap: 2rem;
  overflow: hidden;
  z-index: 2;
}
.page--blogs .section--hero__main .img-hero-pserv {
  position: absolute;
  left: -1.3rem;
  bottom: 0;
  max-width: 500px;
}
.page--blogs .section--hero__main .blck {
  min-width: 450px;
}
@media (max-width: 992px) {
  .page--blogs .section--hero__main .blck {
    display: none;
  }
}
.page--blogs .section--hero__main div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 100px 1rem;
}
.page--blogs .section--hero__main div h1, .page--blogs .section--hero__main div p {
  max-width: 760px;
}
.page--blogs .section--hero__main div h1 {
  margin-top: 1rem;
}
@media (max-width: 492px) {
  .page--blogs .section--hero__main div h1 {
    font-size: 40px;
  }
}
@media (max-width: 992px) {
  .page--blogs .section--hero__main .img-hero-pserv {
    position: static;
  }
  .page--blogs .section--hero__main div {
    padding-bottom: 10px;
  }
  .page--blogs .section--hero__main div h1, .page--blogs .section--hero__main div p {
    text-align: center;
  }
  .page--blogs .section--hero__main div h1 {
    margin-bottom: 1.3rem;
  }
  .page--blogs .section--hero__main {
    height: auto;
    flex-direction: column-reverse;
    align-items: center;
  }
}
@media (max-width: 522px) {
  .page--blogs .section--hero__main .img-hero-pserv {
    width: 100%;
  }
}
.page--blogs .section--hero__main .serv-vec {
  position: absolute;
  left: -13rem;
  bottom: -12rem;
  z-index: -1;
}
.page--blogs .section--list {
  max-width: 1350px;
  margin: 0 auto;
  padding: 112px 1rem;
  display: flex;
  gap: 3.5rem;
}
.page--blogs .section--list .pb-side-bar {
  min-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.page--blogs .section--list .pb-side-bar .pb-side-bar-nav {
  padding: 25px 0;
  border-block: 1px solid #D9D9D9;
}
.page--blogs .section--list .pb-side-bar .pb-side-bar-nav h4 {
  font-size: 22px;
  font-weight: 600;
  color: #1E1E1E;
}
.page--blogs .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  margin-top: 1.6rem;
}
.page--blogs .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list__box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page--blogs .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list__box p {
  margin: 0;
}
.page--blogs .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list__box .pb-s-b-nl-b-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page--blogs .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list__box .pb-s-b-nl-b-label input[type=checkbox] {
  position: relative;
  width: 13px;
  height: 13px;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #1E1E1E;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.page--blogs .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list__box .pb-s-b-nl-b-label input[type=checkbox]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2px;
}
.page--blogs .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list__box .pb-s-b-nl-b-label input[type=checkbox]:checked {
  border-color: #8D913A;
  background-color: #8D913A;
}
.page--blogs .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list__box .pb-s-b-nl-b-label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #8D913A;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.page--blogs .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list__box .pb-active-post {
  font-size: 12px;
  color: hsla(43, 64%, 2%, 0.6);
}
.page--blogs .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list__box .pb-active-post span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #34C759;
  margin-bottom: 2px;
  margin-right: 2px;
}
.page--blogs .section--list .pb-side-bar a {
  max-width: 100%;
}
.page--blogs .section--list .pb-side-bar a img {
  width: 100%;
}
@media (max-width: 692px) {
  .page--blogs .section--list .pb-side-bar a {
    display: none;
  }
}
@media (max-width: 1092px) {
  .page--blogs .section--list .pb-side-bar {
    min-width: 300px;
  }
}
.page--blogs .section--list .pb-listing-con {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  row-gap: 2rem;
}
.page--blogs .section--list .pb-listing-con .pb-lc-box {
  height: fit-content;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(109, 109, 109, 0.1);
}
.page--blogs .section--list .pb-listing-con .pb-lc-box__image {
  height: 245px;
  position: relative;
}
.page--blogs .section--list .pb-listing-con .pb-lc-box__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page--blogs .section--list .pb-listing-con .pb-lc-box__image .pb-blog-cat {
  position: absolute;
  bottom: 0.7rem;
  left: 0.7rem;
  padding: 8px 1rem;
  background-color: #F5FFA1;
  color: #8D913A;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
}
.page--blogs .section--list .pb-listing-con .pb-lc-box__details {
  padding: 25px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page--blogs .section--list .pb-listing-con .pb-lc-box__details h3, .page--blogs .section--list .pb-listing-con .pb-lc-box__details p {
  color: #1E1E1E;
}
.page--blogs .section--list .pb-listing-con .pb-lc-box__details h3 {
  font-size: 20px !important;
  font-weight: 600;
  line-height: 110%;
}
.page--blogs .section--list .pb-listing-con .pb-lc-box__details p {
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page--blogs .section--list .pb-listing-con .pb-lc-box__details a {
  color: #8D913A;
  font-size: 14px;
  width: fi;
}
@media (max-width: 1092px) {
  .page--blogs .section--list .pb-listing-con {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 892px) {
  .page--blogs .section--list .pb-listing-con {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 692px) {
  .page--blogs .section--list .pb-listing-con {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 492px) {
  .page--blogs .section--list .pb-listing-con {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 692px) {
  .page--blogs .section--list {
    flex-direction: column;
  }
}

.page--blog-detail .section--details {
  max-width: 900px;
  padding: 112px 1rem;
  margin: 0 auto;
}
.page--blog-detail .section--details__nav {
  color: #1E1E1E;
}
.page--blog-detail .section--details .pbd-head {
  width: 100%;
  margin-top: 2.5rem;
}
.page--blog-detail .section--details .pbd-head .pbd-head-links {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 12px;
}
.page--blog-detail .section--details .pbd-head .pbd-head-links__info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.page--blog-detail .section--details .pbd-head .pbd-head-links__info span {
  display: inline-block;
  width: 4px;
  height: 4px;
  border-radius: 10px;
  background-color: #1E1E1E;
}
.page--blog-detail .section--details .pbd-head .pbd-head-links__info p {
  font-size: 14px;
  color: #1E1E1E;
  margin: 0;
  line-height: 100%;
}
.page--blog-detail .section--details .pbd-head .pbd-head-links .pbd-head-socials {
  display: flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
}
.page--blog-detail .section--details .pbd-head .pbd-head-links .pbd-head-socials a {
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F5FFA1;
  border-radius: 55px;
}
@media (max-width: 592px) {
  .page--blog-detail .section--details .pbd-head .pbd-head-links {
    display: flex;
    flex-direction: column;
    row-gap: 1rem;
    align-items: flex-start;
  }
}
.page--blog-detail .section--details .pbd-image {
  margin-top: 2rem;
  margin-bottom: 3rem;
}
.page--blog-detail .section--details .pbd-image img {
  width: 100%;
  border-radius: 12px;
}
.page--blog-detail .section--related-post {
  max-width: 1200px;
  margin: 0 auto;
  padding: 90px 1rem;
}
.page--blog-detail .section--related-post .pbd-rp-con {
  margin-top: 2.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.3rem;
  row-gap: 2rem;
}
.page--blog-detail .section--related-post .pbd-rp-con .pb-lc-box {
  height: fit-content;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(109, 109, 109, 0.1);
}
.page--blog-detail .section--related-post .pbd-rp-con .pb-lc-box__image {
  height: 245px;
  position: relative;
}
.page--blog-detail .section--related-post .pbd-rp-con .pb-lc-box__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.page--blog-detail .section--related-post .pbd-rp-con .pb-lc-box__image .pb-blog-cat {
  position: absolute;
  bottom: 0.7rem;
  left: 0.7rem;
  padding: 8px 1rem;
  background-color: #F5FFA1;
  color: #8D913A;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
}
.page--blog-detail .section--related-post .pbd-rp-con .pb-lc-box__details {
  padding: 25px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page--blog-detail .section--related-post .pbd-rp-con .pb-lc-box__details h3, .page--blog-detail .section--related-post .pbd-rp-con .pb-lc-box__details p {
  color: #1E1E1E;
}
.page--blog-detail .section--related-post .pbd-rp-con .pb-lc-box__details h3 {
  font-size: 20px !important;
  font-weight: 600;
  line-height: 110%;
}
.page--blog-detail .section--related-post .pbd-rp-con .pb-lc-box__details p {
  line-height: 140%;
  display: -webkit-box;
  -webkit-line-clamp: 3; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page--blog-detail .section--related-post .pbd-rp-con .pb-lc-box__details a {
  color: #8D913A;
  font-size: 14px;
  width: fi;
}
@media (max-width: 792px) {
  .page--blog-detail .section--related-post .pbd-rp-con {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 592px) {
  .page--blog-detail .section--related-post .pbd-rp-con {
    grid-template-columns: 1fr;
  }
}

.page--contact-faq .section--hero {
  max-width: 1350px;
  margin: 0 auto;
  padding: 112px 1rem;
  display: flex;
  gap: 1.2rem;
  justify-content: space-between;
}
.page--contact-faq .section--hero .pc-sh-detail__pre {
  font-weight: 600;
}
.page--contact-faq .section--hero .pc-sh-detail h2 {
  max-width: 550px;
  margin-bottom: 12px;
}
.page--contact-faq .section--hero .pc-sh-detail__label {
  max-width: 600px;
}
.page--contact-faq .section--hero .pc-sh-detail .pc-sh-detail-b1 {
  margin-block: 2rem;
  margin-top: 3rem;
}
.page--contact-faq .section--hero .pc-sh-detail .pc-sh-detail-b1__pre {
  text-transform: capitalize !important;
}
.page--contact-faq .section--hero .pc-sh-detail .pc-sh-detail-b1 p {
  margin-bottom: 5px;
}
.page--contact-faq .section--hero .pc-sh-detail .pc-sh-detail-con {
  display: flex;
  gap: 1rem;
  margin-top: 3.5rem;
}
.page--contact-faq .section--hero .pc-sh-detail .pc-sh-detail-con .pc-sh-detail-b2__pre {
  text-transform: capitalize;
}
.page--contact-faq .section--hero .pc-sh-detail .pc-sh-detail-con .pc-sh-detail-b2__p {
  max-width: 222px;
  font-size: 14px;
}
.page--contact-faq .section--hero .pc-sh-form {
  width: 600px;
  height: fit-content;
  background-color: #FDFAFA;
  border-radius: 12px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.page--contact-faq .section--hero .pc-sh-form .pc-sh-form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page--contact-faq .section--hero .pc-sh-form .pc-sh-form-group label {
  font-size: 14px;
  font-weight: 600;
  color: #1E1E1E;
}
.page--contact-faq .section--hero .pc-sh-form .pc-sh-form-group input {
  padding-block: 10px !important;
}
.page--contact-faq .section--hero .pc-sh-form .pc-sh-form-con {
  display: flex;
  gap: 1.6rem;
  width: 100%;
}
.page--contact-faq .section--hero .pc-sh-form .pc-sh-form-con input {
  width: 100% !important;
}
.page--contact-faq .section--hero .pc-sh-form button {
  width: 100%;
  text-align: center;
  background-color: #8D913A;
  height: 45px;
  border-radius: 8px;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 14px;
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .page--contact-faq .section--hero {
    padding-top: 80px;
    flex-direction: column;
    row-gap: 3rem;
  }
  .page--contact-faq .section--hero .pc-sh-detail h2 {
    max-width: 950px;
    margin-bottom: 12px;
  }
  .page--contact-faq .section--hero .pc-sh-detail__label {
    max-width: 900px;
  }
  .page--contact-faq .section--hero .pc-sh-detail .pc-sh-detail-con .pc-sh-detail-b2__p {
    max-width: 522px;
  }
  .page--contact-faq .section--hero .pc-sh-form {
    width: 100%;
  }
}
.page--contact-faq .section--about-sec {
  padding: 112px 1rem;
  width: 100%;
  background-color: #1E1E1E;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--contact-faq .section--about-sec h2 {
  color: #8D913A;
  text-align: center;
}
.page--contact-faq .section--about-sec p {
  text-align: center;
  color: #FFFFFF;
  max-width: 760px;
}
.page--contact-faq .section--faqs {
  max-width: 1350px;
  margin: 0 auto;
  padding: 112px 1rem;
  display: flex;
  gap: 1.4rem;
  justify-content: space-between;
}
.page--contact-faq .section--faqs .pcf-sf-details {
  display: flex;
  flex-direction: column;
}
.page--contact-faq .section--faqs .pcf-sf-details--prt {
  background-color: #1E1E1E;
  padding: 6px 1rem;
  border-radius: 8px;
  width: fit-content;
  color: #FFFFFF;
  font-size: 14px;
  margin-bottom: 1.1rem;
}
.page--contact-faq .section--faqs .pcf-sf-details h2, .page--contact-faq .section--faqs .pcf-sf-details p {
  max-width: 500px;
  color: #1E1E1E;
  margin-bottom: 13px;
}
.page--contact-faq .section--faqs .pcf-sf-details p {
  color: #1E1E1E;
}
.page--contact-faq .section--faqs .pcf-sf-details--img {
  margin-top: 1.2rem;
  max-width: 500px;
}
.page--contact-faq .section--faqs .pcf-sf-qa {
  width: 55%;
  display: flex;
  flex-direction: column;
}
.page--contact-faq .section--faqs .pcf-sf-qa__head {
  display: flex;
  gap: 0.7rem;
  margin-bottom: 1.2rem;
}
.page--contact-faq .section--faqs .pcf-sf-qa__head .btn-faq-sec {
  outline: none;
  background-color: #FFFFFF;
  width: 88px;
  height: 43px;
  border: 1px solid #8D913A;
  border-radius: 5px;
  color: #8D913A;
  font-size: 15px;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--contact-faq .section--faqs .pcf-sf-qa__head .btn-faq-sec-active {
  background-color: #8D913A !important;
  color: #FFFFFF;
}
.page--contact-faq .section--faqs .pcf-sf-qa__main {
  display: flex;
  justify-content: space-between;
  gap: 80px;
  margin-bottom: 80px;
}
.page--contact-faq .section--faqs .pcf-sf-qa__main__qa-con {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.page--contact-faq .section--faqs .pcf-sf-qa__main__qa-con .sf-qa-c-box {
  display: flex;
  width: 100%;
  padding: 27px;
  background-color: #F3F3F3;
  border-radius: 12px;
  flex-direction: column;
}
.page--contact-faq .section--faqs .pcf-sf-qa__main__qa-con .sf-qa-c-box__question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
}
.page--contact-faq .section--faqs .pcf-sf-qa__main__qa-con .sf-qa-c-box__question h4 {
  font-size: 20px;
  font-weight: 700;
  margin: 0;
}
.page--contact-faq .section--faqs .pcf-sf-qa__main__qa-con .sf-qa-c-box__question .show-ans {
  outline: none;
  background-color: transparent;
}
.page--contact-faq .section--faqs .pcf-sf-qa__main__qa-con .sf-qa-c-box__question .minus-icon {
  display: none;
}
.page--contact-faq .section--faqs .pcf-sf-qa__main__qa-con .sf-qa-c-box__answer {
  margin-top: 1rem;
  padding-right: 1.5rem;
}
.page--contact-faq .section--faqs .pcf-sf-qa__main__qa-con .sf-qa-c-box__answer p {
  max-width: 660px;
  font-weight: 500;
  line-height: 150%;
}
.page--contact-faq .section--faqs .pcf-sf-qa__main__qa-con .sf-qa-c-box__answer {
  display: none;
}
.page--contact-faq .section--faqs .pcf-sf-qa__main__qa-con .active-faq {
  background-color: hsla(67, 44%, 88%, 0.5) !important;
}
.page--contact-faq .section--faqs .pcf-sf-qa__main__qa-con .active-faq .sf-qa-c-box__answer {
  display: block !important;
}
@media (max-width: 992px) {
  .page--contact-faq .section--faqs .pcf-sf-qa__main {
    flex-direction: column;
    gap: 40px;
  }
  .page--contact-faq .section--faqs .pcf-sf-qa__main__info, .page--contact-faq .section--faqs .pcf-sf-qa__main__qa-con {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page--contact-faq .section--faqs .pcf-sf-qa {
    width: 100%;
  }
}
@media (max-width: 992px) {
  .page--contact-faq .section--faqs {
    flex-direction: column;
    row-gap: 2rem;
  }
}

.page--pricing .section--hero {
  width: 100%;
  padding: 112px 1rem;
  max-width: 1350px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  gap: 1.5rem;
}
.page--pricing .section--hero .pp-sh-info h1 {
  max-width: 760px;
  color: #1E1E1E;
  margin-bottom: 1.2rem;
}
.page--pricing .section--hero .pp-sh-info p {
  max-width: 700px;
  line-height: 150%;
  color: #1E1E1E;
}
.page--pricing .section--hero .pp-sh-view {
  min-width: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
}
.page--pricing .section--hero .pp-sh-view__top {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.page--pricing .section--hero .pp-sh-view__top .pp-sh-v-clients {
  display: flex;
}
.page--pricing .section--hero .pp-sh-view__top .pp-sh-v-clients img {
  width: 50px;
  height: 50px;
  border-radius: 55px;
  margin-left: -0.85rem;
}
@media (max-width: 492px) {
  .page--pricing .section--hero .pp-sh-view__top .pp-sh-v-clients img {
    width: 45px;
    height: 45px;
  }
}
.page--pricing .section--hero .pp-sh-view__top .pp-sh-v-ratings {
  padding-top: 2px;
}
.page--pricing .section--hero .pp-sh-view__top .pp-sh-v-ratings p {
  margin-bottom: 2px;
}
.page--pricing .section--hero .pp-sh-view__top .pp-sh-v-ratings__num {
  display: flex;
  font-weight: 700;
  color: #1E1E1E;
}
@media (max-width: 492px) {
  .page--pricing .section--hero .pp-sh-view__top .pp-sh-v-ratings__txt {
    font-size: 14px;
  }
}
@media (max-width: 492px) {
  .page--pricing .section--hero .pp-sh-view__top {
    flex-direction: column;
    align-items: center;
  }
}
.page--pricing .section--hero .pp-sh-view__bot {
  border: 1px solid #8D913A;
  border-radius: 12px;
  overflow: hidden;
  display: flex;
  background-color: #8D913A;
}
.page--pricing .section--hero .pp-sh-view__bot .prc-btn {
  width: 115px;
  height: 50px;
  background-color: #FFFFFF;
  font-size: 15px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  outline: none;
}
.page--pricing .section--hero .pp-sh-view__bot .btn-prc-active {
  background-color: #8D913A;
  color: #FFFFFF;
}
@media (max-width: 592px) {
  .page--pricing .section--hero .pp-sh-view {
    align-items: center;
    min-width: 100%;
  }
}
@media (max-width: 892px) {
  .page--pricing .section--hero {
    flex-direction: column;
  }
  .page--pricing .section--hero .pp-sh-view {
    row-gap: 1.5rem;
  }
}
.page--pricing .section--cards {
  max-width: 1350px;
  margin: 0 auto;
  padding: 0px 1rem 112px 1rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1rem;
}
.page--pricing .section--cards .pp-c-card {
  border: 1px solid #8D913A;
  border-radius: 8px;
  padding: 25px;
  width: 100%;
}
.page--pricing .section--cards .pp-c-card--head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page--pricing .section--cards .pp-c-card--head--top {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 10px;
}
.page--pricing .section--cards .pp-c-card--head--top div {
  margin-right: 1rem;
  border-radius: 55px;
  min-width: 45px;
  min-height: 45px;
  background-color: #8D913A;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--pricing .section--cards .pp-c-card--head--top div img {
  min-width: 20px;
  min-height: 20px;
}
.page--pricing .section--cards .pp-c-card--head--top h3 {
  font-weight: 700;
  margin: 0;
}
.page--pricing .section--cards .pp-c-card--head p {
  font-size: 16px;
  font-weight: 500;
  max-width: 320px;
}
.page--pricing .section--cards .pp-c-card--price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 30px 0;
  padding-bottom: 40px;
}
.page--pricing .section--cards .pp-c-card--price h2 {
  font-weight: 500;
  margin-bottom: 4px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.page--pricing .section--cards .pp-c-card--price p {
  font-size: 14px;
  margin: 0;
  color: hsla(0, 0%, 0%, 0.5);
}
.page--pricing .section--cards .pp-c-card button {
  width: 100%;
  height: 45px;
  font-size: 15px;
  font-weight: 600;
  color: #FFFFFF;
  background-color: #8D913A;
  border-radius: 8px;
}
.page--pricing .section--cards .pp-c-card .active-prc-btn {
  background-color: hsla(67, 44%, 88%, 0.5) !important;
  color: #1E1E1E !important;
}
.page--pricing .section--cards .pp-c-card--features {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 1.8rem;
}
.page--pricing .section--cards .pp-c-card--features h4 {
  font-size: 16px;
  font-weight: 700;
  color: #1E1E1E;
  margin-bottom: 1rem;
}
.page--pricing .section--cards .pp-c-card--features .feature-prc-box {
  display: flex;
  align-items: flex-start;
  gap: 10px;
  margin-bottom: 0.8rem;
}
.page--pricing .section--cards .pp-c-card--features .feature-prc-box img {
  margin-top: 1px;
}
.page--pricing .section--cards .pp-c-card--features .feature-prc-box p {
  margin: 0;
  max-width: 320px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .page--pricing .section--cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 692px) {
  .page--pricing .section--cards {
    grid-template-columns: 1fr;
  }
}
.page--pricing .section--cards .year-card {
  display: none;
}
.page--pricing .section--overview {
  padding: 112px 1rem;
  max-width: 1350px;
  margin: 0 auto;
}
.page--pricing .section--overview .pp-so-main-col {
  display: flex;
  flex-direction: column;
}
.page--pricing .section--overview .pp-so-main-col .pp-so-main-col-head {
  display: grid;
  grid-template-columns: 25% 1fr 1fr 1fr;
  gap: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #D9D9D9;
  padding-bottom: 2.5rem;
}
.page--pricing .section--overview .pp-so-main-col .pp-so-main-col-head h4 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.page--pricing .section--overview .pp-so-main-col .pp-so-main-col-head__box {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.page--pricing .section--overview .pp-so-main-col .pp-so-main-col-head__box h4 {
  text-align: center;
  font-size: 18px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
  margin-bottom: 5px;
}
.page--pricing .section--overview .pp-so-main-col .pp-so-main-col-head__box p {
  font-size: 14px;
  margin: 0;
  color: hsla(0, 0%, 0%, 0.55);
}
.page--pricing .section--overview .pp-so-main-col .pp-so-main-col-con {
  display: grid;
  grid-template-columns: 25% 1fr 1fr 1fr;
  gap: 1rem;
  padding: 17px 0;
}
.page--pricing .section--overview .pp-so-main-col .pp-so-main-col-con h4 {
  font-size: 16px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.page--pricing .section--overview .pp-so-main-col .pp-so-main-col-con h4 span {
  color: #8D913A;
}
.page--pricing .section--overview .pp-so-main-col .pp-so-main-col-con p {
  font-size: 14px;
  margin: 0;
  color: hsla(0, 0%, 0%, 0.55);
  font-family: "Inter", sans-serif;
  text-align: center;
}
.page--pricing .section--overview .pp-so-main-col .pp-so-main-col-con__box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--pricing .section--overview .pp-so-main-col .pp-so-main-col-con__box span {
  display: inline-block;
  width: 12px;
  height: 2px;
  background-color: #1E1E1E;
}
@media (max-width: 592px) {
  .page--pricing .section--overview .pp-so-main-col {
    display: none;
  }
}
.page--pricing .section--overview .pp-so-main-mob {
  display: none;
}
.page--pricing .section--overview .pp-so-main-mob h4 {
  font-family: "Inter", sans-serif;
  font-size: 18px;
  font-weight: 600;
}
.page--pricing .section--overview .pp-so-main-mob p {
  font-size: 15px;
  margin: 0;
  color: hsla(0, 0%, 0%, 0.55);
}
.page--pricing .section--overview .pp-so-main-mob .pp-so-main-mob-box {
  margin-bottom: 3rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #D9D9D9;
}
.page--pricing .section--overview .pp-so-main-mob .pp-so-main-mob-box ul {
  margin-top: 1.5rem;
  padding-left: 1.2rem;
}
.page--pricing .section--overview .pp-so-main-mob .pp-so-main-mob-box ul li {
  list-style: disc;
  color: hsla(0, 0%, 0%, 0.55);
  font-size: 15px;
}
@media (max-width: 592px) {
  .page--pricing .section--overview .pp-so-main-mob {
    display: block;
  }
}
@media (max-width: 592px) {
  .page--pricing .section--overview {
    padding-top: 80px;
  }
}

.page--login .section--main-form {
  width: 100%;
  height: 100vh;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
}
.page--login .section--main-form .plog-form {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
}
.page--login .section--main-form .plog-form .plog-form-main {
  width: 650px;
  height: 600px;
  padding-inline: 3.6rem;
}
.page--login .section--main-form .plog-form .plog-form-main h2 {
  font-size: 35px !important;
}
.page--login .section--main-form .plog-form .plog-form-main img {
  width: 65px;
  margin-bottom: 3rem;
}
.page--login .section--main-form .plog-form .plog-form-main__title {
  color: #1E1E1E;
  margin-bottom: 5px;
}
.page--login .section--main-form .plog-form .plog-form-main__label {
  color: hsla(0, 0%, 0%, 0.55);
}
.page--login .section--main-form .plog-form .plog-form-main__mform {
  margin-top: 2rem;
}
.page--login .section--main-form .plog-form .plog-form-main__mform .pc-sh-form-group {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page--login .section--main-form .plog-form .plog-form-main__mform .pc-sh-form-group label {
  font-size: 15px;
  font-weight: 600;
  color: #1E1E1E;
}
.page--login .section--main-form .plog-form .plog-form-main__mform .pc-sh-form-group input {
  padding-block: 0px !important;
  padding-inline: 0px !important;
  height: 50px;
  font-size: 15px;
  padding-inline: 1rem !important;
}
.page--login .section--main-form .plog-form .plog-form-main__mform .pc-sh-form-group input::placeholder {
  font-weight: 400;
}
.page--login .section--main-form .plog-form .plog-form-main__mform .pc-sh-form-group .inp-pass {
  padding: 1px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 0 !important;
  height: 50px;
  font-size: 14px;
  color: #535353;
  resize: none;
  position: relative;
  overflow: hidden;
}
.page--login .section--main-form .plog-form .plog-form-main__mform .pc-sh-form-group .inp-pass input {
  width: 100%;
  border-radius: 0px;
  border: none;
  padding: 0px !important;
  padding-inline: 1rem !important;
  background-color: transparent;
}
.page--login .section--main-form .plog-form .plog-form-main__mform .pc-sh-form-group .inp-pass button {
  position: absolute;
  right: 1rem;
  transform: translateY(-50%);
  top: 50%;
  background-color: transparent;
  outline: none;
}
.page--login .section--main-form .plog-form .plog-form-main__mform .pc-sh-form-group .inp-pass button img {
  width: 20px;
  height: 20px;
  margin: 0;
}
.page--login .section--main-form .plog-form .plog-form-main__mform .pc-sh-form-group .fgpass {
  font-size: 14px;
  color: #8D913A;
  font-weight: 500;
  width: 100%;
  text-align: right;
  margin-top: 5px;
  margin-right: 1px;
}
.page--login .section--main-form .plog-form .plog-form-main__mform .pc-sh-cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.page--login .section--main-form .plog-form .plog-form-main__mform .pc-sh-cta p {
  color: #1E1E1E;
  font-size: 14px;
}
.page--login .section--main-form .plog-form .plog-form-main__mform .pc-sh-cta p a {
  font-size: 14px;
  color: #8D913A;
  text-decoration: underline;
}
@media (max-width: 592px) {
  .page--login .section--main-form .plog-form .plog-form-main {
    padding-inline: 1rem;
  }
}
@media (max-width: 492px) {
  .page--login .section--main-form .plog-form .plog-form-main {
    padding-inline: 0rem;
  }
}
.page--login .section--main-form .plog-image {
  width: 50%;
  height: 100%;
  border-radius: 1rem;
  background-image: url("../../images/login-bg.png");
  background-position: center;
  background-size: cover;
}
@media (max-width: 992px) {
  .page--login .section--main-form {
    flex-direction: column;
    height: fit-content;
  }
  .page--login .section--main-form .plog-form, .page--login .section--main-form .plog-image {
    width: 100%;
  }
}

.page--signin .section--main-form {
  width: 100%;
  height: 100vh;
  padding: 1.5rem;
  display: flex;
  gap: 1rem;
}
.page--signin .section--main-form .psog-form {
  width: 50%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--signin .section--main-form .psog-form .psog-form-main {
  width: 650px;
  height: 600px;
  padding-inline: 3.6rem;
  padding-top: 2rem;
}
.page--signin .section--main-form .psog-form .psog-form-main h2 {
  font-size: 25px;
  font-weight: 500;
}
.page--signin .section--main-form .psog-form .psog-form-main__mform {
  margin-top: 1rem;
  width: 100%;
}
.page--signin .section--main-form .psog-form .psog-form-main__mform .pc-sh-form-group {
  margin-top: 1.2rem;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page--signin .section--main-form .psog-form .psog-form-main__mform .pc-sh-form-group label {
  font-size: 15px;
  font-weight: 600;
  color: #1E1E1E;
}
@media (max-width: 592px) {
  .page--signin .section--main-form .psog-form .psog-form-main__mform .pc-sh-form-group label {
    font-size: 14px;
  }
}
.page--signin .section--main-form .psog-form .psog-form-main__mform .pc-sh-form-group input {
  padding-block: 0px !important;
  padding-inline: 0px !important;
  height: 50px;
  font-size: 15px;
  padding-inline: 1rem !important;
}
.page--signin .section--main-form .psog-form .psog-form-main__mform .pc-sh-form-group input::placeholder {
  font-weight: 400;
}
@media (max-width: 592px) {
  .page--signin .section--main-form .psog-form .psog-form-main__mform .pc-sh-form-group input {
    height: 40px;
    border-radius: 8px;
  }
}
.page--signin .section--main-form .psog-form .psog-form-main__mform .pc-sh-cta {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
}
.page--signin .section--main-form .psog-form .psog-form-main__mform .pc-sh-cta p {
  color: #1E1E1E;
  font-size: 14px;
  margin-bottom: 0;
}
.page--signin .section--main-form .psog-form .psog-form-main__mform .pc-sh-cta p a {
  font-size: 14px;
  color: #8D913A;
  text-decoration: underline;
}
.page--signin .section--main-form .psog-form .psog-form-main__mform .pc-sh-form-con {
  width: 100%;
  display: flex;
  gap: 1rem;
  margin-top: 1.2rem;
}
.page--signin .section--main-form .psog-form .psog-form-main__mform .pc-sh-form-con input {
  width: 100% !important;
}
@media (max-width: 450px) {
  .page--signin .section--main-form .psog-form .psog-form-main__mform .pc-sh-form-con {
    flex-direction: column;
    gap: 0;
  }
}
@media (max-width: 1092px) {
  .page--signin .section--main-form .psog-form .psog-form-main {
    height: fit-content;
    padding-bottom: 1.5rem;
    padding-top: 1rem;
    padding-inline: 0rem;
  }
}
.page--signin .section--main-form .psog-image {
  width: 50%;
  height: 100%;
  border-radius: 1rem;
  background-image: url("../../images/login-bg.png");
  background-position: center;
  background-size: cover;
}
@media (max-width: 1092px) {
  .page--signin .section--main-form {
    flex-direction: column-reverse;
    height: fit-content;
  }
  .page--signin .section--main-form .psog-form, .page--signin .section--main-form .psog-image {
    width: 100%;
  }
  .page--signin .section--main-form .psog-image {
    height: 200px;
    max-width: 650px;
    margin: 0 auto;
    border-radius: 0.52rem;
  }
}
@media (max-width: 592px) {
  .page--signin .section--main-form {
    padding: 1rem;
  }
}

.page--provider-list .section--list {
  max-width: 1350px;
  margin: 0 auto;
  padding: 112px 1rem;
  display: flex;
  gap: 3.5rem;
}
.page--provider-list .section--list .pb-side-bar {
  min-width: 350px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting {
  width: 100%;
  height: fit-content;
  padding-bottom: 0.1rem;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-title {
  margin-bottom: 1.5rem;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-title p {
  margin-bottom: 5px;
  font-size: 14px;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-title h4 {
  font-size: 22px;
  font-weight: 500;
  font-family: "Inter", sans-serif;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-search {
  display: flex;
  align-items: center;
  gap: 0.7rem;
  margin-bottom: 15px;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-search__inp {
  width: 100%;
  border-radius: 6px;
  position: relative;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-search__inp input {
  padding-left: 2.2rem;
  height: 45px;
  width: 100%;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-search__inp input::placeholder {
  color: #979797;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-search__inp svg {
  position: absolute;
  left: 0.8rem;
  transform: translateY(-50%);
  top: 50%;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-search .filter-btn {
  outline: none;
  background-color: transparent;
  min-width: 45px;
  height: 45px;
  border: 1px solid #8D913A;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-price .price-header {
  display: flex;
  justify-content: space-between;
  margin-bottom: 8px;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-price .price-header p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-price .price-header span {
  font-family: "Inter", sans-serif;
  color: hsla(0, 0%, 0%, 0.55);
  font-weight: 400;
  font-size: 14px;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-price {
  /*********** Baseline, reset styles ***********/
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-price input[type=range] {
  -webkit-appearance: none;
  appearance: none;
  background: transparent;
  cursor: pointer;
  width: 25rem;
  width: 100%;
  padding: 0;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-price {
  /* Removes default focus */
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-price input[type=range]:focus {
  outline: none;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-price {
  /******** Chrome, Safari, Opera and Edge Chromium styles ********/
  /* slider track */
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-price input[type=range]::-webkit-slider-runnable-track {
  background-color: hsla(67, 44%, 88%, 0.5);
  background-color: #EEEEEE;
  border-radius: 0.5rem;
  height: 0.5rem;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-price {
  /* slider thumb */
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-price input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: -4px; /* Centers thumb on the track */
  background-color: #8D913A;
  border-radius: 0.5rem;
  height: 1rem;
  width: 1rem;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-price input[type=range]:focus::-webkit-slider-thumb {
  outline: 3px solid #808080;
  outline-offset: 0.125rem;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-price {
  /*********** Firefox styles ***********/
  /* slider track */
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-price input[type=range]::-moz-range-track {
  background-color: #add8e6;
  border-radius: 0.5rem;
  height: 0.5rem;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-price {
  /* slider thumb */
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-price input[type=range]::-moz-range-thumb {
  background-color: #808080;
  border: none; /*Removes extra border that FF applies*/
  border-radius: 0.5rem;
  height: 1rem;
  width: 1rem;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-setting .pb-sb-s-price input[type=range]:focus::-moz-range-thumb {
  outline: 3px solid #808080;
  outline-offset: 0.125rem;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-nav {
  padding: 25px 0;
  border-block: 1px solid #D9D9D9;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-nav h4 {
  font-size: 22px;
  font-weight: 600;
  color: #1E1E1E;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  width: 100%;
  margin-top: 1.6rem;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list__box {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list__box p {
  margin: 0;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list__box .pb-s-b-nl-b-label {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list__box .pb-s-b-nl-b-label input[type=checkbox] {
  position: relative;
  width: 13px;
  height: 13px;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #1E1E1E;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list__box .pb-s-b-nl-b-label input[type=checkbox]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2px;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list__box .pb-s-b-nl-b-label input[type=checkbox]:checked {
  border-color: #8D913A;
  background-color: #8D913A;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list__box .pb-s-b-nl-b-label input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #8D913A;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list__box .pb-active-post {
  font-size: 12px;
  color: hsla(43, 64%, 2%, 0.6);
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list__box .pb-active-post span {
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 5px;
  background-color: #34C759;
  margin-bottom: 2px;
  margin-right: 2px;
}
.page--provider-list .section--list .pb-side-bar .pb-side-bar-nav .pb-side-bar-nav-list__box a {
  text-decoration: underline;
  font-size: 14px;
}
.page--provider-list .section--list .pb-side-bar a {
  max-width: 100%;
}
.page--provider-list .section--list .pb-side-bar a img {
  width: 100%;
}
@media (max-width: 692px) {
  .page--provider-list .section--list .pb-side-bar a {
    display: none;
  }
}
@media (max-width: 1092px) {
  .page--provider-list .section--list .pb-side-bar {
    min-width: 300px;
  }
}
.page--provider-list .section--list .pb-listing-con {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  row-gap: 2rem;
}
.page--provider-list .section--list .pb-listing-con .pb-lc-box {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 8px rgba(109, 109, 109, 0.1);
  padding: 12px;
  height: fit-content;
  border: 1px solid #fff;
  cursor: pointer;
  text-decoration: none;
}
.page--provider-list .section--list .pb-listing-con .pb-lc-box__image {
  width: 100%;
  height: 150px;
  background-color: #808080;
  border-radius: 6px;
  background-image: url("../../images/bg-def.png");
  background-position: center;
  background-size: cover;
  position: relative;
  margin-bottom: 2.8rem;
}
.page--provider-list .section--list .pb-listing-con .pb-lc-box__image img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -2rem;
  width: 100px;
  height: 100px;
  border-radius: 75px;
  object-position: center;
  object-fit: cover;
}
.page--provider-list .section--list .pb-listing-con .pb-lc-box__info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.page--provider-list .section--list .pb-listing-con .pb-lc-box__info h3 {
  font-size: 16px;
  font-family: "Inter", sans-serif;
  margin: 0;
  color: #1E1E1E;
}
.page--provider-list .section--list .pb-listing-con .pb-lc-box__info p {
  margin: 0;
  font-size: 13px;
  color: hsla(0, 0%, 0%, 0.57);
}
.page--provider-list .section--list .pb-listing-con .pb-lc-box__info div {
  width: 100px;
  display: flex;
  gap: 8px;
  height: 35px;
  background-color: hsla(67, 44%, 88%, 0.5);
  font-size: 12px;
  align-items: center;
  border-radius: 55px;
  justify-content: center;
  color: #8D913A;
  font-weight: 500;
}
.page--provider-list .section--list .pb-listing-con .pb-lc-box__spec {
  margin: 13px 0;
}
.page--provider-list .section--list .pb-listing-con .pb-lc-box__spec p {
  margin: 0;
  font-size: 13px;
  color: #1E1E1E;
}
.page--provider-list .section--list .pb-listing-con .pb-lc-box__details {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 13px;
  margin-bottom: 5px;
}
.page--provider-list .section--list .pb-listing-con .pb-lc-box__details__box {
  display: flex;
  align-items: center;
  gap: 5px;
}
.page--provider-list .section--list .pb-listing-con .pb-lc-box__details__box img {
  width: 11px;
  height: 11px;
  margin-bottom: 1px;
}
.page--provider-list .section--list .pb-listing-con .pb-lc-box__details__box p {
  font-size: 13px;
  margin: 0;
  color: hsla(0, 0%, 0%, 0.52);
}
.page--provider-list .section--list .pb-listing-con .pb-lc-box__details__box p span {
  color: #000 !important;
}
.page--provider-list .section--list .pb-listing-con .pb-lc-box:hover {
  background-color: #FCFDF8;
  border: 1px solid #8D913A;
}
@media (max-width: 1092px) {
  .page--provider-list .section--list .pb-listing-con {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 892px) {
  .page--provider-list .section--list .pb-listing-con {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 692px) {
  .page--provider-list .section--list .pb-listing-con {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 492px) {
  .page--provider-list .section--list .pb-listing-con {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 692px) {
  .page--provider-list .section--list {
    flex-direction: column;
  }
}

.page--provider-detail .section--prv-details {
  max-width: 1350px;
  margin: 0 auto;
  padding: 52px 1rem;
  display: grid;
  grid-template-columns: 1fr 390px;
  gap: 2rem;
}
.page--provider-detail .section--prv-details .pprd--spd--main {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}
.page--provider-detail .section--prv-details .pprd--spd--main__bgpic {
  width: 100%;
  height: 270px;
}
.page--provider-detail .section--prv-details .pprd--spd--main__bgpic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.page--provider-detail .section--prv-details .pprd--spd--main__info {
  padding: 45px 0;
  padding-left: 16.4rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.page--provider-detail .section--prv-details .pprd--spd--main__info img {
  position: absolute;
  top: -5rem;
  left: 3vw;
  width: 200px;
  height: 200px;
  border-radius: 230px;
  border: 6px solid #fff;
}
@media (max-width: 1200px) {
  .page--provider-detail .section--prv-details .pprd--spd--main__info img {
    width: 170px;
    height: 170px;
    left: 1.5vw;
    top: -3rem;
  }
}
.page--provider-detail .section--prv-details .pprd--spd--main__info .pprd-spd-mi-detail {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page--provider-detail .section--prv-details .pprd--spd--main__info .pprd-spd-mi-detail h2 {
  font-size: 25px;
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.page--provider-detail .section--prv-details .pprd--spd--main__info .pprd-spd-mi-detail h2 span {
  margin-left: 9px;
  width: 5px;
  height: 5px;
  border-radius: 6px;
  background-color: green;
  display: inline-block;
}
.page--provider-detail .section--prv-details .pprd--spd--main__info .pprd-spd-mi-detail p {
  margin-bottom: 9px;
  font-size: 14px;
  color: hsla(0, 0%, 0%, 0.525);
}
.page--provider-detail .section--prv-details .pprd--spd--main__info .pprd-spd-mi-detail__bx {
  padding: 6px 16px;
  margin-top: 5px;
  border-radius: 50px;
  font-size: 14px;
  color: #8D913A;
  background-color: hsla(67, 44%, 88%, 0.5);
}
.page--provider-detail .section--prv-details .pprd--spd--main__info .pprd-spd-mi-btn {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.page--provider-detail .section--prv-details .pprd--spd--main__info .pprd-spd-mi-btn button {
  outline: none;
  background-color: transparent;
}
.page--provider-detail .section--prv-details .pprd--spd--main__info .pprd-spd-mi-btn button svg {
  color: #FFFFFF;
}
@media (max-width: 1200px) {
  .page--provider-detail .section--prv-details .pprd--spd--main__info {
    padding-left: 12.5rem;
    padding-top: 40px;
  }
}
@media (max-width: 1120px) {
  .page--provider-detail .section--prv-details .pprd--spd--main__info {
    row-gap: 1rem;
    flex-direction: column;
  }
  .page--provider-detail .section--prv-details .pprd--spd--main__info .pprd-spd-mi-btn {
    display: flex;
    flex-direction: row-reverse;
  }
}
@media (max-width: 492px) {
  .page--provider-detail .section--prv-details .pprd--spd--main__info {
    padding-left: 0.5rem;
    padding-top: 160px;
  }
}
.page--provider-detail .section--prv-details .pprd--spd--main__content {
  margin-top: 1rem;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  padding: 35px;
}
.page--provider-detail .section--prv-details .pprd--spd--main__content h3 {
  margin-bottom: 13px;
}
.page--provider-detail .section--prv-details .pprd--spd--main__content .pprd-maincon {
  margin-bottom: 3.5rem;
}
.page--provider-detail .section--prv-details .pprd--spd--main__content .pprd-maincon-ul {
  display: flex;
  gap: 5rem;
  margin-bottom: 3.5rem;
}
.page--provider-detail .section--prv-details .pprd--spd--main__content .pprd-maincon-ul ul {
  padding-left: 1.3rem;
}
.page--provider-detail .section--prv-details .pprd--spd--main__content .pprd-maincon-ul ul li {
  list-style: disc;
}
@media (max-width: 992px) {
  .page--provider-detail .section--prv-details .pprd--spd--main__content .pprd-maincon-ul {
    flex-direction: column;
  }
}
.page--provider-detail .section--prv-details .pprd--spd--main__content .pprd-maincon-exp h4 {
  font-size: 16px;
  font-weight: 600;
  font-family: "Inter", sans-serif;
}
.page--provider-detail .section--prv-details .pprd--spd--main__content .pprd-maincon-exp ul {
  padding-left: 1.3rem;
}
.page--provider-detail .section--prv-details .pprd--spd--main__content .pprd-maincon-exp ul li {
  list-style: disc;
}
.page--provider-detail .section--prv-details .pprd--spd--main__content .pprd-maincon-price {
  margin-top: 2rem;
}
.page--provider-detail .section--prv-details .pprd--spd--main__content .pprd-maincon-price__prc {
  margin-bottom: 5px;
  font-weight: 500;
}
.page--provider-detail .section--prv-details .pprd--spd--main__content .pprd-maincon-price__prc span {
  font-size: 12px;
  color: hsla(0, 0%, 0%, 0.56);
}
.page--provider-detail .section--prv-details .pprd--spd--main__content .pprd-maincon-price p {
  margin: 0;
}
@media (max-width: 492px) {
  .page--provider-detail .section--prv-details .pprd--spd--main__content {
    padding: 15px;
  }
}
.page--provider-detail .section--prv-details .pprd--spd--side {
  display: flex;
  gap: 1.5rem;
  flex-direction: column;
}
.page--provider-detail .section--prv-details .pprd--spd--side .pprd--spd-s-rec {
  padding: 30px 25px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
}
.page--provider-detail .section--prv-details .pprd--spd--side .pprd--spd-s-rec h3 {
  margin-bottom: 0px;
}
.page--provider-detail .section--prv-details .pprd--spd--side .pprd--spd-s-rec__label {
  margin: 0;
  margin-bottom: 1.5rem;
  color: hsla(0, 0%, 0%, 0.55);
}
.page--provider-detail .section--prv-details .pprd--spd--side .pprd--spd-s-rec .pprd-spd-box {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
  gap: 14px;
  text-decoration: none;
}
.page--provider-detail .section--prv-details .pprd--spd--side .pprd--spd-s-rec .pprd-spd-box img {
  width: 60px;
  height: 60px;
  border-radius: 55px;
}
.page--provider-detail .section--prv-details .pprd--spd--side .pprd--spd-s-rec .pprd-spd-box div h4 {
  font-size: 16px;
  color: #1E1E1E;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin: 0;
}
.page--provider-detail .section--prv-details .pprd--spd--side .pprd--spd-s-rec .pprd-spd-box div p {
  margin: 0;
  color: hsla(0, 0%, 0%, 0.55);
  font-size: 12px;
}
.page--provider-detail .section--prv-details .pprd--spd--side .pprd--spd-s-rec .pprd-spd-box:hover div h4 {
  color: #8D913A;
}
.page--provider-detail .section--prv-details .pprd--spd--side .pprd--spd-s-details {
  padding: 30px 25px;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
}
.page--provider-detail .section--prv-details .pprd--spd--side .pprd--spd-s-details h3 {
  margin-bottom: 1.5rem;
}
.page--provider-detail .section--prv-details .pprd--spd--side .pprd--spd-s-details__box {
  display: flex;
  align-items: center;
  gap: 1.1rem;
  margin-top: 1.2rem;
}
.page--provider-detail .section--prv-details .pprd--spd--side .pprd--spd-s-details__box div h4 {
  font-size: 18px;
  color: #1E1E1E;
  font-weight: 500;
  font-family: "Inter", sans-serif;
  margin: 0;
  margin-bottom: 5px;
}
.page--provider-detail .section--prv-details .pprd--spd--side .pprd--spd-s-details__box div p {
  margin: 0;
  color: hsla(0, 0%, 0%, 0.55);
  font-size: 14px;
}
.page--provider-detail .section--prv-details .pprd--spd--side a img {
  width: 100%;
}
@media (max-width: 970px) {
  .page--provider-detail .section--prv-details .pprd--spd--side a {
    display: none;
  }
}
@media (max-width: 970px) {
  .page--provider-detail .section--prv-details .pprd--spd--side {
    flex-direction: column-reverse;
  }
}
@media (max-width: 970px) {
  .page--provider-detail .section--prv-details {
    grid-template-columns: 1fr;
  }
}

.page--book .section--main-form {
  width: 100%;
  background-color: #FDFAFA;
}
.page--book .section--main-form .wrapper {
  padding-block: 80px;
  padding-bottom: 212px;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
}
.page--book .section--main-form .wrapper .pb-detail h2 {
  font-size: 28px;
  font-weight: 700;
  color: #1E1E1E;
  margin-bottom: 10px;
}
.page--book .section--main-form .wrapper .pb-detail__lab {
  max-width: 505px;
}
.page--book .section--main-form .wrapper .pb-detail .calendar {
  margin-top: 2rem;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 14px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
}
@media (max-width: 992px) {
  .page--book .section--main-form .wrapper .pb-detail .calendar {
    max-width: 550px;
  }
}
.page--book .section--main-form .wrapper .pb-detail .calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.page--book .section--main-form .wrapper .pb-detail .calendar-header h4 {
  font-size: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
.page--book .section--main-form .wrapper .pb-detail .calendar-header .cal-nav {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #e6f0b5;
  cursor: pointer;
  font-size: 20px;
}
.page--book .section--main-form .wrapper .pb-detail .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #999;
  margin-bottom: 10px;
}
.page--book .section--main-form .wrapper .pb-detail .calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
.page--book .section--main-form .wrapper .pb-detail .calendar-dates button {
  height: 56px;
  border-radius: 50%;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 15px;
}
@media (max-width: 992px) {
  .page--book .section--main-form .wrapper .pb-detail .calendar-dates button {
    aspect-ratio: 1;
    height: fit-content;
  }
}
.page--book .section--main-form .wrapper .pb-detail .calendar-dates button.active {
  background: #cddc39;
  color: #000;
}
.page--book .section--main-form .wrapper .pb-detail .calendar-dates button.disabled {
  color: #ccc;
  pointer-events: none;
}
.page--book .section--main-form .wrapper .pb-detail .calendar-dates button.available {
  background: #eef5c7;
  color: #000;
}
.page--book .section--main-form .wrapper .pb-detail .calendar-dates button {
  position: relative;
}
.page--book .section--main-form .wrapper .pb-detail .calendar-dates button.available::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cddc39;
}
.page--book .section--main-form .wrapper .pb-form__user {
  width: 550px;
  height: 8rem;
  background-color: hsla(67, 44%, 88%, 0.5);
  border-radius: 12px 12px 0 0;
  padding: 12px 2.3rem;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.page--book .section--main-form .wrapper .pb-form__user img {
  width: 80px;
  height: 80px;
  border-radius: 87px;
}
.page--book .section--main-form .wrapper .pb-form__user .pb-f-u-name {
  display: flex;
  flex-direction: column;
}
.page--book .section--main-form .wrapper .pb-form__user .pb-f-u-name p {
  margin: 0 !important;
}
.page--book .section--main-form .wrapper .pb-form__user .pb-f-u-name h3 {
  margin-bottom: 3px;
}
.page--book .section--main-form .wrapper .pb-form__user .pb-f-u-name span {
  color: hsla(0, 0%, 0%, 0.55);
  font-size: 14px;
}
@media (max-width: 592px) {
  .page--book .section--main-form .wrapper .pb-form__user .pb-f-u-name p, .page--book .section--main-form .wrapper .pb-form__user .pb-f-u-name h3, .page--book .section--main-form .wrapper .pb-form__user .pb-f-u-name span {
    text-align: center;
  }
}
@media (max-width: 992px) {
  .page--book .section--main-form .wrapper .pb-form__user {
    width: 100%;
  }
}
@media (max-width: 592px) {
  .page--book .section--main-form .wrapper .pb-form__user {
    flex-direction: column;
    height: auto;
    align-items: center;
  }
}
.page--book .section--main-form .wrapper .pb-form__inp-form {
  width: 100%;
  margin-top: 2rem;
}
.page--book .section--main-form .wrapper .pb-form__inp-form .pb-f-if-group {
  display: flex;
  gap: 1rem;
  width: 100%;
  margin-top: 16px;
}
.page--book .section--main-form .wrapper .pb-form__inp-form .pb-f-if-group__con {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.page--book .section--main-form .wrapper .pb-form__inp-form .pb-f-if-group__con label {
  font-weight: 500;
}
.page--book .section--main-form .wrapper .pb-form__inp-form .pb-f-if-group__con input {
  width: 100%;
  height: 46px;
  color: #1E1E1E;
}
.page--book .section--main-form .wrapper .pb-form__inp-form .pb-f-if-group__con input[type=date], .page--book .section--main-form .wrapper .pb-form__inp-form .pb-f-if-group__con input[type=time] {
  text-transform: uppercase !important;
}
.page--book .section--main-form .wrapper .pb-form__inp-form .pb-f-if-group__con div {
  position: relative;
}
.page--book .section--main-form .wrapper .pb-form__inp-form .pb-f-if-group__con div select {
  height: 46px;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.page--book .section--main-form .wrapper .pb-form__inp-form .pb-f-if-group__con div select option {
  cursor: pointer;
  border-radius: 2px !important;
  border: 1px solid #8D913A !important;
}
.page--book .section--main-form .wrapper .pb-form__inp-form .pb-f-if-group__con div svg {
  position: absolute;
  right: 1.3rem;
  transform: translateY(-50%);
  top: 50%;
  z-index: 2;
}
.page--book .section--main-form .wrapper .pb-form__inp-form .pb-f-if-group-cb {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  width: 100%;
  margin-top: 16px;
}
.page--book .section--main-form .wrapper .pb-form__inp-form .pb-f-if-group-cb input[type=checkbox] {
  cursor: pointer;
  outline: none;
  width: 10px;
  height: 10px;
  all: revert;
  -webkit-appearance: checkbox;
  appearance: checkbox;
  cursor: pointer;
  margin-top: 3px !important;
}
.page--book .section--main-form .wrapper .pb-form__inp-form .pb-f-if-group-cb label {
  margin: 0 !important;
}
.page--book .section--main-form .wrapper .pb-form__inp-form button {
  width: 100%;
  margin-top: 17px;
}
@media (max-width: 992px) {
  .page--book .section--main-form .wrapper {
    flex-direction: column;
  }
}

.dashboard-customer-bookings .section--main {
  padding: 1.4rem 1.5rem 1.5rem 290px;
  background-color: #F5F7FA;
}
@media (min-width: 1900px) {
  .dashboard-customer-bookings .section--main {
    height: 100vh;
  }
}
@media (max-width: 692px) {
  .dashboard-customer-bookings .section--main {
    padding-left: 95px;
  }
}
.dashboard-customer-bookings .section--main h1, .dashboard-customer-bookings .section--main h3, .dashboard-customer-bookings .section--main h2, .dashboard-customer-bookings .section--main p {
  font-family: "Rubik", sans-serif;
  margin: 0;
}
.dashboard-customer-bookings .section--main h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 3px;
}
.dashboard-customer-bookings .section--main__label {
  font-size: 14px;
  color: hsla(0, 0%, 0%, 0.5);
  max-width: 670px;
}
.dashboard-customer-bookings .section--main__con {
  display: flex;
  gap: 20px;
  margin-top: 1.3rem;
}
.dashboard-customer-bookings .section--main__con__left {
  width: 890px;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-activecare {
  padding: 1.8rem;
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
  overflow: hidden;
  position: relative;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-activecare__bx {
  display: flex;
  gap: 2rem;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-activecare__bx .dcb-smcl-activecare-tr__label {
  margin-top: 6px;
  font-size: 14px;
  max-width: 400px;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-activecare__bx .dcb-smcl-activecare-tr__box {
  margin-top: 1.2rem;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding: 1.5rem 1.8rem;
  background-color: hsla(66, 69%, 40%, 0.1);
  width: fit-content;
  border-radius: 8px;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-activecare__bx .dcb-smcl-activecare-tr__box img {
  width: 100px;
  height: 100px;
  border-radius: 140px;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-activecare__bx .dcb-smcl-activecare-tr__box .dcb-smcl-atr-box-prof__p2 {
  margin-bottom: 5px;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-activecare__bx .dcb-smcl-activecare-tr__box .dcb-smcl-atr-box-prof__p3 {
  font-size: 14px;
  color: hsla(0, 0%, 0%, 0.519);
}
@media (max-width: 992px) {
  .dashboard-customer-bookings .section--main__con__left .dcb-smcl-activecare__bx .dcb-smcl-activecare-tr__box {
    width: 100%;
  }
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-activecare__bx .dcb-smcl-activecare-info {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-activecare__bx .dcb-smcl-activecare-info .dcb-smcl-activecare-info-tp--title {
  font-size: 18px;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-activecare__bx .dcb-smcl-activecare-info .dcb-smcl-activecare-info-tp--act {
  display: flex;
  align-items: center;
  gap: 5px;
  color: green;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-activecare__bx .dcb-smcl-activecare-info .dcb-smcl-activecare-info-tp--act span {
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: green;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-activecare__bx .dcb-smcl-activecare-info .dcb-smcl-activecare-info-tp--time {
  color: hsla(0, 0%, 0%, 0.549);
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-activecare__bx .dcb-smcl-activecare-info__btn {
  padding: 5px 10px;
  border-radius: 6px;
  width: fit-content;
  color: #FF383C;
  font-weight: 600;
  background-color: hsla(359, 100%, 61%, 0.131);
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-activecare__bx .dcb-smcl-activecare-info__menu {
  position: absolute;
  top: 1.4rem;
  right: 1.4rem;
  background-color: transparent;
}
@media (max-width: 992px) {
  .dashboard-customer-bookings .section--main__con__left .dcb-smcl-activecare__bx {
    flex-direction: column;
  }
}
@media (max-width: 692px) {
  .dashboard-customer-bookings .section--main__con__left .dcb-smcl-activecare__bx {
    min-width: 400px;
  }
}
@media (max-width: 692px) {
  .dashboard-customer-bookings .section--main__con__left .dcb-smcl-activecare {
    overflow-x: scroll;
  }
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming {
  background-color: #FFFFFF;
  border-radius: 8px;
  padding: 1.8rem;
  border: 1px solid #D9D9D9;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming .dcb-smcl-uc--table {
  margin-top: 1.54rem;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming .dcb-smcl-uc--table__header {
  display: grid;
  grid-template-columns: 30% 1fr 1fr 1fr;
  padding-bottom: 1rem;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming .dcb-smcl-uc--table__header div {
  color: hsla(0, 0%, 0%, 0.5);
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming .dcb-smcl-uc--table__header {
  border-bottom: 1px solid #D9D9D9;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming .dcb-smcl-uc--table__box {
  display: grid;
  grid-template-columns: 30% 1fr 1fr 1fr;
  padding: 1rem 0;
  gap: 12px;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming .dcb-smcl-uc--table__box .dcb-smcl-uc-tb-prof {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming .dcb-smcl-uc--table__box .dcb-smcl-uc-tb-prof img {
  width: 45px;
  height: 45px;
  border-radius: 50px;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming .dcb-smcl-uc--table__box .dcb-smcl-uc-tb-prof div h4 {
  font-size: 15px;
  margin: 0;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming .dcb-smcl-uc--table__box .dcb-smcl-uc-tb-prof div p {
  color: hsla(0, 0%, 0%, 0.5);
  line-height: 100%;
  font-size: 12px;
}
@media (max-width: 1420px) {
  .dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming .dcb-smcl-uc--table__box .dcb-smcl-uc-tb-prof {
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 1250px) {
  .dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming .dcb-smcl-uc--table__box .dcb-smcl-uc-tb-prof {
    flex-direction: row;
    align-items: center;
  }
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming .dcb-smcl-uc--table__box .dcb-smcl-uc-tb-date {
  display: flex;
  align-items: center;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming .dcb-smcl-uc--table__box .dcb-smcl-uc-tb-status {
  display: flex;
  align-items: center;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming .dcb-smcl-uc--table__box .dcb-smcl-uc-tb-status div {
  color: #0088FF;
  background-color: hsla(208, 100%, 50%, 0.2);
  max-width: fit-content;
  padding: 4px 12px;
  border-radius: 3px;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming .dcb-smcl-uc--table__box .dcb-smcl-uc-tb-btns {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming .dcb-smcl-uc--table__box .dcb-smcl-uc-tb-btns button {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
}
.dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming .dcb-smcl-uc--table__box .dcb-smcl-uc-tb-btns button:hover {
  opacity: 0.85;
}
@media (max-width: 992px) {
  .dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming {
    overflow: hidden;
    overflow-x: scroll;
  }
  .dashboard-customer-bookings .section--main__con__left .dcb-smcl-upcomming .dcb-smcl-uc--table {
    width: 900px;
  }
}
@media (max-width: 1250px) {
  .dashboard-customer-bookings .section--main__con__left {
    width: 100%;
  }
}
.dashboard-customer-bookings .section--main__con__right {
  width: 450px;
  display: flex;
  flex-direction: column;
  gap: 1.4rem;
}
.dashboard-customer-bookings .section--main__con__right .smcr-pending {
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  padding: 1.8rem;
  border-radius: 8px;
}
.dashboard-customer-bookings .section--main__con__right .smcr-pending h3 {
  margin-bottom: 2rem;
}
.dashboard-customer-bookings .section--main__con__right .smcr-pending__box {
  margin-top: 1.2rem;
  display: flex;
  align-items: center;
  padding-bottom: 0.8rem;
  border-bottom: 1px solid #D9D9D9;
  justify-content: space-between;
}
.dashboard-customer-bookings .section--main__con__right .smcr-pending__box__prof {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.dashboard-customer-bookings .section--main__con__right .smcr-pending__box__prof img {
  width: 55px;
  height: 55px;
  border-radius: 55px;
}
.dashboard-customer-bookings .section--main__con__right .smcr-pending__box__prof div h4 {
  font-size: 16px;
  margin: 0;
}
.dashboard-customer-bookings .section--main__con__right .smcr-pending__box__prof div p {
  color: hsla(0, 0%, 0%, 0.572);
}
@media (max-width: 492px) {
  .dashboard-customer-bookings .section--main__con__right .smcr-pending__box__prof {
    flex-direction: column;
    align-items: flex-start;
  }
}
.dashboard-customer-bookings .section--main__con__right .smcr-pending__box button {
  font-size: 10px;
  max-width: 100px;
  text-align: center;
  padding: 7px 4px;
  border-radius: 3px;
  color: #0088FF;
  background-color: hsla(208, 100%, 50%, 0.2);
  line-height: 100%;
}
@media (max-width: 1420px) {
  .dashboard-customer-bookings .section--main__con__right .smcr-pending__box {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 1rem;
  }
}
@media (max-width: 1250px) {
  .dashboard-customer-bookings .section--main__con__right .smcr-pending__box {
    flex-direction: row;
  }
}
@media (max-width: 492px) {
  .dashboard-customer-bookings .section--main__con__right .smcr-pending__box {
    flex-direction: column;
  }
}
.dashboard-customer-bookings .section--main__con__right .smcr-complete {
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  padding: 1.8rem;
  border-radius: 8px;
}
.dashboard-customer-bookings .section--main__con__right .smcr-complete h3 {
  margin-bottom: 2rem;
}
.dashboard-customer-bookings .section--main__con__right .smcr-complete__box {
  margin-top: 1.4rem;
  display: flex;
  align-items: flex-start;
  padding-bottom: 1rem;
  border-bottom: 1px solid #D9D9D9;
  justify-content: space-between;
}
.dashboard-customer-bookings .section--main__con__right .smcr-complete__box__prof {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}
.dashboard-customer-bookings .section--main__con__right .smcr-complete__box__prof img {
  width: 55px;
  height: 55px;
  border-radius: 55px;
}
.dashboard-customer-bookings .section--main__con__right .smcr-complete__box__prof div h4 {
  font-size: 16px;
  margin: 0;
}
.dashboard-customer-bookings .section--main__con__right .smcr-complete__box__prof div p {
  color: hsla(0, 0%, 0%, 0.572);
}
@media (max-width: 492px) {
  .dashboard-customer-bookings .section--main__con__right .smcr-complete__box__prof {
    flex-direction: column;
  }
}
.dashboard-customer-bookings .section--main__con__right .smcr-complete__box .smrc-c {
  font-size: 12px;
  max-width: 100px;
  text-align: center;
  padding: 7px 8px;
  border-radius: 3px;
  line-height: 100%;
  background-color: #8D913A;
}
@media (max-width: 1420px) {
  .dashboard-customer-bookings .section--main__con__right .smcr-complete__box {
    flex-direction: column;
    row-gap: 5px;
    align-items: flex-start;
  }
}
@media (max-width: 1250px) {
  .dashboard-customer-bookings .section--main__con__right .smcr-complete__box {
    flex-direction: row;
    align-items: flex-start;
  }
}
@media (max-width: 492px) {
  .dashboard-customer-bookings .section--main__con__right .smcr-complete__box {
    flex-direction: column;
  }
}
@media (max-width: 1250px) {
  .dashboard-customer-bookings .section--main__con__right {
    width: 100%;
  }
}
@media (max-width: 1250px) {
  .dashboard-customer-bookings .section--main__con {
    flex-direction: column;
  }
}

.dashboard-customer-acc .section--main {
  padding: 1.4rem 1.5rem 1.5rem 290px;
  background-color: #F5F7FA;
}
@media (min-width: 1900px) {
  .dashboard-customer-acc .section--main {
    height: 100vh;
  }
}
@media (max-width: 692px) {
  .dashboard-customer-acc .section--main {
    padding-left: 95px;
  }
}
.dashboard-customer-acc .section--main h1, .dashboard-customer-acc .section--main h3, .dashboard-customer-acc .section--main h2, .dashboard-customer-acc .section--main p {
  font-family: "Rubik", sans-serif;
  margin: 0;
}
.dashboard-customer-acc .section--main h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 3px;
}
.dashboard-customer-acc .section--main .dca-sm-main {
  max-width: 1440px;
  background-color: #FFFFFF;
  border-radius: 12px;
  margin-top: 1.2rem;
  padding: 2rem 1.7rem;
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-info {
  width: 540px;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-info h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-info__p {
  max-width: 500px;
  font-size: 14px;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-info h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1E1E1E;
  margin-bottom: 1.2rem;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-info__group {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-info__group label {
  font-size: 14px;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-info__group .amsify-suggestags-area {
  padding: 10px 1rem;
  border-radius: 8px;
  border: 1px solid #D9D9D9 !important;
}
@media (max-width: 500px) {
  .dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-info__group .amsify-suggestags-area {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  .dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-info__group .amsify-suggestags-input {
    width: 100% !important;
  }
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-info__group .amsify-suggestags-input:focus,
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-info__group .amsify-suggestags-input-area:focus,
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-info__group .amsify-suggestags-input-area input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #e15151; /* optional */
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-details {
  width: 650px;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-details input {
  padding: 10px 1rem !important;
  padding-block: 10px !important;
  width: 100%;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-details label {
  font-size: 14px;
  color: #1E1E1E;
  font-weight: 500;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-details h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1E1E1E;
  margin-bottom: 1rem;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-details__prof {
  position: relative;
  width: fit-content;
  margin-bottom: 1rem;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-details__prof__img {
  width: 100px;
  height: 100px;
  background-color: #8D913A;
  border-radius: 120px;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-details__prof button {
  width: 25px;
  height: 25px;
  border-radius: 30px;
  border: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 2px;
  right: 2px;
  background-color: #FFFFFF;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-details__group-sld {
  display: flex;
  gap: 1rem;
  width: 100%;
  margin-top: 1rem;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-details__group-sld .dca-smmd-gs-box {
  width: 100%;
}
@media (max-width: 500px) {
  .dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-details__group-sld {
    flex-direction: column;
  }
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-details__group-block {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-details__group-block span {
  margin-top: 5px;
  font-size: 14px;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-details__group-block span a {
  color: #8D913A;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-details__txt {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-details__pass {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-details__pass h4 {
  margin-bottom: 5px !important;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-details__pass a {
  color: #8D913A;
}
.dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-details__btns {
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .dashboard-customer-acc .section--main .dca-sm-main {
    flex-direction: column;
    row-gap: 2.5rem;
  }
  .dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-info,
  .dashboard-customer-acc .section--main .dca-sm-main .dca-sm-main-details {
    width: 100%;
  }
}

.dashboard-customer .section--main {
  padding: 1.4rem 1.5rem 1.5rem 290px;
  background-color: #F5F7FA;
}
@media (min-width: 1900px) {
  .dashboard-customer .section--main {
    height: 100vh;
  }
}
@media (max-width: 692px) {
  .dashboard-customer .section--main {
    padding-left: 95px;
  }
}
.dashboard-customer .section--main h1, .dashboard-customer .section--main h3, .dashboard-customer .section--main h2, .dashboard-customer .section--main p {
  font-family: "Rubik", sans-serif;
  margin: 0;
}
.dashboard-customer .section--main h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 3px;
}
.dashboard-customer .section--main__label {
  font-size: 14px;
  color: hsla(0, 0%, 0%, 0.5);
  max-width: 670px;
}
.dashboard-customer .section--main .dc-sm-dash-main *,
.dashboard-customer .section--main .dc-sm-dash-main *::before,
.dashboard-customer .section--main .dc-sm-dash-main *::after {
  box-sizing: border-box;
}
.dashboard-customer .section--main .dc-sm-dash-main h1,
.dashboard-customer .section--main .dc-sm-dash-main h2,
.dashboard-customer .section--main .dc-sm-dash-main h3,
.dashboard-customer .section--main .dc-sm-dash-main p {
  margin: 0;
}
.dashboard-customer .section--main .dc-sm-dash-main a {
  text-decoration: none;
  color: #4f46e5;
  font-weight: 600;
}
.dashboard-customer .section--main .dc-sm-dash-main .stat-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 16px;
}
.dashboard-customer .section--main .dc-sm-dash-main .stat-grid .stat-card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 10px 30px rgba(15, 23, 42, 0.08);
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.dashboard-customer .section--main .dc-sm-dash-main .stat-grid .stat-card__top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 12px;
}
.dashboard-customer .section--main .dc-sm-dash-main .stat-grid .stat-card__top .stat-card__label {
  font-size: 0.9rem;
  color: #6b7280;
  margin-bottom: 4px;
}
.dashboard-customer .section--main .dc-sm-dash-main .stat-grid .stat-card__top .stat-card__value {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111827;
}
.dashboard-customer .section--main .dc-sm-dash-main .stat-grid .stat-card__top .stat-card__meta {
  font-size: 0.88rem;
  color: #94a3b8;
}
.dashboard-customer .section--main .dc-sm-dash-main .stat-grid .stat-card__top .stat-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background: #f8fafc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.dashboard-customer .section--main .dc-sm-dash-main .stat-grid .stat-card__footer {
  font-size: 0.9rem;
  color: #6b7280;
}
.dashboard-customer .section--main .dc-sm-dash-main .stat-grid .stat-card__trend {
  font-size: 0.9rem;
  color: #6b7280;
}
.dashboard-customer .section--main .dc-sm-dash-main .stat-grid .stat-card__trend .trend {
  font-weight: 600;
  margin-right: 6px;
}
.dashboard-customer .section--main .dc-sm-dash-main .stat-grid .stat-card__trend .trend--up {
  color: #22c55e;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid {
  margin-top: 24px;
  display: grid;
  grid-template-columns: minmax(0, 3fr) minmax(280px, 1fr);
  gap: 24px;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .card {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 16px;
  padding: 24px;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .card .section-heading {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 20px;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .card .section-heading h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 6px;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .card .section-heading p {
  color: #6b7280;
  font-size: 0.95rem;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .card .section-heading .icon-button {
  border: none;
  background: #f8fafc;
  color: #94a3b8;
  width: 36px;
  height: 36px;
  border-radius: 12px;
  font-size: 1.2rem;
  cursor: pointer;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .appointment-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: 16px;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .appointment-grid .appointment-card {
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 16px;
  background: #fff;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .appointment-grid .appointment-card .appointment-time {
  font-size: 0.95rem;
  color: #111827;
  font-weight: 600;
  margin-bottom: 6px;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .appointment-grid .appointment-card .appointment-service {
  color: #6b7280;
  margin-bottom: 12px;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .appointment-grid .appointment-card .provider-line {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #0f172a;
  font-weight: 600;
  margin-bottom: 14px;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .appointment-grid .appointment-card .provider-line .avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #e0e7ff;
  color: #312e81;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 0.8rem;
  font-weight: 600;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .appointment-grid .appointment-card .provider-line .avatar--small {
  width: 30px;
  height: 30px;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .appointment-grid .appointment-card .pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .appointment-grid .appointment-card .pill--confirmed {
  background: #dcfce7;
  color: #15803d;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .appointment-grid .appointment-card .pill--scheduled {
  background: #e0f2fe;
  color: #0369a1;
}
@media (max-width: 1100px) {
  .dashboard-customer .section--main .dc-sm-dash-main .main-grid .appointment-grid {
    grid-template-columns: 1fr;
  }
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .table-responsive {
  overflow-x: auto;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .table-responsive .applications-table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0;
  min-width: 650px;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .table-responsive .applications-table thead th {
  text-align: left;
  font-size: 0.85rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #94a3b8;
  padding: 12px 8px;
  border-bottom: 1px solid #eaecef;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .table-responsive .applications-table tbody td {
  padding: 16px 8px;
  border-bottom: 1px solid #f1f5f9;
  color: #0f172a;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .table-responsive .applications-table tbody .provider-cell {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .table-responsive .applications-table tbody .provider-cell img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .table-responsive .applications-table tbody .provider-cell .provider-name {
  font-weight: 600;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .table-responsive .applications-table tbody .provider-cell .provider-role {
  font-size: 0.85rem;
  color: #94a3b8;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .table-responsive .applications-table tbody .status-pill {
  padding: 6px 16px;
  border-radius: 999px;
  font-size: 0.82rem;
  font-weight: 600;
  display: inline-block;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .table-responsive .applications-table tbody .status-pill--pending {
  background: #fff4e6;
  color: #c2410c;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .table-responsive .applications-table tbody .status-pill--confirmed {
  background: #e0f2fe;
  color: #0369a1;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .table-responsive .applications-table tbody .status-pill--completed {
  background: #dcfce7;
  color: #15803d;
}
@media (max-width: 1100px) {
  .dashboard-customer .section--main .dc-sm-dash-main .main-grid .table-responsive {
    width: 850px;
  }
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .spending-card .spending-chart {
  height: 240px;
  margin-bottom: 20px;
  position: relative;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .spending-card .chart-legend {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  font-size: 0.95rem;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .spending-card .chart-legend li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #475569;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .spending-card .chart-legend li span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .spending-card .chart-legend li span .dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .spending-card .chart-legend li span .dot--blue {
  background: #4f46e5;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .spending-card .chart-legend li span .dot--orange {
  background: #f97316;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .spending-card .chart-legend li span .dot--purple {
  background: #6366f1;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .spending-card .chart-legend li span .dot--green {
  background: #22c55e;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .spending-card .chart-legend li strong {
  font-weight: 600;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .favorites-card .favorites-list {
  list-style: none;
  margin: 0 0 16px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .favorites-card .favorites-list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .favorites-card .favorites-list li .favorite-info {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .favorites-card .favorites-list li .favorite-info img {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .favorites-card .favorites-list li .favorite-info .favorite-name {
  font-weight: 600;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .favorites-card .favorites-list li .favorite-info .favorite-role {
  font-size: 0.85rem;
  color: #94a3b8;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .favorites-card .favorites-list li .favorite-rating {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #f59e0b;
  font-weight: 600;
}
.dashboard-customer .section--main .dc-sm-dash-main .main-grid .favorites-card .link {
  font-size: 0.9rem;
}
@media (max-width: 1100px) {
  .dashboard-customer .section--main .dc-sm-dash-main .main-grid {
    grid-template-columns: 1fr;
    overflow-x: auto;
  }
}
@media (max-width: 768px) {
  .dashboard-customer .section--main .dc-sm-dash-main .customer-dashboard {
    padding: 24px 16px 40px;
  }
  .dashboard-customer .section--main .dc-sm-dash-main .customer-dashboard .section-heading {
    flex-direction: column;
  }
  .dashboard-customer .section--main .dc-sm-dash-main .customer-dashboard .stat-card,
  .dashboard-customer .section--main .dc-sm-dash-main .customer-dashboard .appointment-card {
    padding: 18px;
  }
}
@media (max-width: 600px) {
  .dashboard-customer .section--main .dc-sm-dash-main .dashboard-header h1 {
    font-size: 1.8rem;
  }
}

.dashboard-provider-sub-status .section--main {
  padding: 1.4rem 1.5rem 1.5rem 290px;
  background-color: #F5F7FA;
}
@media (min-width: 1900px) {
  .dashboard-provider-sub-status .section--main {
    height: 100vh;
  }
}
@media (max-width: 692px) {
  .dashboard-provider-sub-status .section--main {
    padding-left: 95px;
  }
}
.dashboard-provider-sub-status .section--main h1, .dashboard-provider-sub-status .section--main h3, .dashboard-provider-sub-status .section--main h2, .dashboard-provider-sub-status .section--main p {
  font-family: "Rubik", sans-serif;
  margin: 0;
}
.dashboard-provider-sub-status .section--main h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 3px;
}
.dashboard-provider-sub-status .section--main__label {
  font-size: 14px;
  color: hsla(0, 0%, 0%, 0.5);
  max-width: 670px;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 12px;
  margin-top: 1.2rem;
  padding: 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-head {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: flex-end;
  gap: 1rem;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-head h3 {
  margin-bottom: 5px;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-head p {
  font-size: 14px;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-head__btns {
  background-color: #FDFAFA;
  border-radius: 6px;
  border: 1px solid #D9D9D9;
  padding: 6px;
  width: 140px;
  display: flex;
  justify-content: space-between;
  gap: 5px;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-head__btns button {
  width: 60px;
  height: 30px;
  background-color: transparent;
  border-radius: 4px;
  font-size: 12px;
  color: #1E1E1E;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-head__btns .active-dpss-btn {
  background-color: #1E1E1E;
  color: #FFFFFF;
}
@media (max-width: 992px) {
  .dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-head {
    flex-direction: column;
  }
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con {
  margin-top: 0.8rem;
  display: flex;
  gap: 1.5rem;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con .dpss-sm-main-con-box {
  padding: 25px;
  border: 1px solid #8D913A;
  border-radius: 8px;
  width: 100%;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con .dpss-sm-main-con-box__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con .dpss-sm-main-con-box__head h2 {
  font-size: 25px !important;
  color: #1E1E1E;
  margin: 0;
  line-height: 100%;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con .dpss-sm-main-con-box__head h2 span {
  line-height: 100%;
  font-size: 12px;
  color: hsla(0, 0%, 0%, 0.5);
}
@media (max-width: 592px) {
  .dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con .dpss-sm-main-con-box__head {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 1rem;
  }
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con .dpss-sm-main-con-box__price {
  margin-top: 1.2rem;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con .dpss-sm-main-con-box__price h2 {
  font-size: 35px !important;
  color: #1E1E1E;
  margin: 0;
  margin-bottom: 1rem;
  line-height: 100%;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con .dpss-sm-main-con-box__price h2 span {
  line-height: 100%;
  font-size: 12px;
  color: hsla(0, 0%, 0%, 0.5);
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con .dpss-sm-main-con-box__price p {
  font-size: 14px;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con .dpss-sm-main-con-box__featured {
  margin-top: 1rem;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con .dpss-sm-main-con-box__featured button {
  width: 100%;
  line-height: 100%;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con .dpss-sm-main-con-box__featured .active-subs-stat {
  opacity: 0.6;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con .dpss-sm-main-con-box__featured .dpss-sm-mcbf-con {
  display: flex;
  flex-direction: column;
  gap: 13px;
  margin-top: 1.5rem;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con .dpss-sm-main-con-box__featured .dpss-sm-mcbf-con__box {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con .dpss-sm-main-con-box__featured .dpss-sm-mcbf-con__box svg {
  min-width: 20px !important;
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con .dpss-sm-main-con-box__featured .dpss-sm-mcbf-con__box p {
  margin: 0;
}
@media (max-width: 592px) {
  .dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con .dpss-sm-main-con-box__featured .dpss-sm-mcbf-con__box p {
    font-size: 14px;
  }
}
@media (max-width: 592px) {
  .dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con .dpss-sm-main-con-box {
    padding: 15px;
  }
}
.dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con .dpss-smmcb-month {
  display: none;
}
@media (max-width: 992px) {
  .dashboard-provider-sub-status .section--main .dpss-sm-main .dpss-sm-main-con {
    flex-direction: column-reverse;
    align-items: flex-start;
    row-gap: 1rem;
  }
}
@media (max-width: 592px) {
  .dashboard-provider-sub-status .section--main .dpss-sm-main {
    padding: 1rem;
  }
}

.dashboard-provider-bill-history .section--main {
  padding: 1.4rem 1.5rem 1.5rem 290px;
  background-color: #F5F7FA;
}
@media (min-width: 1900px) {
  .dashboard-provider-bill-history .section--main {
    height: 100vh;
  }
}
@media (max-width: 692px) {
  .dashboard-provider-bill-history .section--main {
    padding-left: 95px;
  }
}
.dashboard-provider-bill-history .section--main h1, .dashboard-provider-bill-history .section--main h3, .dashboard-provider-bill-history .section--main h2, .dashboard-provider-bill-history .section--main p {
  font-family: "Rubik", sans-serif;
  margin: 0;
}
.dashboard-provider-bill-history .section--main h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 3px;
}
.dashboard-provider-bill-history .section--main__label {
  font-size: 14px;
  color: hsla(0, 0%, 0%, 0.5);
  max-width: 670px;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 12px;
  margin-top: 1.2rem;
  padding: 1.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__head {
  display: flex;
  gap: 12px;
  align-items: center;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__head h2 {
  font-size: 20px;
  margin: 0;
  line-height: 100%;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__featured {
  display: flex;
  flex-direction: column;
  gap: 0.7rem;
  align-items: flex-start;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__featured__box {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__featured__box p {
  margin: 0;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__featured a {
  margin-top: 10px;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__payment h2 {
  font-size: 20px;
  margin: 0;
  line-height: 100%;
  margin-bottom: 6px;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__payment__box {
  display: flex;
  gap: 0.6rem;
  margin-block: 1rem;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__payment__box div {
  width: 75px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
}
@media (max-width: 450px) {
  .dashboard-provider-bill-history .section--main .dpbh-sm-con__payment__box {
    flex-direction: column;
  }
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__payment a {
  margin-top: 10px;
}
@media (max-width: 450px) {
  .dashboard-provider-bill-history .section--main .dpbh-sm-con__payment a {
    width: fit-content;
    line-height: 100%;
  }
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__table {
  width: 100%;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__table__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__table__head h2 {
  font-size: 20px;
  margin: 0;
  line-height: 100%;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__table__head .dpbh-sm-con-th-actions {
  display: flex;
  gap: 10px;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__table__head .dpbh-sm-con-th-actions__search {
  display: flex;
  border: 1px solid #D9D9D9;
  align-items: center;
  position: relative;
  border-radius: 7px;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__table__head .dpbh-sm-con-th-actions__search svg {
  position: absolute;
  left: 0.55rem;
  transform: translateY(-50%);
  top: 50%;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__table__head .dpbh-sm-con-th-actions__search input {
  border: none;
  padding-left: 1.9rem;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__table__head .dpbh-sm-con-th-actions button {
  padding: 1px 12px;
  border-radius: 4px;
  border: 1px solid #D9D9D9;
  background-color: transparent;
  display: flex;
  gap: 5px;
  align-items: center;
}
@media (max-width: 1100px) {
  .dashboard-provider-bill-history .section--main .dpbh-sm-con__table__head .dpbh-sm-con-th-actions {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 400px) {
  .dashboard-provider-bill-history .section--main .dpbh-sm-con__table__head .dpbh-sm-con-th-actions__search {
    width: 100%;
  }
  .dashboard-provider-bill-history .section--main .dpbh-sm-con__table__head .dpbh-sm-con-th-actions__search input {
    width: 100%;
  }
}
@media (max-width: 1100px) {
  .dashboard-provider-bill-history .section--main .dpbh-sm-con__table__head {
    flex-direction: column;
    row-gap: 1rem;
  }
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__table__main {
  width: 100%;
  margin-top: 1rem;
  overflow-x: auto;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__table__main .dpbh-sm-c-t-m {
  width: 100%;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__table__main .dpbh-sm-c-t-m__head {
  width: 100%;
  padding: 15px;
  background-color: #FAFAFA;
  border-radius: 10px 10px 0 0;
  border: 1px solid #D9D9D9;
  border-bottom: 0 !important;
  display: grid;
  grid-template-columns: 30px 100px 25% 10% 1fr 1fr 1fr;
  gap: 10px;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__table__main .dpbh-sm-c-t-m__head div {
  display: flex;
  align-items: center;
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 14px;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__table__main .dpbh-sm-c-t-m__body {
  width: 100%;
  padding: 15px;
  border-radius: 0;
  border: 1px solid #D9D9D9;
  border-top: 0 !important;
  display: grid;
  grid-template-columns: 30px 100px 25% 10% 1fr 1fr 1fr;
  gap: 10px;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__table__main .dpbh-sm-c-t-m__body div {
  display: flex;
  align-items: center;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  font-size: 14px;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__table__main .dpbh-sm-c-t-m__body--checkbox input[type=checkbox] {
  cursor: pointer;
  outline: none;
  width: 10px;
  height: 10px;
  all: revert;
  -webkit-appearance: checkbox;
  appearance: checkbox;
  cursor: pointer;
  accent-color: #1E1E1E;
  margin-top: 3px !important;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__table__main .dpbh-sm-c-t-m__body--status .dpbh-smctmbs-pending {
  padding: 4px 9px;
  font-size: 12px;
  color: #FF8D28;
  background-color: hsla(28, 100%, 58%, 0.124);
  border-radius: 50px;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__table__main .dpbh-sm-c-t-m__body--status .dpbh-smctmbs-complete {
  padding: 4px 9px;
  font-size: 12px;
  color: #1FBF72;
  background-color: hsla(151, 72%, 44%, 0.124);
  border-radius: 50px;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__table__main .dpbh-sm-c-t-m__body--action {
  display: grid;
  gap: 10px;
}
.dashboard-provider-bill-history .section--main .dpbh-sm-con__table__main .dpbh-sm-c-t-m__body--action button {
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 14px;
  column-rule: #1E1E1E;
  line-height: 100%;
}
@media (max-width: 1100px) {
  .dashboard-provider-bill-history .section--main .dpbh-sm-con__table__main .dpbh-sm-c-t-m {
    width: 1000px;
    overflow-x: auto;
  }
}

.dashboard-provider-bookings .section--main {
  padding: 1.4rem 1.5rem 1.5rem 290px;
  background-color: #F5F7FA;
}
@media (min-width: 1900px) {
  .dashboard-provider-bookings .section--main {
    height: 100vh;
  }
}
@media (max-width: 692px) {
  .dashboard-provider-bookings .section--main {
    padding-left: 95px;
  }
}
.dashboard-provider-bookings .section--main h1, .dashboard-provider-bookings .section--main h3, .dashboard-provider-bookings .section--main h2, .dashboard-provider-bookings .section--main p {
  font-family: "Rubik", sans-serif;
  margin: 0;
}
.dashboard-provider-bookings .section--main h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 3px;
}
.dashboard-provider-bookings .section--main__label {
  font-size: 14px;
  color: hsla(0, 0%, 0%, 0.5);
  max-width: 670px;
}
.dashboard-provider-bookings .section--main__head {
  margin-top: 1.2rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-provider-bookings .section--main__head__box {
  display: flex;
  gap: 10px;
  align-items: center;
}
.dashboard-provider-bookings .section--main__head__box div {
  position: relative;
}
.dashboard-provider-bookings .section--main__head__box div select {
  cursor: pointer;
  color: #1E1E1E;
  border: 1px solid #8D913A;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 12px 1rem;
  padding-right: 2rem;
  font-size: 14px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.dashboard-provider-bookings .section--main__head__box div svg {
  position: absolute;
  right: 14px;
  transform: translateY(-50%);
  top: 50%;
}
.dashboard-provider-bookings .section--main__head button {
  color: #1E1E1E;
  border: 1px solid #8D913A;
  border-radius: 8px;
  background-color: #FFFFFF;
  padding: 12px 1rem;
  font-size: 14px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  display: flex;
  align-items: center;
  gap: 10px;
}
@media (max-width: 740px) {
  .dashboard-provider-bookings .section--main__head {
    flex-direction: column;
    align-items: flex-start;
    row-gap: 0.7rem;
  }
}
@media (max-width: 440px) {
  .dashboard-provider-bookings .section--main__head {
    align-items: center;
  }
  .dashboard-provider-bookings .section--main__head__box {
    flex-direction: column;
  }
}
.dashboard-provider-bookings .section--main__con {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 15px;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box {
  padding: 20px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box h4 {
  font-size: 15px;
  font-weight: 600;
  color: #1E1E1E;
  font-family: "Rubik", sans-serif;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__prof {
  display: flex;
  justify-content: space-between;
  gap: 10px;
  align-items: flex-start;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__prof__con {
  display: flex;
  align-items: center;
  gap: 12px;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__prof__con img {
  width: 55px;
  height: 55px;
  border-radius: 100px;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__prof__con__txt {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__prof__con__txt h4 {
  margin-bottom: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
  line-height: 100%;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__prof__con__txt h4 span {
  margin-bottom: 2px;
  width: 6px;
  height: 6px;
  border-radius: 7px;
  background-color: green;
  display: inline-block;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__prof__con__txt div {
  font-size: 12px;
  color: #8D913A;
  background-color: #EBEED2;
  border-radius: 44px;
  padding: 4px 12px;
  line-height: 100%;
  text-align: center;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__prof button {
  background-color: transparent;
  border: none;
  outline: none;
}
@media (max-width: 440px) {
  .dashboard-provider-bookings .section--main__con .dpb-smc-box__prof {
    flex-direction: column;
    row-gap: 10px;
    align-items: center;
  }
  .dashboard-provider-bookings .section--main__con .dpb-smc-box__prof__con {
    width: 100%;
    flex-direction: column;
    row-gap: 10px;
  }
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__sched {
  margin-top: 1rem;
  width: 100%;
  border-radius: 8px;
  padding: 12px;
  background-color: #F8F9EF;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__sched__date-time {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__sched__date-time div span {
  line-height: 100%;
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: hsla(0, 0%, 0%, 0.5);
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__sched__date-time div span svg {
  margin-bottom: 1px;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__sched__date-time div span {
  margin-bottom: 3px;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__sched__date-time div p {
  font-size: 14px;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__sched__date-time div .dpb-smc-b-s-done {
  text-decoration: line-through;
  color: hsla(0, 0%, 0%, 0.287);
}
@media (max-width: 440px) {
  .dashboard-provider-bookings .section--main__con .dpb-smc-box__sched__date-time {
    flex-direction: column;
    row-gap: 10px;
  }
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__infos {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
  gap: 10px;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__infos div {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 5px;
  padding-block: 2px;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__infos div h4 {
  margin: 0;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__infos div span {
  font-size: 14px;
  display: flex;
  align-items: flex-start;
  gap: 4px;
  text-align: right;
  color: hsla(0, 0%, 0%, 0.501);
  line-height: 100%;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__infos div span svg {
  margin-top: 1px;
}
@media (max-width: 440px) {
  .dashboard-provider-bookings .section--main__con .dpb-smc-box__infos div span svg {
    display: none;
  }
}
@media (max-width: 440px) {
  .dashboard-provider-bookings .section--main__con .dpb-smc-box__infos div span {
    text-align: center;
  }
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__infos div p {
  color: #1E1E1E;
  font-size: 16px;
  line-height: 100%;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__infos div .dpb-smc-b-i-pending {
  background-color: hsla(208, 100%, 50%, 0.1);
  color: #0088FF;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 4px;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__infos div .dpb-smc-b-i-complete {
  background-color: hsla(135, 59%, 49%, 0.1);
  color: #34C759;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 4px;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__infos div .dpb-smc-b-i-ongoing {
  background-color: hsla(28, 100%, 58%, 0.1);
  color: #FF8D28;
  font-size: 12px;
  padding: 4px 12px;
  border-radius: 4px;
}
@media (max-width: 440px) {
  .dashboard-provider-bookings .section--main__con .dpb-smc-box__infos div {
    flex-direction: column;
    align-items: center;
  }
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__infos__btns {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 10px;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__infos__btns button {
  font-size: 14px;
  padding: 9px 1.1rem;
  border-radius: 4px;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__infos__btns button:hover {
  opacity: 0.85;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__infos__btns .dpb-smc-b-i-b-primary {
  background-color: #8D913A;
  color: #FFFFFF;
  border: 1px solid #8D913A;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__infos__btns .dpb-smc-b-i-b-secondary {
  background-color: hsla(63, 43%, 40%, 0.19);
  color: #8D913A;
  border: 1px solid #8D913A;
}
.dashboard-provider-bookings .section--main__con .dpb-smc-box__infos__btns .dpb-smc-b-i-b-red {
  background-color: hsla(359, 100%, 61%, 0.19);
  color: #FF383C;
  border: 1px solid #FF383C;
}
@media (max-width: 440px) {
  .dashboard-provider-bookings .section--main__con .dpb-smc-box__infos__btns {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 1200px) {
  .dashboard-provider-bookings .section--main__con {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .dashboard-provider-bookings .section--main__con {
    grid-template-columns: 1fr;
  }
}

.dashboard-provider-availability .section--main {
  padding: 1.4rem 1.5rem 1.5rem 290px;
  background-color: #F5F7FA;
}
@media (min-width: 1000px) {
  .dashboard-provider-availability .section--main {
    height: 100vh;
  }
}
@media (max-width: 692px) {
  .dashboard-provider-availability .section--main {
    padding-left: 95px;
  }
}
.dashboard-provider-availability .section--main h1, .dashboard-provider-availability .section--main h3, .dashboard-provider-availability .section--main h2, .dashboard-provider-availability .section--main p {
  font-family: "Rubik", sans-serif;
  margin: 0;
}
.dashboard-provider-availability .section--main h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 3px;
}
.dashboard-provider-availability .section--main__label {
  font-size: 14px;
  color: hsla(0, 0%, 0%, 0.5);
  max-width: 670px;
}
.dashboard-provider-availability .section--main .dpa-sm-con {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 500px;
  gap: 1.5rem;
  margin-top: 1rem;
}
@media (max-width: 1200px) {
  .dashboard-provider-availability .section--main .dpa-sm-con {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  .dashboard-provider-availability .section--main .dpa-sm-con {
    grid-template-columns: 1fr;
  }
}
.dashboard-provider-availability .section--main .dpa-sm-con__form {
  padding: 25px 20px;
  border-radius: 8px;
  background-color: #FFFFFF;
  width: 100%;
}
.dashboard-provider-availability .section--main .dpa-sm-con__form h3 {
  margin-bottom: 6px;
  line-height: 100%;
}
.dashboard-provider-availability .section--main .dpa-sm-con__form p {
  line-height: 100%;
  font-size: 14px;
}
.dashboard-provider-availability .section--main .dpa-sm-con__form__group {
  display: flex;
  flex-direction: column;
  gap: 3px;
  margin-top: 1rem;
}
.dashboard-provider-availability .section--main .dpa-sm-con__form__group label {
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  margin: 0;
}
.dashboard-provider-availability .section--main .dpa-sm-con__form__group input {
  text-transform: uppercase;
}
.dashboard-provider-availability .section--main .dpa-sm-con__form__group .availability-toggle {
  position: relative;
  display: inline-block;
  width: 44px;
  height: 22px;
}
.dashboard-provider-availability .section--main .dpa-sm-con__form__group .availability-toggle input {
  opacity: 0;
  width: 0;
  height: 0;
}
.dashboard-provider-availability .section--main .dpa-sm-con__form__group .toggle-slider {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background-color: #cfd8dc; /* OFF state */
  border-radius: 50px;
  transition: 0.3s;
}
.dashboard-provider-availability .section--main .dpa-sm-con__form__group .toggle-slider::before {
  content: "";
  position: absolute;
  height: 18px;
  width: 18px;
  left: 2px;
  top: 2px;
  background-color: #fff;
  border-radius: 50%;
  transition: 0.3s;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}
.dashboard-provider-availability .section--main .dpa-sm-con__form__group {
  /* ON state */
}
.dashboard-provider-availability .section--main .dpa-sm-con__form__group .availability-toggle input:checked + .toggle-slider {
  background-color: #8D913A; /* green like image */
}
.dashboard-provider-availability .section--main .dpa-sm-con__form__group .availability-toggle input:checked + .toggle-slider::before {
  transform: translateX(22px);
}
.dashboard-provider-availability .section--main .dpa-sm-con__form__btns {
  display: flex;
  gap: 8px;
  margin-top: 1rem;
}
.dashboard-provider-availability .section--main .dpa-sm-con__form__btns button {
  font-size: 14px !important;
}
.dashboard-provider-availability .section--main .dpa-sm-con__form__btns .btn-sec {
  background-color: #FFF7E6;
  color: #1E1E1E !important;
}
@media (max-width: 492px) {
  .dashboard-provider-availability .section--main .dpa-sm-con__form__btns {
    flex-direction: column;
  }
}
.dashboard-provider-availability .section--main .dpa-sm-con__calendar {
  padding: 25px 20px;
  border-radius: 8px;
  background-color: #FFFFFF;
}
.dashboard-provider-availability .section--main .dpa-sm-con__calendar .calendar {
  margin-top: 2rem;
  width: 100%;
  background: #fff;
  padding: 20px;
  border-radius: 14px;
}
@media (max-width: 992px) {
  .dashboard-provider-availability .section--main .dpa-sm-con__calendar .calendar {
    max-width: 550px;
  }
}
@media (max-width: 492px) {
  .dashboard-provider-availability .section--main .dpa-sm-con__calendar .calendar {
    padding: 1px;
  }
}
.dashboard-provider-availability .section--main .dpa-sm-con__calendar .calendar-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 20px;
}
.dashboard-provider-availability .section--main .dpa-sm-con__calendar .calendar-header h4 {
  font-size: 17px;
  font-family: "Inter", sans-serif;
  font-weight: 600;
}
@media (max-width: 492px) {
  .dashboard-provider-availability .section--main .dpa-sm-con__calendar .calendar-header h4 {
    font-size: 14px;
    text-align: center;
  }
}
.dashboard-provider-availability .section--main .dpa-sm-con__calendar .calendar-header .cal-nav {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: none;
  background: #e6f0b5;
  cursor: pointer;
  font-size: 20px;
}
.dashboard-provider-availability .section--main .dpa-sm-con__calendar .calendar-days {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  color: #999;
  margin-bottom: 10px;
}
.dashboard-provider-availability .section--main .dpa-sm-con__calendar .calendar-dates {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 8px;
}
.dashboard-provider-availability .section--main .dpa-sm-con__calendar .calendar-dates button {
  height: 56px;
  border-radius: 50%;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 15px;
}
@media (max-width: 992px) {
  .dashboard-provider-availability .section--main .dpa-sm-con__calendar .calendar-dates button {
    aspect-ratio: 1;
    height: fit-content;
  }
}
@media (max-width: 492px) {
  .dashboard-provider-availability .section--main .dpa-sm-con__calendar .calendar-dates button {
    font-size: 12px;
  }
}
.dashboard-provider-availability .section--main .dpa-sm-con__calendar .calendar-dates button.active {
  background: #8D913A;
  color: #FFFFFF;
  outline: none;
}
.dashboard-provider-availability .section--main .dpa-sm-con__calendar .calendar-dates button.disabled {
  color: #ccc;
  pointer-events: none;
}
.dashboard-provider-availability .section--main .dpa-sm-con__calendar .calendar-dates button.available {
  background: #eef5c7;
  color: #000;
}
.dashboard-provider-availability .section--main .dpa-sm-con__calendar .calendar-dates button {
  position: relative;
}
.dashboard-provider-availability .section--main .dpa-sm-con__calendar .calendar-dates button.available::after {
  content: "";
  position: absolute;
  bottom: 5px;
  left: 50%;
  transform: translateX(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #cddc39;
}

.dashboard-provider-reg .section--main {
  padding: 1.4rem 1.5rem 1.5rem 290px;
  background-color: #F5F7FA;
}
@media (min-width: 2100px) {
  .dashboard-provider-reg .section--main {
    height: 100vh;
  }
}
@media (max-width: 692px) {
  .dashboard-provider-reg .section--main {
    padding-left: 95px;
  }
}
.dashboard-provider-reg .section--main h1, .dashboard-provider-reg .section--main h3, .dashboard-provider-reg .section--main h2, .dashboard-provider-reg .section--main p {
  font-family: "Rubik", sans-serif;
  margin: 0;
}
.dashboard-provider-reg .section--main h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 3px;
}
.dashboard-provider-reg .section--main__label {
  font-size: 14px;
  color: hsla(0, 0%, 0%, 0.5);
  max-width: 670px;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon {
  width: 100%;
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box-head {
  display: flex;
  flex-direction: column;
  gap: 1px;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box-head span {
  color: #8D913A;
  font-size: 14px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box-head h3 {
  margin-bottom: 1px;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box-head h4 {
  font-size: 14px;
  color: #1E1E1E;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
  margin: 0;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box-head p {
  font-size: 14px;
  color: hsla(0, 0%, 0%, 0.5);
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box {
  background-color: #FFFFFF;
  padding: 27px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box .dpr-sm-mc-f-box-inp {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box .dpr-sm-mc-f-box-inp input {
  width: 100%;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box .dpr-sm-mc-f-box-group {
  margin-top: 1rem;
  display: flex;
  gap: 1rem;
  width: 100%;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box .dpr-sm-mc-f-box-group__con {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box .dpr-sm-mc-f-box-group__con label {
  font-weight: 500;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box .dpr-sm-mc-f-box-group__con input {
  width: 100%;
  height: 46px;
  color: #1E1E1E;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box .dpr-sm-mc-f-box-group__con input[type=date], .dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box .dpr-sm-mc-f-box-group__con input[type=time] {
  text-transform: uppercase !important;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box .dpr-sm-mc-f-box-group__con div {
  position: relative;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box .dpr-sm-mc-f-box-group__con div select {
  height: 46px;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box .dpr-sm-mc-f-box-group__con div select option {
  cursor: pointer;
  border-radius: 2px !important;
  border: 1px solid #8D913A !important;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box .dpr-sm-mc-f-box-group__con div svg {
  position: absolute;
  right: 1.3rem;
  transform: translateY(-50%);
  top: 50%;
  z-index: 2;
}
@media (max-width: 1190px) {
  .dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box .dpr-sm-mc-f-box-group {
    flex-direction: column;
  }
}
@media (max-width: 992px) {
  .dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box .dpr-sm-mc-f-box-group {
    flex-direction: row;
  }
}
@media (max-width: 592px) {
  .dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box .dpr-sm-mc-f-box-group {
    flex-direction: column;
  }
}
@media (max-width: 592px) {
  .dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-box {
    padding: 18px;
  }
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-file {
  border: 1px solid #D9D9D9;
  background-color: #FFFFFF;
  padding: 27px;
  border-radius: 8px;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-file .dpr-sm-mc-f-file-uploader {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-file .dpr-sm-mc-f-file-uploader__label {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #1E1E1E;
  font-size: 0.95rem;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-file .dpr-sm-mc-f-file-uploader__dropzone {
  position: relative;
  border: 2px dashed #d7dce7;
  border-radius: 12px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-file .dpr-sm-mc-f-file-uploader__dropzone input[type=file] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-file .dpr-sm-mc-f-file-uploader__dropzone .dropzone-content {
  text-align: center;
  pointer-events: none;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-file .dpr-sm-mc-f-file-uploader__dropzone .dropzone-content .dropzone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-file .dpr-sm-mc-f-file-uploader__dropzone .dropzone-content p {
  margin: 0;
  font-size: 0.9rem;
  color: #9aa0b5;
  font-weight: 400;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-file .dpr-sm-mc-f-file-uploader__dropzone .dropzone-content p span {
  color: #8D913A;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
@media (max-width: 592px) {
  .dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-file {
    padding: 18px;
  }
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-actions {
  background-color: #FFFFFF;
  padding: 27px;
  border-radius: 8px;
  border: 1px solid #D9D9D9;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-actions button {
  width: 100%;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-actions .disable-btn {
  cursor: no-drop;
}
@media (max-width: 592px) {
  .dashboard-provider-reg .section--main .dpr-sm-maincon__form .dpr-sm-mc-f-actions {
    padding: 18px;
  }
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__info {
  width: 750px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__info__box {
  padding: 27px;
  border-radius: 8px;
  background-color: #FFFFFF;
  width: 100%;
  border: 1px solid #D9D9D9;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__info__box ul {
  margin-bottom: 0;
  margin-top: 1rem;
  padding-left: 1.2rem;
}
.dashboard-provider-reg .section--main .dpr-sm-maincon__info__box ul li {
  list-style: disc;
  color: hsla(0, 0%, 0%, 0.455);
  font-size: 15px;
}
@media (max-width: 992px) {
  .dashboard-provider-reg .section--main .dpr-sm-maincon {
    flex-direction: column;
  }
  .dashboard-provider-reg .section--main .dpr-sm-maincon__info {
    width: 100%;
  }
}

.dashboard-provider-profs .section--main {
  padding: 1.4rem 1.5rem 1.5rem 290px;
  background-color: #F5F7FA;
}
@media (min-width: 2100px) {
  .dashboard-provider-profs .section--main {
    height: 100vh;
  }
}
@media (max-width: 692px) {
  .dashboard-provider-profs .section--main {
    padding-left: 95px;
  }
}
.dashboard-provider-profs .section--main h1, .dashboard-provider-profs .section--main h3, .dashboard-provider-profs .section--main h2, .dashboard-provider-profs .section--main p {
  font-family: "Rubik", sans-serif;
  margin: 0;
}
.dashboard-provider-profs .section--main h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 3px;
}
.dashboard-provider-profs .section--main__label {
  font-size: 14px;
  color: hsla(0, 0%, 0%, 0.5);
  max-width: 670px;
}
.dashboard-provider-profs .section--main .dpp-sm-main {
  width: 100%;
  background-color: #FFFFFF;
  border-radius: 12px;
  margin-top: 1.2rem;
  padding: 2rem 1.7rem;
  padding-top: 3rem;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info {
  width: 100%;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info h3 {
  margin-bottom: 10px;
  font-size: 24px;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info__p {
  max-width: 500px;
  font-size: 14px;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1E1E1E;
  margin-bottom: 1.2rem;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info__group {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-top: 1rem;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info__group label {
  font-size: 14px;
  font-weight: 400;
  font-family: "Rubik", sans-serif;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info__group .amsify-suggestags-area {
  padding: 10px 1rem;
  border-radius: 8px;
  border: 1px solid #D9D9D9 !important;
}
@media (max-width: 500px) {
  .dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info__group .amsify-suggestags-area {
    width: 100% !important;
  }
}
@media (max-width: 500px) {
  .dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info__group .amsify-suggestags-input {
    width: 100% !important;
  }
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info__group .amsify-suggestags-input:focus,
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info__group .amsify-suggestags-input-area:focus,
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info__group .amsify-suggestags-input-area input:focus {
  outline: none !important;
  box-shadow: none !important;
  border-color: #e15151; /* optional */
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info__group__normal {
  padding-block: 10px;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info__group__con {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info__group__con label {
  font-weight: 500;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info__group__con input {
  width: 100%;
  height: 46px;
  color: #1E1E1E;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info__group__con input[type=date], .dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info__group__con input[type=time] {
  text-transform: uppercase !important;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info__group__con div {
  position: relative;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info__group__con div select {
  height: 46px;
  cursor: pointer;
  position: relative;
  width: 100%;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info__group__con div select option {
  cursor: pointer;
  border-radius: 2px !important;
  border: 1px solid #8D913A !important;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info__group__con div svg {
  position: absolute;
  right: 1.3rem;
  transform: translateY(-50%);
  top: 50%;
  z-index: 2;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info .dpr-sm-mc-f-file-uploader {
  display: flex;
  flex-direction: column;
  gap: 0.15rem;
  margin-top: 1rem;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info .dpr-sm-mc-f-file-uploader__label {
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  color: #1E1E1E;
  font-size: 0.95rem;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info .dpr-sm-mc-f-file-uploader__dropzone {
  position: relative;
  border: 2px dashed #d7dce7;
  border-radius: 12px;
  min-height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info .dpr-sm-mc-f-file-uploader__dropzone input[type=file] {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  cursor: pointer;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info .dpr-sm-mc-f-file-uploader__dropzone .dropzone-content {
  text-align: center;
  pointer-events: none;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info .dpr-sm-mc-f-file-uploader__dropzone .dropzone-content .dropzone-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #0f172a;
  margin-bottom: 0.5rem;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info .dpr-sm-mc-f-file-uploader__dropzone .dropzone-content p {
  margin: 0;
  font-size: 0.9rem;
  color: #9aa0b5;
  font-weight: 400;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info .dpr-sm-mc-f-file-uploader__dropzone .dropzone-content p span {
  color: #8D913A;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details {
  width: 100%;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details input {
  padding: 10px 1rem !important;
  padding-block: 10px !important;
  width: 100%;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details label {
  font-size: 14px;
  color: #1E1E1E;
  font-weight: 500;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details h4 {
  font-size: 20px;
  margin-bottom: 10px;
  font-weight: 700;
  text-transform: capitalize;
  color: #1E1E1E;
  margin-bottom: 1rem;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details--prp {
  width: 100%;
  height: 180px;
  border-radius: 8px;
  margin-bottom: 5rem;
  position: relative;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details--prp__bg {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
  border-radius: 8px;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details--prp__change {
  position: absolute;
  right: 10px;
  bottom: 10px;
  background-color: #E8EAED;
  border-radius: 4px;
  padding: 10px 14px;
  display: flex;
  align-items: center;
  gap: 6px;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details--prp__change p {
  font-size: 12px;
  margin: 0;
  font-family: "Rubik", sans-serif;
}
@media (max-width: 500px) {
  .dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details--prp__change p {
    display: none;
  }
}
@media (max-width: 500px) {
  .dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details--prp__change {
    top: 10px;
    bottom: auto;
  }
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details--prp__prof {
  position: absolute;
  width: fit-content;
  margin-bottom: 1rem;
  left: 1rem;
  bottom: -4rem;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details--prp__prof__img {
  width: 100px;
  height: 100px;
  background-color: #8D913A;
  border-radius: 120px;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details--prp__prof button {
  width: 25px;
  height: 25px;
  border-radius: 30px;
  border: 1px solid #D9D9D9;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 2px;
  right: 2px;
  background-color: #FFFFFF;
}
@media (max-width: 500px) {
  .dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details--prp__prof {
    left: 50%;
    transform: translateX(-50%);
  }
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details__group-sld {
  display: flex;
  gap: 1rem;
  width: 100%;
  margin-top: 1rem;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details__group-sld .dca-smmd-gs-box {
  width: 100%;
}
@media (max-width: 500px) {
  .dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details__group-sld {
    flex-direction: column;
  }
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details__group-block {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details__group-block span {
  margin-top: 5px;
  font-size: 14px;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details__group-block span a {
  color: #8D913A;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details__txt {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details__pass {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details__pass h4 {
  margin-bottom: 5px !important;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details__pass a {
  color: #8D913A;
}
.dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details__btns {
  margin-top: 1rem;
}
@media (max-width: 992px) {
  .dashboard-provider-profs .section--main .dpp-sm-main {
    flex-direction: column-reverse;
    row-gap: 2.5rem;
  }
  .dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-info,
  .dashboard-provider-profs .section--main .dpp-sm-main .dpp-sm-main-details {
    width: 100%;
  }
}

.dashboard-provider-dashboard .section--main {
  padding: 1.4rem 1.5rem 1.5rem 290px;
  background-color: #F5F7FA;
}
@media (min-width: 2100px) {
  .dashboard-provider-dashboard .section--main {
    height: 100vh;
  }
}
@media (max-width: 692px) {
  .dashboard-provider-dashboard .section--main {
    padding-left: 95px;
  }
}
.dashboard-provider-dashboard .section--main h1, .dashboard-provider-dashboard .section--main h3, .dashboard-provider-dashboard .section--main h2, .dashboard-provider-dashboard .section--main p {
  font-family: "Rubik", sans-serif;
  margin: 0;
}
.dashboard-provider-dashboard .section--main h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 3px;
}
.dashboard-provider-dashboard .section--main__label {
  font-size: 14px;
  color: hsla(0, 0%, 0%, 0.5);
  max-width: 670px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-header {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1rem;
}
.dashboard-provider-dashboard .section--main .dpd-sm-header__box {
  border: 1px solid #D9D9D9;
  padding: 18px;
  background-color: #FFFFFF;
  border-radius: 8px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-header__box--hd {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.dashboard-provider-dashboard .section--main .dpd-sm-header__box--hd p {
  color: hsla(0, 0%, 0%, 0.5);
  font-size: 14px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-header__box--prc {
  margin-block: 10px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-header__box--prc h3 {
  color: #1E1E1E;
  font-size: 24px;
  font-weight: 500;
}
.dashboard-provider-dashboard .section--main .dpd-sm-header__box--avg {
  display: flex;
  gap: 3px;
  margin-top: 10px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-header__box--avg span {
  font-size: 14px;
  font-weight: 600;
  font-family: "Rubik", sans-serif;
  color: #1A9882;
  min-width: 50px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-header__box--avg p {
  color: hsla(0, 0%, 0%, 0.5);
  font-size: 14px;
}
@media (max-width: 1350px) {
  .dashboard-provider-dashboard .section--main .dpd-sm-header {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 792px) {
  .dashboard-provider-dashboard .section--main .dpd-sm-header {
    grid-template-columns: 1fr;
  }
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon {
  gap: 1rem;
  margin-top: 1rem;
  width: 100%;
  display: grid;
  grid-template-columns: 60% 38.9%;
  box-sizing: border-box;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-overview {
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 25px;
  overflow-x: auto !important;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-overview .dpd-sm-mcon-lc-overview-m__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-overview .dpd-sm-mcon-lc-overview-m__head__txt {
  display: flex;
  flex-direction: column;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-overview .dpd-sm-mcon-lc-overview-m__head__txt h3 {
  margin-bottom: 2px;
  font-size: 20px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-overview .dpd-sm-mcon-lc-overview-m__head__txt p {
  color: hsla(0, 0%, 0%, 0.5);
  font-size: 14px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-overview .dpd-sm-mcon-lc-overview-m__head__info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-overview .dpd-sm-mcon-lc-overview-m__head__info div {
  display: flex;
  gap: 5px;
  align-items: center;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-overview .dpd-sm-mcon-lc-overview-m__head__info div span {
  width: 7px;
  height: 7px;
  border-radius: 8px;
  display: inline-block;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-overview .dpd-sm-mcon-lc-overview-m__head__info div .dpd-sm-lcohi-blue {
  background-color: #0088FF;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-overview .dpd-sm-mcon-lc-overview-m__head__info div .dpd-sm-lcohi-orange {
  background-color: #f97316;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-overview .dpd-sm-mcon-lc-overview-m__head__info div h4 {
  color: hsla(0, 0%, 0%, 0.4);
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  font-weight: 400;
  margin: 0;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-overview .dpd-sm-mcon-lc-overview-m__body {
  padding: 1.25rem 1.5rem 1.5rem;
  width: 100%;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-overview .dpd-sm-mcon-lc-overview-m__body .dpd-sm-mcon-lc-overview-m__chart {
  width: 100%;
  min-height: 220px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-overview .dpd-sm-mcon-lc-overview-m__body .dpd-sm-mcon-lc-overview-m__chart canvas {
  width: 100% !important;
  height: 100% !important;
}
@media (max-width: 1450px) {
  .dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-overview .dpd-sm-mcon-lc-overview-m {
    width: 700px;
  }
}
@media (max-width: 1350px) {
  .dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-overview .dpd-sm-mcon-lc-overview-m {
    width: auto;
  }
}
@media (max-width: 1000px) {
  .dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-overview .dpd-sm-mcon-lc-overview-m {
    width: 700px;
  }
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent {
  width: 100%;
  box-sizing: border-box;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  overflow-x: auto !important;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 25px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__head__title {
  display: flex;
  align-items: center;
  gap: 8px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__head__title h3 {
  margin-bottom: 2px;
  font-size: 20px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__head__title span {
  color: #22c55e;
  padding: 4px 9px;
  border-radius: 4px;
  font-size: 14px;
  background-color: rgba(34, 197, 94, 0.1803921569);
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__head a {
  color: #1E1E1E;
  font-family: "Rubik", sans-serif;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__tbhead {
  width: 100%;
  background-color: #F0F1F3;
  display: grid;
  grid-template-columns: 130px 25% 1fr 1fr 1fr;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__tbhead div {
  padding: 20px 25px;
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  display: flex;
  align-items: center;
  color: #4A4C56;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__tbbody {
  width: 100%;
  display: grid;
  grid-template-columns: 130px 25% 1fr 1fr 1fr;
  border-bottom: 1px solid #D9D9D9;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__tbbody:last-child {
  border-bottom: none !important;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__tbbody div {
  padding: 20px 25px;
  font-family: "Rubik", sans-serif;
  font-size: 14px;
  line-height: 100%;
  display: grid;
  align-items: center;
  justify-items: flex-start;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__tbbody div span {
  font-size: 14px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
  padding: 5px 10px;
  border-radius: 3px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__tbbody div .dpb-lc-r-tbb-orange {
  color: #f97316;
  background-color: rgba(249, 116, 22, 0.1803921569);
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__tbbody div .dpb-lc-r-tbb-blue {
  color: #0088FF;
  background-color: rgba(0, 136, 255, 0.1803921569);
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__tbbody div .dpb-lc-r-tbb-green {
  color: #22c55e;
  background-color: rgba(34, 197, 94, 0.1803921569);
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__tbbody__prof {
  display: flex !important;
  align-items: center;
  gap: 7px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__tbbody__prof img {
  width: 45px;
  height: 45px;
  border-radius: 55px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__tbbody__prof div {
  display: flex;
  flex-direction: column;
  padding: 0 !important;
  align-items: flex-start !important;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__tbbody__prof div h4 {
  font-size: 14px;
  font-family: "Rubik", sans-serif;
  font-weight: 500;
  color: #1E1E1E;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__tbbody__prof div p {
  font-size: 12px;
  color: hsla(0, 0%, 0%, 0.52);
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main__tbbody__id {
  font-size: 14px;
  color: hsla(43, 64%, 2%, 0.5);
}
@media (max-width: 1440px) {
  .dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main {
    width: 700px;
  }
}
@media (max-width: 1350px) {
  .dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main {
    width: auto;
  }
}
@media (max-width: 1000px) {
  .dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-left-con .dpd-sm-mcon-lc-recent .dpd-sm-mcon-lc-r-main {
    width: 750px;
  }
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-earnings {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 20px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-earnings .dpd-sm-mcon-rc-e-box {
  width: 100%;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-earnings .dpd-sm-mcon-rc-e-box__head h3 {
  font-size: 20px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-earnings .dpd-sm-mcon-rc-e-box__head p {
  font-size: 14px;
  color: hsla(0, 0%, 0%, 0.5);
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-earnings .dpd-sm-mcon-rc-e-box__graph {
  padding: 0rem 4rem;
  height: 18rem;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-earnings .dpd-sm-mcon-rc-e-box__lists {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 14px;
  margin-top: 1rem;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-earnings .dpd-sm-mcon-rc-e-box__lists__box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-earnings .dpd-sm-mcon-rc-e-box__lists__box div {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-earnings .dpd-sm-mcon-rc-e-box__lists__box div span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 10px;
  background-color: #8D913A;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-earnings .dpd-sm-mcon-rc-e-box__lists__box div .dpdsmmc-purple {
  background-color: #4f46e5 !important;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-earnings .dpd-sm-mcon-rc-e-box__lists__box div .dpdsmmc-orange {
  background-color: #f97316;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-earnings .dpd-sm-mcon-rc-e-box__lists__box div .dpdsmmc-blue {
  background-color: #0088FF;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-earnings .dpd-sm-mcon-rc-e-box__lists__box div .dpdsmmc-gren {
  background-color: #22c55e;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-earnings .dpd-sm-mcon-rc-e-box__lists__box div p {
  font-size: 14px;
  margin: 0;
  line-height: 100%;
  color: hsla(0, 0%, 0%, 0.5);
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-earnings .dpd-sm-mcon-rc-e-box__lists__box--label {
  font-size: 14px;
  line-height: 100%;
  margin: 0;
  margin-top: 2px;
}
@media (max-width: 475px) {
  .dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-earnings {
    overflow-x: auto;
  }
  .dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-earnings .dpd-sm-mcon-rc-e-box {
    width: 300px;
  }
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops {
  width: 100%;
  background-color: #FFFFFF;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  padding: 20px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops__head h3 {
  font-size: 20px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops__head p {
  font-size: 14px;
  color: hsla(0, 0%, 0%, 0.5);
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops__lists {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-top: 1rem;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops__lists__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops__lists__box .dpd-sm-mcon-rc-tops-l-b {
  display: flex;
  align-items: center;
  gap: 10px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops__lists__box .dpd-sm-mcon-rc-tops-l-b img {
  width: 50px;
  height: 50px;
  border-radius: 55px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops__lists__box .dpd-sm-mcon-rc-tops-l-b div {
  display: flex;
  flex-direction: column;
  padding-top: 8px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops__lists__box .dpd-sm-mcon-rc-tops-l-b div h4 {
  font-size: 15px;
  color: #1E1E1E;
  margin: 0;
  font-family: "Rubik", sans-serif;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops__lists__box .dpd-sm-mcon-rc-tops-l-b div p {
  color: hsla(0, 0%, 0%, 0.5);
  font-size: 14px;
  margin: 0;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops__lists__box .dpd-sm-mcon-rc-tops-l-b-avg {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 11px;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops__lists__box .dpd-sm-mcon-rc-tops-l-b-avg p {
  font-size: 14px;
  line-height: 100%;
  margin: 0;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops__lists__box .dpd-sm-mcon-rc-tops-l-b-avg .dpd-sm-mc-rctlb-avg {
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 500;
  font-family: "Rubik", sans-serif;
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops__lists__box .dpd-sm-mcon-rc-tops-l-b-avg .dpd-sm-mc-rctlb-avg-green {
  color: #22c55e;
  background-color: rgba(34, 197, 94, 0.1764705882);
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops__lists__box .dpd-sm-mcon-rc-tops-l-b-avg .dpd-sm-mc-rctlb-avg-red {
  color: #FF383C;
  background-color: rgba(255, 56, 60, 0.1764705882);
}
.dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops__lists__box .dpd-sm-mcon-rc-tops-l-b-avg .dpd-sm-mc-rctlb-avg-non {
  color: #4A4C56;
  background-color: rgba(74, 76, 86, 0.1764705882);
}
@media (max-width: 450px) {
  .dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops__lists__box {
    flex-direction: column;
    align-items: flex-start;
  }
  .dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops__lists__box .dpd-sm-mcon-rc-tops-l-b {
    width: 100%;
  }
  .dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops__lists__box .dpd-sm-mcon-rc-tops-l-b-avg {
    margin-top: 4px;
    flex-direction: row-reverse;
  }
}
@media (max-width: 450px) {
  .dashboard-provider-dashboard .section--main .dpd-sm-mcon .dpd-sm-mcon-right-con .dpd-sm-mcon-rc-tops__lists {
    gap: 25px;
  }
}
@media (max-width: 1350px) {
  .dashboard-provider-dashboard .section--main .dpd-sm-mcon {
    grid-template-columns: 100%;
  }
}

.dashboard-provider-email .section--main {
  padding: 1.4rem 1.5rem 1.5rem 290px;
  background-color: #F5F7FA;
  height: 100vh;
}
@media (min-width: 2100px) {
  .dashboard-provider-email .section--main {
    height: 100vh;
  }
}
@media (max-width: 692px) {
  .dashboard-provider-email .section--main {
    padding-left: 95px;
  }
}
@media (max-width: 992px) {
  .dashboard-provider-email .section--main {
    height: fit-content;
  }
}
.dashboard-provider-email .section--main h1, .dashboard-provider-email .section--main h3, .dashboard-provider-email .section--main h2, .dashboard-provider-email .section--main p {
  font-family: "Rubik", sans-serif;
  margin: 0;
}
.dashboard-provider-email .section--main h2 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 3px;
  color: #1E1E1E;
}
.dashboard-provider-email .section--main h2 span {
  font-size: 13px;
  color: rgba(0, 0, 0, 0.2392156863);
  margin-left: 4px;
}
.dashboard-provider-email .section--main__label {
  font-size: 14px;
  color: hsla(0, 0%, 0%, 0.5);
  max-width: 670px;
}
.dashboard-provider-email .section--main .main-inbox {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  margin-top: 2rem;
}
.dashboard-provider-email .section--main .main-inbox .main-inbox-box {
  width: 100%;
  border-radius: 8px;
  padding: 16px 25px;
  display: grid;
  grid-template-columns: 22% 1fr 100px;
  align-items: center;
  justify-content: space-between;
  background-color: #FFFFFF;
  gap: 1rem;
}
.dashboard-provider-email .section--main .main-inbox .main-inbox-box__prp {
  display: flex;
  align-items: center;
  gap: 14px;
}
.dashboard-provider-email .section--main .main-inbox .main-inbox-box__prp img {
  width: 45px;
  height: 45px;
  border-radius: 55px;
  object-fit: cover;
  object-position: center;
}
.dashboard-provider-email .section--main .main-inbox .main-inbox-box__prp h3 {
  font-size: 18px !important;
  font-weight: 600;
}
.dashboard-provider-email .section--main .main-inbox .main-inbox-box__details {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  max-width: 600px;
}
.dashboard-provider-email .section--main .main-inbox .main-inbox-box__details div {
  padding: 6px 12px;
  border-radius: 6px;
  font-size: 14px;
}
.dashboard-provider-email .section--main .main-inbox .main-inbox-box__details .status-green {
  color: #1A9882;
  background-color: rgba(26, 152, 130, 0.2392156863);
}
.dashboard-provider-email .section--main .main-inbox .main-inbox-box__details .status-orange {
  color: #FF8D28;
  background-color: rgba(255, 141, 40, 0.2392156863);
}
.dashboard-provider-email .section--main .main-inbox .main-inbox-box__details .status-blue {
  color: #0088FF;
  background-color: rgba(0, 136, 255, 0.2392156863);
}
.dashboard-provider-email .section--main .main-inbox .main-inbox-box__details p {
  margin: 0;
  color: rgba(0, 0, 0, 0.3647058824);
}
@media (max-width: 992px) {
  .dashboard-provider-email .section--main .main-inbox .main-inbox-box__details {
    flex-direction: column;
  }
}
.dashboard-provider-email .section--main .main-inbox .main-inbox-box__date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6156862745);
  font-weight: 500;
}
@media (max-width: 992px) {
  .dashboard-provider-email .section--main .main-inbox .main-inbox-box {
    grid-template-columns: 1fr;
    row-gap: 1.2rem;
  }
}

/*# sourceMappingURL=style.css.map */
