.follow-model-2 {
    color: #333;
    padding-left: 0!important;
    font-size: 14px;
    margin-bottom: 4px;
    font-weight: 500!important;
}
.follow-model-2 .disabled {
    color: grey
}
#comment-form-block{
    border-color: black!important;
    margin-top: 1px!important;
}

#comment-form-block .form-check-input:disabled{
    opacity: 0.3;
    background-color: #E4E4E4;
    border-color: #A4A4A4!important;
}

#comment-form-block input[type="checkbox"]:checked {
    border-color: #0d6efd!important;
}

#comment-form-block input[type="checkbox"]:checked:hover {
    background-color: #005CC8 !important;
}

#comment-form-block .form-check-input:focus{
    box-shadow: none;
}
+@media (min-width:768px) {
    .mt-md-n2 {
        margin-top: -2rem;
    }
}

.follow-box-check-input {
    position: relative;
    top: 2px;
}
.follow-box-check-input:disabled {
    filter: contrast(0.7);
}