:root {
	--darkblue: #001f3d;
	--blue: #1468a0;
	--green: #68C13E;
	--grey: #7f7f7f;
	--greyblue: #555f69;
	--greygreen: #315a3c;
	--white: #ffffff;
	--black: #000;
	--red: #ff0000;
	--bs-btn-hover-color: ##ffffff;
	--bs-btn-hover-border-color: #1468a0;
	--bs-btn-hover-bg: #1468a0;
  }

body {
	background-color: var(--darkblue);
	background-image: url("../images/bg-body-2.png");
	background-origin: padding-box;
	background-repeat: no-repeat!important;
	background-attachment: scroll;
	background-position: top!important;
	background-size: 100% !important;
	font-size: 14px;
	font-weight: 400;
	line-height: 21px;
	color: #fff;
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;	
}

h1, h2, h3, h4, h5, h6 {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
}

h1 {
	margin-bottom: 2rem;
	clear: both;
}

img {
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	-ms-interpolation-mode: bicubic;
	border-style: none;
}

a:link,
a:visited {
	color: var(--white); 
}

a:hover, 
a:focus { 
	color: var(--green); 
}

a.btn:link,
a.btn:visited {
	color: var(--darkblue); 
	background-color: var(--green);
	border-color: var(--green);
}

a.btn:hover, 
a.btn:focus { 
	color: var(--green); 
	background-color: var(--blue);
	border-color: var(--blue);
}

.btn {
	min-width: min-content;
}

.btn-primary,
.btn-primary:link,
.btn-primary:visited {
	color: var(--darkblue);
	background-color: var(--green);
	border: 1px solid var(--green);
	text-transform: uppercase;
	font-weight: 700;
}

.btn-primary:hover,
.btn-primary:focus {
	color: var(--white);
	background-color: var(--blue);
	border-color: var(--blue);
}

.treasurebox a:link,
.treasurebox a:visited {
	color: var(--blue); 
}

.treasurebox a:hover, 
.treasurebox a:focus { 
	color: var(--green); 
}

.treasurebox .btn-primary,
.treasurebox .btn-primary:link,
.treasurebox .btn-primary:visited {
	color: var(--green);
	background-color: var(--darkblue);
	border: 1px solid var(--darkblue);
}

.treasurebox .btn-primary:hover,
.treasurebox .btn-primary:focus {
	color: var(--white);
	background-color: var(--green);
	border-color: var(--green);
}

.treasurebox .btn-secondary,
.treasurebox .btn-secondary:link,
.treasurebox .btn-secondary:visited {
	color: var(--white);
	background-color: var(--green);
	border: 1px solid var(--green);
}

.treasurebox .btn-secondary:hover,
.treasurebox .btn-secondary:focus {
	color: var(--white);
	background-color: var(--darkblue);
	border-color: var(--darkblue);
}

/** FONTS **/
@font-face {
	font-family: "Open Sans";
	src: url("../fonts/OpenSans-Regular.woff2") format("woff2");
	font-weight: 400;
	font-style: normal;
	font-display: swap;
}
.open-sans-regular {
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: "wdth" 100;
}

.poppins-thin {
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-style: normal;
  }
  
  .poppins-extralight {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: normal;
  }
  
  .poppins-light {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: normal;
  }
  
  .poppins-regular {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: normal;
  }
  
  .poppins-medium {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: normal;
  }
  
  .poppins-semibold {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: normal;
  }
  
  .poppins-bold {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: normal;
  }
  
  .poppins-extrabold {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: normal;
  }
  
  .poppins-black {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: normal;
  }
  
  .poppins-thin-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 100;
	font-style: italic;
  }
  
  .poppins-extralight-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 200;
	font-style: italic;
  }
  
  .poppins-light-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 300;
	font-style: italic;
  }
  
  .poppins-regular-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 400;
	font-style: italic;
  }
  
  .poppins-medium-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 500;
	font-style: italic;
  }
  
  .poppins-semibold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 600;
	font-style: italic;
  }
  
  .poppins-bold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 700;
	font-style: italic;
  }
  
  .poppins-extrabold-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 800;
	font-style: italic;
  }
  
  .poppins-black-italic {
	font-family: "Poppins", sans-serif;
	font-weight: 900;
	font-style: italic;
  }
  
  /** END FONTS **/

.corner-ribbon {
	width: 200px;
	background-color: var(--red);
	position: absolute;
	top: 25px;
	left: -50px;
	text-align: center;
	line-height: 50px;
	letter-spacing: 1px;
	color: var(--white); 
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

.top-left {
	top: 25px;
	left: -50px;
	transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
}

#header-wrapper {
	padding: 2rem;
	width: 100%;
}

.logo-floater {
	height: 5rem;
	padding: 0;
	transition: all 0.4s ease-in-out;	
}

.logo {
	text-align: center;
}

#logo {
	max-height: 64%;
	float: none;
	width: auto;
	transition: all 0.4s ease-in-out;
	margin-bottom: 0;
	display: block;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
 #logo img {
	max-height: 5rem;
}

#main-wrapper {
	width: 100%;
	margin-bottom: 4rem;
}

.public-home #main-wrapper {
	text-align: center;
	margin-bottom: 4rem;
}

.treasurebox {
	background-color: var(--white);
	padding: 1rem 2rem;
	border-radius: 1rem;
	color: var(--darkblue);
	text-align: left;
	direction: ltr;
}

.btn {
	transition-property: all !important;
}

.btn.icon-hover {
	position: relative;
}

.btn.icon-hover:hover {
	padding-right: 2.2rem !important;
	vertical-align: middle;	
	width: auto;
	transition: all 300ms ease 0ms;
	opacity: 1;
}

.btn.icon-hover:hover:after {
	opacity: 1;
    margin-top: .22rem;
	position: absolute;
	right: .7rem;
	width: 1rem !important;
	content: url('../images/chevron-right-white.svg');
	display: inline-block;
	transition: all 300ms ease 0ms;
}

.btn.icon-hover.icon-playfill:hover:after {
	content: url('../images/play-fill.svg');
}

.btn-with-tooltip {
	position: relative;
	/* background-color: rgba(var(--green), 0.6) !important; */
	background-color: #b3e09f !important;
	border-color: #b3e09f !important;
	text-transform: uppercase;
}

.btn-with-tooltip:after {
	opacity: 1;
    margin-top: -0.6rem;
	position: absolute;
	right: -.6rem;
	width: 1.4rem !important;
	content: url('../images/q-white.svg');
	display: inline-block;
	transition: all 300ms ease 0ms;
	padding: 0.2rem;
	background-color: var(--green);
	border-radius: 1rem;
}
a.btn-with-tooltip.active {
	background-color: var(--green) !important;
	color: var(--blue);
	border: solid 2px var(--green);
}

.btn-icon:before {
    display: block;
    width: 1.8rem;
    vertical-align: middle;
    margin: 0 auto .4rem auto;
    text-align: center;
}

.icon-user:before {
	content: url(../images/person-check-white.svg);
}

.icon-download:before {
	content: url(../images/file-earmark-arrow-down-white.svg);
}

.icon-upload:before {
	content: url(../images/file-earmark-arrow-up-white.svg);
}

.icon-logout:before {
	content: url(../images/person-logout-white.svg);
}

.icon-sign:before {
	content: url(../images/card-checklist-white.svg);
}

.btn-toolbar .btn-group {
	margin-bottom: 1rem;
}

.btn-toolbar a.btn-primary {
	background-color: var(--green);
	border-color: var(--white);
	color: var(--white);
}

.btn-toolbar a.btn-primary:hover,
.btn-toolbar a.btn-primary:focus {
	background-color: var(--blue);
}

.icon-hover.icon-hover-upload:hover:after {
	content: url('../images/file-earmark-arrow-up-white.svg');
}

/*.icon-hover.icon-chevronright:hover {
	background-image: url("../images/chevron-right-white.svg");
	background-position: right;
	background-repeat: no-repeat;
	background-size: 1rem;
} */

.form-signin {
	background-color: var(--green);
	padding: 1.5rem 3rem;
	border-radius: 2rem;
}

.form-floating {
	margin-bottom: 1rem;
} 

.public-renew .form-floating {
	margin-bottom: 0;
} 

.form-floating>.form-control {
	background-color: var(--bs-gray-200);
}

.error {
	text-align: center;
    width: fit-content;
    margin: 0 auto 2rem;
}

.contractform {
	padding-top: 2rem;
}

.contractform .list-group-flush>.list-group-item {
	padding: 0;
	border: 0;
}

.contractform .list-group-item .form-control,
.contractform .form-floating>.form-select {
	/* width: 90%; */
	display: inline-block;
}

/* .contract label {
    font-size: .6rem;
    text-transform: uppercase;
    color: var(--grey);
    padding-top: .1rem;
} */

.clear-b {
	clear: both;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.tooltip-trigger {
	width: 1.64rem;
}

.tooltip .tooltip-inner {
	max-width: 51vw !important;
	width: auto !important;
}

.popover-trigger {
	width: 2.5rem;
}

.custom-popover {
	--bs-popover-max-width: 50vw;
	--bs-popover-width: 50vw;
	--bs-popover-border-color: var(--darkblue);
	--bs-popover-header-bg: var(--darkblue);
	--bs-popover-header-color: var(--bs-white);
	--bs-popover-body-padding-x: 1rem;
	--bs-popover-body-padding-y: .5rem;
}

.custom-popover p {
    font-size: smaller;
    margin: 0;
}

.custom-popover .labeltje {
    color: var(--grey);
}

.custom-popover ul {
    list-style: none;
}

#totalsum {
 font-size: 1.5rem;
}

.progresses {
    display: flex;
    align-items: center;
}

.line {
	width: 120px;
    height: 6px;
    background: #63d19e;
}

.steps {
    display: flex;
    background-color: #63d19e;
    color: #fff;
    font-size: 14px;
    width: 40px;
    height: 40px;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* steps menu */
.steps-horizontal {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 70vw;
	width: 70vw;
    position: relative;
    padding: 0;
}

.steps-horizontal::before {
    content: '';
    position: absolute;
    top: 24px;
    left: 0;
    right: 0;
    height: 2px;
    background: #e9ecef;
    z-index: 1;
}

.step-horizontal {
    flex: 1;
    text-align: center;
    position: relative;
    z-index: 2;
}

.step-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: white;
    border: 2px solid #dee2e6;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 10px;
    font-size: 20px;
    color: #6c757d;
    transition: all 0.3s ease;
}

.step-title {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 5px;
}

.step-description {
    font-size: 12px;
    color: #adb5bd;
    max-width: 20vw;
    margin: 0 auto;
}

.step-horizontal.active .step-icon {
    background: #4361ee;
    border-color: #4361ee;
    color: white;
    box-shadow: 0 0 0 5px rgba(67, 97, 238, 0.2);
}

.step-horizontal.complete .step-icon {
    background: #2ecc71;
    border-color: #2ecc71;
    color: white;
}


#footer-wrapper {
	background-color: var(--black);
	/* position: absolute;
	bottom: 0; */
	width: 100%;
}

.footer {
	padding: 15px;
	text-align: center;
}

.footer ul.menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.menu a {
	text-decoration: none; 
}

.menu a:hover,
.menu a:focus {
	text-decoration: underline; 
}

.footer ul.menu li {
	display: inline-block;
	margin-left: .5rem;
	margin-right: .5rem;
	font-size: .7rem;
}

@media only screen and (min-width:981px) {
#logo {
max-height: 54%;
}
}

.contractwizard {
	color: #fff;
	font-family: "Open Sans", sans-serif;
	background-color: var(--darkblue);
	background-image: url("../images/bg-body-2.png");
	background-origin: padding-box;
	background-repeat: no-repeat!important;
	background-attachment: scroll;
	background-position: top!important;
	background-size: 100% !important;
}
