﻿body {
    font-family: "Poppins", sans-serif;
    font-style: normal;
    color: #020000;
}

button {
    background: none;
    color: inherit;
    border: none;
    padding: 0;
    font: inherit;
    cursor: pointer;
    outline: inherit;
}

footer {
    background-color: #151521;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Yeseva One", serif;
    font-weight: 400;
    font-style: normal;
}

.icon-wrapper {
    text-decoration: none;
    margin-left: .25rem;
    margin-right: .25rem;
}

.icon {
    display: flex;
    width: 35px;
    height: 35px;
    border-radius: 35px;
    /*font-size: 1rem;*/
    background-color: #80a39f;
    justify-content: center;
    align-items: center;
    text-align: center;
    text-decoration: none;
    color: #212529;
    /* border: 1px solid #d1e5f4;*/
}

    .icon:hover {
        background-color: #8faeaa;
    }

    .card{
        color: #020000;
    }

.card, .rounded-custom {
    border-radius: 25px 25px 25px 25px;
}

.card-body {
    /*padding: 50px 50px 50px 50px;*/
    padding: 30px 30px;
}

.card-links .card {
    border: 0px !important;
    height: 100%;
    box-shadow: 0px 6px 12px #cccccc;
    color: #020000;
}

.card-links i{
    font-size: 2.5rem;
}

    .card-links .card .card-body {
        display: flex;
        flex-direction: column;
    }

.card-links a {
    text-decoration: none;
    color: #020000;
    flex: 1;
    max-width: 350px;
    min-width: 350px;
}

    .card-links a:hover {
        text-decoration: none;
    }

        .card-links a:hover .card {
            box-shadow: 0px 8px 16px #cccccc;
        }

.list-unstyled li, .list-padding li {
    padding-top: .35rem;
    padding-bottom: .35rem;
}

.ol-custom {
    list-style: none;
    counter-reset: item;
    padding-left: 0;
}

.ol-custom li {
    counter-increment: item;
    margin-bottom: 2rem;
    display: flex;
    justify-content: start;
    flex-direction: row;
}

    .ol-custom li:before {
        content: counter(circle-counter);
        font-size: 1.35rem;
        line-height: 45px;
        margin-right: 15px;
        content: counter(item);
        background: #75b9e8;
        border-radius: 50%;
        width: 45px;
        height: 45px;
        text-align: center;
        display: block;
        flex-shrink: 0
    }

.collapse-container {
    padding: 1.5rem;
    border-radius: 1rem;
    background-color: #dce1de;
    margin-bottom: 2rem;
}

    .collapse-container a {
        /*color: #75b9e8;*/
    }

.collapse-btn {
    display: flex;
    flex-direction: row;
    justify-content: start;
    align-items: center;
    width: 100%;
    font-weight: 600;
    text-align: left;
}

.btn {
    border-radius: 1.5rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    font-size: 1.1rem;
}

.btn-custom {
    background-color: #75b9e8;
    color: #020000;
}

    .btn-custom:hover {
        background-color: #8bc4ec;
        border-color: #8bc4ec;
        color: #020000;
    }

    .btn-custom:not(:disabled):not(:disabled):active {
        background-color: #75b9e8 !important;
        border-color: #75b9e8 !important;
        color: #020000;
    }

.map {
    width: 100%;
    border: none;
    border: 0;
    min-height: 350px;
}

#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;
}
