
body {
    font-family: 'Inter', sans-serif;
}

.inner {
    height: 130px;
}

.main-sidebar {
    background-color: #0e2746;
    border-bottom: none;
}

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

.small-box h3 {
    font-size: 28px;
}

a:hover {
    color: #6c757d;
    text-decoration: none;
}

.navbar-light .navbar-nav .nav-link {
    color: rgba(0, 0, 0, .5);
    font-size: 20px;
}

[class*=sidebar-dark] .brand-link.brand-link {
    border-bottom: none;
}

a {
    color: #152536;
    text-decoration: none;
    background-color: transparent;
}

.content-header .breadcrumb {
    background-color: transparent;
    line-height: 1.8rem;
    margin-bottom: 0;
    padding: 0;
    display: none;
}

.breadcrumb-item {
    color: #19558A;
}

.numero {
    color: #1F9BDE;
    font-weight: bolder;
    margin-right: 20px;
}

.numero-fin {
    color: #152536;
    font-weight: bolder;
    margin-right: 20px;
}

.content-header h1 {
    font-size: 24px;
    color: #152536;
    padding-left: 18px;
    font-weight: bolder;
}

.obligatorio {
    color: #6c757d;
    font-weight: 200;
}

.usuario {
    display: block;
    padding-top: 12px;
    margin: 0px;
}

.numero-derecha {
    color: #1F9BDE;
    font-weight: bolder;
    text-align: right;
}

.alto {
    padding-top: 40px;
}

.altochico {
    padding-top: 7px;
    text-align: right;
    margin-bottom: 0px;
}

.input-group-text {
    background-color: transparent;
    border: none;
    cursor: pointer;
}

.upload-control input {
    background-color: #1F9BDE;
    border: 1px solid #1F9BDE;
    color: white;
    border: none;
    height: 38px;
    padding: 4px;
    line-height: 25px;
    font-size: 14px;
    border-radius: 4px;
    cursor: pointer;
}
.upload-control input:hover {
    background-color: #0056b3;
}

.card-body.with-table { padding: 0px !important; }
.table td, .table th { padding: 0.5rem !important; }
table .btn { padding: 0px 3px !important; }

.login-card-body .input-group .input-group-text, .register-card-body .input-group .input-group-text { border: 1px solid #ced4da; }