/* _content/ValetonSortBlazorApp/Components/CookieConsent.razor.rz.scp.css */

.cookieWarnContainer[b-4yeza610ls] {
    display: flex;
    width: 100%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: fixed;
    bottom: 0;
    z-index: 20;
   
}

.cookieWarning[b-4yeza610ls] {
    color: #fff;
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 16px;
    height: calc(550px - 50vw); /*fall back in case max-content is not supported*/
    height: max-content;
    border: 3px solid lime;
    border-radius: 6px;
    opacity: 0.9;
    background: rgba(0, 0, 0, 0.75);
    backdrop-filter: blur(5px);

    /*background-color: #08030B;*/
}

#cookieWarning span[b-4yeza610ls] {
    text-align: justify;
    color: #fff;
    font-size: 14pt;
    font-weight: bold;
    display: inline-block;
    padding-top: 19px;
}

[b-4yeza610ls] #CookieWarningText {
    /*    border: 1px solid yellow;*/
    /*  text-align: justify;*/
    color: #fff;
    font-size: smaller;
    padding: 0.5rem 1rem;
    word-spacing: 0.2px;
    letter-spacing: 0.2px;
    line-height: 1.5rem;
}

    [b-4yeza610ls] #CookieWarningText a {
        color: lightblue;
        text-decoration: underline;
        text-underline-offset: 0.2em;
    }

        [b-4yeza610ls] #CookieWarningText a:hover {
            color: darkgray !important;
            /* color: white !important;*/
        }

.cookieCheckboxes[b-4yeza610ls] {
    width: fit-content;
    margin: 0 auto;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    font-size: 0.8rem !important;
}

    .cookieCheckboxes input[b-4yeza610ls] {
        margin: 15px 10px;
        transform: scale(1.3);
    }


.cookieWarnContainer .cookieWariningButton[b-4yeza610ls] {
    display: inline-flex;
    align-items: center;
    z-index: 22;
}

.cookieWarnContainer .rejectLink[b-4yeza610ls] {
    padding: 10px;
    color: gray;
    z-index: 22;
}
/* _content/ValetonSortBlazorApp/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-fiwr91852j] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-fiwr91852j] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/ValetonSortBlazorApp/Components/Pages/NotFound.razor.rz.scp.css */

/* _content/ValetonSortBlazorApp/Components/Pages/ValetonSort.razor.rz.scp.css */

guide[b-bsdvp7k3cw] {

    float:left;
    width: 20px;
    height: 20px;
    line-height: 18px;

    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border: 2px solid red;
    border-radius: 50%;
    color: white;
    background-color: red;

      position: relative;
    top: 0px;
    left: -30px;
    z-index: 10;
}


.welcome[b-bsdvp7k3cw] {
    font-size: 14pt;
   }

p[b-bsdvp7k3cw] {
    display:inline-block;
    margin: 0 auto;
    text-align:justify;


}

boxthis[b-bsdvp7k3cw] {
    border: 1px solid gray;
    padding: 6px;
    margin: 1px;
    border-radius:5px;
}

ol[b-bsdvp7k3cw] {
    line-height: 2; /* Adjust the number to achieve the desired spacing */
    font-size: 12pt;
}

li[b-bsdvp7k3cw] {
    margin-bottom: 1rem;
    text-align:justify
}

i[b-bsdvp7k3cw] {
    font-size: 14pt;
    margin-right: 0.5rem;
    color: #007bff;
    cursor: pointer;
    margin-right: 8px;
    color: blueviolet;
}


a[b-bsdvp7k3cw] {
    color:blue;
}

details[b-bsdvp7k3cw] {
    text-align:justify
}
    details i[b-bsdvp7k3cw] {
        color:black;
    }


    #qa[b-bsdvp7k3cw] {
        /*    color:red;*/
        text-align: center;
        padding:0 2%;
     /*   width: 500px;*/
        margin: 0 auto;
    }

summary h2[b-bsdvp7k3cw] {
    font-size:11pt
}

details[b-bsdvp7k3cw] {
    margin-bottom: 10px;
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px;
}

summary[b-bsdvp7k3cw] {
    font-weight: bold;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

details[open] summary[b-bsdvp7k3cw] {
    margin-bottom: 10px;
}

/* Custom arrow for the summary */
summary[b-bsdvp7k3cw]::after {
    content: "▼";
    font-size: 0.8em;
    transition: transform 0.2s;
}

details[open] summary[b-bsdvp7k3cw]::after {
    transform: rotate(180deg);
}


scroll-down[b-bsdvp7k3cw] {
    font-size: 2em; /* Adjust size as needed */
    color: #333; /* Adjust color */
    position: absolute; /* Or fixed */
    bottom: 20px; /* Adjust distance from the bottom */
    left: 50%;
    transform: translateX(-50%);
}

.arrow[b-bsdvp7k3cw] {
    display: inline-block;
    animation: blink-b-bsdvp7k3cw 1s infinite alternate;
    transform: rotate(90deg); /* Rotate the characters downwards */
    border: 1px solid #ccc; /* Light gray border */
    padding: 5px 10px; /* Add some padding */
    border-radius: 5px; /* Optional: Add rounded corners */
}

@keyframes blink-b-bsdvp7k3cw {
    0% {
        opacity: 1;
        transform: translateY(0) rotate(90deg);
    }
    /* Maintain rotation during animation */
    100% {
        opacity: 0.5;
        transform: translateY(10px) rotate(90deg);
    }
    /* Maintain rotation during animation */
}
/* _content/ValetonSortBlazorApp/Components/PresetSortTable.razor.rz.scp.css */


guide[b-0pby8f2tjq] {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 28px;
    margin: 0 auto;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border: 2px solid red;
    border-radius: 50%;
    color: white;
    background-color: red;
    position: relative;
    top: -16px;
    left: 24px;
    z-index: 10;
}

.buttons-section[b-0pby8f2tjq] {
    padding: 0 12px;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center items horizontally */
    justify-content: center; /* Center items vertically */
    gap: 10px;
}

    .buttons-section .button-group[b-0pby8f2tjq] {
        display: flex;
        align-items: center;
        gap: 10px;
    }

.blinker[b-0pby8f2tjq] {
    margin: 0 0.5rem;
    color: blue;
    text-decoration-line: underline;
    animation: blink-b-0pby8f2tjq 1s infinite;
}

@keyframes blink-b-0pby8f2tjq {
    0% {
        opacity: 1;
    }

    50% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}





/*main {
    margin: 0;
}

.container {
    background-color: #333;
    padding: 1rem;
    margin-top: 1rem;
}

.draggable {
    padding: 1rem;
    background-color: white;
    border: 1px solid black;
    cursor: move
}

    .draggable .dragging {
        opacity: .5;
    }*/
