@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300..700&display=swap");
body {
    font-family: "Quicksand", sans-serif;
    background-color: #05668d;
}

body .wraper {
    padding: 50px 0px;
}

body .wraper .form-map {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

body .wraper .form-map .form {
    margin: 20px 0px;
}

body .wraper .form-map .form p {
    font-weight: 600;
    margin-top: 15px;
}

body .wraper .form-map .form button {
    width: 100%;
}

body .wraper .form-map .img {
    text-align: center;
    margin-top: 20px;
}

body .wraper .form-map .img img {
    width: 50%;
}

body .wraper .form-map .img p {
    margin-top: 20px;
    font-weight: 500;
    font-style: italic;
    font-size: 16px;
}

body .wraper .form-result {
    background-color: #ffffff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}

body .wraper .form-result #map-min {
    background-color: #3ab795;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 20px;
}

body .wraper .form-result #map-min li {
    list-style: none;
    background-color: #ffffff;
    border-radius: 15px;
    padding: 10px;
}

body .wraper .form-result #map-min p {
    font-weight: bold;
}

body .wraper .form-result #list-cs {
    background-color: #a3cef1;
    border-radius: 15px;
    padding: 10px;
}

body .wraper .form-result #list-cs li {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 10px;
    margin-bottom: 10px;
    list-style: none;
}


/*# sourceMappingURL=app.css.map */