@import '_content/GriffSoft.Core.BlazorApp/GriffSoft.Core.BlazorApp.bundle.scp.css';
@import '_content/GriffSoft.Shared.UI.Blazor/GriffSoft.Shared.UI.Blazor.bundle.scp.css';

/* /Components/Layout/BudmilMenuItem.razor.rz.scp.css */
.menu-item[b-8mraell13z] {
  margin: 1rem !important;
}
.menu-item[b-8mraell13z]  .menu-item-link {
  color: black !important;
  font-weight: 500;
}
.menu-item[b-8mraell13z]  .menu-item-link:not(.active) {
  padding: 10px;
}
.menu-item[b-8mraell13z]  .active {
  background: #E9f0A1;
  padding: 10px;
  border-radius: var(--border-radius);
}
@media (max-width: 1200px) {
  .menu-item[b-8mraell13z] {
    margin: 0.5rem !important;
  }
  .menu-item[b-8mraell13z]  .menu-item-link {
    width: 100%;
    text-align: center;
    display: block;
  }
}
@media (max-width: 1100px) {
  .menu-item[b-8mraell13z] {
    margin: 5px !important;
  }
}
/* /Components/Layout/BudmilMenuLayout.razor.rz.scp.css */
.navbar[b-kpc1ancnoe] {
  background-color: transparent;
}
.brand-logo .logo-img[b-kpc1ancnoe] {
  width: 155px;
}
.profile-pic[b-kpc1ancnoe] {
  border-radius: 50rem;
  height: 40px;
}
[b-kpc1ancnoe] .material-symbols-outlined {
  font-size: 26px;
  line-height: 1.4;
}
.menu-right[b-kpc1ancnoe] {
  display: flex;
  justify-content: end;
  align-items: center;
  max-width: 500px;
}
.search-box[b-kpc1ancnoe] {
  width: 275px;
  height: 40px;
}
.separator[b-kpc1ancnoe] {
  color: #00000040;
  margin-top: -5px;
}
.icon[b-kpc1ancnoe] {
  color: #C4D600;
}
.dropdown-menu[b-kpc1ancnoe] {
  border: 1px solid rgba(196, 214, 0, 0.5);
  margin: revert;
  margin-top: 0.125rem !important;
  min-width: auto;
  left: -130px;
}
.dropdown-item[b-kpc1ancnoe] {
  padding: 0.25rem 0.8rem;
}
.align-end[b-kpc1ancnoe] {
  display: flex;
  flex: 1;
  justify-content: end;
}
.right-item[b-kpc1ancnoe] {
  margin: 0.5rem;
}
.hidden-menu-items[b-kpc1ancnoe] {
  display: none;
}
.hidden-menu-items button span[b-kpc1ancnoe] {
  color: black !important;
  font-weight: 500;
}
.custom-button[b-kpc1ancnoe] {
  border: none;
  width: 100%;
  cursor: pointer;
  background: transparent;
  border-radius: var(--border-radius);
  box-sizing: content-box;
  padding: 10px;
  margin: -15px;
  position: relative;
  height: 100%;
}
.icons[b-kpc1ancnoe] {
  margin: 1rem !important;
}
@media (max-width: 1100px) {
  .icons[b-kpc1ancnoe] {
    margin: 0.5rem !important;
  }
  .dropdown-menu[b-kpc1ancnoe] {
    left: -100px !important;
  }
}
@media (max-width: 991.5px) {
  .search-box[b-kpc1ancnoe] {
    display: none;
  }
  .align-end[b-kpc1ancnoe] {
    justify-content: center;
    width: 100%;
  }
  .menu-right[b-kpc1ancnoe] {
    flex-wrap: wrap;
    justify-content: center;
    margin: 0.5rem !important;
  }
  .icons[b-kpc1ancnoe] {
    display: none;
  }
  .hidden-menu-items[b-kpc1ancnoe] {
    display: initial;
  }
}
@media (max-width: 1250px) {
  .search-box[b-kpc1ancnoe] {
    max-width: 150px;
  }
}
@media (max-width: 1100px) {
  .search-box[b-kpc1ancnoe] {
    max-width: 130px;
  }
}
@media (max-width: 1035px) {
  .search-box[b-kpc1ancnoe] {
    max-width: 100px;
  }
}
@media (max-width: 991.5px) {
  .search-box[b-kpc1ancnoe] {
    justify-self: center;
    width: 100%;
  }
  .search-box[b-kpc1ancnoe] {
    max-width: initial;
  }
}
/* /Components/Layout/LoginLayout.razor.rz.scp.css */
.login-row[b-12w05onnrs] {
  height: 100vh;
}
.bg__image[b-12w05onnrs] {
  display: block;
  margin: auto;
  width: 55%;
}
.left__col[b-12w05onnrs] {
  height: 100vh;
}
/* /Components/Pages/CartPage.razor.rz.scp.css */
.cart-header[b-9kqk21wyos] {
  font-size: 22px;
  font-weight: 400;
  width: 71%;
  margin: auto;
}
.cart-body[b-9kqk21wyos] {
  width: 100%;
}
.cart-body .order-details[b-9kqk21wyos] {
  border: solid #C4D600 2px;
  border-radius: var(--border-radius);
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  padding: 5px 10px;
  margin: 30px 0px;
}
.cart-body .summary[b-9kqk21wyos] {
  background-color: #C4D600 !important;
  padding: 20px 8px;
  margin-top: 80px;
  font-weight: 600;
}
.cart-header-secondary-text[b-9kqk21wyos] {
  font-size: 15px;
  white-space: nowrap;
}
.cart-body[b-9kqk21wyos]  .k-step-list-horizontal ~ .k-progressbar {
  height: 2px;
  top: 31px;
}
.cart-body[b-9kqk21wyos]  .k-step-indicator {
  width: 58px;
  height: 58px;
  border-color: #C4D600;
}
.cart-body[b-9kqk21wyos]  .k-stepper .k-step-link {
  font-size: 16px;
  overflow: visible;
  text-overflow: initial;
}
.cart-body[b-9kqk21wyos]  .k-stepper .k-step-label .k-step-text {
  font-size: 16px;
  overflow: visible;
  text-overflow: initial;
  display: flex;
  justify-content: center;
}
.cart-body[b-9kqk21wyos]  .align-content-center {
  display: flex !important;
  align-content: center !important;
  text-align: center !important;
  align-items: center !important;
  justify-content: center;
}
.cart-body[b-9kqk21wyos]  .k-step-current .k-step-indicator,
.cart-body[b-9kqk21wyos]  .k-step-done .k-step-indicator,
.cart-body[b-9kqk21wyos]  .k-stepper .k-step-indicator {
  font-size: 25px;
  font-weight: 700;
  color: #A6A3A3;
}
.cart-body[b-9kqk21wyos]  .k-step-current .k-step-indicator,
.cart-body[b-9kqk21wyos]  .k-step-done .k-step-indicator,
.cart-body[b-9kqk21wyos]  .k-progressbar .k-selected {
  background-color: #C4D600;
  color: #000000;
}
.cart-body[b-9kqk21wyos]  .k-wizard .k-wizard-content {
  width: 100%;
  margin: auto;
}
.cart-body[b-9kqk21wyos]  .k-wizard .k-wizard-buttons-right {
  width: 74%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: auto;
}
.cart-body[b-9kqk21wyos]  .k-wizard .k-wizard-buttons .k-button {
  margin: 0;
}
.cart-body[b-9kqk21wyos]  .k-wizard .k-wizard-buttons .k-wizard-pager {
  display: none;
}
.cart-body[b-9kqk21wyos]  .k-wizard .k-wizard-buttons-right .k-button {
  min-width: 55px;
  min-height: 55px;
  max-height: 55px;
  border-radius: 50%;
  background-color: #C4D600;
  border-color: #C4D600;
  color: #000000;
  font-size: 30px;
  padding: 12px;
}
.rectangular-button[b-9kqk21wyos] {
  border-radius: var(--border-radius) !important;
  border: 1px solid #0000003c !important;
  color: black !important;
  background-color: #C4D600 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  width: auto !important;
  height: auto !important;
  padding: 12px;
  margin: 0 !important;
  margin-left: 30px !important;
}
.rectangular-button:disabled:hover .tooltiptext[b-9kqk21wyos] {
  visibility: visible;
}
.rectangular-button:disabled[b-9kqk21wyos] {
  opacity: 65%;
}
.tooltiptext[b-9kqk21wyos] {
  visibility: hidden;
  width: 120px;
  background-color: black;
  color: #fff;
  text-align: center;
  padding: 5px 0;
  border-radius: 6px;
  position: absolute;
  z-index: 1;
}
.cart-body[b-9kqk21wyos]  .k-wizard .k-wizard-step:focus,
.k-wizard .k-wizard-step.k-focus[b-9kqk21wyos] {
  outline: none !important;
}
.button-div[b-9kqk21wyos] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.discount-summary[b-9kqk21wyos] {
  border: 1px solid #AA3535;
  color: #AA3535;
  border-radius: var(--border-radius);
  padding: 5px 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  letter-spacing: -1px;
  margin-right: 20px;
  min-height: 55px;
}
.summed-price[b-9kqk21wyos] {
  font-weight: 700;
}
.green-border[b-9kqk21wyos] {
  display: flex;
  justify-content: center;
  border: 1px solid green;
  color: green;
  border-radius: var(--border-radius);
  padding: 10px;
  max-width: fit-content;
}
.red-border[b-9kqk21wyos] {
  display: flex;
  justify-content: center;
  border: 1px solid red;
  color: red;
  border-radius: var(--border-radius);
  padding: 10px;
  max-width: fit-content;
}
@media screen and (max-width: 700px) {
  .cart-header[b-9kqk21wyos] {
    font-size: 15px;
  }
  .cart-header-secondary-text[b-9kqk21wyos] {
    font-size: 12px;
  }
  .cart-body[b-9kqk21wyos]  .k-wizard {
    padding: 10px;
  }
  .cart-body[b-9kqk21wyos]  .k-stepper .k-step-label .k-step-text {
    font-size: 12px;
  }
  .cart-body[b-9kqk21wyos]  .k-stepper .k-step-label .k-step-text {
    display: none;
  }
  .cart-body[b-9kqk21wyos]  .k-stepper .k-step-current .k-step-label .k-step-text {
    display: block;
    display: flex;
    justify-content: center;
  }
  .cart-body[b-9kqk21wyos]  .k-step-current .k-step-indicator,
  .cart-body[b-9kqk21wyos]  .k-step-done .k-step-indicator,
  .cart-body[b-9kqk21wyos]  .k-stepper .k-step-indicator {
    font-size: 18px;
  }
  .cart-body[b-9kqk21wyos]  .k-step-indicator {
    width: 40px;
    height: 40px;
  }
  .cart-body[b-9kqk21wyos]  .k-step-list-horizontal ~ .k-progressbar {
    top: 22px;
  }
  .cart-body[b-9kqk21wyos]  .k-wizard .k-wizard-buttons-right .k-button {
    min-width: 40px;
    min-height: 40px;
    max-height: 40px;
  }
  .discount-summary[b-9kqk21wyos] {
    min-height: 40px;
    font-size: 0.8rem;
  }
}
@media screen and (max-width: 450px) {
  .cart-body[b-9kqk21wyos]  .k-wizard .k-wizard-content {
    width: 100%;
    margin: 0px;
  }
  .order-details[b-9kqk21wyos] {
    flex-direction: column;
  }
  .button-div[b-9kqk21wyos] {
    flex-direction: column;
  }
  .discount-summary[b-9kqk21wyos] {
    margin-bottom: 10px;
  }
}
@media (max-height: 800px) {
  .order-details[b-9kqk21wyos] {
    margin: 20px 0px !important;
  }
}
.payment-and-shipping-modes[b-9kqk21wyos] {
  height: 400px;
}
.payment-and-shipping-modes .dropdown-div[b-9kqk21wyos] {
  height: 130px;
}
.container-fluid[b-9kqk21wyos] {
  margin-bottom: 20px;
}
.empty-cart[b-9kqk21wyos] {
  display: flex;
  width: 100%;
  justify-content: center;
}
/* /Components/Pages/ForgotPasswordPage.razor.rz.scp.css */
.top-row[b-y559szq3qn]  .culture-selector .k-button-solid-base {
  background-color: transparent;
}
.top-row[b-y559szq3qn]  .culture-selector .k-button-solid-base .k-button-icon {
  color: #3D3935;
}
.title[b-y559szq3qn] {
  font-size: calc(2vw + 1vh);
  font-weight: 600;
}
.left__col[b-y559szq3qn] {
  height: 100vh;
}
.left__col .login__form .login-field[b-y559szq3qn] {
  width: 80%;
  /* height: 371px;*/
  border-radius: var(--border-radius);
  border-color: #0000003c;
  box-shadow: 0px 3px 11px 0px #0000003c;
  padding-bottom: 50px;
}
.left__col .login__form[b-y559szq3qn]  .login-form {
  width: 100%;
}
.left__col .login__form[b-y559szq3qn]  .login-input {
  width: 90%;
  height: 4vh;
  border-radius: var(--border-radius);
  border: 1px solid #0000003c;
  padding: 16px;
  text-align: center;
}
.left__col .login__form .login-button[b-y559szq3qn] {
  width: 50%;
  height: 4vh;
  background-color: #C4D600;
  gap: 10px;
  border-radius: var(--border-radius);
  border: 1px solid #0000003c;
  color: #000000;
  font-size: calc(0.5vw + 1.1vh);
  font-weight: 600;
}
.left__col .login__form[b-y559szq3qn]  .login-input::placeholder {
  text-align: center;
}
.left__col .login__form[b-y559szq3qn]  .forgot-password {
  text-decoration: none !important;
  color: #090914;
}
/* /Components/Pages/HomePage.razor.rz.scp.css */
.top[b-hdeyypjw1j] {
  height: 400px;
}
@media (max-width: 1200px) {
  .top[b-hdeyypjw1j] {
    width: -webkit-fill-available;
  }
}
.home-img[b-hdeyypjw1j] {
  border-radius: var(--border-radius);
  height: 400px;
  object-fit: cover;
  width: -webkit-fill-available;
}
.container-fluid[b-hdeyypjw1j] {
  margin-bottom: 20px;
}
/* /Components/Pages/InvoicePage.razor.rz.scp.css */
.title[b-y9zsc7xghr] {
  font-weight: 600;
  font-size: 25px;
}
.space-between-row[b-y9zsc7xghr] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.container-fluid[b-y9zsc7xghr] {
  margin-bottom: 20px;
}
/* /Components/Pages/Login.razor.rz.scp.css */
.top-row[b-7mug2l9aw7]  .culture-selector .k-button-solid-base {
  background-color: transparent;
}
.top-row[b-7mug2l9aw7]  .culture-selector .k-button-solid-base .k-button-icon {
  color: #3D3935;
}
.title[b-7mug2l9aw7] {
  font-size: calc(2vw + 1vh);
  font-weight: 600;
}
.left__col[b-7mug2l9aw7] {
  height: 100vh;
}
.left__col .login__form .login-field[b-7mug2l9aw7] {
  width: 80%;
  /* height: 371px;*/
  border-radius: var(--border-radius);
  border-color: #0000003c;
  box-shadow: 0px 3px 11px 0px #0000003c;
  padding: 50px 0px;
}
.left__col .login__form[b-7mug2l9aw7]  .login-form {
  width: 100%;
}
.left__col .login__form[b-7mug2l9aw7]  .login-input {
  width: 90%;
  height: 4vh;
  border-radius: var(--border-radius);
  border: 1px solid #0000003c;
  padding: 16px;
  text-align: center;
}
.left__col .login__form .login-button[b-7mug2l9aw7] {
  width: 50%;
  height: 4vh;
  background-color: #C4D600;
  gap: 10px;
  border-radius: var(--border-radius);
  border: 1px solid #0000003c;
  color: #000000;
  font-size: calc(0.5vw + 1.1vh);
  font-weight: 600;
}
.left__col .login__form[b-7mug2l9aw7]  .login-input::placeholder {
  text-align: center;
}
.left__col .login__form[b-7mug2l9aw7]  .forgot-password {
  text-decoration: none !important;
  color: #090914;
}
.wrapper[b-7mug2l9aw7] {
  position: relative;
}
.show-password-button[b-7mug2l9aw7] {
  display: flex;
  justify-content: center;
  align-items: center;
  border: none;
  background: none;
  color: #9B9B9B;
  position: absolute;
  right: 40px;
  top: 5px;
}
@media (min-width: 992px) and (max-width: 1300px) {
  .show-password-button[b-7mug2l9aw7] {
    right: 30px;
  }
}
@media (max-width: 700px) {
  .show-password-button[b-7mug2l9aw7] {
    right: 30px;
  }
}
@media (max-width: 460px) {
  .show-password-button[b-7mug2l9aw7] {
    right: 25px;
  }
}
/* /Components/Pages/OrderPage.razor.rz.scp.css */
.space-between-row[b-ad4dhevjk0] {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.title[b-ad4dhevjk0] {
  font-weight: 600;
  font-size: 25px;
}
.container-fluid[b-ad4dhevjk0] {
  margin-bottom: 20px;
}
.reject-div[b-ad4dhevjk0] {
  text-align: center;
  padding-top: 25px;
  font-size: 20px;
}
@media (max-width: 550px) {
  .space-between-row[b-ad4dhevjk0] {
    flex-direction: column;
    flex-wrap: wrap;
  }
}
/* /Components/Pages/PasswordChangePage.razor.rz.scp.css */
.top-row[b-c55fco6xax]  .culture-selector .k-button-solid-base {
  background-color: transparent;
}
.top-row[b-c55fco6xax]  .culture-selector .k-button-solid-base .k-button-icon {
  color: #3D3935;
}
.title[b-c55fco6xax] {
  font-size: calc(2vw + 1vh);
  font-weight: 600;
}
.left__col[b-c55fco6xax] {
  height: 100vh;
}
.left__col .login__form .login-field[b-c55fco6xax] {
  width: 80%;
  /* height: 371px;*/
  border-radius: var(--border-radius);
  border-color: #0000003c;
  box-shadow: 0px 3px 11px 0px #0000003c;
  padding: 50px 0px;
}
.left__col .login__form[b-c55fco6xax]  .login-form {
  width: 100%;
}
.left__col .login__form[b-c55fco6xax]  .login-input {
  width: 90%;
  height: 4vh;
  border-radius: var(--border-radius);
  border: 1px solid #0000003c;
  padding: 16px;
  text-align: center;
}
.left__col .login__form .login-button[b-c55fco6xax] {
  width: 50%;
  height: 4vh;
  background-color: #C4D600;
  gap: 10px;
  border-radius: var(--border-radius);
  border: 1px solid #0000003c;
  color: #000000;
  font-size: calc(0.5vw + 1.1vh);
  font-weight: 600;
}
.left__col .login__form[b-c55fco6xax]  .login-input::placeholder {
  text-align: center;
}
.left__col .login__form[b-c55fco6xax]  .forgot-password {
  text-decoration: none !important;
  color: #090914;
}
/* /Components/Pages/ProductMobilePage.razor.rz.scp.css */
.back-button[b-ji8kncs7kt] {
  background-color: transparent !important;
  border: none !important;
  align-content: center;
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.container-fluid[b-ji8kncs7kt] {
  margin-bottom: 20px;
}
/* /Components/Pages/ProductPage.razor.rz.scp.css */
.product-page-div[b-x0nldbiysd] {
  display: flex;
}
.product-table[b-x0nldbiysd] {
  width: 100%;
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}
@media (max-width: 800px) {
  .product-table[b-x0nldbiysd] {
    margin: 5px !important;
    width: -webkit-fill-available;
  }
}
@media (max-width: 1100px) {
  .product-page-div[b-x0nldbiysd] {
    flex-direction: column;
  }
  .product-table[b-x0nldbiysd] {
    margin: 20px !important;
    width: -webkit-fill-available;
    display: flex;
    flex-direction: column;
  }
}
.container-fluid[b-x0nldbiysd] {
  margin-bottom: 20px;
}
/* /Components/Shared/CartPanel.razor.rz.scp.css */
.header[b-bu10ui1pnl] {
  border-radius: var(--border-radius);
  padding: 15px;
  background-color: #C4D600;
  color: black;
  display: flex;
  justify-content: space-between;
}
.header .cart[b-bu10ui1pnl] {
  font-size: 20px;
}
.bottom-row[b-bu10ui1pnl] {
  position: absolute;
  bottom: 0;
  width: -webkit-fill-available;
  margin: 5px;
  padding: 5px;
  background: white;
}
.summary-div[b-bu10ui1pnl] {
  border: 2px solid #C4D600;
  border-radius: var(--border-radius);
  padding: 5px;
  display: flex;
  justify-content: space-between;
}
.align-right[b-bu10ui1pnl] {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}
.btn-order[b-bu10ui1pnl] {
  background-color: #C4D600;
  border: 1px solid #0000003c;
  padding: 5px 20px;
  font-size: 15px;
  border-radius: var(--border-radius);
}
.delete-cart[b-bu10ui1pnl] {
  background-color: #ff000097;
}
.bold[b-bu10ui1pnl] {
  font-weight: 600;
}
.cart-span[b-bu10ui1pnl] {
  font-weight: 500;
}
.flex-column[b-bu10ui1pnl] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-content: center;
}
.flex-row[b-bu10ui1pnl] {
  display: flex;
  flex-direction: row;
}
.sizes[b-bu10ui1pnl] {
  margin: 5px 10px;
}
.pcs[b-bu10ui1pnl] {
  background-color: lightgray;
  border-radius: var(--border-radius);
  padding: 0px 15px;
  border: 1px solid #0000003c;
}
.column-title[b-bu10ui1pnl] {
  display: flex;
  justify-content: center;
}
.img-div[b-bu10ui1pnl] {
  height: 100px;
}
.img-div img[b-bu10ui1pnl] {
  height: inherit;
  border-radius: var(--border-radius);
}
.total-amount[b-bu10ui1pnl] {
  color: #C4D600;
}
.product-row[b-bu10ui1pnl] {
  display: flex;
  justify-content: space-between;
  margin: 10px;
}
.product-row .price-section[b-bu10ui1pnl] {
  align-items: flex-end;
}
.product-row .price-section hr[b-bu10ui1pnl] {
  width: 100px;
  margin: 5px 0px;
}
.product-row .delete-button[b-bu10ui1pnl] {
  display: flex;
  align-items: center;
  padding-right: 10px;
  padding-left: 15px;
  color: red;
  cursor: pointer;
}
.tooltip-container[b-bu10ui1pnl] {
  position: relative;
  display: inline-block;
  z-index: 25;
  width: auto;
}
.tooltip-container:hover[b-bu10ui1pnl] {
  z-index: 30;
}
.tooltip-content[b-bu10ui1pnl] {
  cursor: pointer;
}
.tooltip-body[b-bu10ui1pnl] {
  height: 80%;
  position: relative;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  overflow: auto;
}
[b-bu10ui1pnl]::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  outline: none;
  border-radius: var(--border-radius);
}
[b-bu10ui1pnl]::-webkit-scrollbar-thumb {
  background: #C4D600;
  border-radius: var(--border-radius);
}
.tooltip-text[b-bu10ui1pnl] {
  visibility: hidden;
  position: absolute;
  background-color: white;
  color: black;
  border-radius: var(--border-radius);
  z-index: 40;
  width: 600px;
  height: 91vh;
  right: 0;
  border: 1px solid #0000003c;
}
.tooltip-container:hover .tooltip-text[b-bu10ui1pnl] {
  visibility: visible;
}
.cart-button[b-bu10ui1pnl] {
  border: none;
  background-color: transparent;
}
[b-bu10ui1pnl] .material-symbols-outlined {
  font-size: 26px;
  line-height: 1.4;
}
[b-bu10ui1pnl] .rounded-pill {
  background-color: #b2d630;
  color: black;
}
.right-item[b-bu10ui1pnl] {
  margin: 0.5rem;
}
.icons[b-bu10ui1pnl] {
  margin: 1rem !important;
}
.modal-wrapper[b-bu10ui1pnl]  .chart-modal {
  max-width: 26%;
}
@media (max-width: 1200px) {
  .icons[b-bu10ui1pnl] {
    margin: 0.5rem !important;
  }
}
@media (max-width: 991.5px) {
  .icons[b-bu10ui1pnl] {
    display: none;
  }
}
.scrollable[b-bu10ui1pnl] {
  width: auto !important;
  overflow: auto !important;
  flex-wrap: nowrap;
  max-width: 240px;
}
.empty-cart[b-bu10ui1pnl] {
  padding: 20px;
  display: flex;
  margin: 10px;
  justify-content: center;
}
@media (max-height: 900px) {
  .tooltip-text[b-bu10ui1pnl] {
    height: 89vh;
  }
  .tooltip-body[b-bu10ui1pnl] {
    height: 78%;
  }
}
@media (max-height: 800px) {
  .tooltip-body[b-bu10ui1pnl] {
    height: 75%;
  }
}
@media (max-height: 730px) {
  .tooltip-text[b-bu10ui1pnl] {
    height: 85vh;
  }
  .tooltip-body[b-bu10ui1pnl] {
    height: 70%;
  }
}
@media (max-height: 650px) {
  .tooltip-text[b-bu10ui1pnl] {
    height: 83vh;
  }
  .tooltip-body[b-bu10ui1pnl] {
    height: 67%;
  }
}
@media (max-height: 550px) {
  .tooltip-text[b-bu10ui1pnl] {
    height: 80vh;
  }
  .tooltip-body[b-bu10ui1pnl] {
    height: 55%;
  }
}
@media (max-height: 400px) {
  .tooltip-text[b-bu10ui1pnl] {
    height: 70vh;
  }
  .tooltip-body[b-bu10ui1pnl] {
    height: 45%;
  }
}
.product-data[b-bu10ui1pnl] {
  width: -webkit-fill-available;
  margin-left: 20px;
  margin-right: 20px;
}
/* /Components/Shared/CartSummary.razor.rz.scp.css */
.product-header[b-yj2rh1b7or] {
  display: flex;
  padding-left: 30px;
  font-weight: 600;
}
@media (max-width: 1236px) {
  .header[b-yj2rh1b7or] {
    display: none;
  }
}
@media (max-width: 450px) {
  .m-4[b-yj2rh1b7or] {
    margin: 0px !important;
  }
}
.modal-wrapper[b-yj2rh1b7or]  .large-modal {
  height: 85%;
}
.modal-div[b-yj2rh1b7or]  .summary {
  font-size: 16px;
  width: 100%;
}
.modal-div[b-yj2rh1b7or]  .delete-row {
  width: 100%;
  display: flex;
  justify-content: end;
}
.modal-div[b-yj2rh1b7or]  .footer {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 1.75rem;
}
.modal-div[b-yj2rh1b7or]  .button {
  width: auto;
  color: #000000 !important;
  padding: 10px 25px;
  border-radius: var(--border-radius);
  border: 1px solid #0000003c !important;
  font-family: Poppins;
  height: fit-content;
  margin: 0 15px;
}
.modal-div[b-yj2rh1b7or]  .delete-button {
  background-color: #e77a7a !important;
}
.modal-div[b-yj2rh1b7or]  .close-button {
  background-color: #C4D600 !important;
}
.modal-div[b-yj2rh1b7or]  .delete-text {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
}
.modal-div[b-yj2rh1b7or]  .modal-product-row {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
@media (max-width: 767px) {
  .modal-div[b-yj2rh1b7or]  .modal-product-row {
    flex-direction: column;
  }
}
.modal-div[b-yj2rh1b7or]  .modal-product {
  border: 1px solid #dfdfdf;
  border-radius: var(--border-radius);
  width: inherit;
}
/* /Components/Shared/CartSummaryRow.razor.rz.scp.css */
.thumbnail[b-ec1ekiwryr] {
  max-width: 44px;
  max-height: 44px;
  border-radius: var(--border-radius);
  width: auto;
  height: auto;
}
hr[b-ec1ekiwryr] {
  color: #C4D600;
  height: 3px;
  margin-top: 0px;
}
.footer[b-ec1ekiwryr] {
  display: flex;
  flex-direction: row;
  justify-content: center;
  padding-top: 1.75rem;
}
.footer[b-ec1ekiwryr]  .button {
  background-color: #C4D600 !important;
  color: #000000 !important;
  padding: 10px 25px;
  border-radius: var(--border-radius);
  border: 1px solid #0000003c !important;
  font-family: Poppins;
  margin: 0 15px;
}
.footer[b-ec1ekiwryr]  .global-cart-button {
  background-color: #C4D600 !important;
}
.footer[b-ec1ekiwryr]  .close-button {
  background-color: #e77a7a !important;
}
button[b-ec1ekiwryr] {
  border: none;
  background: none;
}
button .edit[b-ec1ekiwryr] {
  font-size: 32px;
  color: #C4D600;
}
button .delete[b-ec1ekiwryr] {
  font-size: 32px;
  color: #D44E4E;
}
.size-container[b-ec1ekiwryr] {
  max-width: 44px;
  margin: 5px;
  flex: 0.5;
  font-size: 15px;
  font-weight: 700;
}
.size-container .size[b-ec1ekiwryr] {
  font-size: 15px;
  font-weight: 700;
  width: 35px;
  text-align: center;
  border-radius: var(--border-radius);
  background: #DEDEDE;
  border: 1px solid #9B9B9B;
}
.list-price[b-ec1ekiwryr] {
  text-decoration: line-through;
  text-decoration-color: red;
}
.list-price[b-ec1ekiwryr]:before {
  content: "\00a0\00a0";
}
.discounted-price[b-ec1ekiwryr] {
  font-weight: 700;
}
.sum-price[b-ec1ekiwryr] {
  font-size: 18px;
  font-weight: 700;
  color: #C4D600;
}
.label-base[b-ec1ekiwryr] {
  position: relative;
  display: inline-block;
}
.label-container[b-ec1ekiwryr] {
  position: absolute;
  display: flex;
  width: 52px;
  top: -40px;
  left: -40px;
}
.label[b-ec1ekiwryr] {
  background-color: #E74040;
  border-radius: var(--border-radius);
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding: 1px 8px !important;
  height: fit-content !important;
  margin: 0;
}
.primary-label[b-ec1ekiwryr] {
  align-self: start;
}
/* Chrome, Safari, Edge, Opera */
input [type=number][b-ec1ekiwryr]::-webkit-outer-spin-button,
input[type=number][b-ec1ekiwryr]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number][b-ec1ekiwryr] {
  -moz-appearance: textfield;
}
.sizes-div[b-ec1ekiwryr] {
  width: auto;
  margin: 0px 12px;
  padding: 0px;
  min-width: 180px;
}
.scrollable[b-ec1ekiwryr] {
  width: auto !important;
  overflow: auto !important;
  flex-wrap: nowrap;
  max-width: 180px;
}
.modal-wrapper[b-ec1ekiwryr]  .chart-modal {
  max-width: fit-content;
}
[b-ec1ekiwryr]::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  outline: none;
  border-radius: var(--border-radius);
}
[b-ec1ekiwryr]::-webkit-scrollbar-thumb {
  background: #C4D600;
  border-radius: var(--border-radius);
}
@media (min-width: 992px) {
  .data[b-ec1ekiwryr] {
    flex-wrap: nowrap !important;
  }
  .operation-container[b-ec1ekiwryr] {
    flex-wrap: nowrap !important;
  }
  .data-row[b-ec1ekiwryr] {
    flex-wrap: nowrap !important;
  }
}
@media (max-width: 1236px) {
  .data-container[b-ec1ekiwryr] {
    flex-direction: column !important;
    width: -webkit-fill-available;
  }
  .label-container[b-ec1ekiwryr] {
    top: -18px;
    left: 3px;
  }
  .sizes-div[b-ec1ekiwryr] {
    margin: 0px;
  }
}
@media (max-width: 830px) {
  .operation-container[b-ec1ekiwryr] {
    margin: 0px !important;
  }
  .operation-container .pe-2[b-ec1ekiwryr],
  .operation-container .ps-2[b-ec1ekiwryr] {
    padding: 0px !important;
  }
  .operation-container .pe-2 button[b-ec1ekiwryr],
  .operation-container .ps-2 button[b-ec1ekiwryr] {
    padding: 0px;
  }
}
@media (max-width: 767px) {
  .thumbnail-container[b-ec1ekiwryr] {
    display: flex;
    justify-content: center;
  }
  .title-container[b-ec1ekiwryr] {
    text-align: center !important;
  }
  .input-container[b-ec1ekiwryr] {
    width: 100%;
    justify-content: start;
    max-width: unset !important;
  }
  .operation-container[b-ec1ekiwryr] {
    justify-content: center;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .data-container[b-ec1ekiwryr] {
    justify-content: center !important;
    flex-direction: column !important;
  }
  .scrollable[b-ec1ekiwryr] {
    max-width: unset;
    width: 100% !important;
  }
  .size-container:first-child[b-ec1ekiwryr] {
    margin-inline-start: auto !important;
  }
  .size-container:last-child[b-ec1ekiwryr] {
    margin-inline-end: auto !important;
  }
  .row[b-ec1ekiwryr] {
    justify-content: center;
  }
}
@media (max-width: 450px) {
  .data-container[b-ec1ekiwryr] {
    flex-direction: column !important;
  }
  .input-container[b-ec1ekiwryr] {
    margin: 0px !important;
  }
}
/* /Components/Shared/CustomDropdown.razor.rz.scp.css */
.dropdown[b-pu07jnwy0w] {
  border-radius: var(--border-radius);
  border: 1px solid #0000003c;
  height: fit-content;
}
.dropdown .selected[b-pu07jnwy0w] {
  border-radius: var(--border-radius);
}
.dropdown .dropdown-item[b-pu07jnwy0w] {
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: space-between;
  padding-bottom: 5px;
  width: 100%;
}
.dropdown .dropdown-item :focus[b-pu07jnwy0w] {
  background-color: transparent;
  color: black;
}
.dropdown .dropdown-item:hover[b-pu07jnwy0w] {
  color: black;
  background-color: transparent;
}
.dropdown .dropdown-item:hover .space-between-row[b-pu07jnwy0w] {
  background-color: #C4D600;
  border-radius: var(--border-radius);
}
.dropdown .dropdown-menu[b-pu07jnwy0w] {
  box-shadow: rgba(0, 0, 0, 0.4) 3px 3px 5px 0px;
  padding: 0px;
  border: 1px solid #0000003c;
  width: auto;
  min-width: -webkit-fill-available;
  inset: 0px 0px auto auto !important;
  margin-top: -3px !important;
  z-index: 10;
}
.horizontal-line[b-pu07jnwy0w] {
  margin: 0 !important;
  color: #0000003c;
}
.space-between-row[b-pu07jnwy0w] {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 5px;
}
.long-text[b-pu07jnwy0w] {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 50%;
}
.check-span[b-pu07jnwy0w] {
  width: 20px;
  display: -webkit-inline-box;
}
.optional-name-field[b-pu07jnwy0w] {
  display: flex;
  align-items: center;
  gap: 10px;
}
.optional-name-field .name-field[b-pu07jnwy0w] {
  white-space: pre-wrap;
  text-align: end;
}
@media (max-width: 500px) {
  .space-between-row[b-pu07jnwy0w] {
    flex-direction: column;
  }
  .long-text[b-pu07jnwy0w] {
    width: 100%;
  }
  .optional-name-field .name-field[b-pu07jnwy0w] {
    text-align: start;
  }
}
/* /Components/Shared/CustomTelerikTable.razor.rz.scp.css */
.telerik-grid-div[b-fsb9zxpm4g]  .k-grid-norecords {
  font-weight: bold;
}
/* /Components/Shared/FinancialStatusSummary.razor.rz.scp.css */
.outside-div[b-awgn1lxppr] {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  width: 100%;
  background-color: #C4D600;
  border-radius: var(--border-radius);
  height: auto;
  padding: 0px 20px;
}
.inside-div[b-awgn1lxppr] {
  background-color: #ffffff4D;
  color: #000000;
  border-radius: var(--border-radius);
  margin: 20px;
  padding: 10px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  flex-direction: column;
  width: 255px;
}
.inside-div p[b-awgn1lxppr] {
  margin: 3px;
}
.inside-div .amount[b-awgn1lxppr] {
  font-size: 24px;
}
.inside-div .div-title[b-awgn1lxppr] {
  font-size: 14px;
}
.bold[b-awgn1lxppr] {
  font-weight: 600;
}
/* /Components/Shared/GridColumns/ActionGridColumn.razor.rz.scp.css */
.table-cell[b-zwvtfzz191] {
  display: inline-flex;
}
/* /Components/Shared/GridColumns/CustomGridColumn.razor.rz.scp.css */
.footer-span[b-m5abc1pxns] {
  background-color: #0000003c;
  line-height: 3rem;
  display: block;
}
.label[b-m5abc1pxns] {
  color: #000000;
}
/* /Components/Shared/LoadingSpinner.razor.rz.scp.css */
.loader[b-cq347bcmhj] {
  width: 32px;
  height: 32px;
  position: relative;
  border-radius: 50%;
  color: #C4D600;
  animation: fill-b-cq347bcmhj 1s ease-in infinite alternate;
  display: block;
  margin: auto;
  margin-top: 50px;
}
.loader[b-cq347bcmhj]::before,
.loader[b-cq347bcmhj]::after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  left: 48px;
  top: 0;
  animation: fill-b-cq347bcmhj 0.9s ease-in infinite alternate;
}
.loader[b-cq347bcmhj]::after {
  left: auto;
  right: 48px;
  animation-duration: 1.1s;
}
@keyframes fill-b-cq347bcmhj {
  0% {
    box-shadow: 0 0 0 2px inset;
  }
  100% {
    box-shadow: 0 0 0 10px inset;
  }
}
/* /Components/Shared/Modal.razor.rz.scp.css */
.chart-modal[b-9nj507hbzg] {
  z-index: 1100;
  position: fixed;
  right: 0;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: fit-content;
  max-height: 96vh;
  width: auto;
  max-width: 50%;
  background: white;
  border-radius: var(--border-radius);
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: flex;
  flex-direction: column;
}
.chart-modal .modal-header[b-9nj507hbzg] {
  background-color: #C4D600;
  color: #000000;
  font-family: Poppins;
  position: sticky;
  top: 0;
  z-index: 2;
}
.chart-modal .btn-close[b-9nj507hbzg] {
  opacity: 1 !important;
}
.chart-modal .button-close[b-9nj507hbzg] {
  background-color: #C4D600 !important;
  color: #000000 !important;
  padding: 10px 25px;
  border-radius: var(--border-radius);
  border: 1px solid #0000003c !important;
  font-family: Poppins;
}
.chart-modal .no-display[b-9nj507hbzg] {
  display: none;
}
.chart-modal .reject-btn[b-9nj507hbzg] {
  background-color: #E77A7A !important;
  margin-left: 20px;
}
.chart-modal .modal-body[b-9nj507hbzg] {
  overflow: auto;
}
.chart-modal .modal-footer[b-9nj507hbzg] {
  border: none !important;
  justify-content: center !important;
}
.large-modal[b-9nj507hbzg] {
  max-width: 70% !important;
}
@media (max-width: 1200px) {
  .chart-modal[b-9nj507hbzg] {
    max-width: 65%;
  }
  .large-modal[b-9nj507hbzg] {
    max-width: 80% !important;
  }
}
@media (max-width: 1000px) {
  .chart-modal[b-9nj507hbzg] {
    max-width: 70%;
  }
  .large-modal[b-9nj507hbzg] {
    max-width: 90% !important;
  }
}
@media (max-width: 717px) {
  .chart-modal[b-9nj507hbzg] {
    max-width: 75%;
  }
}
@media (max-width: 550px) {
  .chart-modal[b-9nj507hbzg] {
    max-width: 90%;
  }
}
@media (max-width: 400px) {
  .chart-modal[b-9nj507hbzg] {
    max-width: 98%;
  }
}
[b-9nj507hbzg]::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  outline: none;
  border-radius: var(--border-radius);
}
[b-9nj507hbzg]::-webkit-scrollbar-thumb {
  background: #C4D600;
  border-radius: var(--border-radius);
}
/* Warning Modal */
.chart-modal.warning-modal .modal-header.warning-header[b-9nj507hbzg] {
  background-color: #FFCC00 !important;
  color: black !important;
}
.chart-modal.warning-modal .modal-body.warning-body[b-9nj507hbzg] {
  color: #FF0E0E !important;
  font-weight: 600 !important;
  text-align: center !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-direction: column !important;
  padding: 2rem !important;
}
.chart-modal.warning-modal .modal-body.warning-body *[b-9nj507hbzg] {
  text-align: center !important;
  margin: 0 auto !important;
}
.chart-modal.warning-modal .modal-footer.warning-footer[b-9nj507hbzg] {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
}
.chart-modal.warning-modal .button-close.warning-btn[b-9nj507hbzg] {
  background-color: #FFCC00 !important;
  border-color: #FFCC00 !important;
  color: black !important;
  font-size: 1rem !important;
  padding: 0.75rem 1.5rem !important;
  font-weight: 500 !important;
}
.warning-icon[b-9nj507hbzg] {
  margin-right: 8px !important;
  font-size: 1.1em !important;
}
/* /Components/Shared/NoPreOrder.razor.rz.scp.css */
.no-preorder-stock[b-19yjw47cc8] {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 6rem;
  color: #C6C6C6;
  font-size: 25px;
}
.no-preorder-stock .material-symbols-outlined[b-19yjw47cc8] {
  font-size: 65px;
}
@media (max-width: 880px) {
  .no-preorder-stock[b-19yjw47cc8] {
    font-size: 20px;
  }
  .no-preorder-stock .material-symbols-outlined[b-19yjw47cc8] {
    font-size: 50px;
  }
}
/* /Components/Shared/NotesModal.razor.rz.scp.css */
.notes-modal[b-y65pqf4hax] {
  font-size: 15px;
}
.detail-div[b-y65pqf4hax] {
  padding: 20px;
  border: 1px solid #0000003c;
  border-radius: var(--border-radius);
  width: 90%;
  align-items: center;
}
.icon-div[b-y65pqf4hax] {
  padding: 7px;
  border-radius: var(--border-radius);
  border: 2px solid #C4D600;
  width: fit-content;
  margin-right: 20px;
  display: flex;
  align-items: center;
  height: fit-content;
  margin-top: 3px;
}
.icon-div .material-symbols-outlined[b-y65pqf4hax] {
  font-size: 40px;
}
.note-div[b-y65pqf4hax] {
  max-height: 250px;
  overflow: auto;
}
[b-y65pqf4hax]::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  outline: none;
  border-radius: var(--border-radius);
}
[b-y65pqf4hax]::-webkit-scrollbar-thumb {
  background: #C4D600;
  border-radius: var(--border-radius);
}
.flex-row[b-y65pqf4hax] {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 880px) {
  .detail-div[b-y65pqf4hax] {
    width: 85%;
  }
}
@media (max-width: 608px) {
  .detail-div[b-y65pqf4hax] {
    width: 80%;
  }
}
@media (max-width: 470px) {
  .detail-div[b-y65pqf4hax] {
    width: 75%;
  }
}
@media (max-width: 390px) {
  .detail-div[b-y65pqf4hax] {
    width: 70%;
  }
}
/* /Components/Shared/OrderModal.razor.rz.scp.css */
.order-modal[b-nkoa4sb337] {
  font-size: 15px;
}
.detail-div[b-nkoa4sb337] {
  display: flex;
  padding: 20px;
  border: 1px solid #0000003c;
  border-radius: var(--border-radius);
  width: 90%;
  align-items: center;
}
.icon-div[b-nkoa4sb337] {
  padding: 5px;
  border-radius: var(--border-radius);
  border: 2px solid #C4D600;
  width: fit-content;
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.icon-div .material-symbols-outlined[b-nkoa4sb337] {
  font-size: 40px;
}
.flex-row[b-nkoa4sb337] {
  display: flex;
  flex-wrap: wrap;
  padding: 10px;
  flex-direction: row;
  width: 100%;
}
@media (max-width: 880px) {
  .detail-div[b-nkoa4sb337] {
    width: 85%;
  }
}
@media (max-width: 608px) {
  .detail-div[b-nkoa4sb337] {
    width: 80%;
  }
}
@media (max-width: 470px) {
  .detail-div[b-nkoa4sb337] {
    width: 75%;
  }
}
@media (max-width: 390px) {
  .detail-div[b-nkoa4sb337] {
    width: 70%;
  }
}
/* /Components/Shared/PasswordChangeModal.razor.rz.scp.css */
.login-field[b-f1zsdztfx5] {
  width: 80%;
  /* height: 371px;*/
  border-radius: var(--border-radius);
  border-color: #0000003c;
  box-shadow: 0px 3px 11px 0px #0000003c;
  padding: 50px 0px;
}
[b-f1zsdztfx5] .login-form {
  width: 100%;
}
[b-f1zsdztfx5] .login-input {
  width: 90%;
  height: 4vh;
  border-radius: var(--border-radius);
  border: 1px solid #0000003c;
  padding: 16px;
  text-align: center;
}
.login-button[b-f1zsdztfx5] {
  width: 20%;
  height: 4vh;
  background-color: #C4D600;
  gap: 10px;
  border-radius: var(--border-radius);
  border: 1px solid #0000003c;
  color: #000000;
  font-size: calc(0.5vw + 1.1vh);
  font-weight: 600;
}
[b-f1zsdztfx5] .login-input::placeholder {
  text-align: center;
}
[b-f1zsdztfx5] .forgot-password {
  text-decoration: none !important;
  color: #090914;
}
/* /Components/Shared/PendingOrder.razor.rz.scp.css */
.gray-text[b-1iew3s6efv] {
  color: #71717A;
}
.invoice-row[b-1iew3s6efv] {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 10px;
}
.fade_rule[b-1iew3s6efv] {
  display: none;
  margin-top: 8px;
  margin-bottom: 12px;
  height: 1px;
  background-color: #E6E6E6;
  width: 100%;
  background-image: linear-gradient(left, white 2%, #cacaca 50%, white 98%);
  background-image: -o-linear-gradient(left, white 2%, #cacaca 50%, white 98%);
  background-image: -moz-linear-gradient(left, white 2%, #cacaca 50%, white 98%);
  background-image: -webkit-linear-gradient(left, white 2%, #cacaca 50%, white 98%);
  background-image: -ms-linear-gradient(left, white 2%, #cacaca 50%, white 98%);
  background-image: -webkit-gradient(linear, left bottom, right bottom, color-stop(0.02, white), color-stop(0.5, #cacaca), color-stop(0.98, white));
}
@media (max-width: 450px) {
  .invoice-row[b-1iew3s6efv] {
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
  }
  div[b-1iew3s6efv] {
    text-align: center;
  }
}
.statusbar-div[b-1iew3s6efv] {
  min-width: 160px;
}
@media (max-width: 700px) {
  .statusbar-div[b-1iew3s6efv] {
    display: none;
  }
  .fade_rule[b-1iew3s6efv] {
    display: block;
  }
}
/* /Components/Shared/ProductCategoryTree.razor.rz.scp.css */
.product-tree-div[b-772jsnp2hx] {
  max-height: 80vh;
  overflow-y: scroll;
  width: 100%;
  padding: 7px;
  font-weight: bolder;
  min-width: 300px;
}
.product-tree-div .accordion-button[b-772jsnp2hx]::after {
  display: none !important;
}
.product-tree-div .first[b-772jsnp2hx] {
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 600;
}
.product-tree-div .second[b-772jsnp2hx] {
  font-size: 13px;
  padding-left: 40px;
  text-transform: uppercase;
  font-weight: 600;
}
.product-tree-div .third[b-772jsnp2hx] {
  font-size: 12px;
  padding-left: 70px;
  text-transform: uppercase;
  font-weight: 600;
}
.product-tree-div .accordion-item[b-772jsnp2hx] {
  border: none;
  padding: 0;
}
.product-tree-div .accordion-collapse[b-772jsnp2hx] {
  border: none;
}
.product-tree-div .accordion-button[b-772jsnp2hx] {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 5px;
}
.product-tree-div .accordion-button:focus[b-772jsnp2hx],
.product-tree-div .active[b-772jsnp2hx] {
  background-color: #C4D600 !important;
  color: #000000 !important;
  border-radius: var(--border-radius) !important;
}
.product-tree-div .accordion-button:not(.collapsed)[b-772jsnp2hx] {
  background-color: transparent;
  color: black;
  border-radius: 0px;
}
.product-tree-div .accordion-body[b-772jsnp2hx] {
  padding: 0;
}
.product-tree-outside-div[b-772jsnp2hx] {
  font-weight: bolder;
  margin: 0;
  height: auto;
  display: flex;
  flex-direction: column;
}
.product-tree-outside-div .preorder-btn[b-772jsnp2hx] {
  line-height: 1.5;
  min-height: 33px !important;
  padding-top: 7px;
  padding-bottom: 7px;
}
.product-tree-outside-div .active[b-772jsnp2hx] {
  background-color: #C4D600 !important;
  color: #000000 !important;
  border-radius: var(--border-radius) !important;
}
.product-tree-outside-div .accordion-button:not(.collapsed)[b-772jsnp2hx]::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.product-tree-outside-div .category-tree[b-772jsnp2hx] {
  border: none !important;
  width: inherit;
}
.product-tree-outside-div .category-tree .accordion-item[b-772jsnp2hx] {
  border: none !important;
}
.product-tree-outside-div .category-tree .accordion-item .accordion-collapse[b-772jsnp2hx] {
  height: fit-content;
  border: none !important;
}
.product-tree-outside-div .category-tree .accordion-item .accordion-collapse .accordion-body[b-772jsnp2hx] {
  padding: 0px !important;
}
.product-list[b-772jsnp2hx] {
  background: #fafafa;
  border-radius: var(--border-radius);
}
.product-list button[b-772jsnp2hx] {
  margin: 0px !important;
}
@media (max-width: 1100px) {
  .product-tree-outside-div[b-772jsnp2hx] {
    max-height: 40vh;
    position: relative;
    width: 99%;
    border: 1px solid #d3d3d3;
    border-radius: var(--border-radius);
    overflow-y: auto;
  }
  .product-tree-div[b-772jsnp2hx] {
    height: 100%;
    overflow-y: unset;
  }
  .closed[b-772jsnp2hx] {
    height: auto !important;
  }
  .product-list[b-772jsnp2hx] {
    width: 100%;
    border-radius: var(--border-radius);
  }
}
.tree-btn[b-772jsnp2hx] {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 0px;
  padding-left: 25px;
  padding-right: 15px;
  font-size: 15px !important;
  height: fit-content !important;
  border: none !important;
  background-color: transparent !important;
  font-weight: 600 !important;
}
[b-772jsnp2hx]::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  outline: none;
  border-radius: var(--border-radius);
}
[b-772jsnp2hx]::-webkit-scrollbar-thumb {
  background: #C4D600;
  border-radius: var(--border-radius);
}
.btn:active:focus[b-772jsnp2hx] {
  box-shadow: none !important;
}
/* /Components/Shared/ProductModal.razor.rz.scp.css */
.summary-div[b-1c3v6z9kg5] {
  border: 2px solid #C4D600;
  border-radius: var(--border-radius);
  padding: 5px;
  display: flex;
  justify-content: space-between;
  margin: 20px;
  padding-left: 10px;
  padding-right: 10px;
}
.btn-cart[b-1c3v6z9kg5] {
  background-color: #C4D600 !important;
  border-radius: var(--border-radius) !important;
  font-weight: 500 !important;
  border: 1px solid #0000003c !important;
  font-family: Poppins;
  margin: 20px !important;
  margin-top: 5px !important;
  width: 200px;
}
/* top info row start*/
.header[b-1c3v6z9kg5] {
  margin-bottom: 10px;
  display: flex;
  flex-direction: row;
}
.header .info[b-1c3v6z9kg5] {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.header .info .info-row[b-1c3v6z9kg5] {
  display: flex;
  justify-content: space-between;
  padding: 5px;
}
.header .info .info-row .title[b-1c3v6z9kg5] {
  font-size: 22px;
  height: 30px;
  margin-top: 8px;
}
.header hr[b-1c3v6z9kg5] {
  color: #C4D600;
  height: 3px;
  margin-top: 0px;
}
.header .logo-product[b-1c3v6z9kg5] {
  max-height: 40px;
}
.btn-img[b-1c3v6z9kg5] {
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: none;
}
@media (max-width: 880px) {
  .info-row[b-1c3v6z9kg5] {
    display: flex;
    flex-direction: column;
    padding: 0px;
  }
  .info-row .inline-row[b-1c3v6z9kg5] {
    padding-bottom: 5px;
    padding-top: 5px;
  }
  .title[b-1c3v6z9kg5] {
    height: auto !important;
  }
  .header[b-1c3v6z9kg5] {
    flex-direction: row;
    flex-wrap: wrap;
  }
  .img-div[b-1c3v6z9kg5] {
    display: flex;
    flex-direction: row !important;
    justify-content: space-evenly;
    max-width: fit-content !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    margin: 5px;
  }
  .img-div img[b-1c3v6z9kg5] {
    max-width: 60px;
    margin-right: 5px;
    width: auto !important;
  }
  .img-div .small-video[b-1c3v6z9kg5] {
    max-width: 60px;
  }
  .img-div .btn-img:last-child[b-1c3v6z9kg5] {
    margin-bottom: 4px !important;
    margin-right: 0px !important;
  }
  .img-div .btn-img:first-child[b-1c3v6z9kg5] {
    margin-left: 0px !important;
  }
  .main-img-div[b-1c3v6z9kg5] {
    width: 100%;
    display: grid !important;
    justify-content: center;
    margin-bottom: 5px;
  }
  .logo-product[b-1c3v6z9kg5] {
    display: none;
  }
  .data[b-1c3v6z9kg5] {
    display: flex;
    flex-direction: column;
  }
  .data .flex-row[b-1c3v6z9kg5] {
    display: flex;
    flex-direction: row !important;
    border: 1px solid #0000003c !important;
    border-radius: var(--border-radius);
    padding: 10px !important;
    margin: 10px;
  }
  .data div[b-1c3v6z9kg5] {
    flex-direction: column;
    border: none !important;
    height: auto;
    flex: 1 !important;
    padding: 0px !important;
    margin-bottom: 0px !important;
  }
  .data .column-data[b-1c3v6z9kg5],
  .data .column-title[b-1c3v6z9kg5] {
    width: 100%;
    margin: 1px;
    height: 30px;
    display: block !important;
    flex: none !important;
    border-bottom: 1px solid #0000003c !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .data .column-data:last-child[b-1c3v6z9kg5],
  .data .column-title:last-child[b-1c3v6z9kg5] {
    border-bottom: none !important;
  }
  .data .product-header[b-1c3v6z9kg5] {
    display: flex !important;
  }
  .data .image[b-1c3v6z9kg5] {
    height: 45px;
  }
  .btn-cart[b-1c3v6z9kg5],
  .summary-div[b-1c3v6z9kg5] {
    margin: 15px 30px 10px 30px !important;
  }
}
.product-header[b-1c3v6z9kg5] {
  display: none !important;
}
.data .flex-row:first-child .product-header[b-1c3v6z9kg5] {
  display: flex !important;
}
@media (max-width: 450px) {
  .accordion-body[b-1c3v6z9kg5] {
    padding: 3px;
  }
  .flex-row[b-1c3v6z9kg5] {
    margin: 3px !important;
  }
  .btn-cart[b-1c3v6z9kg5],
  .summary-div[b-1c3v6z9kg5] {
    margin: 5px !important;
  }
}
.tooltip-img-div img[b-1c3v6z9kg5] {
  width: fit-content;
  max-height: 450px;
}
.tooltip-img-div video[b-1c3v6z9kg5] {
  width: fit-content;
  max-height: 450px;
}
.main-img-div img[b-1c3v6z9kg5] {
  width: fit-content;
  max-height: 230px;
}
.main-video[b-1c3v6z9kg5] {
  max-height: 230px;
}
.small-video[b-1c3v6z9kg5] {
  width: 100%;
  height: 100%;
}
.img-div[b-1c3v6z9kg5] {
  display: flex;
  flex-direction: column;
  max-height: 230px;
  max-width: 100px;
  overflow-y: auto;
  overflow-x: hidden;
}
.img-div img[b-1c3v6z9kg5] {
  width: 100%;
  height: 100%;
}
.img-div .btn-img[b-1c3v6z9kg5] {
  margin: 4px;
  margin-top: 0px;
}
.img-div .btn-img:last-child[b-1c3v6z9kg5] {
  margin-bottom: 0px;
}
.bold[b-1c3v6z9kg5] {
  font-weight: 600;
}
.align-right[b-1c3v6z9kg5] {
  display: flex;
  justify-content: flex-end;
}
/* top info row end*/
.middle[b-1c3v6z9kg5],
.info[b-1c3v6z9kg5] {
  margin-top: 15px;
}
.middle .accordion-collapse[b-1c3v6z9kg5],
.info .accordion-collapse[b-1c3v6z9kg5] {
  border: none;
}
.middle .accordion-item[b-1c3v6z9kg5],
.info .accordion-item[b-1c3v6z9kg5] {
  background-color: #fff;
  border: 1px solid #c4d60059;
  min-width: fit-content;
}
.middle .accordion-header[b-1c3v6z9kg5],
.info .accordion-header[b-1c3v6z9kg5] {
  z-index: 1;
  position: relative;
}
.middle .product-header[b-1c3v6z9kg5],
.info .product-header[b-1c3v6z9kg5] {
  display: flex;
  font-weight: 600;
  padding: 5px 10px;
  border: 1px solid #0000003c;
  border-radius: var(--border-radius);
  margin-bottom: 8px;
  align-items: center;
}
.middle .product-header .column-title[b-1c3v6z9kg5],
.info .product-header .column-title[b-1c3v6z9kg5] {
  display: flex;
  justify-content: center;
}
.middle .product-item[b-1c3v6z9kg5],
.info .product-item[b-1c3v6z9kg5] {
  display: flex;
  padding: 5px 10px;
  border: 1px solid #0000003c;
  border-radius: var(--border-radius);
  margin-bottom: 8px;
  align-items: center;
  cursor: pointer;
  /* Chrome, Safari, Edge, Opera */
  /* Firefox */
}
.middle .product-item .column-data[b-1c3v6z9kg5],
.info .product-item .column-data[b-1c3v6z9kg5] {
  display: flex;
  justify-content: center;
}
.middle .product-item .size-input[b-1c3v6z9kg5],
.info .product-item .size-input[b-1c3v6z9kg5] {
  flex: 0.5;
}
.middle .product-item .size-input .preorder-badge[b-1c3v6z9kg5],
.info .product-item .size-input .preorder-badge[b-1c3v6z9kg5] {
  font-size: 13px;
  position: absolute;
  top: -12px;
  left: 30px;
  background-color: #C4D600;
  border-radius: 50%;
  height: 20px;
  width: 20px;
  text-align: center;
  line-height: initial;
}
.middle .product-item .size-input input[b-1c3v6z9kg5],
.info .product-item .size-input input[b-1c3v6z9kg5] {
  max-width: 40px;
  text-align: center;
}
.middle .product-item .sum-input[b-1c3v6z9kg5],
.info .product-item .sum-input[b-1c3v6z9kg5] {
  flex: 1;
}
.middle .product-item .sum-input input[b-1c3v6z9kg5],
.info .product-item .sum-input input[b-1c3v6z9kg5] {
  max-width: 60px;
}
.middle .product-item .product-thumbnail[b-1c3v6z9kg5],
.info .product-item .product-thumbnail[b-1c3v6z9kg5] {
  max-width: 44px;
  max-height: 44px;
  border-radius: var(--border-radius);
  width: auto;
  height: auto;
}
.middle .product-item input[b-1c3v6z9kg5],
.info .product-item input[b-1c3v6z9kg5] {
  border-radius: var(--border-radius);
  border: 1px solid;
  border-color: rgba(118, 118, 118, 0.3);
  text-align: center;
}
.middle .product-item input:focus-visible[b-1c3v6z9kg5],
.info .product-item input:focus-visible[b-1c3v6z9kg5] {
  border: 2px solid;
  border-color: #c4d600c1;
  outline: none;
}
.middle .product-item input[b-1c3v6z9kg5]::-webkit-outer-spin-button,
.info .product-item input[b-1c3v6z9kg5]::-webkit-outer-spin-button,
.middle .product-item input[b-1c3v6z9kg5]::-webkit-inner-spin-button,
.info .product-item input[b-1c3v6z9kg5]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.middle .product-item input[type=number][b-1c3v6z9kg5],
.info .product-item input[type=number][b-1c3v6z9kg5] {
  -moz-appearance: textfield;
}
.middle .info-icon[b-1c3v6z9kg5],
.info .info-icon[b-1c3v6z9kg5] {
  color: #C4D600;
}
.middle[b-1c3v6z9kg5] {
  margin-bottom: 20px;
}
.accordion-item[b-1c3v6z9kg5] {
  padding: 5px;
}
[b-1c3v6z9kg5]::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  outline: none;
  border-radius: var(--border-radius);
}
[b-1c3v6z9kg5]::-webkit-scrollbar-thumb {
  background: #C4D600;
  border-radius: var(--border-radius);
}
/* /Components/Shared/ProductTable.razor.rz.scp.css */
.underlay[b-yymbpm78n2] {
  background-color: white;
  position: sticky;
  top: 0px;
  width: 100%;
  height: 42px;
  z-index: 1;
}
.table-container[b-yymbpm78n2] {
  max-height: 82vh;
  height: 100%;
  overflow-y: auto;
  width: 100%;
  margin-top: 15px;
}
thead th[b-yymbpm78n2] {
  position: sticky;
  top: 0;
  background-color: white;
  z-index: 1;
}
[b-yymbpm78n2]::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  outline: none;
  border-radius: var(--border-radius);
}
[b-yymbpm78n2]::-webkit-scrollbar-thumb {
  background: #C4D600;
  border-radius: var(--border-radius);
}
thead[b-yymbpm78n2] {
  width: calc(100% + 20px);
  text-align: left;
  background-color: #f4f4f4;
  padding: 10px;
  border: 1px solid #ccc;
}
th[b-yymbpm78n2],
td[b-yymbpm78n2] {
  padding: 10px;
  text-align: left;
}
table[b-yymbpm78n2] {
  position: relative;
  top: -42px;
  font-family: "B612", sans-serif;
  border-collapse: separate;
  border-spacing: 0 15px;
  width: 99%;
  margin: -15px 0;
}
th[b-yymbpm78n2] {
  font-size: 20px;
  border-bottom: 1px solid #0000003c;
  padding: 5px;
  white-space: nowrap;
  border-radius: 0px !important;
}
td[b-yymbpm78n2] {
  font-size: 15px;
  border: 1px solid #0000003c;
  padding: 10px 5px 10px 5px;
  width: 150px;
}
.thumbnail[b-yymbpm78n2] {
  width: auto;
  height: auto;
  border-radius: var(--border-radius);
  max-width: 44px;
  max-height: 44px;
}
.body-row[b-yymbpm78n2] {
  cursor: pointer;
  border-radius: var(--border-radius);
}
.left-element[b-yymbpm78n2] {
  border-right: hidden;
  width: 75px;
  padding: 2px 0 2px 10px;
  border-radius: var(--border-radius) 0px 0px var(--border-radius);
}
.middle-element[b-yymbpm78n2] {
  border-left: hidden;
  border-right: hidden;
  text-align: center;
}
.right-element[b-yymbpm78n2] {
  border-left: hidden;
  text-align: end;
  padding-right: 20px;
  border-radius: 0px var(--border-radius) var(--border-radius) 0px;
}
thead .left-element[b-yymbpm78n2] {
  padding-left: 15px;
}
thead .right-element[b-yymbpm78n2] {
  padding-right: 5px;
}
.list-price-discounted[b-yymbpm78n2] {
  color: #ff0000;
  text-decoration: line-through;
  text-decoration-color: black;
}
.list-price-discounted[b-yymbpm78n2]:before,
.list-price-discounted[b-yymbpm78n2]:after {
  content: "\00a0\00a0";
}
.list-price[b-yymbpm78n2] {
  color: #ff0000;
}
.list-price[b-yymbpm78n2]:before,
.list-price[b-yymbpm78n2]:after {
  content: "\00a0\00a0";
}
.discounted-price[b-yymbpm78n2] {
  color: #22C55E;
}
/*.isDiscounted {
    color: #5E51F5;
}*/
.notDiscounted[b-yymbpm78n2] {
  padding-right: 35px;
}
.circle[b-yymbpm78n2] {
  height: 15px;
  width: 15px;
  border: 1px solid #0000003c;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
}
.labelbase[b-yymbpm78n2] {
  position: relative;
}
.labelcontainer[b-yymbpm78n2] {
  position: absolute;
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 71%;
  top: -6px;
  left: 30%;
}
.label[b-yymbpm78n2] {
  background-color: #E74040;
  border-radius: var(--border-radius);
  color: white;
  font-size: 90%;
  font-weight: 700;
  padding: 0px 8px;
  margin: 0;
  display: flex !important;
  align-items: center;
  font-family: "B612", sans-serif;
}
.baselabelcontainer .label[b-yymbpm78n2] {
  display: initial !important;
}
.primarylabel[b-yymbpm78n2] {
  align-self: start;
}
.secondarylabel[b-yymbpm78n2] {
  align-self: end;
}
.selector-wrapper[b-yymbpm78n2] {
  display: flex;
  justify-content: space-between;
  padding-right: 18px;
}
.selector-wrapper[b-yymbpm78n2]  .k-button-solid-base {
  background-color: transparent;
  border-radius: var(--border-radius);
  height: 35px;
}
.selector-wrapper[b-yymbpm78n2]  .k-button-solid-base.k-selected {
  border-color: transparent;
  color: black;
  background-color: #C4D600;
  border-radius: var(--border-radius);
  z-index: 3;
}
.selector-wrapper[b-yymbpm78n2]  .k-button-group > .k-button:first-child:not(:only-child) {
  position: relative;
  left: 3px;
}
.selector-wrapper .search-field[b-yymbpm78n2] {
  width: 25vw;
  border-radius: var(--border-radius);
}
.base-discount[b-yymbpm78n2] {
  display: flex;
  align-items: center;
  gap: 5px;
}
@media (max-width: 650px) {
  .selector-wrapper[b-yymbpm78n2],
  .first-group[b-yymbpm78n2] {
    flex-direction: column;
  }
}
@media (max-width: 1024px) {
  .first-group[b-yymbpm78n2] {
    flex-direction: column;
  }
  .search-field[b-yymbpm78n2] {
    width: 100% !important;
    margin: 10px 0px !important;
  }
}
@media (max-width: 620px) {
  .selector-wrapper[b-yymbpm78n2] {
    justify-content: start;
  }
}
.modal-wrapper[b-yymbpm78n2]  .large-modal {
  height: 85%;
}
.mobile-header[b-yymbpm78n2] {
  display: none;
}
.left-element .labelcontainer[b-yymbpm78n2] {
  display: none;
}
@media (max-width: 880px) {
  table[b-yymbpm78n2] {
    position: unset;
  }
  tr[b-yymbpm78n2] {
    display: flex;
    flex-direction: column;
    width: fit-content;
  }
  thead[b-yymbpm78n2] {
    display: none;
  }
  tbody[b-yymbpm78n2] {
    display: flex;
    border: 1px solid #0000003c;
    border-radius: var(--border-radius);
    margin: 10px;
    margin-bottom: 20px;
  }
  tbody tr[b-yymbpm78n2] {
    flex: 1;
  }
  tbody .left-element[b-yymbpm78n2],
  tbody .right-element[b-yymbpm78n2],
  tbody td[b-yymbpm78n2] {
    font-size: 15px;
    border: 1px solid #0000003c;
    padding: 10px 5px 10px 5px;
    width: auto;
    height: 50px;
    border-radius: 0px;
    border-right: none;
    border-left: none;
    text-align: left !important;
    align-items: center;
    display: flex;
  }
  tbody .left-element[b-yymbpm78n2] {
    border-top: none;
  }
  tbody .right-element[b-yymbpm78n2] {
    border-bottom: none;
  }
  tbody .right-element .labelcontainer[b-yymbpm78n2] {
    display: none;
  }
  tbody .left-element .labelcontainer[b-yymbpm78n2] {
    display: flex;
  }
  .mobile-header[b-yymbpm78n2] {
    display: flex !important;
    font-weight: 600;
    font-size: 18px;
  }
  .underlay[b-yymbpm78n2] {
    display: none;
  }
}
/* /Components/Shared/Profile.razor.rz.scp.css */
.profile_header[b-veq7nfampx] {
  text-align: center;
}
.profile_image[b-veq7nfampx] {
  border-radius: 50%;
  border: 3px solid white;
  width: 10vw;
  height: 10vw;
  margin-top: -50px;
  z-index: 3;
  position: relative;
}
@media (max-width: 800px) {
  .profile_image[b-veq7nfampx] {
    width: 70px;
    height: 70px;
  }
  .img_div_wrapper[b-veq7nfampx] {
    height: 25px !important;
  }
}
.profile_name[b-veq7nfampx] {
  font-weight: bold;
}
.tabs[b-veq7nfampx]  .k-link {
  color: #C4D600;
}
.tabs[b-veq7nfampx]  .k-content,
.tabs[b-veq7nfampx]  .k-item.k-active,
.tabs[b-veq7nfampx]  .k-tabstrip-items-wrapper {
  border-color: #C4D600;
}
.card-body hr[b-veq7nfampx] {
  color: #C4D600;
}
.card[b-veq7nfampx] {
  border: none;
}
.tabs[b-veq7nfampx]  .k-item.k-active .k-link {
  color: black !important;
  font-weight: bold;
}
.bold[b-veq7nfampx] {
  font-weight: bold;
}
.data[b-veq7nfampx] {
  width: 100%;
}
.img_div[b-veq7nfampx] {
  text-align: center;
  position: fixed;
  left: 0;
  right: 0;
  height: inherit;
}
.img_div_wrapper[b-veq7nfampx] {
  position: relative;
  height: calc(10vw - 50px);
}
.hide_img[b-veq7nfampx] {
  z-index: 3;
  opacity: 0;
  transition: opacity 0.5s ease-out;
}
.show_img[b-veq7nfampx] {
  z-index: 3;
  opacity: 1;
  transition: opacity 0.5s ease-in;
}
.delivery_addresses_grid[b-veq7nfampx]  .k-grid {
  border: none;
}
.delivery_addresses_grid[b-veq7nfampx]  .k-grid-container {
  border: 1px solid #C4D60054 !important;
  border-top: none;
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}
.delivery_addresses_grid[b-veq7nfampx]  .k-grid-header {
  border: none;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  overflow: hidden;
}
.delivery_addresses_grid[b-veq7nfampx]  .k-table-th {
  text-align: left !important;
  vertical-align: middle;
  color: #000000;
  font-size: 1rem;
  height: 2rem;
  background-color: #C4D600;
}
.delivery_addresses_grid[b-veq7nfampx]  .k-grid td {
  border-bottom: #C4D6004D 1px solid !important;
}
.delivery_addresses_grid[b-veq7nfampx]  .k-master-row {
  height: 3.5rem;
  background-color: white !important;
}
.delivery_addresses_grid[b-veq7nfampx]  .k-grid tbody tr:hover:not(.k-detail-row) td {
  /*grid row hover*/
  background-color: white !important;
}
.delivery_addresses_grid[b-veq7nfampx]  .k-table-td:first-child,
.delivery_addresses_grid[b-veq7nfampx]  .k-table-th:first-child {
  padding-left: 20px !important;
}
.delivery_addresses_grid[b-veq7nfampx]  .k-grid-content {
  height: fit-content;
  padding-bottom: 6px;
}
.tabs[b-veq7nfampx]  .k-tabstrip-items-wrapper .k-item:focus {
  box-shadow: none;
}
@class ::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  outline: 1px solid black;
  border-radius: var(--border-radius);
}
@class ::-webkit-scrollbar-thumb {
  background: #C4D600;
  border-radius: var(--border-radius);
}
/* /Components/Shared/SearchBox.razor.rz.scp.css */
[b-cqjz5mspyf]::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  outline: none;
  border-radius: var(--border-radius);
}
[b-cqjz5mspyf]::-webkit-scrollbar-thumb {
  background: #C4D600;
  border-radius: var(--border-radius);
}
.search-form[b-cqjz5mspyf] {
  /* display: flex;
    flex-direction: row;*/
  border: 1px solid grey;
  border-radius: var(--border-radius);
  z-index: 2;
  position: relative;
}
.search-input[b-cqjz5mspyf] {
  width: 100%;
  border: none;
  border-radius: var(--border-radius);
  padding-left: 20px;
}
.thumbnail[b-cqjz5mspyf] {
  width: auto;
  height: auto;
  border-radius: var(--border-radius);
  max-width: 50px;
  max-height: 50px;
  margin-right: 5px;
}
.search-input:focus-visible[b-cqjz5mspyf] {
  outline: none;
}
.search-button[b-cqjz5mspyf] {
  background-color: transparent;
  color: black;
  border-radius: var(--border-radius);
  border: none;
  margin-left: 5px;
}
.search-button .material-symbols-outlined[b-cqjz5mspyf] {
  font-size: 24px;
}
.result-title[b-cqjz5mspyf] {
  font-size: 18px;
  color: #C4D600;
  padding: 8px;
}
.result[b-cqjz5mspyf] {
  display: flex;
  flex-direction: row;
  padding: 1px;
  padding-left: 12px;
  align-items: center;
  cursor: pointer;
}
.result:hover[b-cqjz5mspyf] {
  background-color: #c4d6004e;
}
.autocom-box[b-cqjz5mspyf] {
  display: none;
  position: relative;
  padding: 0;
  background-color: white;
  z-index: 2;
  height: 280px;
  overflow-y: auto;
  flex-direction: column;
  border-radius: var(--border-radius);
}
.autocom-box .no-result[b-cqjz5mspyf] {
  margin: auto;
  font-weight: 500;
}
/*
@media (max-width: 1250px) {
    .search-input {
        max-width: 150px;
    }
}

@media (max-width: 1100px) {
    .search-input {
        max-width: 130px;
    }
}

@media (max-width: 1035px) {
    .search-input {
        max-width: 100px;
    }
}

@media (max-width: 991.5px) {
    .search-form {
        justify-self: center;
        width: 100%;
    }

    .search-input {
        max-width: initial;
    }
}*/
/* /Components/Shared/StatusBar.razor.rz.scp.css */
.status-div[b-1jdode12z9] {
  border-radius: 30px;
  font-size: small;
  display: grid;
  grid-template-columns: auto auto;
  justify-content: center;
  padding: 4px;
  align-items: center;
  font-weight: 600;
  max-width: fit-content;
}
.status-div .dot[b-1jdode12z9] {
  height: 7px;
  width: 7px;
  border-radius: 50%;
}
.status-div label[b-1jdode12z9] {
  font-size: 14px;
  font-weight: 600;
  margin: 0 !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 5px;
}
.green[b-1jdode12z9] {
  background-color: transparent;
  border: solid 2px #039855;
}
.green label[b-1jdode12z9] {
  color: #027a48;
}
.green .dot[b-1jdode12z9] {
  background-color: #039855;
}
.blue[b-1jdode12z9] {
  background-color: transparent;
  border: solid 2px #1570ef;
}
.blue label[b-1jdode12z9] {
  color: #2e90fa;
}
.blue .dot[b-1jdode12z9] {
  background-color: #2e90fa;
}
.pink[b-1jdode12z9] {
  border: solid 2px #dd2590;
  background-color: transparent;
}
.pink label[b-1jdode12z9] {
  color: #c11574;
}
.pink .dot[b-1jdode12z9] {
  background-color: #ee46bc;
}
.yellow[b-1jdode12z9] {
  border: solid 2px #ed9c60;
  background-color: transparent;
}
.yellow label[b-1jdode12z9] {
  color: #eea670;
}
.yellow .dot[b-1jdode12z9] {
  background-color: #eb843a;
}
.red[b-1jdode12z9] {
  border: solid 2px red;
  background-color: transparent;
}
.red label[b-1jdode12z9] {
  color: red;
}
.red .dot[b-1jdode12z9] {
  background-color: red;
}
