:root{--PhoneInput-color--focus:#03b2cb;--PhoneInputInternationalIconPhone-opacity:0.8;--PhoneInputInternationalIconGlobe-opacity:0.65;--PhoneInputCountrySelect-marginRight:0.35em;--PhoneInputCountrySelectArrow-width:0.3em;--PhoneInputCountrySelectArrow-marginLeft:var(--PhoneInputCountrySelect-marginRight);--PhoneInputCountrySelectArrow-borderWidth:1px;--PhoneInputCountrySelectArrow-opacity:0.45;--PhoneInputCountrySelectArrow-color:currentColor;--PhoneInputCountrySelectArrow-color--focus:var(--PhoneInput-color--focus);--PhoneInputCountrySelectArrow-transform:rotate(45deg);--PhoneInputCountryFlag-aspectRatio:1.5;--PhoneInputCountryFlag-height:1em;--PhoneInputCountryFlag-borderWidth:1px;--PhoneInputCountryFlag-borderColor:#00000080;--PhoneInputCountryFlag-borderColor--focus:var(--PhoneInput-color--focus);--PhoneInputCountryFlag-backgroundColor--loading:#0000001a}.PhoneInput{align-items:center;display:flex}.PhoneInputInput{flex:1 1;min-width:0}.PhoneInputCountryIcon{height:1em;height:var(--PhoneInputCountryFlag-height);width:1.5em;width:calc(var(--PhoneInputCountryFlag-height)*var(--PhoneInputCountryFlag-aspectRatio))}.PhoneInputCountryIcon--square{width:1em;width:var(--PhoneInputCountryFlag-height)}.PhoneInputCountryIcon--border{background-color:#0000001a;background-color:var(--PhoneInputCountryFlag-backgroundColor--loading);box-shadow:0 0 0 1px #00000080,inset 0 0 0 1px #00000080;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor)}.PhoneInputCountryIconImg{display:block;height:100%;width:100%}.PhoneInputInternationalIconPhone{opacity:.8;opacity:var(--PhoneInputInternationalIconPhone-opacity)}.PhoneInputInternationalIconGlobe{opacity:.65;opacity:var(--PhoneInputInternationalIconGlobe-opacity)}.PhoneInputCountry{align-items:center;align-self:stretch;display:flex;margin-right:.35em;margin-right:var(--PhoneInputCountrySelect-marginRight);position:relative}.PhoneInputCountrySelect{border:0;cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%;z-index:1}.PhoneInputCountrySelect[disabled],.PhoneInputCountrySelect[readonly]{cursor:default}.PhoneInputCountrySelectArrow{border-bottom-width:1px;border-bottom-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-color:currentColor;border-color:var(--PhoneInputCountrySelectArrow-color);border-left-width:0;border-right-width:1px;border-right-width:var(--PhoneInputCountrySelectArrow-borderWidth);border-style:solid;border-top-width:0;content:"";display:block;height:.3em;height:var(--PhoneInputCountrySelectArrow-width);margin-left:.35em;margin-left:var(--PhoneInputCountrySelectArrow-marginLeft);opacity:.45;opacity:var(--PhoneInputCountrySelectArrow-opacity);transform:rotate(45deg);transform:var(--PhoneInputCountrySelectArrow-transform);width:.3em;width:var(--PhoneInputCountrySelectArrow-width)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon+.PhoneInputCountrySelectArrow{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon--border{box-shadow:0 0 0 1px #03b2cb,inset 0 0 0 1px #03b2cb;box-shadow:0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus),inset 0 0 0 var(--PhoneInputCountryFlag-borderWidth) var(--PhoneInputCountryFlag-borderColor--focus)}.PhoneInputCountrySelect:focus+.PhoneInputCountryIcon .PhoneInputInternationalIconGlobe{color:#03b2cb;color:var(--PhoneInputCountrySelectArrow-color--focus);opacity:1}root{--antd-control-height:22px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.small-padding-dropdown.ant-select-dropdown .ant-select-item{padding:3px}.with-action{color:var(--ant-color-primary);cursor:pointer}.with-action:hover{color:var(--ant-color-primary-hover)}.rounded-lg{border-radius:.5rem}.ant-table-wrapper .highlight-red2 td.ant-table-column-sort,.highlight-red2{background:var(--ant-red-2)}.phone-input__input{background:var(--ant-color-bg-container);border-color:var(--ant-color-border);border-radius:var(--ant-border-radius);border-style:var(--ant-line-type);border-width:var(--ant-line-width);box-sizing:border-box;color:var(--ant-color-text);font-family:var(--ant-font-family);font-size:var(--ant-input-input-font-size);height:32px;line-height:var(--ant-line-height);list-style:none;margin:0;min-width:0;padding-left:.75rem;position:relative;transition:all var(--ant-motion-duration-mid);width:100%}.phone-input__input:hover{background-color:var(--ant-input-hover-bg);border-color:var(--ant-input-hover-border-color)}.phone-input__input:focus{background-color:var(--ant-input-active-bg);border-color:var(--ant-input-active-border-color);box-shadow:var(--ant-input-active-shadow);outline:0}.phone-input__input.disabled{background-color:var(--ant-color-bg-container-disabled);border-color:var(--ant-color-border);box-shadow:none;color:var(--ant-color-text-disabled);cursor:not-allowed;opacity:1}.PhoneInputInput{border:none;border-radius:4px;height:calc(100% - 2px);margin-left:5px;outline:none;width:calc(100% - 5px)}.phone-input__input.disabled .PhoneInputInput{background-color:initial;border-color:var(--ant-color-border);box-shadow:none;color:var(--ant-color-text-disabled);cursor:not-allowed;opacity:1}.PhoneInputCountrySelect,.PhoneInputCountrySelectArrow{display:none}.native-min-height.ant-form-item .ant-form-item-control-input{min-height:inherit}.input-number-center.ant-input-number .ant-input-number-input{text-align:center}.input-label-without-overflow.ant-form-item .ant-form-item-label{overflow:inherit}.tox-statusbar__branding{display:none}.complete-inspections-tabs{max-height:230px}.complete-inspections-tabs .ant-tabs-content-holder{display:none}.complete-inspections-tabs .ant-tabs-nav,.complete-inspections-tabs .ant-tabs-tab-btn{width:100%}.caption-input>input::placeholder{color:#ffffff90}.caption-input .ant-input-clear-icon{color:#fff}.ant-notification .ant-notification-notice-wrapper .ant-notification-notice{padding:10px}.ant-notification .ant-notification-notice-wrapper .ant-notification-notice-with-icon .ant-notification-notice-message{margin-bottom:0}.ant-notification .ant-notification-notice-wrapper .ant-notification-notice-close{right:10px;top:12px}@media print{.ant-layout-header,.pdf-hide{display:none!important}}@media (max-width:992px){.summary-product-card .ant-card-head-wrapper{flex-direction:column;gap:8px;justify-content:center;margin:8px 0}.summary-product-card .ant-card-head-wrapper .ant-card-extra,.summary-product-card .ant-card-head-wrapper .ant-select{width:100%}}@media (max-width:640px){.ant-select .ant-select-clear{font-size:16px;opacity:1;pointer-events:auto}}@media only screen and (max-width:576px){.ant-pagination .ant-pagination-options{display:flex;flex-direction:row;justify-content:end;width:100%}.ant-pagination{display:flex;gap:10px;justify-content:space-between;margin-top:20px}}.pdf-embed{border:1px solid #eee;height:75vh;width:100%}@media (max-width:768px){.pdf-embed{height:60vh}}@media (max-width:480px){.pdf-embed{height:50vh}}.responsive-container{overflow-x:auto;width:100%}.responsive-container iframe,.responsive-container img{height:auto;max-width:100%}@media (max-width:768px){.media-grid>div{flex-basis:calc(50% - 8px);flex-grow:0;flex-shrink:0}}
/*# sourceMappingURL=main.41d1a566.css.map*/