<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import "main.css";
@import "right_col.css";

.form-input {
    margin-bottom: 20px;
    padding: 0;
}

.form-input &gt; div:nth-of-type(1) {
    padding-bottom: 5px;
}

.form-input &gt; div:nth-of-type(1) &gt; span:nth-of-type(1) {
    font-family: Arial;
    font-size: 13px;
    color: #1874cd;
}

.form-input &gt; div:nth-of-type(1) &gt; span:nth-of-type(2) {
    font-size: 15px;
    color: green;
    margin-left: 10px;
}

.form-input &gt; div:nth-of-type(1) &gt; span:nth-of-type(2) span{
    font-size: 15px;
    color: red;
}

.form-input &gt; div:nth-of-type(1) &gt; span:nth-of-type(3) {
    font-size: 11px;
    color: #7d7d7d;
}

.form-input &gt; div:nth-of-type(2) {
    min-width: 324px;
    padding: 0;
    border: 1px solid #5d5d5d;
}

.form-input &gt; div:nth-of-type(2) {
    padding: 5px;
}

.form-input &gt; div:nth-of-type(2) input {
    font-family: Arial;
    font-size: 13px;
    outline: none;
    resize: none;
    overflow: auto;
    width: 100%;
    height: 20px;
    padding: 0px;
    border: 0;
    margin: 0;
    background-color: #ffffff;
}

.form-input &gt; div:nth-of-type(2) label {
    font-family: Arial;
    font-size: 13px;
    outline: none;
    resize: none;
    overflow: auto;
    width: 100%;
    height: 20px;
    padding: 0px;
    border: 0;
    margin: 0;
    background-color: #ffffff;
    cursor: pointer;
}

.form-input &gt; div:nth-of-type(2) select {
    font-family: Arial;
    font-size: 13px;
    outline: none;
    resize: none;
    overflow: auto;
    width: 100%;
    height: 20px;
    padding: 0px;
    border: 0;
    background-color: #ffffff;
}


.form-input &gt; div:nth-of-type(2) textarea {
    font-family: Arial;
    font-size: 13px;
    outline: none;
    resize: none;
    overflow: auto;
    width: 100%;
    height: 100px;
    padding: 0px;
    border: 0;
    background-color: #ffffff;
}

.form-input &gt; div:nth-of-type(3) {
    padding-top: 20px;
    overflow: auto;
}

.form-input &gt; div:nth-of-type(3) &gt; div {
    position: relative;
    display: flex;
    margin-right: 20px;
    margin-bottom: 40px;
    float: left;
}

.form-input &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(1) {
    position: absolute;
    bottom: -20px;
    left: 20px;
    width: 80px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    clear: both;
    background-color: #aeaeae;
    border: 0px solid #cdcdcd;
}

.form-input &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(1) span {
    color: #111111;
}

.form-input &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(2) {
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    clear: both;
    background-color: #121212;
    color: #ffffff;
    border: 0px solid #ffffff;
}

.form-input &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(3) {
    position: absolute;
    bottom: -20px;
    left: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    clear: both;
    background-color: #cdcdcd;
    border-radius: 0px;
}

.form-input &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(4) {
    position: absolute;
    bottom: -20px;
    right: 0;
    width: 20px;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
    text-align: center;
    padding: 0;
    clear: both;
    background-color: #cdcdcd;
    border-radius: 0px;
}

.form-input &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(3) span {
    font-size: 25px;
    color: #4d4d4d;
}

.form-input &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(4) span {
    font-size: 25px;
    color: #4d4d4d;
}

/*
.form-input &gt; div:nth-of-type(3) &gt; div &gt; div &gt; div {
    width: 30px;
    height: 30px;
    line-height: 31px;
    background-color: #ffffff;
}

.form-input &gt; div:nth-of-type(3) &gt; div &gt; div &gt; div:nth-of-type(1) {
    width: 30px;
    height: 30px;
    line-height: 31px;
    background-color: #cdcdcd;
    pointer-events: none;
}

.form-input &gt; div:nth-of-type(3) &gt; div &gt; div &gt; div:hover {
    background-color: #E15038;
}

.form-input &gt; div:nth-of-type(3) &gt; div &gt; div &gt; div:hover span {
    color: #ffffff;
}

.form-input &gt; div:nth-of-type(3) &gt; div &gt; div &gt; div span {
    color: #4d4d4d;
    font-size: 17px;
    margin-left: 1px;
}
*/

/* col1_638 */

body &gt; div:nth-of-type(1) &gt; div:nth-of-type(3) &gt; div button {
    margin-right: 10px;
}

body &gt; div:nth-of-type(1) &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(1) {
    float: left;
    max-width: 638px;
    margin-right: 20px;
    margin-bottom: 20px;
}

body &gt; div:nth-of-type(1) &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(1) &gt; div:nth-of-type(1) div {
    margin-bottom: 10px;
}

body &gt; div:nth-of-type(1) &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(1) button {
    margin-top: 20px;
}

body &gt; div:nth-of-type(1) &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(1) &gt; p {
    font-size: 15px;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

body &gt; div:nth-of-type(1) &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(1) h1 {
    font-family: Trebuchet MS, Arial;
    font-size: 30px;
    font-weight: bold;
    color: #1874cd;
    padding: 0;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

body &gt; div:nth-of-type(1) &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(1) h2 {
    font-family: Trebuchet MS, Arial;
    font-size: 19px;
    font-weight: bold;
    color: #E15038;
    margin-top: 0px;
    margin-bottom: 10px;
    margin-left: 0;
    margin-right: 0;
}

/* col2_336 */

body &gt; div:nth-of-type(1) &gt; div:nth-of-type(3) &gt; div &gt; div:nth-of-type(2) {
    float: left;
    width: 336px;
}</pre></body></html>