@font-face{font-family:Gilroy;src:url(/_next/static/media/Gilroy-Regular.544d12a7.ttf);font-weight:400}@font-face{font-family:Gilroy;src:url(/_next/static/media/Gilroy-Medium.40753d62.ttf);font-weight:500}*{box-sizing:border-box;font-family:Gilroy;scrollbar-width:thin;scrollbar-color:var(--mui-palette-grey-100) var(--mui-palette-grey-200)}::-webkit-scrollbar{width:8px;border-radius:8px}::-webkit-scrollbar-thumb,::-webkit-scrollbar-track{background-color:var(--mui-palette-grey-100);border-radius:8px}h1,h2,h3,h4,h5,li,ul{padding:0;margin:0}a{color:inherit;text-decoration:none}ul{list-style:none}.main-layout{display:grid;grid-template-areas:"sidebar header" "sidebar content";grid-template-rows:88px 1fr;grid-template-columns:256px 1fr}.main-layout__content{grid-area:content;padding:24px}.black-btn,.btn,.green-btn,.grey-outline-btn,.outline-btn,.primary-btn,.primary-icon-btn,.red-btn,.secondary-btn,.text-btn,.white-btn,.white-icon-btn{height:40px;border-radius:8px;font-size:16px;padding:0 20px;line-height:100%;font-weight:400;text-transform:none}.black-btn:disabled,.btn:disabled,.green-btn:disabled,.grey-outline-btn:disabled,.outline-btn:disabled,.primary-btn:disabled,.primary-icon-btn:disabled,.red-btn:disabled,.secondary-btn:disabled,.text-btn:disabled,.white-btn:disabled,.white-icon-btn:disabled{filter:opacity(.7);cursor:not-allowed}.primary-btn{background-color:var(--mui-palette-info-main);color:#fff}.icon-btn,.primary-icon-btn,.white-icon-btn{padding:0 10px;min-width:auto}.primary-icon-btn{background-color:var(--mui-palette-info-main)}.primary-icon-btn path{stroke:#fff}.white-icon-btn{background-color:var(--mui-palette-background-paper)}.white-icon-btn path{stroke:var(--mui-palette-grey-300)}.green-btn{background-color:var(--mui-palette-warning-main);color:#fff}.red-btn{background-color:var(--mui-palette-error-main);color:#fff}.text-btn{background-color:inherit;color:var(--mui-palette-text-primary)}.secondary-btn{background-color:var(--mui-palette-secondary-main);color:var(--mui-palette-grey-300)}.white-btn{background-color:var(--mui-palette-backgroundSecondary-main);color:var(--mui-palette-info-main)}.black-btn{background-color:var(--mui-palette-blackBlue-main);color:#fff}.outline-btn{border:1px solid #2664eb;color:#2664eb}.grey-outline-btn{border:1px solid var(--mui-palette-grey-300);color:var(--mui-palette-grey-300)}.em-sidebar{grid-area:sidebar;width:256px;min-height:100vh;padding:30px 16px 30px 24px;display:grid;align-content:flex-start;grid-template-rows:auto 1fr auto;background-color:var(--mui-palette-background-paper);position:fixed;z-index:1000}.em-sidebar__logo-wrapper{display:flex;align-items:center;justify-content:space-between;margin-bottom:54px}.em-sidebar__logo{font-family:Gilroy;font-weight:500;font-size:24px;line-height:100%}.em-sidebar__menu{display:flex;flex-direction:column;gap:8px;flex-grow:1;height:calc(100vh - 200px);overflow:auto}.em-sidebar__menu-item{display:flex;align-items:center;gap:16px;padding:8px 16px;cursor:pointer;color:var(--mui-palette-grey-100)}.em-sidebar__menu-item.active{color:var(--mui-palette-text-primary)}.em-sidebar__menu-item.selected{border-radius:8px;background-color:var(--mui-palette-grey-200)}.em-sidebar__menu-item.primary{color:var(--mui-palette-primary-main)}.em-sidebar__footer{display:flex;align-items:center;gap:1rem;margin-top:1.5rem;justify-content:flex-start}.em-sidebar__footer-item{display:flex;align-items:center;padding:8px;cursor:pointer}.em-sidebar__footer-item.active{background-color:var(--mui-palette-background-default);border-radius:8px}.em-header{grid-area:header;background-color:var(--mui-palette-background-paper);display:flex;justify-content:space-between;align-items:center;padding:0 24px;position:fixed;right:0;left:250px;height:88px;z-index:50}.em-header__company{font-size:24px}.em-header__menu-item{font-size:24px;padding:0 24px}.em-header__menu-item:not(:first-child){border-left:.5px solid var(--mui-palette-grey-100)}.em-header__menus{display:flex;align-items:center}.em-search{position:relative;min-width:184px;height:100%;display:flex;gap:16px}.em-search__input{width:100%;outline:none;border:none;background-color:inherit}.notification__button{position:relative}.notification__button.unread:after{content:"";position:absolute;top:4px;right:4px;width:8px;height:8px;background-color:var(--mui-palette-error-main);border-radius:50%}.card-layout{background-color:var(--mui-palette-background-paper);padding:16px;border-radius:8px}.table-header{display:flex;align-items:center;background-color:var(--mui-palette-background-default);height:40px;border-radius:8px}.table-header__column{padding:0 16px;width:160px}.table-content{display:flex;flex-direction:column;gap:8px;margin:1rem 0}.table-content__row{display:flex;cursor:pointer}.table-content__cell{padding:0 16px;width:160px;overflow:hidden;text-wrap-mode:nowrap;display:flex;align-items:center}.info-card{width:100%;height:104px;border-radius:8px;padding:16px;display:flex;flex-direction:column;background-color:var(--mui-palette-background-paper);gap:8px;color:var(--mui-palette-grey-300);cursor:pointer}.info-card strong{font-weight:500;font-size:32px;line-height:100%;letter-spacing:0;display:block;text-align:center}.info-card span{font-size:16px;line-height:100%;letter-spacing:0}.info-card.active{border:1px solid var(--mui-palette-info-main);color:var(--mui-palette-info-main)}.profile-card{border-radius:8px;background-color:var(--mui-palette-background-paper);padding:16px}.profile-card__avatar{width:164px;height:200px;border-radius:8px;object-fit:cover}.board-wrapper{background-color:var(--mui-palette-background-paper);border-radius:8px;width:272px;color:var(--mui-palette-text-primary)}.board{padding:16px 8px}.board-card{border-radius:8px;background-color:var(--mui-palette-grey-200);max-height:100px;padding:8px;min-width:248px}.board-card.clickable{cursor:pointer}.board-summary{background-color:var(--mui-palette-grey-400);height:22px;border-bottom-left-radius:8px;border-bottom-right-radius:8px;display:flex;align-items:center;padding:0 8px;color:var(--mui-palette-grey-100)}.input-form{height:40px;padding:0 1rem;font-size:1rem}.input-form,.textarea-form{border-radius:8px;background-color:var(--mui-palette-secondary-main);outline:none;border:none}.textarea-form{padding:.5rem}#react-select-3-listbox,.react-select__menu{background:var(--mui-palette-secondary-main)}.payment-schedule-table{width:100%;border-collapse:separate;border-spacing:0 8px}.payment-schedule-table tr{height:40px}.payment-schedule-table tr.red td{background-color:#f56764}.payment-schedule-table tr.green td{background-color:#a3f1b7}.payment-schedule-table th{background-color:var(--mui-palette-grey-400);font-size:16px;color:#fff;font-weight:400}.payment-schedule-table td{text-align:center;font-size:12px;color:var(--mui-palette-textSecondary-main);background-color:var(--mui-palette-whiteGrey-main)}.payment-schedule-table td:first-child,.payment-schedule-table th:first-child{border-bottom-left-radius:8px;border-top-left-radius:8px}.payment-schedule-table td:last-child,.payment-schedule-table th:last-child{border-bottom-right-radius:8px;border-top-right-radius:8px}.upload-file-form{border:2px dashed #2664eb;background-color:var(--mui-palette-background-paper);border-radius:8px;width:100%;display:flex;justify-content:center;align-items:center;height:132px;cursor:pointer}.documents-list-table{border-spacing:0 8px}.documents-list-table,.objects-list-table{width:100%;background-color:inherit;border-collapse:separate}.objects-list-table{border-spacing:0 16px}.objects-list-table tr{background-color:var(--mui-palette-background-paper)}.objects-list-table tr td{padding:8px 12px}.objects-list-table tr td:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.objects-list-table tr td:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.upload-img-form{border-radius:4px;background-color:var(--mui-palette-grey-200);width:148px;height:150px;display:flex;justify-content:center;align-items:center}.chat-form-header{display:flex;align-items:center;gap:1rem;padding:8px 24px;background-color:var(--mui-palette-grey-400);border-radius:8px 8px 0 0;color:var(--mui-palette-text3-main)}.chat-form-body{background-color:var(--mui-palette-background-paper);padding:0 0 24px 24px;height:75vh;display:flex;flex-direction:column;justify-content:space-between}.chat-submit-form{background-color:var(--mui-palette-grey-200);height:48px;border-radius:4px;position:relative;width:calc(100% - 24px)}.chat-submit-form input{height:48px;border-radius:4px;background-color:inherit;outline:none;border:none;padding:0 50px 0 100px;font-size:16px}.chat-submit-icons-after,.chat-submit-icons-before{display:flex;align-items:center;height:100%;position:absolute}.chat-submit-icons-after svg,.chat-submit-icons-before svg{cursor:pointer}.chat-submit-icons-before{left:10px}.chat-submit-icons-after{right:12px}.chat-message-body{border-radius:8px;background-color:var(--mui-palette-grey-200);padding:8px;display:flex;flex-direction:column;gap:8px}.application-item{padding:4px 8px;border-radius:8px}.application-item__title{color:var(--mui-palette-info-main)}.application-item.grey{background-color:var(--mui-palette-grey-200)}.default-table{width:100%;border-collapse:collapse;border-spacing:0 8px}.default-table th{background-color:var(--mui-palette-grey-200);font-weight:400;padding:8px 16px}.default-table th:first-child{border-top-left-radius:8px;border-bottom-left-radius:8px}.default-table th:last-child{border-top-right-radius:8px;border-bottom-right-radius:8px}.default-table td,.default-table th{text-align:left;height:32px}.default-table td{padding:8px 16px}.default-table tbody tr:first-child td{padding:16px 16px 8px}.notification__content{background-color:var(--mui-palette-background-paper);border-radius:8px;padding:0 8px 16px;position:absolute;right:1rem;top:88px;width:280px;overflow:auto;bottom:1rem}.schedule-calendar{display:"flex"}.schedule-week{display:grid;grid-template-columns:repeat(7,1fr)}.schedule-week:first-child .schedule-item:first-child{border-top-left-radius:8px}.schedule-week:first-child .schedule-item:last-child{border-top-right-radius:8px}.schedule-week:last-child .schedule-item:last-child{border-bottom-right-radius:8px}.schedule-week:last-child .schedule-item:first-child{border-bottom-left-radius:8px}.schedule-week:not(:last-child) .schedule-item{border-bottom:unset}.schedule-item{border:.5px solid var(--mui-palette-grey-300);height:144px;padding:8px;display:flex;flex-direction:column;justify-content:space-between}.schedule-item:not(:last-child){border-right:unset}.schedule-item.grey{background-color:var(--mui-palette-grey-200)}.schedule-item.grey .schedule-cell-item{background-color:#a3f1b7;color:var(--mui-palette-textSecondary-main)}.schedule-item.full-height{height:60vh}.schedule-item.full-height:first-child{border-top-left-radius:8px}.schedule-item.full-height:last-child{border-top-right-radius:8px}.schedule-cell-item{border-radius:4px;background-color:var(--mui-palette-grey-300);padding:4px;color:var(--mui-palette-text5-main)}.signature-container:hover{border-color:#3b82f6}.signature-container:hover .delete-button,.signature-container:hover .drag-hint,.signature-container:hover .resize-handle{opacity:1!important}div::-webkit-scrollbar{width:8px;height:8px}div::-webkit-scrollbar-track{background:#f1f1f1;border-radius:6px}div::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:6px}div::-webkit-scrollbar-thumb:hover{background:#a1a1a1}div::-webkit-scrollbar-corner{background:#f1f1f1}.rating_table{width:100%}.rating_table th{font-weight:500;font-size:16px}.rating_table td{padding:8px 0;font-size:16px;text-align:center}.login-form{width:352px;border:1px solid var(--mui-palette-grey-200);background:var(--mui-palette-background-paper);border-radius:8px;padding:24px}.reset-password{color:#2664eb;text-decoration:underline}.login__logo{display:flex;justify-content:center;font-size:40px}.row-info{border-spacing:5px}