html {
  overflow-y: overlay;
  scrollbar-width: thin;
  /* scrollbar-gutter: stable; */
}

/* html, body {
  scrollbar-gutter: stable;
} */

body {
    padding: 10px;
    text-rendering: geometricPrecision;
}

/* .share, .home {
  overflow-y: scroll;
  scrollbar-gutter: stable;
  scrollbar-color: rgb(0 0 0 / 60%) rgb(0 0 0 / 56%);
  scrollbar-width: thin;
} */

.actions {
    text-rendering: optimizeSpeed;
}

.task-card .desc.-link {
    color: var(--color1);
    font-size: 0.875rem;
    text-decoration: underline;
}

.task-card.-end .titulo .info {
    display: flex;
    align-items: center;
    gap: 6px;
}

.task-card.-end .titulo .info span {
    margin-bottom: 0;
    line-height: 1;
    line-height: normal;
}

.task-card.-end .titulo .info {
    margin-bottom: 3px;
}

.task-card.-end .titulo .info .date {
    font-size: 10px;
    font-weight: 300;
    order: 2;
}
/*  */

a {
    font-size: 14px;
}

.swal2-timer-progress-bar {
    background: var(--color1);
}

/* .cob-ext.login .campo::placeholder, */
.cob-ext.login .campo::placeholder {
    font-size: 18px;
}

.cob-ext.login .campo {
    font-size: 14px;
    line-height: normal;
    padding-right: 0;
}

.cob-ext.login .campo:active,
.cob-ext.login .campo:focus {
    font-size: 14px;
}

.task-add .input {
    font-size: 18px;
}

div#tarefasAgora .semtarefa {
    margin-bottom: 48px;
    padding: 0 33px;
}

.task-block>.title {
    font-weight: 400;
    padding-left: 18px;
    margin-bottom: 24px;
}

.task-list {
    margin-bottom: 28px;
}

/* modal */
.color-group h4._w100 {
  margin-top: 20px;
  text-align: center;
}

.edit-form.-account input.field-color {
  cursor: pointer;
  min-width: 25px;
  height: 25px;
  padding: 0;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  max-width: 25px;
  border-radius: 5px;
  background: transparent;
  border: none;
  outline: 1px solid rgba(255,255,255, .1);
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .5);
}

.edit-form.-account input#field-color {
  height: 25px;
}

.edit-form.-account input.field-color::-moz-color-swatch {
  border: none;
}

input[type="color"]::-webkit-color-swatch-wrapper {
  padding: 0;
}

input[type="color"]::-webkit-color-swatch {
  border: none;
}

.edit-form.-account ._w50 {
  width: 50%;
  flex: 1 1 50%;
  margin-left: auto;
  margin-right: auto;
}

edit-form.-account .color-group .form-group {
  flex: 1 1 162px;
}

.edit-form .form-group>.color {
  width: 100%;
  max-width: 68px;
  text-align: left;
  margin-left: 12px;
  line-height: 45px;
}

.color-group {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
}

.form-account .color-group .form-group {
  margin-top: 12px;
  max-width: 50%;
  flex: 1 1 162px;
}

.form-group.-color {
    /* max-width: 209px; */
    margin: 12px auto 0;
    justify-content: center;
}


.form-account .-colorvalue {
    cursor: pointer;
    user-select: none;
}

.textarea.-icon>i {
    display: none;
}

.edit-form .textarea.-icon {
    padding: 0;
}

.textarea.-icon>textarea {
    height: auto;
    resize: vertical;
    padding: 20px;
}

h1.logo a { cursor: pointer;}
.user-bar>.user-image {
  color: var(--color-avatar);
  background-color: var(--color-avatar-bg);
}


.test-slide {
  animation: 420ms cubic-bezier(0, 0, 0.2, 1) 90ms both fade-in, 600ms cubic-bezier(0.4, 0, 0.2, 1) both slide-from-right;
}

#tarefasAgora {
  transition: height 0.3s ease;
}

@keyframes fade-in {
  from { opacity: 0; }
}

@keyframes fade-out {
  to { opacity: 0; }
}

@keyframes slide-from-right {
  from { transform: translateX(90px); }
}

@keyframes slide-to-left {
  to { transform: translateX(-90px); }
}

.slide-it {
  view-transition-name: slide-it;
  will-change: transform, opacity;
}

::view-transition-old(slide-it) {
  animation: 180ms cubic-bezier(0.4, 0, 1, 1) both fade-out,
  600ms cubic-bezier(0.4, 0, 0.2, 1) both slide-to-left;
}
::view-transition-new(slide-it) {
  animation: 420ms cubic-bezier(0, 0, 0.2, 1) 90ms both fade-in,
  600ms cubic-bezier(0.4, 0, 0.2, 1) both slide-from-right;
}

.message-alert {
  color: #FFFFFF;
  background-color: rgba(0, 0,0, 0.5);
  box-shadow: 2px 2px 10px rgba(0, 0,0, 0.5);
  transition: all ease .3s;
}
.message-alert.-float {
  position: fixed;
  bottom: 10px;
  right: 10px;
  /* border-radius: 10px; */
  border-radius: 4px;
  /* background: rgba(255, 255, 255, .1); */
  padding: 12px 20px;
  border-bottom: 2px solid;
  transform: translateY(150%);
  /* outline: 2px solid #ff6800; */
}

.message-alert._offline {
  border-bottom-color:rgba(255, 0, 0, 1);
  /* outline: 2px solid #ff6800; */
}

.message-alert._online {
  border-bottom-color: chartreuse;
  /* outline: 2px solid #ff6800; */
}

.message-alert.is-active {
  /* bottom: 10px; */
  transform: translateY(0);
}

/* .message-alert span {
  font-weight: 400;
} */

/* 2px solid chartreuse */
.message-alert strong {
  /* color: #f99999; */
  font-weight: 500;
  /* text-decoration: underline; */
}

.message-alert .user::after {
  content: '';
  border-right: 1px solid #ffffff;
  padding-right: 5px;
}

div:where(.swal2-container).swal2-center > .toast-delete.-task {
  align-self: flex-end;
}

.toast-delete.-task {
  display: flex !important;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0,0, 0.5);
  box-shadow: 2px 2px 10px rgba(0,0,0,.5);
}

.toast-delete.-task #swal2-html-container {
  padding: 0;
  margin: 0;
  color: #FFFFFF;
}

.toast-delete.-task .swal2-actions {
  margin: 0;
  padding: 0;
  order: -1;
}

.toast-delete.-task.swal2-popup.swal2-toast .swal2-styled {
  padding: 0;
  margin: 0;
  background: transparent;
  color: inherit;
  padding-right: 5px;
  text-decoration: underline;
  color: var(--color1);
}

div:where(.swal2-container) div:where(.swal2-timer-progress-bar) {
  background: rgba(255, 255, 255, 0.1);
  height:2px;
}
