@charset "UTF-8";
@import url(https://fonts.googleapis.com/css?family=Ubuntu);
.container {
  max-width: 400px;
}

@media (min-width: 576px) {
  .container {
    max-width: 770px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1320px;
  }
}
.font-l {
  font-size: 7rem;
  font-weight: bold;
}

.z-index-1 {
  z-index: 1;
}

@media (min-width: 991px) {
  p {
    font-size: 1.25rem;
  }
}
#install-message {
  background-color: #0D6EFD;
  color: #ffffff;
  padding: 15px;
  position: fixed;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1000;
}

.new-lid {
  position: fixed;
  bottom: 10px;
  right: 20px;
  z-index: 9999;
}
.new-lid .btn.btn-primary {
  padding: 0px 10px 0px 10px;
}
.new-lid .btn.btn-primary a {
  color: white;
  text-decoration: none;
  font-size: x-large;
}

button[type=submit]#edit-lid {
  position: unset;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0;
  width: max-content;
  background-color: #0D6EFD;
  border-radius: 5px;
  outline: none;
  border: none;
  padding: 6px 12px !important;
  color: white;
}

.btn-close {
  background: none;
  border: none;
  position: absolute;
  width: auto;
  right: 20px;
}
.btn-close::after {
  content: "X";
  position: absolute;
  width: 100%;
  height: 100%;
  color: black;
  font-weight: bold;
}

input[type=submit] {
  background-color: #0D6EFD;
  border: none !important;
  padding: 5px 10px;
  display: flex;
  padding-top: 10px;
  margin-inline: auto;
  border-radius: 5px;
  color: white;
}

@media (min-width: 576px) {
  .mobile-nav-wrapper {
    padding-right: calc((100vw - 540px) / 2 + 15px);
  }
  .mobile-nav-wrapper {
    padding-left: calc((100vw - 540px) / 2 + 15px);
  }
}
@media (min-width: 768px) {
  .mobile-nav-wrapper {
    padding-right: calc((100vw - 720px) / 2 + 15px);
  }
  .mobile-nav-wrapper {
    padding-left: calc((100vw - 720px) / 2 + 15px);
  }
}
@media (min-width: 992px) {
  .mobile-nav-wrapper {
    padding-right: calc((100vw - 960px) / 2 + 15px);
  }
  .mobile-nav-wrapper {
    padding-left: calc((100vw - 960px) / 2 + 15px);
  }
}
@media (min-width: 1200px) {
  .mobile-nav-wrapper {
    padding-right: calc((100vw - 1140px) / 2 + 15px);
  }
  .mobile-nav-wrapper {
    padding-left: calc((100vw - 1140px) / 2 + 15px);
  }
}
@media (min-width: 1400px) {
  .mobile-nav-wrapper {
    padding-right: calc((100vw - 1320px) / 2 + 15px);
  }
  .mobile-nav-wrapper {
    padding-left: calc((100vw - 1320px) / 2 + 15px);
  }
}
.header-phone {
  color: white;
  background-color: #094398;
  border-radius: 0 0 50px 50px;
  padding-bottom: 20px;
}
.header-phone a {
  width: 10%;
}
.header-phone a #profielfoto {
  width: 100%;
  border-radius: 50%;
  background: white;
  margin-top: 15px;
}
.header-phone .ma, .header-phone .di, .header-phone .woe, .header-phone .do, .header-phone .vrij, .header-phone .za, .header-phone .zo {
  aspect-ratio: 1;
  padding: 5px 15px;
  text-align: center;
  color: white;
  cursor: pointer;
}
.header-phone .ma.active, .header-phone .di.active, .header-phone .woe.active, .header-phone .do.active, .header-phone .vrij.active, .header-phone .za.active, .header-phone .zo.active {
  color: black;
  background-color: rgb(205, 203, 203);
  border-radius: 15px;
}
.header-phone .ma .number, .header-phone .di .number, .header-phone .woe .number, .header-phone .do .number, .header-phone .vrij .number, .header-phone .za .number, .header-phone .zo .number {
  font-weight: bold;
}
.header-phone .ma .day, .header-phone .di .day, .header-phone .woe .day, .header-phone .do .day, .header-phone .vrij .day, .header-phone .za .day, .header-phone .zo .day {
  opacity: 0.5;
}

@media (max-width: 370px) {
  .ma, .di, .woe, .do, .vrij, .za, .zo {
    padding: 5px 10px !important;
  }
}
.card {
  height: 100%;
  background-color: white;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.162);
  position: relative;
  min-height: 150px;
  border-radius: 1.25rem;
}
.card.h-content {
  min-height: max-content !important;
  aspect-ratio: auto !important;
}
.card.primary {
  background-color: #0D6EFD !important;
}
.card.gold {
  background-color: #f2d763 !important;
}
.card svg.accent {
  position: absolute;
  bottom: 0px;
  right: 10px;
  height: 80%;
  opacity: 0.5;
  transform: rotate(-15deg);
}

@media (max-width: 991px) {
  .card {
    aspect-ratio: 1;
  }
  .aspect-mobile.card {
    aspect-ratio: auto;
  }
}
nav.mobile {
  background-color: #094398;
  height: 50px;
  padding: 0 16px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

nav.mobile a {
  text-decoration: none;
}

nav.mobile li {
  list-style-type: none;
}

nav.mobile ul {
  padding-left: 3%;
}

nav.mobile .m-menu__checkbox {
  display: none;
}

nav.mobile label.m-menu__toggle {
  cursor: pointer;
}

nav.mobile .m-menu {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 400px;
  width: calc(100vw - 30px);
  height: 500px;
  -moz-transform: translate3d(-450px, 0, 0);
  -o-transform: translate3d(-450px, 0, 0);
  -ms-transform: translate3d(-450px, 0, 0);
  -webkit-transform: translate3d(-450px, 0, 0);
  transform: translate3d(-450px, 0, 0);
  -moz-transition: transform 0.35s;
  -o-transition: transform 0.35s;
  -webkit-transition: transform 0.35s;
  transition: transform 0.35s;
  z-index: 5;
  overflow: hidden;
  background-color: #fff;
}

nav.mobile .m-menu__overlay {
  background-color: rgba(103, 103, 103, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: none;
}

nav.mobile .m-menu__header {
  padding: 0 16px;
  height: 50px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-around;
  justify-content: space-around;
  -ms-flex-pack: space-around;
  -webkit-align-items: center;
  align-items: center;
  border-bottom: 1px solid #e8e8e8;
}

nav.mobile .m-menu__header span {
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  width: 100%;
}

nav.mobile .m-menu .m-menu {
  -moz-transform: translate3d(480px, 0, 0);
  -o-transform: translate3d(480px, 0, 0);
  -ms-transform: translate3d(480px, 0, 0);
  -webkit-transform: translate3d(480px, 0, 0);
  transform: translate3d(480px, 0, 0);
}

nav.mobile .m-menu ul {
  height: 100%;
  overflow-y: auto;
}

nav.mobile .m-menu ul li a {
  border: none !important;
  margin: 0 !important;
  text-decoration: none;
}

nav.mobile .m-menu ul li a, nav .m-menu ul li label {
  display: block;
  text-align: left;
  line-height: 47px;
  text-decoration: none;
  color: #333;
  cursor: pointer;
  font-size: 1rem;
  border-bottom: 1px solid #e8e8e8;
  position: relative;
  margin-left: 20px;
}

nav.mobile .m-menu ul li label.a-label__chevron::after {
  content: "";
  position: absolute;
  display: inline-block;
  height: 10px;
  width: 10px;
  border-color: #333;
  border-style: solid;
  border-width: 1px 1px 0 0;
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 50%;
  margin-top: -5px;
  right: 16px;
}

nav.mobile .m-menu ul li .-invisible {
  border-bottom: 0;
}

nav.mobile .m-menu .m-menu label.m-menu__toggle {
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  border-bottom: 0;
  padding: 0;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

nav.mobile .m-menu__checkbox:checked ~ .m-menu__overlay {
  display: block;
}

nav.mobile .m-menu__checkbox:checked ~ .m-menu {
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.mobile-nav-wrapper {
  display: flex;
  justify-content: space-between;
  background: #094398;
  align-items: center;
  gap: 80px;
}

.mobile-nav-wrapper .mobile-logo-wrapper {
  cursor: pointer;
}

.mobile-nav-wrapper .mobile-logo-wrapper .mobile-logo {
  max-width: 300px;
  width: 40%;
  float: right;
  margin-right: 10px;
  padding: 20px;
}

@media only screen and (max-width: 768px) {
  .mobile-nav-wrapper {
    display: flex;
  }
}
.navigation-bar a:focus-visible {
  outline: none;
}

section.navigation-bar {
  /*   border: 3px dashed; */
  display: flex;
  justify-content: space-between;
  background: black;
  z-index: 1;
}

.navigation-bar .first-half {
  /*   border: 2px dashed blue; */
  width: 85%;
  text-transform: uppercase;
}

.navigation-bar .first-half li:hover {
  color: #c49735;
}

.navigation-bar .navigation-list {
  /*   border: 3px solid pink; */
  display: flex;
  justify-content: space-around;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  padding-left: 0;
  height: 100%;
  margin-top: 0;
  margin-bottom: 0;
  position: relative;
  align-items: center;
}

.navigation-list li {
  /*   border: 3px dashed cyan; */
  height: 70%;
  padding: 10px;
  text-align: center;
}

.navigation-list a {
  color: white;
  text-decoration: none;
  list-style-type: none;
}

.navigation-bar .navigation-list > li {
  display: inline-block;
  color: white;
  background: red;
}

.navigation-bar .second-half {
  width: 15%;
  display: grid;
  place-items: center;
}

.navigation-bar .second-half a:nth-child(1) {
  text-decoration: none;
  width: 100%;
}

.navigation-bar > .second-half .book-now-btn {
  width: 100%;
  background: radial-gradient(circle, rgb(179, 122, 0) 0%, rgb(196, 151, 53) 100%);
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  text-align: center;
  padding: 15px 0px;
  color: white;
}

.navigation-boxes .car-type {
  width: 200px;
  height: 100px;
  position: relative;
  background-size: 100%;
  background-position: center;
  border-radius: 10px;
}

.second-li-container {
  position: relative;
  z-index: 20;
}

.navigation-bar .navigation-boxes .car-type img {
  width: 100%;
  height: 100px;
  object-fit: cover;
}

.navigation-bar .car-type span {
  position: absolute;
  color: white;
  bottom: 10px;
  left: 10px;
  letter-spacing: 3px;
}

.navigation-bar .first-li-container {
  /*   border: 10px dashed; */
  transition: all 400ms ease-in-out;
}

.navigation-bar .car-category-wrapper {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 60%;
  /*   border: 3px dotted purple; */
  padding: 30px 0px 20px 10px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  transition: all 100ms ease-in;
  z-index: 10;
}

.navigation-bar .first-li-container:hover + .car-category-wrapper {
  opacity: 1;
  visibility: visible;
}

.navigation-bar .car-category-wrapper:hover {
  opacity: 1;
  visibility: visible;
}

.navigation-bar .category-car-box {
  width: 200px;
  height: 100px;
  border-radius: 20px;
  position: relative;
}

.navigation-bar .suv-container {
  background: linear-gradient(360deg, rgb(23, 18, 0) 0%, rgba(0, 212, 255, 0) 58%), url("https://rbcarrental.com/wp-content/uploads/2023/02/colin-lloyd-tsPZ2LYxSXU-unsplash-scaled.jpg") no-repeat center;
  background-size: cover;
}

.navigation-bar .luxury-container {
  background: linear-gradient(360deg, rgb(23, 18, 0) 0%, rgba(0, 212, 255, 0) 58%), url("https://rbcarrental.com/wp-content/uploads/2023/02/sam-pearce-warrilow-OoPs1OSwE0M-unsplash-scaled.jpg") no-repeat center;
  background-size: cover;
  transition-delay: 250ms;
}

.navigation-bar .sports-container {
  background: linear-gradient(360deg, rgb(23, 18, 0) 0%, rgba(0, 212, 255, 0) 58%), url("https://rbcarrental.com/wp-content/uploads/2022/06/3_RP-Huracan-Evo-88.jpg") no-repeat center;
  background-size: cover;
  transition-delay: 500ms;
}

.navigation-bar .exotic-container {
  background: linear-gradient(360deg, rgb(23, 18, 0) 0%, rgba(0, 212, 255, 0) 58%), url("https://rbcarrental.com/wp-content/uploads/2022/06/3_RP-Huracan-Evo-88.jpg") no-repeat center;
  background-size: cover;
  position: relative;
  transition-delay: 750ms;
}

.navigation-bar .category-car-box .category-title {
  position: absolute;
  bottom: 15px;
  left: 20px;
  letter-spacing: 10px;
}

.navigation-bar .second-li-container li {
  padding: 15px 0;
}

.car-brands-list-wrapper {
  position: relative;
  z-index: 20;
}

.navigation-bar .car-brands-container {
  position: absolute;
  display: flex;
  flex-wrap: wrap;
  width: 95vw;
  left: -90%;
  top: 30%;
  padding-top: 50px;
  opacity: 0;
  visibility: hidden;
  transition: all 100ms ease-in-out;
  z-index: 10;
}

.navigation-bar .car-brand {
  background: #eee;
  display: flex;
  align-items: center;
  width: 200px;
  height: 100px;
  transition: all 100ms ease-in-out;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset;
}

.navigation-bar .car-brand:hover {
  background: #fff;
}

.navigation-bar .car-brand img {
  width: 40px;
  margin-left: 15px;
}

.navigation-bar .car-brand span {
  margin-left: 5%;
  color: #292f3b;
}

.navigation-bar .car-brand:hover span {
  color: #bb8719;
}

.navigation-bar .second-li-container:hover + .car-brands-container {
  opacity: 1;
  visibility: visible;
  transition: all 700ms ease-in-out;
  z-index: 10;
}

.navigation-bar .car-brands-container:hover {
  opacity: 1;
  visibility: visible;
}

.first-li-container.navigation-boxes, .third-li-container.navigation-boxes, .fourth-li-container.navigation-boxes, .fifth-li-container.navigation-boxes, .sixth-li-container.navigation-boxes, .seventh-li-container.navigation-boxes {
  position: relative;
  z-index: 40;
}

@media only screen and (max-width: 942px) {
  .navigation-bar .car-category-wrapper {
    top: 70%;
  }
  .navigation-bar .car-brands-container {
    top: 45%;
  }
}
@media only screen and (max-width: 760px) {
  section.navigation-bar {
    display: none;
  }
}
.table-container {
  margin-bottom: 6rem !important;
}
.table-container .form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.table-container .form-group input {
  border: none;
  background: rgba(128, 128, 128, 0.031372549);
  border-radius: 40px;
  padding: 10px;
}
.table-container .form-group input:focus-visible {
  border: none;
  outline: none;
}
.table-container ::-webkit-calendar-picker-indicator {
  color: red;
}
.table-container .leden-table {
  margin-top: 2rem;
  width: 100%;
  border-collapse: collapse;
}
.table-container .leden-table th, .table-container .leden-table td {
  padding: 8px;
}
.table-container .leden-table th:nth-child(1), .table-container .leden-table td:nth-child(1) {
  width: 70%;
}
.table-container .leden-table th:nth-child(2), .table-container .leden-table td:nth-child(2) {
  width: 100%;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.table-container .leden-table th:nth-child(3), .table-container .leden-table td:nth-child(3) {
  width: 30%;
}
.table-container .leden-table th:nth-child(4), .table-container .leden-table td:nth-child(4) {
  width: 5%;
  text-align: center;
}
.table-container .leden-table thead tr {
  background-color: #f2f2f2;
  max-width: 400px;
  width: 100%;
}
.table-container .leden-table tbody {
  height: 200px;
  width: 100%;
  overflow-y: scroll;
}
.table-container .leden-table tbody tr:hover {
  background-color: lightgray;
}
.table-container .leden-table td select {
  width: 100%;
}
.table-container .leden-table td .groep-select {
  width: 20px;
  height: 20px;
  margin: 10px;
}
.table-container .leden-table td .groep-select:nth-child(1) {
  position: relative;
}
.table-container .leden-table td .groep-select:nth-child(1)::before {
  content: "A";
  position: absolute;
  font-size: small;
  color: black;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  justify-content: center;
  display: flex;
  align-items: center;
}
.table-container .leden-table td .groep-select:nth-child(2) {
  position: relative;
}
.table-container .leden-table td .groep-select:nth-child(2)::before {
  content: "B+";
  position: absolute;
  font-size: small;
  color: black;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  justify-content: center;
  display: flex;
  align-items: center;
}
.table-container .leden-table td .groep-select:nth-child(3) {
  position: relative;
}
.table-container .leden-table td .groep-select:nth-child(3)::before {
  content: "B";
  position: absolute;
  font-size: small;
  color: black;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  justify-content: center;
  display: flex;
  align-items: center;
}
.table-container .leden-table td .groep-select:nth-child(4) {
  position: relative;
}
.table-container .leden-table td .groep-select:nth-child(4)::before {
  content: "C";
  position: absolute;
  font-size: small;
  color: black;
  top: -35px;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 0;
  justify-content: center;
  display: flex;
  align-items: center;
}

input[type=text],
select {
  border: none;
  border-radius: 0 !important;
  border-bottom: 1px solid #0D6EFD;
  background-color: transparent;
}

button[type=submit] {
  position: fixed;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: auto;
  width: max-content;
  width: 100px;
  background-color: #0D6EFD;
  border-radius: 5px;
  outline: none;
  border: none;
  padding: 15px 24px;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 24px;
  padding-right: 24px;
  color: white;
}

.text-align-end {
  text-align: end;
}

.table thead tr th {
  border: none !important;
}
.table tbody {
  width: 100%;
}

@media (min-width: 991px) {
  td {
    font-size: 2rem;
  }
}
.leaderboard-items {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.leaderboard-items div:nth-child(1) {
  order: 2;
  margin-top: -20px;
}
.leaderboard-items div:nth-child(1) .user-position {
  font-size: x-large;
}
.leaderboard-items div:nth-child(2) {
  order: 1;
}
.leaderboard-items div:nth-child(3) {
  order: 3;
}
.leaderboard-items .current-user {
  order: 4;
  background: #0D6EFD;
  border-radius: 5px;
  color: white;
}
.leaderboard-items .top-3 {
  width: 33%;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.leaderboard-items div {
  order: 5;
  padding-block: 20px 10px;
  border-bottom: 1px solid lightgrey;
  margin-block: 2px;
  padding-inline: 5px;
  width: 100%;
}
.leaderboard-items div .user-name {
  font-weight: bold;
}

._ritten button.accordion {
  background-color: transparent;
  color: black;
  padding: 10px !important;
  width: 100% !important;
  text-align: left !important;
  border: none !important;
  border-left: 1px solid #0d6efd !important;
  outline: none !important;
  transition: 0.4s !important;
  cursor: pointer !important;
  margin-bottom: 5px;
}
._ritten button.accordion span.icon::before {
  content: "➕"; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: #777;
  display: inline-block;
  margin-right: 5px;
}
._ritten button.accordion.active span.icon::before {
  content: "➖" !important; /* Unicode character for "minus" sign (-) */
}
._ritten .active,
._ritten .accordion:hover {
  background-color: rgba(13, 110, 253, 0.231372549) !important;
}
._ritten .gegevens {
  padding: 0 18px;
  background-color: white;
  border-left: 2px solid #0D6EFD;
  max-height: 0;
  overflow: hidden;
  margin-bottom: 5px;
  transition: max-height 0.2s ease-out;
}
._ritten .gegevens table, ._ritten .gegevens tbody {
  width: 100%;
}
._ritten .accordion.active + .gegevens {
  overflow: visible;
}

.search {
  display: flex;
  justify-content: center;
  width: 50%;
  margin-inline: auto;
  margin-left: auto;
  margin-right: auto;
}
.search input {
  border: none;
  background: rgba(128, 128, 128, 0.031372549);
  border-radius: 40px;
  padding: 5px 10px;
  width: 100%;
}
.search input:focus-visible {
  border: none;
  outline: none;
}
.search #zoek-knop {
  justify-content: center;
  align-items: center;
  display: flex;
  background-color: transparent;
  border: none;
}
.search #zoek-knop:focus {
  border: none;
  outline: none;
}
.search #zoek-knop svg {
  color: #0D6EFD;
}

.verborgen {
  display: none !important;
}

@media (min-width: 991px) {
  .search input {
    height: 50px;
  }
}
.login_screen {
  overflow: hidden !important;
  width: 100%;
  height: 100svh;
}
.login_screen::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  left: 0%;
  right: 0;
  margin: auto;
  z-index: 0;
  background-image: url(https://images.unsplash.com/photo-1570679334008-c97544c8695b?q=80&w=1858&auto=format&fit=crop&ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D);
  background-position: right;
  filter: blur(50px);
}
.login_screen.bg-grey {
  background-color: #495057;
}
.login_screen .container-fluid {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
}
.login_screen .container {
  flex: 1;
}
.login_screen .container.blur {
  max-width: 400px;
  padding-inline: 20px;
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
  background: rgba(54, 54, 255, 0.15);
  border-radius: 15px;
}
.login_screen .logo {
  margin-top: auto;
}
.login_screen .pin-login {
  display: inline-block;
  padding: 10px;
  font-size: 1.75rem;
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  font-family: sans-serif;
}
.login_screen .pin-login__text {
  margin: 10px auto;
  padding: 10px;
  display: block;
  width: 100%;
  font-size: 1em;
  text-align: center;
  letter-spacing: 0.2em;
  background-color: rgba(217, 217, 217, 0.4823529412);
  border: none;
  border-radius: 10px;
  outline: none;
  cursor: default;
}
.login_screen .pin-login__text--error {
  color: #901818;
  background-color: #ffb3b3;
  animation-name: loginError;
  animation-duration: 0.1s;
  animation-iteration-count: 2;
}
@keyframes loginError {
  25% {
    transform: translateX(-3px);
  }
  75% {
    transform: translateX(3px);
  }
}
@-moz-keyframes loginError {
  25% {
    transform: translateX(-3px);
  }
  75% {
    transform: translateX(3px);
  }
}
.login_screen .pin-login__key {
  width: 60px;
  height: 60px;
  margin: 10px;
  background-color: transparent;
  color: lightgray;
  border: 2px solid lightgray;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  cursor: pointer;
}
.login_screen .pin-login__key:active {
  background: rgba(0, 0, 0, 0.25);
}
.login_screen .pin-login__key.material-icons {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 324px) {
  .login_screen .pin-login__key {
    width: 40px;
    height: 40px;
  }
}

._profiel .profile-picture {
  text-align: center;
  position: relative;
}
._profiel .profile-picture img {
  width: 40%;
  border-radius: 50%;
  margin-top: -50px;
  background: white;
  padding: 3px;
  aspect-ratio: 1;
}
._profiel .profile-picture .pencil {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  width: 30px;
  margin: auto;
  border-radius: 50%;
  background-color: white;
  padding: 5px;
  border: 2px solid black;
  cursor: pointer;
}
._profiel .card {
  height: 100%;
  background-color: white;
  border: none;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.162);
  width: 90%;
  margin: auto;
}
._profiel .gap-10 {
  gap: 10px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}

.modal-content {
  background-color: #fff;
  margin: 10% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
}

.close {
  color: #888;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: #000;
}

.NotFound {
  position: relative;
  width: 100%;
  height: 100vh;
  margin: auto;
}
.NotFound .box {
  width: 100%;
  height: 100%;
  max-height: 600px;
  min-height: 450px;
  background: #0D6EFD;
  border-radius: 20px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.NotFound .box .box__ghost {
  padding: 15px 25px 25px;
  position: absolute;
  left: 50%;
  top: 30%;
  transform: translate(-50%, -30%);
}
.NotFound .box .box__ghost .symbol:nth-child(1) {
  opacity: 0.2;
  animation: shine 4s ease-in-out 3s infinite;
}
.NotFound .box .box__ghost .symbol:nth-child(1):before, .NotFound .box .box__ghost .symbol:nth-child(1):after {
  content: "";
  width: 12px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  bottom: 65px;
  left: 0;
}
.NotFound .box .box__ghost .symbol:nth-child(1):before {
  transform: rotate(45deg);
}
.NotFound .box .box__ghost .symbol:nth-child(1):after {
  transform: rotate(-45deg);
}
.NotFound .box .box__ghost .symbol:nth-child(2) {
  position: absolute;
  left: -5px;
  top: 30px;
  height: 18px;
  width: 18px;
  border: 4px solid;
  border-radius: 50%;
  border-color: #fff;
  opacity: 0.2;
  animation: shine 4s ease-in-out 1.3s infinite;
}
.NotFound .box .box__ghost .symbol:nth-child(3) {
  opacity: 0.2;
  animation: shine 3s ease-in-out 0.5s infinite;
}
.NotFound .box .box__ghost .symbol:nth-child(3):before, .NotFound .box .box__ghost .symbol:nth-child(3):after {
  content: "";
  width: 12px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  top: 5px;
  left: 40px;
}
.NotFound .box .box__ghost .symbol:nth-child(3):before {
  transform: rotate(90deg);
}
.NotFound .box .box__ghost .symbol:nth-child(3):after {
  transform: rotate(180deg);
}
.NotFound .box .box__ghost .symbol:nth-child(4) {
  opacity: 0.2;
  animation: shine 6s ease-in-out 1.6s infinite;
}
.NotFound .box .box__ghost .symbol:nth-child(4):before, .NotFound .box .box__ghost .symbol:nth-child(4):after {
  content: "";
  width: 15px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  top: 10px;
  right: 30px;
}
.NotFound .box .box__ghost .symbol:nth-child(4):before {
  transform: rotate(45deg);
}
.NotFound .box .box__ghost .symbol:nth-child(4):after {
  transform: rotate(-45deg);
}
.NotFound .box .box__ghost .symbol:nth-child(5) {
  position: absolute;
  right: 5px;
  top: 40px;
  height: 12px;
  width: 12px;
  border: 3px solid;
  border-radius: 50%;
  border-color: #fff;
  opacity: 0.2;
  animation: shine 1.7s ease-in-out 7s infinite;
}
.NotFound .box .box__ghost .symbol:nth-child(6) {
  opacity: 0.2;
  animation: shine 2s ease-in-out 6s infinite;
}
.NotFound .box .box__ghost .symbol:nth-child(6):before, .NotFound .box .box__ghost .symbol:nth-child(6):after {
  content: "";
  width: 15px;
  height: 4px;
  background: #fff;
  position: absolute;
  border-radius: 5px;
  bottom: 65px;
  right: -5px;
}
.NotFound .box .box__ghost .symbol:nth-child(6):before {
  transform: rotate(90deg);
}
.NotFound .box .box__ghost .symbol:nth-child(6):after {
  transform: rotate(180deg);
}
.NotFound .box .box__ghost .box__ghost-container {
  background: #fff;
  width: 100px;
  height: 100px;
  border-radius: 100px 100px 0 0;
  position: relative;
  margin: 0 auto;
  animation: upndown 3s ease-in-out infinite;
}
.NotFound .box .box__ghost .box__ghost-container .box__ghost-eyes {
  position: absolute;
  left: 50%;
  top: 45%;
  height: 12px;
  width: 70px;
}
.NotFound .box .box__ghost .box__ghost-container .box__ghost-eyes .box__eye-left {
  width: 12px;
  height: 12px;
  background: #332F63;
  border-radius: 50%;
  margin: 0 10px;
  position: absolute;
  left: 0;
}
.NotFound .box .box__ghost .box__ghost-container .box__ghost-eyes .box__eye-right {
  width: 12px;
  height: 12px;
  background: #332F63;
  border-radius: 50%;
  margin: 0 10px;
  position: absolute;
  right: 0;
}
.NotFound .box .box__ghost .box__ghost-container .box__ghost-bottom {
  display: flex;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
}
.NotFound .box .box__ghost .box__ghost-container .box__ghost-bottom div {
  flex-grow: 1;
  position: relative;
  top: -10px;
  height: 20px;
  border-radius: 100%;
  background-color: #fff;
}
.NotFound .box .box__ghost .box__ghost-container .box__ghost-bottom div:nth-child(2n) {
  top: -12px;
  margin: 0 0px;
  border-top: 15px solid #0D6EFD;
  background: transparent;
}
.NotFound .box .box__ghost .box__ghost-shadow {
  height: 20px;
  box-shadow: 0 50px 15px 5px #3B3769;
  border-radius: 50%;
  margin: 0 auto;
  animation: smallnbig 3s ease-in-out infinite;
}
.NotFound .box .box__description {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
}
.NotFound .box .box__description .box__description-container {
  color: #fff;
  text-align: center;
  width: 200px;
  font-size: 16px;
  margin: 0 auto;
}
.NotFound .box .box__description .box__description-container .box__description-title {
  font-size: 24px;
  letter-spacing: 0.5px;
}
.NotFound .box .box__description .box__description-container .box__description-text {
  color: white;
  line-height: 20px;
  margin-top: 20px;
}
.NotFound .box .box__description .box__button {
  display: block;
  position: relative;
  background: #FF5E65;
  border: 1px solid transparent;
  border-radius: 50px;
  height: 50px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  line-height: 50px;
  font-size: 18px;
  padding: 0 70px;
  white-space: nowrap;
  margin-top: 25px;
  transition: background 0.5s ease;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(white, black);
}
.NotFound .box .box__description .box__button:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 100px;
  background: #fff;
  bottom: -25px;
  left: 0;
  border: 2px solid #fff;
  transform: translateX(-50px) rotate(45deg);
  transition: transform 0.5s ease;
}
.NotFound .box .box__description .box__button:hover {
  background: transparent;
  border-color: #fff;
}
.NotFound .box .box__description .box__button:hover:before {
  transform: translateX(250px) rotate(45deg);
}

@keyframes upndown {
  0% {
    transform: translateY(5px);
  }
  50% {
    transform: translateY(15px);
  }
  100% {
    transform: translateY(5px);
  }
}
@keyframes smallnbig {
  0% {
    width: 90px;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 90px;
  }
}
@keyframes shine {
  0% {
    opacity: 0.2;
  }
  25% {
    opacity: 0.1;
  }
  50% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.2;
  }
}

/*# sourceMappingURL=main.css.map */
