.addlink-btn {
    position: absolute;
    z-index: 10000; /* 1 */
    top: 0;
    left: 0;
    visibility: hidden;
    width: 100%;
    height: 100%;
}

.addlink-btn.is-visible {
    visibility: visible;
}

.addlink-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}

.addlink.is-visible .addlink-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}

.addlink-wrapper {
  position: fixed;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  padding: 25px;
}

.addlink-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}

.addlink-btn.is-visible .addlink-transition {
  transform: translateY(0);
  opacity: 1;
}

.addlink-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}

.addlink-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}

.addlink-close:hover {
  color: #777;
}

.addlink-heading {
  font-size: 1.125em;
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.select2-container {
    z-index: 99999;
}

.connectact_btn .account_save{
  font-size: 16px;
  border-radius: 22px;
  border: 1px solid transparent;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000000;
  transition: all 0.3s ease;
  background: #FFE744;
  transition: all 0.3s ease;
  padding: 11px 31px;
  display: inline-block;
}

.error {
  font-size: 17px;
  color: red;
  display: none;
  margin-bottom: 10px;
  font-weight: 500;
}


/* ********************************************account-page-css-start**************************************** */
.account-holder-details-wr{padding: 140px 20px 110px 20px;}
.account-holder-details-outer{text-align: center; max-width: 550px; width: 100%; margin: 0 auto;}
.account-holder-details-outer > img{width: 150px; height: 150px; object-fit: cover; margin-bottom: 20px;}
.account-holder-details-outer h4{margin-bottom: 16px; color:#1F3537; text-align: center; font-family: Besley; font-size: 40px; font-style: normal; font-weight: 400; line-height: 60px;}
.account-holder-post{margin-bottom: 40px; color: #1F3537; text-align: center; font-family: Besley; font-size: 18px; font-style: normal; font-weight: 400; line-height: 32px;}
.Uitloggen-btn{padding: 14px 20px; transition: all 0.3s; text-decoration: none; display: inline-block; text-align: center; min-height: 52px; min-width: 153px; border-radius: 26px; background-color: #1F3537; color:#FFF; font-family: Besley; font-size: 16px; font-style: normal; font-weight: 600; line-height: 24px; }
.Uitloggen-btn:hover{color: rgb(187, 187, 187);}
.Uitloggen-btn img{max-width: 100%; height: auto; vertical-align: middle; border: none; margin-left: 3px; max-width: 22px;}

.plan-popup-wr{display: none; z-index: 2; padding: 100px 20px 40px 20px; max-width: 1440px; width: 100%; margin: 0 auto; background-color: white; position: absolute; left: 0; right: 0; top:0;}
.plan-popup-outer{padding-top: 143px; max-width: 776px; width: 100%; margin: 0 auto;}
.plan-popup-outer h3{max-width: 702px; width: 100%; margin: 0 auto 24px auto; color: #1F3537; text-align: center; font-family: Besley; font-size: 40px; font-style: normal; font-weight: 400; line-height: 52px;}
.plan-popup-outer h3 span{position: relative; display: inline-block; padding: 5px 8px;}
.plan-popup-outer h3 span::after{transform: rotate(-2deg); content: ''; width: 100%; height: 100%; background-color:#B4F6CF; position: absolute; left: 0; right: 0; z-index: -1;}
.plan-popup-outer p{max-width: 596px; width: 100%; margin: 0 auto 120px auto; color: #1F3537; text-align: center; font-family: Besley; font-size: 18px; font-style: normal; font-weight: 400; line-height: 32px; }
.plan-popup-calender-wr{max-width: 776px; width: 100%; margin:0 auto;}
.plan-popup-main{max-width: 1440px; width: 100%; margin: 0 auto; position: relative;}
.popup-close-wr{width: 52px; height: 52px; cursor: pointer; position: absolute; left: 30px; top: -55px;}
.plan-popup-close-mob{display: none;}

.acc-form-wrapper{max-width: 702px; width: 100%; margin: 80px auto 40px auto; display: flex; flex-direction: column; gap: 40px;}
.acc-form-field-wrapper p{padding-left: 40px; color:#1F3537; font-family: Besley; font-size: 16px; font-style: normal; font-weight: 600; line-height: 150%; margin-bottom: 12px;}
.acc-form-input-wr{display: flex; align-items: center; justify-content: space-between; padding: 14px 15px 14px 40px; border-radius: 40px; background-color: rgb(31, 53, 55 , 0.05); max-width: 702px; width: 100%; margin: 0 auto;}
.acc-form-fname{display: inline-block; color: #1F3537; font-family: Besley; font-size: 24px; font-style: normal;  font-weight: 400; line-height: 36px; }
.Aanpassen-btn{transition: all 0.3s; cursor: pointer; padding: 14px 20px; display: inline-block; border-radius: 26px; background-color: white; color:#1F3537; font-family: Besley; font-size: 16px; font-style: normal; font-weight: 600; line-height: 150%;}
.Aanpassen-btn:hover{background-color: #1F3537; color: white;}
.Account-verwi-jderen-btn a{transition: all 0.3s; padding: 13px 21px; border-radius: 26px; border: 1px solid #1F3537; color: #1F3537; font-family: Besley; font-size: 16px; font-style: normal; font-weight: 600; line-height: 24px; }
.Account-verwi-jderen-btn a:hover{background-color: #1F3537; color: white;}
.Account-verwi-jderen-btn{margin-bottom: 80px; text-align: center;}
.account-page-nav-link li a{opacity: 0.5; transition: all 0.3s; color: #1F3537; font-family: Besley; font-size: 16px; font-style: normal; font-weight: 400; line-height: 24px; }
.account-page-nav-link li a:hover{color: #1F3537; opacity: 1;}
.account-page-nav-link {flex-wrap: wrap; display: flex; gap: 82px; justify-content: center; margin-bottom: 80px;}
.acc-page-bottom-title{ max-width: 210px; text-align: center; width: 100%; margin: 0 auto 132px auto; color: #1F3537; font-family: Besley; font-size: 48px; font-style: normal; font-weight: 400; line-height: 62px;}
.acc-page-bottom-title span{position: relative; padding: 0px 8px; display: inline-block;}
.acc-page-bottom-title span::after {transform: rotate(-2deg); content: ''; width: 100%; height: 100%; background-color: #B4F6CF; position: absolute; left: 0; right: 0; z-index: -1;}
.acc-page-bottom-logo{max-width: 102px; width: 100%; margin: 0 auto;}
.Aanpassen-btn img{display: none;}

.form-popup-oc-wr-outer{position: relative; max-width: 884px; width: 100%; margin: 0 auto; background-color: #FAF9F5; padding: 85px 90px 90px 90px;}
.form-popup-oc-wr-outer h4{margin-bottom: 40px; color:#1F3537; font-family: Besley; font-size: 32px; font-style: normal; font-weight: 400; line-height:48px;}
.oc-form-labal{display: inline-block; padding-left: 40px; margin-bottom: 12px; color:#1F3537; font-family: Besley; font-size: 16px; font-style: normal; font-weight: 600; line-height: 24px; }
.oc-form-input-field{width: 100%; padding: 19px 170px 19px 40px; outline: none; border: none; border-radius: 40px; background: #FFF; color: #1F3537; font-family: Besley; font-size: 28px; font-style: normal; font-weight: 400; line-height: 42px;}
.oc-form-submit-btn{background-position: 85% center; background-size: 23px; background-image: url(../images/popup-arrow-img.png); background-repeat: no-repeat; transition: all 0.3s; position: absolute; right: 15px; top: 50%; transform: translateY(-50%); padding: 14px 51px 14px 20px; cursor: pointer; border: none; border-radius: 26px; background-color:  #1F3537; color: #FFF; font-family: Besley; font-size: 16px; font-style: normal; font-weight: 600; line-height: 24px;}
.oc-form-submit-btn:hover{color: rgb(187, 187, 187);}
.co-form-field-wr {position: relative;}
.oc-form-pop-close-btn{ height: 52px; width: 52px; cursor: pointer; position: absolute; top: 20px; right: 20px;}
.form-popup-oc-wr {padding: 0 20px; position: fixed; top: 50%; left: 0; right: 0; transform: translateY(-50%); display: none; z-index: 99;}
.form-popup-oc-wr-overlay{display: none; height: 100%; width: 100%; position: absolute; top: 0; right: 0; bottom: 0; left: 0; background-color: rgb(255, 255, 255); opacity: 0.8; z-index: 12;}
/* ********************************************account-page-css-end**************************************** */


/* Exact online Popup */
.exact_online_popup, .single_exact_online_popup, .afas_online_popup, .afas_single_online_popup {
  position: absolute;
  z-index: 10000; /* 1 */
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100%;
}
.exact_online_popup.is-visible, .single_exact_online_popup.is-visible, .afas_online_popup.is-visible, .afas_single_online_popup.is-visible {
  visibility: visible;
}
.exact_online_popup.is-visible .exact_online-transition, .single_exact_online_popup.is-visible .exact_online-transition, .afas_online_popup.is-visible .afas_online-transition, .afas_single_online_popup.is-visible .afas_online-transition {
  transform: translateY(0);
  opacity: 1;
}
.exact_online-overlay, .afas_online-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: hsla(0, 0%, 0%, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.exact_online.is-visible .exact_online-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.exact_online-wrapper, .afas_online-wrapper {
  position: fixed;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
  background-color: #fff;
  box-shadow: 0 0 1.5em hsla(0, 0%, 0%, 0.35);
  padding: 25px;
}
.exact_online-transition, .afas_online-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}
.exact_online-header {
  position: relative;
  background-color: #fff;
  box-shadow: 0 1px 2px hsla(0, 0%, 0%, 0.06);
  border-bottom: 1px solid #e8e8e8;
}
.exact_online-close, .afas_online-close {
  position: absolute;
  top: 0;
  right: 0;
  padding: 1em;
  color: #aaa;
  background: none;
  border: 0;
}
.exact_online-close:hover, .afas_online-close:hover {
  color: #777;
}

/* Custom popup*/
.content_select {
  display: flex;
  justify-content: space-around;
  padding-top: 20px;
}

.connectact_btn {
  text-align: center;
  padding-top: 20px;
}

.addlink-close {

  top: -30px;
  padding: 0;
 
}
.addlink-close::after {
  content: "\f00d";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.mijin-icon-box {
  position: relative;
}
.mijin-icon-box .tooltiptext {
  visibility: hidden;
  width: 100px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  font-size: 10px;
}
.mijin-icon-box:hover .tooltiptext {
  visibility: visible;
}
.fav-application-box.disable, .hero-sliders-box .disable {
  opacity: 0.3;
  cursor: not-allowed;
}
.disablescroll{
  overflow: hidden;
}

/* Add By Ratan */
.popup-connect-account .oc-form-labal {
  display: inline-block;
  padding-left: 0;
  margin: 15px 0;
  color: #000;
  font-family: Geologica;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}
.popup-connect-account .ex-form-input-field {
  border-radius: 4px;
  border: 0.816px solid #E8E8E8;
  background: #FAFAFA;
  max-width: 100%;
  width: 100%;
  padding: 5px 10px;
  color: #000;
  font-family: Geologica;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
}
.popup-connect-account #copy_url {
  padding: 0;
  margin: 10px 0;
  font-weight: 600;
}
.popup-connect-account button.exact_online-close svg.icon-close.icon {
  display: none;
}

.popup-connect-account button.exact_online-close {
  padding: 0;
  top: 20px;
  right: 20px;
}
.popup-connect-account .exact_online-header {
  border: 1px solid transparent;
  box-shadow: none;
}
.exact_online-wrapper.exact_online-transition, .afas_online-wrapper.afas_online-transition {
  max-width: 700px;
  width: 100%;
  padding: 50px 95px;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);
}
.popup-connect-account #single_ex_connect, .popup-connect-account #ex_connect, .popup-connect-account #afas_connect, .popup-connect-account #afas_single_connect {
  border-radius: 22px;
  background: #FFE744;
  color: #000;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 13px 12px 12px 12px;
}
h3.popup_title {
  color: #000;
  text-align: center;
  font-family: Geologica;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
}
.popup-connect-account p {
  color: var(--Grey-3, #666665);
  text-align: center;
  font-family: Geologica;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  margin: 0;
  margin-top: 16px;
}
.body-popup-visible {
  overflow: hidden;
}
.single_exact_online_popup.is-visible, .exact_online_popup.is-visible, .afas_single_online_popup.is-visible {
  background: rgba(218, 218, 217, 0.90);
}

.popup-home-connect {
  max-width: 700px;
  width: 100%;
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05);

  top: 50%;
  left: 50%;
  margin-left: 0;
  transform: translate(-50%, -50%) !important;
}
.addlink-close::after{
  display: none;
}
.popup-home-connect .addlink-close.addlink_btn img {
  max-width: 40px;
  width: 100%;
  height: 100%;
}
.popup-home-connect .addlink-close {
  top: 0;
}
.popup-home-connect .addlink-header {

  box-shadow: none;
  border-bottom: 1px solid transparent;
}
.popup-home-connect .addlink-heading {
  color: #000;
  text-align: center;
  font-family: Geologica;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
}
.popup-home-connect .select2.select2-container {
  width: 100% !important;
  display: block;
}
.popup-home-connect .select2-container--default .select2-selection--single .select2-selection__rendered {
  border-radius: 4px;
  border: 0.816px solid #E8E8E8;
  background: #FAFAFA;
  padding: 10px 10px;
}
.popup-home-connect .select2-container--default .select2-selection--single {
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0;
  height: auto;
}
.popup-home-connect .content_select {

  flex-direction: column;
}
.content_select label {
  padding-bottom: 5px;
}
.content_select .select2-container--default .select2-selection--single .select2-selection__arrow {

  top: 0;

  bottom: 0;
  margin: auto;
}
.addlink-btn.is-visible, body.is-visible {
  background: rgba(218, 218, 217, 0.90);
}
.rotate180 img{
  transform: rotate(180deg);
}
.koppeling-popup .select2-container--default .select2-selection--single .select2-selection__arrow b{
  border: 1px solid transparent !important;
  background-image: url("../images/popup-drpdown.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  width: 10px !important;
  height: 7px !important;
  position: absolute;
  top: 10px;
  left: 0 !important;
}
.hubpost-img-box img {
  padding: 0 5px;
}
.exact_online-wrapper.exact_online-transition.popup-connect-account a {
  color: #666665;
}
.exact_online-wrapper.exact_online-transition.popup-connect-account .connectact_btn {
  text-align: justify;
}
.koppeling-popup button.addlink-close.addlink_btn img {
  max-width: 58px !important;
  width: 100%;
  height: 58px;
  min-height: 58px;
  max-height: 58px;
}
/* Add By Ratan */


/*G-Css start*/
/*01-03-2024 css start */
.navbar-expand-lg .navbar-nav .nav-link:hover{color: #000000B2 !important;}
div#navbarSupportedContent .nav-profile a:hover img{opacity: 0.7;}
div#navbarSupportedContent  .nav-btn button.primary:hover {background: #FFE744B2;border:none !important;}
div#navbarSupportedContent  .nav-btn button.primary:hover a.btn {border:1px solid transparent !important;}
.hero-slider-wrapper .hero-slider-outer .hero-sliders-box .hero-img{padding:0 7px;object-fit:contain;}


body .cus_fontGeoloica{ font-family: 'Geologica' !important;}
body .cus_fontWeight500{font-weight: 500;}

.hubspot-main-outer .hubspot-integrate-box  .verbondon-delete-img:hover{border: 1px solid #FFE744;}

/*G-Css end*/
form.cuex-form-wrapper label.login-form-feild {
  margin-bottom: 0;
  font-weight: 300;
}
.exact_online-wrapper.exact_online-transition.popup-connect-account .popup_title {
  color: #000;
  text-align: center;
  font-family: Geologica;
  font-size: 32px;
  font-weight: 500;
  line-height: 120%;
  margin: 0;
  max-width: 400px;
  width: 100%;
  margin-inline: auto;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable{
  background: #F0F0F0 !important;
}


/* add by farmina */
@media(max-width:767px){
  h3.popup_title {
  
    font-size: 25px;
  }
  button.exact_online-close img {
    max-width: 30px;
    width: 100%;
    height: 30px;
  }
  .popup-connect-account p {
   
    font-size: 14px;
    line-height: 23px;
    margin-top: 5px;
  }
 
  .exact_online-wrapper.exact_online-transition, .afas_online-wrapper.afas_online-transition {
    padding: 50px 25px !important;
}
.exact_online-wrapper.exact_online-transition, .afas_online-wrapper.afas_online-transition {
  
  max-height: 600px;
  overflow: scroll;
  /* top: 25px; */
}

.koppeling-popup button.addlink-close.addlink_btn img {
  
  height: 40px;
  min-height: 40px;
  max-height: 40px;
}
.popup-home-connect .addlink-heading {
  
  text-align: left;
  font-size: 25px;
}
.koppeling-popup .content_select {
  
  padding-top: 20px;
}
}
/* @media(max-width:475px){
  .exact_online-wrapper.exact_online-transition {
    top: 0px;
    
  }
} */

/* Filter Css */
.filterValSelected {
  display: flex;
  gap: 30px;
}
.filterValSelected p {
  background: #FAFAFA;
  margin: 0;
  padding: 17px 30px 17px 30px;
  border: 1px solid #E8E8E8;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px !important;
  color: #000;
}

/* 17-04-2024 header myaccound logo css */
header .nav-profile a {
  line-height: 0px !important;
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  margin: 0 !important;
}

header .nav-profile a img {
  height: 18px !important;
  width: 18px !important;
  object-fit: contain !important;
}

/* 17-04-2024 header myaccound logo css end*/