*{
    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(2, 19, 10, 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(16, 32, 20, 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(16, 13, 31, 0.5); /* Sombra visible */
  }
}
@keyframes blinkg {
  0% {
    box-shadow: 0 0 10px 5px rgba(241, 244, 248, 0.452); /* 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(238, 240, 247, 0.397); /* 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(16, 13, 31, 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: 75px;
    border-bottom: 1px solid #ededed;
}

.menu-bot{
    position: fixed;
    bottom: 0px;
    z-index: 103;
    display: none;
    width: 100%;
    height: 75px;
    background-color: #fff;
    border-top: 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-btn-ff{
    /*background-color: #f8f3f3;*/
    display: block;
    width: auto;
    height: 50px;
    border-radius: 4px;
    margin-top: -12px;
}
.bg-ff{
    display: block;
    background: #F8FAFC;
    box-shadow: 3px 3px #edeef0;
    padding-right: 15px;
}
.bg-ff{
    background-color: #f1f3f5;
}
.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;
}

.coin{
    background-color: #3d3d3d;
}
.coin:hover{
    cursor: pointer;
}

.ic-gdt{
    background-color: #3d3d3d;
}
.ic-gdt: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-b{
    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: 10px !important;
}
.cco-2{
    padding-top: 90px !important;
}
.ico{
    font-size: 22px;
    color: black;
    margin-right: 10px;
}
.ico-2{
    font-size: 22px;
    color: #ededed;
}
.mg-t10{
    margin-top: 10px;
}
.mg-t11{
    margin-top: 11px;
}
.cs-pd{
    padding-left: 13px;
    padding-top: 0px;
}
.cs-ie{
    padding-left: 13px;
    padding-top: 12px;
}
.inbox, .n-alert{
    display: block;
    width: 53px;
    margin: auto;
    margin-top: 70px;
    font-size: xxx-large;
}
.act-mov{
    text-align: center;
    padding-top: 15px;
    font-size: large;
}
.act-mov-tx{
    text-align: center;
    padding-top: 15px;
    font-size: medium;
}
.nn{
    font-weight: bold;
}
.dv-not-acc{
    display: block;
    width: auto;
    max-width: 200px;
    margin: auto;
    margin-top: 20px;
}
.m-top-10{
    margin-right: 10px;
}

.vox-dr{
    display: block;
    width: auto;
    height: 70px;
    padding-top: 20px;
}
.logo-vox{
    display: none;
    width: 175px;
    height: 45px;
    background-image: url('Logo_vox_home-t2.png');
    background-size: 175px 45px;
    margin: auto;
    margin-top: 10px;
}
.vox-cn{
    display: block;
    width: 50%;
    height: 70px;
}
.vox-iz{
    display: block;
    width: auto;
    height: 70px;
    padding-top: 20px;
}
.tit-of{
    display: block;
    margin-top: 20px;
    margin-left: 1%;
    font-size: 22px;
    font-weight: 700;
}
.opt{
    display: none;
    font-size: 21px;
    margin-top: 21px;
    margin-right: 15px;
}
.m-r10{
    margin-right: 10px;
}
.mn-bo{
    margin-left: 5%;
    margin-right: 4%;
}
.mn-opt{
    display: block;
    width: 20%;
    height: 65px;
    margin-right: 3.3%;
    border: none;
    float: left;
}
.icm{
    display: block;
    width: 32px;
    margin: auto;
    padding-left: 5%;
    margin-top: 4%;
}
.t-mn{
    text-align: center;
    font-size: smaller;
}
#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;
}
#OpcionNT:hover{
    cursor: grab;
}
.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-f2{
    display: block;
    padding: 10px;
    margin-top: 0px;
    width: max-content;
    margin-bottom: 12px;
    text-transform: uppercase;
    margin-bottom: 10px;
}
.btn-m-au{
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f1f1f1;
    margin-top: 0px;
    margin-right: 4px;
}
.au-2{
    text-decoration: none;
}
.tx-au{
    padding-right: 6px;
}
.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;
    background-color: rgba(13, 174, 248, 0.041);
}
.fn-do{
    display: block;
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 4px;
    padding-top: 13px;
    padding-left: 13px;
    margin-top: 15px;
    margin-right: 15px;
}
.tx-mn{
    padding-top: 20px;
    padding-left: 4%;
    padding-bottom: 25px;
}

.opc-vox{
    position:fixed;
    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: 80px;
    display: none;
    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;
}

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

.acrea{
    z-index: 105;
    position: fixed;
    right: 5%;
    bottom: 140px;
    display: none;
    margin-top: 7px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 10px 5px rgba(185, 16, 16, 0.5);
    padding-top: 14px;
    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;
}
.tx-crear{
    display: block;
    width: max-content;
    margin: auto;
    margin-top: 25px;
    font-size: large;
    box-shadow: 2px 3px #ededed;
}
.tx-crear::before{
    content: 'Crear cuenta';
}
#CRVX, #CCVX, #CBVX{
    display: none;
}
.gdt-fd-index{
    z-index: 1001;
    display: flex;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-color: #010f1427;
}

.gdt-pro-index{
    z-index: 1001;
    display: flex;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-color: #010f1427;
}
.gdt-dv{
    display: block;
    width: 94%;
    height: auto;
    box-shadow: 2px 3px #a0aab4;
    background-color: #fff;
    margin: auto;
}
.gdt-fc-index{
    z-index: 1001;
    display: flex;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    background-color: #010f1427;
}
.gdt-fv{
    display: block;
    width: 94%;
    height: auto;
    box-shadow: 2px 3px #a0aab4;
    background-color: #fff;
    margin: auto;
    margin-bottom: 60px;
}
.gdt-dvs{
    display: block;
    width: 94%;
    height: 514px;
    box-shadow: 2px 3px #a0aab4;
    background-color: #fff;
    margin: auto;
}
.gdt-web{
    display: block;
    width: 94%;
    height: auto;
    box-shadow: 2px 3px #a0aab4;
    background-color: #fff;
    margin: auto;
}
.gdt-h-tp{
    display: block;
    width: 100%;
    height: 50px;
}
.tx-crc{
    font-weight: bold;
    margin-top: 15px;
    margin-left: 4%;
}
.tx-crc::before{
    content: 'Crear cuenta';
}
.tx-cweb::before{
    content: 'Dirección web';
}
.tx-cweb{
    font-weight: 600;
    margin-top: 20px;
    margin-left: 4%;
}
.tx-cmon::before{
    content: 'Monto limite';
}
.tx-cmon{
    font-weight: 600;
    margin-top: 20px;
    margin-left: 4%;
}
.fcls{
    font-size: 24px;
    color: #010f14;
    margin-right: 4%;
    margin-top: 10px;
}
.gdt-vx{
    display: block;
    width: 100%;
    padding: 12px;
    padding-left: 0px;
    padding-bottom: 0px;
    padding-left: 4%;
}
.inpt-gdt{
    display: block;
    width: 94%;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: #f8f9f9;
    border: 1px solid #f8f9f9;
    outline-style: none;
    margin-left: 3%;
}
.select-gdt{
    display: block;
    width: 94%;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: #f8f9f9;
    border: 1px solid #f8f9f9;
    outline-style: none;
    margin-left: 3%;
}
.tx-nom::before{
    content: 'Nombre';
}
.tx-num::before{
    content: 'Número de cuenta';
}
.tx-mont::before{
    content: 'Monto disponible';
}
.tx-mon::before{
    content: 'Moneda';
}

.btn-gdt-b{
    display: block;
    padding: 14px;
    margin-top: 8px;
    width: max-content;
    text-transform: uppercase;
    margin-bottom: 15px;
    margin-left: 4%;
}
#btn-gdt-b::before {
    content: 'ACEPTA';
}
#CrearBanco{
    padding-bottom: 1px;
}
.banco-li{
    display: block;
    width: 96%;
    height: 170px;
    margin-left: 1.2%;
    margin-right: 0.75%;
    margin-bottom: 10px;
    border-radius: 2px;
    padding: 15px;
}
.banco-li:hover{
    cursor: pointer;
}
.pre-bg{
    background-color: #181817;
    box-shadow: 2px 3px #ccc;
}
.pre-tx{
    color: #fff;
}
.dor-bg{
    background-color: #d3d31e;
    box-shadow: 2px 3px #d1cece;
}
.dor-tx{
    color: #0f0e0e;
}
.ro-bg{
    background-color: #ff0000;
    box-shadow: 2px 3px #d1cece;
}
.ro-tx{
    color: #333;
}
.blue-bg{
    background-color: #0105fd;
    box-shadow: 2px 3px #d1cece;
}
.blue-tx{
    color: #FFF;
}
.gren-bg{
    background-color: #03ec2a;
    box-shadow: 2px 3px #d1cece;
}
.gren-tx{
    color: #0f0e0e;
}
.oran-bg{
    background-color: #fc8702;
    box-shadow: 2px 3px #d1cece;
}
.oran-tx{
    color: #0f0e0e;
}
.gris-bg{
    background-color: #f5f5f5;
    box-shadow: 2px 3px #d1cece;
}
.gris-tx{
    color: #0f0e0e;
}
.sel-pr{
    display: block;
    width: max-content;
    padding: 15px;
    font-size: large;
    margin-right: 5px;
    margin-top: 2px;
    margin-left: 10px;
    margin-bottom: 5px;
}
.sel-pr:hover{
    cursor: pointer;
}
.banco-nom{
    display: block;
    width: 100%;
    height: 30px;
    font-size: larger;
}
.banco-num{
    display: block;
    width: 100%;
    height: 25px;
    font-size: smaller;
}
.banco-dv{
    display: block;
    width: 100%;
    height: 90px;
}
.banco-cc{
    display: block;
    width: 30%;
    height: 90px;
    padding-top: 35px;
}
.banco-cc-2{
    display: block;
    width: 70%;
    height: 90px;
}
.credit{
    font-size: 40px;
}
.mon-cr{
    display: block;
    width: max-content;
    padding-right: 5px;
    font-size: 40px;
    padding-top: 32px;
    text-align: right;
}
.mone-da{
    display: block;
    width: max-content;
    padding-top: 59px;
}
.mon-cr-2{
    display: block;
    width: max-content;
    padding-right: 5px;
    font-size: 38px;
    padding-top: 32px;
    text-align: right;
}
.mon-cr-3{
    display: block;
    width: max-content;
    padding-right: 5px;
    font-size: 30px;
    padding-top: 42px;
    text-align: right;
}
#GDT-H, #GDT-C, #GDT-CL, #GDT-PR, #GDT-PRO{
    display: block;
    width: 94%;
    height: 55px;
    background-color: #f8f9f9;
    margin-left: 3%;
    border-radius: 4px;
}
.inpt-gdt-w{
    display: block;
    width: 84%;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: #f8f9f9;
    border: 1px solid #f8f9f9;
    outline-style: none;
}
.btn-g2{
    display: block;
    width: max-content;
    font-size: 19px;
    color: #010f14;
}
.btn-ws{
    padding-top: 13px;
}
.dv-gdt-vx{
    display: block;
    width: 94%;
    padding-top: 15px;
    margin-left: 3%;
    height: 50px;
    border-bottom: 1px solid #edeef0;
    padding-left: 15px;
    font-size: medium;
}
.tx-gdt::before{
    content: 'Descripción ';
}
.li-his-a, .li-co-a{
    display: block;
    width: 94%;
    height: auto;
    margin-left: 3%;
    border-radius: 4px;
    font-size: small;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
}
.li-co-rif{
    display: block;
    width: 100%;
    font-size: small;
    padding-left: 2%;
    padding-right: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.li-his-a:nth-child(even) {
    background: #eef0f081;
}
.li-his-a:nth-child(odd) {
    background: #fcfeff;
}
.li-co-a:nth-child(even) {
    background: #eef0f081;
}
.li-co-a:nth-child(odd) {
    background: #fcfeff;
}
.sgdt-report, .sgdt-config, .sgdt-hist{
    display: block;
    width: 94%;
    height: 55px;
    margin-left: 3%;
}
.gdt-report, .gdt-config, .gdt-hist{
    display: block;
    width: 100%;
    height: 55px;
    text-align: left;
}
.tx-sel-fc::before{
    content: 'Seleccionar fechas';
}
.tx-sel-fc{
    display: block;
    width: 100%;
    height: 30px;
    text-align: left;
    padding-left: 2.5%;
    padding-right: 15px;
    font-weight: 700;

}
.dv-sel-clm-sf{
    display: block;
    width: 100%;
    height: 35px;
}
.dv-sel-clm{
    display: block;
    width: 100%;
    height: 45px;
}
.tx-sel-fc-ini::before{
    content: 'Fecha de inicio';
}
.tx-sel-fc-cie::before{
    content: 'Fecha de cierre';
}
.tx-sel-fc-ini{
    display: block;
    width: 48%;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
    padding-left: 15px;
    margin-left: 1%;
}
.tx-sel-fc-cie{
    display: block;
    width: 49%;
    height: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 10px;
    padding-left: 0px;
}
.dv-sel-clm{
    display: block;
    width: 100%;
    height: 65px;
}
.dv-sel-clm-2{
    display: block;
    width: 100%;
    height: 60px;
}
.inpt-gdt-fv{
    display: block;
    width: 47%;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: #f8f9f9;
    border: 1px solid #f8f9f9;
    outline-style: none;
    margin-left: 2%;
}
.inpt-gdt-fv-2{
    display: block;
    width: 47%;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: #f8f9f9;
    border: 1px solid #f8f9f9;
    outline-style: none;
    margin-right: 2%;
}
.tx-search{
    display: block;
    width: max-content;
    padding: 15px;
    margin-right: 10px;
    margin-left: 2%;
}
.ic-pdf{
    display: block;
    color: red;
    font-size: 24px;
    margin-top: 10px;
    max-width: 1%;
}
.tx-search::before{
    content: 'Buscar';
}
.tx-conexion{
    display: none;
    width: 100%;
    padding: 4px;
    font-size: large;
    text-align: center;
    color: #fff;
    position: fixed;
    z-index: 1001;
    bottom: 0px;
    background-color: red;
}
.tx-conexion::before{
    content: 'Sin conexión a internet.';
}
.tx-complete{
    display: none;
    width: 100%;
    padding: 4px;
    font-size: large;
    text-align: center;
    color: #fff;
    position: fixed;
    z-index: 1001;
    bottom: 0px;
    background-color: red;
}
.tx-complete::before{
    content: 'Complete formulario correctamente. ';
}
.tx-empre{
    font-size: medium;
    font-weight: 600;
    padding-left: 2%;
    padding-right: 2%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.tx-rif::before{
    content: 'Rif';
}
.tx-emp::before{
    content: 'Empresa';
}
.tx-direccion::before{
    content: 'Dirección';
}
.tx-nombre_c::before{
    content: 'Nombre de contacto';
}
.tx-tlfc::before{
    content: 'N° de teléfono';
}
.tx-corr::before{
    content: 'Correo electrónico';
}
.tx-comen::before{
    content: 'Comentarios';
}
.texta-gdt{
    display: block;
    width: 94%;
    padding: 15px;
    height: 90px;
    resize: none;
    border-radius: 4px;
    margin-bottom: 4px;
    background-color: #f8f9f9;
    border: 1px solid #f8f9f9;
    outline-style: none;
    margin-left: 3%;
}
.tx-cbanco::before{
    content: 'Banco';
}
.tx-num-c::before{
    content: 'Número de cuenta';
}
.tx-cnomc::before{
    content: 'Nombre de contacto';
}
.tx-ctlfo::before{
    content: 'N° de teléfono';
}
.tx-ccor::before{
    content: 'Correo electrónico';
}
.tx-pr-rif::before{
    content: 'Rif';
}
.tx-pr-emp::before{
    content: 'Empresa';
}
.tx-dir::before{
    content: 'Dirección';
}
.tx-cco-pr::before{
    content: 'Nombre de contacto';
}
.tx-pr-tlf::before{
    content: 'N° de teléfono';
}
.tx-email-pr::before{
    content: 'Correo electrónico';
}
.tx-banc-pr::before{
    content: 'Banco';
}
.tx-num-cuenta::before{
    content: 'N° de cuenta';
}
.tx-tipo::before{
    content: 'Tipo';
}
.tx-comen-pr::before{
    content: 'Comentarios';
}
.tx-nombre_pro::before{
    content: 'Nombre del proyecto';
}
.tx-num-pro::before{
    content: 'N° de contrato';
}
.tx-mont::before{
    content: 'Monto';
}
.tx-divisa::before{
    content: 'Divisa';
}
.tx-fecha-ini::before{
    content: 'Fecha de inicio';
}
.tx-fin::before{
    content: 'Fecha de culminación';
}
.tx-nom-con::before{
    content: 'Nombre de contacto';
}
.tx-pro-tlf::before{
    content: 'N° de teleéfono';
}
.tx-cor-or::before{
    content: 'Correo electrónico';
}
.tx-estatus::before{
    content: 'Estatus';
}
#btn-gdt-cc::before {
    content: 'Aceptar';
}
#btn-gdt-pr::before {
    content: 'Aceptar';
}
#btn-gdt-pro::before {
    content: 'Aceptar';
}
#btn-gdt-bc::before {
    content: 'Aceptar';
}
#btn-gdt-w::before {
    content: 'Confirma';
}
.Tm{
    text-transform: uppercase;;
}
.tx-nomw::before{
    content: 'Dirección web';
}

a{
    text-decoration: none;
}
.gdt-slc-a{
    display: block;
    width: 96%;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    margin-top: 30px;
    margin-bottom: 25px;
    box-shadow: 2px 3px #ededed;
    margin-left: 2%;
    background-color: #ededed;
    font-size: large;
    font-weight: 600;
    text-align: center;
    animation: blinkg 3s linear infinite;
}
.gdt-slc{
    display: block;
    width: 96%;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    margin-bottom: 8px;
    box-shadow: 2px 3px #ededed;
    margin-left: 2%;
}
.gdt-slc:hover{
    cursor: pointer;
}

.gdt-tip, .gdt-ctr{
    display: block;
    width: 94%;
    padding: 10px;
    padding-left: 15px;
    padding-right: 15px;
    border-radius: 4px;
    margin-bottom: 8px;
    box-shadow: 2px 3px #ededed;
    margin-left: 3%;
    background-color: #f4f4f5;
    text-align: center;
}
.gdt-tip:hover{
    cursor: pointer;
}
.gdt-ctr:hover{
    cursor: pointer;
}
.tx-mayor{
    display: none;
    width: 100%;
    padding: 4px;
    font-size: large;
    text-align: center;
    color: #fff;
    position: fixed;
    z-index: 1001;
    bottom: 0px;
    background-color: red;
}
.tx-mayor::before{
    content: 'El monto debe ser mayor a 0 ';
}
.tx-concep::before{
    content: 'Concepto';
}
.fnd-w-m{
    display: block;
    width: 96%;
    padding: 15px;
    background-color: #f1f1f1;
    font-size: medium;
    margin-left: 2%;
    border-radius: 4px;
    margin-bottom: 15px;
}
.fnd-w-m2{
    display: block;
    width: 96%;
    padding: 15px;
    background-color: #eeeeee;
    font-size: medium;
    margin-left: 2%;
    border-radius: 4px;
}
.gdt-optn{
    display: block;
    width: 99%;
    margin-top: 11px;
    margin-left: 0.5%;
    background-color: #f5f5f5;
    padding: 15px;
    padding-top: 0px;
    margin-bottom: 20px;
    height: 57px;
    box-shadow: 2px 3px #d1cece;
}
.gdt-dv-tt{
    padding-top: 15px;
    padding-left: 1%;
    font-size: large;
}
.tx-situacion::before{
    content: 'SITUACION ACTUAL';
}
.graph{
    font-size: 22px;
    color: black;
    margin-top: 18px;
}
.cr-cn{
    margin-top: 12px;
}
.cr-cn::before{
    content: 'Crear Cuenta';
}
.tx-lim::before{
    content: 'Límite autorizado';
}
.fcls:hover{
    cursor: pointer;
}
.cc-ban{
    color: #FFF;
    font-size: 18px;
    margin-left: 10px;
}
.gdt-vox-tot {
    display: block;
    width: 98%;
    margin-left: 1%;
    background-color: #f5f5f5;
    padding: 15px;
    margin-top: 5px;
    height: 63px;
    box-shadow: 2px 3px #f1f3f5;
    border-radius: 4px;
    margin-bottom: 35px;
}
.gdt-vox-wi{
    display: block;
    width: 98%;
    margin-left: 1%;
    background-color: #f5f5f5;
    padding: 15px;
    margin-top: 5px;
    height: 45px;
    box-shadow: 2px 3px #f1f3f5;
    border-radius: 4px;
    margin-bottom: 35px;
}
.tot-gdt{
    display: inline-flex;
    font-size: xx-large;
    width: max-content;
    padding-right: 20px;
}
.tot-gdt-w{
    display: inline-flex;
    font-size: medium;
    width: max-content;
    padding-right: 20px;
}
.main-gdt{
    margin: auto;
}
.li-mhis-a{
    display: block;
    width: 98%;
    height: 45px;
    margin-left: 1%;
    border-radius: 4px;
    font-size: small;
    text-align: justify;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
}
.li-mhis-a:nth-child(even) {
    background: #eef0f081;
}
.li-mhis-a:nth-child(odd) {
    background: #fcfeff;
}
.li-vma-a, .a-href{
    display: block;
    width: 98%;
    height: 45px;
    margin-left: 1%;
    border-radius: 4px;
    font-size: medium;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    padding: 5px;
    margin-top: 20px;
    background-color: #f5f5f5;
    margin-bottom: 40px;
    padding-top: 12px;
}
.up-pp{
    font-size: 22px;
    color:#0f0e0e;
}
.mov{
    margin-top: 10px;
    margin-right: 10px;
}
.oeoi{
    padding: 12px;
    margin-top: -8px;
}
.Public-A{
    display: none;
    width: 245px;
    height: auto;
    padding: 15px;
    background-color: #f5f5f5;
    margin-left: 5px;
    border-radius: 4px;
    box-shadow: 3px 2.5px #c9c9c9;
    padding-bottom: 30px;
    margin-top: 15px;
}
.icono-pub{
    display: block;
    width: 90%;
    height: 160px;
    margin: auto;
    margin-top: 15px;
    background-size:90% 160px;
}
.test-w{
    margin: auto;
    width: 90%;
    padding-top: 6px;
}
#BanG{
    display: inline-block;
    width: 100%;
    height: auto;
}
#Ini {
    position: sticky;
    top: 0px;
    z-index: 100;
}
#GDTV{
    max-height: 720px;
}
.ult-gdt{
    display: block;
    width: 100%;
    min-height: 190px;
}