.w-30 {
  width: 30% !important;
}

/* Show crispy errors */
.invalid-feedback {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    font-size: 0.875em;
    color: var(--bs-form-invalid-color);
}

/* Style datatables top left search bar */
div:has(> div.dt-search) {
    padding-left: 0 !important;
}

.dt-search input {
  margin-left: 0!important;
}

/* External user pages */
.up-chevron {
    position: relative;
}
.down-chevron {
    position: relative;
}

.up-chevron::before{
    content: "\F286";
    position: absolute;
    left: -20px;
    display: block;
    font-family: 'bootstrap-icons', serif;
    font-weight: bold;

}
.down-chevron::before{
    content: "\F282";
    position: absolute;
    left: -20px;
    display: block;
    font-family: 'bootstrap-icons', serif;
    font-weight: bold;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: "\F285";
    font-family: 'bootstrap-icons', serif;
}

.breadcrumb-item a {
    text-decoration: none;
}

/* Style figures */
.figure-container {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
    height: 100%;
    border: dotted black;
    border-width: 2px;
    border-radius: var(--bs-border-radius);
}

.figure-container figure {
    height: 100%;
    width: 100%;
}

figure img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

figure figcaption {
    padding-top: 0.5rem;
}

.break-word {
  white-space: normal !important; 
  word-break: break-all !important;
  overflow-wrap: break-word !important;
}
