@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap");
@import "table/table.css";


:root {
    --bs-radius: 2px;
    --transition: 350ms;
    --bs-border-color: #dee2e6;
    --bs-text: #1e293b;
}

html{
    background: #fff;
    font-family:sans-serif;
    -ms-text-size-adjust:100%;
    -webkit-text-size-adjust:100%;
}

body {
    margin:0;
    overflow-x: hidden; /* Remove horizontal scrolling for the page */
    letter-spacing: .5px;
    font-size:14px;
    color:#4c5258;
    letter-spacing:.5px;
    background-color:#f4f4f4;
    font-family:Roboto,sans-serif;
}

a{
    color: #0D6EBD;
    text-decoration: none;
}

a:hover{
    text-decoration: underline;
}

article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{
    display:block;
}
audio,canvas,video{
    display:inline-block;
}
audio:not([controls]){
    display:none;
    height:0;
}
[hidden]{
    display:none;
}

a:focus{
    outline:thin dotted;
}
a:active,a:hover{
    outline:0;
}
h1{
    font-size:2em;
    margin:0.67em 0;
}
abbr[title]{
    border-bottom:1px dotted;
}
b,strong{
    font-weight:bold;
}
dfn{
    font-style:italic;
}
hr{
    -moz-box-sizing:content-box;
    box-sizing:content-box;
    height:0;
}

label{
    font-weight: 500;
}

mark{
    background:#ff0;
    color:#000;
}
code,kbd,pre,samp{
    font-family:monospace,serif;
    font-size:1em;
}
pre{
    white-space:pre-wrap;
}
q{
    quotes:"\201C" "\201D" "\2018" "\2019";
}
small{
    font-size:80%;
}
sub,sup{
    font-size:75%;
    line-height:0;
    position:relative;
    vertical-align:baseline;
}
sup{
    top:-0.5em;
}
sub{
    bottom:-0.25em;
}
img{
    border:0;
}
svg:not(:root){
    overflow:hidden;
}
figure{
    margin:0;
}
legend{
    border:0;
    padding:0;
}


button,input{
    line-height:normal;
}
button,select{
    text-transform:none;
}
button,html input[type="button"],input[type="reset"],input[type="submit"]{
    -webkit-appearance:button;
    cursor:pointer;
}
button[disabled],html input[disabled]{
    cursor:default;
}
input[type="checkbox"],input[type="radio"]{
    box-sizing:border-box;
    padding:0;
}
input[type="search"]{
    -webkit-appearance:textfield;
    box-sizing:content-box;
}
input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{
    -webkit-appearance:none;
}
button::-moz-focus-inner,input::-moz-focus-inner{
    border:0;
    padding:0;
}
textarea{
    overflow:auto;
    vertical-align:top;
}
table{
    border-collapse:collapse;
    border-spacing:0;
}

.clear {
    clear: both;
}

svg:not(:root) {
    overflow: hidden;
}

.hidden {
    position: absolute;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

nav ul {
    display: block;
}

@media screen and (max-width: 58em) {
    .botoscope-tabs nav a:before {
        margin-right: 0;
    }
}

.button,
.button-primary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-decoration: none;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

.button-primary {
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    color: #fff;
}

.button-primary:hover {
    transform: scale(1.05);
    background: linear-gradient(135deg, #66BB6A, #388E3C);
    box-shadow: 0 4px 8px rgba(76, 175, 80, 0.3);
}

.button-primary.blue {
    background: linear-gradient(135deg, #1976D2, #0D47A1);
}
.button-primary.blue:hover {
    background: linear-gradient(135deg, #2196F3, #1565C0);
    box-shadow: 0 4px 8px rgba(33, 150, 243, 0.3);
}

.button-primary.red {
    background: linear-gradient(135deg, #D32F2F, #B71C1C);
}
.button-primary.red:hover {
    background: linear-gradient(135deg, #F44336, #C62828);
    box-shadow: 0 4px 8px rgba(211, 47, 47, 0.3);
}

.button-primary:focus {
    outline: none;
    box-shadow: 0 0 10px rgba(76, 175, 80, 0.5);
}

.button-primary:disabled {
    background: linear-gradient(135deg, #BDBDBD, #9E9E9E);
    cursor: not-allowed;
    box-shadow: none;
}


[class^="icon-"]:before,
[class*=" icon-"]:before {
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    margin-right: .3em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .3em;
    font-size: 110%;
    opacity: 0.9;
    -webkit-font-smoothing: antialiased;
}

[class^="icon-"]:hover:before,
[class*=" icon-"]:hover:before {
    text-shadow: 2px 2px 5px rgba(76, 175, 80, 0.3);
}


/* Tabs Styling */
/* Nav */
.botoscope-tabs {
    font-family: "Nunito", sans-serif;
    font-size: 16px;
    color: #161c2d;
    line-height: 1.5rem;
}

.botoscope-tabs > nav {
    margin-bottom: 0;
    border-bottom: 2px solid #4CAF50;
    border-radius: 6px 6px 0 0;
    transition: all 0.3s ease-in-out;
    width: 100%;
}

.botoscope-tabs > nav > ul {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 7px;
    padding-left: 0;
}

@media (max-width: 1025px) {
    .botoscope-tabs > nav > ul li {
        flex-basis: 50%;
    }
}
@media (max-width: 575px) {
    .botoscope-tabs > nav > ul li {
        flex-basis: 100%;
    }
}

.botoscope-tabs > nav > ul li {
    padding: 5px;
}
@media (min-width: 576px) {
    .botoscope-tabs > nav > ul li {
        flex: 1;
    }
}

.botoscope-tabs > nav > ul li.tab-current > a {
    background: linear-gradient(135deg, #4CAF50, #388E3C);
    color: #fff;
    font-weight: bold;
    border-radius: 6px;
    box-shadow: 0 2px 4px rgba(76, 175, 80, 0.3);
    transition: all 0.3s ease-in-out;
}

.botoscope-tabs > nav > ul li a {
    display: block;
    padding: 0.5rem 0.7rem;
    color: #495057;
    font-weight: 600;
    background: none;
    border-radius: var(--bs-radius, 6px);
    font-size: 1rem;
    text-align: center;
    transition: all 0.3s ease;
    text-decoration: none;
    white-space: nowrap;
    border: 2px solid transparent;
    text-transform: uppercase;
}

.botoscope-tabs > nav > ul li a:hover {
    background: linear-gradient(135deg, #66BB6A, #43A047);
    color: white;
    transform: scale(1.05);
    box-shadow: 0 3px 6px rgba(76, 175, 80, 0.3);
}

.botoscope-tabs-style-line nav a {
    padding: 0.7em 0.4em;
    box-shadow: inset 0 -3px #d1d3d2;
    color: #74777b;
    text-align: left;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 700;
    font-size: 0.8em;
    line-height: 1;
    transition: color 0.3s, box-shadow 0.3s;
}

.botoscope-tabs-style-line nav a:hover,
.botoscope-tabs-style-line nav a:focus {
    box-shadow: inset 0 -3px #4CAF50;
    color: #4CAF50;
}

.botoscope-tabs-style-line nav li.tab-current a {
    box-shadow: inset 0 -3px #0073aa;
    color: #0073aa;
}

@media screen and (max-width: 58em) {
    .botoscope-tabs-style-line nav ul {
        display: block;
        box-shadow: none;
    }
    .botoscope-tabs-style-line nav ul li {
        display: block;
        flex: none;
    }
}

/* Content */
.content-wrap {
    position: relative;
    background: #fff;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    width: 100%;
}

.content-wrap #tabs-products{
    padding: 1em 0;
    width: 100%;
    max-width: 100%;
}

.content-wrap section {
    display: none;
    margin: 0 auto;
    padding: 1em 0;
    max-width: 100%;
}

.content-wrap section.content-current {
    display: block;
}

.content-wrap section h4,
.content-wrap section h5 {
    margin: 1em 0;
}

.content-wrap section p.description {
    font-size: 14px;
    color: #999;
    font-weight: 400;
}

/*****************************************/

.no-js #loader {
    display: none;
}
.js #loader {
    display: block;
    position: absolute;
    left: 100px;
    top: 0;
}

/******************************************/

.cssload-loader {
    position: absolute;
    top: 43%;
    left: calc(50% - 36px);
    width: 72px;
    height: 72px;
    border-radius: 50%;
    perspective: 900px;
}

.cssload-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-radius: 50%;
}

.cssload-inner.cssload-one {
    left: 0%;
    top: 0%;
    animation: cssload-rotate-one 1.6s linear infinite;
    border-bottom: 3px solid #79b8ff;
}

.cssload-inner.cssload-two {
    right: 0%;
    top: 0%;
    animation: cssload-rotate-two 1.6s linear infinite;
    border-right: 3px solid #79b8ff;
}

.cssload-inner.cssload-three {
    right: 0%;
    bottom: 0%;
    animation: cssload-rotate-three 1.6s linear infinite;
    border-top: 3px solid #79b8ff;
}

.botoscope-admin-preloader {
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: #fff;
}


::-webkit-input-placeholder {
    color:#b2c8dc;
}
::-moz-placeholder          {
    color:#b2c8dc;
}
:-ms-input-placeholder      {
    color:#b2c8dc;
}

input::-webkit-input-placeholder       {
    opacity: 1;
    transition: opacity 0.3s ease;
}
input::-moz-placeholder                {
    opacity: 1;
    transition: opacity 0.3s ease;
}
input:-moz-placeholder                 {
    opacity: 1;
    transition: opacity 0.3s ease;
}
input:-ms-input-placeholder            {
    opacity: 1;
    transition: opacity 0.3s ease;
}
input:focus::-webkit-input-placeholder {
    opacity: 0;
    transition: opacity 0.3s ease;
}
input:focus::-moz-placeholder          {
    opacity: 0;
    transition: opacity 0.3s ease;
}
input:focus:-moz-placeholder           {
    opacity: 0;
    transition: opacity 0.3s ease;
}
input:focus:-ms-input-placeholder      {
    opacity: 0;
    transition: opacity 0.3s ease;
}

/**************** scroll in taxonomy box **********************************/

.popup_val_in_tbl::-webkit-scrollbar {
    width: 1em;
}

.popup_val_in_tbl::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.popup_val_in_tbl::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

/**************************************************/

.popup_val_in_tbl ul{
    margin: 0 !important;
    padding: 0;
    display: inline-flex;
    flex-wrap: wrap;
}

.popup_val_in_tbl li{
    margin: 0 5px 3px 0;
}

a.dtp-select-day{
    font-family: 'Open Sans', sans-serif;
    color: #00b9f5;
    font-size: 15px;
    font-weight: 400;
    cursor: pointer;
}

.dtp div.dtp-date, .dtp div.dtp-time{
    line-height: 23px;
}

.btn-flat{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    border-color: transparent;
    font-weight: 600;
    text-transform: uppercase;
    border-radius: var(--bs-radius);
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
    font-size: 13px;
    font-weight: 600;
    transition: box-shadow linear 0.4s;
    padding: .5rem 1rem;
}

.textinput_col{
    width: auto;
    max-width: 210px;
    overflow: hidden;
    cursor: pointer;
}

#powerTip a{
    color: #ccc;
}

.info_helper{
    vertical-align: middle;
}

/**************/

.cssload-container{
    display: inline-block;
    position:relative;
}

.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
    position: absolute;
    top: 50%;
    left: 50%;
    border: 1px solid rgb(204,204,204);
    border-left-color: rgb(0,0,0);
    border-radius: 799px;
}

.cssload-whirlpool {
    margin: -20px 0 0 -20px;
    height: 40px;
    width: 40px;
    animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::before {
    content: "";
    margin: -18px 0 0 -18px;
    height: 35px;
    width: 35px;
    animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::after {
    content: "";
    margin: -23px 0 0 -23px;
    height: 45px;
    width: 45px;
    animation: cssload-rotate 2300ms linear infinite;
}

/***********************/
.products_search_container{
    position: relative;
}
.products_search_container .cssload-container{
    position: absolute;
    right: 5px;
    top: 15px;
}

#advanced-table td{
    border-right: 1px solid #e1e1e1;
    box-sizing: content-box;
    text-align: center;
    font-size: 14px;
    color: #000;
    padding: 4px;
}

td.editable{
    position: relative;
}

/************ wp css overriding *******************/

.Zebra_Tooltip{
    position:absolute;
    z-index:9999;
    background:transparent
}
.Zebra_Tooltip .Zebra_Tooltip_Message{
    background: #333;
    color:#fff;
    position:relative;
    padding:15px;
    text-align:left;
    border-radius:5px;
    box-shadow:2px 2px 6px rgba(0,0,0,0.6);
    *margin-right:0;
    /* _width:expression(document.body.clientWidth > 250 ? '250px': 'auto'); */
    max-width: 250px;
}
.Zebra_Tooltip .Zebra_Tooltip_Arrow{
    position:absolute;
    width:20px;
    height:10px;
    overflow:hidden
}
.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Bottom{
    bottom:0
}
.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Bottom div{
    top:0;
    _border-bottom-color:pink
}
.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Top{
    top:0
}
.Zebra_Tooltip .Zebra_Tooltip_Arrow.Zebra_Tooltip_Arrow_Top div{
    bottom:0;
    _border-top-color:pink
}
.Zebra_Tooltip .Zebra_Tooltip_Arrow div{
    display:none;
    position:absolute;
    border-style:solid;
    border-width:10px;
    width:0;
    height:0;
    left:0;
    _border-left-color:pink;
    _border-right-color:pink;
    _filter:chroma(color=pink)
}
.Zebra_Tooltip .Zebra_Tooltip_Close{
    text-decoration:none;
    color:#FFF;
    position:absolute;
    right:4px;
    top:3px;
    font-weight:bold;
    padding:0 4px
}
.Zebra_Tooltip .Zebra_Tooltip_Close:hover{
    color:#000;
    background:#FFF;
    border-radius:15px
}

input[readonly]
{
    background: repeating-linear-gradient(
        135deg,
        #f9f9f9,
        #f9f9f9 10px,
        #fff 10px,
        #fff 20px
        ) !important;
    background-size: 2em 2em;
    background-color: seashell;
    background-position: center 1em;
}

li.search-choice span{
    color: orangered;
}

.notice, div.error, div.updated{
    margin: 0 0 7px 0;
    border-radius: 7px;
    padding: 6px;
}

.wp-core-ui .button-group.button-large .button, .wp-core-ui .button.button-large{
    padding: 0 10px !important;
    line-height: 30px !important;
}

input[type=text],
input[type=number]{
    min-height: 28px !important;
    padding: 1px 7px;
    border-color: gainsboro;
}

textarea{
    border-color: gainsboro !important;
}

input[type=checkbox], input[type=radio]{
    border-radius: 0 !important;
}

.wp-core-ui select{
    min-height: auto;
    border-color: #c1c1c1;
    border-radius: var(--bs-radius) !important;
    max-width: 100% !important;
}

.info_helper.zebra_tips1{
    background: #7f55d4;
    font-size: 10px;
    padding: 1px;
    border-radius: 50%;
    color: #fff;
}

.wp-core-ui .button,
.wp-core-ui .button-secondary {
    color: #1f55d4;
    border-color: #3f55f1;
    background: #fff;
    transition: all 0.3s;
}

.wp-core-ui .button:hover,
.wp-core-ui .button-secondary:hover{
    background-color: #3f55f1;
    border-color: #3f55f1;
    color: #fff !important;
    box-shadow: 0 3px 5px 0 rgb(47 85 212 / 30%);
}

.wp-core-ui data-table-cell[data-key="delete"] .button:hover,
.wp-core-ui data-table-cell[data-key="delete"] .button-secondary:hover{
    background-color: red;
    border-color: red;
}

.notice-warning {
    border-left-color: #f17425;
}

.botoscope-plugin-name {
    position: relative;
    width: fit-content;
    margin-bottom: 3px;
    line-height: 1.5;
    font-weight: 700;
    font-size: 22px;
    color: #0078D7;
    background: linear-gradient(135deg, lightseagreen, teal);
    -webkit-background-clip: text;
    text-shadow: 0px 1px 1px rgba(32, 178, 170, 0.3);
    letter-spacing: 0.5px;
    transition: all 0.3s ease-in-out;
}

.botoscope-plugin-name span{
    color: #e1565f;
}

.botoscope-plugin-name img{
    position: absolute;
    right: -32px;
    top: -5px;
    width: 58px;
}

.button-small-2{
    line-height: 1.8em !important;
}

.button.wp-color-result,
.button.wp-color-result:hover{
    background-color: #efefef;
    border: solid 1px #e7e7e7;
}

.icon-trash.button{
    border-radius: 100%;
    padding: 0 6px;
    line-height: 0;
}

.wp-color-result-text{
    border-radius: 11px;
}


input[type=color], input[type=date], input[type=datetime-local],
input[type=datetime], input[type=email], input[type=month], input[type=number], input[type=password],
input[type=search], input[type=tel], input[type=text], input[type=time], input[type=url], input[type=week],
select, textarea{
    border-radius: var(--bs-radius);
}

.button.button-primary,
.button.button-secondary{
    border-radius: var(--bs-radius);
}

.button.wp-color-result{
    border-radius: 12px;
}

.taxonomy_cell_edit{
    display: flex;
    flex-wrap: wrap;
    margin-top: 9px;
    justify-content: space-between;
}

.taxonomy_cell_edit2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    border-radius: 3px !important;
}

#wpcontent{
    background: #fff;
}


.woobe_progress {
    width: 100%;
    background-color: #ccc;
    /* border: solid 1px #ddd; */
    border-radius: 3px;
}
.woobe_progress_in {
    width: 0.01%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    color: #fff;

    background: repeating-linear-gradient(
        135deg,
        #006799 17px,
        #006799 18px,
        #008ec2 10px,
        #008ec2 40px
        );
    background-size: 2em 2em;
    background-color: lightblue;
    background-position: center 1em;
}

.product_type_variation{
    background: repeating-linear-gradient(
        135deg,
        #f9f9f9,
        #f9f9f9 10px,
        #fffffd 10px,
        #ffffef 20px
        );
    /* background-size: 2em 2em; */
    background-color: seashell;
    background-position: center 1em;
}


::-webkit-scrollbar {
    height: 10px;
    background-color: #f4f4f4;
}

::-webkit-scrollbar-thumb {
    background-color: #0088CC;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #c70039;
}

::-webkit-scrollbar-track {
    background-color: #ddd;
}

/*
- https://www.svgrepo.com/vectors/dolphin/
-
*/


.wc_input_price{
    margin-bottom: 5px;
    width: -webkit-fill-available;
    color: maroon !important;
}


#botoscope_product_variation_description_ai{
    margin-bottom: 5px;
}

.wrap.nosubsub{
    transform: translateZ(0);
}

#the_table_marketing_strategies_formulas_table data-table-cell[data-key="formula"],
#the_table_marketing_strategies_formulas_table data-table-cell[data-key="formula"] > input{
    font-size: 15px;
    font-weight: bold;
    color: blueviolet;
}

data-table{
    overflow: visible;
}

#the_table_options data-table-cell[data-key="title"],
#the_table_payment_settings_table data-table-cell[data-key="title"]{
    font-size: 15px;
    font-weight: bold;
    color: #000;
}

#the_table_options data-table-cell[data-key="value"],
#the_table_payment_settings_table data-table-cell[data-key="value"]{
    font-size: 15px;
    font-style: italic;
    color: #000;
}

#botoscope_install_process_monitor {
    font-family: monospace;
    white-space: pre;
    overflow-wrap: normal;
    word-wrap: normal;
    background-color: #f5f5f5;
    padding: 10px;
    border: 1px solid #ccc;
}

#botoscope_install_process_monitor:empty{
    display: none;
}

#botoscope_install_process_monitor > li b{
    color: green;
}

.botoscope_search_cross{
    position: absolute;
    font-size: 20px;
    color: red;
    top: 12px;
    right: 20px;
    width: fit-content;
}

.botoscope_search_cross:hover{
    text-decoration: none;
}

.botoscope_row_menu_order > a:hover{
    text-decoration: none !important;
    opacity: 0.8;
}

.botoscope_row_menu_order > a:nth-child(2){
    /* margin-left: 3px; */
}

data-table-cell .selectm23{
    width: 100%;
    text-align: left;
}

data-table-cell a.botoscope_cell_translation_btn,
data-table-cell a.botoscope_cell_translation_btn:hover{
    position: absolute;
    right: 4px;
    font-size: 20px !important;
    font-style: normal;
    opacity: 0.8;
    right: 15px;

}

#botoscope_create_support{
    float: right;
}

#botoscope-support-search,
#botoscope-interface_translations-search{
    width: -webkit-fill-available;
    margin-bottom: 5px;
}

#tabs-products #botoscope_products_language_selector{
    display: inline-block;
    width: 120px;
}

#tabs-products #botoscope_products_language_selector > select{
    width: 100%;
}

#advanced-table td:has(span:not(.botoscope-popup-btn-bg-clear)) {
    background-color: blanchedalmond;
}

#botoscope-taxonomies-selector{
    margin: 15px 0;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

#botoscope-taxonomies-selector > select{
    display: inline-block;
}

#botoscope-taxonomies-selector > div {
    min-width: 400px;
}

data-table-cell:has(ta),
td.editable:has(ta){
    background: blanchedalmond !important;
}

select.botoscope-lang-selector{
    margin-bottom: 5px;
    float: right;
    clear: both;
    max-width: 130px !important;
    width: fit-content;
}

data-table-cell input[type="radio"] {
    border-radius: 100% !important;
}

.button.button-primary.botoscope_cell_translation_btn{
    display: none;
}

data-table-cell:has(ta) > .button.button-primary.botoscope_cell_translation_btn{
    display: inline-block;
}

data-table-row > *{
    font-family: 'Nunito' !important;
}

data-table-row[data-id="openai_api_key"] data-table-cell.data-table-is-editable,
data-table-row[data-id="api_key"] data-table-cell.data-table-is-editable{
    font-size: 11px;
    color: green;
    opacity: 0.3;
    position: relative;
    overflow: hidden;
}

data-table-row[data-id="openai_api_key"] data-table-cell.data-table-is-editable:has(input),
data-table-row[data-id="api_key"] data-table-cell.data-table-is-editable:has(input){
    opacity: 1;
}

data-table-row[data-id="openai_api_key"] data-table-cell.data-table-is-editable:not(:has(input))::after,
data-table-row[data-id="api_key"] data-table-cell.data-table-is-editable:not(:has(input))::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, #ffffff 100%);
}

data-table-cell.data-table-is-editable .input-div-wrapper{
    width: 100%;
    position: relative;
}

/*
data-table-cell.data-table-is-editable .input-div-wrapper > input[type=text]{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
*/

.botoscope-tab-top-panel{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.botoscope-tab-top-panel h4,
.botoscope-tab-top-panel a{
    margin: 0;
}



/* Hamburger Button Styles */
.botoscope_menu_manager_hamburger {
    display: none;
    cursor: pointer;
    font-size: 30px;
    display: inline;
    position: absolute;
    right: 0;
    top: 13px;
}

.botoscope_menu_manager_hidden {
    display: none;
}
/* Styles for dropdown menu */
.botoscope_menu_manager_dropdown {
    display: none;
    position: absolute;
    background-color: white;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
    padding: 10px;
    margin-top: 10px;
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
}
/* Styles for smooth display */
.botoscope_menu_manager_dropdown.show {
    display: block;
    opacity: 1;
    transform: translateY(0);

    position: absolute;
    right: 0;
    top: 20px;
    z-index: 999;
    min-width: 200px;
    color: yellowgreen;
}

.botoscope_menu_manager_dropdown li {
    padding: 5px 0;
}

.botoscope_menu_manager_show {
    display: block !important;
}

.botoscope-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.botoscope-table-tools-panel{
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}


.botoscope-table-tools-panel .button{
    font-size: 19px;
}

div > .data-table-pagination{
    margin: 7px 0;
}

.botoscope-products-sale-price,
.botoscope-products-sale-price > input{
    color: red !important;
    font-weight: 900;
    font-size: 27px !important;
}

.botoscope-products-regular-price{
    color: #000;
    font-weight: 600;
    font-size: 23px;
    font-family: monospace;
}

.botoscope-products-sale-price{
    font-size: 23px;
    font-family: monospace;
}

.botoscope-products-sku{
    color: #000;
    font-style: italic;
    font-size: 0.9rem;
}

.botoscope-products-id{
    font-size: 0.85rem;
}

.botoscope-products-title{
    color: steelblue;
    font-size: 1.05rem;
    font-family: arial;
}

.horizontal-scrollbar23-wrapper{
    position: fixed;
}


/*********************** PRODUCTS GALLERY *******************************/

ul.product_media{
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
}

ul.product_media > li{
    outline: 2px dashed transparent;
    margin: 0 3px;
}

ul.product_media > li:hover{
    outline-color: #e1565f;
}

ul.product_media li,
ul.product_media li.wc-metabox-sortable-placeholder {
    width: 30%;
    float: left;
    cursor: move;
    border: 1px solid #d5d5d5;
    margin: 9px 9px 0 0;
    background: linear-gradient(135deg, #f7f7f7, #ececec);
    border-radius: 6px;
    position: relative;
    box-sizing: border-box;
    transition: transform 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.15);
}

ul.product_media li img,
ul.product_media li video,
ul.product_media li.wc-metabox-sortable-placeholder img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 6px;
}

ul.product_media li.wc-metabox-sortable-placeholder {
    border: 3px dashed #ccc;
    background: linear-gradient(135deg, #f0f0f0, #dedede);
    position: relative;
}

ul.product_media li.wc-metabox-sortable-placeholder::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: "\f161";
    font-size: 2.618em;
    line-height: 72px;
    color: #bbb;
}

ul.product_media li:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
    border-color: #aaa;
}

ul.product_media ul.actions {
    position: absolute;
    top: -8px;
    right: -8px;
    padding: 2px;
    display: none;
}

ul.product_media li:hover ul.actions {
    display: block;
}

@media (max-width:768px){
    ul.product_media ul.actions{
        display:block
    }
}
ul.product_media ul.actions li{
    float:right;
    margin:0 0 0 2px
}
ul.product_media ul.actions li a{
    width:1em;
    height:1em;
    margin:0;
    height:0;
    display:block;
    overflow:hidden
}
ul.product_media li a.tips{
    cursor:pointer
}
ul.product_media li a.delete{
    display:none;
    position: absolute;
    top: -6px;
    left: -12px;
    padding: 2px;
    text-indent:-9999px;
    height:1em;
    width:1em;
    font-size:1.4em
}
ul.product_media li a.delete::before{
    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:"\f153";
    color:#999;
    background:#fff;
    border-radius:50%;
    height:1em;
    width:1em;
    line-height:1em
}
ul.product_media li a.delete:hover::before{
    color:#a00
}
ul.product_media li:hover a.delete{
    display:block
}

a.botoscope_products_add_attachments {
    position: absolute;
    bottom: 6px;
    right: 6px;
    padding: 2px;
    text-indent: -9999px;
    height: 1em;
    width: 1em;
    font-size: 3.4em;
    transform: rotate(45deg);
}

a.botoscope_products_add_attachments::before {
    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: "\f153";
    background: linear-gradient(135deg, #fff, #f0f0f0);
    border-radius: 50%;
    height: 1em;
    width: 1em;
    line-height: 1em;
    color: lightseagreen;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

a.botoscope_products_add_attachments:hover::before {
    color: green;
    transform: scale(1.1);
    background: linear-gradient(135deg, #e6ffe6, #d4ffd4);
    box-shadow: 0 4px 8px rgba(0, 255, 0, 0.3);
    cursor: pointer;
}


/******************************************************************************************/

.botoscope-products-id{
    flex-direction: column;
}

.botoscope-edit-product-btn{
    font-size: 33px;
    cursor: pointer;
    margin: 16px 0;
}

.botoscope-cell-tag-container {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    bottom: 4px;
    right: 4px;
    gap: 3px;
}

.botoscope-cell-tag-container > span {
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    background: linear-gradient(135deg, #e1565f, #b02a37);
    color: #fff;
    padding: 4px 7px;
    border-radius: var(--bs-radius, 6px);
    margin: 0;
    line-height: normal;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.botoscope-cell-tag-instock {
    position: absolute;
    left: 4px;
    top: 4px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    background: linear-gradient(135deg, yellowgreen 0%, green 100%);
    color: #fff;
    padding: 4px 7px;
    border-radius: var(--bs-radius, 5px);
    margin: 2px 4px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out;
}

.botoscope-cell-tag-instock::before {
    content: "✔";
    margin-right: 5px;
}


.botoscope-cell-tag-type {
    position: absolute;
    right: 4px;
    top: 4px;
    font-size: 10px;
    font-weight: bold;
    display: inline-block;
    background: linear-gradient(135deg, darkviolet 0%, purple 100%); /* Градиент */
    color: #fff;
    padding: 4px 7px;
    border-radius: var(--bs-radius, 5px);
    margin: 2px 4px;
    line-height: normal;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2); /* Лёгкая тень */
    transition: all 0.3s ease-in-out;
}

.botoscope-cell-tag-type-simple{
    background: linear-gradient(135deg, #333 0%, black 100%);
}

option[value="simple"],
select[data-selected="simple"]{
    color: black;
}

.botoscope-cell-tag-type-botoscope_simple_virtual {
    background: linear-gradient(135deg, royalblue 0%, #0033cc 100%);
}


option[value="simple_virtual"],
select[data-selected="simple_virtual"]{
    color: royalblue;
}

.botoscope-cell-tag-type-botoscope_simple_virtual_downloadable {
    background: linear-gradient(135deg, blue 0%, navy 100%);
}

option[value="simple_virtual_downloadable"],
select[data-selected="simple_virtual_downloadable"]{
    color: blue;
}

.botoscope-cell-tag-type-botoscope_simple_media_casting {
    background: linear-gradient(135deg, violet 0%, purple 100%);
}

option[value="botoscope_simple_media_casting"],
select[data-selected="botoscope_simple_media_casting"]{
    color: violet;
}

.botoscope-cell-tag-type-external {
    background: linear-gradient(135deg, green 0%, darkgreen 100%);
}

option[value="external"],
select[data-selected="external"]{
    color: green;
}

.botoscope-cell-tag-type-grouped {
    background: linear-gradient(135deg, yellowgreen 0%, green 100%);
}

option[value="grouped"],
select[data-selected="grouped"]{
    color: yellowgreen;
}

.botoscope-cell-tag-type-variable {
    background: linear-gradient(135deg, darkviolet 0%, indigo 100%);
}

option[value="variable"],
select[data-selected="variable"]{
    color: darkviolet;
}

.botoscope-cell-tag-instock-out {
    background: linear-gradient(135deg, red 0%, darkred 100%);
}

#botoscope-products-w > .data-table-pagination:first-child{
    float: right;
    width: fit-content;
}

.botoscope-products-search-container{
    float: left;
    width: fit-content;
    margin-bottom: 3px;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

.botoscope-products-search-container > select{
    margin-left: 3px !important;
    width: fit-content;
}

.botoscope-products-search-container .botoscope_search_cross {
    left: 600px;
}

.botoscope-products-search-input{
    min-width: 600px;
    max-width: 100%;
}

.popup23-title > span > img{
    transform: scaleX(-1);
}

#botoscope_product_description_ai,
botoscope_product_variation_description_ai{
    margin: 0 0 9px 0;
    clear: both;
}

.btn:hover{
    text-decoration: none;
}

#botoscope_product_downloads a.botoscope_products_add_attachments,
#botoscope_product_booking_slots_wrapper a.botoscope_products_add_attachments{
    position: fixed;
    top: 38px;
    right: 12px;
    transform: rotate(135deg);
}

.botoscope-button {
    cursor: pointer;
    width: 300px;
    min-width: fit-content;
    height: 83%;
    padding: 10px 15px;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    display: flex !important;
    justify-content: center;
    align-items: center;
    font-size: 1rem;
    font-weight: 500;
    line-height: 1.5;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border-radius: 8px;
    background: linear-gradient(135deg, #1DA1F2, #0078D7);
    color: #fff;
    border: none;
    box-shadow: 0 3px 12px rgba(0, 160, 255, 0.4);
    transition: all 0.3s ease-in-out !important;
    box-sizing: border-box;
    font-family: sans-serif;
    letter-spacing: 0.5px;
    position: relative;
    overflow: hidden;
}

.botoscope-button > span {
    padding: 0 20px 0px 0;
    margin: -4px 0 0 0;
}

.botoscope-button.selected,
.botoscope-button:hover{
    text-decoration: none;
    color: #fff;
    transform: scale(1.03);
    background: linear-gradient(135deg, #1EBBFF, #0081E6);
    box-shadow: 0 5px 15px rgba(0, 160, 255, 0.5);
    filter: brightness(1.1);
}

.botoscope-button:active {
    transform: scale(0.98);
    box-shadow: 0 2px 8px rgba(0, 160, 255, 0.3);
}

.botoscope-button-small {
    width: fit-content;
    padding: 7px 23px;
    height: 40px;
    font-size: 0.8rem;
}


.botoscope-select-variation{
    font-size: 23px;
    color: cornflowerblue;
}

.botoscope-select-variation:hover{
    color: green;
}

data-table-cell select{
    margin-right: 3px;
}

.botoscope-product-variations-filter{
    display: flex;
    justify-content: center;
    margin: 0 0 10px 0;
}

.botoscope-product-variations-filter > select{
    margin-right: 3px;
    width: 90%;
}

#wpfooter{
    display: none;
}

a.calendar23-save{
    text-align: center !important;
}

.calendar23-calendar-wrapper > div{
    display: flex;
    flex-wrap: wrap;
}

.calendar23-calendar-wrapper .calendar23-save{
    display: inline-block;
    align-items: center;
    display: flex;
    margin-left: 5px;
    height: 40px;
}

#wp-admin-bar-woocommerce-site-visibility-badge{
    display: none !important;
}

.botoscope-products-panel-buttons{
    display: flex;
    flex-wrap: wrap;
}

.botoscope-products-panel-buttons > div{
    margin-right: 15px;
}

.botoscope-cell-btn-append-to-group {
    position: absolute;
    left: 4px;
    top: 32px;
    /* transform: translateX(-50%); */
    width: fit-content;
    min-width: 60px;
    padding: 5px 10px;
    background: linear-gradient(135deg, cornflowerblue 0%, royalblue 100%);
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease-in-out !important;
    text-decoration: none;
}

.botoscope-cell-btn-append-to-group:hover {
    transform: scale(1.1);
    background: linear-gradient(135deg, royalblue 0%, navy 100%);
    color: chartreuse;
    box-shadow: 0 4px 8px rgba(0, 255, 0, 0.3);
    text-decoration: none;
}


#botoscope-single-product-media-container{
    min-height: 100px;
}

div:has(> #botoscope_product_description_ai),
div:has(> #botoscope_product_variation_description_ai){
    display: flex;
}

.product-sidebar::before {
    content: "";
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    border-radius: 12px;
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    z-index: -1;
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
}

.product-sidebar h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.product-sidebar p {
    font-size: 14px;
    color: #555;
    line-height: 1.6;
}

.product-sidebar .botoscope-button{
    width: 100%;
}

.botoscope-slogan{
    font-family: cursive;
    font-style: italic;
    display: block;
    font-size: 11px;
    position: absolute;
    left: 64px;
    top: 51px;
    width: 380px;
    text-shadow: none;
}

input[type="text"],
input[type="number"],
input[type="email"],
input[type="password"],
textarea,
select {
    width: 100%;
    min-height: 38px;
    padding: 8px 12px;
    font-size: 14px;
    border: 2px solid gainsboro;
    border-radius: 6px;
    background: linear-gradient(135deg, #ffffff, #f9f9f9);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    font-family: "Nunito", sans-serif;
    color: #333;
}

input:hover,
textarea:hover,
select:hover {
    border-color: #4CAF50;
    box-shadow: 0 3px 6px rgba(76, 175, 80, 0.2);
}

input:focus,
textarea:focus,
select:focus {
    border-color: #388E3C;
    background: #fff;
    box-shadow: 0 4px 8px rgba(76, 175, 80, 0.3);
    outline: none;
}

textarea {
    min-height: 120px;
    resize: vertical;
}

select {
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%234CAF50'%3E%3Cpath fill-rule='evenodd' d='M5.293 7.293a1 1 0 011.414 0L10 10.586l3.293-3.293a1 1 0 111.414 1.414l-4 4a1 1 0 01-1.414 0l-4-4a1 1 0 010-1.414z' clip-rule='evenodd'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    padding-right: 32px;
    cursor: pointer;
}

input:disabled,
textarea:disabled,
select:disabled {
    background: linear-gradient(135deg, #f0f0f0, #d9d9d9);
    cursor: not-allowed;
    box-shadow: none;
}



#wpbody button,
#wpbody input,
#wpbody select,
.wp-core-ui select,
#wpbody textarea,
.botoscope-static-sidebar-widget input[type="search"]{
    font-family: inherit;
    font-size: 100%;
    margin: 0;
    margin-bottom: 3px;
    padding: 8px 12px;
    border: 1px solid navajowhite !important;
    border-radius: 5px;
    background: linear-gradient(135deg, #fff, #f9f3e8);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.botoscope-static-sidebar-widget input[type="search"]{
    min-width: 374px;
    padding: 4px 8px;
    margin-right: 8px;
}

.botoscope-static-sidebar-widget > section{
    position: relative;
}

#wpbody input:hover,
#wpbody select:hover,
#wpbody textarea:hover {
    border-color: #ffcc80;
    background: linear-gradient(135deg, #fffbe6, #fdeac9);
    box-shadow: 0 3px 6px rgba(255, 165, 0, 0.2);
}

#wpbody input:focus,
#wpbody select:focus,
#wpbody textarea:focus {
    border-color: #ff9800;
    background: #fff;
    box-shadow: 0 4px 8px rgba(255, 152, 0, 0.3);
    outline: none;
}

#wpbody button {
    cursor: pointer;
    background: linear-gradient(135deg, #ff9800, #e65100);
    color: white;
    font-weight: bold;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
}

#wpbody button:hover {
    background: linear-gradient(135deg, #ffa726, #f57c00);
    box-shadow: 0 4px 8px rgba(255, 152, 0, 0.3);
    transform: scale(1.05);
}

#wpbody input:disabled,
#wpbody select:disabled,
#wpbody textarea:disabled,
#wpbody button:disabled {
    background: linear-gradient(135deg, #f0f0f0, #d9d9d9);
    cursor: not-allowed;
    box-shadow: none;
}


button:focus,input:focus,select:focus,textarea:focus{
    border-color: teal !important;
}

.textarea-save-btn{
    position: absolute;
    right: 8px;
    top: -31px;
    background-color: green !important;
    border-color: green !important;
    color: #fff !important;
    z-index: 9999;
}

.textarea-cancel-btn{
    position: absolute;
    right: 8px;
    bottom: -29px;
    background-color: red !important;
    border-color: red !important;
    color: #fff !important;
    z-index: 9999;
}

.search-input{
    margin-bottom: 5px !important;
}

.botoscope-edit-product-btn-eye{
    opacity: 0;
    visibility: hidden;
    transition: opacity 1s ease, visibility 1s ease;
}

.botoscope-products-id:has(input[type="checkbox"]:checked) .botoscope-edit-product-btn-eye {
    opacity: 1;
    visibility: visible;
    transition-delay: 1s;
}

.arrow-button-up,
.arrow-button-down {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 3px 11px;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    border: none;
    border-radius: 3px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    text-decoration: none;
    user-select: none;
}

.arrow-button-up {
    background: linear-gradient(135deg, #4CAF50, #2E7D32);
    color: white;
    margin-bottom: 3px;
    margin-right: 0;
}

.arrow-button-up:hover {
    background: linear-gradient(135deg, #66BB6A, #43A047);
    box-shadow: 0 4px 8px rgba(76, 175, 80, 0.3);
    transform: scale(1.05);
}

.arrow-button-down {
    background: linear-gradient(135deg, #FF9800, #F57C00);
    color: white;
}

.arrow-button-down:hover {
    background: linear-gradient(135deg, #FFA726, #FB8C00);
    box-shadow: 0 4px 8px rgba(255, 152, 0, 0.3);
    transform: scale(1.05);
}

.arrow-button-up::before {
    content: "\e92d";
    font-family: "fontello";
}

.arrow-button-down::before {
    content: "\e92a";
    font-family: "fontello";
}

.botoscope-create-meta-btn{
    margin-bottom: 5px;
    width: fit-content !important;
    float: right;
}

.botoscope-create-meta-btn > span{
    padding: 0;
    margin: 0;
}

#botoscope-products_meta_gallery-lang-selector{
    position: absolute;
    margin-top: -4px;
}

#the_table_products_meta_gallery .botoscope_cell_translation_btn{
    width: fit-content;
    height: 96%;
    margin-top: 0;
}

.botoscope-meta-search-container{
    float: right;
    clear: both;
    width: 100%;
}

.botoscope-meta-search-container > input[type="search"]{
    float: right;
    margin-left: 5px;
}

.botoscope-meta-pack-container{
    display: flex;
    justify-content: space-between;
    margin-top: 3px;
}

.calendar23-data-input{
    font-style: italic;
    font-family: cursive !important;
}

.botoscope-accordion {
    width: 100%;
    border: 2px solid gainsboro;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 5px;
}

.botoscope-accordion > input {
    display: none;
}

.botoscope-accordion > input:checked + label::before {
    content: "➖"; /* Opened */
}

.botoscope-accordion > label {
    display: block;
    padding: 12px 16px;
    background: #f8f8f8;
    cursor: pointer;
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    transition: all 0.3s ease-in-out;
}

.botoscope-accordion > label:hover,
.botoscope-accordion > input:checked + label{
    background: linear-gradient(135deg, #fff, #f9f3e8);
}

.botoscope-accordion > label::before {
    content: "➕"; /* Closed */
    /* content: "\e8c9"; */
    transition: transform 0.3s ease;
}

.botoscope-accordion > .botoscope-accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out, padding 0.3s;
    background: #fff;
    padding: 0 16px;
}

.botoscope-accordion > input:checked + label + .botoscope-accordion-content {
    max-height: fit-content;
    padding: 6px 4px;
}

/* General style for Select2 */
.select2-container--default .select2-selection--single {
    font-family: inherit;
    font-size: 100%;
    padding: 10px 12px;
    border: 1px solid navajowhite !important;
    border-radius: 5px;
    background: linear-gradient(135deg, #fff, #f9f3e8);
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
    height: auto;
    display: flex;
    align-items: center;
}

.select2-container--default .select2-selection--single:hover {
    border-color: orange !important;
}

.select2-container--default .select2-selection--single:focus {
    outline: none;
    border-color: orange !important;
    box-shadow: 0 0 4px rgba(255, 165, 0, 0.5);
}

.select2-container--default .select2-selection__arrow {
    height: 100%;
    right: 10px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    background: transparent;
    color: inherit;
    padding-left: 0;
    width: 100%;
}

.select2-dropdown {
    border-radius: 5px;
    border: 1px solid navajowhite !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.select2-results__option {
    padding: 8px;
    font-size: 100%;
}

.select2-results__option--highlighted {
    background: navajowhite !important;
    color: black !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow{
    top: 11px;
}

.select2-container--default .select2-selection--single .select2-selection__clear{
    right: -10px;
}

.select2-container{
    flex: 1;
}

button.media-button-select:empty::before {
    content: "\e924";
    font-family: 'fontello';
    font-size: 16px;
    display: inline-block;
    color: #666;
}

.botoscope_is_no_cart .botoscope_need_cart{
    display: none !important;
}

data-table-cell[data-key="start_h"],
data-table-cell[data-key="start_m"]{
    color: mediumseagreen !important;
    font-weight: bold;
    font-size: 23px;
}

data-table-cell[data-key="finish_h"],
data-table-cell[data-key="finish_m"]{
    color: crimson !important;
    font-weight: bold;
    font-size: 18px;
}


data-table-cell[data-key="start_h"]::after,
data-table-cell[data-key="finish_h"]::after{
    content: ":";
    font-weight: bold;
    position: absolute;
    right: -4px;
    font-size: 23px;
    z-index: 999;
}


data-table-row.booking_slot_overlap data-table-cell{
    background: #000 !important;
}

data-table-row.booking_slot_invalid data-table-cell{
    background: #999 !important;
}

#botoscope-booking-weekdays-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 15px;
}

#botoscope-booking-weekdays-list .botoscope-button{
    width: 100px;
}

#botoscope-booking data-table-row[data-id="-1"] data-table-cell:first-child:after{
    content: '';
}


.botoscope-booking-reservation-time{
    font-weight: bold;
}

.botoscope-booking-reservation-time > span:first-child{
    color: mediumseagreen;
}

.botoscope-booking-reservation-time > span:last-child{
    color: crimson;
}

.botoscope-tabs{
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
    gap: 15px;
}

.botoscope-tab-container{
    position: relative;
}

.botoscope-marketing-active-campaign{
    display: flex;
    position: absolute;
    background: #000;
    color: lawngreen;
    padding: 11px 23px;
    border-radius: 8px;
}

.botoscope-marketing-active-campaign em{
    color: red;
}

.botoscope-marketing-active-campaign .switcher23-container{
    margin: -3px 0 0 9px;
}


.bs-tip {
    --bs-tip-bg: #1f2937;
    --bs-tip-fg: #ffffff;
    --bs-tip-br: 8px;
    --bs-tip-gap: 8px;
    --bs-tip-shadow: 0 6px 24px rgba(0,0,0,.18);
    --bs-tip-delay: 120ms;
    --bs-tip-z: 9999;
    --bs-tip-maxw: 260px;
    position: relative;
    display: inline-flex;
    vertical-align: middle;
}

.bs-tip__icon {
    display: inline-block;
    color: #111827;
    opacity: 0.8;
    transition: opacity var(--bs-tip-delay) ease;
    cursor: help;
}
.bs-tip:hover .bs-tip__icon,
.bs-tip:focus-within .bs-tip__icon {
    opacity: 1;
}

/* tooltip */
.bs-tip::after {
    content: attr(data-tip);
    position: absolute;
    left: 50%;
    bottom: calc(100% + var(--bs-tip-gap));
    transform: translate(-50%, 6px);
    max-width: var(--bs-tip-maxw);
    padding: 8px 15px;
    font: 12px/1.35 system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
    color: var(--bs-tip-fg);
    background: var(--bs-tip-bg);
    border-radius: var(--bs-tip-br);
    box-shadow: var(--bs-tip-shadow);
    white-space: normal;
    text-align: left;
    opacity: 0;
    pointer-events: none;
    z-index: var(--bs-tip-z);
    transition:
        opacity var(--bs-tip-delay) ease,
        transform var(--bs-tip-delay) ease;
    min-width: 200px;
}

/* tooltip little arrow */
.bs-tip::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: calc(100% + var(--bs-tip-gap) - 4px);
    transform: translateX(-50%) rotate(45deg);
    width: 8px;
    height: 8px;
    background: var(--bs-tip-bg);
    opacity: 0;
    pointer-events: none;
    z-index: var(--bs-tip-z);
    transition: opacity var(--bs-tip-delay) ease;
}

.bs-tip:hover::after,
.bs-tip:focus-within::after {
    opacity: 1;
    transform: translate(-50%, 0);
}

.bs-tip:hover::before,
.bs-tip:focus-within::before {
    opacity: 1;
    transform: translate(-50%, 0) rotate(45deg);
}


@media (prefers-reduced-motion: reduce) {
    .bs-tip::after {
        transition: none;
    }
    .bs-tip::before {
        transition: none;
    }
    .bs-tip__icon {
        transition: none;
    }
}

.bs-tip[data-pos="bottom"]::after {
    top: calc(100% + var(--bs-tip-gap));
    bottom: auto;
}
.bs-tip[data-pos="bottom"]::before {
    top: calc(100% + var(--bs-tip-gap) - 4px);
    bottom: auto;
}

a.button.bs-reset-variations{
    margin: 0;
    max-width: 50px;
    margin-right: 41px;
    max-height: 45px;
    display: flex;
}

#media-attachment-date-filters{
    min-width: fit-content;
}

#booking_calendar_nav_slots{
    overflow-y: scroll;
    max-height: 550px;
}

#booking_calendar_nav_slots > .calendar23-month{
    width: 98%;
}

#the_table_products data-table-cell{
    overflow: hidden;
    /* display: flow-root; */
}

.button.bs-invert-button{
    border: none;
}

.button.bs-invert-button:hover{
    background: none;
}

.bs-button {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    background: linear-gradient(113deg, #036cd0 37%, #469cf7 63%, #0374d0 79%);
    color: #fff !important;
    text-decoration: none !important;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 36px;
    border-radius: 4px;
    box-shadow: 0 6px 24px rgba(3, 108, 208, 0.3);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.bs-button-small {
    height: 40px;
    line-height: 40px;
    padding: 0 1rem;
}

.bs-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 32px rgba(3, 108, 208, 0.45);
}

.bs-warning-box {
    font-family: consolas;
    background: #fff8e1;
    border-left: 4px solid #ffb300;
    padding: 8px 12px;
    margin-bottom: 16px;
    border-radius: 4px;
}

.bs-warning-box > p{
    margin: 0;
}

.botoscope_progress_wrap {
    margin: 12px 0;
}

.botoscope_progress_bar {
    position: relative;
    height: 22px;
    background: #e0e0e0;
    border-radius: 11px;
    overflow: hidden;
    width: 150px;
}

.botoscope_progress_bar::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: var(--botoscope-progress, 0%);
    background: linear-gradient(90deg, #1A96D4 0%, #2AABEE 50%, #5DC8F5 100%);
    border-radius: 11px;
    transition: width 0.4s ease;
}

.botoscope_progress_label {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    white-space: nowrap;
    z-index: 1;
}

#botoscope-compatible-plugins{
    display: flex;
    gap: 5px;
}

#botoscope-compatible-plugins img{
    width: 120px;
}

.botoscope-no-bot select.botoscope-lang-selector {
    display: none !important;
}

/* Desktop */
body.botoscope-desktop #botoscope_menu_manager_menu > li:nth-child(n+7) {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    display: inline-block;
    background: #fff;
    min-width: 300px;
}

body.botoscope-desktop #botoscope_menu_manager_menu > li:nth-child(n+7) > a {
    text-align: left;
}

body.botoscope-desktop #botoscope_menu_manager_menu > li:nth-child(n+7) {
    display: none;
}

/* Mobile */
body.botoscope-mobile #botoscope_menu_manager_menu > li:not(.tab-current) {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    display: inline-block;
    background: #fff;
    min-width: 300px;
}

body.botoscope-mobile #botoscope_menu_manager_menu > li:not(.tab-current) > a {
    text-align: left;
}

body.botoscope-mobile #botoscope_menu_manager_menu > li:not(.tab-current) {
    display: none;
}

