/* Stiliai, kad būtų sukurta toggle išvaizda */
.toggle-container {
    position: relative;
    display: inline-block;
    width: 40px;
    height: 18px;
}
.uuu_gif{
    width: 150px;
    height: 150px;
}
.uuu_gifsdfdf{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.toggle-input {
    opacity: 0; /* Paslėpti tikrą checkbox */
    width: 0;
    height: 0;
}

.toggle-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: 0.4s;
    border-radius: 34px;
}

.toggle-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    border-radius: 50%;
    left: 1px;
    border: 1px solid #915db1;
    bottom: -1px;
    background-color: #ffffff;
    transition: 0.4s;
}


.toggle-input:checked + .toggle-slider:before {
    transform: translateX(20px);
}








.ssdddddasddsgfdgf_SDfaaad_Dasf{
    font-size: 16px;
    font-weight: bold;
}




.center-content {
    display: flex
;
    /* justify-content: center; */
    height: 100%;
    min-height: 150px;
    flex-direction: column;
    text-align: center;
}

.no-comments {
    font-size: 16px;
    color: grey;
}





/* .cards_dsofidsfhawed{
    display: flex
;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #000000;
    justify-content: space-between;
    padding-bottom: 10px;
    padding: 20px;
} */
.admin-comment{
    width: 100%;
}



.asaasddddddasdasddvvl{
    color: white;

}

.lllasdoifsiduhf_DSFGff_Ff_FF_fF_s{
    /* overflow-y: auto; */
    height: 74vh;
}

.comment-list {
    margin-top: 20px;
}

.comment-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 15px;
    list-style: unset;
    margin-bottom: 15px;
    text-align: left;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-weight: bold;
}

.comment-author {
    color: #333;
}

.comment-date {
    font-size: 0.9em;
    color: #777;
}

.comment-content {
    font-size: 1em;
    color: #333;
    margin-bottom: 10px;
}

.comment-actions {
    display: flex;
    justify-content: space-between;
}
.approve-btn{
    padding: 8px 15px;
    font-size: 1em;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
.reject-btn{
    padding: 8px 15px;
    font-size: 1em;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}
/* 
button {
    padding: 8px 15px;
    font-size: 1em;
    cursor: pointer;
    border: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
} */

.approve-btn {
    background-color: #28a745;
    color: white;
}

.approve-btn:hover {
    background-color: #45a049;
}

.reject-btn {
    background-color: #f44336;
    color: white;
}

.reject-btn:hover {
    background-color: #e53935;
}
/* 000000000000000000 */



