<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.cp-message h1 {
	font-size: 18px;
}

.cp-info-table.form-set-table &gt; tbody &gt; tr[class*=" cp-form-set-"] &gt; td:nth-of-type(2) .cp-input.cp-drop-down-list .select2-container, .cp-info-table.form-set-table &gt; tbody &gt; tr[class^="cp-form-set-"] &gt; td:nth-of-type(2) .cp-input.cp-drop-down-list .select2-container, .cp-info-table.form-set-table &gt; tbody &gt; tr[class*=" cp-form-set-"] &gt; td:nth-of-type(2) .cp-input.cp-drop-down-list .cp-sel-drop-down-list, .cp-info-table.form-set-table &gt; tbody &gt; tr[class^="cp-form-set-"] &gt; td:nth-of-type(2) .cp-input.cp-drop-down-list .cp-sel-drop-down-list {
    width: auto;
}

.select2-drop {
    max-width: 600px;
}

.select2-drop .select2-results .select2-result-label, .select2-drop-active .select2-results .select2-result-label, .select2-drop-active.select2-drop-above .select2-results .select2-result-label {
    white-space: normal;
}

.cp-login-background {
    background-color: #01512e;
    width: 100%;
}

.cp-login .cp-login-container .cp-login-box-image .cp-login-image {
    width: 50%;
    padding-left: 0px;
    background-image: url(../../customer/sf-background.png);
    background-position: center;
    max-width: 949px;
    max-height: 1150px;
    background-repeat: no-repeat;
    background-size: cover;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

.cpMenu {
    z-index: 2;
    width: 250px;
    position: absolute;
    height: 100%;
    background-color: #FFFFF;
}

##.Menu .cp-menu-content {
    width: 100%;
    display: block;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    margin-top: 60px;
    height: calc(100% - 200px);
    background-color: #01512e;
}
 {
    scrollbar-color: #c1cfdf #f1f6fc;
    scrollbar-width: thin !important;
}

.cpMenu .cp-menu-content .cp-menu-item.active, .cpMenu .cp-menu-content .cp-menu-item:hover {
    color: #fff;
    background-color: #01512c;
    border-radius: 30px;
}

.cpStartPageBlock .cp-startpage-titlebar {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 14px;
    border-bottom: solid 1px #f1f6fc;
    background-color: #0d4c2f;
}</pre></body></html>