@import '_content/Evp.UI.Web.Common/Evp.UI.Web.Common.bundle.scp.css';

/* _content/Start/Components/Layout/MainLayout.razor.rz.scp.css */
.es-card[b-9a3ay53ggu]  {
  width: 500px;
  padding: 30px;
  max-width: 75%;
  max-height: 75%;
  display: flex;
  flex-direction: column;
}
.es-card[b-9a3ay53ggu]  .logo {
  margin-bottom: 15px;
}
.es-card[b-9a3ay53ggu]  > .content {
  overflow: hidden;
}

.page[b-9a3ay53ggu]  {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
}
.page[b-9a3ay53ggu]  .dxbl-loading-panel .dxbl-loading-panel-target-content {
  display: flex;
  flex-direction: column;
}
.page[b-9a3ay53ggu]  .dxbl-loading-panel .dxbl-loading-panel-container.dxbl-loading-panel-shading {
  background-color: rgba(255, 255, 255, 0.5);
}
.page[b-9a3ay53ggu]  .dxbl-loading-panel .dxbl-loading-panel-container.dxbl-loading-panel-shading .dxbl-loading-panel-indicator-area.dxbl-loading-panel-hidden .dxbl-wait-indicator {
  --dxbl-wait-indicator-color: #ff7638;
}

#blazor-error-ui[b-9a3ay53ggu] {
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: fixed;
  z-index: 1000;
  text-align: center;
  display: none;
}

#blazor-error-ui > .es-error-content[b-9a3ay53ggu] {
  background-color: #f1f1f1;
  width: 300px;
  height: 100px;
  padding: 10px;
  border-radius: 4px;
  box-shadow: 0 0 24px 0 rgba(28, 78, 128, 0.5);
  margin: calc(50vh - 100px) auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
/* _content/Start/Components/Pages/Connections.razor.rz.scp.css */
.es-connection-list[b-e8nabpw5v5]  {
  overflow-y: auto;
  padding: 0;
  margin-top: 10px;
}
.es-connection-list[b-e8nabpw5v5]  .es-button-wrapper:not(:last-child) {
  border-bottom: solid 2px #fff;
}
.es-connection-list[b-e8nabpw5v5]  .es-button-wrapper .es-button {
  display: flex;
  padding: 0.5em;
}
.es-connection-list[b-e8nabpw5v5]  .es-button-wrapper .es-button .application {
  text-align: left;
  margin-left: 10px;
}
.es-connection-list[b-e8nabpw5v5]  .es-button-wrapper .es-button .application b {
  font-size: 1.1em;
}
.es-connection-list[b-e8nabpw5v5]  .es-button-wrapper .es-button .application span {
  font-size: 0.9em;
  opacity: 0.7;
}
.es-connection-list[b-e8nabpw5v5]  .es-button-wrapper .es-button .application-icon {
  font-size: 2em;
}

.es-user-actions[b-e8nabpw5v5]  {
  display: flex;
  margin-top: 10px;
}
.es-user-actions[b-e8nabpw5v5]  .es-button-wrapper:first-child {
  margin-right: 5px;
}
.es-user-actions[b-e8nabpw5v5]  .es-button-wrapper:last-child {
  margin-left: 5px;
}
