.popup-container {
  position: relative;
  height: 100%;
  margin: initial;
  padding: initial;
}

.close-icon {
  height: 27px;
}

.popup-header {
  display: flex;
  align-items: center;
  justify-content: center;
}

.right-end {
  position: absolute;
  right: 5%;
}

.popup-title {
  font-size: 36px;
  color: var(--color-ti-text-grey);
  font-weight: 300;
  top: 8%;
  position: absolute;
}

.popup-content {
  display: flex;
  justify-content: space-between;
  overflow-y: hidden;
  overflow-x: auto;
}

.h-81 {
  height: 81%;
  min-height: 308px;
}

.h-100 {
  min-height: 374px;
  height: 100%;
}

::-webkit-scrollbar {
  height: 5px !important;
  width: 5px;
  background-color: var(--color-ti-bg-grey);
}

paper-dialog.custom-popup.selective-wake {
  height: 85%;
  padding: 20px 20px 30px 40px;
}
