body {
    font-family: 'Poppins', sans-serif;
    background-color: #F0EEEE;
}

.divCentro {
    width: 100vw !important;
}

/*nav-side-left*/
.img_pro, .img_vet, .img_ani {
    height: 125px;
    width: 125px;
    border-radius: 5rem;
    object-fit: cover;
}

.menu {
    width: 18rem;
    text-align: center;
    color: #fff;
    height: 100vh !important;
    background-image: linear-gradient(#693885, #9F44D3);
}

.vacio {
    background-color: rgba(255, 255, 255, 0.144) !important; 
}

.nav-pills a{
    text-align: left;
    color: #fff;
    margin: 0.3rem 0;
    padding-left: 4rem;
    width: 100%;
}

.nav-pills .active {
    background-color: rgba(255, 255, 255, 0.40) !important; 
    color: white;
}

.nav-pills .noActive:hover {
    background-color: rgba(255, 255, 255, 0.20) !important; 
    color: white;
}

.cerrarSesion a{
    padding-left: 0;
    padding-left: 4rem;
    font-size: 1rem !important;
}

/*nav-side-right*/
table {
    /*border: 10px rgb(135, 114, 178, 25%) solid;*/
    border-collapse: collapse;
}

table td{
    padding: 0.5rem 2.63rem 1.31rem 0.5rem;
    border-right: 1px rgb(135, 114, 178, 25%) solid;
    border-bottom: 1px rgb(135, 114, 178, 25%) solid;
    font-size: 0.8rem;
    text-align: left;
}

table th {
    padding-left: 0.5rem;
    font-size: 0.8rem;
    /*border: 1px rgb(135, 114, 178, 25%) solid;*/
    border-right: 2px rgb(135, 114, 178, 25%) solid;
    border-bottom: 2px solid rgb(135, 114, 178, 25%);
}



.tableCitas td{
    padding: 0 0.67rem 0.01rem 0.5rem;
    border-right: 1px rgb(135, 114, 178, 25%) solid;
    border-bottom: 1px rgb(135, 114, 178, 25%) solid;
    font-size: 0.8rem;
    text-align: left;
}

.thCalendar{
    font-size: 1.25rem;
}

hr {
    height: 0.1rem !important;
    background-color: rgb(0, 0, 0, 100%);
}

.barraWhite {
    height: 0.1rem !important;
    background-color: rgb(196, 196, 196, 100%);
}

.recuadro {
    border: 0.5rem rgb(135, 114, 178, 25%) solid;
    border-radius: 25px;
    width: 36rem;
    height: 23.75rem;
    margin: 0 1rem 0 1rem;
}

.recuadroSinBorde {
    width: 36rem;
    height: 23.75rem;
    margin: 0 1rem 1.5rem 1rem;
}

th:last-child, td:last-child { 
    border-right: 0;
}

tr:last-child td:last-child, tr:last-child td:first-child {
    border-bottom: 0;
}

.bg-white {
    border-radius: 25px;
    width: 39rem;
    padding: 0.1px;
}

.iconos {
    width: 3rem;
    height: 3rem;
    padding: 0;
}

/*nav-top*/
.bg-light {
    background-color: #fff !important;
}

h1 {
    text-align: center;
    margin: 0;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.breadcrumb-item {
    color: gray !important;
}

.breadcrumb {
    margin-bottom: 0;
    font-size: 1.3rem;
    margin: 0.5rem 0;
    background-color: #F0EEEE;
}

.nonActive a {
    color: black;
}

.nonActive a:hover {
    color: #6FBE53;
}

/*nav-center*/
.scrollDiv {
    height: 44.5rem;
    overflow-y: scroll;
}

.scrollDivCitas{
    height: 11rem;
    overflow-y: scroll;
}

.scrollDivConFiltro {
    height: 37.5rem;
    overflow-y: scroll;
}

.scrollDivAnimales{
    height: 37rem;
    overflow-y: scroll;
}

.scrollDivInformes{
    height: 35.5rem;
    overflow-y: scroll;
}

.ml-5 {
    margin-left: 5.5rem !important;
}

.ml-4 {
    margin-left: 2.2rem !important;
}

.contenido{
    padding-right: 10rem;
}

.datos {
    width: 45rem;
}

.datosInf {
    width: 60rem;
}

input {
    width: 16rem;
    padding: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
    border: none;
    background-color: #F0F0F0;
    border-radius: 100px;
    color: black;
}


.inputSelect select, .inputFile{
    display: inline-block;
    width: 100%;
    cursor: pointer;
    padding: 7px 10px;
    height: 42px;
    outline: 0; 
    border: 0;
    border-radius: 100px;
    background: #f0f0f0;
    font-size: 1em;
    position: relative;
    transition: all 0.25s ease;
}

.citas {
    width: 8rem;
    
}



.readonly {
    color: rgb(0, 0, 0, 50%);
}

textarea {
    background-color: #F0F0F0;
    padding: 0.5rem;
    border-radius: 15px;
    border: none;
    text-indent: 0;
    resize: none;
}

.textareaResize {
    resize: vertical;
}
.textareaChats {
    overflow: hidden;
}


.informe {
    width: 100%;
}

.cita {
    border-radius: 25px;
    width: 39rem;
    padding: 0.1px;
    height: 33rem;
}

.animal {
    width: 17rem;
}

.animalesPro{
    width: 11rem;
}

.aniVet {
    width: 43rem;
}

.btn-verde { 
    background-color: #6DBF52;
    color: #fafafa;
    padding: 0.1rem;
    border: none;
    border-radius: 25px;
    font-size: 1.4rem;
}

.btn-cita {
    width: 11rem;
}

h4 {
    color: #8772B2;
    letter-spacing: 0.5rem;
    line-height: 3rem;
}

.mes {
    color: #8772B2;
    letter-spacing: 0.5rem;
    padding: 0.4rem 0;
    margin: 0;
}

.mensajes {
    height: 44.6rem;
}

.chat {
    border-radius: 25px;
    height: 30rem;
}

.m1, .m2 {
    border-radius: 1.3rem;
    padding: 1rem;
}

.m1 {
    background-color: #DDD4E3;
}

.m2 {
    background-color: #F0F0F0;
}

.gris {
    color: gray;
}
.btn-mensaje { 
    background-color: #6DBF52;
    color: #fafafa;
    padding: 0.1rem;
    width: 7rem;
    border: none;
    border-radius: 25px;
    font-size: 1.4rem;
}

.bodyFondoRosa {
    background-color: #DDD4E3;
    height: 100vh;
}

.errores{
    margin-top: 5rem;
}

/**login**/
.login {
    font-family: 'Poppins', sans-serif;
    height: 100vh;
    background-color: #DDD4E3;
    display: flex;
    align-items: center;
    justify-content: center;
}

.img {
    background-color: #F0F0F0;
    height: 38rem;
}

.loginFondo {
    background-color: #fafafa; 
}

.inputs {
    position: relative;
}

.iconoUser {
    position: absolute;
    display: inline-block;
    top: 0.6rem;
    left: 1rem;
}

.iconoPass {
    position: absolute;
    display: inline-block;
    top: 4.1rem;
    left: 1rem;
}

.iconoPassRep {
    position: absolute;
    display: inline-block;
    top: 7.6rem;
    left: 1rem;
}

.line1 {
    position: absolute;
    display: inline-block;
    top: 0.2rem;
    left: 3rem;
}

.line2 {
    position: absolute;
    display: inline-block;
    top: 3.7rem;
    left: 3rem;
}

.line3 {
    position: absolute;
    display: inline-block;
    top: 7.2rem;
    left: 3rem;
}

.inputs input {
    padding-left: 3.7rem;
}
