:root{
  --primary:#3880ff;
  --gray:#747474;
}

html,body{
  height:100%;
  width:100%;
}

body{
  display:flex;
  flex-direction:column;
}

.padding-top-32{
  padding-top:2rem;
}

h1{
  font-size:3rem;
  margin-bottom:2rem;
  margin-top: 4px;
}

a svg{
  fill:var(--primary);
}

h1 + h2{
  margin-top:-2rem;
}

input[type=checkbox] + label {
  display: flex;
  /* margin: 0.2em; */
  cursor: pointer;
  /* padding: 0.2em; */
  align-items: center;
  gap: 8px;
}

input[type=checkbox] {
  display: none;
}

input[type=checkbox] + label:before {
  content: "\f00c";
  font-family:"Font Awesome 5 Pro";
  border: 1px solid #bababa;
  border-radius: 8px;
  display: flex;
  width: 28px;
  height: 28px;
  padding-left: 0;
  font-weight: 400;
  font-size: 16px;
  padding-bottom: 0;
  margin-right: 0;
  color: #fff;
  vertical-align: bottom;
  color: #fff;
  justify-content: center;
  transition: .2s;
  align-items: center;
}

input[type=checkbox]:checked + label:before {
  background:var(--primary);
  border-color: var(--bs-primary);
}


footer{
  margin-top:auto;
  background: #ffff;
  padding: 15px;
  z-index: -1;
}

footer *{
  font-weight: 500;
  
  text-decoration:none;
  
  
}

.copyright{
  text-align:right;
  font-size:12px;
}

footer a{
    color: var(--primary);
}

section.content{
  flex-grow: 1;
}

section.content>div,
section.content>div>div,
section.content>div>div>div{
  height:100%;
}

svg.icon{
  width: 26px;
  display: block;
  height:auto;
}

.col-md-2-5 .menu{
  height:100%;
  /* background:#f5f5f5; */
}

.menu svg{
  width:20px;
  height:20px;
  
}

.noborder{
  border:none !important;
}

.btn{
  background: #3880FF 0% 0% no-repeat padding-box;
  border-radius: 8px;
  padding: 10px 22px;
  font-size: 16px;
  width: fit-content;
  display: flex;
  box-shadow: 1px 3px 4px #0000002e;
  border:none;
  cursor: pointer;

}

.btn.btn-secondary{
  background:none;
  color:var(--primary);
  /* outline: 2px solid; */
  box-shadow: none;
}

.btn.btn-secondary:active{
  background: none !important;
  color: var(--primary) !important;
  text-decoration: underline;
}

button.btn{
  
}

.btn.btn-text{
  background:0;
  padding:0;
  color:var(--primary);
  box-shadow:none;
  display: flex;
  width: 100%;
  gap:4px;
  align-items:center;
}

.justify-center{
  justify-content:center;
}

.btn svg{
  width:20px;
  fill:var(--primary);
}

.btn.btn-primary svg{
  fill:#fff;
}

.toolbar{
  padding: 20px 0px;
  margin: 0px 0px 20px;
  border-bottom:1px solid #6767672e;
}

.flex{
  display:flex;
  align-items:center;
  flex-shrink: 0;
}

.card p{
  color:#666;
  overflow: hidden;
  white-space: nowrap;
  text-overflow:ellipsis;
}

.card .dates>.flex{
  
  padding:4px 0;
}

.gap4{
  gap:4px;
}

.gap8{
  gap:8px;
}

.gap12{
 gap:12px; 
}

.gap16{
  gap:16px;
}

.gap24{
  gap:24px;
}

.gap32{
  gap:32px;
}

.btn.btn-outline{
  background:none;
  border:1px solid var(--primary);
  color:var(--primary);
  font-weight:400;
  font-size:14px;
  box-shadow:none;
  border-radius:8px;
  
}

.hdbn {
  width: 100%;
  height: 100vh;
  position: relative;
  min-height: 600px;
  display: grid;
  align-items:center;
  grid-template-columns: 1fr 1fr;
}
.hdbn>img {
  width: 100%;
  /* position: absolute; */
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  display:block;
  border-radius:12px;
  height: 50%;
  min-height: 500px;
  box-shadow: 3px 13px 26px #0000002C;
}
.hdbn .wrapper {
  position: relative;
  z-index: 9;
}
.hdbn .wrapper h1 {
  margin: 0;
}

.hdbn .wrapper img{
  width:200px;
  height:auto;
  
}

.hdbn .wrapper p{
  font-weight: 500;
  font-size: 32px;
  line-height: 1.25;
  margin: 16px 0;
}

.svc-creator__banner {
  display: none;
}/*# sourceMappingURL=styles.css.map */

.hdbn .wrapper .btnbar a{
  
}

header{
  padding: 16px 0;
  background: #fff;
  box-shadow: 0px 0px 12px 4px #00000008;
  position: relative;
  z-index: 99;
  border-bottom: 1px solid #00000021;
  
}

header>.container{
  display: flex;
  justify-content: space-between;
  align-items:center;
}

header img{
  display:block;
}

header .flex{
  font-weight: 400;
  font-size:24px;
}

header .flex .logouser img{
  max-height: 30px;
}

.thin{
  font-weight:100;
}

nav ul{
  padding:0;
  margin:0;
  list-style:none;
}

nav ul li a{
  display:block;
  padding:20px;
  /* background:#f5f5f5; */
  /* border-bottom:1px solid #ccc; */
  color:#000;
  text-decoration:none;
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 14px;
  font-weight: 500;
}

.contentpage>ul{
  padding:0;
  margin:0;
  display:grid;
  grid-template-columns: repeat(3, 30%);
  list-style:none;
  gap:32px;
}

.absid{
  position:absolute;
  bottom: 5px;
  right: 5px;
  font-size: 10px;
  text-transform: lowercase;
  opacity: 0.2;
}



.card{
  box-shadow: rgba(0, 0, 0, 0.01) 0px 6px 11px 0px;
  border-radius: 8px;
  overflow: hidden;
  text-decoration: none;
  color: #000;
  display: block;
  border: 1px solid #f5f5f5;
  position: relative;
}

.card.noshadow{
  box-shadow: 0 0 0 0 #ffffff;
  border: none;
}

.card.noshadow .cntn{
  border: none;
  text-align: right;
}

.card.noshadow .dates>.flex{
  justify-content:end;
}

.card .cntn{
  padding: 20px 30px;
  flex-direction: column;
  display: flex;
  gap: 0px;
  position: relative;
  border: none;
  border-radius: 8px;
}

.card.event .cntn{
  border-top: 0;
  border-radius: 0 0 8px 8px;
}

.card img{
  max-width:100%;
  height:200px;
  object-fit:cover;
  width: 100%;
  display: block;
}

.card h2{
  margin:0;
  
}

.card .subtit{
    color:#666;
    margin: 0px 0px 1px;
    padding: 0px;
    order: -1;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.4px;
    text-transform: uppercase;
}

.label-small{
  font-size: 10px;
  padding: 3px 6px;
  background: #949494;
  border-radius: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

.card .dates{
  flex-direction:column;
  gap:4px;
  display:flex;
  margin:4px 0;
 
}

.align-center{
  align-items:center;
}

.date-label{
  font-weight:600;
  font-size:14px;
}

.inputElement {
  margin-bottom:1rem;
}

.inputElement label{
  display:block;
  font-size:20px;
  font-weight:600;
  margin-bottom:0;
  color:var(--gray);
  
}


.inputElement input[type="text"],
.inputElement textarea,
.inputElement select,
.inputElement input[type="date"],
.inputElement input[type="password"],
.inputElement input[type="email"]{
  border:none;
  padding:0;
  font-size: 40px;
  font-weight:600;
  min-width:50px;
  width: 100%;
}

.grid2{
  grid-template-columns:50% 1fr;
}

.antwoord.result label{
  font-weight:600;
}

.antwoord.result .ant{
  font-size:20px;
}

.usrdata{
  padding: 0 3rem;
  background: #fff;
  /* border: 1px solid #f5f5f5; */
  border-radius: 8px;
  /* margin-top: -6rem; */
}

.usrdata .inputElement input{
  font-size:20px;
  padding:8px;
}

.image img{
  width:100%;
  height:auto;
  object-fit:cover;
  border-radius:8px;
}



.login .inputElement input,
.login .inputElement input[type="password"]{
  background:#f5f5f5;
  padding: 10px 12px;
  font-size:16px;
  font-weight:500;
  border-radius: 4px;
  border: 1px solid #e3e3e3;
}

.login button{
  width:100%;
  display:flex;
  justify-content:center;
}

.container.login .inputElement input{
  font-size:20px;
  padding:14px;
  background:#f5f5f5;
  border-radius:8px;
  border:1px solid #e1e1e1;
}

.holder.maxwidth60{
  width: 240px;
  max-width:90%;
  margin:0 auto;
}

.holder img{
  max-width:160px;
  margin: 0px auto 4rem;
  display: block;
}

.holder h1{
  text-align:center;
  font-size:28px;
}

.container.login .inputElement input::placeholder{
  font-size:20px;
}

.inputElement input[type="password"]{
  font-size:30px;
}

.container.login .inputElement input[type="password"]{/* font-size: 40px; */}
.container.login .btn{
  margin-top:2rem;
}
.inputElement select option,
optgroup{
  font-size:14px;
}

.inputElement input[type="date"]{
  width: 210px;
  font-size: 28px;
}




.inputElement label{
  margin-bottom:0px;
}

.inputElement textarea{
  /* font-size:20px; */
  height: fit-content;
}

.inputElement input:focus,
.inputElement select:focus-visible,
.inputElement textarea:focus{
  outline:none;
  
}

.pair{
  display:flex;
  gap: 32px;
  align-items: center;
}

.flex>*{
  flex-shrink:0;
}

.holder .btn.btn-primary{
  width:100%;
  justify-content:center;
}

.pair>*{
  flex-shrink:0;
}

.inputElement .pair button{
  margin:0;
  margin-left: -10px;
}

.inputElement .pair button svg{
  width:24px;
}

.inputElement button{
  margin-top: 8px;
}

input[type="color"]{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  width: 50px;
  height: 50px;
  border: none;
  cursor: pointer;
  flex-shrink: 0;
}

input[type="color"]::-webkit-color-swatch {
  border-radius: 50%;
  border: 2px solid #00000014;
}
input[type="color"]::-moz-color-swatch {
  border-radius: 50%;
  border: 0px solid #00000014;
}

.margin-top-16{
  margin-top: 16px;
}

.btnbar{
  border-top:1px solid #6767672e;
  padding-top:1rem;
  overflow: visible;
}

input::placeholder,
textarea::placeholder{
  font-style:italic;
  color:#cccccc;
}

.logo-container {
    position: relative;
    display: inline-block;
    cursor: pointer;
    width: 100px;
    height: 100px;
    background: #f5f5f5;
    border-radius: 8px;
    overflow:hidden;
    border: 1px solid #e1e1e1;
}

#headerLogo{
  width:300px;
  height:150px;
}

#headerLogo>img{
  width:100%;
  height:100%;
  object-fit:cover;
  
}

.user-logo {
    display: block;
    max-width: 100px; /* or any other size */
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.logo-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.6);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
   
    transition: opacity 0.3s;
}

.bgimage{
  /* position: absolute; */
  min-height:100vh;
  width:100%;
  height:100%;
  object-fit: cover;
  top: 0;
}

.logo-overlay svg{
  width:30%;
  margin:0 auto;
  display:block;
  fill:#fff;
}

.logo-container:hover .logo-overlay {
    opacity: 1;
}
