﻿div[id^="livePreview_"] {
    width: 0;
    min-width: 0;
    max-width: 720px;
    overflow: hidden;
    font-size: 0px;
    border-end-start-radius: 12px;
    transition: all 0.3s ease-in-out;
}

    div[id^="livePreview_"].show {
        border-left: 1px solid;
        border-bottom: 1px solid;
        width: 700px;
        margin-left: 20px;
        padding: 10px;
        font-size: 16px;
    }

    div[id^="livePreview_"] ul {
        margin-bottom: 0px;
    }

    div[id^="livePreview_"].show ul {
        margin-bottom: 16px;
    }

span.emptyField {
    color: #dc3545;
}

#newSpecificationNameInput {
    border-right: none;
}

    #newSpecificationNameInput:focus {
        outline: none !important;
        box-shadow: none !important;
    }

html[data-bs-theme="light"] #newSpecificationNameInput:focus {
    border-color: #dee2e6 !important;
}

html[data-bs-theme="dark"] #newSpecificationNameInput:focus {
    border-color: #495057 !important;
}

#specifications {
}

.specificationBody {
    margin-bottom: 12px;
}

.specificationContent {
    margin-top: 12px;
    margin-left: 6px;
    padding: 6px 0px 12px 12px;
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-end-start-radius: 12px
}

html[data-bs-theme="light"] .specificationContent, html[data-bs-theme="light"] div[id^="livePreview_"].show {
    border-color: #dee2e6 !important;
}

html[data-bs-theme="dark"] .specificationContent, html[data-bs-theme="dark"] div[id^="livePreview_"].show {
    border-color: #495057 !important;
}

html[data-bs-theme="light"] div[id^="livePreview_"] {
    background: #f4efff;
}

html[data-bs-theme="dark"] div[id^="livePreview_"] {
    background: #332935;
}

.specificationBanner {
    padding: 12px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    transition: background 0.3s ease;
}

html[data-bs-theme="light"] .specificationBanner {
    background: #e7deff;
}

html[data-bs-theme="dark"] .specificationBanner {
    background: #332935;
}

.form-label.fw-bold:not(.notCustom) {
    margin: 8px 0px 0px 0px !important;
}

.custom-form-control {
    display:block;
    width: 100%;
    padding: .375rem .75rem;
    border: 1px solid transparent;
}

.obligatory {
    animation: obsoleteAnimation 1.5s linear infinite;
}

.specificationBanner i {
    display: inline-block;
}

#newAiSpecificationPanelContent {
    border-left: 1px solid;
    border-bottom: 1px solid;
    border-end-start-radius: 12px;
    padding: 0px 12px 12px 12px;
}

html[data-bs-theme="light"] #newAiSpecificationPanelContent {
    background: #e7deff;
    border-color: #dee2e6;
}

html[data-bs-theme="dark"] #newAiSpecificationPanelContent {
    background: #332935;
    border-color: #495057;
}

#aiAttributesResult p {
    margin: 0;
}