﻿.validation-message
{
    color:red;
}

#apiloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /*background-color: var(--custom-white);*/
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/*OrderStatus history design start*/

.hh-grayBox {
    margin-bottom: 20px;
    margin-top: 20px;
}

.order-tracking {
    text-align: center;
    width: 33.33%;
    position: relative;
    display: block;
}

    .order-tracking .is-complete {
        display: block;
        position: relative;
        border-radius: 50%;
        height: 10px;
        width: 10px;
        border: 0px solid #AFAFAF;
        background-color: #f7be16;
        margin: 0 auto;
        transition: background 0.25s linear;
        -webkit-transition: background 0.25s linear;
        z-index: 2;
    }

    .order-tracking.completed .is-complete {
        background-color: #27aa80;
    }

    .order-tracking .pending {
        background-color: rgb(132, 135, 134);
    }

    .order-tracking p {
        color: #A4A4A4;
        font-size: 16px;
        margin-top: 8px;
        margin-bottom: 0;
        line-height: 20px;
    }

        .order-tracking p span {
            font-size: 14px;
        }

    .order-tracking.completed p {
        color: #000;
    }

    .order-tracking.cancel p {
        color: rgb(219, 0, 0);
    }

    .order-tracking::before,
    .order-tracking.completed::before {
        content: '';
        display: block;
        height: 3px;
        width: calc(100%);
        background-color: rgb(132, 135, 134);
        top: 4px;
        position: absolute;
        left: calc(-50%);
        z-index: 0;
    }

    .order-tracking.cancel .is-complete {
        background-color: rgb(219, 0, 0) !important;
    }

    .order-tracking:first-child:before {
        display: none;
    }

    .order-tracking.completed:before {
        background-color: #27aa80;
    }
/*.sales-report-card{
    background:red;
}*/
.sales-report-card-body {
    margin: 10px;
    background: #FFF;
    border-bottom: 1px dotted #bdcdcb;
    padding-bottom: 14px;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

/*OrderStatus history design end*/



/* For webkit browsers (like Chrome, Safari) */
::-webkit-scrollbar:horizontal {
    width: 20px;
    height:10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.view-more-btn {
   /* width: 42%;*/
    border-top-left-radius: 20px !important;
    margin-right: 0 !important;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
}

thead.sticky-top th {
    position: sticky;
    top: 0;
    /*background-color: white;*/
    z-index: 2;
}

.no-data-img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 460px;
}
.scroll-wrapper{
    overflow-x:auto;
    white-space:nowrap;
    position:relative;
}

.card-scroll-body {
    min-height: 414px;
    overflow-y: auto;
    max-height:414px
}
.card-header-height {
    min-height: 35px;
}
/*.arrow-indicator {
    height: 30px;
    display: flex;*/
    /* justify-content: center; */
    /*width: 30px;
    border-radius: 50%;
    background: #c45ef6;
    color: #FFF;
    align-items: center;
    position: absolute;
    justify-content: center;
    font-size: 25px;
    right: 0;
    top: 50%;
}*/

.nav.panel-tabs.panel-success a {
    color: #09ad95;

}

    .nav.panel-tabs.panel-success a.active {
        background-color: #a447ea !important;
        color: #fff;
    }
.tabs-menu ul li a {
    padding: 10px 12px 11px 13px;
    display: block;
    color: #282f53;
}
.tabs-menu ul li a {
    border-radius: 7px 7px 0 0;
}

.dashboard-card {
    min-height: 115px;
}

.recommended-tag {
    background-color: #28a745; /* Green background */
    color: white; /* White text */
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 12px;
    margin-left: 10px; /* Space between courier name and tag */
}

.ref-select {
    position: relative;
    display: inline-block;
    width: 350px;
}

.ref-selected-item {
    padding: 10px;
    border: 1px solid #ddd;
    cursor: pointer;
    background-color: #fff;
}

.ref-dropdown-menu {
    position: absolute;
    z-index: 999;
    background-color: #fff;
    border: 1px solid #ddd;
    width: 100%;
    max-height: 200px;
    overflow-y: auto;
}

.ref-dropdown-item {
    display: flex;
    justify-content: space-between;
    padding: 10px;
    cursor: pointer;
}

.ref-dropdown-item:hover {
    background-color: #f0f0f0;
}

.ref-selected {
    background-color: #f4f4f4;
}

.ref-selected-item span, .ref-dropdown-item span {
    display: block;
}
[data-theme-mode=dark] .ref-selected {
    background-color: rgb(46 46 50);
}
.ref-dropdown-item {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
}

[data-theme-mode=dark] .ref-selected-item {
    border-color: var(--input-border);
    color: var(--default-text-color);
    background-color: var(--form-control-bg);
    font-size: 0.875rem;
    font-weight: var(--default-font-weight);
    line-height: 1.8;
    border-radius: 0.85rem;
}

[data-theme-mode=dark] .ref-dropdown-item:hover {
    background-color: #0d6efd;
    color:#FFF;
}
[data-theme-mode=dark]  .ref-dropdown-menu {
   
    background-color: #202025;
    border: 1px solid #626262;
    border-radius: 10px;
}
.ref-dropdown-menu {
    border-radius: 10px;
}


.amount {
    float: right; /* This will align the amount to the right */
}


.balancesheet-table th, .balancesheet-table td {
    vertical-align: top;
}


.filter-container {
    position: sticky;
    top: 0;
    z-index: 99;
    border: 1px solid #e8e8e8;
    border-radius: 0 0 6px 6px;
    padding: 10px;
}

.list-container {
    max-height: 300px; /* Adjust based on your layout needs */
    overflow-y: auto;
    margin-top: 10px;
}



@media (max-width: 991.98px) {
    .main-chart-wrapper.note-wrapper .main-chat-area {
        display:block!important;
    }
}
.main-chart-wrapper.note-wrapper .main-chat-area .chat-content:before {
    display:none;
}