.front .ui-dialog {
  z-index: 9999;
  text-align: center;
  clip-path: polygon(100% 0,100% calc(100% - 33px),calc(100% - 33px) 100%,0 100%,0 0) !important;
}
.front .ui-widget-overlay {
  background: #000;
}
.front .ui-widget-header {
  background: none;
  border: 0px;
}
.front .ui-dialog-titlebar-close {
  display: none;
}
.front .redirect_heading, .front .redirect_desc {
  color: #004068;
}
.front .redirect_svg svg {
  fill: #004068;
  width: 100px !important;
}
.front .redirect_svg {
  padding-bottom: 40px;
}
.front .redirect_desc{
  width: 30em;
  margin: 0 auto;
  font-size: 20px;
}
.front h1 {
  padding: 5px;
  font-weight: 600;
  font-family: "Barlow Condensed";
}
.front .redirect_desc {
  padding: 5px;
  font-weight: 600;
  font-family: "Lato";
}
.front .redirect_para1 {
  padding-top: 5px;
  font-weight: 600;
  font-family: "Lato";
  font-size: 20px;
  display: block;
}
.front .redirect_para2 {
  padding-bottom: 10px;
  font-weight: 600;
  font-family: "Lato";
  font-size: 20px;
  display: block;
}
.front .splash-selector {
  height: 45px;
  color: #000;
  width: 30em;
  margin: 0 auto;
}
.front .a-global-link, .front .separator {
  font-weight: 600;
  font-family: "Lato";
  font-size: 20px;
  color: #004068;
}

.front .form-item-country-list {
  position: relative;
  display: inline-block;
}

.front .splash-selector {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none;
  padding: 10px;
  font-size: 16px;
  cursor: pointer;
  background-image: none;
  border: 0;
  border-bottom: 1px solid #D4D4D4;
}

.front .form-item-country-list::after {
  content: '\25BC'; /* Unicode character for a downward-pointing triangle */
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  pointer-events: none; /* Allow clicking through the arrow to the select */
}
.pt-splash-redirect-form {
  padding-bottom: 40px;
}

@media screen and (min-width: 2001px) {
  .front .ui-dialog {
    width: 33% !important;
    left: 33% !important;
    height: 570px !important;
  }
  .front .ui-dialog-content {
    max-height: max-content !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1679px) {
  .front .redirect_desc {
    width: 100% !important;
  }
  .front .redirect_para1, .front .redirect_para2 {
    display: inline;
  }
}

@media screen and (min-width: 1680px) and (max-width: 2000px) {
  .front .ui-dialog {
    width: 40% !important;
    left: 33% !important;
    height: 570px !important;
  }
  .front .ui-dialog-content {
    max-height: max-content !important;
  }
}

@media only screen and (max-width: 1024px) {
  .front .ui-dialog {
    position: fixed;
    height: auto;
    width: 100% !important;
    top: 25px;
    left: 0 !important;
  }
  .front .redirect_desc {
    width: 100% !important;
  }
  .front .splash-selector {
    width: 100% !important;
  }
  .front .redirect_para1, .front .redirect_para2 {
    display: inline;
  }
}