* {
    margin: 0;
    padding: 0
}

html {
    height: 100%
}

.card {
    z-index: 0;
    border: none;
    border-radius: 0.5rem;
    position: relative
}


.card {
    background-color: #313945 !important;
}

.card-header {
    background-color: transparent;
    border-bottom: 1px solid white;
    padding: .75rem 1.25rem;
    position: relative;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
}
.h1,
h2,
h3,
h4,
h5,
h6 {
    color: white !important;
}

label {
    color: white !important;
}

.btn-oficial {
    color: #fff;
    background-color: #3592cf;
    border-color: #1cc88a;
}

.btn-oficial:hover {
    color: #fff;
    background-color: #3592cf;
    border-color: #2653d4;
}

.btn-oficial:focus,
.btn-oficial.focus {
    color: #fff;
    background-color: #3592cf;
    border-color: #2653d4;
    box-shadow: 0 0 0 0.2rem rgba(105, 136, 228, 0.5);
}

.swal2-title {
    color: black !important;
}
.table.dataTable td, table.dataTable th{
    background:white;
}
.dataTables_info{
    color:white!important;
}


.nav-tabs > li > a
{
    background-color:#FFFFFF !important;
    color:#000000;
    border: 1px solid #000000 !important;
    border-bottom-color: transparent !important;
}

.nav-tabs > li > a:hover{
    background-color: #2B323C !important;
    color:#fff;

} 
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #fff;
    background-color: #2B323C!important;
    border: 1px solid #000000 !important;
}
