@charset "UTF-8";
#divAuthorizeNetPopupScreen {
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: #808080;
  opacity: 0.5;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  filter: alpha(opacity=50);
}

#divAuthorizeNetPopup {
  position: fixed !important;
  left: 0 !important;
  top: 0 !important;
  margin: 0 !important;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  overflow-x: hidden;
  overflow-y: auto;
}
#divAuthorizeNetPopup .AuthorizeNetPopupOuter {
  background-color: #dddddd;
  border-width: 1px;
  border-style: solid;
  border-color: #a0a0a0 #909090 #909090 #a0a0a0;
  padding: 4px;
  max-width: 456px;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50px;
  transform: translateX(-50%);
}

.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupTop {
  height: 23px;
}
.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose {
  position: absolute;
  right: -15px;
  top: -15px;
}
.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a {
  display: inline-block;
}
.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupClose a:before {
  content: "";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  height: 35px;
  width: 35px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  line-height: 35px;
  font-size: 20px;
  box-shadow: 0 0 5px #555;
}
.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupInner {
  background-color: #ffffff;
  border-width: 2px;
  border-style: solid;
  border-color: #cfcfcf #ebebeb #ebebeb #cfcfcf;
}
.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupBottom {
  height: 30px;
}
.AuthorizeNetPopupGrayFrameTheme .AuthorizeNetPopupLogo {
  position: absolute;
  right: 3px;
  bottom: 4px;
  width: 100%;
  height: 25px;
  background-image: url(../img/powered_simple.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: right;
}

.AuthorizeNetPopupSimpleTheme .AuthorizeNetPopupOuter {
  border: 1px solid #585858;
  background-color: #fff;
}

/*# sourceMappingURL=wp-travel-authorize-net-checkout-public.css.map */
