.advanced {
    font-size: calc(8px + 0.9vmin);
    padding: 10px 0px 0px 0px !important;
    margin-right: 12px;
    margin-top: 8px;
    float: right;
}


.advanced-table td {
vertical-align: middle !important;
}



#paymentfrequency.on-off-btn {
    min-width: 60px !important;
    float: right;
}


.on-off-btn span, .on-off-btn.off, .on-off-btn.on {
    padding: 0px 5px !important;
    vertical-align: middle !important;
}

.on-off-btn:not(.block).off [data-status|="off"]::before,
 .on-off-btn:not(.block).inactive [data-status|="off"]::before, 
  .on-off-btn:not(.block).on [data-status|=on]:after {
    vertical-align: unset !important;
}


.afterpost-row {
    padding-bottom: 0px !important;
}

.afterpost-row input, .afterpost-row textarea {
    padding-left: 0px !important;
}


#afterpostwebhook {
    width: calc(100% - 10px);
}


.widget-nav {
    margin: 15px 15px 0px;
    user-select: none;
}

.widget-nav #allwidgets {
    text-decoration: underline;
}


.widget-nav span:first-child {
    cursor: pointer;
}


.nav-separator {
    padding: 8px;
    background: url(../../assets/images/arrow_right_black.png) no-repeat center;
    background-size: 30px;
    margin: 0px 5px 0px 3px;
}


.widget-options {
    margin: 15px !important;
}

#paywidget {
    background: url(../../assets/images/pay_red.fw.png) no-repeat center;
    background-size: calc(50% - 28px) !important;
}


#shopwidget {
    background: url(../../assets/images/shopping_plugin.png) no-repeat center;
}

#audiowidget, #videowidget {
    filter: grayscale(100%); 
    -o-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -webkit-filter: grayscale(100%); 
}

#videowidget {
    background: url(../../assets/images/video_streaming.png) no-repeat center;

}


#audiowidget {
    background: url(../../assets/images/audio_streaming_plugin.png) no-repeat center;
    background-size: calc(50% - 20px) !important;
}


.widget-options > tbody > tr:last-child > td > span {
    display: inline-block;
    width: calc(50% - 100px);
    height: 100px;
    min-width: 100px;
    text-align: center;
    padding: 50px 15px 10px 15px;
    border: 1px solid #d6d6d6;
    border-radius: 5px;
    margin: 20px 20px 10px 0px;
    background-color: #fff;
    box-shadow: 15px 15px 18px 0px rgb(0 0 0 / 5%);
    cursor: pointer;
    position: relative;
}


.widget-options > tbody > tr:last-child > td > span > span {
    font-size: calc(12px + 0.2vw);
    color: #777;
    text-align: center;
    display: inline-block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 8px 0px;
}


.widget-type {
    background-size: calc(50% - 30px) !important;
}


.type-label {
    text-transform: capitalize;
    color: #999999;
}


.shop-buttons {
    display: flex;
    margin-top: 15px;
}

.shop-buttons > a, .shop-buttons > a:hover {
    padding: 15px;
    color: #fff !important;
}

.shop-buttons a:nth-child(2) {
    margin-left: auto;
}


.widget-response-help {
    font-size: calc(10px + 0.4vmin);
    margin-top: 5px;
}



@media only screen and (max-width:375px) {
    .show-frequency-td {
        padding-right: 0px !important;
    }  
}


@media only screen and (min-width:500px) {

    .advanced-table td:nth-child(1) {
        width: 235px !important;
    }
    
}



@media only screen and (max-width:500px) {

    .widget-options > tbody > tr:last-child > td > span {
        height: 70px;
    }

    .coming-soon .warning {
        font-size: 15px !important;
    }

    .radio-btn > span {
        top: -3px !important;
    }

    .on-off-btn span {
        line-height: 18px !important;
    }
    
    .advanced-table select {
        width: 100px !important;
    }

    #widgetmaxwidth, #widgetmaxheight {
        width: 80px !important;
    }
 
}