@import url("https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,200;0,400;0,800;1,200;1,400;1,800&display=swap");

* {
    margin: 0;
    padding: 0;
    font-family: "Noto Sans", sans-serif;
}

body {
    /* background: url("../assets/realestate.gif"); */
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed;
    text-transform: capitalize;
}
.innerbody {
    min-height: 100vh;
    background-color: rgba(175, 175, 175, 0.7);
}
body::-webkit-scrollbar {
    width: 0 !important;
}
body {
    overflow: -moz-scrollbars-none;
}
body {
    -ms-overflow-style: none;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    max-width: 300px;
    margin: auto;
    text-align: center;
    font-family: arial;
}

.title {
    color: grey;
    font-size: 18px;
}

button.profile {
    border: none;
    outline: 0;
    display: inline-block;
    padding: 8px;
    color: white;
    background-color: #000;
    text-align: center;
    cursor: pointer;
    width: 100%;
    font-size: 18px;
    margin-bottom: 0;
}

a.profile {
    text-decoration: none;
    font-size: 22px;
    color: black;
}

button:hover,
a:hover {
    opacity: 0.7;
}
.disabled {
    background-color: rgb(141, 141, 141);
    cursor: pointer;
}

.inner {
    -ms-overflow-style: none; /* Internet Explorer 10+ */
    scrollbar-width: none; /* Firefox */
}
.inner::-webkit-scrollbar {
    display: none; /* Safari and Chrome */
}

#slider {
    margin: 50px;
}
.value {
    position: absolute;
    top: 30px;
    left: 50%;
    margin: 0 0 0 -20px;
    width: 40px;
    text-align: center;
    display: block;

    /* optional */

    font-weight: normal;
    font-family: Verdana, Arial, sans-serif;
    font-size: 14px;
    color: #333;
}

.price-range-both.value {
    width: 100px;
    margin: 0 0 0 -50px;
    top: 26px;
}

.price-range-both {
    display: none;
}

.value i {
    font-style: normal;
}
body div.ui-slider-range.ui-widget-header {
    background: #f44336;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
    background: #2ecaf9 !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #2ecaf9 !important;
    border-radius: 50%;
    font-size: 21px;
    border: none !important;
    box-shadow: 0 0 7px #306473;
    &:focus {
        outline: none;
    }
}
span.ui-slider-handle.ui-corner-all.ui-state-default:focus {
    outline: none;
}

.navbar-expand-lg .navbar-nav .nav-link img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

form select option,
form select,
form input {
    border-radius: 5px;
    border: 1px solid grey;
    padding: 5px;
    text-align: left !important;
    height: 40px !important;
}

.text-right {
    text-align: right !important;
}
