﻿.validation-summary-valid {
    display: none;
}

.field-validation-error {
    color: red;
}

.d-none {
    display: none !important;
}

.ktc-widget-body-wrapper a:hover {
    text-decoration: none;
}

.bg-grad-individual {
    display: none;
}

.filter-bar.no-filters .filter-button,
.filter-bar.no-filters .filter-tags,
.filter-bar.no-filters .filter-clear {
    display: none;
}

.image-stretch {
    max-width: none;
    width: 100%;
}

details a {
    word-break: break-word;
}

.form.full-width .form-control:not([type="checkbox"], [type="radio"]) {
    width: 100% !important;
}

@media(max-width:1024px) {
    .order-preview .lds-ring {
        position: fixed;
        margin-top: 200px;
    }
}

.k-ajax-form.loader-parent .lds-ring {
    bottom: 100px;
    top: initial;
}

.html-component {
    margin: 20px 0px;
}

    .html-component label {
        display: none;
    }


.sandbox-details {
    background: #fb6666;
    padding: 20px;
    color: white;
    position: fixed;
    bottom: 20px;
    left: 20px;
    font-size: 0.8em;
    z-index: 999;
}

.form-group.custom-inline-label {
    display: flex;
    gap: .5rem;
}

    .form-group.custom-inline-label .ktc-checkbox {
        margin-top: 0;
    }

        .form-group.custom-inline-label .ktc-checkbox input[type=checkbox] {
            margin: .2rem 0 0 0;
        }

    .form-group.custom-inline-label .editing-form-control-nested-control {
        margin-bottom: .35rem;
        order: -1;
    }

    .form-group.custom-inline-label label.control-label {
        font-family: var(--frutiger-normal);
        font-weight: var(--weight-normal);
        font-size: 1rem;
    }