﻿.dds__breadcrumb__item:not(:last-of-type):after {
    content: "/";
    width: 1.5rem;
    padding: 0 .25rem;
    text-align: center;
    color: #fff;
}

.edit-container {
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: red;
}

.labs-edit-container {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
    align-items: center;
    gap: 10px;
/*    border-top: 1px solid rgb(204, 204, 204);
    border-bottom: 1px solid rgb(204, 204, 204);
*/  border-top: 1px solid red;
    border-bottom: 1px solid red;
    /*padding: 0.5rem 2rem;*/
}

.labs-edit-button {
    height: 32px;
    width: fit-content;
    min-width: 12px;
    padding: 0px 10px;
    border-radius: 16px;
    box-sizing: border-box;
    outline: none;
    overflow: hidden;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    color: rgb(3, 3, 3);
    background-color: rgb(232, 232, 232);
    border: 1px solid red;/* rgb(204, 204, 204);*/
}

.height-auto{
    height: auto !important;
}

/*.header-container {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 10px;*/ /* Adjust gap as needed */
/*}

.header-type-image {
    grid-row: span 2;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 72px;
    height: 48px;
}

.header-type-image-hol {
    background-color: #0468A1;
}

.header-type-image-interactive {
    background-color: #436F00;
}

.header-type-image-video {
    background-color: #A8396F;
}

.header-type-text {
    display: grid;
    grid-template-rows: 1fr 1fr;
    gap: 5px;*/ /* Adjust gap as needed */
/*}

.header-icon {
    width: 24px;
    height: 24px;
    color: white !important;
    font-size: 1.5rem !important;
    font-weight: 400 !important;
    line-height: 1.5rem !important;
}

.header-icon-interactive::before {
    margin-left: 2px;
}

.card-header-remove-padding-l-0 {
    margin-left: -1.5rem;
}*/