
.center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.link_grey {
    color: inherit;
    text-decoration: none !important;
}
.text-error {
    color: #0d6efd;
}
.theme.dark .text-error {
    color: #6ea8fe;
}

.tab_logos {
    width: auto;
    height: 15px;
    vertical-align: middle;
}
.border-top-left-rounded-0 {
    border-top-left-radius: 0 !important;
}
.fix_height {
    height: calc(100vh - 250px);
    overflow: auto;
}