.btn-logout {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
}
.search-company .custom-input-text {
    font-weight: bold;
}
form.search-company > div {
    margin-top: -5px;
    margin-bottom: -5px;
}
.search-btn-wrap button {
    background: #273d62;
    border: 1px solid #e7eaec;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    text-decoration: unset;
    border-radius: 0 16px 16px 0;
    display: inline-block;
    width: 150px;
    text-align: center;
    line-height: 40px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-btn-wrap input {
    border-right: 0;
    border-radius: 20px 0 0 20px !important;
}
.bootstrap-select > .dropdown-toggle {
    background: #fff;
}
#company-table label {
    display: flex;
}
.bootstrap-table .fixed-table-container #company-table.table thead th {
    vertical-align: middle;
    height: 40px;
}

#person-profile .card-infos {
    background: #fff;
}

.card-infos .table tbody tr td.col-fixed {
    background-color: #273d62 !important;
    color: #fff !important;
}

.loader-wrapper {
    top: 0;
}

.fiscal-years-info a {
    color: unset;
    text-decoration: unset;
}

tr.is-active- td,
tr.is-active-0 td {
    background: #ccc;
}
