﻿body {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    color: #020000;
}

footer {
    background-color: #020000;
}

.banner {
    background-color: #003b75;
}

header {
    z-index: 100;
    box-shadow: 0 3px 6px 0 rgba(0,0,0,.1);
    background-color: #ffffff;
}

header .nav-item {
    margin-left: .5rem;
    margin-right: .5rem;
}

header .nav-link, header .dropdown-item {
    /*font-weight: 500;*/
    color: #020000;
}

    header .nav-link:hover {
        color: #000;
    }

.icon-wrapper {
    text-decoration: none;
    margin-left: .25rem;
    margin-right: .25rem;
}

.icon {
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    font-size: 1.05rem;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    background-color: #f9f8ff;
    color: #020000;
}

    .icon:hover {
        background-color: rgba(255,255,255,0.85);
    }

.btn {
    border-radius: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.1rem;
}

.btn-custom {
    background-color: #6c98e1;
    color: #020000;
}

    .btn-custom:hover {
        background-color: #81a7e5;
        border-color: #81a7e5;
        color: #020000;
    }

    .btn-custom:not(:disabled):not(:disabled):active {
        background-color: #6c98e1 !important;
        border-color: #6c98e1 !important;
        color: #020000;
    }

.btn-outline-custom{
    color: #003b75;
    border-color: #003b75;
    background-color: #fff;
}

.btn-outline-custom:hover{
    background-color: #003b75;
    color: #ffffff;
}

.border-top-card {
    border-top: 5px solid #003b75;
}

.card, .rounded-custom {
    color: #020000;
    border-radius: 25px 25px 25px 25px;    
}

.card-body {
    padding: 50px 30px;
}

.card-links .card {
    border: 0px !important;
    height: 100%;
    box-shadow: 0px 6px 12px #cccccc;
    background-color: #8cd2be;
    color: #f8f9fa;
}

    .card-links .card .card-body {
        display: flex;
        flex-direction: column;
    }

.card-links a {
    text-decoration: none;
}

    .card-links a:hover {
        text-decoration: none;
    }

        .card-links a:hover .card {
            box-shadow: 0px 8px 16px #cccccc;
        }

#login {
    width: 100%;
    max-width: 330px;
    padding: 15px;
    margin: auto;
}

.username {
    margin-bottom: -1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.password {
    margin-bottom: 10px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.div-table {
    padding: 0 .5rem 0;
}

    .div-table .row {
        padding: .75rem 0 .75rem;
        border-bottom: 1px solid #dee2e6;
    }

.list-unstyled li, .list-padding li {
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 350px;
    max-width: 400px;
}

.property-tag {
    background-color: #003b75;
    position: absolute;
    top: 10%;
    width: 25%;
    color: #f8f9fa;
    font-weight: 600;
    text-align: center;
    padding: .5rem;
}

.list-group-item{
    color: #020000;
}

.fw-500{
    font-weight: 500;
}
