/* Add here all your CSS customizations */


/*==================================================================
[ Custom General CSS ] */

body {
    /* font-family: 'Montserrat', sans-serif; */
    font-family: "Poppins", Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: var(--bs-gray-400) !important;
    /* font-weight: 400; */
}

input:-moz-placeholder,
textarea:-moz-placeholder {
    /* Firefox 18- */
    color: var(--bs-gray-400) !important;
    /* font-weight: 400; */
}

input::-moz-placeholder,
textarea::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--bs-gray-400)!important;
    /* font-weight: 400; */
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: var(--bs-gray-400)!important;
    /* font-weight: 400; */
}

html.dark p {
    color: var(--bs-gray-500);
    line-height: 24px;
    margin: 0 0 20px;
}

hr {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), rgb(233 0 76), rgba(0, 0, 0, 0));
    margin: 22px 0 22px 0;
}

.hr-aside {
    border: 0;
    height: 2px;
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0), var(--bs-body-bg), rgba(0, 0, 0, 0));
    margin-bottom: 0.25rem !important;
    margin-top: 0.25rem !important;
}

.nav-link:hover,
.nav-link:focus {
    color: #ff6d9d;
}

ul.nav-main li .nav-children li.nav-active>a {
    color: #ff6d9d;
}

html .heading-primary,
html .lnk-primary,
html .text-color-primary,
html .text-primary {
    color: #ff6d9d !important;
}

.text-info {
    --bs-text-opacity: 1;
    color: rgb(0 178 213) !important;
}


/*==================================================================
[ Tipografia ] */

.fs-12 {
    font-size: 12px;
}

.fs-11 {
    font-size: 11px;
}

.fs-10 {
    font-size: 10px;
}

.fw-400 {
    font-weight: 400;
}

.fw-500 {
    font-weight: 500;
}

.fw-600 {
    font-weight: 600;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 200;
    letter-spacing: 0px;
}


/*==================================================================
[ Login ] */

.login-img {
    background: url(../../../Assets/img/fondos/login9.jpg);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: left;
    background-repeat: no-repeat;
    background-attachment: fixed;
    content: "";
    inset: 0;
    width: 100%;
    background-color: var(--bs-gray-dark)!important;
}

.login-registro-img {
    background: url(../../../Assets/img/fondos/2.jpg);
    background-blend-mode: overlay;
    background-size: cover;
    background-position: right;
    background-repeat: no-repeat;
    background-attachment: fixed;
    content: "";
    inset: 0;
    width: 100%;
    background-color: var(--bs-gray-dark)!important;
}

.show-hide {
    position: absolute;
    top: 20px;
    right: 60px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide span:before {
    content: "Ocultar";
}

.show-hide span.show:before {
    content: "Mostrar";
}

.show-hide-registro {
    position: absolute;
    top: 42px;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide-registro span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide-registro span:before {
    content: "Ocultar";
}

.show-hide-registro span.show:before {
    content: "Mostrar";
}

.show-hide-registro-confirm {
    position: absolute;
    top: 42px;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide-registro-confirm span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide-registro-confirm span:before {
    content: "Ocultar";
}

.show-hide-registro-confirm span.show:before {
    content: "Mostrar";
}

.show-hide-cliente {
    position: absolute;
    top: 20px;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide-cliente span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide-cliente span:before {
    content: "Ocultar";
}

.show-hide-cliente span.show:before {
    content: "Mostrar";
}

.show-hide-cliente-confirm {
    position: absolute;
    top: 20px;
    right: 25px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide-cliente-confirm span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide-cliente-confirm span:before {
    content: "Ocultar";
}

.show-hide-cliente-confirm span.show:before {
    content: "Mostrar";
}


/*==================================================================
[ Validating ] */

.was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    /* border-color: #198754; */
    /* box-shadow: 0 0 0 0.25rem rgb(25 135 84 / 25%); */
    border-color: #f8a25c;
    box-shadow: 0 1px 1px rgb(0 0 0 / 8%) inset, 0 0 8px rgb(228 108 10 / 30%);
}

.was-validated .form-control:valid,
.form-control.is-valid {
    border-color: #ced4da;
}

.was-validated .form-control:invalid:focus,
.form-control.is-invalid:focus {
    /* border-color: #dc3545; */
    /* box-shadow: 0 0 0 0.25rem rgb(220 53 69 / 25%); */
    box-shadow: none;
}

html.dark .was-validated .form-control:valid:focus,
.form-control.is-valid:focus {
    border-color: var(--bs-gray-700);
}

html.dark .was-validated .form-control:valid,
.form-control.is-valid {
    border-color: var(--bs-gray-700);
}


/*==================================================================
[ Form ] */

.form-group+.form-group {
    border-top: none;
    /* padding-top: 16px; */
    /* padding-top: 1rem; */
}

.form-control {
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
}

html.dark .form-control {
    background-color: #282d36;
    border-color: var(--bs-gray-700);
    color: #EEE;
}

html.dark .card.card-big-info .card-body {
    padding: 0;
    background: #21262d;
}


/*==================================================================
[ Sign Up Registro ] */

.body-sign .card-sign .card-body {
    border-top-color: none;
}

.body-sign .card-sign .card-body {
    border-top: none;
}


/*==================================================================
[ Loading ] */


/* Loading Overlay */

.loading-panel-showing {
    overflow: hidden;
    position: relative;
}

.loading-panel-showing>.loading-panel {
    opacity: 1;
    visibility: visible;
}

.loading-panel {
    transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    /* background: #FFF; */
    background-color: #288a7d1f;
    border-radius: 0px;
    z-index: 10;
    display: none;
}

html.dark .loading-panel {
    background-color: #0e36309e;
}


/* Loading Panel 2 */

.loading-panel-showing2 {
    overflow: hidden;
    position: relative;
}

.loading-panel-showing2>.loading-panel2 {
    opacity: 1;
    visibility: visible;
}

.loading-panel2 {
    transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    /* background: #FFF; */
    background-color: #288a7d1f;
    border-radius: 0px;
    z-index: 10;
    display: none;
}

html.dark .loading-panel2 {
    background-color: #0e36309e;
}


/* Loading Overlay */

.loading-element-showing {
    overflow: hidden;
    position: relative;
}

.loading-element-showing>.loading-element {
    opacity: 1;
    visibility: visible;
}

.loading-element {
    transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    /* background: #FFF; */
    background-color: #288a7d1f;
    border-radius: 0px;
    z-index: 10;
    display: none;
    margin-left: 12px;
    margin-top: 23px;
    width: calc(100% - 24px);
}

html.dark .loading-element {
    background-color: #0e36309e;
}


/* Loading Overlay */

.loading-form-showing {
    overflow: hidden;
    position: relative;
}

.loading-form-showing>.loading-form {
    opacity: 1;
    visibility: visible;
}

.loading-form {
    transition: visibility 0s ease-in-out 0.5s, opacity 0.5s ease-in-out;
    bottom: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    right: 0;
    top: 0;
    visibility: hidden;
    /* background: #FFF; */
    background-color: #288a7d1f;
    border-radius: 0px;
    z-index: 10;
    display: none;
}

html.dark .loading-form {
    background-color: #0e36309e;
}


/*==================================================================
[ ToolTips ] */

.custom-tooltip {
    --bs-tooltip-bg: #006499;
    font-size: 11px;
    padding: 7px 5px;
}


/**=====================
    Custom Autocomplete CSS
==========================**/

.ui-autocomplete {
    height: 300px !important;
    overflow-y: auto !important;
    overflow-X: hidden !important;
    border-radius: 4px;
}

.ui-widget.ui-widget-content {
    border: 1px solid #3a99a854;
    z-index: 350;
    -webkit-box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%) !important;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 20%) !important;
}

.ui-widget-content a {
    color: #333333;
}

.ui-widget-content a span {
    color: var(--primary);
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #ffffff;
    background: var(--primary);
    font-weight: normal;
    color: #ffffff !important;
}

.ui-state-active .text-main,
.ui-widget-content .ui-state-active .text-main,
.ui-widget-header .ui-state-active .text-main,
a.ui-button:active .text-main,
.ui-button:active .text-main,
.ui-button.ui-state-active .text-main:hover {
    color: var(--secondary) !important;
}

.ui-state-active .small-text,
.ui-widget-content .ui-state-active .small-text,
.ui-widget-header .ui-state-active .small-text,
a.ui-button:active .small-text,
.ui-button:active .small-text,
.ui-button.ui-state-active .small-text:hover {
    color: var(--gray-700) !important;
}

.ui-button.ui-state-active:hover {
    transition: background 0.3s ease-in-out !important;
}

.ui-widget-content a.list-group-item-action {
    color: var(--primary);
}

#ui-id-2 {
    top: 182.188px!important;
    width: calc(100% - 52px)!important;
    z-index: 999!important;
    box-shadow: 0 10px 40px 0 rgb(104 113 123 / 30%);
    border: 1px solid #eaedf1;
}

#ui-id-1 {
    /* top: 182.188px!important;
    width: calc(100% - 52px)!important;
    z-index: 999!important; */
    box-shadow: 0 10px 40px 0 rgb(104 113 123 / 30%);
    border: 1px solid #eaedf1;
}


/**=====================
    Authentication CSS Start
==========================**/

.show-hide {
    position: absolute;
    top: 57px;
    right: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide span:before {
    content: "Ocultar";
}

.show-hide span.show:before {
    content: "Mostrar";
}

.show-hide-login {
    position: absolute;
    top: 21px;
    right: 55px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide-login span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide-login span:before {
    content: "Ocultar";
}

.show-hide-login span.show:before {
    content: "Mostrar";
}

.show-hide-usuarios {
    position: absolute;
    top: 58px;
    right: 45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide-usuarios span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide-usuarios span:before {
    content: "Ocultar";
}

.show-hide-usuarios span.show:before {
    content: "Mostrar";
}

.show-hide-confirm {
    position: absolute;
    top: 57px;
    right: 24px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide-confirm span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide-confirm span:before {
    content: "Ocultar";
}

.show-hide-confirm span.show:before {
    content: "Mostrar";
}

.show-hide-cambiar {
    position: absolute;
    top: 50px;
    right: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide-cambiar span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide-cambiar span:before {
    content: "Ocultar";
}

.show-hide-cambiar span.show:before {
    content: "Mostrar";
}

.show-hide-cambiar-confirm {
    position: absolute;
    top: 66px;
    right: 14px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide-cambiar-confirm span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide-cambiar-confirm span:before {
    content: "Ocultar";
}

.show-hide-cambiar-confirm span.show:before {
    content: "Mostrar";
}

.show-hide-efirma {
    position: absolute;
    top: 58px;
    right: 45px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide-efirma span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide-efirma span:before {
    content: "Ocultar";
}

.show-hide-efirma span.show:before {
    content: "Mostrar";
}

.show-hide-smtp {
    position: absolute;
    top: 58px;
    right: 27px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    text-transform: capitalize;
    z-index: 6;
}

.show-hide-smtp span {
    cursor: pointer;
    font-size: 13px;
    color: var(--color-primary);
}

.show-hide-smtp span:before {
    content: "Ocultar";
}

.show-hide-smtp span.show:before {
    content: "Mostrar";
}


/* Plantilla summer note */

#descripcion_read p {
    margin: 0 0 0;
}

td p {
    margin: 0 0 0;
}


/*-------------------------------------------
[ Custom Make PDF Tables ]*/

.max-wd-60 {
    max-width: 60px;
}

.max-wd-80 {
    max-width: 80px;
}

.max-wd-100 {
    max-width: 100px;
}

.max-wd-120 {
    max-width: 120px;
}

.max-wd-140 {
    max-width: 140px;
}

.max-wd-150 {
    max-width: 150px;
}

.max-wd-160 {
    max-width: 160px;
}

.max-wd-180 {
    max-width: 180px;
}

.max-wd-200 {
    max-width: 200px;
}

.max-wd-240 {
    max-width: 240px;
}

.max-wd-260 {
    max-width: 260px;
}

.max-wd-280 {
    max-width: 280px;
}

.max-wd-300 {
    max-width: 300px;
}

.max-wd-350 {
    max-width: 350px;
}

.max-wd-400 {
    max-width: 400px;
}

.max-wd-500 {
    max-width: 500px;
}

.max-wd-600 {
    max-width: 600px;
}

.max-wd-700 {
    max-width: 700px;
}

.max-wd-800 {
    max-width: 800px;
}

.min-wd-30 {
    min-width: 30px;
}

.min-wd-40 {
    min-width: 40px;
}

.min-wd-50 {
    min-width: 50px;
}

.min-wd-60 {
    min-width: 60px;
}

.min-wd-80 {
    min-width: 80px;
}

.min-wd-100 {
    min-width: 100px;
}

.min-wd-120 {
    min-width: 120px;
}

.min-wd-130 {
    min-width: 130px;
}

.min-wd-140 {
    min-width: 140px;
}

.min-wd-150 {
    min-width: 150px;
}

.min-wd-160 {
    min-width: 160px;
}

.min-wd-180 {
    min-width: 180px;
}

.min-wd-200 {
    min-width: 200px;
}

.min-wd-240 {
    min-width: 240px;
}

.min-wd-260 {
    min-width: 260px;
}

.min-wd-280 {
    min-width: 280px;
}

.min-wd-300 {
    min-width: 300px;
}

.min-wd-350 {
    min-width: 350px;
}

.min-wd-400 {
    min-width: 400px;
}

.min-wd-500 {
    min-width: 500px;
}

.min-wd-600 {
    min-width: 600px;
}

.min-wd-700 {
    min-width: 700px;
}

.min-wd-800 {
    min-width: 800px;
}