/**
 * description:     zmsgform模块的CSS文件
 * date:2025-09-16
 * author email：zhang19min88@1631.com
 * Powerby:模块构建器v1.0.0
 * @license:GNU General Public License version 2 or later;     
 */
 .main-card .control-group {
    display: flex
;
}
.main-card .control-group label
 {
    width: 80px;
}
.main-card .radio>.form-check {
    display: inline-block;
}
.main-card input.small-input
 {
    max-width: 280px;
}
textarea#jform_content {
    min-height: 250px;
}
.text-right {
    text-align: right;
}