.ac-toast {
  line-height: 1.5 !important;
  min-width: 350px !important;
  min-height: 40px !important;
  justify-content: flex-start !important;
  font-size: 1rem !important;
  font-weight: 500 !important;
  padding-right: 35px !important;
  box-shadow: none !important;
  border-radius: 4px !important;

  * {
    color: $white-100 !important;
  }

  p {
    padding-left: 10px;

    i.fa {
      padding-right: 0 !important;
    }
  }

  a {
    font-weight: 500;
    text-decoration: underline;
    padding: 0 15px;

    &:hover {
      color: #f1f1f1;
    }
  }

  &.is-success {
    background-color: $success !important;
  }

  &.is-danger {
    background-color: $danger !important;
  }

  &.is-warning {
    background-color: $warning !important;
  }

  &.is-info {
    background-color: $info !important;
  }
}

.ac-toast-action {
  font-size: 1rem !important;
  font-weight: 400 !important;
  color: inherit !important;
  font-family: Roboto, sans-serif !important;
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  position: absolute;
  right: 15px;
}

/****************************************
Responsive Classes
*****************************************/
// Extra small devices (portrait phones, less than 576px)
@media (max-width: 575.98px) {
}

// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) {
}

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) {
}

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) {
}

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) {
}
