li.menu__item.has-submenu                                {
    position: relative;
 }
.w-zone-dashboard__overview__checklist__list .menu__item {
	 display: flex;
	 justify-content: space-between;
	 flex-wrap: wrap;
}
 .w-zone-dashboard__overview__checklist__list .menu__item.has-submenu::after {
	 content: "\f078";
	 display: block;
	 cursor: pointer;
	 font-family: "FontAwesome";
	 margin-left: 6px;
	 transition: all 0.5s ease;
     position: absolute;
     right:0;
     top: 7px;
}
 .w-zone-dashboard__overview__checklist__list .menu__item > .w-zone-dashboard__overview__checklist__list__item--level-1, .w-zone-dashboard__overview__checklist__list .menu__item > .menu--sub-menu--level-1 {
	 display: none;
	 width: 100%;
	 order: 1;
}
 .w-zone-dashboard__overview__checklist__list .menu__item > .w-zone-dashboard__overview__checklist__list__item--level-1 li, .w-zone-dashboard__overview__checklist__list .menu__item > .menu--sub-menu--level-1 li {
	 border-bottom: none;
}
.w-zone-dashboard__main__profile--category.w-zone-dashboard__main__profile--id-category_48c5f428-c4bf-326b-4f24fe7af9fd5760 .form__group__controls>.p-list--nested-form-groups li>.p-form__group::after,
.w-zone-dashboard__main__profile--category.w-zone-dashboard__main__profile--id-category_5dbfb2e0-a4b3-65fb-2e9ec12f482a7f85 .form__group__controls>.p-list--nested-form-groups li>.p-form__group::after { 
    display: none;
}

.w-zone-dashboard__main__profile--id-which-region-of-the-world--045 .p-form__group__controls__column--1_1 { display: flex; flex-direction: column; }