.ag-custom-voting-form-wrapper {
    margin-top: 2em;
    background-color: #16576d;
    padding: 20px;
    border-radius: 10px;
}
.ag-custom-voting-warning {
    margin-top: 2em;
    background-color: #ffe853;
    padding: 10px 15px;
    border-radius: 10px;
    color: #000000;
}
.ag-custom-voting-form-txt,
.ag-voting-form-email label {
    color: #fff;
    font-size: 13px;
    line-height: 1.6;
}
.ag-custom-voting-form-txt {
    margin-bottom: 8px;
}
.ag-voting-form-email input {
    color: #000;
    font-size: 13px;
    max-width: 290px;
    padding: 5px 10px;
    line-height: 1.6;
    border-radius: 5px;
}
.ag-voting-button {
    padding: 8px 24px;
    background: #ffffff !important;
    border: 1px solid var(--line);
    color: #016B95;
    text-transform: uppercase;
    letter-spacing: .08em;
    font-weight: 700;
    cursor: pointer;
    border-radius: 12px;
    transition: transform .06s, box-shadow .2s, border-color .2s;
    width: auto;
    text-align: center;
    margin: 20px 0 10px 0;
}
.ag-voting-button:hover {
    opacity: 0.8!important;
}
.ag-voting-button-inverse {
    background: #016B95 !important;
    color: #ffffff;
}
#ag-cvs-cvsChart {
    max-width: 1200px;
    margin: 0 auto;
    background: #fafafa;
    border-radius: 12px;
    padding: 10px;
    box-shadow: 0 0 10px rgba(0,0,0,0.1);
}
@media(max-width:576px) {
  .ag-voting-form-email > input[type='email'] {
    width: 100%;
    max-width: unset;
  }
  .ag-voting-button {
    width: 100%;
  }
}