<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.CodeGenerator .sd-fields&gt;div {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.CodeGenerator {
    position: relative;
    margin-bottom: 45px;
    transition: all 0.3s
}
.CodeGenerator .table{width:100%;}

.CodeGenerator .text-copy,
.CodeGenerator .btn {
    background: var(--accent-color);
    width: 10em;
    text-align: center;
    height: 2.5em;
    line-height: 2em;
    color: #fff;
    transition: all 0.4s;
    border: 0.1em solid var(--accent-color);
    margin-bottom: 1.8em;
    cursor: pointer;
    font-family: inherit;
}

.CodeGenerator .text-copy:hover,
.CodeGenerator .btn:hover {
    background: #eaeaea;
    color: var(--accent-color);
    border: 0.1em solid var(--accent-color);
}

.CodeGenerator #generatedcodes {
    background: #eaeaea;
    padding: 2em;
    border-radius: 0.6em;
    cursor: text;
    width: 100%;
    height: 100%;
}

.CodeGenerator #tblContent547 {
    position: relative;
}

.CodeGenerator .copied-toast {
    background: #ddd;
    width: 100%;
    position: absolute;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 30px;
    transition: all 0.8s linear;
}

.CodeGenerator .AddMoreField {
    margin-top: 20px;
    background: #273f5d;
    width: 50px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    border-radius: 10px;
    color: #fff;
    transition: all 0.4s;
    border: 1px solid #273f5d;
    margin-bottom: 25px;
    cursor: pointer;
}

.CodeGenerator .zmdi-delete {
    background: var(--accent-color);
    color: #fff;
    padding: 5px 15px;
    margin-right: 10px;
    font-size: 18px !important;
    border-radius: 5px;
}

.CodeGenerator input.text-input {
    background: #fff;
    width: 90%;
}

.CodeGenerator input.text-input:focus {
    background: #fafafa;
}

.CodeGenerator .mbd-field-table {
    position: relative
}

</pre></body></html>