/* 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;
  }