<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body, #app {
    width: 100%;
    height: 100%;
    margin: 0;
    font-family: 'Ek Mukta','Helvetica Neue',Helvetica,Verdana,sans-serif;
}
#app {
margin-top: 80px;
}

#header {
    height: 64px;   
    box-shadow: 0 -8px 9px 4px #000; 
}

#body {    
    display: flex;
    margin-top: 3px;
    min-height: calc(100% - 67px);
}

#logo {
    display: inline-block;
    position: absolute;
    color: #4e4e4e;
    font-size: 18px;
    width: 250px;
    height: 62px;    
}

#logo img{
    width: 220px;
    padding: 5px;
    cursor: pointer;
}

.section.left {
    display: flex;
    width: 600px;
    flex-wrap: wrap;
    padding: 8px 30px 0 30px;
}

.section.left #title {
    font-size: 33px;
    font-weight: 100;
    margin-left: 0px;
}

#schemes-container {
    display: flex;
}

.section.left #title #select-label {
    font-weight: 700;
    font-size: 20px;
	margin-top: 10px;
	opacity: 0.9;
}
.theme-flex {
	display:flex;
}
#base-settings {
    width: 600px;
    margin-bottom: 10px;
}

#base-settings .editors {
    padding: 18px 41px 8px 41px;
    border-radius: 10px;
	border-top-left-radius: 0px;
    margin-bottom: 7px;
}

#schemes {
    list-style: none;
	display: flex;
}

.scheme-li {
    padding: 5px;
    width: 140px;
    height: 45px;
    border-radius: 0px;
    cursor: pointer;
}

.scheme-li.active {
    background-color: #e2e5e7;
}
.scheme-li:hover {
    background-color: #d9dde0;
}

.scheme-color {
    display: inline-block;
    box-sizing: border-box;
    width: 45px;
    height: 45px;
    border-style: solid;
    border-width: 10px;
    border-radius: 0px;
    vertical-align: middle;
    margin-right: 15px; 
}

.scheme-name {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

#theme-dropdown {
    width: 150px !important;
	margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 20px;
}

#base-size-dropdown {
    width: 200px !important;
}

#base-settings .header {
    height: 17px;
    font-size: 13px;
    margin-bottom: 5px;
    color: #9c9c9c;
}

.smart-text-box-element {
    width: 200px;
    height: 35px
}

smart-text-box {
    width: 200px !important;
    height: 35px !important;
}

#base-settings #title {
    text-transform: uppercase;
    color: #aaa;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    margin-left: 0;
}

#base-settings #dynamic {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    height: calc(65px * 10);
}

#base-settings .editor-item {
    margin-right: 20px;
    margin-bottom: 8px;
}

smart-color-picker {
    height: 35px !important;
    width: 200px !important;
}

smart-drop-down-list {
    width: 200px !important;
    height: 35px !important;
}

#buttons-container {
    width: 340px;
    margin: auto;
}

#export-button {
    margin-right: 30px;
}

#export-window .smart-content {
    overflow: hidden;
}

#export-window smart-text-box {
    margin: 25px;
}

#export-window smart-text-box input {
    font-size: 14px;
}

smart-tabs {
    width: 450px !important;
    height: 310px !important;
}

smart-window {
    border: none !important;
}

.smart-tab-label-container {
    width: 48%;
    text-transform: none !important;
    text-align: center;
}

smart-tab-item &gt; div {
    display: flex !important;
    align-items: center;
    flex-direction: column;
}

smart-tab-item smart-button {
    margin: 15px 0;
}

smart-multiline-text-box {
    margin-top: 10px;
    width: 432px !important;
    height: 160px !important;
    overflow: hidden !important;
}

/* theme preview */

.section.right{
    flex: 50%;
    box-shadow: 0 12px 18px rgba(0, 0, 0, 0.3);
    margin: 40px 0;   
}

#theme-preview-header {
    background-color: #fff;
    height: 40px;
    padding: 20px;
    line-height: 40px;
    font-size: 20px;
    font-weight: 500;
}

#preview &gt; div {
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}

/* jqwidgets */

.jqx-grid-column-header {
    min-height: 0 !important;
}

.jqx-expander-content-bottom {
    overflow-y: hidden !important;
}</pre></body></html>