:root {
    --white-smoke: #fbfeff;
    --bold-grey: #767f87;
    --muted-onyx: #212930;
    --light-green: #cde1cb;
    --grey: #b7bcc2;
    --brand-green: #6ac64b;
    --ice-gray: #eef2f6;
    --blue-ideal: #253746;
    --poppins: 'Poppins', sans-serif;
    --arial: 'Arial', sans-serif;
}
.idp-form-container {
    max-width: 680px;
    margin: 0 auto;
    padding: 75px;
    border: 1px solid #eef2f6;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    font-family: var(--poppins);
}
@media (max-width: 767px) {
    .idp-form-container {
        margin: 0 24px;
        padding: 32px;
    }
}
#idpMondayForm .question-wrapper {
    margin-bottom: 24px;
}
#idpMondayForm label {
    font-weight: 500;
    margin-bottom: 16px;
    margin-top: 16px;
    font-size: 16px;
    line-height: 20px;
    white-space: pre-wrap;
    overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: block;
    font-family: var(--poppins);
    color: var(--blue-ideal);
}
.required-field {
    color: #D83A52;
}
#idpMondayForm input, #idpMondayForm select, #idpMondayForm textarea:not(.select2-search__field) {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #c3c6d4;
    border-radius: 4px;
    font-size: 16px;
    font-family: var(--arial);
    color: #676879;
    height: 40px;
}
#idpMondayForm input[type="number"] {
    padding-left: 5px;
    padding-right: 0;
}
#idpMondayForm textarea:not(.select2-search__field) {
    min-height: 126px;
    padding: 10px;
    border-radius: 8px;
    margin-bottom: 40px;
}
#idpMondayForm .recaptcha-container {
    margin-bottom: 24px;
}
#idpMondayForm .recaptcha-container .g-recaptcha {
    display: flex;
    justify-content: center;
}
#idpMondayForm button[type="submit"] {
    height: 40px;
    border-radius: 4px;
    padding: 10px 16px;
    border: 0 none;
    cursor: pointer;
    background: #ECEDF5;
    font-size: 16px;
    line-height: 22px;
}
#idpMondayForm .select2-container {
    height: 40px;
    border: 1px solid #c3c6d4;
    border-radius: 4px;
    font-size: 16px;
    color: #676879;
    margin-bottom: 20px;
    border: 0 none;
    width: 100% !important;
}
#idpMondayForm .select2-container .select2-selection--single {
    height: 40px;
    cursor: pointer;
    border: 1px solid #c3c6d4;
}
#idpMondayForm .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px;
}
#idpMondayForm .select2-container--default .select2-selection--single .select2-selection__clear {
    height: 40px;
}
#idpMondayForm .select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px;
}
#idpMondayForm .select2-container--default .select2-selection--multiple {
    min-height: 40px;
    cursor: pointer;
    border: 1px solid #c3c6d4;
}
#idpMondayForm .select2-container--default .select2-selection--multiple .select2-selection__choice {
    display: inline-flex;
    padding-left: 7px;
}
#idpMondayForm .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    order: 2;
    position: static;
    height: 100%;
    align-self: center;
}
#idpMondayForm .select2-container--default .select2-selection--multiple .select2-selection__choice__display {

}
#idpMondayForm .submit {
    text-align: center;
    margin-bottom: 24px;
}
#idpMondayForm .disclaimer, #idpMondayForm #status {
    font-size: 14px;
    font-weight: 300;
    line-height: 16.8px;
    text-align: center;
}
.pac-container.pac-logo {
    margin-top: 10px;
    border-radius: 16px;
    background-color: var(--white-smoke);
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.pac-item {
    color: var(--grey);
    font-size: 16px;
    line-height: 22px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 16px;
    font-weight: 400;
}

.pac-item:hover, .pac-item:focus {
    background-color: var(--ice-gray);
}

.pac-item .pac-icon {
    background-image: url("https://cdn.prod.website-files.com/663a58dfb423eff3639562f6/66676bc414dce0b739cf5f26_Location.svg");
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    background-size: 20px;
    background-position: 0 center;
    margin-top: 0;
}

.pac-item:hover .pac-icon {
    background-image: url("https://cdn.prod.website-files.com/663a58dfb423eff3639562f6/668d6286b370dff6ffd56161_MapViewIcon.svg");
}

.pac-item .pac-item-query {
    color: var(--muted-onyx);
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
}

.pac-item .pac-matched {
    font-weight: 400;
}

.pac-item .pac-item-query .pac-matched {
    color: var(--muted-onyx);
    font-weight: 400;
}