/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Poppins-Bold.ttf') format('woff2');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('../fonts/Poppins-Bold.ttf') format('truetype');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* latin-ext */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/Poppins-Black.ttf') format('truetype');
    unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('../fonts/Poppins-Black.ttf') format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

:root {
    --primary: #000;
    --primaryWcag: #000;
    --background1: #000;
    --background2: #000;
    --highlighted: #0066CC;
    --tileTextSize: 14px;
    --tileTextSizeBold: 15px;
    --ghostColor: #E4E4E4;
    --splashBackground: #990009;
    --versionText: 'Version 2.7.9';

    --color-semantic-text-disabled: rgba(156, 156, 156);
    --color-semantic-text-dark: rgba(42, 42, 42);
    --color-semantic-text-light: rgba(113, 113, 113);
    --color-semantic-stroke-error: rgba(224, 0, 0);
    --color-semantic-stroke-active: rgba(44, 124, 19);
    --color-semantic-stroke-default: rgba(226, 226, 226);
    --color-semantic-stroke-hover: rgba(156, 156, 156);
    --color-semantic-stroke-pressed: rgba(71, 71, 71);
    --color-semantic-stroke-disabled: rgba(226, 226, 226);
    --color-semantic-background-default: rgba(0, 0, 0, 0);
    --color-semantic-background-active: rgba(233, 244, 229);
    --color-semantic-background-disabled: rgba(240, 240, 240);
    --color-semantic-icon-disabled: rgba(156, 156, 156);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: WPEFont;
    -webkit-tap-highlight-color: transparent;
    hyphens: auto;
}

html, body {
    position: absolute;
    margin: 0;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    height: -webkit-fill-available;
    -moz-user-select: none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 0;
    left: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

#app {
    position: relative;
    height: 100%;
    width: 100%;
    --tilePadding: 20px;
}

    #app:has(.desktop) {
        --tilePadding: 0px;
    }

img {
    pointer-events: none;
}

input {
    outline: none;
    border: none;
}

.text-overflow {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.hide-scrollbars {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

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

.clickable {
    cursor: pointer;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
}

    ::-webkit-scrollbar:vertical {
        width: 8px;
    }

    ::-webkit-scrollbar:horizontal {
        height: 8px;
    }

::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .5);
    border: 2px solid #ffffff;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    background-color: #ffffff;
}

.desktop ::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .3);
}

.simplebar-track.simplebar-vertical {
    width: 8px !important;
}

.simplebar-track.simplebar-horizontal {
    height: 8px !important;
}

.plk-dd-draggable {
    position: relative;
}

/*add this to avoid flickering*/
.plk-dd-inprogess > * {
    pointer-events: none;
}

/*drag drop styles*/
.plk-dd-spacing {
    height: 0;
}

.plk-dd-spacing-dragged-over {
    padding: 25px;
    margin-bottom: 12px;
    margin-top: 12px;
    border-radius: 5px;
    background-color: var(--primaryWcag);
    box-shadow: 0 1px 1px 0 #D3D3D3;
}

.plk-dd-dragged-over {
    /*background-color: lightgray;
    opacity: 0.6;*/
    /*    animation: blinker 1s linear infinite;
*/
}

    .plk-dd-dragged-over > div {
        /*background-color: lightgray;
        opacity: 0.6;*/
        /*        animation: blinker 1s linear infinite;
*/
    }

.plk-dd-dragged-over-denied {
    background-color: red;
    opacity: 0.6;
    /*    animation: blinker 1s linear infinite;
*/
}

.plk-dd-in-transit {
    border-radius: 5px;
    background-color: var(--highlighted);
    box-shadow: 0 1px 1px 0 #D3D3D3;
    /*    opacity: 0;
*/
}

    .plk-dd-in-transit::after {
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        border-radius: 5px;
        background-color: var(--highlighted);
        box-shadow: 0 1px 1px 0 #D3D3D3;
        content: '';
        z-index: 1;
    }

    .plk-dd-in-transit > div {
        /*        opacity: 0;
*/
    }

@keyframes blinker {
    50% {
        opacity: 0;
    }
}

.blink_me {
    /*animation: blinker 1s linear infinite;*/
}

/*for flex demo*/

.plk-flex .plk-dd-spacing {
    width: 20px;
    height: auto;
}

.plk-flex .plk-dd-dragged-over {
    background-color: lightgray;
    opacity: 0.6;
    /*    animation: blinker 1s linear infinite;
*/
}

    .plk-flex .plk-dd-dragged-over > div {
        background-color: lightgray;
        opacity: 0.9;
        /*        animation: blinker 1s linear infinite;
*/
    }

.plk-flex .plk-dd-in-transit {
    background-color: orangered;
}

    .plk-flex .plk-dd-in-transit > div {
        background-color: orangered;
    }

.plk-dd-noselect {
    -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 */
}


/*Skeleton*/
.skeleton-wrapper-anim {
    position: relative;
    isolation: isolate;
}

    .skeleton-wrapper-anim::after {
        position: absolute;
        width: 100%;
        left: -100%;
        top: -100px;
        bottom: -100px;
        background: linear-gradient(270deg, rgba(228, 228, 228, 0.00) 0%, #F9F9F9 43.09%, #F9F9F9 52.98%, rgba(228, 228, 228, 0.00) 100%);
        animation: skeleton-loading 3.2s linear infinite;
        animation-delay: .1s;
        transform: translateX(0) rotate(-5deg);
        z-index: 99;
        pointer-events: none;
        content: '';
    }

.skeleton-wrapper {
}

    .skeleton-wrapper .skeleton, .skeleton-wrapper.skeleton {
        background: var(--ghostColor) !important;
        color: transparent !important;
    }

        .skeleton-wrapper .skeleton.skeleton-text, .skeleton-wrapper.skeleton.skeleton-text {
            border-radius: 25px;
        }

        .skeleton-wrapper .skeleton *, .skeleton-wrapper.skeleton * {
            opacity: 0 !important;
        }


@keyframes skeleton-loading {
    0% {
        transform: translateX(0) rotate(-5deg);
    }

    93.75% {
        transform: translateX(200%) rotate(-5deg);
    }

    100% {
        transform: translateX(200%) rotate(-5deg);
    }
}


.splash {
    position: fixed;
    inset: 0;
    background: var(--splashBackground);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-family: 'Poppins';
    transition: .2s ease-in-out;
    z-index: 99;
}

    .splash .init {
        position: relative;
        color: #FFF;
        font-size: 80px;
        font-weight: 900;
        line-height: 120px;
        font-family: inherit;
    }

        .splash .init.small {
            font-size: 60px;
        }

    .splash .info {
        position: relative;
        color: #FFF;
        text-align: center;
        font-size: 14px;
        font-weight: 700;
        letter-spacing: 1.4px;
        font-family: inherit;
        animation: 1.2s text-pulse infinite alternate ease-in-out;
    }

        .splash .info:after {
            position: relative;
            height: 0;
            display: block;
            content: var(--splash-info);
        }

    .splash .logo-wrapper {
        position: absolute;
        bottom: 40px;
        right: 40px;
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

        .splash .logo-wrapper .logo {
            position: absolute;
            bottom: 40px;
            right: 40px;
        }

        .splash .logo-wrapper .version-wrapper {
            position: relative;
            width: 100%;
            padding-top: 4px;
            display: flex;
            justify-content: center;
            border-top: 1px solid #FFF;
            opacity: .35;
        }

            .splash .logo-wrapper .version-wrapper::before {
                position: relative;
                display: block;
                content: var(--versionText);
                color: #FFF;
                text-align: center;
                font-size: 7px;
                font-weight: 500;
                letter-spacing: 0.7px;
            }

@keyframes text-pulse {
    0% {
        opacity: 1;
    }

    100% {
        opacity: .4;
    }
}
