

    #reportModal {
     display: none;
    position: fixed;
    z-index: 9999;
    background-color: rgb(0 0 0 / 72%);
    top: 0;
    width: calc(100% - 250px);
    height: 100%;
    overflow: auto;
    justify-content: center;
    align-items: center;
}

#commentCounter{
    color: white;
    text-align: right;
}
  .modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex
;
    align-items: center;
    justify-content: center;
    z-index: 9999;
    transition: 0.3s ease-in-out;
    display: flex
;
    flex-direction: column;
    width: 100%;
    margin-left: 250px;
    box-sizing: border-box;
    width: calc(100% - 250px);
  }
  
  .modal-buttons {
     margin-top: 10px;
    display: flex
;
    justify-content: space-between;
    width: 100%;
    outline: none;
    padding: 10px;
    display: flex
;
    justify-content: center;
    gap: 20px;
    min-width: 330px;
  }
  #reportComment {
    width: 100%;
    margin-top: 10px;
    min-height: 60px;
    outline: none;
    padding: 10px;
    display: flex
;
    justify-content: center;
    min-width: 330px;
    min-height: 150px;
  }















a.ooosdf_SDfddfasgg_profilis {
    position: relative;
    cursor: pointer;
    text-decoration: none;
    color: #9f9f9f;
    gap: 15px;
    display: flex
;
    justify-content: left;
    align-items: center;
    margin-bottom: 5px;
}



@media (max-width: 768px) {
    a.ooosdf_SDfddfasgg_profilis {
        justify-content: center;
        flex-direction: column;
        width: 25%;
        border: none;
        gap: 5px !important;
        border-left: none !important;
        margin-bottom: 0px;
        color: #9f9f9f;
        display: flex
;
        margin-left: 0px;
        align-items: center;
    }
}
