:root {
    --black: black;
    --white: white;
    --backgroundColor: #225cac37;
    --mainColor: #1f1d2a;
    --subText: #5a5959;
    --suvColor1: #03254c;
  
    --mainColorHover: #2b3e5d;
  
    --headrsFont: "Impact";
  
    --boxShadow: rgba(0, 0, 0, 0.25);
    --transition: 0.3s;
  }
  
  ::-webkit-scrollbar {
    width: 0.5em; /* Set a width for the scrollbar, even though it's not visible */
  }
  
  ::-webkit-scrollbar-thumb {
    background-color: transparent; /* Make the thumb (the draggable part) transparent */
  }
  
  ::-webkit-scrollbar-track {
    background-color: transparent; /* Make the track (the area behind the thumb) transparent */
  }
  
  .select2-results__option {
    color: black !important;
  }
  
  @keyframes fadeOutLeft {
    from {
      opacity: 0.5;
      transform: translateX(100%);
    }
    to {
      opacity: 1;
      transform: translateX(5);
    }
  }
  
  @font-face {
    font-family: lexend;
    src: url("../../fonts/Lexend-Light.ttf");
  }
  
  .ff-lexend {
    font-family: lexend;
  }
  
  a {
    text-decoration: none;
    color: var(--black);
  }
  
  @media (max-width: 768px) {
    .menu-bar-section {
      overflow-y: scroll;
      background-color: rgba(0, 0, 0, 0.5);
      /* height: 150vh !important; */
    }
  
    .contant-body {
      height: 150vh;
    }
  
    body {
      background-color: rgba(34, 34, 34, 1) !important;
    }
  
    .header-bar {
      background-image: url("../../image/bg.jpg");
      background-position:bottom;
      background-size:auto;
      background-repeat: no-repeat;
      background-attachment: fixed;
    }
  }
  
  /* Large Devices */
  @media (min-width: 1024px) {
    body {
      padding: 5px;
      padding-top: 0px;
      padding-right: -10px;
    }
  
    body {
      overflow: hidden;
      height: 100vh;
      margin: 0;
      animation: fadeOutLeft 0.3s ease-out forwards;
      background-image: url("../../image/bg.jpg");
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      background-attachment: fixed;
    }
  
    .contant-body {
      border-bottom-right-radius: 20px;
      border-top-right-radius: 20px;
    }
  
    .menu-bar-section {
      overflow-y: scroll;
      background-color: rgba(0, 0, 0, 0.5);
      height: 90vh;
      border-top-left-radius: 20px;
      border-bottom-left-radius: 20px;
    }
  }
  
  .dialog-ovelay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999999;
  }
  .dialog-ovelay .dialog {
    width: 400px;
    margin: 100px auto 0;
    background-color: #fff;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    overflow: hidden;
  }
  .dialog-ovelay .dialog header {
    padding: 10px 8px;
    background-color: #f6f7f9;
    border-bottom: 1px solid #e5e5e5;
  }
  .dialog-ovelay .dialog header h3 {
    font-size: 14px;
    margin: 0;
    color: #555;
    display: inline-block;
  }
  .dialog-ovelay .dialog header .fa-close {
    float: right;
    color: #c4c5c7;
    cursor: pointer;
    transition: all 0.5s ease;
    padding: 0 2px;
    border-radius: 1px;
  }
  .dialog-ovelay .dialog header .fa-close:hover {
    color: #b9b9b9;
  }
  .dialog-ovelay .dialog header .fa-close:active {
    box-shadow: 0 0 5px #673ab7;
    color: #a2a2a2;
  }
  .dialog-ovelay .dialog .dialog-msg {
    padding: 12px 10px;
  }
  .dialog-ovelay .dialog .dialog-msg p {
    margin: 0;
    font-size: 15px;
    color: #333;
  }
  .dialog-ovelay .dialog footer {
    border-top: 1px solid #e5e5e5;
    padding: 8px 10px;
  }
  .dialog-ovelay .dialog footer .controls {
    direction: rtl;
  }
  .dialog-ovelay .dialog footer .controls .button {
    padding: 5px 15px;
    border-radius: 3px;
  }
  .button {
    cursor: pointer;
  }
  .button-default {
    background-color: rgb(248, 248, 248);
    border: 1px solid rgba(204, 204, 204, 0.5);
    color: #5d5d5d;
  }
  .button-danger {
    background-color: #f44336;
    border: 1px solid #d32f2f;
    color: #f5f5f5;
  }
  .link {
    padding: 5px 10px;
    cursor: pointer;
  }
  
  .active-page {
    border-start-start-radius: 25px;
    border-end-start-radius: 25px;
    color: black !important;
  }
  
  .menubar-item {
    /* border-bottom:  1px solid #03254C;
      border-top:  1px solid #03254C; */
    padding-top: 13px;
    padding-bottom: 13px;
  }
  
  /* Apply styles to .menu-bar-section and .menubar-item when .menu-bar-section is hovered */
  .menu-bar-section-active:hover {
    /* Modify as per your requirements */
    display: inline;
    text-align: start;
    width: 18%;
    transition: all 300ms ease;
    z-index: 1030;
  }
  
  .menu-bar-section-active:hover .menu-item-span {
    display: inline !important;
    transition: all 300ms ease;
  }
  
  .menu-bar-section-active:hover ~ .contant-body {
    width: 82% !important;
    transition: all 300ms ease;
  }
  
  .menubar-item span {
    letter-spacing: 0.05em;
    font-size: 12px;
  }
  
  .menubar-item:hover {
    background-color: #575759;
    transition: var(--transition);
    cursor: pointer;
  }
  
  .page-title {
    letter-spacing: 0.07em;
  }
  
  @font-face {
    font-family: numbers;
    src: url("../../fonts/AlumniSans-VariableFont_wght.ttf");
  }
  
  .font-number {
    font-family: numbers;
    font-weight: 100;
  }
  
  /* header */
  .header-bar {
    /* background: var(--backgroundColor); */
    /* box-shadow: 0px 4px 9px var(--boxShadow); */
  }
  .header-empty-div {
    background-color: var(--mainColor);
  }
  .brand-name h1 {
    font-weight: 400;
    font-family: var(--headrsFont);
    letter-spacing: 0.1em;
    color: var(--mainColor);
  }
  .brand-name p {
    font-weight: 500;
    letter-spacing: 0.05em;
  }
  
  #current-date {
    font-size: 19px;
  }
  .user-profile img {
    height: 35px;
    width: 35px;
  }
  .user-profile h4 {
    color: var(--subText);
    font-weight: 500;
  }
  .user-profile p {
    color: var(--subText);
  }
  
  /* footer */
  .footer {
    line-height: 10px;
  }
  
  .footer h2 {
    font-size: 0.8rem;
  }
  .footer span {
    font-size: 0.7rem;
  }
  .taprodev-link {
    line-height: 0;
  }
  
  /* page-content */
  .page-content {
    overflow-y: scroll !important;
    max-height: 88vh;
    height: auto;
  }
  .page-content::-webkit-scrollbar {
    width: 1px;
    background-color: transparent;
  }
  
  .bg-main {
    background-color: #313131;
  }
  
  .bg-blue {
    background-color: #3660d3;
  }
  
  .bg-blue-ash {
    background-color: #747474;
  }
  
  .bg-light-main {
    background-color: #dbe9ff;
  }
  
  .text-main {
    color: #313131;
  }
  
  .text-blue {
    color: #3660d3;
  }
  
  .ff-impact {
    font-family: impact;
  }
  
  @font-face {
    font-family: numbers;
    src: url("../../fonts/Aldrich-Regular.ttf");
  }
  .ff-numbers {
    font-family: numbers;
  }
  
  .btn-main {
    background-color: #313131;
    color: white;
  }
  .btn-main:hover {
    background-color: rgb(27, 42, 54);
    color: white;
  }
  
  .btn-blue {
    background-color: #3660d3;
    color: white;
  }
  
  .btn-blue:hover {
    background-color: #264087;
    color: white;
  }
  .bill-item-table {
    font-size: 13px;
  }
  
  .bill-img {
    width: 30px;
    height: 30px;
  }
  
  .bill-view {
    height: 75vh;
  }
  
  .bill-view-item-list {
    /* height: auto; */
    height: 36vh;
    overflow-y: scroll;
  }
  
  .bill-view-table-div {
    /* height: auto; */
    height: 63vh;
    overflow-y: scroll;
  }
  
  @media only screen and (max-width: 768px) {
    .bill-view-item-list {
      height: auto;
      max-height: 40vh;
      overflow-y: scroll;
    }
  
    .bill-view-table-div {
      height: auto;
      max-height: 48vh;
      overflow-y: scroll;
    }
  
    .order-table {
      /* background-color: rebeccapurple; */
      height: auto;
      max-height: 55vh;
      overflow-y: scroll;
    }
  }
  
  .barcode-para {
    display: inline-block;
  }
  
  thead tr {
    position: sticky;
    top: 0;
  }
  
  .table-fixed-bottom {
    position: sticky;
    bottom: 0;
    z-index: 2;
  }
  
  .barcodeText {
    font-size: 13px;
  }
  .deleted-item {
    background-color: rgba(175, 1, 1, 0.351) !important;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  
  .cursor-pointer:hover {
    scale: 1.3;
    transition-duration: 300ms;
  }
  
  .item-dropdown {
    height: auto;
    max-height: 600px;
    overflow-y: scroll;
  }
  
  .dropdown-item-select {
    background-color: rgb(38, 46, 74);
    font-size: 13px;
  }
  
  .dropdown-item-select:hover {
    background-color: #0b2f44;
    cursor: pointer;
    transition-duration: 200ms;
    color: white;
  }
  
  .fs-small {
    font-size: 13px;
  }
  
  .fs-small-2 {
    font-size: 12px;
  }
  
  .order-table {
    height: 58vh;
    overflow-y: scroll;
  }
  
  .repair-table-div {
    height: 50vh;
  }
  
  .payment-modal {
    max-height: 70vh;
    overflow-y: scroll;
  }
  
  .vh-150 {
    height: 80vh;
    overflow-y: scroll;
  }
  
  .vh-40 {
    height: 40vh;
    overflow-y: scroll;
  }
  
  .top-selling-div {
    height: 70vh;
    overflow-y: scroll;
  }
  
  .customer-item {
    background-color: #d2d3d4;
  }
  
  .customer-item:hover {
    background-color: #a3a3a3;
    cursor: pointer;
    transition-duration: 200ms;
  }
  
  #customer_item_view_2,
  #customer_item_view_1 {
    overflow-y: scroll;
  }
  
  .menu-item-name {
    transition-duration: 300ms;
    color: white;
  }
  
  .menu-item-name:hover {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    transition-duration: 300ms;
  }
  
  .holdBillItem {
    background-color: #013668;
    color: white;
  }
  
  .holdBillItem:hover {
    background-color: #085cac;
    color: white;
  }
  
  .addCustomer_model {
    background-color: rgba(46, 45, 45, 0.669);
  }
  
  .bg-purple {
    background-color: rgb(186, 60, 245);
  }
  
  .bg-green {
    background-color: rgb(15, 180, 83);
  }
  
  .addPurchase-div {
    width: 200%;
  }
  
  .product-tile {
    background-color: rgba(12, 231, 125, 0.42);
  }
  
  .product-tile:hover {
    background-color: rgba(12, 231, 125, 0.735);
  }
  
  .product-front-view {
    max-height: 30vh;
    height: auto;
    overflow-y: scroll;
  }
  
  .payment-waning {
    background-color: rgba(175, 1, 1, 0.351);
    font-size: 12px;
    color: rgb(155, 0, 0);
  }
  
  .edit-icon {
    display: none;
  }
  
  .pos-img:hover .edit-icon {
    display: flex;
  }
  
  .selected-item {
    background-color: #f0f0f0 !important; /* Change this to the desired background color */
  }
  
  .selected-product {
    background-color: #063793 !important; /* Change this to the desired background color */
  }
  
  .dashed-border {
    border: 1px dashed rgba(255, 255, 255, 0.5);
  }
  
  .file-drop-area {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 100%;
    padding: 25px;
    border-radius: 3px;
    transition: 0.2s;
  
    &.is-active {
      background-color: rgba(255, 255, 255, 0.05);
    }
  }
  
  .fake-btn {
    flex-shrink: 0;
    background-color: rgba(255, 255, 255, 0.04);
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 3px;
    padding: 8px 15px;
    margin-right: 10px;
    font-size: 12px;
    text-transform: uppercase;
  }
  
  .file-msg {
    font-size: small;
    font-weight: 300;
    line-height: 1.4;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .file-input {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    cursor: pointer;
    opacity: 0;
  
    &:focus {
      outline: none;
    }
  }
  
  .file-drop-area:hover {
    background-color: rgba(0, 0, 0, 0.4);
  }
  
  .purchase-item-view{
    height: 27vh;
    overflow-y: scroll;
  }
  
  .purchase-item-view::-webkit-scrollbar {
    width: 12px;               /* width of the entire scrollbar */
  }
  
  .purchase-item-view::-webkit-scrollbar-track {
    background: transparent;        /* color of the tracking area */
  }
  
  .purchase-item-view::-webkit-scrollbar-thumb {
    background-color: rgb(0, 100, 207);    /* color of the scroll thumb */
    border-radius: 20px;       /* roundness of the scroll thumb */
    border: 3px solid rgba( 34, 34, 34, 1 ) ;
    cursor: pointer;
  }
  