.share{
  &--icon {
    width: 15px;
    margin-top: 0px;
    margin-left: 15px;
    display: inline-block;
    margin-right: 5px;
  }
  &--text--header{
    color: #4D4F5C;
    font-size: 14px;
    font-family: 'Raleway',sans-serif!important;
    font-weight: 600;
    display: inline-block;
    vertical-align: bottom;
    margin-top: 13px;
  }
  &--cont{
    &--body{
      .small--header{
        color: #A3A6B4;
        font-weight: 600;
        font-size: 12px;
      }
      .response--link--cont {
        background: #F5F6FA;
        border-radius: 2px;
        border: #EAF0F4 solid 1px;
        width: 80%;
        margin: 0 auto;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 15px;
      }
      .sharing--channels--cont{
        margin-top: 25px;
        .header{
          color: #4D4F5C;
          font-size: 12px;
          font-family: 'Raleway',sans-serif!important;
          font-weight: 600;
          margin: 0px;
          text-align: center;
          margin-bottom: 10px;
        }
        .share--icons{
          width: 25px;
          height: 25px;
          margin:0 auto;
          display: block;
        }
      }
    }
  }


}


.img--close_icon{
  width: 10px;
  height: 10px;
  filter: invert(0.2);
  margin-top: 6px;
}
.border-left{
  border-left: rgba(112, 112, 112, 0.1) solid 1px;
  padding-left: 0px!important;
}

.closeDailog{
  position: absolute;
  top: 5px;
  right:5px;
  background:none;
  border:0px;
  z-index: 9999;
  cursor: pointer;
}
