@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
    margin: 0;
    box-sizing: border-box;

}

@font-face {
    font-family: 'PowerGrotesk-Regular';
    src: url('../fonts/PowerGrotesk-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


.powergrotesk-regular {
    font-family: "PowerGrotesk-Regular", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}


.dm-sans-regular {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.dm-sans-medium {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.dm-sans-semibold {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.dm-sans-bold {
    font-family: "DM Sans", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}



.gradiente-delibros {
    background: linear-gradient(208.07deg, #0086A5 -7.67%, #0082A0 -4.83%, #02566E 26.8%, #03364A 54.53%, #042234 77%, #041B2C 91.39%);
}

.bg1 {
    background: #0A0F15 !important;
}

.text-red {
    color: #dc3545 !important;
}

.bg-green {
    background: #00EEAD !important;
}

.text-green {
    color: #00EEAD !important;
}

.bg-red {
    background: #dc3545 !important;
}

.bg-input {
    background: #0F161F !important;
}

.text-color {
    color: #EBEBEB !important;
}

.shadow-sm {
    box-shadow: 11px 10px 11px -9px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 11px 10px 11px -9px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 11px 10px 11px -9px rgba(0, 0, 0, 0.75);
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 0.9rem !important;
    font-weight: 400;
    line-height: 1.5;
    color: #fff !important;
    appearance: none;
    background-color: rgba(255, 255, 255, .1) !important;
    background-clip: padding-box;
    border: 1px solid rgba(255, 255, 255, .4) !important;
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.form-label {
    font-weight: 600;
    margin-bottom: .2rem;
    font-size: 0.8rem !important;
    color: #fff !important;
}

.tabledata .bottom {
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
}

.tabledata .dt-info {
    color: white !important;
}

.tabledata div.dt-container .dt-paging .dt-paging-button.disabled,
div.dt-container .dt-paging .dt-paging-button.disabled:hover,
div.dt-container .dt-paging .dt-paging-button.disabled:active {
    cursor: default;
    color: rgba(255, 255, 255, 0.5) !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none;
}

.tabledata .dt-column-title {
    font-size: .9rem !important;
}

.tabledata table.dataTable th.dt-type-numeric,
table.dataTable th.dt-type-date,
table.dataTable td.dt-type-numeric,
table.dataTable td.dt-type-date {
    text-align: left;
}

.modal-backdrop {
    z-index: 1040 !important;
}

.modal {
    z-index: 1050 !important;
}

.modal-dialog {
    max-width: 600px !important;
    margin: 1.75rem auto;
}

.modal-dialog.modal-xl {
    max-width: 1140px !important;
    margin: 1.75rem auto;
}

.modal-dialog .modal-content {
    width: 100% !important;
}

div.dt-search {
    display: none;
}

.dz-preview {
    background: transparent !important;
}

.border2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    opacity: 0.9;
    margin: 0 !important;
    padding: 6px 0;
}


#tableproducto_wrapper {
    width: 100%;
}

.tabledata div.dt-container .dt-paging .dt-paging-button.current,
div.dt-container .dt-paging .dt-paging-button.current:hover {
    color: inherit !important;
    border: 1px solid rgba(255, 255, 255, 0.3);
    background-color: rgba(0, 0, 0, 0.05);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(230, 230, 230, 0.05)), color-stop(100%, rgba(0, 0, 0, 0.05)));
    background: -webkit-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: -moz-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: -ms-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: -o-linear-gradient(top, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
    background: linear-gradient(to bottom, rgba(230, 230, 230, 0.05) 0%, rgba(0, 0, 0, 0.05) 100%);
}

.input-error {
    border: 1px solid red !important;
    /* !important para asegurar que se aplique */
}

.error-message {
    color: red;
    font-size: 0.9em;
    display: block;
    /* Para que aparezca debajo del input */
}

.bg2 {
    background: #0F161F !important;
}

.bg-delibros {
    background: #02566E;
}

.fw-semibold {
    font-weight: 500;
}

p {
    font-size: .93rem;
}

a {
    font-size: 1rem;
}

.text-btn {
    font-size: 14px;
}

td {
    font-size: 14px;
}

.text-label {
    font-size: 14px;
    font-weight: 500 !important;
}

.text-form {
    font-size: 15px !important;
}

.dropdown-toggle {
    font-size: 15px;
}

.paginate span span {
    background: #02566E !important;
    color: white !important;
}