﻿/*===============
    container's
===============*/

.lfg-container {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(5, 1fr);
    height: 100dvh;
    gap: 4rem;
}

.lfg-box {
    display: grid;
    grid-template-rows: repeat(5, 1fr);
    grid-template-columns: repeat(7, 1fr);
    height: 700px;
    width: 700px;
    grid-row: 3;
    grid-column: 2;
    background: rgba(15, 23, 41, 0.8) 48%;
    box-shadow: 2px 2px 8px 1px rgb(0, 0, 0);
    padding: 20px;
    border-radius: 16px;
    color: #fff;
    
}

.openslot-logo {
    width: 100%;
}

.logo-container {
    width: 200px;
}

.openslot-bg {
    background-image: url(/images/openslot-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background: auto;
}

.openslot-sidebar {
    display: flex;
    flex-direction: column;
    position: sticky;
    width: 200px;
    height: 100dvh;
    background: #0F172A;
    background: linear-gradient(180deg,rgba(15, 23, 42, 0.8) 55%, rgba(176, 0, 1, 1) 95%);
    align-items: center;
    box-shadow: var(--primary-red) 1px 0px 10px 1px;
}

.nav-items {
    color: #fff;
}

.sidebar-container {
    grid-template-rows: repeat(5, 1fr);
    display: grid;
    height: 100%;
    width: 100%;
    justify-items: center;
}

.grid-login {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    grid-row: 5/6;
    align-self: end;
    margin-bottom: 2rem;
}

.grid-nav {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    grid-row: 2/4;
    align-self: center;
}

/*===============
    Welcome site.
===============*/

.welcome-header {
    display: flex;
    flex-direction: column;
    grid-row: 1;
    grid-column: 1/5;
}

.welcome-title {
    display: flex;
    text-align: center;
    width: 200px;
    grid-row: 1;
    grid-column: 1/7;
    margin: 0px;
}


.welcome-subtitle {
    display: flex;
    justify-content: center;
    align-items: center;
    grid-row: 2;
    grid-column: 1/4;
}

.welcome-text {
    font-size: 16px;
    color: #ffffff;
    grid-row: 3/4;
    grid-column: 2/7;
    letter-spacing: 1px;
    line-height: 25px;
}

.welcome-btn {
    grid-row: 5;
    grid-column: 2;
} 

.welcome-img {
    grid-row: 4/6;
    grid-column: 4/8;
    width: 115%;
    height: 115%;
    object-fit: cover;
    rotate: -4deg;
    mask-image: radial-gradient(circle, black 0%, transparent 100%);
    -webkit-mask-image: radial-gradient(circle, black 50%, transparent 100%);
}
/*===============
    Login
===============*/
.login-form {
    display: flex;
    flex-direction: column;
    grid-row: 2/5;
    grid-column: 1/3;
    margin-top: 3rem;
}

.form-spacing {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.input-design {
    color: var(--basic-white);
    width: 190px;
    height: 30px;
    padding-left: 12px;
    border: none;
    margin-top: 5px;
    background-color: transparent;
    border: 1px solid var(--basic-white);
    border-radius: 25px;
}

.input-design:focus {
    outline: none;
    border: 1px solid #FF0000;
    box-shadow: 0 0 2px 2px rgba(176, 0, 1, 0.8);
}

.input-title {
    position: absolute;
    background: rgba(15, 23, 42);
    left: 10px;
    top: -6px;
    font-size: 12px;
    padding: 4px;
}

.input-fields {
    position: relative;
}

a {
    color: var(--basic-white);
}

a:hover {
    color: var(--primary-red);
}

.email-confirm-msg {
    grid-row: 3/4;
    grid-column: 1/3
}


/*===============
    Buttons
===============*/
.openslot-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #FF0000;
    background: linear-gradient(126deg,rgba(255, 0, 0, 0.89) 0%, rgba(0, 0, 0, 0.89) 88%);
    height: 30px;
    width: 70px;
    border-radius: 8px;
    font-weight: 600;
}
.openslot-btn:hover {
    transform: scale(1.01);
    box-shadow: #fff 0px 0px 6px;
}
.openslot-btn:active {
    transform: scale(1.01);
    box-shadow: #530000 0px 0px 6px;
}
button {
    all: unset;
    cursor: pointer;
    box-shadow: 2px 2px 8px 1px rgb(0, 0, 0);
}
.nav-links {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    letter-spacing: 2px;
    width: 110px;
    height: 50px;
    border-radius: 20px;
    background: #111;
    justify-content: center;
    align-items: center;
    position: relative;
    overflow: hidden;
    transition: all 0.5s ease;
}

    .nav-links h2 {
        color: #0ff;
        font-size: 2rem;
        position: relative;
        z-index: 2;
    }

    .nav-links::before {
        content: '';
        position: absolute;
        top: -50%;
        left: -50%;
        width: 200%;
        height: 200%;
        background: linear-gradient( 0deg, transparent, transparent 30%, rgba(176,0,1,0.6) );
        transform: rotate(-45deg);
        transition: all 0.5s ease;
        opacity: 0;
    }

    .nav-links:hover {
        transform: scale(1.2);
        box-shadow: 0 0 20px rgba(176,0,1,0.8);
    }

        .nav-links:hover::before {
            opacity: 1;
            transform: rotate(-45deg) translateY(105%);
        }
