:root {
    /* --primary1: #2a5e44; */
    --primary1: #00b1ad;
    --primary1hover: #38383b;
    --gray1: #eceeeb;
    --lightGreen: #f7ffff;
    --jifunzeA: #97c0bb;
    --jifunzeB: #da6b26;
    --jifunzeC: #e5a62b;
    --jifunzeD: #d1ccbd;
}

@font-face {
    font-family: "Arthens";
    src:
        url("../fonts/ArthensFreeRegular.woff2") format("woff2"),
        url("../fonts/ArthensFreeRegular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

.text-primary1 {
    color: var(--primary1);
}
.bg-primary1 {
    background-color: var(--primary1);
}
.text-gray1 {
    color: var(--gray1);
}
.bg-gray1 {
    background-color: var(--gray1);
}

.text-lightGreen {
    color: var(--lightGreen);
}
.bg-lightGreen {
    background-color: var(--lightGreen);
}
.bg-primary1hover {
    background-color: var(--primary1hover);
}

.bg-jifunzeA {
    background-color: var(--jifunzeA);
}
.text-jifunzeA {
    color: var(--jifunzeA);
}

.bg-jifunzeB {
    background-color: var(--jifunzeB);
}
.text-jifunzeB {
    color: var(--jifunzeB);
}

.bg-jifunzeC {
    background-color: var(--jifunzeC);
}
.text-jifunzeC {
    color: var(--jifunzeC);
}

.text-white {
    color: #ffffff !important;
}
.text-black {
    color: #000000 !important;
}

.guestView {
    background: var(--lightGreen) !important;
}

.lms-btn-primary {
    background-color: var(--jifunzeC);
    color: #ffffff;
}
.lms-btn-primary:hover {
    color: #fff;
    background-color: var(--primary1hover);
}

.bg-primary1,
button.bg-primary1 {
    background-color: var(--primary1);
    color: #ffffff;
}

button.bg-primary1:hover {
    background-color: var(--primary1hover);
    color: #ffffff;
}

.student_navbar ul li.ml-auto {
    margin-left: auto;
}

a {
    color: var(--primary1);
}

a:hover {
    color: var(--primary1hover);
    text-decoration: none !important;
}

html,
body {
    background: var(--lightGreen);
    /* background: linear-gradient(
        324deg,
        rgba(234, 236, 232, 1) 0%,
        rgba(255, 255, 255, 1) 100%
    ); */
    font-family: "Rubik", sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Rubik", sans-serif;
}

.weight-100 {
    font-weight: 100;
}
.weight-200 {
    font-weight: 200;
}
.weight-300 {
    font-weight: 300;
}
.weight-400 {
    font-weight: 400;
}
.weight-500 {
    font-weight: 500;
}
.weight-600 {
    font-weight: 600;
}
.weight-700 {
    font-weight: 700;
}
.weight-100 {
    font-weight: 100;
}

.card.user_card {
    min-height: 80vh;
}

.lms_brand img {
    max-width: 150px;
}

.sub_sub_headline {
    font-size: 1.2em;
    max-width: 800px;
    margin: 0 auto;
    color: #fff;
}
.hero_content {
    max-width: 1000px;
    margin: 3em auto 4em;
}
/* .hero_content h1 {
    font-size: 6em;
    margin-bottom: 0.25em;
    line-height: 1.2em;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600 !important;
    font-weight: normal;
    line-height: 1.2em;
    background: -webkit-linear-gradient(#1defeb, #00b1ad);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
} */

.btn-xl {
    font-size: 1.3em;
    padding: 0.75em 1.5em;
    font-weight: 300;
}

.cta-btn {
    transition: transform 0.2s;
    animation: slowBounce 2s infinite;
}

@keyframes slowBounce {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
}

.cta-btn:hover {
    transform: scale(1.05);
}

.lms-card {
    border-radius: 2.5em;
}

a.lms-nav-link {
    font-size: 0.85em;
    font-weight: 500;
    color: #000;
}
a.lms-nav-link:hover,
a.lms-nav-link.active {
    color: #00b1ad;
}

body.frontpage {
    overflow-x: hidden;
}
body.frontpage a.lms-nav-link {
    color: rgb(255 255 255 / 70%);
}
body.frontpage a.lms-nav-link.active {
    color: #00b1ad;
}
body.frontpage a.lms-nav-link:hover {
    color: rgb(255 255 255 / 100%);
}
body.frontpage img.w-full.dark_logo {
    display: none;
}
body.frontpage img.w-full.light_logo {
    display: block !important;
}
body.frontpage nav.lms-header {
    border-color: rgb(255 255 255 / 12%);
}
body.frontpage .vertical_borderA {
    background: rgb(255 255 255 / 12%);
}

.btn-xs {
    padding: 10px 20px;
    font-size: 0.8em;
}
.avatar-wrapper {
    display: flex;
    align-items: center;
}
.avatar-wrapper p {
    margin: 0px;
}
.avatar-wrapper img {
    max-width: 40px;
    margin-right: 10px;
    border-radius: 100px;
}
.course-price {
    position: absolute;
    top: 10px;
    right: 30px;
    background: #ffffff;
    padding: 7px 20px;
    border-radius: 100px;
    color: #455c2d;
    font-size: 0.9em;
    font-weight: 600;
    letter-spacing: 2px;
}
.course-price.c_soon {
    background: #ffd0da;
    color: #000000;
}
.course_meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.8em;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 10px;
}
ul.admin_nav li:nth-child(1) {
    margin-left: 0px;
}
ul.admin_nav li {
    margin-right: 30px;
    margin-left: 20px;
}
ul.admin_nav {
    display: flex;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1em;
    margin-bottom: 3em;
}
ul.admin_nav a.active {
    color: #455c2d;
    border-bottom: 1px solid #000;
}
ul.admin_nav a {
    padding: 10px 0px 19px;
    color: #8d8d8d;
    font-size: 0.9em;
}
ul.admin_nav a:hover {
    color: #000000;
    border-bottom: 1px solid #000;
}
.instructor_nav a {
    padding-top: 5px;
    padding-bottom: 5px;
}
.instructor_nav a.active {
    color: #00cc88;
}
.instructor_nav a:hover {
    color: #000000;
}

.admin_wrapper {
    min-height: 100vh;
}

.object-cover {
    object-fit: cover;
}

.vertical_borderA {
    width: 1px;
    height: 100%;
    background: #f3f3f3;
}

.hero_wrapper {
    /* background: #d4f9f9 url(../img/dairy-farming-2B.jpg) no-repeat center center; */
    background-size: cover;
    padding: 1em 1em;
    min-height: 100vh;
}

figure.user_icon_image {
    max-width: 200px;
    background: #edffff;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0em;
    width: 100%;
    margin-right: 2em;
    overflow: hidden;
    aspect-ratio: 1 / 1;
}
figure.user_icon_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.letter-spacing-1 {
    letter-spacing: 1px;
}
.letter-spacing-2 {
    letter-spacing: 2px;
}
.letter-spacing-3 {
    letter-spacing: 3px;
}
.letter-spacing-4 {
    letter-spacing: 4px;
}
.letter-spacing-5 {
    letter-spacing: 5px;
}

.opacity-10 {
    opacity: 10%;
}
.opacity-20 {
    opacity: 20%;
}
.opacity-30 {
    opacity: 30%;
}
.opacity-40 {
    opacity: 40%;
}
.opacity-50 {
    opacity: 50%;
}
.opacity-60 {
    opacity: 60%;
}
.opacity-70 {
    opacity: 70%;
}
.opacity-80 {
    opacity: 80%;
}
.opacity-90 {
    opacity: 90%;
}

.title_style_C_wrapper p {
    opacity: 0.5;
    font-weight: 400;
}

span.role_badgeA {
    background: var(--primary1);
    color: #fff;
    padding: 5px 15px;
    margin-top: 5px;
    font-size: 0.8em;
    text-transform: capitalize;
    border-radius: 100px;
}

.product_card_description {
    min-height: 45px;
}

ul.navbar-nav.navbar-vertical-nav li a.nav-link.active,
ul.navbar-nav.navbar-vertical-nav li a.nav-link:hover {
    background: rgb(0 0 0 / 30%);
    border-radius: 0px;
    background: transparent;
    color: #00b1ad;
}
ul.navbar-nav.navbar-vertical-nav li a.nav-link {
    color: rgba(255, 255, 255, 0.6);
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}
ul.navbar-nav.navbar-vertical-nav li a.nav-link.active {
    font-weight: 700;
}
ul.navbar-nav.navbar-vertical-nav li div a.nav-link {
    padding-left: 1.5em;
}

.nav-link:hover,
.nav-link:focus {
    color: var(--primary1hover);
}

.admin_nav nav ul.navbar-nav.navbar-vertical-nav > li {
    border-bottom: 1px solid rgb(255 255 255 / 8%);
    margin: 0px;
}

.admin_wrapper h1 {
    font-size: 1.6em;
}

.card-header.user_card_header {
    display: flex;
    align-items: center;
}

.student_meta h5 {
    font-size: 1.5em;
}

.student_wrapper {
    display: flex;
    align-items: center;
}

.student_meta {
    margin-bottom: 1.5em;
}

.student_navbar ul li {
    margin-right: 1em;
}
.student_navbar ul li a {
    background: #f5f5f5;
    padding: 10px 18px;
    font-size: 0.9em;
    border-radius: 8px;
    display: flex;
    align-items: center;
}
.student_navbar ul li a:hover,
.student_navbar ul li a.active {
    background: var(--primary1);
    color: #fff;
}
.student_navbar ul li a svg {
    margin-right: 5px;
}

div#userDropdownMenu a svg {
    width: 16px;
    height: 16px;
    position: relative;
    margin-right: 5px;
    display: block;
}

.student_navbar ul {
    display: flex;
}

.empty_pages_wrapper figure img {
    max-width: 270px;
    margin: 0 auto;
    border-radius: 1000px;
}
.empty_pages_wrapper figure {
    text-align: center;
    margin: 0 auto;
}

.hero_cta {
    justify-content: center;
    width: 100%;
    display: flex;
    margin-top: 1.5em;
}

div#userDropdownMenu {
    width: 100%;
    text-align: left;
    min-width: 210px;
    right: 0px !important;
    padding: 0.5em;
    border-radius: 1em;
}

button.logout_buttonA {
    color: #ff8484;
    justify-content: center;
}

body.guestView .lms_brand img {
    max-width: 200px;
    margin-top: 2em;
}
body.guestView {
    padding-bottom: 3em;
}

.student_content {
    width: 100%;
}

img.admin_logo {
    width: 70px;
    height: auto;
    margin-top: 2.5em;
    margin-left: 1.5em;
    margin-bottom: 4em;
}

body.frontpage nav.lms-header.bg-white {
    background: transparent !important;
    position: absolute;
    width: 100%;
}

body.frontpage .hero_content {
    padding-top: 20vh;
    z-index: 2;
    position: relative;
}

.card_pagination .flex.gap-2.items-center.justify-between.sm\:hidden {
    display: none;
}
.card_pagination svg {
    max-width: 20px;
}
.card_pagination
    .hidden.sm\:flex-1.sm\:flex.sm\:gap-2.sm\:items-center.sm\:justify-between {
    text-align: center;
}
.card_pagination p.text-sm.text-gray-700.leading-5.dark\:text-gray-600 {
    margin-bottom: 1em;
}

div#userDropdownMenu a span {
    margin-left: 10px;
    margin-top: 0px;
    margin-right: 20px;
}
div#userDropdownMenu a {
    display: flex;
    align-items: center;
}

.empty_page_section svg {
    margin: 0 auto 1em;
    width: 50px;
    height: auto;
    color: #ffdcdf;
}
.empty_page_section p {
    font-size: 0.9em;
    color: #919191;
    font-weight: 300;
}
.empty_page_section {
    padding: 3em 0;
}

.supplier_card {
    width: 33%;
    position: relative;
    float: left;
    margin-bottom: 1em;
}
.supplier_card_in {
    border: 0px solid #ccc;
    padding: 1em;
    border-radius: 1em;
    margin-right: 1em;
    background-color: #fff;
    box-shadow: 0px 0px 20px 0px rgb(0 0 0 / 2%);
}

.supplort_card_info {
    display: flex;
    align-items: center;
}

figure.supplier_logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 1000px;
    overflow: hidden;
    /* margin-right: 1em; */
}
figure.supplier_logo {
    width: 100px;
    height: 100px;
    margin-right: 1em;

    /* background: #eeffd9;
    border-radius: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1em; */
}

.supplier_info h4 {
    color: #000;
    font-weight: 500;
    margin-bottom: 0.25em;
    font-size: 1.1em;
}

.supplier_info p {
    font-size: 0.9em;
    color: #5d5d5d;
    font-weight: 300;
}

body.adminView svg.w-16,
body.adminView svg.w-5 {
    width: 4em;
    height: auto;
}

.page_content_in {
    max-width: 800px;
    margin: 0 auto;
}

.legal_nav a {
    color: #fff;
    font-size: 0.75em;
    padding: 5px 5px;
    margin: 0 5px;
    font-weight: 100;
}
.legal_nav a:hover {
    color: rgba(255, 255, 255, 0.5);
}
.legal_nav {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text-uppercase {
    text-transform: uppercase;
}

.lesson_in_topic li {
    border-bottom: 1px solid rgb(204 204 204 / 30%);
}
.lesson_in_topic {
    list-style: none;
    padding-left: 0px;
}
.lesson_in_topic li a {
    display: flex;
    width: 100%;
    padding: 5px 0px;
    align-items: center;
}
.ck.ck-content {
    min-height: 30vh;
}

li.lesson_completed a.lesson_link svg {
    background: #00b1ad;
    color: #fff;
    border-radius: 100px;
}

.product_card.card {
    width: 30%;
    border-radius: 1em;
    overflow: hidden;
    background: #fff;
}
.product_card.card .product_info h4 {
    font-weight: 700;
    margin-bottom: 10px;
}
.product_card.card .product_info,
.product_card.card .card-footer {
    padding: 1em;
}
.product_card.card .card-footer {
    border-top: 1px solid rgb(0 0 0 / 4%);
}
.product_info_flexA {
    display: flex;
    width: 100%;
    justify-content: space-between;
    font-size: 0.8em;
}
.product_info_flexB {
    display: flex;
    align-items: center;
}
.product_info_flexB p {
    margin-right: 5px;
}

.product_card_wrapper > div {
    margin-right: 3%;
    position: relative;
    float: left;
    margin-bottom: 2em;
}
.product_card_wrapper {
    position: relative;
    width: 100%;
    float: left;
    clear: both;
}
footer.footer {
    clear: both;
    position: relative;
    width: 100%;
}

.product_image img {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    width: 100%;
    height: auto;
}

.figure.user_icon_image img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

div#profileModal > div {
    max-height: 90vh;
    overflow-y: auto;
}

.admin_nav nav a.nav-link {
    border-radius: 0px !important;
}

form#profileForm input,
form#profileForm select,
form#profileForm textarea {
    background: transparent;
}

.product_gallery img {
    height: 100%;
    object-fit: cover;
}

button.logout_buttonC {
    justify-content: center;
    margin-top: 1em;
    color: #ffa4a4;
}

button.logout_buttonC:hover {
    color: #fd6767;
}

.progress-bar {
    background-color: var(--primary1);
}
.lms-progress-bar {
    background-color: var(--primary1);
}

.auth_toggle-btns button:hover {
    background-color: var(--primary1);
}

.iti.iti--allow-dropdown.iti--show-flags {
    width: 100%;
}

.hero_content h1 {
    font-size: 5em;
    margin-bottom: 0.25em;
    line-height: 1.2em;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 600 !important;
    font-weight: normal;
    line-height: 1.2em;
    /* background: -webkit-linear-gradient(#008f8b, #00b1ad); */
    /* -webkit-background-clip: text; */
    /* -webkit-text-fill-color: transparent; */
    color: var(--jifunzeC);
}

.video-wrapperX {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw; /* full viewport width */
    min-height: 100vh; /* full viewport height */
    overflow: hidden; /* prevent scrollbars */
}

.video-wrapperX video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%; /* ensures video fills width */
    min-height: 100%; /* ensures video fills height */
    width: auto;
    height: auto;
    transform: translate(-50%, -50%); /* centers the video */
    object-fit: cover; /* covers container while maintaining aspect ratio */
}

.overlayA {
    position: absolute;
    width: 100vw;
    height: 100vh;
    /* height: 100%; */
    background: rgb(0 20 20 / 55%);
    top: 0;
    left: 0;
    right: 0;
}

div#mobileMenuPanel .lms_brand {
    width: 100%;
}
div#mobileMenuPanel a.lms-nav-link.active {
    color: #fff;
}
div#mobileMenuPanel a.lms-nav-link {
    display: block;
    width: 100%;
}
div#mobileMenuPanel .lms-btn-primary {
    background-color: #001414;
    color: #ffffff;
    justify-content: center;
}
div#mobileMenuPanel .lms-btn-primary:hover {
    background-color: #000;
    color: #ffffff;
}
div#mobileMenuPanel .border-b {
    border-color: rgb(255 255 255 / 14%);
}
.lms_login_link {
    text-align: center;
}
.off_break {
    width: 100%;
    height: 1px;
    background: rgb(0 0 0 / 12%);
    margin: 2em 0 !important;
    position: relative;
}

#mobileMenuBtn {
    display: none;
}

.partner_logos {
    justify-content: center;
}
.partner_logos figure {
    max-width: 320px;
    margin: 0 2em;
}

body.adminView {
    overflow-x: hidden;
}

.lesson_in_topic > li:last-child {
    border-bottom: 0px;
}

li.lesson_in_topicB {
    font-weight: 400;
    font-size: 1.2em;
    padding: 0.7em 0;
    color: rgb(0 0 0 / 50%);
}

li.show_lesson.lesson_in_topicB {
    font-size: 1.1em;
    padding: 0em 0;
    border: 0;
}

.lesson_in_topic li.show_lesson a {
    align-items: flex-start;
    padding: 2px 0px;
}

li.lesson_in_topicB.flex.lesson_completed {
    color: var(--primary1);
}

a.lesson_link.current_lesson {
    color: #000;
    font-weight: 500;
}
li.lesson_completed a.lesson_link.current_lesson svg {
    background: #000;
}

.ts-dropdown.multi {
    background: #fff;
}

[type="checkbox"]:checked,
[type="radio"]:checked {
    background-color: rgb(0 0 0);
}
[type="checkbox"]:checked:hover,
[type="checkbox"]:checked:focus,
[type="radio"]:checked:hover,
[type="radio"]:checked:focus {
    background-color: rgb(55 55 55);
}
.focus\:ring-blue-500:focus {
    --tw-ring-color: rgb(183 183 183 / var(--tw-ring-opacity, 1));
}

p.meta_label {
    text-transform: uppercase;
    font-size: 0.8em;
    letter-spacing: 1px;
    opacity: 0.5;
}

img#mainImage {
    aspect-ratio: 17 / 11;
}

.text-xl {
    font-size: 1.6em;
    margin-bottom: 1em;
}

.partner_section,
.products_section {
    padding: 5em 0;
}

.africa_section h1.africa_title {
    color: #fff;
}

h1.africa_title {
    font-size: 3em;
    line-height: 1.1em;
    padding-top: 1.5em;
}

.africa_content p {
    font-size: 1.4em;
    color: #fff;
    font-weight: 300;
}

/* .africa_content2 h1 {
    color: #fff;
    font-size: 3em;
    line-height: 1.1em;
} */
.africa_content2 p {
    font-size: 1em;
    /* color: #fff; */
    font-weight: 300;
    margin-bottom: 1em;
}

.sub_headline {
    font-family: "georgia";
    font-style: italic;
    font-size: 1.8em;
}

blockquote {
    font-size: 1.2em;
}

.products_section {
    background: var(--jifunzeB);
}

.africa_section {
    background: var(--primary1) url(../img/about2.jpg) center center fixed;
    background-size: cover;
    min-height: 100vh;
}
.africa_section .africa_section_in {
    display: flex;
    align-items: center;
}

.product_description {
    max-height: 150px;
    overflow-y: auto;
}

figure.hero_logo img {
    max-width: 500px;
    margin: 0 auto;
}

ul.campaign_nav.nav .nav-item.active {
    border-bottom: 1px solid #000;
}

.cardB {
    background: rgb(255 228 175);
    border-radius: 1em;
    color: #38383b;
    font-weight: 300;
    font-style: italic;
    cursor: pointer;
}
.cardB:hover {
    background: #38383b;
    color: #fff;
}

.cardB h4 {
    align-items: center;
    display: flex;
    justify-content: center;
    font-family: georgia !important;
    font-family: georgia;
}
.cardB i.bi {
    font-size: 1.5em;
    margin-right: 0.5em;
}

@media (min-width: 1024px) {
    .lms-course-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 980px) {
    .hero_content h1 {
        font-size: 3em;
    }
    body.frontpage .hero_content {
        padding-top: 10em;
    }
    .sub_sub_headline {
        font-size: 1.4em;
    }
    .btn-xl {
        font-size: 1.1em;
    }

    .partner_logos.flex.content-center {
        display: block;
    }
    .partner_logos.flex.content-center figure {
        max-width: 45%;
        float: left;
        margin: 0 auto 1em;
        text-align: center;
    }
}

@media (max-width: 768px) {
    #mobileMenuBtn {
        display: block;
    }
}
