.checkBox, #chkAll {
    width: 1.1rem;
    height: 1.1rem;
}
.fa {
    font-size: 1.3vw;
    cursor: pointer;
}
.linkswithurl {
    font-weight: bold;
    display: block;
    float: right;
    height: fit-content;
    background-color: #17a2b8d4;
    color: white;
    text-decoration: none;
    font-size: 1.5vw;
    padding: 4px 12px 4px 12px;
    border-radius: 0.5vw;
}
.linkswithurl:hover{
    background-color: #17a2b8;
    color: white;
}