:root {
    --tblr-font-sans-serif: 'Poppins', sans-serif;
}

.container-xxl {
    max-width: 1620px;
}

.debug {
    outline: 1px dotted red;
}

.dev-page-wrapper {
    background-color: rgba(0, 255, 0, 0.25);
}

.dropdown-divider {
    margin: 8px 0;
}

.hazard-border {
    border: 10px solid pink;
    border-image: repeating-linear-gradient(
            -55deg,
            #000,
            #000 20px,
            #ffb101 20px,
            #ffb101 40px
    ) 10;
}

.nav-link-icon {
    color: unset;
}

.btn-primary {
    background: #ef5c0a;
    border: #e83e0a;
}

.btn-outline-primary {
    background: #fff;
    border: 1px solid #ef5c0a;
    color: #ef5c0a;
}

.btn-primary:hover {
    background: #c64601;
    color: #fff;
}

.dropdown-item:focus, .dropdown-item:hover {
    background-color: #f8f9fa;
}

.bg-primary {
    background-color: #ef5c0a !important;
}
