.cf-alert-header {
    height: 40px;
    padding-right: 1rem;
    background-color: var(--light-color);
    border-bottom: 1px solid #e5e5e5;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.04), 0px 1px 3px 0px rgba(0, 0, 0, 0.07);
}

.cf-modal-icon-container {
    border-radius: 50%;
    height: 3.75rem;
    width: 3.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.cf-modal-icon-containerLg {
    border-radius: 50%;
    height: 6.75rem;
    width: 6.75rem;
    display: flex;
    align-items: center;
    justify-content: center;
}


.cf-modal-icon {
    height: 2.25rem;
}

.cf-modal-iconLg {
    height: 4.25rem;
}

.cf-alert-modal {
    z-index: 999999999999;
}