@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

.uvx-alert{
  font-size: 0.875rem;
  position: relative;
  padding-inline: calc(3rem + 0px);
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-radius: .25rem;
}

@media (forced-colors: active) {
  .uvx-alert {
    border: 1px solid transparent;
  }
}

.uvx-alert::before {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  top: -1px;
  left: 0;
}

.uvx-alert-not-dismissible {
  padding-right: calc(1rem + 0px);
}

.uvx-alert-no-icon {
  padding-left: calc(1rem + 0px);
}

.uvx-alert .uvx-link:not(.uvx-label-link){
  text-decoration-line: underline;
}

.uvx-alert-sticky {
  position: sticky;
  top: 0;
}

.uvx-alert-title{
  font-weight: 600;
  color: #18171d;
  font-size: 1rem;
  letter-spacing: inherit;
  line-height: 1.25;
  margin-top: 0;
  margin-top: -0.125rem;
  margin-bottom: 0.25rem;
}

.uvx-alert-icon-container {
  position: absolute;
  top: 1rem;
  left: calc(1rem + 0px);
  display: flex;
  align-items: center;
  height: 1.25rem;
}

.uvx-alert-has-title .uvx-alert-icon-container {
  top: calc(0.75rem + 2px);
}

.uvx-alert-body{
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(58 56 63 / var(--tw-text-opacity, 1));
}

.uvx-alert-actions{
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  row-gap: 0.5rem;
  margin-top: 0.5rem;
}

@media (min-width: 576px) {
  .uvx-alert-actions{
    flex-direction: row;
  }
}

.uvx-alert-action{
  margin-right: 0;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1rem;
}

@media (min-width: 576px) {
  .uvx-alert-action{
    margin-right: 0.5rem;
    width: auto;
  }
}

.uvx-dismiss-btn {
  position: absolute;
  top: calc(0.75rem + 2px);
  right: calc(0.75rem + 0px);
}

.uvx-alert-has-title .uvx-dismiss-btn {
  top: 0.75rem;
}

.uvx-alert-danger {
  background-color: #fcf1ef;
  border-bottom: 1px solid transparent;
}

.uvx-alert-danger::before {
  background: linear-gradient(to right, transparent 0%, transparent 50%, transparent 100%);
}

.uvx-alert-danger .uvx-alert-title {
  color: #18171d;
}

@media (forced-colors: none) {
  .uvx-alert-danger .uvx-alert-icon {
    color: #c02f12;
  }
}

.uvx-alert-warning {
  background-color: #fdf1dd;
  border-bottom: 1px solid transparent;
}

.uvx-alert-warning::before {
  background: linear-gradient(to right, transparent 0%, transparent 50%, transparent 100%);
}

.uvx-alert-warning .uvx-alert-title {
  color: #18171d;
}

@media (forced-colors: none) {
  .uvx-alert-warning .uvx-alert-icon {
    color: #995715;
  }
}

.uvx-alert-tip {
  background-color: #ececef;
  border-bottom: 1px solid transparent;
}

.uvx-alert-tip::before {
  background: linear-gradient(to right, transparent 0%, transparent 50%, transparent 100%);
}

.uvx-alert-tip .uvx-alert-title {
  color: #18171d;
}

@media (forced-colors: none) {
  .uvx-alert-tip .uvx-alert-icon {
    color: #626168;
  }
}

.uvx-alert-info {
  background-color: #e9f3fc;
  border-bottom: 1px solid transparent;
}

.uvx-alert-info::before {
  background: linear-gradient(to right, transparent 0%, transparent 50%, transparent 100%);
}

.uvx-alert-info .uvx-alert-title {
  color: #18171d;
}

@media (forced-colors: none) {
  .uvx-alert-info .uvx-alert-icon {
    color: #2f68b4;
  }
}

.uvx-alert-success {
  background-color: #ecf4ee;
  border-bottom: 1px solid transparent;
}

.uvx-alert-success::before {
  background: linear-gradient(to right, transparent 0%, transparent 50%, transparent 100%);
}

.uvx-alert-success .uvx-alert-title {
  color: #18171d;
}

@media (forced-colors: none) {
  .uvx-alert-success .uvx-alert-icon {
    color: #2f7549;
  }
}

.uvx-avatar{
  display: inline-flex;
  overflow: hidden;
  flex-shrink: 0;
  line-height: 1;
  -o-object-fit: contain;
     object-fit: contain;
  outline: 1px solid rgba(05, 05, 06, 0.08);
  outline-offset: -1px;
}

.uvx-avatar-s16{
  width: 1rem;
  height: 1rem;
  font-size: 0.75rem;
  border-radius: 0.25rem;
}

.uvx-avatar-s24{
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}

.uvx-avatar-s32{
  width: 2rem;
  height: 2rem;
  font-size: 1.125rem;
  border-radius: 0.25rem;
}

.uvx-avatar-s48{
  width: 3rem;
  height: 3rem;
  font-size: 1.375rem;
  border-radius: 0.375rem;
}

.uvx-avatar-s64{
  width: 4rem;
  height: 4rem;
  font-size: 1.5rem;
  border-radius: 0.375rem;
}

.uvx-avatar-s96{
  width: 6rem;
  height: 6rem;
  font-size: 1.75rem;
  border-radius: 0.375rem;
}

.uvx-avatar-circle {
  border-radius: var(--avatar-circle-border-radius-default);
}

.uvx-avatar-identicon{
  text-align: center;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  --tw-text-opacity: 1;
  color: rgb(24 23 29 / var(--tw-text-opacity, 1));
}

.uvx-avatar-identicon-bg1 {
  color: #c02f12;
  background-color: #fdd4cd;
}

.uvx-avatar-identicon-bg2 {
  color: #2f68b4;
  background-color: #cbe2f9;
}

.uvx-avatar-identicon-bg3 {
  color: #2f7549;
  background-color: #c3e6cd;
}

.uvx-avatar-identicon-bg4 {
  color: #626168;
  background-color: #dcdcde;
}

.uvx-card{
  --tw-bg-opacity: 1;
  background-color: rgb(251 250 253 / var(--tw-bg-opacity, 1));
  border-style: solid;
  border-radius: .25rem;
  display: flex;
  flex-direction: column;
  overflow-wrap: break-word;
  position: relative;
  font-size: 0.875rem;
}

.uvx-card,
.uvx-card-header,
.uvx-card-footer{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(220 220 222 / var(--tw-border-opacity, 1));
}

.uvx-card-header,
.uvx-card-body,
.uvx-card-footer{
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.uvx-card-header{
  border-bottom-style: solid;
  border-top-left-radius: calc(.25rem - 1px);
  border-top-right-radius: calc(.25rem - 1px);
  --tw-text-opacity: 1;
  color: rgb(24 23 29 / var(--tw-text-opacity, 1));
}

.uvx-card-footer{
  border-top-style: solid;
  border-bottom-left-radius: calc(.25rem - 1px);
  border-bottom-right-radius: calc(.25rem - 1px);
}

.uvx-card-header,
.uvx-card-footer{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.uvx-card-body,
.uvx-card-footer{
  --tw-text-opacity: 1;
  color: rgb(58 56 63 / var(--tw-text-opacity, 1));
}

*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

input:where([type='text']),input:where(:not([type])),input:where([type='email']),input:where([type='url']),input:where([type='password']),input:where([type='number']),input:where([type='date']),input:where([type='datetime-local']),input:where([type='month']),input:where([type='search']),input:where([type='tel']),input:where([type='time']),input:where([type='week']),select:where([multiple]),textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

input:where([type='text']):focus, input:where(:not([type])):focus, input:where([type='email']):focus, input:where([type='url']):focus, input:where([type='password']):focus, input:where([type='number']):focus, input:where([type='date']):focus, input:where([type='datetime-local']):focus, input:where([type='month']):focus, input:where([type='search']):focus, input:where([type='tel']):focus, input:where([type='time']):focus, input:where([type='week']):focus, select:where([multiple]):focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2f68b4;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2f68b4;
}

input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}

::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit{
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}

select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

select:where([multiple]),select:where([size]:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

input:where([type='checkbox']),input:where([type='radio']){
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2f68b4;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

input:where([type='checkbox']){
  border-radius: 0px;
}

input:where([type='radio']){
  border-radius: 100%;
}

input:where([type='checkbox']):focus,input:where([type='radio']):focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2f68b4;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

input:where([type='checkbox']):checked,input:where([type='radio']):checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

input:where([type='checkbox']):checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  input:where([type='checkbox']):checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='radio']):checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active) {
  input:where([type='radio']):checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):checked:hover,input:where([type='checkbox']):checked:focus,input:where([type='radio']):checked:hover,input:where([type='radio']):checked:focus{
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='checkbox']):indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active) {
  input:where([type='checkbox']):indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

input:where([type='checkbox']):indeterminate:hover,input:where([type='checkbox']):indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}

input:where([type='file']){
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

input:where([type='file']):focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

.mb-5{
  margin-bottom: 1rem;
}

.flex{
  display: flex;
}

.min-h-screen{
  min-height: 100vh;
}

.w-full{
  width: 100%;
}

.max-w-2xl{
  max-width: 42rem;
}

.flex-col{
  flex-direction: column;
}

.items-center{
  align-items: center;
}

.justify-center{
  justify-content: center;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.px-4{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.text-size-h2-xl{
  font-size: 1.4375rem;
}

.font-bold{
  font-weight: 600;
}

html, body {
  font-size: 16px;
  font-family: "Titillium Web", sans-serif;
  height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
}

body{
  display: flex;
  flex-direction: column;
}

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