/************/
/*** Base ***/
/************/
.standard_modal_dimensions
{
    max-width: 41.875rem !important;
    min-width: 41.875rem !important;
    height: 22.5rem !important;
}

.standard_modal_content_dimensions
{
    border-radius: 20px !important;
    height: 22.5rem !important;
}

/*** Large base ***/
.standard_modal_dimensions.large
{
    max-width: 53.125rem !important;
    min-width: 53.125rem !important;
    height: 29.0625rem !important;
}

.standard_modal_content_dimensions.large
{
    border-radius: 20px !important;
    height: 30.0625rem !important;
}

/*** Larger base ***/
.standard_modal_dimensions.larger
{
    max-width: 60.125rem !important;
    min-width: 60.125rem !important;
    height: 39.625rem !important;
}

.standard_modal_content_dimensions.larger
{
    border-radius: 20px !important;
    height: 42.625rem !important;
}

/*** Loader ***/
.standard_modal_loader_dimensions
{
    max-width: 19.4375rem !important;
    min-width: 19.4375rem !important;
    height: 11.9375rem !important;
}

.standard_modal_loader_content_dimensions
{
    border-radius: 20px !important;
    height: 11.9375rem !important;
}

.standard_modal_loader_content_dimensions.larger {
    height: 17.9375rem !important;
}

.standard_modal_loader_content_dimensions.with_message
{
    height: 13.9375rem !important;
}

/**************/
/*** Header ***/
/**************/
.standard_modal_header
{
    margin: 0 1.625rem !important;
    padding: 0.7rem 0 0.4rem 0 !important;
}

.standard_modal_header .close
{
    padding: 1rem 1rem !important;
    margin: -1.5rem -1rem -1rem auto !important;
    font-size: 2.5rem !important;
    font-weight: 300 !important;
}

.standard_modal_title
{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px !important;
    line-height: 25.2px !important;
    margin-bottom: 0 !important;
    letter-spacing: -0.01px;
    padding-top: 3px !important;
}

.standard_modal_sub_title_separator
{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 21px;
    line-height: 1.5;
    margin-bottom: 0;
    letter-spacing: -0.0105px;
}

.standard_modal_sub_title_separator:before
{
    content: "\00a0|\00a0";
}

.standard_modal_sub_title
{
    max-width: 25rem;
    font-family: 'Lato';
    font-style: normal;
    font-weight: 300;
    font-size: 18px;
    line-height: 1.5;
    margin-bottom: 0;
    letter-spacing: -0.0105px;
    margin-top: 0.2rem;
}

/************/
/*** Body ***/
/************/
.modal-body
{
    padding: 1rem 2rem !important;
}

.modal-body-wrapper {
    text-align: center !important;
}

.standard_modal_margins.custom_content
{
    margin: -0.6rem 0.625rem;
}

.standard_modal_icon
{
    height: 3.75rem !important;
}

.standard_modal_body
{
    max-height: 15.625rem;
}

.modal-body-wrapper > div.message_content.without_input
{
    margin-top: 1.5rem !important;
}

.modal-body-wrapper > div.message_content.with_input
{
    margin-bottom: 2.875rem !important;
}

.message_content > p.standard_modal_message
{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 20px;
    letter-spacing: -0.01px;
}

.message_content > p.standard_modal_sub_message
{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.01px;
}

/*** Loader ***/
.standard_modal_loader_margins
{
    margin: 1rem 0.625rem;
}

.standard_modal_loader_icon
{
    height: 8rem !important;
}
.standard_modal_loader_icon.small
{
    height: 6rem !important;
}

.standard_modal_loader_body
{
    max-height: 13.625rem;
}

.standard_modal_loader_body > div.message_content
{
    margin-top: 0.5rem;
}

/* Footer */

.standard_modal_footer
{
    position: absolute;
    bottom: 4rem;
    right: 0;
    border: none !important;
}

.standard_modal_button
{
    font-family: 'Lato';
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: center;
    height: 2.1875rem;
    width: 10.375rem;
    margin-right: 1.25rem !important;
    margin-bottom: -4.625rem !important;
}

.standard_modal_footer:last-child
{
    margin-right: 0 !important;
}