
        .all-Comments-watch {
        width: 50%; 
        max-width: 1024px; 
        margin: 0 auto;
        margin-bottom: 3rem !important;
      }

      .Comments-watch-box {
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 1rem;
        width: 100%;
        margin: 0 auto;
        margin-top: 2rem;
      }

      .text-Comments-watch {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
      }

      .input-Comments-watch {
        width: 100%;
      }

      .profile-Comments-watch .img-Comments-watch {
          width: 4rem;
          height: 4rem;
          border-radius: 3rem;
      }

      .text-Comments-watch .input-text-Cmt {
        direction: rtl;
        font-family: 'sans', sans-serif;
        height: 4rem;
        font-weight: 600;
        background-color: rgb(82 82 82);;
        outline: none;
        border: none;
        padding-right: 10px;
        border-top-right-radius: 4px;
        border-bottom-right-radius: 4px;
        color: #cfcfcf !important;
        width: 100%;
        font-size: 16px;
      }

      .text-Comments-watch .input-text-Cmt::placeholder {
        color: #cfcfcf !important;
        font-weight: 500;
        font-family: 'sans', sans-serif;
        font-size: 15px;
      }

      .Comments-watch-h1 {
        font-family: 'sans', sans-serif;
        direction: rtl;
      }

      @media screen and (max-width: 634px) {
        .all-Comments-watch {
          width: 95%;
        }
        .Comments-watch-h1 {
          font-size: 15px;
        }
        .text-Comments-watch .input-text-Cmt::placeholder {
          font-size: 13px;
        }
      }

    @media screen and (max-width: 1300px) {
        .all-Comments-watch {
          width: 95%;
        }
    }
    
      /* ---------  Go to */

      .all-Comments-user {
        margin-top: 2rem;
        margin-bottom: 2rem;
        display: flex;
        justify-content: center;
        gap: 1rem;
        width: 80%;
        max-width: 1024px; 
        margin-right: auto;
        margin-left: auto;
        border-top: 1px solid #474747;
        padding-top: 12px;
      }

      .text-Comments-user {
        width: 100%;
        display: flex;
        flex-flow: column;
        gap: 8px;
      }

      .name-Comments-user {
          direction: rtl;
        font-weight: 600;
        font-family: 'sans', sans-serif;
        font-size: 16px;
      }

      .text-Comments-user-send {
        font-weight: 500;
        font-family: 'sans', sans-serif;
        font-size: 14px;
        direction: rtl;
      }

      .profile-Comments-user {

      }

      .img-Comments-user {
        width: 4rem;
        height: 4rem;
        border-radius: 3rem;
      }

      @media screen and (max-width: 634px) {
        .all-Comments-user {
          width: 95%;
        }
      }

      /* ---------  Go to */
