.body-background {
    background: #f8f6f1;
}

.noti-bell {
    position: relative;
}

    .noti-bell i {
        position: relative;
        font-size: 20px;
    }

    .noti-bell span {
        position: absolute;
        top: -16px;
        right: -10px;
        width: 18px;
    }

.nav-li {
    /* margin: 7px 7px 0px; */
    padding: 10px 0px 10px 0px;
}

.nav-user {
    font-size: 15px;
    color: #7DA441;
    font-weight: 400;
}

.nav-menu-bar {
    padding: 0px 7px;
    position: relative;
    top: -7px;
}

.card-logo-div {
    border-radius: 5px;
    /* box-shadow: 0px 0px 5px #ccc; */
    padding: 17px 15px;
}

.card-img {
    width: 100%;
    height: 100px;
    object-fit: cover;
    border-radius: 5px;
}

.card-text-box {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0px 0px 5px #ccc;
    min-height: 80px;
    gap: 5%;
}

    .card-text-box .card-div-img {
        max-width: 60px;
    }

    .card-text-box div img {
        max-width: 50px;
    }

    .card-text-box div h4 {
        font-size: 15px;
        line-height: 20px;
        color: #666;
    }

.second-box {
    padding: 12px 12px 0px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 7px #999;
    min-height: 434px;
}

    .second-box h2 {
        font-size: 22px;
        text-align: center;
        margin: 10px auto 0px;
        text-transform: uppercase;
        color: #58595B;
    }

    .second-box p {
        margin: 5px 0px 10px;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
    }

.second-box-flex {
    padding: 10px 0px;
}

.second-box-img {
    max-width: 50%;
}

    .second-box-img img {
        width: 100%;
        border-radius: 5px;
        height: auto;
        min-height: 220px;
        object-fit: cover;
    }

.second-box-icons {
    display: flex;
    justify-content: space-between;
}

.icon-box {
    display: flex;
    justify-content: flex-start;
    gap: 5%;
    align-items: center;
    padding: 10px 0px 6px;
    width: 49%;
}

    .icon-box img {
        max-width: 30px;
    }

    .icon-box h5 {
        font-size: 15px;
        font-weight: 500;
        color: #333;
        text-transform: uppercase;
        margin: 0px;
    }

    .icon-box p {
        font-size: 12px;
        color: #666;
        margin: 0px;
        text-align: left;
    }

    .icon-box i {
        font-size: 20px;
        color: #666;
    }

.life-box {
    padding: 12px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 7px #999;
    min-height: 434px;
}

    .life-box h2 {
        font-size: 22px;
        text-align: center;
        margin: 10px auto 0px;
        text-transform: uppercase;
        color: #58595B;
    }

    .life-box p {
        margin: 5px 0px 10px;
        text-align: center;
        font-size: 12px;
        text-transform: uppercase;
    }

    .life-box a {
        text-align: center;
        margin: 0 auto;
        display: block;
        text-transform: uppercase;
        font-size: 10px;
    }

.life-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 6%;
    padding: 10px 10px;
}

    .life-row h5 {
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        padding: 0px 10px;
        margin: 0px;
        text-transform: uppercase;
        color: #58595B;
    }

    .life-row img {
        margin-bottom: 10px;
        min-height: 120px;
        object-fit: cover;
    }

.wm-box {
    padding: 12px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 7px #999;
    min-height: 434px;
}

    .wm-box h2 {
        font-size: 22px;
        text-align: center;
        margin: 10px auto 20px;
        text-transform: uppercase;
        color: #58595B;
    }

    .wm-box h5 {
        font-size: 32px;
        font-weight: 500;
        padding: 0px 10px;
        margin: 0px;
        text-transform: uppercase;
        color: #58595B;
    }

    .wm-box img {
        margin-bottom: 10px;
        object-fit: cover;
    }

.center-page {
    padding: 0px 0px;
}

.middle-footer {
    padding: 0;
}

    .middle-footer li {
        display: inline-block;
        position: relative;
        padding: 0px 5px;
        margin: 0px 3px;
    }

        .middle-footer li::before {
            content: "";
            position: absolute;
            top: 3px;
            left: -7px;
            width: 2px;
            height: 80%;
            background: #999;
            z-index: 1;
            transition: 0.5s;
        }

        .middle-footer li:first-child::before {
            display: none;
        }

        .middle-footer li a {
            color: #7EA441;
            text-transform: uppercase;
            font-weight: 500;
            font-size: 12px;
        }

.middle-footer-company a {
    color: #7EA441;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 12px;
}

.slider-page {
    /* padding: 5px 0px; */
}

.slider-box {
    padding: 25px 30px 10px;
    background: #fff;
    border-radius: 20px;
    border: 1px solid rgba(0, 0, 0, .125);
    box-shadow: -8px 12px 18px 0 rgba(0, 0, 0, .125);
    margin: 5px 0px 20px;
}

    .slider-box h2 {
        text-align: left;
        margin: 10px auto 0px;
        text-transform: uppercase;
        color: #58595B;
        font-weight: 700;
        font-size: 16.5px;
    }

.splide-icon-box {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5%;
    padding: 10px 0px 3px;
    margin-bottom: 15px;
}

    .splide-icon-box svg {
        max-width: 40px;
    }

    .splide-icon-box p {
        font-size: 13px;
        font-weight: 500;
        text-align: center;
        padding: 0px 10px;
        margin: 0px;
        text-transform: uppercase;
        color: #58595B;
    }

.splide__slide img {
    border-radius: 5px;
}

.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

.slider-box .has-search .form-control {
    width: 100%;
}

.offcanvas.menu-bar {
    background-color: #fff;
}

.menu-card-home {
    background: #147722;
    padding: 15px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #ccc;
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

    .menu-card-home a {
        color: #fff;
        font-weight: 500;
    }

.menu-card-box {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-weight: 500;
    padding: 15px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0px 0px 5px #ccc;
    min-height: 100px;
    gap: 5%;
    margin-top: 10px;
}

.life-text-box {
    background: #fff;
    color: #58595B;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 7px #999;
}

    .life-text-box h4 {
        font-size: 22px;
        text-align: center;
        margin: 10px auto 0px;
        text-transform: uppercase;
    }

    .life-text-box p {
        margin: 15px 0px 10px;
        text-align: justify;
        font-size: 14px;
    }

.life-card-box {
    color: #58595B;
}

    .life-card-box img {
        width: 100%;
        height: auto;
        object-fit: cover;
    }

.life-card-box-col {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.header-page-smaller {
    background-color: #fff;
    /* padding: 5px 0px; */
    bottom: 0;
    position: fixed;
    width: 100%;
    z-index: 9;
    border-top: 1px solid #ddd;
}

.foot-card {
    display: flex;
    justify-content: flex-start;
    align-items: start;
    text-align: center;
    /* padding: 5px; */
}

.foot-card-box {
    min-width: 25%;
}

    .foot-card-box a {
        padding: 10px;
    }

        .foot-card-box a.active {
            border-top: 3px solid #7EA441;
        }

    .foot-card-box img {
        max-width: 40px;
        margin: 0px auto;
    }

    .foot-card-box h4 {
        font-size: 12px;
        line-height: 15px;
        color: #666;
        margin: 0px;
    }

.foot-card-menu {
    min-width: 25%;
}

    .foot-card-menu a {
        padding: 5px;
    }

    .foot-card-menu img {
        max-width: 40px;
        margin: 0px auto;
    }

    .foot-card-menu h4 {
        font-size: 12px;
        line-height: 20px;
        color: #666;
        margin: 4px;
        margin-top: 6px;
    }

.my-profile-text-box {
    background: #fff;
    color: #58595B;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 7px #999;
}

    .my-profile-text-box h4 {
        font-size: 22px;
        text-align: center;
        margin: 10px auto 0px;
        text-transform: uppercase;
    }

/* Resposive Media */

@media (max-width: 1199.98px) {
}


@media (max-width: 991.98px) {
}


@media (max-width: 767.98px) {

    a#back-to-top {
        bottom: 120px;
    }

    .second-box {
        margin-bottom: 20px;
    }

    .second-box-img {
        max-width: 100%;
    }
}


@media (max-width: 575.98px) {

    a#back-to-top {
        bottom: 120px;
    }

    .second-box {
        margin-bottom: 20px;
    }

    .second-box-img {
        max-width: 100%;
    }
}


@media (max-width: 479.98px) {

    a#back-to-top {
        bottom: 120px;
    }

    .second-box {
        margin-bottom: 20px;
    }

    .second-box-img {
        max-width: 100%;
    }

    .second-box-flex {
        display: block;
    }

    .second-box-icons {
        display: flex;
    }

    .icon-box {
        display: block;
        align-items: center;
        padding: 10px 0px 6px;
        margin-right: 10px;
        min-width: 24%;
        text-align: center;
    }

        .icon-box:last-child {
            margin-right: 0px;
        }

        .icon-box img {
            padding-bottom: 5px;
        }

    .life-card-box-col button {
        margin-bottom: 10px;
    }

    .main-body {
        margin-bottom: 100px;
    }

    .profile-line {
        margin-top: 10px !important;
        margin-bottom: 0px !important;
    }

    .profile-header {
        font-size: 11px !important;
        min-height: 0 !important;
        padding-left: 0 !important;
        /* margin-bottom: 5px !important; */
    }

    .profile-sub-header {
        font-size: 11px !important;
        font-weight: 400 !important;
        padding: 4px 4px !important;
        min-height: 40px !important;
    }

    .my-profile-text-box {
        padding: 7px;
    }

        .my-profile-text-box h4 {
            font-size: 16px !important;
            margin-top: 5px;
        }

    .card-body.profile-card-body {
        padding-top: 4px;
    }

    .center-page,
    .slider-page {
        margin-bottom: 100px;
    }

    .img-round-left {
        border-top-left-radius: 20px !important;
        border-top-right-radius: 20px !important;
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .splide__pagination {
        display: none;
    }
}

.splide__arrow {
    background: #7DA441;
    opacity: 1;
}

.splide__pagination__page.is-active {
    background: #7da441;
}

.splide__arrow svg {
    fill: #fff;
}

.search-box.input-box {
    position: relative;
    height: 55px;
    max-width: 55px;
    width: 100%;
    border-radius: 6px;
    background-color: #fff;
    transition: all 0.9s cubic-bezier(0.68, 0, 0.265, 1.55);
}

    .search-box.input-box.open {
        max-width: 350px;
    }

.search-box input {
    position: relative;
    outline: none;
    width: 100%;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 400;
    color: #333;
    background-color: #fff;
    border: 0px;
    border-radius: 15px;
    padding: 12px 15px 12px 50px;
}

.search-box .input-box.open {
    padding: 0 15px 0 65px;
}

    .search-box.input-box.open input {
        border: 1px solid #7da441;
    }

.search-box .icon {
    position: absolute;
    height: 100%;
    top: 5px;
    left: 0;
    width: 60px;
    border-radius: 6px;
    display: flex;
    justify-content: center;
}

.search-box .search-icon,
.search-box .close-icon {
    position: absolute;
    top: 50%;
    font-size: 18px;
    transition: all 0.9s cubic-bezier(0.68, 0, 0.265, 1.55);
}

.search-box .search-icon {
    color: #80A33B;
    transform: translateY(-50%) rotate(90deg);
}

.search-box.input-box.open .search-icon {
    transform: translateY(-50%) rotate(0);
}

.search-box .close-icon {
    right: 10px;
    color: #333;
    padding: 5px;
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%);
}

.search-box.input-box.open .close-icon {
    opacity: 1;
    pointer-events: auto;
    transform: translateY(-50%) rotate(180deg);
    top: 22px;
}

.circle-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #7DA441;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 7px;
    margin-left: 9px;
}

.initials {
    font-size: 20px;
    color: #fff;
}

.noti {
    position: absolute;
    top: 10px;
    right: 25px;
}

    .noti span {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-weight: bold !important;
        padding: 0 !important;
    }


.grey-text {
    color: #58595B;
}

.green-text {
    color: #7DA441;
}


.noti-text-box {
    background: #fff;
    color: #58595B;
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0px 0px 7px #999;
}

    .noti-text-box svg {
        width: 50px;
        height: auto;
        margin-right: 15px;
    }

    .noti-text-box h4 {
        font-size: 22px;
        margin-top: 12px;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

.noti-p {
    position: absolute;
    top: 30px;
    left: 260px;
}

    .noti-p span {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-weight: bold !important;
        padding: 0 !important;
    }

.noti-menu {
    position: absolute;
    top: 7px;
    left: 160px;
}

    .noti-menu span {
        width: 22px;
        height: 22px;
        line-height: 22px;
        font-weight: bold !important;
        padding: 0 !important;
    }


.foot-card-box .circle-avatar {
    width: 30px;
    height: 30px;
    margin: 6px 0px 10px 0px;
}

    .foot-card-box .circle-avatar.initials {
        font-size: 14px;
    }

.foot-card-box a svg {
    margin-bottom: 4px;
}

.foot-card-menu a svg {
    padding: 5px;
    margin-top: 8px;
}

.img-width-50 {
    width: 40px;
}

.text-muted-gery {
    color: #999;
}

.card-title {
    font-size: 20px;
}

.green-svg-icon {
    fill: #7DA441;
    font-weight: bold;
}

.grey-svg-icon {
    fill: rgba(0, 0, 0, 0.5);
    font-weight: bold;
}

.menu-bar .navbar-nav .nav-link.active,
.menu-bar .navbar-light .navbar-nav .nav-link.active {
    color: #7DA441;
}

.menu-bar .navbar-nav .nav-link:hover,
.menu-bar .navbar-nav .nav-link:focus,
.menu-bar .navbar-light .navbar-nav .nav-link:hover,
.menu-bar .navbar-light .navbar-nav .nav-link:focus {
    color: #7DA441;
    font-weight: 500;
}

.nav-menu-bar i {
    color: #7DA441;
}

.card {
    border-radius: 20px;
}

.img-border-round {
    border-radius: 5px;
}

.wel-img {
    min-height: 289px;
    object-fit: cover;
}

.profile-header {
    padding: 5px 10px;
    color: #333;
    min-height: 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    align-items: center;
}

.profile-sub-header {
    box-shadow: 0px 0px 5px #BCD85F;
    border-radius: 3px;
    padding: 6px 10px;
    color: #333;
    min-height: 30px;
    display: flex;
    font-size: 13px;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: rgba(188, 216, 95, 0.2);
}

    .profile-sub-header:hover {
        background-color: #BCD85F;
    }

    .profile-sub-header.active {
        background-color: #BCD85F;
    }

.profile-line {
    margin-top: 12px;
    margin-bottom: 12px;
    background-color: #7DA441;
    height: 2px !important;
}

.emo-level .bg-very-low {
    background-color: #F81414;
    border-color: #F81414;
}

.emo-level .bg-low {
    background-color: #F87014;
    border-color: #F87014;
}

.emo-level .bg-okay {
    background-color: #9DCBF8;
    border-color: #9DCBF8;
}

.emo-level .bg-good {
    background-color: #F8CB14;
    border-color: #F8CB14;
}

.emo-level .bg-high {
    background-color: #97CE5C;
    border-color: #97CE5C;
}

.emo-level .bg-very-high {
    background-color: #149D14;
    border-color: #149D14;
}

.emo-level .btn {
    color: #fff;
    padding: 0.4rem 1rem !important;
}

.emo-level .btn-check:checked + .btn {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.8);
    /* box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px, rgba(0, 0, 0, 0.3) 0px 7px 13px -3px, rgba(0, 0, 0, 0.2) 0px -3px 0px inset !important; */
    /* box-shadow: none; */
    font-weight: bold;
    color: #333;
}

.breadcrumb {
    background-color: #f8f6f1;
}

.text-muted-alt {
    color: #6c757d !important;
}

.img-round-left {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
}


.accordion-button {
    font-weight: 700;
    color: #58595B;
    font-size: 20px;
    border-color: #7EA441;
    background-color: #fff;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none;
    }
}

.accordion-button:not(.collapsed) {
    color: #58595B;
    background-color: #fff;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125) !important;
}

    .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='%237EA441'%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);
    }

.accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%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");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform 0.2s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button::after {
        transition: none;
    }
}

.accordion-button:hover {
    z-index: 2;
}

.accordion-button:focus {
    z-index: 3;
    border-color: #BCD85F;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(255, 255, 255, 0.25);
}

.card-footer {
    border-bottom-left-radius: 20px !important;
    border-bottom-right-radius: 20px !important;
}

    .card-footer:last-child {
        border-radius: 0 0 20px 20px;
    }

.card-img-top {
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}
