html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

@-ms-viewport {
    width: device-width;
}

.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%;
    overflow-x: hidden;
}

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;
    overflow-x: auto;
}
.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;*/
}

.btn-success, .btn-info, .btn-warning,
.bg-success, .bg-info, .bg-warning,
.text-bg-success, .text-bg-info, .text-bg-warning {
        color: #fff !important;
}

.anchor-link:hover, :hover > .anchor-link, :target > .anchor-link {
    color: #0d6efd;
    text-decoration: none;
    opacity: 1;
}

.anchor-link {
    padding: 0 .175rem;
    font-weight: 400;
    color: #0d6efd80;
    text-decoration: none;
    opacity: 0;
    transition: color .15s ease-in-out, opacity .15s ease-in-out;
}