:root {
  --dxWarning: #d6a206;
  --dxError: #f44336;
  --dxSuccess: #8bc34a;
}

body {
  margin: 0 !important;
  font-family: "Ubuntu", "sans-serif" !important;
  overflow: hidden !important;
}

[class^="flaticon-"]:before,
[class*=" flaticon-"]:before,
[class^="flaticon-"]:after,
[class*=" flaticon-"]:after {
  font-family: Flaticon;
  font-size: 18px !important;
  font-style: normal;
  margin-left: 0 !important; 
}


.string_32 {
  max-width: 480px !important;
}

.string_20 {
  max-width: 300px !important;
}

.string_16 {
  max-width: 240px !important;
}

.string_10 {
  max-width: 150px !important;
}

.string_6 {
  max-width: 90px !important;
  width: 45px !important;
}

.string_64 {
  max-width: 960px !important;
}

.dx-toast-custom {
  background-color: orangered
}

::ng-deep .remove-margin-float {
  margin: 0 !important;
  float: none !important;
}
