/*!***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** 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 ***!
  \***********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.anchor-content {
  position: fixed;
  z-index: 1000;
  max-width: 320px;
  padding: 8px 12px;
  background: rgba(0, 0, 0, 0.9);
  color: white;
  border-radius: 4px;
  font-size: 0.8rem;
  line-height: 1.4;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  white-space: normal;
}

.anchor-content.visible {
  opacity: 1;
}

.anchor-tl-to-bl {
  transform: translate(0, 0);
}

.anchor-tr-to-br {
  transform: translate(-100%, 0);
}

.anchor-bl-to-tl {
  transform: translate(0, -100%);
}

.anchor-br-to-tr {
  transform: translate(-100%, -100%);
}

.anchor-content.wide {
  width: 320px;
  max-width: 80vw;
  text-align: left;
}

@media (max-width: 600px) {
  .anchor-content {
    max-width: 240px;
    font-size: 0.75rem;
    padding: 6px 10px;
  }
  .anchor-content.wide {
    width: 240px;
  }
}
body {
  margin: 0;
}

button,
input,
optgroup,
select,
textarea {
  font: inherit;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

*:not(.free-size) {
  font-size: 20px !important;
}

* {
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  line-height: normal;
  vertical-align: top;
}

input:not([type=range]) {
  height: 1.5em;
  border-radius: 3px;
  text-align: center;
  border: 1px solid darkslategray;
  padding: 4px 8px;
}

li:not(.bulleted) {
  list-style-type: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

input[type=file] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.flex-c {
  display: flex;
  flex-direction: column;
}

.flex-r {
  display: flex;
  flex-direction: row;
}

.h-center {
  justify-content: center;
  align-items: center;
}

.h-spaced {
  justify-content: space-around;
}

.v-padding {
  padding: 10px;
}

.top-spaced {
  margin-top: 10px;
}

.strong {
  font-weight: bold;
}

.white-bg {
  background-color: white;
  border-radius: 8px;
  padding: 10px;
}

select:not(.non-standard-select) {
  padding: 0.5rem;
  border: 2px solid #e1e5e9;
  border-radius: 6px;
  font-size: 1rem;
  background: #fff;
  min-width: 233px;
  transition: border-color 0.8s ease;
}
select:not(.non-standard-select):focus {
  outline: none;
  border-color: #007bff;
  box-shadow: 0 0 0 3px rgba(0, 123, 255, 0.1);
}

input:not([type=range]):not(.non-standard-input) {
  box-sizing: border-box;
  padding: 8px;
  border-radius: 4px;
}

button:not(.non-standard-button-action):not(.non-standard-button-reset) {
  border: none;
  border-radius: 4px;
  padding: 8px 16px;
  cursor: pointer;
}

input[readonly],
button:disabled {
  background-color: #6c757d;
  cursor: not-allowed;
}

hr {
  height: 1px;
  background-color: #000;
  border: none;
}

[data-title] {
  position: relative;
  cursor: help;
  display: grid;
}

[data-title]:hover::after {
  content: attr(data-title);
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: white;
  padding: 5px 8px;
  border-radius: 4px;
  white-space: nowrap;
  z-index: 1000;
  pointer-events: none;
}

[data-title]:hover::before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%) translateY(1px);
  border: 5px solid transparent;
  border-top-color: #333;
  z-index: 1000;
  pointer-events: none;
}

.info-marker {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  cursor: help;
  -webkit-user-select: none;
          user-select: none;
}

.info-marker img {
  width: 20px;
  height: 20px;
  display: block;
}

label {
  font-weight: bold;
  text-align: center;
  display: flex;
  align-items: center;
  align-self: center;
  white-space: nowrap;
}

label input[type=checkbox] {
  margin-right: 0.5em;
  flex-shrink: 0;
}

label span {
  flex-shrink: 0;
}

.btn:not(.unlock-width) {
  max-width: 125px;
}

.btn {
  border: none;
  border-radius: 4px;
  cursor: pointer;
  width: 100%;
  padding: 0.75rem;
  font-size: 1rem;
  font-weight: bold;
  transition: background-color 0.3s;
  white-space: nowrap;
}

.btn:hover,
.btn:focus,
.btn:active {
  opacity: 0.8;
}

.btn-primary {
  background-color: #007bff;
  color: white;
}

.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus {
  background-color: #0056b3;
}

.btn-reset {
  background-color: #6c757d;
  color: white;
}

.btn-reset:hover,
.btn-reset:active,
.btn-reset:focus {
  background-color: #5a6268;
}

.btn-secondary {
  background-color: #6c89c1;
  color: black;
}

.btn-secondary:hover,
.btn-secondary:active,
.btn-secondary:focus {
  background-color: #5a6fa0;
}

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