html {
    --primary-color: 255, 204, 0; /* #FFCC00; */
    --active-text-color: #231F20;
    --text-color: #231F20;
}

.swissid-connection {
    margin-top: 24px;
}

.login-link {
    padding: 0 64px;
    text-align: center;
}

.login-link a {
    text-decoration: underline;
    cursor: pointer;
    color: var(--Corporate-Post-Black, #231F20);
}
.line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    text-overflow: ellipsis;
}
.break-line {
    white-space: pre-line;
}

.underline-link a {
    text-decoration: underline;
    cursor: pointer;
    color: var(--Corporate-Post-Black, #231F20);
}

.helptext-container {
    opacity: 1 !important;
}

.sms-verification .epost-email-input.sms-code-input-field {
    font-size: 24px;
    width: 48px;
    height: 62px;
}

.sms-verification .resend-sms-code-container {
    display: flex;
    justify-content: center;
}

.sms-verification .resend-sms-code-container .resend-sms-code {
    background: none;
    border: none;
    cursor: pointer;
}

.sms-verification .help-text-container {
    display: flex;
    justify-content: center;
}

.sms-verification .error-message {
    text-align: left;
    margin-top: -8px;
}

.sms-verification .help-text-font-size {
    font-size: inherit !important;
}

.sms-verification .verification-code-wrapper.justify-content-code {
    justify-content: center;
}

body .user-registration-page .ellipse {
 transform: translate3d(0, 0, 0);
}

body .user-registration-page .epost-support-service {
	bottom: 24px;
	left: 24px;
}

@media (max-width: 768px){
	body .user-registration-page .epost-support-service {
		display: block !important;
		bottom: 16px;
		left: 16px;
	}	
    .user-registration-page .epost-support-service .support-title {
        display: none;
    }

    .user-registration-page .epost-support-service .epost-process-btn {
        gap: 0;
    }
	.user-registration-page .epost-support-service .unread-message-indicator {
		position: absolute;
		top: -8px;
		right: -8px;
	}
}

@media (min-width: 768px) {
    body .user-registration-page .login-panel {
        width: clamp(360px, 100%, 550px) !important;
    }
}
