/* Body */
body {
    font-family: "Plus Jakarta Sans", sans-serif !important;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.container {
    flex: 1;
}

/* NavBar */
.navbar {
    height: 5rem;
    background-color: white;
}

.fa-compass {
    color: #fe424d;
    font-size: 2rem;
}

.nav-link {
    color: #222222 !important;
}



/* Cards */
.listing-card {
    border: none !important;
    margin-bottom: 2rem !important;
}

.card-img-top {
    border-radius: 1rem !important;
    width: 100% !important;
    object-fit: cover !important;
}

.card-body {
    padding: 0 !important;
}

.card-text p {
    font-weight: 400 !important;

}

.listing-link {
    text-decoration: none;
    display: block;
    color: inherit !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* Cards Effact */
.card-img-overlay {
    opacity: 0;
}

.card-img-overlay:hover {
    opacity: 0.2;
    background-color: white;
}

/* New Page */
textarea {
    resize: none !important;
}

.add-btn {
    background-color: #fe424d !important;
    width: 100%;
    border: none !important;
}

.ButtonsBCW {
    z-index: 10;
}

/* Edit Page */
.edit-btn {
    background-color: #fe424d !important;
    width: 100%;
    border: none !important;
}

/* Show Page */
.show-img {
    height: 60vh;
}

.btns {
    display: flex;
    margin-bottom: 15px;
}

.show-card {
    padding-left: 0;
    padding-right: 0;
}

/* For map style */
#map {
    width: 100%;
    height: 400px;
    min-height: 300px;
    margin-top: 1rem;
    border-radius: 10px;
}

/* Toggle password Style */
#toggleText{
    font-weight: 700;
    display: none;
    cursor: pointer; 
    color: #fe424d;
}