.panel-title {
    font-weight: bold;     
    font-size: 16px;     
    margin-bottom: 0px;     
    /*color: #212529 !important;*/
}

.centralizar_texto {
    text-align: center;
}

.select {
    border: 1px solid red;
}

.swal2-popup .swal2-styled.swal2-confirm {
	background-color: #ccc !important;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
}
.swal2-popup .swal2-styled:focus {
	background-color: #fd9203 !important;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
}

.swal2-popup .swal2-actions:not(.swal2-loading) .swal2-styled:hover {
	background-color: #fd9203 !important;
	box-shadow: 0 0 0 3px rgba(0, 0, 0, 0);
}

.swal2-container.swal2-center.swal2-fade.swal2-shown {
  pointer-events: initial !important;
}

.swal2-container {
  z-index: 20000 !important;
}