/*ios 15 fix*/
html {
    overflow: hidden;
}
@supports (overflow: clip) {
    html {
        overflow-clip-margin: 0px;
        overflow: clip;
    }
}
/*ios 15 fix*/

@-webkit-keyframes breath {
    0% {
        background-size: 0.1% auto;
    }

    100% {
        background-size: 40% auto;
    }
}

#splash {
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center;
    background-size: 300px 188px;
    /*background-color:#F5F3F5;*/
    height: 100%;
}

@font-face {
    font-family: material icons;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/MaterialIcons-Regular.eot);
    src: local('Material Icons'), local('MaterialIcons-Regular'), url(../fonts/MaterialIcons-Regular.woff2) format('woff2'), url(../fonts/MaterialIcons-Regular.woff) format('woff'), url(../fonts/MaterialIcons-Regular.ttf) format('truetype')
}

body{
    z-index: -2;
}

.material-icons {
    font-family: material icons;
    font-weight: 400;
    font-style: normal;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    text-transform: none;
    letter-spacing: normal;
    word-wrap: normal;
    white-space: nowrap;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    font-feature-settings: 'liga'
}

@font-face {
    font-family: framework7 icons;
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/Framework7Icons-Regular.eot);
    src: url(../fonts/Framework7Icons-Regular.woff2) format("woff2"), url(../fonts/Framework7Icons-Regular.woff) format("woff"), url(../fonts/Framework7Icons-Regular.ttf) format("truetype")
}

.f7-icons {
    font-family: framework7 icons;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-feature-settings: "liga";
    -moz-font-feature-settings: "liga=1";
    -moz-font-feature-settings: "liga";
    font-feature-settings: "liga";
    text-align: center
}

.demo-list-icon, .icon-f7 {
    background: #ccc;
    display: block;
    position: relative
}

.theme-dark .demo-list-icon {
    background-color: #555
}

.icon-f7 {
    background: url(../img/f7-icon.png) no-repeat center;
    background-size: cover
}

.icon-vi {
    background: url(../img/vi-icon.png) no-repeat center;
    background-size: cover
}

.ios .demo-list-icon, .ios .icon-f7, .ios .icon-vi {
    width: 28px;
    height: 28px;
    border-radius: 6px;
    box-sizing: border-box
}

.md .demo-list-icon, .md .icon-f7, .md .icon-vi {
    width: 24px;
    height: 24px;
    border-radius: 4px
}

.aurora .demo-list-icon, .aurora .icon-f7, .aurora .icon-vi {
    width: 18px;
    height: 18px;
    border-radius: 4px
}

img.demo-lazy {
    display: block;
    width: 100%;
    height: auto
}

div.demo-lazy {
    background: #aaa;
    -webkit-background-size: cover;
    background-size: cover;
    height: 300px;
    height: 60vw
}

.demo-fab-sheet {
    position: absolute;
    left: 16px;
    bottom: 80px;
    width: 140px;
    background: #fff;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .4);
    border-radius: 5px;
    z-index: 1600;
    margin: 0!important
}

.ios .demo-fab-sheet {
    bottom: 15px
}

.md .demo-fab-sheet {
    bottom: 16px
}

.demo-fab-fullscreen-sheet {
    position: absolute;
    left: 10px;
    right: 10px;
    top: calc(64px + var(--f7-safe-area-top));
    bottom: 0;
    background: #fff;
    z-index: 1600;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 3px 30px rgba(0, 0, 0, .4);
    overflow: hidden
}

@media(min-width:768px) {
    .demo-fab-fullscreen-sheet {
        left: 20%;
        width: 60%;
        right: auto;
        height: 80%;
        top: auto
    }
}

.demo-fab-fullscreen-sheet .page {
    background: #fff
}

.ios .messagebar:not(.messagebar-with-value):not(.messagebar-attachments-visible) a.demo-send-message-link {
    pointer-events: none;
    color: #8e8e8e
}

.md .messagebar:not(.messagebar-with-value):not(.messagebar-attachments-visible) a.demo-send-message-link {
    pointer-events: none;
    opacity: .5
}

.grid-demo div[class*=col] {
    background: #fff;
    text-align: center;
    color: #000;
    border: 1px solid #ddd;
    padding: 5px;
    font-size: 12px;
    margin-bottom: 15px
}

.grid-resizable-demo {
    --f7-grid-row-gap: 16px
}

.grid-resizable-demo div[class*=col] {
    margin-bottom: 0
}

.grid-resizable-demo .demo-col-center-content {
    display: flex;
    align-items: center;
    justify-content: center
}

.theme-dark .grid-demo div[class*=col] {
    background-color: #000;
    color: #fff;
    border-color: #444
}

.demo-card-header-pic .card-header {
    height: 40vw;
    background-size: cover;
    background-position: center;
    color: #fff
}

.demo-card-header-pic .card-content-padding .date {
    color: #8e8e93
}

.demo-facebook-card .card-header {
    display: block;
    padding: 10px
}

.demo-facebook-card .demo-facebook-avatar {
    float: left
}

.demo-facebook-card .demo-facebook-name {
    margin-left: 44px;
    font-size: 14px;
    font-weight: 500
}

.demo-facebook-card .demo-facebook-date {
    margin-left: 44px;
    font-size: 13px;
    color: #8e8e93
}

.demo-facebook-card .card-footer {
    background: #fafafa
}

.theme-dark .demo-facebook-card .card-footer {
    background-color: transparent
}

.demo-facebook-card .card-footer a {
    color: #81848b;
    font-weight: 500
}

.demo-facebook-card .card-content img {
    display: block
}

.demo-facebook-card .card-content-padding {
    padding: 15px 10px
}

.demo-facebook-card .card-content-padding .likes {
    color: #8e8e93
}

.panel {
    min-width: 150px;
    max-width: 90%
}

.ios .panel-right.panel-in~.view-main:after, .ios .panel-right.panel-out~.view-main:after, .aurora .panel-right.panel-in~.view-main:after, .aurora .panel-right.panel-out~.view-main:after {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ddd;
    z-index: 1000
}

.ios .theme-dark .panel-right.panel-in~.view-main:after, .ios .theme-dark .panel-right.panel-out~.view-main:after, .aurora .theme-dark .panel-right.panel-in~.view-main:after, .aurora .theme-dark .panel-right.panel-out~.view-main:after {
    background: #282828
}

.ios .panel-left:after {
    content: '';
    height: 100%;
    width: 1px;
    position: absolute;
    right: 0;
    top: 0;
    background: #ddd;
    z-index: 1000
}

.ios .theme-dark .panel-left:after {
    background: #282828
}

.demo-swiper {
    width: 100%;
    height: 100%
}

.demo-swiper .swiper-slide, .demo-swiper-multiple .swiper-slide {
    font-size: 25px;
    font-weight: 300;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    background: #fff;
    color: #000
}

.demo-swiper-multiple .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #ccc;
    background: #fff
}

.demo-swiper-multiple {
    margin: 0 0 35px;
    font-size: 18px;
    height: 120px
}

.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide {
    width: 85%
}

.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide:nth-child(2n) {
    width: 70%
}

.demo-swiper-multiple.demo-swiper-multiple-auto .swiper-slide:nth-child(3n) {
    width: 30%
}

.demo-swiper-custom {
    height: 100%
}

.demo-swiper-custom .swiper-container {
    background: #000;
    height: 100%
}

.demo-swiper-custom .swiper-slide {
    background-size: cover;
    background-position: center
}

.demo-swiper-custom .swiper-pagination .swiper-pagination-bullet {
    cursor: pointer;
    width: 10px;
    height: 10px;
    background: transparent;
    opacity: 1;
    border-radius: 0;
    transition: 200ms;
    position: relative;
    transform: scale(.9);
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, .8)
}

.demo-swiper-custom .swiper-pagination .swiper-pagination-bullet-active {
    z-index: 1;
    border: 1px solid #007aff;
    transform: scale(1.4)
}

.demo-swiper-cube {
    width: 80%;
    height: 70%;
    top: 15%
}

.demo-swiper-coverflow {
    height: 60%;
    top: 20%
}

.demo-swiper-coverflow .swiper-slide {
    width: 65%
}

.demo-swiper-cube .swiper-slide, .demo-swiper-coverflow .swiper-slide {
    background-size: cover;
    color: #fff;
    -webkit-backface-visibility: hidden
}

.demo-swiper-fade .swiper-slide {
    background-size: cover;
    background-position: center
}

.demo-swiper-gallery-top {
    height: 70%
}

.demo-swiper-gallery-thumbs {
    margin-top: 10px;
    height: 20%;
    height: -webkit-calc(30% - 20px);
    height: -moz-calc(30% - 20px);
    height: -ms-calc(30% - 20px);
    height: calc(30% - 20px)
}

.demo-swiper-gallery-thumbs .swiper-slide-pic {
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: .35;
    transition: 300ms
}

.demo-swiper-gallery-thumbs .swiper-slide-thumb-active .swiper-slide-pic {
    opacity: 1
}

.demo-swiper-gallery-top .swiper-slide, .demo-swiper-gallery-thumbs .swiper-slide-pic {
    background-size: cover;
    background-position: center
}

.demo-swiper-parallax {
    height: 100%
}

.demo-swiper-parallax .swiper-parallax-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 130%;
    height: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center
}

.demo-swiper-parallax .swiper-slide {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 60px;
    color: #fff
}

.demo-swiper-parallax .swiper-slide-title {
    font-size: 41px;
    font-weight: 300
}

.demo-swiper-parallax .swiper-slide-subtitle {
    font-size: 21px
}

.demo-swiper-parallax .swiper-slide-text {
    font-size: 14px;
    max-width: 400px;
    line-height: 1.3
}

.demo-swiper-lazy {
    height: 100%
}

.demo-swiper-lazy .swiper-slide {
    position: relative
}

.demo-swiper-lazy .swiper-slide img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%)
}

code {
    background: #f3f3f3;
    padding: 5px;
    font-size: 12px
}

.theme-dark code {
    background: #000
}

.demo-icon {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #333
}

.theme-dark .demo-icon {
    color: #fff
}

.demo-icon .demo-icon-name {
    margin-top: 5px;
    font-size: 11px;
    color: #666;
    text-overflow: ellipsis;
    overflow: hidden
}

.theme-dark .demo-icon .demo-icon-name {
    color: #aaa
}

.elevation-demo {
    height: 100px;
    margin: 30px 10px;
    background: #fff;
    font-size: 18px;
    text-align: center;
    line-height: 100px
}

.theme-dark .elevation-demo {
    background: 0 0
}

.demo-theme-picker {
    cursor: pointer;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    border: 1px solid rgba(255, 255, 255, .2);
    box-sizing: border-box;
    position: relative
}

.demo-theme-picker .checkbox {
    position: absolute;
    left: 10px;
    bottom: 10px
}

.demo-color-picker-button {
    margin-bottom: 1em;
    text-transform: capitalize
}

.demo-bars-picker {
    height: 200px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, .1);
    cursor: pointer;
    position: relative;
    overflow: hidden;
    background: var(--f7-page-bg-color);
    border: 1px solid rgba(255, 255, 255, .2)
}

.demo-bars-picker .checkbox {
    position: absolute;
    left: 10px;
    bottom: 10px
}

.demo-bars-picker .demo-navbar {
    position: absolute;
    left: 0;
    width: 100%;
    height: 30px;
    top: 0;
    border-bottom: 1px solid transparent
}

.demo-bars-picker .demo-navbar:before {
    content: '';
    position: absolute;
    left: 10px;
    width: 20px;
    height: 10px;
    top: 50%;
    margin-top: -5px
}

.demo-bars-picker .demo-navbar:after {
    content: '';
    position: absolute;
    right: 10px;
    width: 20px;
    height: 10px;
    top: 50%;
    margin-top: -5px
}

.demo-bars-picker-empty .demo-navbar {
    background: #f7f7f8;
    border-color: rgba(0, 0, 0, .1)
}

.theme-dark .demo-bars-picker-empty .demo-navbar {
    background: #1b1b1b;
    border-color: #282829
}

.demo-bars-picker-empty .demo-navbar:before, .demo-bars-picker-empty .demo-navbar:after {
    background: var(--f7-theme-color)
}

.demo-bars-picker-fill .demo-navbar {
    background: var(--f7-theme-color)
}

.demo-bars-picker-fill .demo-navbar:before, .demo-bars-picker-fill .demo-navbar:after {
    background: #fff
}

@media(min-width:768px) {
    .demo-expandable-cards {
        display: flex;
        flex-wrap: wrap
    }
    .demo-expandable-cards .card {
        flex-shrink: 10;
        min-width: 0
    }
}

@media(min-width:768px) and (max-width:1023px) {
    .demo-expandable-cards .card {
        width: calc((100% - var(--f7-card-expandable-margin-horizontal) * 3)/2)
    }
    .demo-expandable-cards .card:nth-child(2), .demo-expandable-cards .card:nth-child(4) {
        margin-left: 0
    }
    .demo-expandable-cards .card:nth-child(n+3) {
        margin-top: 0
    }
}

@media(min-width:1024px) {
    .demo-expandable-cards .card {
        width: calc((100% - var(--f7-card-expandable-margin-horizontal) * 5)/4)
    }
    .demo-expandable-cards .card:nth-child(n+2) {
        margin-left: 0
    }
}

.view-master-detail .navbar-master-detail-root .link.back, .view-master-detail .page-master-detail-root .navbar .link.back {
    display: none
}

.demo-popup-swipe-handler {
    --f7-popup-border-radius: 15px 15px 0 0;
    --f7-popup-tablet-border-radius: 15px;
    --f7-block-strong-border-color: transparent;
    height: calc(100% - var(--f7-navbar-height) - var(--f7-safe-area-top));
    top: calc(var(--f7-navbar-height) + var(--f7-safe-area-top))
}

.demo-popup-swipe-handler .swipe-handler {
    background: var(--f7-page-bg-color)
}

.demo-popup-swipe-handler .page-content {
    padding-top: 16px
}

.demo-sheet-swipe-to-close, .demo-sheet-swipe-to-step {
    --f7-sheet-border-color: transparent;
    border-radius: 15px 15px 0 0;
    overflow: hidden
}

.demo-sheet-swipe-to-close .swipe-handler, .demo-sheet-swipe-to-step .swipe-handler {
    background: 0 0
}

.swipe-handler {
    height: 16px;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    background: #fff;
    cursor: pointer;
    z-index: 10
}

.swipe-handler:after {
    content: '';
    width: 36px;
    height: 6px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -18px;
    margin-top: -3px;
    border-radius: 3px;
    background: #666
}

.page-home, .page-about {
    --f7-list-border-color: transparent;
    --f7-block-strong-border-color: transparent;
    --f7-block-font-size: 16px
}

:root:not(.theme-dark) .page-home, :root:not(.theme-dark) .page-about {
    --f7-page-bg-color: #fff
}







/*.panel-open {
    color: white !important;
}*/

/*.panel > .page > .page-content {
    background-color: #023d61;
  }
  .panel > .page > .page-content > .list > ul {
    background-color: #023d61;
    color: #FFF;
    border-top: 1px solid #0b537d !important;
    font-weight: 300;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
  }
*/  

/*.links-list a:after {
    border: 1px solid #0b537d;
}*/

  .label-cell {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
  }
  
  .color-green {
    background-color: #6dc15d;
  }
  
/*#leftMenu *{
color:white!important;
}*/


.promptPWA {
    display: none;
    position: absolute;
    background: white;
    width: 90%;
    top: 35%;
    border-radius: 5px;
    z-index: 3;
    -webkit-box-shadow: 2px 0px 21px -6px rgb(0 0 0 / 75%);
    -moz-box-shadow: 2px 0px 21px -6px rgba(0,0,0,0.75);
    box-shadow: 2px 0px 21px -6px rgb(0 0 0 / 75%);
    animation: fadeIn ease 0.6s;
    -webkit-animation: fadeIn ease 0.6s;
    -moz-animation: fadeIn ease 0.6s;
    -o-animation: fadeIn ease 0.6s;
    -ms-animation: fadeIn ease 0.6s;
  }

  @keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-moz-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-webkit-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-o-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }
    
    @-ms-keyframes fadeIn {
    0% {opacity:0;}
    100% {opacity:1;}
    }

.promptBodyPWA {
    height: 40px;
}

.promptFooterPWA {
    display: flex;
    justify-content: flex-end;
}

.promptBodyPWA {
    display: flex;
    margin: 10px;
    align-items: center;
}

.promptBodyPWA img {
    margin-left: 5%;
    height: 120%;
}

.promptBodyPWA p {
    margin: 0;
    margin-left: 10%;
}

.prompt__install {
    width: 35% !important;
    background-color: white !important;
    color: var(--f7-theme-color) !important;
    padding: 0px !important;
}

.prompt__close {
    width: 15% !important;
    background-color: white !important;
    color: var(--f7-theme-color) !important;
    padding: 0px !important;
}

.promptHeaderPWA p {
    margin-left: 15px;
    font-weight: 600;
}

#overlayPWA {
    position: fixed;
    display: none; 
    width: 100%; 
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 2; 
    cursor: pointer; 
    animation: fadeIn ease 0.5s;
    -webkit-animation: fadeIn ease 0.5s;
    -moz-animation: fadeIn ease 0.5s;
    -o-animation: fadeIn ease 0.5s;
    -ms-animation: fadeIn ease 0.5s;
}

#installWindow, #alreadyInstalledWindow {	
    height: 100%;	
    margin-top: 0px;	
    display: none;	
    z-index: 5 !important;	
}

.installWindowModal, .alreadyInstalledWindowModal {	
    margin-top: 15vh;
    border-radius: 5px;	
    z-index: 3;	
    -webkit-box-shadow: 2px 0px 21px -6px rgb(0 0 0 / 75%);	
    -moz-box-shadow: 2px 0px 21px -6px rgba(0,0,0,0.75);	
    box-shadow: 2px 0px 21px -6px rgb(0 0 0 / 75%);	
    animation: fadeIn ease 0.6s;	
    -webkit-animation: fadeIn ease 0.6s;	
    -moz-animation: fadeIn ease 0.6s;	
    -o-animation: fadeIn ease 0.6s;	
    -ms-animation: fadeIn ease 0.6s;	
}



.installWindowFooter {
    display: flex;
    justify-content: flex-end;
}

.installWindowHeader > p {
    text-align: center;
    font-weight: 600;
}

.installWindowBody, .alreadyInstalledWindowBody {	
    display: flex;	
    margin: 10px;	
    align-items: center;	
}	

.installWindowBody > p {
    margin-left: 20%;
}

		
.installWindowFooterText {	
    border-top: 1px solid black;	
    display: none;	
}	
.installWindowFooterText > p {	
    margin: 10px;	
    font-size: 1.1em;	
    text-align: center;	
}	
.alreadyInstalledWindowBody > p {	
    margin-left: 10%;	
}	


#installWindowIOS {
    height: 100%;
    margin-top: 0px;
    display: none;
    z-index: 5 !important;
}

#swiperInstallWindowIOS {
    height: 100%;
}

.demo-swiper .swiper-slide {
    font-size: 25px;
    font-weight: 300;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    color: #000;
  }

  .demo-swiper .swiper-slide {
    box-sizing: border-box;
    border: 1px solid #ddd;
    background: #fff;
  }

  .demo-swiper {
    margin: 0px 0 35px;
    font-size: 18px;
    height: 120px;
  }

  .demo-swiper.demo-swiper-auto .swiper-slide {
    width: 85%;
  }

  .demo-swiper.demo-swiper-auto .swiper-slide:nth-child(2n) {
    width: 70%;
  }

  .demo-swiper.demo-swiper-auto .swiper-slide:nth-child(3n) {
    width: 30%;
  }

  .swiper-slide > h2 {
    text-align: center;
    font-size: 10px;;
  }

  .swiper-slide p {
      font-weight: 600;
      text-align: center;
  }

  .swiper-slide img {
      width: 60%;
  }

  .installImageDiv {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .installWindowInstructionHeader {
    display: flex;
    justify-content: flex-end;
    height: 10%;
    align-items: center;
}

.installWindowInstructionHeader button {
    width: 22%;
}

#app {
    z-index: -1;
    height: 100%;
}

@media screen and (orientation:portrait) {
    #loginSupportLogo {
        max-width: 100%;
    }
}

@media screen and (orientation:landscape) {
    #loginSupportLogo {
        display: block;
        max-height: 12vh;
        margin-left: auto;
        margin-right: auto;
    }
}

#login { z-index: -1; }
/*de onderstaande styling regels hebben te maken met het automatisch hiden van invoervelden etc*/
.loginMethodSelector:not(:has(option)),.loginMethodSelector:has(option:only-child) { display: none; } /*hide if false*/
/*deze style moet verbeterd worden en resetPasswordSupport moet rechts worden uitgelijnd.*/
/*li div:has(#rememberMeSupport.hide,#resetPasswordSupport.hide) { display: none; }*/ /*hide if false*/
li:has(#js--privacyStatement.hide) { display: none; } /*hide if false*/
li:has(#js--register.hide) { display: none; } /*hide if false*/
.card-footer:has(li:has(#js--privacyStatement.hide),li:has(#js--register.hide)) { display: none; }
.card-footer:has(#js--privacyStatement.hide):has(#js--register.hide) { display: none; }
li:has(#qrscannerlogin):not(:has(canvas)) { display: none; }

html {
    overscroll-behavior-y: contain;
}

.flagStyle {
    height: 25px !important;
    width: 25px !important;
}

.flagsDiv {
    display: flex; 
    justify-content: space-evenly;
    margin-top: 10px;
}

.camButton, .camButtonContainer {
    margin: 0px !important;
    border: none;
    width: 100%;
    
    position: relative;
}

.camButtonContainer{
    display: grid;
    grid-template-columns: 90% 10%;
    grid-template-rows: 100%;
    height: 3rem;
    margin-left: 50% !important;
    transform: translateX(-50%);
    max-width: 22.5rem !important;
}

.camButton {
    text-align: center;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    color: black !important;
    font-size: 1.1rem;
}

.camCanvas {
    max-width: 100% !important;
    max-height: 80vh;
    transform: translateX(-50%);
    position: relative;
    left: 50%;
}

.qrMessage {
    text-align: center;
    width: 100%;
    margin-left: 50%;
    transform: translateX(-50%);
    max-width: 22.5rem !important;
}

/* .card {
    max-width: 22.5rem !important;
} */

.toast {
    position: fixed;
}

.pinContainer{
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(10px);
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%);
    width: 100vw;
    height: 100vh;
}

.pinContainer:hover{
    cursor: default;
}

.pinContent{
    position: absolute;
    top: 50vh;
    left: 50vw;
    transform: translate(-50%, -50%) !important;
}

.pinText{
    text-align: center;
    font-size: 1.5rem;
}

.pinDots{
    margin-bottom: 3rem;
}

.pinDots > i{
    position: relative;
    transform: translateX(-425%);
    margin-right: 1rem;
    left: 50%;
}

.pinButtons{
    grid-area: buttons;
    height: 50vh;
    width: 80vw;
    display: grid;
    grid-template-columns: 33% 33% 33%;
    grid-column-gap: 0.5%;
    grid-template-rows: 25% 25% 25% 25%;
    max-width: 16.7rem;
    max-height: 23.3rem;
}

.pinButtonLast{
    grid-column-end: 3;
}

.pinButtons > .pinButton{
    text-align: center;
    height: 5rem;
    width: 5rem;
    border-radius: 50%;
    border-style: solid;
    border-color: grey;
    transition: background-color 0.5s;
}

.pinButtons > .pinButton:hover{
    cursor: pointer;
}

.pinButtons > .pinButton > p{
    margin-top: 50% !important;
    font-size: 2rem;
    transform: translateY(-50%);
}

.pinClicked{
    background-color:#8e8e8e !important;
}

.pinForget:hover{
    cursor: pointer;
}

/*.backAndRefresh{
    left: -1rem;
    padding-left: 2rem;
}*/

.ntf-row{
    display: grid;
    grid-template-columns: 30% 40% 30%;
    grid-template-rows: 100%;
    grid-template-areas: "icon title date";
    margin-bottom: 1rem;
    height: fit-content;
    border-radius: 10px;
    min-height: 3rem;
  }
  
  .ntf-row > .list-title{
    text-align: center;
    border-radius: 10px;
    grid-area: title;
    top: 50%;
    position: relative;
    transform: translateY(-50%);
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; 
  }
  
  .ntf-row > .list-title::before{
    content: attr(data-title);
  }
  
  .ntf-row > .list-attr{
    max-width: 100%;
    text-align: center;
    border-radius: 10px;
    grid-area: body;
  }
  
  .ntf-row > .list-attr::before{
    content: attr(data-title);
  }
  
  .ntf-row > .list-icon{
    grid-area: icon;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    text-align: center;
    color: #24aedb;
    font-size: 1.5rem;
  }
  
  .ntf-row > .list-date{
    text-align: center;
    grid-area: date;
  }

/* .zxListHeader {
    font-size: 1.5rem !important;
    font-weight: 600;
}

.zxListHeader > [src="../images/sortDown.gif"], .zxListHeader > [src="../images/sortDownOver.gif"] {
    content: url(../img/sortArrow.png);
    max-height: 3rem;
}

.zxListHeader > [src="../images/sortUp.gif"], .zxListHeader > [src="../images/sortUpOver.gif"] {
    content: url(../img/sortArrow.png);
    transform: rotate(180deg);
    max-height: 3rem;
} */

.scrollToPulse {
    animation: scrollToPulse var(--default-scrollToPulse-time);
}

@keyframes scrollToPulse {
    0% {
        background-color: var(--orange-primary);
    }
    100% {
        background-color: inherit;
    }
}


/*deze vet mooie knipper styles moeten eigenlijk nog wat mooier gemaakt worden met een betere transition. ik wil het vloeiend hebben.*/
@keyframes pulse-progressbar-red {
    from { accent-color: var(--grey-primary); }
    to { accent-color: var(--red-primary); }
}
@keyframes pulse-progressbar-orange {
    from { accent-color: var(--grey-primary); }
    to { accent-color: var(--orange-primary); }
}
@keyframes pulse-progressbar-green {
    from { accent-color: var(--grey-primary); }
    to { accent-color: var(--green-primary); }
}

@keyframes pulse-red {
    from { background-color: var(--grey-primary); }
    to { background-color: var(--red-primary); }
}
@keyframes pulse-orange {
    from { background-color: var(--grey-primary); }
    to { background-color: var(--orange-primary); }
}
@keyframes pulse-green {
    from { background-color: var(--grey-primary); }
    to { background-color: var(--green-primary); }
}

.pulse-progressbar-red { animation: 0.5s pulse-progressbar-red 0.5s infinite; }
.pulse-progressbar-orange { animation: 0.5s pulse-progressbar-orange 0.5s infinite alternate; }
.pulse-progressbar-green { animation: 0.5s pulse-progressbar-green 0.5s infinite alternate; }

.pulse-red { animation: 0.5s pulse-red 0.5s infinite; }
.pulse-orange { animation: 0.5s pulse-orange 0.5s infinite alternate; }
.pulse-green { animation: 0.5s pulse-green 0.5s infinite alternate; }

progress.zXRed { accent-color: var(--red-primary); }
progress.zXAmber { accent-color: var(--orange-primary); }
progress.zXGreen { accent-color: var(--green-primary); }
progress.zXPurple { accent-color: var(--purple-primary); }
progress.zXPink { accent-color: var(--pink-primary); }

.zXRedBG:not(progress) { background-color: var(--red-secondary); }
.zXAmberBG:not(progress) { background-color: var(--orange-secondary); }
.zXGreenBG:not(progress) { background-color: var(--green-secondary); }
.zXPurpleBG:not(progress) { background-color: var(--purple-secondary); }
.zXPinkBG:not(progress) { background-color: var(--pink-secondary); }

.zXRed { color: var(--red-primary); }
.zXAmber { color: var(--orange-primary); }
.zXGreen { color: var(--green-primary); }
.zXPurple { color: var(--purple-primary); }
.zXPink { color: var(--pink-primary); }

.fab-helpsheet>a {
    height: calc(var(--f7-fab-size)/2);
    width: calc(var(--f7-fab-size)/2);
}