/* based on angular-toastr css https://github.com/Foxandxss/angular-toastr/blob/cb508fe6801d6b288d3afc525bb40fee1b101650/dist/angular-toastr.css */
/* position */
.toast-center-center {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.toast-top-center {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-center {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-full-width {
  top: 0;
  right: 0;
  width: 100%;
}
.toast-bottom-full-width {
  bottom: 0;
  right: 0;
  width: 100%;
}
.toast-top-left {
  top: 12px;
  left: 12px;
}
.toast-top-right {
  top: 12px;
  right: 12px;
}
.toast-bottom-right {
  right: 12px;
  bottom: 12px;
}
.toast-bottom-left {
  bottom: 12px;
  left: 12px;
}
/* toast styles */
.toast-title {
  font-weight: bold;
}
.toast-message {
  word-wrap: break-word;
}
.toast-message a,
.toast-message label {
  color: #FFFFFF;
}
.toast-message a:hover {
  color: #CCCCCC;
  text-decoration: none;
}
.toast-close-button {
  position: relative;
  right: -0.3em;
  top: -0.3em;
  float: right;
  font-size: 20px;
  font-weight: bold;
  color: #FFFFFF;
  text-shadow: 0 1px 0 #ffffff;
  /* opacity: 0.8; */
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
/*Additional properties for button version
 iOS requires the button element instead of an anchor tag.
 If you want the anchor version, it requires `href="#"`.*/
button.toast-close-button {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
}
.toast-container {
  pointer-events: none;
  position: fixed;
  z-index: 999999;
}
.toast-container * {
  box-sizing: border-box;
}
.toast-container .ngx-toastr {
  position: relative;
  overflow: hidden;
  margin: 0 0 6px;
  padding: 15px 15px 15px 50px;
  width: 300px;
  border-radius: 3px 3px 3px 3px;
  background-position: 15px center;
  background-repeat: no-repeat;
  background-size: 24px;
  box-shadow: 0 0 12px #999999;
  color: #FFFFFF;
}
.toast-container .ngx-toastr:hover {
  box-shadow: 0 0 12px #000000;
  opacity: 1;
  cursor: pointer;
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/info-circle.svg */
.toast-info {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm0 110c23.196 0 42 18.804 42 42s-18.804 42-42 42-42-18.804-42-42 18.804-42 42-42zm56 254c0 6.627-5.373 12-12 12h-88c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h12v-64h-12c-6.627 0-12-5.373-12-12v-24c0-6.627 5.373-12 12-12h64c6.627 0 12 5.373 12 12v100h12c6.627 0 12 5.373 12 12v24z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/times-circle.svg */
.toast-error {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M256 8C119 8 8 119 8 256s111 248 248 248 248-111 248-248S393 8 256 8zm121.6 313.1c4.7 4.7 4.7 12.3 0 17L338 377.6c-4.7 4.7-12.3 4.7-17 0L256 312l-65.1 65.6c-4.7 4.7-12.3 4.7-17 0L134.4 338c-4.7-4.7-4.7-12.3 0-17l65.6-65-65.6-65.1c-4.7-4.7-4.7-12.3 0-17l39.6-39.6c4.7-4.7 12.3-4.7 17 0l65 65.7 65.1-65.6c4.7-4.7 12.3-4.7 17 0l39.6 39.6c4.7 4.7 4.7 12.3 0 17L312 256l65.6 65.1z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/check.svg */
.toast-success {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3E%3C/svg%3E");
}
/* https://github.com/FortAwesome/Font-Awesome-Pro/blob/master/advanced-options/raw-svg/regular/exclamation-triangle.svg */
.toast-warning {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 576 512' width='576' height='512'%3E%3Cpath fill='rgb(255,255,255)' d='M569.517 440.013C587.975 472.007 564.806 512 527.94 512H48.054c-36.937 0-59.999-40.055-41.577-71.987L246.423 23.985c18.467-32.009 64.72-31.951 83.154 0l239.94 416.028zM288 354c-25.405 0-46 20.595-46 46s20.595 46 46 46 46-20.595 46-46-20.595-46-46-46zm-43.673-165.346l7.418 136c.347 6.364 5.609 11.346 11.982 11.346h48.546c6.373 0 11.635-4.982 11.982-11.346l7.418-136c.375-6.874-5.098-12.654-11.982-12.654h-63.383c-6.884 0-12.356 5.78-11.981 12.654z'/%3E%3C/svg%3E");
}
.toast-container.toast-top-center .ngx-toastr,
.toast-container.toast-bottom-center .ngx-toastr {
  width: 300px;
  margin-left: auto;
  margin-right: auto;
}
.toast-container.toast-top-full-width .ngx-toastr,
.toast-container.toast-bottom-full-width .ngx-toastr {
  width: 96%;
  margin-left: auto;
  margin-right: auto;
}
.ngx-toastr {
  background-color: #030303;
  pointer-events: auto;
}
.toast-success {
  background-color: #51A351;
}
.toast-error {
  background-color: #BD362F;
}
.toast-info {
  background-color: #2F96B4;
}
.toast-warning {
  background-color: #F89406;
}
.toast-progress {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 4px;
  background-color: #000000;
  opacity: 0.4;
}
/* Responsive Design */
@media all and (max-width: 240px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 11em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 241px) and (max-width: 480px) {
  .toast-container .ngx-toastr.div {
    padding: 8px 8px 8px 50px;
    width: 18em;
  }

  .toast-container .toast-close-button {
    right: -0.2em;
    top: -0.2em;
  }
}
@media all and (min-width: 481px) and (max-width: 768px) {
  .toast-container .ngx-toastr.div {
    padding: 15px 15px 15px 50px;
    width: 25em;
  }
}
/**
 * PADDING
 */
.p-a-n {
  padding: 0;
}
.p-a-t {
  padding: 4px;
}
.p-a-s {
  padding: 8px;
}
.p-a-m {
  padding: 16px;
}
.p-a-l {
  padding: 24px;
}
.p-a-x {
  padding: 36px;
}
.p-h-n {
  padding-left: 0;
  padding-right: 0;
}
.p-h-t {
  padding-left: 4px;
  padding-right: 4px;
}
.p-h-s {
  padding-left: 8px;
  padding-right: 8px;
}
.p-h-m {
  padding-left: 16px;
  padding-right: 16px;
}
.p-h-l {
  padding-left: 24px;
  padding-right: 24px;
}
.p-h-x {
  padding-left: 36px;
  padding-right: 36px;
}
.p-v-n {
  padding-top: 0;
  padding-bottom: 0;
}
.p-v-t {
  padding-top: 4px;
  padding-bottom: 4px;
}
.p-v-s {
  padding-top: 8px;
  padding-bottom: 8px;
}
.p-v-m {
  padding-top: 16px;
  padding-bottom: 16px;
}
.p-v-l {
  padding-top: 24px;
  padding-bottom: 24px;
}
.p-v-x {
  padding-top: 36px;
  padding-bottom: 36px;
}
.p-l-n {
  paddin-left: 0;
}
.p-r-n {
  paddin-right: 0;
}
.p-t-n {
  paddin-top: 0;
}
.p-b-n {
  paddin-bottom: 0;
}
.p-l-t {
  padding-left: 4px;
}
.p-r-t {
  padding-right: 4px;
}
.p-t-t {
  padding-top: 4px;
}
.p-b-t {
  padding-bottom: 4px;
}
.p-l-s {
  padding-left: 8px;
}
.p-r-s {
  padding-right: 8px;
}
.p-t-s {
  padding-top: 8px;
}
.p-b-s {
  padding-bottom: 8px;
}
.p-l-m {
  padding-left: 16px;
}
.p-r-m {
  padding-right: 16px;
}
.p-t-m {
  padding-top: 16px;
}
.p-b-m {
  padding-bottom: 16px;
}
.p-l-l {
  padding-left: 24px;
}
.p-r-l {
  padding-right: 24px;
}
.p-t-l {
  padding-top: 24px;
}
.p-b-l {
  padding-bottom: 24px;
}
.p-l-x {
  padding-left: 36px;
}
.p-r-x {
  padding-right: 36px;
}
.p-t-x {
  padding-top: 36px;
}
.p-b-x {
  padding-bottom: 36px;
}
/**
 * MARGIN
 */
.m-a-n {
  margin: 0;
}
.m-a-t {
  margin: 4px;
}
.m-a-s {
  margin: 8px;
}
.m-a-m {
  margin: 16px;
}
.m-a-l {
  margin: 24px;
}
.m-a-x {
  margin: 36px;
}
.m-h-n {
  margin-left: 0;
  margin-right: 0;
}
.m-h-t {
  margin-left: 4px;
  margin-right: 4px;
}
.m-h-s {
  margin-left: 8px;
  margin-right: 8px;
}
.m-h-m {
  margin-left: 16px;
  margin-right: 16px;
}
.m-h-l {
  margin-left: 24px;
  margin-right: 24px;
}
.m-h-x {
  margin-left: 36px;
  margin-right: 36px;
}
.m-v-n {
  margin-top: 0;
  margin-bottom: 0;
}
.m-v-t {
  margin-top: 4px;
  margin-bottom: 4px;
}
.m-v-s {
  margin-top: 8px;
  margin-bottom: 8px;
}
.m-v-m {
  margin-top: 16px;
  margin-bottom: 16px;
}
.m-v-l {
  margin-top: 24px;
  margin-bottom: 24px;
}
.m-v-x {
  margin-top: 36px;
  margin-bottom: 36px;
}
.m-l-n {
  margin-left: 0;
}
.m-r-n {
  margin-right: 0;
}
.m-t-n {
  margin-top: 0;
}
.m-b-n {
  margin-bottom: 0;
}
.m-l-t {
  margin-left: 4px;
}
.m-r-t {
  margin-right: 4px;
}
.m-t-t {
  margin-top: 4px;
}
.m-b-t {
  margin-bottom: 4px;
}
.m-l-s {
  margin-left: 8px;
}
.m-r-s {
  margin-right: 8px;
}
.m-t-s {
  margin-top: 8px;
}
.m-b-s {
  margin-bottom: 8px;
}
.m-l-m {
  margin-left: 16px;
}
.m-r-m {
  margin-right: 16px;
}
.m-t-m {
  margin-top: 16px;
}
.m-b-m {
  margin-bottom: 16px;
}
.m-l-l {
  margin-left: 24px;
}
.m-r-l {
  margin-right: 24px;
}
.m-t-l {
  margin-top: 24px;
}
.m-b-l {
  margin-bottom: 24px;
}
.m-l-x {
  margin-left: 36px;
}
.m-r-x {
  margin-right: 36px;
}
.m-t-x {
  margin-top: 36px;
}
.m-b-x {
  margin-bottom: 36px;
}
.yellow {
  color: #ffc300;
}
.indigo-clr {
  color: #00aae1;
}
.indigo-dark-clr {
  color: #143c8c;
}
.yellow-bg {
  background: #ffc300;
}
.white-svg svg {
  width: 150px;
  height: 150px;
}
.white-svg svg path {
  fill: #FFFFFF;
}
@media screen and (max-width: 480px) {
  .white-svg svg {
    width: 100px;
    height: 100px;
  }
}
/**
 * boeppel
 */
.boeppel {
  position: absolute;
  top: -6px;
  right: -4px;
  width: 18px;
  height: 18px;
  border: 3px solid white;
  border-radius: 10px;
  background: #ffc300;
}
.boeppel-list {
  position: absolute;
  top: -6px;
  right: 8px;
  width: 16px;
  height: 16px;
  border: 2px solid white;
  border-radius: 10px;
  background: #ffc300;
}
.icon-container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-align: center;
          align-items: center;
}
.iic {
  position: relative !important;
}
/**
 * layout
 */
.row {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
}
.col {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
/**
 * Button
 */
.iona-button {
  display: inline-block;
  background: transparent;
  width: 240px;
  padding: 13px 10px;
  text-decoration: none;
  font-size: 21px;
  text-align: center;
  border-radius: 28px;
  border: 2px solid white;
  color: white;
}
.iona-button:hover {
  color: #ffc300;
}
/**
 * general
 */
.fh {
  height: 100%;
}
.fw {
  width: 100%;
}
.cursor-pointer {
  cursor: pointer;
}
.center-contents {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}
.right-align-contents {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
}
.inflate {
  width: 100%;
  height: 100%;
}
.toast-container .ngx-toastr {
  box-shadow: none !important;
}

/*# sourceMappingURL=styles.4810d66898fc24f0e19a.css.map*/