/* 
    iVolve 'Waffle Iron' 
    Primary app selector bar
*/
@font-face {
    font-family: DefaultIvolve-light;
    src: url(/fonts/TitilliumWeb-Light.ttf);
    font-weight: lighter;
    font-style: normal;
}

@font-face {
    font-family: DefaultIvolve;
    src: url(/fonts/TitilliumWeb-Regular.ttf);
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: DefaultIvolve-bold;
    src: url(/fonts/TitilliumWeb-SemiBold.ttf);
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: DefaultIvolve-bolder;
    src: url(/fonts/TitilliumWeb-Bold.ttf);
    font-weight: bolder;
    font-style: normal;
}

:root {
    --waffle-iron-height: 50px;
    --waffle-iron-width: 100vw;
    --waffle-banner-logo: url(/images/ivolve-rgb-logo-white.svg);
    --waffle-banner-logo-width: 200px;
    --waffle-banner-logo-height: 40px;
    --waffle-gutter-x: 22px;
    --waffle-gutter-y: 0;
    --waffle-grid-background: rgba(243, 243, 243,0.85);
    --waffle-grid-color: rgba(0,0,0,0.9);
    --waffle-iron-background: black;
    --waffle-iron-textcolor: white;
    --waffle-pf-primary: #F8BC1D;
    --waffle-white-grey: rgba(0,0,0,0.1);
    --waffle-profile-body: #eeeeee;
    --waffle-profile-textcolor: rgba(0,0,0,0.9);
}

.dark-theme:root {
    --waffle-grid-background: rgba(20, 20, 20,1);
    --waffle-grid-color: rgba(255,255,255,0.9);
    --waffle-profile-body: #212121;
    --waffle-profile-textcolor: #ffffff;
    --waffle-white-grey: rgba(255,255,255,0.1);
}

.waffle-iron-container {
    /*position: absolute;*/
    top: 0px;
    height: var(--waffle-iron-height);
    width: var(--waffle-iron-width);
    background-color: var(--waffle-iron-background);
    font-family: DefaultIvolve, Titilium, sans-serif !important;
    z-index: 99999;
}

.waffle-iron {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
    height: 100%;
    color: var(--waffle-iron-textcolor);
    width: 100%;
    text-align: center;
    /*Need to prvent users from click and dragging text and icons, can assist with mobile touch navigations bars */
    -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;
}

    .waffle-iron > div {
        height: var(--waffle-iron-height);
    }

    .waffle-iron .navbar-waffle .row {
        margin: 0 !important;
        height: 100%;
    }

    .waffle-iron .navbar-waffle-container {
        width: var(--waffle-iron-height) !important;
        height: var(--waffle-iron-height) !important;
        padding: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .waffle-iron .navbar-singleicon-container {
        width: var(--waffle-iron-height) !important;
        height: var(--waffle-iron-height) !important;
        padding: 0 !important;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .waffle-iron .navbar-waffle-account {
        display: flex;
        padding: 0;
        height: 100%;
        flex-wrap: wrap;
        justify-content: flex-end;
        align-items: center;
        width: auto !important;
        /* white-space: nowrap; */
        /* max-width: 100%; */
    }

        .waffle-iron .navbar-waffle-account > div.col-md-auto {
            padding-right: calc(var(--waffle-gutter-x) / 2);
            padding-left: var(--waffle-gutter-x);
        }

            .waffle-iron .navbar-waffle-account > div.col-md-auto:first-of-type {
                padding-right: calc(var(--waffle-gutter-x) * 0.1);
                flex-direction: column;
                /* padding-left: 0; */
                height: 100%;
                white-space: nowrap;
                justify-content: center;
            }

            .waffle-iron .navbar-waffle-account > div.col-md-auto > .row {
                justify-content: flex-end;
            }

    .waffle-iron .navbar-waffle-container, .waffle-iron .navbar-waffle-account, .waffle-iron .navbar-singleicon-container {
        background-color: transparent;
        -webkit-transition: background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;
        -moz-transition: background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;
        -o-transition: background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;
        transition: background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;
        border-color: transparent !important;
    }

        .waffle-iron .navbar-waffle-container:hover, .waffle-iron .navbar-waffle-account:hover, .waffle-iron .navbar-singleicon-container:hover,
        .waffle-iron .navbar-right > .navbar-waffle-account.show {
            background-color: var(--waffle-pf-primary);
            cursor: pointer;
        }

        .waffle-iron .navbar-waffle-container:active, .waffle-iron .navbar-waffle-account:active, .waffle-iron .navbar-singleicon-container:active,
        .waffle-iron .navbar-right > .navbar-waffle-account.show,
        .waffle-iron .navbar-waffle-container:focus, .waffle-iron .navbar-waffle-account:focus, .waffle-iron .navbar-singleicon-container:focus {
            filter: brightness(0.85);
        }

    .navbar-waffle-btn, .waffle-iron .navbar-waffle-btn svg {
        color: var(--waffle-iron-textcolor);
        width: 30px;
        height: 30px;
        margin: 0;
    }

.navbar-singleicon-container .navbar-singleicon-btn {
    color: var(--waffle-iron-textcolor);
    width: 100%;
    height: 100%;
    display: flex;
    margin: auto;
    justify-content: center;
    border: none !important;
    background-color: var(--secondary-color);
}

    .navbar-singleicon-container .navbar-singleicon-btn svg {
        color: var(--waffle-iron-textcolor);
        width: 25px;
        height: 25px;
        margin: auto;
    }

.waffle-iron .navbar-singleicon-container.active:after {
    --waffle-singleicon-size: 5.5px;
    --waffle-singleicon-animationtime: 2.125s;
    --waffle-singleicon-animationdelay: .125s;
    --waffle-singleicon-animationpath: cubic-bezier(.1,.9,.2,1);
    content: "";
    /*width: calc(var(--waffle-singleicon-size) * 2.5);*/
    width: 0px;
    height: var(--waffle-singleicon-size);
    border-radius: var(--waffle-singleicon-size);
    position: absolute;
    bottom: 0;
    background-color: #f8bc1d;
    animation: expandOut var(--waffle-singleicon-animationpath) var(--waffle-singleicon-animationtime) var(--waffle-singleicon-animationdelay);
    -webkit-animation: expandOut var(--waffle-singleicon-animationpath) var(--waffle-singleicon-animationtime) var(--waffle-singleicon-animationdelay);
    -moz-animation: expandOut var(--waffle-singleicon-animationpath) var(--waffle-singleicon-animationtime) var(--waffle-singleicon-animationdelay);
    -o-animation: expandOut var(--waffle-singleicon-animationpath) var(--waffle-singleicon-animationtime) var(--waffle-singleicon-animationdelay);
    -ms-animation: expandOut var(--waffle-singleicon-animationpath) var(--waffle-singleicon-animationtime) var(--waffle-singleicon-animationdelay);
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.waffle-iron .navbar-name {
    justify-content: center;
    vertical-align: baseline;
    font-size: 20px;
    font-weight: bold;
    height: 100%;
}



.waffle-iron .navbar-menu {
    color: white;
    font-size: 30px;
}

.waffle-iron > * {
    padding: 0px;
    max-height: var(--waffle-iron-height);
}

.dropdown-toggle::after {
    display: none;
}



.waffle-iron .navbar-right {
    text-align: right;
    font-size: 16px;
    align-items: center;
    height: 100%;
    justify-content: flex-end;
    width: 100%;
    margin: 0;
}

.waffle-iron .dropdown {
    padding-right: 0.1px;
    height: 100%;
    padding-left: 0px;
    width: auto;
}

.waffle-iron .dropdown-menu {
    border-radius: 8px;
    padding: 12px;
    filter: drop-shadow(0px 3px 10px rgb(0,0,0,0.1));
    margin-top: 6px;
    width: auto;
    /* inset: 8px auto auto -8px !important; */
}

    .waffle-iron .dropdown-menu .dropdown-item {
        border-radius: 4px;
        padding: 0.5rem 1rem;
        background-color: transparent;
        -webkit-transition: background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;
        -moz-transition: background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;
        -o-transition: background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;
        transition: background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;
        -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;
    }

        .waffle-iron .dropdown-menu .dropdown-item:hover {
            color: #1e2125;
            background-color: #e9ecef;
        }

        .waffle-iron .dropdown-menu .dropdown-item:active {
            color: #1e2125;
            text-decoration: none;
            background-color: #e9ecef;
            filter: brightness(0.85);
        }

        .waffle-iron .dropdown-menu .dropdown-item svg {
            width: 1rem;
            height: 1rem;
            margin-right: 6px;
        }

.dropdown-menu.waffle-profile-dropdown {
    border-radius: 0;
    border: none;
    min-width: 300px;
    padding: 0;
    box-shadow: -4px 4px 20px rgb(0 0 0 / 30%);
    background-color: rgba(243, 243, 243,0.85);
    -moz-background-color: rgba(243,243,243,1);
    border: none;
    backdrop-filter: blur(20px);
    font-family: DefaultIvolve, Titilium, sans-serif !important;
    transition: all 0.467s cubic-bezier(0.1, 0.9, 0.2, 1) 34ms;
    -webkit-transition: background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;
    -moz-transition: background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;
    -o-transition: background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;
    opacity: 0;
    animation: fadeDropdownIn .5s cubic-bezier(.1,.9,.2,1);
}

    .dropdown-menu.waffle-profile-dropdown.show {
        opacity: 1;
    }

    .dropdown-menu.waffle-profile-dropdown .waffle-profile-container {
        display: flex;
        flex-direction: column;
    }

.waffle-profile-container .profile-header {
    display: flex;
    justify-content: space-around;
    align-items: center;
    flex-direction: row;
    border-bottom: 0.5px solid var(--waffle-white-grey);
    background-color: var(--waffle-profile-body);
    text-align: center;
}

    .waffle-profile-container .profile-header > .profile-header-item {
        padding: 12px 16px;
        background: transparent;
        text-decoration: none;
        color: var(--waffle-profile-textcolor);
        opacity: 0.9;
        fill: var(--waffle-profile-textcolor);
        width: 50%;
    }

        .waffle-profile-container .profile-header > .profile-header-item:hover {
            background-color: var(--waffle-profile-body);
            opacity: 0.2;
        }

        .waffle-profile-container .profile-header > .profile-header-item:active,
        .waffle-profile-container .profile-header > .profile-header-item:focus {
            background-color: var(--waffle-profile-body);
            opacity: 0.4;
        }

        .waffle-profile-container .profile-header > .profile-header-item a {
            line-height: 0;
            text-decoration: none !important;
            color: rgba(0,0,0,0.9) !important;
        }

        .waffle-profile-container .profile-header > .profile-header-item svg {
            width: 18px;
            height: 18px;
            padding-right: 5px;
        }

.waffle-profile-container .profile-body {
    display: flex;
    flex-direction: row;
}

    .waffle-profile-container .profile-body .profile-image-container {
        flex-grow: 0;
        flex-shrink: 0;
        padding: 15px;
        background-color: var(--waffle-profile-body);
    }

        .waffle-profile-container .profile-body .profile-image-container .profile-image {
            width: 90px;
            height: 90px;
            background: var(--waffle-white-grey);
            border: 0.5px solid var(--waffle-white-grey);
            border-radius: 75px;
        }

    .waffle-profile-container .profile-body .profile-userinfo {
        flex-grow: 1;
        flex-shrink: 1;
        width: 100%;
        padding-right: 18px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background-color: var(--waffle-profile-body);
        color: var(--waffle-profile-textcolor);
    }

        .waffle-profile-container .profile-body .profile-userinfo > * {
            margin: 0;
        }

        .waffle-profile-container .profile-body .profile-userinfo span {
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            max-width: 200px;
        }

        .waffle-profile-container .profile-body .profile-userinfo a {
            color: var(--waffle-pf-primary);
        }



.waffle-iron .navbar-left {
    text-align: left;
    align-items: center;
}

.waffle-iron .navbar-role-name,
.waffle-iron .navbar-profile-icon {
    text-align: right;
    font-size: 14px;
    width: 100%;
    align-self: center;
}

.waffle-iron .navbar-role-name {
    font-weight: bold;
}

.waffle-iron .navbar-role-name {
}

.waffle-iron .navbar-waffle {
    display: flex;
    justify-content: flex-start;
}

.waffle-iron .navbar-profile-icon-container {
    /* padding: 0 !important; */
    height: 100%;
    display: flex;
    align-items: center;
}

.waffle-iron .navbar-profile-icon {
    font-size: 45px;
    width: 40px;
    /* margin-left: calc(var(--waffle-gutter-x) / 2); */
    /* margin-right: calc(var(--waffle-gutter-x) / 2); */
    height: 40px;
    border-radius: var(--waffle-banner-logo-height);
    background: #eee;
    border: 0.5px solid var(--waffle-white-grey);
}

.waffle-iron .navbar-extra-tools {
    font-size: 30px;
    display: inline-flex;
    /* min-width: 0; */
    justify-content: flex-end;
}

.waffle-iron .navbar-middle {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    flex: 1 0 auto !important;
}

.waffle-iron .navbar-sitestatus {
    --waffle-sitestatus-animationpath: ease-in-out;
    --waffle-sitestatus-animationtime: 1s;
    padding: 0 12px;
    font-size: 16px;
}

    .waffle-iron .navbar-sitestatus:not(.no-indication)::after {
        content: '';
        --waffle-sitestatus-size: 12.5px;
        width: var(--waffle-sitestatus-size);
        height: var(--waffle-sitestatus-size);
        border-radius: var(--waffle-sitestatus-size);
        position: absolute;
        background: grey;
        margin-left: 12px;
        transform: translateY(calc(50% + var(--waffle-sitestatus-size)/3.75));
    }

    .waffle-iron .navbar-sitestatus.status-waiting::after {
        animation: waitingForStatus var(--waffle-sitestatus-animationpath) var(--waffle-sitestatus-animationtime);
        -webkit-animation: waitingForStatus var(--waffle-sitestatus-animationpath) var(--waffle-sitestatus-animationtime);
        -moz-animation: waitingForStatus var(--waffle-sitestatus-animationpath) var(--waffle-sitestatus-animationtime);
        -o-animation: waitingForStatus var(--waffle-sitestatus-animationpath) var(--waffle-sitestatus-animationtime);
        -ms-animation: waitingForStatus var(--waffle-sitestatus-animationpath) var(--waffle-sitestatus-animationtime);
        animation-iteration-count: infinite;
        animation-fill-mode: both;
        -webkit-animation-fill-mode: both;
    }

    .waffle-iron .navbar-sitestatus.status-good::after {
        background: green;
    }

    .waffle-iron .navbar-sitestatus.status-bad::after {
        background: red;
    }

    .waffle-iron .navbar-sitestatus.status-ok::after {
        background: orange;
    }

.waffle-iron .navbar-logo {
    background-image: var(--waffle-banner-logo) !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 100px; /*Keep this like this and control in media queries*/
    height: 100%;
    max-width: var(--waffle-banner-logo-width);
    max-height: var(--waffle-banner-logo-height);
    filter: var(--waffle-logo-filter);
}

.waffle-grid {
    color: var(--waffle-grid-color) !important;
    height: 100vh !important;
    max-height: 100vh !important;
    box-shadow: 4px 0 12px rgb(0 0 0 / 15%);
    background-color: var(--waffle-grid-background);
    -moz-background-color: rgba(243,243,243,1);
    border: none;
    backdrop-filter: blur(20px);
    font-family: DefaultIvolve, Titilium, sans-serif !important;
    transform: translate(-10px,0);
    opacity: 0;
    transition: all 0.467s cubic-bezier(0.1, 0.9, 0.2, 1) 34ms;
    width: 350px;
}


    .waffle-grid.show {
        opacity: 1;
    }

    .waffle-grid .waffle-grid-header {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

        .waffle-grid .waffle-grid-header .navbar-waffle-container {
            width: var(--waffle-iron-height) !important;
            height: var(--waffle-iron-height) !important;
            padding: 0 !important;
            display: flex;
            justify-content: center;
            align-items: center;
        }

        .waffle-grid .waffle-grid-header .navbar-waffle-container {
            background-color: rgba(0,0,0,0.2);
            -webkit-transition: background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;
            -moz-transition: background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;
            -o-transition: background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;
            transition: background-color .467s cubic-bezier(.1,.9,.2,1) 34ms;
        }

            .waffle-grid .waffle-grid-header .navbar-waffle-container:hover {
                background-color: rgba(0,0,0,0.5);
                cursor: pointer;
            }

            .waffle-grid .waffle-grid-header .navbar-waffle-container:active,
            .waffle-grid .waffle-grid-header .navbar-waffle-container:focus {
                filter: brightness(0.85);
            }

        .waffle-grid .waffle-grid-header .navbar-waffle-btn svg {
            color: var(--waffle-profile-textcolor);
            width: 30px;
            height: 30px;
            margin: 0;
        }

        .waffle-grid .waffle-grid-header .navbar-waffle-btn svg {
            color: var(--waffle-grid-color);
        }

        .waffle-grid .waffle-grid-header .waffle-jump-container {
            height: 100%;
            display: flex;
            flex-direction: row;
            flex: 1 1 auto;
            justify-content: flex-end;
            align-items: center;
            background: transparent;
        }

            .waffle-grid .waffle-grid-header .waffle-jump-container .waffle-jump-item {
                height: 100%;
                display: flex;
                justify-content: center;
                align-content: flex-end;
                flex-direction: column;
            }

                .waffle-grid .waffle-grid-header .waffle-jump-container .waffle-jump-item:hover {
                    background: rgba(0,0,0,0.2);
                }

                .waffle-grid .waffle-grid-header .waffle-jump-container .waffle-jump-item:active,
                .waffle-grid .waffle-grid-header .waffle-jump-container .waffle-jump-item:focus {
                    background: rgba(0,0,0,0.5);
                }


        .waffle-grid .waffle-grid-header .waffle-jump-goline {
            text-align: right;
            padding: 0 16px;
            font-size: 18px;
            color: inherit;
            height: 30px;
            text-decoration: none;
            align-content: center;
        }

    .waffle-grid .waffle-grid-apps {
        padding: 18px 0px;
        color: inherit;
        overflow-y: auto;
    }

        .waffle-grid .waffle-grid-apps > .waffle-grid-applist {
            list-style: none;
            padding: 0px;
            margin: 0;
            color: inherit;
        }

            .waffle-grid .waffle-grid-apps > .waffle-grid-applist > .waffle-grid-app {
                transition: all ease-out .25s;
                background: rgba(255,255,255,0);
                box-shadow: 0 8px 16px rgba(0,0,0,0.0);
                color: inherit;
                padding: 12px 20px;
            }

                .waffle-grid .waffle-grid-apps > .waffle-grid-applist > .waffle-grid-app:not(:first-of-type) {
                    margin-top: .5rem;
                }

                .waffle-grid .waffle-grid-apps > .waffle-grid-applist > .waffle-grid-app:hover {
                    background: rgba(255,255,255,.1);
                    box-shadow: 0 8px 16px rgba(0,0,0,0.1);
                }

                .waffle-grid .waffle-grid-apps > .waffle-grid-applist > .waffle-grid-app:active {
                    background: rgba(255,255,255,.1);
                    box-shadow: 0 2px 12px rgba(0,0,0,0.05);
                }

.app-icon {
    padding: 0px;
    display: flex;
    justify-content: flex-start;
    align-content: center;
    color: inherit;
    text-decoration: none;
    font-size: 1.5rem;
}

.waffle-grid .waffle-grid-apps > .waffle-grid-applist > .waffle-grid-app > a > span {
    margin-left: 1rem;
    width: 100%;
    text-align: left;
    line-height: 2;
    font-weight: bold;
}

.waffle-grid .waffle-grid-apps > .waffle-grid-applist > .waffle-grid-app > a > i,
.waffle-grid .waffle-grid-apps > .waffle-grid-applist > .waffle-grid-app > a > svg {
    min-width: 35px;
    max-width: 35px;
    max-height: 35px;
    width: 35px;
    height: auto;
}

.waffle-jump-goline svg {
    fill: var(--waffle-grid-color);
}

.app-name {
    padding-left: 12px;
    display: flex;
    flex-direction: column;
}

.label-name {
    color: #858585;
    font-size: 14px;
}

.favourite {
    color: var(--waffle-pf-primary) !important;
    font-size: 0.8rem;
    margin-left: auto;
}

.toggle-theme {
    color: var(--waffle-profile-textcolor);
    background: var(--waffle-profile-body);
    border: none;
}

@media (max-width: 992px) {
    .waffle-iron .navbar-sitestatus {
        font-size: 18px;
    }

    .waffle-iron .navbar-logo {
        width: 150px !important;
    }

    .waffle-iron .dropdown-menu {
        /*inset: 6px auto auto -8px !important;*/
    }
}

@media (min-width: 576px) {
    .waffle-iron .navbar-sitestatus {
        font-size: 20px;
    }

    .waffle-iron .navbar-logo {
        width: 200px !important;
    }
}

@media (min-width: 1200px) {
    .waffle-iron .navbar-sitestatus {
        font-size: 22px;
    }

    .waffle-iron .navbar-middle {
        flex-direction: row;
    }

    .waffle-iron .navbar-extra-tools {
        /* min-width: calc(var(--waffle-iron-height) * 4); */
    }

    .waffle-iron .navbar-logo {
        width: 100% !important;
    }
}

@keyframes fadeDropdownIn {
    0% {
        opacity: 0;
        transform: translate(0%, 42px);
    }

    100% {
        opacity: 1;
    }
}

@keyframes waitingForStatus {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0.25;
        width: var(--waffle-sitestatus-size);
    }

    100% {
        opacity: 1;
        width: var(--waffle-sitestatus-size);
    }
}

@keyframes errorStatus {
    from {
        background: grey;
    }

    to {
        background: red;
    }
}

@keyframes expandOut {
    from {
        width: 0px;
        bottom: 0px;
    }

    to {
        width: calc(var(--waffle-singleicon-size) * 2.5);
        bottom: 4px;
    }
}

@-o-keyframes expandOut {
    from {
        width: 0px;
        bottom: 0px;
    }

    to {
        width: calc(var(--waffle-singleicon-size) * 2.5);
        bottom: 4px;
    }
}

@-moz-keyframes expandOut {
    from {
        width: 0px;
        bottom: 0px;
    }

    to {
        width: calc(var(--waffle-singleicon-size) * 2.5);
        bottom: 4px;
    }
}

@-webkit-keyframes expandOut {
    from {
        width: 0px;
        bottom: 0px;
    }

    to {
        width: calc(var(--waffle-singleicon-size) * 2.5);
        bottom: 4px;
    }
}

@-ms-keyframes expandOut {
    from {
        width: 0px;
        bottom: 0px;
    }

    to {
        width: calc(var(--waffle-singleicon-size) * 2.5);
        bottom: 4px;
    }
}
