/* _content/ShortlyV3.BlazorApp/Components/Components/Footer.razor.rz.scp.css */
footer[b-c5e3d8sves]{
    position:absolute;
    bottom: 0;
    width: 100%;
    height: 4rem;
    display:flex;
    justify-content:center;
    align-content:center;
    align-items:center;
    justify-items:center;

    z-index: 10;
}

div[b-c5e3d8sves]{
    display:flex;
    justify-content:space-evenly;
    min-width: 30vw;
}

p[b-c5e3d8sves] {
    color: #373737;
}

a[b-c5e3d8sves] {
    color: #373737;
    text-decoration: none;
}

    a:hover[b-c5e3d8sves] {
        color: rgb(148, 148, 148);
    }
/* _content/ShortlyV3.BlazorApp/Components/Components/NavBar.razor.rz.scp.css */
img[b-hi3vy0tcyl]{
    height: 3rem;
    margin: 2rem;
}
/* _content/ShortlyV3.BlazorApp/Components/Components/SlidingError.razor.rz.scp.css */
.error-message[b-ispl86110h] {
    position: fixed;
    bottom: 2rem;
    right: 2rem;
    max-width: 20vw;
    padding: 1rem 1.5rem;
    background-color: #f44336;
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    transform: translateX(120%);
    opacity: 0;
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 9999;
    pointer-events: none; /* prevents clicks while hidden */
}

    .error-message.show[b-ispl86110h] {
        transform: translateX(0);
        opacity: 1;
        pointer-events: auto;
    }

    .error-message.hide[b-ispl86110h] {
        transform: translateX(120%);
        opacity: 0;
        pointer-events: none;
    }
/* _content/ShortlyV3.BlazorApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-ulfk6lrpwk] {
    min-height: 100vh;
    background: 
        radial-gradient(transparent, black), 
        #2a2a2a;
    position: relative;
    overflow-x: hidden;
}


article[b-ulfk6lrpwk] {
    position: relative;
    z-index: 1;
    min-height: 100%;
    margin-top: 4rem;
    display: flex;
}

main[b-ulfk6lrpwk] {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}
/* _content/ShortlyV3.BlazorApp/Components/Pages/About.razor.rz.scp.css */
div[b-8w3a90w9oz] {
    padding: 2rem;
    background-color: rgb(36, 36, 36);
    border-radius: 20px;
    border: #373737 1px solid;
    min-width: 600px;
    width: 50vw;
    min-height: 100px;
    margin-bottom: 6rem;
}

h1[b-8w3a90w9oz] {
    color: white;
    font-size: 46px;
    margin: 1rem;
}

h2[b-8w3a90w9oz] {
    color: white;
    font-size: 36px;
    font-weight: lighter;
    margin: 1rem;
    margin-top: 4rem;
}

p[b-8w3a90w9oz] {
    margin: 1rem;
    color: white;
    line-height: 36px;
}

ul[b-8w3a90w9oz] {
    margin: 1rem;
}

li[b-8w3a90w9oz] {
    margin: 2rem;
    color: white;
    line-height: 26px;
}
/* _content/ShortlyV3.BlazorApp/Components/Pages/Index.razor.rz.scp.css */
[b-4ratzi39if] .validation-errors {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
}

[b-4ratzi39if] .validation-message {
    max-width: 20vw;
    padding: 1rem 1.5rem;
    background-color: #f44336;
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: opacity 0.4s ease;
    z-index: 9999;
    pointer-events: none; /* prevents clicks while hidden */
    margin-bottom: 1rem;
    list-style: none;
}

h1[b-4ratzi39if]{
    color:white;
    font-size: 46px;
    text-align: center;
    margin-bottom: .5rem;
}

h2[b-4ratzi39if] {
    color: white;
    text-align: center;
    font-size: 36px;
    margin-top: 6rem;
    font-weight: lighter;
}

h3[b-4ratzi39if] {
    color: white;
    font-size: 20px;
    text-align: center;
    font-weight: lighter;
    margin-bottom: 4rem;
}

p[b-4ratzi39if] {
    margin-top: 1rem;
    color: white;
    text-align: center;
}

.pc-outer[b-4ratzi39if] {
    box-shadow: rgba(0,0,0,0.25) 0px 7px 47px 61px;
    display: flex;
    flex-direction: column;
    width: 50vw;
    background-color: rgb(36, 36, 36);
    border-radius: 20px 20px 0 0;
    border: #373737 1px solid;
    border-bottom: none;
    min-height: 50vh;
    margin-top: 4rem;
}

.pc-nav[b-4ratzi39if] {
    margin: 14px 14px 0px 14px;
    background-color: rgba(217, 217, 217, 0.3);
    border-radius: 10px 10px 0 0;
    min-height: 2rem;
    position: relative;
}

    .pc-nav[b-4ratzi39if]::before {
        content: "";
        position: absolute;
        top: 10px;
        left: 12px;
        width: 12px;
        height: 12px;
        border-radius: 50%;
        background-color: red;
        box-shadow: 28px 0 0 yellow, /* tweede bol */
        56px 0 0 limegreen, /* derde bol */
        0 0 6px 2px rgba(255,0,0,0.4), /* rode gloed */
        28px 0 6px 2px rgba(255,255,0,0.3), /* gele gloed */
        56px 0 6px 2px rgba(0,255,0,0.3); /* groene gloed */
    }

.pc-body[b-4ratzi39if] {
    border: 1px solid #595959;
    border-bottom: none;
    margin: 0 14px;
    height: 100%;
    min-height: 50vh;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.main-input[b-4ratzi39if] {
    display: flex;
    margin-top: 6rem;
    align-items: center;
    background-color: rgba(217, 217, 217, 0.3);
    border-radius: 40px;
    padding: 0 10px 0 16px;
    height: 48px;
    min-width: 30vw;
    max-width: 1000px;
    gap: 10px;
}

.icon[b-4ratzi39if] {
    color: #ccc;
    font-size: 18px;
    margin-top: -4px;
}

[b-4ratzi39if] #emailInput {
    flex: 1;
    background: transparent;
    border: none;
    font-size: 16px;
    outline: none;
    color: white;
}

    [b-4ratzi39if] #emailInput::placeholder {
        color: #B2B2B2;
    }

.primary-btn[b-4ratzi39if] {
    background-color: #00BEBB;
    color: white;
    border: none;
    border-radius: 999px;
    padding: 10px 24px;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.2s ease;
}

/*div {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

h1 {
    font-size: 42px;
    margin-top: 5rem;
    color: white;
}

h3 {
    font-size: 22px;
    font-weight: lighter;
    margin-top: .5rem;
    color:white;
}

::deep #urlInput{
    width: 40vw;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: .5rem;
    margin-top: 10rem;
    border: 1px solid rgb(191, 191, 191)
}

.primary-btn {
    width: 20vw;
    border-radius: 10px;
    border: none;
    padding: 1rem;
    margin-bottom: 2rem;
    margin-top: 2rem;
    background-color: rgb(72, 168, 14);
    color: rgb(255, 255, 255);
}

    .primary-btn:hover {
        background-color: rgb(35,81,7);
    }

a{
    text-decoration: underline;
    color: white;
    font-size: 25px;
}

.copy-btn {
    background: none;
    border: none;
    color: white;
    padding: 1rem;
}

::deep .validation-errors {
    position: absolute;
    top: 2rem;
    right: 2rem;
}

::deep .validation-message {
    max-width: 20vw;
    padding: 1rem 1.5rem;
    background-color: #f44336;
    color: white;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    opacity: 1;
    transition: opacity 0.4s ease;
    z-index: 9999;
    pointer-events: none;*/ /* prevents clicks while hidden */
/*margin-bottom: 1rem;
    list-style: none;
}*/
/* _content/ShortlyV3.BlazorApp/Components/Pages/Privacy.razor.rz.scp.css */
div[b-oveitz5k5d] {
    padding: 2rem;
    background-color: rgb(36, 36, 36);
    border-radius: 20px;
    border: #373737 1px solid;
    min-width: 600px;
    width: 50vw;
    min-height: 100px;
    margin-bottom: 6rem;
}

h1[b-oveitz5k5d] {
    color: white;
    font-size: 46px;
    margin: 1rem;
}

h2[b-oveitz5k5d] {
    color: white;
    font-size: 36px;
    font-weight: lighter;
    margin: 1rem;
    margin-top: 4rem;
}

p[b-oveitz5k5d] {
    margin: 1rem;
    color: white;
    line-height: 36px;
}

ul[b-oveitz5k5d] {
    margin: 1rem;
}

li[b-oveitz5k5d] {
    margin: 2rem;
    color: white;
    line-height: 26px;
}
