html, body {
	height: 100%;
	margin: 0;
	font-family: 'Montserrat', Sans-serif !important;
	color: #000;
	overflow: visible !important;
}
div {
	box-sizing: border-box;
	margin: 0;
}
img {
	max-width: 100%;
	max-height: 100%;
}
a {
	text-decoration: none;
	color: #000;
}
input {
    width: 100%;
    height: 34px;
	border: 1px solid #ccc;
    padding: 5px;
	box-sizing: border-box;
	font-family: 'Montserrat', Sans-serif !important;
}
.bundles-wrapper {
    border-bottom: 2px solid #ececec;
}
.header-wrapper {
	background: #217562;
    position: relative;
    z-index: 9;
}
.header {
    height: 45px;
    padding: 10px 15px 10px 15px;
    display: flex;
    max-width: 1240px;
    margin: 0 auto;	
}
.main-wrapper {
	max-height: 100px;
	transition: max-height .3s ease-in-out;
}
.main-wrapper.disabled {
	max-height: 0px;
	overflow: hidden;
	transition: max-height .3s ease-in-out;
}
.main-bundles {
	padding: 15px 15px 20px 15px;
	max-width: 1240px;
	display: flex;
	margin: 0 auto;
	gap: 60px;
	align-items: flex-end;
}
.main-bundles .main {
	flex: 1;
	position: relative;
}
.main-bundles .main .label {
	padding-bottom: 5px;
	font-size: 14px;
}
.top-version {
	position: absolute;
	right: 15px;
	top: 15px;
}
span#top_version {
    font-weight: 600;
    color: #fff;
    letter-spacing: 1.2px;
}
#endpointList, #versionList, #bundleList {
	list-style-type: none;
	padding: 0;
	margin: 0;
	max-height: 300px;
	overflow-y: auto;
	border: 1px solid #ccc;
	display: none;
	font-size: 14px;
	position: absolute;
    left: 0;
    width: 100%;
	box-sizing: border-box;
	background: #ffffff;
	z-index: 9;
}

#endpointList li, #versionList li, #bundleList li {
	padding: 8px 15px;
	cursor: pointer;
	border-bottom: 1px solid #eee;
}
#endpointList label, #versionList label, #bundleList label {
	padding: 8px;
	font-weight: 600;
	display: block;
}
#endpointList li:hover, #versionList li:hover, #bundleList li:hover {
	background-color: #f0f0f0;
}

.dropdown-container {
	position: relative;
	width: 100%; /* Adjust as needed */
}

.search {
	width: 100%; /* Adjust for the icon width */
	padding: 8px;
	box-sizing: border-box;
	border: 1px solid #ccc;
}

.dropdown-icon {
	position: absolute;
	top: 5px;
	right: 8px;
	cursor: pointer;
	padding: 2px;
    background: #ececec;
    border-radius: 100%;
    width: 20px;
    height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
	font-size: 12px !important;
	display: flex !important;
	align-items: center;
	justify-content: center;
	transform: rotate(0deg);
	transition: transform 0.3s ease-in-out;
}
.dropdown-icon.active {
	transform: rotate(-180deg);
	transition: transform 0.3s ease-in-out;
}
.clear-icon {
	right: 40px;
	position: absolute;
	top: 8px;
	cursor: pointer;
	font-size: 12px !important;
    color: #ccc;
}
.progress {
    display: flex;
    margin: 0 auto;
    justify-content: center;
	border-radius: 100%;
    text-transform: lowercase;
    -webkit-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.34);
    box-shadow: 2px 2px 5px 2px rgba(0, 0, 0, 0.34);
    height: 40px;
    width: 40px;
    cursor: pointer;
    background: #217562;
}
.progress i {
	display: flex;
    align-items: center;
    justify-content: center;
    color: #FFF;	
}
.highlight {
    background-color: #f0f0f0; /* Highlight color */
}
.error-message {
	color: red;
    padding: 0 8px;
    font-size: 11px;
    text-transform: lowercase;
    position: absolute;
    bottom: -15px;
    width: 100%;
    left: 0;
}
.template-container {
    padding: 0 15px;
    max-width: 1240px;
    display: flex;
    margin: 0 auto;
    justify-content: flex-start;	
	position: relative;
	align-items: stretch;
	gap: 30px;
}
.right-wrapper {
    position: fixed;
    right: 0;
    width: 60px;
    top: 0;
    background: #394046;
    height: 100vh;
}
.right-bottom {
	position: absolute;
	bottom: 0;
}
.right-top {
	position: absolute;
    top: 45px;
    display: flex;
    flex-direction: column;
	gap: 30px;
	width: 100%;
	padding: 20px 0;
}
.right-top .item {
    font-size: 10px;
    color: #FFF;
    display: flex;
    flex-direction: column;
    align-items: center;
	cursor: pointer;
	font-family: "arial",sans-serif;
	gap: 3px;
}
.right-top .item i {
    font-size: 20px;
}
.account-header {
    font-size: 12px;
    padding: 5px 20px;
    color: #000;
    display: flex;
    height: 40px;
    align-items: center;
	background: #ececec;
	gap: 15px;
	justify-content: center;
}

ione-login#ione-login {
    position: relative;
    top: -1px;
}
.account-left {
    position: absolute;
    left: 30px;
    display: flex;
    align-items: center;
    gap: 30px;
}
.account-header .storage {
	font-size: 18px;
	position: relative;
	cursor: pointer;
}
.account-header p {
	margin: 0;
}
.account-header.logged-in p.logged {
	display: none;
}
.account-header .storage:before {
    content: '';
    width: 1px;
    height: 24px;
    position: absolute;
    background: #000;
    transform: rotate(45deg);
    top: -2px;
    left: 8px;
}
.login-wrapper {
    display: flex;
    background: #217562;
    color: #FFF;
    text-transform: lowercase;
    padding: 5px 10px;
    border-radius: 15px;
	cursor: pointer;
    -webkit-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.34);
    -moz-box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.34);
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.34);	
}
co-form.user-and-pass.co-form {
	display: flex;
	align-items: center;
	gap: 10px;
}
body .co-login .field-wrapper {
	flex-direction: row;
	gap: 10px;
}
co-form.user-and-pass.co-form .co-icon {
    display: none;
}
body co-form.user-and-pass.co-form .co-input-text {
	max-height: 34px;
	border-radius: 0px;
}
body co-form.user-and-pass.co-form .co-input-text:before {
	display: none;
}
body co-form.user-and-pass.co-form .co-input-text.cc-input-focused label, body co-form.user-and-pass.co-form .co-input-text.hasvalue label {
	display: none;
}
body co-form.user-and-pass.co-form .input-wrapper {
	min-width: 200px;
}
body co-form.user-and-pass.co-form .co-input-text input {
	padding: 5px 10px;
}
body co-form.user-and-pass.co-form .co-input-text .spacer {
	display: none !important;
}
body .co-login .login-extended-wrapper {
	display: none;
}
body .co-login .login-submit-button .label, body .co-login .co-button .label {
	text-transform: lowercase;
	padding: 0 5px;
	color: #FFF;
}
body .login-wrapper.inactive {
	display: none;
}
body .account-header .co-login .co-button {
	margin: 0;
	background-color: #394046;
    border-radius: 15px;
    height: 25px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.34);
	cursor: pointer;
}
body .account-header .co-login .co-button.login-submit-button {
	margin: 0;
	background-color: #217562;
    border-radius: 15px;
    height: 25px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, 0.34);
}
body .co-relation .relation-section {
	background-color: transparent;
}
div#menu-wrapper {
	background: #ececec;
	min-width: 120px;
	display: flex;
	flex-direction: column;
	gap: 30px;
	padding: 30px 15px;
}
div#menu-relations {
	display: flex;
	flex-direction: column;
	gap: 30px;	
    position: sticky;
    top: 0;	
	padding: 30px 0;	
}
div#menu-relations span {
	display: flex;
	gap: 5px;
	align-items: center;
	cursor: pointer;
}
div#menu-relations i {
	font-size: 18px;
	width: 20px;
}
div#menu-relations #menu-relation:after {
	content: 'Gegevens';
	font-size: 12px;
}
div#menu-relations #menu-orders:after {
	content: 'Bestellingen';
	font-size: 12px;
}
div#menu-relations #menu-logout:after {
	content: 'Uitloggen';
	font-size: 12px;
}
div#menu-relations span.active {
    color: #1a73e8;
}
