html,
body {
  height: 100%;
  width: 100%;
  font-family: 'Roboto', Arial, sans-serif !important;
  font-size: 16px;
}

p {
  margin-bottom : 0 !important
}
.ant-popover-arrow {
  border: none;
  &::after {
    display: none;
  }
}
.error-text {
  color: #F34F56;
}
.success-text {
  color: green;
}
.align-items-center, div.align-items-center {
  display: flex;
  align-items: center;
}
.truncate-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 100%;
}
.margin-left-auto {
  margin-left: auto;
}
.pointer-cursor {
  cursor: pointer;
}
.full-width {
  width: 100%;
}
.line-height-normal {
  line-height: normal;
}
.text-align-right {
  text-align: right;
}
.text-align-center {
  text-align: center;
}
