table.dataTable {
    margin-bottom: 20px !important
}
table.dataTable thead th, table.dataTable thead td, table.dataTable tfoot th, table.dataTable tfoot td {
    font-size: 14px !important;
}
table.dataTable tbody th, table.dataTable tbody td {
    padding: 6px 10px !important;
    font-size: 13px !important;
}
.buttons-html5 span .btn-exports {
    font-size: 18px !important;
}
.buttons-html5 {
    width: 40px !important;
    height: 40px !important;
}    
.page-link {
    font-size: 13.5px;
}
.dt-info{
    font-size: 13.5px;
}

.input-group-prepend {
    margin-right: -1px;
}
.input-group-append, .input-group-prepend {
    display: -ms-flexbox;
    display: flex
;
}
.input-group>.custom-file {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.input-group>.custom-file, .input-group>.custom-select, .input-group>.form-control, .input-group>.form-control-plaintext {
    position: relative;
    -ms-flex: 1 1 0%;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0;
}
.custom-file {
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin-bottom: 0;
}
.custom-file-input {
    position: relative;
    z-index: 2;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    margin: 0;
    opacity: 0;
}
.input-group>.custom-file:not(:first-child) .custom-file-label {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.custom-control-label::before, .custom-file-label, .custom-select {
    transition: background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.custom-file-label {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
    height: 43px !important;
    padding: .375rem .75rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
label {
    display: inline-block;
    margin-bottom: .5rem;
}

@media (min-width: 1200px) {
    .container-xl, .container-lg, .container-md, .container-sm, .container {
        max-width: 100% !important;
        /*max-width: 1600px !important;*/
    }
}
.img-files {
    width: 50px;
    height: 100%;
}
.font-s-custom {
    font-size: 11px !important;
}
.dt-length {
    float: right !important;
}
.card-icon-estadistic {
    width: 75px;
    height: 75px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.card-icon-estadistic svg{
    font-size: 28px;
    color: #fff;
}
.text-estadistic {
    display: flex;
    flex-direction: column;
    padding-left: 15px;
    font-size: 14px;
    justify-content: center;
}
.text-estadistic .contador{
    font-size: 25px;
    font-weight: 800;
}
.box-info-agente {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 100px;
    text-align: center;
}
.img-perfil-detalle {
    width: 100px;
    height: 100%;
    border-radius: 100%;
    object-fit: cover;
}
.img-perfil-detalle div div{
    font-size: 15px;
}
.box-info-agente{
    font-size: 14px;
}
.box-info-agente .data{
    font-size: 15px;
    font-weight: 600;
}
/* Chrome, Safari, Edge, Opera */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form-select {
    padding: 8px 10px !important;
}
.was-validated .form-select:valid:not([multiple]):not([size]) {
    background-size: 16px 12px, calc(0.5em + 0.4rem) calc(0.5em + 0.4rem) !important;
}
.was-validated .form-control:invalid {
    background-size: 16px 12px, calc(0.5em + 0.4rem) calc(0.5em + 0.4rem) !important;
}
.valid-feedback {
    font-size: 0.780em !important;
}
.invalid-feedback{
    font-size: 0.780em !important;
}

@media (min-width: 1200px) {
    .modal-xl {
        --bs-modal-width: 1600px !important;
    }
}
label {
    font-size: 15px !important;
}
.input-custom-form {
    padding: 8px 10px !important;
}
.form-control{
    padding: 8px 10px !important;
}
.img-prev-foto {
    width: 100px;
    height: 100px;
    object-fit: cover;
}
#map {
      height: 500px;
      width: 100%;
}
    
@media (min-width: 768px) {
    .col-md-1-5 {
        flex: 0 0 auto;
        width: 14.333333%;
    }
}