/**
* Theme Name: Masterstudy LMS Starter Child
* Description: This is a child theme of Masterstudy LMS Starter, generated by Merlin WP.
* Author: <a href="https://stylemixthemes.com/">StylemixThemes</a>
* Template: ms-lms-starter-theme
* Version: 1.1.15
*/

.masterstudy-popular-courses {
    display: none !important;
}
.stm_lms_user_info_top__info .stm-lms-user_rating {
    display: none !important;
}

.stm_lms_instructor_courses__single--price {
  visibility: hidden;
}

h1.typewriter{
	text-align: center;
	font-size: 50px;
}
h1.typewriter a.typewrite{
	color: #009AD0;
}
/* 
.e-n-tabs-heading{
	border: 3px solid #004680;
	width: fit-content;
	margin: 0 auto;
	border-radius: 30px;
	padding: 3px;
} */
.azzurro{
	color: #009AD0 !important;
}

button[aria-selected="true"] span.e-n-tab-title-text {
  color: #009ad0;
}
button[aria-selected="false"] span.e-n-tab-title-text {
  color: #004680;
}


.tabsite div.e-n-tabs.e-activated div.e-n-tabs-heading button#e-n-tab-title-2624953271[aria-selected="true"]::before{
  background: none !important;
}

.tabsite div.e-n-tabs.e-activated div.e-n-tabs-heading button#e-n-tab-title-2624953276[aria-selected="true"]::after{
  background: none !important;
}

.tabsite div.e-n-tabs.e-activated div.e-n-tabs-heading button[aria-selected="true"]::before{
  content: '';
  bottom: -32px;
  position: absolute;
  left: -67px;
  background: url('/wp-content/uploads/2024/09/curve-left.webp');
    background-repeat: repeat;
    background-size: auto;
  z-index: 1;
  width: 10px;
  height: 10px;
  width: 79px;
  background-size: contain;
  height: 78px;
  background-repeat: no-repeat;
}

.tabsite div.e-n-tabs.e-activated div.e-n-tabs-heading button[aria-selected="true"]::after {
  content: '';
  bottom: -32px;
  position: absolute;
  right: -67px;
  background: url('/wp-content/uploads/2024/09/curve.webp') !important;
    background-repeat: repeat;
    background-size: auto;
  z-index: 1;
  width: 10px;
  height: 10px;
  width: 79px;
  background-size: contain;
  height: 78px;
  background-repeat: no-repeat;
}

button[aria-selected="false"]{
	border-radius: 30px !important;
}

.tabsite .e-n-tab-title {
  background-color: #ffffff;
  border: none;
  width: 100%;
  cursor: pointer;
  border-radius: 30px 30px 0 0;
  opacity: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
	padding: 60px;
	box-shadow: 0 0px 60px 0px rgba(0, 70, 128, 0.2) !important;
}

.tabsite div.e-n-tabs-content{
	border-radius: 50px;
	box-shadow: 0 0px 60px 0px rgba(0, 70, 128, 0.2) !important;
}
.tabsite div.e-n-tabs-heading{
	padding-bottom: 29px;
  text-align: center;
  margin-top: 10px;
  display: flex;
  gap: 25px;
  justify-content: space-between;
  flex-wrap: nowrap;
}

button[aria-selected="true"] .e-n-tab-title-text::before {
  content: '';
  width: 100%;
  background: #fff;
  height: 75px;
  bottom: -74px;
  position: absolute;
  left: 0;
  z-index: 1;
}



