/* _content/VresMouBlazor/Pages/DealsBazaraki.razor.rz.scp.css */
body[b-gaw42e9r1p] {
}

@media screen and (max-width: 500px) {
    .logo[b-gaw42e9r1p] {
        width: 300px;
    }
}

.chartdiv[b-gaw42e9r1p] {
    right: 30px;
    position: absolute;
    top: 0px;
    .skroutz {
        margin-right: 50px;
    }
}

.skroutz[b-gaw42e9r1p] {
        margin-right: 50px !important;
    }


@media screen and (max-width: 650px) {
    .chartdiv[b-gaw42e9r1p] {
        position: absolute;
        right: 0px;
        top: 70%;
        .skroutz {
            margin-right: 40px;
        }
    }
    
    .dealfiltersdiv[b-gaw42e9r1p] {
        font-size: 0.8em;
    }
}
/* _content/VresMouBlazor/Pages/Index.razor.rz.scp.css */
:root[b-584rdr46tp] {
    --animationStartsAfter: 10vh;
    --animationDistance: 150px;
}

html[b-584rdr46tp],
body[b-584rdr46tp] {
    scroll-behavior: smooth;
    font-family: System-Ui, sans-serif;
    text-align: justify;
    margin-inline: auto;
}

#top[b-584rdr46tp] {
    display: hidden;
}

.highlighted[b-584rdr46tp] {
    background: rgba(0,0,0,0.067);
    cursor: pointer;
}

.unhighlighted[b-584rdr46tp] {
    background: rgb(255, 255, 255);
    cursor: default;
}

.fixed-top-right[b-584rdr46tp] {
    position: fixed;
    top: 1em;
    right: 1em;
}

.settings-icon[b-584rdr46tp] {
    width: 32px;
    height: 32px;
    z-index: 1000;
}

#scroll-to-top-btn[b-584rdr46tp] {
    position: fixed;
    bottom: 2rem;
    right: 1.4em;
    text-decoration: none;
    color: white;
    background-color: black;
    display: grid;
    place-items: center;
    width: 2.5rem;
    aspect-ratio: 1;
    border-radius: 50px;
    opacity: 0;
    transition: opacity 0.3s ease, transform 0.3s ease;
    transform: translateY(1rem);
    /*    animation: showButton linear forwards;
    animation-timeline: view();
    animation-range-start: calc(100vh + var(--animationStartsAfter));
    animation-range-end: calc( 100vh + var(--animationStartsAfter) + var(--animationDistance) );*/
    & > span
    {
        font-weight: bold;
        font-size: 1.2rem;
    }
}

.threadGrid.expired[b-584rdr46tp] {
    filter: grayscale(1);
    opacity: 0.6;
}

@keyframes showButton-b-584rdr46tp {
    from {
        transform: translateY(1rem);
    }

    to {
        opacity: 1;
    }
}

@media screen and (max-width: 500px) {
    .logo[b-584rdr46tp] {
        width: 300px;
    }
}

.chartdiv[b-584rdr46tp] {
    right: 30px;
    position: absolute;
    top: 0px;
    .skroutz {
        margin-right: 50px;
    }
}

.skroutz[b-584rdr46tp] {
        margin-right: 50px !important;
    }


@media screen and (max-width: 650px) {
    .chartdiv[b-584rdr46tp] {
        position: absolute;
        right: 0px;
        top: 70%;
        .skroutz {
            margin-right: 40px;
        }
    }
    
    .dealfiltersdiv[b-584rdr46tp] {
        font-size: 0.8em;
    }
}
/* _content/VresMouBlazor/Pages/IndexOld.razor.rz.scp.css */
@font-face {
    font-family: 'VMFont';
    src: url('css/Kontanter-Bold.otf'); /*URL to font*/
}

body[b-zn0spxrjm0] {
}

.textbox[b-zn0spxrjm0] {
    text-align:center;
}

.fixed-top-right[b-zn0spxrjm0] {
    position: fixed;
    top: 1em;
    right: 1em;
}
 
.fixed-bottom-center[b-zn0spxrjm0] {
    position: fixed;
    width: 100%;
    display:flex;
    justify-content:center;
}

.login[b-zn0spxrjm0] {
    opacity: 0;
    position: fixed;
    top: 1.2em;
    right: 3.5em;
}

.fixed-top-left[b-zn0spxrjm0] {
    position: fixed;
    top: 1em;
    left: 1em;
}

.input-fade-in[b-zn0spxrjm0] {
    opacity: 1;
    transition: opacity 0.5s;
}

.input-fade-out[b-zn0spxrjm0] {
    opacity: 0.0;
    transition: opacity 0.5s;
    color: #212529;
}
 
.input-shake[b-zn0spxrjm0] {
    animation: shake-b-zn0spxrjm0 0.82s cubic-bezier(.36,.07,.19,.97) both;
    /* animation: mymove 2s;*/
    transform: translate3d(0, 0, 0);
    perspective: 1000px;
    /*transition: font-weight .4s ease-in-out;
    font-weight: 900;*/
}

@keyframes shake-b-zn0spxrjm0 {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-2px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(2px, 0, 0);
    } 
}

.fade-in-out[b-zn0spxrjm0] {
    opacity: 0;
    text-align: center;
    -webkit-animation: fadeInOut 8s;
    animation: fadeInOut-b-zn0spxrjm0 8s;
}

@keyframes fadeInOut-b-zn0spxrjm0 {
    0% {
        opacity: 0;
    }

    25% {
        opacity: 1;
    }

    75% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.highlighted[b-zn0spxrjm0] {
    background: rgba(0,0,0,0.067);
    cursor: pointer;
}

.unhighlighted[b-zn0spxrjm0] {
    background: rgb(255, 255, 255);
    cursor: default;
}

.maindiv[b-zn0spxrjm0] {
    display: flex;
    flex-direction: column;    
    justify-content: center;
    align-items: center;
    height: 60vh;
}

.mainsubdiv[b-zn0spxrjm0] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.maindiv .mainsubdiv .switchdiv[b-zn0spxrjm0] {
    position: absolute;
    right: 20vw;
    padding-bottom: 34px;
}

.mainsubdiv-switch[b-zn0spxrjm0] {
    position: absolute;
    right: 22vw;
    padding-bottom: 0px;
}

.suggestions-container[b-zn0spxrjm0] {
    margin-top: 15px;
}

.response-label[b-zn0spxrjm0] {
    margin-top: 15px; 
    text-align: center;
}

.response-label-anim[b-zn0spxrjm0] {
    margin-top: 15px;
    text-align: center;
    min-height: 24px;
}

.deals-div[b-zn0spxrjm0] {
    min-height: 32px;
    cursor: pointer;
}

.deals-text[b-zn0spxrjm0] {
    font-family: 'VMFont';
    color: #748591;
}

.settings-icon[b-zn0spxrjm0] {
    width: 32px;
    height: 32px;
}

.thread-image[b-zn0spxrjm0] {
    width: all-auto;
    height: all-auto;
}

.maindiv img[b-zn0spxrjm0] {
    margin-bottom: 2em;
}

@media screen and (max-width: 450px) {
    .maindiv .logo[b-zn0spxrjm0] {
        width: 300px;
    }
}

@media screen and (min-width: 601px) {
    .maindiv .mainsubdiv[b-zn0spxrjm0] {
        width: 60%;
    }
    .pproductsdiv[b-zn0spxrjm0] {
        height: 60vh;
    }
    .DealFiltersDiv[b-zn0spxrjm0] {
        font-size:0.8em;
    }
    .maindiv label[b-zn0spxrjm0] {
        margin-bottom: 2em;
        max-width: 60%;
    }
}

@media screen and (max-width: 600px) {
    .maindiv .mainsubdiv[b-zn0spxrjm0] {
        width: 80%;
    }
    .pproductsdiv[b-zn0spxrjm0] {
        height: 80vh;
    }
    .maindiv .mainsubdiv .switchdiv[b-zn0spxrjm0] {
        right: 10vw;
    }
    .maindiv label[b-zn0spxrjm0] {
        margin-bottom: 2em;
        max-width: 80%;
    }
}


@media screen and (min-height: 700px) {
    .fixed-bottom-center[b-zn0spxrjm0] {
        bottom: 40vh;
    }
}

@media screen and (max-height: 699px) {
    .fixed-bottom-center[b-zn0spxrjm0] {
        bottom: 15vh;
    }
}

.animated[b-zn0spxrjm0] {
    animation-duration: 14s;
    animation-fill-mode: both;
    margin-top: 2em;
    cursor: pointer;
}

@keyframes fadeInLeft-b-zn0spxrjm0 {
    0% {
        opacity: 0;
        transform: translateX(-40px);
    }
    10% {
        opacity: 0;
        transform: translateX(-40px);
    }
    60% {
        opacity: 1;
        transform: translateX(0px);
    }
    70% {
        opacity: 1;
        transform: translateX(0px);
    }

    100% {
        opacity: 0;
        transform: translateX(40px);
        visibility: collapse;
    }
}

.fadeInLeft[b-zn0spxrjm0] {
    -webkit-animation-name: fadeInLeft;
    animation-name: fadeInLeft-b-zn0spxrjm0;
}

.suggestionButton[b-zn0spxrjm0] {
    background-color: #ffffff;
    border: 1px solid #748591;
    display: inline-block;
    cursor: pointer;
    color: #748591;
    font-family: Trebuchet MS;
    font-size: 15px;
    font-weight: bold;
    padding: 3px 20px;
    text-decoration: none;
    margin: 3px
}

.suggestionButton:hover[b-zn0spxrjm0] {
    background-color: #e4ebf0;
}

.suggestionButton:active[b-zn0spxrjm0] {
    position: relative;
    top: 1px;
}
/* _content/VresMouBlazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-93y6b0v4zg] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-93y6b0v4zg] {
    flex: 1;
}

.sidebar[b-93y6b0v4zg] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-93y6b0v4zg] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-93y6b0v4zg]  a, .top-row .btn-link[b-93y6b0v4zg] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-93y6b0v4zg] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-93y6b0v4zg] {
        display: none;
    }

    .top-row.auth[b-93y6b0v4zg] {
        justify-content: space-between;
    }

    .top-row a[b-93y6b0v4zg], .top-row .btn-link[b-93y6b0v4zg] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-93y6b0v4zg] {
        flex-direction: row;
    }

    .sidebar[b-93y6b0v4zg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-93y6b0v4zg] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-93y6b0v4zg], article[b-93y6b0v4zg] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
