﻿
ul.token-input-list {
    border-radius: 5px;
    width: 100%;
    display: flex;
    height: 40px !important;
    border: 2px solid #42474d59;
    align-items: flex-start;
    flex-wrap: wrap;
}

.token-input-selected-dropdown-item {
    background-color: var(--primaryColorLight) !important;
}

li.token-input-token {
    border: 1px solid;
    border-radius: 5px;
    background-color: var(--primaryColorLight) !important;
    border-color: var(--primaryColor) !important;
    padding: 7px 5px !important;
}

.token-input-dropdown {
    max-height: 250px !important;
    overflow-y: scroll !important;
}

li.token-input-token p {
    float: left;
    padding: 0;
    margin: 0;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    font-size: 12px !important;
}

li.token-input-selected-token {
    background-color: var(--primaryColorLight) !important;
    color: black !important;
}

#token-input-addressSearch {
    border: none;
    width: 100%;
}

#token-input-addressSearchMobile {
    border: none;
    width: 100%;
}

#homeIcone:before {
    color: white !important;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    width: auto !important;
    height: auto !important;
}

.select2-container--default .select2-selection--multiple {
    text-align: start;
}

input[type=checkbox] {
    height: 0;
    opacity: 0;
    position: absolute;
    width: 0;
}

.e-multi-select-wrapper .e-chips > .e-chipcontent {
    max-width: 80%;
    white-space: nowrap;
}

.e-bigger .control-section .control-wrapper {
    width: 100%;
}

.e-multi-select-wrapper {
    height: 40px;
    padding: 0
}

    .e-multi-select-wrapper .e-searcher {
        width: 100%
    }

.city-region-input {
    color: transparent;
    text-shadow: 0 0 0 #2196f3;
}

.services .service-item .fa {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    align-content: center;
    width: 75px;
    height: 75px;
    color: white;
    background: var(--secondaryColor);
    font-size: 35.32px;
    border-radius: 100px;
    margin-top: 21px;
    margin-bottom: 10px;
    border: 5px solid white;
    transition: all 0.4s;
}

.services .service-item {
    /*padding: 21% 10% 13% 10%;
    margin-top: 63px;*/
}

.module {
    background-color: white;
}

.properties.featured .property {
    margin: 0 4px;
}

.property-tag.status {
    top: 10px;
    left: 10px;
    bottom: unset;
}

.property-price {
    padding: 5px 10px;
    font-size: 16px;
}

.badge {
    padding: 8px;
    margin: 5px 0 10px 10px;
    font-size: 12px;
}

.fa-solid {
    font-size: 20px;
    color: #35393e;
}

#footer {
    background: #42474D;
}

.map {
    /* background-position: center;
        background-image: url(../images/maps/map.png);
        background-size: 102%;*/
    width: 100%;
    text-align: center;
    /*height: 500px;*/
}

.MrgnTop {
    margin-top: 40px;
}

.property {
    border: 1px solid #Eaebed;
}

h1, h2, h3, h4, h5 {
    font-family: 'Alexandria', sans-serif;
}

.fa-brands:hover {
    color: #E7792f;
}

.favotit:hover i {
    color: #E7792f;
}

.favotit:hover span {
    color: #E7792f;
}

#lightImgSlide {
    overflow: hidden;
    display: flex;
    padding: 0;
    overflow-x: scroll;
}

#lightImgSlide {
    -ms-overflow-style: none; /* IE and Edge */
    scrollbar-width: none; /* Firefox */
}

    #lightImgSlide::-webkit-scrollbar {
        display: none;
    }

h1, h2 {
    text-transform: uppercase;
}


.realEstateType {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 500px;
    height: 200px;
    overflow-y: scroll;
    padding: 0 5px;
}
    /* width */
    .realEstateType::-webkit-scrollbar {
        width: 3px;
    }
    /* Track */
    .realEstateType::-webkit-scrollbar-track {
        background: #f1f1f1;
    }
    /* Handle */
    .realEstateType::-webkit-scrollbar-thumb {
        background: #888;
    }
        /* Handle on hover */
        .realEstateType::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.ars, .ars:hover, .ars:not(:hover), .ars:active {
    background-color: #F8d7c0;
    border-color: #ba8e51;
}

.text-field__placeholder-content {
    transform: translate(-5%,-50%) scale(.85);
}

ol, ul {
    margin-bottom: 0
}

.homePage-search-item {
    width: 100%;
    margin-bottom: 20px;
}

#searchWrapper {
    padding-top: 20px;
}


.token-input-input-token {
    float: none !important;
   /* width: 100% !important;*/
}

ul.token-input-list {
    border-radius: 5px;
    width: 100%;
    display: flex;
    height: 40px !important;
    border: 2px solid #42474d59;
    align-items: flex-start;
    flex-wrap: wrap;
    overflow-y: scroll;
}

    ul.token-input-list::-webkit-scrollbar {
        display: none;
    }

