
    .dialog-backdrop {
    display: none;
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1000;
    background: rgba(0, 0, 0, 0.7);
}

.live-countdown-model .dialog_form_actions button {
  background-color: transparent;
  border: 0px;
  position: absolute;
  right: -12px;
  top: -12px !important;
}

.live-countdown-model .dialog_form_actions span {
      width: 22px;
      height: 22px;
      background-color: #fff;
      border-radius: 100%;
      padding: 1px 4px !important;
      font-weight: bold;
}

.live-countdown-model .live-timer-content {
    position: relative;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.live-countdown-model .default_dialog {
    background: transparent;
}
