.comments-section-all {
    margin-top: 90px;
    margin-left: 30px;
    margin-right: 30px;
}
.comments-section {
    margin-top: 20px;
    direction: rtl;
}
.title {
    color: white;
    text-align: center;
}
.comment {
    border: 1px solid #3b3b3b;
    padding: 10px;
    margin-bottom: 10px;
    background-color: #333;
    margin-left: 25px;
    margin-right: 25px;
}
.comment strong {
    color: #ffffff;
}
.comment p {
    margin: 2.5px;
    color: #ffffff
}
.comment-form {
    margin-top: 20px;
    direction: rtl;
    margin-right: 650px;
}
.comment-form textarea {
    width: 50%;
    height: 50px;
}
.comment-form button {
    margin-top: 10px;
    background-color: #007BFF;
    color: #fff;
    border: none;
    padding: 8px 16px;
    cursor: pointer;
}
.pleaselogin {
    color: white;
    direction: rtl;
    text-align: center;
    margin-bottom: 120px;
}
.tag-m {
    padding: 2px 6px; /* Add padding around the tag text */
    background-color: #ff0000; /* Set a nice background color for the tag */
    color: #000000; /* Set the text color to white */
    font-weight: bold; /* Make the tag text bold */
    border-radius: 4px; /* Add rounded corners to the tag */
    display: inline-block; /* Make the tag a block-level element */
    margin-left: 5px; /* Add some space between the username and the tag */
}
.tag-s {
    padding: 2px 6px; /* Add padding around the tag text */
    background-color: #00c3ff; /* Set a nice background color for the tag */
    color: #000000; /* Set the text color to white */
    font-weight: bold; /* Make the tag text bold */
    border-radius: 4px; /* Add rounded corners to the tag */
    display: inline-block; /* Make the tag a block-level element */
    margin-left: 5px; /* Add some space between the username and the tag */
}
.pagination {
    margin-top: 20px;
    display: flex;
    list-style: none;
    justify-content: center;
    padding: 0;
}

.pagination li {
    margin: 0 5px;
}

.pagination a {
    display: block;
    padding: 8px 12px;
    background-color: #f2f2f2;
    color: #333;
    text-decoration: none;
    border-radius: 5px;
}

.pagination a.active {
    background-color: #007bff;
    color: #fff;
}

.pagination a:hover {
    background-color: #ccc;
}
.comment-text {
    margin-top: 5px;
    font-size: 18px;
}
.comment-time {
    margin-top: 8px;
    font-size: 11px;
}