/* =================================================================== 
 *
 *
 *  TOC:
 *  01. webfonts and iconfonts
 *  02. base style overrides
 *  03. typography & general theme styles
 *  04. preloader 
 *  05. forms
 *  06. buttons
 *  07. other components
 *  08. common and reusable styles
 *  09. header styles
 *  10. main content wrap
 *  11. intro
 *  12. features
 *  13. infos
 *  14. stats
 *  15. pricing
 *  16. testimonials
 *  17. download
 *  18. subscribe
 *  19. footer
 *
 * =================================================================== */


/* ===================================================================
 * 01. webfonts and iconfonts - (_document-setup.scss)
 *
 * ------------------------------------------------------------------- */
@import url("fonts.css");
@import url("font-awesome/css/font-awesome.min.css");
@import url("nova/nova.css");


/* body, html {
  
} */
body {
    background-color: #161A21;
    
}
.InventoryWindow{
    background-color: #33b5e5;
    width: 100%;
    height: 100%;
}
* {
  box-sizing: border-box;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

[class*="col-"] {
  float: left;
  padding: 15px;
}

html {
  font-family: "Lucida Sans", sans-serif;
}


.Title{
  color: #636B74;
  text-align: center;
  font-size: xx-large;
  font-weight: bold;
}
.LocationTitle{
  color: #33b5e5;
  font-size: x-large;
  font-weight: bold;
  margin-bottom: 10px;
}

.settingsImg {
    width: 15px; /* Adjust percentage as needed */
    height: 15px; /* Adjust percentage as needed */
    filter: invert(1);
}


.sortIcon{
    max-width: 60%;
    max-height: 60%;
    filter: invert(1);
}
.LogoTH {
    width: 20%;

}
.TitleTH {
    width: 80%;

}


.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}





.LocationSelect {
  padding: 8px 8px 12px 8px; 
  margin-top: 8px;
  /* margin-top: 8px;
  border-radius: 8px;
  margin: 20px 10px 0 10px; */
  background-color: #f9f9f9;
  /* border: 1px solid #22262A; */
  
  


}  
.LocationSub {
    
    padding: 8px 8px 8px 8px;
    /* margin: 10px 0 0 0;
	border-radius: 8px; */
    background-color: #161A21;
    color: #191C1E;

    align-content: center;
}

.LocationNameSpan{
    font-size: 20px;
  font-weight: 400;
  color: #1D2022;
  text-decoration-line: underline;
  text-decoration-color: #53AEA6;
  text-decoration-thickness: 3px;
}

.LocationNameSettings{
    color: #1D2022;
    font-size: 16px;
    font-weight: 100;
}
.Location-Disabled-Msg{
    color: #1D2022;
    font-size: 16px;
    font-weight: 400;
    text-decoration-line: underline;
  text-decoration-color: red;
  text-decoration-thickness: 3px;
}




.AccountSelect {
  padding: 8px 8px 12px 8px;

  /* border-radius: 8px;
  margin: 20px 10px 0 10px;
  margin-top: 8px; */
  margin-top: 8px;
  background-color: #153143;
  /* border: 1px solid #E3E5E8; */
  color: #FAFAFB;
  border: 1px solid #E86F0D;



}  
.AccountSub {
/*     
	margin: 10px 0 0 0;
	border-radius: 8px; */

    padding: 8px 8px 8px 8px;
    background-color: #f9f9f9;
    color: #191C1E;
    align-content: center;
	
}
.CompanyNameSpan{
    font-size: 20px;
  font-weight: 400;
  text-decoration-line: underline;
  text-decoration-color: #E86F0D;
  text-decoration-thickness: 3px;
}

.CompanyNameSettings{
font-size: 16px;
  font-weight: 100;
}









.aside {
  background-color: #33b5e5;
  padding: 15px;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
}

.footer {
  background-color: #0099cc;
  color: #ffffff;
  text-align: center;
  font-size: 12px;
  padding: 15px;
}

/* For mobile phones: */
[class*="col-"] {
  width: 100%;
}


/* CSS */

.button-1 {
  background-color: #e1ecf4;
  border-radius: 3px;
  border: 1px solid #7aa7c7;
  box-shadow: rgba(255, 255, 255, .7) 0 1px 0 0 inset;
  box-sizing: border-box;
  color: #39739d;
  cursor: pointer;
  display: inline-block;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.15385;
  margin: 0;
  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
}



.button-1:hover,
.button-1:focus {
  background-color: #b3d3ea;
  color: #2c5777;
}


.button-1:focus {
  box-shadow: 0 0 0 4px rgba(0, 149, 255, .15);
}

.button-8:active,
.button-1:active {
  background-color: #a0c7e4;
  box-shadow: none;
  color: #2c5777;
}


.button-8 {
  background-color: #54AEA6;
  border-radius: 6px;
  border: 1px solid #54AEA6;
  color: #ffffff;
  cursor: pointer;
  display: inline;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15385;

  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  box-shadow: none;

}


.button-8:hover,
.button-8:focus {
  background-color: #418983;
}



.button-8:active {
  background-color: #418983;
  box-shadow: none;

}




.ButtonTable{
    width:100%;
    align-items: center;
    align-content: center;
}


/* The Modal (background) */
.InventoryModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Maximum height to prevent bleeding out of the viewport */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
  overflow-y: hidden;
}

/* Modal Content */
.InventoryModal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  width: 100%;
  height: 100%; /* Maximum height to prevent bleeding out of the viewport */
  overflow-y: auto; /* Enable vertical scrolling */
}



.modalLocationTitle {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 10px;
    color: #153143;
    font-size: x-large;
    font-weight: bold;

}
.inventoryAmountContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 10px;
    color: black;


}

/* The Close Button */
.close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
/* The Save Button */
.saveButtonSpan {
  color: #aaaaaa;
  float: center;
  max-width: fit-content;
  margin-left: auto;
  margin-right: auto;
  
}
/* Inventory change buttons */

/* .InventoryChangeOptions {
    margin-top: 30px;
    margin-bottom: 90px;
    float: right;
    display: flex;

} */
.InventoryChangeOptions{
	position:fixed;
	width:auto;
    display: flex;
	bottom:40px;
	right:40px;
    z-index: 100;
	
}

.addInventoryButton {
  border-radius: 70%;
  background-color: #48abe0;
  color: white;
  border: none;
  padding: 5px;
  font-size: 31px;
  height:50px;
  width: 50px;
  box-shadow: 0 2px 4px darkslategray;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-left: 5px;
  margin-right: 5px;
}

.addInventoryButton:hover {
 background-color: #65b9e6;
}

.addInventoryButton:active {
  box-shadow: 0 0 2px darkslategray;
  transform: translateY(2px);
}

.removeInventoryButton {
    border-radius: 70%;
  background-color: #48e05f;
  color: white;
  border: none;
  padding: 5px;
  font-size: 31px;
  height:50px;
  width: 50px;
  box-shadow: 0 2px 4px #2e903d;
  cursor: pointer;
  transition: all 0.2s ease;
  margin-left: 5px;
  margin-right: 5px;
}

.removeInventoryButton:hover {
 background-color: #70ed82;
}

.removeInventoryButton:active {
  box-shadow: 0 0 2px #34a445;
  transform: translateY(2px);

  
}
.editInventoryButton {
    border-radius: 70%;
    background-color: #9b48e0;
    color: white;
    border: none;
    padding: 5px;
    font-size: 31px;
    height:50px;
    width: 50px;
    box-shadow: 0 2px 4px #6c319b;
    cursor: pointer;
    transition: all 0.2s ease;
    margin-left: 5px;
    margin-right: 5px;
    
}

.editInventoryButton:hover {
 background-color: #b766fa;
}

.editInventoryButton:active {
  box-shadow: 0 0 2px #6a3198;
  transform: translateY(2px);
}
/* .removeItemButton {
    display: none;
} */

#inventoryItemsContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
}

.inventoryItem {
    display: flex;
    align-items: center; /* This will vertically center all children including the icon */
    flex-direction: row; /* Aligns children (inputs) in a row */
    justify-content: space-between; /* Distributes space between inputs */
    width: 100%; /* Full width to utilize maximum space */
    box-sizing: border-box;
    padding:12px;
    background-color: #F9F9F9;
    border-radius: 8px;
    border: 1px solid #153143;
    margin-bottom:5px;
}

.inventoryItem:nth-child(even) {
    background-color: #153143;
}

.InventoryHeader {
    display: flex;
    align-items: center; /* This will vertically center all children including the icon */
    flex-direction: row; /* Aligns children (inputs) in a row */
    justify-content: space-between; /* Distributes space between inputs */
    width: 100%; /* Full width to utilize maximum space */
    box-sizing: border-box;
    padding: 10px;

}
.InventoryHeader div{
    text-align: center;

}

.inventory-input {
    flex: 1; /* Allows inputs to grow and fill the space equally */
    margin: 5px; /* Adds space between inputs */
    padding: 8px; /* Padding for better touch interaction */
    min-width: 0; /* Prevents flex items from growing beyond their container */
    box-sizing: border-box; /* Include padding in width calculation */
}
#numInventoriesInput{
    width: 50px;
}

@media (max-width: 360px) {
    .inventory-input {
        padding: 6px; /* Slightly reduce padding */
        margin: 3px; /* Reduce margin */
    }
}
.sortable-placeholder {
    width: 100%;
    height: 10px;
    border-top: 5px solid #ccc;  /* Adjust size as necessary */
    border-bottom: 5px solid transparent;  /* Adjust size as necessary */
    border-right: 5px solid #ccc;  /* Right arrow with color #  
    margin-right: 10px; /* Space between arrow and item */
    float: left; /* Ensure it floats to the left of the item */
}

.sortable-icon {
    display: inline-block;
    font-size: 16px;  /* Adjust font size as needed */
    font-weight:bolders;
    color: #666;      /* Set a suitable color for visibility */
    margin-right: 5px; /* Space between the icon and the text */
    vertical-align: middle; /* Aligns the icon vertically with adjacent text */
    line-height: normal; /* Adjust line height to match the height of the container or text */
}
/* Existing styles */
#shoppingListInput {
    width: 100%;
    height: 500px; /* Adjust height as needed */
    margin-top: 20px;
    font-size: 16px; /* Default font size for larger screens */
    border-radius: 8px;
    border: 1px solid #153143;
}

/* Responsive styles for mobile devices */
@media (max-width: 768px) {
    #shoppingListInput {
        font-size: 18px; /* Larger font size for better readability on mobile */
    }
}
#shoppingListModal h2 {
    display: none;
}

    .name { color: red; }
    .quantity { color: blue; }
    .cost { color: green; }

.invTH {
    
    align-content:center;
}

.InventoryModal-content table {
        margin: auto;
        width: 100%;
        border-collapse: collapse;
        border: 1px solid #153143;
        background-color: #f9f9f9;
        border-radius: 8px;
    }

    .InventoryModal-content table tr{
        border-radius: 8px;
    }

    .InventoryModal-content table td, .InventoryModal-content table th {
        text-align: center;
        vertical-align: middle;
        padding: 12px;
        border: 1px solid #153143;

        

    }

    /* .InventoryModal-content table th {
        background-color: #e8e8e8;
        font-weight: bold;
    }

    .InventoryModal-content table tr:hover {
        background-color: #f1f1f1;
    } */

    #inventoryItemsContainer .inventoryItem input[type='number'] , #itemTypeHeader{
        flex: 0 0 50px; /* Adjust width as needed to fit 4 characters */
    }

    #inventoryItemsContainer .inventoryItem input[type='text']:last-child , #itemQuantityHeader{
        flex: 0 0 75px; /* Adjust width as needed to fit 10 characters */
    }

    #inventoryItemsContainer .inventoryItem input[type='text']:first-child, #itemNameHeader{
        flex: 1; /* Takes the remaining space */
    }







/* The Modal (background) */
.PasscodeModal {
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; 
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */

}

/* Modal Content */
.PasscodeModal-content {
  background-color: #161A21;
  margin: auto;
  padding: 10px;
  width: 100%;
  height: 100%; /* Maximum height to prevent bleeding out of the viewport */
  overflow-y: auto; /* Enable vertical scrolling */

  display: flex;
  flex-direction: column;
  align-items: center; /* Centers children horizontally in the flex container */
  justify-content: center; /* Centers children vertically in the flex container */
  text-align: center; /* Ensures text within children is centered */

}
.PasscodeModal-content .LocationTitle{
    width: 100%; /* Take full width to maintain center alignment */
    text-align: center; /* Center the text inside LocationTitle */
}



/* The Modal (background) */
.UsersModal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100vh; /* Maximum height to prevent bleeding out of the viewport */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.UsersModal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  width: 100%;
  height: 100vh; /* Maximum height to prevent bleeding out of the viewport */
  overflow-y: auto; /* Enable vertical scrolling */
}
/* Modal Content */


.userManageButtons{
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    align-items: center; /* Centers content horizontally */
    justify-content: center; /* Centers content vertically */
    width: 100%; /* Takes full width of its parent */
}
.userManageButtonsContainer{
    width:50%;
    display: inline-block;
    align-content: center;
    justify-content: center;
    text-align:center

}


.inventory-input, .removeUserButton {
    flex: 1; /* Adjust flex-grow as needed to match design */
    margin: 0 5px; /* Provide spacing between fields */
}
.removeUserButton {
    flex: 0 0 auto; /* Do not grow or shrink, use auto width */
    width: 100px; /* Adjust based on desired width */
    padding: 8px 10px; /* Optional for better button sizing */
}
.UsersModal-content table td {
    text-align: center; /* Centers text horizontally */
    vertical-align: middle; /* Centers text vertically */
    padding: 12px; /* Adjust padding as needed */
}
/* Ensure the UsersModal content is scrollable and fits the screen */
.UsersModal-content {
    width: 100%;
    overflow-y: auto; /* Enable vertical scrolling */
}

/* Responsive table styles */
.UsersModal-content table {
    width: 100%;
    table-layout: fixed; /* Helps in handling overflow text */
}

.UsersModal-content table, .UsersModal-content th, .UsersModal-content td {
    text-align: center;
    padding: 8px; /* Adjust padding for better touch interaction */
}

/* Adjust input fields to be more mobile-friendly */
.UsersModal-content input[type='text'], .UsersModal-content input[type='number'] {
    width: 90%; /* Reduce width to fit mobile screens */
    padding: 10px; /* Larger padding for easier interaction */
}

/* Responsive adjustments for smaller screens */
@media (max-width: 600px) {
    .UsersModal-content th, .UsersModal-content td {
        padding: 6px; /* Smaller padding on smaller screens */
    }

    .UsersModal-content input[type='text'], .UsersModal-content input[type='number'] {
        font-size: 16px; /* Larger font size for better readability */
    }
}
.addInventoryHistoryButton, .removeInventoryHistoryButton {
    
    color: black;
    border: none;
    font-size: 50px; /* Large font size for visibility */
    text-align: center; /* Center the '+' or '-' sign */
    cursor: pointer; /* Pointer cursor on hover */
    display: inline-block; /* Align buttons in line */


}

.addInventoryHistoryButton:hover, .removeInventoryHistoryButton:hover {
        color: #5cbf2a; /* Change color on hover */
}
.historySettingsAdjuster {
    display: flex;
    flex-direction: row; /* Stack children vertically */
    align-items: center; /* Center-align items horizontally in the container */
    justify-content: center; /* Center-align items vertically in the container */
    width: 100%; /* Set a height, or it defaults to content height */
    text-align: center; /* Ensures that the text within any child elements is also centered */
}
.passwordDigitInput {
    width: 1ch;  /* ch unit represents the width of the character "0" */
    text-align: center;
    margin: 5px; /* Adjust spacing between inputs */
    display: inline-block; /* Align inputs in a row */
	border:0px solid black;
}

#companyID {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    font-size:20px;
    height: 30px;
}

.login-form {
    width: auto; /* Fixed width */
    margin: 30px auto; /* Top and bottom margin with auto horizontal margins for centering */
    padding: 20px;
    /* border: 1px solid #153143; */
    background: #E2E5E7;
    color:#636B74;
    border-radius: 8px;
}

#passCodeInput1, #passCodeInput2, #passCodeInput3, #passCodeInput4 {
    width: 5ch;  /* ch unit represents the width of the character "0" */
    text-align: center;
    padding: 10px;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
    font-size:20px;
    -webkit-text-security: circle;
}




.settingItem:nth-child(even) {
    background-color: #153143;
    color:#FEFEFE;
}



.settingItem{
    border: 1px solid #153143;
    padding: 6px;
    margin-bottom: 5px;
    width: 100%; 
    border-radius: 8px;
}

#daySettingContainer{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;

}

#daySettingContainer .DayInputs{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}
#daySettingContainer input{
    width:6ch;
    text-align: center;
    
}
#daySettingContainer input{
    width:6ch;
    text-align: center;
    
}
#daySettingContainer label{
    font-size: 12px;
}
#daySettingContainer input::-webkit-outer-spin-button,
#daySettingContainer input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}


#lastSettingsRow .col{
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
}

.byCaseCheckbox{
    width: 20px;
    height: 20px;
    margin-right:5px;
    border: 1px solid #153143;
}

.form-floating .PermissionInputs{
    width:10ch;
}

.form-floating input[name=itemCost]{
    width:10ch;
}


.HistoryTable tr:nth-child(even){
    background-color: #153143;
    color:#F9F9F9;
    border: 1px solid #F9F9F9;
}



.userItem .col{
    
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px;
} 



.userItem:nth-child(even) {
    background-color: #153143;
}
.userItem{
    border: 1px solid #153143;
    padding: 6px;
    margin-bottom: 5px;
    border-radius: 8px;
}
.locationItem:nth-child(even) {
    background-color: #153143;
    color: #FEFEFE;
}
.locationItem{
    border: 1px solid #153143;
    padding: 6px;
    margin-bottom: 5px;
    border-radius: 8px;
}

#UsersItemsContainer{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;

}

#UsersItemsContainer input{
    margin-bottom: 10px;

}


#UsersItemsContainer .PermissionInputs{
    width:15ch;
    text-align: center;
    
}
#UsersItemsContainer input[type='number']::-webkit-outer-spin-button,
#UsersItemsContainer input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}





.WelcomeTitle{
  color: #33b5e5;
  font-size: x-large;
  font-weight: bold;
  margin-bottom: 5px;
  display: block;

}

.LogoutButton {
  background-color: white;
  border-radius: 6px;
  border: 1px solid #1B76D0;

  color: #1B76D0;
  cursor: pointer;
  display: inline;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15385;
  margin-left: 10px;
  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;

}


.LogoutButton:hover,
.LogoutButton:focus {
  background-color: #D6E8FB;
}



.LogoutButton:active {
  background-color: #92c2f1;
  box-shadow: none;

}



.SupportButton {
  background-color: #54AEA6;
  border-radius: 6px;
  border: 1px solid #54AEA6;

  color: white;
  cursor: pointer;
  display: inline;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15385;
  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
 
}


.SupportButton:hover,
.SupportButton:focus {
  background-color: #418983;
}



.SupportButton:active {
  background-color: #418983;

}
#CopySettingsLocationsContainer{

    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 20px;

}
.copytospan{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background-color: rgb(231, 231, 231);
    margin-top: 20px;
    margin-bottom: 50px;
    padding:10px;
}

.locationPickerCopySettings{
    background-color: white;
}
.header {
  background-color: #ffffff;
  color: #636B74;
  text-align: center;
  border-top:3px solid #54AEA6;
  border-bottom: 1px solid #D6D9DC;
  height:60px;
  object-fit: contain;
}

    
.Logo {
    height:100%;
    vertical-align: middle;

}

.LogoFont{
    height:80%;
    margin-left:5px;
    vertical-align: middle;
    overflow:hidden;

}

.logoContainer{
    overflow:hidden;
    height:100%;
    margin-left:10px;
    padding: 10px 0 10px 0;
    float:left;


}

.LogedUserContainer{
    overflow:hidden;
    height:100%;
    margin-right:10px;
    padding: 10px 0 10px 0;
    float:right;
    align-items: center;
    text-overflow: ellipsis;


}
.welcomeUser{
  color: #636B74;
  font-size: 15px;
  vertical-align: middle;
  display:inline-block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  max-width: 150px;

}
.LogOutButton , .SupportButton{
    vertical-align: middle;
}
@media screen and (max-width: 480px) {

.LogoFont {
  display: none
}

}

.loginLogoContainer{
    height:200px;
    width: 100%;
}
.loginLogo {
    height:100%;
    display:inline-block;

}

.loginLogoFont{
    height:40px;
    margin-left:5px;
    padding-top:10px;

    display:inline-block;

}



#submitLogin,  .SubscribeButton{
  background-color: #54AEA6; 
  border-radius: 6px;
  border: 1px solid #54AEA6;
  /* 54AEA6 */
  color: white;
  cursor: pointer;
  display:block;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 14px;
  width:100%;
  font-weight: 400;
  line-height: 1.15385;
  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;

 
}
#submitLogin:hover,
#submitLogin:focus,
.SubscribeButton:hover,
.SubscribeButton:focus {
  background-color: #418983;
}

#submitLogin:active,
.SubscribeButton:actives {
  background-color: #31635f;

}

.blueLinks{
color:#54AEA6;
text-decoration: none;
font-weight: 700;
cursor: pointer;

}
.blueLinks:hover,
.blueLinks:focus {
  color: #418983;
  cursor: pointer;
}

.blueLinks:active {
  color: #31635f;
  cursor: pointer;

}

.blueLinksCancel{
color:#54AEA6;
text-decoration: none;
font-weight: 0;
font-size: 14px;
border: 0px solid black;
background:none;

}
.blueLinksCancel:hover,
.blueLinksCancel:focus {
    color: #418983;
    text-decoration: underline;
    text-decoration-color: #418983;
}

.blueLinksCancel:active {
  color: #31635f;

}

.AccountOptionButtons {
  background-color: #E86F0D;
  border-radius: 6px;
  border: none;
  color: #ffffff;
  cursor: pointer;
  display: inline;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15385;

  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  box-shadow: none;

}


.AccountOptionButtons:hover,
.AccountOptionButtons:focus {
  background-color: #C4600D;
}



.AccountOptionButtons:active {
  background-color: #C4600D;
  box-shadow: none;

}

.LocationOptionButtons {
  background-color: #54AEA6;
  border-radius: 6px;
  border: 1px solid #54AEA6;
  color: #ffffff;
  cursor: pointer;
  display: inline;
  font-family: -apple-system,system-ui,"Segoe UI","Liberation Sans",sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.15385;

  outline: none;
  padding: 8px .8em;
  position: relative;
  text-align: center;
  text-decoration: none;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  vertical-align: baseline;
  white-space: nowrap;
  box-shadow: none;

}


.LocationOptionButtons:hover,
.LocationOptionButtons:focus {
  background-color: #418983;
}



.LocationOptionButtons:active {
  background-color: #418983;
  box-shadow: none;

}
.LocationOptionButtons:disabled {
    background-color: #a5a5a5;
  border-radius: 6px;
  border: 1px solid #a5a5a5;
  color: black;

}
.LocationOptionButtons:disabled .settingsImg{
    filter: invert(0);
}

.userNameName{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 10px;
}
@media screen and (max-width: 300px) {

.WelcomeWord {
  display: none;
}
}

#addLocationButton:disabled{
    background-color: #9b9b9b;
    color: #808080;
    cursor: not-allowed;
}
#saveLocationSettingsButton:disabled{
    background-color: #9b9b9b;
    color: #808080;
    cursor: not-allowed;
}


.hidden {
  display: none;
}

#payment-message {
  color: rgb(105, 115, 134);
  font-size: 16px;
  line-height: 20px;
  padding-top: 12px;
  text-align: center;
}

#payment-element {
  margin-bottom: 24px;
}

/* Buttons and links */
.submitPayment {
  background: #54AEA6;
  font-family: Arial, sans-serif;
  color: #ffffff;
  border-radius: 4px;
  border: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  display: block;
  transition: all 0.2s ease;
  box-shadow: 0px 4px 5.5px 0px rgba(0, 0, 0, 0.07);
  width: 100%;
}
.submitPayment:hover {
  filter: contrast(115%);
}
.submitPayment:disabled {
  opacity: 0.5;
  cursor: default;
}

/* spinner/processing state, errors */
.spinner,
.spinner:before,
.spinner:after {
  border-radius: 50%;
}
.spinner {
  color: #ffffff;
  font-size: 22px;
  text-indent: -99999px;
  margin: 0px auto;
  position: relative;
  width: 20px;
  height: 20px;
  box-shadow: inset 0 0 0 2px;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
}
.spinner:before,
.spinner:after {
  position: absolute;
  content: "";
}
.spinner:before {
  width: 10.4px;
  height: 20.4px;
  background: #5469d4;
  border-radius: 20.4px 0 0 20.4px;
  top: -0.2px;
  left: -0.2px;
  -webkit-transform-origin: 10.4px 10.2px;
  transform-origin: 10.4px 10.2px;
  -webkit-animation: loading 2s infinite ease 1.5s;
  animation: loading 2s infinite ease 1.5s;
}
.spinner:after {
  width: 10.4px;
  height: 10.2px;
  background: #5469d4;
  border-radius: 0 10.2px 10.2px 0;
  top: -0.1px;
  left: 10.2px;
  -webkit-transform-origin: 0px 10.2px;
  transform-origin: 0px 10.2px;
  -webkit-animation: loading 2s infinite ease;
  animation: loading 2s infinite ease;
}

@-webkit-keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes loading {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* @media only screen and (max-width: 600px) {
  form {
    width: 80vw;
    min-width: initial;
  }
} */
.PaymentModal{
    z-index: 2;
}
.PaymentModal-content,
.SubscriptionModal-content {
  background-color: #fefefe;
  margin: auto;
  padding: 10px;
  width: 100%;
  height: 100vh; /* Maximum height to prevent bleeding out of the viewport */
  overflow-y: auto; /* Enable vertical scrolling */

}

#payment-form1{
    width:50%;
    padding:10px 10px 10px 10px;
}
.payment-form {
  width: 100%;
  /* min-width: 500px; */
  align-self: center;
  border: 1px solid #153143;
  box-shadow: 0px 0px 0px 0.5px rgba(50, 50, 93, 0.1),
    0px 2px 5px 0px rgba(50, 50, 93, 0.1), 0px 1px 1.5px 0px rgba(0, 0, 0, 0.07);
  border-radius: 8px;
  padding: 10px 0px 50px 0px;
  

}
#PurchaseInfo{
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #153143;

}


.NavContainer{

    width:100%;
    display: flex;
  justify-content: center;
  align-content: center;
 


}
#ex2-content{
    width:40%;
    
}
.sectionPricing{
    width:100%;
}
 .ContentContainer{

    width:100%;
    display: flex;
  justify-content: center;
  align-content: center;


}
.tab-content {
  width:50%
}
#ex1{
    width:30%  ;
    display: flex;
  justify-content: center;
  align-content: center;
    
}
.nav-tabs{
    width:100%;
}
#StripeAutoGenerate{
    width: 60%;
}
@media screen and (max-width: 480px) {

    #ex1{
        width:100%  
        
    }
    #ex2-content{
        width:90%;
        
    }
    #StripeAutoGenerate{
        width: 90%;
    }
    #payment-form1{
    width:90%;

}
}
.pricing-box {
  -webkit-box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 5px 30px -10px rgba(0, 0, 0, 0.1);
  padding: 35px 50px;
  border-radius: 20px;
  position: relative;
  border: 1px solid #153143;
}

.pricing-box .plan {
  font-size: 34px;
}

.pricing-badge {
  position: absolute;
  top: 0;
  z-index: 999;
  right: 0;
  width: 100%;
  display: block;
  font-size: 15px;
  padding: 0;
  overflow: hidden;
  height: 100px;
}

.pricing-badge .badge {
  float: right;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  right: -67px;
  top: 17px;
  position: relative;
  text-align: center;
  width: 200px;
  font-size: 13px;
  margin: 0;
  padding: 7px 10px;
  font-weight: 500;
  color: #ffffff;
  background: #54AEA6;
}
.mb-2, .my-2 {
    margin-bottom: .5rem!important;
}
p {
    line-height: 1.7;
}
.MainSubscriptionText{
    color:#54AEA6;
}

#InfoPlanSelected{
    margin-top: 20px;
}
#InfoDueToday{
    margin-top: 40px;
    text-decoration-line: underline;
    text-decoration-color: #53AEA6;
    text-decoration-thickness: 2px;
}

#SubscriptionModalItemsContainer{
    width:100%;

    

}
#subManageContainer{
    width:500px;
    border:1px solid #153143;
    border-radius: 8px;
    padding: 30px;

}

@media screen and (max-width: 700px) {
    
    #subManageContainer{
    width:95%;


        }
    .popover{
    --bs-popover-max-width: 90%;
    }

}

.SubManagementTitle {
  padding: 10px 10px 10px 10px;
  background-color: #153143;
  border: 1px solid #E3E5E8;
  border-radius: 8px;
  color: #FAFAFB;



}  
.info-icon{
    width:25px;
    height:25px;
}

.popover-header {
    color: #FAFAFB;
    font-size: 16px;
    background:#54AEA6;
    font-weight:600;
    text-align: center;
}
.popover-body {
    color: #153143;
    font-size: 16px;
    background:#FAFAFB;
    border-radius: 8px;
    margin-top:5px; 
}
.popover{
    border:1px solid #FAFAFB;
    background:#54AEA6;
    padding:2px;
    --bs-popover-border-color: var(--bs-border-color-white);
    --bs-popover-arrow-width: 0rem;
    --bs-popover-arrow-height: 0rem;
    --bs-popover-arrow-border: var(--bs-popover-border-color);
    --bs-popover-max-width: 100%;
}

#shoppingListTable input[type=checkbox] {
    transform: scale(2.5);
}
#shoppingListTable, #shoppingListTable tr, #shoppingListTable td{
    border: 1px inset black;
    border-collapse: collapse;
    border-spacing: 0;
}
#shoppingListTable{

    font-size: 14px;


}

.ShopListTableLocationName td{
    font-weight: 800;
    font-size: 16px;
}
.ShopListTableTitles td{
    font-weight: 600;
    font-size: 15px;
}
#shoppingListTable .ShopListTableEmptyRow:first-child{
    border-top-style: hidden!important;

}

#ShoppingListPrint{
    margin-left:10px;
}
.SortableIconCentered{
    position:inherit;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


button:disabled{
    background-color: #a5a5a5;
    color: black;
}

.searchBarContainer{
    margin: 20px 0px 20px 0px;
}
.ItemSettingsSearchBarFloatingContainer{
    width:50%
}
@media screen and (max-width: 480px) {
    .ItemSettingsSearchBarFloatingContainer{
    width:90%
} 


}


#GenerateListButton{
  margin-right: 10px;
}

.DaySelectorContainer{
  width: 100px;
}


.InventoryQuantityInput{
  border: 1px solid #153143;
}






/* 54AEA6 418983 418983 */
/* submitLogin */
