/**
 * CMSXL and Application User Interface Soft Touch Buttons.
 * Copyright (c) 2023 Anthony Albit. All rights reserved.
 *
 * For more information, please contact:
 * Email: anthony.albit@wayovermedia.com
 * Website: https://cmsxl.com
 */

/* Admin CSS */
/*•••••••••••••••••••••••••••••••••••••••••••••••••••••••*/

@media (max-width: 576px) {
    @-ms-viewport {
        width: 440px;
    }
}
@media (max-width: 1600px) {
    /* 1601 if min-width */
}
@media (max-width: 1399px) {
    /* 1400 if min-width */
}
@media (max-width: 1199px) {
    /* 1200 if min-width */
}
@media (max-width: 991px) {
    /* 992 if min-width */
}
@media (max-width: 767px) {
    /* 768 if min-width */
}
@media (max-width: 576px) {
    /* 577 if min-width */
}

:root {
    --this-font: 'Roboto Condensed';
    /* Admin Template Variables */
    --acp-color: #8f7adc;
    --acp-color-hover: #7961ce;
    --acp-color-booking: #383247;
    --acp-color-dark: #5f5186;
    --acp-color-darker: #4b3e7a;
    --acp-color-darkest: #3f3465;
    --acp-text-color: #f0f0f0;
    --acp-text-color-alt: #7d7780;

    /*--acp-bg-color: #2f2a30;*/
    --acp-bg-color: #302a3c;
    --acp-bg-menu: rgba(22, 20, 24, 0.91);
    --acp-section-bg: #161418;
    --acp-section-bg-alt: #202025;

    --acp-padding: 15px;
    --acp-header-height: 64px;
    --acp-border-radius: 13px / 15px;
    --acp-drop-radius: 10px / 12px;
    --acp-font-size: 16px;

    --app-panel-width: 420px;
    --app-panel-visible: 60px;

    --acp-input-bg: #2f2a30;
    --acp-input-bg-alt: #36333a;
    --acp-input-text: #000000;
    --acp-input-height: 28px;
    --acp-input-radius: 13px / 15px;

    --acp-interface-shadow: 0 0 10px -2px #444444;
    --acp-interface-shadow-o: 0 0 10px -2px #44444480;

    --c-default: #f8f9fa;
    --c-light: #cfcfcf;
    --c-common: #a49eb5;
    --c-primary: #8f7adc;
    --c-primary-o: #8f7adc30;
    --c-adult: #bd72e1;
    --c-frenchie: #e5c0ce;
    --c-cream: #f2dfd5;
    --c-ivory: #fffff0;
    --c-wood: #af8f76;
    --c-success: #77bb88;
    --c-info: #7a9fdc;
    --c-sea: #7487a9;
    --c-question: #32b9ae;
    --c-state: #68b7d3;
    --c-olive: #b1ba6c;
    --c-warning: #ebab44;
    --c-papaya: #ff9800;
    --c-tropical: #fd6b0d;
    --c-danger: #d95656;
    --c-danger-o: #d9565630;
    --c-dollar: #85bb65;
    --c-dollar-o: #85bb6530;
    --c-dollar-h: #85bb6580;
    --c-qraway: #e93322;
    --c-burgundy: #671f23;
    --c-deepblue: #00445f;
    --c-tarmac: #383a3e;

    --c-text: #3c4355;
    --c-text: #4b4454;
    --c-white: #f8f9fa;
    --с-ivory: #f0eee4;
    --c-dark: #212529;
    /*--c-dark: #242424;*/
    --c-darkest: #090909;
    --c-indigo: #6610f2;
    --c-orange: #fd7e14;
    --c-pink: #d63384;
    --c-blue: #0d6efd;
    --c-purple: #6f42c1;
    --c-green: #16c90f;
    --c-red: #ec162c;
    --c-teal: #20c997;
    --c-yellow: #f7ba59;
    --c-brick: #a52834;
    --c-brick: #a52834;
    --c-inactive: #691a40;
}
.zzz {
    background-color: #4b4454 !important;
}
.text-default {
    color: var(--c-default) !important;
}
.text-common {
    color: var(--c-common) !important;
}
.text-light {
    color: var(--c-light) !important;
}
.text-ivory {
    color: var(--c-ivory) !important;
}
.text-primary {
    color: var(--c-primary) !important;
}
.text-adult {
    color: var(--c-adult) !important;
}
.text-frenchie {
    color: var(--c-frenchie) !important;
}
.text-cream {
    color: var(--c-cream) !important;
}
.text-wood {
    color: var(--c-wood) !important;
}
.text-success {
    color: var(--c-success) !important;
}
.text-info {
    color: var(--c-info) !important;
}
.text-sea {
    color: var(--c-sea) !important;
}
.text-question {
    color: var(--c-question) !important;
}
.text-state {
    color: var(--c-state) !important;
}
.text-olive {
    color: var(--c-olive) !important;
}
.text-warning {
    color: var(--c-warning) !important;
}
.text-papaya {
    color: var(--c-papaya) !important;
}
.text-tropical {
    color: var(--c-tropical) !important;
}
.text-danger {
    color: var(--c-danger) !important;
}
.text-dollar {
    color: var(--c-dollar) !important;
}
.text-burgundy {
    color: var(--c-burgundy) !important;
}
.text-deepblue {
    color: var(--c-deepblue) !important;
}
.text-qraway {
    color: var(--c-qraway) !important;
}
.text-dark {
    color: var(--c-dark) !important;
}
.text-darkest {
    color: var(--c-darkest) !important;
}

.bg-default {
    background-color: var(--c-default) !important;
}
.bg-light {
    background-color: var(--c-light) !important;
}
.bg-ivory {
    background-color: var(--c-ivory) !important;
}
.bg-common {
    background-color: var(--c-common) !important;
}
.bg-primary {
    background-color: var(--c-primary) !important;
}
.bg-adult {
    background-color: var(--c-adult) !important;
}
.bg-frenchie {
    background-color: var(--c-frenchie) !important;
}
.bg-cream {
    background-color: var(--c-cream) !important;
}
.bg-wood {
    background-color: var(--c-wood) !important;
}
.bg-success {
    background-color: var(--c-success) !important;
}
.bg-info {
    background-color: var(--c-info) !important;
}
.bg-sea {
    background-color: var(--c-sea) !important;
}
.bg-question {
    background-color: var(--c-question) !important;
}
.bg-state {
    background-color: var(--c-state) !important;
}
.bg-olive {
    background-color: var(--c-olive) !important;
}
.bg-warning {
    background-color: var(--c-warning) !important;
}
.bg-papaya {
    background-color: var(--c-papaya) !important;
}
.bg-tropical {
    background-color: var(--c-tropical) !important;
}
.bg-danger {
    background-color: var(--c-danger) !important;
}
.bg-dollar {
    background-color: var(--c-dollar) !important;
}
.bg-burgundy {
    background-color: var(--c-burgundy) !important;
}
.bg-deepblue {
    background-color: var(--c-deepblue) !important;
}
.bg-qraway {
    background-color: var(--c-qraway) !important;
}
.bg-dark {
    background-color: var(--c-dark) !important;
}
.bg-darkest {
    background-color: var(--c-darkest) !important;
}
.bg-tarmac {
    background-color: var(--c-tarmac) !important;
}
.bg-tarmac {
    background-color: var(--c-tarmac) !important;
}
.bg-text {
    background-color: var(--c-text) !important;
}
.bg-acp-dark {
    background-color: var(--acp-color-dark) !important;
}
.bg-acp-darker {
    background-color: var(--acp-color-darker) !important;
}
.bg-acp-booking {
    background-color: var(--acp-color-booking) !important;
}
.bg-acp-section {
    background-color: var(--acp-section-bg) !important;
}
.bg-input {
    background-color: var(--acp-input-bg) !important;
}
.bg-transparent {
    background: transparent !important;
}

.border-default {
    border-color: var(--c-default) !important;
}
.border-light {
    border-color: var(--c-light) !important;
}
.border-ivory {
    border-color: var(--c-ivory) !important;
}
.border-common {
    border-color: var(--c-common) !important;
}
.border-primary {
    border-color: var(--c-primary) !important;
}
.border-adult {
    border-color: var(--c-adult) !important;
}
.border-frenchie {
    border-color: var(--c-frenchie) !important;
}
.border-cream {
    border-color: var(--c-cream) !important;
}
.border-wood {
    border-color: var(--c-wood) !important;
}
.border-success {
    border-color: var(--c-success) !important;
}
.border-info {
    border-color: var(--c-info) !important;
}
.border-sea {
    border-color: var(--c-sea) !important;
}
.border-question {
    border-color: var(--c-question) !important;
}
.border-state {
    border-color: var(--c-state) !important;
}
.border-olive {
    border-color: var(--c-olive) !important;
}
.border-warning {
    border-color: var(--c-warning) !important;
}
.border-papaya {
    border-color: var(--c-papaya) !important;
}
.border-tropical {
    border-color: var(--c-tropical) !important;
}
.border-danger {
    border-color: var(--c-danger) !important;
}
.border-dollar {
    border-color: var(--c-dollar) !important;
}
.border-burgundy {
    border-color: var(--c-burgundy) !important;
}
.border-deepblue {
    border-color: var(--c-deepblue) !important;
}
.border-qraway {
    border-color: var(--c-qraway) !important;
}
.border-dark {
    border-color: var(--c-dark) !important;
}
.border-darkest {
    border-color: var(--c-darkest) !important;
}
.border-text {
    border-color: var(--c-text) !important;
}
.fill-default {
    fill: var(--c-default) !important;
}
.fill-dollar {
    fill: var(--c-dollar) !important;
}
.fill-sea {
    fill: var(--c-sea) !important;
}
.fill-info {
    fill: var(--c-info) !important;
}
.fill-deepblue {
    fill: var(--c-deepblue) !important;
}
.fill-ivory {
    fill: var(--c-ivory) !important;
}
.invisible {
    background-color: transparent !important;
    border-color: transparent !important;
}

@media (max-width: 768px) {
}
input[type='color'] {
    padding: 4px 12px;
    height: 44px;
}
h1, h2, h3, h4, h5, h6 {
    margin: 30px 0 20px 0;
    line-height: 30px;
    font-family: var(--this-font), sans-serif;
    font-weight: 300;
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0;
}
h1 {
    font-size: calc(var(--acp-font-size) * 2);
}
h2 {
    font-size: calc(var(--acp-font-size) * 1.9);
}
h3 {
    font-size: calc(var(--acp-font-size) * 1.8);
}
h4 {
    font-size: calc(var(--acp-font-size) * 1.7);
}
h5 {
    font-size: calc(var(--acp-font-size) * 1.6);
}
h6 {
    font-size: calc(var(--acp-font-size) * 1.5);
}
sub {
    text-transform: lowercase;
}
.app-content div,
.app-content article,
.app-content aside,
.app-content footer,
.app-content header,
.app-content section {
    position: relative;
}
div, header, footer, article, section {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    box-sizing: border-box;
}
img, video {
    max-width: 100%;
}
figure {
    display: inline-block;
    margin: 0;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    line-height: 0;
    font-size: 0;
}
figure svg {
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
}

body {
    padding-right: var(--app-panel-width);
    min-width: 440px;
    line-height: 22px;
    font-family: var(--this-font), Arial, sans-serif;
    color: #f0f0f0;
    background-color: var(--acp-bg-color);
    overflow: hidden;
    -webkit-text-size-adjust: none;
}

@media (max-width: 991px) {
    body {
        padding: 0;
    }
}
body.off {
    padding-right: 0;
}
a {
    color: var(--accent-color);
}
a:hover {
    color: var(--acp-color);
    color: var(--c-dollar);
}
p {
    font-size: var(--acp-font-size);
}

.app-wrapper {
    /*TODO: Перенести из body сюда текстовые свойства.*/
    position: relative;
    top: 0;
    font-family: var(--this-font), Arial, sans-serif;
    color: #f0f0f0;
}
.app-wrapper::before {
    content: '';
    display: block;
    position: fixed;
    z-index: 1000;
    background-color: rgb(0, 255, 0);
    transition: opacity 0.3s ease 0s;
    opacity: 0;
    pointer-events: none;
    inset: 0;
}
.app-wrapper.fixed::before {
    opacity: .3;
}

.app-content {
    position: unset;
    z-index: -2;
    /*top: 50px;*/
    left: 0;
    width: 100%;
}
.app-content.colorbook {
    margin-bottom: 190px;
}

/* We adjust top with JS to the scrolledTo() and then back. */
.app-content.fixed {
    /*display: none;*/
    position: fixed;
    z-index: 1;
    /*left: calc(var(--app-panel-width));*/
    width: calc(100% - var(--app-panel-width));
}
@media (max-width: 999px) {
    .app-content.fixed {
        display: block;
        position: fixed;
        z-index: 1;
        left: 0;
        width: 100%;
    }
}
.app-content.fixed.off {
    width: 100%;
}
.app-body {
    margin: 50px 30px 0 30px;
    padding-bottom: 55px;
    /*margin-bottom: calc(var(--acp-header-height) + 30px);*/
    /*min-height: 100vh;*/
    min-width: 400px;
}
@media (max-width: 991px) {
    .app-body {
        margin: 50px 10px 0 10px;
        /*margin-bottom: calc(var(--acp-header-height) + 40px);*/
    }
}
.app-body.fullscreen {
    margin: 0;
    /*margin-bottom: 70px;*/
    padding-bottom: 0;
}
.app-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 50px;
    background-color: #f7ba59;
}
:root {
    --acp-leftside-bg: #171717;
}
.app-panel {
    display: block !important;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    bottom: 0;
    width: var(--app-panel-width);
    /*height: calc(100% - var(--acp-header-height));*/
    max-height: 100%;
    /*background-color: var(--acp-input-bg);*/
    /*background-color: var(--acp-section-bg);*/
    background-color: var(--acp-leftside-bg);
    border: 20px solid var(--acp-leftside-bg);
    /*border-top-width: 40px;*/
    border-top: 0;
    border-bottom: 0;
    /*border-left: 0;*/
    /*overflow: auto;*/
}
.app-panel.off {
    display: none !important;
}
.app-panel.visible-important {
    display: block !important;
}
.app-panel-overlay {
    display: none;
    position: fixed;
    z-index: 11;
    top: 0;
    right: 0;
    bottom: 0;
    width: var(--app-panel-width);
    background-color: #00000080;
}
.app-panel-content {
    display: flex;
    /*display: grid;*/
    position: absolute;
    z-index: 150;
    justify-content: flex-end;
    flex-direction: column;
    width: calc(100% - 0px);
    height: 100%;
    min-height: 100%;
    color: var(--acp-text-color);
    animation: 0.5s ease 0s 1 normal none running slide-in;
    /*background-color: var(--acp-bg-menu);*/
    grid-template-rows: 1fr min-content;
}
@media (max-width: 999px) {
    .app-panel {
        display: none !important;
        /*z-index: 7;*/
        z-index: 10;
        right: 0;
        left: -2px;
        width: auto;
        border-left-width: 20px;
    }
    .app-panel-content {
        padding-top: 0;
    }
    .app-panel-overlay {
        display: none !important;
        /*display: block;*/
        /*width: var(--app-panel-visible);*/
    }
}
.app-panel-overlay.off {
    width: 0;
}
.app-panel-info {
    position: absolute;
    right: 0;
    bottom: 5px;
    left: -20px;
    padding-left: 2px;
    height: 50px;
}
@media (max-width: 999px) {
    .app-panel-info {
        right: unset;
        /*max-width: 210px;*/
    }
}
.app-panel-info.disable:after {
    content: '';
    display: block;
    position: fixed;
    z-index: 3;
    top: 0;
    right: 0;
    bottom: 60px;
    width: var(--app-panel-width);
    background-color: var(--acp-bg-menu);
    opacity: .6;
}
@media (max-width: 999px) {
    .app-panel-info.disable:after {
        left: 0;
        width: auto;
    }
}

.legacy-reset {
    position: relative;
    font-size: 0;
}
.legacy-reset.unset {
    position: unset;
}


.acp-header {
    display: flex;
    position: fixed;
    z-index: +2;
    bottom: 0;
    left: 0;
    justify-content: space-between;
    width: calc(100% - var(--app-panel-width));
    width: calc(100%);
    height: var(--acp-header-height);
    background-color: var(--c-darkest);
}
@media (max-width: 999px) {
    .acp-header {
        width: 100%;
    }
}

.acp-menu-holder {
    width: 50px;
    height: 50px;
    box-sizing: content-box;
    cursor: pointer;
}
.acp-header-left {
    display: none;
}
.acp-header-right {
    margin-right: 5px;
}
@media (max-width: 999px) {
    .acp-header-left {
        display: block;
    }
    .acp-header-right {
        margin-right: 0;
    }
}
.acp-logo {
    margin: 0;
    padding: 5px;
    width: 70px;
    height: 70px;
    background-color: var(--acp-section-bg);
    border-radius: 50%;
}
@media (max-width: 999px) {
    .acp-logo {
        /*margin-top: -25px;*/
        margin-left: 0;
    }
}
.acp-logo img {
    border-radius: 50%;
    transition: transform 8s ease-in-out;
}


/* Work console */
.acp-controls {
    display: flex;
    position: fixed !important;
    z-index: 8;
    bottom: 5px;
    transition: left .3s ease-in-out,
    right .3s ease-in-out;
    --out-pull: -330px;
}
.acp-controls.left {
    left: 0;
}
.acp-controls.right {
    right: var(--app-panel-width);
}
.acp-controls.right.off {
    right: 0;
}
.acp-controls.left.out {
    display: none;
    left: var(--out-pull);
}
.acp-controls.right.out {
    display: none;
    right: calc(var(--app-panel-width) + var(--out-pull));
}
.acp-controls.right.mce {
    padding-left: 10px;
    width: 300px;
    background-color: var(--acp-input-bg-alt);
    box-shadow: 0 0 10px 0 var(--c-darkest);
    border-radius: var(--acp-border-radius);
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    overflow: hidden;
}
#acp-controls-right {
    /*z-index: 5;*/
    z-index: 11;
}
@media (max-width: 999px) {
    .acp-controls.right {
        right: 0;
    }
    .acp-controls.right.out {
        right: var(--out-pull);
    }
    #acp-controls-right {
        /*z-index: 8;*/
        z-index: 11;
    }
}
.acp-controls.local {
    bottom: 57px;
}
.acp-controls.local.accesibility {
    z-index: 3000;
    bottom: 67px;
}
.acp-controls.local.onfat {
    bottom: 67px;
}
#acp-controls-right-local,
#acp-controls-left-local {
    z-index: 3;
}


.acp-panel {
    display: flex;
    display: none;
    position: fixed;
    z-index: 4;
    right: var(--app-panel-width);
    bottom: 0;
    left: 0;
    height: var(--acp-header-height);
    font-family: var(--this-font), sans-serif;
    /*background-color: var(--acp-section-bg);*/
    /*background-color: #a000a0;*/
    /*border-top: 1px solid #100f10;*/
    box-sizing: content-box;
}
@media (max-width: 999px) {
    .acp-panel {
        right: 0;
    }
}

.acp-panel-holder {
    display: block;
    position: absolute;
    top: 0; right: 0; bottom: 0; left: 0;
    padding: 15px 0;
    transition: all .5s ease-in-out;
}
.acp-panel-holder.closed {
    right: -200px;
    left: -200px;
}

/* Dots Menu and Buttons */
.acp-panel-dots {
    display: inline-flex;
    position: absolute;
    z-index: 6;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 70px;
    height: 50px;
    background-color: var(--acp-color);
    /*box-shadow: 0 0 10px -2px #000000;*/
    border-right: 2px solid var(--acp-color);
    border-radius: var(--acp-border-radius);
    /*border-top-right-radius: 0;*/
    /*border-bottom-right-radius: 0;*/
    border-top-left-radius: 0;
    /*transition: all .3s ease;*/
    border-bottom-left-radius: 0;
    cursor: pointer;
}
.acp-panel-dots.open {
    border-right: 2px solid var(--acp-bg-color);
    border-radius: 0;
}
.acp-panel-dots img {
    display: none;
    position: absolute;
    bottom: 5px;
    left: 10px;
    width: 55px;
    min-width: 55px;
    height: 55px;
    border-radius: 50%;
}
.acp-menu-dots {
    display: flex;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    align-items: center;
    justify-content: center;
    margin: auto;
    width: 36px;
    height: 36px;
    background-color: var(--c-dark);
    border-radius: 100%;
    transition: background-color linear .3s;
    justify-self: right;
}
.acp-menu-dots.open {
    background-color: var(--acp-color);
    border: 2px solid var(--c-dark);
}
.acp-menu-dots.open .acp-menu-dots-holder {
    transform: rotate(270deg);
}
.acp-menu-dots.open span {
    background-color: #eaeaea;
}
.acp-menu-dots.open .avatar {
    opacity: 0;
}
.acp-menu-dots-holder {
    transition: transform .3s linear,
    background-color .3s linear,
    opacity linear .3s;
}
.acp-menu-dots-holder.avatar {
    display: block;
    position: absolute;
    bottom: unset;
    left: -1px;
    width: 38px;
    min-width: 38px;
    height: 38px;
    min-height: 38px;
    border: 2px solid var(--acp-bg-color);
    border-radius: 50%;
}
.acp-menu-dots span {
    display: block;
    margin: 3px;
    width: 5px;
    height: 5px;
    background-color: var(--c-primary);
    border-radius: 100%;
}

.acp-menu-dots-div {
    display: none;
    position: fixed;
    z-index: 5;
    bottom: 5px;
    /*top: 30px;*/
    left: 0;
    width: 310px;
    max-width: 310px;
    max-height: calc(100% - 25px - 30px);
    background-color: var(--acp-bg-menu);
    border-radius: var(--acp-border-radius);
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    overflow: hidden;
    transition: left .3s ease-in-out;
}

/* Burger Menu and Buttons */
.acp-panel-burger {
    display: inline-flex;
    position: absolute;
    z-index: 4;
    right: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 50px;
    background-color: var(--acp-color);
    /*border-top-left-radius: 0;*/
    box-shadow: 0 0px 10px -2px #000000a0;
    border-radius: var(--acp-border-radius);
    /*border-bottom-left-radius: 0;*/
    /*transition: all .3s ease;*/
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    box-sizing: content-box;
    cursor: pointer;
}
.acp-panel-burger abbr {
    position: absolute;
    right: 8px;
    bottom: 2px;
    margin: auto;
    padding: 2px;
    width: 60px;
    min-width: 60px;
    height: 60px;
    background-color: var(--c-dark);
    border-radius: 50%;
    overflow: hidden;
}
.acp-panel-burger img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

/* Menu Button Burger */
.acp-menu-button {
    display: none;
    position: absolute;
    z-index: 1192;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    width: 36px;
    height: 36px;
    background-color: var(--c-dark);
    border-radius: 50%;
    vertical-align: top;
    overflow: hidden;
    transition: transform .3s linear,
    background-color .3s linear;
    cursor: pointer;
}
@media (max-width: 999px) {
    .acp-panel-burger {
        right: 0;
        width: 130px;
    }
    .acp-panel-burger.off {
        right: 0;
        width: 80px;
    }
    .acp-menu-button {
        display: block;
    }
    .acp-menu-button.off {
        display: none;
    }
    .acp-panel-burger img {
        right: 10px;
        left: unset;
    }
}
.acp-menu-button.open {
    background-color: var(--acp-color);
    border: 2px solid var(--c-dark);
    transform: rotate(-180deg);
}
.acp-menu-burger {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 22px;
    height: 15px;
}
.acp-menu-burger span {
    display: block;
    position: absolute;
    width: 50%;
    height: 3px;
    background: var(--acp-color);
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    -webkit-transition: .25s ease-in-out;
    transition: .25s ease-in-out,
    background-color ease-in-out .1s;
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    opacity: 1;
}
.acp-menu-burger.open span {
    background-color: #eaeaea;
}
.acp-menu-burger span:nth-child(even) {
    left: 50%;
    border-radius: 0;
}
.acp-menu-burger span:nth-child(odd) {
    left: 0;
    border-radius: 0;
}
.acp-menu-burger span:nth-child(1),
.acp-menu-burger span:nth-child(2) {
    top: 0;
}
.acp-menu-burger span:nth-child(3),
.acp-menu-burger span:nth-child(4) {
    top: 6px;
}
.acp-menu-burger span:nth-child(5),
.acp-menu-burger span:nth-child(6) {
    top: 12px;
}
.acp-menu-burger.open span:nth-child(1),
.acp-menu-burger.open span:nth-child(6) {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.acp-menu-burger.open span:nth-child(2),
.acp-menu-burger.open span:nth-child(5) {
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.acp-menu-burger.open span:nth-child(1) {
    top: 2px;
    left: 2px;
}
.acp-menu-burger.open span:nth-child(2) {
    top: 2px;
    left: calc(50% - 2px);
}
.acp-menu-burger.open span:nth-child(3) {
    left: -50%;
    opacity: 0;
}
.acp-menu-burger.open span:nth-child(4) {
    left: 100%;
    opacity: 0;
}
.acp-menu-burger.open span:nth-child(5) {
    top: 9px;
    left: 2px;
}
.acp-menu-burger.open span:nth-child(6) {
    top: 9px;
    left: calc(50% - 2px);
}


.acp-menu-blocks {
    margin: 0 -5px 20px -5px;
    padding: 15px;
    background-color: var(--acp-section-bg-alt);
    border-radius: var(--acp-border-radius);
}
.acp-menu-blocks:last-child {
    margin-bottom: 0;
}
.acp-menu-blocks.website {
    margin: 0 -5px;
    padding: 20px 15px;
    background-color: var(--acp-section-bg-alt);
}
.acp-menu-blocks select {
    margin-left: -15px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.acp-tools-website {
    margin: 0 -5px 0 -5px;
    padding: 15px 15px 15px 15px;
    background-color: var(--acp-section-bg-alt);
    border-radius: var(--acp-border-radius);
}
.acp-tools-menu {
    display: none;
    margin-top: 10px;
}
.acp-tools-button {
    margin-left: 10px;
    padding: 6px;
    width: 42px;
    min-width: 42px;
    height: 42px;
    background-color: var(--acp-color);
    border: 3px solid var(--acp-color);
    border-radius: 50%;
    transition: background-color linear .3s;
    cursor: pointer;
}
.acp-tools-button:hover {
    background-color: var(--acp-color-hover);
}
.acp-tools-button figure {
    transition: all .4s linear;
    fill: var(--c-dark);
}
.acp-tools-button.open {
    background-color: var(--acp-color-dark);
    border-color: var(--acp-color-dark);
}
.acp-tools-button.open figure {
    transform: rotate(360deg);
}


menu {
    /*padding-right: var(--acp-padding);*/
    /*padding: var(--acp-padding);*/
    font-size: var(--acp-font-size);
    font-size: 18px;
}
menu ul, menu li {
    margin: 0 0 -10px 0;
    padding: 0;
    list-style: none;
}
menu ul li {
    margin-bottom: 20px;
}
menu ul li:last-child {
    margin-bottom: 0;
}
menu ul li a {
    display: block;
    line-height: 26px;
    color: var(--accent-color);
    text-decoration: none;
    border-radius: var(--acp-border-radius);
}
menu ul li a:hover {
    color: var(--accent-color-hover) !important;
    background-color: var(--acp-color-hover) !important;
}
menu ul li span {
    display: block;
    margin-top: 20px;
    padding: 10px;
    font-weight: bold;
}
menu ul li span:first-child {
    margin-top: 0;
}
menu ul li ul {
    /*display: none;*/
    margin-bottom: 20px;
}
menu ul li ul:last-child {
    margin-bottom: 0;
}
menu ul li ul.open {
    display: block;
}
menu ul li ul li {
    margin-bottom: 0;
}
menu ul li ul li a {
    padding: 12px 20px 10px 20px;
    font-weight: normal;
}
menu ul li.adult a,
menu ul li ul li.adult a, .adult {
    color: var(--c-adult);
}

/* Page Navigation */
nav {
    display: inline-block;
    margin-top: 30px;
    margin-bottom: 30px;
    text-align: center;
}
nav * {
    display: inline-block;
}
nav ul {
    display: flex;
    justify-content: center;
    /*background-color: var(--acp-section-bg);*/
    /*border-radius: var(--acp-border-radius);*/
    overflow: hidden;
}
@media (max-width: 576px) {
    nav {
        display: block;
    }
    nav ul {
        display: inline-flex;
        justify-content: center;
    }
}
nav li a {
    display: inline-block;
    padding: 12px 20px;
    font-size: var(--acp-font-size);
    text-decoration: none;
}
nav li a.sm {
    padding: 12px;
}
nav li a:hover {
    background-color: var(--acp-color-hover);
}
nav li.active {
    background-color: var(--acp-color-dark);
}

.iiimmm {
    width: 200px;
    border-radius: var(--acp-border-radius);
}

/* Administrative */
.svg-icons-cache {
    display: none;
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    max-width: 80%;
    max-height: 80%;
    vertical-align: top;
}
.svg-icons-cache svg {
    width: 50px;
    max-width: 50px;
    height: 50px;
    max-height: 50px;
    fill: var(--c-light);
}
.dimensions {
    display: none;
    position: fixed;
    z-index: 99999999;
    right: 0;
    bottom: 20px;
    left: 0;
    margin: auto;
    padding: 5px 0;
    max-width: 300px;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    background: rgba(0, 0, 0, .8) none repeat scroll 0 0;
}
.blur {
    -webkit-filter: blur(6px);
    filter: blur(6px);
}
.ghost {
    background-color: var(--acp-color-darker);
    background-color: var(--c-teal);
    opacity: .75;
}
.ghost:before {
    content: '';
    position: absolute !important;
    top: 0; right: 0; bottom: 0; left: 0;
    background-color: var(--acp-color);
    opacity: .65;
}

.td-badges {
    margin-top: 2px;
}
.badges {
    position: absolute !important;
    right: 20px;
    bottom: 20px;
    /*margin: auto;*/
    /*width: 220px;*/
    /*text-align: right;*/
    white-space: nowrap;
}
.badges ins {
    display: inline-block;
    margin-left: 5px;
    padding: 9px 14px 8px 14px;
    line-height: 10px;
    font-size: 12px !important;
    text-align: center;
    text-transform: uppercase;
    background-color: #1ac398;
    border-radius: 0.25rem;
    vertical-align: bottom;
    white-space: nowrap;
    cursor: help;
}
aside {
    width: 100%;
}
/* Scroll Bar */
#body,
.scroller {
    overflow-x: hidden;
    overflow-y: scroll;
    /*scrollbar-width: thin;*/
    -ms-overflow-style: -ms-autohiding-scrollbar;
    -webkit-overflow-scrolling: touch;
}
#body.visible,
.scroller.visible {
    overflow-y: hidden;
}
#body.vertical,
.scroller.vertical {
    overflow-y: hidden;
}
#body.invisible::-webkit-scrollbar,
.scroller.invisible::-webkit-scrollbar {
    height: 0;
    background-color: transparent;
}
#body::-webkit-scrollbar,
.scroller::-webkit-scrollbar {
    width: 6px;
    height: 4px;
    background-color: transparent;
    cursor: default !important;
}
@media (max-width: 576px) {
    #body::-webkit-scrollbar,
    .scroller::-webkit-scrollbar {
        width: 3px;
        height: 2px;
    }
}
#body.menu::-webkit-scrollbar,
.scroller.menu::-webkit-scrollbar {
    width: 6px;
    background-color: transparent;
}
#body::-webkit-scrollbar-thumb,
.scroller::-webkit-scrollbar-thumb {
    background-color: var(--c-common);
}
#body::-webkit-scrollbar-thumb,
.scroller.primary::-webkit-scrollbar-thumb {
    background-color: var(--c-primary);
}
#body::-webkit-scrollbar-thumb,
.scroller.light::-webkit-scrollbar-thumb {
    background-color: var(--c-light);
}
#body::-webkit-scrollbar-thumb,
.scroller.default::-webkit-scrollbar-thumb {
    background-color: var(--c-default);
}
#body::-webkit-scrollbar-thumb,
.scroller.success::-webkit-scrollbar-thumb {
    background-color: var(--c-success);
}
#body::-webkit-scrollbar-thumb,
.scroller.adult::-webkit-scrollbar-thumb {
    background-color: var(--c-adult);
}
#body::-webkit-scrollbar-thumb,
.scroller.frenchie::-webkit-scrollbar-thumb {
    background-color: var(--c-frenchie);
}
#body::-webkit-scrollbar-thumb,
.scroller.cream::-webkit-scrollbar-thumb {
    background-color: var(--c-cream);
}
#body::-webkit-scrollbar-thumb,
.scroller.wood::-webkit-scrollbar-thumb {
    background-color: var(--c-wood);
}
#body::-webkit-scrollbar-thumb,
.scroller.info::-webkit-scrollbar-thumb {
    background-color: var(--c-info);
}
#body::-webkit-scrollbar-thumb,
.scroller.sea::-webkit-scrollbar-thumb {
    background-color: var(--c-sea);
}
#body::-webkit-scrollbar-thumb,
.scroller.state::-webkit-scrollbar-thumb {
    background-color: var(--c-state);
}
#body::-webkit-scrollbar-thumb,
.scroller.question::-webkit-scrollbar-thumb {
    background-color: var(--c-question);
}
#body::-webkit-scrollbar-thumb,
.scroller.olive::-webkit-scrollbar-thumb {
    background-color: var(--c-olive);
}
#body::-webkit-scrollbar-thumb,
.scroller.warning::-webkit-scrollbar-thumb {
    background-color: var(--c-warning);
}
#body::-webkit-scrollbar-thumb,
.scroller.papaya::-webkit-scrollbar-thumb {
    background-color: var(--c-papaya);
}
#body::-webkit-scrollbar-thumb,
.scroller.tropical::-webkit-scrollbar-thumb {
    background-color: var(--c-tropical);
}
#body::-webkit-scrollbar-thumb,
.scroller.danger::-webkit-scrollbar-thumb {
    background-color: var(--c-danger);
}
#body::-webkit-scrollbar-thumb,
.scroller.dollar::-webkit-scrollbar-thumb {
    background-color: var(--c-dollar);
}
#body::-webkit-scrollbar-thumb,
.scroller.burgundy::-webkit-scrollbar-thumb {
    background-color: var(--c-burgundy);
}
#body::-webkit-scrollbar-thumb,
.scroller.deepblue::-webkit-scrollbar-thumb {
    background-color: var(--c-deepblue);
}
#body::-webkit-scrollbar-thumb,
.scroller.qraway::-webkit-scrollbar-thumb {
    background-color: var(--c-qraway);
}
#body::-webkit-scrollbar-thumb,
.scroller.common::-webkit-scrollbar-thumb {
    background-color: var(--c-common);
}

#body::-webkit-scrollbar-track,
.scroller::-webkit-scrollbar-track {
    background-color: var(--acp-section-bg-alt);
}
#body.fixed::-webkit-scrollbar,
.scroller.fixed::-webkit-scrollbar {
    width: 0;
}
#body.thick::-webkit-scrollbar,
.scroller.thick::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
#body.thick::-webkit-scrollbar-thumb,
.scroller.thick::-webkit-scrollbar-thumb {
    /*background-color: var(--c-common);*/
}
#body.thick::-webkit-scrollbar-track,
.scroller.thick::-webkit-scrollbar-track {
    /*background-color: transparent;*/
}
.scroller-stop {
    border-right: 6px solid var(--acp-color-hover);
    overflow: hidden;
}
@media (max-width: 576px) {
    .scroller-stop {
        border-right-width: 3px;
    }
}


.spinner-holder {
    display: none;
    position: fixed !important;
    z-index: 2010;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .75);
    overflow: hidden;
}
.spinner-holder.absolute {
    position: absolute !important;
}
.spinner-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 250px;
    max-width: 250px;
    height: 250px;
    max-height: 250px;
    background-color: #222026;
    box-shadow: 0 0 30px -10px #000000;
    border-radius: 50%;
}
.spinner-txt {
    position: absolute;
    z-index: 2000000001;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    width: 90px;
    height: 50px;
    line-height: 52px;
    font-family: var(--this-font), sans-serif;
    text-align: center;
    overflow: hidden;
    text-shadow: 0 0 1px black;
}

.media-loader {
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 400px;
    height: 400px;
    background: #893210;
}
.media-loader-frame {
    width: 100%;
    height: 100%;
    background: #893210;
}

.media-upload-files {
    display: none;
}
.media-upload-area {
    display: inline-block;
    padding: 30px;
    width: 100%;
    color: var(--acp-color);

    text-align: center;
    border: 4px dotted var(--acp-color);
    border-radius: 12px;
    cursor: pointer;
}
.media-upload-area:hover,
.media-upload-area.dragover {
    color: var(--acp-color-hover);
    border-color: var(--acp-color-hover);
    transition: color linear .15s, border-color linear .15s;
}


.no-select,
.no-select * {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    outline: none !important;
}
.no-highlights,
.no-highlights * {
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    outline: none !important;
}
*:focus {
    outline: none !important;
}


/*.acp-section-header {*/
/*    margin: 0 -20px;*/
/*    padding: 20px;*/
/*}*/
/*.acp-section-title {*/
/*    !*margin-bottom: 20px;*!*/
/*    margin: 10px 0;*/
/*}*/
/*.acp-section-title h1 {*/
/*    margin: 0 0 0 3px;*/
/*}*/
/*.acp-section-buttons {*/
/*    margin: 20px 0 10px 0;*/
/*}*/
/*@media (max-width: 999px) {*/
/*    .acp-section-header {*/
/*        margin: 0 -10px;*/
/*        padding: 30px 10px 20px 10px;*/
/*    }*/
/*    .acp-section-title {*/
/*        text-align: center;*/
/*    }*/
/*}*/


/*.acp-section-upload {*/
/*    margin-bottom: 30px;*/
/*}*/
/*.acp-section-upload.forms {*/
/*    display: inline-block;*/
/*}*/

/*.acp-image-gallery {*/
/*    display: block;*/
/*    padding-bottom: 20px;*/
/*    font-size: 0;*/
/*    white-space: nowrap;*/
/*    overflow-x: scroll;*/
/*    transition: all 0.15s;*/
/*}*/
/*.acp-image-gallery.active {*/
/*    cursor: grabbing;*/
/*}*/
.acp-image-gallery-container {
    display: inline-block;
    cursor: grab;
}
.acp-image-gallery-container.active {
    cursor: grabbing;
}
/*.acp-image-gallery-grid {*/
/*    display: grid;*/
/*    background-color: var(--acp-color);*/
/*    border: 2px solid var(--acp-color);*/
/*    border-radius: var(--acp-border-radius);*/
/*    overflow: hidden;*/
/*    grid-gap: 2px;*/
/*    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));*/
/*    grid-auto-rows: auto;*/
/*}*/
/*@media (max-width: 1366px) {*/
/*    .acp-image-gallery-grid {*/
/*        grid-template-columns: repeat(auto-fill, minmax(172px, 1fr));*/
/*    }*/
/*}*/
/*.acp-image-grid {*/
/*    !*border-radius: var(--acp-border-radius);*!*/
/*}*/
/*.acp-image-grid:after {*/
/*    content: '';*/
/*    display: block;*/
/*    padding-top: 80%;*/
/*}*/

.acp-image-scroller {
    display: inline-block;
    margin-left: 2px;
    width: 220px;
    min-width: 180px;
    font-size: 10px;
    /*border: 2px dashed var(--acp-color);*/
    /*border-radius: var(--acp-border-radius);*/
    vertical-align: top;
    overflow: hidden;
}
.acp-image-scroller:after {
    content: '';
    display: block;
    padding-top: calc(70% + 50px);
}
.acp-image-scroller:last-child {
    /*margin-right: 0;*/
}
.acp-image-scroller label {
    width: 100%;
    cursor: pointer;
}
.acp-image-scroller .interface {
    z-index: 2;
    opacity: .7;
}
.acp-image-picker {
    position: relative;
}
.image-gallery-pick {
    position: relative;
}
.image-gallery-pick .image.picked {
    filter: grayscale(75%);
}
.image-gallery-pick-icon {
    align-content: center;
    justify-content: center;
    max-height: 50px;
}
.image-gallery-pick-icon.acp-image-picked {
    z-index: 3 !important;
}
/*.acp-image-scroller.add {*/
/*    display: inline-flex;*/
/*    border: 0;*/
/*    cursor: pointer;*/
/*}*/
/*.acp-image-scroller.add ins {*/
/*    display: inline-block;*/
/*    position: absolute;*/
/*    top: 5px;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    left: 0;*/
/*    margin: auto;*/
/*    padding: 18px;*/
/*    width: 75px;*/
/*    height: 75px;*/
/*    line-height: 48px;*/
/*    font-size: 22px;*/
/*    color: #444444;*/
/*    text-align: center;*/
/*    border: 4px dotted var(--acp-color);*/
/*    border-radius: 50%;*/
/*}*/
/*.acp-image-scroller.add figure {*/
/*    fill: var(--acp-color);*/
/*}*/
/*.acp-image-scroller.add:hover ins,*/
/*.acp-image-scroller.add:hover figure {*/
/*    color: var(--acp-color-hover);*/
/*    border-color: var(--acp-color-hover);*/
/*    transition: color linear .15s, border-color linear .15s;*/
/*    fill: var(--acp-color-hover);*/
/*}*/
/*@media (max-width: 992px) {*/
/*    .image-gallery {*/
/*        !*height: 230px;*!*/
/*    }*/
/*    .acp-image-scroller {*/
/*        width: 180px;*/
/*    }*/
/*}*/
/*@media (max-width: 576px) {*/
/*    .acp-image-scroller.add {*/
/*        width: 120px;*/
/*        min-width: 140px;*/
/*        height: 126px;*/
/*    }*/
/*}*/


/*.acp-image-gallery-mover {*/
/*    position: absolute !important;*/
/*    top: 0; right: 0; bottom: 0; left: 0;*/
/*    margin: auto;*/
/*    padding: 10px;*/
/*    width: 60px;*/
/*    height: 60px;*/
/*    border: 2px solid var(--c-light);*/
/*    border-radius: var(--acp-border-radius);*/
/*    opacity: .7;*/
/*}*/
/*.acp-image-gallery-mover {*/
/*    fill: var(--c-light);*/
/*}*/


/*.grid-container {*/
/*    display: grid;*/
/*    grid-gap: 20px;*/
/*    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));*/
/*    grid-auto-rows: auto;*/
/*}*/
/*@media (max-width: 767px) {*/
/*    .grid-container {*/
/*        grid-gap: 10px;*/
/*        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));*/
/*    }*/
/*}*/

/*.acp-card {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    flex-direction: column;*/
/*    min-width: 0;*/
/*    font-size: var(--acp-font-size);*/
/*    word-wrap: break-word;*/
/*    background-color: var(--acp-section-bg);*/
/*    border-radius: var(--acp-border-radius);*/
/*    overflow: hidden;*/
/*}*/
/*.acp-card.ghost {*/
/*    background-color: var(--acp-color-darker);*/
/*    opacity: .75;*/
/*}*/
/*.acp-image-grid.ghost:before {*/
/*    content: '';*/
/*    position: absolute !important;*/
/*    top: 0; right: 0; bottom: 0; left: 0;*/
/*    background-color: var(--acp-color);*/
/*    border-radius: var(--acp-border-radius);*/
/*    opacity: .65;*/
/*}*/
/*.acp-card-image {*/
/*    margin: 15px;*/
/*    padding-top: 70%;*/
/*    height: 0;*/
/*    background-repeat: unset;*/
/*    background-position: center center;*/
/*    background-size: cover;*/
/*    border: 2px dashed var(--acp-color-darker);*/
/*    border-radius: var(--acp-border-radius);*/
/*    background-clip: padding-box;*/
/*}*/
/*.acp-card-image.contain {*/
/*    padding-top: 50%;*/
/*    background-repeat: no-repeat;*/
/*    background-size: contain;*/
/*}*/
/*.acp-card-name {*/
/*    padding: 0 15px;*/
/*    min-height: 44px;*/
/*}*/
/*.acp-card-mover {*/
/*    position: absolute !important;*/
/*    right: 0;*/
/*    bottom: 0;*/
/*    cursor: grab !important;*/
/*}*/
/*.acp-card-price * {*/
/*    color: var(--acp-color);*/
/*    fill: var(--acp-color);*/
/*}*/

/*.acp-section-block {*/
/*    position: relative;*/
/*    margin-bottom: 40px;*/
/*    padding: 25px 20px 20px 20px;*/
/*    background-color: var(--acp-section-bg);*/
/*    border-radius: var(--acp-border-radius);*/
/*}*/
/*.acp-section-block.alt {*/
/*    background-color: var(--acp-section-bg-alt);*/
/*}*/
/*.acp-section-block.wide {*/
/*    margin-top: 25px;*/
/*    padding: 0;*/
/*    padding-bottom: 20px;*/
/*}*/
/*.acp-section-block:first-child {*/
/*    margin-top: 0;*/
/*}*/
/*.acp-section-block:last-child {*/
/*    margin-bottom: -10px;*/
/*}*/


/*.tr {*/
/*    display: flex;*/
/*    align-items: center;*/
/*    font-size: 0;*/
/*    !*background-color: #8f7adc40;*!*/
/*    !*border-bottom: 1px solid var(--acp-color);*!*/
/*}*/
/*.tr.margin {*/
/*    margin-bottom: 10px;*/
/*}*/
/*.tr.margin.x2 {*/
/*    margin-bottom: 20px;*/
/*}*/
/*.tr.margin:last-child {*/
/*    margin-bottom: 0;*/
/*}*/
/*.tr.is-hover {*/
/*    background-color: var(--c-dark);*/
/*}*/
/*.tr span {*/
/*    font-size: 16px;*/
/*}*/
/*.tr.end {*/
/*    align-items: flex-end;*/
/*}*/
/*.tr.alt {*/
/*    background-color: #161418;*/
/*}*/
/*.tr.invisible {*/
/*    opacity: .75;*/
/*}*/
/*.td {*/
/*    !*background-color: #0c4128;*!*/
/*    display: flex;*/
/*    align-items: center;*/
/*    flex-grow: 1;*/
/*    white-space: nowrap;*/
/*}*/
/*.td.xs {*/
/*    flex: 0 0 130px;*/
/*}*/
/*.td.xl {*/
/*    flex: 1 100%;*/
/*    white-space: unset;*/
/*}*/
/*.td.label {*/
/*    align-self: flex-start;*/
/*}*/
/*.td.icons {*/
/*    margin-right: 10px;*/
/*}*/
/*.td.icons:last-child {*/
/*    margin-right: 0;*/
/*}*/


.list-group {
    display: flex;
    position: relative;
    flex-direction: column;
}
.list-group-item {
    /*display: block;*/
    /*position: relative;*/
    padding-left: 30px;
}
.list-group-item a {
    /*display: block;*/
}
.list-group-item div {
    /*height: 50px;*/
}
.list-group-item.nested-1 {
    /*margin-bottom: 5px !important;*/
    /*background-color: #f7ba59;*/
}
.list-group-item li:first-child {
    margin-left: -30px;
}
.absolute {
    position: absolute !important;
    margin: auto !important;
}
.absolute.top {
    top: 0;
}
.absolute.right {
    right: 0;
}
.absolute.bottom {
    bottom: 0;
}
.absolute.left {
    left: 0;
}
.absolute.all {
    z-index: 1; top: 0; right: 0; bottom: 0;
    left: 0;
}
.absolute.cover {
    z-index: 3;
    top: 0; right: 0; bottom: 0; left: 0;
    color: #f7ba59;
}

.shadow {
    box-shadow: var(--acp-interface-shadow);
}
.shadow-o {
    box-shadow: var(--acp-interface-shadow-o);
}
.border {
    border: 1px solid #44444420;
}
/*.nested-1 {*/
/*    background-color: #e6e6e611;*/
/*}*/
/*.nested-2 {*/
/*    background-color: #cccccc11;*/
/*}*/
/*.nested-3 {*/
/*    background-color: #b3b3b311;*/
/*}*/
.nested-sortable {
    padding-left: 0;
}
.sortable-chosen {
    background-color: var(--c-primary);
    /*border-radius: var(--acp-border-radius);*/
    /*transform: scale(1.02);*/
}
.sortable-chosen li {
    background-color: var(--c-warning) !important;
}
.sortable-chosen figure {
    fill: var(--c-warning) !important;
}
.ph10 {
    padding-right: 10px;
    padding-left: 10px;
}
.pv10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.pr10 {
    padding-right: 10px;
}
.pb10 {
    padding-bottom: 10px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb30 {
    padding-bottom: 30px;
}

.m-b-0 {
    margin-bottom: 0 !important;
}
.m-t-0 {
    margin-top: 0 !important;
}
.m-l-10 {
    margin-left: 10px;
}
.m-t-10 {
    margin-top: 10px;
}
.m-t-20 {
    margin-top: 0;
}
.m-b-10 {
    margin-bottom: 10px;
}
.m-b-20 {
    margin-bottom: 20px;
}
.ml-10 {
    margin-left: -10px;
}
.mt-10 {
    margin-top: -10px;
}
.mt-20 {
    margin-top: -20px;
}

.no-padding {
    padding: 0 !important;
}
.no-margin {
    margin: 0 !important;
}
.no-border {
    border: 0 !important;
}
.no-radius {
    border-radius: 0 !important;
}
.no-bg {
    background: transparent !important;
}
.hidden {
    display: none !important;
}

.accounting-type {
}
.accounting-type.shift {
    margin-left: -30px;
    padding-left: 30px;
}
.accounting-type.income {
    color: var(--c-green);
    fill: var(--c-green);
}
.accounting-type.expense {
    color: var(--c-red);
    fill: var(--c-red);
}

.rotate-180 {
    transform: rotate(180deg);
}


.float-left {
    float: left;
}
.float-right {
    float: right;
}
.align-left {
    text-align: left;
}
.align-right {
    text-align: right;
}
.text-center {
    text-align: center;
}

.descriprion p,
#message-container p,
#message-container-0 p,
#message-container-1 p,
#message-container-2 p,
#message-container-3 p,
#message-container-4 p,
#message-container-5 p {
    margin-bottom: 13px;
    line-height: 24px;
    font-size: 18px !important;
}
.descriprion p:last-child,
#message-container p:last-child,
#message-container-0 p:last-child,
#message-container-1 p:last-child,
#message-container-2 p:last-child,
#message-container-3 p:last-child,
#message-container-4 p:last-child,
#message-container-5 p:last-child {
    margin-bottom: 0;
}
#message-container i,
#message-container-0 i,
#message-container-1 i,
#message-container-2 i,
#message-container-3 i,
#message-container-4 i,
#message-container-5 i {
    font-style: oblique;
}
#message-holder-0,
#message-holder-1,
#message-holder-2,
#message-holder-3,
#message-holder-4,
#message-holder-5 {
    display: none;
}
