.menu-sub .menu-link {
  border-radius: 0 !important;
}

.dx-widget {
  font-size: 14px;
}

.dx-switch-container {
  height: 24px;
}

.dx-switch {
  width: auto;
}
.dx-switch .dx-switch-on, .dx-switch .dx-switch-off {
  font-size: 14px;
  color: black;
  font-weight: normal;
}

.popup-no-padding .dx-popup-content {
  padding: 0;
}
.popup-no-padding .list-group-item {
  font-size: 14px;
}

.dx-buttongroup-wrapper .dx-button {
  border-top-color: #337ab7;
  border-bottom-color: #337ab7;
  border-left-color: #337ab7;
  border-right-color: #337ab7;
}

.dx-overlay-wrapper {
  font-size: 14px;
}

.dx-checkbox-icon {
  margin-left: 8px;
}

.dx-toast-message {
  white-space: pre-line;
}

.dx-toast-stack {
  z-index: 2000;
}