/*.comments ul {
    list-style: none;
}

.comments ul:first-child {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.comment {
    padding: 0.5em 0;
}

.comment .comment-avatar, .comment-content {
    float: left;
}

.comment-avatar {
    width: 65px;
    height: 65px;
}

.comment-content {
    margin-left: 15px;
}

#comment-text {
    height: 100px;
}

.comment-avatar img {
    width: 64px;
    height: 64px;
    border-radius: 50%;
}

.comment-name {
    font-weight: bold;
    font-size: 13px;
}

.comment-date {
    margin-left: 10px;
}

.comment-date, .comment-reply {
    font-size: 13px;
    text-decoration: none;
    cursor: pointer;
}

#cancel-comment-reply-link {
    cursor: pointer;
}

.comment-date:hover, .comment-reply:hover {
    text-decoration: none;
}

.comment-reply-title {
    border-top: 4px solid #1a1a1a;
    margin-bottom: 25px;
    font-size: 25px;
    margin-top: 25px;
    padding-top: 25px;
}

.comment-reply-title small a {
    border: 0;
    float: right;
    font-size: 30px;
    text-decoration: none;
}

.comment-reply {

}*/

.comment-option{
    position: absolute;
    right: 0;
}

.animate-bottom {
  position: relative;
  animation: animatebottom 0.4s;
}

@keyframes animatebottom {
  from {
    bottom: -300px;
    width: 100vw;
    left: 0;
    opacity: 0;
  }

  to {
    bottom: 0;
    width: 100vw;
    left: 0;
    opacity: 1;
  }
}


.modal-comment-bottom{
    padding-right: 0!important;
}

.modal-comment-bottom .modal-dialog, .modal-comment-option .modal-dialog{
    margin: 0;
}

.modal-comment-bottom .modal-dialog .modal-content, .modal-comment-option .modal-dialog .modal-content{
    position: fixed;
    bottom: 0;
    width: 100vw;
    max-width: 100vw;
    left: 0;
    border-radius: 0;
}

.modal-comment-bottom .modal-dialog .modal-content
{
    border-radius: 16px 16px 0px 0px!important;
}

.btn-comment{
    font-family: Nunito Sans;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 20px;

    /* identical to box height, or 143% */
    text-align: center;

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 12px 24px;

    position: static;

    /* Grayscale/Dark Gray 6 */
    background: #F8F8F8;
    border-radius: 4px;

    /* Inside Auto Layout */
    flex: none;
    order: 0;
    flex-grow: 0;
    margin: 8px 0px;
}

.btn-red{
   background: #FFEBEF; 
}

.btn-red:hover, .btn-red:active, .btn-red:focus{
   background: #F7B3C0; 
}

.comment-avatar{
    width: 40px;
    min-width: 40px;
    height: 40px;
    object-fit: cover;
}
.btn-comment-options{
    color: #a5aaae;
}
.btn-comment-options:hover, .btn-comment-options:active, .btn-comment-options:focus{
    color: #212529;
}