.cmp-view{display:flex;flex-direction:column;position:relative}.cmp-view--row{flex-flow:row wrap}.cmp-view--row-no-wrap{flex-flow:row}.cmp-view__justify--center{justify-content:center}.cmp-view__justify--space-between{justify-content:space-between}.cmp-view__justify--flex-start{justify-content:flex-start}.cmp-view__justify--flex-end{justify-content:flex-end}.cmp-view__justify--space-around{justify-content:space-around}.cmp-view__justify--space-evenly{justify-content:space-evenly}.cmp-view__align--center{align-items:center}.cmp-view__align--flex-start{align-items:flex-start}.cmp-view__align--flex-end{align-items:flex-end}.cmp-view__full-width{width:100%}.cmp-loading{transform:translateZ(0);z-index:102}.cmp-loading--normal{transform:scale(1)}.cmp-loading--small{zoom:.3}.cmp-loading.cmp-loading--absolute{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cmp-loading .cmp-loading__style-1{position:relative;display:inline-block;width:40px;height:40px;margin:auto;animation:rotate 7s linear infinite}@keyframes rotate{0%{transform:rotate(0)}0%{transform:rotate(360deg)}}.cmp-loading .cmp-loading__style-1--child{position:absolute;width:100%;height:100%;background-color:var(--primary);border-radius:50%;animation:zoomAnim 2s linear infinite}.cmp-loading .cmp-loading__style-1--child:nth-child(1){transform:scale(0);animation-delay:1s}@keyframes zoomAnim{0%{transform:scale(0);transform-origin:left}50%{transform:scale(1);transform-origin:left}50.01%{transform:scale(1);transform-origin:right}to{transform:scale(0);transform-origin:right}}.cmp-loading .cmp-loading__style-2{position:relative;display:inline-block;width:80px;height:80px;margin:auto}.cmp-loading .cmp-loading__style-2--child{position:absolute;top:33px;width:13px;height:13px;border-radius:50%;background:var(--primary);animation-timing-function:cubic-bezier(0,1,1,0)}.cmp-loading .cmp-loading__style-2--child:nth-child(1){left:8px;animation:lds-ellipsis1 .6s infinite}.cmp-loading .cmp-loading__style-2--child:nth-child(2){left:8px;animation:lds-ellipsis2 .6s infinite}.cmp-loading .cmp-loading__style-2--child:nth-child(3){left:32px;animation:lds-ellipsis2 .6s infinite}.cmp-loading .cmp-loading__style-2--child:nth-child(4){left:56px;animation:lds-ellipsis3 .6s infinite}@keyframes lds-ellipsis1{0%{transform:scale(0)}to{transform:scale(1)}}@keyframes lds-ellipsis3{0%{transform:scale(1)}to{transform:scale(0)}}@keyframes lds-ellipsis2{0%{transform:translate(0)}to{transform:translate(24px)}}.cmp-loading .cmp-loading__style-3{position:relative;display:inline-block;width:80px;height:80px;margin:auto}.cmp-loading .cmp-loading__style-3:after{content:" ";display:block;border-radius:50%;width:0;height:0;margin:8px;box-sizing:border-box;border:32px solid var(--primary);border-color:var(--primary) transparent var(--primary) transparent;animation:lds-hourglass 1.2s infinite}@keyframes lds-hourglass{0%{transform:rotate(0);animation-timing-function:cubic-bezier(.55,.055,.675,.19)}50%{transform:rotate(900deg);animation-timing-function:cubic-bezier(.215,.61,.355,1)}to{transform:rotate(1800deg)}}.cmp-loading .cmp-loading__style-4{width:80px;height:80px;margin:auto}.cmp-loading .cmp-loading__style-4--child{position:absolute;width:6px;height:6px;background:var(--primary);border-radius:50%;animation:lds-default 1.2s linear infinite}@keyframes lds-default{0%,20%,80%,to{transform:scale(1)}50%{transform:scale(1.5)}}.cmp-loading .cmp-loading__style-4--child:nth-child(1){animation-delay:0s;top:37px;left:66px}.cmp-loading .cmp-loading__style-4--child:nth-child(2){animation-delay:-.1s;top:22px;left:62px}.cmp-loading .cmp-loading__style-4--child:nth-child(3){animation-delay:-.2s;top:11px;left:52px}.cmp-loading .cmp-loading__style-4--child:nth-child(4){animation-delay:-.3s;top:7px;left:37px}.cmp-loading .cmp-loading__style-4--child:nth-child(5){animation-delay:-.4s;top:11px;left:22px}.cmp-loading .cmp-loading__style-4--child:nth-child(6){animation-delay:-.5s;top:22px;left:11px}.cmp-loading .cmp-loading__style-4--child:nth-child(7){animation-delay:-.6s;top:37px;left:7px}.cmp-loading .cmp-loading__style-4--child:nth-child(8){animation-delay:-.7s;top:52px;left:11px}.cmp-loading .cmp-loading__style-4--child:nth-child(9){animation-delay:-.8s;top:62px;left:22px}.cmp-loading .cmp-loading__style-4--child:nth-child(10){animation-delay:-.9s;top:66px;left:37px}.cmp-loading .cmp-loading__style-4--child:nth-child(11){animation-delay:-1s;top:62px;left:52px}.cmp-loading .cmp-loading__style-4--child:nth-child(12){animation-delay:-1.1s;top:52px;left:62px}.cmp-loading .cmp-loading__style-5{display:inline-block;width:80px;height:80px;margin:auto}.cmp-loading .cmp-loading__style-5:after{content:" ";display:block;width:64px;height:64px;margin:8px;border-radius:50%;border:6px solid var(--primary);border-color:var(--primary) transparent var(--primary) transparent;animation:lds-dual-ring 1.2s linear infinite}@keyframes lds-dual-ring{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.cmp-loading--white .cmp-loading__style-1--child{background-color:#fff}.cmp-loading--white .cmp-loading__style-2--child{background:#fff}.cmp-loading--white .cmp-loading__style-3:after{border:32px solid #ffffff;border-color:#ffffff transparent #ffffff transparent}.cmp-loading--white .cmp-loading__style-4--child{background:#fff}.cmp-loading--white .cmp-loading__style-5:after{border:6px solid #ffffff;border-color:#ffffff transparent #ffffff transparent}.cmp-loading--grey .cmp-loading__style-1--child{background-color:#484c4f}.cmp-loading--grey .cmp-loading__style-2--child{background:#484c4f}.cmp-loading--grey .cmp-loading__style-3:after{border:32px solid #484c4f;border-color:#484c4f transparent #484c4f transparent}.cmp-loading--grey .cmp-loading__style-4--child{background:#484c4f}.cmp-loading--grey .cmp-loading__style-5:after{border:6px solid #484c4f;border-color:#484c4f transparent #484c4f transparent}.cmp-loading--secondary .cmp-loading__style-1--child{background-color:var(--secondary)}.cmp-loading--secondary .cmp-loading__style-2--child{background:var(--secondary)}.cmp-loading--secondary .cmp-loading__style-3:after{border:32px solid var(--secondary);border-color:var(--secondary) transparent var(--secondary) transparent}.cmp-loading--secondary .cmp-loading__style-4--child{background:var(--secondary)}.cmp-loading--secondary .cmp-loading__style-5:after{border:6px solid var(--secondary);border-color:var(--secondary) transparent var(--secondary) transparent}.cmp-section-container{border-radius:8px;border:1px solid #dee1e5;box-shadow:0 1px 2px #0000001a;box-shadow:0 1px 4px #3434340f;position:relative}.cmp-section-container .section-container-header{padding:12px 24px;border-radius:8px 8px 0 0;font-size:18px;font-weight:500;margin-bottom:16px;background-color:#edeff1;border-bottom:1px solid #dee1e5}.cmp-section-container .section-body{padding:0 24px 16px}.cmp-form-section{gap:16px}.cmp-form-section .text-label{font-size:16px;font-weight:500}.cmp-form-section .text_sub-label{font-size:14px;margin-top:4px;color:#91979e;white-space:pre-line}.tb_clearance_radio .MuiStack-root[data-name=radio-group]{padding-right:8px}.tb_clearance_radio .MuiStack-root[data-name=radio-group]>*{width:fit-content!important;margin:auto}.basic-resident-review_form .MuiStack-root[data-name=radio-group]{padding-right:8px}.basic-resident-review_form .MuiStack-root[data-name=radio-group]>*{width:fit-content!important;margin:auto}.client-profile-form [data-name=radio-group]:not(label){border-radius:8px;border:1px solid #dee1e5;min-height:40px;align-items:center;padding-left:8px}.client-profile-form [data-name=checkbox-group]:not(label){border-radius:8px;border:1px solid #dee1e5;min-height:40px;align-items:center;padding:10px 8px}.personnel_form .MuiStack-root[data-name=radio-group]{padding-right:8px}.personnel_form .MuiStack-root[data-name=radio-group]>*{width:fit-content!important;margin:auto}.flex-radio [data-name=radio-group]{justify-content:space-between!important}[data-name=radio-group]:not(label){border-radius:8px;border:1px solid #dee1e5;min-height:40px;align-items:center;padding-left:8px}.cmp-inspection-form{height:calc(100vh - 64px);display:flex!important;flex-direction:column!important}.cmp-inspection-form .cmp-breadcrumb-form{margin-top:10px}.cmp-inspection-form .cmp-body-form{overflow-y:auto;flex:1;margin-top:8px;padding-bottom:64px}.cmp-inspection-form .cmp-footer-form{position:fixed;z-index:10;width:100vw;left:0;right:0;bottom:0;background-color:#fff;border:1px solid #dee1e5}.cmp-inspection-form .cmp-footer-form .button-footer-group{flex-direction:row;height:56px!important}.cmp-inspection-form .cmp-footer-form .button-footer-group .left-group{gap:8px;width:100%;padding:10px 24px 10px 0;flex-direction:row;justify-content:flex-end;align-items:flex-end}.cmp-inspection-form .cmp-footer-form .button-footer-group .right-group{align-self:center}.cmp-inspection-form .cmp-footer-form .button-footer-group .sidebar-collapse{padding-left:104px}.cmp-inspection-form .cmp-footer-form .button-footer-group .sidebar-expand{padding-left:314px}.cmp-tab-form{gap:16px}.cmp-tab-form .section-header{margin-top:8px;font-size:18px;font-weight:500;align-self:center}.cmp-tab-form .section-divider{margin:8px 0 16px}.cmp-tab-form .section-body{margin-bottom:8px}.cmp-button-form{min-width:96px!important;height:36px}.cmp-button-form.button_cancel{background-color:#edeff1;color:#000}.cmp-button-form.button_exit{color:#e51f23;border-color:#e51f23}.cmp-reschedule-inspection-form_body .MuiAccordionSummary-root{background-color:#f8f8f9}.hide-scrollbar{overflow-y:scroll;scrollbar-width:none;-ms-overflow-style:none}.hide-scrollbar::-webkit-scrollbar{display:none}.fc-draggable{cursor:grab}body:has(.fc-event-dragging) *{cursor:grabbing}.fc .fc-col-header-cell{background-color:#edeff1;color:#1f2937;font-weight:500;text-align:center;font-size:14px;border-bottom:1px solid #e5e7eb;height:50px;align-content:center}.fc .fc-col-header,.fc .fc-daygrid-body,.fc .fc-scrollgrid-sync-table,.fc .fc-timegrid-body,.fc .fc-timegrid-body table{width:100%!important}.fc .fc-daygrid-day-frame{min-height:120px;position:relative}.fc .fc-daygrid-day-top{display:flex;flex-direction:column;font-size:14px}.fc .fc-daygrid-more-link{top:6px;display:block;width:100%;text-align:center;background-color:#edeff1;cursor:pointer}.fc .fc-selected-day{box-shadow:inset 0 0 0 1px #005fa9;background-color:#f1f8fc!important}.fc .fc-daygrid-day.fc-day-today{background-color:#fff}.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number{background-color:#005fa9;color:#fff;display:flex;justify-content:center;align-items:center;border-radius:16px;width:30px;margin-top:2px;margin-left:2px;padding-left:3px}.fc th .fc-day-today{box-shadow:inset 0 -5px #005fa9}.fc .fc-timegrid-now-indicator-container{background-color:#fff}.fc .fc-timegrid-slot{height:2.5em}.fc .fc-timegrid-event .fc-event-main{padding:0}.fc .fc-v-event,.fc .fc-h-event{border:none}.fc .fc-event{cursor:pointer;font-size:14px;opacity:.8}.tooltip{background-color:#fff!important;border-radius:8px!important;margin:0!important;padding:0!important;box-shadow:0 4px 6px #0000001a,0 6px 20px #00000026!important}.css-wdxeqf-MuiStack-root{border-radius:8px!important}.custom-radio-wrapper.has-error [data-name=radio-group]{border-color:red}[data-name=radio-group]:not(label){padding-right:16px}.icon-success{display:inline-flex;background-color:#06b307;border-radius:999px;justify-content:center;align-items:center}.icon-success svg{position:relative;z-index:1;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke:#fff;stroke-width:2;transform:translate(2.5px);transition:all .2s ease;width:60px}.icon-success svg polyline{stroke-dasharray:22;stroke-dashoffset:66;animation:show .6s forwards;animation-delay:.2s}@keyframes show{0%{stroke-dashoffset:66}to{stroke-dashoffset:42}}:root{--primary: #005fa9;--secondary: #005fa9}.cmp-splash-screen__image{height:80px;animation:fadeIn 10s infinite}@keyframes fadeIn{0%{opacity:0}10%{opacity:1;transform:scale(1)}50%{opacity:1;transform:scale(2)}90%{opacity:1;transform:scale(1)}to{opacity:0}}
