/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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]!./src/styles.scss?ngGlobalStyle ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* You can add global styles to this file, and also import other style files */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Montserrat-Regular";
}
*::-webkit-scrollbar {
  width: 0.5rem;
  height: 0.5rem;
}
*::-webkit-scrollbar-track {
  background: #f2f4f7;
  border-radius: 0.4688rem;
}
*::-webkit-scrollbar-thumb {
  background: #98a2b3;
  border-radius: 0.4688rem;
}
* :focus-visible {
  outline: none;
}

input:focus,
textarea:focus {
  outline: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

a {
  text-decoration: none;
  color: #2196f3;
  font-family: "Montserrat-Regular";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.25rem;
}

ul {
  list-style: none;
}

.display-block {
  display: block;
}

.color-black {
  color: #101828;
}

.width-100 {
  width: 100%;
}

.content-area {
  position: fixed;
  display: flex;
  flex-direction: row;
  justify-content: unset;
  align-items: unset;
}
.content-area .content {
  max-height: 90vh;
  overflow-y: auto;
}

.asset-team-container {
  overflow-y: auto;
  padding: 2rem;
}
.asset-team-container .ticket-status {
  width: 100%;
  margin-bottom: 1.5rem;
}
.asset-team-container .asset-status {
  width: 100%;
}
.asset-team-container .dash-section-wrapper {
  width: 100%;
  height: auto;
  background: #ffffff;
  border: 0.0625rem solid #eaecf0;
  padding: 1.5rem;
  box-shadow: 0rem 0.0625rem 0.1875rem rgba(16, 24, 40, 0.1019607843), 0rem 0.0625rem 0.125rem rgba(16, 24, 40, 0.0588235294);
  border-radius: 0.5rem;
  margin-bottom: 1.5rem;
  position: relative;
}
.asset-team-container .dash-section-wrapper.container-with-no-border {
  border: none;
  box-shadow: none;
  margin-bottom: -1.5rem;
}
.asset-team-container .dash-section-wrapper.loader {
  padding: 0;
}
.asset-team-container .dash-section-wrapper.loader .loader-container {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0.5rem;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 9;
}
.asset-team-container .dash-section-wrapper.loader .loader-container .loader-logo {
  width: 6.25rem;
}

.badge {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.125rem 0.5rem 0.125rem 0.375rem;
  border-radius: 1rem;
  font-family: "Montserrat-Regular";
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1.125rem;
}
.badge .badge-dot {
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  margin-right: 0.4375rem;
  border-radius: 0.5rem;
}
.badge.badge-ongoing {
  color: #64b5f5;
  background: rgba(51, 126, 255, 0.1019607843);
}
.badge.badge-ongoing .badge-dot {
  background: #64b5f5;
}
.badge.badge-on-hold {
  color: #F1B10C;
  background: #FCF9EE;
}
.badge.badge-on-hold .badge-dot {
  background: #F1B10C;
}
.badge.badge-available, .badge.badge-closed {
  color: #027a48;
  background: #ecfdf3;
}
.badge.badge-available .badge-dot, .badge.badge-closed .badge-dot {
  background: #027a48;
}
.badge.badge-assigned, .badge.badge-todo {
  color: #b54708;
  background: #fdecd8;
}
.badge.badge-assigned .badge-dot, .badge.badge-todo .badge-dot {
  background: #b54708;
}
.badge.badge-out-for-repair {
  color: #f04438;
  background: #fcf1ee;
}
.badge.badge-out-for-repair .badge-dot {
  background: #f04438;
}
.badge.disabled {
  color: #667085;
  background: #f2f4f7;
}
.badge.disabled .badge-dot {
  background: #667085;
}

.modal-header {
  padding: 1.875rem 1.875rem 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.modal-header.loader {
  padding: 0;
}
.modal-header.loader .loader-container {
  width: 100%;
  border-collapse: collapse;
  border-radius: 0.5rem;
  height: 100%;
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  z-index: 9;
}
.modal-header.loader .loader-container .loader-logo {
  width: 6.25rem;
}
.modal-header.is-view-ticket {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 1.875rem;
}
.modal-header.is-view-ticket .view-ticket-content {
  min-width: 60%;
}
.modal-header.is-view-ticket .vertical-divider {
  width: 0.0625rem;
  height: 100%;
  margin: 0 2rem 0 0;
  background: #eaecf0;
}
.modal-header.is-view-ticket .right-section {
  height: 100%;
  min-width: calc(40% - 2.0625rem);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: "";
}
.modal-header.is-view-ticket .right-section .header {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.modal-header.is-view-ticket .right-section .header h3 {
  margin-bottom: 2rem;
}
.modal-header.is-view-ticket .right-section .header .comments {
  margin-bottom: 1rem;
  max-width: 30rem;
}
.modal-header.is-view-ticket .right-section .header .comments .name {
  color: #1d2939;
  font-family: "Montserrat-Medium";
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 1.5rem;
}
.modal-header.is-view-ticket .right-section .header .comments .comment {
  color: #344054;
  word-break: break-all;
  margin-top: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1rem;
}
.modal-header.is-view-ticket .right-section .header button {
  align-self: flex-end;
  padding: 0;
}
.modal-header.is-view-ticket .right-section h3 {
  color: #000000;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.modal-header.is-view-ticket .right-section .input-section form {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  gap: 0.75rem;
  margin-top: 2rem;
}
.modal-header .left-section {
  min-width: 60%;
}
.modal-header .left-section .headings {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-right: 2rem;
}
.modal-header .left-section .headings h3 {
  color: #000000;
  font-size: 1rem;
  font-weight: 500;
  line-height: 2.25rem;
}
.modal-header .left-section .headings p {
  margin-top: 0.25rem;
  color: #1d2939;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1rem;
}
.modal-header .modal-header-with-alert-icon {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
}
.modal-header .modal-header-with-alert-icon.add-gap {
  gap: 1.5625rem;
}
.modal-header .modal-alert-icon {
  width: 3.625rem;
  height: 3.5rem;
  border-radius: 1.75rem;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.modal-header .modal-alert-icon.success {
  background: #d1fadf;
}
.modal-header .modal-alert-icon.danger {
  background: #fee4e2;
}
.modal-header .modal-heading {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}
.modal-header .modal-heading .modal-header-title {
  margin: 0;
  font-style: normal;
  color: #000000;
  font-family: "Montserrat-Regular";
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 2.25rem;
}
.modal-header .modal-heading .modal-header-title.secondary {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}
.modal-header .modal-heading .modal-header-subtitle {
  margin-top: 0.5rem;
  font-style: normal;
  color: #969697;
  font-family: "Montserrat-Regular";
  font-size: 0.75rem;
  font-weight: 500;
  line-height: 1rem;
}
.modal-header .modal-header-action {
  align-self: flex-start;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 0.5rem;
  border-radius: 50%;
  background-color: #fff;
}

.modal-body {
  text-align: left;
  -ms-overflow-style: none;
  overflow: auto;
  padding: 1rem 1.375rem 0 1.875rem;
  max-height: 75%;
}
.modal-body.ticket-generate-alert-box, .modal-body.add-edit-asset-box {
  padding: 1rem 1.375rem 1.375rem 1.875rem;
}
.modal-body.max-height {
  max-height: unset;
  height: calc(100vh - 5.625rem - 5rem);
}
.modal-body.no-overflow {
  overflow: unset;
}

.modal-footer {
  width: 100%;
  padding: 1rem 1.375rem 0 1.875rem;
}
.modal-footer .button {
  float: right;
  margin-bottom: 1.5rem;
}

.popup-form {
  width: 100%;
}
.popup-form .hidden-drop-down {
  display: none;
}

.display-block .dropdown-wrapper,
.dropdown-wrapper {
  margin-bottom: 1.5rem;
}

.backdrop {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(0.25rem);
  overflow: hidden;
}

.backdrop-side-drawer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #000000;
  opacity: 70%;
}

.center-dialog-box {
  width: 41rem;
  background-color: #fff;
  position: absolute !important;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border-radius: 0.5rem;
  box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.6), 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1019607843);
  animation: common-animation ease 500ms;
}
.center-dialog-box.open {
  display: block;
}

.dialog-box {
  height: 100%;
  width: 50%;
  background-color: #fff;
  position: absolute !important;
  top: 0rem;
  right: 0rem;
  border-radius: 0.5rem 0 0 0.5rem;
  box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.6), 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1019607843);
  animation-name: openAnimation;
  animation-duration: 1s;
}

.download-upload-dialog {
  height: 100%;
  width: 50%;
  background-color: #fff;
  position: absolute !important;
  top: 0rem;
  right: 0rem;
  border-radius: 0.5rem 0 0 0.5rem;
  border: 0.0625rem solid #eff0f2;
  box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.6), 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1019607843);
  animation-name: open-upload-download;
  animation-duration: 1s;
}

.close-dialog {
  height: 100%;
  width: 50%;
  background-color: #fff;
  position: absolute !important;
  top: 0rem;
  right: 0rem;
  border-radius: 0.5rem 0 0 0.5rem;
  border: 0.0625rem solid #eff0f2;
  box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.6), 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1019607843);
  animation-name: closeAnimation;
  animation-duration: 1s;
}

.close-upload-download-dialog {
  height: 100%;
  width: 50%;
  background-color: #fff;
  position: absolute !important;
  top: 0rem;
  right: 0rem;
  border-radius: 0.5rem 0 0 0.5rem;
  border: 0.0625rem solid #eff0f2;
  box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.6), 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1019607843);
  animation-name: close-upload-download;
  animation-duration: 1s;
}

.toaster-wrapper {
  position: relative;
  overflow: hidden;
  margin: 0 0 0.375rem;
  box-shadow: 0 0 0.75rem #999;
  color: #fff;
  width: 18rem;
  padding: 1rem 1rem 1rem 3rem;
  border-radius: 0.5rem;
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
}
.toaster-wrapper.toast-success {
  color: #027a48;
  background: #ecfdf3 !important;
  border: 0.0625rem solid #b5edd5;
  background-image: url('checkbox.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 1.5rem !important;
  background-position: 0.7rem center !important;
}
.toaster-wrapper.toast-error {
  color: #b42318;
  background: #fffbfa !important;
  border: 0.0625rem solid #fda29b;
  background-image: url('alert-circle.svg') !important;
  background-repeat: no-repeat !important;
  background-size: 1.5rem !important;
  background-position: 0.7rem center !important;
}

.ticket-class {
  display: inline-block;
  vertical-align: middle;
  width: 41rem;
  background-color: #fff;
  position: absolute !important;
  border-radius: 0.5rem;
  border: 0.0625rem solid #eff0f2;
  box-shadow: 0.0625rem 0.0625rem 0.125rem rgba(0, 0, 0, 0.6), 0 0.0625rem 0.1875rem rgba(0, 0, 0, 0.1019607843);
}
.ticket-class.open {
  display: block;
}

.tooltip-container {
  text-align: center;
  z-index: 1;
  padding: 0.5rem;
  font-size: 0.66rem;
  font-weight: 400;
  background-color: white;
  width: auto;
  color: #667085;
  border: 0.0675rem solid #667085;
  box-sizing: border-box;
  border-radius: 0.5rem;
}

@keyframes common-animation {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes openAnimation {
  1% {
    left: 100%;
    top: 0rem;
  }
  60% {
    left: 50%;
    top: 0rem;
  }
}
@keyframes closeAnimation {
  1% {
    left: 50%;
    top: 0rem;
  }
  100% {
    left: 100%;
    top: 0rem;
  }
}
@keyframes open-upload-download {
  1% {
    left: 100%;
    top: 0rem;
  }
  60% {
    left: 54%;
    top: 0rem;
  }
}
@keyframes close-upload-download {
  1% {
    left: 54%;
    top: 0rem;
  }
  100% {
    left: 100%;
    top: 0rem;
  }
}
.app-asset-type-detail :focus-visible {
  outline: white solid 0px;
}

.app-accessory-type-detail :focus-visible {
  outline: white solid 0px;
}

.app-user-details :focus-visible {
  outline: white solid 0px;
}

.required-star {
  color: red;
}

.error-message {
  display: block;
  margin-top: 0.5rem;
  font-family: "Montserrat-Regular";
  font-size: 0.875rem;
  font-weight: 400;
  line-height: 1.25rem;
  color: #ff5252;
}

@font-face {
  font-family: "Roboto-Regular";
}
@font-face {
  font-family: "Roboto-Medium";
  src: url('Roboto-Medium.ttf');
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url('Montserrat-Regular.ttf');
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url('Montserrat-Medium.ttf');
}
@font-face {
  font-family: "Roboto-Regular";
  src: url('Roboto-Regular.ttf');
}
@font-face {
  font-family: "GoogleSans-Regular";
  src: url('Google-Sans.ttf');
}
* {
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
  width: 100%;
  box-sizing: border-box;
}
/*!******************************************************************************************************************************************************************************************************************************************!*\
  !*** 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*/