

#changed-prices {
    height: 100vh;
    justify-content: center;
    align-items: center;
}

#changed-prices > div {
    width: 50%;
}

#changed-prices > div > div > div.modal-body > p {
    color: #000000;
}

#accepted-terms {
    color: var(--buttons_text_color);
    background: var(--buttons_background_color);
}

#accepted-terms :hover{
    color: var(--active_buttons_text_color);
    background: var(--active_buttons_background_color);
}