.newsletter__content--inner {
    position: relative;
}
.wpcf7-spinner{
    position: absolute;
    right: -10px;
    top: calc(50% - 12px);
}
.newsletter__content--inner .wpcf7-form-control.wpcf7-text {
    height: 100%;

}
.wpcf7-list-item{
    margin-left: 0;
}
.monthpicker{
    width: 352px !important;
}
.monthpicker_selector{
    position: absolute;
    width: 100%;
    background: white;
    padding: 15px;
    top:55px;
    left:0;
    box-shadow:0 0 0 1px rgba(68,68,68,0.11);
    cursor:pointer;
    z-index: 25;
}
.darkcustom .monthpicker_selector{
    box-shadow:0 0 0 1px rgba(255,255,255,0.11);
    background: rgb(25, 25, 25);
}
.monthpicker_selector table span{
    width:100%;
    display: block;
}
.monthpicker_selector table span , .monthpicker_selector table td  {
    border-radius: 4px;
}
.darkcustom .monthpicker_selector table span:hover,.darkcustom .monthpicker_selector table td:hover{
    background-color: #333;
}
.monthpicker_selector table span:hover,.monthpicker_selector table td:hover {
    background-color: #eee;
}
.monthpicker_selector table{
    width: 100%;
    text-align: center;
}
.monthpicker_input{
    display:flex;
    align-items:center;
    outline:none;
    justify-content: space-between;
}