* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.searchtxt::placeholder {
    color: #888;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.searchtxt {
    width: 100%;
    padding: 10px;
    font-size: 16px;
    box-sizing: border-box;
}

.search-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.search-box {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

.search-container input[type="text"] {
    padding: 10px;
    border: 1px solid #cccccc;
    border-radius: 5px 0 0 5px;
    margin-right: -1px;
    width: 250px;
    font-size: 16px;
    box-sizing: border-box;
    outline: none;
}

.search-container button {
    padding: 10px 12px;
    border: 1px solid #cccccc;
    border-radius: 0 5px 5px 0;
    background-color: #ff4732;
    color: white;
    cursor: pointer;
    outline: none;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.search-container button:hover {
    background-color: #ff291e;
}

#filtros {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.radio-container {
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
}

.radio-container .form-check {
    margin-right: 20px;
}

.radio-container .form-check label {
    margin-left: 5px;
}

.search-label {
    font-weight: bold;
    margin-right: 10px;
    display: block;
    text-align: center;
}

@font-face {
    src: url(./Fonts/Poppins-Medium.ttf);
}

.swal2-popup {
    font-family: "Roboto", sans-serif;
}

.radio-container {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    margin-top: 20px;
}

.radio-container .form-check {
    margin-right: 20px;
}

.radio-container .form-check label {
    margin-left: 5px;
}

.search-container input[type="text"],
.search-container button {
    vertical-align: middle;
}

.header-content {
    margin-bottom: 20px;
    text-align: center;
    padding-bottom: 20px;
}

.search-container {
    text-align: center;
    margin-bottom: 20px;
}

.search-container input[type="text"] {
    padding: 8px;
    border: 1px solid #cccccc;
    border-radius: 5px;
    margin-right: 5px;

}

.separador {
    margin-bottom: 20px;
}

.accordion {
    width: 100%;
    background-color: #f0f0f0;
    margin-top: 25px;
    max-width: 600px;
}

.accordion-header {
    background-color: #ccc;
    padding: 10px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    border-radius: 10px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
    flex-wrap: wrap;
}

.customer-name, .order-number {
    flex: 1 1 100%;
    /* Asegura que cada elemento ocupe el 100% del ancho en dispositivos pequeños */
    text-align: left;
    margin: 5px 0;
    /* Espaciado vertical entre los elementos */
}

@media (min-width: 600px) {
    .customer-name, .order-number {
        flex: 0 1 auto;
        /* Permite que los elementos se ajusten automáticamente en pantallas más grandes */
        text-align: left;
    }
}

.accordion-content {
    display: none;
    padding: 50px;
    border: 1px solid #cccccc;
    background: white;
    border-radius: 10px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.area {
    border: 1px solid #ccc;
    margin-bottom: 20px;
    padding: 10px;
    border-radius: 10px;
    background: whitesmoke;
}

.articulo {
    font-weight: bold;
}

.codarticulo {
    margin-top: 5px;
    color: #666;
}

.cantidad {
    margin-top: 5px;
}

.total {
    margin-top: 5px;
    font-weight: bold;
}

.valores {
    margin-top: 10px;
}

.valores div {
    margin-bottom: 5px;
}

.separador {
    margin-bottom: 20px;
}

.info-section div {
    /* Estilos para los valores de información */
}

.tt {
    font-weight: bold;
}

.search-container button {
    padding: 8px 10px;
    border: none;
    border-radius: 5px;
    background-color: #ff4732;
    color: white;
    cursor: pointer;
    margin-left: 5px;
}

.search-container button:hover {
    background-color: #ff291e;
}

.search-container input[type="text"]:focus {
    outline: none;
    box-shadow: 0 0 5px #ff4732;
}

.main {
    width: 100%;
    padding: 4%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    font-family: "Roboto", sans-serif;
}

.head {
    text-align: center;
}

.head_1 {
    font-size: 30px;
    font-weight: 600;
    color: #333;
}

.head_1 span {
    color: #ff4732;
}

.head_2 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 3px;
}



ul {
    display: flex;
    margin-top: 30px;
    margin-bottom: 25px;
}

ul li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
}

ul li .icon {
    font-size: 35px;
    color: #ff4732;
    margin: 0 60px;
}

ul li .text {
    font-size: 14px;
    font-weight: 600;
    color: #ff4732;
}


ul li .progress {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: rgba(68, 68, 68, 0.781);
    margin: 14px 0;
    display: grid;
    place-items: center;
    color: #fff;
    position: relative;
    cursor: pointer;
}

.progress::after {
    content: " ";
    position: absolute;
    width: 125px;
    height: 5px;
    background-color: rgba(68, 68, 68, 0.781);
    right: 30px;
}

.one::after {
    width: 0;
    height: 0;
}

ul li .progress .uil {
    display: none;
}

ul li .progress p {
    font-size: 13px;
}

ul li .active {
    background-color: #ff4732;
    display: grid;
    place-items: center;
}

li .active::after {
    background-color: #ff4732;
}

ul li .active p {
    display: none;
}

ul li .active .uil {
    font-size: 20px;
    display: flex;
}


@media (max-width: 980px) {
    ul {
        flex-direction: column;
    }

    ul li {
        flex-direction: row;
    }

    ul li .progress {
        margin: 0 30px;
    }

    .progress::after {
        width: 5px;
        height: 55px;
        bottom: 30px;
        left: 50%;
        transform: translateX(-50%);
        z-index: -1;
    }

    .one::after {
        height: 0;
    }

    ul li .icon {
        margin: 15px 0;
    }
}

@media (max-width:600px) {
    .head .head_1 {
        font-size: 24px;
    }

    .head .head_2 {
        font-size: 16px;
    }
}