.alert-popup {
    z-index: 1000000;
    top: 180px;
    left: 50%;
    position: fixed;
    transform: translateX(-50%);
}

.close-popup {
    position: absolute;
    top: -17px;
    right: -13px;
    border-radius: 50%;
    background-color: rgb(212, 237.4, 217.8);
    cursor: pointer;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 21px;
}
