/* prettier-ignore */
/*# sourceMappingURL=user.css.map */
.btn_elimina_modal{
    padding: 0;
    font-size: 1rem;
}
#eliminaModal h1{
    font-size: 1.25rem !important;
}
.dropzone.dz-started .dz-message {
    display: block !important;
}
.dropzone.dz-clickable {
    padding: 0;
}
.dropzone .dz-preview.dz-image-preview {
    margin: 20px 0;
}
.dropzone .dz-preview .dz-remove {
    color: #fff;
    background-color: rgba(0, 0, 0, 0.4);
    width: calc(100% - 20px);
    top: 0px;
    left: 0;
    border-radius: 20px 20px 0 0;
    text-transform: uppercase;
    font-weight: 900;
}
.dropzone .dz-preview .dz-image {
    margin-right: 20px;
}
.dropzone .dz-preview .dz-image img {
    width: 100%;
}
.hidden-checkbox {
    display: none; /* or visibility: hidden; position: absolute; left: -9999px; */
}
.button-style-label {
    display: inline-block;
    padding: 10px 25px;
    background-color: #9fa6bc;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-size: 13px;
    transition: background-color 0.3s ease;
    font-weight: 700;
    width: 100%;
}
.hidden-checkbox:checked + .button-style-label {
    background-color: #3874ff; /* Color when checked */
}
.button-style-label:hover {
    background-color: #004dff;
}

.button-style-label:active {
    background-color: #3874ff;
}
#modal_title p{
    font-size: 18px;
    font-weight: 600;
    margin: 0;
}
#modal_title p:first-child{
    margin-top: 10px;
}
#bloque_barcode{

}
#bloque_barcode p{
    width: 33%;
    float: left;
    text-align: center;
    border-right: 2px solid #ccc;
    text-transform: uppercase;
    font-size: 13px;
}
#bloque_barcode p:last-child{
    border-right: none;
}
#bloque_barcode p span{
    display: block;
    font-size: 40px;
}

.service_option{
    background-color: transparent;
    width: 100%;
    cursor: pointer;
}
.service_option:hover{
    cursor: pointer;
}
.service_option label {
}
.service_option label .i{
    color: var(--phoenix-theme-wizard-active-color);
    font-size: 25px;
}
.service_option label h5{
    font-size: 0.64rem;
    font-weight: 700;
    color: var(--phoenix-tertiary-color);
    text-transform: uppercase;
}
.service_option label p{
    font-size: 13px;
    font-weight: 700;
    color: var(--phoenix-tertiary-color);
}
.service_option label div {
  text-align: left;
  min-height: 110px;
  border-radius: 5px;
}
.service_option label input {
  position: absolute;
  display: none;
}
.service_option label input + div{
    padding: 20px 10px;
    border: 1px solid #ccc;
}
.service_option input:checked + div{
  box-shadow: 0 0 5px var(--phoenix-theme-wizard-active-color);
}
.service_option input:checked + div h3, .service_option input:checked + div h4, .service_option input:checked + div p, .service_option input:checked + div span {
  
}
.service_option input:disabled, .service_option input:disabled + div .i, .service_option input:disabled + div h5, .service_option input:disabled + div p {
    opacity: 0.4;
    cursor:initial;
}
.tabla_cajas td, .tabla_cajas th{
    margin: 0;
    padding-right: 0;
    padding-left: 0;
    width: 20%;
}
.input_table span{
    width: 20%;
    text-align: center;
    float: left;
    line-height: 35px;
}
.input_table input{
    width: 80%;
    float: left;
}
.input_table input:last-child{
    width: 100%;
}
.bloque_cargos{
    background-color: #f5f7fa;
    padding: 0px 2px 15px;
    margin: 10px 0 15px;
}
.bloque_cargos .bloque_inferior strong{
    font-size: 15px;
}
.bloque_cargos .bloque_inferior p{
    font-size: 13px;
    margin: 0;
}
.span-delete-row-btn{
    cursor: pointer;
    color: red;
}
.tabla_cajas > thead > tr > th:first-child, .tabla_cajas > tbody > tr > td:first-child {
    width: 18%;
    padding-right: 5%;
    text-align: center;
}
.tabla_cajas > tbody > tr > td:first-child > input {
    width: 95% !important;
}
.tabla_cajas > thead > tr > th, .tabla_cajas > tbody > tr > td {
    width: 20%;
}
.tabla_cajas > tbody > tr > td > input{
    width: 77% !important;
}
.tabla_cajas > thead > tr > th:last-child, .tabla_cajas > tbody > tr > td:last-child {
    width: 20%;
}
.tabla_cajas > tbody > tr > td:last-child > input {
    width: 70% !important;
    margin-left: 10px;
}
.table > tbody > tr > td:first-child {
    padding-left: 0.5rem;
}