 #page-wrapper .btn{
 	text-transform: capitalize;
 }

 #page-wrapper .btn,
  #page-wrapper select{
 	margin: 0;
 }
 	
.profile-match-plugin h2{
	font-size: 16px;
}


 	.profile-match-plugin .btn-group,
    .profile-match-plugin .btn-group .multiselect{
        width: 100%;
    }
    
.profile-match-plugin .btn-sec{
	margin: 0 -0.25rem;
}
.profile-match-plugin .btn-sec .btn{
	text-transform: capitalize !important;
	padding-left: 7px !important;
	padding-right: 7px !important;
}
    .profile-match-plugin .btn-group .multiselect{
        margin: 0 !important;
    }
    .profile-match-plugin .btn-group .dropdown-menu{
    	max-height: 300px;
    	overflow-y: scroll;
    	min-width: 250px;
    }
    .profile-match-plugin .btn-group .dropdown-menu .multiselect-item .multiselect-clear-filter .glyphicon-remove-circle{
    	padding: 0 !important;
    	font-style: normal;
    }

    .profile-match-plugin .multiselect-container .input-group{
        padding: 0px;
        margin: 0;
        position: relative;
	    display: -ms-flexbox;
	    display: flex;
	    -ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	    -ms-flex-align: stretch;
	    align-items: stretch;
	    width: 100%;
    }

    .profile-match-plugin .multiselect-container .input-group .multiselect-search{
    	margin: 0;
    	height: calc(1.5em + .75rem + 2px);
    	padding: .375rem .75rem !important;
    }
    .profile-match-plugin .multiselect-container .input-group .input-group-btn{
    	display: flex;
    }
    .profile-match-plugin .multiselect-container .input-group .input-group-btn .btn{
    	padding: .375rem .75rem !important;
    }
    .profile-match-plugin .multiselect-container li{
    	padding: 0 10px;
    	margin-bottom: 10px;
    }
    .profile-match-plugin .multiselect-container li label.checkbox {
	    padding-left: 0 !important;
	    font-size: 12px;
	}

    .profile-match-plugin .multiselect-container li:last-child{
    	margin: 0;
    }
    .profile-match-plugin .multiselect-container li a{
    	display: block;
    }
    .profile-match-plugin .multiselect-container li a label{
    	padding: 0;
    }
    .profile-match-plugin .multiselect-container li a label input{
    	margin-right: 10px;
    }

/*.right-side .boxs,
.left-side .btn.btn-default,
.left-side .btn{
	background:#0d2752 !important;
}*/
.right-side .boxs h4{
	color: #fff !important;
}
.right-side .boxs img{
	    width: 40px;
    border-radius: 100%;
    margin-right: 10px;
    height: 40px;
}

.middle .nav-pills{
	margin: -10px;
}
/*.middle .nav-pills li{
	padding: 0 10px;
}*/
#page-wrapper .middle .nav-pills li .btn{
	padding: 15px 22px;
}

.middle .nav-pills li .btn1{ background: #ec7000; }
.middle .nav-pills li .btn2{ background: #152446; }
.middle .nav-pills li .btn3{ background: #ededed; color: #000 !important; }

@media (min-width: 576px) {
	.profile-match-plugin h2{ font-size: 18px; }
}
@media (min-width: 768px) {
	.profile-match-plugin h2{ font-size: 20px; }
}
@media (min-width: 992px) {
	.profile-match-plugin h2{ font-size: 22px; }
}
@media (min-width: 1200px) {
	.profile-match-plugin h2{ font-size: 24px; }
}

/*18-03-2020*/
body .new-accordion .card {
    border: 1px solid #eee !important;
    margin-bottom: 5px;
    border-radius: 4px !important;
}
.new-accordion .card .card-header {
    background: transparent;
    padding: 0px;
    border-radius: 0px;
    border: 0px;
}
body .new-accordion .card .card-header .btn {
    width: 100%;
    color: #444 !important;
    text-align: left;
    background-color: #dedede;
}
body .new-accordion .card .card-header .btn:focus{
    text-decoration: none;
}
body .new-accordion .card .card-header .btn.open-active{
    background-color: #00a7d7;
    color: #fff !important;
}
body .new-accordion .card .card-header .btn.open-active i {
    transform: rotate(90deg);
}
.axis-list-form ul{
    -moz-column-count: 2;
  -moz-column-gap: 1em;
  -webkit-column-count: 2;
  -webkit-column-gap: 1em;
  column-count: 2;
  column-gap: 1em;
}
.overlay-button {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 200ms;
  visibility: hidden;
  opacity: 0;
}
.overlay-button.light {
  background: rgba(255, 255, 255, 0.5);
}
.overlay-button .cancel {
     position: absolute;
    top: 5px;
    right: 15px;
    width: auto;
    height: auto;
    color: #fff;
    z-index: 999;
    font-size: 20px;
    cursor: pointer;
}
.overlay-button:target {
  visibility: visible;
  opacity: 1;
}
.popup-ov {
  margin: 75px auto;
  padding: 20px;
  background-color: rgba(50, 50, 50, 0.7);
  width: 300px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.5);
  position: relative;
  border-radius: 4px;
  z-index: 999;
}
.content-pop-work .inner-contentpop{
	height: 500px;
	overflow-y: scroll;
}
/* Scrollbar Styling */
.content-pop-work .inner-contentpop::-webkit-scrollbar {
    width: 3px;
}
 
.content-pop-work .inner-contentpop::-webkit-scrollbar-track {
    background-color: #ebebeb;
    -webkit-border-radius: 10px;
    border-radius: 10px;
}

.content-pop-work .inner-contentpop::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: #6d6d6d; 
}
.light .popup-ov {
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}
.popup-ov h2 {
  margin-top: 0;
  color: #fff;
}
.popup-ov .close {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 20px;
  right: 20px;
  opacity: 0.8;
  transition: all 200ms;
  font-size: 24px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.popup-ov .close:hover {
  opacity: 1;
}
.popup-ov .content {
  height: 100%;
  overflow: auto;
}

.popup-ov p {
  margin: 0 0 1em;
}
.popup-ov p:last-child {
  margin: 0;
}
.right-side .boxs .team-name{
    font-size: 16px;
    text-transform: capitalize;
}
.right-side .boxs:hover{
    text-decoration: none !important;
}  
.custom-tooltip{
    max-height: 100%;
    overflow: inherit;
}
.custom-tooltip h3{
    font-size: 16px;
    text-transform: capitalize;
}
.custom-tooltip .highest-score {
    transform: unset !important;
}
.custom-tooltip .highest-score ul,
.custom-tooltip .lowest-score ul{
    padding: 0;
    margin: 0;
    list-style: none;
}
.custom-tooltip .highest-score .tooltip-box img,
.custom-tooltip .lowest-score .tooltip-box img{
    width: 40px;
    border-radius: 100%;
    margin-right: 10px;
    height: 40px;
}
@media (max-width: 1370px) {
	.middle.team-matching-wrap .nav li.nav-item.pr-lg-0, li.nav-item.pl-lg-0{
		padding-left: 10px !important;
		padding-right: 10px !important;
	}
}
/*18-03-2020*/
.zmile_chart div:nth-child(2) {
  
/*   -webkit-transform: translate(50%, 0);
        -ms-transform: translate(50%, 0);
    transform: translate(50%, 0); */
  top: 0 !important;
  -webkit-transform: translate(50%, 0);
          -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
  white-space: pre-line !important;
  width:  300px;
}
.third-session .custom-tooltip {
  max-height: 350px;
  overflow: auto;
}
.third-session .custom-tooltip::-webkit-scrollbar {
  width: 3px;
}

.third-session .custom-tooltip::-webkit-scrollbar-track {
  background-color: #ebebeb;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}

.third-session .custom-tooltip::-webkit-scrollbar-thumb {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  background: #6d6d6d; 
}
#page-wrapper .team-ajax .btn {
    font-weight: 500;
}
.main-team-list,.delete-team-wrap{
display: block;
overflow-y: auto;
height: 195px;
}
.team-match-plugin .ui-accordion .ui-accordion-header .ui-accordion-header-icon{right:0;left:auto}
.team-match-plugin .ui-accordion-header{padding-right:1.5rem!important}

/* Team Plan Accordion Styles */
.team_doelen.common_accordion .common_accordion_heading, .team_leden.common_accordion .common_accordion_heading {
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
    padding: 10px 15px;
    border: 1px solid rgba(0, 0, 0, 0.10);
    background-color: #f5f3f3;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
    border-radius: 6px;
    margin-bottom: 10px;
}

/* .team_doelen.common_accordion .common_accordion_heading:hover,
.team_leden.common_accordion .common_accordion_heading:hover {
    background-color: #f0f0f0;
    box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    transform: translateY(-1px);
} */

/* .team_doelen.common_accordion .common_accordion_heading.active,
.team_leden.common_accordion .common_accordion_heading.active {
    background-color: #e8f5e9;
    border-bottom-color: #0F9D58;
    border-left: 4px solid #0F9D58;
    box-shadow: 0 2px 8px rgba(15, 157, 88, 0.15);
} */

.team_doelen.common_accordion .common_accordion_content, .team_leden.common_accordion .common_accordion_content {
    display: none;
    padding: 15px;
    background-color: #fff;
    margin-bottom: 15px;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.1);
}
.team_be_doeling_section .single_doel {
    justify-content: space-between;
}
.team_be_doeling_section .single_doel .single_doel_actions_wrapper {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.team_be_doeling_section .single_doel .single_doel_actions_wrapper span.fa {
    font-size: 17px;
}
.team_be_doeling_section span {
    border: none;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.doelen_list.single_team_leden_info .team_action.action span {
    border: none;
    margin: 0;
    font-size: 16px;
    padding: 0 !important;
    width: auto;
    height: auto;
}
.team_be_doeling_section .single_doel_actions_wrapper {
    gap: 10px;
}

.team_doelen.common_accordion .common_accordion_content.show,
.team_leden.common_accordion .common_accordion_content.show {
    display: block;
    animation: slideDown 0.35s ease;
}

.team_doelen.common_accordion .common_accordion_heading h6.common_title,
.team_leden.common_accordion .common_accordion_heading h6.common_title {
    cursor: pointer;
    margin: 0;
    flex: 1;
    min-width: 200px;
}

.team_doelen.common_accordion .common_accordion_heading .fa-angle-down, .team_doelen.common_accordion .common_accordion_heading .fa-angle-up, .team_leden.common_accordion .common_accordion_heading .fa-angle-down, .team_leden.common_accordion .common_accordion_heading .fa-angle-up {
    margin-left: auto;
    margin-right: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 15px;
    /* color: #0F9D58; */
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    pointer-events: auto;
    z-index: 10;
    position: relative;
    width: 35px;
    height: 35px;
    line-height: 35px;
    border: 1px solid rgba(0, 0, 0, 0.10);
}
.common_accordion_heading_leftuserinfo {
    width: calc(50% - 55px);
    display: flex;
    gap: 10px;
}
.accordian_button {
    width: 50%;
    display: flex;
    gap: 5px;
    justify-content: end;
}


.team_doelen.common_accordion .common_accordion_heading.active .fa-angle-down,
.team_leden.common_accordion .common_accordion_heading.active .fa-angle-down {
    display: none;
}

.team_doelen.common_accordion .common_accordion_heading:not(.active) .fa-angle-up,
.team_leden.common_accordion .common_accordion_heading:not(.active) .fa-angle-up {
    display: none;
}

/* Nested Accordion (tab_heading) Styles */
.doelen_list .single_doel > .tab_heading {
    cursor: pointer;
    transition: all 0.3s ease;
    padding: 15px 20px;
    border-bottom: 1px solid #e8e8e8;
    background-color: #fafafa;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
    position: relative;
    border-radius: 4px;
    margin-bottom: 8px;
}

.doelen_list .single_doel > .tab_heading:hover {
    background-color: #f0f0f0;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.single_team_leden_info_new .common_accordion_content.team_btn_section .doel_completed {
    margin-bottom: 10px !important;
}

/* .doelen_list .single_doel > .tab_heading.active {
    background-color: #e8f5e9;
    border-bottom-color: #0F9D58;
    border-left: 3px solid #0F9D58;
} */

.doelen_list .single_doel > .tab_content {
    display: none;
    padding: 20px 25px;
    background-color: #fff;
    border-bottom: 1px solid #e8e8e8;
    /* border-left: 3px solid #e0e0e0; */
    margin-left: 20px;
    margin-bottom: 10px;
    border-radius: 0 4px 4px 0;
}

.doelen_list .single_doel > .tab_content.show {
    display: block;
    animation: slideDown 0.3s ease;
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.doelen_list .single_doel > .tab_heading .fa-angle-down,
.doelen_list .single_doel > .tab_heading .fa-angle-up {
    transition: all 0.3s ease;
    cursor: pointer;
    font-size: 20px;
    /* color: #0F9D58; */
    padding: 8px 12px;
    margin-left: auto;
    min-width: 40px;
    text-align: center;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    pointer-events: auto;
    z-index: 10;
    position: relative;
}

.doelen_list .single_doel > .tab_heading.active .fa-angle-down {
    display: none !important;
}

.doelen_list .single_doel > .tab_heading:not(.active) .fa-angle-up {
    display: none !important;
}

.doelen_list .single_doel > .tab_heading.active .fa-angle-up {
    display: inline-block !important;
}

/* Ensure arrows inside doel_title_section_wrappermainsection are clickable */
.doel_title_section_wrappermainsection i.fa-angle-down,
.doel_title_section_wrappermainsection i.fa-angle-up {
    cursor: pointer !important;
    pointer-events: auto !important;
    z-index: 10 !important;
    position: relative;
}

/* Arrow visibility for doel_title_section_wrappermainsection */
.tab_heading.active .doel_title_section_wrappermainsection .fa-angle-down {
    display: none !important;
}

.tab_heading:not(.active) .doel_title_section_wrappermainsection .fa-angle-up {
    display: none !important;
}

.tab_heading.active .doel_title_section_wrappermainsection .fa-angle-up {
    display: inline-block !important;
}

/* Action Plan Accordion Styles */
.team_doelen.common_accordion .common_accordion_heading .team_action {
    margin-left: auto;
    display: flex;
    align-items: center;
    gap: 10px;
}

.team_doelen.common_accordion .common_accordion_heading .team_action .fa-edit,
.team_doelen.common_accordion .common_accordion_heading .team_action .remove_acties {
    cursor: pointer;
    padding: 5px 8px;
    transition: all 0.3s ease;
}

.team_doelen.common_accordion .common_accordion_heading .team_action .fa-edit:hover {
    /* color: #0F9D58; */
    /* transform: scale(1.1); */
}

/* .team_doelen.common_accordion .common_accordion_heading .team_action .remove_acties:hover,
.team_be_doeling_section span:hover svg path {
    color: #d32f2f;
    transform: scale(1.1);
} */

.team_doelen.common_accordion .common_accordion_heading .team_users {
    display: flex;
    align-items: center;
    margin-right: 15px;
    gap: -10px;
}

.team_doelen.common_accordion .common_accordion_heading .team_users img {
    border: 2px solid #fff;
    margin-left: -10px;
}

.team_doelen.common_accordion .common_accordion_heading .team_users img:first-child {
    margin-left: 0;
}

.team_doelen.common_accordion .common_accordion_heading .doel_completed {
    margin-right: 15px;
}

/* Exact same design as teamplanpagedoelthree - Override ALL theme CSS */
div#teamplan_tab .single_team_leden_info .doel_completed.teamplanpagedoelthree .doel_prog,
div#teamplan_tab .team_doelen.common_accordion .common_accordion_heading .doel_completed.teamplanpagedoelthree .doel_prog,
div#teamplan_tab .doelen_list .single_doel .tab_heading .doel_title_section .acties_prog,
div#teamplan_tab .acties_heading.tab_heading .actie_prog_single,
div#teamplan_tab .acties_progress_bar .acties_prog,
div#teamplan_tab .acties_progress_bar .actie_prog_single {
    width: 300px !important;
    border-radius: 10px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 20px !important;
    border: 1px solid #adadad !important;
    position: relative !important;
    overflow: hidden !important;
    background-color: #fff !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Override theme CSS that positions span outside - center it inside instead */
div#teamplan_tab .single_team_leden_info .doel_completed.teamplanpagedoelthree .doel_prog span,
div#teamplan_tab .team_doelen.common_accordion .common_accordion_heading .doel_completed.teamplanpagedoelthree .doel_prog span,
div#teamplan_tab .doelen_list .single_doel .tab_heading .doel_title_section .acties_prog span,
div#teamplan_tab .acties_heading.tab_heading .actie_prog_single span,
div#teamplan_tab .acties_progress_bar .acties_prog span,
div#teamplan_tab .acties_progress_bar .actie_prog_single span {
    font-size: 13px !important;
    font-weight: 600 !important;
    z-index: 2 !important;
    position: relative !important;
    color: #333 !important;
    text-align: center !important;
    right: auto !important;
    left: auto !important;
    margin: 0 !important;
    padding: 0 !important;
}

div#teamplan_tab .single_team_leden_info .doel_completed.teamplanpagedoelthree .doel_prog .prog_white,
div#teamplan_tab .team_doelen.common_accordion .common_accordion_heading .doel_completed.teamplanpagedoelthree .doel_prog .prog_white,
div#teamplan_tab .doelen_list .single_doel .tab_heading .doel_title_section .acties_prog .prog_white,
div#teamplan_tab .acties_heading.tab_heading .actie_prog_single .prog_white,
div#teamplan_tab .acties_progress_bar .acties_prog .prog_white,
div#teamplan_tab .acties_progress_bar .actie_prog_single .prog_white {
    color: #fff !important;
    text-shadow: 0 1px 2px rgba(0,0,0,0.2) !important;
}

div#teamplan_tab .single_team_leden_info .doel_completed.teamplanpagedoelthree .doel_prog .prog_black,
div#teamplan_tab .team_doelen.common_accordion .common_accordion_heading .doel_completed.teamplanpagedoelthree .doel_prog .prog_black,
div#teamplan_tab .doelen_list .single_doel .tab_heading .doel_title_section .acties_prog .prog_black,
div#teamplan_tab .acties_heading.tab_heading .actie_prog_single .prog_black,
div#teamplan_tab .acties_progress_bar .acties_prog .prog_black,
div#teamplan_tab .acties_progress_bar .actie_prog_single .prog_black {
    color: #333 !important;
}

/* For nested progress bars, allow full width but same design */
div#teamplan_tab .doelen_list .single_doel .tab_heading .doel_title_section .acties_prog {
    width: 100% !important;
    max-width: 300px !important;
}

div#teamplan_tab .acties_heading.tab_heading .actie_prog_single {
    width: 100% !important;
    max-width: 300px !important;
}

/* Smooth transitions */
.common_accordion_content,
.tab_content {
    overflow: hidden;
    transition: max-height 0.35s ease, padding 0.35s ease;
}

/* Ensure proper spacing */
.team_doelen.common_accordion .single_doel {
    margin-bottom: 10px;
}

.team_doelen.common_accordion .single_doel:last-child {
    margin-bottom: 0;
}

/* Improved layout for accordion heading */
.team_doelen.common_accordion .doelen_list .common_accordion_heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 15px;
}

.team_doelen.common_accordion .doelen_list .common_accordion_heading h6.common_title {
    flex: 1;
    min-width: 250px;
    font-weight: 500;
}

.team_doelen.common_accordion .doelen_list .common_accordion_heading .fa-angle-down, .team_doelen.common_accordion .doelen_list .common_accordion_heading .fa-angle-up {
    order: -1;
    margin-left: 0;
    margin-right: 0;
    color: #000;
}
/* Nested tab heading layout */
.doelen_list .single_doel > .tab_heading .doel_title_section {
    flex: 1;
    min-width: 200px;
}

.doelen_list .single_doel > .tab_heading .author_data {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-right: 15px;
}

.doelen_list .single_doel > .tab_heading .author_data .author_img img {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.doelen_list .single_doel > .tab_heading .author_data .author_name {
    font-size: 14px;
    color: #666;
}

.doelen_list .single_doel > .tab_heading .fa-angle-down,
.doelen_list .single_doel > .tab_heading .fa-angle-up {
    order: -1;
    margin-left: 0;
    margin-right: 10px;
}

/* Team description styling */
.team_doelen.common_accordion .common_accordion_content .team_desc {
    padding: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #e8e8e8;
    color: #555;
    line-height: 1.6;
    margin-left: 0px !important;
}

.common_accordion .accordion_number {
    margin: 0 5px 0 0;
    display: inline;
}

/* Accordion Numbering Styles */
.accordion_number {
    display: inline-block;
    font-weight: bold;
    /* color: #0F9D58; */
    margin-right: 8px;
    min-width: 30px;
    font-size: 16px;
}

.team_doelen.common_accordion .common_accordion_heading h6.common_title .accordion_number {
    font-size: 18px;
    /* color: #0F9D58; */
    font-weight: 700;
}

/* Acties Progress Bar Styles */
.acties_progress_bar {
    width: 100%;
    margin-top: 12px;
    margin-bottom: 8px;
    display: block !important;
    visibility: visible !important;
}

/* Ensure progress bars inside wrapper match design */
.acties_progress_bar .acties_prog,
.acties_progress_bar .actie_prog_single {
    width: 300px !important;
    max-width: 300px !important;
}

/* .doelen_list .single_doel .tab_heading .doel_title_section .acties_progress_bar {
    width: 100%;
    max-width: 500px;
    display: block !important;
} */
.doelen_list .single_doel .tab_heading .doel_title_section .acties_progress_bar {
  width: 150px;
  max-width: 100%;
  display: block !important;
}

/* Acties progress bar uses unified design above */

.doelen_list .single_doel > .tab_heading .doel_title_section h6.common_title .accordion_number {
    font-size: 16px;
    /* color: #0F9D58; */
    font-weight: 600;
}

.doelen_list .single_doel .tab_content .acties_heading.tab_heading h6.common_title .accordion_number {
    font-size: 15px;
    /* color: #0F9D58; */
    font-weight: 600;
}

/* Actie Single Progress Bar Styles */
.actie_title_wrapper {
    flex: 1;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    max-width: 60%;
    gap: 15px;
}
.doel_title_section_wrappermainsection {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
}
.doel_title_section_wrappermainsection h6.common_title.border {
  /* display: flex !important; */
  justify-content: center;
  align-items: center;
  word-break:normal;
}
.actie_title_wrapper.actie_title_wrappermainsection {
    justify-content: end;
    gap: 10px;
    align-items: center;
}
.acties_heading.tab_heading .actie_title_wrapper h6.common_title {
    margin-bottom: 0;
}
.acties_heading.tab_heading .actie_single_progress {
  width: 100%;
  max-width: 150px;
  margin-top: 8px;
  margin-bottom: 0;
  display: block !important;
}

/* Actie single progress bar uses unified design above */

/* Ensure numbering is visible and properly aligned */
.common_accordion_heading h6.common_title,
.tab_heading h6.common_title,
.acties_heading.tab_heading h6.common_title {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.common_accordion_heading h6.common_title .accordion_number,
.tab_heading h6.common_title .accordion_number,
.acties_heading.tab_heading h6.common_title .accordion_number {
    flex-shrink: 0;
}