.editor-newDatasourceDrawer-sourceSelect .sourceCard {
  overflow: hidden;
  text-align: center;
  border: 1px solid #fff;
  border: 1px solid #EBEBF0;
  border-radius: 8px;
  cursor: pointer;
}
.editor-newDatasourceDrawer-sourceSelect .sourceCard .tit {
  color: #414352;
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
}
.editor-newDatasourceDrawer-sourceSelect .sourceCard .desc {
  color: #9092A3;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
}
.editor-newDatasourceDrawer-sourceSelect .cardCheckedobject {
  background: rgba(65, 127, 251, 0.1);
  border: 1px solid rgba(65, 127, 251, 0.2);
}
.editor-newDatasourceDrawer-sourceSelect .cardCheckedservice {
  background: rgba(17, 201, 172, 0.1);
  border: 1px solid rgba(17, 201, 172, 0.2);
}
.editor-newDatasourceDrawer-sourceSelect .cardCheckedcustom {
  background-color: rgba(162, 95, 255, 0.1);
  border: 1px solid rgba(162, 95, 255, 0.2);
}
.editor-newDatasourceDrawer-sourceSelect .cardCheckeddependency {
  background-color: rgba(255, 197, 61, 0.1);
  border: 1px solid rgba(255, 197, 61, 0.2);
}
.editor-newDatasourceDrawer-sourceSelect .cardCheckedfuncComp {
  border: 1px solid #47e;
}
.editor-newDatasourceDrawer-sourceSelect .cardDisabled {
  background-color: #F2F3F5;
  border: 1px solid #DCDDE5;
}
.editor-newDatasourceDrawer-sourceSelect .editor-card-body {
  display: flex;
  align-items: center;
  padding: 10px 12px;
}
.editor-newDatasourceDrawer-sourceSelect .editor-card-body .icon {
  display: flex;
  align-items: center;
  margin-right: 8px;
}
.editor-newDatasourceDrawer-sourceSelect .editor-card-body .msg {
  text-align: left;
}
.editor-newDatasourceDrawer-sourceSelect .editor-card-body .msg .tit {
  line-height: 22px;
  margin-bottom: 4px;
}
