.generators-list, .code-generator {
    border: 1px solid #0A4151;
    border-radius: 8px;
    box-shadow: 0 .5rem 1rem rgba(0,0,0,.15);
    max-width: 650px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}

.generators-list .generator:first-child {
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
}

.generators-list .generator:last-child {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    border-bottom: 0;
}

.generators-list .generator {
    display: flex;
    align-items: center;
    color: hsla(196, 13%, 80%, 1);
    background-color: hsl(192deg 81% 24%);
    border-bottom: 1px solid #0A4151;
    font-size: 14px;
    font-weight: 400;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-decoration: none !important;
    transition: all 0.1s;
}

.generators-list .generator .generator-icon {
    width: 32px;
    height: 32px;
    color: white;
    margin-right: 1rem;
    margin-left: 1rem;
    border-radius: 4px;
    transition: all 0.1s;
}

.generators-list .generator .generator-icon svg {
    margin: 6px;
}

.generators-list .generator:hover {
    background-color: hsl(192deg 81% 34%);
    border-bottom: 1px solid #0A4151;
    color: hsla(196, 13%, 90%, 1);
}

.code-generator {
    min-height: 200px;
    background-color: hsl(192deg 81% 24%);
}

.code-generator input[name="name"], .code-generator input[name="description"] {
    font-size: 24px;
    outline: none;
    border-top-left-radius: 0;
    border-bottom: 1px solid rgba(0, 122, 153, 0.9);
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    background-color: #063642;
}

.code-generator input[name="name"]:first-child, .code-generator input[name="description"]:first-child {
    border-top-left-radius: 8px;
}

.code-generator input[name="name"]:focus, .code-generator input[name="description"]:focus {
    outline: none !important;
    box-shadow: none;
}

.code-generator input[name="name"]::placeholder, .code-generator input[name="description"]::placeholder {
    color: #ababaa;
}

.code-generator input[type="submit"], .code-generator button[type="submit"] {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    white-space: nowrap;
}

.code-generator .select2 .select2-selection__rendered {
    font-size: 24px;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
    line-height: 35px !important;
}

.code-generator .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 7px;
    right: 5px;
}

.code-generator .select2.select2-container .select2-selection--single {
    height: 50px !important;
    border: 1px solid #ced4da;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    background-color: #ebebeb;
}

.code-generator .select2:focus {
    border-bottom: 1px solid #c0c0c0;
    background-color: #ebebeb;
}

.generator-actions {
    padding-top: 1rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.generator-action .file-path {
    margin-bottom: 0.25rem;
    font-weight: bold;
    font-size: 11px;
}
.generator-action .file-content {
    min-height: 10px;
    border-radius: 4px;
    border: 1px solid #c0c0c0;
    margin-bottom: 2rem;
}

.code-generator .object-name {
    font-size: 24px;
    padding-bottom: 12px;
    padding-top: 12px;
    padding-left: 12px;
    border-bottom: 1px solid #c0c0c0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.code-generator .generator-options {
    font-size: 13px;
    margin-top: 0.5rem;
    margin-left: 0.5rem;
}

.code-generator .generator-options input[type="checkbox"] {
    vertical-align: text-bottom;;
}

.generator-action .ace_editor {
    filter: invert(100%);
}
