/*
Theme Name: Convesio
Theme URI:  https://convesio.com/
Author:     Convesio
Author URI: https://convesio.com/
Template:   hello-elementor
Version:    1.0
License:    GNU General Public License v2 or later
*/

.lms-t1 .premium-tabs-nav {
    border-radius: 10px !important;
    border: 4px solid #f2f7ff;
    padding: 5px 19px;
    background-color: #f2f7ff;
}
.lms-t1 .premium-tabs-nav li a span {
    font-weight: 400 !important;
    font-size: 18px;
}
.lms-t1 .elementor-widget-container ul {
    list-style: none;
}
.lms-t1 .premium-tabs-nav li a:after {
    clip-path: none !important;
    border-radius: 10px !important;
}
.lms-t2 .premium-tabs-nav {
    width: 30%;
}
.lms-t2 .premium-tabs .premium-content-wrap {
    width: 70% !important;
}
.lms-t2 .premium-tabs .premium-tabs-nav-list-item a {
    height: 50px;
}
.lms-t2 .premium-tabs a img {
    width: 60% !important;
}
.lms-t2 .premium-tabs-nav {
    border-radius: 10px !important;
    border: 4px solid #f2f7ff;
    padding: 5px 5px;
    background-color: #f2f7ff;
}
.lms-t2 .premium-tabs-nav li a:after {
    clip-path: none !important;
    border-radius: 10px !important;
}
.lms-t2 .premium-tabs .tab-current a img {
    filter: brightness(0) invert(1);
}


@media only screen and (max-width: 768px){
	.lms-t1 .premium-tabs-nav ul.premium-tabs-nav-list, .lms-t2 .premium-tabs-nav ul.premium-tabs-nav-list {
		display: unset;
	}
	.lms-t2 .premium-tabs-nav, .lms-t2 .premium-tabs .premium-content-wrap {
		width: 100% !important;
	}
}