<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">main .thaw-nav-bar {
    height: 60px; 
    line-height: 60px;
}
main .thaw-nav-bar__left .thaw-space__item {
    margin-top: 2em;
}
.dark .thaw-card {
    border-color: #323233;
}
.tii-logo-white-nav {
    height: 53px;
    width: 90px;
}
.logo-white, .logo-dark, .logo {
    height: 64px;
    width: 110px;
    padding: 3px 8px;
}
footer { 
    /* position: absolute; 
    bottom: 0; */
    margin-top: 20px;
    width: 100%;
}
footer .thaw-layout {
    padding: 1px 0px 2px 0;
    border: 0; 
    border-top: 1px solid #e5e8eb;
} 
footer .thaw-layout.dark {
    border: 0; 
    border-top: 1px solid #323233;
} 
footer .thaw-layout.light .tii {
    background-color: #101a47; 
} 
.grid-item-head {
    color: rgb(115 115 115);
}
.grid-item-total {
    color: rgb(249 115 22);
}
.key-name {
   color: rgb(249 115 22);
}
.thaw-collapse-item__header {
    background-color: rgb(229 231 235); 
}
.dark .thaw-collapse-item__header {
    background-color: rgb(31 41 55);
}
.equal-collapse .thaw-collapse .thaw-collapse-item:not(:first-child) .thaw-collapse-item__header,
.equal-collapse .thaw-collapse .thaw-collapse-item .thaw-collapse-item__header {
    padding: 5px;
}
.equal-collapse .thaw-collapse-item__content {
    padding-top: 3px;
    padding-bottom: 5px;
}
.text-input-auto textarea {
    height: auto;
    min-height: 20em;
}

.not_use {
    opacity: 0.4;
}
[draggable="true"] {
	user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	-ms-user-select: none;
}

.dragging {
	opacity: 0.5;
	background-color: purple;
}

ul.moveable {
	list-style: none;
	margin: 0px;
	padding: 0px;
    li {
        list-style-image: none;
        cursor: move;
        width: 100%;
	    &amp;:hover {
            border: 1px solid #ccc;
            /*border-radius: 4px;*/
	 	    /* background-color: #eee; */
	    }
	}
	.over {
		border: 3px dotted #666;
	}
}
</pre></body></html>