body {
    background-color: #f5f5f5;
    font-family: 'Roboto', sans-serif;
}

a {
    text-decoration: none;
    color: #10a3ec;
    font-weight: bold;
}

.container {
    max-width: 800px;
    margin-top: 40px;
    background-color: #ffffff;
    padding: 30px;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

h2 {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
}

.form-label {
    font-weight: 500;
    color: #555;
}

.output-section {
    margin-top: 30px;
    padding: 20px;
    background-color: #f2f5ff;
    border: 1px solid #c3d3fe;
    border-radius: 5px;
}


pre {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow-x: auto;
}

#generate-btn {
    width: 100%;
}

pre.language-yaml,
pre.language-sql {
    background-color: #e6ebfc;
}

.input-group-text {
    background-color: #e0f7fa;
    color: #00796b;
    font-weight: 500;
}

.form-control {
    box-shadow: none;
    border-color: #b0bec5;
}

.btn-outline-primary,
.btn-outline-success {
    background-color: white;
    font-size: 0.7rem;
    font-weight: bold;
}



#output-lookml,
#output-sql {
    color: #147cb0;
}

.language-lookml {
    font-family: "Roboto Mono", Monaco, Menlo, "Ubuntu Mono", Consolas, "Source Code Pro", monospace;
}

.language-sql {
    font-family: "Roboto Mono", Monaco, Menlo, "Ubuntu Mono", Consolas, "Source Code Pro", monospace;
}

.card {
    border-radius: 10px;
    font-size: 0.8rem;
    background-color: #f2f5ff;
    color: #066392;
}

.card-body {
    padding: 20px;
}

.card-title {
    font-weight: bold;
    font-size: 1rem;
    margin-bottom: 15px;
}

.author {
    font-size: 0.8rem;
    color: #066392;
}


#alert {
    font-size: 0.8rem;
}