@charset "UTF-8";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{display:flex;background-color:#fff;border:#A0A0A0 1px solid;border-radius:8px;min-height:48px;padding:0 16px;margin:10px;width:auto;font-weight:700;justify-content:center;align-items:center;color:#000;cursor:pointer}button:hover{background-color:#f0f0f0}button:hover .white_text{color:#d3d3d3}button.rounded_button{height:29px;border-radius:20px;border:none;padding:5px 13px}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}header{width:100%}.nav-bar{display:flex;justify-content:space-between;align-items:center;width:100%;box-sizing:border-box;padding:0 20px;background-color:#fff}.nav-left{display:flex;align-items:center;gap:10px}.nav-right{display:flex;align-items:center}.nav-link{display:block;padding:25px 0;width:100px;text-align:center;text-decoration:none;color:#000;position:relative}.nav-link:hover{color:gray;background-color:#f7f7f7}.nav-link.active:after{content:"";position:absolute;bottom:-2px;left:0;height:3px;width:100%;background-color:red}.header_logo{height:60px;width:140px;margin-right:20px}.user_icon{height:50px;width:50px;border-radius:50%;margin-left:auto}.login_screen{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;background-color:F5F5F5;height:90vh}.error_message{padding-top:40px;padding-bottom:40px}.error_message_box{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#fff;border-radius:10px;border:2px solid red;padding:20px;width:495px}.login_contents{display:flex;flex-direction:column;background-color:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;padding:40px}.login_contents .static-text_value{width:410px;justify-self:center;border:2px dotted #DDDDDD;border-radius:5px;margin:10px;background-color:#fff;color:#717171}.text-input.login,.text-input.large{display:flex;flex-direction:column;background-color:transparent;align-items:center}.text-input.large input{width:420px}@media (max-width: 600px){.text-input input{width:100%}}.password_change_text{display:flex;flex-direction:column;align-items:flex-start;padding:10px}.password_buttons,.password_reset_buttons{display:flex;justify-content:space-between;margin-top:20px}.password_buttons button,.password_reset_buttons button{width:175px}.reset_completed,.submission_completed{display:flex;flex-direction:column;background-color:#fff;justify-content:space-between;align-items:center;border-radius:10px;box-shadow:0 4px 8px #0000001a;padding:40px;height:275px;width:400px;text-align:center;font-size:20px}.reset_completed div:first-child,.submission_completed div:first-child{flex-grow:1;display:flex;align-items:center;justify-content:center}.reset_completed button,.submission_completed button{margin-top:auto;border-radius:30px;padding:5px 15px;border:none;line-height:1.1em;font-weight:700;background-color:#25272a;color:#fff}.reset_completed button:hover,.submission_completed button:hover{background-color:gray}.password_change{margin-top:16px;text-decoration:underline;padding:0 7px}.password_change a{color:#000;font-weight:400;font-size:.8em}.login_buttons{display:flex;justify-content:space-between;width:100%}.login_buttons button{margin:10px;border-radius:30px;padding:5px 15px;border:none;line-height:1.1em;font-weight:700;background-color:#25272a;color:#fff}.login_buttons button:hover{background-color:#4a4d53}.static-text{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start}#root{width:100%}body{background-color:#f7f7f7;color:#000;min-width:600px}h1{font-size:24px;font-weight:700}.white_text{color:#fff}.small_text{font-size:8px}.header_container{display:flex;justify-content:space-between;align-items:center;width:100%;flex-direction:row}.text-input--stacked{background-color:#fff;padding:8px}.text-input--stacked label{font-weight:700;color:#000}.text-input--stacked .text_input_wrapper{display:flex;flex-direction:column}.text-input--stacked label{margin-bottom:4px;min-width:100px}.text-input--stacked input{padding:8px;color:#000;border:1px solid #A0A0A0;border-radius:4px;background-color:#fff;min-width:100px;width:300px;max-width:100%}.text-input--stacked input.input-error{border-color:red}.text-input--inline .inline-input-wrapper{display:flex;flex-direction:row;width:100%;height:100%;min-height:80px;border:1px solid #A0A0A0;font-size:14px;overflow:hidden}.text-input--inline .inline-input-label{background-color:#f5f5f5;color:#24272a;padding:12px;width:40%;font-weight:500;border-right:1px solid #A0A0A0;display:flex;align-items:center}.text-input--inline .inline-input-value{background-color:#fff;width:60%;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 18px}.text-input--inline .inline-input-value input{width:100%;border:1px solid #A0A0A0;border-radius:8px;background:transparent;padding:12px;font-size:14px;color:#24272a}.text-input--inline .inline-input-value input:focus{outline:none}.text-input--inline .inline-input-value input.input-error{outline:1px solid red}.error-text{color:red;font-size:12px}.history_items{display:flex;align-items:center;justify-content:space-between;flex-direction:row;gap:8px;margin:10px 0;padding:10px;border:1px solid #A0A0A0;border-radius:8px;background-color:#fff}.history_items button{padding:0 40px;margin:0}.history_info{display:flex;align-items:center;gap:50px}.row_item{display:flex;align-items:center;gap:14px}.row_item span{font-weight:200}.static-text{display:flex;flex-direction:row;width:100%;max-width:400px;border:1px solid #ccc;overflow:hidden;font-size:14px;position:relative}.static-text+.static-text{margin-top:-1px}.static-text_label{background-color:#f0f0f0;color:#333;padding:12px;width:40%;font-weight:500;border-right:1px solid #ccc}.static-text_value{background-color:#fff;color:#000;padding:12px;width:60%}.static-text-wrapper{display:table}.inline-dropdown-wrapper{display:flex;flex-direction:row;width:100%;height:100%;min-height:80px;border:1px solid #A0A0A0;font-size:14px;overflow:hidden}.inline-dropdown-label{background-color:#f5f5f5;color:#24272a;width:40%;font-weight:500;display:flex;align-items:center;padding:12px;border-right:1px solid #A0A0A0}.inline-dropdown-value{background-color:#fff;width:60%;display:flex;align-items:center;padding:0 18px}.inline-dropdown-value select{width:100%;padding:10px;font-size:14px;border:1px solid #A0A0A0;border-radius:8px;background-color:#fff;color:#24272a}.inline-dropdown-value select:focus{outline:none;border-color:#888}.dropdown--stacked{display:flex;flex-direction:column;background-color:#fff;padding:8px}.dropdown--stacked label{font-weight:700;color:#000;margin-bottom:4px;display:inline-block}.dropdown--stacked select{padding:8px;color:#000;border:1px solid #A0A0A0;border-radius:4px;background-color:#f0f0f0;min-width:100px;max-width:100%;font-size:14px}.dropdown--stacked select:focus{outline:none;border-color:#015fcc}.filter_checkbox_grid{display:grid;grid-template-columns:repeat(5,1fr);gap:5px;flex-direction:row;align-items:flex-end;background-color:#fff;color:#000}.filter_checkbox_container{padding-left:8px;margin:10px 0}.full_width_input input{width:100%}.date_input_fields{display:flex;justify-content:space-between;margin:10px 0}.date_input_fields .text_input_wrapper{justify-content:flex-start}.date_input_fields .text-input{padding:0}.date_input_fields .text-input--stacked input{width:auto;flex-grow:1}.small_dates{display:flex;gap:20px;align-items:center}.small_dates p{color:#a0a0a0;font-size:12px}.row_inputs{display:flex;align-items:center;justify-content:space-between}.divider{width:100%;border:none;height:1px;background-color:#a0a0a0;margin:16px 0}.contract-search .filter_checkbox{border:1px solid #A0A0A0;border-radius:5px;cursor:pointer;position:relative;padding:5px}.contract-search .filter_checkbox input[type=checkbox]:checked{background-color:#000}.contract-search .text-input--stacked{flex-grow:1}.contract-search .text-input--stacked input{min-width:auto;width:auto}.contract-search .dropdown--stacked{padding:0}.contract-search .dropdown--stacked select{background-color:#fff}.common-dialog::backdrop{background:#0000005b}.ok-button{background-color:#bf1010;color:#fff;padding:10px 40px}.common-dialog{border:none;border-radius:8px;padding:20px;min-width:800px;background-color:#fff;position:relative;overflow:visible}.dialog-buttons{display:flex;justify-content:center;gap:10px;margin-top:20px}.yes_no_dialog{display:flex;justify-content:center;margin:60px 0}.dialog-content{position:relative}.dialog-content .inline-dropdown-wrapper{max-width:400px;min-height:50px}.dialog-content .inline-dropdown-wrapper .inline-dropdown-label{width:53.5%}.close-button{position:absolute;top:-25px;right:-25px;background-color:#e0e0e0;color:#333;border:none;border-radius:50%;width:50px;height:50px;font-size:30px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:10;box-shadow:0 2px 4px #0003;transition:background-color .2s ease}.close-button:hover{background-color:silver}p{margin:0}.contract_progress{display:flex;align-items:center;background-color:#fff;border-radius:10px;border:1px solid #DDDDDD;box-shadow:0 4px 8px #0000001a;margin:10px auto;gap:10px;width:max-content}.contract_progress.compact{font-size:10px;align-items:center}.contract_progress.compact .step-label,.contract_progress.compact .user_icon_bar,.contract_progress.compact .info_icon,.contract_progress.compact .line_icon,.contract_progress.compact .mail_icon,.contract_progress.compact .mota_logo{display:none}.contract_progress.compact .progress_arrow,.contract_progress.compact .progress_arrow_start,.contract_progress.compact .progress_arrow_end{height:60px;width:80px}.contract_progress.compact .progress_info{align-items:center}.contract_progress.compact .info_left{min-width:130px}.contract_progress.compact .progress_text{font-size:8px}.contract_progress.compact .progress_text_1{display:none}.contract_progress.compact .progress_text_date{font-size:8px}.contract_progress.compact .progress_step_counter{width:9px;height:9px;font-size:6px}.contract_progress.compact .status_info_panel{height:45px;width:70px}.contract_progress.compact .info_block{gap:0px}.contract_progress.full{font-size:16px}.contract_progress.full .step-label{display:inline}.progress_info{display:flex;padding:10px;align-items:flex-end;width:fit-content}.info_left{display:flex;flex-direction:column;align-self:flex-end;align-items:flex-start;min-width:200px;width:auto;gap:10px}.info_right{display:flex;align-self:flex-end;padding-bottom:20px;height:100%}.info_block{display:flex;align-items:center;justify-content:space-between;gap:10px;position:relative;width:100%}.info_block button{background-color:transparent;border:none;padding-inline:0px;margin:0}.info_content{flex:1;flex-direction:column;display:flex;justify-content:flex-start;align-items:flex-start}.info_content_elements{background-color:#f5f5f5;display:flex;justify-content:space-between;gap:20px}.info_icon{width:30px;height:30px}.status_info_panel{display:flex;height:70px;width:124px;background-color:#fff;border-radius:7px;align-items:center;justify-content:center}.status_border_container{display:flex;flex-direction:column;border:2px solid #24272A;background-color:#24272a;box-sizing:border-box;overflow:hidden;border-radius:8px;justify-content:flex-end}.status_border_container.warning{border:2px solid orange;background-color:orange}.status_border_container.warning .status_title_bar{display:block}.status_border_container.danger{border:2px solid red;background-color:red}.status_border_container.danger .status_title_bar{display:block}.status_title_bar{color:#fff;font-size:12px;text-align:center;padding:3px;font-weight:700;border-radius:8px;display:none}.status_content{flex:1;display:flex;align-items:center;justify-content:center}.user_icon_bar{height:20px;width:20px}.mail_icon{width:30px;height:20px}.line_icon{width:30px;height:30px}.progress_bar{display:flex;align-items:flex-end;justify-content:center;background-color:#fff}.progress_bar.light{background-color:transparent}.progress_bar.light .progress_arrow{background-image:url("data:image/svg+xml,%3csvg%20width='123'%20height='72'%20viewBox='0%200%20123%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.10681%205.44371C0.0923521%202.8225%202.0265%200%204.83718%200H106.418C108.074%200%20109.558%201.01986%20110.152%202.56522L122.449%2034.5652C122.804%2035.4888%20122.804%2036.5112%20122.449%2037.4348L110.152%2069.4348C109.558%2070.9801%20108.074%2072%20106.418%2072H4.83718C2.0265%2072%200.0923521%2069.1775%201.10681%2066.5563L12.3738%2037.4437C12.7333%2036.5148%2012.7333%2035.4852%2012.3738%2034.5563L1.10681%205.44371Z'%20fill='%23FFFFFF'/%3e%3c/svg%3e")}.progress_bar.light .progress_arrow_start{background-image:url("data:image/svg+xml,%3csvg%20width='124'%20height='72'%20viewBox='0%200%20124%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%204C0%201.79086%201.79086%200%204%200H107.418C109.074%200%20110.558%201.01986%20111.152%202.56522L123.449%2034.5652C123.804%2035.4888%20123.804%2036.5112%20123.449%2037.4348L111.152%2069.4348C110.558%2070.9801%20109.074%2072%20107.418%2072H4C1.79086%2072%200%2070.2091%200%2068V4Z'%20fill='%23FFFFFF'/%3e%3c/svg%3e")}.progress_bar.light .progress_arrow_end{background-image:url("data:image/svg+xml,%3csvg%20width='123'%20height='72'%20viewBox='0%200%20123%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.10681%205.44372C0.092352%202.8225%202.0265%200%204.83718%200H119C121.209%200%20123%201.79086%20123%204V36V68C123%2070.2091%20121.209%2072%20119%2072H4.83718C2.0265%2072%200.092352%2069.1775%201.10681%2066.5563L12.3738%2037.4437C12.7333%2036.5148%2012.7333%2035.4852%2012.3738%2034.5563L1.10681%205.44372Z'%20fill='%23FFFFFF'/%3e%3c/svg%3e")}.progress_step{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;margin-left:-3px}.progress_step .user_icon_bar{height:30px;width:50px}.progress_step.active .progress_arrow{background-image:url("data:image/svg+xml,%3csvg%20width='123'%20height='72'%20viewBox='0%200%20123%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.10681%205.44372C0.092352%202.8225%202.0265%200%204.83718%200H106.418C108.074%200%20109.558%201.01986%20110.152%202.56522L122.449%2034.5652C122.804%2035.4888%20122.804%2036.5112%20122.449%2037.4348L110.152%2069.4348C109.558%2070.9801%20108.074%2072%20106.418%2072H4.83718C2.0265%2072%200.092352%2069.1775%201.10681%2066.5563L12.3738%2037.4437C12.7333%2036.5148%2012.7333%2035.4852%2012.3738%2034.5563L1.10681%205.44372Z'%20fill='%2324272A'/%3e%3c/svg%3e")}.progress_step.active .progress_arrow_start{background-image:url("data:image/svg+xml,%3csvg%20width='124'%20height='72'%20viewBox='0%200%20124%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%204C0%201.79086%201.79086%200%204%200H107.418C109.074%200%20110.558%201.01986%20111.152%202.56522L123.449%2034.5652C123.804%2035.4888%20123.804%2036.5112%20123.449%2037.4348L111.152%2069.4348C110.558%2070.9801%20109.074%2072%20107.418%2072H4C1.79086%2072%200%2070.2091%200%2068V4Z'%20fill='%2324272A'/%3e%3c/svg%3e")}.progress_step.active .progress_arrow_end{background-image:url("data:image/svg+xml,%3csvg%20width='123'%20height='72'%20viewBox='0%200%20123%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.10681%205.44372C0.092352%202.8225%202.0265%200%204.83718%200H119C121.209%200%20123%201.79086%20123%204V36V68C123%2070.2091%20121.209%2072%20119%2072H4.83718C2.0265%2072%200.092352%2069.1775%201.10681%2066.5563L12.3738%2037.4437C12.7333%2036.5148%2012.7333%2035.4852%2012.3738%2034.5563L1.10681%205.44372Z'%20fill='%23222B2B'/%3e%3c/svg%3e")}.progress_step.active .progress_text,.progress_step.active .progress_text_1,.progress_step.active .progress_text_date{color:#fff}.progress_step.active .progress_step_counter{background-color:#fff;color:#24272a}.progress_step.completed .progress_text,.progress_step.completed .progress_text_1,.progress_step.completed .progress_text_date{color:#a9a9a9}.progress_step.completed .progress_step_counter{background-color:#a9a9a9;color:#d3d3d3}.progress_step.price_reduction_request .progress_arrow{background-image:url("data:image/svg+xml,%3csvg%20width='123'%20height='72'%20viewBox='0%200%20123%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.10681%205.44372C0.092352%202.8225%202.0265%200%204.83718%200H106.418C108.074%200%20109.558%201.01986%20110.152%202.56522L122.449%2034.5652C122.804%2035.4888%20122.804%2036.5112%20122.449%2037.4348L110.152%2069.4348C109.558%2070.9801%20108.074%2072%20106.418%2072H4.83718C2.0265%2072%200.092352%2069.1775%201.10681%2066.5563L12.3738%2037.4437C12.7333%2036.5148%2012.7333%2035.4852%2012.3738%2034.5563L1.10681%205.44372Z'%20fill='%23FFB400'/%3e%3c/svg%3e")}.progress_step.price_reduction_request .progress_arrow_start{background-image:url("data:image/svg+xml,%3csvg%20width='124'%20height='73'%20viewBox='0%200%20124%2073'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%204.83985C0%202.63071%201.79086%200.839844%204%200.839844H107.418C109.074%200.839844%20110.558%201.8597%20111.152%203.40507L123.449%2035.4051C123.804%2036.3287%20123.804%2037.351%20123.449%2038.2746L111.152%2070.2746C110.558%2071.82%20109.074%2072.8398%20107.418%2072.8398H4C1.79086%2072.8398%200%2071.049%200%2068.8398V4.83985Z'%20fill='%23FFB400'/%3e%3c/svg%3e")}.progress_step.price_reduction_request .progress_arrow_end{background-image:url("data:image/svg+xml,%3csvg%20width='123'%20height='72'%20viewBox='0%200%20123%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.10681%205.44372C0.092352%202.8225%202.0265%200%204.83718%200H119C121.209%200%20123%201.79086%20123%204V36V68C123%2070.2091%20121.209%2072%20119%2072H4.83718C2.0265%2072%200.092352%2069.1775%201.10681%2066.5563L12.3738%2037.4437C12.7333%2036.5148%2012.7333%2035.4852%2012.3738%2034.5563L1.10681%205.44372Z'%20fill='%23FFB400'/%3e%3c/svg%3e")}.progress_step.price_reduction_request .progress_text,.progress_step.price_reduction_request .progress_text_1,.progress_step.price_reduction_request .progress_text_date{color:#fff}.progress_step.price_reduction_request .progress_step_counter{background-color:#fff;color:orange}.progress_step.terminate_contract_request .progress_arrow{background-image:url("data:image/svg+xml,%3csvg%20width='123'%20height='72'%20viewBox='0%200%20123%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.10681%205.44372C0.092352%202.8225%202.0265%200%204.83718%200H106.418C108.074%200%20109.558%201.01986%20110.152%202.56522L122.449%2034.5652C122.804%2035.4888%20122.804%2036.5112%20122.449%2037.4348L110.152%2069.4348C109.558%2070.9801%20108.074%2072%20106.418%2072H4.83718C2.0265%2072%200.092352%2069.1775%201.10681%2066.5563L12.3738%2037.4437C12.7333%2036.5148%2012.7333%2035.4852%2012.3738%2034.5563L1.10681%205.44372Z'%20fill='%23D90D0D'/%3e%3c/svg%3e")}.progress_step.terminate_contract_request .progress_arrow_start{background-image:url("data:image/svg+xml,%3csvg%20width='124'%20height='73'%20viewBox='0%200%20124%2073'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%204.79981C0%202.59067%201.79086%200.799805%204%200.799805H107.418C109.074%200.799805%20110.558%201.81966%20111.152%203.36503L123.449%2035.365C123.804%2036.2886%20123.804%2037.311%20123.449%2038.2346L111.152%2070.2346C110.558%2071.7799%20109.074%2072.7998%20107.418%2072.7998H4C1.79086%2072.7998%200%2071.0089%200%2068.7998V4.79981Z'%20fill='%23BF1010'/%3e%3c/svg%3e")}.progress_step.terminate_contract_request .progress_arrow_end{background-image:url("data:image/svg+xml,%3csvg%20width='123'%20height='72'%20viewBox='0%200%20123%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.10681%205.44372C0.092352%202.8225%202.0265%200%204.83718%200H119C121.209%200%20123%201.79086%20123%204V36V68C123%2070.2091%20121.209%2072%20119%2072H4.83718C2.0265%2072%200.092352%2069.1775%201.10681%2066.5563L12.3738%2037.4437C12.7333%2036.5148%2012.7333%2035.4852%2012.3738%2034.5563L1.10681%205.44372Z'%20fill='%23BF1010'/%3e%3c/svg%3e")}.progress_step.terminate_contract_request .progress_text,.progress_step.terminate_contract_request .progress_text_1,.progress_step.terminate_contract_request .progress_text_date{color:#fff}.progress_step.terminate_contract_request .progress_step_counter{background-color:#fff;color:red}.progress_label{height:20px}.progress_arrow,.progress_arrow_start,.progress_arrow_end{background-repeat:no-repeat;background-size:contain;background-position:center;height:72px;width:124px;display:flex;align-items:center;justify-content:center}.progress_arrow{background-image:url("data:image/svg+xml,%3csvg%20width='123'%20height='72'%20viewBox='0%200%20123%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.10681%205.44371C0.0923521%202.8225%202.0265%200%204.83718%200H106.418C108.074%200%20109.558%201.01986%20110.152%202.56522L122.449%2034.5652C122.804%2035.4888%20122.804%2036.5112%20122.449%2037.4348L110.152%2069.4348C109.558%2070.9801%20108.074%2072%20106.418%2072H4.83718C2.0265%2072%200.0923521%2069.1775%201.10681%2066.5563L12.3738%2037.4437C12.7333%2036.5148%2012.7333%2035.4852%2012.3738%2034.5563L1.10681%205.44371Z'%20fill='%23F0F0F0'/%3e%3c/svg%3e")}.progress_arrow_end{background-image:url("data:image/svg+xml,%3csvg%20width='123'%20height='72'%20viewBox='0%200%20123%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1.10681%205.44372C0.092352%202.8225%202.0265%200%204.83718%200H119C121.209%200%20123%201.79086%20123%204V36V68C123%2070.2091%20121.209%2072%20119%2072H4.83718C2.0265%2072%200.092352%2069.1775%201.10681%2066.5563L12.3738%2037.4437C12.7333%2036.5148%2012.7333%2035.4852%2012.3738%2034.5563L1.10681%205.44372Z'%20fill='%23F0F0F0'/%3e%3c/svg%3e")}.progress_arrow_start{background-image:url("data:image/svg+xml,%3csvg%20width='124'%20height='72'%20viewBox='0%200%20124%2072'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M0%204C0%201.79086%201.79086%200%204%200H107.418C109.074%200%20110.558%201.01986%20111.152%202.56522L123.449%2034.5652C123.804%2035.4888%20123.804%2036.5112%20123.449%2037.4348L111.152%2069.4348C110.558%2070.9801%20109.074%2072%20107.418%2072H4C1.79086%2072%200%2070.2091%200%2068V4Z'%20fill='%23F0F0F0'/%3e%3c/svg%3e")}.progress_text,.progress_text_1,.progress_text_date{font-size:11px;font-weight:700;text-align:center;color:#24272a}.progress_text_1{font-size:11px;font-weight:100}.progress_text_date{font-size:10px}.progress_step_label{display:flex;align-items:center;gap:3px}.progress_step_counter{width:12px;height:12px;color:#fff;border-radius:50%;border:1px #24272A solid;background-color:#24272a;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:10px}.view_details_button{border:#DDDDDD solid 1px;border-radius:5px;padding:22px 26px;color:#24272a;background-color:#fff;margin-right:15px}.view_details_button:hover{background-color:#ddd;color:#24272a}.contract_number{font-weight:700;font-size:14px;color:#24272a}.status_text{color:#fff;padding:5px;font-size:11px;justify-self:center}.progress_step_number_label{display:flex;align-items:center;gap:6px;font-size:inherit;font-weight:700}.admin_assignment_button{margin:5px 0 0;background:#25272a;color:#fff;padding:12px;min-height:unset}.admin_assignment_button:hover{background:#494d53}.filter_checkbox{display:flex;align-items:center;padding:8px;gap:8px;font-size:14px;color:#24272a;background-color:#fff;cursor:pointer;border:1px solid #24272A;border-radius:4px}.filter_checkbox input[type=checkbox]{display:none}.filter_checkbox .custom_checkbox{width:16px;height:16px;border:1px solid #A0A0A0;border-radius:2px;position:relative;background-color:#fff}.filter_checkbox input[type=checkbox]:checked+.custom_checkbox:after{content:"✓";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:12px;color:#24272a;font-weight:400}.filter_checkbox:has(input[type=checkbox]:checked){background-color:#24272a;color:#fff;border:1px solid #24272A}.header_left{display:flex;align-items:center;margin-left:10px;font-size:30px}.header_right{display:flex;align-items:center}.header_right button{gap:7px}.contract_history{margin:10px;padding:10px}.header_right_history{display:flex;align-items:center;gap:10px}.header_right_history button{margin:10px 0;gap:7px}.contract_progress_items{overflow-x:auto;padding:0 10px}.user_list{margin:10px;padding:10px}.operator_user_header{display:flex;width:100%;justify-content:space-between}.left_buttons{display:flex}.operator_list{display:flex;flex-direction:column;align-items:center}.operator_item{display:flex;width:100%}.operator_item button{width:100%;height:60px;margin-top:0;background-color:#d3d3d3;color:#000;border:0}.operator_item :hover{background-color:gray}.user_list .history_info .row_item{width:250px}.contract_details_container{padding:40px;margin:10px 30px;background-color:#fff}.contract_details_container h1{display:flex;gap:5px}.contract_details_container h1 .progress_step_counter{font-size:24px;width:25px;height:25px}.contract_details_flow{display:flex;align-items:center;padding:20px;background-color:#f5f5f5;border-radius:10px}.contract_details_flow .small_text{font-size:.7em}.small_progress_bar{overflow-x:auto;min-width:unset!important}.small_progress_bar .progress_bar{justify-content:unset}.header_button,.header_button_white{display:flex;background-color:#24272a;color:#fff;border-radius:5px;height:40px;width:120px;margin:10px;justify-content:center;align-items:center;text-align:center;cursor:pointer}.header_button:hover,.header_button_white:hover{background-color:#d3d3d3;color:gray}.header_button_white{background-color:#fff;color:#24272a;border:1px solid #A0A0A0}.contract_details_buttons{display:flex;justify-content:center;align-items:center}.info_content_elements{display:flex;align-items:center;width:100%;justify-content:space-between}.info_content_elements>div{min-width:max-content;height:100%}.new_contract{display:flex;align-items:flex-end;font-size:1.1em;height:110%}.new_contract .text-input{background-color:transparent}.new_contract .text-input--stacked input{background-color:#fff}.new_contract #appraisal_number{width:150px}.property_info{display:grid;grid-template-columns:repeat(2,1fr);margin:0 auto}.property_info .login_label{display:flex;flex-direction:row;justify-content:space-between}.property_info_header{justify-self:flex-start;font-size:12px;padding-top:20px}.memo{display:flex;flex-direction:column;width:30%;padding:10px;background-color:#f9f9f9;border-radius:5px}.memo textarea{flex-grow:1;background:transparent;border:none;resize:none}.form_with_memo_container{display:flex;gap:20px}.form_with_memo_container .form_sections{flex:auto}.form_with_memo_container .memo{width:300px;min-height:200px;padding:16px;background-color:#f3f0f0;border:1px dotted #A0A0A0;border-radius:8px;color:#24272a}.form_with_memo_container .memo h1{font-size:18px;margin-bottom:8px}.form_with_memo_container .memo p{white-space:pre-wrap;font-size:14px}.memo_part{display:flex;flex-direction:column;align-items:flex-end;justify-content:space-between}.memo_part button{border:none;margin:0;width:77px;border-radius:50px}.document-upload{display:flex;flex-direction:row;width:100%;height:99.6%;min-height:80px;border:1px solid #A0A0A0;overflow:hidden;font-size:14px}.document-upload .document-upload-label{background-color:#f5f5f5;color:#24272a;padding:12px;width:40%;font-weight:500;border-right:1px solid #A0A0A0;display:flex;align-items:center}.document-upload .document-upload-content{background-color:#fff;width:60%;display:flex;flex-direction:row;gap:8px;padding:12px 18px}.document-upload .file-list{min-height:100px;max-height:200px;overflow-y:auto;padding:8px;color:#000;border:1px solid #A0A0A0;border-radius:8px;background-color:#f5f5f5}.document-upload .uploaded-files-list{list-style-type:none;padding:0;margin:0}.document-upload .file-item{display:flex;justify-content:space-between;align-items:center;gap:6px;font-size:14px}.document-upload .file-name{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.document-upload .file-name a{color:#06c;text-decoration:none}.document-upload .file-name a:hover{text-decoration:underline}.document-upload .remove-file-btn{background:none;border:none;color:#ff5252;font-size:18px;cursor:pointer;padding:0 8px}.document-upload .remove-file-btn:hover{color:red}.document-upload .file-upload-actions{display:flex;justify-content:space-between;gap:12px}.document-upload .file-upload-actions *{flex-grow:1}.document-upload .file-select-button{padding:12px;text-align:center;background-color:#f0f0f0;border:1px solid #A0A0A0;border-radius:8px;cursor:pointer;font-weight:500}.document-upload .file-select-button:hover{background-color:#e0e0e0}.document-upload .error-message{color:#d32f2f;font-size:12px}.document-upload .no-files{color:#999;text-align:center}.common_step{display:flex;flex-direction:column;background-color:#fff;padding:24px;min-height:55svh;justify-content:flex-start;align-items:flex-start;gap:24px;box-shadow:0 2px 8px #0000001a}.common_step .button{margin:none}.common_step h1{font-size:1.5rem;font-weight:300;margin-bottom:8px}.step_body{display:flex;flex-direction:column;align-items:flex-start;gap:16px;width:100%}.step_buttons{display:flex;justify-content:flex-start;gap:300px;width:100%}.button_label,.button_label_bold{font-size:14px}.button_label_bold{font-weight:700}.step_footer{display:flex;flex-direction:row;justify-content:space-between;padding:16px 0;margin-top:24px}.contact_page{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;height:100vh}.contact_page button{margin:0}.full_width_page button{margin:0}.red_element,.black_element{width:78px;height:78px;border-radius:50%;display:flex;justify-content:center;align-items:center}.red_element{background-color:#bf1010}.black_element{background-color:#24272a}.info_left_commonstep,.info_right_commonstep{display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:8px}.info_contents_commonstep{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:10px}.footer_button button{padding:0 60px;margin:0}.next_button{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end}.next_button button{padding:0 60px}.cl_receipt_contact_buttons{display:flex;gap:60px}.cl_receipt_contact_buttons button{padding:20px 40px;gap:7px}.cl_receipt_contact_buttons .red_button{padding:20px}.file_details{width:300px;box-sizing:border-box;border:1px solid #ccc;padding:12px;border-radius:10px;background-color:#f9f9f9}.file_details dl{display:flex;flex-wrap:wrap;margin:0;padding:0;background-color:#f9f9f9;border-radius:4px;row-gap:8px}.file_details dt{flex:0 0 90px;font-weight:700;color:#333}.file_details dd{flex:1 0 calc(100% - 90px);margin-left:0;line-break:anywhere;word-break:break-all;overflow:hidden}.buttons_issue_invoice{display:flex;gap:50px;padding:20px 0 40px}.buttons_issue_invoice button{margin:0;height:80px;padding:25px 40px}.full_width_page{padding:20px;margin:30px}.back_to_list_button{display:flex;align-items:center;justify-content:center;gap:20px;height:48px;padding:0 50px 0 10px;border-radius:5px;text-decoration:none;background-color:#24272a;color:#fff;font-weight:700;font-size:14px}.back_to_list_button:hover{background-color:#5a5f67;color:#fff}.back_to_list_button .back_icon{width:16px;height:16px}.confirmation_buttons{display:flex}button.red_button{background-color:#bf1010;color:#fff}button.black_button{background-color:#24272a;color:#fff}.footer_buttons{display:flex;justify-content:space-between;padding:10px 20px 0 30px;gap:20px}.footer_buttons button{margin:0 10px}.receipt_component{display:flex;flex-direction:column;width:80%;box-shadow:0 2px 8px #0000001a;border:1px solid #A0A0A0;border-radius:10px;background-color:#f0f0f0;padding:15px}.receipt_component h1{font-weight:700;font-size:20px}.receipt_container{margin-bottom:10px;width:100%}.receipt_body{display:flex;flex-direction:row;gap:20px}.receipt_header{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.receipt_header button{background-color:transparent;min-height:0px;padding:0;margin:0;border:none;border-radius:50px}.receipt_header_item{display:flex;flex-direction:row;align-items:center;gap:10px}h3{font-size:16px}.custom_checkbox_style .filter_checkbox{flex-direction:row-reverse}.custom_checkbox_style .filter_checkbox span{font-weight:700}.step_body_buttons{display:flex;flex-direction:row;align-items:flex-end}.remittance_list{display:grid;width:90%;grid-template-columns:repeat(4,1fr);gap:50px}.my_page{display:block;flex-direction:column;width:60%;justify-self:center}.my_page_contents{display:grid;flex-direction:column;background-color:#fff;padding:20px;align-items:flex-start}.my_page_buttons{display:flex;flex-direction:row}.my_page_buttons button{margin:0 0 0 10px;background-color:#24272a;color:#fff}.my_page_cl_contents{display:grid;grid-template-columns:repeat(2,1fr);padding:20px;background-color:#fff}.my_page_cl_contents .static-text{max-width:600px}.my_page_cl_contents .static-text_label{justify-self:center;align-self:center}.row_buttons{display:flex;align-items:center}.row_buttons button{margin:0 15px}.static-text{flex-direction:row}.static-text label{width:110px}.static-text .static-text_value{width:150px}.my_page_contents .static-text{flex-direction:row}.my_page_contents .static-text label{width:150px}.my_page_contents .static-text .static-text_value{border:none;background-color:transparent;width:150px}.section_title{margin:20px 0 10px}.receipt_contract_cl_contents{display:flex;flex-direction:column;align-items:center;gap:10px;margin-bottom:60px}.waiting_flow_screen{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding-top:150px;height:100vh;background-color:#f0f0f0}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{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:100%;z-index:1;opacity:.7;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;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) 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:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),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;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
