.tabs-demo {
  display: flex;
}

.strict-width {
  max-width: 340px;
}

.dx-theme-generic .strict-width {
  max-width: 250px;
}

.widget-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
  width: 100%;
  min-width: 200px;
  /*padding: 16px 32px;*/
  overflow: clip;
}

.widget-wrapper {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /*gap: 180px;*/
  width: 100%;
}

.widget-wrapper-vertical {
  width: 100%;
  flex-direction: row;
  align-items: center;
}

#show-navigation-buttons {
  margin-top: 22px;
}

#withText .dx-item {
  /*background-color: AliceBlue;*/
  color: black;
}

#withText .dx-state-hover {
  background-color: LightSteelBlue;
}

.dx-tabs {
  max-width: 100%;
}
.dx-tabs-wrapper {
  font-size: 12px;
}

.dx-viewport:not(.dx-theme-generic) .dx-tabs-horizontal {
  border-block-end: 1px solid rgb(225, 225, 225, 0.4);
}

.dx-popup-title {
  background-color: LightSteelBlue;
}

.dx-datagrid-header-panel {
  background-color: WhiteSmoke;
}

.footer {
  background-color: LightSteelBlue;  
}

.form-group {
  padding: 20px;
}

.form-avatar-orgs {
  height: 128px;
  width: 128px;
  border: 1px solid #d2d3d5;
  border-radius: 50%;
  margin-left:30px;
  margin-top: 30px;
  background-image: url('img/orgs.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;      
}
.form-avatar-orgs-0 {
  height: 128px;
  width: 128px;
  border: 1px solid #d2d3d5;
  border-radius: 50%;
  /*margin-left:30px;
  margin-top: 30px;*/
  background-image: url('img/orgs.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;      
}

.form-avatar-usrs {
  height: 128px;
  width: 128px;
  border: 1px solid #d2d3d5;
  border-radius: 50%;
  margin-left:30px;
  margin-top: 30px;
  background-image: url('img/user.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;      
}

.form-avatar-eve {
  height: 128px;
  width: 128px;
  border: 1px solid #d2d3d5;
  border-radius: 50%;
  margin-left:30px;
  margin-top: 30px;
  background-image: url('img/eve.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;      
}

.windsong-regular {
  font-family: "WindSong", cursive;
  font-weight: 400;
  font-style: normal;
}

.windsong-medium {
  font-family: "WindSong", cursive;
  font-weight: 500;
  font-style: normal;
}

.btnSaveFrm {
  margin-right: 20px;
}