:root {
  --aa-input-border-color-rgb: 209, 213, 219;
  --aa-input-background-color-rgb: 198, 203, 223;
}

input[disabled] {
  background-color: #F3F4F6;
}

svg.app-icon {
  width: 20px;
  height: 20px;
  display: block;
}

.icon-button {
  width: 34px;
  height: 34px;
  padding: 6px;
}

.primary-color {
  color: #005ba0;
}

.secondary-color {
  color: #a2ad00;
}

.tertiary-color {
  color: #0087cc;
}

.app-name {
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 700;
}

/* */

h3 {
  text-transform: uppercase;
  color: #0087cc;
  font-size: 16px;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

h2 {
  text-transform: uppercase;
  color: #005ba0;
  letter-spacing: 1px;
}

h1 {
  color: #005ba0;
  text-transform: uppercase;
  letter-spacing: 1px;
}

p.info {
  font-size: 12px;
  color: #777;
}

.sidebar-box {
  border-bottom: 1px solid #efefef;
  margin-bottom: 2rem;
}

.bgimage {
  height: 100%;
  background-size: cover;
  background-repeat: none;
  background-position: center;
}

.banner {
  position: absolute;
  top: -8px;
  right: -8px;
  width: 18px;
  height: 18px;
  color: #fff;
  background: red;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  border-radius: 50%;
  display: block;
  padding-top: 2px;
}

.description p {
  margin-bottom: 1rem;
}

.description ul {
  list-style: disc;
  margin-left: 2rem;
}

.multiselect .multiselect-input {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  border-color: rgb(209, 213, 219);
  border-radius: 0.375rem;
  margin-top: 0.25rem;
}

.multiselect .multiselect-input:focus {
  border-color: rgb(165, 180, 252);
  box-shadow: rgb(255, 255, 255) 0px 0px 0px 0px, rgba(199, 210, 254, 0.5) 0px 0px 0px 3px, rgba(0, 0, 0, 0.05) 0px 1px 2px 0px;
}

table {
  width: 100%;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */

input[type=number] {
  -moz-appearance: textfield;
}

::marker {
  content: "";
}

.action-button {
  width: 40px;
  height: 40px;
  padding: 5px;
}

.action-button svg {
  display: block;
}

.listing-table thead tr {
  text-align: left;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}

.listing-table td, .listing-table th {
  white-space: nowrap;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(107, 114, 128, var(--tw-text-opacity));
}
