@media print {
    body * {
      visibility: hidden;
    }
    #preparation, #preparation * {
      visibility: visible;
    }
    #preparation {
      position: absolute;
      left: 0;
      top: 0;
    }
    .numberCircle, #acquirer, #features, #finale{
        display: none;
    }
  }

body {
    margin: 20px;
    padding: 20px;
}
.numberCircle {
    width: 39.6px;
    height: 39.6px;
    border-radius: 50%;
    text-align: center;
    font-size: 21.6px;
    border: 2px solid #0693e3;
    color:white;
    background:#0693e3;
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%)
} 

/* .checkmark {
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 40px;
    line-height: 40px;
    font-weight: 800;
    border-radius: 0;
    border: none;
    color:green;
    background:none;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(+60%) translateY(-60%);
} */


.todo-title {
    line-height: 10px;
    position: relative;
    left: 1rem;
    top: 0px;
}

span.info {
    position: absolute;
    right: 10px;
    top: 8px;
    color: #fcb900;
    
}

input.collapser {
    position: absolute; top: 8px; left: 10px;
    
}

input.collapser:checked+.container {
    display: none;
}

/* .prep-item {
    display: none;
} */

.card {
    width: 80%;
    margin: 20px auto 50px;
}

.card-body {
    position:relative;
    padding-top: 30px;
    text-align: center;
}

.card-title {
    margin: 5px;
    padding-bottom: 0px;
}

 .prep-item > label {
    /* position: relative; margin-left: 20px; */
} 

#finale {
    /* display: none; */
}
#preparation .card-body {
    background-color: #E6E7EB;
}

#optional-list {
    display: flex;
    justify-content: space-between;
}


.left-list-group, .right-list-group {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
}

 /* .list-item {
    flex: 1 0 auto;
}  */

.yellow-icon {
    color: #fcb900;
}

.list-group-item {
    justify-content: space-between;
}