/*body {
    background-color: #f8f9fa;
    padding-top: 20px;
    padding-bottom: 40px;
}*/
.header {
    padding-bottom: 20px;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.editor-container {
    margin-bottom: 20px;
    border: 1px solid #ddd;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}
.editor-header {
    background-color: #f7f7f7;
    padding: 8px 15px;
    border-bottom: 1px solid #ddd;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.CodeMirror {
    height: 300px;
    font-size: 14px;
}
.btn-group {
    margin-bottom: 20px;
}
.btn {
    margin-right: 5px;
    margin-bottom: 5px;
}
.instructions {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin-top: 30px;
    border-left: 4px solid #0d6efd;
}
.instructions h4 {
    margin-top: 0;
    color: #0d6efd;
}
.footer {
    margin-top: 30px;
    text-align: center;
    color: #6c757d;
}
.char-count {
    font-size: 12px;
    color: #6c757d;
}
.feature-icon {
    width: 24px;
    height: 24px;
    margin-right: 8px;
}
.error-container {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    border-radius: 5px;
    margin-top: 15px;
    display: none;
}
.sort-options {
    background-color: #e9ecef;
    padding: 10px;
    border-radius: 5px;
    margin-bottom: 15px;
}
.tool-section {
    margin-bottom: 20px;
}
.section-title {
    border-bottom: 2px solid #0d6efd;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #0d6efd;
}
.stats-card {
    margin-bottom: 15px;
}
