diff --git a/css/forms/style.css b/css/forms/style.css index d78bd5e..2b567e0 100644 --- a/css/forms/style.css +++ b/css/forms/style.css @@ -1 +1 @@ -#filter{position:relative}#filter .container{position:relative}#filter.filter_in_catalog:not(.visible){display:none}#filter.filter_in_catalog .container{padding-top:0;padding-bottom:0;margin-bottom:40px}@media all and (max-width:1420px){#filter.filter_in_catalog .container{margin-left:0;margin-right:0;width:100%}#filter.filter_in_catalog .container .filter_header .button{bottom:10px}}@media all and (max-width:768px){#filter.filter_in_catalog .container{bottom:40px}}#filter .filter_header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}#filter .filter_header .button{width:calc(33.333% - 21px)}@media all and (max-width:1279px){#filter .filter_header .button{width:calc(50% - 15px);position:absolute;right:0;bottom:90px}}@media all and (max-width:1280px){#filter .filter_header .button{bottom:50px}}@media all and (max-width:768px){#filter .filter_header .button{width:100%;bottom:60px}}#filter .filter_body{display:flex;flex-wrap:wrap;justify-content:space-between}#filter .filter_body .filter_column{width:calc(33.333% - 21px)}@media all and (max-width:1279px){#filter .filter_body .filter_column{width:calc(50% - 15px);margin-bottom:35px}#filter .filter_body .filter_column:nth-child(3){margin-bottom:0}}@media all and (max-width:768px){#filter .filter_body .filter_column{width:100%;margin-bottom:24px}#filter .filter_body .filter_column:last-child{margin-bottom:100px}}#filter .filter_body .form_field{width:100%;margin-bottom:10px}#filter .filter_body .fieldgroup{width:100%}#filter .filter_body .fieldgroup .form_field{width:calc(50% - 20px)}@media all and (max-width:768px){#filter .filter_body .fieldgroup .form_field{width:calc(50% - 4px)}}#catalog_small_filter{margin-bottom:40px}#catalog_small_filter.hidden{display:none}#catalog_small_filter .filter_body{display:flex;justify-content:flex-end}#catalog_small_filter .filter_body select{margin-right:30px;width:306px}#catalog_small_filter .filter_body button{width:220px}@media all and (max-width:1280px){#catalog_small_filter .filter_body{justify-content:space-between}#catalog_small_filter .filter_body .form_field{width:calc(33.333% - 30px)}#catalog_small_filter .filter_body .form_field select{width:100%}#catalog_small_filter .filter_body button{width:33.3333%}}@media all and (max-width:768px){#catalog_small_filter .filter_body{display:block}#catalog_small_filter .filter_body .form_field,#catalog_small_filter .filter_body button{width:100%;margin-bottom:8px}}#order .order_form{position:relative;margin:0}@media all and (max-width:960px){#order .order_form{margin-top:-60px}}@media all and (max-width:768px){#order .order_form{margin:0}}#order .order_form .order_email{display:flex;align-items:center;position:absolute;z-index:1;background:#EDEFF5;height:235px;left:0;right:0;top:0;bottom:0;margin:auto}#order .order_form .order_email p{width:320px;font-size:24px;line-height:45px;padding:0 20px}@media all and (max-width:1280px){#order .order_form .order_email p{width:220px;font-size:13px;line-height:20px}}@media all and (max-width:768px){#order .order_form .order_email{position:relative;height:auto;margin-bottom:25px}#order .order_form .order_email p{padding:0}}#order .order_form form{width:750px;background:var(--blue);box-sizing:border-box;padding:55px 90px;margin:auto;margin-left:390px;position:relative;z-index:2}@media all and (max-width:1420px){#order .order_form form{width:550px;margin-left:320px}}@media all and (max-width:960px){#order .order_form form{width:50%;padding:15px 25px;margin-left:285px}}@media all and (max-width:768px){#order .order_form form{width:auto;margin-left:-16px;margin-right:-16px;padding:25px 16px}}#order .order_form form input{margin-bottom:15px;background:rgba(255,255,255,0.2);color:#fff}#order .order_form form input::placeholder{color:#fff}@media all and (max-width:1280px){#order .order_form form input{margin-bottom:15px}}#order .order_form form .policy{position:relative;z-index:2;margin:5px 25px 45px 25px}@media all and (max-width:1280px){#order .order_form form .policy{margin-top:-5px;margin-bottom:25px;margin-left:0;margin-right:0}}#order .order_form form .policy label{color:#fff;font-weight:300}#order .order_form form .policy label:before{background:#fff;border-radius:0}#order .order_form form .policy input:checked+label:before{border-color:#fff;background:url("/assets/images/icons/checkbox_blue.svg") no-repeat center #fff}#order .order_form form .button{display:inherit;margin-left:auto}.login{max-width:610px}.login .login_with{display:flex;align-items:center;margin-bottom:50px;justify-content:flex-start}.login .login_with p{margin-right:20px}.login .login_with .tabs .tab{margin-right:0}.login .login_with .tabs .tab:not(.active){background-color:var(--inactive)}.login .button-group{display:flex;align-items:center;justify-content:flex-end}.login .button-group .button{margin-left:30px;display:flex}.login .button-group .button:first-child{width:auto}.login .form_field{margin-bottom:15px}.login .form_field.error{margin-bottom:25px}.login input[name="login"]{padding-left:32px;background:url("/assets/images/icons/icon-login.svg") no-repeat 8px 50%}.login input[name="pass"]{padding-left:32px;background:url("/assets/images/icons/icon-pass.svg") no-repeat 8px 50%}.login .button{width:90px;display:block;margin-left:auto}@media all and (max-width:960px){.login{max-width:440px}.login form{max-width:400px}}@media all and (max-width:768px){.login .login_with{display:block;margin-bottom:30px}.login .login_with p{margin-bottom:10px}.login .login_with .tabs{width:100%}.login .login_with .tabs .tab{width:50%;text-align:center}.login .button-group{flex-wrap:wrap;justify-content:center}.login .button-group .button{margin-left:0}.login .button-group button{order:1;width:100%}.login .button-group a{order:2;display:inline-flex}}.login.recovery{max-width:815px}.login.recovery p.full{width:100%}.login.recovery .message{margin-bottom:15px}.login.recovery form{display:flex;justify-content:space-between}.login.recovery form .form_field{width:calc(100% - 205px)}.login.recovery form .button{width:175px}.login.recovery form.newPass_form{flex-wrap:wrap}.login.recovery .resend{display:flex;align-items:center;justify-content:flex-start}.login.recovery .resend p{margin-right:30px}.login.recovery .resend .button{margin-left:0;width:auto}@media all and (max-width:960px){.login.recovery form{max-width:100%}}@media all and (max-width:768px){.login.recovery form{display:block}.login.recovery form .form_field,.login.recovery form .button{width:100%}.login.recovery .resend{display:block;text-align:center;margin-top:15px}.login.recovery .resend p{margin-right:0}.login.recovery .resend .button{margin-left:auto;margin-right:auto}}.contract_search{margin-bottom:40px}@media all and (max-width:1600px) and (min-width:1280px){.contract_search{margin-bottom:30px}}.contract_search form{display:flex;align-items:center;justify-content:space-between}.contract_search form .form_field.full{width:100% !important;margin-right:30px !important}@media all and (max-width:960px){.contract_search form .form_field.full{margin-right:0 !important}}.contract_search form .form_field:first-child{width:calc(50% - 15px);min-width:calc(50% - 15px);margin-right:15px}.contract_search form .form_field:nth-child(2),.contract_search form .form_field:nth-child(3){width:100%;margin-right:15px}.contract_search form .form_field.single{width:100%;margin-right:80px}.contract_search form .form_field .button{width:158px;min-width:158px}@media all and (max-width:768px){.contract_search form .form_field .button{display:none}}.contract_search form .form_field input+label{display:none}@media all and (max-width:960px){.contract_search{margin-bottom:20px}.contract_search form{flex-wrap:wrap;justify-content:flex-start}.contract_search form .form_field:first-child{margin-bottom:15px;width:100%}.contract_search form .form_field:first-child.single{width:calc(100% - 105px);margin-right:30px;margin-bottom:0}.contract_search form .form_field:nth-child(2),.contract_search form .form_field:nth-child(3){width:25%;margin-right:30px}.contract_search form .button{margin-left:auto}}@media all and (max-width:768px){.contract_search form{justify-content:space-between}.contract_search form .form_field{margin-right:0}.contract_search form .form_field:first-child{margin-right:0;margin-bottom:15px;width:100%}.contract_search form .form_field:first-child.single{width:100%;margin-right:0px}.contract_search form .form_field:nth-child(2),.contract_search form .form_field:nth-child(3){width:calc(50% - 4px);margin-right:0px}.contract_search form .form_field .date_input,.contract_search form .form_field input[type="date"]{height:55px;background-position:8px 14px;position:relative;padding-bottom:8px}.contract_search form .form_field .date_input::placeholder,.contract_search form .form_field input[type="date"]::placeholder{color:transparent}.contract_search form .form_field .date_input[value=""]+label,.contract_search form .form_field input[type="date"][value=""]+label{display:inline-block;position:absolute;left:32px;top:10px;z-index:2;font-size:13px;line-height:20px;color:#919399}.contract_search form .button{margin-left:auto;width:100%;margin-top:15px;background:var(--blue);color:#fff;display:none}.contract_search form .button:disabled{opacity:.48}}.reconciliation_form:not(.small){margin-bottom:35px;display:flex;flex-wrap:wrap;justify-content:space-between}.reconciliation_form:not(.small) p{width:100%;font-weight:700;margin-bottom:20px}.reconciliation_form:not(.small) .form_group{width:calc(65% - 8px);display:flex;flex-wrap:wrap;justify-content:space-between}.reconciliation_form:not(.small) .form_group:last-child{width:calc(35% - 8px)}.reconciliation_form:not(.small) .form_field{width:calc(50% - 8px)}.reconciliation_form:not(.small) .button{width:calc(40% - 8px)}.reconciliation_form:not(.small) .button:last-child{width:calc(60% - 8px)}@media all and (max-width:1279px){.reconciliation_form:not(.small) .form_group,.reconciliation_form:not(.small) .form_group:last-child{width:calc(50% - 8px)}}@media all and (max-width:768px){.reconciliation_form:not(.small) p{margin-bottom:8px}.reconciliation_form:not(.small) .form_group,.reconciliation_form:not(.small) .form_group:last-child{width:100%}.reconciliation_form:not(.small) .form_field{margin-bottom:15px}.reconciliation_form:not(.small) .button,.reconciliation_form:not(.small) .form_field{width:calc(50% - 4px)}.reconciliation_form:not(.small) .button:last-child,.reconciliation_form:not(.small) .form_field:last-child{width:calc(50% - 4px)}}.reconciliation_form.small{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:420px}@media all and (max-width:768px){.reconciliation_form.small{max-width:100%}}.reconciliation_form.small .form_field{width:calc(50% - 8px)}@media all and (max-width:768px){.reconciliation_form.small .form_field{width:calc(50% - 4px)}}.reconciliation_form.small .form_field .date_input_wrapper>.rw-widget .rw-widget-container{display:block}.reconciliation_form.small .form_field .date_input_wrapper>.rw-widget .rw-widget-container>button{margin:0;width:100%}.reconciliation_form.small button.button{margin-top:35px;width:calc(45% - 8px)}.reconciliation_form.small button.button:last-child{width:calc(55% - 8px)}@media all and (max-width:768px){.reconciliation_form.small button.button{width:calc(50% - 4px) !important;margin-top:15px}}.fade{position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;overflow:auto;background:rgba(0,0,0,0.5);display:block}.fade:not(.opened){display:none}.fade .modal{max-width:700px;width:100%;background:#fff;margin:100px auto;padding:45px 40px}.fade .modal .modal_footer{text-align:right;margin-top:30px}.fade .modal .modal_footer .button{margin-left:auto}@media all and (max-width:768px){.fade .modal{padding:25px 20px;margin:0}}.reconciliation_form.small{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:420px}.reconciliation_form.small .form_field{width:calc(50% - 8px)}@media all and (max-width:768px){.reconciliation_form.small .form_field{width:calc(50% - 4px)}}.reconciliation_form.small button.button{margin-top:15px;width:calc(45% - 8px)}.reconciliation_form.small button.button:last-child{width:calc(55% - 8px)}@media all and (max-width:768px){.reconciliation_form.small button.button{width:calc(50% - 4px)}}.fade{position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;overflow:auto;background:rgba(0,0,0,0.5);display:block}.fade:not(.opened){display:none}.fade .modal{max-width:700px;width:100%;background:#fff;margin:100px auto;padding:45px 40px}.fade .modal .modal_footer{text-align:right;margin-top:30px}.fade .modal .modal_footer .button{margin-left:auto}.settings_user_control{display:flex;align-items:center;justify-content:space-between;margin-bottom:45px}.settings_user_control p{font-weight:700}.settings_user_control div{display:flex;align-items:center;gap:0 7px}@media all and (max-width:1279px){.settings_user_control p{width:160px;margin-right:16px;min-width:160px}.settings_user_control div{width:100%}.settings_user_control div button:first-child{width:60%}.settings_user_control div button:last-child{width:40%}}@media all and (max-width:768px){.settings_user_control{display:block;margin-bottom:35px;width:100%}.settings_user_control p{width:100%}.settings_user_control div{display:block}.settings_user_control div button{width:100% !important;margin-top:16px}}.settings_table{display:table;border-collapse:collapse;width:100%}@media all and (max-width:1279px){.settings_table{display:block}}.settings_table .table_row{display:table-row}@media all and (max-width:1279px){.settings_table .table_row{display:block;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #EDEFF5;padding-left:55px;background:url("../../public/assets/images/icons/user.svg") no-repeat top left;position:relative}}@media all and (max-width:768px){.settings_table .table_row{padding-left:0;background:transparent}}.settings_table .table_row .table_cell{display:table-cell;padding:18px 12px;border:1px solid #EDEFF5;position:relative}.settings_table .table_row .table_cell.delete{position:static}@media all and (max-width:1279px){.settings_table .table_row .table_cell{display:flex;flex-wrap:wrap;border:0;font-size:13px;line-height:20px;padding:0;margin-bottom:4px}.settings_table .table_row .table_cell:before{content:attr(data-title);color:#8E94A7;font-weight:700;display:block;width:190px;padding-right:10px}}@media all and (max-width:768px){.settings_table .table_row .table_cell:before{width:100%;margin-bottom:2px}}.settings_table .table_row .table_cell:last-child{border-left:0;min-width:36px}.settings_table .table_row .table_cell:last-child button{position:absolute;width:16px;height:16px;padding:0;top:0;left:0;right:0;bottom:0;margin:auto;visibility:hidden;pointer-events:none;background:url("../../public/assets/images/icons/icon-delete.svg") no-repeat center}@media all and (max-width:1279px){.settings_table .table_row .table_cell:last-child:before{border:0}.settings_table .table_row .table_cell:last-child button{bottom:auto;left:auto;width:32px;height:32px;background:url("../../public/assets/images/icons/Trash.svg") no-repeat center;font-size:0;text-indent:-999px;overflow:hidden}}@media all and (max-width:768px){.settings_table .table_row .table_cell:last-child button{text-indent:0;font-weight:600;font-size:15px;line-height:20px;color:#A8026B;width:140px;position:relative}}.settings_table .table_row .table_cell:nth-last-child(2){border-right:0}.settings_table .table_row .table_cell input{border:0;outline:none;background:#fff;font-size:15px;padding:0}.settings_table .table_row .table_cell input::placeholder{color:var(--text_not_active);font-size:15px}@media all and (max-width:1279px){.settings_table .table_row .table_cell input{padding:0 12px;border:1px solid rgba(0,16,61,0.12);height:40px;max-width:320px;width:100%;box-sizing:border-box}}@media all and (max-width:768px){.settings_table .table_row .table_cell input{max-width:none;width:100%}}.settings_table .table_row .table_cell .settings_dropdown{font-family:'Montserrat',sans-serif;cursor:pointer;width:100%;text-align:left;font-weight:400;justify-content:flex-start;font-size:15px;line-height:20px;color:#0C0C0C;padding:0;background:url(/assets/images/icons/company-arrow.svg) no-repeat 100% 50%}.settings_table .table_row .table_cell .settings_dropdown[data-selected="false"]{color:var(--text_not_active)}@media all and (max-width:1279px){.settings_table .table_row .table_cell .settings_dropdown{border:1px solid rgba(0,16,61,0.12);padding:0 10px;background-position:calc(100% - 10px) 50%;width:calc(100% - 200px);max-width:320px}}@media all and (max-width:768px){.settings_table .table_row .table_cell .settings_dropdown{max-width:none;width:100%}}.settings_table .table_row .table_cell .dropdown_list{position:absolute;top:100%;left:0;width:412px;display:none;background:#FFFFFF;box-shadow:0 4px 32px rgba(0,0,0,0.16);padding:25px 35px;z-index:9}@media all and (max-width:1279px){.settings_table .table_row .table_cell .dropdown_list{left:200px}}@media all and (max-width:768px){.settings_table .table_row .table_cell .dropdown_list{left:0;right:0;width:100%;padding:16px}}.settings_table .table_row .table_cell .dropdown_list.opened{display:block}.settings_table .table_row .table_cell .dropdown_list .list_item{position:relative;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--inactive)}.settings_table .table_row .table_cell .dropdown_list .list_item label{font-weight:700;padding-left:0;padding-right:30px;line-height:23px}.settings_table .table_row .table_cell .dropdown_list .list_item label:before{right:0;left:auto}.settings_table .table_row .table_cell .dropdown_list .list_item label span{display:block;font-weight:400}.settings_table .table_row .table_cell .dropdown_list .list_item:last-child{border:0;padding-bottom:0;margin-bottom:0}.settings_table .table_row.table_header .table_cell{color:#8E94A7;font-weight:700;border:0}.settings_table .table_row.table_header .table_cell:last-child{border-left:0 !important}@media all and (max-width:1279px){.settings_table .table_row.table_header{display:none}}.settings_table.editable .table_row.editable .table_cell{margin-bottom:8px}.settings_table.editable .table_row .table_cell:last-child{border:1px solid #EDEFF5}@media all and (max-width:1279px){.settings_table.editable .table_row .table_cell:last-child{border:0}}.settings_table.editable .table_row .table_cell:last-child button{pointer-events:all;visibility:visible}.new_appeal form .form_field{margin-bottom:14px}.new_appeal form textarea{height:208px}.dropzone{height:208px;position:relative;border:1px dashed #1C01A9;border-radius:4px;background:rgba(28,1,169,0.1);text-align:center;display:flex;align-items:center;justify-content:center;margin-top:30px}.dropzone .files{width:100%;padding:16px}.dropzone .files:empty{display:none}.dropzone label.blue{color:var(--blue);display:block}.dropzone [type="file"]{cursor:pointer;position:absolute;opacity:0;top:0;right:0;bottom:0;left:0}.dropzone div{max-width:404px;text-align:center}.dropzone div p{color:#828282;margin-bottom:20px}@media all and (max-width:768px){.dropzone{border:0;background:transparent;height:auto}.dropzone div p{margin-bottom:10px}.dropzone div p:before{content:attr(data-sm-text);display:block}.dropzone div p span{display:none}}.questionnaire:not(:last-child){margin-bottom:50px}.questionnaire.disabled input,.questionnaire.disabled select,.questionnaire.disabled textarea{cursor:default;background:#fff;pointer-events:none}.questionnaire .title{font-weight:700;font-size:15px;line-height:23px;color:#000;margin-bottom:16px;padding-bottom:16px;margin-top:0;border-bottom:1px solid var(--inactive);margin-left:-30px;padding-left:30px}@media all and (max-width:1280px){.questionnaire .title{margin-left:0;padding-left:0}}.questionnaire small{display:block;color:#8E94A7;font-size:11px;line-height:15px;font-weight:400;margin-top:4px}.questionnaire>p{margin:15px 0}.questionnaire textarea{resize:vertical}.questionnaire .formgroup{display:flex;flex-wrap:wrap;justify-content:space-between}.questionnaire .formgroup .form_field{width:calc(50% - 12px)}@media all and (max-width:1024px){.questionnaire .formgroup .form_field{width:100%}}.questionnaire .form_field{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:30px;width:100%}@media all and (max-width:1024px){.questionnaire .form_field{margin-bottom:15px}.questionnaire .form_field.picker div{width:100% !important}.questionnaire .form_field.picker input[type="date"]{width:100% !important}.questionnaire .form_field.picker .checkbox{margin-left:0 !important}}.questionnaire .form_field.bg{padding:8px 0;align-items:flex-start;background:rgba(28,1,169,0.1)}@media all and (max-width:1024px){.questionnaire .form_field.bg{padding:8px}}.questionnaire .form_field.checkbox{margin:8px 0;width:100%}.questionnaire .form_field.checkbox label{width:auto;display:flex;align-items:center}@media all and (max-width:1024px){.questionnaire .form_field.checkbox label{flex-wrap:wrap}}.questionnaire .form_field.checkbox label::before{top:0;bottom:0;margin:auto}.questionnaire .form_field.checkbox label input{margin-left:12px;width:100%;background:var(--inactive);cursor:default}.questionnaire .form_field.checkbox label span{white-space:pre-line;white-space:nowrap}@media all and (max-width:1024px){.questionnaire .form_field.checkbox label span{white-space:unset}.questionnaire .form_field.checkbox label span+input{margin-left:0;margin-top:10px}}.questionnaire .form_field.checkbox input:checked+label input{background:#fff;cursor:text}.questionnaire .form_field label{width:186px;margin-right:12px}@media all and (max-width:1024px){.questionnaire .form_field label{width:100%;margin-right:0;margin-bottom:8px}}.questionnaire .form_field label a{text-decoration:underline}.questionnaire .form_field textarea,.questionnaire .form_field input:not(.rw-input),.questionnaire .form_field select{width:calc(100% - 198px)}.questionnaire .form_field textarea[value=""],.questionnaire .form_field input:not(.rw-input)[value=""],.questionnaire .form_field select[value=""]{background-color:#EDEFF5}@media all and (max-width:1024px){.questionnaire .form_field textarea,.questionnaire .form_field input:not(.rw-input),.questionnaire .form_field select{width:100%}}.questionnaire .form_field textarea[type="date"],.questionnaire .form_field input:not(.rw-input)[type="date"],.questionnaire .form_field select[type="date"]{width:245px}.questionnaire .form_field textarea+p,.questionnaire .form_field input:not(.rw-input)+p,.questionnaire .form_field select+p{font-size:11px;line-height:15px;margin-left:198px;margin-top:2px}@media all and (max-width:1024px){.questionnaire .form_field textarea+p,.questionnaire .form_field input:not(.rw-input)+p,.questionnaire .form_field select+p{margin-left:0}}.questionnaire .action{text-align:right;margin-top:40px}.questionnaire ul{margin:20px 0;padding-left:20px;list-style:disc;font-size:14px;line-height:29px}.questionnaire ul li:not(:last-child){margin-bottom:8px}@media all and (max-width:1024px){.questionnaire .dropzone{width:100% !important;max-width:360px;margin-left:auto;margin-right:auto}}.questionnaire.questionnaire_4 .form_field label,.questionnaire.questionnaire_5 .form_field label{width:calc(50% - 12px);font-weight:700}@media all and (max-width:1024px){.questionnaire.questionnaire_4 .form_field label,.questionnaire.questionnaire_5 .form_field label{width:100%}}.questionnaire.questionnaire_4 .form_field.checkbox label,.questionnaire.questionnaire_5 .form_field.checkbox label{font-weight:400}.questionnaire.questionnaire_4 .form_field textarea,.questionnaire.questionnaire_5 .form_field textarea,.questionnaire.questionnaire_4 .form_field input,.questionnaire.questionnaire_5 .form_field input,.questionnaire.questionnaire_4 .form_field select,.questionnaire.questionnaire_5 .form_field select{width:50%}@media all and (max-width:1024px){.questionnaire.questionnaire_4 .form_field textarea,.questionnaire.questionnaire_5 .form_field textarea,.questionnaire.questionnaire_4 .form_field input,.questionnaire.questionnaire_5 .form_field input,.questionnaire.questionnaire_4 .form_field select,.questionnaire.questionnaire_5 .form_field select{width:100%}}.questionnaire.questionnaire_4 .form_field .form_field,.questionnaire.questionnaire_5 .form_field .form_field{margin-bottom:0}.questionnaire.questionnaire_4 .form_field .formgroup,.questionnaire.questionnaire_5 .form_field .formgroup{gap:0 12px;width:50%}@media all and (max-width:1024px){.questionnaire.questionnaire_4 .form_field .formgroup,.questionnaire.questionnaire_5 .form_field .formgroup{width:100%}}.questionnaire.questionnaire_4 .form_field .formgroup .form_field,.questionnaire.questionnaire_5 .form_field .formgroup .form_field{width:calc(50% - 6px)}.questionnaire.questionnaire_4 .form_field .formgroup .form_field textarea,.questionnaire.questionnaire_5 .form_field .formgroup .form_field textarea,.questionnaire.questionnaire_4 .form_field .formgroup .form_field input,.questionnaire.questionnaire_5 .form_field .formgroup .form_field input{width:100%}.questionnaire.questionnaire_4 .form_field .formgroup .form_field.checkbox,.questionnaire.questionnaire_5 .form_field .formgroup .form_field.checkbox{width:100%}.questionnaire.questionnaire_4 .form_field .formgroup.control .form_field,.questionnaire.questionnaire_5 .form_field .formgroup.control .form_field{width:calc(100% - 42px)}.questionnaire.questionnaire_4 .form_field .formgroup.control .form_field label,.questionnaire.questionnaire_5 .form_field .formgroup.control .form_field label{width:100%}.questionnaire.questionnaire_4 .form_field .formgroup.control .delete,.questionnaire.questionnaire_5 .form_field .formgroup.control .delete{width:30px;height:30px;padding:0;display:flex;align-items:center;justify-content:center}.questionnaire.questionnaire_4 .added_person,.questionnaire.questionnaire_5 .added_person{border-top:1px solid var(--inactive);margin-top:30px;padding-top:30px}.questionnaire.questionnaire_4 .added_person .feed_list .checkbox,.questionnaire.questionnaire_5 .added_person .feed_list .checkbox,.questionnaire.questionnaire_4 .added_person .feed_list .checkbox label,.questionnaire.questionnaire_5 .added_person .feed_list .checkbox label{width:100%}.questionnaire.questionnaire_4 .added_person .feed_item.user,.questionnaire.questionnaire_5 .added_person .feed_item.user{width:100%;padding:12px 16px}.questionnaire.questionnaire_4 .added_person .feed_item.user .item_desc,.questionnaire.questionnaire_5 .added_person .feed_item.user .item_desc{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;font-weight:400;font-size:15px;line-height:24px;color:#8E94A7}.questionnaire.questionnaire_4 .added_person .feed_item.user div,.questionnaire.questionnaire_5 .added_person .feed_item.user div{width:100%}.questionnaire.questionnaire_4 .action,.questionnaire.questionnaire_5 .action{display:flex;justify-content:space-between}.questionnaire.questionnaire_4 .action button[type="sumbit"],.questionnaire.questionnaire_5 .action button[type="sumbit"]{margin-left:auto}.questionnaire.questionnaire_8 .feed>p{padding-left:28px}.questionnaire.questionnaire_8 .feed_list .checkbox,.questionnaire.questionnaire_8 .feed_list .checkbox label{width:100%}.questionnaire.questionnaire_8 .feed_item.user{width:100%;padding:12px 16px}.questionnaire.questionnaire_8 .feed_item.user .item_desc{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;font-weight:400;font-size:15px;line-height:24px;color:#8E94A7}.questionnaire.questionnaire_8 .feed_item.user div{width:100%}.questionnaire.message{display:flex;align-items:center;gap:0 16px;padding:16px;background-color:var(--inactive);margin:20px 0;margin-left:-30px}@media all and (max-width:1024px){.questionnaire.message{margin-left:0}}.questionnaire.message p{color:#000;margin:0}.questionnaire.message p b{display:block;font-weight:700}.questionnaire.message svg path{fill:#000}.questionnaire.message.error{background:#ED0A34}.questionnaire.message.error p{color:#fff}.questionnaire.message.error svg path{fill:#fff}/*# sourceMappingURL=./style.css.map */ \ No newline at end of file +#filter{position:relative}#filter .container{position:relative}#filter.filter_in_catalog:not(.visible){display:none}#filter.filter_in_catalog .container{padding-top:0;padding-bottom:0;margin-bottom:40px}@media all and (max-width:1420px){#filter.filter_in_catalog .container{margin-left:0;margin-right:0;width:100%}#filter.filter_in_catalog .container .filter_header .button{bottom:10px}}@media all and (max-width:768px){#filter.filter_in_catalog .container{bottom:40px}}#filter .filter_header{display:flex;align-items:center;justify-content:space-between;margin-bottom:40px}#filter .filter_header .button{width:calc(33.333% - 21px)}@media all and (max-width:1279px){#filter .filter_header .button{width:calc(50% - 15px);position:absolute;right:0;bottom:90px}}@media all and (max-width:1280px){#filter .filter_header .button{bottom:50px}}@media all and (max-width:768px){#filter .filter_header .button{width:100%;bottom:60px}}#filter .filter_body{display:flex;flex-wrap:wrap;justify-content:space-between}#filter .filter_body .filter_column{width:calc(33.333% - 21px)}@media all and (max-width:1279px){#filter .filter_body .filter_column{width:calc(50% - 15px);margin-bottom:35px}#filter .filter_body .filter_column:nth-child(3){margin-bottom:0}}@media all and (max-width:768px){#filter .filter_body .filter_column{width:100%;margin-bottom:24px}#filter .filter_body .filter_column:last-child{margin-bottom:100px}}#filter .filter_body .form_field{width:100%;margin-bottom:10px}#filter .filter_body .fieldgroup{width:100%}#filter .filter_body .fieldgroup .form_field{width:calc(50% - 20px)}@media all and (max-width:768px){#filter .filter_body .fieldgroup .form_field{width:calc(50% - 4px)}}#catalog_small_filter{margin-bottom:40px}#catalog_small_filter.hidden{display:none}#catalog_small_filter .filter_body{display:flex;justify-content:flex-end}#catalog_small_filter .filter_body select{margin-right:30px;width:306px}#catalog_small_filter .filter_body button{width:220px}@media all and (max-width:1280px){#catalog_small_filter .filter_body{justify-content:space-between}#catalog_small_filter .filter_body .form_field{width:calc(33.333% - 30px)}#catalog_small_filter .filter_body .form_field select{width:100%}#catalog_small_filter .filter_body button{width:33.3333%}}@media all and (max-width:768px){#catalog_small_filter .filter_body{display:block}#catalog_small_filter .filter_body .form_field,#catalog_small_filter .filter_body button{width:100%;margin-bottom:8px}}#order .order_form{position:relative;margin:0}@media all and (max-width:960px){#order .order_form{margin-top:-60px}}@media all and (max-width:768px){#order .order_form{margin:0}}#order .order_form .order_email{display:flex;align-items:center;position:absolute;z-index:1;background:#EDEFF5;height:235px;left:0;right:0;top:0;bottom:0;margin:auto}#order .order_form .order_email p{width:320px;font-size:24px;line-height:45px;padding:0 20px}@media all and (max-width:1280px){#order .order_form .order_email p{width:220px;font-size:13px;line-height:20px}}@media all and (max-width:768px){#order .order_form .order_email{position:relative;height:auto;margin-bottom:25px}#order .order_form .order_email p{padding:0}}#order .order_form form{width:750px;background:var(--blue);box-sizing:border-box;padding:55px 90px;margin:auto;margin-left:390px;position:relative;z-index:2}@media all and (max-width:1420px){#order .order_form form{width:550px;margin-left:320px}}@media all and (max-width:960px){#order .order_form form{width:50%;padding:15px 25px;margin-left:285px}}@media all and (max-width:768px){#order .order_form form{width:auto;margin-left:-16px;margin-right:-16px;padding:25px 16px}}#order .order_form form input{margin-bottom:15px;background:rgba(255,255,255,0.2);color:#fff}#order .order_form form input::placeholder{color:#fff}@media all and (max-width:1280px){#order .order_form form input{margin-bottom:15px}}#order .order_form form .policy{position:relative;z-index:2;margin:5px 25px 45px 25px}@media all and (max-width:1280px){#order .order_form form .policy{margin-top:-5px;margin-bottom:25px;margin-left:0;margin-right:0}}#order .order_form form .policy label{color:#fff;font-weight:300}#order .order_form form .policy label:before{background:#fff;border-radius:0}#order .order_form form .policy input:checked+label:before{border-color:#fff;background:url("/assets/images/icons/checkbox_blue.svg") no-repeat center #fff}#order .order_form form .button{display:inherit;margin-left:auto}.login{max-width:610px}.login .login_with{display:flex;align-items:center;margin-bottom:50px;justify-content:flex-start}.login .login_with p{margin-right:20px}.login .login_with .tabs .tab{margin-right:0}.login .login_with .tabs .tab:not(.active){background-color:var(--inactive)}.login .button-group{display:flex;align-items:center;justify-content:flex-end}.login .button-group .button{margin-left:30px;display:flex}.login .button-group .button:first-child{width:auto}.login .form_field{margin-bottom:15px}.login .form_field.error{margin-bottom:25px}.login input[name="login"]{padding-left:32px;background:url("/assets/images/icons/icon-login.svg") no-repeat 8px 50%}.login input[name="pass"]{padding-left:32px;background:url("/assets/images/icons/icon-pass.svg") no-repeat 8px 50%}.login .button{width:90px;display:block;margin-left:auto}@media all and (max-width:960px){.login{max-width:440px}.login form{max-width:400px}}@media all and (max-width:768px){.login .login_with{display:block;margin-bottom:30px}.login .login_with p{margin-bottom:10px}.login .login_with .tabs{width:100%}.login .login_with .tabs .tab{width:50%;text-align:center}.login .button-group{flex-wrap:wrap;justify-content:center}.login .button-group .button{margin-left:0}.login .button-group button{order:1;width:100%}.login .button-group a{order:2;display:inline-flex}}.login.recovery{max-width:815px}.login.recovery p.full{width:100%}.login.recovery .message{margin-bottom:15px}.login.recovery form{display:flex;justify-content:space-between}.login.recovery form .form_field{width:calc(100% - 205px)}.login.recovery form .button{width:175px}.login.recovery form.newPass_form{flex-wrap:wrap}.login.recovery .resend{display:flex;align-items:center;justify-content:flex-start}.login.recovery .resend p{margin-right:30px}.login.recovery .resend .button{margin-left:0;width:auto}@media all and (max-width:960px){.login.recovery form{max-width:100%}}@media all and (max-width:768px){.login.recovery form{display:block}.login.recovery form .form_field,.login.recovery form .button{width:100%}.login.recovery .resend{display:block;text-align:center;margin-top:15px}.login.recovery .resend p{margin-right:0}.login.recovery .resend .button{margin-left:auto;margin-right:auto}}.contract_search{margin-bottom:40px}@media all and (max-width:1600px) and (min-width:1280px){.contract_search{margin-bottom:30px}}.contract_search form{display:flex;align-items:center;justify-content:space-between}.contract_search form .form_field.full{width:100% !important;margin-right:30px !important}@media all and (max-width:960px){.contract_search form .form_field.full{margin-right:0 !important}}.contract_search form .form_field:first-child{width:calc(50% - 15px);min-width:calc(50% - 15px);margin-right:15px}.contract_search form .form_field:nth-child(2),.contract_search form .form_field:nth-child(3){width:100%;margin-right:15px}.contract_search form .form_field.single{width:100%;margin-right:80px}.contract_search form .form_field .button{width:158px;min-width:158px}@media all and (max-width:768px){.contract_search form .form_field .button{display:none}}.contract_search form .form_field input+label{display:none}@media all and (max-width:960px){.contract_search{margin-bottom:20px}.contract_search form{flex-wrap:wrap;justify-content:flex-start}.contract_search form .form_field:first-child{margin-bottom:15px;width:100%}.contract_search form .form_field:first-child.single{width:calc(100% - 105px);margin-right:30px;margin-bottom:0}.contract_search form .form_field:nth-child(2),.contract_search form .form_field:nth-child(3){width:25%;margin-right:30px}.contract_search form .button{margin-left:auto}}@media all and (max-width:768px){.contract_search form{justify-content:space-between}.contract_search form .form_field{margin-right:0}.contract_search form .form_field:first-child{margin-right:0;margin-bottom:15px;width:100%}.contract_search form .form_field:first-child.single{width:100%;margin-right:0px}.contract_search form .form_field:nth-child(2),.contract_search form .form_field:nth-child(3){width:calc(50% - 4px);margin-right:0px}.contract_search form .form_field .date_input,.contract_search form .form_field input[type="date"]{height:55px;background-position:8px 14px;position:relative;padding-bottom:8px}.contract_search form .form_field .date_input::placeholder,.contract_search form .form_field input[type="date"]::placeholder{color:transparent}.contract_search form .form_field .date_input[value=""]+label,.contract_search form .form_field input[type="date"][value=""]+label{display:inline-block;position:absolute;left:32px;top:10px;z-index:2;font-size:13px;line-height:20px;color:#919399}.contract_search form .button{margin-left:auto;width:100%;margin-top:15px;background:var(--blue);color:#fff;display:none}.contract_search form .button:disabled{opacity:.48}}.reconciliation_form:not(.small){margin-bottom:35px;display:flex;flex-wrap:wrap;justify-content:space-between}.reconciliation_form:not(.small) p{width:100%;font-weight:700;margin-bottom:20px}.reconciliation_form:not(.small) .form_group{width:calc(65% - 8px);display:flex;flex-wrap:wrap;justify-content:space-between}.reconciliation_form:not(.small) .form_group:last-child{width:calc(35% - 8px)}.reconciliation_form:not(.small) .form_field{width:calc(50% - 8px)}.reconciliation_form:not(.small) .button{width:calc(40% - 8px)}.reconciliation_form:not(.small) .button:last-child{width:calc(60% - 8px)}@media all and (max-width:1279px){.reconciliation_form:not(.small) .form_group,.reconciliation_form:not(.small) .form_group:last-child{width:calc(50% - 8px)}}@media all and (max-width:768px){.reconciliation_form:not(.small) p{margin-bottom:8px}.reconciliation_form:not(.small) .form_group,.reconciliation_form:not(.small) .form_group:last-child{width:100%}.reconciliation_form:not(.small) .form_field{margin-bottom:15px}.reconciliation_form:not(.small) .button,.reconciliation_form:not(.small) .form_field{width:calc(50% - 4px)}.reconciliation_form:not(.small) .button:last-child,.reconciliation_form:not(.small) .form_field:last-child{width:calc(50% - 4px)}}.reconciliation_form.small{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:420px}@media all and (max-width:768px){.reconciliation_form.small{max-width:100%}}.reconciliation_form.small .form_field{width:calc(50% - 8px)}@media all and (max-width:768px){.reconciliation_form.small .form_field{width:calc(50% - 4px)}}.reconciliation_form.small .form_field .date_input_wrapper>.rw-widget .rw-widget-container{display:block}.reconciliation_form.small .form_field .date_input_wrapper>.rw-widget .rw-widget-container>button{margin:0;width:100%}.reconciliation_form.small button.button{margin-top:35px;width:calc(45% - 8px)}.reconciliation_form.small button.button:last-child{width:calc(55% - 8px)}@media all and (max-width:768px){.reconciliation_form.small button.button{width:calc(50% - 4px) !important;margin-top:15px}}.fade{position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;overflow:auto;background:rgba(0,0,0,0.5);display:block}.fade:not(.opened){display:none}.fade .modal{max-width:700px;width:100%;background:#fff;margin:100px auto;padding:45px 40px}.fade .modal .modal_footer{text-align:right;margin-top:30px}.fade .modal .modal_footer .button{margin-left:auto}@media all and (max-width:768px){.fade .modal{padding:25px 20px;margin:0}}.reconciliation_form.small{display:flex;flex-wrap:wrap;justify-content:space-between;max-width:420px}.reconciliation_form.small .form_field{width:calc(50% - 8px)}@media all and (max-width:768px){.reconciliation_form.small .form_field{width:calc(50% - 4px)}}.reconciliation_form.small button.button{margin-top:15px;width:calc(45% - 8px)}.reconciliation_form.small button.button:last-child{width:calc(55% - 8px)}@media all and (max-width:768px){.reconciliation_form.small button.button{width:calc(50% - 4px)}}.fade{position:fixed;z-index:99999;top:0;left:0;width:100%;height:100%;overflow:auto;background:rgba(0,0,0,0.5);display:block}.fade:not(.opened){display:none}.fade .modal{max-width:700px;width:100%;background:#fff;margin:100px auto;padding:45px 40px}.fade .modal .modal_footer{text-align:right;margin-top:30px}.fade .modal .modal_footer .button{margin-left:auto}.settings_user_control{display:flex;align-items:center;justify-content:space-between;margin-bottom:45px}.settings_user_control p{font-weight:700}.settings_user_control div{display:flex;align-items:center;gap:0 7px}@media all and (max-width:1279px){.settings_user_control p{width:160px;margin-right:16px;min-width:160px}.settings_user_control div{width:100%}.settings_user_control div button:first-child{width:60%}.settings_user_control div button:last-child{width:40%}}@media all and (max-width:768px){.settings_user_control{display:block;margin-bottom:35px;width:100%}.settings_user_control p{width:100%}.settings_user_control div{display:block}.settings_user_control div button{width:100% !important;margin-top:16px}}.settings_table{display:table;border-collapse:collapse;width:100%}@media all and (max-width:1279px){.settings_table{display:block}}.settings_table .table_row{display:table-row}@media all and (max-width:1279px){.settings_table .table_row{display:block;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid #EDEFF5;padding-left:55px;background:url("../../public/assets/images/icons/user.svg") no-repeat top left;position:relative}}@media all and (max-width:768px){.settings_table .table_row{padding-left:0;background:transparent}}.settings_table .table_row .table_cell{display:table-cell;padding:18px 12px;border:1px solid #EDEFF5;position:relative}.settings_table .table_row .table_cell.delete{position:static}@media all and (max-width:1279px){.settings_table .table_row .table_cell{display:flex;flex-wrap:wrap;border:0;font-size:13px;line-height:20px;padding:0;margin-bottom:4px}.settings_table .table_row .table_cell:before{content:attr(data-title);color:#8E94A7;font-weight:700;display:block;width:190px;padding-right:10px}}@media all and (max-width:768px){.settings_table .table_row .table_cell:before{width:100%;margin-bottom:2px}}.settings_table .table_row .table_cell:last-child{border-left:0;min-width:36px}.settings_table .table_row .table_cell:last-child button{position:absolute;width:16px;height:16px;padding:0;top:0;left:0;right:0;bottom:0;margin:auto;visibility:hidden;pointer-events:none;background:url("../../public/assets/images/icons/icon-delete.svg") no-repeat center}@media all and (max-width:1279px){.settings_table .table_row .table_cell:last-child:before{border:0}.settings_table .table_row .table_cell:last-child button{bottom:auto;left:auto;width:32px;height:32px;background:url("../../public/assets/images/icons/Trash.svg") no-repeat center;font-size:0;text-indent:-999px;overflow:hidden}}@media all and (max-width:768px){.settings_table .table_row .table_cell:last-child button{text-indent:0;font-weight:600;font-size:15px;line-height:20px;color:#A8026B;width:140px;position:relative}}.settings_table .table_row .table_cell:nth-last-child(2){border-right:0}.settings_table .table_row .table_cell input{border:0;outline:none;background:#fff;font-size:15px;padding:0}.settings_table .table_row .table_cell input::placeholder{color:var(--text_not_active);font-size:15px}@media all and (max-width:1279px){.settings_table .table_row .table_cell input{padding:0 12px;border:1px solid rgba(0,16,61,0.12);height:40px;max-width:320px;width:100%;box-sizing:border-box}}@media all and (max-width:768px){.settings_table .table_row .table_cell input{max-width:none;width:100%}}.settings_table .table_row .table_cell .settings_dropdown{font-family:'Montserrat',sans-serif;cursor:pointer;width:100%;text-align:left;font-weight:400;justify-content:flex-start;font-size:15px;line-height:20px;color:#0C0C0C;padding:0;background:url(/assets/images/icons/company-arrow.svg) no-repeat 100% 50%}.settings_table .table_row .table_cell .settings_dropdown[data-selected="false"]{color:var(--text_not_active)}@media all and (max-width:1279px){.settings_table .table_row .table_cell .settings_dropdown{border:1px solid rgba(0,16,61,0.12);padding:0 10px;background-position:calc(100% - 10px) 50%;width:calc(100% - 200px);max-width:320px}}@media all and (max-width:768px){.settings_table .table_row .table_cell .settings_dropdown{max-width:none;width:100%}}.settings_table .table_row .table_cell .dropdown_list{position:absolute;top:100%;left:0;width:412px;display:none;background:#FFFFFF;box-shadow:0 4px 32px rgba(0,0,0,0.16);padding:25px 35px;z-index:9}@media all and (max-width:1279px){.settings_table .table_row .table_cell .dropdown_list{left:200px}}@media all and (max-width:768px){.settings_table .table_row .table_cell .dropdown_list{left:0;right:0;width:100%;padding:16px}}.settings_table .table_row .table_cell .dropdown_list.opened{display:block}.settings_table .table_row .table_cell .dropdown_list .list_item{position:relative;padding-bottom:16px;margin-bottom:16px;border-bottom:1px solid var(--inactive)}.settings_table .table_row .table_cell .dropdown_list .list_item label{font-weight:700;padding-left:0;padding-right:30px;line-height:23px}.settings_table .table_row .table_cell .dropdown_list .list_item label:before{right:0;left:auto}.settings_table .table_row .table_cell .dropdown_list .list_item label span{display:block;font-weight:400}.settings_table .table_row .table_cell .dropdown_list .list_item:last-child{border:0;padding-bottom:0;margin-bottom:0}.settings_table .table_row.table_header .table_cell{color:#8E94A7;font-weight:700;border:0}.settings_table .table_row.table_header .table_cell:last-child{border-left:0 !important}@media all and (max-width:1279px){.settings_table .table_row.table_header{display:none}}.settings_table.editable .table_row.editable .table_cell{margin-bottom:8px}.settings_table.editable .table_row .table_cell:last-child{border:1px solid #EDEFF5}@media all and (max-width:1279px){.settings_table.editable .table_row .table_cell:last-child{border:0}}.settings_table.editable .table_row .table_cell:last-child button{pointer-events:all;visibility:visible}.new_appeal form .form_field{margin-bottom:14px}.new_appeal form textarea{height:208px}.dropzone{height:208px;position:relative;border:1px dashed #1C01A9;border-radius:4px;background:rgba(28,1,169,0.1);text-align:center;display:flex;align-items:center;justify-content:center;margin-top:30px}.dropzone .files{width:100%;padding:16px}.dropzone .files:empty{display:none}.dropzone label.blue{color:var(--blue);display:block}.dropzone [type="file"]{cursor:pointer;position:absolute;opacity:0;top:0;right:0;bottom:0;left:0}.dropzone div{max-width:404px;text-align:center}.dropzone div p{color:#828282;margin-bottom:20px}@media all and (max-width:768px){.dropzone{border:0;background:transparent;height:auto}.dropzone div p{margin-bottom:10px}.dropzone div p:before{content:attr(data-sm-text);display:block}.dropzone div p span{display:none}}.questionnaire:not(:last-child){margin-bottom:50px}.questionnaire.disabled input,.questionnaire.disabled select,.questionnaire.disabled textarea{cursor:default;background:#fff;pointer-events:none}.questionnaire .title{font-weight:700;font-size:15px;line-height:23px;color:#000;margin-bottom:16px;padding-bottom:16px;margin-top:0;border-bottom:1px solid var(--inactive);margin-left:-30px;padding-left:30px}@media all and (max-width:1280px){.questionnaire .title{margin-left:0;padding-left:0}}.questionnaire small{display:block;color:#8E94A7;font-size:11px;line-height:15px;font-weight:400;margin-top:4px}.questionnaire>p{margin:15px 0}.questionnaire textarea{resize:vertical}.questionnaire .formgroup{display:flex;flex-wrap:wrap;justify-content:space-between}.questionnaire .formgroup .form_field{width:calc(50% - 12px)}@media all and (max-width:1024px){.questionnaire .formgroup .form_field{width:100%}}.questionnaire .form_field{display:flex;align-items:center;flex-wrap:wrap;margin-bottom:30px;width:100%}@media all and (max-width:1024px){.questionnaire .form_field{margin-bottom:15px}.questionnaire .form_field.picker div{width:100% !important}.questionnaire .form_field.picker input[type="date"]{width:100% !important}.questionnaire .form_field.picker .checkbox{margin-left:0 !important}}.questionnaire .form_field.bg{padding:8px 0;align-items:flex-start;background:rgba(28,1,169,0.1)}@media all and (max-width:1024px){.questionnaire .form_field.bg{padding:8px}}.questionnaire .form_field.checkbox{margin:8px 0;width:100%}.questionnaire .form_field.checkbox label{width:auto;display:flex;align-items:center}@media all and (max-width:1024px){.questionnaire .form_field.checkbox label{flex-wrap:wrap}}.questionnaire .form_field.checkbox label::before{top:0;bottom:0;margin:auto}.questionnaire .form_field.checkbox label input{margin-left:12px;width:100%;background:var(--inactive);cursor:default}.questionnaire .form_field.checkbox label span{white-space:pre-line;white-space:nowrap}@media all and (max-width:1024px){.questionnaire .form_field.checkbox label span{white-space:unset}.questionnaire .form_field.checkbox label span+input{margin-left:0;margin-top:10px}}.questionnaire .form_field.checkbox input:checked+label input{background:#fff;cursor:text}.questionnaire .form_field label{width:186px;margin-right:12px}@media all and (max-width:1024px){.questionnaire .form_field label{width:100%;margin-right:0;margin-bottom:8px}}.questionnaire .form_field label a{text-decoration:underline}.questionnaire .form_field textarea,.questionnaire .form_field input:not(.rw-input),.questionnaire .form_field select{width:calc(100% - 198px)}.questionnaire .form_field textarea[value=""],.questionnaire .form_field input:not(.rw-input)[value=""],.questionnaire .form_field select[value=""]{background-color:#EDEFF5}@media all and (max-width:1024px){.questionnaire .form_field textarea,.questionnaire .form_field input:not(.rw-input),.questionnaire .form_field select{width:100%}}.questionnaire .form_field textarea[type="date"],.questionnaire .form_field input:not(.rw-input)[type="date"],.questionnaire .form_field select[type="date"]{width:245px}.questionnaire .form_field textarea+p,.questionnaire .form_field input:not(.rw-input)+p,.questionnaire .form_field select+p{font-size:11px;line-height:15px;margin-left:198px;margin-top:2px}@media all and (max-width:1024px){.questionnaire .form_field textarea+p,.questionnaire .form_field input:not(.rw-input)+p,.questionnaire .form_field select+p{margin-left:0}}.questionnaire .action{text-align:right;margin-top:40px}.questionnaire ul{margin:20px 0;padding-left:20px;list-style:disc;font-size:14px;line-height:29px}.questionnaire ul li:not(:last-child){margin-bottom:8px}@media all and (max-width:1024px){.questionnaire .dropzone{width:100% !important;max-width:360px;margin-left:auto;margin-right:auto}}.questionnaire.questionnaire_4 .form_field label,.questionnaire.questionnaire_5 .form_field label{width:calc(50% - 12px);font-weight:700}@media all and (max-width:1024px){.questionnaire.questionnaire_4 .form_field label,.questionnaire.questionnaire_5 .form_field label{width:100%}}.questionnaire.questionnaire_4 .form_field.checkbox label,.questionnaire.questionnaire_5 .form_field.checkbox label{font-weight:400}.questionnaire.questionnaire_4 .form_field textarea,.questionnaire.questionnaire_5 .form_field textarea,.questionnaire.questionnaire_4 .form_field input,.questionnaire.questionnaire_5 .form_field input,.questionnaire.questionnaire_4 .form_field select,.questionnaire.questionnaire_5 .form_field select{width:50%}@media all and (max-width:1024px){.questionnaire.questionnaire_4 .form_field textarea,.questionnaire.questionnaire_5 .form_field textarea,.questionnaire.questionnaire_4 .form_field input,.questionnaire.questionnaire_5 .form_field input,.questionnaire.questionnaire_4 .form_field select,.questionnaire.questionnaire_5 .form_field select{width:100%}}.questionnaire.questionnaire_4 .form_field .form_field,.questionnaire.questionnaire_5 .form_field .form_field{margin-bottom:0}.questionnaire.questionnaire_4 .form_field .formgroup,.questionnaire.questionnaire_5 .form_field .formgroup{gap:0 12px;width:50%}@media all and (max-width:1024px){.questionnaire.questionnaire_4 .form_field .formgroup,.questionnaire.questionnaire_5 .form_field .formgroup{width:100%}}.questionnaire.questionnaire_4 .form_field .formgroup .form_field,.questionnaire.questionnaire_5 .form_field .formgroup .form_field{width:calc(50% - 6px)}.questionnaire.questionnaire_4 .form_field .formgroup .form_field textarea,.questionnaire.questionnaire_5 .form_field .formgroup .form_field textarea,.questionnaire.questionnaire_4 .form_field .formgroup .form_field input,.questionnaire.questionnaire_5 .form_field .formgroup .form_field input{width:100%}.questionnaire.questionnaire_4 .form_field .formgroup .form_field.checkbox,.questionnaire.questionnaire_5 .form_field .formgroup .form_field.checkbox{width:100%}.questionnaire.questionnaire_4 .form_field .formgroup.control .form_field,.questionnaire.questionnaire_5 .form_field .formgroup.control .form_field{width:calc(100% - 42px)}.questionnaire.questionnaire_4 .form_field .formgroup.control .form_field label,.questionnaire.questionnaire_5 .form_field .formgroup.control .form_field label{width:100%}.questionnaire.questionnaire_4 .form_field .formgroup.control .delete,.questionnaire.questionnaire_5 .form_field .formgroup.control .delete{width:30px;height:30px;padding:0;display:flex;align-items:center;justify-content:center}.questionnaire.questionnaire_4 .added_person,.questionnaire.questionnaire_5 .added_person{border-top:1px solid var(--inactive);margin-top:30px;padding-top:30px}.questionnaire.questionnaire_4 .added_person .feed_list .checkbox,.questionnaire.questionnaire_5 .added_person .feed_list .checkbox,.questionnaire.questionnaire_4 .added_person .feed_list .checkbox label,.questionnaire.questionnaire_5 .added_person .feed_list .checkbox label{width:100%}.questionnaire.questionnaire_4 .added_person .feed_item.user,.questionnaire.questionnaire_5 .added_person .feed_item.user{width:100%;padding:12px 16px}.questionnaire.questionnaire_4 .added_person .feed_item.user .item_desc,.questionnaire.questionnaire_5 .added_person .feed_item.user .item_desc{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;font-weight:400;font-size:15px;line-height:24px;color:#8E94A7}.questionnaire.questionnaire_4 .added_person .feed_item.user div,.questionnaire.questionnaire_5 .added_person .feed_item.user div{width:100%}.questionnaire.questionnaire_4 .action,.questionnaire.questionnaire_5 .action{display:flex;justify-content:space-between}.questionnaire.questionnaire_4 .action button[type="sumbit"],.questionnaire.questionnaire_5 .action button[type="sumbit"]{margin-left:auto}.questionnaire.questionnaire_8 .feed>p{padding-left:28px}.questionnaire.questionnaire_8 .feed_list .checkbox,.questionnaire.questionnaire_8 .feed_list .checkbox label{width:100%}.questionnaire.questionnaire_8 .feed_item.user{width:100%;padding:12px 16px}.questionnaire.questionnaire_8 .feed_item.user .item_desc{width:100%;display:flex;flex-wrap:wrap;justify-content:space-between;font-weight:400;font-size:15px;line-height:24px;color:#8E94A7}.questionnaire.questionnaire_8 .feed_item.user div{width:100%}.questionnaire.status_action{max-width:850px;padding:0 0 0 40px;display:inline-block;padding-bottom:20px;border-bottom:1px solid var(--inactive)}@media all and (max-width:1024px){.questionnaire.status_action{padding:0}}.questionnaire.message{display:flex;align-items:center;gap:0 16px;padding:16px;background-color:var(--inactive);margin:20px 0;margin-left:-30px}@media all and (max-width:1024px){.questionnaire.message{margin-left:0}}.questionnaire.message p{color:#000;margin:0}.questionnaire.message p b{display:block;font-weight:700}.questionnaire.message svg{min-width:44px}.questionnaire.message svg path{fill:#000}.questionnaire.message.error{background:#ED0A34}.questionnaire.message.error p{color:#fff}.questionnaire.message.error svg path{fill:#fff}.questionnaire.message.moderate{background:#8E94A7;margin-left:0}.questionnaire.message.moderate p{color:#fff}.questionnaire.message.moderate svg path{fill:#fff}.questionnaire.message.success{background:#5FB158;margin-left:0}.questionnaire.message.success p{color:#fff}.questionnaire.message.success svg path{fill:#fff}/*# sourceMappingURL=./style.css.map */ \ No newline at end of file diff --git a/css/forms/style.css.map b/css/forms/style.css.map index 510c4ea..5f47d01 100644 --- a/css/forms/style.css.map +++ b/css/forms/style.css.map @@ -1 +1 @@ -{"version":3,"sources":["style.less"],"names":[],"mappings":"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"} \ No newline at end of file +{"version":3,"sources":["style.less"],"names":[],"mappings":"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"} \ No newline at end of file diff --git a/css/forms/style.less b/css/forms/style.less index 1cca742..23b89fd 100644 --- a/css/forms/style.less +++ b/css/forms/style.less @@ -1666,6 +1666,18 @@ } + &.status_action { + max-width: 850px; + padding: 0 0 0 40px; + display: inline-block; + padding-bottom: 20px; + border-bottom: 1px solid var(--inactive); + + @media all and (max-width: 1024px) { + padding: 0; + } + } + &.message { display: flex; align-items: center; @@ -1688,8 +1700,12 @@ font-weight: 700; } } - svg path { - fill: #000; + svg { + min-width: 44px; + + path { + fill: #000; + } } &.error { @@ -1703,5 +1719,30 @@ fill: #fff; } } + + &.moderate { + background: #8E94A7; + margin-left: 0; + + p { + color: #fff; + } + + svg path { + fill: #fff; + } + } + &.success { + background: #5FB158; + margin-left: 0; + + p { + color: #fff; + } + + svg path { + fill: #fff; + } + } } } \ No newline at end of file diff --git a/package-lock.json b/package-lock.json index aabceee..a28e22b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -780,6 +780,11 @@ "picomatch": "^2.0.4" } }, + "append-field": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/append-field/-/append-field-1.0.0.tgz", + "integrity": "sha512-klpgFSWLW1ZEs8svjfb7g4qWY0YS5imI82dTg+QahUvJ8YqAY0P10Uk8tTyh9ZGuYEZEMaeJYCF5BFuX552hsw==" + }, "argparse": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", @@ -888,6 +893,11 @@ "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==" }, + "asynckit": { + "version": "0.4.0", + "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==" + }, "attr-accept": { "version": "2.2.2", "resolved": "https://registry.npmjs.org/attr-accept/-/attr-accept-2.2.2.tgz", @@ -1070,6 +1080,11 @@ "resolved": "https://registry.npmjs.org/buffer-equal-constant-time/-/buffer-equal-constant-time-1.0.1.tgz", "integrity": "sha512-zRpUiDwd/xk6ADqPMATG8vc9VPrkck7T07OIx0gnjmJAnHnTVXNQG3vfvWNuiZIkwu9KrKdA1iJKfsfTVxE6NA==" }, + "buffer-from": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", + "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==" + }, "buffer-xor": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/buffer-xor/-/buffer-xor-1.0.3.tgz", @@ -1080,6 +1095,14 @@ "resolved": "https://registry.npmjs.org/builtin-status-codes/-/builtin-status-codes-3.0.0.tgz", "integrity": "sha1-hZgoeOIbmOHGZCXgPQF0eI9Wnug=" }, + "busboy": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/busboy/-/busboy-1.6.0.tgz", + "integrity": "sha512-8SFQbg/0hQ9xy3UNTB0YEnsNBbWfhf7RtnzpL7TkBiTBRfrQ9Fxcnz7VJsleJpyp6rVLvXiuORqjlHi5q+PYuA==", + "requires": { + "streamsearch": "^1.1.0" + } + }, "bytes": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.0.tgz", @@ -1181,6 +1204,14 @@ "resolved": "https://registry.npmjs.org/colorette/-/colorette-1.4.0.tgz", "integrity": "sha512-Y2oEozpomLn7Q3HFP7dpww7AtMJplbM9lGZP6RDfHqmbeRjiwRg4n6VM6j4KLmRke85uWEI7JqF17f3pqdRA0g==" }, + "combined-stream": { + "version": "1.0.8", + "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", + "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", + "requires": { + "delayed-stream": "~1.0.0" + } + }, "command-line-args": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/command-line-args/-/command-line-args-5.2.1.tgz", @@ -1204,6 +1235,46 @@ "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=", "dev": true }, + "concat-stream": { + "version": "1.6.2", + "resolved": "https://registry.npmjs.org/concat-stream/-/concat-stream-1.6.2.tgz", + "integrity": "sha512-27HBghJxjiZtIk3Ycvn/4kbJk/1uZuJFfuPEns6LaEvpvG1f0hTea8lilrouyo9mVc2GWdcEZ8OLoGmSADlrCw==", + "requires": { + "buffer-from": "^1.0.0", + "inherits": "^2.0.3", + "readable-stream": "^2.2.2", + "typedarray": "^0.0.6" + }, + "dependencies": { + "readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "requires": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "requires": { + "safe-buffer": "~5.1.0" + } + } + } + }, "console-browserify": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/console-browserify/-/console-browserify-1.2.0.tgz", @@ -1367,6 +1438,11 @@ "resolved": "https://registry.npmjs.org/csstype/-/csstype-3.0.10.tgz", "integrity": "sha512-2u44ZG2OcNUO9HDp/Jl8C07x6pU/eTR3ncV91SiK3dhG9TWvRVsCoJw14Ckx5DgWkzGA3waZWO3d7pgqpUI/XA==" }, + "dadata": { + "version": "0.0.3", + "resolved": "https://registry.npmjs.org/dadata/-/dadata-0.0.3.tgz", + "integrity": "sha512-T27xFcP6J2pK4F4r2YupEsT2pWTMzjGTWxAMcIUdUFmbdeyNsga/BN9GM/tGZe4NMjfPWMJO2R6xvCE9rhvIVg==" + }, "damerau-levenshtein": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/damerau-levenshtein/-/damerau-levenshtein-1.0.7.tgz", @@ -1383,6 +1459,11 @@ "resolved": "https://registry.npmjs.org/date-arithmetic/-/date-arithmetic-4.1.0.tgz", "integrity": "sha512-QWxYLR5P/6GStZcdem+V1xoto6DMadYWpMXU82ES3/RfR3Wdwr3D0+be7mgOJ+Ov0G9D5Dmb9T17sNLQYj9XOg==" }, + "debounce-promise": { + "version": "3.1.2", + "resolved": "https://registry.npmjs.org/debounce-promise/-/debounce-promise-3.1.2.tgz", + "integrity": "sha512-rZHcgBkbYavBeD9ej6sP56XfG53d51CD4dnaw989YX/nZ/ZJfgRx/9ePKmTNiUiyQvh4mtrMoS3OAWW+yoYtpg==" + }, "debug": { "version": "2.6.9", "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", @@ -1405,6 +1486,11 @@ "object-keys": "^1.0.12" } }, + "delayed-stream": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==" + }, "denque": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/denque/-/denque-1.5.1.tgz", @@ -2129,6 +2215,15 @@ "reusify": "^1.0.4" } }, + "fetch-blob": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/fetch-blob/-/fetch-blob-3.2.0.tgz", + "integrity": "sha512-7yAQpD2UMJzLi1Dqv7qFYnPbaPx7ZfFK6PiIxQ4PfkGPyNyl2Ugx+a/umUonmKqjhM4DnfbMvdX6otXq83soQQ==", + "requires": { + "node-domexception": "^1.0.0", + "web-streams-polyfill": "^3.0.3" + } + }, "file-entry-cache": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", @@ -2254,6 +2349,24 @@ "resolved": "https://registry.npmjs.org/foreach/-/foreach-2.0.5.tgz", "integrity": "sha1-C+4AUBiusmDQo6865ljdATbsG5k=" }, + "form-data": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-4.0.0.tgz", + "integrity": "sha512-ETEklSGi5t0QMZuiXoA/Q6vcnxcLQP5vdugSpuAyi6SVGi2clPPp+xgEhuMaHC+zGgn31Kd235W35f7Hykkaww==", + "requires": { + "asynckit": "^0.4.0", + "combined-stream": "^1.0.8", + "mime-types": "^2.1.12" + } + }, + "formdata-polyfill": { + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/formdata-polyfill/-/formdata-polyfill-4.0.10.tgz", + "integrity": "sha512-buewHzMvYL29jdeQTVILecSaZKnt/RJWjoZCF5OW60Z67/GmSLBkOFM7qh1PI3zFNtJbaZL5eQu1vLfazOwj4g==", + "requires": { + "fetch-blob": "^3.1.2" + } + }, "fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", @@ -3076,6 +3189,11 @@ "safe-buffer": "^5.1.2" } }, + "media-typer": { + "version": "0.3.0", + "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==" + }, "memoize-one": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/memoize-one/-/memoize-one-5.2.1.tgz", @@ -3155,6 +3273,21 @@ "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.5.tgz", "integrity": "sha512-FM9nNUYrRBAELZQT3xeZQ7fmMOBg6nWNmJKTcgsJeaLstP/UODVpGsr5OhXhhXg6f+qtJ8uiZ+PUxkDWcgIXLw==" }, + "mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "requires": { + "minimist": "^1.2.6" + }, + "dependencies": { + "minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==" + } + } + }, "moment": { "version": "2.29.1", "resolved": "https://registry.npmjs.org/moment/-/moment-2.29.1.tgz", @@ -3165,6 +3298,20 @@ "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" }, + "multer": { + "version": "1.4.5-lts.1", + "resolved": "https://registry.npmjs.org/multer/-/multer-1.4.5-lts.1.tgz", + "integrity": "sha512-ywPWvcDMeH+z9gQq5qYHCCy+ethsk4goepZ45GLD63fOu0YcNecQxi64nDs3qluZB+murG3/D4dJ7+dGctcCQQ==", + "requires": { + "append-field": "^1.0.0", + "busboy": "^1.0.0", + "concat-stream": "^1.5.2", + "mkdirp": "^0.5.4", + "object-assign": "^4.1.1", + "type-is": "^1.6.4", + "xtend": "^4.0.0" + } + }, "nanoid": { "version": "3.1.30", "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.1.30.tgz", @@ -3243,6 +3390,13 @@ "util": "0.12.4", "vm-browserify": "1.1.2", "watchpack": "2.1.1" + }, + "dependencies": { + "node-fetch": { + "version": "2.6.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", + "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" + } } }, "next-fonts": { @@ -3284,10 +3438,27 @@ "cors": "^2.8.5" } }, + "node-domexception": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/node-domexception/-/node-domexception-1.0.0.tgz", + "integrity": "sha512-/jKZoMpw0F8GRwl4/eLROPA3cfcXtLApP0QzLmUT/HuPCZWyB7IY9ZrMeKw2O/nFIqPQB3PVM9aYm0F312AXDQ==" + }, "node-fetch": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-2.6.1.tgz", - "integrity": "sha512-V4aYg89jEoVRxRb2fJdAg8FHvI7cEyYdVAh94HH0UIK8oJxUfkjlDQN9RbMx+bEjP7+ggMiFRprSti032Oipxw==" + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/node-fetch/-/node-fetch-3.3.1.tgz", + "integrity": "sha512-cRVc/kyto/7E5shrWca1Wsea4y6tL9iYJE5FBCius3JQfb/4P4I295PfhgbJQBLTx6lATE4z+wK0rPM4VS2uow==", + "requires": { + "data-uri-to-buffer": "^4.0.0", + "fetch-blob": "^3.1.4", + "formdata-polyfill": "^4.0.10" + }, + "dependencies": { + "data-uri-to-buffer": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/data-uri-to-buffer/-/data-uri-to-buffer-4.0.1.tgz", + "integrity": "sha512-0R9ikRb668HB7QDxT1vkpuUBtqc53YyAwMwGeUFKRojY/NWKvdZ+9UYtRfGmhqNbRkTSVpMbmyhXipFFv2cb/A==" + } + } }, "node-html-parser": { "version": "1.4.9", @@ -3938,6 +4109,14 @@ } } }, + "react-google-recaptcha-v3": { + "version": "1.10.0", + "resolved": "https://registry.npmjs.org/react-google-recaptcha-v3/-/react-google-recaptcha-v3-1.10.0.tgz", + "integrity": "sha512-JBoqU107X8klQmS8tQSbQh1IMsT1fH3kVoArIqnia0rtn0rPNG9Ld+9rD/dHJMculIczSZpGvIJTXXwtsolMcg==", + "requires": { + "hoist-non-react-statics": "^3.3.2" + } + }, "react-is": { "version": "17.0.2", "resolved": "https://registry.npmjs.org/react-is/-/react-is-17.0.2.tgz", @@ -4325,6 +4504,11 @@ "debug": "2" } }, + "streamsearch": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/streamsearch/-/streamsearch-1.1.0.tgz", + "integrity": "sha512-Mcc5wHehp9aXz1ax6bZUyY5afg9u2rv5cqQI3mRrYkGC8rW2hM02jWuwjtL++LS5qinSyhj2QfLyNsuc+VsExg==" + }, "string-convert": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/string-convert/-/string-convert-0.2.1.tgz", @@ -4538,6 +4722,20 @@ "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.7.1.tgz", "integrity": "sha512-Ne2YiiGN8bmrmJJEuTWTLJR32nh/JdL1+PSicowtNb0WFpn59GK8/lfD61bVtzguz7b3PBt74nxpv/Pw5po5Rg==" }, + "type-is": { + "version": "1.6.18", + "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", + "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", + "requires": { + "media-typer": "0.3.0", + "mime-types": "~2.1.24" + } + }, + "typedarray": { + "version": "0.0.6", + "resolved": "https://registry.npmjs.org/typedarray/-/typedarray-0.0.6.tgz", + "integrity": "sha512-/aCDEGatGvZ2BIk+HmLf4ifCJFwvKFNb9/JeZPMulfgFracn9QFcAf5GO8B/mweUjSoblS5In0cWhqpfs/5PQA==" + }, "typical": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/typical/-/typical-4.0.0.tgz", @@ -4703,6 +4901,11 @@ "graceful-fs": "^4.1.2" } }, + "web-streams-polyfill": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/web-streams-polyfill/-/web-streams-polyfill-3.2.1.tgz", + "integrity": "sha512-e0MO3wdXWKrLbL0DgGnUV7WHVuw9OUvL4hjgnPkIeEvESk74gAITi5G606JtZPp39cd8HA9VQzCIvA49LpPN5Q==" + }, "webidl-conversions": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/webidl-conversions/-/webidl-conversions-4.0.2.tgz", diff --git a/pages/questionnaire/status.js b/pages/questionnaire/status.js new file mode 100644 index 0000000..2cf1c03 --- /dev/null +++ b/pages/questionnaire/status.js @@ -0,0 +1,283 @@ +import React from "react"; +import Head from "next/head"; +import Image from "next/image"; +import Link from "next/link"; +import cookie from "cookie"; +import { connect } from "react-redux"; +import numeral from "numeral"; +import pluralize from "pluralize-ru"; +import { SpinnerCircular } from "spinners-react"; + +import { withRouter } from "next/router"; +import { reduxWrapper } from "../../store"; + +import InnerMenu from "./components/InnerMenu"; +import Header from "../components/Header"; +import Footer from "../components/Footer"; + +import { + sendPhoneChangeNumber, + sendPhoneChangeNumberSmsCode, + setUserPhone, +} from "../../actions"; +import AccountLayout from "../components/Layout/Account"; + +class QuestionnairePage extends React.Component { + constructor(props) { + super(props); + this.state = { + phone: "", + phone_check_loading: false, + phone_number_format_error: false, + }; + } + + componentDidMount() {} + + _handle_onPhoneSubmit = (event) => { + event.preventDefault(); + + const { user, phone, phone_check_loading } = this.state; + + if (!phone_check_loading) { + this.setState({ phone_check_loading: true }, () => { + sendPhoneChangeNumber({ email: user.email, phone }) + .then(() => { + this.setState( + { + phone_check_loading: false, + phone_number_error: false, + timer: 60, + phone_form_step: 2, + }, + () => { + this.timer_ref = setInterval(() => { + const t = this.state.timer - 1; + this.setState({ timer: t }, () => { + if (t === 0) { + clearInterval(this.timer_ref); + } + }); + }, 1000); + } + ); + }) + .catch(() => { + this.setState({ + phone_number_error: true, + phone_check_loading: false, + }); + }); + }); + } + }; + + _handle_onCodeSubmit = (event) => { + event.preventDefault(); + + const { phone, phone_code, code_check_loading } = this.state; + + if (!code_check_loading) { + this.setState({ code_check_loading: true }, () => { + sendPhoneChangeNumberSmsCode({ phone, code: phone_code }) + .then(() => { + const new_user = { ...this.state.user }; + new_user.phone = phone; + + setUserPhone({ dispatch: this.props.dispatch, user: new_user }); + + this.setState({ + phone_sms_code_error: false, + code_check_loading: false, + phone_form_step: 3, + }); + }) + .catch(() => { + this.setState({ + phone_sms_code_error: true, + code_check_loading: false, + }); + }); + }); + } + }; + + _handle_onResendCode = (event) => { + this.setState({ phone_sms_code_error: false }, () => { + this._handle_onPhoneSubmit(event); + }); + }; + + _handle_onPhoneChange = (value) => { + const phone_number_format_error = + value.length > 1 && (value[0] !== "+" || value[1] !== "7") ? true : false; + this.setState({ + phone: value, + phone_login_disabled: this._check_fields_disabled([value]), + phone_number_error: false, + phone_number_format_error: phone_number_format_error, + }); + }; + + _handle_onPhoneCodeChange = (value) => { + this.setState({ + phone_code: value, + phone_code_submit_disabled: this._check_fields_disabled([value]), + phone_sms_code_error: false, + }); + }; + + _check_fields_disabled = (values) => { + for (let i in values) { + if (values[i] === "") { + return true; + } + } + + return false; + }; + + render() { + const { phone, phone_check_loading, phone_number_format_error } = + this.state; + + return ( + + + ЛК Эволюция автолизинга - Анкета лизингополучателя + + +
+ +
+
+

Анкета лизингополучателя

+
+
+
+
+
+ + + + + +

+ Анкета заполнена и ожидает вашего подписания + Вы заполнили и подписали анкету лизингополучателя посредством + ЭЦП. Анкета передана в обрабатывающий центр. Если у + сотрудников возникнут вопросы мы свяжемся с Вами. Спасибо! +

+
+ +
+ +
+ +
+
+
+

+ №1234567 от 21.01.2021 +

+ +
+
+
+ +
+ + + + + +

+ Анкета заполнена и подписана + Вы заполнили и подписали анкету лизингополучателя посредством + загрузки скана анкеты. Анкета передана в обрабатывающий центр. + Если у сотрудников возникнут вопросы мы свяжемся с Вами. + Спасибо! +

+
+
+
+
+