.country-selection-modal-wrapper {
    padding-top: 1rem;
}

#countrySelection_modal .modal-dialog {
    max-width: 400px;
}

#countrySelection_modal .secondary-title {
    font-weight: 500;
}

#countrySelection_modal .country-selection-link {
    width: 100%;
    color: black;
    display: block;
    overflow: auto;
    padding: 1rem;
}

    #countrySelection_modal .country-selection-link:hover {
        background: rgba(230, 230, 230, 0.7);
    }

#countrySelection_modal .country-selection-card {
    float: left;
    display: flex;
    align-items: center;
}

#countrySelection_modal .country-selection-text {
    margin-left: 20px;
    font-family: "Barlow", sans-serif !important;
    color: black;
    text-align: left;
}

    #countrySelection_modal .country-selection-text .country-selection-headline {
        font-size: 19px !important;
        font-weight: 500 !important;
    }

    #countrySelection_modal .country-selection-text .country-selection-sub {
        font-size: 15px !important;
        font-weight: 300 !important;
    }

#countrySelection_modal .country-selection-image {
    display: flex;
    width: 70px;
    min-width: 70px;
    overflow: hidden;
    justify-content: center;
    border-radius: 50%;
}

#countrySelection_modal .flow_modal-top-logo-cancel {
    overflow: hidden;
    position: relative;
    background-color: white;
}

    #countrySelection_modal .flow_modal-top-logo-cancel img {
        width: 64px;
        position: absolute;
        top: 0;
        left: -3px;
    }
/*# sourceMappingURL=countrySelection.css.map */