


*{
    font-family: 'Inter', sans-serif;
}
.drawerZin{
    z-index : 99999999!important;
}

.z-40{
    z-index: 999999!important
}

.z-50{
    z-index: 999999!important
}


 @media print {
        .billingPrevFont {
            font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace !important;

        }

        .PrevKot {
            scale : 1.35!important; 
            transform : translateX(40px)!important;  
            padding: 1rem; 
            padding-top : 0!important; 
            margin-top : 50px!important;
        }

        .PrevBill{
            scale : 1.4!important; 
            transform : translateX(35px)!important;  
            padding: 1rem; 
            padding-top : 0!important; 
            margin-top : 160px!important;
            width: 80mm!important;
        }

        .Kspan {
            font-size: 1.2rem !important;
        }

        .Bspan {
            font-size: 0.89rem !important;
            font-family: inter!important;
        }

        @page {
            scale: 1.35!important;
        }

    }

.sign-btn {
    background: linear-gradient(to right, #ff7d32, #ff583a)!important;
}

.sign-btn:hover {
    background: linear-gradient(to right, #e96329, #e63e23)!important;
}

.text-secondary{
    color : rgb(68, 68, 68)!important;
}

.cardHeader{
    background-color : #dde9fb;
    border-radius: 5px 5px 0px 0px;
    padding: 1rem;
    color: #393b40;
}

.cardBody{
    padding: 1rem;
}


.cardHeaderHeading{
    -webkit-font-smoothing: antialiased;
    font-family: Inter,sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    color: #1e2022!important;
}

.mainContentContainer{
    border-radius: 5px;
}


.recentMenuBtn{
    padding: 2px!important;
   
    color: #fff!important;
}

.recentMenuBtn .closeButton svg{
    color: #fff!important;
}

.daterangepicker{
    top : 148px!important;
}


.daterangepicker .applyBtn{
    background-color: #3b82f6;
}

.daterangepicker .ranges{
    padding: 9px 9px 0px 9px!important;
   
}

.daterangepicker .ranges li {
    font-size: 12px;
    padding: 8px 12px;
    cursor: pointer;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    margin-bottom: 8px;
}


.daterangepicker .calendar-table table {
    width: 100%;
    margin: 0;
    border-spacing: 0;
    border-collapse: collapse;
}

.daterangepicker .calendar-table td {
    padding: 5px!important;
}


/* width */
::-webkit-scrollbar {
  width: 4px;
  border-radius: 5%;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #a2a2a2; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #a2a2a2; 
}


.headerSortbyDropdown li div{
    font-size: 0.8rem!important;
    color: #808080;
    font-weight: 500!important;
    
}

.headerSortbyDropdown li {
    padding: 0.4rem 2rem!important;;
    
}

.headerColumnDropdown{
    max-height : 20rem; overflow : auto;
}

.headerColumnDropdown li label{
    font-size: 0.8rem!important;
}



.headerExportDropdown li{
    font-size: 0.8rem!important;
    color: #808080;
    font-weight: 500!important;
}

/* search list */

#mylist{
    position: absolute;
    left: 0;
    z-index: 9999!important;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    background : #fff!important;
    margin: 0.2rem 0.7rem  0.2rem  0.1rem!important;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
   max-height: 13rem;
   overflow: auto;
}


.awesomplete > ul[hidden], .awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing-function: ease;
}

#mylist li {
    z-index : 999!important;
    position: relative;
    padding: 0.2em 0.5em;
    cursor: pointer;
    background-color: #fff;
    margin: 0.1rem 0.2rem;
    font-size: 0.9rem!important;
}

#mylist li:hover {
background-color: #dedede;
}

.awesomplete .visually-hidden{
    display: none!important;
}


#mylist {
    transition: .3s cubic-bezier(.4,.2,.5,1.4);
    transform-origin: 1.43em -0.43em;
}

#mylist {
    border-radius: 0.3em;
    /* margin: 0.2em 0 0; */
    background: hsla(0,0%,100%,.9);
    background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
    /* border: 1px solid rgba(0,0,0,.3); */
    /* box-shadow: 0.05em 0.2em 0.6em rgba(0,0,0,.2); */
    text-shadow: none;
}

#mylist:before {
    content: "";
    position: absolute;
    top: -0.43em;
    left: 1em;
    width: 0;
    height: 0;
    padding: 0.4em;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -99;
    margin-top: 4px;
}
/* ends here */



/* search list1 */

#mylist1{
    position: absolute;
    left: 0;
    z-index: 999!important;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    background : #fff!important;
    margin: 0.2rem 0.7rem  0.2rem  0.1rem!important;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
   max-height: 13rem;
   overflow: auto;
}


.awesomplete > ul[hidden], .awesomplete > ul:empty {
    opacity: 0;
    transform: scale(0);
    display: block;
    transition-timing5t

#mylist1 li:hover {
background-color: #dedddd85;
}

.awesomplete .visually-hidden{
    display: none!important;
}


#mylist1 {
    transition: .3s cubic-bezier(.4,.2,.5,1.4);
    transform-origin: 1.43em -0.43em;
}

#mylist1 {
    border-radius: 0.3em;
    /* margin: 0.2em 0 0; */
    background: hsla(0,0%,100%,.9);
    background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
    /* border: 1px solid rgba(0,0,0,.3); */
    /* box-shadow: 0.05em 0.2em 0.6em rgba(0,0,0,.2); */
    text-shadow: none;
}

#mylist1:before {
    content: "";
    position: absolute;
    top: -0.43em;
    left: 1em;
    width: 0;
    height: 0;
    padding: 0.4em;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -99;
    margin-top: 4px;
}
/* ends here */

.FilterDropdownWindow .FilterDropdownOptions{
    max-height : 19rem!important; 
      overflow-y: auto !important;
      overflow-x: hidden!important;
       padding:  0.4rem!important;
}

.FilterDropdownWindow .FilterDropdownOptions .customeSelect2Wrap {
    height : 2.6rem;
    }

    .FilterDropdownWindow .FilterDropdownOptions select {
        height : 2.6rem;
        font-size : 0.7rem!important;
        }

        .FilterDropdownWindow .FilterDropdownOptions label {
          
            font-size : 0.7rem!important;
            }
    
.FilterDropdownWindow .mt-4{
    margin-top: 0.8rem!important;
}
    

.FilterDropdownWindow .FilterDropdownOptions .customeSelect2Wrap input{
font-size: 0.75rem!important;
height: 100%!important;
padding-left: 0.8rem!important;
}

.FilterDropdownWindow .FilterDropdownOptions .customeSelect2Wrap input::placeholder{
    font-size: 0.75rem!important;
    color: #444!important;
    line-height: 28px!important;
    }


    .FilterDropdownWindow .FilterDropdownOptions label{
        font-size: 0.75rem!important;

    }

.FilterDropdownWindow .FilterDropdownOptions .customeSelect2Wrap label{
   top: 0.8rem;
   left: 0.8rem!important;
   font-size: 0.875rem!important;
    }

#mylist1 li {
    position: relative;
    padding: 0.2em 0.5em;
    cursor: pointer;
    background-color: #fff;
    margin: 0.1rem 0.2rem;
    font-size: 0.9rem!important;
}

#mylist1 li:hover {
background-color: #dedddd85;
}

.awesomplete .visually-hidden{
    display: none!important;
}


#mylist1 {
    transition: .3s cubic-bezier(.4,.2,.5,1.4);
    transform-origin: 1.43em -0.43em;
}

#mylist1 {
    border-radius: 0.3em;
    /* margin: 0.2em 0 0; */
    background: hsla(0,0%,100%,.9);
    background: linear-gradient(to bottom right, white, hsla(0,0%,100%,.8));
    /* border: 1px solid rgba(0,0,0,.3); */
    /* box-shadow: 0.05em 0.2em 0.6em rgba(0,0,0,.2); */
    text-shadow: none;
}

#mylist1:before {
    content: "";
    position: absolute;
    top: -0.43em;
    left: 1em;
    width: 0;
    height: 0;
    padding: 0.4em;
    box-shadow: rgba(0, 0, 0, 0.02) 0px 1px 3px 0px, rgba(27, 31, 35, 0.15) 0px 0px 0px 1px;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: -99;
    margin-top: 4px;
}

@media (max-width: 1139px) {

.posFormTable2{
    /* flex: 0 0 49.666667%!important; */
    /* max-width: 49.666667%!important; */
}

.posFormTable2 table input{
    max-width : 80px!important;
}


.posFormDiscountSection table input{
    max-width : 70px!important;
}



.posFormSummaryCont{

}



}

.l-navbar.show {
    width: calc(var(--nav-width) + 246px)!important;
  }
  
  .daterangepicker .drp-calendar{
    max-width: 300px!important;
  }


  /* insights page css */

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

.thisIsInsightsPage .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;
}

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

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

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

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

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

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

.thisIsInsightsPage .monthWiseModalCont table {
    border: 0 !important;
}

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

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

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

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

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

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

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

/* .show {
    width: 100% !important;
} */

.thisIsInsightsPage .insightsModal {
    overflow: hidden !important;
}

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

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

.thisIsInsightsPage 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);
    }
}

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

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

.thisIsInsightsPage .toggle-container {
    margin: 20px;
}

.thisIsInsightsPage .toggle-content {
    display: none;
}

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

.thisIsInsightsPage .modal-body {
    padding: 20px;
}

.thisIsInsightsPage .toggle-container {
    position: relative;
}

.thisIsInsightsPage .toggle-content {
    display: none;
}

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

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

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

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

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

.thisIsInsightsPage .chart-container {
    width: 100%;
    max-width: 1000px;
    background: #fff;
    padding: 20px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    margin: auto;
}

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

.thisIsInsightsPage .list_page_container .table tbody td {
    font-size: 0.7867rem !important;
    color: #55585e !important;
}

.thisIsInsightsPage .hidden {
    display: none;
}

.thisIsInsightsPage .thisIsGrowthCont {
    max-width: 5rem !important;
    min-width: 5rem !important;
}

.thisIsInsightsPage .thisIsNewDataTable tr td,
.thisIsInsightsPage th {
    padding: 0.4rem 0.8rem !important;
    font-size: 0.75rem !important;
}

.thisIsInsightsPage .inset-0 {
    z-index: 9999999 !important;
}

.thisIsInsightsPage .fltrModalNewIn input {
    font-size: 0.9rem !important;
}
