
*:not(i)
{
    /* font-family: Arial, Helvetica, sans-serif; */
    font-family: 'Manrope', sans-serif;
}
button.no-button
{
    background: none;
    border: none;
}
.swal-button--aprobar {
    background-color: #11c51a;
}
.swal-button--rechazar {
    background-color: #ff0000;
}
.coffee
{
    color: rgb(96, 156, 61) !important;
}
.btn-coffee
{
    color: white !important;
    background-color: rgb(96, 156, 61) !important;
}

.btn-coffee:hover
{
    background-color: rgb(84, 138, 52) !important;
}

.btn-coffee2
{
    color: white !important;
    background-color: rgb(140, 101, 17) !important;
}

.btn-coffee2:hover
{
    background-color: rgb(173, 126, 26) !important;
}

.btn-coffee3
{
    color: white !important;
    background-color: rgb(84, 138, 52) !important;
}

.btn-coffee3:hover
{
    background-color: rgb(96, 156, 61) !important;
}

.bg-coffee
{
    background-color: rgb(96, 156, 61);
    width: 100%;
}
/* Nico changes */
/* .footer-styles{
    color: white;
} */
.footer-links{
    color: white;
    margin-right: 10px;
}
/* Nico changes */
img.ajustar
{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
img.rounded2
{
    border-radius: 0.5rem !important;
}
.mb--5
{
    margin-bottom: -5px;
}
.font-bigger
{
    font-size: 110%;
}

/*CSS para transiciones en VueJs*/

.fade-enter-active, .fade-leave-active {
    transition: opacity .5s;
}
.fade-enter, .fade-leave-to {
    opacity: 0;
}

nav.navbar
{
    box-shadow: none;
}

.fill
{
    width: -moz-available;          /* WebKit-based browsers will ignore this. */
    width: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    width: fill-available;
    height: -moz-available;          /* WebKit-based browserœœs will ignore this. */
    height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
    height: fill-available;
}
.instagram
{
    color: white !important;
    background: radial-gradient(circle farthest-corner at 35% 90%, #fec564, transparent 50%), radial-gradient(circle farthest-corner at 0 140%, #fec564, transparent 50%), radial-gradient(ellipse farthest-corner at 0 -25%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 20% -50%, #5258cf, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 0, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 60% -20%, #893dc2, transparent 50%), radial-gradient(ellipse farthest-corner at 100% 100%, #d9317a, transparent), linear-gradient(#6559ca, #bc318f 30%, #e33f5f 50%, #f77638 70%, #fec66d 100%);
}

.tarjeta-propiedad:hover {
    background-color: #6fa7f6;
}

/* aside, main {
    overflow: scroll;
} */

:root {
    color-scheme: only light;
}

.columna-fecha{
    min-width: 130px;
}

/* Nico Changes  */

.edit-button{
    background-color: #5258cf;
}

.rounded-notes{
    border-radius: 5px;
}

.enviar-boton-class{
    display: none;
}

.nueva-observacion{
    display: none;
}

.cancelar-editar-boton-class{
    display: none;
}

/* we will explain what these classes do next! */
.bounce-enter-active {
    animation: bounce-in 0.5s;
}
.bounce-leave-active {
animation: bounce-in 0.5s reverse;
}
    @keyframes bounce-in {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.25);
    }
    100% {
        transform: scale(1);
    }
}
/* Nico Changes  */

.footer-styles {

}

.cuentas_banco_to_edit{
    cursor: pointer;
}

.modal-large {
    max-width: 800px !important;
}

.deletePhotoClass{
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #af2929;
    border-radius: 20px;
    padding: 6px 10px;
    opacity: 0.6;
    border: none;
    box-shadow: 0px 0px 7px 2px black;
    transition: 1s;
}

.deletePhotoClass:hover{
    opacity: 1;
}

.rotatePhotoClass{
    position: absolute;
    top: 10px;
    left: 10px;
    background-color: #458b8a;
    border-radius: 20px;
    padding: 6px 10px;
    opacity: 0.6;
    border: none;
    box-shadow: 0px 0px 7px 2px black;
    transition: 1s;
}

.rotatePhotoClass:hover{
    opacity: 1;
}

.selectFotoClass{
    width: 74px;
    height: 74px;
    border-radius: 50px;
    border: none;
    box-shadow: 0px 0px 7px 2px black;
    background-color: rgb(255, 255, 255);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.3;
    margin: auto;
    transition: 1s;
}

.selectedFotoClass{
    width: 74px;
    height: 74px;
    border-radius: 50px;
    border: none;
    box-shadow: 0px 0px 7px 2px black;
    background-color: rgb(96, 156, 61);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.8;
    margin: auto;
    transition: 1s;
}
.selectedFotoClass:hover{
    opacity: 1;
}

.content-imagen-secundaria{
    list-style: none;
}

.selectFotoClass:hover{
    opacity: 0.6;
}

.foto-drag{
    border-radius: 10px;
}

.separadores-configuracion-foto-superior{
    width: 90% !important;
    margin: 20px auto 10px auto !important;
    border: 2px solid gray;
    border-radius: 10px;
}
.separadores-configuracion-foto-inferior{
    width: 10% !important;
    margin: 10px auto 20px auto !important;
    border: 2px solid gray;
    border-radius: 10px;
}

.otras-configuraciones{
    box-shadow: 0px 0px 10px 0px gray;
    margin: 10px !important;
    margin-bottom: 40px !important;
    border-radius: 10px;
    padding: 10px;
}
/* Nico Changes  */
