@charset "UTF-8";

/* src/styles.scss */
*,
*::before,
*::after {
  box-sizing: border-box;
}
* {
  margin: 0;
  font-family: "Roboto", sans-serif !important;
}
@media (prefers-reduced-motion: no-preference) {
  html {
    interpolate-size: allow-keywords;
  }
}
body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  min-height: 100vh;
}
img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%;
  font-style: italic;
}
input,
button,
textarea,
select {
  font: inherit;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word;
}
p {
  text-wrap: pretty;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  text-wrap: balance;
}
#root,
#__next {
  isolation: isolate;
}
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
#toast-container.toast-top-center {
  position: fixed !important;
  top: 24px !important;
  left: 55% !important;
  transform: translateX(-50%) !important;
  z-index: 9999 !important;
  width: auto !important;
  max-width: none !important;
}
#toast-container.toast-top-center:hover {
  cursor: pointer !important;
}
#toast-container > div,
.toast-top-center > div,
#toast-container .toast,
.toast-top-center .toast {
  opacity: 1 !important;
  margin: 0 0 16px 0 !important;
  padding: 0 !important;
  border: none !important;
  border-radius: 16px !important;
  background: none !important;
  box-shadow: none !important;
  pointer-events: auto !important;
  animation: slideInDown 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
#toast-container > div.ng-leave,
.toast-top-center > div.ng-leave,
#toast-container .toast.ng-leave,
.toast-top-center .toast.ng-leave {
  animation: slideOutUp 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) !important;
}
#toast-container .toast-success,
.toast-top-center .toast-success,
#toast-container .toast.toast-success,
.toast-top-center .toast.toast-success {
  background:
    linear-gradient(
      135deg,
      #10b981 0%,
      #07aa77 50%) !important;
  color: white !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  padding: 20px 24px !important;
  margin-bottom: 16px !important;
  min-width: 320px !important;
  max-width: 480px !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
#toast-container .toast-success .toast-title,
#toast-container .toast-success .toastr-title,
.toast-top-center .toast-success .toast-title,
.toast-top-center .toast-success .toastr-title,
#toast-container .toast.toast-success .toast-title,
#toast-container .toast.toast-success .toastr-title,
.toast-top-center .toast.toast-success .toast-title,
.toast-top-center .toast.toast-success .toastr-title {
  margin-bottom: 6px !important;
  color: white !important;
}
#toast-container .toast-success .toast-message,
#toast-container .toast-success .toastr-message,
.toast-top-center .toast-success .toast-message,
.toast-top-center .toast-success .toastr-message,
#toast-container .toast.toast-success .toast-message,
#toast-container .toast.toast-success .toastr-message,
.toast-top-center .toast.toast-success .toast-message,
.toast-top-center .toast.toast-success .toastr-message {
  font-size: 14px !important;
  color: white !important;
}
#toast-container .toast-info,
.toast-top-center .toast-info,
#toast-container .toast.toast-info,
.toast-top-center .toast.toast-info {
  background:
    linear-gradient(
      135deg,
      #447aef 0%,
      #2666dc 50%,
      #1c4eb9 100%) !important;
  color: white !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  padding: 20px 24px !important;
  margin-bottom: 16px !important;
  min-width: 320px !important;
  max-width: 480px !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
#toast-container .toast-info .toast-title,
#toast-container .toast-info .toastr-title,
.toast-top-center .toast-info .toast-title,
.toast-top-center .toast-info .toastr-title,
#toast-container .toast.toast-info .toast-title,
#toast-container .toast.toast-info .toastr-title,
.toast-top-center .toast.toast-info .toast-title,
.toast-top-center .toast.toast-info .toastr-title {
  margin-bottom: 6px !important;
  display: flex !important;
  justify-content: space-between !important;
  color: white !important;
}
#toast-container .toast-info .toast-message,
#toast-container .toast-info .toastr-message,
.toast-top-center .toast-info .toast-message,
.toast-top-center .toast-info .toastr-message,
#toast-container .toast.toast-info .toast-message,
#toast-container .toast.toast-info .toastr-message,
.toast-top-center .toast.toast-info .toast-message,
.toast-top-center .toast.toast-info .toastr-message {
  font-size: 14px !important;
  color: white !important;
}
#toast-container .toast-error,
.toast-top-center .toast-error,
#toast-container .toast.toast-error,
.toast-top-center .toast.toast-error {
  background:
    linear-gradient(
      135deg,
      #ef4444 0%,
      #dc2626 50%,
      #b91c1c 100%) !important;
  color: white !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 16px !important;
  padding: 20px 24px !important;
  margin-bottom: 16px !important;
  min-width: 320px !important;
  max-width: 480px !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) !important;
}
#toast-container .toast-error .toast-title,
#toast-container .toast-error .toastr-title,
.toast-top-center .toast-error .toast-title,
.toast-top-center .toast-error .toastr-title,
#toast-container .toast.toast-error .toast-title,
#toast-container .toast.toast-error .toastr-title,
.toast-top-center .toast.toast-error .toast-title,
.toast-top-center .toast.toast-error .toastr-title {
  margin-bottom: 6px !important;
  display: flex !important;
  justify-content: space-between !important;
  color: white !important;
}
#toast-container .toast-error .toast-title::after,
#toast-container .toast-error .toastr-title::after,
.toast-top-center .toast-error .toast-title::after,
.toast-top-center .toast-error .toastr-title::after,
#toast-container .toast.toast-error .toast-title::after,
#toast-container .toast.toast-error .toastr-title::after,
.toast-top-center .toast.toast-error .toast-title::after,
.toast-top-center .toast.toast-error .toastr-title::after {
  content: "\2715";
  border-radius: 50%;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#toast-container .toast-error .toast-message,
#toast-container .toast-error .toastr-message,
.toast-top-center .toast-error .toast-message,
.toast-top-center .toast-error .toastr-message,
#toast-container .toast.toast-error .toast-message,
#toast-container .toast.toast-error .toastr-message,
.toast-top-center .toast.toast-error .toast-message,
.toast-top-center .toast.toast-error .toastr-message {
  font-size: 14px !important;
  color: white !important;
}
#toast-container .toast-error .toast-close-button,
.toast-top-center .toast-error .toast-close-button,
#toast-container .toast.toast-error .toast-close-button,
.toast-top-center .toast.toast-error .toast-close-button {
  position: absolute !important;
  background: rgba(255, 255, 255, 0.15) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 50% !important;
  width: 28px !important;
  height: 28px !important;
  color: white !important;
  display: flex !important;
}
@media (max-width: 768px) {
  #toast-container.toast-top-center {
    top: 16px !important;
    left: 16px !important;
    right: 16px !important;
    transform: none !important;
  }
  #toast-container .toast-success,
  #toast-container .toast-error,
  .toast-top-center .toast-success,
  .toast-top-center .toast-error {
    min-width: auto !important;
    width: 100% !important;
    max-width: none !important;
    margin: 0 0 12px 0 !important;
    padding: 18px 20px !important;
  }
}
@keyframes slideInDown {
  from {
    transform: translateY(-100%) scale(0.95);
    opacity: 0;
  }
  to {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
}
@keyframes slideOutUp {
  from {
    transform: translateY(0) scale(1);
    opacity: 1;
  }
  to {
    transform: translateY(-100%) scale(0.95);
    opacity: 0;
  }
}
.ng-tooltip-default {
  position: absolute;
  max-width: fit-content;
  font-size: 16px !important;
  text-align: center;
  color: #fffefe;
  padding: 3px 8px;
  background: #59449b;
  border-radius: 4px;
  z-index: 1000;
  opacity: 0;
}
.ng-tooltip-default:after {
  content: "";
  position: absolute;
  border-style: solid;
}
.ng-tooltip-default-top:after {
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-color: #59449b transparent transparent transparent;
}
.ng-tooltip-default-bottom:after {
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-color: transparent transparent #59449b transparent;
}
.ng-tooltip-default-left:after {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-color: transparent transparent transparent #59449b;
}
.ng-tooltip-default-right:after {
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-color: transparent #59449b transparent transparent;
}
.ng-tooltip-default-show {
  opacity: 1;
}
.ng-tooltip-delete {
  position: absolute;
  max-width: 150px;
  font-size: 16px !important;
  text-align: center;
  color: #fffefe;
  padding: 3px 8px;
  background: #e62929;
  border-radius: 4px;
  z-index: 1000;
  opacity: 0;
}
.ng-tooltip-delete:after {
  content: "";
  position: absolute;
  border-style: solid;
}
.ng-tooltip-delete-top:after {
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-color: #e62929 transparent transparent transparent;
}
.ng-tooltip-delete-bottom:after {
  bottom: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-color: transparent transparent #e62929 transparent;
}
.ng-tooltip-delete-left:after {
  top: 50%;
  left: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-color: transparent transparent transparent #e62929;
}
.ng-tooltip-delete-right:after {
  top: 50%;
  right: 100%;
  margin-top: -5px;
  border-width: 5px;
  border-color: transparent #e62929 transparent transparent;
}
.ng-tooltip-delete-show {
  opacity: 1;
}

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