/*--__--__--__Fonts--__--__--__*/
@font-face {
    font-family: 'Geologica';
    src: url('/assets/Geologica-fonts/Geologica-Light.woff2') format('woff2'),
        url('/assets/Geologica-fonts/Geologica-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Geologica';
    src: url('/assets/Geologica-fonts/Geologica-Medium.woff2') format('woff2'),
        url('/assets/Geologica-fonts/Geologica-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
  }
  
  
  
  @font-face {
    font-family: 'Geologica';
    src: url('/assets/Geologica-fonts/Geologica-SemiBold.woff2') format('woff2'),
        url('/assets/Geologica-fonts/Geologica-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
  }
  
  @font-face {
    font-family: 'Geologica';
    src: url('/assets/Geologica-fonts/Geologica-Regular.woff2') format('woff2'),
        url('/assets/Geologica-fonts/Geologica-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
  }
  
  
  
  
   span.select2-dropdown.select2-dropdown--below {
    min-width: 280px !important;
    padding: 0 10px;
    box-shadow: 0px 5px 10px 0px #0000000D;
    border: 1px solid transparent;
    border-radius: 8px;
  }
  /* .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    background: #FAFAFA;
  }
  span.select2-dropdown.select2-dropdown--below ::-webkit-scrollbar {
    width: 10px;
    margin: 10px 0;
  }
  
  span.select2-dropdown.select2-dropdown--below ::-webkit-scrollbar-track {
    background: #F8F8F7; 
    border-radius: 3px;
    
  }
  
  span.select2-dropdown.select2-dropdown--below ::-webkit-scrollbar-thumb {
    background: #000000; 
    border-radius: 3px;
    height:69px;
    width:3px !important;
    border-width:3px  !important;
  }
  
  span.select2-dropdown.select2-dropdown--below ::-webkit-scrollbar-thumb:hover {
    background: #000000;
  } */
  
  .select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    background: #FAFAFA;
  }
  .select2-results__option--highlighted{position: relative;}
  .select2-results__option--highlighted::after{
    content: "";
    background: url("/assets/images/selectdropdown-arrow.svg") !important;
    width: 15px;
    height: 11px;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: cover !important;
    position: absolute !important;
    top: 14px;
    right: 7px;
  } 
  .select2-results__options::-webkit-scrollbar {
    width: 6px;
    height: 69px;
  }
  
  .select2-results__options::-webkit-scrollbar-track {
    background: #F8F8F7;
    /* background-color: red; */
    border-radius: 8px;
  }
  
  .select2-results__options::-webkit-scrollbar-thumb {
    background: #000000;
    border-radius: 8px;
  }
  
  .select2-results__options::-webkit-scrollbar-thumb:hover {
    background: #000000;
    border-radius: 8px;
  }
  
  .select2-container--default .select2-results>.select2-results__options {
    
    margin: 5px 0 10px 0;
  }
  
  
  
  
  * { box-sizing: border-box; -webkit-box-sizing: border-box; } 
  body { margin: 0; padding: 0; font-size: 16px; line-height: 1.56; font-weight: 300; overflow-x: hidden;  font-family: 'Geologica'; background-color: #FFFFFF; color: #000000; } 
  /*--_--_-_--_---_---_-- Title Tag --_--_--_---_--_--*/ 
  h1, h2, h3, h4, h5, h6 { margin: 0; padding: 0; } 
  h1, .h1 { font-size: 40px; line-height: 1.2; } 
  h2, .h2 { font-size: 32px; line-height: 1.2; } 
  h3, .h3 { font-size: 24px; line-height: 1.2; } 
  h4, .h4 { font-size: 20px; line-height: 1.25; } 
  h5, .h5 { font-size: 18px; line-height: 1.39; } 
  h6, .h6 { font-size: 14px; line-height: 1.2; } 
  /*--_--_-_--_---_---_-- Title Tag --_--_--_---_--_--*/ 
  
  img { max-width: 100%; height: auto; border: none; vertical-align: middle; } 
  p { margin: 0; } 
  * + h1, * + h2 { margin-top: 25px; } 
  * + h3, * + h4 { margin-top: 20px; } 
  * + h5, * + h6 { margin-top: 22px; } 
  * + p { margin-top: 20px; } 
  ul, ol { list-style: none; padding: 0; margin: 0; } 
  a { text-decoration: none; transition: all ease 0.3s; -webkit-transition: all ease 0.3s; display: inline-block; } 
  
  /* Slider */ 
  .slick-loading .slick-list { background: #fff url("../images/ajax-loader.gif") center center no-repeat; } 
  label:not(.form-check-label):not(.custom-file-label) {
    font-weight: normal;
  }
  /*_-_--_---_---_-- button --_--_--_---_-*/ 
  
  button.primary { background: #FFE744;  transition: all 0.3s ease; padding: 0; } 
  button.primary a.btn { font-size: 16px; border-radius: 22px; border: 1px solid transparent; font-style: normal; padding: 11px 32px; font-weight: 500; line-height: normal; color: #000000; transition: all 0.3s ease; } 
  button.primary:hover { background: transparent; } 
  button.primary:hover a.btn { color: #000000; border: 1px solid #000000; }
  select{ color: rgb(0 0 0);}
  
  
  /* Header Start */
  .container { max-width: 1219px; width: 100%; margin: 0 auto; padding: 0 20px; } 
  nav.navbar { padding: 0; } 
  header { padding: 58px 0; } 
  .nav-plus { display: inline; padding-right: 12px; } 
  button.primary {     border-radius: 22px; border: transparent; } 
  .nav-plus .fa { font-size: 12px; } 
  ul.navbar-nav a.nav-link { font-size: 18px; line-height: 1.39; font-style: normal; font-weight: 500; padding: 0; } 
  .navbar-expand-lg .navbar-nav .nav-link { padding: 0; color: #000000; } 
  .nav-btn { padding-left: 36px; } 
  .navbar-nav li { padding-right: 40px; } 
  .navbar-nav li:last-child { padding-right: 0; } 
  .nav-btn { display: flex; flex-wrap: wrap; align-items: center; } 
  .nav-profile { border: 1px solid #E8E8E8; cursor: pointer; transition: all 0.3s ease-in; width: 43px; height: 43px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; border-radius: 100%; margin-left: 20px; } 
  .navbar-expand-lg .navbar-nav .nav-link:hover { color: #F8761F; } 
  .nav-logo img { max-width: 42px; width: 100%; height: 53px; min-height: 53px; max-height: 53px; } 
  .nav-btn button.primary a.btn { padding: 11px 31px; } 
  .nav-profile:hover { background: #fff; } 
  .Verbonden-accounts-bottom-btn button.primary:hover a.btn { color: #fff; border: 1px solid #000000; } .drop-down.deal-cont.prim { padding: 0; padding-left: 12px; padding-right: 15px; }
  /* Header End */
  h1.repeat-h1 { font-size: 32px; line-height: 38.4px; } h1.tabing-h1 { font-size: 24px; line-height: 28.8px; } .tabings-drp-down { position: relative; padding-left: 8px; } .tabings-drp-down { display: flex; align-items: center; } .tabings-drp-down select#language { max-width: unset !important; width: unset !important; padding: 0 !important; appearance: none; position: relative; padding-left: 14px !important; padding-right: 26px !important; cursor: pointer; line-height: 15px !important; }  span.select-arr img { max-width: 8px; width: 100%; }
  /* Page 1 */
  header .collapse.navbar-collapse { justify-content: end; } 
  .hero-slider-wrapper { position: relative; background: linear-gradient(90deg, rgba(218, 218, 217, 0.4) 0%, rgba(218, 218, 217, 0.4) 50%, #f7f7f7 50%); border-top: 1px solid #E8E8E8; border-bottom: 1px solid #E8E8E8;
  } 
  .hero-img { box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.0509803922); background: #FFFFFF; width: 56px; height: 56px; border-radius: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 0 auto; } 
  .hero-slider-outer { display: flex; align-items: center; } 
  .hero-sliders-box { width: calc(100% - 76px); padding: 23px 40px 17px 40px; } 
  .hero-slider-img-last { background: #000000; width: 76px; height: 76px; position: relative; border-radius: 100%; cursor: pointer; margin: 22px 0; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; } 
  .hero-color-outer { display: flex; flex-wrap: nowrap; background: #f7f7f7; justify-content: end;  width: calc(100% - 120px);} 
  .hero-slider-img-1 { height: 100%; padding: 23px 0 17px 0; width: 120px;} 
  .hero-slider-wrapper .container { max-width: 971px; width: 100%; } 
  .hero-slider-first-outer { display: flex; flex-wrap: wrap; align-items: center; width: 100%; justify-content: space-between;} 
  .hero-sec-img { position: relative; margin-right: -17px;} 
  .hero-sliders-box .slick-prev.slick-disabled:before, .hero-sliders-box .slick-next.slick-disabled:before { opacity: 1; } 
  .hero-slider-titles p { font-size: 10px; text-align: center; line-height: 1.2; font-weight: 500; color: #666665; padding-top: 12px; } 
  .meet-info-wrapper { padding-top: 120px; padding-bottom: 120px; } 
  .meet-info-title h1 { font-weight: 500; } 
  .meet-info-outer { text-align: center; } 
  .meet-info-content p { font-weight: 300; max-width: 619px; width: 100%; margin: 0 auto; padding-top: 40px; color: #666665; } 
  .meet-info-inner-outer { background: #F0F0F0; max-width: 360px; width: 100%; margin: 0 auto; margin-top: 60px; min-height: 180px; align-items: center; border-radius: 90px; box-shadow: 0px 20px 40px 0px rgba(0, 0, 0, 0.05); display: flex; flex-wrap: wrap; justify-content: space-between; } 
  .meet-info-inner-box { width: 50%; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding-left: 52px; } 
  .meet-info-plus { width: 50%; background: #F8F8F7; min-height: 180px; border-radius: 0px 90px 90px 0px; padding-right: 52px; display: flex;
  flex-wrap: wrap; justify-content: center; align-items: center;} 
  .meet-info-arrow .fa.fa-arrows-h { color: #fff; font-size: 28px; margin: 0 auto; text-align: center; padding-left: 3px; padding-top: 3px; } 
  .meet-info-plus span { background: #000; width: 76px; height: 76px; border-radius: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; cursor: pointer; margin-left: auto; } 
  .meet-info-arrow { background: #000000; width: 34px; height: 34px; border-radius: 100%; margin-right: -17px; z-index: 1; }
  .meet-info-small-content p { text-align: center; padding-top: 38px; position: relative; line-height: 1.5; } 
  .meet-info-small-content { max-width: 392px; width: 100%; margin: 0 auto; } 
  .bg-yellow-bottom { max-width: 120px; width: 100%; height: 7px; background: #FFE744; display: inline; position: absolute; bottom: 5px; right: 5px; z-index: -1; } 
  span.meet-info-weight { font-weight: 600; font-family: sans-serif; position: relative; } 
  .fav-application-box { border-radius: 4px; background: #F8F8F7; padding: 32px; min-height: 140px; } 
  .fav-application-inner-box { display: flex; flex-wrap: wrap; align-items: center; } 
  .fav-application-box-outer { display: grid; grid-template-columns: 2fr 2fr 2fr; gap: 20px; } 
  .fav-application-hub-title { padding-bottom: 60px; } 
  .fav-application-detail p { margin-top: 5px; color: #666665; } 
  .fav-application-detail { padding-left: 32px; } 
  .fav-application-img { background: #fff; min-width: 76px; height: 76px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; border-radius: 100%; } 
  .fav-application-img.bg-balck { background-color: #000000; } .fav-application-hub-wrapper { padding-bottom: 202px; } .hubpot-integrate-wrapper { padding-bottom: 200px; } 
  .hubspot-btn-outer .nav-btn { padding-left: 0; } 
  .hubspot-integrate-box { border-radius: 4px; border: 1px solid #E8E8E8; display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding: 32px; min-height: 140px; } 
  .hubspot-integrate-images-outer { display: flex; flex-wrap: wrap; } 
  .hubspot-first-box { display: flex; flex-wrap: wrap; align-items: center; } 
  .hubpost-img-box { border: 1px solid #E8E8E8; border-radius: 100%; width: 76px; height: 76px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; } 
  .hubpost-img-box:first-child { margin-right: 20px; } 
  .hubspot-integrate-box + .hubspot-integrate-box { margin-top: 20px; } 
  .hubspot-blank-box { display: flex; flex-wrap: wrap; justify-content: center; align-items: center; } 
  .hubspot-blank-box p { margin: 0; font-weight: 500; padding-left: 12px; } 
  .hubspot-integrate-box.blank-boxes { justify-content: center; } 
  .mijin-toggle-btn .toggle-button-cover { display: table-cell; position: relative; width: 200px; height: 140px; box-sizing: border-box; }
  .nav-profile a { margin-top: -3px;}
  header.synchro-head { display: none;}
  .Verbonden-accounts-bottom-btn.wiji-btn.account-wizing-btn a.btn { font-size: 16px; line-height: 20px; padding: 11px 31.8px !important; } 
  .Verbonden-accounts-bottom-btn.single-btn.Verbind-btn a.btn { font-size: 16px; line-height: 20px; padding: 11px 32.6px !important; } 
  .Verbonden-accounts-bottom-btn.last-btn.hulp-btn a.btn { line-height: 17.5px; }
  .maping-selec select#language {
    padding-left: 0 !important;
    /* margin-left: 32px; */
  }
  span.select2-dropdown.select2-dropdown--below {
    min-width: 250px;
  }
  .koppeling-popup {
    padding: 50px 20px 50px 20px !important;
  }
  .koppeling-popup .content_select {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    padding-top: 40px;
  }
  .koppeling-popup .content_select label {
    padding-bottom: 12px;
  }
  .koppeling-popup .connectact_btn {
    text-align: end;
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
  }
  /* Pagg-1 */
  
  /* Page-2 */
  .Tabing-wrapper .tabs .mijin-toggle .toggle { position : relative ; display : inline-block; width : 77px; height : 40px; background-color: #000000; border-radius: 30px; border: 2px solid #000000; cursor: pointer; } 
  .Tabing-wrapper .tabs .toggle:after { content: ''; position: absolute; width: 28px; height: 28px; border-radius: 50%; background-color: #FFFFFF; top: 4px; left: 6px; transition:  all 0.5s; } 
  .checkbox:checked + .toggle::after { top:5px; right : 42px; } 
  .checkbox:checked + .toggle { background-color: #000000; } 
  .checkbox { display : none; } .mijin-toggle p { color: #fff; font-size: 14px; margin: 0; font-style: normal; font-weight: 500; line-height: 25px; position: absolute; top: 6px; left: 11px; } 
  .mijin-toggle span { display: block; position: absolute; top: 6px; right: 9px; color: #fff; font-size: 14px; font-style: normal; font-weight: 500; line-height: 25px; } 
  .mijin-icon-box-outer { display: flex; flex-wrap: wrap; align-items: center; padding-left: 170px;} 
  .mijin-icon-dropDown-img { padding-right: 51px; } 
  .mijin-icon-box { padding-right: 20px; } 
  .mijin-icon-box:last-child { padding-right: 0; } 
  .Mijn-koppelingen-wrapper-box .fav-application-hub-title { padding-bottom: 40px; } 
  .Mijn-koppelingen-bottom-title { display: flex; flex-wrap: wrap; padding-bottom: 20px; max-width: 841px; width: 100%;
    justify-content: space-between;} 
  /* .Mijn-koppelingen-sec-title { padding-left: 629px; }  */
  .Mijn-koppelingen-wrapper-box { border-top: 1px solid #E8E8E8; padding-top: 120px; }
  .Mijn-koppelingen-wrapper-box .hubspot-integrate-box{ justify-content: unset;}
  .mijin-toggle {
    padding-left: 39px;
    display: flex;
      flex-wrap: wrap;
      justify-content: center;
      align-items: center;
  } 
  .Mijn-koppelingen-wrapper-box .hubspot-integrate-box.blank-boxes {
    justify-content: center;
  }
  .Tabing-wrapper .tabs .checkbox:checked ~ label.toggle {
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
    color: #000;
  }
  .Tabing-wrapper .tabs .checkbox:checked ~ label.toggle p{
    color: #000;
  }
  .Tabing-wrapper .tabs .checkbox:checked ~ label.toggle span{
    color: #000;
  }
  .hubspot-integrate-box .checkbox:checked ~ label.toggle {
    background: #F0F0F0;
    border: 1px solid #F0F0F0;
    color: #000;
  }
  .hubspot-integrate-box  .checkbox:checked ~ label.toggle span{
    color: #000;
  }
  .drop-down.topics p {
    line-height: 20px;
  }
  .drop-down.deal-cont p {
    line-height: 20px;
  }
  .drop-down.default p {
    line-height: 20px;
  }
  .mijin-icon-box.sec img {
    max-width: 19px;
    width: 100%;
  }
  .mijin-icon-box.third img {
    max-width: 16px;
    width: 100%;
    height: 10px;
  }
  .mijin-icon-box.four img {
    max-width: 20px;
    width: 100%;
  }
  .mijin-icon-box.five img {
    max-width: 17px;
    width: 100%;
  }
  .Mijn-koppelingen-bottom-title.mijin-update {
    max-width: 600px !important;
    width: 100%;
  }
  /* .tab-content .checkbox:checked + .tab-content .toggle::after {
    right: 42px;
  }
  .tab-content  .toggle:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #FFFFFF;
    top: 4px;
    right: 6px;
    transition: all 0.5s;
  }
  .tab-content  .mijin-toggle span {
    display: block;
    position: absolute;
    top: 6px;
    right: 9px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
  } */
  
  /* Test */
  
  /* Test */
  /* Page 2 End */
  
  /* Page 3 Start */
  .Verbonden-accounts-bottom-btn { text-align: center; padding-top: 120px; } 
  .Verbonden-accounts-bottom-btn button.primary a.btn { font-size: 14px; line-height: 1.2; } 
  .Verbonden-accounts-bottom-btn button.primary { background: transparent; border: 1px solid #B1B2B0; } 
  .Verbonden-accounts-bottom-btn button.primary:hover{ background-color: #000000; border:1px solid #000000 } 
  .Verbonden-accounts-wrapper .Verbonden-accounts-bottom-btn { padding-top: 0; padding-right: 20px; } 
  .Verbonden-accounts-wrapper .Verbonden-accounts-bottom-btn:last-child{ padding-right: 0; } 
  .verbondon-delete-img { border-radius: 22px; border: 1px solid #E8E8E8; width: 56px; height: 40px; display: flex; flex-wrap: wrap; justify-content: center;  transition: all 0.3s ease;} 
  .verbondon-delete-img img {
    margin-top: 9px;
  }
  .verbondon-delete-img:hover {
    background: #FFE744;
  }
  .verbondon-delete-img img {
    max-width: 17.1px;
    width: 100%;
  }
  .Verbonden-accounts-bottom-btn.hulp-bij a.btn {
    padding: 11px 25px !important;
    line-height: 17.5px !important;
  }
  .fav-application-hub-wrapper.verbondon-wrap {
    padding-bottom: 197px;
  }
  .verbondon-accounts-mid-box { display: flex; flex-wrap: wrap; justify-content: end; align-items: center;} 
  .Verbonden-accounts-wrapper .mijin-icon-dropDown-img { padding-right: 49px; } 
  .Verbonden-accounts-wrapper .hubpost-img-box:first-child { margin-right: 0; } 
  .Verbonden-accounts-wrapper .Verbonden-accounts-bottom-btn:last-child { padding-right: 20px; } .Verbonden-accounts-wrapper .mijin-toggle { padding-right: 20px; } 
  /* .Verbonden-accounts-wrapper .Mijn-koppelingen-sec-title { padding-left: 455px; } */
  .Verbonden-accounts-wrapper .mijin-icon-box-outer{
    padding-left: 0px;
  }
  .Verbonden-accounts-wrapper  .hubspot-integrate-box {
    justify-content: space-between;
  }
  .Verbonden-accounts-wrapper .Verbonden-accounts-bottom-btn:last-child{
    padding-right: 0;
  }
  .Verbonden-accounts-wrapper .mijin-toggle {
    padding-left: 20px;
  }
  .Verbonden-accounts-wrapper button.primary a.btn {
    padding: 11px 24px;
  }
  .Verbonden-accounts-bottom-btn button.primary a.btn {
    padding: 11px 24px;
  }
  .Verbonden-accounts-bottom-btn.sec-btn button.primary a.btn {
    padding: 11px 25px;
  }
  /* Page 3 End */
  
  /* Page 4 Start */
  .accounts-verbinden-main-title { text-align: center; padding-bottom: 40px; } 
  .accounts-verbinden-innerBox { display: flex; flex-wrap: wrap; align-items: center; padding: 22px 49px 22px 49px; } 
  .accounts-verbinden-title { padding-left: 16px; } 
  .accounts-verbinden-box { background: #F8F8F7; border-radius: 4px; max-width: 578px; width: 100%; /* padding: 22px 49px 28px 49px; */ min-height: 200px; margin: 0 auto; } 
  .accounts-verbinden-bottom-btn-inner button.primary { background: #000; border: 1px solid transparent;} 
  .accounts-verbinden-bottom-btn-inner button.primary a.btn{ color: #FFFFFF; } 
  .accounts-verbinden-bottom-btn-one .Verbonden-accounts-bottom-btn{ padding-top: 0; text-align: left; } 
  .accounts-verbinden-bottom-btn-one { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; padding-top: 28px; } 
  .accounts-verbinden-bottom { background: #F0F0F0; padding: 28px 49px 28px 49px; border-radius: 0 0 4px 4px; } 
  .accounts-verbinden-box .nav-plus { padding-right: 8px; } 
  .accounts-verbinden-box.sec .accounts-verbinden-img { background: #fff; box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.0509803922); width: 56px; height: 56px; border-radius: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; } 
  .account-verbinden-hash-arrow { text-align: center; padding-top: 29px; padding-bottom: 22px; } 
  .accounts-verbinden-wrapper .accounts-verbinden-bottom-btn-one { justify-content: space-between; padding-top: 0px; } 
  .accounts-verbinden-wrapper { padding-top: 120px; padding-bottom: 200px; } 
  .accounts-verbinden-main-title p { color: #666665; font-size: 16px; line-height: 25px; font-weight: 300; max-width: 615px; width: 100%; margin: 0 auto; padding-top: 40px; }
  .accounts-verbinden-bottom button.primary a.btn { padding: 11px 28px; } 
  .Verbonden-accounts-bottom-btn button.primary a.btn { padding: 13px 35px; } 
  .accounts-verbinden-box.sec .accounts-verbinden-innerBox { padding: 23px 50px 21px 50px; } 
  .accounts-verbinden-box.sec .accounts-verbinden-bottom { padding: 28px 49px 28px 49px; } 
  /* replace this above */
  .accounts-verbinden-box.sec .accounts-verbinden-bottom-btn-one { justify-content: center; } 
  .accounts-verbinden-bottom-btn-one.mid { justify-content: center; padding-top: 40px; } 
  .accounts-verbinden-bottom-btn-one.mid button.primary a.btn { padding: 11px 26px; } 
  .Verbonden-accounts-bottom-btn button.primary a.btn { padding: 13px 25px; } 
  .accounts-verbinden-bottom-btn-inner button.primary:hover { background: transparent; } 
  .Verbonden-accounts-bottom-btn.single-btn button.primary a.btn { padding: 13px 48px; } 
  .Verbonden-accounts-bottom-btn.last-btn button.primary a.btn { padding: 11px 25px; }
  .accounts-verbinden-bottom-btn-inner button.primary .nav-plus path {
    transition: stroke 0.3s ease; 
  }
  
  .accounts-verbinden-bottom-btn-inner button.primary:hover .nav-plus path {
    stroke: #000000;
  }
  .accounts-verbinden-bottom-btn-inner button.primary:hover a.btn{
    color: #000000;;
    border: 1px solid #B1B2B0;
  }
  /* Page 4 End */
  
  /* Page 5 Start */
  .synchroniseren-outer { display: flex; flex-wrap: wrap; align-items: center; /* justify-content: center; */ } 
  .synchroniseren-title p { color: #666665; margin-top: 0; margin-top: 20px; } 
  .synchroniseren-title span {padding-top: 15px; color: #000; font-weight: 500; display: block; } 
  .synchroniseren-title { padding-left: 54px; } 
  .synchroniseren-wrapperr .accounts-verbinden-box { padding: 42px 40px 45px 55px; } 
  .synchroniseren-wrapperr .accounts-verbinden-box + .accounts-verbinden-box { margin-top: 20px; } 
  .synchroniseren-wrapperr {padding-top: 120px; padding-bottom: 200px; }
  .synchroniseren-wrapperr .accounts-verbinden-main-title { padding-bottom: 60px;}
  .Verbonden-accounts-bottom-btn.sync-hulp-btn a.btn { padding: 11px 25px !important; line-height: 17.5px; font-size: 14px !important; } 
  .filter-content-head { padding-bottom: 24px; }
  /* Page 5 End */
  
  
  /* Page 6 Start */
  .sub-header-outer { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; } 
  .sub-header-outer button.primary a.btn { padding: 11px 33px; } 
  .sub-header-wrapper .Verbonden-accounts-bottom-btn { padding-top: 0; } 
  .sub-header-mid { display: flex; flex-wrap: wrap; align-items: center; /* max-width: 295px; width: 100%; margin: 0 auto; */ justify-content: center; } 
  .sub-header-wrapper { /* background: linear-gradient(90deg, rgba(218, 218, 217, 0.4) 0%, rgba(218, 218, 217, 0.4) 48.1%, #f7f7f7 46%); */ padding: 23px 0 17px 0; border-top: 1px solid #E8E8E8; border-bottom: 1px solid #E8E8E8; position: relative; } 
  .sub-header-wrapper::before{ content: ""; background: #f0f0f0; width: 50%; height: 100%; position: absolute; top: 0; left: 0; } 
  section.sub-header-wrapper > .container { z-index: 11; position: relative; } 
  .sub-header-wrapper::after{ content: ""; background: #f7f7f7; width: 50%; height: 100%; position: absolute; top: 0; right: 0; } 
  .sub-header-mid { margin-left: 71px; } 
  .Verbonden-accounts-bottom-btn.last-btn.hulp-btn.account-help a.btn { font-size: 14px !important; line-height: 17.5px !important; padding: 10.6px 24.7px !important; } 
  .sub-header-img.last { box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.0509803922); background: #fff; width: 56px; height: 56px; border-radius: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; } 
  .sub-header-img.midle { padding-right: 46px; } 
  .sub-header-mid-inner.first { padding-right: 45px; } 
  .sub-header-img-cont p { color: #666665; font-size: 10px; line-height: 12px; font-weight: 500; padding-top: 12px; } 
  .sub-header-left-side button.primary a.btn { padding: 13px 35px; }
  /* Page 6 End */
  
  /* Tabing Start */
  .tabing-pane-one-outer { padding-top: 109px; } 
  .tab-first-pane-mid-drpdown.bottom-drop.lang-drop-down { line-height: 24px !important; } 
  .tabing-pane-drpdown-first.two { max-width: 421px; width: 100%; } 
  .tabing-pane-drpdown-first { border-radius: 8px; border: 1px solid #E8E8E8; background: #FAFAFA; display: flex; flex-wrap: wrap; padding: 0px 10px; align-items: center; max-width: 423px; width: 100%; min-height: 60px; } 
  .tabing-pane-drpdown-sec { padding-left: 16px; } 
  .tabing-pane-one-title { padding-bottom: 22px; } 
  .tab-first-pane-mid-drpdown { border-radius: 8px; border: 1px solid #E8E8E8; background: #FAFAFA; min-height: 60px; display: flex; align-items: center; max-width: max-content; width: 100%; justify-content: center; padding-right: 9px; padding-left: 15px; } 
  .Tabing-wrapper { padding-bottom: 200px; padding-top: 13px; } 
  select#language { border: none; background: transparent; padding-left: 5px; max-width: 65px; width: 100%; font-weight: 500; font-size: 16px; line-height: 25px !important; } 
  .tabing-pane-drpdown-outer { display: flex; flex-wrap: wrap; } 
  .tab-first-pane-mid-drpdown { margin:  0 20px; } 
  .border-tabing { position: relative; } 
  .border-tabing::after { content: ""; background: #E8E8E8; width: 100%; height: 1px; position: absolute; bottom: -34px; left: 0; } 
  .border-tabing::before { content: ""; background: #E8E8E8; width: 100%; height: 1px; position: absolute; top: 86px; left: 0; } 
  .Tabing-wrapper ul.nav.nav-tabs { padding: 16px 0; justify-content: center; } 
  .tabinig-main-titles-box { text-align: center; } 
  .tab-pane-first-bottom-titles { padding-top: 20px; } 
  .tab-pane-first-bottom-titles p { margin-top: 12px; color: #666665; } 
  .tab-first-pane-mid-drpdown.bottom-drop select { max-width: 280px; width: 100%; padding: 0; padding-right: 23px; margin: unset; margin-top: 20px; margin: 0; height: 50px; line-height: 24px !important; } 
  .tab-first-pane-mid-drpdown.bottom-drop.lang-drop-down { height: 50px; max-width: 285px; width: 100%; margin: 0; margin-top: 20px; margin-bottom: 16px; } 
  :focus-visible{ outline: transparent; } 
  .tab-pan-p p { font-size: 14px; line-height: 25px; margin-top: 16px; }
  .search-outer-dropBox-Wrap .tab-first-pane-mid-drpdown.bottom-drop.search-outer-drop {
    margin: 0;
      height: 100%;
      /* border: 1px solid #E8E8E8; */
      margin-left: 15px;
      padding: 0 20px;
   } 
  .tab-first-pane-mid-drpdown.bottom-drop.search-outer-drop.maping-selec.mapping_filter select#language {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("/assets/images/arrow-two.png");
    background-repeat: no-repeat;
    background-size: 11px 7px;
    background-position: center right;
    padding-right: 25px;
  }
  .tab-first-pane-mid-drpdown.bottom-drop.search-outer-drop.maping-selec.mapping_filter .language-open {
    background: url("/assets/images/arrow-one.png") !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-repeat: no-repeat !important;
    background-size: 11px 7px !important;
    background-position: center right !important;
    padding-right: 25px !important;
  }
  .sales_order_filter_section .form-control{
    border: 1px solid #e8e8e8 !important;
  }
  .tab-first-pane-mid-drpdown.bottom-drop select#language { max-width: 280px; width: 100%; padding: 0 30px 0 10px !important; } 
  .search-outer { padding-top: 40px; } 
  .search-outer .wrap { padding-top: 0px; } 
  .search { border-radius: 8px; border: 1px solid #E8E8E8; background: #FAFAFA; max-width: 280px; width: 100%; min-height: 50px; display: flex; /* flex-wrap: wrap; */ justify-content: space-between; padding: 11px 17px; } 
  .search-outer input:focus, .search-outer select:focus, .search-outer textarea:focus, .search-outer button:focus { outline: none; } 
  .search-outer ::placeholder{ color: #000000 ; font-weight: 500; } 
  /* ::-moz-placeholder{ color: #000000 !important; font-weight: 500; } */ 
  ::-moz-placeholder { color: #000000 !important; font-weight: 500; opacity: 1; } 
  .inner-tab-Cont h5 { color: #000; }
  .inner-tab-mid h5{ color: #000; }
  input.searchTerm { background: transparent; border: transparent; } 
  button.searchButton { background: transparent; border: transparent; padding: 0; } 
  .filter-select { max-width: 981px; width: 100%; } 
  .search-outer-dropBox-Wrap { display: flex; flex-wrap: wrap; align-items: center; padding-bottom: 40px; } 
  .tabing-pane-drpdown-img img { max-width: 40px; width: 100%; } 
  .tab-first-pane-mid-drpdown.bottom-drop.search-outer-drop { max-width: fit-content; padding: 0; margin: unset; margin-top: 0; margin-bottom: 0; min-height: 25px; background: transparent; border: transparent; } 
  .tab-first-pane-mid-drpdown.bottom-drop.search-outer-drop select#language { padding-left: 32px; /* margin-left: 32px; */ } 
  .inner-tabs-main-wrapper .btn-primary { color: #000; border-radius: 8px 8px 0px 0px; background: #FAFAFA; border: 1px solid #E8E8E8; max-width: 980px; width: 100%; min-height: 80px; padding: 11px 30px; } 
  .inner-tabs-outer-img { display: flex; flex-wrap: nowrap; align-items: center; } 
  .inner-first-tab-box { display: flex; flex-wrap: wrap; align-items: center; } 
  .inner-tab-Cont { padding-right: 43px; } 
  /* .inner-tabs-outer-img.last { padding-left: 91px; } */ 
  .inner-tab-mid { padding-left: 16px; } 
  .inner-tabs-main-wrapper { padding-top: 40px; } 
  .multi-collapse .card-body { max-width: 980px; width: 100%; border-radius: 0; border: 1px solid #E8E8E8; padding: 20px 50px; } 
  .multi-collapse .card-body:last-child { border-radius: 0px 0px 8px 8px; } 
  .card-body-inners { display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; } 
  .card-body-first-part { display: flex; align-items: center; } 
  .tab-four-tab-table  .drop-down.deal-cont.prin { padding-left: 62px; } 
  .card-body-toggle .toggle { width: 68px; height: 35px; } 
  .card-body-toggle .toggle:after { width: 24px; height: 24px; } 
  .card-body-toggle .mijin-toggle p { font-size: 12px; line-height: 22px; } 
  .card-body-toggle .mijin-toggle span{ font-size: 12px; line-height: 22px; } 
  .card-body-mid-part { display: flex; } 
  .tabs .card-body-toggle .checkbox:checked + .toggle::after { right: 40px; } 
  .tabs-container-one { max-width: 1080px; width: 100%; margin: 0 auto; border-bottom: 1px solid #E8E8E8; } 
  .card-body-opetion { display: flex; } 
  /* .card-body-first-part .drop-down { padding-left: 62px; } */ 
  /* .card-body-mid-part .drop-down { padding-left: 62px; } */ /* .drop-down.default { padding-left: 132px; } */ 
  .synchroniseren-title.last { padding-left: 32px; } 
  .card-body-opetion .tab-first-pane-mid-drpdown.bottom-drop.search-outer-drop select#language { padding-left: 0; max-width: 85px; width: 100%; height: 34px; border-radius: 19.606px; border: 1px solid #B1B2B0; padding: 0; font-size: 12px; line-height: 15px; padding-left: 12px; padding-right: 11px; } 
  .card-body-opetion .tab-first-pane-mid-drpdown.bottom-drop.search-outer-drop { max-width: 85px; width: 100%; padding: 0; height: 34px; padding: 0; display: inline; } 
  .card-body-toggle .mijin-toggle { padding-left: 17px; } 
  .inner-tabs-main-wrapper .card.card-body:nth-child(even) { background: #FAFAFA; border-radius: 0; } 
  .multi-collapse .card-body:nth-child(odd) { border-radius: 0; background: #FAFAFA; } 
  .blnk-tab { display: flex; } 
  .blank-tab-content { padding-left: 12px; } 
  .blank-tab-content p { font-weight: 500; }
  .Tabing-wrapper .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active { color: #495057; border: transparent; border-bottom: 5px solid #000 } 
  .Tabing-wrapper .nav-tabs .nav-link { font-size: 14px; line-height: 16.8px; color: #000; padding-bottom: 16px; } 
  .Tabing-wrapper .nav-tabs .Tabing-wrapper .nav-item.show .Tabing-wrapper .nav-link, .Tabing-wrapper .nav-tabs { border: transparent; } 
  .Tabing-wrapper li.nav-item { padding-right: 32px; } 
  .card-body-toggle.tabig-toggle label.toggle { width: 68px !important; height: 35px !important; padding: 0 0 0 0; } 
  .Tabing-wrapper .tabs .card-body-toggle.tabig-toggle .checkbox:checked + .toggle::after { right: 36px; } 
  .card-body-toggle.tabig-toggle .toggle:after { content: ""; width: 24px; height: 24px; }
  
  /* H CSS */
  .tab-inner { padding-top: 109px; } 
  .tab-third-body-btn button.primary a.btn { padding: 11px 25px; } 
  .filter-select .custom-form select { padding: 13px 23px } 
  .tab-inner p { font-weight: 300; line-height: 25px; color: #666665; margin-bottom: 20px; max-width: 980px; width: 100%; } 
  .all-opo-warpper input[type="text"] { border-radius: 8px; border: 1px solid #E8E8E8; background: #FAFAFA; max-width: 423px; width: 100%; min-height: 60px; padding: 0 20px; font-size: 16px; font-weight: 300; line-height: 24px; } 
  .Verbonden-accounts-bottom-btn.install a.btn { font-size: 14px !important; line-height: 17.5px !important; padding: 10.3px 24.7px !important; } 
  .edit-text p { color: #000; font-size: 14px; line-height: 17.5px; font-weight: 500; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin: 0; } 
  .filter-content { display: flex; flex-wrap: wrap; justify-content: space-between; } 
  .filter-edit { min-width: 76px; } 
  .edit-text { border-radius: 22px; border: 1px solid #B1B2B0; max-width: 76px; width: 100%; min-height: 40px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; transition: all 0.3s ease; cursor: pointer; } 
  .edit-text:hover { background: #000; color: #fff; } 
  .edit-text:hover p { color: #fff; } 
  .all-opo-warpper ::placeholder{ color: #000000; }
  .tab-inner p b { color: #000; font-weight: 500; } 
  span.highlight-weight { font-weight: 400; } 
  .select-main { display: flex; align-items: center; column-gap: 20px; } 
  .custom-form { padding: 28px 43px 30px 43px; border-radius: 4px; border: 1px solid #E8E8E8; margin-bottom: 40px; } 
  .custom-form select { border-radius: 8px; border: 1px solid #E8E8E8; background: #FAFAFA; font-size: 16px; font-style: normal; font-weight: 500; line-height: 24px; padding: 13px 17px; outline: none; } 
  .filter-listing-head { margin-bottom: 20px; } 
  .filter-listing-head p { margin-top: 12px; margin-bottom: 0; } 
  .filter-listing .filter-item { border-radius: 8px; overflow: hidden; border: 1px solid #E8E8E8; } 
  .filter-listing .filter-head { background: #FAFAFA; display: flex; padding: 20px 32px; column-gap: 80px; } 
  .filter-listing .filter-item-inner { display: flex; align-items: center; column-gap: 16px; } 
  .filter-content-head.optional { padding-bottom: 24px; } 
  .filter-listing .filter-item-inner h5 { margin: 0; font-weight: 500; text-transform: uppercase; } 
  .tab-third-body { padding-top: 109px; } 
  /* .filter-content { padding: 32px; } */ 
  .filter-sec-tab-outer { padding: 32px 36px 32px 32px; } 
  .filter-listing.sec { padding-top: 40px; } 
  .filter-content .filter-content-head { display: flex; justify-content: space-between; } 
  .filter-content h5 span { color: #B1B2B0; } 
  .fav-application-hub-wrapper {
    padding-bottom: 120px;
  }
  /* H Css End */ 
  
  .tab-third-body-box { display: flex; border-radius: 8px; border: 1px solid #E8E8E8; padding: 33px 32px 32px 32px; margin-top: 21px; max-width: 980px; width: 100%; } 
  /* .Tabing-wrapper .tab-four-tab-table  th { width: 24%; } .Tabing-wrapper .tab-four-tab-table  td{ width: 33%; } */ 
  .tab-four-body-img-outer.repeat-outer.rept { padding-bottom: 0; } 
  .tab-four-body-img-outer.repeat-outer.rept .tab-four-body-img-outer { padding-bottom: 0; } 
  .tab-pane-first-bottom-titles.rept-title { padding-top: 20px; } 
  .tab-four-body-img-outer.repeat-outer.rept-imges { padding-top: 36px; padding-bottom: 0; } 
  .tab-four-body-img-outer.repeat-outer.rept-imges .tab-four-body-img-outer{ padding-bottom: 0; } 
  .tab-four-body-img-outer.repeat-outer.rept-imges .tab-pane-first-bottom-titles.last.rept-lst { padding-top: 20px; } 
  .tab-four-tab-table .drop-down.deal-cont { padding: 0; padding-left: 15px; max-width: 100%; width: 100%; } 
  /* .tab-third-body-btn .Verbonden-accounts-bottom-btn { padding-top: 0; } */ 
  .tab-third-cont p { color: #666665; max-width: 868px; width: 100%; } 
  .tab-third-cont { padding-left: 18px; } 
  .tab-four-body-img-outer { display: flex; flex-wrap: wrap; justify-content: space-between; padding-bottom: 20px; } 
  .tab-pane-first-bottom-titles.last.rept-lst { border-bottom: 1px solid #E8E8E8; } 
  .tab-pane-first-bottom-titles.last.rept-lst p { padding-bottom: 40px; } 
  .tab-pane-first-bottom-titles.last.rept-lst { margin-left: 65px; } 
  .tabing-four-edit-btn p { border-radius: 22px; border: 1px solid  #B1B2B0; height: 40px; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; transition: all 0.3s ease; } 
  .tabing-four-edit-btn:hover a { color: #fff; } 
  .tabing-four-edit-btn p:hover { background: #000; color: #fff; } 
  .tabing-four-edit-btn a { color: #000; font-size: 14px; font-weight: 500; } 
  .tabing-four-edit-btn { max-width: 76px; width: 100%; height: 40px; } 
  .tab-four-img- { width: 43px; height: 43px; background: #000; border-radius: 100%; display: flex; flex-wrap: wrap; justify-content: center; align-items: center; margin-right: 21px; } 
  .tabing-four-body-outer { padding-top: 102px; } 
  .tab-four-body-last-part-drp { display: flex; align-items: center; padding-left: 32px; } 
  .tab-four-body-last-part-outer { display: flex; padding-top: 12px; padding-bottom: 20px; } 
  .tab-four-body-last-part-drp p { font-weight: 500; } 
  .tab-four-body-last-part-p p { color: #666665; } 
  .tab-four-body-last-part-h5 { padding-top: 40px; } 
  .tab-four-body-arrow { padding-left: 4px; } 
  .tab-red-alert { border-radius: 8px; background: #FAEBEB; padding: 12px 24px; margin-top: 12px; position: relative; max-width: 980px; width: 100%; /* margin-left: 63px; */ } 
  .tab-red-outer{ padding-left: 63px; } 
  /* .tab-pane-first-bottom-titles.last.rept-lst { padding-left: 65px; } */ 
  .Tabing-wrapper .tab-four-tab-table.border-pad  .table>:not(caption)>*>* { padding: 0.9rem 1.2rem; } 
  .inner-tab-img img { max-width: 40px; width: 100%; } 
  .Tabing-wrapper table { border-collapse: collapse; border-radius: 8px; border-style: hidden; box-shadow: 0 0 0 1px #E8E8E8; } 
  /*.tab-red-alert::after { content: ""; background:#E8E8E8; max-width: 1080px; width: 100%; height: 1px; position: absolute; bottom: -40px; left: 0; } */
  .tab-four-body-img-outer.repeat-outer.rept-imges { margin-top: 36px; } 
  .tab-pane-first-bottom-titles.rept-title { padding-top: 20px; /* max-width: 934px; width: 100%; */ padding-left: 65px; } 
  .tab-four-body-img-outer.repeat-outer { padding-top: 37px; } 
  .tab-four-body-img-outer.repeat-outer { padding-top: 37px; /* border-top: 1px solid #E8E8E8; */ /* margin-top: 40px; */ } 
  .tab-red-alert p { font-weight: 500; } 
  .tab-four-tab-table.border-pad table.table { margin-bottom: 40px; } 
  .tab-pane-first-bottom-titles.last .tab-pane-first-bottom-titles { border-bottom: 1px solid #E8E8E8; } 
  .Verbonden-accounts-bottom-btn a.btn { font-size: 16px !important; line-height: 20px !important; padding: 11px 31.9px !important; } 
  /* Tabing End */ /* Table */ 
  .Tabing-wrapper .table>:not(caption)>*>* { padding: 0.6rem 1.2rem; background-color: transparent; border-bottom-width: 0; box-shadow: unset; } 
  .Tabing-wrapper table.table { width: 100%; vertical-align: middle;background: #FAFAFA;  } 
  .Tabing-wrapper  tr { /* display: flex; flex-wrap: wrap; justify-content: space-between; align-items: center; */ border: 1px solid #E8E8E8; } /* .Tabing-wrapper th { width: 20%; } .Tabing-wrapper  td { width: 30%; } */ 
  .Tabing-wrapper .card-body-opetion { justify-content: end; align-items: center; } 
  .Tabing-wrapper tr.Top-tr { border-radius: 8px 8px 0px 0px; 
    
    /* background: #FAFAFA;  */
    /* max-width: 980px; width: 100%; height: 80px !important; */ } /* .Tabing-wrapper tr.Top-tr th { min-height: 80px !important; } */ 
  
    .Tabing-wrapper tr:nth-child(even) { background: #FAFAFA; } 
    tbody.all_mapping_list tr {
      background: #fff;
  }
  tbody.all_mapping_list tr:nth-child(even) {
    background: #FAFAFA;
  }
  td.blank-td {
    border-radius: 0px 0px 8px 8px;
  }
    /* .Tabing-wrapper tbody tr { max-width: 980px; width: 100%; height: 62px; } */ 
  .Tabing-wrapper .card-body-toggle { display: flex; align-items: center; } 
  .Tabing-wrapper .mijin-toggle{ display: flex; } 
  .Tabing-wrapper tbody tr .drop-down p { font-weight: 300; color: #000; } 
  .drop-down.topics { padding-left: 20px; } 
  .drop-down.deal-cont { padding: 0 25px; max-width: 200px; width: 100%; padding: 0; padding-left: 12px; padding-right: 15px; }
  /* New Tab */
  
  .Tabing-wrapper .tabs {
    display: flex;
    flex-wrap: wrap; 
    justify-content: center;
  }
  .Tabing-wrapper .tabs label:hover {
    color: #F8761F;
   
  }
  
  
  /* .tabs label:hover:after {
    content: "";
    border-bottom: 4px solid;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -5px;
    left: 0;
  } */
  .Tabing-wrapper .tabs label {
    order: 1; 
    display: block;
    padding: 21px 16px 16px 16px;
    cursor: pointer;
    background: transparent;
    font-weight: bold;
    transition: background ease 0.2s;
    font-size: 14px;
    line-height:  16.8px;
    color: #000000;
    font-weight: 500;
    transition: all 0.3s ease;
  }
  select.pipline {
    appearance: none;
    cursor: pointer;
  }
  /* span.Pipeline-arr {
    position: absolute;
    top: 17px;
    right: 15px;
  } */
  .pip-outr {
    position: relative;
  }
  .Tabing-wrapper .tabs .tab {
    order: 99;
    flex-grow: 1;
    width: 100%;
    display: none;
    /* padding: 1rem; */
    background: #fff;
  }
  .blannk-p-tag-outer p {
    margin-top: 0;
    color: #000000;
    font-weight: 500;
    padding-left: 12px;
  }
  .blank-td {
    padding-top: 17px !important;
    padding-bottom: 18px !important;
  }
  .blannk-p-tag-outer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .tab-first-pane-mid-drpdown.four-mid-arr {
    background: transparent;
    border: transparent;
  }
  select.language {
    appearance: none;
    cursor: pointer;
   
  }
  span.language-arr {
    cursor: pointer;
    display: none;
  }
  select.hubspot-lang-select {
    appearance: none;
    cursor: pointer;
  }
  /* span.hubspot-arr {
    position: absolute;
    top: 14px;
    right: 24px;
  } */
  
  .hubspot-drp {
    position: relative;
  }
  span.language-arr img {
    max-width: 8px;
    width: 100%;
    margin-left: 4px;
  }
  .Tabing-wrapper .tabs input[type="radio"] {
    display: none;
  }
  .Tabing-wrapper  .tabs input[type="radio"]:checked + label {
    /* background: #fff; */
    position: relative;
    /* border-bottom: 5px solid #000; */
  }
  .Tabing-wrapper .tabs input[type="radio"]:checked + label::after {
    content: "";
    border-bottom: 5px solid #000;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: -6px;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  
  .Tabing-wrapper .tabs input[type="radio"]:checked + label + .tab {
    display: block;
  }
  .tab-third-img {
    min-width: 25px;
  }
  /* Table */
  
  /* Toggle Css */
  .hubspot-integrate-box .toggle:after {
    content: '';
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: #FFFFFF;
    top: 4px;
    right: 6px;
    transition: all 0.5s;
  }
  .hubspot-integrate-box .card-body-toggle .mijin-toggle span {
    font-size: 12px;
    line-height: 22px;
  }
  .hubspot-integrate-box .mijin-toggle span {
    display: block;
    position: absolute;
    top: 6px;
    right: 9px;
    color: #fff;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
  }
  .hubspot-integrate-box .mijin-toggle .toggle {
    position: relative;
    display: inline-block;
    width: 77px;
    height: 40px;
    background-color: #000000;
    border-radius: 30px;
    border: 2px solid #000000;
    cursor: pointer;
  }
  .filter-hubspot-drop-down .tab-first-pane-mid-drpdown.bottom-drop {
    margin: 0;
  }
  /* Toggle Css */
  .Verbonden-accounts-wrapper .Mijn-koppelingen-bottom-title {
    max-width: 616px;
    width: 100%;
  }
  /* .Verbonden-accounts-wrapper .Verbonden-accounts-bottom-btn.opnview a.btn {
    padding: 10.3px 3.4px !important;
  } */
  .Verbonden-accounts-wrapper .Verbonden-accounts-bottom-btn.opnieuw a.btn {
    padding: 11px 23.3px !important;
    font-size: 16px;
    line-height: 17.5px !important;
  }
  .Verbonden-accounts-bottom-btn.wizing.sec-btn.wizings-btns a.btn {
    font-size: 14px !important;
    line-height: 17.5px !important;
    padding: 10.3px 24.9px !important;
  }
  .Verbonden-accounts-bottom-btn.hulp-bij.inst a.btn {
    padding: 10.6px 15.8px !important;
    line-height: 17.5px !important;
  }
  .Verbonden-accounts-bottom-btn.opnieuw.ver-btn a.btn {
    padding: 10.7px 23.6px !important;
    font-size: 14px !important;
    line-height: 17.5px !important;
  }
  .Verbonden-accounts-bottom-btn.opnview.ver-btn a.btn{
    padding: 10.7px 23.6px !important;
    font-size: 14px !important;
    line-height: 17.5px !important;
  }
  .Verbonden-accounts-bottom-btn.opnview a.btn {
    padding: 11px 23.7px !important;
    line-height: 17.5px !important;
  }
  .Verbonden-accounts-wrapper  .fav-application-detail p {
    font-weight: 400;
  }
  .accounts-verbinden-bottom .Verbonden-accounts-bottom-btn.wiji-btn button.primary a.btn {
    padding: 13px 35px;
  }
  .Verbonden-accounts-bottom-btn.wizing.sec-btn a.btn {
    padding: 11px 25px !important;
    line-height: 17.5px !important;
  }
  .tab-four-body-img-outer.config {
    padding-bottom: 0;
  }
  
  
  .table-outer {
    display: flex;
    align-items: center;
  }
  .inner-tab-img {
    min-width: 40px;
  }
  .inner-tabs-outer-img.last.hub-last {
    padding-left: 32px;
  }
  .inner-tabs-outer-img.last.hub-last.hubspot {
    padding-left: 45px;
  }
  .mijin-img-outres {
    display: flex;
  }
  .hubspot-first-box.mijin-boxes {
    max-width: 610px;
    width: 100%;
  }
  .hubspot-first-box.mijin-boxes .hubspot-deatils-ouetr {
    width: calc(100% - 172px);
  }
  
   /* Style for the custom dropdown */
   .custom-select {
    position: relative;
    display: inline-block;
  }
  
  .custom-select select {
    display: none;
  }
  
  .custom-select .select-box {
    display: flex;
    align-items: center;
    border: 1px solid transparent;
    padding: 0px;
    cursor: pointer;
  }
  /* replace this css */
  .custom-select .select-box img {
    max-width: 30px;
    margin-right: 10px;
    object-fit: contain;
    width: 100%;
    min-height: 30px;
    height: 100%;
  }
  .search-outer-dropBox-Wrap select#language {
    padding: 0;
  }
  .custom-select .options {
    position: absolute;
      top: 100%;
      display: none;
     
      flex-direction: column;
      z-index: 1;
      width: max-content;
      border-radius: 8px;
      background: var(--White, #FFF);
      box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.05);
      margin-top: 20px;
      padding: 20px 20px 20px 16px;
      left: inherit; /* add this  */
      right: inherit; /* add this  */
  }
  span.drop-down-cont {
    font-size: 12px;
    line-height: 24px;
    font-family: Geologica;
    color: #000;
    padding-left: 12px;
  }
  .custom-select .options div {
    padding: 0px;
    cursor: pointer;
    padding-bottom: 12px;
  }
  .custom-select .options div span.drop-down-cont{transition: all 0.3s ease;}
  .custom-select .options div span.drop-down-cont:hover {
    color: #F8761F;
  }
  /* .tab-first-pane-mid-drpdown.lang{position: relative;}
  .tab-first-pane-mid-drpdown.lang::after{
    content: "";
    background: url('../images/lang-drp-down-arr.svg');
    width: 10px;
      height: 7px;
      background-repeat: no-repeat;
      background-position: center;
      background-size: cover;
      position: absolute;
      bottom: 28px;
      right: 13px;
  } */
  .tab-first-pane-mid-drpdown.lang .custom-select {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* min-height: 100%; */
    margin-top: 12px;
    cursor: pointer;
  }
  .tab-first-pane-mid-drpdown.lang {
    max-width: fit-content;
      width: 100%;
      min-height: 60px;
      padding: 0;
      display: inline;
      padding-right: 13px;
      padding-left: 13px;
  }
  /* remove css start */
  /* span.drp-down-arrow-box {
    padding-left: 13px;
  } */
  /* remove css end */
  .custom-select .options div:last-child {
    padding-bottom: 0;
  }
  .Verbonden-accounts-bottom-btn.sync-hulp-btn a.btn {
    padding: 9px 25px !important;
  }
  
  /* second togglr */
  .toggles-tab .switch {
    position: relative;
    display: inline-block;
    width: 90px;
    height: 34px;
  }
  .toggles-tab .slider.round {
    max-width: 68px;
    width: 100%;
  }
  .toggles-tab {
    padding-left: 17px;
  }
  .toggles-tab .switch input {display:none;}
  
  .toggles-tab .slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #F0F0F0;
    -webkit-transition: .4s;
    transition: .4s;
  }
  .toggles-tab .tabs label {
    order: 1;
    display: block;
    padding: 0;
    cursor: pointer;
    background: transparent;
    font-weight: bold;
    transition: background ease 0.2s;
    font-size: 14px;
    line-height: 16.8px;
    color: #000000;
    font-weight: 500;
    transition: all 0.3s ease;
    max-width: 68px;
  }
  .slider:before {
    position: absolute;
      content: "";
      height: 24px;
      width: 24px;
      left: -16px;
      bottom: 7px;
      background-color: white;
      -webkit-transition: .4s;
      transition: .4s;
  }
  
  input:checked + .slider {
    background-color: #000;
  }
  
  input:focus + .slider {
    box-shadow: 0 0 1px #fff;
  }
  
  input:checked + .slider:before {
    -webkit-transform: translateX(55px);
    -ms-transform: translateX(55px);
    transform: translateX(33px);
  }
  
  /*------ ADDED CSS ---------*/
  .on
  {
    display: none;
  }
  
  .on, .off
  {
    color: white;
      position: absolute;
      transform: translate(-50%,-50%);
      top: 50%;
      left: 34%;
      font-size: 12px;
      line-height: 22px;
      font-weight: 500;
  }
  
  input:checked+ .slider .on
  {display: block;}
  
  input:checked + .slider .off
  {display: none;}
  
  /*--------- END --------*/
  
  /* Rounded sliders */
  .slider.round {
    border-radius: 19px;
  }
  .blannk-p-tag-outer {
    font-size: 16px;
    line-height: 20px;
  }
  .blannk-p-tag-outer img {
    max-width: 12px;
    width: 100%;
    height: 12px;
  }
  .slider.round:before {
    border-radius: 50%;
    left: 5px;
  }
  span.off {
    color: #000;
    margin-left: 24px;
  }
  .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #F0F0F0 !important;
    color: #000000 !important;
  }
  .exact_online-wrapper.exact_online-transition{
   
      top: 100px;
      left: 0;
      right: 0;
      margin: 0 auto;
  }
  span.select2-search.select2-search--dropdown{position: relative;}
  span.select2-search.select2-search--dropdown::after{
    content: "";
    background: url("/assets/images/cuex-search.svg") !important;
    width: 15px;
    height: 20px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    background-position: center !important;
    position: absolute !important;
    top: 13px !important;
    right: 17px !important;
  }
  .select2-container--default .select2-results>.select2-results__options {
   
    overflow: hidden;
    overflow-y: auto;
  }
  
  @media(max-width:1217px){
    .Mijn-koppelingen-wrapper-box .mijin-icon-box-outer {
      padding-left: 0;
  }
  .Mijn-koppelingen-wrapper-box .hubspot-integrate-box {
    justify-content: space-between;
  }
  .mijin-toggle {
    padding-left: 20px;
  }
  }
  @media (max-width: 1215px) {
    /* page 1 */
    .navbar-nav li { padding-right: 20px; }
    .fav-application-detail {
      padding-left: 15px;
  }
  }
  
  @media(max-width:1155px){
    .tabing-pane-drpdown-first.two {
      max-width: 375px;
      width: 100%;
  }
  .tabing-pane-drpdown-first {
   
    max-width: 360px;
  }
  }
  @media (max-width: 1131px) {
    .nav-btn { padding-left: 15px; } 
    header { padding: 35px 0; } 
    .fav-application-inner-box { flex-wrap: nowrap; } 
    .fav-application-box { padding: 32px; }
  }
  @media (max-width: 1110px) {
    .hubspot-btn-outer button.primary a.btn { padding: 11px 15px; } 
   
    .hubspot-integrate-box { padding: 20px; } 
   
    .fav-application-detail {
      padding: 0;
      padding-left: 15px;
  }
  .fav-application-detail p {
    font-size: 14px;
  }
  }
  @media (max-width: 1080px) {
    button.primary a.btn { padding: 10px 15px; } 
    .fav-application-detail h5 { font-size: 16px; }
  }
  @media (max-width: 1024px) {
   
    .inner-tab-Cont {
      padding-right: 20px;
  }
  .inner-tab-mid h5 {
    font-size: 15px;
  }
  .inner-tab-Cont h5 {
    font-size: 15px;
  }
  
    .tabing-pane-drpdown-first.two {
      max-width: 300px;
      width: 100%;
  }
    .Verbonden-accounts-wrapper .Mijn-koppelingen-bottom-title {
      max-width: unset;
      width: 100%;
  }
  .fav-application-hub-title h2 {
    text-align: center;
  }
    .Mijn-koppelingen-bottom-title {
      max-width: unset;
    }
    .tab-inner {
      padding-top: 60px;
    }
    .search-outer {
      padding-top: 20px;
  }
  .custom-form {
    padding: 25px 20px;
    margin-bottom: 20px;
  }
    .Tabing-wrapper {
      padding-bottom: 60px;
  }
  .filter-sec-tab-outer {
    padding: 20px 25px 20px 25px;
  }
  .filter-listing .filter-head {
    padding: 15px 25px;
  }
    .meet-info-wrapper { padding-top: 60px; padding-bottom: 60px; } 
    .meet-info-inner-outer { margin-top: 40px; } 
    .fav-application-hub-title { padding-bottom: 30px; } 
    .fav-application-hub-wrapper { padding-bottom: 60px; } 
    .hubpot-integrate-wrapper { padding-bottom: 60px; } 
    .meet-info-content p { padding-top: 20px; } 
    /* Page 2 */ 
    .Mijn-koppelingen-wrapper-box{ padding-top: 60px; } 
    .Mijn-koppelingen-wrapper-box .fav-application-hub-title { padding-bottom: 30px; } 
    .mijin-icon-dropDown-img { padding-right: 30px; }
    /* Page 2 */
    /* Page 3 */
    .Verbonden-accounts-bottom-btn {  padding-top: 60px;}
    .accounts-verbinden-wrapper {
      padding-top: 60px;
      padding-bottom: 60px;
  }
  .accounts-verbinden-main-title {
    padding-bottom: 20px;
  }
  .accounts-verbinden-bottom-btn-one.mid {
    padding-top: 20px;
  }
  .synchroniseren-wrapperr {padding-top: 60px; padding-bottom: 60px; }
    /* Page 3 */
    .tabing-pane-drpdown-first {
      max-width: 320px;
      width: 100%;
      min-height: 60px;
  }
  .tabing-pane-one-outer {
    padding-top: 60px;
  }
  .tabing-four-body-outer {
    padding-top: 60px;
  }
  .tab-third-body {
    padding-top: 60px;
  }
  }
  @media (max-width: 991px) {
    .Verbonden-accounts-bottom-btn.opnview.ver-btn.hide-btn {
      display: none;
  }
    .exact_online-wrapper.exact_online-transition {
  
      padding: 50px 41px !important;
    }
    button.exact_online-close img {
      max-width: 45px;
      width: 100%;
      height: 45px;
  }
  h3.popup_title {
    
    font-size: 24px;
    
    max-width: 350px;
    width: 100%;
    margin: 0 auto;
  }
    .Mijn-koppelingen-wrapper-box .hubspot-first-box.mijin-boxes {
      justify-content: center;
  }
  .Mijn-koppelingen-wrapper-box .fav-application-detail {
    text-align: center;
    padding-top: 25px;
    padding-bottom: 10px;
  }
    .hubspot-first-box.mijin-boxes .hubspot-deatils-ouetr {
      width: 100%;
  }
  .inner-tabs-outer-img.last.hub-last.hubspot {
    padding-left: 0;
  }
    .Mijn-koppelingen-wrapper-box .hubspot-integrate-box { flex-direction: column; align-items: center; } 
    .fav-application-hub-title h3{text-align: center;}
    header { padding: 20px 0; } 
    .navbar-light .navbar-toggler { color: #F8761F; border-color: #F8761F; } 
    .nav-btn { padding-left: 0; flex-direction: column; } 
    .nav-profile { margin-left: 0; margin-top: 15px; } 
    #navbarSupportedContent { background-color: rgba(218, 218, 217, 0.40); padding-bottom: 25px; padding-left: 20px; padding-right: 20px; margin-top: 15px;} 
    ul.navbar-nav { justify-content: center; align-items: center; } 
    .navbar-nav li { padding-right: 0; padding-top: 15px; } 
    .nav-btn { justify-content: center; padding-bottom: 25px; } 
    /* .hero-slider-first-outer { flex-direction: column; gap: 6px; align-items: end; }  */
    .hero-sec-img { margin-left: 0; } 
    /* .hero-slider-img-last { width: 56px; height: 56px; }  */
    /* .hero-sliders-box { padding: 30px 0 30px 20px; }  */
    .fav-application-box-outer { grid-template-columns: 2fr 2fr;} 
    .hero-slider-img-1{ padding: 0 0; } 
    .hero-slider-titles p { padding-top: 5px; text-align: center; } 
    /* .hero-sliders-box { max-width: 650px; width: 100%; } */
    .Mijn-koppelingen-wrapper-box .mijin-icon-dropDown-img {
      padding-right: 15px;
  }
  .Mijn-koppelingen-wrapper-box .hubpost-img-box:first-child {
    margin-right: 10px;
  }
  .Mijn-koppelingen-wrapper-box .fav-application-detail h4{
    font-size: 14px;
  }
  .Mijn-koppelingen-wrapper-box .hubspot-integrate-box {
    flex-direction: column;
    align-items: flex-start;
  
  }
  .hubspot-main-outer .hubspot-integrate-box {
    flex-direction: column;
    align-items: center;
    gap: 0;
  }
  .Mijn-koppelingen-wrapper-box .mijin-icon-box-outer {
    padding: 20px 0;
    padding-right: 15px;
  }
  .Mijn-koppelingen-wrapper-box  .mijin-toggle {
    padding-left: 0;
  }
  .Mijn-koppelingen-wrapper-box  .Mijn-koppelingen-sec-title {
    padding-left: 0;
  }
  .Mijn-koppelingen-wrapper-box .Mijn-koppelingen-bottom-title {
    justify-content: space-between;
  }
  .Verbonden-accounts-wrapper .hubspot-integrate-box {
    flex-direction: column;
    align-items: flex-start;
  }
  .Verbonden-accounts-wrapper .mijin-icon-box-outer {
    padding: 0;
  }
  .Verbonden-accounts-wrapper .verbondon-accounts-mid-box {
    padding: 20px 0;
  }
  .Verbonden-accounts-wrapper .mijin-toggle {
    padding-left: 20px;
  }
  .hero-slider-outer {
    justify-content: space-around;
  }
  .hero-slider-img-last {
    width: 56px;
    height: 56px;
    margin: 24px 0;
  }
  .tabing-pane-drpdown-outer {
    row-gap: 15px;
  }
  nav.navbar .nav-btn {
    align-items: center;
  }
  .navbar-nav li:first-child {
    padding-top: 30px;
  }
  }
  @media (max-width: 980px) {
    .hubspot-integrate-box { flex-direction: column; align-items: baseline; } 
    .nav-btn { padding-bottom: 0; padding-top: 20px; } 
    .fav-application-hub-title h3 { font-size: 20px; } 
    .meet-info-title h1 { font-size: 35px; }
    /* Page 2 */
    /* .Mijn-koppelingen-wrapper-box .hubspot-integrate-box { flex-direction: row; align-items: center; }  */
    .Mijn-koppelingen-wrapper-box .fav-application-detail h5 { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 1; -webkit-box-orient: vertical; max-width: 380px; width: 100%; }
    .Verbonden-accounts-wrapper .hubspot-integrate-box {
      flex-direction: column;
      align-items: center;
    }
  }
  @media(max-width:920px){
    /* Page 2 */
    
    .mijin-icon-box-outer { padding: 25px 0; } 
    .Mijn-koppelingen-sec-title { padding-left: 0; } 
    .Mijn-koppelingen-bottom-title { justify-content: space-between; }
    /* Page 2 */
  
    /* Page 3 Start */
    .Verbonden-accounts-wrapper .verbondon-accounts-mid-box { padding-top: 25px; } 
    .Verbonden-accounts-wrapper .mijin-icon-box-outer { padding: 0; } 
    .Verbonden-accounts-wrapper .Mijn-koppelingen-sec-title { padding-left: 0; }
  }
  @media(max-width:815px){
    .tabing-pane-drpdown-first {
      max-width: 280px;
    }
  }
  @media(max-width:800px){
    .hero-slider-outer { flex-direction: column; } 
    .hero-slider-wrapper { 
      /* background: #f7f7f7;  */
      padding-top: 20px; } 
    .hero-color-outer { flex-wrap: wrap; justify-content: center; align-items: center; } 
    .hero-color-outer { background: transparent; width: 100%; } 
    .hero-sliders-box { padding: 40px 0 30px 0px; }
    .hubpost-img-box {
      width: 60px;
      height: 60px;
    }
    .hero-slider-wrapper .hero-slider-first-outer {
      flex-direction: column;
      position: relative;
  }
  .hero-slider-wrapper .hero-first-img {
    padding-bottom: 15px;
  }
  .hero-slider-wrapper .hero-sec-img {
    transform: rotate(91deg);
    position: absolute;
    top: 110%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(91deg);
  }
  .hero-slider-img-last {
    width: 56px;
    height: 56px;
  }
  
  .hero-first-img img {
    max-width: 50px;
    width: 100%;
  }
  .hero-slider-wrapper {
    background: linear-gradient(180deg, rgba(218, 218, 217, 0.4) 0%, rgba(218, 218, 217, 0.4) 45%, #f7f7f7 45%);
  }
  }
  @media (max-width: 767px) {
    .Mijn-koppelingen-wrapper-box .hubspot-first-box.mijin-boxes {
    
      align-items: center;
  }
  .Mijn-koppelingen-wrapper-box .fav-application-detail h4 {
   
    text-align: center;
  }
    /* .fav-application-box{
      max-width: 343px;
    } */
    .tab-first-pane-mid-drpdown.four-mid-arr {
      margin: 0;
      justify-content: center;
  }
  .tabing-pane-drpdown-outer.fours-tabs-outres {
    gap: 0;
  }
    .tabinig-main-titles-box {
      padding-bottom: 20px;
  }
    .sub-header-mid {
      margin-left: 38px;
  }
    .tab-first-pane-mid-drpdown.lang {
   
      min-height: 100%;
      width: 100% !important;
      max-width: 100%;
      padding: 15px 0 15px 0;
      margin: 0;
  }
  .custom-select .options {
    
    left: 0;
    right: 0;
    
    margin: 0 auto;
    margin-top: 20px;
  }
    .Verbonden-accounts-wrapper .fav-application-detail h5{
      text-align: left;
  }
    .mijin-outr .fav-application-detail {
      text-align: left;
  }
    .tab-third-img {
      padding-bottom: 25px;
  }
  .tab-third-body-box {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
    .Tabing-wrapper .tabs input[type="radio"]:checked + label::after{display: none;}
    .accounts-verbinden-innerBox {
     
      justify-content: center;
  }
    .Verbonden-accounts-wrapper .fav-application-detail {
      text-align: left;
  }
    .meet-info-img img {
      max-width: 50px;
      width: 100%;
  }
    .fav-application-detail {
      padding-right: 0;
      text-align: left;
  }
    .Tabing-wrapper {
      padding-bottom: 40px;
  }
    .tab-inner {
      padding-top: 40px;
  }
    .tab-third-body {
      padding-top: 60px;
  }
  .tab-third-body-box {
    padding: 25px 20px 25px 20px;
  }
    .tabing-four-body-outer {
      padding-top: 60px;
    }
    .tabing-pane-one-outer {
      padding-top: 40px;
  }
  .sub-header-outer button.primary a.btn {
    padding: 8px 21px;
    font-size: 14px;
  }
  .sub-header-left-side button.primary a.btn {
    padding: 8px 27px;
  }
    .meet-info-wrapper { padding-top: 40px; padding-bottom: 40px; } 
    .fav-application-hub-wrapper { padding-bottom: 40px; } 
    .hubpot-integrate-wrapper { padding-bottom: 40px; } 
    .fav-application-box-outer { grid-template-columns: auto; } 
    .meet-info-small-content p { padding-top: 25px; } 
    .meet-info-inner-outer { margin-top: 30px; } 
    .hubspot-first-box { flex-direction: column; align-items: flex-start;  } 
    .hubspot-deatils-ouetr .fav-application-detail { padding-left: 0; padding-top: 15px; text-align: left;}
    /* Page 2 */ 
    .Mijn-koppelingen-wrapper-box{ padding-top: 40px; } 
    /* Page 2 */ 
    /* Page 3 */ 
    .Verbonden-accounts-bottom-btn { padding-top: 40px; } 
    .Verbonden-accounts-wrapper .mijin-icon-dropDown-img { padding-right: 20px; } 
    .Verbonden-accounts-wrapper button.primary a.btn { padding: 7px 8px; } 
    .Verbonden-accounts-bottom-btn.sec-btn button.primary a.btn {
      padding: 7px 8px;
    }
    .Verbonden-accounts-wrapper .hubspot-deatils-ouetr .fav-application-detail {
      padding-top: 0;
  }
    .Verbonden-accounts-wrapper .Verbonden-accounts-bottom-btn { padding-right: 10px; } 
    /* .Verbonden-accounts-wrapper .Verbonden-accounts-bottom-btn:last-child { padding-right: 10px; }  */
    .Verbonden-accounts-wrapper .mijin-toggle { padding-right: 10px; } 
    .Verbonden-accounts-wrapper .mijin-icon-dropDown-img { padding-right: 10px; } 
    .fav-application-hub-title h2 {
      font-size: 27px;
    }
    .Mijn-koppelingen-wrapper-box .fav-application-hub-title {
      padding-bottom: 20px;
  }
  .Verbonden-accounts-wrapper .hubspot-first-box {
    flex-direction: row;
    align-items: flex-start;
  }
  .accounts-verbinden-wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
  }
    /* Page 3 */
    .account-verbinden-hash-arrow {
      text-align: center;
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .accounts-verbinden-bottom {
    padding: 28px 20px 28px 20px;
  }
  .accounts-verbinden-innerBox {
    padding: 22px 20px 22px 20px;
  }
  .accounts-verbinden-box.sec .accounts-verbinden-innerBox {
    padding: 23px 20px 21px 20px;
  }
  .accounts-verbinden-title h4 {
    font-size: 16px;
  }
  .synchroniseren-wrapperr {padding-top: 40px; padding-bottom: 40px; }
  /* Tabing CSS */
  .tabs .tab,
    .tabs label {
      order: initial;
    }
    .tabs label {
      width: 100%;
      margin-right: 0;
      margin-top: 0.2rem;
    }
    .Tabing-wrapper .tabs input[type="radio"]:checked + label {
      border-bottom: transparent;
      background: #FAFAFA;
      margin-top: 0;
  }
  /* .Tabing-wrapper .tabs label {
    border-bottom: 1px solid #E8E8E8;
  } */
  .Tabing-wrapper {
    padding-top: 40px;
  }
  .tabinig-main-titles-box h4 {
    padding-bottom: 25px;
  }
  .border-tabing::before{display: none;}
  .border-tabing::after{display: none ;}
  /* .sub-header-mid {
    max-width: 260px;
  } */
  .hero-sliders-box {
    width: 100%;
  }
  
  .hero-slider-img-last {
    margin: 0;
    margin-bottom: 30px;
  }
  .hero-slider-wrapper {
    background: linear-gradient(180deg, rgba(218, 218, 217, 0.4) 0%, rgba(218, 218, 217, 0.4) 34%, #f7f7f7 34%);
  }
  }
  
  @media(max-width:735px){
    .tabing-pane-drpdown-first.two {
      max-width: 100%;
      /* margin-top: 15px; */
  }
  .Tabing-wrapper tbody tr .drop-down p {
    font-size: 12px;
  }
  .Tabing-wrapper table.table {
    width: 980px;
  }
  .tab-content{
    overflow-x: auto;
  }
  .tabing-pane-drpdown-outer {
    flex-direction: column;
  }
  .tab-first-pane-mid-drpdown {
    width: 100%;
    max-width: 100%;
    justify-content: flex-start;
    margin: 15px 0;
  }
  .tab-pane-first-bottom-titles {
    padding-top: 20px;
  }
  .tab-pane-first-bottom-titles.rept-title {
    padding-left: 0;
  }
  .tab-red-outer {
    padding-left: 0;
  }
  .tab-four-body-img-outer.repeat-outer.rept-imges {
    margin-top: 25px;
  }
  .tab-red-alert::after {
  
    bottom: -25px;
  }
  .tabing-pane-drpdown-first {
    max-width: 100%;
  }
  .tab-four-body-img-outer.repeat-outer.rept-imges {
    padding-top: 20px;
  }
  .tab-pane-first-bottom-titles.last.rept-lst {
    margin-left: 0;
  }
  .tab-pane-first-bottom-titles.last.rept-lst p {
    padding-bottom: 25px;
  }
  }
  @media(max-width:660px){
    .verbondon-accounts-mid-box {
      row-gap: 15px;
      justify-content: flex-start;
  }
    /* .hero-sliders-box {
      max-width: 550px;
      width: 100%;
  } */
  .hero-color-outer { flex-direction: column; justify-content: center; align-items: center; }
  }
  @media(max-width:630px){
    .filter-content {
      flex-direction: column;
  }
  .filter-edit {
    padding: 15px 0;
  }
  .all-opo-warpper input[type="text"] {
    min-height: 40px;
  }
  .all-opo-warpper ::placeholder {
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
  }
  .filter-content-head h5 {
    font-size: 16px;
  }
  .tab-inner p {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .filter-listing.sec {
    padding-top: 25px;
  }
  .filter-item-inner h5 {
    font-size: 15px;
  }
  span.filter-icon {
    min-width: 40px;
  }
  .tab-four-body-title h2 {
    font-size: 20px;
  }
  .tab-four-body-img-outer {
    align-items: center;
  }
  }
  @media (max-width: 600px) {
    .sub-header-mid {
      /* max-width: 260px; */
      padding: 15px 0;
    }
    .sub-header-mid {
      margin-left: 0;
  }
    .meet-info-plus { padding-right: 35px;} 
    .meet-info-inner-box { padding-left: 35px; } 
    .meet-info-small-content p { padding-top: 20px; font-size: 14px; max-width: 350px; width: 100%; margin: 0 auto; } 
    .bg-yellow-bottom { display: none; } 
    .fav-application-detail h5 { overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; } 
    .fav-application-inner-box { flex-wrap: wrap; } 
    /* .slick-list.draggable { padding: 0 30px !important; } */
    .sub-header-outer {
      flex-direction: column;
  }
  /* .sub-header-mid {
    margin: 20px 0;
  } */
  .sub-header-wrapper {
    /* background: linear-gradient(90deg, rgba(218, 218, 217, 0.4) 0%, rgba(218, 218, 217, 0.4) 49.8%, #f7f7f7 44.1%); */
    padding: 20px 0;
  }
  
  }
  @media(max-width:567px){
    .Verbonden-accounts-wrapper .verbondon-accounts-mid-box {
      justify-content: flex-start;
      row-gap: 15px;
  }
  }
  @media(max-width:543px){
    .Verbonden-accounts-wrapper .verbondon-accounts-mid-box {
      justify-content: center;
  }
  .Verbonden-accounts-wrapper .mijin-icon-box-outer {
    justify-content: center;
  }
  .filter-head {
    flex-direction: column;
  }
  .filter-item-inner.center-icon {
    padding: 15px 0;
  }
  .tab-inner p {
    margin-top: 4px;
    margin-bottom: 4px;
  }
  .edit-text {
    min-height: 24px;
  }
  .Verbonden-accounts-wrapper .mijin-icon-box-outer {
    padding: 0;
    width: 100%;
    /* padding-bottom: 20px; */
    row-gap: 16px;
  }
  .Verbonden-accounts-wrapper .mijin-toggle {
    padding-left: 0;
  }
  .sub-header-outer {
    flex-direction: column;
  }
  /* .sub-header-mid {
    margin: 15px 0;
  } */
  .accounts-verbinden-bottom button.primary a.btn {
    padding: 11px 14px;
  }
  .Verbonden-accounts-bottom-btn.wiji-btn.account-wizing-btn a.btn {
   
    padding: 11px 46.8px !important;
  }
  }
  @media(max-width:523px){
    /* .hero-sliders-box {
      max-width: 320px;
      width: 100%;
  } */
  .Verbonden-accounts-wrapper .mijin-icon-dropDown-img {
    text-align: center;
  }
  .Verbonden-accounts-bottom-btn.opnview a.btn {
    padding: 9px 12.3px !important;
  }
  .Verbonden-accounts-bottom-btn.wizing.sec-btn a.btn {
    padding: 8px 14px !important;
  }
  .verbondon-accounts-mid-box { justify-content: flex-start; } 
  .Verbonden-accounts-wrapper .Verbonden-accounts-bottom-btn:last-child { padding-right: 0; }
  .Verbonden-accounts-wrapper .mijin-toggle {
    padding-right: 0;
    width: fit-content;
    padding-right: 15px;
  }
  .Verbonden-accounts-wrapper .fav-application-detail {
    padding-right: 0;
  }
  .synchroniseren-wrapperr .accounts-verbinden-main-title p {
    padding-top: 20px;
  }
  .synchroniseren-wrapperr .accounts-verbinden-box {
    padding: 35px 40px 35px 20px;
  }
  .synchroniseren-title {
    padding-left: 20px;
  }
  .synchroniseren-wrapperr .synchroniseren-title p {
    margin-top: 10px;
  }
  .synchroniseren-wrapperr .accounts-verbinden-main-title {
    padding-bottom: 30px;
  }
  .select-main {
    flex-direction: column;
  }
  .filter-select span.select-icon {
    padding-bottom: 20px;
  }
  .filter-head-block p {
    margin-bottom: 15px;
  }
  .tab-third-body-box {
    padding: 20px 15px;
  }
  .tab-third-cont {
    padding-left: 10px;
  }
  .search-outer-dropBox-Wrap {
  
    flex-direction: column;
  }
  .tab-first-pane-mid-drpdown.bottom-drop.search-outer-drop select#language {
    padding-left: 0;
  }
  .search-outer .wrap {
    padding-bottom: 15px;
  }
  .Verbonden-accounts-bottom-btn.opnieuw a.btn {
    padding: 9px 12.3px !important;
  }
  .Verbonden-accounts-bottom-btn.wizing.sec-btn a.btn {
    padding: 10px 21px !important;
  }
  .Verbonden-accounts-wrapper .hubspot-integrate-box {
    padding: 15px;
  }
  .Verbonden-accounts-wrapper .mijin-icon-dropDown-img { padding-right:0; width: 100%; padding-bottom: 15px; } 
  .synchroniseren-title.last {
    padding-left: 20px;
  }
  }
  
  @media(max-width:420px){
    .nav-btn button.primary a.btn{
      font-size: 14px;
    }
    .Verbonden-accounts-bottom-btn button.primary a.btn {
      font-size: 11px;
     
  }
    .synchroniseren-wrapperr .synchroniseren-outer {
      flex-direction: column;
  }
  .synchroniseren-wrapperr .synchroniseren-title {
    padding-left: 0;
    text-align: center;
    padding-top: 15px;
  }
  .tabinig-main-titles-box h4 {
    font-size: 18px;
  }
  .tabing-pane-one-title h3 {
    font-size: 20px;
  }
  .tabing-pane-one-outer {
    padding-top: 25px;
  }
  .synchroniseren-title span {
    padding-top: 10px;
  }
  }
  @media (max-width: 400px) {
    .meet-info-title h1 { font-size: 30px; } 
    .mijin-outr .fav-application-detail {
      text-align: center;
  }
  .fav-application-detail {
  
    text-align: center;
  }
    .meet-info-plus span { width: 50px; height: 50px; } 
    /* .meet-info-plus { padding-top: 60px; }  */
    .fav-application-inner-box { flex-wrap: wrap; flex-direction: column; align-items: center; } 
    .fav-application-hub-wrapper .fav-application-detail { padding-left: 0; padding-top: 15px; }
    .accounts-verbinden-wrapper .accounts-verbinden-bottom-btn-one {
      flex-direction: column;
  }
  .accounts-verbinden-wrapper .accounts-verbinden-bottom-btn-inner {
    padding-bottom: 25px;
  }
  .accounts-verbinden-box.sec .Verbonden-accounts-bottom-btn button.primary a.btn {
    padding: 13px 10px;
    font-size: 13px;
  }
  .accounts-verbinden-wrapper .accounts-verbinden-main-title h2 {
    font-size: 28px;
  }
  .accounts-verbinden-wrapper  .accounts-verbinden-title h4 {
    font-size: 16px;
    max-width: 150px;
  }
  .Verbonden-accounts-bottom-btn.single-btn.Verbind-btn a.btn {
   
    padding: 11px 10.6px !important;
    font-size: 12px !important;
  }
  }
  
  @media(max-width:370px){
    /* Page 3 */ 
   
    .Verbonden-accounts-wrapper .Verbonden-accounts-bottom-btn:last-child { padding-right: 0; padding-top: 0; } 
    .Verbonden-accounts-wrapper .hubspot-integrate-box { padding: 12px; } 
    /* Page 3 */
   
  .tab-third-cont p {
    text-align: center;
  }
  
  .tab-third-cont {
    padding-left: 0;
  }
  .mijin-img-outres {
    flex-direction: column;
  }
  }
  @media(max-width:341px){
    .nav-btn button.primary a.btn {
      padding: 11px 20px;
  }
  
  }
  .add_field_mapping_box .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
  }
  .add_field_mapping_box .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    font-size: 16px;
    line-height: 20px;
    font-weight: 400;
  }
  .add_field_mapping_box .select2-container .select2-selection--single {
  
    height: 40px;
   
  }
  .add_field_mapping_box .select2-container .select2-selection--single .select2-selection__rendered {
   
    padding: 10px 50px 10px 30px;
  }
  .add_field_mapping_box .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 0;
    margin-left: auto;
    margin-top: 0;
    position: absolute;
    top: 50%;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .add_field_mapping_box .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .add_field_mapping_box .select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
    background-color: #000;
  }
  .add_mapping {
    cursor: pointer;
  }
  .add_field_mapping_box .btn {
    font-weight: 500;
  }
  .hubspot-arr {
    order: 2;
  }
  .select-arr {
    position: absolute;
    top: 14px;
    right: 12px;
  }
  .active_section{
    display: block;
  }
  .btn.updatefiled {
    position: relative;
    padding: 0;
  }
  
  .btn.updatefiled::after {content: "\f00d";display: inline-block;font: normal normal normal 14px/1 FontAwesome;font-size: inherit;text-rendering: auto;-webkit-font-smoothing: antialiased;font-size: 25px;}
  
  .updatefiledsave {
    position: relative;
  }
  
  .updatefiledsave::after {
    content: "\f00c";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: 25px;
  }
  td.update_action {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 75px;
  }
  
  .exact_online_objects_main .exatct_online_object_section {
    background: #FAFAFA;
    display: flex;
    flex-wrap: wrap;
    /* padding: 0px 10px; */
    align-items: center;
    max-width: 423px;
    width: 100%;
    min-height: 60px;
    border: 1px solid transparent;
    margin: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
      appearance: none;
      background: url("/assets/images/arrow-two.png") !important;
      background-repeat: no-repeat !important;
      background-size: 11px 7px !important;
      background-position: center right !important;
      padding-right: 25px !important;
  }
  .exact_online_objects_main.tabing-pane-drpdown-first {
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    background: #FAFAFA;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 10px;
    align-items: center;
    min-height: 60px;
    cursor: pointer;
    z-index: 1;
  }
  .tabing-pane-drpdown-first.exact_online_objects_main {
    max-width: unset;
    width: unset;
  }
  .edit-row .select2-container--default .select2-selection--single {
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 4px;
  }
  .edit-row .select2-container--default .select2-selection--single {
     background-color: #fff;
   border: 1px solid #E8E8E8;
  border-radius: 4px;
  }
  .edit-row .select2-container--default .select2-selection--single .select2-selection__arrow b {
    left: 0;
    margin-left: auto;
    margin-top: 0;
    position: absolute;
    top: 50%;
    border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
  }
  .edit-row .select2-container .select2-selection--single {
  
    height: 40px;
  }
  .edit-row .select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
        border: solid black;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
  }
  .edit-row .card-body-mid-part {
  
    align-items: center;
  }
  .edit-row .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #000;
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
  }
  
  .edit-row span.select2.select2-container.select2-container--default {
    width: auto !important;
    display: block;
  }
  .edit-row .select2-container .select2-selection--single .select2-selection__rendered {
   
    overflow: auto;
    padding: 10px 50px 10px 30px;
  }
  .edit-row .drop-down.deal-cont {
    max-width: 600px;
    width: 100%;
  }
  .exact_online_objects_main .exatct_online_object_section_review {
    border: 1px solid transparent;
    background: #FAFAFA;
    display: flex;
    flex-wrap: wrap;
    padding: 0px 10px;
    align-items: center;
    min-height: 60px;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
     appearance: none;
      background: url("/assets/images/arrow-two.png") !important;
      background-repeat: no-repeat !important;
      background-size: 11px 7px !important;
      background-position: center right !important;
      padding-right: 25px !important;
  }
  .row-mid .drop-down.default{
    max-width: 180px;
  width: 100%;
  padding: 0;
  padding-left: 12px;
  padding-right: 22px;
  text-align: end;
  }
  .row-mid .drop-down.deal-cont.pri{
  padding: 0;
  }
  .row-mid .card-body-inner-arrow {
    min-width: 32px;
    margin-right: 10px;
  }
  
  .upper-section-mid {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    max-width: 990px;
    width: 100%;
    padding-bottom: 20px;
  }
  
  tr.add_field_mapping_box .select2.select2-container.select2-container--default {
    width: auto !important;
  }
  .custom-select .options img {
    max-width: 32px;
    width: 100%;
    min-height: 32px;
    height: auto;
    object-fit: contain;
  }
  .search-outer h5 {
      padding-bottom: 12px;
  }
  .connect-account .accounts-verbinden-bottom-btn-one.first-contect {
    justify-content: center;
  }
  .connect-account .accounts-verbinden-bottom-btn-one.bottom-down {
    justify-content: space-between !important;
  }
  .drp-down-arrow-box.arrowrotate {
    transform: rotate(180deg);
  }
  
  .hubpot-integrate-wrapper.Mijn-koppelingen-wrapper-box .mijin-icon-box-outer {
      padding-left: 0;
  }
  .hubpot-integrate-wrapper.Mijn-koppelingen-wrapper-box .hubspot-integrate-box {
      justify-content: space-between !important;
  }
  
  
  
  
  /* Login Page Css Start  */
  
  .Koppel-login-inner-outer {
      background: #F0F0F0;
      max-width: 280px;
      width: 100%;
      margin: 0 auto;
      min-height: 140px;
      align-items: center;
      border-radius: 70px;
      box-shadow:  0px 15px 50px 0px #0000000D;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      z-index: 1;
      position: relative;
  }
  .Koppel-login-inner-box {
      width: calc(100% - 140px);
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
      padding-left: 40px;
  }
  .Koppel-login-arrow {
      width: 28px;
      height: 28px;
      margin-right: -12px;
      z-index: 1;
  }
  .Koppel-login-plus {
      padding-left: 27px;
      width: 140px;
      background: #fff;
      min-height: 140px;
      border-radius: 0px 70px 70px 0px;
      padding-right: 40px;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: end;
  }
  .Koppel-login-title h2 {
      color: #000000;
      font-size: 32px;
      line-height: 38.4px;
      font-weight: 500;
     
  }
  .Koppel-login-img img {
    max-width: 60px;
    width: 100%;
    min-width: 60px;
    min-height: 60px;
  }
  .Koppel-login-left-side {
    z-index: 1;
    position: relative;
    overflow: hidden;
  }
  .Koppel-login-title p {
      color: #666665;
      font-size: 16px;
      line-height: 25px;
      font-weight: 300;
      margin-top: 18px;
   
  }
  .Koppel-login-title {
      text-align: center;
      margin-top: 65px;
      z-index: 1;
  }
  .Koppel-login-logo img {
      max-width: 45px;
      width: 100%;
      min-height: 58px;
      height: 100%;
      object-fit: cover;
  }
  
  .Koppel-login-form-titles h1 {
      color: #000000;
      font-size: 40px;
      line-height: 48px;
      font-weight: 500;
  }
  
  .Koppel-login-form-titles p {
      color: #666665;
      font-size: 16px;
      line-height: 25px;
      font-weight: 300;
      margin-top: 20px;
  }
  .Koppel-login-left-side {
      width: 50%;
      background: linear-gradient(146.8deg, #FFFFFF 0%, #D2D2D2 100%);
      padding-top: 401px;
      /* min-height: 890px; */
      position: relative;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
  }
  .login-pass input.form-control.Login-input.password {
    padding: 0 18px !important;
  }
  
  .Bewerken-btn {
    max-width: max-content;
    height: 100%;
  }
  .Bewerken-btn a {
    padding: 9px 15px;
  }
  @media(max-width:1440px){
    .Koppel-login-left-side {
      padding-top: 240px;
    }
  }
  .Koppel-login-left-side::after{
      content: "";
      background: url("/assets/images/cuex-login-bg.svg");
      max-width: 100%;
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: top left;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      right: 0;
  }
  
  .Koppel-login-right-side {
      width: 50%;
      height: 100%;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    
  }
  .Koppel-login-form-box{
      /* padding: 136px 185px 151px 185px; */
      max-width: 350px;
      width: 100%;
      margin: 0 auto;
  }
  .Koppel-login-outer {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      height: 100vh;
  }
  
  .Koppel-login-wrapper {
      /* max-width: 1480px;*/
      /* margin: 0 auto; */
      /* padding: 0 20px; */
      max-width: 100%;
      width: 100%;
      background-color: #fff;
  }
  label.login-form-feild {
      color: rgba(0, 0, 0, 1);
      font-size: 12px;
      line-height: 12px;
      font-weight: 300;
      display: block;
     
  }
  .koppel-login-form-feild label.login-form-feild{
    margin-bottom: 12px;
  }
  input.Login-input {
      background: rgba(250, 250, 250, 1);
      border: 1px solid rgba(232, 232, 232, 1);
      max-width: 350px;
      width: 100%;
      min-height: 44px;
      border-radius: 5px;
      /* margin-top: 12px; */
      padding: 13px 18px;
      /* margin-bottom: 12px !important; */
  }
  form.cuex-form-wrapper label.login-form-feild {
    padding-bottom: 6px;
  }
  .Koppel-login-wrapper form {
      margin-top: 60px;
  }
  .koppel-login-form-feild.password {
      margin-top: 20px;
  }
  .Koppel-login-right-side .koppel-login-submit-button {
    padding-top: 42px;
  }
  .Koppel-login-right-side .Inloggen-btn.btn.btn-primary.btn-block {
    max-width: 350px;
    width: 100%;
  }
  .koppel-login-submit {
      margin-top: 18px;
  }
  .koppel-login-submit ::placeholder {
      color: rgba(102, 102, 101, 1);
      font-size: 16px;
      line-height: 20px;
      font-weight: 300;
   
  }
  label.checkbox-label {
      color: rgba(0, 0, 0, 1);
      font-size: 12px;
      line-height: 12px;
      font-weight: 300;
    
  }
  .Inloggen-btn {
      background: rgba(255, 231, 68, 1);
      
      border: 2px solid transparent;
      padding: 12px 32px 12px 32px;
      max-width: 350px;
      width: 100%;
      border-radius: 22px;
      color: rgba(0, 0, 0, 1);
      font-size: 16px;
      line-height: 20px;
      font-weight: 500;
      cursor: pointer;
      margin-top: 42px;
      transition: all 0.3s ease-in;
  }
  .Inloggen-btn:hover{
    background: #FFE744B2;
  }
  
  .Koppel-login-form-titles {
      text-align: center;
      padding-top: 20px;
  }
  
  .Koppel-login-logo {
      text-align: center;
  }
  /* Style for checked checkbox */
  .koppel-login-submit.form-group {
      display: block;
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      align-items: center;
  }
    
    .koppel-login-submit.form-group input {
      padding: 0;
      height: initial;
      width: initial;
      margin-bottom: 0;
      display: none;
      cursor: pointer;
    }
    .koppel-login-submit.form-group label {
      position: relative;
      cursor: pointer;
      display: flex;
      flex-wrap: wrap;
      align-items: center;
    }
    
    .koppel-login-submit.form-group label:before {
      content: '';
      /* -webkit-appearance: none; */
      background-color: transparent;
      border: 1px solid rgb(0 0 0);
      width: 12px;
      height: 12px;
      display: inline-block;
      position: relative;
      vertical-align: middle;
      cursor: pointer;
      margin-right: 12px;
      border-radius: 4px;
    }
    
    .koppel-login-submit.form-group input:checked + label:after {
      content: '';
      display: block;
      position: absolute;
      top: 8px;
      left: 5px;
      width: 3px;
      height: 5px;
      border: solid rgb(0 0 0);
     
      border-width: 0 2px 2px 0;
      transform: rotate(45deg);
    }
    .koppel-login-form-txt p {
      font-size: 12px;
      line-height: 12px;
      font-weight: 500;
  }
  .koppel-add-acc-outer {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      margin-top: 60px;
  }
  .koppel-add-acc-txt p {
      font-size: 14px;
      line-height: 17.5px;
      font-weight: 500;
      color: rgba(0, 0, 0, 1);
  }
  input.Login-input.password{position: relative;}
  input.Login-input.password::after{
      content: "";
      background: url("./image/Login-pg-pass-eye.svg");
      max-width: 16px;
      width: 100%;
      height:15px;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      position: absolute;
      top: 0;
      right: 0;
  
  }
  .password-input-container {
      position: relative;
  }
  
  .toggle-password {
      position: absolute;
      top: 20px;
      right: 16px;
      transform: translateY(-50%);
      cursor: pointer;
  }
  
  .toggle-password img {
    width: 20px; /* Adjust size as needed */
    height: auto;
  }
  
  .Koppel-login-right-side .koppel-login-submit.form-group label:before {
    content: '';
  
    width: 16px;
    height: 16px;
  }
  .Koppel-login-right-side .koppel-login-submit.form-group input:checked + label:after {
    content: '';
    top: 4px;
    left: 6px;
    width: 4px;
    height: 7px;
  }
  .Koppel-login-right-side .koppel-login-form-txt a {
    color: rgba(0, 0, 0, 1);
  }
  .Koppel-login-right-side .koppel-login-submit-button button.Inloggen-btn.btn.btn-primary.btn-block {
    color: rgba(0, 0, 0, 1);
  }
  .Koppel-login-right-side .koppel-login-submit.form-group {
    margin-bottom: 0;
  }
  .koppel-login-submit.form-group label {
    font-size: 12px;
    line-height: 12px;
    font-weight: 300;
  }
  .nav-profile a {
    display: inline-block;
    display: inline-block;
      width: 100%;
      height: 100%;
      text-align: center;
      line-height: 35px;
  }
  .login-pg-inner img {
    border-radius: 100%;
  }
  section.login-pg-wrapper .koppel-login-submit-button.Uitloggen-btn {
    background: transparent;
    margin: 0 auto;
    text-align: center;
    padding: 0;
    padding-top: 120px;
    display: flex;
  
  }
  @media(max-width:1440px){
      .Koppel-login-inner-outer {
          margin-top: 82px;
      }
  }
  @media(max-width:1366px){
    .Koppel-login-left-side::after{
      content: "";
      max-width: 100%;
      width: 103%;
      height: 103%;
      background-size: cover;
      background-position: 25% center;
      background-repeat: no-repeat;
      position: absolute;
      top: 50%;
      right: 0;
      transform: translateY(-50%);
    }
  }
  @media(max-width:1260px){
      .Koppel-login-left-side {
          width: 55%;
      }
      .Koppel-login-right-side {
          width: 45%;
      }
  }
  @media(max-width:1130px){
      .Koppel-login-inner-outer {
          min-height: 115px;
      }
      .Koppel-login-plus {
          min-height: 115px;
      }
  }
  @media(max-width:1024px){
      .Koppel-login-plus {
          padding-left: 20px;
         
      }
      .Koppel-login-inner-box {
         
          padding-left: 20px;
      }
      .Koppel-login-img img {
          max-width: 50px;
          width: 100%;
      }
      .Koppel-login-inner-outer {
         
          min-height: 120px;
      }
      .Koppel-login-plus{
          min-height: 120px; 
      }
      .Koppel-login-title {
       
          margin-top: 25px;
      }
      .Koppel-login-title h2 {
        
          font-size: 29px;
      }
      .Koppel-login-title p {
         
          margin-top: 5px;
      }
      .Koppel-login-form-titles p {
          
          margin-top: 15px;
      }
      .Koppel-login-wrapper form {
          margin-top: 30px;
      }
      .koppel-login-form-feild.password {
          margin-top: 15px;
      }
      .Inloggen-btn {
         
          margin-top: 30px;
      }
      .koppel-add-acc-outer {
       
          margin-top: 25px;
      }
      .Koppel-login-right-side {
          width: 45%;
      }
      .Koppel-login-left-side {
          width: 55%;
      }
  }
  @media screen and (max-width: 1024px) and (min-height: 1366px) {
      .Koppel-login-left-side::after {
          
          background-position: top right -200px;
         
      }
  }
  @media(max-width:991px){
      .Koppel-login-left-side {
          width: 100%;
      }
      .Koppel-login-right-side {
          width: 100%;
          background-color: #fff;
      }
      .Koppel-login-left-side {
          padding-top: 0;
      }
      .Koppel-login-inner-outer {
          margin-top: 275px;
      }
      .Koppel-login-left-side::after {
        
          background-position: center;
      }
  
      .Koppel-login-right-side {
          height: auto;
          padding: 50px 20px;
          background-color: #fff;
      }
  }
  @media(max-width:767px){
      .Koppel-login-left-side::after{
          display: none;
      }
      .Koppel-login-left-side {
          height: auto;
      }
      .Koppel-login-inner-outer {
          margin-top: 0;
      }
      .Koppel-login-left-side {
          padding: 100px 20px;
          margin-top: 0;
      }
      .Koppel-login-form-box {
       
          max-width: 100%;
          
      }
      input.Login-input {
          max-width: 100%;
      }
      .Inloggen-btn {
          max-width: 100%;
      }
  }
  @media(max-width:575px){
      .Koppel-login-title h2 {
          font-size: 26px;
      }
      .Koppel-login-left-side {
          padding: 80px 20px;
        
      }
      .Koppel-login-form-titles h1 {
          
          font-size: 35px;
      }
      .Koppel-login-form-titles {
        
          padding-top: 10px;
      }
      .Koppel-login-form-titles p {
          margin-top: 10px;
      }
  }
  
  
  /* Login Page CSS End */
  
  
  /* main Login Page start*/
  .login-pg-inner {
    max-width: 500px;
    width: 100%;
    margin: 0 auto;
    text-align: center;
  }
  
  .login-pg-img {
    display: inline-block;
  }
  
  .login-pg-img img {
    max-width: 140px;
    width: 100%;
    min-height: 140px;
  }
  
  .login-pg-title h1 {
    color: rgba(0, 0, 0, 1);
    font-size: 40px;
    line-height: 48px;
   
  }
  
  .login-pg-title {
    padding-top: 20px;
  }
  
  
  .login-pg-title p {
    font-size: 16px;
    line-height: 25px;
    color: rgba(31, 53, 55, 1);
   
    margin-top: 16px;
  }
  .login-pg-btn {
    border: 1px solid rgba(177, 178, 176, 1);
    display: inline-block;
    border-radius:22px;
    margin-top: 40px;
    transition: all 0.3s ease;
  }
  
  .login-pg-btn a {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    padding: 11px 32px 11px 32px;
    display: inline-block;
    transition: all 0.3s ease;
    border-radius: 30px;
  }
  .login-pg-btn a:hover {
    color: #fff;
    background: #000;
  }
  
  .login-pg-btn:hover {
    background: transparent;
    border: 1px solid rgb(114 116 112);
  }
  
  .login-pg-btn:hover a {
    color: #fff;
  }
  section.login-pg-wrapper {
    padding: 120px 20px 200px 20px;
  }
  .login-page-inner-box {
    max-width: 499px;
    width: 100%;
    margin: 0 auto;
    padding-top: 60px;
  }
  .login-page-inner-box input.Login-input {
    max-width: 499px;
    width: 100%;
    min-height: 60px;
  }
  .login-page-inner-box .koppel-login-form-feild {
    padding-top: 20px;
  }
  .login-page-inner-box .koppel-login-form-feild:first-child {
    padding-top: 0;
  }
  
  .Inloggen-btn {
   
    max-width: 131px;
    width: 100%;
    padding: 10px 32px 10px 32px;
    margin: 0 auto;
  }
  .koppel-login-submit-button {
    text-align: center;
    padding-top: 60px;
  }
  .login-page-inner-box .login-form-feild {
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    line-height: 25px;
    font-weight: 300;
  }
  
  
  .login-page-inner-box ::placeholder {
    color: rgba(102, 102, 101, 1);
    font-size: 18px;
    line-height: 20px;
    font-weight: 300;
  }
  .login-page-inner-box .toggle-password {
    position: absolute;
    top: 25px;
    height: 20px;
  }
  
  .Login-input:focus,
  .Login-input:active,
  .login-form-feild:focus,
  .login-form-feild:active {
    outline: none;
    border-color: rgba(0, 0, 0, 1)!important;
  }
  
  .Uitloggen-btn .Inloggen-btn {
    background: transparent;
    border: 1px solid rgba(177, 178, 176, 1);
    /* padding: 0 20px 0 20px; */
    max-width: 142px;
    width: 100%;
    min-height: 44px;
    font-weight: 500 !important;
    font-family: 'Geologica';
  }
  .koppel-login-submit-button.Uitloggen-btn {
    padding-top: 120px;
  }
  .Uitloggen-btn .Inloggen-btn:hover {
    background: #fee651;
    color:#000;
  }
  
  
  
  .hero-slider-img-last.addlink_btn span.tooltiptext {
    visibility: hidden;
    width: 235px;
    background-color: #DADAD9;
    color: #000000;
    text-align: center;
    border-radius: 22px;
    padding: 11px 0;
    position: absolute;
    z-index: 1;
    bottom: -32px;
    right: -218px;
    font-size: 14px;
    line-height: 17.5px;
    font-weight: 500;
  }
  
  .hero-slider-img-last.addlink_btn:hover span.tooltiptext {
    visibility: visible;
  }
  
  @media(max-width:1400px){
    .hero-slider-img-last.addlink_btn span.tooltiptext {
      
      width: 186px;
      padding: 9px 0;
      bottom: -43px;
      right: 0;
      left: -46px;
      font-size: 12px;
      margin: 0 auto;
  }
  }
  @media(max-width:1085px){
    .hero-slider-img-last.addlink_btn span.tooltiptext {
      width: 150px;
      left: -46px;
      font-size: 10px;
  }
  }
  @media(max-width:1010px){
    .hero-slider-img-last.addlink_btn span.tooltiptext {
     
      bottom: -45px;
      left: -87px;
      font-size: 10px;
  }
  }
  @media(max-width:1024px){
    section.login-pg-wrapper {
      padding: 80px 20px 80px 20px;
  }
  .login-pg-btn {
    margin-top: 25px;
  }
  .login-page-inner-box {
  
    padding-top: 30px;
  }
  .koppel-login-submit-button {
  
    padding-top: 30px;
  }
  .koppel-login-submit-button.Uitloggen-btn {
    padding-top: 45px;
  }
  .login-page-inner-box input.Login-input {
   
    min-height: 50px;
  }
  .login-page-inner-box .koppel-login-form-feild {
    padding-top: 15px;
  }
  }
  @media(max-width:991px){
    .hero-slider-img-last.addlink_btn span.tooltiptext {
      bottom: -55px;
      left: -97px;
  }
  }
  @media(max-width:767px){
    .login-page-inner-box input.Login-input {
      min-height: 30px;
  }
  .login-page-inner-box ::placeholder {
    font-size: 16px;
    line-height: 22px;
  }
  .login-pg-title h1 {
    font-size: 30px;
    line-height: 30px;
  }
  .login-pg-wrapper {
    padding: 40px 20px 40px 20px;
  }
  .hero-slider-img-last.addlink_btn span.tooltiptext {
    
    left: -48px;
  }
  
  }
  
  .profile-btn{
    text-decoration: none;
    text-align: center;
    border-radius: 26px;
    border: 1px solid rgba(177, 178, 176, 1);
    line-height: 24px;
    max-width: 85px;
    margin: 5px auto 0;
    width: 100%;
    color: rgba(0, 0, 0, 1);
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    display: inline-block;
    transition: all 0.3s ease;
  }
  .profile-btn:hover {
    background: rgba(0, 0, 0, 1);
    color: #fff;
  }
  /* main Login Page End*/
  
  
  .Mijn-koppelingen-bottom-title.pending {
    
    max-width: 875px;
  }
  .Verbonden-accounts-bottom-btn.opnview.ver-btn.hide-btn {
    visibility: hidden;
  }
  
  /* Cuex New Page Choose your Filter Start */
  .sales_order_filter_section p.float-left {
    margin: 0;
    padding: 0;
  }
  .sales_order_exact_filter_section p.float-left {
    margin: 0;
    padding: 0;
    
  }
  /* .sales_order_filter_section {
    max-width: 981px;
    width: 100%;
    margin-inline: auto;
  }
  .sales_order_exact_filter_section {
    max-width: 981px;
    width: 100%;
    margin-inline: auto;
  } */
  /* .filter-btns {
    max-width: 981px;
    width: 100%;
    margin-inline: auto;
  } */
  /* .sales_order_filter_section .table tbody tr td {
    padding-top: 25px;
  } */
  .sales_invoice_filter_section .select2-container--default .select2-selection--single{
    border: 1px solid transparent !important;
  }
  /* .sales_order_exact_filter_section .order_or_filter_div .exact_online_invoice_or_filter_div button, 
  .sales_order_exact_filter_section .subscription_exact_or_filter_div button,
  .sales_order_filter_section .invoice_or_filter_div button {
    background: #FFE744;
    border: 1px solid transparent;
    border-radius: 100%;
    font-size: 15px;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
  } */
  /* .sales_order_filter_section .order_or_filter_div .exact_online_invoice_or_filter_div button,
  .sales_order_exact_filter_section .exact_online_order_or_filter_div button{
    background: #FFE744;
    border: 1px solid transparent;
    border-radius: 100%;
    font-size: 15px;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
  } */
  
  .sales_order_filter_section .subscription_or_filter_div button{
    background: #FFE744;
    border: 1px solid transparent;
    border-radius: 100%;
    font-size: 15px;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
  }
  .sales_order_filter_section .exact_online_order_or_filter_div button{
    background: #FFE744;
    border: 1px solid transparent;
    border-radius: 100%;
    font-size: 15px;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
  }
  
  .sales_invoice_filter_section .exact_online_invoice_or_filter_div button{
    background: #FFE744;
    border: 1px solid transparent;
    border-radius: 100%;
    font-size: 15px;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
  }
  .sales_order_exact_filter_section .exact_online_order_or_filter_div button{
    background: #FFE744;
    border: 1px solid transparent;
    border-radius: 100%;
    font-size: 15px;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
  }
  .sales_order_filter_section .invoice_or_filter_div  button{
    background: #FFE744;
    border: 1px solid transparent;
    border-radius: 100%;
    font-size: 15px;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
  }
  .sales_order_filter_section .order_or_filter_div button {
    background: #FFE744;
    border: 1px solid transparent;
    border-radius: 100%;
    font-size: 15px;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
  }
  .sales_order_exact_filter_section .subscription_exact_or_filter_div button{
    background: #FFE744;
    border: 1px solid transparent;
    border-radius: 100%;
    font-size: 15px;
    width: 25px;
    height: 25px;
    margin-bottom: 10px;
  }
  .sales_order_exact_filter_section .order_exact_all_filter_list2 .blannk-p-tag-outer {
    padding: 0 !important;
  }
  
  
  .sales_order_filter_section .btn.exact_online_field_filter_insert {
    border: 1px solid #E8E8E8;
    padding: 10px 20px;
  }
  .sales_order_exact_filter_section .pip-outr select {
    appearance: none;
    background: url("/assets/images/actions-arrow.svg") !important;
    background-size: 11px 7px !important;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center right 10px !important;
    padding: 0 !important;
  }
  .sales_order_filter_section .tab-first-pane-mid-drpdown.bottom-drop select{
    appearance: none;
    background: url("/assets/images/actions-arrow.svg") !important;
    background-size: 11px 7px !important;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center right 10px !important;
    /* padding: 0 !important; */
  }
  .sales_order_exact_filter_section .select2-container--default .select2-selection--single .select2-selection__arrow b {
    background: url("/assets/images/actions-arrow.svg") !important;
    background-size: 11px 7px !important;
    background-repeat: no-repeat !important;
    background-position: center;
    padding: 0 !important;
    border: unset !important;
    width: 11px !important;
    height: 7px !important;
    display: block !important;
  }
  .sales_order_filter_section .select2-container--default .select2-selection--single .select2-selection__arrow b{
    background: url("/assets/images/actions-arrow.svg") !important;
    background-size: 11px 7px !important;
    background-repeat: no-repeat !important;
    background-position: center;
    padding: 0 !important;
    border: unset !important;
    width: 11px !important;
    height: 7px !important;
    display: block !important;
  }
  .sales_order_filter_section .select2-container .select2-selection--single .select2-selection__rendered {
  
    padding-right: 40px;
  }
  .subscription_section .filter-exact-drop-down .select2-container--default .select2-selection--single{
    border: 1px solid transparent !important;
  }
  .sales_order_exact_filter_section .blannk-p-tag-outer {
    padding: 0 !important;
  }
  .sales_order_exact_filter_section .drop-down.topics{
    border: 1px solid #E8E8E8;
    padding: 15px;
    border-radius: 8px;
  }
  .sales_order_exact_filter_section .select2-container--default .select2-selection--single{
    border: unset;
    background-color: transparent;
  }
  .sales_order_exact_filter_section .tab-first-pane-mid-drpdown.bottom-drop.pip-outr {
    margin: 0;
  }
  .sales_order_exact_filter_section .btn.subscription_exact_field_filter_insert,
  .btn.or_and_subscription_exact_field_filter_insert{
    /* border: 1px solid #E8E8E8; */
    padding: 0;
    max-width: max-content;
    width: auto;
  }
  .sales_order_exact_filter_section .btn.or_and_order_exact_field_filter_insert{
    border: 1px solid #E8E8E8;
    
  }
  .sales_order_filter_section .select2-container--default .select2-selection--single{
    border: 1px solid transparent;
    background: transparent !important;
  }
  .sales_order_filter_section .order_or_filter_div .drop-down.topics {
    border: 1px solid #E8E8E8;
    
    padding: 17px 5px;
    border-radius: 8px;
  }
  .sales_order_exact_filter_section .btn.exact_online_field_filter_insert{
    border: 1px solid transparent;
    max-width: 200px;
    width: 100%;
    padding: 17px 15px;
  }
  
  .sales_order_exact_filter_section tr.subscription_exact_add_field_filter_box input.subscription_exact_field_filter_3 {
    background: transparent;
    border: 1px solid #E8E8E8;
      border-radius: 8px;
      padding: 10px 20px 10px 20px;
  }
  .subscription_filter_section .tab-first-pane-mid-drpdown.bottom-drop.pip-outr select.pipline.filter_dropdown.subscription_exact_filter_condition{
    padding: 0 30px 0 0 !important;
  }
  .subscription_filter_section .filter-exact-drop-down.lang-tab-drp select.pipline.filter_dropdown.subscription_exact_filter_condition2{
    padding: 0 30px 0 0 !important;
  }
  .sales_order_exact_filter_section.active_section.subscription_section tbody.table.subscription_exact_all_filter_list2 input.form-control{
    border: 1px solid #E8E8E8;
  }
  /* .sales_order_filter_section .order_field_filter_insert,
  .or_and_order_field_filter_insert {
    border: 1px solid #E8E8E8 !important;
    max-width: 200px;
    width: 100%;
    padding: 17px 15px;
  } */
  .sales_order_filter_section .order_hubspot_field_filter_3 {
    border: 1px solid #E8E8E8 !important;
    background: transparent;
    padding: 10px 15px;
    border-radius: 8px;
  }
  .subscription_hubspot_field_filter_3{
    border: 1px solid #E8E8E8 !important;
    background: transparent;
    padding: 10px 15px;
    border-radius: 8px;
  }
  .order_exact_field_filter_3{
    border: 1px solid #E8E8E8 !important;
    background: transparent;
    padding: 10px 15px;
    border-radius: 8px;
  }
  .sales_invoice_filter_section .blannk-p-tag-outer{
    padding: 0;
  }
  /* .filterHubExact {
    margin: 0 auto !important;
    max-width: 980px;
    width: 100%;
  } */
  /* .btn.subscription_field_filter_insert,
  .exact_online_order_field_filter_insert,
  .btn.field_filter_insert {
    border: 1px solid #E8E8E8 !important;
    max-width: 200px;
    width: 100%;
    padding: 17px 15px;
  } */
  .hubspot_field_filter_3 {
    border: 1px solid #E8E8E8 !important;
    background: transparent;
    padding: 10px 15px;
    border-radius: 8px;
    /* min-height: 60px; */
  }
  .sales_invoice_filter_section tr.invoice_add_field_filter_box2 input.form-control {
    border: 1px solid #E8E8E8;
  }
  .sales_order_filter_section .filter-hubspot-drop-down .tab-first-pane-mid-drpdown.bottom-drop {
    margin: 0;
    /* max-width: unset; */
  }
  .sales_order_filter_section .order_add_field_filter_box2 .form-control {
    border: 1px solid #E8E8E8;
  }
  tr.subscription_add_field_filter_box2 .drop-down.topics.filed1-custom {
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    min-height: 60px;
    padding: 10px 30px 10px 20px;
  }
  .sales_order_filter_section .filter-hubspot-drop-down.lang-tab-drp .pipline.filter_dropdown.order_hubspot_filter_condition{
   padding: 0 30px 0 0 !important;
  
  }
  td.filed1value {
    padding: 0 !important;
  }
  .sales_invoice_filter_section .tab-first-pane-mid-drpdown.bottom-drop select {
    padding: 0 30px 0 0 !important;
  }
  .sales_order_exact_filter_section.active_section.subscription_section tr.order_exact_add_field_filter_box2 .form-control {
    border: 1px solid #E8E8E8;
  }
  /* .sales_order_filter_section .order_filter_table tr.order_add_field_filter_box:last-child td {
    padding: 0 !important;
  }
  .sales_order_filter_section .order_or_filter_table2.order_or_filter_table:last-child td{
    padding: 0 !important;
  } */
  .sales_order_filter_section tr:nth-child(even) {
    background: transparent;
  }
  /* .sales_order_filter_section .order_or_filter_table3:last-child td{
    padding: 0 !important;
  } */
  .sales_order_filter_section table.table {
    max-width: 100%;
    width: 100%;
  }
  .filterHubExact .filter-select {
    max-width: 100%;
  }
  .sales_invoice_filter_section .invoice_or_filter_div2.invoice_or_filter_div .card-body-first-part {
    border: 1px solid #E8E8E8;
    border-radius: 8px;
    justify-content: end;
    padding: 0 30px 0 10px;
    min-height: 60px;
    max-width: max-content;
  }
  
  .sales_order_filter_section .order_add_field_filter_box3 .form-control{
    border: 1px solid #E8E8E8;
  }
  
  .sales_order_filter_section .order_add_field_filter_box4 .form-control{
    border: 1px solid #E8E8E8;
  }
  .sales_order_filter_section .blannk-p-tag-outer {
    padding: 0 !important;
  }
  .sales_order_exact_filter_section.active_section.subscription_section table.table{
    max-width: 100%;
    width: 100%;
  }
  
  select.pipline.order_exact_filter_condition2 {
    max-width: max-content;
    width: auto !important;
  }
  .tab-first-pane-mid-drpdown.bottom-drop.pip-outr {
    width: auto !important;
    max-width: max-content;
  }
  
  
  .sales_order_exact_filter_section select.pipline.order_exact_filter_condition2 {
    max-width: max-content !important;
    width: auto !important;
    padding: 0 30px 0 0px !important;
  }
  
  .sales_order_exact_filter_section .tab-first-pane-mid-drpdown.bottom-drop.pip-outr {
    width: auto !important;
    max-width: max-content;
  }
  
  .sales_order_exact_filter_section .filter-exact-drop-down.lang-tab-drp {
    width: auto !important;
    max-width: max-content;
  }
  
  .sales_order_filter_section .order_exact_add_field_filter_box2 .form-control{
    border-bottom: 1px solid #E8E8E8;
  }
  .sales_invoice_filter_section tbody.invoice_all_filter_list tr.add_field_filter_box td {
    padding: 0 !important;
  }
  table.table.exact_online_filter_invoice_table .pipline.filter_dropdown.exact_filter_condition {
    max-width: max-content;
    width: auto !important;
    padding: 0 30px 0 0 !important;
  }
  .sales_order_exact_filter_section table.table.exact_online_filter_invoice_table input.exact_field_filter_3 {
    background: transparent;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 15px 5px 15px 5px;
  }
  
  .sales_order_filter_section .tab-first-pane-mid-drpdown.bottom-drop select#language {
    max-width: max-content;
    width: auto !important;
    padding: 0 30px 0 10px !important;
  }
  
  
  
  
  @media(max-width:1200px){
    .sales_order_filter_section table.table tbody tr td {
      max-width: 650px;
  }
  
  
  
  }
  
  @media(max-width:991px){
  
  .sales_order_filter_section tbody.order_all_filter_list tr {
    display: flex;
    flex-direction: column;
  }
  .sales_order_filter_section .tab-first-pane-mid-drpdown.bottom-drop.pip-outr {
    width: 100% !important;
    max-width: 100%;
    display: block;
  }
  .sales_order_filter_section .tab-first-pane-mid-drpdown.bottom-drop select#language {
    max-width: 100%;
    padding: 10px 30px 0px 10px !important;
  }
  .sales_order_filter_section table.table tbody tr td {
    max-width: 100%;
  }
  
  .sales_order_filter_section .order_hubspot_field_filter_3 {
    width: 100%;
    min-height: 60px;
  }
  .sales_order_filter_section tbody tr {
    display: flex;
    flex-direction: column;
  }
  .sales_invoice_filter_section tbody.invoice_all_filter_list tr.add_field_filter_box td {
    padding: 0.6rem 1.2rem !important;
  }
   .hubspot_field_filter_3 {
   
    max-width: 100%;
    width: 100%;
    min-height: 60px;
  }
  .sales_order_filter_section .tab-first-pane-mid-drpdown.bottom-drop.pip-outr .select2-container {
    display: block;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
  
    top: 11px !important;
  }
  .subscription_hubspot_field_filter_3 {
    border: 1px solid #E8E8E8 !important;
    background: transparent;
    padding: 10px 15px;
    border-radius: 8px;
    width: 100%;
    min-height: 60px;
  }
  .sales_order_filter_section .card-body-first-part {
    padding: 0 !important;
    display: block;
  }
  .sales_order_filter_section span.select2-selection.select2-selection--single {
    padding-top: 12px;
    height: 100%;
  }
  .sales_invoice_filter_section .invoice_or_filter_div2.invoice_or_filter_div .card-body-first-part {
  
    max-width: 100%;
    display: block;
  }
  .sales_order_filter_section span.select2.select2-container.select2-container--default {
    display: block !important;
    width: 100% !important;
  }
  .sales_order_exact_filter_section tbody tr {
    display: flex;
    flex-direction: column;
  }
  .sales_order_exact_filter_section .tab-first-pane-mid-drpdown.bottom-drop.pip-outr {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
  }
  .sales_order_exact_filter_section .filter-exact-drop-down.lang-tab-drp {
    width: 100% !important;
    max-width: 100% !important;
  }
  .sales_order_exact_filter_section  .select2.select2-container.select2-container--default {
    width: 100% !important;
    display: block;
    height: 100%;
   
  }
  .sales_order_exact_filter_section .select2-selection__rendered {
    padding-top: 12px;
  }
  .sales_order_exact_filter_section  .filter-exact-drop-down.lang-tab-drp .tab-first-pane-mid-drpdown.bottom-drop select#language {
    max-width: 100%;
  }
  .order_exact_field_filter_3 {
    
    width: 100%;
    min-height: 60px;
  }
  .sales_order_exact_filter_section .card-body-first-part {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
    padding: 0 !important;
  }
  .sales_order_exact_filter_section .select2-container--default .select2-selection--single .select2-selection__arrow {
   
    right: 15px;
  }
  .sales_order_exact_filter_section .drop-down.topics {
   
    padding: 0px 10px 27px 10px;
  }
  .sales_order_exact_filter_section select.pipline.order_exact_filter_condition2 {
    max-width: 100% !important;
    width: 100% !important;
  }
  .sales_order_exact_filter_section .filter-exact-drop-down.lang-tab-drp .tab-first-pane-mid-drpdown.bottom-drop select#language {
    max-width: 100% !important;
    width: 100% !important;
  }
  .sales_order_exact_filter_section table.table.exact_online_filter_invoice_table input.exact_field_filter_3 {
  
    width: 100%;
    min-height: 60px;
  }
  .sales_order_exact_filter_section tr.subscription_exact_add_field_filter_box input.subscription_exact_field_filter_3 {
  
    width: 100%;
    min-height: 60px;
  }
  .sales_order_exact_filter_section.active_section.subscription_section tbody.table.subscription_exact_all_filter_list2 input.form-control {
    border: 1px solid #E8E8E8;
    min-height: 60px;
  }
  .sales_order_filter_section .order_or_filter_div .drop-down.topics {
    border: 1px solid #E8E8E8;
    padding: 0 15px 16px 10px;
    border-radius: 8px;
  }
  .select2-container .select2-selection--single .select2-selection__rendered {
  
    padding-right: 31px !important;
  }
  }
  @media(max-width:600px){
    .sales_order_exact_filter_section.active_section.subscription_section {
      overflow-x: auto;
  }
  .sales_order_filter_section.active_section.subscription_section {
    overflow-x: auto;
    margin-bottom: 30px;
  }
  
  }
  @media(max-width:523px){
    .select-main {
   
      gap: 20px;
  }
  }
  
  
  /* update css start */
  .sales_order_filter_section table.table tbody tr td {
    padding: 0 !important;
  }
  .sales_order_filter_section table.table tbody tr th {
    padding: 0;
  }
  .upper-section-table {
    padding: 20px 20px 0px 20px;
  }
  .sales_order_filter_section table.table {
    /* border-spacing: 10px; */
    border-collapse: separate;
  }
  .upper-section-table {
    padding: 0;
  }
  .sales_order_filter_section th.filed2value.hubspot_filter {
    padding: 0;
  }
  .sales_order_filter_section .card-body-first-part {
    padding: 0 !important;
  }
  .sales_order_filter_section .blank-td {
    padding: 0 !important;
  }
  .sales_order_filter_section span.select2.select2-container.select2-container--default.select2-container--below {
    max-width: max-content;
    width: auto !important;
  }
  .cuexmainfilter table.table_head th.filter_center {
    background: transparent;
    border: none;
    text-align: center;
    padding-bottom: 25px;
  }
  
  @media(max-width:1400px){
    .sales_order_filter_section.active_section.subscription_section tbody{
      overflow: hidden;
    }
    .sales_order_filter_section.active_section .table.order_filter_table{
      display: block;
      overflow-x: scroll;
    }
  }
  
  @media(max-width:991px){
    .sales_order_filter_section table.table {
      border-spacing: unset;
      border-collapse: unset;
  }
  .Tabing-wrapper tr {
    border: 1px solid transparent;
  }
  .sales_order_filter_section table.table tbody tr td {
    padding: 0.6rem 1.2rem !important;
  }
  .sales_order_filter_section.active_section .table.order_filter_table {
    display: inline-table;
    overflow-x: unset;
  }
  .sales_order_filter_section table.table tbody tr th {
    padding: 0 20px;
  }
  .sales_order_filter_section .tab-first-pane-mid-drpdown.bottom-drop select#language {
   
    width: 100% !important;
  }
  
  }
  /* update css end */
  .cuex-logout a.Inloggen-btn:hover {
    background: transparent;
    border: 1px solid rgb(114 116 112);
    
  }
  .hubspot-main-outer .hubspot-integrate-box {
    margin-top: 20px;
  }
  .error {
    font-size: 12px !important;
    max-width: 500px;
    width: 100%;
    /* margin: 0 auto; */
    font-weight: 300 !important;
    padding-top: 5px;
  }
  /* .password-input-container input {
    max-width: 94px !important;
    width: 100% !important;
    height: 7px;
    padding: 10px; 
    border: 1px solid #ccc; 
    background-image: url('https://cuex.trooinbounddev.com/assets/images/cuex-star.svg'); 
    background-repeat: no-repeat;
    background-size: cover; 
    background-position: center;
  } */
  
  .password-input-container.updated {
    display: flex;
    background: rgba(250, 250, 250, 1);
    border: 1px solid rgba(232, 232, 232, 1);
    border-radius: 5px;
    align-items: center;
    padding:11px 16px 5px 16px;
  }
  .password-input-container.updated input.Login-input.password {
    background: transparent;
    border: transparent;
    padding: 0;
    min-height: unset;
    height: 100%;
  }
  input.Login-input.password {
    line-height: 2.5rem !important;
    padding: 11px 0px !important;
  }
  /* .password-input-container.updated ::placeholder{
    background: url("https://cuex.trooinbounddev.com/assets/images/cuex-star.svg");
    background-repeat: no-repeat;
    background-size: cover;
    max-width: 94px;
    width: 100%;
    height: 7px;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
  } */
  @media(max-width:1024px){
    input.Login-input.password {
   
      padding: 8px 0px !important;
  }
  .password-input-container.updated {
    
    padding: 10px 16px 5px 16px;
  }
  }
  
  @media(max-width:767px){
    .login-page-inner-box .toggle-password {
    
      top: 21px;
    }
  }
  .nav-btn.koppel-btn a.koppeling-toevogen-btn {
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 9px 31px;
  }
  div#navbarSupportedContent .nav-btn button.primary:hover {
    background: #ffe744b2;
  }
  div#navbarSupportedContent .nav-profile a:hover img {
    opacity: 0.7;
  }
  .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #000000B2 !important;
  }
  .hero-slider-wrapper .hero-slider-outer .hero-sliders-box .hero-img {
    padding: 0 7px;
    object-fit: contain;
  }
  .password-input-container input.form-control.Login-input.password {
    padding: 0 50px 0 20px !important;
  }
  /* Cuex New Page Choose your Filter End */
  
  /*11-05-2024 */
  .sales_order_filter_section .select2-container .select2-selection--single .select2-selection__rendered {
    padding-right: 20px;
  }
  .Tabing-wrapper .cuexmainfilter table.table_foot .parent_wrapper .table>:not(caption)>*>*{padding: 0;}
  .Tabing-wrapper tr:nth-child(even){background: transparent;}
  .cuexmainfilter table.table {
    background: transparent;
    border-collapse: collapse;
    border: none;
    box-shadow: none;
  }
  .Tabing-wrapper .cuexmainfilter tr {
    border: none;
  }
  /* .Tabing-wrapper .cuexmainfilter table.table_foot > tbody > tr:not(:last-child) {
    margin-bottom: 30px;
    display: block;
  } */
  .upper-section-mid{padding: 0;}
  .cuexmainfilter table.table_foot {
    border-collapse: separate;
    border-spacing: 0 40px;
  }
  .cuexmainfilter table.table_foot table.table {
    border-collapse: separate;
    border-spacing: 0;
  }
  .cuexmainfilter table.table_foot .parent_wrapper table.table {
    border-spacing: 0 20px;
  }
  .cuexmainfilter table.table_foot .parent_wrapper table.addfilter_row{border-spacing: 0;margin-top: 20px;}
  .Tabing-wrapper .cuexmainfilter table.table_foot > tbody > tr > td {
    padding: 0 !important;
  }
  .cuexmainfilter table.addfilter_row tbody tr td.blank-td,
  .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) {
    padding: 30px !important;
    border: 1px solid rgba(232, 232, 232, 1) !important;
    border-radius: 4px !important;
    /* display: block; */
  }
  .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) {
    padding: 10px 25px !important;
    position: relative;
  }
  .parent_wrapper > *:not(:first-child):not(:last-child) span.select2.select2-container.select2-container--default {
    max-width: 100% !important;
    width: 100% !important;
    padding: 9px 16px 12px;
    padding-right: 32px;
    border-radius: 8px;
    border: 1px solid #E8E8E8;
    background: #FAFAFA;
  }
  .parent_wrapper > *:not(:first-child):not(:last-child) span.select2.select2-container.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 10px;
    right: 20px;
  }
  .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) tr th .tab-first-pane-mid-drpdown {
    padding: 0;
    border: none;
  }
  .cuexmainfilter .blank-td,
  .sales_order_filter_section table.table tbody tr td.blank-td {
    cursor: pointer;
  }
  .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) tr td input {
    padding: 13px !important;
    border-radius: 8px;
    border: 1px solid #E8E8E8 !important;
    width: 100%;
  }
  .sales_order_exact_filter_section.cuexmainfilter {
    margin-top: 60px;
  }
  .cuexmainfilter table.table_head {
    /* border-spacing: 24px; */
    border-collapse: separate;
    border-radius: 8px;
    /* background: rgb(0 0 0 / 1%); */
  }
  .cuexmainfilter table.table_head th .inner-tabs-outer-img.last.hub-last {
    padding-left: 0;
  }
  .cuexmainfilter table.table_head th {
    border: 1px solid rgba(232, 232, 232, 1);
    background: rgba(250, 250, 250, 1);
    border-radius: 8px;
  }
  
  .sales_order_exact_filter_section.cuexmainfilter .filter-exact-drop-down.lang-tab-drp, 
  .sales_order_exact_filter_section.cuexmainfilter .tab-first-pane-mid-drpdown.bottom-drop.pip-outr, 
  .sales_order_exact_filter_section .pip-outr select {
    width: 100% !important;
    max-width: 100% !important;
  }
  
  .cuexmainfilter .table {
    margin: 0;
  }
  .cuexmainfilter tr p {
    margin: 0;
  }
  .cuexmainfilter .drop-down.topics{padding: 0;}
  .cuexmainfilter td.blank-td{padding: 0 !important;}
  .cuexmainfilter .parent_wrapper {
    display: flex;
    flex-direction: column;
    row-gap: 20px;
  }
  .addrow_topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 20px;
    padding: 0 5px;
  }
  .addrow_topbar span {
    display: inline-block;
  }
  .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) > .addrow_topbar a,
  .Tabing-wrapper .cuexmainfilter table.table_foot .parent_wrapper .table tr.itemlist_row td:last-child a {
    width: 20px;
    height: 20px;
    border-radius: 4px;
    display: inline-block;
    background: url('/assets/images/icons/crossicon.svg') no-repeat center / 14px;
    border: 1px solid rgba(232, 232, 232, 1);
  }
  .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) > .addrow_topbar a button,
  .Tabing-wrapper .cuexmainfilter table.table_foot .parent_wrapper .table tr.itemlist_row td:last-child a button {
    margin: 0;
    font-size: 0;
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 4px;
    background: transparent;
    padding: 0;
    border: none;
  }
  .Tabing-wrapper .cuexmainfilter table.table_foot .parent_wrapper .table .addfield__btn {
    width: 100%;
    padding: 14px 40px 14px 18px;
    text-align: left;
    background: #fafafa url('/assets/images/icons/plusadd.svg') no-repeat calc(100% - 15px) center / 20px;
    color: rgba(102, 102, 101, 1);
    font-weight: 500;
    border: 1px solid rgba(232, 232, 232, 1);
    border-radius: 8px;
    max-width: 150px;
    line-height: 1.3;
  }
  .Tabing-wrapper .cuexmainfilter table.table_foot .btn-close:focus {
    box-shadow: 0 0 0 1px rgb(0 0 0 / 50%);
  }
  .Tabing-wrapper .cuexmainfilter table.table_foot .parent_wrapper .table .addfield__btn:hover {
    color: #212529;
  }
  .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) .tab-first-pane-mid-drpdown{
    min-height: 50px;
  }
  .Tabing-wrapper .cuexmainfilter table.table_foot .parent_wrapper .table tr.itemlist_row td:last-child {
      text-align: right;
      border-top-right-radius: 5px;
      border-bottom-right-radius: 5px;
  } 
  .Tabing-wrapper .cuexmainfilter table.table_foot .parent_wrapper .table tr.itemlist_row th, 
  .Tabing-wrapper .cuexmainfilter table.table_foot .parent_wrapper .table tr.itemlist_row td {
      padding: 10px 20px !important;
      background: #f8f8f8;
  }
  .Tabing-wrapper .cuexmainfilter table.table_foot .parent_wrapper .table tr.itemlist_row th{
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
  }
  .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) tr:last-child td:last-child {
    text-align: right;
  }
  .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) tbody > tr:last-child th:first-child {
    padding-left: 50px !important;
    position: relative;
    width: 290px;
    max-width: 290px;
    min-width: 290px;
  }
  .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) tbody > tr:last-child th:first-child::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 10px;
    background: url('/assets/images/icons/rightarrow.svg') no-repeat center / contain;
  }
  .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) .tab-first-pane-mid-drpdown,
  .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) .tab-first-pane-mid-drpdown select,
  .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) .tab-first-pane-mid-drpdown select#language {
    width: 100% !important;
    max-width: 100% !important;
  }
  .parent_wrapper > *:not(:first-child):not(:last-child) span.select2{
    max-width: 100% !important;
    width: 100% !important;
  }
  .parent_wrapper > *:not(:first-child):not(:last-child) .card-body-first-part {
    width: 100% !important;
    max-width: 100% !important;
    justify-content: space-between;
    display: block;
    min-height: max-content;
    border: none;
  }
  .parent_wrapper > *:not(:first-child):not(:last-child) .card-body-first-part .drop-down {
    padding: 0;
    border: none;
    border-radius: 0;
    min-height: max-content;
  }
  .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) tr th, 
  .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) tr td {
    width: 245px;
    padding: 0 5px !important;
    max-width: 245px;
    min-width: 245px;
  }
  .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) tr td:last-child {
    width: 150px;
    max-width: 150px;
    min-width: 150px;
  }
  span.select2-container .select2-results__option {
    word-wrap: break-word;
    padding-right: 30px;
  }
  
  /* asa Responsive */
  @media only screen and (min-width:1200px){
    .max1020{max-width: 1020px;}
  }
  
  @media only screen and (max-width:991px){
    .cuexmainfilter table.table_foot .parent_wrapper table.addfilter_row {
      margin-top: 0;
    }
    .Tabing-wrapper .cuexmainfilter table.table_foot .parent_wrapper .table tr.itemlist_row th, 
    .Tabing-wrapper .cuexmainfilter table.table_foot .parent_wrapper .table tr.itemlist_row td {
      padding: 0px 20px 12px !important;
    }
    .Tabing-wrapper .cuexmainfilter table.table_foot .parent_wrapper .table tr.itemlist_row th {
      border-radius: 0;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      padding-top: 20px !important;
    }
    
    .Tabing-wrapper .cuexmainfilter table.table_foot .parent_wrapper .table tr.itemlist_row td:last-child {
      border-radius: 0;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px;
    }
    .cuexmainfilter table.table_foot .parent_wrapper table.table tr.itemlist_row .drop-down.deal-cont.prim {
      padding: 0;
      padding-left: 0;
      padding-right: 0;
    }
    .cuexmainfilter table.table_foot .parent_wrapper table.table tr.itemlist_row {
      margin-bottom: 20px;
    }
    .cuexmainfilter table.table_foot .parent_wrapper table.table {
      border-spacing: 0 12px;
    }
    .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) tbody > tr:last-child th:first-child {
      padding-left: 5px !important;
      width: 100%;
      max-width: 100%;
      min-width: 100%;
    }
    .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) {
      padding: 5px 15px !important;
    }
    .cuexmainfilter table.addfilter_row tbody tr td.blank-td, 
    .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) {
      padding: 20px !important;
    }
    .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) tbody > tr:last-child th:first-child::before{display: none;}
    .cuexmainfilter table.table_foot > tbody > tr:not(:last-child) {
      margin-bottom: 40px;
    }
    .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) tr td:last-child {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
    .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) tr th, 
    .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) tr td{
      padding: 5px !important;
      width: 100%;
      min-width: 100%;
      max-width: 100%;
    }
    .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) .tab-first-pane-mid-drpdown select, 
    .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) .tab-first-pane-mid-drpdown select#language{
      padding: 0 30px 0 10px !important;
    }
    .parent_wrapper > *:not(:first-child):not(:last-child) span.select2.select2-container.select2-container--default .select2-selection--single {
      padding: 0;
    }
    .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) tr td input{min-height: 50px;}
  }
  
  @media only screen and (max-width:735px){
    .cuexmainfilter table.table {
      width: 100%;
    }
    .cuexmainfilter .parent_wrapper{
      row-gap: 10px;
    }
    .cuexmainfilter table.table_foot h3 {
      font-size: 20px;
    }
    .Tabing-wrapper .cuexmainfilter table.table_foot tbody tr .drop-down p {
      font-size: 15px;
    }
    .cuexmainfilter table .drop-down.deal-cont.prim{
      padding-left: 0;
      padding-right: 0;
    }
    .cuexmainfilter table.table_foot .parent_wrapper table.table {
      border-spacing: 0 10px;
    }
    .cuexmainfilter table.addfilter_row tbody tr td.blank-td, 
    .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) {
      padding: 15px !important;
    }
    .cuexmainfilter .parent_wrapper > *:not(:first-child):not(:last-child) {
      padding: 2px 12px !important;
    }
    .cuexmainfilter table.table_foot {
      border-spacing: 0 24px;
    }
    .sales_order_exact_filter_section.cuexmainfilter {
      margin-top: 20px;
    }
    .cuexmainfilter table.table_foot > tbody > tr:not(:last-child) {
      margin-bottom: 20px;
    }
    .Verbonden-accounts-bottom-btn {
      padding-top: 20px;
    }
  }
  
  /* Responsive */
  /*11-05-2024 */
  
  
  /* 24-05-2024 css of configration 400 and 401 start */
  .mapping_section select#language{max-width:89px !important;}
  .mapping_section .configure_section .upper-section-table{padding-top:40px;padding-bottom: 20px;}
  .mapping_section .configure_section .upper-section-table:first-child{padding-bottom: 20px;padding-top:0;}
  .mapping_section table p{word-wrap: break-word;}
  
  
  .mapping_section .btn.cancelupdate:after{background: url(/assets/images/Cross_Fm.svg);background-size: contain;height: 30px;width: 30px;content: '';}
  .mapping_section .btn.updatefiledsave::after {background: url(/assets/images/mijin-drop-down.svg);background-size: contain;height: 30px;width: 30px;content: '';}
  
   
  
  .cuexmappingsync .toggles-tab  {display: flex;flex-wrap: wrap;align-items: center;}
  .cuexmappingsync .switch {width: 70px;}
  .cuexmappingsync .toggles-tab > span {font-weight: 500;padding-left: 5px;padding-right:16px;}
  .cuexmappingsync .switch input:checked + .slider {background: #FFE744;color: #000;}
  .cuexmappingsync .switch .on {color: #000;}
  .cuexmappingsync .switch .toggles-tab .slider {background: #F0F0F0;}
  
  
  .mapfiedl-options .search-outer-dropBox-Wrap{justify-content: space-between;}
  .mapfiedl-options .search-outer-dropBox-Wrap  ._group{display:flex;flex-wrap:wrap;}
  
  
  @media only screen and (max-width: 767px) {
      .mapfiedl-options .search-outer-dropBox-Wrap  ._group{padding:20px 0;width: 100%;display: flex;justify-content: space-between;}
      .mapfiedl-options .search-outer-dropBox-Wrap    .cuexmappingsync {width:100%;display:flex;}
      .mapfiedl-options .search-outer-dropBox-Wrap   .mapping_filter{padding:0 !important;margin:0 !important;}
      .cuexmappingsync .toggles-tab > span{padding-left:0 !important;}
  }
  
  /* 24-05-2024 css end */


/* signup page 16-05-2024 */
:root {
  --bg-grey: #F8F8F7;
  --grey-clr: #666665;
  --black-clr: #000;
  --white-clr: #fff;
  --trans: 0.3s linear;
}
.max330 {max-width: 330px;}
.max600 {max-width: 600px;}
body.signup-page {background: var(--bg-grey);}
.signup_sec{padding: 80px 0;}
.site_logo {margin-bottom: 40px;}
.site_logo img {
  width: 100%;
  max-width: 42px;
  max-height: 52px;
  object-fit: contain;
}
.site_headings h1 {
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 500;
}
.site_headings p {
  font-size: 16px;
  line-height: 25px;
  color: var(--grey-clr);
  margin-top: 16px;
}
.signup_form_row {
  padding: 50px;
  background: #fff;
  margin-top: 32px;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
}
.form_block h3 {
  font-size: 20px;
  line-height: 25px;
  font-weight: 500;
  margin-bottom: 40px;
}
.formfields_row > * {
  width: 100%;
}
.formfields_row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  row-gap: 20px;
}
.formfield.lastbtnfield{margin-top: 12px;}
.formfield label {
  font-size: 12px;
  line-height: 12px;
  font-weight: 300;
  margin-bottom: 12px;
  display: inline-block;
  cursor: pointer;
}
.formfield input, .formfield textarea, .formfield select {
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  font-weight: 300;
  padding: 12px 18px;
  background: #FAFAFA;
  border: 1px solid #E8E8E8;
  border-radius: 4px;
  color: var(--black-clr);
}
.formfield input::placeholder, .formfield textarea::placeholder{color: var(--grey-clr);}
.formfield select{
  cursor: pointer;
}
.follow_btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  background: var(--black-clr);
  color: var(--white-clr);
  padding: 12px 32px;
  border: 1px solid var(--black-clr);
  transition: var(--trans);
  border-radius: 40px;
}
.follow_btn:hover {
  background: transparent;
  color: var(--black-clr);
}
.signupform_triggerdots{margin-top: 32px;}
.signupform_triggerdots, .signupform_triggerdots_row {
  display: flex;
  align-items: center;
  justify-content: center;
}
.signupform_triggerdots_row::before {
  content: '';
  width: 80%;
  height: 1px;
  border-bottom: 1px dashed #B1B2B0;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.triggerdot {
  width: 16px;
  height: 16px;
  background: var(--bg-grey);
  border: none;
  border-radius: 50%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
a.togglepassword {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 16px;
  display: inline-flex;
}
.triggerdot button{
  width: 8px;
  height: 8px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: #B1B2B0;
}
.triggerdot.compeleted button{
  width: 100%;
  height: 100%;
  background: url('/assets/images/signup/check.svg')no-repeat center/contain;
}
.triggerdot.active button{background: var(--black-clr);}
.triggerdot:not(:last-child) {
  margin-right: 58px;
}

/* Responsive asa*/
@media only screen and (min-width: 768px){
  .formfields_row > .width50 {width: calc(50% - 8px);}
}
/* signup page 16-05-2024 */
.border-black{
  border-color:black;
}