/* compiled by scssphp 1.12.1 on Tue, 14 Oct 2025 19:03:11 +0000 (0.0914s) */

.agent-details-panel {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.agent-details-panel .agent-details-header {
  display: flex;
  flex-direction: row;
  gap: 16px;
}
.agent-details-panel .agent-details-header .x-form-item-label {
  font-weight: 600;
}
.agent-details-panel .agent-details-header .agent-details-save-btn {
  min-width: 120px;
}
.agent-details-panel .agent-details-configuration__placeholder {
  margin: 0;
  font-size: 15px;
  color: #4a4f63;
}
.agent-placeholder-panel {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  background-color: #f5f7fb;
}
.agent-placeholder-panel__body.x-panel-body-default {
  background: #fff !important;
}
.agent-placeholder-panel__content {
  max-width: 360px;
  padding: 48px 32px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0px;
  color: #4a4f63;
}
.agent-placeholder-panel__icon {
  /*width: 96px;
		height: 96px;*/
  border-radius: 50%;
  background: #e4e8fb;
  display: flex;
  align-items: center;
  justify-content: center;
}
.agent-placeholder-panel__icon .fa {
  font-size: 38px;
  color: #4e5ed3;
}
.agent-placeholder-panel__title {
  margin: 0;
  font-size: 20px;
  font-weight: 600;
  color: #1f2333;
}
.agent-placeholder-panel__subtitle {
  margin: 16px;
  font-size: 15px;
  color: #4a4f63;
}
