[data-bs-theme="light"] {
    .change-to-light-mode {
        display: none;
    }
    .bg-project-header {
        background-color: #ffffff;
    }

    .bg-project-body {
        background-color: #f5f4f9;
    }

    .text-default {
        color: #5c5776 !important;
    }

    .text-muted {
        color: #a8a3b0 !important;
    }

    .link-listing .list-group-item {
        color: #0145a9;
        border-bottom: 1px solid #dee2e6;
    }

    .link-listing .list-group-item.active {
        color: #ffffff;
    }

    .link {
        color: #0145a9;
    }

    .link.active {
        color: #ffffff;
    }

    .card-header {
        background-color: #ffffff;
    }

    .text-project {
        color: #0145a9;
    }

    .breadcrumb-item a {
        color: #0145a9;
    }
    .breadcrumb-item.active {
        color: #0145a9;
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6 {
        color: #18113c;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        color: #0145a9;
    }
    body {
        color: #5c5776;
    }
}

[data-bs-theme="dark"] {
    .change-to-dark-mode {
        display: none;
    }

    .bg-project-header {
        background-color: #212332;
    }

    .bg-project-body {
        background-color: #212332;
    }

    .card {
        background-color: #2a2e3f;
    }

    .form-control {
        background-color: #2a2e3f;
    }

    .bg-white {
        background-color: #2a2e3f !important;
    }

    .text-default {
        color: #ffffff;
    }

    .text-muted {
        color: #ffffff !important;
    }

    .list-group-item {
        background-color: #2a2e3f;
    }

    .list-group-item.active {
        background-color: #0d6efd;
    }

    .page-link {
        background-color: #2a2e3f;
    }

    .active > .page-link,
    .page-link.active {
        background-color: #0d6efd;
    }

    .link-listing .list-group-item {
        color: #ffffff;
        border-bottom: 1px solid #495057;
    }

    .link {
        color: #ffffff;
    }

    .text-project {
        color: #ffffff;
    }

    .breadcrumb-item.active {
        color: #ffffff;
    }

    .mtf-list .list-group .list-group-item {
        color: #ffffff;
    }

    .h1,
    .h2,
    .h3,
    .h4,
    .h5,
    .h6,
    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    p,
    a {
        color: #ffffff;
    }

    .breadcrumb-item + .breadcrumb-item::before {
        color: #ffffff;
    }

    .btn-outline-primary {
        --bs-btn-color: #fff;
    }

    body {
        color: #ffffff;
    }
}

body {
    font-family: "Nunito", sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400;
}

main {
    min-height: 75vh;
}

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

.h1,
h1 {
    font-size: 2.5rem;
    font-weight: 400;
}

.h2,
h2 {
    font-size: 1.75rem;
}

.h3,
h3 {
    font-size: 1.5rem;
}

.h4,
h4 {
    font-size: 1.125rem;
}

.h5,
h5 {
    font-size: 1rem;
}

.h6,
h6 {
    font-size: 0.875rem;
}

a {
    color: #5c5776;
    text-decoration: none;
    background-color: transparent;
}

.bd-placeholder-img {
    font-size: 1.125rem;
    text-anchor: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

@media (min-width: 768px) {
    .bd-placeholder-img-lg {
        font-size: 3.5rem;
    }
}

.b-example-divider {
    width: 100%;
    height: 3rem;
    background-color: rgba(0, 0, 0, 0.1);
    border: solid rgba(0, 0, 0, 0.15);
    border-width: 1px 0;
    box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1),
        inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15);
}

.b-example-vr {
    flex-shrink: 0;
    width: 1.5rem;
    height: 100vh;
}

.nav-scroller {
    position: relative;
    z-index: 2;
    height: 2.75rem;
    overflow-y: hidden;
}

.nav-scroller .nav {
    display: flex;
    flex-wrap: nowrap;
    padding-bottom: 1rem;
    margin-top: -1px;
    overflow-x: auto;
    text-align: center;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.font-weight-bold {
    font-weight: 600;
}

.blog-list h3,
.blog-details h3 {
    font-size: 1.3rem !important;
}

.blog-list p,
.blog-details p {
    font-size: 15px;
    line-height: 21px;
}

.note-list h3,
.note-details h3 {
    font-size: 1.3rem !important;
}

.note-list p,
.note-details p {
    font-size: 15px;
    line-height: 21px;
}

.mtf-list h5 {
    font-size: 1.15rem !important;
    text-align: center;
    font-weight: 500;
}
.mtf-list .list-group {
    border-radius: 0;
}

.mtf-list .list-group .list-group-item {
    font-weight: 600;
    padding: 10px 20px;
    font-size: 0.975rem;
    color: #5c5776;
}

.mtf-list .badge {
    padding: 5px 10px;
    font-size: 15px;
    font-weight: normal;
}

.avatar-md {
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2.5rem;
    font-size: 1rem;
}

.br-round {
    border-radius: 50% !important;
}

.form-control:focus {
    box-shadow: none;
}

.question-list h5 {
    font-size: 0.975rem !important;
}

.question-list h6 {
    font-size: 0.875rem !important;
}

.question-list .btn-check:disabled + .btn,
.question-list .btn-check[disabled] + .btn {
    opacity: 1;
}

.breadcrumb {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0;
    margin-bottom: 1rem;
    list-style: none;
    background-color: transparent;
    border-radius: 0.25rem;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: 0.5rem;
    padding-left: 0.5rem;
    content: "\2907";
    font-family: "feather";
}

[v-cloak] {
    display: none;
}

.pagination {
    margin-bottom: 0px !important;
}

@media screen and (max-width: 400px) {
    li.page-item {
        display: none;
    }

    .page-item:first-child,
    .page-item:nth-child(2),
    .page-item:nth-last-child(2),
    .page-item:nth-child(3),
    .page-item:nth-last-child(3),
    .page-item:last-child,
    .page-item.active,
    .page-item.disabled {
        display: block;
    }
}

.breadcrumb-item + .breadcrumb-item {
    padding-left: 0px;
}

.btn-border {
    border: 1px solid #6c757d;
}

.link-listing .card-body {
    padding: 0px;
}
.link-listing .list-group {
    margin: 0rem;
}
.link-listing .list-group-item {
    border: none;
    font-weight: 600;
    padding: 13px 25px;
    font-size: 0.975rem;
}
.link-listing .list-group-item:first-child {
    border-top-left-radius: unset;
    border-top-right-radius: unset;
}
.link-listing .list-group-item:last-child {
    border-bottom: none;
}

.quiz-ins li {
    margin-bottom: 0.5rem;
    font-size: 0.9rem;
}

.quiz-result li {
    display: inline;
}

.bg-project-banner {
    background-image: url("../../images/banner.jpeg");
    background-repeat: no-repeat, repeat;
    background-position: center;
    background-size: contain;
    background-color: #154888;
    min-height: 300px;
}

@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: 0.75rem;
        padding-left: 0.75rem;
    }
}

.contact-us-service {
    padding: 1.5rem 1.5rem;
    color: #ffffff;
    border-radius: 10px;
}

.contact-us-service i {
    font-size: 2rem;
    text-align: center;
}

.contact-us-service h5 {
    color: #ffffff;
}

.cms h4 {
    font-weight: bold;
}

.cms p {
    font-size: 16px;
}
