*,:after,:before{box-sizing:border-box;transition:all .3s ease}*,body,button,input,select,textarea{text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale}blockquote,body,dd,div,dl,dt,fieldset,form,h1,h2,h3,h4,h5,h6,input,li,ol,p,pre,td,textarea,th,ul{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:400}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}q:after,q:before{content:""}abbr,acronym{border:0}input:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #fff!important;-webkit-text-fill-color:#131415}input:focus,select:focus,textarea:focus{outline:none;border:1px solid #c43d2e}html{font-size:16px}body,html{font-family:sans-serif}h1{font-size:34px}h1,h2{font-weight:700}h2{font-size:32px;color:#c43d2e}h3{font-size:28px}h4{font-size:24px}h5{font-size:20px}h6{font-size:16px}.l-login-page{width:100%;height:100vh;display:flex;justify-content:center;align-items:center;background-color:#eee}.l-home-page{padding:80px 20px}.l-home-page__hedaer{justify-content:space-between;margin-bottom:20px}.c-card,.l-home-page__hedaer{display:flex;align-items:center}.c-card{flex-direction:column;box-shadow:0 12px 24px 4px rgba(0,0,0,.1);border-radius:20px}.c-card.c-card--login{width:450px;padding:50px 60px;background-color:#fff}.c-header{position:fixed;top:0;width:100%;background-color:#c43d2e;height:60px;padding:10px 20px;display:flex;align-items:center;justify-content:space-between}.c-logo{width:150px}.c-error-message{padding:10px 15px;border-radius:5px;background-color:#ff1800;color:#fff;margin-bottom:10px}.c-button{background:#c43d2e;color:#fff;font-size:16px;border:none;border-radius:10px;padding:12px 36px;cursor:pointer;transition:all .3s ease}.c-button.disabled,.c-button[disabled]{opacity:.4;pointer-events:none}.c-button:hover{background:#af382a}.c-button.c-button--full-width{width:100%}.c-button.c-button--small{font-size:12px;padding:10px 20px}.c-button.c-button--login{font-size:13px;padding:10px 20px;font-weight:700;color:#c43d2e;background-color:#fff}.c-button.c-button--login:hover{background-color:#e0dddd}.c-button.c-button--success{background-color:#3ca949}.c-button.c-button--success:hover{background-color:#328f3e}.c-button-close{border:none;font-size:20px;padding:15px 20px;cursor:pointer;font-weight:700;color:#fff;background:transparent}.c-button-close:hover{color:#e0dddd}.c-form{width:100%}.c-form__inner{padding:50px 0}.c-form-field{display:flex;flex-direction:column}.c-form-field__label{color:#494949;margin:0 5px 3px}.c-input{width:100%;color:#131415;font-size:16px;border:1px solid #ddd;border-radius:10px;margin-bottom:16px;padding:10px}.c-checkbox-field{display:flex;align-items:center}.c-checkbox{width:18px;height:18px}.c-table-wrapper{overflow-x:auto;border-radius:10px}.c-table{border-collapse:collapse;width:100%}.c-table__row{background-color:#f2f2f2}.c-table__row:hover{background-color:#ddd}.c-table__row td,.c-table__row th{border:1px solid #fff;padding:8px}.c-table__row td:first-of-type,.c-table__row td:nth-of-type(6),.c-table__row td:nth-of-type(7),.c-table__row td:nth-of-type(8),.c-table__row th:first-of-type,.c-table__row th:nth-of-type(6),.c-table__row th:nth-of-type(7),.c-table__row th:nth-of-type(8){text-align:center}.c-table__row th{padding-top:12px;padding-bottom:12px;text-align:left;background-color:#c43d2e;color:#fff}.c-table__row td:nth-of-type(6){text-align:center}.c-icon-btn{background-color:transparent;border:none;cursor:pointer;transition:opacity .3s linear;padding:5px;margin:-8px auto;width:100%}.c-icon-btn:hover{opacity:.5}.c-icon-btn img{width:18px;margin-top:2px}.c-enable-button{border:none;padding:6px 15px;transition:opacity .3s linear;cursor:pointer;border-radius:5px;color:#fff}.c-enable-button:hover{opacity:.7}.c-enable-button.enabled{background-color:#000}.c-enable-button.disabled{background-color:#3ca949}.c-modal-wrapper{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center}.c-modal{display:flex;flex-direction:column;min-width:600px;background-color:#fff;border-radius:10px;overflow:hidden;margin-bottom:100px;box-shadow:0 20px 60px -2px rgba(27,33,58,.4)}.c-modal__header{display:flex;justify-content:space-between;align-items:center;color:#fff;background-color:#c43d2e;padding-left:20px}.c-modal__footer{padding:15px 20px;border-top:1px solid #eee;display:grid;grid-template-columns:1fr 1fr;grid-gap:20px}.c-modal__body{position:relative;padding:25px 20px}.modal-fade-enter,.modal-fade-leave-to{opacity:0}.modal-fade-enter-active,.modal-fade-leave-active{transition:opacity .5s ease}.u-mb-md{margin-bottom:.5rem}.u-mb-md1{margin-bottom:1rem}