.Toastify__toast-container{z-index:9999;-webkit-transform:translate3d(0,0,9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:9999;opacity:.7;background-color:#ffffffb3;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(to right,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-ext-wght-normal-BOeWTOD4.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-cyrillic-wght-normal-DqGufNeO.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-ext-wght-normal-DlzME5K_.woff2) format("woff2-variations");unicode-range:U+1F00-1FFF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-greek-wght-normal-CkhJZR-_.woff2) format("woff2-variations");unicode-range:U+0370-0377,U+037A-037F,U+0384-038A,U+038C,U+038E-03A1,U+03A3-03FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-vietnamese-wght-normal-CBcvBZtf.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-ext-wght-normal-DO1Apj_S.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/assets/inter-latin-wght-normal-Dx4kXJAl.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}main{height:100%}#root{height:100%}body{margin:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff;font-size:12px}.parrafo{white-space:pre}.marginIcon{margin-right:5px}.divSegment{padding:1em;border-radius:.28571429rem}.displayFlex{display:flex;justify-content:flex-start;align-items:baseline}.displayFlexBetween{display:flex;justify-content:space-between;align-items:baseline}.notDisplayed{display:none}.totalWidth{width:100%}.width95{width:95%}.noMargin{margin:0!important}.paddingBottom10{padding-bottom:10px!important}.minwidth100perc{min-width:100%}.paddingBottom15{padding-bottom:15px!important}.paddingTop0{padding-top:0!important}.titleSection{border-bottom:1px solid #ebedf2!important;font-weight:700!important;font-size:16px!important;color:#48465b!important}.borderGrey{border-bottom:1px solid #ebedf2!important;padding-bottom:.5em}.titleInnerSection{font-weight:600!important;font-size:13px!important;color:#575963!important}.ReactTable .rt-thead.-header{font-weight:700;border-right:none!important;background-color:#636569;color:#fff;min-width:0!important}.ReactTable .rt-th:first-child,.ReactTable .rt-td:first-child{padding-left:15px!important}.ReactTable .rt-th:last-child,.ReactTable .rt-td:last-child{padding-right:15px!important}.ReactTable .rt-tbody{min-width:0!important}.ReactTable .rt-th{padding:6px 0}.ReactTable .rt-th.rt-resizable-header .rt-resizable-header-content>div{min-height:24px!important}.ReactTable .rt-td{color:#575963}.ReactTable .rt-tr.-even{background-color:#f8f9fa!important}.ReactTable .rt-tr{display:flex;align-items:center;font-size:12px}.ReactTable .rt-th:focus{outline:none}.two.column.row.pages{margin-top:20px;font-size:12px!important}.-loading{display:none}.paginationButons{display:flex!important;justify-content:flex-end;align-items:center;margin-top:5px!important}.bgColorRed{background-color:#ea1e25!important}.bgColorGrey{background-color:#c7c7c7!important}.bgColorDarkGrey{background-color:#545454!important}.redButton{line-height:20px;font-size:13px;color:#575962!important;background-color:#fff!important;height:38px;font-weight:500;box-shadow:inset 0 0 0 1px #ea1e25!important}.goBackButton{line-height:20px;font-size:13px;color:#575962!important;background-color:#fff!important;height:38px;font-weight:500;box-shadow:inset 0 0 0 1px #dcdcdc!important}.bold{font-weight:700}.noBorderBottom{border-bottom:none!important}.colorRed{color:#ea1e25!important}.colorGreen{color:green!important}.searchFilter input{font-weight:400!important;font-size:13px!important;color:#9b9b9b!important;border-radius:10rem!important}.searchFilter input:focus{border-color:#9b9b9b!important}.searchFilter i.icon.search:before{color:#ea1e25}.search i.icon.search:before{padding-top:0!important;color:#ea1e25}.searchFilterLoan input,.searchFilterLoan{margin-left:20px}.searchFilterLoan input{height:40px}#leaveCancelButton{background-color:#636569!important;color:#fff!important;box-shadow:none;margin-right:1rem;font-size:11.5px}.modal{padding:20px;background:#f2f3f8!important}.modalHeader{font-size:14px!important;color:#575963;font-weight:700;padding:1rem!important;border-bottom:none!important}.modalHeader .sub.header,.sub.header{font-size:12px!important;color:#ea1e25!important;font-weight:400}.modalHeader h1{font-weight:700!important;font-size:14px!important;line-height:17px!important;color:#48465b!important}.modalSection{border-bottom:1px solid rgba(34,36,38,.15);margin-left:-1.5rem!important;margin-right:-1.5rem!important}.pageHeader{border-bottom:none!important;font-size:14px!important;color:#575963;font-weight:700}.segmentLoader{background:none!important;box-shadow:none!important;padding:0!important;border:none!important}.marginTop05rem{margin-top:.5rem!important}.marginTop02rem{margin-top:.2rem!important}.labelFieldForm{font-size:12px!important;margin:0rem 0rem .75rem!important;font-weight:500!important;color:#575962!important}.labelSectionForm{font-size:12px!important;font-weight:700!important;color:#ea1e25!important}.labelSubSectionForm{font-weight:700!important;color:#74788d!important;font-size:12px!important}.modalClientsHeader{color:#575963!important;padding-top:2rem!important;padding-left:2rem!important;padding-right:2rem!important;padding-bottom:0!important;border-bottom:none!important;font-size:14px!important}.width120px{width:120px}.marginTopLess5px{margin-top:-10px!important}.fieldForm textarea{background-color:#f8f8f8!important;font-size:12px!important;border-radius:3px!important;height:140px;border-color:#e0e0e0}.fieldForm i.icon.dropdown:before{content:none!important}.deleteRegisterFormButton{background:none!important;height:30px;padding:0!important}.deleteRegisterFormButtonColor{color:#ea1e25!important;border:none!important;font-size:13px}.errorIcon{margin-left:5px}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{appearance:none!important;-webkit-appearance:none!important;-moz-appearance:none!important;margin:0}.buttonLogin{background:#868686!important;color:#fff!important}.loginForm{padding:15% 5% 5%}.loginView{background-image:url(/assets/monte-Ct6W5vw5.svg);background-position:center bottom;background-repeat:no-repeat;background-attachment:fixed;background-size:1050px;height:100vh}.loginGrid{max-width:500px;margin-left:15px!important;background-color:#f7f7f7;padding-top:5px!important;padding-bottom:10px!important}.paddingBot0{padding-bottom:0!important}.paddingTop0px{padding-top:0!important}.marginBot10px{margin-bottom:10px!important}.marginBot20px{margin-bottom:20px!important}.marginBot50px{margin-bottom:50px!important}.borderLeft{border-left:2px solid #ea1e25}.userTitle{font-size:12px;font-weight:700;letter-spacing:.5px;color:#63656a}.redFont{font-size:16px;font-weight:300;color:#d60812}.questionLogin{font-size:12px!important}.appMenu{background-color:#636569;font-family:sans-serif;list-style:none;height:70px!important;margin:0 0 20px!important;width:100%!important;padding:0 2rem;border-bottom:1px solid lightgray}.appMenu:after{content:"";position:absolute;width:100%;top:71px;z-index:-1;transform:scale(1.2);box-shadow:0 0 6px 1.5px #d3d3d3}.logo{width:275px;padding:0 30px 0 0}.menu-item{border-bottom:1px solid #ebedf2;width:100%!important}.menu-item a{display:block;padding:15px;text-decoration:none;width:100%!important;font-weight:600!important;font-size:13px!important;color:#b5b5b5!important}.menu-item.active{background-color:#ea1e25!important}.menu-item a:hover{color:inherit;text-decoration:none;background-color:#eee}.menu-item a:focus{text-decoration:none}.menu-item a:visited{color:inherit}.active-menu-item{background-color:#e8e8f9}.menuItems{font-weight:600!important;font-size:13px!important}.userName{font-weight:400!important}.centralMenu{display:flex;justify-content:center;width:100%}.borderUser{border-left:3px solid rgb(234,30,37)}.fieldLabel{font-weight:700;font-size:12px;line-height:20px;color:#575962;padding-bottom:0!important;height:10px}.lightGrey{background-color:#f2f3f8!important}.bannerWhite{border-radius:5px;margin-top:10px!important;border:none!important}.buttonAligned{padding-right:0!important}.changePassword .content{padding:0rem 1.5rem}.changePassword h1{padding:1.25rem 1.5rem 0;margin-top:0;font-weight:700!important;font-size:14px!important;line-height:17px!important;color:#48465b!important}.changePassword .content:not(:nth-child(1)),.changePassword h1:not(:nth-child(1)){border-top:1px solid rgba(34,36,38,.15)}.changePassword .actions{padding:.1rem 1.5rem}.commentsPassword{margin-bottom:10px!important;margin-left:161px!important;height:33px!important;width:66%!important}.HeaderPass{padding-bottom:38px!important;background-color:#fff!important;padding-top:22px!important}.EspaciadoPass{margin-top:1px}.FilaPass{margin-bottom:-20px!important}.TitlePass{margin-left:-22px!important;margin-top:-25px!important;margin-bottom:-23px!important}.amrtButton{padding-left:15px!important;padding-right:15px!important}.displayMiddle{display:flex;align-content:center}.icono-navbar{width:1.5rem;height:1.5rem}.usuario{width:2.5rem;height:2.5rem}.menu-navbar{width:100%}.iconCard>.icon{font-size:4em!important}.subtitulo{text-align:center;color:#717171;font-size:1.4rem;font-weight:500}.contenedor-modal-mensaje{position:fixed;top:0;left:0;z-index:3;background-color:#8080804b;width:100%;height:100%;display:grid;place-content:center}.carta-mensaje{width:500px;border-radius:10px;border:1px solid lightgray;background-color:#fff;padding:2rem;-moz-box-shadow:0 0 5px #999;-webkit-box-shadow:0 0 5px #999;box-shadow:0 0 5px #999;display:flex;flex-direction:column;align-items:flex-start}.carta-mensaje>p{margin-bottom:2rem;color:#717171}.modal-mensaje-botonera{width:100%;display:flex;justify-content:space-between;align-items:center}.modal-mensaje-boton{padding:.5rem;border-radius:10em!important;background-color:#ea1e25;color:#fff;border:none;cursor:pointer}.subtituloMensaje{color:#ea1e25;font-weight:600;margin-bottom:0;cursor:pointer}.boton-secundario{background-color:#636569!important;color:#fff!important}.separador-mensaje{width:100%;background-color:#ea1e25;height:1px;border:none;border-radius:5px;margin-bottom:1rem}.icono-mensaje{align-self:center;margin-bottom:1rem;width:40px;height:40px}a:hover{color:#ea1e25}.datos-usuario-iniciales{border-radius:50%;background-color:#ea1e25;color:#fff;font-size:3rem;padding:.5rem;box-shadow:0 2px 4px #2224261f,0 2px 10px #22242626}.datos-usuario-separador{width:100%;background-color:#d3d3d3;height:1px;border:none}.datos-usuario{padding:0 1rem 1rem!important}.texto-cabecera-tabla{color:#fff!important}.contenedor-formulario-inicio{height:100vh}.columna-formulario-inicio{background-color:#636569}.fila-inicio-sesion{padding:0!important}.titulo-inicio-sesion{color:#fff}.texto-nuevo-usuario{color:#fff;margin-right:.2rem}.input-inicio-sesion>input::placeholder{color:#000}.contenedor-imagen{display:grid!important;place-content:center;background-image:url(/assets/montanas-atardecer-D4Apy8l7.jpg);background-position:center center;background-repeat:no-repeat;background-size:cover;background-color:#464646}.TresMares{max-width:200px!important;width:100%}.floatRight{float:right}.displayNone{display:none!important}.greyButton{margin-top:-20px!important;padding-top:7px!important;line-height:15px!important;font-size:11.5px!important;color:#fff!important;background-color:#bebebe!important;height:28px!important;font-weight:400!important;box-shadow:inset 0 0 0 1px #bebebe!important}.rt-td>.actions{background-color:unset!important}.dropdownIcon{float:right;margin-right:0}.paddingRight1{padding-right:1rem!important}.errorPageContainer{height:100%;width:100%;padding:3rem}.errorPageContainer>h1{font-size:2rem!important;overflow:auto;line-height:normal!important;font-weight:700!important;color:#48465b!important}.multifactorStyles{border-radius:10px!important;border:1px solid #d3d3d3;padding:2em;background:#fff!important;max-width:360px}.my-component-submit-btn{background:#6a6a62!important;font-style:normal;font-weight:500;font-size:16px;line-height:24px;border:none;margin-top:1rem!important;color:#fff!important;width:100%;font-weight:500!important}.forgotPasswordModal{padding:1em}.linkNoEmailRecieved{color:red!important;margin-top:1em!important;margin-bottom:-.5em}.linkNoEmailRecieved:hover{text-decoration:underline;cursor:pointer}.tabulatedTittle{margin-top:.5em;margin-bottom:-.5em;line-height:26px!important}.tabulatedTittle:before{content:"•"!important;margin-left:1px;margin-right:-8px!important;color:red!important}.marginBottom15{margin-bottom:15px!important}.marginBottom20{margin-bottom:20px!important}ul{list-style-type:none;padding-left:0}li:before{content:"•";padding-right:8px;color:red}.formTitle{text-align:left;font-style:normal;font-weight:600;font-size:20px;line-height:36px;color:#6a6a62}.forgotPasswordGrid{align-items:center;margin-top:1em!important;padding:10px 10px 0!important;max-width:360px;background:#fff;box-shadow:0 0 30px #a3a3a380;border-radius:8px!important}.loginList{margin-top:-1rem}.iconCard{background:#f9f9f9;text-align:center;border-radius:50%;width:100px;height:100px;display:flex;align-items:center;justify-content:center;margin:1em;box-shadow:3px 3px 6px #0000008f}.displayCenter{display:flex;align-items:center;justify-content:center}.inactiveCard{color:#707070}.headerCard{font-weight:700;font-size:1.28571429em;margin-top:-.21425em;line-height:1.28571429em}i.icon{margin:0!important}.noPadding{padding:0!important}a{color:#ea1e25}.cursorPointer{cursor:pointer}.colorGray{color:#8e8e8e}.activeState{background:#ea1e25!important}.expiratedState,.inactiveState{background:#545454!important}.notHiredState{background:#c7c7c7!important}.ReactTable.clientsTable .rt-th:nth-child(1),.ReactTable.clientsTable .rt-td:nth-child(1),.ReactTable.clientsSubComponent .rt-th:nth-child(1),.ReactTable.clientsSubComponent .rt-td:nth-child(1){width:15%!important;text-align:left}.ReactTable.clientsTable .rt-th:nth-child(2),.ReactTable.clientsTable .rt-td:nth-child(2),.ReactTable.clientsSubComponent .rt-th:nth-child(2),.ReactTable.clientsSubComponent .rt-td:nth-child(2){width:10%!important;text-align:center}.ReactTable.clientsTable .rt-th:nth-child(3),.ReactTable.clientsTable .rt-td:nth-child(3),.ReactTable.clientsSubComponent .rt-th:nth-child(3),.ReactTable.clientsSubComponent .rt-td:nth-child(3){width:5%!important;text-align:center}.ReactTable.clientsTable .rt-th:nth-child(4),.ReactTable.clientsTable .rt-td:nth-child(4),.ReactTable.clientsSubComponent .rt-th:nth-child(4),.ReactTable.clientsSubComponent .rt-td:nth-child(4){width:10%!important;text-align:center}.ReactTable.clientsTable .rt-th:nth-child(5),.ReactTable.clientsTable .rt-td:nth-child(5),.ReactTable.clientsSubComponent .rt-th:nth-child(5),.ReactTable.clientsSubComponent .rt-td:nth-child(5){width:15%!important;text-align:center}.ReactTable.clientsTable .rt-th:nth-child(6),.ReactTable.clientsTable .rt-td:nth-child(6),.ReactTable.clientsSubComponent .rt-th:nth-child(6),.ReactTable.clientsSubComponent .rt-td:nth-child(6){width:10%!important;text-align:center}.ReactTable.clientsTable .rt-th:nth-child(7),.ReactTable.clientsTable .rt-td:nth-child(7),.ReactTable.clientsSubComponent .rt-th:nth-child(7),.ReactTable.clientsSubComponent .rt-td:nth-child(7){width:10%!important;text-align:center}.ReactTable.clientsTable .rt-th:nth-child(8),.ReactTable.clientsTable .rt-td:nth-child(8),.ReactTable.clientsSubComponent .rt-th:nth-child(8),.ReactTable.clientsSubComponent .rt-td:nth-child(8){width:0%!important}.ReactTable.usersTable .rt-th:nth-child(1),.ReactTable.usersTable .rt-td:nth-child(1){width:20%!important;text-align:left}.ReactTable.usersTable .rt-th:nth-child(2),.ReactTable.usersTable .rt-td:nth-child(2){width:25%!important;text-align:left}.ReactTable.usersTable .rt-th:nth-child(3),.ReactTable.usersTable .rt-td:nth-child(3){width:10%!important;text-align:left}.ReactTable.usersTable .rt-th:nth-child(n+4):not(:nth-last-child(-n+2)),.ReactTable.usersTable .rt-td:nth-child(n+4):not(:nth-last-child(-n+2)){width:auto!important;min-width:90px!important;text-align:center}.ReactTable.usersTable .rt-th:nth-last-child(2),.ReactTable.usersTable .rt-td:nth-last-child(2){width:10%!important;text-align:center}.ReactTable.usersTable .rt-th:last-child,.ReactTable.usersTable .rt-td:last-child{width:0%!important}.ReactTable.usersTable{table-layout:auto!important}.ReactTable.usersTable .rt-table{min-width:100%!important}.noPaddingTop{padding-top:0!important}.msgDetail{font-size:14px!important;font-weight:400!important}.label.buttonStyle{background:#f8f8f8!important;border:1px solid #E0E0E0!important;opacity:1;color:#71737c!important;width:40px;height:40px;border-radius:50%;text-align:center;vertical-align:middle;cursor:pointer}.label.buttonStyle.cursorNotAllowed{cursor:not-allowed}.label.labelStyle{background:#f8f8f8!important;border:1px solid #E0E0E0!important;opacity:1;color:#71737c!important;height:40px;border-radius:10em;text-align:left;vertical-align:middle;cursor:pointer}.label.labelStyle.cursorNotAllowed{cursor:not-allowed}.label.labelStyle span{font-weight:500;font-size:12px;color:#8f9096;margin:0;top:50%;-ms-transform:translateY(-50%);transform:translateY(-50%);position:absolute}.label.labelStyle div{position:relative}.hoverGreen:hover{fill:#21ba45!important;color:#21ba45!important}.hoverRed:hover{fill:#ea1e25!important;color:#ea1e25!important}.hoverGrey:hover{fill:#575756!important;color:#575756!important}.borderBottom{border-bottom:1px solid rgba(34,36,38,.15)}.labelFieldNewOperation{font-size:12px!important;margin:0rem 0rem .75rem!important;font-weight:500!important;color:#575962!important}.fieldNewOperation textarea{background-color:#f8f8f8!important;font-size:12px!important;border-radius:3px!important;height:140px;border-color:#e0e0e0}.fieldNewOperation .field{height:30px!important}.marginTop35px{margin-top:35px!important}.paddingLeft0,.paddingRight0{padding-left:0!important}.Testing{height:500px}.export-button-icon{display:flex;align-items:center;justify-content:center}.export-button-icon svg{margin-right:5px;stroke:#717c73}.export-button-icon:hover svg,.export-button-icon:focus svg,.export-button-icon:active svg{stroke:#575962!important}.createUser__background{display:flex;justify-content:center;padding:1rem;background-image:url(/assets/monte-Ct6W5vw5.svg);background-position:center bottom;background-repeat:no-repeat;background-attachment:fixed;background-size:100%;height:100%}.my-component-container{display:flex;flex-direction:column;height:fit-content;max-width:360px;background:#fff;box-shadow:0 0 30px #a3a3a380;border-radius:8px}.my-component-input-group{display:flex;flex-direction:column;align-items:flex-start;width:100%;position:relative;margin-bottom:1.2rem}.my-component-input-field{width:100%;display:flex;flex-direction:row;align-items:flex-start;padding:8px;gap:8px;background:#f3f3f2;border:1px solid rgba(34,36,38,.14902);border-radius:4px;font-size:14px;color:#6a6a62;font-weight:400}.my-component-input-field:focus{border-color:#4285f4}.my-component-error-msg{color:#000;font-size:12px}.my-component-title{font-style:normal;font-weight:600;font-size:20px;line-height:36px;color:#6a6a62}.my-component-label{font-style:normal;font-weight:400;font-size:16px;line-height:24px;color:#6a6a62;margin-bottom:4px}.my-component-submit-btn{background:#6a6a62!important;font-style:normal;font-weight:500;font-size:16px;line-height:24px;border:none;margin-top:1rem!important;color:#fff!important;font-weight:500!important}.disabled{color:#d3d3d3}ul{list-style-type:none;padding-left:1em}li:before{content:"•";color:red;display:inline-block;width:1em;margin-left:-1rem}.form__signup{width:100%;display:flex;flex-direction:column;padding:1rem 22px}.contenedor__error{margin-top:.2rem;display:flex;align-items:center;gap:.2rem}.icono-error{color:#f2711c;font-size:14px}.iEye{position:absolute;top:2.6rem!important;right:10px;color:#6a6a62;font-size:14px}.forgotPass{cursor:pointer;font-style:normal;font-weight:400;font-size:12px;line-height:21px;text-align:left;color:#da291c}.change-email-link{cursor:pointer;font-style:normal;font-weight:400;font-size:12px;line-height:21px;color:#666;display:inline-block;margin-top:4px}.change-email-link:hover{color:#da291c}.logo-card{padding:6px}.iInfo{color:#6a6a62;position:relative;cursor:pointer;display:inline-flex;align-items:center;margin-left:4px;vertical-align:middle}.iInfo .tooltip{top:1.6rem;left:0}.iMailInfo{color:#6a6a62;position:absolute;cursor:pointer;top:0!important;left:3em!important}.iMailCcInfo{color:#6a6a62;position:absolute;cursor:pointer;top:0!important;left:5.5em!important}.tooltip{position:absolute;width:15rem;padding:.5rem;background-color:#333;color:#fff;border-radius:.3rem;box-shadow:0 0 .5rem #0003;display:none;font-size:.8rem;z-index:30!important}.iInfo:hover .tooltip,.iMailInfo:hover .tooltip,.iMailCcInfo:hover .tooltip{display:inline-block}.microsoft-sso-container{padding:1rem 22px 0;width:100%}.microsoft-sso-button{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;padding:10px 16px;background:#fff;border:1px solid #8C8C8C;border-radius:4px;font-weight:500;font-size:15px;color:#5e5e5e;cursor:pointer;transition:all .2s ease}.microsoft-sso-button:hover{background:#f3f3f2;border-color:#6a6a62}.microsoft-sso-button:active{background:#e8e8e8;transform:scale(.98)}.microsoft-icon{width:20px;height:20px}.or-divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0;color:#6a6a62}.or-divider:before,.or-divider:after{content:"";flex:1;border-bottom:1px solid #E0E0E0}.or-divider span{padding:0 1rem;font-size:14px;font-weight:400}.logo{width:170px;padding:0 30px 0 0;margin-left:0!important}.userPopup .header{padding-top:.5rem!important;padding-bottom:.5rem!important;background-color:#9b9b9b!important;color:#fff!important}.userPopup{width:100%!important}.marginLeft0px{margin-left:0!important}.marginRight0px{margin-right:0!important}.CambioCont{margin-top:6px!important;color:unset!important;box-shadow:inset 0 0 0 1px #ea1e25!important}.CerrarSesionBoton{margin-bottom:6px!important}.buttonASLink{background:none!important;border:none;padding:0!important;color:#069;text-decoration:underline;cursor:pointer;font-size:12px!important}#userPopupInv{margin-right:0;margin-left:0;width:100%}#userPopupInv .datos-usuario-iniciales{border-radius:50%;background-color:#ea1e25;color:#fff;font-size:3rem!important;padding:.5rem;box-shadow:0 2px 4px #2224261f,0 2px 10px #22242626;min-width:96px!important;min-height:96px!important;text-align:center;line-height:82px!important}#userPopupInv .datos-usuario-separador{width:100%;background-color:#d3d3d3;height:1px;border:none}#userPopupInv #boton-popup-usuario{color:#575962!important;font-size:13px;font-weight:500;box-shadow:0 0 0 1px #ea1e25 inset}#userPopupInv .boton-secundario{font-size:13px;font-weight:500}.clientOptionItem_container{width:100%;height:auto;display:flex;cursor:pointer;justify-content:space-between;align-items:center;margin:8px 0}.clientOptionItem_left{display:flex;flex-direction:column}.clientOptionItem_name,.clientOptionItem_info{font-size:13px;font-weight:500;line-height:16px;text-align:left}.clientOptionItem_info{font-size:11px;color:#84847b}.userMenuOptions{font-size:11px;font-weight:400;line-height:16px;text-align:left;padding:0!important;margin-top:10px;cursor:pointer}.userPopupOp{width:100%!important}#confirmContinueButton{color:#fff!important;background-color:red!important;box-shadow:none!important;margin-right:-1.5em!important}#confirmCancelButton{color:#fff!important;background-color:#636569!important;box-shadow:none;margin-left:.25em!important}.confirmStyles{border-radius:10px!important;border:1px solid #d3d3d3;padding:2em}.confirmStyles>.actions{margin-top:2em!important}.borderConfirm{border:none;box-shadow:0 0 30px #a3a3a380;border-radius:8px;background:#fff!important}.borderConfirm>.close{top:-3.5rem!important;right:-3.5rem!important}#formContinueButton{color:#fff!important;background-color:red!important;box-shadow:none!important}#formCancelButton{color:#fff!important;background-color:#636569!important;box-shadow:none;margin-right:.5em!important}.fontDropdown{font-weight:500!important;color:#575962!important;font-size:12px!important}.modalTextSize{font-size:12px!important;font-weight:500!important;color:#575962!important}.modalTitleSize{font-size:14px!important;color:#575963!important}.paddingLeftModalH3{padding-left:1rem}.alignRightButton{text-align:right}.marginBottom0{margin-bottom:0!important}.padTop0{padding-top:0!important}.modalTitleColor{color:#575963!important}.ConfirmComment{height:250px!important;width:500px!important;background-color:#fff!important}.ConfirmComment,.modalHeader .header{padding:1.25rem 1.5rem!important;border-bottom:1px solid rgba(34,36,38,.15)}.ConfirmComment,.actions{padding:0!important;margin-top:2%!important;margin-right:15px!important;border-top:0px!important;background-color:#fff!important}
