.xoo-settings-container {
    padding: 50px 20px;
    max-width: 1300px;
}

ul.xoo-sc-tabs {
    margin: 0;
    list-style: none;
    padding: 0;
}

ul.xoo-sc-tabs li {
    display: inline-block;
    padding: 10px 20px;
    background-color: #1d3557;
    margin: 0 5px 0 0;
    color: #f0f0f0;
    font-weight: 500;
    text-transform: uppercase;
    width: auto;
    cursor: pointer;
}

ul.xoo-sc-tabs li.xoo-sct-active {
    background-color: #2a9d8f;
    transform: scale(1.05);
}

.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-bottom-btns > * {
    padding: 13px 10px;
    color: #fff;
    border: 0;
    border-radius: 1px;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    text-transform: capitalize;
    text-decoration: none;
    display: inline-block;
}

.xoo-sc-tab-content {
    display: none;
}

.xoo-sc-tab-content.xoo-sct-active {
    display: block;
}

form.xoo-as-form {
    margin-top: 0;
    background-color: #fff;
    padding: 30px 15px;
}

.xoo-as-setting {
    margin-bottom: 38px;
    display: flex;
}


.xoo-as-label {
    font-size: 15px;
    font-weight: 600;
    margin-right: 50px;
    width: 200px;
    min-width: 200px;
}

span.xoo-as-desc {
    display: block;
    font-style: italic;
    color: #333;
    font-size: 13px;
    margin-top: 10px;
}

.xoo-as-checkbox .xoo-as-desc {
    display: inline-block;
    margin: 0 0 0 10px;
}


.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-asc-head {
    background-color: #457b9d;
    width: 100%;
    display: block;
    margin: 0 -15px 30px;
    padding: 10px 15px;
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
}

span.xoo-asc-desc {
    display: block;
    margin-top: -20px;
    margin-bottom: 20px;
    font-style: italic;
}

.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-wsc-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: 100%;
    display: flex;
    z-index: 99999;
    position: sticky;
    max-width: 500px;
    float: right;
    bottom: 0;
}

button.xoo-as-form-save {
    flex-grow: 1;
    background-color: #2a9d8f;
    text-transform: uppercase;
}

.xoo-sc-bottom-btns a {
    text-align: center;
    background-color: #1d3557;
}


.xoo-as-is-pro:after, .xoo-ass-pro-sec > span:first-child:after {
    content: "PRO";
    color: #4CAF50;
    margin-left: 9px;
    font-weight: bold;
}


.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;
    }
}