.mk-modal,.ant-modal {
    .ant-btn-primary:hover, .ant-btn-primary:focus{
        color: #fff;
        background-color: @button-hover-color;
        border-color: @button-hover-color;
    }
    .ant-modal-close-x{
        width: 36px;
        height: 47px;
        line-height: 47px;
    }
    &-footer {
        text-align: center;
        span {
            font-size: 12px;
        }
    }
    .ant-modal-footer {
        text-align: center !important;
        .ant-btn{
            height: 30px;
            font-size: 12px;
        }
    }
    .ant-modal-header {
        .ant-modal-title {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            padding-right: 20px;
        }
    }
    &-body{
        .ant-form-item{
            font-size: 12px;
            .ant-form-item-control-wrapper{
                .mk-select, .ant-input, .ant-calendar-picker {
                    font-size: 12px;
                }
            }
        }
        .ant-select-dropdown-menu {
            max-height: 300px;
            font-size: 12px
        }
    }
}

.mk-confirm {
    .ant-confirm-body-wrapper {
        .ant-confirm-title {
            display: none;
        }
        .ant-confirm-btns {
            float: none;
            text-align: center;
            padding-top: 5px;
            .ant-btn {
                height: 30px;
                font-size: 12px;
            }
        }
    }
}