.card-style-2 {
    overflow: hidden;
    margin: 0;
    border-radius: 15px;
    border: none;
    box-shadow: 0 4px 24px 0 rgba(0, 0, 0, 0.08);
}
.h-40{
    min-height: 40px;
}

.upload-file-2 {
    text-indent: -999px;
    outline: none;
    width: 100%;
    height: 45px;
    color: rgba(0, 0, 0, 0) !important;
}

.upload-file-3 {
    text-indent: -999px;
    outline: none;
    width: 100%;
    height: 45px;
    color: rgba(0, 0, 0, 0) !important;
}

.upload-file-post {
    text-indent: -999px;
    outline: none;
    width: 100%;
    height: 45px;
    color: rgba(0, 0, 0, 0) !important;
}

.speach-icon button {
    padding-top: 0px !important;
    display: block;
    border-radius: 35px;
    width: 35px;
    height: 35px;
    line-height: 35px;
    margin-top: 3px;
    transform: translateY(10px);
  }

.like-active {
    background-color: #AAB2BD !important;
    color: #FFF !important;
    display: inline-block;
    position: relative;
    text-align: center;
    border-radius: 50px !important;
    box-shadow: 0 2px 14px 0 rgba(0, 0, 0, 0.08) !important;
    margin-left: 0.5rem !important;
}