body {
  padding: 10px;
  text-rendering: geometricPrecision;
}

.actions {
  text-rendering: optimizeSpeed;
}

.task-add .input {
  color: rgba(255, 255, 255, 0.5);
  font-size: 18px;
}

.task-add .input:focus {
  color: #FFFFFF;
}

.js-finished .btn {
  display: inline;
  width: auto;
  text-decoration: underline;
  text-transform: capitalize;
}

.js-finished {
  width: 0;
  height: 0;
  overflow: hidden;
}

.js-finished.is-active {
  width: auto;
  height: auto;
}

.task-block>.title {
  display: flex;
  white-space: preserve;
}

.js-finished.is-active {
  margin-left: 10px;
}

.js-finished.is-active .white {
  color: #FFFFFF;
  text-transform: lowercase;
}

.js-finished {
  visibility: hidden;
}

.js-finished.is-active {
  visibility: visible;
}

/* 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;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, .5);
}

.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;
}
