.ablck {
    --blue: #099AD7;
}

.ablck-modal {
    align-items: center;
    background: #FFF;
    border-radius: 20px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 555px;
    padding: 30px 38px;
    position: relative;
    width: 100%;
}

a.ablck-modal__link:link,
a.ablck-modal__link:active,
a.ablck-modal__link:visited,
a.ablck-modal__link:hover {
    background: var(--blue);
    border: none;
    color: #FFF;
    cursor: pointer;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 25px;
    outline: none;
    padding: 13px;
    text-align: center;
}

.ablck-modal__heading {
    color: #000;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    margin-bottom: 19px;
    text-align: center;
}

.ablck-modal__heading__blue {
    color: var(--blue);
}

.ablck-modal__icon {
    margin-bottom: 21px;
}

.ablck-modal__text {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px;
    margin-bottom: 24px;
    max-width: 450px;
    text-align: center;
}

.ablck-overlay {
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    bottom: 0;
    display: flex;
    height: 100vh;
    justify-content: center;
    left: 0;
    padding: 20px;
    position: fixed;
    right: 0;
    width: 100%;
    z-index: 2;
}