.builder-template-login{
    background-color: #ffffff !important;
}

.table td, .table th {
    padding: 8px !important;
}

.select2-results__option--highlighted a.link-footer,
a.link-footer:hover {
    color: white;
    margin: -6px -12px;
    padding: 6px 12px;
    width: calc( 100% + 24px);
}

a.link-footer {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 5px;
}


.btablechart .panel-title {
    color: #333333 !important;
}

.btablechart tbody {
    max-height: 280px !important;
    height: 100% !important;
}

.hide {
    display: none;
}