.hint {
  color: #999;
  font-size: 13px;
  margin-top: 5px;
  padding-left: 30px;
  position: relative;
}

.hint::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 200;
  content: "\f0eb";
  color: orange;
  position: absolute;
  left: 10px;
  top: 0;
}

code {
  font-family: PloniRegular;
  background: none !important;
  padding: 0;
  font-size: 13px;
  position: relative;
}

code.error::before {
  font-family: "Font Awesome 6 Pro";
  font-weight: 400;
  content: "\f05a";
  position: absolute;
  left: 10px;
  top: 3px;
}

[ng\:cloak],
[ng-cloak],
[data-ng-cloak],
[x-ng-cloak],
.ng-cloak,
.x-ng-cloak {
  display: none !important;
}

/* rotation spin animation */
spin {
  margin-left: 10px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

.spin {
  animation: spin 1000ms linear infinite;
}

#salesforce-connection-preferences-label-instance {
  width: 330px;
  height: 35px;
  line-height: 33px;
  background: rgb(250 250 250);
  padding: 3px 5px;
}

.sf-connection-row-action > i,
.categories-row-action a > i {
  font-size: 13px !important;
  line-height: 16px;
}

.ellipsis {
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.select2-container.select2-allowclear .select2-choice abbr {
  border-radius: 20px;
  padding: 3px 5px;
  border: 1px solid silver;
  zoom: 90%;
  right: 22px;
}

.select2-search-choice-close::before {
  color: silver;
}
