/*DashBoard style*/
.main-content {
    padding: 32px;
}

.dashboard-header h2 {
    font-size: 32px;
    font-weight: 500;
    line-height: 100%;
    color: var(--Heading);
    margin: 0px;
}

.DateTitle {
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
    color: var(--Heading);
}

.gridBtn {
    background: var(--Surface-1);
    padding: 0;
    width: 36px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
}

.year-info {
    background: var(--Surface-1);
    border-radius: 4px;
    padding: 4px;
}

    .year-info button {
        font-size: 14px;
        line-height: 100%;
        font-weight: 600;
        color: var(--Heading);
        text-transform: uppercase;
        padding: 6px 15px;
    }

.active-btn {
    background: var(--whitebg);
}

.dash-header-right {
    column-gap: 8px;
}


.dashboard-card {
    margin-right: -6px;
    margin-left: -6px;
}


    .dashboard-card [class*="col-"] {
        padding: 0px 6px;
    }

.dashboard-card-body {
    background: var(--Surface-4);
    border-radius: 4px;
    overflow: hidden;
}

.dashboard-sub-head {
    padding: 14px 20px;
    border-bottom: 1px solid var(--Divider);
}

.arrow-right-img {
    display: flex;
    width: 16px;
    height: 16px;
    cursor: pointer;
}

.graph-box-main {
    padding: 12px 20px;
}

.currency-img {
    font-size: 20px;
    font-weight: 500;
    line-height: 100%;
    color: var(--Heading);
}

.currency-value {
    font-size: 30px;
    font-weight: 500;
    line-height: 100%;
    color: var(--Heading);
}

.text-green {
    color: var(--InteractiveGreen1);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.text-red {
    color: var(--Interactive-Red-1);
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
}

.growth-value {
    height: 20px;
}

    .growth-value span {
        display: flex;
        align-items: center;
    }

.graph-years span {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    color: var(--Heading);
}

.year-dot {
    width: 8px;
    height: 8px;
    display: flex;
    border-radius: 50%;
}

.purple-color-bg {
    background: var(--Interactive-purple-1);
}

.purple2-color-bg {
    background: var(--Interactive-purple-2);
}

.orange-color-bg {
    background: var(--interactive-Orange-1);
}

.yellow-color-bg {
    background: var(--Interactive-yellow-1);
}

.green-color-bg {
    background: var(--InteractiveGreen1);
}

.blue-color-bg {
    background: var(--Interactive-blue-1);
}

.blue2-color-bg {
    background: var(--Interactive-blue-2);
}





.months,
.days {
    font-size: 12px;
    line-height: 16px;
    font-weight: 500;
    color: var(--Heading);
}

.border-top-1 {
    border-top: 1px solid var(--Divider);
}





.dashboard-header {
    padding: 12px 0px;
    font-weight: bold;
    border-bottom: 1px solid var(--Divider);
}

.revenue-section {
    padding: 15px;
}

.revenue-amount {
    font-size: 32px;
    font-weight: bold;
    margin: 5px 0;
}

.trend-up {
    color: green;
    font-size: 14px;
    font-weight: bold;
}

.trend-down {
    color: red;
    font-size: 14px;
    font-weight: bold;
}

.years-legend {
    margin-top: 8px;
    font-size: 13px;
}

    .years-legend span {
        display: inline-flex;
        align-items: center;
        margin-right: 10px;
    }

.dot {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin-right: 4px;
}

.dot-2024 {
    background-color: blue;
}

.dot-2023 {
    background-color: purple;
}

.chart {
    height: 120px;
    background: linear-gradient(to right, #e5e5f7 0%, #f0e5fc 100%);
    margin: 15px;
    border-radius: 4px;
}

.widgets-header {
    display: flex;
    justify-content: space-between;
    padding: 10px 20px;
    border-bottom: 1px solid var(--Divider);
    font-weight: bold;
}

    .widgets-header h6,
    .widgets-header h6 strong {
        font-size: 12px;
        line-height: 100%;
        font-weight: 600;
        margin: 0px;
        display: flex;
        align-items: center;
    }

    .widgets-header h6 {
        color: var(--Heading);
    }

        .widgets-header h6 strong {
            color: var(--Heading);
        }

        .widgets-header h6 span {
            margin-right: 6px;
        }


.widget-row {
    display: flex;
    justify-content: space-between;
    padding: 16px 20px;
    border-bottom: 1px solid var(--Divider);
}

.widget-cell {
    flex: 0 0 48%;
}

.label {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--Heading);
    margin-bottom: 4px;
}

.value {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    color: var(--Heading);
    display: flex;
    align-items: center;
}





.cities-numb {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: var(--Heading);
}

/*progress bar*/

.graph-box-main {
    padding: 20px 20px;
}

.dashboard-progress .progress {
    background: var(--Divider);
    border-radius: 0px;
    height: 8px;
}




.prospect-box.next-event .widget-cell {
    flex: 0 0 100%;
}

.prospect-box .widget-row {
    padding: 0px;
    border-left: 1px solid var(--Divider);
    border-top: 1px solid var(--Divider);
}

    .prospect-box .widget-row .widget-cell {
        padding: 15px 20px 22px 20px;
        border-left: 1px solid var(--Divider);
    }

        .prospect-box .widget-row .widget-cell:first-child {
            border: none;
        }

.prospect-box .value {
    margin-top: 2px;
}

.number {
    font-size: 24px;
    font-weight: 600;
    line-height: normal;
    color: var(--Heading);
}




/*dashboard slider section*/
.dashboard-Latest {
    position: relative;
}

    .dashboard-Latest .swiper-slide {
        position: relative;
    }

        .dashboard-Latest .swiper-slide p {
            font-size: 16px;
            line-height: 24px;
            font-weight: 500;
            color: var(--buttontextprimary);
        }

        .dashboard-Latest .swiper-slide h6 {
            font-size: 12px;
            line-height: 16px;
            font-weight: 400;
            color: var(--buttontextprimary);
            margin: 0px;
        }

.slider-text {
    position: absolute;
    left: 0;
    right: 0;
    top: auto;
    bottom: 0;
    padding: 20px;
}

.dashboard-Latest .swiper-slide img {
    width: 100%;
}

.swiper-button-next:after,
.swiper-button-prev:after {
    display: none;
}

.dashboard-Latest .slider-btn {
    position: absolute;
    left: auto;
    right: 0;
    top: 15px;
    bottom: auto;
}

.dashboard-Latest .swiper-button-prev,
.dashboard-Latest.swiper-rtl .swiper-button-next {
    left: auto;
    right: 50px;
}

.dashboard-sub-head h4 {
    font-size: 16px;
    line-height: 100%;
    font-weight: 600;
    color: var(--Heading);
    text-transform: uppercase;
    margin: 0px;
}


/**/





.todo-item {
    display: flex;
    align-items: flex-start;
    padding: 12px;
    border-bottom: 1px solid var(--Divider);
}

    .todo-item:last-child {
        border-bottom: none;
    }

.todo-item {
    display: flex;
    align-items: center;
    padding: 8px 20px;
    border-bottom: 1px solid var(--Divider);
}

    .todo-item:last-child {
        border-bottom: none;
    }

.todo-checkbox {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid var(--Outline);
    margin-right: 12px;
    margin-top: 5px;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
}

    .todo-checkbox:checked {
        background-color: var(--Heading);
        border-color: var(--Heading);
    }

        .todo-checkbox:checked::after {
            content: '\2713';
            color: #fff;
            font-weight: bold;
            position: absolute;
            top: -1px;
            left: 4px;
            font-size: 14px;
        }

.todo-details {
    flex-grow: 1;
}

.todo-title {
    font-size: 14px;
    line-height: 20px;
    font-weight: 600;
    margin: 0 0 2px 0;
    color: var(--Heading);
}

.todo-subtitle {
    margin: 0;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: var(--Text);
}

.todo-label {
    color: var(--Heading);
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    line-height: 100%;
}

.label-purple {
    background-color: var(--Interactive-purple-4);
    border: 1px solid var(--purple-4);
}

.label-yellow {
    background-color: var(--Interactive-yellow-4);
    border: 1px solid var(--yellow-4);
}

.label-orange {
    background-color: var(--interactive-Orange-4);
    border: 1px solid var(--orange-4);
}

.label-green {
    background-color: var(--Interactive-green-4);
    border: 1px solid var(--green-4);
}

.label-light-grey {
    background-color: var( --Surface-3);
    border: 1px solid var(--Divider);
}

.label-red {
    background-color: var(--Interactive-red-4);
    border: 1px solid var(--red-4);
}

.dashboard-sub-head button.dropdown-toggle::after {
    display: none;
}

.dashboard-sub-head button {
    background: none;
}

.schedule-icon {
    background: var(--Surface-3);
    width: 36px;
    height: 36px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    border: 1px solid var(--Divider);
}

.sync-btn {
    font-size: 14px;
    font-weight: 600;
    padding: 9px 16px;
    background: var(--buttonprimary);
    color: var(--buttontexttertiary);
    border-radius: 4px;
    text-transform: uppercase;
}

@media only screen and (max-width:767px) {
    .main-content {
        padding: 20px;
    }

    .dashboard-header h2 {
        margin-bottom: 12px;
    }

    .dashboard-card-body {
        margin-bottom: 12px;
    }
}



/*****revenue*****/

.stats-grid-card {
    margin: 0 -10px;
    margin-bottom: 5px;
}

    .stats-grid-card .swiper-button-next {
        background: var(--Surface-3);
        width: 35px;
        height: 35px;
        box-shadow: 0 0 5px var(--Outline);
        border-radius: 2px;
        padding: 6px;
        right: -20px;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }

    .stats-grid-card .swiper-button-prev {
        background: var(--Surface-3);
        width: 35px;
        height: 35px;
        box-shadow: 0 0 5px var(--Outline);
        border-radius: 2px;
        padding: 6px;
        left: -20px;
        opacity: 1;
        top: 50%;
        transform: translateY(-50%);
        margin: 0;
    }

    .stats-grid-card .swiper-button-next svg {
        width: 100%;
        display: block;
    }

    .stats-grid-card .swiper-button-prev svg {
        width: 100%;
        display: block;
        transform: rotate(180deg);
    }

    .stats-grid-card .swiper-button-next.swiper-button-disabled, .stats-grid-card .swiper-button-prev.swiper-button-disabled {
        opacity: 1;
        display: none;
    }

    .stats-grid-card .swiper .stat-card {
        margin: 10px;
    }


    .stats-grid-card .stat-card.active-card {
        box-shadow: 0 0 2px 2px var(--Interactive-Hover);
    }

        .stats-grid-card .stat-card.active-card .label {
            color: var(--Interactive-Hover);
        }

    .stats-grid-card .stat-card .label {
        text-align: left;
    }



.search-table .search-bar {
    width: 100%;
    flex: 1;
}

    .search-table .search-bar input {
        width: 100%;
        border: none;
        font-weight: 500;
        font-size: 14px;
        line-height: 20px;
        letter-spacing: 0;
        padding: 0 25px;
        background: transparent;
        box-shadow: none;
    }

    .search-table .search-bar form {
        width: 100%;
    }

.search-table .search-bar {
    position: relative;
}

    .search-table .search-bar button {
        border: none;
        background: transparent;
        top: 50%;
        transform: translateY(-50%);
    }

        .search-table .search-bar button svg {
            display: block;
        }

.dahsboard-revenue-sec .download-bar {
}

.search-table .download-bar a, .search-table .Message-bar a {
    display: flex;
    align-items: center;
    gap: 5px;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.1px;
    color: var(--BackgroundColor);
}

    .search-table .download-bar a svg, .search-table .download-bar a span {
        display: block;
    }


.search-table table th {
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    text-transform: uppercase;
    vertical-align: middle;
    color: var(--Text);
}


.search-table table tr td {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
    color: var(--Text);
}

    .search-table table tr td strong {
        color: var(--Heading);
    }

.status {
    border: 1px solid var(--green-4);
    background: var(--Interactive-green-4);
    padding: 4px 8px;
    border-radius: 4px;
    margin: 0 auto;
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    color: var(--Heading);
}



#lineChart {
    width: 100% !important;
    height: 240px !important;
    image-rendering: crisp-edges;
}

#lineChart-200 {
    width: 100% !important;
    min-height: 170px !important;
    height: 170px !important;
    image-rendering: crisp-edges;
}




@media only screen and (max-width:767px) {
    .stats-grid-card .swiper-button-next, .stats-grid-card .swiper-button-prev {
        display: none;
    }
}


.checklist-item {
    gap: 8px;
}

    .checklist-item .checklist-item-title {
        font-weight: 400;
        font-size: 14px;
        color: var(--Heading);
        line-height: 20px;
        text-transform: capitalize;
    }



.custom-checkbox {
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    border: 1px solid var(--Outline);
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s, border-color 0.3s;
}

    .custom-checkbox:checked {
        background-color: var(--Heading);
        border-color: var(--Heading);
    }

        .custom-checkbox:checked::after {
            content: '\2713';
            color: #fff;
            font-weight: bold;
            position: absolute;
            top: -1px;
            left: 4px;
            font-size: 14px;
        }

.card-custom .progress .progress-bar + .progress-bar {
    margin-left: 4px;
}

#lineChart-2-200 {
    width: 100% !important;
    min-height: 170px !important;
    height: 170px !important;
    image-rendering: crisp-edges;
}

.card-custom {
    background: var(--Surface-4);
    border-radius: 4px;
    overflow: hidden;
    box-shadow: var(--ShadowPrimitivesxs);
    border: 0;
}

.card-custom-selected {
    box-shadow: 0 0 2px 2px var(--Interactive-Hover);
}

.card-custom .card-header {
    padding: 14px 20px;
    background: var(--Surface-4);
    border-bottom: 1px solid var(--Divider);
}

    .card-custom .card-header .card-title {
        font-size: 16px;
        line-height: 100%;
        font-weight: 600;
        color: var(--Heading);
        text-transform: uppercase;
        margin: 0px;
    }

.card-custom .custom-checkbox:checked {
    background: var(--Interactive-blue-1);
    border-color: var(--Interactive-blue-1);
}

