#timed-popup {
    background: #fff;
}
#timed-popup .popup-header {
    background: #001b39;
    padding: 15px 5px;
}
#timed-popup .popup-logo {
    text-emphasis: none;
}
#timed-popup .popup-logo img {
    max-width: 150px;
}
#timed-popup .popup-body {
    background: #fff;
    padding: 1.5rem;
}
#timed-popup.popup-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5);
display: flex;
justify-content: center;
align-items: center;
z-index: 1000;
padding: 20px;
}
#timed-popup.popup-overlay.hidden {
display: none;
}
#timed-popup .popup-content {
display: flex;
flex-direction: column;
border-radius: 8px;
position: relative;
max-width: 800px;
width: 100%;
text-align: center;
border-radius: 20px;
overflow: hidden;
}
#timed-popup .popup-close {
position: absolute;
top: 10px;
right: 10px;
background: none;
border: none;
font-size: 24px;
cursor: pointer;
padding: 5px;
color: #fff;
z-index: 2;
}
#timed-popup .popup-logo {
width: 120px;
margin: 0 auto 1rem;
display: block;
}
#timed-popup .popup-title {
font-size: 24px;
line-height: 1.4;
color: #000;
}
#timed-popup .bonus-wrapper {
position: relative;
padding: 0 1rem;
margin-bottom: 1.5rem;
margin-top: 25px;
}
#timed-popup .bonus-amount {
text-align: center;
}
#timed-popup .till {
font-size: 20px;
margin-bottom: 0.5rem;
}
#timed-popup .amount {
font-size: 8rem;
font-weight: 700;
line-height: 1;
margin: 0;
}
#timed-popup .bonus-text {
font-size: 3rem;
font-weight: 700;
margin-top: 2rem;
line-height: 1;
}
#timed-popup .illustration {
position: absolute;
right: 0;
bottom: -20px;
width: 180px;
}
#timed-popup .player {
width: 100%;
height: auto;
}
#timed-popup .form-group {
margin: 1.5rem auto;
max-width: 400px;
}
#timed-popup .email-input {
width: 100%;
padding: 12px 15px;
border: 1px solid #ddd;
border-radius: 4px;
margin-bottom: 0.75rem;
font-size: 0.9rem;
}
#timed-popup .submit-button {
background-color: #e63946;
color: white;
border: none;
padding: 12px 30px;
border-radius: 4px;
font-size: 1rem;
font-weight: 600;
cursor: pointer;
width: 100%;
text-transform: uppercase;
}
#timed-popup .terms {
font-size: 0.7rem;
color: #666;
margin: 0;
max-width: 400px;
margin: 0 auto;
line-height: 1.4;
}

#timed-popup  #timed-popup-button{
    margin-top: 15px;
}