:root {
    --primary: #2d5a65;
    --grey: #040404;
    --bs-body-bg: #FFF;
    --bs-body-color: #686868;
    --bs-border-color: #ddd;
    --logo-color: #2d5a65;
    --bs-accordion-active-bg: #2d5a65 !important;
    --bs-accordion-active-color: #fff !important;
    --title-color: #1b4332;
    --light-green-color: #b7e4c7;
    --secondary-color: #44a18a;
    --bg-light: #f1f3f1
}

*,
::after,
::before {
    transition: all 0.3s ease 0s;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    box-shadow: none !important;

}

body {
    font-size: 12px;
}


img {
    width: 100%;
    height: auto;
}

img.logo {
    width: 150px;
    height: auto;
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0;
    text-transform: capitalize;
}

th {
    text-transform: capitalize;
}

.align-center {
    display: block;
    margin: 0 auto;
}

p {
    margin: 0;
}

ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

a,
a:hover,
a:focus {
    text-decoration: none;
    outline: none;
    cursor: pointer;
}

h2.section-heading {
    color: var(--grey);
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
}

.align-center {
    display: block;
    margin: 0 auto;
}

img {
    width: 100%;
    height: auto;
}

body {
    min-height: 100%;
    position: relative;
}

.drop-shadow {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
}

.default-button {
    background-color: var(--logo-color);
    color: #fff;
    height: 40px;
    width: 200px;
    border: none !important;
    border-radius: 0 10px !important;
    transition: all 0.3s ease 0s;
    margin-bottom: 20px;
    text-transform: capitalize;
}

.deault-button:hover {
    border-radius: 0 !important;
    background-color: var(--primary);
}

.form-control:focus {
    border-color: #eee;
    box-shadow: 0 0 0 .25rem rgb(194 194 194 / 25%);
}

.table {
    --bs-table-bg: #fff !important;
    --bs-table-color: #8c8c8c !important;
    --bs-table-border-color: #dddddd !important;
}

.dt-button {
    display: inline-flex;
    float: left;
    background-color: var(--primary);
    color: #fff;
    padding: 3px;
    border: none;
}

#myDataTable_filter {
    float: right;
    margin-bottom: 10px;
}

table.dataTable thead {
    color: #fff !important;
    font-size: 14px;
}

/*pagination*/
#myDataTable_info {
    margin-bottom: 10px;
}

#myDataTable_paginate {
    margin-bottom: 10px;
}

a.paginate_button {
    border: 1px solid var(--primary);
    padding: 3px 17px;
    margin-right: 3px;
    color: var(--primary);
    cursor: pointer;
}

a.paginate_button.current {
    color: #fff;
    background-color: var(--primary);
}

a.paginate_button.previous,
a.paginate_button.next {
    color: #fff;
    background-color: #7f9ba2;
    border-color: #7f9ba2;
}


/* NAVBAR */
.navbar {
    border-bottom: 1px solid #d9d9d9;
    position: relative;
    top: 0;
    width: 100%;
    z-index: 9;

}

.navbar:not(.dashboard-navbar) {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9;
    height: 70px;
}

.nav-item {
    margin-right: 15px;
}

.nav-item:last-child {
    margin-right: 0;
}

.navbar-light .navbar-nav .nav-link:hover {
    color: var(--primary);
}

.navbar-nav .nav-link {
    padding-left: 10px;
    padding-right: 10px;
    text-transform: capitalize;
}


/* .navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .show>.nav-link {
    background-color: var(--primary);
    color: #fff;
    border-radius: 0 15px;
} */
.navbar-light .navbar-nav .nav-link.active {
    background-color: var(--primary);
    color: #fff;
    border-radius: 0 15px;
}

.navbar-light .navbar-nav .show>.nav-link {
    color: var(--primary);
}

a.navbar-brand {
    /* color: var(--primary) !important; */
    font-size: 50px;
    font-weight: 700;
    padding: 0 !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dropdown-menu {
    border: none !important;
    margin-top: 10px;
}

.dropdown-menu.dropdown-menu-end {
    border: 1px solid #eee !important;
}

/* PAGINATION */
.pagination {
    --bs-pagination-padding-x: 0.75rem;
    --bs-pagination-padding-y: 0.375rem;
    --bs-pagination-font-size: 1rem;
    --bs-pagination-color: var(--primary);
    --bs-pagination-bg: #FFF;
    --bs-pagination-border-width: var(--bs-border-width);
    --bs-pagination-border-color: #DDD !important;
    --bs-pagination-border-radius: var(--bs-border-radius);
    --bs-pagination-hover-color: #fff;
    --bs-pagination-hover-bg: var(--primary);
    --bs-pagination-hover-border-color: var(--bs-border-color);
    --bs-pagination-focus-color: var(--bs-link-hover-color);
    --bs-pagination-focus-bg: var(--bs-secondary-bg);
    --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.25);
    --bs-pagination-active-color: #fff;
    --bs-pagination-active-bg: var(--primary);
    --bs-pagination-active-border-color: var(--primary);
    --bs-pagination-disabled-color: var(--bs-secondary-color);
    --bs-pagination-disabled-bg: var(--bs-secondary-bg);
    --bs-pagination-disabled-border-color: var(--bs-border-color);
}


/* ACCORDION */
.accordion-button {
    background-color: #e6e6e6;
}

.accordion-item {
    margin-bottom: 15px;
}

.accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: var(--primary) !important;
    box-shadow: none !important;
}

.accordion-item {
    border-radius: 0;
}

.accordion-item:last-of-type {
    border-radius: 0 !important;
}

.accordion-item:not(:first-of-type) {
    border-top: 1px solid #ddd;
}

.accordion-item:last-of-type>.accordion-header .accordion-button.collapsed {
    border: 1px solid #ddd;
    border-radius: 0;
    box-shadow: none;
}

.accordion p {
    margin-bottom: 10px;
}

.accordion thead th {
    background-color: #e6e6e6;
    color: #686868;
    font-weight: 500 !important;
}

.accordion table thead th {
    background-color: #e9e9e9;
    color: #000 !important;
}

.accordion .default-button {
    margin: auto;
    display: block;
    /* background-color: #004f40; */
}

/* LOGIN FORM */

#login-form .form-container {
    font-family: 'Merriweather Sans', sans-serif;
    text-align: center;
    padding: 0 20px;
    position: relative;
    z-index: 1;
    margin-bottom: 20px;
}

#login-form .form-container:after {
    content: '';
    background-color: var(--primary);
    height: 80%;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1;
    box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.24);
    -webkit-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.24);
    -moz-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.24);
}

#login-form .form-container .form-horizontal {
    background-color: #fff;
    padding: 35px 0;
}

#login-form .form-container .form-horizontal .form-logo {
    margin-bottom: 30px;
}

#login-form .form-container .form-horizontal .form-logo img {
    width: 300px;
    height: auto;
}

#login-form .form-container .form-horizontal span {
    color: rgba(0, 0, 0, .7);
    font-size: 18px;
    margin: 0 0 30px 0;
    display: block;
}

#login-form .form-container .form-horizontal .form-group {
    width: 70%;
    margin: 0 auto 10px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
}

#login-form .form-container .form-horizontal .form-group:nth-child(5) {
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    margin: 0 auto 15px;
}

#login-form .form-container .form-horizontal i.icon {
    color: rgba(0, 0, 0, 0.2);
    font-size: 23px;
    transform: translateY(-50%);
    position: absolute;
    left: 8px;
    top: 50%;
}

#login-form .form-container .form-horizontal .form-control {
    height: 50px;
    font-size: 15px;
    padding: 10px 8px 10px 40px;
    border: none;
}

#login-form .form-container .form-control::placeholder {
    color: rgba(0, 0, 0, 0.2);
}

#login-form .form-container .form-horizontal .form-control:focus {
    box-shadow: none;
}

#login-form .form-container .form-horizontal .btn {
    color: #fff;
    background-color: var(--primary);
    padding: 3px 7px;
    border: 2px solid transparent;
    transition: all 0.5s;
    margin-top: 15px;
}

#login-form .form-container .form-horizontal .btn:hover {
    color: var(--primary);
    background-color: #fff;
    border: 2px solid var(--primary);
}

#login-form .form-container .login-form {
    padding: 25px 0;
    margin: 0 5px;
    display: inline-block;
}


#login-form .form-container .login-form a {
    color: #fff;
    padding: 0 10px 0 0;
    transition: all 0.5s;
}

#login-form .form-container .login-form a:hover {
    text-decoration: underline;
}

/* BANNER */
.carousel {
    /* height: 500px; */
    height: 400px;
    top: 70px;
}

.carousel-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#banner {
    overflow: hidden;
    /* height: 500px; */
    height: 400px;
    position: relative;
}

#banner:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.14);
}


/* MAIN */

main {
    min-height: 87vh;
    /* padding: 30px 0 50px; */
}

main {
    /* margin-top: 50px; */
}

.section-heading {
    /* border: 2px solid red; */
    text-align: center;
    margin-bottom: 50px;
}

.section-heading h2 {
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 1px;
    color: var(--grey);
    text-transform: capitalize;
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}

.section-heading h2::before {
    content: "";
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    background: var(--primary);
    height: 3px;
}

.section-heading h2::after {
    content: "";
    position: absolute;
    bottom: -11px;
    left: 46%;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 2px solid #fff;
    transform: rotate(45deg);
}

.box {
    text-align: center;
    padding: 30px 0;
    /* box-shadow: 0 3px 5px rgba(0, 0, 0, 0.2); */
    box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 7px 7px 7px 0px rgba(0, 0, 0, 0.14);
}

.box .box-icon {
    font-size: 40px;
    margin-bottom: 15px;
    color: var(--primary);
}

.box-title h3 {
    color: var(--grey);
    text-transform: capitalize;
    font-size: 20px;
}

/* FOOTER */

footer {
    color: #fff;
    position: fixed;
    bottom: 0;
    width: 100%;
    /* width: calc(100%);
    right: 0; */
    right: 0;
    background-color: var(--primary);
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center;

}

.wrapper footer {
    width: calc(100% - 180px);
    border-left: 2px solid #fff;
}

.js-sidebar.collapsed~footer {
    width: 100%;
    border-left: 0;
}

.js-sidebar.collapsed~.main footer {
    width: 100%;
    border-left: 0;
}

footer .row,
footer .col {
    margin: 0;
    padding: 0 !important;
}

footer p {
    margin: 0 !important;
}

/* REGISTRATION FORM */

.accordion-item {
    margin-bottom: 15px;
}

.accordion-button:not(.collapsed),
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: var(--primary);
}

.accordion-button:focus .accordion-button:focus {
    border: none !important;
    box-shadow: none !important;
}

.registration-form .form-label {
    text-transform: capitalize;
}

.registration-form .form-label span {
    color: red;
}

.registration-form.accordion .accordion-button:before,
.registration-form.accordion .accordion-button:after,
.accordion .accordion-button:before,
.accordion .accordion-button:after {
    content: "";
    width: 3px;
    height: 10px;
    background: #fff;
    font-size: 15px;
    position: absolute;
    top: 20px;
    right: 35px;
    transform: rotate(-45deg);
    transition: all 0.3s ease-in-out 0s;
}

.registration-form.accordion .accordion-button:after,
.accordion .accordion-button:after {
    right: 29px;
    transform: rotate(45deg);
}

.registration-form.accordion .accordion-button.collapsed:before,
.accordion .accordion-button.collapsed:before {
    transform: rotate(45deg);
    background: #1d2e3b;
}

.registration-form.accordion .accordion-button.collapsed:after,
.accordion .accordion-button.collapsed:after {
    transform: rotate(-45deg);
    background: #1d2e3b;
}

.capcha {
    margin: 15px 0;
}

.capcha ul li {
    display: inline-block;
    margin-right: 15px;
}

.capcha ul li input {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: -13.75rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

/* Layout for admin dashboard skeleton */

.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
    background-color: #fff;
}

#sidebar {
    max-width: 180px;
    min-width: 180px;
    background: var(--primary);
    transition: all 0.35s ease-in-out;
}

.sidebar-logo {
    background-color: #fff;
    border-right: 5px solid var(--primary)
}

.sidebar-logo img {
    width: 102px;
    height: auto;
}

#sidebar-toggle {
    background-color: var(--primary);
}

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    width: 100%;
    /* background: var(--bs-dark-bg-subtle); */
}

/* Sidebar Elements Style */

.sidebar-logo {
    padding: 10px 10px 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-logo a {
    color: #e9ecef;
    font-size: 1.15rem;
    font-weight: 600;
}

.sidebar-nav {
    list-style: none;
    padding: 20px 0 0;
}

.sidebar-header {
    color: #e9ecef;
    font-size: .75rem;
    padding: 1.5rem 1.5rem .375rem;
}

.sidebar-item.active a.sidebar-link,
a.sidebar-link:hover {
    background-color: #fff;
    color: var(--primary);
}

a.sidebar-link {
    padding: .625rem 1.625rem;
    color: #fff;
    position: relative;
    display: block;
    font-size: 14px;
}

.sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.1rem;
    transform: rotate(-45deg);
    transition: all .2s ease-out;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

.avatar {
    height: 40px;
    width: 40px;
}

.navbar-expand .navbar-nav {
    margin-left: auto;
}

.dashboard-navbar {
    height: 80px;
}

.content {
    flex: 1;
    max-width: 100vw;
    width: 100vw;
    padding-top: 30px !important;
    padding-bottom: 30px !important;
}

@media (min-width:768px) {
    .content {
        max-width: auto;
        width: auto;
    }
}

.card {
    box-shadow: 0 0 .875rem 0 rgba(34, 46, 60, .05);
    margin-bottom: 24px;
}

.illustration {
    /* background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-emphasis-color); */
}

.illustration-img {
    max-width: 150px;
    width: 100%;
}

/* Sidebar Toggle */

#sidebar.collapsed {
    margin-left: -180px;
}

/* SESSIONS */
.card {
    padding: 0 !important;
    background-color: #fff !important;
}

.mb-3 h4 {
    color: var(--logo-color);
    font-size: 20px;
}

table thead {
    --bs-table-bg: #2d5a65 !important;
    --bs-table-color: #ffffff !important;
}

table thead th {
    font-weight: 500;
}

table tr i.fa {
    color: var(--logo-color);
}

/* tax receipt */
.note {
    background: linear-gradient(45deg, #fff 50%, #f9f9f9 50%);
    background-size: 20px 20px;
    padding: 20px 40px;
    /* border-radius: 10px; */
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    border: 2px solid #eee;
    position: relative;
    margin-bottom: 20px;
}

.note h2 {
    font-size: 20px;
    text-transform: capitalize;
    width: 60%;
    margin-left: -60px;
    margin-bottom: 15px;
    background-color: var(--logo-color);
    color: #fff;
    padding: 7px 20px 7px 40px;
    /* border-radius: 10px 10px 0 10px; */
    font-weight: normal !important;
    position: relative;
    clip-path: polygon(0% 0%, 97% 0%, 100% 50%, 97% 100%, 0% 100%);
}

.note::before {
    content: '';
    clip-path: polygon(100% 0, 0% 100%, 100% 100%);
    background-color: rgba(0, 0, 0, 0.3);
    height: 20px;
    width: 20px;
    position: absolute;
    left: -20px;
    top: 0%;
}

.note ul {
    padding-left: 20px;
    list-style-type: circle;
}

.note ul li {
    font-size: 15px;
    margin-bottom: 10px;
}

.card {
    border: 1px solid #eee;
    border-radius: 0;
}

.card-header {
    text-align: center;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
}

.card-title {
    font-size: 18px;
    margin: 0;
}

/* PAYMENT */
.payments .square {
    text-align: center;
    padding: 30px;
}

.payments .square .icon {
    font-size: 40px;
    color: var(--logo-color);
    /* margin-bottom: 15px; */
}

.payments .square .amount {
    font-size: 30px;
    margin-bottom: 15px;
}

.payments .square .box-title {
    font-size: 18px;
    color: var(--logo-color);
    text-transform: capitalize;
}

/* Footer and Nav */

/* RESPONSIVE */
@media (max-width:767.98px) {

    .js-sidebar {
        margin-left: -180px;
    }

    footer {
        width: 100% !important;
        border-left: 0;
    }

    #sidebar.collapsed {
        margin-left: 0;
    }

    .navbar,
    footer {
        width: 100vw;
    }
}

@media (max-width: 576px) {
    a.navbar-brand {
        font-size: 30px;
    }

    #banner,
    .carousel {
        height: 250px;
    }

    #login-form {
        padding: 20px 0;
    }

    .section-heading {
        margin-bottom: 20px;
    }

    .section-heading h2 {
        font-size: 18px;
    }

    .box {
        margin-bottom: 15px;
    }

    .box-title h3 {
        font-size: 16px;
    }

    .box .box-icon {
        font-size: 30px;
    }

    main {
        padding: 30px 0 !important;
    }

    #login-form .form-container {
        padding: 0 10px;
    }

    #login-form .form-container .form-horizontal span {
        font-size: 15px;
    }

    #login-form .form-container .form-horizontal .form-group {
        width: 90%;
    }

    #login-form .form-container .form-horizontal .form-logo img {
        width: 150px;
    }

    #login-form .form-container .form-horizontal {
        padding: 20px 0;
    }
}







h4 {
    font-family: 'Poppins', sans-serif;
    font-size: 1.275rem;
    color: var(--bs-emphasis-color);
}

/* Layout for admin dashboard skeleton */

.wrapper {
    align-items: stretch;
    display: flex;
    width: 100%;
    background-color: #fff;
}

#sidebar {
    max-width: 180px;
    min-width: 180px;
    /* background: var(--primary); */
    transition: all 0.35s ease-in-out;
}

.sidebar-logo {
    background-color: #fff;
    /* border-right: 5px solid var(--primary) */
}

.sidebar-logo img {
    width: 102px;
    height: auto;
}

#sidebar-toggle {
    background-color: var(--primary);
}

.main {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    min-width: 0;
    overflow: hidden;
    transition: all 0.35s ease-in-out;
    width: 100%;
    /* background: var(--bs-dark-bg-subtle); */
}

/* Sidebar Elements Style */

.sidebar-logo {
    padding: 10px 10px 10px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sidebar-logo a {
    color: #e9ecef;
    font-size: 1.15rem;
    font-weight: 600;
}

.sidebar-nav {
    list-style: none;
    padding: 20px 0 0;
}

.sidebar-header {
    color: #e9ecef;
    font-size: .75rem;
    padding: 1.5rem 1.5rem .375rem;
}

a.sidebar-link {
    padding: .625rem 1.625rem;
    color: #fff;
    position: relative;
    display: block;
}

.sidebar-link[data-bs-toggle="collapse"]::after {
    border: solid;
    border-width: 0 .075rem .075rem 0;
    content: "";
    display: inline-block;
    padding: 2px;
    position: absolute;
    right: 1.5rem;
    top: 1.1rem;
    transform: rotate(-45deg);
    transition: all .2s ease-out;
}

.sidebar-link[data-bs-toggle="collapse"].collapsed::after {
    transform: rotate(45deg);
    transition: all .2s ease-out;
}

.avatar {
    height: 40px;
    width: 40px;
}

.navbar-expand .navbar-nav {
    margin-left: auto;
}

.dashboard-navbar {
    height: 80px;
}

.content {
    flex: 1;
    max-width: 100vw;
    width: 100vw;
}

@media (min-width:768px) {
    .content {
        max-width: auto;
        width: auto;
    }
}

.card {
    box-shadow: 0 0 .875rem 0 rgba(34, 46, 60, .05);
    margin-bottom: 24px;
}

.illustration {
    /* background-color: var(--bs-primary-bg-subtle);
    color: var(--bs-emphasis-color); */
}

.illustration-img {
    max-width: 150px;
    width: 100%;
}

/* Sidebar Toggle */

#sidebar.collapsed {
    margin-left: -180px;
}

/* Footer and Nav */

@media (max-width:767.98px) {

    .js-sidebar {
        margin-left: -180px;
        border-left: 0;
    }

    footer {
        width: 100% !important;
    }

    #sidebar.collapsed {
        margin-left: 0;
    }

    .navbar,
    footer {
        width: 100vw;
    }
}

.graph,
.chart,
.circular-bar {
    background-color: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2) !important;
    padding: 15px;
    border-radius: 15px;
    margin-bottom: 20px;
}

.circular-bar {
    min-height: 150px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.circular-bar ul {
    text-align: center;
}

.graph h4,
.chart h4 {
    font-size: 15px !important;
    margin-bottom: 20px !important;
}

.course-progress {
    margin-bottom: 20px;
}

.course-progress h4,
.course-progress h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600;
}

.course-progress h3 {
    margin-bottom: 10px;
}

.course-progress ul {
    margin-bottom: 0;
}

.course-progress ul li {
    display: inline-block;
    font-size: 22px;
    vertical-align: middle;
}

.course-progress ul li i {
    font-size: 36px;
    margin-right: 15px;
    color: #ff7261;
}


@keyframes loading-1 {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(0deg);
        transform: rotate(180deg);
    }
}

@keyframes progress {
    0% {
        --percentage: 0;
    }

    100% {
        --percentage: var(--value);
    }
}

@property --percentage {
    syntax: "<number>";
    inherits: true;
    initial-value: 0;
}

div[role="progressbar"] {
    --percentage: var(--value);
    --primary: #369;
    --secondary: rgba(0, 0, 0, 0.1);
    --size: 50%;
    animation: progress 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;


}

div[role="progressbar"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mask: radial-gradient(white 55%, transparent 0);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(#0000 66%, #000 0);
    background: conic-gradient(var(--primary) calc(var(--percentage) * 1%),
            var(--secondary) 0);
    -webkit-mask-mode: alpha;
}

div[role="progressbar"]::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) "%";
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) * 5);
    color: var(--primary);
}

div[role="progressbar-yellow"] {
    --percentage: var(--value);
    --primary: #369;
    --secondary: rgba(0, 0, 0, 0.1);
    --size: 50%;
    animation: progress 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;


}

div[role="progressbar-yellow"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mask: radial-gradient(white 55%, transparent 0);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(#0000 66%, #000 0);
    background: conic-gradient(#FFFF00 calc(var(--percentage) * 1%),
            var(--secondary) 0);
    -webkit-mask-mode: alpha;
}

div[role="progressbar-yellow"]::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) "%";
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) * 5);
    color: var(--primary);
}

div[role="progressbar-pink"] {
    --percentage: var(--value);
    --primary: #369;
    --secondary: rgba(0, 0, 0, 0.1);
    --size: 50%;
    animation: progress 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;


}

div[role="progressbar-pink"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mask: radial-gradient(white 55%, transparent 0);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(#0000 66%, #000 0);
    background: conic-gradient(#FFC0CB calc(var(--percentage) * 1%),
            var(--secondary) 0);
    -webkit-mask-mode: alpha;
}

div[role="progressbar-pink"]::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) "%";
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) * 5);
    color: var(--primary);
}

div[role="progressbar-orange"] {
    --percentage: var(--value);
    --primary: #369;
    --secondary: rgba(0, 0, 0, 0.1);
    --size: 50%;
    animation: progress 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;


}

div[role="progressbar-orange"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mask: radial-gradient(white 55%, transparent 0);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(#0000 66%, #000 0);
    background: conic-gradient(#FFA500 calc(var(--percentage) * 1%),
            var(--secondary) 0);
    -webkit-mask-mode: alpha;
}

div[role="progressbar-orange"]::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) "%";
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) * 5);
    color: var(--primary);
}

div[role="progressbar-green"] {
    --percentage: var(--value);
    --primary: #369;
    --secondary: rgba(0, 0, 0, 0.1);
    --size: 50%;
    animation: progress 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;


}

div[role="progressbar-green"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mask: radial-gradient(white 55%, transparent 0);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(#0000 66%, #000 0);
    background: conic-gradient(#008000 calc(var(--percentage) * 1%),
            var(--secondary) 0);
    -webkit-mask-mode: alpha;
}

div[role="progressbar-green"]::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) "%";
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) * 5);
    color: var(--primary);
}

div[role="progressbar-navy"] {
    --percentage: var(--value);
    --primary: #369;
    --secondary: rgba(0, 0, 0, 0.1);
    --size: 50%;
    animation: progress 2s 0.5s forwards;
    width: var(--size);
    aspect-ratio: 1;
    border-radius: 50%;
    position: relative;
    overflow: hidden;
    display: grid;
    place-items: center;


}

div[role="progressbar-navy"]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    mask: radial-gradient(white 55%, transparent 0);
    mask-mode: alpha;
    -webkit-mask: radial-gradient(#0000 66%, #000 0);
    background: conic-gradient(#000080 calc(var(--percentage) * 1%),
            var(--secondary) 0);
    -webkit-mask-mode: alpha;
}

div[role="progressbar-navy"]::after {
    counter-reset: percentage var(--value);
    content: counter(percentage) "%";
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) * 5);
    color: var(--primary);
}

/* .calendar-container {
            width: 80%;
            margin: 0 auto;
        } */

#month-picker {
    padding: 5px 10px;
    font-size: 15px;
    margin-bottom: 20px;
    display: block;
    margin-left: 10px;
    border-radius: 20px;
    border: 1px solid #b8b8b8;
    color: #666;
    float: right;
}

.calendar-grid {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 10px;
    width: 100%;
}

.calendar-day {
    border: 1px solid #ddd;
    background-color: #fff;
    padding: 10px;
    min-height: 100px;
    position: relative;
}

.calendar-day h3 {
    margin: 0;
    font-size: 14px;
    color: #909090;
    font-weight: 400;
}

.event {
    margin-top: 5px;
    font-size: 14px;
    background-color: #397381;
    color: white;
    padding: 2px 5px;
    border-radius: 3px;
}

/* style 2 starts Here */

.bg-light {
    background-color: var(--bg-light) !important;
}

.breadcrumb {
    gap: 10px;
    background: transparent;
    margin: 20px 0;
}

.breadcrumb li a {
    color: var(--secondary-color);
    font-weight: 600;
    margin-right: 2px;
}

.btn-primary {
    background: var(--primary);
    color: var(--bs-white);
    text-transform: uppercase;
    border-color: var(--primary);
    font-size: 12px;
}

.btn-secondary {
    background-color: var(--secondary-color);
    color: var(--bs-white);
    text-transform: uppercase;
    font-size: 12px;
    padding: 5px 10px;
    min-width: 80px;
    border-color: var(--secondary-color);
    flex-shrink: 0;
}

footer {
    background-color: var(--primary);
    font-size: 14px;
}

.sidebar-dropdown {
    position: absolute;
    background-color: #2d5a65;
    left: 102%;
    min-width: 180px;
    max-width: 180px;
    text-align: left;
    /* white-space: nowrap; */
    padding: 0px;
    top: 0;
    z-index: 9;
    border-radius: 5px;
    max-height: 300px;
    /* height: 300px; */
    overflow-y: scroll;
    overflow-x: hidden;
}

.sidebar-dropdown .sidebar-link {
    padding: 8px 10px;
    font-size: 13px;
}

.sidebar-dropdown::-webkit-scrollbar {
    width: 8px;
    /* Remove scrollbar space */
    background: var(--primary);
    border-radius: 5px;
    /* Optional: just make scrollbar invisible */
    right: 5px;
}

.sidebar-dropdown::-webkit-scrollbar-thumb {
    background: rgba(68, 161, 138, 1);
    border-radius: 5px;
}

.sidebar-dropdown .sidebar-item:first-child {
    width: 100% !important;
    margin: auto !important;
}


.table-responsive {
    padding-bottom: 10px !important;
}

.table-responsive::-webkit-scrollbar {
    margin-top: 5px;
    width: 1px;
    /* Remove scrollbar space */
    background: rgba(255, 255, 255, 0.2);
    border-radius: 5px;
    /* Optional: just make scrollbar invisible */
    right: -1px;
    height: 5px;
}

.table-responsive::-webkit-scrollbar-thumb {
    /* background: rgba(255, 255, 255, 0.2); */
    background: #518d9b3d;
    border-radius: 5px;
}

.sidebar-item.sidebar-main {
    position: relative;
}

.dayButton {
    min-width: 35px;
    max-width: 35px;
    padding: 5px 8px;
}

.table thead tr td,
.table thead tr th {
    font-weight: 400;
    color: var(--bs-gray-100);
    text-transform: uppercase;
    text-align: center;
    font-size: 12px;
    white-space: nowrap;
}

.table tbody td {
    text-align: center;
    font-size: 12px;
}

.card .card-header {
    font-size: 18px;
    margin: 0;
    padding: 10px 0;
    text-align: center;
    color: var(--title-color);
    font-weight: bold;
    background-color: rgb(77 128 125 / 12%);
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.card {
    box-shadow: 0 0 .875rem 0 rgba(34, 46, 60, .05) !important;

}

.card:last-child {
    margin-bottom: 60px;
}

.card-header .fa-solid,
.card-header .fas,
.card-header .fa-regular {
    color: var(--secondary-color);
}

a.paginate_button {
    border: 1px solid var(--primary);
    padding: 4px 14px 6px;
    margin-right: 3px;
    color: var(--primary);
    cursor: pointer;
    font-size: 14px;
    border-radius: 5px;
}

.btn-light-green {
    background-color: var(--secondary-color);
    color: #fff;
    min-width: 75px;
}

a.paginate_button.previous,
a.paginate_button.next {
    color: #fff;
    background-color: var(--secondary-color);
    border-color: var(--secondary-color);
}

a.paginate_button.current {
    color: #fff;
    background-color: var(--primary);
}

.dataTables_filter [type=search] {
    float: right;
    margin-bottom: 10px;
    padding: 2px 5px
}

.dataTables_filter input[type=search] {
    box-shadow: none;
    border: 1px solid var(--bs-gray);
    border-radius: 5px;
    margin-left: 10px;
    padding: 2px 5px
}

.dataTables_filter [type=search]:focus,
.dataTables_filter [type=search]:focus-visible {
    outline-offset: 0;
}

.dt-paging {
    float: right;
}

.dt-paging-button.first,
.dt-paging-button.last {
    display: none;
}

table .btn.btn-secondary {
    font-size: 10px;
}

.btn.btn-secondary:hover {
    color: var(--bs-white);
    background: var(--primary);
}

/* .btn-group {
    align-items: center;
    justify-content: center;
    width: 100%;
    margin: 15px auto !important;
} */

#myDataTable_paginate {
    float: right;
}

.dt-button.buttons-collection {
    padding: 3px 15px 4px;
    border-radius: 5px;
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.dt-button {
    padding: 3px 15px 4px;
    border-radius: 5px;
    background: var(--secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.dt-button:not(first-child) {
    margin: 0 5px;
}

.form-inline {
    gap: 10px;
}

#myDataTable_info {
    font-size: 14px;
}

.btn-wrap {
    max-width: 100px;
}

table a {
    color: var(--secondary-color);
}

.btn-icon {
    color: var(--bs-primary);
}

.regnoInput {
    box-shadow: none !important;
    margin: 2px;
    border-color: var(--secondary-color) !important;
    border-style: solid;
    border-width: 1px;
    border: 0;
    border-bottom: 1px solid;
}

.input-group-text {
    background-color: transparent;
    font-weight: 500;
    border-radius: 0;
}

.regnoInput.input-group-text {
    border-bottom: none;
}

.regnoInput.form-control,
.regnoInput.form-control-sm {
    border-radius: 0;
    background-color: transparent;
}

label {
    color: var(--bs-dark);
    font-weight: bold;
}

.card-body .card-header {
    background: #5c8994;
    font-size: 14px;
    color: #fff;
}

.accordion-simple:not(.collapsed) {
    background: transparent !important;
    color: var(--primary-color) !important;
    font-weight: 500;
}

table .table tr th {
    padding: 5px 0 !important;
    font-size: 12px;
}

.accordion-simple:before,
.accordion-simple:after {
    background: var(--primary) !important;
}

.table>tbody>tr>td {
    vertical-align: middle !important;
}

.sidebar-nav {
    position: relative;
}

#featureSuggessionsContainer {
    position: absolute;
    left: 102%;
    min-width: 250px;
    background: var(--bg-light);
    padding: 10px;
    z-index: 1;
    top: 15px;
    border-radius: 10px;
    box-shadow: 0 3px 6px #00000029 !important;
    max-height: 350px;
    overflow-y: scroll;
}

#featureSuggessionsContainer::-webkit-scrollbar,
#nameSuggession::-webkit-scrollbar {
    width: 8px;
    /* Remove scrollbar space */
    background: var(--primary);
    border-radius: 5px;
    /* Optional: just make scrollbar invisible */
    right: 5px;
}

#featureSuggessionsContainer::-webkit-scrollbar-thumb,
#nameSuggession::-webkit-scrollbar-thumb {
    background: rgba(68, 161, 138, 1);
    border-radius: 5px;
}

#featureSuggessionsContainer .sidebar-item:first-child,
#nameSuggession.sidebar-item:first-child {
    width: 100% !important;
    margin: auto !important;
}

#nameSuggession {
    box-shadow: 0 0 .875rem 0 rgba(34, 46, 60, .05) !important;
    max-height: 300px;
    overflow-y: scroll;
}

#nameSuggession li a {
    color: var(--secondary-color);
    display: flex;
    padding: 3px 0;
}

.hidefeaturesuggessions {
    display: none !important;
}

#featureSuggessions a {
    color: var(--primary);
    padding: 5px 0;
    display: block;
    font-size: 13px;
}

#featureSuggessions a:hover {
    text-decoration: underline;
}

.trainer-progress .canva-title {
    text-align: center;
    font-size: 14px;
    margin-bottom: 15px;
    font-weight: 600;
    color: var(--primary);
}

.table-css td .btn.btn-success {
    background: transparent;
    color: var(--primary);
    font-size: 12px;
}

.border-button {
    background-color: transparent;
    color: var(--primary);
    border: 1px solid var(--primary);
    font-size: 12px;
}

.border-button:hover {
    background-color: var(--primary);
    color: var(--bs-white);
}

i.fa-solid.fa-person-chalkboard.mr-2 {
    margin-right: 10px;
}

span.badge.bg-primary.text-white {
    background: var(--light-green-color) !important;
    color: #000 !important;
    font-size: 12px;
    font-weight: 400;
}

a>button {
    border: 0 !important;
    color: var(--primary-color) !important;
}

.sidebar-item:first-child {
    width: 95% !important;
    margin: auto !important;
}

.button-link {
    color: var(--primary);
    font-size: 14px;
}

.activity-item .border-button {
    white-space: nowrap;
    padding: 5px 8px;
}

.card-body p {
    margin: 10px 10px 15px;
    font-size: 14px;
    text-align: center;
    color: var(--primary);
}

.report-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    box-shadow: 0 0 .875rem 0 rgba(34, 46, 60, .05) !important;
    padding: 15px;
    border: 1px solid #d3f7deba;
    min-height: 130px;
}

.report-content h4 {
    font-size: 15px;
    color: var(--primary);
    font-weight: 600;
}

.report-content h5 {
    font-size: 14px;
    font-weight: 400;
    color: var(--primary);
    padding-top: 5px;
}

.report-img img {
    max-width: 38px;
    object-fit: cover;
}

.btn-link {
    color: var(--primary);
    text-decoration: none;
    font-size: 14px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.btn.border-button.btn-success {
    background: var(--primary);
    color: #fff;
}

.activity-item p {
    font-size: 12px;
}

.nav.nav-tabs {
    border-bottom: 1px solid var(--primary);
    margin: auto;
    text-align: center;
    max-width: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.nav-tabs .nav-link {
    font-size: 16px;
    color: var(--primary);
    white-space: nowrap;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
    color: #fff;
    background-color: var(--primary);
    border-color: var(--primary);
    margin-bottom: 1px;

}
.form-inline {
    gap: 10px;
    display: flex;
    align-items: center;
}
.exam-qstns .form-group {
    display: flex;
    align-items: center;
    gap:10px;
}
label {
    font-size: 14px;
}

#feedActivity label {
    font-size: 12px;
}

.bottom-icons {
    position: fixed;
    bottom: 0;
    left: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: var(--primary);
    flex-wrap: wrap;
    max-width: 180px;
}

.card-footer {
    background-color: rgb(77 128 125 / 12%);
    border-top: none;
}

.profile-progress div[role="progressbar"] {

    border-radius: 0px;
}

footer .row {
    align-items: center;
}

.footer-bottom-icon {
    display: flex;
    justify-content: end;
    align-items: center;
    gap: 20px;
    z-index: 9;
    background-color: var(--primary);
}

.profile-progress div[role="progressbar"]::before,
.profile-progress div[role="progressbar"]::after {
    background-color: transparent;
    display: none;
}

tbody table tr th {

    color: #000;
}

.link {
    color: var(--secondary-color);
}

.dashboar-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--secondary-color);
    background-color: transparent;
    padding: 20px;
    min-height: 97px;
    min-width: 230px;
    column-gap: 20px;
    margin-bottom: 20px;
}

.dashboard-img {
    max-width: 60px;
    object-fit: cover;
}

.f-w-custom table tr td:first-child {
    max-width: 180px;
    min-width: 180px;
}

.profile-progress {
    position: relative;
}

.progress-text {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

.img-profile {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    padding: 20px 0;
    border: 1px solid #44a18a63;
    border-radius: 5px;
}

.reg-info {
    display: flex;
    align-items: center;
    gap: 20px;
    margin: 5px;
}

.reg-info h4 {
    font-size: 14px;
    font-weight: 400;
}

.reg-info h5 {
    font-size: 14px;
    font-weight: 400;
}

.calendar-table th,
.calendar-table td {
    min-width: 140px;
    max-width: 140px;
}
.accordion-button i{
    margin-right: 5px;
}

.qstn-item {
    margin-top: 20px;
    border: 1px solid var(--secondary-color);
    padding: 15px 20px;
    border-radius: 5px;
}
.qstn-item td{
    padding: 10px;
}
.qstn-item h4 {
    font-size: 16px;
    color: #000;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
}
.qstn-head{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 17px;
}
.qstn-item textarea.form-control{
    min-height: 20px !important;
    height: 70px !important;
}
.exam-qstns .form-group {
    display: flex;
    align-items: center;
    gap: 10px;
}
@media (max-width: 767.98px) {
    #myDataTable_filter {
        float: left;
        margin-top: 10px;
    }

    .form-inline {
        flex-direction: column;
    }
}

@media (min-width: 959.98px) {
    #sidebar.collapsed .sidebar-dropdown {
        display: none;
    }

    #sidebar.collapsed #featureSuggessionsContainer {
        display: none;
    }
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1366px) {

    .course-progress h4,
    .course-progress h3 {
        font-size: 12px;

    }

    div[role="progressbar"]::after,
    div[role="progressbar-yellow"]::after,
    div[role="progressbar-pink"]::after,
    div[role="progressbar-orange"]::after,
    div[role="progressbar-green"]::after,
    div[role="progressbar-navy"]::after {
        font-size: 13px;
    }
}

@media (max-width: 960px) {

    .course-progress h4,
    .course-progress h3 {
        font-size: 13px;

    }

    div[role="progressbar"]::after,
    div[role="progressbar-yellow"]::after,
    div[role="progressbar-pink"]::after,
    div[role="progressbar-orange"]::after,
    div[role="progressbar-green"]::after,
    div[role="progressbar-navy"]::after {
        font-size: 10px;
    }
}
