/* src/styles.css */
:root {
  --primary:#F2F2F7;
  --white:#FFFFFF;
  --border-color:#E5E5EA;
  --radius-md:8px;
  --border-blue:#16A1FF;
  --black:#1F2A37;
  --grey:#4B5563;
  --grey-2:#374151;
  --white-light: #EAEFFB;
  --font-light:300;
  --font-normal:400;
  --font-medium:500;
  --font-semibold:600;
  --font-bold:700;
  --font-plus: "Orbitron", sans-serif;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
a {
  text-decoration: none;
}
body {
  font-family: "ProximaNovaFont", sans-serif !important;
  color: var(--black);
  font-weight: var(--font-normal);
  background-color: #000000 !important;
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}
::selection {
  background-color: #eb9834 !important;
  color: #fff;
}
@font-face {
  font-family: "ProximaNovaFont";
}
h1,
h2,
h3,
h4,
h5,
p,
span {
  padding: 0;
  margin: 0;
}
.network {
  padding: 13px 15px;
  border: 1px solid var(--border-blue);
  background: rgba(22, 161, 255, 0.20);
  border-radius: var(--radius-md);
  color: var(--black);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  transition: all ease-in-out .5s;
}
.network:is(:hover, :focus) {
  transition: all ease-in-out .5s;
  background: var(--border-blue);
  color: var(--white);
}
.fixed-top {
  background-color: #000;
  z-index: 1030 !important;
}
.navbar-collapse {
  display: flex;
  justify-content: flex-end;
}
.navbar-toggler {
  background-color: #fff !important;
}
.wallet {
  padding: 13px 15px;
  border: 1px solid var(--border-blue);
  background: var(--border-blue);
  border-radius: var(--radius-md);
  color: var(--white-light);
  font-size: 16px;
  font-weight: 600;
  display: flex;
  gap: 12px;
  align-items: center;
  text-decoration: none;
  cursor: pointer;
  transition: all ease-in-out .5s;
  width: fit-content;
}
.wallet:is(:hover, :focus) {
  transition: all ease-in-out .5s;
  border: 1px solid var(--black);
  background: var(--black);
  color: var(--white);
}
.wallet:is(:disabled, [disabled]) {
  background: var(--gray);
  border: 1px solid var(--gray-dark);
  color: var(--gray-light);
  cursor: not-allowed;
  pointer-events: none;
}
.right-side {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
}
.navbar {
  padding: 0px !important;
}
.main-dashboard .container-fluid {
  padding: 0px 24px !important;
}
.navbar-brand {
  padding: 10px 0px !important;
}
.main-section .container-fluid {
  padding: 0px 24px;
}
.main-section .main {
  padding: 70px 0px 20px;
  border-radius: 10px;
}
.main-section .public-sale {
  border-radius: 20px;
  padding: 25px 50px;
  margin-bottom: 98px;
}
.main-section h1 {
  font-family: "Orbitron", sans-serif;
  color: var(--white);
  text-align: center;
  font-variant-numeric: lining-nums;
  font-size: 50px;
  font-weight: 800;
  line-height: 44px;
  padding: 0 0 43px;
  margin: 0;
}
.main-section p {
  font-family: var(--font-plus);
  color: var(--grey);
  font-size: 20px;
  font-weight: var(--font-normal);
  line-height: 30px;
  padding: 0;
  margin: 0;
}
.main-section .counting-view {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 35px;
}
.main-section .counting p {
  color: var(--white);
  font-size: 20px;
  font-weight: var(--font-medium);
  line-height: 44px;
  text-align: center;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}
.main-section .counting h3 {
  border-radius: 4px;
  font-size: 64px;
  line-height: 44px;
  font-weight: 800;
  width: 140px;
  height: 140px;
  background: #fff;
  color: var(--black);
  display: flex;
  align-items: center;
  justify-content: center;
  font-variant-numeric: lining-nums;
}
.presale {
  padding: 42px 50px;
  border-radius: 7px;
  background: #00000091;
  border: 2px solid #eb9834;
  color: var(--white);
}
.presale h3 {
  font-family: "Orbitron", sans-serif;
  font-size: 32px;
  font-style: normal;
  font-weight: 800;
  font-variant-numeric: lining-nums;
  line-height: 44px;
  padding: 0 0 10px;
  margin: 0;
}
.presale h4 {
  font-family: "ProximaNovaFont", sans-serif;
  font-variant-numeric: lining-nums proportional-nums;
  font-size: 16px;
  font-style: normal;
  font-weight: var(--font-medium);
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.presale h5 {
  font-family: "ProximaNovaFont", sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-decoration: underline;
  font-weight: var(--font-normal);
  padding: 0;
  margin: 0;
}
.presale .pt-32 {
  padding-top: 15px;
}
.presale p {
  font-size: 15px;
  font-weight: var(--font-medium);
  line-height: 20px;
  margin: 0;
  padding: 0;
}
.presale p span {
  font-weight: var(--font-semibold);
}
.presale .usdt-details {
  padding: 19px 0px 0px;
  display: block;
}
.presale .usdt-details h5 {
  font-family: "ProximaNovaFont", sans-serif;
  font-size: 15px;
  text-decoration: none;
  font-weight: var(--font-medium);
  line-height: 24px;
  padding: 0;
  margin: 0;
}
.presale .usdt-details h6 {
  font-size: 15px;
  font-weight: var(--font-bold);
  line-height: 150%;
  padding-bottom: 9px;
  border-bottom: 2px solid var(--white);
  margin-bottom: 16px;
}
.presale .usdtdata {
  border-radius: 10px;
  background: var(--white);
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 35px 30px 28px 30px;
  margin: 0 0 14px;
}
.presale .usdtdata h3 {
  color: var(--text-white);
  font-family: var(--font-plus), sans-serif;
  font-size: 12px !important;
  font-weight: var(--font-normal);
  line-height: 18px;
  padding: 0;
  margin: 0;
}
.presale .usdtdata h6 {
  color: var(--black);
  font-family: var(--font-plus), sans-serif;
  font-size: 12px !important;
  font-weight: var(--font-normal);
  line-height: 18px;
  text-align: right;
  padding: 7px 0 0;
  margin: 0;
}
.presale .usdtdata input {
  background: none;
  border: 0;
  color: var(--black);
  font-family: "ProximaNovaFont", sans-serif;
  font-size: 35px;
  font-weight: var(--font-bold);
  width: 100%;
}
.presale .usdtdata input::-webkit-input-placeholder {
  color: #9CA3AF;
}
.presale .usdtdata input:focus {
  box-shadow: none !important;
  border: 0px solid !important;
  outline: 0px solid !important;
}
.presale .usdtdata input:focus-visible {
  box-shadow: none !important;
  border: 0px solid !important;
  outline: 0px solid !important;
}
.presale .static-form {
  margin: 68px 0px 50px;
  border-radius: 10px;
}
.presale .usdtbtn {
  font-family: "Montserrat", sans-serif;
  padding: 8px 11px;
  font-size: 20px;
  font-weight: var(--font-normal);
  color: var(--text-white);
  border-radius: 10px;
  border: 1px solid #53ae94;
  background: #26A17B80;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 153px;
  height: 64px;
  cursor: pointer;
  transition: 0.25s ease-in-out;
  text-decoration: none;
}
.presale .usdtbtn:hover {
  transition: 0.25s ease-in-out;
  background: rgba(83, 174, 148, 0.5);
}
.presale .usdtbtn:focus {
  transition: 0.25s ease-in-out;
  background: rgba(83, 174, 148, 0.5);
}
.presale .aocbtn {
  font-family: "Montserrat", sans-serif;
  padding: 8px 11px;
  font-size: 20px;
  font-weight: var(--font-normal);
  color: #fff;
  border-radius: 10px;
  border: 1px solid #eb9834;
  background: #eb9834;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 153px;
  height: 64px;
  cursor: pointer;
  transition: 0.25s ease-in-out;
  white-space: nowrap;
  text-decoration: none;
}
.presale .aocbtn:hover {
  transition: 0.25s ease-in-out;
  background: #eb9834;
}
.presale .aocbtn:focus {
  transition: 0.25s ease-in-out;
  background: #eb9834;
}
.presale .buytoken {
  font-family: "ProximaNovaFont", sans-serif;
  border-radius: 12px;
  border: 1px solid #fff;
  background: #fff;
  padding: 12px;
  width: 100%;
  display: block;
  font-size: 26px;
  font-weight: var(--font-bold);
  color: var(--black);
  text-align: center;
  transition: 0.25s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.presale .buytoken-disabled {
  border-radius: 6px;
  border: 1px solid #fff;
  background: #fff;
  padding: 12px;
  width: 100%;
  display: block;
  font-size: 20px;
  line-height: 44px;
  font-weight: var(--font-medium);
  color: var(--black);
  text-align: center;
  transition: 0.25s ease-in-out;
  text-decoration: none;
}
.presale .claim {
  font-family: "ProximaNovaFont", sans-serif;
  border-radius: 12px;
  border: 1px solid rgba(245, 210, 85, 0.2);
  background: rgba(245, 210, 85, 0.1);
  padding: 10px;
  width: 150px;
  font-size: 20px;
  font-weight: var(--font-bold);
  color: #fff;
  text-align: center;
  transition: 0.25s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.presale .buytoken:hover {
  transition: 0.25s ease-in-out;
  background: #eb9834;
  border: 1px solid var(--white);
  color: var(--white);
}
.presale .buytoken:focus {
  transition: 0.25s ease-in-out;
  background: #eb9834;
  border: 1px solid var(--white);
  color: var(--white);
}
.presale .claim:hover {
  transition: 0.25s ease-in-out;
  background: rgba(245, 210, 85, 0.5);
}
.presale .claim:focus {
  transition: 0.25s ease-in-out;
  background: rgba(245, 210, 85, 0.5);
}
.presale .walletaddress {
  display: flex;
  align-items: baseline;
  column-gap: 14px;
}
.presale .lines {
  position: relative;
  width: 75%;
  height: 1px;
  background: #000;
}
.presale .dots {
  width: 10px;
  height: 10px;
  display: inline-flex;
  background: var(--black);
  border-radius: 100%;
  position: absolute;
  top: -5px;
  right: 0;
}
.presale p {
  font-family: "ProximaNovaFont", sans-serif;
  color: var(--border-color);
  font-size: 18px;
  font-style: normal;
  font-weight: var(--font-normal);
  line-height: 26px;
  margin: 0;
}
.presale p:not(:last-child) {
  padding: 0 0 20px;
}
.buytoken.contribution-btn:hover {
  background: #000 !important;
  color: #fff !important;
}
.presale.Public {
  position: sticky;
  top: 140px;
  padding: 40px 46px;
  background: #00000091;
  border: 2px solid #eb9834;
  border-radius: 7px;
}
.presale.Public .title {
  font-family: "Orbitron", sans-serif;
  color: var(--white);
  font-size: 50px;
  line-height: 44px;
  font-weight: 600;
}
.presale.Public p {
  color: var(--white);
}
.presale.Public p span {
  color: var(--white);
}
.sale-detail-title h4 {
  font-family: "Orbitron", sans-serif;
  font-size: 20px;
  line-height: 44px;
  font-weight: 800;
  color: var(--white);
  padding: 20px 0px 0px;
}
.sub-title {
  font-size: 12px !important;
  font-weight: var(--font-medium);
  line-height: 20px !important;
  color: var(--black);
  margin: 0;
  padding: 0;
}
.mb-30 {
  margin-bottom: 30px;
}
#kycVerificationModal {
  top: 0px !important;
}
#kycVerificationModal.modal.show .modal-dialog {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
  min-height: calc(100% - 0px) !important;
}
.ellips-icon1 {
  z-index: -1;
}
.ellips-icon2 {
  position: absolute;
  top: 13%;
  left: 0;
  z-index: -1;
}
.ellips-icon3 {
  position: absolute;
  top: 20%;
  right: 0;
  z-index: -1;
}
.modal-content {
  padding: 30px;
  position: relative;
  background-position: top right;
  background-repeat: no-repeat;
  background-size: cover;
}
.modal-header .btn-close {
  background-color: #fff;
  opacity: 1;
}
.modal-header {
  border-bottom: 1px solid #eb9834 !important;
}
.form-check-label {
  font-family: "ProximaNovaFont", sans-serif;
  color: #fff;
  font-size: 20px;
}
.modal-body p {
  font-family: "ProximaNovaFont", sans-serif;
  color: #fff;
  padding-bottom: 25px;
}
.modal-body h3 {
  font-size: 30px;
  color: #eb9834;
  padding-bottom: 10px;
}
.modal-footer-btn .btn.save,
.modal-footer-btn .btn {
  font-family: "ProximaNovaFont", sans-serif;
  border-radius: 12px;
  border: 1px solid #fff;
  background: #fff;
  padding: 12px;
  display: block;
  font-size: 26px;
  font-weight: var(--font-bold);
  color: var(--black);
  text-align: center;
  transition: 0.25s ease-in-out;
  text-decoration: none;
  cursor: pointer;
}
.modal-footer-btn .btn.save {
  margin-left: 30px;
}
.modal-footer-btn .btn.save,
.modal-footer-btn .btn:hover {
  background: #eb9834;
  border: 1px solid #eb9834;
  color: #fff;
}
.modal-footer-btn .btn.save:hover {
  background: #fff;
  border: 1px solid #fff;
  color: #000;
}
@media (max-width:1440px) {
  .main-section h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .main-section .counting h3 {
    font-size: 40px;
    width: 130px;
    height: 130px;
  }
  .main-section .public-sale {
    margin-bottom: 75px;
  }
  .presale h3 {
    font-size: 32px;
    line-height: 42px;
  }
  .presale .buytoken {
    font-size: 20px;
  }
  .presale.Public {
    padding: 80px 40px;
  }
  .presale.Public .title {
    font-size: 45px;
  }
  .presale .usdtdata {
    padding: 30px 25px;
  }
}
@media (max-width:1280px) {
  .main-section .public-sale {
    padding: 25px 25px;
  }
  .main-section h1 {
    font-size: 36px;
    line-height: 40px;
  }
  .main-section .counting h3 {
    font-size: 34px;
    width: 100px;
    height: 100px;
  }
  .presale {
    padding: 30px;
  }
  .presale h3 {
    font-size: 30px;
    line-height: 40px;
  }
  .presale .buytoken {
    font-size: 22px;
  }
}
@media (max-width:1199px) {
  .main-section .public-sale {
    padding: 25px 25px;
  }
  .main-section h1 {
    font-size: 30px;
    line-height: 34px;
  }
  .main-section .counting h3 {
    font-size: 26px;
    width: 80px;
    height: 80px;
  }
  .presale {
    padding: 30px;
  }
  .presale h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .presale .buytoken {
    font-size: 20px;
  }
  .presale.Public .title {
    font-size: 40px;
  }
  .presale.Public {
    padding: 70px 35px;
  }
  .presale .static-form {
    margin: 50px 0px;
  }
  .main-section .public-sale {
    margin-bottom: 50px;
  }
  .presale .aocbtn,
  .presale .usdtbtn {
    width: 150px;
    height: 55px;
  }
  :is(.presale .aocbtn, .presale .usdtbtn) img {
    width: 40px;
    height: 40px;
  }
}
@media (max-width:991px) {
  .main-section .main {
    padding: 50px 0px;
  }
  .navbar-collapse {
    display: flex;
    justify-content: flex-start;
    padding-bottom: 20px;
  }
  .custom-mb-md {
    margin-bottom: 30px;
  }
  .main-section h1 {
    font-size: 28px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .main-section .counting-view {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 10px;
    gap: 15px;
  }
  .main-section .counting p {
    font-size: 14px;
  }
  .main-section .counting h3 {
    font-size: 20px;
    width: 70px;
    height: 70px;
  }
  .presale {
    padding: 30px;
  }
  .presale h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .presale h5 {
    font-size: 20px;
  }
  .presale .buytoken {
    font-size: 20px;
  }
  .presale p {
    font-size: 18px;
  }
  .presale .lines {
    position: relative;
    width: 60%;
  }
  .presale.Public {
    padding: 55px 35px;
  }
  .presale.Public .title {
    font-size: 34px;
  }
  .presale .usdtdata {
    padding: 25px 25px;
  }
}
@media (max-width:767px) {
  .custom-mb {
    margin-bottom: 30px;
  }
  .main-section .public-sale {
    padding: 0px;
  }
  .main-section .main {
    padding: 40px 0px;
  }
  .main-section .container-fluid {
    padding: 0px 16px;
  }
  .main-section .public-sale {
    margin-bottom: 20px;
  }
  .presale .static-form {
    margin: 30px 0px;
  }
  .presale {
    padding: 20px;
  }
  .presale h3 {
    font-size: 20px;
    line-height: 30px;
  }
  .presale p {
    font-size: 16px;
  }
  .presale h5 {
    font-size: 14px;
  }
  .presale .lines {
    width: 100%;
  }
  .presale .usdtdata {
    padding: 20px 10px 12px 20px;
  }
  .presale .usdtbtn {
    font-size: 16px;
  }
  .presale .aocbtn {
    font-size: 16px;
  }
  .presale .usdtdata input {
    font-size: 24px;
  }
  .presale.Public {
    padding: 40px 25px;
  }
  .presale.Public .title {
    font-size: 28px;
    line-height: 32px;
  }
  .right-side {
    margin-bottom: 20px;
  }
}
@media (max-width:400px) {
  .navbar-brand img {
    width: 220px;
    height: auto;
  }
  .custom-mb {
    margin-bottom: 20px;
  }
  .main-section .counting h3 {
    font-size: 20px;
    width: 60px;
    height: 60px;
  }
  .main-section .public-sale {
    margin-bottom: 10px;
  }
  .presale.Public {
    padding: 25px 25px;
  }
  .presale.Public .title {
    font-size: 24px;
    line-height: 28px;
  }
  .presale .usdtdata {
    padding: 12px 10px 12px 20px;
  }
  .presale .aocbtn,
  .presale .usdtbtn {
    width: 120px;
    height: 50px;
  }
  :is(.presale .aocbtn, .presale .usdtbtn) img {
    width: 35px;
    height: 35px;
  }
  .presale .buytoken-disabled {
    font-size: 18px;
    line-height: 22px;
  }
  .presale h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .presale .pt-32 {
    padding-top: 10px;
  }
  .sale-detail-title h4 {
    font-size: 18px;
    line-height: 30px;
  }
  .presale .usdt-details h5 {
    font-size: 14px;
  }
  .presale.Public {
    padding: 30px 25px;
  }
}
@media (max-width:360px) {
  .presale h5 {
    font-size: 12px;
  }
  .navbar-brand img {
    width: 180px;
    height: auto;
  }
  .main-section h1 {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
.sticky {
  position: sticky;
  position: -webkit-sticky;
  background: none;
  z-index: 9;
  top: 0;
}
.dropdown-toggle::after {
  display: none !important;
}
.modal-title {
  color: var(--white);
}
.modal-header {
  border-bottom-color: var(--white);
}
.count-main {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 35px;
}
.count-box h3 {
  border-radius: 4px;
  font-size: 64px;
  line-height: 44px;
  font-weight: 800;
  width: 140px;
  height: 140px;
  background: #00000091;
  border: 2px solid #eb9834;
  color: var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-variant-numeric: lining-nums;
  margin-bottom: 10px;
}
.count-box p {
  color: #fff !important;
  font-size: 20px !important;
  font-weight: var(--font-medium) !important;
  line-height: 44px !important;
  text-align: center;
  text-transform: capitalize;
  padding: 0;
  margin: 0;
}

/* 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;
  }
}

/* node_modules/ngx-spinner/animations/ball-clip-rotate-pulse.css */
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-clip-rotate-pulse,
.la-ball-clip-rotate-pulse > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-clip-rotate-pulse {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-clip-rotate-pulse.la-dark {
  color: #333;
}
.la-ball-clip-rotate-pulse > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-clip-rotate-pulse {
  width: 32px;
  height: 32px;
}
.la-ball-clip-rotate-pulse > div {
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 100%;
}
.la-ball-clip-rotate-pulse > div:first-child {
  position: absolute;
  width: 32px;
  height: 32px;
  background: transparent;
  border-style: solid;
  border-width: 2px;
  border-right-color: transparent;
  border-left-color: transparent;
  -webkit-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
  -moz-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
  -o-animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
  animation: ball-clip-rotate-pulse-rotate 1s cubic-bezier(.09, .57, .49, .9) infinite;
}
.la-ball-clip-rotate-pulse > div:last-child {
  width: 16px;
  height: 16px;
  -webkit-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09, .57, .49, .9) infinite;
  -moz-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09, .57, .49, .9) infinite;
  -o-animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09, .57, .49, .9) infinite;
  animation: ball-clip-rotate-pulse-scale 1s cubic-bezier(.09, .57, .49, .9) infinite;
}
.la-ball-clip-rotate-pulse.la-sm {
  width: 16px;
  height: 16px;
}
.la-ball-clip-rotate-pulse.la-sm > div:first-child {
  width: 16px;
  height: 16px;
  border-width: 1px;
}
.la-ball-clip-rotate-pulse.la-sm > div:last-child {
  width: 8px;
  height: 8px;
}
.la-ball-clip-rotate-pulse.la-2x {
  width: 64px;
  height: 64px;
}
.la-ball-clip-rotate-pulse.la-2x > div:first-child {
  width: 64px;
  height: 64px;
  border-width: 4px;
}
.la-ball-clip-rotate-pulse.la-2x > div:last-child {
  width: 32px;
  height: 32px;
}
.la-ball-clip-rotate-pulse.la-3x {
  width: 96px;
  height: 96px;
}
.la-ball-clip-rotate-pulse.la-3x > div:first-child {
  width: 96px;
  height: 96px;
  border-width: 6px;
}
.la-ball-clip-rotate-pulse.la-3x > div:last-child {
  width: 48px;
  height: 48px;
}
@-webkit-keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-o-keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes ball-clip-rotate-pulse-rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(180deg);
    -moz-transform: translate(-50%, -50%) rotate(180deg);
    -o-transform: translate(-50%, -50%) rotate(180deg);
    transform: translate(-50%, -50%) rotate(180deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    -o-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    opacity: .3;
    -webkit-transform: translate(-50%, -50%) scale(.15);
    transform: translate(-50%, -50%) scale(.15);
  }
}
@-moz-keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    opacity: .3;
    -moz-transform: translate(-50%, -50%) scale(.15);
    transform: translate(-50%, -50%) scale(.15);
  }
}
@-o-keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    opacity: .3;
    -o-transform: translate(-50%, -50%) scale(.15);
    transform: translate(-50%, -50%) scale(.15);
  }
}
@keyframes ball-clip-rotate-pulse-scale {
  0%, 100% {
    opacity: 1;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
  30% {
    opacity: .3;
    -webkit-transform: translate(-50%, -50%) scale(.15);
    -moz-transform: translate(-50%, -50%) scale(.15);
    -o-transform: translate(-50%, -50%) scale(.15);
    transform: translate(-50%, -50%) scale(.15);
  }
}

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