body.signin,
body.recover-password{
    background: #000;
    height: 100vh;
}
.toast-container {
    width: 370px;
    min-height: 50px;
    position: absolute;
    right: 0;
    bottom: 0;
    overflow: hidden;
    padding: 0 1rem;
    z-index: 2055;
}
.customerToReport {
    cursor: pointer;
}
.tr-child .card {
    display: none;
}
.feather {
    width: 16px;
    height: 16px;
    vertical-align: text-bottom;
}
/*
 * Navbar
 */
.navbar-brand {
    padding-top: .75rem;
    padding-bottom: .75rem;
    font-size: 1rem;
    background-color: rgba(0, 0, 0, .25);
    box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);
}
.navbar .navbar-toggler {
    top: .25rem;
    right: 1rem;
}
.navbar .form-control {
    padding: .75rem 1rem;
    border-width: 0;
    border-radius: 0;
}
.form-control-dark {
    color: #fff;
    background-color: rgba(255, 255, 255, .1);
    border-color: rgba(255, 255, 255, .1);
}
.form-control-dark:focus {
    border-color: transparent;
    box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}
.subValor{
    cursor: pointer;
    color: #fff;
    background:#ccc;
    border-radius: 6px;
    padding:1rem;
}
