i {
    font-size: 1.4rem;
}


/* TABELA */
thead {
    background-color: black;
    color: white;
}
.dt-column-title {
	color: white;
 }


div.dt-container div.dt-search {
    margin-bottom: 10px;
}


/* MODAL */
.modal-content {
    border-radius: 0;
}
.modal-header {
    background-color: black;
    color: white;
    border-radius: 0;
    border-top: 1px solid white;
    border-left: 1px solid white;
    border-right: 1px solid white;
    
} 

/* BUTTONy */
.btn {
    border-radius: 0;
}

.form-control {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: black;
}
input {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: black;
}

.form-select {
    border-radius: 0;
    border-top: none;
    border-left: none;
    border-right: none;
    border-color: black;
}