/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */

 .custom-login-form {
    max-width: 520px;
    margin: 24px auto;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(17, 17, 26, .05), 0 8px 32px 0 rgba(17, 17, 26, .05);
    border: 0;
    padding: 30px;
    margin-top: 7vh!important;
    margin-bottom: 7vh!important;
}
.custom-login-form label {
    font-weight: bold;
}
.custom-login-form [type=submit]
{
    width: 100%;
}
#dashboardTabs, .list-group
{
    padding-right: 0px;
}
.new-post-btn
{
    background-color:#007f5f!important;
}
/* Table styling */
.table {
    width: 100%;
    margin: 20px auto;
    border-collapse: collapse;
    direction: rtl; /* Ensures right-to-left alignment */
    text-align: right;
}

/* Header styles */
.table th {
    background: #343a40;
    color: #ffffff;
    text-align: right;
    padding: 12px;
}

/* Cell styles */
.table td {
    padding: 12px;
    border-bottom: 1px solid #ddd;
    font-size: 16px;
}

/* Badge styles */
.badge {
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 5px;
}

/* Buttons */
.btn-warning {
    font-weight: bold;
    padding: 6px 12px;
}

.btn-success {
    display: block;
    width: fit-content;
    margin: 20px auto;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
    background: #28a745;
    color: white;
    text-align: center;
    transition: background 0.3s ease;
}

.btn-success:hover {
    background: #218838;
}
.post-update
{
    padding: 0px 20px;
}
/* References section */
.references-title {
    font-size: 20px;
    font-weight: bold;
    margin-top: 30px;
    border-bottom: 2px solid #007bff;
    padding-bottom: 5px;
}

.references-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
}

.references-list li {
    margin-bottom: 5px;
    font-size: 16px;
    color: #333;
}
.post-form
{
    padding-top: 50px;
    padding-bottom: 50px;
}
.post-cancel
{
    border-radius: 3px!important;
    padding: 7px 30px!important;
}
.alert.alert-danger {
    background-color: #f8d7da;
    color: #721c24;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 15px;
}
.custom-reset-form
{
    width: 45% !important;
    margin: 50px 0px;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(17, 17, 26, .05), 0 8px 32px 0 rgba(17, 17, 26, .05);
    padding: 30px;
    margin-top: 50px !important;
}
.custom-new-password-form
{
    width: 45% !important;
    margin: 50px 0px;
    background: #fff;
    box-shadow: 0 4px 16px 0 rgba(17, 17, 26, .05), 0 8px 32px 0 rgba(17, 17, 26, .05);
    padding: 30px;
    margin-top: 50px !important;
}
#writerTabs
{
    padding-right: 0px;
}
#others-posts
{
    margin-bottom: 30px;
}
#load-more-posts
{
    background-color:#007f5f;
    border-color:#007f5f ;
}
.diff-box del {
    background: #ffd6d6;
    color: #a00;
    padding: 2px 4px;
    border-radius: 3px;
}

.diff-box ins {
    background: #d6ffd6;
    color: #060;
    padding: 2px 4px;
    border-radius: 3px;
}
#revisionTabs
{
    padding-right: 0px!important;
}