.menu-toggle .deznav img {
    width: 50px !important;
}

.menu-toggle .deznav h4 {
    margin-top: 10px;
    font-size: 12px  !important;
}

.menu-toggle .deznav p {
    font-size: 11px !important;
}

.header-info a {
    font-size: 16px;
    color: #450b5a;
    display: block;
    font-weight: 500;
}

.mr-2 {
    margin-right: 20px;
}

.menu_item_has_child {
    font-family: Arial, Helvetica, sans-serif !important;
}

.menu_item_has_child span {
    font-family: Arial, Helvetica, sans-serif !important;
    margin-left: 10px;
}
.submenu .dropdown-item img {
    width: 40px;
    height: 40px;
    border-radius: 0.75rem;
}

@media (min-width: 768px) {
    .show-mobile {
        display: none;
    }
}
@media (max-width: 768px) {
    .header-left h4 {
        display: none;
    }
}

:root {
    --line-color: #666;
    --line-width: 0.1em;
    --gutter: 1em;
}

.tree {
    margin: 0 0 calc(var(--gutter) * 2);
    text-align: center;
}
.tree, .tree ul, .tree li {
    list-style: none;
    margin: 0;
    padding: 0;
    position: relative;
}
.tree, .tree ul {
    display: table;
}
.tree ul {
    width: 100%;
}
.tree li {
    display: table-cell;
    padding: var(--gutter) 0;
    vertical-align: top;
}
.tree li:before {
    content: "";
    left: 0;
    outline: solid calc(var(--line-width) /2) var(--line-color);
    position: absolute;
    right: 0;
    top: 0;
}
.tree li:first-child:before {
    left: 50%;
}
.tree li:last-child:before {
    right: 50%;
}
.tree button {
    border-radius: 0.2em;
    margin: 0 calc(var(--gutter) / 2) var(--gutter);
    min-height: 2.1em;
    position: relative;
    /* z-index: 1; */
}
.tree [contenteditable] {
    cursor: text;
}
.tree .selected {
    border-color: #900;
    border-style: dashed;
    -webkit-box-shadow: 0 0 var(--gutter) var(--line-width) rgba(153, 0, 0, .3);
    -moz-box-shadow: 0 0 var(--gutter) var(--line-width) rgba(153, 0, 0, .3);
    box-shadow: 0 0 var(--gutter) var(--line-width) rgba(153, 0, 0, .3);
}
.tree ul:before, .tree button:before {
    outline: solid calc(var(--line-width) / 2) var(--line-color);
    content: "";
    height: var(--gutter);
    left: 50%;
    position: absolute;
    top: calc(calc(-1 * var(--gutter)) - calc(var(--line-width) / 2));
}
.tree > li {
    margin-top: 0;
}
.tree > li:before, .tree > li:after, .tree > li > button:before {
    outline: none;
}
button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: solid var(--line-width) var(--line-color);
    cursor: pointer;
    font-size: 1em;
    line-height: 1.2em;
    padding: 0.4em 1em;
    position: relative;
}

input[type="range"] {
    display: block;
    width: 100%;
}
input[type="color"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: none;
    cursor: pointer;
    display: block;
    height: 2em;
    padding: 0;
    width: 100%;
}
.toolbar {
    background: #ccc;
    font-size: 0.9em;
    left: 0;
    margin: 0;
    padding: var(--gutter);
    position: fixed;
    right: 0;
    text-align: center;
    top: 0;
    transform: translate(0, -100%);
    transition: all 0.2s ease;
    /* z-index: 2; */
}
.toolbar.show {
    transform: translate(0, 0);
}
ins {
    background: #fff;
    border: solid calc(var(--line-width) /2) var(--line-color);
    display: inline-block;
    font-size: 0.8em;
    left: -1em;
    margin: 1em 0 0;
    padding: 0.2em 0.5em;
    position: absolute;
    right: -1em;
    text-decoration: none;
    top: 100%;
}
ins:before, ins:after {
    border: solid 1em transparent;
    border-top: none;
    content: "";
    left: 50%;
    position: absolute;
    transform: translate(-50%, 0);
}
ins:before {
    border-bottom-color: var(--line-color);
    bottom: 100%;
}
ins:after {
    bottom: calc(100% - var(--line-width));
    border-bottom-color: #fff;
}
ins {
    opacity: 0;
    transition: all 0.2s ease;
    transform: scale(0, 0);
}
.js-confirm .confirm, .js-root .root {
    opacity: 1;
    transform: scale(1, 1);
}
.grid {
    display: flex;
    width: 100%;
}
.grid > * {
    flex: 1;
    margin-left: 0.5em;
    margin-right: 0.5em;
}


.loading-page {
    background: #0d0d0d;
    height: 100vh;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
}
.loading-page .counter {
    text-align: center;
}
.loading-page .counter p {
    font-size: 40px;
    font-weight: 100;
    color: #f60d54;
}
.loading-page .counter h1 {
    color: white;
    font-size: 60px;
    margin-top: -10px;
}
.loading-page .counter hr {
    background: #f60d54;
    border: none;
    height: 1px;
}
.loading-page .counter {
    position: relative;
    width: 200px;
}
.loading-page .counter h1.abs {
    position: absolute;
    top: 0;
    width: 100%;
}
.loading-page .counter .color {
    width: 0px;
    overflow: hidden;
    color: #f60d54;
}

.copies-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}

.copies-section i {
    font-size: 16px;
}