body {
    overflow-x: hidden;
}

.form-control, .form-select {
    border-radius: 0;
}

p, .table-responsive, .filter, .modal, .building {
    font-family: 'Satoshi-Regular';
    font-weight: 400;
}

h3, h4, h6 {
    font-family: 'Satoshi-Bold';
    font-weight: 700;
}

strong {
    font-weight: 700;
}

h6 {
    font-size: 18px;
}

.logo {
    z-index: 100;
}

.logo img {
    transform: translate(0px, 80px) scale(1) rotate(0deg);
}

.table thead {
    --bs-table-bg: #34587C;
}

.table thead > * > * {
    --bs-table-color-state: #ffffff;
    --bs-table-color-type: #ffffff;
    --bs-table-color: #ffffff;

    font-weight: 500;
}

body, .fancybox__content {
    background-color: #fff;
}

.btn-view-wrapper {
    position: absolute;
    z-index: 100;
}

.button-2 {
    position: relative;
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 16px;
    border-width: 1px;
    border-style: solid;
    transition: all 240ms ease;
    border-radius: 0;
    font-family: 'Satoshi-Regular';
    font-weight: 400;
}

.button-2.light {
    background-color: #34587C;
    color: #ffffff;
    border-color: #34587C;
}

.button-2.light:hover {
    background-color: #ffffff;
    color: #34587C;
}

.building_tooltip {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.building {
    background: #ffffff;
    color: #3C3C3B;
    max-width: 360px;
}

.building img {
    max-height: 360px;
}

p {
    margin-bottom: 0;
}

.dot {
    height: 12px;
    width: 12px;
    border-radius: 50%;
    display: inline-block;
}

.preference {
    padding: 12px 30px;
    border-width: 1px;
    border-radius: 0;
    display: inline-block;
    border-style: solid;
    text-decoration: none;
    width: 100%;

    color: #34587C;
    background-color: #ffffff;
    border-color: #34587C;

    font-family: 'Satoshi-Bold';


}

table td {
    vertical-align: baseline;
}

.pagination > li > a
{
    background-color: white;
    color: #34587C;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover
{
    color: #3C3C3B;
    background-color: #eee;
    border-color: #ddd;
}

.pagination > .active > a
{
    color: white;
    background-color: #34587C !important;
    border: solid 1px #34587C !important;
}

.pagination > .active > a:hover
{
    background-color: #34587C !important;
    border: solid 1px #34587C;
}

table.dataTable {
    margin: 20px 0 !important;
}


.carousel-item {
    max-height: 75vh;
}

.carousel-item img {
    max-height: inherit;
    /*object-fit: cover;*/
    /*object-position: center;*/
    /*max-height: 50%;*/
    /*overflow: hidden;*/
    /*height:75vh;*/
}

.modal-content {
    border-radius: 0;
}

.modal-body {
    padding: 0;
}

.building-properties, .filter {
    background-color: #34587C;
}

.filter h4, .filter h6, .building-properties h3 {
    text-transform: uppercase;
}

.building-properties, .filter h4, .building-properties, .filter h6 {
    color: #fff;
}

.building-properties .preference, .filter .preference {
    background-color: #fff;
    border-color: #3C3C3B;
}

.building-properties p {
    margin-bottom: 12px;
}

.building-properties p.status {
    font-size: 22px;
}

.carousel-control-next, .carousel-control-prev {
    position: relative;
    width: auto;
}

.carousel-control-prev {
    margin-right: 12px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    background-color:  #34587C;
}


@media (max-width: 1040px) {

    .btn-view-wrapper {
        position: relative;
    }

    .button-2 {
        padding: 6px;
    }

    .carousel-item {
        max-height: 45vh;
    }

    .modal-lg, .modal-xl {
        --bs-modal-width: 800px;
    }

}

.mb-6 {
    margin-bottom: 3rem !important;
}

.media-1 {
    display: flex;
    gap: 20px;
    text-decoration: none;
}

.media-1 h4
{
    margin-top: 4px;
}

.media-1.dark>svg, .media-1.dark>svg circle, .media-1.dark>svg ellipse, .media-1.dark>svg path, .media-1.dark>svg polygon, .media-1.dark>svg rect
{
    fill: #ffffff !important;
}
