:root {
    --dt-row-selected: 227, 240, 255; /* #e3f0ff */
    --dt-row-selected-text: 0, 0, 0; /* black */
}

.page {
    min-height: calc(100vh - 10rem);
}

.fa-spin {
    animation-duration: 1s; // or something else
}

.btn-primary {
    color: #ffffff !important;
    border-color: var(--primary) !important;
    background: none !important;
    background-color: var(--primary) !important;
}

.btn-primary:hover {
    color: #ffffff !important;
    background-color: var(--primary-accent) !important;
    border-color: var(--primary-accent) !important;
}

.btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active, .show > .btn-primary.dropdown-toggle {
    color: #ffffff !important;
    background-color: var(--primary-accent) !important;
    border-color: var(--primary-accent) !important;
}

.btn-primary:focus, .btn-primary.focus {
    color: var(--primary) !important;
    background-color: var(--white) !important;
    border-color: var(--primary) !important;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.15) !important;
}

.btn-critical {
    color: #fff;
    background-color: #222230;
    border-color: #222230;
}

a.popover-lazy:hover {
    color: var(--primary-accent) !important;
}
@media (max-width: 575.98px) {
    .popover-lazy-container {
        width:100%;
    }
}

.btn.btn-line-through, .btn.btn-line-through:hover, .btn.btn-line-through:focus, .btn.btn-line-through:active {
    text-decoration: line-through;
}

/*
.min-width-430 {
    min-width: 430px;
}
*/

a.bg-primary:hover {
    color: #FFFFFF !important;
    background-color: var(--primary-accent) !important;
}

a.bg-primary:focus {
    color: #FFFFFF !important;
    background-color: var(--primary-accent) !important;
}

.btn-link:hover {
    color: var(--primary-accent);
}

span.entity-type-listing {
    color: var(--gray);
}

span.entity-type-prospect {
    color: var(--warning);
}


span.entity-type-indirect-customer {
    color: var(--blue);
    font-style: italic;
}

span.entity-type-customer {
    color: var(--blue);
}

span.entity-type-supplier {
    color: var(--purple);
}


form ul.subEntities li {
    list-style-type: none;
    position: relative;
}

form ul.subEntities li:not(:first-child) {
    border-top: 1px solid rgba(34, 34, 48, 0.1) !important;
    padding-top:20px;
}

form button.removeSubEntity {
    position: absolute;
    left:-40px;
    top:50%;
}

div.dz-success-mark svg {
    background-color:var(--success) !important;
}

div.dz-error-mark svg {
    background-color:var(--red) !important;
}

/* Timeline messages */
div.outbound-link {
    position: relative;
}

div.outbound-link i {
    position: absolute;
    top:5px;
    left:5px;
}

table.levels tbody tr {
    cursor: pointer;
}

table.levels tbody tr.level0 td:first-child {
    white-space: nowrap;
}
table.levels tbody tr.level1 td:first-child {
    padding-left: 20px;
}
table.levels tbody tr.level2 td:first-child {
    padding-left: 40px;
}
table.levels tbody tr.level3 td:first-child {
    padding-left: 60px;
}
table.levels tbody tr.level4 td:first-child {
    padding-left: 80px;
}
table.levels tbody tr.level5 td:first-child {
    padding-left: 100px;
}
table.levels tbody tr.level6 td:first-child {
    padding-left: 120px;
}
table.levels tbody tr.level7 td:first-child {
    padding-left: 140px;
}
table.levels tbody tr.level8 td:first-child {
    padding-left: 160px;
}
table.levels tbody tr.level9 td:first-child {
    padding-left: 180px;
}
table.levels tbody tr.level10 td:first-child {
    padding-left: 200px;
}
table.levels tbody tr.level11 td:first-child {
    padding-left: 220px;
}
table.levels tbody tr.level12 td:first-child {
    padding-left: 240px;
}
table.levels tbody tr.level13 td:first-child {
    padding-left: 260px;
}
table.levels tbody tr.level14 td:first-child {
    padding-left: 280px;
}
table.levels tbody tr.level15 td:first-child {
    padding-left: 300px;
}

table.levels tbody tr.hide {
    display: none;
}

.opacity-1 {
    opacity: 1 !important;
}
ul.menu hr {
    max-width: 50%;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}

div.bootbox-confirm  .modal-header {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid #f1f2f3;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

div.bootbox-confirm  .modal-header .close {
    padding: 1.75rem;
    margin: -1.75rem -1.75rem -1.75rem auto;
}

div.bootbox-confirm  .modal-title {
    margin-bottom: 0;
    line-height: 1.9;
}

div.bootbox-confirm  .modal-body {
    position: relative;
    -webkit-box-flex: 1;
    flex: 1 1 auto;
    padding: 1.75rem;
}

div.bootbox-confirm  .modal-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: end;
    justify-content: flex-end;
    border-top: 1px solid #f1f2f3;
}

div.bootbox-confirm .modal-footer > :not(:first-child) {
    margin-left: .25rem;
}

div.bootbox-confirm .modal-footer > :not(:last-child) {
    margin-right: .25rem;
}

@media screen and (min-width: 768px) {
    div.dataTables_wrapper div.dt-buttons {
        float:left;
        margin-right: .25rem;
    }
    div.dataTables_wrapper div.dt-buttons:nth-last-child(1 of .dt-buttons) {
        float: right;
        margin-right: 0;
    }
}
@media screen and (max-width: 768px) {
    div.dataTables_wrapper div.dt-buttons {
        margin-left: auto;
        width: auto;
    }
    div.dataTables_wrapper div.dt-buttons {
        float:none;
        margin-right: .25rem;
    }
    div.dataTables_wrapper div.dt-buttons:nth-last-child(1 of .dt-buttons) {
        float: right;
        margin-right: 0;
    }
}

div.dataTables_wrapper div.dataTables_info {
    height:32px;
    line-height: 32px;
    vertical-align: center;
    padding-top:0;
    text-align: center;
}

/*
table.dataTable tr.ghost td {
    opacity: 0.5;
}
*/

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 150px !important;
    z-index: 10000;
}

.ui-menu-item {
    width: 100%;
    padding: .5rem .75rem;
}

.ui-menu-item .ui-menu-item-wrapper:focus, .ui-menu-item .ui-menu-item-wrapper:hover, .ui-menu-item-wrapper.ui-state-active{
    text-decoration: none !important;
    color: #fff !important;
    background: var(--primary) !important;
    border: 1px solid var(--primary) !important;
    border-radius: 3px !important;
}

.stacked-menu .menu-link > .badge {
    right: 0.75rem;
}

th.hide, td.hide {
    display: none;
}

.page-cover {
    min-height: auto;
}

/* Posts */
div.entity-post.hidden > .feed-post,
div.entity-post.hidden > .reply-container > .card-header {
    opacity: 0.3;
}

div.entity-post.hidden:hover > .feed-post,
div.entity-post.hidden:hover > .reply-container > .card-header {
    opacity: 1;
}

/* Posts comments */
li.entity-post.hidden > .conversation-avatar,
li.entity-post.hidden > .conversation-message > .conversation-meta,
li.entity-post.hidden > .conversation-message > .conversation-message-text,
li.entity-post.hidden > .conversation-message > .conversation-action {
    opacity: 0.3;
}
li.entity-post.hidden:hover > .conversation-avatar,
li.entity-post.hidden:hover > .conversation-message > .conversation-meta,
li.entity-post.hidden:hover > .conversation-message > .conversation-message-text,
li.entity-post.hidden:hover > .conversation-message > .conversation-action {
    opacity: 1;
}
.entity-post.already-seen span.new-badge {
    display: none;
}

.entity-post .post-unhide {
    display: none;
}
.entity-post .post-hide {
    display: block;
}

.entity-post.hidden .post-unhide {
    display: block;
}
.entity-post.hidden .post-hide {
    display: none;
}

[class='select2'] {
    border-left:none !important;
    border-top:none !important;
    border-bottom:none !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.select2-container--default.select2-container--disabled .select2-selection--single, .select2-container--default.select2-container--disabled .select2-selection--multiple {
    cursor: not-allowed;
    border-color: #c6c9d5;
    background:none;
    background-color: #eeeeee;
    box-shadow: none;
}

.select2-container.select2-has-inline-prepend .select2-selection--single {
    position: relative;
}

.select2-container.select2-has-inline-prepend .select2-selection--single .select2-selection__rendered {
    padding-left: calc(var(--select2-inline-prepend-width, 0px) + 1rem) !important;
}

.select2-container.select2-has-inline-prepend .select2-selection--single .select2-inline-prepend {
    position: absolute;
    left: .75rem;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    color: #6c757d;
    pointer-events: none;
    z-index: 1;
}

div.dtsb-searchBuilder {
    display:none;
    background-color: var(--light);
}
div.dtsb-title {
    margin-left: 1rem;
    font-weight: bold;
}


.cards tbody {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cards tbody tr {
    /*float: left;*/
    width: 100%;
    margin: 0.5rem;
    border: 0.0625rem solid rgba(0, 0, 0, .125);
    border-radius: .25rem;
    box-shadow: 0.25rem 0.25rem 0.5rem rgba(0, 0, 0, 0.25);
}

@media screen and (min-width:636px) {
    .cards tbody tr {
        width: 19rem;
    }
}


.cards tbody td {
    display: block;
    min-height: 40px;
}

.cards thead {
    display: none;
}

.cards td:before {
    content: attr(data-label);
    position: relative;
    float: left;
    color: #808080;
    min-width: 4rem;
    margin-left: 0;
    margin-right: 1rem;
    text-align: left;
}

tr.selected td:before {
    color: #CCC;
}

.table .avatar {
    width: 50px;
}

.cards .avatar {
    width: 150px;
    margin: 15px;
}

button.history.disabled {
    opacity: 0.05;
}

/* Temporary disabled */
button.view-mode-toggle {
    display: none;
}

div.card-header.with-button {
    line-height: 28px;
    vertical-align: middle;
}

.font-size-xxs {
    font-size: 0.5rem !important;
}

.font-size-xs {
    font-size: 0.75rem !important;
}

.font-size-sm {
    font-size: 0.875rem !important;
}

.font-size-base {
    font-size: 1rem !important;
}

.cursor-pointer {
    cursor: pointer;
}

.user-avatar.entity-avatar {
    /*border-radius: 0;*/
}

.user-avatar.entity-avatar img {
    /*border-radius: 0;*/
}

.popover{
    max-width: 100%; /* Max Width of the popover (depending on the container!) */
}

a.popover-lazy, a.modal-lazy:not(.dropdown-item) {
    color:var(--primary);
    cursor: pointer;
}

label > abbr {
    color: var(--danger);
}

th.actionColumn {
    color:transparent;
}

table.dataTable tbody>tr.selected {
    background-color: inherit;
    color:initial;
}

table.dataTable tbody>tr.selected a {
    color: var(--primary);
}

table.dataTable tbody>tr.focused {
    background-color: var(--primary-hover-bg);
    color:initial;
}

.hidden {
    display: none;
}

.dropdown-toggle.otherActions::after {
    display: none;
}

.selectedAction {
    display: none;
}

.btn-floated-2 {
    bottom: 8rem;
}

@media (min-width: 768px) {
    .btn-floated-2 {
        bottom: 5.25rem;
    }
}

/* ===============
   page-inner
   =============== */

@media (min-width: 992px) {
    .page-inner {
        padding-right: 1rem;
        padding-left: 1rem;
    }
}

.page-inner-fill {
    display: flex;
    padding: 0;
    flex-direction: column;
    height: calc(100vh - 3.5rem);
}


/* ===============
   Sidebar (entity contacts & addresses)
   =============== */

.page-sidebar {
    width: 30rem;
    max-width: 100vw;
}

.has-sidebar-expand-20rem .page-sidebar {
    width: 20rem;
    max-width: 100vw;
}

.has-sidebar-expand-3xl .page-sidebar {
    width: 40rem;
    max-width: 100vw;
}

.has-sidebar-expand-4xl .page-sidebar {
    width: 50rem;
    max-width: 100vw;
}

.has-sidebar-expand-5xl .page-sidebar {
    width: 60rem;
    max-width: 100vw;
}

@media (max-width: 575.98px) {
    .page-sidebar, .has-sidebar-expand-20rem .page-sidebar, .has-sidebar-expand-3xl .page-sidebar, .has-sidebar-expand-4xl .page-sidebar, .has-sidebar-expand-5xl .page-sidebar {
        width: 100%;
        max-width: 100%;
    }
}

@media (min-width: 992px) {
    .has-sidebar-expand-lg .app-main > .app-footer, .has-sidebar-expand-lg .page-inner, .has-sidebar-expand-lg .page-navs, .has-sidebar-expand-lg .header-navs {
        padding-right: 30rem;
    }
    .has-sidebar-expand-lg .page-navs, .has-sidebar-expand-lg .header-navs {
        padding-right: 30rem;
    }
    .has-sidebar-expand-lg .page-inner .page-section, .has-sidebar-expand-lg .page-inner .page-title-bar {
        padding-right: 1rem;
    }
}

@media (min-width: 1200px) {
    .has-sidebar-expand-xl .app-main > .app-footer, .has-sidebar-expand-xl .page-inner, .has-sidebar-expand-xl .page-navs, .has-sidebar-expand-xl .header-navs {
        padding-right: 30rem;
    }
    .has-sidebar-expand-xl .page-navs, .has-sidebar-expand-xl .header-navs {
        padding-right: 30rem;
    }
    .has-sidebar-expand-xl .page-inner .page-section, .has-sidebar-expand-xl .page-inner .page-title-bar {
        padding-right: 1rem;
    }

    .has-sidebar-expand-20rem .app-main > .app-footer, .has-sidebar-expand-20rem .page-inner, .has-sidebar-expand-20rem .page-navs, .has-sidebar-expand-20rem .header-navs {
        padding-right: 20rem;
    }
    .has-sidebar-expand-20rem .page-inner .page-section, .has-sidebar-expand-20rem .page-inner .page-title-bar {
        padding-right: 1rem;
    }

    .has-sidebar-expand-lg .page-navs, .has-sidebar-expand-lg .header-navs {
        padding-right: 20rem;
    }
    .has-sidebar-expand-lg .page-inner .page-section, .has-sidebar-expand-lg .page-inner .page-title-bar {
        padding-right: 1rem;
    }
}

@media (min-width: 1400px) {

    .has-sidebar-expand-xxl .app-main > .app-footer, .has-sidebar-expand-xxl .page-inner {
        padding-right: 30rem;
    }
    .has-sidebar-expand-xxl .page-navs, .has-sidebar-expand-xxl .header-navs, .has-sidebar-expand-xxl .page-cover {
        padding-right: 30rem;
    }
    .has-sidebar-expand-xxl .page-inner .page-section, .has-sidebar-expand-xxl .page-inner .page-title-bar  {
        padding-right: 1rem;
    }

    .has-sidebar-expand-3xl .app-main > .app-footer, .has-sidebar-expand-3xl .page-inner, .has-sidebar-expand-3xl .page-navs, .has-sidebar-expand-3xl .header-navs, .has-sidebar-expand-3xl .page-cover {
        padding-right: 40rem;
    }
    .has-sidebar-expand-3xl .page-navs, .has-sidebar-expand-3xl .header-navs, .has-sidebar-expand-3xl .page-cover {
        padding-right: 40rem;
    }
    .has-sidebar-expand-3xl .page-inner .page-section {
        padding-right: 1rem;
    }

    .has-sidebar-expand-4xl .app-main > .app-footer, .has-sidebar-expand-4xl .page-inner, .has-sidebar-expand-4xl .page-navs, .has-sidebar-expand-4xl .header-navs, .has-sidebar-expand-4xl .page-cover {
        padding-right: 50rem;
    }
    .has-sidebar-expand-4xl .page-navs, .has-sidebar-expand-4xl .header-navs, .has-sidebar-expand-4xl .page-cover {
        padding-right: 50rem;
    }
    .has-sidebar-expand-4xl .page-inner .page-section {
        padding-right: 1rem;
    }

    .has-sidebar-expand-5xl .app-main > .app-footer, .has-sidebar-expand-5xl .page-inner, .has-sidebar-expand-5xl .page-navs, .has-sidebar-expand-5xl .header-navs, .has-sidebar-expand-5xl .page-cover {
        padding-right: 60rem;
    }
    .has-sidebar-expand-5xl .page-navs, .has-sidebar-expand-5xl .header-navs, .has-sidebar-expand-5xl .page-cover {
        padding-right: 60rem;
    }
    .has-sidebar-expand-5xl .page-inner .page-section {
        padding-right: 1rem;
    }
}

.vertical-separator {
    width: 1px;
    height: 20px;
    background-color: rgba(34, 34, 48, 0.1);
    margin-left: 0.5em;
    margin-right: 0.5em;
}

/* ===============
   Ace editor
   =============== */

.ace_editor {
    z-index: 3;
}

/* ===============
   Quill editor
   =============== */

.publisher-quill {
    display: flex;
    width: 100%;
}

.publisher-quill .publisher-label,
.publisher-quill .publisher-tools {
    display: none;
}

.publisher-quill.focus {
    display: flex;
    flex-direction: column;
}

.publisher-quill.focus .publisher-input,
.publisher-quill.focus .publisher-label,
.publisher-quill.focus .publisher-tools {
    display: block;
}

.publisher-quill.focus .publisher-input {
    margin-bottom: .5em;
    padding-right: 0;
    width: 100%;
}

.publisher-quill.focus .publisher-input .form-control {
    height: auto;
}

.publisher-quill .btn-link {
    color: #888c9b;
}

.publisher-quill .btn-link:focus {
    color: #222230;
}

.publisher-quill .btn-link:hover {
    color: #222230;
}

.publisher-quill .user-avatar {
    width: 2.25rem;
    height: 2.25rem;
}

@media (min-width: 768px) {
    .publisher-quill .user-avatar {
        width: 2.25rem;
        height: 2.25rem;
    }
}

.ql-editor{
    min-height:150px;
}

pre.ql-syntax {
    background-color: #e6e8ed !important;
    padding: 1rem !important;
    border: 1px solid rgba(34, 34, 48, 0.1) !important;
}

/* ===============
   Entity posts
   =============== */

.conversation-message-text {
    max-width: 100%
}

.conversation-message-text.need-response, div.feed-post.need-response {
    background-color: #f8d7da;
}

.conversation-message-text.draft, div.feed-post.draft {
    background-color: #FFF4E4;
}

.conversation-message-text.draft.scheduled, div.feed-post.draft.scheduled {
    background-color: #FFF4E4;
}

.conversation-message-text.pinned, div.feed-post.pinned {
    background-color: var(--primary-hover-bg);
}

div.entity-post.private {
    border-color: var(--danger);
    box-shadow: 0 0 0 2px var(--danger), 0 2px 6px 0 var(--danger) !important;
}

div.entity-post.internal {
    border-color: var(--warning);
    box-shadow: 0 0 0 2px var(--warning), 0 2px 6px 0 var(--warning) !important;
}

.conversation-message-text.draft:hover, div.feed-post.draft:hover {
    opacity: 1;
}

/* ===============
   Ribbon for cards
   =============== */

.ribbon-corner,
.ribbon-bookmark-v,
.ribbon-bookmark-h {
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center
}

@-moz-document url-prefix() {
    .ribbon-corner,
    .ribbon-bookmark-v,
    .ribbon-bookmark-h {
        outline: 1px solid transparent
    }
}

.ribbon-corner {
    background-color: #1f44ff;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    -webkit-clip-path: var(--tor-ribbon-polygon);
    clip-path: var(--tor-ribbon-polygon);
    transform: rotate(var(--tor-ribbon-rotate)) translateY(var(--tor-ribbon-translateY)) translateX(var(--tor-ribbon-translateX)) !important;
    transform-origin: var(--tor-ribbon-origin) !important;
    width: calc( (var(--tor-ribbon-size) + 1em) * 2);
    height: 2em
}

.ribbon-corner {
    --tor-ribbon-size: 3em;
    --tor-ribbon-rotate: 45deg;
    --tor-ribbon-translateX: 50%;
    --tor-ribbon-translateY: calc((var(--tor-ribbon-size) + 1em) - 100%);
    --tor-ribbon-origin: 100% 0%;
    --tor-ribbon-polygon: polygon(0% 100%, 50% calc(100% - (var(--tor-ribbon-size) + 1em)), 100% 100%)
}

.ribbon-corner[data-tor*="place.left"][data-tor*="place.top"] {
    --tor-ribbon-rotate: -45deg;
    --tor-ribbon-translateX: -50%;
    --tor-ribbon-origin: 0% 0%
}

.ribbon-corner[data-tor*="place.left"][data-tor*="place.bottom"] {
    --tor-ribbon-translateX: -50%;
    --tor-ribbon-translateY: calc(0% - var(--tor-ribbon-size) + 1em);
    --tor-ribbon-origin: 0% 100%;
    --tor-ribbon-polygon: polygon(0% 0%, 50% calc(100% + (var(--tor-ribbon-size) - 1em)), 100% 0%)
}

.ribbon-corner[data-tor*="place.right"][data-tor*="place.bottom"] {
    --tor-ribbon-rotate: -45deg;
    --tor-ribbon-translateY: calc(0% - var(--tor-ribbon-size) + 1em);
    --tor-ribbon-origin: 100% 100%;
    --tor-ribbon-polygon: polygon(0% 0%, 50% calc(100% + (var(--tor-ribbon-size) - 1em)), 100% 0%)
}

.ribbon-corner.ribbon-fold {
    --tor-ribbon-polygon: polygon(0% 100%, 50% calc(100% - (var(--tor-ribbon-size) + 1em)), 100% 100%, 100% calc(100% + 0.5em), 0% calc(100% + 0.5em));
    margin: -0.34em
}

.ribbon-corner.ribbon-fold:before {
    --tor-ribbon-fold-polygon: polygon(0% -10px, 100% -10px, 100% 100%, calc(100% - 0.5em - 10px) -10px, calc(0.5em + 10px) -10px, 0% 100%);
    background-color: inherit;
    filter: brightness(50%);
    -webkit-clip-path: var(--tor-ribbon-fold-polygon);
    clip-path: var(--tor-ribbon-fold-polygon);
    content: "";
    position: absolute;
    bottom: calc(-0.5em + 1px);
    left: 0;
    width: 100%;
    height: 0.5em;
    z-index: -1
}

.ribbon-corner.ribbon-fold[data-tor*="place.bottom"] {
    --tor-ribbon-polygon: polygon(0% -0.5em, 100% -0.5em, 100% 0%, 50% calc(100% + (var(--tor-ribbon-size) - 1em)), 0% 0%)
}

.ribbon-corner.ribbon-fold[data-tor*="place.bottom"]:before {
    bottom: auto;
    top: -0.5em;
    transform: rotate(180deg)
}

.ribbon-bookmark-v,
.ribbon-bookmark-h {
    --tor-ribbon-size: 3em;
    color: #fff;
    background-color: #1f44ff;
    position: absolute;
    right: 0;
    top: 0;
    flex-direction: column;
    transform-style: preserve-3d;
    z-index: 1
}

.ribbon-bookmark-v.ribbon-fold:before,
.ribbon-bookmark-h.ribbon-fold:before {
    content: "";
    position: absolute;
    z-index: -1;
    background-color: inherit;
    filter: brightness(50%);
    padding: 0.25em
}

.ribbon-bookmark-v {
    --tor-ribbon-polygon: polygon(0% 0%, 100% 0%, 100% 100%, 1em calc(100% - 1em), 0% 100%);
    -webkit-clip-path: var(--tor-ribbon-polygon);
    clip-path: var(--tor-ribbon-polygon);
    margin-right: 1rem;
    margin-left: 1rem;
    width: 2em;
    height: calc(var(--tor-ribbon-size) + 1em);
    padding-bottom: 1em
}

.ribbon-bookmark-v.ribbon-fold {
    --tor-ribbon-polygon: polygon(0% calc(0% + 0.5em), -0.5em 0.5em, 0% 0%, 100% 0%, 100% 100%, 1em calc(100% - 1em), 0% 100%);
    margin-top: -0.5em;
    margin-bottom: -0.5em
}

.ribbon-bookmark-v.ribbon-fold::before {
    top: 0;
    left: -0.5em
}

.ribbon-bookmark-v[data-tor*="place.bottom"] {
    --tor-ribbon-polygon: polygon(0% 0%, 1em 1em, 100% 0%, 100% 100%, 0% 100%);
    padding-bottom: unset;
    padding-top: 1em
}

.ribbon-bookmark-v.ribbon-fold[data-tor*="place.bottom"] {
    --tor-ribbon-polygon: polygon(0% 0%, 1em 1em, 100% 0%, 100% 100%, 0% 100%, -0.5em calc(100% - 0.5em), 0% calc(100% - 0.5em))
}

.ribbon-bookmark-v.ribbon-fold[data-tor*="place.bottom"]::before {
    bottom: 0;
    left: -0.5em;
    top: auto
}

.ribbon-bookmark-h {
    --tor-ribbon-polygon: polygon(100% 100%, 0% 100%, 1em 1em, 0% 0%, 100% 0%);
    -webkit-clip-path: var(--tor-ribbon-polygon);
    clip-path: var(--tor-ribbon-polygon);
    margin-bottom: 1rem;
    margin-top: 1rem;
    height: 2em;
    width: calc(var(--tor-ribbon-size) + 1em);
    padding-left: 1em
}

.ribbon-bookmark-h.ribbon-fold {
    --tor-ribbon-polygon: polygon(100% 100%, 0% 100%, 1em 1em, 0% 0%, calc(100% - 0.5em) 0%, calc(100% - 0.5em) -0.5em, 100% 0%);
    margin-left: -0.5em;
    margin-right: -0.5em
}

.ribbon-bookmark-h.ribbon-fold::before {
    top: -0.5em;
    right: 0
}

.ribbon-bookmark-h[data-tor*="place.left"] {
    --tor-ribbon-polygon: polygon(0% 0%, 100% 0%, calc(100% - 1em) 1em, 100% 100%, 0% 100%);
    padding-right: 1em;
    padding-left: unset
}

.ribbon-bookmark-h.ribbon-fold[data-tor*="place.left"] {
    --tor-ribbon-polygon: polygon(0% 0%, 0.5em -0.5em, 0.5em 0%, 100% 0%, calc(100% - 1em) 1em, 100% 100%, 0% 100%, 0% 0%)
}

.ribbon-bookmark-h.ribbon-fold[data-tor*="place.left"]::before {
    left: 0;
    right: auto
}

.ribbon-sm {
    --tor-ribbon-size: 2em
}

.ribbon-lg {
    --tor-ribbon-size: 4em
}

.ribbon-xl {
    --tor-ribbon-size: 5em
}

/* ===============
   Misc
   =============== */

.hr-sm {
    margin-top:0.5em;
    margin-bottom: 0.5em;
}

.sidebar-contact-card.ghost, .sidebar-address-card.ghost {
    opacity: 0.5;
}

.sidebar-contact-card.ghost:hover, .sidebar-address-card.ghost:hover {
    opacity: 1;
}

.rounded-xl {
    border-radius: 1rem !important;
}

.year-divider-left {
    border-left: 2px solid #BBBBBB !important;
}

.conversation-message-text.focus {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px var(--primary), 0 2px 6px 0 var(--primary);
}

.entity-post-text img {
    max-width: 100%;
    max-height: 80vh;
}

#main-search-dropdown .user-avatar svg {
    width: 0.5em;
    vertical-align: top;
}

/* ===============
   Ellipro
   =============== */

.badge-ellipro {
    width: 70px;
    padding-top: 1em;
    padding-bottom: 1em;
}

.badge-ellipro-A {
    color: #008974;
    background-color: rgba(0, 162, 138, 0.08);
}

.badge-ellipro-B {
    color: #f6ba54;
    background-color: rgba(247, 196, 108, 0.08);
}

.badge-ellipro-C {
    background-color: #FFF4E4;
    color: #FDA102;
}

.badge-ellipro-D {
    color: #dc3545;
    background-color: #f1b0b7;
}

.badge-ellipro-E {
    color: #ffffff;
    background-color: #222230;
}

.badge-ellipro-press {
    width: 50px;
    padding-top: 1em;
    padding-bottom: 1em;
    opacity: 0.1;
}

.badge-ellipro-press.active {
    opacity: 1;
}

.td-ellipro-press {

}

.td-ellipro-press.active {
    opacity: 1;
    font-weight: bold;
}

.badge-ellipro-payrank {
    color:white;
    width: 50px;
    padding-top: 1em;
    padding-bottom: 1em;
    opacity: 0.1;
}

.badge-ellipro-payrank.active {
    opacity: 1;
}

/* ===============
   User profile > dashboard
   =============== */

td.dashboard-team-comparison, th.dashboard-team-comparison {
    font-style: italic;
    opacity: 0.6;
}

td.dashboard-team-comparison:hover, th.dashboard-team-comparison:hover {
    opacity: 1;
}

/* ===============
   LG fixed & sticky
   =============== */

@media (min-width: 992px) {
    .position-lg-fixed {
        position: fixed !important;
    }
}

@media (min-width: 992px) {
    .position-lg-sticky {
        position: sticky !important;
    }
}

/* ===============
   Floating action buttons
   =============== */

.btn-floated {
    z-index: 1030;
}

.mfb-component--bl, .mfb-component--br, .mfb-component--tl, .mfb-component--tr {
    z-index: 1030;
}

.mfb-component--br-3 {
    margin-right: 152px;
    margin-bottom: 34px
}

.mfb-component--br-4 {
    margin-right: 217px;
    margin-bottom: 34px
}

.mfb-component--br-5 {
    margin-right: 282px;
    margin-bottom: 34px
}

/**
 * SLIDE IN + FADE
 * When hovering the main button, the child buttons slide out from beneath
 * the main button while transitioning from transparent to opaque.
 *
 */
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
    -webkit-transform: translateY(350px); /*4x70*/
    transform: translateY(350px);
}

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
    -webkit-transform: translateY(-350px);
    transform: translateY(-350px);
}

/**
 * SLIDE IN SPRING
 * Same as slide-in but with a springy animation.
 *
 */
.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(5) {
    transition-delay: 0.25s;
}

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
    transition-delay: 0.25s;
    -webkit-transform: translateY(350px);
    transform: translateY(350px);
}

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(5) {
    transition-delay: 0.25s;
}

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
    transition-delay: 0.25s;
    -webkit-transform: translateY(-350px);
    transform: translateY(-350px);
}

/**
 * ZOOM-IN
 * When hovering the main button, the child buttons grow
 * from zero to normal size.
 *
 */
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(5) {
    -webkit-transform: translateY(350px) scale(0);
    transform: translateY(350px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
    -webkit-transform: translateY(350px) scale(1);
    transform: translateY(350px) scale(1);
    transition-delay: 0.25s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(5) {
    -webkit-transform: translateY(-350px) scale(0);
    transform: translateY(-350px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
    -webkit-transform: translateY(-350px) scale(1);
    transform: translateY(-350px) scale(1);
    transition-delay: 0.25s;
}

/**
 * FOUNTAIN
 * When hovering the main button the child buttons
 * jump into view from outside the viewport
 */
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(5) {
    -webkit-transform: translateY(-350px) scale(0);
    transform: translateY(-350px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
    -webkit-transform: translateY(350px) scale(1);
    transform: translateY(350px) scale(1);
    transition-delay: 0.25s;
}

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(5) {
    -webkit-transform: translateY(350px) scale(0);
    transform: translateY(350px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(5),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(5) {
    -webkit-transform: translateY(-350px) scale(1);
    transform: translateY(-350px) scale(1);
    transition-delay: 0.25s;
}

/**
 * SLIDE IN + FADE
 * When hovering the main button, the child buttons slide out from beneath
 * the main button while transitioning from transparent to opaque.
 *
 */
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(6) {
    -webkit-transform: translateY(420px); /*4x70*/
    transform: translateY(420px);
}

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(6) {
    -webkit-transform: translateY(-420px);
    transform: translateY(-420px);
}

/**
 * SLIDE IN SPRING
 * Same as slide-in but with a springy animation.
 *
 */
.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(6) {
    transition-delay: 0.3s;
}

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(6) {
    transition-delay: 0.3s;
    -webkit-transform: translateY(420px);
    transform: translateY(420px);
}

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(6) {
    transition-delay: 0.3s;
}

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(6) {
    transition-delay: 0.3s;
    -webkit-transform: translateY(-420px);
    transform: translateY(-420px);
}

/**
 * ZOOM-IN
 * When hovering the main button, the child buttons grow
 * from zero to normal size.
 *
 */
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(6) {
    -webkit-transform: translateY(420px) scale(0);
    transform: translateY(420px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(6) {
    -webkit-transform: translateY(420px) scale(1);
    transform: translateY(420px) scale(1);
    transition-delay: 0.3s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(6) {
    -webkit-transform: translateY(-420px) scale(0);
    transform: translateY(-420px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(6) {
    -webkit-transform: translateY(-420px) scale(1);
    transform: translateY(-420px) scale(1);
    transition-delay: 0.3s;
}

/**
 * FOUNTAIN
 * When hovering the main button the child buttons
 * jump into view from outside the viewport
 */
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(6) {
    -webkit-transform: translateY(-420px) scale(0);
    transform: translateY(-420px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(6) {
    -webkit-transform: translateY(420px) scale(1);
    transform: translateY(420px) scale(1);
    transition-delay: 0.3s;
}

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(6) {
    -webkit-transform: translateY(420px) scale(0);
    transform: translateY(420px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(6),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(6) {
    -webkit-transform: translateY(-420px) scale(1);
    transform: translateY(-420px) scale(1);
    transition-delay: 0.3s;
}

/**
 * SLIDE IN + FADE
 * When hovering the main button, the child buttons slide out from beneath
 * the main button while transitioning from transparent to opaque.
 *
 */
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(7) {
    -webkit-transform: translateY(490px); /*4x70*/
    transform: translateY(490px);
}

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(7) {
    -webkit-transform: translateY(-490px);
    transform: translateY(-490px);
}

/**
 * SLIDE IN SPRING
 * Same as slide-in but with a springy animation.
 *
 */
.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(7) {
    transition-delay: 0.35s;
}

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(7) {
    transition-delay: 0.35s;
    -webkit-transform: translateY(490px);
    transform: translateY(490px);
}

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(7) {
    transition-delay: 0.35s;
}

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(7) {
    transition-delay: 0.35s;
    -webkit-transform: translateY(-490px);
    transform: translateY(-490px);
}

/**
 * ZOOM-IN
 * When hovering the main button, the child buttons grow
 * from zero to normal size.
 *
 */
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(7) {
    -webkit-transform: translateY(490px) scale(0);
    transform: translateY(490px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(7) {
    -webkit-transform: translateY(490px) scale(1);
    transform: translateY(490px) scale(1);
    transition-delay: 0.35s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(7) {
    -webkit-transform: translateY(-490px) scale(0);
    transform: translateY(-490px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(7) {
    -webkit-transform: translateY(-490px) scale(1);
    transform: translateY(-490px) scale(1);
    transition-delay: 0.35s;
}

/**
 * FOUNTAIN
 * When hovering the main button the child buttons
 * jump into view from outside the viewport
 */
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(7) {
    -webkit-transform: translateY(-490px) scale(0);
    transform: translateY(-490px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(7) {
    -webkit-transform: translateY(490px) scale(1);
    transform: translateY(490px) scale(1);
    transition-delay: 0.35s;
}

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(7) {
    -webkit-transform: translateY(490px) scale(0);
    transform: translateY(490px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(7),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(7) {
    -webkit-transform: translateY(-490px) scale(1);
    transform: translateY(-490px) scale(1);
    transition-delay: 0.35s;
}

/**
 * SLIDE IN + FADE
 * When hovering the main button, the child buttons slide out from beneath
 * the main button while transitioning from transparent to opaque.
 *
 */
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(8) {
    -webkit-transform: translateY(560px); /*4x70*/
    transform: translateY(560px);
}

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(8) {
    -webkit-transform: translateY(-560px);
    transform: translateY(-560px);
}

/**
 * SLIDE IN SPRING
 * Same as slide-in but with a springy animation.
 *
 */
.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(8) {
    transition-delay: 0.4s;
}

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(8) {
    transition-delay: 0.4s;
    -webkit-transform: translateY(560px);
    transform: translateY(560px);
}

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(8) {
    transition-delay: 0.4s;
}

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(8) {
    transition-delay: 0.4s;
    -webkit-transform: translateY(-560px);
    transform: translateY(-560px);
}

/**
 * ZOOM-IN
 * When hovering the main button, the child buttons grow
 * from zero to normal size.
 *
 */
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(8) {
    -webkit-transform: translateY(560px) scale(0);
    transform: translateY(560px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(8) {
    -webkit-transform: translateY(560px) scale(1);
    transform: translateY(560px) scale(1);
    transition-delay: 0.4s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(8) {
    -webkit-transform: translateY(-560px) scale(0);
    transform: translateY(-560px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(8) {
    -webkit-transform: translateY(-560px) scale(1);
    transform: translateY(-560px) scale(1);
    transition-delay: 0.4s;
}

/**
 * FOUNTAIN
 * When hovering the main button the child buttons
 * jump into view from outside the viewport
 */
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(8) {
    -webkit-transform: translateY(-560px) scale(0);
    transform: translateY(-560px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(8) {
    -webkit-transform: translateY(560px) scale(1);
    transform: translateY(560px) scale(1);
    transition-delay: 0.4s;
}

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(8) {
    -webkit-transform: translateY(560px) scale(0);
    transform: translateY(560px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(8),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(8) {
    -webkit-transform: translateY(-560px) scale(1);
    transform: translateY(-560px) scale(1);
    transition-delay: 0.4s;
}

/**
 * SLIDE IN + FADE
 * When hovering the main button, the child buttons slide out from beneath
 * the main button while transitioning from transparent to opaque.
 *
 */
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(9) {
    -webkit-transform: translateY(630px); /*4x70*/
    transform: translateY(630px);
}

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(9) {
    -webkit-transform: translateY(-630px);
    transform: translateY(-630px);
}

/**
 * SLIDE IN SPRING
 * Same as slide-in but with a springy animation.
 *
 */
.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(9) {
    transition-delay: 0.45s;
}

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(9) {
    transition-delay: 0.45s;
    -webkit-transform: translateY(630px);
    transform: translateY(630px);
}

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(9) {
    transition-delay: 0.45s;
}

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(9) {
    transition-delay: 0.45s;
    -webkit-transform: translateY(-630px);
    transform: translateY(-630px);
}

/**
 * ZOOM-IN
 * When hovering the main button, the child buttons grow
 * from zero to normal size.
 *
 */
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(9) {
    -webkit-transform: translateY(630px) scale(0);
    transform: translateY(630px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(9) {
    -webkit-transform: translateY(630px) scale(1);
    transform: translateY(630px) scale(1);
    transition-delay: 0.45s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(9) {
    -webkit-transform: translateY(-630px) scale(0);
    transform: translateY(-630px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(9) {
    -webkit-transform: translateY(-630px) scale(1);
    transform: translateY(-630px) scale(1);
    transition-delay: 0.45s;
}

/**
 * FOUNTAIN
 * When hovering the main button the child buttons
 * jump into view from outside the viewport
 */
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(9) {
    -webkit-transform: translateY(-630px) scale(0);
    transform: translateY(-630px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(9) {
    -webkit-transform: translateY(630px) scale(1);
    transform: translateY(630px) scale(1);
    transition-delay: 0.45s;
}

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(9) {
    -webkit-transform: translateY(630px) scale(0);
    transform: translateY(630px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(9),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(9) {
    -webkit-transform: translateY(-630px) scale(1);
    transform: translateY(-630px) scale(1);
    transition-delay: 0.45s;
}

/**
 * SLIDE IN + FADE
 * When hovering the main button, the child buttons slide out from beneath
 * the main button while transitioning from transparent to opaque.
 *
 */
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(10) {
    -webkit-transform: translateY(700px); /*4x70*/
    transform: translateY(700px);
}

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(10) {
    -webkit-transform: translateY(-700px);
    transform: translateY(-700px);
}

/**
 * SLIDE IN SPRING
 * Same as slide-in but with a springy animation.
 *
 */
.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(10) {
    transition-delay: 0.5s;
}

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(10) {
    transition-delay: 0.5s;
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
}

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(10) {
    transition-delay: 0.5s;
}

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(10) {
    transition-delay: 0.5s;
    -webkit-transform: translateY(-700px);
    transform: translateY(-700px);
}

/**
 * ZOOM-IN
 * When hovering the main button, the child buttons grow
 * from zero to normal size.
 *
 */
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(10) {
    -webkit-transform: translateY(700px) scale(0);
    transform: translateY(700px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(10) {
    -webkit-transform: translateY(700px) scale(1);
    transform: translateY(700px) scale(1);
    transition-delay: 0.5s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(10) {
    -webkit-transform: translateY(-700px) scale(0);
    transform: translateY(-700px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(10) {
    -webkit-transform: translateY(-700px) scale(1);
    transform: translateY(-700px) scale(1);
    transition-delay: 0.5s;
}

/**
 * FOUNTAIN
 * When hovering the main button the child buttons
 * jump into view from outside the viewport
 */
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(10) {
    -webkit-transform: translateY(-700px) scale(0);
    transform: translateY(-700px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(10) {
    -webkit-transform: translateY(700px) scale(1);
    transform: translateY(700px) scale(1);
    transition-delay: 0.5s;
}

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(10) {
    -webkit-transform: translateY(700px) scale(0);
    transform: translateY(700px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(10),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(10) {
    -webkit-transform: translateY(-700px) scale(1);
    transform: translateY(-700px) scale(1);
    transition-delay: 0.5s;
}

/**
 * SLIDE IN + FADE
 * When hovering the main button, the child buttons slide out from beneath
 * the main button while transitioning from transparent to opaque.
 *
 */
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(11) {
    -webkit-transform: translateY(770px); /*4x70*/
    transform: translateY(770px);
}

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(11) {
    -webkit-transform: translateY(-770px);
    transform: translateY(-770px);
}

/**
 * SLIDE IN SPRING
 * Same as slide-in but with a springy animation.
 *
 */
.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(11) {
    transition-delay: 0.55s;
}

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(11) {
    transition-delay: 0.55s;
    -webkit-transform: translateY(770px);
    transform: translateY(770px);
}

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(11) {
    transition-delay: 0.55s;
}

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(11) {
    transition-delay: 0.55s;
    -webkit-transform: translateY(-770px);
    transform: translateY(-770px);
}

/**
 * ZOOM-IN
 * When hovering the main button, the child buttons grow
 * from zero to normal size.
 *
 */
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(11) {
    -webkit-transform: translateY(770px) scale(0);
    transform: translateY(770px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(11) {
    -webkit-transform: translateY(770px) scale(1);
    transform: translateY(770px) scale(1);
    transition-delay: 0.55s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(11) {
    -webkit-transform: translateY(-770px) scale(0);
    transform: translateY(-770px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(11) {
    -webkit-transform: translateY(-770px) scale(1);
    transform: translateY(-770px) scale(1);
    transition-delay: 0.55s;
}

/**
 * FOUNTAIN
 * When hovering the main button the child buttons
 * jump into view from outside the viewport
 */
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(11) {
    -webkit-transform: translateY(-770px) scale(0);
    transform: translateY(-770px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(11) {
    -webkit-transform: translateY(770px) scale(1);
    transform: translateY(770px) scale(1);
    transition-delay: 0.55s;
}

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(11) {
    -webkit-transform: translateY(770px) scale(0);
    transform: translateY(770px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(11),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(11) {
    -webkit-transform: translateY(-770px) scale(1);
    transform: translateY(-770px) scale(1);
    transition-delay: 0.55s;
}

/**
 * SLIDE IN + FADE
 * When hovering the main button, the child buttons slide out from beneath
 * the main button while transitioning from transparent to opaque.
 *
 */
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(12) {
    -webkit-transform: translateY(840px); /*4x70*/
    transform: translateY(840px);
}

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(12) {
    -webkit-transform: translateY(-840px);
    transform: translateY(-840px);
}

/**
 * SLIDE IN SPRING
 * Same as slide-in but with a springy animation.
 *
 */
.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(12) {
    transition-delay: 0.6s;
}

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(12) {
    transition-delay: 0.6s;
    -webkit-transform: translateY(840px);
    transform: translateY(840px);
}

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(12) {
    transition-delay: 0.6s;
}

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(12) {
    transition-delay: 0.6s;
    -webkit-transform: translateY(-840px);
    transform: translateY(-840px);
}

/**
 * ZOOM-IN
 * When hovering the main button, the child buttons grow
 * from zero to normal size.
 *
 */
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(12) {
    -webkit-transform: translateY(840px) scale(0);
    transform: translateY(840px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(12) {
    -webkit-transform: translateY(840px) scale(1);
    transform: translateY(840px) scale(1);
    transition-delay: 0.6s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(12) {
    -webkit-transform: translateY(-840px) scale(0);
    transform: translateY(-840px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(12) {
    -webkit-transform: translateY(-840px) scale(1);
    transform: translateY(-840px) scale(1);
    transition-delay: 0.6s;
}

/**
 * FOUNTAIN
 * When hovering the main button the child buttons
 * jump into view from outside the viewport
 */
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(12) {
    -webkit-transform: translateY(-840px) scale(0);
    transform: translateY(-840px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(12) {
    -webkit-transform: translateY(840px) scale(1);
    transform: translateY(840px) scale(1);
    transition-delay: 0.6s;
}

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(12) {
    -webkit-transform: translateY(840px) scale(0);
    transform: translateY(840px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(12),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(12) {
    -webkit-transform: translateY(-840px) scale(1);
    transform: translateY(-840px) scale(1);
    transition-delay: 0.6s;
}

/**
 * SLIDE IN + FADE
 * When hovering the main button, the child buttons slide out from beneath
 * the main button while transitioning from transparent to opaque.
 *
 */
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(13), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(13),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(13),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(13) {
    -webkit-transform: translateY(910px); /*4x70*/
    transform: translateY(910px);
}

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(13), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(13),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(13),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(13) {
    -webkit-transform: translateY(-910px);
    transform: translateY(-910px);
}

/**
 * SLIDE IN SPRING
 * Same as slide-in but with a springy animation.
 *
 */
.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(13),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(13) {
    transition-delay: 0.65s;
}

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(13), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(13),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(13),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(13) {
    transition-delay: 0.65s;
    -webkit-transform: translateY(910px);
    transform: translateY(910px);
}

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(13),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(13) {
    transition-delay: 0.65s;
}

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(13), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(13),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(13),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(13) {
    transition-delay: 0.65s;
    -webkit-transform: translateY(-910px);
    transform: translateY(-910px);
}

/**
 * ZOOM-IN
 * When hovering the main button, the child buttons grow
 * from zero to normal size.
 *
 */
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(13),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(13) {
    -webkit-transform: translateY(910px) scale(0);
    transform: translateY(910px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(13), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(13),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(13),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(13) {
    -webkit-transform: translateY(910px) scale(1);
    transform: translateY(910px) scale(1);
    transition-delay: 0.65s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(13),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(13) {
    -webkit-transform: translateY(-910px) scale(0);
    transform: translateY(-910px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(13), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(13),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(13),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(13) {
    -webkit-transform: translateY(-910px) scale(1);
    transform: translateY(-910px) scale(1);
    transition-delay: 0.65s;
}

/**
 * FOUNTAIN
 * When hovering the main button the child buttons
 * jump into view from outside the viewport
 */
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(13),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(13) {
    -webkit-transform: translateY(-910px) scale(0);
    transform: translateY(-910px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(13), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(13),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(13),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(13) {
    -webkit-transform: translateY(910px) scale(1);
    transform: translateY(910px) scale(1);
    transition-delay: 0.65s;
}

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(13),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(13) {
    -webkit-transform: translateY(910px) scale(0);
    transform: translateY(910px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(13), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(13),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(13),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(13) {
    -webkit-transform: translateY(-910px) scale(1);
    transform: translateY(-910px) scale(1);
    transition-delay: 0.65s;
}

/**
 * SLIDE IN + FADE
 * When hovering the main button, the child buttons slide out from beneath
 * the main button while transitioning from transparent to opaque.
 *
 */
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(14), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(14),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(14),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(14) {
    -webkit-transform: translateY(980px); /*4x70*/
    transform: translateY(980px);
}

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(14), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(14),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(14),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(14) {
    -webkit-transform: translateY(-980px);
    transform: translateY(-980px);
}

/**
 * SLIDE IN SPRING
 * Same as slide-in but with a springy animation.
 *
 */
.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(14),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(14) {
    transition-delay: 0.7s;
}

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(14), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(14),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(14),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(14) {
    transition-delay: 0.7s;
    -webkit-transform: translateY(980px);
    transform: translateY(980px);
}

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(14),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(14) {
    transition-delay: 0.7s;
}

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(14), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(14),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(14),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(14) {
    transition-delay: 0.7s;
    -webkit-transform: translateY(-980px);
    transform: translateY(-980px);
}

/**
 * ZOOM-IN
 * When hovering the main button, the child buttons grow
 * from zero to normal size.
 *
 */
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(14),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(14) {
    -webkit-transform: translateY(980px) scale(0);
    transform: translateY(980px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(14), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(14),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(14),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(14) {
    -webkit-transform: translateY(980px) scale(1);
    transform: translateY(980px) scale(1);
    transition-delay: 0.7s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(14),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(14) {
    -webkit-transform: translateY(-980px) scale(0);
    transform: translateY(-980px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(14), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(14),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(14),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(14) {
    -webkit-transform: translateY(-980px) scale(1);
    transform: translateY(-980px) scale(1);
    transition-delay: 0.7s;
}

/**
 * FOUNTAIN
 * When hovering the main button the child buttons
 * jump into view from outside the viewport
 */
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(14),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(14) {
    -webkit-transform: translateY(-980px) scale(0);
    transform: translateY(-980px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(14), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(14),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(14),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(14) {
    -webkit-transform: translateY(980px) scale(1);
    transform: translateY(980px) scale(1);
    transition-delay: 0.7s;
}

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(14),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(14) {
    -webkit-transform: translateY(980px) scale(0);
    transform: translateY(980px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(14), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(14),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(14),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(14) {
    -webkit-transform: translateY(-980px) scale(1);
    transform: translateY(-980px) scale(1);
    transition-delay: 0.7s;
}

/**
 * SLIDE IN + FADE
 * When hovering the main button, the child buttons slide out from beneath
 * the main button while transitioning from transparent to opaque.
 *
 */
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(15), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(15),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(15),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(15) {
    -webkit-transform: translateY(1050px); /*4x70*/
    transform: translateY(1050px);
}

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(15), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(15),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(15),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(15) {
    -webkit-transform: translateY(-1050px);
    transform: translateY(-1050px);
}

/**
 * SLIDE IN SPRING
 * Same as slide-in but with a springy animation.
 *
 */
.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(15),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(15) {
    transition-delay: 0.75s;
}

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(15), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(15),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(15),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(15) {
    transition-delay: 0.75s;
    -webkit-transform: translateY(1050px);
    transform: translateY(1050px);
}

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(15),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(15) {
    transition-delay: 0.75s;
}

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(15), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(15),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(15),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(15) {
    transition-delay: 0.75s;
    -webkit-transform: translateY(-1050px);
    transform: translateY(-1050px);
}

/**
 * ZOOM-IN
 * When hovering the main button, the child buttons grow
 * from zero to normal size.
 *
 */
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(15),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(15) {
    -webkit-transform: translateY(1050px) scale(0);
    transform: translateY(1050px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(15), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(15),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(15),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(15) {
    -webkit-transform: translateY(1050px) scale(1);
    transform: translateY(1050px) scale(1);
    transition-delay: 0.75s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(15),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(15) {
    -webkit-transform: translateY(-1050px) scale(0);
    transform: translateY(-1050px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(15), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(15),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(15),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(15) {
    -webkit-transform: translateY(-1050px) scale(1);
    transform: translateY(-1050px) scale(1);
    transition-delay: 0.75s;
}

/**
 * FOUNTAIN
 * When hovering the main button the child buttons
 * jump into view from outside the viewport
 */
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(15),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(15) {
    -webkit-transform: translateY(-1050px) scale(0);
    transform: translateY(-1050px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(15), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(15),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(15),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(15) {
    -webkit-transform: translateY(1050px) scale(1);
    transform: translateY(1050px) scale(1);
    transition-delay: 0.75s;
}

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(15),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(15) {
    -webkit-transform: translateY(1050px) scale(0);
    transform: translateY(1050px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(15), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(15),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(15),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(15) {
    -webkit-transform: translateY(-1050px) scale(1);
    transform: translateY(-1050px) scale(1);
    transition-delay: 0.75s;
}

/**
 * SLIDE IN + FADE
 * When hovering the main button, the child buttons slide out from beneath
 * the main button while transitioning from transparent to opaque.
 *
 */
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(16), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(16),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(16),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(16) {
    -webkit-transform: translateY(1120px); /*4x70*/
    transform: translateY(1120px);
}

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(16), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(16),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(16),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(16) {
    -webkit-transform: translateY(-1120px);
    transform: translateY(-1120px);
}

/**
 * SLIDE IN SPRING
 * Same as slide-in but with a springy animation.
 *
 */
.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(16),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(16) {
    transition-delay: 0.8s;
}

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(16), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(16),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(16),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(16) {
    transition-delay: 0.8s;
    -webkit-transform: translateY(1120px);
    transform: translateY(1120px);
}

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(16),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(16) {
    transition-delay: 0.8s;
}

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(16), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(16),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(16),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(16) {
    transition-delay: 0.8s;
    -webkit-transform: translateY(-1120px);
    transform: translateY(-1120px);
}

/**
 * ZOOM-IN
 * When hovering the main button, the child buttons grow
 * from zero to normal size.
 *
 */
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(16),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(16) {
    -webkit-transform: translateY(1120px) scale(0);
    transform: translateY(1120px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(16), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(16),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(16),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(16) {
    -webkit-transform: translateY(1120px) scale(1);
    transform: translateY(1120px) scale(1);
    transition-delay: 0.8s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(16),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(16) {
    -webkit-transform: translateY(-1120px) scale(0);
    transform: translateY(-1120px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(16), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(16),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(16),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(16) {
    -webkit-transform: translateY(-1120px) scale(1);
    transform: translateY(-1120px) scale(1);
    transition-delay: 0.8s;
}

/**
 * FOUNTAIN
 * When hovering the main button the child buttons
 * jump into view from outside the viewport
 */
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(16),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(16) {
    -webkit-transform: translateY(-1120px) scale(0);
    transform: translateY(-1120px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(16), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(16),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(16),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(16) {
    -webkit-transform: translateY(1120px) scale(1);
    transform: translateY(1120px) scale(1);
    transition-delay: 0.8s;
}

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(16),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(16) {
    -webkit-transform: translateY(1120px) scale(0);
    transform: translateY(1120px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(16), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(16),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(16),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(16) {
    -webkit-transform: translateY(-1120px) scale(1);
    transform: translateY(-1120px) scale(1);
    transition-delay: 0.8s;
}

/**
 * SLIDE IN + FADE
 * When hovering the main button, the child buttons slide out from beneath
 * the main button while transitioning from transparent to opaque.
 *
 */
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(17), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(17),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(17),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(17) {
    -webkit-transform: translateY(1190px); /*4x70*/
    transform: translateY(1190px);
}

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(17), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(17),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(17),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(17) {
    -webkit-transform: translateY(-1190px);
    transform: translateY(-1190px);
}

/**
 * SLIDE IN SPRING
 * Same as slide-in but with a springy animation.
 *
 */
.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(17),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(17) {
    transition-delay: 0.85s;
}

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(17), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(17),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(17),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(17) {
    transition-delay: 0.85s;
    -webkit-transform: translateY(1190px);
    transform: translateY(1190px);
}

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(17),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(17) {
    transition-delay: 0.85s;
}

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(17), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(17),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(17),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(17) {
    transition-delay: 0.85s;
    -webkit-transform: translateY(-1190px);
    transform: translateY(-1190px);
}

/**
 * ZOOM-IN
 * When hovering the main button, the child buttons grow
 * from zero to normal size.
 *
 */
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(17),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(17) {
    -webkit-transform: translateY(1190px) scale(0);
    transform: translateY(1190px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(17), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(17),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(17),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(17) {
    -webkit-transform: translateY(1190px) scale(1);
    transform: translateY(1190px) scale(1);
    transition-delay: 0.85s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(17),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(17) {
    -webkit-transform: translateY(-1190px) scale(0);
    transform: translateY(-1190px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(17), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(17),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(17),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(17) {
    -webkit-transform: translateY(-1190px) scale(1);
    transform: translateY(-1190px) scale(1);
    transition-delay: 0.85s;
}

/**
 * FOUNTAIN
 * When hovering the main button the child buttons
 * jump into view from outside the viewport
 */
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(17),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(17) {
    -webkit-transform: translateY(-1190px) scale(0);
    transform: translateY(-1190px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(17), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(17),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(17),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(17) {
    -webkit-transform: translateY(1190px) scale(1);
    transform: translateY(1190px) scale(1);
    transition-delay: 0.85s;
}

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(17),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(17) {
    -webkit-transform: translateY(1190px) scale(0);
    transform: translateY(1190px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(17), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(17),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(17),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(17) {
    -webkit-transform: translateY(-1190px) scale(1);
    transform: translateY(-1190px) scale(1);
    transition-delay: 0.85s;
}

/**
 * SLIDE IN + FADE
 * When hovering the main button, the child buttons slide out from beneath
 * the main button while transitioning from transparent to opaque.
 *
 */
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(18), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(18),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(18),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(18) {
    -webkit-transform: translateY(1260px); /*4x70*/
    transform: translateY(1260px);
}

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(18), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(18),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(18),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(18) {
    -webkit-transform: translateY(-1260px);
    transform: translateY(-1260px);
}

/**
 * SLIDE IN SPRING
 * Same as slide-in but with a springy animation.
 *
 */
.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(18),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(18) {
    transition-delay: 0.9s;
}

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(18), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(18),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(18),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(18) {
    transition-delay: 0.9s;
    -webkit-transform: translateY(1260px);
    transform: translateY(1260px);
}

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(18),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(18) {
    transition-delay: 0.9s;
}

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(18), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(18),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(18),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(18) {
    transition-delay: 0.9s;
    -webkit-transform: translateY(-1260px);
    transform: translateY(-1260px);
}

/**
 * ZOOM-IN
 * When hovering the main button, the child buttons grow
 * from zero to normal size.
 *
 */
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(18),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(18) {
    -webkit-transform: translateY(1260px) scale(0);
    transform: translateY(1260px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(18), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(18),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(18),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(18) {
    -webkit-transform: translateY(1260px) scale(1);
    transform: translateY(1260px) scale(1);
    transition-delay: 0.9s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(18),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(18) {
    -webkit-transform: translateY(-1260px) scale(0);
    transform: translateY(-1260px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(18), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(18),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(18),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(18) {
    -webkit-transform: translateY(-1260px) scale(1);
    transform: translateY(-1260px) scale(1);
    transition-delay: 0.9s;
}

/**
 * FOUNTAIN
 * When hovering the main button the child buttons
 * jump into view from outside the viewport
 */
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(18),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(18) {
    -webkit-transform: translateY(-1260px) scale(0);
    transform: translateY(-1260px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(18), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(18),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(18),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(18) {
    -webkit-transform: translateY(1260px) scale(1);
    transform: translateY(1260px) scale(1);
    transition-delay: 0.9s;
}

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(18),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(18) {
    -webkit-transform: translateY(1260px) scale(0);
    transform: translateY(1260px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(18), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(18),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(18),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(18) {
    -webkit-transform: translateY(-1260px) scale(1);
    transform: translateY(-1260px) scale(1);
    transition-delay: 0.9s;
}

/**
 * SLIDE IN + FADE
 * When hovering the main button, the child buttons slide out from beneath
 * the main button while transitioning from transparent to opaque.
 *
 */
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(19), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(19),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(19),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(19) {
    -webkit-transform: translateY(1330px); /*4x70*/
    transform: translateY(1330px);
}

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(19), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(19),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(19),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(19) {
    -webkit-transform: translateY(-1330px);
    transform: translateY(-1330px);
}

/**
 * SLIDE IN SPRING
 * Same as slide-in but with a springy animation.
 *
 */
.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(19),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(19) {
    transition-delay: 0.95s;
}

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(19), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(19),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(19),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(19) {
    transition-delay: 0.95s;
    -webkit-transform: translateY(1330px);
    transform: translateY(1330px);
}

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(19),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(19) {
    transition-delay: 0.95s;
}

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(19), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(19),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(19),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(19) {
    transition-delay: 0.95s;
    -webkit-transform: translateY(-1330px);
    transform: translateY(-1330px);
}

/**
 * ZOOM-IN
 * When hovering the main button, the child buttons grow
 * from zero to normal size.
 *
 */
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(19),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(19) {
    -webkit-transform: translateY(1330px) scale(0);
    transform: translateY(1330px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(19), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(19),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(19),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(19) {
    -webkit-transform: translateY(1330px) scale(1);
    transform: translateY(1330px) scale(1);
    transition-delay: 0.95s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(19),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(19) {
    -webkit-transform: translateY(-1330px) scale(0);
    transform: translateY(-1330px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(19), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(19),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(19),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(19) {
    -webkit-transform: translateY(-1330px) scale(1);
    transform: translateY(-1330px) scale(1);
    transition-delay: 0.95s;
}

/**
 * FOUNTAIN
 * When hovering the main button the child buttons
 * jump into view from outside the viewport
 */
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(19),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(19) {
    -webkit-transform: translateY(-1330px) scale(0);
    transform: translateY(-1330px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(19), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(19),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(19),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(19) {
    -webkit-transform: translateY(1330px) scale(1);
    transform: translateY(1330px) scale(1);
    transition-delay: 0.95s;
}

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(19),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(19) {
    -webkit-transform: translateY(1330px) scale(0);
    transform: translateY(1330px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(19), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(19),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(19),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(19) {
    -webkit-transform: translateY(-1330px) scale(1);
    transform: translateY(-1330px) scale(1);
    transition-delay: 0.95s;
}

/**
 * SLIDE IN + FADE
 * When hovering the main button, the child buttons slide out from beneath
 * the main button while transitioning from transparent to opaque.
 *
 */
.mfb-component--tl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(20), .mfb-component--tl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(20),
.mfb-component--tr.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(20),
.mfb-component--tr.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(20) {
    -webkit-transform: translateY(1400px); /*4x70*/
    transform: translateY(1400px);
}

.mfb-component--bl.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(20), .mfb-component--bl.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(20),
.mfb-component--br.mfb-slidein[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(20),
.mfb-component--br.mfb-slidein[data-mfb-state="open"] .mfb-component__list li:nth-child(20) {
    -webkit-transform: translateY(-1400px);
    transform: translateY(-1400px);
}

/**
 * SLIDE IN SPRING
 * Same as slide-in but with a springy animation.
 *
 */
.mfb-component--tl.mfb-slidein-spring .mfb-component__list li:nth-child(20),
.mfb-component--tr.mfb-slidein-spring .mfb-component__list li:nth-child(20) {
    transition-delay: 1s;
}

.mfb-component--tl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(20), .mfb-component--tl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(20),
.mfb-component--tr.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(20),
.mfb-component--tr.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(20) {
    transition-delay: 1s;
    -webkit-transform: translateY(1400px);
    transform: translateY(1400px);
}

.mfb-component--bl.mfb-slidein-spring .mfb-component__list li:nth-child(20),
.mfb-component--br.mfb-slidein-spring .mfb-component__list li:nth-child(20) {
    transition-delay: 1s;
}

.mfb-component--bl.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(20), .mfb-component--bl.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(20),
.mfb-component--br.mfb-slidein-spring[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(20),
.mfb-component--br.mfb-slidein-spring[data-mfb-state="open"] .mfb-component__list li:nth-child(20) {
    transition-delay: 1s;
    -webkit-transform: translateY(-1400px);
    transform: translateY(-1400px);
}

/**
 * ZOOM-IN
 * When hovering the main button, the child buttons grow
 * from zero to normal size.
 *
 */
.mfb-component--tl.mfb-zoomin .mfb-component__list li:nth-child(20),
.mfb-component--tr.mfb-zoomin .mfb-component__list li:nth-child(20) {
    -webkit-transform: translateY(1400px) scale(0);
    transform: translateY(1400px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(20), .mfb-component--tl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(20),
.mfb-component--tr.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(20),
.mfb-component--tr.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(20) {
    -webkit-transform: translateY(1400px) scale(1);
    transform: translateY(1400px) scale(1);
    transition-delay: 1s;
}

.mfb-component--bl.mfb-zoomin .mfb-component__list li:nth-child(20),
.mfb-component--br.mfb-zoomin .mfb-component__list li:nth-child(20) {
    -webkit-transform: translateY(-1400px) scale(0);
    transform: translateY(-1400px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(20), .mfb-component--bl.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(20),
.mfb-component--br.mfb-zoomin[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(20),
.mfb-component--br.mfb-zoomin[data-mfb-state="open"] .mfb-component__list li:nth-child(20) {
    -webkit-transform: translateY(-1400px) scale(1);
    transform: translateY(-1400px) scale(1);
    transition-delay: 1s;
}

/**
 * FOUNTAIN
 * When hovering the main button the child buttons
 * jump into view from outside the viewport
 */
.mfb-component--tl.mfb-fountain .mfb-component__list li:nth-child(20),
.mfb-component--tr.mfb-fountain .mfb-component__list li:nth-child(20) {
    -webkit-transform: translateY(-1400px) scale(0);
    transform: translateY(-1400px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--tl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(20), .mfb-component--tl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(20),
.mfb-component--tr.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(20),
.mfb-component--tr.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(20) {
    -webkit-transform: translateY(1400px) scale(1);
    transform: translateY(1400px) scale(1);
    transition-delay: 1s;
}

.mfb-component--bl.mfb-fountain .mfb-component__list li:nth-child(20),
.mfb-component--br.mfb-fountain .mfb-component__list li:nth-child(20) {
    -webkit-transform: translateY(1400px) scale(0);
    transform: translateY(1400px) scale(0);
    transition: all 0.5s;
    transition-delay: 0s;
}

.mfb-component--bl.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(20), .mfb-component--bl.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(20),
.mfb-component--br.mfb-fountain[data-mfb-toggle="hover"]:hover .mfb-component__list li:nth-child(20),
.mfb-component--br.mfb-fountain[data-mfb-state="open"] .mfb-component__list li:nth-child(20) {
    -webkit-transform: translateY(-1400px) scale(1);
    transform: translateY(-1400px) scale(1);
    transition-delay: 1s;
}

/* ===============
   XXL grid system
   =============== */

@media (min-width: 1400px) {
    .d-xxl-none {
        display: none !important;
    }
    .d-xxl-inline {
        display: inline !important;
    }
    .d-xxl-inline-block {
        display: inline-block !important;
    }
    .d-xxl-block {
        display: block !important;
    }
    .d-xxl-table {
        display: table !important;
    }
    .d-xxl-table-row {
        display: table-row !important;
    }
    .d-xxl-table-cell {
        display: table-cell !important;
    }
    .d-xxl-flex {
        display: flex !important;
    }
    .d-xxl-inline-flex {
        display: inline-flex !important;
    }
}

/* ===============
   XXL Sidebar
   =============== */

.has-sidebar-expand-xxl .page-sidebar {
    position: absolute;
    top: 0;
    transform: translate3d(100%, 0, 0);
}

.has-sidebar-expand-xxl .page-sidebar-fixed {
    position: fixed;
    top: 3.5rem;
}

.has-sidebar-expand-xxl .sidebar-backdrop {
    display: none;
}

@media (max-width: 1399.98px) {
    .has-sidebar-expand-xxl.has-sidebar-open .page-sidebar {
        position: fixed;
        top: 3.5rem;
        transform: translate3d(0, 0, 0);
    }
    .has-sidebar-expand-xxl.has-sidebar-open .sidebar-backdrop {
        display: block;
    }
}

@media (min-width: 1400px) {
    .has-sidebar-expand-xxl .app-main > .app-footer, .has-sidebar-expand-xxl .page-inner, .has-sidebar-expand-xxl .page-navs, .has-sidebar-expand-xxl .header-navs {
        padding-right: 30rem;
    }
    .has-sidebar-expand-xxl .page-navs, .has-sidebar-expand-xxl .header-navs {
        padding-right: 30rem;
    }
    .has-sidebar-expand-xxl .page-sidebar {
        transform: translate3d(0, 0, 0);
    }
    .has-sidebar-open .has-sidebar-expand-xxl .page-sidebar {
        position: absolute;
        top: 0;
        transform: translate3d(100%, 0, 0);
    }
    .has-sidebar-expand-xxl.has-sidebar-fluid .page-inner {
        margin-right: calc(100vw - 37.5rem);
    }
    .has-sidebar-expand-xxl.has-sidebar-fluid .page-sidebar {
        width: calc(100vw - 37.5rem);
        max-width: calc(100vw - 37.5rem);
    }

}

/* ===============
   3XL Sidebar
   =============== */

.has-sidebar-expand-3xl .page-sidebar {
    position: absolute;
    top: 0;
    transform: translate3d(100%, 0, 0);
}

.has-sidebar-expand-3xl .page-sidebar-fixed {
    position: fixed;
    top: 3.5rem;
}

.has-sidebar-expand-3xl .sidebar-backdrop {
    display: none;
}

@media (max-width: 1399.98px) {
    .has-sidebar-expand-3xl.has-sidebar-open .page-sidebar {
        position: fixed;
        top: 3.5rem;
        transform: translate3d(0, 0, 0);
    }
    .has-sidebar-expand-3xl.has-sidebar-open .sidebar-backdrop {
        display: block;
    }
}

@media (min-width: 1400px) {
    .has-sidebar-expand-3xl .app-main > .app-footer, .has-sidebar-expand-3xl .page-inner, .has-sidebar-expand-3xl .page-navs, .has-sidebar-expand-3xl .header-navs {
        padding-right: 40rem;
    }
    .has-sidebar-expand-3xl .page-sidebar {
        transform: translate3d(0, 0, 0);
    }
    .has-sidebar-open .has-sidebar-expand-3xl .page-sidebar {
        position: absolute;
        top: 0;
        transform: translate3d(100%, 0, 0);
    }
    .has-sidebar-expand-3xl.has-sidebar-fluid .page-inner {
        margin-right: calc(100vw - 37.5rem);
    }
    .has-sidebar-expand-3xl.has-sidebar-fluid .page-sidebar {
        width: calc(100vw - 37.5rem);
        max-width: calc(100vw - 37.5rem);
    }
}

/* ===============
   4XL Sidebar
   =============== */

.has-sidebar-expand-4xl .page-sidebar {
    position: absolute;
    top: 0;
    transform: translate3d(100%, 0, 0);
}

.has-sidebar-expand-4xl .page-sidebar-fixed {
    position: fixed;
    top: 3.5rem;
}

.has-sidebar-expand-4xl .sidebar-backdrop {
    display: none;
}

@media (max-width: 1399.98px) {
    .has-sidebar-expand-4xl.has-sidebar-open .page-sidebar {
        position: fixed;
        top: 3.5rem;
        transform: translate3d(0, 0, 0);
    }
    .has-sidebar-expand-4xl.has-sidebar-open .sidebar-backdrop {
        display: block;
    }
}

@media (min-width: 1400px) {
    .has-sidebar-expand-4xl .app-main > .app-footer, .has-sidebar-expand-4xl .page-inner, .has-sidebar-expand-4xl .page-navs, .has-sidebar-expand-4xl .header-navs {
        padding-right: 50rem;
    }
    .has-sidebar-expand-4xl .page-sidebar {
        transform: translate3d(0, 0, 0);
    }
    .has-sidebar-open .has-sidebar-expand-4xl .page-sidebar {
        position: absolute;
        top: 0;
        transform: translate3d(100%, 0, 0);
    }
    .has-sidebar-expand-4xl.has-sidebar-fluid .page-inner {
        margin-right: calc(100vw - 37.5rem);
    }
    .has-sidebar-expand-4xl.has-sidebar-fluid .page-sidebar {
        width: calc(100vw - 37.5rem);
        max-width: calc(100vw - 37.5rem);
    }
}

/* ===============
   5XL Sidebar
   =============== */

.has-sidebar-expand-5xl .page-sidebar {
    position: absolute;
    top: 0;
    transform: translate3d(100%, 0, 0);
}

.has-sidebar-expand-5xl .page-sidebar-fixed {
    position: fixed;
    top: 3.5rem;
}

.has-sidebar-expand-5xl .sidebar-backdrop {
    display: none;
}

@media (max-width: 1399.98px) {
    .has-sidebar-expand-5xl.has-sidebar-open .page-sidebar {
        position: fixed;
        top: 3.5rem;
        transform: translate3d(0, 0, 0);
    }
    .has-sidebar-expand-5xl.has-sidebar-open .sidebar-backdrop {
        display: block;
    }
}

@media (min-width: 1400px) {
    .has-sidebar-expand-5xl .app-main > .app-footer, .has-sidebar-expand-5xl .page-inner, .has-sidebar-expand-5xl .page-navs, .has-sidebar-expand-5xl .header-navs {
        padding-right: 51rem;
    }
    .has-sidebar-expand-5xl .page-sidebar {
        transform: translate3d(0, 0, 0);
    }
    .has-sidebar-open .has-sidebar-expand-5xl .page-sidebar {
        position: absolute;
        top: 0;
        transform: translate3d(100%, 0, 0);
    }
    .has-sidebar-expand-5xl.has-sidebar-fluid .page-inner {
        margin-right: calc(100vw - 37.5rem);
    }
    .has-sidebar-expand-5xl.has-sidebar-fluid .page-sidebar {
        width: calc(100vw - 37.5rem);
        max-width: calc(100vw - 37.5rem);
    }
}

/* ===============
20rem Sidebar
=============== */

.has-sidebar-expand-20rem .page-sidebar {
    position: absolute;
    top: 0;
    transform: translate3d(100%, 0, 0);
}

.has-sidebar-expand-20rem .page-sidebar-fixed {
    position: fixed;
    top: 3.5rem;
}

.has-sidebar-expand-20rem .sidebar-backdrop {
    display: none;
}

@media (max-width: 1199.98px) {
    .has-sidebar-expand-20rem.has-sidebar-open .page-sidebar {
        position: fixed;
        top: 3.5rem;
        transform: translate3d(0, 0, 0);
    }
    .app-without-header .has-sidebar-expand-20rem.has-sidebar-open .page-sidebar {
        top: 0;
    }

    .has-sidebar-expand-20rem.has-sidebar-open .sidebar-backdrop {
        display: block;
    }
}

@media (min-width: 1200px) {
    .has-sidebar-expand-20rem .app-main > .app-footer, .has-sidebar-expand-20rem .page-inner, .has-sidebar-expand-20rem .page-navs, .has-sidebar-expand-20rem .header-navs {
        padding-right: 20rem;
    }
    .has-sidebar-expand-20rem .page-sidebar {
        transform: translate3d(0, 0, 0);
    }
    .has-sidebar-open .has-sidebar-expand-20rem .page-sidebar {
        position: absolute;
        top: 0;
        transform: translate3d(100%, 0, 0);
    }
    .has-sidebar-expand-20rem.has-sidebar-fluid .page-inner {
        margin-right: calc(100vw - 37.5rem);
    }
    .has-sidebar-expand-20rem.has-sidebar-fluid .page-sidebar {
        width: calc(100vw - 37.5rem);
        max-width: calc(100vw - 37.5rem);
    }
}

/* ===============
   Opacity & ghosting
   =============== */

.opacity-0 {
    opacity: 0 !important;
}
.opacity-25 {
    opacity: .25 !important;
}
.opacity-50 {
    opacity: .5 !important;
}
.opacity-75 {
    opacity: .75 !important;
}
.opacity-100 {
    opacity: 1 !important;
}

.ghost {
    opacity: 0.5;
}

.ghost.datatable-row {
    opacity: 1;
}

.ghost.datatable-row td:not(.fixedColumn) {
    opacity: 0.5;
}

.ghost.datatable-row:hover td {
    opacity: 1;
}

a.ghosted-link, button.ghosted-link {
    opacity: 0.2;
}

a.ghosted-link:hover, button.ghosted-link:hover {
    opacity: 1;
}


/* ===============
   Font misc
   =============== */
.line-through {
    text-decoration: line-through;
}

.app-footer .copyright {
    font-size: 0.75rem !important;
}

/* ===============
   Dropdown
   =============== */

.dropdown-icon {
    min-width: 20px;
    display: inline-block;
}

.dropdown-menu .dropdown-item.disabled[data-toggle="tooltip"],
.dropdown-menu .dropdown-item.disabled[data-tooltip="tooltip"] {
    cursor: not-allowed;
    pointer-events: auto;
}

/* ===============
   Nav & tabs
   =============== */

.nav-link.active {
    color: var(--primary) !important;
    font-weight: bold;
}
/*
.nav-link.active > i {
    color: var(--primary) !important;
    font-weight: bold;
}
*/

.nav-link.entity-commerce-nav-link-customer.active {
    /*color: var(--blue) !important;*/
    border-bottom-color: var(--blue) !important;
}

.nav-link.entity-commerce-nav-link-supplier.active {
    /*color: var(--purple) !important;*/
    border-bottom-color: var(--purple) !important;
}

.entity-commerce-context-customer .card > .card-header.bg-muted:first-child {
    border-top: 4px solid var(--blue);
}

.entity-commerce-context-supplier .card > .card-header.bg-muted:first-child {
    border-top: 4px solid var(--purple);
}

/* ===============
   Datatable dropdown overflox fix
   =============== */

/*
div.dt-button-collection.fixed {
    position: fixed;
    margin-left: -90px;
    border-radius: 0;
    top:inherit;
    left:100%;
}

div.dt-button-collection div.dropdown-menu {
    overflow-y: scroll;
    max-height: 50vh;
}*/

div.dt-button-collection {
    padding:0;
}

div.dt-button-collection div.dropdown-menu {
    padding:0;
    margin-top:0;
}

/* ===============
   Alerts
   =============== */

.alert-info,
.alert-info .alert-icon {
    color: #046992 !important;
    background-color: white;
}

.alert-warning,
.alert-warning .alert-icon {
    color: #d3a860 !important;
    background-color: white;
}

.alert-danger,
.alert-danger .alert-icon {
    color: #dc3545 !important;
    background-color: white;
}

.alert-critical {
    color: #222230;
    background-color: white;
    border-color: #222230;
}

.alert-gray {
    color: #222230;
    background-color: white;
    border-color: #888c9b;
}

.alert-blue {
    color: var(--blue);
    background-color: white;
    border-color: var(--blue);
}

.alert-purple {
    color: var(--purple);
    background-color: white;
    border-color: var(--purple);
}

.badge-critical {
    color: #ffffff;
    background-color: #222230;
}

.badge-subtle.badge-danger {
    color: #dc3545;
    background-color: #f1b0b7;
}

.badge-subtle.badge-purple {
    color: var(--purple);
    background-color: #fcf7ff;
}

.entity-post-text p {
    margin-bottom: 0;
}

/* ===============
   CRM
   =============== */

@media (max-width: 575.98px) {
    div.feed-post.card > div.card-header > a.btn-account {
        text-overflow:ellipsis;
        width: calc(100% - 50px);
    }
}

/* ===============
   Stats
   =============== */

@media (max-width: 575.98px) {
    .stat-form-date {
        width:100%;
    }
}
@media (min-width: 0px) {
    .stat-form-date {
        display: flex;
        flex-flow: row wrap;
        align-items: center;
        justify-content: center;
    }

    .stat-form-date .form-group {
        display: flex;
        flex: 0 0 auto;
        flex-flow: row wrap;
        align-items: center;
        margin-bottom: 0;
    }

    .stat-form-date .form-group label {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 0;
        margin-left: 0.5rem;
        margin-right: 0.5rem;
    }

    .stat-form-date .form-group input {
        display: inline-block;
        width: auto;
        vertical-align: middle;
        max-width: 150px;
        margin-left:6px;
        margin-right:6px;
    }

    .stat-form-date .form-group .btn-group {
        margin-left: 0.5rem;
    }
}

/* ===============
   Stats
   =============== */
.home-article-preview {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: pre-line;
}

.home-article-preview p {
    margin-bottom: 0;
}

.home-article-image {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(34, 34, 48, 0.1);
    background: #f7f8fa;
}

.home-article-image::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.18);
}

.home-article-image-backdrop {
    position: absolute;
    inset: -1.5rem;
    z-index: 0;
    background-position: center;
    background-size: cover;
    filter: blur(22px);
    opacity: 0.5;
    transform: scale(1.05);
}

.home-article-image img {
    display: block;
    position: relative;
    z-index: 2;
    width: auto;
    max-width: 100%;
    max-height: 320px;
    object-fit: contain;
}

.article-content img {
    max-width: 100%;
}

.article-single-title {
    max-width: 980px;
    margin-bottom: 0.35rem;
    font-size: 2rem;
    line-height: 1.15;
}

.article-single-subtitle {
    max-width: 900px;
    margin-bottom: 1.5rem;
    color: #6c7380;
    font-size: 1.15rem;
    line-height: 1.45;
}

.article-single-author {
    margin-top: 1.25rem;
}

.article-single-hero {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    margin-bottom: 1.25rem;
    border-radius: 1rem;
    background: #f7f8fa;
}

.article-single-hero::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    background: rgba(255, 255, 255, 0.24);
}

.article-single-hero-backdrop {
    position: absolute;
    inset: -2rem;
    z-index: 0;
    background-position: center;
    background-size: cover;
    filter: blur(28px);
    opacity: 0.55;
    transform: scale(1.06);
}

.article-single-hero img {
    display: block;
    position: relative;
    z-index: 2;
    width: auto;
    max-width: 100%;
    max-height: 620px;
    object-fit: contain;
}

.article-single-body {
    padding: 2rem;
}

.article-single-section {
    align-items: flex-start;
}

.article-single-section-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 4rem;
    width: 4rem;
    height: 4rem;
    margin-right: 1.5rem;
    border-radius: 50%;
    background: var(--primary-hover-bg);
    color: var(--primary);
    font-size: 1.65rem;
}

.article-single-section-title {
    margin-bottom: 1rem;
    font-size: 1.25rem;
    font-weight: 700;
    color: #232735;
}

.article-single-content {
    max-width: 880px;
    font-size: 1rem;
    line-height: 1.55;
}

.article-single-content > :last-child {
    margin-bottom: 0;
}

.article-single-footer {
    display: flex;
    justify-content: flex-end;
    background: #fff;
    border-radius: 0 0 1rem 1rem !important;
}

@media (max-width: 991.98px) {
    .article-single-title {
        font-size: 1.65rem;
    }

    .article-single-body {
        padding: 1.25rem;
    }

    .article-single-section {
        display: block;
    }

    .article-single-section-icon {
        margin-bottom: 1rem;
        margin-right: 0;
    }
}

#stat_table .spacer {
    border-left: 2px solid #bbb;
    border-right: 2px solid #bbb;
    border-top: none;
    border-bottom: none;
    width: 15px;
    background: white;
}

#stat_table .border-left-2px {
    border-left: 2px solid #bbb;
}

#stat_table .border-left-3px {
    border-left: 3px solid #bbb;
}

#stat_table .border-right-2px {
    border-right: 2px solid #bbb;
}

#stat_table .border-bottom-2px {
    border-bottom: 2px solid #bbb;
}

#stat_table .border-top-2px {
    border-top: 2px solid #bbb;
}

#stock_table .spacer {
    border-left: 2px solid #bbb;
    border-right: 2px solid #bbb;
    border-top: none;
    border-bottom: none;
    width: 15px;
    background: white;
}

#stock_table .border-left-2px {
    border-left: 2px solid #bbb;
}

#stock_table .border-left-3px {
    border-left: 3px solid #bbb;
}

#stock_table .border-right-2px {
    border-right: 2px solid #bbb;
}

#stock_table .border-bottom-2px {
    border-bottom: 2px solid #bbb;
}

#stock_table .border-top-2px {
    border-top: 2px solid #bbb;
}

/* ===============
   Form
   =============== */
div.input-group.has-clearable button.close i.fa.fa-times-circle {
    color: #dc3545 !important;
}

.input-group:not(.input-group-alt) > select.select2-hidden-accessible:not(.auto-width) + .select2-container {
    flex: 1 1 auto;
    min-width: 0;
    width: 1% !important;
}

.needResponseTable .custom-control-label {
    line-height: 22px;
}

@media (min-width: 768px) {
    .needResponseTable .custom-control-label {
        line-height: 20px;
    }
}

.needResponseFromContainer .input-group {
    display: flex;
}

.needResponseFromContainer .input-group .input-group-append {
    display:none;
}

/* ===============
   Readonly select2
   =============== */

select[readonly].select2-hidden-accessible + .select2-container {
    pointer-events: none;
    touch-action: none;
}


select[readonly].select2-hidden-accessible + .select2-container .select2-selection {
    background: #eee;
    box-shadow: none;
}

select[readonly].select2-hidden-accessible + .select2-container .select2-selection__arrow,
select[readonly].select2-hidden-accessible + .select2-container .select2-selection__clear {
    display: none;
}

div:has(> iframe.ql-video) {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

iframe.ql-video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}

.list-group-item-danger {
    box-shadow: inset 4px 0 0 0 #dc3545;
}

.anchored, .anchored-primary {
    border-left: 4px solid var(--primary) !important;
}

.focus, .focus-primary {
    border-color: var(--primary);
    box-shadow: 0 0 0 2px var(--primary), 0 2px 6px 0 var(--primary) !important;
}
.focus-info {
    border-color: var(--info) !important;
    box-shadow: 0 0 0 2px var(--info), 0 2px 6px 0 var(--info) !important
}
.focus-warning {
    border-color: var(--warning) !important;
    box-shadow: 0 0 0 2px var(--warning), 0 2px 6px 0 var(--warning) !important
}
.focus-danger {
    border-color: var(--danger) !important;
    box-shadow: 0 0 0 2px var(--danger), 0 2px 6px 0 var(--danger) !important
}
.focus-critical {
    border-color: var(--dark) !important;
    box-shadow: 0 0 0 2px var(--dark), 0 2px 6px 0 var(--dark) !important
}

.focus-success {
    border-color: var(--success) !important;
    box-shadow: 0 0 0 2px var(--success), 0 2px 6px 0 var(--success) !important
}

.publisher.focus {
    border:none;
    box-shadow: none !important;
}

/* ===============
   Point of sale
   =============== */

div#sidebar-rows table td {
    padding-left: 0px;
    padding-right: 0px;
    text-align: center;
}

div#sidebar-rows table td.separator > div.wrapper {
    min-width: 12px;
}

div#sidebar-rows table td.quantity > div.wrapper {
    min-width: 40px;
    max-width: 70px;
}
div#sidebar-rows table td.unitAmount > div.wrapper {
    min-width: 100px;
    max-width: 150px;
}
div#sidebar-rows table td.discountPercentage > div.wrapper {
    min-width: 60px;
    max-width: 100px;
}
div#sidebar-rows table td.totalAmount > div.wrapper {
    min-width: 120px;
    max-width: 200px;
}



.page-full-height.has-sidebar-expand-20rem .page-inner, .page-full-height.has-sidebar-expand-xxl .page-inner, .page-full-height.has-sidebar-expand-3xl .page-inner, .page-full-height.has-sidebar-expand-4xl .page-inner, .page-full-height.has-sidebar-expand-5xl .page-inner {
    padding-right: 0;
}

@media screen /*and (min-width: 768px)*/ {
    .page-full-height {
        height: calc(100vh - 3.5rem);
        display: flex;
        flex-direction: column;
    }

    .app-without-header .page-full-height {
        height: calc(100vh);
    }

    .page-full-height .page-inner:not(.no-grow) {
        flex-grow: 1;
    }

    .page-full-height .page-inner .tab-content {
        height: 100%;
    }

    .page-full-height .page-inner .tab-content #tab-catalog {
        height: 100%;
    }

    .page-full-height .page-inner .tab-content #tab-catalog > .card {
        height: 100%;
        border-radius:0;
        margin-bottom:0;
    }

    .page-full-height .page-inner .tab-content #tab-catalog > .card .card-body {
        flex-grow: 1;
        overflow-y: auto;
        height: 0px;
    }

    @media (min-width: 1200px) {
        .page-full-height.has-sidebar-expand-20rem .page-inner {
            padding-right: 20rem;
        }
    }

    @media (min-width: 1400px) {
        .page-full-height.has-sidebar-expand-20rem .page-inner {
            padding-right: 20rem;
        }
        .page-full-height.has-sidebar-expand-xxl .page-inner {
            padding-right: 30rem;
        }
        .page-full-height.has-sidebar-expand-3xl .page-inner {
            padding-right: 40rem;
        }
        .page-full-height.has-sidebar-expand-4xl .page-inner {
            padding-right: 50rem;
        }
        .page-full-height.has-sidebar-expand-5xl .page-inner {
            padding-right: 60rem;
        }
    }
}

.eac-input-wrap {
    width: calc(100% - 30px);
}

.form-control:disabled, .form-control[readonly] {
    border: 1px solid #c6c9d5 !important;
    background-color: #f6f7f9 !important;
}

.paper-receipt-top-wrapper {
    -webkit-filter: drop-shadow(0 1rem 3rem rgb(20 20 31 / 18%));
    filter:drop-shadow(0 1rem 3rem rgb(20 20 31 / 18%));
}
.paper-receipt-top {
    --mask: conic-gradient(from 135deg at top,#0000,#000 1deg 89deg,#0000 90deg) 50%/12.00px 100%;
    -webkit-mask: var(--mask);
    mask: var(--mask);

}
.priceTable tr:first-child td {
    border-top:none;
}

.bg-normal {
    background: #E6E8ED !important;
}

.bg-info {
    background: #0179A8 !important;
}

.bg-info-subtle, .bg-blue-subtle {
    background: #EFF6F8 !important;
}

.bg-purple {
    background-color: var(--purple) !important;
}

.bg-purple-subtle {
    background: #fcf7ff !important;
}

.bg-warning {
    background: #F7C46C !important;
}

.bg-success-subtle {
    background: #ebfdf8 !important;
}

.bg-warning-subtle {
    background: #FEF8EF !important;
}

.bg-danger {
    background: #dc3545 !important;
}

.bg-danger-subtle {
    background: #f1b0b7 !important;
}

.bg-danger-very-subtle {
    background: #ffecef !important;
}

.bg-critical {
    background: #222230 !important;
}

.bg-critical-subtle {
    background: #666666 !important;
}

.bg-critical-very-subtle {
    background: #f1f1f5 !important;
}

.input-group.bg-critical .form-control:disabled, .input-group.bg-critical .form-control[readonly] {
    background: #222230 !important;
    border-right: none !important;
}
.input-group.bg-critical-subtle .form-control:disabled, .input-group.bg-critical-subtle .form-control[readonly] {
    background: #666666 !important;
    border-right: none !important;
}
.input-group.bg-danger .form-control:disabled, .input-group.bg-danger .form-control[readonly] {
    background: #dc3545 !important;
    border-right: none !important;
}
.input-group.bg-danger-subtle .form-control:disabled, .input-group.bg-danger-subtle .form-control[readonly] {
    background: #f1b0b7 !important;
    border-right: none !important;
}
.input-group.bg-warning .form-control:disabled, .input-group.bg-warning .form-control[readonly] {
    background: #F7C46C !important;
    border-right: none !important;
}
.input-group.bg-warning-subtle .form-control:disabled, .input-group.bg-warning-subtle .form-control[readonly] {
    background: #FEF8EF !important;
    border-right: none !important;
}
.input-group.bg-success .form-control:disabled, .input-group.bg-success .form-control[readonly] {
    background: #00A28A !important;
    border-right: none !important;
}
.input-group.bg-success-subtle .form-control:disabled, .input-group.bg-success-subtle .form-control[readonly] {
    background: #ebfdf8 !important;
    border-right: none !important;
}

@media (min-width: 768px) {
    .input-group-sm > .form-control,
    .input-group-sm > .input-group-prepend > .input-group-text,
    .input-group-sm > .input-group-append > .input-group-text,
    .input-group-sm > .input-group-prepend > .btn,
    .input-group-sm > .input-group-append > .btn {
        font-size: 0.75rem;
    }
    .input-group-sm > .input-group-append > .input-group-text {
        padding-left:5px !important;
        padding-top:0px;
        padding-bottom:0px;
        height:24px;
    }
}


.ql-size-small {
    font-size: 0.75rem !important;
}

.ql-size-large {
    font-size: 1.5rem !important;
}

.ql-size-huge {
    font-size: 2.5rem !important;
}

.quill-content p {
    margin-bottom: 0;
}

.quill-content .ql-indent-1:not(.ql-direction-rtl) {
    margin-left: 3em;
}

.quill-content li.ql-indent-1:not(.ql-direction-rtl) {
    margin-left: 4.5em;
}

.quill-content .ql-indent-1.ql-direction-rtl.ql-align-right {
    margin-left: 3em;
}

.quill-content li.ql-indent-1.ql-direction-rtl.ql-align-right {
    margin-left: 4.5em;
}

.quill-content .ql-indent-2:not(.ql-direction-rtl) {
    margin-left: 6em;
}

.quill-content li.ql-indent-2:not(.ql-direction-rtl) {
    margin-left: 7.5em;
}

.quill-content .ql-indent-2.ql-direction-rtl.ql-align-right {
    margin-left: 6em;
}

.quill-content li.ql-indent-2.ql-direction-rtl.ql-align-right {
    margin-left: 7.5em;
}

.quill-content .ql-indent-3:not(.ql-direction-rtl) {
    margin-left: 9em;
}

.quill-content li.ql-indent-3:not(.ql-direction-rtl) {
    margin-left: 10.5em;
}

.quill-content .ql-indent-3.ql-direction-rtl.ql-align-right {
    margin-left: 9em;
}

.quill-content li.ql-indent-3.ql-direction-rtl.ql-align-right {
    margin-left: 10.5em;
}

.quill-content .ql-indent-4:not(.ql-direction-rtl) {
    margin-left: 12em;
}

.quill-content li.ql-indent-4:not(.ql-direction-rtl) {
    margin-left: 13.5em;
}

.quill-content .ql-indent-4.ql-direction-rtl.ql-align-right {
    margin-left: 12em;
}

.quill-content li.ql-indent-4.ql-direction-rtl.ql-align-right {
    margin-left: 13.5em;
}

div.ui-tooltip.ui-widget.ui-widget-content {
    /*background-color: #000000;
    color: #FFFFFF;
    border: 1px solid #000000;*/
    font-size: 0.75rem !important;
}
div.ui-tooltip.ui-widget.ui-widget-content .ui-tooltip-content {

}


.switcher-control-off-white .switcher-input:not(:checked) + .switcher-indicator {
    background-color:#FFFFFF;
}

.jstree-search {
    font-style: normal !important;
    color: var(--primary) !important;
}

.text-underline {
    text-decoration: underline;
}

.user-avatar-customer {
    background-color:#FFFFFF !important;
    border-radius: 1rem; box-shadow: 0 0 0 4px #0179A8 !important;
}

.user-avatar-supplier {
    background-color:#FFFFFF !important;
    border-radius: 1rem; box-shadow: 0 0 0 4px #5F4B8B !important;
}

.user-avatar-stock {
    background-color:#FFFFFF !important;
    border-radius: 1rem; box-shadow: 0 0 0 4px #888c9b !important;
}

.user-avatar-customer:hover, .user-avatar-supplier:hover, .user-avatar-stock:hover{
    text-decoration: none;
}

.cursor-normal {
    cursor: default !important;
}

.app-header-incident {
    height:7rem;
}

.top-bar-incident {
    background-color: #f6f7f9;
}

.app-aside-incident {
    top: 7rem;
}

.app-main-incident {
    padding-top:7rem;
}

.badge-listing, .badge-listing:hover {
    color: #888c9b;
    border-color: #a6abbd;
}

.badge-prospect, .badge-prospect:hover {
    color: #F7C46C;
    border-color: #F7C46C;
}

.badge-supplier, .badge-supplier:hover {
    color: var(--purple);
    border-color: var(--purple);
}

.badge-customer, .badge-customer:hover, .badge-indirect-customer, .badge-indirect-customer:hover  {
    color: var(--blue);
    border-color: var(--blue);
}

.badge-counter-supplier, .badge-counter-supplier:hover {
    background-color: var(--purple);
    color: #FFFFFF;
}

.badge-counter-customer, .badge-counter-customer:hover {
    background-color: var(--blue);
    color: #FFFFFF;
}

.disclaimer-expired::after {
    content: "Périmé";
    position: absolute;
    left: 50%;
    top: 50%;
    text-transform: uppercase;
    color: red;
    font-size: 64pt;
    font-weight: bold;
    z-index: 10;
    opacity: 0.2;
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    -sand-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
}

.select2-container--default .select2-selection--multiple .select2-selection__choice:has(button) {
    background-color: transparent;
    border:none;
}

.has-clearable .input-group-append .close {
    position:inherit;
    transform: none;
}

.hide-scrollbar::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.hide-scrollbar {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.header-navs {
    background-color: white;
}

.oxom-provider-applications .oxom-application-list {
    margin: 0 -1.5rem;
}

.oxom-provider-applications .oxom-application-item {
    align-items: center;
    border-left: 6px solid #0f7fd9;
    display: flex;
    gap: 1rem;
    min-height: 5rem;
}

.oxom-provider-applications .oxom-application-item.disabled {
    opacity: .62;
}

.oxom-provider-applications .oxom-application-icon {
    flex: 0 0 auto;
}

.oxom-provider-applications .oxom-application-copy {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    min-width: 0;
}

.oxom-provider-applications .oxom-application-name {
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.25;
    overflow-wrap: anywhere;
}

.oxom-provider-applications .oxom-application-host {
    color: #888c9b;
    display: block;
    font-size: .9375rem;
    font-weight: 600;
    line-height: 1.35;
    overflow-wrap: anywhere;
}

.oxom-provider-applications .oxom-application-action {
    color: #888c9b;
    flex: 0 0 auto;
}

.btn-outline-purple {
    color: var(--purple);
    border-color: var(--purple);
}

@media (min-width: 992px) {
    /* LG */
    .auth-form {
        max-width: 620px;
    }
}

@media (min-width: 1200px) {
    /* XL */
    .auth-form {
        max-width: 620px;
    }
}

@media (min-width: 1400px) {
    /* XXL */
    .auth-form {
        max-width: 620px;
    }
}

.page-title-bar {
    margin-bottom: 0;
}

.list-group-item.suggestion-focus {
    background-color: var(--primary-hover-bg) !important;
}

.switcher-control-warning .switcher-input:checked+.switcher-indicator {
    background-color: #F7C46C !important;
}

.switcher-control-warning .switcher-input:checked+.switcher-indicator, .switcher-control-warning .switcher-input:checked+.switcher-indicator:before {
    border-color: #F7C46C !important;
}

.switcher-control-danger .switcher-input:checked+.switcher-indicator {
    background-color:#dc3545 !important;
}

.switcher-control-danger .switcher-input:checked+.switcher-indicator, .switcher-control-danger .switcher-input:checked+.switcher-indicator:before {
    border-color: #dc3545 !important;
}

.bg-customer {
    background-color: var(--blue) !important;
}

.bg-customer-light {
    background-color: #73B5CF !important;
}

.bg-customer-lighter {
    background-color: #D9EBF2 !important;
}
.bg-customer-lightest {
    background-color: #EFF6F8 !important;
}

.bg-supplier {
    background-color: var(--purple) !important;
}

.bg-supplier-light {
    background-color: #A79CBF !important;
}

.bg-supplier-lighter {
    background-color: #fee9ff !important;
}

.bg-supplier-lightest {
    background-color: #fcf7ff !important;
}

.app-header-dark .header-nav .dropdown-menu .nav-link {
    color: #888c9b;
}

.app-without-header .app-main {
    padding-top:0;
}

.app-without-header .has-sidebar-open .sidebar-backdrop {
    top: 0;
}
.app-without-header .has-sidebar-open .sidebar-backdrop {
    top: 0;
}

@media (min-width: 768px) {
    .app-without-header .app-aside-expand-md {
        top: 0rem;
    }
}

.steps .dropdown-menu a {
    text-align: left;
    padding: 0.5rem 1rem;
}

.steps .dropdown-menu a span.dropdown-icon {
    margin-right: 0.25rem;
}

.has-badge > .tile:last-child, .has-badge > .user-avatar.user-avatar-bottom-left:last-child {
    right:100%;
    left:inherit;
    top:inherit;
    bottom:0px;
    transform: translate3d(50%, 0, 0);
}


.has-badge > .tile:last-child, .has-badge > .user-avatar.user-avatar-dark:last-child {
    border-color: var(--dark) !important;
    /*box-shadow: 0 0 0 2px var(--dark), 0 2px 6px 0 var(--dark) !important;*/
    background-color: var(--dark) !important;
    color: white;
}

.has-badge > .tile:last-child, .has-badge > .user-avatar.user-avatar-gray:last-child {
    border-color: var(--gray) !important;
    /*box-shadow: 0 0 0 2px var(--dark), 0 2px 6px 0 var(--dark) !important;*/
    background-color: var(--gray) !important;
    color: white;
}

.btn-link-forced {
    font-weight: 400;
    color: var(--primary);
    text-decoration: none;
    background: none;
    border:none;
    box-shadow: none;
}

@media (min-width: 768px) {
    .app-aside-expand-md.w-20-rem {
        width: 20rem;
        max-width: calc(20rem + 1.5rem);
    }
    .app-aside-expand-md.w-20-rem + .app-main {
        padding-left: 20rem;
    }
}

@media (min-width: 992px) {
    .app-without-header .app-aside-expand-lg {
        top: 0rem;
    }
    .app-aside-expand-lg.w-20-rem {
        width: 20rem;
        max-width: calc(20rem + 1.5rem);
    }
    .app-aside-expand-lg.w-20-rem + .app-main {
        padding-left: 20rem;
    }
}

.user-avatar-xxs {
    width: 1rem;
    height: 1rem;
    font-size: 1rem;
}

.visibility-hidden {
    visibility: hidden;
}

.w-0 {
    width: 0px !important;
}

/* ===============
   Sidebar compact mode
   =============== */
.page-sidebar {
    overflow: visible;
}

.page-sidebar .sidebar-compact-section {
    display: none;
    position: relative;
    overflow: scroll;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.page-sidebar .sidebar-compact-section::-webkit-scrollbar {
    display: none;
}

.page-sidebar .sidebar-section {
    position: relative;
    overflow: scroll;
    min-height: 100%;
    /* Hide scrollbar for IE, Edge and Firefox */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* Hide scrollbar for Chrome, Safari and Opera */
.page-sidebar .sidebar-section::-webkit-scrollbar {
    display: none;
}

.page-sidebar .sidebar-compact-button-unzip, .page-sidebar .sidebar-compact-button-zip {
    display:none;
    position:absolute;
    top: 1rem;
    left:-20px;
    z-index: 1030;
}

@media (min-width: 1400px) {

    .page-sidebar .sidebar-compact-button-zip {
        display:block;
    }
    .page-sidebar .sidebar-compact-button-unzip {
        display:block;
    }

    .has-sidebar-compacted .page-sidebar {
        width: 5rem;
        max-width: 100vw;
    }

    .has-sidebar-compacted .page-sidebar .sidebar-compact-button-zip {
        display:none;
    }

    .has-sidebar-compacted .page-sidebar .sidebar-compact-button-unzip {
        display:block;
    }

    .has-sidebar-compacted .page-sidebar .sidebar-compact-section {
        display: block;
    }

    .has-sidebar-compacted .page-sidebar .sidebar-section {
        display: none;
    }

    .has-sidebar-compacted .page-navs, .has-sidebar-compacted .header-navs, .has-sidebar-compacted .page-cover {
        padding-right: 5rem;
    }

    .has-sidebar-compacted .page-inner {
        padding-right: 5rem;
    }

    .page-full-height.has-sidebar-compacted .page-navs, .page-full-height.has-sidebar-compacted .header-navs, .page-full-height.has-sidebar-compacted .page-cover {
        padding-right: 5rem;
    }

    .page-full-height.has-sidebar-compacted .page-inner {
        padding-right: 5rem;
    }

}

.form-collapser {
    position: relative;
    margin: 0;
    height: 2em;
    text-align: center;
}

/*
.form-collapser::before {
    content: '';
    position: relative;
    display: block;
    top: 1em;
    border-top: 1px solid rgba(34, 34, 48, 0.1);
    z-index: 1;
}
*/

.form-collapser > span {
    display: inline-block;
    position: relative;
    z-index: 2;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    background: #ffffff;
    padding: 0 1em;
    color: #888c9b;
    line-height: 2em;
}

/* Pipeline */
.pipeline-header-progress-container {
    padding-left: 1rem;
    padding-right: 1rem;
    width: 100%;
}
@media (min-width: 1400px) {
    .pipeline-header-progress-container {
        max-width: 75%;
    }
}

/* https://stackoverflow.com/questions/826782/how-to-disable-text-selection-highlighting */
.no-select {
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.hover-underline:hover {
    text-decoration: underline;
}

.rounded-bottom-0 {
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.object-fit-contain {
    object-fit: contain !important;
}

.oxom-file-input {
    position: relative;
    display: flex;
    align-items: stretch;
    width: 100%;
    min-height: 2.25rem;
    overflow: hidden;
    border: 1px solid #c6c9d5;
    border-radius: 0.25rem;
    background: #fff;
}

.oxom-file-input-control {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    opacity: 0;
}

.oxom-file-input-trigger {
    display: inline-flex;
    flex: 0 0 2.25rem;
    align-items: center;
    justify-content: center;
    min-width: 2.25rem;
    margin: 0;
    border-right: 1px solid #c6c9d5;
    background: #f7f8fa;
    color: var(--primary);
    cursor: pointer;
}

.oxom-file-input-trigger:hover,
.oxom-file-input-trigger:focus {
    background: #eef1f5;
    color: var(--primary);
}

.oxom-file-input-name {
    flex: 1 1 auto;
    min-width: 0;
    padding: 0.5rem 0.75rem;
    overflow: hidden;
    color: #7a8190;
    font-size: 0.875rem;
    line-height: 1.25;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.oxom-file-input.has-file .oxom-file-input-name {
    color: #363642;
}

.oxom-file-input.is-disabled {
    background: #eaecf1;
}

.oxom-file-input.is-disabled .oxom-file-input-trigger {
    color: #a6abbd;
    cursor: not-allowed;
}

.attribute-file-gallery-upload .oxom-file-input {
    align-self: center;
    width: auto;
    min-height: 2.5rem;
    border: 0;
    background: transparent;
}

.attribute-file-gallery-upload .oxom-file-input-trigger {
    flex-basis: 2.5rem;
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    border: 0;
    border-radius: 50%;
    background: rgba(190, 86, 166, 0.1);
    font-size: 1rem;
}

.attribute-file-gallery-upload .oxom-file-input.has-file .oxom-file-input-trigger {
    background: var(--primary);
    color: #fff;
}

.attribute-file-gallery-upload .oxom-file-input-name {
    display: none;
}

.oxom-form-file-preview {
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(100%, 22rem);
    min-height: 14rem;
    margin: 0 auto;
    padding: 1rem;
    border: 1px solid rgba(34, 38, 44, 0.08);
    border-radius: 0.75rem;
    background: #f7f8fa;
    color: #363642;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.65);
    text-decoration: none;
}

.oxom-form-file-preview:hover,
.oxom-form-file-preview:focus {
    color: #22262c;
    text-decoration: none;
}

.oxom-form-file-preview.is-image {
    height: 16rem;
}

.oxom-form-file-preview img {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    object-position: center;
}

.oxom-form-file-preview video {
    display: block;
    width: 100%;
    max-height: 14rem;
    border-radius: 0.5rem;
    background: #000;
}

.oxom-form-file-preview audio {
    width: 100%;
}

.oxom-form-file-preview-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 6rem;
    height: 6rem;
}

.oxom-form-file-preview-icon .fa,
.oxom-form-file-preview-icon .fas,
.oxom-form-file-preview-icon .far,
.oxom-form-file-preview-icon .fal,
.oxom-form-file-preview-icon .fad {
    font-size: 3rem;
}

.attribute-file-collection {
    margin: 1rem 0 1.25rem;
}

.attribute-file-collection-header {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    color: #363642;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
}

.attribute-file-collection-header::after {
    content: "";
    flex: 1 1 auto;
    height: 1px;
    margin-left: 0.75rem;
    background: rgba(34, 38, 44, 0.08);
}

.attribute-file-collection-title {
    max-width: 100%;
}

.attribute-file-collection > .form-text {
    margin-top: 0.35rem;
    font-size: 85%;
}

.attribute-file-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
    align-items: stretch;
}

.attribute-file-gallery-item,
.attribute-file-gallery-add {
    flex: 0 1 12.5rem;
    width: 12.5rem;
}

.attribute-file-gallery-card,
.attribute-file-gallery-add {
    min-height: 12.5rem;
    border: 1px solid rgba(34, 38, 44, 0.1);
    border-radius: 0.5rem;
    background: #fff;
}

.attribute-file-gallery-card {
    position: relative;
    display: block;
    height: 100%;
    padding: 0;
    overflow: hidden;
}

.attribute-file-gallery-card.has-uploaded-file {
    border-color: rgba(190, 86, 166, 0.52);
    background: rgba(190, 86, 166, 0.04);
    box-shadow: inset 0 0 0 1px rgba(190, 86, 166, 0.14);
}

.attribute-file-gallery-actions {
    position: absolute;
    top: 0.375rem;
    right: 0.375rem;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 0.25rem;
    min-height: 1.625rem;
}

.attribute-file-gallery-bottom-actions {
    position: absolute;
    right: 0.375rem;
    bottom: 0.375rem;
    z-index: 2;
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.attribute-file-gallery-action {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.625rem;
    height: 1.625rem;
    padding: 0;
    border: 0;
    border-radius: 0.375rem;
    background: rgba(255, 255, 255, 0.82);
    color: #7a8190;
    font-size: 0.8125rem;
    line-height: 1;
    box-shadow: 0 1px 4px rgba(34, 38, 44, 0.12);
}

.attribute-file-gallery-action:hover,
.attribute-file-gallery-action:focus {
    background: #fff;
    color: #363642;
    text-decoration: none;
}

.attribute-file-gallery-action.is-active {
    color: var(--primary);
}

.attribute-file-gallery-action-danger {
    color: var(--danger);
}

.attribute-file-gallery-action-danger:hover,
.attribute-file-gallery-action-danger:focus {
    color: var(--danger);
}

.attribute-file-gallery-action-tooltip {
    display: inline-flex;
}

.attribute-file-gallery-rating {
    display: inline-flex;
    width: 1.625rem;
    height: 1.625rem;
    margin: 0;
}

.attribute-file-gallery-rating label {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.625rem;
    height: 1.625rem;
    margin: 0;
    border-radius: 0.375rem;
    background: rgba(255, 255, 255, 0.82);
    box-shadow: 0 1px 4px rgba(34, 38, 44, 0.12);
}

.attribute-file-gallery-preview.oxom-form-file-preview {
    width: 100%;
    min-height: 12.5rem;
    padding: 0.5rem;
    border: 0;
    border-radius: 0;
    background: #f7f8fa;
    box-shadow: none;
}

.attribute-file-gallery-preview.oxom-form-file-preview.is-image {
    height: 12.5rem;
}

.attribute-file-gallery-preview.oxom-form-file-preview video {
    max-height: 11.5rem;
}

.attribute-file-gallery-preview .oxom-form-file-preview-icon {
    width: 4.5rem;
    height: 4.5rem;
}

.attribute-file-gallery-preview .oxom-form-file-preview-icon .fa,
.attribute-file-gallery-preview .oxom-form-file-preview-icon .fas,
.attribute-file-gallery-preview .oxom-form-file-preview-icon .far,
.attribute-file-gallery-preview .oxom-form-file-preview-icon .fal,
.attribute-file-gallery-preview .oxom-form-file-preview-icon .fad {
    font-size: 2.5rem;
}

.attribute-file-gallery-replace {
    position: absolute;
    right: 0.5rem;
    bottom: 0.5rem;
    left: 0.5rem;
    z-index: 3;
    padding: 0.35rem;
    border-radius: 0.375rem;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 4px 14px rgba(34, 38, 44, 0.16);
}

.attribute-file-gallery-replace .form-group,
.attribute-file-gallery-upload .form-group {
    margin-bottom: 0;
}

.attribute-file-gallery-upload {
    display: flex;
    flex: 1 1 auto;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 12.5rem;
    padding: 1rem;
    color: #7a8190;
}

.attribute-file-gallery-upload-feedback {
    display: none;
    width: 100%;
    max-width: 10rem;
    margin-top: 0.75rem;
    color: #363642;
    font-size: 0.75rem;
    line-height: 1.25;
    text-align: center;
}

.attribute-file-gallery-card.has-uploaded-file .attribute-file-gallery-upload-feedback {
    display: block;
}

.attribute-file-gallery-upload-feedback-status {
    display: inline-flex;
    align-items: center;
    gap: 0.25rem;
    color: var(--primary);
    font-weight: 600;
}

.attribute-file-gallery-upload-feedback-name {
    display: block;
    width: 100%;
    margin-top: 0.25rem;
    overflow: hidden;
    color: #363642;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.attribute-file-gallery-add {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 1rem;
    border-style: dashed;
    color: var(--primary);
    text-align: center;
}

.attribute-file-gallery-add:hover,
.attribute-file-gallery-add:focus {
    border-color: var(--primary);
    background: rgba(190, 86, 166, 0.06);
    color: var(--primary);
    text-decoration: none;
}

.attribute-file-gallery-add-icon {
    font-size: 1.5rem;
}

.product-media-card.is-product-default-image {
    border-color: rgba(139, 195, 74, 0.8);
    box-shadow: inset 0 0 0 2px rgba(139, 195, 74, 0.38), 0 2px 8px rgba(34, 38, 44, 0.12);
}

.product-media-source-label {
    position: absolute;
    right: 0.375rem;
    bottom: 0.375rem;
    left: 0.375rem;
    z-index: 2;
    display: block;
    max-width: calc(100% - 0.75rem);
    padding: 0.2rem 0.375rem;
    overflow: hidden;
    border-radius: 0.375rem;
    background: rgba(255, 255, 255, 0.88);
    color: #363642;
    font-size: 0.6875rem;
    line-height: 1.15;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-shadow: 0 1px 4px rgba(34, 38, 44, 0.12);
}

.product-media-source-label.is-legacy {
    color: #7a8190;
}

@media (max-width: 575.98px) {
    .oxom-form-file-preview {
        width: 100%;
        min-height: 12rem;
    }

    .oxom-form-file-preview.is-image {
        height: 13rem;
    }

    .attribute-file-gallery-item,
    .attribute-file-gallery-add {
        flex-basis: 100%;
        width: 100%;
    }

    .attribute-file-gallery-preview.oxom-form-file-preview,
    .attribute-file-gallery-preview.oxom-form-file-preview.is-image {
        height: 11rem;
        min-height: 11rem;
    }
}


html.theme-css-v1 .select2-container--default .select2-results__option--highlighted[aria-selected] {
    color: var(--primary-foreground);
}

html.theme-css-v1 .select2-container--default .select2-results__option--highlighted[aria-selected] .btn-outline-primary,
html.theme-css-v1 .select2-container--default .select2-results__option--highlighted[aria-selected] .btn-outline-secondary {
    border-color: currentColor;
    background-color: transparent;
    color: var(--primary-foreground);
}

.select2-search--dropdown.entity-search--dropdown input.select2-search__field  {
    width: calc(100% - 50px);
}

.dropzone.oxom-dropzone {
    display: flex;
    flex-wrap: wrap;
    gap: 1.25rem;
    align-items: flex-start;
}

.dropzone.oxom-dropzone .dz-message {
    display: flex;
    flex: 1 1 100%;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    min-height: 11rem;
    margin: 0;
    text-align: center;
}

.dropzone.oxom-dropzone.dz-started .dz-message {
    display: none;
}

.dropzone.oxom-dropzone .oxom-dropzone-preview {
    position: static !important;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    width: 280px;
    margin: 0;
    padding: 0;
    overflow: hidden;
    border: 1px solid rgba(20, 20, 31, .08);
    border-top: 3px solid #dfe6ee;
    border-radius: .75rem;
    background: #fff;
    text-align: left;
    box-shadow: 0 0.125rem 0.25rem rgba(31, 45, 61, .08);
    transition: border-color .15s ease, box-shadow .15s ease, transform .15s ease, border-top-color .15s ease;
}

.dropzone.oxom-dropzone .oxom-dropzone-preview:hover {
    transform: translateY(-1px);
    box-shadow: 0 0.5rem 1.25rem rgba(31, 45, 61, .12);
}

.dropzone.oxom-dropzone .oxom-dropzone-preview-header {
    display: flex;
    align-items: flex-start;
    gap: .875rem;
    padding: 1rem 1rem .875rem;
    border-bottom: 1px solid #e9eef3;
}

.dropzone.oxom-dropzone .oxom-dropzone-file-tile {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
    border-radius: .75rem;
    background: linear-gradient(180deg, #f7f9fb 0%, #eef3f7 100%);
    color: #346cb0;
    box-shadow: inset 0 0 0 1px rgba(52, 108, 176, .08);
    font-size: 1rem;
}

.dropzone.oxom-dropzone .oxom-dropzone-file-meta {
    min-width: 0;
    flex: 1 1 auto;
}

.dropzone.oxom-dropzone .oxom-dropzone-body {
    position: static !important;
    display: block;
    width: 100%;
    min-height: 0;
    padding: .65rem 1rem .55rem;
    margin-top: 0;
    text-align: left;
    opacity: 1;
}

.dropzone.oxom-dropzone .oxom-dropzone-file-name,
.dropzone.oxom-dropzone .oxom-dropzone-file-size {
    display: block;
    margin: 0;
}

.dropzone.oxom-dropzone .oxom-dropzone-file-name {
    color: #363642;
    font-size: .95rem;
    font-weight: 600;
    line-height: 1.4;
}

.dropzone.oxom-dropzone .oxom-dropzone-file-size {
    margin-top: .25rem;
    color: #6c757d;
    font-size: .75rem;
}

.dropzone.oxom-dropzone .oxom-dropzone-file-name span,
.dropzone.oxom-dropzone .oxom-dropzone-file-size {
    white-space: normal;
    overflow-wrap: anywhere;
}

.dropzone.oxom-dropzone .oxom-dropzone-file-name span {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.dropzone.oxom-dropzone .oxom-dropzone-progress {
    position: relative !important;
    display: block !important;
    flex: 0 0 auto !important;
    width: 100% !important;
    min-width: 100% !important;
    max-width: 100% !important;
    height: .2rem !important;
    min-height: .2rem !important;
    max-height: .2rem !important;
    margin: 0 !important;
    overflow: hidden !important;
    border-radius: 0 !important;
    background: #edf2f7 !important;
    opacity: 1 !important;
    line-height: 0 !important;
    align-self: stretch !important;
}

.dropzone.oxom-dropzone .oxom-dropzone-progress .oxom-dropzone-progress-bar {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    display: block !important;
    width: 0;
    max-width: 100%;
    height: 100% !important;
    background: #346cb0 !important;
    transform: none !important;
    margin: 0 !important;
}

.dropzone.oxom-dropzone .oxom-dropzone-preview.oxom-dropzone-status-warning {
    border-top-color: #f7b267;
}

.dropzone.oxom-dropzone .oxom-dropzone-preview.oxom-dropzone-status-danger {
    border-top-color: #ea6759;
}

.dropzone.oxom-dropzone .oxom-dropzone-preview.oxom-dropzone-status-success {
    border-top-color: #00a28a;
}

.dropzone.oxom-dropzone .oxom-dropzone-preview.oxom-dropzone-status-warning .oxom-dropzone-progress .oxom-dropzone-progress-bar {
    background: #f7b267 !important;
}

.dropzone.oxom-dropzone .oxom-dropzone-preview.oxom-dropzone-status-danger .oxom-dropzone-progress .oxom-dropzone-progress-bar {
    background: #ea6759 !important;
}

.dropzone.oxom-dropzone .oxom-dropzone-preview.oxom-dropzone-status-success .oxom-dropzone-progress .oxom-dropzone-progress-bar {
    background: #00a28a !important;
}

.dropzone.oxom-dropzone .oxom-dropzone-file-badge {
    display: inline-flex;
    align-items: center;
    align-self: flex-start;
    gap: .375rem;
    width: fit-content;
    max-width: 100%;
    margin-bottom: .3rem;
}

.dropzone.oxom-dropzone .oxom-dropzone-file-status {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    text-align: left;
    margin-top: .2rem;
}

.dropzone.oxom-dropzone .oxom-dropzone-file-feedback {
    display: block;
    width: 100%;
    margin-top: 0;
    padding-top: 0;
    border-top: 0;
    font-size: .8125rem;
    line-height: 1.5;
    text-align: left;
    white-space: normal;
    overflow-wrap: anywhere;
}

.dropzone.oxom-dropzone .oxom-dropzone-file-feedback.level-success {
    color: #0f766e;
}

.dropzone.oxom-dropzone .oxom-dropzone-file-feedback.level-warning {
    color: #9a5a00;
}

.dropzone.oxom-dropzone .oxom-dropzone-file-feedback.level-danger {
    color: #b42318;
}

.dropzone.oxom-dropzone .oxom-dropzone-file-status.status-without-message .oxom-dropzone-file-badge {
    margin-bottom: 0;
}

.dropzone.oxom-dropzone .oxom-dropzone-error-message {
    display: none;
}

.page-flash {
    position: fixed;
    top: 3.5rem;
    left: 50%;
    padding: .5rem 1rem;
    display: inline-table;
    width: 100%;
    max-width: 100%;
    text-align: center;
    z-index: 1030;
    transform: translate3d(-50%, 0, 0);
}

@media (min-width: 768px) {
    .page-flash {
        top: 4.25rem;
        width: auto;
        max-width: 47rem;
    }
}

.scrap-entity-suggestion-review-dialog {
    max-width: 720px;
}

@media (max-width: 767.98px) {
    .scrap-entity-suggestion-review-dialog {
        max-width: calc(100vw - 1rem);
    }
}
