#header {
    background-color: #3E94B8;
}

.kemok-logo {
    width: 300px;
    height: auto;
    position: relative;
    left: -30px;
}

div.breadcrumbs {
    background-color: #213045;
    margin-bottom: 20px;
}

.module h2, .module caption, .inline-group h2 {
    background-color: #3E94B8;
}

.button.default, input[type="submit"].default, .submit-row input.default, form .button {
    background-color: green;
}

#file-header {
    display: flex;
    justify-content: space-between;
}

#file-container {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 200px;
    background-color: #f8f8f8;
    border: 1px solid #eee;
    border-radius: 4px;
    margin: 0 0 20px;
    gap: 10px;
}

.file-icon {
    display: flex;
    flex-direction: column;
    align-items: center;
}