/***** ESTILOS DEL PLUGIN PARA EL FRONTEND - REYNOLD ALVIN - FEBRERO - 2026 - INFOPRODUCT69@GMAIL.COM     ******/#wcet_wait_for_2 {    font-size: 11px;    font-weight: bold;    position: relative;    top: -42px;	left: -5px;	display: none; 	background-color: #ffc;	padding: 10px; }.wcet_readonly {	cursor: not-allowed !important;	color: #660000 !important;	font-weight: bold;}.wcet_bold { 	font-weight: bold;}.wcet_blue {	color: #000066;}/**************************** ESTILOS PARA EL RASTREO o SEGUIMIENTO ****************************************//****** TOMADO Y ADAPTADO DE https://www.logisticsas.com/sil/Site/operation/get_tracking.html  *****/#wcet_tracking_order_info {    display: flex;    flex-wrap: wrap;    flex-direction: column;    padding: 20px;}.wcet-close-window {    position: absolute;    top: 10px;    right: 10px;    cursor: pointer;    width: 20px;    text-align: center;    font-size: 30px;    color: red;    line-height: 1;}.wcet-close-window-below  {    position: absolute;    bottom: 10px;    right: -9px;    cursor: pointer;    width: 20px;    text-align: center;    font-size: 30px;    color: red;    line-height: 1;}#wcet_rastrear_envio_button {    margin-bottom: 10px;}li {    animation-name: example;        animation-duration: 2s;}.breadcrumb {    list-style: none;    overflow: hidden;    font: 12px Helvetica, Arial, Sans-Serif;    /*    margin: 2em 0em 0em 2em;*/    padding: 0;}.breadcrumb li {    float: left;    width: 10em;    height: 6em;    margin: 1em 0em 0em -1em;}.breadcrumb li i {        font-size: 1.5em;}.breadcrumb li a {    color: white;    text-decoration: none;    padding: 1em 0 1em 2em;    position: relative;    display: block;    float: left;    background-repeat: no-repeat;    background-position: center;    height: inherit;}.breadcrumb li:first-child a {    background-image: url('../images/first_green_arrow.svg');    background-size: 10em 6em;}.breadcrumb li:nth-child(odd):not(:first-child) a {    background-image: url('../images/green_arrow.svg');    background-size: 10em 6em;}.breadcrumb li:nth-child(even) a {    background-image: url('../images/blue_arrow.svg');    background-size: 10em 6em;}.notification-count {    position: relative;    top: -2px;    right: -10px;    background-color: #2c9ad6;    color: #fff;    padding: inherit;    font-family: tahoma, arial, 'sans-serif';    font-size: 9px;    font-weight: bold;    border-radius: 25px;}.navbar {    background-color: #1b1c1d;    overflow: visible;    position: fixed;    bottom: 0;    width: 100%;    color: white;    font-size: 1rem;    text-align: center;    /*float: inherit;*/    /*top: 10px;*/    margin-top: 20px;}.rounded-container {    border-radius: 25px;    border: 2px solid #2c9ad6;    padding: 20px;}@keyframes example {    from {        opacity: 0;    }    to {        opacity: 1;    }}.sil_simulacion {    font-size: 25px;    font-weight: bold;    color: red;    background-color: #ff0;    display: none;}@media screen and (max-width: 1024px) {     #sil_info_rastreo {        width: 90%;        top: 10px;        left: -700px;        }        }@media screen and (max-width: 768px) {    #sil_info_rastreo {        width: 100%;        top: 10px;        left: -20px;        min-width: 100%;    }}@media screen and (max-width: 425px) {    #sil_info_rastreo {        width: 400px;        top: 10px;        left: -20px;        min-width: 425px;        max-width: 425px;    }}