div.AOL-Error-page-container{height:calc(100vh - 4.5rem - 3.5rem - 6rem)}div.AOL-Error-page-container p.AOL-Error-page-title{margin-top:2.5rem}div.AOL-Error-page-container p.AOL-Error-page-subtitle{margin:1.5rem 0 2rem}div.AOL-Error-page-container button.AOL-Error-page-retry-button{width:13.125rem}div.AOL-Error-page-container .AOL-Error-page-retry-button-padding{padding-top:1rem}div.AOL-Error-page-container .AOL-Error-page-p{margin-top:1rem;margin-bottom:1rem}html{height:100%;width:100%}.AOL-errors-500,html{background-color:#fafafa}.AOL-errors-500{padding-top:6.875rem;padding-left:8rem;flex-grow:0;max-width:45%;flex-basis:45%}.AOL-errors-500-http{padding-top:3rem}.AOL-errors-500-title{padding-top:1.5rem;padding-bottom:1.5rem}.AOL-errors-500-button{padding-top:2rem}.AOL-errors-500-button-style{width:18rem}.AOL-errors-500-foot{padding-top:3.5rem;padding-bottom:1.5rem}.AOL-errors-500-foot-contact{padding-left:1rem;padding-top:.2rem}.AOL-errors-500-foot-contact-padding{padding-top:.5rem}.AOL-errors-500-image{padding-top:6.875rem;padding-left:7rem}.admin-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);display:flex;justify-content:center;align-items:flex-start;padding:2rem 1rem;font-family:Poppins,sans-serif}.admin-container{background:#fff;border-radius:12px;box-shadow:0 4px 24px rgba(0,0,0,.08);max-width:720px;width:100%;padding:2.5rem}.admin-header{text-align:center;margin-bottom:2rem}.admin-header-logo{width:140px;margin-bottom:1rem}.admin-header-title{font-size:1.5rem;font-weight:600;color:#1a1a2e;margin:0}.admin-header-subtitle{font-size:.875rem;color:#6c757d;margin-top:.25rem}.admin-stepper{display:flex;justify-content:center;gap:.5rem;margin-bottom:2rem}.admin-stepper-step{display:flex;align-items:center;gap:.5rem}.admin-stepper-step-number{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:600;background:#e9ecef;color:#6c757d;transition:all .3s ease}.admin-stepper-step-number.active{background:#4361ee;color:#fff}.admin-stepper-step-number.completed{background:#2ec4b6;color:#fff}.admin-stepper-step-label{font-size:.8rem;color:#6c757d;display:none}@media(min-width:600px){.admin-stepper-step-label{display:block}}.admin-stepper-step-label.active{color:#4361ee;font-weight:600}.admin-stepper-step-divider{width:40px;height:2px;background:#e9ecef;margin:0 .25rem}.admin-stepper-step-divider.completed{background:#2ec4b6}.admin-form-section{margin-bottom:1.5rem}.admin-form-section-title{font-size:1rem;font-weight:600;color:#1a1a2e;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #f0f0f0}.admin-form-row{margin-bottom:.75rem}.admin-form-actions{display:flex;justify-content:space-between;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #f0f0f0}.admin-upload-zone{border:2px dashed #ccc;border-radius:8px;padding:2rem;text-align:center;cursor:pointer;transition:all .3s ease}.admin-upload-zone:hover{border-color:#4361ee;background:#f8f9ff}.admin-upload-zone.has-file{border-color:#2ec4b6;background:#f0faf9}.admin-upload-zone-icon{font-size:2.5rem;color:#6c757d;margin-bottom:.5rem}.admin-upload-zone-text{font-size:.875rem;color:#6c757d}.admin-upload-zone-filename{font-size:.875rem;font-weight:600;color:#2ec4b6;margin-top:.5rem}.admin-upload-zone input[type=file]{display:none}.admin-success{text-align:center;padding:2rem 0}.admin-success-icon{font-size:4rem;color:#2ec4b6;margin-bottom:1rem}.admin-success-title{font-size:1.25rem;font-weight:600;color:#1a1a2e;margin-bottom:.5rem}.admin-success-detail{font-size:.875rem;color:#6c757d;margin-bottom:.25rem}.admin-error{background:#fff5f5;border:1px solid #fc8181;border-radius:8px;padding:1rem;margin-bottom:1rem}.admin-error-text{font-size:.875rem;color:#c53030}.admin-invalid{text-align:center;padding:4rem 2rem}.admin-invalid-title{font-size:1.5rem;font-weight:600;color:#c53030}.admin-invalid-text{font-size:1rem;color:#6c757d;margin-top:.5rem}.admin-loading{display:flex;flex-direction:column;align-items:center;padding:2rem 0}.admin-loading-text{font-size:.875rem;color:#6c757d;margin-top:1rem}.admin-org-card{border:1px solid #e9ecef;border-radius:8px;margin-bottom:1rem;overflow:hidden;transition:box-shadow .2s ease}.admin-org-card:hover{box-shadow:0 2px 12px rgba(0,0,0,.06)}.admin-org-card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;background:#f8f9fa;border-bottom:1px solid #e9ecef}.admin-org-card-name{font-size:1rem;font-weight:600;color:#1a1a2e;margin:0}.admin-org-card-id{font-size:.75rem;color:#6c757d;margin:.125rem 0 0}.admin-org-card-body{padding:.75rem 1.25rem;display:flex;flex-wrap:wrap;gap:.5rem 2rem}.admin-org-card-field{font-size:.8rem;color:#495057}.admin-org-card-label{font-weight:600;color:#6c757d;margin-right:.25rem}.admin-org-card-stats{display:flex;gap:1.5rem;padding:0 1.25rem .75rem}.admin-org-card-stat{display:flex;align-items:center;gap:.25rem;font-size:.8rem}.admin-org-card-stat-value{font-weight:700;color:#4361ee}.admin-org-card-stat-label{color:#6c757d}.admin-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem}.admin-modal{background:#fff;border-radius:12px;padding:2rem;max-width:560px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px rgba(0,0,0,.15)}.admin-modal-title{font-size:1.25rem;font-weight:600;color:#1a1a2e;margin:0}.admin-modal-subtitle{font-size:.875rem;color:#6c757d;margin:.25rem 0 0}.admin-success-inline{background:#f0faf9;border:1px solid #2ec4b6;border-radius:8px;padding:.75rem 1rem;margin-top:1rem}.admin-success-inline p{font-size:.875rem;color:#0d6956;margin:0}.AOL-contracts-profile-header button,.AOL-contracts-profile-header div.ui-Icon-wrapper{margin-right:1rem}.ui-Tabs{position:absolute;padding-left:4.5rem;z-index:2701;bottom:0}.ui-Tabs input{display:none}.ui-Tabs input:checked+label{border-bottom:4px solid #8338ea}.ui-Tabs label{display:block;float:left;margin-right:2rem;cursor:pointer;padding-bottom:1rem}.AOL-profile-hero,.AOL-profile-hero-cover,.AOL-profile-hero-image{height:17.5rem;width:100%}.AOL-profile-hero{position:relative}.AOL-profile-hero-cover{position:absolute;background:#5a00aa;z-index:2500;opacity:.0999;mix-blend-mode:multiply}.AOL-profile-hero-image{position:absolute;background-image:url(/images/Propietarios/Fondo.svg);background-size:100%;background-position:bottom}.AOL-profile-hero-info{position:absolute;padding:4.75rem 4.5rem 3.5rem;z-index:2700;height:80%}.AOL-profile-hero-info-name{padding-bottom:1rem}.AOL-profile-hero-info-amount{padding-left:1rem;height:2rem;display:grid;place-items:center}div.AOL-update-contract-commissions-and-due-days p.AOL-update-contract-commissions-and-due-days-titles{margin:1rem 0}div.AOL-update-contract-commissions-and-due-days div.AOL-new-contract-footer-container{margin-bottom:1.5rem;margin-top:1.5rem}div.AOL-update-contract-commissions-and-due-days div.AOL-new-contract-footer-container button.AOL-new-contract-footer-container-save-button{margin-right:5rem}.AOL-contract-profile-info-adjustments-table tr:last-child td{border-bottom:none!important;padding-bottom:0!important}.AOL-contract-profile-info-percentages-container{border-top:none!important;min-height:0!important}.AOL-contract-profile-info-percentages-container-expanded{margin-top:2rem;padding-bottom:2rem!important}.AOL-contract-profile-info-percentages-card{padding:0 1rem!important}div.AOL-new-contract-footer-container{margin-bottom:1.5rem;margin-top:1.5rem}div.AOL-new-contract-footer-container button.AOL-new-contract-footer-container-save-button{margin-right:5rem}.AOL-billings-new-receipt-card{margin-top:2.5rem}.AOL-billings-new-receipt-card-container{padding:0 1rem}.AOL-billings-new-receipt-card-calendar{margin-right:1rem}.AOL-billings-new-receipt-amount{text-align:right}.AOL-billings-new-receipt-table-title{margin-bottom:1.5rem}.AOL-billings-new-receipt-body-item{margin-bottom:2.5rem}.cancel-payment-second-stepper-typography,.cancel-payment-third-stepper-typography{align-items:center;margin-top:1.5rem!important}.AOL-listings-billing-detail-label>div{flex-direction:row-reverse}.AOL-listings-billing-detail-footer{padding:1.5rem 3rem}.AOL-settlements-new-receipt-concepts{margin-bottom:2.5rem}.AOL-settlements-new-receipt-concepts-card{margin-bottom:2rem}.AOL-settlements-new-receipt-concepts-card-container{padding:0 1rem}.AOL-settlements-new-receipt-concepts-amount{text-align:right}.AOL-settlements-new-receipt-concepts-info{margin-left:1rem}.AOL-contracts-profile-periods-menu-divider{margin:0 1rem!important}.AOL-contracts-profile-periods-card{padding:0 1rem!important}.AOL-contracts-profile-periods-table{padding:0 1rem;margin-top:1.5rem}p.AOL-Account-stepper-label{margin-left:1rem}button.AOL-Account-stepper-template-button{width:26rem}button.AOL-Account-stepper-template-button.first{margin-bottom:1.5rem}.AOL-accounts-hero,.AOL-accounts-hero-cover,.AOL-accounts-hero-image,.AOL-accounts-hero-info{height:17.5rem;width:100%}.AOL-accounts-hero{position:relative}.AOL-accounts-hero .AOL-accounts-hero-cover{position:absolute;background:#5a00aa;z-index:2500;opacity:.999;mix-blend-mode:multiply}.AOL-accounts-hero .AOL-accounts-hero-image{position:absolute;background-image:url(/images/Heroes/AccountsHero.svg);background-size:100%;background-position:bottom;filter:grayscale(1)}.AOL-accounts-hero .AOL-accounts-hero-info{padding:3.5rem 4.5rem;position:absolute;z-index:2700}.AOL-accounts-hero .AOL-accounts-hero-info .AOL-accounts-separated-amounts{margin-top:1.5rem}.AOL-accounts-hero .AOL-accounts-hero-info .AOL-accounts-separated-amounts .AOL-separated-amounts-container:first-of-type{margin-bottom:1rem}.AOL-accounts-hero .AOL-accounts-hero-info .AOL-accounts-separated-amounts .AOL-separated-amounts-container .AOL-separated-amounts-data{margin-left:1rem}html{font-size:100%}div.ui-Receipt-container{font-size:80%}body{margin:0}body * ::-webkit-scrollbar{width:1rem;overflow-y:hidden}body * ::-webkit-scrollbar-thumb{border-right:.5rem solid transparent;background-clip:padding-box;background-color:#7987a4;padding-top:5px;padding-right:5px;max-height:100px}body input::-webkit-inner-spin-button,body input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}body input[type=number]{-moz-appearance:textfield}@media print{@page{margin:2rem 0}html{font-size:65%}body{padding:3.5rem 8rem}div.ui-Icon-wrapper svg{top:-11%;left:-8%;transform:scale(.7)}div.ui-Footer-component{position:fixed!important;padding:0 8rem}}div.AOL-Accounts-section-container{margin-bottom:4rem;width:100%}div.AOL-Accounts-section-container p.AOL-accounts-pagination-title{margin-bottom:3rem}div.AOL-Accounts-section-container div.ui-Card-item-container{height:4.4rem}div.AOL-Account-stepper-indicators-container{height:1.5rem;position:relative;right:.5rem;margin-bottom:1.5rem}div.AOL-Account-stepper-indicator{width:.5rem;height:.5rem;border-radius:.5rem}p.AOL-Account-stepper-type-label{margin-bottom:1.5rem}div.AOL-Account-stepper-footer{width:100%;padding:1.5rem 3rem;height:6rem;border-top:1px solid #d7dbf1}span.AOL-my-account-section-delete-account,span.AOL-transactions-table-delete-button{color:#ec3b3b}span.AOL-my-account-section-delete-account:hover,span.AOL-transactions-table-delete-button:hover{color:#b20013}.AOL-transactions-modal-buttons{margin-top:2.5rem}.AOL-guarantors-new-step-indicator{width:.5rem;height:.5rem;border-radius:.5rem;margin-right:.5rem}.AOL-guarantors-new-step-indicator-container{padding-top:.5rem;height:1.5rem;padding-bottom:3rem}.AOL-guarantors-new-address{margin-bottom:0!important}.AOL-guarantors-new-footer{width:100%;height:6rem;border-top:1px solid #d7dbf1}.AOL-guarantors-new-footer,.AOL-guarantors-new-success-footer{padding:1.5rem 3rem!important}.AOL-guarantors-new-success-footer button{width:100%}.AOL-guarantors-new-success-footer button.first{margin-bottom:1.5rem}.AOL-guarantors-hero,.AOL-guarantors-hero-cover,.AOL-guarantors-hero-image{height:17.5rem;width:100%}.AOL-guarantors-hero{position:relative}.AOL-guarantors-hero-cover{position:absolute;background:#10151f;z-index:2500;opacity:.0999;mix-blend-mode:multiply}.AOL-guarantors-hero-image{position:absolute;background-image:url(/images/Propietarios/Fondo.svg);background-size:100%;background-position:bottom}.AOL-guarantors-hero-info{height:80%;position:absolute;padding:4.75rem 4.5rem 3.5rem;z-index:2700}.AOL-guarantors-hero-info-name{padding-bottom:1rem;display:flex;align-items:center}.AOL-guarantors-hero-tabs{position:absolute;padding-left:4.5rem;z-index:2701;bottom:0}.AOL-guarantors-hero-tabs input{display:none}.AOL-guarantors-hero-tabs input:checked+label{border-bottom:4px solid #8338ea}.AOL-guarantors-hero-tabs label{display:block;float:left;margin-right:2rem;cursor:pointer;padding-bottom:1rem}.AOL-scoring-search{padding:1rem 0 1.5rem}.AOL-scoring-search-description{margin-bottom:1.5rem}.AOL-scoring-search-input-row{display:flex;align-items:flex-start;gap:1rem}.AOL-scoring-search-input-row .ui-CuitInput{flex:1}.AOL-scoring-search-input-row .AOL-scoring-search-btn{margin-top:1.4rem}.AOL-scoring-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4rem 0;gap:1.5rem}.AOL-scoring-loading-text{letter-spacing:.15rem}.AOL-scoring-loading-dots{display:flex;gap:.4rem}.AOL-scoring-loading-dots span{width:6px;height:6px;border-radius:50%;background:#8338ea;animation:scoringDotPulse 1.2s ease-in-out infinite}.AOL-scoring-loading-dots span:nth-child(2){animation-delay:.2s}.AOL-scoring-loading-dots span:nth-child(3){animation-delay:.4s}.AOL-scoring-error{flex-direction:column;padding:3rem 0;gap:1rem;text-align:center}.AOL-scoring-error,.AOL-scoring-error-icon{display:flex;align-items:center;justify-content:center}.AOL-scoring-error-icon{width:3rem;height:3rem;border-radius:50%;background:rgba(236,59,59,.1)}.AOL-scoring-error-icon svg{width:1.5rem;height:1.5rem;color:#ec3b3b}.AOL-scoring-error-retry{margin-top:.5rem}.AOL-scoring-results{padding-bottom:2rem}.AOL-scoring-person{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;margin-bottom:.5rem;border-bottom:1px solid #d7dbf1}.AOL-scoring-score-card{background:#f5f6fc;border-radius:1rem;padding:1.5rem;margin-bottom:1.5rem;position:relative;overflow:hidden}.AOL-scoring-score-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;border-radius:1rem 1rem 0 0}.AOL-scoring-score-card.excellent:before{background:#25b889}.AOL-scoring-score-card.good:before{background:#22d3ee}.AOL-scoring-score-card.fair:before{background:#e4a824}.AOL-scoring-score-card.poor:before{background:#f97316}.AOL-scoring-score-card.critical:before{background:#ec3b3b}.AOL-scoring-score-card-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.AOL-scoring-score-card-display{display:flex;align-items:baseline;gap:.25rem}.AOL-scoring-score-card-number{font-size:2.5rem;font-weight:700;line-height:1}.AOL-scoring-score-card-number.excellent{color:#25b889}.AOL-scoring-score-card-number.good{color:#22d3ee}.AOL-scoring-score-card-number.fair{color:#e4a824}.AOL-scoring-score-card-number.poor{color:#f97316}.AOL-scoring-score-card-number.critical{color:#ec3b3b}.AOL-scoring-score-card-max{font-size:1rem;color:#7987a4}.AOL-scoring-score-card-gauge{height:8px;background:#d7dbf1;border-radius:4px;overflow:hidden;margin:1rem 0}.AOL-scoring-score-card-gauge-fill{height:100%;border-radius:4px;transition:width 1.5s cubic-bezier(.4,0,.2,1)}.AOL-scoring-score-card-gauge-fill.excellent{background:linear-gradient(90deg,#25b889,#65eab8)}.AOL-scoring-score-card-gauge-fill.good{background:linear-gradient(90deg,#22d3ee,#67e8f9)}.AOL-scoring-score-card-gauge-fill.fair{background:linear-gradient(90deg,#e4a824,#ffdd61)}.AOL-scoring-score-card-gauge-fill.poor{background:linear-gradient(90deg,#f97316,#fb923c)}.AOL-scoring-score-card-gauge-fill.critical{background:linear-gradient(90deg,#ec3b3b,#ff7266)}.AOL-scoring-score-card-description{display:flex;align-items:center;justify-content:space-between}.AOL-scoring-section{margin-bottom:1.5rem}.AOL-scoring-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #d7dbf1}.AOL-scoring-section-header-title{display:flex;align-items:center;gap:.5rem}.AOL-scoring-section-header-title svg{width:1.125rem;height:1.125rem;color:#8338ea}.AOL-scoring-debt-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e8f7}.AOL-scoring-debt-item:last-child{border-bottom:none}.AOL-scoring-debt-item-entity{flex:1;min-width:0;margin-right:1rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.AOL-scoring-debt-item-details{display:flex;align-items:center;gap:.75rem;flex-shrink:0}.AOL-scoring-status-badge{display:inline-flex;align-items:center;padding:.2rem .5rem;border-radius:.75rem;font-size:.625rem;font-weight:600;white-space:nowrap}.AOL-scoring-status-badge.sit-1{background:rgba(37,184,137,.12);color:#00865b}.AOL-scoring-status-badge.sit-2{background:rgba(34,211,238,.12);color:#0891b2}.AOL-scoring-status-badge.sit-3{background:rgba(228,168,36,.12);color:#cd9721}.AOL-scoring-status-badge.sit-4{background:rgba(249,115,22,.12);color:#c2410c}.AOL-scoring-status-badge.sit-5{background:rgba(236,59,59,.12);color:#b20013}.AOL-scoring-risk-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.AOL-scoring-risk-item{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:.5rem;background:#f5f6fc}.AOL-scoring-risk-item-icon{width:1.25rem;height:1.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.AOL-scoring-risk-item-icon svg{width:.75rem;height:.75rem}.AOL-scoring-risk-item-icon.positive{background:rgba(37,184,137,.15);color:#25b889}.AOL-scoring-risk-item-icon.negative{background:rgba(236,59,59,.15);color:#ec3b3b}.AOL-scoring-history-timeline{display:flex;gap:2px;height:2.5rem;align-items:flex-end}.AOL-scoring-history-bar{flex:1;border-radius:2px 2px 0 0;min-width:4px;cursor:default;transition:opacity .2s;position:relative}.AOL-scoring-history-bar:hover{opacity:.8}.AOL-scoring-history-bar.sit-1{background:#25b889;height:20%}.AOL-scoring-history-bar.sit-2{background:#22d3ee;height:40%}.AOL-scoring-history-bar.sit-3{background:#e4a824;height:60%}.AOL-scoring-history-bar.sit-4{background:#f97316;height:80%}.AOL-scoring-history-bar.sit-5{background:#ec3b3b;height:100%}.AOL-scoring-history-bar.sit-0{background:#d7dbf1;height:10%}.AOL-scoring-history-legend{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:.75rem}.AOL-scoring-history-legend-item{display:flex;align-items:center;gap:.35rem}.AOL-scoring-history-legend-color{width:8px;height:8px;border-radius:2px;flex-shrink:0}.AOL-scoring-cheque-item{padding:.75rem 0;border-bottom:1px solid #e5e8f7}.AOL-scoring-cheque-item:last-child{border-bottom:none}.AOL-scoring-cheque-item-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.35rem}.AOL-scoring-cheque-item-details{display:flex;flex-wrap:wrap;gap:.5rem 1rem}.AOL-scoring-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;color:#7987a4}.AOL-scoring-empty-state svg{width:1.5rem;height:1.5rem;margin-bottom:.5rem;color:#25b889}.AOL-scoring-partial-warning{background:rgba(228,168,36,.08);border:1px solid rgba(228,168,36,.3);border-radius:.5rem;padding:.75rem 1rem;margin-bottom:1.5rem}.AOL-scoring-disclaimer{text-align:center;padding:1rem 0;border-top:1px solid #d7dbf1;margin-top:.5rem}@keyframes scoringDotPulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.AOL-guarantors-profile-info{padding-bottom:3.5rem}.AOL-guarantors-profile-info-table{min-width:37.5rem;width:unset!important}.AOL-guarantors-profile-info-table td,.AOL-guarantors-profile-info-table th{padding-left:0;padding-right:0}.AOL-guarantors-profile-info-table th{padding-bottom:2rem}.AOL-guarantors-profile-info-text{display:grid;place-items:center}.AOL-guarantors-profile-info-cell{display:flex;justify-content:flex-end}.AOL-guarantors-profile-info-star{margin-left:.5rem}.AOL-guarantors-profile-info-edit{float:right}.AOL-guarantors-profile-banks-header th{border-bottom:0}.AOL-guarantors-profile-banks-icon{margin-left:1rem;margin-right:1rem}.AOL-guarantors-profile-banks-card{width:37.5rem!important;margin-bottom:1rem}.AOL-guarantors-profile-banks-card-info{display:flex}.AOL-guarantors-profile-banks-card-star{margin-right:1rem}div.AOL-listings-edit-footer{width:100%;padding:1.5rem 3rem;height:6rem;border-top:1px solid #d7dbf1}div.AOL-listings-edit-footer.AOL-listings-edit-footer-success{border-top:none;height:auto}div.AOL-listings-edit-footer.AOL-listings-edit-footer-success button{width:100%!important}div.AOL-listings-edit-footer.AOL-listings-edit-footer-success button.first:first-of-type{margin-bottom:1.5rem}div.AOL-listings-edit-input-left{margin-right:1rem!important}div.AOL-listings-edit-input-right{margin-left:1rem!important}.AOL-propietors-profile-info-accounts-delete{justify-content:flex-end!important}.AOL-tenants-profile-info-footer{width:100%;padding:1.5rem 3rem;height:6rem;border-top:1px solid #d7dbf1}.AOL-tenants-profile-info{padding-bottom:3.5rem}.AOL-tenants-profile-info-table{width:37.5rem!important}.AOL-tenants-profile-info-table td,.AOL-tenants-profile-info-table th{padding-left:0;padding-right:0}.AOL-tenants-profile-info-table th{padding-bottom:2rem}.AOL-tenants-profile-info-text{display:grid;place-items:center}.AOL-tenants-profile-info-cell{display:flex;justify-content:flex-end}.AOL-tenants-profile-info-star{margin-left:.5rem}.AOL-tenants-profile-info-edit{float:right}.AOL-tenants-profile-banks-header th{border-bottom:0}.AOL-tenants-profile-banks-icon{margin-left:1rem;margin-right:1rem}.AOL-tenants-profile-banks-card{width:37.5rem!important;margin-bottom:1rem}.AOL-tenants-profile-banks-card-info{display:flex}.AOL-tenants-profile-banks-card-star{margin-right:1rem}div.AOL-ChoosePropertiesToSettle-search-and-checkbox,div.AOL-ChoosePropertiesToSettle-title{margin-top:2rem}div.AOL-ChoosePropertiesToSettle-cards-item-header-Checkbox,div.AOL-ChoosePropertiesToSettle-cards-item-header-Icon{width:5%}div.AOL-ChoosePropertiesToSettle-cards-item-header-Property{width:60%}div.AOL-ChoosePropertiesToSettle-cards-item-header-Amount{width:30%;padding-right:1rem}div.AOL-ChoosePropertiesToSettle-cards-item-table td,div.AOL-ChoosePropertiesToSettle-cards-item-table tr{padding:0!important}div.AOL-ChoosePropertiesToSettle-cards-item-table-custom-row{margin-left:1rem}div.AOL-ChoosePropertiesToSettle-cards-item-table-custom-row td{margin-right:2rem}div.AOL-ChoosePropertiesToSettle-cards-item{margin-bottom:2rem}div.AOL-New-detail-form-footer{width:100%;padding:1.5rem 3rem;height:6rem;border-top:1px solid #d7dbf1}div.AOL-New-detail-form-footer button.AOL-New-concept-form-button{width:12rem}div.AOL-New-detail-form-footer button.AOL-New-concept-template-button{width:100%}div.AOL-checkbox-style{transform:translateX(-1rem);margin-bottom:1.5rem}div.AOL-imputation-container p.AOL-typography-style{margin-bottom:2rem}div.AOL-imputation-container div.AOL-propietor-select-imputation{margin-bottom:6rem}div.AOL-card-item-style{margin-bottom:1rem}div.AOL-PeriodDetailDrawer-CardItem{margin:.3rem 0}div.AOL-PeriodDetailDrawer-CardItem-Header{padding:.75rem}div.AOL-PeriodDetailDrawer-CardItem-Collapsed-Content{padding:1rem}div.AOL-PeriodDetailDrawer-CardItem-Collapsed-Content button{margin:0 .5rem}div.AOL-ViewLastPeriodsDrawer-CardItem{margin:.3rem 0}div.AOL-ViewLastPeriodsDrawer-CardItem-Header{padding:.75rem}div.AOL-ViewLastPeriodsDrawer-CardItem-Collapsed-Content{padding:1rem}div.AOL-ViewLastPeriodsDrawer-CardItem-Collapsed-Content button{margin:.5rem}div.AOL-ViewLastPeriodsDrawer-CardItem-Collapsed-Content-Item{margin:.75rem 0}div.AOL-ChooseProperties-ExternalDetails-EmptyState{margin:1.5rem 0;align-items:center;justify-content:center;padding:3.25rem 0;text-align:center;border-radius:1rem;border-style:dashed;border-color:#68758e}div.AOL-SettlementHeroData{width:100%}div.AOL-SettlementHeroData div:nth-child(1n){margin:.5rem 1rem 0 0}div.AOL-SettlementHeader button.AOL-SettlementHeader-BackButton{margin-right:2rem}div.AOL-SettlementHeader p.AOL-SettlementHeader-Propietor{margin-left:.5rem}div.AOL-SettlementHeader-PreviewReceipt{text-align:right}div.AOL-ChoosePaymentMethodStep-container svg.AOL-Total-Settle-Right-Icon{background-color:#ff7266;border-radius:.37rem;margin-right:1rem}div.AOL-ChoosePaymentMethodStep-container div.AOL-Settle-Divider-Line{margin-top:2rem;margin-bottom:1.5rem}div.AOL-ChoosePaymentMethodStep-container div.AOL-Select-Payment-Method{width:100%}div.AOL-ChoosePaymentMethodStep-container div.AOL-Select-Payment-Method div.AOL-Select-Payment-Method-Card{margin-bottom:1.5rem;background-color:#e5e8f7;border-radius:1rem;height:4.5rem}div.AOL-ChoosePaymentMethodStep-container div.AOL-Select-Payment-Method div.AOL-Select-Payment-Method-Card div.AOL-Payment-Method-Radio-Button{padding:1rem;width:8%}div.AOL-ChoosePaymentMethodStep-container div.AOL-Select-Payment-Method div.AOL-Select-Payment-Method-Card div.AOL-Payment-Method-Icon{padding-top:1rem;padding-bottom:1rem;width:7%}div.AOL-ChoosePaymentMethodStep-container div.AOL-Select-Payment-Method div.AOL-Select-Payment-Method-Card div.AOL-Payment-Method-Text{padding:1rem;width:75%}div.AOL-ChoosePaymentMethodStep-container div.AOL-Select-Payment-Method div.AOL-Select-Payment-Method-Card div.AOL-Payment-Method-Info{width:10%;padding:1.5rem 1rem}div.AOL-Modal-Payment-Info p.AOL-Modal-Text{margin-bottom:2rem;font-weight:400}div.AOL-Modal-Payment-Info div.AOL-Modal-Properties-Info,div.AOL-Modal-Payment-Info div.AOL-Modal-Propietor-Info,div.AOL-Modal-Payment-Info div.AOL-Modal-TotalToSettle-Info{margin-bottom:1.5rem}.AOL-properties-hero,.AOL-properties-hero-cover,.AOL-properties-hero-image{height:17.5rem;width:100%}.AOL-properties-hero{position:relative}.AOL-properties-hero-cover{position:absolute;background:#10151f;z-index:2500;opacity:.0999;mix-blend-mode:multiply}.AOL-properties-hero-image{position:absolute;background-image:url(/images/Propietarios/Fondo.svg);background-size:100%;background-position:bottom}.AOL-properties-hero-info{position:absolute;padding:4.75rem 4.5rem 3.5rem;z-index:2700;height:80%}.AOL-properties-hero-info-name{padding-bottom:1rem}.AOL-properties-hero-info-amount{padding-left:1rem;height:2rem;display:grid;place-items:center}.AOL-properties-hero-tabs{position:absolute;padding-left:4.5rem;z-index:2701;bottom:0}.AOL-properties-hero-tabs input{display:none}.AOL-properties-hero-tabs input:checked+label{border-bottom:4px solid #8338ea}.AOL-properties-hero-tabs label{display:block;float:left;margin-right:2rem;cursor:pointer;padding-bottom:1rem}.AOL-listings-edit-input-left{margin-right:.5rem}.AOL-listings-edit-input-right{margin-left:.5rem}div.AOL-properties-new-footer{width:100%;padding:1.5rem 3rem;height:6rem;border-top:1px solid #d7dbf1}div.AOL-properties-new.template-footer{border-top:none;height:auto}div.AOL-properties-new.template-footer button{width:100%}div.AOL-properties-new.template-footer button.first{margin-bottom:1.5rem}.AOL-properties-profile-info{padding-bottom:3.5rem}.AOL-properties-profile-info-table{width:37.5rem!important}.AOL-properties-profile-info-table td,.AOL-properties-profile-info-table th{padding-left:0;padding-right:0}.AOL-properties-profile-info-table th{padding-bottom:2rem}.AOL-properties-profile-info-text{display:grid;place-items:center}.AOL-properties-profile-info-cell{display:flex;justify-content:flex-end}.AOL-properties-profile-info-star{margin-left:.5rem}.AOL-properties-profile-info-edit{float:right}.AOL-properties-profile-banks-header th{border-bottom:0}.AOL-properties-profile-banks-icon{margin-left:1rem;margin-right:1rem}.AOL-properties-profile-banks-card{width:37.5rem!important;margin-bottom:1rem}.AOL-properties-profile-banks-card-info{display:flex}.AOL-properties-profile-banks-card-star{margin-right:1rem}.AOL-listings-contracts-card{padding-left:1rem!important;padding-right:1rem!important}.AOL-listings-contracts-card table{margin-top:1.25rem!important;margin-bottom:-.5rem!important}.AOL-listings-contracts-card table tr:last-child td{border-bottom:unset}.AOL-listings-contracts-header{padding-left:0!important;border-bottom:0!important}.AOL-listings-contracts-info{display:flex;flex-direction:row;margin-left:auto}.AOL-listings-contracts-icon{margin-left:1rem;margin-right:1rem}.AOL-listings-contracts-menu-button{padding-right:1rem}.ui-propietors-header button,.ui-propietors-header div.ui-Icon-wrapper{margin-right:1rem}.AOL-propietors-hero,.AOL-propietors-hero-cover,.AOL-propietors-hero-image{height:17.5rem;width:100%}.AOL-propietors-hero{position:relative}.AOL-propietors-hero-cover{position:absolute;background:#10151f;z-index:2500;opacity:.0999;mix-blend-mode:multiply}.AOL-propietors-hero-image{position:absolute;background-image:url(/images/Propietarios/Fondo.svg);background-size:100%;background-position:bottom}.AOL-propietors-hero-info{position:absolute;padding:4.75rem 4.5rem 3.5rem;z-index:2700}.AOL-propietors-hero-info-name{padding-bottom:1rem}.AOL-propietors-hero-info-amount{padding-left:1rem;height:2rem;display:grid;place-items:center}.AOL-propietors-hero-tabs{position:absolute;padding-left:4.5rem;z-index:2701;bottom:0}.AOL-propietors-hero-tabs input{display:none}.AOL-propietors-hero-tabs input:checked+label{border-bottom:4px solid #8338ea}.AOL-propietors-hero-tabs label{display:block;float:left;margin-right:2rem;cursor:pointer;padding-bottom:1rem}.AOL-propietors-profile-info-personal-email-input,.AOL-propietors-profile-info-personal-phone-input{height:100%!important;padding:.75rem 0}.AOL-propietors-profile-info-personal-email button,.AOL-propietors-profile-info-personal-phone button{justify-content:center}.AOL-propietors-profile-info-accounts-default{padding-right:.5rem}.AOL-propietors-profile-info-accounts-single{padding-top:1rem}.AOL-propietors-profile-info-accounts-divider{margin-top:1rem!important}.AOL-propietors-profile-info{padding-bottom:3.5rem}.AOL-propietors-profile-info-table{width:37.5rem!important}.AOL-propietors-profile-info-table td,.AOL-propietors-profile-info-table th{padding-left:0;padding-right:0}.AOL-propietors-profile-info-table th{padding-bottom:2rem}.AOL-propietors-profile-info-text{display:grid;place-items:center}.AOL-propietors-profile-info-cell{display:flex;justify-content:flex-end}.AOL-propietors-profile-info-star{margin-left:.5rem}.AOL-propietors-profile-info-edit{float:right}.AOL-propietors-profile-banks-header th{border-bottom:0}.AOL-propietors-profile-banks-icon{margin-left:1rem;margin-right:1rem}.AOL-propietors-profile-banks-card{width:37.5rem!important;margin-bottom:1rem}.AOL-propietors-profile-banks-card-info{display:flex}.AOL-propietors-profile-banks-card-star{margin-right:1rem}div.ui-Sidedrawer-paper-component div.ui-Sidedrawer-content .ui-Sidedrawer-children.with-footer.AOL-detail-drawer-children{height:calc(100% - 16rem)}.AOL-transactions-detail-table td{padding-left:0;padding-right:0}.AOL-transactions-detail-table td svg{margin-left:.5rem;margin-right:0}.AOL-transactions-detail-table td button{padding:0!important;min-width:0;justify-content:flex-end!important}.AOL-transactions-detail-footer{display:flex;flex-direction:column;gap:1.5rem;width:100%;padding:1.5rem 3rem;height:12rem;border-top:1px solid #d7dbf1}.AOL-Session-background{background:url(/images/Login-AOL.svg) bottom/cover no-repeat;background-position:bottom -50px;height:100vh;width:100vw;position:fixed}.AOL-Session-background-right{position:relative;z-index:2000;width:35%;background-color:#fff;height:100%;min-height:100vh;overflow-y:auto}#AOL-Session-centered-background-image{position:fixed;min-height:100vh}.AOL-Session-logo-image-position{margin:3rem 5rem}.AOL-Session-main-login-frame{margin:0 5rem}.AOL-Session-login-forms{margin-top:2rem}.AOL-Session-login-margin{margin-top:1.5rem}.AOL-Session-login-recovery-margin{margin-top:2rem}.AOL-Session-login-recovery-margin button{margin-bottom:8rem}.AOL-Session-login-margin-change{margin-left:1rem}.AOL-Session-login-btn{width:100%}.AOL-Session-recovery-margin{margin-left:1rem}.AOL-Session-recovery-btn{width:100%}.AOL-Session-Error-msg{margin-top:.5rem;white-space:nowrap}.AOL-Session-login-margin-password-change{margin-bottom:.5rem}.AOL-Session-login-Zlogo{display:flex;position:absolute;bottom:2rem;left:5rem}.AOL-Session-login-Ztxt{padding-left:1rem}@font-face{font-family:Poppins;font-style:normal;font-weight:400;src:url(/fonts/poppins-v15-latin-regular.eot);src:local(""),url(/fonts/poppins-v15-latin-regular.eot?#iefix) format("embedded-opentype"),url(/fonts/poppins-v15-latin-regular.woff2) format("woff2"),url(/fonts/poppins-v15-latin-regular.woff) format("woff"),url(/fonts/poppins-v15-latin-regular.ttf) format("truetype"),url(/fonts/poppins-v15-latin-regular.svg#Poppins) format("svg")}@font-face{font-family:Poppins;font-style:normal;font-weight:600;src:url(/fonts/poppins-v15-latin-600.eot);src:local(""),url(/fonts/poppins-v15-latin-600.eot?#iefix) format("embedded-opentype"),url(/fonts/poppins-v15-latin-600.woff2) format("woff2"),url(/fonts/poppins-v15-latin-600.woff) format("woff"),url(/fonts/poppins-v15-latin-600.ttf) format("truetype"),url(/fonts/poppins-v15-latin-600.svg#Poppins) format("svg")}body,html{font-size:100%;margin:0}body{background-color:#fafafa;overflow-x:hidden}body::-webkit-scrollbar{width:.5rem;overflow-y:hidden}body::-webkit-scrollbar-thumb{border:.3rem solid #7987a4;border-radius:.5rem;padding-top:5px;padding-right:5px;max-height:100px}body *{font-family:Poppins}a,a:visited{color:#10151f}div.AOL-listings-edit-input-left{margin-right:.5rem}div.AOL-listings-edit-input-right{margin-left:.5rem}.AOL-properties-new-footer{width:100%;padding:1.5rem 3rem;height:6rem;border-top:1px solid #d7dbf1}.AOL-properties-new-footer.template-footer{border-top:none;height:auto}.AOL-properties-new-footer.template-footer button{width:100%}.AOL-properties-new-footer.template-footer button.first{margin-bottom:1.5rem}div.AOL-Empty-page-container{padding-top:3rem}div.AOL-Empty-page-container p.AOL-Empty-page-subtitle{margin:1.5rem 0 2rem}div.AOL-Empty-page-container p.AOL-Empty-page-title{margin-top:2rem}div.AOL-Empty-page-container button.AOL-Empty-page-retry-button{width:13.125rem;margin-bottom:1rem}div.AOL-update-contract-drawer{padding:1.5rem 0}div.AOL-update-contract-drawer div.AOL-parts-of-contract-title{margin-bottom:2rem}div.AOL-update-contract-drawer div.AOL-contract-status-title,div.AOL-update-contract-drawer div.AOL-duration-of-contract-title,div.AOL-update-contract-drawer div.AOL-maturities-quotes-commissions-title,div.AOL-update-contract-drawer div.AOL-send-notifications-title{margin-top:2rem;margin-bottom:2rem}div.AOL-update-contract-drawer div.AOL-send-notifications-checkboxs{background-color:#e5e8f7;border-radius:.5rem;padding:8px 16px;margin-bottom:1rem}.AOL-tenants-profile-info-accounts-default{padding-right:.5rem}.AOL-tenants-profile-info-accounts-single{padding-top:1rem}.AOL-tenants-profile-info-accounts-divider{margin-top:1rem!important}.AOL-tenants-new-step-indicator{width:.5rem;height:.5rem;border-radius:.5rem;margin-right:.5rem}.AOL-tenants-new-step-indicator-container{padding-top:.5rem;height:1.5rem;padding-bottom:3rem}.AOL-tenants-new-address{margin-bottom:0!important}.AOL-tenants-new-footer{width:100%;padding:1.5rem 3rem;height:6rem;border-top:1px solid #d7dbf1}.AOL-tenants-new-success-footer{padding:1.5rem 3rem!important}.AOL-tenants-new-success-footer button{width:100%}.AOL-tenants-new-success-footer button.first{margin-bottom:1.3rem}div.AOL-show-contract-periods-to-update p.AOL-show-contract-periods-to-update-title{margin-top:4rem;margin-bottom:2rem}div.AOL-show-contract-periods-to-update-detail{border-color:#e5e8f7;border-style:solid;border-bottom:0;border-left:0;border-right:0;padding:.5rem 0}div.AOL-show-contract-periods-to-update-detail-amount{text-align:end;background-color:#e5e8f7;border-radius:4px;padding:.5rem}div.AOL-extend-contract-drawer-footer{padding:1rem 3rem}.ui-Filters-label{white-space:nowrap!important;padding:0 1rem 0 0}.ui-Filters-footer-container{padding:2rem}.ui-Filters-input-container{position:relative;bottom:.2rem}.ui-Filters-input-container input{color:#10151f;font-weight:400;font-size:.875rem;line-height:1.2rem;outline:0;border:unset;border-bottom:1px solid #d7dbf1;width:inherit}.ui-Filters-input-container input:focus{border-bottom:1px solid #8338ea}div.ui-TextFilter{flex-wrap:nowrap;height:3rem;align-items:flex-start}div.ui-TextFilter div.ui-Filters-input-container{width:100%}div.ui-TextFilter div.ui-Filters-input-container input{width:100%;padding:.25rem 0}div.ui-TextFilter div.ui-Filters-input-container input:hover{border-bottom:1px solid #bc65f1!important}div.ui-TextFilter div.ui-Filters-input-container input+fieldset{display:none}div.ui-DniFilter{flex-wrap:nowrap;height:3rem;align-items:flex-start}div.ui-DniFilter .ui-Filters-input-container{bottom:.4rem;padding:.25rem 0}div.ui-EmailFilter{flex-wrap:nowrap;height:3rem;align-items:flex-start}div.ui-EmailFilter div.ui-Filters-input-container{width:100%}div.ui-EmailFilter div.ui-Filters-input-container input{width:100%;padding:.25rem 0}div.ui-EmailFilter div.ui-Filters-input-container input:hover{border-bottom:1px solid #bc65f1!important}div.ui-EmailFilter div.ui-Filters-input-container input+fieldset{display:none}div.ui-PhoneFilter{flex-wrap:nowrap;height:3rem;align-items:flex-start}div.ui-PhoneFilter .ui-Filters-input-container{bottom:.4rem;padding:.25rem 0}div.ui-Filters-select-contanier{height:3rem;align-items:flex-start}div.ui-Filters-select-contanier div.ui-Filters-select__multi-value__label{color:#10151f;font-weight:400;font-size:.875rem;line-height:1.2rem}div.ui-Filters-select-container{height:3rem;align-items:flex-start}div.ui-Filters-select-container div.ui-Filters-select__multi-value__label{color:#10151f;font-weight:400;font-size:.875rem;line-height:1.2rem}div.ui-AmountFilter{flex-wrap:nowrap;height:3rem;align-items:flex-start}div.ui-AmountFilter .ui-Filters-input-container{bottom:.4rem;padding:.25rem 0}.ui-Filters-date{height:3rem;align-items:flex-start}.ui-Filters-date input{color:#10151f;font-weight:400;font-size:.875rem;line-height:1.2rem;border:unset;border-bottom:1px solid #d7dbf1;outline:0;width:inherit}.ui-Filters-date input:focus{border-bottom:1px solid #8338ea}.ui-Filters-date .react-datepicker-wrapper,.ui-Filters-date .react-datepicker__input-container{width:100%}.ui-Filters-date .error-border{box-shadow:none!important}.ui-Filters-date .react-datepicker-popper{z-index:3001}.ui-Filters-date .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle,.ui-Filters-date .react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-top-color:#fff;border-bottom-color:#fff}.ui-Filters-date .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.ui-Filters-date .react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{border-bottom-color:#d5d6dc}.ui-Filters-date .react-datepicker{border-radius:.5rem;box-shadow:0 2px 4px 0 #d5d6dc;border:none}.ui-Filters-date .react-datepicker .react-datepicker__month-container{width:14.5rem}.ui-Filters-date .react-datepicker .react-datepicker__header{background-color:#fff;border-bottom:none;padding-top:0;width:100%}.ui-Filters-date .react-datepicker .react-datepicker__header .react-datepicker__current-month{font-size:.75rem;font-weight:600;color:#10151f;line-height:1.25rem;padding:1rem}.ui-Filters-date .react-datepicker .react-datepicker__month{margin:0}.ui-Filters-date .react-datepicker .react-datepicker__month .react-datepicker__day{font-weight:400;outline:none}.ui-Filters-date .react-datepicker .react-datepicker__day-names,.ui-Filters-date .react-datepicker .react-datepicker__week{display:flex;justify-content:space-evenly}.ui-Filters-date .react-datepicker .react-datepicker__day-names .react-datepicker__day,.ui-Filters-date .react-datepicker .react-datepicker__day-names div.react-datepicker__day-name,.ui-Filters-date .react-datepicker .react-datepicker__week .react-datepicker__day,.ui-Filters-date .react-datepicker .react-datepicker__week div.react-datepicker__day-name{font-size:.687rem!important;color:#10151f;width:1.5rem;height:1.5rem;padding:0 .25rem .25rem;border-radius:5rem!important}.ui-Filters-date .react-datepicker .react-datepicker__day-names .react-datepicker__day.react-datepicker__day--today,.ui-Filters-date .react-datepicker .react-datepicker__week .react-datepicker__day.react-datepicker__day--today{background-color:#bcc6dc;color:#fff}.ui-Filters-date .react-datepicker .react-datepicker__day-names .react-datepicker__day:hover,.ui-Filters-date .react-datepicker .react-datepicker__week .react-datepicker__day:hover{cursor:pointer;background-color:#f0f0f0!important;color:#4c5a75}.ui-Filters-date .react-datepicker .react-datepicker__day-names .react-datepicker__day.react-datepicker__day--selected,.ui-Filters-date .react-datepicker .react-datepicker__week .react-datepicker__day.react-datepicker__day--selected{color:#fff;background-color:#151f2f}.ui-Filters-date .react-datepicker .react-datepicker__day-names .react-datepicker__day.react-datepicker__day--outside-month,.ui-Filters-date .react-datepicker .react-datepicker__week .react-datepicker__day.react-datepicker__day--outside-month{color:#bcc6dc}.ui-Filters-date .react-datepicker .react-datepicker__day-name{font-weight:600}.ui-Filters-date .react-datepicker .react-datepicker__navigation--next,.ui-Filters-date .react-datepicker .react-datepicker__navigation--previous{top:.9rem;padding:0 1rem;overflow:visible;border:none;height:1.5rem;margin:0}.ui-Filters-date .react-datepicker .react-datepicker__navigation--next:focus,.ui-Filters-date .react-datepicker .react-datepicker__navigation--previous:focus{outline:none}.ui-Filters-date .react-datepicker .react-datepicker__navigation--previous{background:url(/icons/Big-Left.svg) no-repeat 50%;left:.9rem;top:.7rem}.ui-Filters-date .react-datepicker .react-datepicker__navigation--previous--disabled{background:url(/icons/Big-Left-Disabled.svg) no-repeat 50%}.ui-Filters-date .react-datepicker .react-datepicker__navigation--next{background:url(/icons/Big-Right.svg) no-repeat 50%;right:.9rem;top:.7rem}.ui-Filters-date .react-datepicker .react-datepicker__navigation--next--disabled{background:url(/icons/Big-Right-Disabled.svg) no-repeat 50%}button.ui-Charge-Button{margin-right:1.5rem}p.AOL-Drawer-stepper-label{margin-left:1rem}div.AOL-Drawer-stepper-indicators-container{height:1.5rem;position:relative;right:.5rem;margin-bottom:1.5rem}div.AOL-Drawer-stepper-indicators-container div.AOL-Drawer-stepper-indicator{width:.5rem;height:.5rem;border-radius:.5rem}p.AOL-Drawer-stepper-type-label{margin-bottom:1.5rem}div.AOL-Drawer-stepper-footer{width:100%;padding:1.5rem 3rem;height:6rem;border-top:1px solid #d7dbf1}div.AOL-Drawer-stepper-footer button.AOL-Drawer-stepper-button{width:11.75rem}div.AOL-Drawer-stepper-footer button.AOL-Drawer-stepper-button.previous{justify-content:flex-start}span.AOL-transaction-form-stepper-dataToShow-item{color:#7987a4}button.AOL-Drawer-stepper-template-button{width:26rem}button.AOL-Drawer-stepper-template-button.first{margin-bottom:1.5rem}div.AOL-contracts-list-rescind-contract p.Typography-select-text-rescind{margin-bottom:1rem}div.AOL-contracts-list-rescind-contract p.Typography-info-text-rescind{margin-bottom:2rem}div.AOL-contracts-list-rescind-contract div.rescind-date-input{margin-bottom:2.5rem}div.AOL-contracts-list-delete-contract p.Typography-select-text-delete{margin-bottom:1rem}div.AOL-contracts-list-delete-contract p.Typography-info-text-delete{margin-bottom:2rem}div.AOL-change-propietor-drawer-footer{display:flex;flex-direction:column;gap:1.5rem;width:100%;padding:1.5rem 3rem;height:12rem;border-top:1px solid #d7dbf1}.AOL-propietors-profile-properties{overflow-x:unset!important}.AOL-propietors-profile-properties th{padding-left:0!important;padding-right:0!important}.AOL-propietors-profile-properties-label{position:absolute;left:0;right:0;display:grid;place-items:center}.AOL-propietors-profile-properties-info{display:flex;flex-direction:row}.AOL-propietors-profile-properties-icon{margin-left:1rem;margin-right:1rem}.AOL-propietors-profile-properties-card{border:1px dotted red}.AOL-propietors-profile-properties-menu-button{padding-right:1rem}
/*# sourceMappingURL=styles.2865d3e2.chunk.css.map*/