.wpcot-tips-wrapper {
    --border: #c3c4c7;
    --primary: #2271b1;
    --background2: #f7f7f7;
}

.woocommerce_options_panel .wpcot-tips-wrapper {
    max-width: 100%;
}

.wpcot-tips-wrapper .wpcot-tips {
    position: relative;
    margin-bottom: 10px;
}

.wpcot-tips-wrapper .wpcot-tips.wpcot-all .wpcot-tip .wpcot-tip-header {
    padding-left: 20px;
}

.wpcot-tips-wrapper .wpcot-tips.wpcot-all .wpcot-tip .wpcot-tip-header .wpcot-tip-move {
    display: none !important;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip {
    display: block;
    width: 100%;
    padding: 0;
    margin-bottom: 10px;
    background-color: #ffffff;
    border: 1px solid var(--border);
    border-radius: 3px;
    position: relative;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip:last-child {
    margin-bottom: 0;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 40px;
    line-height: 40px;
    padding: 0 40px 0 0;
    border: none;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-header:after {
    content: "\f140";
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    font: normal 16px/40px dashicons;
    position: absolute;
    top: 0;
    right: 0;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-header .wpcot-tip-move {
    cursor: move;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    text-align: center;
    font-size: 0;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-header .wpcot-tip-move:before {
    content: "\f545";
    display: inline-block;
    width: 40px;
    height: 40px;
    text-align: center;
    font: normal 12px/40px dashicons;
    speak: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-decoration: none !important;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-content {
    border-top: 1px solid var(--border);
    display: none;
    padding: 0 20px;
    background: var(--background2);
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line {
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: flex;
    align-items: center;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line:last-child {
    margin-bottom: 0;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line.wpcot-tip-line-disabled {
    opacity: 0.5;
    pointer-events: none;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line .wpcot-show-if-custom {
    margin-left: 10px;
    display: none;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line .wpcot-values {
    flex-grow: 1;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line .wpcot-values .wpcot-value {
    padding: 5px 0;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line .wpcot-values .wpcot-value .wpcot-remove-value {
    display: inline-block;
    width: 20px;
    text-align: center;
    cursor: pointer;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line .wpcot-new-value {
    margin-top: 5px;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line .input-panel {
    position: relative;
    flex-grow: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line .input-panel p {
    flex-grow: 1;
    width: 100%;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line .input-panel .wpcot-label-wrapper, .wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line .input-panel .wpcot-value-wrapper {
    display: inline-block;
    width: calc(50% - 20px);
    margin-right: 10px;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line .input-panel .wpcot-label-wrapper input, .wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line .input-panel .wpcot-value-wrapper input {
    width: 100%;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line .input-panel .wpcot-remove-value {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    cursor: pointer;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line .input-panel .wpcot-remove-value:hover {
    color: #ff4f3b;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line .input-panel + button {
    margin-top: 10px;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line label {
    float: none;
    width: auto;
    flex: auto;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line > label {
    float: none;
    width: 120px;
    flex: 0 0 120px;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line input[type=text], .wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line input[type=number] {
    width: auto;
    float: none;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line .input-block {
    display: block !important;
    width: 100% !important;
    margin-top: 8px;
    float: none;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line:last-child {
    border-bottom: 0;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-line .select2-container {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    box-sizing: border-box !important;
    display: inline-block !important;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip.active .wpcot-tip-header:after {
    content: "\f142";
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip.active .wpcot-tip-content {
    display: block;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip:hover .wpcot-remove-tip {
    opacity: 1;
    visibility: visible;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-tip-label {
    font-weight: 600;
    flex-grow: 1;
    text-overflow: ellipsis;
    font-size: 14px;
}

.wpcot-tips-wrapper .wpcot-tips .wpcot-tip .wpcot-remove-tip {
    color: #ff4f3b;
    text-decoration: underline;
    margin: 0 5px;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
}

.wpcot-tips-wrapper .nav-tab-wrapper .nav-tab-active {
    background: var(--primary);
    border-color: var(--primary);
    color: #fff;
}

.wpcot-tips-wrapper .nav-tab-content {
    display: none;
    border: 1px solid var(--border);
    border-top: 0;
    background: #fff;
}

.wpcot-tips-wrapper .nav-tab-content.active {
    display: block;
}

.wpcot-single-product .wpcot-tips-wrapper {
    padding: 12px 12px 0 12px;
}

.woocommerce_options_panel .wpcot-tips-new {
    padding: 0 12px 12px 12px;
}

/*# sourceMappingURL=backend.css.map */
