.popup-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 999999;
  background: #000000;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
.popup-overlay.active {
  opacity: 1;
  visibility: visible;
  opacity: 0.5;
}
.px-overlay {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #000000;
  z-index: 1;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
}
.px-overlay.active {
  opacity: 0.5;
  visibility: visible;
}
.px-popup {
  position: fixed;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1000000;
  background: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
  max-height: 90%;
  overflow-y: scroll;
}
.px-popup .popup-close {
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 40px;
  font-weight: 300;
  cursor: pointer;
  color: #989797;
}
.px-popup .popup-close i {
  font-weight: 300;
}
.px-popup.active {
  top: 50%;
  opacity: 1;
  visibility: visible;
}
.px-popup .px-popup-tp-blk h4 {
  font-size: 16px;
  color: #2b2a2b;
  font-weight: 500;
  background: #ebebeb;
  font-weight: 500;
  padding: 20px 20px;
}

.price-calc-popup {
  /* max-width: 700px; */
}
.price-calc-popup table tr > td {
  background: none;
  border-right: 2px solid #eeeded;
  border-bottom: 1px solid #eeeded;
  vertical-align: middle;
  padding: 10px 15px;
  border-right: none;
}
.price-calc-popup .table > thead > tr > th {
  padding: 12px 15px;
  border-right: none;
}
.price-calc-popup .calculator-input-users {
  text-align: center;
  height: 35px;
  width: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f6;
  border-radius: 4px;
  font-size: 14px;
  border: 1px solid #d2d2d2;
  padding: unset;
}
.price-calc-popup .px-popup-tbl-blk {
  /* margin: 0 20px; */
}
.price-calc-popup .px-popup-notify-txt {
  /* margin: 0 20px; */
  border-bottom: 1px solid #ededed;
  margin-bottom: 30px;
  padding-bottom: 10px;
}
.price-calc-popup .px-popup-btm-text {
  /* padding: 20px; */
}
.price-calc-popup .px-popup-btm-text h4 {
  font-size: 18px;
  color: #2b2a2b;
  font-weight: 300;
}
.price-calc-popup .px-popup-btm-text h4 span {
  color: #083888;
  font-weight: 500;
}
.price-calc-popup .px-popup-btm-text p {
  font-size: 14px;
  color: #2b2a2b;
  font-weight: 300;
}
.price-calc-popup .user-warning p {
  color: #F00;
  font-weight: 600;
}
.price-calc-popup .user-warning {
  display: none;
}

@media all and (max-width: 767px) {
  .price-calc-popup {
	/* max-width: 350px; */
  }
}