/********** Template CSS **********/
* {
    font-family: "Poppins";
    /* font-family: 'Ubuntu'; */
}

/* Sidebar */
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 270px;
    height: 100vh;
    overflow-y: auto;
    background: linear-gradient(
        180deg,
        rgba(116, 220, 48, 1) 0%,
        rgba(40, 113, 0, 1) 100%
    );
    transition: 0.5s;
    z-index: 999;
    padding: 0px 0px 0px 30px !important;
}

.sidebar .navbar-brand {
    margin: 0;
    padding: 0;
}

.navbar-nav a {
    color: #fff !important;
    margin: 5px 0;
    padding-left: 10px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.navbar-nav a.active {
    background: #fff;
    color: #65c62e !important;
}

.navbar-nav a i {
    padding-right: 15px;
}

.content {
    margin-left: 270px;
    min-height: 100vh;
    background: #fff;
    transition: 0.5s;
}

.sidebar-toggler i {
    color: black;
    font-size: 20px;
}

.navbar-nav img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.create-staff-btn {
    background: #65c62e;
    color: white;
    padding: 10px 0;
    width: 150px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
}

.create-category-btn {
    background: #65c62e;
    color: white;
    padding: 10px 0;
    width: 200px;
    text-align: center;
    border-radius: 50px;
    cursor: pointer;
}

.page-name h1 {
    font-size: 30px !important;
}

.user-detail {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.user-detail-wrapper img {
    width: 200px;
    transform: translate(-50%, -50%);
    top: 50%;
}

.user-detail-wrapper {
    background: linear-gradient(
        90deg,
        rgba(40, 113, 0, 1) 0%,
        rgba(116, 220, 48, 1) 100%
    );
    text-align: center;
    padding: 35px 0;
    border-radius: 10px;
    /* background-image: url(../img/background-img.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center; */
}

.user-detail-wrapper .user-count h5 {
    color: #fff;
    font-size: 70px;
    font-weight: 600;
    margin-bottom: 10px;
}

.user-detail-wrapper .user-detail-title p {
    color: #fff;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 0;
}

@keyframes bake-pie {
    from {
        transform: rotate(0deg) translate3d(0, 0, 0);
    }
}

main {
    width: 400px;
    margin: 30px auto;
}

.pieID {
    display: inline-block;
    vertical-align: top;
}

.pie {
    height: 200px;
    width: 200px;
    position: relative;
    margin: 0 30px 30px 0;
}

.slice {
    position: absolute;
    width: 200px;
    height: 200px;
    clip: rect(0px, 200px, 200px, 100px);
    animation: bake-pie 1s;
}

.slice span {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    background-color: black;
    width: 200px;
    height: 200px;
    border-radius: 50%;
    clip: rect(0px, 200px, 200px, 100px);
}

.legend {
    list-style-type: none;
    padding: 0;
    margin: 0;
    background: #fff;
    padding: 15px;
    font-size: 13px;
}

.legend li {
    width: 110px;
    height: 1.25em;
    margin-bottom: 0.7em;
    padding-left: 0.5em;
    border-left: 1.25em solid black;
}

.legend em {
    font-style: normal;
}

.legend span {
    float: right;
}

.chart-wrapper h5 {
    font-weight: 600;
    font-size: 28px;
    color: #4a4a4a;
}

.chart-wrapper {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    height: 100%;
    margin: 0 10px;
}

.user-name {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    margin: 0 10px;
}

#myLineChart {
    width: 100% !important;
    padding: 0 30px 30px 30px;
    font-size: 16px !important;
}

.table td i {
    font-size: 30px;
}

.table th {
    background-color: rgba(101, 198, 46) !important;
    color: #fff;
    padding: 20px 10px;
    min-width: 120px;
    font-weight: 500;
}

.table th:first-child,
.table td:first-child {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}

.table th:last-child,
.table td:last-child {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.table tr {
    background-color: #65c62e !important;
}

.table td {
    /* background-color: rgba(101, 198, 46, 0.1) !important; */
    padding: 20px 10px;
}

.table-striped > tbody > tr:nth-of-type(odd) > * {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: rgba(101, 198, 46, 0.1) !important;
}

.modal-header,
#qustionModal .modal-header {
    border-bottom: none;
}

.modal-header button,
#qustionModal .modal-header button {
    background-color: transparent;
    border: none;
    color: #65c62e;
    font-size: 25px;
    right: 10px;
    top: 10px;
}

.modal-body .form-label {
    font-size: 16px;
    font-weight: 500;
}

.close-btn {
    right: -18px !important;
    top: 5px;
}

.modal-body .create-staff-btn {
    width: 100%;
    border: none;
}

#qustionModal .question-wrapper .question {
    font-size: 14px;
}

#qustionModal .answer-textarea {
    width: 100%;
    height: 170px;
    padding: 10px;
    border-radius: 10px;
}

.create-staff-form .form-control {
    border-radius: 50px !important;
    padding: 15px 15px 15px 45px;
    font-size: 14px;
}

.modal-header h1,
#qustionModal .modal-header h1 {
    font-size: 36px !important;
    font-weight: 700;
    color: #65c62e;
}

.icon {
    top: 15px;
    left: 20px;
}

.icon i {
    color: #65c62e;
}

.input-preview__src {
    display: none;
}

.input-preview {
    border: solid black 1px;
    border-radius: 10px;
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    transition: ease-in-out 750ms;
    overflow: hidden;
}

.input-preview::after {
    position: absolute;
    top: 0%;
    left: 0;
    width: 100%;
    text-align: center;
    transform: translateY(50%);
    content: "+";
    font-size: 2em;
}

.has-image::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(50, 50, 50, 0.5);
    content: " ";
    transition: ease-in-out 750ms;
}

.has-image::after {
    content: "+";
    color: white;
    border: none;
}

.navbar-brand img {
    width: 215px;
}

.user-top-name h2,
.page-name h1 {
    color: #4a4a4a;
    font-weight: 600;
    font-size: 45px !important;
}

.switch {
    display: inline-block;
    position: relative;
    width: 50px;
    height: 25px;
    border-radius: 20px;
    background: #65c62e;
    transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1);
    vertical-align: middle;
    cursor: pointer;
}

.switch::before {
    content: "";
    position: absolute;
    top: 1px;
    left: 2px;
    width: 22px;
    height: 22px;
    background: #fafafa;
    border-radius: 50%;
    transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1),
        background 0.28s cubic-bezier(0.4, 0, 0.2, 1),
        box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}

.switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28),
        0 0 0 20px rgba(128, 128, 128, 0.1);
}

input:checked + .switch {
    background: #dfd9ea;
}

input:checked + .switch::before {
    left: 27px;
    background: #fff;
}

input:checked + .switch:active::before {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28), 0 0 0 20px rgba(0, 150, 136, 0.2);
}

.profile-image img {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    object-fit: cover;
}

.join-susu {
    font-size: 14px;
}

.join-susu a {
    color: #287100;
    font-weight: 600;
    font-style: italic;
    text-decoration: none;
}

.user-icons {
    color: #287100;
    right: 20px;
}

.user-question-wrapper {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    border-radius: 10px;
    padding: 10px 20px;
}

#createStaff .answer-textarea {
    width: 100%;
    height: 170px;
    padding: 10px;
    border-radius: 10px;
    border-color: rgba(0, 0, 0, 0.2);
}

.rating i {
    font-size: 18px !important;
    color: #ffd500;
}

.user-name h4 {
    margin-bottom: 0 !important;
    font-size: 18px;
}

.notification i {
    font-size: 25px;
    color: #65c62e;
}

.user-profile-image img {
    height: 150px;
    width: 150px;
    border-radius: 50%;
}

.user-profile-detail p {
    margin-bottom: 0 !important;
    padding: 5px 0;
}

.user-profile-detail h4 {
    font-size: 18px;
    font-weight: 600;
}

.user-profile-view-wrapper {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 15px 20px;
    border-radius: 10px;
}

.table-btn-warpper button {
    border: none;
    background: #65c62e;
    color: #fff;
    padding: 7px 30px;
    border-radius: 50px;
    margin-right: 10px;
}

.table-btn-warpper .owner-btn {
    border: #65c62e 1px solid;
    color: #65c62e;
    background: #fff;
}

.table-title h6 {
    font-size: 30px;
    font-weight: 600;
    color: #4a4a4a;
}

.recent-reviews h5 {
    font-size: 30px;
    font-weight: 600;
}

.review-image img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    border-radius: 50%;
}

.review-wrapper {
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    padding: 10px 20px;
    border-radius: 10px;
}

.review-star i {
    color: #ffd500;
}

.review-wrapper .more-btn i {
    color: #000;
    font-size: 20px;
}

.review-wrapper .more-btn {
    top: 10px;
    right: 15px;
}

.form-check-input:checked {
    background-color: #65c62e;
    border-color: #65c62e;
}

.form-check-input:focus {
    box-shadow: none;
    border-color: #65c62e;
}

.form-control:focus {
    box-shadow: none;
    border-color: rgba(0, 0, 0, 0.2);
}

.form-check-input:checked[type="radio"] {
    --bs-form-check-bg-image: none !important;
}

.form-check-input {
    border: 2px solid #65c62e;
}

.notification-wrapper h4 {
    font-size: 16px;
    font-weight: 400;
}

.notification-wrapper {
    padding: 15px 25px;
    border-radius: 50px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
}

.switchSmall {
    display: inline-block;
}

.switchSmall input {
    display: none;
}

.switchSmall small {
    display: inline-block;
    width: 32px;
    height: 16px;
    background: #65c62e;
    border-radius: 30px;
    position: relative;
    cursor: pointer;
}

.switchSmall small:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    top: 3px;
    left: 3px;
    transition: 0.3s;
    box-shadow: -3px 0 3px rgba(0, 0, 0, 0.1);
}

.switchSmall input:checked ~ small {
    background: #dfd9ea;
    transition: 0.3s;
}

.switchSmall input:checked ~ small:before {
    transform: translate(16px, 0px);
    transition: 0.3s;
}

.log-out {
    bottom: 10%;
}

.log-out a {
    color: #fafafa;
    text-decoration: none;
}

.sidebar-bg-img {
    width: 200px;
    bottom: 2%;
    left: -24%;
}

.header-wrapper {
    background-color: #65c62e;
}

.header-logo img {
    width: 250px;
}

.header-name h1 {
    color: #fff;
    font-weight: 600;
}

.login-wrapper .form-control {
    border-radius: 50px !important;
    padding: 15px 15px 15px 45px;
    font-size: 14px;
}

.input-wrapper i {
    top: 18px;
    right: 20px;
    position: absolute;
    color: #65c62e;
}

.lock-icon,
.email-icon {
    top: 0;
    left: 55px;
}

.login-submit,
.forgot-pass-btn {
    background: #65c62e;
    border: none;
    color: #fff;
    border-radius: 50px !important;
    padding: 10px 0;
    width: 100%;
    font-size: 18px;
}

.login-wrapper .container {
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
}
.forgot-pass a {
    color: rgba(0, 0, 0, 0.4);
}
#deleteTitle {
    font-size: 20px !important;
    font-weight: 500;
    color: #000;
}

.modal-footer .create-staff-btn {
    border: none;
}

[aria-label="Legend"] {
    display: none !important;
}

[aria-labelledby="id-61-title"] {
    display: none;
}

[aria-label="Complete"] {
    display: none;
}

#id-115 {
    fill: #65c62e;
    stroke: none;
    pointer-events: none;
}
#id-144 {
    fill: #43be00;
    stroke: none;
    pointer-events: none;
}

#id-172 {
    fill: #287100;
    stroke: none;
    pointer-events: none;
}

/* svg {
    height: 300px;
} */

.color-box {
    width: 18px;
    height: 18px;
    border-radius: 4px;
}

.complete {
    background-color: #6fd73a;
}

.schedule {
    background-color: #43be00;
}

.ongoing {
    background-color: #287100;
}

.pie-chart-detail {
    font-size: 14px;
}
.dropdown-item {
    color: rgba(0, 0, 0, 0.6);
}

.reviewer-name h4 {
    font-size: 30px;
    color: #4a4a4a;
    font-weight: 600;
}
.form-check-label {
    color: #9f9f9f !important;
}

.full-border {
    border: 1px solid #65c62e;
    border-radius: 10px;
}

@media (min-width: 992px) {
    .sidebar {
        margin-left: 0;
    }

    .sidebar.open {
        margin-left: -270px;
    }

    .content {
        width: calc(100% - 270px);
    }

    .content.open {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 991.98px) {
    .sidebar {
        margin-left: -270px;
    }

    .sidebar.open {
        margin-left: 0;
    }

    .content {
        width: 100%;
        margin-left: 0;
    }
}

@media (max-width: 575px) {
    .user-detail {
        grid-template-columns: repeat(1, 1fr) !important;
    }

    .table-btn-warpper button {
        margin-bottom: 10px;
    }

    .user-detail-wrapper .user-count h5 {
        font-size: 40px;
    }

    .user-detail-wrapper .user-detail-title p {
        font-size: 18px;
    }

    .user-detail-wrapper img {
        width: 150px;
    }

    .modal-header h1,
    #qustionModal .modal-header h1 {
        font-size: 20px !important;
        font-weight: 500;
    }

    .modal-body .form-label {
        font-size: 14px;
    }

    .close-btn {
        right: 3px !important;
    }

    .top-header {
        margin-bottom: 20px !important;
        justify-content: center !important;
    }

    .user-top-name h2,
    .page-name h1 {
        margin-bottom: 15px !important;
    }
}

@media (max-width: 767px) {
    .user-detail {
        grid-template-columns: repeat(1, 1fr);
    }

    .user-top-name h2,
    .page-name h1 {
        font-size: 25px !important;
        font-weight: 500;
    }

    #deleteTitle {
        font-size: 16px;
        font-weight: 400;
    }
}

@media (max-width: 991px) {
    .user-detail {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }
}

@media (max-width: 1199px) {
}

@media (max-width: 1399px) {
}

.dataTables_filter {
    display: none;
}

.dataTables_length {
    display: none;
}

.dataTables_info {
    display: none;
}

.active > .page-link,
.page-link.active {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: rgba(101, 198, 46) !important;
    border-color: rgba(101, 198, 46) !important;
}

table.dataTable > thead .sorting_asc:before,
table.dataTable > thead .sorting_desc:after {
    display: none !important;
}
.table.dataTable > thead .sorting_asc:after {
    display: none !important;
}

.background-wrapper {
    height: 100vh;
    position: relative;
    z-index: 9999;
    background-color: rgba(0, 0, 0, 0.4);
}

.background-wrapper img {
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    position: absolute;
    width: 100px;
}
