/* * {
    text-transform: capitalize !important;
} */

:root {
    --primary-pdf: #ebf5ff;
    --secondary-pdf: #ffdedf;
    --success-pdf: #daf5e6;
    --info-pdf: #ebf5ff;
    --warning-pdf: #ffedcd;
    --danger-pdf: #ffdedf;
    --purple-pdf: #f1f1ff;
}

.not-found-result {
    display: flex;
    justify-content: center;
    opacity: 0.2;
    flex-direction: column;
    align-items: center;
}

.not-found-result img {
    width: 100%;
    max-width: 80px;
    margin-top: 30px;
}

.overflow-y-scroll {
    overflow-y: scroll;
    height: 100vh;
}

.deznav .metismenu > li > a {
    font-weight: 400;
    display: inline-block;
    font-size: 0.813rem;
    color: #fff !important;
}

.deznav .metismenu ul a:hover,
.deznav .metismenu ul a:focus,
.deznav .metismenu ul a.mm-active {
    text-decoration: none;
    color: #fff;
}

[data-nav-headerbg="color_4"] .nav-header .nav-control {
    background-color: #2c2c2c;
}

.customeoff {
    width: 50% !important;
}

.form-add-invoice {
    display: flex;
    gap: 10px;
    width: 100%;
    flex-direction: row;
    border-bottom: 1px solid #cccccc50;
}

.form-add-invoice > div {
    flex-grow: 1;
    min-width: 150px;
}

.form-add-invoice > div:last-child {
    width: 30px;
    display: flex;
    justify-content: end;
    align-items: center;
}

.form-add-invoice > div > .form-control {
    background: #fff;
    color: #6e6e6e;
    line-height: 1;
    font-size: 13px;
    height: 2rem;
    border-radius: 0.375rem;
    border-color: #cccccc;
}

.comision_plan {
    background-color: #0a99ff !important;
    & > div {
        & > small {
            color: #ffffff;
            font-weight: bold;
        }
    }
}

.table thead th {
    border-bottom: 0.0625rem solid #e6e6e6;
    text-transform: inherit;
    font-size: 1rem;
    white-space: nowrap;
    font-weight: 500;
    border-color: #e6e6e6;
}

.form-add-invoice > div > label {
    font-weight: bold;
}

[data-sidebar-style="full"][data-layout="vertical"]
    .deznav
    .metismenu
    > li
    > a {
    font-size: 0.713rem;
    padding: 0.75rem 1.5rem;
    margin: 0px;
    -webkit-transition: all 0.5s;
    -ms-transition: all 0.5s;
    transition: all 0.5s;
}

#folio {
    max-width: 80px;
    min-width: 40px;
    width: 100%;
}
#type_document {
    max-width: 140px;
    min-width: 40px;
    width: 100%;
}

#adjunto {
    padding: 0px;
    display: flow;
}

#vencimiento,
#amount,
#emision {
    max-width: 120px;
    min-width: 40px;
    width: 100%;
}

.table-price > div {
    border: 0;
}

.format-add-file {
    border: 1px;
    height: 100px;
    width: 100%;
    border-style: dashed;
    border-color: #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    background-color: white;
}

.text-left {
    text-align: left;
}

.content-price > .card > .card-header {
    border: 0;
    justify-content: center;
    padding: 20px 0px;
    & > h2 {
        font-size: 1.5rem;
    }
}

.content-price > .card > .card-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content-price > .card > .card-footer {
    border: 0;
    display: flex;
    justify-content: center;
}

.card-Checkout {
    margin-left: 35%;
    margin-right: 35%;
}

.active_plan {
    background-color: var(--primary) !important;
    & > .card-header > h2 {
        color: white;
    }
    & > .card-body > h3 {
        color: white;
    }
    & > .card-body > span.text-muted {
        color: white !important;
    }
}

.deznav .deznav-scroll {
    height: auto !important;
}

.deznav {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

@media screen and (max-width: 768px) {
    .form-add-invoice {
        flex-direction: column;
    }

    .form-add-invoice > div {
        max-width: 100% !important;
        width: 100% !important;
    }
}

.text-capitalize {
    text-transform: capitalize;
}
.action-button > button {
    width: 25px;
    height: 25px;
}

.action-button > a {
    width: 25px;
    height: 25px;
}

.user-initials {
    width: 2rem;
    height: 2rem;
    background: #eee;
    border-radius: 100%;
    font-size: 0.813rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
}

.table-row-bg {
    background-color: #b3e5fc;
}

.detail-services {
    text-align: center;
    margin-left: 40px;
    margin-right: 40px;
}

ul.detail-services li {
    margin-bottom: 3px;
    padding-bottom: 3px;
}

.plan-title {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    text-align: center;
}
.card-price {
    text-align: center;
}

.name-plan {
    text-align: center;
}

ul li.table-modal {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.grid-item {
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-left {
    text-align: left;
}

.icon-cash {
    position: absolute;
    top: 20px;
    right: 20px;
}

.pr-2 {
    padding-right: 10px;
}

.item-menu {
    background-color: #2c2c2c;
}

@media screen and (max-width: 1024px) {
    .pr-2 {
        padding-right: 0px;
    }
}

.menu-icon > i {
    font-size: 1rem;
}

.item-menu > span {
    font-size: 1.2em;
}

.bg-warning {
    background-color: #ff9f00 !important;
}

.widget-stat .media > span {
    height: 3.3125rem;
    width: 3.3125rem;
    border-radius: 3.125rem;
    padding: 0.625rem 0.75rem;
    font-size: 2rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* color: #464a53 !important; */
    min-width: 3.3125rem;
}

.text-small {
    font-size: 0.613rem;
}

.depostit-card .depostit-card-media h3,
.depostit-card .depostit-card-media .h3 {
    font-weight: 500;
    margin: 0;
    line-height: 1.346;
}

.footer-notification {
    margin-top: 50px;
}

.modal-promotional {
    text-align: center;
    margin-top: 30px;
}

.read-wapper {
    padding: 0 1.25rem;
}

.ct-chart {
    height: 300px !important;
    max-height: 50rem !important;
}

.min-ranking-height {
    height: 600px;
    overflow-y: scroll;
}

.bg-pdf-color {
    background-color: #58bad8;
}

.content-between {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.container-pdf {
    height: 155px;
}

.widget-stat.bg-white .media > span {
    color: var(--primary);
    background: var(--rgba-primary-1);
}

.widget-stat.bg-white.card-deuda .media > span {
    color: #ff5e5e;
    background: #ffdede;
}

.management > .task .task-summary {
    border-right: 0px;
}

.plz-prm-pg {
    background-color: #f5abb0;
}

.plz-prm-dd {
    background-color: #cdffff;
}

.bg-primary-pdf {
    background-color: var(--primary-pdf) !important;
}

.bg-secondary-pdf {
    background-color: var(--secondary-pdf) !important;
}

.bg-success-pdf {
    background-color: var(--success-pdf) !important;
}

.bg-info-pdf {
    background-color: var(--info-pdf) !important;
}

.bg-warning-pdf {
    background-color: var(--warning-pdf) !important;
}

.bg-danger-pdf {
    background-color: var(--danger-pdf) !important;
}

.bg-purple-pdf {
    background-color: var(--purple-pdf) !important;
}

#stacked-bar-chart .ct-vertical .ct-label {
    font-size: 10px; /* Ajusta el tamaño de fuente según tus necesidades */
}

.ct-labels > foreignObject[width="30"] {
    width: 120px;
}

.bg-pdf-dVencida {
    background-color: #ec6964;
}

.bg-pdf-dVigente {
    background-color: #4597f7;
}

.bg-pdf-aPD {
    background-color: #f2a33a;
}

.bg-pdf-pagosD {
    background-color: #68c67f;
}

.bg-pdf-pagosD-light {
    background-color: #68c67f6f !important;
    color: #68c67f !important;
}

.bg-pdf-pagosI {
    background-color: #72b8d5;
}

.bg-pdf-pagosI-light {
    background-color: #72b8d56f !important;
    color: #72b8d5 !important;
}

.bg-pdf-pPP {
    background-color: #2c2c2c;
}

.bg-pdf-pagosB-light {
    background-color: #999999 !important;
    color: #2c2c2c !important;
}

.bg-pdf-pPP-yellow {
    background-color: #f2a33a;
}

.bg-pdf-pagosY-light {
    background-color: #fad29f !important;
    color: #f2a33a !important;
}

.search {
    display: flex;
    width: 100%;
    background-color: #ffffff79;
    color: white;
}

.icon {
    flex: 0 0 auto;
    padding: 10px;
}

.search > input {
    flex: 1;
    padding: 10px;
    outline: none;
    background-color: transparent;
    border: none;
    text-transform: capitalize;
}

.search > input::placeholder {
    color: white;
}

.button-exportar {
    font-size: 13px !important;
    color: var(--primary);
    font-weight: 400;
    background: var(--rgba-primary-1);
    padding: 5px 12px;
    border-radius: 0.25rem;
}

.button-exportar:hover {
    color: white;
    background: var(--primary);
}

.container-input {
    position: relative;
}

.showPassword {
    position: absolute;
    right: 10px;
    top: 12px;
}

[data-headerbg="color_4"] .header-left .search-area .form-control,
[data-headerbg="color_4"] .header-left .search-area .input-group-text {
    background-color: #0e82da;
}
[data-headerbg="color_4"] .search-area {
    background-color: #0f82da !important;
}

.contenedor > .d-flex {
    justify-content: flex-end;
}

.text-upperC {
    text-transform: uppercase;
}

.fixed-head {
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 2;
    background-color: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.pagination-info {
    margin-left: 10px;
    margin-right: 10px;
}

.text-bold {
    font-weight: bold;
}

.h-content-30 {
    height: calc(100% - 21px);
}

.card-content {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.loader {
    width: 64px;
    height: 64px;
    display: inline-block;
    position: relative;
}
.loader::after,
.loader::before {
    content: "";
    box-sizing: border-box;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    border: 4px solid var(--primary);
    position: absolute;
    left: 0;
    top: 0;
    animation: animloader 2s linear infinite;
}
.loader::after {
    animation-delay: 1s;
}

@keyframes animloader {
    0% {
        transform: scale(0);
        opacity: 1;
    }
    100% {
        transform: scale(1);
        opacity: 0;
    }
}

.container-table {
    border: 1px solid #d6d6d6;
    box-shadow: 1px 1px 2px 0px #ccc;
    border-radius: 15px;
}
.table-faktu thead {
    background-color: color-mix(in oklab, #f5f5f5 50%, transparent);
}

.bg-light-faktu {
    background-color: color-mix(in oklab, #f5f5f5 50%, transparent);
}

.table-faktu th,
.table-faktu td {
    white-space: nowrap;
    text-align: left;
    vertical-align: middle;
    border-top: 1px solid #dee2e6;
    padding: 0.75rem;
    color: #737373;
}

.table-faktu thead th {
    font-weight: 400;
}

.footer-table th,
.footer-table td {
    font-size: 1.2em;
}

.margin-0 {
    margin: 0 !important;
}

.info-icon {
    font-size: 19px;
}

.card-show-data {
    box-shadow: 2px 1px 3px 1px #e6e6e6;
}

.text-show-info p {
    line-height: 1.4;
    font-weight: 300;
}
