/* 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;
}

.app-messages {
  max-width: calc(100vw - 40px);
  pointer-events: none;
  position: fixed;
  right: 20px;
  top: 20px;
  width: 380px;
  z-index: 2000;
}

.app-messages .app-message {
  align-items: flex-start;
  background: #f7fbff;
  border: 1px solid #b8d9f2;
  border-left: 4px solid #1d8ede;
  border-radius: 6px;
  box-shadow: 0 10px 30px rgba(16, 42, 67, 0.16);
  color: #243b53;
  display: flex;
  font-size: 13px;
  line-height: 1.5;
  margin-bottom: 10px;
  min-height: 50px;
  padding: 13px 44px 13px 15px;
  pointer-events: auto;
  word-break: break-word;
}

.app-messages .app-message.alert-success {
  background: #f0faf7;
  border-color: #a9dfd0;
  border-left-color: #16836f;
  color: #135f52;
}

.app-messages .app-message.alert-warning {
  background: #fffaf0;
  border-color: #f3cf86;
  border-left-color: #d58b0a;
  color: #6e4a00;
}

.app-messages .app-message.alert-error,
.app-messages .app-message.alert-danger {
  background: #fff7f5;
  border-color: #f2b8b2;
  border-left-color: #d64545;
  color: #7a271a;
}

.app-messages .app-message .close {
  color: currentColor;
  opacity: 0.65;
  padding: 10px 13px;
  text-shadow: none;
  top: 50%;
  transform: translateY(-50%);
  width: auto;
}

.app-messages .app-message .close:hover,
.app-messages .app-message .close:focus {
  color: currentColor;
  opacity: 1;
}

@media (max-width: 575px) {
  .app-messages {
    left: 12px;
    max-width: none;
    right: 12px;
    top: 12px;
    width: auto;
  }
}

#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;
}
