body {
    color: #343859;
}

.ss-h2 {
    font-style: normal;
    font-weight: bold;
    font-size: 40px;
    line-height: 56px;
    /* Typography/#343859 Primary */
    color: #343859;
    display: block;
}

.ss-h3 {
    font-style: normal;
    font-weight: bold;
    font-size: 28px;
    line-height: 40px;
    color: #403790;
    display: block;
    margin-bottom: 2rem;
}

.ss-h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 24px;
    /* identical to box height, or 133% */
    /* Main/#3D3489 Primary */
    color: #3D3489;
    display: block;
    margin-bottom: 1rem;
}

.ss-h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 24px;
    color: #343859;
    display: block;
    margin-bottom: 0.5rem;
}

.ss-h6 {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    font-size: 10px;
    line-height: 16px;
    /* identical to box height, or 160% */

    text-align: center;

    /* Typography/A9ABBF Tertiary */

    color: #A9ABBF;

}

.ss-p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;

    /* Typography/#676A83 Secondary */

    color: #676A83;
}

.ss-input {
    background: rgb(249, 249, 251);
    /* Grayscales/#E8EAEF Gray 2 20% */

    border: 1px solid #E8EAEF;
    box-sizing: border-box;
    border-radius: 4px;
    width: 100%;
    height: 40px;
    padding: 9px 10px 9px 10px;
}

.ss-input::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: rgba(169, 171, 191, 1);
    opacity: 1; /* Firefox */
}

.ss-input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: rgba(169, 171, 191, 1);
}

.ss-input::-ms-input-placeholder { /* Microsoft Edge */
    color: rgba(169, 171, 191, 1);
}

.vap-full-width-map {
    background-color: #FCFCFE;
    border-radius: 4px;
    width: 100%;
    height: 500px;
}

.linear-gradient-blue-to-blue-custom {
    background: linear-gradient(61.38deg, #403790 -8.67%, #4837ce 167.07%);
}

.ss-dropdown {
    position: absolute;
    width: 100%;
    padding: 14px 10px 0px 10px;
    background-color: white;
    z-index: 1000;
    margin-top: 10px;
    box-shadow: 0px 8px 53px rgba(48, 41, 115, 0.1);
    border-radius: 6px;
}

.ss-dropdown-option {
    font-size: 12px;
    color: #A9ABBF;
    font-weight: 500;
    display: block;
    margin-bottom: 16px;
}

.pac-container {
    border-top: 1px solid white;
    margin-top: 5px;
    border-radius: 4px;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(37, 31, 82, 0.25) 0px 20px 50px -12px !important;
}

.pac-item {
    border: none;
    padding: 2px 10px 2px 10px;
    font-family: 'Poppins';
}

.pac-logo::after {
    content: none;
}

.tw-modal-bg {
    background-color: rgba(70, 72, 91, 0.5) !important;
}

.tw-modal-title {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #343859;
}

.tw-modal-subtitle {
    font-style: normal;
    font-weight: 600;
    font-size: 12px;
    line-height: 16px;
    color: #676A83;
}

.tooltip .tooltip-inner {
    color: #343859 !important;
}

.grey-background {
    background: rgb(249, 249, 251);
}

.green-background {
    background: #8CE8C8;
}

.smallButton button {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.25rem;
    padding: 5px 10px;
}

.tw-border-grey {
    border-color: #E8EAEF;
}
