/**********CLASS Hicrm_Tabber**********/
/**********.hicrm_tabber**********/
.hicrm_tabber {width: 100%;}

.hicrm_tabs {
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: space-evenly;
	align-items: flex-end;
}

.hicrm_tabs .hicrm_tab {
	display: flex;
	flex-direction: row;
	align-items: center;
}

.hicrm_tab_content {width: 100%;}
.hicrm_tab_content:not(.hicrm_current_tab_content) {
  position: fixed;
  left: -1000vw;
  top: -1000vh;
  opacity: 0;
}