/* font-family */
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap");
/* import files */
@import url("../css/auth.css?20250914144000");
@import url("../css/header_footer.css?202509102340");

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  overflow-x: hidden;
}
a:hover {
  color: #032a52;
}
a,
a:hover {
  text-decoration: none;
  -webkit-transition: ease-in-out 0.5s;
  -moz-transition: ease-in-out 0.5s;
  -o-transition: ease-in-out 0.5s;
  transition: ease-in-out 0.5s;
}
ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.form-control {
  font-weight: 500;
}
.form-control::placeholder {
  color: #49505770;
}

/* ==================== HOME PAGE START =================== */
main {
  padding: 80px 0 0;
}
.wd-sh-home-bnr {
  /*min-height: 70vh;
  height: auto;*/
  height: 525px;
  padding: 118px 0 0;
  background: linear-gradient(
    180deg,
    rgba(248, 248, 248, 0.5) 0%,
    rgba(236, 236, 236, 0.7) 65%,
    rgba(143, 143, 143, 0.9) 100%
  );
}
.wd-sh-home-bnr h1 {
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 0;
  color: #032a52;
  height: 193px;
}
.wd-sh-home-bnr h1 span,
.changingword {
  color: #e8ac48;
}
.wd-sh-con-vedio {
  background: #032a52;
  padding-bottom: 0;
}
.bnr-img-text h3 {
  margin: 0;
  font-size: 46px;
  font-weight: 500;
  text-align: center;
  color: #fff;
}
.icons {
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 24px;
  margin: 64px 0 0;
}
.icons p {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  margin: 0;
}
.icons img,
.icon-one span svg {
  margin-bottom: 12px;
  width: 40px;
  height: 40px;
}
.sh-como-funciona {
  background-color: #fff;
  padding: 128px 0;
}
.wd-sh-heading {
  font-size: 48px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 64px;
}
.wd-como-box {
  display: flex;
  align-items: center;
  height: 100%;
  border-radius: 16px;
}
.wd-sh-como-lft {
  background: linear-gradient(0deg, #032a52, #032a52);
  padding: 64px;
  border-radius: 16px 0 0 16px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
.wd-sh-como-lft span {
  font-size: 32px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 100px;
  border: 2px solid #f1ede4;
  color: #fff;
}
.wd-sh-como-lft h3 {
  font-size: 38px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 24px;
}
.wd-sh-como-lft p {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
}
.wd-sh-como-rght img {
  height: 600px;
  object-fit: cover;
  border-radius: 0 16px 16px 0;
}
.wd-sh-space {
  margin-bottom: 32px;
}
.wd-mb-32 {
  margin-bottom: 32px;
}
.wd-sh-hallo {
  background: #f5f5f5;
  text-align: center;
  padding: 70px 0 90px;
}
.wd-sh-hallo h6 {
  font-weight: 400;
  font-size: 15px;
  color: #000000;
  margin-bottom: 50px;
}
.wd-sh-hallo h3 {
  font-size: 68px;
  font-weight: 700;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  margin-bottom: 10px;
  color: #032a52;
}
.wd-sh-hallo p {
  font-size: 28px;
  font-weight: 400;
  margin: 0 0 30px;
}
/*.wd-sh-hallo .form-inline{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}*/
.wd-get-form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  width: 60%;
  position: relative;
  margin: 0 auto;
}
.wd-get-form .form-group {
  margin-bottom: 0;
  width: 100%;
}
.wd-get-form .form-group .form-control {
  padding: 16px;
  background: #f5f5f5;
  border: 1px solid #e0e0e0;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  font-weight: 500;
  font-size: 18px;
  color: #828282;
  height: auto;
  width: 100%;
}
.wd-get-form .form-group .form-control:focus {
  border-color: #032a52;
}
.wd-sh-submit {
  background: #e8ac48;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.05);
  border-radius: 8px;
  font-weight: 500;
  font-size: 18px;
  color: #f5f5f5;
  padding: 16px 32px;
  border: none;
}
.wd-sh-light-btn {
  padding: 15px 20px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 14px;
  color: #111111;
  text-align: center;
  border: 1px solid #ffff;
}
.wd-mr-about {
  position: relative;
  top: -73px;
}
.wd-sh-btn-img {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/seller-console/bnr-img.png) no-repeat;
  background-size: cover;
  background-position: center;
  width: 100%;
  height: 500px;
  border-radius: 8px;
  margin-bottom: 64px;
}
.wd-sh-voce-text {
  background: #032a52;
  height: 600px;
  padding: 0 93px 0 64px;
  display: flex;
  flex-flow: column;
  justify-content: center;
  height: 100%;
}
.wd-sh-voce-text h5 {
  font-weight: 500;
  font-size: 46px;
  color: #ffffff;
  margin-bottom: 24px;
}
.wd-sh-voce-text p {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  margin-bottom: 64px;
}
.wd-sh-voce-text a {
  border: 1px solid #ffffff;
  border-radius: 4px;
  padding: 15px 24px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  background: transparent;
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}
.wd-sh-voce-img {
  background-image: url("../images/seller-console/man.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  width: 100%;
  height: 600px;
  display: flex;
  align-items: flex-end;
  padding: 0 0 48px 48px;
}
.wd-sh-text-box i {
  color: #e8ac48;
}
.wd-sh-text-box p {
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  margin-bottom: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
}
.wd-sh-text-box h5 {
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  margin-bottom: 8px;
}
.wd-sh-text-box h6 {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
}
/* ==================== HOME PAGE END =================== */

/* --------------USER Complete Profile( wd-mr) [ START ] -------------- */
.wd-profile-bnr {
  position: relative;
  /*background: url(../images/user-profile/profile-bg.png) no-repeat;*/
  background: #e5e7eb;
  background-size: cover;
  height: 340px;
  width: 100%;
  padding: 0;
}
/* BREADCRUMB FAVORITE EXPERTS */
.breadcrumb-fav-expert {
  position: relative;
  background: #e5e7eb;
  background-size: cover;
  height: 200px;
  width: 100%;
}
/* breadcrumbs */
.breadcrumb {
  padding: 40px 0 0;
  margin: 0;
  background-color: transparent;
  align-items: center;
  display: flex;
}
.breadcrumb li a {
  font-size: 16px;
  font-weight: 500;
  color: #000000;
}
.breadcrumb li.active {
  color: #000000;
}
.breadcrumb-item + .breadcrumb-item::before {
  display: none;
}
.break-arrows svg {
  margin: 0 10px;
}
.wd-cmplt-profile {
  margin: -245px auto 80px;
  position: relative;
}
.wd-cmplt-profile h1 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #000000;
  margin-bottom: 40px;
}
/* COMPLETED PROFILE */
.wd-profl-bx {
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px #0000000f;
  padding: 40px 60px;
  border-radius: 20px;
}
.wd-prfol-lft h3 {
  font-size: 16px;
  font-weight: 500;
  color: #16171b;
  margin-bottom: 14px;
  transition: all 0.3s ease;
}

.wd-upload-profile {
  border: 1px dashed #a2b7d1;
  background: #f7fafe;
  padding: 13px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 22px;
}
.wd-upload-lft {
  display: flex;
  align-items: center;
  gap: 12px;
}
.wd-upload-lft .profile-pic {
  max-width: 97px;
  height: 93px;
  border-radius: 50%;
}
.wd-upload-lft p {
  font-size: 14px;
  font-weight: 500;
  color: #16171b;
  margin-bottom: 0;
}
.wd-upload-lft span {
  color: #909ead;
}
.wd-upload-profile .wd-browse-profile {
  margin: 20px 15px 20px auto !important;
}

.wd-browse-profile,
.wd-browse-url {
  font-size: 14px;
  font-weight: 500;
  color: #f67900;
  padding: 8px 37px;
  border: 1px solid #c4d2e4;
  border-radius: 8px;
  background: #f0f6fd;
}
.wd-browse-profile:hover,
.wd-browse-url:hover {
  border: 1px solid #f67900;
}
.profile-upload {
  display: none;
}
.wd-card-rght h3 {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 16px;
  font-weight: 500;
  color: #16171b;
  margin-top: 5px;
  margin-bottom: 12px;
}
/* upload projecs and work */
/* upload image */
.upload__box {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 12px;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: 30px;
}
.upload__btn {
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  justify-content: center;
  flex-direction: column;
  width: 106px;
  height: 106px;
  border: 1px dashed #a2b7d1;
  padding: 5px;
  transition: all 0.3s ease;
  cursor: pointer;
  background: #f7fafe;
  border-radius: 12px;
  margin-bottom: 0;
}
.upload__btn h3 {
  font-size: 16px;
  font-weight: 500;
  line-height: 20.42px;
  text-align: center;
  color: #040f1e;
  margin: 40px 0 10px;
}
.add-icon {
  margin-bottom: 12px;
}
.upload__btn p {
  color: #92accd;
  font-size: 12px;
  font-weight: 400;
  line-height: 15.31px;
  text-align: center;
  margin-bottom: 0;
}
.upload__img-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.upload__img-box {
  width: 106px;
  height: 106px;
  object-fit: cover;
  border: 2px solid #d4e0eb;
  border-radius: 12px;
}
.upload__img-close {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background-color: #0000004d;
  border: 1px solid #ffffff;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6px 6px 0 0;
}
.upload__img-close:after {
  content: "";
  background: url(../images/user-profile/cross.png) no-repeat;
  width: 8px;
  height: 8px;
  margin: 0px;
}
.upload__inputfile {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.img-bg {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 12px;
}
/* video url */
/*Tips about your Area*/
.wd-video-url {
  border: 1px solid #d0dded;
  padding: 6px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 8px;
  gap: 15px;
  margin-bottom: 20px;
}
.wd-video-url .form-control {
  background: transparent;
  border-radius: 8px;
  height: auto;
  font-size: 15px;
  font-weight: 500;
  color: #16171b;
  padding: 8px 15px;
  border: none;
}
.wd-video-url .form-control::placeholder {
  color: #b6c2d1;
}
.wd-video-url .form-control:focus {
  box-shadow: none;
}
.wd-card-rght .auth-form {
  width: 100%;
}
.wd-form-list {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-bottom: 10px;
  width: 100%;
}
.wd-form-list:last-child {
  margin-bottom: 30px;
}
.wd-lst-no {
  font-size: 16px;
  font-weight: 500;
  color: #16171b;
}
.wd-btn-grp {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 20px;
}
/* Cancel button */
.wd-cancel-btn {
  background: white;
  border: 1.5px solid #3498db;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border-radius: 8px;
  color: #3498db;
  padding: 10px 20px;
  min-width: 150px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
  z-index: 1;
}

/* Gradiente invertido e mais suave para hover */
.wd-cancel-btn:hover {
  background: linear-gradient(90deg, #3498db20, #9b59b620); /* 20% de opacidade */
  border-color: #3498db;
  color: #2c3e50; /* Texto mais escuro no hover */
}

/* Efeito de barra luminosa (versão mais suave) */
.wd-cancel-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg,
             transparent,
             rgba(52, 156, 219, 0.2), /* Azul com 20% opacidade */
             transparent);
  transition: all 0.6s ease;
  z-index: -1;
}

.wd-cancel-btn:hover::before {
  left: 100%;
}

/* Estado ativo */
.wd-cancel-btn:active {
  transform: translateY(1px);
  background: linear-gradient(90deg, #3498db10, #9b59b610); /* Efeito mais suave */
}

/* Submit button */
.wd-submit-btn {
  background: linear-gradient(90deg, #3498db, #9b59b6);
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  border: none;
  border-radius: 8px;
  color: #fff;
  padding: 10px 20px;
  min-width: 150px;
}

.wd-submit-btn:hover {
  background: linear-gradient(90deg, #2980b9, #8e44ad);
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.wd-submit-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  /* width: 100%; */
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: all 0.6s ease;
  z-index: -1;
}

.wd-submit-btn:hover::before {
  left: 100%;
}
/* --------------USER Complete Profile( wd-mr) [ END ] -------------- */
/* about us */
.wd-about-blog {
  padding: 45px 0 80px;
}
.wd-about-blog h1 {
  font-size: 32px;
  font-weight: 700;
  text-align: center;
  color: #040f1e;
  margin-bottom: 45px;
}
.wd-about-area {
  background: #fff;
  box-shadow: 0px 0px 16px 0px #0000000f;
  padding: 50px;
  border-radius: 20px;
  position: relative;
}
.wd-about-txt {
  margin-bottom: 18px;
}
.wd-about-txt h2,
.wd-about-txt h3 {
  font-size: 16px;
  font-weight: 600;
  color: #16171b;
  margin-bottom: 10px;
}
.wd-about-txt p {
  font-size: 14px;
  font-weight: 400;
  color: #5d7492;
  margin-bottom: 20px;
}
.wd-about-txt p:last-child,
.wd-about-txt:last-child {
  margin-bottom: 0;
}
.wd-about-txt ol {
  margin: 0 0 15px;
  padding: 0 15px;
}
.wd-about-txt ol li {
  font-size: 14px;
  font-weight: 400;
  color: #5d7492;
  margin-bottom: 6px;
}

/* shivani */
/* ==================== FOOTER START =================== */
.wd-sh-footer {
  background: #040f1e;
}
.wd-sh-footer-logo a {
  display: block;
}
.wd-sh-footer-logo img {
  margin-bottom: 54px;
  height: 44px;
  object-fit: contain;
}
.wd-sh-footer .wd-media-links {
  justify-content: flex-start;
}
.wd-sh-ftr-links h5 {
  font-weight: 600;
  font-size: 18px;
  color: #ffffff;
  margin-bottom: 16px;
}
.wd-sh-ftr-links ul li {
  margin-bottom: 16px;
  display: block;
}
.wd-sh-ftr-links ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  margin: 0;
  display: block;
}
.wd-sh-ftr-links ul li:last-child {
  margin-bottom: 0;
}
.wd-sh-links {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 31px;
}
/* ==================== FOOTER END =================== */
/* ==================== CHANGE PASSWORD START =================== */
.change-pass {
  padding: 45px 0;
}
.wd-sh-change-pass h1 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  color: #040f1e;
  margin-bottom: 45px;
  text-align: center;
}
.wd-sh-center {
  display: flex;
  align-items: center;
  justify-content: c;
}
.wd-sh-pass-box {
  background: #ffffff;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 50px;
}
.wd-sh-pass-box h3 {
  font-weight: 600;
  font-size: 16px;
  color: #16171b;
  margin-bottom: 10px;
}
.wd-sh-pass-box p {
  font-weight: 400;
  font-size: 14px;
  color: #5d7492;
  margin-bottom: 18px;
}
.wd-sh-pass-box ol {
  font-weight: 400;
  font-size: 14px;
  color: #5d7492;
  margin-bottom: 20px;
}
.wd-sh-change-pass-frm label {
  font-weight: 500;
  font-size: 14px;
  color: #5d7492;
  margin-bottom: 6;
}
.wd-sh-change-pass-frm .form-group {
  margin-bottom: 20px;
  position: relative;
}
.wd-sh-change-pass-frm .form-control {
  background: #ffffff;
  border: 1px solid #d0dded;
  border-radius: 8px;
  padding: 15px 15px;
  font-weight: 500;
  font-size: 16px;
  color: #16171b;
  height: auto;
}
.wd-sh-change-pass-frm textarea {
  max-width: 500px;
  max-height: 134px;
  width: 100%;
}
.wd-sh-change-pass-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 25px;
}
.cancel-btn {
  background: #ffffff;
  box-shadow: 0px 8px 8px 0px #032b5211;
  border: 1px solid #d0dded;
  border-radius: 8px;
  font-weight: 500;
  font-size: 16px;
  color: #093770;
  padding: 16px 20px;
  width: 100%;
  text-align: center;
  display: block;
}
.sh-change-footer {
  background: #040f1e;
}
.wd-sh-footer-top {
  padding: 55px 0;
}
.wd-sh-footer-top ul {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: center;
}
.wd-sh-footer-top ul li a {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
}
.wd-sh-footer-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.wd-sh-footer-bottom a {
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.4);
}

/* ==================== CHANGE PASSWORD END =================== */
/*----- like Checkbox ----*/
.wd-user-box {
  box-shadow: 0px 0px 16px 0px #0000000f;
  background: #ffffff;
  border-radius: 20px;
  /* padding: 40px 45px; */
  /* width: 1400px; */
  padding: 1rem;
}
.wd-mr-like {
  position: absolute;
  top: 0;
  right: 0;
  margin: 10px 10px 0 0;
}
.wd-mr-like span {
  background: #ffffff;
  width: 30px;
  height: 30px;
  min-width: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.wd-mr-like input[type="checkbox"] {
  display: none;
}
.wd-mr-like input[type="checkbox"] + label {
  position: relative;
  margin: 0;
  cursor: pointer;
}
.wd-mr-like input[type="checkbox"]:checked + label svg path {
  stroke: #ff4646;
  fill: #ff4646;
  box-shadow: 0px 4px 4px 0px #ff464640;
}
/* ------------  My Appointment -------------- */
.wd-cstm-tab {
  border: 1px solid #e3eaf3;
  background: #fff;
  border-radius: 14px;
  margin-bottom: 30px;
  padding: 0;
}
.wd-cstm-tab .nav {
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
  width: 100%;
  overflow-x: auto;
}
.wd-cstm-tab .nav .nav-link {
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  padding: 15px 25px;
  position: relative;
  white-space: nowrap;
  color: #738aa8;
  border-radius: 0;
}
.wd-cstm-tab .nav .nav-link.active {
  font-weight: 600;
  color: #040f1e;
  background-color: transparent;
}
.wd-cstm-tab .nav .nav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 5px;
  background: #093770;
  border-radius: 20px 20px 0 0;
  margin-bottom: 0px;
}
.wd-app-rqst-bx {
  border: 1px solid #e3edf0;
  border-radius: 14px;
  margin-bottom: 12px;
  background: #fff;
  padding: 16px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.wd-app-lft {
  display: flex;
  align-items: center;
  gap: 14px;
  width: 70%;
}
.wd-rqst-img img {
  border: 1px solid #738aa8;
  min-width: 70px;
  height: 70px;
  object-fit: cover;
  border-radius: 50%;
}
.wd-rqst-status {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.wd-app-txt h3 {
  font-size: 18px;
  font-weight: 600;
  color: #16171b;
  margin: 0;
}
.wd-app-txt p {
  font-size: 12px;
  font-weight: 400;
  color: #46586f;
  margin-bottom: 0;
  width: 90%;
}
.wd-acept-rqst {
  font-size: 12px;
  font-weight: 600;
  line-height: 14.08px;
  text-align: left;
  color: #34a853;
  padding: 8px 12px;
  border-radius: 8px;
  background: #e2f5e7;
  display: inline-block;
}
.wd-app-rght {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 30%;
}
.rqst-time-bx {
  border: 1px solid #e3edf0;
  border-radius: 14px;
  background: #fff;
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wd-rqst-time p {
  display: flex;
  gap: 8px;
  font-size: 14px;
  font-weight: 400;
  color: #46586f;
  margin-bottom: 6px;
}
.wd-pay-btn {
  font-size: 18px;
  font-weight: 500;
  box-shadow: 0px 8px 8px 0px #469d3826;
  background: #469d38;
  padding: 5px 32px;
  border-radius: 8px;
  color: #fff;
  border: 1px solid #469d38;
  display: block;
  width: fit-content;
}
.wd-pay-btn:hover {
  color: #469d38;
  background: transparent;
}
/* Upcoming Seasons : My Appointment  */
.wd-requst-bx {
  border: 1px solid #e3edf0;
  padding: 20px;
  border-radius: 14px;
  margin-bottom: 130px;
}
.wd-rqst-top {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 15px;
}
.wd-rqst-img {
  border: 1px solid #738aa8;
  min-width: 70px;
  height: 70px;
  object-fit: contain;
  border-radius: 50%;
}
.wd-rqst-img img {
  width: 100%;
  object-fit: contain;
}
.wd-rqst-dtls h3 {
  font-size: 18px;
  font-weight: 600;
  color: #16171b;
  margin-bottom: 8px;
}
.rqst-time-bx {
}

.wd-join-btn {
  box-shadow: 0px 8px 8px 0px #000000;
  background: #032052;
  border: 1px solid #ffffff;
  color: #fff;
  border-radius: 8px;
  padding: 2px 15px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}
.wd-join-btn:hover {
  color: #032a52;
  background: transparent;
  border: 1px solid #032a52;
}
.btn-enter {
  box-shadow: 0px 8px 8px 0px #000000;
  background: green;
  border: 1px solid #ffffff;
  color: #fff;
  border-radius: 8px;
  padding: 2px 15px;
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}

.btn-enter:hover {
  color: green;
  background: transparent;
  border: 1px solid green;
}

/* ------------support ----------- */
.wd-support-blog {
  padding: 48px 0 80px;
  position: relative;
}
.wd-support-blog h1 {
  font-size: 32px;
  font-weight: 700;
  color: #040f1e;
  margin-bottom: 45px;
  text-align: center;
}
.wd-form-group {
  display: flex;
  align-items: center;
  gap: 20px;
}
.wd-support-blog .auth-form {
  box-shadow: 0px 0px 16px 0px #0000000f;
  background: #ffffff;
  border-radius: 20px;
  padding: 40px;
  width: 100%;
}
.wd-support-blog.wd-btn-grp {
  justify-content: center;
}
.wd-support-blog .wd-cancel-btn,
.wd-support-blog .wd-submit-btn {
  min-width: auto;
  width: 100%;
}
/* seller profile blog */
.seller-profile-blog {
  padding: 50px 0 80px;
  position: relative;
}
.wd-avbl-area {
  border: 1px solid #e3edf0;
  background: #ffffff;
  border-radius: 18px;
  padding: 20px;
  margin-bottom: 20px;
}
/*.wd-avbl-area h3 {
  font-size: 18px;
  font-weight: 500;
  color: #040f1e;
}*/
/* select date */
/*.wd-choose-date {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 0;
}*/

.wd-choose-date {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  padding: 0;
}

.wd-choose-date p {
  margin-bottom: 0;
}
.wd-choose-date label {
  position: relative;
  border: 1px solid #d3d3d3;
  border-radius: 8px;
  padding: 12px 16px; /* aumenta altura e espaçamento interno */
  font-size: 18px; /* fonte maior */
  font-weight: 500;
  color: #000000;
  margin-bottom: 0;
  text-align: center;
  cursor: pointer;
  width: 100%; /* ocupa toda a célula do grid */
  box-sizing: border-box; /* garante que padding não ultrapasse */
}

.wd-choose-date label:hover {
  background-color: #d3d3d3;
}

.wd-choose-date [type="radio"]:checked,
.wd-choose-date [type="radio"]:not(:checked),
.wd-choose-date [type="checkbox"]:checked,
.wd-choose-date [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}
/* color of selected time button */
.wd-choose-date [type="radio"]:checked + label,
.wd-choose-date [type="checkbox"]:checked + label {
   background: linear-gradient(135deg,
    hsl(220, 84%, 55%),
    hsl(220, 100%, 70%)
  );
  color: #ffffff;
}
.wd-choose-date [type="radio"]:not(:checked) + label:after,
.wd-choose-date [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.wd-choose-date [type="radio"]:checked + label:after,
.wd-choose-date [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.wd-confrm-btn {
  background: #032a52;
  border: 1px solid #093770;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #ffffff;
  border-radius: 12px;
  margin-bottom: 14px;
  display: block;
  padding: 12px 24px;
}
.wd-time-btn {
  border: 1px solid #d0dded;
  background: #f0f6fb;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  color: #093770;
  border-radius: 12px;
  display: block;
  padding: 12px 24px;
}
.wd-confrm-btn:hover,
.wd-time-btn:hover {
  color: #093770;
  border: 1px solid #093770;
  background: transparent;
}
.wd-price-hr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wd-price-hr p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
  color: #16171b;
}
.wd-price-hr span {
  color: #16171b;
  font-size: 18px;
  font-weight: 600;
  display: block;
  margin: 0;
}
/* swiper slider */
.product-slider {
  border: 1px solid #e3edf0;
  border-radius: 18px;
  padding-bottom: 20px;
}
.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  background-size: cover;
  background-position: center;
  border-radius: 12px 12px 0 0;
}
.mySwiper {
  margin: 18px 0 0;
  border-radius: 0 0 12px 12px;
}
.mySwiper .swiper-slide img {
  width: 100% !important;
  height: 88px;
  object-fit: cover;
  margin: 0;
  background: #ffffff;
  border: none;
  border-radius: 0;
  padding: 0 8px;
}
.mySwiper2 {
  height: 100%;
  width: 100%;
}
.mySwiper2 .swiper-slide {
  position: relative;
}
.mySwiper2 .swiper-slide img {
  width: 100%;
  height: 421px;
  object-fit: cover;
  border-radius: 18px 18px 0 0;
}
.swiper-button-next,
.swiper-button-prev {
  color: #000;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  font-weight: 900;
}
.mySwiper {
  padding: 0 20px;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 0;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: 0;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
}
.wd-user-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 30px;
}
.wd-user-title h2,
.wd-user-review h2 {
  font-size: 28px;
  font-weight: 600;
  color: #16171b;
  margin-bottom: 8px;
}
.wd-user-review h2 {
  margin-bottom: 30px;
}
.wd-user-title h6 {
  font-size: 16px;
  font-weight: 500;
  color: #214878;
  margin-bottom: 0;
}
/*.wd-user-about {
  border: 1px solid #e3edf0;
  background: #fff;
  padding: 20px;
  border-radius: 18px;
  margin-bottom: 20px;
}
.wd-share-media {
  display: flex;
  align-items: center;
  gap: 10px;
}
.wd-share-media li a {
  min-width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.user-about-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  border-bottom: 1px solid #e3edf0;
  margin-bottom: 20px;
}
.user-about-top h3 {
  font-size: 20px;
  font-weight: 600;
  color: #16171b;
  margin-bottom: 0;
}
.wd-user-about p {
  font-size: 14px;
  font-weight: 400;
  color: #5d7492;
  margin-bottom: 15px;
}
.wd-user-about p:last-child {
  margin-bottom: 0;
}
.wd-user-about .nav {
  border-bottom: 1px solid #e3edf0;
  flex-wrap: nowrap;
  overflow-x: auto;
}
.wd-user-about .nav-pills .nav-link {
  border-radius: 0;
  font-size: 16px;
  font-weight: 500;
  color: #7b8798;
  padding: 0 40px 10px;
  white-space: nowrap;
}
.wd-user-about .nav-pills .nav-link.active,
.wd-user-about .nav-pills .show > .nav-link {
  background: transparent;
  color: #040423;
  border-bottom: 4px solid #ffb822;
  font-weight: 600;
}
.wd-user-about .tab-content {
  margin-top: 20px;
}*/
/* user reviews */
/* Caixa de avaliação */
.wd-review-box {
  background: #ffffff;
  border: 1px solid #e3eaf3;
  border-radius: 16px;
  padding: 24px;
  margin-bottom: 16px;
  /*box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);*/
  transition: box-shadow 0.3s ease;
}
.wd-review-box:hover {
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}
.wd-review-box:last-child {
  margin-bottom: 32px;
}

/* Topo da avaliação */
.wd-review-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

/* Usuário */
.wd-review-user {
  display: flex;
  align-items: center;
  gap: 16px;
}
.wd-user-dtls h3 {
  font-size: 17px;
  font-weight: 600;
  color: #1a2b44;
  margin-bottom: 2px;
}

/* Imagem do usuário */
.wd-rvw-img {
  border: 2px solid #d0e3f0;
  border-radius: 50%;
  background: #f0f7fc;
  padding: 4px;
}
.wd-rvw-img img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  object-fit: cover;
}

/* Estrelas */
.wd-review-star {
  display: flex;
  align-items: center;
  gap: 6px;
}
.wd-review-star ul {
  display: flex;
  align-items: center;
  gap: 4px;
}
.wd-review-star ul li img {
  width: 14px;
  height: 14px;
  object-fit: contain;
}

/* Data */
.wd-report-date {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  font-weight: 500;
  color: #5a6f85;
  margin: 0;
}

/* Ações do usuário */
.wd-user-right {
  display: flex;
  align-items: center;
  gap: 16px;
}

/* Texto da avaliação */
.wd-review-body p {
  font-size: 15px;
  font-weight: 400;
  color: #2d3d53;
  margin: 0;
  line-height: 1.6;
}

/* Button load more */
/*.wd-load-btn {
  display: block;
  width: fit-content;
  margin: 40px auto 0;
  border: 1px solid #d0dded;
  border-radius: 10px;
  font-size: 17px;
  font-weight: 500;
  color: #093770;
  padding: 12px 36px;
  background: #ffffff;
  transition: all 0.2s ease;
}
.wd-load-btn:hover {
  border-color: #093770;
  background-color: #f0f4ff;
  color: #093770;
}*/

/* user summary */
.wd-sumry-time {
  border: 1px solid #d0dded;
  background: #fafbfd;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 20px;
  border-radius: 14px;
  margin-bottom: 20px;
}
.wd-sumry-time p {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  color: #46586f;
  gap: 8px;
}
.wd-sumry-area h2 {
  font-size: 20px;
  font-weight: 600;
  color: #16171b;
  margin-bottom: 8px;
}
.wd-sumry-area p {
  font-size: 14px;
  font-weight: 400;
  color: #5d7492;
  margin-bottom: 20px;
}
.wd-sumry-area .auth-form {
  width: 100%;
}
.wd-sumry-area .wd-pay-btn {
  margin: 0 0 0 auto;
  padding: 8px 40px;
}
/* Request a Time : Modal */
@media (min-width: 576px) {
  .user-modal .modal-dialog {
    max-width: 440px;
    margin: 1.75rem auto;
  }
}
.user-modal .modal-content {
  background: #ffffff;
  border-radius: 28px;
}
.user-modal .modal-header {
  justify-content: center;
  align-items: center;
  border-bottom: none;
  flex-flow: column;
  padding: 35px 30px;
  position: relative;
  gap: 8px;
}
.user-modal .modal-title {
  font-size: 22px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0;
  color: #0541ff;
}
.user-modal .modal-header p {
  font-size: 16px;
  font-weight: 500;
  color: #5d7492;
  margin-bottom: 0;
}
.user-modal .close span {
  min-width: 38px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #e6edf4;
  border-radius: 50%;
}
.user-modal .close {
  position: absolute;
  padding: 0;
  margin: 20px 20px 0 0;
  top: 0;
  right: 0;
}
.user-modal .modal-body {
  padding: 0 30px 30px;
}
.user-modal .auth-form,
.user-pwd-blog .auth-form,
.user-account .auth-form {
  width: 100%;
}
#reqstTime .auth-form .form-group .form-control {
  padding: 12.5px 15px;
}
/* modal : Request Send  Success !*/
.wd-sucess-area {
  text-align: center;
}
.wd-sucess-area img {
  height: 181px;
  object-fit: contain;
  margin-bottom: 18px;
}
.wd-sucess-area h3 {
  font-size: 22px;
  font-weight: 600;
  color: #040f1e;
  margin-bottom: 4px;
}
.wd-sucess-area p {
  font-size: 16px;
  font-weight: 400;
  color: #5d7492;
  margin-bottom: 25px;
}
.wd-sucess-area a {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 55%;
  margin: 0 auto;
}
.wd-sucess-area a:hover svg path {
  stroke: #032a52;
}
.user-pwd-blog .wd-cancel-btn,
.user-pwd-blog .wd-submit-btn,
.user-account .wd-cancel-btn,
.user-account .wd-submit-btn {
  min-width: auto;
  width: 100%;
}
/* ---------------user Home [START]-------------- */
.wd-user-banner {
  background: #032a52;
  margin-top: 40px;
}
.wd-banner-txt-sub {
  font-size: 16px;
  margin: 9px 0px -38px 0px;
}
/* Banner responsiveness */
@media screen and (max-width: 1000px) {
  .wd-banner-txt-sub {
    font-size: 16px;
    margin: 9px 0px 20px 0px;
  }
}

.wd-banner-txt {
  height: 100%;
  display: flex;
  align-items: center;
  padding: 0 64px;
}
.wd-banner-txt h1 {
  font-family: "Inter", sans-serif;
  font-size: 40px;
  font-weight: 400;
  color: #ffffff;
  width: 70%;
  margin-bottom: 0;
}
.wd-banner-txt h1 b {
  font-weight: 700;
}
.wd-banner-rght {
  background: url(../images/user/banner-profile.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
  height: 400px;
  display: flex;
  align-items: flex-end;
  padding: 0 0 40px 40px;
}
.wd-banner-rght::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(360deg, #000000 0%, rgba(102, 102, 102, 0) 100%);
}
.wd-user-speciality {
  padding: 50px 0;
  position: relative;
}
.wd-user-speciality h2 {
  font-size: 32px;
  font-weight: 400;
  color: #111111;
  font-family: "Inter", sans-serif;
  margin-bottom: 32px;
}
.wd-search-area {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 30px;
}
.wd-search-area .form-group {
  margin-bottom: 0;
  position: relative;
  width: 100%;
}
.wd-search-area .form-control {
  border: 1px solid #444444;
  border-radius: 30px;
  height: auto;
  padding: 12px 20px 12px 54px;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #444444;
}
.search-icon {
  position: absolute;
  top: 0;
  left: 0;
  margin: 12px 15px;
}
.wd-fltr-btn {
  background: #ffffff;
  border-radius: 8px;
  padding: 15px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 0;
}
/* filter dropdowns */
.wd-fltr-listing ul {
  display: flex;
  align-items: center;
  gap: 12px;
  padding-bottom: 45px;
  width: 100%;
  /* flex-wrap: nowrap;
    overflow-x: auto; */
}
.wd-fltr-listing li {
  position: relative;
}
.wd-fltr-list {
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.10000000149011612px;
  text-align: center;
  color: #1d192b;
  background: #e8def8;
  padding: 8px 20px 8px 18px;
  border: 0;
  border-radius: 50px;
  position: relative;
  white-space: nowrap;
}
.wd-fltr-list::after {
  content: "";
  background: url(../images/user/dropdown.png) no-repeat;
  display: inline-block;
  width: 8px;
  height: 6px;
  margin: 1px 0 0 10px;
}
.wd-dropdown-menu {
  border: 1px solid #d0dded;
  box-shadow: 0px 4px 4px 0px #032a5226;
  background: #f0f6fb;
  display: none;
  position: absolute;
  top: 44px;
  right: 0px;
  padding: 15px 10px;
  white-space: nowrap;
  z-index: 1;
  border-radius: 14px;
  min-width: 147px;
  width: 100%;
}
.wd-fltr-listing li:hover .wd-dropdown-menu {
  display: block !important;
}
.wd-dropdown-menu::before {
  content: "";
  position: absolute;
  right: 50%;
  top: -6px;
  width: 10px;
  height: 10px;
  border-top: 1px solid #d0dded;
  border-left: 1px solid #d0dded;
  transform: rotate(45deg);
  background: #f0f6fb;
}
/* custom filter checkbox */
.wd-fltr-checkbx p {
  margin-bottom: 8px;
}
.wd-fltr-checkbx p label {
  font-size: 12px;
  font-weight: 400;
  color: #1d192b;
  margin-bottom: 0;
  position: relative;
}
.wd-fltr-checkbx input[type="checkbox"] {
  position: relative;
  border: 1px solid #c0d4e8;
  background: #ffffff;
  border-radius: 4px;
  background: none;
  cursor: pointer;
  line-height: 0;
  margin: 0px 0px 0 0;
  outline: 0;
  padding: 0 !important;
  vertical-align: middle;
  height: 18px;
  width: 18px;
  -webkit-appearance: none;
}
.wd-fltr-checkbx p:hover label {
  color: #000;
  font-weight: 500;
}

.wd-fltr-checkbx input[type="checkbox"]:checked {
  background-color: #032a52;
  opacity: 1;
}
.wd-fltr-checkbx input[type="checkbox"]:checked + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 9px;
  border: solid #fff;
  border-width: 0 2px 2px 0;
  margin: 3px 0px 0 -16px;
  transform: rotate(45deg);
  /* z-index: 2; */
}
.wd-apply-btn {
  font-size: 12px;
  font-weight: 500;
  text-align: center;
  background: #032a52;
  border: 1px solid #032a52;
  color: #fff;
  border-radius: 8px;
  display: block;
  padding: 8px 16px;
  width: 100%;
  margin: 15px auto 0;
}
.wd-apply-btn:hover {
  color: #032a52;
  background: transparent;
}
/* filter accotdion */
.wd-faq-area .card {
  border: none;
  border-radius: 0;
  margin-bottom: 12px;
  background-color: transparent;
}
.wd-faq-area .card-header {
  padding: 0;
  margin-bottom: 0;
  background-color: transparent;
  border-radius: 0;
  border-bottom: none;
}
.wd-faq-area .card-body {
  padding: 0;
}
.wd-faq-area .card-link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: none;
}
.card-link-lft h5 {
  font-size: 12px;
  font-weight: 400;
  color: #1d192b;
  margin-bottom: 0;
}
.wd-code {
  color: rgba(0, 0, 0, 0.26);
  font-size: 12px;
  font-weight: 700;
}
.wd-faq-area [data-toggle="collapse"] .wd-accordion-icon:before {
  content: "-";
  color: #292d32;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.wd-faq-area [data-toggle="collapse"].collapsed .wd-accordion-icon:before {
  content: "+";
  color: #292d32;
  font-weight: 700;
  font-size: 16px;
  line-height: 16px;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
.wd-faq-blog .card-body {
  border-top: 1px solid #dee3e9;
  background: #fff;
  padding: 20px 0px;
  border-radius: 0 0 18px 18px;
}
.wd-faq-blog .card-body p {
  font-size: 16px;
  font-weight: 500;
  color: #7a859d;
  margin-bottom: 0;
}
/* for scroll css */
.scroll {
  scrollbar-width: auto;
  scrollbar-color: #032a52;
  padding: 0 0;
}
/* Chrome, Edge, and Safari  */
.scroll::-webkit-scrollbar {
  width: 8px;
  height: 2px;
}
.scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #f5f5f5;
  width: 8px;
  height: 6px;
}

.scroll::-webkit-scrollbar-thumb {
  background-color: #032a52;
  border-radius: 10px;
  border: 3px solid #032a52;
}
.wd-testimonial-blog {
  background: #ffffff;
  border-radius: 8px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 66px 80px;
}
.wd-mb-30 {
  margin-bottom: 30px;
}
.wd-testimonial,
.wd-testi-profl {
  text-align: center;
}
.wd-testimonial h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 24px;
  color: #000000;
}
.wd-testimonial p {
  color: #111111;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 24px;
}
.wd-test-img {
  width: 40px;
  height: 40px;
  object-fit: contain;
  border-radius: 50%;
  margin-bottom: 8px;
}
.wd-testi-profl h5 {
  font-size: 14px;
  font-weight: 600;
  color: #111111;
  margin-bottom: 5px;
}
.wd-testi-profl span {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #111111;
  margin-bottom: 5px;
}
.wd-testi-star {
  height: 17px;
  max-width: 100%;
  object-fit: contain;
}
/* filter modal */
@media (min-width: 600px) {
  .user-modal .modal-dialog {
    max-width: 582px;
    margin: 1.75rem auto;
  }
}
/* prize radio */
.wd-choose-prize {
  max-width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 15px;
  padding: 10px 0;
}
.wd-choose-prize p {
  position: relative;
  margin-bottom: 0;
}
.wd-choose-prize input[type="radio"] {
  display: none;
}
.auth-form .wd-choose-prize label {
  display: inline-block;
  margin-bottom: 0;
  border-radius: 8px;
  border: 1px solid #d0dded;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  text-align: center;
  color: #032a52;
  position: relative;
}
.wd-choose-prize :checked + label:before {
  content: "";
  position: absolute;
  opacity: 1;
  width: 11px;
  height: 9px;
  background: url(../images/user/right-icon.png) no-repeat !important;
  top: 0;
  right: 0;
  margin: 18px 10px 0 0;
  z-index: 1;
}
.wd-choose-prize :checked + label {
  border: 1px solid #2181ff;
  border: 1px solid #d0dded;
  background: #e9f0f6;
  padding: 12px 30px 12px 15px;
}
/* two-point range slider */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.noUi-origin {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-stacking .noUi-handle {
  z-index: 10;
}
.noUi-state-tap .noUi-origin {
  -webkit-transition: left 0.3s, top 0.3s;
  transition: left 0.3s, top 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.noUi-horizontal {
  height: 5px;
}
.noUi-horizontal .noUi-handle {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  left: -16px;
  top: -10px;
  background-color: #fff;
  border: 5px solid #032a52;
}
.noUi-background {
  background: #d9d9d9;
}
.noUi-connect {
  background: #032a52;
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
.noUi-origin {
  border-radius: 2px;
}
.noUi-target {
  border-radius: 2px;
}
.noUi-target.noUi-connect {
}
.noUi-draggable {
  cursor: w-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: n-resize;
}
.noUi-handle {
  cursor: default;
  -webkit-box-sizing: content-box !important;
  -moz-box-sizing: content-box !important;
  box-sizing: content-box !important;
}
.noUi-handle:active {
  /* border: 8px solid #345DBB;
    border: 8px solid rgba(53,93,187,0.38); */
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  left: -14px;
  top: -10px;
}
[disabled].noUi-connect,
[disabled] .noUi-connect {
  background: #b8b8b8;
}
[disabled].noUi-origin,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.slider-labels {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 16px;
}
.slider-labels span {
  font-size: 12px;
  font-weight: 500;
  color: #000000;
}
.custom_rangeslider {
  margin-bottom: 1rem;
}
/* range css end */
/* User Home Sobre blog */
.wd-sobre-blog {
  padding: 0 0 128px;
  position: relative;
}
.wd-sobre-blog h3 {
  font-size: 48px;
  font-weight: 500;
  color: #111111;
  font-family: "Inter", sans-serif;
  text-align: center;
  margin-bottom: 64px;
}
.wd-sobre-box {
  background: #032a52;
  border-radius: 8px;
  padding: 32px;
}
.wd-sobre-box img {
  height: 15px;
  width: 70px !important;
  object-fit: contain;
  margin-bottom: 16px;
  display: inline-block !important;
}
.wd-sobre-box h4 {
  font-family: "Inter", sans-serif;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 16px;
  margin-bottom: 16px;
}
.wd-sobre-box p {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
}
.wd-sobre-box p:last-child {
  margin-bottom: 0;
}
.owl-sobre {
  padding-bottom: 24px;
}
/* ----------account----- */
.wd-chng-pwd {
  background: linear-gradient(90deg, #3498db, #9b59b6);
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #ffffff54;
  border-radius: 8px;
  padding: 10px 20px;
  position: absolute;
  top: 10px;
  right: 0;
  margin: 40px 20% 0 0;
}
.wd-chng-pwd:hover {
  background: #fff;
  color: linear-gradient(90deg, #3498db, #9b59b6);
  border: 1px solid #0541ff;
}
/* upload image */
.edit-profile-photo {
  border-radius: 100% !important;
  width: 110px;
  height: 110px;
  border: 2px solid #032a52;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0px auto 20px;
}
.edit-profile-photo .profile-pic {
  width: 98px;
  max-height: 98px;
  display: inline-block;
  border-radius: 50%;
}
.edit-profile-photo .file-upload {
  display: none;
}
.edit-profile-photo .p-image {
  position: absolute;
  bottom: 0px;
  right: 0px;
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background: #fff;
  z-index: 2;
  opacity: 0.9;
  min-width: 36px;
  height: 36px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #032a52;
  border-radius: 50%;
  object-fit: contain;
}
.edit-profile-photo .p-image:hover {
  transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  opacity: 1;
}
.wd-add-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}
/* 30-07-2024 */
/* review slider */
.wd-review-area {
  position: relative;
}
.wd-review-area {
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.wd-review-area img {
  width: 100%;
  /* height: 600px;
  object-fit: cover; */
}
.wd-banner-rght {
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 0;
}
.wd-banner-rght img {
  height: 400px;
  object-fit: cover;
  width: 100%;
}
.wd-sh-text-box {
  position: absolute;
  margin: 0 0 45px 45px;
}
.loading-div {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh; /* to make it responsive */
  width: 100vw; /* to make it responsive */
  overflow: hidden; /*to remove scrollbars */
  z-index: 99999; /*to make it appear on topmost part of the page */
  display: none; /*to make it visible only on fadeIn() function */
  background-color: #ffffffba;
}
.loader1 {
  width: 48px;
  height: 48px;
  border: 5px solid #fff;
  border-bottom-color: #ff3d00;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
  top: 50%;
  right: 50%;
  position: absolute;
}

@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
  border: 0;
  border-radius: 0.25em;
  background: initial;
  background-color: #032a52 !important;
  color: #fff;
  font-size: 1em;
}
/*17-08-2024*/
.wd-rnmae-field {
  display: flex;
  align-items: center;
  gap: 8px;
}
.wd-filed-img img {
  height: 30px !important;
  object-fit: contain;
}
/*18-09-2024 : Share links modal*/
#social-links {
  margin: 0 auto;
}
#shareexampleModal .modal-content {
  background: #ffffff;
  border-radius: 28px;
}
#shareexampleModal .modal-body {
  padding: 30px;
}
#shareexampleModal h3 {
  font-size: 22px;
  font-weight: 600;
  color: #040f1e;
  margin-bottom: 30px;
  text-align: center;
}
#social-links ul {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  margin: 0 auto;
}
#social-links ul li a {
  padding: 20px;
  border: 1px solid #eaf1f9;
  margin: 1px;
  font-size: 24px;
  color: #032a52;
  background: #eaf1f9;
  display: flex;
  align-items: center;
  justify-content: center;
}
#social-links ul li a:hover {
  background: #032a52;
  color: #fff;
}

/*23-09-24*/
.wd-as-li li {
  list-style: disc;
}

.wd-as-li {
  padding-left: 25px;
}
.wd-about-area .wd-about-txt p {
  font-size: 16px;
}

/*26/09/2024*/
.wd-as-shieldpoints .shield img {
  height: 40px;
  width: 52px;
  object-fit: contain;
}

.wd-as-shieldpoints .shield p {
  font-family: Work Sans;
  font-size: 13px;
  font-weight: 500;
  line-height: 16.42px;
  text-align: left;
  color: rgba(93, 116, 146, 1);
}

.wd-as-shieldpoints .shield {
  justify-content: flex-start;
}
.qr_code {
  height: 125px;
  width: 130px;
  margin: 0 auto 44px;
}

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

.qr_link p {
  font-size: 14px;
  font-weight: 500;
  margin: 5px 0 0;
  color: rgba(93, 116, 146, 1);
}

.qr_link input {
  border: 1px solid rgba(208, 221, 237, 1);
  width: 100%;
  border-radius: 8px;
  padding: 8px 18px;
}
.wd-as-copybtn {
  /* margin: 50px 0 24px auto; */
}

.wd-as-attention {
  font-size: 12px;
  font-weight: 500;
  text-align: right;
  color: rgba(93, 116, 146, 1);
}
.faq_link,
.faq_link a {
  font-size: 12px;
  font-weight: 400;
  color: rgba(97, 125, 153, 1);
  text-align: right;
  margin: 50px 0 0 auto;
}
.faq_link a:hover {
  text-decoration: underline;
}
.wd-as-copy-key {
  margin: 0 auto 30px;
}
.shield {
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Updated home */
.wd-as-como {
  background: #032a52;
  padding: 0 0 5px;
}
.faq-accordion .card-header button:hover {
  text-decoration: none;
}

.faq-accordion .card-header button:focus {
  box-shadow: none;
}
.wd-as-como .como-img img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}
.wd-as-prize {
  min-width: 44px;
}

.wd-as-listing {
  width: 65%;
}
.faq-accordion .card {
  margin-bottom: 12px;
  border: 1px solid #9cb5cf;
  border-bottom: 1px solid #9cb5cf !important;
  background: #e5ebf1;
  /* border: 1px solid #9CB5CF; */
  border-radius: 14px !important;
}

.faq-accordion .card-body {
  padding: 0px 40px 40px 15px;
  font-family: Work Sans;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
  text-align: left;
  color: #5d7492;
}

.faq-accordion .card-header {
  background: #e5ebf1;
  border: none;
  padding: 16px;
}

.wd-as-faq-btn {
  padding: 0;
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 500;
  color: black;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.wd-as-faq-btn.collapsed svg {
  transform: none;
  transition: all 0.5s ease-in-out;
}
.wd-as-faq-btn svg {
  transform: rotate(180deg);
  transform: all 0.5s ease-in-out;
}
.wd-as-como .como-img {
  margin-top: -35px;
}

.wd-as-banner {
  background: white;
}
.wd-as-rating {
  font-family: Work Sans;
  font-size: 14px;
  font-weight: bold !important;
  line-height: 16.42px;
  text-align: left;
  margin: 0 !important;
  color: #16171b !important;
}
.wd-as-como .como-img-tex {
  font-size: 21px;
  font-weight: 500;
  margin: 25px 0 0;
  text-align: center;
  color: white;
}

.wd-as-prof .icon-one span svg path {
  fill: #032a52;
}

.wd-as-prof .icons p {
  font-weight: 400;
  font-size: 18px;
  color: #032a52;
  margin: 0;
}

.wd-as-p-title {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

.wd-as-prof {
  padding: 130px 0;
}

.wd-as-prof .icons {
  gap: 30px;
}
.wd-as-hallo {
  background: #ebeef5;
}
.example-slider {
  background: #ebeef5;
}

.example-slider h3 {
  font-family: Work Sans;
  font-size: 44px;
  font-weight: 600;
  /* line-height: 51.61px; */
  text-align: center;
  color: #0f0f30;
  margin-bottom: 75px;
}

.wd-asexmp-area p {
  font-family: Work Sans;
  font-size: 18px;
  font-weight: 500;
  text-align: center;
  max-width: 596px;
  margin: 0 auto;
  color: #2e2f45;
}

.example-slider {
  background: #ebeef5;
  padding: 75px 0 125px;
}
.wd-card-ratings {
  align-items: center;
}
.shield {
  display: flex;
  justify-content: center;
  align-items: center;
}
.shield p {
  font-family: Inter;
  font-size: 30px;
  font-weight: 400;
  line-height: 39px;
  text-align: center;
  margin-bottom: 0;
}
.rapido-title {
  font-size: 48px;
  font-weight: 500;
  /* line-height: 62.4px; */
  text-align: center;
  margin-bottom: 30px;
}
.wd-as-rapido .rapido-p {
  font-size: 28px;
  font-weight: 400;
  line-height: 36.4px;
  text-align: center;
}
.wd-as-export {
  padding: 30px 0;
}
.wd-as-rapido {
  padding: 90px 0;
}
.card-header button {
  font-family: "Work Sans";
  font-size: 16px;
  font-weight: 500;
}
.wd-as-faq {
  font-family: "Work Sans";
  font-size: 48px;
  font-weight: 500;
  line-height: 56.3px;
  text-align: center;
  margin-bottom: 55px;
}
.wd-as-morebtn {
  font-size: 24px;
  font-weight: 400;
  line-height: 31.2px;
  text-align: center;
  margin: 50px auto 0;
}
.faq-accordion {
  padding: 66px 0;
}
.wd-about-area .faq-accordion {
  padding: 0;
}
.example-slider .owl-nav {
  display: flex;
  justify-content: end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}
.example-slider .owl-nav .owl-prev {
  display: none;
}
.example-slider .owl-next span::before {
  content: "\2197";
  font-size: 32px;
  display: flex;
  height: 44px;
  width: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  right: -5px;
  rotate: 50deg;
  border-radius: 50%;
  border: 1px solid;
  background: #f5f8fe;
  align-items: center;
  justify-content: center;
}
.example-slider .owl-next span {
  position: relative;
}
.wd-as-shieldpoints .shield img {
  height: 40px;
  width: 52px;
  object-fit: contain;
}

.wd-as-shieldpoints .shield p {
  font-size: 13px;
  font-weight: 500;
  line-height: 16.42px;
  text-align: left;
  color: rgba(93, 116, 146, 1);
}
/*Updated Home End*/

/*backend css 07/10/2024 */

.wd-browse-profile1,
.wd-browse-url {
  font-size: 14px;
  font-weight: 500;
  color: #f67900;
  padding: 8px 37px;
  border: 1px solid #c4d2e4;
  border-radius: 8px;
  background: #f0f6fd;
}
.wd-browse-profile1:hover,
.wd-browse-url:hover {
  border: 1px solid #f67900;
}

.success-btn {
  font-size: 18px;

  font-weight: 600;

  background: #469d38;

  color: #fff;

  border: 1px solid #469d38;

  box-shadow: 0px 8px 8px 0px #469d3826;

  border-radius: 8px;
}

#qr-copia-cola {
  width: 400px; /* Adjust to your desired width */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* 2024-10-22 */
/*----29-01-2025-----*/
.call-icon {
  -webkit-animation: glowing 1300ms infinite;
  -moz-animation: glowing 1300ms infinite;
  -o-animation: glowing 1300ms infinite;
  animation: glowing 1300ms infinite;
}
@-webkit-keyframes glowing {
  0% {
    /*          background-color: transparent;*/
    -webkit-box-shadow: 0 0 3px #040f1e;
  }
  50% {
    /*          background-color: transparent;*/
    -webkit-box-shadow: 0 0 15px #040f1e;
  }
  100% {
    /*          background-color: transparent;*/
    -webkit-box-shadow: 0 0 3px #040f1e;
  }
}
@keyframes glowing {
  0% {
    /*          background-color: transparent;*/
    box-shadow: 0 0 3px #040f1e;
  }
  50% {
    /*          background-color: transparent;*/
    box-shadow: 0 0 15px #040f1e;
  }
  100% {
    /*          background-color: transparent;*/
    box-shadow: 0 0 3px #040f1e;
  }
}
/*-------04-02-2025----*/

/* css about us */
.title-style {
  color: #032a52 !important;
}
.text-subtitle-about {
  font-size: 1.5rem;
  line-height: 1.4;
  color: #032a52 !important;
}
