
body {
	top : 0;
	left : 0;
	background : #fff;
}

.badge-image-section {
	width: 340px;
	height: 340px;
	object-fit: cover;
}

.badge-image h5 {
	/* font-family: grad,serif; */
    font-weight: 700;
    font-size: 18px;
	text-align: center;
	padding-top: 1rem!important;
}

.badge-image p {
	/* font-family: GraphikRegular!important; */
    font-size: 12px;
	text-align: center;
}

.badge-description h1 {
	/* font-family: grad,serif; */
    font-weight: 700;
    font-style: normal;
    font-size: 32px;
    line-height: 1.25;
}

.event-section h5, .badge-section h5 {
	/* font-family: 'Lora', serif; */
    font-weight: 700;
    font-size: 20px;
	margin-top: 20px;
}

.event-section p, .badge-section p {
	/* font-family: GraphikRegular!important; */
    font-size: 16px;
}

.badge-header {
	display: block;
	background-color: #efefef;
	width: 100%;
	height: 70px;
	margin-bottom: 20px;
}

body.dark-mode .badge-header {
    background: linear-gradient(269.96deg,rgb(30 47 82 / 30%) 30.07%,rgba(78,78,80,.135) 132.56%)!important;
}

.badge-list-items {
	width: 23% !important;
	/*height: 206px;*/
	border-radius: 5px;
    padding: 0;
	cursor: pointer;
}

.badge-list-items img {
	width: 150px!important;
	height: 150px;

}

.badge-list-items h5 {
	/* font-family: grad,serif; */
    font-weight: 700;
	font-size: 16px !important;
	text-align: center;
	margin-bottom : 5px;
    color: #58595b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: -webkit-fill-available;

}

.badge-list-items h6 {
    font-size: 14px;
    text-align: center;
    color: #58595b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: -webkit-fill-available;
}

.other-badge-section {
    /* font-family: grad,serif; 
    color: #58595b;*/
    line-height: 1.2em;
    font-weight: 400;
text-align: center;
}

.other-badge-section h2 {
    font-size: 40px;
}

.badge-list-title {
	margin-top: 5px;
}

.badge-list-title p {
	margin: 0;
	font-size: 18px;
	font-weight: 100;
}

/* .grid {
	display: grid;
  	gap: 30px;
  	grid-template-columns: repeat(3, 1fr);
} */

.grid .grid-item {
	background-color: #fff;
	cursor: pointer;
	box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}

body.dark-mode .grid .grid-item {
	background-color: #e1e1e1 !important;
}

.grid .grid-item:hover {
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

.badge-list-image {
	width: 250px;
	height: 230px;
}

.badge-name-sm {
	/* font-family: grad,serif; */
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    color: #58595b;
	display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: -webkit-fill-available;
}

.event-name-label {
    font-size: 14px;
    text-align: center;
    color: #58595b;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    width: -webkit-fill-available;
}

.event-info {
	text-align: center;
	margin-top: 5px;
	margin-bottom: 0;
    width: 98%;
}

.social-menu ul{
    display: flex;
    justify-content: center;
}

.social-menu ul li{
    list-style: none;
    padding: 8px;
}

.social-menu ul li .fab{
    font-size: 16px;
    line-height: 30px;
    transition: .3s;
    color: #000;
}

.social-menu ul li span{
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    cursor: pointer;
    padding: 3px;
}

body.dark-mode .social-menu ul li span{
    background-color: unset !important;
}

.social-menu ul li span:hover {
    transition: .6s;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}
body.dark-mode .social-menu ul li span:hover {
    transition: .6s;
    box-shadow: 0 4px 8px rgba(255, 255, 255, 0.5);
}

#page-blocks-tekbadges-badge .owl-dots {
	display: none;
}

#page-blocks-tekbadges-badge .owl-nav {
	font-size: 20px;
}

svg text {
	font-size: 28px;
    text-anchor: middle;
    /* font-family: "Franklin Gothic Medium", "Arial Narrow", Arial, sans-serif; */
    fill: #080808;
}

#page-blocks-tekbadges-badge #header {
    user-select: none;
    position: relative;
    z-index: 410;
    box-shadow: 0 2px 4px 0 rgb(0 0 0 / 20%);
    background: #fff;
}

#page-blocks-tekbadges-badge #footer {
	background: #101522;
    color: #eee;
    font-size: 14px;
}

#page-blocks-tekbadges-badge_list #page-navbar .breadcrumb,
#page-blocks-tekbadges-badge #page-navbar .breadcrumb {
	background: transparent;
	margin: 0;
}

#page-blocks-tekbadges-badge_list #page-wrapper {
	padding: 0;
}

.child-link-1 {
	color: #004FA3 !important;
}

.badge-list .top-banner-section{
    background: rgb(161,42,255);
    background: linear-gradient(90deg, #610294 56%, #e45688 100%);
    max-height: 237px !important;
 }

.badge-list .home-slide-text h1 {
    color: #fff !important;
    font-size: 3rem !important;
    font-weight: 900 !important;
    line-height: 50px !important;
    margin-bottom: 10px !important;
    /* font-family: 'GraphikBold' !important; */
}

.badge-list .home-slide-text p {
    color: #fff !important;
    font-size: 16px!important;
}

.badge-list .banner-image {
    padding-right: 6rem;
    text-align: right!important;
}

.badge-list .banner-image img {
    max-width: 500px;
    height: 225px;
}

.badge-list .badge-list-section {
    background-color: #f2f2f2 !important;
}

.addReadMore.showlesscontent .SecSec,
.addReadMore.showlesscontent .readLess {
    display: none;
}

.addReadMore.showmorecontent .readMore {
    display: none;
}

.addReadMore .readMore,
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: blue;
    cursor: pointer;
}

.addReadMoreWrapTxt.showmorecontent .SecSec,
.addReadMoreWrapTxt.showmorecontent .readLess {
    display: block;
}
.text-regular {
    /* font-family: "GraphikRegular"!important; */
    font-size: 25px!important;
    background-color: #f2f2f2 !important;
    padding: 10px;
}
@media only screen and (max-width: 990px) {
.badge-list .home-slide-text h1{
font-size: 2rem !important;
}
 .badge-image img{
width: 100px!important;
    height: 100px!important;
}
.badge-list .top-banner-section {
    max-height: none!important;
}
.badge-list .home-slide-text p {
    font-size: 12px!important;
}

.badge-img-sec img{
    width: 100px!important;
    height: 100px!important;
}

.badge-list-section .grid row .grid-item.h-100{
    height: auto!important;
}

.badge-list-items {
	width: 40% !important;
}

.badge-list-items img {
	width: 150px!important;
	height: 150px;
}

}

@media only screen and (max-width: 600px) {
    .badge-list-items {
        width: 40% !important;
    }
    
    .badge-list-items img {
        width: 150px!important;
        height: 150px;
    }
}

@media only screen and (max-width: 500px) {
    .badge-list-items {
        width: 60% !important;
    }
    
    .badge-list-items img {
        width: 150px!important;
        height: 150px;
    
    }
}

@media only screen and (max-width: 350px) {
    
    .badge-list-items img {
        width: 115px!important;
    }
}

@media only screen and (max-width: 990px) {

 .tooltip {
        display: none !important;
    }
.popover {
        display: none !important;
    }
.badge-header {
margin-top: 30px!important;
}
.badge-header h4{
font-size: 14px!important;
}

}

body#page-blocks-tekbadges-badge .breadcrumb {
    background: none !important;
    padding: 0 !important;
}

body#page-blocks-tekbadges-badge_list #page #region-main>.card:first-child,
body#page-blocks-tekbadges-badge #page #region-main>.card:first-child {
    border: none !important;
    box-shadow: none !important;
}

body#page-blocks-tekbadges-badge_list .badge-list .badge-list-section {
    background: none !important;
}

/*body#page-blocks-tekbadges-badge_list #region-main-box,
body#page-blocks-tekbadges-badge #region-main-box {
    padding: 0 !important;
}

body#page-blocks-tekbadges-badge_list .container-fluid #region-main .card .card-body,
body#page-blocks-tekbadges-badge .container-fluid #region-main .card .card-body {
    padding: unset !important;
    margin: unset !important;
}*/

body.dark-mode .mybadge {
	background-color: #e1e1e1 !important;
}

body.path-blocks-tekbadges.sysrole-learner .user-margin {
    margin: 0 !important;
}

.expand-content.hide-in-expand.dynamicContent {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

body#page-blocks-tekbadges-badge_list #page-header, 
body#page-blocks-tekbadges-badge #page-header {
    margin-top: 0px !important;
}

#page-blocks-tekbadges-assign_badges #page section.themeOverall_Outer {
    margin-left: 1rem !important;
}

#page-blocks-tekbadges-create_badge #page section.themeOverall_Outer {
    margin-left: 1rem !important;
}