/* These styles are generated from project.scss. */
.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

#userLangDropdown::after {
  display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.actions .right-actions {
  display: inline-flex;
  gap: 12px;
}

.actions .form-control {
  height: 37px;
  padding-right: 40px;
}

.input-with-icon {
  position: relative;
}

.input-with-icon img {
  position: absolute;
  top: 10px;
  right: 20px;
}

.table-action{
  display: flex;
  gap: 8px;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.table-action .action {
  height: 43.33px;
  position: relative;
  width: 45px;
  padding: 10px 16px;
  border-radius: 4px;
  background: #D5D5D5;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
}

.table-action .action.default-btn{
  background-color: #5C1AC3;
}

.page-title h3 {
  display: flex;
  flex-direction: row;
  align-items: stretch;
  gap: 12px;
}

.page-title h3 .badge.class-badge,
.page-title h3 .badge.class-badge span
{
  background: #F0EAFA;
  border-radius: 16px;
  padding: 2px 4px;
  font-weight: 600;
  font-size: 13px;
  line-height: 18px;
  text-align:center;
  color: #5C1AC3;
  display: flex;
  align-items: center;
  justify-content: center;
  align-content: center;

}


.btn-link.btn-danger {
    box-shadow: none;
    background-color: transparent;
    color: #dc3545 !important;
    border-color: transparent;
}

.btn-link.btn-danger:hover {
  box-shadow: none;
  background-color: transparent;
  color: #dc3545 !important;
  border-color: transparent;
  text-decoration: #dc3545 underline;
}

.table > thead > tr > th,
.table > thead > tr > th > label
{
    color: #1b55e2;
    font-weight: 700;
    font-size: 13px;
    letter-spacing: 1px;
    text-transform: uppercase;
  margin-bottom: initial;
}

img.circle {
  object-fit: cover;
  border-radius: 50%;
}

#ildpModal.modal .modal-body {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: stretch;
    gap: 16px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.ildpModal.modal .modal-body .header {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    justify-content: space-between;
    align-items: flex-start;
}

.ildpModal.modal .modal-body .list{
  max-height: 300px;
  overflow: scroll;
}


.user-item {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.form-control, body,
.table tbody tr td, input::placeholder{
  color: black !important;
}
