@import url(https://fonts.googleapis.com/css?family=Muli:300,400,600,700,800&display=swap&subset=latin-ext);*{box-sizing:border-box}body,html{width:100%;height:100%;margin:0;background-color:#ececec;font-family:Muli,sans-serif}#root{min-height:100%}#root,#root article{display:flex;flex-direction:column}#root article{min-height:100vh}#root header{height:60px;width:100%;background-color:#fff;display:flex;justify-content:space-between;align-items:center;padding:0 20px}#root header .logo{grid-gap:10px;gap:10px;color:#1a1a1a}#root header .logo,#root header .logo__mark{display:flex;align-items:center;font-weight:800}#root header .logo__mark{width:32px;height:32px;border-radius:6px;background-color:#fcde51;justify-content:center;font-size:13px}#root header .nav{display:flex;align-items:center;grid-gap:20px;gap:20px}#root header .auth_info{text-align:right;font-size:13px;color:#1a1a1a;display:flex;flex-direction:column}#root header .auth_info .auth_info_zone{color:#878a99;font-size:12px}#root header button.logout{background-color:#9fa2b4;color:#fff;border:none;border-radius:5px;padding:8px 18px;font-weight:700;font-size:13px;cursor:pointer}#root header button.logout:hover{background-color:#fcde51;color:#1a1a1a}#root main{flex:1 1;padding:20px 30px;font-size:15px}#root main h2{font-size:20px;font-weight:800;margin:0 0 4px}#root main .sub{font-size:13px;color:#878a99;margin:0 0 20px;padding-bottom:16px;border-bottom:1px solid #e6e6e6}#root footer{height:44px;background-color:#fcde51;color:#1a1a1a;display:flex;align-items:center;justify-content:space-between;padding:0 20px;font-size:12px;font-weight:600}#root footer select.lang{background:transparent;border:none;font-weight:600;color:#1a1a1a}#root .ramka{background-color:#fff;border-radius:6px;box-shadow:0 10px 20px -6px rgba(76,67,25,.12);padding:20px 24px;margin-bottom:20px}#root .ramka h4{font-size:17px;font-weight:800;margin:0 0 14px}#root .f_group{display:grid;grid-template-columns:minmax(0,42%) minmax(0,1fr);grid-gap:6px 10px;gap:6px 10px;padding:10px 0;border-top:1px solid #e6e6e6;font-size:13.5px}#root .f_group:first-of-type{border-top:none}#root .f_group label{color:#878a99;font-weight:600}#root .f_group div{color:#1a1a1a;font-weight:600}#root .f_group--big div{font-size:16px;font-weight:800}#root .btn,#root button,#root input[type=submit]{background-color:#fcde51;color:#1a1a1a;border:none;border-radius:5px;font-weight:800;font-size:14px;padding:10px 22px;cursor:pointer}#root .btn.secondary,#root button.secondary,#root input[type=submit].secondary{background-color:#fff;border:1.5px solid #888;color:#1a1a1a}#root .btn.green,#root button.green,#root input[type=submit].green{background-color:#04bf62;color:#fff}#root .btn.red,#root button.red,#root input[type=submit].red{background-color:#e82d2d;color:#fff}#root .btn:disabled,#root button:disabled,#root input[type=submit]:disabled{background-color:#ddd;color:#a3a3a3;cursor:not-allowed}#root .btn.block,#root button.block,#root input[type=submit].block{width:100%}#root .pill{font-size:10.5px;font-weight:800;letter-spacing:.03em;text-transform:uppercase;padding:3px 9px;border-radius:999px}#root .pill.green{background-color:#04bf62;color:#fff}#root .pill.grey{background-color:#e2e2e2;color:#6b6f76}#root .elem-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));grid-gap:20px;gap:20px}#root .elem-tile{background-color:#fff;border-radius:5px;padding:16px 16px 12px;box-shadow:0 4px 10px -4px rgba(76,67,25,.12);cursor:pointer}#root .elem-tile:hover{border:1px solid #fcde51}#root .elem-tile.important{background-color:#e82d2d;color:#fff}#root .elem-tile.important .row{color:hsla(0,0%,100%,.85)}#root .elem-tile.important .row b{color:#fff}#root .elem-tile__top{display:flex;justify-content:space-between;align-items:flex-start;grid-gap:8px;gap:8px;margin-bottom:8px}#root .elem-tile h5{font-size:15px;font-weight:800;margin:0}#root .elem-tile .row{display:flex;justify-content:space-between;font-size:12.5px;color:#878a99;padding:4px 0}#root .elem-tile .row b{color:#1a1a1a;font-weight:700}#root .elem-tile .mini-progress{height:5px;background-color:#eee;border-radius:3px;margin:6px 0;overflow:hidden}#root .elem-tile .mini-progress i{display:block;height:100%;background-color:#04bf62}#root .elem-tile .elem-footer{font-size:11px;font-weight:700;color:#fff;background-color:#8a8f99;padding:6px 14px;margin:10px -16px -12px}#root .stat-row{display:flex;grid-gap:14px;gap:14px;margin-bottom:20px;flex-wrap:wrap}#root .stat-card{flex:1 1;min-width:160px;background-color:#fff;border-radius:6px;padding:12px 16px;box-shadow:0 6px 14px -6px rgba(76,67,25,.12)}#root .stat-card span{display:block;font-size:11px;color:#878a99;font-weight:700;text-transform:uppercase;margin-bottom:4px}#root .stat-card b{font-size:18px;font-weight:800}#root .login-stage{min-height:70vh;display:flex;align-items:center;justify-content:center}#root .login-card{width:360px;background-color:#fff;border-radius:8px;box-shadow:0 14px 30px -8px rgba(76,67,25,.12);padding:28px 32px}#root .login-card h3{text-align:center;font-size:18px;font-weight:800;margin:4px 0 20px;padding-bottom:14px;border-bottom:1px solid #e6e6e6}#root .field{margin-bottom:14px}#root .field label{display:block;font-size:11px;font-weight:800;color:#878a99;margin-bottom:5px}#root .field input,#root .field select{width:100%;height:42px;border:1px solid #ced4da;border-radius:5px;padding:0 12px;font-size:13.5px;font-weight:600;font-family:inherit}#root .form-error{color:#c23a3a;font-size:12.5px;font-weight:700;text-align:center;margin-top:10px}#root .op-toolbar{display:flex;align-items:center;justify-content:space-between;grid-gap:20px;gap:20px;margin-bottom:20px;flex-wrap:wrap}#root .op-timer{text-align:center}#root .op-timer span{display:block;font-size:11px;font-weight:700;color:#878a99;text-transform:uppercase}#root .op-timer b{font-size:22px;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}#root .op-grid{display:grid;grid-template-columns:minmax(0,.85fr) minmax(0,1.15fr);grid-gap:24px;gap:24px}@media (max-width:900px){#root .op-grid{grid-template-columns:1fr}}#root .op-note{margin-top:14px;background-color:#fff8e1;border-left:4px solid #f59e0b;padding:10px 14px;font-size:12.5px;color:#6b5c1a;font-weight:600}#root .op-actions{display:flex;grid-gap:12px;gap:12px;margin-top:14px;flex-wrap:wrap}#root .op-actions button{flex:1 1;min-width:120px}#root .op-state{margin-top:10px;font-size:12px;color:#878a99;font-weight:600}#root .op-state b{color:#04bf62}#root .popup-overlay{position:fixed;inset:0;background-color:rgba(20,20,20,.45);display:flex;align-items:center;justify-content:center;z-index:1000}#root .popup-card{width:420px;max-width:92vw;background-color:#fff;border-radius:8px;box-shadow:0 20px 50px -14px rgba(0,0,0,.35);padding:24px 26px 22px}#root .popup-card h4{font-size:16px;font-weight:800;margin:0 0 4px}#root .popup-tabs{display:flex;grid-gap:2px;gap:2px;margin-bottom:16px;border:1px solid #c9c9c9;border-radius:6px;overflow:hidden;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}#root .popup-tabs span{padding:6px 18px;font-size:12.5px;font-weight:700;color:#8a8a8a;background-color:#f1f1f1;cursor:pointer}#root .popup-tabs span.active{background-color:#fff;color:#1a1a1a}#root .popup-req{color:#c23a3a;font-size:11.5px;font-weight:700;margin:0 0 14px}#root .reason-list{max-height:240px;overflow-y:auto}#root .reason{display:flex;align-items:center;grid-gap:10px;gap:10px;padding:9px 4px;border-bottom:1px solid #e6e6e6;font-size:13.5px;cursor:pointer}#root .reason:last-of-type{border-bottom:none}#root .radio{width:18px;height:18px;border-radius:50%;border:2px solid #cdcdcd;flex:none;display:flex;align-items:center;justify-content:center}#root .radio.checked{border-color:#04bf62}#root .radio.checked i{width:9px;height:9px;border-radius:50%;background-color:#04bf62;display:block}#root .popup-actions{display:flex;justify-content:flex-end;grid-gap:10px;gap:10px;margin-top:18px}#root .done-stage,#root .tally-stage{display:flex;justify-content:center;padding:30px 0}#root .tally-card{width:420px;max-width:100%;background-color:#fff;border-radius:8px;box-shadow:0 14px 30px -8px rgba(76,67,25,.12);padding:28px 32px}#root .tally-card h3{text-align:center;font-size:17px;font-weight:800;margin:0 0 4px}#root .tally-card .sub{text-align:center;font-size:12px;color:#878a99;margin:0 0 20px;font-weight:600}#root .stepper-row{display:flex;grid-gap:14px;gap:14px;margin-bottom:16px}#root .stepper{flex:1 1}#root .stepper label{display:block;font-size:11.5px;font-weight:800;color:#878a99;margin-bottom:6px}#root .stepper__control{display:flex;align-items:center;border:1px solid #cdcdcd;border-radius:5px;overflow:hidden;height:44px}#root .stepper__control button{flex:none;width:36px;height:100%;border:none;border-radius:0;background-color:#f4f4f4;color:#555;font-size:16px;padding:0}#root .stepper__control input{flex:1 1;text-align:center;border:none;font-size:15px;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums;min-width:0}#root .tally-result{background-color:#eafaf0;border:1.5px solid #04bf62;border-radius:6px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}#root .tally-result span{font-size:12.5px;color:#1c7a45;font-weight:700}#root .tally-result b{font-size:22px;color:#0d8a4a;font-weight:800;font-feature-settings:"tnum";font-variant-numeric:tabular-nums}#root .done-card{width:460px;max-width:100%;text-align:center}#root .done-check{width:52px;height:52px;border-radius:50%;background-color:#04bf62;color:#fff;font-size:26px;display:flex;align-items:center;justify-content:center;margin:0 auto 14px}#root .done-summary{background-color:#fff;border-radius:6px;box-shadow:0 10px 20px -6px rgba(76,67,25,.12);padding:4px 20px;text-align:left;margin-bottom:18px}.loaderWrap{position:fixed;inset:0;background-color:#ececec;display:flex;align-items:center;justify-content:center;z-index:2000}.loaderWrap .loader{text-align:center}.loaderWrap .spinner-circle{width:48px;height:48px;border:4px solid #ddd;border-top-color:#fcde51;border-radius:50%;margin:0 auto 10px;animation:spin .8s linear infinite}.loaderWrap span{color:#878a99;font-size:13px}@keyframes spin{to{transform:rotate(1turn)}}
/*# sourceMappingURL=main.aef8b55a.chunk.css.map */