@import "../../../../modules/backend/assets/css/october.css";

@font-face {
    font-family: 'CS ChatThaiUI';
    src: url('fonts/chatthai/CSChatThaiUI.woff2') format('woff2'),
        url('fonts/chatthai/CSChatThaiUI.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'CS ChatThai';
    src: url('fonts/chatthai/CSChatThai.woff2') format('woff2'),
        url('fonts/chatthai/CSChatThai.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: -apple-system, BlinkMacSystemFont, "CS ChatThaiUI", "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

.oc-logo {
    background-image: url(../images/cess-logo.png);
}
#layout-canvas {
    max-width: 1980px;
    margin: auto;
}

.layout.control-tabs.oc-logo-transparent:not(.has-tabs), .flex-layout-column.oc-logo-transparent:not(.has-tabs), .layout-cell.oc-logo-transparent {
    background-image: url(../images/cess-logo.png);
}

.popup-backdrop .popup-loading-indicator:after {
    /* background-image: url(../images/cess-cms-logo.svg); */
    /* -webkit-filter: drop-shadow(0px 0px 30px rgba(0,0,0,1)); */
}

.popup-backdrop .popup-loading-indicator{
    /* box-shadow: none;
    background: none; */
}