:root{--sds-color-text-default-secondary: #757575;--sds-color-text-default-tertiary: #B3B3B3;--sds-typography-body-font-family: Inter, sans-serif;--sds-typography-body-size-medium: 16px;--sds-typography-body-size-small: 14px;--sds-typography-body-font-weight-regular: 400;--sds-typography-body-font-weight-strong: 600}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}*,*:before,*:after{box-sizing:border-box}body{line-height:1.5;-webkit-font-smoothing:antialiased}img,picture,video,canvas,svg{display:block;max-width:100%}input,button,textarea,select{font:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}ul,ol{list-style:none}.flex{display:flex}.align-center{align-items:center}.justify-space-between{justify-content:space-between}.justify-center{justify-content:center}.justify-end{justify-content:flex-end}a{text-decoration:none;color:inherit}.container{max-width:1200px;margin:0 auto}.pointer{cursor:pointer}.w100{width:100%}.w50{width:50%}.w50-left30{width:calc(50% - 30px)}.mt10{margin-top:10px}.mt20{margin-top:20px}.mt30{margin-top:30px}.mt60{margin-top:60px}.mr5{margin-right:5px}.mr30{margin-right:30px}.ml10{margin-left:10px}.color-blue{color:#0089ed}.btn{color:#fff;text-align:center;font-family:Poppins,sans-serif;font-size:16px;font-weight:700;border-radius:10px;box-shadow:0 4px 19px #7793414d;background:#000;border:none;padding:11px 20px}.btn-blue{background:#0089ed}.btn:hover{cursor:pointer;opacity:.7}.btn-min{color:#fff;text-align:center;font-family:Poppins,sans-serif;font-size:10px;font-weight:900;border-radius:8px;box-shadow:0 4px 19px #7793414d;background:#0089ed;border:none;padding:10px 17px;text-transform:uppercase}.btn-min:hover{cursor:pointer;opacity:.7}.bg-blue{background-color:#0089ed}.bg-orange{background-color:#e8a880}.user-list-container{display:flex;padding:20px}.user-list-container .user-list-content{margin-left:20px;flex:1}.user-list-container .user-list-content .title{font-size:24px;font-weight:700;margin-bottom:16px}.user-list-container .user-list-content .users{display:grid;grid-gap:16px}.user-card{display:flex;justify-content:space-between;align-items:center;padding:8px 15px;background:#f9f9fa;border-radius:8px;margin-bottom:5px;border:1px solid #ededed}.user-card .user-info .name{font-size:14px;font-weight:600;color:#333}.user-card .user-info .email{font-size:12px;color:#666}.user-card .actions{display:flex;gap:8px}.user-card .actions .action-btn{display:flex;align-items:center;justify-content:center;padding:8px;border:none;background:transparent;border-radius:12px;cursor:pointer;transition:background .2s ease}.user-card .actions .action-btn.edit:hover{background:#f0f0f0}.user-card .actions .action-btn.delete{color:#e53e3e}.user-card .actions .action-btn.delete:hover{background:#e53e3e1a}.layout__header{background:#f8f8f8;height:86px}.layout__header-container{height:100%;max-width:1150px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}.layout__header-info{display:flex}.layout__header-info img{width:40px;margin-right:12px}.layout__header-info span{color:var(--sds-color-text-default-secondary);font-family:var(--sds-typography-body-font-family),sans-serif;font-size:var(--sds-typography-body-size-medium);font-style:normal;font-weight:var(--sds-typography-body-font-weight-strong);line-height:140%;display:block}.layout__header-info a{color:var(--sds-color-text-default-tertiary);font-family:var(--sds-typography-body-font-family);font-size:var(--sds-typography-body-size-medium);font-style:normal;font-weight:var(--sds-typography-body-font-weight-regular);line-height:140%}.layout__header-info a:hover{text-decoration:underline}.welcome-page{height:100vh;width:100%;display:flex;flex-direction:column;align-items:center}.welcome-page__logo{width:100%;height:65px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.welcome-page__body{flex-grow:1;background:url("data:image/svg+xml,%3csvg%20width='577'%20height='626'%20viewBox='0%200%20577%20626'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M338.041%2015L141.306%20196.714L338.041%2093.2857L149.289%20267.571L460.644%2079.5714L13%20451.571L564.429%20108.714L141.306%20441.286L460.644%20281.286L201.181%20503.571L441.826%20365.857L286.718%20615'%20stroke='%23F8F8F8'%20stroke-width='40'/%3e%3c/svg%3e") center center no-repeat;display:flex;align-items:center;justify-content:center;flex-direction:column;max-width:564px}.welcome-page__body h1{text-align:center;font-size:48px;line-height:55px}.welcome-page__body p{text-align:center;font-size:13px;font-style:normal;font-weight:300;padding:24px 0}.welcome-page__body p b{font-weight:700}.welcome-page__body button{margin-top:10px;width:210px}.custom-input label{font-size:16px;font-weight:400;margin-bottom:10px;display:block}.custom-input input{border-radius:9px;border:1px solid #ADADAD;height:57px;padding:0 25px}.custom-input input ::placeholder{color:gray;font-size:14px;font-weight:300;padding-left:25px}.custom-input__error{color:#eb4335;font-size:12px;margin-top:2px;padding-left:10px;font-family:Inter,sans-serif}.profile{margin-top:20px;display:flex}.profile__avatar{margin-top:30px}.profile__avatar img{max-width:150px}.profile__container{flex-grow:1;margin-left:20px;border-radius:10px;background:#f9f9fa;padding:20px;margin-bottom:50px}.profile__form{display:flex;flex-wrap:wrap}.left-nav{width:270px;padding:10px 20px 20px;border-radius:10px;background:#f9f9fa;flex-shrink:0;height:fit-content}.left-nav h4{color:#000;font-family:var(--sds-typography-body-font-family);font-size:var(--sds-typography-body-size-medium);font-weight:var(--sds-typography-body-font-weight-strong)}.left-nav a{font-family:Inter,sans-serif;font-weight:400;font-size:16px;margin-top:14px;display:flex;align-items:center}.left-nav a img{margin-right:10px}.left-nav a.active,.left-nav a.active img{color:#0089ed}.custom-loader{display:flex;flex-direction:column;align-items:center;margin-top:60px;color:#555}.custom-loader .icon-spin{animation:spin 1.2s linear infinite;margin-bottom:8px}.custom-loader span{font-size:16px;font-weight:500}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.checklist__form{margin-top:20px;border-radius:10px;padding:20px}.checklist__form-body{border-radius:16px;background:#f9f9fa;padding:20px 20px 25px;margin-top:15px;height:fit-content}.checklist__form-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #dfdfdf;padding-bottom:5px}.checklist__form-header h6{color:#000;font-family:var(--sds-typography-subheading-font-family);font-size:var(--sds-typography-subheading-size-medium);font-weight:var(--sds-typography-subheading-font-weight)}.checklist__form-header span{font-family:var(--sds-typography-body-font-family);font-size:var(--sds-typography-body-size-small);font-weight:var(--sds-typography-body-font-weight-regular)}.checklist__form-name{font-family:Inter,sans-serif;font-size:18px;font-weight:600;margin-top:5px}.checklist__form-item{width:100%;display:flex;align-items:flex-start;justify-content:space-between;flex-direction:column}.checklist__form-item span{font-family:Inter,sans-serif;font-size:14px;font-weight:500}.checklist__form-item-check{height:5px;width:100%;border-radius:10px;background:#d9d9d9;margin-top:4px;cursor:pointer}.checklist__form-item-check-selected{background:#9f9ff8}.checklist__form-item-check-inc{background:#81e98d}.checklist__form-item-check-container{width:10%;margin-right:5px;padding:5px 0;cursor:pointer}.checklist__form-item-check-container:hover div{background:#81e98d}.checklist__form-item em{font-family:Inter,sans-serif;font-size:12px;font-style:normal;font-weight:700;margin-left:15px}.custom-select label{font-size:16px;font-weight:400;margin-bottom:10px;display:block}.custom-select select{border-radius:9px;border:1px solid #ADADAD;height:57px;padding:0 25px;background-color:#fff;appearance:none;-webkit-appearance:none;-moz-appearance:none}.custom-select__error{color:#eb4335;font-size:12px;margin-top:2px;padding-left:10px;font-family:Inter,sans-serif}
