@import '_content/Havit.Blazor.Components.Web.Bootstrap/Havit.Blazor.Components.Web.Bootstrap.bundle.scp.css';

/* _content/AeroGateManager/Components/Account/ChangePassword.razor.rz.scp.css */
.container[b-fpwiopy9mw] {
    display: grid;
    place-items: center; /* Shortcut for justify-items and align-items */
    height: 100vh;
}

.centered-div[b-fpwiopy9mw] {
    width: 200px;
    height: 100px;
    background-color: lightblue;
}
/* _content/AeroGateManager/Components/Account/ConfirmMail.razor.rz.scp.css */
.container[b-a0izzht9t7] {
    display: grid;
    place-items: center; /* Shortcut for justify-items and align-items */
    height: 100vh;
}

.centered-div[b-a0izzht9t7] {
    width: 200px;
    height: 100px;
    background-color: lightblue;
}
/* _content/AeroGateManager/Components/Account/Login.razor.rz.scp.css */
.container[b-3iklztdmm2] {
    display: grid;
    place-items: center; /* Shortcut for justify-items and align-items */
    height: 100vh;
}

.centered-div[b-3iklztdmm2] {
    width: 200px;
    height: 100px;
    background-color: lightblue;
}
/* _content/AeroGateManager/Components/Account/Logout.razor.rz.scp.css */
.container[b-jqts8sr5x2] {
    display: grid;
    place-items: center; /* Shortcut for justify-items and align-items */
    height: 100vh;
}

.centered-div[b-jqts8sr5x2] {
    width: 200px;
    height: 100px;
    background-color: lightblue;
}
/* _content/AeroGateManager/Components/Account/ResetPassword.razor.rz.scp.css */
.container[b-8vt04c0wkb] {
    display: grid;
    place-items: center; /* Shortcut for justify-items and align-items */
    height: 100vh;
}

.centered-div[b-8vt04c0wkb] {
    width: 200px;
    height: 100px;
    background-color: lightblue;
}
/* _content/AeroGateManager/Components/Layout/MainLayout.razor.rz.scp.css */
/*
.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

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

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

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui {
    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 {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
    */
/* _content/AeroGateManager/Components/Layout/MainLayoutBlank.razor.rz.scp.css */
/*
.page {
    position: relative;
    display: flex;
    flex-direction: column;
}

main {
    flex: 1;
}

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

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

    .top-row ::deep a, .top-row ::deep .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row ::deep a:hover, .top-row ::deep .btn-link:hover {
        text-decoration: underline;
    }

    .top-row ::deep a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

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

    .top-row ::deep a, .top-row ::deep .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page {
        flex-direction: row;
    }

    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth ::deep a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row, article {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui {
    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 {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
    */
/* _content/AeroGateManager/Components/Pages/Dashboard.razor.rz.scp.css */
.parent[b-qdqje32r8d] {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 30px;
    /*grid-row-gap: 30px;*/
}

.div1[b-qdqje32r8d] {
    grid-area: 1 / 1 / 2 / 2;
}

.div2[b-qdqje32r8d] {
    grid-area: 1 / 2 / 2 / 3;
}

.div3[b-qdqje32r8d] {
    grid-area: 1 / 3 / 2 / 4;
}

.div4[b-qdqje32r8d] {
    grid-area: 1 / 4 / 2 / 5;
}

.div5[b-qdqje32r8d] {
    grid-area: 3 / 1 / 4 / 5;
}

.div6[b-qdqje32r8d] {
    grid-area: 4 / 1 / 5 / 5;
}

.div7[b-qdqje32r8d] {
    grid-area: 2 / 1 / 3 / 3;
}

.div8[b-qdqje32r8d] {
    grid-area: 2 / 3 / 3 / 5;
}


.card-chart[b-qdqje32r8d] {
    overflow: hidden;
}

.card[b-qdqje32r8d] {
    background: #27293d;
    border: 0;
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 1px 20px 0 rgba(0,0,0,.1);
}

.card[b-qdqje32r8d] {
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: .0625rem solid rgba(34, 42, 66, .05);
    border-radius: .2857rem;
}

.card .card-header:not([data-background-color])[b-qdqje32r8d] {
    background-color: transparent;
}

.card .card-header[b-qdqje32r8d] {
    padding: 15px 15px 0;
    border: 0;
    color: hsla(0, 0%, 100%, .8);
}

.card-header[b-qdqje32r8d] {
    padding: 1.25rem 1.5rem;
    margin-bottom: 0;
    background-color: #f6f9fc;
    border-bottom: .0625rem solid rgba(34, 42, 66, .05);
}

.card-chart .card-header .card-category[b-qdqje32r8d] {
    margin-bottom: 5px;
}

.card .card-header .card-category[b-qdqje32r8d] {
    color: #9a9a9a;
    margin-bottom: 5px;
    font-weight: 300;
}

.card h1[b-qdqje32r8d], .card h2[b-qdqje32r8d], .card h3[b-qdqje32r8d], .card h4[b-qdqje32r8d], .card h5[b-qdqje32r8d], .card h6[b-qdqje32r8d], .card p[b-qdqje32r8d], h1[b-qdqje32r8d], h2[b-qdqje32r8d], h3[b-qdqje32r8d], h4[b-qdqje32r8d], h5[b-qdqje32r8d], h6[b-qdqje32r8d] {
    color: hsla(0, 0%, 100%, .8);
}

.card-category[b-qdqje32r8d] {
    font-size: .75rem;
}

.card-category[b-qdqje32r8d], .category[b-qdqje32r8d] {
    text-transform: capitalize;
    font-weight: 400;
    color: hsla(0, 0%, 100%, .6);
    font-size: .75rem;
}

.h5[b-qdqje32r8d], h5[b-qdqje32r8d] {
    line-height: 1.4em;
    margin-bottom: 15px;
}

.card .card-header .card-title[b-qdqje32r8d] {
    color: #fff;
    font-weight: 100;
}

.card .card-title[b-qdqje32r8d] {
    margin-bottom: .75rem;
}

.card h1[b-qdqje32r8d], .card h2[b-qdqje32r8d], .card h3[b-qdqje32r8d], .card h4[b-qdqje32r8d], .card h5[b-qdqje32r8d], .card h6[b-qdqje32r8d], .card p[b-qdqje32r8d], h1[b-qdqje32r8d], h2[b-qdqje32r8d], h3[b-qdqje32r8d], h4[b-qdqje32r8d], h5[b-qdqje32r8d], h6[b-qdqje32r8d] {
    color: hsla(0, 0%, 100%, .8);
}

.card-title[b-qdqje32r8d] {
    margin-bottom: 1.25rem;
}

.card-title[b-qdqje32r8d] {
    margin-bottom: var(--bs-card-title-spacer-y);
    color: var(--bs-card-title-color);
}

.h3[b-qdqje32r8d], h3[b-qdqje32r8d] {
    line-height: 1.4em;
}

.h2[b-qdqje32r8d], .h3[b-qdqje32r8d], h2[b-qdqje32r8d], h3[b-qdqje32r8d] {
    margin-bottom: 30px;
}

h1[b-qdqje32r8d], h2[b-qdqje32r8d], h3[b-qdqje32r8d], h4[b-qdqje32r8d], h5[b-qdqje32r8d], h6[b-qdqje32r8d] {
    font-weight: 400;
}

.h1[b-qdqje32r8d], .h2[b-qdqje32r8d], .h3[b-qdqje32r8d], .h4[b-qdqje32r8d], .h5[b-qdqje32r8d], .h6[b-qdqje32r8d], h1[b-qdqje32r8d], h2[b-qdqje32r8d], h3[b-qdqje32r8d], h4[b-qdqje32r8d], h5[b-qdqje32r8d], h6[b-qdqje32r8d] {
    line-height: 1.2;
}

.h3[b-qdqje32r8d], h3[b-qdqje32r8d] {
    font-size: 1.4375rem;
}

.h1[b-qdqje32r8d], .h2[b-qdqje32r8d], .h3[b-qdqje32r8d], .h4[b-qdqje32r8d], .h5[b-qdqje32r8d], .h6[b-qdqje32r8d], h1[b-qdqje32r8d], h2[b-qdqje32r8d], h3[b-qdqje32r8d], h4[b-qdqje32r8d], h5[b-qdqje32r8d], h6[b-qdqje32r8d] {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 400;
    /*color: #32325d;*/
}

h1[b-qdqje32r8d], h2[b-qdqje32r8d], h3[b-qdqje32r8d], h4[b-qdqje32r8d], h5[b-qdqje32r8d], h6[b-qdqje32r8d] {
    margin-top: 0;
    margin-bottom: .5rem;
}

.card-chart .card-header .card-title i[b-qdqje32r8d] {
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 3px;
}

.text-primary[b-qdqje32r8d] {
    color: #e14eca !important;
}
/* _content/AeroGateManager/Components/UI/AdminOTP.razor.rz.scp.css */
.otp[b-hd18c5w5m3] {
    letter-spacing: 10px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 2rem;
    margin-bottom: 20px;
}

.correctionDate[b-hd18c5w5m3] {

}
/* _content/AeroGateManager/Components/UI/OTPDialog.razor.rz.scp.css */
.otp[b-aeceyd24zd] {
    letter-spacing: 10px;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 20px;
}

.correctionDate[b-aeceyd24zd] {

}
