﻿h3, .h3 {
    text-transform: uppercase;
    font-size: 1.2rem !important;
}


.btn .svg-inline--fa {
    vertical-align: -.2em;
}


.navbar-collapse {
    padding-left: 20px;
}

.yesnobtn {
    min-width: 50px;
}

.nav-user-button {
    margin-right: 0.5rem;
}

.navbar-dark .navbar-toggler {
    color: #ddd;
    border-color: #ddd;
}

.navbar-toggler {
    padding: 0.21rem 0.75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: 0.20rem;
}

.breakword {
    word-break: break-word;
}
/*#region yesnobtn*/
/*#region yesnobtn*/
.btn-group > .btnyn:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btnyn:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btnyn:active {
    z-index: 1;
}

.btnyn:not(:disabled):not(.disabled) {
    cursor: pointer;
}

.btn-group-toggle > .btnyn {
    margin-bottom: 0;
}

.btn-group > .btn {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
}

.btnyn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .15rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.btn-group > .yesnobtn.btnyn.btn-secondary {
    border-left: none !important;
}


/*#endregion*/
/*#region Meterial Design*/

.card {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #edf2f9;
    border-radius: .25rem;
    box-shadow: 0 0.75rem 1.5rem rgba(22,28,45,.03);
}

.card-title {
    font-size: 15px;
    margin: 0 0 7px 0;
    margin-bottom: 7px;
    font-weight: 600;
}

.card-body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem;
}



.md-card {
    background-color: #FAFAFA !important;
    border-radius: .3rem;
    margin-top: -5px;
    padding: 1rem 1rem;
    border: none;
}

.md-card-0 {
    box-shadow: 0 0.16rem 0.36rem 0 rgba(0, 0, 0, 0.13), 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.11);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

.md-card-1 {
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
}

    .md-card-1:hover {
        box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
    }

.md-card-2 {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.md-card-3 {
    box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);
}

.md-card-4 {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.md-card-5 {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

/*#endregion */

/*#region  bootstrap overlays*/
.table-borderless tbody + tbody, .table-borderless td, .table-borderless th, .table-borderless thead th {
    border: 0;
}

.btn {
    border-radius: .25rem;
}

    .btn.btn-m {
        padding: 0.25rem 1rem !important;
    }

.btn-group .btn.btn-m {
    padding: 0.25rem 0.5rem !important;
}

    .btn-group .btn.btn-m:first-child {
        padding: 0.25rem 0.5rem 0.25rem 1rem !important;
    }

.btn-primary, .btn-danger, .btn-dark, .btn-info, .btn-light, .btn-secondary, .btn-success, .btn-warning {
    /*box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);*/ /* Sombra para el efecto de relieve */
}

.btn-group .btn-primary, .btn-group .btn-danger, .btn-group .btn-dark, .btn-group .btn-info, .btn-group .btn-light, .btn-group .btn-secondary:not(.yesnobtn), .btn-group .btn-success, .btn-group .btn-warning {
    /*box-shadow: none;
    border-left: 1px solid #444 !important;*/
}

.btn-group {
    /*box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);*/
    /*margin-bottom: -5px;*/
}
/*warning  FFC436*/
.btn-primary {
    background-color: #0174BE;
    border-color: #0171B7;
}

    .btn-primary:hover {
        /*background-color: #0174BE;*/
        box-shadow: 0 0 5px #0174BE;
    }

    .btn-primary.disabled, .btn-primary:disabled {
        color: #CAD3E2;
        background-color: #AEE0FF;
        border-color: #85D0FE;
    }

.btn-warning {
    color: #212529;
    background-color: #FFC436;
    border-color: #E5B030;
}

    .btn-warning:hover {
        color: #212529;
        background-color: #FFD73B;
    }

.btn-info {
    background-color: #80d8ff;
    border-color: #80d8ff;
    color: #263145;
}

    .btn-info:hover {
        background-color: #80d8ff;
        color: #263145;
    }



.btn-outline-secondary {
    color: #ddd;
    border-color: #ddd;
}

.btn[class*=" btn-outline"]:hover {
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12), inset 0px 0px 4px rgba(0,0,0,0.05);
}

.btn-danger {
    background-color: #E74C3C;
    border: 1px solid #c9302c;
}


.btn-dark {
    background-color: #263145;
    border: 1px solid #1D2535; /* Borde oscuro */
    color: white;
}

    .btn-dark:hover {
        background-color: #3A4B69 !important;
    }

.btn-dark2 {
    background-color: #33415C;
    border: 1px solid #242F42; /* Borde oscuro */
    color: white;
}

    .btn-dark2:hover {
        background-color: #415476 !important;
        color: white;
    }

.btn {
    transition: all 500ms ease;
}

    .btn:hover {
        box-shadow: 2px 3px 7px rgba(0, 0, 0, 0.2);
    }

    .btn:active {
        transform: translateY(-2px);
        box-shadow: none;
    }

.form-control {
    border-radius: 0.2rem;
}

    .form-control:focus {
        border-color: #009ca0;
        box-shadow: 0 0 10px rgba(8,186,189,0.16);
    }

    .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: rgba(0,0,0,0.45);
        font-size: 70%;
        transition: 0.3s;
    }

    .form-control:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        color: rgba(0,0,0,0.45);
        font-size: 70%;
        transition: 0.3s;
    }

    .form-control:focus::-webkit-input-placeholder { /* Chrome/Opera/Safari */
        font-size: 90%;
    }

    .form-control::-moz-placeholder { /* Firefox 19+ */
        font-size: 70%;
        color: rgba(0,0,0,0.45);
        transition: 0.3s;
    }

    .form-control:focus::-moz-placeholder { /* Firefox 19+ */
        font-size: 90%;
    }

    .form-control:-ms-input-placeholder { /* IE 10+ */
        font-size: 70%;
        color: rgba(0,0,0,0.45);
        transition: 0.3s;
    }

    .form-control:focus:-ms-input-placeholder { /* IE 10+ */
        font-size: 90%;
    }

    .form-control:-moz-placeholder { /* Firefox 18- */
        font-size: 70%;
        color: rgba(0,0,0,0.45);
        transition: 0.3s;
    }

    .form-control:focus:-moz-placeholder { /* Firefox 18- */
        font-size: 90%;
    }

.dropdown-menu {
    background-color: #fff;
    background-clip: padding-box;
    opacity: 1;
    border: none !important;
    border-radius: 0.1rem;
    box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
}

.modal-dialog .modal-content {
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border: 0;
    -webkit-border-radius: .125rem;
    border-radius: .125rem;
    border-top-left-radius: 0.35rem;
    border-top-right-radius: 0.35rem;
}

.modal-header {
    padding: 0.5rem 0.7rem;
    background-color: #444;
    color: #fff;
}

    .modal-header .close {
        color: #fff;
        text-shadow: none;
    }

    .modal-header h5 {
        font-fize: 1.1rem;
    }


.btn-secondary:not(:disabled):not(.disabled).active, .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #009ca0;
    border-color: #00b2b5;
}


a:not([href]):not([tabindex]).btn-dark {
    color: white;
}

.alert {
    border: none;
    color: #fff;
    position: relative;
    padding: 0.75rem 1.25rem;
    padding-right: 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}

    .alert.model-validation ul {
        list-style: none;
        padding: 0;
        margin: 5px 0;
        margin: 5px 0;
    }

.alert-danger {
    background-color: #FD5223;
}

.alert-success {
    background-color: #1EA974;
}

.alert-warning {
    /*background-color: #F39C12;*/
    background-color: #F0C449;
}

.alert-light {
    background-color: #B4BABA;
    color:black;
}

.alert-dismissible {
    padding-right: 3.90625rem;
}

.alert-info {
    background-color: #0065F5;
}

.alert-dark {
    background-color: #4B4B4B;
    color:white;
}
.alert-message {
    position: fixed;
    width: 90%;
    max-width: 350px;
    top: 45%;
    left: 0;
    right: 0;
    display: none;
    margin: auto;
    padding: 1.5rem 1.5rem;
    color: white;
    border: none;
    font-size: 110%;
    -moz-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.text-primary {
    color: #18BC9C;
}

.text-gray-300 {
    color: #999;
}

.dropdown-item:hover, .dropdown-item:focus {
    background-color: #e8e9ea;
}

.table thead th {
    background-color: #fff;
    color: #333;
    text-align: center !important;
    font-weight: bold;
    font-size: 100%;
    text-transform: uppercase;
    border-top: none;
    border-bottom: 2px solid #555;    
}

.table th, .table td {
    border-bottom: 1px solid #edf2f9
}

.btn-light {
    border-color: #eff2f7;
    background-color: #eff2f7;
}

.badge {
    font-weight: normal;
    line-height: 1.1;
}

.badge-light {
    color: #3c3e49;
    background-color: #f9f9f9;
    border: 1px solid #d8d9df !important;
}

tr.odd .badge-light {
    background-color: #ffffff;
}

.badge-white {
    color: #3c3e49;
    background-color: #ffffff;
    border: 1px solid #d8d9df !important;
}

.badge-CREADO, .badge-PROGRAMADA {
    color: #3c3e49;
    background-color: #e3e4e8;
    border: 1px solid #d8d9df !important;
}

.badge-ENVIADO, .badge-RECOLECTADO, .badge-ENESPERA, .badge-primary {
    color: #fff;
    background-color: #3498DB;
    border-color: #3498DB;
}

.badge-CANCELADO, .badge-CANCELADA, .badge-danger {
    color: #fff;
    background-color: #E74C3C;
    border-color: #E74C3C;
}

.badge-ENTREGADO, .badge-success {
    color: #fff;
    background-color: #149a80;
    border-color: #128f76;
}

.badge-CERRADO {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d;
}

.badge-OCURRE, .badge-ADUANA, .badge-RETORNADO, .badge-EXCEPCION, .badge-warning {
    color: #000;
    background-color: #ffc107;
    border-color: #F39C12;
}

.badge-secondary a {
    color: white;
}

.badge-dark a {
    color: white;
}

.badge-info {
    background-color: #80d8ff;
    color: #263145;
}

label {
    margin-bottom: .2rem;
}

.form-group {
    margin-bottom: 0.9rem;
}

/*#endregion*/

/*#region datatable*/

div.dataTables_wrapper div.dataTables_processing {
    position: fixed !important;
    width: 90%;
    max-width: 350px;
    top: 30%;
    left: 0;
    right: 0;
    display: none;
    margin: auto;
    padding: 1.5rem 1.5rem;
    color: white;
    border: none;
    font-size: 110%;
    -moz-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    border: none;
    color: #fff;
    background-color: #18BC9C;
    z-index: 1;
}

.dataTables_wrapper.container-fluid {
    padding-right: 0px;
    padding-left: 0px;
    background-color: white;
}

.card + .dataTables_wrapper.container-fluid {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background-clip: border-box;
    border: 1px solid #edf2f9;
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: 0 0.75rem 1.5rem rgb(22 28 45 / 3%);
    border-top: 0px;
}

.card + .table {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    background-clip: border-box;
    border: 1px solid #edf2f9;
    border-radius: 0 0 0.25rem 0.25rem;
    box-shadow: 0 0.75rem 1.5rem rgb(22 28 45 / 3%);
    border-top: 0px;
    background-color: white;
}

.card.card-before-table {
    border-bottom: 0px;
    position: unset;
}

.dataTables_wrapper.container-fluid + .card {
    border-bottom: 0px;
}

.card + div.dataTables_wrapper div.dataTables_length, .card + div.dataTables_wrapper div.dataTables_info {
    padding-left: 1.25rem;
}

.card + div.dataTables_wrapper div.dataTables_filter, .card + div.dataTables_wrapper div.dataTables_paginate {
    padding-right: 1.25rem;
}


.page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #009ca0;
    border-color: #009ca0;
}

.table-striped tbody tr:nth-of-type(even) {
    background-color: #FFF;
}

.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(0, 0, 0, 0.02);
}

.table-hover.table-striped tbody tr:hover {
    background-color: rgba(37, 206, 209, 0.15);
}

.table.dataTable.table-sm > thead > tr > th {
    padding: 10px 15px 10px 5px;
}

    .table.dataTable.table-sm > thead > tr > th.sorting_disabled {
        padding: 10px 5px 10px 5px;
    }

table.dataTable.table-sm .sorting::after,
table.dataTable.table-sm .sorting_asc::after,
table.dataTable.table-sm .sorting_desc::after {
    right: 0.2em;
}

table.dataTable.table-sm .sorting::after,
table.dataTable.table-sm .sorting_asc::after,
table.dataTable.table-sm .sorting_desc::after,
table.dataTable.table-sm .sorting::before,
table.dataTable.table-sm .sorting_asc::before,
table.dataTable.table-sm .sorting_desc::before {
    top: 0px;
    font-size: 150%;
}

table.dataTable.table-sm .sorting::before,
table.dataTable.table-sm .sorting_asc::before,
table.dataTable.table-sm .sorting_desc::before {
    right: 0.5em;
}

table.dataTable {
    border-collapse: collapse !important;
}

@media all and (max-width:767px) {
    div.dataTables_wrapper div.dataTables_length {
        text-align: left !important;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: right !important;
    }
}

@media all and (max-width:500px) {
    div.dataTables_wrapper div.dataTables_length {
        text-align: center !important;
    }

    div.dataTables_wrapper div.dataTables_filter {
        text-align: center !important;
    }
}

@media all and (max-width:375px) {
    div.dataTables_wrapper div.dataTables_filter input {
        width: 200px;
    }

    div.dataTables_wrapper .row .col-sm-12 {
        padding-right: 0px;
        padding-left: 0px;
    }
}

.table {
    /*border-radius: 2px;*/
    border: 0;
    /*-webkit-box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);
    box-shadow: 0 1px 6px 0 rgba(0,0,0,.12), 0 1px 6px 0 rgba(0,0,0,.12);*/
    /*-webkit-box-shadow: 0 0.16rem 0.36rem 0 rgba(0, 0, 0, 0.13), 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.11);
    box-shadow: 0 0.16rem 0.36rem 0 rgba(0, 0, 0, 0.13), 0 0.03rem 0.09rem 0 rgba(0, 0, 0, 0.11);*/
}

.md-card .table {
    box-shadow: none;
    -webkit-box-shadow: none;
}

.table-bordered tfoot th {
    border-top: 2px solid #333333;
}

.table-bordered td {
    border: 1px solid #ddd;
}

.table-secondary td {
    border: 1px solid #ccc;
}



/*#endregion */

/*#region select2 overlay*/

.select2-container .select2-selection--single {
    height: 38px;
    padding: 4px 4px;
    font-size: 1rem;
    color: #495057;
    border-color: #ced4da;
    border-radius: 0.2rem;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 6px;
}
/*#endregion*/

/*#region material*/

.object-card {
    background: #fff;
    border-radius: 3px;
    color: #5f6368;
    transition: box-shadow 135ms cubic-bezier(.4,0,.2,1),width 235ms cubic-bezier(.4,0,.2,1);
    vertical-align: top;
    padding: 7px 12px;
    margin-bottom: 15px;
}

.object-card {
    box-shadow: 0 1px 1px 0 rgba(60,64,67,.08), 0 1px 3px 1px rgba(60,64,67,.16);
    transition: box-shadow 135ms cubic-bezier(.4,0,.2,1);
}

/*#endregion*/

/*#region fonts*/
body {
    /*font-family: 'K2D', sans-serif;*/
    font-family: 'Poppins', sans-serif;
    /*font-family: 'Open Sans', sans-serif;*/
}

.font80 {
    font-size: 80%;
}

.font85 {
    font-size: 80%;
}


.font90 {
    font-size: 90%;
}

.font95 {
    font-size: 95%;
}

.font100 {
    font-size: 100%;
}

.font105 {
    font-size: 105%;
}

.font110 {
    font-size: 110%;
}

.font115 {
    font-size: 115%;
}

.font120 {
    font-size: 120%;
}

.font125 {
    font-size: 125%;
}

.font130 {
    font-size: 130%;
}

.font135 {
    font-size: 135%;
}

.font140 {
    font-size: 140%;
}

.font145 {
    font-size: 145%;
}

.font150 {
    font-size: 150%;
}
/*#endregion*/

.navfooter {
    border-top: 1px solid #999;
}

    .navfooter .navbar-nav {
        flex-direction: row !important;
    }
/*#region spinner*/
.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}

    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 46px;
        height: 46px;
        margin: 1px;
        border-radius: 50%;
        border: 5px solid #333;
        border-color: #555 transparent #555 transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }

@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.whatsappLink {
    color: #25D366;
    font-size: 2.3rem;
    margin: 0px;
    position: fixed;
    right: 1px;
    bottom: 5px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 3px 1px -2px rgba(0, 0, 0, 0.12);
    padding: 0px 8px;
    background-color: rgba(0,0,0,0.8);
    line-height: 1.3;
    border-radius: .15rem;
}

/*#endregion*/
@media (max-width: 992px) {
    .btn-block-md {
        width: 100%;
        display: block;
    }

    #navSideBar .nav-pills .nav-link {
        font-size: 150%;
        text-align: center;
    }
}

@media (max-width: 1024px) {
    .sidebar .nav-link {
        font-size: 0.9rem;
    }

    body {
        font-size: .85rem;
    }

    h4, .h4 {
        font-size: 1.3rem;
    }

    h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
        margin-bottom: 0.6rem;
    }

    .form-control {
        font-size: 0.9rem;
    }

    .display-4 {
        font-size: 3rem;
    }
}


@media all and (max-width:480px) {
    .btn-block-sm {
        width: 100%;
        display: block;
        margin-top: 10px;
    }
    /*div[class^="col-"] > .table {
        margin-left: -13px;
        margin-right: -14px;
    }*/
    .display-4 {
        font-size: 2.5rem;
        font-weight: 300;
        line-height: 1.2;
    }

    .nav-link {
        font-size: 120%;
        margin-left: 20px;
    }

    .nav-item {
        border-bottom: 1px solid #555;
        margin-left: -20px;
    }



    .md-card .dataTables_wrapper .col-sm-12 {
        padding-right: 0px !important;
        padding-left: 0px !important;
    }


    .alert.js-embalaje-desc {
        margin-top: 0rem;
    }
}

.nowrap {
    white-space: nowrap;
}

@media (min-width: 576px) {
    .p-sm-2 {
        padding-top: 1rem !important;
    }
}

@media all and (max-width:800px) {
}



#pdf-modal {
    height: 690px;
    width: 790px;
}

#image-modal {
    max-height: 800px
}

.table td.editTd {
    padding: 0;
    border-top: none;
}

.editFormContent {
    border-left: 5px solid #999;
    padding: 0.75rem 0.75rem 1rem 2rem;
    background-color: #f5f5f5;
    margin-left: -3px;
}

.editedRow {
    border-left: 5px solid #999;
}

@media (max-width: 400px) {
    #pdf-modal {
        height: 500px;
        width: 350px;
    }

    #image-modal {
        max-height: 500px
    }
}



.dropdown-toggle-noarrow.dropdown-toggle::after {
    display: none;
}


.cursor-pointer {
    cursor: pointer;
}

.table .thead-mid-dark th {
    color: #fff;
    background-color: #6c757d !important;
    border-color: #454d55;
}

tr.shown {
    background-color: #fff7d5 !important;
}

tr.nested-row {
    background-color: #6c757d !important;
}

    tr.nested-row td {
        padding-top: 0px !important;
    }

    tr.nested-row table:first-of-type {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

.spinner-wrapper {
    position: relative;
}

.spinner-overlay {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.7); /* Fondo semi-transparente */
    z-index: 10;
}

.spinner {
    position: absolute;
    top: 10%;
    left: 50%;
    transform: translate(-10%, -10%);
    border: 5px solid #030303;
    border-top-width: 5px;
    border-top-style: solid;
    border-top-color: rgb(3, 3, 3);
    border-top: 5px solid #3498db;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

    .spinner.spinner-sm {
        top: 50%;
        width: 20px;
        height: 20px;
    }

@keyframes spin {
    0% {
        transform: translate(-50%, -50%) rotate(0deg);
    }

    100% {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}


.nav-tabs-before-card {
    border-bottom: 0px;
    margin-bottom: -1px;
}

.card .dataTables_wrapper .row:first-child, .card .dataTables_wrapper .row:last-of-type {
    margin: 0 0.4rem;
}

.dataTables_wrapper {
    margin-bottom: 1rem;
}

