/* =========================================================
   MON CARNET GOURMAND
   V1.4.0.2.4 — TEMPS DE REPOS
   ========================================================= */

.form-field-rest {
    grid-column: 1 / -1;
}

.recipe-rest-input {
    position: relative;
}

.recipe-rest-input > span {
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 14px;
    transform: translateY(-50%);
    pointer-events: none;
    font-size: 17px;
}

.recipe-rest-input .form-control {
    padding-left: 43px;
}

.recipe-rest-input .form-control::placeholder {
    color: var(--color-text-soft);
    opacity: 0.78;
}
