.bxmaker-geoip-component-confirm {
  position: absolute;
  max-width: 300px;
  min-width: 220px;
  z-index: 60;
  font-size: 0.96em;
  -webkit-transform: translate3d(-50%, 10px, 0);
          transform: translate3d(-50%, 10px, 0);
  left: 50%;
}
.bxmaker-geoip-component-confirm__aim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  position: absolute;
  z-index: 62;
  height: 14px;
  width: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 50%;
  -webkit-transform: translate3d(-50%, -13px, 0);
          transform: translate3d(-50%, -13px, 0);
}
.bxmaker-geoip-component-confirm__aim:before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 0;
  height: 0;
  content: ' ';
  border: 16px solid #fff;
  border-bottom: transparent;
  border-left: transparent;
  -webkit-transform: rotate(-45deg) translate3d(-8px, 8px, 0);
          transform: rotate(-45deg) translate3d(-8px, 8px, 0);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-box-shadow: 1px -1px 4px 0 rgba(0,0,0,0.1);
          box-shadow: 1px -1px 4px 0 rgba(0,0,0,0.1);
  position: absolute;
  top: -4px;
}
.bxmaker-geoip-component-confirm__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-shadow: 1px 2px 12px 0 rgba(0,0,0,0.2);
          box-shadow: 1px 2px 12px 0 rgba(0,0,0,0.2);
  position: relative;
  border-radius: 4px;
}
.bxmaker-geoip-component-confirm__content {
  padding: 8px 12px;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-top: 1px solid #ddd;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  width: 100%;
}
.bxmaker-geoip-component-confirm__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 100%;
  border-radius: 0 0 4px 4px;
  overflow: hidden;
}
.bxmaker-geoip-component-confirm__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  width: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px;
  border-right: 1px solid #4fa7ff;
  cursor: pointer;
  color: #eef5ff;
  background-color: #208efc;
  font-size: 0.92em;
  font-weight: bold;
}
.bxmaker-geoip-component-confirm__button:hover {
  color: #eef5ff;
  background-color: #1a85ef;
}
.bxmaker-geoip-component-confirm__button:last-child {
  border-right: 0;
}
