: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.table-striped > tbody > tr.odd > * {
    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;
}

#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;
    }
}