.t-popup {
  transition: opacity 0.4s ease !important;
  background-color: #F7F6EF !important;
}

.t-popup-anim-appearfromtop {
  animation: none !important;
  transform: none !important;
}

.t-popup__container-animated {
  animation: none !important;
  transform: none !important;
  transition: none !important;
}

body {
  background-color: #F7F6EF !important;
}
