.dele-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;
  font-family: 'Poppins', sans-serif !important;
}

.dele-cineplo-image {
  width: 150px;
  height: 40px;
  margin-top: 6vh;
}

.dele-user-cinema-name {
  color: white;
  font-weight: 400;
  font-size: 16px;
  margin: 0px;
  margin-top: 8px;
  font-family: 'Poppins', sans-serif !important;
}

.dele-user-main-icon-cinema-cont {
  width: 200px;
  height: 65px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  /* align-items: center; */
  position: absolute;
  z-index: 90;
  top: 3vh;
  right: 50px;
  font-family: 'Poppins', sans-serif;
}

.dele-user-main-icon-cont {
  width: 200px;
  height: 40px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.dele-user-short-name-cont {
  background: #7487FF;
  border-radius: 6px;
  height: 40px;
  width: 50px;
  /* margin-top: 5px; */
  text-align: center;
  padding: 5px;
}

.dele-user-short-name {
  text-transform: capitalize;
  color: white;
  font-weight: 5 00;
  font-size: 26px;
  margin: 0px;
}

.dele-user-name-mail-cont {
  height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-right: 12px;
  margin-left: 12px;
  /* align-items: center; */
}

.dele-user-name {
  color: white;
  font-size: 13px;
  font-weight: 500;
  margin: 0px;
  max-width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

.dele-user-email {
  color: white;
  font-size: 13px;
  margin: 0px;
  max-width: 120px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow-x: hidden;
}

.dele-user-pop-cont {
  width: 200px;
  background-color: white;
  border-radius: 5px;
  border: 1px solid #D9DAE6;
  position: absolute;
  z-index: 90;
  top: 80px;
  right: 50px;
}

.dele-user-pop-items {
  color: #2f3538;
  font-size: 14px;
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  padding: 10px;
  cursor: pointer;
  margin: 0px;
  outline: none;
}

.dele-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;
  outline: none;
}

.dele-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;
}

.dele-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;
  outline: none !important;
}

.dele-bottom-content-main-cont {
  width: 90%;
  min-height: 77vh;
  padding-bottom: 30px;
  position: absolute;
  z-index: 90;
  top: 20vh;
  right: 5%;
  left: 5%;
  border: 1px solid #D7D7D8;
  background-color: white;
  /* border-top-right-radius: 10px;
  border-top-left-radius: 10px; */
  border-radius: 10px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-family: 'Poppins', sans-serif !important;
}

.dele-cinema-drop-cont {
  width: 100%;
  margin-top: 25px;
}

.dele-all-user-main-cont {
  margin-top: 25px;
  overflow-y: auto;
}

.dele-all-user-main-cont::-webkit-scrollbar {
  width: 4px;
  position: fixed;
}

/* Track */
.dele-all-user-main-cont::-webkit-scrollbar-track {
  box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
  margin-bottom: 5px;
}

/* Handle */
.dele-all-user-main-cont::-webkit-scrollbar-thumb {
  background: #9C9C9C;
  border-radius: 5px;
}

.dele-inner-main-cont {
  background-color: #e6f6ff;
  width: 100%;
  border-style: solid;
  border-width: 5px;
  border-color: #096f92;
  border-right: none;
  border-top: none;
  border-bottom: none;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}

.dele-inner-main-if-delete-cont {
  width: 100%;
  border-bottom: 1px solid lightgray;
  border-radius: 4px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 10px;
}

.dele-para-cont {
  font-family: 'Poppins', sans-serif !important;
  font-size: 16px;
  font-weight: 400;
  margin: 0px;
}

.dele-delete-main-cont {
  text-align: right;
  margin-right: 10px;
}

.dele-delete-confor-main-cont {
  background-color: white;
  border-radius: 5px;
  border: 1 px solid #D9DAE6;
  text-align: center;
  padding: 30px 20px 20px 20px;
  position: absolute;
  z-index: 90;
  top: 18vh;
  right: 35%;
  width: 400px;
}

.dele-confo-button-cont {
  margin-top: 15px;
}

.dele-btn {
  min-width: 80px;
  border-width: 0px;
  border-radius: 5px;
  color: white;
  text-align: center;
  margin: 7px;
  outline: none !important;
  padding: 10px;
  font-size: 14px;
}

.dele-reject-btn {
  background-color: #FF4040;
}

.dele-accept-btn {
  background-color: #02b556;
}

#delete-items {
  border-collapse: collapse;
  width: 100%;
}

#delete-items td, #delete-items th {
  border: 1px solid #ddd;
  padding: 8px;
}

#delete-items tr:nth-child(even) {
  background-color: #f2f2f2;
}

#delete-items tr:hover {
  background-color: #ddd;
}

#delete-items th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: center;
  background-color: rgb(33, 78, 198);
  color: white;
}

.simple-hide {
  display: none;
}

.disabled {
  background: lightgray;
  pointer-events: none;
  opacity: 0.6;
}

.popup-parent {
  position: fixed;
  height: 100%;
  width: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background: rgb(0, 0, 0, 0.4);
}
