
.post_main {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
}


.pppoo_asdlhjasjkhgf.asdfasdfsdfffewwerryt {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    color: #f4b400;
}

.asdfasdfsdfffewwerryt{
    color: #a9a9a9;
}
.post-time {
    text-align: right;
}
.post-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
}

 .cards_row_1_row {
     display: flex;
  flex-wrap: wrap;
  justify-content: center;

}
.author-info{
        display: flex
;
    align-items: center;
    gap: 10px;
}
.authornamesfdf{
    font-weight: bold;
    font-size: 16px;
}
.pppoo_asdlhjasjkhgf{
    width: 100%;
    max-width: 420px;
    box-sizing: border-box;
    margin: 10px auto;
}
.auauthsdodofjdfdsso{
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;

}
.post-card {
    width: 100%;
    background-color: #ffffff;
    border-radius: 8px;
    display: flex;
    margin-top: 5px;
    border: 1px solid #ccc;
    flex-direction: column;
    justify-content: space-between;
    background: #dfdfdf17;
    border-left: 4px solid #e67e22;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.post-content {
    flex-grow: 1;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.adsdafdsdfdnameee{
    font-weight: bold;
    font-size: 16px;
}
.imauthorimageeer{
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #2c3e500a;
}
.post-header {
    display: flex;
    align-items: center;
 
}
.authoijamageee{
    width: 50px;
    height: 50px;
    object-fit: cover;
}
.laksfdisaodufddd{
       padding: 8px 10px;

}



.post-header{
    cursor: pointer;
}
.post-header:hover {
  background-color: rgba(0, 0, 0, 0.05); /* švelnus pilkšvas fonas */
  transition: background-color 0.2s ease;
  border-radius: 6px;
}
.post-header:hover .adsdafdsdfdnameee {
  text-decoration: underline;
}

.right_list_inner_my_request_page{
    width: 100%;
    margin-top: 100px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}








.author-image-loader {
    position: absolute;
    top: 5%;
    display: flex
;
    left: 7%;
    transform: translate(-50%, -50%);
    width: 35px;
    height: 35px;
    border: 3px solid #ffffff;
    border-top-color: #595959;
    border-radius: 50%;
    animation: spin .3s linear infinite;
    align-items: center;
    justify-content: center;
}

.author-image-wrapper {
  position: relative;
  width: 40px;
  height: 40px;
}


@keyframes spin {
  to { transform: rotate(360deg); }
}










.kjlsdhfksduhfddd{
    padding: 1px;
}

.distance-icon {
    width: 30px;
    height: 30px;
}

.distance-text {
    font-size: 13px;

}

.post-body {
    margin-bottom: 12px;
    padding-top: 10px;
}

.post-title {

    margin-bottom: 8px;
    word-wrap: break-word;
}

.post-description {
    word-wrap: break-word;
    color: #77797c;
}

.post-images {
    display: flex;
    gap: 8px;
    margin-top: 20px;
    flex-wrap: wrap;

}



.post-footer {
    cursor: pointer;
    display: flex
;
    justify-content: space-between;
    border-top: 1px solid #2c3e50;
    padding: 15px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: #ffffff;
}

.post-comments, .post-business-cards {
    display: flex;
    align-items: center;
}


.asdsddivheederr{
    display: flex;
    width: 100%;
    justify-content: space-between;
}








@media (max-width: 500px) {
    .pppoo_asdlhjasjkhgf {
        width: 100%;
        margin-bottom: 20px;
    }
}














 #fullscreenOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgb(37 38 42);
    justify-content: center;
    align-items: center;
    z-index: 9999;
    cursor: default;
    margin-left: 250px;
    box-sizing: border-box;
    width: calc(100% - 250px);
  }
  #fullscreenOverlay img {
    max-width: 100%;
    max-height: 90%;
    border-radius: 8px;
    padding: 5px;
  }
  #closeBtn {
        float: right;
        position: absolute;
        top: 0px;
        right: 27px;
        cursor: pointer;
        color: #ffffff;
        float: right;
        font-size: 40px;
        font-weight: bold;
  }

  .profile-image-container {
    display: inline-block;
    cursor: zoom-in; 
  }

  .profile-image {
    display: block;
  }

@media (max-width: 767px) {
#fullscreenOverlay {
 
    margin-left:0px;
    width: 100% ;
}
}