﻿body {
    font-family: 'Poppins', sans-serif !important;
}
.bg-vivienda {
    background-color: #cf000b!important;
}
.bg-vivienda .modal-title {
    color: #fff !important;
}
.close {
    background-color: inherit;
    border: 0;
    color: #fff;
    font-size: 24px;
}
.topbar {
    background: #e10a1f;
}
.logo-icon {
    width: 190px;
}
.logo-icon-chico {
    width: 50px;
}
.user-box {
     border-left: 0px solid #f0f0f0; 
     border-right: 0px solid #f0f0f0; 
}
.user-info .user-name {
    text-transform: capitalize;
    color: #fff;
}
.user-img {
    height: 40px;
}
.sidebar-header {
    background: #fff;
    border-bottom: 2px solid #e9ecef;
}
.simplebar-mask {
    /*background: #cf000b;*/
}
.menu-label {
    /*color: #fff;*/
    font-size: 14px;
    font-weight: 600;
}
.menu-label {
    padding: 5px 15px 5px 5px;
}
.sidebar-wrapper .metismenu a {
    /*color: #fff;*/
    padding: 10px 20px;
    letter-spacing: 0px;
    border-radius: 6px;
}
.sidebar-wrapper {
    /*background: #a32930;*/
}
.toggle-icon {
    color: #e10a1f;
}
.sidebar-wrapper .metismenu .mm-active > a, .sidebar-wrapper .metismenu a:active, .sidebar-wrapper .metismenu a:focus, .sidebar-wrapper .metismenu a:hover {
    /*color: #fff;
    background-color: #a32930;*/
    color: #e10a1f;
    background-color: rgb(225 10 31 / 5%);
}
.sidebar-wrapper .metismenu ul {
   /* background: #cf000b !important;*/
}
/*.sidebar-wrapper .metismenu {
    padding: 0px;
}*/
.sidebar-wrapper ul {
    /*padding: 1px 16px;*/
}
.text-mvcs {
    color: #fff !important;
}
.sidebar-wrapper .metismenu a .menu-title {
    text-transform: capitalize;
    font-weight: 500;
}
.sidebar-wrapper .metismenu a .parent-icon {
    font-size: 20px;
}
table.dataTable {
    border-collapse: collapse !important;
}
.table-bordered > :not(caption) > * {
    border-width: 1px 1px 1px 1px;
}
.breadcrumb-title {
    font-size: 17px;
}
.page-breadcrumb .breadcrumb li.breadcrumb-item {
    font-size: 16px;
}
.table > :not(caption) > * > * {
    padding: .45rem .6rem .45rem .6rem;
    font-size: 13px;
}
.table > thead {
    text-align: center;
    height: 43px;
}
.btn i {
    font-size: 1.1rem;
}
body {
   letter-spacing: 0px;
}
.modal-header {
    padding: 0.5rem 1rem 0.5rem 1rem;
}
.form-control {
    font-size: 0.9rem;
    font-weight: 200;
}
.form-label {
    font-weight: 500;
}
.form-switch .form-check-input {
    width: 2.5em;
    margin-left: -2.2em;
}
.form-check-input {
    height: 1.4em;
}
.border-tab {
    border-left: 1px solid #dee2e6;
    border-right: 1px solid #dee2e6;
    border-bottom: 1px solid #dee2e6;
    padding: 1rem;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.nav-link {
    font-size: 13px;
}
label.error {
    color: #fff;
    background-color: #dc3545;
    padding: 2px 5px;
    border-radius: 5px;
    margin-top: 3px;
}

#pkLoader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.88); /* fondo oscuro */
    z-index: 9999;
    align-items: center;
}
.center-block {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.loader-texto-centrado {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    text-transform: uppercase;
}
.loader-img {
    width: 250px; /* ajusta según tu imagen */
    height: auto;
    animation: saltar 1.5s ease-in-out infinite;
}

@keyframes saltar {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-15px);
    }
}

.counter {
    display: inline-block;
    background-color: #0d6efd;
    padding: 4px 6px 4px 6px;
    border-radius: 10px;
    color: #fff;
    font-size: 11px;
    margin-top: 2px;
}
.captcha-wrapper {
    width: 100%;
    max-width: 320px;
    position: relative;
}

.captcha-img {
    width: 100%;
    height: auto;
    border: 1px solid #ccc;
    border-radius: 6px;
}

.refresh-btn {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: rgba(255, 255, 255, 0.8);
    border: none;
    font-size: 1.2rem;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: 50%;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
    transition: background-color 0.2s;
}

    .refresh-btn:hover {
        background-color: rgba(240, 240, 240, 0.95);
    }
.user-info .designattion {
    font-size: 13px;
    color: #f8f9fa;
}
.card-title {
    padding-bottom: 15px;
    border-bottom: 1px solid #dee2e6;
    margin-bottom: 20px;
}
.form-check-input-radio {
    height: 1em;
}
.checkbox-inline {
    display: inline-block;
    margin-right: 15px;
}

.card-header {
    padding: .5rem 1rem;
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, .03);
    border-bottom: 1px solid rgba(0, 0, 0, .125);
}
#contenedor-perfiles {
    border: 1px solid #dee2e6;
    border-radius: 5px;
    padding: 10px;
    min-height: 36px;
}

.select2-container--bootstrap-5 .select2-dropdown .select2-results__options .select2-results__option {
    padding: 5px 10px 5px 10px;
    border-bottom: 1px solid #dee2e6;
    font-size: 15px;
}
.alert-primary {
    color: #084298;
    background-color: #cfe2ff;
    border-color: #b6d4fe;
}

.box {
    position: relative;
    margin-bottom: 1.5rem;
    width: 100%;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
    box-shadow: 0 0 30px 0 rgba(82, 63, 105, 0.05);
}
.bg-primary-light {
    background-color: #e1eaf9 !important;
    color: #0052cc;
}
    .bg-primary-light h4 {
        color: #0052cc !important;
    }
.box-body {
    padding: 1.5rem;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    border-radius: 10px;
}
.box.bg-img, .box .bg-img {
    border-radius: 10px;
}
.box-body > *:last-child {
    margin-bottom: 0;
}
.bg-img {
    position: relative;
    border-bottom: none;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    z-index: 0;
}
.text-dark {
    color: #0021cc !important;
}
.fs-16 {
    font-size: 15px !important;
}
.my-10 {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
#calendario-container .flatpickr-calendar {
    position: static !important;
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    box-sizing: border-box;
}
input[readonly],
textarea[readonly] {
    background-color: #e9ecef !important;
}