.btn-rounded {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    bottom: -22px;
    right: 20px;
    font-size: 18px;
    z-index: 10;
}

.btnAddon {
    border-radius: 0 5px 5px 0 !important;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px !important;
}


/*btn-default*/
.btn-default:hover {
    background-color: #dfc2eb !important;
    border-color: #dfc2eb !important;
}

/*bg primary focus*/
button.bg-primary:focus, button.bg-primary:hover {
    background-color: #b781cd !important;
}

.btn-notifications:focus {
    box-shadow: 0 0 0 0.2rem #d1a1e4 !important;
}

/*btn lila*/
.btn-lila {
    color: #FFF !important;
    background-color: #b6b4df !important;
}

.btn-lila:hover {
    color: #FFF !important;
    background-color: #c2c0e2 !important;
}

.btn-lila:focus {
    box-shadow: 0 0 0 0.2rem #c4c1ee !important;
    border-color: #c4c1ee;
}

/*tamaño manual botón*/
.btn-size {
    width: 50px;
    height: 37px;
}

/*Estilos de botón para cargar y editar imagenes en usuarios y perfil usuario*/
.btn-round-user{
    position: absolute !important;
    background-color: #FFF;
    color: #a25cbf;
    height: 45px;
    width: 45px;
    padding: 9.5px;
    border-radius: 50px;
    font-size: 20px;
    line-height: 25px;
    margin-left: -40px;
    margin-top: 20px;
}

.btn-round-user:hover {
    color: #d7b6e6;
}


.btn-pass{
    margin-left: -25px;
    margin-top: 72px;
}

.btn-pin{
    margin-left: -42px;
    margin-top: 125px;
}

/*custom btn editar en dashboard*/
.btn-round-contact {
    position: absolute !important;
    margin-left: -70px;
    margin-top: 40px;
    height: 50px;
    border-radius: 50px !important;
    font-size: 22px !important;
}

.btn-round-contact {
    position: absolute !important;
    margin-left: -70px;
    margin-top: 40px;
    height: 50px;
    border-radius: 50px !important;
    font-size: 22px !important;
}

/* Shadow background historial médico */
.btn-shadow.btn-secondary {
    box-shadow: 0 4px #ee6698 !important;
}

/*Hover y focus de botones del paginador en las tablas*/
.page-link:hover {
    color: #a5a3db !important;
}

.page-link:focus {
    box-shadow: 0 0 0 0.2rem #c4c1ee !important;
}
