html {
  max-height: 100%;
  height: auto;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

body {
  position: relative;
}

.adp-container {
  width: 100%;
  background-color: #fff;
  z-index: -1;
  visibility: hidden;
  display: block;
  opacity: 0;
  color: #333;
}

.overflow_hidden {
  overflow: hidden;
}

.adp-content {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 10;
  border-top: 1px solid #eee;
}

.adp-btn-wrapper {
  width: 100%;
  display: none;
  text-align: center;
  padding-top: 20px;
  background-color: #fff;
}

.adp-btn {
  font-size: 16px;
  padding: 12px 15px;
  text-align: center;
  width: 100%;
  display: block;
}

.adp-show .adp-container {
  z-index: 2147483647;
  visibility: visible;
  opacity: 1;
}

.adp-show .adp-btn-wrapper {
  display: block;
}
