﻿.form-control:disabled, .form-control[readonly] {
    background-color: #EFF2F5;
    opacity: 1;
    color: #8d90a5;
    cursor: not-allowed;
}

.last-el-mb-0 p:last-child, .last-el-mb-0 ul:last-child { margin-bottom: 0; }