.xoo-settings-container {
    flex-grow: 1;
    max-width: 100%;
    display: flex;
    width: 100%;
    gap: 20px;
}

ul.xoo-sc-tabs {
    list-style: none;
    position: sticky;
    top: 0;
    z-index: 99999;
    background-color: #f0f0f1;
    padding: 10px 20px 5px;
    border-radius: 5px;
    display: table;
    margin: 0 auto;
    user-select: none;
}

ul.xoo-sc-tabs li {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1d3557;
    margin: 0 5px 5px 0;
    color: #f0f0f0;
    font-weight: 500;
    text-transform: uppercase;
    width: auto;
    cursor: pointer;
    user-select: none;
}

ul.xoo-sc-tabs li.xoo-sct-active {
    background-color: #1a7dc7;
}

.xoo-as-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.xoo-as-slider:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 5px;
    bottom: 5px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.xoo-as-switch input:checked + .xoo-as-slider {
    background-color: #2196F3;
}

.xoo-as-switch input:checked + .xoo-as-slider {
    background-color: #2196F3;
}

.xoo-as-switch input:focus + .xoo-as-slider {
    box-shadow: 0 0 1px #2196F3;
}

.xoo-as-switch input:checked + .xoo-as-slider:before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
}

.xoo-as-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 28px;
}

.xoo-as-switch input {
    opacity: 0;
    width: 0;
    height: 0;
}


.xoo-sc-tab-content {
    display: none;
}

.xoo-sc-tab-content.xoo-sct-active {
    display: block;
}


.xoo-as-setting {
    margin-bottom: 50px;
    display: flex;
    column-gap: 50px;
}


.xoo-as-label {
    font-size: 15px;
    font-weight: 600;
    width: 200px;
    min-width: 200px;
    color: #5d5d5d;
    line-height: 27px;
}

span.xoo-as-desc {
    display: block;
    font-style: italic;
    color: #333;
    font-size: 13px;
    margin-top: 10px;
    width: 100%;
}

.xoo-as-checkbox .xoo-as-desc {
    display: inline-block;
}


.xoo-as-checkbox_list .xoo-as-field label {
    display: block;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 18px;
}

.xoo-as-checkbox_list .xoo-as-field label input {
    margin-right: 7px;
}

span.xoo-asch-title {
   margin: 0;
   font-size: 17px;
   font-weight: bold;
   color:#111827;
}

span.xoo-asc-desc {
    margin: 5px 0 0 0;
    font-size:12px;
    line-height:1.5;
    color:#6b7280;
    display: block;
}

.xoo-as-has-asset .xoo-as-field label input {
    opacity: 0;
    height: 0;
    width: 0;
    margin: 0;
    border: 0;
    min-width: 0;
}

span.xoo-as-ra-icon {
    font-size: 20px;
}

.xoo-as-has-asset .xoo-as-field input:checked + .xoo-as-radio-label {
    background-color: #2196f3;
    color: #fff;
    display: inline-block;
    padding: 5px;
    border-radius: 5px;
}

.xoo-as-setting.xoo-as-has-asset label {
    margin-right: 10px;
    display: inline-block;
    font-size: 16px;
}


ul.xoo-as-sortable-list[data-id="xoo--sy-options[scf-button-pos]"] {
    max-width: 300px;
}

ul.xoo-as-sortable-list li {
    padding: 5px 10px;
    border: 2px solid #eee;
    text-align: center;
}

ul.xoo-as-sortable-list {
    margin: 0;
}

ul.xoo-as-sortable-list li {
    cursor: move;
}

ul.horizontal.xoo-as-sortable-list li {
    display: inline-block;
    margin: 0 20px 0 0;
}

ul.xoo-as-sortable-list {
    border: 1px solid #eee;
    padding: 10px;
}

ul.horizontal.xoo-as-sortable-list {
    display: table;
}

ul.horizontal.xoo-as-sortable-list li:last-child {
    margin-right: 0;
}

ul.vertical.xoo-as-sortable-list li {
    margin: 0 0 10px 0;
}
ul.vertical.xoo-as-sortable-list li:last-child{
    margin-bottom: 0;
}

.xoo-sc-bottom-btns {
    width: auto;
    display: flex;
    z-index: 99999;
    position: sticky;
    bottom: 0;
    padding: 10px 20px;
    gap: 10px;
    max-width: 100%;
    justify-content: flex-end;
    background: rgba(255,255,255,.95);
    backdrop-filter: blur(12px);
    box-shadow:
        0 -1px 0 rgba(0,0,0,.06),
        0 -10px 30px rgba(0,0,0,.08);
    flex-wrap: wrap;
}



.xoo-as-is-pro:after {
    content: "\e908";
    margin-left: 5px;
    font-weight: normal;
    font-family: 'Xoo-Admin'!important;
    color: #393939;
    background-color: #fde5ae;
    border-radius: 50%;
    height: 30px;
    line-height: 30px;
    width: 30px;
    text-align: center;
    font-size: 17px;
    flex: 0 0 30px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.xoo-ass-pro-sec > span:first-child:after {
    color: #ffd700;
}


.xoo-as-disable-pro .xoo-as-is-pro , .xoo-as-disable-pro .xoo-ass-pro-sec{
    display: none!important;
}


.xoo-settings-container[active-tab="info"] .xoo-sc-bottom-btns {
    display: none;
}


/* Shortcodes */
.xoo-sc-container:last-child {
    border: 0;
}

.xoo-sc-shortcodes {
    margin: 30px 0;
}

.xoo-sc-container {
    padding: 30px 0;
    border-bottom: 1px dashed #000;
}

.xoo-sc-shortcodes h3 {
    margin: 0;
}

span.xoo-sc-name {
    font-size: 20px;
    margin-bottom: 20px;
    color: #2a9d8f;
}

span.xoo-sc-desc {
    font-size: 17px;
    color: #777;
    text-transform: lowercase;
}

.xoo-sc-container > div:first-child {
    margin-bottom: 15px;
}

span.xoo-sc-example {
    font-size: 16px;
    color: #777;
    margin-bottom: 20px;
    display: block;
}

table.xoo-sc-table {
    width: 100%;
    text-align: center;
    padding: 0;
    border-spacing: 0;
    overflow: auto;
}

table.xoo-sc-table th {
    text-transform: uppercase;
    color: #1d3557;
}

table.xoo-sc-table td, table.xoo-sc-table th {
    padding: 10px 20px;
    border: 1px solid #eee;
}

table.xoo-sc-table tr td:first-child {
    font-weight: 600;
    font-size: 14px;
    color: #2a9d8f;
}


.xoo-as-field a {
    margin-right: 20px;
}

@media only screen and (max-width: 772px) {
    .xoo-as-setting{
        flex-wrap: wrap;
    }
}





a.xoo-as-pro-toggle.xoo-aspt-two, .xoo-as-disable-pro a.xoo-as-pro-toggle {
    display: flex;
}

.xoo-as-disable-pro a.xoo-as-pro-toggle.xoo-aspt-two, a.xoo-as-pro-toggle  {
    display: none;
}


.xoo-sc-tab-content h3 {
    background-color: #457b9d;
    color: #fff;
    padding: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    margin: 0 -14px;
}

.xoo-sc-tab-content {
    font-size: 14px;
}

.xoo-as-select2box .xoo-as-field {
    width: 100%;
}

.xoo-as-field .select2-container{
    min-width: 150px;
    width: auto!important;
}




.xoo-as-eximbtns {
    position: absolute;
    background-color: #ffffff;
    padding: 16px;
    top: -68px;
    width: 200px;
    border-radius: 12px;
    width: max-content;
    border: 2px solid #eee;
    cursor: pointer;
}

.xoo-as-eximbtns span {
    padding: 0 6px;
}

.xoo-as-eximbtns span:hover {
    color: #2a9d8f;
}

.xoo-as-exim.xoo-as-active .xoo-as-eximbtns {
    display: block!important;
}


.xoo-as-expimmodal {
    top: 0;
    text-align: center;
    bottom: 0;
    left: 0;
    right: 0;
    position: fixed;
    z-index: 10000000000;
    opacity: 0;
    transition: all 0.2s ease-in-out;
    transform: scale(0.8);
    overflow: auto;
}

.xoo-as-expimmodal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}

.xoo-as-exmodal-active .xoo-as-expimmodal {
    opacity: 1;
    transform: scale(1);
}

body.xoo-as-exmodal-active {
    overflow: hidden;
}



.xoo-as-emod-cont {
    display: inline-block;
    background: #f9f9f9;
    position: relative;
    vertical-align: middle;
    width: auto;
    text-align: left;
    border-radius: 5px;
    height: auto;
    border-radius: 17px;
    border: 2px dashed;
    padding: 20px;
    max-height: 80%;
    overflow: auto;
}
.xoo-as-emod-btns button {
    background-color: #1d3557;
    color: #fff;
    padding: 10px 15px;
    border: 0;
    cursor: pointer;
    margin: 0 10px;
}

.xoo-as-emod-cont textarea {
    width: 100%;
    height: auto;
    margin-top: 20px;
}

.xoo-as-emod-cont b {
    font-size: 16px;
    line-height: 1.5rem;
}

span.xoo-as-exipclose {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #000;
    color: #fff;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.xoo-as-emod-cont button {
    background-color: #000;
    color: #fff;
    padding: 5px 10px;
    margin: 10px auto 0;
    display: table;
    cursor: pointer;
}


.xoo-as-excont i, .xoo-as-impcont i {
    display: table;
    margin-top: 5px;
    border-bottom: 1px dashed;
    padding-bottom: 2px;
}

span.xoo-as-imported {
    display: table;
    background-color: green;
    color: #fff;
    padding: 8px 10px;
    border-radius: 5px;
    margin: 10px auto 0;
    display: none;
}

span.xoo-as-imported.xoo-as-active{
    display: table;
}


.xoo-as-expdone{
    display: none;
    margin-top: 20px;
}


.xoo-as-exoptions {
    display: flex;
    flex-direction: column;
    margin-top: 10px;
    align-items: center;
}

.xoo-as-exoptions > span {
    font-size: 17px;
    font-weight: 500;
    margin-bottom: 10px;
}

.xoo-as-exoptions label {
    margin-bottom: 10px;
    font-size: 15px;
}

button.xoo-as-run-export {
    margin-top: 20px;
    width: 100%;
    max-width: 150px;
}

.xoo-as-exoptions > i {
    margin: 10px 0;
    font-size: 15px;
    border-bottom: 0;
}

.xoo-as-expcheck {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 10px;
}

.xoo-as-modal {
    visibility: hidden;
}

.xoo-as-exmodal-active .xoo-as-modal {
    visibility: visible;
}


.xoo-aff-border-inputs {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.xoo-aff-border-inputs .wp-picker-container .wp-color-result.button {
    margin: 0;
}

.xoo-aff-border-inputs > div {
    display: flex;
    flex-direction: column-reverse;
    gap: 4px;
}


.xoo-as-field .xoo-aff-border-inputs input[type="number"] {
    max-width: 100px;
}


/*RTL */
body.rtl .xoo-as-checkbox .xoo-as-desc {
    margin-right: 10px;
}

body.rtl .xoo-sc-bottom-btns > *:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
}

body.rtl .xoo-sc-bottom-btns > *:last-child {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
body.rtl .xoo-as-label {
    margin-right: 20px;
    margin-left: 30px;
}

.xoo-sc-sections {
    position: sticky;
    top: 61px;
    display: flex;
    background-color: #ffffff;
    z-index: 9999;
    flex-wrap: wrap;
    padding: 10px;
    border-radius: 5px;
    justify-content: center;
    width: max-content;
    margin: 0 auto;
    max-width: 100%;
    margin-top: -10px;
}

.xoo-sc-sections a {
    margin: 4px 9px;
    text-decoration: none;
}

html{
    scroll-behavior: smooth;
}

.xoo-as-field input[type="color"],
.xoo-as-field input[type="date"],
.xoo-as-field input[type="datetime-local"],
.xoo-as-field input[type="datetime"],
.xoo-as-field input[type="email"],
.xoo-as-field input[type="month"],
.xoo-as-field input[type="number"],
.xoo-as-field input[type="password"],
.xoo-as-field input[type="search"],
.xoo-as-field input[type="tel"],
.xoo-as-field input[type="text"],
.xoo-as-field input[type="time"],
.xoo-as-field input[type="url"],
.xoo-as-field input[type="week"],
.xoo-as-field select,
.xoo-as-field textarea  {
    width: 100%;
    max-width: max-content;
}

.xoo-as-break .xoo-as-setting {
    flex-wrap: wrap;
    margin-bottom: 25px;
}

.xoo-as-break .xoo-as-field {
    margin-top: 20px;
    width: 100%;
}




/* asset selector */

.xoo-as-pat-imgcont input[type="checkbox"] {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    visibility: hidden;
}

.xoo-as-pat-imgcont {
    position: relative;
}

.xoo-as-pattern-cont img {
    max-width: 125px;
    border-radius: 2px;
    cursor: pointer;
    user-select: none;
    box-shadow: 1px 1px 5px 0px #c7c7c7;
}


.xoo-as-pattern-cont img.xoo-as-patactive{
    border: 3px solid #2196f3;
    box-shadow: none;
}

.xoo-as-pattern-cont {
    display: flex;
    align-items: flex-end;
    user-select: none;
    flex-wrap: wrap;
    gap: 25px;
    position: relative;
}

.xoo-as-pattern-cont > div {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 9px;
    justify-content: flex-start;
}


.xoo-as-patdesc span:nth-child(1) {
    font-family: cursive;
}

span.xoo-as-info {
    display: none;
    width: 100%;
    margin-top: 12px;
}

.xoo-as-patdesc {
    display: flex;
    gap: 5px;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
}

.xoo-as-patdesc span.dashicons:hover + .xoo-as-info {
    display: block;
}

.xoo-as-patdesc .dashicons {
    cursor: pointer;
}


.xoo-as-setting.xoo-as-has-asset label{
    margin-right: 0;
}

.xoo-as-disable-pro a.xoo--sec-pro{
    display: none;
}

ul.xoo-sc-tabs li[data-tab="pro"] {
    background-color: #ffd700;
    color: #000;
}

.xoo-sc-tab-content[data-tab="info"] h3 {
    background-color: transparent;
    color: #000;
    font-weight: 600;
    font-size: 16px;
    text-transform: unset;
    letter-spacing: unset;
    border-bottom: 1px solid #eee;
}

.xoo-sc-tab-content[data-tab="info"] h4 {
    font-weight: 400;
}

.xoo-as-val-desc {
    margin-top: 10px;
    font-style: italic;
}

.xoo-as-placeholders {
    margin-top: 20px;
    font-style: italic;
}

.xoo-as-placeholders > span {
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}


.xoo-as-placeholders ul {
    display: flex;
    column-gap: 10px;
    flex-wrap: wrap;
    margin: 0;
}

.xoo-as-placeholders ul li {
    display: flex;
    gap: 5px;
}

.xoo-as-placeholders ul li span:nth-child(1) {
    color: #3c434a;
    font-weight: 500;
}

textarea.wp-editor-area {
    width: 100%;
    max-width: 100%;
}

.xoo-as-field{
    width: 100%;
    min-width: 0;
}





/* Sidebar */
.xoo-as-container {
    max-width: 1500px;
    margin-right: 20px;
}

.xoo-as-sidebar {
    align-self: flex-start;
    top: 40px;
    position: relative;
    background-color: #fff;
    padding: 20px;
    max-width: 220px;
    width: 100%;
    position: sticky;
    margin-top: 58px;
}

.xoo-as-sbar-close {
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(180deg);
    cursor: pointer;
    user-select: none;
}

.xoo-as-sidebar.xoo-as-sbar-collapsed {
    width: auto;
}

.xoo-as-sbar-collapsed .xoo-as-sidebar-content {
    display: none;
}

.xoo-as-sbar-collapsed .xoo-as-sbar-close {
    transform: none;
}

.xoo-as-sidebar-content ol {
    margin-left: 10px;
    list-style-type: disclosure-closed;
}

.xoo-as-sidebar-content code {
    margin:  5px 0;
    display: inline-block;
    clear: none;
}

.xoo-as-info-warning {
    color: #e98080;
}

.xoo-as-sidebar-content ol li {
    margin-bottom: 15px;
}

/* -- End sidebar */

.xoo-btn-row {
    padding: 20px;
    border-bottom: 1px solid #eeee;
}

span.xoo-btngroup-head {
    font-weight: 500;
    margin-bottom: 13px;
    display: block;
}

.xoo-btn-group {
    margin-bottom: 25px;
}

.xoo-row-settings {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
}

.xoo-row-settings > div {
    display: flex;
    gap: 10px;
    flex-direction: column;
}


.xoo-setting-tabs{
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
}

.xoo-set-tab{
    padding: 8px 18px;
    cursor: pointer;
    border: 1px solid #dcdcde;
    border-radius: 4px;
    background: #fff;
    font-weight: 500;
}

.xoo-set-tab.xoo-tabactive{
    background: #2271b1;
    color: #fff;
    border-color: #2271b1;
}
.xoo-tabgroup.xoo-tabactive{
    display: block;
}
.xoo-tabgroup{
    display: none;
}
.xoo-btn-group{
    margin-top: 10px;
    border: 1px solid #eee;
}

span.xoo-btnrow-head {
    font-weight: 500;
    margin-bottom: 10px;
    display: flex;
    font-size: 15px;
    align-items: center;
}

span.xoo-btnset-desc {
    display: block;
    margin-bottom: 15px;
}

.xoo-icon {
    margin-right: 5px;
    font-size: 16px;
}

.xoo-btn-preview{
    display: flex;
    justify-content: center;
}

.xoo-btn-preview button{
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    max-width: 100%;
    margin: 0 auto;
}

.xoo-btn-preview-wrap {
    margin-bottom: 20px;
}

span.xoo-as-resetval {
    color: #2471ae;
    margin-top: 5px;
    display: inline-block;
    text-decoration: underline;
    cursor: pointer;
}


/* Accordion */
.xoo-acc-head {
    cursor: pointer;
    user-select: none;
    display: flex;
    flex-direction: column;
    height: 100%;
    gap: 20px;
    justify-content: space-between;
}

.xoo-acc-cont{
    display: none;
}
.xoo-acc-active .xoo-acc-cont{
    display: block;
}


.xoo-accordion {
    margin-bottom: 10px;
}

.xoo-acc-cont {
    padding: 20px 0;
}


.xoo-acc-head .dashicons {
    display: none;
    font-size: 14px;
    position: relative;
    top: 3px;
}

.xoo-acc-active > .xoo-acc-head .dashicons-minus {
    display: inline-block;
}

.xoo-acc-head span.dashicons-plus-alt2 {
    display: inline-block;
}

.xoo-acc-active > .xoo-acc-head span.dashicons-plus-alt2 {
    display: none;
}

/* Button theme creator */

.xoo-btntheme-head {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    flex-wrap: wrap;
}

.xoo-btnthemes .xoo-btn-group {
    border: 0;
}

.xoo-btntheme-cont{
    width: 100%;
}

.xoo-btnthemes {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    margin-top: 15px;
}




.xoo-as-topbar {
    width: 100%;
    display: flex;
    position: sticky;
    top: 32px;
    background-color: #ffffff;
    box-shadow: 1px 1px 1px #eee;
    z-index: 999;
    flex-wrap: wrap;
}

.xoo-as-tbar-second {
    flex-grow: 1;
}

ul.xoo-sc-tbar-tabs {
    display: flex;
    margin: 0;
    flex-wrap: wrap;
    justify-content: center;
}

ul.xoo-sc-tbar-tabs li {
    padding: 20px 5px;
    flex-wrap: wrap;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 7px;
    color: #535353;
    cursor: pointer;
    font-weight: 500;
    flex: 1;
}


ul.xoo-sc-tbar-tabs li > span:nth-child(2) {
    font-size: 13px;
    text-transform: uppercase;
}

ul.xoo-sc-tbar-tabs li .xoo-as-icon {
    font-size: 19px;
}



ul.xoo-sc-tbar-tabs li.xoo-sct-active {
    color: #4086d1;
    box-shadow:
        0 1px 2px rgba(0,0,0,.04),
        0 4px 10px rgba(37,99,235,.08);
    font-weight: 600;
    background-color: #eef3fe;
}

.xoo-as-setsidebar {
    position: sticky;
    left: 0;
    top: 92px;
    max-width: 221px;
    align-self: flex-start;
    background-color: #ffffff;
    width: 100%;
    flex-shrink: 0;
    padding: 15px;
    z-index: 998;
    height: calc(100vh - 80px);
    border-right: 1px solid #e6eaf2;
    margin-top: 3px;
    display: flex;
    flex-direction: column;
}

.xoo-as-setsections.xoo-sct-active {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.xoo-as-setsections{
    display: none;
}


.xoo-as-setsbar-section {
    padding: 12px 14px;
    border-radius: 3px;
    transition: 0.2s ease-in-out;
    cursor: pointer;
    color: #1f2937;
    display: flex;
    align-items: center;
    gap: 5px;
    text-decoration: none;
}

.xoo-as-setsbar-section.xoo-active {
    background-color: #eef3ff;
    color: #4f6df5;
    font-weight: 600;
}

.xoo-as-setsbar-section:hover {
    background-color: #f7f9fc;
}

.xoo-as-setsbar-section .xoo-as-icon {
    font-size: 15px;
}


a.xoo-as-setsbar-section:focus{
    border: 0;
    outline: 0;
    color: inherit;
    box-shadow: unset;
}

.xoo-ass-section {
   background:#fff;
   border:1px solid #e5e7eb;
   border-radius: 5px;
   padding:24px;
   box-shadow:
        0 1px 2px rgba(0,0,0,.04),
        0 8px 24px rgba(0,0,0,.05);
   margin-bottom: 10px;
   scroll-margin-top: 62px;
   width: 100%;
}

.xoo-asc-head .xoo-as-icon {
    font-size: 29px;
}

.xoo-asc-head > div {
    display: flex;
    align-items: center;
    gap: 6px;
}

.xoo-asc-head {
    margin-bottom: 30px;
}

.xoo-as-setmain {
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    width: 100%;
}

body.rtl {
    margin-left: 20px;
    margin-right: 0;
}


.xoo-btn{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    text-decoration: none;
    cursor: pointer;
    transition: all .2s ease;
    border: 1px solid transparent;
}

/* Save Button */
.xoo-btn-primary{
    color: #fff;
    background: linear-gradient(
        180deg,
        #3b82f6 0%,
        #2563eb 100%
    );
    box-shadow: 0 1px 2px rgba(37,99,235,.15);
}

.xoo-btn.xoo-btn-primary:hover{
    background: linear-gradient(
        180deg,
        #4f8df7 0%,
        #2f6df0 100%
    );
    box-shadow: 0 4px 12px rgba(37,99,235,.25);
    transform: translateY(-1px);
}

/* Reset Button */
.xoo-btn-secondary{
    color: #4b5563;
    background: #fff;
    border-color: #d1d5db;
}

.xoo-btn-secondary:hover{
    background: #f9fafb;
    border-color: #9ca3af;
}

.xoo-btn .xoo-as-icon {
    font-size: 18px;
}

a.xoo-as-pro-toggle.xoo-btn.xoo-btn-primary {
    background: #fde5aa;
    color: #000;
}

.xoo-as-exim {
    position: relative;
}

.xoo-as-container.xoo-as-smaller .xoo-as-setbar-sectitle, .xoo-as-container.xoo-as-smaller .xoo-as-setbar-help {
    display: none;
}

.xoo-as-container.xoo-as-smaller .xoo-as-setsidebar{
    width: auto;
}

.xoo-as-container, .xoo-as-container * {
    box-sizing: border-box;
}

a.xoo-as-setsbar-section.xoo-sec-pro {
    background-color: #fde5ae;
}

form.xoo-as-form {
    width: 100%;
}

.xoo-ass-section .xoo-as-setting:last-child {
    margin-bottom: 25px;
}

.xoo-as-checkbox_list .xoo-as-field label:last-child {
    margin-bottom: 0;
}

button.xoo-add-btntheme {
    margin-left: auto;
}

.xoo-asc-head.xoo-asc-sc_button_theme_creator {
    margin-bottom: 0px ;
}

.xoo-acc-ctas {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #3171eb;
    font-weight: 500;
}

.xoo-acc-ctas > div {
    display: flex;
    align-items: center;
    gap: 3px;
}

.xoo-theme-head .xoo-btn-preview-wrap {margin-bottom: 0;}

.xoo-btntheme-title {
    font-size: 15px;
    font-weight: 500;
    text-align: center;
}


.xoo-acc-ctadel{
    color: #ef4444;
}

.xoo-acc-ctadel:hover{
    color: #dc2626;
}

.xoo-acc-ctas .xoo-as-icon {
    font-size: 15px;
}

.xoo-btntheme {
    max-width: 300px;
    width: 100%;
    background-color: #fff;
    padding: 20px 20px;
    box-shadow: 0 1px 2px rgba(0,0,0,.04), 0 8px 24px rgba(0,0,0,.05);
    border: 1px solid #eee;
}


.xoo-btntheme.xoo-acc-active {
    max-width: 100%;
}

.xoo-btntheme.xoo-acc-active .xoo-acc-head {
    flex-direction: row;
    height: unset;
    flex-wrap: wrap;
}

.xoo-btntheme.xoo-acc-active .xoo-acc-ctas {
    order: 2;
    gap: 20px;
}

.xoo-btntheme.xoo-acc-active .xoo-btntheme-title {
    order: 1;
    width: auto;
    font-size: 16px;
    font-weight: 600;
}

.xoo-btntheme.xoo-acc-active .xoo-btn-preview-wrap {
    order: 3;
    width: 100%;
}

.xoo-acc-ctas .xoo-acc-ctaclose, .xoo-acc-active .xoo-acc-ctas .xoo-acc-ctaedit {
    display: none;
}

.xoo-acc-active .xoo-acc-ctas .xoo-acc-ctaclose{
    display: flex;
}

button.xoo-as-form-save.xoo-btn {
    min-width: 150px;
}

.xoo-as-setbar-help {
    margin-top: auto;
    padding: 15px;
    border: 1px solid #dbe7fb;
    border-radius: 10px;
    background: linear-gradient(
        180deg,
        #f8fbff 0%,
        #f4f8ff 100%
    );
    box-shadow:
        0 1px 2px rgba(15,23,42,.03),
        inset 0 1px 0 rgba(255,255,255,.8);
    font-size: 12px;
    margin-bottom: 20px;
}

.xoo-as-setbar-help > div {
    display: flex;
    align-items:center;
    gap: 5px;
    margin:0 0 14px;
    font-size: 13px;
    font-weight:600;
    color:#3563d9;
}

.xoo-as-setbar-help .xoo-as-icon {
    font-size: 17px;
}

.xoo-as-setbar-help > span {
    color: #667085;
}

.xoo-as-setbar-help .xoo-btn {
    font-size: 12px;
    gap: 4px;
    padding: 6px;
    max-width: 100px;
    margin-top: 15px;
}

.xoo-as-setbar-help .xoo-btn .xoo-as-icon {
    font-size: 15px;
}


.xoo-as-setsec-container:not(:has(.xoo-sct-active)) + .xoo-as-setbar-help {
    margin-top: 10px;
}

.xoo-sc-tbar-tabs li[data-tab="pro"] span:nth-child(2){
    background-color: #fde5ae;
    padding: 2px 5px;
    border-radius: 3px;
}

.xoo-as-setting.xoo-as-button_theme_selector {
    width: auto;
    display: inline-block;
    margin-right: 30px;
}

.xoo-as-setting.xoo-as-button_theme_selector .xoo-as-label {
    margin-bottom: 8px;
}

.xoo-as-setting.xoo-as-button_theme_selector select{
    width: 100%;
    max-width: 100%;
}
