body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Roboto,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.app-header{align-items:center;box-shadow:0 8px 32px hsla(203,7%,43%,.2);display:flex;height:50px;justify-content:space-between;padding:0 20px;position:static;top:0;width:calc(100vw - 40px)}.app-header h2{color:var(--primary-color)}.App-logo,.user-img{height:30px}.user-img{border-radius:15px;margin-right:10px;width:30px}.app-header--user-container{align-items:center;display:flex;justify-content:space-around}.App{--primary-color:#3c6af0;--secondary-color:#d1def8;--grayed-background:rgba(224,231,248,.692);--card-border:#e4e4e4;height:100vh;width:100vw}.App main{height:calc(100% - 90px);overflow-y:auto;padding:20px;width:calc(100% - 40px)}#error-page{align-items:center;display:flex;flex-direction:column;height:100vh;justify-content:center;width:100vw}#error-page .error-message{color:gray}h1,h2,h3,h4,h5,h6{margin:0}button{align-items:center;background:linear-gradient(180deg,#4b91f7,#367af6);background-origin:border-box;border:none;border-radius:6px;box-shadow:0 .5px 1.5px rgba(54,122,246,.25),inset 0 .8px 0 -.25px hsla(0,0%,100%,.2);color:#fff;display:flex;gap:5px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:6px 12px;touch-action:manipulation;user-select:none;-webkit-user-select:none}button:focus{box-shadow:inset 0 .8px 0 -.25px hsla(0,0%,100%,.2),0 .5px 1.5px rgba(54,122,246,.25),0 0 0 3.5px rgba(58,108,217,.5);outline:0}button:hover{cursor:pointer}button[disabled]{background:linear-gradient(180deg,#cadfff,#7686a5);color:#fff;cursor:not-allowed}.dropdown a.button{align-items:center;background:var(--primary-color);border-radius:50px;box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-size:14px;padding:10px 7px}.dropdown,.dropdown a.button{border:none;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.dropdown{margin-right:1em;padding:0;position:relative}.dropdown summary{list-style:none;list-style-type:none}.dropdown>summary::-webkit-details-marker{display:none}.dropdown summary:focus{outline:none}.dropdown ul{background:var(--secondary-color);border-radius:6px;box-sizing:border-box;left:50%;list-style:none;margin:10px 0 0 -80px;padding:20px 0;position:absolute;width:160px;z-index:2}.dropdown ul li{margin:0;padding:0}.dropdown ul li a{box-sizing:border-box;color:var(--dropdown-color);display:inline-block;padding:10px .8rem;text-decoration:none;width:100%}.dropdown ul li a:hover{background-color:#f3f3f3}.dropdown ul:before{border-color:transparent transparent var(--secondary-color) transparent;border-style:solid;border-width:0 10px 10px;content:" ";height:0;left:50%;margin-left:-10px;position:absolute;top:-10px;width:0}.dropdown>summary:before{display:none}.dropdown[open]>summary:before{bottom:0;content:" ";display:block;left:0;position:fixed;right:0;top:0;z-index:1}.checkbox-container{display:flex;gap:10px}.checkbox-container:hover,label:hover{cursor:pointer}.checkbox{--background:#fff;--border:#d1d6ee;--border-hover:#bbc1e1;--border-active:#1e2235;--tick:#fff;-webkit-font-smoothing:antialiased;box-sizing:border-box;position:relative}.checkbox input,.checkbox svg{display:block;height:21px;width:21px}.checkbox input{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:var(--background);border:none;border-radius:4px;box-shadow:inset 0 0 0 1px var(--border);box-shadow:inset 0 0 0 var(--s,1px) var(--b,var(--border));cursor:pointer;margin:0;outline:none;padding:0;position:relative;transition:box-shadow .3s}.checkbox input:hover{--s:2px;--b:var(--border-hover)}.checkbox input:checked{--b:var(--primary-color)}.checkbox svg{fill:none;stroke-width:2px;stroke-linecap:round;stroke-linejoin:round;stroke:var(--primary-color);stroke:var(--stroke,var(--primary-color));height:21px;left:0;pointer-events:none;position:absolute;top:0;-webkit-transform:scale(1) translateZ(0);transform:scale(1) translateZ(0);-webkit-transform:scale(var(--scale,1)) translateZ(0);transform:scale(var(--scale,1)) translateZ(0);width:21px}.checkbox.bounce{--stroke:var(--tick)}.checkbox.bounce input:checked{--s:11px}.checkbox.bounce input:checked+svg{-webkit-animation:bounce .4s linear .2s forwards;animation:bounce .4s linear .2s forwards}.checkbox.bounce svg{--scale:0}.checkbox-label{width:100%}@-webkit-keyframes bounce{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}75%{-webkit-transform:scale(.9);transform:scale(.9)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce{50%{-webkit-transform:scale(1.2);transform:scale(1.2)}75%{-webkit-transform:scale(.9);transform:scale(.9)}to{-webkit-transform:scale(1);transform:scale(1)}}.badge{border-radius:20px;font-size:11px;font-weight:700;padding:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.badge.success{background-color:#198754;color:#fff}.badge.danger{background-color:red;color:#fff}.custom-table{border-collapse:collapse;box-shadow:0 0 20px rgba(0,0,0,.15);font-size:.9em;margin:20px 0;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:100%}.custom-table thead tr{background-color:var(--primary-color);color:#fff;text-align:left}.custom-table td,.custom-table th{max-width:30%;overflow:hidden;padding:10px 13px;text-overflow:ellipsis;white-space:nowrap}.custom-table tbody tr{border-bottom:1px solid #ddd}.custom-table tbody tr:nth-of-type(2n){background-color:#f3f3f3}.custom-table tbody tr:last-of-type{border-bottom:2px solid var(--primary-color)}.user-cell{align-items:center;display:flex;font-weight:700}.custom-table tbody .users-rows:hover{background-color:var(--secondary-color);cursor:pointer}.custom-table tbody .users-rows:hover .user-cell{text-decoration:underline}.user-cell .user-img{height:30px;width:30px}.no-results-row{padding:40px!important}@media (max-width:900px){.birthdate-col{display:none}}@media (max-width:680px){.custom-table td,.custom-table th{max-width:0}.customer-col{width:55%}.birthdate-col,.email-col{display:none}}.customers .customers--subheader{display:flex;margin-top:10px}.customers .customers--subheader .metadata{align-items:center;display:flex;margin-right:20px}.multistep{--passed:#3c69f06c;--pending:#d1d1d1;gap:5px;width:100%}.multistep,.multistep .step{display:flex;justify-content:center}.multistep .step{align-items:center;background-color:var(--primary-color);color:#fff;font-size:14px;font-weight:700;height:40px;padding-left:20px;position:relative;width:16%}.multistep .step:after{border-left:20px solid var(--primary-color);right:-20px;z-index:2}.multistep .step:after,.multistep .step:before{border-bottom:20px solid transparent;border-top:20px solid transparent;content:"";height:0;position:absolute;width:0}.multistep .step:before{border-left:20px solid #fff;left:0;z-index:1}.multistep .step--passed{background-color:var(--passed)}.multistep .step--passed:after{border-left:20px solid var(--passed)}.multistep .step--pending{background-color:var(--pending);color:#000}.multistep .step--pending:after{border-left:20px solid var(--pending)}@media (max-width:700px){.multistep{-webkit-transform:translateX(-10px);transform:translateX(-10px)}.multistep .step{font-size:10px;padding:0 5px 0 25px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}}.loader svg{-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:spin;animation-name:spin;-webkit-animation-timing-function:linear;animation-timing-function:linear;color:var(--primary-color)}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.customer{background-color:var(--grayed-background);border-radius:20px 20px 0 0;min-height:100%;padding:0 30px;width:calc(100% - 60px)}.customer .nav-button{align-items:end;color:gray;cursor:pointer;display:inline-flex;font-size:16px;font-weight:700;height:25px;margin-left:-25px}.customer--header{align-items:center;display:flex;justify-content:space-between;padding:20px 0;width:100%}.customer--info{align-items:center;display:flex;gap:10px}.customer--header img{border-radius:40px;height:80px;width:80px}.customer--header a{text-decoration:none!important}.customer--body{align-items:center;background-color:#fff;display:flex;flex-direction:column;justify-content:center;padding:30px;width:calc(100% - 60px)}.customer--detail{border:1px solid var(--card-border);border-radius:10px;margin-top:20px;width:100%}.detail--header{border-bottom:1px solid var(--card-border);font-weight:700;padding:15px}.detail--national-id{grid-area:nationalId}.detail--stage{grid-area:stage}.detail--status{grid-area:status}.detail--assignee{grid-area:assignee}.lead-validation{align-self:stretch;display:flex;flex-direction:column;grid-area:leadValidation;justify-content:space-between;justify-self:end}.validations-status{font-size:14px;font-weight:700;list-style-type:none;margin:0 0 10px;padding:0}.validations-status li{display:flex;gap:5px}.validations-status li.pending{color:gray}.validations-status li.approved{color:green}.validations-status li.rejected{color:red}.validate-btn{align-self:end;grid-area:validateBtn;justify-self:end}.detail--body{grid-row-gap:20px;display:grid;grid-template-areas:"nationalId stage leadValidation" "status assignee leadValidation";grid-template-columns:1fr 1fr 2fr;padding:15px;row-gap:20px}.detail--body h4{color:gray;font-size:14px;font-weight:700;margin-bottom:5px}.detail--body span{font-size:14px}.detail--assignee .user-img{height:25px;width:25px}.detail--assignee div{align-items:center;display:flex}@media (max-width:700px){.customer{background-color:initial}.customer,.customer--body{padding:0;width:100%}.customer--header img{border-radius:20px;height:40px;width:40px}.detail--body{display:flex;flex-direction:column;gap:20px;padding:15px}.customer--header .badge{display:none}.validations-status{margin-left:auto}.customer .nav-button{margin:0}}
/*# sourceMappingURL=main.74020a84.css.map*/