/* ----------------- */
.container-share-log{
    padding-left: 27px;
    margin-bottom: 15px;
    position: relative;
}

.container-share-log:lang(ar){
    padding-right: 27px;
    padding-left: 0px;
}

.my-share-log-item{
    background-color: #f1f3f4;
    position: relative;
    padding: 20px;
    width: 100%;
    border-radius: 8px;
  }


  .my-share-log-item h3{
    font-size: 14px;
    }
    

 .my-share-log-item p{
    font-size: 12px;
    color: #6B6681;
    margin-bottom: 0px;
    }

    .date-myshare-log{
      position: absolute;
      background-color: #2B254B;
      right: 10px;
      padding: 5px;
      color: #fff;
      top: 0px;
      font-size: 12px;
      border-radius: 0px 0px 10px 10px;
    }
    .dark-cv .date-myshare-log{
        background-color: #817AA8;
    }
  
    .date-myshare-log:lang(ar){
      right: auto;
      left: 10px;
    
    }



  .my-share-log-item::before{
    content: "";
    width: 2px;
    background-color: #e2a947;
    top: 35px;
    height: 90px;
    left: -14px;
    position: absolute;
  }
.dark-cv .my-share-log-item::before{
    background-color: #fff;
}

  .my-share-log-item:lang(ar)::before{
    left: auto;
    right: -13px;
  }
  .my-share-ul-log{
    margin: 0px ;
padding: 0px;
}
.my-share-ul-log li:last-child .my-share-log-item::before{
    display: none;
  }

  .precent-value-share-log{
    position: absolute;
    left: -9px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #e2a947;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    background-color: #fff;
    color: #2B254B;
    z-index: 3;
    top: 9px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
  }

   .precent-value-share-log:lang(ar){
    left: auto;
    right: -9px;
  }