body {
    font-family: "Instrument Sans", sans-serif;
}

.text-justify {
    text-align: justify;
}

.map.map-full iframe {
    width: 100%;
}

.primary-font {
    font-family: "Bricolage Grotesque";
}

.dashed-link {
    border-bottom: 1.5px dashed;
    /* text-decoration-line: underline;
    text-decoration-style: dashed;
    text-underline-offset: 0.5em;
    text-decoration-thickness: 0.05em; */
}

.white-text-line::before {
    background: white !important;
}

.strikethrough {
    position: relative;
}
.strikethrough:before {
    position: absolute;
    content: "";
    left: 0;
    top: 50%;
    right: 0;
    border-top: 2px solid;
    border-color: inherit;

    -webkit-transform: rotate(-5deg);
    -moz-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    -o-transform: rotate(-5deg);
    transform: rotate(-5deg);
}

.list-group {
    width: 100%;
    margin-inline: 1.5rem;
}

.form-check-input:checked + .form-checked-content {
    opacity: 0.5;
}

.form-check-input-placeholder {
    border-style: dashed;
}
[contenteditable]:focus {
    outline: 0;
}

.list-group-checkable .list-group-item {
    cursor: pointer;
}
.list-group-item-check {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
.list-group-item-check:hover + .list-group-item {
    background-color: var(--bs-secondary-bg);
}
.list-group-item-check:checked + .list-group-item {
    color: #fff;
    background-color: var(--bs-primary);
    border-color: var(--bs-primary);
}
.list-group-item-check[disabled] + .list-group-item,
.list-group-item-check:disabled + .list-group-item {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.list-group-radio .list-group-item {
    cursor: pointer;
    border-color: transparent;
}
.list-group-radio .form-check-input {
    z-index: 2;
}
.list-group-radio .list-group-item:hover,
.list-group-radio .list-group-item:focus {
    background-color: var(--bs-secondary-bg);
}

.list-group-radio .form-check-input:checked + .list-group-item {
    background-color: var(--bs-body);
    border-color: var(--bs-primary);
}
.list-group-radio .form-check-input[disabled] + .list-group-item,
.list-group-radio .form-check-input:disabled + .list-group-item {
    pointer-events: none;
    filter: none;
    opacity: 0.5;
}

.text-inverse-all-child * {
    color: #cacaca;
}
