.p-component,
.p-component * {
  box-sizing: border-box;
}
.p-hidden {
  display: none;
}
.p-hidden-space {
  visibility: hidden;
}
.p-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.p-hidden-accessible input,
.p-hidden-accessible select {
  transform: scale(0);
}
.p-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.p-disabled,
.p-disabled * {
  cursor: default !important;
  pointer-events: none;
}
.p-component-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.p-overflow-hidden {
  overflow: hidden;
}
.p-unselectable-text {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-scrollbar-measure {
  width: 100px;
  height: 100px;
  overflow: scroll;
  position: absolute;
  top: -9999px;
}
@-webkit-keyframes p-fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes p-fadein {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
button,
input[type='button'],
input[type='file']::-webkit-file-upload-button,
input[type='reset'],
input[type='submit'] {
  border-radius: 0;
}
input[disabled] {
  cursor: not-allowed;
  background-color: #f0f0f0;
}

.p-link {
  text-align: left;
  background-color: transparent;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.p-sr-only {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}
.p-connected-overlay {
  opacity: 0;
  transform: scaleY(0.8);
  transition:
    transform 0.12s cubic-bezier(0, 0, 0.2, 1),
    opacity 0.12s cubic-bezier(0, 0, 0.2, 1);
}
.p-connected-overlay-visible {
  opacity: 1;
  transform: scaleY(1);
}
.p-connected-overlay-hidden {
  opacity: 0;
  transform: scaleY(1);
  transition: opacity 0.1s linear;
}
.p-toggleable-content.ng-animating {
  overflow: hidden;
}
.p-badge {
  display: inline-block;
  border-radius: 10px;
  text-align: center;
  padding: 0 0.5rem;
}
.p-overlay-badge {
  position: relative;
}
.p-overlay-badge .p-badge {
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
  transform-origin: 100% 0;
  margin: 0;
}
.p-badge-dot {
  width: 0.5rem;
  min-width: 0.5rem;
  height: 0.5rem;
}
.p-badge-dot,
.p-badge-no-gutter {
  border-radius: 50%;
  padding: 0;
}
.p-button {
  margin: 0;
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  align-items: center;
  vertical-align: bottom;
  text-align: center;
  overflow: hidden;
  position: relative;
}
.p-button-label {
  flex: 1 1 auto;
}
.p-button-icon-right {
  order: 1;
}
.p-button:disabled {
  cursor: default;
}
.p-button-icon-only {
  justify-content: center;
}
.p-button-icon-only .p-button-label {
  visibility: hidden;
  width: 0;
  flex: 0 0 auto;
}
.p-button-vertical {
  flex-direction: column;
}
.p-button-icon-bottom {
  order: 2;
}
.p-buttonset .p-button {
  margin: 0;
}
.p-buttonset .p-button:not(:last-child) {
  border-right: 0;
}
.p-buttonset .p-button:not(:first-of-type):not(:last-of-type) {
  border-radius: 0;
}
.p-buttonset .p-button:first-of-type {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.p-buttonset .p-button:last-of-type {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.p-buttonset .p-button:focus {
  position: relative;
  z-index: 1;
}
.p-button-label {
  transition: all 0.2s;
}
.p-checkbox {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: bottom;
  position: relative;
}
.p-checkbox-disabled {
  cursor: default !important;
  pointer-events: none;
}
.p-checkbox-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-checkbox-circle .p-checkbox-box {
  border-radius: 99px !important;
  border-width: 1px !important;
}
.p-checkbox-circle .p-checkbox-icon {
  font-size: 12px !important;
}
p-checkbox {
  display: inline-flex;
  vertical-align: bottom;
  align-items: center;
}
.p-checkbox-label {
  line-height: 1;
}
.p-colorpicker-panel .p-colorpicker-color {
  background: transparent url(color.6441e63a57ccc5105bad.png) no-repeat 0 0;
}
.p-colorpicker-panel .p-colorpicker-hue {
  background: transparent url(hue.f8505bd4d6f3e3aa435b.png) no-repeat 0 0;
}
.p-inputtext {
  margin: 0;
}
.p-fluid .p-inputtext {
  width: 100%;
}
.p-inputgroup {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.p-inputgroup-addon {
  display: flex;
  align-items: center;
  justify-content: center;
}
.p-inputgroup .p-float-label {
  display: flex;
  align-items: stretch;
  width: 100%;
}
.p-fluid .p-inputgroup .p-inputtext,
.p-inputgroup .p-inputtext,
.p-inputgroup .p-inputwrapper,
.p-inputgroup .p-inputwrapper > .p-component {
  flex: 1 1 auto;
  width: 1%;
}
.p-float-label {
  display: block;
  position: relative;
}
.p-float-label label {
  position: absolute;
  pointer-events: none;
  top: 50%;
  margin-top: -0.5rem;
  transition-property: all;
  transition-timing-function: ease;
  line-height: 1;
}
.p-float-label textarea ~ label {
  top: 1rem;
}
.p-float-label .p-inputwrapper-filled ~ label,
.p-float-label .p-inputwrapper-focus ~ label,
.p-float-label input.p-filled ~ label,
.p-float-label input:focus ~ label,
.p-float-label textarea.p-filled ~ label,
.p-float-label textarea:focus ~ label {
  top: -0.75rem;
  font-size: 12px;
}
.p-w-full {
  width: 100%;
}
.p-float-label .input:-webkit-autofill ~ label {
  top: -20px;
  font-size: 12px;
}
.p-input-icon-left,
.p-input-icon-right {
  position: relative;
  display: inline-block;
}
.p-input-icon-left > i,
.p-input-icon-right > i {
  position: absolute;
  top: 50%;
  margin-top: -0.5rem;
}
.p-fluid .p-input-icon-left,
.p-fluid .p-input-icon-right {
  display: block;
  width: 100%;
}
.p-inputtextarea-resizable {
  overflow: hidden;
  resize: none;
}
.p-fluid .p-inputtextarea {
  width: 100%;
}
.p-password {
  position: relative;
  display: inline-flex;
}
.p-password-panel {
  position: absolute;
  top: 0;
  left: 0;
}
.p-password .p-password-panel {
  min-width: 100%;
}
.p-password-meter {
  height: 10px;
}
.p-password-strength {
  height: 100%;
  width: 0;
  transition: width 1s ease-in-out;
}
.p-fluid .p-password {
  display: flex;
}
.p-radiobutton {
  display: inline-flex;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  vertical-align: bottom;
  position: relative;
}
.p-radiobutton-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.p-radiobutton-icon {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transform: translateZ(0) scale(0.1);
  border-radius: 50%;
  visibility: hidden;
}
.p-radiobutton-box.p-highlight .p-radiobutton-icon {
  transform: translateZ(0) scale(1);
  visibility: visible;
}
p-radiobutton {
  display: inline-flex;
  vertical-align: bottom;
  align-items: center;
}
.p-radiobutton-label {
  line-height: 1;
}
.p-ripple {
  overflow: hidden;
  position: relative;
}
.p-ink {
  display: block;
  position: absolute;
  background: hsla(0, 0%, 100%, 0.5);
  border-radius: 100%;
  transform: scale(0);
}
.p-ink-active {
  -webkit-animation: ripple 0.4s linear;
  animation: ripple 0.4s linear;
}
.p-ripple-disabled .p-ink {
  display: none !important;
}
@-webkit-keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.5);
  }
}
@keyframes ripple {
  to {
    opacity: 0;
    transform: scale(2.5);
  }
}
.p-tooltip {
  position: absolute;
  display: none;
  padding: 0.25em 0.5rem;
  max-width: 12.5rem;
}
.p-tooltip.p-tooltip-left,
.p-tooltip.p-tooltip-right {
  padding: 0 0.25rem;
}
.p-tooltip.p-tooltip-bottom,
.p-tooltip.p-tooltip-top {
  padding: 0.25em 0;
}
.p-tooltip .p-tooltip-text {
  white-space: pre-line;
  word-break: break-word;
}
.p-tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
.p-tooltip-right .p-tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -0.25rem;
  border-width: 0.25em 0.25em 0.25em 0;
}
.p-tooltip-left .p-tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -0.25rem;
  border-width: 0.25em 0 0.25em 0.25rem;
}
.p-tooltip.p-tooltip-top {
  padding: 0.25em 0;
}
.p-tooltip-top .p-tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -0.25rem;
  border-width: 0.25em 0.25em 0;
}
.p-tooltip-bottom .p-tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -0.25rem;
  border-width: 0 0.25em 0.25rem;
}
.p-grid {
  display: flex;
  flex-wrap: wrap;
  margin-right: -0.5rem;
  margin-left: -0.5rem;
  margin-top: -0.5rem;
}
.p-grid > .p-col,
.p-grid > [class*='p-col'] {
  box-sizing: border-box;
}
.p-nogutter {
  margin-right: 0;
  margin-left: 0;
  margin-top: 0;
}
.p-nogutter > .p-col,
.p-nogutter > [class*='p-col-'] {
  padding: 0;
}
.p-col {
  flex-grow: 1;
  flex-basis: 0;
  padding: 0.5rem;
}
.p-col-1,
.p-col-2,
.p-col-3,
.p-col-4,
.p-col-5,
.p-col-6,
.p-col-7,
.p-col-8,
.p-col-9,
.p-col-10,
.p-col-11,
.p-col-12,
.p-col-fixed {
  flex: 0 0 auto;
  padding: 0.5rem;
}
.p-col-1 {
  width: 8.3333%;
}
.p-col-2 {
  width: 16.6667%;
}
.p-col-3 {
  width: 25%;
}
.p-col-4 {
  width: 33.3333%;
}
.p-col-5 {
  width: 41.6667%;
}
.p-col-6 {
  width: 50%;
}
.p-col-7 {
  width: 58.3333%;
}
.p-col-8 {
  width: 66.6667%;
}
.p-col-9 {
  width: 75%;
}
.p-col-10 {
  width: 83.3333%;
}
.p-col-11 {
  width: 91.6667%;
}
.p-col-12 {
  width: 100%;
}
.p-offset-12 {
  margin-left: 100%;
}
.p-offset-11 {
  margin-left: 91.66666667%;
}
.p-offset-10 {
  margin-left: 83.33333333%;
}
.p-offset-9 {
  margin-left: 75%;
}
.p-offset-8 {
  margin-left: 66.66666667%;
}
.p-offset-7 {
  margin-left: 58.33333333%;
}
.p-offset-6 {
  margin-left: 50%;
}
.p-offset-5 {
  margin-left: 41.66666667%;
}
.p-offset-4 {
  margin-left: 33.33333333%;
}
.p-offset-3 {
  margin-left: 25%;
}
.p-offset-2 {
  margin-left: 16.66666667%;
}
.p-offset-1 {
  margin-left: 8.33333333%;
}
.p-offset-0 {
  margin-left: 0;
}
.p-lg-1,
.p-lg-2,
.p-lg-3,
.p-lg-4,
.p-lg-5,
.p-lg-6,
.p-lg-7,
.p-lg-8,
.p-lg-9,
.p-lg-10,
.p-lg-11,
.p-lg-12,
.p-md-1,
.p-md-2,
.p-md-3,
.p-md-4,
.p-md-5,
.p-md-6,
.p-md-7,
.p-md-8,
.p-md-9,
.p-md-10,
.p-md-11,
.p-md-12,
.p-sm-1,
.p-sm-2,
.p-sm-3,
.p-sm-4,
.p-sm-5,
.p-sm-6,
.p-sm-7,
.p-sm-8,
.p-sm-9,
.p-sm-10,
.p-sm-11,
.p-sm-12,
.p-xl-1,
.p-xl-2,
.p-xl-3,
.p-xl-4,
.p-xl-5,
.p-xl-6,
.p-xl-7,
.p-xl-8,
.p-xl-9,
.p-xl-10,
.p-xl-11,
.p-xl-12 {
  padding: 0.5rem;
}
.p-col-nogutter {
  padding: 0;
}
@media screen and (min-width: 576px) {
  .p-sm-1,
  .p-sm-2,
  .p-sm-3,
  .p-sm-4,
  .p-sm-5,
  .p-sm-6,
  .p-sm-7,
  .p-sm-8,
  .p-sm-9,
  .p-sm-10,
  .p-sm-11,
  .p-sm-12 {
    flex: 0 0 auto;
  }
  .p-sm-1 {
    width: 8.3333%;
  }
  .p-sm-2 {
    width: 16.6667%;
  }
  .p-sm-3 {
    width: 25%;
  }
  .p-sm-4 {
    width: 33.3333%;
  }
  .p-sm-5 {
    width: 41.6667%;
  }
  .p-sm-6 {
    width: 50%;
  }
  .p-sm-7 {
    width: 58.3333%;
  }
  .p-sm-8 {
    width: 66.6667%;
  }
  .p-sm-9 {
    width: 75%;
  }
  .p-sm-10 {
    width: 83.3333%;
  }
  .p-sm-11 {
    width: 91.6667%;
  }
  .p-sm-12 {
    width: 100%;
  }
  .p-sm-offset-12 {
    margin-left: 100%;
  }
  .p-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .p-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .p-sm-offset-9 {
    margin-left: 75%;
  }
  .p-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .p-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .p-sm-offset-6 {
    margin-left: 50%;
  }
  .p-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .p-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .p-sm-offset-3 {
    margin-left: 25%;
  }
  .p-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .p-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .p-sm-offset-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .p-md-1,
  .p-md-2,
  .p-md-3,
  .p-md-4,
  .p-md-5,
  .p-md-6,
  .p-md-7,
  .p-md-8,
  .p-md-9,
  .p-md-10,
  .p-md-11,
  .p-md-12 {
    flex: 0 0 auto;
  }
  .p-md-1 {
    width: 8.3333%;
  }
  .p-md-2 {
    width: 16.6667%;
  }
  .p-md-3 {
    width: 25%;
  }
  .p-md-4 {
    width: 33.3333%;
  }
  .p-md-5 {
    width: 41.6667%;
  }
  .p-md-6 {
    width: 50%;
  }
  .p-md-7 {
    width: 58.3333%;
  }
  .p-md-8 {
    width: 66.6667%;
  }
  .p-md-9 {
    width: 75%;
  }
  .p-md-10 {
    width: 83.3333%;
  }
  .p-md-11 {
    width: 91.6667%;
  }
  .p-md-12 {
    width: 100%;
  }
  .p-md-offset-12 {
    margin-left: 100%;
  }
  .p-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .p-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .p-md-offset-9 {
    margin-left: 75%;
  }
  .p-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .p-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .p-md-offset-6 {
    margin-left: 50%;
  }
  .p-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .p-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .p-md-offset-3 {
    margin-left: 25%;
  }
  .p-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .p-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .p-md-offset-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-1,
  .p-lg-2,
  .p-lg-3,
  .p-lg-4,
  .p-lg-5,
  .p-lg-6,
  .p-lg-7,
  .p-lg-8,
  .p-lg-9,
  .p-lg-10,
  .p-lg-11,
  .p-lg-12 {
    flex: 0 0 auto;
  }
  .p-lg-1 {
    width: 8.3333%;
  }
  .p-lg-2 {
    width: 16.6667%;
  }
  .p-lg-3 {
    width: 25%;
  }
  .p-lg-4 {
    width: 33.3333%;
  }
  .p-lg-5 {
    width: 41.6667%;
  }
  .p-lg-6 {
    width: 50%;
  }
  .p-lg-7 {
    width: 58.3333%;
  }
  .p-lg-8 {
    width: 66.6667%;
  }
  .p-lg-9 {
    width: 75%;
  }
  .p-lg-10 {
    width: 83.3333%;
  }
  .p-lg-11 {
    width: 91.6667%;
  }
  .p-lg-12 {
    width: 100%;
  }
  .p-lg-offset-12 {
    margin-left: 100%;
  }
  .p-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .p-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .p-lg-offset-9 {
    margin-left: 75%;
  }
  .p-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .p-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .p-lg-offset-6 {
    margin-left: 50%;
  }
  .p-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .p-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .p-lg-offset-3 {
    margin-left: 25%;
  }
  .p-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .p-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .p-lg-offset-0 {
    margin-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .p-xl-1,
  .p-xl-2,
  .p-xl-3,
  .p-xl-4,
  .p-xl-5,
  .p-xl-6,
  .p-xl-7,
  .p-xl-8,
  .p-xl-9,
  .p-xl-10,
  .p-xl-11,
  .p-xl-12 {
    flex: 0 0 auto;
  }
  .p-xl-1 {
    width: 8.3333%;
  }
  .p-xl-2 {
    width: 16.6667%;
  }
  .p-xl-3 {
    width: 25%;
  }
  .p-xl-4 {
    width: 33.3333%;
  }
  .p-xl-5 {
    width: 41.6667%;
  }
  .p-xl-6 {
    width: 50%;
  }
  .p-xl-7 {
    width: 58.3333%;
  }
  .p-xl-8 {
    width: 66.6667%;
  }
  .p-xl-9 {
    width: 75%;
  }
  .p-xl-10 {
    width: 83.3333%;
  }
  .p-xl-11 {
    width: 91.6667%;
  }
  .p-xl-12 {
    width: 100%;
  }
  .p-xl-offset-12 {
    margin-left: 100%;
  }
  .p-xl-offset-11 {
    margin-left: 91.66666667%;
  }
  .p-xl-offset-10 {
    margin-left: 83.33333333%;
  }
  .p-xl-offset-9 {
    margin-left: 75%;
  }
  .p-xl-offset-8 {
    margin-left: 66.66666667%;
  }
  .p-xl-offset-7 {
    margin-left: 58.33333333%;
  }
  .p-xl-offset-6 {
    margin-left: 50%;
  }
  .p-xl-offset-5 {
    margin-left: 41.66666667%;
  }
  .p-xl-offset-4 {
    margin-left: 33.33333333%;
  }
  .p-xl-offset-3 {
    margin-left: 25%;
  }
  .p-xl-offset-2 {
    margin-left: 16.66666667%;
  }
  .p-xl-offset-1 {
    margin-left: 8.33333333%;
  }
  .p-xl-offset-0 {
    margin-left: 0;
  }
}
.p-justify-start {
  justify-content: flex-start;
}
.p-justify-end {
  justify-content: flex-end;
}
.p-justify-center {
  justify-content: center;
}
.p-justify-between {
  justify-content: space-between;
}
.p-justify-around {
  justify-content: space-around;
}
.p-justify-even {
  justify-content: space-evenly;
}
.p-align-start {
  align-items: flex-start;
}
.p-align-end {
  align-items: flex-end;
}
.p-align-center {
  align-items: center;
}
.p-align-baseline {
  align-items: baseline;
}
.p-align-stretch {
  align-items: stretch;
}
.p-col-align-start {
  align-self: flex-start;
}
.p-col-align-end {
  align-self: flex-end;
}
.p-col-align-center {
  -ms-grid-row-align: center;
  align-self: center;
}
.p-col-align-baseline {
  align-self: baseline;
}
.p-col-align-stretch {
  -ms-grid-row-align: stretch;
  align-self: stretch;
}
.p-dir-row {
  flex-direction: row;
}
.p-dir-rev {
  flex-direction: row-reverse;
}
.p-dir-col {
  flex-direction: column;
}
.p-dir-col-rev {
  flex-direction: column-reverse;
}
.p-dir-col-rev > .p-col,
.p-dir-col > .p-col {
  flex-basis: auto;
}
.p-col-order-first {
  order: -1;
}
.p-col-order-last {
  order: 13;
}
.p-col-order-0 {
  order: 0;
}
.p-col-order-1 {
  order: 1;
}
.p-col-order-2 {
  order: 2;
}
.p-col-order-3 {
  order: 3;
}
.p-col-order-4 {
  order: 4;
}
.p-col-order-5 {
  order: 5;
}
.p-col-order-6 {
  order: 6;
}
.p-col-order-7 {
  order: 7;
}
.p-col-order-8 {
  order: 8;
}
.p-col-order-9 {
  order: 9;
}
.p-col-order-10 {
  order: 10;
}
.p-col-order-11 {
  order: 11;
}
.p-col-order-12 {
  order: 12;
}
@media screen and (min-width: 576px) {
  .p-sm-order-first {
    order: -1;
  }
  .p-sm-order-last {
    order: 13;
  }
  .p-sm-order-0 {
    order: 0;
  }
  .p-sm-order-1 {
    order: 1;
  }
  .p-sm-order-2 {
    order: 2;
  }
  .p-sm-order-3 {
    order: 3;
  }
  .p-sm-order-4 {
    order: 4;
  }
  .p-sm-order-5 {
    order: 5;
  }
  .p-sm-order-6 {
    order: 6;
  }
  .p-sm-order-7 {
    order: 7;
  }
  .p-sm-order-8 {
    order: 8;
  }
  .p-sm-order-9 {
    order: 9;
  }
  .p-sm-order-10 {
    order: 10;
  }
  .p-sm-order-11 {
    order: 11;
  }
  .p-sm-order-12 {
    order: 12;
  }
}
@media screen and (min-width: 768px) {
  .p-md-order-first {
    order: -1;
  }
  .p-md-order-last {
    order: 13;
  }
  .p-md-order-0 {
    order: 0;
  }
  .p-md-order-1 {
    order: 1;
  }
  .p-md-order-2 {
    order: 2;
  }
  .p-md-order-3 {
    order: 3;
  }
  .p-md-order-4 {
    order: 4;
  }
  .p-md-order-5 {
    order: 5;
  }
  .p-md-order-6 {
    order: 6;
  }
  .p-md-order-7 {
    order: 7;
  }
  .p-md-order-8 {
    order: 8;
  }
  .p-md-order-9 {
    order: 9;
  }
  .p-md-order-10 {
    order: 10;
  }
  .p-md-order-11 {
    order: 11;
  }
  .p-md-order-12 {
    order: 12;
  }
}
@media screen and (min-width: 992px) {
  .p-lg-order-first {
    order: -1;
  }
  .p-lg-order-last {
    order: 13;
  }
  .p-lg-order-0 {
    order: 0;
  }
  .p-lg-order-1 {
    order: 1;
  }
  .p-lg-order-2 {
    order: 2;
  }
  .p-lg-order-3 {
    order: 3;
  }
  .p-lg-order-4 {
    order: 4;
  }
  .p-lg-order-5 {
    order: 5;
  }
  .p-lg-order-6 {
    order: 6;
  }
  .p-lg-order-7 {
    order: 7;
  }
  .p-lg-order-8 {
    order: 8;
  }
  .p-lg-order-9 {
    order: 9;
  }
  .p-lg-order-10 {
    order: 10;
  }
  .p-lg-order-11 {
    order: 11;
  }
  .p-lg-order-12 {
    order: 12;
  }
}
@media screen and (min-width: 1200px) {
  .p-xl-order-first {
    order: -1;
  }
  .p-xl-order-last {
    order: 13;
  }
  .p-xl-order-0 {
    order: 0;
  }
  .p-xl-order-1 {
    order: 1;
  }
  .p-xl-order-2 {
    order: 2;
  }
  .p-xl-order-3 {
    order: 3;
  }
  .p-xl-order-4 {
    order: 4;
  }
  .p-xl-order-5 {
    order: 5;
  }
  .p-xl-order-6 {
    order: 6;
  }
  .p-xl-order-7 {
    order: 7;
  }
  .p-xl-order-8 {
    order: 8;
  }
  .p-xl-order-9 {
    order: 9;
  }
  .p-xl-order-10 {
    order: 10;
  }
  .p-xl-order-11 {
    order: 11;
  }
  .p-xl-order-12 {
    order: 12;
  }
}
.p-field {
  margin-bottom: 1rem;
}
.p-field > label {
  display: inline-block;
  margin-bottom: 0 !important;
}

.p-field > label:has(+ input),
.p-field > label:has(+ p-password),
.p-field > label:has(+ textarea),
.p-field > label:has(+ p-dropdown),
.p-field > label:has(+ p-calendar) {
  margin-bottom: 0.5rem !important;
}

.p-field.p-grid > label {
  display: flex;
  align-items: center;
}
.p-field > small {
  margin-top: 0.25rem;
}
.p-field.p-grid,
.p-formgrid.p-grid {
  margin-top: 0;
}
.p-field.p-grid .p-col,
.p-field.p-grid .p-col-1,
.p-field.p-grid .p-col-2,
.p-field.p-grid .p-col-3,
.p-field.p-grid .p-col-4,
.p-field.p-grid .p-col-5,
.p-field.p-grid .p-col-6,
.p-field.p-grid .p-col-7,
.p-field.p-grid .p-col-8,
.p-field.p-grid .p-col-9,
.p-field.p-grid .p-col-10,
.p-field.p-grid .p-col-11,
.p-field.p-grid .p-col-12,
.p-field.p-grid .p-col-fixed,
.p-formgrid.p-grid .p-col,
.p-formgrid.p-grid .p-col-1,
.p-formgrid.p-grid .p-col-2,
.p-formgrid.p-grid .p-col-3,
.p-formgrid.p-grid .p-col-4,
.p-formgrid.p-grid .p-col-5,
.p-formgrid.p-grid .p-col-6,
.p-formgrid.p-grid .p-col-7,
.p-formgrid.p-grid .p-col-8,
.p-formgrid.p-grid .p-col-9,
.p-formgrid.p-grid .p-col-10,
.p-formgrid.p-grid .p-col-11,
.p-formgrid.p-grid .p-col-12,
.p-formgrid.p-grid .p-col-fixed {
  padding-top: 0;
  padding-bottom: 0;
}
.p-formgroup-inline {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.p-formgroup-inline .p-field,
.p-formgroup-inline .p-field-checkbox,
.p-formgroup-inline .p-field-radiobutton {
  margin-right: 1rem;
}
.p-formgroup-inline .p-field-checkbox > label,
.p-formgroup-inline .p-field-radiobutton > label,
.p-formgroup-inline .p-field > label {
  margin-right: 0.5rem;
  margin-bottom: 0;
}
.p-field-checkbox,
.p-field-radiobutton {
  margin-bottom: 1rem;
  display: flex;
  align-items: center;
}
.p-field-checkbox > label,
.p-field-radiobutton > label {
  margin-left: 0.5rem;
  line-height: 1.5 !important;
}
.p-d-none {
  display: none !important;
}
.p-d-inline {
  display: inline !important;
}
.p-d-inline-block {
  display: inline-block !important;
}
.p-d-block {
  display: block !important;
}
.p-d-flex {
  display: flex !important;
}
.p-d-inline-flex {
  display: inline-flex !important;
}
@media screen and (min-width: 576px) {
  .p-d-sm-none {
    display: none !important;
  }
  .p-d-sm-inline {
    display: inline !important;
  }
  .p-d-sm-inline-block {
    display: inline-block !important;
  }
  .p-d-sm-block {
    display: block !important;
  }
  .p-d-sm-flex {
    display: flex !important;
  }
  .p-d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 768px) {
  .p-d-md-none {
    display: none !important;
  }
  .p-d-md-inline {
    display: inline !important;
  }
  .p-d-md-inline-block {
    display: inline-block !important;
  }
  .p-d-md-block {
    display: block !important;
  }
  .p-d-md-flex {
    display: flex !important;
  }
  .p-d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 992px) {
  .p-d-lg-none {
    display: none !important;
  }
  .p-d-lg-inline {
    display: inline !important;
  }
  .p-d-lg-inline-block {
    display: inline-block !important;
  }
  .p-d-lg-block {
    display: block !important;
  }
  .p-d-lg-flex {
    display: flex !important;
  }
  .p-d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-d-xl-none {
    display: none !important;
  }
  .p-d-xl-inline {
    display: inline !important;
  }
  .p-d-xl-inline-block {
    display: inline-block !important;
  }
  .p-d-xl-block {
    display: block !important;
  }
  .p-d-xl-flex {
    display: flex !important;
  }
  .p-d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .p-d-print-none {
    display: none !important;
  }
  .p-d-print-inline {
    display: inline !important;
  }
  .p-d-print-inline-block {
    display: inline-block !important;
  }
  .p-d-print-block {
    display: block !important;
  }
  .p-d-print-flex {
    display: flex !important;
  }
  .p-d-print-inline-flex {
    display: inline-flex !important;
  }
}
.p-gap-0 {
  gap: 0;
}
.p-gap-1 {
  gap: 0.25rem;
}
.p-gap-2 {
  gap: 0.5rem;
}
.p-gap-3 {
  gap: 1rem;
}
.p-gap-4 {
  gap: 1.5rem;
}
.p-gap-5 {
  gap: 2rem;
}
.p-gap-6 {
  gap: 3rem;
}
.p-gap-7 {
  gap: 4rem;
}
.p-gap-8 {
  gap: 5rem;
}
.p-row-gap-0 {
  row-gap: 0;
}
.p-row-gap-1 {
  row-gap: 0.25rem;
}
.p-row-gap-2 {
  row-gap: 0.5rem;
}
.p-row-gap-3 {
  row-gap: 1rem;
}
.p-row-gap-4 {
  row-gap: 1.5rem;
}
.p-row-gap-5 {
  row-gap: 2rem;
}
.p-row-gap-6 {
  row-gap: 3rem;
}
.p-row-gap-7 {
  row-gap: 4rem;
}
.p-row-gap-8 {
  row-gap: 5rem;
}
.p-text-justify {
  text-align: justify !important;
}
.p-text-left {
  text-align: left !important;
}
.p-text-right {
  text-align: right !important;
}
.p-text-center {
  text-align: center !important;
}
.p-text-nowrap {
  white-space: nowrap !important;
}
.p-text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.p-text-lowercase {
  text-transform: lowercase !important;
}
.p-text-uppercase {
  text-transform: uppercase !important;
}
.p-text-capitalize {
  text-transform: capitalize !important;
}
.p-text-bold {
  font-weight: 700 !important;
}
.p-text-normal {
  font-weight: 400 !important;
}
.p-text-light {
  font-weight: 300 !important;
}
.p-text-italic {
  font-style: italic !important;
}
@media screen and (min-width: 576px) {
  .p-text-sm-justify {
    text-align: justify !important;
  }
  .p-text-sm-left {
    text-align: left !important;
  }
  .p-text-sm-right {
    text-align: right !important;
  }
  .p-text-sm-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 768px) {
  .p-text-md-justify {
    text-align: justify !important;
  }
  .p-text-md-left {
    text-align: left !important;
  }
  .p-text-md-right {
    text-align: right !important;
  }
  .p-text-md-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 992px) {
  .p-text-lg-justify {
    text-align: justify !important;
  }
  .p-text-lg-left {
    text-align: left !important;
  }
  .p-text-lg-right {
    text-align: right !important;
  }
  .p-text-lg-center {
    text-align: center !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-text-xl-justify {
    text-align: justify !important;
  }
  .p-text-xl-left {
    text-align: left !important;
  }
  .p-text-xl-right {
    text-align: right !important;
  }
  .p-text-xl-center {
    text-align: center !important;
  }
}
.p-flex-row {
  flex-direction: row !important;
}
.p-flex-row-reverse {
  flex-direction: row-reverse !important;
}
.p-flex-column {
  flex-direction: column !important;
}
.p-flex-column-reverse {
  flex-direction: column-reverse !important;
}
@media screen and (min-width: 576px) {
  .p-flex-sm-row {
    flex-direction: row !important;
  }
  .p-flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .p-flex-sm-column {
    flex-direction: column !important;
  }
  .p-flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 768px) {
  .p-flex-md-row {
    flex-direction: row !important;
  }
  .p-flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .p-flex-md-column {
    flex-direction: column !important;
  }
  .p-flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 992px) {
  .p-flex-lg-row {
    flex-direction: row !important;
  }
  .p-flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .p-flex-lg-column {
    flex-direction: column !important;
  }
  .p-flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-flex-xl-row {
    flex-direction: row !important;
  }
  .p-flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .p-flex-xl-column {
    flex-direction: column !important;
  }
  .p-flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
}
.p-jc-start {
  justify-content: flex-start;
}
.p-jc-end {
  justify-content: flex-end;
}
.p-jc-center {
  justify-content: center;
}
.p-jc-between {
  justify-content: space-between;
}
.p-jc-around {
  justify-content: space-around;
}
.p-jc-evenly {
  justify-content: space-evenly;
}
@media screen and (min-width: 576px) {
  .p-jc-sm-start {
    justify-content: flex-start;
  }
  .p-jc-sm-end {
    justify-content: flex-end;
  }
  .p-jc-sm-center {
    justify-content: center;
  }
  .p-jc-sm-between {
    justify-content: space-between;
  }
  .p-jc-sm-around {
    justify-content: space-around;
  }
  .p-jc-sm-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 768px) {
  .p-jc-md-start {
    justify-content: flex-start;
  }
  .p-jc-md-end {
    justify-content: flex-end;
  }
  .p-jc-md-center {
    justify-content: center;
  }
  .p-jc-md-between {
    justify-content: space-between;
  }
  .p-jc-md-around {
    justify-content: space-around;
  }
  .p-jc-md-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 992px) {
  .p-jc-lg-start {
    justify-content: flex-start;
  }
  .p-jc-lg-end {
    justify-content: flex-end;
  }
  .p-jc-lg-center {
    justify-content: center;
  }
  .p-jc-lg-between {
    justify-content: space-between;
  }
  .p-jc-lg-around {
    justify-content: space-around;
  }
  .p-jc-lg-evenly {
    justify-content: space-evenly;
  }
}
@media screen and (min-width: 1200px) {
  .p-jc-xl-start {
    justify-content: flex-start;
  }
  .p-jc-xl-end {
    justify-content: flex-end;
  }
  .p-jc-xl-center {
    justify-content: center;
  }
  .p-jc-xl-between {
    justify-content: space-between;
  }
  .p-jc-xl-around {
    justify-content: space-around;
  }
  .p-jc-xl-evenly {
    justify-content: space-evenly;
  }
}
.p-ai-start {
  align-items: flex-start;
}
.p-ai-end {
  align-items: flex-end;
}
.p-ai-center {
  align-items: center;
}
.p-ai-baseline {
  align-items: baseline;
}
.p-ai-stretch {
  align-items: stretch;
}
@media screen and (min-width: 576px) {
  .p-ai-sm-start {
    align-items: flex-start;
  }
  .p-ai-sm-end {
    align-items: flex-end;
  }
  .p-ai-sm-center {
    align-items: center;
  }
  .p-ai-sm-baseline {
    align-items: baseline;
  }
  .p-ai-sm-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 768px) {
  .p-ai-md-start {
    align-items: flex-start;
  }
  .p-ai-md-end {
    align-items: flex-end;
  }
  .p-ai-md-center {
    align-items: center;
  }
  .p-ai-md-baseline {
    align-items: baseline;
  }
  .p-ai-md-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 992px) {
  .p-ai-lg-start {
    align-items: flex-start;
  }
  .p-ai-lg-end {
    align-items: flex-end;
  }
  .p-ai-lg-center {
    align-items: center;
  }
  .p-ai-lg-baseline {
    align-items: baseline;
  }
  .p-ai-lg-stretch {
    align-items: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .p-ai-xl-start {
    align-items: flex-start;
  }
  .p-ai-xl-end {
    align-items: flex-end;
  }
  .p-ai-xl-center {
    align-items: center;
  }
  .p-ai-xl-baseline {
    align-items: baseline;
  }
  .p-ai-xl-stretch {
    align-items: stretch;
  }
}
.p-as-start {
  align-self: start;
}
.p-as-end {
  align-self: flex-end;
}
.p-as-center {
  align-self: center;
}
.p-as-baseline {
  align-self: baseline;
}
.p-as-stretch {
  align-self: stretch;
}
@media screen and (min-width: 576px) {
  .p-as-sm-start {
    align-self: start;
  }
  .p-as-sm-end {
    align-self: flex-end;
  }
  .p-as-sm-center {
    align-self: center;
  }
  .p-as-sm-baseline {
    align-self: baseline;
  }
  .p-as-sm-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 768px) {
  .p-as-md-start {
    align-self: start;
  }
  .p-as-md-end {
    align-self: flex-end;
  }
  .p-as-md-center {
    align-self: center;
  }
  .p-as-md-baseline {
    align-self: baseline;
  }
  .p-as-md-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 992px) {
  .p-as-lg-start {
    align-self: start;
  }
  .p-as-lg-end {
    align-self: flex-end;
  }
  .p-as-lg-center {
    align-self: center;
  }
  .p-as-lg-baseline {
    align-self: baseline;
  }
  .p-as-lg-stretch {
    align-self: stretch;
  }
}
@media screen and (min-width: 1200px) {
  .p-as-xl-start {
    align-self: start;
  }
  .p-as-xl-end {
    align-self: flex-end;
  }
  .p-as-xl-center {
    align-self: center;
  }
  .p-as-xl-baseline {
    align-self: baseline;
  }
  .p-as-xl-stretch {
    align-self: stretch;
  }
}
.p-ac-start {
  align-content: flex-start;
}
.p-ac-end {
  align-content: flex-end;
}
.p-ac-center {
  align-content: center;
}
.p-ac-around {
  align-content: space-around;
}
.p-ac-stretch {
  align-content: stretch;
}
.p-ac-between {
  align-content: space-between;
}
@media screen and (min-width: 576px) {
  .p-ac-sm-start {
    align-content: flex-start;
  }
  .p-ac-sm-end {
    align-content: flex-end;
  }
  .p-ac-sm-center {
    align-content: center;
  }
  .p-ac-sm-around {
    align-content: space-around;
  }
  .p-ac-sm-stretch {
    align-content: stretch;
  }
  .p-ac-sm-between {
    align-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .p-ac-md-start {
    align-content: flex-start;
  }
  .p-ac-md-end {
    align-content: flex-end;
  }
  .p-ac-md-center {
    align-content: center;
  }
  .p-ac-md-around {
    align-content: space-around;
  }
  .p-ac-md-stretch {
    align-content: stretch;
  }
  .p-ac-md-between {
    align-content: space-between;
  }
}
@media screen and (min-width: 992px) {
  .p-ac-lg-start {
    align-content: flex-start;
  }
  .p-ac-lg-end {
    align-content: flex-end;
  }
  .p-ac-lg-center {
    align-content: center;
  }
  .p-ac-lg-around {
    align-content: space-around;
  }
  .p-ac-lg-stretch {
    align-content: stretch;
  }
  .p-ac-lg-between {
    align-content: space-between;
  }
}
@media screen and (min-width: 1200px) {
  .p-ac-xl-start {
    align-content: flex-start;
  }
  .p-ac-xl-end {
    align-content: flex-end;
  }
  .p-ac-xl-center {
    align-content: center;
  }
  .p-ac-xl-around {
    align-content: space-around;
  }
  .p-ac-xl-stretch {
    align-content: stretch;
  }
  .p-ac-xl-between {
    align-content: space-between;
  }
}
.p-order-0 {
  order: 0;
}
.p-order-1 {
  order: 1;
}
.p-order-2 {
  order: 2;
}
.p-order-3 {
  order: 3;
}
.p-order-4 {
  order: 4;
}
.p-order-5 {
  order: 5;
}
.p-order-6 {
  order: 6;
}
@media screen and (min-width: 576px) {
  .p-order-sm-0 {
    order: 0;
  }
  .p-order-sm-1 {
    order: 1;
  }
  .p-order-sm-2 {
    order: 2;
  }
  .p-order-sm-3 {
    order: 3;
  }
  .p-order-sm-4 {
    order: 4;
  }
  .p-order-sm-5 {
    order: 5;
  }
  .p-order-sm-6 {
    order: 6;
  }
}
@media screen and (min-width: 768px) {
  .p-order-md-0 {
    order: 0;
  }
  .p-order-md-1 {
    order: 1;
  }
  .p-order-md-2 {
    order: 2;
  }
  .p-order-md-3 {
    order: 3;
  }
  .p-order-md-4 {
    order: 4;
  }
  .p-order-md-5 {
    order: 5;
  }
  .p-order-md-6 {
    order: 6;
  }
}
@media screen and (min-width: 992px) {
  .p-order-lg-0 {
    order: 0;
  }
  .p-order-lg-1 {
    order: 1;
  }
  .p-order-lg-2 {
    order: 2;
  }
  .p-order-lg-3 {
    order: 3;
  }
  .p-order-lg-4 {
    order: 4;
  }
  .p-order-lg-5 {
    order: 5;
  }
  .p-order-lg-6 {
    order: 6;
  }
}
@media screen and (min-width: 1200px) {
  .p-order-xl-0 {
    order: 0;
  }
  .p-order-xl-1 {
    order: 1;
  }
  .p-order-xl-2 {
    order: 2;
  }
  .p-order-xl-3 {
    order: 3;
  }
  .p-order-xl-4 {
    order: 4;
  }
  .p-order-xl-5 {
    order: 5;
  }
  .p-order-xl-6 {
    order: 6;
  }
}
.p-flex-nowrap {
  flex-wrap: nowrap;
}
.p-flex-wrap {
  flex-wrap: wrap;
}
.p-flex-wrap-reverse {
  flex-wrap: wrap-reverse;
}
@media screen and (min-width: 576px) {
  .p-flex-sm-nowrap {
    flex-wrap: nowrap;
  }
  .p-flex-sm-wrap {
    flex-wrap: wrap;
  }
  .p-flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 768px) {
  .p-flex-md-nowrap {
    flex-wrap: nowrap;
  }
  .p-flex-md-wrap {
    flex-wrap: wrap;
  }
  .p-flex-md-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 992px) {
  .p-flex-lg-nowrap {
    flex-wrap: nowrap;
  }
  .p-flex-lg-wrap {
    flex-wrap: wrap;
  }
  .p-flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
@media screen and (min-width: 1200px) {
  .p-flex-xl-nowrap {
    flex-wrap: nowrap;
  }
  .p-flex-xl-wrap {
    flex-wrap: wrap;
  }
  .p-flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse;
  }
}
.p-pt-0 {
  padding-top: 0 !important;
}
.p-pt-1 {
  padding-top: 0.25rem !important;
}
.p-pt-2 {
  padding-top: 0.5rem !important;
}
.p-pt-3 {
  padding-top: 1rem !important;
}
.p-pt-4 {
  padding-top: 1.5rem !important;
}
.p-pt-5 {
  padding-top: 2rem !important;
}
.p-pt-6 {
  padding-top: 3rem !important;
}
.p-pr-0 {
  padding-right: 0 !important;
}
.p-pr-1 {
  padding-right: 0.25rem !important;
}
.p-pr-2 {
  padding-right: 0.5rem !important;
}
.p-pr-3 {
  padding-right: 1rem !important;
}
.p-pr-4 {
  padding-right: 1.5rem !important;
}
.p-pr-5 {
  padding-right: 2rem !important;
}
.p-pr-6 {
  padding-right: 3rem !important;
}
.p-pl-0 {
  padding-left: 0 !important;
}
.p-pl-1 {
  padding-left: 0.25rem !important;
}
.p-pl-2 {
  padding-left: 0.5rem !important;
}
.p-pl-3 {
  padding-left: 1rem !important;
}
.p-pl-4 {
  padding-left: 1.5rem !important;
}
.p-pl-5 {
  padding-left: 2rem !important;
}
.p-pl-6 {
  padding-left: 3rem !important;
}
.p-pb-0 {
  padding-bottom: 0 !important;
}
.p-pb-1 {
  padding-bottom: 0.25rem !important;
}
.p-pb-2 {
  padding-bottom: 0.5rem !important;
}
.p-pb-3 {
  padding-bottom: 1rem !important;
}
.p-pb-4 {
  padding-bottom: 1.5rem !important;
}
.p-pb-5 {
  padding-bottom: 2rem !important;
}
.p-pb-6 {
  padding-bottom: 3rem !important;
}
.p-px-0 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.p-px-1 {
  padding-left: 0.25rem !important;
  padding-right: 0.25rem !important;
}
.p-px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.p-px-3 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.p-px-4 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.p-px-5 {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
.p-px-6 {
  padding-left: 3rem !important;
  padding-right: 3rem !important;
}
.p-py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.p-py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.p-py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.p-py-3 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.p-py-4 {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}
.p-py-5 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.p-py-6 {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}
.p-p-0 {
  padding: 0 !important;
}
.p-p-1 {
  padding: 0.25rem !important;
}
.p-p-2 {
  padding: 0.5rem !important;
}
.p-p-3 {
  padding: 1rem !important;
}
.p-p-4 {
  padding: 1.5rem !important;
}
.p-p-5 {
  padding: 2rem !important;
}
.p-p-6 {
  padding: 3rem !important;
}
@media screen and (min-width: 576px) {
  .p-pt-sm-0 {
    padding-top: 0 !important;
  }
  .p-pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .p-pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .p-pt-sm-3 {
    padding-top: 1rem !important;
  }
  .p-pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .p-pt-sm-5 {
    padding-top: 2rem !important;
  }
  .p-pt-sm-6 {
    padding-top: 3rem !important;
  }
  .p-pr-sm-0 {
    padding-right: 0 !important;
  }
  .p-pr-sm-1 {
    padding-right: 0.25rem !important;
  }
  .p-pr-sm-2 {
    padding-right: 0.5rem !important;
  }
  .p-pr-sm-3 {
    padding-right: 1rem !important;
  }
  .p-pr-sm-4 {
    padding-right: 1.5rem !important;
  }
  .p-pr-sm-5 {
    padding-right: 2rem !important;
  }
  .p-pr-sm-6 {
    padding-right: 3rem !important;
  }
  .p-pl-sm-0 {
    padding-left: 0 !important;
  }
  .p-pl-sm-1 {
    padding-left: 0.25rem !important;
  }
  .p-pl-sm-2 {
    padding-left: 0.5rem !important;
  }
  .p-pl-sm-3 {
    padding-left: 1rem !important;
  }
  .p-pl-sm-4 {
    padding-left: 1.5rem !important;
  }
  .p-pl-sm-5 {
    padding-left: 2rem !important;
  }
  .p-pl-sm-6 {
    padding-left: 3rem !important;
  }
  .p-pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .p-pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .p-pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .p-pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .p-pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .p-pb-sm-5 {
    padding-bottom: 2rem !important;
  }
  .p-pb-sm-6 {
    padding-bottom: 3rem !important;
  }
  .p-px-sm-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-px-sm-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .p-px-sm-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .p-px-sm-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .p-px-sm-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-px-sm-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .p-px-sm-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .p-py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-py-sm-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .p-py-sm-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-p-sm-0 {
    padding: 0 !important;
  }
  .p-p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-p-sm-3 {
    padding: 1rem !important;
  }
  .p-p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-p-sm-5 {
    padding: 2rem !important;
  }
  .p-p-sm-6 {
    padding: 3rem !important;
  }
}
@media screen and (min-width: 768px) {
  .p-pt-md-0 {
    padding-top: 0 !important;
  }
  .p-pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .p-pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .p-pt-md-3 {
    padding-top: 1rem !important;
  }
  .p-pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .p-pt-md-5 {
    padding-top: 2rem !important;
  }
  .p-pt-md-6 {
    padding-top: 3rem !important;
  }
  .p-pr-md-0 {
    padding-right: 0 !important;
  }
  .p-pr-md-1 {
    padding-right: 0.25rem !important;
  }
  .p-pr-md-2 {
    padding-right: 0.5rem !important;
  }
  .p-pr-md-3 {
    padding-right: 1rem !important;
  }
  .p-pr-md-4 {
    padding-right: 1.5rem !important;
  }
  .p-pr-md-5 {
    padding-right: 2rem !important;
  }
  .p-pr-md-6 {
    padding-right: 3rem !important;
  }
  .p-pl-md-0 {
    padding-left: 0 !important;
  }
  .p-pl-md-1 {
    padding-left: 0.25rem !important;
  }
  .p-pl-md-2 {
    padding-left: 0.5rem !important;
  }
  .p-pl-md-3 {
    padding-left: 1rem !important;
  }
  .p-pl-md-4 {
    padding-left: 1.5rem !important;
  }
  .p-pl-md-5 {
    padding-left: 2rem !important;
  }
  .p-pl-md-6 {
    padding-left: 3rem !important;
  }
  .p-pb-md-0 {
    padding-bottom: 0 !important;
  }
  .p-pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .p-pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .p-pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .p-pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .p-pb-md-5 {
    padding-bottom: 2rem !important;
  }
  .p-pb-md-6 {
    padding-bottom: 3rem !important;
  }
  .p-px-md-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-px-md-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .p-px-md-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .p-px-md-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .p-px-md-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-px-md-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .p-px-md-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .p-py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-py-md-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .p-py-md-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-p-md-0 {
    padding: 0 !important;
  }
  .p-p-md-1 {
    padding: 0.25rem !important;
  }
  .p-p-md-2 {
    padding: 0.5rem !important;
  }
  .p-p-md-3 {
    padding: 1rem !important;
  }
  .p-p-md-4 {
    padding: 1.5rem !important;
  }
  .p-p-md-5 {
    padding: 2rem !important;
  }
  .p-p-md-6 {
    padding: 3rem !important;
  }
}
@media screen and (min-width: 992px) {
  .p-pt-lg-0 {
    padding-top: 0 !important;
  }
  .p-pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .p-pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .p-pt-lg-3 {
    padding-top: 1rem !important;
  }
  .p-pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .p-pt-lg-5 {
    padding-top: 2rem !important;
  }
  .p-pt-lg-6,
  .p-pt-lg-auto {
    padding-top: 3rem !important;
  }
  .p-pr-lg-0 {
    padding-right: 0 !important;
  }
  .p-pr-lg-1 {
    padding-right: 0.25rem !important;
  }
  .p-pr-lg-2 {
    padding-right: 0.5rem !important;
  }
  .p-pr-lg-3 {
    padding-right: 1rem !important;
  }
  .p-pr-lg-4 {
    padding-right: 1.5rem !important;
  }
  .p-pr-lg-5 {
    padding-right: 2rem !important;
  }
  .p-pr-lg-6 {
    padding-right: 3rem !important;
  }
  .p-pl-lg-0 {
    padding-left: 0 !important;
  }
  .p-pl-lg-1 {
    padding-left: 0.25rem !important;
  }
  .p-pl-lg-2 {
    padding-left: 0.5rem !important;
  }
  .p-pl-lg-3 {
    padding-left: 1rem !important;
  }
  .p-pl-lg-4 {
    padding-left: 1.5rem !important;
  }
  .p-pl-lg-5 {
    padding-left: 2rem !important;
  }
  .p-pl-lg-6 {
    padding-left: 3rem !important;
  }
  .p-pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .p-pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .p-pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .p-pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .p-pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .p-pb-lg-5 {
    padding-bottom: 2rem !important;
  }
  .p-pb-lg-6 {
    padding-bottom: 3rem !important;
  }
  .p-px-lg-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-px-lg-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .p-px-lg-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .p-px-lg-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .p-px-lg-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-px-lg-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .p-px-lg-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .p-py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-py-lg-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .p-py-lg-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-p-lg-0 {
    padding: 0 !important;
  }
  .p-p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-p-lg-3 {
    padding: 1rem !important;
  }
  .p-p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-p-lg-5 {
    padding: 2rem !important;
  }
  .p-p-lg-6 {
    padding: 3rem !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-pt-xl-0 {
    padding-top: 0 !important;
  }
  .p-pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .p-pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .p-pt-xl-3 {
    padding-top: 1rem !important;
  }
  .p-pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .p-pt-xl-5 {
    padding-top: 2rem !important;
  }
  .p-pt-xl-6 {
    padding-top: 3rem !important;
  }
  .p-pr-xl-0 {
    padding-right: 0 !important;
  }
  .p-pr-xl-1 {
    padding-right: 0.25rem !important;
  }
  .p-pr-xl-2 {
    padding-right: 0.5rem !important;
  }
  .p-pr-xl-3 {
    padding-right: 1rem !important;
  }
  .p-pr-xl-4 {
    padding-right: 1.5rem !important;
  }
  .p-pr-xl-5 {
    padding-right: 2rem !important;
  }
  .p-pr-xl-6 {
    padding-right: 3rem !important;
  }
  .p-pl-xl-0 {
    padding-left: 0 !important;
  }
  .p-pl-xl-1 {
    padding-left: 0.25rem !important;
  }
  .p-pl-xl-2 {
    padding-left: 0.5rem !important;
  }
  .p-pl-xl-3 {
    padding-left: 1rem !important;
  }
  .p-pl-xl-4 {
    padding-left: 1.5rem !important;
  }
  .p-pl-xl-5 {
    padding-left: 2rem !important;
  }
  .p-pl-xl-6 {
    padding-left: 3rem !important;
  }
  .p-pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .p-pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .p-pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .p-pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .p-pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .p-pb-xl-5 {
    padding-bottom: 2rem !important;
  }
  .p-pb-xl-6 {
    padding-bottom: 3rem !important;
  }
  .p-px-xl-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
  .p-px-xl-1 {
    padding-left: 0.25rem !important;
    padding-right: 0.25rem !important;
  }
  .p-px-xl-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
  }
  .p-px-xl-3 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
  }
  .p-px-xl-4 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .p-px-xl-5 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .p-px-xl-6 {
    padding-left: 3rem !important;
    padding-right: 3rem !important;
  }
  .p-py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .p-py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .p-py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .p-py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .p-py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .p-py-xl-5 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
  }
  .p-py-xl-6 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .p-p-xl-0 {
    padding: 0 !important;
  }
  .p-p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-p-xl-3 {
    padding: 1rem !important;
  }
  .p-p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-p-xl-5 {
    padding: 2rem !important;
  }
  .p-p-xl-6 {
    padding: 3rem !important;
  }
}
.p-mt-0 {
  margin-top: 0 !important;
}
.p-mt-1 {
  margin-top: 0.25rem !important;
}
.p-mt-2 {
  margin-top: 0.5rem !important;
}
.p-mt-3 {
  margin-top: 1rem !important;
}
.p-mt-4 {
  margin-top: 1.5rem !important;
}
.p-mt-5 {
  margin-top: 2rem !important;
}
.p-mt-6 {
  margin-top: 3rem !important;
}
.p-mt-auto {
  margin-top: auto !important;
}
.p-mr-0 {
  margin-right: 0 !important;
}
.p-mr-1 {
  margin-right: 0.25rem !important;
}
.p-mr-2 {
  margin-right: 0.5rem !important;
}
.p-mr-3 {
  margin-right: 1rem !important;
}
.p-mr-4 {
  margin-right: 1.5rem !important;
}
.p-mr-5 {
  margin-right: 2rem !important;
}
.p-mr-6 {
  margin-right: 3rem !important;
}
.p-mr-auto {
  margin-right: auto !important;
}
.p-ml-0 {
  margin-left: 0 !important;
}
.p-ml-1 {
  margin-left: 0.25rem !important;
}
.p-ml-2 {
  margin-left: 0.5rem !important;
}
.p-ml-3 {
  margin-left: 1rem !important;
}
.p-ml-4 {
  margin-left: 1.5rem !important;
}
.p-ml-5 {
  margin-left: 2rem !important;
}
.p-ml-6 {
  margin-left: 3rem !important;
}
.p-ml-auto {
  margin-left: auto !important;
}
.p-mb-0 {
  margin-bottom: 0 !important;
}
.p-mb-1 {
  margin-bottom: 0.25rem !important;
}
.p-mb-2 {
  margin-bottom: 0.5rem !important;
}
.p-mb-3 {
  margin-bottom: 1rem !important;
}
.p-mb-4 {
  margin-bottom: 1.5rem !important;
}
.p-mb-5 {
  margin-bottom: 2rem !important;
}
.p-mb-6 {
  margin-bottom: 3rem !important;
}
.p-mb-auto {
  margin-bottom: auto !important;
}
.p-mx-0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.p-mx-1 {
  margin-left: 0.25rem !important;
  margin-right: 0.25rem !important;
}
.p-mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.p-mx-3 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.p-mx-4 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.p-mx-5 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.p-mx-6 {
  margin-left: 3rem !important;
  margin-right: 3rem !important;
}
.p-mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.p-my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.p-my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.p-my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.p-my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}
.p-my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.p-my-5 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.p-my-6 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}
.p-my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}
.p-m-0 {
  margin: 0 !important;
}
.p-m-1 {
  margin: 0.25rem !important;
}
.p-m-2 {
  margin: 0.5rem !important;
}
.p-m-3 {
  margin: 1rem !important;
}
.p-m-4 {
  margin: 1.5rem !important;
}
.p-m-5 {
  margin: 2rem !important;
}
.p-m-6 {
  margin: 3rem !important;
}
.p-m-auto {
  margin: auto !important;
}
@media screen and (min-width: 576px) {
  .p-mt-sm-0 {
    margin-top: 0 !important;
  }
  .p-mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .p-mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .p-mt-sm-3 {
    margin-top: 1rem !important;
  }
  .p-mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .p-mt-sm-5 {
    margin-top: 2rem !important;
  }
  .p-mt-sm-6,
  .p-mt-sm-auto {
    margin-top: 3rem !important;
  }
  .p-mr-sm-0 {
    margin-right: 0 !important;
  }
  .p-mr-sm-1 {
    margin-right: 0.25rem !important;
  }
  .p-mr-sm-2 {
    margin-right: 0.5rem !important;
  }
  .p-mr-sm-3 {
    margin-right: 1rem !important;
  }
  .p-mr-sm-4 {
    margin-right: 1.5rem !important;
  }
  .p-mr-sm-5 {
    margin-right: 2rem !important;
  }
  .p-mr-sm-6 {
    margin-right: 3rem !important;
  }
  .p-mr-sm-auto {
    margin-right: auto !important;
  }
  .p-ml-sm-0 {
    margin-left: 0 !important;
  }
  .p-ml-sm-1 {
    margin-left: 0.25rem !important;
  }
  .p-ml-sm-2 {
    margin-left: 0.5rem !important;
  }
  .p-ml-sm-3 {
    margin-left: 1rem !important;
  }
  .p-ml-sm-4 {
    margin-left: 1.5rem !important;
  }
  .p-ml-sm-5 {
    margin-left: 2rem !important;
  }
  .p-ml-sm-6 {
    margin-left: 3rem !important;
  }
  .p-ml-sm-auto {
    margin-left: auto !important;
  }
  .p-mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .p-mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .p-mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .p-mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .p-mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .p-mb-sm-5 {
    margin-bottom: 2rem !important;
  }
  .p-mb-sm-6 {
    margin-bottom: 3rem !important;
  }
  .p-mb-sm-auto {
    margin-bottom: auto !important;
  }
  .p-mx-sm-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .p-mx-sm-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .p-mx-sm-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .p-mx-sm-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .p-mx-sm-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .p-mx-sm-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .p-mx-sm-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .p-mx-sm-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .p-my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-my-sm-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-my-sm-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-m-sm-0 {
    margin: 0 !important;
  }
  .p-m-sm-1 {
    margin: 0.25rem !important;
  }
  .p-m-sm-2 {
    margin: 0.5rem !important;
  }
  .p-m-sm-3 {
    margin: 1rem !important;
  }
  .p-m-sm-4 {
    margin: 1.5rem !important;
  }
  .p-m-sm-5 {
    margin: 2rem !important;
  }
  .p-m-sm-6 {
    margin: 3rem !important;
  }
  .p-m-sm-auto {
    margin: auto !important;
  }
}
@media screen and (min-width: 768px) {
  .p-mt-md-0 {
    margin-top: 0 !important;
  }
  .p-mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .p-mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .p-mt-md-3 {
    margin-top: 1rem !important;
  }
  .p-mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .p-mt-md-5 {
    margin-top: 2rem !important;
  }
  .p-mt-md-6,
  .p-mt-md-auto {
    margin-top: 3rem !important;
  }
  .p-mr-md-0 {
    margin-right: 0 !important;
  }
  .p-mr-md-1 {
    margin-right: 0.25rem !important;
  }
  .p-mr-md-2 {
    margin-right: 0.5rem !important;
  }
  .p-mr-md-3 {
    margin-right: 1rem !important;
  }
  .p-mr-md-4 {
    margin-right: 1.5rem !important;
  }
  .p-mr-md-5 {
    margin-right: 2rem !important;
  }
  .p-mr-md-6 {
    margin-right: 3rem !important;
  }
  .p-mr-md-auto {
    margin-right: auto !important;
  }
  .p-ml-md-0 {
    margin-left: 0 !important;
  }
  .p-ml-md-1 {
    margin-left: 0.25rem !important;
  }
  .p-ml-md-2 {
    margin-left: 0.5rem !important;
  }
  .p-ml-md-3 {
    margin-left: 1rem !important;
  }
  .p-ml-md-4 {
    margin-left: 1.5rem !important;
  }
  .p-ml-md-5 {
    margin-left: 2rem !important;
  }
  .p-ml-md-6 {
    margin-left: 3rem !important;
  }
  .p-ml-md-auto {
    margin-left: auto !important;
  }
  .p-mb-md-0 {
    margin-bottom: 0 !important;
  }
  .p-mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .p-mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .p-mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .p-mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .p-mb-md-5 {
    margin-bottom: 2rem !important;
  }
  .p-mb-md-6 {
    margin-bottom: 3rem !important;
  }
  .p-mb-md-auto {
    margin-bottom: auto !important;
  }
  .p-mx-md-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .p-mx-md-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .p-mx-md-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .p-mx-md-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .p-mx-md-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .p-mx-md-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .p-mx-md-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .p-mx-md-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .p-my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-my-md-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-my-md-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-m-md-0 {
    margin: 0 !important;
  }
  .p-m-md-1 {
    margin: 0.25rem !important;
  }
  .p-m-md-2 {
    margin: 0.5rem !important;
  }
  .p-m-md-3 {
    margin: 1rem !important;
  }
  .p-m-md-4 {
    margin: 1.5rem !important;
  }
  .p-m-md-5 {
    margin: 2rem !important;
  }
  .p-m-md-6 {
    margin: 3rem !important;
  }
  .p-m-md-auto {
    margin: auto !important;
  }
}
@media screen and (min-width: 992px) {
  .p-mt-lg-0 {
    margin-top: 0 !important;
  }
  .p-mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .p-mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .p-mt-lg-3 {
    margin-top: 1rem !important;
  }
  .p-mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .p-mt-lg-5 {
    margin-top: 2rem !important;
  }
  .p-mt-lg-6,
  .p-mt-lg-auto {
    margin-top: 3rem !important;
  }
  .p-mr-lg-0 {
    margin-right: 0 !important;
  }
  .p-mr-lg-1 {
    margin-right: 0.25rem !important;
  }
  .p-mr-lg-2 {
    margin-right: 0.5rem !important;
  }
  .p-mr-lg-3 {
    margin-right: 1rem !important;
  }
  .p-mr-lg-4 {
    margin-right: 1.5rem !important;
  }
  .p-mr-lg-5 {
    margin-right: 2rem !important;
  }
  .p-mr-lg-6 {
    margin-right: 3rem !important;
  }
  .p-mr-lg-auto {
    margin-right: auto !important;
  }
  .p-ml-lg-0 {
    margin-left: 0 !important;
  }
  .p-ml-lg-1 {
    margin-left: 0.25rem !important;
  }
  .p-ml-lg-2 {
    margin-left: 0.5rem !important;
  }
  .p-ml-lg-3 {
    margin-left: 1rem !important;
  }
  .p-ml-lg-4 {
    margin-left: 1.5rem !important;
  }
  .p-ml-lg-5 {
    margin-left: 2rem !important;
  }
  .p-ml-lg-6 {
    margin-left: 3rem !important;
  }
  .p-ml-lg-auto {
    margin-left: auto !important;
  }
  .p-mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .p-mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .p-mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .p-mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .p-mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .p-mb-lg-5 {
    margin-bottom: 2rem !important;
  }
  .p-mb-lg-6 {
    margin-bottom: 3rem !important;
  }
  .p-mb-lg-auto {
    margin-bottom: auto !important;
  }
  .p-mx-lg-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .p-mx-lg-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .p-mx-lg-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .p-mx-lg-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .p-mx-lg-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .p-mx-lg-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .p-mx-lg-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .p-mx-lg-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .p-my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-my-lg-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-my-lg-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-m-lg-0 {
    margin: 0 !important;
  }
  .p-m-lg-1 {
    margin: 0.25rem !important;
  }
  .p-m-lg-2 {
    margin: 0.5rem !important;
  }
  .p-m-lg-3 {
    margin: 1rem !important;
  }
  .p-m-lg-4 {
    margin: 1.5rem !important;
  }
  .p-m-lg-5 {
    margin: 2rem !important;
  }
  .p-m-lg-6 {
    margin: 3rem !important;
  }
  .p-m-lg-auto {
    margin: auto !important;
  }
}
@media screen and (min-width: 1200px) {
  .p-mt-xl-0 {
    margin-top: 0 !important;
  }
  .p-mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .p-mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .p-mt-xl-3 {
    margin-top: 1rem !important;
  }
  .p-mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .p-mt-xl-5 {
    margin-top: 2rem !important;
  }
  .p-mt-xl-6,
  .p-mt-xl-auto {
    margin-top: 3rem !important;
  }
  .p-mr-xl-0 {
    margin-right: 0 !important;
  }
  .p-mr-xl-1 {
    margin-right: 0.25rem !important;
  }
  .p-mr-xl-2 {
    margin-right: 0.5rem !important;
  }
  .p-mr-xl-3 {
    margin-right: 1rem !important;
  }
  .p-mr-xl-4 {
    margin-right: 1.5rem !important;
  }
  .p-mr-xl-5 {
    margin-right: 2rem !important;
  }
  .p-mr-xl-6 {
    margin-right: 3rem !important;
  }
  .p-mr-xl-auto {
    margin-right: auto !important;
  }
  .p-ml-xl-0 {
    margin-left: 0 !important;
  }
  .p-ml-xl-1 {
    margin-left: 0.25rem !important;
  }
  .p-ml-xl-2 {
    margin-left: 0.5rem !important;
  }
  .p-ml-xl-3 {
    margin-left: 1rem !important;
  }
  .p-ml-xl-4 {
    margin-left: 1.5rem !important;
  }
  .p-ml-xl-5 {
    margin-left: 2rem !important;
  }
  .p-ml-xl-6 {
    margin-left: 3rem !important;
  }
  .p-ml-xl-auto {
    margin-left: auto !important;
  }
  .p-mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .p-mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .p-mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .p-mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .p-mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .p-mb-xl-5 {
    margin-bottom: 2rem !important;
  }
  .p-mb-xl-6 {
    margin-bottom: 3rem !important;
  }
  .p-mb-xl-auto {
    margin-bottom: auto !important;
  }
  .p-mx-xl-0 {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  .p-mx-xl-1 {
    margin-left: 0.25rem !important;
    margin-right: 0.25rem !important;
  }
  .p-mx-xl-2 {
    margin-left: 0.5rem !important;
    margin-right: 0.5rem !important;
  }
  .p-mx-xl-3 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .p-mx-xl-4 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }
  .p-mx-xl-5 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
  }
  .p-mx-xl-6 {
    margin-left: 3rem !important;
    margin-right: 3rem !important;
  }
  .p-mx-xl-auto {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .p-my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .p-my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .p-my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .p-my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .p-my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .p-my-xl-5 {
    margin-top: 2rem !important;
    margin-bottom: 2rem !important;
  }
  .p-my-xl-6 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .p-my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .p-m-xl-0 {
    margin: 0 !important;
  }
  .p-m-xl-1 {
    margin: 0.25rem !important;
  }
  .p-m-xl-2 {
    margin: 0.5rem !important;
  }
  .p-m-xl-3 {
    margin: 1rem !important;
  }
  .p-m-xl-4 {
    margin: 1.5rem !important;
  }
  .p-m-xl-5 {
    margin: 2rem !important;
  }
  .p-m-xl-6 {
    margin: 3rem !important;
  }
  .p-m-xl-auto {
    margin: auto !important;
  }
}
.p-shadow-1 {
  box-shadow:
    0 2px 1px -1px rgba(0, 0, 0, 0.2),
    0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.p-shadow-2 {
  box-shadow:
    0 3px 1px -2px rgba(0, 0, 0, 0.2),
    0 2px 2px 0 rgba(0, 0, 0, 0.14),
    0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.p-shadow-3 {
  box-shadow:
    0 3px 3px -2px rgba(0, 0, 0, 0.2),
    0 3px 4px 0 rgba(0, 0, 0, 0.14),
    0 1px 8px 0 rgba(0, 0, 0, 0.12);
}
.p-shadow-4 {
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
}
.p-shadow-5 {
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 5px 8px 0 rgba(0, 0, 0, 0.14),
    0 1px 14px 0 rgba(0, 0, 0, 0.12);
}
.p-shadow-6 {
  box-shadow:
    0 3px 5px -1px rgba(0, 0, 0, 0.2),
    0 6px 10px 0 rgba(0, 0, 0, 0.14),
    0 1px 18px 0 rgba(0, 0, 0, 0.12);
}
.p-shadow-7 {
  box-shadow:
    0 4px 5px -2px rgba(0, 0, 0, 0.2),
    0 7px 10px 1px rgba(0, 0, 0, 0.14),
    0 2px 16px 1px rgba(0, 0, 0, 0.12);
}
.p-shadow-8 {
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.p-shadow-9 {
  box-shadow:
    0 5px 6px -3px rgba(0, 0, 0, 0.2),
    0 9px 12px 1px rgba(0, 0, 0, 0.14),
    0 3px 16px 2px rgba(0, 0, 0, 0.12);
}
.p-shadow-10 {
  box-shadow:
    0 6px 6px -3px rgba(0, 0, 0, 0.2),
    0 10px 14px 1px rgba(0, 0, 0, 0.14),
    0 4px 18px 3px rgba(0, 0, 0, 0.12);
}
.p-shadow-11 {
  box-shadow:
    0 6px 7px -4px rgba(0, 0, 0, 0.2),
    0 11px 15px 1px rgba(0, 0, 0, 0.14),
    0 4px 20px 3px rgba(0, 0, 0, 0.12);
}
.p-shadow-12 {
  box-shadow:
    0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 12px 17px 2px rgba(0, 0, 0, 0.14),
    0 5px 22px 4px rgba(0, 0, 0, 0.12);
}
.p-shadow-13 {
  box-shadow:
    0 7px 8px -4px rgba(0, 0, 0, 0.2),
    0 13px 19px 2px rgba(0, 0, 0, 0.14),
    0 5px 24px 4px rgba(0, 0, 0, 0.12);
}
.p-shadow-14 {
  box-shadow:
    0 7px 9px -4px rgba(0, 0, 0, 0.2),
    0 14px 21px 2px rgba(0, 0, 0, 0.14),
    0 5px 26px 4px rgba(0, 0, 0, 0.12);
}
.p-shadow-15 {
  box-shadow:
    0 8px 9px -5px rgba(0, 0, 0, 0.2),
    0 15px 22px 2px rgba(0, 0, 0, 0.14),
    0 6px 28px 5px rgba(0, 0, 0, 0.12);
}
.p-shadow-16 {
  box-shadow:
    0 8px 10px -5px rgba(0, 0, 0, 0.2),
    0 16px 24px 2px rgba(0, 0, 0, 0.14),
    0 6px 30px 5px rgba(0, 0, 0, 0.12);
}
.p-shadow-17 {
  box-shadow:
    0 8px 11px -5px rgba(0, 0, 0, 0.2),
    0 17px 26px 2px rgba(0, 0, 0, 0.14),
    0 6px 32px 5px rgba(0, 0, 0, 0.12);
}
.p-shadow-18 {
  box-shadow:
    0 9px 11px -5px rgba(0, 0, 0, 0.2),
    0 18px 28px 2px rgba(0, 0, 0, 0.14),
    0 7px 34px 6px rgba(0, 0, 0, 0.12);
}
.p-shadow-19 {
  box-shadow:
    0 9px 12px -6px rgba(0, 0, 0, 0.2),
    0 19px 29px 2px rgba(0, 0, 0, 0.14),
    0 7px 36px 6px rgba(0, 0, 0, 0.12);
}
.p-shadow-20 {
  box-shadow:
    0 10px 13px -6px rgba(0, 0, 0, 0.2),
    0 20px 31px 3px rgba(0, 0, 0, 0.14),
    0 8px 38px 7px rgba(0, 0, 0, 0.12);
}
.p-shadow-21 {
  box-shadow:
    0 10px 13px -6px rgba(0, 0, 0, 0.2),
    0 21px 33px 3px rgba(0, 0, 0, 0.14),
    0 8px 40px 7px rgba(0, 0, 0, 0.12);
}
.p-shadow-22 {
  box-shadow:
    0 10px 14px -6px rgba(0, 0, 0, 0.2),
    0 22px 35px 3px rgba(0, 0, 0, 0.14),
    0 8px 42px 7px rgba(0, 0, 0, 0.12);
}
.p-shadow-23 {
  box-shadow:
    0 11px 14px -7px rgba(0, 0, 0, 0.2),
    0 23px 36px 3px rgba(0, 0, 0, 0.14),
    0 9px 44px 8px rgba(0, 0, 0, 0.12);
}
.p-shadow-24 {
  box-shadow:
    0 11px 15px -7px rgba(0, 0, 0, 0.2),
    0 24px 38px 3px rgba(0, 0, 0, 0.14),
    0 9px 46px 8px rgba(0, 0, 0, 0.12);
}
@font-face {
  font-family: primeicons;
  font-display: auto;
  src: url(primeicons.dfbfef2de4bfb34e9722.eot);
  src:
    url(primeicons.dfbfef2de4bfb34e9722.eot?#iefix) format('embedded-opentype'),
    url(primeicons.3a0d4a58da62cf7c55bb.ttf) format('truetype'),
    url(primeicons.e61f3495a7ecd3d571a4.woff) format('woff'),
    url(primeicons.c55d94a248721abbd220.svg?#primeicons) format('svg');
  font-weight: 400;
  font-style: normal;
}
.pi {
  font-family: primeicons;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  display: inline-block;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.pi:before {
  --webkit-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.pi-fw {
  width: 1.28571429em;
  text-align: center;
}
.pi-spin {
  -webkit-animation: fa-spin 2s linear infinite;
  animation: fa-spin 2s linear infinite;
}
@-webkit-keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.pi-send:before {
  content: '\e9ca';
}
.pi-slack:before {
  content: '\e9c9';
}
.pi-sun:before {
  content: '\e9c8';
}
.pi-moon:before {
  content: '\e9c7';
}
.pi-vimeo:before {
  content: '\e9c6';
}
.pi-youtube:before {
  content: '\e9c5';
}
.pi-flag:before {
  content: '\e9c4';
}
.pi-wallet:before {
  content: '\e9c3';
}
.pi-map:before {
  content: '\e9c2';
}
.pi-link:before {
  content: '\e9c1';
}
.pi-credit-card:before {
  content: '\e9bf';
}
.pi-discord:before {
  content: '\e9c0';
}
.pi-percentage:before {
  content: '\e9be';
}
.pi-euro:before {
  content: '\e9bd';
}
.pi-book:before {
  content: '\e9ba';
}
.pi-shield:before {
  content: '\e9b9';
}
.pi-paypal:before {
  content: '\e9bb';
}
.pi-amazon:before {
  content: '\e9bc';
}
.pi-phone:before {
  content: '\e9b8';
}
.pi-filter-slash:before {
  content: '\e9b7';
}
.pi-facebook:before {
  content: '\e9b4';
}
.pi-github:before {
  content: '\e9b5';
}
.pi-twitter:before {
  content: '\e9b6';
}
.pi-step-backward-alt:before {
  content: '\e9ac';
}
.pi-step-forward-alt:before {
  content: '\e9ad';
}
.pi-forward:before {
  content: '\e9ae';
}
.pi-backward:before {
  content: '\e9af';
}
.pi-fast-backward:before {
  content: '\e9b0';
}
.pi-fast-forward:before {
  content: '\e9b1';
}
.pi-pause:before {
  content: '\e9b2';
}
.pi-play:before {
  content: '\e9b3';
}
.pi-compass:before {
  content: '\e9ab';
}
.pi-id-card:before {
  content: '\e9aa';
}
.pi-ticket:before {
  content: '\e9a9';
}
.pi-file-o:before {
  content: '\e9a8';
}
.pi-reply:before {
  content: '\e9a7';
}
.pi-directions-alt:before {
  content: '\e9a5';
}
.pi-directions:before {
  content: '\e9a6';
}
.pi-thumbs-up:before {
  content: '\e9a3';
}
.pi-thumbs-down:before {
  content: '\e9a4';
}
.pi-sort-numeric-down-alt:before {
  content: '\e996';
}
.pi-sort-numeric-up-alt:before {
  content: '\e997';
}
.pi-sort-alpha-down-alt:before {
  content: '\e998';
}
.pi-sort-alpha-up-alt:before {
  content: '\e999';
}
.pi-sort-numeric-down:before {
  content: '\e99a';
}
.pi-sort-numeric-up:before {
  content: '\e99b';
}
.pi-sort-alpha-down:before {
  content: '\e99c';
}
.pi-sort-alpha-up:before {
  content: '\e99d';
}
.pi-sort-alt:before {
  content: '\e99e';
}
.pi-sort-amount-up:before {
  content: '\e99f';
}
.pi-sort-amount-down:before {
  content: '\e9a0';
}
.pi-sort-amount-down-alt:before {
  content: '\e9a1';
}
.pi-sort-amount-up-alt:before {
  content: '\e9a2';
}
.pi-palette:before {
  content: '\e995';
}
.pi-undo:before {
  content: '\e994';
}
.pi-desktop:before {
  content: '\e993';
}
.pi-sliders-v:before {
  content: '\e991';
}
.pi-sliders-h:before {
  content: '\e992';
}
.pi-search-plus:before {
  content: '\e98f';
}
.pi-search-minus:before {
  content: '\e990';
}
.pi-file-excel:before {
  content: '\e98e';
}
.pi-file-pdf:before {
  content: '\e98d';
}
.pi-check-square:before {
  content: '\e98c';
}
.pi-chart-line:before {
  content: '\e98b';
}
.pi-user-edit:before {
  content: '\e98a';
}
.pi-exclamation-circle:before {
  content: '\e989';
}
.pi-android:before {
  content: '\e985';
}
.pi-google:before {
  content: '\e986';
}
.pi-apple:before {
  content: '\e987';
}
.pi-microsoft:before {
  content: '\e988';
}
.pi-heart:before {
  content: '\e984';
}
.pi-mobile:before {
  content: '\e982';
}
.pi-tablet:before {
  content: '\e983';
}
.pi-key:before {
  content: '\e981';
}
.pi-shopping-cart:before {
  content: '\e980';
}
.pi-comments:before {
  content: '\e97e';
}
.pi-comment:before {
  content: '\e97f';
}
.pi-briefcase:before {
  content: '\e97d';
}
.pi-bell:before {
  content: '\e97c';
}
.pi-paperclip:before {
  content: '\e97b';
}
.pi-share-alt:before {
  content: '\e97a';
}
.pi-envelope:before {
  content: '\e979';
}
.pi-volume-down:before {
  content: '\e976';
}
.pi-volume-up:before {
  content: '\e977';
}
.pi-volume-off:before {
  content: '\e978';
}
.pi-eject:before {
  content: '\e975';
}
.pi-money-bill:before {
  content: '\e974';
}
.pi-images:before {
  content: '\e973';
}
.pi-image:before {
  content: '\e972';
}
.pi-sign-in:before {
  content: '\e970';
}
.pi-sign-out:before {
  content: '\e971';
}
.pi-wifi:before {
  content: '\e96f';
}
.pi-sitemap:before {
  content: '\e96e';
}
.pi-chart-bar:before {
  content: '\e96d';
}
.pi-camera:before {
  content: '\e96c';
}
.pi-dollar:before {
  content: '\e96b';
}
.pi-lock-open:before {
  content: '\e96a';
}
.pi-table:before {
  content: '\e969';
}
.pi-map-marker:before {
  content: '\e968';
}
.pi-list:before {
  content: '\e967';
}
.pi-eye-slash:before {
  content: '\e965';
}
.pi-eye:before {
  content: '\e966';
}
.pi-folder-open:before {
  content: '\e964';
}
.pi-folder:before {
  content: '\e963';
}
.pi-video:before {
  content: '\e962';
}
.pi-inbox:before {
  content: '\e961';
}
.pi-lock:before {
  content: '\e95f';
}
.pi-unlock:before {
  content: '\e960';
}
.pi-tags:before {
  content: '\e95d';
}
.pi-tag:before {
  content: '\e95e';
}
.pi-power-off:before {
  content: '\e95c';
}
.pi-save:before {
  content: '\e95b';
}
.pi-question-circle:before {
  content: '\e959';
}
.pi-question:before {
  content: '\e95a';
}
.pi-copy:before {
  content: '\e957';
}
.pi-file:before {
  content: '\e958';
}
.pi-clone:before {
  content: '\e955';
}
.pi-calendar-times:before {
  content: '\e952';
}
.pi-calendar-minus:before {
  content: '\e953';
}
.pi-calendar-plus:before {
  content: '\e954';
}
.pi-ellipsis-v:before {
  content: '\e950';
}
.pi-ellipsis-h:before {
  content: '\e951';
}
.pi-bookmark:before {
  content: '\e94e';
}
.pi-globe:before {
  content: '\e94f';
}
.pi-replay:before {
  content: '\e94d';
}
.pi-filter:before {
  content: '\e94c';
}
.pi-print:before {
  content: '\e94b';
}
.pi-align-right:before {
  content: '\e946';
}
.pi-align-left:before {
  content: '\e947';
}
.pi-align-center:before {
  content: '\e948';
}
.pi-align-justify:before {
  content: '\e949';
}
.pi-cog:before {
  content: '\e94a';
}
.pi-cloud-download:before {
  content: '\e943';
}
.pi-cloud-upload:before {
  content: '\e944';
}
.pi-cloud:before {
  content: '\e945';
}
.pi-pencil:before {
  content: '\e942';
}
.pi-users:before {
  content: '\e941';
}
.pi-clock:before {
  content: '\e940';
}
.pi-user-minus:before {
  content: '\e93e';
}
.pi-user-plus:before {
  content: '\e93f';
}
.pi-trash:before {
  content: '\e93d';
}
.pi-external-link:before {
  content: '\e93c';
}
.pi-window-maximize:before {
  content: '\e93b';
}
.pi-window-minimize:before {
  content: '\e93a';
}
.pi-refresh:before {
  content: '\e938';
}
.pi-user:before {
  content: '\e939';
}
.pi-exclamation-triangle:before {
  content: '\e922';
}
.pi-calendar:before {
  content: '\e927';
}
.pi-chevron-circle-left:before {
  content: '\e928';
}
.pi-chevron-circle-down:before {
  content: '\e929';
}
.pi-chevron-circle-right:before {
  content: '\e92a';
}
.pi-chevron-circle-up:before {
  content: '\e92b';
}
.pi-angle-double-down:before {
  content: '\e92c';
}
.pi-angle-double-left:before {
  content: '\e92d';
}
.pi-angle-double-right:before {
  content: '\e92e';
}
.pi-angle-double-up:before {
  content: '\e92f';
}
.pi-angle-down:before {
  content: '\e930';
}
.pi-angle-left:before {
  content: '\e931';
}
.pi-angle-right:before {
  content: '\e932';
}
.pi-angle-up:before {
  content: '\e933';
}
.pi-upload:before {
  content: '\e934';
}
.pi-download:before {
  content: '\e956';
}
.pi-ban:before {
  content: '\e935';
}
.pi-star-o:before {
  content: '\e936';
}
.pi-star:before {
  content: '\e937';
}
.pi-chevron-left:before {
  content: '\e900';
}
.pi-chevron-right:before {
  content: '\e901';
}
.pi-chevron-down:before {
  content: '\e902';
}
.pi-chevron-up:before {
  content: '\e903';
}
.pi-caret-left:before {
  content: '\e904';
}
.pi-caret-right:before {
  content: '\e905';
}
.pi-caret-down:before {
  content: '\e906';
}
.pi-caret-up:before {
  content: '\e907';
}
.pi-search:before {
  content: '\e908';
}
.pi-check:before {
  content: '\e909';
}
.pi-check-circle:before {
  content: '\e90a';
}
.pi-times:before {
  content: '\e90b';
}
.pi-times-circle:before {
  content: '\e90c';
}
.pi-plus:before {
  content: '\e90d';
}
.pi-plus-circle:before {
  content: '\e90e';
}
.pi-minus:before {
  content: '\e90f';
}
.pi-minus-circle:before {
  content: '\e910';
}
.pi-circle-on:before {
  content: '\e911';
}
.pi-circle-off:before {
  content: '\e912';
}
.pi-sort-down:before {
  content: '\e913';
}
.pi-sort-up:before {
  content: '\e914';
}
.pi-sort:before {
  content: '\e915';
}
.pi-step-backward:before {
  content: '\e916';
}
.pi-step-forward:before {
  content: '\e917';
}
.pi-th-large:before {
  content: '\e918';
}
.pi-arrow-down:before {
  content: '\e919';
}
.pi-arrow-left:before {
  content: '\e91a';
}
.pi-arrow-right:before {
  content: '\e91b';
}
.pi-arrow-up:before {
  content: '\e91c';
}
.pi-bars:before {
  content: '\e91d';
}
.pi-arrow-circle-down:before {
  content: '\e91e';
}
.pi-arrow-circle-left:before {
  content: '\e91f';
}
.pi-arrow-circle-right:before {
  content: '\e920';
}
.pi-arrow-circle-up:before {
  content: '\e921';
}
.pi-info:before {
  content: '\e923';
}
.pi-info-circle:before {
  content: '\e924';
}
.pi-home:before {
  content: '\e925';
}
.pi-spinner:before {
  content: '\e926';
}
code[class*='language-'],
pre[class*='language-'] {
  color: #000;
  background: none;
  font-family:
    Consolas,
    Monaco,
    Andale Mono,
    Ubuntu Mono,
    monospace;
  font-size: 1em;
  text-align: left;
  white-space: pre;
  word-spacing: normal;
  word-break: normal;
  word-wrap: normal;
  line-height: 1.5;
  -moz-tab-size: 4;
  -o-tab-size: 4;
  tab-size: 4;
  -webkit-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
}
pre[class*='language-'] {
  position: relative;
  margin: 0.5em 0;
  overflow: visible;
  padding: 0;
}
pre[class*='language-'] > code {
  position: relative;
  border-left: 10px solid #358ccb;
  box-shadow:
    -1px 0 0 0 #358ccb,
    0 0 0 1px #dfdfdf;
  background-color: #fdfdfd;
  background-image: linear-gradient(
    transparent 50%,
    rgba(69, 142, 209, 0.04) 0
  );
  background-size: 3em 3em;
  background-origin: content-box;
  background-attachment: local;
}
code[class*='language'] {
  max-height: inherit;
  height: inherit;
  padding: 0 1em;
  display: block;
  overflow: auto;
}
:not(pre) > code[class*='language-'],
pre[class*='language-'] {
  background-color: #fdfdfd;
  box-sizing: border-box;
  margin-bottom: 1em;
}
:not(pre) > code[class*='language-'] {
  position: relative;
  padding: 0.2em;
  border-radius: 0.3em;
  color: #c92c2c;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: inline;
  white-space: normal;
}
pre[class*='language-']:after,
pre[class*='language-']:before {
  content: '';
  z-index: -2;
  display: block;
  position: absolute;
  bottom: 0.75em;
  left: 0.18em;
  width: 40%;
  height: 20%;
  max-height: 13em;
  box-shadow: 0 13px 8px #979797;
  transform: rotate(-2deg);
}
:not(pre) > code[class*='language-']:after,
pre[class*='language-']:after {
  right: 0.75em;
  left: auto;
  transform: rotate(2deg);
}
.token.block-comment,
.token.cdata,
.token.comment,
.token.doctype,
.token.prolog {
  color: #7d8b99;
}
.token.punctuation {
  color: #5f6364;
}
.token.boolean,
.token.constant,
.token.deleted,
.token.function-name,
.token.number,
.token.property,
.token.symbol,
.token.tag {
  color: #c92c2c;
}
.token.attr-name,
.token.builtin,
.token.char,
.token.function,
.token.inserted,
.token.selector,
.token.string {
  color: #2f9c0a;
}
.token.entity,
.token.operator,
.token.url,
.token.variable {
  color: #a67f59;
  background: hsla(0, 0%, 100%, 0.5);
}
.token.atrule,
.token.attr-value,
.token.class-name,
.token.keyword {
  color: #1990b8;
}
.token.important,
.token.regex {
  color: #e90;
}
.language-css .token.string,
.style .token.string {
  color: #a67f59;
  background: hsla(0, 0%, 100%, 0.5);
}
.token.important {
  font-weight: 400;
}
.token.bold {
  font-weight: 700;
}
.token.italic {
  font-style: italic;
}
.token.entity {
  cursor: help;
}
.token.namespace {
  opacity: 0.7;
}
@media screen and (max-width: 767px) {
  pre[class*='language-']:after,
  pre[class*='language-']:before {
    bottom: 14px;
    box-shadow: none;
  }
}
.token.cr:before,
.token.lf:before,
.token.tab:not(:empty):before {
  color: #e0d7d1;
}
pre[class*='language-'].line-numbers.line-numbers {
  padding-left: 0;
}
pre[class*='language-'].line-numbers.line-numbers code {
  padding-left: 3.8em;
}
pre[class*='language-'].line-numbers.line-numbers .line-numbers-rows {
  left: 0;
}
pre[class*='language-'][data-line] {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}
pre[data-line] code {
  position: relative;
  padding-left: 4em;
}
pre .line-highlight {
  margin-top: 0;
}

/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */
.ql-container {
  box-sizing: border-box;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 13px;
  height: 100%;
  margin: 0;
  position: relative;
}
.ql-container.ql-disabled .ql-tooltip {
  visibility: hidden;
}
.ql-container.ql-disabled .ql-editor ul[data-checked] > li:before {
  pointer-events: none;
}
.ql-clipboard {
  left: -100000px;
  height: 1px;
  overflow-y: hidden;
  position: absolute;
  top: 50%;
}
.ql-clipboard p {
  margin: 0;
  padding: 0;
}
.ql-editor {
  box-sizing: border-box;
  line-height: 1.42;
  height: 100%;
  outline: none;
  overflow-y: auto;
  padding: 12px 15px;
  -o-tab-size: 4;
  tab-size: 4;
  -moz-tab-size: 4;
  text-align: left;
  white-space: pre-wrap;
  word-wrap: break-word;
}
.ql-editor > * {
  cursor: text;
}
.ql-editor blockquote,
.ql-editor h1,
.ql-editor h2,
.ql-editor h3,
.ql-editor h4,
.ql-editor h5,
.ql-editor h6,
.ql-editor ol,
.ql-editor p,
.ql-editor pre,
.ql-editor ul {
  margin: 0;
  padding: 0;
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol,
.ql-editor ul {
  padding-left: 1.5em;
}
.ql-editor ol > li,
.ql-editor ul > li {
  list-style-type: none;
}
.ql-editor ul > li:before {
  content: '\2022';
}
.ql-editor ul[data-checked='false'],
.ql-editor ul[data-checked='true'] {
  pointer-events: none;
}
.ql-editor ul[data-checked='false'] > li *,
.ql-editor ul[data-checked='true'] > li * {
  pointer-events: all;
}
.ql-editor ul[data-checked='false'] > li:before,
.ql-editor ul[data-checked='true'] > li:before {
  color: #777;
  cursor: pointer;
  pointer-events: all;
}
.ql-editor ul[data-checked='true'] > li:before {
  content: '\2611';
}
.ql-editor ul[data-checked='false'] > li:before {
  content: '\2610';
}
.ql-editor li:before {
  display: inline-block;
  white-space: nowrap;
  width: 1.2em;
}
.ql-editor li:not(.ql-direction-rtl):before {
  margin-left: -1.5em;
  margin-right: 0.3em;
  text-align: right;
}
.ql-editor li.ql-direction-rtl:before {
  margin-left: 0.3em;
  margin-right: -1.5em;
}
.ql-editor ol li:not(.ql-direction-rtl),
.ql-editor ul li:not(.ql-direction-rtl) {
  padding-left: 1.5em;
}
.ql-editor ol li.ql-direction-rtl,
.ql-editor ul li.ql-direction-rtl {
  padding-right: 1.5em;
}
.ql-editor ol li {
  counter-reset: list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
  counter-increment: list-0;
}
.ql-editor ol li:before {
  content: counter(list-0, decimal) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-increment: list-1;
}
.ql-editor ol li.ql-indent-1:before {
  content: counter(list-1, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-1 {
  counter-reset: list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-2 {
  counter-increment: list-2;
}
.ql-editor ol li.ql-indent-2:before {
  content: counter(list-2, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-2 {
  counter-reset: list-3 list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-3 {
  counter-increment: list-3;
}
.ql-editor ol li.ql-indent-3:before {
  content: counter(list-3, decimal) '. ';
}
.ql-editor ol li.ql-indent-3 {
  counter-reset: list-4 list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-4 {
  counter-increment: list-4;
}
.ql-editor ol li.ql-indent-4:before {
  content: counter(list-4, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-4 {
  counter-reset: list-5 list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-5 {
  counter-increment: list-5;
}
.ql-editor ol li.ql-indent-5:before {
  content: counter(list-5, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-5 {
  counter-reset: list-6 list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-6 {
  counter-increment: list-6;
}
.ql-editor ol li.ql-indent-6:before {
  content: counter(list-6, decimal) '. ';
}
.ql-editor ol li.ql-indent-6 {
  counter-reset: list-7 list-8 list-9;
}
.ql-editor ol li.ql-indent-7 {
  counter-increment: list-7;
}
.ql-editor ol li.ql-indent-7:before {
  content: counter(list-7, lower-alpha) '. ';
}
.ql-editor ol li.ql-indent-7 {
  counter-reset: list-8 list-9;
}
.ql-editor ol li.ql-indent-8 {
  counter-increment: list-8;
}
.ql-editor ol li.ql-indent-8:before {
  content: counter(list-8, lower-roman) '. ';
}
.ql-editor ol li.ql-indent-8 {
  counter-reset: list-9;
}
.ql-editor ol li.ql-indent-9 {
  counter-increment: list-9;
}
.ql-editor ol li.ql-indent-9:before {
  content: counter(list-9, decimal) '. ';
}
.ql-editor .ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 3em;
}
.ql-editor li.ql-indent-1:not(.ql-direction-rtl) {
  padding-left: 4.5em;
}
.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 3em;
}
.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right {
  padding-right: 4.5em;
}
.ql-editor .ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 6em;
}
.ql-editor li.ql-indent-2:not(.ql-direction-rtl) {
  padding-left: 7.5em;
}
.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 6em;
}
.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right {
  padding-right: 7.5em;
}
.ql-editor .ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 9em;
}
.ql-editor li.ql-indent-3:not(.ql-direction-rtl) {
  padding-left: 10.5em;
}
.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 9em;
}
.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right {
  padding-right: 10.5em;
}
.ql-editor .ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 12em;
}
.ql-editor li.ql-indent-4:not(.ql-direction-rtl) {
  padding-left: 13.5em;
}
.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 12em;
}
.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right {
  padding-right: 13.5em;
}
.ql-editor .ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 15em;
}
.ql-editor li.ql-indent-5:not(.ql-direction-rtl) {
  padding-left: 16.5em;
}
.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 15em;
}
.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right {
  padding-right: 16.5em;
}
.ql-editor .ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 18em;
}
.ql-editor li.ql-indent-6:not(.ql-direction-rtl) {
  padding-left: 19.5em;
}
.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 18em;
}
.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right {
  padding-right: 19.5em;
}
.ql-editor .ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 21em;
}
.ql-editor li.ql-indent-7:not(.ql-direction-rtl) {
  padding-left: 22.5em;
}
.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 21em;
}
.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right {
  padding-right: 22.5em;
}
.ql-editor .ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 24em;
}
.ql-editor li.ql-indent-8:not(.ql-direction-rtl) {
  padding-left: 25.5em;
}
.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 24em;
}
.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right {
  padding-right: 25.5em;
}
.ql-editor .ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 27em;
}
.ql-editor li.ql-indent-9:not(.ql-direction-rtl) {
  padding-left: 28.5em;
}
.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 27em;
}
.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right {
  padding-right: 28.5em;
}
.ql-editor .ql-video {
  display: block;
  max-width: 100%;
}
.ql-editor .ql-video.ql-align-center {
  margin: 0 auto;
}
.ql-editor .ql-video.ql-align-right {
  margin: 0 0 0 auto;
}
.ql-editor .ql-bg-black {
  background-color: #000;
}
.ql-editor .ql-bg-red {
  background-color: #e60000;
}
.ql-editor .ql-bg-orange {
  background-color: #f90;
}
.ql-editor .ql-bg-yellow {
  background-color: #ff0;
}
.ql-editor .ql-bg-green {
  background-color: #008a00;
}
.ql-editor .ql-bg-blue {
  background-color: #06c;
}
.ql-editor .ql-bg-purple {
  background-color: #93f;
}
.ql-editor .ql-color-white {
  color: #fff;
}
.ql-editor .ql-color-red {
  color: #e60000;
}
.ql-editor .ql-color-orange {
  color: #f90;
}
.ql-editor .ql-color-yellow {
  color: #ff0;
}
.ql-editor .ql-color-green {
  color: #008a00;
}
.ql-editor .ql-color-blue {
  color: #06c;
}
.ql-editor .ql-color-purple {
  color: #93f;
}
.ql-editor .ql-font-serif {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-editor .ql-font-monospace {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-editor .ql-size-small {
  font-size: 0.75em;
}
.ql-editor .ql-size-large {
  font-size: 1.5em;
}
.ql-editor .ql-size-huge {
  font-size: 2.5em;
}
.ql-editor .ql-direction-rtl {
  direction: rtl;
  text-align: inherit;
}
.ql-editor .ql-align-center {
  text-align: center;
}
.ql-editor .ql-align-justify {
  text-align: justify;
}
.ql-editor .ql-align-right {
  text-align: right;
}
.ql-editor.ql-blank:before {
  color: rgba(0, 0, 0, 0.6);
  content: attr(data-placeholder);
  font-style: italic;
  left: 15px;
  pointer-events: none;
  position: absolute;
  right: 15px;
}
.ql-snow.ql-toolbar:after,
.ql-snow .ql-toolbar:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow.ql-toolbar button,
.ql-snow .ql-toolbar button {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  float: left;
  height: 24px;
  padding: 3px 5px;
  width: 28px;
}
.ql-snow.ql-toolbar button svg,
.ql-snow .ql-toolbar button svg {
  float: left;
  height: 100%;
}
.ql-snow.ql-toolbar button:active:hover,
.ql-snow .ql-toolbar button:active:hover {
  outline: none;
}
.ql-snow.ql-toolbar input.ql-image[type='file'],
.ql-snow .ql-toolbar input.ql-image[type='file'] {
  display: none;
}
.ql-snow.ql-toolbar .ql-picker-item.ql-selected,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected,
.ql-snow.ql-toolbar .ql-picker-item:hover,
.ql-snow .ql-toolbar .ql-picker-item:hover,
.ql-snow.ql-toolbar .ql-picker-label.ql-active,
.ql-snow .ql-toolbar .ql-picker-label.ql-active,
.ql-snow.ql-toolbar .ql-picker-label:hover,
.ql-snow .ql-toolbar .ql-picker-label:hover,
.ql-snow.ql-toolbar button.ql-active,
.ql-snow .ql-toolbar button.ql-active,
.ql-snow.ql-toolbar button:focus,
.ql-snow .ql-toolbar button:focus,
.ql-snow.ql-toolbar button:hover,
.ql-snow .ql-toolbar button:hover {
  color: #06c;
}
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-fill,
.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:focus .ql-fill,
.ql-snow .ql-toolbar button:focus .ql-fill,
.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,
.ql-snow.ql-toolbar button:hover .ql-fill,
.ql-snow .ql-toolbar button:hover .ql-fill,
.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,
.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill {
  fill: #06c;
}
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,
.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,
.ql-snow.ql-toolbar button.ql-active .ql-stroke,
.ql-snow .ql-toolbar button.ql-active .ql-stroke,
.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,
.ql-snow.ql-toolbar button:focus .ql-stroke,
.ql-snow .ql-toolbar button:focus .ql-stroke,
.ql-snow.ql-toolbar button:focus .ql-stroke-miter,
.ql-snow .ql-toolbar button:focus .ql-stroke-miter,
.ql-snow.ql-toolbar button:hover .ql-stroke,
.ql-snow .ql-toolbar button:hover .ql-stroke,
.ql-snow.ql-toolbar button:hover .ql-stroke-miter,
.ql-snow .ql-toolbar button:hover .ql-stroke-miter {
  stroke: #06c;
}
@media (pointer: coarse) {
  .ql-snow.ql-toolbar button:hover:not(.ql-active),
  .ql-snow .ql-toolbar button:hover:not(.ql-active) {
    color: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill {
    fill: #444;
  }
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,
  .ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,
  .ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter {
    stroke: #444;
  }
}
.ql-snow,
.ql-snow * {
  box-sizing: border-box;
}
.ql-snow .ql-hidden {
  display: none;
}
.ql-snow .ql-out-bottom,
.ql-snow .ql-out-top {
  visibility: hidden;
}
.ql-snow .ql-tooltip {
  position: absolute;
  transform: translateY(10px);
}
.ql-snow .ql-tooltip a {
  cursor: pointer;
  text-decoration: none;
}
.ql-snow .ql-tooltip.ql-flip {
  transform: translateY(-10px);
}
.ql-snow .ql-formats {
  display: inline-block;
  vertical-align: middle;
}
.ql-snow .ql-formats:after {
  clear: both;
  content: '';
  display: table;
}
.ql-snow .ql-stroke {
  fill: none;
  stroke: #444;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}
.ql-snow .ql-stroke-miter {
  fill: none;
  stroke: #444;
  stroke-miterlimit: 10;
  stroke-width: 2;
}
.ql-snow .ql-fill,
.ql-snow .ql-stroke.ql-fill {
  fill: #444;
}
.ql-snow .ql-empty {
  fill: none;
}
.ql-snow .ql-even {
  fill-rule: evenodd;
}
.ql-snow .ql-stroke.ql-thin,
.ql-snow .ql-thin {
  stroke-width: 1;
}
.ql-snow .ql-transparent {
  opacity: 0.4;
}
.ql-snow .ql-direction svg:last-child {
  display: none;
}
.ql-snow .ql-direction.ql-active svg:last-child {
  display: inline;
}
.ql-snow .ql-direction.ql-active svg:first-child {
  display: none;
}
.ql-snow .ql-editor h1 {
  font-size: 2em;
}
.ql-snow .ql-editor h2 {
  font-size: 1.5em;
}
.ql-snow .ql-editor h3 {
  font-size: 1.17em;
}
.ql-snow .ql-editor h4 {
  font-size: 1em;
}
.ql-snow .ql-editor h5 {
  font-size: 0.83em;
}
.ql-snow .ql-editor h6 {
  font-size: 0.67em;
}
.ql-snow .ql-editor a {
  text-decoration: underline;
}
.ql-snow .ql-editor blockquote {
  border-left: 4px solid #ccc;
  margin-bottom: 5px;
  margin-top: 5px;
  padding-left: 16px;
}
.ql-snow .ql-editor code,
.ql-snow .ql-editor pre {
  background-color: #f0f0f0;
  border-radius: 3px;
}
.ql-snow .ql-editor pre {
  white-space: pre-wrap;
  margin-bottom: 5px;
  margin-top: 5px;
  padding: 5px 10px;
}
.ql-snow .ql-editor code {
  font-size: 85%;
  padding: 2px 4px;
}
.ql-snow .ql-editor pre.ql-syntax {
  background-color: #23241f;
  color: #f8f8f2;
  overflow: visible;
}
.ql-snow .ql-editor img {
  max-width: 100%;
}
.ql-snow .ql-picker {
  color: #444;
  display: inline-block;
  float: left;
  font-size: 14px;
  font-weight: 500;
  height: 24px;
  position: relative;
  vertical-align: middle;
}
.ql-snow .ql-picker-label {
  cursor: pointer;
  display: inline-block;
  height: 100%;
  padding-left: 8px;
  padding-right: 2px;
  position: relative;
  width: 100%;
}
.ql-snow .ql-picker-label:before {
  display: inline-block;
  line-height: 22px;
}
.ql-snow .ql-picker-options {
  background-color: #fff;
  display: none;
  min-width: 100%;
  padding: 4px 8px;
  position: absolute;
  white-space: nowrap;
}
.ql-snow .ql-picker-options .ql-picker-item {
  cursor: pointer;
  display: block;
  padding-bottom: 5px;
  padding-top: 5px;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label {
  color: #ccc;
  z-index: 2;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill {
  fill: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke {
  stroke: #ccc;
}
.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  display: block;
  margin-top: -1px;
  top: 100%;
  z-index: 1;
}
.ql-snow .ql-color-picker,
.ql-snow .ql-icon-picker {
  width: 28px;
}
.ql-snow .ql-color-picker .ql-picker-label,
.ql-snow .ql-icon-picker .ql-picker-label {
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-label svg,
.ql-snow .ql-icon-picker .ql-picker-label svg {
  right: 4px;
}
.ql-snow .ql-icon-picker .ql-picker-options {
  padding: 4px 0;
}
.ql-snow .ql-icon-picker .ql-picker-item {
  height: 24px;
  width: 24px;
  padding: 2px 4px;
}
.ql-snow .ql-color-picker .ql-picker-options {
  padding: 3px 5px;
  width: 152px;
}
.ql-snow .ql-color-picker .ql-picker-item {
  border: 1px solid transparent;
  float: left;
  height: 16px;
  margin: 2px;
  padding: 0;
  width: 16px;
}
.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg {
  position: absolute;
  margin-top: -9px;
  right: 0;
  top: 50%;
  width: 18px;
}
.ql-snow
  .ql-picker.ql-font
  .ql-picker-item[data-label]:not([data-label='']):before,
.ql-snow
  .ql-picker.ql-font
  .ql-picker-label[data-label]:not([data-label='']):before,
.ql-snow
  .ql-picker.ql-header
  .ql-picker-item[data-label]:not([data-label='']):before,
.ql-snow
  .ql-picker.ql-header
  .ql-picker-label[data-label]:not([data-label='']):before,
.ql-snow
  .ql-picker.ql-size
  .ql-picker-item[data-label]:not([data-label='']):before,
.ql-snow
  .ql-picker.ql-size
  .ql-picker-label[data-label]:not([data-label='']):before {
  content: attr(data-label);
}
.ql-snow .ql-picker.ql-header {
  width: 98px;
}
.ql-snow .ql-picker.ql-header .ql-picker-item:before,
.ql-snow .ql-picker.ql-header .ql-picker-label:before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='1']:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='1']:before {
  content: 'Heading 1';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='2']:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='2']:before {
  content: 'Heading 2';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='3']:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='3']:before {
  content: 'Heading 3';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='4']:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='4']:before {
  content: 'Heading 4';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='5']:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='5']:before {
  content: 'Heading 5';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='6']:before,
.ql-snow .ql-picker.ql-header .ql-picker-label[data-value='6']:before {
  content: 'Heading 6';
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='1']:before {
  font-size: 2em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='2']:before {
  font-size: 1.5em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='3']:before {
  font-size: 1.17em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='4']:before {
  font-size: 1em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='5']:before {
  font-size: 0.83em;
}
.ql-snow .ql-picker.ql-header .ql-picker-item[data-value='6']:before {
  font-size: 0.67em;
}
.ql-snow .ql-picker.ql-font {
  width: 108px;
}
.ql-snow .ql-picker.ql-font .ql-picker-item:before,
.ql-snow .ql-picker.ql-font .ql-picker-label:before {
  content: 'Sans Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='serif']:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='serif']:before {
  content: 'Serif';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='monospace']:before,
.ql-snow .ql-picker.ql-font .ql-picker-label[data-value='monospace']:before {
  content: 'Monospace';
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='serif']:before {
  font-family:
    Georgia,
    Times New Roman,
    serif;
}
.ql-snow .ql-picker.ql-font .ql-picker-item[data-value='monospace']:before {
  font-family:
    Monaco,
    Courier New,
    monospace;
}
.ql-snow .ql-picker.ql-size {
  width: 98px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item:before,
.ql-snow .ql-picker.ql-size .ql-picker-label:before {
  content: 'Normal';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='small']:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='small']:before {
  content: 'Small';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='large']:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='large']:before {
  content: 'Large';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='huge']:before,
.ql-snow .ql-picker.ql-size .ql-picker-label[data-value='huge']:before {
  content: 'Huge';
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='small']:before {
  font-size: 10px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='large']:before {
  font-size: 18px;
}
.ql-snow .ql-picker.ql-size .ql-picker-item[data-value='huge']:before {
  font-size: 32px;
}
.ql-snow .ql-color-picker.ql-background .ql-picker-item {
  background-color: #fff;
}
.ql-snow .ql-color-picker.ql-color .ql-picker-item {
  background-color: #000;
}
.ql-toolbar.ql-snow {
  border: 1px solid #ccc;
  box-sizing: border-box;
  font-family:
    Helvetica Neue,
    Helvetica,
    Arial,
    sans-serif;
  padding: 8px;
}
.ql-toolbar.ql-snow .ql-formats {
  margin-right: 15px;
}
.ql-toolbar.ql-snow .ql-picker-label {
  border: 1px solid transparent;
}
.ql-toolbar.ql-snow .ql-picker-options {
  border: 1px solid transparent;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,
.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options {
  border-color: #ccc;
}
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,
.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover {
  border-color: #000;
}
.ql-toolbar.ql-snow + .ql-container.ql-snow {
  border-top: 0;
}
.ql-snow .ql-tooltip {
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 0 5px #ddd;
  color: #444;
  padding: 5px 12px;
  white-space: nowrap;
}
.ql-snow .ql-tooltip:before {
  content: 'Visit URL:';
  line-height: 26px;
  margin-right: 8px;
}
.ql-snow .ql-tooltip input[type='text'] {
  display: none;
  border: 1px solid #ccc;
  font-size: 13px;
  height: 26px;
  margin: 0;
  padding: 3px 5px;
  width: 170px;
}
.ql-snow .ql-tooltip a.ql-preview {
  display: inline-block;
  max-width: 200px;
  overflow-x: hidden;
  text-overflow: ellipsis;
  vertical-align: top;
}
.ql-snow .ql-tooltip a.ql-action:after {
  border-right: 1px solid #ccc;
  content: 'Edit';
  margin-left: 16px;
  padding-right: 8px;
}
.ql-snow .ql-tooltip a.ql-remove:before {
  content: 'Remove';
  margin-left: 8px;
}
.ql-snow .ql-tooltip a {
  line-height: 26px;
}
.ql-snow .ql-tooltip.ql-editing a.ql-preview,
.ql-snow .ql-tooltip.ql-editing a.ql-remove {
  display: none;
}
.ql-snow .ql-tooltip.ql-editing input[type='text'] {
  display: inline-block;
}
.ql-snow .ql-tooltip.ql-editing a.ql-action:after {
  border-right: 0;
  content: 'Save';
  padding-right: 0;
}
.ql-snow .ql-tooltip[data-mode='link']:before {
  content: 'Enter link:';
}
.ql-snow .ql-tooltip[data-mode='formula']:before {
  content: 'Enter formula:';
}
.ql-snow .ql-tooltip[data-mode='video']:before {
  content: 'Enter video:';
}
.ql-snow a {
  color: #06c;
}
.ql-container.ql-snow {
  border: 1px solid #ccc;
}
span.flag {
  width: 44px;
  height: 30px;
  display: inline-block;
}
img.flag {
  width: 30px;
}
.flag {
  background: url(flags_responsive.cde4fdba423055516fe5.png) no-repeat;
  background-size: 100%;
  vertical-align: middle;
}
.flag-ad {
  background-position: 0 0.413223%;
}
.flag-ae {
  background-position: 0 0.826446%;
}
.flag-af {
  background-position: 0 1.239669%;
}
.flag-ag {
  background-position: 0 1.652893%;
}
.flag-ai {
  background-position: 0 2.066116%;
}
.flag-al {
  background-position: 0 2.479339%;
}
.flag-am {
  background-position: 0 2.892562%;
}
.flag-an {
  background-position: 0 3.305785%;
}
.flag-ao {
  background-position: 0 3.719008%;
}
.flag-aq {
  background-position: 0 4.132231%;
}
.flag-ar {
  background-position: 0 4.545455%;
}
.flag-as {
  background-position: 0 4.958678%;
}
.flag-at {
  background-position: 0 5.371901%;
}
.flag-au {
  background-position: 0 5.785124%;
}
.flag-aw {
  background-position: 0 6.198347%;
}
.flag-az {
  background-position: 0 6.61157%;
}
.flag-ba {
  background-position: 0 7.024793%;
}
.flag-bb {
  background-position: 0 7.438017%;
}
.flag-bd {
  background-position: 0 7.85124%;
}
.flag-be {
  background-position: 0 8.264463%;
}
.flag-bf {
  background-position: 0 8.677686%;
}
.flag-bg {
  background-position: 0 9.090909%;
}
.flag-bh {
  background-position: 0 9.504132%;
}
.flag-bi {
  background-position: 0 9.917355%;
}
.flag-bj {
  background-position: 0 10.330579%;
}
.flag-bm {
  background-position: 0 10.743802%;
}
.flag-bn {
  background-position: 0 11.157025%;
}
.flag-bo {
  background-position: 0 11.570248%;
}
.flag-br {
  background-position: 0 11.983471%;
}
.flag-bs {
  background-position: 0 12.396694%;
}
.flag-bt {
  background-position: 0 12.809917%;
}
.flag-bv {
  background-position: 0 13.22314%;
}
.flag-bw {
  background-position: 0 13.636364%;
}
.flag-by {
  background-position: 0 14.049587%;
}
.flag-bz {
  background-position: 0 14.46281%;
}
.flag-ca {
  background-position: 0 14.876033%;
}
.flag-cc {
  background-position: 0 15.289256%;
}
.flag-cd {
  background-position: 0 15.702479%;
}
.flag-cf {
  background-position: 0 16.115702%;
}
.flag-cg {
  background-position: 0 16.528926%;
}
.flag-ch {
  background-position: 0 16.942149%;
}
.flag-ci {
  background-position: 0 17.355372%;
}
.flag-ck {
  background-position: 0 17.768595%;
}
.flag-cl {
  background-position: 0 18.181818%;
}
.flag-cm {
  background-position: 0 18.595041%;
}
.flag-cn {
  background-position: 0 19.008264%;
}
.flag-co {
  background-position: 0 19.421488%;
}
.flag-cr {
  background-position: 0 19.834711%;
}
.flag-cu {
  background-position: 0 20.247934%;
}
.flag-cv {
  background-position: 0 20.661157%;
}
.flag-cx {
  background-position: 0 21.07438%;
}
.flag-cy {
  background-position: 0 21.487603%;
}
.flag-cz {
  background-position: 0 21.900826%;
}
.flag-de {
  background-position: 0 22.31405%;
}
.flag-dj {
  background-position: 0 22.727273%;
}
.flag-dk {
  background-position: 0 23.140496%;
}
.flag-dm {
  background-position: 0 23.553719%;
}
.flag-do {
  background-position: 0 23.966942%;
}
.flag-dz {
  background-position: 0 24.380165%;
}
.flag-ec {
  background-position: 0 24.793388%;
}
.flag-ee {
  background-position: 0 25.206612%;
}
.flag-eg {
  background-position: 0 25.619835%;
}
.flag-eh {
  background-position: 0 26.033058%;
}
.flag-er {
  background-position: 0 26.446281%;
}
.flag-es {
  background-position: 0 26.859504%;
}
.flag-et {
  background-position: 0 27.272727%;
}
.flag-fi {
  background-position: 0 27.68595%;
}
.flag-fj {
  background-position: 0 28.099174%;
}
.flag-fk {
  background-position: 0 28.512397%;
}
.flag-fm {
  background-position: 0 28.92562%;
}
.flag-fo {
  background-position: 0 29.338843%;
}
.flag-fr {
  background-position: 0 29.752066%;
}
.flag-ga {
  background-position: 0 30.165289%;
}
.flag-gd {
  background-position: 0 30.578512%;
}
.flag-ge {
  background-position: 0 30.991736%;
}
.flag-gf {
  background-position: 0 31.404959%;
}
.flag-gh {
  background-position: 0 31.818182%;
}
.flag-gi {
  background-position: 0 32.231405%;
}
.flag-gl {
  background-position: 0 32.644628%;
}
.flag-gm {
  background-position: 0 33.057851%;
}
.flag-gn {
  background-position: 0 33.471074%;
}
.flag-gp {
  background-position: 0 33.884298%;
}
.flag-gq {
  background-position: 0 34.297521%;
}
.flag-gr {
  background-position: 0 34.710744%;
}
.flag-gs {
  background-position: 0 35.123967%;
}
.flag-gt {
  background-position: 0 35.53719%;
}
.flag-gu {
  background-position: 0 35.950413%;
}
.flag-gw {
  background-position: 0 36.363636%;
}
.flag-gy {
  background-position: 0 36.77686%;
}
.flag-hk {
  background-position: 0 37.190083%;
}
.flag-hm {
  background-position: 0 37.603306%;
}
.flag-hn {
  background-position: 0 38.016529%;
}
.flag-hr {
  background-position: 0 38.429752%;
}
.flag-ht {
  background-position: 0 38.842975%;
}
.flag-hu {
  background-position: 0 39.256198%;
}
.flag-id {
  background-position: 0 39.669421%;
}
.flag-ie {
  background-position: 0 40.082645%;
}
.flag-il {
  background-position: 0 40.495868%;
}
.flag-in {
  background-position: 0 40.909091%;
}
.flag-io {
  background-position: 0 41.322314%;
}
.flag-iq {
  background-position: 0 41.735537%;
}
.flag-ir {
  background-position: 0 42.14876%;
}
.flag-is {
  background-position: 0 42.561983%;
}
.flag-it {
  background-position: 0 42.975207%;
}
.flag-jm {
  background-position: 0 43.38843%;
}
.flag-jo {
  background-position: 0 43.801653%;
}
.flag-jp {
  background-position: 0 44.214876%;
}
.flag-ke {
  background-position: 0 44.628099%;
}
.flag-kg {
  background-position: 0 45.041322%;
}
.flag-kh {
  background-position: 0 45.454545%;
}
.flag-ki {
  background-position: 0 45.867769%;
}
.flag-km {
  background-position: 0 46.280992%;
}
.flag-kn {
  background-position: 0 46.694215%;
}
.flag-kp {
  background-position: 0 47.107438%;
}
.flag-kr {
  background-position: 0 47.520661%;
}
.flag-kw {
  background-position: 0 47.933884%;
}
.flag-ky {
  background-position: 0 48.347107%;
}
.flag-kz {
  background-position: 0 48.760331%;
}
.flag-la {
  background-position: 0 49.173554%;
}
.flag-lb {
  background-position: 0 49.586777%;
}
.flag-lc {
  background-position: 0 50%;
}
.flag-li {
  background-position: 0 50.413223%;
}
.flag-lk {
  background-position: 0 50.826446%;
}
.flag-lr {
  background-position: 0 51.239669%;
}
.flag-ls {
  background-position: 0 51.652893%;
}
.flag-lt {
  background-position: 0 52.066116%;
}
.flag-lu {
  background-position: 0 52.479339%;
}
.flag-lv {
  background-position: 0 52.892562%;
}
.flag-ly {
  background-position: 0 53.305785%;
}
.flag-ma {
  background-position: 0 53.719008%;
}
.flag-mc {
  background-position: 0 54.132231%;
}
.flag-md {
  background-position: 0 54.545455%;
}
.flag-me {
  background-position: 0 54.958678%;
}
.flag-mg {
  background-position: 0 55.371901%;
}
.flag-mh {
  background-position: 0 55.785124%;
}
.flag-mk {
  background-position: 0 56.198347%;
}
.flag-ml {
  background-position: 0 56.61157%;
}
.flag-mm {
  background-position: 0 57.024793%;
}
.flag-mn {
  background-position: 0 57.438017%;
}
.flag-mo {
  background-position: 0 57.85124%;
}
.flag-mp {
  background-position: 0 58.264463%;
}
.flag-mq {
  background-position: 0 58.677686%;
}
.flag-mr {
  background-position: 0 59.090909%;
}
.flag-ms {
  background-position: 0 59.504132%;
}
.flag-mt {
  background-position: 0 59.917355%;
}
.flag-mu {
  background-position: 0 60.330579%;
}
.flag-mv {
  background-position: 0 60.743802%;
}
.flag-mw {
  background-position: 0 61.157025%;
}
.flag-mx {
  background-position: 0 61.570248%;
}
.flag-my {
  background-position: 0 61.983471%;
}
.flag-mz {
  background-position: 0 62.396694%;
}
.flag-na {
  background-position: 0 62.809917%;
}
.flag-nc {
  background-position: 0 63.22314%;
}
.flag-ne {
  background-position: 0 63.636364%;
}
.flag-nf {
  background-position: 0 64.049587%;
}
.flag-ng {
  background-position: 0 64.46281%;
}
.flag-ni {
  background-position: 0 64.876033%;
}
.flag-nl {
  background-position: 0 65.289256%;
}
.flag-no {
  background-position: 0 65.702479%;
}
.flag-np {
  background-position: 0 66.115702%;
}
.flag-nr {
  background-position: 0 66.528926%;
}
.flag-nu {
  background-position: 0 66.942149%;
}
.flag-nz {
  background-position: 0 67.355372%;
}
.flag-om {
  background-position: 0 67.768595%;
}
.flag-pa {
  background-position: 0 68.181818%;
}
.flag-pe {
  background-position: 0 68.595041%;
}
.flag-pf {
  background-position: 0 69.008264%;
}
.flag-pg {
  background-position: 0 69.421488%;
}
.flag-ph {
  background-position: 0 69.834711%;
}
.flag-pk {
  background-position: 0 70.247934%;
}
.flag-pl {
  background-position: 0 70.661157%;
}
.flag-pm {
  background-position: 0 71.07438%;
}
.flag-pn {
  background-position: 0 71.487603%;
}
.flag-pr {
  background-position: 0 71.900826%;
}
.flag-pt {
  background-position: 0 72.31405%;
}
.flag-pw {
  background-position: 0 72.727273%;
}
.flag-py {
  background-position: 0 73.140496%;
}
.flag-qa {
  background-position: 0 73.553719%;
}
.flag-re {
  background-position: 0 73.966942%;
}
.flag-ro {
  background-position: 0 74.380165%;
}
.flag-rs {
  background-position: 0 74.793388%;
}
.flag-ru {
  background-position: 0 75.206612%;
}
.flag-rw {
  background-position: 0 75.619835%;
}
.flag-sa {
  background-position: 0 76.033058%;
}
.flag-sb {
  background-position: 0 76.446281%;
}
.flag-sc {
  background-position: 0 76.859504%;
}
.flag-sd {
  background-position: 0 77.272727%;
}
.flag-se {
  background-position: 0 77.68595%;
}
.flag-sg {
  background-position: 0 78.099174%;
}
.flag-sh {
  background-position: 0 78.512397%;
}
.flag-si {
  background-position: 0 78.92562%;
}
.flag-sj {
  background-position: 0 79.338843%;
}
.flag-sk {
  background-position: 0 79.752066%;
}
.flag-sl {
  background-position: 0 80.165289%;
}
.flag-sm {
  background-position: 0 80.578512%;
}
.flag-sn {
  background-position: 0 80.991736%;
}
.flag-so {
  background-position: 0 81.404959%;
}
.flag-sr {
  background-position: 0 81.818182%;
}
.flag-ss {
  background-position: 0 82.231405%;
}
.flag-st {
  background-position: 0 82.644628%;
}
.flag-sv {
  background-position: 0 83.057851%;
}
.flag-sy {
  background-position: 0 83.471074%;
}
.flag-sz {
  background-position: 0 83.884298%;
}
.flag-tc {
  background-position: 0 84.297521%;
}
.flag-td {
  background-position: 0 84.710744%;
}
.flag-tf {
  background-position: 0 85.123967%;
}
.flag-tg {
  background-position: 0 85.53719%;
}
.flag-th {
  background-position: 0 85.950413%;
}
.flag-tj {
  background-position: 0 86.363636%;
}
.flag-tk {
  background-position: 0 86.77686%;
}
.flag-tl {
  background-position: 0 87.190083%;
}
.flag-tm {
  background-position: 0 87.603306%;
}
.flag-tn {
  background-position: 0 88.016529%;
}
.flag-to {
  background-position: 0 88.429752%;
}
.flag-tp {
  background-position: 0 88.842975%;
}
.flag-tr {
  background-position: 0 89.256198%;
}
.flag-tt {
  background-position: 0 89.669421%;
}
.flag-tv {
  background-position: 0 90.082645%;
}
.flag-tw {
  background-position: 0 90.495868%;
}
.flag-ty {
  background-position: 0 90.909091%;
}
.flag-tz {
  background-position: 0 91.322314%;
}
.flag-ua {
  background-position: 0 91.735537%;
}
.flag-ug {
  background-position: 0 92.14876%;
}
.flag-gb,
.flag-uk {
  background-position: 0 92.561983%;
}
.flag-um {
  background-position: 0 92.975207%;
}
.flag-us {
  background-position: 0 93.38843%;
}
.flag-uy {
  background-position: 0 93.801653%;
}
.flag-uz {
  background-position: 0 94.214876%;
}
.flag-va {
  background-position: 0 94.628099%;
}
.flag-vc {
  background-position: 0 95.041322%;
}
.flag-ve {
  background-position: 0 95.454545%;
}
.flag-vg {
  background-position: 0 95.867769%;
}
.flag-vi {
  background-position: 0 96.280992%;
}
.flag-vn {
  background-position: 0 96.694215%;
}
.flag-vu {
  background-position: 0 97.107438%;
}
.flag-wf {
  background-position: 0 97.520661%;
}
.flag-ws {
  background-position: 0 97.933884%;
}
.flag-ye {
  background-position: 0 98.347107%;
}
.flag-za {
  background-position: 0 98.760331%;
}
.flag-zm {
  background-position: 0 99.173554%;
}
.flag-zr {
  background-position: 0 99.586777%;
}
.flag-zw {
  background-position: 0 100%;
}
html {
  font-size: 14px;
}
body {
  margin: 0;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  background-color: var(--surface-a);
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 1.5rem 0 1rem;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.2;
  color: inherit;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
  margin-top: 0;
}
h1 {
  font-size: 2.5rem;
}
h2 {
  font-size: 2rem;
}
h3 {
  font-size: 1.75rem;
}
h4 {
  font-size: 1.5rem;
}
h5 {
  font-size: 1.25rem;
}
h6 {
  font-size: 1rem;
}
p {
  line-height: 1.5;
  margin: 0 0 1rem;
}
input[type='number'] {
  -moz-appearance: textfield;
}
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
@-webkit-keyframes pulse {
  0% {
    background-color: hsla(0, 0%, 65%, 0.1);
  }
  50% {
    background-color: hsla(0, 0%, 65%, 0.3);
  }
  to {
    background-color: hsla(0, 0%, 65%, 0.1);
  }
}
@keyframes pulse {
  0% {
    background-color: hsla(0, 0%, 65%, 0.1);
  }
  50% {
    background-color: hsla(0, 0%, 65%, 0.3);
  }
  to {
    background-color: hsla(0, 0%, 65%, 0.1);
  }
}
pre[class*='language-']:after,
pre[class*='language-']:before {
  display: none !important;
}
pre[class*='language-'] code {
  border-left: 10px solid var(--surface-d) !important;
  box-shadow: none !important;
  background: var(--surface-e) !important;
  margin: 1em 0;
  color: var(--text-color);
  font-size: 14px;
}
pre[class*='language-'] code .token.attr-name,
pre[class*='language-'] code .token.attr-string,
pre[class*='language-'] code .token.keyword,
pre[class*='language-'] code .token.tag {
  color: #2196f3 !important;
}
pre[class*='language-'] code .token.attr-value {
  color: #4caf50 !important;
}
pre[class*='language-'] code .token.punctuation {
  color: var(--text-color);
}
pre[class*='language-'] code .token.operator,
pre[class*='language-'] code .token.string {
  background: transparent;
}
.p-toast.p-toast-topleft,
.p-toast.p-toast-topright {
  top: 100px;
}
.action-button {
  font-weight: 700;
  text-align: center;
  color: #fff !important;
  background-color: #455c71;
  padding: 10px 24px 9px;
  border-radius: 3px;
  transition: background-color 0.2s;
}
.action-button:hover {
  background-color: #708ea5;
  color: #fff;
  text-decoration: none !important;
}
.layout-topbar {
  background-color: var(--surface-a);
  height: 70px;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.25);
  border-bottom: 1px solid var(--surface-d);
  display: flex;
  align-items: center;
  padding: 0 35px;
  margin-left: 250px;
}
.layout-topbar .menu-button {
  display: none;
  color: var(--text-color);
  width: 70px;
  height: 70px;
  line-height: 70px;
  text-align: center;
  transition: background-color 0.2s;
  cursor: pointer;
}
.layout-topbar .menu-button:hover {
  background-color: var(--surface-c);
}
.layout-topbar .menu-button i {
  font-size: 24px;
  line-height: inherit;
}
.layout-topbar .app-theme {
  background-color: var(--primary-color);
  color: var(--primary-color-text);
  padding: 0.5rem;
  border-radius: 4px;
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  width: 39px;
  height: 39px;
}
.layout-topbar .app-theme img {
  width: 25px;
}
.layout-topbar .topbar-menu {
  list-style-type: none;
  padding: 0;
  height: 100%;
  margin: 0 0 0 auto;
  display: flex;
}
.layout-topbar .topbar-menu > li {
  height: 70px;
  line-height: 70px;
}
.layout-topbar .topbar-menu > li > a {
  text-decoration: none;
  color: var(--text-color);
  min-width: 120px;
  font-size: 16px;
  display: block;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 68px;
  border-bottom: 2px solid transparent;
  transition: border-bottom-color 0.2s;
  cursor: pointer;
}
.layout-topbar .topbar-menu > li > a:focus,
.layout-topbar .topbar-menu > li > a:hover {
  border-bottom-color: var(--primary-color);
}
.layout-topbar .topbar-menu > li > a:focus {
  z-index: 1;
  outline: 0 none;
  transition: box-shadow 0.2s;
  box-shadow: inset 0 0 0 0.2em #bbdefb;
}
.layout-topbar .topbar-menu > li.topbar-submenu {
  position: relative;
}
.layout-topbar .topbar-menu > li.topbar-submenu > ul {
  position: absolute;
  transform-origin: top;
  top: 70px;
  right: 0;
  z-index: 1;
  width: 275px;
  max-height: 400px;
  background-color: var(--surface-f);
  box-shadow:
    0 2px 4px -1px rgba(0, 0, 0, 0.2),
    0 4px 5px 0 rgba(0, 0, 0, 0.14),
    0 1px 10px 0 rgba(0, 0, 0, 0.12);
  overflow: auto;
  list-style-type: none;
  padding: 1rem;
  margin: 0;
  border-radius: 3px;
}
.layout-topbar .topbar-menu > li.topbar-submenu > ul > li {
  line-height: 1;
}
.layout-topbar
  .topbar-menu
  > li.topbar-submenu
  > ul
  > li.topbar-submenu-header {
  display: block;
  color: var(--text-color-secondary);
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1.5rem 0 1rem;
  font-size: 0.857rem;
  text-transform: uppercase;
}
.layout-topbar
  .topbar-menu
  > li.topbar-submenu
  > ul
  > li.topbar-submenu-header:first-child {
  padding-top: 1rem;
}
.layout-topbar .topbar-menu > li.topbar-submenu > ul a {
  text-decoration: none;
  color: var(--text-color);
  padding: 0.5rem;
  display: flex;
  align-items: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 3px;
  cursor: pointer;
}
.layout-topbar .topbar-menu > li.topbar-submenu > ul a:hover {
  background-color: var(--surface-c);
}
.layout-topbar .topbar-menu > li.topbar-submenu > ul a span {
  margin-left: 0.5rem;
}
.layout-topbar .topbar-menu > li.topbar-submenu > ul a i {
  font-size: 18px;
  color: var(--text-color-secondary);
}
.layout-topbar .topbar-menu > li.topbar-submenu > ul a img {
  width: 32px;
  margin-right: 0.5rem;
}
.layout-topbar .topbar-menu .theme-badge {
  padding: 2px 4px;
  vertical-align: middle;
  border-radius: 3px;
  color: #fff;
  font-weight: 700;
  font-size: 11px;
  position: relative;
  top: -1px;
}
.layout-topbar .topbar-menu .theme-badge.material {
  background: linear-gradient(180deg, #2196f3, #2196f3);
}
.layout-topbar .topbar-menu .theme-badge.bootstrap {
  background: linear-gradient(180deg, #563d7c, #966bd8);
}
.layout-topbar .topbar-menu .theme-badge.darkmode {
  background: linear-gradient(180deg, #141d26, #5a6067);
}
.layout-sidebar {
  position: fixed;
  left: 0;
  top: 0;
  height: 100%;
  background-color: var(--surface-a);
  width: 250px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  flex-direction: column;
}
.layout-sidebar,
.layout-sidebar .logo {
  border-right: 1px solid var(--surface-d);
  display: flex;
}
.layout-sidebar .logo {
  min-height: 70px;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid var(--surface-d);
  z-index: 1;
}
.layout-sidebar .logo img {
  width: 180px;
}
.layout-sidebar .logo:focus {
  outline: 0 none;
  transition: box-shadow 0.2s;
  box-shadow: 0 0 0 0.2rem #bbdefb;
}
.layout-sidebar .layout-menu {
  padding: 0 1rem;
  overflow-y: auto;
  flex-grow: 1;
  border-right: 1px solid var(--surface-d);
}
.layout-sidebar .layout-menu .menu-category {
  display: block;
  color: var(--text-color-secondary);
  font-weight: 600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 1.5rem 0 1rem;
  font-size: 0.857rem;
  text-transform: uppercase;
  border-top: 1px solid var(--surface-d);
}
.layout-sidebar .layout-menu .menu-category:first-child {
  border-top: 0;
  padding-top: 1rem;
}
.layout-sidebar .layout-menu .menu-items {
  padding: 0 0 1rem;
  display: flex;
  flex-direction: column;
}
.layout-sidebar .layout-menu .menu-items a {
  color: var(--text-color);
  display: flex;
  align-items: center;
  padding: 0.5rem;
  border-radius: 3px;
  cursor: pointer;
}
.layout-sidebar .layout-menu .menu-items a:hover {
  background-color: var(--surface-c);
}
.layout-sidebar .layout-menu .menu-items a:focus {
  z-index: 1;
  outline: 0 none;
  transition: box-shadow 0.2s;
  box-shadow: 0 0 0 0.2em #bbdefb;
}
.layout-sidebar .layout-menu .menu-items a.router-link-exact-active {
  font-weight: 700;
}
.layout-sidebar .layout-menu .menu-items a .p-tag {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  margin-left: 0.5rem;
  line-height: 1.5;
}
.layout-sidebar .layout-menu .menu-items.menu-banner a {
  padding: 0;
}
.layout-sidebar .layout-menu .menu-items.menu-banner a:hover {
  background-color: transparent;
}
.layout-sidebar .layout-menu .menu-items.menu-banner a:hover img {
  background-color: var(--surface-c);
}
.layout-sidebar .layout-menu .menu-items.menu-banner a:focus {
  box-shadow: none;
}
.layout-sidebar .layout-menu .menu-items div.router-link-exact-active > a {
  font-weight: 700;
}
.layout-sidebar .layout-menu .menu-items div.router-link-exact-active ul {
  display: block;
}
.layout-sidebar .layout-menu .menu-items div ul {
  padding: 0.5rem 0;
  margin: 0;
  list-style-type: none;
}
.layout-sidebar .layout-menu .menu-items div ul a {
  font-size: 0.875rem;
  padding: 0.475rem 0.5rem 0.475rem 2rem;
}
.layout-sidebar .layout-sidebar-filter {
  padding: 1.25rem 1rem;
  border-bottom: 1px solid var(--surface-d);
  background-color: var(--surface-a);
}
.layout-content {
  margin-left: 250px;
}
.layout-content .content-section {
  padding: 2rem;
}
.layout-content .content-section.introduction {
  background-color: var(--surface-b);
  color: var(--text-color);
  padding-bottom: 0;
  display: flex;
  align-items: top;
  justify-content: space-between;
}
.layout-content .content-section.introduction .feature-intro h1 span {
  font-weight: 400;
  color: var(--text-color-secondary);
}
.layout-content .content-section.introduction .feature-intro p {
  margin: 0;
}
.layout-content .content-section.introduction .feature-intro a {
  text-decoration: none;
  color: #2196f3;
  font-weight: 600;
}
.layout-content .content-section.introduction .feature-intro a:hover {
  text-decoration: underline;
}
.layout-content .content-section.introduction app-demoActions {
  display: flex;
  justify-content: flex-end;
}
.layout-content
  .content-section.introduction
  app-demoActions
  .p-button-icon-only {
  padding: 0.5rem 0;
}
.layout-content .content-section.introduction .app-inputstyleswitch {
  margin-left: 2rem;
}
.layout-content .content-section.implementation {
  background-color: var(--surface-b);
  color: var(--text-color);
}
.layout-content .content-section.implementation + .documentation {
  padding-top: 0;
}
.layout-content .content-section.documentation {
  background-color: var(--surface-b);
  color: var(--text-color);
}
.layout-content .content-section.documentation li {
  line-height: 1.5;
}
.layout-content .content-section.documentation a {
  text-decoration: none;
  color: #2196f3;
  font-weight: 600;
}
.layout-content .content-section.documentation a:hover {
  text-decoration: underline;
}
.layout-content .content-section.documentation .doc-tablewrapper {
  margin: 1rem 0;
  overflow: auto;
}
.layout-content .content-section.documentation i:not([class~='pi']) {
  background-color: var(--surface-a);
  color: #2196f3;
  font-family: Monaco, courier, monospace;
  font-style: normal;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 4px;
  letter-spacing: 0.5px;
  border-radius: 3px;
  font-weight: 600;
  margin: 0 2px;
}
.layout-content .content-section.documentation .p-tabview {
  background: transparent;
  border: 0;
}
.layout-content .content-section.documentation .p-tabview .p-tabview-nav {
  border-radius: 0;
  padding: 0;
  border-bottom: 1px solid var(--surface-d);
  background-color: transparent;
}
.layout-content .content-section.documentation .p-tabview .p-tabview-nav li {
  margin-right: 0;
  border: 0;
  top: 1px;
  line-height: 1;
}
.layout-content .content-section.documentation .p-tabview .p-tabview-nav li a,
.layout-content
  .content-section.documentation
  .p-tabview
  .p-tabview-nav
  li
  a:visited {
  color: var(--text-color-secondary);
  text-shadow: none;
  height: inherit;
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid transparent;
  margin-bottom: -1px;
  transition: border-bottom-color 0.2s;
}
.layout-content
  .content-section.documentation
  .p-tabview
  .p-tabview-nav
  li
  a:focus,
.layout-content
  .content-section.documentation
  .p-tabview
  .p-tabview-nav
  li
  a:visited:focus {
  outline: 0 none;
  transition: box-shadow 0.2s;
  box-shadow: inset 0 0 0 0.2rem #bbdefb;
}
.layout-content
  .content-section.documentation
  .p-tabview
  .p-tabview-nav
  li
  a:hover,
.layout-content
  .content-section.documentation
  .p-tabview
  .p-tabview-nav
  li
  a:visited:hover {
  background: transparent;
  text-decoration: none;
}
.layout-content
  .content-section.documentation
  .p-tabview
  .p-tabview-nav
  li.p-highlight:hover
  a,
.layout-content
  .content-section.documentation
  .p-tabview
  .p-tabview-nav
  li.p-highlight
  a {
  background: transparent;
  color: var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
.layout-content
  .content-section.documentation
  .p-tabview
  .p-tabview-nav
  li:not(.p-highlight):not(.p-disabled):hover
  a {
  color: var(--text-color);
  border-bottom: 1px solid var(--primary-color);
}
.layout-content
  .content-section.documentation
  .p-tabview
  .p-tabview-nav
  .p-tabview-ink-bar {
  display: none;
}
.layout-content .content-section.documentation .p-tabview .p-tabview-panels {
  background: transparent;
  border: 0;
  padding: 2rem 1rem;
}
.layout-content
  .content-section.documentation
  .p-tabview
  .p-tabview-panels
  .btn-viewsource {
  display: inline-block;
  padding: 0.5rem 1rem;
}
.layout-content .content-section.documentation .p-tabview .p-tabview-panels a {
  text-decoration: none;
  color: #2196f3;
  font-weight: 600;
}
.layout-content
  .content-section.documentation
  .p-tabview
  .p-tabview-panels
  a:hover {
  text-decoration: underline;
}
.layout-content .content-section .doc-table {
  border-collapse: collapse;
  width: 100%;
  background-color: var(--surface-a);
}
.layout-content .content-section .doc-table th {
  text-align: left;
}
.layout-content .content-section .doc-table tbody td,
.layout-content .content-section .doc-table th {
  border-bottom: 1px solid var(--surface-d);
  padding: 1rem;
}
.layout-content .content-section .doc-table tbody td:first-child {
  font-family:
    Courier New,
    monospace;
  font-weight: 700;
  color: var(--text-color-secondary);
}
.layout-content .content-section .doc-table.browsers td:first-child {
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--text-color);
}
.layout-content .card {
  background: var(--surface-e);
  padding: 2rem;
  box-shadow:
    0 2px 1px -1px rgba(0, 0, 0, 0.2),
    0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
  border-radius: 4px;
  margin-bottom: 2rem;
}
.layout-content .card .card-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout-content .fluid-video {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
}
.layout-content .fluid-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.layout-news {
  height: 70px;
  margin-left: 250px;
  background-image: url(topbar-verona-bg.bdda66f0faedcf232e9d.png);
}
.layout-news,
.layout-news .layout-news-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.layout-news .layout-news-container {
  width: 100%;
  height: 100%;
  color: #fff;
  font-weight: 700;
  font-size: 20px;
}
.layout-news .layout-news-container img.layouts-news-mockup-image {
  height: 70px;
}
.layout-news .layout-news-container .layout-news-button {
  border: 1px solid #fff;
  color: #fff;
  font-size: 15px;
  padding: 0.3em 0.3em 0.5em 1em;
  font-weight: 700;
  border-radius: 3px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  transition: background-color 0.15s;
  margin-left: 1rem;
  position: relative;
  z-index: 1;
}
.layout-news .layout-news-container .layout-news-button:hover {
  background-color: rgba(0, 0, 0, 0.25);
}
.layout-news .layout-news-close {
  cursor: pointer;
  color: #fff;
  position: absolute;
  z-index: 2;
  right: 28px;
  background-color: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23px;
  height: 23px;
}
.layout-footer {
  padding: 2rem;
  font-size: 1rem;
  background-color: var(--surface-a);
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.layout-footer a {
  color: var(--text-color);
  font-weight: 600;
}
.layout-footer .layout-footer-right a i {
  color: var(--text-secondary-color);
  font-size: 1.5rem;
}
.layout-config {
  position: fixed;
  padding: 0;
  top: 0;
  right: 0;
  display: block;
  width: 550px;
  z-index: 1101;
  height: 100%;
  transition: transform 0.4s cubic-bezier(0.05, 0.74, 0.2, 0.99);
  transform: translateX(100%);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.layout-config.layout-config-active {
  transform: translateX(0);
}
.layout-config.layout-config-active
  .layout-config-content-wrapper
  .layout-config-button
  i {
  transform: rotate(0deg);
}
.layout-config .layout-config-content-wrapper {
  position: relative;
  height: 100%;
  box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.24);
  color: var(--text-color);
  background-color: var(--surface-f);
}
.layout-config .layout-config-content-wrapper .layout-config-button {
  display: block;
  position: absolute;
  width: 52px;
  height: 52px;
  line-height: 52px;
  background-color: var(--primary-color);
  text-align: center;
  color: var(--primary-color-text);
  top: 270px;
  left: -51px;
  z-index: -1;
  overflow: hidden;
  cursor: pointer;
  outline: 0 none;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  box-shadow:
    0 5px 5px -3px rgba(0, 0, 0, 0.2),
    0 8px 10px 1px rgba(0, 0, 0, 0.14),
    0 3px 14px 2px rgba(0, 0, 0, 0.12);
}
.layout-config .layout-config-content-wrapper .layout-config-button i {
  font-size: 26px;
  line-height: inherit;
  cursor: pointer;
  transform: rotate(1turn);
  transition: transform 1s;
}
.layout-config a {
  color: #2196f3;
  font-weight: 600;
}
.layout-config a:hover {
  text-decoration: underline;
}
.layout-config .layout-config-content {
  overflow: auto;
  height: 100%;
  padding: 2rem;
}
.layout-config .config-scale {
  display: flex;
  align-items: center;
  margin: 1rem 0 2rem;
}
.layout-config .config-scale .p-button {
  margin-right: 0.5rem;
}
.layout-config .config-scale i {
  margin-right: 0.5rem;
  font-size: 0.75rem;
  color: var(--text-color-secondary);
}
.layout-config .config-scale i.scale-active {
  font-size: 1.25rem;
  color: #2196f3;
}
.layout-config .layout-config-close {
  position: absolute;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  right: 20px;
  top: 20px;
  z-index: 999;
  background-color: var(--primary-color);
  border-radius: 50%;
  cursor: pointer;
  transition:
    background-color 0.2s,
    box-shadow 0.2s,
    transform 0.2s;
}
.layout-config .layout-config-close i {
  color: var(--primary-color-text);
  line-height: inherit;
  font-size: 14px;
}
.layout-config .layout-config-close:hover {
  transform: scale(1.1);
}
.layout-config .layout-config-close:focus {
  outline: 0 none;
  transition: box-shadow 0.2s;
  box-shadow: 0 0 0 0.2rem #bbdefb;
}
.layout-config .p-grid > div {
  padding: 1rem;
  text-align: center;
}
.layout-config .p-grid > div span {
  display: block;
}
.layout-config .p-grid > div button {
  position: relative;
  display: inline-flex;
  justify-content: center;
}
.layout-config .p-grid > div button:focus {
  outline: 0 none;
  transition: box-shadow 0.2s;
  box-shadow: 0 0 0 0.2rem #bbdefb;
}
.layout-config .free-themes img {
  width: 50px;
  border-radius: 4px;
  transition: transform 0.2s;
}
.layout-config .free-themes img:hover {
  transform: scale(1.1);
}
.layout-config .free-themes span {
  font-size: 0.875rem;
  margin-top: 0.25rem;
}
.layout-config .premium-themes img {
  width: 100%;
  transition: transform 0.2s;
}
.layout-config .premium-themes img:hover {
  transform: scale(1.1);
}
.home a {
  text-decoration: none;
  color: #2196f3;
  font-weight: 600;
}
.home a:hover {
  text-decoration: underline;
}
.home li {
  line-height: 1.5;
}
.home p {
  margin-bottom: 2rem;
}
.home .section-image {
  width: 100%;
  max-width: 430px;
}
.home .introduction {
  background-color: var(--surface-a);
  background-image: url(intro-bg.7d195b3a40c7c8c8aa39.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  padding: 115px 30px 135px 50px;
  color: #455c71;
  position: relative;
}
.home .introduction.introduction-dark {
  background-image: url(intro-bg-dark.d83a2c4a04c63084398f.jpg);
  color: var(--text-color);
}
.home .introduction.introduction-dark .introduction-promo,
.home .introduction .introduction-promo {
  background-image: linear-gradient(90deg, #445c72, transparent);
}
.home .introduction .introduction-promo {
  display: inline-block;
  margin-left: -50px;
  margin-bottom: 20px;
  padding: 10px 175px 10px 50px;
  font-size: 1.5rem;
  position: relative;
  color: #fff;
  font-weight: 700;
}
.home .introduction .introduction-promo img {
  position: absolute;
  height: 75px;
  left: 50px;
  top: -12px;
}
.home .introduction .introduction-title {
  font-weight: 400;
  margin-bottom: 5px;
  font-size: 24px;
}
.home .introduction .introduction-subtitle {
  font-weight: 700;
  margin-bottom: 40px;
  margin-top: 0;
  font-size: 24px;
}
.home .introduction .introduction-devices {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 60%;
  max-width: 1080px;
}
.home .features {
  background-color: var(--surface-b);
  text-align: center;
  padding: 2rem;
}
.home .features .p-col-12 {
  padding: 1rem;
}
.home .features .feature-card {
  background-color: var(--surface-e);
  box-shadow:
    0 2px 1px -1px rgba(0, 0, 0, 0.2),
    0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
  height: 100%;
  border-radius: 3px;
}
.home .features .feature-card .feature-card-detail {
  padding: 0 2rem 2rem;
}
.home .features .feature-card p {
  margin-bottom: 0;
}
.home .features img {
  width: 100%;
}
.home .features .feature-name {
  font-weight: 700;
  font-size: 16px;
  margin: 1rem 0;
}
.home .whouses {
  background-color: #34495e;
  color: #eaecee;
  text-align: center;
  padding: 2rem;
}
.home .whouses img {
  height: 30px;
  width: 100%;
}
.home .whouses .p-grid > div {
  padding: 2rem;
}
.home .templates {
  background-color: var(--surface-b);
  text-align: center;
  padding: 2rem;
}
.home .templates img {
  width: 100%;
  box-shadow:
    0 2px 1px -1px rgba(0, 0, 0, 0.2),
    0 1px 1px 0 rgba(0, 0, 0, 0.14),
    0 1px 3px 0 rgba(0, 0, 0, 0.12);
}
.home .why-templates {
  text-align: left;
  padding-top: 2rem;
}
.home .why-templates img {
  box-shadow: none;
}
.home .primeng-designer {
  background-color: var(--surface-a);
}
.home .lts,
.home .primeng-designer {
  color: var(--text-color);
  padding: 2rem;
}
.home .lts {
  background-color: var(--surface-b);
}
.home .lts h4 {
  text-align: center;
}
.home .primeflex {
  background-color: var(--surface-a);
}
.home .primeblocks,
.home .primeflex {
  color: var(--text-color);
  padding: 2rem;
}
.home .primeblocks {
  background-color: var(--surface-b);
}
.home .prosupport {
  border-bottom: 1px solid var(--surface-d);
  background-color: var(--surface-a);
  padding: 2rem;
  color: var(--text-color);
}
.home .prosupport .action-button {
  display: inline-block;
  margin-top: 1rem;
}
@media screen and (max-width: 960px) {
  .layout-wrapper .layout-news {
    margin-left: 0;
  }
  .layout-wrapper .layout-news .layout-news-button {
    display: none;
  }
  .layout-topbar {
    margin-left: 0;
    height: 110px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0;
  }
  .layout-topbar .menu-button {
    display: block;
  }
  .layout-topbar .logo img {
    width: 150px;
  }
  .layout-topbar .app-theme {
    margin-left: 0;
    margin-right: 23px;
  }
  .layout-topbar .topbar-menu {
    background-color: var(--surface-a);
    width: 100%;
    height: 40px;
    margin: 0;
    border-top: 1px solid var(--surface-d);
  }
  .layout-topbar .topbar-menu > li {
    height: 40px;
    line-height: 40px;
    width: 25%;
  }
  .layout-topbar .topbar-menu > li > a {
    padding-bottom: 0;
    height: 40px;
    line-height: 38px;
    width: 100%;
    font-size: 12px;
    font-weight: 600;
    min-width: auto;
  }
  .layout-topbar .topbar-menu > li.topbar-submenu > ul {
    top: 40px;
  }
  .layout-sidebar {
    transform: translateX(-100%);
    z-index: 999;
  }
  .layout-sidebar.active {
    transform: translateX(0);
  }
  .layout-content {
    margin-left: 0;
  }
  .layout-content .content-section.introduction {
    flex-direction: column;
  }
  .layout-content .content-section.introduction .app-inputstyleswitch {
    margin-top: 1.5rem;
    margin-left: 0;
  }
  .layout-content .video-container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
  }
  .layout-content .video-container iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .layout-mask {
    background-color: rgba(0, 0, 0, 0.1);
  }
  .layout-mask.layout-mask-active {
    z-index: 998;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: background-color 0.5s;
  }
  .home .features > div,
  .home .introduction > div,
  .home .prosupport > div,
  .home .whouses > div {
    width: 100%;
  }
  .layout-config .layout-config-button {
    left: auto;
    right: -52px;
  }
  .layout-config.layout-config-active {
    width: 100%;
  }
  .blocked-scroll {
    overflow: hidden;
  }
}
@media screen and (max-width: 640px) {
  .layout-wrapper.layout-news-active .topbar-menu > li.topbar-submenu > ul {
    top: 180px;
  }
  .layout-topbar .topbar-menu > li.topbar-submenu {
    position: static;
  }
  .layout-topbar .topbar-menu > li.topbar-submenu > ul {
    top: 110px;
    position: fixed;
    right: auto;
    left: 0;
    width: 100vw;
  }
}
.customer-badge {
  border-radius: 2px;
  padding: 0.25em 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.customer-badge.status-qualified {
  background-color: #c8e6c9;
  color: #256029;
}
.customer-badge.status-unqualified {
  background-color: #ffcdd2;
  color: #c63737;
}
.customer-badge.status-negotiation {
  background-color: #feedaf;
  color: #8a5340;
}
.customer-badge.status-new {
  background-color: #b3e5fc;
  color: #23547b;
}
.customer-badge.status-renewal {
  background-color: #eccfff;
  color: #694382;
}
.customer-badge.status-proposal {
  background-color: #ffd8b2;
  color: #805b36;
}
.product-badge {
  border-radius: 2px;
  padding: 0.25em 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.product-badge.status-instock {
  background: #c8e6c9;
  color: #256029;
}
.product-badge.status-outofstock {
  background: #ffcdd2;
  color: #c63737;
}
.product-badge.status-lowstock {
  background: #feedaf;
  color: #8a5340;
}
.order-badge {
  border-radius: 2px;
  padding: 0.25em 0.5rem;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3px;
}
.order-badge.order-delivered {
  background: #c8e6c9;
  color: #256029;
}
.order-badge.order-cancelled {
  background: #ffcdd2;
  color: #c63737;
}
.order-badge.order-pending {
  background: #feedaf;
  color: #8a5340;
}
.order-badge.order-returned {
  background: #eccfff;
  color: #694382;
}
.true-icon {
  color: #256029;
}
.false-icon {
  color: #c63737;
}
.image-text {
  vertical-align: middle;
  margin-left: 0.5rem;
}
.p-multiselect-representative-option {
  display: inline-block;
  vertical-align: middle;
}
.p-multiselect-representative-option img {
  vertical-align: middle;
  width: 24px;
}
.p-multiselect-representative-option span {
  margin-top: 0.125rem;
}
.country-item {
  display: flex;
  align-items: center;
}
.country-item img.flag {
  width: 18px;
  margin-right: 0.5rem;
}
