

.dropbox-table {
    width: 100%;
    font-size: 1.2em;
}

.dropbox-table tr {

}

.dropbox-table td, 
.dropbox-table th {
    position: relative;
}

.dropbox-table td {
    cursor: pointer;
}
.dropbox-table div.white-border {
    padding: 6px 0px;
    border-bottom: thin solid #ccc;
    display: block;
    margin-left: 40px;
    padding-left: 5px;
}

.dropbox-table .checkbox {
    position: absolute;
    top: 6px;
    left: 0px;
    width: 40px;
    text-align: center;
}
.dropbox-table .checkbox i.bi-check-square-fill {
    color:#0d6efd;
}

.dropbox-table .checkbox i::before {
    background: white;
    border-radius: 100px;
    line-height: .9em;
    width: 18px;
}

.dropbox-table div {
    display: inline-block;
}

.dropbox-table div i {
    opacity: .6;
}
.dropbox-table div i.white {
    opacity: 1;
}



.fixed-floating-card-bottom {
    position: fixed;
    bottom: 0px;
    z-index: 100;
    width: 100%;
    left: 0px;
    margin: 0px 0px;
    border-radius: 0px;
    text-align: center;
    box-shadow: -2px -2px 10px rgba(0, 0, 0, .5);
}

.fixed-floating-card-bottom .btn.btn-success {
    float: none !important;
}

.dropbox-entry:hover {
    cursor: pointer;
    background: rgba(255,255,255,.2);
}