.box-buttons-in input.btn {
    height: 50px;
    line-height: 36px;
    border-radius: 6px;
}

div.error {
    font-size: 0.7rem;
    color: red;
}

.button-toogle.back {
    width: auto;
    position: absolute;
    left: 15px;
    top: 20px;
    z-index: 1;
}

.navbar-nav .nav-item {
    position: relative;
    margin: 0 20px 0 0;
    border-bottom: 4px solid #0000;
}

.navbar-nav .nav-item a {
    font-weight: 400;
    font-size: 13px;
    color: #333;
    -webkit-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.navbar-nav .nav-item a.active::after {
    position: absolute;
    content: "";
    width: 100%;
    top: 97%;
    transform: scaleX(1);
    background: #bb1e2e;
}

.navbar-nav .nav-item a::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    top: 97%;
    left: 0;
    background: #e61a2a;
    transition: transform 0.5s;
    transform: scaleX(0);
    transform-origin: left;
    -webkit-transform: scaleX(0);
    -moz-transform: scaleX(0);
    -ms-transform: scaleX(0);
    -o-transform: scaleX(0);
}

li.nav-item:hover {
    border-bottom: 4px solid #e61a2a45;
    border-bottom-color: #e61a2a45;
    transition: transform 0.4s linear 5s, border-bootom-width 5s linear 0.5s;
    -webkit-transition: transform 0.4s linear 5s, border-bootom-width 5s linear 0.5s;
    -moz-transition: transform 0.4s linear 5s, border-bootom-width 5s linear 0.5s;
    -ms-transition: transform 0.4s linear 5s, border-bootom-width 5s linear 0.5s;
    -o-transition: transform 0.4s linear 5s, border-bootom-width 5s linear 0.5s;
}

.cerrar {
    display: none;
}

.img-profile {
    border-radius: 50%;
    height: 30px;
    width: 30px;
    object-position: center;
}

.edit-profile {
    transform: translate(215px, -34px);
}

.on-hold {
    width: 1rem;
    height: 1rem;
    -webkit-animation: spinner-border 3.375s linear infinite;
    animation: spinner-border 3.375s linear infinite;
}

.upload-form {
    font-family: inherit;
    border: none;
    font-size: 13px;
    text-align: left;
}

.upload-form:hover {
    text-decoration: underline;
    color: #bb1f2f;
}

.fa.fa-15x {
    font-size: 1.5em;
}

.pl-12 {
    padding-left: 12px;
}


/**remove scroll table frontend***/

.table-responsive {
    display: block;
    width: 100%;
    overflow-x: hidden;
}

@media (max-width: 992px) {
    .table-responsive {
        display: block;
        width: 100%;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
    }
}

.padding-list {
    padding: 0;
}

.bt-small {
    padding: 0.13rem 0.4rem !important;
    float: left;
}

.bt-small:hover {
    color: rgb(233, 184, 184) !important;
    float: left;
}

.btn-modal-operation>img {
    height: 25px;
}

.btn-modal-operation {
    width: 14.5em !important;
    height: 41px;
    text-align: center;
    justify-items: center;
    padding: .4rem 0.1rem !important;
}

.btn-modal-operation:hover {
    color: rgb(233, 184, 184) !important;
}

@media (max-width: 556px) {
    .box-btn {
        width: 100% !important;
        height: 41px;
        text-align: center;
        justify-items: center;
        float: none;
    }
}

@media (min-width: 576px) {
    .upload-modal {
        max-width: 550px !important;
        margin: 1.75rem auto;
    }
}

.btn-add-operation {
    background-color: #ffffff;
    color: #bf2f37;
    padding: .514rem 1.414rem;
    border-radius: 4px;
    border: 1px solid #c33e46;
    box-shadow: none !important;
}

.btn-add-operation:hover,
.btn-add-operation:active {
    background-color: #ffffff;
    color: #c71c2d;
    padding: .514rem 1.414rem;
    border-radius: 4px;
    border: 1px solid #c33e46;
    box-shadow: none !important;
}