p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 100%;
}
@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 492px) {
  h1 {
    font-size: 38px;
  }
}
h1 span {
  color: #FFBE42;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #FFBE42;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h3 span {
  color: #FFBE42;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #171515;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
h4 span {
  color: #FFBE42;
}

* {
  box-sizing: border-box;
}

.location-combobox {
  position: relative;
  width: 100%;
}
.location-combobox input[type=text] {
  padding-right: 34px !important;
}
.location-combobox__arrow {
  position: absolute;
  right: 12px;
  top: 46%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #656565;
  border-bottom: 1.5px solid #656565;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.location-combobox__menu {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  max-height: 210px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
  padding: 6px;
  z-index: 40;
}
.location-combobox.is-open .location-combobox__menu {
  display: block;
}
.location-combobox__option {
  width: 100%;
  border: 0;
  background-color: transparent;
  border-radius: 5px;
  padding: 8px 9px;
  text-align: left;
  font-size: 13px;
  color: #202124;
  cursor: pointer;
}
.location-combobox__option:hover {
  background-color: #fff6e3;
}
.location-combobox__empty {
  padding: 8px 9px;
  font-size: 12px;
  color: #8b95a1;
}

::selection {
  background: rgb(255, 215, 141);
  color: #000000;
}

body {
  font-family: "DM Sans", sans-serif;
  position: relative;
  height: fit-content;
  overflow-x: hidden !important;
}

ul {
  padding: 0;
}

a {
  text-decoration: none;
}

hr {
  color: #959595;
}

h2 {
  font-size: 35px !important;
  font-family: "Inter", sans-serif;
}
@media (max-width: 692px) {
  h2 {
    font-size: 30px !important;
  }
}

h5 {
  font-size: 18px;
  font-weight: 600;
}

.m-width {
  max-width: 1400px;
}

.m-width-legal {
  max-width: 900px;
  margin: 0 auto;
}

.main-page {
  margin-top: 0;
}

.m-padding {
  padding-inline: 2rem;
}
@media (max-width: 992px) {
  .m-padding {
    padding-inline: 1rem;
  }
}

.btn-space {
  display: flex;
  gap: 13px;
  margin-top: 5px;
}

.glb-btn {
  background-color: #FFBE42;
  color: #171515;
  border-radius: 4px;
  padding: 11px 20px;
  font-size: 14px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}

.plain-link {
  color: #171515;
  font-size: 15px;
  margin-right: 1.3rem;
  line-height: 100%;
}

.glb-pret {
  margin-bottom: 2px;
  text-transform: uppercase;
  opacity: 0.7;
}

.hamburger-m {
  outline: none !important;
}

.dash-sp {
  transition: 300ms ease;
  padding-left: 215px !important;
}
@media (max-width: 792px) {
  .dash-sp {
    padding-left: 65px !important;
  }
}

.dashboard-bg-un-ds {
  background-color: #F5F7FA;
}

.sidebar-dashboard {
  width: 200px;
  height: 100%;
  background-color: #202020;
  position: fixed;
  top: 0;
  left: 0;
  transition: 300ms ease;
}
.sidebar-dashboard--logo {
  width: 100%;
  height: 60px;
  padding: 8px 20px;
  display: flex;
  align-items: center;
  border-bottom: 1px solid rgb(48, 48, 48);
}
.sidebar-dashboard--logo .sdl-d {
  height: 32px;
}
@media (max-width: 792px) {
  .sidebar-dashboard--logo .sdl-d {
    display: none;
  }
}
.sidebar-dashboard--logo .sdl-m {
  display: none;
  height: 27px;
}
@media (max-width: 792px) {
  .sidebar-dashboard--logo .sdl-m {
    display: block;
  }
}
@media (max-width: 792px) {
  .sidebar-dashboard--logo {
    padding-left: 10px;
  }
}
.sidebar-dashboard--links {
  display: flex;
  flex-direction: column;
  margin-top: 10px;
}
.sidebar-dashboard--links ul {
  padding: 0;
  margin: 0;
  list-style: none;
  width: 100%;
}
.sidebar-dashboard--links ul li {
  width: 100%;
  margin-bottom: 2px;
}
.sidebar-dashboard--links ul li a {
  display: block;
  width: 100%;
  padding: 10px 16px;
  border-left: 4px solid transparent;
  font-size: 14px;
  color: #fff;
  text-decoration: none;
  font-weight: 400;
  letter-spacing: 0.1px;
  display: flex;
  align-items: center;
  line-height: 105%;
}
.sidebar-dashboard--links ul li a div {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
@media (max-width: 792px) {
  .sidebar-dashboard--links ul li a div {
    margin-right: 25px;
  }
}
@media (max-width: 792px) {
  .sidebar-dashboard--links ul li a {
    padding-left: 12px;
  }
}
.sidebar-dashboard--links ul li a:hover {
  background-color: rgba(36, 36, 36, 0.8235294118);
  border-left: 4px solid #FFBE42;
}
.sidebar-dashboard--links ul li .active {
  color: #171515 !important;
  background-color: #fff6e7 !important;
  border-left: 4px solid #FFBE42 !important;
}
@media (max-width: 792px) {
  .sidebar-dashboard {
    width: 50px;
    overflow: hidden;
  }
}

.header--dashboard {
  width: 100%;
  height: 60px;
  background-color: #fff;
  border-bottom: 1px solid #E0E2E7;
  padding-left: 210px;
  padding-right: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: 300ms ease;
}
@media (max-width: 792px) {
  .header--dashboard {
    padding-left: 65px !important;
  }
}
.header--dashboard .hdb-a-menu {
  background-color: transparent;
  border: none;
  outline: none;
}
.header--dashboard .hdb-a-menu:hover {
  color: #FFBE42;
}
.header--dashboard__profile {
  display: flex;
  align-items: center;
  gap: 14px;
}
.header--dashboard__profile--info {
  display: flex;
  align-items: center;
  gap: 8px;
}
.header--dashboard__profile--info div {
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header--dashboard__profile--info div button {
  outline: none;
  background-color: transparent;
  border: none;
}
.header--dashboard__profile--info div button:hover {
  color: #FFBE42;
}
.header--dashboard__profile--img {
  position: relative;
  display: flex;
  align-items: center;
}
.header--dashboard__profile--img img {
  width: 40px;
  height: 40px;
  border-radius: 55px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.header--dashboard__profile--img button {
  border: none;
  background: #fff;
  padding: 0;
  margin: 0;
  cursor: pointer;
  padding: 5px;
  outline: none;
  margin-left: 5px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: ease 0.3s;
}
.header--dashboard__profile--img button svg {
  margin-top: 2px;
}
.header--dashboard__profile--img button .menu-icon.is-rotated {
  margin-bottom: 3px;
  transform: rotate(180deg);
}

#user-menu {
  position: absolute;
  top: 65px;
  right: 20px;
  width: 135px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 100;
  display: none;
  padding-bottom: 8px;
}
#user-menu div {
  width: 100%;
  padding: 10px;
  margin: 5px 0px;
  border-bottom: 1px solid #C4C4C4;
}
#user-menu div p {
  margin: 0;
  word-break: break-all;
  font-size: 13px;
  line-height: 100%;
  font-weight: 500;
  text-transform: capitalize;
}
#user-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
#user-menu li {
  width: 100%;
}
#user-menu a {
  width: 100%;
  padding: 8px 11px;
  text-decoration: none;
  color: #171515;
  display: block;
  font-size: 12px;
}
#user-menu a:hover {
  background-color: #F3F4F6;
}
#user-menu form {
  width: 100%;
}
#user-menu form button {
  width: 100%;
  padding: 8px 11px;
  background-color: transparent;
  border: none;
  text-align: left;
  font-size: 12px;
  color: #171515;
  cursor: pointer;
}
#user-menu form button:hover {
  background-color: #F3F4F6;
}

.is-open {
  display: block !important;
}

.hide-side-bar-a {
  transform: translateX(-240px);
}

.hide-side-bar-a-maindash {
  padding-left: 15px !important;
}

.hide-side-bar-a-headerdash {
  padding-left: 15px !important;
}

.provider--create {
  width: 100%;
  background-color: #F5F7FA;
  padding: 10px 15px;
  padding-bottom: 25px;
}
.provider--create li {
  list-style: disc;
}
.provider--create__main {
  width: 100%;
  background-color: #fff;
  border: 1px solid #E0E2E7;
  border-radius: 2px;
}
.provider--create__main .provserv-c-head {
  width: 100%;
  height: 35px;
  background-color: #F8F6F2;
  border-bottom: 1px solid #E0E2E7;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.provider--create__main .provserv-c-head h4 {
  font-size: 14px;
  margin: 0;
}
.provider--create__main .provserv-c-body {
  padding: 20px;
}
.provider--create__main .provserv-c-body--fields .prg-mm-group {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 600px;
}
.provider--create__main .provserv-c-body--fields label {
  font-size: 14px;
  font-weight: 500;
  color: #171515;
  margin-bottom: 4px;
  opacity: 0.9;
  user-select: none !important;
}
.provider--create__main .provserv-c-body--fields label span {
  color: red;
}
.provider--create__main .provserv-c-body--fields textarea {
  resize: none;
}
.provider--create__main .provserv-c-body--fields textarea,
.provider--create__main .provserv-c-body--fields input[type=text],
.provider--create__main .provserv-c-body--fields input[type=email],
.provider--create__main .provserv-c-body--fields input[type=password],
.provider--create__main .provserv-c-body--fields input[type=number] {
  width: 100%;
  padding: 7px 13px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  border-radius: 4px;
}
.provider--create__main .provserv-c-body--fields textarea::placeholder,
.provider--create__main .provserv-c-body--fields input[type=text]::placeholder,
.provider--create__main .provserv-c-body--fields input[type=email]::placeholder,
.provider--create__main .provserv-c-body--fields input[type=password]::placeholder,
.provider--create__main .provserv-c-body--fields input[type=number]::placeholder {
  color: #D9D9D9;
  user-select: none !important;
}
.provider--create__main .provserv-c-body--fields .file-field {
  margin-bottom: 15px;
}
.provider--create__main .provserv-c-body--fields .file-field .file-input-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  padding: 8px 10px;
  padding-left: 110px;
  height: 39.18px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.provider--create__main .provserv-c-body--fields .file-field .file-input-wrapper .file-btn {
  background-color: #3A3A3A;
  color: #fff;
  border: none;
  padding: 6px 14px;
  font-size: 13px;
  margin: 0 !important;
  cursor: pointer;
  position: absolute;
  height: 39.18px;
  left: 0;
  top: 0;
}
.provider--create__main .provserv-c-body--fields .file-field .file-input-wrapper .file-btn:hover {
  background-color: #2b2b2b;
}
.provider--create__main .provserv-c-body--fields .file-field .file-input-wrapper .file-name {
  font-size: 13px;
  color: #D9D9D9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.provider--create__main .provserv-c-body--fields .file-field .file-input-wrapper .file-name::placeholder {
  color: #D9D9D9;
  user-select: none !important;
}
.provider--create__main .provserv-c-body--fields button {
  padding-inline: 25px;
  align-self: flex-end;
  margin-top: 5px;
}
.provider--create__main .provserv-c-body--fields .prg-mm-group-pass {
  width: 100%;
  position: relative;
}
.provider--create__main .provserv-c-body--fields .prg-mm-group-pass .show {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.provider--create__main .provserv-c-body--fields .prg-mm-group-pass .show svg {
  opacity: 0.5;
}
.provider--create__main .provserv-c-body--fields .prg-mm-btn {
  width: 100% !important;
  margin-top: 10px;
}
.provider--create__main .provserv-c-body--fields .prg-mm-cta {
  text-align: center;
  margin-top: 1.3rem;
  font-size: 14px;
  color: #171515;
  user-select: none;
}
.provider--create__main .provserv-c-body--fields .prg-mm-cta a {
  color: #FFBE42;
}
.provider--create__main .provserv-c-body--fields .provreg-mmcf-firstpage {
  display: flex;
  flex-direction: column;
}
.provider--create__main .provserv-c-body--fields .provreg-mmcf-secpage {
  display: none;
  flex-direction: column;
}
.provider--create__main .provserv-c-body--fields .provreg-mmcf-secpage__btns {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
}
.provider--create__main .provserv-c-body--fields--dropdowns {
  position: relative;
  max-width: 600px;
}
.provider--create__main .provserv-c-body--fields--dropdowns--sort {
  width: 100%;
  padding: 7px 13px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  height: 42px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #374151;
}
.provider--create__main .provserv-c-body--fields--dropdowns svg {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #9CA3AF;
}
@media (min-height: 1187px) {
  .provider--create {
    height: calc(100vh - 60px);
  }
}

.provider--edit {
  width: 100%;
  background-color: #F5F7FA;
  padding: 10px 15px;
  padding-bottom: 25px;
}
.provider--edit li {
  list-style: disc;
}
.provider--edit__main {
  width: 100%;
  background-color: #fff;
  border: 1px solid #E0E2E7;
  border-radius: 2px;
}
.provider--edit__main .provserv-c-head {
  width: 100%;
  height: 35px;
  background-color: #F8F6F2;
  border-bottom: 1px solid #E0E2E7;
  display: flex;
  align-items: center;
  padding: 0 10px;
}
.provider--edit__main .provserv-c-head h4 {
  font-size: 14px;
  margin: 0;
}
.provider--edit__main .provserv-c-body {
  padding: 20px;
}
.provider--edit__main .provserv-c-body--fields .prg-mm-group {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  max-width: 600px;
}
.provider--edit__main .provserv-c-body--fields label {
  font-size: 14px;
  font-weight: 500;
  color: #171515;
  margin-bottom: 4px;
  opacity: 0.9;
  user-select: none !important;
}
.provider--edit__main .provserv-c-body--fields label span {
  color: red;
}
.provider--edit__main .provserv-c-body--fields textarea {
  resize: none;
}
.provider--edit__main .provserv-c-body--fields textarea,
.provider--edit__main .provserv-c-body--fields input[type=text],
.provider--edit__main .provserv-c-body--fields input[type=email],
.provider--edit__main .provserv-c-body--fields input[type=password],
.provider--edit__main .provserv-c-body--fields input[type=number] {
  width: 100%;
  padding: 7px 13px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  border-radius: 4px;
}
.provider--edit__main .provserv-c-body--fields textarea::placeholder,
.provider--edit__main .provserv-c-body--fields input[type=text]::placeholder,
.provider--edit__main .provserv-c-body--fields input[type=email]::placeholder,
.provider--edit__main .provserv-c-body--fields input[type=password]::placeholder,
.provider--edit__main .provserv-c-body--fields input[type=number]::placeholder {
  color: #D9D9D9;
  user-select: none !important;
}
.provider--edit__main .provserv-c-body--fields .file-field {
  margin-bottom: 15px;
}
.provider--edit__main .provserv-c-body--fields .file-field .file-input-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  padding: 8px 10px;
  padding-left: 110px;
  height: 39.18px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.provider--edit__main .provserv-c-body--fields .file-field .file-input-wrapper .file-btn {
  background-color: #3A3A3A;
  color: #fff;
  border: none;
  padding: 6px 14px;
  font-size: 13px;
  margin: 0 !important;
  cursor: pointer;
  position: absolute;
  height: 39.18px;
  left: 0;
  top: 0;
}
.provider--edit__main .provserv-c-body--fields .file-field .file-input-wrapper .file-btn:hover {
  background-color: #2b2b2b;
}
.provider--edit__main .provserv-c-body--fields .file-field .file-input-wrapper .file-name {
  font-size: 13px;
  color: #D9D9D9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.provider--edit__main .provserv-c-body--fields .file-field .file-input-wrapper .file-name::placeholder {
  color: #D9D9D9;
  user-select: none !important;
}
.provider--edit__main .provserv-c-body--fields button {
  padding-inline: 25px;
  align-self: flex-end;
  margin-top: 5px;
}
.provider--edit__main .provserv-c-body--fields .prg-mm-group-pass {
  width: 100%;
  position: relative;
}
.provider--edit__main .provserv-c-body--fields .prg-mm-group-pass .show {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.provider--edit__main .provserv-c-body--fields .prg-mm-group-pass .show svg {
  opacity: 0.5;
}
.provider--edit__main .provserv-c-body--fields .prg-mm-btn {
  width: 100% !important;
  margin-top: 10px;
}
.provider--edit__main .provserv-c-body--fields .prg-mm-cta {
  text-align: center;
  margin-top: 1.3rem;
  font-size: 14px;
  color: #171515;
  user-select: none;
}
.provider--edit__main .provserv-c-body--fields .prg-mm-cta a {
  color: #FFBE42;
}
.provider--edit__main .provserv-c-body--fields .provreg-mmcf-firstpage {
  display: flex;
  flex-direction: column;
}
.provider--edit__main .provserv-c-body--fields .provreg-mmcf-secpage {
  display: none;
  flex-direction: column;
}
.provider--edit__main .provserv-c-body--fields .provreg-mmcf-secpage__btns {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
}
.provider--edit__main .provserv-c-body--fields--dropdowns {
  position: relative;
  max-width: 600px;
}
.provider--edit__main .provserv-c-body--fields--dropdowns--sort {
  width: 100%;
  padding: 7px 13px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  height: 42px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #374151;
}
.provider--edit__main .provserv-c-body--fields--dropdowns svg {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #9CA3AF;
}
@media (min-height: 1187px) {
  .provider--edit {
    height: calc(100vh - 60px);
  }
}

.banner-img-crtedt--glb li {
  list-style: none !important;
}

.global-cta {
  width: 100%;
  padding: 1.6rem;
}
.global-cta__main {
  overflow: hidden;
  max-width: 1350px;
  margin: 0 auto;
  height: 22rem;
  border-radius: 12px;
  background: linear-gradient(90deg, #FFE4AF, #FFEECC);
  display: flex;
}
.global-cta__main--txt {
  padding: 1.5rem 3rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  width: 55%;
  height: 100%;
  position: relative;
  z-index: 2;
}
.global-cta__main--txt h2 {
  max-width: 650px;
  line-height: 110%;
  margin-bottom: 10px;
}
.global-cta__main--txt p {
  max-width: 630px;
}
@media (max-width: 392px) {
  .global-cta__main--txt {
    padding: 1rem 1.5rem;
  }
}
.global-cta__main--img {
  width: 45%;
  height: 100%;
  position: relative;
}
.global-cta__main--img__vec {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -5rem;
}
.global-cta__main--img__img {
  position: absolute;
  top: 60%;
  transform: translateY(-50%);
  right: 8.5rem;
  z-index: 2;
}
@media (max-width: 392px) {
  .global-cta__main--img__img {
    width: 90%;
    top: 20% !important;
  }
}
@media (max-width: 992px) {
  .global-cta__main {
    flex-direction: column;
    align-items: center;
    height: fit-content;
    background: linear-gradient(0deg, #fbce73, #FFEECC);
  }
  .global-cta__main--txt {
    align-items: center;
    width: 100%;
    height: fit-content;
    padding-block: 4rem;
    padding-bottom: 2rem;
  }
  .global-cta__main--txt h2 {
    max-width: 750px;
    text-align: center;
  }
  .global-cta__main--txt p {
    text-align: center;
    max-width: 690px;
  }
  .global-cta__main--img {
    width: 100%;
    height: 21rem;
    position: relative;
  }
  .global-cta__main--img__vec {
    left: 50%;
    top: 0;
    transform: translate(-50%);
    display: none;
  }
  .global-cta__main--img__img {
    left: 50%;
    top: 10%;
    transform: translate(-50%);
    right: auto;
  }
}

.filepond--credits {
  display: none !important;
}

.filepond--drop-label label {
  font-family: "DM Sans", sans-serif !important;
  opacity: 0.5;
}

.glb-testimonial {
  display: flex;
  margin-top: 1.8rem;
  gap: 10px;
}
.glb-testimonial__d {
  display: flex;
  align-items: flex-start;
  gap: 15px;
}
.glb-testimonial__d img {
  width: 45px;
  height: 45px;
  border-radius: 55px;
  object-fit: cover;
  object-position: center;
  display: block;
}
.glb-testimonial__d div h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 5px;
  color: #171515;
}
.glb-testimonial__d div p {
  max-width: 370px;
  line-height: 130%;
  font-size: 14px;
  font-weight: 400;
  opacity: 0.8;
}
@media (max-width: 992px) {
  .glb-testimonial__d div p {
    max-width: 700px;
  }
}

.g-padding {
  padding: 0 35px;
}
@media (max-width: 992px) {
  .g-padding {
    padding: 0 20px;
  }
}

.hamburger-m {
  z-index: 998;
  position: relative;
  top: 0;
  display: inline-block;
  width: 25px;
  height: 21px;
  margin: -5px 0;
  cursor: pointer;
  outline: none;
  background-color: transparent;
  border: none;
}
.hamburger-m div {
  z-index: 12;
  position: relative;
  margin-top: 9px;
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out;
}
.hamburger-m div:before {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  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-m div:after {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #000;
  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;
}

.hamburger-active div {
  background-color: transparent;
}
.hamburger-active div:after {
  top: 1px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger-active div:before {
  top: 1px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-mobile-nav {
  display: none;
  transform: translateY(-480px);
  width: 100%;
  margin-top: 69px;
  background-color: #fff;
  position: fixed;
  top: 0;
  right: 0;
  z-index: 998;
  left: 0;
  padding-bottom: 15px !important;
  padding-top: 5px !important;
  transition: 300ms ease;
}
.modal-mobile-nav ul {
  width: 100%;
  margin: 0;
}
.modal-mobile-nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-mobile-nav ul li a {
  display: block;
  width: 100%;
  padding-block: 15px;
  text-decoration: none;
  font-size: 14px;
  color: #171515;
  border-bottom: 1px solid #DDDDDD;
  transition: 300ms ease;
}
.modal-mobile-nav ul li a:hover {
  background: #FFBE42;
  padding-left: 10px;
  color: #fff;
}
.modal-mobile-nav .a-mnav-m-link {
  margin-top: 1rem;
  width: 100%;
  padding: 13px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 66px;
  border: 1px solid #ddd;
  color: #171515;
  text-decoration: none;
  letter-spacing: 2%;
  font-size: 14px;
  line-height: 100%;
  font-weight: 400 !important;
  gap: 10px;
}
.modal-mobile-nav .a-mnav-m-link__bg {
  background-color: #FFBE42;
  border-color: #FFBE42;
}
.modal-mobile-nav .a-mnav-m-link:hover {
  border: 1px solid #FFBE42;
}
@media (max-width: 992px) {
  .modal-mobile-nav {
    display: block;
  }
}

.show-mmnav {
  transform: translateY(35px);
}

/* Back Button */
.service-review-admin__back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
  padding: 9px 14px;
  border: 1px solid #E5E7EB;
  background: #fff;
  color: #374151;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none !important;
  transition: 0.2s ease;
}

.service-review-admin__back:hover {
  background: #FFF7E6;
  border-color: #FFBE42;
  color: #202020;
}

.service-review-admin__back svg {
  width: 14px;
  height: 14px;
}

.auth-form__privacy {
  margin: 2px 0 5px;
}
.auth-form__privacy p {
  margin: 0;
  color: #667085;
  font-size: 12px;
  line-height: 160%;
  text-align: left;
  opacity: 1 !important;
}
.auth-form__privacy a {
  color: #575f71;
  font-weight: 400;
  text-decoration: none;
  text-decoration: underline;
}
.auth-form__privacy a:hover {
  text-decoration: underline;
}

.samcsamce p {
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.global-size {
  max-width: 1380px;
  margin: 0 auto;
}

/* Global FAQs */
.section__faqs {
  background-color: #fff;
  border-top: 1px solid #E6E8EC;
}
.section__faqs--main {
  display: flex;
  justify-content: space-between;
  padding-block: 112px;
  gap: 45px;
}
.section__faqs--main--details {
  display: flex;
  flex-direction: column;
}
.section__faqs--main--details h2 {
  max-width: 500px;
}
.section__faqs--main--details--paragraph {
  max-width: 550px;
}
.section__faqs--main--details--img {
  max-width: 430px;
  margin-bottom: 15px;
  border-radius: 12px;
}
@media screen and (max-width: 992px) {
  .section__faqs--main--details--img {
    max-width: 100%;
    height: 340px;
    object-fit: cover;
    object-position: center;
  }
}
@media only screen and (max-width: 992px) {
  .section__faqs--main--details h2 {
    max-width: 1200px;
  }
  .section__faqs--main--details--paragraph {
    max-width: 1200px;
  }
}
.section__faqs--main--faq {
  width: 100%;
  max-width: 690px;
}
@media screen and (max-width: 992px) {
  .section__faqs--main {
    flex-direction: column;
  }
  .section__faqs--main--faq {
    max-width: 100%;
  }
}

.servease-faq {
  width: 100%;
}
.servease-faq__item {
  border-bottom: 1px solid rgba(15, 23, 42, 0.14);
}
.servease-faq__item:first-child {
  border-top: none;
}
.servease-faq__item.is-active .servease-faq__icon {
  transform: rotate(45deg);
}
.servease-faq__item.is-active .servease-faq__content {
  opacity: 1;
}
.servease-faq__button {
  width: 100%;
  border: 0;
  background: transparent;
  padding: 22px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  cursor: pointer;
  text-align: left;
}
.servease-faq__question {
  color: #1A2F4A;
  font-size: 17px;
  font-weight: 600;
  line-height: 1.4;
}
.servease-faq__icon {
  flex: 0 0 auto;
  color: #1A2F4A;
  font-size: 24px;
  font-weight: 400;
  line-height: 1;
  transition: transform 0.3s ease;
}
.servease-faq__content {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.4s ease, opacity 0.3s ease;
}
.servease-faq__body {
  padding: 0 0 28px;
}
.servease-faq__answer {
  color: rgba(15, 23, 42, 0.68);
  font-size: 15px;
  line-height: 1.7;
  max-width: 610px;
  margin: 0;
}

@media screen and (max-width: 767px) {
  .servease-faq__button {
    padding: 20px 0;
    gap: 18px;
  }
  .servease-faq__question {
    font-size: 15px;
  }
  .servease-faq__icon {
    font-size: 22px;
  }
  .servease-faq__answer {
    font-size: 14px;
  }
  .servease-faq__body {
    padding-bottom: 24px;
  }
}
p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 100%;
}
@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 492px) {
  h1 {
    font-size: 38px;
  }
}
h1 span {
  color: #FFBE42;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #FFBE42;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h3 span {
  color: #FFBE42;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #171515;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
h4 span {
  color: #FFBE42;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 100%;
}
@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 492px) {
  h1 {
    font-size: 38px;
  }
}
h1 span {
  color: #FFBE42;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #FFBE42;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h3 span {
  color: #FFBE42;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #171515;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
h4 span {
  color: #FFBE42;
}

.head-top {
  width: 100%;
  padding-block: 10px;
  background-color: #171515;
  z-index: 999;
}
.head-top section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 auto;
}
.head-top a {
  color: #fff;
  margin: 0;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
}
.head-top a:hover {
  color: #FFBE42;
}
@media (max-width: 492px) {
  .head-top a span {
    display: none;
  }
}
@media (max-width: 992px) {
  .head-top {
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
  }
}

.header-desktop {
  width: 100%;
  position: sticky;
  top: 0;
  left: 0;
  right: 0;
  background-color: #ffffff;
  z-index: 999;
}
.header-desktop .header-main {
  margin: 0 auto;
  padding-block: 13px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-desktop .header-main .h-con-links {
  display: flex;
  align-items: center;
  gap: 1.6rem;
}
.header-desktop .header-main .h-con-links img {
  width: 80px;
}
.header-desktop .header-main .h-con-links__divider {
  width: 1px;
  height: 28px;
  background-color: #777980;
}
.header-desktop .header-main .h-con-links ul {
  display: flex;
  align-items: center;
  gap: 1.8rem;
  margin: 0;
}
.header-desktop .header-main .h-con-links ul li a {
  font-size: 14px;
  color: #171515;
  font-weight: 500;
  text-decoration: none;
}
.header-desktop .header-main .h-con-links ul li a svg {
  margin-right: 5px;
  color: #FFBE42;
  margin-bottom: 1px;
}
.header-desktop .header-main .h-con-links ul li a:hover {
  color: #FFBE42;
  opacity: 0.85;
}
.header-desktop .header-main .h-cta-btns {
  display: flex;
  align-items: center;
}
.header-desktop .header-main .h-cta-btns .login--btn {
  color: #171515;
  font-weight: 500;
  font-size: 14px;
  letter-spacing: 0.5px;
}
@media (max-width: 992px) {
  .header-desktop {
    display: none;
  }
}

.header-mobile {
  width: 100%;
  position: fixed;
  margin-top: 25px;
  top: 41px;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 999;
  margin: 0 auto;
  padding-block: 14px;
  padding-inline: 1rem;
  display: none;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 992px) {
  .header-mobile {
    display: flex;
  }
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 100%;
}
@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 492px) {
  h1 {
    font-size: 38px;
  }
}
h1 span {
  color: #FFBE42;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #FFBE42;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h3 span {
  color: #FFBE42;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #171515;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
h4 span {
  color: #FFBE42;
}

.static-footer {
  width: 100%;
  background-color: #171515;
}
.static-footer__main {
  margin: 0 auto;
  padding-block: 5rem;
  display: flex;
  padding-right: 4rem;
}
.static-footer__main .sfoomain-info {
  display: flex;
  flex-direction: column;
  width: 500px;
}
.static-footer__main .sfoomain-info .img-cta-foo {
  margin-bottom: 13px;
}
.static-footer__main .sfoomain-info .img-cta-foo img {
  height: 40px;
}
.static-footer__main .sfoomain-info p {
  color: #fff;
  font-size: 14px;
  line-height: 120%;
  max-width: 300px;
  font-weight: 300;
}
.static-footer__main .sfoomain-info .footer-socials {
  display: flex;
  align-items: center;
  gap: 10px;
}
.static-footer__main .sfoomain-info .footer-socials a {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #FFBE42;
  font-size: 18px;
  text-decoration: none;
}
.static-footer__main .sfoomain-info .footer-socials a:hover {
  color: #fff;
}
@media (max-width: 592px) {
  .static-footer__main .sfoomain-info {
    width: 100%;
  }
}
.static-footer__main .sfoomain-links {
  display: flex;
  gap: 3rem;
  width: 450px;
  justify-content: space-between;
}
.static-footer__main .sfoomain-links ul {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding: 0;
}
.static-footer__main .sfoomain-links ul h4 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 15px;
}
.static-footer__main .sfoomain-links ul li {
  list-style: none;
  margin-bottom: 8px;
}
.static-footer__main .sfoomain-links ul li a {
  color: #C0C0C0;
  font-size: 15px;
  text-decoration: none;
  line-height: 100% !important;
}
.static-footer__main .sfoomain-links ul li a:hover {
  color: #fff;
}
@media (max-width: 592px) {
  .static-footer__main .sfoomain-links {
    width: 100%;
  }
}
@media (max-width: 792px) {
  .static-footer__main {
    flex-direction: column;
    align-items: center;
    padding-right: 0rem;
  }
  .static-footer__main .sfoomain-info {
    margin-bottom: 3rem;
    align-items: center;
  }
  .static-footer__main .sfoomain-info p {
    text-align: center;
  }
  .static-footer__main .sfoomain-links {
    flex-direction: column;
    align-items: center;
  }
  .static-footer__main .sfoomain-links ul {
    align-items: center;
  }
  .static-footer__main .sfoomain-links ul h4 {
    text-align: center;
  }
  .static-footer__main .sfoomain-links ul li {
    list-style: none;
  }
  .static-footer__main .sfoomain-links ul li a {
    text-align: center;
  }
}
.static-footer__bot {
  margin: 0 auto;
  padding-block: 18px;
  border-top: 1px solid #C0C0C0;
  color: #C0C0C0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.static-footer__bot div {
  display: flex;
  align-items: center;
  gap: 18px;
}
.static-footer__bot div a {
  color: #C0C0C0;
  font-size: 14px;
  text-decoration: none;
}
.static-footer__bot div a:hover {
  color: #fff;
}
.static-footer__bot p {
  margin: 0;
  font-size: 14px;
}
@media (max-width: 650px) {
  .static-footer__bot {
    flex-direction: column;
    align-items: center;
    gap: 1rem;
  }
  .static-footer__bot p {
    text-align: center;
  }
  .static-footer__bot div a {
    text-align: center;
  }
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 100%;
}
@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 492px) {
  h1 {
    font-size: 38px;
  }
}
h1 span {
  color: #FFBE42;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #FFBE42;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h3 span {
  color: #FFBE42;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #171515;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
h4 span {
  color: #FFBE42;
}

.btn {
  font-family: "DM Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  padding: 7px 16px;
  text-transform: capitalize;
  border-radius: 7px;
}
.btn--primary {
  background-color: #171515;
  color: #fff;
  border: 1px solid #171515;
}
.btn--primary:hover, .btn--primary:active {
  background-color: #171515 !important;
  color: #fff !important;
}
.btn--transparent {
  background-color: #fff;
  color: #171515;
  border: 1px solid #171515;
}
.btn--transparent:hover, .btn--transparent:active {
  background-color: #fff !important;
  color: #171515 !important;
  border: 1px solid #171515;
}
.btn--secondary {
  color: #171515;
  background-color: #fff;
  border-color: #171515;
}
.btn--secondary:hover {
  color: #171515;
  background-color: #fff;
  border-color: #171515;
}
.btn--tertiary {
  background-color: #FFBE42;
  border-color: #FFBE42;
  color: #fff;
}
.btn--tertiary:hover {
  background-color: #FFBE42 !important;
  border-color: #FFBE42 !important;
  color: #fff !important;
}
.btn--tertiary-d {
  background-color: #FFBE42;
  border-color: #FFBE42;
  color: #171515;
  width: 100%;
  font-weight: 500 !important;
}
.btn--tertiary-d:hover, .btn--tertiary-d:active {
  background-color: #FFBE42;
  border-color: #FFBE42 !important;
  color: #171515;
}
.btn--tertiary-n {
  background-color: #FFBE42;
  border-color: #FFBE42;
  color: #171515;
}
.btn--tertiary-n:hover, .btn--tertiary-n:active {
  background-color: #FFBE42;
  border-color: #FFBE42 !important;
  color: #171515;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 100%;
}
@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 492px) {
  h1 {
    font-size: 38px;
  }
}
h1 span {
  color: #FFBE42;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #FFBE42;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h3 span {
  color: #FFBE42;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #171515;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
h4 span {
  color: #FFBE42;
}

.page--home .section--hero {
  width: 100%;
  height: 38rem;
  padding-block: 90px;
  padding-top: 140px;
  background-position: center;
  background-size: cover;
  background-image: url("../images/new-hero-background.webp");
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--home .section--hero h1 {
  text-align: center;
  max-width: 850px;
  color: #fff;
}
@media (max-width: 992px) {
  .page--home .section--hero h1 {
    max-width: 660px;
  }
}
.page--home .section--hero p {
  text-align: center;
  color: #fff;
}
@media (max-width: 992px) {
  .page--home .section--hero p {
    max-width: 560px;
  }
}
.page--home .section--hero__inp {
  position: relative;
}
.page--home .section--hero__inp input {
  width: 450px;
  padding: 14px 140px 14px 20px;
  font-size: 14px;
  border-radius: 120px;
  position: relative;
  z-index: 2;
}
.page--home .section--hero__inp input::placeholder {
  color: #777980;
  font-size: 14px;
}
.page--home .section--hero__inp button {
  position: absolute;
  right: 5px;
  transform: translateY(-50%);
  top: 50%;
  padding: 13px 22px 13px 22px;
  font-size: 14px;
  border-radius: 120px;
  z-index: 2;
  background-color: #FFBE42;
  color: #171515;
  font-weight: 400;
  line-height: 100%;
}
.page--home .section--hero__inp .sh-inp-lists {
  width: 450px;
  background-color: #fff;
  position: absolute;
  top: 21px;
  z-index: 1;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-top: 35px;
  display: none;
}
.page--home .section--hero__inp .sh-inp-lists ul {
  display: flex;
  flex-direction: column;
  width: 100%;
  max-height: 180px;
  overflow-y: auto;
}
.page--home .section--hero__inp .sh-inp-lists ul::-webkit-scrollbar {
  width: 6px;
}
.page--home .section--hero__inp .sh-inp-lists ul::-webkit-scrollbar-track {
  background: transparent;
}
.page--home .section--hero__inp .sh-inp-lists ul::-webkit-scrollbar-thumb {
  background: #FFBE42;
  border-radius: 6px;
}
.page--home .section--hero__inp .sh-inp-lists ul::-webkit-scrollbar-thumb:hover {
  background: #FFBE42;
}
.page--home .section--hero__inp .sh-inp-lists ul li {
  width: 100%;
}
.page--home .section--hero__inp .sh-inp-lists ul li a {
  display: block;
  width: 100% !important;
  padding: 6px 10px;
  font-size: 14px;
  color: #171515;
  text-decoration: none;
}
.page--home .section--hero__inp .sh-inp-lists ul li a:hover {
  background-color: #FFE4AF;
  color: #171515;
}
.page--home .section--hero__inp .sh-inp-lists ul p {
  margin: 0;
  font-size: 12px;
  color: #777980;
  display: none;
}
@media (max-width: 592px) {
  .page--home .section--hero__inp input, .page--home .section--hero__inp .sh-inp-lists {
    width: 350px;
  }
}
@media (max-width: 392px) {
  .page--home .section--hero__inp input, .page--home .section--hero__inp .sh-inp-lists {
    width: 300px;
  }
}
@media (max-width: 392px) {
  .page--home .section--hero {
    height: 49rem;
    padding-top: 210px;
  }
}
.page--home .section--about {
  width: 100%;
  padding-block: 100px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 45px;
}
.page--home .section--about__img {
  width: 50%;
}
.page--home .section--about__img img {
  width: 90%;
}
.page--home .section--about__detail {
  width: 50%;
}
.page--home .section--about__detail--pret {
  margin-bottom: 8px;
  text-transform: uppercase;
  opacity: 0.7;
}
@media (max-width: 992px) {
  .page--home .section--about {
    flex-direction: column;
  }
  .page--home .section--about__img, .page--home .section--about__detail {
    width: 100%;
  }
  .page--home .section--about__img img, .page--home .section--about__detail img {
    width: 100%;
  }
}
.page--home .section--req {
  width: 100%;
  padding-block: 122px;
  padding-top: 112px !important;
  overflow-x: hidden;
}
.page--home .section--req--main {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.page--home .section--req--main .sec-rm-left {
  width: 55%;
}
.page--home .section--req--main .sec-rm-left h2 {
  font-weight: 600;
  margin-bottom: 14px;
}
.page--home .section--req--main .sec-rm-left__p {
  margin-bottom: 17px;
  max-width: 500px;
}
@media (max-width: 992px) {
  .page--home .section--req--main .sec-rm-left__p {
    max-width: 900px;
  }
}
.page--home .section--req--main .sec-rm-right {
  width: 50%;
  position: relative;
}
.page--home .section--req--main .sec-rm-right img {
  max-width: 100%;
}
@media (max-width: 992px) {
  .page--home .section--req--main {
    flex-direction: column-reverse;
    height: fit-content;
  }
  .page--home .section--req--main .sec-rm-left {
    width: 100%;
  }
  .page--home .section--req--main .sec-rm-right {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: fit-content;
    padding-block: 25px;
    padding-inline: 25px;
    margin-bottom: 2rem;
  }
  .page--home .section--req--main .sec-rm-right img {
    top: auto;
    right: auto;
    position: static !important;
    height: 45vw;
    transform: none !important;
  }
}
.page--home .section--services {
  width: 100%;
  background-color: #151515;
  display: flex;
  flex-direction: column;
  padding-block: 112px;
  align-items: center;
  justify-content: center;
}
.page--home .section--services h2 {
  color: #fff;
  text-align: center;
  max-width: 550px;
  font-weight: 500;
}
.page--home .section--services__p {
  text-align: center;
  color: #FFF;
  max-width: 750px;
}
.page--home .section--services__box {
  max-width: 1400px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-top: 2rem;
  gap: 30px;
}
.page--home .section--services__box .section-ser-bb {
  background-color: #FFF;
  padding: 35px 25px;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.page--home .section--services__box .section-ser-bb img {
  margin-bottom: 2rem;
}
.page--home .section--services__box .section-ser-bb a {
  padding: 7px 10px;
  font-size: 14px;
  color: #fff;
  background-color: #FFBE42;
  border-radius: 6px;
  text-align: center;
}
@media (max-width: 1192px) {
  .page--home .section--services__box {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 692px) {
  .page--home .section--services__box {
    grid-template-columns: repeat(1, 1fr);
  }
}
.page--home .section--guide {
  width: 100%;
  padding-block: 122px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  row-gap: 25px;
  max-width: 1200px;
}
.page--home .section--guide__head {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--home .section--guide__head h2 {
  max-width: 700px;
  text-align: center;
}
.page--home .section--guide__head p {
  text-align: center;
  max-width: 800px;
}
.page--home .section--guide__guide {
  margin-top: 2rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 25px;
  gap: 65px;
}
.page--home .section--guide__guide--box {
  display: flex;
  gap: 20px;
}
.page--home .section--guide__guide--box img {
  width: 45px;
  height: 45px;
  border-radius: 55px;
}
.page--home .section--guide__guide--box div {
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}
.page--home .section--guide__guide--box div h3 {
  margin-bottom: 5px;
}
@media (max-width: 692px) {
  .page--home .section--guide__guide {
    grid-template-columns: 1fr;
    row-gap: 15px;
    gap: 35px;
  }
}
.page--home .section--closing {
  width: 100%;
  padding-block: 122px;
  padding-bottom: 0;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 45px;
}
.page--home .section--closing__img {
  width: 50%;
}
.page--home .section--closing__img img {
  width: 90%;
}
.page--home .section--closing__detail {
  width: 50%;
}
.page--home .section--closing__detail--pret {
  margin-bottom: 8px;
  text-transform: uppercase;
  opacity: 0.7;
}
@media (max-width: 992px) {
  .page--home .section--closing {
    flex-direction: column;
    padding-bottom: 80px;
  }
  .page--home .section--closing__img, .page--home .section--closing__detail {
    width: 100%;
  }
  .page--home .section--closing__img img, .page--home .section--closing__detail img {
    width: 100%;
  }
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 100%;
}
@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 492px) {
  h1 {
    font-size: 38px;
  }
}
h1 span {
  color: #FFBE42;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #FFBE42;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h3 span {
  color: #FFBE42;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #171515;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
h4 span {
  color: #FFBE42;
}

.page--contact {
  background-color: #F7F8FA;
}
.page--contact .section--hero {
  width: 100%;
  background-color: #fff;
  padding: 100px 25px;
  background-position: center;
  background-size: cover;
  background-image: url("../images/contact-bg.png");
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--contact .section--hero .m-width {
  margin: 0 auto;
}
.page--contact .section--hero p {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  max-width: 670px;
  font-family: "DM Sans", sans-serif;
  line-height: 150%;
}
.page--contact .section--hero h1 {
  color: #fff;
  font-family: "DM Sans", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 110%;
  text-align: center;
}
.page--contact .section--hero span {
  text-transform: uppercase;
  color: #FFBE42;
  font-size: 14px;
  line-height: 160%;
  margin: 0;
}
@media (max-width: 992px) {
  .page--contact .section--hero {
    padding-top: 160px;
  }
}
.page--contact .section--mform {
  width: 100%;
  position: relative;
  padding-block: 112px;
}
.page--contact .section--mform__head {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.page--contact .section--mform__head--pret {
  margin: 0;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.6;
  margin-bottom: 5px;
}
.page--contact .section--mform__head h2 {
  text-align: center;
  margin-bottom: 18px;
}
.page--contact .section--mform__head--label {
  text-align: center;
  max-width: 700px;
}
.page--contact .section--mform__cont {
  margin-top: 45px;
  display: flex;
  gap: 55px;
  justify-content: center;
  position: relative;
}
.page--contact .section--mform__cont .s-mfoorm-c-fields {
  width: 510px;
}
.page--contact .section--mform__cont .s-mfoorm-c-fields .plm-ff-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.page--contact .section--mform__cont .s-mfoorm-c-fields .plm-ff-group a {
  font-size: 14px;
  color: #FFBE42;
  align-self: flex-end;
  margin-top: 6px;
  text-decoration: underline;
  user-select: none;
}
.page--contact .section--mform__cont .s-mfoorm-c-fields .plm-ff-group small {
  font-size: 12px;
  color: red;
  position: absolute;
  right: 0;
  bottom: -18px;
}
.page--contact .section--mform__cont .s-mfoorm-c-fields .plm-ff-con {
  display: flex;
  width: 100%;
  gap: 15px;
}
.page--contact .section--mform__cont .s-mfoorm-c-fields label {
  font-size: 14px;
  font-weight: 500;
  color: #171515;
  margin-bottom: 4px;
  opacity: 0.9;
  user-select: none !important;
}
.page--contact .section--mform__cont .s-mfoorm-c-fields input, .page--contact .section--mform__cont .s-mfoorm-c-fields textarea {
  width: 100%;
  padding: 8px 13px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  border-radius: 6px;
}
.page--contact .section--mform__cont .s-mfoorm-c-fields input::placeholder, .page--contact .section--mform__cont .s-mfoorm-c-fields textarea::placeholder {
  color: #D9D9D9;
  user-select: none !important;
}
.page--contact .section--mform__cont .s-mfoorm-c-fields .plm-ff-btn {
  width: 100% !important;
  margin-top: 10px;
}
.page--contact .section--mform__cont .s-mfoorm-c-fields .plm-ff-cta {
  text-align: center;
  margin-top: 1.3rem;
  color: #667085;
  font-size: 12px;
  margin-bottom: 3px;
  user-select: none;
}
.page--contact .section--mform__cont .s-mfoorm-c-fields .plm-ff-cta a {
  color: #FFBE42;
}
.page--contact .section--mform__cont .s-mfoorm-c-fields textarea {
  height: auto !important;
  resize: none;
}
.page--contact .section--mform__cont .s-mfoorm-c-fields .btn--tertiary-d {
  max-width: fit-content;
}
.page--contact .section--mform__cont .s-mfoorm-c-details {
  width: 510px;
  position: relative;
}
.page--contact .section--mform__cont .s-mfoorm-c-details__head {
  display: flex;
  gap: 25px;
}
.page--contact .section--mform__cont .s-mfoorm-c-details__head .s-mfoorm-cd-b .icon-mform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  border-radius: 4px;
  background-color: #FFF2DA;
  margin-bottom: 10px;
}
.page--contact .section--mform__cont .s-mfoorm-c-details__head .s-mfoorm-cd-b h5 {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
.page--contact .section--mform__cont .s-mfoorm-c-details__head .s-mfoorm-cd-b a {
  color: #535353;
  max-width: 230px;
  display: block;
  font-size: 14px;
  opacity: 0.6;
}
.page--contact .section--mform__cont .s-mfoorm-c-details__head .s-mfoorm-cd-b:first-of-type {
  line-height: 1.5;
}
.page--contact .section--mform__cont .s-mfoorm-c-details__head a:hover {
  text-decoration: underline;
}
@media (max-width: 492px) {
  .page--contact .section--mform__cont .s-mfoorm-c-details__head {
    flex-direction: column;
  }
}
.page--contact .section--mform__cont .s-mfoorm-c-details__body {
  margin-top: 45px;
}
.page--contact .section--mform__cont .s-mfoorm-c-details__body h5 {
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 600;
}
.page--contact .section--mform__cont .s-mfoorm-c-details__body ul {
  padding: 0;
  margin: 0;
}
.page--contact .section--mform__cont .s-mfoorm-c-details__body ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
  font-size: 14px;
}
.page--contact .section--mform__cont .s-mfoorm-c-details__foo {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 45px;
}
.page--contact .section--mform__cont .s-mfoorm-c-details__foo .icon-mform {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 41px;
  height: 41px;
  border-radius: 4px;
  background-color: #FFF2DA;
  margin-bottom: 10px;
}
.page--contact .section--mform__cont .s-mfoorm-c-details__foo h5 {
  text-transform: capitalize;
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}
.page--contact .section--mform__cont .s-mfoorm-c-details__foo a {
  color: #535353;
  max-width: 230px;
  display: block;
  font-size: 14px;
  opacity: 0.6;
}
.page--contact .section--mform__cont .s-mfoorm-c-details__foo a:hover {
  text-decoration: underline;
}
.page--contact .section--mform__cont .s-mfoorm-c-details .vec-mail {
  position: absolute;
  right: -17rem;
  bottom: -9rem;
}
@media (max-width: 992px) {
  .page--contact .section--mform__cont {
    flex-direction: column;
    align-items: center;
  }
}
@media (max-width: 592px) {
  .page--contact .section--mform__cont .s-mfoorm-c-fields, .page--contact .section--mform__cont .s-mfoorm-c-details {
    max-width: 100%;
  }
}
.page--contact .section--mform .aboutme-sec-vec {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 100%;
}
@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 492px) {
  h1 {
    font-size: 38px;
  }
}
h1 span {
  color: #FFBE42;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #FFBE42;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h3 span {
  color: #FFBE42;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #171515;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
h4 span {
  color: #FFBE42;
}

.page--services .section--list {
  margin: 0 auto;
  display: flex;
  gap: 3rem;
  margin-bottom: 3rem;
  padding-top: 40px;
  padding-bottom: 40px;
}
.page--services .section--list .ps-sl-category {
  width: 400px;
}
.page--services .section--list .ps-sl-category__head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page--services .section--list .ps-sl-category__head a {
  font-size: 12px;
  color: #171515;
  font-weight: 400;
  line-height: 110%;
}
.page--services .section--list .ps-sl-category__head a:hover {
  text-decoration: underline;
}
.page--services .section--list .ps-sl-category__head .s-act-link {
  opacity: 0.55;
}
.page--services .section--list .ps-sl-category__count {
  padding: 10px 0px;
}
.page--services .section--list .ps-sl-category__search {
  position: relative;
}
.page--services .section--list .ps-sl-category__search input {
  width: 100%;
  background-color: #F2F2F2;
  border-radius: 6px;
  padding: 11px 14px;
  padding-left: 37px;
  font-size: 14px;
}
.page--services .section--list .ps-sl-category__search input::placeholder {
  color: #777980;
}
.page--services .section--list .ps-sl-category__search svg {
  position: absolute;
  top: 50%;
  transform: translateY(-58%);
  left: 12px;
}
.page--services .section--list .ps-sl-category__cat {
  margin-top: 23px;
}
.page--services .section--list .ps-sl-category__cat h4 {
  font-weight: 7500;
}
.page--services .section--list .ps-sl-category__cat .ps-sl-cc-main {
  margin-top: 15px;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-left: 2px;
}
.page--services .section--list .ps-sl-category__cat .ps-sl-cc-main__box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.page--services .section--list .ps-sl-category__cat .ps-sl-cc-main__box div {
  display: flex;
  align-items: center;
  gap: 9px;
}
.page--services .section--list .ps-sl-category__cat .ps-sl-cc-main__box div input[type=checkbox] {
  position: relative;
  min-width: 10px;
  min-height: 10px;
  cursor: pointer;
  border-radius: 2px;
  border: 1px solid #171515;
  appearance: none;
  -webkit-appearance: none;
  outline: none;
}
.page--services .section--list .ps-sl-category__cat .ps-sl-cc-main__box div input[type=checkbox]::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 2px;
}
.page--services .section--list .ps-sl-category__cat .ps-sl-cc-main__box div input[type=checkbox]:checked {
  border-color: #FFBE42;
  background-color: #FFBE42;
}
.page--services .section--list .ps-sl-category__cat .ps-sl-cc-main__box div input[type=checkbox]:checked::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 1px;
  width: 4px;
  height: 8px;
  border: solid #FFBE42;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.page--services .section--list .ps-sl-category__cat .ps-sl-cc-main__box div .ps-category-title {
  margin: 0;
  line-height: 115%;
  letter-spacing: 0.5px;
  font-weight: 500;
  margin-top: 1px;
}
.page--services .section--list .ps-sl-category__cat .ps-sl-cc-main__box .ps-category-count {
  font-size: 12px;
  margin: 0;
  display: flex;
  align-items: center;
  color: #777980;
  gap: 7px;
}
.page--services .section--list .ps-sl-category__cat .ps-sl-cc-main__box .ps-category-count span {
  width: 5px;
  height: 5px;
  border-radius: 10px;
  background-color: #34C759;
  display: inline-block;
}
@media (max-width: 992px) {
  .page--services .section--list .ps-sl-category__cat {
    position: absolute;
    top: 14.5rem;
    right: 2rem;
    width: 300px;
    background-color: #fff !important;
    z-index: 2;
    padding: 1.2rem;
    border: 1px solid #DADADA;
    border-radius: 8px;
  }
}
@media (max-width: 392px) {
  .page--services .section--list .ps-sl-category__cat {
    right: 1rem;
  }
}
.page--services .section--list .ps-sl-category hr {
  margin-block: 27px;
}
@media (max-width: 992px) {
  .page--services .section--list .ps-sl-category .active-mobile-cat {
    display: block;
  }
  .page--services .section--list .ps-sl-category .join-now-cta, .page--services .section--list .ps-sl-category__cat,
  .page--services .section--list .ps-sl-category hr {
    display: none;
  }
}
@media (max-width: 492px) {
  .page--services .section--list .ps-sl-category {
    width: 100%;
  }
}
.page--services .section--list .ps-sl-cards {
  width: 100%;
  height: fit-content;
}
.page--services .section--list .ps-sl-cards__head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  padding: 17px 0;
  position: relative;
}
.page--services .section--list .ps-sl-cards__head button {
  outline: none !important;
  padding: 7px 10px;
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgba(21, 21, 21, 0.4274509804);
  font-size: 12px;
  font-weight: 500;
  border: 1px solid #DADADA;
  background-color: transparent;
  border-radius: 6px;
}
.page--services .section--list .ps-sl-cards__head .ps-serv-btn-cat-m {
  display: none;
}
@media (max-width: 992px) {
  .page--services .section--list .ps-sl-cards__head .ps-serv-btn-cat-m {
    display: block;
  }
}
.page--services .section--list .ps-sl-cards__list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 16px;
}
.page--services .section--list .ps-sl-cards__list .ps-sl-c-box {
  border: 1px solid #DADADA;
  border-radius: 8px;
  height: fit-content;
  overflow: hidden;
}
.page--services .section--list .ps-sl-cards__list .ps-sl-c-box__head {
  width: 100%;
  height: 170px;
  position: relative;
}
.page--services .section--list .ps-sl-cards__list .ps-sl-c-box__head img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
.page--services .section--list .ps-sl-cards__list .ps-sl-c-box__head--cat {
  display: block;
  position: absolute;
  bottom: 10px;
  left: 10px;
  padding: 5px 10px;
  border-radius: 4px;
  background-color: #FFFFFF;
  color: #171515;
  font-weight: 600;
  font-size: 13px;
}
.page--services .section--list .ps-sl-cards__list .ps-sl-c-box__body {
  padding: 15px 13px;
}
.page--services .section--list .ps-sl-cards__list .ps-sl-c-box__body h3 {
  line-height: 100%;
  margin-bottom: 5px;
  display: -webkit-box;
  -webkit-line-clamp: 1; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 20px !important;
}
.page--services .section--list .ps-sl-cards__list .ps-sl-c-box__body--label {
  font-size: 14px;
  font-weight: 400;
  color: #171515;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
  word-break: break-all;
}
.page--services .section--list .ps-sl-cards__list .ps-sl-c-box__body--info {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin-bottom: 10px;
}
.page--services .section--list .ps-sl-cards__list .ps-sl-c-box__body--info div {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: rgba(21, 21, 21, 0.5529411765);
}
.page--services .section--list .ps-sl-cards__list .ps-sl-c-box__body--cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 24px;
}
.page--services .section--list .ps-sl-cards__list .ps-sl-c-box__body--cta a {
  font-size: 12px;
  font-weight: 600;
  color: #171515;
  background-color: #FFBE42;
  padding: 6px 17px;
  border-radius: 4px;
  text-decoration: none;
}
.page--services .section--list .ps-sl-cards__list .ps-sl-c-box__body--cta p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: rgba(21, 21, 21, 0.5529411765);
}
.page--services .section--list .ps-sl-cards__list .ps-sl-c-box__body--cta p span {
  font-size: 10px;
}
@media (max-width: 1225px) {
  .page--services .section--list .ps-sl-cards__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .page--services .section--list .ps-sl-cards__list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 792px) {
  .page--services .section--list .ps-sl-cards__list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 550px) {
  .page--services .section--list .ps-sl-cards__list {
    grid-template-columns: 1fr;
  }
}
.page--services .section--list .ps-sl-cards .ps-sl-view-more {
  margin-top: 10px;
  width: 100%;
  padding: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page--services .section--list .ps-sl-cards .ps-sl-view-more button {
  background-color: transparent;
  border: none;
  outline: none;
  font-size: 12px;
  color: #0088FF;
}
@media (max-width: 992px) {
  .page--services .section--list {
    flex-direction: column;
    gap: 10px;
    padding-top: 90px;
  }
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 100%;
}
@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 492px) {
  h1 {
    font-size: 38px;
  }
}
h1 span {
  color: #FFBE42;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #FFBE42;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h3 span {
  color: #FFBE42;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #171515;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
h4 span {
  color: #FFBE42;
}

.page--services-detail {
  position: relative;
}
.page--services-detail .section {
  margin-bottom: 0 !important;
}
.page--services-detail .section--list {
  margin: 0 auto;
  display: flex;
  gap: 3rem;
  padding-top: 40px;
  padding-bottom: 100px;
}
.page--services-detail .section--list .psd-sl-category {
  min-width: 370px;
}
.page--services-detail .section--list .psd-sl-category__head {
  display: flex;
  align-items: center;
  gap: 10px;
}
.page--services-detail .section--list .psd-sl-category__head a {
  font-size: 12px;
  color: #171515;
  font-weight: 400;
  line-height: 110%;
}
.page--services-detail .section--list .psd-sl-category__head a:hover {
  text-decoration: underline;
}
.page--services-detail .section--list .psd-sl-category__head .s-act-link {
  opacity: 0.55;
}
@media (max-width: 992px) {
  .page--services-detail .section--list .psd-sl-category__head {
    margin-bottom: 1rem;
  }
}
.page--services-detail .section--list .psd-sl-category__side {
  padding: 10px 0px;
}
@media (max-width: 992px) {
  .page--services-detail .section--list .psd-sl-category__side {
    display: none;
  }
}
.page--services-detail .section--list .psd-sl-category__rcon {
  display: flex;
  flex-direction: column;
  gap: 17px;
}
.page--services-detail .section--list .psd-sl-category__rcon .psdslcr-box {
  width: 100%;
  border: 1px solid #DADADA;
  border-radius: 6px;
  padding: 10px 12px;
  text-decoration: none;
}
.page--services-detail .section--list .psd-sl-category__rcon .psdslcr-box__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #DADADA;
}
.page--services-detail .section--list .psd-sl-category__rcon .psdslcr-box__head div {
  font-size: 12px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 4px;
  color: #FFBE42;
  background-color: rgba(255, 190, 66, 0.1764705882);
}
.page--services-detail .section--list .psd-sl-category__rcon .psdslcr-box__head p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: rgba(21, 21, 21, 0.5529411765);
}
.page--services-detail .section--list .psd-sl-category__rcon .psdslcr-box__head p span {
  font-size: 10px;
}
.page--services-detail .section--list .psd-sl-category__rcon .psdslcr-box__text {
  margin-top: 10px;
}
.page--services-detail .section--list .psd-sl-category__rcon .psdslcr-box__text h3, .page--services-detail .section--list .psd-sl-category__rcon .psdslcr-box__text p {
  margin: 0;
}
.page--services-detail .section--list .psd-sl-category__rcon .psdslcr-box__text h3 {
  font-size: 16px;
  margin-bottom: 4px;
  color: #171515;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page--services-detail .section--list .psd-sl-category__rcon .psdslcr-box__text p {
  color: #171515;
  font-size: 14px;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page--services-detail .section--list .psd-sl-category__rcon .psdslcr-box:hover {
  border-color: #FFBE42;
}
.page--services-detail .section--list .psd-sl-category__rcon .psdslcr-box:hover * {
  border-color: #FFBE42 !important;
}
.page--services-detail .section--list .psd-sl-category__rcon .psdslcr-box-empty {
  width: 100%;
  border: 1px dashed rgba(17, 17, 17, 0.0862745098);
  padding: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
  border-radius: 10px;
}
.page--services-detail .section--list .psd-sl-category__rcon .psdslcr-box-empty p {
  padding: 0;
  margin: 0;
  opacity: 0.4;
  font-size: 14px;
}
@media (max-width: 992px) {
  .page--services-detail .section--list .psd-sl-category__rcon {
    display: none;
  }
}
.page--services-detail .section--list .psd-sl-category hr {
  margin-block: 27px;
}
@media (max-width: 992px) {
  .page--services-detail .section--list .psd-sl-category hr {
    display: none;
  }
}
.page--services-detail .section--list .psd-sl-category .join-now-cta-sd {
  width: 100%;
}
.page--services-detail .section--list .psd-sl-category .join-now-cta-sd img {
  width: 100%;
  user-select: none;
}
@media (max-width: 992px) {
  .page--services-detail .section--list .psd-sl-category .join-now-cta-sd {
    display: none;
  }
}
@media (max-width: 992px) {
  .page--services-detail .section--list .psd-sl-category hr {
    display: none;
  }
}
@media (max-width: 400px) {
  .page--services-detail .section--list .psd-sl-category {
    min-width: 100%;
  }
}
.page--services-detail .section--list .psd-sl-sdetail {
  width: 100%;
}
.page--services-detail .section--list .psd-sl-sdetail__img {
  width: 100%;
  height: 34vw;
}
.page--services-detail .section--list .psd-sl-sdetail__img img {
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
  user-select: none;
}
@media (max-width: 592px) {
  .page--services-detail .section--list .psd-sl-sdetail__img {
    height: auto !important;
  }
}
.page--services-detail .section--list .psd-sl-sdetail__info {
  width: 100%;
  display: flex;
  gap: 30px;
  justify-content: space-between;
  padding-top: 2rem;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description {
  width: 60%;
  min-width: 0;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description p {
  margin: 0;
  word-break: break-all;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description h1, .page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description h2, .page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description h3, .page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description h4, .page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description h5 {
  font-size: 25px !important;
  font-weight: 600;
  margin-bottom: 10px;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description ul {
  padding-left: 1.05rem;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description li {
  list-style: disc;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description__prt {
  color: #FFBE42;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 5px;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description .psd-sl-sdetaili-relateds {
  width: 100%;
  height: 30rem;
  margin-top: 4rem;
  display: none;
  flex-direction: column;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description .psd-sl-sdetaili-relateds h4 {
  font-size: 20px !important;
  font-weight: 600;
  margin-bottom: 15px;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description .psd-sl-sdetaili-relateds__bc {
  width: 100%;
  border: 1px solid #DADADA;
  border-radius: 6px;
  padding: 12px 13px;
  text-decoration: none;
  margin-bottom: 18px;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description .psd-sl-sdetaili-relateds__bc__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 10px;
  border-bottom: 1px solid #DADADA;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description .psd-sl-sdetaili-relateds__bc__head div {
  font-size: 12px;
  font-weight: 500;
  padding: 3px 10px;
  border-radius: 4px;
  color: #FFBE42;
  background-color: rgba(255, 190, 66, 0.1764705882);
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description .psd-sl-sdetaili-relateds__bc__head p {
  margin: 0;
  font-size: 12px;
  font-weight: 500;
  color: rgba(21, 21, 21, 0.5529411765);
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description .psd-sl-sdetaili-relateds__bc__head p span {
  font-size: 10px;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description .psd-sl-sdetaili-relateds__bc__text {
  margin-top: 10px;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description .psd-sl-sdetaili-relateds__bc__text h3, .page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description .psd-sl-sdetaili-relateds__bc__text p {
  margin: 0;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description .psd-sl-sdetaili-relateds__bc__text h3 {
  font-size: 16px;
  margin-bottom: 4px;
  color: #171515;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description .psd-sl-sdetaili-relateds__bc__text p {
  color: #171515;
  font-size: 14px;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines */
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description .psd-sl-sdetaili-relateds__bc:hover {
  border-color: #FFBE42;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description .psd-sl-sdetaili-relateds__bc:hover * {
  border-color: #FFBE42 !important;
}
@media (max-width: 992px) {
  .page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description .psd-sl-sdetaili-relateds {
    display: flex;
    height: auto;
  }
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description figure.table {
  display: block;
  max-width: 100%;
  margin: 16px 0;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description figure.table table {
  border-collapse: collapse;
  width: max-content;
  min-width: 100%;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description figure.table th,
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description figure.table td {
  border: 1px solid #ddd;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
  white-space: nowrap;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description figure.table th {
  background: #f8f8f8;
  font-weight: 600;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details {
  width: 30%;
  flex-shrink: 0;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details button {
  width: 100%;
  color: #171515 !important;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-provider {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 25px;
  border-bottom: 1px solid #DADADA;
  padding-bottom: 1rem;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-provider__con {
  display: flex;
  gap: 10px;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-provider__con img {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  object-fit: cover;
  object-position: center;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-provider__con div {
  padding-top: 5px;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-provider__con div h4 {
  font-size: 16px;
  margin-bottom: 2px;
  font-weight: 600;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-provider__con div p {
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  color: rgba(21, 21, 21, 0.5529411765);
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-provider__con div p span {
  font-size: 12px;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-service-info {
  margin-top: 15px;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-service-info__prc {
  margin: 0;
  color: rgba(21, 21, 21, 0.3019607843);
  font-weight: 400;
  font-size: 16px;
  font-family: "Rubik", sans-serif;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-service-info__prc span {
  color: #171515;
  margin-left: 3px;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-service-info h4 {
  font-size: 16px;
  font-weight: 600;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-service-info ul {
  margin-top: 13px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-service-info ul li {
  line-height: 100%;
  display: flex;
  gap: 7px;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-service-info ul li p {
  line-height: 110%;
  margin: 0;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-service-info ul li p span {
  color: #FFBE42;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-service-info hr {
  margin-block: 1.7rem;
  display: none;
}
@media (max-width: 992px) {
  .page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-service-info hr {
    display: block;
  }
}
@media (max-width: 592px) {
  .page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-service-info hr {
    margin-bottom: 0.5rem;
  }
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-service-info__cta {
  width: 100%;
  display: none;
}
.page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-service-info__cta img {
  width: 100%;
}
@media (max-width: 992px) {
  .page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-service-info__cta {
    display: block;
  }
}
@media (max-width: 592px) {
  .page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details .psd-sl-sdetaili-d-service-info__cta {
    display: none;
  }
}
@media (max-width: 592px) {
  .page--services-detail .section--list .psd-sl-sdetail__info {
    flex-direction: column-reverse;
  }
  .page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-description {
    width: 100% !important;
  }
  .page--services-detail .section--list .psd-sl-sdetail__info .psd-sl-sdetaili-details {
    width: 100% !important;
  }
}
@media (min-width: 1400px) {
  .page--services-detail .section--list .psd-sl-sdetail__img {
    height: 450px;
  }
}
@media (max-width: 992px) {
  .page--services-detail .section--list {
    flex-direction: column;
    gap: 10px;
  }
}
@media (max-width: 992px) {
  .page--services-detail .section--list {
    padding-top: 90px;
  }
}
.page--services-detail .booking-modal {
  position: absolute;
  top: 0;
  transform: translateX(-50%);
  left: 50%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.2392156863);
  padding: 1rem;
  z-index: 2;
  display: none;
}
.page--services-detail .booking-modal .booking-con-main {
  width: min(1120px, 100% - 32px);
  position: absolute;
  top: 5rem;
  background-color: #fff;
  border-radius: 12px;
  transform: translateX(-50%);
  left: 50%;
  padding: 30px;
  padding-bottom: 35px;
}
.page--services-detail .booking-modal .booking-con-main__pre-title {
  font-size: 15px;
  color: #FFBE42;
  font-weight: 600;
  margin-bottom: 5px;
}
.page--services-detail .booking-modal .booking-con-main h2 {
  margin-bottom: 1.6rem;
  font-size: 24px;
  line-height: 120%;
}
.page--services-detail .booking-modal .booking-con-main #bookingForm {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.page--services-detail .booking-modal .booking-con-main .booking-customer-detail {
  order: 3;
  display: none !important;
}
.page--services-detail .booking-modal .booking-con-main #bookingForm.is-details-open .sbf-field-group-con.booking-customer-detail,
.page--services-detail .booking-modal .booking-con-main #bookingForm.is-details-open .sbf-field-group.booking-customer-detail {
  display: flex !important;
}
.page--services-detail .booking-modal .booking-con-main #bookingForm.is-details-open .sbf-field-group.booking-customer-detail {
  flex-direction: column;
}
.page--services-detail .booking-modal .booking-con-main .sbf-field-group-con {
  display: flex;
  gap: 1rem;
  width: 100%;
}
@media (max-width: 492px) {
  .page--services-detail .booking-modal .booking-con-main .sbf-field-group-con {
    flex-direction: column;
  }
}
.page--services-detail .booking-modal .booking-con-main .sbf-field-group {
  width: 100%;
  margin-bottom: 1.2rem;
}
.page--services-detail .booking-modal .booking-con-main label {
  font-size: 14px;
  line-height: 110%;
  margin-bottom: 5px;
  font-weight: 500;
}
.page--services-detail .booking-modal .booking-con-main label span {
  color: #f60000;
  margin-top: 3px;
}
.page--services-detail .booking-modal .booking-con-main input,
.page--services-detail .booking-modal .booking-con-main textarea {
  width: 100% !important;
  border-radius: 6px;
  border: 1px solid #DADADA;
  padding: 5px 13px;
  font-size: 14px;
}
.page--services-detail .booking-modal .booking-con-main input::placeholder,
.page--services-detail .booking-modal .booking-con-main textarea::placeholder {
  color: rgba(23, 21, 21, 0.2392156863);
}
.page--services-detail .booking-modal .booking-con-main input {
  height: 43px;
}
.page--services-detail .booking-modal .booking-con-main textarea {
  min-height: 96px;
  resize: none;
}
.page--services-detail .booking-modal .booking-con-main button {
  margin-top: 1rem;
}
.page--services-detail .booking-modal .booking-con-main .booking-details-toggle {
  order: 2;
  width: 100%;
  margin: 0 !important;
  padding: 0;
  border: 0;
  background-color: transparent;
  color: #667085 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 800;
}
.page--services-detail .booking-modal .booking-con-main .booking-details-toggle i {
  color: #B7791F;
  transition: transform 0.15s ease;
}
.page--services-detail .booking-modal .booking-con-main #bookingForm.is-details-open .booking-details-toggle i {
  transform: rotate(180deg);
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker {
  order: 1;
  padding: 16px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  background-color: #FAFAFA;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__head label {
  margin: 0 0 5px;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__head strong {
  display: block;
  color: #171515;
  font-size: 14px;
  line-height: 130%;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__reset {
  width: auto !important;
  margin: 0 !important;
  padding: 6px 10px;
  border: 0;
  border-radius: 4px;
  background-color: #FEF2F2;
  color: #B42318 !important;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__nav {
  display: grid;
  grid-template-columns: 36px 1fr auto 36px;
  gap: 8px;
  align-items: center;
  margin-bottom: 12px;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__nav span {
  color: #171515;
  font-size: 15px;
  font-weight: 800;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__nav button {
  width: 100%;
  height: 36px;
  margin: 0;
  padding: 0 10px;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  background-color: #fff;
  color: #171515 !important;
  font-size: 12px;
  font-weight: 800;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__nav button:hover {
  border-color: #FFBE42;
  background-color: #FFF8E8;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__weekdays, .page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__weekdays {
  border: 1px solid #E5E7EB;
  border-bottom: 0;
  border-radius: 6px 6px 0 0;
  background-color: #fff;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__weekdays span {
  padding: 9px 4px;
  color: #667085;
  font-size: 10px;
  font-weight: 800;
  text-align: center;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__grid {
  border-left: 1px solid #E5E7EB;
  border-top: 1px solid #E5E7EB;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__day {
  position: relative;
  min-height: 58px;
  margin: 0 !important;
  padding: 8px;
  border: 0;
  border-right: 1px solid #E5E7EB;
  border-bottom: 1px solid #E5E7EB;
  border-radius: 0;
  background-color: #fff;
  color: #171515 !important;
  text-align: left;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__day span {
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 900;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__day i {
  position: absolute;
  right: 8px;
  bottom: 8px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background-color: #DC2626;
  box-shadow: 0 0 0 3px #FEE2E2;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__day:hover:not(:disabled) {
  background-color: #FFF8E8;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__day.is-muted {
  background-color: #F8FAFC;
  color: #98A2B3 !important;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__day.is-today span {
  background-color: #171515;
  color: #fff;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__day.is-selected {
  outline: 2px solid #FFBE42;
  outline-offset: -2px;
  background-color: #FFF8E8;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__day.is-booked {
  background-color: #FEF2F2;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__day.is-unavailable {
  background-color: #F3F4F6;
  color: #98A2B3 !important;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__day.is-unavailable span {
  color: #98A2B3;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__day.is-disabled {
  cursor: not-allowed;
  opacity: 1;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__time {
  margin-top: 14px;
}
.page--services-detail .booking-modal .booking-con-main .booking-schedule-picker__time input {
  background-color: #fff;
}
.page--services-detail .booking-modal .booking-con-main .glb-btn-a {
  order: 4;
  background-color: #FFBE42;
  color: #171515;
  border-radius: 4px;
  padding: 13px 20px;
  font-size: 14px;
  font-weight: 600;
  font-family: "DM Sans", sans-serif;
}
.page--services-detail .booking-modal .booking-con-main .glb-btn {
  order: 4;
}
@media (max-width: 665px) {
  .page--services-detail .booking-modal .booking-con-main {
    width: 90% !important;
  }
}
.page--services-detail .confirm-modal {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  display: none;
  background-color: rgba(0, 0, 0, 0.3019607843);
}
.page--services-detail .confirm-modal__content {
  height: 280px;
  width: 540px;
  position: absolute;
  top: 5rem;
  background-color: #fff;
  border-radius: 12px;
  transform: translateX(-50%);
  left: 50%;
  padding: 30px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.page--services-detail .confirm-modal__content p {
  text-align: center;
  max-width: 450px;
}
.page--services-detail .confirm-modal__content h3 {
  margin-top: 10px;
}
.page--services-detail .confirm-modal__content .confirm-actions {
  display: flex;
  gap: 12px;
  margin-top: 6px;
}
.page--services-detail .confirm-modal__content .btn--ses {
  background-color: transparent !important;
  border: 1px solid #FFBE42;
}
@media (max-width: 665px) {
  .page--services-detail .confirm-modal__content {
    width: 90% !important;
  }
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 100%;
}
@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 492px) {
  h1 {
    font-size: 38px;
  }
}
h1 span {
  color: #FFBE42;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #FFBE42;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h3 span {
  color: #FFBE42;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #171515;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
h4 span {
  color: #FFBE42;
}

.page--book .section--book {
  margin: 0 auto;
  display: flex;
  gap: 50px;
  padding-top: 90px;
  padding-bottom: 122px;
  max-width: 1300px;
  justify-content: space-between;
}
.page--book .section--book__fields {
  width: 560px;
}
.page--book .section--book__fields h2 {
  line-height: 110% !important;
}
.page--book .section--book__fields--pre-title {
  max-width: 500px;
  margin-bottom: 2rem;
}
.page--book .section--book__fields .sbf-field-group-con {
  display: flex;
  gap: 1rem;
  width: 100%;
}
.page--book .section--book__fields .sbf-field-group {
  width: 100%;
  margin-bottom: 1.2rem;
}
.page--book .section--book__fields label {
  font-size: 14px;
  line-height: 110%;
  margin-bottom: 5px;
  font-weight: 500;
}
.page--book .section--book__fields label span {
  color: #f60000;
  margin-top: 3px;
}
.page--book .section--book__fields input {
  width: 100% !important;
  height: 43px;
  border-radius: 6px;
  border: 1px solid #DADADA;
  padding: 5px 13px;
  font-size: 14px;
}
.page--book .section--book__fields input::placeholder {
  color: rgba(23, 21, 21, 0.2392156863);
}
.page--book .section--book__fields button {
  margin-top: 1rem;
}
.page--book .section--book__detail {
  width: 600px;
  height: 150px;
}
.page--book .section--book__detail img {
  width: 100%;
  border-radius: 12px;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 100%;
}
@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 492px) {
  h1 {
    font-size: 38px;
  }
}
h1 span {
  color: #FFBE42;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #FFBE42;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h3 span {
  color: #FFBE42;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #171515;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
h4 span {
  color: #FFBE42;
}

.page--about .section--hero {
  width: 100%;
  margin: 0 auto;
  padding-top: 30px;
  padding-bottom: 40px !important;
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  margin-bottom: 1px;
}
.page--about .section--hero__main {
  width: 100%;
  padding: 90px 60px;
  margin: 0 auto;
  border-radius: 15px;
  background: url("../images/about-hero-2.png") no-repeat center center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.page--about .section--hero__main::before {
  position: absolute;
  content: "";
  inset: 0;
  background: linear-gradient(80deg, hsla(0, 0%, 0%, 0.7), hsla(0, 0%, 0%, 0.34));
}
.page--about .section--hero__main .badge-hero {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  gap: 8px;
  font-size: 11px;
  font-weight: 500;
  color: #fff;
  border: 1px solid hsla(0, 0%, 100%, 0.29);
  border-radius: 8px;
  background-color: hsla(0, 0%, 100%, 0.12);
  padding: 9px 14px;
  backdrop-filter: blur(12px);
  position: relative;
  z-index: 2;
  margin-bottom: 12px;
}
@media (max-width: 492px) {
  .page--about .section--hero__main .badge-hero {
    font-size: 10px;
    padding: 7px 12px;
  }
}
.page--about .section--hero__main h1 {
  color: #fff;
  max-width: 700px;
  position: relative;
  z-index: 2;
  font-weight: 600;
  margin-bottom: 14px;
}
.page--about .section--hero__main p {
  color: #fff;
  max-width: 680px;
  opacity: 0.8;
  letter-spacing: 0.3px;
  position: relative;
  font-weight: 400;
  z-index: 2;
  font-size: 16px !important;
}
@media (max-width: 492px) {
  .page--about .section--hero__main p {
    font-size: 14px !important;
    opacity: 1;
    font-weight: 300;
  }
}
@media screen and (max-width: 992px) {
  .page--about .section--hero__main {
    padding: 80px 30px;
  }
}
.page--about .section--hero__boxs {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
}
.page--about .section--hero__boxs__box {
  box-shadow: 0 0 12px rgba(229, 229, 229, 0.44);
  border-radius: 15px;
  padding: 30px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}
.page--about .section--hero__boxs__box h3 {
  margin-bottom: 14px !important;
}
.page--about .section--hero__boxs__box p {
  margin: 0;
  max-width: 265px;
  font-weight: 400 !important;
}
@media (max-width: 992px) {
  .page--about .section--hero {
    padding-top: 90px;
  }
}
.page--about .section--what-we-do {
  margin: 0 auto;
  background-color: #fff;
  padding-block: 112px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 45px;
}
.page--about .section--what-we-do__image {
  max-width: 500px;
}
.page--about .section--what-we-do__image img {
  width: 100%;
}
.page--about .section--what-we-do__content h2 {
  max-width: 630px;
  margin-bottom: 15px;
}
.page--about .section--what-we-do__content--p {
  max-width: 700px;
}
@media screen and (max-width: 992px) {
  .page--about .section--what-we-do {
    flex-direction: column;
  }
  .page--about .section--what-we-do__image {
    max-width: 700px;
  }
  .page--about .section--what-we-do__image img {
    width: 100%;
  }
  .page--about .section--what-we-do__content h2 {
    max-width: 830px;
    margin-bottom: 15px;
  }
  .page--about .section--what-we-do__content--p {
    max-width: 800px !important;
  }
  .page--about .section--what-we-do__content p {
    max-width: 500px;
  }
}
@media screen and (max-width: 492px) {
  .page--about .section--what-we-do {
    padding-block: 80px;
  }
}
.page--about .section--misvis {
  width: 100%;
  margin: 0 auto;
  padding-block: 112px;
  background-color: #fff;
  padding-top: 90px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.page--about .section--misvis__header {
  max-width: 7219px;
  margin: 0 auto 65px;
  text-align: center;
}
.page--about .section--misvis__header h2 {
  max-width: 1220px;
  margin: 0 auto 14px;
}
.page--about .section--misvis__header p {
  max-width: 590px;
  margin: 0 auto;
}
.page--about .section--misvis__grid {
  width: 100%;
  max-width: 919px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 42px;
}
.page--about .section--misvis__card {
  position: relative;
  padding: 32px 30px 0;
  background-color: transparent;
}
.page--about .section--misvis__card::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 28px;
  height: 28px;
  background-color: #FFBE42;
  clip-path: polygon(0 0, 100% 0, 0 100%);
}
.page--about .section--misvis__card h3 {
  margin-bottom: 14px !important;
  color: #202020;
  font-weight: 600;
}
.page--about .section--misvis__card p {
  margin: 0;
  color: #374151;
  font-size: 15px;
  font-weight: 400 !important;
  line-height: 1.7;
}
@media screen and (max-width: 992px) {
  .page--about .section--misvis {
    padding-block: 70px 64px;
  }
  .page--about .section--misvis__header {
    margin-bottom: 45px;
  }
  .page--about .section--misvis__header h2 {
    max-width: 560px;
  }
  .page--about .section--misvis__header p {
    max-width: 620px;
  }
  .page--about .section--misvis__grid {
    max-width: 760px;
    gap: 30px;
  }
  .page--about .section--misvis__card {
    padding-inline: 26px;
  }
}
@media screen and (max-width: 768px) {
  .page--about .section--misvis__grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }
  .page--about .section--misvis__card {
    padding: 30px 0 0 26px;
  }
}
@media screen and (max-width: 492px) {
  .page--about .section--misvis {
    padding-block: 80px;
  }
  .page--about .section--misvis__header {
    margin-bottom: 40px;
  }
  .page--about .section--misvis__header h2 {
    font-size: 28px;
  }
  .page--about .section--misvis__header p {
    font-size: 15px;
    line-height: 1.6;
  }
  .page--about .section--misvis__card {
    padding-left: 22px;
  }
  .page--about .section--misvis__card::before {
    width: 24px;
    height: 24px;
  }
  .page--about .section--misvis__card p {
    font-size: 15px;
  }
}
.page--about .section__add-on {
  background-color: #F7F8FA;
}
.page--about .section__add-on--main {
  padding-block: 112px;
  display: flex;
  justify-content: space-between;
  gap: 45px;
}
.page--about .section__add-on--main__detail {
  display: flex;
  flex-direction: column;
  width: fit-content;
}
.page--about .section__add-on--main__detail h2 {
  max-width: 500px;
}
.page--about .section__add-on--main__detail--paragraph {
  max-width: 630px !important;
  margin-bottom: 0;
}
.page--about .section__add-on--main__detail ul {
  padding: 0;
  margin: 0;
  margin-bottom: 25px;
}
.page--about .section__add-on--main__detail ul li {
  display: flex;
  gap: 12px;
  margin-bottom: 15px;
}
.page--about .section__add-on--main__detail ul li:last-child {
  margin-bottom: 0;
}
.page--about .section__add-on--main__detail ul li svg {
  margin-top: 8px;
  min-width: 17px;
  min-height: 10px;
}
.page--about .section__add-on--main__detail ul li p {
  margin: 0;
  max-width: 590px;
  font-size: 14px;
}
@media screen and (max-width: 992px) {
  .page--about .section__add-on--main__detail ul li p {
    max-width: 990px;
  }
}
.page--about .section__add-on--main__detail .line-addon {
  width: 100%;
  height: 1px;
  margin-block: 25px;
  margin-bottom: 25px;
  background-color: hsla(0, 0%, 0%, 0.1);
}
@media only screen and (max-width: 992px) {
  .page--about .section__add-on--main__detail h2 {
    max-width: 1200px;
  }
  .page--about .section__add-on--main__detail--paragraph {
    max-width: 1200px;
  }
}
.page--about .section__add-on--main__image {
  max-width: 575px;
}
.page--about .section__add-on--main__image img {
  width: 100%;
}
@media screen and (max-width: 992px) {
  .page--about .section__add-on--main {
    flex-direction: column;
  }
  .page--about .section__add-on--main__detail {
    width: 100%;
  }
  .page--about .section__add-on--main__detail--paragraph {
    max-width: 830px !important;
  }
  .page--about .section__add-on--main__image {
    margin: 0 auto;
    max-width: 875px;
  }
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 100%;
}
@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 492px) {
  h1 {
    font-size: 38px;
  }
}
h1 span {
  color: #FFBE42;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #FFBE42;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h3 span {
  color: #FFBE42;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #171515;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
h4 span {
  color: #FFBE42;
}

.legal-page {
  background-color: #F7F8FA;
}
.legal-page__hero {
  background-color: #fff;
  border-bottom: 1px solid #E6E8EC;
  padding-block: 4.5rem 3.5rem;
}
.legal-page__hero .m-width,
.legal-page__hero .m-width-legal {
  margin: 0 auto;
}
.legal-page__hero p {
  margin: 0 0 10px;
  color: #FFBE42;
  font-size: 14px;
  font-weight: 700;
}
.legal-page__hero h1 {
  margin: 0 0 12px;
  color: #171515;
  font-family: "Inter", sans-serif;
  font-size: 42px;
  font-weight: 800;
  line-height: 110%;
}
.legal-page__hero span {
  display: block;
  max-width: 780px;
  color: #555F6D;
  font-size: 16px;
  line-height: 160%;
}
.legal-page__content {
  padding-block: 3.6rem 5rem;
}
.legal-page__content .m-width,
.legal-page__content .m-width-legal {
  max-width: 900px;
  margin: 0 auto;
}
.legal-page__content-inner {
  max-width: 900px;
  color: #171515;
}
.legal-page__intro {
  max-width: 900px;
  margin-bottom: 22px;
  padding-bottom: 28px;
  border-bottom: 1px solid #DDE2EA;
}
.legal-page__intro span {
  display: inline-flex;
  margin-bottom: 10px;
  color: #FFBE42;
  font-size: 13px;
  font-weight: 700;
}
.legal-page__intro p {
  margin: 0;
  color: #4D5562;
  font-size: 15px;
  line-height: 175%;
}
.legal-page__list {
  display: grid;
}
.legal-page__item {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 26px;
  max-width: 900px;
  padding-block: 30px;
  border-bottom: 1px solid #DDE2EA;
}
.legal-page__item:last-child {
  border-bottom: 0;
}
.legal-page__item--contact .legal-page__body {
  padding: 22px 24px;
  background-color: rgba(255, 190, 66, 0.08);
  border-radius: 16px;
}
.legal-page__number {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  padding-top: 2px;
  color: #FFBE42;
  font-size: 18px;
  font-weight: 800;
  line-height: 1;
}
.legal-page__body h2 {
  margin: 0 0 10px;
  color: #171515;
  font-size: 22px !important;
  font-weight: 800;
  line-height: 125%;
  letter-spacing: -0.02em;
}
.legal-page__body p {
  max-width: 900px;
  margin: 0 0 14px;
  color: #4D5562;
  font-size: 15px;
  line-height: 175%;
}
.legal-page__body p:last-child {
  margin-bottom: 0;
}
.legal-page__body ul {
  display: grid;
  gap: 9px;
  max-width: 820px;
  margin: 14px 0 0;
  padding: 0;
  list-style: none;
}
.legal-page__body li {
  position: relative;
  padding-left: 22px;
  color: #4D5562;
  font-size: 15px;
  line-height: 170%;
}
.legal-page__body li::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #FFBE42;
  border-radius: 50%;
}
.legal-page__body strong {
  color: #171515;
  font-weight: 800;
}
.legal-page__body a {
  color: #171515;
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: #FFBE42;
  text-underline-offset: 4px;
}
@media (max-width: 692px) {
  .legal-page__hero {
    padding-block: 3rem 2.4rem;
    padding-top: 140px !important;
  }
  .legal-page__hero h1 {
    font-size: 34px;
  }
  .legal-page__hero span {
    font-size: 15px;
  }
  .legal-page__content {
    padding-block: 2rem 3.5rem;
  }
  .legal-page__intro {
    margin-bottom: 8px;
    padding-bottom: 22px;
  }
  .legal-page__item {
    grid-template-columns: 34px minmax(0, 1fr);
    gap: 12px;
    padding-block: 24px;
  }
  .legal-page__number {
    font-size: 15px;
  }
  .legal-page__body h2 {
    font-size: 20px !important;
  }
  .legal-page__body p,
  .legal-page__body li {
    font-size: 14px;
  }
  .legal-page__body ul {
    gap: 8px;
  }
}
@media (max-width: 480px) {
  .legal-page__item {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .legal-page__number {
    justify-content: flex-start;
  }
}

.admin--dash {
  width: 100%;
  height: fit-content;
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  overflow-x: hidden;
}
.admin--dash .section--header {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 1rem;
}
.admin--dash .section--header__card {
  background-color: #fff;
  border: 1px solid #E0E2E7;
  border-radius: 8px;
  padding: 18px;
  min-height: 115px;
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}
.admin--dash .section--header__card-icon {
  width: 46px;
  height: 46px;
  min-width: 46px;
  border-radius: 10px;
  background-color: #FFF7E8;
  color: #FDB932;
  display: flex;
  align-items: center;
  justify-content: center;
}
.admin--dash .section--header__card-icon svg {
  display: block;
}
.admin--dash .section--header__card-content {
  min-width: 0;
}
.admin--dash .section--header__card-label {
  margin: 0;
  font-size: 13px;
  font-weight: 500;
  color: #6B7280;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin--dash .section--header__card-value {
  margin: 4px 0;
  font-size: 28px;
  line-height: 1;
  font-weight: 700;
  color: #111827;
}
.admin--dash .section--header__card-desc {
  display: block;
  font-size: 12px;
  color: #9CA3AF;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin--dash .section--analytics {
  width: 100%;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 1rem;
}
.admin--dash .section--analytics__main, .admin--dash .section--analytics__side {
  background-color: #fff;
  border: 1px solid #E0E2E7;
  border-radius: 10px;
}
.admin--dash .section--analytics__main {
  padding: 18px;
  min-width: 0;
}
.admin--dash .section--analytics__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 10px;
}
.admin--dash .section--analytics__header h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #111827;
}
.admin--dash .section--analytics__header p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #9CA3AF;
}
.admin--dash .section--analytics__legend {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
  font-size: 12px;
  color: #6B7280;
}
.admin--dash .section--analytics__legend-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}
.admin--dash .section--analytics__legend-item i {
  width: 8px;
  height: 8px;
  border-radius: 999px;
  display: block;
}
.admin--dash .section--analytics__legend-item--earnings i {
  background-color: #2563EB;
}
.admin--dash .section--analytics__legend-item--bookings i {
  background-color: #FBBF24;
}
.admin--dash .section--analytics__chart {
  width: 100%;
  height: 280px;
}
.admin--dash .section--analytics__side {
  padding: 14px;
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}
.admin--dash .section--analytics__side > h3 {
  margin: 0;
}
.admin--dash .section--analytics__side-header {
  display: flex;
  justify-content: flex-end;
}
.admin--dash .section--analytics__side-header form {
  width: 100%;
}
.admin--dash .section--analytics__side-header select {
  width: 100%;
  height: 34px;
  border: 1px solid #E0E2E7;
  border-radius: 6px;
  padding: 0 32px 0 10px;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L7 1' stroke='%23656565' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 12px center;
  background-repeat: no-repeat;
  color: #374151;
  font-size: 12px;
  font-weight: 600;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}
.admin--dash .section--analytics .provider-ranking-list {
  max-height: 318px;
  overflow-y: auto;
  padding-right: 4px;
}
.admin--dash .section--analytics .provider-ranking-list::-webkit-scrollbar {
  width: 5px;
}
.admin--dash .section--analytics .provider-ranking-list::-webkit-scrollbar-track {
  background-color: #F3F4F6;
  border-radius: 999px;
}
.admin--dash .section--analytics .provider-ranking-list::-webkit-scrollbar-thumb {
  background-color: #D1D5DB;
  border-radius: 999px;
}
.admin--dash .section--analytics .provider-ranking-item {
  display: grid;
  grid-template-columns: 24px 34px minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  padding: 10px 0;
  border-bottom: 1px solid #F3F4F6;
}
.admin--dash .section--analytics .provider-ranking-item__rank-icon {
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background-color: #E5E7EB;
}
.admin--dash .section--analytics .provider-ranking-item__rank--1 .provider-ranking-item__rank-icon {
  background-color: #FDB932;
}
.admin--dash .section--analytics .provider-ranking-item__rank--2 .provider-ranking-item__rank-icon {
  background-color: #C4C4C4;
}
.admin--dash .section--analytics .provider-ranking-item__rank--3 .provider-ranking-item__rank-icon {
  background-color: #C79A58;
}
.admin--dash .section--analytics .provider-ranking-item__avatar {
  width: 34px;
  height: 34px;
  border-radius: 999px;
  overflow: hidden;
  background-color: #FFF7E8;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #B7791F;
  font-size: 12px;
  font-weight: 800;
}
.admin--dash .section--analytics .provider-ranking-item__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.admin--dash .section--analytics .provider-ranking-item__info {
  min-width: 0;
}
.admin--dash .section--analytics .provider-ranking-item__info strong,
.admin--dash .section--analytics .provider-ranking-item__info span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin--dash .section--analytics .provider-ranking-item__info strong {
  color: #111827;
  font-size: 12px;
  font-weight: 800;
}
.admin--dash .section--analytics .provider-ranking-item__info span {
  margin-top: 2px;
  color: #9CA3AF;
  font-size: 11px;
}
.admin--dash .section--analytics .provider-ranking-item__bookings {
  min-width: 48px;
  padding: 5px 9px;
  border-radius: 6px;
  background-color: #FFF7E8;
  color: #B7791F;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}
.admin--dash .section--analytics .provider-ranking-empty {
  padding: 18px 10px;
  border: 1px dashed #E0E2E7;
  border-radius: 8px;
  color: #9CA3AF;
  font-size: 12px;
  text-align: center;
}
.admin--dash .section--analytics__mini-card {
  padding: 14px;
  border-radius: 8px;
  background-color: #F9FAFB;
  border: 1px solid #EEF0F3;
}
.admin--dash .section--analytics__mini-card span {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #6B7280;
}
.admin--dash .section--analytics__mini-card strong {
  display: block;
  margin-top: 6px;
  font-size: 22px;
  line-height: 1;
  color: #111827;
}
.admin--dash .section--analytics__mini-card p {
  margin: 6px 0 0;
  font-size: 11px;
  color: #9CA3AF;
}
.admin--dash .section--analytics__mini-card--earnings {
  background-color: #FFF7E8;
  border-color: #FFE4B5;
}
.admin--dash .section--analytics__mini-card--earnings strong {
  color: #B7791F;
}
.admin--dash .section--header__earnings-card {
  min-height: 115px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-width: 0;
}
.admin--dash .section--recent {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 1rem;
}
.admin--dash .section--recent__card {
  background-color: #fff;
  border: 1px solid #E0E2E7;
  border-radius: 8px;
  padding: 16px;
  min-width: 0;
  overflow: hidden;
}
.admin--dash .section--recent__card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.admin--dash .section--recent__card-header h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 700;
  color: #111827;
}
.admin--dash .section--recent__card-header p {
  margin: 4px 0 0;
  font-size: 12px;
  color: #6B7280;
}
.admin--dash .section--recent__table-wrapper {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
}
.admin--dash .section--recent__table-wrapper::-webkit-scrollbar {
  height: 6px;
}
.admin--dash .section--recent__table-wrapper::-webkit-scrollbar-track {
  background-color: #F3F4F6;
}
.admin--dash .section--recent__table-wrapper::-webkit-scrollbar-thumb {
  background-color: #D1D5DB;
  border-radius: 999px;
}
.admin--dash .section--recent__table {
  width: 100%;
  min-width: 720px;
  table-layout: fixed;
  border-collapse: collapse;
  background-color: #fff;
  font-size: 12px;
}
.admin--dash .section--recent__table th,
.admin--dash .section--recent__table td {
  padding: 12px 13px;
  border-bottom: 1px solid #E5E7EB;
  text-align: left;
  vertical-align: middle;
  color: #111827;
}
.admin--dash .section--recent__table th {
  font-weight: 700;
  font-size: 11px;
  color: #374151;
  background-color: #FAFAFA;
  white-space: nowrap;
}
.admin--dash .section--recent__table td {
  overflow: hidden;
}
.admin--dash .section--recent__table tbody tr:hover {
  background-color: #FAFAFA;
}
.admin--dash .section--recent__table tbody tr:last-child td {
  border-bottom: none;
}
.admin--dash .section--recent__table--services {
  min-width: 900px;
}
.admin--dash .section--recent__table--services th:nth-child(1),
.admin--dash .section--recent__table--services td:nth-child(1) {
  width: 190px;
}
.admin--dash .section--recent__table--services th:nth-child(2),
.admin--dash .section--recent__table--services td:nth-child(2) {
  width: 150px;
}
.admin--dash .section--recent__table--services th:nth-child(3),
.admin--dash .section--recent__table--services td:nth-child(3) {
  width: 135px;
}
.admin--dash .section--recent__table--services th:nth-child(4),
.admin--dash .section--recent__table--services td:nth-child(4) {
  width: 90px;
}
.admin--dash .section--recent__table--services th:nth-child(5),
.admin--dash .section--recent__table--services td:nth-child(5) {
  width: 120px;
}
.admin--dash .section--recent__table--services th:nth-child(6),
.admin--dash .section--recent__table--services td:nth-child(6) {
  width: 90px;
}
.admin--dash .section--recent__table--services th:nth-child(7),
.admin--dash .section--recent__table--services td:nth-child(7) {
  width: 110px;
}
.admin--dash .section--recent__table--users {
  min-width: 820px;
}
.admin--dash .section--recent__table--users th:nth-child(1),
.admin--dash .section--recent__table--users td:nth-child(1) {
  width: 190px;
}
.admin--dash .section--recent__table--users th:nth-child(2),
.admin--dash .section--recent__table--users td:nth-child(2) {
  width: 220px;
}
.admin--dash .section--recent__table--users th:nth-child(3),
.admin--dash .section--recent__table--users td:nth-child(3) {
  width: 100px;
}
.admin--dash .section--recent__table--users th:nth-child(4),
.admin--dash .section--recent__table--users td:nth-child(4) {
  width: 130px;
}
.admin--dash .section--recent__table--users th:nth-child(5),
.admin--dash .section--recent__table--users td:nth-child(5) {
  width: 90px;
}
.admin--dash .section--recent__table--users th:nth-child(6),
.admin--dash .section--recent__table--users td:nth-child(6) {
  width: 110px;
}
.admin--dash .section--recent__table--users {
  min-width: 650px;
}
.admin--dash .section--recent__table--users th:nth-child(1),
.admin--dash .section--recent__table--users td:nth-child(1) {
  width: 150px;
}
.admin--dash .section--recent__table--users th:nth-child(2),
.admin--dash .section--recent__table--users td:nth-child(2) {
  width: 200px;
}
.admin--dash .section--recent__table--users th:nth-child(3),
.admin--dash .section--recent__table--users td:nth-child(3) {
  width: 100px;
}
.admin--dash .section--recent__table--users th:nth-child(4),
.admin--dash .section--recent__table--users td:nth-child(4) {
  width: 90px;
}
.admin--dash .section--recent__table--users th:nth-child(5),
.admin--dash .section--recent__table--users td:nth-child(5) {
  width: 110px;
}
.admin--dash .section--recent__text {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin--dash .section--recent__text--id {
  max-width: 105px;
}
.admin--dash .section--recent__text--name {
  max-width: 155px;
}
.admin--dash .section--recent__text--provider {
  max-width: 115px;
}
.admin--dash .section--recent__text--category {
  max-width: 115px;
}
.admin--dash .section--recent__text--user {
  max-width: 130px;
}
.admin--dash .section--recent__text--email {
  max-width: 180px;
}
.admin--dash .section--recent__text--date {
  max-width: 95px;
}
.admin--dash .section--recent__status, .admin--dash .section--recent__role {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 3px 7px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  white-space: nowrap;
}
.admin--dash .section--recent__status--active {
  background-color: #E8F7EE;
  color: #16803C;
}
.admin--dash .section--recent__status--disabled {
  background-color: #F3F4F6;
  color: #6B7280;
}
.admin--dash .section--recent__role {
  background-color: #FFF7E8;
  color: #B7791F;
}
.admin--dash .section--recent__empty {
  text-align: center !important;
  color: #6B7280 !important;
  padding: 24px !important;
}
.admin--dash .section--recent__pagination {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 6px;
  margin-top: 12px;
}
.admin--dash .section--recent__pagination a,
.admin--dash .section--recent__pagination span {
  width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 12px;
}
.admin--dash .section--recent__pagination a {
  border: 1px solid #111827;
  background-color: #111827;
  color: #fff;
  text-decoration: none;
}
.admin--dash .section--recent__pagination a:hover {
  background-color: #000;
}
.admin--dash .section--recent__pagination a svg {
  display: block;
}
.admin--dash .section--recent__page-disabled {
  border: 1px solid #E5E7EB;
  background-color: #F9FAFB;
  color: #9CA3AF;
  cursor: not-allowed;
}
.admin--dash .section--recent__page-disabled svg {
  display: block;
}
.admin--dash .section--recent__page-info {
  width: auto !important;
  min-width: 46px;
  padding: 0 8px;
  border: 1px solid #E5E7EB;
  background-color: #fff;
  color: #6B7280;
}
.admin--dash .section--recent__badge {
  display: inline-flex;
  align-items: center;
  height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background-color: #FFF7E8;
  color: #B7791F;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
}
.admin--dash .section--recent__primary {
  min-width: 0;
}
.admin--dash .section--recent__primary strong {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  font-weight: 700;
  color: #111827;
}
.admin--dash .section--recent__primary span {
  display: block;
  margin-top: 3px;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
  color: #9CA3AF;
}
.admin--dash .section--recent__user {
  display: flex;
  align-items: center;
  gap: 10px;
  min-width: 0;
}
.admin--dash .section--recent__avatar {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  background-color: #FFF7E8;
  color: #B7791F;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
}
.admin--dash .section--recent__avatar-img {
  width: 32px;
  height: 32px;
  min-width: 32px;
  border-radius: 50%;
  object-fit: cover;
  display: block;
  border: 1px solid #E5E7EB;
  background-color: #F9FAFB;
}
.admin--dash .section--recent__category {
  display: inline-flex;
  align-items: center;
  max-width: 100%;
  padding: 4px 8px;
  border-radius: 999px;
  background-color: #F3F4F6;
  color: #374151;
  font-size: 11px;
  font-weight: 600;
  white-space: nowrap;
}
.admin--dash .section--recent__metric {
  font-size: 12px;
  font-weight: 800;
  color: #111827;
}
.admin--dash .section--recent__date {
  display: block;
  max-width: 110px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  color: #6B7280;
}
.admin--dash .admin-chart-filter {
  display: flex;
  align-items: center;
  gap: 8px;
}
.admin--dash .admin-chart-filter select {
  min-width: 120px;
  height: 34px;
  padding: 0 34px 0 10px;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='8' viewBox='0 0 12 8' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1.5L6 6.5L11 1.5' stroke='%236B7280' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  background-size: 12px 8px;
  font-size: 12px;
  color: #374151;
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.admin--dash .admin-chart-filter select:focus {
  border-color: #2563EB;
}

@media (min-width: 1101px) {
  .admin--dash .section--analytics__side {
    align-content: start;
    align-items: start;
  }
}
@media (max-width: 1100px) {
  .admin--dash .section--header {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .admin--dash .section--analytics {
    grid-template-columns: 1fr;
  }
  .admin--dash .section--analytics__side {
    grid-template-columns: 1fr;
  }
  .admin--dash .section--recent {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 768px) {
  .admin--dash .section--analytics__header {
    flex-direction: column;
  }
  .admin--dash .section--analytics__side {
    grid-template-columns: 1fr;
  }
  .admin--dash .admin-chart-filter {
    width: 100%;
  }
  .admin--dash .admin-chart-filter select {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .admin--dash {
    padding: 18px 10px;
  }
  .admin--dash .section--header {
    grid-template-columns: 1fr;
  }
  .admin--dash .section--analytics__main {
    padding: 14px;
  }
  .admin--dash .section--analytics__chart {
    height: 240px;
  }
  .admin--dash .section--analytics__side {
    grid-template-columns: 1fr;
    padding: 12px;
    gap: 12px;
    overflow: hidden;
  }
  .admin--dash .section--analytics__side-header select {
    height: 38px;
  }
  .admin--dash .section--analytics .provider-ranking-list {
    max-height: 360px;
    padding-right: 2px;
    overflow-x: hidden;
  }
  .admin--dash .section--analytics .provider-ranking-item {
    grid-template-columns: 20px 32px minmax(0, 1fr) 44px;
    gap: 8px;
    padding: 9px 0;
  }
  .admin--dash .section--analytics .provider-ranking-item__rank-icon {
    width: 16px;
    height: 16px;
  }
  .admin--dash .section--analytics .provider-ranking-item__avatar {
    width: 32px;
    height: 32px;
  }
  .admin--dash .section--analytics .provider-ranking-item__info strong {
    font-size: 11px;
  }
  .admin--dash .section--analytics .provider-ranking-item__info span {
    font-size: 10px;
  }
  .admin--dash .section--analytics .provider-ranking-item__bookings {
    min-width: 44px;
    padding: 5px 7px;
    font-size: 11px;
  }
  .admin--dash .section--recent__card {
    padding: 12px;
  }
  .admin--dash .section--recent__card-header {
    align-items: flex-start;
    flex-direction: column;
  }
  .admin--dash .section--recent__card-header h5 {
    font-size: 15px;
  }
  .admin--dash .section--recent__card-header p {
    font-size: 11px;
  }
  .admin--dash .section--recent__pagination {
    justify-content: flex-start;
    flex-wrap: wrap;
  }
}
p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 100%;
}
@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 492px) {
  h1 {
    font-size: 38px;
  }
}
h1 span {
  color: #FFBE42;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #FFBE42;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h3 span {
  color: #FFBE42;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #171515;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
h4 span {
  color: #FFBE42;
}

.provider-login {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  padding-top: 80px !important;
}
.provider-login .provider-login-main {
  height: 560px;
  width: 1000px;
  display: flex;
  gap: 1rem;
}
.provider-login .provider-login-main__form {
  width: 50%;
  padding: 1rem;
  padding-block: 3.9rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.provider-login .provider-login-main__form__logo {
  width: 80px;
  margin-inline: 2rem;
}
.provider-login .provider-login-main__form--head {
  margin-top: 2rem;
  padding-inline: 2rem;
}
.provider-login .provider-login-main__form--head h3 {
  margin-bottom: 2px;
  color: #171515;
}
.provider-login .provider-login-main__form--head p {
  color: #777980;
  font-size: 14px;
}
.provider-login .provider-login-main__form--fields {
  margin-top: 1.3rem;
  padding-inline: 2rem;
}
.provider-login .provider-login-main__form--fields .plm-ff-group {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.provider-login .provider-login-main__form--fields .plm-ff-group a {
  font-size: 14px;
  color: #FFBE42;
  align-self: flex-end;
  margin-top: 6px;
  text-decoration: underline;
  user-select: none;
}
.provider-login .provider-login-main__form--fields .plm-ff-group small {
  font-size: 12px;
  color: red;
  position: absolute;
  right: 0;
  bottom: -18px;
}
.provider-login .provider-login-main__form--fields .plm-ff-con {
  display: flex;
  width: 100%;
  gap: 15px;
}
.provider-login .provider-login-main__form--fields label {
  font-size: 14px;
  font-weight: 500;
  color: #171515;
  margin-bottom: 4px;
  opacity: 0.9;
  user-select: none !important;
}
.provider-login .provider-login-main__form--fields input {
  width: 100%;
  padding: 8px 13px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  border-radius: 6px;
}
.provider-login .provider-login-main__form--fields input::placeholder {
  color: #D9D9D9;
  user-select: none !important;
}
.provider-login .provider-login-main__form--fields .plm-ff-group-pass {
  width: 100%;
  position: relative;
}
.provider-login .provider-login-main__form--fields .plm-ff-group-pass .show {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.provider-login .provider-login-main__form--fields .plm-ff-group-pass .show svg {
  opacity: 0.5;
}
.provider-login .provider-login-main__form--fields .plm-ff-btn {
  width: 100% !important;
  margin-top: 10px;
}
.provider-login .provider-login-main__form--fields .plm-ff-cta {
  text-align: center;
  margin-top: 1.3rem;
  color: #667085;
  font-size: 12px;
  margin-bottom: 3px;
  user-select: none;
}
.provider-login .provider-login-main__form--fields .plm-ff-cta a {
  color: #FFBE42;
}
@media (max-width: 492px) {
  .provider-login .provider-login-main__form__logo {
    margin-inline: 10px;
  }
  .provider-login .provider-login-main__form--head {
    padding-inline: 10px;
  }
  .provider-login .provider-login-main__form--fields {
    padding-inline: 10px;
  }
}
.provider-login .provider-login-main__image {
  width: 50%;
  background-color: #fff;
  padding: 1rem;
}
.provider-login .provider-login-main__image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  user-select: none;
  -webkit-user-drag: none;
}
@media (max-width: 992px) {
  .provider-login .provider-login-main {
    width: 500px;
  }
  .provider-login .provider-login-main__form {
    width: 100%;
    margin: 0 auto;
  }
  .provider-login .provider-login-main__image {
    display: none;
  }
}
.page-admin-users {
  width: 100%;
  background-color: #F5F7FA;
  padding: 10px 15px;
  padding-top: 15px;
  padding-bottom: 25px;
}
.page-admin-users__btn {
  display: block;
  width: 100%;
  background-color: #FFF;
  text-decoration: none !important;
  position: relative;
}
.page-admin-users__btn div {
  width: 100%;
  height: 40px;
  background-color: #FFBE42;
  color: #171515;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}
.page-admin-users__btn div:last-child {
  height: 50px;
  background-color: #fff;
}
.page-admin-users__btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #FFE4AF;
  transition: 80ms ease;
}
.page-admin-users__btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.page-admin-users__btn:hover::before {
  height: 4px;
}
.page-admin-users__btn:active {
  transition: 100ms;
  transform: translateY(2px);
}
.page-admin-users .section__table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #E0E2E7;
  border-radius: 2px;
  margin-top: 20px;
  padding: 20px;
}
.page-admin-users .section__table h4 {
  font-size: 24px;
  font-weight: 600;
  color: #171515;
  margin-bottom: 1px;
}
.page-admin-users .section__table--label {
  opacity: 0.5;
  font-size: 14px;
}
.page-admin-users .section__table .admin-ustbl-main {
  width: 100%;
  margin-top: 15px;
  border-radius: 2px;
  border: 1px solid #E0E2E7;
}
.page-admin-users .section__table .admin-ustbl-main .admin-ustbl-main-c__head {
  width: 100%;
  border-bottom: 1px solid #E0E2E7;
  display: grid;
  grid-template-columns: 190px 1fr 1fr 15% 100px 90px 148px;
}
.page-admin-users .section__table .admin-ustbl-main .admin-ustbl-main-c__head div {
  height: 40px;
  padding: 10px 15px;
  border-right: 1px solid #E0E2E7;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #171515;
}
.page-admin-users .section__table .admin-ustbl-main .admin-ustbl-main-c__head div:last-child {
  border-right: none;
}
.page-admin-users .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody {
  width: 100%;
  border-bottom: 1px solid #E0E2E7;
  display: grid;
  grid-template-columns: 190px 1fr 1fr 15% 100px 90px 148px;
}
.page-admin-users .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody div {
  height: 100%;
  padding: 10px 15px;
  border-right: 1px solid #E0E2E7;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #171515;
}
.page-admin-users .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody div:last-child {
  border-right: none;
}
.page-admin-users .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody .prvstble-mctb-id {
  color: #777980;
}
.page-admin-users .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody .prvstble-mctb-slug {
  color: #006DCC;
  word-break: break-all;
}
.page-admin-users .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody .prvstble-mctb-act {
  gap: 8px;
  flex-wrap: wrap;
}
.page-admin-users .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody .prvstble-mctb-act a {
  width: 22px;
  height: 22px;
  border: 1px solid #535353;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-admin-users .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody .prvstble-mctb-act__remove {
  background-color: #DF4545;
  border-color: #DF4545 !important;
}
.page-admin-users .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody:nth-child(even) {
  background-color: #F9F9F9;
}
.page-admin-users .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody:last-child {
  border-bottom: none;
}
@media (max-width: 1300px) {
  .page-admin-users .section__table .admin-ustbl-main .admin-ustbl-main-c {
    width: 1200px;
  }
}
@media (max-width: 1300px) {
  .page-admin-users .section__table .admin-ustbl-main {
    overflow-x: scroll;
  }
}
.page-admin-users__table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #EEF0F3;
}
.page-admin-users__table-title h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: #202020;
}
.page-admin-users__table-title p {
  margin-top: 4px;
  margin-bottom: 0;
}
.page-admin-users__filters {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  border-radius: 14px;
}
.page-admin-users__search {
  width: 320px;
  height: 40px;
  border: 1px solid #E0E2E7;
  background: #fff;
  border-radius: 10px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #8F9296;
  transition: 0.2s ease;
}
.page-admin-users__search:focus-within {
  border-color: #FFBE42;
  box-shadow: 0 0 0 3px rgba(255, 190, 66, 0.18);
}
.page-admin-users__search input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 13px;
  color: #202020;
}
.page-admin-users__search input::placeholder {
  color: #A0A3A7;
}
.page-admin-users__filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-admin-users__select {
  height: 40px;
  border: 1px solid #E0E2E7;
  background: #fff;
  border-radius: 10px;
  padding: 0 34px 0 12px;
  font-size: 12px;
  font-weight: 700;
  color: #202020;
  outline: none;
  cursor: pointer;
  transition: 0.2s ease;
}
.page-admin-users__select:focus {
  border-color: #FFBE42;
  box-shadow: 0 0 0 3px rgba(255, 190, 66, 0.18);
}
.page-admin-users__filter-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-admin-users__filter-btn, .page-admin-users__clear-btn {
  height: 40px;
  border-radius: 10px;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
  white-space: nowrap;
}
.page-admin-users__filter-btn {
  border: none;
  background: #FFBE42;
  color: #202020;
  box-shadow: 0 8px 16px rgba(255, 190, 66, 0.24);
}
.page-admin-users__filter-btn:hover {
  background: #F5AD1F;
  transform: translateY(-1px);
}
.page-admin-users__clear-btn {
  border: 1px solid #E0E2E7;
  background: #fff;
  color: #535353;
}
.page-admin-users__clear-btn:hover {
  background: #F5F7FA;
  color: #202020;
  border-color: #CBD5E1;
}
@media (max-width: 1100px) {
  .page-admin-users__table-head {
    flex-direction: column;
    align-items: stretch;
  }
  .page-admin-users__filters {
    justify-content: flex-start;
  }
  .page-admin-users__search {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .page-admin-users__filters {
    display: grid;
    grid-template-columns: 1fr;
  }
  .page-admin-users__filter-group, .page-admin-users__filter-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .page-admin-users__select, .page-admin-users__filter-btn, .page-admin-users__clear-btn {
    width: 100%;
  }
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 100%;
}
@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 492px) {
  h1 {
    font-size: 38px;
  }
}
h1 span {
  color: #FFBE42;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #FFBE42;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h3 span {
  color: #FFBE42;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #171515;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
h4 span {
  color: #FFBE42;
}

body, html {
  min-height: 100%;
}

.provider-register {
  width: 100%;
  position: relative;
}
.provider-register h4 {
  font-size: 24px;
  font-weight: 600;
  color: #171515;
  margin-bottom: 5px;
}
.provider-register p {
  opacity: 0.5;
  max-width: 400px;
  font-size: 14px;
}
.provider-register__img {
  width: 50%;
  min-height: 100vh;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: aliceblue;
  background-image: url("../images/preg-bg.png");
  background-position: 20% 50%;
  background-size: cover;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 1.5rem;
}
.provider-register__img img {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: -5vw;
  width: 47vw;
}
.provider-register__img h4 {
  text-align: center;
}
.provider-register__img p {
  opacity: 0.5;
  max-width: 400px;
  text-align: center;
  font-size: 14px;
}
.provider-register__main {
  padding-left: 50%;
  position: relative;
}
.provider-register__main .provider-register-main-m {
  padding: 40px;
}
.provider-register__main .provider-register-main-m__back {
  color: #FFBE42;
  font-size: 14px;
  line-height: 110%;
  text-decoration: none;
}
.provider-register__main .provider-register-main-m .provreg-mm-con {
  position: relative;
  z-index: 2;
  max-width: 540px;
  margin-inline: auto;
  margin-top: 3rem;
}
.provider-register__main .provider-register-main-m .provreg-mm-con h4 {
  line-height: 100%;
}
.provider-register__main .provider-register-main-m .provreg-mm-con__position {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 15px;
}
.provider-register__main .provider-register-main-m .provreg-mm-con__position button {
  width: 40px;
  height: 40px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields {
  margin-top: 3rem;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .prg-mm-group {
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .prg-mm-group a {
  font-size: 14px;
  color: #FFBE42;
  align-self: flex-end;
  margin-top: 6px;
  text-decoration: underline;
  user-select: none;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .prg-mm-group small {
  font-size: 12px;
  color: red;
  position: absolute;
  right: 0;
  bottom: -18px;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .prg-mm-con {
  display: flex;
  width: 100%;
  gap: 15px;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields label {
  font-size: 14px;
  font-weight: 500;
  color: #171515;
  margin-bottom: 4px;
  opacity: 0.9;
  user-select: none !important;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields label span {
  color: red;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields input[type=text],
.provider-register__main .provider-register-main-m .provreg-mm-con--fields input[type=email],
.provider-register__main .provider-register-main-m .provreg-mm-con--fields input[type=password],
.provider-register__main .provider-register-main-m .provreg-mm-con--fields input[type=number] {
  width: 100%;
  padding: 8px 13px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  border-radius: 6px;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields input[type=text]::placeholder,
.provider-register__main .provider-register-main-m .provreg-mm-con--fields input[type=email]::placeholder,
.provider-register__main .provider-register-main-m .provreg-mm-con--fields input[type=password]::placeholder,
.provider-register__main .provider-register-main-m .provreg-mm-con--fields input[type=number]::placeholder {
  color: #D9D9D9;
  user-select: none !important;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .location-combobox {
  position: relative;
  width: 100%;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .location-combobox input[type=text] {
  padding-right: 34px;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .location-combobox__arrow {
  position: absolute;
  right: 12px;
  top: 46%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #656565;
  border-bottom: 1.5px solid #656565;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .location-combobox__menu {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  right: 0;
  max-height: 210px;
  overflow-y: auto;
  background-color: #fff;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.14);
  padding: 6px;
  z-index: 40;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .location-combobox.is-open .location-combobox__menu {
  display: block;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .location-combobox__option {
  width: 100%;
  border: 0;
  background-color: transparent;
  border-radius: 5px;
  padding: 8px 9px;
  text-align: left;
  font-size: 13px;
  color: #202124;
  cursor: pointer;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .location-combobox__option:hover {
  background-color: #fff6e3;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .location-combobox__empty {
  padding: 8px 9px;
  font-size: 12px;
  color: #8b95a1;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .file-field {
  margin-bottom: 15px;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .file-field .file-input-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  padding: 8px 10px;
  padding-left: 110px;
  height: 39.18px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .file-field .file-input-wrapper .file-btn {
  background-color: #3A3A3A;
  color: #fff;
  border: none;
  padding: 6px 14px;
  font-size: 13px;
  margin: 0 !important;
  cursor: pointer;
  position: absolute;
  height: 39.18px;
  left: 0;
  top: 0;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .file-field .file-input-wrapper .file-btn:hover {
  background-color: #2b2b2b;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .file-field .file-input-wrapper .file-name {
  font-size: 13px;
  color: #171515;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .file-field .file-input-wrapper .file-name::placeholder {
  color: #171515;
  user-select: none !important;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields button {
  padding-inline: 25px;
  align-self: flex-end;
  margin-top: 5px;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .prg-mm-group-pass {
  width: 100%;
  position: relative;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .prg-mm-group-pass .show {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .prg-mm-group-pass .show svg {
  opacity: 0.5;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .prg-mm-btn {
  width: 100% !important;
  margin-top: 10px;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .prg-mm-cta {
  text-align: center;
  margin-top: 1.3rem;
  font-size: 14px;
  color: #171515;
  user-select: none;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .prg-mm-cta a {
  color: #FFBE42;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .provreg-mmcf-firstpage {
  display: flex;
  flex-direction: column;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .provreg-mmcf-secpage {
  display: none;
  flex-direction: column;
}
.provider-register__main .provider-register-main-m .provreg-mm-con--fields .provreg-mmcf-secpage__btns {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
}
.provider-register__main .provider-register-main-img {
  position: absolute;
  top: -25rem;
  right: -18rem;
}
@media (max-width: 992px) {
  .provider-register__img {
    display: none;
  }
  .provider-register__main {
    padding-left: 0rem;
  }
}

.page-admin-setting {
  width: 100%;
  background-color: #F5F7FA;
  padding: 10px 15px;
  padding-top: 15px;
  padding-bottom: 25px;
}
.page-admin-setting .p-a-gs-card {
  background-color: #fff;
  border: 1px solid #E0E2E7;
  border-radius: 6px;
  padding: 15px 15px;
  margin-bottom: 16px;
}
.page-admin-setting .p-a-gs-card:last-child {
  margin-bottom: 0;
}
.page-admin-setting .p-a-gs-card-subtitle {
  margin: 6px 0 0;
  font-size: 12px;
  color: #6b7280;
  line-height: 1.5;
  max-width: 620px;
}
.page-admin-setting .p-a-gs-settings-form {
  margin: 0;
}
.page-admin-setting .p-a-gs-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px 16px;
}
.page-admin-setting .p-a-gs-form-group {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.page-admin-setting .p-a-gs-form-group label {
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}
.page-admin-setting .p-a-gs-form-group input,
.page-admin-setting .p-a-gs-form-group textarea {
  width: 100%;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 13px;
  outline: none;
  color: #111827;
  background: #fff;
}
.page-admin-setting .p-a-gs-form-group input:focus,
.page-admin-setting .p-a-gs-form-group textarea:focus {
  border-color: #111827;
}
.page-admin-setting .p-a-gs-form-group input {
  height: 36px;
}
.page-admin-setting .p-a-gs-form-group textarea {
  min-height: 88px;
  padding: 10px 12px;
  resize: vertical;
}
.page-admin-setting .p-a-gs-form-group.p-a-gs-form-group--full {
  grid-column: 1/-1;
}
.page-admin-setting .p-a-gs-form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  padding-top: 14px;
  border-top: 1px solid #f3f4f6;
}
.page-admin-setting .p-a-gs-btn-save {
  height: 36px;
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
  padding: 0 16px;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}
.page-admin-setting .p-a-gs-btn-save:hover {
  background: #000;
}
@media (max-width: 768px) {
  .page-admin-setting .p-a-gs-form-grid {
    grid-template-columns: 1fr;
  }
  .page-admin-setting .p-a-gs-form-actions {
    justify-content: stretch;
  }
  .page-admin-setting .p-a-gs-btn-save {
    width: 100%;
  }
}
.page-admin-setting .section.platform-contact .p-a-gs-card-header, .page-admin-setting .section.platform-branding .p-a-gs-card-header {
  display: block;
}
.page-admin-setting .section.platform-contact .p-a-gs-card-header h5, .page-admin-setting .section.platform-branding .p-a-gs-card-header h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}
.page-admin-setting .section.service-category .mct-table-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 10px;
  flex-wrap: wrap;
}
.page-admin-setting .section.service-category .mct-mini-search-form {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 0;
}
.page-admin-setting .section.service-category .mct-mini-search-form input {
  width: 200px;
  height: 32px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 12px;
  outline: none;
}
.page-admin-setting .section.service-category .mct-mini-search-form input:focus {
  border-color: #111827;
}
.page-admin-setting .section.service-category .mct-mini-search-form button {
  height: 32px;
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
  padding: 0 12px;
  border-radius: 4px;
  font-size: 12px;
  cursor: pointer;
}
.page-admin-setting .section.service-category .mct-mini-search-form a {
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d1d5db;
  background: #fff;
  color: #374151;
  padding: 0 10px;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
}
.page-admin-setting .section.service-category .mct-result-count {
  font-size: 12px;
  color: #6b7280;
  width: fit-content;
}
.page-admin-setting .section.service-category .mct-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-top: 12px;
  border-top: 1px solid #EEF0F3;
  padding-top: 12px;
}
.page-admin-setting .section.service-category .mct-pagination p {
  margin: 0;
  color: #374151;
  font-size: 12px;
  line-height: 1.4;
}
.page-admin-setting .section.service-category .mct-pagination .mct-pagination-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}
.page-admin-setting .section.service-category .mct-pagination a,
.page-admin-setting .section.service-category .mct-pagination span {
  min-width: 30px;
  height: 30px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  font-size: 12px;
  text-decoration: none;
}
.page-admin-setting .section.service-category .mct-pagination a {
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
  padding: 0;
}
.page-admin-setting .section.service-category .mct-pagination a:hover {
  background: #111827;
  color: #fff;
}
.page-admin-setting .section.service-category .mct-pagination .mct-page-disabled {
  border: 1px solid #E5E7EB;
  background: #F9FAFB;
  color: #9CA3AF;
  padding: 0;
  cursor: not-allowed;
}
.page-admin-setting .section.service-category .mct-pagination .mct-page-info {
  border: 1px solid #E5E7EB;
  background: #FFFFFF;
  color: #6B7280;
  padding: 0 9px;
  white-space: nowrap;
}
@media (max-width: 768px) {
  .page-admin-setting .section.service-category .mct-table-topbar {
    align-items: flex-start;
  }
  .page-admin-setting .section.service-category .mct-mini-search-form {
    width: 100%;
    flex-wrap: wrap;
  }
  .page-admin-setting .section.service-category .mct-mini-search-form input {
    width: 100%;
  }
  .page-admin-setting .section.service-category .mct-pagination {
    align-items: flex-start;
    flex-direction: column;
  }
}
.page-admin-setting .section.service-category .p-a-gs-card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}
.page-admin-setting .section.service-category .p-a-gs-card-header h5 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #111827;
}
.page-admin-setting .section.service-category .mct-inline-create-form {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0;
}
.page-admin-setting .section.service-category .mct-inline-create-form input {
  width: 240px;
  height: 34px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 0 10px;
  font-size: 13px;
  outline: none;
}
.page-admin-setting .section.service-category .mct-inline-create-form input:focus {
  border-color: #111827;
}
.page-admin-setting .section.service-category .mct-inline-create-form button {
  height: 34px;
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
  padding: 0 14px;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
  white-space: nowrap;
}
.page-admin-setting .section.service-category .mct-inline-create-form button:hover {
  background: #000;
}
.page-admin-setting .section.service-category .mct-form-error {
  display: block;
  margin-top: 8px;
  font-size: 12px;
  color: #dc2626;
}
.page-admin-setting .section.service-category .mct-table-wrapper {
  width: 100%;
  overflow-x: auto;
  border: 1px solid #e5e7eb;
  border-radius: 4px;
}
.page-admin-setting .section.service-category .mct-table {
  width: 100%;
  border-collapse: collapse;
  background: #fff;
  font-size: 13px;
}
.page-admin-setting .section.service-category .mct-table th,
.page-admin-setting .section.service-category .mct-table td {
  padding: 13px 14px;
  border-bottom: 1px solid #e5e7eb;
  vertical-align: middle;
  color: #111827;
}
.page-admin-setting .section.service-category .mct-table th {
  font-size: 12px;
  font-weight: 600;
  text-align: left;
  background: #fff;
}
.page-admin-setting .section.service-category .mct-table tbody tr:nth-child(odd) {
  background: #fafafa;
}
.page-admin-setting .section.service-category .mct-table tbody tr:hover {
  background: #f5f5f5;
}
.page-admin-setting .section.service-category .mct-table tbody tr:last-child td {
  border-bottom: none;
}
@media (max-width: 592px) {
  .page-admin-setting .section.service-category .mct-table {
    width: 700px !important;
  }
  .page-admin-setting .section.service-category .mct-table-wrapper {
    overflow-y: scroll !important;
  }
}
.page-admin-setting .section.service-category .mct-text-right {
  text-align: right !important;
}
.page-admin-setting .section.service-category .mct-name-with-status {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-admin-setting .section.service-category .mct-status {
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  border-radius: 4px;
  font-size: 11px;
  font-weight: 600;
}
.page-admin-setting .section.service-category .mct-status.mct-status-active {
  background: #e8f7ee;
  color: #16803c;
}
.page-admin-setting .section.service-category .mct-status.mct-status-disabled {
  background: #f3f4f6;
  color: #6b7280;
}
.page-admin-setting .section.service-category .mct-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 5px;
}
.page-admin-setting .section.service-category .mct-actions form {
  margin: 0;
}
.page-admin-setting .section.service-category .mct-action-btn {
  width: 24px;
  height: 24px;
  border: 1px solid #d1d5db;
  border-radius: 3px;
  background: #fff;
  color: #374151;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  cursor: pointer;
}
.page-admin-setting .section.service-category .mct-action-btn:hover {
  background: #f9fafb;
}
.page-admin-setting .section.service-category .mct-action-btn.mct-action-delete {
  background: #ef4444;
  border-color: #ef4444;
  color: #fff;
}
.page-admin-setting .section.service-category .mct-action-btn.mct-action-delete:hover {
  background: #dc2626;
}
.page-admin-setting .section.service-category .mct-empty {
  text-align: center;
  color: #6b7280;
  padding: 24px !important;
}
@media (max-width: 768px) {
  .page-admin-setting .section.service-category .p-a-gs-card-header {
    align-items: flex-start;
  }
  .page-admin-setting .section.service-category .mct-inline-create-form {
    width: 100%;
  }
  .page-admin-setting .section.service-category .mct-inline-create-form input {
    width: 100%;
  }
}

.mct-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none;
}
.mct-modal.show {
  display: block;
}
.mct-modal .mct-modal-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.35);
}
.mct-modal .mct-modal-box {
  position: relative;
  width: 420px;
  max-width: calc(100% - 32px);
  margin: 90px auto;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.mct-modal .mct-modal-header,
.mct-modal .mct-modal-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 14px 16px;
  border-bottom: 1px solid #e5e7eb;
}
.mct-modal .mct-modal-footer {
  border-top: 1px solid #e5e7eb;
  border-bottom: none;
  justify-content: flex-end;
  gap: 8px;
}
.mct-modal .mct-modal-header h5 {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
}
.mct-modal .mct-modal-header button {
  border: none;
  background: transparent;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  color: #374151;
}
.mct-modal .mct-modal-body {
  padding: 16px;
}
.mct-modal .mct-form-group {
  margin-bottom: 16px;
}
.mct-modal .mct-form-group label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}
.mct-modal .mct-form-group input {
  width: 100%;
  height: 36px;
  border: 1px solid #d1d5db;
  border-radius: 4px;
  padding: 0 12px;
  font-size: 13px;
  outline: none;
}
.mct-modal .mct-form-group input:focus {
  border-color: #111827;
}
.mct-modal .mct-toggle-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
.mct-modal .mct-toggle-row label {
  display: block;
  margin-bottom: 6px;
  font-size: 13px;
  font-weight: 600;
  color: #111827;
}
.mct-modal .mct-toggle-row small {
  display: block;
  font-size: 12px;
  color: #6b7280;
}
.mct-modal .mct-switch {
  position: relative;
  display: inline-block !important;
  width: 42px;
  height: 22px;
  margin: 0 !important;
}
.mct-modal .mct-switch input {
  display: none;
}
.mct-modal .mct-switch input:checked + span {
  background: #FFBE42;
}
.mct-modal .mct-switch input:checked + span:before {
  transform: translateX(20px);
}
.mct-modal .mct-switch span {
  position: absolute;
  cursor: pointer;
  inset: 0;
  background: #d1d5db;
  border-radius: 999px;
  transition: 0.2s;
}
.mct-modal .mct-switch span:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  left: 2px;
  top: 2px;
  background: #fff;
  border-radius: 50%;
  transition: 0.2s;
}
.mct-modal .mct-view-row {
  display: flex;
  justify-content: space-between;
  gap: 16px;
  padding: 11px 0;
  border-bottom: 1px solid #f3f4f6;
  font-size: 13px;
}
.mct-modal .mct-view-row:last-child {
  border-bottom: none;
}
.mct-modal .mct-view-row span {
  color: #6b7280;
}
.mct-modal .mct-view-row strong {
  color: #111827;
  font-weight: 600;
  text-align: right;
}
.mct-modal .mct-btn-light,
.mct-modal .mct-btn-dark {
  height: 34px;
  padding: 0 14px;
  border-radius: 4px;
  font-size: 13px;
  cursor: pointer;
}
.mct-modal .mct-btn-light {
  border: 1px solid #d1d5db;
  background: #fff;
  color: #374151;
}
.mct-modal .mct-btn-dark {
  border: 1px solid #111827;
  background: #111827;
  color: #fff;
}

.page-admin-applicants {
  width: 100%;
  background-color: #F5F7FA;
  padding: 10px 15px;
  padding-top: 15px;
  padding-bottom: 25px;
}
.page-admin-applicants .section__table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #E0E2E7;
  border-radius: 2px;
  margin-top: 20px;
  padding: 20px;
}
.page-admin-applicants .section__table h4 {
  font-size: 24px;
  font-weight: 600;
  color: #171515;
  margin-bottom: 1px;
}
.page-admin-applicants .section__table--label {
  opacity: 0.5;
  font-size: 14px;
}
.page-admin-applicants .section__table .admin-ustbl-main {
  width: 100%;
  margin-top: 15px;
  border-radius: 2px;
  border: 1px solid #E0E2E7;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c {
  min-width: 920px;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__head {
  width: 100%;
  border-bottom: 1px solid #E0E2E7;
  display: grid;
  grid-template-columns: 170px 1.2fr 1fr 140px 100px 90px 120px;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__head > div {
  height: 40px;
  padding: 10px 12px;
  border-right: 1px solid #E0E2E7;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #171515;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__head > div:last-child {
  border-right: none;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody {
  width: 100%;
  min-height: 56px;
  border-bottom: 1px solid #E0E2E7;
  display: grid;
  grid-template-columns: 170px 1.2fr 1fr 140px 100px 90px 120px;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody > div {
  min-height: 56px;
  padding: 10px 12px;
  border-right: 1px solid #E0E2E7;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  align-items: center;
  color: #171515;
  min-width: 0;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody > div:last-child {
  border-right: none;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody .prvstble-mctb-name,
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody .prvstble-mctb-serv,
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody .prvstble-mctb-date {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody .prvstble-mctb-act {
  gap: 6px;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody .prvstble-mctb-act form {
  margin: 0;
  padding: 0;
  display: inline-flex;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody .prvstble-mctb-act .applicant-action {
  width: 26px;
  height: 26px;
  padding: 0;
  border-radius: 5px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
  background: transparent;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody .prvstble-mctb-act .applicant-action svg {
  flex: 0 0 auto;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody .prvstble-mctb-act .applicant-action--view {
  background: #F3F4F6;
  color: #535353;
  border-color: #D1D5DB;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody .prvstble-mctb-act .applicant-action--view:hover {
  background: #FFF7E6;
  border-color: #FFBE42;
  color: #202020;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody .prvstble-mctb-act .applicant-action--accept {
  background: #DCFCE7;
  color: #166534;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody .prvstble-mctb-act .applicant-action--accept:hover {
  background: #BBF7D0;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody .prvstble-mctb-act .applicant-action--decline {
  background: #FEE2E2;
  color: #991B1B;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody .prvstble-mctb-act .applicant-action--decline:hover {
  background: #FECACA;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody .prvstble-mctb-act .applicant-action--text {
  width: auto;
  min-height: 30px;
  padding: 0 10px;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody:nth-child(even) {
  background-color: #F9F9F9;
}
.page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c__tbody:last-child {
  border-bottom: none;
}
@media (max-width: 992px) {
  .page-admin-applicants .section__table .admin-ustbl-main .admin-ustbl-main-c {
    width: 920px;
  }
}
@media (max-width: 1202px) {
  .page-admin-applicants .section__table .admin-ustbl-main {
    overflow-x: scroll;
  }
}

.page-admin-applicants {
  width: 100%;
  background-color: #F5F7FA;
  padding: 15px 15px 25px;
}
.page-admin-applicants__table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #EEF0F3;
}
.page-admin-applicants__table-title h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: #202020;
}
.page-admin-applicants__table-title p {
  margin-top: 4px;
  margin-bottom: 0;
}
.page-admin-applicants__filters {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  border-radius: 14px;
}
.page-admin-applicants__search {
  width: 320px;
  height: 40px;
  border: 1px solid #E0E2E7;
  background: #fff;
  border-radius: 10px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #8F9296;
  transition: 0.2s ease;
}
.page-admin-applicants__search:focus-within {
  border-color: #FFBE42;
  box-shadow: 0 0 0 3px rgba(255, 190, 66, 0.18);
}
.page-admin-applicants__search input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 13px;
  color: #202020;
}
.page-admin-applicants__search input::placeholder {
  color: #A0A3A7;
}
.page-admin-applicants__filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-admin-applicants__select {
  height: 40px;
  border: 1px solid #E0E2E7;
  background: #fff;
  border-radius: 10px;
  padding: 0 34px 0 12px;
  font-size: 12px;
  font-weight: 700;
  color: #202020;
  outline: none;
  cursor: pointer;
  transition: 0.2s ease;
}
.page-admin-applicants__select:focus {
  border-color: #FFBE42;
  box-shadow: 0 0 0 3px rgba(255, 190, 66, 0.18);
}
.page-admin-applicants__filter-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-admin-applicants__filter-btn, .page-admin-applicants__clear-btn {
  height: 40px;
  border-radius: 10px;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
  white-space: nowrap;
}
.page-admin-applicants__filter-btn {
  border: none;
  background: #FFBE42;
  color: #202020;
  box-shadow: 0 8px 16px rgba(255, 190, 66, 0.24);
}
.page-admin-applicants__filter-btn:hover {
  background: #F5AD1F;
  transform: translateY(-1px);
}
.page-admin-applicants__clear-btn {
  border: 1px solid #E0E2E7;
  background: #fff;
  color: #535353;
}
.page-admin-applicants__clear-btn:hover {
  background: #F5F7FA;
  color: #202020;
  border-color: #CBD5E1;
}
@media (max-width: 1100px) {
  .page-admin-applicants__table-head {
    flex-direction: column;
    align-items: stretch;
  }
  .page-admin-applicants__filters {
    justify-content: flex-start;
  }
  .page-admin-applicants__search {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .page-admin-applicants__filters {
    display: grid;
    grid-template-columns: 1fr;
  }
  .page-admin-applicants__filter-group, .page-admin-applicants__filter-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .page-admin-applicants__select, .page-admin-applicants__filter-btn, .page-admin-applicants__clear-btn {
    width: 100%;
  }
}

.page-admin-applicants .resume-actions form {
  margin: 0;
}

.page-admin-applicants .applicant-action--text {
  width: auto;
  min-height: 30px;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #FEE2E2;
  color: #991B1B;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.page-admin-applicants .applicant-action--text:hover {
  background: #FECACA;
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 100%;
}
@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 492px) {
  h1 {
    font-size: 38px;
  }
}
h1 span {
  color: #FFBE42;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #FFBE42;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h3 span {
  color: #FFBE42;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #171515;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
h4 span {
  color: #FFBE42;
}

.admin-reports {
  min-height: calc(100vh - 60px);
  padding: 22px;
  background-color: #F5F7FA;
}
.admin-reports__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 20px;
  margin-bottom: 16px;
  background-color: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
}
.admin-reports__head p {
  margin: 0 0 5px;
  color: #B7791F;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.admin-reports__head h1 {
  margin: 0 0 6px;
  color: #171515;
  font-size: 28px;
  font-weight: 900;
  line-height: 120%;
}
.admin-reports__head span {
  color: #667085;
  font-size: 14px;
}
.admin-reports__head select {
  min-width: 160px;
  height: 38px;
  padding: 0 12px;
  border: 1px solid #D0D5DD;
  border-radius: 6px;
  background-color: #fff;
  color: #171515;
  font-size: 13px;
  font-weight: 700;
}
.admin-reports__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}
.admin-reports__cards div {
  padding: 18px;
  background-color: #fff;
  border: 1px solid #E5E7EB;
  border-left: 4px solid #FFBE42;
  border-radius: 6px;
}
.admin-reports__cards span {
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}
.admin-reports__cards strong {
  display: block;
  margin-top: 6px;
  color: #171515;
  font-size: 28px;
  line-height: 110%;
}
.admin-reports__cards p {
  margin: 6px 0 0;
  color: #667085;
  font-size: 12px;
}
.admin-reports__insights {
  display: grid;
  grid-template-columns: 1fr 1fr 360px;
  gap: 16px;
  margin-bottom: 16px;
}
.admin-reports__panel, .admin-reports__table {
  background-color: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  overflow: hidden;
}
.admin-reports__panel-head {
  padding: 16px 18px;
  border-bottom: 1px solid #E5E7EB;
}
.admin-reports__panel-head h2 {
  margin: 0 0 4px;
  color: #171515;
  font-size: 16px !important;
  font-weight: 900;
}
.admin-reports__panel-head p {
  margin: 0;
  color: #667085;
  font-size: 12px;
}
.admin-reports__summary-list {
  display: flex;
  flex-direction: column;
}
.admin-reports__summary-list article {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 18px;
  border-bottom: 1px solid #F2F4F7;
}
.admin-reports__summary-list article:last-child {
  border-bottom: 0;
}
.admin-reports__summary-list article strong {
  display: block;
  color: #171515;
  font-size: 13px;
  line-height: 130%;
}
.admin-reports__summary-list article span {
  display: block;
  margin-top: 3px;
  color: #667085;
  font-size: 11px;
}
.admin-reports__summary-list article b {
  display: block;
  color: #171515;
  font-size: 18px;
  text-align: right;
}
.admin-reports em {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 8px;
  border-radius: 999px;
  background-color: #F3F4F6;
  color: #4B5563;
  font-size: 10px;
  font-style: normal;
  font-weight: 900;
  white-space: nowrap;
}
.admin-reports .is-warning {
  background-color: #FFF8E8;
  color: #B7791F;
}
.admin-reports .is-danger {
  background-color: #FEE2E2;
  color: #991B1B;
}
.admin-reports .is-normal {
  background-color: #ECFDF3;
  color: #027A48;
}
.admin-reports__health-row {
  align-items: stretch !important;
}
.admin-reports__health-main {
  flex: 1;
  min-width: 0;
}
.admin-reports__health-bars {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  margin-top: 11px;
}
.admin-reports__health-bars p {
  margin: 0;
}
.admin-reports__health-bars span,
.admin-reports__health-bars b {
  display: block;
  text-align: left !important;
}
.admin-reports__health-bars span {
  color: #667085 !important;
  font-size: 10px !important;
  font-weight: 800;
}
.admin-reports__health-bars b {
  margin-top: 2px;
  color: #171515 !important;
  font-size: 11px !important;
  line-height: 120%;
}
.admin-reports__health-bars i {
  display: block;
  width: 100%;
  height: 6px;
  margin-top: 5px;
  overflow: hidden;
  border-radius: 999px;
  background-color: #EAECF0;
  font-style: normal;
}
.admin-reports__health-bars i u {
  display: block;
  height: 100%;
  border-radius: inherit;
  background-color: #FFBE42;
  text-decoration: none;
}
.admin-reports__health-bars i .is-danger-bar {
  background-color: #DC2626;
}
.admin-reports__health-action {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  gap: 7px;
  min-width: 150px;
}
.admin-reports__deactivate-form {
  margin: 0;
}
.admin-reports__deactivate-form button {
  height: 30px;
  padding: 0 10px;
  border: 0;
  border-radius: 6px;
  background-color: #991B1B;
  color: #fff;
  font-size: 11px;
  font-weight: 900;
  cursor: pointer;
}
.admin-reports__disabled-label {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 0 !important;
  padding: 4px 8px;
  border-radius: 999px;
  background-color: #F3F4F6;
  color: #4B5563 !important;
  font-size: 10px !important;
  font-weight: 900;
}
.admin-reports__reason-list {
  padding: 10px 18px 16px;
}
.admin-reports__reason-list div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 9px 0;
  border-bottom: 1px solid #F2F4F7;
}
.admin-reports__reason-list div:last-child {
  border-bottom: 0;
}
.admin-reports__reason-list span {
  color: #4B5563;
  font-size: 12px;
  line-height: 140%;
}
.admin-reports__reason-list strong {
  color: #171515;
  font-size: 14px;
}
.admin-reports__table-wrap {
  width: 100%;
  overflow-x: auto;
}
.admin-reports__table-wrap table {
  width: 100%;
  min-width: 980px;
  border-collapse: collapse;
}
.admin-reports__table-wrap th {
  padding: 12px 14px;
  background-color: #FAFAFA;
  border-bottom: 1px solid #E5E7EB;
  color: #344054;
  font-size: 12px;
  font-weight: 900;
  text-align: left;
}
.admin-reports__table-wrap td {
  padding: 13px 14px;
  border-bottom: 1px solid #F2F4F7;
  color: #4B5563;
  font-size: 12px;
  vertical-align: top;
}
.admin-reports__table-wrap td strong {
  display: block;
  color: #171515;
  font-size: 12px;
  line-height: 140%;
}
.admin-reports__table-wrap td span {
  display: block;
  margin-top: 3px;
  color: #667085;
  font-size: 11px;
  line-height: 140%;
}
.admin-reports__table-wrap td b {
  display: block;
  color: #171515;
  font-size: 16px;
  line-height: 120%;
}
.admin-reports__empty, .admin-reports__empty-cell {
  padding: 18px;
  color: #98A2B3;
  font-size: 13px;
  text-align: center;
}
.admin-reports__pagination {
  padding: 14px 18px;
}
@media (max-width: 1200px) {
  .admin-reports__insights {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 792px) {
  .admin-reports {
    padding: 16px;
  }
  .admin-reports__head {
    align-items: flex-start;
    flex-direction: column;
  }
  .admin-reports__head form,
  .admin-reports__head select {
    width: 100%;
  }
  .admin-reports__cards {
    grid-template-columns: 1fr;
  }
  .admin-reports__summary-list article, .admin-reports__health-row {
    align-items: flex-start !important;
    flex-direction: column;
  }
  .admin-reports__health-bars {
    grid-template-columns: 1fr;
  }
  .admin-reports__health-action {
    align-items: flex-start;
    width: 100%;
  }
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 100%;
}
@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 492px) {
  h1 {
    font-size: 38px;
  }
}
h1 span {
  color: #FFBE42;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #FFBE42;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h3 span {
  color: #FFBE42;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #171515;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
h4 span {
  color: #FFBE42;
}

.page-admin-contacts {
  width: 100%;
  background-color: #F5F7FA;
  padding: 10px 15px;
  padding-top: 15px;
  padding-bottom: 25px;
}
.page-admin-contacts .section__table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #E0E2E7;
  border-radius: 2px;
  margin-top: 20px;
  padding: 20px;
}
.page-admin-contacts .section__table h4 {
  font-size: 24px;
  font-weight: 600;
  color: #171515;
  margin-bottom: 1px;
}
.page-admin-contacts .section__table--label {
  opacity: 0.5;
  font-size: 14px;
  margin: 0;
}
.page-admin-contacts .section__table .admin-ustbl-main {
  width: 100%;
  margin-top: 15px;
  border-radius: 2px;
  border: 1px solid #E0E2E7;
}
@media (max-width: 1202px) {
  .page-admin-contacts .section__table .admin-ustbl-main {
    overflow-x: scroll;
  }
}
.page-admin-contacts__table-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
}
.page-admin-contacts__table-title {
  max-width: 500px;
}
.page-admin-contacts__filters {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.page-admin-contacts__search {
  width: 260px;
  height: 38px;
  border: 1px solid #E0E2E7;
  border-radius: 5px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  background: #FFFFFF;
  color: #6B7280;
}
.page-admin-contacts__search input {
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 13px;
  color: #171515;
}
.page-admin-contacts__search input::placeholder {
  color: #9CA3AF;
}
.page-admin-contacts__filter-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-admin-contacts__filter-btn, .page-admin-contacts__clear-btn {
  height: 38px;
  border-radius: 5px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  text-decoration: none;
  cursor: pointer;
}
.page-admin-contacts__filter-btn {
  border: 1px solid #FFBE42;
  background: #FFBE42;
  color: #202020;
}
.page-admin-contacts__clear-btn {
  border: 1px solid #E0E2E7;
  background: #FFFFFF;
  color: #535353;
}
.page-admin-contacts__pagination {
  margin-top: 16px;
}
@media (max-width: 992px) {
  .page-admin-contacts__table-head {
    flex-direction: column;
  }
  .page-admin-contacts__filters, .page-admin-contacts__search, .page-admin-contacts__filter-actions, .page-admin-contacts__filter-btn, .page-admin-contacts__clear-btn {
    width: 100%;
  }
}

.admin-ustbl-main-c {
  min-width: 920px;
}
.admin-ustbl-main-c--contacts .admin-ustbl-main-c__head,
.admin-ustbl-main-c--contacts .admin-ustbl-main-c__tbody {
  grid-template-columns: 80px 1.1fr 1.3fr 150px 1.3fr 80px;
}
.admin-ustbl-main-c__head {
  width: 100%;
  border-bottom: 1px solid #E0E2E7;
  display: grid;
}
.admin-ustbl-main-c__head > div {
  height: 40px;
  padding: 10px 12px;
  border-right: 1px solid #E0E2E7;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #171515;
}
.admin-ustbl-main-c__head > div:first-child {
  justify-content: center;
}
.admin-ustbl-main-c__head > div:last-child {
  border-right: none;
  justify-content: center;
}
.admin-ustbl-main-c__tbody {
  width: 100%;
  min-height: 56px;
  border-bottom: 1px solid #E0E2E7;
  display: grid;
}
.admin-ustbl-main-c__tbody > div {
  min-height: 50px;
  padding: 10px 12px;
  border-right: 1px solid #E0E2E7;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  align-items: center;
  color: #171515;
  min-width: 0;
}
.admin-ustbl-main-c__tbody > div:first-child {
  justify-content: center;
}
.admin-ustbl-main-c__tbody > div:last-child {
  border-right: none;
  justify-content: center;
}
.admin-ustbl-main-c__tbody .prvstble-mctb-name,
.admin-ustbl-main-c__tbody .prvstble-mctb-serv,
.admin-ustbl-main-c__tbody .prvstble-mctb-date {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.admin-ustbl-main-c__tbody .prvstble-mctb-act {
  gap: 6px;
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.admin-ustbl-main-c__tbody .prvstble-mctb-act .applicant-action {
  width: 26px;
  height: 26px;
  padding: 0;
  border-radius: 5px;
  border: 1px solid transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
  background: transparent;
}
.admin-ustbl-main-c__tbody .prvstble-mctb-act .applicant-action svg {
  flex: 0 0 auto;
}
.admin-ustbl-main-c__tbody .prvstble-mctb-act .applicant-action--view {
  background: #F3F4F6;
  color: #535353;
  border-color: #D1D5DB;
}
.admin-ustbl-main-c__tbody .prvstble-mctb-act .applicant-action--view:hover {
  background: #FFF7E6;
  border-color: #FFBE42;
  color: #202020;
}
.admin-ustbl-main-c__tbody:nth-child(even) {
  background-color: #F9F9F9;
}
.admin-ustbl-main-c__tbody:last-child {
  border-bottom: none;
}
.admin-ustbl-main-c__tbody--empty {
  height: 55px;
  font-size: 14px;
  text-align: center;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 992px) {
  .admin-ustbl-main-c {
    width: 920px;
  }
}

.page-admin-bookings {
  width: 100%;
  background-color: #F5F7FA;
  padding: 15px 15px 25px;
}
.page-admin-bookings .section__table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #E0E2E7;
  border-radius: 2px;
  margin-top: 20px;
  padding: 20px;
}
.page-admin-bookings .section__table h4 {
  font-size: 24px;
  font-weight: 600;
  color: #171515;
  margin-bottom: 1px;
}
.page-admin-bookings .section__table--label {
  opacity: 0.5;
  font-size: 14px;
}
.page-admin-bookings .section__table .admin-ustbl-main {
  width: 100%;
  margin-top: 15px;
  border-radius: 2px;
  border: 1px solid #E0E2E7;
}
@media (max-width: 1202px) {
  .page-admin-bookings .section__table .admin-ustbl-main {
    overflow-x: scroll;
  }
}
.page-admin-bookings .section__table .admin-ustbl-main-c {
  min-width: 1120px;
}
.page-admin-bookings .section__table .admin-ustbl-main-c__head, .page-admin-bookings .section__table .admin-ustbl-main-c__tbody {
  width: 100%;
  display: grid;
  grid-template-columns: 120px 1.25fr 1fr 1.1fr 140px 110px 120px;
  border-bottom: 1px solid #E0E2E7;
}
.page-admin-bookings .section__table .admin-ustbl-main-c__head > div {
  height: 40px;
  padding: 10px 12px;
  border-right: 1px solid #E0E2E7;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #171515;
}
.page-admin-bookings .section__table .admin-ustbl-main-c__head > div:last-child {
  border-right: none;
}
.page-admin-bookings .section__table .admin-ustbl-main-c__tbody {
  min-height: 62px;
}
.page-admin-bookings .section__table .admin-ustbl-main-c__tbody > div {
  min-height: 62px;
  padding: 10px 12px;
  border-right: 1px solid #E0E2E7;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  color: #171515;
  min-width: 0;
}
.page-admin-bookings .section__table .admin-ustbl-main-c__tbody > div:last-child {
  border-right: none;
}
.page-admin-bookings .section__table .admin-ustbl-main-c__tbody:nth-child(even) {
  background-color: #F9F9F9;
}
.page-admin-bookings .section__table .admin-ustbl-main-c__tbody:last-child {
  border-bottom: none;
}
.page-admin-bookings .section__table .admin-ustbl-main-c__tbody--empty {
  min-height: 55px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #667085;
  font-size: 14px;
}
.page-admin-bookings__summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 16px 0 0;
}
.page-admin-bookings__summary article {
  min-width: 0;
  padding: 18px;
  background-color: #fff;
  border: 1px solid #E5E7EB;
  border-left: 4px solid #FFBE42;
  border-radius: 6px;
}
.page-admin-bookings__summary span {
  display: block;
  overflow: hidden;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-admin-bookings__summary strong {
  display: block;
  margin-top: 6px;
  color: #171515;
  font-size: 28px;
  line-height: 110%;
}
.page-admin-bookings__summary p {
  margin: 6px 0 0;
  overflow: hidden;
  color: #667085;
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.page-admin-bookings__table-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 1px solid #EEF0F3;
}
.page-admin-bookings .th--audith {
  flex-direction: column !important;
}
.page-admin-bookings__table-title h4 {
  margin: 0;
  font-size: 24px;
  font-weight: 800;
  color: #202020;
}
.page-admin-bookings__table-title p {
  margin-top: 4px;
  margin-bottom: 0;
}
.page-admin-bookings__filters {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-wrap: wrap;
  border-radius: 14px;
}
.page-admin-bookings__search {
  width: 320px;
  height: 40px;
  border: 1px solid #E0E2E7;
  background: #fff;
  border-radius: 10px;
  padding: 0 12px;
  display: flex;
  align-items: center;
  gap: 9px;
  color: #8F9296;
  transition: 0.2s ease;
}
.page-admin-bookings__search:focus-within {
  border-color: #FFBE42;
  box-shadow: 0 0 0 3px rgba(255, 190, 66, 0.18);
}
.page-admin-bookings__search input {
  width: 100%;
  border: none;
  outline: none;
  background: transparent;
  font-size: 13px;
  color: #202020;
}
.page-admin-bookings__search input::placeholder {
  color: #A0A3A7;
}
.page-admin-bookings__filter-group {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-admin-bookings__select {
  height: 40px;
  width: 100%;
  border: 1px solid #E0E2E7;
  background: #fff;
  border-radius: 10px;
  padding: 0 34px 0 12px;
  font-size: 12px;
  font-weight: 700;
  color: #202020;
  outline: none;
  cursor: pointer;
  transition: 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.page-admin-bookings__select:focus {
  border-color: #FFBE42;
  box-shadow: 0 0 0 3px rgba(255, 190, 66, 0.18);
}
.page-admin-bookings__select-wrap {
  position: relative;
  min-width: 150px;
}
.page-admin-bookings__select-wrap::after {
  content: "";
  position: absolute;
  right: 14px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-right: 1.5px solid #535353;
  border-bottom: 1.5px solid #535353;
  transform: translateY(-65%) rotate(45deg);
  pointer-events: none;
}
.page-admin-bookings__filter-actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.page-admin-bookings__filter-btn, .page-admin-bookings__clear-btn {
  height: 40px;
  border-radius: 10px;
  padding: 0 14px;
  font-size: 12px;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  text-decoration: none;
  cursor: pointer;
  transition: 0.2s ease;
  white-space: nowrap;
}
.page-admin-bookings__filter-btn {
  border: none;
  background: #FFBE42;
  color: #202020;
  box-shadow: 0 8px 16px rgba(255, 190, 66, 0.24);
}
.page-admin-bookings__filter-btn:hover {
  background: #F5AD1F;
  transform: translateY(-1px);
}
.page-admin-bookings__clear-btn {
  border: 1px solid #E0E2E7;
  background: #fff;
  color: #535353;
}
.page-admin-bookings__clear-btn:hover {
  background: #F5F7FA;
  color: #202020;
  border-color: #CBD5E1;
}
.page-admin-bookings__pagination {
  margin-top: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  border-top: 1px solid #EEF0F3;
  padding-top: 12px;
}
.page-admin-bookings__pagination p {
  margin: 0;
  color: #374151;
  font-size: 12px;
  line-height: 1.4;
}
.page-admin-bookings__pagination-actions {
  display: flex;
  align-items: center;
  gap: 7px;
}
.page-admin-bookings__page-btn, .page-admin-bookings__page-info {
  min-width: 30px;
  height: 30px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  text-decoration: none;
}
.page-admin-bookings__page-btn {
  border: 1px solid #E5E7EB;
  background: #FFFFFF;
  color: #374151;
}
.page-admin-bookings__page-btn--active, .page-admin-bookings__page-btn:hover {
  border-color: #111827;
  background: #111827;
  color: #FFFFFF;
}
.page-admin-bookings__page-btn.is-disabled {
  background: #F9FAFB;
  color: #9CA3AF;
  cursor: not-allowed;
}
.page-admin-bookings__page-btn svg {
  display: block;
}
.page-admin-bookings__page-info {
  border: 1px solid #E5E7EB;
  background: #FFFFFF;
  color: #6B7280;
  padding: 0 9px;
  white-space: nowrap;
}
.page-admin-bookings .booking-table-cell strong,
.page-admin-bookings .booking-table-cell span,
.page-admin-bookings .booking-table-cell small {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-admin-bookings .booking-table-cell strong {
  color: #171515;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.page-admin-bookings .booking-table-cell span,
.page-admin-bookings .booking-table-cell small {
  margin-top: 3px;
  color: #667085;
  font-size: 11px;
  line-height: 1.3;
}
.page-admin-bookings .booking-table-cell small {
  font-weight: 700;
}
.page-admin-bookings .booking-status {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: fit-content;
  margin-top: 0 !important;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 11px !important;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.page-admin-bookings .booking-status--ongoing {
  background-color: #DCFCE7;
  color: #166534 !important;
}
.page-admin-bookings .booking-status--completed {
  background-color: #DBEAFE;
  color: #1D4ED8 !important;
}
.page-admin-bookings .booking-status--cancelled, .page-admin-bookings .booking-status--declined {
  background-color: #FEE2E2;
  color: #991B1B !important;
}
.page-admin-bookings .booking-status--accepted {
  background-color: #FFF7E6;
  color: #B7791F !important;
}
.page-admin-bookings .booking-status--pending {
  background-color: #F3F4F6;
  color: #4B5563 !important;
}
@media (max-width: 1100px) {
  .page-admin-bookings__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .page-admin-bookings__table-head {
    flex-direction: column;
    align-items: stretch;
  }
  .page-admin-bookings__filters {
    justify-content: flex-start;
  }
  .page-admin-bookings__search {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .page-admin-bookings__pagination {
    align-items: flex-start;
    flex-direction: column;
  }
  .page-admin-bookings__summary {
    grid-template-columns: 1fr;
  }
  .page-admin-bookings__filters {
    display: grid;
    grid-template-columns: 1fr;
  }
  .page-admin-bookings__filter-group, .page-admin-bookings__filter-actions {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
  }
  .page-admin-bookings__select, .page-admin-bookings__select-wrap, .page-admin-bookings__filter-btn, .page-admin-bookings__clear-btn {
    width: 100%;
  }
}

.page-admin-audit-logs__table-head {
  align-items: flex-start;
}
.page-admin-audit-logs__filters {
  flex: 1;
  margin-left: auto;
}
.page-admin-audit-logs__filter-group {
  flex-wrap: wrap;
}
@media screen and (max-width: 1100px) {
  .page-admin-audit-logs__filter-group {
    width: 100% !important;
  }
  .page-admin-audit-logs__filter-group div {
    width: 100% !important;
  }
}
.page-admin-audit-logs__search {
  width: 260px;
}
.page-admin-audit-logs__date {
  width: 145px;
  height: 40px;
  border: 1px solid #E0E2E7;
  background: #fff;
  border-radius: 10px;
  padding: 0 12px;
  font-size: 12px;
  font-weight: 700;
  color: #202020;
  outline: none;
  transition: 0.2s ease;
}
.page-admin-audit-logs__date:focus {
  border-color: #FFBE42;
  box-shadow: 0 0 0 3px rgba(255, 190, 66, 0.18);
}
.page-admin-audit-logs .section__table .admin-ustbl-main-c--audit-logs {
  min-width: 1160px;
}
.page-admin-audit-logs .section__table .admin-ustbl-main-c--audit-logs .admin-ustbl-main-c__head,
.page-admin-audit-logs .section__table .admin-ustbl-main-c--audit-logs .admin-ustbl-main-c__tbody {
  grid-template-columns: 120px 150px 95px 130px 105px 150px minmax(320px, 1fr);
}
@media (max-width: 1100px) {
  .page-admin-audit-logs__filters, .page-admin-audit-logs__search, .page-admin-audit-logs__date {
    width: 100%;
  }
}
@media print {
  .main-headerdash-uix,
  .main-sidebar-uix,
  .page-admin-bookings__filters,
  .page-admin-bookings__pagination,
  .page-loading-bar {
    display: none !important;
  }
  .page-admin-audit-logs.main-dash-uix {
    margin: 0 !important;
    padding: 0 !important;
    width: 100% !important;
  }
  .page-admin-audit-logs .section__table {
    border: none;
    padding: 0;
  }
  .page-admin-audit-logs .admin-ustbl-main {
    overflow: visible !important;
  }
}
.page-admin-audit-logs .audit-table-cell strong,
.page-admin-audit-logs .audit-table-cell span {
  display: block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-admin-audit-logs .audit-table-cell strong {
  color: #171515;
  font-size: 12px;
  font-weight: 700;
  white-space: nowrap;
}
.page-admin-audit-logs .audit-table-cell span {
  margin-top: 3px;
  color: #344054;
  font-size: 11px;
  line-height: 1.35;
}
.page-admin-audit-logs .audit-table-cell--description p {
  margin: 0;
  color: #344054;
  font-size: 12px;
  line-height: 1.45;
}
.page-admin-audit-logs .audit-log-badge {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: fit-content;
  max-width: 100%;
  margin-top: 0 !important;
  padding: 3px 6px;
  border-radius: 4px;
  color: #fff !important;
  font-size: 10px !important;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
}
.page-admin-audit-logs .audit-log-badge--module {
  background: #1683C7;
}
.page-admin-audit-logs .audit-log-badge--event {
  background: #64748B;
}
.page-admin-audit-logs .audit-log-badge--booking-board {
  background: #0E8ECA;
}
.page-admin-audit-logs .audit-log-badge--expense {
  background: #4F46E5;
}
.page-admin-audit-logs .audit-log-badge--user {
  background: #64748B;
}
.page-admin-audit-logs .audit-log-badge--profiles {
  background: #7C3AED;
}
.page-admin-audit-logs .audit-log-badge--applicants {
  background: #0E7490;
}
.page-admin-audit-logs .audit-log-badge--reports {
  background: #BE123C;
}
.page-admin-audit-logs .audit-log-badge--general-settings, .page-admin-audit-logs .audit-log-badge--service-categories {
  background: #475569;
}
.page-admin-audit-logs .audit-log-badge--created, .page-admin-audit-logs .audit-log-badge--accepted, .page-admin-audit-logs .audit-log-badge--resubmitted {
  background: #0EAD69;
}
.page-admin-audit-logs .audit-log-badge--updated, .page-admin-audit-logs .audit-log-badge--started {
  background: #F97316;
}
.page-admin-audit-logs .audit-log-badge--deleted, .page-admin-audit-logs .audit-log-badge--deactivated, .page-admin-audit-logs .audit-log-badge--declined {
  background: #EF4444;
}
.page-admin-audit-logs .audit-log-badge--cancelled, .page-admin-audit-logs .audit-log-badge--expired {
  background: #04756F;
}
.page-admin-audit-logs .audit-log-badge--completed {
  background: #2563EB;
}

.provider--dashboard {
  width: 100%;
  padding: 10px 15px;
  padding-bottom: 25px;
}
.provider--dashboard__head {
  width: 100%;
  padding: 10px 0px;
  padding-top: 7px;
  border-bottom: 1px solid #E0E2E7;
}
.provider--dashboard__head p {
  font-size: 14px;
  line-height: 110%;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3019607843);
  margin: 0;
}
.provider--dashboard__header-box {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
  margin-top: 15px;
}
.provider--dashboard__header-box .pdhb-box {
  padding: 15px;
  border: 1px solid #E0E2E7;
  border-radius: 6px;
  background-color: #fff;
}
.provider--dashboard__header-box .pdhb-box__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.provider--dashboard__header-box .pdhb-box__top p {
  font-size: 14px;
  line-height: 110%;
  font-weight: 500;
  color: #777980;
  margin: 0;
}
.provider--dashboard__header-box .pdhb-box__count {
  margin-block: 12px;
}
.provider--dashboard__header-box .pdhb-box__count p {
  font-size: 28px;
  line-height: 110%;
  font-weight: 500;
  color: #171515;
  margin: 0;
  font-family: "Rubik", sans-serif;
}
.provider--dashboard__header-box .pdhb-box__count p span {
  font-size: 14px;
  color: #777980;
  font-weight: 600;
  margin-right: 2px;
}
.provider--dashboard__header-box .pdhb-box__range {
  display: flex;
  align-items: center;
  gap: 5px;
}
.provider--dashboard__header-box .pdhb-box__range p {
  font-size: 12px;
  line-height: 100%;
  font-weight: 600;
  color: rgba(119, 121, 128, 0.5529411765);
  margin: 0;
}
.provider--dashboard__header-box .pdhb-box__range div {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #1A9882;
  font-size: 14px;
  font-weight: 600;
}
@media (max-width: 992px) {
  .provider--dashboard__header-box {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 592px) {
  .provider--dashboard__header-box {
    grid-template-columns: 1fr;
  }
}
.provider--dashboard__holder {
  display: grid;
  grid-template-columns: 1fr 30%;
  gap: 15px;
  margin-top: 15px;
}
.provider--dashboard__holder .pdhldr--left {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  height: 100%;
  min-width: 0;
}
.provider--dashboard__holder .pdhldr--left__charts-con {
  width: 100%;
  background-color: #fff;
  border: 1px solid #E0E2E7;
  border-radius: 6px;
  padding: 15px;
}
.provider--dashboard__holder .pdhldr--left__charts-con--ch1 {
  padding: 5px;
  height: 100%;
  position: relative;
}
.provider--dashboard__holder .pdhldr--left__charts-con--ch1 .pdccch1-top {
  display: flex;
  align-self: start;
  justify-content: space-between;
  margin-bottom: 10px;
}
.provider--dashboard__holder .pdhldr--left__charts-con--ch1 .pdccch1-top__title h3 {
  margin: 0;
  font-size: 20px;
}
.provider--dashboard__holder .pdhldr--left__charts-con--ch1 .pdccch1-top__title p {
  font-size: 12px;
  color: rgba(119, 121, 128, 0.5529411765);
  margin-bottom: 4px;
}
@media (max-width: 592px) {
  .provider--dashboard__holder .pdhldr--left__charts-con--ch1 .pdccch1-top__title p {
    margin-bottom: 4px;
  }
}
.provider--dashboard__holder .pdhldr--left__charts-con--ch1 .pdccch1-top__info {
  display: flex;
  align-items: center;
  gap: 10px;
}
.provider--dashboard__holder .pdhldr--left__charts-con--ch1 .pdccch1-top__info--p1 {
  font-size: 12px;
  color: rgba(119, 121, 128, 0.5529411765);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
.provider--dashboard__holder .pdhldr--left__charts-con--ch1 .pdccch1-top__info--p1 span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-bottom: 2px;
  background-color: #0088FF;
  border-radius: 50%;
}
.provider--dashboard__holder .pdhldr--left__charts-con--ch1 .pdccch1-top__info--p2 {
  font-size: 12px;
  color: rgba(119, 121, 128, 0.5529411765);
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 4px;
}
.provider--dashboard__holder .pdhldr--left__charts-con--ch1 .pdccch1-top__info--p2 span {
  display: inline-block;
  width: 6px;
  height: 6px;
  margin-bottom: 2px;
  background-color: #FDB932;
  border-radius: 50%;
}
@media (max-width: 992px) {
  .provider--dashboard__holder .pdhldr--left__charts-con--ch1 .pdccch1-top {
    flex-direction: column;
    align-items: flex-start;
  }
}
.provider--dashboard__holder .pdhldr--left__charts-con--ch1 .pdccch1-box {
  width: 100%;
  height: 17rem;
  position: relative;
}
.provider--dashboard__holder .pdhldr--left__charts-con--ch1 .pdccch1-box canvas {
  max-width: 100%;
}
.provider--dashboard__holder .pdhldr--left__board {
  background-color: #fff;
  border: 1px solid #E0E2E7;
  border-radius: 6px;
}
.provider--dashboard__holder .pdhldr--left__board .pdhldr-lb--head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
}
.provider--dashboard__holder .pdhldr--left__board .pdhldr-lb--head h3 {
  margin: 0;
  font-size: 20px;
}
.provider--dashboard__holder .pdhldr--left__board .pdhldr-lb--head a {
  color: #0088FF;
  font-size: 12px;
  text-decoration: underline;
}
.provider--dashboard__holder .pdhldr--left__board .pdhldr-lb--bar {
  display: grid;
  width: 100%;
  grid-template-columns: 15% 26% 15% 1fr 100px;
  background-color: #F9F9F9;
  padding-inline: 12px;
  border-block: 1px solid #E0E2E7;
}
.provider--dashboard__holder .pdhldr--left__board .pdhldr-lb--bar div {
  padding: 10px;
  padding-block: 12px;
  font-size: 12px;
  font-weight: 600;
  color: #171515;
}
.provider--dashboard__holder .pdhldr--left__board .pdhldr-lb--bar .center-div {
  display: flex;
  justify-content: center;
}
.provider--dashboard__holder .pdhldr--left__board .pdhldr-lb--data {
  display: grid;
  width: 100%;
  grid-template-columns: 15% 26% 15% 1fr 100px;
  border-bottom: 1px solid #E0E2E7;
  padding-inline: 10px;
}
.provider--dashboard__holder .pdhldr--left__board .pdhldr-lb--data:last-child {
  border-bottom: none;
}
.provider--dashboard__holder .pdhldr--left__board .pdhldr-lb--data div {
  display: flex;
  align-items: center;
  padding: 10px;
  line-height: 110%;
  padding-block: 15px;
  font-size: 13px;
  font-weight: 600;
  color: #171515;
}
.provider--dashboard__holder .pdhldr--left__board .pdhldr-lb--data div img {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  object-fit: cover;
  object-position: center;
  margin-right: 8px;
}
.provider--dashboard__holder .pdhldr--left__board .pdhldr-lb--data .center-div {
  justify-content: center;
}
.provider--dashboard__holder .pdhldr--left__board .pdhldr-lb--data .txt-div-d {
  color: #777980;
  font-weight: 400;
}
.provider--dashboard__holder .pdhldr--left__board .pdhldr-lb--data .status-box {
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 4px;
}
.provider--dashboard__holder .pdhldr--left__board .pdhldr-lb--data .pending-sbox {
  background-color: rgba(255, 140, 40, 0.2392156863);
  color: #FF8D28;
}
.provider--dashboard__holder .pdhldr--left__board .pdhldr-lb--data .accepted-sbox {
  background-color: rgba(0, 136, 255, 0.2392156863);
  color: #0088FF;
}
.provider--dashboard__holder .pdhldr--left__board .pdhldr-lb--data .completed-sbox {
  background-color: rgba(52, 199, 89, 0.2392156863);
  color: #34C759;
}
.provider--dashboard__holder .pdhldr--left__board .pdhldr-lb--data .cancel-sbox {
  background-color: rgba(255, 56, 60, 0.2392156863);
  color: #FF383C;
}
@media (max-width: 722px) {
  .provider--dashboard__holder .pdhldr--left__board .pdhldr-lb {
    width: 650px;
  }
}
@media (max-width: 792px) {
  .provider--dashboard__holder .pdhldr--left__board {
    min-width: 0;
    flex-shrink: 0;
    overflow-x: auto;
  }
}
.provider--dashboard__holder .pdhldr--right {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
  width: 100%;
}
.provider--dashboard__holder .pdhldr--right__pie {
  background-color: #fff;
  border: 1px solid #E0E2E7;
  border-radius: 6px;
  padding: 20px;
}
.provider--dashboard__holder .pdhldr--right__pie__title h3 {
  margin: 0;
  font-size: 20px;
}
.provider--dashboard__holder .pdhldr--right__pie__title p {
  font-size: 12px;
  color: rgba(119, 121, 128, 0.5529411765);
}
.provider--dashboard__holder .pdhldr--right__pie .pdhldr-rp-pie {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.provider--dashboard__holder .pdhldr--right__pie .pdhldr-rp-pie canvas {
  max-width: 100%;
  max-height: 260px;
}
.provider--dashboard__holder .pdhldr--right__pie .pdhldr-rp-legend {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 1rem;
}
.provider--dashboard__holder .pdhldr--right__pie .pdhldr-rp-legend--item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.provider--dashboard__holder .pdhldr--right__pie .pdhldr-rp-legend--item p {
  font-size: 14px;
  color: #777980;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 4px;
  line-height: 100%;
}
.provider--dashboard__holder .pdhldr--right__pie .pdhldr-rp-legend--item p span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 10px;
  background-color: #FFBE42;
}
.provider--dashboard__holder .pdhldr--right__pie .pdhldr-rp-legend--item h4 {
  font-size: 12px;
  font-weight: 500;
  color: #171515;
  margin: 0;
  font-family: "Rubik", sans-serif;
}
.provider--dashboard__holder .pdhldr--right__topserv {
  background-color: #fff;
  border: 1px solid #E0E2E7;
  border-radius: 6px;
  padding: 20px;
}
.provider--dashboard__holder .pdhldr--right__topserv__title h3 {
  margin: 0;
  font-size: 20px;
}
.provider--dashboard__holder .pdhldr--right__topserv__title p {
  font-size: 12px;
  color: rgba(119, 121, 128, 0.5529411765);
}
.provider--dashboard__holder .pdhldr--right__topserv__con {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.provider--dashboard__holder .pdhldr--right__topserv__con .pdhldr-rtsci-item {
  width: 100%;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding-block: 10px;
  border-bottom: 1px solid #E0E2E7;
}
.provider--dashboard__holder .pdhldr--right__topserv__con .pdhldr-rtsci-item__info {
  display: flex;
  align-items: center;
  gap: 7px;
}
.provider--dashboard__holder .pdhldr--right__topserv__con .pdhldr-rtsci-item__info__icon {
  width: 32px;
  height: 32px;
  border-radius: 6px;
  background-color: #FFBE42;
  display: flex;
  align-items: center;
  justify-content: center;
}
.provider--dashboard__holder .pdhldr--right__topserv__con .pdhldr-rtsci-item__info__txt h4 {
  font-size: 16px;
  font-weight: 600;
  color: #171515;
  margin: 0;
}
.provider--dashboard__holder .pdhldr--right__topserv__con .pdhldr-rtsci-item__info__txt p {
  font-size: 12px;
  color: #777980;
  margin: 0;
}
.provider--dashboard__holder .pdhldr--right__topserv__con .pdhldr-rtsci-item__price {
  font-size: 12px !important;
  font-weight: 600;
  color: #777980;
  margin: 0;
}
.provider--dashboard__holder .pdhldr--right__topserv__con .pdhldr-rtsci-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.provider--dashboard__holder .pdhldr--right .provider-health-card {
  padding: 20px;
  border: 1px solid #E0E2E7;
  border-radius: 6px;
  background-color: #fff;
}
.provider--dashboard__holder .pdhldr--right .provider-health-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 12px;
}
.provider--dashboard__holder .pdhldr--right .provider-health-card__head h3 {
  margin: 0;
  color: #171515;
  font-size: 20px;
}
.provider--dashboard__holder .pdhldr--right .provider-health-card__head p {
  margin: 4px 0 0;
  color: rgba(119, 121, 128, 0.9450980392);
  font-size: 12px;
  line-height: 140%;
}
.provider--dashboard__holder .pdhldr--right .provider-health-card__head strong {
  color: #344054;
  font-size: 24px;
  line-height: 100%;
}
.provider--dashboard__holder .pdhldr--right .provider-health-card__meter, .provider--dashboard__holder .pdhldr--right .provider-health-card__bar {
  width: 100%;
  overflow: hidden;
  border-radius: 999px;
  background-color: #EAECF0;
}
.provider--dashboard__holder .pdhldr--right .provider-health-card__meter span, .provider--dashboard__holder .pdhldr--right .provider-health-card__bar span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background-color: #84E68D;
}
.provider--dashboard__holder .pdhldr--right .provider-health-card__meter .is-danger, .provider--dashboard__holder .pdhldr--right .provider-health-card__bar .is-danger {
  background-color: #DC2626;
}
.provider--dashboard__holder .pdhldr--right .provider-health-card__meter {
  height: 9px;
  margin-bottom: 15px;
}
.provider--dashboard__holder .pdhldr--right .provider-health-card__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.provider--dashboard__holder .pdhldr--right .provider-health-card article {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px 12px;
  padding-top: 12px;
  border-top: 1px solid #F2F4F7;
}
.provider--dashboard__holder .pdhldr--right .provider-health-card__copy strong {
  display: block;
  color: #171515;
  font-size: 13px;
  line-height: 130%;
}
.provider--dashboard__holder .pdhldr--right .provider-health-card__copy span {
  display: block;
  margin-top: 3px;
  color: #667085;
  font-size: 11px;
  line-height: 140%;
}
.provider--dashboard__holder .pdhldr--right .provider-health-card b {
  color: #344054;
  font-size: 12px;
  font-weight: 800;
  white-space: nowrap;
}
.provider--dashboard__holder .pdhldr--right .provider-health-card__bar {
  grid-column: 1/-1;
  height: 7px;
}
@media (max-width: 992px) {
  .provider--dashboard__holder {
    grid-template-columns: 1fr;
  }
}

.header-notif-btn {
  position: relative;
}

.header-notif-btn__badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 999px;
  background: #ef4444;
  color: #fff;
  font-size: 9px;
  font-weight: 800;
  line-height: 17px;
  text-align: center;
  border: 2px solid #fff;
}

.provider-notification-modal {
  position: absolute;
  top: 58px;
  right: 72px;
  width: 360px;
  max-width: calc(100vw - 24px);
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 14px;
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.16);
  z-index: 9999;
  overflow: hidden;
  display: none;
}

.provider-notification-modal.is-open {
  display: block;
}

.provider-notification-modal__header {
  padding: 16px 16px 12px;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  border-bottom: 1px solid #f3f4f6;
}

.provider-notification-modal__header h4 {
  margin: 0;
  font-size: 15px;
  font-weight: 800;
  color: #111827;
}

.provider-notification-modal__header p {
  margin: 4px 0 0;
  font-size: 11px;
  color: #9ca3af;
}

.provider-notification-modal__header button {
  border: 0;
  background: transparent;
  color: #2563eb;
  font-size: 11px;
  font-weight: 700;
  white-space: nowrap;
  cursor: pointer;
}

.provider-notification-modal__tabs {
  padding: 0 16px;
  height: 46px;
  display: flex;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid #e5e7eb;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: thin;
  scrollbar-color: #c9ced6 transparent;
}

.provider-notification-modal__tabs::-webkit-scrollbar {
  height: 3px;
}

.provider-notification-modal__tabs::-webkit-scrollbar-track {
  background: transparent;
}

.provider-notification-modal__tabs::-webkit-scrollbar-thumb {
  background: #c9ced6;
  border-radius: 999px;
}

.provider-notification-modal__tabs span,
.provider-notification-modal__tabs button {
  flex: 0 0 auto;
  height: 43px;
  display: inline-flex;
  align-items: center;
  border: 0;
  border-bottom: 2px solid transparent;
  background: transparent;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  white-space: nowrap;
  cursor: pointer;
}

.provider-notification-modal__tabs span,
.provider-notification-modal__tabs button.is-active {
  border-bottom-color: #fdb932;
  color: #b7791f;
}

.provider-notification-modal__item.is-hidden {
  display: none;
}

.provider-notification-modal__body {
  max-height: 360px;
  overflow-y: auto;
}

.provider-notification-modal__body::-webkit-scrollbar {
  width: 6px;
}

.provider-notification-modal__body::-webkit-scrollbar-track {
  background: #f9fafb;
}

.provider-notification-modal__body::-webkit-scrollbar-thumb {
  background: #d1d5db;
  border-radius: 999px;
}

.provider-notification-modal__item {
  display: flex;
  gap: 10px;
  padding: 13px 16px;
  text-decoration: none;
  border-bottom: 1px solid #f3f4f6;
  background: #fff;
  transition: background 0.2s ease;
  text-decoration: none !important;
}

.provider-notification-modal__item:hover {
  background: #f9fafb;
}

.provider-notification-modal__item.is-unread {
  background: #fffaf0;
}

.provider-notification-modal__dot {
  width: 8px;
  height: 8px;
  min-width: 8px;
  margin-top: 6px;
  border-radius: 999px;
  background: #d1d5db;
}

.provider-notification-modal__item.is-unread .provider-notification-modal__dot {
  background: #fdb932;
}

.provider-notification-modal__content {
  min-width: 0;
  flex: 1;
}

.provider-notification-modal__topline {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.provider-notification-modal__topline strong {
  display: block;
  font-size: 12px;
  font-weight: 800;
  color: #111827;
}

.provider-notification-modal__content p {
  margin: 5px 0 4px;
  font-size: 12px;
  line-height: 1.35;
  color: #4b5563;
}

.provider-notification-modal__content b {
  color: #111827;
  font-weight: 800;
}

.provider-notification-modal__content small {
  display: block;
  font-size: 10.5px;
  color: #9ca3af;
}

.provider-notification-modal__status {
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 800;
  white-space: nowrap;
}

.provider-notification-modal__status--pending {
  background: #fff7e8;
  color: #b7791f;
}

.provider-notification-modal__status--accepted {
  background: #eff6ff;
  color: #2563eb;
}

.provider-notification-modal__status--completed {
  background: #e8f7ee;
  color: #16803c;
}

.provider-notification-modal__status--cancelled {
  background: #fee2e2;
  color: #dc2626;
}

.provider-notification-modal__empty {
  padding: 34px 20px;
  text-align: center;
}

.provider-notification-modal__empty strong {
  display: block;
  font-size: 13px;
  color: #111827;
  text-decoration: none !important;
}

.provider-notification-modal__empty p {
  margin: 6px 0 0;
  font-size: 12px;
  color: #9ca3af;
  text-decoration: none !important;
}

.provider-notification-modal__footer {
  padding: 12px 16px;
  border-top: 1px solid #f3f4f6;
  background: #fafafa;
  text-align: center;
}

.provider-notification-modal__footer a {
  color: #b7791f;
  font-size: 12px;
  font-weight: 800;
  text-decoration: none !important;
}

@media (max-width: 640px) {
  .provider-notification-modal {
    top: 58px;
    right: 4px;
    width: calc(100vw - 24px);
  }
}
.provider--bookings {
  width: 100%;
  height: fit-content;
  padding: 10px 15px;
  padding-bottom: 25px;
}
.provider--bookings .provider-booking-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 45px;
  background-color: #EAF2F8;
  color: #0F4C81;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.provider--bookings .boxss-sd-bking__pfp-d__num,
.provider--bookings .boxss-sd-bking__pfp-d__email,
.provider--bookings .pbmd-rabh-box__pfp-d__num,
.provider--bookings .pbmd-rabh-box__pfp-d__email,
.provider--bookings .pbmdr-cb-boxdet-p__pfp-d__num,
.provider--bookings .pbmdr-cb-boxdet-p__pfp-d__email {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  line-height: 1.25;
}
.provider--bookings .boxss-sd-bking__pfp-d__num::before,
.provider--bookings .boxss-sd-bking__pfp-d__email::before,
.provider--bookings .pbmd-rabh-box__pfp-d__num::before,
.provider--bookings .pbmd-rabh-box__pfp-d__email::before,
.provider--bookings .pbmdr-cb-boxdet-p__pfp-d__num::before,
.provider--bookings .pbmdr-cb-boxdet-p__pfp-d__email::before {
  content: "";
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.72;
}
.provider--bookings .boxss-sd-bking__pfp-d__num::before,
.provider--bookings .pbmd-rabh-box__pfp-d__num::before,
.provider--bookings .pbmdr-cb-boxdet-p__pfp-d__num::before {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 4.8L8.9 5.9L7.9 8.2C8.7 10 10 11.3 11.8 12.1L14.1 11.1L15.2 13.4L13.7 15C13.4 15.3 12.9 15.4 12.5 15.3C8.7 14.3 5.7 11.3 4.7 7.5C4.6 7.1 4.7 6.6 5 6.3L6.6 4.8Z' stroke='%23656565' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.provider--bookings .boxss-sd-bking__pfp-d__email::before,
.provider--bookings .pbmd-rabh-box__pfp-d__email::before,
.provider--bookings .pbmdr-cb-boxdet-p__pfp-d__email::before {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6.5H19.5V17.5H4.5V6.5Z' stroke='%23656565' stroke-width='1.7' stroke-linejoin='round'/%3E%3Cpath d='M5 7L12 12.4L19 7' stroke='%23656565' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.provider--bookings__head {
  width: 100%;
  padding: 10px 0px;
  padding-top: 7px;
}
.provider--bookings__head h3 {
  font-size: 24px;
  margin-bottom: 3px;
  line-height: 110%;
}
.provider--bookings__head p {
  font-size: 14px;
  line-height: 110%;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.3019607843);
  margin: 0;
}
.provider--bookings--main-d {
  width: 100%;
  display: flex;
  gap: 20px;
}
.provider--bookings--main-d .pb-md-left {
  width: 50%;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #E0E2E7;
  height: fit-content;
}
.provider--bookings--main-d .pb-md-left__head {
  display: flex;
  width: 100%;
  padding: 18px;
  padding-bottom: 15px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E0E2E7;
  flex-wrap: wrap;
}
.provider--bookings--main-d .pb-md-left__head h3 {
  font-size: 16px;
  width: fit-content;
  font-weight: 600;
  margin: 0;
}
.provider--bookings--main-d .pb-md-left__head p {
  font-size: 14px;
  color: #0088FF;
  margin: 0;
  width: fit-content;
}
.provider--bookings--main-d .pb-md-left__head p span {
  font-size: 13px;
}
.provider--bookings--main-d .pb-md-left__accepted-body {
  width: 100%;
  padding: 18px;
  padding-bottom: 0;
}
.provider--bookings--main-d .pb-md-left__accepted-body--main {
  width: 100%;
  overflow-x: auto;
  display: flex;
  gap: 15px;
  padding-bottom: 10px;
}
.provider--bookings--main-d .pb-md-left__accepted-body .boxss-sd {
  min-width: 360px;
  height: 256px;
  background-color: #F9F6EE;
  border-radius: 8px;
  padding: 15px 13px;
}
.provider--bookings--main-d .pb-md-left__accepted-body .boxss-sd .boxss-sd-bking {
  display: flex;
  gap: 13px;
}
.provider--bookings--main-d .pb-md-left__accepted-body .boxss-sd .boxss-sd-bking__pfp {
  width: 45px;
  height: 45px;
  border-radius: 55px;
  object-fit: cover;
  object-position: center;
}
.provider--bookings--main-d .pb-md-left__accepted-body .boxss-sd .boxss-sd-bking__pfp-d {
  display: flex;
  flex-direction: column;
  row-gap: 0px;
}
.provider--bookings--main-d .pb-md-left__accepted-body .boxss-sd .boxss-sd-bking__pfp-d__name {
  font-size: 14px;
  color: #090702;
  font-weight: 500;
  margin: 0;
}
.provider--bookings--main-d .pb-md-left__accepted-body .boxss-sd .boxss-sd-bking__pfp-d__num, .provider--bookings--main-d .pb-md-left__accepted-body .boxss-sd .boxss-sd-bking__pfp-d__email {
  margin: 0;
  font-size: 12px;
  color: hsla(0, 0%, 0%, 0.6);
}
.provider--bookings--main-d .pb-md-left__accepted-body .boxss-sd .boxss-sd-bking-info {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 25px;
  row-gap: 10px;
}
.provider--bookings--main-d .pb-md-left__accepted-body .boxss-sd .boxss-sd-bking-info div p {
  margin: 0;
  font-size: 12px;
  max-width: 240px;
}
.provider--bookings--main-d .pb-md-left__accepted-body .boxss-sd .boxss-sd-bking-info div p span {
  color: #E3A200;
  text-decoration: underline;
}
.provider--bookings--main-d .pb-md-left__accepted-body .boxss-sd .boxss-sd-bking-info div .boxss-sd-bking-label {
  color: hsla(43, 64%, 2%, 0.55);
}
.provider--bookings--main-d .pb-md-left__accepted-body .boxss-sd .boxss-sd-bking-info div .boxss-sd-bking-info-serv-title {
  font-weight: 600;
  color: hsla(43, 64%, 2%, 0.55);
}
.provider--bookings--main-d .pb-md-left__accepted-body .boxss-sd .boxss-sd-bking-info div .boxss-sd-bking-info-serv-head {
  font-weight: 500;
  font-size: 13px !important;
  color: #090702;
}
.provider--bookings--main-d .pb-md-left__accepted-body .boxss-sd .boxss-sd-bking-info > *:last-child {
  grid-column: span 2;
}
.provider--bookings--main-d .pb-md-left__accepted-body .boxss-sd .boxss-sd-bking-foo {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 13px;
  width: 100%;
}
.provider--bookings--main-d .pb-md-left__accepted-body .boxss-sd .boxss-sd-bking-foo p {
  margin: 0;
  font-size: 14px;
  color: #090702;
}
.provider--bookings--main-d .pb-md-left__accepted-body .boxss-sd .boxss-sd-bking-foo p span {
  color: rgba(9, 7, 2, 0.5411764706);
  font-weight: 500;
  font-size: 14px;
}
.provider--bookings--main-d .pb-md-left__table-c {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 18px;
  padding-bottom: 25px;
  padding-top: 1px;
}
.provider--bookings--main-d .pb-md-left__table-c h3 {
  font-size: 16px;
  width: fit-content;
  font-weight: 600;
  margin: 0;
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main {
  width: 100%;
  margin-top: 15px;
  border-radius: 2px;
  border: 1px solid #E0E2E7;
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__head {
  width: 100%;
  border-bottom: 1px solid #E0E2E7;
  display: grid;
  grid-template-columns: 50px 1fr 1fr 17% 15%;
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__head div {
  height: 40px;
  padding: 10px 15px;
  border-right: 1px solid #E0E2E7;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #171515;
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__head div:last-child {
  border-right: none;
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__tbody {
  width: 100%;
  border-bottom: 1px solid #E0E2E7;
  display: grid;
  grid-template-columns: 50px 1fr 1fr 17% 15%;
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__tbody div {
  height: 100%;
  padding: 10px 15px;
  border-right: 1px solid #E0E2E7;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  color: #171515;
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__tbody div:last-child {
  border-right: none;
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__tbody div p {
  margin: 0;
  font-size: 15px;
  color: hsl(43, 64%, 2%);
  line-height: 110%;
  margin-bottom: 3px;
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__tbody div small {
  font-size: 13px;
  color: hsla(43, 64%, 2%, 0.6);
  margin-top: 1px;
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__tbody .pb-md-left-tblc-main-id {
  color: #777980;
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__tbody .pb-md-left-tblc-main-slug {
  color: #006DCC;
  word-break: break-all;
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__tbody .pb-md-left-tblc-main-act {
  gap: 4px;
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__tbody .pb-md-left-tblc-main-act a, .provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__tbody .pb-md-left-tblc-main-act button {
  width: fit-content;
  height: 22px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  color: #fff;
  padding: 0px 5px;
  padding-right: 7px;
  text-decoration: none;
  outline: none;
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__tbody .pb-md-left-tblc-main-act a svg, .provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__tbody .pb-md-left-tblc-main-act button svg {
  width: 11px;
  height: 10px;
  margin-right: 5px;
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__tbody .pb-md-left-tblc-main-act__actp {
  background-color: #11B411;
  border-color: #11B411 !important;
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__tbody .pb-md-left-tblc-main-act__actp:hover {
  background-color: rgba(17, 180, 17, 0.7882352941);
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__tbody .pb-md-left-tblc-main-act__remove {
  background-color: #DF4545;
  border-color: #DF4545 !important;
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__tbody .pb-md-left-tblc-main-act__remove:hover {
  background-color: rgba(223, 69, 69, 0.7882352941);
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__tbody:nth-child(even) {
  background-color: #F9F9F9;
}
.provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c__tbody:last-child {
  border-bottom: none;
}
@media (max-width: 1602px) {
  .provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main .pb-md-left-tblc-main-c {
    width: 850px;
  }
}
@media (max-width: 1602px) {
  .provider--bookings--main-d .pb-md-left__table-c .pb-md-left-tblc-main {
    overflow-x: scroll;
  }
}
.provider--bookings--main-d .pb-md-right {
  width: 50%;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active {
  width: 100%;
  height: fit-content;
  background-color: #fff;
  border-radius: 8px;
  border: 1px solid #E0E2E7;
  padding-bottom: 10px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__head {
  display: flex;
  width: 100%;
  padding: 18px;
  padding-bottom: 15px;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E0E2E7;
  flex-wrap: wrap;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__head h3 {
  font-size: 16px;
  width: fit-content;
  font-weight: 600;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__head .booking-help-tooltip {
  position: relative;
  display: inline-flex;
  align-items: center;
  cursor: pointer;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__head .booking-help-tooltip i {
  font-size: 14px;
  color: #666;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__head .booking-help-tooltip__text {
  visibility: hidden;
  opacity: 0;
  width: 280px;
  background: #222;
  color: #fff;
  text-align: left;
  border-radius: 6px;
  padding: 10px 12px;
  position: absolute;
  top: 125%;
  left: -7.8rem;
  transform: translateX(-50%);
  z-index: 99;
  font-size: 13px;
  line-height: 1.6;
  transition: 0.2s ease;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__head .booking-help-tooltip:hover .booking-help-tooltip__text {
  visibility: visible;
  opacity: 1;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__body {
  width: 100%;
  padding: 18px;
  padding-bottom: 15px;
  display: flex;
  flex-direction: column;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__body__head {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 20px;
  flex-wrap: wrap;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__body__head .pbmd-rabh-box {
  display: flex;
  gap: 13px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__body__head .pbmd-rabh-box__pfp {
  width: 45px;
  height: 45px;
  border-radius: 55px;
  object-fit: cover;
  object-position: center;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__body__head .pbmd-rabh-box__pfp-d {
  display: flex;
  flex-direction: column;
  row-gap: 0px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__body__head .pbmd-rabh-box__pfp-d__name {
  font-size: 14px;
  color: #090702;
  font-weight: 500;
  margin: 0;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__body__head .pbmd-rabh-box__pfp-d__num, .provider--bookings--main-d .pb-md-right .pb-md-right-active__body__head .pbmd-rabh-box__pfp-d__email {
  margin: 0;
  font-size: 12px;
  color: hsla(0, 0%, 0%, 0.6);
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__body__head__rate {
  margin: 0;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__body__details {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  justify-content: flex-start;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__body__details p {
  margin-bottom: 3px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__body__details .pdmdrabd-label {
  margin-bottom: 0px;
  opacity: 0.6;
  font-weight: 500;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__body__details .pdmdrabd-title {
  font-weight: 600;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__body__details div {
  min-width: 200px;
  flex: 1 1 200px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__body button {
  background-color: #0088FF;
  padding: 8px 10px;
  color: #fff;
  border-radius: 4px;
  margin-top: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  outline: none;
  font-size: 14px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active__body button:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.18);
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active .provider-ongoing-card {
  background: #FFFFFF;
  border-left: 4px solid #0088FF;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active .provider-ongoing-card__details {
  row-gap: 12px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active .provider-ongoing-card__actions {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
  margin-top: 14px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active .provider-ongoing-card__actions form {
  margin: 0;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active .provider-ongoing-card__btn {
  width: 100%;
  min-height: 38px;
  border: 1px solid transparent !important;
  border-radius: 6px !important;
  margin-top: 0 !important;
  padding: 8px 10px;
  font-size: 13px;
  font-weight: 600;
  outline: none;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active .provider-ongoing-card__btn--complete {
  background-color: #16A34A !important;
  color: #FFFFFF;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-active .provider-ongoing-card__btn--cancel {
  background-color: #FFFFFF !important;
  border-color: #DF4545 !important;
  color: #B42318 !important;
}
@media (max-width: 480px) {
  .provider--bookings--main-d .pb-md-right .pb-md-right-active .provider-ongoing-card__actions {
    grid-template-columns: 1fr;
  }
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__head {
  display: flex;
  width: 100%;
  padding: 18px;
  padding-bottom: 18px;
  padding-inline: 0;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E0E2E7;
  flex-wrap: wrap;
  margin-top: 10px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__head h3 {
  font-size: 16px;
  width: fit-content;
  font-weight: 600;
  margin: 0;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__head p {
  font-size: 14px;
  color: #34C759;
  margin: 0;
  width: fit-content;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__head p span {
  font-size: 13px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__head .provider-history-filter {
  width: 132px;
  height: 34px;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='5' viewBox='0 0 8 5' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L4 4L7 1' stroke='%23656565' stroke-width='1.2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
  color: #202020;
  font-size: 13px;
  padding: 0 30px 0 10px;
  outline: none;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body {
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-top: 15px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box {
  width: 100%;
  border-radius: 12px;
  background-color: #fff;
  box-shadow: 0 8px 24px rgba(15, 23, 42, 0.06), 0 2px 6px rgba(15, 23, 42, 0.04);
  position: relative;
  padding: 18px;
  padding-bottom: 8px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box--cancelled {
  border: 1px solid rgba(223, 69, 69, 0.22);
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box .provider-history-ended {
  margin: 5px 0 0;
  font-size: 12px;
  color: #656565;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box .provider-history-ended span {
  color: #202020;
  font-weight: 600;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box .provider-history-cancelled {
  color: #B42318;
  font-weight: 600;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box .icon-cb-book {
  position: absolute;
  top: 0;
  right: 0;
  user-select: none;
  -webkit-user-drag: none;
}
@media (max-width: 592px) {
  .provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box .icon-cb-book {
    width: 25vw;
  }
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__det {
  display: flex;
  gap: 25px;
  border-bottom: 1px solid #E0E2E7;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__det .pbmdr-cb-boxdet-p {
  display: flex;
  gap: 13px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__det .pbmdr-cb-boxdet-p__pfp {
  width: 45px;
  height: 45px;
  border-radius: 55px;
  object-fit: cover;
  object-position: center;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__det .pbmdr-cb-boxdet-p__pfp-d {
  display: flex;
  flex-direction: column;
  row-gap: 0px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__det .pbmdr-cb-boxdet-p__pfp-d__name {
  font-size: 14px;
  color: #090702;
  font-weight: 500;
  margin: 0;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__det .pbmdr-cb-boxdet-p__pfp-d__num, .provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__det .pbmdr-cb-boxdet-p__pfp-d__email {
  margin: 0;
  font-size: 12px;
  color: hsla(0, 0%, 0%, 0.6);
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__foo {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 10px;
  position: relative;
  z-index: 2;
  padding-block: 6px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__foo p {
  font-size: 14px;
  margin: 0;
  line-height: 100%;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__foo button, .provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__foo a {
  width: fit-content;
  height: 22px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  color: #656565;
  font-size: 12px;
  padding: 0px 5px;
  padding-right: 7px;
  text-decoration: none;
  background-color: #d2d2d2;
  border-color: #d2d2d2 !important;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__foo button:hover, .provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__foo a:hover {
  background-color: #e0e0e0;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__foo button svg, .provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__foo a svg {
  width: 11px;
  height: 10px;
  margin-right: 5px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__foo .provider-customer-actions {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__foo .provider-customer-actions .provider-customer-action-btn {
  cursor: pointer;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__foo .provider-customer-actions .provider-customer-action-btn i {
  margin-right: 4px;
  font-size: 11px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__foo .provider-customer-actions .provider-customer-action-btn.is-done {
  opacity: 0.7;
  cursor: default;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__foo .provider-customer-actions .provider-customer-action-btn--report {
  background-color: #f8d7da;
  color: #b02a37;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed__body .pbmdr-cb-box__foo .provider-customer-actions .provider-customer-action-btn--report:hover {
  background-color: #f1c2c7;
}
.provider-customer-rating {
  margin: 3px 0 0;
  font-size: 12px;
  line-height: 1.2;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2px;
}
.provider-customer-rating .provider-customer-rating__val {
  margin-left: 4px;
  color: #656565;
  font-weight: 600;
}
.provider-customer-rating .provider-customer-rating__none {
  color: #9CA3AF;
  font-style: italic;
}
.provider-customer-rating--inline {
  display: block;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed .provider-history-pagination {
  margin-top: 14px;
  padding-top: 12px;
  border-top: 1px solid #EEF0F3;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed .provider-history-pagination p {
  margin: 0;
  color: #374151;
  font-size: 12px;
  line-height: 1.4;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed .provider-history-pagination__actions {
  display: flex;
  align-items: center;
  gap: 7px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed .provider-history-pagination__btn, .provider--bookings--main-d .pb-md-right .pb-md-right-completed .provider-history-pagination__info {
  min-width: 30px;
  height: 30px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed .provider-history-pagination__btn {
  border: 1px solid #E5E7EB;
  background: #FFFFFF;
  color: #374151;
  cursor: pointer;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed .provider-history-pagination__btn--active, .provider--bookings--main-d .pb-md-right .pb-md-right-completed .provider-history-pagination__btn:not(.is-disabled):hover {
  border-color: #111827;
  background: #111827;
  color: #FFFFFF;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed .provider-history-pagination__btn.is-disabled {
  background: #F9FAFB;
  color: #9CA3AF;
  cursor: not-allowed;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed .provider-history-pagination__btn svg {
  display: block;
}
.provider--bookings--main-d .pb-md-right .pb-md-right-completed .provider-history-pagination__info {
  border: 1px solid #E5E7EB;
  background: #FFFFFF;
  color: #6B7280;
  padding: 0 9px;
  white-space: nowrap;
}
@media (max-width: 520px) {
  .provider--bookings--main-d .pb-md-right .pb-md-right-completed .provider-history-pagination {
    align-items: flex-start;
    flex-direction: column;
  }
  .provider--bookings--main-d .pb-md-right .pb-md-right-completed .provider-history-pagination__actions {
    width: 100%;
    justify-content: flex-end;
  }
}
@media (max-width: 992px) {
  .provider--bookings--main-d {
    flex-direction: column-reverse;
  }
  .provider--bookings--main-d .pb-md-left,
  .provider--bookings--main-d .pb-md-right {
    width: 100%;
  }
}
.hourly-completion-modal {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-align: left;
}
.hourly-completion-modal__rate {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 10px 12px;
  border: 1px solid #E0E2E7;
  border-radius: 8px;
  background-color: #F9FAFB;
}
.hourly-completion-modal__rate span {
  color: #656565;
  font-size: 12px;
  font-weight: 500;
}
.hourly-completion-modal__rate strong {
  color: #090702;
  font-size: 14px;
  font-weight: 700;
}
.hourly-completion-modal__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)) auto;
  gap: 10px;
  align-items: end;
}
.hourly-completion-modal__fields label {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
}
.hourly-completion-modal__fields label span {
  color: #4B5563;
  font-size: 12px;
  font-weight: 600;
}
.hourly-completion-modal__fields input {
  width: 100%;
  height: 42px;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  background-color: #FFFFFF;
  color: #090702;
  font-size: 15px;
  font-weight: 700;
  padding: 0 10px;
  outline: none;
}
.hourly-completion-modal__fields input:focus {
  border-color: #FFBE42;
  box-shadow: 0 0 0 3px rgba(255, 190, 66, 0.18);
}
.hourly-completion-modal__help {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  margin-bottom: 5px;
  border: 1px solid #D1D5DB;
  border-radius: 999px;
  background-color: #FFFFFF;
  color: #111827;
  font-size: 14px;
  font-weight: 700;
  cursor: help;
}
.hourly-completion-modal__tooltip {
  position: absolute;
  right: 0;
  bottom: calc(100% + 8px);
  z-index: 5;
  display: none;
  width: min(280px, 72vw);
  padding: 10px 12px;
  border-radius: 6px;
  background-color: #111827;
  color: #FFFFFF;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.45;
  text-align: left;
  box-shadow: 0 10px 25px rgba(15, 23, 42, 0.16);
}
.hourly-completion-modal__help:hover .hourly-completion-modal__tooltip {
  display: block;
}
@media (max-width: 480px) {
  .hourly-completion-modal__fields {
    grid-template-columns: 1fr;
  }
  .hourly-completion-modal__help {
    margin-bottom: 0;
  }
  .hourly-completion-modal__tooltip {
    right: auto;
    left: 0;
  }
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 100%;
}
@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 492px) {
  h1 {
    font-size: 38px;
  }
}
h1 span {
  color: #FFBE42;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #FFBE42;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h3 span {
  color: #FFBE42;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #171515;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
h4 span {
  color: #FFBE42;
}

.provider--service {
  width: 100%;
  background-color: #F5F7FA;
  padding: 10px 15px;
  padding-top: 15px;
  padding-bottom: 25px;
}
.provider--service .provider-service-report-summary {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
}
.provider--service .provider-service-report-summary div {
  padding: 16px;
  background-color: #fff;
  border: 1px solid #E0E2E7;
  border-left: 4px solid #FFBE42;
  border-radius: 4px;
}
.provider--service .provider-service-report-summary span {
  display: block;
  margin-bottom: 5px;
  color: #6B7280;
  font-size: 12px;
  font-weight: 700;
}
.provider--service .provider-service-report-summary strong {
  display: block;
  color: #171515;
  font-size: 20px;
  line-height: 120%;
}
.provider--service .provider-service-report-summary p {
  margin: 5px 0 0;
  color: #6B7280;
  font-size: 12px;
  line-height: 140%;
}
@media (max-width: 792px) {
  .provider--service .provider-service-report-summary {
    grid-template-columns: 1fr;
  }
}
.provider--service__btn {
  display: block;
  width: 100%;
  background-color: #FFF;
  text-decoration: none !important;
  position: relative;
}
.provider--service__btn div {
  width: 100%;
  height: 40px;
  background-color: #FFBE42;
  color: #171515;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 500;
}
.provider--service__btn div:last-child {
  height: 50px;
  background-color: #fff;
}
.provider--service__btn::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0px;
  background-color: #FFE4AF;
  transition: 80ms ease;
}
.provider--service__btn:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}
.provider--service__btn:hover::before {
  height: 4px;
}
.provider--service__btn:active {
  transition: 100ms;
  transform: translateY(2px);
}
.provider--service__table {
  width: 100%;
  background-color: #fff;
  border: 1px solid #E0E2E7;
  border-radius: 2px;
  margin-top: 20px;
  padding: 20px;
}
.provider--service__table h4 {
  font-size: 24px;
  font-weight: 600;
  color: #171515;
  margin-bottom: 1px;
}
.provider--service__table--label {
  opacity: 0.5;
  font-size: 14px;
}
.provider--service__table .provider-stbl-main {
  width: 100%;
  margin-top: 15px;
  border-radius: 2px;
  border: 1px solid #E0E2E7;
}
.provider--service__table .provider-stbl-main .provider-stbl-main-c__head {
  width: 100%;
  border-bottom: 1px solid #E0E2E7;
  display: grid;
  grid-template-columns: 120px 1fr 14% 1fr 13% 90px 120px;
}
.provider--service__table .provider-stbl-main .provider-stbl-main-c__head div {
  height: 40px;
  padding: 10px 15px;
  border-right: 1px solid #E0E2E7;
  font-size: 12px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #171515;
}
.provider--service__table .provider-stbl-main .provider-stbl-main-c__head div:last-child {
  border-right: none;
}
.provider--service__table .provider-stbl-main .provider-stbl-main-c__tbody {
  width: 100%;
  border-bottom: 1px solid #E0E2E7;
  display: grid;
  grid-template-columns: 120px 1fr 14% 1fr 13% 90px 120px;
}
.provider--service__table .provider-stbl-main .provider-stbl-main-c__tbody div {
  height: 100%;
  padding: 10px 15px;
  border-right: 1px solid #E0E2E7;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  align-items: center;
  color: #171515;
}
.provider--service__table .provider-stbl-main .provider-stbl-main-c__tbody div:last-child {
  border-right: none;
}
.provider--service__table .provider-stbl-main .provider-stbl-main-c__tbody .prvstble-mctb-id {
  color: #777980;
}
.provider--service__table .provider-stbl-main .provider-stbl-main-c__tbody .prvstble-mctb-slug {
  color: #006DCC;
  word-break: break-all;
}
.provider--service__table .provider-stbl-main .provider-stbl-main-c__tbody .prvstble-mctb-reports span {
  min-width: 30px;
  padding: 4px 8px;
  border-radius: 999px;
  background-color: #F3F4F6;
  color: #4B5563;
  font-size: 11px;
  font-weight: 800;
  text-align: center;
}
.provider--service__table .provider-stbl-main .provider-stbl-main-c__tbody .prvstble-mctb-reports .is-warning {
  background-color: #FFF8E8;
  color: #B7791F;
}
.provider--service__table .provider-stbl-main .provider-stbl-main-c__tbody .prvstble-mctb-reports .is-danger {
  background-color: #FEE2E2;
  color: #991B1B;
}
.provider--service__table .provider-stbl-main .provider-stbl-main-c__tbody .prvstble-mctb-act {
  gap: 8px;
}
.provider--service__table .provider-stbl-main .provider-stbl-main-c__tbody .prvstble-mctb-act a {
  width: 22px;
  height: 22px;
  border: 1px solid #535353;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.provider--service__table .provider-stbl-main .provider-stbl-main-c__tbody .prvstble-mctb-act__remove {
  background-color: #DF4545;
  border-color: #DF4545 !important;
}
.provider--service__table .provider-stbl-main .provider-stbl-main-c__tbody:nth-child(even) {
  background-color: #F9F9F9;
}
.provider--service__table .provider-stbl-main .provider-stbl-main-c__tbody:last-child {
  border-bottom: none;
}
@media (max-width: 992px) {
  .provider--service__table .provider-stbl-main .provider-stbl-main-c {
    width: 900px;
  }
}
@media (max-width: 992px) {
  .provider--service__table .provider-stbl-main {
    overflow-x: scroll;
  }
}

.provider--setting {
  width: 100%;
  height: fit-content;
  background-color: #F5F7FA;
  padding: 10px 15px;
  padding-top: 15px;
  padding-bottom: 25px;
}
.provider--setting--main {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #E0E2E7;
  border-radius: 2px;
  padding: 25px;
  display: flex;
  gap: 1.5rem;
}
.provider--setting--main h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.provider--setting--main label {
  font-size: 12px;
  font-weight: 500;
  color: #171515;
  margin-bottom: 4px;
  opacity: 0.9;
  user-select: none !important;
}
.provider--setting--main label span {
  color: red;
}
.provider--setting--main textarea {
  resize: none;
}
.provider--setting--main textarea,
.provider--setting--main input[type=text],
.provider--setting--main input[type=email],
.provider--setting--main input[type=password],
.provider--setting--main input[type=number],
.provider--setting--main input[type=time] {
  width: 100%;
  padding: 7px 13px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  border-radius: 4px;
}
.provider--setting--main textarea::placeholder,
.provider--setting--main input[type=text]::placeholder,
.provider--setting--main input[type=email]::placeholder,
.provider--setting--main input[type=password]::placeholder,
.provider--setting--main input[type=number]::placeholder,
.provider--setting--main input[type=time]::placeholder {
  color: #D9D9D9;
  user-select: none !important;
}
.provider--setting--main .file-field {
  margin-bottom: 15px;
}
.provider--setting--main .file-field .file-input-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  padding: 8px 10px;
  padding-left: 110px;
  height: 39.18px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.provider--setting--main .file-field .file-input-wrapper .file-btn {
  background-color: #3A3A3A;
  color: #fff;
  border: none;
  padding: 6px 14px;
  font-size: 13px;
  margin: 0 !important;
  cursor: pointer;
  position: absolute;
  height: 39.18px;
  left: 0;
  top: 0;
}
.provider--setting--main .file-field .file-input-wrapper .file-btn:hover {
  background-color: #2b2b2b;
}
.provider--setting--main .file-field .file-input-wrapper .file-name {
  font-size: 13px;
  color: #D9D9D9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.provider--setting--main .file-field .file-input-wrapper .file-name::placeholder {
  color: #D9D9D9;
  user-select: none !important;
}
.provider--setting--main button {
  padding-inline: 25px;
  align-self: flex-end;
  margin-top: 5px;
}
.provider--setting--main .cms-mm-group {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.provider--setting--main .cms-mm-group-con {
  display: flex;
  align-items: center;
  gap: 12px;
  width: auto;
}
.provider--setting--main .csm-mm-group-pass {
  width: 100%;
  position: relative;
}
.provider--setting--main .csm-mm-group-pass .show {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.provider--setting--main .csm-mm-group-pass .show svg {
  opacity: 0.5;
}
.provider--setting--main .csm-mm-btn {
  width: 100% !important;
  margin-top: 10px;
}
.provider--setting--main .csm-mm-cta {
  text-align: center;
  margin-top: 1.3rem;
  font-size: 14px;
  color: #171515;
  user-select: none;
}
.provider--setting--main .csm-mm-cta a {
  color: #FFBE42;
}
.provider--setting--main .provreg-mmcf-firstpage {
  display: flex;
  flex-direction: column;
}
.provider--setting--main .provreg-mmcf-secpage {
  display: none;
  flex-direction: column;
}
.provider--setting--main .provreg-mmcf-secpage__btns {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
}
.provider--setting--main--dropdowns {
  position: relative;
  max-width: 600px;
}
.provider--setting--main--dropdowns--sort {
  width: 100%;
  padding: 7px 13px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  height: 42px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #374151;
}
.provider--setting--main--dropdowns svg {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #9CA3AF;
}
.provider--setting--main .csm-left {
  width: 40%;
}
.provider--setting--main .csm-left__p {
  max-width: 400px;
  font-size: 14px;
  line-height: 140%;
}
.provider--setting--main .provider-schedule-card {
  margin-top: 10px;
  padding: 16px;
  border: 1px solid #D9D9D9;
  border-radius: 8px;
  background-color: #FFFDF7;
}
.provider--setting--main .provider-schedule-card__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
}
.provider--setting--main .provider-schedule-card__head h5 {
  margin: 0 0 4px;
  color: #171515;
  font-size: 16px;
  font-weight: 700;
}
.provider--setting--main .provider-schedule-card__head p {
  margin: 0;
  color: #667085;
  font-size: 12px;
  line-height: 140%;
}
.provider--setting--main .provider-schedule-card__head span {
  padding: 5px 9px;
  border-radius: 999px;
  background-color: rgba(255, 190, 66, 0.1764705882);
  color: #B7791F;
  font-size: 11px;
  font-weight: 800;
  white-space: nowrap;
}
.provider--setting--main .provider-schedule-card__days {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 7px;
}
.provider--setting--main .provider-schedule-card__time {
  margin-top: 14px;
}
.provider--setting--main .provider-schedule-day {
  margin: 0;
  cursor: pointer;
}
.provider--setting--main .provider-schedule-day input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.provider--setting--main .provider-schedule-day span {
  min-height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  background-color: #fff;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  transition: 0.15s ease;
}
.provider--setting--main .provider-schedule-day input:checked + span {
  border-color: #FFBE42;
  background-color: #FFBE42;
  color: #171515;
}
.provider--setting--main .csm-right {
  width: 60%;
}
@media (max-width: 692px) {
  .provider--setting--main {
    flex-direction: column;
    height: fit-content !important;
  }
  .provider--setting--main .csm-right,
  .provider--setting--main .csm-left {
    width: 100%;
  }
  .provider--setting--main .provider-schedule-card__days {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (max-width: 420px) {
  .provider--setting--main .provider-schedule-card__head,
  .provider--setting--main .provider-schedule-card__time {
    flex-direction: column;
  }
  .provider--setting--main .provider-schedule-card__days {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

p {
  font-size: 15px;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  font-size: 50px;
  font-weight: 700;
  letter-spacing: 0.6px;
  line-height: 100%;
}
@media (max-width: 992px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 492px) {
  h1 {
    font-size: 38px;
  }
}
h1 span {
  color: #FFBE42;
}

h2 {
  font-size: 38px;
  font-weight: 700;
  line-height: 130%;
}
@media (max-width: 992px) {
  h2 {
    font-size: 30px;
  }
}
h2 span {
  color: #FFBE42;
}

h3 {
  font-size: 25px;
  font-weight: 700;
  line-height: 120%;
}
@media (max-width: 992px) {
  h3 {
    font-size: 20px;
  }
}
h3 span {
  color: #FFBE42;
}

h4 {
  font-size: 22px;
  font-weight: 500;
  line-height: 120%;
  color: #171515;
}
@media (max-width: 992px) {
  h4 {
    font-size: 18px;
  }
}
h4 span {
  color: #FFBE42;
}

.provider-calendar {
  min-height: calc(100vh - 60px);
  padding: 24px;
  background-color: #F5F7FA;
}
.provider-calendar__hero {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 16px;
  padding: 22px;
  background-color: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
}
.provider-calendar__hero p {
  margin: 0 0 6px;
  color: #B7791F;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}
.provider-calendar__hero h1 {
  margin: 0 0 6px;
  color: #171515;
  font-size: 28px;
  font-weight: 800;
  line-height: 120%;
}
.provider-calendar__hero span {
  display: block;
  max-width: 640px;
  color: #667085;
  font-size: 14px;
  line-height: 150%;
}
.provider-calendar__actions {
  display: flex;
  align-items: center;
  gap: 8px;
}
.provider-calendar__actions a {
  min-width: 38px;
  height: 38px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  background-color: #fff;
  color: #171515;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}
.provider-calendar__actions a:hover {
  border-color: #FFBE42;
  background-color: #FFF8E8;
}
.provider-calendar__stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}
.provider-calendar__stats div {
  padding: 18px;
  background-color: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  border-left: 4px solid #FFBE42;
}
.provider-calendar__stats span {
  display: block;
  margin-bottom: 6px;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
}
.provider-calendar__stats strong {
  display: block;
  color: #171515;
  font-size: 26px;
  line-height: 110%;
}
.provider-calendar__stats p {
  margin: 6px 0 0;
  color: #667085;
  font-size: 12px;
}
.provider-calendar__workspace {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 340px;
  gap: 16px;
  align-items: start;
}
.provider-calendar__board, .provider-calendar__details {
  background-color: #fff;
  border: 1px solid #E5E7EB;
  border-radius: 6px;
  overflow: hidden;
}
.provider-calendar__weekdays {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  border-bottom: 1px solid #E5E7EB;
  background-color: #FAFAFA;
}
.provider-calendar__weekdays span {
  padding: 13px 10px;
  color: #667085;
  font-size: 12px;
  font-weight: 800;
  text-align: center;
}
.provider-calendar__grid {
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
}
.provider-calendar__day {
  min-height: 126px;
  padding: 10px;
  border-right: 1px solid #EEF0F3;
  border-bottom: 1px solid #EEF0F3;
  color: #171515;
  text-decoration: none !important;
  background-color: #fff;
  overflow: hidden;
}
.provider-calendar__day:nth-child(7n) {
  border-right: 0;
}
.provider-calendar__day:hover {
  background-color: #FFFDF7;
}
.provider-calendar__day.is-muted {
  background-color: #FAFAFA;
  color: #A0A7B2;
}
.provider-calendar__day.is-today .provider-calendar__day-top span {
  background-color: #171515;
  color: #fff;
}
.provider-calendar__day.is-selected {
  outline: 2px solid #FFBE42;
  outline-offset: -2px;
  background-color: #FFF8E8;
}
.provider-calendar__day-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 6px;
  margin-bottom: 8px;
}
.provider-calendar__day-top span {
  width: 26px;
  height: 26px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
}
.provider-calendar__day-top i {
  min-width: 22px;
  height: 20px;
  padding: 0 7px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background-color: #FFBE42;
  color: #171515;
  font-size: 11px;
  font-style: normal;
  font-weight: 900;
}
.provider-calendar__day-events {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.provider-calendar__day-events span {
  display: flex;
  align-items: center;
  gap: 6px;
  min-width: 0;
  color: #374151;
  font-size: 11px;
  line-height: 130%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.provider-calendar__day-events b {
  width: 7px;
  height: 7px;
  min-width: 7px;
  border-radius: 999px;
  background-color: #FFBE42;
}
.provider-calendar__day-events em {
  color: #B7791F;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
}
.provider-calendar__details-head {
  padding: 18px;
  border-bottom: 1px solid #E5E7EB;
  background-color: #FFF8E8;
}
.provider-calendar__details-head span {
  display: block;
  margin-bottom: 5px;
  color: #B7791F;
  font-size: 12px;
  font-weight: 800;
}
.provider-calendar__details-head strong {
  display: block;
  color: #171515;
  font-size: 20px;
  line-height: 120%;
}
.provider-calendar__details-head p {
  margin: 5px 0 0;
  color: #667085;
  font-size: 12px;
}
.provider-calendar__details-list {
  max-height: 640px;
  overflow-y: auto;
}
.provider-calendar__details-list article {
  padding: 16px;
  border-bottom: 1px solid #EEF0F3;
}
.provider-calendar__details-list article > div {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}
.provider-calendar__details-list article h2 {
  margin: 0;
  color: #171515;
  font-size: 15px !important;
  font-weight: 900;
  line-height: 130%;
}
.provider-calendar__details-list article p {
  margin: 7px 0 12px;
  color: #4B5563;
  font-size: 13px;
  line-height: 140%;
}
.provider-calendar__details-list article ul {
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 7px;
  list-style: none;
}
.provider-calendar__details-list article li {
  display: flex;
  gap: 8px;
  color: #667085;
  font-size: 12px;
  line-height: 140%;
}
.provider-calendar__details-list article li i {
  width: 14px;
  margin-top: 2px;
  color: #B7791F;
}
.provider-calendar__dot--pending {
  background-color: #F59E0B !important;
}
.provider-calendar__dot--accepted {
  background-color: #2563EB !important;
}
.provider-calendar__dot--ongoing {
  background-color: #7C3AED !important;
}
.provider-calendar__dot--completed {
  background-color: #16A34A !important;
}
.provider-calendar__dot--declined, .provider-calendar__dot--cancelled {
  background-color: #DC2626 !important;
}
.provider-calendar__status {
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 900;
  white-space: nowrap;
}
.provider-calendar__status--pending {
  background-color: #FFF8E8;
  color: #B7791F;
}
.provider-calendar__status--accepted {
  background-color: #EFF6FF;
  color: #175CD3;
}
.provider-calendar__status--ongoing {
  background-color: #F5F3FF;
  color: #6D28D9;
}
.provider-calendar__status--completed {
  background-color: #ECFDF3;
  color: #027A48;
}
.provider-calendar__status--declined, .provider-calendar__status--cancelled {
  background-color: #FEF2F2;
  color: #B42318;
}
.provider-calendar__empty {
  padding: 36px 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.provider-calendar__empty i {
  margin-bottom: 10px;
  color: #FFBE42;
  font-size: 28px;
}
.provider-calendar__empty strong {
  color: #171515;
  font-size: 14px;
}
.provider-calendar__empty p {
  max-width: 240px;
  margin: 6px 0 0;
  color: #667085;
  font-size: 12px;
  line-height: 150%;
}
@media (max-width: 1180px) {
  .provider-calendar__workspace {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 792px) {
  .provider-calendar {
    padding: 16px;
  }
  .provider-calendar__hero {
    flex-direction: column;
    align-items: flex-start;
  }
  .provider-calendar__stats {
    grid-template-columns: 1fr;
  }
  .provider-calendar__board {
    overflow-x: auto;
  }
  .provider-calendar__weekdays, .provider-calendar__grid {
    min-width: 760px;
  }
}

.customer--bookings {
  width: 100%;
  height: calc(100vh - 60px);
  background-color: #F5F7FA;
  padding: 10px 15px;
  padding-bottom: 25px;
}

.customer--dash {
  width: 100%;
  height: fit-content;
  padding: 10px 15px;
  padding-bottom: 25px;
  padding-top: 25px;
  display: flex;
  gap: 1rem;
}
.customer--dash .cusdash-left {
  width: 400px;
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.customer--dash .cusdash-left--total {
  width: 100%;
  padding: 20px 15px;
  border-bottom: 1px solid #E0E2E7;
  display: flex;
  justify-content: space-between;
}
.customer--dash .cusdash-left--total div p {
  font-size: 14px;
  line-height: 110%;
  font-weight: 500;
  color: #777980;
  margin: 0;
}
.customer--dash .cusdash-left--total div h3 {
  margin: 0;
  margin-top: 7px;
  font-size: 28px;
}
.customer--dash .cusdash-left--canceled {
  padding: 20px 15px;
  border-bottom: 1px solid #E0E2E7;
}
.customer--dash .cusdash-left--canceled__top {
  display: flex;
  justify-content: space-between;
}
.customer--dash .cusdash-left--canceled__top div p {
  font-size: 14px;
  line-height: 110%;
  font-weight: 500;
  color: #777980;
  margin: 0;
}
.customer--dash .cusdash-left--canceled__top div h3 {
  margin: 0;
  margin-top: 7px;
  font-size: 28px;
}
.customer--dash .cusdash-left--canceled__bot {
  width: 100%;
  background-color: rgba(255, 190, 66, 0.3019607843);
  border-radius: 6px;
  border: 1px solid #FFBE42;
  margin-top: 1rem;
  padding: 12px 12px;
}
.customer--dash .cusdash-left--canceled__bot p {
  font-size: 12px;
  color: #4B3D2C;
  line-height: 140%;
  margin: 0;
  margin-top: 10px;
}
.customer--dash .cusdash-left--reminders {
  width: 100%;
  padding: 20px 15px;
  border: 1px solid #E0E2E7;
  border-radius: 6px;
  background-color: #fff;
}
.customer--dash .cusdash-left--reminders__title {
  font-size: 16px;
  color: #777980;
  font-weight: 500;
  margin-bottom: 8px;
}
.customer--dash .cusdash-left--reminders__label {
  font-size: 14px;
  line-height: 130%;
  font-weight: 500;
  margin: 0;
}
.customer--dash .cusdash-left--reminders ul {
  padding: 0;
  padding-left: 16px;
  list-style: disc;
  margin-top: 15px;
  margin-bottom: 0;
}
.customer--dash .cusdash-left--reminders ul li {
  font-size: 14px;
  line-height: 130%;
}
.customer--dash .cusdash-right {
  width: 100%;
}
.customer--dash .cusdash-right__head {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
  padding-top: 5px;
}
.customer--dash .cusdash-right__head h4 {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}
.customer--dash .cusdash-right__head h4 span {
  font-size: 10px;
  color: #777980;
}
.customer--dash .cusdash-right__head__filter {
  position: relative;
}
.customer--dash .cusdash-right__head__filter--sort {
  width: 120px;
  cursor: pointer;
  height: 38px;
  border: 1px solid #D1D5DB;
  border-radius: 6px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 0px 10px;
  padding-right: 15px;
  position: relative;
  overflow: hidden;
  color: #374151;
}
.customer--dash .cusdash-right__head__filter svg {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #9CA3AF;
}
.customer--dash .cusdash-right__cards-con {
  display: flex;
  flex-direction: column;
  margin-top: 1rem;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox {
  width: 100%;
  border-radius: 8px;
  border: 1px solid #E0E2E7;
  background-color: #fff;
  overflow: hidden;
  display: flex;
  gap: 5px;
  margin-bottom: 25px;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--img img {
  width: 200px;
  height: 100%;
  object-fit: cover;
  object-position: center;
  display: block;
}
@media (max-width: 1280px) {
  .customer--dash .cusdash-right__cards-con .cdrcc-ordbox--img img {
    width: 250px;
  }
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info {
  width: 100%;
  padding: 16px;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #D1D5DB;
  padding-bottom: 13px;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--profile {
  display: flex;
  align-items: center;
  gap: 10px;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--profile img {
  width: 40px;
  height: 40px;
  border-radius: 55px;
  object-fit: cover;
  object-position: center;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--profile .customer-provider-avatar {
  width: 40px;
  height: 40px;
  border-radius: 55px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 40px;
  background-color: #FFBE42;
  color: #FFFFFF;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
  text-transform: uppercase;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--profile__dtl h3 {
  font-size: 16px;
  font-weight: 600;
  line-height: 110%;
  margin: 0;
  margin-bottom: 3px;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--profile__dtl--con {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  row-gap: 1px;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--profile__dtl--con div {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #777980;
  font-weight: 500;
  margin: 0;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--profile__dtl--con a {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #777980;
  line-height: 1.25;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--profile__dtl--con a::before {
  content: "";
  width: 11px;
  height: 11px;
  flex: 0 0 11px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0.72;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--profile__dtl--con div:first-child a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6.6 4.8L8.9 5.9L7.9 8.2C8.7 10 10 11.3 11.8 12.1L14.1 11.1L15.2 13.4L13.7 15C13.4 15.3 12.9 15.4 12.5 15.3C8.7 14.3 5.7 11.3 4.7 7.5C4.6 7.1 4.7 6.6 5 6.3L6.6 4.8Z' stroke='%23656565' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--profile__dtl--con div:last-child a::before {
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='11' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.5 6.5H19.5V17.5H4.5V6.5Z' stroke='%23656565' stroke-width='1.7' stroke-linejoin='round'/%3E%3Cpath d='M5 7L12 12.4L19 7' stroke='%23656565' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--status {
  display: flex;
  align-items: center;
  gap: 8px;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--status .cus-tbns-sty {
  border: 1px solid #D1D5DB;
  background-color: transparent;
  padding: 6px 13px;
  border-radius: 6px;
  font-size: 12px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--status .cus-tbns-sty__pending {
  background-color: rgba(245, 158, 11, 0.12);
  border-color: #F59E0B;
  color: #B45309;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--status .cus-tbns-sty__pending span {
  min-width: 5px;
  min-height: 5px;
  border-radius: 10px;
  background-color: #F59E0B;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--status .cus-tbns-sty__sceduled {
  background-color: rgba(59, 130, 246, 0.12);
  border-color: #3B82F6;
  color: #1D4ED8;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--status .cus-tbns-sty__sceduled span {
  min-width: 5px;
  min-height: 5px;
  border-radius: 10px;
  background-color: #3B82F6;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--status .cus-tbns-sty__ongoing {
  background-color: rgba(139, 92, 246, 0.12);
  border-color: #8B5CF6;
  color: #6D28D9;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--status .cus-tbns-sty__ongoing span {
  min-width: 5px;
  min-height: 5px;
  border-radius: 10px;
  background-color: #8B5CF6;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--status .cus-tbns-sty__cancelled {
  background-color: rgba(239, 68, 68, 0.12);
  border-color: #EF4444;
  color: #B91C1C;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--status .cus-tbns-sty__cancelled span {
  min-width: 5px;
  min-height: 5px;
  border-radius: 10px;
  background-color: #EF4444;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--status .cus-tbns-sty__completed {
  border-color: #22C55E;
  color: #15803D;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--status .cus-tbns-sty__completed span {
  min-width: 5px;
  min-height: 5px;
  border-radius: 10px;
  background-color: #22C55E;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i--status .receipt {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 !important;
  min-height: 32px;
  min-width: 32px !important;
}
@media (max-width: 1280px) {
  .customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-i {
    flex-direction: column;
    row-gap: 13px;
  }
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-d {
  display: flex;
  gap: 1.3rem;
  margin-top: 13px;
  align-items: flex-end;
  justify-content: space-between;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-d .cdrcc-ordbox-d-l {
  display: flex;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-d .cdrcc-ordbox-d-l--service-type {
  display: flex;
  flex-direction: column;
  gap: 5px;
  padding-right: 8px;
  border-right: 1px solid #D1D5DB;
  max-width: 240px;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-d .cdrcc-ordbox-d-l--service-type h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 500;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-d .cdrcc-ordbox-d-l--service-type p {
  font-size: 12px;
  color: #9CA3AF;
  margin: 0;
  line-height: 120%;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-d .cdrcc-ordbox-d-l--sched {
  padding-left: 25px;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-d .cdrcc-ordbox-d-l--sched p {
  margin: 0;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-d .cdrcc-ordbox-d-l--sched__label {
  font-size: 10px;
  color: #9CA3AF;
  margin-bottom: 5px !important;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-d .cdrcc-ordbox-d-l--sched__txt {
  font-size: 12px;
  color: #9CA3AF;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-d .cdrcc-ordbox-d-l--sched__txt span {
  color: #171515 !important;
}
@media (max-width: 1280px) {
  .customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-d .cdrcc-ordbox-d-l {
    flex-direction: column;
    row-gap: 13px;
  }
  .customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-d .cdrcc-ordbox-d-l--service-type, .customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-d .cdrcc-ordbox-d-l--sched {
    padding-right: 0;
    padding-left: 0;
    border: none !important;
  }
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-d .cdrcc-ordbox-d-r {
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-d .cdrcc-ordbox-d-r button {
  background-color: transparent;
  width: fit-content;
  border: none;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-d .cdrcc-ordbox-d-r p {
  font-size: 10px;
  color: #9CA3AF;
  margin-bottom: 2px;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-d .cdrcc-ordbox-d-r h4 {
  font-size: 20px;
  font-weight: 500;
  margin: 0;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-d .cdrcc-ordbox-d-r h4 span {
  font-size: 10px;
  color: #9CA3AF;
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox--info .cdrcc-ordbox-d .cdrcc-ordbox-d-r .paid {
  color: #9CA3AF;
  font-weight: 400;
}
@media (max-width: 592px) {
  .customer--dash .cusdash-right__cards-con .cdrcc-ordbox {
    flex-direction: column;
  }
  .customer--dash .cusdash-right__cards-con .cdrcc-ordbox--img img {
    width: 100%;
    height: 150px;
    object-fit: cover;
    object-position: center;
    display: block;
  }
}
.customer--dash .cusdash-right__cards-con .cdrcc-ordbox.active {
  border-color: #FFBE42 !important;
  margin-bottom: 0;
}
.customer--dash .cusdash-right__cards-con--active-box {
  width: 100%;
  border-bottom: 1px solid #E0E2E7;
  padding-bottom: 25px;
  margin-bottom: 10px;
}
@media (max-width: 992px) {
  .customer--dash {
    flex-direction: column;
    row-gap: 0.8rem;
  }
  .customer--dash .cusdash-left {
    width: 100%;
    height: fit-content;
  }
}

.provider-notification-modal__status--ongoing {
  background: #f5f3ff;
  color: #6d28d9;
}

.provider-overall-rating,
.service-card-rating {
  margin: 3px 0;
  font-size: 11px;
  color: #656565;
}

.provider-overall-rating strong,
.service-card-rating strong {
  color: #FFBE42;
}

.customer-rating-box {
  margin: 12px 16px 14px;
  padding: 12px;
  border: 1px solid rgba(255, 190, 66, 0.35);
  background: rgba(255, 190, 66, 0.08);
  border-radius: 10px;
}

.customer-rating-box__title {
  margin: 0 0 6px;
  font-size: 13px;
  font-weight: 700;
  color: #202020;
}

.star-rating {
  display: inline-flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 2px;
}

.star-rating input {
  display: none;
}

.star-rating label {
  font-size: 22px;
  color: #cfcfcf;
  cursor: pointer;
  line-height: 1;
  transition: 0.2s ease;
}

.star-rating label:hover,
.star-rating label:hover ~ label,
.star-rating input:checked ~ label {
  color: #FFBE42;
}

.customer-rating-comment {
  width: 100%;
  margin-top: 8px;
  padding: 8px 10px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  resize: vertical;
  font-size: 12px;
}

.report-receipt {
  color: #991B1B;
}

.report-receipt.is-reported {
  color: #9CA3AF;
  cursor: not-allowed;
}

.customer-report-form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.customer-report-form label {
  margin: 6px 0 0;
  font-size: 12px;
  font-weight: 700;
  color: #202020;
}

.customer-report-form select,
.customer-report-form textarea {
  width: 100%;
  padding: 9px 10px;
  border: 1px solid #E5E7EB;
  border-radius: 8px;
  background-color: #fff;
  color: #202020;
  font-size: 12px;
}

.customer-report-form textarea {
  resize: vertical;
  min-height: 92px;
}

.customer-rating-submit {
  margin-top: 8px;
  padding: 7px 12px;
  background: #FFBE42;
  border: none;
  border-radius: 7px;
  font-size: 12px;
  font-weight: 700;
  color: #202020;
  cursor: pointer;
}

.customer-rating-box__stars span {
  font-size: 18px;
  color: #cfcfcf;
}

.customer-rating-box__stars span.is-active {
  color: #FFBE42;
}

.customer-rating-box__comment {
  margin: 6px 0 0;
  font-size: 12px;
  color: #656565;
}

.rating-trigger-btn {
  border: 1px solid #f0c35b;
  background: #fff8e7;
  color: #8a5a00;
  font-size: 11px;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 6px;
  cursor: pointer;
  margin-right: 6px;
}

.rating-trigger-btn:hover {
  background: #ffefc8;
}

.rating-modal-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
  display: none;
  align-items: flex-start;
  justify-content: center;
  padding: 20px;
  padding-top: 10rem;
  z-index: 9999;
}

.rating-modal-overlay.show {
  display: flex;
}

.rating-modal-box {
  width: 100%;
  max-width: 520px;
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.18);
}

.rating-modal-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 18px;
  border-bottom: 1px solid #ececec;
}

.rating-modal-head h3 {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  color: #202020;
}

.rating-modal-close {
  border: none;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  color: #666;
}

.rating-modal-body {
  padding: 18px;
}

.rating-modal-service-title {
  margin: 0 0 6px;
  font-size: 15px;
  font-weight: 700;
  color: #202020;
}

.rating-modal-provider-name {
  margin: 0 0 14px;
  font-size: 13px;
  color: #666;
}

.rating-modal-actions {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 12px;
}

.rating-cancel-btn {
  padding: 8px 14px;
  border: 1px solid #d7d7d7;
  background: #fff;
  border-radius: 8px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 600;
}

.customer-rating-box__stars span {
  font-size: 24px;
  color: #cfcfcf;
}

.customer-rating-box__stars span.is-active {
  color: #FFBE42;
}

.service-rating-stars {
  display: inline-flex;
  align-items: center;
  gap: 2px;
}

.service-rating-stars span {
  margin-left: 4px;
  font-size: 12px;
  color: #656565;
}

.service-review-section {
  margin-top: 28px;
  padding-top: 22px;
  border-top: 1px solid #ececec;
}

.service-review-section__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 14px;
}

.service-review-section__head-m {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}

.service-review-section__head-m-s {
  font-size: 16px !important;
  color: #858688;
  white-space: nowrap;
}

.service-review-section__head .rate-til {
  margin: 0 0 5px;
  font-size: 18px;
  font-weight: 700;
  color: #202020;
}

.service-review-section__head p {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 3px;
  font-size: 13px;
  color: #656565;
}

.service-review-section__head span,
.service-review-card__stars span {
  color: #D1D5DB;
}

.service-review-section__head span.is-active,
.service-review-card__stars span.is-active {
  color: #FFBE42;
}

.service-review-section__head strong {
  margin-left: 6px;
  color: #202020;
}

.service-review-section__head small {
  color: #858688;
}

.service-review-section__list {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.service-review-card {
  display: flex;
  gap: 12px;
  padding: 14px;
  border-bottom: 1px solid #eeeeee;
  background: #fff;
}

.service-review-card__avatar {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border-radius: 50%;
  overflow: hidden;
  background: #FFBE42;
  display: flex;
  align-items: center;
  justify-content: center;
}

.service-review-card__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.service-review-card__avatar span {
  color: #fff;
  font-size: 14px;
  font-weight: 700;
}

.service-review-card__body {
  width: 100%;
}

.service-review-card__top {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.service-review-card__top h6 {
  margin: 0;
  font-size: 16px !important;
  font-weight: 700;
  margin-bottom: 1px;
  color: #202020;
}

.service-review-card__top p {
  margin: 2px 0 0;
  font-size: 12px;
  color: #858688;
  margin-bottom: 5px;
}

.service-review-card__top small {
  font-size: 12px;
  color: #858688;
  white-space: nowrap;
}

.service-review-card__stars {
  margin-top: 2px;
  font-size: 13px;
  letter-spacing: 0.1px;
  line-height: 100%;
  margin-bottom: 13px;
}

.service-review-card__comment {
  margin: 8px 0 0;
  font-size: 13px;
  line-height: 1.5;
  color: #333;
}

.service-review-card__comment--empty {
  color: #9CA3AF;
  font-style: italic;
}

.service-review-empty {
  padding: 18px;
  border: 1px dashed #d7d7d7;
  border-radius: 12px;
  text-align: center;
  color: #858688;
  font-size: 13px;
}

.customer--setting {
  width: 100%;
  height: fit-content;
  background-color: #F5F7FA;
  padding: 10px 15px;
  padding-top: 15px;
  padding-bottom: 25px;
}
.customer--setting--main {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  background-color: #fff;
  border: 1px solid #E0E2E7;
  border-radius: 2px;
  padding: 25px;
  display: flex;
  gap: 1.5rem;
}
.customer--setting--main h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
}
.customer--setting--main label {
  font-size: 12px;
  font-weight: 500;
  color: #171515;
  margin-bottom: 4px;
  opacity: 0.9;
  user-select: none !important;
}
.customer--setting--main label span {
  color: red;
}
.customer--setting--main textarea {
  resize: none;
}
.customer--setting--main textarea,
.customer--setting--main input[type=text],
.customer--setting--main input[type=email],
.customer--setting--main input[type=password],
.customer--setting--main input[type=number] {
  width: 100%;
  padding: 7px 13px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  border-radius: 4px;
}
.customer--setting--main textarea::placeholder,
.customer--setting--main input[type=text]::placeholder,
.customer--setting--main input[type=email]::placeholder,
.customer--setting--main input[type=password]::placeholder,
.customer--setting--main input[type=number]::placeholder {
  color: #D9D9D9;
  user-select: none !important;
}
.customer--setting--main .file-field {
  margin-bottom: 15px;
}
.customer--setting--main .file-field .file-input-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  border: 1px solid #D9D9D9;
  border-radius: 6px;
  padding: 8px 10px;
  padding-left: 110px;
  height: 39.18px;
  background-color: #fff;
  position: relative;
  overflow: hidden;
}
.customer--setting--main .file-field .file-input-wrapper .file-btn {
  background-color: #3A3A3A;
  color: #fff;
  border: none;
  padding: 6px 14px;
  font-size: 13px;
  margin: 0 !important;
  cursor: pointer;
  position: absolute;
  height: 39.18px;
  left: 0;
  top: 0;
}
.customer--setting--main .file-field .file-input-wrapper .file-btn:hover {
  background-color: #2b2b2b;
}
.customer--setting--main .file-field .file-input-wrapper .file-name {
  font-size: 13px;
  color: #D9D9D9;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.customer--setting--main .file-field .file-input-wrapper .file-name::placeholder {
  color: #D9D9D9;
  user-select: none !important;
}
.customer--setting--main button {
  padding-inline: 25px;
  align-self: flex-end;
  margin-top: 5px;
}
.customer--setting--main .cms-mm-group {
  margin-bottom: 10px;
  display: flex;
  flex-direction: column;
  position: relative;
  width: 100%;
}
.customer--setting--main .cms-mm-group-con {
  display: flex;
  align-items: center;
  gap: 12px;
  width: auto;
}
.customer--setting--main .csm-mm-group-pass {
  width: 100%;
  position: relative;
}
.customer--setting--main .csm-mm-group-pass .show {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  background-color: transparent;
  outline: none;
  cursor: pointer;
}
.customer--setting--main .csm-mm-group-pass .show svg {
  opacity: 0.5;
}
.customer--setting--main .csm-mm-btn {
  width: 100% !important;
  margin-top: 10px;
}
.customer--setting--main .csm-mm-cta {
  text-align: center;
  margin-top: 1.3rem;
  font-size: 14px;
  color: #171515;
  user-select: none;
}
.customer--setting--main .csm-mm-cta a {
  color: #FFBE42;
}
.customer--setting--main .provreg-mmcf-firstpage {
  display: flex;
  flex-direction: column;
}
.customer--setting--main .provreg-mmcf-secpage {
  display: none;
  flex-direction: column;
}
.customer--setting--main .provreg-mmcf-secpage__btns {
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  gap: 8px;
}
.customer--setting--main--dropdowns {
  position: relative;
  max-width: 600px;
}
.customer--setting--main--dropdowns--sort {
  width: 100%;
  padding: 7px 13px;
  border: 1px solid #D9D9D9;
  font-size: 14px;
  border-radius: 4px;
  cursor: pointer;
  height: 42px;
  background-color: #FFFFFF;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  color: #374151;
}
.customer--setting--main--dropdowns svg {
  position: absolute;
  right: 13px;
  top: 50%;
  transform: translateY(-50%);
  color: #9CA3AF;
}
.customer--setting--main .csm-left {
  width: 40%;
}
.customer--setting--main .csm-left__p {
  max-width: 400px;
  font-size: 14px;
  line-height: 140%;
}
.customer--setting--main .csm-right {
  width: 60%;
}
@media (max-width: 692px) {
  .customer--setting--main {
    flex-direction: column;
    height: fit-content !important;
  }
  .customer--setting--main .csm-right,
  .customer--setting--main .csm-left {
    width: 100%;
  }
}

/*# sourceMappingURL=app.css.map */
