.navbar-logo {
    height: auto;
    width: 30%;
}

.appDivAuthBlade {
    height: 100vh;
}

.btnProfinance {
    font-weight: bold;
    color: white;
    background-color: #22d0b5;
    max-height: 40px;

    img {
        width: auto;
        height: 24px;
    }

    &:hover {
        background-color: #0b423a;
        color: white;
    }
}

.btn:disabled {
    background-color: grey;
    border-color: grey;
}


.btnDanger {
    font-weight: bold;
    color: white;
    background-color: #9f0404;
    max-height: 40px;

    img {
        width: auto;
        height: 24px;
    }

    &:hover {
        background-color: #520202;
        color: white;
    }
}

.tablaCuentas,
.tablaFamilias,
.tablaIconos,
.tablaSugs {
    td,
    th {
        vertical-align: middle;
    }

    .descripcionRow {
        width: 750px !important;
    }

    .emailRow {
        width: 40% !important;
    }

    .nameRow {
        width: 20% !important;
    }

    form {
        display: inline;
    }
}

.previewImage {
    justify-content: space-between;
    align-items: center;
    height: 40px;
}

.icono {
    max-width: 40px;
    max-height: 40px;
}

.divAlert {
    position: absolute;
    display: flex;
    align-items: center;
    width: 40vw;
    height: 50px;
    top: 6.5vh;
    right: 10px;
    box-shadow: #22d0b5;

    .cross {
        position: absolute;
        top: 5px;
        right: 8px;
    }
}

.w-min {
    width: min-content;
}

.w-25rem {
    width: 25rem !important;
}

.w-10rem {
    width: 10rem !important;
}

.h-10 {
    height: 2.5rem !important;
}