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

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

label:has(input[type=checkbox]),
label:has(input[type=radio]) {
  font-weight: normal;
  width: fit-content;
}

.yui3-aclist {
  width: 100%;
}

.yui3-aclist-item {
  transition: background-color 150ms;
}

.yui3-aclist-item-active {
  color: unset !important;
  background: lightgray !important;
}

.yui3-aclist-item:hover {
  background: lightgray;
}

.yui3-aclist-item {
  min-height: 2rem;
  display: flex;
  align-items: center;
  white-space: pre-wrap;
  word-wrap: break-word;
}

div.dt-container .dt-paging .dt-paging-button:hover {
  color: black !important;
  background: #cbc9c9 !important;
}

div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button:active {
  background: transparent !important;
}

.table td {
  vertical-align: middle !important;
}

table.dataTable > tbody > tr:hover {
  background-color: #cbc9c9;
}

.table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider),
.table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider) td,
.table-striped.table-hover tbody tr:nth-of-type(odd):hover:not(.table-active):not(.table-disabled):not(.table-divider) th {
  background-color: #cbc9c9;
}

.dt-empty:hover {
  background: var(--gray-100) !important;
}

.functionality-title-container {
  background-color: var(--gray-200);
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.test-env-container {
  background-color: #6B6C7D;
  color: white;
  text-align: center;
}

.functionality-container {
  flex: 1;
  padding: 2rem 1rem;
  margin: 1rem;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  box-sizing: border-box;
}

.technology-share-input-wrapper {
  width: 21rem;
  max-width: 21rem;
}

.validation-message-end .form-feedback-item {
  width: 100%;
  justify-items: end;
}

.nav-link {
  font-weight: var(--font-weight-semi-bold, 600) !important;
  letter-spacing: 0 !important;
}

.nav-link.disabled {
  font-weight: unset !important;
  letter-spacing: unset !important;
}

.functionality-container:focus,
.functionality-container:hover {
  -webkit-box-shadow: 0 0 0 1px #ab354b, 0 0 2rem 0 rgba(171, 53, 75, 0.3);
  -moz-box-shadow: 0 0 0 1px #ab354b, 0 0 2rem 0 rgba(171, 53, 75, 0.3);
  box-shadow: 0 0 0 1px #ab354b, 0 0 2rem 0 rgba(171, 53, 75, 0.3);
  transform: scale(1.03);
  border-color: #ab354b !important;
}
.functionality-container:focus .icon-wrapper,
.functionality-container:hover .icon-wrapper {
  transform: scale(1.1);
}
.functionality-container:focus .functionality-text,
.functionality-container:hover .functionality-text {
  transform: scale(1.05);
}

.functionality-container {
  outline: #ab354b !important;
}
.functionality-container .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.75);
  z-index: 1;
}
.functionality-container .overlay .spinner-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #ab354b !important;
}

.functionality-text {
  transition: all 0.3s ease 0s;
}

.icon-wrapper {
  height: 3.5rem;
  width: 3.5rem;
  transition: all 0.3s ease 0s;
}

#alertsContainer {
  position: fixed !important;
  bottom: 0 !important;
  right: 0 !important;
  z-index: 9999;
  width: 30%;
  display: flex;
  flex-direction: column;
  align-items: end;
  padding-right: 1rem;
}

.large-icon {
  font-size: 2rem !important;
}

.cursor-pointer {
  cursor: pointer;
}

.msign-modal {
  max-width: 85% !important;
  width: 85% !important;
  max-height: 90% !important;
  height: 90% !important;
}

.h-fit-content {
  height: fit-content;
}

.w-fit-content {
  width: fit-content;
}

.remove-asterisk span svg {
  display: none;
}

.text-bolder {
  font-weight: bolder !important;
}

.color-primary {
  color: #ab354b !important;
}

.border-primary {
  border-color: #ab354b !important;
}

.spinner-border-primary {
  border-color: #ab354b transparent #ab354b #ab354b !important;
}

.icon-hover-primary {
  font-size: 1.5rem;
}
.icon-hover-primary svg,
.icon-hover-primary svg * {
  transition: fill 150ms ease;
}

.icon-primary {
  fill: #ab354b !important;
}

.icon-hover-primary:hover svg,
.icon-hover-primary:hover svg * {
  fill: #ab354b !important;
}

.bg-primary-100 {
  background-color: #FBF3F4 !important;
}

.declaration-img {
  max-width: 100%;
  max-height: 100%;
  display: block;
}

.font-smaller {
  font-size: smaller;
}

.description-field {
  height: 20rem !important;
}

.extend-validation-label .form-feedback-item div[role=alert] {
  width: 200% !important;
}

@media (min-width: 768px) {
  .extend-validation-label-modal .form-feedback-item div[role=alert] {
    width: 200% !important;
  }
}