.tvd-toast-container {
  position: fixed;
  z-index: 999993 !important;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  @media only screen and (max-width: 740px) {
    .tvd-toast-container {
      min-width: 100%;
      bottom: 0%; } }
  @media only screen and (min-width: 741px) and (max-width: 1509px) {
    .tvd-toast-container {
      min-width: 30%;
      left: 5%;
      right: 5%;
      bottom: 7%; } }
  @media only screen and (min-width: 1510px) {
    .tvd-toast-container {
      min-width: 8%;
      top: 6%;
      right: 7%;
      left: 7%; } }
  .tvd-toast-container#tvd-toast-container-bottom {
    top: auto;
    bottom: 6%; }

.tvd-toast {
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.22);
  border-radius: 2px;
  top: 0;
  width: auto;
  clear: both;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  background-color: #323232;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  margin: 10px auto 0;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  #tvd-toast-container-top .tvd-toast {
    top: -100px; }
  .tvd-toast .tvd-btn, .tvd-toast .tvd-btn-flat {
    margin: 0;
    margin-left: 3rem; }
  .tvd-toast.tvd-rounded {
    border-radius: 24px; }
  @media only screen and (max-width: 740px) {
    .tvd-toast {
      width: 100%;
      display: block;
      border-radius: 0; } }
