button {
	text-align: center;
	text-decoration: none;
	display: inline-block;
	cursor: pointer;
}

.vdh-button {
	border-radius: 10px !important;
	letter-spacing: 2px;
	height: 56px;
	width: 100%;
	border: 1px solid; 
	
	font-family: var(--vdh-font-family);
	font-size: var(--vdh-button-font-size);	
}

.vdh-button:hover {
	border: 1px solid; 
}

.vdh-button:disabled {
	color: grey;
	cursor: not-allowed;
}

.vdh-button-with-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
}


.vdh-segment-button {
    height: 42px;
    flex: 1;
    padding: 0 16px;
    border: 1px solid #C1C7CE;
    border-bottom-width: 1px;
    border-radius: 10px 10px 0 0;
    cursor: pointer;
    background-color: white;

    font-family: var(--vdh-font-family);
    font-size: var(--vdh-button-font-size);	
    font-weight: 600;
    letter-spacing: 0.5px;
}

.vdh-pakretour-tabs {
    display: flex;
    gap: 6px;
    width: 100%;
    margin-top: 0;
    border-bottom: 1px solid #C1C7CE;
}

.vdh-pakretour-tabs .vdh-segment-button + .vdh-segment-button {
    margin-left: 0;
}


.vdh-button-filter {
	border-radius: 10px !important;
	letter-spacing: 0.2px;
	height: 32px;
	width: auto;
	border: 1px solid; 
	color: black;
	background-color: white;
	border-color: #C1C7CE;
	
	font-family: var(--vdh-font-family);
	font-size: var(--vdh-button-filter-font-size);	
}

.vdh-button-filter:hover {
	color: black;
	background-color: #D3E5F6;
	border-color: #D3E5F6;
}

.vdh-button-filter-with-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 4px;
}


.vdh-primary-button {
	color: white;
	background-color: #28638A;
	border-color: #28638A;
}

.vdh-primary-button:hover {
	color: #28638A;
	background-color: white;
	border-color: #28638A;
}

.vdh-secondary-button {
	color: black;
	background-color: #D3E5F6;
	border-color: #D3E5F6;
}

.vdh-secondary-button:hover {
	color: #28638A;
	background-color: white;
	border-color: #28638A;
}

.vdh-blanco-button {
	color: black;
	background-color: white;
	border-color: #C1C7CE;
}

.vdh-blanco-button:hover {
	color: white;
	background-color: #28638A;
	border-color: #28638A;
}

.vdh-pakretour-on-button {
    color: white;
    background-color: #4F86A8;
    border-color: #4F86A8;
    font-weight: 600;
	cursor: default;
	position: relative;
	z-index: 1;
}

.vdh-pakretour-off-button {
    color: #5F6B76;
    background-color: white;
    border-color: #C1C7CE;
}

.vdh-pakretour-off-button:hover {
    color: #28638A;
    background-color: #F3F7FA;
}

.vdh-button-alert {
	cursor: pointer;
	color: #28638A;
	
	font-family: var(--vdh-font-family);
	font-size: var(--vdh-button-font-size);	
}
