.loyalty-products-page .MuiTable-root .MuiFormControl-root.MuiTextField-root{
    width: 100%;
}

.tabs-container {
  display: flex;
  gap: 5rem;
  margin-top: 3rem;
}

.button {
  border-radius: 5px;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 2rem;
}

.button:hover {
  background-color: rgb(197, 197, 197);
}

.button.active {
  background-color: rgb(197, 197, 197);
}
.customer-row {
  display: flex;
  gap: 3rem;
}

.card-container {
  padding: 3rem 2rem;
}

.page-container {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.panelContainer {
    margin-bottom: 10px;
}

.userContainer {
    margin-top: 10px;
    margin-bottom: 10px;
}
.userButtonBar{
    text-align: right;
    margin-top: 10px;
}
.formControlSelect {
    min-width: 250px !important;
    margin-top: 5px !important;
}
.searchTitle {
    margin-bottom: 20px;
}
.title {
    margin-top: 25px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.card-title{
    margin-top: 10px;
    margin-bottom: 10px;
    text-align: center;
    text-transform: uppercase;
}
.userCard {
    padding: 25px;
}
.editIcon {
    float:right;
}
.chipStyle {
    height: 25px !important;
    margin-top: 3px;
    margin-left: 3px;
}

.textSpacing {
    margin-right: 25px !important;
}
.headerCardType{
    font-weight: bold !important;
}
.orderPanel {
    padding: 25px;
    /*text-align: center;*/
    margin-bottom: 10px;
    margin-top:10px;
}
.homeButtonPanel {
    padding: 30px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 25px;
}
.progress {
    border-radius: 3px;
    z-index: 10;
}

.loginField {
    margin-bottom: 15px;
    margin-top: 15px;
}
.actionStyle{
    margin-bottom: 10px;
}
a {
    text-decoration: none;
    color: #585858;
}
.trackingLink {
    font-weight: bold;
    color:#23ccff !important;
    text-transform: uppercase;
}
.stepperStyle {
    margin-top: 10px;
}
.shippingLines{
    margin-right: 35px !important;
    margin-top: 20px !important;
    text-align: right;
}
.priceStyle {
    text-align: right;
    margin-right: 35px !important;
    margin-top: 15px !important;
    font-weight: bold !important;
}

.headerCardSubFont{
    font-weight: bold;
    text-transform: uppercase;
}
.orderDetailsCard{
    padding: 25px;
}
.searchDetailsCard{
    padding: 25px;
    text-align: center;
}
.searchButtonBlock {
    display: inline-block;
    margin-right: 20px;
}

.refundAmount{
    margin-bottom: 15px;
    color:black;
}
.customerDialog{
    width: 550px !important;
}

/* MUI OVERRIDES */
.MuiAppBar-colorPrimary {
    background-color: #000000 !important;
}
.MuiStepIcon-root.MuiStepIcon-completed {
    color: #f50057 !important;
}
.MuiIconButton-colorSecondary {
    color: #f5b500 !important;
}

.MuiButton-containedPrimary {
    color: #fff;
    background-color: #f5b500 !important;
}

.MuiFormLabel-root.Mui-focused {
    color: #f5b500 !important;
}

.MuiStepIcon-root.MuiStepIcon-active {
    color: #000 !important;
}
.MuiStepIcon-root.MuiStepIcon-completed {
    color: #f5b500 !important;
}
.MuiInput-underline:after {
    border-bottom: 2px solid #f5b500 !important;
}

.searchOrderButton {
    margin-left: 10px !important;
    margin-top: 12px !important;
}
.grabInvButton {
    margin-bottom: 12px !important;
}

.reportDiv {
    margin-top: 25px;
}

.reportTable {
    margin-top: 10px;
}

.totalCounter {
    float: right;
    margin-top: 10px;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
    font-weight: bold;
}

.branchSelect{
    min-width: 227px;
}

.userProfileContainer {
    max-width: 650px;
    margin: 0 auto;
}

.userProfileCard {
    padding: 25px;
}

.updateUserProfButton {
    margin-top: 15px !important;
    margin-left: 25px !important;
}
.FATitle {
    margin-top: 25px !important;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 5px;
}
.FACard {
    /*margin-top: 5px;*/
    padding: 20px;
    text-align: center;
}
.verifyButton{
    margin-top: 15px !important;
    margin-left: 15px !important;
}

.serialNumberDetailsPanel {
    padding: 16px;
    margin-top: 25px;
}

.vertical {
    height: 200px;
    border-left: 2px solid black;
    position: absolute;
    left: 50%;
}

.snEventCard{
    padding: 10px;
    margin-top: 15px;
}

.upcomingReleaseCard {
    padding: 15px;
    padding-left: 25px;
    margin-bottom: 15px;
    margin-top: 15px;
}
.title-releases {
    margin-bottom: 10px;
}
.productDataTabBar {
    margin-top: 10px;
    border-radius: 5px;
}
.poDetails {
    padding: 15px;
}
.uploadCard {
    padding: 15px;
}
.formControlSelectSNType {
    min-width: 250px !important;
}

/*# sourceMappingURL=app.css.map*/