.main-title-container {
    margin-top: 5rem;
}

.modal-deleted-database {
    position:fixed;
    top:25%;
    width:100%;
    height: 150px;
    z-index:100;
}

img {
    width: 150px;
}

.disconnect-button {
    position: fixed!important;
    top: 0!important;
}

.bi-box-arrow-left {
    font-size: 30px;
}

.bi-server {
    font-size: 30px;
}

.bi-archive {
    font-size: 30px;
}

.bi-file-plus {
    font-size: 30px;
}

.bi-file-earmark-plus {
    font-size: 30px;
}
.bi-toggle-on {
    font-size: 25px;
}

.bi-toggle-off {
    font-size: 25px;
}

.bi-info-square-fill {
    font-size: 25px;
}

.bi-clock-history {
    font-size: 25px;
}

.bi-unlock {
    font-size: 25px;
}

.information-logo {
    font-size: 15px!important;
}

.information-logo:active {
    font-size: 13px!important;
}

.logs-information-button {
    background: none!important;
    border: none;
}

.download_title {
    font-size: 25px;
}

.alertMessage {
    position: fixed;
    left: 25%;
    top: 10.5%;
    opacity: 0;
    animation-name: displayOffAlert;
    animation-duration: 3.5s;
    animation-iteration-count: 1;
}

td {
    word-wrap: break-word!important;
    width: auto!important;
    max-width: 95px!important;
}

th {
    word-wrap: break-word!important;
    width: auto!important;
    max-width: 95px!important;
}

td:nth-child(-n+2) {
    word-wrap: break-word!important;
    width: auto!important;
    max-width: 65px!important;
}

th:nth-child(-n+2) {
    word-wrap: break-word!important;
    width: auto!important;
    max-width: 65px!important;
}


.modal {
    top: 25%!important;
    left: 35%!important;
    width: 500px!important;
    height: 500px!important;
}

.modal a.close-modal {
    top: 5px!important;
    left: 90%!important;
    padding: 5%!important;
}

#database_table {
    text-align: center;
}
@keyframes displayOffAlert {
    0%   {opacity: 1;}
    25%  {opacity: 1;}
    50%  {opacity: 1;}
    100% {opacity: 0;}
}

.tablesorter-bootstrap:not(.table-dark)>tbody>tr.odd>td, .tablesorter-bootstrap:not(.table-dark)>tbody>tr.tablesorter-hasChildRow.odd:hover~tr.tablesorter-hasChildRow.odd~.tablesorter-childRow.odd>td {
    background-color: #ccc8c8;
}

.table-logs-save-database {
    font-size: 15px;
    font-weight: 500;
}

.information-bg-info-code-couleur {
    background-color: rgb(13, 202, 240, 0.5)!important;
}

.information-bg-primary-code-couleur {
    background-color: rgb(13, 110, 253, 0.5)!important;
}

.information-bg-success-code-couleur {
    background-color: rgb(25, 135, 84, 0.6)!important;
}

.information-bg-danger-code-couleur {
    background-color: rgb(220, 53, 69, 0.6)!important;
}

.information-bg-info>td {
    background-color: rgb(13, 202, 240, 0.5)!important;
}

.information-bg-primary>td {
    background-color: rgb(13, 110, 253, 0.5)!important;
}

.information-bg-success>td {
    background-color: rgb(25, 135, 84, 0.6)!important;
}

.information-bg-danger>td {
    background-color: rgb(220, 53, 69, 0.6)!important;
}