/********** illumeo CSS **********/
:root {
    --primary: #FD8731;
    --secondary: #;
    --tertiary: #555555;
    --light: #fcfcfc;
    --dark: #011A41;
}
.bg-gray{
	background-color:#ededed;
}
.bg-1{
	background-color:#FD8731;
}
.bg-2{
	background-color:#02A5F6;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}
.btn.back-btn-bg {
    background-color: #425b76;
    color: rgb(255, 255, 255);
}
.btn.back-btn-bg:hver {
    background-color: #2d3f54;
    color: #fff;
}
.pagelayout-login #page-wrapper{
height: 100% !important;
}
.login-container .login-logo img{
	width: 240px;
    margin-bottom: 22px;
}


h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5{
    font-family: "Roboto", sans-serif;
}


body{
    font-size: 14px;
    font-family: "Roboto", sans-serif;
}

/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}
.footer-popover .btn-footer-popover{
	display: none;
}

/*** Button ***/

.theme-btn {
    font-weight: 500;
    padding: 12px 40px;
    border-radius: 30px;
    background-color: #0078b5;
    font-size: 14px;
    color: #fff;
}
.theme-btn:hover {
    background-color: #014161;
    color: #fff;
}
.theme-btn:focus {
    background-color: #014161;
    color: #fff;
}
.theme-btn-dark {
    font-weight: 500;
    padding: 12px 40px;
    border-radius: 30px;
    background-color: #014161;
    font-size: 14px;
    color: #fff;
}
.theme-btn-dark:hover {
    background-color: #011A41;
    color: #fff;
}
.theme-btn-dark:focus {
    background-color: #011A41;
    color: #fff;
}

.theme-btn-sec {
    font-weight: 500;
    padding: 12px 40px;
    border-radius: 30px;
    background-color: #fff;
    font-size: 14px;
    color: #0078b5;
	border: 1px solid #0078b5;
}
.theme-btn-sec:hover {
    background-color: #014161;
    color: #fff;
}

.btn-orange {
    font-weight: 500;
    padding: 12px 40px;
    border-radius: 30px;
    background-color: #f47f27;
    font-size: 14px;
    color: #fff;
}
.btn-orange:hover {
    background-color: #014161;
    color: #fff;
}

.btn-style1{
	font-weight: 500;
    padding: 10px 28px;
    border-radius: 7px;
    background-color: #fa7007;
    font-size: 14px;
    color: #fff;
}
.btn-style1:hover {
    background-color: #014161;
    color: #fff;
}

.btn-style2{
	font-weight: 500;
    padding: 10px 28px;
    border-radius: 7px;
    background-color: #0078b5;
    font-size: 14px;
    color: #fff;
}
.btn-style2:hover {
    background-color: #014161;
    color: #fff;
}

.btn-primary,
.btn-outline-primary:hover {
    color: var(--light);
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}
/*** Top bar ***/
.top-right-link a{
    color: var(--tertiary);
}

/*** Navbar ***/
.header {
    background-color: #fff;
    border-bottom: 1px solid #DDE0E5;
}
.fixed-top {
    transition: .5s;
}
.navbar.fixed-top.head-shadow{
    box-shadow: 0 0 12px rgba(0,0,0,0.15);
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}
.top-bar {
    height: 45px;
    border-bottom: 1px solid rgba(53, 94, 252, .07);
}
a.top-free-trial{
    background-color: #0089CE;
    padding: 11px 12px;
    width: 157px;
    color: #fff;
}
a.top-free-trial:hover {
    background-color: #014161;
    color: #fff;
}
.main-menu-bar{
    display: flex;
    justify-content: space-between;
}
.main-menu-bar .navbar{
    width: 100%;
}
.navbar-brand img{
    width: 180px;
}

.navbar.fixed-top {
    padding: 0 3rem;
    height: 85px;
    background-color: #fff;
	box-shadow: 0 0 7px #33333333;
    border: none;
}

.navigation .dropdown-item {
    display: block;
    width: 100%;
    padding: 10px 1rem;
}
.moremenu .dropdown-item[aria-current="true"]{
	padding: 10px 1rem 10px 24px;
}
.dropdown-item[aria-current="true"]:before, .dropdown-item[aria-selected="true"]:before{
	top: 16px;
}

.main-inner{
    margin-top: 22px;
}
.illumeo-nav .moremenu { 
opacity: 1;
}

#region-main >div >.alert{
	margin-top:20px;
}

.navbar-light .navbar-toggler {
    background-color: #e6e6e6;
    padding: 5px;
    width: 45px;
}

.primary-navigation .navigation .nav-link {
    font-size: 16px;
}

/*** Header ***/
.slider {
    padding: 50px 0;
    margin-top: 72px;
}
.carousel-item img {
    width: 55%;
}
.carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: start;
    z-index: 1;
    color: #161C24;
}
.slider-content{
    position: relative;
}
.slider-content::after{
    content: "";
    position: absolute;
    right: -50px;
    bottom: -30px;
    background-image: url(../img/banner-shape.png);
    background-size: 100%;
    background-repeat: no-repeat;
    width: 85px;
    height: 60px;
}
.slider-welcome {
    font-size: 32px;
    font-family: "Dancing Script", cursive;
    font-optical-sizing: auto;
    color: #ff6b00;
    line-height: 30px;
}
.carousel-caption h1 {
    color: #161C24;
    font-size: 3.8rem;
    font-weight: 800;
    line-height: 4rem;
}
.carousel-caption h4 {
    color: #252525;
    font-weight: 600;
    font-size: 22px;
    margin-bottom: 40px;
}
.carousel-caption .slider-btn-one{
    font-size: 15px;
    color: var(--tertiary);
    display: inline-block;
    position: relative;
}
.carousel-caption .slider-btn-one::before{
    content: "";
    border-bottom: 1px solid #b1b1b1;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
}
.carousel-caption .slider-btn-one i{
    margin-left: 8px;
    font-size: 14px;
}
.carousel-caption .slider-btn-one:hover{
    color: var(--primary);
}
.carousel-caption .slider-btn-one:hover::before{
    border-color: var(--primary);
}
.carousel-control-prev,
.carousel-control-next {
    width: 3rem;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
    background-color: var(--primary);
    border: 10px solid var(--primary);
}

.carousel-control-prev-icon {
    border-radius: 0 3rem 3rem 0;
}

.carousel-control-next-icon {
    border-radius: 3rem 0 0 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 700px;
    }
	.navbar.fixed-top {
		padding: 0 1rem;
		height: 70px;
	}
    
    #header-carousel .carousel-item img {
        width: 100%;
    }
    .slider .carousel-caption{
        top: 28rem;
    }
    .slider-content::after {
        content: "";
        position: absolute;
        right: 29px;
        bottom: 14rem;
        background-image: url(../img/banner-shape.png);
        background-size: 100%;
        background-repeat: no-repeat;
        width: 63px;
        height: 50px;
    }
}

.title-section{
    margin-bottom: 40px;
}
.title-section.center{
    text-align: center;
}
.title-section h2 {
    font-size: 38px;
    color: #161C24;
    font-weight: 500;
}
.title-section .qoute {
    font-size: 16px;
    color: #161C24;
    font-weight: 500;
}
.title-section p {
    font-size: 16px;
    color: #161C24;
}
.page-header {
    padding-top: 5rem;
    padding-bottom: 4rem;
    background-position: top center;
    background-size: cover;
    background-repeat: no-repeat;
    text-align: center;
    background-color: #f0f5f7;
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-weight: 500;
    color: #333;
}
.page-header .breadcrumb-item.active {
    font-weight: 400;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--tertiary);
}
.about-bg {
    background-image: url(../img/about-banner.jpg);
}
.contact-bg {
    background-image: url(../img/contact-bg.jpg);
}
.management-bg {
    background-image: url(../img/management-banner.jpg);
}
.cpe-bg {
    background-image: url(../img/cpe-banner.jpg);
}
.path-mod .breadcrumb {
    display:none;
}
.page-section {
    padding: 80px 0;
}
.section_mt{
    margin-top: 85px;
}
.section_mb{
    margin-bottom: 85px;
}
.section_pt{
    padding-top: 85px;
}
.section_pb{
    padding-bottom: 85px;
}
/*** Upcoming ***/
.upcoming-event {
    background-color: #F2F9F4;
}
.event-box {
    background-color: #fff;
    border-radius: 12px;
    padding: 50px 40px;
}
.event-box .title{
    font-size: 22px;
    color: #161C24;
    text-transform: uppercase;
    text-align: center;
}
.event-box .divide-line{
    background-color: #FD8731;
    width: 60px;
    height: 2px;
    margin: 18px auto;
}
.event-box ol {
    list-style: none;
    padding-left: 16px;
}
.event-box ol li {
    line-height: 3rem;
    border-bottom: 1px solid #e2e2e2;
}

.courses-area {}
.courses-carousel {
    position: relative;
}
.courses-carousel .courses-item {
    border: 1px solid #ccc;
    text-align: center;
    border-radius: 14px;
}
.courses-title {
    width: max-content;
    margin: 0 auto;
}
.courses-title h4{
    font-size: 28px;
    color: #15191e;
    margin-bottom: 30px;
    font-weight: 500;
}
.courses-carousel .course-detail {
    padding: 70px;
}
.courses-carousel .course-detail p {
    color: #161C24;
    line-height: 24px;
}
.courses-carousel .courses-item .icon{
    display: inline-block;
}
.courses-carousel .courses-item .icon img {
    width: 20px;
    height: 20px;
}
.courses-carousel .owl-nav .owl-prev,
.courses-carousel .owl-nav .owl-next{
    background-color: #F3F4F5;
    position: absolute;
    top: 45%;
    width: 36px;
    height: 36px;
    font-size: 18px;
    border-radius: 100%;
    text-align: center;
    padding: 9px 2px;
    line-height: normal;
}
.courses-carousel .owl-nav .owl-prev{
    left: -48px;
}
.courses-carousel .owl-nav .owl-next{
    right: -48px;
}
.cpe-coverage{
    background-color: #F7FAF8;
    border-radius: 0 0 14px 14px;
    display: flex;
    flex-wrap: wrap;
    padding: 25px 45px;
}
.coverage-title{
    width: 20%;
}
.coverage-title h3{
    font-size: 18px;
    position: relative;
    margin-right: 12px;
    margin-bottom: 0;
}
.coverage-title h3::after{
    content: "";
    border-right: 2px solid #ccc;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
}
.cpe-links{
    width: 80%;
    text-align: left;
}
.cpe-links a{
    margin-left: 38px;
    color: #333;
}
.cpe-links a:hover{
    color: var(--primary);
}
.cpe-links a:first-child{
    margin-left: 18px;
}
/*Moodle left Menu*/
.drawer-toggles .drawer-toggler.drawer-left-toggle button {
	display:none;
}
/*
Removed this class for mobile users facing problem on August 01 2025
.drawer.drawer-left.show {
    display: none;
}
*/

/*Team Plan*/
.team-plan{
	
}
.team-plan table{
	width: 100%;
}
.team-plan thead {
    border-bottom:1px solid #ccc;
}
.team-plan .due-box {
    background-color:#fff;
}

.cpe-content{
    border: 1px solid #ccc;
    border-radius: 14px;
    padding: 28px;
}
.cpe-content .icon{
    height: 36px;
}
.cpe-content img{
    width: auto;
    height: 36px;
}
.cpe-content h4{
    font-size: 20px;
    font-weight: 500;
    margin: 12px 0;
}
.cpe-content p{}
.cpe-content .read-more{
    border: 1px solid #FD8731;
    border-radius: 30px;
    padding: 2px 30px;
    font-size: 18px;
    display: inline-block;
    color: #FD8731;
    transition: .5s;
}
.cpe-content .read-more:hover {
    background-color: #FD8731;
    color: #fff;
}
.team-button{
	margin-top:12px;
}

.activity-navigation{
	display:none;
}

/*** Facts ***/
.facts {
    background-color: #F8FBF9;
    /* background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png); */
}
.facts .title-section h3{
    font-weight: 500;
}
.display-num{
    font-size: 22px;
    font-weight: 600;
    color: #151824;
}
.count-label{
    font-size: 16px;
    color: #3D3E47;
}

/*** Callback ***/
.callback {
    position: relative;
}

.callback::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 50%;
    top: 0;
    left: 0;
    background: linear-gradient(rgba(53, 94, 252, .95), rgba(53, 94, 252, .95)), url(../img/bg.png);
    z-index: -1;
}


/*** Feature ***/
.feature .feature-box,
.feature .feature-box * {
    transition: .5s;
}

.feature .feature-box:hover {
    background: var(--primary);
    border-color: var(--primary) !important;
}

.feature .feature-box:hover * {
    color: #FFFFFF !important;
}


/*** Service ***/
.service .nav .nav-link {
    transition: .5s;
}

.service .nav .nav-link.active {
    border-color: var(--primary) !important;
    background: var(--primary);
}

.service .nav .nav-link.active h5 {
    color: #FFFFFF !important;
}

.service .nav .nav-link.active h5 i {
    color: #FFFFFF !important;
}


/*** Project ***/
.project-item,
.project-item .project-img {
    position: relative;
}

.project-item .project-img a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(255, 255, 255, .5);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 8px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover .project-img a {
    opacity: 1;
}

.project-item .project-title {
    position: absolute;
    top: 3rem;
    right: 0;
    bottom: 0;
    left: 3rem;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    align-items: flex-end;
    padding: 18px;
    z-index: -1;
    transition: .5s;
}

.project-item:hover .project-title {
    background: var(--primary);
    border-color: var(--primary);
}

.project-item .project-title h4 {
    transition: .5s;
}

.project-item:hover .project-title h4 {
    color: #FFFFFF;
}

.project-carousel .owl-nav {
    margin-top: 25px;
    display: flex;
    justify-content: center;
}

.project-carousel .owl-nav .owl-prev,
.project-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: var(--light);
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.project-carousel .owl-nav .owl-prev:hover,
.project-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Team ***/
.team-item {
    position: relative;
    padding: 4rem 0;
}

.team-item img {
    position: relative;
    z-index: 2;
}

.team-item .team-text {
    position: absolute;
    top: 0;
    right: 3rem;
    bottom: 0;
    left: 3rem;
    padding: 15px;
    border: 1px solid var(--light);
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
    z-index: 1;
}

.team-item:hover .team-text {
    background: var(--primary);
    border-color: var(--primary);
}

.team-item .team-text h4 {
    transition: .5s;
}

.team-item:hover .team-text h4 {
    color: #FFFFFF;
}

.team-item .team-social .btn {
    background: var(--light);
    color: var(--primary);
}

.team-item:hover .team-social .btn {
    background: #FFFFFF;
}

.team-item .team-social .btn:hover {
    background: var(--primary);
    color: var(--light);
}


/*** Testimonial ***/
.testimonial-item {
    position: relative;
    text-align: center;
    padding-top: 30px;
}

.testimonial-item .testimonial-text {
    position: relative;
    text-align: left;
    border: 1px solid #ccc;
    padding: 50px 60px;
    border-radius: 18px;
}
.testimonial-item .testimonial-text p{
    min-height: 93px;
}
.testimonial-item .testimonial-text .btn-square {
    position: absolute;
    width: 60px;
    height: 60px;
    top: -30px;
    left: 50%;
    transform: translateX(-50%);
}


.client-info{
    display: flex;
    flex-wrap: wrap;
}
.client-img{
    width: 80px;
    margin-right: 10px;
}
.client-img img{
    width: 100%;
}
.client-detail{
    width: 250px;
}
.client-detail h4 {
    font-size: 16px;
    font-weight: 600;
    color: #4c4c4c;
}
.client-detail span {
    font-size: 13px;
}
.testimonial-carousel .course-detail {
    padding: 70px;
}
.testimonial-carousel .course-detail p {
    color: #161C24;
    line-height: 24px;
}
.testimonial-carousel .courses-item .icon{
    display: inline-block;
}
.testimonial-carousel .courses-item .icon img {
    width: 20px;
    height: 20px;
}
.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next{
    background-color: #F3F4F5;
    position: absolute;
    top: 45%;
    width: 36px;
    height: 36px;
    font-size: 18px;
    border-radius: 100%;
    text-align: center;
    padding: 9px 2px;
    line-height: normal;
}
.testimonial-carousel .owl-nav .owl-prev{
    left: -48px;
}
.testimonial-carousel .owl-nav .owl-next{
    right: -48px;
}
/*** We Serve ***/
.serve-box {
    display: flex;
    flex-wrap: wrap;
}
.serve-name {
    flex: 1 1 auto;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 20px;
    text-align: center;
    margin: 0 10px;
    padding: 15px;
    font-weight: 600;
    color: #555;
}
.serve-name a {
    color: #555;
}
.serve-name a:hover {
    color: var(--primary);
}

/*** Footer ***/
.footer {
    background-color: #FAFAFA;
}
.footer-top {
    padding: 80px 0 40px;
}
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    color: #333;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}
.footer-title {
    font-size: 18px;
    color: #3D3E47;
    margin-bottom: 25px;
}
.footer-link {
    padding: 0;
    list-style: none;
}
.footer-link li {
    line-height: 30px;
}
.footer-link a {
    color: #3D3E47;
    font-size: 14px;
}
.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}
.footer-social {
    margin-top: 28px;
}
.footer-social ul {
    padding: 0;
}
.footer-social ul li {
    display: inline-block;
}
.footer-social ul li a {
    color: #50515F;
    font-size: 14px;
    border: 2px solid #50515F;
    border-width: 1.5px;
    border-radius: 7px;
    padding: 6px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
}
.footer-social ul li a:hover {
    color: var(--primary);
    border-color: var(--primary);
}
.footer-social ul li a svg {
    width: 18px;
    height: 18px;
    stroke-width: 2;
    stroke: #50515F;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.footer-social ul li a:hover svg {
    stroke: var(--primary);
}
.copyright-area{
    border-top: 1px solid #ccc;
    padding: 26px 0 18px;
}
.copyright {
    color: var(--light);
    background: #FAFAFA;
}

.copyright a {
    color: var(--light);
}

.copyright a:hover {
    color: var(--primary);
}
.ft-nav {
    padding: 0;
}
.ft-nav li {
    display: inline-block;
}
.ft-nav li a {
    border-left: 1px solid #787878;
    margin-left: 10px;
    padding-left: 10px;
    color: #3D3E47;
}
.ft-nav li:first-child a{
    border: none;
    margin-left: 0;
    padding-left: 0;
}
.newsletter p{
    margin-bottom: 6px;
    font-size: 16px;
}
.subscribe-form{
    display: flex;
    flex-wrap: wrap;
}
.subscribe-form input {
    width: 76%;
    height: 40px;
    background-color: #fff;
    border-radius: 7px;
    padding: 2px 13px;
    border: 1px solid #eee;
}
.subscribe-form button {
    width: 22%;
    font-weight: 500;
    padding: 9px 30px;
    border-radius: 7px;
    background-color: #0078b5;
    font-size: 14px;
    color: #fff;
    margin-left: 10px;
}
.subscribe-form button:hover {
    background-color: #014161;
    color: #fff;
}
@media (max-width: 768px) {
    .carousel-caption h1 {
        color: #161C24;
        font-size: 2.5rem;
        font-weight: 800;
        line-height: 3rem;
    }
    .slider-welcome {
        font-size: 24px;
        font-family: "Dancing Script", cursive;
        font-optical-sizing: auto;
        color: #ff6b00;
        line-height: 30px;
    }
    .carousel-caption .slider-btn-one {
        font-size: 13px;
        color: var(--tertiary);
        display: inline-block;
        position: relative;
    }
    .event-box {
        background-color: #fff;
        border-radius: 12px;
        padding: 50px 40px;
        margin: 12px 0;
    }
    .courses-carousel .owl-nav {
        text-align: center;
        margin-top: 14px;
    }
    .courses-carousel .owl-nav .owl-prev, 
    .courses-carousel .owl-nav .owl-next {
        position: relative;
    }
    .courses-carousel .owl-nav .owl-next {
        right: 0;
        display: inline-block;
        margin-left: 20px;
    }
    .courses-carousel .owl-nav .owl-prev {
        left: 0;
        display: inline-block;
    }
    .courses-title {
        width: auto;
        margin: 0 auto;
    }
    .courses-carousel .course-detail {
        padding: 60px 26px;
    }
    .courses-title h4 {
        font-size: 20px;
        color: #15191e;
        margin-bottom: 30px;
        font-weight: 500;
    }
    .cpe-links {
        width: 100%;
        text-align: left;
    }
    .coverage-title {
        width: 100%;
        margin-bottom: 24px;
        padding-bottom: 16px;
        border-bottom: 2px solid #ccc;
    }
    .coverage-title h3::after {
        display: none;
    }
    .cpe-links a {
        margin-left: 0;
        color: #333;
        float: left;
        width: 50%;
    }
    .cpe-links a:first-child {
        margin-left: 0;
    }
    .title-section h2 {
        font-size: 32px;
        color: #161C24;
        font-weight: 500;
    }
    .testimonial-carousel .owl-nav {
        text-align: center;
        margin-top: 14px;
    }
    .testimonial-carousel .owl-nav .owl-prev, 
    .testimonial-carousel .owl-nav .owl-next {
        position: relative;
    }
    .testimonial-carousel .owl-nav .owl-next {
        right: 0;
        display: inline-block;
        margin-left: 20px;
    }
    .testimonial-carousel .owl-nav .owl-prev {
        left: 0;
        display: inline-block;
    }
    .testimonial-item .testimonial-text p {
        min-height: 80px;
    }
    .serve-name {
        flex: 1 1 auto;
        background-color: #fff;
        border: 1px solid #ccc;
        border-radius: 20px;
        text-align: center;
        margin: 5px 10px;
        padding: 15px;
        font-weight: 600;
        color: #555;
        width: 20%;
    }
    .subscribe-form input {
        width: 68%;
    }
    .subscribe-form button {
        width: 32%;
        font-weight: 500;
        padding: 9px 22px;
        border-radius: 7px;
        background-color: #0078b5;
        font-size: 14px;
        color: #fff;
        margin-left: 0;
        margin-top: 0;
        margin-bottom: 22px;
    }
    .count-down {
        margin-bottom: 24px;
    }
    .cpe-content {
        border: 1px solid #ccc;
        border-radius: 14px;
        padding: 28px;
        margin: 12px 0;
    }
}
@media (max-width: 767px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 540px;
    }
    .carousel-caption h1 {
        color: #161C24;
        font-size: 2rem;
        font-weight: 800;
        line-height: 2rem;
    }
    .slider-welcome {
        font-size: 24px;
        font-family: "Dancing Script", cursive;
        font-optical-sizing: auto;
        color: #ff6b00;
        line-height: 30px;
    }
    .slider .carousel-caption{
        top: 11rem;
    }
    .carousel-caption .slider-btn-one {
        font-size: 13px;
        color: var(--tertiary);
        display: inline-block;
        position: relative;
    }
    .event-box {
        background-color: #fff;
        border-radius: 12px;
        padding: 50px 40px;
        margin: 12px 0;
    }
    .courses-carousel .owl-nav {
        text-align: center;
        margin-top: 14px;
    }
    .courses-carousel .owl-nav .owl-prev, 
    .courses-carousel .owl-nav .owl-next {
        position: relative;
    }
    .courses-carousel .owl-nav .owl-next {
        right: 0;
        display: inline-block;
        margin-left: 20px;
    }
    .courses-carousel .owl-nav .owl-prev {
        left: 0;
        display: inline-block;
    }
    .courses-title {
        width: auto;
        margin: 0 auto;
    }
    .courses-carousel .course-detail {
        padding: 60px 26px;
    }
    .courses-title h4 {
        font-size: 20px;
        color: #15191e;
        margin-bottom: 30px;
        font-weight: 500;
    }
    .cpe-links {
        width: 100%;
        text-align: left;
    }
    .coverage-title {
        width: 100%;
        margin-bottom: 24px;
        padding-bottom: 16px;
        border-bottom: 2px solid #ccc;
    }
    .coverage-title h3::after {
        display: none;
    }
    .cpe-links a {
        margin-left: 0;
        color: #333;
        float: left;
        width: 50%;
    }
    .cpe-links a:first-child {
        margin-left: 0;
    }
    .title-section h2 {
        font-size: 32px;
        color: #161C24;
        font-weight: 500;
    }
    .testimonial-carousel .owl-nav {
        text-align: center;
        margin-top: 14px;
    }
    .testimonial-carousel .owl-nav .owl-prev, 
    .testimonial-carousel .owl-nav .owl-next {
        position: relative;
    }
    .testimonial-carousel .owl-nav .owl-next {
        right: 0;
        display: inline-block;
        margin-left: 20px;
    }
    .testimonial-carousel .owl-nav .owl-prev {
        left: 0;
        display: inline-block;
    }
    .subscribe-form input {
        width: 100%;
    }
    .subscribe-form button {
        width: 100%;
        font-weight: 500;
        padding: 9px 40px;
        border-radius: 7px;
        background-color: #0078b5;
        font-size: 14px;
        color: #fff;
        margin-left: 0;
        margin-top: 18px;
        margin-bottom: 22px;
    }
    .count-down {
        margin-bottom: 24px;
    }
    .cpe-content {
        border: 1px solid #ccc;
        border-radius: 14px;
        padding: 28px;
        margin: 12px 0;
    }
    .cpe-content h4 br{
        display: none;
    }
    .theme-btn {
        font-weight: 500;
        padding: 12px 26px;
        font-size: 14px;
    }
}

/* About Us */
.about {
    position: relative;
    overflow: hidden;
    padding: 120px 0 168px;
}

@media (max-width: 1199px) {
.about {
    padding-bottom: 120px;
}
}
@media (max-width: 767px) {
    .about {
        padding: 80px 0;
    }
}
.about--about {
    padding-bottom: 65px;
}

@media (max-width: 1199px) {
    .about--about {
        padding-bottom: 0;
    }
}
.about__thumb {
    position: relative;
}

@media (max-width: 1199px) {
    .about__thumb {
        max-width: 613px;
        margin: auto;
    }
}
@media (min-width: 1400px) {
    .about__thumb {
        margin-right: 29px;
    }
}
.about__thumb__one {
    position: relative;
    text-align: right;
}

@media (max-width: 767px) {
    .about__thumb__one {
        text-align: left;
    }
}
.about__thumb__one img {
    border-radius: 500px;
    max-width: 100%;
    width: 400px;
    height: auto;
}

.about__thumb__two {
    border-radius: 500px;
    border: 10px solid #fff;
    position: absolute;
    left: 0px;
    bottom: 8px;
    max-width: 260px;
}

@media (max-width: 767px) {
    .about__thumb__two {
        display: none;
    }
}
.about__thumb__two img {
    width: 100%;
    height: auto;
    object-fit: cover;
    border-radius: 500px;
}

.about__thumb__two svg {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 212px;
    height: auto;
}

.about__thumb__two-icon {
    width: 70px;
    height: 70px;
    background-color: var(--eduact-base);
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--eduact-white);
    font-size: 44px;
    z-index: 2;
    position: absolute;
    right: -5px;
    bottom: 12px;
}

.about__thumb__two-icon span {
    display: inline-block;
}
.about__fact {
    position: absolute;
    left: 65px;
    top: 40px;
    width: 185px;
    display: flex;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 0 15px #33333324;
    border-radius: 18px;
}
.about__fact__icon {
    width: 60px;
    height: 60px;
    background-color: #0089CE;
    border-radius: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 30px;
    margin: 8px;
    z-index: 2;
    position: relative;
}
.about__fact__icon span {
    display: inline-block;
}
.about__fact__content {
    position: relative;
    padding: 0px;
    text-align: center;
    width: 50%;
}
.about__fact__content .count-value{
    font-size: 24px;
    color: #0089CE;
    font-weight: 700;
}
.about__fact__title {
    line-height: 1;
    font-size: 16px;
    color: #333;
    font-weight: 400;
    margin: 0;
}
.about-tabs{
    box-shadow: 0 2px 12px #33333329;
    border-radius: 0 0 10px 10px;
    overflow: hidden;
    border: 2px solid #dcdcdc;
    border-top: 0;
    padding: 10px 0;
}
.about-tabs ul li{
    flex: 1 1 auto;
    text-align: center;
    padding: 10px 0;
    border-right: 1px solid #ccc;
}
.about-tabs ul li:last-child{
    border: none;
}
.about-tabs ul li a{
    color: #333;
}

.facts-area{
    background-color: #0089CE;
    border-radius: 20px;
    padding: 40px 0;
}
.facts-box{
    border-right: 1px dashed #fff;
}
.col-lg-3:last-child .facts-box{
    border: none;
}
.facts-value{
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 8px;
}
.fact-label{
    color: #fff;
    font-size: 14px;
}
.section-img img{
    width: 100%;
    border-radius: 18px;
}

.getIn_touch{
    box-shadow: 0 0 14px #3333331a;
    border-radius: 22px;
    padding: 32px;
}
.contact-detail{
    background-image: url(../img/help-bg.png);
    padding: 40px;
    border-radius: 12px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}
.contact-detail h3{
    font-size: 26px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 36px;
}
.detail-box{
    margin-bottom: 30px;
}
.detail-box .icon{
    background-color: #fff;
    padding: 8px 0;
    width: 45px;
    height: 45px;
    border-radius: 100%;
    text-align: center;
    font-size: 19px;
    color: #ff6b00;
    margin-right: 25px;
}
.detail-box .text h4{
    font-size: 16px;
    color: #fff;
    margin: 0;
}
.detail-box .text a{
    font-size: 16px;
    color: #fff;
}

/* Contact Us */
.contact-form{
    background-color: #016CA1;
    padding: 70px 50px;
    border-radius: 12px;
}
.contact-form h3{
    color: #fff;
}
.contact-form label{
    color: #fff;
}
.contact-form .form-control{
    border-radius: 7px;
}
.contact-box{
    border: 2px dashed #D3D3D3;
    padding: 22px;
    border-radius: 10px;
    margin: 12px 0;
}
.contact-box:hover{
    border: 2px dashed #b4b1b1;
    background-color: #fcfcfc;
}
.contact-box .icon{
    background-color: #0089CE;
    font-size: 19px;
    padding: 9px;
    width: 45px;
    height: 45px;
    color: #fff;
    border-radius: 12px;
    text-align: center;
}
.contact-box h4{
    font-size: 17px;
    margin-top: 16px;
    margin-bottom: 6px;
}
.contact-box p,
.contact-box a{
    font-size: 15px;
    color: #8D8D8D;
    margin: 0;
}
.follow-us{
    display: flex;
    align-items: center;
    margin-top: 20px;
}
.follow-us .title{
    font-size: 17px;
    color: #333;
    margin: 0;
    font-weight: 500;
}
.social ul li a {
    background-color: #0078b5;
    border: 1px solid #0078b5;
    color: #fff;
    font-size: 14px;
    border-width: 1.5px;
    border-radius: 7px;
    padding: 6px;
    width: 35px;
    height: 35px;
    display: inline-block;
    text-align: center;
}
.social ul li a:hover {
    background-color: #f5f9fb;
    border: 1px solid #0078b5;
    color: #0078b5;
}
.social ul{
    list-style: none;
    padding-left: 14px;
    margin: 0;
}
.social ul li{
    display: inline-block;
}
.social ul li a svg {
    width: 18px;
    height: 18px;
    stroke-width: 2;
    stroke: #fff;
    fill: none;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.social ul li a:hover svg {
    stroke: #0078b5;
}
@media (max-width: 767px) {
    .contact-form {
        padding: 55px 32px;
    }
}

/* Management */
.profile-box{
    border: 1px solid #DDDDDD;
    border-radius: 24px;
    padding: 40px;
    padding-top: 0;
    text-align: center;
    min-height: 100%;
}
.profile-img{
    width: 95px;
    height: auto;
    margin: 0 auto;
    margin-top: -42px;
}
.profile-img img{
    width: 100%;
}
.profile-box .name{
    font-size: 20px;
    margin: 16px 0 4px;
}

/* Logos */
.logo-box{
    width: 70%;
    height: 110px;
    margin: 0 auto;
    display: flex;
    align-items: center;
}
.logo-box img{
    filter: grayscale(100%);
    opacity: .7;
}

.signup-section{
    background: linear-gradient(rgb(255 255 255 / 50%), rgb(255 255 255 / 50%)), url(../img/map.png);
}
.signup-section .detail-box {
    background-color: #fff;
    padding: 50px;
    text-align: center;
    box-shadow: 0 0 24px #33333324;
}
.signup-section .detail-box h2{
    font-size: 30px;
    margin-bottom: 26px;
}

/* Login */
.signup-page{
    background-image: url(../img/bg1.jpg);
}
.login-area{
    box-shadow: 0 0 16px #3333331a;
    border-radius: 12px;
    overflow: hidden;
    background-color: #fff;
}
.login-area .login-title {
    text-align: center;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 36px;
}
.login-box{
    padding: 60px 90px;
}
.login-box h4{
    font-size: 20px;
    text-align: center;
}
.signup-box{
    padding: 50px;
    background-image: url(../img/sign-up-bg.jpg);
    background-size: cover;
    width: 100%;
    height: 100%;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    color: #fff;
}

.signup-box h3{
    color: #fff;
    text-align: center;
    font-size: 24px;
    font-weight: 600;
}
.form-group{
    margin-bottom: 12px;
}
.form-group label{
    margin-bottom: 6px;
	font-weight: 500;
}

.form-group ::placeholder {
    color: #9E9E9E;
    opacity: 1;
}

.form-group ::-ms-input-placeholder {
    color: #9E9E9E;
}

.page-section .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    height: 45px;
    background-color: #fff;
    border: 1px solid #cfcfcf;
}
.page-section textarea.form-control {
    height: auto;
}
.form-group ::-ms-input-placeholder {
    color: #9E9E9E;
}
.searchform-navbar .btn-close {
    box-sizing: content-box;
    width: 36px;
    height: auto;
    padding: 9px 0;
    color: #000;
    background: none;
    border: 0;
    border-radius: 8px;
    opacity: inherit;
    position: absolute;
	z-index: 9;
}
select.form-control{
    -moz-appearance: none !important;
    -webkit-appearance: none !important;
    appearance: none !important;
    background: url(../img/down-arrow.png) no-repeat right #fff;
    background-position-x: 97%;
    background-size: 10px;
}
.form-control:disabled, .form-control:read-only {
    background-color: #fff;
    opacity: 1;
}


.or-with{
    position: relative;
    margin: 25px 0;
    text-align: center;
}
.or-with::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    background-color: #ccc;
    display: block;
    width: 45%;
    height: 1px;
}
.or-with::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    background-color: #ccc;
    display: block;
    width: 45%;
    height: 1px;
}
.social-login{
    text-align: center;
    margin-top: 26px;
}
.social-login a{
    display: inline-block;
    margin: 0 auto;
}
.google-login{
    display: flex;
    border: 1px solid #ccc;
    border-radius: 10px;
    align-items: center;
    width: max-content;
}
.google-login .icon{
    border-right: 1px solid #ccc;
    border-radius: 10px;
    width: 50px;
    height: 50px;
    padding: 6px;
}
.google-login .icon img{
    width: 100%;
    height: 100%;
}
.google-login .name{
    font-size: 16px;
    font-weight: 600;
    padding: 8px 24px;
    color: #333;
}
.login-mobile{
    display: none;
}

@media (max-width: 767px) {
    .login-box {
        padding: 60px 32px;
    }
    .signup-box{
        padding: 60px 32px;
    }
    .top-login{
        display: none;
    }
    .login-mobile{
        display: block;
    }
}


/* Dashboard */
.dashboard{
    background-color: #F2F5FA;
}
.user-login .dropdown-menu{
    border: 0;
}
.user-login .dropdown-menu:before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -0.5em;
    right: 0px;
    top: 0;
    box-sizing: border-box;
    border: 7px solid black;
    border-color: transparent transparent #ffffff #ffffff;
    transform-origin: 0 0;
    transform: rotate(135deg);
    box-shadow: -3px 3px 3px -3px rgba(214, 214, 214, 0.78);
}
.dropdown-menu.dropdown-menu-left{
    right: 0;
    left: auto;
    min-width: 200px;
    padding: 0;
}
.dropdown-menu li{
    border-bottom: 1px solid #ccc;
}
.dropdown-menu li:last-child{
    border-bottom: none;
}

.dropdown-menu > li:hover:before {
    width: 5px;
    border-radius: 30px;
}
.dropdown-menu > li > a {
    font-size: 14px;
    padding: 12px 16px;
    text-decoration: none;
    color: #212121;
    transition: all 0.2s ease-out;
}
.dropdown-menu > li a.dropdown-item:hover {
    margin-left: 5px;
    background-color: transparent;
}
.dropdown-menu > li > a i{
    margin-right: 8px;
    color: #b9b9b9;
}

.search-collapse{
    border: 1px solid #e7e7e7;
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 30px;
}
.search-collapse h2{
    margin: 0;
}
.searchhelp-button{
    position: relative;
    display: flex;
    padding: 1rem 1.25rem;
    margin-bottom: 0;
    background-color: rgb(196 196 196 / 3%);
    border: none;
    border-bottom: 1px solid #e7e7e7;
    width: 100%;
    text-align: left;
    font-size: 18px;
}
.searchhelp-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../img/minus.svg);
    background-repeat: no-repeat;
    background-size: 1.10rem;
}
.searchhelp-button.collapsed::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../img/plus.svg);
    background-repeat: no-repeat;
    background-size: 1.10rem;
    transition: transform 0.2s ease-in-out;
}
/*Filter*/
.filter-bar-button{
    
}
.filterToggle{
    background-color: #0B9EE6;
    color: #fff;
    font-size: 16px;
    padding: 14px 20px;
    border-radius: 7px;
    pointer-events: none;
	border: none;
}
.filterToggle:hover,
.filterToggle:focus{
    
}
.filterToggle span{
    display: none;
}
.fltr-title{
    font-size: 18px;
    font-weight: 400;
    margin-left: 10px;
}
.helpTag{
    font-size: 14px;
    color: #737373;
}
.sidebar-fltr.sidebar-Collapse {
    max-height: 0;
    transition: max-height 0.25s ease-out;
    display: none;
}
@media (max-width: 768px) {
    .fltr-title {
        display: none;
    }
    .filterToggle{
        pointer-events: all;
    }
    .filterToggle span {
        display: inline-block;
    }
}
/* Filter Menu */
.menu-box{
    padding:0 16px;
    background-color: #fff;
    margin-bottom: 12px;
    box-shadow: 0 0 6px rgb(51 51 51 / 8%);
}
.menu-header{
    padding: 0;
    margin: 0;
}
.menu-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 14px 0px;
    font-size: 17px;
    font-weight: 500;
    color: #3d3d3d;
    text-align: left;
    background-color: #fff;
    border: 0;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    overflow-anchor: none;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
.menu-button.collapsed{
    border-bottom: none;
}
.menu-button.collapsed::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url(../img/plus.svg);
    background-repeat: no-repeat;
    background-size: 1.10rem;
    transition: transform 0.2s ease-in-out;
}
.menu-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content:"";
    background-image: url(../img/minus.svg);
    background-repeat: no-repeat;
    background-size: 1.10rem;
}
.menu-box .accordion-body{
    padding-left: 0;
    padding-right: 0;
}
.menu-box ul{
    list-style: none;
    margin: 0;
    padding-left: 18px;
}
.menu-box ul li{
    margin: 3px 0;
	font-size: 16px;
    font-family: "Roboto", sans-serif;
}
.menu-box ul li input{
    /* margin-right: 10px; */
}
 .menu-box ul li input[type="radio"]:focus{
	 box-shadow: none;
 }
 .menu-box ul li label{
	 font-size: 16px;
	 color: #424242;
	 margin-left: 10px;
 }

/* end Filter Menu */

/* learning dashboard */
.main-ro-status{
    margin-bottom: 20px;
	background-color: #f7f7f7;
    border-radius: 5px;
    padding: 33px;
}

.main-ro-status h3{
    font-size: 22px;
    font-weight: 500;
}
.plan-status{
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    margin-bottom: 30px;
    border-top: 1px solid #ccc;
    padding-top: 18px;
    margin-top: 8px;
}
.plan-status:last-child{
	margin-bottom:10px;
}
.plan-title{
	
}
.plan-status .status-box{
    background-color: #fff;
    width: 18%;
    border-radius: 12px;
    padding: 20px;
    flex: 1 1 auto;
    position: relative;
	box-shadow: 0 0 8px #3333331a;
}
.plan-status .plan-name{
    position: relative;
    font-size: 16px;
    line-height: 16px;
    margin-top: 8px;
}
.plan-status .plan-name::before{
    content:"";
    width: 12px;
    height: 12px;
    display: inline-block;
    margin-right: 5px;
    border-radius: 3px;
}
.plan-status .innumber{
    font-size: 28px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 18px;
}

.status-box .plan-name.complete::before{
    background-color: #04c624;
}
.plan-status .plan-name.incomplete::before{
    background-color: #fc3333;
}
.plan-status .plan-name.overdue::before{
    background-color: #e28e0a;
}
.plan-status .plan-name.totalitem::before{
    background-color: #0a51e2;
}
/*.cmpt{
	color: #04c624;
}
.incmpt{
	color: #fc3333;
}
.odue{
	color: #e28e0a;
}
.totalitm{
	color: #0a51e2;
}*/

.totalvalue{
    text-align: center;
}
.totalvalue .innumber{
    color: #e28e0a;
    font-size: 36px;
    line-height: 36px;
    margin: 0;
}
.totalvalue .plan-name{
    font-size: 14px;
}
.status-box i {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 12px;
    line-height: 1;
    color: #787878;
    height: 32px;
    width: 32px;
    background-color: #f5f4f9;
    border-radius: 50%;
    padding: 6px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    border: 3px solid rgba(255, 255, 255, 0.5);
    box-shadow: 0 0 0 5px #f5f4f9;
}
.highlightnum{
    margin-top: 6px;
    height: 2px;
    border-radius: 2px;
    background-color: #f4f4f4;
}
.section-speace{
	height: 40px;
}

/* New dashboard */
.dashboard-status{
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.sts-main{

}
.sts-top{
    color: #fff;
    padding: 16px 22px;
    box-shadow: 0 0 8px #33333385;
}
.sts-title{
    display: flex;
    border-bottom: 1px solid;
    justify-content: space-between;
    padding-bottom: 2px;
    margin-bottom: 14px;
    align-items: center;
}
.sts-title h3{
    font-size: 18px;
    color: #fff;
}
.sts-icon img{
    max-width: 32px;
    max-height: 30px;
}
.sts-detail ul{
    padding-left: 0;
    list-style: none;
    display: flex;
    flex-flow: wrap;
}
.sts-detail ul li{
    width: 50%;
    line-height: 30px;
}

.sts-footer{
    box-shadow: 0 0 5px #33333345;
    background-color: #fcfcfc;
    padding: 16px 20px;
    display: flex;
    justify-content: space-between;
    margin-top: 13px;
    align-items: center;
    border-bottom: 4px solid;
}
.t_text{
    font-size: 18px;
    color: #333;
    font-weight: 500;
}
.t_value{
    font-size: 30px;
    color: #000;
    font-weight: 600;
}

.courses-stts .sts-top{
    background-color: #007fc1;
}
.courses-stts .sts-title{
    border-color: #159ce2;
}
.courses-stts .sts-footer{
    border-color: #007fc1;
}

.webinar-stts .sts-top{
    background-color: #148384;
}
.webinar-stts .sts-title{
    border-color: #1ca6a7;
}
.webinar-stts .sts-footer{
    border-color: #148384;
}

.crtf-stts .sts-top{
    background-color: #6825c4;
}
.crtf-stts .sts-title{
    border-color: #8e43f4;
}
.crtf-stts .sts-footer{
    border-color: #6825c4;
}

.all-stts .sts-top{
    background-color: #ec7f2b;
}
.all-stts .sts-title{
    border-color: #eba168;
}
.all-stts .sts-footer{
    border-color: #ec7f2b;
}
.detail-table{
    margin: 20px 0;
}
.courses-table{

}
.learing-dash-table .table{
    border: 1px solid #ccc;
}
.learing-dash-table th:nth-child(1){
	width: 70%;
}
.learing-dash-table th:nth-child(2){
	width: 12%;
}
.learing-dash-table th:nth-child(3){
	width: 10%;
}
.learing-dash-table th:nth-child(4){
	width: 8%;
}
.learing-dash-table .courses-table thead th {
    position: sticky;
    top: 0px;
    background: #007fc1;
    color: #fff;
}
.learing-dash-table .webinar-table thead th {
    position: sticky;
    top: 0px;
    background: #148384;
    color: #fff;
}
.learing-dash-table .certific-table thead th {
    position: sticky;
    top: 0px;
    background: #6825c4;
    color: #fff;
}
.learing-dash-table::-webkit-scrollbar-track
{
	background-color: #eee;
}

.learing-dash-table::-webkit-scrollbar
{
	width: 8px;
	background-color: #eee;
}

.learing-dash-table::-webkit-scrollbar-thumb
{
	background-color: #ccc;
}
.learing-dash-table {
	border: 1px solid #DFE4FD;
}
.learing-dash-table .table{
	margin: 0;
}
.learing-dash-table {
    max-height: 270px;
    overflow-y: auto;
}

.learing-dash-table .table th,
.learing-dash-table .table td {
    padding: .75rem;
}



/* SideBar */
.sidebar{
    background-color: #016CA1;
    border-radius: 12px;
    overflow: hidden;
}
.sidebar li{
    border-bottom: 1px solid #3a97c6;
}
.sidebar li .submenu{ 
	list-style: none; 
	margin: 0; 
	padding: 0; 
	padding-left: 1rem; 
	padding-right: 1rem;
    background-color: #004d73;
}
.sidebar li .submenu li:last-child{
    border: none;
}
.sidebar li button{
    color: #fff;
    padding: 18px 28px; 
    background-color: transparent;
    border: none;
    text-align: left;
}
.sidebar li button.dropdown-toggle::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
    width: 6px;
    font-size: 15px;
}
.sidebar li a{
    color: #fff;
    padding: 18px 28px;
}
.sidebar li a.active{
    background-color: #005681;
    box-shadow: none;
}
.sidebar li a:hover{
    background-color: #005681;
    color: #fff;
}
.sidebar .nav-link:hover, 
.sidebar .nav-link:focus{
    color: #fff;
}
.sidebar .has-submenu a.dropdown-toggle::after{
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
    float: right;
}
.explore-btns{
    padding: 32px 24px;
}
.sidebar-blue-btn{
    background-color: #02A5F6;
    border-radius: 50px;
    color: #fff;
    padding: 12px 20px;
    display: block;
    text-align: center;
    font-size: 14px;
}
.sidebar-blue-btn:hover{
    background-color: #013c59;
    color: #fff;
}
.sidebar-blue-btn:focus{
    background-color: #013c59;
    color: #fff;
}
.sidebar-orange-btn{
    background-color: #f47f27;
    border-radius: 50px;
    color: #fff;
    padding: 12px 20px;
    display: block;
    text-align: center;
    font-size: 14px;
}
.sidebar-orange-btn:hover{
    background-color: #013c59;
    color: #fff;
}
.sidebar-orange-btn:focus{
    background-color: #013c59;
    color: #fff;
}

.welcome-popup{
    background: rgb(255 187 122);
    background: linear-gradient(354deg, rgb(195 0 70 / 23%) 0%, rgba(255, 155, 5, 0.34226190476190477) 90%);
    border-radius: 12px;
    display: flex;
    align-items: center;
    position: relative;
    margin-bottom: 30px;
}
.welcome-popup .image-box{
    
}
.welcome-popup .image-box img{
    width: 170px;
    margin-top: -45px;
    margin-left: 26px;
}
.welcome-popup .content-box{
    padding: 24px;
}
.welcome-popup .content-box h2{
    font-size: 26px;
    font-weight: 500;
}
.welcome-popup .content-box p{
    margin: 0;
}
.welcome-popup .close-btn{
    position: absolute;
    top: -6px;
    right: -6px;
    display: none;
}
.welcome-popup .close-btn i{
    background-color: #fff;
    border-radius: 100%;
    font-size: 26px;
    width: 34px;
    height: 34px;
    display: inline-block;
    text-align: center;
    padding: 0;
    line-height: 38px;
    box-shadow: 1px 2px 5px #33333359;
    color: #333;
}

.search-entry{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
}
.search-entry .help-btn {
    background-color: #fff;
    border-radius: 50px;
    color: #333;
    padding: 14px 38px;
    display: block;
    text-align: center;
    font-size: 14px;
}
.search-entry .help-btn i{
    margin-left: 2px;
}
.help-modal.show{
	/*backdrop-filter: blur(3px);*/
}
.help-modal .modal-header .btn-close{
	margin: 0;
}
.help-modal .modal-header{
	background-color: #dfefd8;
}
.help-modal .modal-body{
	padding: 30px 36px;
}
.help-modal .modal-title{
	flex: 100%;
    font-size: 30px;
    font-weight: 300;
    font-style: italic;
    padding: 0 18px;
    font-family: "Roboto", sans-serif;
}
.help-modal ul {
    padding-left: 16px;
}
.help-modal ul li{
    line-height: 22px;
    margin: 14px 0;
    color: #333;
    font-size: 16px;
    font-weight: 500;
}

.course-search-box{
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
}
.search-entry .search-result{
    font-size: 13px;
    font-style: italic;
    color: #6f6f6f;
    margin-right: 16px;
}
.search-entry .search-bar{
    position: relative;
    width: 45%;
}
.search-entry .search-bar input{
    background-color: #fff;
    border-radius: 50px;
    color: #181818;
    padding: 14px 20px;
    font-size: 14px;
    border: none;
    width: 100%;
}
.search-entry .search-bar input::-ms-input-placeholder { /* Edge 12-18 */
    color: rgb(143, 143, 143);
    font-size: 13px;
  }
  
.search-entry .search-bar input::placeholder {
    color: rgb(143, 143, 143);
    font-size: 13px;
  }
.search-entry .search-bar .search-btn{
    position: absolute;
    padding: 0;
    top: 9px;
    right: 18px;
    border: none;
    font-size: 20px;
    color: #c7c7c7;
}
.dashboard .card {
    border-radius: 12px;
    box-shadow: 0 0 8px #33333321;
    border: none;
}

.course-box{
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 12px;
    margin-bottom: 12px;
    padding: 26px;
    display: flex;
	position: relative;
}
.course-box:hover {
    background-color: #fefefe;
    border: 1px solid #7ec4f8;
    box-shadow: 0 0 10px #3e545e24;
}

.course-box .course-detail{
    width: 80%;
}
.course-box .course-detail h2{
    font-size: 22px;
}
.course-box .course-detail h2 a{
    color: #333;
}
.course-box .course-detail h2 a:hover{
    color: #ec7f2b;
	text-decoration: none;
}
.course-box .teacher-detail{
    width: 20%;
}
.course-label{
    font-size: 14px;
    /*font-style: italic;*/
    color: #5e5e5e;
    font-weight: 500;
}

.plan-active{
    display: flex;
    align-items: center;
}
.plan-title{
    font-size: 16px;
    margin: 0;
}
.plan-active .form-switch {
	padding-left: 12px;
}
.form-switch .form-check-input{
    margin: 0;
	margin-right: 5px;
    padding: 0;
    position: relative;
    border: none;
    height: 1.6rem;
    width: 3.9rem;
    border: 1px solid rgba(0, 0, 0, .25);
}
.form-switch .form-check-input:checked {
    background-color: #0d6efd;
    border-color: #0d6efd;
}
.form-switch .form-check-input:before, 
.form-switch .form-check-input:after {
    line-height: 21px;
    width: 2rem;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0;
    position: absolute;
    bottom: 1px;
    transition: opacity 0.25s;
    color: #737373;
}
.form-switch .form-check-input:before {
    content: 'Out';
    left: 3px;
	opacity:0;
	color:#fff;
}
.form-switch .form-check-input:after {
    content: 'In';
    right: 0px;
}
.form-switch .form-check-input:checked::before{
	opacity:1;
}
.form-switch .form-check-input:checked::after{
	opacity:0;
}

/* CHECK BOX CLASS */

.plan_in .form-check-input {
    margin: 0 4rem;
    padding: 0;
    position: relative;
    border: none;
    height: 1.6rem;
    width: 3.5rem;
    border: 1px solid rgba(0, 0, 0, .25);
}
.plan_in {
    padding-left: 2.5em !important;
    background-position: right center !important;
   background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e") !important;
    background-color: #355EFC;

}

.form-switch.plan_in .form-check-input {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
    border-radius: 2em;
    transition: background-position 0.15s ease-in-out;
    background-color: #0d6efd;
    border-color: #0d6efd;
    pointer-events: none;
    filter: none;
    opacity: .5;
}


@media (prefers-reduced-motion: reduce) {
    .plan_in .form-check-input {
        transition: none
    }
}

.plan_in .form-check-input:focus {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%239aaffe'/%3e%3c/svg%3e")
}

.plan_in .form-check-input:checked {
    background-position: right center;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e")
}
.form-switch .form-check-input{
    outline: none;
    box-shadow: none !important;
}


.due-box{
    font-size: 12px;
    border: 1px solid #5da6ca;
    border-radius: 12px;
    padding: 1px 5px;
    font-weight: 400;
    color: #a1a1a1;
    display: flex;
    width: 145px;
align-items: center;
height:26px;
}
.due-box label{
    margin-bottom: 0 !important;
}
.dueForm{
    display: flex;
	margin: 0;
}
.due-box form{
    display: flex;
	margin-bottom: 0;
}
.due-box input{
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    display: inline-block;
    border: none;
    margin-left: 4px;
}
.course-rating{
    
}
.course-rating .rating-stars{
    margin-left: 8px;
}
.course-rating .rating-stars span{
    color: #FF6B00;
    font-size: 14px;
}
.course-rating .rat-no{
    font-size: 12px;
}
.course-time{
    width: 115px;
    text-align: center;
}

.teacher-detail{
    text-align: right;
    margin-left: 20px;
}
.teacher-detail .picture img{
    border-radius: 10px;
    margin-bottom: 12px;
    width: 80px;
    height: 80px;
}
.teacher-detail .name h4{
    font-size: 16px;
}
.teacher-detail .designation p{
    font-size: 13px;
}
/*form check*/
.custom-checkbox .form-check {
    position: relative;
    display: block;
    padding-left: 2.25rem;
}
.custom-checkbox .form-check .form-check-input {
    float: left;
    margin-left: -2.5em;
	width: 1.5em;
    height: 1.5em;
	margin-top: 0;
}

.company-logo{
	background-color: #fafafa;
    padding: 6px;
	text-align:center;
}

.company-logo img{
	max-height: 65px;
    border-radius: 5px;
}

.pagination{
    margin: 20px auto 16px;
    justify-content: center;
}
.pagination li{
    margin: 0 3px;
}
.pagination .page-link {
    position: relative;
    display: block;
    color: #333;
    background-color: #f2f2f2;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 100%;
    padding: 9px 0;
    width: 40px;
    height: 40px;
    text-align: center;
}
.pagination .pages-item.active .page-link{
	color: #fff;
    background-color: #0d7bdc;
    border: 1px solid #0f6cbf;
}
.pagination .pages-items.active .page-link{
	color: #fff;
    background-color: #0d7bdc;
    border: 1px solid #0f6cbf;
}
.pagination .page-link:hover{
	color: #fff;
    background-color: #0d7bdc;
    border: 1px solid #0f6cbf;
}
.pagination .previous-link{
    position: relative;
    display: block;
    color: #333;
    background-color: #f2f2f2;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 30px;
    padding: 8px 22px;
}
.pagination .next-link{
    position: relative;
    display: block;
    color: #333;
    background-color: #f2f2f2;
    border: 1px solid #dee2e6;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    border-radius: 30px;
    padding: 8px 22px;
}
.dashboard-inner-banner{
    background-color: #EFF7FA;
    padding: 50px 0;
    position: relative;
}
.dashboard-inner-banner::before{
    content: "";
    position: absolute;
    background-image: url(../img/dashboard/patrn-2.png);
    background-repeat: no-repeat;
    background-size: 100%;
    width: 130px;
    height: 130px;
    bottom: 0;
    opacity: 0.5;
}
.dashboard-inner-.review-detail .namener h1{
    font-size: 32px;
}
.cpe-btn{
    background-color: #0089CE;
    padding: 8px 20px;
    color: #fff;
    margin-left: 12px;
}
.cpe-btn:hover{
    background-color: #FF6B00;
    color: #fff;
}
.course-detail-entry h4{
    font-size: 20px;
    margin-bottom: 12px;
}
.course-detail-entry ul{
    padding-left: 16px;
    line-height: 28px;
    font-size: 16px;
    margin: 6px 0;
}
.course-detail-entry p{
    line-height: 24px;
}
.accordion-box{
    margin: 10px 0;
}
.same-course .accordion-button{
    background-color: #f5f5f5;
    border-radius: 7px;
}
.same-course .accordion-button:not(.collapsed){
    color: #191919;
    border-radius: 7px 7px 0 0;
    border-color: #dfdfdf;
    box-shadow: none;
}
.same-course .accordion-body{
    border: 1px solid #dfdfdf;
    border-top: 0;
    border-radius: 0 0 7px 7px;
}
.same-course .accordion-body ol,
.same-course .accordion-body ul{
    padding-left: 16px;
    line-height: 24px;
}

/* Reviews */
.review-item{
    display: flex;
    border-bottom: 1px solid #d5d5d5;
    padding: 14px 0;
    margin-bottom: 14px;
}
.review-detail{
    margin-left: 14px;
}
.star-rating i {
    color: #F8B81F;
}
.star-rating .rating-star-filled {
    color: #F8B81F;
}
.review-item .user-img img{
    width: 50px;
    height: 50px;
    border-radius: 100%;
}


/* popup */
.credit-modal .modal-body{
    padding: 30px;
}
.credit-btns{
    display: flex;
    justify-content: center;
}
.credit-btns a{
    color: #797979;
    flex: 1 1 auto;
	text-decoration: none;
}

.credit-btns .anchor-link.show{
    display: block;
}
.cert-cell {
    border: solid 1px #eeeeee;
    overflow: hidden;
    background-color: #f9f9f9;
    text-align: center;
    line-height: 0.97em;
    font-weight: bold;
    padding: 14px;
    margin: 3px;
    border-radius: 7px;
}
.credit-btns a:hover .cert-cell {
    border: solid 1px #eeeeee;
    background-color: #fff;
    box-shadow: 0 0 8px #3333332b;
}


.credit-more-info a{
    color: #636363;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 6px 18px;
}
.credit-more-info a:hover{
    color: #ff6b00;
    border: 1px solid #ff6b00;
}

/* Right sidebar */
.rightbar {
    position: relative;
}
.video-area{
    background-size: cover;
    background-position: center;
    padding: 3px;
    min-height: 50px;
    width: 100%;
    border-radius: 0;
    position: relative;
    /*overflow: hidden;*/
    margin: 12px 0;
	background-color: #f9f9f9;
	display: flex;
    align-items: center;
}
.video-area iframe{
width: 100%;
height: 100%;
min-height: 185px;
}
.video-area img{
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: center;
}
/* .video-area::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #333;
    opacity: 0.5;
} */
.play-btn{
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.play-btn .video-btn{
    height: 50px;
    width: 50px;
    border-radius: 100%;
    background-color: #fff;
    padding: 0;
    font-size: 24px;
}
.instructor{
    display: flex;
    background-color: #f3f3f3;
    padding: 10px;
    border-radius: 10px;
    margin-top: 15px;
}
.instructor .name{
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.instructor .detail{
    font-size: 14px;
width: 70%;
}
.instructor .image{
    width: 60px;
    height: 60px;
    margin-right: 12px;
	border: 3px solid #fff;
    border-radius: 5px;
}
.instructor .image img{
    width: 100%;
    height: 100%;
    border-radius: 5px;
    object-fit: cover;
}
.profile-head{
    background-color: #d6ecf5;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 40px 30px 0 30px;
    border-radius: 7px 7px 0 0;
    background-image: linear-gradient(rgb(243 243 243 / 80%), rgb(245 245 245)), url(../img/modal-bg.jpg);
    background-size: cover;
    background-position: top;
    position: relative;
}
.profile-info{
    display: flex;
    align-items: center;
}
.instructor-profile-img{
    margin-bottom: -12px;
}
.instructor-profile-img img{
    border-radius: 7px;
    width: 120px;
    height: 120px;
    object-fit: cover;
}
.instructor-profile-detail{
    margin-left: 20px;
}
.instructor-contact{
    font-weight: 500;
    padding: 10px 40px;
    border-radius: 30px;
    background-color: #0078b5;
    font-size: 14px;
    color: #fff;
    margin-bottom: 10px;
}
.instructor-contact:hover{
    background-color: #013c59;
    color: #fff;
}
.about-detail{
    padding: 30px;
}
.about-detail p{
    line-height: 24px;
}
.profile-modal .btn-close{
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 9;
}
/* .profile-modal .modal-dialog{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -55%) !important;
} */

.rightbar-content{
    background-color: #fff;
    padding: 30px 30px 14px;
    border-radius: 12px;
    box-shadow: 0 0 14px #33333333;
}
.rightbar-content h4{
    font-size: 18px;
	text-transform: uppercase;
}
.completion-bar h5{
	text-transform: uppercase;
}
.list-overview{
    padding: 0;
    list-style: none;
}
.list-overview h4{
	font-size: 19px;
}
.list-overview li{
    position: relative;
    display: flex;
	justify-content: space-between;
    line-height: 22px;
    padding: 14px 0;
    border-top: 1px solid #ccc;
}
.list-overview li:last-child{
    border-bottom: 1px solid #ccc;
}
.list-overview li a{
    color: #333;
	width: 90%;
}
.list-overview li a:hover{
    color: #ff9131;
}
.list-act{
    margin-right: 6px;
    padding-top: 4px;
}
.list-title{
    width: 80%;
}
.list-tag{
    margin-left: 16px;
    display: block;
    width: 20%;
    min-width: 10%;
    font-style: italic;
    font-size: 14px;
    color: #676767;
    font-family: "Roboto", sans-serif;
}
.video-areaa iframe{
	width:100%;
	background-color: #000000;
}
.list-tag i{
	margin-right: 6px;
}
a:focus, a:not([class]):focus, .activityinstance>a.focus, .activityinstance>a:focus {
    outline: none;
    color: #1d2125;
    background-color: transparent;
    box-shadow: none;
}
.pdf-view-btn{
    background-color: #0078b5;
    padding: 5px 10px;
    border-radius: 5px;
    color: #ffffff;
    font-size: 14px;
    font-weight: 500;
}
.pdf-view-btn:hover{
	background-color: #000;
    color: #fff;
	text-decoration:none;
}

/* Leftbar */
.leftbar-content{
    background-color: #fff;
    padding: 30px 30px 14px;
    border-radius: 7px;
    border: 1px solid rgba(0,0,0,0.125);
}
.leftbar-content h4{
    font-size: 18px;
}

/* Material */
.this-course-head{
    background-color: #f3f3f3;
    display: flex;
    padding: 13px 16px;
    border-radius: 12px;
    align-items: center;
    margin-bottom: 12px;
    justify-content: space-between;
}
.this-course-head h3{
    font-size: 16px;
    font-weight: 600;
    margin: 0;
}
.complete-this{
    width: 30px;
}
.complete-this input{
    width: 24px;
    height: 24px;
    cursor: pointer;
}
.completer-check { filter: hue-rotate(255deg) }
.instr-detail{
    background-color: #f3f3f3;
    border-radius: 12px;
    padding: 16px;
    text-align: left;
    display: flex;
    align-items: center;
}
.instr-image{

}
.instr-image img{
    width: 90px;
    height: 90px;
    border-radius: 7px;
    object-fit: cover;
    margin-right: 16px;
}
.relwnt-detail{}
.relwnt-detail a:first-child{
    margin-bottom: 6px;
}
.relwnt-detail .link-profile{
    color: #0078b5;
    padding: 0;
    font-size: 16px;
    font-weight: 700;
    display: block;
	text-align: left;
}
.relwnt-detail .link-courses{
    background-color: transparent;
    border-top: 1px solid #e97521;
    color: #232323;
    padding: 8px 0px 0;
    font-size: 14px;
    text-align: left;
    line-height: 16px;
    border-radius: 0;
    display: block;
}
.relwnt-detail a:hover{
    text-decoration:none
}

.material-content{
    margin-bottom: 16px;
}
.course-sequencer {
    background-color: #f0f5f8;
    padding: 12px 18px;
    margin: 12px 0;
}
.course-next span{
    font-size: 14px;
}
.course-sequencer .course-next a{
    font-weight: 700;
    color: #333;
    font-size: 18px;
}
.faq-link a{
    color: #333;
}
.title-processed{
    font-size: 22px;
}
.title-processed a{
    color: #333;
}
.comment_show h5{
    font-size: 16px;
}
.comment_show p{
    margin: 0;
}
.comment-form{
    background-color: #F0F5F8;
    padding: 20px;
    border-radius: 12px;
    margin-top: 20px;
}
.comment-form textarea{
    background-color: #fff;
}
.application-pdf{
    background-image: url(../img/pdf.png);
    padding-left: 35px;
    background-size: 20px auto;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    color: #333;
    font-weight: 600;
	text-decoration:none;
}
.procd{
	display: flex;
    align-items: center;
    color: #333;
    font-weight: 600;
	text-decoration:none;
}
.application-pdf h4{
	font-size:16px;
	font-weight: 500;
}
.procd i{
	margin-right:6px;
}
.procd h4{
	font-size:16px;
	font-weight: 500;
	margin:0;
}
.procd p{
	margin:5px 0;
	color:#333;
}
.procd p br{
	display:none;
}
.application-pdf:hover{
	text-decoration:none;
}
.application-pdf:hover h4{
	color:#e97521;
}
#pf-files {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

#pf-files td, #pf-files th {
    border: 1px solid #ddd;
    padding: 8px;
}

#pf-files tr:nth-child(even){background-color: #f2f2f2;}

#pf-files tr:hover {background-color: #f0f0f0;}

#pf-files th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #0f8fda;
    color: white;
}

.user-plan-btns{
	height: 100%;
    display: flex;
    width: 100%;
    align-items: center;
	padding-bottom: 20px;
}
.user-plan-btns .explore-btns{
	flex: 0 0 100%;
}
.enrolin{
	width: 100%;
    text-align: center;
    background-color: #cdefad;
    padding: 14px 8px;
    font-size: 16px;
    font-style: italic;
    color: #09760d;
    border-radius: 5px;
}



/* Graph */
.completion-graph-box{
    background-color: #f7fafa;
    border-radius: 10px;
    padding: 28px;
    margin-top: 30px;
    border: 1px solid #004a81;
}
.ua-graph-title{
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.ua-graph-title::before{
    content: "";
    background-color: #f7fafa;
    border: 1px solid #ccc;
    position: absolute;
    bottom: -6px;
    left: 50%;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    margin-left: -10px;
}
.ua-graph-title::after{
    content: "";
    border-bottom: 1px solid #ccc;
    display: block;
    width: 185px;
    margin: 0 auto;
    margin-top: 20px;
}
.ua-graph-title h2{
    font-size: 24px;
    margin: 0;
}
.ua-graph-title h3{
    font-size: 20px;
}

.pfa-sec-head {
    position: relative;
}
.pfa-sec-head-text {
    position: absolute;
    top: -41px;
    right: 0px;
    background-color: #004a81;
    color: #ffffff;
    font-size: 16px;
    padding: 1px 8px;
    border-radius: 5px;
    white-space: nowrap;
    text-transform: uppercase;
    /* transform: translateX(50%) translateY(0%) rotate(-90deg);
    -webkit-transform: translateX(50%) translateY(0%) rotate(-90deg);
    -moz-transform: translateX(50%) translateY(0%) rotate(-90deg);
    -ms-transform: translateX(50%) translateY(0%) rotate(-90deg);
    -o-transform: translateX(50%) translateY(0%) rotate(-90deg); */
}
.graph-cel{
    text-align: center;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
}
.graph-cel img{
    width: 50%;
    margin: 0 auto;
}


/*Main Graph css*/
.main-competency-type {
    text-align: center;
    width: 500px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative;
}

#maincompetencyGraph {
    position: relative;
    z-index: 1;
}

.username {
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    background-color: yellow;
    border-radius: 100%;
    width: 205px;
    height: 205px;
    border: 4px solid black;
    font-size: 14px;
    font-weight: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
	padding: 10px;
    box-sizing: border-box; 
    word-wrap: break-word; 
    word-break: break-word; 
    overflow-wrap: break-word;
	color: black;
}
.username span {
    display: block; 
    font-size: 1em; 
}



.maincircle {
    width: 500px;
    height: 500px;
    background-color: #add8e6;
    border-radius: 50%;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.newcircle {
    width: 205px;
    height: 205px;
    background-color: #fff;
    border: 5px solid #333;
    border-radius: 50%;
    font-size: 12px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.redline {
    width: 80%;
    height: 80%;
    border: 15px solid red;
    border-radius: 50%;
    position: absolute;
    top: 1%;
    left: 10%;
}


/*Competencies Pie Chart css*/
.competency-type-cell-1{
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.competency-type-cell-2{
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.competency-type-cell-3{
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*Sub Competencies Bar Chart css*/
.competency-bar-chart-1{
    width: 100%;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
}
.competency-bar-chart-2{
    width: 100%;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}
.competency-bar-chart-3{
    width: 100%;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8%;
}



#belowBenchmarkList li{
    position: relative;
    list-style: none;
    font-weight: bold;
    font-size: 1.2rem; 
    color: #333;
    margin-bottom: 5px;
}
#belowBenchmarkList li::before {
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg data-slot='icon' fill='none' stroke-width='4' stroke='red' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 13.5 12 21m0 0-7.5-7.5M12 21V3'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 7px;
}


#aboveBenchmarkList li{
    position: relative;
    list-style: none;
    font-weight: bold;
    font-size: 1.2rem; 
    color: #333;
    margin-bottom: 5px;
}
#aboveBenchmarkList li::before {
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg data-slot='icon' fill='none' stroke-width='4' stroke='green' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.5 10.5 12 3m0 0 7.5 7.5M12 3v18'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 7px;
}
/* End 1st this*/

/* Start 2 */
/******Adding Assessment Functinality******/
#prog-txttt {
    font-family: Arial, helvetica, sans-serif;
    font-size: 2.5em;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: -2px -2px 0 #102b3f, 2px -2px 0 #1a4565, 6px -2px 0 #1a4565, 2px 2px 0 #1a4565;
    width: 85px;
    margin-top: 10px;
}

#pfa-actttt {
    width: 800px;
    margin-top: 20px;
}
#pfa-actttt .progressss {
    display: flex;
    height: 22px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 12px;
    padding: 4px;
}
#pfa-actttt .progress-barrrr {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width 0.6s ease;
    border-radius: 12px;
    background: linear-gradient(to left, #f27d70, #FF9472);
}

.theme-btn-two-diable {
    background-color: lightgray;
    background-color: rgba(255, 255, 255, 0.5);
    color: #ccc;
    border: none;
    cursor: not-allowed;
}



.jt {
    min-width: 33%;
    border: 1px solid #ccc;
    height: 45px;
    border-radius: 10px;
    padding: 3px 16px;
    background-color: #f7fafa;
    font-size: 14px;
    font-weight: 500;
}




/********Comp-question-option for the checkbox classes**************/


/* Correct Answer Style */

.correct-answer {
   
    border: 3px solid #00008b;
    opacity: 1;

}
.comp-scale-but.correct-answer label{
	background-color: #00008b;
	color:#fff;
}

/* Above & Below Benchmark Sign */
.arrow-up {
    font-size: 50px;
    color: green;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}


.arrow-below {
    font-size: 50px;
    color: red;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}



/* Container and item class*/
/*._container {
    display: flex; 
    justify-content: center;    
    align-items: center;        
    height: 0;              
    margin: 0;                  
}*/

._item {
    display: flex;            
    align-items: center;    
    margin-top: 10px;
    margin-bottom: 10px;
    align-items: center;
}

._item h3 {
    font-size: 16px;
    margin: 0; 
    white-space: nowrap;
}

._competenices-box {
    display: flex;            
    align-items: center;    
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 50px;
    margin-right: 50px;
}

._competenices-box h3 {
    font-size: 16px;
    margin: 0; 
    white-space: nowrap;
	margin-top: 10px;
}
li.fltr-item:last-child input[type="radio"] {
	width: 1em;
    height: 1em;
	margin-left: -1.25rem;
}

/* Green and Red Box Competencies */
.green-box-competencies {
    width: 20px;                
    height: 20px;              
    background-color: green;    
    margin-right: 10px;         
    margin-left: 20px;
}

.red-box-competencies {
    width: 20px;                
    height: 20px;              
    background-color: red;    
    margin-right: 10px;         
    margin-left: 350px;
}

.technical-box-competencies {
    width: 20px;                
    height: 20px;              
    background-color: #A020F0;    
    margin-right: 10px;         
    margin-left: 112px;
	margin-top: 10px;
}

.enabling-box-competencies {
	width: 20px;                
    height: 20px;              
    background-color: #36A2EB;    
    margin-right: 10px;         
    margin-left: 40px;
	margin-top: 10px;
}

.leadership-box-competencies {
	width: 20px;                
    height: 20px;              
    background-color: #FFCE56;    
    margin-right: 10px;         
    margin-left: 40px;
	margin-top: 10px;
	
}

/* Conduct Page css */


.key-text {
	font-size: 25px;
	color: #D8A444;
	font-weight: bold;
}

.orange-box-competencies {
    width: 30px;                
    height: 30px;              
    background-color: #ff6b00;    
    margin-right: 10px;         
    margin-left: 20px;
}
.blue-box-competencies {
    width: 30px;                
    height: 30px;              
    background-color: #00008B;    
    margin-right: 10px;         
    margin-left: 20px;
}
.matches-box-competencies {
    width: 30px;
    height: 30px;
    background-color: #ff6b00;
    border: 6px solid #00008B;   
    margin-right: 10px;
    margin-left: 20px;
}




/* Green, Black, Red Box Competencies */
.red-box-competency-type {
    width: 20px;                
    height: 20px;              
    background-color: red;    
    margin-right: 10px;         
    margin-left: 30px;
}


.black-box-competency-type {
    width: 20px;                
    height: 20px;              
    background-color: black;    
    margin-right: 10px;         
    margin-left: 130px;
}

.green-box-competency-type {
    width: 20px;                
    height: 20px;              
    background-color: green;    
    margin-right: 10px;         
    margin-left: 130px;
}


/* Green, Black, Red Box Competency Area */
.red-box-competency-area {
    width: 20px;                
    height: 20px;              
    background-color: red;    
    margin-right: 10px;         
    margin-left: 30px;
}


.black-box-competency-area {
    width: 20px;                
    height: 20px;              
    background-color: black;    
    margin-right: 10px;         
    margin-left: 130px;
}

.green-box-competency-area {
    width: 20px;                
    height: 20px;              
    background-color: green;    
    margin-right: 10px;         
    margin-left: 130px;
}

/* Expert Answer */
.expert-answer {
    font-weight: bold;
    font-size: 1.1rem;
    color: #D8A444;
    margin-bottom: 10px;
    padding-left: 25px; 
    position: relative;  
}

.expert-answer::before {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23D8A444' stroke='%23D8A444' stroke-width='4' viewBox='0 0 24 24' aria-hidden='true'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M12 17.75l5.19 3.22-1.45-6.19 4.91-4.25-6.3-.53-2.35-5.71-2.35 5.71-6.3.53 4.91 4.25-1.45 6.19L12 17.75z'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;    height: 20px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%); 
}

/* Job Title */
.job-title {
    font-weight: bold; 
    font-size: 2rem; 
    color: #D8A444; 
    margin-bottom: 0;
}

.benchmark-text {
    color: #333;
}



/* Courses Page css */
.course-box a {
        color: black;
        text-decoration: none;
}

.course-box a:hover {
        color: black !important;
        text-decoration: none;
}


/* Below dropdown button */
/* Ensure the dropdown container and elements have consistent layout */
#dropdown-container {
    margin-bottom: 20px;
}

/* Style the link to look like a button */


.green-page-text{
	font-weight: bold; 
    font-size: 3rem; 
    color: #0B8494; 
	text-align: center;
	font-style: italic
}


/* Competencies Container Graph */
.competencies_container {
    border: 3px solid #004a81;
    border-radius: 10px;
    padding: 2px;
    width: 45%;
    margin: 0 auto;
    background-color: #f9f9f9;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

/* Activity Designations */
.form-submit-info{
    background-color: #fdfdfd;
    border: 2px solid #f6f6f6;
    border-radius: 10px;
    padding: 20px;
    margin: 0;
}
.form-submit-info li {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    font-size: 18px;
    border-bottom: 1px solid #d4d4d4;
    padding: 10px 0;
    font-weight: 400;
}
.form-submit-info li:last-child{
    border: none;
    padding-bottom: 6px;
}
.form-submit-info .fid-name {
    min-width: 135px;
    font-weight: 700;
}
.form-submit-info .d-line {
    margin: 0 15px;
}

/* Compliance Management */
.med-risk .progress{
    background-color: #f87832;
}
#comp-summ-tab td{
    vertical-align: middle;
}
#comp-summ-tab thead{
    background-color: #5097cc;
    color: #fff;
}
.add-des-bname{
    font-size: 22px;
    font-weight: 600;
}
.add-des-item{
    border: 1px solid #dddddd;
    padding: 8px 8px;
    margin: 7px 0;
    font-size: 16px;
}
.add-des-item i{
    margin-right: 6px;
    color: #6b6b6b;
}
.add-des-item:hover{
    background-color: #f4f4f4;
}
.add-des-item:hover i{
    color: #00b800;
}

/* Plan check */
.left, .float-left {
    float: left;
}
.inplan {
    position: relative;
    float:left;
    width: 62px;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select: none;
    z-index: 3;
  }
  .inplan-checkbox {display: none;}
  .inplan-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 2px solid #999999;
    border-radius: 20px;
    text-align: left;
  }
  .acad_dpwig.open .inplan-label {border: 2px solid #2e7ab3;}
  .acad_dpwig.open .inplan.readonly .inplan-label, .acad_dpwig.open .inplan.readonly .inplan-switch
  {border: 2px solid #999999;cursor: not-allowed;}
  .acad_dpwig.open .inplan.readonly .inplan-label .inplan-inner:before {background-color: #cccccc;}
  .acad_dpwig.open .inplan.readonly .inplan-switch {background-color: #ffffff;}
  .inplan-inner {
    display: block; width: 200%; margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s; -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s; transition: margin 0.3s ease-in 0s;
  }
  .inplan-inner:before, .inplan-inner:after {
    display: block; float: left; width: 50%; height: 19px; padding: 0; line-height: 19px;
    font-size: 13px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
    -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;
  }
  .inplan-inner:before {
    content: attr(on);
    padding-left: 10px;
    background-color: #2e7ab3; color: #FFFFFF;
  }
  .inplan-inner:after {
    content: attr(off);
    padding-right: 10px;
    background-color: #EEEEEE; color: #999999;
    text-align: right;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
  }
  .inplan input[type="checkbox"]:disabled + label .inplan-inner:before{
    background-color: #747173; color: #fff;
  }
  .inplan input[type="checkbox"]:disabled + label .inplan-switch{
    background:#c3c3c3;
  }
  .inplan-switch {
    display: block;
    width: 20px;
	height: 20px;
    margin: 1px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute; top: 0; bottom: 0; right: 39px;
    -moz-transition: all 0.3s ease-in 0s; -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s; transition: all 0.3s ease-in 0s;
  }
  .acad_dpwig.open .inplan-switch {background: #c8e5c9;border: 2px solid #ff5722;}
  .inplan-checkbox:checked + .inplan-label .inplan-inner {margin-left: 0;}
  .inplan-checkbox:checked + .inplan-label .inplan-switch {right: 0px;}
.border-dot-bm{
    border-bottom: 1px dashed #ccc;
}
.req-sec {
    background-color: #2e7ab3;
    color: white;
    line-height: 24px;
}

#compl-main {
    border-collapse: collapse;
    width: 100%;
    overflow-x: auto;
    border: solid 1px #cfcfcf;
}
#compl-main .cpl-row td {
    font-size: 1.2em;
    line-height: 225%;
    text-align: center;
    vertical-align: middle;
    /* border-bottom: solid 1px #cfcfcf;
    border-top: solid 1px #cfcfcf; */
}
#compl-main .req-val-col{
    border-bottom: none;
    text-align: center;
}
#compl-main .req-yr-have, #compl-main .req-per-have {
    border-left: solid 1px #cfcfcf;
    padding-left: 4px;
}
#compl-main .req-sec-yr th {
    vertical-align: middle;
}
#compl-main th, #compl-main .req-val-col1 {
    border-left: solid 2px #e2f4fe;
    border-bottom: none;
    text-align: center;
}
#compl-main .empty-top {
    background-color: #fff;
}
#compl-main th.prog-label {
    color: #000;
    background-color: #fff;
	border: none;
}
#compl-main td.neg {
    background-color: #ec7f2b;
    color: #FFFFFF;
    font-weight: bold;
}
.low-risk {
    background-color: #17aa1c;
}
#compl-main .cpl-row td:empty {
    
}
#compl-main .total {
    background-color: #d8eff3;
}
#compl-main .total .req-title-val {
    width: 75%;
    float: left;
}
#compl-main .req-title-val {
    width: calc(100% - 34px);
    float: left;
    text-align: left;
    line-height: 155%;
}
.learn-link {
    float: right;
    line-height: 95%;
    display: inline-block;
}
.bt-procd img{
    width: 22px;
}
#compl-main .req-title {
    font-size: 1.3em;
    text-align: left;
    padding-left: 10px;
}
.req-sec-yr {
    background-color: #2e7ab3;
    color: white;
    line-height: 20px;
}
.req-prog {
    background-color: #fff;
    color: #333;
    line-height: 20px;
}
.vdesig-block {
    width: 100%;
    font-size: 1.2em;
    line-height: 180%;
    border: 1px solid #066813;
}
.vdesig-block-t {
    background-color: #066813;
    color: #fff;
    line-height: 30px;
    padding: 2px 5px;
}
.vdesig-block th,
.vdesig-block td{
    padding: 5px 10px;
}
.vdesig-block ul{
    padding-left: 16px;
}
.vdesig-block ul li{
    line-height: 24px;
}
.info-block {
    border: 1px dashed #d8d5d7;
    margin-top: 30px;
    padding: 14px;
    display: flex;
    gap: 8px;
    align-items: center;
}
.prog-contain{
    position: relative;
}
.prog-bg{
    position: absolute;
    background-color: #fff;
    height: 5px;
    top: 0;
}
.showcol{
    border-bottom: solid 1px #dadada;
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: center;
	font-size:16px;
}
.showcol:last-child{
    border: none;
}
.showcol strong{
	font-size:17px;
	font-weight: 600;
}
.flx-img{
    text-align: center;
}

.ag-config-row {
    padding: 6px 6px;
    border-bottom: solid 1px #cccccc;
    display: flex;
    gap: 25px;
}
.ag-config-label {
    text-align: right;
    min-width: 25%;
    font-weight: bold;
	font-size:18px;
}
.join-link-box input{
	background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 7px;
    padding: 8px 10px;
}
.join-link-box button{
	background-color: #0078b5;
    border: none;
    padding: 8px;
    min-width: 90px;
    display: inline-block;
    border-radius: 5px;
    color: #fff;
}
.gp-access-tabs{
	margin: 10px 0 24px;
    border-bottom: 1px solid #eaeaea;
}
.gp-access-tabs a{
	background-color: #f2f2f2;
    border: 1px solid #ededed;
    color: #333;
    padding: 12px 25px;
    display: inline-block;
    font-weight: 500;
    font-size: 16px;
}
.gp-access-tabs a.active{
	border-bottom: 3px solid #ec7f2b;
    background-color: #f2f2f2;
	font-weight: 600;
}
.comp-gp-info{
	font-size:20px;
}

.generate-link{
	color: #ffffff;
    font-weight: 500;
    font-size: 14px;
    border: none;
    padding: 8px 16px;
    border-radius: 7px;
    background-color: #039313;
}

@media (min-width: 769px) {
    .rightbar{
        margin-top: -9rem;
    }
    .course-detail-entry{
        padding-right: 14px;
    }
}
@media (max-width: 991px) {
    
    .speace-top {
        margin-top: 64px;
    }
}
@media (max-width: 768px) {
    .header {
        background-color: #fff;
        border-bottom: none;
        padding: 8px 0;
        height: 68px;
    }
    .page-header {
        padding-top: 4rem;
        padding-bottom: 3rem;
    }
    .dropdown-menu.dropdown-menu-left{
        top: 5px;
    }
    .facts-box {
        border-bottom: 1px dashed #fff;
        border-right: none;
        margin: 8px;
        padding-bottom: 16px;
    }
    .col-lg-3:last-child .facts-box {
        border: none;
        border-bottom: 1px dashed #fff;
    }
}
@media (max-width: 480px) {
    
    .user-login .dropdown-menu:before {
        content: "";
        position: absolute;
        width: 0;
        height: 0;
        margin-left: 0;
        right: 0;
        left: auto;
        top: 0;
        box-sizing: border-box;
        border: 7px solid black;
        border-color: transparent transparent #ffffff #ffffff;
        transform-origin: 0 0;
        transform: rotate(135deg);
        box-shadow: -3px 3px 3px -3px rgba(214, 214, 214, 0.78);
    }
    .facts-box {
        border-right: none;
        border-bottom: 1px dashed #fff;
        padding-bottom: 14px;
        margin-bottom: 12px;
        margin-left: 24px;
        margin-right: 24px;
    }
    .getIn_touch {
        box-shadow: 0 0 14px #3333331a;
        border-radius: 22px;
        padding: 18px;
    }
    .contact-detail{
        padding: 22px;
        margin-bottom: 30px;
        height: auto;
    }
    .about-tabs {
        padding: 4px 0;
    }
    .about-tabs ul li {
        flex: 1 1 auto;
        text-align: center;
        padding: 1px 0;
        border-right: 1px solid #ccc;
        width: 50%;
        margin: 6px 0;
    }
}
@media (max-width: 575px) {
.dashboard{
    padding: 0 14px;
}
.course-box {
   flex-wrap: wrap;
}
.course-box .course-detail {
    width: 100%;
}
.course-box .teacher-detail {
    text-align: right;
    margin-left: 0;
    width: 100%;
    margin-top: 26px;
    background-color: #f8f8f8;
    border-radius: 12px;
    padding: 12px;
}
.welcome-popup{
    margin-top: 3rem;
}
.welcome-popup .content-box h2 {
    font-size: 22px;
    font-weight: 500;
}
.welcome-popup .content-box p {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}
.search-entry {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 20px;
    margin-left: 12px;
    margin-right: 12px;
}
.course-search-box {
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 28px;
}
.search-entry .search-bar {
    position: relative;
    width: 56%;
}

}
.dpfilter-subfilt{
    display: flex;
    flex-wrap: wrap;
}
.dp-filt-btn{
    display: inline-block;
}
.dp-filt-btn label{
    font-weight: 500;
    padding: 8px 18px;
    border-radius: 30px;
    background-color: #edf0f2;
    font-size: 14px;
    color: #333;
    display: inline-block;
    cursor: pointer;
    margin: 2px 0px;
}
.table-course-data{
    width: 100%;
}
.table-course-data .thead-dark th {
    color: #141414 !important;
    background-color: #ffffff !important;
    border-color: #b8babb !important;
}

/* Completed Activity */
.activity-filter-box{
    background-color: #f5f5f5;
    border-radius: 5px;
    margin: 16px 0;
}
.flterFrom-title h5{
    background-color: #067fbd;
    text-align: center;
    color: #fff;
    padding: 14px;
}
.filter-form{
    padding: 34px;
    margin: 16px 0;
}

.compliance-feedback a{
    background-color: #000;
    color: #fff;
    padding: 8px 30px;
}
.compliance-feedback a:hover{
    background-color: #4f4f4f;
    color: #fff;
}
.csv-btn{
    background-color: #eee;
    padding: 8px 30px;
    color: #333;
}
.csv-btn img{
    width: 20px;
    margin-right: 5px;
}
.excel-btn{
    background-color: #eee;
    padding: 8px 30px;
    color: #333;
}
.excel-btn img{
    width: 20px;
    margin-right: 5px;
}
.lms-table {
    border-collapse: collapse;
    color: #333;
	font-size:14px;
}
.lms-table a{
    color: #0772c2;
}

.lms-table thead
{
    background-color: #f6f6f6;
}

.lms-table thead th{
	border:none;
	border-bottom: 1px solid #dee2e6;
    border-bottom-color: #dee2e6 !important;
}
.lms-table td {
    border: 1px solid #d8d8d8;
    padding: 15px 12px;
}

/*
.lms-table tbody > tr:nth-of-type(even) {
    background-color: rgb(245 247 247);
}*/

.icon-lg-cpe {
    background: url(../img/cert.png) no-repeat 0px 0px transparent;
    width: 40px;
    height: 40px;
    display: inline-block;
    background-size: 100%;
}

.prog-contain {
    font-weight: bold;
    font-size: 13px;
    background-color: #eee;
    color: #5a5a5a;
    position: relative;
    padding: 4px 3px;
    width: 100%;
    opacity: 0.999;
}
.prog-fill {
    position: absolute;
    background-color: #9bcee9;
    padding: 4px 0px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
}
.prog-bar-txt{
    font-size: 11px;
    font-weight: 500;
    color: #6d6d6d;
    text-align: right;
}
.progress-bar.low-risk {
    background-color: #17aa1c;
}
.prog-bar.low-risk {
    background-color: #73d642;
}
.progress-bar.med-risk {
    background-color: #f87832;
}
.progress-bar.high-risk {
    background-color: #ff0000;
}

.prog-bar-wrap.high-risk {
    background-color: #ff0000;
}
.prog-bar.high-risk {
    background-color: #ff5d5d;
}

.prog-bar-wrap.medium-risk {
    background-color: #f98424;
}
.prog-bar.medium-risk {
    background-color: #f8a846;
}

.prog-bar-wrap.low-risk {
    background-color: #17aa1c;
}

.med-risk .progress{
    background-color: #f87832;
}
#comp-summ-tab td{
    vertical-align: middle;
}
#comp-summ-tab thead{
    background-color: #2e7ab3;
    color: #fff;
}
.add-des-bname{
    font-size: 22px;
    font-weight: 600;
}
.add-des-item{
    border: 1px solid #dddddd;
    padding: 8px 8px;
    margin: 7px 0;
    font-size: 16px;
}
.add-des-item i{
    margin-right: 6px;
    color: #6b6b6b;
}
.add-des-item:hover{
    background-color: #f4f4f4;
}
.add-des-item:hover i{
    color: #00b800;
}

/* Assessments */
.btn-small_orange{
    background-color: #ff5722;
    color: #fff;
    padding: 5px 10px;
    border-radius: 3px;
}
.btn-small_orange:hover{
    background-color: #1a1a1a;
    color: #fff;
}
.table .thead-light th {
    color: #495057;
    background-color: #e9ecef;
    border-color: #dee2e6;
}
.assmnt {
    background-color: #f7fafa;
}

.btn-outline-orange{
    border: 1px solid #ff6b00;
    color: #ff6b00;
}
.btn-outline-orange:hover{
    border: 1px solid #ff6b00;
    background-color: #ff6b00;
    color: #fff;
}
.btn-outline-orange.active{
    background-color: #ff6b00;
    color: #fff;
}
.assessments-title{
    margin-bottom: 10px;
}
.ua-head-label{
    font-size: 16px;
    font-weight: 500;
    margin-right: 8px;
}

.assessments-title input{
    min-width: 50%;
    border: 1px solid #ccc;
    height: 45px;
    border-radius: 10px;
    padding: 3px 16px;
    background-color: #f7fafa;
    font-size: 17px;
    font-weight: 600;
}
.assessments-title i{
    margin-left: -25px;
    color: #959595;
}
.listallcomps h2{
    font-size: 28px;
}
.assessment-tab-box{
    margin-bottom: 12px;
}
.comp-item{
    background-color: #ffffff;
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 10px;
    margin-bottom: 14px;
}
.uacomp-inner{
    display: flex;
    justify-content: space-between;
}
.comp-title-area{
    width: 30%;
}
.comp-title{
    font-size: 17px;
    font-weight: 500;
    line-height: 17px;
    color: #333;
    margin-bottom: 10px;
}
.assess-tab-btn{
    font-size: 20px;
    background-color: #eff3f7;
    width: 100%;
    padding: 14px;
    border-radius: 0;
    color: #343434;
    font-weight: 400;
    cursor: pointer;
    text-align: left;
    position: relative;
    display: flex;
    align-items: center;
}
.assess-tab-btn::before {
    content: "";
    position: absolute;
    right: 0.75rem;
    top: auto;
    height: 2px;
    width: 14px;
    background-color: #666666;
}
.assess-tab-btn.collapsed::after {
    content: "";
    position: absolute;
    right: 1.100rem;
    top: auto;
    height: 14px;
    width: 2px;
    border-style: none;
    background-color: #666666;
}
.assessment-tab-content{
    padding: 20px;
    background-color: #f8f9fb;
    border-top: 1px solid #d2d4d4;
}
.show-guide-btn{
    font-size: 13px;
    background-color: #ff6b00;
    width: max-content;
    padding: 2px 10px;
    border-radius: 5px;
    color: #fff;
    font-weight: 400;
    cursor: pointer;
}
.show-guide-btn.collapsed i{
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}
.show-guide-btn i{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    font-size: 10px;
    line-height: 11px;
}
.comp-selection-area{
    display: flex;
    width: 70%;
}
.comp-col{
    flex: 1 1 auto;
    width: 16.6%;
    margin: 0 4px;
}
.comp-scale-but{
    text-align: center;
}
.comp-scale-but input {
    position: absolute;
    width: 0;
    height: 0;
    z-index: 100;
    opacity: 0;
}
.comp-scale-but label{
    font-weight: normal;
    text-transform: uppercase;
    height: 58px;
    border: solid 1px #cccccc;
    display: flex;
    text-align: center;
    cursor: pointer;
    font-size: 0.85em;
    opacity: 0.8;
    background-color: #eff3f7;
    color: #000000;
    box-sizing: border-box;
    line-height: 125%;
    padding: 8px 8px;
    justify-content: center;
    align-items: center;
	margin:0;
}
.comp-scale-but label:hover{
    opacity: 1;
}
.scale-sel:checked + label{
    background-color: #ff6b00;
    border: solid 6px #ff6b00;
    color: #ffffff;
    opacity: 1;
    cursor: default;
}
.comp-scale-info{
    background-color: #f7f7f8;
    min-height: 115px;
    padding: 6px;
    font-size: 13px;
    color: #3f3f3f;
    line-height: 110%;
    margin: 5px 0;
    font-weight: 500;
}
.comp-title-area .comp-scale-info{
    text-align: left;
    min-height: auto;
}
.comp-descr-win, .comp-consids-win, .comp-concepts-win {
    width: 100%;
    padding: 8px;
    height: 90px;
    font-size: 13px;
    line-height: 18px;
    overflow-y: auto;
    background-color: #ffffff;
    box-sizing: border-box;
}
.comp-guide-items{
    background-color: #f7f7f8;
    padding: 12px;
    padding-top: 6px;
    margin-top: 6px;
}
.comp-continue{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
}
.comp-continue .info-txt{
    font-size: 20px;
    font-style: italic;
}
/*
 *  STYLE 
 */

 .descr-scroll::-webkit-scrollbar-track
 {
     -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
     background-color: #F5F5F5;
 }
 
 .descr-scroll::-webkit-scrollbar
 {
     width: 6px;
     background-color: #F5F5F5;
 }
 
 .descr-scroll::-webkit-scrollbar-thumb
 {
     background-color: #606060;
 }
 
.comp-item .collapse{
    -moz-transition: height .5s;
  -ms-transition: height .5s;
  -o-transition: height .5s;
  -webkit-transition: height .5s;
  transition: height .5s;
}

#pfa-act-panel-wrapper {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #012745;
    width: 100%;
}
.pfa-act-panel {
    position: relative;
    width: 1000px;
    height: 90px;
    margin: 8px auto;
    /* border-right: solid 5px #009900; */
    box-sizing: border-box;
}
#prog-txt {
    font-family: Arial, helvetica, sans-serif;
    font-size: 2.5em;
    line-height: 30px;
    font-weight: bold;
    color: #ffffff;
    text-shadow: -2px -2px 0 #102b3f, 2px -2px 0 #1a4565, 6px -2px 0 #1a4565, 2px 2px 0 #1a4565;
    width: 85px;
    margin-top: 10px;
}
#pfa-actt {
    width: 800px;
    margin-top: 20px;
}
#pfa-actt .progress {
    display: flex;
    height: 22px;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: 12px;
    padding: 4px;
}
#pfa-actt .progress-bar {
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    transition: width 0.6s ease;
    border-radius: 12px;
    background: linear-gradient(to left, #f27d70, #FF9472);
}
.pfa-actp{
    float: left;
    margin-right: 18px;
}
.pfa-acts{
    float: left;
}
#pfa-actt tbody tr:first-child {
    background-color: #fff7e5;
}
#pfa-actt td {
    border: solid 1px #ffffff;
}
.tickjump {
    background-color: #ffffff;
    border: 1px solid #102b3f;
    cursor: pointer;
}
.tickjump.set {
    background-color: #102b3f;
}
.ua-action {
    margin-top: 12px;
    display: flex;
    flex-direction: column;
}
.uanext-txt{
    color: #fff;
    margin-bottom: 6px;
}

/* Graph */
.completion-graph-box{
    background-color: #f7fafa;
    border-radius: 10px;
    padding: 28px;
    margin-top: 30px;
    border: 1px solid #004a81;
}
.ua-graph-title{
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}
.ua-graph-title::before{
    content: "";
    background-color: #f7fafa;
    border: 1px solid #ccc;
    position: absolute;
    bottom: -6px;
    left: 50%;
    border-radius: 50px;
    width: 15px;
    height: 15px;
    margin-left: -10px;
}
.ua-graph-title::after{
    content: "";
    border-bottom: 1px solid #ccc;
    display: block;
    width: 185px;
    margin: 0 auto;
    margin-top: 20px;
}
.ua-graph-title h2{
    font-size: 24px;
    margin: 0;
}
.ua-graph-title h3{
    font-size: 20px;
}

.pfa-sec-head {
    position: relative;
}
.pfa-sec-head-text {
    position: absolute;
    top: -41px;
    right: 0px;
    background-color: #004a81;
    color: #ffffff;
    font-size: 16px;
    padding: 1px 8px;
    border-radius: 5px;
    white-space: nowrap;
    text-transform: uppercase;
    /* transform: translateX(50%) translateY(0%) rotate(-90deg);
    -webkit-transform: translateX(50%) translateY(0%) rotate(-90deg);
    -moz-transform: translateX(50%) translateY(0%) rotate(-90deg);
    -ms-transform: translateX(50%) translateY(0%) rotate(-90deg);
    -o-transform: translateX(50%) translateY(0%) rotate(-90deg); */
}
.graph-cel{
    text-align: center;
    width: 55%;
    margin-left: auto;
    margin-right: auto;
}
.graph-cel img{
    width: 50%;
    margin: 0 auto;
}



/* Include this css on stagelms */
/* Start 01 */
/*Main Graph css*/
.main-competency-type {
    text-align: center;
    width: 500px;
    height: 500px;
    margin-left: auto;
    margin-right: auto;
    position: relative; /* Added to make sure the username is positioned relative to this container */
}

#maincompetencyGraph {
    position: relative;
    z-index: 1; /* Ensure canvas is above the background, but username remains on top */
}

.username {
    position: absolute;
    top: 50%; 
    left: 50%; 
    transform: translate(-50%, -50%); 
    background-color: yellow;
    border-radius: 100%;
    width: 205px;
    height: 205px;
    border: 4px solid black;
    font-size: 14px;
    font-weight: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2;
	padding: 10px;
    box-sizing: border-box; 
    word-wrap: break-word; 
    word-break: break-word; 
    overflow-wrap: break-word;
	color: black;
}
.username span {
    display: block; 
    font-size: 1em; 
}



.maincircle {
    width: 500px; /* Circle ki width */
    height: 500px; /* Circle ki height */
    background-color: #add8e6; /* Circle ka rang */
    border-radius: 50%; /* Circle shape banaye */
    margin: 0 auto; /* Circle ko center me rakhein */
    display: flex;
    justify-content: center; /* Content ko horizontally center karein */
    align-items: center; /* Content ko vertically center karein */
    position: relative; /* Positioning allow karein green line ke liye */
}
.newcircle {
    width: 205px; /* Width of the new circle */
    height: 205px; /* Height of the new circle */
    background-color: #fff; /* Background color of the new circle */
    border: 5px solid #333; /* Border of the new circle */
    border-radius: 50%; /* Make it a perfect circle */
    font-size: 12px; /* Font size */
    font-weight: 500; /* Font weight */
    display: flex;
    align-items: center; /* Center content vertically in newcircle */
    justify-content: center; /* Center content horizontally in newcircle */
}
.redline {
    width: 80%; /* Circle ke diameter ke barabar width */
    height: 80%; /* Circle ke diameter ke barabar height */
    border: 15px solid red; /* Green color ki thick border (line) */
    border-radius: 50%; /* Border ko circular shape dena */
    position: absolute; /* Positioning circle ke andar */
    top: 1%;
    left: 10%;
}

/*Competencies Pie Chart css*/
.competency-type-cell-1{
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.competency-type-cell-2{
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}
.competency-type-cell-3{
    text-align: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

/*Sub Competencies Bar Chart css*/
.competency-bar-chart-1{
    width: 100%;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3%;
}
.competency-bar-chart-2{
    width: 100%;
    height: 130px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 5%;
}
.competency-bar-chart-3{
    width: 100%;
    height: 90px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8%;
}



#belowBenchmarkList li{
    position: relative;
    list-style: none;
    font-weight: bold;
    font-size: 1.2rem; 
    color: #333;
    margin-bottom: 5px;
}
#belowBenchmarkList li::before {
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg data-slot='icon' fill='none' stroke-width='4' stroke='red' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M19.5 13.5 12 21m0 0-7.5-7.5M12 21V3'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 7px;
}


#aboveBenchmarkList li{
    position: relative;
    list-style: none;
    font-weight: bold;
    font-size: 1.2rem; 
    color: #333;
    margin-bottom: 5px;
}
#aboveBenchmarkList li::before {
    content:"";
    background-image: url("data:image/svg+xml,%3Csvg data-slot='icon' fill='none' stroke-width='4' stroke='green' viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg' aria-hidden='true'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M4.5 10.5 12 3m0 0 7.5 7.5M12 3v18'%3E%3C/path%3E%3C/svg%3E");
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: cover;
    width: 20px;
    height: 20px;
    display: inline-block;
    margin-right: 7px;
}
/* End 1st this*/

/* FAQs */
.accor-tab ul{
    list-style: none;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 25px;
}
.accor-tab ul li{
    list-style: none;
    padding: 0;
    flex: 1 1 auto;
    margin: 5px 14px;
    width: 13%;
}
.accor-tab ul li a {
    background-color: #eee;
    text-align: center;
    border-radius: 5px;
    padding: 10px 0;
    color: #333;
    height: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}
.accor-tab ul li a:hover {
    background-color: #0089CE;
    color: #fff;
}
.accordion-heading:first-child{
    margin: 0;
}
.accordion-heading{
    margin-top: 34px;
}
.accordion-heading h3{
    font-size: 24px;
    border-bottom: 1px solid #d6d6d6;
    padding-bottom: 6px;
    margin-bottom: 22px;
}
.accordion-heading.selected h3 {
    border-bottom: 1px solid #ffcccc;
    box-shadow: 0 7px 3px #ffacac0f;
}
.at-tab {
    display: none;
    padding: 15px;
    border: 1px solid #e1e1e1;
    border-top: none;
    background-color: #fff;
    border-radius: 0 0 5px 5px;
}

.at-title {
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #e1e1e1;
    position: relative;
    transition: background-color 0.3s ease;
    border-radius: 5px;
}
.at-title.active{
    border-radius: 5px 5px 0 0;
}
.at-title:hover {
    background-color: #e0e0e0;
}

.at-title:after {
    content: "+";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
    transition: all 0.3s ease;
    font-size: 24px;
}

.at-title.active:after {
    content: "-";
}

.at-item {
    border-radius: 5px;
    margin-bottom: 15px;
}

.at-title h2 {
    font-size: 17px;
    font-weight: 500;
    padding: 14px 15px;
    margin: 0;
}

/* Create Reports */
.report-container{
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}
.report-wrap{
    background-color: #fafcfd;
    /* display: flex; */
    flex-wrap: wrap;
    justify-content: space-between;
    border: 1px solid #e1e7ec;
    padding: 18px;
    border-radius: 14px;
    margin-bottom: 0;
    align-items: center;
    width: 49%;
    flex: 1 auto;
    float: left;
}
.report-wrap:hover{
    background-color: #f6f9fb;
    border: 1px solid #e1e7ec;
    /* box-shadow: 0 0 5px #3333332b;    */
}
.view_other {
    width: 100%;
    background-color: #caefc6;
    padding: 8px 5px;
    box-sizing: border-box;
    font-size: 18px;
    text-align: center;
    margin-bottom: 18px;
    border-radius: 5px;
}
.report-title{
    font-size: 20px;
    font-weight: 600;
    color: #333;
}
.report-create{
    margin-top: 6px;
}
.report-date{
    background-color: #f2f3f7;
    padding: 24px;
    border-radius: 14px;
}
.rpt-date{
    border: none;
    border: 1px solid #cfcfcf;
    background-color: #f5f7f9;
    padding: 10px 12px;
    border-radius: 7px;
}
.gn-report-btn{
    font-weight: 500;
    padding: 6px 20px;
    border-radius: 30px;
    background-color: #0078b5;
    font-size: 14px;
    color: #fff;
	margin-top: 10px;
}
.gn-report-btn:hover {
    background-color: #014161;
    color: #fff;
}

.inner-title{
	border-bottom: 1px solid #ccc;
}
.inner-title h2{
	position: relative;
    padding-left: 14px;
    font-size: 32px;
    font-weight: 800;
    line-height: 32px;
}
.inner-title h2::before{
	content:'';
	border-left: 4px solid #FF6B00;
    position: relative;
    left: -14px;
}
.view-all-report{
	text-decoration:underline;
	font-size:16px;
}
form.editmode-switch-form{
	margin:0;
}
.enrol-rpt th {
    /*white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 85px;*/
    min-width: 85px;
    font-size: 14px;
}
.gray-table{
    background: #f5f4f9;
}
.table.gray-table-sticky>thead {
    vertical-align: middle;
    border-bottom: 2px solid #dee2e6;
}
.gray-table-sticky thead th {
    position: sticky;
    top: 0px;
    background: #f5f4f9;
    word-break: keep-all;
}
.ss-table-reports{
    overflow-y: auto;
    max-height: 400px;
}
.ss-table-reports thead th{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 75px;
    min-width: 75px;
    padding: 14px 8px;
}
.ss-table-reports::-webkit-scrollbar-track
{
	background-color: #eee;
}

.ss-table-reports::-webkit-scrollbar
{
	width: 8px;
	background-color: #eee;
}

.ss-table-reports::-webkit-scrollbar-thumb
{
	background-color: #ccc;
}
.custom-tooltip {
    position: absolute;
    top: 0;
    background: black;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    white-space: nowrap;
    pointer-events: none;
    transform: translateX(-50%);
    z-index: 1000;
}
.custom-tooltip::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #313131;
    left: 50%;
    bottom: 0;
    transform: translateY(100%) translateX(-50%);
}
.credit-date a{
    color: #000;
}
.credit-date .evt-icon i{
    font-size: 28px;
    background-color: #ffffff;
    border: 1px solid #cde1e9;
    padding: 5px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
    color: #1b1b1b;
}
.credit-date .title{
    font-size: 18px;
    font-weight: 600;
}
.credit-date .detail{

}
.learn-session{
    display: flex;
    flex-wrap: wrap;
    gap: 22px;
    background-color: #f5f6f6;
    align-items: center;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 14px;
    border-bottom: 2px solid #ccc;
}
.learn-session .ses-img{
    width: 250px;
}
.learn-session .ses-img img{
    width: 100%;
}
.learn-session .ses-detail{}
.border-line{
    width:60px;
    height: 3px;
    background: #ff6c01;
    border-radius: 5px;
    border: 0;
}

.all_speaker{
	margin-bottom:40px;
}
.speaker-detail{
	padding-left: 170px;
    position: relative;
	border-bottom: 1px solid #dbdbdb;
    padding-top: 24px;
    padding-bottom: 24px;
}
.speaker-detail:last-child{
	border-bottom:0;
}
.speaker-detail img{
	width: 130px;
    height: 130px;
    border-radius: 12px;
    object-fit: cover;
    object-position: 0px -12px;
    float: left;
    margin-left: -170px;
}
.speaker-detail:after{
	content: '';
    display: block;
    clear: both;
}

.objectives-section{
    margin: 40px 0;
}
.object-cotent{
    display: flex;
    flex-wrap: wrap;
    border-radius: 12px;
    overflow: hidden;
    border: 1px solid #e3e3e3;
}
.objectives{
    background-color: #fbfbfb;
}
.item_cert{
    height: 100%;
}
.item_cert h5 {
    color: #ffffff;
    background-color: #2c8fbf;
    padding: 12px 14px;
    margin: 0rem 0 0.5rem;
    text-align: left;
    font-size: 1.2rem;
    border-radius: 5px;
    font-family: 'Roboto';
}
.item_cert ul{
    list-style: none;
    padding-left: 0;
}
.item_cert ul li{
    margin-bottom: 5px;
}
.item_cert .more_info a {
    color: #1778aa;
    background-color: #f1f1f1;
    display: inline-block;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    text-decoration: none;
    padding: 0.375rem 0.99rem;
    font-size: 0.8rem;
    border-radius: 7px;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.item_cert .more_info a:hover{
    background-color: #0179b5;
    color: #fff;
}

@media (max-width: 991px) {
    .learn-session .ses-img {
        width: 100%;
    }
    .learn-session .ses-detail {
        padding: 0 22px;
    }
}
.table-form{
	position:relative;
	margin: 6px 0;
}
/*.table-form .upper{
	white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    color: #8a8a8a;
    font-style: italic;
    position: absolute;
    top: -5px;
    display: inline-block;
    background: #fff;
    margin-left: 9px;
    line-height: 1.4em;
    padding: 0px 6px;
    transition: all 0.2s linear;
	border: 1px solid #ccc;
}
.table-form input{
	border: 1px solid #ccc;
    padding: 12px 8px 8px;
    border-radius: 5px;
    color: #464646;
    margin-left: 8px;
    font-size: 14px;
}*/
.table-fltr-form-label{
	font-weight:600;
}
.table-fltr-form{
	border: 1px solid #ccc;
    padding: 6px 8px;
    border-radius: 5px;
    color: #464646;
	margin-left: 8px;
}
.fltr-form-btn{
	font-weight: 500;
    padding: 6px 16px;
    border-radius: 5px;
    background-color: #0078b5;
    font-size: 14px;
    color: #fff;
	border:none;
}
.instructor-list{
	padding-left: 0;
    list-style: none;
	display: flex;
    flex-wrap: wrap;
}
.instructor-list li{
	border: 1px solid #d3d3d3;
    padding: 8px 12px;
    font-size: 16px;
    border-radius: 7px;
    width: 49%;
    margin: 6px;
}
.instructor-list li:hover{
	background-color:#f8f8f8;
}
.instructor-list li a{
	font-weight:600;
}
.instructor-summary{
	padding-left: 0;
    list-style: none;
}
ul.instructor-summary li{
	display: flex;
    flex-wrap: wrap;
	width: 100%;
    margin: 12px 0;
	font-weight: 500;
}
ul.instructor-summary li span{
	
}
.sum-title{}
.sum-line{
	flex: 1;
	border-bottom: 1px dashed #b7b7b7;
}
.sum-value{
	font-weight:600;
}
.table-wrapper {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    border:1px solid #e5e7eb;
    border-radius: 8px;
    border-top-width: 1px;
    display: block;
    overflow: auto;
    width: 100%;
    z-index: 1;
	margin-bottom: 12px;
}
table.mu-table {
    display: table;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    padding: 0;
    /*table-layout: fixed;*/
    text-align: left;
    width: 100%;
	border:none;
}
table, table.mu-table {
    border-collapse: collapse;
}
table.mu-table th {
    background-color: #f9fafb;
    border: 1px solid #e5e7eb;
    border-top: none;
    color: #50545d;
    outline: 0;
    padding: 14px 16px;
    -webkit-user-select: none;
    user-select: none;
    vertical-align: middle;
}
table.mu-table td {
    border: 1px solid #e5e7eb;
    box-sizing: initial;
    padding: 10px 16px;
    font-size: 14px;
}

/*Flex Report*/
.tble-topbar {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #eaf5f9;
    padding: 4px;
}
.tble-topbar .e-control {
    margin: 0 2px;
    min-height: 32px;
    min-width: 24px;
    padding: 4px 12px;
	font-size: 14px;
    line-height: 27px;
    border-radius: 4px;
    border: 1px solid transparent;
    background-color: transparent;
}
.tble-topbar .e-control:hover {
    background: #f9f9f9;
    border: 1px solid #eaf0f1;
    border-color: #adadad;
    border-radius: 4px;
    color: #333;
}
.tble-topbar .e-control.active{
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.tble-topbar .e-control i{
    color: #949494;
	margin-right: 4px;
}
.tble-topbar .e-control.print i{
    color: #ff6b00;
}
.tble-topbar .e-control.export i{
    color: #ff6b00;
}

.list-report-filter{
	max-height: 250px;
    overflow-y: auto;
	border: 1px solid #cdcdcd;
    margin-bottom: 18px;
}
.list-report-filter ul{
	padding: 20px;
    list-style: none;
}
.list-report-filter ul li{
	padding: 6px 0;
    display: flex;
    align-items: center;
    color: #333;
}
.list-report-filter ul li input[type="checkbox"]{
	width: 18px;
    height: 18px;
    margin-right: 8px;
}
.list-report-filter ul li input:checked {
  background-color: #002B4E;
}



.close {
    position: absolute;
    right: 0;
    top: 0;
    width: 51px;
    height: 51px;
    font-size: 0;
    cursor: pointer;
}

.close:before, .close:after {
  content: '';
    position: absolute;
    background: #767676;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    -o-border-radius: 1px;
    border-radius: 1px;
    left: 14px;
    right: 14px;
    top: 30px;
    height: 3px;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all 100ms ease-in;
    -moz-transition: all 100ms ease-in;
    -webkit-transition: all 100ms ease-in;
    -o-transition: all 100ms ease-in;
}

.close:after {
     -moz-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.popup {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -o-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: #fff;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    width: 600px;
    box-shadow: 0px 0px 16px rgb(0 0 0 / 54%);
    -moz-transition: all 130ms;
    -webkit-transition: all 130ms;
    -o-transition: all 130ms;
    transition: all 130ms;
    z-index: 9999;
  padding: 25px;
  color: #5E5E5E;
}
.hideft {
  visibility: hidden;
  opacity: 0;
  transform: translateX(-50%) translateY(-50%) scale(0.8);
  -moz-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -o-transform: translateX(-50%) translateY(-50%) scale(0.8);
  -webkit-transform: translateX(-50%) translateY(-50%) scale(0.8);
}

@media screen and (max-width: 1000px) {
  .popup {
    width: 80%;
  }
}

.popup-header {
  font-size: 18px;
  color: #333;
}


.button {
  padding: 10px 15px;
  border: 1px solid #F5F5F5;
  text-transform: uppercase;
  box-shadow: 1px 2px 3px #F5F5F5;
  color: #5E5E5E;
  cursor: pointer;
  transition: all 120ms ease-in;
  outline:none;
}

.button:hover {
  box-shadow: 1px 3px 5px #E9E9E9;
  transform: translateY(-1px);
}

.button:active, .button:visited {
  transform: translateY(1px);
  outline:none;
  box-shadow: 1px 2px 3px #F5F5F5;
}

/* AI Search */
.ai-top-banner{
    background-color: #105e72;
    /* background-image: url(../img/create_ai.png); */
    background: linear-gradient(0deg, #024964e8, #01273ff2), url(../img/create_ai.png);
    padding: 60px 0 110px;
    text-align: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.ai-title h1{
    color: #fff;
}
.ai-tabs{
    margin-top: 40px;
}
.ai-tabs .nav{
    justify-content: center;
    gap: 10px;
}
.ai-tabs .nav-pills .nav-link {
    color: #333;
    background-color: #fff;
    padding: 12px 22px;
}
.ai-tabs .nav-pills .nav-link:hover {
    color: #fff;
    background-color: #ff8323;
}
.ai-tabs .nav-pills .nav-link.active, 
.ai-tabs .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #ff8323;
}
.active-tab-tag{
    color: #fff;
    background-color: #ff8323;
    display: inline-block;
    padding: 6px 15px;
    border-radius: 7px 7px 0 0;
    margin-bottom: 0;
    font-size: 14px;
    position: relative;
}
.ai-tabs .ai-sub-title{
    color: #fff;
    font-size: 18px;
    margin-top: 20px;
}
.ai-search-box{
    background-color: #fff;
    box-shadow: 0 0 12px #3333332b;
    border-radius: 20px;
    padding: 28px;
    width: 75%;
    margin: 0 auto;
    margin-top: -82px;
}
.intro-buttons{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 8px;
}
.intro-buttons button{
    font-weight: 500;
    padding: 9px 40px;
    border-radius: 7px;
    background-color: #e9e9e9;
    font-size: 14px;
    color: #333;
    margin-left: 10px;
    border: none;
}
.intro-buttons button:hover{
    background-color: #355efc;
    color: #ffffff;
}
.search-feild{
    position: relative;
    margin-top: 20px;
}
.search-feild input{
    border: 1px solid #ccc;
    height: 48px;
    width: 100%;
    border-radius: 12px;
    padding: 2px 155px 2px 14px;
}
.search-feild .aisearch-btn{
    border: none;
    height: 43px;
    position: absolute;
    right: 3px;
    top: 3px;
    border-radius: 12px;
    background-color: #355efc;
    color: #fff;
    padding: 2px 50px;
}
.bg-ai{
    background-color: #fff;
    padding: 6px 0 60px;
}
.search-result-box{
    margin-top: 22px;
}
.ai-tab-content{
    background-color: #f9f9f9;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #ccc;
    /* max-height: 770px;
    overflow-y: auto; */
}
.ai-tab-content p:last-child{
	margin-bottom:0;
}
.questions{
    border-bottom: 1px solid #ccc;
    padding-bottom: 4px;
    margin-bottom: 16px;
}
.ai-tab-content::-webkit-scrollbar-track
{
	background-color: #eee;
}

.ai-tab-content::-webkit-scrollbar
{
	width: 8px;
	background-color: #eee;
}

.ai-tab-content::-webkit-scrollbar-thumb{
	background-color: #ccc;
}
.ai-history-accordion .accordion-button{
    background-color: #eaeaea;
    font-size: 22px;
    font-weight: 600;
    color: #333;
    border-bottom: 1px solid #b6b9ba;
    box-shadow: none;
}
.ai-history-accordion .accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23555'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    transform: rotate(-180deg);
}
.ai-history-accordion .accordion-body{
    background-color: #fafafa;
}
.examples-content{
	margin-top: 50px;
    padding: 24px;
    background-color: #f7f7f7;
    border-radius: 12px;
}

/* Edit External Activity */
.external-types h4{
    font-size: 20px;
    margin: 10px 0;
}
.external-types h5{
    font-size: 16px;
    font-family: "Roboto", sans-serif;
}
.external-types .form-check{
    margin-bottom: 10px;
    border: 1px solid #ccc;
    padding: 12px 22px 12px 22px;
    border-radius: 7px;
    background-color: #fbfbfb;
}
.external-types .form-check.active{
    border: 1px solid #ffb885;
	box-shadow: 0 0 5px #ff82021f;
}
.external-types label{
    font-weight: 400;
    margin-left: 14px;
    cursor: pointer;
}
.external-types input{
    width: 25px;
    height: 25px;
    border-radius: 5px !important;
	box-shadow: inset 0 0 5px #3333330f;
    background-color: #fff;
}
.external-types .form-check-input:checked {
    background-color: #355EFC;
    border-color: #355EFC;
}
.external-types .form-check-input:checked[type="radio"] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-linecap='round' stroke-linejoin='round' width='24' height='24' stroke-width='2'%3E%3Cpath d='M5 12l5 5l10 -10'%3E%3C/path%3E%3C/svg%3E ");
    color: #fff;
}
.attachment{
    position: relative;
}
/*.attachment::before{
    content: "";
    background-color: #e9ecef;
    height: 10px;
    width: 99px;
    position: absolute;
    z-index: 0;
    bottom: 0;
    left: 0;
}*/
.attachment[type="file"] {
    background-color: #fff;
    padding: 0;
    cursor: pointer;
  }
  
.attachment[type="file"]::file-selector-button {
    padding: 1em 1.5em;
    border-width: 0;
    border-radius: 0;
    background-color: #eee;
    color: #333;
    transition: all .25s ease-in-out;
    cursor: pointer;
    margin-right: 1em;
}
  
.hidden {
    opacity: 0;
    height: 0;
    transition: opacity 0.5s ease, max-height 0.5s ease;
    visibility: hidden;
    overflow: hidden;
}

.visible {
    opacity: 1;
    height: 100%; 
    transition: opacity 0.5s ease, max-height 0.5s ease;
    visibility: visible;
    overflow: visible;
}

/* Compliance */
.users-seat-btn {
    margin: 0 2px;
    min-height: 32px;
    min-width: 24px;
    padding: 1px 8.5px;
    line-height: 27px;
    border-radius: 4px;
    border: 1px solid #ccc;
    background-color: #fff;
    font-weight: 300;
}
.users-seat-btn:hover {
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    cursor: pointer;
}
.users-seat-btn.active {
    border: 1px solid #ccc;
    background-color: #f2f2f2;
    cursor: pointer;
}
.users-seat-btn .radio-btn{
    display: none;
}


@media (max-width: 780px) {
    .table-course-data{
        overflow-x: scroll;
        width: 100%;
    }
    .dbfilt-table{
        min-width: 750px;
    }
}
@media (min-width: 1280px) {
    .container, .container-sm, .container-md, .container-lg, .container-xl {
        max-width: 1260px ;
    }
}
.dbfilt-table td,
.dbfilt-table th {
    vertical-align: middle;
}
.dbfilt-table a{
    color: #353535;
}
.dbfilt-table a:hover{
    color: #f58721;
}
.item-prog-value{
    font-size: 13px;
    font-weight: 600;
    margin-left: 6px;
}
.archive-deta-link a{
    font-size: 16px;
}

/* Question */
.question{
    position: relative;
    margin-top: 36px;
}
.qustion-outof{
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    top: -16px;
    left: 8px;
    background-color: #fbf8f8;
    border: 1px solid #eee;
    padding: 1px 10px;
    border-radius: 10px;
    color: #ff6b00;
}
.quiz-question-body{
    padding: 16px;
    padding-top: 22px;
    border: 1px solid #e3e3e3;
    border-radius: 10px;
}
.quiz-question-body h3{
    font-size: 20px;
}
.choose_one{
    display: block;
    margin-bottom: 10px;
    font-weight: 500;
    font-style: italic;
    font-size: 13px;
}
.quiz-bar .form-check{
    background-color: #f6f5f5;
    padding: 6px 10px 6px 30px;
}
.quiz-bar .form-check input:hover{
    cursor: pointer;
}
.quiz-bar .form-check label:hover{
    cursor: pointer;
}
.feedback-icon{
    margin-left: -1.5em;
    font-size: 15px;
    line-height: 24px;
}
.correct i{
    color: #01dc01;
    border: 1px solid;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    padding: 4px 0px;
}
.wrong i{
    color: #f81010;
    border: 1px solid;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    padding: 4px 0px;
}
.correction i{
    color: #8b978e;
    border: 1px solid;
    border-radius: 100%;
    width: 24px;
    height: 24px;
    display: inline-block;
    text-align: center;
    padding: 4px 0px;
}
.no_answer h3{
    text-decoration: line-through;
    font-style: italic;
    color: #9c9c9c;
}

/* Manage Table */
.refresh-btn{
    background-color: #f1f3f5;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 8px 18px;
    margin-bottom: 14px;
    font-weight: 400;
}
.refresh-btn:hover{
    background-color: #d6e4f3;
    border: 1px solid #cee0f4;
}
.sead-section{
    
}
.sead-table{
    min-width: 1260px;
}
.add-seats{
    background-color: #e5ffdc;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 12px;
    padding: 12px;
    border-radius: 7px;
    margin-top: 30px;
}
.add-seats label{
    font-weight: 500;
}
.add-seats input[type="number"] {
    -webkit-appearance: textfield;
    -moz-appearance: textfield;
    appearance: textfield;
}
  
.add-seats input[type=number]::-webkit-inner-spin-button,
  input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none;
}
  
.add-seats .number-input {
    border: 2px solid #ddd;
    display: inline-flex;
    float: left;
}
  
.add-seats .number-input,
.add-seats .number-input * {
    box-sizing: border-box;
}
  
.add-seats .number-input button {
    outline:none;
    -webkit-appearance: none;
    background-color: #fff;
    border: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin: 0;
    position: relative;
}
.number-input button:after {
    display: inline-block;
    position: absolute;
    font-family: "Font Awesome 5 Free"; 
    font-weight: 900;
    content: '\f077';
    transform: translate(-50%, -50%) rotate(180deg);
  }
.add-seats .number-input button.plus:after {
    transform: translate(-50%, -50%) rotate(0deg);
}
  
.add-seats .number-input input[type=number] {
    font-family: sans-serif;
    max-width: 5rem;
    padding: .5rem;
    border: solid #ddd;
    border-width: 0 2px;
    height: 40px;
    font-weight: bold;
    text-align: center;
    outline: none;
}


.e-tbar-pos{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    background-color: #e7ebef;
    padding: 10px;
    min-width: 1336px;
	border-radius: 7px 7px 0 0;
}
.e-toolbar-left{
    display: flex;
}
.e-toolbar-center{
    display: flex;
}
.e-toolbar-right{
    display: flex;
}
.e-toolbar-item .dropdown-menu{
    box-shadow: 0 5px 15px rgb(0 0 0 / 18%);
}
.e-search {
    display: flex;
}
.e-search input{
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    padding: 4px 8px;
    border-radius: 5px 0 0px 5px;
    outline: none;
	height: 38px;
}
.e-search input:focus-visible{
    background-color: #fff;
}
.e-search button{
    background-color: #f8f8f8;
    border: 1px solid #ccc;
    border-left: 0;
    padding: 1px 8px;
    border-radius: 0px 5px 5px 0px;
    margin: 0;
}
/*.e-search button:hover{
    background-color: #eee;
    border: 1px solid #ccc;
    border-radius: 0px 5px 5px 0px;
    margin: 0;
}*/
.table-btn{
    border: none;
    background-color: transparent;
}
.fltr-bar{
    display: flex;
    justify-content: space-between;
}
.flter-btn{
    font-size: 11px;
    color: #484848;
}
.open>.dropdown-menu{
    display: block;
    min-width: 15rem;
}

.form-inline{
	display:block;
}
.form-inline .form-check {
    display: flex;
    min-height: 1.5rem;
    padding-left: 0;
    margin-bottom: .125rem;
	justify-content: start;
    align-items: unset;
}
.form-inline .form-check label{
	display: inline-block;
}
.action-drop .dropdown-menu{
    font-size: 14px;
    font-weight: 400;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    max-width: 254px;
}
.action-drop .dropdown-menu li {
    border-bottom: 1px solid #ccc;
    padding: 0 16px;
    line-height: 36px;
}
.action-drop .dropdown-menu li a{
    padding: 0;
}
.action-drop .dropdown-menu.dropdown-menu-right{
    right: 0;
}
.action-drop .dropdown-list .form-check-label{
    font-size: 14px;
}
.select-rights{
    border: none;
    color: #555;
}
.selectass button{
    color: #555;
}
@media (max-width: 991px) {
    .action-drop{
        position: relative;
    }
}
/* .action-drop:hover>.dropdown-menu {
    display: block;
}
  
.action-drop>.dropdown-toggle:active {
    // pointer-events: none;
} */

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu > .dropdown-menu {
    left: 100%;
/* -6px gives dropdown-menu's padding+border */
    top: -6px;
}

.dropdown-submenu:hover > .dropdown-menu, .dropdown-submenu > a:focus + .dropdown-menu {
/* :focus support is incomplete - pressing Tab sets focus to submenu, but that immediately hides submenu */
    display: block;
}


.e-toolbar-item .dropdown-toggle{
    background-color: #f8f8f8;
}
.e-toolbar-item .dropdown-menu > li > a {
    font-size: 13px;
    padding: 6px 16px;
    text-decoration: none;
    color: #212121;
    transition: all 0.2s ease-out;
}
.e-toolbar-item .dropdown-menu > li > a:hover{
    margin: 0;
    background-color: #eee;
}
.dropleft .dropdown-menu{
    left: 0;
}
.dropright .dropdown-menu{
    right: 0;
}
.toolbar-table thead,
.toolbar-table tbody,
.toolbar-table tfoot,
.toolbar-table tr,
.toolbar-table td,
.toolbar-table th{
    border-width: 1px;
}
.e-separator {
    border: solid #ccc;
    border-width: 0 1px 0 0;
    margin: 5.5px 6px;
    min-width: 1px;
}
.e-tbar-pos .tbar-btn {
    margin: 0 2px;
    min-height: 32px;
    min-width: 24px;
    padding: 5px 16px;
    line-height: 27px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-weight: 400;
    font-size: 14px;
}
.e-tbar-pos .tbar-btn:hover {
    background: #fff;
    border-color: #adadad;
    border-radius: 4px;
    color: #333;
}

.e-tbar-pos .tbar-btn.active{
    background-color: #e6e6e6;
    border-color: #adadad;
    color: #333;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.e-tbar-pos .tbar-btn i{
	margin-right:3px;
}
.e-tbar-pos .tbar-btn.print{
    
}
.e-tbar-pos .tbar-btn.print i{
    color: #e96709;
}
.e-tbar-pos .tbar-btn.excel{
	
}
.e-tbar-pos .tbar-btn.excel i{
    color: #217345;
}
.e-tbar-pos .tbar-btn.export i{
    color: #ff6b00;
}
.ass-btn{
    color: #949494;
}
.e-btn.e-flat, .e-css.e-btn.e-flat {
    background-color: #fff;
    border-color: #ccc;
    box-shadow: none;
    color: #333;
}
.e-tbar-btn-text {
    display: none;
}
button.refresh-table_btn{
	display: flex;
    align-items: center;
    gap: 10px;
    position: relative;
    background-color: #f8f8f8;
    margin: 0 2px;
    min-height: 38px;
    min-width: 24px;
    padding: 0px 16px;
    border-radius: 4px;
    border: 1px solid #ccc;
    font-weight: 400;
    font-size: 14px;
    width: 110px;
}
button.refresh-table_btn:hover {
    background: #f9f9f9;
    border-color: #adadad;
    border-radius: 4px;
    color: #333;
}
.e-tbar-pos .tbar-btn.edit-row-data{
	background-color: #f5f5f5;
    color: #4c4c4c;
    border-color: #ccc;
}
.e-tbar-pos .tbar-btn.edit-row-data i{
	color:#ff5722;
}
.e-tbar-pos .tbar-btn.edit-row-data:hover i{
	color:#ff5722;
}
.e-tbar-pos .tbar-btn.edit-row-data:hover{
	background-color: #ffffff;
    color: #141414;
    border-color: #bfbebd;
}
.e-tbar-pos .tbar-btn.save-row-data{
	background-color: #f5f5f5;
    color: #4c4c4c;
    border-color: #ccc;
}
.e-tbar-pos .tbar-btn.save-row-data:hover{
	background-color: #ffffff;
    color: #141414;
    border-color: #bfbebd;
}
.e-tbar-pos .tbar-btn.cancel-edit{
	background-color: #f5f5f5;
    color: #4c4c4c;
    border-color: #ccc;
}
.e-tbar-pos .tbar-btn.cancel-edit:hover{
	background-color: #ffffff;
    color: #141414;
    border-color: #bfbebd;
}
.green {
    color: #17aa1c !important;
}
.orange {
    color: #ff5722 !important;
}
.fa-save:before, .fa-floppy-o:before {
    content: "\f0c7";
}
.e-disabled {
    cursor: auto;
    pointer-events: none;
    opacity: 0.5;
}
.e-disabled i{
    margin-right: 8px;
}
.tblehide.hide{
    display: none;
}
.e-separator {
    border-bottom-style: solid;
    border-bottom-width: 1px;
    height: auto;
    margin: 3px 6px;
}
.toolbar-table{
    min-width: 1336px;
    margin: 0;
}
.ftr-search-bar{
    margin: 12px 16px;
    display: flex;
}
.ftr-search-bar input{
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    padding: 5px 10px;
    outline: none;
}
.ftr-search-bar button{
    background-color: #f5f5f5;
    border: 1px solid #e5e5e5;
    border-left: 0;
    padding: 5px 10px;
    color: #333;
}
.ftr-check-list{
    max-height: 160px;
    overflow-y: auto;
    margin: 8px 14px;
    padding: 0 3px;
}
.btn-fltr-go{
    background-color: #317ab9;
    border: 1px solid #265f91;
    color: #fff;
    padding: 6px 18px;
    border-radius: 5px;
}
.btn-fltr-go:hover{
    background-color: #265f91;
    border: 1px solid #265f91;
    color: #fff;
}
.btn-fltr-cancel{
    background-color: #fff;
    border: 1px solid #ccc;
    color: #333;
    padding: 6px 18px;
    border-radius: 5px;
}
.btn-fltr-cancel:hover{
    background-color: #e6e6e6;
    border: 1px solid #ccc;
}
.fltr-footer{
    padding: 10px 16px;
}
.update-btn{
	background-color: #eee;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 7px 10px;
    font-size: 14px;
}
.update-btn:hover{
	background-color: #fff;
    color: #000;
}
.delete-btn{
	background-color: #eee;
    color: #333;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 7px 10px;
    font-size: 14px;
}
.delete-btn:hover{
	background-color: #fff;
    color: #000;
}

.companies-table{
	font-size:13px;
}
.companies-table thead th{
    padding: 14px 8px;
	border-width:1px
}
.companies-table thead{
	background-color:#eee;
}
.companies-table td {
    padding: 8px;
}
.companies-table th, .companies-table td {
    border-top: 1px solid #b1b1b1;
	vertical-align: middle;
}
.companies-table .delete-btn{
	font-size:13px;
}
/*Fixed Table*/

/*End Fixed Table*/

.userexpand{
    cursor: pointer;
}
.userhide td:first-child{
    padding-left: 38px;
}
.userhide.hide{
    display: none;
}
.userexpandtwo{
    cursor: pointer;
}
.userhidetwo td:first-child{
    padding-left: 38px;
}
.userhidetwo.hide{
    display: none;
}
.rights-info{
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    max-width: 150px;
}

.email-veryfi{
    font-size: 16px;
    text-align: center;
}


.kopere_dashboard_div .menu-w .menu-and-user ul.main-menu > li.active ul.submenu {
    display: none !important;
}
.premium-tag{
    background-color: #ffa10a;
    color: #fff;
    width: auto;
    border-radius: 5px 5px 5px 0px;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 2px 12px 3px;
    position: relative;
    top: 0;
    display: inline-block;
    margin-bottom: 4px;
}

.credit-modal .modal-body{
    padding: 30px;
}
.credit-btns{
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.credit-btns a{
    color: #797979;
    flex: 1 1 auto;
}
.manage-head{
	font-size: 14px;
}
.cert-cell {
    border: solid 1px #eeeeee;
    overflow: hidden;
    background-color: #f9f9f9;
    text-align: center;
    line-height: 0.97em;
    font-weight: bold;
    padding: 14px;
    margin: 3px;
    border-radius: 7px;
}
.credit-btns a:hover .cert-cell {
    border: solid 1px #eeeeee;
    background-color: #fff;
    box-shadow: 0 0 8px #3333332b;
}
.cert-shortname{
    margin-bottom: 5px;
    color: #E93C05;
}
.cert-award{
    font-size: 12px;
}
.cert-det-row{
    display: flex;
    border-bottom: 1px solid #e2e2e2;
    padding: 3px 0;
    align-items: center;
	color: #555;
}

.cert-det-row> div{
    flex: 1 1;
}
.cert-det-row p{
	margin-bottom:0;
}
.cert-det-name{
    font-size: 16px;
    font-weight: 600;
}
.cert-det-val{
    position: relative;
    padding-left: 16px;
	min-height: 22px;
}
.cert-det-val::before{
    content: ":";
    position: absolute;
    left: 0px;
}
.credit-item{
    border: 2px solid #d4d4d4;
    padding: 30px;
    margin-top: 25px;
    border-radius: 14px;
}
.credit-item.active{
    box-shadow: 0 0 12px #33333361;
	border:2px solid #ff9b4d;
}
.credit-item h4{
	font-size: 24px;
    margin-bottom: 12px;
}
.cert-auth{
    padding-top:14px;
}
.cert-auth .margin-right-10{
	margin-right:10px
}
.cert-auth .margin-right-20{
	margin-right:10px
}
.cert-auth .source-logo{}
.cert-auth .source-logo img{
    width: 75px;
}
.cert-auth .dex{
    margin-left: 20px;
}
.credit-more-info a{
    color: #636363;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 6px 18px;
}
.credit-more-info a:hover{
    color: #ff6b00;
    border: 1px solid #ff6b00;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
  }
  
  .embed-container iframe,
  .embed-container object,
  .embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .source-icon img{
    width: 52px;
  }
  .dtls{
    margin-left: 12px;
  }
  .dtls h3{
    font-size: 18px;
    margin: 0;
  }
  .dtls p{
    margin: 0;
  }
  .certf-link{
    cursor: pointer;
    color: #333;
  }
  .curric-section .curric-item {
    border-top: 1px solid #cccccc;
}
.curric-item {
    padding-top: 2rem !important;
    padding-bottom: 1rem !important;
}
.pfai-res-t, .ci-title {
    font-size: 1.5em;
    margin-bottom: 0.25em;
    font-weight: bold;
}
.curric-item a {
    color: #333;
    text-decoration: none;
}
.ci-short {
    color: #000;
}
span.xnum {
    font-size: 2rem;
    font-weight: bold;
    text-decoration: none;
    margin: 0px;
    position: static;
    left: none;
    padding: 0.2rem 0.4rem;
    font-size: .875em;
    color: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
    font-family: var(--bs-font-monospace);
    direction: ltr;
    unicode-bidi: bidi-override;
    float: left;
    margin-right: 10px;
}
.play-btn{
    position: relative;
    text-align: center;
    margin: 0 auto;
}
.play-btn .video-btn{
    height: 52px;
    width: 52px;
    border-radius: 100%;
    background-color: #171717;
    padding: 0;
    font-size: 24px;
}
.play-btn .video-btn i{
    color: #fff;
}
.instructor{
    display: flex;
    background-color: #f3f3f3;
    padding: 10px;
    border-radius: 0px;
    margin-bottom: 15px;
	border-left: 3px solid #03affe;
}
.instructor .name{
    font-size: 16px;
    font-weight: 500;
    color: #333;
}
.instructor .detail{
    font-size: 14px;
}
.instructor .detail .more-view{
    font-size: 14px;
    color: #0090d7;
}

.instructor-box{
    padding-left: 20px;
    border-left: 4px solid #35b1f4;
}
.instructor-detail {
    display: flex;
    margin-bottom: 15px;
}
.instructor-detail .image {
    margin-right: 12px;
}
.instructor-detail .image img {
    width: 82px;
    height: 82px;
    border-radius: 7px;
    object-fit: cover;
}
.instructor-detail .name{
    font-size: 18px;
    font-weight: 600;
}

/*Moodel*/
.node_category ul li.editprofile{
	display:none;
}

/*Disabling Final Exam Check Box*/
.disablecheck{
	pointer-events: none;
	opacity: 0.3;
} 

/*Hide Search Icon From Top Menu*/
.popover-region-notifications{
display:none;
}
.navbar .simplesearchform{
display:none;
}

#compl-main td.no-need {
    background-color: #019901;
    color: #FFFFFF;
    font-weight: bold;
}

.certificate-issued label[for="certificate-filter"]{
	margin-bottom:0;
}
.certificate-issued .form-select{
	display: block;
    width: 100%;
    padding: .375rem .75rem;
    height: 36px;
    background-color: #fff;
    border: 1px solid #CFCFCF;
	border-radius: 7px;
}

.showcol{
    border: solid 1px #DADADA;
    border-bottom: none;
    padding-top: 40px;
    padding-bottom: 40px;
    align-items: center;
    position: relative;
    --bs-gutter-x: 5rem;
}
.showcol:last-child{
    border-bottom: 1px solid #DADADA;
}
.showcol .col-md-6{
	padding-left:30px;
	padding-right:30px;
}
.showcol::before{
    content:"";
    position: absolute;
    top: 0;
    left: 50%;
    border-left: 1px solid #ccc;
    height: 100%;
}
.flx-img{
    text-align: center;
    background-color: #fff;
    border-radius: 12px;
    padding: 8px 0;
    min-height: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
}
#compl-main td.remain{
	background-color: #E9E9E9;
    color: #333;
}
.comp-edit-btn {
  background-color: #FAFAFA;
  color: #333 !important;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px 6px;
  font-size: 14px;
}
.comp-edit-btn:hover {
  background-color: #E5E5E5;
  color: #000;
}
.progress-bar.completed{
    background-color: #25A005;
    font-style: italic;
}
