.dashboard-container {
    margin: 0 auto;
    padding: 0rem;
}

.card {
    border: none;
    border-radius: 10px;
    transition: transform 0.2s;
    overflow: hidden;
    background: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 1.8rem !important;
}



.card-header {
    display: flex;
    align-items: center;
    padding: 0.5rem !important;
}

.card-body {
    padding: 0rem;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.stats-container {
    display: flex;
    justify-content: space-between;
    font-size: 0.875rem;
}

.stats-container p {
    margin: 0.25rem 0;
}


.stats-container table tr td {
    /* padding: 0.2rem 0.65rem !important; */
}

.stats-container table {
    border-top: 1px solid rgba(128, 128, 128, 0.323);
    font-size: 0.8rem !important;
}

.monthWiseModalCont table {
    border: 0 !important;
}

.monthWiseModalCont table tr td {
    /* max-width: 50px !important;
min-width: 50px !important; */
}



.stats-container strong {
    font-size: 1rem;
    display: block;
    margin-top: 0.25rem;
}

.btn-view-chart {
    color: #fff;
    font-size: 0.875rem;
    padding: 0.5rem 0;
}

.btn-view-chart:focus {
    border: none !important;
    outline: none !important;
    box-shadow: none;

}

.icon {
    font-size: 2rem;
    color: #fff;
}

.thisGolyStat,
.goly {
    /* display: none; */
}



.modal-dialog-centered {
    display: flex;
    align-items: center;
    min-height: calc(100% - 1rem);
}


.show {
    width: 100% !important;
}


.insightsModal {
    overflow: hidden !important;
}



.insightsModal .modal-lg {
    max-width: 85% !important;


}

.insightsModal .modal-body {
    max-height: 70vh !important;
    min-height: 70vh !important;
}


canvas {
    /* height: 100%!important; */
    width: 100% !important;

}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes fadeOut {
    from {
        opacity: 1;
        transform: translateY(0);
    }

    to {
        opacity: 0;
        transform: translateY(-50px);
    }
}

.modal.fade .modal-dialog {
    transform: translateY(-50px);
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
}

.modal.show .modal-dialog {
    transform: translateY(0);
    opacity: 1;
}

.toggle-container {
    margin: 20px;
}

.toggle-content {
    display: none;
}

.active-content {
    display: block;
}

.modal-body {
    padding: 20px;
}

.toggle-container {
    position: relative;
}

.toggle-content {
    display: none;
}

.toggle-content.active-content {
    display: block;
}

canvas {
    /* height: 25rem !important; */
}

@media (max-width: 768px) {
    .row>.col-md-4 {
        margin-bottom: 20px;
    }
}

/* Custom styles for modern chart appearance */
.chart-container {
    padding: 10px;
}

.daterangepicker {
    z-index: 9999999999 !important;
}

.chart-container {
    width: 100%;
    max-width: 1000px;
    background: #fff;
    padding: 20px;

    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: auto;
}


.list_page_container .table thead td {
    font-size: 0.8rem !important;


}

.list_page_container .table tbody td {
    font-size: 0.7867rem !important;

    /* color: #55585e !important; */
}

.thisIsCstToggle {
    position: relative;
    width: 144.5px;
    height: 30px;
    background-color: #f3f4f6;
    /* border: 2px solid #343a40; */
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 2px;
    box-sizing: border-box;
    box-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
    right: 10px !important;
}

.thisIsCstToggle input[type="radio"] {
    display: none;
}

.thisIsCstToggle .toggle-label {
    flex: 1;
    text-align: center;

    font-size: 0.75rem !important;
    font-weight: bold;
    color: #343a40;
    z-index: 1;
    cursor: pointer;
    transition: color 0.3s;
}

.thisIsCstToggle .toggle-slider {
    position: absolute;
    top: 2px;
    left: 2px;
    width: 70px;
    height: 26px;
    background-color: #343a40;
    border-radius: 13px;
    transition: transform 0.3s;
}

.thisIsCstToggle #pickup:checked~.toggle-slider {
    transform: translateX(0);
}

.thisIsCstToggle #bob:checked~.toggle-slider {
    transform: translateX(70px);
}

.thisIsCstToggle #pickup:checked+label {
    color: #fff;
}

.thisIsCstToggle #bob:checked+label {
    color: #fff;
}

.hidden {

    display: none;
}

.thisIsGrowthCont {

    max-width: 5rem !important;
    min-width: 5rem !important;
}

.thisIsNewDataTable tr td,
th {

    padding: 0.4rem 0.8rem !important;
    font-size: 0.75rem !important;
}


.scroll-animation {
    animation: scroll-down 0.5s ease-in-out;
}

@keyframes scroll-down {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}


    #tableBody tr:nth-child(odd),
    #table-body-2 tr:nth-child(odd) {
        background-color: #f3f3f3!important;
    }


    .sectionHeading {
        display: flex;
        align-items: center;
        width: 100%;
    }
    
    .sectionHeading h2 {
        margin: 0;
        padding-right: 15px; /* Adjust the spacing between the text and the line */
         /* Adjust the font size as needed */
        letter-spacing: 0px!important; /* Adjust letter spacing as needed */
    }
    
    .sectionHeading hr {
        flex-grow: 1;
        border: none;
        border-top: 2px solid rgb(37, 99, 235)

        ; /* Adjust the color and thickness */
        margin: 0;
    }
    