﻿/*
    Common CSS Styles used across all Kendo UI Windows

    Created
        07/29/2026 by Chris Jansmann (based on original from Jeo Ortiz)
*/

    .esms-kendo-window {
        border: 0;
        border-radius: 14px;
        overflow: hidden;
        box-shadow: 0 16px 45px rgba(0, 0, 0, 0.18);
    }

    .esms-kendo-window .k-window {
        backdrop-filter: saturate(3.0);
    }

    .esms-kendo-window .k-window-titlebar {
        background-color: RGBA(var(--bs-azurite-rgb), var(--bs-bg-opacity, 1)) !important;
        color: white;
    }

    .esms-kendo-window .k-edit-form-container {
        width: 100% !important;
    }

    .esms-kendo-window .k-editor-content > .k-iframe {
        width: 100% !important;
        height: 80% !important;
        min-height: 400px !important;
        display: block;
        border-width: 0;
    }