/*
=======================================
  Media Queries -START-
=======================================
 */
/*
=======================================
  Media Queries -END-
=======================================
 */
/*
=======================================
  FLEX -START-
=======================================
 */
/*
=======================================
  FLEX -END-
=======================================
 */
/*
=======================================
  BOX SIZING -START-
=======================================
 */
/*
=======================================
  BOX SIZING -END-
=======================================
 */
/*
=======================================
  CUSTOM MERGERS -START-
=======================================
 */
/*
=======================================
  CUSTOM MERGERS -END-
=======================================
 */
/*
=======================================
  TRANSITION -START-
=======================================
 */
/*
=======================================
  TRANSITION -END-
=======================================
 */
/*
=======================================
  PREPARE A TAG -START-
=======================================
 */
/*
=======================================
  PREPARE A TAG -END-
=======================================
 */
/*
=======================================
  FONT PROPERTY -START-
=======================================
 */
/*
=======================================
  FONT PROPERTY -END-
=======================================
 */
/*
=======================================
  CONTAIN IMAGE BACKGROUND -START-
=======================================
 */
/*
=======================================
  CONTAIN IMAGE BACKGROUND -END-
=======================================
 */
/*
=======================================
  BACKGROUND GRADIENT -START-
=======================================
 */
/*
=======================================
  BACKGROUND GRADIENT -END-
=======================================
 */
/*
=======================================
  BACKGROUND SIZE -START-
=======================================
 */
/*
=======================================
  BACKGROUND SIZE -END-
=======================================
 */
/*
=======================================
  BORDER RADIUS -START-
=======================================
 */
/*
=======================================
  BORDER RADIUS -END-
=======================================
 */
.vb-app-promotion-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 1000000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  overflow: hidden;
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}
.vb-app-promotion-modal.active {
  display: flex;
}
.vb-app-promotion-modal > .close-area {
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  cursor: pointer;
}
.vb-app-promotion-modal > .modal-itself {
  position: relative;
  flex: 0 auto;
  width: 100%;
  max-width: 500px;
  background: #FFFFFF;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 15px 15px 0 0;
}
.vb-app-promotion-modal > .modal-itself > .div {
  position: relative;
  width: 100%;
}
.vb-app-promotion-modal > .modal-itself > .top {
  padding-bottom: 20px;
  border-bottom: 1px solid #dedede;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.vb-app-promotion-modal > .modal-itself > .top > .title {
  flex: 1;
  width: 100%;
  text-align: center;
  margin-left: 30px;
  font-size: 18px;
  color: #333333;
}
.vb-app-promotion-modal > .modal-itself > .top > .close-area {
  flex: 0 auto;
  width: 30px;
  text-align: center;
  padding: 5px;
  box-sizing: border-box;
  cursor: pointer;
}
.vb-app-promotion-modal > .modal-itself > .bottom {
  padding-top: 20px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.vb-app-promotion-modal > .modal-itself > .bottom > .button {
  background: none;
}
.vb-app-promotion-modal > .modal-itself > .bottom > .button > a {
  text-decoration: none;
  cursor: pointer;
  background: none;
  padding: 0;
}
.vb-app-promotion-modal > .modal-itself > .bottom > .button > a > img {
  background: none;
  padding: 0;
  width: 220px;
}

/*# sourceMappingURL=app-promotion-modal.css.map */
