nav {
    background: #552cb8;
}
h1 {
    color: #fff;
}
.alignleft {
    text-align: end;
}
.center {
    text-align: center;
}

.iconfm {
    color: #552cb8;
}

.activo {
    color: #22e70c;
}

.inactivo {
    color: #373838;
}

.hidden{
    display: none;
}
.estado {
    background: green;
    width: 100px;
    text-align: center;
    border-radius: 50px;
    color: white;
}
.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    justify-content: space-around;
}

.historial {
    width: 540px;
    height: 360px;
}
.txtblanco{
    color: #fff !important;
}
.btn-success {
    color: #fff !important;
    background-color: #008000;
    border-color: #008000;
}
.recaudo {
    color: #2bb516;
}
.enviado {
    color: #b81616;
}

.letra {
    font-size: 13px;
    font-weight: 500;
}
tbody {
    text-align: center;
}

.close {
    border: 1px solid white !important;
    background: red !important;
}

/* modal */

.modal-header {
    top: 0;
    right: 0;
    left: 0;
    height: 50px;
    padding: 10px;
    background: #552cb8;
    border: 0;
}

.modal-title {
    font-weight: 300;
    font-size: 2em;
    color: #fff;
    line-height: 30px;
}

.modal-footer {
    right: 0;
    bottom: 0;
    left: 0;
    height: 60px;
    padding: 10px;
    background: #f1f3f5;
}

.btn-modal {
    top: 50%;
    left: 50%;
    margin-top: -20px;
    margin-left: -100px;
    width: 200px;
}

.imganimations {
    width: 100%;
    height: 100%;
    transition-property: width;
    transition-duration: 2s;
}
.imganimations:hover {
    border: 1px solid #552cb8;
    cursor: pointer;
    width: 90%;
}

.form-control {
    height: 34px !important;
}

/* nombre de usuario */

span.btn-danger {
    background-color: #552cb8;
}

.btn-danger {
    color: #fff;
    background-color: #552cb8;
    border-color: #ffffff;
}

.text-center{
    color: #552cb8;
}



.navbarmenu {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    align-content: space-around;
    flex-wrap: nowrap;
    background: #552cb8;
}

@media (max-width: 768px){
    .rowimg {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        justify-content: space-around;
        flex-direction: column;
        align-content: space-around;
    }

    .navbarmenu {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        align-content: space-around;
        flex-wrap: nowrap;
        background: #552cb8;
    }
    .h1, h1 {
        font-size: 20px;
        color: #ffffff;
    }
    .col-6 {
        max-width: 90%;
    }

    .icono {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-right: -15px;
        margin-left: -15px;
        justify-content: space-around;
        align-content: space-around;
        flex-direction: row;
    }

}
