.loader-container{top:0;left:0;position:fixed;text-align:center;background-color:#000;width:100%;height:100%;z-index:1051;opacity:.5}.loader-container .spinner{animation:rotate 2s linear infinite;z-index:2;position:absolute;top:50%;left:50%;margin:-25px 0 0 -25px;width:50px;height:50px}.loader-container .spinner .path{stroke:#93bfec;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(1turn)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.shimmer .shine{background:#f6f7f8;background-image:linear-gradient(90deg,#f6f7f8 0,#edeef1 20%,#f6f7f8 40%,#f6f7f8);background-repeat:no-repeat;background-size:800px 104px;display:inline-block;position:relative;-webkit-animation-duration:1s;-webkit-animation-fill-mode:forwards;-webkit-animation-iteration-count:infinite;-webkit-animation-name:placeholderShimmer;-webkit-animation-timing-function:linear}.shimmer .box{height:104px;width:100px}.shimmer div{display:inline-flex;flex-direction:column;margin-top:15px;vertical-align:top}.shimmer .lines{height:10px;margin-top:10px;width:100%}.shimmer .photo{display:block!important;width:325px;height:100px;margin-top:15px}.rc-switch{position:relative;display:inline-block;box-sizing:border-box;width:44px;height:22px;line-height:20px;padding:0;vertical-align:middle;border-radius:20px 20px;border:1px solid #ccc;background-color:#ccc;cursor:pointer;transition:all .3s cubic-bezier(.35,0,.25,1)}.rc-switch-inner{color:#fff;font-size:12px;position:absolute;left:24px;top:0}.rc-switch:after{position:absolute;width:18px;height:18px;left:2px;top:1px;border-radius:50% 50%;background-color:#fff;content:" ";cursor:pointer;box-shadow:0 2px 5px rgba(0,0,0,.26);transform:scale(1);transition:left .3s cubic-bezier(.35,0,.25,1);animation-timing-function:cubic-bezier(.35,0,.25,1);animation-duration:.3s;animation-name:rcSwitchOff}.rc-switch:hover:after{transform:scale(1.1);animation-name:rcSwitchOn}.rc-switch:focus{box-shadow:0 0 0 2px #d5f1fd;outline:none}.rc-switch-checked{border:1px solid #87d068;background-color:#87d068}.rc-switch-checked .rc-switch-inner{left:6px}.rc-switch-checked:after{left:22px}.rc-switch-disabled{cursor:no-drop;background:#ccc;border-color:#ccc}.rc-switch-disabled:after{background:#9e9e9e;animation-name:none;cursor:no-drop}.rc-switch-disabled:hover:after{transform:scale(1);animation-name:none}.rc-switch-label{display:inline-block;line-height:20px;font-size:14px;padding-left:10px;vertical-align:middle;white-space:normal;pointer-events:none;-webkit-user-select:text;user-select:text}@keyframes rcSwitchOn{0%{transform:scale(1)}50%{transform:scale(1.25)}to{transform:scale(1.1)}}@keyframes rcSwitchOff{0%{transform:scale(1.1)}to{transform:scale(1)}}.blob{background:red;border-radius:50%;margin-top:4px;height:12px;width:12px;box-shadow:0 0 0 0 red;transform:scale(1);animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(.95);box-shadow:0 0 0 0 rgba(255,0,0,.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,0,0,0)}to{transform:scale(.95);box-shadow:0 0 0 0 rgba(255,0,0,0)}}.badge{font-weight:500}.nav-item{padding:0 1rem}.dropdown-menu{left:auto;right:0}.dropdown-item{padding:.5rem 1.5rem}@media (min-width:992px){.navbar .nav-item .dropdown-menu{display:none}.navbar .nav-item:hover .dropdown-menu{display:block}.navbar .nav-item .dropdown-menu{margin-top:0}}.table-sm td{padding:.5rem}.react-bootstrap-table table{table-layout:auto}.rct-node{padding:.2rem}.rct-title{font-size:1rem}.modal-md2{max-width:780px}@media (min-width:992px){.modal-lg{max-width:900px}}.modal-lg,.modal-xl{max-width:960px}@media (min-width:1200px){.modal-xxl{max-width:90%}}@media (min-width:1024px){.modal-xl{max-width:98%}}::-webkit-scrollbar{width:7px;height:7px}::-webkit-scrollbar-thumb{background:grey;border-radius:10px}::-webkit-scrollbar-track{box-shadow:inset 0 0 5px #424242;border-radius:10px;background:#dee2e6}

/*!
 * Bootstrap Steps v1.0.3 (https://github.com/ycs77/bootstrap-steps)
 * Copyright 2020 Lucas Yang <yangchenshin77@gmail.com>
 * Licensed under MIT (https://github.com/ycs77/bootstrap-steps/blob/master/LICENSE)
 */.steps{padding:0;margin:0;list-style:none;display:flex;overflow-x:auto;width:100%;justify-content:space-between}.steps .step:first-child{margin-left:auto}.steps .step:last-child{margin-right:auto}.step:first-of-type .step-circle:before{display:none}.step:last-of-type .step-content{padding-right:0}.step-content{box-sizing:initial;flex-direction:column;width:5rem;min-width:5rem;max-width:5rem;padding-top:.5rem;padding-right:1rem}.step-circle,.step-content{display:flex;align-items:center}.step-circle{position:relative;justify-content:center;width:1.5rem;height:1.5rem;color:#adb5bd;border:2px solid #adb5bd;border-radius:100%;background-color:#fff}.step-circle:before{content:"";display:block;position:absolute;top:50%;left:-2px;width:4.5rem;height:2px;transform:translate(-100%,-50%);color:#adb5bd;background-color:currentColor}.step-text{color:#adb5bd;word-break:break-all;margin-top:.25em}.step-active{border-color:#000!important}.step-active .step-circle{color:#fff;background-color:orange;border-color:orange}.step-active .step-circle:before{color:orange}.step-active .step-text{color:#007bff}.step-error .step-circle{color:#fff;background-color:#dc3545;border-color:#dc3545}.step-error .step-circle:before,.step-error .step-text{color:#dc3545}.step-success .step-circle{color:#fff;background-color:#28a745;border-color:#28a745}.step-success .step-circle:before,.step-success .step-text{color:#28a745}.flexer,.progress-indicator{display:flex}.no-flexer,.progress-indicator.stacked{display:block}.no-flexer-element{-moz-flex:0;flex:0 1}.flexer-element,.progress-indicator>li{-moz-flex:1;flex:1 1}.progress-indicator{padding:0;font-size:80%;text-transform:uppercase;margin:0 0 1em}.progress-indicator>li{list-style:none;text-align:center;width:auto;padding:0;margin:0;position:relative;text-overflow:ellipsis;color:#bbb;display:block}.progress-indicator>li:hover{color:#6e6e6e}.progress-indicator>li .bubble{border-radius:1000px;width:14px;height:14px;background-color:#bbb;display:block;margin:.3rem auto .5em}.progress-indicator>li .bubble:after,.progress-indicator>li .bubble:before{display:block;position:absolute;top:9px;width:100%;height:3px;content:"";background-color:#bbb}.progress-indicator>li .bubble:before{left:0}.progress-indicator>li .bubble:after{right:0}.progress-indicator>li.completed{color:green}.progress-indicator>li.completed .bubble{color:#65d074}.progress-indicator>li.completed .bubble,.progress-indicator>li.completed .bubble:after,.progress-indicator>li.completed .bubble:before{background-color:#65d074;border-color:#247830}.progress-indicator>li a:hover .bubble{color:#5671d0}.progress-indicator>li a:hover .bubble,.progress-indicator>li a:hover .bubble:after,.progress-indicator>li a:hover .bubble:before{background-color:#5671d0;border-color:#1f306e}.progress-indicator>li.danger .bubble{color:#d3140f}.progress-indicator>li.danger .bubble,.progress-indicator>li.danger .bubble:after,.progress-indicator>li.danger .bubble:before{background-color:#d3140f;border-color:#440605}.progress-indicator>li.warning .bubble{color:#edb10a}.progress-indicator>li.warning .bubble,.progress-indicator>li.warning .bubble:after,.progress-indicator>li.warning .bubble:before{background-color:#edb10a;border-color:#5a4304}.progress-indicator>li.info .bubble{color:#5b32d6}.progress-indicator>li.info .bubble,.progress-indicator>li.info .bubble:after,.progress-indicator>li.info .bubble:before{background-color:#5b32d6;border-color:#25135d}.progress-indicator.stacked>li{text-indent:-10px;text-align:center;display:block}.progress-indicator.stacked>li .bubble:after,.progress-indicator.stacked>li .bubble:before{left:50%;margin-left:-1.5px;width:3px;height:100%}.progress-indicator.stacked .stacked-text{position:relative;z-index:10;top:0;margin-left:60%!important;width:45%!important;display:inline-block;text-align:left;line-height:1.2em}.progress-indicator.stacked>li a{border:none}@media handheld,screen and (max-width:400px){.progress-indicator{font-size:60%}}.pe-none{pointer-events:none}.br-3{border-radius:3px}.c-pointer{cursor:pointer}.c-text{cursor:text!important}.c-default{cursor:default!important}.svg-icon{height:20px;width:20px}.fs--2{font-size:.6rem}.fs--1{font-size:.8rem}.fs-0{font-size:1rem}.fs-1{font-size:1.2rem}.fs-em-1{font-size:1.2em}.fs-2{font-size:1.4rem}.fs-3{font-size:1.6rem}.fs-4{font-size:1.8rem}.fs-5{font-size:2rem}.td-underline{text-decoration:underline!important}.bt-eee{border-top:1px solid #eee}.bb-eee{border-bottom:1px solid #eee}.border-eee{border:1px solid #eee}.border-dashed-gray{border:2px dashed #d3d3d3}.border-d1{border:1px solid #d1d1d1}.border-bottom-eee{border-bottom:1px solid #eee}.border-dark-gary{border:1px solid #dee2e6}.b-shadow{box-shadow:0 10px 20px -10px #000}.hover-effect{transition:transform .25s}.text-decoration-none{text-decoration:none}.h-1{height:1rem}.w-1{width:1rem}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.bg-eee{background-color:#eee}.context-modal-backdrop{width:100%;height:100%;position:fixed;left:0;top:0;z-index:1;background-color:#000;opacity:.1}.context-modal{z-index:3;width:20rem;position:absolute;top:.5rem;left:.5rem}.width-30rem{width:30rem}.width-40rem{width:40rem}.blink{animation:blinker 3s linear infinite}@keyframes blinker{50%{opacity:0}}.bg-danger-light{background-color:#f5c6cb!important}.bg-appraiser-status{background-color:#fdb5ff}.bg-title-company-status{background-color:#40c5aa}.bg-closing-agent-status{background-color:#a4ffff}.bg-insurance-company-status{background-color:#9effad}.bg-insurance-company-2-status{background-color:#5affca}.horizontal-scroll-container{display:flex;flex-wrap:nowrap;overflow-x:auto}.horizontal-scroll-container .horizontal-scroll-child{flex:0 0 auto}.transparent-button{background:transparent;border:none;padding:0}.right-0{right:0!important}.text-darkorange{color:#ff8c00!important}.bg-light-green{background-color:#dbf5e1}.bg-light-red{background-color:#f5c6cb}.over{border:3px dotted #666}.text-tomato{color:tomato}.text-orange{color:orange}.text-green{color:green}.text-gray{color:grey}.text-steelblue{color:#4682b4}.text-crimson{color:#dc143c}.cursor-move{cursor:move!important}kbd{background-color:#eee;border-radius:3px;border:1px solid #b4b4b4;box-shadow:0 1px 1px rgba(0,0,0,.2),inset 0 2px 0 0 hsla(0,0%,100%,.7);color:#333;display:inline-block;font-size:.85em;font-weight:700;line-height:1;padding:2px 4px;white-space:nowrap}.sticky-header-table th{background:#fff;position:sticky;top:0;border-bottom:2px solid #dee2e6}.chat-button-container{position:fixed;right:1rem;bottom:1rem;z-index:3}.chat-button{float:right;border-radius:50%;padding:.6rem;border-color:#696cff;background:#fff}.chat-button svg{height:1.6rem;color:#696cff}.chat-modal-container{border:1 solid #d9dee3;background-clip:padding-box;box-shadow:0 2px 6px 6px rgba(67,89,113,.12);background:#fff;padding:.5rem;border-radius:3px;margin-bottom:1rem;height:80vh;width:400px;display:flex;flex-direction:column;justify-content:space-between;white-space:break-spaces}.chat-modal-body{overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column-reverse}.chat-modal-header{border-bottom:1px solid #eee}.chat-modal-footer{border-top:1px solid #eee;padding-top:.2rem}.chat-td-ellipsis{text-align:left;width:20rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.w-90{width:90%}html{font-size:14px}body{font-family:"Mulish",sans-serif}