.alert_pop_up_container {
    display: inline-block;
    max-width: 380px;
    position: absolute;
    z-index: 999999;
    top: 40px;
    right: 40px;
}

.alert_pop_up {
    position: relative;
    margin-bottom: 10px;
    box-shadow: 0 2px 10px 4px rgba(0, 0, 0, 0.03), 0px 10px 20px 4px rgba(0, 0, 0, 0.06);
    border-radius: 12px;
    float: right;
    background: white;
}

.alert_pop_up .icon {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 24px;
    margin: auto;
    width: 24px;
    height: 24px;
} 

.alert_pop_up .close_icon {
    position: absolute;
    top: 2px;
    right: 2px;
    width: 20px;
    height: 20px;
    padding: 6px;
    cursor: pointer;
} 

.alert_pop_up p {
    display: inline-block;
    padding: 20px 38px 20px 61px;
    font-size: 13px;
    font-family: Inter-Bold;
    line-height: 18px;
    margin-bottom: 0px;
    color: #444444;
    letter-spacing: 0px;
} 