.mog-tabs-wrap.rt_main.blue_touch>.tabs .nav-tabs-rt_main .nav-link,
.mog-tabs-wrap.rt_main.blue_touch>.tabs .nav-pills-rt_main .nav-link {
	color: var(--ms-theme-gray-dark);
}

.mog-tabs-wrap.rt_main.blue_touch>.tabs .nav-tabs-rt_main .nav-link:hover,
.mog-tabs-wrap.rt_main.blue_touch>.tabs .nav-tabs-rt_main li.m-active .nav-link {
	color: #4B509E;
	color: var(--ms-theme-blue);
}

.mog-tabs-wrap.rt_main.blue_touch>.tabs .nav-tabs-rt_main .nav-link:hover,
.mog-tabs-wrap.rt_main.blue_touch>.tabs .nav-tabs-rt_main .nav-link:hover span {
	color: var(--ms-theme-blue);
}

.mog-tabs-wrap.rt_main.blue_touch>.tabs .nav-pills-rt_main .nav-link:hover {
	color: var(--ms-theme-blue);
}

.mog-tabs-wrap.rt_main.blue_touch>.tabs .nav-pills-rt_main li.m-active .nav-link,
.mog-tabs-wrap.rt_main.blue_touch>.tabs .nav-pills-rt_main li.m-active .nav-link:hover,
.mog-tabs-wrap.rt_main.blue_touch>.tabs .nav-pills-rt_main>li.m-active .nav-link:focus {
	color: #fff !important;
	background-color: var(--ms-theme-blue) !important;
	font-family: "KulimPark", sans-serif;
	border: 1px solid #387bb6;
	border-top-left-radius: .3rem;
    border-bottom-left-radius: .3rem;
}
#l_type_activity1 {
   border-left: 1px solid #dfdfdf;
}

.mog-tabs-wrap.rt_main.blue_touch .mog-tabs-list.nav-tabs>li.active:after {
	background: var(--ms-theme-blue);
}

.mog-tabs-wrap.rt_main.blue_touch .common_select .common_select-link {
	background-color: var(--theme-main-color);
}

.mog-tabs-wrap.rt_main.blue_touch .common_select .common_select-link .ik_select_link_text {
	color: var(--ms-white);
}

.mog-tabs-wrap.rt_main.blue_touch .common_select .common_select-link .ik_select_link_text {
	font-size: 1.1rem;
}

.mog-tabs-wrap.rt_main.blue_touch .common_select .common_select-link .trigger:before {
	width: 12px;
	height: 12px;
	background-position: var(--light, 2px 3px) var(--dark, -6px 1px);
	background-size: 25px;
	background-color: var(--ms-white);
}

.mog-tabs-wrap.rt_main.blue_touch .nav-link {
    padding: 0.5rem 2rem 0.5rem 2rem !important;
}