/* _content/Bid4One_WebPortal/MainPages/VoorbeeldPagina.razor.rz.scp.css */
body[b-wrl652ljnm] {
}
/* _content/Bid4One_WebPortal/Pages/Index.razor.rz.scp.css */
/* _content/Bid4One_WebPortal/Shared/MainLayout.razor.rz.scp.css */
.page[b-ovm8p9117l] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-ovm8p9117l] {
    flex: 1;
}

.footer[b-ovm8p9117l]{
    height: 150px !important;
    
}
.foot[b-ovm8p9117l] {
    display:grid;
    grid-template-columns:50% 50%;
    grid-template-rows:none;

}

.ServicePrivacy[b-ovm8p9117l] {
    display: flex;
    justify-content: flex-end;
    gap:16px;
}


.sidebar[b-ovm8p9117l] {
    background-color: black;
}


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

    .top-row[b-ovm8p9117l]  a, .top-row .btn-link[b-ovm8p9117l] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

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

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-ovm8p9117l] {
        display: none;
    }

    .top-row.auth[b-ovm8p9117l] {
        justify-content: space-between;
    }

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

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

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

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

    .top-row[b-ovm8p9117l], article[b-ovm8p9117l] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Bid4One_WebPortal/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hn027pdqxl] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.oi[b-hn027pdqxl] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}
.foi[b-hn027pdqxl] {
    width: 2rem;
    font-size: 22px;
    vertical-align: text-top;
    top: -2px;
}

.signup_border[b-hn027pdqxl] {
    margin: 5px;
    padding: 2px;
    width: 90%;
    height: auto;
    background: rgb(4,255,227);
    background: radial-gradient(circle, rgba(4,255,227,1) 0%, rgba(41,221,27,1) 50%, rgba(0,212,255,1) 100%, rgba(30,30,30,1) 100%);
    border-radius: 16px;
}
.signup_button[b-hn027pdqxl] {
    font-size: 1.1rem;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 16px;
    background-color: black;
    color: white;
    width: 100%;
}

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

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

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

    .nav-item[b-hn027pdqxl]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

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

    .collapse[b-hn027pdqxl] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-hn027pdqxl] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/Bid4One_WebPortal/Shared/NavMenuV2.razor.rz.scp.css */
.navbar-toggler[b-thkvcb8emh] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

.oi[b-thkvcb8emh] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.foi[b-thkvcb8emh] {
    width: 2rem;
    font-size: 22px;
    vertical-align: text-top;
    top: -2px;
}

.signup_border[b-thkvcb8emh] {
    margin: 5px;
    padding: 2px;
    width: 90%;
    height: auto;
    background: rgb(4,255,227);
    background: radial-gradient(circle, rgba(4,255,227,1) 0%, rgba(41,221,27,1) 50%, rgba(0,212,255,1) 100%, rgba(30,30,30,1) 100%);
    border-radius: 16px;
}

.signup_button[b-thkvcb8emh] {
    font-size: 1.1rem;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 16px;
    background-color: black;
    color: white;
    width: 100%;
}

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

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

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

    .nav-item[b-thkvcb8emh]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

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

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

@media only screen and (orientation: portrait) and ( max-width: 600px) {
    /*.navbar-toggler {
        display: none;
    }

    .collapse {
         Never collapse the sidebar for wide screens 
        display: block;
    }

    .nav-scrollable {
        Allow sidebar to scroll for tall menus 
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
*/
    .Nav3[b-thkvcb8emh] {
        display: none;
    }
}


/* _content/Bid4One_WebPortal/wwwroot/Licence_Plate/LicenceplateConfig.razor.rz.scp.css */
.fakeHTML[b-m4i55kgtmt], body[b-m4i55kgtmt] {
    background-color: transparent;
    padding: 0px;
    margin: 0px;
}



@font-face {
    font-family: 'opensans-regular';
    src: url('../bid4onev1/assets/fonts/opensans-regular.ttf') format('truetype');
}
.main[b-m4i55kgtmt] {
    display: grid;
    color: white;
    font-family: openSans;
    grid-template-columns: 0.5fr 3fr;
    grid-template-rows: auto;
  
}

nav[b-m4i55kgtmt] {
    max-width: 1fr;
    background-color: black;
    height: auto;
}

article[b-m4i55kgtmt] {
    display: grid;
    grid-template-rows: 0.1fr auto 0.1fr;
    background-color: rgb(20, 20, 20);
    height: 100%;
    font-family: openSans;
}

header[b-m4i55kgtmt] {
    display: grid;
    grid-template-columns: 0.5fr 0.5fr;
}

.accounting[b-m4i55kgtmt] {
    display: flex;
    align-items: center;
    justify-content: right;
}

.header_info[b-m4i55kgtmt] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 100px;
}

.info[b-m4i55kgtmt] {
    background-color: rgb(30, 30, 30);
    border-radius: 32px;
    width: 80%;
    font-family: openSans;
    grid-area: footer;
    display: grid;
    grid-template-areas: 'L R';
    grid-template-columns: 3fr 3fr;
    gap: 15rem;
    grid-template-rows: auto;
    align-items: center;
    justify-items: center;
}

.midden[b-m4i55kgtmt] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.naam[b-m4i55kgtmt] {
    grid-area: L;
    line-height: 10px;
}

.contact[b-m4i55kgtmt] {
    grid-area: R;
    line-height: 75px;
}

.linkedin[b-m4i55kgtmt] {
    display: flex;
    gap: 20px
}

.account[b-m4i55kgtmt] {
    border: none;
    width: 64px;
    height: 64px;
    border-radius: 32px;
    background-color: white;
}

.upgrade[b-m4i55kgtmt] {
    line-height: 15px;
    text-align: center;
    font-size: small;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgb(20, 20, 20);
    color: white;
    font-family: openSans;
    width: 90%;
    border: none;
    border-radius: 16px;
}

.upgrade-child[b-m4i55kgtmt] {
    display: block;
}

.upgrade-btn[b-m4i55kgtmt] {
    width: 80%;
    background: radial-gradient(circle, rgba(4,255,227,1) 0%, rgba(41,221,27,1) 50%, rgba(0,212,255,1) 100%, rgba(30,30,30,1) 100%);
    border: none;
    border-radius: 16px;
    height: 50px;
    text-align: center;
    margin: 10px;
}

.btn[b-m4i55kgtmt] {
    display: inline-flex;
    border: none;
    border-radius: 16px;
    background-color: black;
    color: white;
    width: 90%;
}

    .btn.selected[b-m4i55kgtmt] {
        display: inline-flex;
        color: white;
        width: 100%;
        border: none;
        border-radius: 16px;
        background-color: rgb(25,25,25);
    }

.shadow[b-m4i55kgtmt] {
    margin: 5px;
    padding: 2px;
    width: 90%;
    height: auto;
    background: rgb(4,255,227);
    background: radial-gradient(circle, rgba(4,255,227,1) 0%, rgba(41,221,27,1) 50%, rgba(0,212,255,1) 100%, rgba(30,30,30,1) 100%);
    border-radius: 16px;
}

.shadow-b[b-m4i55kgtmt] {
    margin: 5px;
    margin-top: 20px;
    padding-bottom: 4px;
    width: 90%;
    height: auto;
    background: rgba(0,212,255,0);
}


    .shadow-b.selected[b-m4i55kgtmt] {
        margin: 5px;
        margin-top: 20px;
        padding-bottom: 4px;
        width: 90%;
        height: auto;
        background: rgb(4,255,227);
        background: radial-gradient(circle, rgba(4,255,227,1) 0%, rgba(41,221,27,1) 50%, rgba(0,212,255,1) 100%, rgba(30,30,30,1) 100%);
        border-radius: 16px;
    }

.btn_project[b-m4i55kgtmt] {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border: none;
    border-radius: 16px;
    background-color: black;
    color: white;
    width: 100%;
}

#content[b-m4i55kgtmt] {
    scale: 75%;
}

.container[b-m4i55kgtmt] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 16px;
    text-align: center;
    color: white;
}


import url(https://fonts.googleapis.com/css?family=Righteous);
import url(https://fonts.googleapis.com/css?family=Dosis);


body.white[b-m4i55kgtmt] {
    background: transparent;
}

.data[b-m4i55kgtmt] {
    font-size: large;
}

#plate[b-m4i55kgtmt] {
    font-size 200px !important;
    background: white;
    position: relative;
}
#numbText[b-m4i55kgtmt] {
    font-size 200px !important;
}
#plate.rounded[b-m4i55kgtmt] {
    border-top-left-radius: 3.33% 6.66% !important;
    border-top-right-radius: 3.33% 6.66% !important;
    border-bottom-left-radius: 3.33% 6.66% !important;
    border-bottom-right-radius: 3.33% 6.66% !important;
}

#elements[b-m4i55kgtmt] {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.state[b-m4i55kgtmt] {
    font-family: Righteous;
    text-transform: uppercase;
    font-size: 350%;
    padding-top: 3.33%;
    color: rgb(165, 23, 29);
    position: relative;
    z-index: 10;
}

.reg-no[b-m4i55kgtmt] {
    position: absolute;
    top: 29.66666666666666666667%;
    left: 0;
    right: 0;
    height: 57.33333333333333333333%;
}

    .reg-no input[b-m4i55kgtmt] {
        font-family: opensans-regular;
        font-size: 128px;
        color: rgb(51, 53, 114);
        text-shadow: 0 0 10px #fff, 0 2px 10px #666;
        width: 100%;
        text-align: center;
        text-transform: uppercase;
        padding: 0;
        border: 0px none;
        position: relative;
        z-index: 10;
        background: transparent;
        height: 100%;
        line-height: 100%;
    }

.circle[b-m4i55kgtmt] {
    width: 14.17%;
    height: 28.33%;
    position: absolute;
    border-radius: 50%;
    background: -webkit-linear-gradient(top, #E4872F 93%, white 20%);
    background: -moz-linear-gradient(top, #E4872F 93%, white 20%);
    background: linear-gradient(top, #E4872F 93%, white 20%);
    top: 1.67%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    overflow: hidden;
}

.line-thin[b-m4i55kgtmt], .line-thin2[b-m4i55kgtmt], .line-thick[b-m4i55kgtmt] {
    position: absolute;
    height: 2%;
    background-color: #E4872F;
    left: 0;
    right: 0;
    top: 16.67%;
    z-index: 2;
}

.line-thin2[b-m4i55kgtmt] {
    top: 21%;
}

.line-thick[b-m4i55kgtmt] {
    top: 28%;
    height: 2.66666666666666666667%;
}

.inner[b-m4i55kgtmt], .inner2[b-m4i55kgtmt] {
    background-color: #fff;
    height: 7.05882352941176470588%;
    position: absolute;
    left: 0;
    right: 0;
    top: 52.94117647058823529412%;
}

.inner2[b-m4i55kgtmt] {
    top: 68.23529411764705882353%;
}

.aka[b-m4i55kgtmt] {
    font-family: Righteous;
    color: #e4872f;
    font-size: 1.5em;
    letter-spacing: 0.08em;
    position: absolute;
    top: 87%;
    height: 13%;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#placeholder[b-m4i55kgtmt] {
    opacity: 0;
    display: block;
}

#infos[b-m4i55kgtmt], .options[b-m4i55kgtmt] {
    width: fit-content;
    margin: 20px auto;
}

.options[b-m4i55kgtmt] {
    padding: 5px;
    border-radius: 5px;
    background: white;
    color: black;
}

.phone[b-m4i55kgtmt] {
    display: none;
}

    .phone a[b-m4i55kgtmt] {
        color: white;
    }

.frame[b-m4i55kgtmt] {
    aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
}
.subArticle[b-m4i55kgtmt] {
    width: 100%;
    display: grid;
    align-items: start;
    justify-content: center;
}

.LicenseplateTable[b-m4i55kgtmt] {
    display:block;
    border-collapse: collapse;
    height:fit-content;
    width:fit-content;
}
th[b-m4i55kgtmt], td[b-m4i55kgtmt] {
    text-align: left;
    padding: 8px;
    border: inset 2px black;
}

.EnvironmentalImpact[b-m4i55kgtmt] {
    background-color: white;
    color:black;
    padding: 5px;
}

/*@media only screen and (max-width: 800px) {
  
 
    article,.shadow-b,.upgrade{
        display: none;
    }

    #content{
       scale: 40%
    }

    .main{
        display: block;
        color:white;
        font-family: openSans;
    }
    nav{
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
        background-color: black;
       height: auto;
    }

.dc-inline{
    color: blue;
}

    .phone{
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 100%;
    }
}*/


