.wai-dialog-box [role="dialog"] {
  text-align: center;
  background-color: #f4f4f4;
  border-radius: 6px;
  color: #333;
  max-width: 500px;
  min-width: 300px;
  position: fixed;
  top: 30%;
  left: 50%;
  transform: translate(-50%,-50%)!important;
  padding: 40px 0;
  display: none;
}

/* [role="dialog"] * + * {
  margin-top: 0.5em;
} */

.wai-dialog-box [role="dialog"][open] {
  display: block;
  z-index: 99999;
}

#cover {
  display: none;
  position: fixed;
  z-index: 1;
  padding-top: 100px;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(51,51,51,.9)!important;
  z-index: 99999;
}

#wai-dialog h1 {
  font-family: "VodafoneLight";
  font-size: 40px;
  line-height: 48px;
  font-weight: normal;
  padding: 0 0 0 0;
  margin: 0 0 25px;
}

#wai-dialog h2 {
  font-family: "VodafoneLight";
  font-size: 40px;
  line-height: 48px;
  font-weight: normal;
  padding: 0 0 0 0;
  margin: 0 0 25px;
}

#wai-dialog p {
  font-family: 'VodafoneRegular';
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0;
}

.close-button-box {
  text-align: center;
}

.close-button-box .button {
  width: 100%;
  margin-bottom: 10px;
  appearance: none;
  border: 1px solid transparent;
  cursor: pointer;
  display: inline-block;
  font-size: 20px !important;
  padding: 11px 37px;
  text-align: center;
  font-family: "VodafoneRegular";
  float: none;
}

.close-button-box .button--tertiary {
  background-color: #FFF;
  border-color: #999;
  color: #666;
  padding: 11px 37px;
}

.close-button-box .button--secondary {
  color: #FFF;
  background-color: #666;
}

.userLogoutBox {
  cursor: pointer;
  border-bottom: 0 !important;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.vbuUserLogout {
	width: 100% !important;
	margin-left: 0 !important;
	padding: 11px 10px 12px !important;
	min-height: 0 !important;
}

@media only screen and (min-width: 768px) {
  .close-button-box button {
  margin-left: 10px;
  }

  .close-button-box button:first-child {
  margin-left: 0;
  }

  .close-button-box .button {
  width: 162px;
  margin-bottom: 0;
  }
}