@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap');

.bold-text {
    font-weight: bold;
}
.logo { 
    height: 90px;
    width: auto;
    margin-top: 100px;
    margin-bottom: 50px;
}
/* Remove the list item border */
ul#customer_dropdown li {
    border: none;
    color: black;
    text-decoration: none;
    width:100%;
}
.has-search .form-control {
    padding-left: 2.375rem;
}

.has-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

/* Add hover effect */
.list-group-item:hover {
    background-color: #f0f0f0; /* Change this to your desired hover background color */
    cursor: pointer;
    
}

/* Show only the first 5 customer names in the dropdown */
.dropdown-content .customer-link:nth-child(n+6) {
    display: none;
}

/* Highlighted (selected) item */
.dropdown-content :hover {
    background-color: #ddd;
    
}

/* Show the dropdown menu on focus */
.search-container:focus-within .dropdown-content {
    display: block;
}
.body {
    display: flex;
    justify-content: center;
    align-items: center;
}
.search-button{
    box-shadow: 0px 2px 4px 0px rgba(17, 38, 146, 0.25);
    display: flex;
    width: 800px;
    height: 40px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}


/* Highlighted (selected) item */
.customer-link:hover {
    background-color: #ddd;
    margin: 3;
    display: flex;
    justify-content: center;
    color: black;
    text-decoration: none;
}
/* Style for the "Create Customer +" option */
.create-customer-option:hover{
    color: #dc3545;
    background-color: #ddd;
    text-decoration: none;
}
    
.eyeco_heading{
    width: 134px;
    height: 36px;
    flex-shrink: 0;
    font-size: 25px;
    color: #E61D25;
}
.date-width{
    width:40%;
}
/* .custom-min-height {
    min-height: 300px; 
  } */
  .custom-min-width {
    min-width: 28%;

  }
  .button_height{
    height:20px;
  }
  .item-row {
    margin-bottom: 10px; /* Add margin to create space under each item row */
  }
  .total-payable {
    font-weight: bold;
    color: #000;
    font-size: 20px; /* You can adjust the font size as needed */
  }
  
  /* Style for "(incl.GST)" */
  .incl-gst {
    font-size: 18px; /* You can adjust the font size as needed */
  }

  /* Style for "totalField" */
  #totalField {
    font-weight: bold;
    font-size: 20px; /* You can adjust the font size as needed */
  }

.add-cart{
    /* border:2px solid #E61D25;
    background: #E61D25; */
    /* color: #FFF; */
    border: 2px solid #E61D25;
}
.make-as-complete{
    /* background:rgba(73, 133, 112, 0.75); */
    color: #FFF;

}

.eyeco_width{
    width:15%;
}
.item_name_text:hover{
    color: #E61D25;    
    text-decoration: none;
}
.invoice_text:hover{
    color:#000;    
    text-decoration: none;
}

.invoice_text{
    color :#000
}
.item_name_text{
    color: #E61D25;
    /* Paragraph/LG/Semibold */
    /* font-family: Inter; */
    /* font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%;  */
}
.price-text{
    color: var(--gray-500, #373e4d);
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 160%; /* 25.6px */
}
.body_background{
    background: #F1F3F6;
}
.customer-shadow-box{
    border-radius: 8px;
    border: 1px solid #EAECF0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}
.table-shadow-box{
    min-height: 320px;
    border-radius: 8px;
    border: 1px solid #EAECF0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
}

.order-shadow-box{
    min-height: 240px;
    border-radius: 8px;
    border: 1px solid #EAECF0;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);

}

.field_heading{
    color: var(--header-card-header-text, #1F2D3D);
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 21px */
}
/* .custom-pagination {
    display: flex;
    justify-content: center;
    margin-top: 20px; /* Adjust this value as needed to center vertically */

    .centered-pagination {
        text-align: center;
      }
      
      .red-button {
        background-color: red;
        color: white;
        border: none;
        padding: 10px 15px;
        cursor: pointer;
        border-radius: 5px;
      }
      .required {
        color: red;
    }
      
      .red-button:hover {
        background-color: darkred;
      }
      
      .red-text {
        color: red;
      }
      
  
  .red-button {
    background-color: red; /* Change button color to red */
    color: white; /* Text color on red button */
  }
  
.name_heading{
    color: #000;
    font-family: Inter;
    /* font-size: 19px; */
    /* font-style: normal; */
    font-weight: 700;
    line-height: 160%; /* 57.6px */
}
.button-container {
    display: flex;
    justify-content: flex-end;
    padding: 0px;
}
.space{
    margin-top: 20px;
}
.field_heading {
    font-weight: bold;
}

.item-list {
    display: flex;
    flex-direction: column;
}

.item-list label {
    display: flex;
    justify-content: space-between;
}

.shadow-lg {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2);
}
.salesheading,.optometristheading{
    color: #000;
    text-align: right;
    font-feature-settings: 'clig' off, 'liga' off;
    font-family: Inter;
    font-size: 17px;
    font-style: normal;
    font-weight: 300;
    line-height: 5%; 
    
}
.salesfield,.optometristfield{
    color: #000;
    font-feature-settings: 'clig' off, 'liga' off;
    /* font-family: Inter; */
    font-size: 15px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 18px */
}
/* Style for the "Create Customer +" option */
.create-customer-option {
    color: #dc3545; /* Change text color to black */
    background-color: transparent;
    text-decoration: none;
}

/* Style for the select box (you can adjust as needed) */
.select-box {
    width: 100px; /* Adjust the width as needed */
    border: 1px solid #ccc;
    padding: 5px;
    background-color: #fff;
    position: absolute;
    top: 100%; /* Position below the "Create Customer +" option */
    left: 0;
    z-index: 2; /* Ensure it appears above the dropdown */
}
/* Style for the dropdown container */

.search-container {
    position: center;
    display: inline-block;
}

/* Style for the dropdown content */
.dropdown-content {
    display: none;
    position: absolute;
    /*background-color: #f1f1f1;*/
    /*box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);*/
    /*max-height: 150px;*/
    /*overflow-y: auto;*/
    /*width: 100%;*/
    /*z-index: 1;*/
    /*top: 100%;*/
    /*padding: 7px 20px;*/
    /*left:0;*/
}

/* Style for dropdown items */
.dropdown-content .customer-link{
    padding: 12px 16px;
    text-decoration: none;
    /*background: transparent;*/
    display: flex;
    flex-direction: column;
    margin: 8px 0;
    color: black; /* Change text color to black */
    font-size: 18px; /* Increase font size */
    border-radius: 3px;
    
    
}
/* Show only the first 5 customer names in the dropdown */
.dropdown-content .customer-link:nth-child(n+6) {
    display: none;
}

/* Highlighted (selected) item */
.dropdown-content :hover {
    background-color: #ddd;
    /*margin: 8;*/
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
    /*color: black;*/
    /*height: 100vh;*/
    /*text-decoration: none;*/
    
}

/* Show the dropdown menu on focus */
.search-container:focus-within .dropdown-content {
    display: block;
    /*position: relative;*/
    /*display: inline-block;*/
}
.lense_frame_text{
    color: #000;
    font-family: Inter;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: 160%; /* 57.6px */
}
.body {
display: flex;
justify-content: center;
align-items: center;
/*width:20px;*/
/*margin: 8;*/
/*padding:10;*/
}
.buttonstyle:focus{
    color: #dc3545;

}
.buttonstyle{
    border: 2px solid #E61D25;
    background: #FFF;
    color: #E61D25;
}
.search-button{
    box-shadow: 0px 2px 4px 0px rgba(17, 38, 146, 0.25);
    display: flex;
    width: 800px;
    height: 40px;
    align-items: center;
    gap: 10px;
    flex-shrink: 0;
}
/* Remove the transparent border */
.search {
    display: flex;
    width: 700px;
    padding: 1px;
    /*height: 42px;*/
    flex-direction: column;
    justify-content: center;
    /*color: #8A92A6;*/
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    border:none;
    outline: none;
    position:center;
    height:46px;
    /*line-height: 175%;*/
    
}
.space{
    padding: 7px;
    display: flex;
    align-items: flex-start;
}
.customer-link {
    padding: 8px ;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    color: black; /* Change text color to black */
    font-size: 16px; /* Increase font size */
    border-radius: 1px;
    transition: background-color 0.3s; 
}

/* Highlighted (selected) item */
.customer-link:hover {
    background-color: #ddd;
    margin: 3;
    display: flex;
    justify-content: center;
    /*align-items: center;*/
    color: black;
    /*height: 100vh;*/
    text-decoration: none;
}

.btn:focus,
.btn:active {
    outline: none;
    box-shadow: none;
}

/* Style for the "Create Customer +" option */
.create-customer-option:hover{
    color: #dc3545;
    background-color: #ddd;
    text-decoration: none;
}
.page_background{
    background: #F1F3F6 !important;
}