@import url('https://fonts.googleapis.com/css2?family=Anton&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');

/* Works on Firefox */
* {
  scrollbar-width: thin;
  scrollbar-color: #2d73ff transparent;
}

/* Works on Chrome, Edge, and Safari */
*::-webkit-scrollbar {
  width: 7px;
}

*::-webkit-scrollbar-track {
  background: transparent;
}

*::-webkit-scrollbar-thumb {
  background-color: #2d73ff;
  border-radius: 20px;
  border: 3px solid #2d73ff;
}

body{
    font-family: 'Inter';
    margin: 0;
    padding: 0;
    background-color: #f1f1f1;
}
  .nicotine-bar {
            width:98%; background:#101010; color:#fff;
            text-align:center; padding:10px 3px 9px 3px;
            font-size:0.9em; font-weight:600; letter-spacing:0.01em;
        }

.navLogo{
    width: 75px;
}
.ezVapeFlavourTitles{
    color:rgb(243, 28, 28);
}
.actualFlavoursA{
    margin:5px;
    border: 1.5px solid rgb(224, 221, 221);
    background-color: white;
    color: black;
    padding: 9px 12px 9px 12px;
    box-shadow: rgb(23 32 38 / 7%) 0px 1px 1px 0px, rgb(23 32 38 / 6%) 0px 2px 1px -1px, rgb(23 32 38 / 10%) 0px 1px 3px 0px;;

    border-radius: 10px;
}
.flavMenuDivider{
    height: 1px;
    background-color: rgba(255, 0, 0, 0.353);
    border-radius: 100;
    width: 20%;
   
}

.flavoursDIV{
   
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    width: 80%;

}

.graphLoss{
    color:red;
    font-size:0.9rem;
    padding-left: 5px;
    width: auto;
}
.graphWin{
    color:rgb(35, 205, 67);
    font-size:0.9rem;
    padding-left: 5px;
}

.loginForm{
    width:350px;
    height: auto;
    background-color: white;
    border-top: 0.5px solid rgb(226, 226, 226);
    border-right: 0.5px solid rgb(226, 226, 226);
    border-left: 0.5px solid rgb(226, 226, 226);
    border-bottom: 2px solid #2d73ff;
    border-radius: 10px;
    align-items: center;
    justify-content: space-around;
    padding: 18px;
    box-shadow: rgb(23 32 38 / 9%) 0px 1px 1px 0px, rgb(23 32 38 / 8%) 0px 2px 1px -1px, rgb(23 32 38 / 12%) 0px 1px 3px 0px;;
    display: flex;
    flex-direction: column;
   
}
.flexMid{
    display: flex;
    align-items: center;
    justify-content: center;
   
    width: 100%;
}

.logoLogin{
    width: 100px;
}
.mainDivFlavMenuMain{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.loginFormF{
    
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto;
    
}


.displayFlex{
    display: flex;
    align-items: center;
    justify-content: center;
}
.loginInput:focus{
    width: 100%;
    outline: none;
    border: 2px solid #2d73ff;
    border-radius: 5px;
}

.loginInput{
    border:none;
    width: 100%;
    border: 2px solid #d6d6d6;
    border-radius: 5px;
    transition: border-color 0.3s ease-in-out;
}

.managerMainFlex{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left:40px;
    margin-right:40px;
    margin-top: 40px;
}
.loginBut{
    margin-top:15px;
    border-radius: 10px;
    width: 100%;
    border:none;
    border: 1px solid #aeafb1;
   
    color:#aeafb1;
}

.loginBut:hover{
    cursor: pointer;
    border-radius: 10px;
    border: 1px solid grey;
    color:black;
    
    
    transition: border-color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
}

.posParentFlex{
    flex-wrap: wrap;
    width: 100%;
    background-color: #f1f1f1;
    height: auto;
    border-radius: 25px 25px 0px 0px;
    display: flex;
    flex-direction: row;
    justify-content: center;
   
}

.boxDefault{
    box-shadow: 0rem .25rem .375rem -.125rem rgba(26, 26, 26, .2);
    border-radius: 0.75rem;
    background-color: white;
    outline: .0625rem;
}
.itemsBox{
    height: 500px;
    width: 500px;
}
.searchBarBox{
    overflow: auto;
    margin: 5px;
    display: flex;
    width: 600px;
    height: 400px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: rgb(23 32 38 / 9%) 0px 1px 1px 0px, rgb(23 32 38 / 8%) 0px 2px 1px -1px, rgb(23 32 38 / 12%) 0px 1px 3px 0px;;
}
.addProductBox{
  
    margin: 5px;
    display: flex;
    width: 700px;
    height: 400px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: rgb(23 32 38 / 9%) 0px 1px 1px 0px, rgb(23 32 38 / 8%) 0px 2px 1px -1px, rgb(23 32 38 / 12%) 0px 1px 3px 0px;;
}

.reportsButtons{
  
    margin: 5px;
    display: flex;
    width: 100px;
    height: 20px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: rgb(23 32 38 / 9%) 0px 1px 1px 0px, rgb(23 32 38 / 8%) 0px 2px 1px -1px, rgb(23 32 38 / 12%) 0px 1px 3px 0px;;
}

.reportPage{
  
    
    display: flex;
    width: auto;
    height: auto;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: rgb(23 32 38 / 9%) 0px 1px 1px 0px, rgb(23 32 38 / 8%) 0px 2px 1px -1px, rgb(23 32 38 / 12%) 0px 1px 3px 0px;;
}

.reportsHeader{
   
    font-weight: 400;
    font-size: 0.9rem;
    display: flex;
    flex-direction: row;
    border-bottom: 2px solid rgb(199, 198, 198);
}
.reportRow{
    padding-top: 5px;
    padding-bottom: 5px;
    color:#1b1b1b;
    font-weight: 400;
    font-size: 0.9rem;
    display: flex;
    flex-direction: row;  
    border-bottom: 1px solid #ececec;
}

.totalsRow{
    padding-top: 5px;
    padding-bottom: 5px;
    color:#1b1b1b;
    font-weight: 400;
    font-size: 0.9rem;
    display: flex;
    flex-direction: row;  
    background-color: #f7f6f6;
   
    border-bottom: 1px solid #ececec;
}
.easyFlex{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 30px;
}


/* Hide product list and tax details by default */
.productList, .taxDetails, .noteDetails {
    display: none;
    border-radius: 10px;
    background: #f1f1f1; /* Ensure it has some background when shown */
    padding: 10px;
    position: absolute;
    z-index: 10;
}

/* Style for the product button and note button */
.productButton, .noteButton {
    padding: 0;
    color: black;
    background-color: transparent;
    border: none;
    border-radius: 8px;
    transition: background-color 0.15s ease-in-out;
    cursor: pointer;
}

.productButton:hover, .noteButton:hover {
   
    color: #2d73ff;
    border: none;
}
.delButton{
    color: black;
    background-color: transparent;
    border: none;
    border-radius: 8px;
    transition: background-color 0.15s ease-in-out;
    cursor: pointer;

}

.delButton:hover {
   
    color: red;
    border: none;
}

.modal {
    display: none;
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}
.modal-content {
    background-color: #fff;
    margin: 15% auto;
    border-radius: 8px;
    padding: 20px;
    border: 1px solid #888;
    width: 400px;
}
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    width: 100%;
    font-weight: bold;
    display: flex;
    justify-content: right;
}
.close:hover, .close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}
.modal-buttons {
    text-align: right;
}
.btn-confirm, .btn-cancel {
    margin: 5px;
}


.labelPrint{
    display: flex;
    flex-direction: center;
    justify-content: center;
    padding-right: 5px;
    
}
.checkbox-container {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    display: inline-block;
    
}
.checkbox-container i {
    font-size: 24px;
    color: #000;
    cursor: pointer;
}
.checkbox-container i:active {
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

.checkbox-container input[type="checkbox"] {
    display: none;
}

/* Change the color of the icon when the checkbox is checked */
.checkbox-container input[type="checkbox"]:checked + label i {
    color: #2d73ff;
}
.checkbox-container-clover {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    display: inline-block;
    
}
.checkbox-container-clover i {
    font-size: 24px;
    color: #000;
    cursor: pointer;
}
.checkbox-container-clover i:active {
    font-size: 20px;
    color: #000;
    cursor: pointer;
}

.checkbox-container-clover input[type="checkbox"] {
    display: none;
}

/* Change the color of the icon when the checkbox is checked */
.checkbox-container-clover input[type="checkbox"]:checked + label i {
    color: #26a50d;
}

.editButton{
    color: black;
    background-color: transparent;
    border: none;
    border-radius: 8px;
    transition: background-color 0.15s ease-in-out;
    cursor: pointer;

}

.edit-transaction{
    color:black;

}

.edit-transaction:hover{
    
    color:#2d73ff;

}
.edit-transaction:active{
    font-size:11px;
    color:#2d73ff;

}
.tranType{
    width:100%;padding:0px 0px 20px 20px;
}

.edittransactionPencil{
    color:black;

}

.edittransactionPencil:hover{
    
    color:#ffab2d;

}
.edittransactionPencil:active{
    font-size:11px;
    color:#ffab2d;

}
.editButton:hover {
   
    color: rgb(255, 166, 0);
    border: none;
}

/* Keep the existing hover behavior for tax details */
.reportCell:hover .taxDetails {
    display: block;
}

.reportCell{
    display: flex;
    align-items: center;
    padding: 2px 10px 2px 10px;
    font-weight: 450;
    font-size: 13px;
   
}
.reportCell:active{
    
   
   
}


.reportHeaderTitles{
    font-size: 13px;
    display: flex;
    padding: 10px 10px 2px 10px;
}
.align-right{
    justify-content: right;
    text-align: right;
    align-items: center;
}

.paymentBox{
    margin: 5px;
    display: flex;
    width: 600px;
    height: auto;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    background-color: #ffffff;
    box-shadow: rgb(23 32 38 / 9%) 0px 1px 1px 0px, rgb(23 32 38 / 8%) 0px 2px 1px -1px, rgb(23 32 38 / 12%) 0px 1px 3px 0px;;
}
.result{
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    z-index: 999;
    position: absolute;
    border-radius: 10px;
    align-items: center;
}
.prodSearchResult{
    padding: 5px 20px 5px 20px;
    z-index: 100;
    width:600px;
    margin-top:10px;
    border: 2px solid #d8d8d8;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(23, 32, 38, 0.466) 0px 1px 1px 0px, rgb(23 32 38 / 20%) 0px 2px 1px -1px, rgb(23 32 38 / 18%) 0px 1px 3px 0px;;
    font-weight: 450;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: auto;
    text-decoration: none;
    color: black;
    font-size: 0.8rem;
    transition: border 0.15s ease-in-out;
}

.cusSearchResult{
    padding: 5px 20px 5px 20px;
    z-index: 100;
    width:330px;
    margin-left: 8px;
    margin-top: 5px;
    border: 2px solid #d8d8d8;
    background-color: white;
    border-radius: 10px;
    box-shadow: rgba(23, 32, 38, 0.466) 0px 1px 1px 0px, rgb(23 32 38 / 20%) 0px 2px 1px -1px, rgb(23 32 38 / 18%) 0px 1px 3px 0px;;
    font-weight: 450;
    display: flex;
    justify-content: space-around;
    align-items: center;
    height: auto;
    text-decoration: none;
    color: black;
    font-size: 0.95rem;
    text-align: center;
    transition: border 0.15s ease-in-out;
}
.custieNotes{
    white-space: pre-wrap;
    border-radius: 8px;
    border: 1px solid #cfcece;
    padding: 10px;
    font-size: 13px;
  
}

.notesNSubmit{
    display: flex;
    flex-direction: row;
    width: 510px;
    align-items: center;
}
.custieNotes:focus{
    border-radius: 8px;
    border: 1px solid #2d73ff;
    outline: #2d73ff;
    font-size: 13px;
    transition: border 0.3s ease-in-out;
    
   
}

.cusSearchResultResult{
    display: flex;
    align-items: center;
    width: 50%;
     height: 30px;
}

.cusSearchResult:hover{
    border:2px solid #2d73ff;
    text-decoration: none;
    color:black;
}




#overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
   
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Black with medium opacity */
    z-index: 999; /* Ensure it is on top of everything */
    display: none; /* Hidden by default */
}

#customer-section {
    position: relative;
    z-index: 1000; /* Ensure it is above the overlay */
}


.prodSearchResult:hover{
    text-decoration: none;
    border:2px solid #2d73ff;
}
.itemTag{
    display: flex;
    padding-right:10px;
    align-items:center;
   height: auto;
    width: 70%;
}
.priceTag{
    display: flex;
    text-align:left;

    
   
    width: 20%;
    display: flex;
    
  
    width: 30%;
    font-size:0.8rem;
}
.searchBar{
    
    padding-left: 40px; 
    column-gap: 1.25rem;
    width: 600px;
    height: 40px;
    font-size: 0.9rem;
    border-radius: 10px 10px 10px 10px;
    border: none;
    border-bottom: 1px solid #a7a7a7;
   
   
}

.searchBar:focus {
    outline: none;
    border-bottom: 1px solid #2d73ff;
    transform: border-bottom 1s ease-in-out ;
}


.titleFont{
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 0.9rem;
    color:#444444;
    padding: 15px 0px 0px 20px;
    width: 50%;
}
.titleFontX{
    font-weight: 600;
    font-size: 0.9rem;
    color:#444444;
    padding: 15px 0px 0px 20px;
    width: 50%;
    text-align: right;
    padding: 15px 20px 0px 20px;
}

.addCustie{
    font-weight: 600;
    font-size: 0.9rem;
    color:#444444;
    padding: 15px 0px 0px 20px;
    width: 50%;
    text-align: right;
    padding: 15px 20px 0px 20px;
    border: none;
    background-color: white;
    margin: 0;
    
}
.addCustie:hover{
    color: rgb(9, 207, 9);
    cursor: pointer;
    
}
.addCustie:focus{
    border: none;
    outline: none;
    
}

.basicColumnFlex{
    display: flex;
    width: 100%;
    flex-direction: column; 
}

.customerFlex{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    width: 100%;
    justify-content: center;

}

.cusColumnFlex{
    display: flex;
    width: 100%;
    flex-direction: row;
   
   
   
    
}

.hrDiv{
    width: 100%;
    padding: 0px;
    height: 1px;
    margin: 0px;

}
#custieForm{
    display: flex;
    flex-direction: column;
    flex-direction: wrap;
}

.selectStore{
    border-radius: 5px;
    padding: 6px;
    margin: 0px 20px 20px 20px;
    width: 88%;
    font-size: 14px;
    border: 1px solid #747474;
   
}

.reportsSelectStore{
    border-radius: 5px;
    padding: 6px;
    margin: 0px 20px 20px 20px;
    width: max-content;
    font-size: 14px;
    border: 1px solid #747474;
   
}

.reportsPrintSelectStore{
    border-radius: 5px;
    padding: 6px;
    
    width: auto;
    font-size: 14px;
    border: 1px solid #747474;
   
}

.cusSearchInput{
    border-radius: 5px;
    padding: 6px;
    width: 88%;
    font-size: 14px;
    margin: 0px 0px 20px 20px;
    
    border: 1px solid #747474;
   
}
.editReason{
    border-radius: 5px;
    padding: 6px;
    width: 88%;
    font-size: 14px;
    margin: 5px 0px 10px 0px ;
    
    border: 1px solid #747474;

}

.invAdjustInput, .onHandAdjustInput, .desiredAdjustInput{
    padding-right: 6px;
    border-radius: 5px;
    width: 80%;
    font-size: 13px;
    border: 1px solid #747474;
}

.discontInput{
    border-radius: 5px;
    padding: 6px;
    width: 88%;
    font-size: 14px;
    margin: 0px 6px 0px 6px;
    
    border: 1px solid #747474;
   
}

.notesInput{
    border-radius: 5px;
    padding: 6px;
    width: 88%;
    font-size: 14px;
    margin: 0px 0px 20px 20px;
    border: 1px solid #747474;
}

.managerInputs{
    border-radius: 5px;
    padding: 6px;
    width: 88%;
    font-size: 14px;
    margin: 0px 0px 20px 0px;
    border: 1px solid #747474;
}

.notesInputGreyed{
    border-radius: 5px;
    padding: 6px;
    width: 88%;
    background-color: #dbdada;
    font-size: 14px;
    margin: 0px 0px 20px 20px;
    border: 1px solid #747474;
    cursor: not-allowed
}


.cusStamps{
    border-radius: 5px;
   
    width: 88%;
    font-size: 14px;
    margin: 0px 0px 5px 20px;
   
}


.inputTitlesProducts{
    border-radius: 5px;
    padding: 0px;
    width: 88%;
    font-size: 13px;
    margin: 0px 0px 0px 20px;
}
.inputDiv{
    width: 230px;
    display:flex;
    flex-direction:column;
}


.checkMarkk{
    width: 15px;
    height: 15px;
    margin: 10px 0px 0px 20px;
    padding: 10px;
}

.posBoxes{
    width:350px;
    background-color: white;
    border-top: 0.5px solid rgb(226, 226, 226);
    border-right: 0.5px solid rgb(226, 226, 226);
    border-left: 0.5px solid rgb(226, 226, 226);
    border-radius: 10px;
    justify-content: space-around;
    box-shadow: rgb(23 32 38 / 9%) 0px 1px 1px 0px, rgb(23 32 38 / 8%) 0px 2px 1px -1px, rgb(23 32 38 / 12%) 0px 1px 3px 0px;;
    display: flex;
    margin: 5px;
    align-items:baseline;
    justify-content:space-between;
    padding:0px;
    height:auto;
    flex-direction:column;
}
.fawesome{
    margin: 5px 7px 5px 0px;
    font-size: 1.3rem;
}
.paymentBoxes{
    margin: 10px 20px 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.TitleResultDiv{
    margin: 10px 20px 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 650;
    font-size: 0.8rem;
}

.TitleProductDiv{
    margin: 10px 20px 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 650;
    font-size: 0.9rem;
}

.nameResultDiv{
    margin: 10px 25px 10px 20px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    font-weight: 450;
    font-size: 0.8rem;

}



.input-container {
    position: relative;
    display: inline-block;
    width: 600px;
}

.input-container i {
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    color: #747474;
}

.resultsTitlesDiv{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.POSButtonsdisabled{
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background-color: #444444;
    color: white;
    margin: 5px;
    font-weight: 650;
    border: 2px solid white;
    align-items: center;
    cursor: not-allowed;
    height: 70px;
    opacity: 0.75;
    font-size: 1rem;
    box-shadow: rgb(23 32 38 / 9%) 0px 1px 1px 0px, rgb(23 32 38 / 8%) 0px 2px 1px -1px, rgb(23 32 38 / 12%) 0px 1px 3px 0px;;
}

.POSButtons{
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background-color: #444444;
    color: white;
    margin: 5px;
    font-weight: 650;
    border: 2px solid white;
    align-items: center;
    cursor: pointer;
    height: 70px;
    opacity: 1;
    font-size: 1rem;
    box-shadow: rgb(23 32 38 / 9%) 0px 1px 1px 0px, rgb(23 32 38 / 8%) 0px 2px 1px -1px, rgb(23 32 38 / 12%) 0px 1px 3px 0px;;

}

.POSButtons:hover{
    opacity: 1;
    border: 1px solid grey;

}

.POSButtons:active{
    font-size: 13px;

}

.POSButtonsSubmitReason{
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background-color: #444444;
    color: white;
  margin-top:10px;
    font-weight: 650;
    border: 2px solid white;
    width: 100%;
    align-items: center;
    cursor: pointer;
    height: 40px;
    opacity: 1;
    font-size: 1rem;
    box-shadow: rgb(23 32 38 / 9%) 0px 1px 1px 0px, rgb(23 32 38 / 8%) 0px 2px 1px -1px, rgb(23 32 38 / 12%) 0px 1px 3px 0px;;

}

.POSButtonsSubmitReason:hover{
    opacity: 1;
    border: 1px solid grey;

}

.POSButtonsSubmitReason:active{
    font-size: 13px;

}

.POSButtonsCusSubmit{
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background-color: #444444;
    color: white;
    margin: 5px;
    font-weight: 650;
    border: 2px solid white;
    align-items: center;
    cursor: pointer;
    height: 70px;
    opacity: 1;
    width:100%;height:50px;
    margin-left: 17px;
    margin-right: 17px;
    font-size: 1rem;
    box-shadow: rgb(23 32 38 / 9%) 0px 1px 1px 0px, rgb(23 32 38 / 8%) 0px 2px 1px -1px, rgb(23 32 38 / 12%) 0px 1px 3px 0px;;
}

.POSButtonsCusSubmit:hover{
    opacity: 1;
    border: 1px solid grey;
    outline: none;

}

.POSButtonsCusSubmit:active{
    font-size: 13px;
    outline: none;

}

.cusPageSubmit{
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background-color: #444444;
    color: white;
 
    font-weight: 650;
    border: 2px solid white;
    align-items: center;
    cursor: pointer;
    
    opacity: 1;
    width:auto;
    height:100px;
    margin-left: 17px;
    justify-self: flex-end;
    margin-right: 10px;
    font-size: 1rem;
    box-shadow: rgb(23 32 38 / 9%) 0px 1px 1px 0px, rgb(23 32 38 / 8%) 0px 2px 1px -1px, rgb(23 32 38 / 12%) 0px 1px 3px 0px;;
}

.cusPageSubmit:hover{
    opacity: 1;
    border: 2px solid grey;
    outline: none;

}

.cusPageSubmit:active{
    font-size: 13px;
    outline: none;

}

.POSButtonsRedeemPoints{
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background-color: #8ae682;
    color: white;
    
    font-weight: 650;
    border: 2px solid white;
    align-items: center;
    cursor: pointer;
    height: 30px;
    opacity: 1;
    width:100%;
    margin-bottom: 5px;
    font-size: 0.9rem;
    box-shadow: rgb(23 32 38 / 9%) 0px 1px 1px 0px, rgb(23 32 38 / 8%) 0px 2px 1px -1px, rgb(23 32 38 / 12%) 0px 1px 3px 0px;;
}

.POSButtonsRedeemPoints:hover{
    opacity: 1;
    border: 1px solid white;
    background-color: #5eff2d;
    outline: none;
    text-decoration: none;
    color: white;

}

.POSButtonsRedeemPoints:active{
    font-size: 13px;
    outline: none;

}

.POSButtonsRedeemPointsUndo{
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background-color: #ec6262;
    color: white;
    margin-bottom: 5px;
    font-weight: 650;
    border: 2px solid white;
    align-items: center;
    cursor: pointer;
    height: 30px;
    opacity: 1;
    width:100%;
    
    font-size: 0.9rem;
    box-shadow: rgb(23 32 38 / 9%) 0px 1px 1px 0px, rgb(23 32 38 / 8%) 0px 2px 1px -1px, rgb(23 32 38 / 12%) 0px 1px 3px 0px;;
}

.POSButtonsRedeemPointsUndo:hover{
    opacity: 1;
    border: 1px solid grey;
    background-color: #fa3030;
    outline: none;
    text-decoration: none;
    color: white;

}

.POSButtonsRedeemPointsUndo:active{
    font-size: 13px;
    outline: none;

}


.signUpCustie{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-top:10px;
 
}

.POSButtonsUndo{
    text-decoration: none;
    display: flex;
    justify-content: center;
    border-radius: 10px;
    background-color: red;
    color: white;
    margin: 5px;
    font-weight: 650;
    margin-bottom: 15px;
    border: 2px solid white;
    align-items: center;
    cursor: pointer;
    height: 70px;
    width: 100%;

    height: 40px;
    opacity: 0.75;
    font-size: 1rem;
    box-shadow: rgb(23 32 38 / 9%) 0px 1px 1px 0px, rgb(23 32 38 / 8%) 0px 2px 1px -1px, rgb(23 32 38 / 12%) 0px 1px 3px 0px;;

}
.undoA{
    text-decoration:none;color:white;
}
.undoA:hover{
    text-decoration:none;color:white;
}

.POSButtonsUndo:hover{
    text-decoration: none;
    opacity: 1;
    border: 1px solid grey;

}

.POSButtonsUndo:active{
    text-decoration: none;
    font-size: 13px;

}


.posClearCartButton{
    font-size: 0.9rem;
    width:100%;
    display: flex;
    justify-content: center;
    border-radius: 8px;
    background-color: white;
    color: #444444;
    margin: 5px;
    margin-bottom:15px;
    font-weight: 650;
    height: 25px;
    
    align-items: center;
    border: 1px solid grey;
    cursor: pointer;
    opacity: 0.8;
}
.posClearCartButton:active{
    font-size: 12px;
}

.posClearCartButton:hover{
    opacity: 1;
    border: 1px solid grey;

}

.buttonsDiv{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 20px;

}

.paymentType{
    justify-content: space-between;
    flex-direction: row;
    display: flex;
    align-items: center;
    margin-top: 13px;
    width: 60%;
}

.discountType{
    justify-content: center;
    flex-direction: row;
    display: flex;
    align-items: center;
    
   
}
.flex333{
    height: auto;
    min-height: 80px;
    width: 100%;
    align-items: center;
    justify-content: space-around;
    display: flex;
    flex-direction: column;
}

.trashCan{
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    color: black;
}

.trashCan:hover{
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    color: red;
    text-decoration: none;
}

.plus{
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    color: black;
}

.plus:hover{
    display: flex;
    align-items: center;
    justify-content: space-around;
    text-align: center;
    color: rgb(9, 207, 9);
    text-decoration: none;
}

.aTag{
    color: black;
    width: 100%;
    height: 100%;
}

.aTag:hover{
    text-decoration: none;
    color: black;
}

.discountInput{
    border-radius: 5px;
    padding: 6px;
    width: 88%;
    font-size: 14px;
    margin: 0px 20px 20px 20px;
    border: 1px solid #747474;
   
}

.cashNChargeInputs{
    border-radius: 5px;
    padding: 6px;
    width: 33%;
    font-size: 14px;
    margin: 0px 20px 20px 20px;
    border: 1px solid #747474;
}
.cashNChargeInputDiv{
    padding-top: 6px;
    align-items: center;
    flex-direction: space-between;
    display: flex;

}

.cashNChargeRemainder{
    display: flex;
    border-radius: 5px;
    padding: 6px;
    width: 33%;
    font-size: 14px;
    margin: 0px 20px 20px 20px;


}
#remainder{
    margin-left: 10px;
    font-weight: 700;
}
.posClearCartButton2{
    display: flex;
    width:85%;
    font-size: 0.9rem;
    
   
    display: flex;
    justify-content: center;
    border-radius: 8px;
    background-color: white;
    color: #444444;
   
    font-weight: 650;
    height: 35px;
   
    align-items: center;
    border: 1px solid grey;
    cursor: pointer;
    opacity: 0.8;
}
.posClearCartButton2:active{
    font-size: 12px;
}

.posClearCartButton2:hover{
    opacity: 1;
    border: 1px solid grey;

}

.quickOrdMenu{
    display: flex;
    width:max-content;
    font-size: 0.9rem;
    box-shadow: rgb(23 32 38 / 9%) 0px 1px 1px 0px, rgb(23 32 38 / 8%) 0px 2px 1px -1px, rgb(23 32 38 / 12%) 0px 1px 3px 0px;;
    justify-content: center;
    border-radius: 8px;
    background-color: rgb(247, 246, 246);
    color: #9c9999;
   
    font-weight: 650;
    height: 33px;
   
    align-items: center;
    border: 1px solid grey;
    cursor: pointer;
    opacity: 0.8;
}
.quickOrdMenu:active{
    font-size: 12px;
}

.quickOrdMenu:hover{
    background-color: rgb(255, 255, 255);
    opacity: 1;
    color: #2c2c2c;
    border: 1px solid grey;

}

.discountForm{
    width:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    height:auto;
    padding: 0px 20px 0px 20px;
    
}


.container {
    display: block;
    position: relative;
    padding-left: 25px;
    margin-bottom: 12px;
    cursor: pointer;
    width: 100px;
    font-size: 12px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    display: flex;
    font-weight:500;
 
    align-items: center;
    justify-content: center;
  }
  
  /* Hide the browser's default radio button */
  .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }

  
  /* Create a custom radio button */
  .checkmark {
    position: absolute;
    top: 10;
    left: 0;
    height: 10px;
    width: 10px;
    background-color: #eee;
    border-radius: 50%;
  }
  
  /* On mouse-over, add a grey background color */
  .container:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  /* When the radio button is checked, add a blue background */
  .container input:checked ~ .checkmark {
    background-color: #2196F3;
  }
  
  /* Create the indicator (the dot/circle - hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  /* Show the indicator (dot/circle) when checked */
  .container input:checked ~ .checkmark:after {
    display: block;
  }
  
  /* Style the indicator (dot/circle) */
  .container .checkmark:after {
       top: 9px;
      left: 9px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
     
  }


.poCostSummaryParent{
    width: 100%;
    display: flex;
}
.poCostSummaryChild{
    width: 50%;
    
    padding:5px 0px 5px 20px;
}
.poCostSummaryChildR{
    padding:5px 20px 5px 0px;
    
    width: 50%;
    text-align: right;
}
.selectFlav{
    padding: 8px;
    background-color: white;
    border-radius: 100px;
    border: none;
    box-shadow: 0px 1px 1px rgba(23,32,38,0.09),
                  0px 2px 1px rgba(23,32,38,0.08),
                  0px 1px 3px rgba(23,32,38,0.12);
                  font-weight: bold;
      font-size: 12px;  
      color: #333;
}
.prodMainBox{
    margin-top:10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 370px;
    background-color: white;
    border: 1px solid #ddd;
    padding: 30px;
    border-radius: 20px;
    box-shadow: 0px 1px 1px rgba(23,32,38,0.09),
                  0px 2px 1px rgba(23,32,38,0.08),
                  0px 1px 3px rgba(23,32,38,0.12);
}



.prodDivs{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
.prodMainBoxInfo{
    display: flex;
    flex-direction: row;
    height: 100%;
    width: 100%;
}
.prodImg{
    width:300px;
    border-radius: 5px;
}
.mentholBox{
    font-size: 80px;
    width: 80px;
    color: #2196F3;
    
}
.prodMainBoxInfoBox{
    padding-left: 20px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.clickRow{
    background-color: white;
}

.clickRow:hover{
    background-color: #f8f8f8;
    transition: background-color 0.4s ease-in-out;

}