/* frontoffice css */
.captcha-box #gc_revocation_captcha_wraper {
    width: 100%;
}

.captcha-box #gc_revocation_captcha_wraper .form-control-label {
    text-align: right !important;
}

.captcha-box #gc_revocation_captcha_wraper .gc_captcha_gc_revocation > div {
	padding: 0;
    display: flex;
}

.gc_revocation-guest-form-wrapper.card.card-block,
.gc_revocation-order-form-wrapper.card.card-block {
    padding-bottom: 2rem;
}

.gc_revocation-orders-list .width-content {
    width: fit-content;
}

#gc-online-revocation-form .form-control-label {
    white-space: unset;
    line-height: 1.1;
    padding-left: 0px;
}
