#rihlaedu-cfv-toast{position:fixed;top:24px;right:24px;z-index:2147483647;max-width:min(390px,calc(100vw - 32px));padding:15px 18px;border:1px solid rgba(180,0,0,.18);border-radius:12px;background:#fff;box-shadow:0 12px 34px rgba(0,0,0,.16);color:#8f1111;font-size:14px;line-height:1.5;font-weight:600;opacity:0;transform:translate3d(18px,-8px,0);pointer-events:none;transition:opacity .2s ease,transform .2s ease}
#rihlaedu-cfv-toast.is-visible{opacity:1;transform:translate3d(0,0,0)}
.rihlaedu-cfv-invalid{border-color:#c62828!important;box-shadow:0 0 0 2px rgba(198,40,40,.10)!important}
@media(max-width:600px){#rihlaedu-cfv-toast{top:14px;right:14px;left:14px;max-width:none}}
@media(prefers-reduced-motion:reduce){#rihlaedu-cfv-toast{transition:none}}


/* v1.0.2: visible field names above the example placeholder. */
.rihlaedu-cfv-label {
    display: block;
    width: 100%;
    margin: 0 0 6px;
    padding: 0;
    font-size: 13px;
    line-height: 1.35;
    font-weight: 600;
    color: #173b73;
    text-align: left;
    box-sizing: border-box;
}

@media (max-width: 600px) {
    .rihlaedu-cfv-label {
        font-size: 12.5px;
        margin-bottom: 5px;
    }
}


/* v1.0.3: labels are only injected when the field group has no existing label. */
.rihlaedu-cfv-label {
	display: block;
	width: 100%;
	margin: 0 0 6px;
	padding: 0;
	font-size: 13px;
	line-height: 1.35;
	font-weight: 600;
	color: #173b73;
	text-align: left;
	box-sizing: border-box;
}

@media (max-width: 600px) {
	.rihlaedu-cfv-label {
		font-size: 12.5px;
		margin-bottom: 5px;
	}
}
