#the-list tr {
    cursor: move;
}

#food-tabs {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    /* height: 75vh; */
}

#fdm-image-modal {
    display: none;
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
  }

  #drink-tabs {
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    /* height: 75vh; */
}

#fdm-image-modal {
    z-index: 999999 !important;
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

#fdm-image-modal * {
    z-index: inherit;
}

#fdm-image-modal .close,
#fdm-image-modal [class*="close"],
#fdm-image-modal [id*="close"] {
    position: relative !important;
    top: 100px !important;
}