.conf-top-bg-image-cont{
    width: 100%;
    height: 40vh;
    background-image: url("https://res.cloudinary.com/dns3bxdp9/image/upload/v1634015411/cropped_rcfksu.jpg");
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
  .conf-cineplo-image {
    width:150px;
    height: 40px;
    margin-top: 6vh;
  }
  .conf-user-cinema-name{
    color: white;
    font-weight: 400;
    font-size: 16px;
    margin: 0px;
    margin-top: 8px;
    font-family: 'Poppins', sans-serif !important;
  }
  .conf-bottom-content-main-cont{
    width: 90%;
    min-height: 75vh; 
    position: absolute;
    z-index: 90;
    top: 20vh;
    right: 5%;
    left: 5%;
    border: 1px solid #D7D7D8;
    background-color: white;
    /* border-top-left-radius: 10px;
    border-top-right-radius: 10px; */
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding-bottom: 30px;
  }
  .food-items-input-main-cont {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 25px;
  }
  .conf-each-input-cont {
    width: 205px;
    height: 40px;
    padding: 10px;
    border: 1px solid #D9DAE6;
    border-radius: 6px;
    margin-right: 15px;
  }
  .conf-select-item {
    width: 100%;
    padding-left: 5px;
    border-width: 0px;
    /* border-left: 1px solid #D9DAE6; */
  }
  .conf-error-image-cont {
    width: 100%;
    height: 50vh;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
  }
  .conf-error-image {
    width: 35%;
    /* height: 400px; */
    margin-top: 6vh;
  }
  .conf-user-main-icon-cinema-cont {
    width: 200px;
    height: 65px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: absolute;
    z-index: 90;
    top: 3vh;
    right: 50px;
    font-family: 'Poppins', sans-serif;
  }
  .conf-user-main-icon-cont{
    width: 200px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .conf-user-short-name-cont{
    background: #7487FF;
    border-radius: 6px;
    height: 40px;
    width: 50px;
    /* margin-top: 5px; */
    text-align: center;
    padding: 5px;
  }
  .conf-user-short-name{
    text-transform: capitalize;
    color: white;
    font-weight: 500;
    font-size: 26px;
    margin: 0px;
  }
  .conf-user-name-mail-cont{
    height: 40px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-right: 12px;
    margin-left: 12px;
    /* align-items: center; */
  }
  .conf-user-name {
    color: white;
    font-size: 13px;
    font-weight: 500;
    margin: 0px;
    max-width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .conf-user-email {
    color: white;
    font-size: 13px;
    margin: 0px;
    max-width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow-x: hidden;
  }
  .conf-user-name {
    color: white;
    font-size: 13px;
    font-weight: 500;
    margin: 0px;
    max-width: 120px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
  }
  .conf-user-pop-cont {
    width: 200px;
    background-color: white;
    border-radius: 6px;
    text-align: center;
    border: 1px solid #D9DAE6;
    position: absolute;
    z-index: 90;
    top: 80px;
    right: 50px;
  }
  .conf-user-pop-items {
    color: #2f3538;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 10px;
    cursor: pointer;
    margin: 0px;
  }
  .conf-user-pop-items:hover {
    color: #2f3538;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding:10px;
    cursor: pointer;
    background-color: #f0f4f7;
    margin: 0px;
  }
  .conf-error-pop-item {
    width: 100%;
    border-width: 0px;
  color: red;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 10px;
  cursor: pointer;
  background-color: white;
  text-align: left;
  margin: 0px;
  outline: none !important;
  }
  .conf-error-pop-item:hover {
    border-width: 0px;
    color: red;
    text-align: left;
    width: 100%;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    padding: 10px;
    cursor: pointer;
    background-color: #f0f4f7;
    margin: 0px;
  }
  .conf-all-user-main-cont {
    margin-top: 25px;
    overflow-y: auto;
  }
  
  .conf-all-user-main-cont::-webkit-scrollbar {
    width: 4px;
    position: fixed;
  }
  
  /* Track */
  .conf-all-user-main-cont::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey;
    border-radius: 5px;
    margin-bottom: 5px;
  }
  
  /* Handle */
  .conf-all-user-main-cont::-webkit-scrollbar-thumb {
    background: #9C9C9C;
    border-radius: 5px;
  }
  #conf-food-items {
    border-collapse: collapse;
    width: 100%;
  }
  
  #conf-food-items td, #delete-items th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  
  #conf-food-items tr:nth-child(even) {
    background-color: #f2f2f2;
  }
  
  #conf-food-items tr:hover {
    background-color: #ddd;
  }
  #conf-food-items th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: center;
    background-color: rgb(33, 78, 198);
    color: white;
  }
  .conf-toggle-btn {
    font-size: 20px;
  }
  .conf-toggle-on-btn {
    color: #00cc2f;
  }
  .conf-toggle-off-btn {
    color: red;
  }
