
.dialog-footer[data-v-147cf235] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.duration-info[data-v-147cf235] {
  color: #026dc4;
  text-align: center;
  margin-top: 10px;
  font-size: 14px;
}

.fix[data-v-02003f22] {
  position: fixed;
  bottom: 40px;
  right: 40px;
  text-align: center;
  margin-top: 20px;
  z-index: 9999;
  -webkit-backdrop-filter: blur(2px);
          backdrop-filter: blur(2px);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
          box-shadow: rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
  border-radius: 4px;
  background-color: rgba(173, 68, 119, 0.5);
}
.card[data-v-02003f22] {
  overflow: hidden;
  position: relative;
  text-align: left;
  border-radius: 0.5rem;
  max-width: 290px;
}
.el-button[data-v-02003f22] {
  width: 120px;
}
.dismiss[data-v-02003f22] {
  position: absolute;
  right: 10px;
  top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0.5rem 1rem;
  background-color: #fff;
  color: black;
  border: 2px solid #d1d5db;
  font-size: 1rem;
  font-weight: 300;
  width: 30px;
  height: 30px;
  border-radius: 7px;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.dismiss[data-v-02003f22]:hover {
  background-color: #ee0d0d;
  border: 2px solid #ee0d0d;
  color: #fff;
}
.header[data-v-02003f22] {
  padding: 1.25rem 1rem 1rem 1rem;
}
.image[data-v-02003f22] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  margin-right: auto;
  background-color: #e2feee;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 3rem;
  height: 3rem;
  border-radius: 9999px;
  animation: animate-data-v-02003f22 0.6s linear alternate-reverse infinite;
  -webkit-transition: 0.6s ease;
  transition: 0.6s ease;
  font-size: 32px;
}
.content[data-v-02003f22] {
  margin-top: 0.75rem;
  text-align: center;
}
.title[data-v-02003f22] {
  color: #066e29;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5rem;
}
.message[data-v-02003f22] {
  margin-top: 0.5rem;
  color: #595b5f;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.actions[data-v-02003f22] {
  text-align: center;
  margin: 0.75rem 1rem;
}
.actions_top[data-v-02003f22] {
  background-color: #fff;
  width: 120px;
  margin: 0 auto 10px;
  text-align: center;
  line-height: 30px;
  border-radius: 4px;
  height: 30px;
}
@-webkit-keyframes animate-data-v-02003f22 {
from {
    -webkit-transform: scale(1);
            transform: scale(1);
}
to {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
}
}
@keyframes animate-data-v-02003f22 {
from {
    -webkit-transform: scale(1);
            transform: scale(1);
}
to {
    -webkit-transform: scale(1.09);
            transform: scale(1.09);
}
}

