/*
 * Globals
 */


/* Custom default button */
.btn-light,
.btn-light:hover,
.btn-light:focus {
  color: #333;
  text-shadow: none; /* Prevent inheritance from `body` */
}

input.btn-outline-dark {
border-color: #333333de;
color: #333333de;

}


/*
 * Base structure
 */

body {
  /*text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); */
  box-shadow: inset 0 0 5rem rgba(0, 0, 0, .5);
}

.cover-container {
  max-width: 65em;
}


/*
 * Header
 */

.nav-masthead .nav-link {
  color: rgba(255, 255, 255, .5);
  border-bottom: .25rem solid transparent;
}

.nav-masthead .nav-link:hover,
.nav-masthead .nav-link:focus {
  border-bottom-color: rgba(255, 255, 255, .25);
  color: rgba(255, 255, 255, .25);
}

.nav-masthead .nav-link + .nav-link {
  margin-left: 1rem;
}

.nav-masthead .active {
  color: #fff;
  border-bottom-color: #fff;
}

/*
 * Features
 */

.form-check-input:checked + .form-checked-content {
  opacity: .5;
}

.muted {
  opacity: .6;
}

.list-group, .form-task {
  width: 100%;
  max-width: 600px;
  margin-inline: 1.5rem;
}

.list-group-item {
  min-height: 70px;

}


.text-truncate-wrap {
    white-space: pre-wrap;
}

/* Custom default Inputs */

.task-input.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: #19875440;
    outline: 0;
    box-shadow: 0 0 0 0.15rem rgb(30 157 98 / 30%);

/* Modals Login */

.modal-sheet .modal-dialog {
  width: 380px;
  transition: bottom .75s ease-in-out;
}

.modal-sheet .modal-footer {
  padding-bottom: 2rem;
}
