﻿@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');


/*--font face end--*/
body {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    color: #393939;
}

:root {
    --primarycolor: #00583E;
    --themedark: #3F3C3C;
    --secondrycolor: #D3AF37;
}

.dataTables_length select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24'%3E%3Cpath fill='black' d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 6px center;
    padding-right: 10px;

}
.bookingcard .row {
    display: flex;
}

.bookingcard .col-md-5,
.bookingcard .col-md-7 {
    display: flex;192.168.1.33,1436
}

.bookingcard .dashbox {
    height: 100%;
    display: flex;
    flex-direction: column;
}



.logo-icon {
    display: none;
}

.menu-collapse .sildebarlogo .logo-full {
    display: none;
}

.menu-collapse .sildebarlogo .logo-icon {
    display: block;
}

input.icon-holder {
    padding-left: 44px;
}

input.icon-holder-right {
    padding-right: 40px;
}

.form-control.icon-holder-right + .input-icon-right {
    position: absolute;
    left: 20px;
    top: 10px;
}

.input-icon {
    position: absolute;
    left: 15px;
    top: 11px;
}

.form-control-lg + .input-icon,
.form-control-lg ~ .password-eye-icon {
    top: 14px;
}

.form-check {
    padding-left: 40px;
    min-height: 30px;
}

    .form-check.check-coustom .form-check-label {
        padding-top: 4px;
        font-size: 15px;
        color: #303030;
        font-weight: 400;
    }

    .form-check.check-coustom .form-check-input {
        margin-left: -30px;
    }

        .form-check.check-coustom .form-check-input[type="checkbox"] {
            width: 22px;
            height: 22px;
            border-radius: 5px;
            border-color: #D3AF37;
        }

.form-check-input[type="radio"] {
    width: 22px;
    height: 22px;
}

.form-check.check-coustom .form-check-input:checked {
    background-color: #D3AF37;
    border-color: #D3AF37;
}

.password-eye-icon {
    position: absolute;
    right: 13px;
    top: 13px;
}

.form-control, .form-select {
    border-color: hsl(199.09deg 86.84% 14.9% / 20%);
    font-size: 14px;
    height: 50px;
    border-radius: 33px;
    padding: 10px 15px;
    font-weight: 500;
}

 
    .form-control::placeholder {
        color: hsl(0deg 0% 6.67% / 20%);
    }

    .form-control.form-control-lg {
        height: 50px;
    }

.page-title-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
}


.btn {
    font-size: 16px;
    line-height: 1.3;
    border-radius: 33px;
    padding: 14px 15px;
    font-weight: 500;
    min-width: 132px;
}

    .btn.btn-secondry {
        border: 1px solid #DADADA;
        background: #fff;
    }


.btn-primary {
    background: var(--primarycolor);
    border-color: var(--primarycolor);
}

.btn-light {
    background: #F6F2F5;
    border-color: #F6F2F5;
    color: #B1B1B1;
}

.btn-outline-primary {
    border-color: var(--primarycolor);
    color: var(--primarycolor);
}





.text-link {
    color: var(--secondrycolor);
    font-size: 15px;
    font-weight: 600;
}

.form-label {
    color: #303030;
    font-size: 14px;
    font-weight: 600;
}


.tp-search {
    position: relative;
    margin: 0 0 0 20px;
    max-width: 330px;
    width: 100%;
}

    .tp-search input {
        border: solid 1px #D4D4D4;
        border-radius: 10px;
        padding: 10px 10px 10px 40px;
        width: 100%;
    }

    .tp-search .searchicon {
        position: absolute;
        left: 13px;
        top: 10px;
    }

/*--sidebar--*/
.closemenu-btn {
    display: none;
}

.sidebar {
    z-index: 999;
    overflow: auto;
    position: fixed;
    width: 100%;
    max-width: 295px;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #fff;
    padding: 30px 20px;
    color: #fff;
}

.menubar-holder {
    display: flex;
    flex-flow: column;
    min-height: calc(100vh - 221px);
    overflow: auto;
    justify-content: space-between;
}

.menubar {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .menubar li {
        margin-bottom: 10px;
    }

        .menubar li > a {
            display: flex;
            align-items: center;
            border-radius: 33px;
            color: #292D32;
            font-size: 16px;
            text-decoration: none;
            height: 54px;
            font-weight: 400;
            position: relative;
            z-index: 10;
            background: #fff;
            padding: 13px 24px;
        }

            .menubar li > a img {
                margin-right: 10px;
            }

        .menubar li a.active img,
        .menubar li a:hover img {
            filter: brightness(0) invert(1) !important;
        }

        .menubar li a.active img,
        .menubar li a:hover img {
            filter: brightness(0) invert(1) !important;
        }

        .menubar li > a:hover,
        .menubar li a.active {
            color: #fff;
            background: var(--primarycolor);
        }

        .menubar li.active a {
            background: var(--primarycolor);
            color: #fff;
        }

        .menubar li > a.has-submenu::after {
            content: "";
            position: absolute;
            right: 10px;
            top: 20px;
            width: 12px;
            height: 12px;
            background: url(../images/arrow-right-menu.svg) 0 0 no-repeat;
            transition: all .2s ease;
        }

        .menubar li > a.has-submenu.active::after {
            transform: rotate(90deg);
        }

.has-submenu.active + .submenu {
    display: block;
}

.submenu {
    list-style: none;
    padding: 15px;
    background: #3C3C3C;
    position: relative;
    z-index: 8;
    top: -5px;
    border-radius: 0 0 8px 8px;
    display: none;
}



    .submenu li a {
        padding: 5px 5px 5px 15px;
        border-radius: 0;
        height: auto;
        font-size: 14px;
        position: relative;
    }




.sildebarlogo {
    margin: 0px 0 20px;
}


/*--sidebar--*/


.content-body {
    padding: 30px 30px 20px 80px;
}

.footer {
    text-align: center;
    border-top: solid 1px #E7E7E7;
    padding: 10px 0;
    font-size: 12px;
}

.dash-item {
    background: #fff;
    border-radius: 10px;
    padding: 15px;
    display: flex;
    font-size: 28px;
    align-items: center;
    margin-bottom: 20px;
}

    .dash-item a {
        display: flex;
        width: 100%;
        text-decoration: none;
        align-items: center;
    }

        .dash-item a p {
            color: #0A0A0A;
        }

    .dash-item .dash-item-icon {
        border-radius: 8px;
        background: #FFEEEE;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 75px;
        height: 75px;
        margin-right: 10px;
    }

    .dash-item h6 {
        font-size: 16px;
        color: #000;
        margin: 0;
    }

.innerbody {
    padding-left: 295px;
    background: #F3F3F3;
    transition: all .3s ease-in;
}

.user-set-menu .dropdown-toggle {
    display: flex;
    align-items: center;
    text-decoration: none;
}

    .user-set-menu .dropdown-toggle small {
        font-size: 10px;
        color: #4D4D4D;
    }

    .user-set-menu .dropdown-toggle h6 {
        font-size: 13px;
        margin: 0;
    }

    .user-set-menu .dropdown-toggle small {
        font-size: 10px;
    }

.user-set-menu .dropdown-menu {
    font-size: 15px;
}

.user-set-menu a {
    color: #000;
}

.page-content-wrapper {
    min-height: calc(100vh - 122px);
    padding: 15px 15px 30px;
}

.white-body-card {
    background: #fff;
    padding: 20px;
    min-height: calc(100vh - 200px);
    margin-bottom: 20px;
    border-radius: 10px;
}

.table > thead {
    vertical-align: middle;
}

.table thead th {
    background: #EDEDED;
    color: #32322F;
    font-weight: 400 !important;
    font-size: 15px;
    padding: 8px 0px;
    border-bottom: 1px dashed #9C927A;
}

    .table thead th:first-child,
    .table tbody td:first-child {
        padding: 10px 14px;
    }

.table {
    font-size: 13px;
    font-weight: 400;
    margin-bottom: 0;
}

.table-result {
    display: flex;
    align-items: center;
}

.pagination .page-link {
    color: #293854;
}

.pagination .page-item.active .page-link {
    background: #D3AF37;
    border-color: #D3AF37;
    color: #fff;
}

.pagination .page-link img {
    margin-top: -3px;
}

.header {
    background: var(--primarycolor);
    padding: 15px 30px;
    display: flex;
    align-items: center;
    /* box-shadow: 0 4px 4px rgba(0,0,0,.2); */
}

.filter-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.headerserarch {
    position: relative;
    width: 260px;
}

    .headerserarch .inputicon {
        position: absolute;
        top: 8px;
        left: 10px;
    }

    .headerserarch .inputicon-rt {
        position: absolute;
        top: 6px;
        right: 14px;
        cursor: pointer;
    }

    .headerserarch .form-control {
        padding-left: 35px;
        padding-right: 35px;
    }

.filterby {
    display: flex;
    font-size: 16px;
    align-items: center;
}

    .filterby label {
        white-space: nowrap;
        margin-right: 10px;
    }

.text-light {
    color: #7B7B7B !important;
}

.user-post-col {
    border: solid 1px #B4B4B4;
    border-radius: 12px;
}

.post-date-text {
    color: rgba(18, 18, 18, .7);
    font-size: 11px;
    margin: 0 0 5px;
}

.user-post-short-cnt {
    padding: 15px 18px 18px;
}

    .user-post-short-cnt h6 {
        font-size: 15px;
    }

.comment-view {
    color: rgba(18, 18, 18, .7);
}

.post-vedio-col {
    position: relative;
}

    .post-vedio-col img,
    .post-vedio-col video {
        width: 100%;
        border-radius: 12px;
    }

    .post-vedio-col::after {
        background: url(../images/video-palybtn.svg) center center no-repeat rgba(0, 0, 0, .4);
        content: "";
        height: 100%;
        position: absolute;
        left: 0;
        z-index: 1;
        width: 100%;
        border-radius: 12px;
    }

.user-acnt-info-row {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin: 0 0 20px;
}

.user-srt-info-pic {
    width: 84px;
    height: 84px;
    margin-right: 15px;
}

.user-srt-info {
    display: flex;
    align-items: center;
    color: #767676;
}

    .user-srt-info h6 {
        font-size: 20px;
        color: #141413;
    }

.user-token-balance {
    border: solid 1px #E9E1F1;
    padding: 10px 15px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    color: #767676;
    font-size: 13px;
}

    .user-token-balance h6 {
        font-size: 15px;
        color: #000000;
    }

.ttl-token {
    font-size: 20px;
    color: #E73333;
    margin-left: 30px;
}

.comment-post-det {
    border: solid 1px #B4B4B4;
    border-radius: 12px;
    margin: 0 0 20px;
}

h4 a {
    color: #0A0A0A;
    text-decoration: none;
}



/*--chat--*/
.chat-container {
    background: #fff;
    min-height: calc(100vh - 230px);
    margin-bottom: 20px;
    border-radius: 8px;
    display: flex;
}

.chat-userlist-col {
    border-right: solid 1px #D9D9D9;
    flex: 0 0 380px;
    width: 380px;
}

.chat-search {
    padding: 20px 25px;
}

    .chat-search input {
        padding-left: 35px;
        border-color: #B4B4B4;
    }

    .chat-search .inputicon {
        position: absolute;
        left: 10px;
        top: 8px;
    }

.chat-userlist-col > h6 {
    font-size: 15px;
    color: #616161;
    padding: 0 25px;
}

.chat-user-list {
    list-style: none;
    padding: 0;
    overflow: auto;
    max-height: 550px;
    scrollbar-width: thin;
}

    .chat-user-list::-webkit-scrollbar {
        width: 5px;
    }

    .chat-user-list::-webkit-scrollbar-track {
        background: transparent;
    }

    .chat-user-list::-webkit-scrollbar-thumb {
        background-color: rgba(155, 155, 155, 0.5);
        border-radius: 20px;
        border: transparent;
    }


    .chat-user-list li {
        padding: 12px 25px;
        display: flex;
        align-items: center;
    }

        .chat-user-list li:hover,
        .chat-user-list li.active {
            background: #FFF4F4;
        }

.chat-user-pic {
    margin-right: 13px;
    position: relative;
}

    .chat-user-pic img {
        width: 53px;
        height: 53px;
        border-radius: 100%;
    }

    .chat-user-pic.live-user::after {
        position: absolute;
        width: 11px;
        height: 11px;
        border: solid 1px #fff;
        background: #7AA86F;
        right: 1px;
        top: 2px;
        content: "";
        border-radius: 100%;
    }

.chat-user-shrt-info {
    flex: 1;
}

    .chat-user-shrt-info h6 {
        font-size: 18px;
        padding: 0;
        color: #000000;
        margin: 0 0 5px;
    }

.chat-last-msg-txt {
    margin: 0;
    font-size: 15px;
    color: rgba(18, 18, 18, .7);
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.chat-rec-info {
    text-align: right;
    font-size: 13px;
    color: #000;
}

.chat-unread-cnt {
    display: inline-block;
    width: 24px;
    background: #E73333;
    height: 24px;
    text-align: center;
    color: #fff;
    font-size: 13px;
    border-radius: 100%;
    line-height: 24px;
}

.chat-rec-time {
    margin: 0 0 5px;
}

.chatting-col {
    flex: 1;
    display: flex;
    flex-flow: column;
}

.chating-msg-detail {
    flex: 1;
}

.chatting-msg-cont {
    height: 500px;
    overflow: auto;
    display: flex;
    flex-flow: column;
    justify-content: end;
}

.chatting-msg-scroll {
    max-height: 470px;
    overflow: auto;
    scrollbar-width: thin;
    padding: 30px 30px 0;
}

.chatting-msg-form {
    margin: auto 30px 30px;
    border: solid 1px #858585;
    padding: 10px;
    display: flex;
    border-radius: 8px;
}

    .chatting-msg-form button {
        background: transparent;
        border: 0;
    }

    .chatting-msg-form textarea {
        flex: 1;
        border: 0;
        height: 50px;
        resize: none;
    }

        .chatting-msg-form textarea:focus-visible {
            outline: none;
        }

.chatting-header {
    border-bottom: solid 1px #D9D9D9;
    padding: 20px 30px;
    display: flex;
    align-items: center;
}

    .chatting-header h6 {
        font-size: 18px;
    }

.chat-user-status {
    color: #A7A7A7;
}

    .chat-user-status.chat-user-live {
        color: #588C4B;
    }

        .chat-user-status.chat-user-live .status-point {
            background: #588C4B;
        }

.status-point {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    display: inline-block;
    background: #D3D3D3;
    position: relative;
    top: 5px;
}

.chatting-hdr-pic {
    width: 53px;
    height: 53px;
    border-radius: 100%;
}

.chating-msg-user-pic {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}

.chating-msg-sender {
    width: 75%;
    display: flex;
    margin: 0 0 30px;
}

.chating-msg-sender-bg {
    background: #FFF4F4;
    border-radius: 0 13px 13px 13px;
    padding: 10px 15px;
    margin-bottom: 5px;
    min-height: 80px;
    color: #363E48;
    font-size: 16px;
}

.chatting-msg-time {
    font-size: 13px;
    color: #8F8F8F;
    margin: 0 0 0;
    padding-left: 15px;
}

.chating-msg-owner {
    width: 75%;
    display: flex;
    margin: 0 0 30px auto;
    align-self: flex-end;
}

.chating-msg-owner-bg {
    background: #F4F4F4;
    border-radius: 13px 13px 0 13px;
    padding: 10px 15px;
    margin-bottom: 5px;
    min-height: 80px;
    color: #363E48;
    font-size: 16px;
}

.chating-msg-owner .chatting-msg-time {
    text-align: right;
    padding-right: 15px;
}

/*--chat--*/
.form-grey-bg {
    border-radius: 8px;
    background: #FBFAFA;
    padding: 20px 30px;
}

.form-step-process {
    text-align: center;
    margin: 20px 0;
    padding: 0;
}

    .form-step-process li {
        background: #56C1C8;
        color: #fff;
        border-radius: 8px;
        padding: 10px 20px;
        display: inline-block;
        margin-right: 10px;
        font-size: 16px;
        font-weight: 500;
        margin-bottom: 10px;
    }

        .form-step-process li.disabled {
            opacity: .6;
        }

    .form-step-process .step-count {
        background: #fff;
        width: 26px;
        height: 26px;
        text-align: center;
        line-height: 26px;
        color: #56C1C8;
        border-radius: 100%;
        margin-right: 5px;
        display: inline-block;
    }

.eye-pass {
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.position-relative.passwordinput input {
    padding-right: 50px;
}

.modal-header {
    border: 0;
    padding: 20px 20px;
}

.modal-content {
    border-radius: 16px;
}

.modal-body {
    padding: 15px 20px 20px;
}

.modal-close {
    position: absolute;
    right: 20px;
    top: 20px;
    background: none;
    border: 0;
}

.min-btn-width-100 {
    min-width: 100px;
}

.input-gp {
    border: solid 1px #D4D4D4;
    border-radius: 6px;
    padding: 2px;
    display: flex;
}

    .input-gp input {
        flex: 1;
        border: 0px;
        padding: 0 10px;
    }

        .input-gp input:focus-visible {
            outline: none;
        }

    .input-gp .btn-sm {
        min-width: 90px;
        border-radius: 4px;
    }

/*--support--*/
.form-container-bg {
    background: #FBFAFA;
    padding: 20px;
    border-radius: 8px;
}

.custom-add-user-select {
    position: relative;
}

    .custom-add-user-select select.form-select {
        padding-right: 79px;
    }

    .custom-add-user-select .custom-symbol {
        position: absolute;
        right: 0;
        top: 0;
        display: flex;
        align-items: center;
        pointer-events: none;
    }

        .custom-add-user-select .custom-symbol span {
            background: #C862A7;
            border-radius: 0 6px 6px 0;
            padding: 9px 10px;
            display: inline-block;
            height: 40px;
            margin-left: 10px;
        }

.form-card {
    border-radius: 6px;
    border: solid 1px #D4D4D4;
    background: #fff;
}

.form-card-body {
    padding: 10px 15px;
}

.form-card-header {
    font-size: 14px;
    color: #141413;
    font-weight: 600;
    border-bottom: solid 1px #D4D4D4;
    padding: 8px 15px;
}

.form-card-collapse .form-card-header {
    padding: 0;
    border-bottom: 0;
}

    .form-card-collapse .form-card-header button {
        background: none;
        border: 0;
        padding: 8px 15px;
        width: 100%;
        text-align: left;
        position: relative;
    }

        .form-card-collapse .form-card-header button::after {
            content: "";
            position: absolute;
            right: 10px;
            top: 7px;
            background: url(../images/downarrow.png) 0 0 no-repeat;
            height: 22px;
            width: 22px;
            transition: all .4s ease;
        }

        .form-card-collapse .form-card-header button:not(.collapsed)::after {
            transform: rotate(-180deg);
        }

        .form-card-collapse .form-card-header button:not(.collapsed) {
            border-bottom: solid 1px #d4d4d4;
        }

.fs-11 {
    font-size: 11px;
}

/*--support--*/


/*--03-04-24 profile details--*/
.profile-short-info {
    border: solid 1px #C862A7;
    padding: 15px 20px;
    display: flex;
    background-color: #FFF9FD;
    /* For browsers that do not support gradients */
    background-image: linear-gradient(to bottom, #fff, #FFF9FD);
    border-radius: 8px;
    font-size: 13px;
    position: relative;
}

.pro-det-pic {
    width: 86px;
    height: 86px;
}

.profile-short-info h6 {
    font-size: 18px;
    margin: 0 0 5px;
}

.profile-short-info .mail-link {
    text-decoration: none;
    color: #141413;
}

.profile-short-info .pro-edit-link {
    position: absolute;
    right: 10px;
    top: 10px;
}




.text-link-theme-small {
    font-size: 12px;
    color: #56C1C8;
    text-decoration: underline;
}

.contact-data {
    background: #F2EEF5;
    border-radius: 10px;
    padding: 10px;
    font-size: 12px;
    color: #3E3E3E;
    display: flex;
    align-items: center;
}

    .contact-data h6 {
        font-size: 13px;
        margin: 0 0 5px;
    }

.badge {
    padding: 6px 11px;
    border-radius: 30px;
    font-weight: normal;
    font-size: 11px;
}

.text-bg-primary {
    background-color: #56C1C8 !important;
}

.min-h-225 {
    min-height: 225px;
}

.conditon-list {
    list-style: none;
    padding: 0;
    height: 200px;
    overflow-y: scroll;
    scrollbar-width: thin;
}

    .conditon-list li {
        border-bottom: solid 1px #F2EEF5;
        padding: 8px 0;
        font-size: 13px;
        color: #272727;
    }

.ser-list-icon {
    list-style: none;
    padding: 0;
    font-size: 12px;
}

    .ser-list-icon li {
        display: flex;
        align-items: center;
        border-bottom: solid 1px #eee;
        padding: 12px 0;
    }

        .ser-list-icon li:last-child {
            border: 0;
        }

        .ser-list-icon li h6 {
            margin: 0 0 3px;
            font-size: 13px;
        }

.ser-list-content {
    margin-left: 10px;
    flex: 1;
}

.form-control::file-selector-button {
    padding: .575rem .75rem;
}

/*--03-04-24 profile details--*/

/*--goal css--*/
.inprogresstext {
    color: #F26905;
}



.meter-info {
    box-sizing: border-box;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /*background-color: var(--accent-color);
     padding: 30px 20px; */
}

#meter--ranger {
    width: 100%;
}

.small {
    font-weight: 300;
    font-size: 12px;
}

/*--goal css--*/

/*--availability list--*/

.availability-list {
    list-style: none;
    padding: 0;
    height: 200px;
    overflow-y: scroll;
    scrollbar-width: thin;
    font-weight: 300;
    font-size: 13px;
}

    .availability-list li {
        border-bottom: solid 1px #F2EEF5;
        padding: 8px 0;
        font-size: 13px;
        color: #272727;
        display: flex;
        align-items: center;
    }

        .availability-list li h6 {
            font-size: 13px;
            margin: 0px;
        }

.na-text {
    color: var(--primarycolor);
}

.avai-table-scroll {
    overflow: auto;
    max-height: 400px;
    scrollbar-width: thin;
}

.input-gp-btn {
    background: #56C1C8;
    padding: 5px 10px;
    border-radius: 6px 0 0 6px;
    line-height: 1;
    border: 0;
}

    .input-gp-btn:last-of-type {
        border-radius: 0px 6px 6px 0;
    }

.date-input-min-width {
    min-width: 150px;
}

.heading-bdr-btm {
    border-bottom: solid 1px #666;
    padding-bottom: 5px;
    color: #000;
}

.alert-primary {
    background-color: #DDEDF9;
    border-color: #B6D7EF;
    color: #467493;
    font-weight: 300;
}

.alert-danger {
    background-color: #FCE5E5;
    border-color: #EFC2C2;
    color: #DD5151;
    font-weight: 300;
}

/*21-05-2024-----*/

.timeline-container {
    position: relative;
    margin: auto;
    width: 90%;
}

    .timeline-container ul.tl {
        margin: 20px 0;
        padding: 0;
    }

        .timeline-container ul.tl li {
            list-style: none;
            margin: auto;
            min-height: 50px;
            border-left: 2px dashed #C8C8C8;
            padding: 0 0 50px 50px;
            position: relative;
            display: flex;
            flex-direction: row;
        }

            .timeline-container ul.tl li:last-child {
                border-left: 0;
            }

            .timeline-container ul.tl li .item-icon {
                position: absolute;
                left: -22px;
                top: -5px;
                content: " ";
                border-radius: 500%;
                background: #D87EBD;
                height: 42px;
                width: 42px;
                text-align: center;
                line-height: 42px;
            }

.itemTextBlog {
    background: #F5F5F5;
    padding: 15px;
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    width: 100%;
}

    .itemTextBlog h4 {
        font-size: 14px;
        color: #3E3E3E;
        font-weight: 500;
        margin: 0;
        padding: 5px 0;
    }

    .itemTextBlog p {
        font-size: 14px;
        color: #393939;
        font-weight: 300;
        margin: 0;
        padding: 5px 0;
    }

        .itemTextBlog p span {
            font-size: 12px;
            color: #329197;
            font-weight: 300;
            margin: 0;
            padding: 5px 0;
        }

.newsRightIcon a img {
    margin-bottom: 3px;
}

.itemTextBlog::after {
    content: " ";
    position: absolute;
    left: 38px;
    top: 15px;
    border-top: 15px solid transparent;
    border-right: 15px solid #F5F5F5;
    border-left: none;
    border-bottom: 15px solid transparent;
}

.newsRightIcon {
    width: 90px;
    text-align: right;
}

.newsLeftBlog {
    width: 98%;
}

.basicDetailsBlog h4 {
    font-size: 22px;
    color: #000000;
    font-weight: 500;
    margin: 0;
    padding: 5px 0;
}

.basicDetailsBlog p {
    font-size: 14px;
    color: #393939;
    font-weight: 300;
    margin: 0;
    padding: 5px 0;
}

.basicDetailsBlog .bDetails {
    font-size: 12px;
    color: #363636;
    font-weight: 300;
    margin: 0;
    padding: 5px 0;
}

.fileBlog {
    background: #fff !important;
    border: 1px solid #D4D4D4 !important;
}


.uploadPostButton {
    background: #fff;
    border-radius: 10px;
    padding: 10px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    border: 1px solid #56C1C8;
    height: 85px;
    width: 130px;
}

.postfiles .inputFile {
    display: none;
}

.acoHeadBg {
    background: #000;
}

    .acoHeadBg h5 {
        color: #fff;
    }

.acoViewBlog {
    border: 1px solid #eee;
}


.grayBlogBg table tr {
    background: #F8F8F8;
    border: 1px solid #DEE5EF;
}

    .grayBlogBg table tr td {
        padding: 10px;
    }

.CategoriesBlog {
    background: #fff;
    padding: 6px 12px;
    border-radius: 15px;
    font-size: 12px;
}

/*--roster css--*/
.btn.btn-white {
    background: #fff;
    padding: 11px 15px;
}

    .btn.btn-white:hover,
    .btn.btn-white.active {
        background: #56C1C8;
        color: #fff;
    }

.roster-header {
    display: flex;
    align-items: center;
}

.roster-title {
    margin: auto;
    text-align: center;
}

    .roster-title .unassign-lable {
        font-size: 12px;
        padding: 5px 10px;
        background: #F8EBF4;
        border-radius: 30px;
        display: inline-block;
    }

    .roster-title .assign-lable {
        font-size: 12px;
        padding: 5px 10px;
        background: #C5EEF0;
        border-radius: 30px;
        display: inline-block;
    }

.table.calender-table {
    font-weight: normal;
}

    .table.calender-table thead th {
        background: #fff;
        color: #000;
    }

.calender-table tr > th:first-child,
.calender-table tr > td:first-child {
    position: sticky;
    left: 0;
    width: 300px;
}
td img {
    width: 55px;
    height: 40px;
    border-radius: 6px;
    object-fit: contain;
    border: 1px solid #eeeeee;
}
.roster-hr-ttl-tag {
    background: #D9F5F6;
    border-radius: 30px;
    font-size: 11px;
    float: right;
    padding: 5px 10px;
    display: inline-block;
}


/*--incident css--*/
.active-label {
    background: #F1AD46;
    color: #fff;
    border-radius: 30px;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 500;
}

/*--04-06--*/
.case-note-crete-info {
    background: #f2f2f2;
}

    .case-note-crete-info label {
        font-weight: 400;
        margin-bottom: 5px;
    }

.case-note-crete-info {
    font-weight: 300;
}

.badge-tag {
    border-radius: 6px;
    background: #fff;
    padding: 5px 10px;
    display: inline-block;
    color: #000;
    border: solid 1px #D4D4D4;
}

.text-link-secondary {
    color: #3FA9AF;
}

.alert-info {
    background-color: #EDFEFF;
    border-color: #95E5EA;
    color: #369197;
}

.table thead.table-light th {
    background: #f9f9f9;
    color: #000;
}

.mini-btn-secondary {
    border-radius: 4px;
    padding: 5px 10px;
    display: inline-block;
    background: #D87EBD;
    font-size: 12px;
    color: #fff;
    text-decoration: none;
    line-height: 20px;
    white-space: nowrap;
}

btn-secondry {
    border: 1px solid #DADADA;
    background: #fff;
}

.unlink-checkbox {
    min-height: inherit;
    margin: 0px;
}

.info-card-box {
    background: #f2f2f2;
    font-weight: 300;
}

    .info-card-box label {
        font-weight: 400;
        margin-bottom: 5px;
    }



/* .drop-img-list{
    list-style: none;
    padding: 0;
    margin: 0;
    font-size:11px;
}
.drop-img-list h6{
font-size: 14px;
}
.drop-img-list-img{
    width: 50px;
    height: 50px;
}
.drop-img-list li{
    display: flex;
    margin-bottom: 10px;
}
.drop-img-list .current-status{
    color:#56C1C8;
} */

/*--service delivery csss--*/
.ser-delivery-list {
    list-style: none;
    padding: 0;
    font-size: 12px;
}

    .ser-delivery-list li {
        display: flex;
        align-items: center;
        border-bottom: solid 1px #eee;
        padding: 12px 0;
    }

        .ser-delivery-list li:last-child {
            border: 0;
        }

        .ser-delivery-list li h6 {
            margin: 0 0 3px;
            font-size: 13px;
        }

.ser-del-user-pic {
    width: 35px;
    height: 35px;
}

.input-gp-btn-minus, .input-gp-btn-add {
    background: var(--primarycolor);
    color: #fff;
    min-width: 36px;
    font-size: 16px;
    border: 0;
}

.input-gp-btn-minus {
    border-radius: 6px 0 0 6px;
}

.input-gp-btn-add {
    border-radius: 0 6px 6px 0;
}

.text-process-primary {
    background: #f8ac59;
    color: #fff;
}
/*--service delivery csss--*/

/*--data--*/
.data-userlist {
    list-style: none;
}

    .data-userlist li {
        display: flex;
        align-items: center;
        font-size: 13px;
        color: #666;
        padding: 15px 0;
        border-bottom: solid 1px #DDD;
        font-weight: 300;
    }

        .data-userlist li a {
            text-decoration: none;
            ;
            color: #666;
        }

.data-userlist-img img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}

.data-userlist-cont {
    margin-left: 10px;
}

    .data-userlist-cont h6 {
        font-size: 16px;
        margin: 0 0 5px;
        color: var(--primarycolor);
    }

.nav.nav-tabs .nav-link.active {
    color: var(--primarycolor);
}

.nav.nav-tabs .nav-link {
    color: #000;
}

.worker-loc-list {
    list-style: none;
    margin: 0;
    font-size: 14px;
    padding: 0;
    max-height: 480px;
    overflow: auto;
    scrollbar-width: thin;
}

    .worker-loc-list li {
        display: flex;
        padding: 13px 0;
        color: #666;
        border-bottom: solid 1px #DDD;
        font-weight: 300;
    }

        .worker-loc-list li:last-child {
            border: 0;
        }

    .worker-loc-list h6 {
        font-size: 14px;
        color: #000;
        margin: 0 0 5px;
    }

.worker-loc-img img {
    width: 45px;
    height: 45px;
    border-radius: 100%;
}

.loc-spent-time {
    margin-left: auto;
    font-size: 12px;
}

.worker-loc-content {
    flex: 1;
}

.grey-card-bg {
    background: #f7f7f7;
    width: 320px;
}

    .grey-card-bg h6 {
        color: #000;
    }

    .grey-card-bg .btn.btn-sm {
        padding: 7px 10px;
        height: auto;
        border-radius: 6px;
    }

.tp-search-input {
    max-width: 280px;
    position: relative;
}



.login-wrapper {
    height: 100vh;
}

/* .login-left {
    background:#fff;
    display: flex;
    align-items: center;
    justify-content: center;
} */



.login-container {
    max-width: 440px;
    background: #fff;
    width: 100%;
}

    .login-container h4 {
        font-weight: 600;
        margin: 0 0 20px;
        color: #303030;
        font-size: 36px;
        margin-bottom: 5px;
    }


.login-head P {
    font-size: 20px;
    color: #575757;
    font-weight: 300;
}




.login-left > img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Full screen image */
}

span.logo-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.login-right {
    overflow-y: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex: 1;
}

.login-left {
    min-width: 890px;
    height: 100%;
    position: relative;
}

.login-inner-wrapper {
    height: 100%;
}

.login-left-inner .img-fluid {
    max-width: 100%;
    height: 100%;
    width: 100%;
    object-fit: cover;
    border-radius: 40px;
    object-position: top;
}

span.user-info {
    border: 2px solid #EBEAE8;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.dropdown-toggle::after {
    display: none;
}


.page-title-row h5 {
    font-size: 24px;
    color: #32322F;
    font-weight: 700;
    margin-bottom: 0;
}

/****/

p {
    margin: 0;
}

ul {
    padding: 0;
    margin: 0;
}

    ul li {
        list-style: none;
    }


.dashcard {
    background: linear-gradient(to bottom, rgba(0, 140, 88, 1) 0%, rgba(0, 88, 62, 1) 100%);
    border-radius: 16px;
    padding: 16px 20px;
    position: relative;
    overflow: hidden;
    height: 100%;
}

    .dashcard:after {
        background: hsl(46.15deg 63.93% 52.16% / 18%);
        position: absolute;
        left: -16px;
        top: -52px;
        width: 140px;
        height: 140px;
        content: "";
        border-radius: 50%;
    }

.dashcardtext p {
    font-size: 16px;
    color: rgb(255 255 255 / 80%);
    font-weight: 300;
    margin-bottom: 2px;
}

.dashcardtext {
    padding-top: 34px;
}

    .dashcardtext h4 {
        font-size: 30px;
        color: #FFFFFF;
        font-weight: 800;
        margin-bottom: 0;
    }

.arrow-action {
    width: 42px;
    height: 42px;
    background: rgb(255 255 255 / 20%);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.dashbox {
    background: #FFFFFF;
    border-radius: 16px;
    padding: 20px 20px;
}

.dashboxtitle h2 {
    font-size: 24px;
    font-weight: 500;
    margin-bottom: 0;
    color: #32322F;
}

.dashboxtitle {
    margin-bottom: 10px;
}

.timeinfo {
    background: #E2E2E2;
    padding: 10px 10px;
    border-radius: 10px;
    border: 1px solid #D4D4D4;
    position: relative;
}

    .timeinfo h4 {
        font-size: 14px;
        color: #32322F;
        font-weight: 500;
    }

    .timeinfo span {
        font-size: 12px;
        color: #32322F;
        font-weight: 400;
    }

    .timeinfo.primarytime {
        border-color: #FBC02D;
        background: rgb(251 192 45 / 20%);
    }

    .timeinfo.dangertime {
        border-color: #F14336;
    }

.arrow-action.primaryaction {
    background: hsl(157.71deg 100% 27.45% / 20%);
}

    .arrow-action.primaryaction svg path {
        stroke: #008C58;
    }


a.viewinfo {
    background: #008C58;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}

.hotsolts {
    background: #fff;
    border-radius: 16px;
    padding: 15px 20px;
    position: relative;
    overflow: hidden;
    border: 1px solid #00583E;
    height: 100%;
}

.hotsoltsleft h4 {
    font-size: 30px;
    color: #00583E;
    font-weight: 800;
    margin-bottom: 10px;
}

.hotsicon:after {
    background: hsl(163.85deg 20.63% 75.29% / 18%);
    position: absolute;
    right: -16px;
    top: -48px;
    width: 140px;
    height: 140px;
    content: "";
    border-radius: 50%;
}

ul.timesoltlist li {
    font-size: 16px;
    color: #404040;
    font-weight: 500;
}

ul.timesoltlist li {
    margin-bottom: 8px;
}

    ul.timesoltlist li:last-child {
        margin-bottom: 0;
    }

    ul.timesoltlist li h5 {
        margin-bottom: 5px;
        font-size: 16px;
        color: #404040;
        font-weight: 500;
    }

.ratingsstar h5 {
    font-size: 30px;
    color: #404040;
    font-weight: 800;
}

.graphbox img {
    width: 100%;
}

.notification-icon {
    border: 2px solid #EBEAE8;
    width: 44px;
    height: 44px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.notifications-card {
    width: 501px;
    background: #fff;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid #e6e6e6;
}

.notif-header {
    padding: 15px 20px;
    background: #ffffff;
    border-bottom: 1px solid #e9e9e9;
}

.notif-list {
    max-height: 420px;
    overflow-y: auto;
}

.notify-top-left {
    width: 85%;
}

.notif-item {
    display: flex;
    justify-content: space-between;
    padding: 15px 20px;
    border-bottom: 1px solid #f2f2f2;
}

.notify-top-right {
    flex: 1;
    text-align: right;
}


.notif-viewall {
    color: white;
    font-weight: 600;
    text-decoration: none;
    display: block;
}

.notifications-card {
    display: none;
    position: absolute;
    top: 50px;
    right: 0;
    z-index: 999;
}


.footer-btn {
    font-size: 22px;
    text-decoration: none;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #00583E;
    font-weight: 500;
    color: #fff;
    padding: 12px 10px;
}

.notification-header h5 {
    font-size: 22px;
    color: #2A2A2A;
    padding: 15px 20px;
}

.notify-top h4 {
    font-size: 18px;
    color: #2A2A2A;
    font-weight: 600;
    margin-bottom: 10px;
}


.notify-top p {
    font-size: 17px;
    color: #6B6B6B;
    font-weight: 400;
}

span.timeago {
    font-size: 12px;
    color: #6B6B6B;
    font-weight: 500;
    margin-top: 5px;
    display: block;
}

span.badgeinfo {
    background: #00583E;
    width: 10px;
    height: 10px;
    display: flex;
    border-radius: 50%;
    text-align: right;
    margin-left: auto;
}

.list-item {
    background: #F4F3F2;
    text-decoration: none;
    padding: 20px 20px;
    border-bottom: 1px solid #D5D5D8;
    display: block;
    width: 100%;
}

.notify-top-left p {
    font-size: 17px;
    color: #6B6B6B;
    font-weight: 400;
}

.pagination li:first-child a {
    border-radius: 20px 0px 0px 20px !important;
}

.pagination li:last-child a {
    border-radius: 0px 20px 20px 0px !important;
}


.tp-search-input input.icon-holder {
    padding-left: 45px;
    max-width: 226px;
    height: 44px;
    color: #A4B0C0;
    border: 1px solid #E5E5E5;
}

    .tp-search-input input.icon-holder::placeholder {
        color: #A4B0C0;
    }


.btn-filter {
    font-weight: 600;
    background: #D3AF37;
    text-decoration: none;
    font-size: 15px;
    color: #000000;
    padding: 10px 18px;
    border-radius: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    min-width: 98px;
}

.btn-clear {
    font-weight: 600;
    background: #D3D3D3;
    text-decoration: none;
    font-size: 15px;
    color: #4C4A45;
    padding: 10px 18px;
    border-radius: 24px;
    min-width: 86px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.slidetoggle img {
    filter: brightness(0) invert(1);
}

textarea.form-control {
    min-height: 177px;
    border-radius: 10px;
    resize: none;
}

.profile-slider .item img {
    border-radius: 12px;
    height: 327px;
    object-fit: cover;
    width: 100%;
}

.profile-slider .owl-dots {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.profile-slider button.owl-dot span {
    width: 12px;
    height: 12px;
    display: flex;
    background: hsl(0deg 0% 92.94% / 40%);
    border-radius: 50%;
    margin: 0 4px;
}

.profile-slider button.owl-dot.active span {
    background: var(--primarycolor);
}


ul.selectdaylist li a {
    border: 1px solid #00583E;
    padding: 10px 10px;
    margin-right: 10px;
    border-radius: 22px;
    font-size: 15px;
    font-weight: 600;
    min-width: 133px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #00583E !important;
    cursor: pointer;
}

.dashsubtitle {
    font-size: 15px;
    font-weight: 600;
}

ul li.configurebtn a {
    background: #D3AF37;
    border-color: #D3AF37;
    color: #fff !important;
}

span.note-text {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    display: block;
}

.dashborder {
    border: 1px solid #EBE7E0;
    padding: 15px 20px;
    border-radius: 10px;
}

.titlebox {
    font-size: 16px;
    color: #243324;
    font-weight: 500;
}

ul.selectdaylist li a.active {
    background: #00583e;
    color: #fff !important;
    text-decoration: none;
}

.form-group.mb-3.bg-field {
    background: #B3CDC666;
    border-radius: 4px;
}

.form-switch .form-check-input {
    width: 40px;
    height: 23px;
}

    .form-switch .form-check-input:checked {
        background-color: var(--primarycolor);
        border-color: var(--primarycolor);
    }

.form-switch.success-switch .form-check-input:checked {
    background-color: #008C58;
    border-color: #008C58;
}

.form-check-input:focus {
    box-shadow: none !important;
}


.btn-primary:hover {
    background: var(--secondrycolor);
    border-color: var(--secondrycolor);
}

.btn.sm-btn {
    min-width: 103px !important;
    padding: 11px 24px;
}

a.action-btn {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

    a.action-btn.editinfo {
        background: var(--secondrycolor)
    }

    a.action-btn.deleteinfo {
        background: #FB6A57;
    }

/*td.bordertag p {
    display: inline-block;
    border: 1px solid #E8E8E8;
    border-radius: 4px;
    padding: 5px 10px;
}*/

.primary-form-check.check-coustom .form-check-input[type="checkbox"] {
    border-color: var(--primarycolor);
}


.primary-form-check.check-coustom .form-check-input:checked {
    background-color: var(--primarycolor);
    border-color: var(var(--primarycolor))
}

.modal.sm-modal .modal-dialog {
    max-width: 800px;
}

.modal-dialog {
    max-width: 800px;
}

.price-with {
    position: relative;
}

.aud-text {
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
    display: flex;
    align-items: center;
    left: 20px;
    font-size: 14px;
    color: #000000;
    font-weight: 600;
}


.price-with input {
    padding-left: 40px;
}
.number-with {
    position: relative;
}

    .number-with input {
        padding-left: 65px;
    }

.table-responsive th img {
    /* float: right;
    clear: both;
    position: relative;
    top: 4px; */
    margin-left: 10px;
}


/*--------------------------------------------------------------------------------------*/
/*Booking Section
/*--------------------------------------------------------------------------------------*/


.toggle-wrapper {
    display: inline-flex;
    align-items: center;
    background: #fff;
    padding: 2px 2px;
    border-radius: 40px;
    gap: 8px;
}

.toggle-btn {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

    /* ACTIVE CIRCLE (Green background + white icon) */
    .toggle-btn.active {
        background: var(--primarycolor)
    }

        .toggle-btn.active svg {
            fill: #ffffff;
        }

/* Default icon style (black for list icon) */
.icon-grid,
.icon-list {
    width: 26px;
    height: 26px;
    fill: black;
}


.with-icon {
    position: relative;
}

.in-icon {
    position: absolute;
    right: 24px;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
}

.form-control.h-sm, .form-select.h-sm, .h-sm-date {
    height: 44px;
}

.filtersearch {
    position: relative;
}

    .filtersearch .input-icon {
        top: 12px;
    }



.timeinfo.timenormalinfo {
    background: #fff;
}

.infochart-sm .timeinfo h4 {
    font-size: 20px;
}

.infochart-sm .timeinfo span {
    font-size: 16px;
}


.timeinfo.sucesstimeinfo {
    border-color: #00583E;
}

.lock-time-info {
    position: absolute;
    right: 10px;
    top: 10px;
}

.dashboxmain {
    min-height: calc(100vh - 200px);
}

.toggle-btn.active svg path {
    fill: #fff;
}

.toggle-btn svg path {
    fill: #000;
}

.btn-gradient {
    background: linear-gradient(to bottom, rgba(0, 140, 88, 1) 0%, rgba(0, 88, 62, 1) 100%);
    border: 0;
    color: #fff !important;
    line-height: 14px;
}

.btn.hh-btn-sm {
    height: 44px;
    padding: 10px;
}


.profile-header img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    object-fit: cover;
}

.label-text {
    font-weight: 500;
    color: #000000;
    font-size: 16px;
}

.value-text {
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    text-align: end;
}

.section-title {
    color: var(--primarycolor);
    font-weight: 400;
    margin-top: 20px;
    margin-bottom: 10px;
    font-size: 16px;
}

.amount-text {
    font-weight: 600;
    font-size: 22px;
    color: #000000;
}


.user-info-box img {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    border: 1px solid #000;
}

.userinfotitle {
    font-size: 24px;
    color: #0A0A0A;
    font-weight: 400;
}

.user-info-contact span, .user-info-contact p {
    font-size: 14px;
    color: #0A0A0A;
    font-weight: 300;
}

    .user-info-contact span svg, .user-info-contact p {
        margin-right: 5px;
    }

.border-line {
    border-bottom: 1px solid #CFCFCF;
    margin: 2px 0;
}

.amount-total {
    font-size: 22px;
    color: #000000;
    font-weight: 600;
}

.modal-title {
    font-size: 24px;
    font-weight: 400;
    color: #2A2A2A;
    font-style: italic;
}

.modal.s-modal .modal-dialog {
    max-width: 660px;
}

select.form-select.form-select-sm {
    display: inline-flex;
    font-size: 13px;
    padding: 7px 10px !important;
    height: auto;
    width: auto;
    padding-right: 35px !important;
    border-radius: 4px;
}

.coustomtabs .nav.nav-tabs .nav-link {
    background: #F4F3F2;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin: 0 4px;
    min-width: 178px;
    border-bottom: 0;
    margin-bottom: -3px;
    padding: 10px 10px;
    font-size: 16px;
    color: #161616;
    font-weight: 500;
}

    .coustomtabs .nav.nav-tabs .nav-link.active {
        background: #fff;
        border-color: #F4F3F2;
        border-bottom: 0;
        color: var(--primarycolor);
    }

.coustomtabs .nav-tabs {
    border-bottom: 3px solid #F4F3F2;
}

img.tablephoto {
    width: 57px;
    height: 41px;
    border-radius: 6px;
    object-fit: cover;
}

.btn-sm-primary {
    background: #00583e;
    border-radius: 22px;
    display: flex;
    align-items: center;
    padding: 8px 24px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    min-width: 72px;
}

.title-textup {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
}

.title-textbottom {
    font-size: 16px;
    color: #000000;
    font-weight: 500;
    padding-top: 5px;
}

.page-detail-title h5 {
    font-style: italic;
    font-weight: 400;
}


.upload-btn-wrapper {
    position: relative;
}


    .upload-btn-wrapper input[type=file] {
        position: absolute;
        left: 0;
        top: 0;
        opacity: 0;
        right: 0;
        bottom: 0;
    }

.upload-btn-wrapper {
    border: 1px dashed #30325E;
    border-radius: 8px;
    padding: 20px 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    display: flex;
    background: #fff;
    min-height: 127px;
}

button.upload-btn p {
    margin-bottom: 0;
    font-size: 12px;
    color: rgb(0 0 0 / 40%);
    font-weight: 400;
}

button.upload-btn {
    background: transparent;
    border: 0;
    width: 100%;
    height: 100%;
}

.btn.btn-outline.outline-blue {
    border-color: #163259;
    color: #163259 !important;
}


button.upload-btn h3 {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
}

label.form-label span {
    font-size: 13px;
    color: #999999;
}

.menu-collapse .menubar li > a {
    padding: 13px 11px;
    height: 48px;
}


.menu-collapse .sildebarlogo {
    margin: 0px 0 20px;
    padding-left: 0 !important;
}


ul.selectdaylist {
    flex-wrap: nowrap;
    overflow: auto;
    padding-bottom: 10px;
}

.dash-hfour .infochart-sm .timeinfo h4 {
    font-size: 16px;
}

.dash-hfour .lock-time-info svg {
    width: 22px;
    height: 22px;
}

.dash-hfour .lock-time-info {
    position: absolute;
    right: 10px;
    top: 8px;
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 3px;
    padding-right: 16px;
}

.dataTables_wrapper .dataTables_length select {
    border: 1px solid #E5E5E5;
    border-radius: 30px;
    /* padding: 5px; */
    background-color: transparent;
    padding: 5px 20px 5px 14px;
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0;
    border: 1px solid #DEE5EF;
    border-radius: 30px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        cursor: default;
        color: #666 !important;
        /* border: 1px solid transparent; */
        background: transparent;
        box-shadow: none;
        border-right: 1px solid #DEE5EF;
    }

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        box-sizing: border-box;
        display: inline-block;
        min-width: 1.5em;
        padding: .5em 1em;
        margin-left: 2px;
        text-align: center;
        text-decoration: none !important;
        cursor: pointer;
        color: inherit !important;
        /* border: 1px solid transparent; */
        border-radius: 2px;
        border-left: 1px solid #DEE5EF;
    }

        .dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
            color: #ffff !important;
            border: 1px solid #E2E8F1;
            background-color: #D3AF37;
        }

.dataTables_wrapper .dataTables_scroll {
    clear: both;
    margin-bottom: 20px;
}

.table > :not(caption) > * > * {
    padding: .5rem .5rem;
    background-color: var(--bs-table-bg);
    border-bottom: 1px solid #dfdfdf !important;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}

.table .fw-semibold {
    font-weight: 400 !important;
}

.input-null {
    /* light grey */
    background-color: #f0f0f0 !important;
    pointer-events: none;
    user-select: none;
}

.swal2-icon.swal2-warning {
    color: #f8bb86;
    border-color: #facea8;
    font-size: 18px;
    line-height: 80px;
    text-align: center;
}

.swal2-modal .swal2-styled {
    border: 0;
    border-radius: 33px;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 500;
    margin: 15px 5px 0;
    padding: 10px 59px;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-confirm) {
    font-family: "Inter", sans-serif !important;
    border-radius: var(--swal2-confirm-button-border-radius);
    background: initial;
    background-color: #00583E !important;
    box-shadow: var(--swal2-confirm-button-box-shadow);
    color: var(--swal2-confirm-button-color);
    font-size: 1em;
}

div:where(.swal2-container) button:where(.swal2-styled):where(.swal2-cancel) {
    font-family: "Inter", sans-serif !important;
    border-radius: var(--swal2-cancel-button-border-radius);
    border: 1px solid #DADADA !important;
    background: initial;
    background-color: #fff !important;
    box-shadow: var(--swal2-cancel-button-box-shadow);
    color: #797979 !important;
    font-size: 16px !important;
    font-weight: 700 !important;
}

.fc-scrollgrid-sync-inner {
    background-color: #ffff;
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: none !important;
}

.dash-hfour {
    width: 100%;
}

#TodayBookings .table-responsive {
    max-height: 345px;
}

.dash-hfour .infochart {
    max-height: 345px;
    overflow-x: hidden;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.input-group-text {
    border-radius: 33px;
}

#data-table_notifications_wrapper .dataTables_scrollHead,
#data-table_notifications_wrapper .dataTables_scrollBody thead {
    display: none !important;
}

.btn-check:checked + .btn, .btn.active, .btn.show, .btn:first-child:active, :not(.btn-check) + .btn:active, .btn-primary:active {
    color: #fff !important;
    background-color: var(--primarycolor) !important;
    border-color: var(--primarycolor) !important;
}




/* New Changes*/
/* ////////////-----18/12/2025------//////////// */

/* tab-container */
.tab-container {
    background-color: #ffffff;
    padding: 14px;
    border-radius: 16px;
}

    .tab-container .nav.nav-tabs .nav-link.active {
        color: #161616;
        background-color: #F4F3F2;
        border: 1px solid #F4F3F2;
        font-size: 16px;
        font-weight: 400;
        border-radius: 10px 10px 0 0;
    }

    .tab-container .nav-tabs {
        border-bottom: 3px solid #F4F3F2;
    }

    .tab-container .nav.nav-tabs .nav-link {
        color: #00583E;
        font-size: 16px;
        font-weight: 400;
        border-radius: 10px 10px 0 0;
    }



.legend {
    display: flex;
    gap: 20px;
    align-items: center;
}

.legend-item {
    display: flex;
    align-items: center;
    font-size: 14px;
}

.dot {
    width: 10px;
    height: 10px;
    margin-right: 6px;
}

.green {
    background-color: rgba(0, 88, 62, 0.3);
}

.yellow {
    background-color: rgba(211, 175, 55, 1);
}











/* Stat Cards */
.stat-box {
    background: #fff;
    border-radius: 14px;
    padding: 18px;
    display: flex;
    align-items: center;
    gap: 15px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.06);
    transition: .2s ease-in-out;
}

    .stat-box:hover {
        transform: translateY(-4px);
        box-shadow: 0 4px 14px rgba(0, 0, 0, 0.1);
    }

.stat-icon {
    min-width: 50px;
    min-height: 50px;
    border-radius: 60px;
    background: rgba(255, 255, 255, .10);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 22px;
    color: #0c8c55;
}

.stat-box.active {
    background: linear-gradient(to bottom, #008C58, #00583E);
    transform: translateY(-3px);
    color: #fff;
}

    .stat-box.active img {
        filter: brightness(0) invert(1);
    }

    .stat-box.active p:first-of-type {
        color: rgba(255, 255, 255, 0.7);
    }

.stat-box p {
    font-size: 14px;
    font-weight: 400;
    color: #949699;
}

.tab-box,
.table-box {
    background: #F9F9F9;
    border-radius: 14px;
    padding: 24px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

    .tab-box h6,
    .table-box h6 {
        font-size: 22px;
        font-weight: 400;
        color: #000
    }

.snapshot-img {
    width: 100%;
    max-height: 360px;
    height: 100%;
    border-radius: 14px;
}

.export-btn {
    font-size: 16px;
    line-height: 1.2;
    border-radius: 33px;
    padding: 8px 16px;
    font-weight: 500;
    min-width: 132px;
}

    .export-btn:hover {
        opacity: .85;
    }

.tab-pane input.icon-holder {
    padding-left: 44px;
    margin-right: 400px;
}

.custom-file-upload.fixed-width {
    width: 100%;
    min-width: 121px;
    height: 100px;
    max-width: 650px;
}

.custom-file-upload {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100px;
    border: 2px dashed hsl(199.09deg 86.84% 14.9% / 20%);
    border-radius: 10px;
    background-color: #fff;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    line-height: 17.5px;
    text-align: center;
    position: relative;
}

    .custom-file-upload img {
        max-width: 50px;
        max-height: 50px;
        margin-bottom: 10px;
    }

.custom-file-input {
    display: none;
}

.file-listing {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    column-gap: 14px;
    /* margin-left: 14px; */
}

    .file-listing li .img-box {
        height: 100px;
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        background-color: #9E9E9E;
        border-radius: 12px;
    }
        .file-listing li .img-box img {
            min-height: 100px;
            max-height: 100px;
            width: 100%;
            height: 100%;
            object-fit: contain;
            border-radius: 12px;
        }

        .file-listing li .img-box .remove {
            width: 24px;
            height: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            background: #fff;
            position: absolute;
            right: -6px;
            top: -9px;
            border-radius: 50%;
            cursor: pointer;
        }

            .file-listing li .img-box .remove img {
                min-height: auto;
                max-height: auto;
                width: auto;
                height: auto;
                object-fit: cover;
            }


a.edit {
    background: #008C58;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer;
}
.js-course-select{
    height:48px !important;
}
.select2-container .select2-selection--single {
    height: 48px !important;
    border-radius: 33px !important;
    display: flex;
    align-items: center;
    border-color: hsl(199.09deg 86.84% 14.9% / 20%) !important;
    padding-right: 40px !important;
}

    /* text vertical center */
    .select2-container .select2-selection--single .select2-selection__rendered {
        line-height: 48px !important;
        padding-left: 15px !important;
        padding-right: 5px;
    }

    /* arrow center */
    .select2-container .select2-selection--single .select2-selection__arrow {
        height: 48px !important;
        right: 12px;
    }
    .select2-container .select2-selection--single::placeholder {
        color: hsl(0deg 0% 6.67% / 20%);
    }

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    /* font-weight: bold; */
    height: 26px;
    margin-right: 12px;
    padding-right: 0px;
    margin-top: 9px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 22px !important;
    width: 20px;
}


/*05-Jan-2026*/
.event-slots {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.event-slot-item {
    padding: 8px 12px;
    border: 1px solid #D4D7DB;
    border-radius: 20px;
    margin-right: 8px;
    margin-bottom: 5px;
    font: 13px;
    font-weight: 400;
    color: #3F3F3F;
}

.bg {
    background-color: var(--primarycolor);
    color: #fff !important;
}

.event-slot-item {
    text-decoration: none;
    color: #444;
}

.table tbody td{
    padding:10px 10px 14px 0px;
}
.default-course-img {
    border: 1px solid #e7e7e7;
    border-radius: 12px;
}

/* ////------13-01-2026-----//// */
.flag-deatils-content h2{
   font-size: 16px; 
   font-weight: 500;
   color: #333333;
}
.flag-imgage img{
    border:1px solid #E3E3E3 ;
    border-radius: 8px;
}
.reportby img{
    width: 50px;
    height: 50px;
    border-radius: 50%;
}
.flag-deatils-content p{
   font-size: 14px; 
   font-weight: 400;
   color: #000000;
   line-height: 1.7;
}
.report-reason ol li{
    line-height: 1.8;
}
.flag-deatils-content h3{
    color: var(--secondrycolor);
    font-size: 16px;
    font-weight: 500;
}
.flag-deatils-content span{
    color: #000;
    font-size: 16px;
    font-weight: 400;
}
.postbyimg img{
    width: 70px;
    height: 70px;
    border-radius: 50%;
}

.postby h6{
    font-size: 16px;
    font-weight: 500;
    color: #212121;
}
.postby span{
    font-size: 14px;
    font-weight: 400;
    color: #4D4D4D;
}

/* Slider wrapper */
.profile-slider-flag {
  position: relative;
    width: 100%;
  max-width: 500px;
}

/* Owl stage fix (prevents multiple images showing) */
.profile-slider-flag .owl-stage-outer {
  overflow: hidden;
}



/* Image styling */
    .profile-slider-flag .item img {
        width: auto;
        max-width: 100%;
        height: 288px;
        object-fit: contain;
        border-radius: 12px;
        display: block;
        /*border-radius: 8px;*/
        margin: 0 auto;
    }

    .profile-slider-flag .item {
        width: 100%;
        height: 288px;
        text-align: center;
        border: 1px solid #E3E3E3;
        border-radius: 8px;
    }

/* Dots container */
.profile-slider-flag .owl-dots {
  position: absolute;
  bottom: 16px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: auto;
}

/* Dot base */
.profile-slider-flag .owl-dot span {
  width: 10px;
  height: 10px;
  background: rgba(237, 237, 237, 0.4);
  border-radius: 50%;
  margin: 0 5px;
  transition: all 0.3s ease;
}

/* Active dot */
.profile-slider-flag .owl-dot.active span {
  background: #EDEDED;
  transform: scale(1.2);
}

.status-pending {
    background-color: #fffae8 !important;
    color: var(--secondrycolor);
    font-weight: 600;
}

.status-actioned {
    background-color: #d1e7dd !important; /* light green */
    color: #0f5132;
    font-weight: 600;
}


/* ///////////------Leaderboard CSS---------//////////////// */

.Leaderboard {
    font-size: 1.2vw;
}

    .Leaderboard .container-fluid {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }

    .Leaderboard .page-title-row {
        margin: 0px 20px;
        margin-top: 20px;
        align-items: center;
    }

        .Leaderboard .page-title-row p {
            font-size: 1em;
            font-weight: 600;
            color: #9D9D9D;
        }

    .Leaderboard .top-bar {
        background: #0b5c43;
        color: #fff;
        padding: 28px 60px;
        font-size: 1em;
        margin: auto;
    }

/* LIVE BAR */
.live-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border: 2px solid #0b5c43;
    border-radius: 10px;
    padding: 20px;
    margin: 0px 20px;
    background-color: #FBFFFE;
}

.live-left {
    display: flex;
    align-items: center;
    gap: 10px;
    font-size: 20px;
    color: #6aa84f;
}

.live-dot {
    width: 14px;
    height: 14px;
    background: #e53935;
    border-radius: 50%;
    animation: livePulse 1.5s infinite;
}

@keyframes livePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(229,57,53,.6);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(229,57,53,0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(229,57,53,0);
    }
}

.Leaderboard .table thead th {
    background: #008C58;
    color: #fff;
    font-weight: 400;
    font-size: 1.1em;
    padding: 10px 12px;
    border-bottom: 1px dashed #9C927A;
    white-space: nowrap;
    text-align: center;
}

.Leaderboard .table {
    font-size: 1em;
    font-weight: 400;
    margin-bottom: 0;
    text-align: center;
}

.Leaderboard .hole-18 {
    font-size: 1em;
    font-weight: 500;
    color: #9D9D9D;
}




/* Sticky FIRST column (Rank) */
.Leaderboard .table th:nth-child(1),
.Leaderboard .table td:nth-child(1) {
    position: sticky;
    left: 0;
    z-index: 1;
    min-width: 71px;
    border-bottom: 1px dashed #9C927A;
}

/*.Leaderboard .table td:nth-child(1) {
    background: #fff;
}*/
/* Sticky SECOND column (Player Name) */
.Leaderboard .table th:nth-child(2),
.Leaderboard .table td:nth-child(2) {
    position: sticky;
    left: 70px;
    z-index: 3;
    min-width: 160px;
}

/*.Leaderboard .table td:nth-child(2) {
    background: #fff;
}*/

.Leaderboard .table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}
/* Scroll appears only on smaller screens */
@media (min-width: 1399px) {
    .Leaderboard .table-responsive {
        overflow-x: hidden;
    }
}

.report-comm {
    padding: 16px;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    width: 100%;
    max-width: 400px;
}
 
 
.Leaderboard .table tbody td {
    padding: 10px 12px;
}

.Leaderboard tbody td {
    padding: 14px 12px;
    border-bottom: 1px solid #e6e6e6;
}
 
/* POST column */
.Leaderboard .table td:nth-child(1) {
    background: #EDEDED;
    width: 100px;
    font-weight: 600;
}

 
/* SCORE column (grey background + red text) */
.Leaderboard .table td:nth-child(3) {
    background: #EDEDED;
    color: #ff3b30;
    font-weight: 600;
    text-align: center;
}

/* THRU column */
.Leaderboard .table td:nth-child(4) {
    text-align: center;
    font-weight: 600;
    color: #1d3b72;
}

/* ROUND column (green text) */
.Leaderboard .table td:nth-child(5) {
    background: #EDEDED;
    text-align: center;
    font-weight: 600;
    color: #0b8f4d;
}


.btn-primary,
.btn-primary:focus,
.btn-primary:active,
.btn-primary:focus-visible,
.btn-primary:active:focus {
    background-color: #00583E !important;
    border-color: #00583E !important;
    box-shadow: none !important;
    outline: none !important;
}

.btn-primary {
    -webkit-tap-highlight-color: transparent;
}

    .btn-primary:not(:disabled):not(.disabled):active {
        background-color: #00583E !important;
        border-color: #00583E !important;
    }


input[type="password"]::-ms-reveal,
input[type="password"]::-ms-clear {
    display: none;
}
.validation-msg {
    min-height: 18px; /* adjust as needed */
    display: block;
}
.change-pass{
    display:flex;
    justify-content:center;
}
.change-pass-container{
    width:100%;
    max-width:900px;
}