.pgf-postal-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1000001 !important;
}

.pgf-postal-modal .pgf-postal-backdrop {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1000001;
}

.pgf-postal-modal .pgf-postal-content {
  position: absolute;
  top: 0;
  right: 0;
  width: 520px;
  height: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  gap: 32px;
  padding: 32px 0px 0 0;
  box-shadow: -2px 0 8px rgba(0, 0, 0, 0.1);
  z-index: 1000002;
}

.pgf-postal-modal .pgf-postal-content .pgf-postal-close {
  margin: 0 32px 0 auto;
  padding: 0;
  min-height: 24px;
  min-width: 24px;
  max-width: 24px;
  max-height: 24px;
  width: 24px;
  height: 24px;
  border: none;
  align-self: flex-end;
}
.pgf-postal-modal .pgf-postal-content .pgf-postal-close span {
  position: absolute;
  top: 12px;
  left: -4px;
  display: inline-block;
  width: 32px;
  height: 1px;
  background-color: #000;
}
.pgf-postal-modal .pgf-postal-content .pgf-postal-close span:first-child {
  transform: rotate(45deg);
}
.pgf-postal-modal .pgf-postal-content .pgf-postal-close span:last-child {
  transform: rotate(-45deg);
}

body.pgf-postal-open .elementor-menu-cart__container.elementor-lightbox {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

.pgf-postal-modal .pgf-postal-content__form {
  width: 100%;
  padding: 0 32px 32px 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pgf-postal-modal .pgf-postal-content__top {
  width: 100%;
  padding: 0 32px 0 32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.pgf-postal-modal .pgf-postal-content__form-ro {
  width: 100%;
  padding: 0 32px 0 32px;
  margin-top: -32px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pgf-postal-modal .pgf-postal-content__form h2 {
  font-weight: 600;
  font-size: 32px;
}

.pgf-postal-modal .pgf-postal-content__form .pgf-postal-description {
  font-weight: 400;
  font-size: 16px;
  color: #000;
}

.pgf-postal-modal .pgf-postal-content__form label {
  margin: 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  text-transform: uppercase;
}

.pgf-postal-modal .pgf-postal-content input[type="text"] {
  width: 100%;
  height: 54px;
  border: 1px solid #b2b2b2;
  box-shadow: none;
}

.pgf-postal-modal .pgf-postal-content input[type="text"]:focus {
  border: 1px solid #000000;
}

.pgf-postal-modal .pgf-postal-content .pgf-postal-helper {
  margin: 0 0 40px 0;
  padding: 0;
  font-weight: 300;
  font-size: 14px;
}

.pgf-postal-modal .pgf-postal-content .pgf-postal-error {
  margin: 0 0 24px 0;
  padding: 0;
  font-weight: 500;
  font-size: 14px;
  color: #ff0000;
}

.pgf-postal-modal .pgf-postal-content button[type="submit"] {
  border: none;
  border-radius: 4px;
  background: #FF9000;
  color: #000;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  height: 54px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

.pgf-postal-modal .pgf-postal-content button[type="submit"]:hover {
  border: none;
  border-radius: 4px;
  background: #2259da;
  color: #ffffff;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  width: 100%;
  height: 54px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

#pgf-postal-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.pgf-region-list-wrapper {
  width: 100%;
  height: calc(100vh - 380px);
  padding: 32px;
  box-sizing: border-box;
  background: #ECECEC;
  flex-grow: 1;
}

.pgf-region-list-wrapper .pgf-region-list {
  list-style: none;
  margin: 0;
  padding: 0 24px 0 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  max-height: 100%;
  overflow-y: auto;
}

.pgf-region-list-wrapper .pgf-region-list::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	background-color: #F5F5F5;
  border-radius: 9px;
}

.pgf-region-list-wrapper .pgf-region-list::-webkit-scrollbar
{
	width: 6px;
	background-color: #F5F5F5;
  border-radius: 9px;
}

.pgf-region-list-wrapper .pgf-region-list::-webkit-scrollbar-thumb
{
	background-color: #000000;
  border-radius: 9px;
  cursor: pointer;
}

.pgf-region-list-wrapper .pgf-region-list button {
  margin: 0;
  padding: 0;
  border: 1px solid #000;
  border-radius: 4px;
  background: #FFFFFF;
  color: #000;
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.pgf-region-list-wrapper .pgf-region-list button:hover {
  background: #000;
  color: #FFFFFF;
}

.pgf-postal-modal .pgf-postal-image {
  width: 100%;
  flex-grow: 1;
  height: auto;
  align-self: center;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}