.wrapper.svelte-pnwph.svelte-pnwph {
    position: relative;
    display: inline;
    white-space: nowrap
}

.ce.svelte-pnwph.svelte-pnwph {
    text-align: center;
    font-family: monospace;
    border-left: 0 none;
    border-right: 0 none;
    border-top: 0 none;
    border-bottom: 3px solid var(--blue);
    display: inline-block;
    line-height: 1;
    padding: 0 2px;
    color: var(--blue);
    vertical-align: baseline
}

span.svelte-pnwph .err.svelte-pnwph {
    position: absolute;
    top: -20px;
    left: 0px;
    background-color: #000;
    color: #ff4324;
    font-size: 10px;
    width: 100px;
    opacity: 0;
    transition: opacity .3s ease-in-out
}

span.has-error.svelte-pnwph .err.svelte-pnwph {
    opacity: 1
}
p:nth-child(1),p:nth-child(2){
	border-bottom:black 4px solid;
	border-color: #FE652B;
}
input.ce.svelte-pnwph{
	font-size: 24px;
	color: #e51ea8!important;
	border-bottom: #e51ea8 2px solid!important;
	border-top:#ffffff 2px solid!important;
	border-right:#ffffff 2px solid!important;
	border-left:#ffffff 2px solid!important;
}
input.ce.svelte-pnwph:hover{
	border-width: 2px!important;
    border-style: solid!important;
    border-color: #FE652B!important;
}
strong.text-danger{
	color: #FE652B!important;
}