
/* * {
    outline: 1px solid lime;
} */

:root {
    font-size: 14px;
}

img {
    width: 32px;
}

.img-small {
    width: 24px;
}

a {
    cursor: pointer;
}

.fixed-top-right {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1030;
}

pre {
    font-size: 0.75rem !important;
    line-height: 0.75 !important;
}

.col {
    width: calc(100% - 64px);
}

.datepicker td,
th {
  text-align: center;
  padding: 8px 12px;
  font-size: 14px;
}
.datepicker {
  border: 1px solid black;
}


.bi-filetype-pdf {
    font-size: 2.5rem; 
    color: var(--bs-secondary);
    margin-inline: 1rem;
}

@media screen and (max-width: 530px) {
    .bi-filetype-pdf {
        font-size: 1.5rem; 
        margin-inline: 0.5rem;
    }
}