h1, h2, h3, h4, h5 {
    color: #676e81;
}

#start-container {
    border: 1px solid #CCC;
}

/* FORM */
input[type="text"] {
    background-color: #FFFFFF;
    box-shadow: none;
    border-radius: 0;
    border-color: #45b3d8;
    border-width: 2px;
    width: 100%;
    padding: .5em 1em;
    -webkit-transition: border 0.2s, box-shadow 0.2s;
    transition: border 0.2s, box-shadow 0.2s;
}

.pac-item {
    padding: 5px 10px 5px 10px;
    border: 0;
}

.pac-item:hover {
    background-color: #DDDDDD;
}

.pac-icon {
    display: none;
}

.pac-matched {
    font-weight: normal;
}

.pac-item-query, .pac-item span {
    font-size: 13px;
    margin-bottom: 0;
    cursor: pointer;
    font-weight: normal;
}

#address_type_label {
    font-size: 16px;
    border-bottom: 0 !important;
    font-weight: 700;
    color: #676e81;
    margin-bottom: 5px;
}

.input-wrapper {
    padding: 0 20px 20px 20px;
    width: 100%;
}

.btn-check:checked + .radio-button:before {
    content: "\f00c";
    display: inline-block;
    font-family: 'Font Awesome 5 Pro';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-right: 0.5em;
}

