/*
Theme Name:   Dreamla Child
Theme URI:    http://3styler.net/themes/dreamla/
Author:       3Styler
Author URI:   http://3styler.net/
Description:  Child theme, based on Dreamla
Template:     dreamla

*/

/* Add your custom code just below */

/* Notification Popup */
.notify-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.6);
  display: none;
  z-index: 9999;
}

.notify-popup {
  background: #111;
  color: #fff;
  max-width: 380px;
  margin: 15% auto;
  padding: 24px;
  border-radius: 14px;
  text-align: center;
  position: relative;
}

.notify-close {
  position: absolute;
  top: 10px;
  right: 14px;
  cursor: pointer;
  font-size: 20px;
}
