/*
Theme Name:  Editor
Theme URI:   https://themeforest.net/user/pixelwars/portfolio
Author:      Pixelwars
Author URI:  https://themeforest.net/user/pixelwars
Description: Responsive WordPress theme.
Version:     1.6.0
License:     ThemeForest License
License URI: https://themeforest.net/licenses
Tags:        blog
Text Domain: editor
Domain Path: /languages
*/

/*
    Do not remove any of the commented text above as it is used by the theme for proper function!
*/

/* =WordPress Core
-------------------------------------------------------------- */
.site-footer ul li {
  margin-bottom: 0px !important;
}
.glossary-template .tptn_counter {
  display: none;
}
a.highlighted-menu {
  background: #f07c00;
  padding: 10px 20px !important;
  color: #fff !important;
  font-weight: 600;
  border-radius: 10px;
  margin: 0 10px 0 0;
}
.glossary_keywords .elementor-accordion-item .elementor-tab-content {
  border-width: 0px !important;
}

.glossary.text a {
  color: #000000;
}

.glossary-template .tptn_counter {
  max-width: 1140px;
  margin: auto;
}
.glossary_list_icon i.fas.fa-circle {
  display: none;
}
.glossary-template .addtoany_share_save_container {
  max-width: 1140px;
}

.author_opportune .designation {
  font-size: 12px;
  color: grey;
  min-height: 50px;
}

.author_opportune .authors-list-item-excerpt {
  min-height: 230px;
}

.author_opportune a.authors-list-item-link {
  display: inline-block;
  font-weight: 400;
  font-size: 0.925em;
  background: linear-gradient(to right, #ff6d00, #ffa765);
  border-radius: 6px;
  color: #fff;
  text-transform: capitalize;
  border: none;
  padding: 9px 20px;
}

header#masthead {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.08) !important;
}

.grecaptcha-noscript {
  display: none;
}

.opportune_pointer {
  cursor: pointer !important;
}

.section-space {padding-block: 70px;}


/* ----------------- SIDEBAR WIDGET OF EVERY PAGE  ------------------------------------- */

.unique-sticky-widget {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: white;
  padding-top: 10px;
  padding-bottom: 10px;
  box-shadow: -5px 4px 12px 0 rgba(0, 0, 0, 0.25);
  border-radius: 6px 0px 0px 6px;
  z-index: 1000;
}

.unique-widget-item {
  padding: 10px 5px 10px 5px;
  text-align: center;
  border-bottom: 1px solid #ffb47c !important;
}

.unique-widget-item:last-child {
  border-bottom: none;
}

.unique-widget-item img {
  width: 30px;
  height: 30px;
  margin-bottom: 5px;
}

.unique-widget-link {
  display: block;
  font-size: 13px;
  line-height: 17px;
  color: #ff8021; /* Adjust to your brand color */
  text-decoration: none;
  font-weight: 600;
}

.sidepartnerborder {
  border: none !important;
}

/* .unique-widget-link:hover {
    text-decoration: underline;
} */

.unique-popup-maker {
  cursor: pointer;
  /* Add any additional styling for popups if needed */
}

/* header top bar  */

.top-header-nav {
  width: 100%;
  height: 42px;
  background-color: #f58345;
  text-align: center;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.top-header-nav p {
  margin-bottom: 0 !important;
  font-size: 12px;
}

.top-header-nav-span {
  margin: 0px 8px;
  background: #fff;
  color: #f58345;
  font-family: Poppins;
  font-size: 12px;
  font-weight: bold;
  padding: 4px 12px;
  border-radius: 6px;
}

.top-header-span-call {
  color: #fff;
  font-size: 12px;
}

.site-header {
  position: sticky !important;
}

/* header top bar end  */

/* New header submenu design */

ul.sub-menu {
  width: 225px !important;
  top: 68px !important;
  left: -80px !important;
  margin: 0px 0 0 !important;
  padding: 10px 15px 10px 20px !important;
  border-radius: 6px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25) !important;
  border: solid 1px #d7d7d7 !important;
  background-color: #fff;
}

ul.sub-menu::after {
  width: 25px;
  aspect-ratio: 1;
  background-color: inherit;
  content: "";
  left: 0;
  mask-image: linear-gradient(-45deg, transparent 50%, #000 50%);
  position: absolute;
  rotate: 45deg;
  top: -12px;
  border-radius: 0px;
  box-shadow: 0 10px 30px 0 rgba(0, 0, 0, 0.25);
  border: solid 1px #d7d7d7;
  left: 0;
  right: 0;
  margin: 0px auto;
}

li#menu-item-1307 {
  /* height: 80px; */
}

li#menu-item-1308 {
  height: 80px;
}

/* New Header CSS End here ^ */

.wp-user-avatar {
  margin: 0 !important;
}

ol.bullet-number-list {
  margin-bottom: 0px;
}

p.bullet-list-pointer {
  margin-bottom: 0;
  margin-top: 15px;
}

img.payroll-image {
  padding-top: 15px;
}

ul.alpha_bullet {
  list-style: upper-alpha;
  margin-bottom: 0px;
}

.author_opportune .authors-list-item-excerpt {
  font-size: 14px;
  line-height: 24px;
}

.author_opportune .authors-list-item-main {
  padding: 0px 15px 20px 15px;
}

.author_opportune
  .authors-list-item.authors-list-item-clearfix.authors-list-col.authors-list-col-3 {
  border-style: solid;
  border-width: 2px 2px 2px 2px;
  border-color: #f0f0f0;
  border-radius: 8px 8px 8px 8px;
}

.author_opportune .authors-list-item-title {
  font-size: 19px;
}

.page-id-4892 div#tptn_counter_4892 {
  display: none;
}

.sgpb-popup-builder-content-7478
  input:not([type="submit"]):not([type="button"]):not([type="file"]):not(
    [type="radio"]
  ):not([type="checkbox"]),
select,
.uploader,
.selector {
  max-width: 100%;
  border-bottom: 1px solid !important;
  border-radius: 0 !important;
}

.opportune_banner {
  width: 100%;
  position: relative;
  clip-path: ellipse(155% 81% at 50% 0);
  text-align: center;
  padding-bottom: 100px;
  font-size: 30px;
  line-height: 1.56;
  font-weight: 700;
  color: #000;
  background: url(https://www.opportunehr.com/blog-beta/wp-content/uploads/2021/12/bg_pink.png)
      no-repeat,
    url(https://www.opportunehr.com/blog-beta/wp-content/uploads/2021/12/bg_pink_right.png)
      no-repeat scroll 0 0 #ffe9de;
  clip-path: ellipse(120% 81% at 50% 0);
  background-position: left bottom 57%, right bottom 57% !important;
  padding: 10rem 0 10rem 0 !important;
  background-size: 100px;
}

h3 {
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  font-weight: 600;
  margin-top: 15px;
}

p.opportune_offer {
  margin: 15px 0 10px 0;
  font-weight: 600;
}

.lightorange_box {
  background: #faede6;
  padding: 20px 20px;
  margin-bottom: 10px;
}

.background_box {
  background: #cccccc61;
  padding: 20px 20px;
  margin-bottom: 10px;
}

hr.hr_line {
  margin: 20px 0px;
  padding: 0;
}

img.aligncenter.monitor_img {
  margin-bottom: 0;
  margin-top: 0;
}

img.pen_image {
  padding: 10px 0px;
}

li {
  padding-bottom: 10px;
}

.elementor-element-18da110 > .elementor-widget-container {
  margin: 0px 10px 36px 10px !important;
}

.elementor-2011
  .elementor-element.elementor-element-9a600de
  > .elementor-widget-container {
  margin: 0px 10px 40px 10px !important;
}

.page-id-2011 .elementor-element-784188b > .elementor-widget-container {
  margin: 0px 10px 0px 10px !important;
}

.page-id-2011 .elementor-element-d64e4f6 {
  padding: 56px 0px 20px 10px !important;
}

.page-id-2011 .elementor-2011 .elementor-element.elementor-element-31169a6 {
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 56px 0px 20px 10px;
}

.page-id-2011 .elementor-element-8704e1a {
  display: none;
}

.ebook_hidden_txt {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  font-size: 14px;
  text-align: center;
  border: none;
  margin-top: 0rem;
  background-color: #eef9e0;
  border-color: #e7f6d4;
  color: #288431 !important;
}

button.pum-close.popmake-close {
  font-weight: normal !important;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number.phone_number_ebook::placeholder {
  font-family: Poppins, sans-serif;
}

/* input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.name_textfield {
    font-family: Poppins, sans-serif;
} */

.pop_text .wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.ebook_input_field_phone {
  padding: 0;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.name_textfield {
  max-width: 100% !important;
}

span.download_btn_icon {
  position: relative;
}
.pop_text {
  position: relative;
}
span.download_btn_icon:after {
  content: "";
  background-image: url(https://www.opportunehr.com/wp-content/uploads/2023/06/down-arrow.svg);
  background-size: 12px;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 4px;
  right: 26px;
  background-repeat: no-repeat;
}
/* .pop_text .wpcf7-response-output{
	display: none;
} */
.main_pop_cont p {
  margin: 0;
}
.wpcf7-response-output {
  color: #000000;
  font-weight: 400;
}

.main_pop_cont .row {
  margin: 0 !important;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form_downloadtype {
  display: none;
}

.table_formal {
  font-family: arial, sans-serif;
  border-collapse: collapse;
  width: 100%;
}

.pratical_guide_td td,
th {
  border: 1px solid #bcbcbc !important;
  text-align: left;
  font-size: 16px !important;
  padding: 8px !important;
  vertical-align: baseline;
}

.aligncenter,
.alignnone,
.alignright,
.alignleft {
  display: block;
  margin: 1.6em auto;
  clear: both;
}
.wp-caption {
  color: #555;
  max-width: 100%;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
}
.wp-caption-text {
  font-size: 14px;
  margin: 0;
  padding: 0.6em 0.1em 0;
  color: #c5c2b6;
}
.wp-caption.aligncenter {
  text-align: center;
}

/* ---------------------- Glossary Page new Design --------------------------*/
.glossory-button .elementor-button-icon {
  background-color: white;
  padding: 5px 10px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.glossory-button .elementor-button-text {
  padding-left: 18px;
}
.glossory-button svg {
  width: 1.5rem !important;
}
.glossory-button .elementor-button-content-wrapper {
  align-items: center;
}
.glossary_list_icon ul {
  list-style: none !important;
}
.glossary_list_icon ul li a {
  display: flex;
  align-items: start !important;
  gap: 12px;
}
.glossary_list_icon ul li a .elementor-icon-list-icon {
  height: 25px;
  /* 	margin-top:2px; */
}
.glossary_list_icon ul li a .elementor-icon-list-icon svg {
  margin-top: 8px !important;
}
.glossary_list_icon .elementor-icon-list-item:hover svg path {
  /*     stroke: #FF5F00; */
  fill: #ff5f00;
}
/* ---------------------------- */

.otp_popup span.wpcf7-form-control-wrap.recaptcha {
  display: none;
}

.otp_popup.otp_active span.wpcf7-form-control-wrap.recaptcha {
  display: block;
}

/* Footer CSS  */

.footer-section-wrapper {
  margin-top: 25px;
  display: flex;
  align-items: center;
  gap: 10px;
  border-top: 1px solid #ffb680;
  padding-top: 20px;
}

.footer-section-wrapper p {
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  color: #000;
}

.footer-app-play-store-div-width-size {
  width: 80px;
}

.footer-app-play-store-wrapper {
  display: flex;
  align-items: center;
  gap: 10px;
}

.footer-app-play-store-wrapper a {
  width: 130px;
}

.footer-bottom {
  padding-top: 30px;
  margin-top: 30px;
  border-top: 1px solid #ffb680;
}

.footer-bottom ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}

.footer-bottom ul li {
  margin-bottom: 0;
  line-height: 16px;
}

.footer-bottom ul li:nth-child(1) a {
  padding-left: 0;
}

.footer-bottom ul li a {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: normal;
  text-align: left;
  color: #000;
  padding: 0 14px;
  border-right: 1px solid #7f746e;
  margin-bottom: 0;
  line-height: 16px;
}

.footer-bottom h3 {
  font-size: 21px;
  font-weight: 500;
  letter-spacing: normal;
  text-align: left;
  color: #fd6e21;
  margin-bottom: 20px;
  margin-top: 40px;
}

.footer-bottom hr {
  padding: 0px !important;
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
  border: 0;
  border-top: 1px solid rgb(0 0 0 / 37%) !important;
}
.footer-bottom ul li:last-child a {
  border-right: 0;
  padding-right: 0;
}

@media screen and (max-width: 1367px) {
  .pum-container.pum-responsive.pum-responsive-medium {
    width: 70% !important;
  }

  input.wpcf7-form-control.has-spinner.wpcf7-submit.download-btn {
    font-size: 14px !important;
  }

  button.pum-close.popmake-close {
    font-size: 40px !important;
  }

  h.popup_head {
    font-size: 22px;
  }

  .ebook_name_txt p {
    margin-bottom: 10px !important;
  }
  .pop_text {
    padding: 40px 30px !important;
  }

  /* 	.pum-container.pum-responsive.pum-responsive-medium {
    margin-left: -30%;
    width: 70%!important;
} */
}

@media screen and (max-width: 1600px) {
  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 14px;
    margin-bottom: 0;
  }

  .ebook_name_txt p {
    margin-bottom: 0px !important;
  }

  h3.popup_head {
    font-size: 22px !important;
  }
}

@media screen and (max-width: 1536px) {
  .pop_text {
    padding: 100px 30px;
  }
}

@media screen and (max-width: 1920px) {
  /* 	button.pum-close.popmake-close {
    font-size: 50px!important;
} */

  input.wpcf7-form-control.has-spinner.wpcf7-submit.download-btn {
    padding: 10px 60px 10px 50px;
  }

  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.name_textfield {
    margin-bottom: 25px;
  }

  h3.popup_head {
    font-size: 32px;
  }

  input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.name_textfield.wpcf7-not-valid {
    width: 100%;
    max-width: 100% !important;
  }

  input.wpcf7-form-control.has-spinner.wpcf7-submit.download-btn {
    margin-top: 30px !important;
  }
}
@media (max-width: 1024px) {
  .section-space {padding-block: 60px;}
  .top-header-nav {
    display: none;
  }

  .unique-sticky-widget {
    display: none;
  }
  .footer-link {
    flex-wrap: wrap;
    justify-content: center;
  }
  .site-footer p.copyright {
    text-align: center;
  }
  .footer-bottom ul {
    display: inline-block;
  }
  .footer-bottom ul li {
    display: inline-block;
  }
  .footer-bottom ul li:nth-child(1) a {
    padding-left: 4px;
  }
  .footer-bottom ul li a {
    font-size: 12px;
    padding: 0 4px;
  }
  .text-lg-right.social-icon {
    text-align: center !important;
  }
}

/* TABLETS */
@media screen and (min-width: 768px) {
  .alignnone {
    margin: 3em 0;
  }
  .aligncenter {
    margin: 3em auto;
  }
  .alignleft,
  .alignright {
    max-width: 50%;
  }
  .alignright {
    float: right;
    margin: 0.4em 0 1em 2em;
  }
  .alignleft {
    float: left;
    margin: 0.4em 2em 1em 0;
  }
}

@media screen and (max-width: 768px) {
  .pratical_guide_td td,
  th {
    padding: 5px !important;
    font-size: 14px !important;
  }
  .footer-link ul {
    margin: 10px 0 !important;
  }
}

@media (max-width: 1024px) {
  .nav-menu > ul > li > a {
    justify-content: space-between;
  }
  .nav-menu {
    position: fixed !important;
    right: 0%;
    width: 78% !important;
    background: #ffffff;
    top: 0;
    left: 22% !important;
    height: 100%;
    text-align: left;
    padding: 50px 20px;
    margin: auto 0;
    z-index: 5;
    display: none;
  }
  .is-menu-toggled-on .nav-menu,
  .is-menu-toggled-on .search-container,
  .is-menu-toggled-on .social-container {
    display: block;
  }
  .menu-toggle {
    z-index: 999999999;
    display: block;
    margin-right: 30px !important;
    margin: 0;
    height: 52px;
  }
  a.highlighted-menu {
    width: 150px;
    text-align: center;
    position: absolute;
    bottom: 150px;
  }
  .topcall,
  .mobileviewcall {
    display: flex !important;
    position: absolute;
    bottom: 0;
    z-index: 9;
  }
  .header_call {
    margin-top: 17px;
    width: 150px;
    text-align: center;
    position: absolute;
    bottom: 100px;
  }
  .header_call_phone {
    position: absolute;
    bottom: 50px;
    width: 100%;
    text-wrap: nowrap;
    font-weight: 600 !important;
  }
}

@media screen and (max-width: 880px) {
  .section-space {padding-block: 50px;}
  .header_call {
    /* margin-top: 50px; */
  }

  .wpcf7 form.sent .wpcf7-response-output {
    font-size: 10px;
    margin-top: 30px;
  }

  .ebook_name_txt p {
    margin-bottom: 0px !important;
  }

  input.wpcf7-form-control.has-spinner.wpcf7-submit.download-btn {
    margin-top: 5px !important;
  }

  .pop_text {
    padding: 20px 30px !important;
  }

  input.wpcf7-form-control.has-spinner.wpcf7-submit.download-btn {
    padding: 10px 50px 10px 30px !important;
  }

  input.wpcf7-form-control.has-spinner.wpcf7-submit.download-btn {
    font-size: 12px !important;
  }

  .popup-img img {
    height: 400px !important;
  }

  /* 	.pum-container.pum-responsive.pum-responsive-medium {
    top: 10rem!important;
} */

  h3.popup_head {
    font-size: 16px !important;
  }
}

/* DESKTOPS MEDIUM */
@media screen and (min-width: 1200px) {
  .content-area:not(.with-sidebar) .alignright,
  .content-area:not(.with-sidebar) .wp-caption.alignright {
    margin-right: -140px;
    margin-left: 2em;
  }
  .content-area:not(.with-sidebar) .alignleft,
  .content-area:not(.with-sidebar) .wp-caption.alignleft {
    margin-left: -140px;
    margin-right: 2em;
  }
}

@media screen and (max-width: 600px) {
  .author_opportune .authors-list-item-thumbnail img {
    width: 100%;
  }
  .author_opportune .authors-list-item-excerpt {
    min-height: 0px;
    padding-bottom: 30px;
  }

  .popup-img img {
    height: auto !important;
  }

  .popup-img img {
    margin-bottom: -12px;
  }

  .ebook_input_field {
    padding: 0 !important;
  }

  .pum-container.pum-responsive.pum-responsive-medium {
    width: 80% !important;
  }

  input.wpcf7-form-control.has-spinner.wpcf7-submit.download-btn {
    font-size: 12px !important;
  }

  .pum-container.pum-responsive.pum-responsive-medium {
    top: 2rem !important;
  }

  input.wpcf7-form-control.has-spinner.wpcf7-submit.download-btn {
    margin-top: 10px !important;
  }

  div#popmake-4440 {
    left: 40px !important;
  }

  .pum-container.pum-responsive {
    width: 80% !important;
  }
  .main_pop_container {
    display: inline !important;
  }

  .pop_text {
    width: 100% !important;
    border-radius: 0 !important;
  }
  .popup-img img {
    width: 100%;
    max-height: 380px !important;
    border-radius: 0px 30px 0 0;
  }
  .pop_text {
    padding: 40px 30px 60px 30px !important;
    border-radius: 0px 0px 30px 30px !important;
  }

  #pum-4440 button.pum-close.popmake-close {
    top: 18rem !important;
    right: 4px;
    font-weight: normal !important;
    font-size: 30px !important;
  }

  input.wpcf7-form-control.has-spinner.wpcf7-submit.download-btn {
    padding: 10px 40px 10px 30px !important;
  }

  span.download_btn_icon:after {
    right: 12px !important;
  }
  h3.popup_head {
    font-size: 14px !important;
  }
}

@media screen and (min-width: 1024px) {
  .site-header {
    /* padding: 0.6em 2em !important; */
    position: sticky;
  }
}

@media (max-width: 765px) {
  .unique-sticky-widget {
    display: none;
  }
}
@media (max-width: 576px) {
  .section-space {padding-block: 40px;}
}

/* OTP Form */

.submit_btn,
.verifyOtpButton {
  border-radius: 10px;
  background-image: linear-gradient(to left, #f58120, #f55e20);
  border: none;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
  margin: 10px 0 0 0;
  text-transform: none;
  width: 100%;
}

.submit_btn:hover,
.verifyOtpButton:hover {
  color: #fff;
}

input.phone_number_ebook::-webkit-outer-spin-button,
input.phone_number_ebook::-webkit-inner-spin-button,
input.otp_container::-webkit-outer-spin-button,
input.otp_container::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input.phone_number_ebook[type="number"],
input.otp_container[type="number"] {
  -moz-appearance: textfield;
}

input.wpcf7-form-control.wpcf7-number.wpcf7-validates-as-required.wpcf7-validates-as-number.phone_number_ebook:focus,
input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.name_textfield:focus {
  border-color: #f8a717 !important;
}

.otp_container {
  font-weight: 600;
  background-color: #fd6e2133 !important;
  width: 200px !important;
  height: 60px;
  text-align: center;
  border-radius: 7px !important;
  caret-color: rgb(127, 129, 255);
  color: #2c2c2c !important;
  outline: 0;
  font-size: 40px !important;
  padding: 0 !important;
  border: 0 !important;
  font-family: inherit;
  margin-block: 1rem;
}

#otp-section > p {
  text-align: center;
}

.main_otp_pop_container .pop_text {
  padding-inline: 50px;
}

.main_otp_pop_container .popup-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px 0 0 30px;
}

input.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.name_textfield {
  margin-bottom: 5px !important;
}

.main_otp_pop_container .wpcf7-form-control-wrap {
  margin-bottom: 30px;
  display: block;
}

.otp_popup,
.appointment-popup,
.download-popup {
  width: 100%;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.5);
  z-index: 99999;
  bottom: 0rem;
  align-items: center;
  justify-content: center;
  display: flex;
  transform: scale(0);
  overflow-y: scroll;
  transition: 300ms ease-in-out;
}

.otp_popup.otp_active,
.appointment-popup.otp_active,
.download-popup.otp_active {
  transform: scale(1);
}

.main_otp_pop_container {
  /* display: flex; */
  display: grid;
  grid-template-columns: 1fr 1fr;
  justify-content: center;
  max-width: 60%;
  transform: scale(0);
  transition: 300ms ease-in-out;
}

.otp_popup.otp_active .main_otp_pop_container,
.appointment-popup.otp_active .main_otp_pop_container,
.download-popup.otp_active .main_otp_pop_container {
  transform: scale(1);
}

.otp_close_btn {
  position: absolute;
  top: 1rem;
  right: 2rem;
  cursor: pointer;
}

.success_message {
  background-color: #eef9e0;
  border-color: #e7f6d4;
  font-size: 13px;
  padding: 0.75rem 1.25rem;
  border-radius: 0.25rem;
}

.error_otp {
  text-align: center;
  font-size: 12px;
  margin-top: 5px;
  color: #dc3232;
}

.success_message {
  display: none;
}

.success_message.active {
  display: block;
}

.spin_loader_wrapper {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 9;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 30px 30px 0;
  display: none;
}

.form_spinner {
  width: 60px;
  height: 60px;
  border: 6px solid #000;
  border-top-color: #f07c00;
  border-radius: 50%;
  animation: 0.8s linear infinite spin;
}

:is(
    .open_otp_popup,
    .talent_acquisition_popup,
    .hr_admin_popup,
    .employee_glossary_popup
  )
  .elementor-button {
  cursor: pointer;
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.main_appointment_pop_container {
  background-color: white;
  max-width: 34%;
  width: 34%;
  margin-top: 3%;
  border-radius: 20px 0 0 0;
}

.popup-header {
  display: flex;
  justify-content: space-between;
  background: linear-gradient(to right, #ff6d00, #ffa765);
  color: #fff;
  border-radius: 20px 0 0 0;
  padding: 10px 20px;
  align-items: center;
}

.popup-header h2 {
  margin-bottom: 0;
  font-size: 16px !important;
  font-weight: 500;
}

.form-code
  input:not([type="submit"]):not([type="button"]):not([type="file"]):not(
    [type="radio"]
  ):not([type="checkbox"]) {
  max-width: 100%;
  border-bottom: 1px solid !important;
  border-radius: 0 !important;
}

.form-code {
  padding-top: 20px;
}

.download-popup .main_appointment_pop_container {
  margin-top: 0px !important;
}

form p {
  margin: 0;
}

.blog-h4 {
  font-size: 22px;
}
input::placeholder,
textarea::placeholder {
  color: #737b83;
}

.pop_close_btn svg {
  fill: #fff;
  height: 13px;
}

.menu-item-has-children > a {
  display: flex !important;
  align-items: center;
}

.menu-item-has-children > a:after {
  content: "";
  background-image: url(https://www.opportunehr.com/wp-content/uploads/2025/06/dropdown-arrow-svgrepo-com-1.png);
  height: 8px;
  width: 36px;
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.payroll-tabs-content ul {
  width: fit-content;
}

.payroll-tabs-content .eael-tabs-nav {
  position: sticky;
  top: 80px;
  z-index: 999;
  background: #fff;
}

@media (max-width: 1024px) {
  .main_appointment_pop_container {
    max-width: 100%;
    width: 100%;
  }
}

/* New header Hover mobile tablet CSS - Humurger Menu setting */

@media (max-width: 1024px) {
  .nav-menu > ul > li > a {
    font-size: 14px;
    /* justify-content: center; */
  }

  li#menu-item-1307 .sub-menu {
    display: none !important;
  }

  li#menu-item-1307:hover .sub-menu {
    display: block !important;
    border: none !important;
    width: 100% !important;
    box-shadow: none !important;
  }

  li#menu-item-1308 .sub-menu {
    display: none !important;
  }

  li#menu-item-1308:hover .sub-menu {
    display: block !important;
    border: none !important;
    width: 100% !important;
    box-shadow: none !important;
  }

  ul.sub-menu::after {
    position: relative !important;
  }
}


.lp-header-call {
    font-weight: 600 !important;
    border: 1px solid #fd6e21!important;
    padding: 12px 16px !important;
    border-radius: 10px;
    line-height: 0;
}