﻿

.btn-reply {
    font-size: .7rem;
    font-weight: bold;

}




.comment-card--done {
    color: #b8b8b9;
    opacity: .5;
}

.comment-card{
    color: #212529;
}

.comment-card--lowlight{
    color: #DDD;
}



.navigation {
    margin-top: 10px;
}

.navigation > button:not(:first-child){
    margin-left: 20px;
}

body > footer{
    margin-top: 100px;
}







.bullet-none {
    list-style: none;
    padding-inline-start: 15px;
}

.nav-pills .nav-item.show .nav-link, .nav-pills .nav-link.active, .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    font-weight: 900;
}

.expired-review {
    opacity: .5;
}

.h-80{
    height: 80px;
}


/* Syncfusion input style changes */
.e-input-group textarea.e-input, .e-input-group.e-control-wrapper textarea.e-input{
    font-size: 1rem;
}

.e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input{
    font-size: 1rem;
}

input.e-input{
    font-size: 1rem;
}

.comment-form-check-label {
    line-height: 1.5rem;
    font-size: .8rem;
}

.comment-form-group {
    margin-bottom: .5rem;
}

.comment-footer{
    font-size: .7rem;
}

.brand-logo{
    padding-right: 10px;
}

