/* /Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-gmde549vo9] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-gmde549vo9] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/ReconnectModal.razor.rz.scp.css */
.components-reconnect-first-attempt-visible[b-qarca5eypt],
.components-reconnect-repeated-attempt-visible[b-qarca5eypt],
.components-reconnect-failed-visible[b-qarca5eypt],
.components-pause-visible[b-qarca5eypt],
.components-resume-failed-visible[b-qarca5eypt],
.components-rejoining-animation[b-qarca5eypt] {
    display: none;
}

#components-reconnect-modal.components-reconnect-show .components-reconnect-first-attempt-visible[b-qarca5eypt],
#components-reconnect-modal.components-reconnect-show .components-rejoining-animation[b-qarca5eypt],
#components-reconnect-modal.components-reconnect-paused .components-pause-visible[b-qarca5eypt],
#components-reconnect-modal.components-reconnect-resume-failed .components-resume-failed-visible[b-qarca5eypt],
#components-reconnect-modal.components-reconnect-retrying[b-qarca5eypt],
#components-reconnect-modal.components-reconnect-retrying .components-reconnect-repeated-attempt-visible[b-qarca5eypt],
#components-reconnect-modal.components-reconnect-retrying .components-rejoining-animation[b-qarca5eypt],
#components-reconnect-modal.components-reconnect-failed[b-qarca5eypt],
#components-reconnect-modal.components-reconnect-failed .components-reconnect-failed-visible[b-qarca5eypt] {
    display: block;
}


#components-reconnect-modal[b-qarca5eypt] {
    background-color: white;
    width: 20rem;
    margin: 20vh auto;
    padding: 2rem;
    border: 0;
    border-radius: 0.5rem;
    box-shadow: 0 3px 6px 2px rgba(0, 0, 0, 0.3);
    opacity: 0;
    transition: display 0.5s allow-discrete, overlay 0.5s allow-discrete;
    animation: components-reconnect-modal-fadeOutOpacity-b-qarca5eypt 0.5s both;
    &[open]

{
    animation: components-reconnect-modal-slideUp-b-qarca5eypt 1.5s cubic-bezier(.05, .89, .25, 1.02) 0.3s, components-reconnect-modal-fadeInOpacity-b-qarca5eypt 0.5s ease-in-out 0.3s;
    animation-fill-mode: both;
}

}

#components-reconnect-modal[b-qarca5eypt]::backdrop {
    background-color: rgba(0, 0, 0, 0.4);
    animation: components-reconnect-modal-fadeInOpacity-b-qarca5eypt 0.5s ease-in-out;
    opacity: 1;
}

@keyframes components-reconnect-modal-slideUp-b-qarca5eypt {
    0% {
        transform: translateY(30px) scale(0.95);
    }

    100% {
        transform: translateY(0);
    }
}

@keyframes components-reconnect-modal-fadeInOpacity-b-qarca5eypt {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes components-reconnect-modal-fadeOutOpacity-b-qarca5eypt {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.components-reconnect-container[b-qarca5eypt] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

#components-reconnect-modal p[b-qarca5eypt] {
    margin: 0;
    text-align: center;
}

#components-reconnect-modal button[b-qarca5eypt] {
    border: 0;
    background-color: #6b9ed2;
    color: white;
    padding: 4px 24px;
    border-radius: 4px;
}

    #components-reconnect-modal button:hover[b-qarca5eypt] {
        background-color: #3b6ea2;
    }

    #components-reconnect-modal button:active[b-qarca5eypt] {
        background-color: #6b9ed2;
    }

.components-rejoining-animation[b-qarca5eypt] {
    position: relative;
    width: 80px;
    height: 80px;
}

    .components-rejoining-animation div[b-qarca5eypt] {
        position: absolute;
        border: 3px solid #0087ff;
        opacity: 1;
        border-radius: 50%;
        animation: components-rejoining-animation-b-qarca5eypt 1.5s cubic-bezier(0, 0.2, 0.8, 1) infinite;
    }

        .components-rejoining-animation div:nth-child(2)[b-qarca5eypt] {
            animation-delay: -0.5s;
        }

@keyframes components-rejoining-animation-b-qarca5eypt {
    0% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    4.9% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 0;
    }

    5% {
        top: 40px;
        left: 40px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 80px;
        height: 80px;
        opacity: 0;
    }
}
/* /Components/Pages/BoTool.razor.rz.scp.css */
.main-layout[b-3ox7m4vi18] {
    display: flex;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    box-sizing: border-box;
}

.main-layout-right[b-3ox7m4vi18] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin-top: 18px;
    overflow: hidden;
    box-sizing: border-box;
}

.username[b-3ox7m4vi18] {
    color: deepskyblue;
    font-size: 24px;
    
    
}

.RequestLimits[b-3ox7m4vi18] {
    background-image: linear-gradient(to bottom, deepskyblue,#076d8f);
    padding: 5px;
    border-radius: 10px;
    cursor: help;
}

.request-limits-tooltip[b-3ox7m4vi18] {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 115%; /* 👈 PROMIJENJENO: ide ispod boxa umjesto iznad */
    left: 50%;
    transform: translateX(-50%);
    background-color: #111;
    color: #fff;
    font-size: 11px;
    padding: 6px 10px;
    border-radius: 6px;
    border: 1px solid deepskyblue;
    white-space: nowrap;
    box-shadow: 0px 4px 10px rgba(0,0,0,0.5);
    transition: opacity 0.2s ease, visibility 0.2s ease;
    z-index: 999;
}

/* Prikaži tooltip kada se mišem pređe preko .RequestLimits */
.RequestLimits:hover .request-limits-tooltip[b-3ox7m4vi18] {
    visibility: visible;
    opacity: 1;
}
.delete-button[b-3ox7m4vi18] {
    font-size: 24px;
    width: fit-content;
    margin-left: 25px;
    padding: 0 10px;
    background-image: linear-gradient(to right,#ff0000,#464242);
    background-size: 200%;
    background-position: left center;
    border-radius: 16px;
    transition: background-position 0.3s ease;
    cursor: pointer;
}

.start-button[b-3ox7m4vi18] {
    font-size: 24px;
    width: fit-content;
    margin-left: 25px;
    padding: 0 10px;
    background-image: linear-gradient(to right,#ffd800,#9f4a02,#ffd800);
    background-size: 200%;
    background-position: left center;
    border-radius: 16px;
    transition: background-position 0.3s ease;
}

.start-button:hover[b-3ox7m4vi18] {
    cursor: pointer;
    background-position: right center;
}

.start-button.stop-active[b-3ox7m4vi18] {
font-size: 24px;
width: fit-content;
margin-left: 25px;
padding: 0 10px;
background-image: linear-gradient(to right,#ff0000,#464242,#ff0000);
background-size: 200%;
background-position: left center;
border-radius: 16px;
transition: background-position 0.3s ease;
}

.start-button.stop-active:hover[b-3ox7m4vi18] {
    background-position: right center;
}

.settings-button[b-3ox7m4vi18] {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    width: fit-content;
    margin-left: 25px;
    padding: 0 10px;
    margin-right:1%;
    background-image: linear-gradient(to right, #ffd800, #9f4a02, #ffd800);
    background-size: 200%;
    background-position: left center;
    border-radius: 16px;
    transition: background-position 0.3s ease;
    cursor: pointer;
    user-select: none;
}

.settings-button:hover[b-3ox7m4vi18] {
    
background-position: right center;
}

.totalSpent-counter[b-3ox7m4vi18] {
    
    align-items: center;
    justify-items: center;
    font-size: 24px;
    width: fit-content;
    margin-left: 25px;
    padding: 0 10px;
    background-image: linear-gradient(to right,#2cc20f,#37f600);
    background-size: 200%;
    border-radius: 16px;
    border-color: #13600a;
    cursor:initial;
    user-select: none;
}




.settings-overlay[b-3ox7m4vi18] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, 0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 999;
}


.settings-modal[b-3ox7m4vi18] {
    background-image: linear-gradient(#ead80c,#c48400);
    color: white;
    width: 25vw;
    min-width:400px;
    height: 40vw;
    min-height:600px;
    border: 3px solid #272222;
    border-radius: 12px;
    padding: 20px;
}


.modal-header[b-3ox7m4vi18] {
    display:flex;
    color: white;
    display: flex;
    justify-content: space-between;
    font-size:14px;
}

.modal-footer[b-3ox7m4vi18]{
    display:flex;
    flex-direction:column;
    align-items:center;
}

.top-bar[b-3ox7m4vi18] {
    display: flex;
    justify-content: flex-end; /* 🟢 Dugmad se sada ređaju ulijevo, odmah iznad žutog prozora */
    align-items: center;
    gap: 15px;
    margin-right: 15px; /* Poravnato sa početkom žutog prozora */
    margin-bottom: 10px;
    width: 100%;
}

.close-button[b-3ox7m4vi18] {
    margin-top: 15px;
    background-color: red;
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px;
    width: 25px;
    height: 25px;
    border-radius: 7px;
}

.close-button:hover[b-3ox7m4vi18]{
    cursor:pointer;
    background-color:white;
    color:red;
}

.save-button[b-3ox7m4vi18] {
    align-items: center;
    justify-items: center;
    font-size: 24px;
    width: fit-content;
    margin-top:20px;
    padding: 0 10px;
    background-image: linear-gradient(to right,#2cc20f,#13600a);
    background-size: 200%;
    border-radius: 16px;
    border:0px;
    cursor: pointer;
    user-select: none;
    
}

.save-button:hover[b-3ox7m4vi18] {
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
}

.logout-button[b-3ox7m4vi18] {
    font-size: 24px;
    width: fit-content;
    padding:8px 20px 8px 20px;
    margin-top:100px;
    
    background-image: linear-gradient(to right,#ff0000,#464242);
    background-size: 200%;
    background-position: left center;
    border-radius: 16px;
    transition: background-position 0.3s ease;
    cursor: pointer;
    border: 0px;
}


.main-window[b-3ox7m4vi18], .skin-feed[b-3ox7m4vi18] {
    flex-grow: 1;
    display: flex;
    margin-top: 15px;
    margin-left: 0px;
    background-image: linear-gradient(#ead80c,#d58b06);
    justify-content: flex-start; /* 👈 Ključno: ređa kartice s lijeva na desno jednu uz drugu */
    align-content: flex-start; /* 👈 Ključno: sprečava vertikalno razvlačenje praznog prostora */
    border-radius: 20px 20px 0 0;
    flex-wrap: wrap;
    gap: 0px;
    overflow-y: auto;
}



.skin-card[b-3ox7m4vi18] {
    margin: 15px;
    width: 330px;
    height: 125px;
    font-family: "Freeman", sans-serif;
    color: white;
    padding-top: 8px;
    font-size: 12.5px;
    font-weight: bold;
    border-radius: 11px;
    border: 2px solid transparent;
    background-image: linear-gradient(#0b0312,#5e5858), linear-gradient(to bottom right,#9f4a02,#ffd800);
    background-origin: border-box;
    background-clip: padding-box,border-box;
    display:flex;
    flex-direction:row;
    box-sizing:border-box;
    align-items:center;
}

.skin-img[b-3ox7m4vi18] {
    width: 90%;
    height: 80%;
    object-fit: contain;
}

.skin-card-left[b-3ox7m4vi18] {
    width:45%;
    height: 110px;
    align-items: center;
    margin-top: 14px;
    justify-items: center;
    box-sizing: border-box;
    padding: 0px;
    overflow: hidden;
}

.skin-card-right[b-3ox7m4vi18] {
    width: 65%;
    height: 100%;
    display: flex;
    flex-direction: column;
    margin-top: 5px;
    box-sizing: border-box;
    gap:5px;
}


.skin-name[b-3ox7m4vi18] {
    font-size: 11px;
    align-items: center;
    margin: 0px;
    padding: 0px;
    display: flex;
    place-content: flex-start;
    gap:3px;
}

.market-logo[b-3ox7m4vi18] {
    width: 16px;
    height: 16px;
    border-radius:4px;
   
}

.skin-prices[b-3ox7m4vi18]{
    display:flex;
    flex-direction: row;
    align-items:center;
    gap: 8px;
}


.status-succes[b-3ox7m4vi18]{
    color: #04be0d !important;
    font-weight: bold;
}

.status-erro[b-3ox7m4vi18]{
    color: #ff0000 !important;
    font-weight: bold;
}




.sonar-image[b-3ox7m4vi18] {
    height: 50px;
    width: 50px;
    display: block;
    margin: 0 auto;
}

    .side-menu[b-3ox7m4vi18] {
        padding-top: 100px;
    }


    .nav-menu[b-3ox7m4vi18] {
        width: 75px;
        list-style-type: none;
        margin: 0;
        margin-top: 100px;
        padding: 0;
    }

        .nav-menu .side-buttons[b-3ox7m4vi18] {
            text-align: center;
            background-color: #5e5858;
            width: 62px;
            box-sizing: border-box;
            border: 2.5px solid #867202;
            backdrop-filter: blur(2px);
            border-radius: 0px 15px 15px 0px;
            overflow: hidden;
        }

        .nav-menu a[b-3ox7m4vi18] {
            text-decoration: none;
        }

        .nav-menu .side-buttons[b-3ox7m4vi18]  a,
        .nav-menu .side-buttons[b-3ox7m4vi18]  a:visited,
        .nav-menu .side-buttons[b-3ox7m4vi18]  a:hover,
        .nav-menu .side-buttons[b-3ox7m4vi18]  a:active {
            text-decoration: none !important;
            color: #ffffff !important; /* Ovdje stavi boju teksta koju želiš (npr. bijelu) */
        }
/* /Components/Pages/Home.razor.rz.scp.css */
.main-layout[b-zdbvxouzis] {
    display: flex;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    box-sizing: border-box;
}
.main-layout-right[b-zdbvxouzis] {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    height: 100vh;
    margin-top: 18px;
    overflow: hidden;
    box-sizing: border-box;
}

.start-button[b-zdbvxouzis] {
    font-size: 24px;
    width: fit-content;
    margin-left: 25px;
    padding: 0 10px;
    background-image: linear-gradient(to right,#ffd800,#9f4a02,#ffd800);
    background-size:200%;
    background-position:left center;
    border-radius: 16px;
    transition: background-position 0.3s ease;
}
.start-button:hover[b-zdbvxouzis] {
    cursor:pointer;
    background-position: right center;
}

.start-button.stop-active[b-zdbvxouzis] {
    font-size: 24px;
    width: fit-content;
    margin-left: 25px;
    padding: 0 10px;
    background-image: linear-gradient(to right,#ff0000,#464242,#ff0000);
    background-size: 200%;
    background-position: left center;
    border-radius: 16px;
    transition: background-position 0.3s ease;
}

.start-button.stop-active:hover[b-zdbvxouzis] {
    background-position: right center;
}

.skin-feed[b-zdbvxouzis] {
    flex-grow: 1;
    display: flex;
    margin-top: 15px;
    
    margin-left: 0px;
    background-image: linear-gradient(#ead80c,#d58b06);
    border-radius: 20px 20px 0 0;
    flex-wrap: wrap;
    gap: 0px;
    overflow-y: auto;
}

.skin-card[b-zdbvxouzis] {
    margin: 15px;
    width: 180px;
    height: 234px;
    font-family: "Freeman", sans-serif;
    color: white;
    padding-top: 8px;
    font-size: 12.5px;
    font-weight: bold;
    text-align: center;
    border-radius:8px;
    border: 2px solid transparent;
    background-image: linear-gradient(#0b0312,#5e5858), linear-gradient(to bottom right,#9f4a02,#ffd800);
    background-origin: border-box;
    background-clip: padding-box,border-box;
    display:flex;
    flex-direction:column;
}


.skin-name[b-zdbvxouzis]{
    height:20px;
}



.skin-image-wrapper[b-zdbvxouzis] {
    display: flex;
    width: 100%;
    height: 120px;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    margin-top: 5px;
    padding: 5px;
    overflow: hidden;
}

.skin-img[b-zdbvxouzis] {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; 
    display: block;
}


.skin-float[b-zdbvxouzis] {
    font-size:11px;
}

.prices[b-zdbvxouzis] {
    font-family: "Freeman", sans-serif;
    height: 30px;
    border: 2px solid #ffd800;
    border-left: 0;
    border-right: 0;
    margin-top: 6px;
    display: flex;
    font-size: 10px;
    justify-content: space-between;  
}

.price-column[b-zdbvxouzis] {
    flex:1;
    flex-direction:column;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    font-weight:700;
    height:100%;
}

.price-column:not(:last-child)[b-zdbvxouzis] {
    border-right: 1.5px solid #ffd800;
}


.real-price[b-zdbvxouzis] {
    font-family: "Freeman", sans-serif;
    display: flex;
    flex: 1;
    justify-content: space-around;
    margin-top:5px;
    box-sizing: border-box;
    font-weight: 700;
    font-size: 13px;
    align-items: stretch;
}


.bg-green[b-zdbvxouzis], .bg-red[b-zdbvxouzis] {
    border-radius: 5px;
    width:30%;
}
.bg-red[b-zdbvxouzis]{
    background-color:red;
    color:white;
    
}

.bg-green[b-zdbvxouzis] {
    background-color: lawngreen;
    color: white;
}

.real-price a[b-zdbvxouzis], .real-price span[b-zdbvxouzis] {
    flex: 1;
    text-align: center;
    text-decoration: none;
    color: white;
}

.real-price a:hover[b-zdbvxouzis] {
    color: forestgreen;
}

real-price-column[b-zdbvxouzis] {
    display: flex;
    flex: 1;
    flex-direction: column;
}


}
.csfBuffDiff[b-zdbvxouzis] {
    margin-left: 20px;
}






.sonar-image[b-zdbvxouzis] {
    height: 50px;
    width: 50px;
    display: block;
    margin: 0 auto;
}

.side-menu[b-zdbvxouzis] {
    padding-top: 100px;
}


.nav-menu[b-zdbvxouzis] {
     
    width: 75px;
    list-style-type: none;
    margin: 0;
    margin-top: 100px;
    padding: 0;

}

.nav-menu .side-buttons[b-zdbvxouzis] {
    text-align:center;
    background-color: #5e5858;
    width: 62px;
    box-sizing: border-box;
    border: 2.5px solid #867202;
    backdrop-filter: blur(2px);
    border-radius: 0px 15px 15px 0px;
    overflow: hidden; 
}

.nav-menu a[b-zdbvxouzis]{
    text-decoration: none;
        
}

.nav-menu .side-buttons[b-zdbvxouzis]  a,
.nav-menu .side-buttons[b-zdbvxouzis]  a:visited,
.nav-menu .side-buttons[b-zdbvxouzis]  a:hover,
.nav-menu .side-buttons[b-zdbvxouzis]  a:active {
    text-decoration: none !important;
    color: #ffffff !important; /* Ovdje stavi boju teksta koju želiš (npr. bijelu) */
}
/* /Components/Pages/Login.razor.rz.scp.css */
.main-layout[b-b9z9p0mllk] {
    display: flex;
    flex-direction:column;
    
    align-items:center;
    height: 100vh;
    width: 100vw;
    overflow: hidden;
    box-sizing: border-box;
    background-image: radial-gradient( #ffdb00,#836f01)
}

.logo[b-b9z9p0mllk] {
    padding-top: 35px;
    width: 140px;
    height: 140px;
}

.login-window[b-b9z9p0mllk]{
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-top:50px;
    border: solid 3sfpx black;
    border-radius:30px;
    width:18vw;
    height: 40vh;
    background-image:linear-gradient(to bottom right,#ffd800,#864200)
}

.login-header[b-b9z9p0mllk] {
    display:flex;
    justify-content: center;
    align-items: center;
    height: 20%;
    border-bottom: solid  2px;
    width:100%;
}



.login-main[b-b9z9p0mllk] {
   
    display: flex;
    align-items: center;
    flex-direction:column;
    height:50%;
}

.login-text[b-b9z9p0mllk]{
    font-size:28px;
    padding-top:30px;
}
.username[b-b9z9p0mllk]{
    padding-top:50px;
    line-height:35px;
}

.input-box[b-b9z9p0mllk] {
    font-size:16px;
    box-sizing: border-box;
    background-color: #ffffff;
    border: 1px solid #d1d5db;
    border-radius: 6px; /* Kept the 6px; removed the duplicate 7px property */
    color: dimgray;
    transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

/* FIX: Added the missing dot (.) class selector prefix */
.input-box:focus[b-b9z9p0mllk] {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 4px rgba(59, 130, 246, 0.15);
}

/* FIX: Added the missing dot (.) class selector prefix */
.input-box:disabled[b-b9z9p0mllk] {
    background-color: #f3f4f6;
    color: #9ca3af;
    cursor: not-allowed;
    border-color: #e5e7eb;
}

.login-btn[b-b9z9p0mllk]{
    padding-top:95px;
}

.button[b-b9z9p0mllk] {
    font-size: 24px;
    width: 150px;
    margin-left: 25px;
    padding: 0 10px;
    background-image: linear-gradient(to right,#5be508,#0b9400,#5be508);
    background-size: 200%;
    background-position: left center;
    border: 0;
    border-radius: 12px;
    transition: background-position 0.3s ease;
}



.button:hover[b-b9z9p0mllk] {
    cursor: pointer;
    background-position: right center;
}
