.carousel {
    max-height: 468px;
    overflow: hidden;
}

.card-body {
    padding: 1.25rem;
}

.card-footer {
    padding: .75rem 1.25rem;
}

#main {
    padding: 15px;
}

.carousel-img {
    height: 468px;
    max-height: 468px;
    width: auto !important;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.carousel-indicators li {
    background-color: #0275d8;
}

.carousel-indicators .active {
    background-color: #53abff;
}

.recipeHeader {
    text-align: center;
}

.recipeCol {
    margin-bottom: 16px;
}

.card-img {
    width: 7vw !important;
    height: 7vw !important;
    object-fit: cover;
}

.card-img-top {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.card-footer {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.card-text {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.weekplan {
    margin-right: 10px;
    cursor: pointer;
}

.favorite {
    margin-left: 10px;
    cursor: pointer;
}

.unfavorite {
    margin-left: 10px;
    cursor: pointer;
}

.weekimg {
    width: 125px;
    height: 125px;
    object-fit: cover;
}

.weekPreview {
    border: 3px dashed rgba(255, 255, 255, 0);
    cursor: pointer;
}

.weekSelector {
    border: 3px dashed #646464 !important;
}

.thumbnail-card {
    width: inherit;
    margin-left: -7px;
    margin-bottom: 15px;
}

.thumbnail-body {
    width: inherit;
}

.instructionCount {
    display: inline-block;
    border-radius: 50%;
    background-color: #ebebeb;
    width: 35px;
    min-width: 35px;
    height: 35px;
    min-height: 35px;
    line-height: 30px;
    font-size: 1.25vw;
    font-weight: 300;
    color: #343434;
    text-align: center;
    box-sizing: border-box;
    border-style: dotted;
}

.instruction-img {
    width: 200px;
    min-width: 200px;
    height: 100px;
    min-height: 100px;
    object-fit: cover;
}

.text-content {
    width: 100%;
    white-space: pre-line;
    word-break: break-word;
    margin-bottom: 0;
}

.text-header {
    width: 100%;
    white-space: pre-line;
}

#previewbar {
    padding: 15px;
}

.recipe-img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover;
}

.breadcrumb-item > a {
    text-decoration: none;
    color: unset;
}

#nav-tab {
    --bs-breadcrumb-divider: '>';
}

#newRecipeButton {
    position: fixed;
    overflow: hidden;
    z-index: 8000;
    bottom: 1em;
    right: 1em;
    width: 64px;
    height: 64px;
    line-height: 32px;
    font-size: 2vw;
}

#instructions_count::-webkit-outer-spin-button,
#instructions_count::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#instructions_count {
    -moz-appearance: textfield;
}

.instruction-width {
    width: 85px;
}