:root {
    --bd-common-white: #ffffff;
    --bd-common-black: #000;
    --bd-light-green: #006a4e;
    --bd-darker-green: #005e44;
    --bd-light-red: #f52b43;
    --bd-orange-yellow: #f9a73e;
    --bd-darker-blue: #264b96;
    --bd-grey-3: #434343;
    --bd-grey-4: #3d3d3d;
    --bd-grey-5: #e9ecef;
    --bd-dashbg-green: #f6fff8;
    --bd-dashminibg-green: #e8ffed;
}

.bt-light-red {
    background-color: var(--bd-light-red);
}

.light-green-font {
    color: var(--bd-light-green);
}

.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #198754 !important;
    border-color: #198754 !important;
}

.light-green-bg {
    background-color: var(--bd-light-green);
}

/* menu css starts*/
.menu-parent * {
    margin: 0;
    padding: 0;
}

.menu li a span {
    color: #ffffff;
}

.menu li a span:hover {
    color: #ffffff;
}

#dashboard-sidebar {
    background-color: #006a4e;
    padding-right: 0;
    padding-left: 0;
    color: white;
    box-shadow: 1px 1px 4.4px 0px rgba(0, 0, 0, 0.4);
}

.menu-parent li {
    list-style: none;
}

.menu-parent ul ul {
    display: none;
}

.menu-parent li.active>ul {
    display: block;
}

.menu-parent>ul>li>a {
    position: relative;
    display: block;
    padding: 20px 30px;
    font-size: 15px;
    line-height: 2;
    color: #ffffff;
    text-decoration: none;
}

.menu-parent>ul ul>li>a {
    position: relative;
    display: block;
    background: #38504a;
    padding: 20px 30px;
    font-size: 14px;
    line-height: 2;
    color: #ffffff;
    text-decoration: none;
}

.menu-parent>ul>li>a .fa {
    margin-right: 8px;
}

.menu-parent ul ul li a {
    text-decoration: none;
    font-size: 16px;
    line-height: 2;
    display: block;
    padding: 20px 30px;
    position: relative;
}

.menu-parent ul li a:hover {
    background: #0b4e3c;
    color: #ffffff;
}

.menu-parent ul li a.active {
    background: #0b4e3c;
    color: #ffffff;
}

.menu-child ul li a.active {
    background: #0b4e3c;
    color: #ffffff;
}

.menu-parent ul ul li a:hover {
    background: #0b4e3c;
    color: #ffffff;
}

.backToDashboard {
    background-color: white;
    color: #0b4e3c !important;
    font-weight: 700;
    border: 2px solid #0b4e3c;
    border-radius: 8px;
    margin: 20px 10px 10px 10px;
    padding: 20px 20px;
}

.backToDashboard span {
    color: var(--bd-darker-green) !important;
}

.backToDashboard:hover {
    background-color: #0b4e3c;
    color: var(--bd-common-white) !important;
}

.backToDashboard:hover span {
    color: var(--bd-common-white) !important;
}

.backToDashboard i {
    color: var(--bd-common-white);
    background: #0b4e3c;
    padding: 8px;
    border-radius: 4px;
}

.backToDashboard:hover i {
    color: var(--bd-darker-green);
    background: white;
}

.menu-parent a:not(:only-child):after {
    position: absolute;
    left: 80%;
    content: "\f067";
    bottom: 17px;
    font-size: 18px;
    font-family: FontAwesome;
}

.menu-parent .active>a:not(:only-child):after {
    content: "\f068";
    bottom: 17px;
    font-size: 20px;
    font-family: FontAwesome;
}

.close-nav .menu li a {
    padding: 14px 6px 14px 14px;
    text-align: center;
}

.close-nav .menu .backToDashboard {
    padding: 10px;
    text-align: center;
    justify-content: center;
}

.close-nav .menu li a span {
    display: none;
}

/* menu css ends */

.dash-main {
    background-color: #f6fff8;
}

.dash-breadcrumbs {
    padding: 0 !important;
    font-size: 13px !important;
    background-color: #f6fff8 !important;
    border-width: 0 0 1px 0 !important;
    border-color: rgb(0, 0, 0);
    border-radius: 0 !important;
}

.dash-breadcrumbs ul li {
    font-size: 12px !important;
}

.dash-breadcrumbs ul li a {
    font-size: 12px !important;
}

.dash-card {
    background-color: #fff;
    box-shadow: 0px 1px 15.8px 0px rgba(0, 0, 0, 0.07);
    margin: 0 auto;
    padding: 30px 30px 0 30px;
    border-radius: 12px;
}

.dash-minicard {
    border-radius: 8px;
    background-color: #e8ffed;
    padding: 22px 19px;
    margin-bottom: 30px;
    display: flex;
    width: 100%;
    height: 120px;
    box-shadow: 1px 1px 4.4px 0px rgba(0, 0, 0, 0.07);
    position: relative;
}

.dash-minicard-icon {
    position: absolute;
    right: 10%;
}

.panel-head h5 {
    font-size: 16px;
}

.panel-custom {
    box-shadow: 1px 1px 4.4px 0px rgba(0, 0, 0, 0.07);
}

.panel-head small {
    margin-left: 7px;
}

.mt-10 .section-box .container .panel-white {
    box-shadow: 0px 1px 15.8px 0px rgba(0, 0, 0, 0.07);
    margin-left: -12px;
}

.copy-link {
    background-color: #f52b43;
    padding: 10px 20px;
    font-size: 14px;
    color: white;
    border-radius: 0px 4px 4px 0px;
    vertical-align: baseline !important;
    margin-left: -3px;
}

.copy-link:hover {
    background-color: #d22337;
    color: white;
}

.ref-link {
    background-color: #e8ffed;
    padding: 9px 20px;
    box-shadow: 1px 1px 4.4px 0px rgba(0, 0, 0, 0.07);
}

@media only screen and (max-width: 487px) {
    .copy-link {
        font-size: 13px;
        padding: 8px 20px;
        border-radius: 4px 4px 4px 4px;
        margin-left: 0;
        margin-top: 10px;
        width: 100%;
    }

    .ref-link {
        display: inline-block;
        width: 100%;
        overflow-wrap: break-word;
    }

    .backToDashboard {
        margin: 20px 0px 10px 0px;

    }

}

@media only screen and (max-width: 420px) {
    .dash-minicard-title div h6 {
        font-size: 17px;
    }

    .dash-minicard-title p {
        font-size: 13px;
    }

    .dash-minicard-column {
        padding: 0 7px;
    }

    .dash-minicard {
        margin-bottom: 20px;
    }

    .dash-card {
        padding: 20px 15px 0 15px;
    }

    .dash-minicard-info .card-title h3 {
        font-size: 20px;
    }

    .dash-minicard-info p {
        font-size: 13px;
    }

    .dash-minicard-icon {
        width: 15px;
    }
}

.post-icon {
    background-color: var(--bd-light-green);
    color: var(--bd-common-white);
    font-size: 14px !important;
    padding: 7px 10px 7px 10px;
}

.post-icon span {
    font-size: 13px;
}

.member-login img {
    margin-top: 10px;
}

.member_date_referral p {
    font-size: 12px;
    font-weight: 600;
    line-height: 1.5;
    color: #434343 !important;
}

.member_date_referral {
    /* border-top: 1px solid var(--bd-grey-5); */
    background-color: var(--bd-grey-5);
}

.select2 {
    background-color: var(--bd-dashminibg-green);
    width: 100% !important;
}

.form-label {
    font-weight: 500;
    font-size: 15px;
}

.form-control {
    line-height: inherit !important;
}

input {
    background-color: #eff7f6 !important;
    border: none !important;
    padding: 11px 15px 13px 20px !important;
    line-height: inherit !important;
}

textarea {
    background-color: #eff7f6 !important;
    border: none !important;
}

.select2 {
    background-color: #eff7f6 !important;
    padding: 11px 15px 13px 20px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 45px;
    position: absolute;
    top: 1px;
    right: 10px;
    width: 20px;
}

table.dataTable {
    border-collapse: collapse !important;
}

table.dataTable.no-footer {
    border-bottom: 0px solid #111 !important;
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 0px solid #111 !important;
    background-color: var(--bd-darker-green) !important;
    color: #fff;
}

table.dataTable thead th:first-child {
    border-radius: 8px 0px 0px 0px;
}

table.dataTable thead th:last-child {
    border-radius: 0px 8px 0px 0px;
}

table.dataTable thead tr {
    background-color: red;
}

table.dataTable tbody tr {
    border-bottom: 1px solid #e5f0ec !important;
}

#helpRequestsTable_paginate .paginate_button.current {
    color: #fff !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #fff !important;
    border: 0px solid green !important;
    background: -webkit-gradient(linear,
            left top,
            left bottom,
            color-stop(0%, white),
            color-stop(100%, #dcdcdc));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(to bottom,
            #1aa47d 0%,
            #005e44 100%) !important;
    /* Chrome10+,Safari5.1+ */
    background: -moz-linear-gradient(to bottom,
            #1aa47d 0%,
            #005e44 100%) !important;
    /* FF3.6+ */
    background: -ms-linear-gradient(to bottom,
            #1aa47d 0%,
            #005e44 100%) !important;
    /* IE10+ */
    background: -o-linear-gradient(to bottom,
            #1aa47d 0%,
            #005e44 100%) !important;
    /* Opera 11.10+ */
    background: linear-gradient(to bottom, #1aa47d 0%, #005e44 100%) !important;
    /* W3C */
}

.paginate_button .current {
    color: #fff !important;
}

@media (max-width: 576px) {

    .form-submit-btn,
    .form-save-btn {
        width: 100% !important;
        margin-bottom: 7px;
    }
}

.col-min-width {
    min-width: 220px;
    max-width: 220px;
    padding: 0;
}

.cmn-btn {
    color: var(--bd-common-white);
    padding: 8px 15px 8px 15px;
    border-radius: 4px;
}

.cmn-btn:hover {
    color: var(--bd-common-white);
}

.req-submit-btn {
    background-color: var(--bd-light-green);
}

.save-btn {
    background-color: var(--bd-grey-3);
}

.req-submit-btn:hover {
    background-color: var(--bd-darker-green);
}

.save-btn:hover {
    background-color: #2f2f2f;
}

@media only screen and (max-width: 420px) {
    .cmn-btn {
        font-size: 12px;
        padding: 8px 12px 8px 12px;
        border-radius: 4px;
    }
}

/* Help Request Report Table */
.table-res {
    overflow-x: auto;
    padding-bottom: 30px;
    margin: 0px auto;
    background-color: #fff;
    border-radius: 5px;
}

.table-res table thead tr {
    background-color: var(--bd-light-green);
    color: rgb(77, 77, 77);
}

.table-res table thead tr th {
    background-color: var(--bd-dashminibg-green);
}

.table-res table {
    width: 100% !important;
    border-collapse: collapse;
}

.table-res table tbody tr td {
    border-bottom: 1px solid #ebebeb;
}

.dataTables_length {
    margin-bottom: 10px !important;
}

#data-table_filter {
    margin-bottom: 20px !important;
}

/*
.table-res-pay table tbody td:last-child {
    text-align: center;
} */

/* @media screen and (max-width: 1370px) {
    .table-res {
        width: 100%;
        overflow-x: auto ;
    }

    .table-res table {
        width: 100%;
        display: block;
    }
} */

.table-res::-webkit-scrollbar {
    height: 10px;
}

.table-res::-webkit-scrollbar-track {
    background-color: rgb(229, 229, 229);
    border-radius: 10px;
}

.table-res::-webkit-scrollbar-thumb {
    background: #006a4e;
    border-radius: 10px;
}

.table-res::-webkit-scrollbar-thumb:hover {
    background: #005e44;
}

.report-card {
    background-color: var(--bd-dashminibg-green);
    box-shadow: 1px 1px 4.4px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border-radius: 0.25rem;
    text-align: center;
    height: 100%;
}

.report-card-header {
    font-size: 16px;
    text-align: center;
    padding: 0.5rem 1rem;
    margin-bottom: 0;
}

.report-card-body {
    text-align: center;
    flex: 1 1 auto;
    padding: 2rem 1rem 0rem 1rem;
}

.report-card-btn {
    width: 100%;
    margin: 10px auto 0px auto;
    background-color: var(--bd-light-green);
    color: var(--bd-common-white);
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    border-radius: 0px 0px 4px 4px;
}

.report-card-btn:hover {
    background-color: var(--bd-darker-green);
    color: var(--bd-common-white);
}

.btn-custom {
    margin: 0px auto 10px auto;
    background-color: var(--bd-light-red);
    color: var(--bd-common-white);
    font-size: 14px;
    font-weight: 500;
    padding: 10px;
    border-radius: 4px;
}

.btn-custom:hover {
    color: white;
}

.view-alltransdata-btn {
    text-decoration: underline;
}

.report-card-darker {
    background-color: var(--bd-light-green);
}

.profile-book-section {
    justify-content: left;
}

.package-card {
    box-shadow: 2px 1px 5.8px 1px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    min-width: 300px;
    height: 100%;
}

.package-card-head {
    background-color: #00a478;
    position: relative;
    border-radius: 12px 12px 0 0 !important;
}

.package-card-head img {
    position: absolute;
    bottom: -15px;
    right: -6px;
}

.package-card-head {
    background-color: var(--bd-light-green);
}

.package-card-head h6 {
    color: var(--bd-common-white);
}

.package-card-head h2 {
    color: var(--bd-common-white);
}

.package-card-body {
    color: var(--bd-grey-3) !important;
}

.package-card-body div div i {
    color: #00a478;
}

.package-card-body h6 {
    color: var(--bd-grey-3) !important;
    text-align: center;
    font-size: 14px;
    font-weight: 900;
    font-style: italic;
}

.ribbon-2 {
    --f: 10px;
    /* control the folded part */
    --r: 15px;
    /* control the ribbon shape */
    --t: 10px;
    /* the top offset */

    position: absolute;
    inset: var(--t) calc(-1 * var(--f)) auto auto;

    padding: 0 10px var(--f) calc(10px + var(--r));
    clip-path: polygon(0 0,
            100% 0,
            100% calc(100% - var(--f)),
            calc(100% - var(--f)) 100%,
            calc(100% - var(--f)) calc(100% - var(--f)),
            0 calc(100% - var(--f)),
            var(--r) calc(50% - var(--f) / 2));
    background: #bd1550;
    box-shadow: 0 calc(-1 * var(--f)) 0 inset #0005;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 30px;
    /* adjust as needed */
}

/* progress bar css */
.flex-items-center {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 13px;
    font-weight: 600;
}

.progress-custom {
    display: flex;
    height: 10px;
    font-size: 0.75rem;
    background-color: var(--bd-dashminibg-green);
    border-radius: 0.25rem;
    box-shadow: inset 1px 1px 4.4px 0px rgba(0, 0, 0, 0.07);
}

.progress-bar-custom {
    position: relative;
    overflow: visible;
    border-radius: 0.25rem;
    background-color: #64ff85 !important;
}

.progress-bar-tooltip {
    position: absolute;
    top: -39px;
    right: -26px;
}

.progress-bar-tooltip div i {
    font-size: 40px;
    color: var(--bd-grey-3);
}

.progress-bar-tooltip div {
    display: flex;
    gap: 10px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.progress-bar-tooltip div span {
    margin-right: -46px;
    margin-bottom: 8px;
    color: var(--bd-common-white);
    z-index: 1;
    font-size: 11px;
}

.progress-card {
    background-color: #fff;
    box-shadow: 0px 1px 15.8px 0px rgba(0, 0, 0, 0.07);
    margin: -20px auto 30px auto;
    padding: 30px 20px 15px 20px;
    border-radius: 12px;
}

@media (max-width: 576px) {
    .progress-card {
        padding-left: 0;
        paddin-right: 0;
    }

    .attention {
        position: absolute;
        left: 20%;
    }
}

.update-btn {
    background-color: var(--bd-light-green);
}

.form-btn-div input {
    background-color: #005e44 !important;
    padding: 10px 30px;
    font-weight: 600;
}

.wrapper .page-wrap .adminpanel-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    width: 240px;
    height: 100vh;
    background-color: #ffffff;
    z-index: 1040;
    -webkit-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1),
        0 3px 20px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1),
        0 3px 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 30px rgba(0, 0, 0, 0.1), 0 3px 20px rgba(0, 0, 0, 0.1);
    -moz-transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    -o-transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    -webkit-transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    transition: width 0.3s cubic-bezier(0, 0, 0.2, 1);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    white-space: nowrap;
    visibility: visible;
}

#dash_header {
    box-shadow: 0px 0px 20px 0px #00000012 !important;
}

@keyframes fadeInDownNotification {
    from {
        opacity: 0;
        transform: translate(-50%, -100%);
    }

    to {
        opacity: 1;
        transform: translate(-50%, 0);
    }
}

.custom-notification {
    position: fixed;
    top: 55px;
    left: 50%;
    transform: translateX(-50%);
    max-width: 600px;
    margin: 20px auto;
    z-index: 1000;
    padding: 4px 4px 4px 15px;
    color: #fff;
    border-radius: 50px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    animation: fadeInDownNotification 0.5s ease-in-out;
}

.notification-blue {
    background-color: #1580ff;
}

.notification-green {
    background-color: #65cf00;
}

.notification-red {
    background-color: #ff4c15;
}

.custom-notification .close {
    background: none;
    border: none;
    font-size: 20px;
    cursor: pointer;
    color: white;
}

@media only screen and (max-width: 487px) {
    @keyframes fadeInDownNotification {
        from {
            opacity: 0;
            transform: translate(0%, -100%);
        }

        to {
            opacity: 1;
            transform: translate(0%, 0);
        }
    }

    .custom-notification {
        position: fixed;
        left: 0;
        right: 0;
        transform: translateX(0%);
        margin: 20px 30px;
    }
}

@media only screen and (max-width: 991px) {
    .custom-notification {
        font-size: 12px;
    }
}

@media only screen and (max-width: 768px) {
    .profile-book-section {
        justify-content: center;
    }
}

/* POLLS DESIGN */
.poll-card {
    margin: 0 -20px 20px -20px;
}

.poll-card-img:hover {
    filter: brightness(0.5);
}

@media (max-width: 768px) {
    .poll-card {
        margin: 0 0px 20px 0px;
    }
}

.notification-card {
    width: 500px !important;
}

@media (max-width: 576px) {
    .banner-container {
        height: 165px !important;
    }

    .dropdown-menu-end[data-bs-popper] {
        right: -39px;
        left: auto;
    }

    .notification-card {
        width: 325px !important;
    }
}

.banner-container {
    height: 200px;
    background-image: url("/assets/frontend/helpearning/imgs/page/job-single-2/poll-banner.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 10px;
    box-shadow: 0px 3px 5px 0px rgb(0 0 0 / 10%);
}