/* /Components/EmailForm.razor.rz.scp.css */
.email-form-container[b-ahp7m54h8u] {
    max-width: 300px;
    margin: auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
  }
  
  .form-group[b-ahp7m54h8u] {
    margin-bottom: 1rem;
  }
  
  .form-control[b-ahp7m54h8u] {
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  }
  
  .btn-primary[b-ahp7m54h8u] {
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
  }
  
  .btn-primary:hover[b-ahp7m54h8u] {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
  }
  
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-6e4wwen4z0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-6e4wwen4z0] {
    flex: 1;
    
    display: flex;
    align-items: center;

    height: 80%;
    width: 100%;
}

#article[b-6e4wwen4z0] {
    display: flex;
    align-items: center;

    padding-left: 0 !important;
    padding-right: 0 !important;

    height: 100%;
    width: 100%;
}

#firstdiv[b-6e4wwen4z0] {
    display: flex;
    align-items: center; 
    height: 100%;
    width: 100%;

    background: url('Resources/img/Coffee_Beans_Background.jpg') no-repeat center center fixed;
    background-size: cover;
}

.sidebar[b-6e4wwen4z0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-6e4wwen4z0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-6e4wwen4z0]  a, .top-row[b-6e4wwen4z0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-6e4wwen4z0]  a:hover, .top-row[b-6e4wwen4z0]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-6e4wwen4z0]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-6e4wwen4z0] {
        justify-content: space-between;
    }

    .top-row[b-6e4wwen4z0]  a, .top-row[b-6e4wwen4z0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-6e4wwen4z0] {
        flex-direction: row;
    }

    .sidebar[b-6e4wwen4z0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-6e4wwen4z0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-6e4wwen4z0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-6e4wwen4z0], article[b-6e4wwen4z0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-6e4wwen4z0] {
    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-6e4wwen4z0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-ef09j70ud9] {
    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-ef09j70ud9] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-ef09j70ud9] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-ef09j70ud9] {
    font-size: 1.1rem;
}

.bi[b-ef09j70ud9] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-ef09j70ud9] {
    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-nav-menu[b-ef09j70ud9] {
    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-nav-menu[b-ef09j70ud9] {
    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");
}

.nav-item[b-ef09j70ud9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ef09j70ud9] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-ef09j70ud9] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ef09j70ud9]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-ef09j70ud9]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-ef09j70ud9]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-ef09j70ud9] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ef09j70ud9] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ef09j70ud9] {
        display: none;
    }

    .nav-scrollable[b-ef09j70ud9] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* /Pages/Home.razor.rz.scp.css */
@font-face {
  font-family: 'SairaSemiCondensed'; /* A name to use later */
  src: url('Resources/font/SairaSemiCondensed-Light.ttf') format('truetype'); /* URL to the font file */
}

@font-face {
  font-family: 'Lobster'; /* A name to use later */
  src: url('Resources/font/Lobster-Regular.ttf') format('truetype'); /* URL to the font file */
}

.container1[b-4qnyor5y0z] {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /* padding: 50px 0; */
  }

.content1[b-4qnyor5y0z] {
    width: 100%;
    height: 100%;
    background-color: #e8dc4f;
    background-size: cover;
    /* margin: 10% 0; Adjusts the space on top and bottom */
    /* padding: 20px; */

    display: grid;
    place-items: center;
    grid-template-columns: 1fr 400px 1fr;
    grid-template-rows: 1fr 400px 1fr 5%;
}

#item21[b-4qnyor5y0z] {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 1;
    grid-row-end: 1;
}

#itemspan22[b-4qnyor5y0z] {
    grid-column-start: 1;
    grid-column-end: span 3;
    grid-row-start: 2;
    grid-row-end: 2;
}

#item23[b-4qnyor5y0z] {
    grid-column-start: 2;
    grid-column-end: 2;
    grid-row-start: 3;
    grid-row-end: 3;
}

#itemspan23[b-4qnyor5y0z] {
    grid-column-start: 1;
    grid-column-end: span 3;
    grid-row-start: 3;
    grid-row-end: 3;
}

#itemspan24[b-4qnyor5y0z] {
    grid-column-start: 1;
    grid-column-end: span 3;
    grid-row-start: 4;
    grid-row-end: 4; 
}

#item32[b-4qnyor5y0z] {
    grid-column-start: 3;
    grid-column-end: 3;
    grid-row-start: 2;
    grid-row-end: 2; 
}

.sub-brand[b-4qnyor5y0z] {
    font-size: 36px;
    font-family: 'SairaSemiCondensed';
    font-style: italic;
    color: #682605;
    transform: translate(-130px, -70px);
}

.brand[b-4qnyor5y0z] {
    font-size: 140px;
    font-family: 'Lobster';
    color: #682605;
}

.brand-img[b-4qnyor5y0z] {
    width: auto;
    height: auto;
    max-width: 60%;
    max-height: 100%;
    min-width: 400px;
    min-height: auto;
    /* background: url('Resources/img/El_Lider.png') no-repeat center center fixed; */
    /* background-size: contain; */
    outline-width: 10px;
    outline-color: red;
    /* transform: translateY(-70px); */
}

.message[b-4qnyor5y0z] {
    font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
    font-size: max(100%, min(100%, calc(200% - 0.1vw)));
    /* font-size: 200%; */
}

.awesome[b-4qnyor5y0z] {
    transform: translateY(50%);
}

.email-link[b-4qnyor5y0z] {
    transform: translateY(-200%);
}

.comming-soon[b-4qnyor5y0z] {
    /* transform: translateY(0px); */

    font-size: 40px;
    font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif;
    color: #682605;

    white-space: nowrap;
    /* overflow: hidden; */
    text-overflow: ellipsis;
}

