.styles__notif___SakoW {
  position: fixed;
  z-index: 1000;
  direction: rtl;
  bottom: -80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  line-height: 160%;
  width: 500px;
  background: var(--white);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  border-radius: 8px;
  box-shadow: 0 10px 30px rgba(50, 50, 93, 0.12), 0 -1px 4px rgba(0, 0, 0, 0.06);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.styles__visible___huf5w {
  bottom: 15px;
}
.styles__visible___huf5w:hover {
  transform: scale(1.02);
}

.styles__close___SaSQQ {
  position: absolute;
  left: 20px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  color: var(--baseColor);
  -webkit-transition: 0.3s color;
  -moz-transition: 0.3s color;
  -ms-transition: 0.3s color;
  -o-transition: 0.3s color;
  transition: 0.3s color;
}
.styles__close___SaSQQ:hover {
  color: var(--red);
  cursor: pointer;
}

@media only screen and (max-width: 480px) {
  .styles__notif___SakoW {
    width: 100%;
    border-radius: 12px 12px 0 0;
  }
  .styles__visible___huf5w {
    bottom: 0;
  }
  .styles__visible___huf5w:hover {
    transform: scale(1);
  }
}
.styles__container___Yla0H {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 80px;
  padding: 0 20px;
}
.styles__container___Yla0H .styles__box___wPWMZ {
  display: flex;
}
.styles__container___Yla0H .styles__box___wPWMZ .styles__message___cbilm {
  display: inline-block;
  padding-right: 10px;
}
.styles__container___Yla0H .styles__box___wPWMZ .styles__timer___GdIs9 {
  width: 20px;
  display: inline-block;
}
.styles__container___Yla0H .styles__box___wPWMZ .styles__icon___X0URx {
  display: inline-block;
  font-size: 30px;
}
.styles__container___Yla0H .styles__warning___vK5K6 {
  color: var(--orange);
}
.styles__container___Yla0H .styles__danger___YnZLU {
  color: var(--red);
}
.styles__container___Yla0H .styles__success___vM2u5 {
  color: var(--green);
}
.styles__container___Yla0H .styles__info___Khqxk {
  color: var(--blue);
}
