.timesact-badge-ribbon span::before {
    content: "";
    position: absolute; left: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid #888888;
    border-right: 3px solid transparent;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #888888;
}
.timesact-badge-ribbon span::after {
    content: "";
    position: absolute; right: 0px; top: 100%;
    z-index: -1;
    border-left: 3px solid transparent;
    border-right: 3px solid #888888;
    border-bottom: 3px solid transparent;
    border-top: 3px solid #888888;
}
.md-modal {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 40%;
    height: auto;
    z-index: 999999999999;
    visibility: hidden;
    transform: translateX(-50%) translateY(-50%);
}
.md-content {
    background: #fff;
    position: relative;
    border-radius: 10px;
    margin: 0 auto;
}
.md-show {
    visibility: visible;
}
.md-show ~ .md-overlay {
    opacity: 1;
    visibility: visible;
    display: block;
}
.popup-container {
    min-height: 100%;
    display: none;
}
.md-overlay {
    position: fixed;
    width: 100%;
    height: 100%;
    visibility: hidden;
    top: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    background: #c9c9c9c2;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}
.md-body {
    text-align: center;
    padding-top: 10%;
    padding-bottom: 10%;
    font-family: "Roboto";
}
p.message {
    padding: 20px;
}
.md-close {
    background: #f70427;
    border: none;
    color: white;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}
@media screen and (max-width: 32em) {
    .md-modal { width: 80%; }
}
.timesact_bis_popup_overlay {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    visibility: hidden;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: .5;
    display: block !important;
}

.timesact_bis_dialog {
    display: inline-table;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1050;
    visibility: hidden;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}

.timesact_bis_popup_overlay_show,
.timesact_bis_dialog_show {
    visibility: visible;
}

.timesact_bis_popup {
    z-index: 1000000;
    background: #fff;
    color: #000;
    margin: auto;
    pointer-events: none;
    max-width: 460px;
    width: 96%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    position: fixed;
    border-radius: 10px;
    font-size: 14px;
    /*add dynamic value*/
}

.timesact_bis_popup_content {
    pointer-events: auto;
    position: relative
}

.timesact_bis_popup_body {
    padding: 20px;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    border-radius: .3rem
}

.timesact_bis_close_button {
    padding: 5px;
    background: 0 0;
    font-size: 1.4rem;
    font-weight: 700;
    line-height: 1;
    opacity: 1;
    cursor: pointer;
    outline: 0;
    border-radius: 0;
    position: absolute;
    top: 0;
    right: 0;
    border: 0
}

.timesact_bis_close_span {
    display: inline-block;
    height: 20px;
    width: 20px;
    color: #000;
    margin-top: 0;
}

.timesact_bis_heading {
    margin-bottom: 0;
    color: #000;
    /*dynamic value*/
    margin-top: 0;
    font-size: calc(2 * 1em);
    /*dynamic value*/
    font-weight: 700
}

.timesact_bis_desc {
    margin-bottom: 0;
    color: #000;
    /*dynamic value*/
    font-size: 14px;
    /*dynamic value*/
}

.timesact_bis_line {
    margin: 10px 0
}

.timesact_bis_form_field {
    margin-top: 10px
}

.timesact_bis_input {
    padding: 8px 15px;
    border: 1px solid #949494;
    background-color: #fff;
    color: #000;
    max-width: 100%;
    line-height: 1.2;
    width: 100%;
    outline: 0;
    border-radius: 10px;
    /*dynamic value*/
}

.timesact_bis_submit_button {
    width: 100%;
    outline: 0;
    border: 0;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #000;
    /*dynamic value*/
    color: #fff;
    /*dynamic value*/
    border-radius: 10px;
    /*dynamic value*/
    font-size: 14px;
    cursor: pointer;
}

.timesact_bis_submit_button--disabled {
    background: #ddd
}

.timesact_bis_loading_icon {
    width: 15px !important;
    height: 15px !important;
    margin-right: 5px !important;
}

.timesact_bis_loading_icon:after {
    content: " ";
    display: block;
    width: 15px !important;
    height: 15px !important;
    border-radius: 50%;
    border: 2px solid #fff;
    border-color: #fff transparent #fff transparent;
    animation: timesact-bis-loading 1.2s linear infinite
}

@keyframes timesact-bis-loading {
    0% {
        transform: rotate(0)
    }

    100% {
        transform: rotate(360deg)
    }
}

.timesact_bis_note {
    color: black;
    font-size: 80%;
    margin-bottom: 0
}

.timesact_bis_response {
    margin-bottom: 0;
}

.timesact_bis_message_success {
    width: 100%;
    text-align: center;
    font-weight: 600;
    display: none;
    color: #28a745;
}

.timesact_bis_message_error {
    width: 100%;
    text-align: center;
    font-weight: 600;
    display: none;
    color: red;
}

.timesact_powered_by {
    margin-top: 15px;
    left: 0;
    right: 0;
    text-align: center;
}

.timesact_powered_by a {
    text-decoration: none;
    color: #000 !important;
    font-weight: 700;
}

.timesact_bis_field_empty {
    border: 1px solid red;
}

.timesact_bis_message_show {
    display: block !important;
}

.timesact-button:after {
    content: none
}

.timesact-button:before {
    content: none
}
.timesact_bis_subscribe {
    font-size: 80%;
}

.timesact_sub #newsletter {
    height: 14px !important;
    width: 14px !important;
}
.timesact_sub {
    display: none;
}

#timesact_widget{
    width: 100%;
    text-align: left;
    margin-top: 17px;
    clear: both;
    max-width: 400px;

}
#timesact_widget .timesact_widget_wrapper {
    border: 1.5px solid #cccccc;
    border-radius: 5px;
    margin-bottom: 5px;
    margin-top: 10px;
}

#timesact_widget .timesact_option {
    display: flex;
    position: relative;
    padding: 16px 16px;
    flex-direction: column;
}

#timesact_widget .timesact_option:first-child {
    border-bottom: inherit;
}
#timesact_widget .timesact_option:first-child:last-child {
    border-bottom: none;
}

#timesact_widget .timesact_radio_label {
    display: flex !important;
    align-items: center;
    margin: 0;
    padding: 0;
    background: none;
}

.timesact_circle {
    position: relative;
}

.timesact_option input[type=radio]:focus + label .timesact_circle:before {
    height: 24px;
    width: 24px;
    border: 2px solid #3a3a3a;
    border-radius: 50%;
    flex-shrink: 0;
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

[name="selling_plan"] {
    position: absolute;
    opacity: 0;
}

#timesact_widget .timesact_circle {
    display: flex;
    height: 18px;
    width: 18px;
    border: 2px solid #3a3a3a;
    border-radius: 50%;
    margin-right: 10px;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;

}

#timesact_widget .timesact_option input[type=radio]:checked + label .timesact_circle .timesact_dot {
    height: 10px;
    width: 10px;
    background-color: #3a3a3a;
    border-radius: 50%;
    flex-shrink: 0;

}