@charset "UTF-8";
@import "https://fonts.googleapis.com/css2?family=Fjalla+One&display=swap";

/* node_modules/@angular/cdk/overlay-prebuilt.css */
.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;
  z-index: 1000;
  display: flex;
  max-width: 100%;
  max-height: 100%;
}
.cdk-overlay-backdrop {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  pointer-events: auto;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  transition: opacity 400ms cubic-bezier(0.25, 0.8, 0.25, 1);
  opacity: 0;
}
.cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: 1;
}
.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing {
  opacity: .6;
}
.cdk-overlay-dark-backdrop {
  background: rgba(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 {
  opacity: 0;
  visibility: visible;
}
.cdk-overlay-backdrop-noop-animation {
  transition: none;
}
.cdk-overlay-connected-position-bounding-box {
  position: absolute;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  min-width: 1px;
  min-height: 1px;
}
.cdk-global-scrollblock {
  position: fixed;
  width: 100%;
  overflow-y: scroll;
}

/* src/styles.scss */
.ng-select.ng-select-opened > .ng-select-container {
  background: #fff;
  border-color: #b3b3b3 #ccc #d9d9d9;
}
.ng-select.ng-select-opened > .ng-select-container:hover {
  box-shadow: none;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow {
  top: -2px;
  border-color: transparent transparent #999;
  border-width: 0 5px 5px;
}
.ng-select.ng-select-opened > .ng-select-container .ng-arrow:hover {
  border-color: transparent transparent #333;
}
.ng-select.ng-select-opened.ng-select-top > .ng-select-container {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-right > .ng-select-container {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.ng-select.ng-select-opened.ng-select-bottom > .ng-select-container {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-opened.ng-select-left > .ng-select-container {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.ng-select.ng-select-focused:not(.ng-select-opened) > .ng-select-container {
  border-color: #007eff;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 0 3px rgba(0, 126, 255, 0.1);
}
.ng-select.ng-select-disabled > .ng-select-container {
  background-color: #f9f9f9;
}
.ng-select .ng-has-value .ng-placeholder {
  display: none;
}
.ng-select .ng-select-container {
  color: #333;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #ccc;
  min-height: 36px;
  align-items: center;
}
.ng-select .ng-select-container:hover {
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
}
.ng-select .ng-select-container .ng-value-container {
  align-items: center;
  padding-left: 10px;
}
[dir=rtl] .ng-select .ng-select-container .ng-value-container {
  padding-right: 10px;
  padding-left: 0;
}
.ng-select .ng-select-container .ng-value-container .ng-placeholder {
  color: #999;
}
.ng-select.ng-select-single .ng-select-container {
  height: 36px;
}
.ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  top: 5px;
  left: 0;
  padding-left: 10px;
  padding-right: 50px;
}
[dir=rtl] .ng-select.ng-select-single .ng-select-container .ng-value-container .ng-input {
  padding-right: 10px;
  padding-left: 50px;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value {
  background-color: #f9f9f9;
  border: 1px solid #e6e6e6;
}
.ng-select.ng-select-multiple.ng-select-disabled > .ng-select-container .ng-value-container .ng-value .ng-value-label {
  padding: 0 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-top: 5px;
  padding-left: 7px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container {
  padding-right: 7px;
  padding-left: 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  font-size: 0.9em;
  margin-bottom: 5px;
  color: #333;
  background-color: #ebf5ff;
  border-radius: 2px;
  margin-right: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value {
  margin-right: 0;
  margin-left: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled {
  background-color: #f9f9f9;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 5px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value.ng-value-disabled .ng-value-label {
  padding-left: 0;
  padding-right: 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-label {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon {
  display: inline-block;
  padding: 1px 5px;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon:hover {
  background-color: #d1e8ff;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-right: 1px solid #b8dbff;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.left {
  border-left: 1px solid #b8dbff;
  border-right: none;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 1px solid #b8dbff;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-value .ng-value-icon.right {
  border-left: 0;
  border-right: 1px solid #b8dbff;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 0 3px 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input {
  padding: 0 3px 3px 0;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-input > input {
  color: #000;
}
.ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  top: 5px;
  padding-bottom: 5px;
  padding-left: 3px;
}
[dir=rtl] .ng-select.ng-select-multiple .ng-select-container .ng-value-container .ng-placeholder {
  padding-right: 3px;
  padding-left: 0;
}
.ng-select .ng-clear-wrapper {
  color: #999;
}
.ng-select .ng-clear-wrapper:hover .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus .ng-clear {
  color: #d0021b;
}
.ng-select .ng-clear-wrapper:focus {
  outline: none;
}
.ng-select .ng-spinner-zone {
  padding: 5px 5px 0 0;
}
[dir=rtl] .ng-select .ng-spinner-zone {
  padding: 5px 0 0 5px;
}
.ng-select .ng-arrow-wrapper {
  width: 25px;
  padding-right: 5px;
}
[dir=rtl] .ng-select .ng-arrow-wrapper {
  padding-left: 5px;
  padding-right: 0;
}
.ng-select .ng-arrow-wrapper:hover .ng-arrow {
  border-top-color: #666;
}
.ng-select .ng-arrow-wrapper .ng-arrow {
  border-color: #999 transparent transparent;
  border-style: solid;
  border-width: 5px 5px 2.5px;
}
.ng-dropdown-panel {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 0 rgba(0, 0, 0, 0.06);
  left: 0;
}
.ng-dropdown-panel.ng-select-top {
  bottom: 100%;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-top .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-right {
  left: 100%;
  top: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-right .ng-dropdown-panel-items .ng-option:first-child {
  border-top-right-radius: 4px;
}
.ng-dropdown-panel.ng-select-bottom {
  top: 100%;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-top-color: #e6e6e6;
  margin-top: -1px;
}
.ng-dropdown-panel.ng-select-bottom .ng-dropdown-panel-items .ng-option:last-child {
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.ng-dropdown-panel.ng-select-left {
  left: -100%;
  top: 0;
  border-top-left-radius: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
  border-bottom-color: #e6e6e6;
  margin-bottom: -1px;
}
.ng-dropdown-panel.ng-select-left .ng-dropdown-panel-items .ng-option:first-child {
  border-top-left-radius: 4px;
}
.ng-dropdown-panel .ng-dropdown-header {
  border-bottom: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-footer {
  border-top: 1px solid #ccc;
  padding: 5px 7px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup {
  -webkit-user-select: none;
  user-select: none;
  padding: 8px 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.54);
  cursor: pointer;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-disabled {
  cursor: default;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-marked {
  background-color: #f5faff;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-optgroup.ng-option-selected.ng-option-marked {
  color: rgba(0, 0, 0, 0.54);
  background-color: #ebf5ff;
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.87);
  padding: 8px 10px;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked {
  color: #333;
  background-color: #ebf5ff;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected .ng-option-label,
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-selected.ng-option-marked .ng-option-label {
  font-weight: 600;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-marked {
  background-color: #f5faff;
  color: #333;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-disabled {
  color: #ccc;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-left: 22px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option.ng-option-child {
  padding-right: 22px;
  padding-left: 0;
}
.ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  font-size: 80%;
  font-weight: 400;
  padding-right: 5px;
}
[dir=rtl] .ng-dropdown-panel .ng-dropdown-panel-items .ng-option .ng-tag-label {
  padding-left: 5px;
  padding-right: 0;
}
[dir=rtl] .ng-dropdown-panel {
  direction: rtl;
  text-align: right;
}
.main-layout {
  position: relative;
  display: flex;
  flex-direction: column;
  margin: 0 auto;
  margin-bottom: 2rem;
  margin-top: 6rem;
  width: 1250px;
}
@media screen and (max-width: 96em) {
  .main-layout {
    max-width: 80%;
  }
}
@media screen and (max-width: 80em) {
  .main-layout {
    max-width: 90%;
  }
}
@media screen and (max-width: 64em) {
  .main-layout {
    max-width: 90%;
  }
}
@media screen and (max-width: 48em) {
  .main-layout {
    max-width: 95%;
  }
}
.main-alternative-layout {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  padding: 3rem 5%;
}
@media screen and (max-width: 80em) {
  .main-alternative-layout {
    padding: 3rem 5%;
  }
}
@media screen and (max-width: 64em) {
  .main-alternative-layout {
    padding: 3rem 5%;
  }
}
@media screen and (max-width: 48em) {
  .main-alternative-layout {
    padding: 3rem 2.5%;
  }
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.headline-main {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  color: #000000;
}
.headline-alt {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 2rem;
  color: #000000;
  margin-bottom: 0.8rem;
  display: flex;
  align-items: center;
}
.headline-alt--inactive {
  color: #878787;
}
.headline-alt--under {
  margin-left: 3rem;
}
.headline-line {
  margin: 3rem 0;
  width: 100%;
  height: 2px;
  background-color: #bbbbbb;
}
.list-headline {
  font-family: "Rubik";
  font-style: normal;
  font-size: 1.6rem;
  line-height: 3rem;
  color: #000000;
  margin-bottom: 1.5rem;
}
.list-headline span {
  font-weight: 600;
}
.headline-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1rem;
}
.simple-line {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000000;
}
.checkbox-line {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 0.15px;
  color: #000000;
  display: flex;
  align-items: center;
}
.bottom-layout {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-switch-box {
  display: flex;
  align-items: center;
}
.ml-auto {
  margin-left: auto !important;
}
.mr-auto {
  margin-right: auto !important;
}
.mt-0 {
  margin-top: 0 !important;
}
.ml-0 {
  margin-left: 0 !important;
}
.mr-0 {
  margin-right: 0 !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.mt-1 {
  margin-top: 1rem !important;
}
.mr-1 {
  margin-right: 1rem !important;
}
.mb-1 {
  margin-bottom: 1rem !important;
}
.ml-1 {
  margin-left: 1rem !important;
}
.mt-2 {
  margin-top: 2rem !important;
}
.mr-2 {
  margin-right: 2rem !important;
}
.mb-2 {
  margin-bottom: 2rem !important;
}
.ml-2 {
  margin-left: 2rem !important;
}
.mt-3 {
  margin-top: 3rem !important;
}
.mr-3 {
  margin-right: 3rem !important;
}
.mb-3 {
  margin-bottom: 3rem !important;
}
.ml-3 {
  margin-left: 3rem !important;
}
.mt-4 {
  margin-top: 4rem !important;
}
.mr-4 {
  margin-right: 4rem !important;
}
.mb-4 {
  margin-bottom: 4rem !important;
}
.ml-4 {
  margin-left: 4rem !important;
}
.download-menu {
  display: flex;
  flex-wrap: wrap;
  grid-gap: 2.5rem;
  justify-content: center;
}
.secondary-title {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  letter-spacing: 0.16px;
  color: rgba(0, 0, 0, 0.87);
}
.list-wrapper {
  background-color: #ededed;
  padding: 3rem 5%;
  flex-grow: 1;
}
@media screen and (max-width: 80em) {
  .list-wrapper {
    padding: 3rem 5%;
  }
}
@media screen and (max-width: 64em) {
  .list-wrapper {
    padding: 3rem 5%;
  }
}
@media screen and (max-width: 48em) {
  .list-wrapper {
    padding: 3rem 2.5%;
  }
}
.main-alternative-layout {
  padding: 0rem 5% 2rem 5%;
}
.navigation-menu {
  display: inline-grid;
  grid-template-columns: min-content min-content;
  grid-gap: 2.5rem;
  justify-content: center;
  padding-bottom: 2.5rem;
}
@media screen and (max-width: 50em) {
  .navigation-menu {
    grid-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }
}
.color-info {
  color: #0288d1 !important;
}
.color-good {
  color: #21a400 !important;
}
.color-bad {
  color: #e80000 !important;
}
.data {
  margin: 0.8rem 0rem;
}
.data__title {
  display: flex;
  align-items: center;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  width: 50%;
  color: #222222;
}
@media screen and (max-width: 56.25em) {
  .data__title {
    width: 100%;
  }
}
.data__title--span {
  font-weight: 400;
  font-size: 14px;
  margin-left: 0.5rem;
}
.data__title span {
  font-weight: 400;
  font-size: 1.6rem;
  margin-left: 0.5rem;
}
.data__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1.2rem 1.6rem;
  background: #ffffff;
  border-bottom: 2px solid #dddddd;
  border-radius: 8px;
  min-height: 72px;
  margin-bottom: 0.8rem;
}
.data__row--under {
  margin-left: 3rem;
}
.data__row--sub {
  margin-left: 7.5rem;
}
.data__row--textarea {
  min-height: auto;
}
.data__empty {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
  margin-top: 1rem;
  text-align: center;
}
.required:after {
  content: "(k\f6telez\151)";
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #222222;
  margin-left: 0.8rem;
}
.action-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 1.2rem 2.4rem;
  border-radius: 8px;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  border: 0;
  outline: 0;
  text-align: center;
  cursor: pointer;
}
@media screen and (max-width: 56.25em) {
  .action-button {
    font-size: 2rem;
  }
}
.action-button--green {
  background-color: #2bc7af;
  color: #fff;
}
.action-button--grey {
  background-color: #878787;
  color: #fff;
}
.action-button--darkgrey {
  background-color: #595959;
  color: #fff;
}
.action-button--red {
  background-color: #e80000;
  color: #fff;
}
.action-button--black {
  background-color: #000;
  color: #fff;
}
.action-button--blue {
  background-color: #3587d7;
  color: #fff;
}
.action-button--claret {
  background-color: #a92218;
  color: #fff;
}
.action-button--orange {
  background-color: #ea5440;
  color: #fff;
}
.action-button--grey-withborder {
  background-color: #dcdfe1;
  border: 1px solid #cbcbcb;
  color: #5f5f5f;
}
.action-button--small {
  padding: 0.5rem 1.4rem;
}
.action-button:hover {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.28);
}
.black-button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  background: #000000;
  border-radius: 8px;
  border: 0;
  outline: 0;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  cursor: pointer;
}
.link-button {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-decoration-line: underline;
  color: #252525;
  cursor: pointer;
}
@media screen and (max-width: 56.25em) {
  .link-button {
    font-size: 2rem;
  }
}
.link-button--small {
  font-size: 1.4rem;
}
.link-button--blue {
  color: #3587d7;
}
.link-button--red {
  color: #f55252;
}
.link-button--green {
  color: #2bc7af;
}
.link-button--disabled {
  color: #000000;
  opacity: 0.3;
}
.list-badge {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.02);
  border-radius: 8px;
  padding: 0.7rem 1rem;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
}
.list-badge img {
  margin-right: 0.5rem;
}
.list-badge--purple {
  background: #71357b;
}
.list-badge--pink {
  background: #bd00ff;
}
.list-badge--blue {
  background: #3051ff;
}
.list-badge--orange {
  background: #e05e00;
}
.list-badge--teal {
  background: #3b9aa6;
}
.list-badge--lightGreen {
  background: #19b100;
}
.list-badge--green {
  background: #009806;
}
.list-badge--darkGreen {
  background: #2d6c46;
}
.list-badge--red {
  background: #a92218;
}
.list-badge--black {
  background: #000;
}
.list-badge--grey {
  background: #dadada;
}
.list-badge--darkblue {
  background: #100073;
}
.list-badge--RequestedWithdrawnStatus {
  background: #692a2a;
}
.list-badge--WithdrawnStatus {
  background: #241b4d;
}
.info-button {
  background: #ffffff;
  border: 1px solid #e3e3e3;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  padding: 2.5rem 1.5rem;
  display: flex;
  flex-direction: column;
  flex: 1 1;
}
.info-button__title {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  color: #222222;
}
.info-button__text {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 0.16px;
  color: rgba(0, 0, 0, 0.87);
  margin-bottom: 0.1rem;
}
.info-button__texts {
  display: flex;
  flex-direction: column;
}
.info-button img {
  width: 35px;
  margin-right: 1rem;
}
.info-button--purple {
  background: #71357b;
  flex-direction: row;
}
.info-button--purple div {
  color: #fff;
}
.info-button--pink {
  background: #bd00ff;
  flex-direction: row;
}
.info-button--pink div {
  color: #fff;
}
.info-button--blue {
  background: #3051ff;
  flex-direction: row;
}
.info-button--blue div {
  color: #fff;
}
.info-button--orange {
  background: #e05e00;
  flex-direction: row;
}
.info-button--orange div {
  color: #fff;
}
.info-button--teal {
  background: #3b9aa6;
  flex-direction: row;
}
.info-button--teal div {
  color: #fff;
}
.info-button--green {
  background: #009806;
  flex-direction: row;
}
.info-button--green div {
  color: #fff;
}
.info-button--red {
  background: #a92218;
  flex-direction: row;
}
.info-button--red div {
  color: #fff;
}
.info-button--black {
  background: #000;
  flex-direction: row;
}
.info-button--black div {
  color: #fff;
}
.info-button--darkblue {
  background: #100073;
  flex-direction: row;
}
.info-button--darkblue div {
  color: #fff;
}
.info-button--RequestedWithdrawnStatus {
  background: #692a2a;
  flex-direction: row;
}
.info-button--RequestedWithdrawnStatus div {
  color: #fff;
}
.info-button--WithdrawnStatus {
  background: #241b4d;
  flex-direction: row;
}
.info-button--WithdrawnStatus div {
  color: #fff;
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0.1;
  }
  to {
    opacity: 1;
  }
}
@keyframes spinner-border {
  100% {
    transform: rotate(360deg);
  }
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}
.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.fade {
  transition: opacity 0.15s linear;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}
.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-clip: padding-box;
  border: none !important;
  overflow: visible !important;
  border-radius: 12px !important;
  background-color: #efefef !important;
  box-shadow: 0px 8px 12px rgba(0, 0, 0, 0.25) !important;
  outline: 0;
}
@media (min-width: 36em) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
}
@media (min-width: 50em) {
  .modal-lg,
  .modal-xl,
  .modal-xxl {
    max-width: 800px;
  }
}
@media (min-width: 75em) {
  .modal-xl,
  .modal-xxl {
    max-width: 1140px;
  }
}
@media (min-width: 90em) {
  .modal-xxl {
    max-width: 1800px;
  }
}
.modal-body {
  min-height: 400px;
}
.custom-modal {
  display: inline-block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%) !important;
}
.modal-middle {
  top: 50%;
  transform: translateY(-50%) !important;
  max-height: 100%;
}
.modal-noBorder .modal-content {
  border-radius: 0.3125em;
}
.modal-tenPercent {
  top: 10%;
  margin-bottom: 10%;
}
.modal-fullsize {
  top: 10%;
  height: calc(100vh - 10% - 10%);
}
.modal-fullsize .modal-content {
  height: calc(100vh - 10%);
}
.modal-fullsize .modal-content app-create-artis-job {
  height: 100%;
}
.modal-xxl {
  max-width: 90%;
}
.modal-overflow-show .modal-content {
  overflow: visible;
}
.modal-white .modal-content {
  background-color: #fff;
}
.modal-header {
  padding: 1.5rem;
  background-color: #316369;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.6rem 2.4rem;
  background: #454545;
}
.modal-close-button {
  cursor: pointer;
}
.modal-title {
  font-family: "Inter";
  font-style: normal;
  font-weight: 700;
  font-size: 1.8rem;
  line-height: 2.6rem;
  color: #ffffff;
}
@media screen and (max-width: 56.25em) {
  .modal-title {
    font-size: 2.2rem;
  }
}
.modal-main {
  padding: 3.5rem 2.5rem;
}
.modal-headline {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 5rem;
  text-decoration-line: underline;
  color: #000000;
}
.modal-data {
  margin-bottom: 2.4rem;
}
.modal-data__title {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 1.9rem;
  color: #000000;
}
@media screen and (max-width: 56.25em) {
  .modal-data__title {
    font-size: 2rem;
  }
}
.modal-data__underline-title {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  text-decoration-line: underline;
  color: #000000;
}
@media screen and (max-width: 56.25em) {
  .modal-data__underline-title {
    font-size: 2rem;
  }
}
.modal-data__answer {
  display: flex;
  align-items: center;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-align: right;
  color: #636363;
  margin-top: 1rem;
}
.modal-data__empty {
  display: flex;
  align-items: center;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 700;
  font-size: 1.6rem;
  line-height: 2.6rem;
  color: #000;
  margin-top: 1rem;
}
.modal-data__empty img {
  margin-right: 1rem;
}
.modal-data__top-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-data__bottom-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modal-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 2.4rem;
}
.modal-data-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 70%;
}
@media screen and (max-width: 56.25em) {
  .modal-data-row {
    width: 100%;
  }
}
.modal-data-row__title {
  margin-top: 1rem;
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
  line-height: 1.9rem;
  text-align: left;
  color: #636363;
}
@media screen and (max-width: 56.25em) {
  .modal-data-row__title {
    font-size: 1.8rem;
  }
}
.modal-data-row__data {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000000;
}
.documentation {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #cecece;
}
.documentation .page {
  width: calc(100vw - 200px);
  min-height: calc(100vh - 200px);
  padding: 100px;
  position: relative;
}
.documentation .page .footer {
  position: absolute;
  bottom: 50px;
  width: 100%;
  display: flex;
  justify-content: center;
}
@media screen {
  .documentation .page {
    background-color: white;
    max-width: 900px;
    margin-bottom: 5px;
  }
}
@media print {
  @page {
    size: A4 portrait;
    padding: 50px;
  }
  .documentation {
    background: none;
  }
  .documentation .page {
    transform: scale(0.95);
    width: 100%;
    padding: 0;
    page-break-after: always;
  }
}
html {
  font-size: 62.5%;
}
@media screen and (max-width: 75em) {
  html {
    font-size: 56.25%;
  }
}
@media screen and (max-width: 48em) {
  html {
    font-size: 50%;
  }
}
@media screen and (max-width: 40em) {
  html {
    font-size: 45%;
  }
}
body {
  margin: 0;
  height: 100%;
  width: 100%;
  font-family:
    "Rubik",
    "Segoe UI",
    Roboto,
    "Helvetica Neue",
    Arial,
    sans-serif;
  background-color: #fff;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
.toast-message {
  font-size: 1.6rem;
}
button:focus,
button:active {
  box-shadow: none !important;
  outline: 0 !important;
}
.flex-row {
  flex-direction: row !important;
}
.align-items-center {
  align-items: center !important;
}
.yellow-bg {
  background-color: #fdcb5d;
}
.green-bg {
  background-color: #4cead2;
}
.w-100 {
  width: 100%;
}
.w-50 {
  width: 50%;
}
.value-text {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000000;
}
.disabled-fake-input {
  color: #000;
  padding-left: 1.5rem;
  font-family: "Rubik";
  width: 428px;
  height: 4.8rem;
  background: #fff;
  border: 1px solid #c6b064;
  border-radius: 8px;
  display: flex;
  align-items: center;
  font-size: 1.6rem;
}
@media screen and (max-width: 56.25em) {
  .disabled-fake-input {
    width: 100%;
  }
}
.bg-white {
  background-color: #fff !important;
}
.md-drppicker {
  display: grid;
  grid-template-columns: 1fr 1fr;
}
.md-drppicker .buttons {
  text-align: left !important;
  margin: 1rem !important;
}
.md-drppicker .dropdowns select.monthselect,
.md-drppicker .dropdowns select.yearselect {
  font-size: 18px !important;
}
.modal.fade .modal-dialog {
  transform: none;
  margin-top: -50px;
}
.same-row {
  display: flex;
  align-items: center;
}
.warning-in-status {
  margin-top: 0px;
  margin-left: -1.8rem;
}
.w20 {
  width: 20px;
}
.invert-1 {
  filter: invert(1);
}
.action-background {
  background: #fff2c5 !important;
}
.info-circle-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
  background-color: #2cc4e9;
  margin-right: 1rem;
}
.info-circle-button img {
  width: 24px;
}
.list-link {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  text-align: right !important;
  cursor: pointer;
  color: #0038ff;
  height: 100%;
  display: flex;
  align-items: center;
}
.disabled-function {
  color: #aeaeae;
}
.content {
  width: 100% !important;
}
.information-missing {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  color: #000000;
  text-align: center;
  margin-top: 3rem;
}
.w20 {
  width: 20px;
}
.link-text {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 600;
  font-size: 1.4rem;
  cursor: pointer;
  color: #0038ff;
}
.link-text.red-link {
  color: #f55252;
}
.align-right {
  text-align: right;
}
.justify-content-end {
  justify-content: flex-end;
}
.card-filters {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex-wrap: wrap;
}
.card-filters.fix {
  margin-top: auto;
  padding-top: 1rem;
  border-top: 1px solid #eee;
}
.card-filters.tooltip {
  background-color: #f5f5f5;
  padding: 16px;
  border-radius: 8px;
}
.card-filters .filter-label {
  font-family: "Rubik";
  font-size: 1.6rem;
  font-weight: 400;
  color: #999;
}
.card-filters .filter-pill {
  font-family: "Rubik";
  font-size: 1.2rem;
  font-weight: 400;
  border-radius: 50px;
  padding: 0.3rem 0.8rem;
  white-space: nowrap;
  border: 1px solid transparent;
}
.card-filters .filter-pill.pill-more {
  color: #475467;
  background-color: #f9fafb;
  cursor: pointer;
}
.card-filters .filter-pill.pill-area {
  background-color: #abefc6;
  color: #067647;
}
.card-filters .filter-pill.pill-executor {
  background-color: #fcceee;
  color: #c11574;
}
.card-filters .filter-pill.pill-service {
  background-color: #eaecf0;
  color: #344054;
}
.cdk-overlay-container {
  z-index: 2000 !important;
}

/* 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-ui-switch/ui-switch.component.css */
.switch.switch-small {
  min-width: 33px;
}
.switch.switch-medium {
  min-width: 50px;
}
.switch.switch-large {
  min-width: 60px;
}
.switch.switch-small > .switch-pane > span {
  font-size: 9px;
}
.switch.switch-medium > .switch-pane > span {
  font-size: 16px;
}
.switch.switch-large > .switch-pane > span {
  font-size: 16px;
}
.switch {
  border: 1px solid #dfdfdf;
  position: relative;
  display: inline-block;
  box-sizing: content-box;
  padding: 0;
  margin: 0;
  cursor: pointer;
  box-shadow: rgb(223, 223, 223) 0 0 0 0 inset;
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  white-space: nowrap;
}
.switch small {
  border-radius: 100%;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 0;
  right: calc(100% - 30px);
  transition: 0.3s ease-out all;
  -webkit-transition: 0.3s ease-out all;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.switch.switch-small {
  height: 20px;
  border-radius: 20px;
}
.switch.switch-small small {
  width: 20px;
  height: 20px;
  right: calc(100% - 20px);
}
.switch.switch-small > .switch-pane > span {
  line-height: 20px;
}
.switch.switch-small > .switch-pane .switch-label-checked {
  padding-right: 25px;
  padding-left: 10px;
}
.switch.switch-small > .switch-pane .switch-label-unchecked {
  padding-left: 25px;
  padding-right: 10px;
}
.switch.switch-medium {
  height: 30px;
  border-radius: 30px;
}
.switch.switch-medium small {
  width: 30px;
  height: 30px;
  right: calc(100% - 30px);
}
.switch.switch-medium > .switch-pane > span {
  line-height: 30px;
}
.switch.switch-medium > .switch-pane .switch-label-checked {
  padding-right: 35px;
  padding-left: 15px;
}
.switch.switch-medium > .switch-pane .switch-label-unchecked {
  padding-left: 35px;
  padding-right: 15px;
}
.switch.switch-large {
  height: 40px;
  border-radius: 40px;
}
.switch.switch-large small {
  width: 40px;
  height: 40px;
  right: calc(100% - 40px);
}
.switch.switch-large > .switch-pane > span {
  line-height: 40px;
}
.switch.switch-large > .switch-pane .switch-label-checked {
  padding-right: 45px;
  padding-left: 20px;
}
.switch.switch-large > .switch-pane .switch-label-unchecked {
  padding-left: 45px;
  padding-right: 20px;
}
.switch.checked {
  background: rgb(100, 189, 99);
}
.switch.checked small {
  right: 0;
  left: auto;
}
.switch.checked .switch-pane {
  top: 0;
}
.switch.checked .switch-pane .switch-label-checked {
  display: block;
}
.switch.checked .switch-pane .switch-label-unchecked {
  display: none;
}
.switch.disabled {
  opacity: 0.5;
  cursor: not-allowed;
}
.switch .switch-pane {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 100%;
  justify-content: flex-start;
  align-items: center;
  top: 0;
  position: relative;
  pointer-events: none;
}
.switch .switch-pane > span {
  display: block;
  min-height: 100%;
}
.switch .switch-pane .switch-label {
  color: black;
}
.switch .switch-pane .switch-label-checked {
  display: none;
}
.switch .switch-pane .switch-label-unchecked {
  display: block;
}
.switch.loading {
  background-color: #f1f1f1;
}
.switch.loading small {
  background-color: transparent;
  border: none;
  box-shadow: none;
  right: 50%;
  transform: translateX(50%);
}

/* angular:styles/global:styles */
