/* AegisDesk overrides for rustdesk-api _admin/ (Element Plus) */
:root {
  --el-color-primary: #313bee;
  --el-color-primary-light-3: #5a63f1;
  --el-color-primary-light-5: #737bf4;
  --el-color-primary-light-7: #8c93f6;
  --el-color-primary-light-8: #a4a9f8;
  --el-color-primary-light-9: #bdc0fa;
  --el-color-primary-dark-2: #272fc0;
}

html {
  font-family: "Segoe UI", system-ui, sans-serif;
}

.login-logo {
  max-height: 72px;
  width: auto;
}

.el-button--primary {
  --el-button-bg-color: #313bee;
  --el-button-border-color: #313bee;
  --el-button-hover-bg-color: #4a54f5;
  --el-button-hover-border-color: #4a54f5;
  --el-button-active-bg-color: #272fc0;
  --el-button-active-border-color: #272fc0;
}

.el-menu-item.is-active {
  color: #313bee !important;
}

.el-link.el-link--primary {
  --el-link-text-color: #313bee;
  --el-link-hover-text-color: #4a54f5;
}
