.css-919eu4 {
    position: fixed;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    inset: 0px;
    background-color: rgba(0, 0, 0, 0.5);
    -webkit-tap-highlight-color: transparent;
    z-index: -1;
}
.css-1sqnrfj .MuiDrawer-paper {
    border-top-left-radius: 1rem;
    border-top-right-radius: 1rem;
    max-height: 80vh;
    min-height: 80vh;
    overflow-y: auto;
    overflow-x: hidden;
}

.mt-6 {
   margin-top: 1.5rem; 
}

.modal-mody {
  background-color: #fff !important;
  padding-bottom: .5rem;
  padding-top: .5rem;  
  top: 4rem;
  position: sticky;
  z-index: 100;
  padding-right: 1rem;
}

.modal-top-stick {
    position: sticky;
    top: 0;
    z-index: 50;
    background-color: white;
}

.modal-meio-stick {
   padding-left: 1rem;
   padding-right: 1rem;
    justify-content: space-between;
    background-color: white;
    align-items: center;
    height: 4rem;
    display: flex;
;
    
}

.new-modal-px {
    padding-bottom: 8rem;
    /*padding-left: 1rem;*/
    /*padding-right: 1rem;*/
}

.header-top {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.75rem;
  margin: 0;
    
}

.modal-alinhamento-item {
    font-weight: 700;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
    margin-top: .5rem;
    padding-left: 1rem;

}

.modal-justify-start {
    justify-content: flex-start;
     align-items: center;
        display: flex
;
}
.modal-button-done {
    font-weight: 600;
    padding: 1.8rem;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
    left: 0;
    bottom: 0;
    position: fixed;
}

.h-auto {
    height: auto;
}

.css-1sqnrfj {
    position: fixed;
    inset: 0px;
    z-index: 25;
}

.styles_closeButton {
    position: absolute;
    top: 21%;
    right: 5%;
    border: none;
    padding: 0;
    background-color: transparent;
    display: flex;
    z-index: 1800;
    outline: none;
}

.styles_closeButton *,
.styles_closeButton:focus,
.styles_closeButton:focus-visible {
    outline: none;
    border: none;
    box-shadow: none;
}

.styles_closeButton svg {
    pointer-events: none;
}

.styles_closeIcon {
    width: 34px;
    padding: 7px;
    margin-right: -6px;
    border-radius: 30px;
    z-index: 1500 !important;
}

.modal {
  transition: transform 0.3s ease, opacity 0.3s ease;
  transform: translateY(100px); /* posição fora da tela */
  opacity: 0;
  pointer-events: none;
}

.modal--open {
  transform: translateY(0);
  opacity: 1;
  pointer-events: auto;
}

.modal--close {
  transform: translateY(100px);
  opacity: 0;
  pointer-events: none;
}


.btn-customization-modal {
    position: fixed;
    bottom: 0;
    border-radius: 13px;
    box-shadow: 0px 0px 20px 11px white;
    height: 58px !important;
    z-index: 99999;
}

.css-fy2uxz {
    background-color: rgb(255, 255, 255);
    color: rgba(0, 0, 0, 0.87);
    box-shadow: rgba(0, 0, 0, 0.2) 0px 8px 10px -5px, rgba(0, 0, 0, 0.14) 0px 16px 24px 2px, rgba(0, 0, 0, 0.12) 0px 6px 30px 5px;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    height: auto;
    z-index: 1200;
    position: fixed;
    top: auto;
    left: 0px;
    bottom: 0px;
    right: 0px;
    max-height: 100%;
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1);
    flex: 1 0 auto;
    outline: 0px;
}

.magic-checkbox-new {
    position: absolute;
    height: 1.6rem;
    width: 1.6rem;
    /*left: 42%;*/
    accent-color: #1ba672;
}

.magic-radio-new {
    height: 1.6rem;
    width: 1.6rem;
    position: absolute;
    accent-color: #1ba672;
}

/*Cart new*/
.cart-checkout-block {
    width: 100%;
    position: fixed;
    bottom: 0;
    z-index: 9;
    height: 22vh;
    -webkit-box-shadow: 0px -2px 12px 2px rgba(0, 0, 0, 0.06);
    box-shadow: 0px -2px 12px 2px rgba(0, 0, 0, 0.06);
}

/*restaurant image*/
.restaurant-image-produto {
    width: 5.5rem;
    float: left;
    border-radius: .375rem;
    margin-right: 1rem;
}


hr {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    border: 0;
    border-top: 1px solid #eee;
}

.btn-make-payment-float {
    width: 50%;
    padding: 0.9375rem 0;
    line-height: 1.95rem;
    font-size: 14px;
    font-weight: 700;
    display: block;
    border-radius: 10px;
    height: 3.8rem;
    position: fixed !important;
    margin-bottom: 1rem;
    bottom: 10px;
    right: 15px;
    box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}
