.jumbotron, jumbotron-fluid{
    background-color: #003554;
    margin-bottom: 0px;
    padding-bottom: 1rem;
}

.btn-admin{
  margin-top: 20%;
  width: 100%;
}

.login > a{
  color: #fff;
}
.login > a:hover{
  color: rgb(219, 218, 218);
}

.card{
    background-color: #BBBFC8;
}

address{
    text-align: center;
    position: relative;
}

.text-footer{
  margin-top: 30px;
  align-content: center;
}

.footer-low{
    background-color: #0a351c;
    width: 100%;
    color: white;
    position: absolute;
    left: 0;
    margin-top: 60px;
    padding:45px 0 20px;
    
}

.table{
  width: 100% !important;
}

i svg{
  width: 18px !important;
}

.pagination > li.active > a, .pagination > li.active > span{background-color:#003554 !important} 
.pagination:hover > li.active > a, .pagination > li.active > span{background-color:#003554}
.paginate_button > a, .paginate_button > a:hover{color: #003554;}

table.dataTable.dtr-inline.collapsed > tbody > tr > td.dtr-control::before, table.dataTable.dtr-inline.collapsed > tbody > tr > th.dtr-control::before{
  background-color: #003554 !important;
}

div.dataTables_wrapper div.dataTables_paginate ul.pagination {
  justify-content: right !important;
}
