html body {
    background-color: #f5f6f8;
}
.jebbeeLogo {
    height: 60px;
    padding-left: 34px;
    padding-top: 5px;
}
.brand-logo {
    background-image: url(../../app-assets/images/logo/jebbee-logo-light.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#grid a {
    color: #4378ff !important;
}
.text-right {
    text-align: right;
}

.main-menu .navbar-header {
    background-color: #580074;
    background-color: #000000;
    height: 77px;

}    
.header-navbar.navbar-shadow {
    height: 77px;
}
.brand-text {
    line-height: 0.8em;
    padding-top: 12px;
    font-size: 3.2em !important;
    font-family: 'Corinthia', cursive;
    color: #fff;
    margin-left: 42px;
}
/* Sidebar */
.vertical-layout.vertical-menu-modern.menu-expanded .main-menu {
    background-color: #ffffff;
}
.main-menu .navbar-header .navbar-brand .brand-text {
    color: #ffffff;
 }
.main-menu.menu-light .navigation {
    background: #ffffff;
}
.main-menu.menu-light .navigation > li.active > a {
    background: linear-gradient(118deg, #001e09, rgb(13 49 141));
    box-shadow: 0 0 10px 1px rgb(115 103 240 / 70%);
    color: #fff;
    font-weight: 400;
    border-radius: 4px;
}
.main-menu .navbar-header {
    z-index: 99;
}
.header-navbar.navbar-static-top { 
    background-color: #fff;
    height: 77px;
}
/*.main-menu.menu-light .navigation > li.active > a {
    background: none;
    box-shadow: none;
    color: #ad00b1;
}*/
.main-menu.menu-light .navigation>li.active>a {
    background: -webkit-linear-gradient(332deg, #580074, #a31fcf);
    background: linear-gradient(118deg, #580074, #a31fcf);
    background: #9950F0;
    box-shadow: 5px 5px 5px 0px rgb(56 56 56 / 40%);
    border-radius: 25px;
}

.main-menu.menu-dark .navigation>li.active>a {
    background: -webkit-linear-gradient(332deg, #580074, #a31fcf);
    background: linear-gradient(118deg, #580074, #a31fcf);
    background: #9950F0;
    box-shadow: 5px 5px 5px 0px rgb(56 56 56 / 40%);
    color: #FFF;
    font-weight: 400;
    border-radius: 4px;
}
.main-menu.menu-light .navigation li a {
    padding: 10px 15px 10px 20px;
}

.main-menu .navbar-header .navbar-brand {
    display: flex;
    align-items: center;
    margin-top: 0px;
    font-size: inherit;
}

html .content.app-content {
    background-color: #f5f6f8;
    padding: 88px 2rem 0;
}

.main-menu.menu-shadow {
    box-shadow: none;
}

.main-menu.menu-light {
    color: #444444;
    background: #eee;
}

.main-menu.menu-light .navigation>li.active>a {
    box-shadow: none;
}
.navigation {
    font-size: 1.0rem;
}
.content-wrapper {
    background-color: #f5f6f8;
}

.warningMessage {
    background-color: #fffbdb;
    border: 3px solid #fbffa2;
}

/* Sidebar */
.glow {
    border: 3px solid #ae0b27;
    padding: 0.25rem;
    border-radius: 99999px;
    flex-shrink: 0;
    position: relative;
}

.avatar {
    background-color: #ffffff;
}

.userName {
    font-size: 1.2em;
    color: #666;
}
.stat {
    font-size: 0.9em;
}
.statHead {
    font-weight: 600;
}
/* Swiper Overrides */
.swiperStart {
    margin: 0px 15px;
}
.navbar-sticky .swiperStart {
    margin: 0px 15px;
}
.navbar-sticky .swiperStart2 {
    margin: 15px 15px 0px 15px;
}

.swiper-button-prev,
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    background: #ffffff7a;
    border-radius: 26px;
    width: 45px;
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 300px;
    position: relative;
    transition-property: transform;
    border-radius: 20px;
    padding: 12px;
    height: 180px;
}

XXXXXXXX.swiper-slide:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    background-size: cover;
    background-position: center center;
    display: block;
    overflow: hidden;
    transition: all 0.7s ease;
    border-radius: 20px;
    padding: 20px;
}
#settingsNav .nav-pills .nav-link {
    float: left;
}

.background-1 {
    background: url('../../app-assets/images/backgrounds/florist.jpeg');
}
.background-2 {
    background: url('../../app-assets/images/backgrounds/chef.jpeg');
}
.background-3 {
    background: url('../../app-assets/images/backgrounds/pilot.jpeg');
}
.background-4 {
    background: url('../../app-assets/images/backgrounds/doctor.jpeg');
}
.background-5 {
    background: url('../../app-assets/images/backgrounds/computer-programmer.jpeg');
}
.background-6 {
    background: url('../../app-assets/images/backgrounds/architect.jpeg');
}
.background-1,
.background-2,
.background-3,
.background-4,
.background-5,
.background-6 {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

#trending.swiper-slide {
    background: url(../../app-assets/images/groups/trending-today.jpg);
}
#myfeed.swiper-slide {
    background: url('../../app-assets/images/careers/my-feed.png');
}

#career1.swiper-slide {
    background: url('../../app-assets/images/careers/career-1.png');
}

#career2.swiper-slide {
    background: url('../../app-assets/images/careers/career-2.png');
}

#career3.swiper-slide {
    background: url('../../app-assets/images/careers/career-3.png');
}

#career4.swiper-slide {
    background: url('../../app-assets/images/careers/career-4.png');
}

#career5.swiper-slide {
    background: url('../../app-assets/images/careers/career-5.png');
}

#career6.swiper-slide {
    background: url('../../app-assets/images/careers/career-6.png');
}

#school1.swiper-slide {
    background: url('../../app-assets/images/schools/school-1.png');
}

#group1.swiper-slide {
    background: url('../../app-assets/images/groups/group-1.png');
}

#myfeed.swiper-slide,
#career1.swiper-slide,
#career2.swiper-slide,
#career3.swiper-slide,
#career4.swiper-slide,
#career5.swiper-slide,
#career6.swiper-slide,
#school1.swiper-slide,
#group1.swiper-slide,
#trending.swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parent:hover .child,
.parent:focus .child {
    transform: scale(1.2);
}

#careerSwiper .careerOverview {
    position: absolute;
    bottom: 10px;
}

#careerSwiper .careerTitle {
    font-size: 1.0em;
    line-height: 1.1em;
    font-weight: 500;
    color: #fff;
}

#careerSwiper .post-categories {
    list-style: none;
    padding: 0px;
    margin: 0px;
    line-height: 11px;
    transition: all 0.3s ease;
    display: inline-block;
}

#careerSwiper .post-categories li {
    font-size: 9px;
    display: inline-block;
    margin-right: 10px;
    background-color: #fff;
    padding: 4px;
    border-radius: 10px;
    font-weight: 600;
}

#careerSwiper .fader {
    content: "";
    background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.7));
    background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 50%, rgba(0, 0, 0, 0.7));
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    right: 0px;
    bottom: 0px;
    left: 0px;
    transition: all 0.2s ease;
    display: block;
    border-radius: 20px;
}

.swiper-button-prev:after,
.swiper-button-next:after {
    z-index: 99999;
}

.trendingTitle {
    font-size: 1.3em;
    color: #610087;
    padding: 15px 0px
}
/* Careers Tab Card  */
#careerTab .careerTitle {
    color: #333333;
}
.careerTabToggle {
    width: 100%;
}
.nav-pills-sm {
    background-color: #ddd;
    padding: 6px;
    width: fit-content;
    border-radius: 25px;
}
.nav-pills-sm .nav-link { 
    border-radius: 25px;
    font-size: 0.8em;
    padding: 0.45rem 0.75rem;
}
/* Feed Tab Card  */
.card-header {
    padding: 0px 0px 15px 0px;
}
.card .card-actions {
    flex: 1 1 auto;
    padding: 0 1.5rem 10px 1.5rem; 
    border-bottom: 1px solid #dae1e7;
    background-color: transparent;
}
.card-actions span {
    font-size: 0.9em;
    top: 2px;
    position: relative;
}

.card .card-footer {
    padding: 10px 25px;
}

.card-footer .post-meta:after {
    content: " ";
    display: table;
}

.card-footer ul.post-categories {
    list-style: none;
    margin: 0px;
    padding: 0px;
    float: left;
}

.card-footer .meta-view-count {
    padding: 15px 0px 15px 15px;
    float: left;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.card-footer .meta-like {
    padding: 15px 15px;
    float: right;
    border-left: #fff;
    background-color: #fff;
    border-radius: 0px 0px 12px 0px;
    line-height: 11px;
    min-height: 50px;
}
.skillCloud {
    border-radius: 20px;
    background-color: rgb(10, 115, 168);
    color: #fff;
    padding: 2px 5px;
}

.red {
    color:#007a25
}
.videoTitle {
    margin-bottom: 0;
    color: #333;
    font-weight: 500;
}
.videoPlayIcon {
    height: 2.5rem;
    width: 2.5rem;
    color: rgba(255, 255, 255, 0.796);
}
.bookmark-star {
    display: none;
}


#user-profile .profile-header .profile-img-container {
    bottom: 0rem;
    left: 2.14rem;
    z-index: 2;
    background-color: #0000008a;
    width: 100%;
    height: 85px;
}
.stat-w-icon {
    display: grid;
    gap: 10px;
    grid-template-columns: 16px auto;
    margin-bottom: 10px;
}
.stat-w-icon-icon {
    height: 16px;
    margin-top: 6px;
}
.stat-w-icon-icon i {
    height: 20px;
    color: #9950F0;
}

.stat-w-icon-content {
/*    font-size: 18px;
    font-weight: 400; */
    margin: -4px 0 -4px -6px;
    overflow: hidden;
    padding: 4px 0 4px 6px;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.profile-link  {
    color: #9950F0;
}
.profile-link:hover  {
    color: #9950F0;
}
.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #494949;
}