.card:hover {
    transform: translateY(0%);
}
.watch-page .watch-icons {
    position: absolute;/*وضع الأيقونات بأسفل الفيديو*/
    bottom: 5px;
    right: 20px;
}
.watch-icons i:hover {
    cursor: pointer;
 }
 .watch-page #more {
    display: none;
}
.form-control:focus {
    box-shadow: none;
}
.card-inner {
    display: none;
}
.public-comment .card .btn {
    background-color: #ff4656;
    border-color: #ff4656;
    color: #fff;
}
.public-comment .card .btn:hover{
    background-color: #fc1023;
}
.public-comment .card .btn:hover {
    background-color: #fb0015;
}
time {
    left: 24px !important;
}
.watch-page .fa-play {
    right: 46% !important;
}
@media (min-width: 992px) {
    time {
        font-size: 13px;
    }
    .fa-play {
        font-size: 20px !important;
    }
}
@media (max-width: 1062px) {
    #myBtn {
        margin-bottom: 60px !important;
    }
}
@media (max-width: 570px) {
    .reply-time {
        font-size: 10px;
    }
}
.rounde{
    border-radius: 10px;
}