.ngdialog.ngdialog-theme-default.ngdialog-notice{
  padding: 0;
}
.ngdialog-notice-page{
  position: relative;
  height: 100%;
}
.ngdialog.ngdialog-theme-default.ngdialog-notice .ngdialog-content {
  background: #1a1a1a;
  height: 100%;
  overflow: hidden;
  width: 100%;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  min-height: auto;
  animation: ngdialog-fadein 0.5s;
  -webkit-animation: ngdialog-fadein 0.5s;
}
.ngdialog__title {
  background-color:#111111;
  text-align: center;
  height: 50px;
  color: white;
  line-height: 50px;
  font-size: 16px;
  font-weight: 700;
  justify-content: center;
  position: relative;
  display: flex;
  align-items: center;
  gap: 5px;
}
.ngdialog__content{
  padding: 20px;
  height: calc(100% - 90px);
  overflow: auto;
}
.ngdialog-notice-page .ngdialog__content .notice-contents {
  font-size: 14px;
  line-height: 1.5;
  margin: 0;
}
.ngdialog__content .notice-header {
  color: #666666;
  font-weight: 700;
  font-size: 16px;
}
.fullscreen-footer{
  position: absolute;
  bottom: 0;
  color: #ffffff;
  background-color: #C8A45A;
  border-radius: 0;
}

.ngdialog-notice-page .btn-primary:hover,
.ngdialog-notice-page .btn-primary,
.ngdialog-newslotpopup .btn-primary:hover,
.ngdialog-newslotpopup .btn-primary{
  background-color: #C8A45A;
  border-color: #C8A45A;
  font-weight: 700;
}

.ngdialog.ngdialog-theme-default.ngdialog-notice{
  z-index: 10010;
}

.ngdialog.ngdialog-theme-default.newpopup{
  z-index: 10015;
}

.ngdialog-newslotpopup .ngdialog-notice__content{
  margin-top: 20px;
}

.ngdialog-newslotpopup .ngdialog-notice__content p{
  margin: 0;
}

.ngdialog-newslotpopup .ngdialog-notice__content .title{
  color: #eeeeee;
  font-family: 'Gentona ExtraBold DEMO', sans-serif;
  text-shadow: rgba(0, 0, 0, 0.5) -7px 3px 3px;
  font-size: 3.4rem;
  line-height: 1;
}

.ngdialog-newslotpopup .ngdialog-notice__content .content{
  font-family: 'Roboto', sans-serif;
  color: #eeeeee;
  font-weight: 600;
  font-size: 2.8rem;
  line-height: 1;
}

.ngdialog-newslotpopup .ngdialog-notice-content{
  position: relative;
}

.ngdialog-newslotpopup .ngdialog-notice__background,
.ngdialog-newslotpopup .ngdialog-notice__content{
  position: absolute;
  width: 100%;
}

.ngdialog-notice-content{
  text-align: center;
}

.ngdialog.ngdialog-theme-default.newpopup .ngdialog-content{
  min-width: initial;
  width: 375px;
}

.ngdialog-notice-content div.title{
  outline: 0px;
  color: #ffffff;
  font-family: 'Gentona Bold', sans-serif;
  text-transform: uppercase;
  /* text-shadow: rgba(0, 0, 0, 0.5) -7px 3px 3px; */
  font-size: 35px;
  line-height: 1;
  padding-top: 20px;
}

.notice-bg {
  height: calc(100vh - 200px);
  background-size: 100%;
  background: #380202 url(/common/images/promo-popup/new-mobile-app/Mobile/777win-mobile-popup-bg-27.jpg) no-repeat center bottom;
}

.notice-bg.bonus_popup {
  background-color: #000000;
  background-image: url(/common/images/promo-popup/new-mobile-app/Mobile/mobile-ON88-pop-up-70-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
}

.notice-bg.bonus_popup .title {
  padding-top: 0;
}

.footer-content{
  /*position: absolute;*/
  left: 0;
  right: 0;
  bottom: 70px;
}

.footer-content_logo{
  display: flex;
  justify-content: space-evenly;
}

.footer-content_details{
  display: flex;
  justify-content: space-evenly;
}
.footer-content_logo img{
  height: 95px;
  width: 70px;
}
.footer-content_details{
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: space-evenly;
  padding: 10px 0 25px;
  font-size: 1em;
}

.ngdialog.ngdialog-theme-default.newpopup  .ngdialog-close:before{
  /*color: #999999;*/
}

.ngdialog-new-popup__footer button{
  background: #1a8362;
  border-radius: 0;
  color: #fff;
  height: 40px;
}

.ngdialog-new-popup__footer .btn:hover, .ngdialog-new-popup__footer .btn:focus, .btn.focus{
  color: #ffffff;
}

.ngdialog-notice__header {
  background-color: #C8A45A;
  padding: 1.5rem 2rem;
}

.ngdialog-notice-content div.title .promotion-subtitle {
  font-size: 14px;
  margin: 0;
}
.ngdialog-notice-content div.title .promotion-subtitle-2 {
  color: #ffe418;
  margin: 0;
  font-size: 32px
}
.ngdialog-notice-content div.title .promotion-subtitle-3 {
  margin: 0;
  font-size: 12px
}

@media only screen and (device-width: 375px) and (device-height: 812px) {
  .notice-bg{
    height: calc(100vh - 345px);
  }

}

@media only screen and (device-width: 320px) and (device-height: 568px) {
  .notice-bg{
    height: calc(100vh - 130px);
  }
}

.popup-header{
  position: relative;
}

.mp-close-btn{
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 18px ;
  background: none;
  color: white;
  transition: color 200ms ease-in-out;
}

