.bkOrange {
    background-color: #FA4616;
    color: #FFF;
}

.department_box:hover {
    background-color: #FA4616;
    color: #FFF;
}

*:focus {
    outline: none;
}
html,body{
    -webkit-overflow-scrolling : touch !important;
    overflow: auto !important;
    height: 100% !important;
}
.loading {
    background: transparent url('/public/images/loading.gif') center no-repeat;
    height: 400px;
    width: 400px;
}

details {
    margin: 1rem;
}

summary {
    font-weight: bold;
    list-style-image: none;
}

/*
summary::marker {
    font-size: 3.5rem;
    padding: 0;
    margin: 0;
}
 */

details[open] > summary {
    list-style-image: none;
}

summary::-webkit-details-marker {
    background: none;
    color: transparent;
}

details > summary {
    list-style: none; // Remove the default arrow.
align-items: center; // Vertically center the arrow.
}
details > summary::-webkit-details-marker {
    display: none;
}
details > summary::before {
    content:  '▶';
    font-size: 2rem;
}
details[open] > summary::before {
    content: "▼";
    font-size: 2rem;
}

.livewire-pagination > div > nav > div > div > span > span > span > span {
    color: #000;
    font-weight: bold;
    font-size: 1.25rem;
}