time {
    left: 24px !important;
}
.card:hover {
    transform: translateY(0%);
}
.watch-page .watch-icons {
    position: absolute;
    bottom: 5px;
}
.watch-icons i:hover {
    cursor: pointer;
}
.watch-page #more {
    display: none;
}
.form-control:focus {
    box-shadow: none;
}
.card-inner {
    display: none;
}
.public-comments .card .btn {
    background-color: #921192;
    border-color: #921192;
    color: #fff;
}
.public-comments .card .btn:hover {
    background-color: #b915b9;
}
.watch-page .fa-play {
    right: 46% !important;
}
div.dropdown-menu.show {
    inset: 0px 105px auto auto !important;
}
@media (min-size: 992px) {
    time {
        font-size: 13px;
    }
    .fa-play {
        font-size: 20px;
    }
}
@media (max-width: 1062px) {
    #moreBtn {
        margin-bottom: 60px;
    }
}
@media (max-width: 570px) {
    .reply-time {
        font-size: 10px;
    }
}