.close-Save-btn {
    border-radius: 5px;
    border: 1px solid #4dc1b4;
    background: #fff;
    color: #0b1932;
    padding: 6px 13px;
    background-color: #4dc1b4;
    font-size: 14px;
}

.chart-main-section {
    display: grid;
    grid-template-columns: auto 400px;
    grid-gap: 16px;
}

.TotalSales-items {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.TotalSales-box {
    display: grid;
    gap: 16px;
}

.Salesbox-items {
    padding: 15px;
    border-radius: 5px;
    background: #fff;
}

.TotalSales-text {
    display: flex;
    align-items: center;
    gap: 10px;
}

.TotalSales-text p {
    font-size: 16px;
}

.price-textt {
    font-size: 24px;
    margin-top: 4px;
}

.chart-txt {
    text-align: center;
    color: #0b1932;
    margin-bottom: 10px;
    font-size: 18px;
}

.MenuItem-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 12px 0;
    border-bottom: 1px solid #dee2e6;
}

.MenuItem-list li:last-child {
    border: 0;
}

.DateRange-items {
    border-radius: 5px;
    background: #fff;
    padding: 24px;
}

.pdf-items {
    border-radius: 3px;
    border: 1px solid #ced4da;
    position: absolute;
    right: 0;
    display: flex;
    overflow: hidden;
}

.pdf-items button {
    background-color: transparent;
    padding: 7px 17px;
    border: 0;
    border-right: 1px solid #ced4da;
    color: #a2aab2;
}

.pdf-items button:hover {
    background-color: #4dc1b4;
    color: #0b1932;
}

.newbtn-pdf {
    position: inherit;
}

.TotalSales-section {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.FailedOrders-section {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    grid-gap: 16px;
}

.Details-txt {
    color: #4dc1b4;
    cursor: pointer;
    text-decoration: underline;
}

.OrderDetails-sidebar {
    padding: 20px 35px;
    color: #000;
}

.OrderNo-text {
    font-size: 20px;
    display: flex;
    align-items: center;
}

.OrderDetails-list {
    margin-top: 32px;
}

.Description-items li {
    display: grid;
    grid-template-columns: auto 140px;
    justify-content: space-between;
    font-size: 14px;
}

.Price-items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 8px;
}

.li-boders-items {
    padding-bottom: 8px;
    border-bottom: 1px solid #e0e5e7;
}

.Pickles-text {
    color: #898a88;
    padding-left: 15px;
}

.Total-items {
    margin-top: 15px;
    font-size: 14px;
}

.Total-items li {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.total-li {
    padding: 10px 0;
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    font-size: 18px;
    font-weight: 600;
}

.close-sidebar-btn {
    border-radius: 5px;
    border: 1px solid #4dc1b4;
    background: #fff;
    color: #4dc1b4;
    padding: 6px 30px;
    font-size: 14px;
}

.curbside-group {
    background-color: red;
}

.page-inner-data {
    margin: 25px;
}

.simple-select-arrow .k-input-value-text {
    display: flex;
    align-items: center;
}

.select-wrapper .k-list-item-text {
    display: flex;
    align-items: center;
}

.header-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.report-sub-text {
    display: flex;
    flex-direction: column;
}

.report-sub-text h6 {
    font-size: 14px;
    font-weight: 400;
    color: #0b1932;
}

.report-sub-text p {
    font-size: 18px;
    font-weight: 400;
    color: #898a88;
}

.season-text h6 {
    color: #b6b8b5;
}

.season-text p {
    color: #0b1932;
}

.sparkline-chart {
    height: 100px;
    width: 180px;
}

.sparkline-chart.small {
    height: 60px;
    width: 100px;
}

.text-parrot {
    color: #93b44c;
}

.text-yellow {
    color: #f8bc2e;
}

.text-green {
    color: #10685c;
}

.text-blue {
    color: #2978a7;
}

.min-width {
    min-width: 150px;
}

.header-date {
    max-width: 200px;
}

.pie-legends-data {
    margin-top: 25px;
}

.pie-legends-data span {
    font-size: 12px;
    color: #b6b8b5;
}

.pie-legends-data p {
    font-size: 16px;
    font-weight: 400;
    color: #0b1932;
}

.pie-legends-data p .dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 5px;
}

.dot.green {
    background-color: #10685c;
}

.dot.blue {
    background-color: #2978a7;
}

.dot.yellow {
    background-color: #f8bc2e;
}

.dot.black {
    background-color: #0b1932;
}

.icon-img {
    position: relative;
    top: 5px;
}

.Offer-text {
    color: #0b1932;
    font-size: 18px;
}

.OfferOverview-list li {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 0;
    gap: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e6e6e6;
}

.OfferOverview-list li:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

.Offer-count {
    color: #0b1932;
    font-size: 36px;
    font-weight: 400;
}

.FloorSales-datetime .k-datetimepicker:last-child .k-input-button:nth-child(2) {
    order: 2;
}
.store-sales-data {
    height: 415px;
    overflow-x: hidden;
}
.store-sales-data h6 {
    margin-top: 15px;
    margin-bottom: 30px;
}

.store-sales-data ul li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e7e8eb;
}

.store-sales-data ul li img{
    width: 28px;
    height: auto;
}

.store-sales-data ul li:last-child{
    margin-bottom: 0;
    padding-bottom: 0;
    border: none;
}
.store-sales-data ul li p {
    font-size: 16px;
    color: #6c7584;
    margin-bottom: 8px;
}
.store-sales-data ul li h5 i{
    font-size: 18px;
}
.store-sales-data ul li h5 {
    font-size: 30px;
    color: #4dc0b3;
    margin-bottom: 0;
    font-weight: bold;
    display: flex;
    align-items: center;
}
