@charset "UTF-8";
@import "https://s3-ap-southeast-1.amazonaws.com/fmarket-static/dev/assets/lib/font-awesome.min.css";

/* src/styles.scss */
:root {
  --white: #fff;
  --primary-color: #0368FF;
  --hover-color: #00F0FF;
  --default-button-color: #999;
  --primary-button-color: #0368FF;
  --success-button-color: #27AE60;
  --warning-button-color: #F2C94C;
  --danger-button-color: #EB5757;
  --background-url: url(/trade/assets/images/background/bg-default.png) no-repeat top;
  --light-blue: #05CFDC;
  --bg-light-blue: #DEFDFF;
  --blue-btn-link: #2D9CDB;
  --txt-blue: #0F3256;
  --green: #27AE60;
  --light-green: #E2F0E8;
  --dark-green: #064919;
  --black--2: #1F1F1F;
  --black--1: #373737;
  --table-bg: #F5F9FF;
  --input-border: #E3E9F6;
  --status-color: #566D7E;
  --light-gray: #6D6D6D;
  --gray: #494F58;
  --background-grey: #f2f2f2;
  --light-gray-border: #E3E9F6;
  --tab-text: #828282;
  --sub-text: #828794;
  --base-border: #E3E9F6;
  --tint-border: #f2f2f2;
  --table-border: #E3E9F6;
  --light-gray: #30363D;
  --dark-gray: #333;
  --dusty-gray: #999;
  --red: #EB5757;
  --light-red: #FFE4E4;
  --orange: #F2994A;
  --dark-orange: #F2994A;
  --blue-link: #2F80ED;
  --base-orange: #F2994A;
  --light-orange: #FFE4C8;
  --base-gold: #FFB217;
  --btn-orange: #FFD236;
  --bg-default-color: #0368FF;
  --bg-default-hover-color-1: #ffffff;
  --bg-default-hover-color-2: #BFD9FF;
  --bg-disabled-color: #E3E9F6;
  --radius: 10px;
  --radius-25: 25px;
  --radius-8: 8px;
  --radius-5: 5px;
  --radius-16: 16px;
}
html,
body {
  font-size: 1.1rem;
  font-weight: 100;
  margin: 0;
  min-height: 100%;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
.btn:focus {
  box-shadow: none;
}
careers:hover,
contact:hover {
  overflow: auto !important;
}
::-webkit-scrollbar-track {
  background-color: #DBDBDB;
}
::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5;
}
::-webkit-scrollbar-thumb {
  background-color: #555555;
  border: 2px solid #555555;
}
.svg-text {
  padding-left: 14px;
  padding-right: 14px;
}
ul,
li {
  margin: 0;
  padding: 0;
}
.backround-image {
  position: absolute;
  width: 100%;
  height: 100%;
}
.imgage-backround {
  width: 100%;
  height: 100%;
  position: absolute;
}
.logo {
  padding: 0;
}
.image-logo {
  outline: none;
  cursor: pointer;
}
.header {
  padding: 20px;
}
.content .text-content {
  font-style: italic;
  font-weight: 600;
}
.btn-home.active {
  color: white !important;
  background-color: #3F48C9;
  box-shadow: none;
}
.content .svg-text {
  max-height: 90px;
}
.content .margin-text {
  margin-top: calc(25vh - 75px);
}
.content {
  position: relative;
}
.btn-home {
  border: 2px solid #3F48C9;
  border-radius: 50px;
  color: #ffffff;
  font-size: 12px;
  font-weight: bold;
  padding: 0.375rem 0.75rem;
}
.image-backround {
  height: 100%;
  background: url("./media/backround-CQVHHTFZ.png") no-repeat center bottom;
  background-size: contain;
  position: absolute;
  right: 0;
}
.group-btn-1 {
  text-align: right;
}
.ng-image-slider-container .img-div {
  box-shadow: none !important;
}
.ng-image-slider-container .prev {
  line-height: 26px !important;
  left: 0px !important;
}
.ng-image-slider-container .next {
  line-height: 26px !important;
  right: 0px !important;
}
.ng-image-slider .ng-image-slider-container .main .next,
.ng-image-slider .ng-image-slider-container .main .prev {
  color: #4955A3 !important;
}
.ng-image-slider .ng-image-slider-container .main .main-inner .img-div img,
.ng-image-slider .ng-image-slider-container .main .main-inner .img-div video {
  height: auto;
  object-fit: scale-down;
}
.ng-image-slider .ng-image-slider-container .main .next:hover,
.ng-image-slider .ng-image-slider-container .main .prev:hover {
  background-color: #D9D9D9 !important;
}
.modal-backdrop.show {
  opacity: 0.77;
}
.dropdown-item {
  font-family: Lexend;
}
.dropdown-item:hover {
  background-color: #4955a3;
  color: #ffffff !important;
  cursor: pointer;
}
.dropdown-item.active,
.dropdown-item:active {
  background-color: #4955a3;
}
@media (max-width: 576px) {
  .ng-image-slider .ng-image-slider-container .main .main-inner .img-div {
    width: 175px !important;
    margin-left: 20px !important;
    margin-right: 0 !important;
  }
  .ng-image-slider .ng-image-slider-container .main .main-inner .img-div:nth-child(1) {
    margin-left: 0 !important;
  }
}
@media all and (min-width: 320px) {
  .content {
    padding: 0;
    margin-right: 0;
    font-weight: 500;
  }
  .margin-text {
    padding-right: 0;
  }
  .group-btn,
  .group-btn-1,
  .group-btn-2 {
    padding: 0;
  }
  .svg-text {
    max-width: 320px;
    padding-left: 14px !important;
  }
  .margin-text {
    font-size: 12px;
    width: 100%;
  }
}
@media all and (min-width: 370px) {
  .group-btn,
  .group-btn-1,
  .group-btn-2 {
    padding: 0 15px;
  }
}
@media (max-width: 400px) {
  .group-btn-1,
  .group-btn-2 {
    margin-right: 10px;
  }
}
@media (max-width: 424px) {
  .content .text {
    font-size: 32px !important;
  }
  .margin-text {
    padding: 0;
    font-size: 13px;
    margin-top: 20%;
  }
}
@media all and (min-width: 568px) {
  .margin-text {
    width: 60%;
  }
  .image-backround {
    width: 41%;
  }
}
@media all and (min-width: 600px) {
  .margin-text {
    width: 60%;
  }
  .group-btn,
  .group-btn-1,
  .group-btn-2 {
    padding: 0 15px;
  }
}
@media all and (min-width: 1024px) {
  .margin-text {
    width: 100%;
  }
  .svg-text {
    max-width: 920px;
    padding-left: 14px !important;
  }
}
@media all and (min-width: 1280px) {
  .svg-text {
    max-width: 920px;
    padding-left: 14px !important;
  }
  .margin-text {
    font-size: 1.1rem;
  }
}
@media (max-width: 640px) {
  .content .text {
    font-size: 35px;
  }
}
@media (min-width: 768px) {
  .svg-text {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .logo {
    justify-content: flex-start !important;
  }
  .svg-text {
    padding-left: 0;
  }
}
@media (min-width: 992px) {
  .svg-text {
    padding-left: 20px;
  }
}
.required {
  color: red !important;
}
.main {
  height: auto !important;
}
.modal {
  z-index: 1060 !important;
}
.cke_notification {
  display: none !important;
}
.image-slider-modal .modal-dialog {
  max-width: 822px !important;
}
.image-slider-modal .modal-dialog .close {
  position: absolute;
  right: -16px;
  top: 174px;
  opacity: 1;
}
.image-slider-modal .modal-dialog .close:focus {
  outline: none;
}
.image-slider-modal .modal-dialog .modal-content {
  background-color: transparent;
  border: none;
  position: unset;
}
.image-slider-modal .modal-dialog .modal-content .modal-body {
  padding: 0;
}
.image-slider-modal .modal-dialog .modal-content .carousel-control-prev {
  left: -190px;
}
.image-slider-modal .modal-dialog .modal-content .carousel-control-prev:hover circle,
.image-slider-modal .modal-dialog .modal-content .carousel-control-prev:focus circle {
  fill: #4955A3;
}
.image-slider-modal .modal-dialog .modal-content .carousel-control-prev:hover path,
.image-slider-modal .modal-dialog .modal-content .carousel-control-prev:focus path {
  stroke: #ffffff;
}
.image-slider-modal .modal-dialog .modal-content .carousel-control-next {
  right: -190px;
}
.image-slider-modal .modal-dialog .modal-content .carousel-control-next:hover circle,
.image-slider-modal .modal-dialog .modal-content .carousel-control-next:focus circle {
  fill: #4955A3;
}
.image-slider-modal .modal-dialog .modal-content .carousel-control-next:hover path,
.image-slider-modal .modal-dialog .modal-content .carousel-control-next:focus path {
  stroke: #ffffff;
}
.image-slider-modal .modal-dialog .modal-content .carousel-inner .carousel-item img {
  width: auto !important;
  height: 419px;
  margin: 0 auto;
}
.image-slider-modal .modal-dialog .modal-content .carousel-indicators {
  bottom: 40px;
  right: unset;
  left: -128px;
}
.image-slider-modal .modal-dialog .modal-content .carousel-indicators li {
  width: 100px;
  height: 100px;
  margin-right: 30px;
}
.image-slider-modal .modal-dialog .modal-content .carousel-indicators img {
  width: 100px;
  height: 100px;
  object-fit: cover;
}
.create-article-modal .modal-dialog {
  max-width: 900px !important;
}
@media only screen and (max-width: 576px) {
  #header-nav .navbar-scroll {
    background-color: transparent;
  }
  #products.products {
    padding: 25px 0 25px;
  }
  #products.products .products__title {
    margin-bottom: 25px;
  }
  #products.products .products__title label {
    font-size: 30px;
  }
  #products.products .products__title label::after {
    width: 60px;
  }
  #products.products .products__title span {
    width: 100%;
  }
  #products.products .products__block {
    margin: 40px 0;
  }
  #products.products .products__img {
    width: 277px;
    height: 277px;
    margin: 0 auto;
  }
  #products.products .products__img .img_fmarket {
    top: -50px;
    left: 10px;
    transform: rotate(356deg);
    height: 305px;
  }
  #products.products .products__img .img_fplatform {
    top: -19px;
    left: -67px;
    width: 465px;
  }
  #products.products .products__img .img_pension {
    top: -19px;
    left: -67px;
    width: 505px;
  }
  #reason.reason .pc {
    display: none;
  }
  #reason.reason .mb {
    display: block;
  }
  #reason.reason .reason__title label {
    font-size: 30px;
  }
  #reason.reason .reason__title label::after {
    width: 60px;
  }
  #reason.reason .reason__timeline {
    border-top: none;
  }
  #reason.reason ul {
    list-style-type: none;
  }
  #reason.reason ul li::before {
    content: "";
    width: 3px;
    height: 100%;
    background: rgba(59, 59, 59, 0.1215686275);
    position: absolute;
    top: 0;
    left: 15px;
    z-index: 1;
  }
  #reason.reason .reason__element {
    width: 100%;
  }
  #reason.reason .reason__element::before {
    content: "";
    position: absolute;
    width: 19px;
    height: 19px;
    border-radius: 50%;
    background-color: #4955A3;
    top: 0;
    z-index: 3;
  }
  #reason.reason ul li:nth-child(1) .reason__element::before {
    left: 2%;
    top: 35px !important;
  }
  #reason.reason ul li:nth-child(2) .reason__element::before {
    left: 2%;
    top: 170px !important;
  }
  #reason.reason ul li:nth-child(3) .reason__element::before {
    left: 2%;
    top: 309px !important;
  }
  #contact.contact {
    padding: 25px 0;
  }
  #contact.contact .contact__info {
    flex-direction: column;
  }
  #contact.contact .contact__block {
    margin: 0;
    width: 100%;
    margin-bottom: 15px;
  }
  #contact .contact__header span {
    font-size: 30px;
  }
  #contact .contact__header span::after {
    width: 60px;
  }
  .hd-block {
    display: none;
  }
  .tab-scrollX {
    position: relative;
  }
  .tab-scrollX ::-webkit-scrollbar-track {
    -webkit-box-shadow: none;
    background-color: transparent !important;
  }
  .tab-scrollX ::-webkit-scrollbar {
    width: 0px;
    height: 0px;
    background-color: transparent !important;
  }
  .tab-scrollX ::-webkit-scrollbar-thumb {
    background-color: transparent !important;
    border: 2px solid transparent !important;
  }
  #gallery.gallery .gallery__descript span {
    font-size: 30px;
  }
  #gallery .carousel-item img {
    object-fit: contain;
  }
  #gallery .carousel-indicators {
    top: 300px;
  }
  #gallery .carousel-caption {
    bottom: 88px;
  }
  .navbar-collapse {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-end;
  }
  .navbar-collapse.show {
    display: flex;
  }
  .navbar-collapse .navbar-nav {
    align-items: flex-end;
    width: 100%;
  }
  .navbar-collapse .btn-home {
    width: 100%;
    margin: 50px 20px;
  }
}
@media (max-width: 991px) and (min-width: 481px) {
  #reason.reason {
    height: auto;
  }
  #reason.reason .pc {
    display: block;
  }
  #reason.reason .mb {
    display: none;
  }
}
@media only screen and (max-width: 991px) {
  .navbar {
    flex-direction: row;
    justify-content: space-between;
    padding: 0.5rem 0;
  }
  .navbar .navbar-brand img {
    height: 39px !important;
  }
  .navbar .navbar-toggler.x {
    border: none;
    align-self: center;
  }
  .navbar .navbar-toggler.x:focus {
    outline: none;
  }
  .navbar .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0% 38%;
    -ms-transform-origin: 0% 38%;
    transform-origin: 0% 38%;
  }
  .navbar .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(2) {
    opacity: 0;
    filter: alpha(opacity=0);
  }
  .navbar .navbar-toggler.x[aria-expanded=true] .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 10% 90%;
    -ms-transform-origin: 10% 90%;
    transform-origin: 10% 90%;
  }
  .navbar .navbar-toggler.x .icon-bar {
    width: 26px;
    display: block;
    height: 4px;
    background-color: #ffffff;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .navbar .navbar-toggler.x .icon-bar + .icon-bar {
    margin-top: 4px;
  }
  .navbar .navbar-toggler.x .icon-bar:nth-of-type(1) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .navbar .navbar-toggler.x .icon-bar:nth-of-type(2) {
    opacity: 1;
    filter: alpha(opacity=100);
  }
  .navbar .navbar-toggler.x .icon-bar:nth-of-type(3) {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .btn-home {
    width: 40%;
  }
  .btn-home.mb {
    display: block;
  }
  .btn-home.pc {
    display: none;
  }
  #header.header {
    margin-top: 0;
    text-align: center;
    height: 401px;
  }
  #header.header .header__title {
    font-size: 30px;
    margin-bottom: 20px;
    white-space: nowrap;
  }
  #header.header .header__descript {
    font-size: 16px;
  }
  #products.products {
    padding: 25px 0 25px;
  }
  #products.products .mb {
    display: none;
  }
  #products.products .pc {
    display: block;
  }
  #products.products .products__img {
    width: 330px;
    height: 330px;
    margin: 0 auto;
  }
  #products.products .products__img .img_fmarket {
    top: -12px;
    left: 10px;
    transform: rotate(356deg);
    height: 305px;
  }
  #products.products .products__img .img_fplatform {
    top: -19px;
    left: -67px;
    width: 505px;
  }
  #products.products .products__img .img_pension {
    top: -19px;
    left: -67px;
    width: 505px;
  }
  #gallery.gallery {
    height: 500px;
  }
}
@media only screen and (max-width: 991px) and (max-width: 612px) {
  #gallery.gallery {
    height: 550px;
  }
}
@media only screen and (max-width: 991px) {
  #gallery.gallery .gallery__descript span {
    font-size: 30px;
  }
  #gallery .carousel-item img {
    object-fit: contain;
  }
  #gallery .carousel-indicators {
    top: 325px;
  }
  #gallery .carousel-caption {
    bottom: 55px;
  }
}
@media only screen and (max-width: 768px) {
  #gallery .carousel-caption {
    bottom: 128px;
  }
}
@media only screen and (max-width: 768px) and (max-width: 480px) {
  #gallery .carousel-caption {
    bottom: 172px;
  }
}
@media only screen and (max-width: 768px) {
  #gallery .carousel-item img {
    height: 278px;
  }
  #gallery .carousel-inner {
    top: 8px;
  }
  #gallery .carousel-indicators {
    top: 341px;
  }
}
@media only screen and (max-width: 575px) {
  #products.products .mb {
    display: block;
  }
  #products.products .pc {
    display: none;
  }
  #gallery.gallery {
    height: 594px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  #gallery.gallery {
    height: 600px;
  }
  #gallery.gallery .gallery__descript span {
    font-size: 30px;
  }
  #gallery .carousel-item img {
    object-fit: contain;
    height: 346px;
  }
  #gallery .carousel-indicators {
    top: 439px;
  }
  #gallery .carousel-caption {
    bottom: 3px;
  }
}
@media only screen and (min-width: 992px) {
  .btn-home.mb {
    display: none;
  }
  .btn-home.pc {
    display: block;
  }
  #products.products .mb {
    display: none;
  }
  #products.products .pc {
    display: block;
  }
  #reason.reason {
    height: 600px;
  }
  #reason.reason .pc {
    display: block;
  }
  #reason.reason .mb {
    display: none;
  }
}
@media (max-width: 991px) {
  .container {
    width: 911px;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1300px;
    max-width: 100%;
  }
}

/* node_modules/pikaday/css/pikaday.css */
/*!
 * Pikaday
 * Copyright © 2014 David Bushell | BSD & MIT license | https://dbushell.com/
 */
.pika-single {
  z-index: 9999;
  display: block;
  position: relative;
  color: #333;
  background: #fff;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  font-family:
    "Helvetica Neue",
    Helvetica,
    Arial,
    sans-serif;
}
.pika-single:before,
.pika-single:after {
  content: " ";
  display: table;
}
.pika-single:after {
  clear: both;
}
.pika-single.is-hidden {
  display: none;
}
.pika-single.is-bound {
  position: absolute;
  box-shadow: 0 5px 15px -5px rgba(0, 0, 0, .5);
}
.pika-lendar {
  float: left;
  width: 240px;
  margin: 8px;
}
.pika-title {
  position: relative;
  text-align: center;
}
.pika-label {
  display: inline-block;
  position: relative;
  z-index: 9999;
  overflow: hidden;
  margin: 0;
  padding: 5px 3px;
  font-size: 14px;
  line-height: 20px;
  font-weight: bold;
  background-color: #fff;
}
.pika-title select {
  cursor: pointer;
  position: absolute;
  z-index: 9998;
  margin: 0;
  left: 0;
  top: 5px;
  opacity: 0;
}
.pika-prev,
.pika-next {
  display: block;
  cursor: pointer;
  position: relative;
  outline: none;
  border: 0;
  padding: 0;
  width: 20px;
  height: 30px;
  text-indent: 20px;
  white-space: nowrap;
  overflow: hidden;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 75% 75%;
  opacity: .5;
}
.pika-prev:hover,
.pika-next:hover {
  opacity: 1;
}
.pika-prev,
.is-rtl .pika-next {
  float: left;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAUklEQVR42u3VMQoAIBADQf8Pgj+OD9hG2CtONJB2ymQkKe0HbwAP0xucDiQWARITIDEBEnMgMQ8S8+AqBIl6kKgHiXqQqAeJepBo/z38J/U0uAHlaBkBl9I4GwAAAABJRU5ErkJggg==);
}
.pika-next,
.is-rtl .pika-prev {
  float: right;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAeCAYAAAAsEj5rAAAAU0lEQVR42u3VOwoAMAgE0dwfAnNjU26bYkBCFGwfiL9VVWoO+BJ4Gf3gtsEKKoFBNTCoCAYVwaAiGNQGMUHMkjGbgjk2mIONuXo0nC8XnCf1JXgArVIZAQh5TKYAAAAASUVORK5CYII=);
}
.pika-prev.is-disabled,
.pika-next.is-disabled {
  cursor: default;
  opacity: .2;
}
.pika-select {
  display: inline-block;
}
.pika-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  border: 0;
}
.pika-table th,
.pika-table td {
  width: 14.285714285714286%;
  padding: 0;
}
.pika-table th {
  color: #999;
  font-size: 12px;
  line-height: 25px;
  font-weight: bold;
  text-align: center;
}
.pika-button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  outline: none;
  border: 0;
  margin: 0;
  width: 100%;
  padding: 5px;
  color: #666;
  font-size: 12px;
  line-height: 15px;
  text-align: right;
  background: #f5f5f5;
  height: initial;
}
.pika-week {
  font-size: 11px;
  color: #999;
}
.is-today .pika-button {
  color: #33aaff;
  font-weight: bold;
}
.is-selected .pika-button,
.has-event .pika-button {
  color: #fff;
  font-weight: bold;
  background: #33aaff;
  box-shadow: inset 0 1px 3px #178fe5;
  border-radius: 3px;
}
.has-event .pika-button {
  background: #005da9;
  box-shadow: inset 0 1px 3px #0076c9;
}
.is-disabled .pika-button,
.is-inrange .pika-button {
  background: #D5E9F7;
}
.is-startrange .pika-button {
  color: #fff;
  background: #6CB31D;
  box-shadow: none;
  border-radius: 3px;
}
.is-endrange .pika-button {
  color: #fff;
  background: #33aaff;
  box-shadow: none;
  border-radius: 3px;
}
.is-disabled .pika-button {
  pointer-events: none;
  cursor: default;
  color: #999;
  opacity: .3;
}
.is-outside-current-month .pika-button {
  color: #999;
  opacity: .3;
}
.is-selection-disabled {
  pointer-events: none;
  cursor: default;
}
.pika-button:hover,
.pika-row.pick-whole-week:hover .pika-button {
  color: #fff;
  background: #ff8000;
  box-shadow: none;
  border-radius: 3px;
}
.pika-table abbr {
  border-bottom: none;
  cursor: help;
}

/* node_modules/ngx-toastr/toastr.css */
.toast-center-center {
  top: 50%;
  left: 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-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;
}
.toast-close-button:hover,
.toast-close-button:focus {
  color: #000000;
  text-decoration: none;
  cursor: pointer;
  opacity: 0.4;
}
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;
}
.toast-info {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+);
}
.toast-error {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+);
}
.toast-success {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==);
}
.toast-warning {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1NzYgNTEyJyB3aWR0aD0nNTc2JyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTU2OS41MTcgNDQwLjAxM0M1ODcuOTc1IDQ3Mi4wMDcgNTY0LjgwNiA1MTIgNTI3Ljk0IDUxMkg0OC4wNTRjLTM2LjkzNyAwLTU5Ljk5OS00MC4wNTUtNDEuNTc3LTcxLjk4N0wyNDYuNDIzIDIzLjk4NWMxOC40NjctMzIuMDA5IDY0LjcyLTMxLjk1MSA4My4xNTQgMGwyMzkuOTQgNDE2LjAyOHpNMjg4IDM1NGMtMjUuNDA1IDAtNDYgMjAuNTk1LTQ2IDQ2czIwLjU5NSA0NiA0NiA0NiA0Ni0yMC41OTUgNDYtNDYtMjAuNTk1LTQ2LTQ2LTQ2em0tNDMuNjczLTE2NS4zNDZsNy40MTggMTM2Yy4zNDcgNi4zNjQgNS42MDkgMTEuMzQ2IDExLjk4MiAxMS4zNDZoNDguNTQ2YzYuMzczIDAgMTEuNjM1LTQuOTgyIDExLjk4Mi0xMS4zNDZsNy40MTgtMTM2Yy4zNzUtNi44NzQtNS4wOTgtMTIuNjU0LTExLjk4Mi0xMi42NTRoLTYzLjM4M2MtNi44ODQgMC0xMi4zNTYgNS43OC0xMS45ODEgMTIuNjU0eicvPjwvc3ZnPg==);
}
.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;
}
@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;
  }
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles-SPS2HS5E.css.map */
