@font-face {
    font-family: "American Purpose";
    src: url("../fonts/American Purpose.ttf");
}
.btn-info,.btn-danger{
    color: rgb(255, 255, 255);
    font-weight: bold;
}
.lista_comentarios{
    display: inline-flex;
    width: 100%;
    border: 1px solid #838383;
    border-radius: 10px;
    padding: 5px;
}
.lista_comentarios p{
    color: #e25d36;
    width: 80%;
}
.lista_comentarios strong{
    color: green;
    width: 20%;
    text-align: end;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    background-color: #ffffff;
    color: #e25d37;
}
.nav-link {
    color: #ffffff;
}
.nav-link:focus, .nav-link:hover {
    color: #e25d37;
}

.contenedor_form{
    background-color: whitesmoke;
    border-radius: 10px;
    padding: 10px;
    margin-left: 0px;
}

.archivo_ticket{
    text-align: center;
    padding: 5px;
}
.archivo_ticket img{
    width: 300px;
}


/* dropzone */
.dropzone {
    width: 98%;
    margin: 1%;
    border: 2px dashed #e25d36 !important;
    border-radius: 5px;
    transition: .2s;
}

.dropzone.dz-drag-hover {
    border: 2px solid #e25d36 !important;
}

.dz-message.needsclick img {
    width: 50px;
    display: block;
    margin: auto;
    opacity: .6;
    margin-bottom: 15px;
}

span.plus {
    display: none;
}

.dropzone.dz-started .dz-message {
    display: inline-block !important;
    width: 120px;
    float: right;
    border: 1px solid rgba(238, 238, 238, 0.36);
    border-radius: 30px;
    height: 120px;
    margin: 16px;
    transition: .2s;
}

.dropzone.dz-started .dz-message span.text {
    display: none;
}

.dropzone.dz-started .dz-message span.plus {
    display: block;
    font-size: 70px;
    color: #AAA;
    line-height: 110px;
}
