.wcdr_notification_overlay{
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
}

.wcdr_notification_overlay
.wcdr_discount_container{
    max-width: 500px;
    height: auto;
    padding: 20px;
    border-radius: 5px;
    background-color: white;
}

.wcdr_notification_overlay
.wcdr_mode_center{
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.wcdr_mode_center_def{
    opacity: 0;
}

.wcdr_notification_overlay
.wcdr_mode_top{
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 0;
    max-width: none;
}

.wcdr_mode_top_def{
    top: -100%;
}

.wcdr_notification_overlay
.wcdr_mode_bottom{
    position: absolute;
    left: 0;
    right: 0;
    border-radius: 0;
    max-width: none;
}

.wcdr_mode_bottom_def{
    bottom: -100%;
}

.wcdr_notification_overlay
.wcdr_mode_center,
.wcdr_notification_overlay
.wcdr_mode_top,
.wcdr_notification_overlay
.wcdr_mode_bottom{
    -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.wcdr_mode_open_center{
    opacity: 1;
}

.wcdr_mode_open_top{
    top: 0;
}

.wcdr_mode_open_bottom{
    bottom: 0;
}

.wcdr_discount_btn{
    text-align: center;
}