/* Utilities */

.clearfix::after {
    content: "";
    clear: both;
    display: table;
}

.elip {
    text-overflow: ellipsis;
}

.none {
    display: none;
}

.top-6 {
    top: 1.5rem;
}

.modal-heading {
    margin: 0 0 10px 0;
    padding-right: 30px;
}

/* Tooltips */

.tippy-content {
    color: #fff;
}

.alert {
    position: relative;
    box-sizing: border-box;
    padding: 12px 16px 12px 64px;
    border-radius: 4px;
}

    .alert .decoration {
        position: absolute;
        left: 16px;
        top: 12px;
        width: 32px;
        font-weight: bold;
    }

    .alert.secondary {
        background: #dedede;
    }

        .alert.secondary .decoration {
            color: #333;
        }

    .alert.success {
        background: #e6f0e7;
    }

        .alert.success .decoration {
            color: #2ba876;
        }

    .alert.info {
        background: #e6edf4;
    }

        .alert.info .decoration {
            color: #0c67b9;
        }

    .alert.warning {
        background: #f4f2e2;
    }

        .alert.warning .decoration {
            color: #c3a609;
        }

    .alert.error {
        background: #f7efef;
    }

        .alert.error .decoration {
            color: #bd4f4f;
        }


.icon.warning {
    color: #c3a609;
}

/* My Listings */

button.request-verification {
    padding: 1px 17px;
    border: 1px rgb(58 100 114) solid;
    border-radius: 16px;
    font-size: .9375rem;
}

    button.request-verification:hover {
        color: #fff;
        background: rgb(58 100 114);
    }

button.verification-requested {
    padding: 2px 18px;
    border-radius: 16px;
    font-size: .9375rem;
    color: #de774a;
    background: #f6eee1;
}

    button.verification-requested:hover {
        color: #fff;
        background: #de774a;
    }

button.btn-modal {
    height: auto;
    min-width: auto;
    padding: 6px 18px;
}

button.verify-now {
    height: auto;
    min-width: auto;
    padding: 5px 18px;
    font-weight: normal;
}


/* Subscribe Banner */

.subscribe-banner {
    margin-top: 50px;
}

a.text-primary-dark:hover,
.text-primary-dark a:hover {
    text-decoration: underline;
}

.pms-description p,
.pms-description h1,
.pms-description h2,
.pms-description h3,
.pms-description h4,
.pms-description ul {
    margin: 0 0 10px 0;
}

.pms-description ul {
    list-style: inside disc;
}

.pms-description ol {
    list-style: inside decimal;
}

    .pms-description li {
        margin: 0 0 5px 0;
    }

.pms-description h1,
.pms-description h2,
.pms-description h3,
.pms-description h4 {
    font-size: 1.2rem;
    font-weight: bold;
}

.pms-description strong {
    font-weight: bold;
}

.pms-description em {
    font-style: italic;
}

.bed-bath-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;

    .bed-bath {
        width: calc(25% - 10px);
        padding: 12px;
    }

    @media (max-width: 1400px) {
        .bed-bath {
            width: calc(33% - 10px);
        }
    }

    @media (max-width: 800px) {
        .bed-bath {
            width: calc(50% - 10px);
        }
    }
}

.section-images {
    width: calc(100% - 455px);
    float: left;
}

.section-bot {
    width: 435px;
    float: right;
}

.section-content {
    width: calc(100% - 455px);
}

@media (max-width: 1080px) {
    .section-images {
        width: 100%;
    }

    .section-bot {
        margin: 20px 0 0 0;
        width: 100%;
    }

    .section-content {
        width: 100%;
    }
}

/* Map  */

.marker-area {
    padding: 30px;
}

.selected-city {
    background: rgb(243 244 246 / var(--tw-bg-opacity));
}
