*{
    padding: 0px;
    margin: 0px;
    color: black;
    font-family: "Fredoka", sans-serif;
    font-optical-sizing: auto;
    font-weight: <weight>;
    font-style: normal;
    font-variation-settings:"wdth" 100;
}
@keyframes blink {
  0% {
    box-shadow: 0 0 10px 5px rgba(20, 179, 99, 0.5); /* Sombra visible */
  }
  50% {
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0); /* Sin sombra (transparente) */
  }
  100% {
    box-shadow: 0 0 10px 5px rgba(14, 156, 50, 0.5); /* Sombra visible */
  }
}
@keyframes blinkp {
  0% {
    box-shadow: 0 0 10px 5px rgba(249, 250, 250, 0.5); /* Sombra visible */
  }
  50% {
    box-shadow: 0 0 10px 5px rgba(175, 173, 173, 0); /* Sin sombra (transparente) */
  }
  100% {
    box-shadow: 0 0 10px 5px rgba(48, 33, 129, 0.5); /* Sombra visible */
  }
}
@keyframes blinks {
  0% {
    background: #4e4f4f;
    background: linear-gradient(90deg, rgba(78, 79, 79, 1) 0%, rgba(46, 46, 46, 1) 49%, rgba(23, 22, 22, 1) 96%);
    box-shadow: 0 0 10px 5px rgba(12, 120, 170, 0.589); /* Sombra visible */
    width: auto;
    padding-top: 18px;
    padding-bottom: 18px;
  }
  50% {
    background: #010f14;
    background: linear-gradient(90deg, rgba(1, 15, 20, 1) 0%, rgba(92, 92, 92, 1) 49%, rgba(23, 22, 22, 1) 96%);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0); /* Sin sombra (transparente) */
    width: auto;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  100% {
    background: #010f14;
    background: linear-gradient(90deg, rgba(1, 15, 20, 1) 0%, rgba(2, 23, 11, 1) 50%, rgba(89, 89, 89, 1) 100%);
    box-shadow: 0 0 10px 5px rgba(12, 120, 170, 0.589); /* Sombra visible */
    width: auto;
    padding-top: 18px;
    padding-bottom: 18px;
  }
}

@keyframes blinkr {
  0% {
    background: #4e4f4f;
    background: linear-gradient(90deg, rgba(78, 79, 79, 1) 0%, rgba(46, 46, 46, 1) 49%, rgba(23, 22, 22, 1) 96%);
    box-shadow: 0 0 10px 5px rgba(12, 120, 170, 0.589); /* Sombra visible */
  }
  50% {
    background: #010f14;
    background: linear-gradient(90deg, rgba(1, 15, 20, 1) 0%, rgba(92, 92, 92, 1) 49%, rgba(23, 22, 22, 1) 96%);
    box-shadow: 0 0 10px 5px rgba(0, 0, 0, 0); /* Sin sombra (transparente) */
}
  100% {
    background: #010f14;
    background: linear-gradient(90deg, rgb(195, 217, 224) 0%, rgba(2, 23, 11, 1) 50%, rgba(89, 89, 89, 1) 100%);
    box-shadow: 0 0 10px 5px rgba(12, 120, 170, 0.589); /* Sombra visible */
   
  }
}

header{
        position: absolute;
    z-index: 103;
    display: block;
    width: 100%;
    height: 70px;
    border-bottom: 1px solid #ededed;
}
.cs-bg-primary{
    background-color: white;
}
.cs-btn-fn{
    background-color: #f8f3f3;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 4px;
}
.cs-li-right{
    display: block;
    width: 55%;
    height: 50px;
}
.tx-ch{
    display: block;
    margin-top: 7px;
    margin-left: 10px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    box-shadow: 3px 2px 1.5px #f7f4f4;
    padding-top: 2px;
    padding-left: 6px;
}
.cs-li-btn{
    display: block;
    width: max-content;
    height: 50px;
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 10px;
    text-decoration: none;
    border-radius: 4px;
}
.cs-li-btn:hover{
    cursor: pointer;
    background-color: #f8f3f3;
    color: black;
    text-decoration: underline;
}
.chat{
    background-color: #31D492;
}
.chat:hover{
    cursor: pointer;
}

.hel{
    background-color: #432DD7;
}
.hel:hover{
    cursor: pointer;
}
.crs:hover{
    cursor: pointer;
}
.mr-10{
    margin-right: 10px;
}
.chatea:hover{
    content: attr(data-title);
    background-color: #010f14;
    color: #02c268;
    padding: 12px;
    font-size: medium;
    white-space: nowrap;
    opacity: 1;
    visibility: visible;
}

.cloc{
    display: block;
    width: 90px;
    height: 90px;
    margin: auto;
    margin-top:45px;
    margin-bottom: 30px;
    background-image: url('./clock.png');
    background-size: 100% 90px;
}
.clock-tx{
    text-align: center;
}
.clock-txn{
    text-align: center;
    margin-top: 25px;
    margin-bottom: 30px;
}
.chat{
    background-color: #31D492;
}
.chat:hover{
    cursor: pointer;
}
.crs:hover{
    cursor: pointer;
}
.chat-not{
    display: block;
    width: max-content;
    background-color: #02c268;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    margin: auto;
    margin-top: 10px;
    margin-bottom: 30px;
    border-radius: 4px;
    box-shadow: 0px 4px 6px 0px rgb(73, 73, 73);
    text-decoration: none;
}
.ico{
    font-size: 16px;
    margin-right: 10px;
}
.cl{
    color: black;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.tac{
    text-align: center;
}
.fz-lar-xx{
    font-size: xx-large;
}
.fz-lar-x{
    font-size: x-large;
}
.fz-lar{
    font-size: large;
}
.fz-med{
    font-size: medium;
}
.fz-sm{
    font-size: small;
}
.fz-sm-1{
    font-size: x-small;
}
.cco{
    padding-top: 80px !important;
}
.ico{
    font-size: 22px;
    color: black;
}
.ico-2{
    font-size: 22px;
    color: #ededed;
}
.mg-t10{
    margin-top: 10px;
}
.cs-pd{
    padding-left: 13px;
    padding-top: 7px;
}

.vox-dr{
    display: block;
    width: 20%;
    height: 70px;
}
.logo-vox{
    display: block;
    width: 175px;
    height: 45px;
    background-image: url('Logo_vox_home-e.png');
    background-size: 175px 45px;
    margin: auto;
    margin-top: 10px;
}
.vox-cn{
    display: block;
    width: 60%;
    height: 70px;
}
.vox-iz{
    display: block;
    width: 20%;
    height: 70px;
}

.m-r10{
    margin-right: 10px;
}
#Login-v{
    display: block;
    width: 300px;
    margin: auto;
}
.tit-o{
    display: block;
    width: 100%;
    padding: 12px;
    padding-left: 0px;
    padding-bottom: 0px;
}
.clr{
    color: #34495e;
}
.inpt{
    display: block;
    width: 100%;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color:#f8f9f9;
    border: 1px solid #f8f9f9;
    outline-style: none;
}
.vlco{
    display:none;
    width: 100%;
    height: 25px;
    text-align: center;
    margin-bottom: 0px;
    font-size: 80%;
    padding-top: 2px;
    padding-bottom: 6px;
}
.old{
    display: block;
    padding: 8px;
    width: 100%;
    font-size: medium;
    outline-style: none;
    text-decoration: none;
}
.old:hover{
    text-decoration: underline;
    cursor: pointer;
}
.val-datos{
    display: block;
    width: 100%;
    height: 60px;
}
.btn-vox-f{
    display: block;
    padding: 14px;
    margin-top: 0px;
    width: 100%;
    margin-bottom: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#btn-login-c::before {
    content: 'Aceptar';
}
.btn-vox{
    display: block;
    padding: 14px;
    margin-top: 0px;
    width: 80%;
    margin-bottom: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#btn-login::before {
    content: 'INICIAR SESION';
}
#btn-login-a::before {
    content: 'Siguiente';
}
.aute-x2{
    padding-bottom: 0px;
    padding-top: 4px;
    height: 54px;
}
.ico-au{
    font-size: 32px;
    color: #34495e;
}
.inpt-pr{
    display: block;
    width: 80%;
    padding: 14px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color:#f8f9f9;
    border: 1px solid #f8f9f9;
    float: left;
    outline-style: none;
}
.eye-p{
    float: right;
    margin-top: 10px;
    margin-right: 15px;
    font-size: 26px;
}
.passw{
    display: block;
    width: 100%;
    height: 54px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color:#f8f9f9;
    border: 1px solid #f8f9f9;
}

.status{
    padding: 8px;
    text-align: center;
}

.result-s{
    width: 100%;
    margin: auto;
}
.slt-form{
        display: block;
    width: 100%;
    margin-top: 8px;
    padding: 8px;
    border: 1px solid #ededed;
}

.CO1{
    display: none;
}
.CO8{
    text-align: center;
}
.CO9{
    text-align: center;
}
#UserCli, #UserClien, #FormCont, #FormMotivo{
    display: block;
    width: 100%;
    padding: 20px;
}
.vox-app-ww{
    display: block;
    width: 100%;
    padding: 20px;
}
.btn-ww-rif{
    display: block;
    width: 100%;
    padding: 12px;
    border: 1px solid #c9c9c9;
    margin-bottom: 4px;
    border-radius: 4px;
}
.btn-ww-rif:hover{
    cursor: pointer;
    border: 1px solid #a7a7a7;
    color: #a7a7a7;
}
.ic-rif{
    font-size: 16px;
    color: #333;
}

#show, .show{
    display: block;
}
#hide{
    display: none;
}
#alertas,  #alert-hue{
    display: none;
}
#alert-1{
    display: block !important;
}
.e-status{
    position: fixed;
    bottom: 0px;
    left: 0%;
    display: block;
    width: 100%;
    padding: 8px;
    text-align: center;
    color: #fff;
    z-index: 102;
}
.div-met-pag{
    display: block;
    width: 100%;
    height: 55px;
}
.met-btn{
    width: max-content;
    margin-top: 7px;
}
.vox-reg{
    display: block;
    width: 100%;
    background-color: #02c268;
    color: #f1f1f1;
    font-size: large;
    padding: 15px;
    text-align: left;
    font-weight: bold;
}
.vox-regs{
    display: block;
    width: 100%;
    background-color: #31D492;
    color: #fff;
    font-size: large;
    padding: 15px;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0px;
}
.U1{
    display: none;
}
#AlertCor, #CambioPass, #ChatCC{
    padding: 15px;
}
.btn-aj{
    display: block;
    width: 100%;
    padding: 10px;
    font-size: small;
}

.btn-ajust-o{
    display: block;
    width: 94%;
    margin: auto;
    height: 45px;
    padding-top: 10px;
    border: 1px solid #ededed;
    margin-top: 6px;
    margin-bottom: 8px;
}
.btn-ajust-o:hover{
    cursor: pointer;
    border: 1px solid #e2e1e1;
}
.b-aj, .tx-b-aj{
    margin-top: 12px;
    font-size: medium;
    color: #010f14;
}
.mn-opc{
    position: absolute;
    top: 0px;
    left: 0%;
    z-index: 104;
    width: 100%;
    height: 800px;
    background-color: #f1f5f998;
    display: none;
}
.mn-opc-lf{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 290px;
    height: 800px;
    background-color: #fff;    
}
.opc-adm, .opc-agro{
    display: none;
    width: 100%;
    padding: 10px;
}
.btn-nav{
    display: block;
    width: 96%;
    margin: auto;
    margin-top: 6px;
    border: 1px solid #ededed;
    text-align: left;
    padding: 12px;
    padding-left: 16px;
}
.btn-nav:hover{
    border: 1px solid #010f14;
}
.fn-do{
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    padding-top: 8px;
    padding-left: 13px;
    margin-top: 15px;
    margin-right: 15px;
}
.tx-mn{
    padding-top: 20px;
    padding-left: 4%;
    padding-bottom: 25px;
}

.opc-vox{
    position:absolute;
    z-index: 103;
    display: none;
    top: 80px;
    left: 38%;
    width: 24%;
    min-height: 190px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #eaebec;
    box-shadow: 0 0 10px 5px rgba(231, 230, 230, 0.5);
}
.opc-r-top{
    display: block;
    width: 100%;
    height: 55px;
    background-color: #fcfdfd;
}
.tx-ajust-r{
    display: inline-block;
    font-size: medium;
    font-weight: bold;
    padding-top: 12px;
    padding-left: 15px;
}
.fn-opc{
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    padding-top: 8px;
    padding-left: 13px;
    margin-top: 2.5px;
    margin-right: 15px;
}
.btn-ajust-o{
    display: block;
    width: 94%;
    margin: auto;
    height: 45px;
    padding-top: 10px;
    border: 1px solid #ededed;
    margin-top: 6px;
    margin-bottom: 8px;
}
.btn-ajust-o:hover{
    cursor: pointer;
    border: 1px solid #e2e1e1;
}
.b-aj, .tx-b-aj{
    margin-top: 12px;
    font-size: medium;
    color: #010f14;
}

.contact{
    z-index: 105;
    position: fixed;
    right: 5%;
    bottom: 65px;
    display: block;
    margin-top: 7px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 10px 5px rgba(185, 16, 16, 0.5);
    padding-top: 8px;
    padding-left: 14px;
    animation: blink 3s linear infinite;
}

.helps{
    z-index: 105;
    position: fixed;
    right: 5%;
    bottom: 135px;
    display: none;
    margin-top: 7px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 10px 5px rgba(167, 166, 166, 0.5);
    padding-top: 8px;
    padding-left: 14px;
    animation: blinkp 5s linear infinite;
}


.inpt-t {
    display: block;
    width: 100%;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color:#f8f9f9;
    border: 1px solid #f8f9f9;
    outline-style: none;
    padding: 15px;
    min-height: 120px;
    resize: none;
}

.des-sol-n{
    padding: 8px;
    text-align: left;
    background: #fcfdfd;
    padding-bottom: 4px;
}
.des-sol-fh{
    padding: 4px;
    text-align: left;
    background: #fcfdfd;
    padding-top: 0px;
    padding-left: 8px;
    padding-bottom: 2px;
    font-size: smaller;
}
.fw{
    font-weight: 600;
}
.des-sol-des{
    padding: 6px;
    text-align: justify;
    background: #fcfdfd;
    padding-bottom: 4px;
}
.des-sol-st{
    padding: 6px;
    text-align: justify;
    background: #fcfdfd;
    padding-bottom: 4px;
}
.des-sol-fr{
    padding: 8px;
    text-align: left;
    background: #fcfdfd;
    padding-bottom: 4px;
}

.w-rgt-co{
    display: block;
    width: 100%;
    height: 52px;
}
.w-rgt-adj{
    display: block;
    width: 100%;
    height: 52px;
}
.w-rgt-com{
    display: block;
    width: 100%;
    height: 52px;
}
.w-rgt-co-opc{
    display: block;
    width: 100%;
    height: 52px;
}
.tx-rgt-compra{
    display:none;
    width: 100%;
    height: 42px;
}
.tx-co-can{
    width: 30%;
    margin-left: 5%;
}
.tx-co-co{
    width: 30%;
    margin-left: 4%;
}
.tx-co-mo{
    width: 25%;
}
.tx-co-can::before{
    content: 'Cantidad';
}
.tx-co-co::before{
    content: 'Costo';
}
.tx-co-mo::before{
    content: 'Monto';
}
.rgt-co{
    display: block;
    width: max-content;
    margin-right: 10px;
    margin-top: 5px;   
}
.w2-rgt-co{
    display: block;
    width: 100%;
    height: 30px;
    border-bottom: 1px solid #31D492;
    padding-top: 4px;
    padding-left: 10px;
    padding-right: 10px;
}
.fnd-co{
    background-color: #fcfdfd;
}
.tx-r{
    text-align: right;
}
.pd-10{
    padding: 10px;
}
.fec-co{
    padding-top: 2px;
}
.txt{
    background-color: #31D492;
}
.wln-rgt-co{
    display: block;
    width: 100%;
    height: 35px;
}
.wln-rgt-co-2{
    display: block;
    width: 100%;
    height: 45px;
    margin-top: 8px;
}
.t-refe::before{
    content: 'Referencia';
}
.t-mone::before{
    content: 'Moneda';
}
.mr-mone{
    margin-top: 6px;
}
.dv-prio{
    display: block;
    width: 30%;
    margin-top: 5px;
    height: 43px;
}
.tx-descri, .tx-tsa{
    padding-top: 4px;
    padding-left: 10px;
}
.mb-prio-est{
    display: none;
    width: 100%;
    height: 40px;
}
.tx-mb-prio, .tx-mb-est{
    display: block;
    width: 50%;
    height: 40px;
    font-weight: 700;
    text-align: right;
    padding-top: 12px;
    padding-right: 5px;
}
.tx-mb-est{
    padding-right: 15px;
}
.tx-mb-prio::before{
    content: 'Prioridad';
}
.tx-mb-est::before{
    content: 'Estatus';
}

.tx-esta {
    margin-top: 5px;
    margin-right: 10px;
    min-width: 115px;
    text-align: right;
}
.tx-esta-2 {
    margin-top: 5px;
    margin-right: 10px;
    min-width: 115px;
    text-align: right;
}
.tx-prio {
    padding-top: 4px;
    margin-right: 15px;
}
.tx-conv{
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 10px;
}
.mone{
    display: block;
    width: max-content;
    padding: 12px;
    padding-left: 18px;
    padding-right: 18px;
}
.mone-2{
    display: block;
    width: max-content;
    padding: 8px;
    padding-left: 12px;
    padding-right: 12px;
}
.refe{
    display: block;
    width: max-content;
    padding: 12px;
    padding-left: 22px;
    padding-right: 22px;
}
.inpt-des{
    display: block;
    width: 45%;
    padding: 15px;
    padding-top: 10px;
    border-radius: 4px;
    margin-bottom: 0px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    outline-style: none;
    padding-bottom: 6px;
    margin-left: 10px;
    margin-top: 4px;
}
.sel-form-rco{
    display: block;
    width: max-content;
    padding-right: 15px;
    padding-left: 15px;
}
.select2-container .select2-selection--single{
    height: 42px;
    border: 1px solid #f1f1f1;
    text-align: right;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 8px;
}
.select2-container--default .select2-selection--single .select2-selection__rendered{
    padding-top: 6px;
}
.inpt-tsa{
    display: block;
    width: max-content;
    padding: 5px;
    padding-top: 10px;
    border-radius: 4px;
    padding-left: 8px;
    margin-bottom: 4px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    outline-style: none;
    padding-bottom: 6px;
    margin-top: 6px;
    margin-left: 10px;
    margin-right: 10px;
}
.mr-top{
    margin-top: 30px;
}
.mr-rg{
    margin-right: 10px;
}
.fnd-cof{
    background-color: #fcfdfd;
}
.reg-co-desc{
    display: block;
    width: 55%;
    padding-top: 12px;
    padding-left: 10px;
}
.reg-co-can{
    display: block;
    width: 10%;
    text-align: center;
    padding-top: 12px;
}
.reg-co-co{
    display: block;
    width: 15%;
    text-align: center;
    padding-top: 12px;
}
.reg-co-mo{
    display: block;
    width: 20%;
    text-align: right;
    padding-top: 12px;
    padding-right: 10px;
}
.w-agg-list{
    display: block;
    width: 98%;
    margin: auto;
    margin-top: 8px;
    background-color: #fcfdfd;
    padding: 8px;
}
.tx-cn-li{
    display: block;
    text-align: center;
    text-decoration:underline;
}
.inpt-descs{
    display: block;
    width: 45%;
    padding: 15px;
    padding-top: 10px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    outline-style: none;
    padding-bottom: 6px;
    margin-left: 10px;
    margin-top: 5px;
}
.inpt-cnt{
    display: block;
    width: 9%;
    padding: 15px;
    padding-top: 10px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    outline-style: none;
    padding-bottom: 6px;
    margin-left: 10%;
    margin-top: 5px;
}
.inpt-cst{
    display: block;
    width: 9%;
    padding: 15px;
    padding-top: 10px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    outline-style: none;
    padding-bottom: 6px;
    margin-left: 3%;
    margin-top: 5px;
}

.inpt-mnt{
    display: block;
    width: 12%;
    padding: 15px;
    padding-top: 10px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    outline-style: none;
    padding-bottom: 6px;
    margin-right: 10px;
    margin-top: 5px;
    text-align: right;
}
.reg-co-nn{
    display: block;
    width: 5%;
    padding-top: 12px;
    padding-left: 10px;
    text-align: center;
}
.reg-co-descr{
    display: block;
    width: 48%;
    padding-top: 12px;
    padding-left: 10px;
}
.list-co-se{
    display: block;
    width: 100%;
    height: 50px;
    margin-bottom: 2px;
}
.list-co-se:nth-child(even) {
    background: #fff;
}
.list-co-se:nth-child(odd) {
    background: #fcfdfdbd;
}
.nn-co-li{
    display: block;
    width: 5%;
    height: 35px;
    padding-top: 12px;
    padding-left: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
}
.desc-co-li{
    display: block;
    width: 45%;
    height: 35px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    margin-right: 2%;
}
.cant-co-li{
    display: block;
    width: 10%;
    height: 35px;
    padding-top: 12px;
    padding-left: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    margin-right: 2%;
}
.cos-co-li{
    display: block;
    width: 15%;
    height: 35px;
    padding-top: 12px;
    padding-left: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
}
.mon-co-li{
    display: block;
    width: 15%;
    height: 35px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
}

.reg-co-comen, .reg-co-ad{
    display: block;
    width: 45%;
    height: 35px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    margin-right: 2%;
}

.inpt-comen{
    display: block;
    width: 94%;
    padding: 15px;
    padding-top: 10px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    outline-style: none;
    padding-bottom: 6px;
    margin-left: 10px;
    text-align: left;
    margin-top: 5px;
}

.mr-tt{
    margin-top: 10px;
}
.mr-bt{
    margin-bottom: 100px;
}
.doc-input-file {
    position: relative;
    display: inline-block;
    width: 98%;
    margin-left: 1%;
    margin-top: 5px;
    padding: 7px;
}
.doc-input-file::before {
    background-color: #5678EF;
    color: white;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 3px;
    content: 'Seleccionar'; 
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.doc-input-file input[type="file"] {
        opacity: 0;
        width: 98%;
        height: 50px;
        display: inline-block;
        margin: auto;
}
#doc-input-file::before {
    content: 'Seleccionar documento';
}
#doc-input-file-ord::before {
    content: 'Seleccionar formato de compra';
}
#doc-input-file-ord2::before {
    content: 'Actualizar formato de compra';
}
#doc-input-file-orde::before {
    content: 'Seleccionar orden de pago';
}
#doc-input-file-orde2::before {
    content: 'Actualizar orden de pago';
}
#doc-input-file-rec::before {
    content: 'Seleccionar comprobante de pago';
}
#doc-input-file-rec2::before {
    content: 'Actualizar comprobante de pago';
}
.reg-file{
    display: block;
    width: 94%;
    height: 50px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: #fff;
    outline-style: none;
    margin-left: 10px;
    margin-top: 10px;
}
.co-ad{
    font-weight: 300;
    padding-left: 10px;
    padding-top: 5px;
}
.nn-co-com{
    display: none;
    width: 100%;
    padding: 8px;
    font-size: smaller;
    border-bottom: 1px solid #fcfdfd;
}
.txt-sub-com{
    display: none;
    width: 100%;
    padding: 4px;
}
.txt-usd-tt{
    display: block;
    width: 40%;
    margin-left: 5%;
}
.txt-bs-tt{
    display: block;
    width: 40%;
    margin-left: 10%;
}
.txt-usd-tt::before{
    content: 'Sub-total USD';
}
.txt-bs-tt::before{
    content: 'Sub-total BS';
}
.comp-x1{
    display: block;
    width: 100%;
}
.comp-x2{
    display: block;
    width: 50%;
}
.reg-co-ad{
    width: 94%;
}
.reg-co-sub{
    display: block;
    width: 40%;
    height: 35px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    margin-right: 0%;
}
.reg-co-sub2{
    display: block;
    width: 38%;
    height: 35px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    margin-right: 0%;
}
.reg-co-iva{
    display: block;
    width: 40%;
    height: 35px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    margin-right: 0%;
}
.reg-co-iva2{
    display: block;
    width: 40%;
    height: 35px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    margin-right: 4%;
}
.inpt-ivatt{
    display: block;
    width: 30%;
    padding: 15px;
    padding-top: 10px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    outline-style: none;
    padding-bottom: 6px;
    margin-right: 9%;
    margin-top: 5px;
    text-align: center;
}
.inpt-ivausd{
    display: block;
    width: 25%;
    padding: 15px;
    padding-top: 10px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    outline-style: none;
    padding-bottom: 6px;
    margin-right: 6%;
    margin-top: 5px;
    text-align: center;
}
.inpt-subtt{
    display: block;
    width: 30%;
    padding: 15px;
    padding-top: 10px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    outline-style: none;
    padding-bottom: 6px;
    margin-right: 9%;
    margin-top: 5px;
    text-align: center;
}
.inpt-subusd{
    display: block;
    width: 25%;
    padding: 15px;
    padding-top: 10px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    outline-style: none;
    padding-bottom: 6px;
    margin-right: 6%;
    margin-top: 5px;
    text-align: center;
}
.reg-co-tt{
    display: block;
    width: 40%;
    height: 35px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    margin-right: 0%;
}
.reg-co-tt2{
    display: block;
    width: 40%;
    height: 35px;
    padding-top: 12px;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-top: 8px;
    margin-right: 4%;
}
.inpt-itt{
    display: block;
    width: 30%;
    padding: 15px;
    padding-top: 10px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    outline-style: none;
    padding-bottom: 6px;
    margin-right: 9%;
    margin-top: 5px;
    text-align: center;
}
.inpt-ivusd{
    display: block;
    width: 25%;
    padding: 15px;
    padding-top: 10px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: #fff;
    border: 1px solid #f1f1f1;
    outline-style: none;
    padding-bottom: 6px;
    margin-right: 6%;
    margin-top: 5px;
    text-align: center;
}
#Username{
    text-transform: lowercase;
}
.prioridad-co, .estatus-co{
    display: block;
    width: max-content;
    padding: 10px;
    margin-right: 10px;
    border: 1px solid #ededed;
    border-radius: 4px;
}
.estatus-co, .priori{
    margin-right: 10px;
}
.col-not{
    color: white;
    background-color: red;
    border-radius: 50%;
    font-size: x-small;
    position: relative;
    left: 13px;
    top: -35px;
    padding: 3px;
    width: max-content;
}
.opc-vox-nts{
    position:absolute;
    z-index: 103;
    display: block;
    top: 80px;
    left: 38%;
    width: 24%;
    min-height: 190px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #eaebec;
    box-shadow: 0 0 10px 5px rgba(231, 230, 230, 0.5);
}

.opc-vox-nt{
    display:none;
    top: 80px;
    width: 30%;
    min-height: 390px;
    margin: auto;
    background-color: #fff;
    border: 1px solid #eaebec;
    box-shadow: 0 0 10px 5px rgba(231, 230, 230, 0.5);
    margin-top: 10px;
    background-color: #fff;
    z-index: 103;
}
.opc-nt{
    display: block;
    width: 100%;
    height: 30px;
    margin-top: 10px;
    border-bottom: 1px solid #ededed;
}
.opc-ntl{
    display: block;
    width: 31%;
    margin-top: 3px;
    margin-left: 1%;
    margin-right: 1%;
    border: 1px solid #ededed;
    font-size: small;
    text-align: center;
    border-radius: 4px;
}
.nt-bg{
    background-color: #f1f1f1;
    font-weight: 800;
}
.not-reg::before{
    content: 'No hay registros';
}
.nt-tx-br{
    display: block;
    width: 100%;
    padding: 8px;
    border: 1px solid #ededed;
    font-size: small;
    text-align: center;
    border-radius: 4px;
}
.cant-vox{
    display: block;
    width: 100%;
    padding: 14px;
}
.nn-reg{
    display: block;
    width: 100%;
    font-size: x-small;
    border: 1px solid #f1f1f1;
    padding: 8px;
}
.SI{
    background-color: #fcfdfdbd;
}
.No{
    background-color: #fff;
}
.numnt{
    font-size: x-small;
    display: block;
    width: 100%;
}
.feh-nt{
     font-size: xx-small;
    display: block;
    width: 100%;
}
.desc-reg-nt{
    font-size: x-small;
    display: block;
    width: 100%;
    height: 17px;
    text-align: left;
    overflow: hidden;
    text-overflow: ellipsis;
}
.lst-n{
    display: block;
    width: 100%;
    padding: 15px;
    font-size: small;
    height: auto;
}
.mr-bt{
    margin-bottom: 20px;
}
.tot-pro{
    display: block;
    padding: 12px;
    border-radius: 4px;
}

.finger{
    display: block;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
}
.fin-hue{
    display: block;
    width: max-content;
    padding-top: 12px;
    padding-bottom: 12px;
    padding-left: 25px;
    padding-right: 25px;
    height: 50px;
    margin: auto;
}
.his-pdd{
    padding: 12px;
}
.his-li{
    display: block;
    width: 100%;
    background-color: #fcfcf1;
    padding: 8px;
    box-shadow: 2px 3px #ededed;
    margin-bottom: 4px;
}
.hist-num{
    display: block;
    width: 100%;
    font-size: medium;
}
.hist-fh{
    display: block;
    width: 100%;
    font-size: x-small;
}
.hist-desc{
    display: block;
    width: 100%;
    font-size: small;
    padding: 8px;
}