@import"https://fonts.googleapis.com/css2?family=Open+Sans&family=Orbitron:wght@500&display=swap";.container,.container-fluid{width:100%;margin-left:auto;margin-right:auto;padding-left:16px;padding-right:16px;box-sizing:border-box}.container{max-width:1140px}.row,.form-row{display:flex;flex-wrap:wrap;margin-left:-12px;margin-right:-12px;box-sizing:border-box}.row>*,.form-row>*,[class^=col-],[class*=" col-"],.col,.col-auto{box-sizing:border-box;padding-left:12px;padding-right:12px;min-width:0}.col{flex:1 1 0%;max-width:100%}.col-auto{flex:0 0 auto;width:auto;max-width:none}.col-2{flex:0 0 16.666667%;max-width:16.666667%}.col-6{flex:0 0 50%;max-width:50%}.col-8{flex:0 0 66.666667%;max-width:66.666667%}.col-10{flex:0 0 83.333333%;max-width:83.333333%}.col-12{flex:0 0 100%;max-width:100%}@media(min-width:576px){.col-sm-2{flex:0 0 16.666667%;max-width:16.666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-12{flex:0 0 100%;max-width:100%}}@media(min-width:768px){.col-md-2{flex:0 0 16.666667%;max-width:16.666667%}.col-md-4{flex:0 0 33.333333%;max-width:33.333333%}.col-md-5{flex:0 0 41.666667%;max-width:41.666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-8{flex:0 0 66.666667%;max-width:66.666667%}.col-md-10{flex:0 0 83.333333%;max-width:83.333333%}.col-md-12{flex:0 0 100%;max-width:100%}}@media(min-width:992px){.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-12{flex:0 0 100%;max-width:100%}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.35rem;padding:.375rem .75rem;border:1px solid transparent;border-radius:.25rem;background:transparent;color:#212529;font:inherit;line-height:1.5;cursor:pointer;text-decoration:none;box-sizing:border-box}.btn:disabled{opacity:.65;cursor:not-allowed}.btn-sm{padding:.25rem .5rem;font-size:.875rem}.btn-md{font-size:1rem}.btn-primary{background-color:#007bff;border-color:#007bff;color:#fff}.btn-secondary{background-color:#6c757d;border-color:#6c757d;color:#fff}.btn-success{background-color:#28a745;border-color:#28a745;color:#fff}.btn-danger{background-color:#dc3545;border-color:#dc3545;color:#fff}.btn-info{background-color:#17a2b8;border-color:#17a2b8;color:#fff}.btn-link{padding:0;border-color:transparent;background:transparent;color:#007bff}.bg-transparent{background:transparent!important}.form-control{display:block;width:100%;min-width:0;padding:.375rem .75rem;border:1px solid #ced4da;border-radius:.25rem;background-color:#fff;color:#495057;font:inherit;line-height:1.5;box-sizing:border-box}.form-control:focus{outline:none;border-color:#80bdff;box-shadow:0 0 0 .2rem #007bff26}.input-group{position:relative;display:flex;flex-wrap:nowrap;align-items:stretch;width:100%}.input-group>.form-control,.input-group>select,.input-group>textarea{flex:1 1 auto}.input-group-append{display:flex;align-items:stretch}.input-group-text{display:inline-flex;align-items:center;padding:.375rem .75rem;border:1px solid #ced4da;border-left:0;border-radius:0 .25rem .25rem 0;background-color:#e9ecef;color:#495057;box-sizing:border-box}.form-check,.custom-control{position:relative;display:flex;align-items:center;min-height:1.5rem}.form-check-input,.custom-control-input{width:auto;margin-right:.5rem}.form-check-label,.custom-control-label{margin:0}.table{width:100%;margin-bottom:1rem;border-collapse:collapse;color:#212529}.table th,.table td{padding:.75rem;vertical-align:top;border-top:1px solid #dee2e6}.table-sm th,.table-sm td{padding:.3rem}.table-striped tbody tr:nth-of-type(odd){background-color:#00000008}.table-hover tbody tr:hover{background-color:#0000000a}.table-responsive{display:block;width:100%;overflow-x:auto}.nav{display:flex;flex-wrap:wrap;padding-left:0;margin-bottom:0;list-style:none}.nav-tabs{border-bottom:1px solid #dee2e6}.nav-tabs .nav-item{margin-bottom:-1px}.nav-link{display:block;padding:.5rem 1rem;color:#007bff;text-decoration:none;border:1px solid transparent;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.nav-tabs .nav-link.active,.nav-tabs .nav-link:hover{color:#495057;background-color:#fff;border-color:#dee2e6 #dee2e6 #fff}.list-group{display:flex;flex-direction:column;padding-left:0;margin-bottom:0}.list-group-item{display:block;padding:.75rem 1.25rem;border:1px solid rgba(0,0,0,.125);background-color:#fff}.list-group-item+.list-group-item{border-top:0}.spinner-border{display:inline-block;width:2rem;height:2rem;border:.25em solid currentColor;border-right-color:transparent;border-radius:50%;animation:spinner-border .75s linear infinite}@keyframes spinner-border{to{transform:rotate(360deg)}}.close{appearance:none;border:0;background:transparent;font-size:1.5rem;line-height:1;opacity:.6;cursor:pointer}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}.rounded{border-radius:.25rem!important}.rounded-lg{border-radius:.5rem!important}.border{border:1px solid #dee2e6!important}.border-dark{border-color:#343a40!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.bg-white{background-color:#fff!important}.bg-light{background-color:#f8f9fa!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-primary{color:#007bff!important}.text-success{color:#28a745!important}.text-danger{color:#dc3545!important}.text-muted{color:#6c757d!important}.font-weight-bold{font-weight:700!important}.float-right,.pull-right{float:right!important}.d-flex{display:flex!important}.d-block{display:block!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.align-items-center{align-items:center!important}.w-100{width:100%!important}.invalid-feedback{display:block;width:100%;margin-top:.25rem;font-size:.875rem;color:#dc3545}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-3{margin:1rem!important}.m-4{margin:1.5rem!important}.mx-1{margin-left:.25rem!important;margin-right:.25rem!important}.mx-2{margin-left:.5rem!important;margin-right:.5rem!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-3{margin-top:1rem!important;margin-bottom:1rem!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:1rem!important}.mt-4{margin-top:1.5rem!important}.mt-5{margin-top:3rem!important}.mb-0{margin-bottom:0!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:1rem!important}.mb-4{margin-bottom:1.5rem!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.ml-4{margin-left:1.5rem!important}.mr-1{margin-right:.25rem!important}.mr-2{margin-right:.5rem!important}.mr-3{margin-right:1rem!important}.p-0{padding:0!important}.p-2{padding:.5rem!important}.p-3{padding:1rem!important}.pl-2{padding-left:.5rem!important}.pt-1{padding-top:.25rem!important}.pt-2{padding-top:.5rem!important}.pr-0{padding-right:0!important}@media(min-width:576px){.mr-sm-2{margin-right:.5rem!important}.mb-sm-0{margin-bottom:0!important}}body{margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.cursor-pointer{cursor:pointer}.nav-dropdown .dropdown-menu{left:-40px!important}.margin-bottom-20{margin-bottom:20px}.mb-10{margin-bottom:10px}.mb-20{margin-bottom:20px}.mt-20{margin-top:20px}.margin-top-bottom-10{margin-top:10px;margin-bottom:10px}.margin-left-20{margin-left:20px}.margin-right-5{margin-right:5px}.trash{cursor:pointer;color:red;font-size:20px;transition:.1s}.trash-circle{width:10px;height:20px;background:#f8d3d300;-moz-border-radius:10px;-webkit-border-radius:10px;border-radius:10px}.edit{right:.5em;bottom:.3em;cursor:pointer;color:green;font-size:20px}.edit-square{width:22px;height:20px;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px}.modal-open{overflow-y:scroll!important}.comment-card-icons{text-align:right;padding-right:0}.ml-0{margin-left:0}.mr-0{margin-right:0}.mr-10{margin-right:10px}.pl-0{padding-left:0}.pl-5{padding-left:5px!important}.pr-5{padding-right:5px!important}.selected-row{background-color:#4fd24d4d!important}.login-header{font-family:Orbitron,sans-serif;font-size:1.5rem;text-align:center}.login-header-caption{font-family:Orbitron,sans-serif;font-size:1em;text-align:center}.login-box{background-color:#d8d8d8}.form-inline{display:inline-block}.filter-text{margin-right:10px;width:300px;display:inline-block;vertical-align:bottom;margin-left:25px}.search-text{width:300px!important;max-width:300px!important}.wizard-card{width:600px}.wizard-bg{min-height:100%;height:100%;width:100%;text-align:center}.bold{font-weight:700!important}.mx-2{margin:0!important}.answer-bg{background-color:#50ec50}.padding-5{padding:5px}.text-left{text-align:left}.card-body{padding:1rem}.idi-table{margin-bottom:60px;margin-top:20px}.idi-title{border-bottom:solid;border-bottom-width:2px;border-bottom-color:#a9a9a9}.btn-mailing-remove{color:#3fa53e;background:#fdf6f6;border-color:#3fa53e}.btn-mailing{color:#fff;background-color:#3fa53e;border-color:green}.btn-mailing:hover{color:#fff;background-color:#1e7b1d}.btn-mailing-campaign-remove{color:#3998b4;background:#fdf6f6;border-color:#1a85a5}.btn-mailing-campaign{color:#fff;background-color:#3998b4;border-color:1a85a5}.btn-mailing-campaign:hover{color:#fff;background-color:#1a85a5}.btn-archive-remove{color:#d80606;background:#fdf6f6;border-color:#d80606}.btn-archive{color:#fdf6f6;background-color:#d80606;border-color:#d80606}.btn-archive:hover{color:#fdf6f6;background-color:#c30404}.btn-gen-remove{color:#000;background:#fdf6f6;border-color:#fff100}.btn-gen{color:#000;background-color:#fff100;border-color:#fff100}.btn-gen:hover{color:#000;background-color:#f3e504}.btn-sgc-remove{color:#000;background:#fdf6f6;border-color:#865ace}.btn-sgc{color:#fdf6f6;background-color:#a068fb;border-color:#a068fb}.btn-sgc:hover{color:#fdf6f6;background-color:#865ace}.btn-land-remove{color:#ffa500e6;background:#fdf6f6;border-color:orange}.btn-land{color:#fff;background-color:#ffa500e6;border-color:orange}.btn-land:hover{color:#fff;background-color:#e29c05}.nav-tabs .nav-item.show .nav-link,.nav-tabs .nav-link.active{color:#000408;background-color:#e9edf1;border-color:#dee2e6 #dee2e6 #fff;box-shadow:4px -5px 20px #e9edf1}.claim-id-found{background-color:#adff2f!important;font-weight:700}.phone-found{text-shadow:0 0 10px #fff813,0 0 20px #fff813,0 0 30px #fff813,0 0 40px #fff813}input[type=checkbox]{width:20px;height:20px}.icon-green{color:#28a745}.icon-yellow{color:gold}.file-card{display:flex;flex-direction:column;align-items:center;padding:15px;font-size:12px}.bg-toolbar-container{top:30px;bottom:initial!important}.print-pdf{position:absolute;top:33px;right:90px;bottom:initial!important;cursor:pointer!important;z-index:1000}.expand-icon{position:absolute;top:33px;right:47px;bottom:initial!important;cursor:pointer!important;z-index:1000}.icon-holder{margin-bottom:7px;box-shadow:0 1px 4px #0000004d;border:1px solid #cacaca;background-color:#f9f9f9;display:block;cursor:pointer;height:33px;width:33px}.edit-wrapper{z-index:1001!important;opacity:1!important}.heir-tree{background:#fff;height:calc(100vh - 165px)}.heir-tree-expanded{height:100vh!important;background-color:#d3d3d3;margin-top:-355px!important;margin-left:-30px;margin-right:-30px}.expanded-icon{top:-132px!important}.custom-card-search{top:33px!important;z-index:100;left:15px;margin-top:30px}.ReactModal__Overlay{z-index:1001}.hr-wide{border-top:2px solid rgb(19 18 18 / 40%)!important}.node-edit-ti input{width:100%!important}.heirship-edit{margin-right:10px;width:150px;justify-content:start!important}.template-select{margin-right:8px;width:100px;padding-top:5px;justify-content:start!important}.create-claim .mui-typeahead{width:208px}.claim-admin-header{font-weight:700!important}.text-align-left{text-align:left!important}.claim-admin-tab-amount{width:100px}.admin-add-item{padding:20px;margin-bottom:20px}.admin-add-button{width:150px;display:inline-block}.text-align-right{text-align:right}.mui-typeahead .MuiAutocomplete-inputRoot,.mui-typeahead-input,.mui-typeahead-input .MuiInputBase-root{width:100%!important}.padding-0{padding:0!important}.save-btn{background-color:#28a745!important;border-color:#28a745!important}.cancel-btn{background-color:#6c757d!important;border-color:#6c757d!important}.idi-relative-div{position:absolute;right:650px;top:25px}.idi-file-decedent-label{position:absolute;right:490px;top:25px}.idi-file-decedent-input{position:absolute;right:250px;top:20px}.idi-profile-delete{position:absolute;right:150px;top:21px}.idi-profile-create-contact{position:absolute;right:20px;top:21px}.designation-text{margin-right:20px;margin-top:-2px;color:#00008b;font-weight:700;font-size:18px;text-shadow:2px 2px 8px darkblue}.attorney-label{width:100px!important}.inline-block{display:inline-block!important}.progress-circle{font-size:10px;position:relative;padding:0;width:5em;height:5em;background-color:#f2e9e1;border-radius:50%;line-height:5em}.progress-circle:after{border:none;position:absolute;top:.35em;left:.35em;text-align:center;display:block;border-radius:50%;width:4.3em;height:4.3em;background-color:#fff;content:" "}.progress-circle span{position:absolute;line-height:5em;width:5em;text-align:center;display:block;color:#007bff;z-index:2}.left-half-clipper{border-radius:50%;width:5em;height:5em;position:absolute;clip:rect(0,5em,5em,2.5em)}.progress-circle.over50 .left-half-clipper{clip:rect(auto,auto,auto,auto)}.value-bar{position:absolute;clip:rect(0,2.5em,5em,0);width:5em;height:5em;border-radius:50%;border:.45em solid #007bff;box-sizing:border-box}.progress-circle.over50 .first50-bar{position:absolute;clip:rect(0,5em,5em,2.5em);background-color:#007bff;border-radius:50%;width:5em;height:5em}.progress-circle:not(.over50) .first50-bar{display:none}.progress-circle.p0 .value-bar{display:none}.progress-circle.p1 .value-bar{transform:rotate(4deg)}.progress-circle.p2 .value-bar{transform:rotate(7deg)}.progress-circle.p3 .value-bar{transform:rotate(11deg)}.progress-circle.p4 .value-bar{transform:rotate(14deg)}.progress-circle.p5 .value-bar{transform:rotate(18deg)}.progress-circle.p6 .value-bar{transform:rotate(22deg)}.progress-circle.p7 .value-bar{transform:rotate(25deg)}.progress-circle.p8 .value-bar{transform:rotate(29deg)}.progress-circle.p9 .value-bar{transform:rotate(32deg)}.progress-circle.p10 .value-bar{transform:rotate(36deg)}.progress-circle.p11 .value-bar{transform:rotate(40deg)}.progress-circle.p12 .value-bar{transform:rotate(43deg)}.progress-circle.p13 .value-bar{transform:rotate(47deg)}.progress-circle.p14 .value-bar{transform:rotate(50deg)}.progress-circle.p15 .value-bar{transform:rotate(54deg)}.progress-circle.p16 .value-bar{transform:rotate(58deg)}.progress-circle.p17 .value-bar{transform:rotate(61deg)}.progress-circle.p18 .value-bar{transform:rotate(65deg)}.progress-circle.p19 .value-bar{transform:rotate(68deg)}.progress-circle.p20 .value-bar{transform:rotate(72deg)}.progress-circle.p21 .value-bar{transform:rotate(76deg)}.progress-circle.p22 .value-bar{transform:rotate(79deg)}.progress-circle.p23 .value-bar{transform:rotate(83deg)}.progress-circle.p24 .value-bar{transform:rotate(86deg)}.progress-circle.p25 .value-bar{transform:rotate(90deg)}.progress-circle.p26 .value-bar{transform:rotate(94deg)}.progress-circle.p27 .value-bar{transform:rotate(97deg)}.progress-circle.p28 .value-bar{transform:rotate(101deg)}.progress-circle.p29 .value-bar{transform:rotate(104deg)}.progress-circle.p30 .value-bar{transform:rotate(108deg)}.progress-circle.p31 .value-bar{transform:rotate(112deg)}.progress-circle.p32 .value-bar{transform:rotate(115deg)}.progress-circle.p33 .value-bar{transform:rotate(119deg)}.progress-circle.p34 .value-bar{transform:rotate(122deg)}.progress-circle.p35 .value-bar{transform:rotate(126deg)}.progress-circle.p36 .value-bar{transform:rotate(130deg)}.progress-circle.p37 .value-bar{transform:rotate(133deg)}.progress-circle.p38 .value-bar{transform:rotate(137deg)}.progress-circle.p39 .value-bar{transform:rotate(140deg)}.progress-circle.p40 .value-bar{transform:rotate(144deg)}.progress-circle.p41 .value-bar{transform:rotate(148deg)}.progress-circle.p42 .value-bar{transform:rotate(151deg)}.progress-circle.p43 .value-bar{transform:rotate(155deg)}.progress-circle.p44 .value-bar{transform:rotate(158deg)}.progress-circle.p45 .value-bar{transform:rotate(162deg)}.progress-circle.p46 .value-bar{transform:rotate(166deg)}.progress-circle.p47 .value-bar{transform:rotate(169deg)}.progress-circle.p48 .value-bar{transform:rotate(173deg)}.progress-circle.p49 .value-bar{transform:rotate(176deg)}.progress-circle.p50 .value-bar{transform:rotate(180deg)}.progress-circle.p51 .value-bar{transform:rotate(184deg)}.progress-circle.p52 .value-bar{transform:rotate(187deg)}.progress-circle.p53 .value-bar{transform:rotate(191deg)}.progress-circle.p54 .value-bar{transform:rotate(194deg)}.progress-circle.p55 .value-bar{transform:rotate(198deg)}.progress-circle.p56 .value-bar{transform:rotate(202deg)}.progress-circle.p57 .value-bar{transform:rotate(205deg)}.progress-circle.p58 .value-bar{transform:rotate(209deg)}.progress-circle.p59 .value-bar{transform:rotate(212deg)}.progress-circle.p60 .value-bar{transform:rotate(216deg)}.progress-circle.p61 .value-bar{transform:rotate(220deg)}.progress-circle.p62 .value-bar{transform:rotate(223deg)}.progress-circle.p63 .value-bar{transform:rotate(227deg)}.progress-circle.p64 .value-bar{transform:rotate(230deg)}.progress-circle.p65 .value-bar{transform:rotate(234deg)}.progress-circle.p66 .value-bar{transform:rotate(238deg)}.progress-circle.p67 .value-bar{transform:rotate(241deg)}.progress-circle.p68 .value-bar{transform:rotate(245deg)}.progress-circle.p69 .value-bar{transform:rotate(248deg)}.progress-circle.p70 .value-bar{transform:rotate(252deg)}.progress-circle.p71 .value-bar{transform:rotate(256deg)}.progress-circle.p72 .value-bar{transform:rotate(259deg)}.progress-circle.p73 .value-bar{transform:rotate(263deg)}.progress-circle.p74 .value-bar{transform:rotate(266deg)}.progress-circle.p75 .value-bar{transform:rotate(270deg)}.progress-circle.p76 .value-bar{transform:rotate(274deg)}.progress-circle.p77 .value-bar{transform:rotate(277deg)}.progress-circle.p78 .value-bar{transform:rotate(281deg)}.progress-circle.p79 .value-bar{transform:rotate(284deg)}.progress-circle.p80 .value-bar{transform:rotate(288deg)}.progress-circle.p81 .value-bar{transform:rotate(292deg)}.progress-circle.p82 .value-bar{transform:rotate(295deg)}.progress-circle.p83 .value-bar{transform:rotate(299deg)}.progress-circle.p84 .value-bar{transform:rotate(302deg)}.progress-circle.p85 .value-bar{transform:rotate(306deg)}.progress-circle.p86 .value-bar{transform:rotate(310deg)}.progress-circle.p87 .value-bar{transform:rotate(313deg)}.progress-circle.p88 .value-bar{transform:rotate(317deg)}.progress-circle.p89 .value-bar{transform:rotate(320deg)}.progress-circle.p90 .value-bar{transform:rotate(324deg)}.progress-circle.p91 .value-bar{transform:rotate(328deg)}.progress-circle.p92 .value-bar{transform:rotate(331deg)}.progress-circle.p93 .value-bar{transform:rotate(335deg)}.progress-circle.p94 .value-bar{transform:rotate(338deg)}.progress-circle.p95 .value-bar{transform:rotate(342deg)}.progress-circle.p96 .value-bar{transform:rotate(346deg)}.progress-circle.p97 .value-bar{transform:rotate(349deg)}.progress-circle.p98 .value-bar{transform:rotate(353deg)}.progress-circle.p99 .value-bar{transform:rotate(356deg)}.progress-circle.p100 .value-bar{transform:rotate(360deg)}.file-upload-modal{position:fixed;bottom:0;right:0;left:unset;top:unset;height:unset;max-height:100vh;width:35vw;padding:20px}.backdrop-allow{display:none}.breadcrumb-item+.breadcrumb-item:before{font-family:FontAwesome;content:""}.files-list>div>div{display:flex;flex-direction:column;align-items:center;padding:15px;font-size:12px}.files-list>div>div svg{font-size:50px}.folders-list>div>div{display:flex;align-items:center;padding:15px;font-size:12px}.folders-list>div>div svg{font-size:20px;color:gray}.border-2{border:2px solid #007bff!important}.no-transform{transform:none!important}.App{text-align:center}.App-logo{animation:App-logo-spin infinite 20s linear;height:40vmin}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#d1eaf3}@keyframes App-logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.lightred{background-color:#f9787e!important}.width-60{width:60px!important}
