body{
    overflow-x: hidden !important;
}

.tbl-head{
    background-color: #1e3a8a !important;
    color: white !important;
    padding: 1rem !important;
}

.btns{
    background-color: #1e3a8a !important;
    color: white !important;
}

/* public/css/custom.css OR in a <style> tag */
.page-link {
    color: rgb(93, 93, 93);
    background-color: white;
    padding: 6px 12px;
    text-decoration: none;
    border-color: rgb(212, 212, 212);
}

.page-link:hover {
    background-color: darkblue;
    border-color: rgb(212, 212, 212);
}

.active .page-link {
    background-color: navy;
    border-color: rgb(212, 212, 212);
}

.show-carabao-p{
    margin-top: .5rem !important;
}


@media (max-width: 576px) {
#addCarabaobtn{
    margin-bottom: 1.5rem !important;
}

#addUserbtn{
    margin-bottom: 1.5rem !important;
}
}
