@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
@font-face {
  font-family: "ProximaNova-Regular";
  src: url('ProximaNova-Regular.b078618b41b9b6629ea0.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-Semibold";
  src: url('ProximaNova-Semibold.be42827ac88aca64dbf0.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNova-Bold";
  src: url('ProximaNova-Bold.f3c7fec78a9f7f598801.ttf') format("truetype");
  font-weight: 800;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaExCnRg";
  src: url('ProximaNovaExCn-Regular.bbd55a827c31eb80c5be.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaExCn-Bold";
  src: url('ProximaNovaExCn-Bold.edc38e607e107ee0634c.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaCnLt";
  src: url('ProximaNovaCond-Light.6a988f5b88f66c44b52a.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "ProximaNovaCond-Regular";
  src: url('ProximaNovaCond-Regular.0baa566f8f8089e941e4.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased !important;
  background-color: #fff;
  color: #545f6e;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 12px;
  font-weight: 400;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
[hidden],
template {
  display: none !important;
}
a {
  user-drag: none;
  -moz-user-select: none;
  -webkit-user-drag: none;
  -webkit-user-select: none;
  user-select: none;
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 500;
}
img {
  border: 0;
  max-width: 100%;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
pre {
  overflow: auto;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  background-color: transparent;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
* {
  margin: 0;
  padding: 0;
  outline: none;
  border: none;
  box-sizing: border-box;
  text-decoration: none;
  position: relative;
}
html,
body,
main {
  min-height: 100vh;
}
/** Safari */
@supports (-webkit-touch-callout: none) {
  html,
body,
main {
    /* mobile viewport bug fix */
    min-height: -webkit-fill-available;
  }
}
main {
  display: block;
  height: auto;
}
.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
textarea:focus,
input:focus {
  outline: 0;
}
p,
h1,
h2,
h3,
h4,
h5,
h6 {
  cursor: default;
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
}
.clear {
  clear: both;
}
input[type=text],
input[type=password],
input[type=number],
input[type=email] {
  border: none;
  height: 25px;
  width: 100%;
  color: #2b2b2b;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: block;
  padding-bottom: 9px;
  transition: border-bottom 360ms;
  border-bottom: 1px solid #d4dbe4;
}
input[type=text]:hover, input[type=text]:focus,
input[type=password]:hover,
input[type=password]:focus,
input[type=number]:hover,
input[type=number]:focus,
input[type=email]:hover,
input[type=email]:focus {
  transition: border-bottom 360ms;
  border-bottom: 1px solid #4490e1;
}
input[type=text]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, input[type=email]::-moz-placeholder {
  color: #96a4b5;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder {
  color: #96a4b5;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
input[type=text].error,
input[type=password].error,
input[type=number].error,
input[type=email].error {
  color: #d0021b;
  transition: border-bottom 360ms, color 360ms;
  border-bottom: 1px solid #d0021b;
}
textarea {
  border: none;
  width: 100%;
  color: #2b2b2b;
  font-family: "ProximaNova-Semibold", sans-serif;
  font-size: 16px;
  font-weight: 600;
  display: block;
  padding-bottom: 7px;
  transition: border-bottom 360ms;
  border-bottom: 1px solid #d4dbe4;
  overflow: hidden;
}
textarea:hover, textarea:focus {
  transition: border-bottom 360ms;
  border-bottom: 1px solid #4490e1;
}
textarea::-moz-placeholder {
  color: #96a4b5;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
textarea::placeholder {
  color: #96a4b5;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
}
textarea.error {
  color: #d0021b;
  transition: border-bottom 360ms, color 360ms;
  border-bottom: 1px solid #d0021b;
}
.input-title {
  display: block;
  color: #545f6e;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 12px;
  font-weight: 400;
  transition: color 360ms;
  margin-bottom: 3px;
}
.input-title::first-letter {
  text-transform: capitalize;
}
.input-title span {
  opacity: 0;
  transition: opacity 360ms;
}
.input-title.error {
  color: #d0021b;
  transition: color 360ms;
}
.input-title.error span {
  opacity: 1;
  transition: opacity 360ms;
}
label {
  cursor: pointer;
  color: #545f6e;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
}
label input {
  display: inline-block;
  vertical-align: 1px;
}
label p {
  max-width: calc(100% - 30px);
  padding-left: 5px;
  display: inline-block;
  vertical-align: top;
}
.container {
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.img-contain {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}
.img-cover {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.btn_transp {
  display: block;
  cursor: pointer;
  padding: 11px 32px 12px 32px;
  color: #4490e1;
  font-family: "ProximaNova-Semibold", sans-serif;
  font-size: 14px;
  font-weight: 600;
  height: 40px;
  border-radius: 20px;
  background-color: transparent;
  position: relative;
  overflow: hidden;
  text-align: center;
  transition: color 360ms;
}
.btn_transp:before {
  content: "";
  z-index: 1;
  height: calc(100% - 4px);
  width: calc(100% - 4px);
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  border-radius: 20px;
  transition: opacity 360ms;
  border: 2px solid #4490e1;
}
.btn_transp:after {
  content: "";
  z-index: 1;
  height: 100%;
  width: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 360ms;
  background-image: linear-gradient(131deg, #5cb4f5 0%, #438fe0 100%);
}
.btn_transp span {
  position: relative;
  z-index: 2;
}
.btn_transp:hover {
  color: #fff;
  transition: color 360ms;
}
.btn_transp:hover:before {
  opacity: 0;
  transition: opacity 360ms;
}
.btn_transp:hover::after {
  opacity: 1;
  transition: opacity 360ms;
}
.link-dash {
  cursor: pointer;
  color: #023b84;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: border-bottom 360ms;
  border-bottom: 1px dashed #c6d7ed;
}
.link-dash:hover {
  transition: border-bottom 360ms;
  border-bottom: 1px dashed #023b84;
}
.link-line {
  color: #023b84;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  transition: border-bottom 360ms;
  border-bottom: 1px solid #c6d7ed;
}
.link-line:hover {
  transition: border-bottom 360ms;
  border-bottom: 1px solid #023b84;
}
.search {
  margin-right: 8px;
  cursor: pointer;
}
.search .search-btn {
  cursor: pointer;
  width: 18px;
  height: 18px;
}
.title {
  color: #000000;
  font-family: "ProximaNova-Semibold", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
.relative {
  position: relative;
}
body.dialog-open {
  overflow: hidden;
}
.nsm-dialog-btn-close {
  border: 0;
  background: none;
  position: absolute;
  top: 8px;
  right: 8px;
  font-size: 1.2em;
  cursor: pointer;
}
.overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow-x: hidden;
  overflow-y: auto;
  transition: background-color 500ms;
  background-color: transparent;
  z-index: 999;
}
.overlay.nsm-overlay-open {
  background-color: rgba(0, 0, 0, 0.5);
}
.overlay.transparent {
  background-color: transparent;
}
.nsm-dialog {
  position: relative;
  opacity: 1;
  visibility: visible;
  min-height: 200px;
  width: 100%;
  max-width: 520px;
  margin: 0 auto;
  pointer-events: none;
  outline: none;
}
.nsm-dialog.nsm-dialog-close {
  opacity: 0;
}
.nsm-dialog.nsm-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (1.75rem * 2));
}
.nsm-content {
  position: relative;
  display: flex;
  flex-direction: column;
  pointer-events: auto;
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 2px;
  padding: 1rem;
  margin-top: 1.75rem;
  margin-bottom: 1.75rem;
  margin-left: 1.75rem;
  margin-right: 1.75rem;
  box-shadow: 0 7px 8px -4px rgba(0, 0, 0, 0.2), 0 13px 19px 2px rgba(0, 0, 0, 0.14), 0 5px 24px 4px rgba(0, 0, 0, 0.12);
  outline: 0;
  transform: translate3d(0, 0, 0);
}
.nsm-body {
  position: relative;
  flex: 1 1 auto;
}
/* *************************
* Animations
* *************************/
.nsm-dialog[class*=nsm-dialog-animation-] {
  transition: transform 500ms ease-in-out, opacity 500ms;
}
.nsm-dialog-animation-ltr {
  transform: translate3d(-50%, 0, 0);
}
.nsm-dialog-animation-ltr.nsm-dialog-open {
  transform: translate3d(0, 0, 0);
}
.nsm-dialog-animation-ltr.nsm-dialog-close {
  transform: translate3d(-50%, 0, 0);
}
.nsm-dialog-animation-rtl {
  transform: translate3d(50%, 0, 0);
}
.nsm-dialog-animation-rtl.nsm-dialog-open {
  transform: translate3d(0, 0, 0);
}
.nsm-dialog-animation-rtl.nsm-dialog-close {
  transform: translate3d(50%, 0, 0);
}
.nsm-dialog-animation-ttb {
  transform: translate3d(0, -50%, 0);
}
.nsm-dialog-animation-ttb.nsm-dialog-open {
  transform: translate3d(0, 0, 0);
}
.nsm-dialog-animation-ttb.nsm-dialog-close {
  transform: translate3d(0, -50%, 0);
}
.nsm-dialog-animation-btt {
  transform: translate3d(0, 50%, 0);
}
.nsm-dialog-animation-btt.nsm-dialog-open {
  transform: translate3d(0, 0, 0);
}
.nsm-dialog-animation-btt.nsm-dialog-close {
  transform: translate3d(0, 50%, 0);
}
.section-content-wrap {
  padding-top: 48px;
  padding-left: 170px;
  min-height: 100vh;
  background-color: #fff;
  /** Safari */
}
@supports (-webkit-touch-callout: none) {
  .section-content-wrap {
    min-height: -webkit-fill-available;
  }
}
.section-content-wrap.small-menu {
  padding-left: 53px;
}
.ptro-icon-btn[title=Clear],
.ptro-icon-btn[title="Зробити пікселізація виділеної області [P]"],
.ptro-icon-btn[title=Налаштування],
.ptro-icon-btn[title="Змінити розмір або масштаб"],
.ptro-icon-btn[title="Вибрати область [S]"] {
  display: none;
}
.empty-page {
  color: #9aa3ad;
  font-family: "ProximaNova-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.empty-page a {
  color: #005ec5;
  -webkit-text-decoration-line: underline;
  text-decoration-line: underline;
  -webkit-text-decoration-color: transparent;
  text-decoration-color: transparent;
  -webkit-text-decoration-style: solid;
  text-decoration-style: solid;
  transition: -webkit-text-decoration-color 360ms;
  transition: text-decoration-color 360ms, -webkit-text-decoration-color 360ms;
  cursor: pointer;
}
.empty-page a:hover {
  -webkit-text-decoration-color: #005ec5;
          text-decoration-color: #005ec5;
  transition: -webkit-text-decoration-color 360ms;
  transition: text-decoration-color 360ms, -webkit-text-decoration-color 360ms;
}
.pointer {
  cursor: pointer;
}
.pointer p,
.pointer h1,
.pointer h2,
.pointer h3 {
  cursor: pointer;
}
@media (max-width: 768px) {
  .section-content-wrap {
    z-index: 10;
    padding-left: 0;
    width: 100%;
  }
}
@media (min-width: 1400px) {
  .section-content-wrap {
    padding-left: 210px;
  }
}
@media print {
  .no-print {
    display: none !important;
  }

  .content-wrap {
    padding: 0 !important;
  }

  app-subjects inline-btn,
app-subjects .bottom-btn-wrap,
app-subjects .heading {
    display: none !important;
  }
  app-subjects .cabinet-wrap {
    background: none;
  }
  app-subjects .content-wrap {
    padding: 0;
    background-color: #fff;
    border-radius: 0;
    box-shadow: none !important;
  }
  app-subjects .subject {
    min-height: 100vh;
    margin-bottom: 0 !important;
  }
}
.tooltip-container {
  display: none;
}
.user-default-icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
  background-color: #e6e9ed;
}
.user-default-icon.dropdowns {
  width: 28px;
  height: 28px;
  margin-right: 12px;
  border-radius: 50%;
}
.user-default-icon.dropdowns:after {
  font-size: 13px;
  line-height: 28px;
  align-items: unset;
}
.user-default-icon:after {
  content: attr(title);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 12px;
  font-family: "ProximaNova-Semibold", sans-serif;
  color: #a4b0be;
  font-weight: 900;
  text-transform: uppercase;
}
.user-default-icon-big {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 75%;
  background-color: #e6e9ed;
}
.user-default-icon-big:after {
  content: attr(title);
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  font-size: 36px;
  font-family: "ProximaNova-Semibold", sans-serif;
  color: #a4b0be;
  font-weight: 900;
  text-transform: uppercase;
}
.weak-switcher-wrap {
  display: flex;
  align-items: center;
  margin-right: 12px;
  flex: none;
}
.weak-switcher-wrap .switch {
  width: 33px;
  height: 24px;
  border: 1px solid #e6e9ed;
  display: flex;
  align-items: center;
  justify-content: center;
}
.weak-switcher-wrap .switch.left {
  border-radius: 5px 0 0 5px;
  background: url("/assets/images/icons/icon-arrow-blue-right.svg") no-repeat center/contain;
  background-size: 7px 10px;
  background-color: #fff;
}
.weak-switcher-wrap .switch.left.disable {
  background: url("/assets/images/icons/icon-arrow-grey-right.svg") no-repeat center/contain;
  background-size: 7px 10px;
  background-color: #fff;
}
.weak-switcher-wrap .switch.right {
  border-radius: 5px 0 0 5px;
  background: url("/assets/images/icons/icon-arrow-blue-right.svg") no-repeat center/contain;
  background-size: 7px 10px;
  transform: rotate(180deg);
  background-color: #fff;
}
.weak-switcher-wrap .switch.right:before {
  display: none;
}
.weak-switcher-wrap .switch.right.disable {
  background: url("/assets/images/icons/icon-arrow-grey-right.svg") no-repeat center/contain;
  background-size: 7px 10px;
  background-color: #fff;
}
.extend-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 55px;
  margin-right: 4px;
  width: 100%;
  padding-right: 30px;
}
.extend-wrap .extend {
  color: #4490e1;
  font-family: "ProximaNova-Semibold", sans-serif;
  font-size: 14px;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.extend-wrap .extend::before {
  display: inline-block;
  content: "Більше інформації";
}
.extend-wrap .extend:after {
  display: inline-block;
  content: "";
  margin-left: 10px;
  width: 12px;
  height: 8px;
  background: url("/assets/images/icons/icon-blue-arrow-down.svg") no-repeat center/contain;
  transition: transform 360ms;
}
.extend-wrap .extend.extended::before {
  content: "Менше інформації";
}
.extend-wrap .extend.extended:after {
  transform: rotate(180deg);
}
input[type=checkbox] {
  zoom: 1.2;
}
@media (max-width: 768px) {
  .mobile-app:after {
    position: fixed;
    top: 0;
    height: 46px;
    content: "";
    left: 0;
    right: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.9) 0%, rgba(255, 255, 255, 0) 100%);
  }
  .mobile-app .top-nav {
    padding-top: 36px;
    height: 84px !important;
  }
  .mobile-app .section-content-wrap {
    padding-top: 84px;
  }
  .mobile-app .left-nav {
    top: 84px !important;
  }
  .mobile-app .left-nav-background {
    top: 36px !important;
  }
}
a.zwibbler-button {
  margin: 5px;
  width: 26px;
  height: 26px;
  background-size: contain;
}
a.zwibbler-button:hover,
a.zwibbler-button.zwibbler-selected {
  background-color: rgba(0, 0, 0, 0.2);
}
.zwibbler-colour-panel div:hover {
  box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.3);
  cursor: pointer;
}
@media all and (max-width: 1280px) {
  .zwibbler-button.circle,
.zwibbler-button.rectangle,
.zwibbler-button.arrow {
    display: none;
  }
}
.request-details b {
  font-weight: 700;
  font-family: "ProximaNova-Semibold", sans-serif;
}
.request-result b {
  font-weight: 700;
  color: #caffb9;
}
.request-result span {
  white-space: nowrap;
  overflow: hidden;
}
.is-error .request-result b {
  color: #ffa3a3;
}
@media all and (max-width: 767px) {
  section .content.w47 {
    flex: 1 1 100% !important;
  }
}
.sorting-type {
  min-width: 157px;
}
.sorting-type:first-child {
  width: 250px;
  margin-right: 10px;
}
.sorting-type button {
  color: #a4b0be;
  font-family: "ProximaNova-Semibold", sans-serif;
  font-size: 13px;
  font-weight: 600;
  padding: 7px 12px;
  border: 1px solid #e6e9ed;
  transition: color 180ms;
  width: 50%;
}
.sorting-type button + button {
  border-left: none;
}
.sorting-type button:hover, .sorting-type button.active {
  color: #007aff;
  transition: color 180ms;
}
.sorting-type button:first-child {
  border-radius: 20px 0 0 20px;
  padding: 7px 18px;
}
.sorting-type button:last-child {
  border-radius: 0 20px 20px 0;
}
.service {
  position: fixed;
  bottom: 0;
  left: 210px;
  right: 0;
  z-index: 5;
}
@media all and (max-width: 1400px) {
  .service {
    left: 170px;
  }
}
@media all and (max-width: 767px) {
  .service {
    left: 0;
  }
}
/* 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%;
  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;
  }
}

