#cp-buttons-container {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
    margin-top:20px;
}

#cp-create-post-form {
    background-color: #f2f4f5;
    padding: 20px;
    border-radius: 6px;
    color: #122b46;
}
div#cp-category-container {
    margin-bottom: 20px;
}
button#cp-create-publication-btn {
    border-radius: 6px;
    background: #f2f4f5;
    color: #122b46;
    border: none;
}
button#cp-create-chapter-btn {
    border-radius: 6px;
    background: #f2f4f5;
    color: #122b46;
    border: none;
}
button#cp-create-publication-btn:hover {
 color:#007CFF;
}
button#cp-create-chapter-btn:hover {
 color:#007CFF;
}

#cp-create-publication-btn:focus {
    background: #385dff;
    color: #ffffff;
}
#cp-create-chapter-btn:focus {
    background: #385dff;
    color: #ffffff;
}

button.ctn-cont {
    border-radius: 6px;
}

#cp-create-post-form input,
#cp-create-post-form select {
    width: 100%;
    margin-bottom: 15px;
    padding: 10px;
    border-radius: 6px;
}

.button-link {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 6px;
    background: #f2f4f5;
    color: #122b46;
    border: none;
    text-decoration: none;
    cursor: pointer;
    font-weight:500;
    text-align:center;
}