:root {
  --orange: #ff7a00;
  --orange25: rgba(252, 144, 36, 0.25);
  --pink: #e43b7f;
  --pink25: rgba(228, 59, 127, 0.25);
  --green: #28a8b7;
  --green25: rgba(40, 169, 183, 0.25);
  --blue: #007bff;
  --blue25: rgba(14, 123, 249, 0.25);
  --purple: #7f59b0;
  --purple25: rgba(127, 89, 176, 0.25);
  --blackColor: #222222;
  --blackColor50: #22222280;
  --darkOrange: #ff7a00;
  /* --darkOrange: #e6733c; */
  --whiteColor: #ffffff;
  --font: "Roboto", sans-serif;
}

/* Common CSS */
body,
html {
  font-family: var(--font);
  font-size: 14px !important;
  color: var(--blackColor);
}

.container {
  width: 100% !important;
  max-width: 1320px !important;
  padding-left: 40px;
  padding-right: 40px;
}

input {
  box-shadow: none !important;
  outline: none !important;
}

a {
  text-decoration: none;
  color: var(--blackColor);
}

.secHeading {
  font-size: 32px;
  color: var(--whiteColor);
  margin-bottom: 40px;
  font-weight: 400;
}

.woocommerce-info {
  font-size: 20px;
}

.themeButton {
  font-size: 14px;
  padding: 6px 10px;
  background: var(--darkOrange);
  color: var(--whiteColor);
  border-radius: 4px;
  display: block;
  width: max-content;
}

/* Main Css */
#header {
  background-color: #fff;
  padding: 10px 0px;
  box-shadow: 0px 0px 20px 0px #00000015;
}

#header .container {
  padding-left: 20px;
  padding-right: 20px;
}

#header .navBar {
  display: flex;
  align-items: center;
  width: 100%;
}

#header .logo {
  flex: inherit;
  margin-right: 40px;
}

#header .logo img {
  height: 40px;
  width: auto;
  display: block;
}

#header .menuResponsive {
  flex: 4;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

#header .menuWrap {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-right: 20px;
}

#header .searchBar {
  border: 1px solid #dedede;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 6px 8px;
  width: 190px;
  justify-content: space-between;
}

#header .searchBar form {
  display: flex;
  align-items: center;
  width: 100%;
}

#header .searchBar input {
  border: none;
  color: var(--blackColor);
  flex: 1;
}

#header .searchBar button[type="submit"] {
  border: none;
  background: none;
  padding: 0px;
}

#header .searchBar input:focus,
#header .searchBar input:focus-visible {
  box-shadow: none;
  outline: none;
  border: none;
}

#header .searchBar img {
  width: 18px;
  object-fit: contain;
}

#header .menus {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 0px;
}

#header .menus .menuItem {
  display: block;
}

#header .menus .menuItem img {
  width: 20px;
  object-fit: contain;
  vertical-align: top;
}

#header .menus .dropdown-menu {
  border: none;
  box-shadow: 0px 0px 20px 0px #00000015;
  padding: 0px;
  margin-top: 18px !important;
  border-radius: 0px;
  top: -10px !important;
}

#header .menus .dropdown-menu li a {
  padding: 10px 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  color: var(--blackColor);
}

#header .menus .dropdown-menu li a:hover {
  background: var(--orange25);
}

#header .menus li a img {
  width: 24px;
  object-fit: contain;
}

#header .myAccountWrap .themeButton {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  padding: 0px;
  border-radius: 50%;
  background: none;
  border: 1px solid var(--darkOrange);
}

#header .myAccountWrap .themeButton img {
  width: 20px;
  height: auto;
  border-radius: 0px;
}

.postJobs {
  font-size: 14px;
  padding: 6px 10px;
  background: var(--green);
  color: var(--whiteColor);
  border-radius: 4px;
  display: block;
  width: max-content;
}

#header .menus .moreMenu .menuItem img {
  width: 12px;
  object-fit: contain;
  vertical-align: middle;
}

#header .menus .moreMenu .dropdown-menu img {
  width: 20px;
  object-fit: contain;
  vertical-align: top;
}

/*  */

.owl-nav .owl-prev {
  position: absolute;
  left: 60px;
  top: calc(50% - 40px);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.owl-nav .owl-prev:hover {
  background: none !important;
}

.owl-nav .owl-prev span {
  font-size: 0px;
}

.owl-nav .owl-prev span::before {
  content: "";
  background: url(../images/ic_left.png) no-repeat center;
  background-size: contain;
  height: 40px;
  width: 40px;
  display: block;
}

.owl-nav {
  margin-top: 0px !important;
}

.owl-nav .owl-next {
  position: absolute;
  right: 60px;
  top: calc(50% - 40px);
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.owl-nav .owl-prev:hover {
  background: none !important;
}

.owl-nav .owl-next span {
  font-size: 0px;
}

.owl-nav .owl-next span::before {
  content: "";
  background: url(../images/ic_right.png) no-repeat center;
  background-size: contain;
  height: 40px;
  width: 40px;
  display: block;
}

.slider .sliderOverlay {
  padding: 0px 100px;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider .sliderOverlay img {
  width: 75%;
  margin: auto;
  display: block;
}

.slider .sliderOverlay h1 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

.slider .sliderOverlay p {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 15px;
  color: #fff;
}

.slider .sliderOverlay ul {
  display: flex;
  gap: 15px;
  align-items: center;
}

.slider .sliderOverlay ul .getStarted {
  font-size: 14px;
  padding: 8px 30px;
  background: var(--darkOrange);
  color: var(--whiteColor);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: max-content;
  margin-top: 15px;
  border: 1px solid var(--darkOrange);
}

.slider .sliderOverlay ul .meetAI {
  font-size: 14px;
  padding: 8px 30px;
  background: none;
  border: 1px solid #fff;
  color: var(--whiteColor);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: max-content;
  margin-top: 15px;
}

.owl-theme .owl-nav [class*="owl-"]:hover {
  background: none;
}

/*  */

.courses {
  background: var(--orange);
}

.knowledge {
  background: var(--pink);
}

.jobs {
  background: var(--green);
}

.careerPlaza {
  background: var(--purple);
}

.categories {
  margin-top: -53px;
  margin-bottom: 30px;
}

.categories .categoryTile {
  padding: 15px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.categories .categoryTile .imgWrap {
  padding: 8px;
  border-radius: 6px;
  background: var(--whiteColor);
}

.categories .categoryTile .imgWrap img {
  height: 60px;
  object-fit: contain;
}

.categories .categoryTile span {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

#footer .copyRight {
  font-size: 14px;
  font-weight: 500;
  border-top: 1px solid #fff;
  padding: 8px;
  margin-top: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 0px;
}

#footer ul {
  list-style: none;
  padding-left: 0px;
}

/*  */

.whatsNew {
  padding: 30px 0px 30px 0px;
}

.adAndDataWrap {
  display: flex;
  gap: 20px;
}

.whatsNew h2 {
  font-size: 42px;
  font-weight: 600;
  font-style: italic;
  margin-bottom: 50px;
}

.newWrap {
  border-left: 1px dashed #222222;
  padding-left: 4%;
  position: relative;
}

.newWrap:after {
  content: "";
  height: 7px;
  width: 7px;
  background: var(--blackColor);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -4px;
  bottom: 0px;
}

.featuredTitle {
  padding: 18px 18px;
  border-radius: 4px;
  display: block;
  width: max-content;
  position: relative;
  font-size: 18px;
  font-weight: 500;
  min-width: 270px;
}

.featuredTitle:before {
  content: "";
  height: 7px;
  width: 7px;
  background: var(--blackColor);
  border-radius: 50%;
  display: block;
  position: absolute;
  left: -3px;
  top: calc(50% - 4px);
}

.coursesWrap {
  padding-bottom: 70px;
}

.coursesWrap .featuredTitle {
  background: var(--orange25);
  margin-top: -30px;
  /* margin-bottom: 100px; */
}

.coursesWrap::before {
  content: "";
  height: 2px;
  width: 4%;
  display: block;
  border-bottom: 1px dashed #222;
  margin-left: -4%;
}

.newWrap .courseTile {
  border: 1px solid #2228;
  padding: 10px;
  border-radius: 8px;
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.newWrap .freeTrial {
  background: #008000;
  font-weight: 600;
  padding: 3px 5px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--whiteColor);
  width: max-content;
  font-size: 14px;
  margin: 10px 0px 0px 0px;
  width: 72px;
  text-align: center;
  align-items: center;
  justify-content: center;
}

.newWrap .duration {
  background: #007bff;
  padding: 3px 5px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--whiteColor);
  width: max-content;
  font-size: 12px;
  margin: 10px 0px 20px 0px;
  position: static;
}

.newWrap .duration img {
  height: 16px;
  width: 16px;
}

.coursesWrap .courseImgWrap {
  height: auto;
  width: 65%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 5px solid #eff1fd;
  position: relative;
  /* top: -100px;
  right: 5px; */
  margin-left: auto;
  margin-top: -32%;
  margin-bottom: 10px;
  max-width: 170px;
}

.coursesWrap .courseImgWrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
  cursor: pointer;
}

.coursesWrap .courseImgWrap video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.newWrap h3 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
  min-height: auto;
  flex: 1;
}

.newWrap p {
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 10px;
  min-height: auto;
}

.newWrap p img {
  display: none !important;
}

.newWrap .courseTile a {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  background: var(--orange);
  color: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  width: 100%;
  border-radius: 4px;
}

.coursesWrap .courseTile .courseImgWrap .videoPlayIcon {
  position: absolute;
  width: 30px;
  height: 30px;
  left: 0px;
  right: 0px;
  margin: auto;
  top: 0;
  bottom: 0px;
}

/*  */

.knowledgeWrap {
  padding-bottom: 70px;
}

.knowledgeWrap .featuredTitle {
  background: var(--pink25);
  margin-top: -32px;
  margin-bottom: 30px;
}

.knowledgeWrap::before {
  content: "";
  height: 2px;
  width: 4%;
  display: block;
  border-bottom: 1px dashed #222;
  margin-left: -4%;
}

.knowledgeWrap .knowledgeTile .ImgWrap {
  height: 230px;
  width: 100%;
  margin-bottom: 10px;
}

.knowledgeWrap .knowledgeTile .ImgWrap img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}

.knowledgeWrap .knowledgeTile p {
  margin-bottom: 0px;
}

/*  */

.jobsWrap {
  padding-bottom: 70px;
}

.jobsWrap .featuredTitle {
  background: var(--green25);
  margin-top: -32px;
  margin-bottom: 30px;
}

.jobsWrap::before {
  content: "";
  height: 2px;
  width: 4%;
  display: block;
  border-bottom: 1px dashed #222;
  margin-left: -4%;
}

.jobsWrap .jobTile {
  border: 1px solid #28a8b7;
  padding: 10px;
  border-radius: 8px;
}

.jobsWrap .jobTile .companyWrap {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}

.jobsWrap .jobTile .companyWrap .ImgWrap {
  height: 100px;
  width: 100px;
  border-radius: 8px;
  background: var(--green25);
  display: flex;
  align-items: center;
  justify-content: center;
}

.jobsWrap .jobTile .companyWrap .ImgWrap img {
  width: 80px;
  height: auto;
}

.jobsWrap .jobTile .companyWrap .titleWrap h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 6px;
}

.jobsWrap .jobTile .companyWrap .titleWrap span {
  font-size: 14px;
}

.jobsWrap .jobTile .companyWrap .titleWrap span img {
  height: 16px;
  width: 16px;
}

.jobsWrap .jobTile h5 {
  font-size: 14px;
  font-weight: 600;
  color: #2f6913;
}

.jobsWrap .jobTile a {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  background: var(--green);
  color: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  width: 100%;
  border-radius: 4px;
}

.jobsWrap .row .col-md-4:nth-child(4n + 1) .jobTile .ImgWrap {
  background-color: var(--orange25);
  /* 1st tile color */
}

.jobsWrap .row .col-md-4:nth-child(4n + 2) .jobTile .ImgWrap {
  background-color: var(--green25);
  /* 2nd tile color */
}

.jobsWrap .row .col-md-4:nth-child(4n + 3) .jobTile .ImgWrap {
  background-color: var(--pink25);
  /* 3rd tile color */
}

.jobsWrap .row .col-md-4:nth-child(4n + 4) .jobTile .ImgWrap {
  background-color: var(--purple25);
  /* 4th tile color */
}

/*  */

.careerPlazaWrap {
  padding-bottom: 0px;
}

.careerPlazaWrap .featuredTitle {
  background: var(--purple25);
  margin-top: -32px;
  margin-bottom: 30px;
}

.careerPlazaWrap::before {
  content: "";
  height: 2px;
  width: 4%;
  display: block;
  border-bottom: 1px dashed #222;
  margin-left: -4%;
}

.careerPlazaWrap .careerPlazaTile a {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  background: var(--whiteColor);
  color: var(--blackColor);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 15px;
  width: 100%;
  border-radius: 4px;
}

.careerPlazaWrap .careerPlazaTile {
  background: var(--purple);
  padding: 10px 10px;
  border-radius: 8px;
  color: var(--whiteColor);
  text-align: center;
}

.careerPlazaWrap .careerPlazaTile .cpType {
  background: var(--whiteColor);
  padding: 6px 10px;
  border-radius: 50px;
  color: var(--purple);
  font-size: 16px;
  text-align: center;
  width: max-content;
  margin: auto;
  font-weight: 600;
  margin-bottom: 10px;
  min-height: auto;
}

.careerPlazaWrap .row .col-md-4:nth-child(4n + 1) .careerPlazaTile {
  background-color: var(--purple);
  /* 1st tile color */
}

.careerPlazaWrap .row .col-md-4:nth-child(4n + 2) .careerPlazaTile {
  background-color: var(--green);
  /* 2nd tile color */
}

.careerPlazaWrap .row .col-md-4:nth-child(4n + 3) .careerPlazaTile {
  background-color: var(--darkOrange);
  /* 3rd tile color */
}

.careerPlazaWrap .row .col-md-4:nth-child(4n + 4) .careerPlazaTile {
  background-color: var(--pink);
  /* 4th tile color */
}

.careerPlazaWrap .row .col-md-4:nth-child(4n + 1) .careerPlazaTile .cpType,
.careerPlazaWrap .row .col-md-4:nth-child(4n + 1) .careerPlazaTile a {
  color: var(--purple);
  /* 1st tile color */
}

.careerPlazaWrap .row .col-md-4:nth-child(4n + 2) .careerPlazaTile .cpType,
.careerPlazaWrap .row .col-md-4:nth-child(4n + 2) .careerPlazaTile a {
  color: var(--green);
  /* 2nd tile color */
}

.careerPlazaWrap .row .col-md-4:nth-child(4n + 3) .careerPlazaTile .cpType,
.careerPlazaWrap .row .col-md-4:nth-child(4n + 3) .careerPlazaTile a {
  color: var(--darkOrange);
  /* 3rd tile color */
}

.careerPlazaWrap .row .col-md-4:nth-child(4n + 4) .careerPlazaTile .cpType,
.careerPlazaWrap .row .col-md-4:nth-child(4n + 4) .careerPlazaTile a {
  color: var(--pink);
  /* 4th tile color */
}

/* Footer */
#footer {
  background: url(../images/footerBg.png) no-repeat left top;
  background-size: cover;
  padding-top: 50px;
  margin-top: 30px;
}

#footer .footermenus h4 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #fff;
}

#footer .footermenus ul li a {
  font-size: 14px;
  font-weight: 400;
  padding: 8px 0px;
  color: #fff;
  display: block;
}

#footer .footermenus .footerButton {
  font-size: 16px;
  padding: 8px 20px;
  background: var(--darkOrange);
  color: var(--whiteColor);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: max-content;
  margin-top: 15px;
}

#footer .footermenus .footerButton img {
  width: 18px;
}

#footer .footermenus .footerSocia {
  display: flex;
  align-items: center;
  gap: 15px;
}

#footer .footermenus .footerSocia img {
  width: 36px;
}

/* ad */
.alert-dismissible {
  padding: 10px !important;
  text-align: center;
  width: max-content;
  margin: auto;
}

.alert-dismissible .btn-close {
  padding: 0px;
  top: 20px;
  right: 20px;
  filter: invert(1);
}

/* Inner pages */

.innerBanner {
  background: url(../images/innerpage-banner.png) no-repeat bottom right;
  padding-top: 100px;
  padding-bottom: 20px;
  background-size: cover;
}

.innerBanner h2 {
  font-size: 26px;
  font-weight: 600;
  color: var(--whiteColor);
}

.knowledgePage {
  padding: 30px 0px;
}

.tabsUI {
  gap: 20px;
  padding: 0px !important;
}

.tabsUI li {
  list-style: none;
}

.tabsUI .nav-link {
  background: #fff;
  box-shadow: 0px 0px 20px 0px #0002;
  padding: 10px;
  border-radius: 4px;
  min-width: 120px;
  max-width: 160px;
}

.tabsUI .nav-link span {
  font-size: 14px;
  font-weight: 500;
  text-align: center;
  display: block;
  color: var(--blackColor);
}

.tabsUI .nav-link img {
  width: 36px;
  margin: auto;
}

.tabsUI .nav-link .defaultShow {
  display: block;
}

.tabsUI .nav-link .hoverShow {
  display: none;
}

.tabsUI .nav-link:hover .defaultShow,
.tabsUI .nav-link.active .defaultShow {
  display: none;
}

.tabsUI .nav-link:hover .hoverShow,
.tabsUI .nav-link.active .hoverShow {
  display: block;
}

.tabsUI .nav-link:hover,
.tabsUI .nav-link.active {
  background: var(--darkOrange);
}

.tabsUI .nav-link:hover span,
.tabsUI .nav-link.active span {
  color: #fff;
}

/*  */

.blogsWrap,
.podcastWrap,
.videoWrap,
.featuredWrap {
  padding-top: 30px;
}

.blogsWrap h3,
.podcastWrap h3,
.videoWrap h3,
.featuredWrap h3 {
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 500;
}

.podcastWrap .blogTile .contentWrap p.category {
  display: none;
}

.blogTile {
  position: relative;
  border: 1px solid #d9d9d9;
  display: block;
  border-radius: 10px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.blogTile .imgWrap {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
  position: relative;
}

.blogTile .imgWrap img.playIcon {
  width: 46px;
  height: 46px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  z-index: 999;
  margin: auto;
}

.blogTile .imgWrap img {
  width: 100%;
  height: 200px;
  transition: all 0.25s ease-in-out;
  object-fit: cover;
  object-position: top;
}

.blogTile .contentWrap {
  padding: 10px;
  flex: 1;
}

.blogTile .contentWrap h3 {
  color: var(--blackColor);
  font-size: 14px;
  margin-bottom: 10px;
  transition: all 0.25s ease-in-out;
  min-height: 35px;
}

.blogTile .contentWrap h3 img {
  width: 24px;
  vertical-align: sub;
}

.blogTile:hover .imgWrap img {
  transform: scale(1.1);
}

.blogTile .imgWrap img.playIcon {
  transform: scale(1);
}

.blogTile .contentWrap p:empty {
  display: none;
}

.blogTile .contentWrap p {
  color: var(--blackColor);
  font-size: 14px;
  margin-bottom: 0px;
  /*  */
  display: -webkit-box;
  -webkit-line-clamp: 3;
  /* kitni lines dikhani hai */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 63px;
}

.blogTile:hover .contentWrap p {
  color: var(--blackColor);
  font-size: 14px;
  margin-bottom: 0px;
}

.blogTile .contentWrap p.category {
  background: var(--orange25);
  padding: 4px 15px;
  color: var(--darkOrange);
  width: max-content;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 500;
  margin-bottom: 15px;
  margin-top: 10px;
  max-width: 100%;
  min-height: auto;
  display: flex;
  align-items: center;
}

.blogTile .contentWrap .date {
  color: var(--blackColor50);
  font-size: 16px;
  margin-bottom: 10px;
}

.blogTile .date2 {
  background: #fff;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  display: none;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--blackColor);
  flex-direction: column;
  position: absolute;
  right: 10px;
  z-index: 9;
  top: 10px;
  margin: 0px;
  line-height: 1;
  font-weight: 600;
  padding-top: 3px;
}

.blogTile .date2::before {
  content: "";
  height: 2px;
  width: 30px;
  background: var(--orange);
  top: 0px;
  position: absolute;
}

.blogTile .date2 span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
}

.blogTile ul {
  display: flex;
  align-items: center;
  padding: 10px;
  border-top: 1px solid #d9d9d9;
  margin-bottom: 0px;
  gap: 15px;
}

.blogTile ul li {
  font-size: 12px;
  color: var(--blackColor50);
  display: flex;
  align-items: center;
}

.blogTile ul li img {
  width: 14px !important;
  margin-right: 5px;
}

/*  */
.blogRightPart {
  background: #fff;
  box-shadow: 0px 0px 20px 0px #0002;
  padding: 20px;
  border-radius: 8px;
}

.filter h4 {
  font-size: 16px;
  font-weight: 500;
}

.searchBox {
  height: 40px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  padding-left: 15px;
  padding-right: 7px;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.searchBox input {
  flex: 1;
  border: none;
}

.searchBox input[type="image"] {
  flex: inherit;
  height: 24px;
  width: 24px !important;
}

.searchBox form.searchform {
  display: flex;
  align-items: center;
  width: 100%;
}

.searchBox form.searchform input[type="text"] {
  flex: 1;
}

.blogCategory {
  border: 1px solid #d9d9d9;
  padding: 15px;
}

.blogCategory {
  border: 1px solid #d9d9d9;
  padding: 15px;
  padding-bottom: 0px;
  margin-top: 30px;
  border-radius: 5px;
}

.blogCategory h4 {
  font-size: 18px;
  color: var(--blackColor);
  font-weight: 600;
}

.blogCategory ul li a {
  font-size: 14px;
  padding: 8px 0px;
  color: var(--blackColor);
  display: block;
}

.blogCategory ul li a:hover {
  color: var(--orange);
}

.recentPosts {
  border: 1px solid #d9d9d9;
  padding: 15px;
  padding-bottom: 0px;
  margin-top: 30px;
  border-radius: 5px;
}

.recentPosts li .recentImgWrap {
  height: 60px;
  width: 60px;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.recentPosts h4 {
  font-size: 18px;
  color: var(--blackColor);
  font-weight: 600;
}

.recentPosts li {
  padding: 10px 0px;
}

.recentPosts li .recentImgWrap img {
  width: auto;
  height: 100%;
  transition: all 0.25s ease-in-out;
}

.recentPosts li .recentContentWrap {
  flex: 1;
  margin-left: 10px;
}

.recentPosts li .recentContentWrap h4 {
  font-size: 14px;
  color: var(--blackColor);
  margin-bottom: 5px;
  transition: all 0.25s ease-in-out;
  font-weight: 400;
}

.recentPosts li a:hover .recentContentWrap h4 {
  color: var(--themeColor);
}

.recentPosts li a:hover .recentImgWrap img {
  transform: scale(1.1);
}

.recentPosts li .recentContentWrap .date {
  font-size: 12px;
  color: var(--blackColor50);
  margin-bottom: 0px;
}

.recentPosts li .recentContentWrap .date img {
  width: 12px;
}

/* Podcast */

.podcastTile {
  position: relative;
  border: 1px solid #d9d9d9;
  display: block;
  border-radius: 10px;
  background: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.podcastTile .imgWrap {
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 200px;
}

.podcastTile .imgWrap img {
  width: 100%;
  height: 200px;
  transition: all 0.25s ease-in-out;
  object-fit: cover;
}

.podcastTile:hover .imgWrap img {
  transform: scale(1.1);
}

.podcastTile .contentWrap {
  padding: 10px;
  flex: 1;
}

.podcastIcon {
  background: #fff;
  height: 50px;
  width: 50px;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: var(--blackColor);
  flex-direction: column;
  position: absolute;
  right: 10px;
  z-index: 9;
  top: 10px;
  margin: 0px;
  line-height: 1;
  font-weight: 600;
  padding-top: 3px;
}

.podcastIcon img {
  width: 36px;
}

.podcastDuration {
  background: #007bff;
  height: 50px;
  width: auto;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  flex-direction: column;
  position: absolute;
  left: 10px;
  z-index: 9;
  top: 10px;
  margin: 0px;
  line-height: 1;
  font-weight: 500;
  padding: 5px;
  font-size: 14px;
}

.podcastDuration img {
  width: 16px;
  margin-bottom: 4px;
}

.sponsoredBadge {
  background: var(--darkOrange);
  height: auto;
  width: auto;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  left: 10px;
  z-index: 9;
  top: 10px;
  margin: 0px;
  line-height: 1;
  font-weight: 500;
  padding: 12px 15px;
  font-size: 14px;
  gap: 5px;
}

.sponsoredBadge img {
  width: 16px !important;
  margin-bottom: 0px;
}

.editorialBadge {
  background: var(--blue);
  height: auto;
  width: auto;
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  color: #ffffff;
  position: absolute;
  left: 10px;
  z-index: 9;
  top: 10px;
  margin: 0px;
  line-height: 1;
  font-weight: 500;
  padding: 12px 15px;
  font-size: 14px;
  gap: 5px;
}

.editorialBadge img {
  width: 16px !important;
  margin-bottom: 0px;
}

.blogTile.sponsored {
  border-color: var(--orange);
}

.blogTile.editorial {
  border-color: var(--blue);
}

/*  */
.featuredAndPartner {
  background: #f2f1f1;
  padding: 20px;
  border-radius: 8px;
  margin-top: 20px;
}

.featuredAndPartner .owl-nav .owl-prev {
  position: absolute;
  left: -27px;
  top: calc(50% - 40px);
  background: #0e7bf9 !important;
  border-radius: 50% !important;
}

.featuredAndPartner .owl-nav .owl-next {
  position: absolute;
  right: -27px;
  top: calc(50% - 40px);
  background: #0e7bf9 !important;
  border-radius: 50% !important;
}

.featuredAndPartner h3 {
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 500;
}

.ritleWrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
}

.ritleWrap h3 {
  margin-bottom: 0px;
}

.ritleWrap .filter {
  display: flex;
  align-items: center;
}

.ritleWrap .filter h4 {
  margin-right: 15px;
}

.ritleWrap .filter .widget_search {
  margin-right: 25px;
}

.ritleWrap .filter * {
  margin-bottom: 0px;
}

.buttons {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  background: var(--orange);
  color: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  width: 100%;
  border-radius: 4px;
  margin-top: 10px;
}

.buttonsRead {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  background: var(--blue);
  color: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  width: 100%;
  border-radius: 4px;
  margin-top: 10px;
}

.featuredBtn {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  background: var(--darkOrange);
  color: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  width: 100%;
  border-radius: 4px;
  margin-top: 10px;
}

.featuredAndPartner .imgWrap {
  height: 150px;
}

.featuredAndPartner .imgWrap img {
  height: 150px;
}

.featuredAndPartner .blogTile.editorial .featuredBtn {
  background: var(--blue);
}

.featuredAndPartner .blogTile.editorial .category {
  background: var(--blue25);
  color: var(--blue);
}

.pageOverlayTrans {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  background: #0008;
  z-index: 99;
  display: none;
}

body.showMenu .pageOverlayTrans {
  display: block;
}

/* Course Listing Page */

.lp-archive-courses {
  position: relative;
}

.lp-list-courses-default .lp-courses-bar .search-courses input {
  border: 1px solid #ccc;
  border-radius: 4px 0px 0px 4px;
  margin-right: 0px;
  border-right: none;
}

.lp-list-courses-default .lp-courses-bar .search-courses button {
  border: 1px solid #ccc;
  border-radius: 0px 4px 4px 0px;
  margin-left: 0px;
  border-left: none;
  background: #fff;
}

/* .lp-list-courses-default .learn-press-courses .course {
  width: 25%;
} */

.lp-list-courses-default .learn-press-courses .course .course-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.lp-list-courses-default .learn-press-courses .course .course-content .wap-course-title {
  min-height: 42px;
  color: var(--blackColor);
}

.lp-list-courses-default .learn-press-courses .course .course-item {
  height: 100%;
}

.lp-list-courses-default .learn-press-courses .course .course-wrap-meta {
  margin-top: auto;
}

.lp-list-courses-default .learn-press-courses .course .course-instructor-category div:first-child {
  background: var(--orange25);
  padding: 4px 15px;
  color: var(--darkOrange);
  width: max-content;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 0;
  margin-top: 0;
  max-width: 100%;
  min-height: auto;
  display: flex;
  align-items: center;
  gap: 5px;
}

.lp-list-courses-default .learn-press-courses .course .course-readmore a {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  background: var(--blue);
  color: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  width: 100%;
  border-radius: 4px;
  margin-top: 0px;
  border: none;
}

.lp-list-courses-default .learn-press-courses .course .course-wrap-meta .meta-item::before {
  color: var(--darkOrange);
}

input[type="radio"]:nth-child(1):checked~.switch-btn:nth-child(2)::before,
input[type="radio"]:nth-child(3):checked~.switch-btn:nth-child(4)::before {
  color: var(--darkOrange);
}

.learn-press-courses[data-layout="list"] .course-content .course-info {
  flex-direction: column;
  align-items: flex-start;
}

.learn-press-courses-header {
  background: url(../images/innerpage-banner.png) no-repeat bottom right;
  padding-top: 70px;
  padding-bottom: 50px;
  background-size: cover;
}

.learn-press-courses-header h1 {
  font-size: 32px !important;
  font-weight: 500;
  color: var(--whiteColor);
}

.learn-press-breadcrumb {
  position: absolute;
  left: 0px;
  right: 0;
  top: 100px;
}

.learn-press-breadcrumb li,
.learn-press-breadcrumb li a {
  color: var(--whiteColor);
}

.courseMainWrap {
  display: flex;
  gap: 40px;
}

.tabsUICoursePage {
  flex-direction: column;
}

.tabsUI.tabsUICoursePage .nav-link {
  min-width: 250px;
  max-width: 250px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tabsUI.tabsUICoursePage .nav-link img {
  margin: 0px;
  width: 32px;
}

body.term-professional-skills .tabsUI.tabsUICoursePage .nav-item .nav-link {
  background: var(--whiteColor) !important;
  color: var(--blackColor) !important;
}

body.term-professional-skills .tabsUI.tabsUICoursePage .nav-item .nav-link:hover {
  background: var(--darkOrange) !important;
  color: var(--whiteColor) !important;
}

body.term-professional-skills .tabsUI.tabsUICoursePage .nav-item:first-child .nav-link,
body.post-type-archive-lp_course .tabsUI.tabsUICoursePage .nav-item:first-child .nav-link {
  background: var(--darkOrange) !important;
  color: var(--whiteColor) !important;
}

body.term-professional-skills .tabsUI.tabsUICoursePage .nav-item:first-child .nav-link .defaultShow,
body.post-type-archive-lp_course .tabsUI.tabsUICoursePage .nav-item:first-child .nav-link .defaultShow {
  display: none;
}

body.term-professional-skills .tabsUI.tabsUICoursePage .nav-item:first-child .nav-link .hoverShow,
body.post-type-archive-lp_course .tabsUI.tabsUICoursePage .nav-item:first-child .nav-link .hoverShow {
  display: block;
}

body.term-professional-skills .tabsUI.tabsUICoursePage .nav-item:first-child .nav-link span,
body.post-type-archive-lp_course .tabsUI.tabsUICoursePage .nav-item:first-child .nav-link span {
  color: var(--whiteColor) !important;
}

body.term-career-growth .tabsUI.tabsUICoursePage .nav-item:nth-child(2) .nav-link {
  background: var(--darkOrange) !important;
  color: var(--whiteColor) !important;
}

body.term-career-growth .tabsUI.tabsUICoursePage .nav-item:nth-child(2) .nav-link .defaultShow {
  display: none;
}

body.term-career-growth .tabsUI.tabsUICoursePage .nav-item:nth-child(2) .nav-link .hoverShow {
  display: block;
}

body.term-career-growth .tabsUI.tabsUICoursePage .nav-item:nth-child(2) .nav-link span {
  color: var(--whiteColor) !important;
}

/* Profile after login*/

.learnpress .lp-user-profile {
  /* background: #f2f1f1; */
  background: #f2f1f1;
  background: linear-gradient(180deg,
      rgba(242, 241, 241, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
  padding-top: 40px;
  padding-bottom: 40px;
  background-size: cover;
}

.learnpress .lp-user-profile .lp-profile-left .user-avatar {
  border: 5px solid #0c69d7;
  border-radius: 50%;
  overflow: hidden;
}

.lp-user-profile .lp-profile-left .user-avatar .lp-btn-to-edit-avatar {
  position: absolute;
  top: 38px;
  right: 0;
  left: 0;
  width: 36px;
  height: 36px;
  font-size: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  cursor: pointer;
  background-color: #0008;
  border-radius: 50%;
  margin: auto;
}

.lp-user-profile .lp-profile-content-area {
  align-items: center;
}

.learn-press-courses .wap-course-title a:hover {
  color: var(--darkOrange);
}

/* .wrapper-profile-header {
  margin-top: -80px;
} */
.lp-user-profile .lp-profile-right {
  color: #222;
  padding-bottom: 10px;
}

.lp-user-profile .lp-profile-nav-tabs>li.active {
  background: var(--darkOrange) !important;
}

.lp-user-profile .lp-profile-nav-tabs>li>a>i {
  color: var(--darkOrange);
}

.dashboard-statistic__row .statistic-box {
  border: 1px solid #ccc;
  align-items: center;
}

.learn-press-filters li a.active,
.learn-press-filters li a:hover,
.learn-press-filters li span.active,
.learn-press-filters li span:hover {
  color: var(--darkOrange);
}

.learn-press-filters li a.active::after,
.learn-press-filters li a:hover::after,
.learn-press-filters li span.active::after,
.learn-press-filters li span:hover::after {
  background: var(--darkOrange);
}

.learn-press-filters li.active a,
.learn-press-filters li.active span {
  color: var(--darkOrange);
}

.learn-press-filters li.active a::after,
.learn-press-filters li.active span::after {
  background: var(--darkOrange);
}

.lp-user-profile .lp-profile-nav-tabs>li ul li a:hover {
  color: var(--darkOrange);
}

.learn-press-tabs__item.active a,
.learn-press-tabs__item:hover a {
  color: var(--darkOrange);
}

.learn-press-tabs__item.active::after,
.learn-press-tabs__item:hover::after {
  background: var(--darkOrange);
}

/* Login Signup */

.lp-user-profile.guest .lp-content-area>div {
  max-width: 480px;
  background: #fff;
  flex: inherit;
  margin: 0px 20px;
}

.learn-press-form form p button {
  background: var(--darkOrange) !important;
  margin: 30px 0px !important;
  border: none !important;
}

.lp-user-profile.guest .lp-content-area {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}

.learn-press-courses .course {
  width: 33.33%;
}

.learn-press-courses[data-layout="list"] .course-content {
  padding-top: 0px !important;
}

.learn-press-courses[data-layout="list"] .wap-course-title {
  min-height: auto !important;
}

.loginSignupWrap {
  display: flex;
  gap: 10px;
  align-items: center;
}

.loginSignupWrap .themeButtonLogin {
  background: #0e7bf9;
}

/* body.logged-in .learnpress {
  background: #ffffff;
  padding: 30px;
  max-width: 550px;
  margin: auto;
  box-shadow: 0px 0px 20px 0px #0002;
  text-align: center;
} */

body.logged-in .learnpress>a {
  color: #0e7bf9;
  font-weight: 600;
}

.learn-press-form p.lp-register-link {
  margin-top: 10px;
}

.learn-press-form p.lp-register-link a {
  color: #e6733c;
  font-weight: 600;
}

.learn-press-form p a {
  color: #0e7bf9;
  font-weight: 600;
}

.wp_google_login {
  margin: 20px auto 0 !important;
}

.learn-press-form form p button {
  margin: 20px 0px !important;
}

/* Subscription Page */
.subscriptionPageWrap {
  padding: 50px 0px;
}

.subscriptionPageWrap .learn-press-form-register {
  margin-bottom: 0px;
  padding: 0px;
  padding-left: 80px;
  border: none;
  box-shadow: none;
}

.subscriptionPageWrap .learn-press-form-register h3 {
  font-size: 36px;
  font-style: normal;
}

.subscriptionPageWrap .learn-press-form-register button {
  margin-top: 15px !important;
  margin-bottom: 0px !important;
  width: 310px;
  padding: 8px 40px;
  font-size: 18px;
}

.subscriptionPageWrap .learn-press-form-register label {
  font-size: 16px;
}

.subscriptionPageWrap .learn-press-form-register .form-check-input {
  border-color: #007bff;
}

.woocommerce-coupon-form {
  margin-top: 20px;
  margin-bottom: 0px;
  background: #fff;
  border-radius: 8px;
  padding: 15px;
  border: 1px dashed #0e7bf9;
}

.woocommerce-coupon-form h3 {
  font-size: 18px !important;
  font-weight: 600;
  font-style: italic !important;
  margin-bottom: 5px;
}

.woocommerce-coupon-form .coupon-form-wrap {
  display: flex;
  align-items: center;
  border: 1px solid #999;
  border-radius: 6px;
}

.woocommerce-coupon-form .coupon-form-wrap input {
  border: none;
  padding: 8px;
  flex: 1;
  border-radius: 4px;
}

.woocommerce-coupon-form .coupon-form-wrap button {
  border: none;
  background: #0e7bf9;
  margin-top: 0px !important;
  color: #fff;
  padding: 8px 15px;
  width: max-content;
  font-size: 16px;
  border-radius: 4px;
}

.woocommerce-coupon-form #applied-coupons {
  margin-top: 0px !important;
}

.woocommerce-coupon-form #applied-coupons h4 {
  color: #eb7542;
  font-size: 18px;
}

.woocommerce-coupon-form #applied-coupons ul {
  padding-left: 0px;
  list-style: none;
}

.woocommerce-coupon-form #applied-coupons ul li {
  padding-left: 0px;
  list-style: none;
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.woocommerce-coupon-form #applied-coupons ul li a {
  font-size: 0px;
}

.woocommerce-coupon-form #applied-coupons ul li a:before {
  content: "🗙";
  font-size: 16px;
  color: red;
}

/* Checkout */
.site-main {
  width: 100% !important;
  max-width: 1320px !important;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  padding-top: 50px;
  padding-bottom: 20px;
}

.wp-block-woocommerce-checkout-actions-block .wc-block-checkout__actions_row button,
.wc-block-cart .wc-block-cart__submit-container a {
  margin-top: 15px !important;
  margin-bottom: 0px !important;
  padding: 8px 40px;
  font-size: 18px;
  border-radius: var(--lp-border-radius, 5px);
  color: #fff;
  background: var(--darkOrange) !important;
  border: none !important;
}

.wp-block-woocommerce-checkout {
  padding-top: 0 !important;
}

.is-large.wc-block-cart {
  margin-bottom: 0px !important;
}

.buttonFixedRB {
  position: fixed;
  right: 0;
  bottom: 42%;
  z-index: 99999999;
  transform: rotate(-90deg) translate(0px, 127px);
}

.buttonFixedRB a {
  padding: 8px 15px;
  border-radius: 10px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background: var(--darkOrange);
  box-shadow: 0px 5px 11px 0px #0003;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  display: block;
}

/*  */

.popupData .modal-body {
  padding-bottom: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  text-align: center;
}

.popupData h2 {
  font-size: 22px;
  text-align: center;
  margin-bottom: 0px;
  padding: 8px 0px;
}

.popupData h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 0px;
  padding: 8px 0px;
  color: var(--darkOrange);
}

.popupData .btn-close {
  margin-left: auto;
  display: block;
  margin-bottom: 10px;
}

.popupData p {
  font-size: 16px;
  /*  text-align: center; */
  margin: auto;
  margin-bottom: 0px;
  /*  padding: 8px 0px; */
  width: 90%;
}

.popupData a {
  font-size: 16px;
  font-weight: 600;
  margin: auto;
  margin-bottom: 0px;
  background: var(--darkOrange);
  color: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  width: 300px;
  border-radius: 4px;
}

.homereadmore {
  border: 1px solid var(--orange);
  padding: 8px 26px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 5px;
  width: max-content;
  position: relative;
  font-size: 16px;
  font-weight: 500;
  margin-top: 20px;
  color: var(--blackColor);
  transition: all 0.2s ease-in-out;
}

.homereadmore:after {
  content: "";
  background: url(https://lapro.in/wp-content/uploads/2025/09/right.png) no-repeat center;
  background-size: contain;
  height: 20px;
  width: 20px;
  display: inline-block;
  filter: invert(1);
  transition: all 0.2s ease-in-out;
}

.knowledgeWrap .homereadmore {
  border-color: var(--pink);
}

.jobsWrap .homereadmore {
  border-color: var(--green);
}

.careerPlazaWrap .homereadmore {
  border-color: var(--purple);
}

.homereadmore:hover {
  background: var(--orange);
  color: var(--whiteColor);
}

.knowledgeWrap .homereadmore:hover {
  background: var(--pink);
}

.jobsWrap .homereadmore:hover {
  background: var(--green);
}

.careerPlazaWrap .homereadmore:hover {
  background: var(--purple);
}

.homereadmore:hover:after {
  filter: invert(0);
}

.learnpress .wjportal-form-title,
.learnpress .wjportal-form-value {
  display: none;
}

/*  */

.jobHead {
  background: #f2f1f1;
  padding: 40px 0px;
  margin-bottom: 20px;
}

.jobCategories {
  display: flex;
  align-items: center;
  gap: 20px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

.jobCategories li a {
  font-size: 14px;
  padding: 8px 20px;
  border: 1px solid var(--darkOrange);
  color: var(--blackColor);
  border-radius: 4px;
  display: block;
  width: max-content;
}

.jobCategories li a.active {
  background: var(--darkOrange);
  color: var(--whiteColor);
}

div.wjportal-main-up-wrapper {
  margin: 0 auto;
  width: 100% !important;
  max-width: 1320px !important;
  padding-left: 40px;
  padding-right: 40px;
  overflow: visible;
}

.employerLogin {
  font-size: 14px;
  padding: 8px 20px;
  background: var(--blue);
  color: var(--whiteColor);
  border-radius: 4px;
  display: block;
  width: max-content;
  margin-left: auto;
  display: flex;
  align-items: center;
  gap: 5px;
}

.employerLogin img {
  width: 20px;
}

.jobsRow {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.myAccountWrap {
  position: relative;
}

.afterLoginBtn {
  background: var(--darkOrange);
  height: 34px;
  width: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
}

.myAccountWrap ul {
  position: absolute;
  background: #fff;
  list-style: none;
  min-width: 120px;
  width: max-content;
  right: 0px;
  padding: 15px 0px;
  display: none;
  z-index: 9999;
}

.myAccountWrap:hover ul {
  display: block;
}

.myAccountWrap ul li a {
  padding: 8px 15px;
  display: flex;
  align-items: center;
  gap: 5px;
}

.myAccountWrap ul li a:hover {
  background: #f2f1f1;
}

.myAccountWrap ul li a img {
  width: 16px;
}

/*  */

div.wjportal-jobs-list div.wjportal-jobs-list-top-wrp div.wjportal-jobs-cnt-wrp div.wjportal-jobs-right-wrp div.wjportal-jobs-info span.wjportal-job-type {
  background: #0e7bf9 !important;
}

div.wjportal-filter-search-main-wrp div.wjportal-filter-search-wrp div.wjportal-filter-search-field-wrp .wjportal-filter-search-input-field,
div.wjportal-filter-search-main-wrp div.wjportal-filter-search-wrp div.wjportal-filter-search-field-wrp ul.wpjobportal-input-list-wpjobportal {
  height: 46px !important;
  padding: 2px 10px;
}

#wpjobportal-input-city {
  height: 40px !important;
  padding: 0px 0px !important;
  margin: 0px;
  width: 100% !important;
}

.wjportal-breadcrumbs-wrp {
  display: none;
}

div.wjportal-filter-search-main-wrp div.wjportal-filter-search-wrp div.wjportal-filter-search-btn-wrp .wjportal-filter-search-btn,
div.wjportal-filter-search-main-wrp div.wjportal-filter-search-wrp div.wjportal-filter-search-btn-wrp .wjportal-filter-reset-btn {
  font-size: 24px;
  height: 46px !important;
  width: 48%;
}

div.wjportal-page-header {
  margin-bottom: 20px;
}

.jooblesJobWrap h3 {
  color: #333333;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 600;
}

.searchWrap {
  width: 100%;
  padding: 15px 10px;
  margin-bottom: 30px;
  background: #fafafa;
  border: 1px solid #d4d4d5;
}

.searchWrap .searchRow {
  display: flex;
  align-items: center;
  gap: 15px;
}

.searchWrap .searchRow .searchCol {
  flex: 1;
}

.searchWrap .searchRow input {
  height: 46px;
  border: 1px solid #d4d4d5;
  padding: 2px 10px;
  width: 100%;
}

.searchWrap .searchRow select {
  height: 46px;
  border: 1px solid #d4d4d5;
  padding: 2px 10px;
  width: 100%;
}

.searchWrap .searchRow .submitBtn {
  font-size: 24px;
  height: 46px !important;
  width: 60px;
  background: #fff;
  color: #0e7bf9;
  border: 1px solid #0e7bf9;
}

.searchWrap .searchRow .submitBtn:hover {
  background: #0e7bf9;
  color: #fff;
}

.searchWrap .searchRow .resetBtn {
  font-size: 24px;
  height: 46px !important;
  width: 60px;
  background: #fff;
  color: #575757;
  border: 1px solid #d4d4d5;
}

.searchWrap .searchRow .resetBtn:hover {
  background: #575757;
  color: #fff;
}

.jobTilesWrap .jobTile {
  border: 1px solid #d4d4d5;
  padding: 20px;
  width: 100%;
  display: flex;
  align-items: center;
  gap: 30px;
  margin-bottom: 30px;
}

.jobTilesWrap .jobTile .jobLogo {
  width: 100px;
  height: 100px;
}

.jobTilesWrap .jobTile .jobLogo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.jobTilesWrap .jobTile .jobDescription {
  flex: 1;
}

.jobTilesWrap .jobTile .jobDescription .jobCompany {
  color: #333333;
  font-size: 16px;
  display: block;
  margin-bottom: 5px;
  width: max-content;
}

.jobTilesWrap .jobTile .jobDescription .jobCompany:hover {
  color: #00abfa;
}

.jobTilesWrap .jobTile .jobDescription .jobTitle {
  color: #00abfa;
  font-size: 18px;
  display: block;
  margin-bottom: 5px;
  width: max-content;
  font-weight: 700;
}

.jobTilesWrap .jobTile .jobDescription .jobTitle:hover {
  color: #333333;
}

.jobTilesWrap .jobTile .jobDescription .jobCategory {
  display: flex;
  gap: 10px;
}

.jobTilesWrap .jobTile .jobInfosWrap .jobType {
  width: max-content;
  padding: 4px 8px;
  border-radius: 4px;
  color: #fff;
}

.jobTilesWrap .jobTile .jobInfosWrap .jobsSalary {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  margin: 5px 0px;
}

.jobTilesWrap .jobTile .jobInfosWrap .jobsSalary span {
  font-size: 14px;
  font-weight: 400;
}

.couponAmount li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 4px 0px;
}

.couponAmount li span {
  font-weight: 600;
}

.couponAmount li img {
  width: 20px;
}

.couponAmount li.couponTA {
  border-top: 1px solid #333;
  margin-top: 4px;
  font-weight: 600;
}

/* Certificate Css */

.certificateWrap {
  width: 100%;
  margin: 0;
  position: relative;
  text-align: center;
  /* background: url(../images/certificateBg.jpg) no-repeat center; */
  /* background-size: cover; */
  /* padding: 50px; */
  /* box-shadow: 0px 0px 40px 0px #0002; */
}

.certificateWrap .certificateBG {
  box-shadow: 0px 0px 40px 0px #0002;
  width: 100%;
}

.certificateWrap .certificateContent {
  position: absolute;
  width: 100%;
  height: 100%;
  padding: 30px;
  font-family: "Playfair", serif;
  display: flex;
  flex-direction: column;
  background: none;
  /* box-shadow: 0px 0px 20px 0px #0002; */
  top: 0px;
  padding: 25% 5% 3% 30%;
}

.certificateWrap .certificateContent .headPart {
  padding-bottom: 10px;
  padding-top: 0px;
}

.certificateWrap .certificateContent p.midHeading {
  font-size: 38px;
  font-weight: 600;
  font-family: "Playfair", serif;
  margin-bottom: 0px;
  line-height: 1.2;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
}

.certificateWrap .certificateContent p.midHeading img {
  width: auto;
  height: 45px;
  vertical-align: baseline;
  margin: 0px 10px;
}

.certificateWrap .certificateContent .headPart img {
  width: 90%;
  margin: auto;
}

.certificateWrap .certificateContent .midPart {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.certificateWrap .certificateContent .midPart p.midP {
  font-size: 26px;
  font-weight: 500;
  font-style: italic;
  font-family: "Playfair", serif;
  margin-bottom: 0px;
  line-height: 1.2;
}

.certificateWrap .certificateContent .midPart h3 {
  font-size: 100px;
  font-weight: 600;
  font-style: normal;
  font-family: "Tangerine", cursive;
  line-height: normal;
  margin: 0px;
  text-transform: capitalize;
  color: #c5853b;
}

.certificateWrap .certificateContent .midPart h4 {
  font-size: 36px;
  font-weight: 600;
  font-family: "Playfair", serif;
  margin-top: 0;
  color: #222222;
  margin-bottom: 0px;
  line-height: 1.2;
}

.certificateWrap .certificateContent ul.datesWrap {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 0px;
  gap: 30px;
}

.certificateWrap .certificateContent ul.datesWrap li {
  font-size: 22px;
  font-weight: 600;
  font-family: "Playfair", serif;
  margin-bottom: 0px;
  line-height: 1.2;
  padding: 0px 0px !important;
}

.certificateWrap .certificateContent ul.datesWrap li small {
  font-size: 22px;
  font-weight: 400;
  font-family: "Playfair", serif;
  display: block;
  margin-top: 5px;
  padding: 5px 10px 0px;
  border-top: 1px solid #222;
}

.certificateWrap .certificateContent .certificateFoot {
  padding-bottom: 0px;
  margin-top: 0;
}

.certificateWrap .certificateContent .certificateFoot ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 0px;
}

.certificateWrap .certificateContent .certificateFoot ul li {
  width: max-content;
  line-height: 1.2;
  padding: 0px 50px;
  /* max-width: 450px; */
}

.certificateWrap .certificateContent .certificateFoot ul li img {
  width: 110px;
}

.certificateWrap .certificateContent .certificateFoot ul li img.singImg {
  width: 200px;
  border-bottom: 1px solid #333;
}

.certificateWrap .certificateContent .certificateFoot ul li p {
  font-size: 22px;
  font-weight: 500;
  font-family: "Playfair", serif;
  margin-bottom: 0px;
  line-height: 1.2;
}

.certificateWrap .certificateContent .certificateFoot ul li p strong {
  font-size: 24px;
  font-weight: 700;
  font-family: "Playfair", serif;
  line-height: 1.2;
}

.downloadPCertificate {
  font-size: 14px;
  padding: 8px 20px;
  background: var(--darkOrange);
  color: var(--whiteColor);
  border-radius: 4px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.downloadPCertificate img {
  width: 20px;
}

.shareCertificate {
  font-size: 14px;
  padding: 8px 8px;
  background: var(--blue);
  color: var(--whiteColor);
  border-radius: 4px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.shareCertificate img {
  width: 20px;
}

.editCertificate {
  font-size: 14px;
  padding: 8px 8px;
  background: var(--green);
  color: var(--whiteColor);
  border-radius: 4px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: max-content;
}

.editCertificate img {
  width: 20px;
}

.buttonWraps {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 20px;
}

.buttonWraps .congratulationMsg {
  flex: 1;
  margin-left: 30px;
  border: 1px solid #eb7542;
  padding: 10px;
  border-radius: 8px;
}

.newWrap.archivePageCourse {
  padding-left: 0;
  border-left: none;
}

.newWrap.archivePageCourse h3 {
  min-height: 40px;
  flex: inherit;
}

.newWrap.archivePageCourse p {
  flex: 1;
}

.newWrap.archivePageCourse:after,
.newWrap.archivePageCourse .coursesWrap::before,
.newWrap.archivePageCourse .coursesWrap .featuredTitle:before {
  display: none;
}

.newWrap.archivePageCourse .coursesWrap .featuredTitle {
  margin-top: 0;
  /* margin-bottom: 160px; */
  padding: 0;
  border-radius: 0;
  font-size: 42px;
  font-weight: 600;
  background: none !important;
}

.courseMainWrap .lp-course-grid {
  display: flex;
  flex-wrap: wrap;
}

.courseMainWrap .lp-course-grid article.lp-course {
  width: calc(33.33% - 0px);
  padding: 0px 16px;
  margin-bottom: 32px;
}

.courseMainWrap .lp-course-grid article.lp-course a {
  border: 1px solid var(--lp-border-color, #e2e0db);
  border-radius: var(--lp-border-radius, 5px);
  display: block;
  height: 100%;
  overflow: hidden;
}

.courseMainWrap .lp-course-grid article.lp-course a img {
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.courseMainWrap .lp-course-grid article.lp-course a video {
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.courseMainWrap .lp-course-grid article.lp-course a .course-content {
  padding: 15px;
  display: flex;
  flex-direction: column;
}

.courseMainWrap .lp-course-grid article.lp-course a .course-content h3 {
  font-size: 16px;
  font-weight: 600;
  min-height: 40px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.courseMainWrap .lp-course-grid article.lp-course a .course-content p {
  flex: 1;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
}

.courseMainWrap .lp-course-grid article.lp-course a .course-content p img {
  display: none !important;
}

.courseMainWrap .lp-course-grid article.lp-course a .course-content span {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  background: var(--blue);
  color: var(--whiteColor);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 15px;
  width: 100%;
  border-radius: 4px;
  margin-top: 0px;
  border: none;
}

.courseMainWrap .lp-course-grid article.lp-course a:hover h3 {
  color: var(--darkOrange);
}

.blogDtlMainInfo {
  background: #1782fa;
  padding: 20px 0px;
  color: #fff;
}

.blogDtlMainInfo .backButton {
  color: #fff;
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 20px;
}

.blogDtlMainInfo .backButton img {
  width: 24px;
}

.blogDtlMainInfo .category {
  background: var(--darkOrange);
  padding: 8px 20px;
  border-radius: 30px;
  color: #fff;
  width: max-content;
  font-size: 16px;
  margin-bottom: 10px;
}

.blogDtlMainInfo h3 {
  font-size: 32px;
}

.blogDtlMainInfo p {
  font-size: 16px;
  margin-bottom: 0px;
}

.blogDtlMainInfo ul {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  margin-bottom: 15px;
  margin-top: 15px;
}

.blogDtlMainInfo ul li {
  font-size: 18px;
  /* display: flex;
  align-items: center;
  gap: 5px; */
}

.blogDtlMainInfo ul li img {
  width: 20px;
  vertical-align: text-top;
}

.blogDtlMainInfo .bdimgWrap img {
  border-radius: 8px;
  max-height: 300px;
  object-fit: cover;
}

.blogDtlMainInfo .bdimgWrap span a {
  color: #fff;
  text-decoration: underline;
  font-weight: 500;
}

.blogDtlBodyInfo {
  padding: 40px 0px;
}

.blogDtlBodyInfo p,
.blogDtlBodyInfo .blogDetailContent>span {
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}

.blogDtlBodyInfo .blogDetailContent>span {
  position: relative;
  max-height: 72px;
  /* jitna part visible rakhna hai */
  overflow: hidden;
}

.blogDtlBodyInfo .blogDetailContent>span:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 20px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3px);
}

.blogDtlBodyInfo .blogDetailContent>span:after {
  content: "";
  position: absolute;
  bottom: 25px;
  right: 0;
  width: 50%;
  height: 20px;
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(3px);
}

.blogDtlBodyInfo p a {
  color: var(--blue);
  text-decoration: underline;
  font-weight: 500;
}

.blogDtlBodyInfo p br {
  display: none;
}

.blogDtlBodyInfo ul {
  padding: 0px;
  margin-bottom: 15px;
  list-style: none;
}

.blogDtlBodyInfo ul li {
  padding: 0px;
  font-size: 16px;
  padding: 4px 0px;
  position: relative;
  padding-left: 20px;
}

.blogDtlBodyInfo ul li::before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  display: block;
  background: var(--blue);
  position: absolute;
  left: 0px;
  top: 12px;
}

.blogDtlBodyInfo .blogDetailContent .dropdown-item {
  background: var(--darkOrange);
  padding: 8px 20px;
  border-radius: 30px;
  color: #fff;
  width: max-content;
  font-size: 16px;
  margin-bottom: 10px;
}

.lp-lost-password-page {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding: 40px;
  border: 1px solid var(--lp-border-color, #e2e0db);
  border-radius: var(--lp-border-radius, 5px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.lp-lost-password-page h2 {
  font-size: 1.75rem;
  margin-bottom: 20px;
}

.lp-lost-password-page form p label {
  display: block;
  font-size: 12px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.lp-lost-password-page form p input {
  width: 100%;
  border: 1px solid #e2e0db;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lp-lost-password-page form button.button {
  background: var(--darkOrange);
  color: #fff;
  border: none;
  width: 100%;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lp-lost-password-page p.lp-back-login a {
  display: block;
  padding: 10px 0px 0px 0px;
  text-align: center;
}

.lp-archive-courses .course-detail-info {
  background: var(--blue);
}

.learn-press-nav-tabs li.active label,
.learn-press-nav-tabs li:hover label {
  color: #eb7542;
}

.learn-press-nav-tabs li.active::after,
.learn-press-nav-tabs li:hover::after {
  background: #eb7542;
}

.course-summary .comment-form p.comment-form-comment label {
  display: block;
  width: 100%;
}

.course-summary .comment-form p.form-submit input {
  font-size: 14px;
  padding: 6px 10px;
  background: var(--darkOrange);
  color: var(--whiteColor);
  border-radius: 4px;
  display: block;
  width: max-content;
  border: none;
}

.course-summary-sidebar .lp-course-buttons button {
  background: var(--blue);
}

.learnpress-page .lp-button:hover,
.learnpress-page #lp-button:hover {
  background: var(--darkOrange);
}

#profile-content-my-courses .learn-press-subtab-content button {
  font-size: 14px;
  padding: 6px 10px;
  background: var(--darkOrange);
  color: var(--whiteColor);
  border-radius: 4px;
  display: block;
  width: max-content;
  border: none;
}

#certificatemodal .modal-body h3 {
  font-size: 20px;
  margin-bottom: 15px;
}

#certificatemodal .modal-body form label {
  font-size: 14px;
  margin-bottom: 8px;
  display: block;
  width: 100%;
}

#certificatemodal .modal-body form input {
  width: 100%;
  border: 1px solid #e2e0db;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}

#certificatemodal .modal-body form button {
  font-size: 14px;
  padding: 9px 10px;
  background: var(--darkOrange);
  color: var(--whiteColor);
  border-radius: 4px;
  display: block;
  width: 100%;
  border: none;
}

.popupData .btn-close {
  margin-left: auto;
  display: block;
  margin-bottom: 10px;
  position: absolute;
  right: 13px;
}

.lp-button {
  font-size: 14px;
  padding: 6px 10px;
  background: var(--darkOrange);
  color: var(--whiteColor);
  border-radius: 4px;
  display: block;
  width: max-content;
  border: none;
}

.lp-user-profile .lp-profile-nav-tabs li>ul li:hover,
.lp-user-profile .lp-profile-nav-tabs li>ul li.active {
  color: var(--darkOrange);
}

body.learnpress-profile .site-main {
  width: 100% !important;
  max-width: inherit !important;
  padding-left: 0;
  padding-right: 0;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
}

body.learnpress-profile .site-main #learn-press-profile>.lp-content-area {
  width: 100% !important;
  max-width: 1320px !important;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  padding-top: 0px;
  padding-bottom: 0px;
}

.woocommerce-error:focus-visible,
.woocommerce-message:focus-visible {
  box-shadow: none;
  outline: none;
}

body.woocommerce-lost-password form.lost_reset_password {
  max-width: 600px;
  margin-right: auto;
  margin-bottom: 60px;
  margin-left: auto;
  padding: 40px;
  border: 1px solid var(--lp-border-color, #e2e0db);
  border-radius: var(--lp-border-radius, 5px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

body.woocommerce-lost-password form.lost_reset_password p {
  font-size: 1.75rem;
  padding: 0px !important;
}

body.woocommerce-lost-password form.lost_reset_password .form-row-first,
body.woocommerce-lost-password form.lost_reset_password .form-row-first,
body.woocommerce-lost-password form.lost_reset_password .form-row-last,
body.woocommerce-lost-password form.lost_reset_password .form-row-last {
  font-size: 14px;
  margin-bottom: 10px;
  float: none;
  width: 100%;
  padding: 0px;
}

body.woocommerce-lost-password form.lost_reset_password p input {
  width: 100% !important;
  border: 1px solid #e2e0db !important;
  padding: 8px 16px !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
}

body.woocommerce-lost-password form.lost_reset_password p button.button {
  background: var(--darkOrange) !important;
  color: #fff !important;
  border: none;
  width: 100%;
  padding: 10px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 16px;
}

.lp-content-area.learn-press-message {
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 15px;
}

/*  */

body.woocommerce-order-pay .site-main {
  padding-top: 30px !important;
}

body.woocommerce-order-pay .site-main ul.order_details {
  background: var(--blue);
  width: 100% !important;
  padding: 30px;
  margin: auto;
  color: #fff;
  border-radius: 8px;
  margin-bottom: 20px;
}

body.woocommerce-order-pay .site-main ul.order_details li {
  font-size: 12px;
  line-height: 1.5;
}

body.woocommerce-order-pay .site-main ul.order_details li strong {
  font-weight: 500 !important;
  font-size: 18px;
}

body.woocommerce-order-pay .site-main #btn-razorpay {
  font-size: 14px;
  padding: 8px 30px;
  background: var(--darkOrange);
  color: var(--whiteColor);
  border-radius: 4px;
  display: inline-block;
  width: max-content;
  border: none;
  margin-right: 15px;
}

body.woocommerce-order-pay .site-main #btn-razorpay-cancel {
  font-size: 14px;
  padding: 8px 30px;
  background: var(--blackColor);
  color: var(--whiteColor);
  border-radius: 4px;
  display: inline-block;
  width: max-content;
  border: none;
}

.wc-block-cart-item__remove-link {
  font-size: 14px !important;
  padding: 8px 20px !important;
  background: var(--blackColor) !important;
  color: var(--whiteColor) !important;
  border-radius: 4px !important;
  display: inline-block !important;
  width: max-content !important;
  border: none !important;
  text-decoration: none !important;
}

.course-meta.course-meta-primary .course-meta__pull-left {
  gap: 16px;
  width: 100%;
  max-width: 500px;
  display: flex;
}

.archivePageCourse .coursesWrap .courseImgWrap {
  height: auto;
  width: 65%;
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  border: 5px solid #eff1fd;
  position: relative;
  margin-left: auto;
  margin-top: -28%;
  margin-bottom: 10px;
  max-width: 200px;
  min-width: 100px;
  cursor: pointer;
}

.archivePageCourse .coursesWrap .courseImgWrap video {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 50%;
}

/* .newWrap.archivePageCourse .coursesWrap .featuredTitle {
  margin-bottom: 100px;
} */

.learn-press-breadcrumb {
  position: static;
}

.learn-press-breadcrumb li,
.learn-press-breadcrumb li a {
  color: var(--blackColor);
}

.learn-press-message.error {
  padding-left: 40px;
  background-position: -30px;
}

.learn-press-message.error {
  padding-left: 40px;
  background-position: -30px;
}

.loaderOverlay {
  background: #fff4;
  height: 100vh;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 999999999;
  display: none;
}

#profile-content .lp-certificates a {
  font-size: 14px;
  padding: 6px 10px;
  background: var(--darkOrange);
  color: var(--whiteColor);
  border-radius: 4px;
  display: block;
  width: max-content;
  border: none;
}

#profile-content-certificate h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

#profile-content-my-courses .learn-press-subtab-content p:has(+ button) {
  font-size: 22px;
  margin-bottom: 20px;
}

/* Checkout */
/* .checkout.woocommerce-checkout {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
} */

#customer_details .col-1,
#customer_details .col-2 {
  float: none;
  width: 100%;
}

#customer_details .col-1 input {
  width: 100%;
  border: 1px solid var(--lp-border-color, #e2e0db);
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
}

.woocommerce #payment #place_order,
.woocommerce-page #payment #place_order {
  float: left;
  background: var(--darkOrange);
}

.couponCodeWrap {
  margin-bottom: 20px;
  border: 1px dashed #ccc;
  padding: 10px;
  border-radius: 4px;
}

.couponCodeWrap .woocommerce-form-coupon-toggle .woocommerce-info {
  border: none;
  background: none;
  margin-bottom: 0px;
  padding: 0px !important;

}

.woocommerce-checkout .woocommerce-info::before {
  display: none !important;
}

.woocommerce-checkout #msg-razorpay-success::before {
  display: block !important;
}

.woocommerce-info {
  padding: 1em !important;
}

.couponCodeWrap .woocommerce-form-coupon-toggle .woocommerce-info::before {
  display: none;
}

.couponCodeWrap .woocommerce-form-coupon-toggle .woocommerce-info .showcoupon {
  color: var(--darkOrange);
  font-weight: 600;
}

.couponCodeWrap form.checkout_coupon,
.couponCodeWrap form.login,
.couponCodeWrap form.register {
  border: none;
  padding: 0px;
  padding: 0;
  text-align: left;
  border-radius: 5px;
  margin-top: 5px;
  display: flex;
  gap: 10px;
  align-items: flex-start;
  margin-bottom: 0px;
}

.couponCodeWrap form.checkout_coupon .form-row {
  float: none;
  width: max-content;
  margin-bottom: 0px;
}

.couponCodeWrap form.checkout_coupon .form-row input {
  width: 200px;

  border: 1px solid var(--lp-border-color, #e2e0db);
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0px;
}

.couponCodeWrap form.checkout_coupon .form-row button {
  background: var(--blue);
  padding: 10px 15px;
  color: #fff;
}

.SupportPage p a {
  color: var(--blue);
  font-weight: 500;
}

.SupportPage h2 {
  margin-bottom: 25px;
}

.SupportPage ol,
.SupportPage ul {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.SupportPage ol a,
.SupportPage ul a {
  color: var(--blue);
  font-weight: 500;
}

.SupportPage ul li br,
.SupportPage ol li br,
.SupportPage p br {
  display: none;
}

#commentform p label {
  display: block;
}

#commentform p input {
  max-width: 340px;
  width: 100%;
  border: 1px solid #ccc;
  padding: 8px;
}

#commentform p.comment-form-cookies-consent {
  display: flex;
  align-items: flex-start;
  gap: 5px;
  max-width: 340px;
}

#commentform p.comment-form-cookies-consent input {
  max-width: inherit;
  width: auto;
  margin-top: 4px;
}

/* .course-wrap-meta,
.course-price,
.course-instructor-category,
.single-lp_course .info-learning,
.single-lp_course .info-metas,
.single-lp_course .social-swapper,
.single-lp_course .course-curriculum-info,
.single-lp_course .course-section-header,
.learn-press-breadcrumb {
  display: block !important;
} */

h1.lp-content-area {
  margin-top: 20px;
}

#checkout-payment #checkout-order-action button {
  background: var(--darkOrange);
}

.lp-checkout-form__after a,
.lp-checkout-form__after a label {
  color: var(--blue) !important;
}

#checkout-order .col-number {
  color: var(--blackColor);
}

.lp-archive-courses .course-summary-sidebar {
  width: 100%;
  max-width: 400px;
}

.lp-archive-courses .course-summary-sidebar__inner {
  width: 100%;
}

.course-sidebar-preview .media-preview video {
  width: 100%;
  height: auto;
}

.course-sidebar-preview .media-preview video {
  width: 100%;
  height: auto;
}

.course-summary-sidebar.slide-down .course-summary-sidebar__inner {
  max-width: 400px;
}

.lp-course-curriculum .course-section .course-item__left:hover {
  color: var(--darkOrange);
}

.course-sidebar-preview .footerButton {
  font-size: 14px;
  padding: 6px 10px;
  background: var(--darkOrange);
  color: var(--whiteColor);
  border-radius: 4px;
  display: block;
  width: 100%;
  text-align: center;
}

.courseMainWrap .lp-course-grid article.lp-course>img.popupvideo {
  width: 100%;
  height: 160px;
  object-fit: cover;
}

.courseMainWrap .lp-course-grid article.lp-course {
  position: relative;
}

.courseMainWrap .lp-course-grid article.lp-course>img.videoPlayIcon.popupvideo {
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 65px;
  margin: auto;
}

.courseMainWrap .lp-course-grid article.lp-course a {
  height: auto;
}

.course-sidebar-preview .media-preview {
  position: relative;
}

.course-sidebar-preview .media-preview img.videoPlayIcon.popupvideo {
  width: 30px;
  height: 30px;
}

.course-sidebar-preview .media-preview img.videoPlayIcon.popupvideo {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
}

.course-summary-sidebar .course-sidebar-preview {
  margin-bottom: 0;
}

/* Login page */

body.page-id-420 .site-main,
body.page-id-422 .site-main,
body.page-id-2560 .site-main,
body.page-id-424 .site-main,
body.page-id-263 .site-main {
  padding: 0px;
  margin: 0px;
  width: 100%;
  max-width: 100% !important;
}

body.page-id-420 #footer,
body.page-id-422 #footer,
body.page-id-424 #footer,
body.page-id-2560 #footer,
body.page-id-263 #footer {
  margin-top: 0px;
}

.loginSignUpPage {
  background-color: rgba(0, 124, 255, 0.1);
  background-image: url(../images/login-signupBg.png);
  background-size: cover;
}

.loginSignUpPage div.wjportal-main-up-wrapper {
  padding: 0px !important;
}

.loginSignUpPage div.wjportal-main-wrapper {
  padding: 30px 40px;
  max-width: 600px;
  margin-right: auto;
  margin-left: auto;
  border: none;
  border-radius: var(--lp-border-radius, 5px);
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1),
    0 2px 4px -1px rgba(0, 0, 0, 0.06);
}

.loginSignUpPage div.wjportal-main-wrapper .wjportal-page-heading {
  font-size: 1.75rem;
}

.loginSignUpPage div.wjportal-main-wrapper .login-username,
.loginSignUpPage div.wjportal-main-wrapper .login-password {
  padding: 0px;
  border: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 10px;
}

.loginSignUpPage div.wjportal-main-wrapper .login-username label,
.loginSignUpPage div.wjportal-main-wrapper .login-password label {
  display: block;
  font-weight: 700;
  margin: 0 0 10px 0;
  font-size: 12px;
  padding: 0px;
  height: max-content;
  width: 100%;
}

.loginSignUpPage div.wjportal-main-wrapper .login-username input,
.loginSignUpPage div.wjportal-main-wrapper .login-password input {
  width: 100%;
  border: 1px solid var(--lp-border-color, #e2e0db);
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: auto;
}

body.page-id-263 .jobHead {
  margin-bottom: 0px;
}

.loginSignUpPage div.wjportal-main-wrapper .login-remember {
  border: none;
  padding: 0px !important;
  margin-bottom: 10px;
}

.loginSignUpPage div.wjportal-main-wrapper .login-remember label {
  display: flex;
  gap: 5px;
  align-items: center;
  padding: 0px;
}

.loginSignUpPage div.wjportal-main-wrapper .login-submit .button {
  padding: 12px 16px;
  width: 100%;
  border-radius: var(--lp-border-radius, 5px);
  outline: none;
  color: #fff !important;
  background: var(--darkOrange) !important;
  border: none !important;
}

.loginSignUpPage div.wjportal-main-wrapper .wjportal-form-lost-password {
  color: #0e7bf9;
  font-weight: 600;
}

.loginSignUpPage div.wjportal-main-wrapper .wjportal-form-reg-btn {
  color: var(--darkOrange) !important;
  font-weight: 600;
}

/* .loginSignUpPage .loginImg {
  max-width: 400px;
} */

.loginSignUpPage .learn-press-form-login,
.loginSignUpPage .learn-press-form-register,
.loginSignUpPage .lp-lost-password-page,
.loginSignUpPage .lost_reset_password {
  margin-bottom: 0px !important;
  background: #fff !important;
  border: none !important;
}

.loginSignUpPage .learn-press-form .form-fields .form-field {
  margin: 0 0 10px 0;
}

.loginSignUpPage .learn-press-form-login,
.loginSignUpPage .learn-press-form-register {
  padding: 30px 40px;
}

.loginSignUpPage .learn-press-form form p button {
  margin: 10px 0px !important;
}

div.frontend {
  margin-top: 0;
}

div.wjportal-form-wrp.wpjobportal-quickapply-form .wjportal-form.has-validation-callback a {
  font-size: 14px;
  padding: 8px 20px;
  border: 1px solid var(--darkOrange);
  color: var(--whiteColor);
  border-radius: 4px;
  display: block;
  width: 100%;
  margin-top: 15px;
  text-align: center;
  background: var(--darkOrange);
  display: flex;
  align-items: center;
  justify-content: center;
}

div.wjportal-form-wrp div.wjportal-form-btn-wrp {
  padding-top: 0px;
}

div.wjportal-view-job-page-job-apply-form-wraper div.wjportal-form-wrp.wpjobportal-quickapply-form .job-detail-jobapply-message-wrap .job-detail-jobapply-message-link {
  margin-bottom: 0 !important;
}

.newTOLaPro {
  position: static;
  top: 0px;
  left: 0px;
  background: #fc9024;
  background: linear-gradient(90deg,
      rgba(252, 144, 36, 1) 0%,
      rgba(230, 115, 60, 1) 100%);
  padding: 5px;
  padding-right: 20px;
  border-radius: 0px;
  border-bottom-right-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff !important;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 600;
  /* transition: all 0.5s ease-in-out; */
  width: 50%;
  float: left;
  height: 34px;
}

.newTOLaPro br {
  display: none;
}

body.fixedBtnNew .newTOLaPro {
  position: fixed;
  top: 0px;
  left: 0px;
  background: #fc9024;
  background: linear-gradient(90deg,
      rgba(252, 144, 36, 1) 0%,
      rgba(230, 115, 60, 1) 100%);
  padding: 10px;
  padding-right: 20px;
  border-radius: 0px;
  border-bottom-right-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  z-index: 9999999999;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 600;
  /* transition: all 0.5s ease-in-out; */
}

.newTOLaPro img {
  width: 24px;
}

body.fixedBtnNew .newTOLaPro img {
  width: 36px;
}

body.fixedBtnNew .newTOLaPro br {
  display: block;
}

/*  */

.newGuidPage .innerBanner h2 span {
  display: block;
  font-weight: 400;
}

.newGuidPage .newGuidContent {
  padding: 40px 0px;
}

.newGuidPage .newGuidContent h3 {
  margin-top: 0;
  margin-bottom: 20px;
  padding: 0;
  border-radius: 0;
  font-size: 32px;
  font-weight: 600;
  background: none !important;
}

.newGuidPage .stepsWrap {
  padding: 40px 0px;
  background: #f1f2f2;
  margin-top: 40px;
}

.newGuidPage .stepsWrap h3 {
  margin-bottom: 30px;
}

.newGuidPage .stepsWrap .singleStep {
  padding: 30px;
  border: 1px solid var(--darkOrange);
  border-radius: 10px;
  margin-bottom: 20px;
}

.newGuidPage .stepsWrap .singleStep h4 {
  font-size: 22px;
  margin-bottom: 10px;
}

.newGuidPage .stepsWrap .stepTitle {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
  background: var(--orange);
  color: var(--whiteColor);
  padding: 6px 15px;
  width: max-content;
  border-radius: 4px;
  display: inline-block;
}

.newGuidPage .innerBanner h2 {
  font-size: 32px;
}

.newGuidPage .innerBanner h2 span {
  font-size: 18px;
  margin-top: 10px;
}

.newGuidContent {
  font-size: 16px;
}

.newGuidContent .priceWrap a {
  background: #fc9024;
  background: linear-gradient(90deg, rgba(252, 144, 36, 1) 0%, rgba(230, 115, 60, 1) 100%);
  padding: 10px 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
  width: max-content;
}

.newGuidContent .priceWrap p {
  font-size: 14px;

}

.newGuidContent .laProPricing .boxx p {
  font-size: 18px;
  color: #ff7a00;
  font-weight: 600;
  margin-bottom: 0px;
}

.newGuidContent .whyProfessionals .table th {
  background: #ff7a00;
  color: #fff;
  text-align: center;
}

.newGuidContent .whyProfessionals .table td img {
  width: 24px;
}

.faqSec {
  padding-top: 40px;
}

.faqSec .faqTile {
  border: 1px solid #ccc;
  margin-bottom: 10px;
}

.faqSec .faqTile .ans {
  padding: 15px;
}

.faqSec .faqTile h4 {
  background: #007bff;
  padding: 8px 15px;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 0px;
}

/*  */

.earnMembership {
  background: var(--blue);
  padding: 40px 0px;
  color: #fff;
}

.earnMembership li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.earnMembership li::before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: var(--whiteColor);
  position: absolute;
  left: 0px;
  top: 7px;
  display: block;
}

.whyProfessionals {
  padding: 40px 0px;
}

.whyProfessionals .earnTile {
  padding: 20px;
  border: 1px solid var(--orange);
  text-align: center;
  height: 100%;
  border-radius: 10px;
}

.whyProfessionals .earnTile h5 {
  font-size: 18px;
  font-weight: 600;
  color: var(--darkOrange);
  margin-bottom: 10px;
}

.subscriptionWrap {
  /* background: var(--darkOrange); */
  border-radius: 10px;
  padding: 0px;
  /* display: flex;
  align-items: center;
  justify-content: center; */
  gap: 15px 30px;
}

.subscriptionWrap h5 {
  /* color: #fff; */
  font-size: 22px;
  margin-bottom: 20px;
}

.subscriptionRow {
  display: flex;
  align-items: center;
  gap: 10px;
}

.subscriptionRow p {
  font-size: 18px;
  font-style: italic;
  font-weight: 500;
}

.subscriptionWrap a {
  background: #fc9024;
  background: linear-gradient(90deg,
      rgba(252, 144, 36, 1) 0%,
      rgba(230, 115, 60, 1) 100%);
  padding: 10px 20px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}

/* Apply Subscription */

.applySubscriptionWrap {
  margin-top: 40px;
  /* border: 1px solid var(--darkOrange); */
  background: #fff;
  box-shadow: 0px 0px 20px 0px #0002;
  padding: 40px 30px;
  border-radius: 10px;
  text-align: left;
}

.applySubscriptionWrap h2 {
  font-size: 50px;
  font-weight: 600;
  font-style: normal;
  font-family: "Playfair", serif;
  line-height: normal;
  margin-bottom: 20px;
  color: var(--blackColor);
}

.applySubscriptionWrap h2 span {
  color: var(--blue);
}

.applySubscriptionWrap p {
  font-size: 16px;
  margin-bottom: 10px;
}

.applySubscriptionWrap h4 {
  font-size: 22px;
  padding-top: 15px;
  margin-bottom: 15px;
}

.applySubscriptionWrap ul li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.applySubscriptionWrap ul li::before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: var(--darkOrange);
  position: absolute;
  left: 0px;
  top: 7px;
  display: block;
}

.applySubscriptionWrap p.conditionsApply {
  margin-top: 30px;
  font-style: italic;
  border: 1px dotted var(--darkOrange);
  padding: 15px;
  border-radius: 5px;
}

.applySubscriptionWrap p.conditionsApply strong {
  color: var(--darkOrange);
}

.applySubscriptionWrap .certificateForm form {
  margin-top: 20px;
}

.applySubscriptionWrap .certificateForm form label {
  font-size: 16px;
  margin-bottom: 5px;
  display: block;
  color: var(--blackColor);
}

.applySubscriptionWrap .certificateForm form input {
  width: 100%;
  border: 1px solid #999;
  padding: 8px 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-bottom: 15px;
}

.applySubscriptionWrap .certificateForm form button {
  background: #fc9024;
  background: linear-gradient(90deg,
      rgba(252, 144, 36, 1) 0%,
      rgba(230, 115, 60, 1) 100%);
  padding: 10px 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  border: none;
}

.certificateCreated {
  margin-top: 30px;
  padding: 15px;
  border: 1px dashed var(--blue);
  border-radius: 8px;
}

.certificateCreated h3 {
  font-size: 32px;
  font-weight: 500;
  font-style: normal;
  font-family: "Playfair", serif;
  line-height: normal;
  margin-bottom: 10px;
  color: var(--blackColor);
  display: flex;
  align-items: flex-start;
  gap: 8px;
}

.certificateCreated h3 img {
  width: 32px;
  vertical-align: sub;
  margin-top: 4px;
}

.certificateCreated ul li {
  padding-left: 0px;
  /* display: flex;
  gap: 5px; */
  margin-bottom: 10px;
}

.certificateCreated ul li::before {
  display: none;
}

.certificateCreated ul li a {
  font-weight: 600;
  color: var(--darkOrange);
  /* display: flex;
  gap: 8px; */
  align-items: center;
  display: inline-block;
}

.certificateCreated ul li a img {
  width: 20px;
  margin-right: 8px;
  display: inline-block;
  vertical-align: sub;
}

.certificateCreated .detailsUL {
  margin-top: 5px;
  display: block;
  width: 100%;
  padding-left: 30px;
  margin-bottom: 0px;
}

.certificateCreated .detailsUL li {
  padding-left: 20px;
  margin-bottom: 0px;
}

.certificateCreated .detailsUL li::before {
  display: block;
}

/* New Profile */
.user_dashboard h1.lp-profile-username {
  font-size: 30px;
  margin-bottom: 5px;
}

.user_dashboard p {
  font-size: 16px;
  margin-bottom: 10px;
}

.user_dashboard .printbutton {
  font-size: 16px;
  padding: 8px 10px;
  background: #008136;
  color: var(--whiteColor);
  border-radius: 4px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: max-content;
  border: none;
  text-transform: capitalize;
  cursor: pointer;
}

.profileLinking {
  padding-top: 40px;
}

.profileLinking a {
  padding: 20px 30px;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid transparent;
}

.profileLinking a img {
  width: 32px;
}

/* .profileLinking a.eLearning {
  background: var(--orange25);
}

.profileLinking a.expertSession {
  background: var(--pink25);
}

.profileLinking a.aiCoach {
  background: var(--green25);
}

.profileLinking a.jobBoard {
  background: var(--purple25);
} */
.profileLinking a.eLearning {
  background: #fff;
  border-color: var(--orange);
}

.profileLinking a.expertSession {
  background: #fff;
  border-color: var(--pink);
}

.profileLinking a.aiCoach {
  background: #fff;
  border-color: var(--green);
}

.profileLinking a.jobBoard {
  background: #fff;
  border-color: var(--purple);
}

/*  */

.yourSteps h3,
.progressSpan h3,
.annoucement h3 {
  font-size: 28px;
  margin-bottom: 15px;
}

.yourSteps ul {
  display: flex;
  align-items: flex-start;
  gap: 30px 0px;
  margin-bottom: 0px;
}

.yourSteps ul li {
  text-align: center;
  display: flex;
  flex-direction: column;

  align-items: center;
  justify-content: center;
  position: relative;
}

.yourSteps ul li::before {
  content: "";
  height: 1px;
  width: 100%;
  background: #ccc;
  position: absolute;
  display: block;
  top: 26px;
  left: calc(50% + 15px);
  z-index: -1;
}

.yourSteps ul li:last-child:before {
  display: none;
}

.yourSteps ul li .imgWrap {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  /* border: 1px solid var(--darkOrange); */
  background: var(--darkOrange);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  margin-bottom: 10px;
  /* background: #fff; */
}

.yourSteps ul li h5 {
  font-size: 20px;
  font-weight: 500;
}

.yourSteps ul li .imgWrap img {
  height: 32px;
  width: 32px;
}

.progressSpan li a {
  background: var(--blue25);
  padding: 10px 20px;
  color: var(--blackColor);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
}

.progressSpan li a span {
  height: 32px;
  width: 32px;
  border-radius: 50%;
  background: var(--blue);
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--whiteColor);
}

.annoucement li a {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
}

.annoucement li a img {
  width: 20px;
}

.profileForDesktop {
  display: block;
}

.profileForMobile {
  display: none;
}

body.page-id-261 .site-main,
body.page-id-4461 .site-main,
body.page-id-4455 .site-main,
body.page-id-4459 .site-main,
body.page-id-4451 .site-main,
body.page-id-4453 .site-main,
body.page-id-4463 .site-main,
body.page-id-4457 .site-main,
body.page-id-6620 .site-main {
  padding: 0px;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0px;
}

.innerPageContent {
  padding-top: 40px;
}

.innerPageContent p {
  margin-bottom: 15px;
}

.innerPageContent ul {
  margin-bottom: 15px;
  padding-left: 15px;
}

.innerPageContent li {
  padding: 5px 0px;
}

.innerPageContent h3,
.innerPageContent h4 {
  font-size: 22px;
  margin-bottom: 10px;
  padding-top: 10px;
}

.contactPageContent {
  padding-top: 40px;
}

.contactPageContent form p {
  margin-bottom: 10px;
}

.contactPageContent form p textarea {
  width: 100%;
  display: block;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 0px;
  margin-top: 5px;
  height: 120px;
}

.contactPageContent label {
  font-size: 14px;
  margin-bottom: 0px;
  width: 100%;
}

.contactPageContent input {
  width: 100%;
  display: block;
  padding: 8px 12px;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 0px;
  margin-top: 5px;
}

.contactPageContent input[type="submit"] {
  width: 100%;
  display: block;
  padding: 8px 12px;
  border: none;
  border-radius: 4px;
  margin-bottom: 0px;
  margin-top: 5px;
  background: var(--darkOrange);
  color: #fff;
}

.course-meta.course-meta-primary .course-meta__pull-left .backButton {
  display: flex;
  align-items: center;
  gap: 5px;
  color: #fff;
  margin-right: 25px;
}

.course-meta.course-meta-primary .course-meta__pull-left .backButton img {
  width: 24px;
}

.learnpress-block-pagination ul.page-numbers,
.learn-press-pagination ul.page-numbers {
  padding-left: 16px;
}

.learnpress-block-pagination .page-numbers>li .page-numbers,
.learn-press-pagination .page-numbers>li .page-numbers {
  height: 36px;
  width: 36px;
  border: 1px solid #ccc;
  display: flex;
  align-items: center;
  justify-content: center;
}

.learnpress-block-pagination .page-numbers>li .page-numbers.current,
.learn-press-pagination .page-numbers>li .page-numbers.current,
.learnpress-block-pagination .page-numbers>li .page-numbers:hover,
.learn-press-pagination .page-numbers>li .page-numbers:hover {
  color: var(--darkOrange);
}

.learnpress-block-pagination .page-numbers>li .next.page-numbers,
.learn-press-pagination .page-numbers>li .next.page-numbers,
.learnpress-block-pagination .page-numbers>li .prev.page-numbers,
.learn-press-pagination .page-numbers>li .prev.page-numbers {
  border: none;
}

.lp-course-curriculum .course-section .course-item {
  padding: 0px;
}

.lp-course-curriculum .course-section .course-item__link {
  display: flex;
  align-items: center;
}

#tab-curriculum .course-section .course-section__items li a.course-item__link::before {
  background-image: url(https://lapro.in/wp-content/uploads/2025/09/ic_check.png);
  background-position: 10px center;
  background-size: 20px;
  background-color: var(--darkOrange);
  color: var(--whiteColor);
  padding: 12px;
  background-repeat: no-repeat;
  padding-left: 40px;
  font-weight: 600;
}

#popup-sidebar .lp-course-curriculum .course-item__content {
  padding: 12px;
}

#learn-press-course-tabs .course-tab-panels .course-description ul {
  list-style: disc;
  padding-left: 15px;
}

#learn-press-course-tabs .course-tab-panels .course-description ul li {
  padding-bottom: 5px;
}

/* #learn-press-course-tabs .course-tab-panels .course-description ul li span {
  font-weight: 600 !important;
  margin-bottom: 8px;
  display: block;
}

#learn-press-course-tabs .course-tab-panels .course-description ul li ul {
  list-style: decimal;
  padding-left: 15px;
}

#learn-press-course-tabs .course-tab-panels .course-description ul li li span {
  font-weight: 400 !important;
  margin-bottom: 0px;
} */

.cTWrap {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.newWrap .knowledgeWrap .freeTrial {
  position: relative;
  top: 0px;
  left: 0;
  margin-top: -20px;
  margin-bottom: 10px;
  width: 100%;
}

.newWrap .knowledgeWrap h3 {
  min-height: 38px;
}

.newWrap .knowledgeWrap a.knowledgeTile {
  position: relative;
}

#popup-content {
  margin: 70px 0 10px 0;
}

#popup-content .content-item-wrap {
  padding-top: 0px !important;
}

#popup-content .content-item-wrap .course-item-title {
  display: none;
}

.knowledgeWrap.knowledgePageWrap {
  padding-top: 40px;
  padding-bottom: 0px;
}

.knowledgeWrap.knowledgePageWrap .freeTrial {
  background: #008000;
  font-weight: 600;
  padding: 3px 5px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  gap: 3px;
  color: var(--whiteColor);
  width: max-content;
  font-size: 14px;
  margin: 10px 0px 0px 0px;
  width: 72px;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
  top: 0px;
  left: 0;
  margin-top: -20px;
  margin-bottom: 10px;
  width: 100%;
}

.knowledgeWrap.knowledgePageWrap .knowledgeTile {
  margin-bottom: 30px;
  display: block;
}

.knowledgeWrap.knowledgePageWrap h3 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.PFWrap ul {
  display: flex;
  flex-wrap: wrap;
}

.PFWrap ul li {
  float: none;
}

.incorrect {
  color: red;
  border: 1px solid;
  padding: 5px;
}

.correct {
  color: green;
  border: 1px solid;
  padding: 5px;
}

/*  Recruiter Landing Page */
.recruiterLandingPage .ctaWrap {
  background: #f2f1f1;
  background: linear-gradient(180deg,
      rgba(242, 241, 241, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
  padding: 40px 0px 30px 0px;
}

.recruiterLandingPage .ctaWrap .registerCta {
  width: 100%;
  margin-bottom: 0px;
  max-width: 200px;
}

.recruiterLandingPage .ctaWrap .registerCta a {
  font-size: 16px;
  padding: 10px 30px;
  background: var(--darkOrange);
  color: var(--whiteColor);
  border-radius: 4px;
  display: block;
  width: 100%;
  margin-bottom: 00px;
  max-width: 200px;
  text-align: center;
}

.recruiterLandingPage .ctaWrap .registerCta p,
.recruiterLandingPage .ctaWrap .loginCta p {
  margin-bottom: 0px;
  text-align: center;
}

.recruiterLandingPage .ctaWrap .loginCta {
  width: 100%;
  margin-bottom: 0px;
  max-width: 200px;
}

.recruiterLandingPage .ctaWrap .loginCta a {
  font-size: 16px;
  padding: 10px 30px;
  background: var(--blue);
  color: var(--whiteColor);
  border-radius: 4px;
  display: block;
  width: 100%;
  margin-bottom: 00px;
  max-width: 200px;
  text-align: center;
}

.recruiterLandingPage h2 {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 5px;
}

.recruiterLandingPage .ctaWrap h2 {
  font-size: 20px;
  padding: 0px;
  margin-bottom: 15px;
}

.recruiterLandingPage .ctaWrap p {
  font-size: 16px;
  margin-bottom: 20px;
}

.recruiterLandingPage .ctaWrap p a {
  color: var(--blue);
}

.recruiterLandingPage p {
  font-size: 16px;
  margin-bottom: 20px;
}

.recruiterLandingPage .recruiterBody .whatUCanWrap {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  display: flex;
  gap: 25px;
}

.recruiterLandingPage .recruiterBody .whatUCanWrap .whatUCan {
  padding: 20px;
  background: var(--blue);
  color: #fff;
  text-align: center;
  max-width: 33.33%;
  width: 100%;
  border-radius: 8px;
}

/* .recruiterLandingPage .recruiterBody ul li:before {
  content: "";
  height: 6px;
  width: 6px;
  display: block;
  background: var(--blackColor);
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 4px;
} */
.recruiterLandingPage .recruiterBody .whatUCanWrap span {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
}

.recruiterLandingPage .recruiterBody .whatUCanWrap img {
  width: 40px;
  display: block;
  margin: auto;
  margin-bottom: 5px;
  height: auto;
}

/*  */
#wpjobportal_registration_form {
  display: flex;
  gap: 15px 30px;
  flex-wrap: wrap;
}

div.wjportal-form-wrp div.wjportal-form-row {
  border: none;
  width: calc(50% - 15px);
  flex-direction: column;
  display: flex;
  padding: 15px 15px 0 0;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-title,
div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value {
  width: 100%;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-title {
  padding: 0px;
  height: auto;
  margin-bottom: 5px;
  font-size: 14px;
}

.page-id-263 .wjportal-main-wrapper {
  padding: 40px 0px;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value input.wjportal-form-input-field {
  display: inline-block;
  width: 100%;
  height: 38px;
  padding: 8px;
  font-weight: normal;
}

.page-id-263 .wjportal-main-wrapper .wjportal-form-btn-wrp {
  width: 100%;
}

.page-id-263 .wjportal-main-wrapper .wjportal-form-btn-wrp input[type="submit"] {
  width: calc(100%);
  background: var(--blue) !important;
  border-radius: 0px;
  background: var(--darkOrange) !important;
  border: none !important;
}

.page-id-263 .wjportal-main-wrapper .wjportal-form-btn-wrp input[type="submit"]:hover {
  background: var(--darkOrange) !important;
  color: #fff !important;
  border: none !important;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value div.wjportal-form-upload div.wjportal-form-upload-btn-wrp {
  min-height: 38px;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value div.wjportal-form-upload div.wjportal-form-upload-btn-wrp .wjportal-form-upload-btn {
  height: 36px;
  line-height: 36px;
}

div.wjportal-form-wrp div.wjportal-form-row:nth-child(9),
div.wjportal-form-wrp div.wjportal-form-row:nth-child(10) {
  width: 100% !important;
}

div.wjportal-form-wrp div.wjportal-form-row:nth-child(10) .wjportal-form-help-txt {
  padding-top: 0px !important;
}

div.wjportal-form-wrp div.wjportal-form-row:nth-child(9) textarea {
  height: 100px;
  resize: none;
}

.page-id-263 div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value a {
  color: var(--blue);
  font-weight: 500;
}

div.wjportal-form-wrp div.wjportal-form-row.checkBoxField {
  width: 100% !important;
}

div.wjportal-form-wrp div.wjportal-form-row.checkBoxField .wjportal-form-value {
  display: flex;
  align-items: center;
  gap: 5px;
}

div.wjportal-form-wrp div.wjportal-form-row.checkBoxField div.wjportal-form-value input[type="checkbox"] {
  margin-top: 0px !important;
}

.aditionalInfo {
  padding: 0px;
  list-style: none;
  background: var(--blue25);
  padding: 15px;
  border-radius: 2px;
  margin-bottom: 0px;
  width: 100%;
  clear: both;
}

.aditionalInfo li a {
  color: var(--blue);
  font-weight: 500;
}

.aditionalInfo li {
  padding-left: 15px;
  position: relative;
}

.aditionalInfo li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--blackColor);
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0px;
  display: block;
}

.required-notifier,
font {
  color: var(--darkOrange);
}

div.wjportal-form-wrp div.wjportal-form-row .has-error .help-block.form-error {
  display: block;
}

#wpjobportal-form {
  gap: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

div#wjportal-emp-cp-wrp {
  float: none;
  width: 100%;
  margin: 40px 0;
  display: flex;
}

div#wjportal-emp-cp-wrp div.wjportal-cp-left {
  float: none;
  width: 300px;
}

div#wjportal-emp-cp-wrp div.wjportal-cp-right {
  float: none;
  padding-left: 20px;
  flex: 1;
}

div.wjportal-form-wrp div.wjportal-form-row .fieldIButton {
  position: absolute;
  left: 72px;
}

div.wjportal-form-wrp div.wjportal-form-row .fieldIButton img {
  width: 18px;
  height: 18px;
}

/* .employeeEditProfilePage
  div.wjportal-form-wrp
  div.wjportal-form-row
  .fieldIButton {
  left: 100px;
} */

div.wjportal-form-wrp div.wjportal-form-row .fieldIButton .tooltipPopup {
  width: 300px;
  text-align: left;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px;
  border-radius: 8px;
  position: absolute;
  top: -25px;
  left: 30px;
  display: none;
}

div.wjportal-form-wrp div.wjportal-form-row .fieldIButton .tooltipPopup:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 9px 6px 0;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
  transform: rotate(0deg);
  display: block;
  position: absolute;
  left: -9px;
  top: 29px;
}

div.wjportal-form-wrp div.wjportal-form-row .fieldIButton:hover .tooltipPopup {
  display: block;
}

div#wjportal-emp-cp-wrp div.wjportal-cp-left div.wjportal-cp-user div.wjportal-user-logo {
  border-radius: 50%;
}

div#wjportal-emp-cp-wrp div.wjportal-cp-right div.wjportal-cp-boxes div.wjportal-cp-box.box1 div.wjportal-cp-box-top {
  background: var(--blue);
}

div#wjportal-emp-cp-wrp div.wjportal-cp-right div.wjportal-cp-boxes div.wjportal-cp-box.box2 div.wjportal-cp-box-top {
  background: var(--darkOrange);
}

div#wjportal-emp-cp-wrp div.wjportal-cp-right div.wjportal-cp-boxes div.wjportal-cp-box.box3 div.wjportal-cp-box-top {
  background: var(--green);
}

body.page-id-445 main.site-main {
  padding-left: 0px;
  padding-right: 0px;
}

div#wjportal-emp-cp-wrp div.wjportal-cp-right div.wjportal-cp-boxes div.wjportal-cp-box.box1 div.wjportal-cp-box-btm a {
  color: var(--blue);
}

div#wjportal-emp-cp-wrp div.wjportal-cp-right div.wjportal-cp-boxes div.wjportal-cp-box.box2 div.wjportal-cp-box-btm a {
  color: var(--darkOrange);
}

div#wjportal-emp-cp-wrp div.wjportal-cp-right div.wjportal-cp-boxes div.wjportal-cp-box.box3 div.wjportal-cp-box-btm a {
  color: var(--green);
}

div#wjportal-emp-cp-wrp div.wjportal-cp-left div.wjportal-cp-user div.wjportal-cp-user-action {
  border-top: none;
  margin: 0px;
}

div#wjportal-emp-cp-wrp div.wjportal-cp-sec-title {
  padding: 10px 20px;
}

div#wjportal-emp-cp-wrp div.wjportal-cp-left div.wjportal-cp-short-links-wrp div.wjportal-cp-short-links-list div.wjportal-cp-list a.wjportal-list-anchor {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

div#wjportal-emp-cp-wrp div.wjportal-cp-left div.wjportal-cp-short-links-wrp div.wjportal-cp-short-links-list div.wjportal-cp-list a.wjportal-list-anchor img {
  width: 24px;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value div.wjportal-form-text {
  height: 38px;
  background: #ccc;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value select.wjportal-form-select-field,
div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value ul.wpjobportal-input-list-wpjobportal,
div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value div.wjportal-form-5-fields div.wjportal-form-symbol-fields span.wjportal-form-symbol,
div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value input.wjportal-form-date-field {
  height: 38px !important;
  width: 100%;
}

.addJobForm div.wjportal-form-wrp div.wjportal-form-row:nth-child(3),
.addJobForm div.wjportal-form-wrp div.wjportal-form-row:nth-child(8),
.addJobForm div.wjportal-form-wrp div.wjportal-form-row:nth-child(15) {
  /* width: 100%; */
}

.addJobForm div.wjportal-form-wrp div.wjportal-form-row:nth-child(2) {
  display: none !important;
}

.addJobForm div.wjportal-form-wrp div.wjportal-form-row:nth-child(9),
.addJobForm div.wjportal-form-wrp div.wjportal-form-row:nth-child(10) {
  width: calc(50% - 15px) !important;
}

.addJobForm #save-button div.wjportal-form-2-btn {
  width: 100%;
  margin: 0;
}

.addJobForm #save-button div.wjportal-form-2-btn .wjportal-form-btn {
  background: var(--darkOrange) !important;
  color: #fff !important;
  border: none !important;
}

div.wjportal-page-header div.wjportal-header-actions div.wjportal-act-btn-wrp .wjportal-act-btn {
  background: var(--darkOrange);
  color: #fff;
  border: none;
  text-decoration: none;
}

div.wjportal-page-header div.wjportal-header-actions div.wjportal-act-btn-wrp .wjportal-act-btn {
  display: flex;
  align-items: center;
}

div.wjportal-jobs-list div.wjportal-jobs-list-top-wrp div.wjportal-jobs-cnt-wrp div.wjportal-jobs-middle-wrp div.wjportal-jobs-data a.wjportal-companyname {
  text-transform: capitalize;
  color: var(--blackColor) !important;
  padding-left: 30px;
  position: relative;
  text-decoration: none;
}

div.wjportal-jobs-list div.wjportal-jobs-list-top-wrp div.wjportal-jobs-cnt-wrp div.wjportal-jobs-middle-wrp div.wjportal-jobs-data a.wjportal-companyname:before {
  content: "";
  background: url(https://lapro.in/wp-content/uploads/2025/10/company.png) no-repeat center;
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  left: 0;
  background-size: contain;
}

div.wjportal-jobs-list div.wjportal-jobs-list-btm-wrp div.wjportal-jobs-action-wrp a.wjportal-jobs-act-btn {
  border: none;
  background: rgb(143, 5, 5) !important;
  color: #fff;
  text-decoration: none;
}

div.wjportal-jobs-list div.wjportal-jobs-list-btm-wrp div.wjportal-jobs-action-wrp a.wjportal-jobs-act-btn[title="Edit"] {
  border: none;
  background: var(--green) !important;
  color: #fff;
  text-decoration: none;
}

div.wjportal-jobs-list div.wjportal-jobs-list-btm-wrp div.wjportal-jobs-action-wrp a.wjportal-jobs-act-btn[title="Resume"] {
  border: none;
  background: var(--blackColor) !important;
  color: #fff;
  text-decoration: none;
}

div.wjportal-jobs-list div.wjportal-jobs-list-btm-wrp div.wjportal-jobs-action-wrp a.wjportal-jobs-act-btn.wjportal-jobs-act-btn-ai-suggested-resumes {
  background: var(--blue) !important;
}

div.wjportal-page-header div.wjportal-header-actions {
  padding-top: 0;
}

a.tc {
  display: inline;
  background: none;
  color: inherit;
  padding: 0;
}

/*.page-id-263
  div.wjportal-form-wrp
  div.wjportal-form-row
  div.wjportal-form-value
  a {
  font-weight: 500;
  width: 100%;
  text-align: center;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: #fff;
}

.page-id-263
  div.wjportal-form-wrp
  div.wjportal-form-row
  div.wjportal-form-value
  a:before {
  content: " + ";
  margin-right: 4px;
  font-weight: 400;
  font-size: 18px;
} */

#send_otp {
  background: var(--blue);
  height: 38px;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  border: none;
  justify-content: center;
}

.employeeEditProfilePage div.wjportal-form-wrp div.wjportal-form-row:nth-child(5),
.employeeEditProfilePage div.wjportal-form-wrp div.wjportal-form-row:nth-child(6),
.employeeEditProfilePage div.wjportal-form-wrp div.wjportal-form-row:nth-child(7) {
  width: 100%;
}

.employeeEditProfilePage div.wjportal-form-wrp div.wjportal-form-row:nth-child(9) {
  width: calc(50% - 15px) !important;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value textarea {
  height: 100px !important;
  resize: none !important;
}

div.wjportal-jobs-list div.wjportal-jobs-list-top-wrp:not(:has(> .wjportal-jobs-logo)) .wjportal-jobs-cnt-wrp {
  width: calc(100% - 0px);
  padding: 0;
}

.site-main:has(> .employerLogIn) {
  padding: 0px !important;
  max-width: 100% !important;
}

.site-main:has(> .employerLogIn)+footer {
  margin-top: 0px !important;
}

.loginSignUpPage.employerLogIn {
  padding: 40px 0px;
}

div.wjportal-filter-search-main-wrp {
  background: #fff;
  border: none;
  box-shadow: 0px 0px 20px 0px #0001;
}

div.wjportal-jobdetail-wrapper div.wjportal-job-company-wrp {
  display: none;
}

div.wjportal-jobdetail-wrapper div.wjportal-jobinfo-wrp {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

div.wjportal-custom-field span.wjportal-custom-field-tit {
  margin-right: 5px;
}

div.wjportal-custom-field span.wjportal-custom-field-val {
  margin-left: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: calc(100% - 160px);
}

div.wjportal-jobdetail-wrapper div.wjportal-job-data-wrp div.wjportal-job-data,
div.wjportal-jobdetail-wrapper div.wjportal-job-data-wrp div.wjportal-custom-field {
  padding-left: 0px;
}

.lp-profile-content ul.datesWrap {
  display: flex;
  gap: 30px;
}

.lp-profile-content ul.datesWrap li {
  padding: 10px 20px;
  border: 1px solid var(--darkOrange);
}

.recruiterLandingPage .ctaWrap p:last-child {
  margin-bottom: 0px;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value select.wjportal-form-select-field {
  padding: 8px;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value div.wjportal-form-5-fields div.wjportal-form-inner-fields {
  padding-left: 5px;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value div.wjportal-form-5-fields div.wjportal-form-symbol-fields span.wjportal-form-symbol {
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value ul.wpjobportal-input-list-wpjobportal li.wpjobportal-input-token-wpjobportal {
  margin: 2px !important;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value ul.wpjobportal-input-list-wpjobportal {
  padding: 0px 5px;
  overflow: auto;
}

#wpjobportal-input-city {
  height: 36px !important;
}

/* registrationFormWrap */
.registrationFormWrap {
  padding: 20px;
  text-align: left;
}

.registrationFormWrap .form-control {
  border-radius: 0px;
}

.registrationFormWrap .form-label span {
  color: var(--darkOrange);
}

.registrationFormWrap .input-group-text {
  background: var(--darkOrange);
  color: #fff;
}

.registrationFormWrap .form-label {
  position: relative;
}

.registrationFormWrap .fieldIButton {
  position: absolute;
  left: 72px;
  top: 0px;
}

.registrationFormWrap .fieldIButton img {
  width: 18px;
  height: 18px;
}

.registrationFormWrap .tooltipPopup {
  width: 300px;
  text-align: left;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px;
  border-radius: 8px;
  position: absolute;
  top: -25px;
  left: 30px;
  display: none;
}

.registrationFormWrap .fieldIButton:hover .tooltipPopup {
  display: block;
}

.registrationFormWrap .tooltipPopup:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 9px 6px 0;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
  transform: rotate(0deg);
  display: block;
  position: absolute;
  left: -9px;
  top: 29px;
}

.registrationFormWrap .regiButton {
  width: 100%;
  background: var(--darkOrange);
  color: #fff;
  border: none;
  border-radius: 0px;
}

.coursesWrap .col-md-3.col-sm-6 {
  margin-top: 100px;
}

.coursesWrap .col-md-4.col-6 {
  margin-top: 100px;
}

.woocommerce form .form-row label.woocommerce-form__label.woocommerce-form__label-for-checkbox {
  line-height: inherit;
  display: block !important;
  align-items: flex-start;
  gap: 0px;
  position: relative;
  padding-left: 25px;
}

.woocommerce form .form-row .input-checkbox {
  display: block;
  position: absolute;
  left: 0px;
  margin: 4px 12px 0 0;
  text-align: center;
  vertical-align: middle;
  /* margin-top: 4px; */
}

.woocommerce form .form-row label.customcontent a {
  color: var(--blue);
}

.woocommerce form .form-row label.customcontent {
  line-height: inherit;
  /* display: flex;
  align-items: flex-start;
  gap: 12px; */
  margin-bottom: 0px;
  margin-top: -5px;
  color: var(--blue);
  font-weight: 500;
}

.woocommerce form .form-row label.woocommerce-form__label.woocommerce-form__label-for-checkbox input {
  position: absolute;
  left: 0px;
}

.woocommerce form .form-row label.customcontent input {
  top: 3px;
}

.woocommerce form .form-row label.customcontent .tooltip {
  display: none;
}

.woocommerce form .form-row {
  padding: 5px 0px;
  margin: 0 0 6px;
}

#popupBox.conditionsApply {
  max-width: 380px;
  width: 100%;
  text-align: center;
}

#popupBox.conditionsApply p {
  text-align: center;
  margin-bottom: 5px;
}

#popupBox.conditionsApply .btnWrapCondition {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

#popupBox.conditionsApply .btnWrapCondition button {
  background: var(--darkOrange);
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 10px 15px;
}

#popupBox.conditionsApply .btnWrapCondition button#cancelBtn {
  background: var(--blackColor);
  border: none;
  border-radius: 4px;
  color: #fff;
  padding: 10px 15px;
}

#popupBox.conditionsApply strong {
  display: block;
  text-align: center;
  margin-bottom: 5px;
  font-size: 18px;
}

.ygpts-widgetBtn {
  border: 2px solid #fff !important;
  height: 65px !important;
  width: 65px !important;
}

.searchPageWrap .searchListWrap {
  padding-top: 50px;
}

.searchPageWrap .searchListWrap h1 {
  font-size: 42px;
  font-weight: 600;
  margin-bottom: 20px;
}

.searchPageWrap .searchListWrap .searchRTile img {
  width: 100%;
}

.searchPageWrap .searchListWrap .searchRTile h2 {
  font-size: 18px;
  margin: 10px 0px;
}

.newGuidPage .innerBanner {
  max-height: 230px;
}

.guide-media-preview {
  position: relative;
  width: 100%;
  max-width: 400px;
  margin: auto;
  margin-top: -50px;
}

.guide-media-preview .popupvideo {
  width: 100%;
}

.guide-media-preview .videoPlayIcon {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  width: 30px;
  height: 30px;
}



body.page-template-yougpt .alert.alert-dismissible,
body.page-template-yougpt .newTOLaPro,
body.page-template-yougpt #header,
body.page-template-yougpt #footer {
  /* display: none; */
}

.whatYouGet {
  padding-top: 40px;
}

.whatYouGet .whatYouUnlock {
  background: var(--orange);
  padding: 30px;
  height: 100%;
  color: #fff;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}

.whatYouGet .whatYouAccess {
  background: var(--blue);
  padding: 30px;
  height: 100%;
  color: #fff;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.whatYouGet ul {
  list-style: none;
  margin: 0px;
  padding-left: 0px;
  padding-top: 10px;
}

.whatYouGet ul li {
  position: relative;
  padding-left: 15px;
}

.whatYouGet ul li:before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;
  background: #fff;
  display: flex;
  position: absolute;
  left: 0px;
  top: 6px;
}

.billingdetails {
  width: 100%;
  float: left;
  padding: 1% 0;
}

.leftbilling {
  width: 50%;
  float: left;
}

@keyframes blink {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.righttbilling {
  width: 50%;
  float: left;
}

.profileTextBtnPop .fullsubscribebutton {
  background: var(--darkOrange);
  font-weight: 600;
  margin-left: 10px;
  font-size: 16px;
  color: #fff;
  color: var(--whiteColor);
  border-radius: 4px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: max-content;
  border: none;
  text-transform: capitalize;
  cursor: pointer;
  padding: 8px 10px;
  animation: blink 4s infinite;
}

.bilingBoxWrap p {
  display: flex;
}

.bilingBoxWrap h3,
.ivd {
  margin-bottom: 15px !important;
  font-size: 20px !important;
}

.bilingBoxWrap strong {
  width: 150px;
}

.bilingBoxWrap span {
  width: max-content;
  padding: 0px 10px;
}

#profile-content-settings {
  position: relative;
}

#printInvoiceBtn {
  font-size: 16px;
  padding: 8px 10px;
  background: var(--orange);
  color: #fff;
  border-radius: 4px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: max-content;
  border: none;
  text-transform: capitalize;
  cursor: pointer;
  position: absolute;
  top: 68px;
  right: 0;
}

.bilingBoxWrap br {
  display: inline !important;
}

.bilingBoxWrap br:before {
  content: ', ';
  display: block !important;
}

.totalWrap {
  background: #28a8b7;
  padding: 8px 10px;
  margin: 0px 0px 20px 0px !important;
  color: #fff;
  font-size: large;
}

.coursesCategoryWrap {
  padding: 15px 0px;
}

.coursesCategoryWrap .coursesCategoryTab {
  padding: 0px;
  list-style: none;
  gap: 10px;
}

.coursesCategoryWrap .coursesCategoryTab .nav-link {
  width: max-content;
  display: flex;
  align-items: center;
  gap: 10px;
  box-shadow: none;
  padding: 10px;
  border-radius: 4px;
  color: #000 !important;
  background: #f2f1f1;
}

.coursesCategoryWrap .coursesCategoryTab .nav-link img {
  margin: 0px;
  width: 28px;
}

.coursesCategoryWrap .coursesCategoryTab .nav-link .defaultShow {
  display: block;
}

.coursesCategoryWrap .coursesCategoryTab .nav-link .hoverShow {
  display: none;
}


.coursesCategoryWrap .coursesCategoryTab .nav-link.active,
.coursesCategoryWrap .coursesCategoryTab .nav-link:hover {
  background: var(--orange);
  color: #fff !important;
}

.coursesCategoryWrap .coursesCategoryTab .nav-link.active .defaultShow,
.coursesCategoryWrap .coursesCategoryTab .nav-link:hover .defaultShow {
  display: none;
}

.coursesCategoryWrap .coursesCategoryTab .nav-link.active .hoverShow,
.coursesCategoryWrap .coursesCategoryTab .nav-link:hover .hoverShow {
  display: block;
}

.coursesCategoryWrap .courseMainWrap {
  padding: 30px 0px 0px 0px;
}

.coursesCategoryWrap .courseMainWrap .lp-course-grid article.lp-course {
  width: calc(25% - 18px);
  padding: 0px 0px;
  margin-bottom: 32px;
}

.coursesCategoryWrap .courseMainWrap .lp-course-grid {
  gap: 24px;
}

.coursesCategoryWrap .courseMainWrap .lp-course-grid article.lp-course a .course-content p {
  min-height: 84px;
}

.fullsubscribebutton {
  background: var(--darkOrange);
  font-weight: 600;
  margin-left: 10px;
  font-size: 16px;
  color: #fff;
  color: var(--whiteColor);
  border-radius: 4px;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  width: max-content;
  border: none;
  text-transform: capitalize;
  cursor: pointer;
  padding: 8px 10px;
}

.wjportal-jobinfo:nth-child(3) {
  display: none;
}

.laProPricing .boxx {
  padding: 30px;
  border: 1px solid var(--darkOrange);
  border-radius: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
}

.laProPricing .boxx ul {
  padding: 0px;
  margin: 0px;
  padding-left: 17px;
  padding-top: 10px;
}

.laProPricing .boxx ul li {
  margin-bottom: 8px;
}

.laProPricing .boxx ul li strong {
  color: var(--darkOrange);
  font-weight: 600;
}

.laProPricing .boxx ul li span {
  font-weight: 600;
}

.contactInfo {
  background: #f2f1f1;
  height: 100%;
  border-radius: 10px;
  padding: 20px;
  /* box-shadow: 0px 0px 20px 0px #00000020; */
  display: flex;
  height: 100%;
  align-items: flex-start;
  gap: 20px;
}

.contactInfo p a {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.contactInfo p {
  padding: 10px;
  border: 1px solid #ccc8;
  margin-bottom: 10px;
  border-radius: 10px;
  flex: 1;
  background: #fff;
}

.contactInfo p a span {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #007bff10;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contactInfo p a span img {
  height: 24px;
  width: 24px;
}

#otp_section {
  padding-top: 10px;
  display: flex;
  gap: 10px;
  align-items: center;
}

#otp_section input {
  border: 1px solid #ccc;
  border-radius: 0px;
  padding: 4px;
  flex: 1;
}

#otp_section button {
  padding: 5px 20px;
  background: var(--darkOrange);
  color: var(--whiteColor);
  border-radius: 4px;
  width: max-content;
  border: none;
  margin-top: 0px;
}


body.page-template-jobs .wjportal-custom-field:last-child {
  display: none;
}

body.page-template-jobs .wjportal-form-btn-wrp.wjportal-apply-package-apply-now-button {
  display: block !important;
}

.g-recaptcha {
  border-top: none !important;
}

.courseMainWrap .lp-course-grid article.lp-course {
  width: calc(25% - 12px);
  padding: 0px 0px;
  margin-bottom: 32px;
}

.courseMainWrap .lp-course-grid {
  gap: 15px;
}

.courseMainWrap {
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 30px;
}

.courseMainWrap .lp-course-grid article.lp-course a {
  height: 100%;
}

.courseMainWrap .lp-course-grid article.lp-course a .course-content {
  height: calc(100% - 180px);
}

.iLWmXp .h4 {
  font-size: 16px !important;
}

#pills-all {
  display: none;
}

body.post-type-archive-lp_course #pills-all {
  display: block !important;
}


.tabFilterWrap {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  align-items: center;
}

.tabFilterWrap .coursesCategoryTab {
  flex: 1;
}

.careerPlazaMainPart {
  margin-bottom: 20px;
}

.tabFilterWrap #cpt-sort {
  background: #007bff;
  color: #fff;
  border: none;
  height: 37px;
  width: 120px;
  padding: 8px;
}

.careerPlazaWrap {
  padding-top: 0px;
  padding-bottom: 0px;
}

.careerPlazaWrap .importantInfo {
  position: sticky;
  top: 20px;
}

.careerPlazaWrap .importantInfo h1 {
  font-size: 26px;
  margin-bottom: 15px;
}

.careerPlazaWrap .importantInfo ul li {
  padding: 8px 0px;
  display: flex;
  gap: 10px;
  align-items: flex-start;

}

.careerPlazaWrap .importantInfo ul li i {
  color: #ff7e2c;
  font-size: 18px;
}

.careerPlazaDescription {
  /*display: flex;*/
  flex-direction: column;
  gap: 15px;
}

.careerPlazaDescription img {
  width: auto;
  max-width: 60%;
}

.careerPlazaDescription>* {
  margin-bottom: 0px;
}

.careerPlazaDescription ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 15px;
  margin-bottom: 15px;
}

.careerPlazaDescription ul li {
  position: relative;
  padding-left: 15px;
}

.careerPlazaDescription ul li:before {
  content: "";
  height: 6px;
  width: 6px;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: 7px;
  left: 0px;
  background: #ff7c1e;
}

.careerPlazaWrap .btnWraps {
  display: flex;
  gap: 10px;
  align-items: center;
}

.careerPlazaWrap .btnWraps .enquiryBtn {
  background: #0e7bf9;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  border: 1px solid #0e7bf9;
}

.careerPlazaWrap .btnWraps .shareBtn {
  background: #28a8b7;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  border: 1px solid #28a8b7;
}

.careerPlazaWrap .btnWraps .wishlistBtn {
  background: none;
  border: 1px solid #ff7c1e;
  color: #ff7c1e;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
}

.careerPlazaMainPart .owl-carousel .owl-nav button.owl-prev {
  left: 0px;
  color: #000;
  background: #ccc !important;
  border-radius: 50%;
}

.careerPlazaMainPart .owl-carousel .owl-nav button.owl-next {
  right: 0px;
  color: #000;
  background: #ccc !important;
  border-radius: 50%;
}

.breadCrumbWrap {
  background-color: none;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  margin-top: 0px;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0px;
}

.breadCrumbWrap ol {
  margin-bottom: 0px;
}

.breadCrumbWrap ol li,
.breadCrumbWrap ol li a {
  color: #fff !important;
}

.breadCrumbWrap ol li:before {
  color: #fff !important;
}

.dilitedAccount {
  background: #fff;
  box-shadow: 0px 0px 20px 0px #0002;
  padding: 30px;
  margin: 30px auto;
  max-width: 640px;
  text-align: center;
}


.dilitedAccount i {
  font-size: 40px;
  color: #ff7c1e;
}

.dilitedAccount h3 {
  font-size: 22px;
  font-weight: 600;
  color: #111;

}

.dilitedAccount a.themeButton {
  margin: auto;
  padding-left: 20px;
  padding-right: 20px;
}

/* ========================Fun Zone All CSS======================== */


.funZoneMenu {
  margin-right: 0px;
  padding-bottom: 10px;
}

.funZoneMenu .gameButtonWrap {
  position: relative;
  min-height: 44px;
  width: max-content;
  margin: auto;
  margin-bottom: 2px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.funZoneMenu .gameButtonWrap a {
  font-size: 16px;
  padding: 0;
  background: #D70606 !important;
  background: linear-gradient(180deg, #D70606 0%, #710303 100%) !important;
  color: var(--whiteColor) !important;
  border-radius: 35px;
  gap: 5px;
  margin-top: 0;
  width: 125px;
  height: 36px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 3px solid #f2f1f1;
  margin-bottom: 0px;
  position: relative;
  z-index: 9;
  box-shadow: inset 0px 0px 5px 1px #0004;
  font-weight: 600;
}

.funZoneMenu .gameButtonWrap .effect {
  width: 125px;
  height: 36px;
  background: #fff;
  border-radius: 35px;
  margin: auto;
  box-shadow: 0px 2px 4px 0px #0004;
  margin-top: -34px;
}


.funZoneMenu .gameButtonWrap:hover .effect {
  display: none;
}

.funZoneMenu .gameButtonWrap:hover a {
  background: linear-gradient(0deg, #D70606 0%, #710303 100%) !important;
}


.funZoneMenu {
  margin-right: 10px;
}

.funZoneMenu .funZoneButton img {
  width: auto !important;
  height: auto !important;
}

.funZoneMenu .funZoneButton .funZoneImg01 {
  display: block;
  box-shadow: 0px 2px 10px 0px #0004;
  border-radius: 20px;
}

.funZoneMenu:hover .funZoneButton .funZoneImg01 {
  display: none;
}

.funZoneMenu .funZoneButton .funZoneImg02 {
  display: none;
}

.funZoneMenu:hover .funZoneButton .funZoneImg02 {
  display: block;
}



.gameMenuWrap {
  position: absolute;
  width: 100%;
  z-index: 999;
  background: #fff;
  left: 0px;
  top: 47px;
  padding: 20px 0px;
  padding-top: 33px;
  display: none;
}

.funZoneMenu:hover .gameMenuWrap {
  display: block;
}

.gameMenuWrap ul {
  display: flex;
  gap: 30px;
}

.gameMenuWrap ul li {

  flex: 1;
}

.gameMenuWrap ul li a {
  border: 1px solid transparent;
  display: flex;
  gap: 10px;
  padding: 20px;
  border-radius: 10px;
  align-items: center;
  box-shadow: 0px 0px 20px 0px #0004;
}


.gameMenuWrap ul li a:hover {
  border: 1px solid #ccc;
  box-shadow: none;
}

.gameMenuWrap ul li a img {
  height: 36px;
  width: auto !important;
}

.funZoneListing {
  padding: 30px 0px;
  padding-bottom: 10px;
}

.funZoneListing .funZoneTile {
  background: #FAF3F6;
  background: linear-gradient(0deg, #FAF3F6 0%, rgba(253, 166, 73, 1) 38%, rgba(255, 150, 70, 1) 100%);
  border-radius: 10px;
  box-shadow: 0px 4px 0px 0px #0004;
  margin-bottom: 20px;
}

.funZoneListing .funZoneTileInner {
  background: url(http://103.74.223.20:4300/lapro/wp-content/uploads/2026/02/gameTileImg.png) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;

}

.funZoneListing .funZoneTileInner h1 {
  flex: 1;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  font-family: "Fredoka", sans-serif !important;
  line-height: 1;
  text-transform: uppercase;
}

.funZoneListing .funZoneTileInner .tileBottom {
  flex: 1;
  min-height: 110px;
  font-family: "Poppins", sans-serif;
}

.funZoneListing .funZoneTileInner .tileBottom p {
  font-family: "Poppins", sans-serif;
}

.funZoneListing .funZoneTileInner .tileBottom .gameButtonWrap {
  position: relative;
  min-height: 44px;
  width: max-content;
  margin: auto;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.funZoneListing .funZoneTileInner .tileBottom .gameButtonWrap a {
  font-size: 16px;
  padding: 0;
  background: #fc9024;
  background: linear-gradient(180deg, rgba(252, 144, 36, 1) 0%, rgba(230, 115, 60, 1) 100%);
  color: var(--whiteColor);
  border-radius: 35px;
  gap: 5px;
  margin-top: 0;
  width: 140px;
  height: 40px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 3px solid #f2f1f1;
  margin-bottom: 0px;
  position: relative;
  z-index: 9;
  box-shadow: inset 0px 0px 5px 1px #0004;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.funZoneListing .funZoneTileInner .tileBottom .gameButtonWrap .effect {
  width: 140px;
  height: 40px;
  background: #fff;
  border-radius: 35px;
  margin: auto;
  box-shadow: 0px 2px 4px 0px #0004;
  margin-top: -36px;
}


.funZoneListing .funZoneTileInner .tileBottom .gameButtonWrap:hover .effect {
  display: none;
}

.funZoneListing .funZoneTileInner .tileBottom .gameButtonWrap:hover a {
  background: #fc9024;
  background: linear-gradient(0deg, rgba(252, 144, 36, 1) 0%, rgba(230, 115, 60, 1) 100%);
  color: var(--whiteColor);
}

.funZoneListing .funZoneTile .imageWrap {
  flex: 2;
  position: relative;
}

.funZoneListing .funZoneTile .imageWrap .particles {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  bottom: 50%;
}

.funZoneListing .funZoneTile .imageWrap .particles2 {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 20px;
  bottom: 90%;
}

.funZoneListing .funZoneTile .imageWrap .particles3 {
  position: absolute;
  width: 15px;
  height: 15px;
  right: inherit;
  bottom: 60%;
  left: 0;
}

.funZoneListing .funZoneTile img {
  height: 170px;
  width: auto;
}


.funZoneListing .funZoneTile.moodGame {
  background: #FAF3F6;
  background: linear-gradient(0deg, #FAF3F6 0%, #77D647 38%, #2CA48F 100%);
}

.funZoneListing .funZoneTile.moodGame .tileBottom .gameButtonWrap a {
  background: linear-gradient(180deg, #2CA48F 0%, #77D647 100%);
}

.funZoneListing .funZoneTile.moodGame .tileBottom .gameButtonWrap:hover a {
  background: linear-gradient(0deg, #2CA48F 0%, #77D647 100%);
}

.funZoneListing .funZoneTile.officeGame {
  background: linear-gradient(0deg, #FAF3F6 0%, #72A3FF 38%, #7475FE 100%);
}

.funZoneListing .funZoneTile.officeGame .tileBottom .gameButtonWrap a {
  background: linear-gradient(180deg, #7475FE 0%, #72A3FF 100%);
}

.funZoneListing .funZoneTile.officeGame .tileBottom .gameButtonWrap:hover a {
  background: linear-gradient(0deg, #7475FE 0%, #72A3FF 100%);
}

.funZoneListing .funZoneTile.swipeGame {
  background: linear-gradient(0deg, #FAF3F6 0%, #E43B43 38%, #E43B7F 100%);
}

.funZoneListing .funZoneTile.swipeGame .tileBottom .gameButtonWrap a {
  background: linear-gradient(180deg, #E43B7F 0%, #E43B43 100%);
}

.funZoneListing .funZoneTile.swipeGame .tileBottom .gameButtonWrap:hover a {
  background: linear-gradient(0deg, #E43B7F 0%, #E43B43 100%);
}

.funZoneListing .funZoneTile.swipeGame .tileBottom p {
  font-weight: 500;
}

.funInnerBanner {
  height: 160px;
  gap: 10px;
  display: flex;
  align-items: center;
  background: url(http://103.74.223.20:4300/lapro/wp-content/uploads/2026/02/Frame-4.jpg) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}

.funInnerBanner .funBannerData {
  height: 100%;
  position: relative;
  gap: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.funInnerBanner img.icon01 {
  height: 150px;
  width: auto;
  position: absolute;
  bottom: -10px;
  left: 0px;
}

.funInnerBanner img.icon02 {
  height: 150px;
  width: auto;
  position: absolute;
  bottom: -20px;
  right: 0px;
}

.funInnerBanner h2 {
  text-align: center;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  font-family: "Fredoka", sans-serif !important;
  margin-bottom: 0px;
}

.funInnerBanner p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0px;
  color: #222;
  font-family: "Fredoka", sans-serif !important;
}

.tips {
  background: var(--orange25);
  border-radius: 5px;
  padding: 5px 10px;
  margin: auto;
  width: max-content;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.tips p {
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
}

.tips img {
  width: 28px;
}

/* Assesment CSS */

body.myarchive {
  background: #111;
}

.assessmentHeading {
  margin-bottom: 40px;
}

.assessmentHeading h2 {
  font-size: 30px;
  margin-bottom: 10px;
  font-weight: 600;
  color: #fff;
}

.assessmentHeading p {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.assessmentHeading h4 {
  font-size: 22px;
  margin-bottom: 0px;
  font-weight: 600;
  color: #007bff;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  color: #fff;
}

.assessmentTile {
  margin: 10px !important;
  /* border: 1px solid #ccc; */
  background: #fff !important;
  border-radius: 8px;
  padding: 15px !important;
  width: calc(25% - 15px) !important;
  transition: all .5s ease-in-out !important;
}

.assessmentTile h2 {
  font-size: 22px !important;
  font-weight: 600;
  margin-bottom: 0px !important;
  min-height: 65px;
  padding-top: 0px !important;
}

.assessmentTile:first-child {
  margin-left: 0px !important;
}

.assessmentTile:last-child {
  margin-right: 0px !important;
}

.woocommerce ul.products .assessmentTile .price {
  font-size: 18px !important;
  color: #ff7c1e !important;
  font-weight: 600 !important;
  transition: all .5s ease-in-out !important;
}

.woocommerce ul.products .assessmentTile .archive-short-desc {
  min-height: 190px !important;
}

.woocommerce .woocommerce-ordering select.orderby {
  background: #222;
  color: #fff;
  /* width: 150px; */
  padding: 8px;
  border-radius: 4px;
}

.assessmentTile .button {
  font-size: 16px !important;
  font-weight: 600 !important;
  margin-bottom: 0px !important;
  background: var(--blue) !important;
  color: var(--whiteColor) !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
  padding: 12px 15px !important;
  width: 100%;
  border-radius: 4px;
  /* border: 2px solid transparent !important; */
}

.assessmentTile:hover {
  background: #222 !important;
  transition: all .5s ease-in-out !important;
}

.assessmentTile:hover .woocommerce-LoopProduct-link.woocommerce-loop-product__link {
  color: #fff !important;
}

/* .assessmentTile:hover .add_to_cart_button {
  color: #fff !important;
  background: none !important;
  border: 2px solid #fff !important;
} */

.assessmentTile:hover .custom-archive-text p {
  color: #fff !important;
  transition: all .5s ease-in-out !important;
}

.assessmentTile .added_to_cart.wc-forward {
  background: rgba(0, 0, 0, 0.8);
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  backdrop-filter: blur(3px);
  border-radius: 6px;
  color: #fff;
  font-size: 16px;
}

.assessmentTile:has(.added_to_cart.added):hover {
  background: #fff !important;
}

.lp-user-profile .lp-profile-right {
  flex-direction: column;
  align-items: flex-start;
}

.lp-user-profile .lp-profile-right .assessmentBtn {
  margin-bottom: 0;
  background: var(--darkOrange);
  width: max-content;
  border-radius: 6px;
  font-weight: 600;
  color: #fff !important;
  overflow: hidden;
  position: relative;
  margin-top: -40px;
  margin-left: 340px;
}

.lp-user-profile .lp-profile-right .assessmentBtn a {
  color: #fff !important;
  font-size: 16px;
  padding: 8px 15px;
  position: relative;
  z-index: 99;
  display: block;
}

/*  */

.lp-user-profile .lp-profile-right .assessmentBtn {
  border: none;
  /* outline: 4px solid rgba(0, 0, 0, .30);
  outline-offset: -8px; */
  animation: glow 1.15s ease-in-out infinite;
}

.lp-user-profile .lp-profile-right .assessmentBtn::before {
  content: "";
  position: absolute;
  /* Inset se control hota hai ki lines kitne area me dikhengi */
  inset: -20px -40px;

  /* Screenshot wala exact gradient logic */
  background: repeating-linear-gradient(135deg,
      rgba(255, 255, 255, 0) 0px,
      rgba(255, 255, 255, 0) 10px,
      rgba(255, 255, 255, 0.3) 10px,
      rgba(255, 255, 255, 0.3) 18px);

  opacity: 0.25;
  z-index: 1;
  /* Animation call */
  animation: stripes2 0.95s linear infinite;
  height: 300px;
  width: 630px;
}

.guide-media-preview {
  height: 225px;
  background: #ccc;
}

@keyframes stripes2 {
  0% {
    transform: translateX(-20%);
  }

  100% {
    transform: translateX(0);
  }
}

.moving-lines {
  position: relative;
  z-index: 2;
  /* Text lines ke upar dikhe */
  font-family: sans-serif;
  color: #333;
}

/* elemetrik */

body.wp-singular .product_cat-elemetrik {
  width: 100% !important;
  max-width: 1320px !important;
  padding-left: 40px;
  padding-right: 40px;
  margin: auto;
  padding-top: 20px;
  padding-bottom: 0px;
}

body.wp-singular .product_cat-elemetrik .summary.entry-summary {
  width: 100% !important;
  float: none !important;
}

body.wp-singular .product_cat-elemetrik .summary.entry-summary .product_title.entry-title {
  background: #111;
  border-radius: 8px;
  padding: 15px 20px;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
}

body.wp-singular .product_cat-elemetrik .summary.entry-summary .product_title.entry-title::before {
  content: '\F47A';
  font-family: bootstrap-icons;
  margin-right: 5px;
  color: var(--darkOrange);
  vertical-align: bottom;
}

body.wp-singular .product_cat-elemetrik .price {
  color: var(--darkOrange) !important;
  font-size: 26px !important;
  font-weight: 600 !important;
}

body.wp-singular .product_cat-elemetrik .woocommerce-product-details__short-description {
  color: #222 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  margin-bottom: 20px;
}

body.wp-singular .product_cat-elemetrik .single_add_to_cart_button {
  background: var(--blue) !important;
  color: #fff !important;
  float: none !important;
  font-size: 18px;
  margin-bottom: 5px;
  display: block;
  width: max-content;
}

body.wp-singular .product_cat-elemetrik .woocommerce-tabs.wc-tabs-wrapper {
  margin-top: 20px;
}

body.wp-singular .product_cat-elemetrik .tabs.wc-tabs {
  padding: 0px !important;
  background: #f2f1f1 !important;
  border-radius: 5px;
}

body.wp-singular .product_cat-elemetrik .tabs.wc-tabs:before,
body.wp-singular .product_cat-elemetrik .tabs.wc-tabs:after {
  display: none !important;
}

body.wp-singular .product_cat-elemetrik .woocommerce-tabs ul.tabs li {
  border: none !important;
  background-color: transparent !important;
  color: #515151 !important;
  display: inline-block !important;
  position: relative !important;
  z-index: 0 !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 1em !important;
}

body.wp-singular .product_cat-elemetrik .woocommerce-tabs ul.tabs li:before,
body.wp-singular .product_cat-elemetrik .woocommerce-tabs ul.tabs li:after {
  display: none;
}

body.wp-singular .product_cat-elemetrik .woocommerce-tabs ul.tabs li.active {
  background: var(--darkOrange) !important;
  color: #ffffff !important;
  z-index: 2 !important;
  border-radius: 5px;
}

body.wp-singular .product_cat-elemetrik .woocommerce-tabs ul.tabs li.active a {
  color: #ffffff !important;
}

body.wp-singular .product_cat-elemetrik .custom-single-text {
  display: flex;
  align-items: center;
  gap: 15px;
}

body.wp-singular .product_cat-elemetrik .custom-single-text p {
  margin-bottom: 0px;
}

.unloack {
  background: #fff;
  border-radius: 8px;
  padding: 15px 60px 15px 30px;
  color: #111;
  font-size: 32px;
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  gap: 5px;
  width: max-content;
}

.unloack p {
  color: #111;
  margin-bottom: 0px;
}

.unloack p i {
  color: var(--darkOrange);
}

.woocommerce-message .button.wc-forward {
  display: none;
}

.toolTipWrap {
  position: relative;
  font-size: 16px;
}


.toolTipWrap i {
  color: var(--darkOrange);
}

.toolTipWrap .tooltipDes {
  display: none;
  position: absolute;
  width: 100%;
  top: 34px;
  left: -10px;
  box-shadow: 0px 0px 12px 0px #0004;
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  align-items: flex-start;
  gap: 10px;
  z-index: 99;
  font-weight: 500;
}

.toolTipWrap .tooltipIcon {
  margin-bottom: 0px;
  padding-bottom: 15px;
}

.toolTipWrap:hover .tooltipDes {
  display: flex;
}

.toolTipWrap .tooltipDes i {
  font-size: 20px;
}

.toolTipWrap .tooltipDes::before {
  content: '\F235';
  font-family: bootstrap-icons;
  position: absolute;
  display: block;
  top: -17px;
  font-size: 22px;
  color: #fff;
  left: 6px;
}

body.wp-singular .product_cat-elemetrik .custom-single-text p a {
  /* //color: #222 !important;
  //background: #ccc; */
  padding: 8px 20px;
  display: block;
  border-radius: 4px;
}

body.wp-singular .product_cat-elemetrik .custom-single-text p a:hover {
  /* //color: #fff !important;
  //background: var(--darkOrange) !important; */
}


/* Fun Zone All CSS */


.funZoneListing {
  padding: 30px 0px;
  padding-bottom: 10px;
}

.funZoneListing .funZoneTile {
  background: #FAF3F6;
  background: linear-gradient(0deg, #FAF3F6 0%, rgba(253, 166, 73, 1) 38%, rgba(255, 150, 70, 1) 100%);
  border-radius: 10px;
  box-shadow: 0px 4px 0px 0px #0004;
  margin-bottom: 20px;
}

.funZoneListing .funZoneTileInner {
  background: url(http://103.74.223.20:4300/lapro/wp-content/uploads/2026/02/gameTileImg.png) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;

}

.funZoneListing .funZoneTileInner h1 {
  flex: 1;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  font-family: "Fredoka", sans-serif !important;
  line-height: 1;
  text-transform: uppercase;
}

.funZoneListing .funZoneTileInner .tileBottom {
  flex: 1;
  min-height: 110px;
  font-family: "Poppins", sans-serif;
}

.funZoneListing .funZoneTileInner .tileBottom p {
  font-family: "Poppins", sans-serif;
}

.funZoneListing .funZoneTileInner .tileBottom .gameButtonWrap {
  position: relative;
  min-height: 44px;
  width: max-content;
  margin: auto;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.funZoneListing .funZoneTileInner .tileBottom .gameButtonWrap a {
  font-size: 16px;
  padding: 0;
  background: #fc9024;
  background: linear-gradient(180deg, rgba(252, 144, 36, 1) 0%, rgba(230, 115, 60, 1) 100%);
  color: var(--whiteColor);
  border-radius: 35px;
  gap: 5px;
  margin-top: 0;
  width: 140px;
  height: 40px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 3px solid #f2f1f1;
  margin-bottom: 0px;
  position: relative;
  z-index: 9;
  box-shadow: inset 0px 0px 5px 1px #0004;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.funZoneListing .funZoneTileInner .tileBottom .gameButtonWrap .effect {
  width: 140px;
  height: 40px;
  background: #fff;
  border-radius: 35px;
  margin: auto;
  box-shadow: 0px 2px 4px 0px #0004;
  margin-top: -36px;
}


.funZoneListing .funZoneTileInner .tileBottom .gameButtonWrap:hover .effect {
  display: none;
}

.funZoneListing .funZoneTileInner .tileBottom .gameButtonWrap:hover a {
  background: #fc9024;
  background: linear-gradient(0deg, rgba(252, 144, 36, 1) 0%, rgba(230, 115, 60, 1) 100%);
  color: var(--whiteColor);
}

.funZoneListing .funZoneTile .imageWrap {
  flex: 2;
  position: relative;
}

.funZoneListing .funZoneTile .imageWrap .particles {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  bottom: 50%;
}

.funZoneListing .funZoneTile .imageWrap .particles2 {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 20px;
  bottom: 90%;
}

.funZoneListing .funZoneTile .imageWrap .particles3 {
  position: absolute;
  width: 15px;
  height: 15px;
  right: inherit;
  bottom: 60%;
  left: 0;
}

.funZoneListing .funZoneTile img {
  height: 170px;
  width: auto;
}


.funZoneListing .funZoneTile.moodGame {
  background: #FAF3F6;
  background: linear-gradient(0deg, #FAF3F6 0%, #77D647 38%, #2CA48F 100%);
}

.funZoneListing .funZoneTile.moodGame .tileBottom .gameButtonWrap a {
  background: linear-gradient(180deg, #2CA48F 0%, #77D647 100%);
}

.funZoneListing .funZoneTile.moodGame .tileBottom .gameButtonWrap:hover a {
  background: linear-gradient(0deg, #2CA48F 0%, #77D647 100%);
}

.funZoneListing .funZoneTile.officeGame {
  background: linear-gradient(0deg, #FAF3F6 0%, #72A3FF 38%, #7475FE 100%);
}

.funZoneListing .funZoneTile.officeGame .tileBottom .gameButtonWrap a {
  background: linear-gradient(180deg, #7475FE 0%, #72A3FF 100%);
}

.funZoneListing .funZoneTile.officeGame .tileBottom .gameButtonWrap:hover a {
  background: linear-gradient(0deg, #7475FE 0%, #72A3FF 100%);
}

.funZoneListing .funZoneTile.swipeGame {
  background: linear-gradient(0deg, #FAF3F6 0%, #E43B43 38%, #E43B7F 100%);
}

.funZoneListing .funZoneTile.swipeGame .tileBottom .gameButtonWrap a {
  background: linear-gradient(180deg, #E43B7F 0%, #E43B43 100%);
}

.funZoneListing .funZoneTile.swipeGame .tileBottom .gameButtonWrap:hover a {
  background: linear-gradient(0deg, #E43B7F 0%, #E43B43 100%);
}

.funZoneListing .funZoneTile.swipeGame .tileBottom p {
  font-weight: 500;
}

.funInnerBanner {
  height: 160px;
  gap: 10px;
  display: flex;
  align-items: center;
  background: url(http://103.74.223.20:4300/lapro/wp-content/uploads/2026/02/Frame-4.jpg) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}

.funInnerBanner .funBannerData {
  height: 100%;
  position: relative;
  gap: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.funInnerBanner img.icon01 {
  height: 150px;
  width: auto;
  position: absolute;
  bottom: -10px;
  left: 0px;
}

.funInnerBanner img.icon02 {
  height: 150px;
  width: auto;
  position: absolute;
  bottom: -20px;
  right: 0px;
}

.funInnerBanner h2 {
  text-align: center;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  font-family: "Fredoka", sans-serif !important;
  margin-bottom: 0px;
}

.funInnerBanner p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0px;
  color: #222;
  font-family: "Fredoka", sans-serif !important;
}

.tips {
  background: var(--orange25);
  border-radius: 5px;
  padding: 5px 10px;
  margin: auto;
  width: max-content;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.tips p {
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
}

.tips img {
  width: 28px;
}

.product_cat-elemetrik.sold-individually.taxable.shipping-taxable.purchasable.product-type-simple p {
  max-width: 768px;
}

.assessmentHeading {
  position: relative;
}

.assessmentHeading .leftbox {
  width: 60%;
  max-width: 540px;
}

.rightbox {
  width: 35%;
  max-width: 350px;
  position: absolute;
  top: 0px;
  right: 0px;
  padding: 20px;
  background: #222;
  border-radius: 10px;
  outline: 1px solid #ff7a00;
  outline-offset: 5px;
}

.rightbox h2 {
  font-size: 22px;
  color: #ff7a00;
}

.rightbox p {
  font-size: 16px;
  margin-bottom: 0px;
}

.rightbox p br {
  display: block;
  content: "";
  margin-top: 10px;
  /* ya height use karo */
}

.summary.entry-summary {
  position: relative;
}

.summary.entry-summary .rightbox {
  top: 90px;
  right: 5px;
}

.summary.entry-summary .rightbox p {
  top: 90px;
  right: 5px;
  color: #fff;
}

/* New 6 march */


/* +++++++++++++++++++++++++++++++++++ Css for New Employer 22 Jan 2026  */
.employerLogIn .loginformdetail {
  background-color: #fff;
}

.employerLogIn .loginformdetail .wjportal-login-form form p {
  font-size: 14px !important;
  margin: 0px !important;
  margin-bottom: 10px !important;
  padding: 0px !important;
  border-bottom: none !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
}

.employerLogIn .loginformdetail .wjportal-login-form form p input {
  height: auto !important;
}

.employerLogIn .loginformdetail .wjportal-login-form form p label {
  font-size: 14px !important;
  margin: 0px !important;
  margin-bottom: 0px !important;
  padding: 0px !important;
  border-bottom: none !important;
  width: 100% !important;
  text-align: left !important;
}

.employerLogIn .loginformdetail .g-recaptcha {
  padding: 10px 0px;
}

.employerLogIn .loginformdetail .wjportal-login-form form p.login-submit {
  font-size: 14px !important;
  border-top: none !important;
}

.employerLogIn .loginformdetail .wjportal-login-form form p.login-submit input {
  font-size: 14px !important;
  padding: 10px 15px !important;
}

.employerLogIn .loginformdetail .wjportal-form-lost-password {
  color: #0e7bf9 !important;
  font-weight: 600 !important;
  padding: 4px 0px !important;
  text-align: left !important;
  font-size: 14px !important;
}

.employerLogIn .loginformdetail .wjportal-form-reg-btn {
  font-weight: 600 !important;
  padding: 4px 0px !important;
  text-align: left !important;
  font-size: 14px !important;
  background: none !important;
  display: block;
  border: none;
  margin-top: 0px;
}

.employerLogIn .loginformdetail .wjportal-form-reg-btn span {
  color: #000;
  font-weight: 400 !important;
  font-size: 14px !important;
}

.employerLogIn .loginformdetail .wjportal-form-reg-btn:before {
  display: none;
}

/* Employee Register */
.employeeRegisterFormPage .wjportal-form {
  display: flex;
  flex-wrap: wrap;
}

.employeeRegisterFormPage .wjportal-form .wjportal-form-row {
  border: none;
  width: calc(50% - 15px);
  flex-direction: column;
  display: flex;
  padding: 0px 8px;
  margin-bottom: 15px;
  gap: 5px;
  position: relative;
}

.employeeRegisterFormPage .wjportal-form .wjportal-form-row .fieldIButton {
  left: 85px;
}

.employeeRegisterFormPage .wjportal-form .wjportal-form-row .wjportal-form-title {
  padding: 0px;
  height: auto;
  margin-bottom: 0;
  font-size: 14px;
  text-align: left;
}

.employeeRegisterFormPage .wjportal-form .wjportal-form-row input {
  display: block;
  width: 100%;
  height: auto !important;
  padding: 8px;
  font-weight: normal;
  font-size: 14px !important;
  color: #575757;
  border: 1px solid #d4d4d5 !important;
  background: #fff;
  border-radius: 0px !important;
}

.employeeRegisterFormPage .wjportal-form .wjportal-form-row input::placeholder {
  font-size: 14px !important;
}

.employeeRegisterFormPage .wjportal-form .wjportal-form-row textarea {
  display: block;
  width: 100%;
  height: auto !important;
  padding: 8px;
  font-weight: normal;
  font-size: 14px !important;
  color: #575757;
  border: 1px solid #d4d4d5 !important;
  background: #fff;
  height: 100px !important;
  resize: none !important;
  min-height: 100px;
  border-radius: 0px !important;
}

.employeeRegisterFormPage .wjportal-form .wjportal-form-upload {
  padding: 0px;
  border: none !important;
  align-items: flex-start;
}

.employeeRegisterFormPage .wjportal-form .wjportal-form-upload .wjportal-form-upload-btn-wrp {
  width: 100%;
  border: 1px solid #d4d4d5;
}

.employeeRegisterFormPage .wjportal-form .wjportal-form-upload .wjportal-form-upload-btn-wrp .wjportal-form-upload-btn-wrp-txt {
  display: none;
}

.employeeRegisterFormPage .wjportal-form .wjportal-form-upload .wjportal-form-upload-btn-wrp .wjportal-form-upload-btn {
  padding: 0px 15px;
  border-radius: 0px;
  display: block;
  width: max-content;
  margin-left: auto;
  height: 38px;
  background: #007bff !important;
}

.employeeRegisterFormPage .wjportal-form .wjportal-form-upload .wjportal-form-upload-btn-wrp .wjportal-form-upload-btn .photo {
  height: 39px !important;
  padding: 0px !important;
  display: block;
}

.employeeRegisterFormPage .wjportal-form .wjportal-form-upload .wjportal-form-help-txt {
  padding: 0px !important;
  font-size: 14px;
  text-align: left;
}

.employeeRegisterFormPage .wjportal-form .wjportal-form-upload .wjportal-form-upload-btn-wrp:before {
  display: none;
}

.employeeRegisterFormPage .wjportal-form-btn-wrp {
  border-top: none;
}

.employeeRegisterFormPage .wpjobportal-form-radio-field label {
  padding: 0px;
  border: none;
  padding-left: 30px;
  margin-right: 10px;
}

.employeeRegisterFormPage .wjportal-form-image-wrp {
  border: 1px solid #ccc;
  border-radius: 0px;
  margin-top: 10px;
  height: 100px;
  width: 100px;
}

/* #wjportal-form-delete-image {
  position: absolute;
  top: -7px;
  right: -9px;
  width: 18px;
  height: 18px;
} */

.employeeRegisterFormPage .wpjobportal-form-radio-field label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border: 2px solid var(--wpjp-border-color);
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.2s ease;
  margin-left: 0;
}

div.wjportal-form-wrp div.wjportal-form-row .fieldIButton .tooltipPopup {
  z-index: 9;
}

.employeeRegisterFormPage #registratoonform .wjportal-form-row input[type="checkbox"] {
  width: max-content !important;
}

.employeeEditProfilePage .wjportal-main-up-wrapper,
.employeeRegisterFormPage .wjportal-main-up-wrapper {
  overflow: inherit;
}

/* employer Dashboard */

.employerDashboard {
  padding-top: 0px !important;
}

.employerDashboard .wjportal-cp-boxes {
  padding-top: 0px !important;
  grid-template-columns: repeat(3, 1fr);
  margin: 0px;
}

.employerDashboard .wjportal-cp-boxes .wjportal-cp-box {
  border-top: none !important;
  border-radius: 0px;
}

.employerDashboard .wjportal-cp-boxes .wjportal-cp-box .wjportal-cp-box-top {
  display: flex;
  flex-direction: column-reverse;
  text-align: right;
  padding: 20px;
}

.employerDashboard .wjportal-cp-boxes .wjportal-cp-box .wjportal-cp-box-top::before {
  display: none;
}

.employerDashboard .wjportal-cp-boxes .wjportal-cp-box .wjportal-cp-box-top img {
  display: block;
  width: 50px;
  position: absolute;
}

.employerDashboard .wjportal-cp-boxes .wjportal-cp-box .wjportal-cp-box-top .wjportal-cp-box-num {
  margin: 0px;
  color: #fff;
  text-align: right;
  font-weight: 600;
  font-size: 20px;
}

.employerDashboard .wjportal-cp-boxes .wjportal-cp-box .wjportal-cp-box-top .wjportal-cp-box-tit {
  margin: 0px;
  color: #fff;
  text-align: right;
  font-weight: 400;
  font-size: 16px;
}

.employerDashboard .wjportal-cp-boxes .wjportal-cp-box .wjportal-cp-box-btm a {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.employerDashboard .wjportal-cp-boxes .wjportal-cp-box .wjportal-cp-box-btm span {
  color: #222;
  font-family: 400;
}

.employerDashboard .wjportal-cp-boxes .wjportal-cp-box:hover {
  transform: translateY(0px);
}

.employerDashboard .employerLeftMenu {
  border: none;
  border-radius: 0px;
  min-height: inherit !important;
}

.employerDashboard .employerLeftMenu .wjportal-cp-short-links-wrp {
  border: none !important;
  padding: 0px !important;
}

.employerDashboard .employerLeftMenu .wjportal-cp-short-links-wrp .wjportal-section-title {
  border: 1px solid #d4d4d5;
  padding: 8px 15px !important;
  font-size: 14px !important;
}

.employerDashboard .employerLeftMenu .wjportal-cp-short-links-wrp .wjportal-cp-list .wjportal-list-anchor {
  border: 1px solid #d4d4d5;
  padding: 8px 15px !important;
  font-size: 14px !important;
  border-radius: 0px !important;
  color: #333 !important;
  font-weight: 400 !important;
}

.employerDashboard .employerLeftMenu .wjportal-cp-short-links-wrp .wjportal-cp-list .wjportal-list-anchor:hover {
  border: 1px solid #1782fa;
}

.employerDashboard .employerLeftMenu .wjportal-cp-short-links-wrp .wjportal-cp-list .wjportal-list-anchor img {
  filter: inherit !important;
}

#wjportal-emp-cp-wrp .wjportal-cp-short-links-list {
  gap: 0px !important;
}


.wjportal-cp-left.employerLeftMenu .wjportal-cp-short-links-wrp {
  margin-bottom: 0px !important;
}

.wjportal-cp-left.employerLeftMenu .wjportal-cp-user {
  border: 1px solid #d4d4d5;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: baseline;
  padding: 20px;
  gap: 10px;
}

.wjportal-cp-left.employerLeftMenu .wjportal-cp-user .wjportal-cp-user-action {
  width: 100%;
}

.wjportal-cp-left.employerLeftMenu .wjportal-cp-user .wjportal-user-name {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 5px;
  text-transform: capitalize;
  color: #333;
  text-align: center;
}

.wjportal-cp-left.employerLeftMenu .wjportal-cp-user .wjportal-user-tagline {
  font-size: 14px;
  font-weight: 400;
  padding-bottom: 5px;
  text-transform: capitalize;
  color: #333;
  text-align: center;
}

.wjportal-cp-left.employerLeftMenu .wjportal-cp-user a {
  padding: 10px 15px;
  background: #1782fa;
  border: 1px solid #1782fa;
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
}

.wjportal-cp-left.employerLeftMenu .wjportal-cp-user a:hover {
  background: none;
  border: 1px solid #1782fa;
  color: #1782fa;
}

.wjportal-cp-left.employerLeftMenu .wjportal-cp-user a:before {
  display: none;
}

.wpjobportal-form-radio-field label::after {
  left: -5px;
}

/* Edit Profile */
#wpjobportal-form {
  gap: 0px;
}

.wpjobportal-form-chkbox-field input {
  width: auto !important;
}

.employeeRegisterFormPage .wjportal-form .wjportal-form-row label {
  font-size: 14px !important;
}

.employeeRegisterFormPage .wjportal-form .wjportal-form-row input,
.employeeRegisterFormPage .wjportal-form .wjportal-form-row select {
  font-size: 14px !important;
}

.employeeRegisterFormPage .wjportal-form .wjportal-form-row input::placeholder,
div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value input.wjportal-form-input-field::placeholder {
  font-size: 14px !important;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value select.wjportal-form-select-field::placeholder,
div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value ul.wpjobportal-input-list-wpjobportal::placeholder,
div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value div.wjportal-form-5-fields div.wjportal-form-symbol-fields span.wjportal-form-symbol::placeholder,
div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value input.wjportal-form-date-field::placeholder {
  font-size: 14px !important;
}

.wjportal-main-up-wrapper span.wpjobportal-form-chkbox-field {
  padding: 8px !important;
  border-radius: 0px !important;
  font-size: 14px !important;
  border: none !important;
}

.wpjobportal-list-item-status-pending {
  border: 1px solid #ccc !important;
  border-radius: 0px;
}

.wjportal-jobs-list-btm-wrp {
  border-top: 1px solid #ccc;
}

div.wjportal-jobs-list div.wjportal-jobs-list-btm-wrp div.wjportal-jobs-action-wrp a.wjportal-jobs-act-btn[title="Resume"] {

  margin-right: auto;
}

/* Fun Zone All CSS */



.funZoneListing {
  padding: 30px 0px;
  padding-bottom: 10px;
}

.funZoneListing .funZoneTile {
  background: #FAF3F6;
  background: linear-gradient(0deg, #FAF3F6 0%, rgba(253, 166, 73, 1) 38%, rgba(255, 150, 70, 1) 100%);
  border-radius: 10px;
  box-shadow: 0px 4px 0px 0px #0004;
  margin-bottom: 20px;
}

.funZoneListing .funZoneTileInner {
  background: url(http://103.74.223.20:4300/lapro/wp-content/uploads/2026/02/gameTileImg.png) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 15px;

}

.funZoneListing .funZoneTileInner h1 {
  flex: 1;
  min-height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #fff;
  font-family: "Fredoka", sans-serif !important;
  line-height: 1;
  text-transform: uppercase;
}

.funZoneListing .funZoneTileInner .tileBottom {
  flex: 1;
  min-height: 110px;
  font-family: "Poppins", sans-serif;
}

.funZoneListing .funZoneTileInner .tileBottom p {
  font-family: "Poppins", sans-serif;
}

.funZoneListing .funZoneTileInner .tileBottom .gameButtonWrap {
  position: relative;
  min-height: 44px;
  width: max-content;
  margin: auto;
  margin-bottom: 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.funZoneListing .funZoneTileInner .tileBottom .gameButtonWrap a {
  font-size: 16px;
  padding: 0;
  background: #fc9024;
  background: linear-gradient(180deg, rgba(252, 144, 36, 1) 0%, rgba(230, 115, 60, 1) 100%);
  color: var(--whiteColor);
  border-radius: 35px;
  gap: 5px;
  margin-top: 0;
  width: 140px;
  height: 40px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
  border: 3px solid #f2f1f1;
  margin-bottom: 0px;
  position: relative;
  z-index: 9;
  box-shadow: inset 0px 0px 5px 1px #0004;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
}

.funZoneListing .funZoneTileInner .tileBottom .gameButtonWrap .effect {
  width: 140px;
  height: 40px;
  background: #fff;
  border-radius: 35px;
  margin: auto;
  box-shadow: 0px 2px 4px 0px #0004;
  margin-top: -36px;
}


.funZoneListing .funZoneTileInner .tileBottom .gameButtonWrap:hover .effect {
  display: none;
}

.funZoneListing .funZoneTileInner .tileBottom .gameButtonWrap:hover a {
  background: #fc9024;
  background: linear-gradient(0deg, rgba(252, 144, 36, 1) 0%, rgba(230, 115, 60, 1) 100%);
  color: var(--whiteColor);
}

.funZoneListing .funZoneTile .imageWrap {
  flex: 2;
  position: relative;
}

.funZoneListing .funZoneTile .imageWrap .particles {
  position: absolute;
  width: 20px;
  height: 20px;
  right: -10px;
  bottom: 50%;
}

.funZoneListing .funZoneTile .imageWrap .particles2 {
  position: absolute;
  width: 12px;
  height: 12px;
  right: 20px;
  bottom: 90%;
}

.funZoneListing .funZoneTile .imageWrap .particles3 {
  position: absolute;
  width: 15px;
  height: 15px;
  right: inherit;
  bottom: 60%;
  left: 0;
}

.funZoneListing .funZoneTile img {
  height: 170px;
  width: auto;
}


.funZoneListing .funZoneTile.moodGame {
  background: #FAF3F6;
  background: linear-gradient(0deg, #FAF3F6 0%, #77D647 38%, #2CA48F 100%);
}

.funZoneListing .funZoneTile.moodGame .tileBottom .gameButtonWrap a {
  background: linear-gradient(180deg, #2CA48F 0%, #77D647 100%);
}

.funZoneListing .funZoneTile.moodGame .tileBottom .gameButtonWrap:hover a {
  background: linear-gradient(0deg, #2CA48F 0%, #77D647 100%);
}

.funZoneListing .funZoneTile.officeGame {
  background: linear-gradient(0deg, #FAF3F6 0%, #72A3FF 38%, #7475FE 100%);
}

.funZoneListing .funZoneTile.officeGame .tileBottom .gameButtonWrap a {
  background: linear-gradient(180deg, #7475FE 0%, #72A3FF 100%);
}

.funZoneListing .funZoneTile.officeGame .tileBottom .gameButtonWrap:hover a {
  background: linear-gradient(0deg, #7475FE 0%, #72A3FF 100%);
}

.funZoneListing .funZoneTile.swipeGame {
  background: linear-gradient(0deg, #FAF3F6 0%, #E43B43 38%, #E43B7F 100%);
}

.funZoneListing .funZoneTile.swipeGame .tileBottom .gameButtonWrap a {
  background: linear-gradient(180deg, #E43B7F 0%, #E43B43 100%);
}

.funZoneListing .funZoneTile.swipeGame .tileBottom .gameButtonWrap:hover a {
  background: linear-gradient(0deg, #E43B7F 0%, #E43B43 100%);
}

.funZoneListing .funZoneTile.swipeGame .tileBottom p {
  font-weight: 500;
}

.funInnerBanner {
  height: 160px;
  gap: 10px;
  display: flex;
  align-items: center;
  background: url(http://103.74.223.20:4300/lapro/wp-content/uploads/2026/02/Frame-4.jpg) no-repeat center bottom;
  background-size: cover;
  overflow: hidden;
}

.funInnerBanner .funBannerData {
  height: 100%;
  position: relative;
  gap: 0px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

.funInnerBanner img.icon01 {
  height: 150px;
  width: auto;
  position: absolute;
  bottom: -10px;
  left: 0px;
}

.funInnerBanner img.icon02 {
  height: 150px;
  width: auto;
  position: absolute;
  bottom: -20px;
  right: 0px;
}

.funInnerBanner h2 {
  text-align: center;
  font-size: 38px;
  text-transform: uppercase;
  font-weight: 600;
  color: #222;
  font-family: "Fredoka", sans-serif !important;
  margin-bottom: 0px;
}

.funInnerBanner p {
  text-align: center;
  font-size: 18px;
  margin-bottom: 0px;
  color: #222;
  font-family: "Fredoka", sans-serif !important;
}

.tips {
  background: var(--orange25);
  border-radius: 5px;
  padding: 5px 10px;
  margin: auto;
  width: max-content;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.tips p {
  margin-bottom: 0px;
  font-family: "Poppins", sans-serif;
}

.tips img {
  width: 28px;
}


/*  Recruiter Landing Page */
.recruiterLandingPage .ctaWrap {
  background: #f2f1f1;
  background: linear-gradient(180deg,
      rgba(242, 241, 241, 1) 0%,
      rgba(255, 255, 255, 1) 100%);
  padding: 40px 0px 30px 0px;
}

.recruiterLandingPage .ctaWrap .registerCta {
  width: 100%;
  margin-bottom: 0px;
  max-width: 200px;
}

.recruiterLandingPage .ctaWrap .registerCta a {
  font-size: 16px;
  padding: 10px 30px;
  background: var(--darkOrange);
  color: var(--whiteColor);
  border-radius: 4px;
  display: block;
  width: 100%;
  margin-bottom: 00px;
  max-width: 200px;
  text-align: center;
}

.recruiterLandingPage .ctaWrap .registerCta p,
.recruiterLandingPage .ctaWrap .loginCta p {
  margin-bottom: 0px;
  text-align: center;
}

.recruiterLandingPage .ctaWrap .loginCta {
  width: 100%;
  margin-bottom: 0px;
  max-width: 200px;
}

.recruiterLandingPage .ctaWrap .loginCta a {
  font-size: 16px;
  padding: 10px 30px;
  background: var(--blue);
  color: var(--whiteColor);
  border-radius: 4px;
  display: block;
  width: 100%;
  margin-bottom: 00px;
  max-width: 200px;
  text-align: center;
}

.recruiterLandingPage h2 {
  font-weight: 500;
  font-size: 30px;
  margin-bottom: 5px;
}

.recruiterLandingPage .ctaWrap h2 {
  font-size: 20px;
  padding: 0px;
  margin-bottom: 15px;
}

.recruiterLandingPage .ctaWrap p {
  font-size: 16px;
  margin-bottom: 20px;
}

.recruiterLandingPage .ctaWrap p a {
  color: var(--blue);
}

.recruiterLandingPage p {
  font-size: 16px;
  margin-bottom: 20px;
}

.recruiterLandingPage .recruiterBody .whatUCanWrap {
  list-style: none;
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  display: flex;
  gap: 25px;
}

.recruiterLandingPage .recruiterBody .whatUCanWrap .whatUCan {
  padding: 20px;
  background: var(--blue);
  color: #fff;
  text-align: center;
  max-width: 33.33%;
  width: 100%;
  border-radius: 8px;
}

/* .recruiterLandingPage .recruiterBody ul li:before {
  content: "";
  height: 6px;
  width: 6px;
  display: block;
  background: var(--blackColor);
  border-radius: 50%;
  position: absolute;
  left: 0px;
  top: 4px;
} */
.recruiterLandingPage .recruiterBody .whatUCanWrap span {
  font-weight: 500;
  display: block;
  margin-bottom: 5px;
  font-size: 20px;
}

.recruiterLandingPage .recruiterBody .whatUCanWrap img {
  width: 40px;
  display: block;
  margin: auto;
  margin-bottom: 5px;
  height: auto;
}

/*  */
#wpjobportal_registration_form {
  display: flex;
  gap: 15px 30px;
  flex-wrap: wrap;
}

div.wjportal-form-wrp div.wjportal-form-row {
  border: none;
  width: calc(50% - 15px);
  flex-direction: column;
  display: flex;
  padding: 15px 15px 0 0;
  margin-bottom: 0px;
  gap: 10px;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-title,
div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value {
  width: 100%;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-title {
  padding: 0px;
  height: auto;
  margin-bottom: 5px;
  font-size: 14px;
}

.page-id-263 .wjportal-main-wrapper {
  padding: 40px 0px;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value input.wjportal-form-input-field {
  display: inline-block;
  width: 100%;
  height: 38px;
  padding: 8px;
  font-weight: normal;
}

.page-id-263 .wjportal-main-wrapper .wjportal-form-btn-wrp {
  width: 100%;
}

.page-id-263 .wjportal-main-wrapper .wjportal-form-btn-wrp input[type="submit"] {
  width: calc(100%);
  background: var(--blue) !important;
  border-radius: 0px;
  background: var(--darkOrange) !important;
  border: none !important;
}

.page-id-263 .wjportal-main-wrapper .wjportal-form-btn-wrp input[type="submit"]:hover {
  background: var(--darkOrange) !important;
  color: #fff !important;
  border: none !important;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value div.wjportal-form-upload div.wjportal-form-upload-btn-wrp {
  min-height: 38px;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value div.wjportal-form-upload div.wjportal-form-upload-btn-wrp .wjportal-form-upload-btn {
  height: 36px;
  line-height: 36px;
}

div.wjportal-form-wrp div.wjportal-form-row:nth-child(9),
div.wjportal-form-wrp div.wjportal-form-row:nth-child(10) {
  width: 100% !important;
}

div.wjportal-form-wrp div.wjportal-form-row:nth-child(10) .wjportal-form-help-txt {
  padding-top: 0px !important;
}

div.wjportal-form-wrp div.wjportal-form-row:nth-child(9) textarea {
  height: 100px;
  resize: none;
}

.page-id-263 div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value a {
  color: var(--blue);
  font-weight: 500;
}

div.wjportal-form-wrp div.wjportal-form-row.checkBoxField {
  width: 100% !important;
}

div.wjportal-form-wrp div.wjportal-form-row.checkBoxField .wjportal-form-value {
  display: flex;
  align-items: center;
  gap: 5px;
}

div.wjportal-form-wrp div.wjportal-form-row.checkBoxField div.wjportal-form-value input[type="checkbox"] {
  margin-top: 0px !important;
}

.aditionalInfo {
  padding: 0px;
  list-style: none;
  background: var(--blue25);
  padding: 15px;
  border-radius: 2px;
  margin-bottom: 0px;
  width: 100%;
  clear: both;
}

.aditionalInfo li a {
  color: var(--blue);
  font-weight: 500;
}

.aditionalInfo li {
  padding-left: 15px;
  position: relative;
}

.aditionalInfo li::before {
  content: "";
  width: 4px;
  height: 4px;
  background-color: var(--blackColor);
  border-radius: 50%;
  position: absolute;
  top: 8px;
  left: 0px;
  display: block;
}

.required-notifier,
font {
  color: var(--darkOrange);
}

div.wjportal-form-wrp div.wjportal-form-row .has-error .help-block.form-error {
  display: block;
}

#wpjobportal-form {
  gap: 20px 30px;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

div#wjportal-emp-cp-wrp {
  float: none;
  width: 100%;
  margin: 40px 0;
  display: flex;
}

div#wjportal-emp-cp-wrp div.wjportal-cp-left {
  float: none;
  width: 300px;
}

div#wjportal-emp-cp-wrp div.wjportal-cp-right {
  float: none;
  padding-left: 20px;
  flex: 1;
}

div.wjportal-form-wrp div.wjportal-form-row .fieldIButton {
  position: absolute;
  left: 72px;
}

div.wjportal-form-wrp div.wjportal-form-row .fieldIButton img {
  width: 18px;
  height: 18px;
}

/* .employeeEditProfilePage
  div.wjportal-form-wrp
  div.wjportal-form-row
  .fieldIButton {
  left: 100px;
} */

div.wjportal-form-wrp div.wjportal-form-row .fieldIButton .tooltipPopup {
  width: 300px;
  text-align: left;
  font-size: 12px;
  background: rgba(0, 0, 0, 0.8);
  color: #fff;
  padding: 8px;
  border-radius: 8px;
  position: absolute;
  top: -25px;
  left: 30px;
  display: none;
}

div.wjportal-form-wrp div.wjportal-form-row .fieldIButton .tooltipPopup:before {
  content: "";
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 9px 6px 0;
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
  transform: rotate(0deg);
  display: block;
  position: absolute;
  left: -9px;
  top: 29px;
}

div.wjportal-form-wrp div.wjportal-form-row .fieldIButton:hover .tooltipPopup {
  display: block;
}

div#wjportal-emp-cp-wrp div.wjportal-cp-left div.wjportal-cp-user div.wjportal-user-logo {
  border-radius: 50%;
}

div#wjportal-emp-cp-wrp div.wjportal-cp-right div.wjportal-cp-boxes div.wjportal-cp-box.box1 div.wjportal-cp-box-top {
  background: var(--blue);
}

div#wjportal-emp-cp-wrp div.wjportal-cp-right div.wjportal-cp-boxes div.wjportal-cp-box.box2 div.wjportal-cp-box-top {
  background: var(--darkOrange);
}

div#wjportal-emp-cp-wrp div.wjportal-cp-right div.wjportal-cp-boxes div.wjportal-cp-box.box3 div.wjportal-cp-box-top {
  background: var(--green);
}

body.page-id-445 main.site-main {
  padding-left: 0px;
  padding-right: 0px;
}

div#wjportal-emp-cp-wrp div.wjportal-cp-right div.wjportal-cp-boxes div.wjportal-cp-box.box1 div.wjportal-cp-box-btm a {
  color: var(--blue);
}

div#wjportal-emp-cp-wrp div.wjportal-cp-right div.wjportal-cp-boxes div.wjportal-cp-box.box2 div.wjportal-cp-box-btm a {
  color: var(--darkOrange);
}

div#wjportal-emp-cp-wrp div.wjportal-cp-right div.wjportal-cp-boxes div.wjportal-cp-box.box3 div.wjportal-cp-box-btm a {
  color: var(--green);
}

div#wjportal-emp-cp-wrp div.wjportal-cp-left div.wjportal-cp-user div.wjportal-cp-user-action {
  border-top: none;
  margin: 0px;
}

div#wjportal-emp-cp-wrp div.wjportal-cp-sec-title {
  padding: 10px 20px;
}

div#wjportal-emp-cp-wrp div.wjportal-cp-left div.wjportal-cp-short-links-wrp div.wjportal-cp-short-links-list div.wjportal-cp-list a.wjportal-list-anchor {
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

div#wjportal-emp-cp-wrp div.wjportal-cp-left div.wjportal-cp-short-links-wrp div.wjportal-cp-short-links-list div.wjportal-cp-list a.wjportal-list-anchor img {
  width: 24px;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value div.wjportal-form-text {
  height: 55px;
  background: #ccc;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 0px 10px;
  border-radius: 8px;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value select.wjportal-form-select-field,
div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value ul.wpjobportal-input-list-wpjobportal,
div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value div.wjportal-form-5-fields div.wjportal-form-symbol-fields span.wjportal-form-symbol,
div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value input.wjportal-form-date-field {
  height: 38px !important;
  width: 100%;
}

.addJobForm div.wjportal-form-wrp div.wjportal-form-row:nth-child(3),
.addJobForm div.wjportal-form-wrp div.wjportal-form-row:nth-child(8),
.addJobForm div.wjportal-form-wrp div.wjportal-form-row:nth-child(15) {
  /* width: 100%; */
}

.addJobForm div.wjportal-form-wrp div.wjportal-form-row:nth-child(2) {
  display: flex !important;
  width: 100%;
}

.addJobForm div.wjportal-form-wrp div.wjportal-form-row:nth-child(9),
.addJobForm div.wjportal-form-wrp div.wjportal-form-row:nth-child(10) {
  width: calc(50% - 15px) !important;
}

.addJobForm #save-button div.wjportal-form-2-btn {
  width: 100%;
  margin: 0;
}

.addJobForm #save-button div.wjportal-form-2-btn .wjportal-form-btn {
  background: var(--darkOrange) !important;
  color: #fff !important;
  border: none !important;
}

div.wjportal-page-header div.wjportal-header-actions div.wjportal-act-btn-wrp .wjportal-act-btn {
  background: var(--darkOrange);
  color: #fff;
  border: none;
  text-decoration: none;
}

div.wjportal-page-header div.wjportal-header-actions div.wjportal-act-btn-wrp .wjportal-act-btn {
  display: flex;
  align-items: center;
}

div.wjportal-jobs-list div.wjportal-jobs-list-top-wrp div.wjportal-jobs-cnt-wrp div.wjportal-jobs-middle-wrp div.wjportal-jobs-data a.wjportal-companyname {
  text-transform: capitalize;
  color: var(--blackColor) !important;
  padding-left: 30px;
  position: relative;
  text-decoration: none;
}

div.wjportal-jobs-list div.wjportal-jobs-list-top-wrp div.wjportal-jobs-cnt-wrp div.wjportal-jobs-middle-wrp div.wjportal-jobs-data a.wjportal-companyname:before {
  content: "";
  background: url(https://lapro.in/wp-content/uploads/2025/10/company.png) no-repeat center;
  height: 24px;
  width: 24px;
  display: block;
  position: absolute;
  left: 0;
  background-size: contain;
}

div.wjportal-jobs-list div.wjportal-jobs-list-btm-wrp div.wjportal-jobs-action-wrp a.wjportal-jobs-act-btn {
  border: none;
  background: rgb(143, 5, 5) !important;
  color: #fff;
  text-decoration: none;
}

div.wjportal-jobs-list div.wjportal-jobs-list-btm-wrp div.wjportal-jobs-action-wrp a.wjportal-jobs-act-btn[title="Edit"] {
  border: none;
  background: var(--green) !important;
  color: #fff;
  text-decoration: none;
}

div.wjportal-jobs-list div.wjportal-jobs-list-btm-wrp div.wjportal-jobs-action-wrp a.wjportal-jobs-act-btn[title="Resume"] {
  border: none;
  background: var(--blackColor) !important;
  color: #fff;
  text-decoration: none;
}

div.wjportal-jobs-list div.wjportal-jobs-list-btm-wrp div.wjportal-jobs-action-wrp a.wjportal-jobs-act-btn.wjportal-jobs-act-btn-ai-suggested-resumes {
  background: var(--blue) !important;
}

div.wjportal-page-header div.wjportal-header-actions {
  padding-top: 0;
}

a.tc {
  display: inline;
  background: none;
  color: inherit;
  padding: 0;
}

/*.page-id-263
  div.wjportal-form-wrp
  div.wjportal-form-row
  div.wjportal-form-value
  a {
  font-weight: 500;
  width: 100%;
  text-align: center;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--blue);
  color: #fff;
}

.page-id-263
  div.wjportal-form-wrp
  div.wjportal-form-row
  div.wjportal-form-value
  a:before {
  content: " + ";
  margin-right: 4px;
  font-weight: 400;
  font-size: 18px;
} */

#send_otp {
  background: var(--blue);
  height: 38px;
  width: 100%;
  display: flex;
  align-items: center;
  color: #fff;
  text-align: center;
  border: none;
  justify-content: center;
}

.employeeEditProfilePage div.wjportal-form-wrp div.wjportal-form-row:nth-child(5),
.employeeEditProfilePage div.wjportal-form-wrp div.wjportal-form-row:nth-child(6),
.employeeEditProfilePage div.wjportal-form-wrp div.wjportal-form-row:nth-child(7) {
  width: 100%;
}

.employeeEditProfilePage div.wjportal-form-wrp div.wjportal-form-row:nth-child(9) {
  width: calc(50% - 15px) !important;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value textarea {
  height: 100px !important;
  resize: none !important;
}

div.wjportal-jobs-list div.wjportal-jobs-list-top-wrp:not(:has(> .wjportal-jobs-logo)) .wjportal-jobs-cnt-wrp {
  width: calc(100% - 0px);
  padding: 0;
}

.site-main:has(> .employerLogIn) {
  padding: 0px !important;
  max-width: 100% !important;
}

.site-main:has(> .employerLogIn)+footer {
  margin-top: 0px !important;
}

.loginSignUpPage.employerLogIn {
  padding: 40px 0px;
}

div.wjportal-filter-search-main-wrp {
  background: #fff;
  border: none;
  box-shadow: 0px 0px 20px 0px #0001;
}

div.wjportal-jobdetail-wrapper div.wjportal-job-company-wrp {
  display: none;
}

div.wjportal-jobdetail-wrapper div.wjportal-jobinfo-wrp {
  margin-bottom: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

div.wjportal-custom-field span.wjportal-custom-field-tit {
  margin-right: 5px;
}

div.wjportal-custom-field span.wjportal-custom-field-val {
  margin-left: 0px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-width: calc(100% - 0px);
}

div.wjportal-jobdetail-wrapper div.wjportal-job-data-wrp div.wjportal-job-data,
div.wjportal-jobdetail-wrapper div.wjportal-job-data-wrp div.wjportal-custom-field {
  padding-left: 0px;
}

.lp-profile-content ul.datesWrap {
  display: flex;
  gap: 30px;
}

.lp-profile-content ul.datesWrap li {
  padding: 10px 20px;
  border: 1px solid var(--darkOrange);
}

.recruiterLandingPage .ctaWrap p:last-child {
  margin-bottom: 0px;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value select.wjportal-form-select-field {
  padding: 8px;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value div.wjportal-form-5-fields div.wjportal-form-inner-fields {
  padding-left: 5px;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value div.wjportal-form-5-fields div.wjportal-form-symbol-fields span.wjportal-form-symbol {
  padding-left: 2px;
  padding-right: 2px;
  text-align: center;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value ul.wpjobportal-input-list-wpjobportal li.wpjobportal-input-token-wpjobportal {
  margin: 2px !important;
}

div.wjportal-form-wrp div.wjportal-form-row div.wjportal-form-value ul.wpjobportal-input-list-wpjobportal {
  padding: 0px 5px;
  overflow: auto;
}

#wpjobportal-input-city {
  height: 36px !important;
}

.addJobForm .wjportal-form-row .wjportal-form-value input {
  height: 38px !important;
}

.addJobForm .wjportal-form-row:nth-child(1) {
  width: 100%;
}

.addJobForm .wjportal-form-row {
  padding: 0px !important;
}

.addJobForm .wjportal-form-btn-wrp {
  border-top: none;
}

.addJobForm .wjportal-form-row .wjportal-form-value input,
.addJobForm .wjportal-form-row .wjportal-form-value textarea {
  border-radius: 0px !important;
}

.addJobForm .wjportal-form-btn-wrp .button {
  display: inline-block;
  width: 100%;
  padding: 10px;
  font-size: 14px;
  height: 45px;
  text-align: center;
}

.addJobForm .wjportal-main-up-wrapper #wp-description-wrap,
.addJobForm .wjportal-main-up-wrapper .wjportal-form-map,
.addJobForm .wjportal-form-btn-wrp input {
  border-radius: 0 !important;
}

.addJobForm div.wjportal-main-up-wrapper {
  overflow: visible;
}

.addJobForm .wjportal-form-title font {
  color: var(--darkOrange);
}

.addJobForm .wjportal-form-row:nth-child(1) {
  display: none;
}

/* #wpjobportal-form .wjportal-form-row:nth-child(2) {
  order: 3;
} */

#wpjobportal-form .wjportal-form-title {
  text-align: left;
  margin-bottom: 0px;
}

/* Gift Membership Page */

.giftMembership .newGuidContent .priceWrap a img,
a.giftMembership img {
  width: 22px;
  margin-right: 5px;
  margin-bottom: 2px;
  filter: brightness(4);
  margin-right: 10px !important;
}

.newGuidPage.giftMembership .innerBanner h2 span {
  font-size: 16px;
  line-height: 1.4;
}

.newGuidPage.giftMembership .whatYouGet .whatYouUnlock,
.newGuidPage.giftMembership .whatYouGet .whatYouAccess {
  display: flex;
  flex-direction: column;
}

.newGuidPage.giftMembership .stepsWrap .stepTitle {
  border: none;
  background-color: #fff;
}

.newGuidPage.giftMembership ul li {
  font-size: 16px;
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}

.newGuidPage.giftMembership ul li::before {
  content: "";
  height: 8px;
  width: 8px;
  border-radius: 50%;

  position: absolute;
  left: 0px;
  top: 7px;
  display: block;
}

.newGuidPage.giftMembership .whyProfessionals ul li::before {
  background: #222;
}

.newGuidPage.giftMembership .giftMembership {
  background: #fc9024;
  background: linear-gradient(90deg, rgba(252, 144, 36, 1) 0%, rgba(230, 115, 60, 1) 100%);
  padding: 10px 30px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px;
  width: max-content;
}

body.page-id-354 .woocommerce-message {
  border-top-color: #fe9034;
  background: #fe9034;
  color: #fff;
}

body.page-id-354 .woocommerce-message::before {
  color: #fff;
}

.giftBoxRight {
  position: static;
  width: 100%;
  max-width: max-content;
  margin-left: auto;
}

.giftBoxRight ul {
  margin-bottom: 0px;
}

.giftBoxRight ul li {
  color: #fff;
  font-size: 14px !important;
  margin-bottom: 0px !important;
  padding-left: 0px !important;
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  /* height: 29px; */
}

.giftBoxRight ul li img {
  filter: brightness(4);
  margin-right: 10px !important;
}

.giftBoxRight ul li:before {
  background: var(--darkOrange);
  height: 4px !important;
  width: 4px !important;
  position: static !important;
}

.giftBoxRight h2 {
  font-size: 18px !important;
}

.giftBoxRight .giftMembership {
  font-size: 16px !important;
}

.giftBoxRight li span {
  background: #fc9024;
  background: linear-gradient(90deg, rgba(252, 144, 36, 1) 0%, rgba(230, 115, 60, 1) 100%);
  padding: 4px 10px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  color: #fff;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 0px;
  width: max-content;
}

/*  */

.giftMembershipSliderBtn {
  font-size: 16px;
  padding: 0px;
  height: 44px;
  background: var(--darkOrange);
  color: var(--whiteColor) !important;
  border-radius: 4px;
  display: flex;
  text-transform: uppercase;
  align-items: center;
  justify-content: flex-start;
  gap: 5px;
  width: max-content;
  margin-top: 15px;
  border: none;
  gap: 8px;
  padding-right: 20px;
  margin-bottom: 15px;
}

.giftMembershipSliderBtn span {
  background-color: #fff;
  height: 44px;
  width: 44px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.giftMembershipSliderBtn img {
  width: 22px !important;
  position: static;
  display: inline-block !important;
  margin-top: 4px;

}

.giftTopBtn {
  position: static;
  top: 0px;
  right: 0px;
  background: #fc9024;
  background: linear-gradient(90deg, rgba(252, 144, 36, 1) 0%, rgba(230, 115, 60, 1) 100%);
  padding: 5px;
  padding-left: 20px;
  border-radius: 0px;
  border-bottom-left-radius: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff !important;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 600;
  /* transition: all 0.5s ease-in-out;*/
  width: 50%;
  float: right;
  height: 34px;
}

.giftTopBtn img {
  width: 22px;
}

body.fixedBtnNew .newTOLaPro {
  height: auto;
  width: max-content;
}

body.fixedBtnNew .giftTopBtn {
  position: fixed;
  top: 0px;
  right: 0px;
  background: #fc9024;
  background: linear-gradient(90deg, rgba(252, 144, 36, 1) 0%, rgba(230, 115, 60, 1) 100%);
  padding: 10px;
  padding-right: 20px;
  border-radius: 0px;
  border-bottom-left-radius: 20px;
  display: flex;
  align-items: center;
  gap: 8px;
  color: #fff;
  z-index: 9999999999;
  line-height: 1.2;
  font-size: 14px;
  font-weight: 600;
  height: auto;
  width: max-content;
}

#lapro_extra_terms_field .woocommerce-input-wrapper {
  position: relative;
  padding-left: 25px;
}

.place-order .validate-required .checkbox a {
  color: var(--blue);
  font-weight: 500;
  text-decoration: underline;
}

a.gifteecheckbox {
  color: var(--blue) !important;
}

#lapro_extra_terms_field .woocommerce-input-wrapper .input-checkbox {
  margin-top: 6px !important;
}

.woocommerce-thankyou-order-received span {
  font-size: 26px;
  margin-bottom: 0px;
  display: block;
}

.woocommerce-thankyou-order-received {
  font-size: 16px;
  margin-bottom: 40px;
}

.woocommerce-thankyou-order-details.order_details {
  padding-left: 0px;
}

p#msg-razorpay-success::before {
  content: "";
  background: url(http://103.74.223.20:4300/lapronew/wp-content/uploads/2026/04/sand-gif.gif);
  width: 30px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  position: static;
}

#msg-razorpay-success {
  display: flex !important;
  background-color: #ffffff !important;
  padding: 1rem 1.5rem 1rem 1rem !important;
  border-top-style: solid;
  border-top-width: 2px;
  align-items: center;
  gap: 10px;
  font-size: 25px;
}

/* .single-product .rightbox {
  position: static;
  width: 100%;
  max-width: max-content;
  margin-bottom: 20px;
} */

.thankyouMsg {
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #333;
  margin-top: -40px;
}

.thankyouMsg h3 {
  font-size: 26px;
  margin-bottom: 10px;
  display: block;
}

.thankyouMsg h5 {
  font-size: 20px;
  margin-bottom: 10px;
  display: block;
}

.thankyouMsg p,
.thankyouMsg ul,
.thankyouMsg ol {
  font-size: 16px;
  margin-bottom: 15px;
  display: block;
}

.thankyouMsg a {
  color: var(--blue);
  font-weight: 500;
  text-decoration: underline;
}

/* .learn-press-form-register form[name="learn-press-register"] .form-field.password-wrapper {
  width: calc(50% - 10px);
  display: inline-block;
}

.learn-press-form-register form[name="learn-press-register"] .form-field.password-wrapper:nth-child(3) {
  margin-right: 16px;
} */


/* homepage radar css */

/* ================================================Radar CSS */

/* Outer light blue ring */
.homepageRadar .radar-panel {
  width: 350px;
  height: 350px;
  background-color: #e2f0f7;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transform: scale(.6);
}

/* Inner dark green screen */
.homepageRadar .radar-screen {
  width: 320px;
  height: 320px;
  background-color: #d7efe7;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

/* Background Rings */
.homepageRadar .ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #95d0bf;
  border-radius: 50%;
  pointer-events: none;
}

.homepageRadar .ring-inner {
  width: 80px;
  height: 80px;
  background-color: rgba(0, 0, 0, 0.05);
}

.homepageRadar .ring-middle {
  width: 180px;
  height: 180px;
}

.homepageRadar .ring-outer {
  width: 260px;
  height: 260px;
}

/* Rotating Sweep Line */
.homepageRadar .sweep-line {
  position: absolute;
  width: 50%;
  height: 2px;
  /* Line width */
  top: 50%;
  left: 50%;
  transform-origin: left center;
  /* Center se ghumane ke liye */
  background: linear-gradient(to right, rgba(114, 241, 210, 0) 0%, #2c5d4f 100%);
  box-shadow: 0 -2px 10px rgba(114, 241, 210, 0.4);
  z-index: 2;
  pointer-events: none;
}

/* Fading Glow Trail (Line ke peeche ka saya) */
.homepageRadar .sweep-trail {
  position: absolute;
  width: 50%;
  height: 50%;
  top: 0;
  left: 50%;
  transform-origin: bottom left;
  background: conic-gradient(from 90deg at bottom left, rgba(114, 241, 210, 0.25) 0deg, transparent 90deg);
  z-index: 2;
  pointer-events: none;
}

/* Dots Style (Normal State - Halka dikhega) */
.homepageRadar .dot {
  position: absolute;
  width: 8px;
  height: 8px;
  background-color: #5ba38f;
  border-radius: 50%;
  z-index: 1;
  opacity: 0.25;
  /* Halka visible state */
  transform: translate(-50%, -50%) scale(0.9);
  transition: opacity 1.2s ease, transform 1.2s ease, box-shadow 1.2s ease;
}

/* Active State (Jab line touch karegi tab poora glow hoga) */
.homepageRadar .dot.active {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1.3);
  background-color: #5ba38f;
  box-shadow: 0 0 12px #72f1d2, 0 0 25px #72f1d2;
  transition: opacity 0s, transform 0s, box-shadow 0s;
  /* Instant activation */
}

.homepageRadar .radarIcons {
  position: absolute;
  height: 350px;
  width: 350px;
  transform: scale(.6);
  z-index: 9;
}

.homepageRadar .radarIcons img {
  width: 80px;
  height: max-content;
  position: absolute;
}

.homepageRadar .radarIcons img.img01 {
  top: -30px;
  left: 0px;
}

.homepageRadar .radarIcons img.img02 {
  bottom: 0px;
  left: -40px;
}

.homepageRadar .radarIcons img.img03 {
  top: 0px;
  right: -30px;
}

.homepageRadar .radarIcons img.img04 {
  bottom: -30px;
  right: 0px;
}

.homepageRadar .radar-hero {
  background: #f2f7fe;
  padding: 40px 0px;
}


/* ─── RESPONSIVE TWEAKS ──────────────────────────────────────── */
@media (max-width: 640px) {
  .homepageRadar .lapro-radar-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .homepageRadar .lapro-filter-group {
    flex-direction: column;
    align-items: flex-start;
  }

  .homepageRadar .lapro-filter-label {
    min-width: unset;
  }

  .homepageRadar .lapro-card {
    padding: 18px 16px 14px;
  }
}


/*  */

/* .radar-hero {
    margin-top: 40px;
    background: linear-gradient(135deg, #f7fbff 0%, #ffffff 55%, #eef6ff 100%);
    padding: 60px 0 36px;
} */

.homepageRadar .radar-container {
  max-width: 1180px;
  margin: auto;
  padding: 0 24px;
}

.homepageRadar .radar-label {
  font-size: 13px;
  letter-spacing: 1px;
  font-weight: 700;
  margin-bottom: 28px;
  color: #234;
}

.homepageRadar .radar-label span {
  display: inline-block;

  width: 10px;
  height: 10px;
  background: #1a8a60;
  border-radius: 50%;
  margin-right: 10px;
}

.homepageRadar .radar-hero-grid {
  display: grid;
  grid-template-columns: 1.6fr .9fr;
  gap: 50px;
  align-items: center;
}

.homepageRadar h1 {
  font-size: 41px;
  line-height: 1.05;
  margin: 0 0 14px;
  font-weight: 600;
}

.homepageRadar h1 span {
  color: #007bff;
}

.homepageRadar h2 {
  font-size: 22px;
  margin: 0 0 22px;
  font-weight: 800;
}

.homepageRadar h3 {
  font-size: 18px;
}

.homepageRadar .radar-intro {

  font-size: 16px;
  line-height: 1.7;
  max-width: 760px;
  margin-bottom: 28px;
}

.homepageRadar .signal-heading {
  font-weight: 700;
  margin-bottom: 20px;
}

.homepageRadar .signal-guide {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
  margin-bottom: 0px;
}

.homepageRadar .signal-item {
  display: flex;
  gap: 14px;
  padding-right: 15px;
  border-right: 1px solid #dce3ec;
}

.homepageRadar .signal-item:last-child {
  border-right: none;
}

.homepageRadar .signal-icon {
  width: 40px;
  height: 40px;
  min-width: 40px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
}

.homepageRadar .signal-icon img {
  width: 20px;
  height: 20px;
}

.homepageRadar .opportunity .signal-icon {
  background: #eaf8f1;
  border: 2px solid #0c8a52;
}

.homepageRadar .shift .signal-icon {
  background: #fff7df;
  border: 2px solid #f0a000;
}

.homepageRadar .risk .signal-icon {
  background: #fff0f0;
  border: 2px solid #ff3b3b;
}

.homepageRadar .signal-item h3 {
  margin: 0 0 8px;
}

.homepageRadar .signal-item p {
  margin: 0;
  line-height: 1.5;
}

.homepageRadar .radar-tabs-card {
  margin-top: 34px;
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 14px 40px rgba(14, 42, 80, .08);
  overflow: hidden;
}

.homepageRadar .radar-tabs {
  display: flex;
  border-bottom: 1px solid #e5ebf2;
}

.homepageRadar .radar-tabs a {
  background: none !important;
  border-radius: 0px;
  border: none;
  padding: 15px 28px;
  font-size: 16px;
  cursor: pointer;
}

.homepageRadar .radar-tabs a.active {
  color: #007bff;
  font-weight: 600;
  border-bottom: 3px solid #007bff;
}

.homepageRadar .radar-meta {
  display: flex;
  justify-content: space-between;
  padding: 20px 28px;
}

/* Career Radar */

.homepageRadar .lapro-card--structural::before {
  background: #f3a129;
}

.homepageRadar .lapro-badge--structural {
  background: #f3a12920;
  color: #f3a129;
}

.homepageRadar .lapro-badge--structural .lapro-badge-icon {
  font-size: 0px;
}

.homepageRadar .lapro-badge--structural .lapro-badge-icon::before {
  content: "";
  height: 14px;
  width: 14px;
  background: url(http://103.74.223.20:4300/lapronew/wp-content/uploads/2026/05/repeat.png) no-repeat center;
  display: block;
  background-size: contain;
}

.homepageRadar .lapro-card--risk::before {
  background: #ff3b3b;
}

.homepageRadar .lapro-badge--risk {
  background: #ff3b3b20;
  color: #ff3b3b;
}

.homepageRadar .lapro-badge--risk .lapro-badge-icon {
  font-size: 0px;
}

.homepageRadar .lapro-badge--risk .lapro-badge-icon::before {
  content: "";
  height: 14px;
  width: 14px;
  background: url(http://103.74.223.20:4300/lapronew/wp-content/uploads/2026/05/warning.png) no-repeat center;
  display: block;
  background-size: contain;
}

.homepageRadar .lapro-card--opportunity::before {
  background: #0c8a52;
}

.homepageRadar .lapro-badge--opportunity {
  background: #0c8a5220;
  color: #0c8a52;
}

.homepageRadar .lapro-badge--opportunity .lapro-badge-icon {
  font-size: 0px;
}

.homepageRadar .lapro-badge--opportunity .lapro-badge-icon::before {
  content: "";
  height: 14px;
  width: 14px;
  background: url(http://103.74.223.20:4300/lapronew/wp-content/uploads/2026/05/grow-up.png) no-repeat center;
  display: block;
  background-size: contain;
}

.viewCareerRadar.homereadmore {
  font-size: 14px;
  padding: 8px 30px;
  background: none;
  border: 1px solid var(--blue);
  color: var(--blackColor);
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  width: max-content;
  margin-top: 0px;
  margin-left: auto;
  transition: all .3s ease-in-out;
  margin-bottom: 15px;
  font-weight: 500;
}

.viewCareerRadar:hover {

  border: 1px solid var(--blue);
  color: var(--whiteColor);
  background: var(--blue);
}

.homepageRadar {
  border: none;
  background-color: #f2f7fe;
  padding: 00px;
  border-radius: 10px;
  margin-bottom: 00px;
}

/* Job redar */

.homepageRadar .jobRadarIcons {
  position: absolute;
  height: 350px;
  width: 350px;
  transform: scale(.6);
  z-index: 9;
}

/* .homepageRadar .jobRadarIcon .jobIconDiv {
  position: absolute;
  height: 350px;
  width: 350px;
  transform: scale(.6);
  z-index: 9;
} */

.homepageRadar .jobRadarIcons .jobIconDiv {
  width: max-content;
  height: max-content;
  padding: 8px 15px;
  position: absolute;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0px 0px 10px 0px #0002;
}

.homepageRadar .jobRadarIcons .jobIconDiv img {
  width: 34px;
}

.homepageRadar .jobRadarIcons .jobIconDiv span {
  font-size: 20px;
}

.homepageRadar .jobRadarIcons .jobIconDiv.jobImg01 {
  top: -20px;
  left: -60px;
}

.homepageRadar .jobRadarIcons .jobIconDiv.jobImg02 {
  bottom: 40px;
  left: -90px;
}

.homepageRadar .jobRadarIcons .jobIconDiv.jobImg03 {
  top: 40px;
  right: -30px;
}

.homepageRadar .jobRadarIcons .jobIconDiv.jobImg04 {
  bottom: 0px;
  right: -40px;
}

@media(max-width:900px) {
  .homepageRadar .radar-hero-grid {
    grid-template-columns: 1fr
  }

  .homepageRadar .radar-visual {
    display: none
  }

  .homepageRadar .signal-guide {
    grid-template-columns: 1fr
  }

  .homepageRadar .signal-item {
    border-right: none;
    border-bottom: 1px solid #ddd;
    padding-bottom: 18px
  }

  .homepageRadar .radar-tabs {
    overflow: auto;
    white-space: nowrap
  }

  .homepageRadar .radar-meta {
    flex-direction: column;
    gap: 12px
  }

  .homepageRadar h1 {
    font-size: 44px
  }

  .homepageRadar h2 {
    font-size: 28px
  }
}

@media (max-width: 576px) {
  .homepageRadar h1 {
    font-size: 32px;
    margin-top: 50px;
  }

  .homepageRadar h1 span {
    display: block;
  }

  .homepageRadar h2 {
    font-size: 22px;
  }

  .homepageRadar .radarIcons {
    transform: scale(1);
  }

  .homepageRadar .radar-panel {
    transform: scale(1);
  }

  .homepageRadar .radar-screen,
  .homepageRadar .radar-panel,
  .homepageRadar .radarIcons {
    width: 280px;
    height: 280px;
    margin: auto;
    left: 0px;
    right: 0px;
  }

  .homepageRadar .radarIcons img {
    width: 50px;
  }

  .homepageRadar .radarIcons img.img01 {
    top: 10px;
    left: 0px;
  }

  .homepageRadar .radarIcons img.img03 {
    top: 0px;
    right: -10px;
  }

  .homepageRadar .radarIcons img.img02 {
    bottom: 0px;
    left: 0px;
  }

  .homepageRadar .radarIcons img.img04 {
    bottom: 10px;
  }

  .homepageRadar .radar-tabs a {
    padding: 15px 10px;
    font-size: 14px;
  }

  .homepageRadar .radar-tabs {
    display: flex;
    border-bottom: 1px solid #e5ebf2;
    flex-wrap: nowrap;
    overflow-x: scroll !important;
    width: 100%;
  }

  .homepageRadar .radar-meta {
    flex-direction: column;
    gap: 12px;
  }

  .homepageRadar .lapro-radar-grid {
    grid-template-columns: 1fr;
    display: flex;
    width: 100%;
    overflow-x: auto;
  }

  .homepageRadar .lapro-card {
    padding: 18px 16px 14px;
    width: 300px;
    min-width: 300px;
  }

  .homepageRadar .radar-meta {
    padding: 15px;
  }

  .viewCareerRadar.homereadmore {
    margin-left: 0;
    margin-top: 30px;
  }

  .giftMembershipSliderBtn {
    margin: auto;
    margin-top: 15px;
    margin-bottom: 15px;
  }


  .newWrap .homepageRadar {
    padding-top: 30px !important;
    padding-bottom: 30px !important;
  }

  .homepageRadar .jobRadarIcons {
    transform: scale(.65);
    bottom: -30px;
    left: 0px;
    right: 0px;
    margin: auto;
  }

  .homepageRadar .jobRadarIcons .jobIconDiv.jobImg04 {
    bottom: -40px;
    right: -80px;
  }

  .homepageRadar .jobRadarIcons .jobIconDiv.jobImg03 {
    top: 0px;
    right: -30px;
  }

  .homepageRadar .jobRadarIcons .jobIconDiv.jobImg02 {
    bottom: -20px;
    left: -90px;
  }
}