* {
    font-family: 'sans';
    margin: 0;
    padding: 0;
    box-sizing: inherit;
}

html {
    height: 100%;
    box-sizing: border-box;
}

body {
    height: 100%;


    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
}

#app {
    width: 100vw;
    /* padding-top: 4em; */
}


wa-page::part(header) {
    box-shadow: var(--wa-shadow-s);
}

.navbar {
    border: 1px solid var(--wa-color-neutral-90);
}

.loginFooter{
    margin-right: 8px;
    margin-bottom: 4px;
    display: flex;
    justify-content: end;
}
.loginFooterDropdown{
    font-size: 1em;
    color: var(--wa-color-text-normal);
}
.loginFooterDropdown>div{
    font-size: 1.5em;
    color: var(--wa-color-text-quiet);
}

a:link {
    text-decoration: none;
}

footer>div>* {
    color: black;
    /* var(--wa-color-neutral-80); */
}

/* LLM generated */
/* Pin the main-footer to the bottom on mobile only */
wa-page::part(main-footer) {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1000;
    padding-bottom: env(safe-area-inset-bottom);
    /* iOS home indicator / Safari toolbar */
    width: 100%;
}


/* Keep content from being hidden behind the fixed bar */
wa-page::part(main-content) {
    padding-bottom: calc(60px + env(safe-area-inset-bottom));
}


/* end of LLM generated */

footer {
    justify-content: space-between;
    display: flex;
    height: 60px;
    gap: 0;
}


footer>.navbar {
    flex: 1;
    display: flex;
    height: 100%;
}

footer>.navbar>* {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;

    flex-direction: column;
}

footer>.showModuleListIcon {
    width: 48px;
    min-width: 48px;
    height: 100%;
}

footer>div>*>wa-icon {
    font-size: 20px;
}

header {
    height: 60px;
    margin: 0;
}

header>* {
    height: 100%;
}

header>p {
    padding: 8px;
}

header>a>img {
    height: 100%;
}

header>wa-icon {
    font-size: 20px;
    padding: 24px;
}

header>wa-dropdown>wa-icon {
    /* border: 1px solid red; */
    font-size: 20px;
    padding: 24px;
}

header>wa-icon:last-child {
    /* border: 1px solid red; */
    margin-right: 4px;
    margin-left: 12px;
}

header {
    padding-right: 4px;
    padding-left: 4px;
}



wa-dropdown-item {
    padding: 12px 24px 12px 24px;
}



wa-card::part(body) {
    padding: 4px 8px 4px 8px;
}

wa-card {
    border-radius: 12px;
}


wa-page::part(body) {
    padding: 0 16px 0 16px;
}


.checklistCard>wa-card {
    margin-top: 8px;
    width: 100%;
}

.checklistCard>wa-card::part(body) {
    display: flex;
    flex-direction: row;
}

.checklistCard>wa-card>span {
    margin-left: 8px;
    margin-right: 8px;
    font-size: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 80px;
    width: 64px;
    min-width: 64px;
}

.checklistCard>wa-card>div {
    padding-top: 8px;
    max-width: 100%;
}

.searchBar {
    margin-top: 24px;
    margin-bottom: 24px;
}

wa-tag {
    padding: 0px 4px 0px 4px;
    font-size: 12px;
}

.tagList {
    margin-top: 4px;
}
.tagList > wa-scroller{
    width: calc(100vw - 130px);
}
.tagList > wa-scroller > div{
    display: flex;
    align-items: end;
    gap: 8px;
    height: 36px;
}

.tagList > wa-scroller > div > wa-button::part(base){
    font-size: 12px;
    border-radius: 4px;
    height: min-content;
    padding: 4px;
} 


.tagList > wa-scroller > div >wa-button>wa-badge{
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    border-radius: 100%;
}


.quickActionCardBody>wa-card {
    border-radius: 4px;
}

.quickActionCardBody>*>wa-card {
    border-radius: 4px;
}

.appEntranceForm {
    height: 90%;
    min-height: 450px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.appEntranceForm>wa-card {
    width: 100%;
}

.appEntranceForm>wa-card::part(body) {
    padding: 16px;
}

.appEntranceForm>wa-card::part(header) {
    display: flex;
    padding: 16px;
}

.appEntranceForm>wa-card>.mainLogo {
    height: 64px;
}

.appEntranceForm>wa-card>h1 {
    font-size: 1.6em;
    margin-bottom: 8px;

}

h1 {
    color: black;
    font-size: 1.6em;
}

h2 {
    font-size: 1.3em;
    color: black;
}

h3 {
    font-size: 1.1em;
    color: black;
}

h4 {
    font-size: 1.1em;
    color: var(--wa-color-neutral-60);
}

.settingSection>h2 {
    margin-bottom: 8px;
}

.settingSection {
    margin-bottom: 28px;
    margin-top: 28px;
}

.settingSection:first-child {
    margin-top: 12px;
}

.settingSection:last-child {
    margin-bottom: 12px;
}

.settingSection>wa-accordion {
    border-radius: 8px;
}

.navbarActive>* {
    color: var(--wa-color-brand-70);
}

.activeModuleInDrawerList>* {
    color: var(--wa-color-brand-70) !important;
}

.activeModuleInDrawerList:hover {
    background-color: var(--wa-color-brand-95) !important;
}

header {
    border: 1px solid var(--wa-color-neutral-95);
}

header>wa-icon {
    color: black;
    /* var(--wa-color-neutral-60);*/
}

header>wa-dropdown>wa-icon {
    color: black;
    /* var(--wa-color-neutral-60);*/
}

.showModuleListIcon {
    color: black;
    /* var(--wa-color-neutral-10);*/
}

.itemOfDrawerModuleList {
    width: 100%;
    padding: 8px;
}
.itemOfDrawerModuleList > wa-card > div{
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 8px;
    margin-bottom: 8px;
}
.itemOfDrawerModuleList > wa-card > div > wa-icon{
    text-align: center;
    font-size: 40px;
}
.itemOfDrawerModuleList > wa-card > div > div > p{
    color: var(--wa-color-gray-50);
}

.checklistList>a>wa-card>span {

    color: black;
    /*  var(--wa-color-neutral); */

}


/* .searchBar::part(base){
    border-color: var(--wa-color-brand-70);
} */

footer>div>* p {
    font-size: 12px;
}

.dashboardCard>wa-icon {
    font-size: 36px;
    color: var(--wa-color-gray);
}

.networkStatus {
    font-size: 12px;
}

.dashboardCard {
    width: 100%;
    min-height: 60px;
}

.homeStatisticsStatus {
    display: flex;
    justify-content: right;
}

.homeStatisticsStatus>div {
    display: flex;
    justify-content: stretch;
    align-items: center;
    align-content: center;
    gap: 4px;
}

.quickActionCardBody{
    padding: 4px;
}

.quickActionCardBody>div>wa-details::part(header) {
    padding: 0;
}


.widgetCard {
    margin-bottom: 32px;
    margin-top: 0px;
}

.widgetCard:last-child {
    margin: 0;
}

.widgetCardHeader {
    margin-bottom: 16px;
}

.widgetCardHeader>a {
    color: var(--wa-color-gray);
}

.cardHeader {
    display: flex;
    gap: 4px;
    align-items: center;
}


.widgetChecklist>div {
    display: flex;
    align-content: stretch;
    align-items: center;
    padding-bottom: 16px;
    padding-top: 16px;
}


.widgetChecklist>div>span {
    font-size: 32px;
    color: var(--wa-color-gray);
    margin-right: 4px;
    width: 100px;
    text-align: center;
}

.widgetChecklist>div>div {
    width: 100%;
    height: 100%;
}

.widgetChecklist>div>div>p {
    color: black;
}

.widgetChecklist>div>wa-icon {
    color: var(--wa-color-gray-70);
    align-self: end;
}

.widgetChecklist > wa-button {
    width: 100%;
    padding-bottom: 4px;
}


.sync-event-line {
    display: flex;
    align-content: stretch;
    align-items: center;
    gap: 16px;
    width: 100%;
    padding: 4px;
}

.sync-event-line>p:last-child {
    text-align: right;
    flex-grow: 1;
}

.sync-event-line>p>wa-icon {
    margin-right: 4px;
}


.quickActionCardBody>div>wa-details::part(content) {
    padding: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

.status-card-container{
    display: block;
    max-height: 200px;
}

.status-card-container >wa-scroller{
    max-height: 200px;
}


.sync-event-line:not(:last-child) {
    border-bottom: 1px solid var(--wa-color-gray-95);
}


.assignedVehicleCard {
    display: flex;
    align-content: stretch;   
    align-items: center;
    gap: 12px;
}

.assignedVehicleCard > span{
    font-size: 20px;
    background-color: var(--wa-color-gray-95);
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.assignedVehicleCard > p {
    color: var(--wa-color-neutral);
}

.assignedVehicleCard{
    border-top: 1px solid var(--wa-color-gray-95);
    margin-top: 4px;
    padding-top: 12px;
}

.discreteDetails{
    padding: 0;
    margin: 0;
}
.discreteDetails::part(icon){
    display: none;
}


.formSection > div > wa-radio-group {
    width: 100%;
    display: flex;
}

.formSection > div > wa-radio-group > wa-radio {
    flex-grow: 1;
    text-align: center;
    display: flex;
    justify-content: center;
}

.updateCallout::part(message) {
    display: flex;
    justify-content: center;
}
.updateCallout > div {
    margin-top: 8px;
    margin-bottom: 8px;
    margin-right: 8px;
    display:grid;
    width: fit-content;
}
.updateCallout > div > wa-button {
    margin-top: 8px;
}


/* .adminLogin>wa-card::part(header) {
    display: none;
} */

.adminLogin > wa-card > h1{
    margin-top: 8px;
    color: var(--wa-color-danger-10);
}

.adminLogin > wa-card > form > wa-input::part(label){
    color: var(--wa-color-danger-20);
}


#vehicleCompteur {
    justify-content: end;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    gap: 24px;
}


.return-button{
    padding-right: 8px;
    font-size: 24px;
    color: var(--wa-color-text-quiet);
}

.form-description{
    margin-top: 20px;
    color: var(--wa-color-text-quiet);
}

.checklistBody{
    margin-top: 20px;
}



.noVehicleAssigned{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}