﻿/* Set main card top padding */

body {
    /* Margin bottom by footer height */
    font-family: "Raleway", sans-serif;
    margin-bottom: 60px;
    /*background: linear-gradient(to right, #ff7e5f, #feb47b);*/
}

.gradient {
    background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
}

.gradient-card {
    background-image: linear-gradient(to top, #fff1eb 0%, #ace0f9 100%);
}

.main-card {
    margin-top: 1em;
}

.main-card-0_5 {
    margin-top: 0.5em;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Edit pagination for form */
form label {
    margin-bottom: 0.3em;
}

form div.form-group {
    margin-bottom: 1em;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 15px;
    font-family: "Raleway", sans-serif;
}

@media (min-width: 600) {
    html {
        font-size: 16px;
    }

    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

.property-pictures .image-container .responsive-image-wrapper.gallery-thumbnail .image {
    border-radius: 1.4em;
    height: 100%;
    object-fit: cover;
    width: 100%;
}

.property-details {
    display: flex;
    justify-content: start;
    gap: 1rem;
    padding: 2rem 1rem;
    list-style-type: none;
}

.detail-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.over-control {
    display: block;
    width: 100%;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

    .over-control:focus {
        color: #495057;
        background-color: #fff;
        border-color: #80bdff;
        outline: 0;
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
    }

    .over-control::placeholder {
        color: #6c757d;
        opacity: 1;
    }

    .over-control:disabled, .over-control[readonly] {
        background-color: #e9ecef;
        opacity: 1;
    }

.no-wrap {
    white-space: nowrap;
}