html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    background-color: #fffcf5
}
.form-floating > label {
    padding-top: 2px;
    margin-left: 8px;
}

.timeline {
    border-left: 1px solid hsl(0, 0%, 90%);
    position: relative;
    list-style: none;
}

    .timeline .timeline-item {
        position: relative;
    }

        .timeline .timeline-item:after {
            position: absolute;
            display: block;
            top: 0;
        }

        .timeline .timeline-item:after {
            background-color: hsl(0, 0%, 90%);
            left: -38px;
            border-radius: 50%;
            height: 11px;
            width: 11px;
            content: "";
        }
.page-header {
    color: var(--bs-secondary-color);
}
.nutrition-icon-container {
    width: 40px;
    height: 40px;
    display: inline-block;
}
.clickable {
    cursor: pointer;
}
.icon-selector {
    cursor:pointer;
}
.icon-selector:hover {
    background-color:azure;
}
.bg-picker {
    width:40px;
    height:40px;
/*    display:inline-block;*/
}