.ddwccf-events-list-container h3 {
    display: inline-block;
    vertical-align: sub;
}
.ddwccf-hide {
    display: none !important;
}
.ddwccf-image-element {
    width: 100px;
    height: auto;
}
.ddwccf-image-wrapper {
    position: relative;
    width: 100px;
    height: auto;
}
.ddwccf-close-icon {
    position: absolute;
    top: -8px;
    right: 0px;
    background-color: #fff;
    padding: 1px;
    height: 18px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
}
.ddwccf-status {
    display: -webkit-inline-box;
    display: inline-flex;
    line-height: 2.5em;
    color: #777;
    background: #e5e5e5;
    border-radius: 4px;
    border-bottom: 1px solid rgba(0,0,0,.05);
    margin: -.25em 0;
    cursor: inherit!important;
    white-space: nowrap;
    max-width: 100%;
}
.ddwccf-status.ddwccf-status-enabled {
    background: #c6e1c6;
    color: #5b841b;
}
.ddwccf-status.ddwccf-status-disabled {
    background: #eba3a3;
    color: #761919;
}
.ddwccf-status>span {
    margin: 0 1em;
    overflow: hidden;
    text-overflow: ellipsis;
}
.ddwccf-manage-event-table input, .ddwccf-manage-event-table select, .ddwccf-manage-event-table textarea {
    width: 90%;
}
.woocommerce-help-tip {
    color: #666;
    display: inline-block;
    font-size: 1.1em;
    font-style: normal;
    height: 16px;
    line-height: 16px;
    position: relative;
    vertical-align: text-top;
    width: 16px;
}
.woocommerce-help-tip:hover {
    font-size: 1.2em;
    cursor: help;
}
.woocommerce-help-tip::after {
    font-family: Dashicons;
    speak: never;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    text-indent: 0;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    content: "\f223";
    cursor: help;
}
#tiptip_holder.tip_top {
    padding-bottom: 5px;
}
#tiptip_holder {
    display: none;
    z-index: 8675309;
    position: absolute;
    top: 0;
    left: 0;
}
#tiptip_arrow, #tiptip_arrow_inner {
    position: absolute;
    border-color: transparent;
    border-style: solid;
    border-width: 6px;
    height: 0;
    width: 0;
}
#tiptip_holder.tip_top #tiptip_arrow_inner {
    margin-top: -7px;
    margin-left: -6px;
    border-top-color: #333;
}
#tiptip_content, .chart-tooltip, .wc_error_tip {
    color: #fff;
    font-size: .8em;
    max-width: 150px;
    background: #333;
    text-align: center;
    border-radius: 3px;
    padding: 0.618em 1em;
    box-shadow: 0 1px 3px rgb(0 0 0 / 20%);
}
.ddwccf-float-left {
    float: left;
}
.ddwccf-float-right {
    float: right;
}
.ddwccf-bar-container {
    clear: both;
    height: 26px;
    text-align: center;
    color: #000;
    background-color: #f1f1f1;
}
.ddwccf-bar {
    color: #fff;
    background-color: #369cf4;
}
.ddwccf-filter-form {
    display: block;
    overflow: auto;
}
.ddwccf-description {
    font-size: 13px;
    font-style: italic;
    margin: 2px 0 5px;
    color: #666;
}
.ddwccf-margin-left-20px {
    margin-left: 20px;
}
.ddwccf-table {
    padding: 10px;
}
.ddwccf-events-list-table-wrapper, .ddwccf-orders-list-wrapper {
    overflow-x: auto;
}