.Dashboard {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    /* min-height: 160vh; */
}

.container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 60%;
    gap: 15px;

}

.logo-container {
    /* flex-wrap: wrap; */
    display: flex;
    flex-direction: row;
    width: 99%;
    justify-content: center;
    align-items: center;
    gap: 40px;
    border: 2px solid black;
}

.saraswati-ji {
    width: 100%;
}

.logo-name {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}

.logo-name p {
    font-size: 13px;

}
.btn-container{
    justify-content: space-between;
    align-items: flex-start;
    display: flex;
    width: 100%;
    flex-direction: row;
}




.btn {
    background-color: #357c35;
    color: white;
    width: 100%;
    height: 130px;
    cursor: pointer;

    /* flex: 1; */
}

.text-container h2 {
    text-align: center;
}

.user-comment {
    justify-content: flex-start;
    align-items: center;
    display: flex;
    flex-direction: row;
    gap: 30px;
    cursor: pointer;
}

.icon {
    width: 25px;
}

.comment {
    color: #6d6dc9;
}

.comment,
.user span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    cursor: pointer;
    font-weight: bold;
}

.user {
    gap: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blurimg {
    width: 50%;
    /* filter: blur(5px); */
}

.bottm-btn {
    justify-content: center;
    align-items: center;
    display: flex;
    gap: 10px;
}

.text_ {
    border: 1px solid gray;
    padding: 7px;
    margin: 0;
    width: 50%;
    /* Set a fixed width */
    display: flex;
    align-items: center;
}

.text_ p {
    margin: 0px;
}

.btn-yellow {
    background-color: yellow;
    color: black;
    font-size: 20px;
    padding: 16px 5px;
    width: 50%;
    border: 1px solid #776f6f;
    cursor: pointer;
    /* Set a fixed width */

}


@media screen and (max-width: 480px) {
    .logo-name p {
        font-size: 9px;
    }

    .btn {
        height: 87px;
    }

    .container {
        width: 100%;
    }

    .blurimg {
        width: 100%;
    }
}


/* Add these styles to your existing CSS file */
.comment-section {
    position: fixed;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 450%;
    max-width: 600px;
    height: 70%;
    background-color: #dbb37e;
    padding: 20px;
    box-shadow: 0px -5px 10px rgba(0, 0, 0, 0.1);
    display: none;
    align-items: center;
    flex-direction: column;
    justify-content: flex-end;
}

@media screen and (max-width: 768px) {
    .comment-section {
        width: 90%;
    }
}

.send-btn-container {
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 13px;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    width: 100%;
}

.close-comment-btn {
    background-color: #ff5252;
    color: #fff;
    border: none;
    padding: 8px 12px;
    cursor: pointer;
    right: 13px;
    display: block;
    position: absolute;
    border-radius: 30px;
    top: 4px;
}

#commentInput {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    overflow: hidden;
    border: 1px solid gray;
}

#sendCommentBtn1 {
    color: white;
    padding: 10px;
    background-color: #44448ddb;
    border: 1px solid gray;
    border-radius: 22px;
}

.comments-list {
    overflow-y: auto;
    max-height: 100vh;
    width: 100%;
}

.user-info {
    display: flex;
    align-items: center;
    gap: 8px;
}

.user-info img {
    width: 20px;
    border-radius: 50%;
    /* Add border-radius for circular user logo */
}

.user-info span {
    font-weight: bold;
}

.message-bubble {
    background-color: #579983;
    color: #fff;
    padding: 10px 15px;
    border-radius: 15px;
    max-width: 80%;
    position: relative;
    margin-bottom: 10px;
    word-wrap: break-word;
    align-self: flex-start;
    /* Align to the left */
}

.message-bubble p {
    margin: 0;
}

.reply-bubble {
    background-color: #e16630;
    color: white;
    padding: 10px 15px;
    border-radius: 15px;
    max-width: 80%;
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    word-wrap: break-word;
    align-self: flex-end;
    /* Align to the right */
}

.reply-bubble p {
    margin: 0;
}

.popupButton {
    background-color: #4caf50;
    color: white;
    padding: 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
}

#popupContainer {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

/* Styles for the popup content */
#popupContent {
    background: #fff;
    padding: 20px;
    max-width: 348px;
    max-height: 433px;

    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
    overflow: auto;
}

.blur-img1 div{
    border: 1px solid black;
    padding: 10px;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    display: flex;
    flex-direction: column;
}
.blur-img,.blur-img1 {
    justify-content: center;
    align-items: center;
    display: flex;
    width: 100%;
    flex-direction: column;
    /* overflow: hidden;  */
    gap: 5px;
}
.blur-img1 span{
    text-align: right;
    width: 100%;
    color: gray;
    margin: 0px;
}

#closePopup {
    border: 1px solid red;
    border-radius: 39px;
    justify-content: center;
    align-items: center;
    display: flex;
    padding: 5px;
    height: 25px;
    width: 25px;
    cursor: pointer;
    background: #ff000091;
}

.blur-img>div {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    border: 2px solid gray;
    margin: 10px 0px;
    padding: 5px;
    border-radius: 10px;

}

.blur-img>div p {
    text-align: right;
    width: 100%;
    font-family: sans-serif;
}

/* Define the style for the scrollbar track */
::-webkit-scrollbar {
    width: 12px; /* Set the width of the scrollbar */
}

/* Define the style for the scrollbar handle or thumb */
::-webkit-scrollbar-thumb {
    background-color: #4285f4; /* Set the color of the thumb */
    border-radius: 6px; /* Set the border radius to make it rounded */
}

/* Define the style for the scrollbar track on hover */
::-webkit-scrollbar-track:hover {
    background-color: #f1f1f1; /* Set the color on hover */
}

/* Define the style for the scrollbar handle or thumb on hover */
::-webkit-scrollbar-thumb:hover {
    background-color: #555; /* Set the color of the thumb on hover */
}




/* Card styles */
.card {
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin-bottom: 20px;
}

.timestamp {
    font-size: 14px;
    color: #888;
    margin-bottom: 10px;
}

.title {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
}

.article {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.blurimg {
    max-width: 100%;
    height: auto;
    display: block;
    margin-bottom: 10px;
    width: 100%;
}
