/* ==========================================================================
    general and design tab
   ========================================================================== */
.general_design_tab{
    display: flex;
}
.general_design_tab input:checked+h2{
    padding: 10px;
    color: #007cba;
    border-bottom: 2px solid #007cba;
}
.general_design_tab {
    display: flex;
    margin-top: -15px;
    margin-left: -24px;
    margin-right: -24px;
    padding: 0;
    margin-bottom: 0;
    border: 1px solid #dddddd;
    background: #ffffff;
    margin-bottom: 0;
    justify-content: space-around;
}
.general_design_tab label {
    -webkit-box-flex: 1;
    flex: 1 1 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    font-size: 11.5px;
    font-weight: 500;
    letter-spacing: 1px;
    font-style: normal;
    text-transform: uppercase;
    height: 40px;
    margin: 0;
    box-sizing: content-box;
    cursor: pointer;
    border: 0;
    background: transparent;
    border-top: 2px solid transparent;
    border-radius: 0;
}
.general_design_tab label h2 {
    font-size: 12px;
    color: #50575e;
    width: 100%;
    display: inline-block;
    text-align: center;
}
input.general-design-select{
    display: none;
}
/* ==========================================================================
    general and design tab
   ========================================================================== */

.repeater-input {
    border: 1px solid;
    padding: 8px;
    background: #fff;
}
i.dashicons.dashicons-visibility.visibility {
    cursor: pointer;
    margin-right: 10px;
}
i.dashicons.dashicons-menu {
    float: right;
}
li.repeater.invisibility {
    color: #aaa;
    border: 1px dashed #aaa;
}