.ad__ack-dialog-content .accept-button {
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
    font-weight: bold;
}

.ad__ack-dialog-content {
    background-color: transparent;
    width: 520px;
    height: 160px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    color: black;
    font-weight: bold;
    text-align: center;
}

.ad__ack-dialog-content .text-count-down {
    font-size: 26px;
    color: #29b6f6;
}

.ad__ack-dialog-content-header{
    color: #111928;
    text-align: center;
    /* H2 Bold */
    font-family: Proxima Nova;
    font-size: 28px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.ad__ack-dialog-content-text{
    color: #4B5563;
    text-align: center;
    /* H2 Bold */
    font-family: Proxima Nova;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px; /* 140% */
}

.ad__ack-dialog-content-text-accept-button{
    border-radius: 8px;
    background: #1E429F;
    display: flex;
    width: 235px;
    height: 52px;
    padding: var(--35, 14px) var(--6, 24px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: white;

    /* text-lg/font-semibold */
    font-family: Inter;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%; /* 1.6875rem */
}


.ad__ack-dialog-content-text-skip-button{
    display: flex;
    width: 235px;
    height: 52px;
    padding: var(--35, 14px) var(--6, 24px);
    justify-content: center;
    align-items: center;
    gap: 8px;
    color: #4B5563;
    border: 0;
    background-color: transparent;

    font-family: Proxima Nova;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem; /* 140% */
}

.ad__ack-dialog-content-image{
    width: 400px;
    height: 400px;
    border-radius: 200px;
}
