/* @import url(https://fonts.googleapis.com/css2?family=Open+Sans&display=swap); */
@import url(https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap);

.modal-dialog {

    max-width: 700px!important;
}

.image-checkbox{
    display: flex;
    align-items: center;
    border-bottom:#ccc 1px solid;
    line-height:80px;
    height: 80px;
}
.image-checkbox{
    display: flex;
    align-items: center;
    border-bottom:#ccc 1px solid;
    line-height:80px;
    height: 80px;
}

.hidden{
    display: none!important;
}

.ts-wrapper.form-control.single::after, .ts-wrapper.form-control.multi::after {
    content: '▼';
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none;
    font-size: 1rem;
    color: #aaaaaa;
}

.groupContainer.auswerteparameter label {
    display: unset;
}
.groupContainer.auswerteparameter div[data-controller="checkbox"] {
    float:left;
}

.row.form-group:has(.groupContainer.auswerteparameter) {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left:0px;
    margin-right:0px;
    padding: 10px;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    background: #fff;
}


svg.form-check-input {
    width: 1.5em;
    height: 1.5em;
    background:none;
    border:none;
}

.hr_spacer{
    height: 1px;
    background: #e5e5e5;
    margin: 10px 0;
}

body {
    /* font-family: 'Open Sans', sans-serif!important; */
    font-family: "Inter", system-ui;
    font-size: 15px;
    /* font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; */
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        /* max-width: 1860px; */
    }
}
.workspace-limit {
    /* max-width: calc(1920px + 1rem); */
}
.float-left{
    float: left;
}
.float-right{
    float: right;
}
.input-group {
    max-width: 1800px;
}
.bootstrap-tagsinput, .chosen-choices, .chosen-single, .form-control, .form-range, .input-icon {
    max-width: 1800px;
}
.pairing-code{
    font-size: 2.5rem;
    font-weight: 600;
}
.subtitle{
    font-size: 1.2rem;
    font-weight: 600;
    margin:0;
}
.matrix div[data-controller="datetime"]:has([data-action="click->datetime#clear"]) {
    min-width: 155px;
}
.bg-white, .dropzone .dz-preview, .dropzone-wrapper .dz-preview, .editor-preview-side, .layout{
    background: #fafafa!important;
}
.dropzone, .dropzone-wrapper {
    min-height: 70px!important;
}
.dropzone .dz-preview, .dropzone-wrapper .dz-preview {

    min-height: 60px!important;
}
.dz-message .px-2.py-4{
    padding: 0!important;
}
.bg-light.d-flex.justify-content-center.r-2x {
    min-height: 70px!important;
}

.nav-item span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: block;
    width:215px;
}

/* .page-platform-home .command-bar-wrapper{
    display: none;
} */
.accordion-heading{
    background: rgba(255, 255, 255, 1);
    border-radius: 10px;
    padding: 0px 10px;
    margin-bottom:5px;

}
.accordion-heading h6{
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 400;
}
.accordion-heading.collapsed{
    background: rgba(255, 255, 255, .6);
}
.accordion-heading.collapsed h6{
    font-weight: 200;
}

ul.nav > li.active {
    border-left: 2px solid red;
}

/* layoutbar soll wenn nach unten gescrollt wird oben bleiben */
.command-bar-wrapper{
    position: sticky;
    top: 0;
    z-index: 1000;
    /* background: white; */
    /* padding: 10px; */
   /*  border-bottom: 1px solid #e5e5e5; */
}
.matrix.table.orderable .ui-sortable tr th{
    cursor: move;
}
.matrix textarea.bootstrap-tagsinput,
.matrix textarea.chosen-choices,
.matrix textarea.chosen-single,
.matrix textarea.form-control,
.matrix textarea.select2-selection--single {
    height: auto!important;
}
/* .sortable-placeholder {
    background-color: #000;
    border: 8px dashed #ccc;
    visibility: visible !important;
} */

/* .matrix.table .dropzone-wrapper .px-2.py-4{
    padding: 0!important;
}
.matrix.table .dropzone-wrapper .bg-light.d-flex.justify-content-center.r-2x {
    min-height: 62px!important;
}

.matrix.table .dropzone .dz-preview .dz-image, .dropzone-wrapper .dz-preview .dz-image {
    height: 62px!important;
    overflow: auto;
}

.matrix.table .dz-preview{
    height: 62px!important;

}
 */

.modal-dialog.modal-fullscreen-md-down.modal-lg {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: -1;
}

.modal-dialog.modal-fullscreen-md-down:visible ~ #screen-modal-form-saveAssetModal > div.modal-footer {
    display: none;
}


.groupContainer.moveable .form-group {
    /* margin-bottom:5px;
    display: inline; */
    cursor: move;
    /* background: repeating-linear-gradient(
        45deg,
        #f3f3f3,
        #f3f3f3 10px,
        #e0e0e0 10px,
        #e0e0e0 20px
    ); */
    /* border: 1px dashed #ccc; */
}

.icon-color-red svg{
    fill: red;
}
.icon-color-green svg{
    fill: green;
}

.label-order label{
    font-weight: 600;
}
.label-order{
    text-align: left;
    padding: 7px 15px;
    background: #eee;
    border-radius: 5px;
    cursor: move;
    margin-bottom:5px;
    font-weight: 400;;
}
.label-order.ui-sortable-helper {
    background: repeating-linear-gradient(
        45deg,
        #f3f3f3,
        #f3f3f3 10px,
        #e0e0e0 10px,
        #e0e0e0 20px
    );
    border: 1px solid #ccc;
    opacity: 0.8; /* Optional: macht das Element halbtransparent */
}
