/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-23mh5gdqtq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-23mh5gdqtq] {
    flex: 1;
}

.sidebar[b-23mh5gdqtq] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-23mh5gdqtq] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-23mh5gdqtq]  a, .top-row[b-23mh5gdqtq]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-23mh5gdqtq]  a:hover, .top-row[b-23mh5gdqtq]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-23mh5gdqtq]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-23mh5gdqtq] {
        justify-content: space-between;
    }

    .top-row[b-23mh5gdqtq]  a, .top-row[b-23mh5gdqtq]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-23mh5gdqtq] {
        flex-direction: row;
    }

    .sidebar[b-23mh5gdqtq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-23mh5gdqtq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-23mh5gdqtq]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-23mh5gdqtq], article[b-23mh5gdqtq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-23mh5gdqtq] {
    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-23mh5gdqtq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-18vde18y6o] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-18vde18y6o] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-18vde18y6o] {
    min-height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-18vde18y6o] {
    font-size: 1.1rem;
}

.bi[b-18vde18y6o] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill[b-18vde18y6o] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill[b-18vde18y6o] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested[b-18vde18y6o] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}
.bi-minus-square-fill[b-18vde18y6o] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-dash-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2zm2.5 7.5h7a.5.5 0 0 1 0 1h-7a.5.5 0 0 1 0-1'/%3E%3C/svg%3E");
}

.nav-item[b-18vde18y6o] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-18vde18y6o] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-18vde18y6o] {
        padding-bottom: 1rem;
    }

    .nav-item[b-18vde18y6o]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-18vde18y6o]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-18vde18y6o]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-18vde18y6o] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-18vde18y6o] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-18vde18y6o] {
        display: none;
    }

    .nav-scrollable[b-18vde18y6o] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Components/Pages/Classes/Classes.razor.rz.scp.css */
.mud-calendar[b-rl8lv1voa4] {
    --mud-cal-cell-hover: color-mix(in srgb, var(--mud-palette-surface) 90%, black);
    color: var(--mud-palette-text-primary);
    background-color: var(--mud-palette-surface);
    border-radius: var(--mud-default-borderradius);
    transition: box-shadow 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
    display: grid;
    user-select: none;
    width: 100%;
    overflow: hidden;
}

    .mud-calendar.mud-cal-square[b-rl8lv1voa4] {
        border-radius: 0;
    }

    .mud-calendar.mud-cal-outlined[b-rl8lv1voa4] {
        border: 1px solid var(--mud-palette-lines-default);
    }

    .mud-calendar .mud-cal-grid[b-rl8lv1voa4] {
        width: 100%;
        height: 100%;
        display: grid;
    }

        .mud-calendar .mud-cal-grid > div[b-rl8lv1voa4] {
            font-size: 0.875rem;
            font-weight: 400;
            line-height: 1.43;
            letter-spacing: 0.01071em;
            vertical-align: inherit;
        }

    .mud-calendar .mud-calendar-container[b-rl8lv1voa4] {
        display: flex;
        flex-direction: column;
        height: 100%;
        overflow: hidden;
    }

    .mud-calendar .mud-cal-grid-header[b-rl8lv1voa4] {
        display: grid;
        text-align: center;
        font-weight: 500;
        line-height: 1.5rem;
    }

    .mud-calendar .mud-picker[b-rl8lv1voa4] {
        display: inline;
    }

    .mud-calendar .mud-cal-toolbar[b-rl8lv1voa4] {
        display: flex;
        justify-content: space-between;
        column-gap: 4px;
        overflow-x: auto;
    }

        .mud-calendar .mud-cal-toolbar .mud-button-label[b-rl8lv1voa4] {
            white-space: nowrap;
        }

    .mud-calendar .mud-cal-toolbar-nav[b-rl8lv1voa4] {
        display: flex;
        justify-content: space-between;
        column-gap: 4px;
    }

    .mud-calendar .mud-cal-overflow-message[b-rl8lv1voa4] {
        position: absolute;
        bottom: 0;
        width: 100%;
        padding-top: 0;
        padding-bottom: 4px;
        padding-left: 8px;
    }

        .mud-calendar .mud-cal-overflow-message .mud-cal-clickable[b-rl8lv1voa4] {
            cursor: pointer;
        }

    .mud-calendar .mud-cal-overflow-hidden[b-rl8lv1voa4] {
        visibility: hidden;
    }

.mud-cal-month-view[b-rl8lv1voa4] {
    height: 100%;
}

.mud-cal-month-grid-header .mud-cal-month-header[b-rl8lv1voa4] {
    border-right: none;
}

.mud-cal-month-layer[b-rl8lv1voa4] {
    width: 100%;
    flex-grow: 1;
    display: block;
}

.mud-cal-month-cell[b-rl8lv1voa4] {
    height: 100%;
    border-right: 1px solid var(--mud-palette-table-lines);
    border-top: 1px solid var(--mud-palette-table-lines);
}

.mud-cal-month-cell-title[b-rl8lv1voa4] {
    padding: 8px;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

    .mud-cal-month-cell-title.mud-cal-month-outside[b-rl8lv1voa4] {
        color: var(--mud-palette-text-disabled);
    }

.mud-cal-month-cell-link[b-rl8lv1voa4] {
    color: inherit !important;
    cursor: pointer;
}

    .mud-cal-month-cell-link:hover[b-rl8lv1voa4] {
        text-transform: none !important;
    }

.mud-cal-month-link[b-rl8lv1voa4] {
    height: 100%;
    width: 100%;
    cursor: pointer;
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1) 0ms;
}

    .mud-cal-month-link:hover[b-rl8lv1voa4] {
        background-color: var(--mud-cal-cell-hover);
    }

.mud-cal-month-row-holder[b-rl8lv1voa4] {
    position: relative;
    display: flex;
    flex-direction: row;
}

.mud-cal-drop-ok .mud-cal-month-cell-title[b-rl8lv1voa4] {
    background-color: var(--mud-cal-cell-hover);
}

.mud-cal-month-table-holder[b-rl8lv1voa4] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.mud-cal-week-view[b-rl8lv1voa4] {
    height: 100%;
}

.mud-cal-week-grid[b-rl8lv1voa4] {
    grid-template-columns: 60px repeat(7, 1fr);
}

    .mud-cal-week-grid > div.mud-cal-week-not-today[b-rl8lv1voa4] {
        border-right: 1px solid var(--mud-palette-table-lines);
    }

    .mud-cal-week-grid > div:nth-child(8n)[b-rl8lv1voa4] {
        border-right: none;
    }

.mud-cal-work-week-grid[b-rl8lv1voa4] {
    grid-template-columns: 60px repeat(5, 1fr);
}

    .mud-cal-work-week-grid > div.mud-cal-week-not-today[b-rl8lv1voa4] {
        border-right: 1px solid var(--mud-palette-table-lines);
    }

    .mud-cal-work-week-grid > div:nth-child(6n)[b-rl8lv1voa4] {
        border-right: none;
    }

.mud-cal-day-grid[b-rl8lv1voa4] {
    grid-template-columns: 60px 1fr;
}

    .mud-cal-day-grid > div[b-rl8lv1voa4] {
        border-right: 1px solid var(--mud-palette-table-lines);
    }

        .mud-cal-day-grid > div:nth-child(2n)[b-rl8lv1voa4] {
            border-right: none;
        }

.mud-cal-work-week-header[b-rl8lv1voa4] {
    grid-template-columns: 60px repeat(5, 1fr);
    border-bottom: 1px solid var(--mud-palette-table-lines);
}

.mud-cal-week-header[b-rl8lv1voa4] {
    grid-template-columns: 60px repeat(7, 1fr);
    white-space: nowrap;
    overflow: hidden;
    border-bottom: 1px solid var(--mud-palette-table-lines);
}

.mud-cal-day-header[b-rl8lv1voa4] {
    grid-template-columns: 60px 1fr;
    border-bottom: 1px solid var(--mud-palette-table-lines);
}

.mud-cal-week-cell[b-rl8lv1voa4] {
    border-top: 1px solid var(--mud-palette-lines-default);
    position: relative;
}

    .mud-cal-week-cell.mud-cal-week-cell-half[b-rl8lv1voa4] {
        border-top: 1px solid var(--mud-palette-divider);
    }

.mud-cal-time-column[b-rl8lv1voa4] {
    width: 60px;
}

.mud-cal-time-cell[b-rl8lv1voa4] {
    text-align: center;
}

.mud-cal-week-day-holder[b-rl8lv1voa4] {
    height: 100%;
    position: relative;
}

.mud-cal-week-scroll[b-rl8lv1voa4] {
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    overflow-y: scroll;
}

.mud-cal-week-layer[b-rl8lv1voa4] {
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

.mud-cal-week-cell-holder[b-rl8lv1voa4] {
    position: relative;
    border: none;
}

.mud-cal-week-link[b-rl8lv1voa4] {
    height: 100%;
    width: 100%;
    cursor: pointer;
}

    .mud-cal-week-link:hover[b-rl8lv1voa4] {
        background-color: rgba(0, 0, 0, 0.05);
    }

.mud-cal-week-cell-link[b-rl8lv1voa4] {
    cursor: pointer;
    z-index: 100;
}

.mud-cal-week-template-holder[b-rl8lv1voa4] {
    height: 100%;
}

.mud-cal-cell-template[b-rl8lv1voa4] {
    width: 100%;
    padding: 2px;
    min-height: 36px;
}

.mud-cal-week-view .mud-cal-cell-template[b-rl8lv1voa4] {
    height: 100%;
}

.mud-cal-week-view .mud-cal-cell-template-chip[b-rl8lv1voa4] {
    height: 100%;
}

.mud-cal-cell-template-chip[b-rl8lv1voa4] {
    width: 100%;
    margin: 0;
}

    .mud-cal-cell-template-chip .mud-chip-content[b-rl8lv1voa4] {
        overflow: hidden;
    }

.mud-cal-clickable[b-rl8lv1voa4] {
    cursor: pointer;
}

    .mud-cal-clickable .mud-chip[b-rl8lv1voa4] {
        cursor: inherit;
    }

.mud-cal-drop-item[b-rl8lv1voa4] {
    transition: none;
}

    .mud-cal-drop-item .mud-drop-item[b-rl8lv1voa4] {
        height: 100%;
        border: none;
    }

        .mud-cal-drop-item .mud-drop-item.disabled[b-rl8lv1voa4] {
            cursor: inherit;
        }

.mud-cal-drop-ok[b-rl8lv1voa4] {
    background-color: var(--mud-cal-cell-hover);
}

.mud-cal-resizer-x[b-rl8lv1voa4] {
    position: absolute;
    right: 0;
    height: 100%;
    border-right: 10px solid transparent;
    z-index: 1;
    cursor: ew-resize;
}

.mud-cal-resizer-y[b-rl8lv1voa4] {
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 10px solid transparent;
    z-index: 1;
    cursor: ns-resize;
}
/* /Components/Pages/Landing/LandingPage.razor.rz.scp.css */
body[b-ylboevk2o1] {
    font-family: 'Roboto', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    background: url('assets/img/bg-img.jpg') no-repeat center center fixed;
    background-size: cover;
    background-blend-mode: overlay;
    background-color: rgba(0, 0, 0, 0.8);
    color: white;
}

.container[b-ylboevk2o1] {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

header[b-ylboevk2o1] {
    /*background-image: url('assets/img/header.png');
    width: 100%;
    height: 100px;*/ /* Adjust height as needed */    
    /*background-size: cover;*/ /* Ensures the image covers the entire header */
    /*background-position: center;*/ /* Centers the image */
    /*background-repeat: no-repeat;*/ /* Prevents repeating */
    background: linear-gradient(90deg, #1e3a8a, #2563eb);
    color: white;
    padding: 15px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.logo[b-ylboevk2o1] {
    display: flex;
    align-items: center;
}

    .logo img[b-ylboevk2o1] {
        height: 50px;
        margin-right: 10px;
    }

    .logo h1[b-ylboevk2o1] {
        font-size: 24px;
        margin: 0;
    }

nav ul[b-ylboevk2o1] {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
}

    nav ul li[b-ylboevk2o1] {
        margin: 0 20px;
    }

        nav ul li a[b-ylboevk2o1] {
            color: white;
            text-decoration: none;
            font-weight: 500;
            transition: color 0.3s;
        }

            nav ul li a:hover[b-ylboevk2o1] {
                color: #ffcc00;
            }

.hero[b-ylboevk2o1] {
    color: white;
    padding: 150px 20px;
    text-align: center;
    animation: slideIn-b-ylboevk2o1 1.5s ease-in-out;
}

.btn[b-ylboevk2o1] {
    background: #ffcc00;
    color: black;
    padding: 12px 25px;
    font-size: 18px;
    text-decoration: none;
    border-radius: 30px;
    font-weight: bold;
    transition: all 0.3s;
    border: none;
    cursor: pointer;
}

    .btn:hover[b-ylboevk2o1] {
        transform: scale(1.1);
        background: #ffdd44;
    }

.features[b-ylboevk2o1], .pricing[b-ylboevk2o1], .contact[b-ylboevk2o1] {
    padding: 80px 20px;
}

    .features h2[b-ylboevk2o1], .pricing h2[b-ylboevk2o1], .contact h2[b-ylboevk2o1] {
        color: #ffcc00;
        font-size: 28px;
    }

.plan[b-ylboevk2o1] {
    border: none;
    padding: 30px;
    margin: 20px;
    display: inline-block;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    backdrop-filter: blur(10px);
    transition: transform 0.3s;
}

    .plan:hover[b-ylboevk2o1] {
        transform: translateY(-10px);
    }

.premium[b-ylboevk2o1] {
    background: linear-gradient(90deg, #1e3a8a, #2563eb);
    color: white;
}

.cabinet[b-ylboevk2o1] {
    position: absolute;
    right: 20px;
    top: 15px;
    background: white;
    color: black;
    padding: 12px 18px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s;
}

    .cabinet:hover[b-ylboevk2o1] {
        background: #ffcc00;
    }

footer[b-ylboevk2o1] {
    background: rgba(0, 0, 50, 0.8);
    padding: 20px;
    text-align: center;
}

@keyframes fadeIn-b-ylboevk2o1 {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slideIn-b-ylboevk2o1 {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }

    to {
        transform: translateY(0);
        opacity: 1;
    }
}
/* /Components/Pages/Login/Login.razor.rz.scp.css */

/*=============== VARIABLES CSS ===============*/
*[b-3gsi7kl694] {
    /*========== Colors ==========*/
    /*Color mode HSL(hue, saturation, lightness)*/
    --first-color: hsl(208, 92%, 54%);
    --first-color-alt: hsl(208, 88%, 50%);
    --title-color: hsl(220, 68%, 4%);
    --white-color: hsl(0, 0%, 100%);
    --text-color: hsl(220, 15%, 66%);
    --body-color: hsl(0, 0%, 100%);
    --container-color: hsl(220, 50%, 97%);
    /*========== Font and typography ==========*/
    /*.5rem = 8px | 1rem = 16px ...*/
    --body-font: "Montserrat", system-ui;
    --big-font-size: 1.5rem;
    --normal-font-size: .938rem;
    --small-font-size: .813rem;
    --tiny-font-size: .688rem;
    /*========== Font weight ==========*/
    --font-regular: 400;
    --font-medium: 500;
    --font-semi-bold: 600;
    --title-font-weight: 700;
    /*========== z index ==========*/
    --z-tooltip: 10;
    --z-fixed: 100;
    color: var(--text-color);
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
    font-weight: var(--title-font-weight);
}

/*========== Responsive typography ==========*/
@media screen and (min-width: 1150px) {
    *[b-3gsi7kl694] {
        --big-font-size: 3rem;
        --normal-font-size: 1rem;
        --small-font-size: .875rem;
        --tiny-font-size: .75rem;
    }
}

/*=============== BASE ===============*/
*[b-3gsi7kl694] {
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

body[b-3gsi7kl694],
input[b-3gsi7kl694],
button[b-3gsi7kl694] {
    font-family: var(--body-font);
    font-size: var(--normal-font-size);
}

body[b-3gsi7kl694] {
    background-color: var(--body-color);
    color: var(--text-color);
}

input[b-3gsi7kl694],
button[b-3gsi7kl694] {
    border: none;
    outline: none;
}

a[b-3gsi7kl694] {
    text-decoration: none;
}

img[b-3gsi7kl694] {
    display: block;
    max-width: 100%;
    height: auto;
}

/*=============== REUSABLE CSS CLASSES ===============*/
.container[b-3gsi7kl694] {
    max-width: 1120px;
    margin-inline: 1.5rem;
}

.grid[b-3gsi7kl694] {
    display: grid;
    gap: 1rem;
}

/*=============== LOGIN  ===============*/
.login[b-3gsi7kl694] {
    position: relative;
    height: 100vh;
    align-items: center;
    overflow: hidden;
}

.login__blob[b-3gsi7kl694] {
    display: none;
}

.login__title[b-3gsi7kl694] {
    font-size: var(--big-font-size);
    color: var(--title-color);
    text-align: center;
    margin-bottom: 2rem;
}

.login__box[b-3gsi7kl694] {
    position: relative;
    display: flex;
    align-items: center;
    background-color: var(--container-color);
    border-radius: 1rem;
}

[b-3gsi7kl694] .login__input {
    background: none;
    width: 100%;
    padding: 1.5rem 2.5rem 1.5rem 1.25rem;
    font-weight: var(--font-semi-bold);
    border: 3px solid transparent;
    border-radius: 1rem;
    z-index: 1;
    transition: border-color .4s;
    color: black;
}

[b-3gsi7kl694] .login__input {
    transition: background-color 6000s, color 6000s;
}

.login__label[b-3gsi7kl694] {
    position: absolute;
    left: 1.25rem;
    font-weight: var(--font-semi-bold);
    transition: transform .4s, font-size .4s, color .4s;
}

.login__icon[b-3gsi7kl694] {
    position: absolute;
    right: 1rem;
    font-size: 1.25rem;
    transition: color .4s;
}

.login__password[b-3gsi7kl694] {
    cursor: pointer;
    z-index: 10;
}

.login__forgot[b-3gsi7kl694] {
    display: block;
    width: max-content;
    margin: 1rem 0 0 auto;
    font-size: var(--small-font-size);
    font-weight: var(--font-semi-bold);
    color: var(--text-color);
    transition: color .4s;
}

    .login__forgot:hover[b-3gsi7kl694] {
        color: var(--first-color);
    }

.login__button[b-3gsi7kl694] {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    background-color: var(--first-color);
    color: var(--white-color);
    font-weight: var(--font-semi-bold);
    padding-block: 1.5rem;
    border-radius: 4rem;
    margin-block: 2rem;
    cursor: pointer;
    transition: background-color .4s, box-shadow .4s;
}

    .login__button:hover[b-3gsi7kl694] {
        background-color: var(--first-color-alt);
        box-shadow: 0 8px 24px hsla(208, 92%, 32%, .3);
    }

.login__social[b-3gsi7kl694] {
    margin-bottom: 2rem;
}

.login__social-title[b-3gsi7kl694] {
    text-align: center;
    font-size: var(--small-font-size);
    font-weight: var(--font-semi-bold);
    color: var(--title-color);
    margin-bottom: 1rem;
}

.login__social-img[b-3gsi7kl694] {
    width: 1rem;
}

.login__social-links[b-3gsi7kl694] {
    display: flex;
    justify-content: center;
    column-gap: 1.5rem;
}

.login__social-link[b-3gsi7kl694] {
    width: 32px;
    height: 32px;
    background-color: var(--body-color);
    box-shadow: 0 4px 8px hsla(0, 0%, 0%, .1);
    border-radius: .5rem;
    display: grid;
    place-items: center;
    transition: transform .4s;
}

    .login__social-link:hover[b-3gsi7kl694] {
        transform: translateY(-.25rem);
    }

.login__switch[b-3gsi7kl694] {
    text-align: center;
    font-size: var(--small-font-size);
}

    .login__switch button[b-3gsi7kl694] {
        background: none;
        color: var(--first-color);
        font-size: var(--small-font-size);
        font-weight: var(--font-semi-bold);
        cursor: pointer;
        transition: color .4s;
    }

        .login__switch button:hover[b-3gsi7kl694] {
            color: var(--first-color-alt);
        }

.login__access[b-3gsi7kl694],
.login__register[b-3gsi7kl694] {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    transition: transform .4s, opacity .4s .1s;
}

.login__register[b-3gsi7kl694] {
    transform: translateX(15rem);
    opacity: 0;
    pointer-events: none;
}

/* Input focus move up label */
[b-3gsi7kl694] .login__input:focus ~ .login__label {
    transform: translateY(-12px);
    font-size: var(--tiny-font-size);
}

[b-3gsi7kl694] .login__input:focus {
    padding-block: 2rem 1rem;
}

/* Input focus sticky top label */
[b-3gsi7kl694] .login__input:not(:placeholder-shown).login__input:not(:focus) ~ .login__label {
    transform: translateY(-12px);
    font-size: var(--tiny-font-size);
}

[b-3gsi7kl694] .login__input:not(:placeholder-shown).login__input:not(:focus) {
    padding-block: 2rem 1rem;
    outline: none;
}

/* Input focus color */
[b-3gsi7kl694] .login__input:focus {
    border-color: var(--first-color);
}

    [b-3gsi7kl694] .login__input:focus ~ .login__label,
    [b-3gsi7kl694] .login__input:focus ~ .login__icon {
        color: var(--first-color);
    }

/* Show hide login & create account */
.active .login__access[b-3gsi7kl694] {
    transform: translateX(15rem);
    opacity: 0;
    pointer-events: none;
}

.active .login__register[b-3gsi7kl694] {
    transform: translateX(0);
    opacity: 1;
    pointer-events: initial;
}

/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width: 320px) {
    .container[b-3gsi7kl694] {
        margin-inline: 1rem;
    }
}

/* For medium devices */
@media screen and (min-width: 540px) {
    .login__area[b-3gsi7kl694] {
        width: 380px;
        margin-inline: auto;
    }
}

@media screen and (min-width: 350px) and (max-height: 600px) {
    .login[b-3gsi7kl694] {
        height: 760px;
    }
}

/* For large devices */
@media screen and (min-width: 1150px) {
    .container[b-3gsi7kl694] {
        margin-inline: auto;
    }

    .login__area[b-3gsi7kl694] {
        width: 460px;
        margin: initial;
    }

    .login__access[b-3gsi7kl694],
    .login__register[b-3gsi7kl694] {
        width: 600px;
    }

    .login__title[b-3gsi7kl694] {
        text-align: initial;
        margin-bottom: 3rem;
    }

    .login__button[b-3gsi7kl694] {
        margin-bottom: 3rem;
    }

    .login__group[b-3gsi7kl694] {
        grid-template-columns: repeat(2, 1fr);
    }

    .login__blob[b-3gsi7kl694] {
        display: block;
        height: 100vh;
        position: absolute;
        top: 0;
        right: 0;
    }

    .login__img[b-3gsi7kl694] {
        transform: translate(0rem, 0rem);
    }
}
