/* correcciones */
.block-header {
    padding: 10px 15px 0px !important;
}

.body_scroll{
    min-height: calc(100vh);
}

.dataTables_info, .dataTables_length, .dataTables_filter, .dataTables_paginate{
    font-size: 12px;
}
table.dataTable tbody th, table.dataTable tbody td {
    font-size: 12px;
}


/** swal **/
.swal-modal {
    /* width: 478px; */
    width: auto;
}
.swal-title {
    color: rgba(0, 0, 0, .65);
    font-weight: 600;
    text-transform: none;
    position: relative;
    display: block;
    padding: 0px 12px;
    font-size: 20px;
    line-height: normal;
    text-align: center;
    margin-bottom: 0;
}

.swal-text {
    font-size: 13px;
    position: relative;
    float: none;
    line-height: normal;
    vertical-align: top;
    text-align: left;
    /* display: inline-block; */
    margin: 0;
    padding: 0px 10px;
    font-weight: 400;
    color: rgba(0, 0, 0, .64);
    max-width: calc(100% - 20px);
    overflow-wrap: break-word;
    box-sizing: border-box;
}

.authentication .logo, .authentication .l_profile {
    width: 70% !important;
}


body, .card .body {
    font-size: 12px;
}


.bootstrap-select:not([class*="col-"]):not([class*="form-control"]):not(.input-group-btn) {
    width: 100%;
}

/* Cambiar el color del difuminado del modal */
.modal-backdrop {
    background-color: #ff9e0d; /* Cambia el color y la opacidad según lo necesites */
}

.modal-backdrop.show {
    opacity: 0.90;
}

.bootstrap-notify-container.alert{
    z-index: 1050 !important;
}


.btn-round {
    border-radius: 10px !important;
}
.form-group label.error {
    color: #ee2558;
    font-size: 10px;
    margin-bottom: .5rem !important;
}
.form-group {
    margin-bottom: 0.6em;
}
.text-muted{
    color: #c2c2c2 !important;
}

.btn{padding: 5px 10px;}



.ms-container .ms-optgroup-label {
    color: #fd7e14 !important;
    font-weight: bold !important;
}

.no-padding {
    padding: 0 !important;
  }





  .select2-container--default .select2-selection--single {
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + 0.75rem + 2px);
    right: 0.75rem;
    width: 1.5rem;
}

.select2-container-multi .select2-choices .select2-search-field input {
    padding: 0px !important;
    margin: 0px !important;
    background: none !important;
    font-family: unset !important;
    font-size: 100% !important;
    color: #666 !important;
    outline: 0 !important;
    border: 0 !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: #fff !important;
}

.select2-container-multi .select2-choices .select2-search-choice {
    padding: 3px 5px 3px 18px;
    margin: unset !important;
    position: relative;
    line-height: 13px;
    color: unset !important;
    cursor: default;
    border: 1px solid #aaaaaa;
    border-radius: unset !important; 
    -webkit-box-shadow: unset !important;
    box-shadow: unset !important;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: unset !important;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#eeeeee', endColorstr='#f4f4f4', GradientType=0);
    background-image: unset !important;
    background-image: unset !important;    
    background-image: -moz-linear-gradient(top, #f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
    background-image: unset !important;
}



.theme-green .nav-tabs .nav-link.active.sumar {
    border: 1px solid #04BE5B;
    color: #04BE5B;
    background-color: #04BE5B;
    color: #fff;
}


.theme-green .nav-tabs .nav-link.active.canjear {
    border: 1px solid #9d1726;
    background-color: #9d1726;
    color: #fff;
}

.preview-item{padding:10px;
}

.graficoDashboard {
  width: 100%;
  height: 400px;
}

.card.widget_2 .body {
  min-height: 120px;
  padding: 20px;
  position: relative;
}

.icon-metric {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 45px;
  color: rgba(0, 0, 0, 0.1); /* tono suave */
  pointer-events: none;
}

