/*!*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[6].rules[0].oneOf[0].use[2]!./node_modules/resolve-url-loader/index.js??ruleSet[1].rules[6].rules[1].use[0]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[6].rules[1].use[1]!./projects/eshava-ui-angular-ascent/src/styles.scss?ngGlobalStyle ***!
  \*********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
.cdk-overlay-container, .cdk-global-overlay-wrapper {
  pointer-events: none;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

.cdk-overlay-container {
  position: fixed;
  z-index: 1000;
}

.cdk-overlay-container:empty {
  display: none;
}

.cdk-global-overlay-wrapper {
  display: flex;
  position: absolute;
  z-index: 1000;
}

.cdk-overlay-pane {
  position: absolute;
  pointer-events: auto;
  box-sizing: border-box;
  display: flex;
  max-width: 100%;
  max-height: 100%;
  z-index: 1000;
}

.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  opacity: 0;
  z-index: 1000;
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
}

.cdk-overlay-backdrop-showing {
  opacity: 1;
}

@media (forced-colors: active) {
  .cdk-overlay-backdrop-showing {
    opacity: 0.6;
  }
}
.cdk-overlay-dark-backdrop {
  background: rgba(0, 0, 0, 0.32);
}

.cdk-overlay-transparent-backdrop {
  transition: visibility 1ms linear, opacity 1ms linear;
  visibility: hidden;
  opacity: 1;
}

.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing, .cdk-high-contrast-active .cdk-overlay-transparent-backdrop {
  opacity: 0;
  visibility: visible;
}

.cdk-overlay-backdrop-noop-animation {
  transition: none;
}

.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
  z-index: 1000;
}

.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

.eshava-grid-svg svg {
  height: 1rem;
  width: 1rem;
  fill: var(--eshava-grid-font-color);
}
.eshava-grid-svg.eshava-grid-svg-left {
  margin-left: 0.5rem;
}

.eshava-grid-container {
  position: relative;
  height: 100%;
  width: 100%;
  color: var(--eshava-grid-font-color);
  font-size: 0.875rem;
}
.eshava-grid-container .eshava-grid {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
}
.eshava-grid-container .eshava-grid .eshava-grid-header,
.eshava-grid-container .eshava-grid .eshava-grid-body,
.eshava-grid-container .eshava-grid .eshava-grid-footer {
  display: flex;
  flex-direction: column;
  position: relative;
}
.eshava-grid-container .eshava-grid .eshava-grid-header .eshava-grid-row,
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-row,
.eshava-grid-container .eshava-grid .eshava-grid-footer .eshava-grid-row {
  display: flex;
  flex-direction: row;
  flex: 0;
}
.eshava-grid-container .eshava-grid .eshava-grid-header .eshava-grid-row .eshava-grid-cell,
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-row .eshava-grid-cell,
.eshava-grid-container .eshava-grid .eshava-grid-footer .eshava-grid-row .eshava-grid-cell {
  flex: 1;
  overflow: hidden;
  padding: 0.25rem;
}
.eshava-grid-container .eshava-grid .eshava-grid-header .eshava-grid-body-overlay,
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-body-overlay,
.eshava-grid-container .eshava-grid .eshava-grid-footer .eshava-grid-body-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.eshava-grid-container .eshava-grid .eshava-grid-header .eshava-grid-body-overlay:not(.transparent),
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-body-overlay:not(.transparent),
.eshava-grid-container .eshava-grid .eshava-grid-footer .eshava-grid-body-overlay:not(.transparent) {
  background: var(--eshava-grid-overlay-background-color);
}
.eshava-grid-container .eshava-grid .eshava-grid-header .eshava-grid-body-overlay .eshava-grid-overlay,
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-body-overlay .eshava-grid-overlay,
.eshava-grid-container .eshava-grid .eshava-grid-footer .eshava-grid-body-overlay .eshava-grid-overlay {
  flex: 0;
  display: flex;
}
.eshava-grid-container .eshava-grid .eshava-grid-header .eshava-grid-body-overlay .eshava-grid-overlay .eshava-grid-overlay-bar,
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-body-overlay .eshava-grid-overlay .eshava-grid-overlay-bar,
.eshava-grid-container .eshava-grid .eshava-grid-footer .eshava-grid-body-overlay .eshava-grid-overlay .eshava-grid-overlay-bar {
  position: relative;
  width: 1rem;
  background: var(--eshava-grid-overlay-color);
  animation: eshava-grid-overlay 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.eshava-grid-container .eshava-grid .eshava-grid-header .eshava-grid-body-overlay .eshava-grid-overlay .eshava-grid-overlay-bar:nth-child(1),
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-body-overlay .eshava-grid-overlay .eshava-grid-overlay-bar:nth-child(1),
.eshava-grid-container .eshava-grid .eshava-grid-footer .eshava-grid-body-overlay .eshava-grid-overlay .eshava-grid-overlay-bar:nth-child(1) {
  animation-delay: -0.24s;
}
.eshava-grid-container .eshava-grid .eshava-grid-header .eshava-grid-body-overlay .eshava-grid-overlay .eshava-grid-overlay-bar:nth-child(2),
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-body-overlay .eshava-grid-overlay .eshava-grid-overlay-bar:nth-child(2),
.eshava-grid-container .eshava-grid .eshava-grid-footer .eshava-grid-body-overlay .eshava-grid-overlay .eshava-grid-overlay-bar:nth-child(2) {
  margin-left: 0.5rem;
  animation-delay: -0.12s;
}
.eshava-grid-container .eshava-grid .eshava-grid-header .eshava-grid-body-overlay .eshava-grid-overlay .eshava-grid-overlay-bar:nth-child(3),
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-body-overlay .eshava-grid-overlay .eshava-grid-overlay-bar:nth-child(3),
.eshava-grid-container .eshava-grid .eshava-grid-footer .eshava-grid-body-overlay .eshava-grid-overlay .eshava-grid-overlay-bar:nth-child(3) {
  margin-left: 0.5rem;
  animation-delay: 0;
}
.eshava-grid-container .eshava-grid .eshava-grid-header .eshava-grid-body-overlay .eshava-grid-overlay-row,
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-body-overlay .eshava-grid-overlay-row,
.eshava-grid-container .eshava-grid .eshava-grid-footer .eshava-grid-body-overlay .eshava-grid-overlay-row {
  flex: 1 1 auto;
  text-align: center;
  color: var(--eshava-grid-overlay-color);
  align-self: flex-start;
  line-height: 2.25rem;
}
.eshava-grid-container .eshava-grid .eshava-grid-header {
  flex: 0;
}
.eshava-grid-container .eshava-grid .eshava-grid-header .eshava-grid-row-header {
  margin-bottom: 0.25rem;
  border: 0.0625rem;
}
.eshava-grid-container .eshava-grid .eshava-grid-header .eshava-grid-row-header .eshava-grid-cell {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.eshava-grid-container .eshava-grid .eshava-grid-header .eshava-grid-row-header .eshava-grid-cell span {
  overflow: hidden;
}
.eshava-grid-container .eshava-grid .eshava-grid-header .eshava-grid-row-header .eshava-grid-cell:not(.eshava-cell-empty) {
  border-bottom: 0.0625rem solid var(--eshava-grid-border-color);
}
.eshava-grid-container .eshava-grid .eshava-grid-header .eshava-grid-row-header .eshava-grid-cell .eshava-grid-svg {
  cursor: pointer;
}
.eshava-grid-container .eshava-grid .eshava-grid-header .eshava-grid-row-header .eshava-grid-cell .eshava-grid-svg svg {
  fill: var(--eshava-grid-font-color);
}
.eshava-grid-container .eshava-grid .eshava-grid-header .eshava-grid-row-header .eshava-grid-cell .eshava-grid-svg.active svg {
  fill: var(--eshava-grid-primary-color);
}
.eshava-grid-container .eshava-grid .eshava-grid-body {
  flex: 1;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
}
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-row-body {
  margin-bottom: 0.25rem;
}
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-row-body .eshava-grid-cell {
  background-color: var(--eshava-grid-cell-background-color);
  color: var(--eshava-grid-font-color);
}
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-row-body:not(.eshava-grid-overlay-row).active .eshava-grid-cell, .eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-row-body:not(.eshava-grid-overlay-row):hover .eshava-grid-cell {
  background-color: var(--eshava-grid-primary-color);
  color: var(--eshava-grid-secondary-color);
}
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-row-body:empty {
  min-height: 2.5rem;
}
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-row-body .eshava-grid-cell {
  overflow: hidden;
  height: 2.5rem;
}
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-body-overlay:not(.transparent) {
  background: var(--eshava-grid-overlay-background-color);
}
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-body-overlay .eshava-grid-overlay .eshava-grid-overlay-bar {
  background: var(--eshava-grid-overlay-color);
}
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-body-overlay .eshava-grid-overlay .eshava-grid-overlay-row {
  color: var(--eshava-grid-overlay-color);
}
.eshava-grid-container .eshava-grid .eshava-grid-body::-webkit-scrollbar {
  display: none;
}
.eshava-grid-container .eshava-grid .eshava-grid-footer {
  flex: 0;
}
.eshava-grid-container .eshava-grid .eshava-grid-footer .eshava-grid-row-footer {
  margin-top: 0.25rem;
}
.eshava-grid-container .eshava-grid .eshava-grid-footer .eshava-grid-row-footer .eshava-grid-cell:not(.eshava-cell-empty) {
  border-top: 0.0625rem solid var(--eshava-grid-border-color);
}

.eshava-grid-column-filter {
  max-width: unset;
  background-color: var(--eshava-grid-popup-background-color);
}
.eshava-grid-column-filter .eshava-grid-filter-header {
  color: var(--eshava-grid-popup-font-color);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 0.5rem 0.75rem;
}
.eshava-grid-column-filter .eshava-grid-filter-header .pointer {
  cursor: pointer;
}
.eshava-grid-column-filter .eshava-grid-filter-header svg {
  fill: var(--eshava-grid-popup-font-color);
}
.eshava-grid-column-filter .eshava-grid-filter-body {
  display: flex;
  flex-direction: column;
  width: 15rem;
  padding: 0.5rem 0.5rem;
}
.eshava-grid-column-filter .eshava-grid-filter-body .filter-text {
  height: 2rem;
  border-radius: 0;
  background-color: var(--eshava-grid-popup-input-background-color);
  color: var(--eshava-grid-popup-input-font-color);
  padding: 0.25rem 0.5rem;
}
.eshava-grid-column-filter .eshava-grid-filter-body .filter-text:active, .eshava-grid-column-filter .eshava-grid-filter-body .filter-text:focus {
  outline: none;
}
.eshava-grid-column-filter .eshava-grid-filter-body .filter-text:not(:first-child) {
  margin-top: 0.5rem;
}
.eshava-grid-column-filter .eshava-grid-filter-body .filter-operator {
  height: 2rem;
  border-radius: 0;
  background-color: var(--eshava-grid-popup-input-background-color);
  color: var(--eshava-grid-popup-input-font-color);
  padding: 0.25rem 0.25rem;
}
.eshava-grid-column-filter .eshava-grid-filter-body .filter-operator:not(:first-child) {
  margin-top: 0.5rem;
}
.eshava-grid-column-filter .eshava-grid-filter-body .filter-operator:active, .eshava-grid-column-filter .eshava-grid-filter-body .filter-operator:focus {
  outline: none;
}

.eshava-grid-popover-container {
  border-color: var(--eshava-grid-popup-border-color);
  background-color: var(--eshava-grid-popup-background-color);
}

@keyframes eshava-grid-overlay {
  0% {
    top: 0.5rem;
    height: 4rem;
  }
  50%, 100% {
    top: 1.5rem;
    height: 2rem;
  }
}
.eshava-grid-popover-container {
  padding: 0.75rem;
  border: 0.0625rem solid var(--eshava-grid-popup-border-color);
  z-index: 999999999;
  background-color: var(--eshava-grid-popup-background-color);
}

.eshava-controls-svg svg {
  height: 1rem;
  width: 1rem;
  fill: var(--eshava-controls-input-font-color);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-family: "Arial", sans-serif !important;
  color: var(--color);
  background-color: var(--background-color);
}
html pre,
body pre {
  color: var(--color);
}

.eshava-text-primary-hover:hover {
  color: var(--primary);
}
.eshava-text-primary-hover:hover.eshava-ascent-svg svg,
.eshava-text-primary-hover:hover .eshava-ascent-svg svg {
  fill: var(--primary);
}

.eshava-text-center {
  text-align: center;
}

.eshava-text-right {
  text-align: right;
}
.eshava-text-right.eshava-grid-sort-and-search {
  padding-right: 2.5rem;
}
.eshava-text-right.eshava-grid-sort, .eshava-text-right.eshava-grid-search {
  padding-right: 1.5rem;
}

.eshava-grid-header-right {
  justify-content: right !important;
}
.eshava-grid-header-right span {
  margin-right: 0.5rem;
}

.eshava-modal-control-row {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.eshava-modal-control-row > * {
  flex: 1 1;
}

.hidden {
  display: none;
}

.pointer {
  cursor: pointer;
}

/* margin left*/
.ms-auto {
  margin-left: auto !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

/* margin right */
.me-auto {
  margin-right: auto !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2 {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

/* marging top */
.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3 {
  margin-top: 1rem !important;
}

.mt-4 {
  margin-top: 1.5rem !important;
}

/* margin bottom */
.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3 {
  margin-bottom: 1rem !important;
}

.mb-4 {
  margin-bottom: 1.5rem !important;
}

/* padding left*/
.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4 {
  padding-left: 1.5rem !important;
}

/* padding right */
.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4 {
  padding-right: 1.5rem !important;
}

/* padding top */
.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4 {
  padding-top: 1.5rem !important;
}

/* padding bottom */
.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.with-border {
  border: solid 0.063rem var(--eshava-controls-input-border-color);
  padding: 0.5rem;
}

h1,
.h1 {
  font-size: 2.5rem;
}

h2,
.h2 {
  font-size: 2rem;
}

h3,
.h3 {
  font-size: 1.75rem;
}

h4,
.h4 {
  font-size: 1.5rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1rem;
}

h6,
.h6,
h5,
.h5,
h4,
.h4,
h3,
.h3,
h2,
.h2,
h1,
.h1 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.eshava-btn {
  display: inline-block;
  align-self: flex-start;
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--button-color);
  background-color: var(--button-background-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
          user-select: none;
  border: 1px solid var(--button-border-color);
  border-top-left-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(0, 0, 0, 0.075);
  text-transform: none;
  margin: 0;
}
.eshava-btn:hover {
  filter: brightness(90%);
}
.eshava-btn:focus-visible {
  filter: brightness(90%);
  outline: 0;
}
.eshava-btn:disabled, .eshava-btn.disabled, fieldset:disabled .eshava-btn {
  pointer-events: none;
  opacity: 0.65;
  box-shadow: none;
}
.eshava-btn.eshava-btn-primary {
  color: var(--color);
  background-color: var(--primary);
  border-color: var(--primary);
}
.eshava-btn.eshava-btn-outline-primary {
  color: var(--primary);
  background-color: var(--background-color);
  border-color: var(--primary);
}
.eshava-btn.eshava-btn-outline-primary:hover {
  color: var(--color);
  background-color: var(--primary);
  border-color: var(--primary);
  filter: brightness(100%);
}
.eshava-btn.eshava-btn-outline-primary:focus-visible {
  filter: brightness(100%);
}
.eshava-btn.eshava-btn-outline {
  color: var(--color);
  background-color: var(--background-color);
  border-color: var(--color);
}
.eshava-btn.eshava-btn-outline:hover {
  color: var(--button-color);
  background-color: var(--button-background-color);
  border-color: var(--button-border-color);
  filter: brightness(100%);
}
.eshava-btn.eshava-btn-outline:focus-visible {
  filter: brightness(100%);
}

.eshava-grid-container {
  font-size: 1rem;
  line-height: 2rem;
}
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-row-body {
  cursor: pointer;
}
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-row-body .eshava-grid-cell {
  border-bottom: 0.0625rem solid var(--eshava-grid-border-color);
  border-top: 0.0625rem solid var(--eshava-grid-border-color);
}
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-row-body .eshava-grid-cell:first-child {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  border-left: 0.0625rem solid var(--eshava-grid-border-color);
}
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-row-body .eshava-grid-cell:last-child {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
  border-right: 0.0625rem solid var(--eshava-grid-border-color);
}
.eshava-grid-container .eshava-grid .eshava-grid-body .eshava-grid-row-body .eshava-grid-cell .eshava-grid-cell-thumbnail {
  width: 2.5rem;
  height: 2.5rem;
  margin-top: -0.25rem;
}

.cell-primary {
  font-size: 0.875rem;
  height: 1rem;
  line-height: 1;
  margin-bottom: 0.25rem;
}
.cell-primary.ellipsis {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.cell-secondary {
  font-size: 0.625rem;
  height: 0.625rem;
  line-height: 1;
}

.sidebar-controls .eshava-controls-input,
.sidebar-controls select {
  background-color: var(--background-color) !important;
}

.tiles-header .title {
  font-size: 1.5rem;
  margin: 0.5rem 1rem 0.5rem 1rem;
}
.tiles-header .separator {
  border-bottom: 0.0625rem solid var(--menu-border-color);
}

.tiles {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0.5rem 1.5rem 0.5rem 1.5rem;
}
.tiles .tile {
  width: 8rem;
  height: 6rem;
  margin: 0.5rem;
  border: 0.0625rem solid var(--menu-border-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tiles .tile:hover, .tiles .tile.active {
  box-shadow: 0.25rem 0.5rem 1.25rem var(--primary);
}
.tiles .tile .title,
.tiles .tile .sub-title {
  text-align: center;
  width: 6rem;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.tiles .tile .title {
  font-weight: bold;
}
.tiles .tile .action-bar {
  margin-top: 0.25rem;
  display: flex;
  justify-content: space-evenly;
  width: 5rem;
}
.tiles .tile .action-bar .eshava-ascent-svg:hover svg {
  fill: var(--primary);
}
.tiles .tile .eshava-ascent-svg {
  cursor: pointer;
}
.tiles .tile.add {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.tiles .tile.add .eshava-ascent-svg svg {
  width: 3rem;
  height: 3rem;
}
.tiles .tile.add .eshava-ascent-svg svg:hover {
  fill: var(--primary);
}
.tiles .tile.add .eshava-ascent-svg:hover svg {
  fill: var(--primary);
}

.eshava-ascent-svg svg {
  height: 1rem;
  width: 1rem;
  fill: var(--color);
}
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[5].rules[0].oneOf[0].use[2]!./node_modules/ngx-toastr/toastr.css?ngGlobalStyle ***!
  \******************************************************************************************************************************************************************************************************************************************/
/* 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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOS4wNDMgOCA4IDExOS4wODMgOCAyNTZjMCAxMzYuOTk3IDExMS4wNDMgMjQ4IDI0OCAyNDhzMjQ4LTExMS4wMDMgMjQ4LTI0OEM1MDQgMTE5LjA4MyAzOTIuOTU3IDggMjU2IDh6bTAgMTEwYzIzLjE5NiAwIDQyIDE4LjgwNCA0MiA0MnMtMTguODA0IDQyLTQyIDQyLTQyLTE4LjgwNC00Mi00MiAxOC44MDQtNDIgNDItNDJ6bTU2IDI1NGMwIDYuNjI3LTUuMzczIDEyLTEyIDEyaC04OGMtNi42MjcgMC0xMi01LjM3My0xMi0xMnYtMjRjMC02LjYyNyA1LjM3My0xMiAxMi0xMmgxMnYtNjRoLTEyYy02LjYyNyAwLTEyLTUuMzczLTEyLTEydi0yNGMwLTYuNjI3IDUuMzczLTEyIDEyLTEyaDY0YzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MTAwaDEyYzYuNjI3IDAgMTIgNS4zNzMgMTIgMTJ2MjR6Jy8+PC9zdmc+");
}
/* 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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTI1NiA4QzExOSA4IDggMTE5IDggMjU2czExMSAyNDggMjQ4IDI0OCAyNDgtMTExIDI0OC0yNDhTMzkzIDggMjU2IDh6bTEyMS42IDMxMy4xYzQuNyA0LjcgNC43IDEyLjMgMCAxN0wzMzggMzc3LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwyNTYgMzEybC02NS4xIDY1LjZjLTQuNyA0LjctMTIuMyA0LjctMTcgMEwxMzQuNCAzMzhjLTQuNy00LjctNC43LTEyLjMgMC0xN2w2NS42LTY1LTY1LjYtNjUuMWMtNC43LTQuNy00LjctMTIuMyAwLTE3bDM5LjYtMzkuNmM0LjctNC43IDEyLjMtNC43IDE3IDBsNjUgNjUuNyA2NS4xLTY1LjZjNC43LTQuNyAxMi4zLTQuNyAxNyAwbDM5LjYgMzkuNmM0LjcgNC43IDQuNyAxMi4zIDAgMTdMMzEyIDI1Nmw2NS42IDY1LjF6Jy8+PC9zdmc+");
}
/* 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;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCA1MTIgNTEyJyB3aWR0aD0nNTEyJyBoZWlnaHQ9JzUxMic+PHBhdGggZmlsbD0ncmdiKDI1NSwyNTUsMjU1KScgZD0nTTE3My44OTggNDM5LjQwNGwtMTY2LjQtMTY2LjRjLTkuOTk3LTkuOTk3LTkuOTk3LTI2LjIwNiAwLTM2LjIwNGwzNi4yMDMtMzYuMjA0YzkuOTk3LTkuOTk4IDI2LjIwNy05Ljk5OCAzNi4yMDQgMEwxOTIgMzEyLjY5IDQzMi4wOTUgNzIuNTk2YzkuOTk3LTkuOTk3IDI2LjIwNy05Ljk5NyAzNi4yMDQgMGwzNi4yMDMgMzYuMjA0YzkuOTk3IDkuOTk3IDkuOTk3IDI2LjIwNiAwIDM2LjIwNGwtMjk0LjQgMjk0LjQwMWMtOS45OTggOS45OTctMjYuMjA3IDkuOTk3LTM2LjIwNC0uMDAxeicvPjwvc3ZnPg==");
}
/* 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;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;
}
/* 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;
  }
}


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