#b2c-compare {
    font-size: 16px;
}

#b2c-compare .address-summary-card {
    background: #eef1f4;
    padding: 20px;
    border-radius: 4px;
    font-size: 14px;
}

#b2c-compare .btn-container {
    padding-top: 30px;
    margin-top: 30px;
    border-top: 1px solid #ebecef;
}

#b2c-compare h3 {
    font-size: 21px;
}

#b2c-compare .disabled-card .card-title {
    color: #A6B5C0 !important;
}

#b2c-compare .disabled-card .step2-description {
    color: #acb4bd !important
}

#b2c-compare .h3.small {
    font-size: 14px;
}

#b2c-compare .card-title {
    font-size: 0.875rem;
}

#b2c-compare .card-body .text-primary {
    font-size: 0.875rem;
}

#b2c-compare .card-body {
    font-size: 0.75rem;
}

#b2c-compare .btn.btn-lg {
    font-size: 14px;
    font-weight: 600;
    padding: 12px 20px;
}

#b2c-compare .btn.btn-primary:disabled {
    color: #a1a9b3;
    background: #f6f8f9;
    border-color: #f6f8f9;
    cursor: not-allowed;
    opacity: 1;
}

#b2c-compare .btn.preview-btn {
    color: #6d7379;
    display: flex;
    font-size: 14px;
    align-items: center;
    justify-content: center;
    text-decoration: underline;
}

#b2c-compare .btn.preview-btn img {
    margin-right: 8px;
}

#b2c-compare input[type=checkbox]+span::before {
    margin: 0;
    width: 20px;
    height: 20px;
    border-color: #8191a1;
}

#b2c-compare .step2-description p {
    margin: 0;
}

#b2c-compare .step2-description ul,
#b2c-compare .step2-description ol {
    margin: 0;
    padding-left: 30px;
}

#b2c-compare input[type=checkbox]:checked+span::before {
    border-color: #2E89E5
}

#b2c-compare input[type=checkbox]:checked:disabled+span::before {
    border-color: #A1AAB3;
}

#b2c-compare input[type=checkbox]:disabled+span::before {
    border-color: transparent;
}

#b2c-compare .card {
    border-color: #e1e6ea;
}

#b2c-compare .filter-bottom__item {
    width: 100%;
    padding: 0;
}

#b2c-compare form label {
    width: 100%;
}

#b2c-compare .form-group .form-control {
    height: 3em;
    margin-bottom: 0;
    font-size: inherit;
    color: black;
    letter-spacing: -0.4px;
    line-height: 18px;
    border-radius: 4px;
    border: 1px solid #DCE1E6;
}

#b2c-compare .form-group .form-control:focus {
    outline: none;
    border: 2px solid #2B2F33;
    box-shadow: none;
}

#b2c-compare #cadaster {
    letter-spacing: 0.75em;
}

#summary-card {
    font-size: 0.875em;
    border: 0;
    max-width: 600px;
    margin: auto;
}

#summary-card .card-header {
    background-color: #2b2e33;
    border: 1px solid #2b2e33;
    color: #fff;
    font-weight: 600;
    text-align: center;
}

#summary-card .card-body {
    border: 1px solid #e1e6ea;
    border-top: 0;
    padding: 0;
    border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

#summary-card .summary-section {
    border-bottom: 1px solid #e1e6ea;
    padding: 15px 21px;
}

#summary-card .summary-section:last-child {
    border-bottom: 0;
}

#summary-card .summary-section .step-title {
    color: #6d7379;
}

#summary-card .summary-section .step-title .step {
    color: #a1aab3;
    font-size: 12px;
}

#summary-card .summary-section .summary-heading {
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}

#summary-card .summary-section .summary-heading .icon {
    display: flex;
    background: #e0e6eb;
    color: #97a5b2;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

#summary-card .summary-section .summary-body {
    border-top: 1px solid #eff2f5;
    margin: 10px 0 0;
    list-style: none;
    padding: 9px 0 0;
    font-size: 13px;
}

#summary-card .summary-section .summary-body li {
    margin: 5px 0;
}

#summary-card .summary-section .summary-body .list-group-item {
    border-color: #e1e6ea;
}

#summary-card .summary-body-identity li{
    display:flex;
    justify-content:flex-start;
}

#summary-card .summary-body-identity li strong{
    margin-left:auto;
}

#summary-card .summary-section.done .step-title, #summary-card .summary-section.active .step-title {
    font-weight: 500;
    color: #2b2f33;
}

#summary-card .summary-section.active .icon {
    background: #2d88e4;
    color: #fff;
}

#summary-card #reportPartsSummary li {
    justify-content: space-between;
    display: flex;
    margin-left: -8px;
    margin-right: -8px;
    padding-left: 8px;
    padding-right: 8px;
}

#summary-card #reportPartsSummary li.report-sum {
    background: #e0e6eb;
    border-radius: 4px;
    padding: 13px 8px;
    margin-top: 11px;
    margin-bottom: -7px;
}

#payment-container {
    margin: 4em auto;
    width: 400px;
}

#payment-container .panel {
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    width: 100%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-top: 30px;
    background-color: #fff;
    padding: 45px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    border-radius: 16px;
}

#payment-container .panel-body {
    width: 100%;
    float: left;
    padding: 0px;
    text-align: start;
    letter-spacing: 0.1px;
}
#payment-container .panel-body.with-icon {
    display: flex;
    align-items: flex-start;
}
#payment-container .panel-body .icon {
    padding-right: 10px;
    padding-top: 10px;
}


#payment-container .panel-body.logo {
    text-align: center;
}

#payment-container .choice-list ul{
    margin:0;
    padding-left: 0;
    padding-right: 10px;
}
  
#payment-container .choice-list ul li{
    position:relative;
    list-style:none;
    padding-left:1.6em;
    margin:0.4em 0;
}
  
#payment-container .choice-list ul li::before{
    content:"";
    position:absolute;
    left:0;
    top:0.2em;
    width:1em;
    height:1em;
    background:url("/web/images/ic-checkmark.svg") no-repeat center / contain;
}

#payment-container .panel-body form label {
    color: #6d6969;
}

#payment-container .iti {
    width: 100%;
}

#payment-container input[type=checkbox]+label::before,
#payment-container input[type=checkbox]+span::before {
    border-color: #8191a1;
}

#payment-container input[type=checkbox]:checked+label::before,
#payment-container input[type=checkbox]:checked+span::before {
    border-color: #2E89E5;
}

#payment-container .full-width {
    width: 100%;
    float: left;
}

#payment-container .semi-width {
    float: left;
    width: 40%;
}

#payment-container .half-width {
    float: left;
    width: 20%;
    padding-top: 50px;
    font-weight: bold;
}

#payment-container .desc h3 {
    font-size: 16px;
    color: #040B22;
    margin-top: 0px;
    font-weight: 500;
}

#payment-container .desc h4 {
    font-size: 18px;
    color: #515151;
}

#payment-container .sum {
    display: flex;
    justify-content: space-between;
    color: #040B22;
    padding: 12px 0;
    border-bottom: #C1C1C1 0.5px solid;
}

#payment-container .sum span {
    font-size: 16px;
    font-weight: 500;
}

#payment-container .sum .price {
    font-size: 18px;
    font-weight: 700;
}

#payment-container .address {
    margin-top: 5px;
    margin-bottom: 25px;
    font-size: 16px;
    font-weight: 500;
}
#payment-container .title {
    font-size: 14px;
    color: #5C5C5C;
    font-weight: 400;
    letter-spacing: 0.1px;
}

#payment-container .alert-state {
    color: red;
}

#payment-container .offtop {
    margin-top: 10px;
}

#payment-container .bank-holder img {
    width: 80%;
}

#payment-container .bank-holder .btn-width {
    width: 100%; 
}

#payment-container .pay-method {
    margin-top: 30px;
    font-size: 16px;
}

#payment-container .pay-centered {
    display: flex;
    justify-content: center;
}

#payment-container .details {
    font-size: 14px;
    color: #1D2338;
    padding-bottom: 7px;
    border-bottom: #C1C1C1 0.5px solid;
    width: 100%;
    padding-top: 30px;
}

@media only screen and (max-width: 800px) {
    #payment-container {
        margin: 3em auto;
        width: 100%;
    }

    #payment-container .panel {
        margin-top: 0px;
        padding-top: 45px;
        padding-bottom: 45px;
        padding-left: 15px;
        padding-right: 15px;
    }

    #payment-container .full-width {
        padding-left: 8px;
        padding-right: 0;
    }

}

#compare-report {
    letter-spacing: -0.4px;
    font-size: 14px;
    color: #2b2f33;
}

#compare-report .header-content {
    position: absolute;
    width: 100%;
    z-index: 1010;
}

#compare-report .modal-footer div{
    gap: 10px;
}

#compare-report .modal-footer textarea {
    padding-left: 11px;
    padding-right: 11px;
}
#compare-report .header__inner {
    padding: 14px 0;
}

#compare-report .header__inner .object-card__actions-item {
    margin-left: 18px;
    font-size: 12px;
    display: flex;
    align-items: center;
}

#compare-report .header__inner .object-card__actions-item a {
    text-decoration: none;
    color: #292C33;
}

#compare-report .header__inner .object-card__actions-item a:hover {
    color: #2E89E5;
}

#compare-report h5 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 11px;
}

#compare-report h6 {
    color: #005bb9;
    font-size: 1em;
    margin-bottom: 22px;
    font-weight: 600;
    text-transform: uppercase;
}

#compare-report .jumbotron {
    background: #F5F9FD;
    margin: 26px 0 0;
    padding: 23px 21px;
    border-radius: 4px;
}

#compare-report .jumbotron .grid-cols-4 {
    border-bottom: #E1EEFB 1px solid;
}

#compare-report .jumbotron dl dd {
    padding-bottom: 15px;
}

#compare-report .transaction-heading {
    display: flex;
    align-items: center;
    padding-top: 7px;
    padding-bottom: 10px;
}

#compare-report .transaction-heading .compare-valuation {
    color: #2e89e6;
    font-weight: 700;
    font-size: 36px;
}

#compare-report .transaction-heading .transaction-icon {
    width: 60px;
    height: 60px;
    background: #2d88e6;
    margin-right: 1.5em;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    flex-shrink: 0;
}

#compare-report .transaction-heading .transaction-content p {
    margin: 0;
    font-size: 15px;
    color: #6d7379;
}

#compare-report .transaction-heading .transaction-content h3 {
    color: #2E89E6;
    font-size: 24px;
    font-weight: 700;
}

#compare-report .transaction-heading .valuation-price h3 {
    color: #2E89E6;
    font-size: 36px;
    font-weight: 700;
}
#compare-report .transaction-heading .transaction-content .valuation-warning {
    font-style: italic;
    font-size: 15px;
    color: #6d7379;
    margin-top: 3px;
}

.container-gray {
    background: #F5F9FD;
}

#compare-report .transaction-card {
    background: #ffffff;
    border-radius: 8px;
    border: #2E89E6 0.5px solid;
    margin: 40px 0;
    padding: 24px 21px 20px;
}

#compare-report .raise-card {
    margin-top: -25px;
}

#compare-report .transaction-card-outer-last {
    margin-bottom: 0;
}

#compare-report .transaction-card h5{
    font-size: 16px;
    font-weight: 700;
}


#compare-report .transaction-card .transaction-section {
    padding: 18px 0 21px;
    border-bottom: 1px solid #E1EEFB;
}

#compare-report .transaction-card .transaction-section-first {
    padding: 0 0 21px;
    border-bottom: 1px solid #E1EEFB;
}

#compare-report .transaction-card .transaction-section:last-child {
    border-bottom: 0;
}

#compare-report .transaction-card .transaction-section a {
    margin-right: 20px;
}

#compare-report .transaction-card .transaction-section a:last-child {
    margin-right: 0;
}

#compare-report .transaction-card .transaction-section a img {
    margin-left: 6px;
}

@media print {
    #compare-report #cookiescript_badge {
        display: none !important;
    }
}

#compare-report .compare-nav {
    background: #2b2e33;
    border-top: 1px solid #ebecef;
    padding: 0;
    font-weight: 500;
    font-size: 1em;
}

#compare-report .compare-nav .navbar-toggler {
    margin: 5px 15px;
}


#compare-report .compare-nav .nav-item .nav-link {
    color: var(--white);
    padding: 17px 15px;
}

@media (min-width: 1200px) {
    #compare-report .compare-nav .nav-item .nav-link {
        padding: 17px 0;
        margin-right: 1em;
    }
}

#compare-report .compare-nav .nav-item:last-child .nav-link {
    margin-right: 0;
}

#compare-report main {
    padding-top: 130px;
}

@media screen and (max-width: 991px) {
    #compare-report main {
        padding-top: 120px;
    }

    #compare-report .header__info {
        display: flex;
        background: none;
        position: relative;
        box-shadow: none;
        width: auto;
        background: none;
        top: 0;
        padding: 0;
    }

    #compare-report .header__info .object-card__actions-item {
        margin-bottom: 0;
        border: 0;
        padding: 0;
    }

}

#compare-report main a {
    color: #005ab2;
}

#compare-report h3 {
    font-size: 1.5em;
    font-weight: 600;
    margin-bottom: 13px;
}

#compare-report dl:not(.row) {
    margin: 0;
}

#compare-report dl dt {
    color: #3F4246;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 2px;
}

#compare-report dl dd {
    font-weight: 600;
    font-size: 15px;
    margin: 0;
}

#compare-report dl.inline {
    font-size: 15px;
    margin-bottom: 14px;
    align-items: flex-start;
}

#compare-report dl.inline dt {
    font-size: 15px;
    margin-bottom: 0;
}

#compare-report dl.inline.bordered dt {
    position: relative;
}

#compare-report dl.inline.bordered dt:after {
    background: #eef1f4;
    content: "";
    height: 1px;
    position: absolute;
    bottom: 4px;
    left: 15px;
    right: 0;
}

#compare-report dl.inline.bordered dt span {
    background: #fff;
    position: relative;
    z-index: 1;
    padding-right: 4px;
}

#compare-report .section {
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 2px solid #005bb9;
}

#compare-report #summary {
    border-top: 0;
}

#compare-report .summarySection {
    padding: 30px 0 18px;
    font-weight: 500;
    border-bottom: 1px solid #ebecef;
}

#compare-report .summarySection:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}

#compare-report .summarySection:first-child {
    padding-top: 0;
}

#compare-report #vzd_info,
#compare-report #history,
#compare-report #zg_info,
#compare-report #building_info {
    padding: 35px 0;
}

#compare-report #vzd_info {
    background: #F5F9FD;
}

#compare-report #history-heading {
    margin-bottom: -30px;
}


#compare-report #history .transaction-card {
    background: #fff;
}

#warnings .warning{
    display:flex;
    align-items:center;
    padding:5px 0;
    margin-bottom: 15px;
}

#warnings .warning-icon{
    width:24px;
    height:24px;
    margin-right:12px;
    flex-shrink:0;
}

#warnings .warning-text{
    font-size:16px;
    font-weight: 500;
    line-height:1.3;
    word-break:break-word;
}

@media (max-width:768px){
    #warnings .warnings-row { 
        flex-direction:column; 
    }

    #warnings .warnings-row > div {
        width:100%;
    }
}

#compare-report #steps {
    padding: 35px 0;
}

#compare-report #steps dt {
    font-size: 15px;
}

#compare-report #steps .step {
    display: flex;
    align-items: center;
    padding: 5px 0;
}

#compare-report #steps .step .step-number {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    color: #fff;
    width: 40px;
    height: 40px;
    background: #2d88e6;
    border-radius: 50%;
    flex-shrink: 0;
}

#compare-report #steps .step .step-description {
    margin-left: 21px;
    font-size: 16px;
}

#compare-report .table td, #compare-report .table th {
    vertical-align: middle;
    font-size: 15px;
    border-top: 0;
    padding: 11px 8px;
    border-top: 1px solid #eff1f4;
}

#compare-report .table td {
    color: #3F4246;
    font-size: 15px;
    font-weight: 500;
}

#compare-report .table thead td, #compare-report .table thead th {
    border: 0;
    padding-top: 16px;
    padding-bottom: 16px;
    background: #2B88E71A;
}

#compare-report .table .link-column {
    white-space: nowrap;
    text-align: right;
}

#compare-report .table .link-column a img {
    margin-left: 5px;
}

#compare-report .building-info-title h3 {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px;
}

#compare-report .building-info-title dt {
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0;
}


#compare-report .building-transaction-title h5 {
    padding-top: 20px;
    font-weight: 700;
    font-size: 18px;
}

#compare-report .building-transactions-table {
    padding-top: 15px;
}

#compare-report .building-transactions-table table{
    border-radius: 8px;
    background-color: white;
    border: #D0E4F9 1px solid;
}

#compare-report .building-transaction-title dt {
    font-size: 15px;
    font-weight: 500;
    color: #2B2F33;
    margin: 0;
    padding-top: 20px;
}

#compare-report .building-info-summary {
    border-bottom: 1px solid #C3DDF7;
    padding-bottom: 30px;
}

#compare-report .transaction-stats {
    background: #fff;
    border: #2E89E6 0.5px solid;
    border-radius: 8px;
    padding: 20px;
}

#compare-report .transaction-stats.last-year {
    background: #fff;
}

@media (max-width: 992px) {
    #compare-report .transaction-stats.last-year {
        margin-bottom: 1em;
        border-right: 0 !important;
    }
}

#compare-report .transaction-stats dd {
    color: #3F4246;
    font-size: 15px;
    font-weight: 700;
    text-align: end;
}

#compare-report .transaction-stats dt {
    color: #3F4246;    
}

#compare-report .trust-note {
    color: #35383C;
    font-size: 14px;
    font-weight: 400;
}

#compare-report .transaction-stats h6 {
    color: #fff;
    margin-bottom: 16px;
}

#compare-report .map {
    width: 100%;
    height: 350px;
    margin-top: 1.5rem;
}

@media (min-width: 768px) {
    #compare-report .map {
        height: 100%;
        margin-top: 0;
    }
}

#compare-report .splide.with-thumbnail {
    margin-bottom: 10px;
}

#compare-report .splide .splide__arrow {
    background: none !important;
    outline: none !important;
    opacity: 1 !important;
}

#compare-report .splide .splide__slide img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#compare-report .splide .splide__slide .splide__placeholder {
    background: #d0d3d9;
    width: 100%;
    height: 100%;
}

#compare-report .splide .splide__track--nav > .splide__list > .splide__slide {
    border: 0 !important;
}

.grid {
    display: grid;
    column-gap: 15px;
}

.grid .grid-row {
    display: contents;
}

.grid.grid-cols-5 {
    grid-template-columns: repeat(10, 1fr);
}

.grid.grid-cols-4 {
    grid-template-columns: repeat(8, 1fr);
}

.grid.grid-cols-3 {
    grid-template-columns: repeat(6, 1fr);
}

.grid .grid-row > * {
    grid-column: span 2;
}

.grid .span-6 {
    grid-column: span 6;
}

.summarySection .avg-pricing {
    grid-column: span 4;
}

@media (min-width: 576px) {
    .summarySection .avg-pricing {
        grid-column: span 2;
    }
}

@media (max-width: 576px) {
    #compare-report .transaction-section .grid,
    #compare-report .jumbotron .grid {
        grid-template-columns: repeat(4, 1fr)
    }

    #compare-report .transaction-card .transaction-section,
    #compare-report .jumbotron {
        padding-bottom: 6px;
    }

    #compare-report .transaction-section .grid dd,
    #compare-report .jumbotron .grid dd {
        padding-bottom: 15px;
    }

    #compare-report .transaction-section .grid .grid-row,
    #compare-report .jumbotron .grid .grid-row {
        display: contents;
    }

    #compare-report .transaction-section .grid .grid-row:first-child > *:nth-child(1),
    #compare-report .transaction-section .grid .grid-row:first-child > *:nth-child(2),
    #compare-report .jumbotron .grid .grid-row:first-child > *:nth-child(1),
    #compare-report .jumbotron .grid .grid-row:first-child > *:nth-child(2) {
        grid-row: 1;
    }

    #compare-report .transaction-section .grid .grid-row:first-child > *:nth-child(3),
    #compare-report .transaction-section .grid .grid-row:first-child > *:nth-child(4),
    #compare-report .jumbotron .grid .grid-row:first-child > *:nth-child(3),
    #compare-report .jumbotron .grid .grid-row:first-child > *:nth-child(4) {
        grid-row: 3;
    }
}

#compare-report .table.efficiency-table {
    margin-bottom: 0;
}

#compare-report .table.efficiency-table th {
    background: #2B88E71A;
    padding: 6px 8px;
    font-size: 15px;
    font-weight: 500;
}

#compare-report .table.efficiency-table td {
    padding: 12px 8px;
    font-size: 14px;
    white-space: break-spaces;
    background: #fff;
}


#compare-report .table.efficiency-table td {
    border-left: 1px solid #eff1f4;
    border-right: 1px solid #eff1f4;
}

#compare-report .table.efficiency-table th:first-child {
    border-left: 1px solid #eff1f4;
}

#compare-report .table.efficiency-table th:last-child {
    border-right: 1px solid #eff1f4;
}

#compare-report .table.efficiency-table td,
#compare-report .table.efficiency-table th {
    width: 16.6666666667%;
    text-align: center;
    color: #6d7379;
}

#compare-report .table.efficiency-table .class-a {
    border-top: 5px solid #38d725 !important;
}

#compare-report .table.efficiency-table .class-b {
    border-top: 5px solid #e7d91a !important;
}

#compare-report .table.efficiency-table .class-c {
    border-top: 5px solid #f0a44c !important;
}

#compare-report .table.efficiency-table .class-d {
    border-top: 5px solid #de7269 !important;
}

#compare-report .table.efficiency-table .class-e {
    border-top: 5px solid #fb7367 !important;
}

#compare-report .table.efficiency-table .class-f {
    border-top: 5px solid #de0a0a !important;
}

#compare-report .adv-stats-wrapper dl {
   grid-column: span 2;
}

.gap-40 {
    gap: 40px;
}

#compare-report .vzd-stats-wrapper {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 10px 10px;
    justify-content: space-between;
    white-space: nowrap;
}

#compare-report .stats-separator {
    width: 100%;
}

#compare-report .vzd-stats-wrapper > div.believable-stats {
    order: 5;
}

.dokobit-main__header {
    display: none;
}

#dokobit-summary {
    background-color: white;
}

.dokobit_sum_text {
    font-size: 18px;
}

@media (min-width: 576px) {
    #compare-report .vzd-stats-wrapper .stats-separator {
       display: none;
    }

    #compare-report .vzd-stats-wrapper > div.believable-stats {
        order: unset;
    }
}

.section-heading {
    display:flex;
    align-items:center;
    gap:12px;
    margin:0 0 25px;
}

.section-icon img {
    width:56px;
    height:56px;
}

.section-title {
    font-size:28px;
    font-weight: 700;
    line-height:28px; 
    margin:0;
    text-transform: uppercase;
}

.summarySection-title-block {
    display:flex;
    align-items:center;
    gap:6px;
    margin:0 0 10px;
}

.summarySection-title-block-icon img {
    width:32px;
    height:32px;
}

.summarySection-title-block-text {
    font-size:16px;
    font-weight: 700;
    line-height:16px; 
    margin:0;
    color: #2E89E6;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.value-section-title {
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 16px;
    color: #2E89E6;
    padding-bottom: 12px;
    padding-top: 10px;
    text-transform: uppercase;
}

.history-card-title {
    letter-spacing: 0.05em;
    font-weight: 700;
    font-size: 16px;
    margin-top: -10px;
    padding-bottom: 10px;
    text-transform: uppercase;
}





.stats-row {
    display: flex;
    align-items: center;
    padding: 8px 0 4px;
}

.label{
    display: flex;
    align-items: center;
    flex: 1 1 auto;
    font-weight: 500;
    min-width: 0;
}

.label::after{
    content: "";
    flex: 1 1 auto;
    height: 1px;
    margin-bottom: 3px;
    align-self: flex-end;
    background: #eef1f4;
    margin-left: 8px;
}

.value {
    padding-left: 8px;
    flex: 0 0 auto;
    max-width: 35%;
    text-align: right;
    white-space: nowrap;
}

.rule {
    display: none;
}

#compare-report .source-logos{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:16px 32px;
}

#compare-report .source-logos .logo{
    display:inline-flex;
    align-items:center;
}

#compare-report .source-logos .logo img{
    display:block;
    height:auto;
}

@media (max-width: 760px){
    #compare-report .zg-property-info dl.row dt.col-2 {
        flex: 0 0 33% !important;
        max-width: 33% !important;
    }
    #compare-report .zg-property-info dl.row dd.col-10 {
        flex: 0 0 67% !important;
        max-width: 67% !important;
        padding-left: 1rem;
    }

    #compare-report .transaction-card .transaction-section-wrapper {
        margin-top: 30px;
    }


    .summarySection .stack-mobile{display:grid;grid-template-columns:1fr;row-gap:.25rem}
    .summarySection .stack-mobile .grid-row{display:contents}

    .summarySection .stack-mobile dd{
        margin: 0 0 .75rem 0;
        padding-bottom: .75rem;
    }
  
    .stack-mobile > .grid-row:first-child > dl:nth-child(1){grid-row:1}
    .stack-mobile > .grid-row:first-child > dl:nth-child(2){grid-row:3}
    .stack-mobile > .grid-row:first-child > dl:nth-child(3){grid-row:5}
    .stack-mobile > .grid-row:nth-child(2) > dl:nth-child(1){grid-row:2}
    .stack-mobile > .grid-row:nth-child(2) > dl:nth-child(2){grid-row:4}
    .stack-mobile > .grid-row:nth-child(2) > dl:nth-child(3){grid-row:6}
}