:root{font-family:Open Sans,sans-serif;font-style:normal;line-height:1.5;font-weight:400;color-scheme:light dark;color:var(--text-primary);background-color:#fff;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:Open Sans,sans-serif;height:100vh;width:100vw}code{font-family:Open Sans,sans-serif}button{background:none;border:0;color:inherit;font:inherit;line-height:normal;overflow:visible;padding:0}.flex{display:flex}#root{margin:0 auto;padding:3rem 0 0;height:100vh;overflow-x:hidden;overflow-y:auto}.card{padding:2em}.iconStyle.MuiSvgIcon-root{font-size:1.5em}.iconStyle--cancelIcon.MuiSvgIcon-root{color:red}.iconStyle--checkIcon.MuiSvgIcon-root{color:green}.iconStyle--warningIcon.MuiSvgIcon-root,.iconStyle--infoIcon.MuiSvgIcon-root{color:orange}.customSnackbar.MuiSnackbar-anchorOriginTopCenter,.customSnackbar.MuiSnackbar-anchorOriginTopLeft,.customSnackbar.MuiSnackbar-anchorOriginTopRight{top:4.5rem}.MuiSnackbarContent-root{font-size:1.1rem;min-width:fit-content;height:fit-content;padding:.4em .8em;background-color:#e4e4e4;flex-grow:initial}.MuiSnackbarContent-message{padding:0}.MuiSnackbarContent-message .customSnackbar__message{display:flex;align-items:center;gap:.5em;font-weight:700}.MuiSnackbarContent-action{padding-left:1.25em}.MuiSnackbarContent-action .customSnackbar__button{color:var(--prmary-main);padding-top:6.6px}@media screen and (max-width: 697px){.customSnackbar.MuiSnackbar-root .MuiSnackbarContent-root{font-size:.8rem}}.bots-page-container{display:flex;flex-direction:column;height:100%}.bots-page-container header{display:flex;align-items:center;justify-content:space-between;padding:0 1rem;margin:2.5rem 2rem 1.5rem}.bots-page-container header h1{font-size:1.25rem;letter-spacing:.15px;line-height:1.5em;font-weight:600;color:#000000de}.bots-page-container section{flex:1;position:relative;padding:3rem 0;margin:2rem;margin-top:0;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background-color:#f2f2f2;border-radius:.25em;box-shadow:0 1px 3px #0003,0 2px 1px #0000001f,0 1px 1px #00000024;overflow-y:scroll}.bots-page-container section::-webkit-scrollbar{background-color:transparent;width:8px;margin:3px}.bots-page-container section::-webkit-scrollbar-track{background-color:transparent}.bots-page-container section::-webkit-scrollbar-thumb{background-color:#404040;border-radius:16px}.bots-page-container section::-webkit-scrollbar-button{display:none}.bots-page-container section h3{font-size:1.5em;display:flex;flex:1}.bots-page-container section .bots-list-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;height:50%;width:auto}.bots-page-container section .bots-list-empty img{height:100%}.bots-page-container section .bots-list-empty p{font-size:1rem}.bots-page-container .add-bot-button-container{display:flex;position:sticky;bottom:0;flex:1;align-items:flex-end}.bots-page-container .add-bot-button-container .add-bot-button{display:flex;background-color:#a466a8;color:#000}.bots-page-container .add-bot-button-container .add-bot-button .icon{margin-right:.25rem}.bots-page-container .add-bot-button-container .add-bot-button p{font-weight:700}.bots-page-container .add-bot-button-container .add-bot-button:hover{background-color:#a466a8}@media (max-width: 400px){.bots-page-container header p{display:none}.bots-page-container .bot-card-container .bot-card{margin:.5rem}}.bot-card-container{display:flex;flex-direction:column;justify-content:center;width:100%;gap:1.5rem}.bot-card-container .bot-card{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:0 2rem;padding:0 1.5rem;height:4.5rem;border-radius:4px;background:var(--elevation-overlay-04-dp, linear-gradient(0deg, rgba(255, 255, 255, .09) 0%, rgba(255, 255, 255, .09) 100%), #ffffff);box-shadow:0 2px 4px #0003,0 1px 10px #0000001f,0 4px 5px #00000024}.bot-card-container .bot-card.card-disabled{background:#e5e5e5}.bot-card-container .bot-card.card-disabled .bot-card-info{cursor:unset}.bot-card-container .bot-card.card-disabled .bot-card-info img{filter:grayscale(100%)}.bot-card-container .bot-card .bot-card-info{display:flex;flex-direction:column;width:100%;cursor:pointer}.bot-card-container .bot-card .bot-card-info img{height:3rem;width:3rem;object-fit:cover;border-radius:50%}.bot-card-container .bot-card .bot-card-info .bot-name{font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;color:#000;opacity:.87}.bot-card-container .bot-card .bot-card-info .bot-description{font-weight:400;font-size:14px;line-height:20px;letter-spacing:.25px;color:#000;opacity:.6}.bot-card-container .bot-card .bot-card-actions{display:flex;flex-direction:row;align-items:center;gap:2.5rem}.bot-card-container .bot-card .bot-card-actions .delete,.bot-card-container .bot-card .bot-card-actions .activate{display:flex}.bot-card-container .bot-card .bot-card-actions .delete .delete-icon{color:#be90c1;cursor:pointer}.bot-card-container .bot-card .bot-card-actions .status .chip{color:#fff;font-weight:400}.bot-card-container .bot-card .bot-card-actions .status .chip .FAILED-status{background-color:#d00}.bot-card-container .bot-card .bot-card-actions .status .chip .TRAINING-status{background-color:#e67300}.bot-card-container .bot-card .bot-card-actions .status .chip .TRAINED-status{background-color:#0dc76b}.bot-card-container .bot-card .bot-card-actions .status .chip.no-documents-status{background-color:#f2f23d;color:#333}.bot-card-container .switch .MuiSwitch-switchBase.Mui-checked{color:#00b3ab}.bot-card-container .switch .MuiSwitch-switchBase.Mui-checked+.MuiSwitch-track{background-color:#00b3ab}@media (max-width: 700px){.bot-card-container .bot-card{flex-direction:column;justify-content:space-around;align-items:center;padding:1rem 1.5rem;height:auto}}@media (max-width: 400px){.bot-card-container .bot-card{margin:.5rem}}p{margin:0}.nav-bar-container{position:fixed;top:0;left:0;right:0;background-color:#f4f4f4;height:3.75rem;display:flex;align-items:center;justify-content:space-between;padding:0 2.5rem;z-index:99}.nav-bar-sides{display:flex;flex-grow:1;flex-basis:0}.j-end{justify-content:flex-end}.j-start{justify-content:flex-start}.nav-bar-logo{cursor:pointer;text-decoration:none}.arrow-back{width:1.5rem;height:1.5rem;color:#0a2b8a!important}.back-name{font-size:.9rem;font-weight:600;color:#0a2b8a;letter-spacing:.15em}.nav-bar-right{display:flex;align-items:center;gap:.7rem;color:#fff9}.nav-bar-right p{font-size:.9rem;font-weight:400;letter-spacing:.025rem;font-style:normal;color:#0009}.nav-bar-logo img{height:1.5rem}.nav-bar-logout-icon{cursor:pointer;font-weight:900;color:#0a2b8a}.nav-bar-logout-icon:hover{color:#0a2b8a;cursor:pointer}.nav-bar-left a{font-size:.9rem;display:flex;align-items:center;gap:.5rem;color:#fff9;text-decoration:none;font-weight:600;cursor:pointer;padding:.5rem 0;letter-spacing:.15em}.nav-bar-left .arrow-back{width:1rem;height:1rem}@media (max-width: 768px){.nav-bar-container{padding:0 1.5rem}.nav-bar-right p{display:none}}@media (max-width: 400px){.nav-bar-left p{display:none}}.dashboard-content.channel{background-color:#fff;padding:2rem;width:100%;height:100%}.dashboard-content__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.dashboard-content__header .channel__page-title{top:98px;left:103px;font-weight:600;font-size:20px;line-height:24px;letter-spacing:.15px}.dashboard-content__header .channel__actions{display:flex;gap:1rem}.dashboard-content__header .channel__actions .containedButton{font-size:.875rem;padding:.5rem 1rem;text-transform:none;background-color:#0a2b8a;color:#fff}.dashboard-content__header .channel__actions .containedButton.Mui-disabled{background-color:#0000001f;color:#00000042;border-color:#00000042;cursor:not-allowed}.channel__cards{display:flex;flex-wrap:wrap;gap:2rem;justify-content:center;align-items:flex-start}.dashboard-content__card{background:#fff;border-radius:1rem;box-shadow:0 4px 12px #0000000d;padding:1.5rem;flex:1;max-width:45em;display:flex;flex-direction:column}.channel__group-title{min-height:1.5em;margin-bottom:1rem;letter-spacing:.15px;font-size:16px;font-weight:600;line-height:24px;color:#000}.channel__form{display:flex;flex-direction:column;gap:1rem;color:#000000de;font-family:Roboto,sans-serif;font-weight:400;font-size:16px;line-height:24px;letter-spacing:.15px}.channel__form .channel__input-container{display:flex;flex-direction:column;gap:.5rem;width:100%;max-width:22em;min-height:5em}.channel__form .channel__input-container .channel__inputs{height:2.9em;font-size:.875rem}.channel__form{width:100%;max-width:30em;margin:0;padding:0}.channel__input-container .channel__inputs{width:100%;max-width:none}.channel__input-container .channel__inputs input{width:100%;box-sizing:border-box}@media (max-width: 1024px){.dashboard-content__header{padding:0 1rem}.channel__cards{gap:1.5rem}}@media (max-width: 768px){.dashboard-content__header{flex-direction:column;align-items:flex-start;gap:1rem}.channel__actions{width:100%;justify-content:flex-start}.channel__cards{flex-direction:column;align-items:stretch}.dashboard-content__card{max-width:none}}@media (max-width: 480px){.dashboard-content.channel{padding:1rem}.channel__actions .containedButton{flex:1;width:100%}.channel__form{gap:1.25rem}}.MuiFormControl-root{width:100%}.interInput .MuiOutlinedInput-notchedOutline{border-color:var(--text-disabled)}.FormHelperText.MuiFormHelperText-root{width:100%;color:var(--text-secondary);font-size:.75em;margin:.25em 1.17em 0}.FormHelperText.Mui-error{width:100%;color:var(--error-main)}.errorIcon{color:var(--error-main)}.interInput.MuiInputBase-root{width:100%;font-size:inherit}.standarInputLabel.MuiFormLabel-root{font-size:1em}.password_icon{color:var(--text-disabled)}.dm-header{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.dm-header .dm-title{font-size:1.25rem;font-weight:600;color:#000}.dm-header .dm-controls{display:flex;align-items:center;justify-content:space-between;width:100%}.dm-header .dm-actions{display:flex;align-items:center;gap:.75rem}.dm-header .dm-actions .dm-add-btn,.dm-header .dm-actions .dm-train-btn{text-transform:none;font-size:.875rem;padding:.5rem 1rem;border-radius:999px;box-shadow:none}.dm-header .dm-actions .dm-add-btn{background-color:#0d47a1;color:#fff}.dm-header .dm-actions .dm-add-btn:disabled{background-color:#0000001f;color:#00000042;border-color:#00000042;cursor:not-allowed}.dm-header .dm-actions .dm-train-btn{background-color:#0d47a11a;color:#0d47a1}.dm-header .dm-actions .dm-train-btn:disabled{background-color:#0000001f;color:#00000042;border-color:#00000042;cursor:not-allowed}.dm-header .dm-actions .dm-global-chip{margin-left:.5rem;font-weight:500}.dm-header .dm-actions .dm-help-btn{color:#0000008a}.dm-header .dm-search{width:16rem}.dm-header .dm-search .MuiOutlinedInput-notchedOutline{border-radius:999px}@media (max-width: 768px){.dm-header .dm-controls{flex-direction:column;align-items:stretch;gap:1rem}.dm-header .dm-search{width:100%}}.dm-table-container table{width:100%;border-collapse:collapse}.dm-table-container th,.dm-table-container td{padding:.75rem 1rem;white-space:nowrap}.dm-table-container .dm-empty{text-align:center;padding:1rem;color:#999}.dm-table-container .col-documentos,.dm-table-container .col-estado,.dm-table-container .col-fecha{width:1%;text-align:left}.dm-table-container .col-delete{display:flex;justify-content:flex-end}.dm-table-container .dm-link{cursor:pointer;color:#1976d2}.dm-table-container .dm-link:hover{text-decoration:underline}.dm-table-container .status{display:inline-flex;align-items:center;gap:6px}.dm-table-container .status-to_train,.dm-table-container .status-failed{color:#d32f2f}.dm-table-container .status-training{color:#ed6c02}.dm-table-container .status-trained{color:#2e7d32}.status-failed-wrapper{display:flex;flex-direction:column;gap:2px}.status-failed-wrapper .status-failure-message{display:block;max-width:340px;color:#8a6d3b;line-height:1.35;white-space:normal;cursor:help}.bot-documents{padding:1rem;width:100%}.bot-documents .dm-header{margin-bottom:1.5rem;padding:1em}.bot-documents .dm-header .dm-title{top:98px;left:103px;font-weight:600;font-size:20px;line-height:24px;letter-spacing:.15px}.bot-documents .dm-header .dm-controls{margin-top:.75rem}.bot-documents .dm-header .dm-controls .dm-actions button,.bot-documents .dm-header .dm-controls .dm-actions .dm-global-chip{margin-right:.5rem}.bot-documents .dm-header .dm-controls .dm-actions .dm-global-chip.MuiChip-colorSuccess{background-color:#00b3ab!important;color:#fff}.bot-documents .dm-header .dm-controls .dm-actions .dm-global-chip.MuiChip-colorWarning{background-color:#ff9800!important;color:#fff}.bot-documents .dm-header .dm-controls .dm-actions .dm-global-chip.MuiChip-colorError{background-color:#f44336!important;color:#fff}.bot-documents .dm-header .dm-controls .dm-search{width:200px}.bot-documents .dm-table{background:#fff;border-radius:8px;overflow:hidden}.bot-documents .dm-table table{width:100%;border-collapse:collapse}.bot-documents .dm-table table th,.bot-documents .dm-table table td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #eee}.bot-documents .dm-table table th{font-weight:600;font-size:.9rem;color:#555}.bot-documents .dm-table table td{font-size:.9rem;color:#333}.bot-documents .dm-table table .status-chip.to_train{background-color:#ff9800;color:#fff}.bot-documents .dm-table table .status-chip.training{background-color:#2196f3;color:#fff}.bot-documents .dm-table table .status-chip.trained{background-color:#4caf50;color:#fff}.bot-documents .dm-table table .status-chip.failed{background-color:#f44336;color:#fff}.bot-documents .dm-table table .delete-icon{color:#f44336;cursor:pointer}.bot-documents .dm-table table .delete-icon:hover{opacity:.8}.custom-success-snackbar{background-color:#0dc76b;color:#262626}.MuiAlert-icon{color:#262626!important}.config-bot.dashboard-content{background:#f5f6f8;display:flex;flex-direction:column;width:100%;padding:2rem}.config-bot__header{display:flex;flex-direction:row;justify-content:space-between;align-items:baseline}.config-bot__header .config-bot__title{font-family:Roboto,sans-serif;font-size:1.25rem;font-weight:600;line-height:1.5rem;letter-spacing:.15px;color:#000;padding-top:1rem}.config-bot__header .config-bot__saveBtn{font-size:.875rem;text-transform:none;min-width:8rem;background-color:#0a2b8a;color:#fff}.config-bot__header .config-bot__saveBtn.Mui-disabled{background-color:#0000001f;color:#00000042;border-color:#00000042;cursor:not-allowed}.config-bot__content{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.dashboard-content__card.config-bot__section{background:#fff;border-radius:1rem;padding:1.5rem;display:flex;flex-direction:column;width:auto!important}.config-bot__section .config-bot__section-title{font-size:1rem;font-weight:600;line-height:1.5rem;margin-bottom:.5rem;color:#000}.config-bot__section .config-bot__section-desc{font-size:.875rem;line-height:1.25rem;color:#0009;margin-bottom:1.5rem}.config-bot__section .channel__form .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#3f51b5}.config-bot__section .channel__form .MuiOutlinedInput-root .MuiOutlinedInput-notchedOutline{padding:none}.config-bot__section .config-bot__section input,.config-bot__section .config-bot__section textarea{width:100%;height:3rem;font-size:.875rem;padding:.75rem 1rem;border:1px solid rgba(0,0,0,.23);border-radius:4px;background:#fff}@media (max-width: 768px){.config-bot__section .config-bot__header{flex-direction:column;align-items:flex-start;gap:1rem}.config-bot__section .config-bot__saveBtn{width:100%}.config-bot__section .config-bot__content{grid-template-columns:1fr}}.identity-form{display:flex;flex-direction:column;height:100%}.identity-form .identity-form__section{display:flex;flex-direction:column;gap:.8em;height:100%}.identity-config__form{max-width:60%;min-width:20em;padding-bottom:2em;flex:1}.identity-config__form .identity-form__section{height:unset;gap:.3em}.identity-config__form .identity-form__fileSelector{font-size:.87em}.subtitle1{font-family:Roboto,sans-serif;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;color:#000000de}.body2{font-weight:400;font-size:12px;line-height:20px;letter-spacing:.25px;color:#0009}.config-card-layout__header{padding:.5em 0;font-size:1.2em;font-weight:500}.config-card-layout{display:flex;flex-direction:column;width:100%;height:100%;gap:2em}.config-card-layout .config-card-layout__header{height:15%}.defBotMsg_form{display:flex;flex-direction:column;flex:1}.defBotMsg_form .defBotMsg__inpt-container{display:flex;flex-direction:column}.defBotMsg_form .defBotMsg__inpt-label{font-family:Roboto,sans-serif;font-weight:400;font-size:16px;line-height:22px;letter-spacing:.15px}.subtitle1.config-card-layout__header{font-family:Roboto,sans-serif;font-weight:600;font-size:16px;line-height:24px;letter-spacing:.15px;color:#000000de}.dialogContainer{min-width:22.5em;width:20%}.dialogContainer .dialog__title{display:flex;align-items:center;justify-content:space-between;padding:1.25em 1em .5em;font-size:1.25em}.dialogContainer .dialog__contnet{padding:0 1.25em 1.25em}.dialogContainer .dialog__buttonActions{margin:1em}.dialogContainer .dialog__buttonActions .dialog__actionBordles{color:var(--purple-100)}.dialogContainer .dialog__buttonActions .dialog__actionBordles:hover{background-color:transparent}.dialogContainer .dialog__buttonActions .dialog__actionContained{background-color:var(--purple-100)}@media screen and (max-height: 697px){.dialogBase{font-size:.8em}}.dialogSaveInfo{min-width:30em;color:#000}.dialogSaveInfo .subtitle1{font-size:1.25rem;font-weight:500;color:#000;font-family:Roboto,sans-serif}.dialogSaveInfo p{font-size:1rem;line-height:1.5;color:#030303;margin-top:1rem}.dialogSaveInfo .dialog__buttonActions .dialog__actionBordles{color:#0a2b8a}.dialogSaveInfo .dialog__buttonActions .dialog__actionContained{background-color:#0a2b8a;color:#fff}.dialogSaveInfo .dialog__buttonActions .dialog__actionContained.containedButton.Mui-disabled{background-color:#f4f4f4}.bot-dashboard-container{height:100%;width:100%;display:flex}.bot-dashboard-container .bot-dashboard-content{margin-left:4.5rem;display:flex;flex:1}.bot-dashboard-container aside{display:flex;flex-direction:column;justify-content:space-between;position:fixed;left:0;top:0;bottom:0;width:4.5rem;padding-top:3.75rem;background-color:#f4f4f4}.bot-dashboard-container aside nav ul{display:flex;flex-direction:column}.bot-dashboard-container aside nav ul a{text-decoration:none;display:flex;flex-direction:column;width:100%;align-items:center;justify-content:center;height:4.5rem;cursor:pointer;color:#0a2b8a}.bot-dashboard-container aside nav ul a .icon{font-size:1.5rem}.bot-dashboard-container aside nav ul a p{font-size:.75rem;margin-top:.25rem;font-weight:700}.bot-dashboard-container aside nav ul a.current{background-color:#0a2b8a;color:#fff}.error-page{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem 1.5rem;box-sizing:border-box}.error-page .error-page-contenido{display:flex;flex-direction:column;align-items:center;text-align:center;max-width:32rem}.error-page .error-page-logo{height:2.5rem;margin-bottom:2rem}.error-page h1{font-size:1.5rem;font-weight:600;line-height:1.4;color:#000000de;margin:0 0 .75rem}.error-page p{font-size:1rem;line-height:1.5;color:#0009;margin:0 0 2rem}.error-page .error-page-acciones{display:flex;flex-wrap:wrap;justify-content:center;gap:.75rem}.error-page .error-page-acciones button{font:inherit;font-weight:600;padding:.625rem 1.5rem;border-radius:.25rem;border:1px solid #0a2b8a;background:#0a2b8a;color:#fff;cursor:pointer}.error-page .error-page-acciones button:hover{opacity:.9}.error-page .error-page-acciones button.secundario{background:transparent;color:#0a2b8a}
