@import url("/assets/common/std/css/std.css");
@font-face {
    font-family: font1;
    src: url('/assets/slc/std/fonts/Montserrat-Regular.ttf?v=1.97.201.20260924131252') format('truetype');
}
@font-face {
    font-family: font1light;
    src: url('/assets/slc/std/fonts/Montserrat-Light.ttf?v=1.97.201.20260924131252') format('truetype');
}
@font-face {
    font-family: font1bold;
    src: url('/assets/slc/std/fonts/Montserrat-Medium.ttf?v=1.97.201.20260924131252') format('truetype');
}
@font-face {
    font-family: font2;
    src: url('/assets/slc/std/fonts/PTMono-Regular.ttf?v=1.97.201.20260924131252') format('truetype');
}
@font-face {
    font-family: font2light;
    src: url('/assets/slc/std/fonts/PTMono-Regular.ttf?v=1.97.201.20260924131252') format('truetype');
}
@font-face {
    font-family: font2bold;
    src: url('/assets/slc/std/fonts/PTMono-Regular.ttf?v=1.97.201.20260924131252') format('truetype');
}
@font-face {
    font-family: font3;
    src: url('/assets/sys/fonts/Roboto-Regular.ttf?v=1.97.201.20260924131252') format('truetype');
}
@font-face {
    font-family: font3light;
    src: url('/assets/sys/fonts/Roboto-Light.ttf?v=1.97.201.20260924131252') format('truetype');
}
@font-face {
    font-family: font3bold;
    src: url('/assets/sys/fonts/Roboto-Medium.ttf?v=1.97.201.20260924131252') format('truetype');
}
@font-face {
    font-family: FontAwesome;
    src: url('/assets/sys/fonts/fontawesome-webfont.ttf?v=1.97.201.20260924131252') format('truetype');
}
body {
    font-family: font1, font3;
    color: #292929;
    letter-spacing: 0.2px;
}
b, strong {
    font-family: font1bold, font3bold;
}
h2{
    font-size: 3.8rem;
}
p{
    font-size: 2rem;
}
@media(max-width: 550px){
    h1{
        font-size: 2.8rem;
    }
    h2{
        font-size: 2.5rem;
    }
    p {
        font-size: 1.6rem;
    }
}
.bgcolor1 {
    background-color: white;
    color: #5a4a42;
    border: none;
}
.bgcolor2 {
    background: #3d3d3d;
    color: white;
    border: none;
}
.bgcolor3 {
    background-color: #f6f4e9;
    color: #5a4a42;
    border: none;
}
.bgcolor4 {
    background: #ff9900;
    color: #5a4a42;
    border: none;
}
.bgcolor5 {
    background: #e5e3d4;
    color: #5a4a42;
    border: none;
}
.template {
    display: none !important;
}
.indent {
	margin-left: 1.5em;
}
.vishide {
    display: none !important;
}
.off:not(.loanforge_on),
.loanforge_off {
    display: none !important;
}
.nowrap {
    white-space: nowrap;
}
*._disabled,
*:disabled,
*[disabled] {
    color: #888;
    -webkit-text-fill-color: #888;
    opacity: 1;
    cursor: not-allowed;
}
.dev {
    background: yellow!important;
    color: black!important;
}
.loader{
    position: relative;
}
.loader:before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    display: block;
    z-index: 10;
    top: 0;
    left: 0;
}
.loader:after{
    content: '';
    background-image: url(/assets/slc/std/img/loader.svg);
    position: absolute;
    z-index: 10;
    top: calc(50% - 4.25rem);
    left: calc(50% - 4.25rem);
    display: inline-block;
    width: 8.5rem;
    height: 8.5rem;
    text-align: center;
    animation: load 1.1s infinite;
    background-repeat: no-repeat;
    background-size: contain;
}
@keyframes load{
    100%{
      transform:rotatez(360deg);
    }
}
*[expando] {
    position: relative;
    background-color: white;
    color: #5a4a42;
    box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, 0.16);
    padding: 1.5rem 4rem 1.5rem 0rem;
    border-radius: 0;
    font-size: 1.8rem;
    letter-spacing: .05rem;
    font-family: font1;
    cursor: pointer;
    border-bottom: 1px solid #5a4a42;
}
*[expando], *[expando] ~ div {
    border-bottom: 1px solid #5a4a42;
}
*[expando]:after{
    content: '';
    width: 13px;
    height: 100%;
    position: absolute;
    right: 20px;
    top: 0;
    background-image: url('/assets/slc/std/img/icon-system-arrow-down-alt1.svg?v=1.97.201.20260924131252');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    transition: transform 0.3s;
    transform: rotate(-90deg);
}
*[expando].expanded:after {
    transform: rotate(0deg);
}
*[expando] ~ div {
    padding: 2rem 0rem;
    font-size: 1.6rem;
    transition: max-height .6s ease-in;
    transition: all .5s;
    box-sizing: border-box;
}
*[expando].expanded  ~ div {
    max-height: 1500px;
}
button, .button, input[type="button"], input[type="submit"], input[type="reset"] {
    background-color: #ff9e18;
    border: none;
    min-height: 4rem;
    color: white;
    border-radius: 5rem;
    cursor: pointer;
    text-decoration: none;
    font-size: 1.6rem;
    width: auto;
    -webkit-appearance: none;
    appearance: none;
    font-weight: normal;
    padding: 1rem 2.5rem;
    transition: all 1.5s;
    text-transform: uppercase;
    font-weight: bold;
    font-family: font1, font2;
}
.bgcolor4 button, .bgcolor4 .button, .bgcolor4 input[type="button"], .bgcolor4 input[type="submit"], .bgcolor4 input[type="reset"] {
    background-color: white;
    color: #ff9e18;
}
.bgcolor4 button._2nd, .bgcolor4 .button._2nd, .bgcolor4 input[type="button"]._2nd, .bgcolor4 input[type="submit"]._2nd, .bgcolor4 input[type="reset"]._2nd {
    border: 2px solid white;
    color: white;
    background-color: rgba(0,0,0,0)
}
.bgcolor4 button._3rd, .bgcolor4 .button._3rd, .bgcolor4 input[type="button"]._3rd, .bgcolor4 input[type="submit"]._3rd, .bgcolor4 input[type="reset"]._3rd {
    border: 2px solid #ff9e18;
    background-color: white;
    color: #ff9e18;
}
.bgcolor2 button, .bgcolor2 .button, .bgcolor2 input[type="button"], .bgcolor2 input[type="submit"], .bgcolor2 input[type="reset"] {
    background-color: #F6CD46;
    color: #3D3D3D;
}
.bgcolor2 button._2nd, .bgcolor2 .button._2nd, .bgcolor2 input[type="button"]._2nd, .bgcolor2 input[type="submit"]._2nd, .bgcolor2 input[type="reset"]._2nd {
    border: 2px solid #F6CD46;
    color: #F6CD46;
    background-color: rgba(0,0,0,0)
}
.bgcolor2 button._3rd, .bgcolor2 .button._3rd, .bgcolor2 input[type="button"]._3rd, .bgcolor2 input[type="submit"]._3rd, .bgcolor2 input[type="reset"]._3rd {
    border: 2px solid #3D3D3D;
    background-color: #F6CD46;
    color: #3D3D3D;
}
button:disabled, .button:disabled, input[type="button"]:disabled, input[type="submit"]:disabled, input[type="reset"]:disabled, button._disabled, .button._disabled, input[type="button"]._disabled, input[type="submit"]._disabled, input[type="reset"]._disabled {
    background-color: #D3D1CA!important;
    color: #888!important;
    cursor: not-allowed!important;
}
button._condense, .button._condense, input[type="button"]._condense, input[type="submit"]._condense, input[type="reset"]._condense, ._condense button, ._condense .button, ._condense input[type="button"], ._condense input[type="submit"], ._condense input[type="reset"]{
    padding: 0.2rem 1rem;
    border-radius: 0.3rem;
    height: auto;
	min-height: auto;
}
button._2nd, .button._2nd, input[type="button"]._2nd, input[type="submit"]._2nd, input[type="reset"]._2nd {
    background: none;
    border: 2px solid #ff9e18;
    color: #ff9e18;
    padding: 1rem 2.5rem;
    border-radius: 5rem;
    cursor: pointer;
    text-decoration: none;
    background-color: rgba(0, 0, 0, 0);
    width: auto;
}
button._2nd:hover, .button._2nd:hover, input[type="button"]._2nd:hover, input[type="submit"]._2nd:hover, input[type="reset"]._2nd:hover {
    border: 2px solid #ff9e18;
    color: white;
    background-color: #ff9e18;
}
._condense button._2nd, ._condense .button._2nd, ._condense input[type="button"]._2nd, ._condense input[type="submit"]._2nd, ._condense input[type="reset"]._2nd,
button._2nd._condense, .button._2nd._condense, input[type="button"]._2nd._condense, input[type="submit"]._2nd._condense, input[type="reset"]._2nd._condense {
    padding: 0.1rem 1rem;
    border-radius: 3px;
}
button._3rd, .button._3rd, input[type="button"]._3rd, input[type="submit"]._3rd, input[type="reset"]._3rd {
    border: 2px solid white;
    background-color: #ff9e18;
    color: white;
}
button:hover, .button:hover, input[type="button"]:hover, input[type="submit"]:hover, input[type="reset"]:hover,
button._3rd:hover, .button._3rd:hover, input[type="button"]._3rd:hover, input[type="submit"]._3rd:hover, input[type="reset"]._3rd:hover,
button._cset1:hover, .button._cset1:hover, input[type="button"]._cset1:hover, input[type="submit"]._cset1:hover, input[type="reset"]._cset1:hover,
button._3rd._cset1:hover, .button._3rd._cset1:hover, input[type="button"]._3rd._cset1:hover, input[type="submit"]._3rd._cset1:hover, input[type="reset"]._3rd._cset1:hover {
    background-color: #ff9e18;
    color: white;
}
button._3rd:hover, .button._3rd:hover, input[type="button"]._3rd:hover, input[type="submit"]._3rd:hover, input[type="reset"]._3rd:hover {    border: 2px solid #ff9e18;
    border: 2px solid #ff9e18;
}
button._cset1, .button._cset1, input[type="button"]._cset1, input[type="submit"]._cset1, input[type="reset"]._cset1 {
    background-color: #ff9e18;
    color: white;
}
button._2nd._cset1, .button._2nd._cset1, input[type="button"]._2nd._cset1, input[type="submit"]._2nd._cset1, input[type="reset"]._2nd._cset1 {
    border: 2px solid #ff9e18;
    color: #ff9e18;
    background-color: rgba(0, 0, 0, 0);
}
button._2nd._cset1:hover, .button._2nd._cset1:hover, input[type="button"]._2nd._cset1:hover, input[type="submit"]._2nd._cset1:hover, input[type="reset"]._2nd._cset1:hover {
    border: 2px solid #ff9e18;
    color: white;
    background-color: #ff9e18;
}
button._3rd._cset1, .button._3rd._cset1, input[type="button"]._3rd._cset1, input[type="submit"]._3rd._cset1, input[type="reset"]._3rd._cset1 {
    border: 2px solid white;
    background-color: #ff9e18;
    color: white;
}
button._3rd._cset1:hover, .button._3rd._cset1:hover, input[type="button"]._3rd._cset1:hover, input[type="submit"]._3rd._cset1:hover, input[type="reset"]._3rd._cset1:hover {
    border: 2px solid #ff9e18;
}
button._cset2, .button._cset2, input[type="button"]._cset2, input[type="submit"]._cset2, input[type="reset"]._cset2 {
    background-color: #594a42;
    color: white;
}
button._cset2:hover, .button._cset2:hover, input[type="button"]._cset2:hover, input[type="submit"]._cset2:hover, input[type="reset"]._cset2:hover {
    background-color: #594a42;
    color: white;
}
button._2nd._cset2, .button._2nd._cset2, input[type="button"]._2nd._cset2, input[type="submit"]._2nd._cset2, input[type="reset"]._2nd._cset2 {
    border: 2px solid #594a42;
    color: #594a42;
    background-color: rgba(0, 0, 0, 0);
}
button._2nd._cset2:hover, .button._2nd._cset2:hover, input[type="button"]._2nd._cset2:hover, input[type="submit"]._2nd._cset2:hover, input[type="reset"]._2nd._cset2:hover {
    border: 2px solid #594a42;
    color: white;
    background-color: #594a42;
}
button._3rd._cset2, .button._3rd._cset2, input[type="button"]._3rd._cset2, input[type="submit"]._3rd._cset2, input[type="reset"]._3rd._cset2 {
    border: 2px solid white;
    background-color: #594a42;
    color: white;
}
button._3rd._cset2:hover, .button._3rd._cset2:hover, input[type="button"]._3rd._cset2:hover, input[type="submit"]._3rd._cset2:hover, input[type="reset"]._3rd._cset2:hover{
    background-color: #594a42;
    border: 2px solid #594a42;
}
button._cset3, .button._cset3, input[type="button"]._cset3, input[type="submit"]._cset3, input[type="reset"]._cset3 {
    background-color: #ff5b34;
    color: #fff9e7;
}
button._cset3:hover, .button._cset3:hover, input[type="button"]._cset3:hover, input[type="submit"]._cset3:hover, input[type="reset"]._cset3:hover{    background-color: #ff5b34;
    border-color: #ff5b34;
}
button._2nd._cset3, .button._2nd._cset3, input[type="button"]._2nd._cset3, input[type="submit"]._2nd._cset3, input[type="reset"]._2nd._cset3 {
    border: 2px solid #ff5b34;
    color: #ff5b34;
    background-color: rgba(0, 0, 0, 0);
}
button._2nd._cset3:hover, .button._2nd._cset3:hover, input[type="button"]._2nd._cset3:hover, input[type="submit"]._2nd._cset3:hover, input[type="reset"]._2nd._cset3:hover {
    border: 2px solid #ff5b34;
    color: white;
    background-color: #ff5b34;
}
button._3rd._cset3, .button._3rd._cset3, input[type="button"]._3rd._cset3, input[type="submit"]._3rd._cset3, input[type="reset"]._3rd._cset3 {
    border: 2px solid #fff9e7;
    background-color: #ff5b34;
    color: #fff9e7;
}
button._3rd._cset3:hover, .button._3rd._cset3:hover, input[type="button"]._3rd._cset3:hover, input[type="submit"]._3rd._cset3:hover, input[type="reset"]._3rd._cset3:hover {
    background-color: #ff3f12;
    border-color: #ff5b34;
}
button._cset4, .button._cset4, input[type="button"]._cset4, input[type="submit"]._cset4, input[type="reset"]._cset4 {
    background-color: #e4e1d5;
    color: #594a42;
    border: 2px solid #e4e1d5;
}
button._cset4:hover, .button._cset4:hover, input[type="button"]._cset4:hover, input[type="submit"]._cset4:hover, input[type="reset"]._cset4:hover,
button._3rd._cset4:hover, .button._3rd._cset4:hover, input[type="button"]._3rd._cset4:hover, input[type="submit"]._3rd._cset4:hover, input[type="reset"]._3rd._cset4:hover {
    background-color: #e4e1d5;
    color: #594a42;
    border: 2px solid #e4e1d5;
}
button._2nd._cset4, .button._2nd._cset4, input[type="button"]._2nd._cset4, input[type="submit"]._2nd._cset4, input[type="reset"]._2nd._cset4 {
    border: 2px solid #e4e1d5;
    color: #e4e1d5;
    background-color: rgba(0, 0, 0, 0);
}
button._2nd._cset4:hover, .button._2nd._cset4:hover, input[type="button"]._2nd._cset4:hover, input[type="submit"]._2nd._cset4:hover, input[type="reset"]._2nd._cset4:hover {
    border: 2px solid #e4e1d5;
    color: #594a42;
    background-color: #e4e1d5;
}
button._3rd._cset4, .button._3rd._cset4, input[type="button"]._3rd._cset4, input[type="submit"]._3rd._cset4, input[type="reset"]._3rd._cset4 {
    border: 2px solid white;
    background-color: #e4e1d5;
    color: #594a42;
}
button._cset5:not([disabled="disabled"]), .button._cset5:not([disabled="disabled"]), input[type="button"]._cset5:not([disabled="disabled"]), input[type="submit"]._cset5:not([disabled="disabled"]), input[type="reset"]._cset5:not([disabled="disabled"]) {
    background-color: #bd5a00;
    color: white;
    border: 2px solid #bd5a00;
}
button._2nd._cset5, .button._2nd._cset5, input[type="button"]._2nd._cset5, input[type="submit"]._2nd._cset5, input[type="reset"]._2nd._cset5 {
    border: 2px solid #bd5a00;
    color: #bd5a00;
    background-color: rgba(0,0,0,0);
}
button._2nd._cset5:hover, .button._2nd._cset5:hover, input[type="button"]._2nd._cset5:hover, input[type="submit"]._2nd._cset5:hover, input[type="reset"]._2nd._cset5:hover {
    border: 2px solid #bd5a00;
    color: white;
    background-color: #bd5a00;
}
button._3rd._cset5, .button._3rd._cset5, input[type="button"]._3rd._cset5, input[type="submit"]._3rd._cset5, input[type="reset"]._3rd._cset5 {
    border: 2px solid white;
    color: white;
    background-color: #bd5a00;
}
button._3rd._cset5:hover, .button._3rd._cset5:hover, input[type="button"]._3rd._cset5:hover, input[type="submit"]._3rd._cset5:hover, input[type="reset"]._3rd._cset5:hover {
    border: 2px solid #bd5a00;
    color: white;
    background-color: #bd5a00;
}
a.button{
    display: inline-block;
}
button._close {
    position: absolute;
	padding: 0;
	margin: 0;
    top: 0;
    right: 0;
	height: auto;
	min-height: auto;
    font-weight: bold;
    cursor: pointer;
    background-color: transparent;
    color: rgb(170, 170, 170);
	font-size: 1.5em;
	line-height: 1em;
	text-align: center;
	width: 1em;
	z-index: 10;
}
button._close:hover{
    background-color: rgba(128,128,128,0.3);
}
.bgcolor2 button._close:hover {
    background-color: rgba(0, 0, 0, 0);
    border: none;
}
a, .link, button.link {
    text-decoration: none;
    font-size: 1.4rem;
    width: auto;
    color: #ff9e18;
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0);
    padding: 0;
    height: auto;
    font-family: font1bold, font2bold;
    text-transform: none;
}
a:hover:not(.button), .link:hover {
    color: #f27600;
}
.bgcolor4 a, .bgcolor4 .link{
    color: white;
    background-color: rgba(0,0,0,0);
}
.bgcolor2 a, .bgcolor2 .link {
    color: #F6CD46;
    background-color: rgba(0,0,0,0);
}
a._disabled, a[disabled], .link._disabled, .link[disabled] {
    background: none;
}
form {
    max-width: 700px;
}
.field, field {
    width: 100%;
    display: inline-block;
    margin-bottom: 2rem;
    text-align: left;
    position: relative;
}
input,
label,
select{
    width: 100%;
    display: inline-block;
    color: inherit;
    max-width: unset;
}
input::placeholder {
    color: #dadada;
    font-style: italic;
}
:-ms-input-placeholder {
    color: #dadada;
    font-style: italic;
}
label {
    font-size: 1.5rem;
    font-family: font1;
    padding-bottom: 10px;
}
input,
select{
    height: 3.5rem;
    border: 1px solid #c3c3c2;
    border-radius: 5px;
    padding-left: 1rem;
    font-size: 2rem;
    box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, 0.16);
}
input::placeholder,
select::placeholder {
    font-size: 14px;
    color: #dadada;
}
.bgcolor2 input, .bgcolor2 select {
    color: #5a4a42;
}
select {
    background-image: url('/assets/slc/std/img/icon-system-arrow-down-alt1.svg?v=1.97.201.20260924131252');
    background-position: right 0.5em center;
    background-size: 1.2rem 0.8rem;
    background-color: white;
    color: #5a4a42;
    box-shadow: -2px 5px 8px -4px rgb(0, 0, 0, 0.16);
}
select option {
    color: #5a4b42;
}
select[empty] {
    color: #dadada;
    font-style: italic;
    font-size: 14px;
}
select[multiple]{
    height: 100%;
    padding: 0;
    background-image: none;
}
select[multiple] option:not([placeholder]):before{
    background: #b1aba6;
    top: 8px;
}
select[multiple] option:checked:before{
    background: #fe9c19;
}
select[multiple] option:checked:after{
    border-bottom: 3px solid #ffffff;
    border-right: 3px solid #ffffff;
    top: 12px;
}
textarea {
    width: 100%;
    height: auto;
    padding: 5px;
    border: 0.5px solid rgb(119, 119, 119);
    margin: 0;
    resize: none;
    overflow: auto;
    border-radius: 5px;
    font-size: 2rem;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    color: #5a4a42;
    box-shadow: -2px 5px 8px -4px rgb(0, 0, 0, 0.16);
}
button._disabled,
button:disabled,
select._disabled,
select:disabled,
a.button:disabled,
a.button._disabled {
    color: #888;
    background-color: #D3D1CA;
    cursor: not-allowed;
}
select._disabled,
select:disabled {
    background-image: url('/assets/slc/std/img/icon-select-down.svg?v=1.97.201.20260924131252');
}
input[type="radio"]{
    box-shadow: none;
    cursor: pointer;
    width: 15px;
}
input[type="radio"]:before {
    content: '';
    border: 0.5px solid #5a4b42;
    top: -1px;
}
input[type="radio"]:checked:after,
input[type="radio"]:hover:after{
    content: '';
    background-color: #c1c1c1;
    height: 8px;
    width: 8px;
    display: block;
    border-radius: 10px;
    position: absolute;
    top: 2.5px;
    left: 3.5px;
}
input[type="radio"]:checked:after {
    content: '';
    background-color: #5a4b42;
}
.bgcolor3 input[type="radio"]:before,
.bgcolor5 input[type="radio"]:before {
    background-color: white;
}
input[type="radio"] + label{
    display: inline;
    cursor: pointer;
}
input[type="checkbox"]{
    height: auto;
    width: 2.5rem;
    vertical-align: top;
    box-shadow: none;
}
input[type="checkbox"]:focus,
input[type="checkbox"]:hover {
    box-shadow: none;
}
input[type="checkbox"]:before{
    content: '';
    background-color: white;
    width: 17px;
    height: 17px;
    border: 0.5px solid #5a4b42;
}
.bgcolor3 input[type="checkbox"]:before,
.bgcolor5 input[type="checkbox"]:before {
    background-color: white;
}
input[type="checkbox"]:checked:before {
    background-color: #5a4b42;
}
input[type="checkbox"]:checked:after,
input[type="checkbox"]:hover:after {
    content: '';
    display: block;
    transform: rotate(45deg);
    height: 7px;
    width: 3px;
    border-bottom: 2px solid #c1c1c1;
    border-right: 2px solid #c1c1c1;
    position: absolute;
    left: 4.5px;
    top: 1px;
}
input[type="checkbox"]:checked:after {
    border-bottom: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}
input[type="checkbox"] + label{
    display: inline;
    cursor: pointer;
    vertical-align: top;
}
input[type="checkbox"]._disabled+label,
input[type="checkbox"]:disabled+label,
input[type="checkbox"]._disabled,
input[type="checkbox"]:disabled{
    color: rgb(161, 161, 161);
    cursor: not-allowed;
}
input[flow="right"][type="checkbox"],
input[flow="right"][type="radio"] {
	float: right;
}
input[flow="right"][type="checkbox"] ~ label,
input[flow="right"][type="radio"] ~ label {
	float: right;
	width: auto;
    text-align: right;
    padding-right: 5px;
}
input[type="checkbox"]:not(:checked):hover:before {
    background-color: #d9d6d4;
}
input:focus,
select:focus,
textarea:focus {
    outline: none;
    -webkit-box-shadow: 0px 0px 5px 2px rgba(37, 37, 77, 0.3);
    box-shadow: 0px 0px 5px 2px rgba(37, 37, 77, 0.3);
}
input[type="range"]::-webkit-slider-runnable-track {
    width: 100%;
    height: 15px;
    cursor: pointer;
    border-radius: 5px;
    background: white;
    border: 1px solid #c3c3c2;
    box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, .16);
}
input:-webkit-autofill {
    -webkit-text-fill-color: #5a4a42 !important;
}
.dp-below .dp-prev:before,
.dp-below .dp-next:before {
    margin: 19px 0 40px 4px;
}
.dp-below .dp-next:before {
    top: -5px;
    right: 5px;
}
.dp-below .dp-prev:before {
    top: -6px;
}
.dp-below .dp-day {
    transition: all 0s !important;
}
.dp-below .dp-cal-header,
.dp-below .dp:before {
    background: #fd9d18;
}
.dp-below .dp-day-today:after {
    border: 7px solid #fd9d18;
}
.dp-below .dp-cal-year,
.dp-below .dp-next,
.dp-below .dp-prev {
    color: white;
}
.dp-below .dp-next,
.dp-below .dp-prev {
    width: 40px;
}
.dp-below .dp-selected:hover,
.dp-below .dp-selected:focus,
.dp-below .dp-selected,
.dp-below .dp-current {
    background: #fd9d18;
}
.dp-below .dp-year:hover,
.dp-below .dp-day:hover,
.dp-below .dp-prev:hover,
.dp-below .dp-cal-year:hover,
.dp-below .dp-next:hover,
.dp-below .dp-current:focus,
.dp-below .dp-day:focus,
.dp-below .dp-month:focus,
.dp-below .dp-year:focus {
    background: #feb45c;
    border: none;
}
.dp-prev:before,
.dp-next:before {
    margin: 30px 0 40px 4px;
}
@media(max-width: 550px) {
    .dp-prev:before,
    .dp-next:before {
        margin: 20px 0 40px 4px;
    }
}
group-2 > * {
    width: calc(50% - 2.5px) !important;
}
group-3 > * {
    width: calc(33.3% - 10px / 3) !important;
}
group-4 > * {
    width: calc(25% - 15px / 4) !important;
}
group-5 > * {
    width: calc(20% - 4px) !important;
}
group-2   > *:not(:last-child),
group-3   > *:not(:last-child),
group-4   > *:not(:last-child),
group-5   > *:not(:last-child),
group-btn > *:not(:last-child),
group-2   > group:not(:last-child)     > *:first-child,
group-2   > group-2:not(:last-child)   > *,
group-2   > group-3:not(:last-child)   > *,
group-2   > group-4:not(:last-child)   > *,
group-2   > group-5:not(:last-child)   > *,
group-2   > group-btn:not(:last-child) > *,
group-3   > group:not(:last-child)     > *:first-child,
group-3   > group-2:not(:last-child)   > *,
group-3   > group-3:not(:last-child)   > *,
group-3   > group-4:not(:last-child)   > *,
group-3   > group-5:not(:last-child)   > *,
group-3   > group-btn:not(:last-child) > *,
group-4   > group:not(:last-child)     > *:first-child,
group-4   > group-2:not(:last-child)   > *,
group-4   > group-3:not(:last-child)   > *,
group-4   > group-4:not(:last-child)   > *,
group-4   > group-5:not(:last-child)   > *,
group-4   > group-btn:not(:last-child) > *,
group-5   > group:not(:last-child)     > *:first-child,
group-5   > group-2:not(:last-child)   > *,
group-5   > group-3:not(:last-child)   > *,
group-5   > group-4:not(:last-child)   > *,
group-5   > group-5:not(:last-child)   > *,
group-5   > group-btn:not(:last-child) > *,
group-btn > group:not(:last-child)     > *:first-child,
group-btn > group-2:not(:last-child)   > *,
group-btn > group-3:not(:last-child)   > *,
group-btn > group-4:not(:last-child)   > *,
group-btn > group-5:not(:last-child)   > *,
group-btn > group-btn:not(:last-child) > *{
	margin-right: 5px;
}
group-2 > group-2 > *:last-child,
group-2 > group-3 > *:last-child,
group-2 > group-4 > *:last-child,
group-2 > group-5 > *:last-child,
group-3 > group-2 > *:last-child,
group-3 > group-3 > *:last-child,
group-3 > group-4 > *:last-child,
group-3 > group-5 > *:last-child,
group-4 > group-2 > *:last-child,
group-4 > group-3 > *:last-child,
group-4 > group-4 > *:last-child,
group-4 > group-5 > *:last-child,
group-5 > group-2 > *:last-child,
group-5 > group-3 > *:last-child,
group-5 > group-4 > *:last-child,
group-5 > group-5 > *:last-child {
    margin-right: 0;
}
@media(min-width: 551px){
	group-2d > * {
		width: calc(50% - 2.5px) !important;
	}
    group-2d > *:nth-child(odd){
        margin-right: 5px;
    }
    group-2d > *:last-child{
        margin-right: 0px;
    }
}
@media(max-width: 550px){
	group-2d {
		flex-flow: column wrap;
	}
	group-2d > * {
		margin-bottom: 10px;
        width: 100%;
	}
}
cc-buttongroup > input[type="radio"] ~ label{
    border: 0.5px solid rgb(119, 119, 119);
    border-radius: 5px;
    padding: 0.7rem;
    color: #5a4b42;
    background: #ffffff;
    box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, 0.16);
}
cc-buttongroup > input[type="radio"] ~ label:hover{
    color: #5b4c42;
    background: #eee;
}
cc-buttongroup > input[type="radio"]:checked + label{
    color: white;
    background: #5a4b42;
}
.bgcolor2 cc-buttongroup > input[type="radio"] ~ label:hover{
    color: #3D3D3D;
    background-color: #fff1c3;
}
.bgcolor2 cc-buttongroup > input[type="radio"]:checked + label{
    color: #3D3D3D;
    background-color: #F6CD46;
}
cc-buttongroup > input[type="radio"]:checked + label:hover {
    background-color: #5a4b42;
    color: white;
}
cc-checkgroup input[type="checkbox"]:before {
    transform: translateY(-50%);
}
cc-checkgroup input[type="checkbox"]:checked:after {
    top: -7px;
}
cc-checkgroup input[type="checkbox"]:hover:after {
    top: -7px;
}
cc-radiogroup[flow="2"] input[type="radio"] + label,
cc-checkgroup[flow="2"] input[type="checkbox"] + label{
    width: calc(50% - 1em - 1.1rem);
}
cc-radiogroup[flow="3"] input[type="radio"] + label,
cc-checkgroup[flow="3"] input[type="checkbox"] + label{
    width: calc(33.3% - 1em - 1.1rem);
}
cc-radiogroup[flow="4"] input[type="radio"] + label,
cc-checkgroup[flow="4"] input[type="checkbox"] + label{
    width: calc(25% - 1em - 1.1rem);
}
cc-radiogroup[flow="5"] input[type="radio"] + label,
cc-checkgroup[flow="5"] input[type="checkbox"] + label{
    width: calc(20% - 1em - 1.1rem);
}
cc-radiogroup:not([flow="right"]) input[type="radio"]{
    opacity: 1;
}
cc-checkgroup:not([flow="right"]) input[type="checkbox"]{
    height: 0;
    width: 10px;
}
cc-checkgroup[flow="left"] > input[type="checkbox"],
cc-checkgroup[flow="left"] > input[type="checkbox"]+label,
cc-checkgroup[flow="right"] > input[type="checkbox"],
cc-checkgroup[flow="right"] > input[type="checkbox"]+label {
    margin-bottom: 0.5rem;
}
cc-checkgroup[flow="left"] input[type="checkbox"] {
    margin-left: 3.5rem;
}
cc-chargroup input{
    border: 1px solid #c3c3c2;
    color: #5a4b42;
    box-shadow: 1px 1px 5px 0px #a9a6a6;
}
cc-switch input[type="checkbox"] ~ label:after{
    content: 'OFF';
    color: #5a4b42;
    font-size: 9px;
    top: 7px;
}
cc-switch input[type="checkbox"]:checked ~ label,
._condense cc-switch input[type="checkbox"]:checked ~ label{
    background: #fe9c19;
}
input[type="checkbox"] ~ label,
input[type="checkbox"]:focus ~ label,
input[type="checkbox"].hasdata ~ label {
    left: 0;
    max-width: 100%;
}
.bgcolor4 cc-switch input[type="checkbox"]:checked ~ label,
.bgcolor4 ._condense cc-switch input[type="checkbox"]:checked ~ label {
    background: #5a4a42;
}
.bgcolor2 cc-switch input[type="checkbox"]:checked ~ label,
.bgcolor2 ._condense cc-switch input[type="checkbox"]:checked ~ label {
    background: #f5c403;
}
.bgcolor2 cc-switch input[type="checkbox"] ~ label:after{
    color: #3d3d3d;
}
table._simple > thead > tr > th,
table._simple > thead > tr > td,
table._simple > tbody > tr > th,
table._simple > tbody > tr > td {
	border: 1px solid #DDD;
}
table._simple > thead > tr > th,
table._simple > thead > tr > td,
table._simple > tbody > tr > th {
	border-bottom: 1px solid black;
}
.bgcolor5 table._simple > thead > tr > th,
.bgcolor5 table._simple > thead > tr > td,
.bgcolor5 table._simple > tbody > tr > th,
.bgcolor5 table._simple > tbody > tr > td {
	border: 1px solid #8e8d83;
}
.bgcolor4 table._simple > thead > tr > th,
.bgcolor4 table._simple > thead > tr > td,
.bgcolor4 table._simple > tbody > tr > th,
.bgcolor2 table._simple > thead > tr > th,
.bgcolor2 table._simple > thead > tr > td,
.bgcolor2 table._simple > tbody > tr > th {
	border-bottom: 1px solid #ddd;
}
table._grid{
    color: #5a4a42;
    font-size: 0.75em;
}
.bgcolor2 table._grid {
    color: white;
}
table._grid > thead > tr > th,
table._grid > thead > tr > td,
table._grid > tbody > tr > th {
    background-color: #c9c4c1;
    color: #5a4a42;
    border-bottom: 1px solid black;
}
.bgcolor4 table._grid > thead > tr > th,
.bgcolor4 table._grid > thead > tr > td,
.bgcolor4 table._grid > tbody > tr > th{
    background-color: #ba6f00;
    color: white;
}
.bgcolor2 table._grid > thead > tr > th,
.bgcolor2 table._grid > thead > tr > td,
.bgcolor2 table._grid > tbody > tr > th {
    background-color: #a7978f;
    color: #3D3D3D;
}
table._grid > tbody > tr:hover > td {
    background-color: #f1f0ef;
}
.bgcolor4 table._grid > tbody > tr:hover > td {
    background-color: #ffb240
}
.bgcolor2 table._grid > tbody > tr:hover > td {
    background-color: #878787;
}
table._grid > thead > tr > th,
table._grid > thead > tr > td,
table._grid > tbody > tr > th,
table._grid > tbody > tr > td {
    border: 1px solid #DDD;
}
.bgcolor5 table._grid > thead > tr > th,
.bgcolor5 table._grid > thead > tr > td,
.bgcolor5 table._grid > tbody > tr > th,
.bgcolor5 table._grid > tbody > tr > td {
    border: 1px solid #8e8d83;
}
.bgcolor4 table._grid > thead > tr > th,
.bgcolor4 table._grid > thead > tr > td,
.bgcolor4 table._grid > tbody > tr > th,
.bgcolor4 table._grid > tbody > tr > td {
    border: 1px solid white;
}
table._altrows > tbody > tr:nth-child(even) {
	background-color: #f1f0ef;
}
.bgcolor2 table._altrows>tbody>tr:nth-child(even) {
    background-color: #878787;
}
.bgcolor3 table._altrows>tbody>tr:nth-child(even) {
    background-color: #e0dbd1;
}
.bgcolor4 table._altrows>tbody>tr:nth-child(even) {
    background-color: #ffb23f;
}
.bgcolor5 table._altrows>tbody>tr:nth-child(even) {
    background-color: #cfcabd;
}
table tr[edit] input,
table tr[edit] select {
	background-color: white;
    border: 1px solid #c3c3c2;
}
table tr[edit]:hover input,
table tr[edit]:hover select {
    color: #5a4b42;
}
table tr._searchrow input,
table tr._searchrow select {
	height: 1.5em;
	width: 100%;
	background-color: white;
    font-size: 1.2rem;
}
table > thead > tr > th[order],
table > thead > tr > td[order],
table > tbody > tr > th[order] {
    background-image: url('/assets/sys/img/icon-tree-menu-down.svg?v=1.97.201.20260924131252');
    background-repeat: no-repeat;
    background-position: right 0.5em top 0.5em;
    background-size: 0.5em 0.5em;
	padding-right: 1.5em;
    cursor: pointer;
}
.bgcolor4 table > thead > tr > th[order],
.bgcolor4 table > thead > tr > td[order],
.bgcolor4 table > tbody > tr > th[order] {
    background-image: url('/assets/sys/img/icon-system-arrow-down-solid-white.svg?v=1.97.201.20260924131252');
}
table tr[selected] {
    border: 1.5px solid #98908a;
    background-color: #DFDCDB;
    color: #5a4b42;
}
.bgcolor4 table tr[selected] {
    border: 1.5px solid #ba6f02;
    background-color: #ffedd3;
}
.bgcolor2 table tr[selected] {
    color: #3d3d3d;
}
table tr[selected],
table tr[selected]:hover,
table._grid > tbody > tr[selected]:hover > td {
    border: 1px solid #c9c4c1;
    background-color: #5a4b42;
    color: white;
}
cc-fileupload input {
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
	z-index: 1;
}
cc-fileupload-name {
    border: 1px solid #d3ccc7;
    box-shadow: -2px 5px 8px -4px rgb(0, 0, 0, 0.16);
    border-radius: 0.5rem;
    width: calc(100% - 150px);
    padding: 0.9rem 1rem;
    background-color: white;
}
.bgcolor2 cc-fileupload-name {
    color: #5a4a42;
}
cc-fileupload-name:empty:before {
    content: 'no file attached';
    display: inline-block;
    width: calc(100% - 20px);
    white-space: pre;
}
cc-fileupload-btn {
    background: #fe9c19;
    border-radius: 5rem;
    margin: 0 7px 10px 0;
    font-size: 1.3rem;
    width: auto;
    padding: 1rem 2.5rem;
    transition: all 0.3s;
    text-transform: uppercase;
    font-weight: bold;
    box-shadow: -2px 5px 8px -4px rgb(0, 0, 0, 0.16);
}
.bgcolor4 cc-fileupload-btn {
    background: #5a4a42;
}
.bgcolor2 cc-fileupload-btn {
    background: #f5c403;
    color: #3d3d3d;
}
cc-fileupload-clear {
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
}
cc-fileupload[preview="on"] cc-fileupload-clear {
    top: 25px;
}
cc-fileupload-preview {
    background-position: center;
}
@media(max-width: 550px) {
    cc-fileupload-btn {
        padding: 1rem 1.5rem;
    }
}
cc-tree cc-node,
cc-tree cc-leaf {
    background-size: 1em 1em;
}
cc-tree cc-node > span,
cc-tree cc-leaf > span {
	display: block;
    font-size: 1em;
    line-height: 105%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
cc-tree cc-node > span.icon,
cc-tree cc-leaf > span.icon {
    background-size: 0.8em 0.8em;
    background-position: left 0.1em center;
    padding-left: 1em;
}
cc-tree > input {
    height: auto;
    display: block;
    width: calc(100% - 2em);
    margin: 1em;
    opacity: 0.7;
    background-image: url(/assets/sys/img/icon-action-search-solid.svg);
    background-position: left 0.9em center;
    background-size: 1em;
    background-repeat: no-repeat;
    border: none;
    border-radius: 30px;
    font-size: 0.7em;
    box-sizing: border-box;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.102);
    padding: 0.9em 1.5em 0.9em 2.7em;
    overflow: visible;
}
cc-tree > input:focus {
    opacity: 1
}
cc-tree[type="system"] cc-leaf > span:hover,
cc-tree[type="system"] cc-node > span:hover,
cc-tree[type="system"] cc-node.expanded > span {
   font-weight: 500;
}
cc-tree[type="hmenu"]  cc-leaf,
cc-tree[type="vmenu"]  cc-leaf,
cc-tree[type="hmenu"]  cc-node,
cc-tree[type="vmenu"]  cc-node {
    background-position: right 0.1em center;
}
cc-tree[type="hmenu"]  cc-leaf > span,
cc-tree[type="rvmenu"]  cc-leaf > span,
cc-tree[type="vmenu"]  cc-leaf > span,
cc-tree[type="hmenu"]  cc-node > span,
cc-tree[type="rvmenu"]  cc-node > span,
cc-tree[type="vmenu"]  cc-node > span {
	padding: 0.5em 1.3em 0.5em 1.3em;
    background-position: left 0.35em center;
    background-size: 0.75em 0.75em;
}
cc-tree[type="hmenu"]  cc-node:hover,
cc-tree[type="vmenu"]  cc-node:hover,
cc-tree[type="rvmenu"] cc-node:hover,
cc-tree[type="hmenu"]  cc-leaf:hover,
cc-tree[type="vmenu"]  cc-leaf:hover,
cc-tree[type="rvmenu"] cc-leaf:hover {
    background-color: #f3f2ea;
}
.bgcolor2 cc-tree[type="hmenu"]  cc-node:hover,
.bgcolor2 cc-tree[type="vmenu"]  cc-node:hover,
.bgcolor2 cc-tree[type="rvmenu"] cc-node:hover,
.bgcolor2 cc-tree[type="hmenu"]  cc-leaf:hover,
.bgcolor2 cc-tree[type="vmenu"]  cc-leaf:hover,
.bgcolor2 cc-tree[type="rvmenu"] cc-leaf:hover {
    color: black;
}
cc-tree[type="hmenu"] > cc-group > cc-node:hover,
cc-tree[type="vmenu"] > cc-group > cc-node:hover,
cc-tree[type="rvmenu"] > cc-group > cc-node:hover,
cc-tree[type="hmenu"] > cc-group > cc-leaf:hover,
cc-tree[type="vmenu"] > cc-group > cc-leaf:hover,
cc-tree[type="rvmenu"] > cc-group > cc-leaf:hover {
    box-shadow: rgb(255 250 250) 0px 0px 4px 0px;
}
cc-tree[type="vmenu"]  cc-leaf,
cc-tree[type="rvmenu"] cc-leaf {
    border-radius: 5px;
}
cc-tree[type="hmenu"]  cc-node > cc-group,
cc-tree[type="vmenu"]  cc-node > cc-group,
cc-tree[type="rvmenu"] cc-node > cc-group {
    background: #e6e3d5;
    box-shadow: rgb(255 250 250) 0px 0px 4px 0px;
}
cc-tree[type="hmenu"]  cc-node:hover > span,
cc-tree[type="vmenu"]  cc-node:hover > span,
cc-tree[type="rvmenu"] cc-node:hover > span {
    background-color: #ffffff17;
}
cc-tree[type="hmenu"]  cc-group > *:first-child {
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
cc-tree[type="vmenu"]  cc-group > *:first-child,
cc-tree[type="rvmenu"] cc-group > *:first-child {
    border-radius: 7px;
}
cc-tree[type="hmenu"]:not([search="off"]) {
	padding-right: 2.1em;
}
cc-tree[type="hmenu"] > input {
	height: 2em;
    padding: 1.2em 0 1.2em 3em;
    top: 0.45em;
    margin: 0;
}
cc-tree[type="hmenu"] > input:not(:hover) {
	border: none;
	width: 1.5em;
    cursor: pointer;
}
cc-tree[type="hmenu"] > input:hover {
	background-color: white;
	z-index: 1;
}
cc-tree[type="hmenu"] > cc-group > cc-node {
    background-image: url(/assets/sys/img/icon-tree-hmenu-down.svg) !important;
    background-position: right 0.35em center;
}
cc-tree[type="hmenu"] > cc-group > cc-node > span {
	padding: 0.5em 1.5em 0.5em 0.5em;
}
cc-tree[type="hmenu"] > cc-group > cc-leaf > span {
	padding: 0.5em;
}
cc-tree[type="hmenu"] > cc-group > cc-leaf > span.icon {
    background-position: right 0.65em center;
    padding: 0.5em 1.8em 0.5em 0.4em;
    background-size: 0.8em 0.8em;
}
cc-tree[type="hmenu"] > cc-group > cc-node,
cc-tree[type="hmenu"] > cc-group > cc-leaf {
    margin-right: 0.2em;
}
cc-tree[type="hmenu"] > cc-group > cc-node > cc-group {
	top: 1.85em;
}
cc-tree[type="hmenu"] cc-group cc-node:hover,
cc-tree[type="hmenu"] cc-group cc-leaf:hover {
    background-color: #e6e3d5;
    color: #594a42;
}
cc-tree[type="hmenu"] cc-group cc-node:hover,
cc-tree[type="hmenu"] cc-group cc-leaf:hover {
    background-color: #f3f2ea;
}
cc-tree[type="accordion"] cc-node,
cc-tree[type="accordion"] cc-leaf {
	background-position: right 0.35em center;
    background-size: 0.7em 0.7em;
}
cc-tree[type="accordion"] cc-leaf {
    border: 1px solid rgba(164, 160, 157, 0.09);
    border-radius:0.3em;
}
cc-tree[type="accordion"] cc-node {
    border: 1px solid #0000003d;
    border-radius: 0.3em;
}
.bgcolor5 cc-tree[type="accordion"] cc-node {
    border-color: rgba(0, 0, 0, 0.44);
}
.bgcolor5 cc-tree[type="accordion"] cc-leaf {
    border: rgba(164, 160, 157, 0.43);
}
cc-tree[type="accordion"] cc-node.expanded > span {
    border-bottom: 1px solid rgba(90, 74, 66, 0.871);
}
.bgcolor2 cc-tree[type="accordion"] cc-node.expanded > span {
    border-bottom: 1px solid #ffffff38;
}
cc-tree[type="accordion"] cc-node,
cc-tree[type="accordion"] cc-leaf {
    margin-top: 5px;
}
cc-tree[type="accordion"] cc-leaf:hover {
    background-color: #f6f4e9;
    border-radius: 0.3em;
}
cc-tree[type="accordion"] cc-leaf {
	background-position-y: center;
}
cc-tree[type="accordion"] cc-node {
    background-image: url(/assets/sys/img/icon-tree-system-plus.svg) !important;
    background-position: right 0.35em top 0.85em;
    transition: .2s ease-in-out;
}
.bgcolor2 cc-tree[type="accordion"] cc-node {
    background-image: url(/assets/sys/img/icon-tree-system-plus-white.svg) !important;
}
cc-tree[type="accordion"] cc-node.expanded {
    background-image: url(/assets/sys/img/icon-tree-system-minus.svg) !important;
    transition: .2s ease-in-out;
}
.bgcolor2 cc-tree[type="accordion"] cc-node.expanded {
    background-image: url(/assets/sys/img/icon-tree-system-minus-white.svg) !important;
}
cc-tree[type="accordion"] cc-node > cc-group {
	padding: 0.2em 0.4em 0.4em 0.4em;
}
cc-tree[type="accordion"] cc-node:not(.expanded) > cc-group {
	display: none;
}
cc-tree[type="accordion"] cc-node > span,
cc-tree[type="accordion"] cc-leaf > span {
    padding: 0.7em 0 0.7em 1.7em;
    margin: 0 0.3em 0 0.3em;
    height: 100%;
}
cc-tree[type="accordion"] cc-node > span,
cc-tree[type="accordion"] cc-leaf.icon > span {
    padding-right: 1.5em;
}
cc-tree[type="accordion"] cc-node > span.icon,
cc-tree[type="accordion"] cc-leaf > span.icon {
	background-position: left 0.3em center !important;
	padding-left: 1.5em !important;
    background-size: 20px 20px;
}
.bgcolor2 cc-tree[type="accordion"] cc-node {
    border-color: white;
    background-color: transparent;
}
.bgcolor2 cc-tree[type="accordion"] cc-leaf {
    border: 1px solid rgba(255, 255, 254, 0.32);
}
cc-tree[type="slide"] > crumb {
    padding: 0.5em 1.1em;
    border-top: 1px solid #80808012;
    border-bottom: 1px solid #80808012;
    opacity: 0.8;
}
cc-tree[type="slide"] cc-leaf,
cc-tree[type="slide"] cc-node {
    border-radius: 0.3em;
    background-position: center right 0.4em;
    border: 1px solid rgba(164, 160, 157, 0.09);
}
.bgcolor2 cc-tree[type="slide"] cc-leaf,
.bgcolor2 cc-tree[type="slide"] cc-node {
    border-color: rgba(223, 218, 214, 0.22);
}
cc-tree[type="slide"]:not(.expanded) cc-node.expanded > cc-group > cc-leaf,
cc-tree[type="slide"]:not(.expanded) cc-node.expanded > cc-group > cc-node,
cc-tree[type="slide"].expanded > cc-group > cc-node,
cc-tree[type="slide"].expanded > cc-group > cc-leaf {
    margin-top: 5px;
}
cc-tree[type="slide"] cc-leaf > span,
cc-tree[type="slide"] cc-node > span {
	padding: 0.8em 1.4em;
	margin-left: 0.3em;
}
cc-tree[type="slide"] cc-leaf > span.icon {
	background-position: left 0.3em center !important;
	padding-left: 1.4em !important;
}
cc-tree[type="slide"] cc-node {
    background-image: url(/assets/sys/img/icon-tree-hmenu-arrow.svg);
}
cc-tree[type="slide"].expanded > cc-group > cc-node:hover,
cc-tree[type="slide"]:not(.expanded) cc-node.expanded > cc-group > cc-node:hover,
cc-tree[type="slide"] cc-leaf:hover {
    background-color: #f6f4e9;
}
cc-tree[type="slide"].expanded cc-group cc-group,
cc-tree[type="slide"]:not(.expanded) cc-group.expanded cc-group {
    height: 0;
}
cc-tree[type="search-tree"] cc-leaf > span,
cc-tree[type="search"] cc-node > span,
cc-tree[type="search-tree"] cc-leaf,
cc-tree[type="search"] cc-leaf {
	padding: 0.6em 1.5em 0.6em 0em;
	margin-left: 0em;
}
cc-iconmenu._hamburger {
    background-image: url(/assets/slc/std/img/icon-more.svg);
}
cc-iconmenu._logo {
    width: 32px;
    height: 32px;
    background-image: url(/assets/slc/std/img/logo.png);
    background-size: 25px 25px;
    border-radius: 50px;
    border: 1px solid #dedede;
    background-position: center, center;
}
cc-iconmenu.company_logo,
cc-iconmenu .company_logo {
    background-image: url(/assets/slc/std/img/logo-dev.svg);
}
cc-iconmenu > *:first-child:after {
    content: '';
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #a69e98;
    position: absolute;
    top: -6px;
    right: 11px;
}
cc-iconmenu div div {
    padding: 11px;
    cursor: default;
}
cc-iconmenu div div:not(:last-of-type),
cc-iconmenu cc-tree ul li:not(:last-of-type) {
    border-bottom: 1px solid #a69e98;
}
cc-iconmenu div div:hover,
cc-iconmenu cc-tree ul li:hover {
    background-color: rgb(222, 222, 222) !important;
    color: #594a42;
}
cc-iconmenu cc-tree,
cc-iconmenu cc-tree._rvmenu ul {
    background-color: white;
}
cc-iconmenu cc-tree[type="rvmenu"] cc-leaf > span,
cc-iconmenu cc-tree[type="rvmenu"] cc-node > span {
    color: #594a42;
}
.bgcolor2 cc-iconmenu cc-tree[type="rvmenu"] cc-leaf > span,
.bgcolor2 cc-iconmenu cc-tree[type="rvmenu"] cc-node > span {
    color: white;
}
cc-iconmenu cc-tree[type="rvmenu"] cc-leaf,
cc-iconmenu cc-tree[type="rvmenu"] cc-node {
    border-bottom: 0.5px solid #a69e98;
    background-color: transparent;
}
.bgcolor2 cc-iconmenu cc-tree[type="rvmenu"] cc-leaf,
.bgcolor2 cc-iconmenu cc-tree[type="rvmenu"] cc-node {
    border-bottom: 0.5px solid white;
}
.bgcolor3 cc-iconmenu cc-tree[type="rvmenu"] cc-leaf,
.bgcolor3 cc-iconmenu cc-tree[type="rvmenu"] cc-node {
    border-bottom: 0.5px solid #594a42;
}
cc-iconmenu cc-tree[type="rvmenu"] cc-leaf:hover,
cc-iconmenu cc-tree[type="rvmenu"] cc-node:hover {
    background-color: rgb(222, 222, 222);
    border-radius: 0;
    box-shadow: none;
}
cc-panel {
    width: 500px;
    background-color: #ffb240;
    overflow: auto;
    transition: all 0.5s;
    z-index: 200;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding: 50px 10px 60px;
}
cc-panel._bottom,
cc-panel._top {
    height: 0;
    width: 100%;
}
cc-panel._left {
    width: 100%;
    max-width: 500px;
    right: auto;
    left: -500px;
}
cc-panel._bottom {
    top: auto;
    bottom: -150px;
    right: 0;
}
cc-panel._top {
    right: 0;
    top: -150px;
}
cc-panel[open] {
    height: 100%;
    width: 100%;
    right: -2px;
    padding-top: 40px;
}
cc-panel[open]._dynamic {
    width: auto;
}
cc-panel[open]._bottom._dynamic,
cc-panel[open]._top._dynamic {
    width: 100%;
    height: auto;
}
cc-panel[open]._top._dynamic {
    top: 0;
}
cc-panel[open]._bottom._dynamic {
    bottom: 0;
}
cc-panel[open]._left {
    left: 0;
}
#sidemenu[open]:before {
    content: '';
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #0c0c0c;
    opacity: 0.4;
    top: 0;
    left: 0;
    z-index: 25;
}
cc-panel[open]._modal::before {
    opacity: 1;
    display: block;
    z-index: -1;
    background-color: rgba(192, 192, 192, 0.5);
}
cc-tab {
	background: #F3F4F7;
}
cc-tab[selected] {
	padding-bottom: calc(0.6rem + 1px);
}
.tag {
    color: #5a4b42;
    background: rgba(132, 102, 141, 0.03);
    border: 1px solid rgba(0, 0, 0, 0.267);
}
.bgcolor2 .tag {
    border: 1px solid white;
}
cc-progress {
    background-color: #bbb5b2;
}
*[tooltip] cc-tooltip {
    color: white;
    -webkit-text-fill-color: white;
    background: #DD782F;
}
*[tooltip] cc-tooltip:after {
    border-color: #DD782F transparent transparent transparent;
}
.bgcolor4 *[tooltip] cc-tooltip,
.bgcolor2 *[tooltip] cc-tooltip {
    color: #DD782F;
    background: white;
}
.bgcolor4 *[tooltip] cc-tooltip:after,
.bgcolor2 *[tooltip] cc-tooltip:after {
    border-color: white transparent transparent transparent;
}
.error input,
.warning input{
    box-shadow: 0px 0px 40px #fff9af;
}
.error input{
    border: 2px solid #c45151;
}
.warning input{
    border: 2px solid #ffa500;
}
.success div,
.error div,
.warning div,
.info div,
div.success,
div.error,
div.warning,
div.info{
    text-align: left;
}
div.success,
div.error,
div.warning,
div.info{
    font-size: 15px;
    background-position: left 6px top 6px;
}
cc-overlay{
    background-color: rgba(0,0,0,0.4);
}
dialog {
    background-color: rgb(254, 254, 254);
    color: #594a42;
    border: 1px solid #888;
    box-shadow: -2px 5px 8px -4px rgb(0, 0, 0, 0.16);
    font-family: font1, font2;
    font-size: 1.8rem;
}
dialog > header {
	padding: 0.5em 1em;
    border-bottom: 1px solid #d2d2d2;
	font-size: 150%;
}
dialog > div {
	padding: 0.5em 1em 0.5em 1em;
}
dialog button._close {
    background-color: transparent;
    width: 27px;
}
dialog button._close,
dialog button._close:hover {
    border: none;
}
dialog button._close:after {
    color: lightgray;
}
dialog button._close:hover {
    background-color: rgba(211, 211, 211, 0.449);
}
@media (max-width: 550px) {
    dialog {
        max-width: 90vw;
    }
}
cc-address > field {
    display: flex;
    flex-direction: column;
    margin-bottom: 0;
}
cc-address > field > input {
    order: 2;
}
cc-address > field > input + label {
    order: 1;
}
cc-address .add_results {
    z-index: 99;
    position: absolute;
    background:white;
    box-shadow: 0 1px 5px rgba(50,50,93,.1), 0 5px 15px rgba(0,0,0,.07);
    width:100%;
    top: 57px;
}
cc-address .add_results #showlist > div > span {
    padding: 7px 10px;
    display: block;
}
cc-address .add_results #showlist > div:hover {
    background-color: #f6941e;
    color: white;
    cursor: pointer;
}
cc-address .add_results .keeptyping {
    cursor: normal;
    font-style: italic;
    padding-right:10px;
}
cc-address  .keeptyping {
    position: relative;
    padding: 5px 15px;
}
cc-address .keeptyping span {
    margin-left:20px;
    opacity: 1;
    color:#908680;
}
cc-address .dotloader,.dotloader:after,.dotloader:before{
    border-radius:50%;
    width:2.5em;
    height:2.5em;
    -webkit-animation:typing 1.8s infinite ease-in-out;
    animation:load7 1.8s infinite ease-in-out
}
cc-address .dotloader{
    color:#908680;
    font-size:2px;
    position:relative;
    text-indent:-9999em;
    -webkit-transform:translateZ(0);
    -ms-transform:translateZ(0);
    transform:translateZ(0);
    -webkit-animation-delay:-.16s;
    animation-delay:-.16s
}
cc-address .dotloader:after,.dotloader:before{
    content:'';
    position:absolute;
    top:-7px
}
cc-address .dotloader:before{
    left:-3.5em;
    -webkit-animation-delay:-.32s;
    animation-delay:-.32s
}
cc-address  .dotloader:after{
    left:2em
}
@-webkit-keyframes load7{
    0%,100%,80%{
        box-shadow:0 2.5em 0 -1.3em
    }
    40%{
        box-shadow:0 2.5em 0 0
    }
}
@keyframes load7{
    0%,100%,80%{
        box-shadow:0 2.5em 0 -1.3em
    }
    40%{
        box-shadow:0 2.5em 0 0
    }
}
cc-address .add_results .notfound {
    font-size: 13px;
    width: 100%;
    text-align: center;
    line-height: 1;
    padding:10px;
    color: #5a4b42;
}
cc-address .add_results .manual {
    text-align: center;
    margin-top: 5px;
    display: block;
    color: #ff9e18;
    text-decoration: underline;
}
cc-address  .address_show_man{
    font-size: 12px;
    cursor: pointer;
    margin: 0 auto;
    position: absolute;
    right: 0;
    top: -40px;
}
cc-address .address_show_man span{
    border-bottom: 1px solid #fe9d18;
    color: #fe9d18;
}
cc-address  .address_show_man:before{
    content: '';
    background-image: url('/assets/slc/app/img/icon-action-search-solid-alt2.svg?v=1.97.201.20260924131252');
    width: 13px;
    height: 13px;
    display: inline-block;
    background-repeat: no-repeat;
    margin-right: 2px;
    vertical-align: middle;
    background-size: contain;
}
cc-address .address_show_man:hover {
}
cc-address div#manual {
    position: relative;
}
cc-address div#manual #suburbselect {
    position: absolute;
    width: 30px;
    right: 0;
    top: 26px;
    z-index: 1;
    display: block;
    height: 35px;
    background-image: url('/assets/slc/std/img/icon-system-arrow-down-alt1.svg?v=1.97.201.20260924131252');
    background-repeat: no-repeat;
    background-position: right 0.5em center;
    background-size: 1.2rem 0.8rem;
    background-color: rgba(0, 0, 0, 0);
    color: inherit;
    padding-right: 25px;
    z-index: 10;
}
cc-address div#manual #suburboption:not(:empty) {
    position: absolute;
    top: 63px;
    background-color: white;
    width: 100%;
    z-index: 12;
    border: 0.5px solid #c3c3c2;
    border-radius: 5px;
    box-shadow: -2px 5px 8px -4px rgba(0, 0, 0, 0.16);
    max-height: 270px;
    overflow: auto;
}
cc-address div#manual #suburboption::-webkit-scrollbar {
    display: block;
    -webkit-appearance: none;
    width: 7px;
}
cc-address div#manual #suburboption::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: #5a4a42;
    -webkit-box-shadow: 0 0 1px #5a4a42;
}
cc-address div#manual #suburboption div {
    padding: 5px 7px;
    border-bottom: 1px solid #e5e4e4;
    cursor: pointer;
}
cc-address div#manual #suburboption div:empty {
    display: none;
}
cc-address div#manual #suburboption div:hover {
    background-color: #fe9d18;
    color: white;
}
cc-address div#manual #suburboption div:last-of-type {
    border: none;
}
.icon{
    background-image: url(/assets/sys/img/icon-system-image-solid.svg);
    background-repeat: no-repeat;
    background-position: center left;
    background-size: 22px 22px;
}
.icon._tiny{
    background-size: 10px 10px;
}
.icon._small{
    background-size: 15px 15px;
}
.icon._normal{
    background-size: 22px 22px;
}
.icon._large{
    background-size: 40px 40px;
}
.icon._huge{
    background-size: 60px 60px;
}
span.icon{
    display: inline-block;
    padding-left: 25px;
    min-height: 25px;
}
span.icon._tiny{
    padding-left: 10px;
    min-height: 10px;
}
span.icon._small{
    padding-left: 15px;
    min-height: 15px;
}
span.icon._normal {
    padding-left: 22px;
    min-height: 22px;
}
span.icon._large{
    padding-left: 40px;
    min-height: 40px;
}
span.icon._huge{
    padding-left: 60px;
    min-height: 60px;
}
.icon._top{
    background-position-y: top;
}
.icon._bottom{
    background-position-y: bottom;
}
.icon._left{
    background-position-x: left;
}
.icon._right{
    background-position-x: right;
}
.icon._center{
    background-position-x: center;
}
.icon._middle{
    background-position-y: center;
}
input.icon,
textarea.icon{
    background-size: 2.5rem 2.5rem;
    background-position: center left 5px;
    padding: 5px 10px 5px 35px;
    width:100%;
    height: 4rem;
}
textarea.icon{
    height: auto;
    background-position: top 5px left 5px;
}
input.icon._right,
textarea.icon._right{
    right: auto;
    position: relative;
    background-size: 2.5rem 2.5rem;
    background-position: center right 5px;
    padding: 5px 35px 5px 10px;
}
textarea.icon._right{
    background-position: top 5px right 5px;
}
._condense input.icon,
._condense textarea.icon{
    background-size: 1.3rem 1.3rem;
    padding: 5px 10px 5px 25px;
    height: auto;
    vertical-align: middle;
}
._condense input.icon._right,
._condense textarea.icon._right{
    padding: 5px 25px 5px 10px;
}
cc-buttongroup input[type="radio"] ~ label.icon{
    text-align: center;
    background-size: 25px 25px;
    background-position: center left 10px;
    background-repeat: no-repeat;
    height: auto;
    padding-left: 35px;
}
._condense cc-buttongroup input[type="radio"] ~ label.icon{
    background-size: 15px 15px;
}
cc-buttongroup input[type="radio"]:checked + label.icon,
cc-buttongroup input[type="radio"]:hover + label.icon{
    background-image: url('/assets/sys/img/icon-action-bin-solid-white.svg?v=1.97.201.20260924131252');
}
@media(max-width: 550px){
    cc-buttongroup input[type="radio"] ~ label.icon:before{
        content: '\A\A';
        white-space: pre;
    }
    cc-buttongroup input[type="radio"] ~ label.icon{
        background-position: center top 15px;
        padding-left: 8px;
    }
}
cc-radiogroup{
    display: block;
}
cc-radiogroup input[type="radio"] ~ label.icon,
cc-checkgroup input[type="checkbox"] ~ label.icon{
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center left;
    height: auto;
    padding-left: 20px;
}
cc-checkgroup cc-switch {
    vertical-align: middle;
}
cc-checkgroup[flow="2"] cc-switch ~ label {
    width: calc(50% - 5rem);
}
cc-checkgroup[flow="3"] cc-switch ~ label {
    width: calc(33% - 5rem);
}
cc-checkgroup[flow="4"] cc-switch ~ label {
    width: calc(25% - 5rem);
}
cc-checkgroup[flow="5"] cc-switch ~ label {
    width: calc(20% - 5rem);
}
@keyframes pulse {
	from {
		transform: scale3d(1, 1, 1);
	}
	50% {
		transform: scale3d(1.05, 1.05, 1.05);
	}
	to {
		transform: scale3d(1, 1, 1);
	}
}
button.icon {
    transform-origin: 50% 50%;
    background-size: 22px;
    background-repeat: no-repeat;
}
button.icon._right:hover{
    padding-right: 49px;
    transition: all 0.3s;
}