#blitz-overlay {
    position: fixed;
    top: 0; left: 0; width: 100%; height: 100%;
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(5px);
    display: flex;
    align-items: center; justify-content: center;
    z-index: 10000;
    font-family: 'Segoe UI', Tahoma, sans-serif;
}

.blitz-modal {
    background: white;
    width: 600px;
    border-radius: 15px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    overflow: hidden;
    padding: 30px;
}

.blitz-header { display: flex; align-items: center; gap: 15px; margin-bottom: 20px; }

.blitz-icon-info {
    background: #7a8ced;
    color: white;
    width: 40px; height: 40px;
    border-radius: 50%;
    display: flex; align-items: center; justify-content: center;
    font-size: 24px; font-weight: bold; font-style: italic;
}

.blitz-header h2 { margin: 0; font-size: 24px; color: #333; }

.blitz-content h3 { color: #555; margin-bottom: 15px; font-size: 18px; }
.blitz-content p { color: #666; line-height: 1.5; font-size: 15px; }

.blitz-actions {
    display: flex; justify-content: flex-end; gap: 10px; margin-top: 30px;
}

.blitz-btn {
    padding: 10px 25px;
    border-radius: 8px;
    border: none;
    font-size: 16px;
    cursor: pointer;
    transition: 0.2s;
}

.blitz-btn-white { background: #f0f0f0; color: #333; }
.blitz-btn-white:hover { background: #e5e5e5; }

.blitz-btn-blue { background: #6366f1; color: white; min-width: 200px; }
.blitz-btn-blue:hover { background: #4f46e5; }


.cell {
    text-align: center;
}
.text-nav{
    display: none;
    margin-left: 1em;
    padding-left: 1em;
}

.item-flex-nav {
    background: #37414e;
}

div#swal2-html-container > ul {
    list-style: none;
    display: block;
}


div#swal2-html-container > ul > li {
    display: inline-block;
}

.swal2-popup.swal2-modal.A4Rech.swal2-show {
    width: 100vw;
    height: 100vh;
    top: 0;
}


.reciept-block-action {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    align-content: space-around;
}

.reciept-block-action > a {
    flex: 1;
    flex-basis: 100%;
    place-self: flex-start;
    border: 1px solid;
    width: 150px;
    background-color: #5bac5b !important;
    margin: 0px 3px;
    text-align: center;
    text-decoration: none;
}

.app-bar {
    position: relative;
    min-height: 30px !important;
    justify-content: space-between;
}

.container.h-100 {
    padding: 0;
}

.buttons-prev-next > button {
    background: #76ad73;
    padding: 1em;
    color: white;
    text-transform: uppercase;
    border: none;
    margin: 0 1em;
    flex: 1;
}

.buttons-prev-next {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}

a.front-office-text {
    background: #cf8f8f;
    color: white;
    box-shadow: 1px 1px 1px 1px white;
    text-decoration: none;
    padding: 0 1em;
    margin: 0;
    font-size: 20px;
    height: 33px;
    display: inline-block;
}

a#hilfe {
    /* float: right; */
    display: block;
    padding-right: 1em;
    color: #d6dde6;
}



.login-data > span {
    padding-left: 1em;
    text-transform: uppercase;
    text-decoration: none !important;
}

.app-bar .app-bar-menu>li, .app-bar .app-bar-menu>li>a {
    display: block;
    line-height: 30px;
    background-color: inherit;
    color: inherit;
    flex-shrink: 0;
}

.drag-place {
    width: 100% !important;
    left: 3% !important;
    height: 100% !important;
    top: 3% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.drag-place > .dialog-content {
    height: 100% !important;
}

.dropdown-toggle::after {
    display:none;
}

.dropdown-toggle > .text-nav::after {
    display: none;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent;
}

.dropdown-toggle::before{
    display:none;
}

.text-nav.show{
    color:#c2d6cf;
    display: block;
    border-left: 2px solid;
}

.color-red {
    background: rgba(255, 0, 0, 0.7);
    color: white;
}

.color-blue {
    background: rgba(0, 0, 255, 0.74);
    color: white;
}
.stick-right > a {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: center;
    justify-content: flex-start;
}

span.posListner {
    color: red;
    font-size: 1.5em;
}

span.tseTypeOff {
    color: red;
    font-size: 1.5em;
}

span.tseConnect {
    color: red;
    font-size: 1.5em;
}
span.drukers {
    color: red;
    font-size: 1.5em;
}

span.drukers.on {
    color: #8acb8a;
    font-size: 1.5em;
}
span.posListner.on {
    color: #8acb8a;
    font-size: 1.5em;
}

span.tseConnect.on {
    color: #8acb8a;
    font-size: 1.5em;
}

.app-bar.app-bar-expand {
    background-color: white;
    color:  #232f3e;
    border-left: 1px solid;
    border-right: 1px solid;
}


.stick-left > a {
    display: flex !important;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: stretch;
    align-items: center;
    justify-content: flex-start;
}

.color-green {
    background: rgba(0, 128, 0, 0.71);
    color: white;
}

.swal2-actions {
    margin: 0;
}

.color-yellow {
    background: rgba(159, 172, 37, 0.95);
    color: white;
}

.A4Rech > .swal2-html-container {
    width: 94%;
    height: 85vh;
}

.A4Rech > .swal2-html-container > iframe {
    height: 100%;
}

.image-centered > img {
    width: 150px;
    height: 150px;
}

.sidenav-m3 {
    z-index: 9;
    display: block;
    position: relative;
    list-style: none inside;
    height: 100%;
    width: min-content;
    margin: 0;
    padding: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    background-color: #f8f8f8;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    overflow: -moz-scrollbars-none;
}
.sidenav-m3 > li.stick-right.showTools::before {
    content: attr(data-before-content) !important;
    left: 100%;
    top: 18%;
    background-color: #232f3e !important;
    border-radius: 11px;
    border: 1px solid white;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    width: max-content;
    height: 2.2em;
    padding: 5px;
    color: white !important;
    background: #232f3e !important;
}

ul#userFacets {
    box-shadow: 1px 2px 3px;
    padding: 0.5em;
    list-style: none;
    background: white;
}

ul#allFacets > li:hover {
    background: #232f3e;
    color: white;
}
ul#userFacets > li:hover {
    background: #232f3e;
    color: white;
}


li.facet > .svg-inline--fa {
    color: #1daa1d;
    float: right;
    font-size: 1.6em;
}

ul#userFacets > li {
    box-shadow: 1px 1px 3px;
    width: 100% !important;
    height: max-content;
    padding: 0.5em;
}
ul#allFacets > li {
    box-shadow: 1px 1px 3px;
    width: 100% !important;
    height: max-content;
    padding: 0.5em;
}
.row.button-flex-group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: stretch;
}


.highlight {
    background-color: brown;
    color: #FFF;
}

input[type="color"] {
    border: none;
    width: 80%;
    height: 32px;
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 0;
}

input[type="color"]::-webkit-color-swatch {
    border: none;
}
.steck {
    position: fixed;
    top: 0px;
}

div#sliderella {
    display: flex !important;
}

.row.button-flex-group > div {
    width: 100%;
}

.row.button-flex-group > div > input {
    width: 100%;
}

.dialog {
    z-index: 888888888888888888888888888888888888888888; 
    top: 0 !important;
    left: 29% !important;
}

#kitchenImageDisplay {
    width: 150px !important;
}

.row.button-flex-group > div > input {
    width: 95%;
    display: block;
    margin: 0 auto;
    text-transform: uppercase;
    font-weight: 800;
    
}
div#splashScreen {
    position: absolute;
    z-index: 99999999;
    background: white;
    height: 100vh;
    width: 100vw;
}

div#splashScreen > img {
    width: 40%;
    display: block;
    margin: 0 auto;
}

ul#allFacets {
    box-shadow: 1px 2px 3px;
    padding: 0.5em;
    background: white;
    list-style: none;
}

.rightReeerrr {
    
}

.leftReerrr {
    
}

ul#allFacets > li {
    box-shadow: 1px 1px 3px;
    width: 100% !important;
    height: max-content;
}

.draggable {
    animation: none;
}

.sidenav-m3::-webkit-scrollbar {
    display: none!important;
}
.sidenav-m3 li,
.sidenav-m3 a {
    position: relative;
    display: block;
    color: inherit;
    /*width: 2em !im;*/
    height: 2.7em;
}
.sidenav-m3 > li {
    background: transparent;
}
.sidenav-m3 > li.stick-left::before,
.sidenav-m3 > li.stick-right::before {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 44px;
    border-radius: 0.25rem 0 0 0.25rem;
    background-color: inherit;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}
.sidenav-m3 > li.stick-left::after,
.sidenav-m3 > li.stick-right::after {
    content: "";
    display: block;
    position: absolute;
    width: 6px;
    height: 44px;
    border-radius: 0.25rem 0 0 0.25rem;
    background-color: inherit;
    top: 0;
    left: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.sidenav-m3 > li.stick-right::before {
    left: 100%;
    border-radius: 0 0.25rem 0.25rem 0;
    -webkit-transform: translateX(0);
    transform: translateX(0);
}
.sidenav-m3 a {
    padding: 0.5em;
    text-decoration: none;
    background-color: #f8f8f8;
}
.sidenav-m3 li + li {
    border-top: 1px solid #dfdfdf;

}
.sidenav-m3 .icon {
    width: 24px;
    height: 24px;
    font-size: 22px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    left: 0.625rem;
    bottom: 12px;
}
.sidenav-m3 .title {
    padding: 20px 20px 10px 20px;
    font-size: 24px;
    border: 0;
}
.sidenav-m3 .d-menu {
    position: relative;
    padding: 0;
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    background-color: inherit;
    width: 100%;
}
.sidenav-m3 .d-menu a {
    padding: 0em 0em 0em 3.5em;
    font-size: 1em;
    text-decoration: none;
}
.sidenav-m3 .d-menu li {
    border-top: 1px solid #dfdfdf;
}
.sidenav-m3 .d-menu .icon {
    width: 24px;
    height: 24px;
    font-size: 22px;
    line-height: 24px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    left: 0.625rem;
    margin-top: -0.6em;
    top: 50%;
}
.sidenav-m3[dir=rtl] a {
    padding-right: 3rem;
    padding-left: 1rem;
}
.sidenav-m3[dir=rtl] .icon {
    left: auto;
    right: 0.625rem;
}
.sidenav-m3[dir=rtl] .dropdown-toggle {
    padding-left: 1.5rem !important;
    padding-right: 3rem!important;
}
.sidenav-m3[dir=rtl] .dropdown-toggle::before {
    left: 1rem;
    margin-left: 0;
}
.page-title.pad.group {
    text-align: center;
}
div#dialog > h1 {
    text-align: center;
    border-bottom: 1px solid;
    padding: 0.2em;
}
.modal-header > h2 {
    text-align: center;
}

input.btn-warning.abslagen.w-100 {
    margin: 1em auto;
    width: 85% !important;
    display: block;
    background: #e87d7d;
    color: white;
}

.text-title {
    display: contents;
    float: left;
    width: 48%;
}

.main-box {
    margin-top: 0;
}

.h-100.auto-scroll {
    overflow: scroll;
}

.tabs {
    position: relative;
    border: 0px solid #dfdfdf;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    background-color: #fff;
    color: #1d1d1d;
}


.main-title {
    float: left;
    display: block;
    font-size: 25px;
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
    padding: 0.5em;
    width: 100%;
    margin: 0;
    border-bottom: 1px solid #cecece;
    color: #232f3e;
}
.container.header-title {
    padding: 0;
    height: 55px;
}

input.btn-warning.w-100.datev {
    background: #eb6f6f;
    color: white;
    margin: 1em 0;
}

div#PullTable {
    padding: 0 1em;
    box-shadow: 1px 1px 2px 1px;
}


.item {
    flex: 1;
    flex-basis: 370px;
}


.cell-sm-12 > .row {
/*    box-shadow: 1px 1px 3px 0;*/
    margin: 0.2em auto;
    width: 100% !important;
}

.switch.transition-on
{
    float: left;
}
#hidecontent1 {
    display: none;
}
.item > span {
    padding-left: 15px;
}

select {
    width: 100%;
}
input[type="text"] {
    float: left;
}

.gerate-title {
    display: block;
    font-size: 1.2em;
    text-transform: uppercase;
    FONT-WEIGHT: 500;
    text-align: left;
    width: 100%;
}

 .switch input[type=checkbox]:checked~.aus {
     background: white !important;
     color: #3a3a3a !important;
     border-color: #3a3a3a !important;

 }

.switch input[type=checkbox]:checked~.aus::after {
    background-color: #0a0a0a;
    border-color: #0a0a0a;
    left: -27px !important;
    -webkit-transform: translateX(30px) translateY(-50%);
    transform: translateX(30px) translateY(-50%);
}

.switch input[type=checkbox]:checked~.aus::before {
    content: attr(data-on);
    color: #222222;
    left: 13px;
}

.switch .aus::before {
    content: attr(data-off);
    display: block;
    position: absolute;
    color: inherit;
    left: 0;
    width: 26px;
    top: -2px;
    line-height: 20px;
    font-size: 10px;
    text-transform: uppercase;
    text-align: center;
}

.switch .aus::after {
    position: absolute;
    left: 25px;
    display: block;
    content: "";
    height: 0.75rem;
    width: 0.75rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    border: 2px white solid;
    cursor: pointer;
    background: white;
    z-index: 2;
    border-radius: 50%;
}

.switch .aus {
    position: relative;
    height: 1.25rem;
    width: 2.8125rem !important;
    /* border: 2px #1d1d1d solid;*/
    cursor: pointer;
    /* background: 0 0;*/
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    border-radius: 0.5625rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: #629ad9 !important;
    color: white !important;
    border-color: #629ad9 !important;
}

.gerate-title.text-left {
    display: block;
    font-size: 1.3em;
    box-shadow: 0px 1px 0px 0px #888;
}

.box-container-custom-gerate {
    box-shadow: 1px 2px 3px;
    margin: 0.5em;
    padding: 0.75em !important;
    flex: 1;
    flex-basis: 450px;
}

ul#listShowUser {
    list-style: none;
}
ul#listShowUser2 {
    list-style: none;
}

#hidecontent2 {
    display: none;
}

.row.custom-flex > .item2 {
    min-width: 385px;
    max-width: 600px;
    width: auto;
}

#showSaveUserButton {
    display: none;
}

.highlight {
    background-color: brown;
    color: #FFF;
}

#showSaveUserButton.showSave {
    display: block;
}

a.button.color-blue {
    display: block;
    border: 3px solid white;
    background: #ff7676;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

#hidecontent2.showFormContent {
    display: block !important;    
}

#hidecontent1.showFormContent {
    display: block !important;
    padding: 0 10px;
    box-shadow: 0px 0px 0px 0.1px;
}

hr {
    border: 0;
    width: 100%;
    height: 2px;
    background-color: #5a2323;
}

.switch .check {
    position: relative;
    height: 1.25rem;
    width: 2.8125rem !important;
    border: 2px #1d1d1d solid;
    cursor: pointer;
    background: 0 0;
    z-index: 1;
    display: inline-block;
    vertical-align: middle;
    border-radius: .5625rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

article.group.post-17.page.type-page.status-publish.hentry {
    margin-top: 2em;
}


.form-login {
    width: 35%;
    display: block;
    margin: 0 auto;
}

.table {
    width: 100%;
    box-shadow: 0.2px 0.2px 3.2px 0.2px;
    margin-bottom: 1rem;
}

/*body {
    background-image: url("img/1.jpg");
    background-position: right;
}*/

tr.alt {
    box-shadow: 1px 2px 0px 0px;
}

.modal-body {
    height: 39vh !important;
    overflow-x: scroll;
}

.container {
    background: white;
    padding: 0 1em;
    margin: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
}

.table .tbody .td, .table .tbody td, .table tbody .td, .table tbody td {
    text-align: left;
}
td {
    text-align: center;
}
.table .tbody .td, .table .tbody td, .table tbody .td, .table tbody td {
    padding: 1em;
    /* border: 1px solid; */
    vertical-align: -webkit-baseline-middle;
}
.row {
    padding: 0.5em 0em;
}
.button {
    display: block;
    margin: 0 auto;
}

.cell-sm-12.cell-md-12 > .row {
    width: 100% !important;
    height: auto;
}

input.button.color-blue {
    display: block;
}

img.image-container {
    display: block;
    height: 63%;
    margin: 0 auto;
}

.cell-4 {
    padding-top: 0.2em;
}

.cell-6 {
    padding-top: 0.2em;
}

.table .td, .table .th, .table td, .table th {
    padding: .625rem;
    text-align: left;
}

html {
    height: 100vh;
    width: 100vw;
}

.bd-default {
    border-color: transparent;
}

/*li.stick-right > a > span {
    padding-left: 5px;
}

li.stick-left > a > span {
    padding-right: 5px;
}*/

div {
    text-align: left;
}

body {
    height: 100vh;
}

#page{
    height: 100vh;
    padding: 0;
}

#page > .row {
    padding: 0;
    margin: 0;
}

.cell.h-100.main-block-content {
    width: 50vw !important;
    padding: 0;
    margin: 0;
}

div#page > .row {
    height: 100vh !important;
    width: 100vw;
}

form.row.flex-box {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: space-between;
    align-items: center;
    justify-content: center;
    height: 100vh;
}

.cell-6.flex-item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: center;
    align-content: space-around;
    justify-content: flex-end;
}

.cell-12 {
    text-align: center;
}

::-webkit-scrollbar {
    display: none;
}

.cell.h-100.auto-scroll {
    height: 100vh;
    overflow: scroll !important;
}

.h-100-2 {
    height: calc(100% - 56px);
    display: block;
    overflow: scroll;
    padding: 0;
}

.h-90 {
    height: 80vh !important;
}

/*
.sidenav-m3 li + li {
    border-top: 1px solid #ce352c;
}*/

.sidenav-m3 li, .sidenav-m3 a {
    position: relative;
    display: block;
    color: inherit;
    height: 3.2em !important;
}

/*.sidenav-m3 > li.stick-left::before, .sidenav-m3 > li.stick-right::before {
    height: 50px;
}*/

.rotate1 {
    transform: rotate(180deg);
}

svg#right-arrow {
    text-align: center;
    display: block;
    width: 100%;
    color: #98cfbd;
}

.example {
    height: 100%;
    
}
.btn-info {
    border-radius: 4px;
    background: white !important;
    color: #4e7dab !important;
    text-transform: uppercase;
    box-shadow: 0;
    border: 1px solid #4e7dab !important;

}

svg#left-arrow {
    text-align: center;
    display: block;
    width: 100%;
    color: #98cfbd;
}

.tabbed {
    overflow-x: hidden; /* so we could easily hide the radio inputs */
    margin: 0;
    border-bottom: 1px solid #ccc;
}

.tab-content {
    display: none;
    border: 1px solid #cbcbcb;
    padding: 10px;
    color: #777;
}

.tabbed [type="radio"] {
    /* hiding the inputs */
    display: none;
}
ul.tabs > .tab {
    flex: 1 !important;
    text-align: center;
}

.tabs {
    display: flex;
    align-items: stretch;
    list-style: none;
    margin: 0;
    padding: 0;
    border-bottom: 0px solid #ccc;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
}

.tab > label {
    display: block;
    margin-bottom: -1px;
    padding: 12px 15px;
    border: 1px solid #ccc;
    background: #eee;
    color: #666;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
}
.tab:hover label {
    border-top-color: #333;
    color: #333;
}

.tab-content {
    display: none;
    color: #777;
}

/* As we cannot replace the numbers with variables or calls to element properties, the number of this selector parts is our tab count limit */
.tabbed [type="radio"]:nth-of-type(1):checked ~ .tabs .tab:nth-of-type(1) label,
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tabs .tab:nth-of-type(2) label,
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tabs .tab:nth-of-type(3) label,
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tabs .tab:nth-of-type(4) label,
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tabs .tab:nth-of-type(5) label {
    border-bottom-color: #fff;
    border-top-color: #B721FF;
    background: #fff;
    color: #222;
}

.tabbed [type="radio"]:nth-of-type(1):checked ~ .tab-content:nth-of-type(1),
.tabbed [type="radio"]:nth-of-type(2):checked ~ .tab-content:nth-of-type(2),
.tabbed [type="radio"]:nth-of-type(3):checked ~ .tab-content:nth-of-type(3),
.tabbed [type="radio"]:nth-of-type(4):checked ~ .tab-content:nth-of-type(4),
.tabbed [type="radio"]:nth-of-type(5):checked ~ .tab-content:nth-of-type(5),
.tabbed [type="radio"]:nth-of-type(6):checked ~ .tab-content:nth-of-type(6), 
.tabbed [type="radio"]:nth-of-type(7):checked ~ .tab-content:nth-of-type(7),
.tabbed [type="radio"]:nth-of-type(8):checked ~ .tab-content:nth-of-type(8) {
    display: block;
}

.sidenav-m3 a {
    background-color: #232f3e !important;
}

.sidenav-m3 li + li {
    border: 0;
    border-bottom: 1px solid white;
    border-top: 1px solid white;
    
}
.sidebar-menu-main {
    background: #232f3e !important;
}


.sidenav-m3{
    border-bottom: 1px solid white !important;
}


.switch input[type=checkbox]:checked~.check {
    background: #629ad9 !important;
    color: #629ad9 !important;
    border-color: #629ad9 !important;
}

input {
    color: #737373;
    /* border-radius: 70px !important; */
    padding: 0 15px;
}

input.button.color-blue {
    display: block;
    border: 3px solid white;
}

input.button.color-blue {
    display: block;
    border: 3px solid white;
    background: #ff7676;
    color: white;
    text-transform: uppercase;
    font-weight: 600;
}

li.stick-right.active > a > span {
    color: #71fec5;
}


[hover-tooltip] {
    position: relative;
    cursor: default;
}
[hover-tooltip]:hover::before {
    content: attr(hover-tooltip);
    font-size: 14px;
    text-align: center;
    position: absolute;
    display: block;
    left: 50%;
    min-width: 150px;
    max-width: 200px;
    bottom: calc(100% + 10px);
    transform: translate(-50%);
    animation: fade-in 300ms ease;
    background: #272727;
    border-radius: 4px;
    padding: 10px;
    color: #ffffff;
    z-index: 1;
}
[hover-tooltip]:hover::after {
    content: "";
    position: absolute;
    display: block;
    left: 50%;
    width: 0;
    height: 0;
    bottom: calc(100% + 6px);
    margin-left: -3px;
    border: 1px solid black;
    border-color: #272727 transparent transparent transparent;
    border-width: 4px 6px 0;
    animation: fade-in 300ms ease;
    z-index: 1;
}
[hover-tooltip][tooltip-position=bottom]:hover::before {
    bottom: auto;
    top: calc(100% + 10px);
}
[hover-tooltip][tooltip-position=bottom]:hover::after {
    bottom: auto;
    top: calc(100% + 6px);
    border-color: transparent transparent #272727;
    border-width: 0 6px 4px;
}

@keyframes fade-in {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.box {
    display: table;
    top: 0;
    visibility: hidden;
    -webkit-transform: perspective(1200px) rotateY(180deg) scale(0.1);
    -ms-transform: perspective(1200px) rotateY(180deg) scale(0.1);
    transform: perspective(1200px) rotateY(180deg) scale(0.1);
    top: 0;
    left: 0;
    z-index: -1;
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: 1s all;
}

li.stick-right:hover > a > span {
    position: unset;
    /* background: white !important; */
    color: #ff8080 !important;
}

.box p {
    display: table-cell;
    vertical-align: middle;
    font-size: 64px;
    color: #ffffff;
    text-align: center;
    margin: 0;
    opacity: 0;
    transition: .2s;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.box p i {
    font-size: 128px;
    margin:0 0 20px;
    display:block;
}

.box .close {
    display:block;
    cursor:pointer;
    border:3px solid rgba(255, 255, 255, 1);
    border-radius:50%;
    position:absolute;
    top:50px;
    right:50px;
    width:50px;
    height:50px;
    -webkit-transform:rotate(45deg);
    -ms-transform:rotate(45deg)
    transform:rotate(45deg);
    transition: .2s;
    -webkit-transition-delay: 0.2s;
    -ms-transition-delay: 0.2s;
    transition-delay: 0.2s;
    opacity:0;
}

.box .close:active {
    top:51px;
}

.box .close::before {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    width: 80%;
    height: 6%;
    left: 10%;
    top: 47%;
}

.box .close::after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(255, 255, 255, 1);
    width: 6%;
    height: 80%;
    left: 47%;
    top: 10%;
}

.box.open {
    left: 0;
    top: 0;
    visibility: visible;
    opacity: 1;
    z-index: 999;
    -webkit-transform: perspective(1200px) rotateY(0deg) scale(1);
    -ms-transform: perspective(1200px) rotateY(0deg) scale(1);
    transform: perspective(1200px) rotateY(0deg) scale(1);
    width: 100%;
    height: 100%;
}

.box.open .close, .box.open p {
    opacity: 1;
}

.top-nav-flex {
    height: 30px;
}

.custom-head-title-vs-btn {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
}

.container.h-100 {
    height: calc(100% - 30px)!important;
}

.pad.group {
    height: 100%;
}

div#contentBrowser {
    height: 100%;
}