.mg-accordion, .mg-accordion ul{
	list-style-type: none;
}
.mg-accordion .submenu{
	display: none;
	width: 100%;
	height: auto;
	box-sizing: border-box;
	/* padding: 0.3em; */
	overflow: hidden;
}
.my-menu, .mg-flat{
	width: 95%;
	padding-left: 0px;
	box-sizing: border-box;
	margin-left: 1.3vw;
}
.justify-items-evenly{
	justify-content: space-evenly;
}
.mg-flat li.dropdown{
	margin-left: 0;
}
.mg-flat .submenu li{
	/* margin-left: -20px; */
	width: 98%;
	float: right;
	box-sizing: border-box;
}
.mg-flat span.toggler{
	/* background-image: url(../../../assets/media/images/gui_svg/arrow.svg); */
	float: right;
	/* font-size: 10px; */
	position: absolute;
	right: 1vw;
	/* background-color: #CCCCCC; */
	color: #333333;
	/* padding: 0.1em 0.2em; */
	font-size: 1.25rem;
	width: 33px;
	text-align: center;
	height: 20px;
	background-size: 100% 100%;
}
.mg-flat a{
	text-decoration: none;
	display: block;
}
.mg-flat li.dropdown a{
	padding: 0.5em 0.1em;
	border-bottom: 2px solid;
	border-color: #ccc;
	font-size: Clamp(0.8rem, 1vw, 2.5rem);
	font-family: 'Calibri';
	color: #333;
	/* font-weight: bold; */
	overflow: hidden;
	/* float: left; */
	width: 100%;
	/* position: relative; */
	/* left: 0; */
	/* top: 30px; */
	padding-right: 5%;
}
.courseprogress{
    width: 20px;
    height: 20px;
    border-radius: 100px;
    /* border: 1px solid #333; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
.courseprogress img{
    width: 100%;
    height: 100%;
}
.courseprogress1{
    width: 20px;
    height: 20px;
    /* border-radius: 100px; */
    /* border: 1px solid #333; */
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    align-content: center;
    margin-top: 0.4vw;
}
.courseprogress1 img{
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center center;
}
.round1{width: 20px;height: 20px;border: 1px solid;/* border-color: #e31d38; */border-radius: 100px;display: flex;flex-direction: row;flex-wrap: nowrap;justify-content: center;align-items: center;align-content: center;/* background-color: red; */}
.round2{
	width: 12px;
	height: 12px;
	border: 1px solid;
	/* border-color: #e31d38; */
	border-radius: 100px;
	/* background-color: #fff; */
}
.round2_half{
	width: 12px;
	height: 12px;
	border: 1px solid;
	/* border-color: #e31d38; */
	border-radius: 100px;
	/* background-color: #fff; */
	position: absolute;
	left: 0;
	right: 0;
	top: 4px;
	bottom: 0;
	margin: 0 auto;
}
.round1_half{width: 20px;height: 20px;border: 1px solid;/* border-color: #e31d38; */border-radius: 100px;display: flex;flex-direction: column;flex-wrap: nowrap;justify-content: flex-end;align-items: center;align-content: center;/* background-color: red; */}
.round1_bg{/* background-color: #e31d38; */}
.round2_bg{/* background-color: #fff; */}
.roundhalf{
	width: 20px;
	height: 10px; /* as the half of the width */
	/* background-color: #e31d38; */
	/* border-top-left-radius: 120px; */  /* 100px of height + 10px of border */
	/* border-top-right-radius: 120px; */ /* 100px of height + 10px of border */
	/* border: 10px solid gray; */
	/* border-bottom: 0; */
	border-radius: 0px 0px 100px 100px;
}
.menu_sec{
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.menu_sec .round1{
	/* top: 15px; */
	/* margin-top: 1.3em; */
}
a.openItem{
	border-bottom: 2px solid #ccc !important;
	color: #fff;
	border-color: #ffe400;
}
.openItem span{
	transform: rotate(90deg);
	/* color: #fff; */
}
.toggler{
	transition: all 1s;
}
.menu_popup{
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 80%);
	position: absolute;
	left: 0;
	top: 0;
	z-index: 8;
}
.mg-accordion li{
	margin-left: 0px;
	position: relative;
	width: 100%;
	/* display: flex; */
	/* flex-direction: column; */
}
.mg-accordion li a{
	font-size: Clamp(0.8rem, 1vw, 2.5rem);
	font-family: Arial;
	color: #333;
	font-weight: bold;
	width: 100%;
}
.mg-accordion li a:hover{
	background-color: unset;
    color: unset;
    transform: scale(1);
    transition: 0.3s ease;
}
.toggler i{
	display: block;
	width: 16px;
	height: 16px;
	background: #CC0000;
	border-radius: 100%;
	position: absolute;
	overflow: hidden;
	border: 2px solid #CC0000;
	box-shadow: 0 0 1px 1px #CC0000;
	position: absolute;
	right: 1vw;
}