﻿#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

.loading-progress {
  position: relative;
  display: block;
  width: 8rem;
  height: 8rem;
  margin: 20vh auto 1rem auto;
}

.loading-progress circle {
  fill: none;
  stroke: #e0e0e0;
  stroke-width: 0.6rem;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.loading-progress circle:last-child {
  stroke: #de4c4a;
  stroke-dasharray: calc(3.141 * var(--blazor-load-percentage, 0%) * 0.8), 500%;
  -webkit-transition: stroke-dasharray 0.05s ease-in-out;
  transition: stroke-dasharray 0.05s ease-in-out;
}

.loading-progress-text {
  position: absolute;
  text-align: center;
  font-weight: bold;
  inset: calc(20vh + 3.25rem) 0 auto 0.2rem;
}

.loading-progress-text:after {
  content: var(--blazor-load-percentage-text, "Cargando");
}

pre.highlight,
.highlight pre {
  max-height: 30rem;
  overflow: auto;
  background: #354052;
  color: #ffffff;
}

.highlight .htmlAttributeName, .highlight .razor {
  color: #ffe484;
}
.highlight .htmlTagDelimiter, .highlight .htmlElementName {
  color: #ff8383;
}
.highlight .htmlAttributeValue, .highlight .string {
  color: #b5f4a5;
}
.highlight .keyword {
  color: #93ddfd;
}

.iconlist-container {
  min-height: 800px;
}

.example {
  padding: 2rem;
  margin: 2rem 0;
  border: 1px solid solid lightgray;
  border-radius: 3px 3px 0 0;
  position: relative;
  min-height: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
}

.example-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.example-centered .example-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}

.example-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}

.example-bg {
  background-color: #f5f7fb;
}

.example-code {
  margin: 2rem 0;
  border-top: none;
}
.example-code pre {
  margin: 0;
  border-radius: 0 0 3px 3px;
}
.example + .example-code {
  margin-top: -2rem;
}

.example-column {
  margin: 0 auto;
}
.example-column > .card:last-of-type {
  margin-bottom: 0;
}

.example-column-1 {
  max-width: 20rem;
}

.example-column-2 {
  max-width: 40rem;
}

#blazor-error-ui {
  background: lightyellow;
  bottom: 0;
  -webkit-box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
          box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
  display: none;
  left: 0;
  padding: 0.6rem 1.25rem 0.7rem 1.25rem;
  position: fixed;
  width: 100%;
  z-index: 1000;
}

#blazor-error-ui .dismiss {
  cursor: pointer;
  position: absolute;
  right: 0.75rem;
  top: 0.5rem;
}

pre.highlight,
.highlight pre {
  max-height: 30rem;
  overflow: auto;
  background: #354052;
  color: #ffffff;
}

.highlight .htmlAttributeName,
.highlight .razor {
  color: #ffe484;
}

.highlight .htmlTagDelimiter,
.highlight .htmlElementName {
  color: #ff8383;
}

.highlight .htmlAttributeValue,
.highlight .string {
  color: #b5f4a5;
}

.highlight .keyword {
  color: #93ddfd;
}

.iconlist-container {
  min-height: 800px;
}

.example {
  padding: 2rem;
  margin: 2rem 0;
  border: 1px solid solid lightgray;
  border-radius: 3px 3px 0 0;
  position: relative;
  min-height: 12rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow-x: auto;
}

.example-centered {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.example-centered .example-content {
  -webkit-box-flex: 0;
      -ms-flex: 0 auto;
          flex: 0 auto;
}

.example-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: 100%;
}

.example-bg {
  background-color: #f5f7fb;
}

.example-code {
  margin: 2rem 0;
  border-top: none;
}

.example-code pre {
  margin: 0;
  border-radius: 0 0 3px 3px;
}

.example + .example-code {
  margin-top: -2rem;
}

.example-column {
  margin: 0 auto;
}

.example-column > .card:last-of-type {
  margin-bottom: 0;
}

.example-column-1 {
  max-width: 20rem;
}

.example-column-2 {
  max-width: 40rem;
}

.page-wrapper {
  background-color: white;
}

.add-task__toggle {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: grey;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0.6rem;
}

.add-task__icon {
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.4rem;
  place-items: center;
}

.add-task__icon svg {
  stroke: #de4c4a;
}

.comment-image img {
  max-width: 45%;
}

.comments_attachment_image {
  border: 1px solid #f5f5f5;
  border-radius: 10px;
  max-width: 100%;
  min-height: 10px;
  min-width: 10px;
}

/*# sourceMappingURL=/Repositorio/TasksBOT_SVN/src/TasksBOT/src/TasksBOT/Client/wwwroot/css/tabler-docs.css.map */