.custmenu__dropleft {
  max-height: 350px;       /* Limit height before scrolling */
  overflow-y: auto;        /* Show vertical scroll only if needed */
  overflow-x: hidden;      /* Prevent horizontal scroll */
}
.hidden {
  display:none !important;
}

.custom_receipt__header {
  background-color: #e5e4e5 !important;
}

.userdeactivate-alert {
    position: fixed;
    z-index: 999999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    backdrop-filter: brightness(0.5);
}

.userdeactivate-alert__content {
    position: relative;
    margin: auto;
    padding: 10px;
    width: 420px;
    -webkit-animation-name: animatetop;
    -webkit-animation-duration: .4s;
    animation-name: animatetop;
    animation-duration: .4s;
    background: #fff;
    border: 2px solid #e2ecf4;
    box-shadow: 0 5px 25px rgb(0 0 0 / 10%);
    border-radius: 10px;
    overflow: auto;
    top: 35%;
}

.userdeactivate-alert__body {
    margin: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.userdeactivate-alert__btn {
    width: 60px;
    margin: 20px;
    margin-bottom: 5px;
    cursor:pointer;
}
.userdeactivate-alert__text p{
  margin-bottom: 0px;
}
@media only screen and (max-width:767px) {
  .userdeactivate-alert__content{
    width:95%;
  }
}
@media only screen and (max-width: 440px) {
  .custom_receipt__header {
    width: 100% !important;

  }
  .cust_orderline__tb {
    font-size: 10px !important;
  }
  .cust_font__mb
  {
    font-size: 12px !important;
  }
  .cust_font__mb2
  {
    font-size: 13px !important;
  }
   .cust_Myorderlist
  {
    font-size: 10px !important;
  }
  .cust_Margin
  {
    padding: 1em !important;
    margin: 1em !important;
  }
}
