/* layer popup styles */
.dim {
  display: none;
  position: fixed;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,.7);
}
.layer-popup {
  display: none;
  position: fixed;
  z-index: 100;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  width: 18.75rem;
  background-color: #fff;
  -webkit-box-shadow: 3px 3px 15px 0px #000000; box-shadow: 3px 3px 15px 0px #000000;
}
.layer-popup .btn-close {
  position: absolute;
  top: 0.813rem;
  right: 0.813rem;
  width: 1.75rem;
  height: 1.75rem;
  background: url(/media/img/superclub/btn_close.png) no-repeat;
  background-size: 100% auto;
  text-indent: -999em;
  line-height: 0;
  font-size: 0;
  overflow: hidden;
  border: none;
  cursor: pointer;
}
.layer-popup h2 {
  color: #333;
  font-size: 1rem;
}
.layer-popup .bx {
  color: rgba(0, 0, 0, 0.8);
  font-size: 0.875rem;
  padding-top: 0.75rem;
}
.layer-popup .bx .additional-description {
  font-size: 12px;
  line-height: 16px;
  color: #6F828E;
  background: #f5f8fa;
  border-radius: 4px;
  padding: 12px 15px;
  margin-top: 10px;
}
.layer-popup .bx a {
  color: rgba(0, 0, 0, 0.8);
}
.layer-popup .contained-box {
  padding: 0.750rem 1.875rem;
  background: #F5F8FA;
  border-radius: 0.250rem;
  font-size: 0.750rem;
  line-height: 1rem;
  color: #6F828E;
}
.layer-popup .layer-cont {
  text-align: center;
  padding: 3.125rem 1rem 3.313rem;
}
.layer-popup .layer-btns {
  display: flex;
  flex-direction: row;
}
.layer-popup .layer-btns button {
  width: 100%;
  height: 2.75rem;
  line-height: 2.75rem;
  border: none;
  cursor: pointer;
}
.layer-popup .layer-btns button:first-child {
  margin-left: 0;
}
.layer-popup .layer-btns .btn-style-default {
  background-color: #ccc;
  color: #fff;
  font-size: 1rem;
}
.layer-popup .layer-btns .btn-style-primary {
  background-color: #fa0050;
  color: #fff;
  font-size: 1rem;
  white-space: nowrap;
}
.layer-popup .layer-btns .btn-style-secondary {
  background-color: #e0e0e0;
  color: #333;
  font-size: 1rem;
}
