#search-recipes-filter .form-check-input.cursor-pointer
{
	/* border: 1px solid red; */
	border-color: #3f78e0;
}

.img-sp-25
{
    width: 25% !important;
    height: auto !important;
}
.img-sp-50
{
    width: 50% !important;
    height: auto !important;
}
.img-sp-75
{
    width: 75% !important;
    height: auto !important;
}
.img-sp-100
{
    width: 100% !important;
    height: auto !important;
}

.ratio-16-9{
     aspect-ratio: 16/9;
}

.greatvibes{
    font-family: 'Great Vibes', serif;
    font-weight: 300;
}

.helvetica{
    font-family: 'Helvetica', serif;
    font-weight: 300;
}

.text-shadow-dark {
    text-shadow: 3px 2px 4px #1f1f1f;
}

.text-shadow-light {
    text-shadow: 0 0 0.1875rem rgba(255, 255, 255, 0.5);
}

.dt_attachments_list li
{
    list-style-type: none;
}


.tooltip-xl .tooltip-inner
{
    min-width: 400px;
}

.cover-title {
    position : relative;
    transform: translateY(-50%);
    padding  : 20px 30px;
    top      : 50%;
}


@media (max-width: 768px)
{
    ul.dt_attachments_list li a
    {
         word-break: break-all;
    }
}

.note-video-clip
{
    height: auto;
    width: 100% !important;
    aspect-ratio: 16/9;
}

.archive-item .card-body
{
    min-height: 280px;
}

.recipe-ingredients
{
    font-size: 0.85em !important;
}

.cursor-pointer
{
    cursor: pointer;
}

.card-badge
{
    bottom: 10px;
    right: 10px;
    position: absolute;
    z-index: 9999;
    background-color: #e59529;
    color: #fff !important;
    border-radius: 10px;
    padding: 2px 5px;
    font-weight: 400;
    font-size: 1.1em;
    cursor: pointer;
}