.react-bootstrap-table table{table-layout:fixed}.react-bootstrap-table th.sortable{cursor:pointer}.react-bootstrap-table th .order>.dropdown>.caret{margin:10px 0 10px 5px;color:#ccc}.react-bootstrap-table th .order>.dropup>.caret{margin:10px 0;color:#ccc}.react-bootstrap-table th>.react-bootstrap-table-sort-order>.caret{margin:10px 6.5px}.react-bootstrap-table th .order-4:before{margin-left:3.5px;content:"\2191";opacity:.4}.react-bootstrap-table th .order-4:after{content:"\2193";opacity:.4}.react-bootstrap-table th .caret-4-asc:before{margin-left:3.5px;content:"\2191"}.react-bootstrap-table th .caret-4-asc:after{content:"\2193";opacity:.4}.react-bootstrap-table th .caret-4-desc:before{margin-left:3.5px;content:"\2191";opacity:.4}.react-bootstrap-table th .caret-4-desc:after{content:"\2193"}.react-bootstrap-table th[data-row-selection]{width:30px}.react-bootstrap-table td>.selection-input-4,.react-bootstrap-table th>.selection-input-4{margin:-4px}.react-bootstrap-table td.react-bs-table-no-data{text-align:center}.react-bootstrap-table td.react-bootstrap-table-editing-cell .animated{animation-fill-mode:both}.react-bootstrap-table td.react-bootstrap-table-editing-cell .animated.bounceIn,.react-bootstrap-table td.react-bootstrap-table-editing-cell .animated.bounceOut{animation-duration:.75s}.react-bootstrap-table td.react-bootstrap-table-editing-cell .animated.shake{animation-duration:.3s}@keyframes shake{from,to{transform:translate3d(0, 0, 0)}10%,50%,90%{transform:translate3d(-10px, 0, 0)}30%,70%{transform:translate3d(10px, 0, 0)}}.react-bootstrap-table td.react-bootstrap-table-editing-cell .shake{animation-name:shake}@keyframes bounceIn{20%,40%,60%,80%,from,to{animation-timing-function:cubic-bezier(0.215, 0.61, 0.355, 1)}0%{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}20%{transform:scale3d(1.1, 1.1, 1.1)}40%{transform:scale3d(0.9, 0.9, 0.9)}60%{opacity:1;transform:scale3d(1.03, 1.03, 1.03)}80%{transform:scale3d(0.97, 0.97, 0.97)}to{opacity:1;transform:scale3d(1, 1, 1)}}.react-bootstrap-table td.react-bootstrap-table-editing-cell .bounceIn{animation-name:bounceIn}@keyframes bounceOut{20%{transform:scale3d(0.9, 0.9, 0.9)}50%,55%{opacity:1;transform:scale3d(1.1, 1.1, 1.1)}to{opacity:0;transform:scale3d(0.3, 0.3, 0.3)}}.react-bootstrap-table td.react-bootstrap-table-editing-cell .bounceOut{animation-name:bounceOut}.react-bootstrap-table .reset-expansion-style{padding:0}.react-bootstrap-table .row-expansion-style{padding:8px}.react-bootstrap-table .row-expand-slide-appear{max-height:0;overflow:hidden}.react-bootstrap-table .row-expand-slide-appear-active{max-height:1000px;transition:max-height 3s linear}.react-bootstrap-table .row-expand-slide-exit{max-height:1000px}.react-bootstrap-table .row-expand-slide-exit-active{max-height:0;overflow:hidden;transition:max-height 0.4s cubic-bezier(0, 0.95, 0, 0.95)}

.emailNotifierWrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center;flex-direction:column;text-align:center;padding:15px 35px}.emailNotifierWrapper img{width:100px}.emailNotifierWrapper h3{margin-top:2rem;color:#472EB4;font-weight:400}.emailNotifierWrapper button{margin-top:1rem;border:none;padding:8px 35px;background-color:black;color:white;font-size:0.8rem;font-weight:600}

.adminActions{display:flex;width:300px;margin-left:-200px;justify-content:center;align-items:center}.adminActions .sendResetMailBtn{width:180px;margin-right:50px;border:1px solid #29A6DA;background-color:white;color:#29A6DA;border-radius:15px;display:flex;justify-content:center;align-items:center}.adminActions .sendResetMailBtn span{font-size:0.9rem;margin-left:10px}

#csvProcessModal .preUploadSection{display:flex;justify-content:center;flex-direction:column;height:300px}#csvProcessModal .preUploadSection .confirmationText{margin-top:-3rem !important}#csvProcessModal .validEntries{background-color:rgba(0,128,0,0.301);padding:10px 25px;border-left:6px solid green}#csvProcessModal .inValidEntries{background-color:rgba(255,0,0,0.219);padding:10px 25px;border-left:6px solid red}#csvProcessModal .allErros{display:flex;justify-content:center;flex-direction:column;height:300px}#csvProcessModal .allErros .confirmationText{margin-top:2rem}#csvProcessModal .allErros .inValidEntries{margin-bottom:2rem}#csvProcessModal .allErros .confirmationText{margin-top:-2rem !important}#csvProcessModal .uploadInProgress{height:300px;display:flex;justify-content:center;align-items:center;flex-direction:column}#csvProcessModal .uploadInProgress h6{margin-top:1.5rem}#csvProcessModal .uploadInProgress .loader{border:3.5px solid #f3f3f3;border-radius:50%;border-top:3.5px solid #000000;width:40px;height:40px;-webkit-animation:spin 0.7s linear infinite;animation:spin 0.7s linear infinite}#csvProcessModal .uploadComplete{height:300px;display:flex;justify-content:center;align-items:center;flex-direction:column}#csvProcessModal .uploadComplete .doneIcon{font-size:7rem;color:green}#csvProcessModal .uploadComplete h6{margin-top:1.5rem}#csvProcessModal #footer{display:flex;justify-content:center;align-items:center}#csvProcessModal #footer *{margin:0 1rem}

.propertyAddressViewer{margin-top:1rem;min-height:300px;overflow-y:scroll}.propertyAddressViewer::-webkit-scrollbar{width:5px}.propertyAddressViewer::-webkit-scrollbar-track{background:#ffffff}.propertyAddressViewer::-webkit-scrollbar-thumb{background:#888}.propertyAddressViewer::-webkit-scrollbar-thumb:hover{background:#555}.resultInfo{display:flex;align-items:center;justify-content:space-between;margin-top:0rem;font-size:0.9rem;font-weight:600;margin-left:1rem;margin-bottom:-1rem}.resultInfo .actionWrapper{padding-top:2rem}.resultInfo .actionWrapper .action{color:blue;font-size:0.7rem;padding-right:3rem;cursor:pointer}.resultInfo .actionWrapper .action:first-child{margin-bottom:1rem}.resultInfo .actionWrapper .action .templateDownloadIcon{font-size:1.3rem;padding-bottom:5px}.loaderWrapper{padding:10rem 0;display:flex;justify-content:center;align-items:center}.loaderWrapper .loader{border:3.5px solid #f3f3f3;border-radius:50%;border-top:3.5px solid #000000;width:40px;height:40px;-webkit-animation:spin 0.7s linear infinite;animation:spin 0.7s linear infinite}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg)}100%{-webkit-transform:rotate(360deg)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}

.properttDetailsWrapper{margin-bottom:1rem;margin-right:4px}.properttDetailsWrapper .property{width:100%;background-color:#222;padding:15px 3rem;color:#fff;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;justify-content:space-between;align-items:center;font-weight:600;cursor:pointer}.properttDetailsWrapper .addressWrapper{border-bottom-left-radius:10px;border-bottom-right-radius:10px;border:1px solid #bdbdbd;border-top:1px solid #fff;padding:1rem 0}.properttDetailsWrapper .addressWrapper .address{padding:15px 8rem 15px 3rem;color:#414141;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid black}.properttDetailsWrapper .addressWrapper .address .addressData{flex:5}.properttDetailsWrapper .addressWrapper .address .addressData .addressLabel{font-size:0.8rem;margin-right:1rem;color:#a3a3a3}.properttDetailsWrapper .addressWrapper .address .addressData .addressValue{font-size:0.8rem;margin-right:1rem;color:#131313}.properttDetailsWrapper .addressWrapper .address .addressCodeWrapper{flex:1;display:flex;align-items:center}.properttDetailsWrapper .addressWrapper .address .addressCodeWrapper .addressCodeLabel{font-size:0.8rem;margin-right:1rem;color:#a3a3a3}.properttDetailsWrapper .addressWrapper .address .addressCodeWrapper .addressCodeValue{font-weight:600;font-size:1.3rem}.properttDetailsWrapper .addressWrapper .address:last-child{border-bottom:none}.properttDetailsWrapper .addressWrapper .noAddressFound{height:60px;display:flex;justify-content:center;align-items:center}

.printLogActions{display:flex;align-items:center}.printLogActions .retailFileBtn{padding:3px 18px;font-size:0.7rem !important;margin-right:6px;background-color:#00a300;color:white;font-weight:600;border-radius:30px;border:none}.printLogActions .retailFileBtn.disabled{background-color:rgba(112,131,112,0.659);color:white;cursor:not-allowed}.printLogActions .deleteFileBtn{padding:3px 18px;font-size:0.7rem !important;background-color:#b90000;color:white;font-weight:600;border-radius:30px;border:none}.printLogActions .downloadBtn{padding:3px 18px;margin-right:6px;font-size:0.7rem !important;background-color:#0035d3;color:white;font-weight:600;border-radius:30px;border:none}.printStatusWrapper{display:flex;align-items:center}.printStatusWrapper .expiring{width:12px;height:12px;border-radius:12px;background-color:#ffa600;box-shadow:0px 0px 6px rgba(255,166,0,0.748)}.printStatusWrapper .retained{width:12px;height:12px;border-radius:12px;background-color:#5eff00;box-shadow:0px 0px 6px rgba(94,255,0,0.748)}.printStatusWrapper .statusLabel{padding-top:3px;font-size:0.75rem;padding-left:6px}

