body{
	  font-family: "Inter", sans-serif !important;
	  }
.nav-link {
    --bs-nav-link-font-weight: 500;
    letter-spacing: -0.01rem;
}


.lead {
    font-size: 0.8rem;
    font-weight: 500;
}
h3, .h3 {
    font-size: 0.9rem;
}

.list-item{ padding:10px; background:#FFF; margin-bottom:20px;}
.list-item img{ height:210px !important;}
.list-item .post-title{
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
	height:50px;
	}

.meta, .post-category, .filter:not(.basic-filter), .filter:not(.basic-filter) ul li a {
    text-transform: uppercase;
    letter-spacing: 0.02rem;
    font-size: 0.6rem;
    font-weight: 700;
    color: #aab0bc;
}
.post-meta {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 0.65rem;
    color: #aab0bc;
    font-weight: 500;
}
.post-meta li i {
    padding-right: 0.2rem;
    vertical-align: -0.05rem;
    font-size: 17px;
}


.hscroll-menu::-webkit-scrollbar-thumb {
  border-radius: 0px;
  border-top: 8px solid rgba(255, 255, 255, 0);
  background-clip: content-box;
  _background-color: #e6e6e6;
  background-color: #e6e6e6;
}
.hscroll-menu::-webkit-scrollbar-thumb:hover {
  border-radius: 0px;
  border-top: 8px solid rgba(255, 255, 255, 0);
  background-clip: content-box;
  background-color: #e6e6e6;
}

.hscroll-menu::-webkit-scrollbar-corner {
  background-color: #e6e6e6;
}


.hscroll-menu {
	flex-wrap: nowrap !important;
    white-space: nowrap !important;
	overflow-x: inherit !important;
   
    -webkit-overflow-scrolling: touch !important;
    -ms-overflow-style: -ms-autohiding-scrollbar !important;
}


.flex-center {
    justify-content: center;
}



.border-gray{ border:#e9ebec 1px solid !important;}
.h-300{ height:300px !important; overflow:hidden;}
.h-350{ height:350px !important; overflow:hidden;}
.h-400{ height:400px !important; overflow:hidden;}
.h-500{ height:500px !important; overflow:hidden;}




.nav-tabs.nav-tabs-basic {
    border-color: transparent;
    height: 65px;
}
.nav-tabs.nav-tabs-basic .nav-link {
    border: 0;
    border-radius: 0;
    border-color: transparent;
    background: transparent;
    font-size: 0.75rem;
    padding: 0.4rem 15px;
    margin-right: 1rem;
    border-bottom: 2px solid rgba(164, 174, 198, 0.25);
	background:#FFF;
	text-align:center;
}



 .item-body{
	display: flex;
    flex-direction: row;
  	padding: 0.8rem;
	}


.item-body .item-image{
	width:180px; margin-right:10px;
	}
	
	
	.card-body h2{
		font-size:16px !important;
		margin:10px 0px;
		padding:0px;
		color:#000;
		display:block;
		}

.item-body .icon-container {
    align-items: center;
    border: 0.1rem solid #dbe0eb;
    border-radius: 50%;
    display: flex;
    height: 48px;
    justify-content: center;
    width: 48px;
}

	
	.item-body .icon-container img {
    border-radius: 50%;
    height: 24px;
    width: 24px;
}

	.item-body .item-information{
    display: flex;
    gap: 1.6rem;
    flex-direction: row;
}

	.item-body .item-container {
    display: flex;
    align-items: flex-start;
    flex-direction: row;
    gap: 0.8rem;
    margin-left: auto;
}

.item-body .title {
    margin: 0;
	font-size:18px;
	font-weight:600;
	color:#000 !important;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-body .long-url {
    color: #273144;
    font-size: 12px;
    line-height: 2rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.item-body .short-url {
    color: #2a5bd7;
    font-size: 14px;
    font-weight: 600;
    line-height: 2rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.sub_tags{
	font-size: 13px;
    display: inline-block;
    padding: 5px 15px 3px 30px;
    border-radius: 0px;
	margin-bottom:5px;
	position:relative;
}

.sub_tags i{
	background: #0003;
    color: var(--vz-gray-100);
    font-size: 18px;
	padding: 0px 4px;
    position: absolute;
    left: 0px;
	top:0px;
	}
	
.sub_tags_inner{
	margin:0px; padding:0px;word-break: break-word;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
		}


.footer_text_item {
  font-weight: 500;
  margin-bottom: 10px;
}
.footer_text_item a {
  display: inline-block;
  margin-right: 20px;
  color: #000;
}



@media (max-width: 991.98px) {

.item-body {
    display: block;
    flex-direction: row;
    padding: 0.8rem;
}

.item-body .item-container {
    margin-top: 5px;
    border-top: 1px solid #ebebeb;
    padding-top: 10px;
}


.item-body .title{
	word-break: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}


.item-body .item-image{
	width:100%;  margin-right:0px; margin-bottom:10px;
	}
	
	.navbar-menu{ display:none;}
    .hscroll-menu {
        overflow-x: auto !important;
    }

.nav-tabs.nav-tabs-basic {
    border-color: transparent;
    height: 55px;
	
}

.nav-tabs.nav-tabs-basic .nav-item, .nav-tabs.nav-pills .nav-item {
        margin-bottom: 0rem !important;
        margin-right: 10px !important;
		
	
    }
	
.nav-tabs-basic{ 
	display: flex;
    flex-wrap: wrap;
    flex-direction: row !important;
    justify-content: space-between !important;
}

.nav-tabs.nav-tabs-basic .nav-link {
  
    padding: 0.4rem 10px;
    margin-right: 0.5rem;
   
}

}



/* Courses */
.course{}

.course .course-menu {
    width: 25%;
    z-index: 1002;
    background1: var(--vz-vertical-menu-bg);
	background:#fff;
    border-right: 1px solid #fff;
    bottom: 0;
    margin-top: 0;
    position: fixed;
    top: 85px;
	right: 0;
    -webkit-box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
    box-shadow: 0 2px 4px rgba(15, 34, 58, .12);
    padding: 0 0 calc(70px + 25px) 0;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.course .course-menu ul.nav li a {
    padding: 6px 10px;
    border-bottom: #00000012 1px solid;
    display: flex;
    align-items: center;
	color:#FFF !important;
	font-weight:500;
}


.course .course-menu ul.nav li a:hover {
	color:#000 !important;
	background:#FFF;
}

.course .course-menu ul.nav li a.active {
	color:#000 !important;
	background:#FFF;
}

.course .course-menu  ul.nav li a i {
	font-size:28px;
	margin-right:10px;
}


.course iframe{ width:100%; min-height:620px;}

@media (min-width: 768px) {
 .course   .course-content {
        margin-right: 25%;
		background:#f7f7f9;
		padding:0px 0px;
		
    }
	
}




@media (max-width: 1337px) {
.course	iframe{ width:100%; min-height:520px !important;}
.list-item img{ height:180px !important;}
}

.course iframe{ width:100%; min-height:620px;}




.course ::-webkit-scrollbar {
  -webkit-appearance:none;
  width:12px;
  _background-color:#f0f0f0;
}

.course ::-webkit-scrollbar-thumb {
  border-radius:12px;
  border:4px solid rgba(255,255,255,0);
  background-clip:content-box;
  _background-color:#bfbfbf;
  background-color: #A0A0A0;
}
.course ::-webkit-scrollbar-thumb:hover {
  border-radius:12px;
  border:4px solid rgba(255,255,255,0);
  background-clip:content-box;
  background-color:#A0A0A0;
}

.course ::-webkit-scrollbar-corner {
  background-color:#e6e6e6;
}


.course .learrning_area{ 
	background: #000;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 550px;
    flex-direction: column;
	}
.course .learning_other{
	width: 300px;
    height: 300px;
    border: 2px dotted #ccc;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background:#FFF;
	
	}
.course .learning_image{
	max-width:100%;
	height:auto !important;}

.course video{ width:100%; height:520px;}

	
	
.course 	.chapter-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 40px;
    width: 40px;
    max-width: 40px;
    min-height: 40px;
    height: 40px;
    max-height: 40px;
    background-color: var(--primary);
    border-radius: 50%;
	font-size:20px;
	    color: var(--vz-gray-600);
		margin-right:10px;
}
.course .chapter-icon.chapter-content-icon {
    background-color: #f1f1f1;
}

.pl-1{
	padding-left:10px !important;}

.course .proccess_btn{ background:#FFF;
padding:4px 10px;
font-size:13px;
border-radius:4px;
border:none !important;}


.course .sections-lessons{}
.course .sections-lessons .item-body{
	background: var(--vz-gray-300); margin-bottom:10px; padding:20px;
	}
.course .sections-lessons .section-icon{
	background: var(--vz-purple); color: #fff; font-size: 24px; border:none;
	}
.course .sections-lessons li{
	list-style: none; padding: 10px; margin-bottom:10px;
	}
.course .sections-lessons li .panel_form_item {
    padding: 10px;
    background: var(--vz-border-color);
    margin-bottom: 4px;
}

 ul li{ list-style:none;}


.course .lesson{ padding:4px 6px; font-size:14px !important;   font-weight: 300;   color: #000;}
.course .lesson:hover{  background: var(--bs-link-color) !important;    color: #fff;}
.course .lesson i{ color:#000 !important;}
.course .lesson_active{     background: var(--bs-link-color) !important;    color: #fff;}


.course .accordion-button{
	display: flex;
    align-items: center;
	}
	

.course .accordion-wrapper .card-header{ background:#e9ebec; margin-bottom:10px;     padding: 15px 24px 10px 15px;}

.course .accordion-wrapper .card-header button {
    cursor: pointer;
    width: 100%;
    padding: 0 2px 0 0;
    text-align: left;
    margin: 0;
    border: 0;
    font-size: 0.75rem;
    font-weight: 500;
    color: #000;
    transition: all 150ms ease-in-out;
    background: none;
}

.course .accordion-wrapper .card-header button:before {
    font-family: "Unicons";
    position: absolute;
    right: 1.5rem !important;
	left: auto;
    content: "\e932";
    font-size: 1.15rem;
    font-weight: normal;
    width: 1rem;
    margin-top: -0.25rem;
    margin-left: -0.3rem;
    display: inline-block;
    color: #3f78e0;
}

.course .accordion-wrapper .card-header button:hover {
    color: #333 !important;
}

