:root {
    --var-color-2: #050C9C;
}

html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
  box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
  position: relative;
  min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.jersey-15-regular {
    font-family: "Jersey 15", sans-serif;
    font-weight: 400;
    font-style: normal;
}

#logo-factura-image,
#contenedorLogoCuentaFactura {
    border-radius: .475rem;
    display: inline-block;
    background-color: #2162D1;
    width: 100px;
    height: 100px;
}

.logo-emision-factura > h1,
.logoCuentaFactura > h1 {
    color: #ffffff;
    font-size: 30px;
    margin: 0;
}

.logo-emision-factura,
.logoCuentaFactura {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.federada-cont .cuenta-federada {
    position: relative;
    height: auto;
    align-self: start;
}


#imgusuario {
    width: 50px;
    height: 50px;
    background: #2162D1;
    border-radius: .475rem;
}

.elegirCuenta-inicial {
    font-size: 20px;
    font-weight: bold;
    color: #ffffff;
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.pointer {
    cursor:pointer;
}

@media print {
    body {
        visibility: hidden;
    }

    .to-print {
        visibility: visible;
        /*position: absolute;
        top: 0;
        left: 0;*/
    }
}

.swal2-html-container {
    max-height: 300px !important;
}

.custom-dz-filename:not(:hover),
.custom-dz-filename:hover {
    overflow: hidden;
    text-overflow: unset;
}

.custom-dz-filename:not(:hover) span,
.custom-dz-filename:hover span {
    background-color: transparent !important;
    padding-bottom: 0 !important;
    margin-bottom: 0 !important;
    max-width: 100% !important;
    border: none !important;
    line-height: 1.5 !important;
}

::-ms-reveal {
    display: none;
}

table.dataTable {
    border-collapse: collapse !important;
}

table.table.dataTable.table-striped > tbody > tr:nth-of-type(2n+1) > * {
    box-shadow: none !important;
    background-color: rgba(249, 249, 249, 0.75) !important;
}

table.dataTable.table-hover > tbody > tr:hover > * {
    box-shadow: inset 0 0 0 9999px rgba(var(--dt-row-hover), .050) !important;
}


table.dataTable tr.selected,
table.dataTable tr.selected td {
    color: inherit !important;
    background-color: none !important;
    box-shadow: none !important;
}

.dt-column-header:has(.form-check-input) {
    gap: 0 !important;
    justify-content: start !important;
}

#app-sidebar-logo-default {
    max-width: 173px;
    height: auto;
    justify-self: center;
}

#app-sidebar-logo-minimize {
    max-width: 60px;
    height: auto;
}

#logo-landing {
    max-width: 250px;
    height: auto;
}

#login-sidebar {
    background: radial-gradient(circle, rgba(2,0,36,1) 0%, rgba(9,39,121,1) 50%, rgba(31,49,118,1) 97%);
    /*background-image: url(/media/aplicacion-config/logos/contabilizate-bg.png);*/
    background-position: left top;
    background-size: cover;
}

#config-inicial-bg {
    background: url('/media/bg/background.jpg');
    background-blend-mode: overlay;
    background-size: cover;
}

.paso-inicio {
    width: 220px;
    height: 200px;
    background-color: #F5F6F6;
}

/*Media query para 1800px en adelante*/
@media (min-width: 1600px) and (max-width: 1900px) {
    .paso-inicio {
        width: 250px;
        height: 230px;
    }
}

@media (min-width: 1901px) {
    .paso-inicio {
        width: 200px;
        height: 180px;
    }
}

.border-animado {
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, var(--bs-primary) 50%, transparent 50%), linear-gradient(90deg, var(--bs-primary) 50%, transparent 50%), linear-gradient(0deg, var(--bs-primary) 50%, transparent 50%), linear-gradient(0deg, var(--bs-primary) 50%, transparent 50%);
    background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
    background-size: 8px 2px, 8px 2px, 2px 8px, 2px 8px;
    background-position: 0% 0%, 100% 100%, 0% 100%, 100% 0px;
    border-radius: 5px;
    padding: 10px;
    animation: dash 10s linear infinite;
}

@keyframes dash {
    to {
        background-position: 100% 0%, 0% 100%, 0% 0%, 100% 100%;
    }
}


.modal-backdrop {
    z-index: 109 !important;
}

.app-sidebar .menu .menu-item.show > .menu-link .menu-icon i {
    color: #FFF !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon .svg-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-icon i {
    color: #050C9C !important;
}


[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.here > .menu-link .menu-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.here > .menu-link .menu-icon .svg-icon, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.here > .menu-link .menu-icon i {
    color: #FFF !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.here > .menu-link .menu-title {
    color: #050C9C !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link {
    color: #050C9C !important;
}


    [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item .menu-link .menu-title {
        color: #050C9C !important;
    }

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item.hover:not(.here) > .menu-link:not(.disabled):not(.active):not(.here) .menu-arrow:after, [data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:not(.here) .menu-link:hover:not(.disabled):not(.active):not(.here) .menu-arrow:after {
    background-color: var(--bs-primary) !important;
}


[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:hover > .menu-link .menu-title {
    color: var(--bs-primary) !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:hover > .menu-link .menu-bullet .bullet {
    background-color: var(--bs-primary) !important;
}

[data-kt-app-layout=dark-sidebar] .app-sidebar .menu .menu-item:hover .menu-link {
    color: var(--bs-primary) !important;
}


.menu-item .menu-link .menu-icon {
    width: 4rem !important;
}

.app-header {
    border-bottom: solid 1px #D2D4DB !important;
    background-color: #FFF !important;
}

.app-footer {
    border-top: solid 1px #D2D4DB !important;
    background-color: #FFF !important;
}

.app-content {
    background-color: #F5F6F6;
}

.app-toolbar {
    background-color: #F5F6F6 !important;
}

.app-sidebar {
    background-color: #FFF !important;
    background-size: auto;
}

.here .menu-icon {
    background-color: var(--var-color-2);
    color: #FFF !important;
    padding: 8px 5px;
    border-radius: 12px;
}

.app-sidebar .btn-custom {
    color: #FFF !important;
    background-color: rgba(7, 20, 55, .8) !important;
}

#kt_app_root {
    overflow-x: hidden;
}

.card .card-header .card-title, .card .card-header .card-title .card-label {
    font-size: 1.5rem;
}

.menu-sub-accordion {
    margin-left: 40px;
}

.app-content {
    background-color: #F5F6F6;
}

.app-root {
    background-color: #F5F6F6 !important;
}

.app-wrapper {
    margin-left: 0px;
}

.cuadro {
    width: 100%;
    height: 120px;
    border-radius: 10px;
    padding: 23px;
    text-align: center;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    flex-direction: column;
}

    .cuadro h3 {
        color: #FFF;
        font-size: 24px;
        margin: 0;
        margin-bottom: 8px;
    }

    .cuadro div {
        color: #FFF;
    }

.cuadroverde {
    background-color: #3572EF;
}

.cuadrorojo {
    background-color: #3ABEF9;
}

.cuadroazul {
    background-color: #2162D1;
}

.cuadromora {
    background-color: #050C9C;
}

.cuadrito {
    width: 25px;
    height: 25px;
    float: left;
    margin-top: 8px;
}

.titcuadrito {
    height: 25px;
    float: left;
    margin-left: 15px;
    margin-top: 8px;
}

.qtycuadrito {
    height: 25px;
    float: left;
    margin-left: 15px;
    font-size: 25px;
    font-weight: bold;
}


.cuadritoingreso {
    background-color: #008FFB;
}

.cuadritoegreso {
    background-color: #00E396;
}

.cuadritonomina {
    background-color: #FEB019;
}

.cuadritoretencion {
    background-color: #FEB019;
}

.cuadritopago {
    background-color: #FF4560;
}

.cuadritotraslado {
    background-color: #775DD0;
}