/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:0;line-height:1}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}h1,h2,h3,h4,h5,h6,p,a,label,span{line-height:1;margin:0}a{text-decoration:none;background-color:transparent;box-sizing:border-box}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1;margin:0;color:var(--black)}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button;cursor:pointer;height:50px;padding:0 50px;border:none;border-radius:50px;font-weight:600;font-size:20px;display:flex;justify-content:center;align-items:center;gap:10px}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring,[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring{outline:1px dotted ButtonText}datalist{display:block}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}@media (max-width: 767px){button,[type=button],[type=reset],[type=submit]{height:40px;font-size:16px;width:100%;padding:0 20px}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--headerHeight: 60px;--primary: #6A2D0E;--secondary: #8F461C;--accent-orange: #DC4942;--accent-green: #57632e;--accent-blue: #241547;--accent-pink: #fcebb8;--blue: #124E78;--red: #EF271B;--white: #FFFCF9;--black: #000000;--blackOpacity60: #00000099;--blackOpacity80: #000000CC;--borderRadius10: 10px;--borderWidth: 1px;--borderStyleSolid: solid;--borderStyleDashed: dashed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;min-height:100vh;position:relative}.wrapper{max-width:1440px;margin:0 auto 20px;width:100%;box-sizing:border-box;padding:0 20px}#root{display:flex;flex-direction:column;min-height:100%;width:100%;margin:0 auto}#main{display:flex;flex-direction:column;flex-grow:1}._alert_13n9m_1{padding:0;display:flex;align-items:center;justify-content:center;gap:10px;border-radius:var(--borderRadius10);color:var(--white);max-height:0;overflow:hidden;transition:.25s ease-in-out}._alert--open_13n9m_27{max-height:unset;padding:10px;margin-bottom:20px}._alert--success_13n9m_39{background-color:var(--accent-green)}._alert--info_13n9m_47{background-color:var(--blue)}._alert--error_13n9m_55{background-color:var(--red)}._alert__message_13n9m_63{font-size:24px}@media (max-width: 767px){._alert__message_13n9m_63{font-size:20px}}@media (max-width: 479px){._alert__message_13n9m_63{font-size:18px}}._backdrop_619vu_1{position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;display:flex;justify-content:center;align-items:center;background-color:var(--blackOpacity80)}._modal_1jolh_1{position:fixed;top:50%;left:0;transform:translate(-100%,-50%);background-color:var(--white);padding:20px;width:100%;max-width:500px;z-index:1;border-radius:var(--borderRadius10);box-sizing:border-box;transition:.25s ease-in-out}._modal--show_1jolh_31{left:50%;transform:translate(-50%,-50%)}._modal__header_1jolh_41,._modal__body_1jolh_43{margin-bottom:20px}._modal__header_1jolh_41,._modal__actions_1jolh_53{display:flex;justify-content:space-between;align-items:center}._modal__header-icon-wrapper_1jolh_65{cursor:pointer}._modal__body_1jolh_43{line-height:2}._modal__message_1jolh_81{font-size:20px}._modal__actions_1jolh_53{gap:20px}._modal__cancel_1jolh_97{background-color:var(--red);color:var(--white)}._modal__confirm_1jolh_107{background-color:var(--accent-green);color:var(--white)}@media (max-width: 767px){._modal_1jolh_1{max-width:400px}}@media (max-width: 479px){._modal_1jolh_1{max-width:300px}._modal__message_1jolh_81{font-size:14px}._modal__actions_1jolh_53{gap:10px;flex-direction:column}}._options__wrapper_krcbz_1{display:flex;gap:20px;margin-bottom:20px}._options__option_krcbz_13{cursor:pointer;display:flex;padding:10px 25px;font-size:18px;font-weight:500;border-radius:var(--borderRadius10);color:var(--black);background-color:var(--accent-pink);transition:.25s ease-in-out}._options__option_krcbz_13:not(._options__option--active_krcbz_37):hover{transform:scale(1.05) translateY(-2px);background-color:var(--primary);color:var(--white)}._options__option--active_krcbz_37{border:2px solid var(--blue)}._modal_ca8mu_1{position:fixed;top:50%;left:0;transform:translate(-100%,-50%);z-index:1;max-width:500px;background-color:var(--white);border-radius:var(--borderRadius10);padding:20px;transition:.3s ease-in-out;overflow:hidden}._modal--show_ca8mu_29{left:50%;transform:translate(-50%,-50%)}._modal__header_ca8mu_39,._modal__body_ca8mu_41{margin-bottom:20px}._modal__header_ca8mu_39{display:flex;justify-content:space-between;align-items:center}._modal__header-icon-wrapper_ca8mu_61{cursor:pointer}._modal__body_ca8mu_41{line-height:2}._modal__exam-name_ca8mu_77{margin-bottom:20px}@media (max-width: 767px){._modal_ca8mu_1{max-width:400px}}@media (max-width: 479px){._modal_ca8mu_1{max-width:300px}._modal__message_ca8mu_107{font-size:14px}._modal__actions_ca8mu_115{gap:10px;flex-direction:column}}._default__table-row_14f7m_5{text-align:center}._default__table-row_14f7m_5:nth-of-type(odd){background-color:#e5e5e5}._table_14f7m_23{width:100%}._table-data-gender_14f7m_31,._table-data-value_14f7m_33,._table-data-result_14f7m_35{line-height:2}._table-data-gender_14f7m_31,._table-data-result_14f7m_35{text-transform:capitalize}._table-data-gender_14f7m_31{width:25%}._table-data-value_14f7m_33{width:30%}._table-data-result_14f7m_35{width:45%}._footer_bmwda_1{margin:auto 0 0;height:var(--headerHeight);background-color:var(--primary)}._footer__content_bmwda_13{display:flex;justify-content:space-between;align-items:center;height:100%}._footer__logo-wrapper_bmwda_27{width:40px;display:flex}._footer__logo_bmwda_27{max-width:100%}._footer__menu-mobile-backdrop_bmwda_45,._footer__menu-mobile-wrapper_bmwda_47{position:absolute;top:0;bottom:0;left:0}._footer__menu-mobile-backdrop_bmwda_45{display:none;justify-content:flex-start;right:0;background-color:var(--blackOpacity60)}._footer__menu-mobile-backdrop--show_bmwda_75{display:flex}._footer__menu-mobile-wrapper_bmwda_47{width:90%;margin-left:0;background-color:var(--primary);padding:10px 0;z-index:1;transform:translate(-100%);transition:.25s ease-in-out}._footer__menu-mobile-wrapper--show_bmwda_103{transform:translate(0)}._footer__menu-mobile-header_bmwda_111{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--black);padding-bottom:10px;margin-bottom:20px}._footer__menu-mobile-logo_bmwda_129{width:30px}._footer__menu-icon-wrapper_bmwda_137{display:none;cursor:pointer}@media (max-width: 1019px){._footer__menu-wrapper_bmwda_149{display:none}._footer__menu-icon-wrapper_bmwda_137{display:block}}._header_1jn7m_1{margin:0 0 20px;height:var(--headerHeight);background-color:var(--primary)}._header__content_1jn7m_15{display:flex;justify-content:space-between;align-items:center;height:100%;color:var(--white)}._header__logo-wrapper_1jn7m_31{width:40px;display:flex}._header__logo_1jn7m_31{max-width:100%}._header__menu-mobile-backdrop_1jn7m_49,._header__menu-mobile-wrapper_1jn7m_51{position:fixed;top:0;bottom:0;left:0}._header__menu-mobile-backdrop_1jn7m_49{display:none;justify-content:flex-start;right:0;background-color:var(--blackOpacity60)}._header__menu-mobile-backdrop--show_1jn7m_79{display:flex}._header__menu-mobile-wrapper_1jn7m_51{width:90%;max-width:300px;margin-left:0;background-color:var(--primary);padding:10px 0;z-index:1;transform:translate(-100%);transition:.25s ease-in-out;display:flex;flex-direction:column}._header__menu-mobile-wrapper--show_1jn7m_113{transform:translate(0)}._header__menu-mobile-header_1jn7m_121{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid var(--white);padding-bottom:10px;margin-bottom:20px}._header__menu-mobile-logo_1jn7m_139{width:30px}._header__menu-icon-wrapper_1jn7m_147{display:none;cursor:pointer}@media (max-width: 1019px){._header__menu-wrapper_1jn7m_159,._header__menu-user_1jn7m_161{display:none}._header__menu-icon-wrapper_1jn7m_147{display:block}}@media (max-width: 479px){._header__menu-mobile-wrapper_1jn7m_51{max-width:unset}}._header__menu_1s3ba_1{display:flex;padding:0 0 2px;margin:0;list-style:none;width:100%}._header__menu-item_1s3ba_19{cursor:pointer;padding:12px 16px;transition:all .25s ease-in-out}._header__menu-link_1s3ba_31{color:var(--white)}._header__menu-item_1s3ba_19:hover,._header__dropdown-link_1s3ba_41:hover{background-color:var(--secondary)}._header__menu-dropdown_1s3ba_49{position:relative}._header__dropdown-menu_1s3ba_57{position:absolute;height:0;overflow:hidden;display:flex;align-items:center;width:120%;top:100%;right:50%;transform:translate(50%);z-index:1;background-color:var(--primary);flex-direction:column;max-height:fit-content;cursor:pointer;transition:.25s height ease-in-out}._header__menu-dropdown_1s3ba_49:hover{background-color:transparent}._header__menu-dropdown_1s3ba_49 svg{transition:.25s ease-in-out}._header__menu-dropdown_1s3ba_49:hover svg{transform:rotate(180deg)}._header__menu-dropdown_1s3ba_49:hover ._header__dropdown-menu_1s3ba_57,._header__dropdown-menu_1s3ba_57:hover{height:150px}._header__dropdown-link_1s3ba_41{padding:16px;width:100%;text-align:center}._header__menu-user_1s3ba_139{display:none}@media (max-width: 1019px){._header__menu_1s3ba_1{flex-direction:column;align-items:center}._header__menu-item_1s3ba_19{padding-bottom:0}._header__dropdown-menu_1s3ba_57{position:static;transform:none;width:100%}._header__dropdown-link_1s3ba_41{padding:8px 16px;width:100%;text-align:center}._header__menu-wrapper_1s3ba_191{display:flex;flex-direction:column;align-items:center;justify-content:space-between;height:100%}._header__menu-user_1s3ba_139{display:flex}}._loader_1ruya_1{width:30px;height:30px;border:5px solid var(--primary);border-bottom-color:var(--accent-orange);border-radius:50%;display:inline-block;box-sizing:border-box;animation:_rotation_1ruya_1 1s linear infinite}@keyframes _rotation_1ruya_1{0%{transform:rotate(0)}to{transform:rotate(360deg)}}._modal_sfk7p_1{position:fixed;top:50%;left:0;transform:translate(-100%,-50%);background-color:var(--primary);color:var(--white);padding:20px;width:100%;max-width:500px;z-index:1;border-radius:var(--borderRadius10);box-sizing:border-box;transition:.25s ease-in-out}._modal--show_sfk7p_33{left:50%;transform:translate(-50%,-50%)}._modal__header_sfk7p_43,._modal__body_sfk7p_45{margin-bottom:20px}._modal__form-section_sfk7p_53,._modal__form-actions_sfk7p_55{display:flex;justify-content:space-between;align-items:center}._modal__body_sfk7p_45{line-height:2}._modal__message_sfk7p_75{font-size:20px;line-height:1.3;margin-bottom:20px}._modal__form-section_sfk7p_53{flex-direction:column;align-items:flex-start;gap:10px}._modal__form-section_sfk7p_53:not(:last-child){margin-bottom:20px}._modal__form-input_sfk7p_107{box-sizing:border-box;width:100%;border-radius:10px;border:none;padding:10px}._modal__form-actions_sfk7p_55{gap:20px}._modal__form-button_sfk7p_131{transition:.25s ease-in-out}._modal__form-button_sfk7p_131:hover{transform:translateY(-2px);background-color:var(--secondary)}._modal__cancel_sfk7p_149{background-color:var(--red);color:var(--white)}._modal__confirm_sfk7p_159{background-color:var(--accent-green);color:var(--white)}@media (max-width: 767px){._modal_sfk7p_1{max-width:400px}}@media (max-width: 479px){._modal_sfk7p_1{max-width:300px}._modal__message_sfk7p_75{font-size:14px}._modal__actions_sfk7p_199{gap:10px;flex-direction:column}}._examlist__header_15okz_1{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}._examlist__options_15okz_15{display:flex;gap:10px}._examlist__options-search_15okz_25{width:fit-content}._examlist__options-search_15okz_25:before{content:"Buscar"}._examlist__searchbox_15okz_41{display:flex;max-height:0;overflow:hidden;transition:.25s ease-in-out}._examlist__searchbox--open_15okz_55{max-height:100px;transition:.25s ease-in-out;margin-bottom:20px}._examlist__searchbox-input_15okz_67{box-sizing:border-box;display:inline-block;width:100%;padding:7px;border-radius:var(--borderRadius10);border:1px solid var(--black);outline:none}._examlist__exams-wrapper_15okz_87{display:flex;flex-wrap:wrap;gap:20px}._examlist__exams-wrapper_15okz_87:after{content:"";flex-grow:1;flex-shrink:1;width:60%;height:0}._examlist__exam_15okz_87{width:30%;max-width:32.4%;flex-grow:1;box-sizing:border-box;padding:20px;background-color:var(--secondary);border-radius:var(--borderRadius10);box-shadow:2px 4px 20px 0 var(--blackOpacity60);color:var(--white)}._examlist__exam-info_15okz_139{display:flex;justify-content:space-between;margin-bottom:10px}._examlist__exam-info-text_15okz_151{display:flex;flex-direction:column;gap:5px;color:var(--white);cursor:pointer}._examlist__exam-options_15okz_167{display:flex;gap:10px}._examlist__edit-icon_15okz_177,._examlist__delete-icon_15okz_179{cursor:pointer}._examlist__edit-icon_15okz_177{fill:var(--accent-blue)}._examlist__delete-icon_15okz_179{fill:var(--accent-orange)}._examlist__exam-name_15okz_203{font-size:24px}._examlist__exam-table-row_15okz_211{text-align:center}._examlist__exam-table-row_15okz_211:nth-of-type(odd){background-color:var(--accent-green)}._examlist__exam-table-data-sex_15okz_227,._examlist__exam-table-data--f_15okz_229,._examlist__exam-table-data--m_15okz_231{border-bottom:1px solid black}@media (max-width: 1028px){._examlist__exams-wrapper_15okz_87:after{width:45%}._examlist__exam_15okz_87{width:45%;max-width:unset}}@media (max-width: 767px){._examlist__exam_15okz_87{width:100%}}@media (max-width: 479px){._examlist__options-search_15okz_25:before{display:none}._examlist__exam-name_15okz_203{font-size:20px}._examlist__exam-description_15okz_293{font-size:14px}}._editor__splash_1f6pw_1{display:flex;gap:20px;justify-content:center;align-items:center}._editor__form_1f6pw_15{max-width:900px;padding:0}._editor__form-back_1f6pw_25{background-color:var(--blue);color:var(--white);width:fit-content;padding:10px;border-radius:var(--borderRadius10);display:flex;gap:10px;align-items:center;margin-bottom:20px}._editor__form-section_1f6pw_49,._editor__form-subsection_1f6pw_51,._editor__form-subsection-inputs_1f6pw_53,._editor__form-subsubsection_1f6pw_55,._editor__form-delete-icon-wrapper_1f6pw_57,._editor__form-actions_1f6pw_59{display:flex;width:100%}._editor__form-section_1f6pw_49{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}._editor__form-section-examData_1f6pw_83{flex-direction:row}._section-title-wrapper_1f6pw_91{display:flex;gap:10px;align-items:center}._section-reference-values_1f6pw_103{font-size:14px;text-decoration:underline}._editor__form-input_1f6pw_113,._editor__form-select_1f6pw_115{padding:10px;border:1px solid var(--black);border-radius:var(--borderRadius10)}._editor__form-input_1f6pw_113:disabled,._editor__form-select_1f6pw_115:disabled{border:none}._editor__form-input_1f6pw_113:focus{border:1px solid var(--blue)}._editor__form-subsection_1f6pw_51{flex-direction:column;gap:10px;padding:10px;box-sizing:border-box;margin:0}._editor__form-subsection-inputs_1f6pw_53{gap:10px}._editor__form-subsubsection_1f6pw_55{flex-direction:column;gap:10px}._editor__form-delete-icon-wrapper_1f6pw_57{width:unset;align-items:center;background-color:var(--red);color:var(--white);gap:10px}._editor__form-delete-icon_1f6pw_57{fill:var(--white);cursor:pointer}._editor__form-actions_1f6pw_59{gap:20px}._editor__form-submit_1f6pw_213,._editor__form-cancel_1f6pw_215{color:var(--white)}._editor__form-submit_1f6pw_213{background-color:var(--accent-green)}._editor__form-cancel_1f6pw_215{background-color:var(--red)}@media (max-width: 767px){._editor__form-section-examData_1f6pw_83,._editor__form-subsection-inputs_1f6pw_53{flex-direction:column}._editor__form-subsection-inputs_1f6pw_53{gap:10px}._editor__form-actions_1f6pw_59{flex-direction:column}}._editor__splash_1ndh5_1{display:flex;gap:20px;justify-content:center;align-items:center}._patient_1ndh5_15{max-width:900px}._patient__info_1ndh5_23{display:flex;flex-direction:column;gap:20px;margin-bottom:20px}._patient__info-back_1ndh5_37{background-color:var(--blue);color:var(--white);width:fit-content;padding:10px;border-radius:var(--borderRadius10);display:flex;gap:10px;align-items:center;margin-bottom:20px}._patient__info-top_1ndh5_61{display:flex;align-items:center;justify-content:space-between}._patient__info-options_1ndh5_73{display:flex;align-items:center;gap:10px}._patient__info-options--no-desktop_1ndh5_85{display:none}._patient__info-options-edit_1ndh5_93,._patient__info-options-delete_1ndh5_95{color:var(--white);cursor:pointer}._patient__info-options-edit_1ndh5_93{background-color:var(--blue)}._patient__info-options-delete_1ndh5_95{background-color:var(--red)}._patient__results-list_1ndh5_121{display:flex;flex-direction:column;margin:0 auto;gap:20px}._patient__results-titles_1ndh5_135{display:flex;justify-content:space-between;align-items:center}._patient__results-groupby_1ndh5_147{display:flex;gap:10px;align-items:center}._patient__results-groupby-select_1ndh5_159{cursor:pointer;color:var(--black);border:1px solid var(--black);border-radius:var(--borderRadius10);padding:5px}._patient__results-wrapper_1ndh5_175{color:var(--white);background-color:var(--primary);padding:20px;border-radius:var(--borderRadius10);cursor:pointer}._patient__results-header_1ndh5_191{display:flex;justify-content:space-between;align-items:center}._patient__results-wrapper--open_1ndh5_203 ._patient__results-header_1ndh5_191{margin-bottom:20px}._patient__results-wrapper_1ndh5_175 ._patient__results-header_1ndh5_191 svg{transform:rotate(0);transition:.25s ease-in-out}._patient__results-wrapper--open_1ndh5_203 ._patient__results-header_1ndh5_191 svg{transform:rotate(180deg)}._patient__results_1ndh5_121{display:flex;flex-direction:column;gap:20px;max-height:0;overflow:hidden;transition:.25s ease-in-out}._patient__results-wrapper--open_1ndh5_203 ._patient__results_1ndh5_121{max-height:unset;transition:.25s ease-in-out}._patient__result_1ndh5_121{display:flex;width:100%;flex-grow:1;background-color:var(--accent-pink);justify-content:space-between}._patient__result--highlighted_1ndh5_273{color:var(--red)}._patient__result-exam_1ndh5_281{overflow:hidden;white-space:nowrap}._patient__result-exam_1ndh5_281:after{content:"............................................................................................."}._patient__result-value_1ndh5_299{white-space:nowrap}._patient__result-value_1ndh5_299 span{text-transform:capitalize}@media (max-width: 767px){._patient__info-options--desktop_1ndh5_317{display:none}._patient__info-options--no-desktop_1ndh5_85{display:flex}._patient__results-add-button_1ndh5_333{width:fit-content}._patient__results_1ndh5_121:after{display:none}._patient__result_1ndh5_121{width:100%}}@media (max-width: 479px){._patient__info-top_1ndh5_61{flex-direction:column;gap:20px;align-items:flex-start}._patient__info-options_1ndh5_73{width:100%}._patient__results-add-button_1ndh5_333{font-size:14px}._patient__results-title_1ndh5_135{font-size:16px}._patient__result-exam_1ndh5_281,._patient__result-value_1ndh5_299{font-size:14px}}._formatter__form_1bqps_1{max-width:900px;padding:20px;border-radius:10px;border:1px solid #000}._formatter__form-section_1bqps_17{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}._formatter__form-section-buttons_1bqps_31{flex-direction:row;align-items:center;gap:20px}._formatter__form-label_1bqps_43{font-size:28px}._formatter__form-file-input_1bqps_51{display:none}._formatter__file-upload-wrapper_1bqps_59{display:flex;gap:20px;justify-content:center;align-items:center;cursor:pointer;border:1px dashed #000;border-radius:10px;padding:10px}._formatter__file-upload-icon_1bqps_81{fill:#000}._formatter__file-upload-icon--selected_1bqps_89{fill:#214e34}._formatter__form-button_1bqps_97{border-radius:50px}._formatter__form-submit_1bqps_105{background-color:#214e34;border:1px solid #214E34;color:#fff}._formatter__form-preview_1bqps_117{border:1px solid var(--black)}._formatter__form-download_1bqps_125{display:flex;align-items:center;justify-content:center;gap:10px;height:50px;padding:0 50px;border-radius:50px;font-weight:600;background-color:var(--blue);color:#fff;border:none}._formatter__pdf-preview_1bqps_153{height:600px;padding:0;z-index:1;position:absolute;top:0;left:50%;max-width:900px;margin:0 auto;transform:translate(-50%)}._formatter__pdf-preview-header_1bqps_177{display:flex;justify-content:space-between;padding:10px 0;margin-bottom:10px}._formatter__pdf-preview-title_1bqps_191{color:var(--white)}._formatter__pdf-preview-icon_1bqps_199{fill:var(--white);cursor:pointer}@media (max-width: 767px){._formatter__pdf-preview_1bqps_153{height:100%;max-height:700px;max-width:100%;margin:0;padding:0 20px}._formatter__form-section-buttons_1bqps_31{flex-direction:column}._formatter__form-download_1bqps_125{width:100%;height:40px}._formatter__pdf-preview-title_1bqps_191{font-size:20px}}@media (max-width: 479px){._formatter__form-title_1bqps_257{font-size:24px}._formatter__form-label_1bqps_43{font-size:16px}._formatter__file-upload-text_1bqps_273{font-size:12px}._formatter__pdf-preview-title_1bqps_191{font-size:16px}}._editor__splash_116rv_1{display:flex;gap:20px;justify-content:center;align-items:center}._patient_116rv_15{max-width:900px}._patient__form_116rv_23{width:100%}._patient__info-back_116rv_31{background-color:var(--blue);color:var(--white);width:fit-content;padding:10px;border-radius:var(--borderRadius10);display:flex;gap:10px;align-items:center;margin-bottom:20px}._patient__form-title_116rv_55{margin-bottom:20px}._patient__form-section_116rv_63{display:flex;flex-direction:column;flex-grow:1;margin-bottom:20px;gap:10px;width:100%}._patient__form-input_116rv_81,._patient__form-select_116rv_83{padding:10px;border:1px solid var(--black);border-radius:var(--borderRadius10)}._patient__form-error_116rv_95{color:var(--red)}._patient__form-section-icon-wrapper_116rv_103{display:flex;flex-direction:row;align-items:center;width:fit-content;height:fit-content;margin:auto;cursor:pointer;padding:10px;border-radius:var(--borderRadius10);background-color:var(--red)}._patient__form-section-icon-wrapper_116rv_103 svg{fill:var(--white)}._patient__form-fieldset_116rv_137{border-radius:var(--borderRadius10);margin-bottom:20px}._patient__form-exam-wrapper_116rv_147{display:flex;margin-top:20px;gap:10px;border-bottom:1px solid var(--primary)}._patient__form-exam-wrapper_116rv_147:last-child{border-bottom:none}._patient__form-submit_116rv_169{background-color:var(--accent-green);color:var(--white)}@media (max-width: 767px){._patient__form-exam-wrapper_116rv_147{flex-direction:column}._patient__form-section-icon-wrapper_116rv_103{margin:0 auto 20px 0}._patient__form-section-icon-wrapper_116rv_103:before{content:"Remover";color:var(--white)}}._modal_13dze_1{position:fixed;top:50%;left:0;transform:translate(-100%,-50%);z-index:1;max-width:500px;background-color:var(--white);border-radius:var(--borderRadius10);padding:20px;transition:.3s ease-in-out;overflow:hidden}._modal--show_13dze_29{left:50%;transform:translate(-50%,-50%)}._modal__header_13dze_39,._modal__section-title_13dze_41{display:flex;justify-content:space-between;margin-bottom:20px}._modal__icon-wrapper_13dze_53{display:flex;cursor:pointer}._modal__form-section_13dze_63{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}._modal__form-section_13dze_63:last-of-type{margin-bottom:0}._modal__form-subsection_13dze_85{display:flex;align-items:center;gap:10px}._modal__form-subsubsection_13dze_97{display:flex;flex-direction:column;gap:10px;width:40%;flex-grow:1;margin-bottom:10px}._modal__form-label_13dze_115{font-size:18px}._modal__form-input_13dze_123{border-radius:10px;border:1px solid var(--black);outline:none;padding:5px 5px 5px 10px;font-size:18px}._modal__form-error_13dze_141{color:var(--red)}._modal__form-delete-icon-wrapper_13dze_149{display:flex;cursor:pointer}._modal__form-delete-icon_13dze_149{fill:var(--red)}._modal__form-addmore_13dze_167{width:100%;background-color:transparent;border:1px dashed var(--blue);color:var(--black);margin-top:10px}._modal__form-submit_13dze_183{width:100%;background-color:var(--accent-green);color:var(--white)}._modal__form-cancel_13dze_195{width:100%;background-color:var(--red);color:var(--white)}@media (max-width: 479px){._modal_13dze_1{max-width:calc(100% - 40px)}}._login_y24g1_1{width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:var(--primary)}._login__form-title_y24g1_19{text-align:center;margin-bottom:20px;color:var(--white)}._login__form_y24g1_19{padding:20px;background-color:var(--secondary);border-radius:10px;max-width:600px;box-shadow:8px 16px 20px 0 var(--blackOpacity60)}._login__form-section_y24g1_47{width:100%;display:flex;flex-direction:column;gap:10px;margin-bottom:20px}._login__form-label_y24g1_63{color:var(--white);font-size:18px;font-weight:500}._login__form-input_y24g1_75{padding:10px;border-radius:10px;border:none}._login__form-button_y24g1_87{width:100%;transition:.25s ease-in-out;background-color:var(--accent-green);color:var(--white);font-size:20px;font-weight:600}._login__form-button_y24g1_87:hover{background-color:var(--primary);transform:translateY(-2px) scale(1.01)}._examlist__header_1lf3b_1{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;gap:10px}._examlist__options_1lf3b_17{display:flex;gap:10px}._examlist__options-search_1lf3b_27{width:fit-content}._examlist__options-search_1lf3b_27:before{content:"Buscar"}._examlist__searchbox_1lf3b_43{display:flex;max-height:0;overflow:hidden;transition:.25s ease-in-out}._examlist__searchbox--open_1lf3b_57{max-height:100px;transition:.25s ease-in-out;margin-bottom:20px}._examlist__searchbox-input_1lf3b_69{box-sizing:border-box;display:inline-block;width:100%;padding:7px;border-radius:var(--borderRadius10);border:1px solid var(--black);outline:none}._examlist__exams-wrapper_1lf3b_89{display:flex;flex-wrap:wrap;gap:20px}._examlist__exams-wrapper_1lf3b_89:after{content:"";flex-grow:1;flex-shrink:1;width:60%;height:0}._examlist__exam_1lf3b_89{width:30%;max-width:32.4%;flex-grow:1;box-sizing:border-box;padding:20px;color:var(--white);background-color:var(--primary);border-radius:var(--borderRadius10)}._examlist__exam-info_1lf3b_139{display:flex;justify-content:space-between;margin-bottom:10px}._examlist__exam-info-text_1lf3b_151{display:flex;flex-direction:column;gap:5px}._examlist__exam-options_1lf3b_163{display:flex;gap:10px}._examlist__edit-icon_1lf3b_173,._examlist__delete-icon_1lf3b_175{cursor:pointer}._examlist__edit-icon_1lf3b_173{fill:var(--blue)}._examlist__delete-icon_1lf3b_175{fill:var(--red)}._examlist__exam-name_1lf3b_199{cursor:pointer;font-size:24px}._examlist__exam-table_1lf3b_209{width:100%}._examlist__exam-table-row_1lf3b_217{text-align:center}._examlist__exam-table-data_1lf3b_225{width:50%}@media (max-width: 1028px){._examlist__exams-wrapper_1lf3b_89:after{width:45%}._examlist__exam_1lf3b_89{width:45%;max-width:unset}}@media (max-width: 767px){._examlist__exam_1lf3b_89{width:100%}}@media (max-width: 479px){._examlist__options-search_1lf3b_27:before{display:none}._examlist__exam-name_1lf3b_199{font-size:20px}._examlist__exam-description_1lf3b_287{font-size:14px}}._modal_1qzql_1{position:fixed;top:50%;left:0;transform:translate(-100%,-50%);z-index:1;max-width:500px;background-color:var(--white);border-radius:var(--borderRadius10);padding:20px;transition:.3s ease-in-out;overflow:hidden}._modal--show_1qzql_29{left:50%;transform:translate(-50%,-50%)}._modal__header_1qzql_39,._modal__section-title_1qzql_41{display:flex;justify-content:space-between;margin-bottom:20px}._modal__icon-wrapper_1qzql_53{display:flex;cursor:pointer}._modal__form-section_1qzql_63{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}._modal__form-subsection_1qzql_77{display:flex;align-items:center;gap:10px}._modal__form-subsubsection_1qzql_89{display:flex;flex-direction:column;gap:10px;width:40%;flex-grow:1;margin-bottom:10px}._modal__form-label_1qzql_107{font-size:18px}._modal__form-input_1qzql_115{border-radius:10px;border:1px solid var(--black);outline:none;padding:5px 5px 5px 10px;font-size:18px}._modal__form-error_1qzql_133{color:var(--red)}._modal__form-delete-icon-wrapper_1qzql_141{display:flex;cursor:pointer}._modal__form-delete-icon_1qzql_141{fill:var(--red)}._modal__form-addmore_1qzql_159{width:100%;background-color:transparent;border:1px dashed var(--blue);color:var(--black);margin-top:10px}._modal__form-submit_1qzql_175{width:100%;background-color:var(--accent-green);color:var(--white)}@media (max-width: 479px){._modal_1qzql_1{max-width:calc(100% - 40px)}}
