*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.btn-outline-light{
    border-radius: 0.25rem!important;
}
.btn-outline-light:hover{
    background-color: #F26800 !important;
    color: #fff !important;
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
}
.btn-search{
    height: 40px;
    width: 40px;
    background-color: #000000 !important;
    border-radius: 50% !important;
}
.btn-search i{
    color: #FFFFFF !important;
}
.btn-outline-primary{
    background-color: #000000!important ;
    color: #fff !important;
    border-color: #000000!important ;
}
.btn-outline-primary:hover{
    background-color: #F26800!important ;
    border-color: #F26800!important ;
}
.dropdown-menu{
    top: 45px !important;
}
.swiper-button-prev,
.swiper-rtl .swiper-button-next{
    height: 312px!important;
    margin-right: 30px;
    color: #989898!important;
    top: -9px!important;
}
.swiper-button-next,
.swiper-rtl .swiper-button-prev{
    height: 312px!important;
    margin-left: 30px; 
    color: #989898!important;
    top: -9px!important;
} 
.card-img-container {
    overflow: hidden;
    height: 220px;
}

.card-img-top {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.card-hover:hover .card-img-top {
    transform: scale(1.08);
}

.card-hover {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.card-hover:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.15) !important;
}
.card-title{
    min-height: 40px;
}
.card{box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12)!important;}
.btn-outline-dark{
    width: 61.1px !important;
    height: 61.1px !important;
    color: #fff !important;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15) !important;
    border-radius: 50% !important;
    border: none !important;
    display: inline-flex !important; 
    align-items: center !important;
    justify-content: center !important;
}
.btn-outline-dark:hover{
    box-shadow: 0 8px 17px 0 rgba(0,0,0,.2),0 6px 20px 0 rgba(0,0,0,.19) !important;
}
.btn-outline-dark i{
    line-height: 61.1px !important;
    font-size: 25px;
}
.avatar{
    border-radius: 50%;
    width: 120px;
    margin-top: -60px;
    overflow: hidden;
    border: 5px solid #fff;
    box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15)!important;
}
.card-title-agent{
    min-height: 58px;
}
.agent-stat-counts{
    min-height: 40px !important;
}
.hoverable:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19) !important  ;
}
.hoverable, .hoverable:hover {
    transition: all .55s ease-in-out !important;
}
.btn-floating{
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    position: relative;
    z-index: 1;
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    transition: all .2s ease-in-out;
    margin: 10px;
    border-radius: 50%;
    padding: 0;
    cursor: pointer;
    width: 47px;
    height: 47px;
}
.btn-floating:hover {
    box-shadow: 0 8px 17px 0 rgba(0, 0, 0, .2), 0 6px 20px 0 rgba(0, 0, 0, .19);
}
.btn-floating i {
    font-size: 1.25rem;
    line-height: 47px;
    display: inline-block;
    width: inherit;
    text-align: center;
    color: #fff;
}
a.waves-effect, a.waves-light{
    display: inline-block;
}
.waves-effect {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    -webkit-user-select: none;
    user-select: none;
}
.pswp__container, .pswp__img, .waves-effect {
    -webkit-tap-highlight-color: transparent;
    -moz-user-select: none;
    -ms-user-select: none;
}
.nav-link:hover {
    color: #F26800 !important;
}
.grey-text {
    color: #9e9e9e !important;
}
.agent-designation{
    min-height: 48px;
}
.capitalize{
    text-transform: capitalize;
}
.ListingsBox .status-right-container{
    position: absolute;
    top: 19px;
    display: flex;
    flex-direction: column;
    right: 0;
}
.listing-card-right-status {
    font-size: 10pt;
    font-weight: normal !important;
    z-index: 50;
    padding: 0 8px 0 8px;
    border-top-left-radius: 1.25rem !important;
    border-bottom-left-radius: 1.25rem !important;
    opacity: .8;
}
.picker__box .picker__header .picker__select--month.browser-default, .picker__box .picker__header .picker__select--year.browser-default, .picker__list-item, .white {
    background-color: #fff !important;
}
.location-property{
    min-height: 16px;
}
.bg-primary-tag{
    background-color: #F26800 !important ;
}