@charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Jost:200,300,400,500,600,700,800,900,200italic,300italic,400italic,500italic,600italic,700italic,800italic,900italic&display=swap);@-webkit-keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@keyframes passing-through{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%,70%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}to{opacity:0;-webkit-transform:translateY(-40px);transform:translateY(-40px)}}@-webkit-keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes slide-in{0%{opacity:0;-webkit-transform:translateY(40px);transform:translateY(40px)}30%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes pulse{0%{-webkit-transform:scale(1);transform:scale(1)}10%{-webkit-transform:scale(1.1);transform:scale(1.1)}20%{-webkit-transform:scale(1);transform:scale(1)}}.dropzone,.dropzone *{box-sizing:border-box}.dropzone{background:#fff;border:0;display:inline-block;min-height:0;padding:0;width:200px}.dropzone.dz-clickable{cursor:pointer}.dropzone.dz-clickable *{cursor:default}.dropzone.dz-clickable .dz-message,.dropzone.dz-clickable .dz-message *{cursor:pointer}.dropzone.dz-started .dz-message{display:none}.dropzone.dz-drag-hover .dz-placeholder,.dropzone.dz-drag-hover .preview{opacity:.5}.dropzone .dz-message{display:none}.dropzone .preview{cursor:pointer;display:none}.dropzone .preview img{border-radius:5px}.dropzone .preview.visible{display:block}.dropzone .dz-loader,.dropzone .dz-placeholder{border:2px dashed #eee;border-radius:5px;cursor:pointer;display:none;font-size:50px;line-height:150px;max-width:200px;text-align:center}.dropzone .dz-loader.visible,.dropzone .dz-placeholder.visible{display:block}.dropzone .dz-loader{position:relative}.dropzone .dz-loader .progress{background-color:transparent;font-size:12px;height:100%;left:0;position:absolute;top:0;width:100%}.dropzone .dz-preview{display:inline-block;margin:16px;min-height:100px;position:relative;vertical-align:top}.dropzone .dz-preview:hover{z-index:1000}.dropzone .dz-preview.dz-file-preview .dz-image{background:#999;background:linear-gradient(180deg,#eee,#ddd);border-radius:0}.dropzone .dz-preview.dz-file-preview .dz-details{opacity:1}.dropzone .dz-preview.dz-image-preview{background:#fff}.dropzone .dz-preview.dz-image-preview .dz-details{transition:opacity .2s linear}.dropzone .dz-preview .dz-remove{border:none;cursor:pointer;display:block;font-size:14px;text-align:center}.dropzone .dz-preview .dz-remove:hover{text-decoration:underline}.dropzone .dz-preview:hover .dz-details{opacity:1}.dropzone .dz-preview .dz-details{color:rgba(0,0,0,.9);font-size:13px;left:0;line-height:150%;max-width:100%;min-width:100%;opacity:0;padding:2em 1em;position:absolute;text-align:center;top:0;z-index:20}.dropzone .dz-preview .dz-details .dz-size{font-size:16px;margin-bottom:1em}.dropzone .dz-preview .dz-details .dz-filename{white-space:nowrap}.dropzone .dz-preview .dz-details .dz-filename:hover span{background-color:hsla(0,0%,100%,.8);border:1px solid hsla(0,0%,78%,.8)}.dropzone .dz-preview .dz-details .dz-filename:not(:hover){overflow:hidden;text-overflow:ellipsis}.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span{border:1px solid transparent}.dropzone .dz-preview .dz-details .dz-filename span,.dropzone .dz-preview .dz-details .dz-size span{background-color:hsla(0,0%,100%,.4);border-radius:3px;padding:0 .4em}.dropzone .dz-preview:hover .dz-image img{-webkit-filter:blur(8px);filter:blur(8px);-webkit-transform:scale(1.05);transform:scale(1.05)}.dropzone .dz-preview .dz-image{border-radius:0;display:block;height:120px;overflow:hidden;position:relative;width:120px;z-index:10}.dropzone .dz-preview .dz-image img{display:block}.dropzone .dz-preview.dz-success .dz-success-mark{-webkit-animation:passing-through 3s cubic-bezier(.77,0,.175,1);animation:passing-through 3s cubic-bezier(.77,0,.175,1)}.dropzone .dz-preview.dz-error .dz-error-mark{-webkit-animation:slide-in 3s cubic-bezier(.77,0,.175,1);animation:slide-in 3s cubic-bezier(.77,0,.175,1);opacity:1}.dropzone .dz-preview .dz-error-mark,.dropzone .dz-preview .dz-success-mark{display:block;left:50%;margin-left:-27px;margin-top:-27px;opacity:0;pointer-events:none;position:absolute;top:50%;z-index:500}.dropzone .dz-preview .dz-error-mark svg,.dropzone .dz-preview .dz-success-mark svg{display:block;height:54px;width:54px}.dropzone .dz-preview.dz-processing .dz-progress{opacity:1;transition:all .2s linear}.dropzone .dz-preview.dz-complete .dz-progress{opacity:0;transition:opacity .4s ease-in}.dropzone .dz-preview:not(.dz-processing) .dz-progress{-webkit-animation:pulse 6s ease infinite;animation:pulse 6s ease infinite}.dropzone .dz-preview .dz-progress{background:hsla(0,0%,100%,.9);border-radius:8px;height:16px;left:50%;margin-left:-40px;margin-top:-8px;opacity:1;overflow:hidden;pointer-events:none;position:absolute;top:50%;-webkit-transform:scale(1);width:80px;z-index:1000}.dropzone .dz-preview .dz-progress .dz-upload{background:#333;background:linear-gradient(180deg,#666,#444);bottom:0;left:0;position:absolute;top:0;transition:width .3s ease-in-out;width:0}.dropzone .dz-preview.dz-error .dz-error-message{display:block}.dropzone .dz-preview.dz-error:hover .dz-error-message{opacity:1;pointer-events:auto}.dropzone .dz-preview .dz-error-message{background:#be2626;background:linear-gradient(180deg,#be2626,#a92222);border-radius:8px;color:#fff;display:block;display:none;font-size:13px;left:-10px;opacity:0;padding:.5em 1.2em;pointer-events:none;position:absolute;top:130px;transition:opacity .3s ease;width:140px;z-index:1000}.dropzone .dz-preview .dz-error-message:after{border-bottom:6px solid #be2626;border-left:6px solid transparent;border-right:6px solid transparent;content:"";height:0;left:64px;position:absolute;top:-6px;width:0}@font-face{font-family:cap-cadeau-icons;src:url(/build/images/cap-cadeau-icons.9408da0e.svg#cap-cadeau-icons) format("svg"),url(/build/fonts/cap-cadeau-icons.6b07493d.ttf) format("truetype"),url(/build/fonts/cap-cadeau-icons.41285380.woff) format("woff"),url(/build/fonts/cap-cadeau-icons.37878f28.woff2) format("woff2")}i,span[class*=icon-]{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;display:inline-block;font-family:cap-cadeau-icons;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}i.up,span[class*=icon-].up{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}i.down,span[class*=icon-].down{-webkit-transform:rotate(90deg);transform:rotate(90deg)}i.left,span[class*=icon-].left{-webkit-transform:rotate(180deg);transform:rotate(180deg)}i.icon-l,span[class*=icon-].icon-l{font-size:2em}i.icon-xl,span[class*=icon-].icon-xl{font-size:3em}.icon-refresh:before{content:"\f101"}.icon-about:before{content:"\f102"}.icon-add-photo:before{content:"\f103"}.icon-add-picture:before{content:"\f104"}.icon-add:before{content:"\f105"}.icon-all:before{content:"\f106"}.icon-analytics:before{content:"\f107"}.icon-angle-down:before{content:"\f108"}.icon-angle:before{content:"\f109"}.icon-app-market:before{content:"\f10a"}.icon-arrow:before{content:"\f10b"}.icon-awesome:before{content:"\f10c"}.icon-badge:before{content:"\f10d"}.icon-bank:before{content:"\f10e"}.icon-birth-date:before{content:"\f10f"}.icon-burger-menu:before{content:"\f110"}.icon-calendar:before{content:"\f111"}.icon-camera-video:before{content:"\f112"}.icon-campaign:before{content:"\f113"}.icon-cart:before{content:"\f114"}.icon-category-fill:before{content:"\f115"}.icon-category:before{content:"\f116"}.icon-check-alt:before{content:"\f117"}.icon-check:before{content:"\f118"}.icon-click:before{content:"\f119"}.icon-cogwheel:before{content:"\f11a"}.icon-copy:before{content:"\f11b"}.icon-crop-rotate:before{content:"\f11c"}.icon-cross:before{content:"\f11d"}.icon-customization:before{content:"\f11e"}.icon-delivery:before{content:"\f11f"}.icon-digital:before{content:"\f120"}.icon-double-circle:before{content:"\f121"}.icon-edit:before{content:"\f122"}.icon-empty-star:before{content:"\f123"}.icon-envelope:before{content:"\f124"}.icon-equal:before{content:"\f125"}.icon-euro:before{content:"\f126"}.icon-event-available:before{content:"\f127"}.icon-exclamation-o:before{content:"\f128"}.icon-eye-o:before{content:"\f129"}.icon-favorite:before{content:"\f12a"}.icon-filter:before{content:"\f12b"}.icon-forbidden:before{content:"\f12c"}.icon-gift:before{content:"\f12d"}.icon-half-star:before{content:"\f12e"}.icon-hand:before{content:"\f12f"}.icon-handset-o:before{content:"\f130"}.icon-handset:before{content:"\f131"}.icon-happy:before{content:"\f132"}.icon-heart:before{content:"\f133"}.icon-info:before{content:"\f134"}.icon-informations:before{content:"\f135"}.icon-instant:before{content:"\f136"}.icon-invoice:before{content:"\f137"}.icon-label:before{content:"\f138"}.icon-link:before{content:"\f139"}.icon-list:before{content:"\f13a"}.icon-location:before{content:"\f13b"}.icon-lock-o:before{content:"\f13c"}.icon-lock:before{content:"\f13d"}.icon-long-arrow:before{content:"\f13e"}.icon-macaroon:before{content:"\f13f"}.icon-mall:before{content:"\f140"}.icon-map-marker-o:before{content:"\f141"}.icon-map-marker:before{content:"\f142"}.icon-map:before{content:"\f143"}.icon-menu-burger:before{content:"\f144"}.icon-minus:before{content:"\f145"}.icon-paper-plane-o:before{content:"\f146"}.icon-personalize:before{content:"\f147"}.icon-personnalisation:before{content:"\f148"}.icon-persons-group:before{content:"\f149"}.icon-pin-map:before{content:"\f14a"}.icon-postal:before{content:"\f14b"}.icon-qr-code-o:before{content:"\f14c"}.icon-qr-code:before{content:"\f14d"}.icon-receipt:before{content:"\f14e"}.icon-remove:before{content:"\f14f"}.icon-reservation:before{content:"\f150"}.icon-rocket:before{content:"\f151"}.icon-schedule:before{content:"\f152"}.icon-search:before{content:"\f153"}.icon-sending:before{content:"\f154"}.icon-settings:before{content:"\f155"}.icon-share:before{content:"\f156"}.icon-shop-o:before{content:"\f157"}.icon-shop:before{content:"\f158"}.icon-square-check:before{content:"\f159"}.icon-square-share:before{content:"\f15a"}.icon-star:before{content:"\f15b"}.icon-terms:before{content:"\f15c"}.icon-universe:before{content:"\f15d"}.icon-user-fill:before{content:"\f15e"}.icon-user-group:before{content:"\f15f"}.icon-user:before{content:"\f160"}.icon-weight:before{content:"\f161"}.icon-write:before{content:"\f162"}.icon-add-circle:before{content:"\f163"}.nice-select{-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#fafbfe;border:1px solid #cbd6e2;border-radius:3px;box-sizing:border-box;clear:both;cursor:pointer;display:block;font-family:inherit;font-size:16px;font-weight:400;line-height:22px;min-width:80px;outline:none;padding:8px 24px 7px 12px;position:relative;text-align:left!important;transition:all .2s ease-in-out;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;width:auto}.nice-select:hover{border-color:#e5eafa}.nice-select.open,.nice-select:active,.nice-select:focus{border-color:#999}.nice-select:after{border-bottom:2px solid #999;border-right:2px solid #999;content:"";display:block;height:5px;margin-top:-4px;pointer-events:none;position:absolute;right:20px;top:50%;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:66% 66%;transform-origin:66% 66%;transition:all .15s ease-in-out;width:5px}.nice-select.open:after{-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.nice-select.open .list{opacity:1;pointer-events:auto;-webkit-transform:scale(1) translateY(0);transform:scale(1) translateY(0)}.nice-select.disabled{border-color:#fff;color:#999;pointer-events:none}.nice-select.disabled:after{border-color:#ccc}.nice-select.wide{width:100%}.nice-select.wide .list{left:0!important;right:0!important}.nice-select.right{float:right}.nice-select.right .list{left:auto;right:0}.nice-select.small{font-size:12px;height:36px;line-height:34px}.nice-select.small:after{height:4px;width:4px}.nice-select.small .option{line-height:34px;min-height:34px}.nice-select .list{background-color:#fff;border-radius:5px;box-shadow:0 0 0 1px rgba(68,68,68,.11);box-sizing:border-box;left:0;margin-top:4px;max-height:500px;opacity:0;overflow:hidden;overflow-y:auto;padding:0;pointer-events:none;position:absolute;top:100%;-webkit-transform:scale(.75) translateY(-21px);transform:scale(.75) translateY(-21px);-webkit-transform-origin:50% 0;transform-origin:50% 0;transition:all .2s cubic-bezier(.5,0,0,1.25),opacity .15s ease-out;z-index:9}.nice-select .list:hover .option:not(:hover){background-color:transparent!important}.nice-select .option{cursor:pointer;font-weight:400;line-height:40px;list-style:none;min-height:40px;outline:none;padding-left:12px;padding-right:23px;text-align:left;transition:all .2s}.nice-select .option.focus,.nice-select .option.selected.focus,.nice-select .option:hover{background-color:#f6f6f6}.nice-select .option.selected{font-weight:700}.nice-select .option.disabled{background-color:transparent;color:#999;cursor:default}.bg-grey .nice-select{background-color:#fff}.no-csspointerevents .nice-select .list{display:none}.no-csspointerevents .nice-select.open .list{display:block}.checkbox [type=checkbox]:checked,.checkbox [type=checkbox]:not(:checked){left:-9999px;position:absolute}.checkbox [type=checkbox]:checked+label,.checkbox [type=checkbox]:not(:checked)+label{color:#293138;cursor:pointer;display:inline-block;font-size:14px;margin-bottom:4px;padding-left:26px;position:relative}.checkbox [type=checkbox]:checked+label span,.checkbox [type=checkbox]:not(:checked)+label span{color:#374fbb}.checkbox [type=checkbox]:checked+label:before,.checkbox [type=checkbox]:not(:checked)+label:before{background:#fff;border:1px solid #293138;border-radius:0;content:"";height:15px;left:3px;position:absolute;top:0;width:15px}.checkbox [type=checkbox]:checked+label:after,.checkbox [type=checkbox]:not(:checked)+label:after{color:#293138;content:"✔";font-size:20px;left:4px;line-height:1.2;position:absolute;top:-3px;transition:all .2s}.checkbox [type=checkbox]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.checkbox [type=checkbox]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.checkbox [type=checkbox]:disabled:checked+label:before,.checkbox [type=checkbox]:disabled:not(:checked)+label:before{background-color:#ddd;border-color:#293138;box-shadow:none}.checkbox [type=checkbox]:disabled:checked+label:after{color:#293138}.checkbox [type=checkbox]:disabled+label{color:#000}.checkbox [type=checkbox]:checked:focus+label:before,.checkbox [type=checkbox]:not(:checked):focus+label:before{border:1px solid #000}.checkbox label:hover:before{background-color:#fff;border:1px solid #000!important}.check-skinned [type=checkbox]:checked,.check-skinned [type=checkbox]:not(:checked){left:-9999px;position:absolute}.check-skinned [type=checkbox]:checked+label,.check-skinned [type=checkbox]:not(:checked)+label{color:#293138;cursor:pointer;display:inline-block;font-size:14px;margin-bottom:4px;padding-left:26px;position:relative}.check-skinned [type=checkbox]:checked+label span,.check-skinned [type=checkbox]:not(:checked)+label span{color:#374fbb}.check-skinned [type=checkbox]:checked+label:before,.check-skinned [type=checkbox]:not(:checked)+label:before{content:"\f10c";font-family:FontAwesome;font-weight:400;height:15px;left:6px;position:absolute;top:5px;transition:all .2s;width:15px}.check-skinned [type=checkbox]:checked+label:after,.check-skinned [type=checkbox]:not(:checked)+label:after{color:#374fbb;content:"\f058";font-family:FontAwesome;font-weight:400;height:15px;left:6px;position:absolute;top:5px;width:15px}.check-skinned [type=checkbox]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.check-skinned [type=checkbox]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.check-skinned [type=checkbox]:disabled:checked+label:before,.check-skinned [type=checkbox]:disabled:not(:checked)+label:before{background-color:#fff;border-color:#293138;box-shadow:none}.check-skinned [type=checkbox]:disabled:checked+label:after{color:#293138}.check-skinned [type=checkbox]:disabled+label{color:#000}.check-skinned label:hover:before{background-color:#fff}.skinned-check [type=checkbox]:checked,.skinned-check [type=checkbox]:not(:checked){left:-9999px;position:absolute}.skinned-check [type=checkbox]:checked+label,.skinned-check [type=checkbox]:not(:checked)+label{color:#293138;cursor:pointer;display:inline-block;font-size:14px;margin-bottom:4px;padding-left:26px;position:relative}.skinned-check [type=checkbox]:checked+label span,.skinned-check [type=checkbox]:not(:checked)+label span{color:#374fbb}.skinned-check [type=checkbox]:checked+label:before,.skinned-check [type=checkbox]:not(:checked)+label:before{content:"\f10c";font-family:FontAwesome;font-weight:400;height:15px;left:6px;position:absolute;top:0;transition:all .2s;width:15px}.skinned-check [type=checkbox]:checked+label:after,.skinned-check [type=checkbox]:not(:checked)+label:after{color:#374fbb;content:"\f058";font-family:FontAwesome;font-weight:400;height:15px;left:6px;position:absolute;top:0;width:15px}.skinned-check [type=checkbox]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.skinned-check [type=checkbox]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.skinned-check [type=checkbox]:disabled:checked+label:before,.skinned-check [type=checkbox]:disabled:not(:checked)+label:before{background-color:#fff;border-color:#293138;box-shadow:none}.skinned-check [type=checkbox]:disabled:checked+label:after{color:#293138}.skinned-check [type=checkbox]:disabled+label{color:#000}.skinned-check label:hover:before{background-color:#fff}.skinned-input-checkbox [type=checkbox]:checked,.skinned-input-checkbox [type=checkbox]:not(:checked){left:-9999px;position:absolute}.skinned-input-checkbox [type=checkbox]:checked+.input-checkbox,.skinned-input-checkbox [type=checkbox]:not(:checked)+.input-checkbox{color:#293138;cursor:pointer;display:inline-block;font-size:14px;margin-bottom:4px;padding-left:26px;position:relative}.skinned-input-checkbox [type=checkbox]:checked+.input-checkbox span,.skinned-input-checkbox [type=checkbox]:not(:checked)+.input-checkbox span{color:#374fbb}.skinned-input-checkbox [type=checkbox]:checked+.input-checkbox:before,.skinned-input-checkbox [type=checkbox]:not(:checked)+.input-checkbox:before{content:"\f10c";font-family:FontAwesome;font-weight:400;height:15px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);transition:all .2s;width:15px}.skinned-input-checkbox [type=checkbox]:checked+.input-checkbox:after,.skinned-input-checkbox [type=checkbox]:not(:checked)+.input-checkbox:after{color:#374fbb;content:"\f058";font-family:FontAwesome;font-weight:400;height:15px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:15px}.skinned-input-checkbox [type=checkbox]:not(:checked)+.input-checkbox:after{opacity:0}.skinned-input-checkbox [type=checkbox]:checked+.input-checkbox:after{opacity:1}.skinned-input-checkbox [type=checkbox]:disabled:checked+.input-checkbox:before,.skinned-input-checkbox [type=checkbox]:disabled:not(:checked)+.input-checkbox:before{background-color:#fff;border-color:#293138;box-shadow:none}.skinned-input-checkbox [type=checkbox]:disabled:checked+.input-checkbox:after{color:#293138}.skinned-input-checkbox [type=checkbox]:disabled+.input-checkbox{color:#000}.skinned-input-checkbox .input-checkbox:hover:before{background-color:#fff}.pure-check-wrapper{align-items:center;display:flex;flex-wrap:nowrap;gap:12px;justify-content:flex-start;position:relative}.pure-check-wrapper:hover .pure-check{border-color:#374fbb}.pure-check-wrapper .pure-check{background:#fff;border:1px solid #293138;border-radius:3px;height:15px;position:relative;transition:border-color .3s;width:15px}.pure-check-wrapper .pure-check:after{color:#fff;content:"\f00c";font-family:FontAwesome;font-size:14px;left:50%;opacity:0;position:absolute;top:50%;-webkit-transform:scale(0);transform:scale(0);transition:opacity .3s,scale .3s}.pure-check-wrapper .pure-check.rounded{border:2px solid #293138;border-radius:50px;height:12px;width:12px}.pure-check-wrapper .pure-check.rounded:after{font-size:8px}.pure-check-wrapper .pure-check.radio{border:1px solid #293138;border-radius:50px;height:12px;width:12px}.pure-check-wrapper .pure-check.radio:after{background-color:#374fbb;border-radius:50px;content:"";height:6px;left:50%;opacity:0;position:absolute;top:50%;-webkit-transform:scale(0);transform:scale(0);transition:opacity .3s,scale .3s;width:6px}.pure-check-wrapper input{left:-9999px;position:absolute;visibility:hidden}.pure-check-wrapper input:checked+.pure-check{background-color:#374fbb;border-color:#374fbb}.pure-check-wrapper input:checked+.pure-check.radio{background-color:#fff}.pure-check-wrapper input:checked+.pure-check:after{opacity:1;-webkit-transform:scale(1) translate(-50%,-50%);transform:scale(1) translate(-50%,-50%)}.pure-check-wrapper input:disabled+.pure-check{background-color:#767676}.pure-check-wrapper input.rounded~.pure-check{border:2px solid #293138;border-radius:50px;height:12px;width:12px}.pure-check-wrapper input.rounded~.pure-check:after{font-size:8px}.pure-check-wrapper input.radio~.pure-check{border:1px solid #293138;border-radius:50px;height:12px;width:12px}.pure-check-wrapper input.radio~.pure-check:after{background-color:#374fbb;border-radius:50px;content:"";height:6px;left:50%;opacity:0;position:absolute;top:50%;-webkit-transform:scale(0);transform:scale(0);transition:opacity .3s,scale .3s;width:6px}.pure-check-wrapper label{color:#293138;font-size:14px;font-weight:700;margin:0;transition:color .3s}.pure-check-wrapper label:before{bottom:0;content:"";cursor:pointer;left:0;position:absolute;right:0;top:0}.radio-skinned input[type=radio]{opacity:0;position:absolute}.radio-skinned [type=radio]:checked+label,.radio-skinned [type=radio]:not(:checked)+label{cursor:pointer;display:inline-block;font-size:15px;margin-bottom:4px;padding-left:26px;position:relative}.radio-skinned [type=radio]:checked+label span,.radio-skinned [type=radio]:not(:checked)+label span{color:#374fbb}.radio-skinned [type=radio]:checked+label:before,.radio-skinned [type=radio]:not(:checked)+label:before{content:"\f10c";font-family:FontAwesome;font-weight:400;height:15px;left:6px;position:absolute;top:0;transition:all .2s;width:15px}.radio-skinned [type=radio]:checked+label:after,.radio-skinned [type=radio]:not(:checked)+label:after{color:#374fbb;content:"\f058";font-family:FontAwesome;font-weight:400;height:15px;left:6px;position:absolute;top:0;width:15px}.radio-skinned [type=radio]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.radio-skinned [type=radio]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.radio-skinned [type=radio]:disabled:checked+label:before,.radio-skinned [type=radio]:disabled:not(:checked)+label:before{background-color:transparent;border-color:#293138;box-shadow:none}.radio-skinned [type=radio]:disabled:checked+label:after{color:#293138}.radio-skinned [type=radio]:disabled+label{color:#000;cursor:not-allowed}.radio-skinned label:hover:before{background-color:#fff}.loading-overlay{z-index:100}.loader{display:block;height:28px;position:relative;width:65px}.loader:after,.loader:before{-webkit-animation:loader 1.5s cubic-bezier(.645,.045,.355,1) infinite;animation:loader 1.5s cubic-bezier(.645,.045,.355,1) infinite;background-color:#e81c1c;border-radius:50%;content:"";display:block;height:10px;left:0;offset-path:path("M23.71 5.21l17.58 17.58a12.43 12.43 0 0 0 17.57 0 12.43 12.43 0 0 0 0-17.57 12.43 12.43 0 0 0-17.57 0L23.71 22.79a12.43 12.43 0 0 1-17.57 0 12.43 12.43 0 0 1 0-17.57 12.43 12.43 0 0 1 17.57-.01z");position:absolute;top:0;width:10px}.loader:after{-webkit-animation-delay:.1s;animation-delay:.1s}@-webkit-keyframes loader{0%{offset-distance:0}to{offset-distance:100%}}@keyframes loader{0%{offset-distance:0}to{offset-distance:100%}}.select2-dropdown{border:1px solid #cbd6e2!important;border-radius:3px;box-shadow:0 10px 22px rgba(0,0,0,.05)}.select2-results__option{text-align:center}.select2-search--dropdown .select2-search__field{padding:11px 25px!important}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes fade-out{0%{opacity:1}to{opacity:0}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.burger{display:block}.burger svg{cursor:pointer;height:65px;-webkit-transform:translateZ(0);transform:translateZ(0);width:90px}.burger path{fill:none;stroke-width:30px;stroke-linecap:square;stroke:#000;stroke-dashoffset:0;transition:stroke-dashoffset .5s cubic-bezier(.25,-.25,.75,1.25),stroke-dasharray .5s cubic-bezier(.25,-.25,.75,1.25)}.burger path#bottom,.burger path#top{stroke-dasharray:240px 950px}.burger path#middle{stroke-dasharray:240px 240px}@-webkit-keyframes pulse_circle{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}@keyframes pulse_circle{0%{opacity:1;-webkit-transform:scale(1);transform:scale(1)}to{opacity:0;-webkit-transform:scale(1.5);transform:scale(1.5)}}.content-blocks img{width:100%}.content-blocks h2{font-size:25px;line-height:30px}.content-blocks .picture,.content-blocks .text,.content-blocks h2{margin-bottom:20px}.content-blocks .picture:last-child,.content-blocks .text:last-child,.content-blocks h2:last-child{margin-bottom:0}.content-blocks .picture{overflow:hidden}.content-blocks .video-picture{margin-bottom:30px}@media (min-width:950px){.content-blocks .video-picture{margin-bottom:100px}}.content-blocks .text p{line-height:25px}.content-blocks .text p:last-child{margin-bottom:0}.content-blocks .text.text-quote{margin-left:auto;margin-right:auto;max-width:600px;text-align:center}.content-blocks .text,.content-blocks .title-text{margin-bottom:40px}.content-blocks .picture-text,.content-blocks .picture-title-text{margin:0 auto 50px;max-width:600px}@media (min-width:950px){.content-blocks .picture-text,.content-blocks .picture-title-text{align-items:center;display:flex;justify-content:space-between;margin-bottom:100px;max-width:inherit}.content-blocks .picture-text.odd>.text,.content-blocks .picture-text.odd>.text-quote,.content-blocks .picture-text.odd>.title-text,.content-blocks .picture-title-text.odd>.text,.content-blocks .picture-title-text.odd>.text-quote,.content-blocks .picture-title-text.odd>.title-text{padding-left:50px;padding-right:0}}@media (min-width:950px) and (min-width:1200px){.content-blocks .picture-text.odd>.text,.content-blocks .picture-text.odd>.text-quote,.content-blocks .picture-text.odd>.title-text,.content-blocks .picture-title-text.odd>.text,.content-blocks .picture-title-text.odd>.text-quote,.content-blocks .picture-title-text.odd>.title-text{padding-left:100px}}@media (min-width:950px){.content-blocks .picture-text.even,.content-blocks .picture-title-text.even{flex-direction:row-reverse}.content-blocks .picture-text.even>.text,.content-blocks .picture-text.even>.text-quote,.content-blocks .picture-text.even>.title-text,.content-blocks .picture-title-text.even>.text,.content-blocks .picture-title-text.even>.text-quote,.content-blocks .picture-title-text.even>.title-text{padding-left:0;padding-right:50px}}@media (min-width:950px) and (min-width:1200px){.content-blocks .picture-text.even>.text,.content-blocks .picture-text.even>.text-quote,.content-blocks .picture-text.even>.title-text,.content-blocks .picture-title-text.even>.text,.content-blocks .picture-title-text.even>.text-quote,.content-blocks .picture-title-text.even>.title-text{padding-right:100px}}@media (min-width:950px){.content-blocks .picture-text:last-child,.content-blocks .picture-text:last-child .picture,.content-blocks .picture-title-text:last-child,.content-blocks .picture-title-text:last-child .picture{margin-bottom:0}}.content-blocks .picture-text>.picture,.content-blocks .picture-text>.text,.content-blocks .picture-text>.title-text,.content-blocks .picture-title-text>.picture,.content-blocks .picture-title-text>.text,.content-blocks .picture-title-text>.title-text{flex:1}@media (min-width:950px){.content-blocks .picture-text>.picture,.content-blocks .picture-text>.text,.content-blocks .picture-text>.title-text,.content-blocks .picture-title-text>.picture,.content-blocks .picture-title-text>.text,.content-blocks .picture-title-text>.title-text{margin-bottom:0}}.content-blocks .picture-text>.text-quote,.content-blocks .picture-title-text>.text-quote{margin:0;max-width:inherit;text-align:left}.content-blocks .picture-quote{margin:50px auto}@media (min-width:950px){.content-blocks .picture-quote:last-child{margin-bottom:0}}.content-blocks .picture-quote .picture{margin-bottom:20px}.content-blocks .video-picture{position:relative}.content-blocks .video-picture.no-picture{background-color:#efefef;min-height:150px}.content-blocks .video-picture .video-box{height:100%;left:0;position:absolute;top:0;width:100%;z-index:18}.content-blocks .video-picture .video-box .video-container{height:100%}.content-blocks .video-picture .video-box .video-container .video-button{display:flex;flex-direction:column;height:100%;justify-content:center}.content-blocks .video-picture .video-box .video-container .video-button a.btn-video{height:100%}.content-blocks .video-picture .video-box .video-container .video-button a.btn-video.hidden{display:none}.content-blocks .video-picture .video-box .video-container .video-button a.btn-video:before{content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%}.content-blocks .video-picture .video-box .video-container .player{background:#000;display:none;height:100%;left:0;position:absolute;top:0;width:100%}.content-blocks .video-picture .video-box .video-container iframe{height:100%;left:0;position:absolute;top:0;width:100%}.content-blocks .video-picture a.btn-video{align-items:center;display:flex;justify-content:center}.content-blocks .video-picture a.btn-video .circle-content,.content-blocks .video-picture a.btn-video .circle-front{border-radius:50%;display:block;height:50px;width:50px}@media (min-width:768px){.content-blocks .video-picture a.btn-video .circle-content,.content-blocks .video-picture a.btn-video .circle-front{height:60px;width:60px}}.content-blocks .video-picture a.btn-video .circle-content{-webkit-animation:pulse_circle 2s linear forwards;animation:pulse_circle 2s linear forwards;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;border:10px solid #fff;position:absolute;transition:border-color .3s ease}.content-blocks .video-picture a.btn-video .circle-front{background-color:#fff;color:#fff;display:block;transition:background-color .3s ease}.content-blocks .video-picture a.btn-video .circle-front>i{color:#374fbb;font-size:20px;left:50%;position:absolute;top:50%;-webkit-transform:translateX(-43%) translateY(-50%);transform:translateX(-43%) translateY(-50%);transition:color .3s ease}.no-touchevents .content-blocks .video-picture a.btn-video:hover .circle-content{border-color:#374fbb;transition:border-color .3s ease}.no-touchevents .content-blocks .video-picture a.btn-video:hover .circle-front{background-color:#374fbb;transition:background-color .3s ease}.no-touchevents .content-blocks .video-picture a.btn-video:hover .circle-front>i{color:#fff;transition:color .3s ease}.button,.button-outline{border-radius:50px;cursor:pointer;display:inline-block;font-family:Jost,sans-serif;font-size:15px;font-weight:400;line-height:1.5;padding:10px 20px;position:relative;text-decoration:none;transition:all .3s}.button-small.button,.button-small.button-outline{padding:5px 10px}.button-outline:disabled,.button:disabled,.disabled.button,.disabled.button-outline{background:#efefef;border:none;color:#767676;cursor:default;pointer-events:none}.button{background:#374fbb;border:none;color:#fff;position:relative;z-index:5}.button:hover{background-color:#202e6c}.button.button-grey{background-color:#293138}.button.button-grey:hover{background-color:#546573}.button.button-red{background-color:red}.button.button-red:hover{background-color:#900}.button.button-green{background-color:#91bd10}.button.button-green:hover{background-color:#495f08}.button.button-transparent{background:transparent;color:#000}.button.button-transparent:hover{color:#000}.button.button-transparent:before{background:#efefef}.button-outline{background-color:#fff;border:1px solid #374fbb;color:#374fbb}.button-outline:hover{background:#374fbb;color:#fff}.button-outline.button-grey{border-color:#d8d8d8;color:#000}.button-outline.button-grey:hover{background:#fff;border-color:#374fbb;color:#374fbb}.input-group-button{align-items:center;display:flex;flex-direction:column}@media (min-width:768px){.input-group-button{flex-direction:row}}.input-group-button .form-group{width:100%}@media (min-width:768px){.input-group-button .form-group{width:auto}}.input-group-button input{background-color:#fff;border:1px solid #ebebeb;border-radius:3px;font-size:15px;padding:15px 25px;width:100%}@media (min-width:768px){.input-group-button input{border-radius:3px 0 0 3px;width:auto}}.input-group-button input:disabled{color:#aaa}.input-group-button button{border-radius:3px;margin-top:15px;padding:15px 25px;width:100%}@media (min-width:768px){.input-group-button button{border-radius:0 3px 3px 0;margin:0;width:auto}}.input-group-icon{position:relative}.input-group-icon input{width:100%}.input-group-icon i{font-size:15px;position:absolute;right:25px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:opacity .3s}.input-group-icon i.visible{opacity:1}a.link{color:#e81c1c;cursor:pointer;text-decoration:none;transition:color .3s,background-color .3s}.no-touchevents a.link.alt:hover{text-decoration:underline}.no-touchevents a.link:hover{color:#8f0f0f}.underlined-link{color:#374fbb;font-size:15px;font-weight:400;text-decoration:underline}.no-touchevents .underlined-link:hover{text-decoration:none}

/*!
 * Cropper.js v1.5.12
 * https://fengyuanchen.github.io/cropperjs
 *
 * Copyright 2015-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2021-06-12T08:00:11.623Z
 */.cropper-container{direction:ltr;font-size:0;line-height:0;position:relative;touch-action:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.cropper-container img{display:block;height:100%;image-orientation:0deg;max-height:none!important;max-width:none!important;min-height:0!important;min-width:0!important;width:100%}.cropper-canvas,.cropper-crop-box,.cropper-drag-box,.cropper-modal,.cropper-wrap-box{bottom:0;left:0;position:absolute;right:0;top:0}.cropper-canvas,.cropper-wrap-box{overflow:hidden}.cropper-drag-box{background-color:#fff;opacity:0}.cropper-modal{background-color:#000;opacity:.5}.cropper-view-box{display:block;height:100%;outline:1px solid #39f;outline-color:rgba(51,153,255,.75);overflow:hidden;width:100%}.cropper-dashed{border:0 dashed #eee;display:block;opacity:.5;position:absolute}.cropper-dashed.dashed-h{border-bottom-width:1px;border-top-width:1px;height:33.3333333333%;left:0;top:33.3333333333%;width:100%}.cropper-dashed.dashed-v{border-left-width:1px;border-right-width:1px;height:100%;left:33.3333333333%;top:0;width:33.3333333333%}.cropper-center{display:block;height:0;left:50%;opacity:.75;position:absolute;top:50%;width:0}.cropper-center:after,.cropper-center:before{background-color:#eee;content:" ";display:block;position:absolute}.cropper-center:before{height:1px;left:-3px;top:0;width:7px}.cropper-center:after{height:7px;left:0;top:-3px;width:1px}.cropper-face,.cropper-line,.cropper-point{display:block;height:100%;opacity:.1;position:absolute;width:100%}.cropper-face{background-color:#fff;left:0;top:0}.cropper-line{background-color:#39f}.cropper-line.line-e{cursor:ew-resize;right:-3px;top:0;width:5px}.cropper-line.line-n{cursor:ns-resize;height:5px;left:0;top:-3px}.cropper-line.line-w{cursor:ew-resize;left:-3px;top:0;width:5px}.cropper-line.line-s{bottom:-3px;cursor:ns-resize;height:5px;left:0}.cropper-point{background-color:#39f;height:5px;opacity:.75;width:5px}.cropper-point.point-e{cursor:ew-resize;margin-top:-3px;right:-3px;top:50%}.cropper-point.point-n{cursor:ns-resize;left:50%;margin-left:-3px;top:-3px}.cropper-point.point-w{cursor:ew-resize;left:-3px;margin-top:-3px;top:50%}.cropper-point.point-s{bottom:-3px;cursor:s-resize;left:50%;margin-left:-3px}.cropper-point.point-ne{cursor:nesw-resize;right:-3px;top:-3px}.cropper-point.point-nw{cursor:nwse-resize;left:-3px;top:-3px}.cropper-point.point-sw{bottom:-3px;cursor:nesw-resize;left:-3px}.cropper-point.point-se{bottom:-3px;cursor:nwse-resize;height:20px;opacity:1;right:-3px;width:20px}@media (min-width:768px){.cropper-point.point-se{height:15px;width:15px}}@media (min-width:992px){.cropper-point.point-se{height:10px;width:10px}}@media (min-width:1200px){.cropper-point.point-se{height:5px;opacity:.75;width:5px}}.cropper-point.point-se:before{background-color:#39f;bottom:-50%;content:" ";display:block;height:200%;opacity:0;position:absolute;right:-50%;width:200%}.cropper-invisible{opacity:0}.cropper-bg{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC)}.cropper-hide{display:block;height:0;position:absolute;width:0}.cropper-hidden{display:none!important}.cropper-move{cursor:move}.cropper-crop{cursor:crosshair}.cropper-disabled .cropper-drag-box,.cropper-disabled .cropper-face,.cropper-disabled .cropper-line,.cropper-disabled .cropper-point{cursor:not-allowed}@media (prefers-reduced-motion:no-preference){@view-transition{navigation:auto}}*{box-sizing:border-box}.hide{display:none}.daterangepicker{box-shadow:0 0 30px rgba(66,45,154,.07)}.daterangepicker .ranges ul li.active{background-color:#374fbb}.daterangepicker td.active,.daterangepicker td.active:hover{background-color:#374fbb!important}.daterangepicker td.off{background-color:#fff!important;border-color:transparent!important;color:#999!important}.daterangepicker td.off:hover{background-color:transparent!important}.daterangepicker .drp-buttons .btn{border:1px solid transparent;border-radius:50px;font-weight:400!important;line-height:1.5;padding:5px 10px}.daterangepicker .drp-buttons .applyBtn{background-color:#374fbb;color:#fff}.daterangepicker .drp-buttons .applyBtn:hover{background-color:#202e6c}.daterangepicker .drp-buttons .cancelBtn:hover{background-color:#d0d0d0}.ui-progressbar{background-color:#d8d8d8;border-radius:3px}.ui-progressbar.progressbar-dashboard-small{height:15px}.ui-progressbar.progressbar-dashboard-large{height:40px}.ui-progressbar.ui-widget-content{border:0}.ui-progressbar .ui-progressbar-value{background-color:#374fbb;border:0;margin:0}.ui-progressbar .ui-corner-all,.ui-progressbar .ui-corner-left,.ui-progressbar .ui-corner-tl,.ui-progressbar .ui-corner-top{border-bottom-left-radius:0;border-bottom-right-radius:0}.blue-link{color:#374fbb;text-decoration:underline}.star-rating{color:#d8d8d8;font-size:15px}.star-rating.active{color:#e5d201}.collection-remove,.red{color:red}.alert-message{background-color:#f5f6fc;border-radius:5px;color:#000;font-size:15px;margin:0 auto 40px;padding:15px 30px;text-align:center}.badge{background-color:#374fbb;border-radius:24px;color:#fff;font-size:14px;font-weight:500;padding:4px 8px;white-space:nowrap}.badge.badge-small{font-size:12px;padding:0 6px}.badge.badge-success{background-color:#1aae9f}.badge.badge-error{background-color:red}.badge-outline{background-color:#fff;border:1px solid #374fbb;border-radius:24px;color:#374fbb;font-size:14px;font-weight:500;padding:4px 8px;white-space:nowrap}.badge-outline.badge-small{font-size:12px;padding:0 6px}.badge-outline.badge-disabled{border-color:#666;color:#666}.badge-outline.badge-error{border-color:red;color:red}.qr-code-link{display:flex}.qr-code-link i{font-size:18px}.side-panel-qr-code{align-items:center;display:flex;flex-direction:column;justify-content:center}.side-panel-qr-code>div{margin-top:20px}.side-panel-qr-code .intro{max-width:400px}.side-panel-qr-code .link-blue{color:#374fbb;text-decoration:underline}#side-panel-qr-code .footer .button{display:block;width:100%}.histories .timeline .outer{border-left:1px solid #d8d8d8}.histories .timeline .time{margin:0 0 20px 20px;padding:10px;position:relative}.histories .timeline .time:last-child{margin:0 0 0 20px}.histories .timeline .time .info{display:flex;flex-direction:column}.histories .timeline .time .title{font-size:18px;font-weight:700;position:relative}.histories .timeline .time .title:before{background:#fff;border:1px solid #767676;border-radius:100%;content:"";height:10px;left:-36px;position:absolute;top:7px;width:10px}.histories .timeline .time .title .created-at-voucher{font-size:13px;font-weight:400}.histories .timeline .time .description{font-size:18px;font-weight:400}.block{margin-bottom:15px}.block.outline{border:1px solid #d8d8d8;border-radius:3px;padding:15px}.block .block-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.block .block-header .block-title{font-size:18px;font-weight:700}.block .block-header .count{background-color:#f5f6fc;color:#000;font-size:14px;font-weight:700;margin-right:10px;padding:4px 8px}.block .block-header .how-get-reviews{width:100%}.site-content,.site-content-sm{margin:0 auto;max-width:1200px}.site-content-sm{max-width:768px}@media (min-width:798px){.site-content-sm{padding:0}}.lazyload,.lazyloading{opacity:0}.lazyloaded{opacity:1;transition:opacity .3s}img.lazyload:not([src]){visibility:hidden}.ui-autocomplete{max-height:250px;overflow-x:hidden;overflow-y:auto;padding-right:5px}.ui-autocomplete span.hl_results{background-color:#ff6}* html .ui-autocomplete{height:250px}.ui-autocomplete li{font-size:16px}.ui-menu .ui-menu-item-wrapper{padding:5px 0 5px 7px}.shadow{box-shadow:0 0 30px rgba(66,45,154,.07)}.icon{vertical-align:middle}.pure-check-wrapper .pure-check{border-radius:50%;border-width:2px;height:12px;width:12px}.pure-check-wrapper .pure-check:after{font-size:8px}.structured-data-content .row{display:flex;flex-wrap:wrap;gap:8px}.structured-data-content .row+.row{margin-top:12px}.structured-data-content .max-w-300-form-group .form-group{max-width:300px}.structured-data-content .full-width{width:100%}.structured-data-content .half-width{width:40%}.structured-data-content .quarter-width{width:25%}.structured-data-content .small-width{width:10%}a{color:#000;text-decoration:none;transition:color .3s}a:focus{outline:none}a:not(.button):hover{color:#374fbb;text-decoration:none}a.inv{color:#374fbb;font-weight:700}a.inv:hover{color:#f62442}input{background-color:#fafbfe;border:1px solid #cbd6e2;border-radius:3px;font-family:Jost,sans-serif;font-size:16px;line-height:22px;padding:9px 12px}input.bg-grey{box-shadow:0 0 30px rgba(66,45,154,.07)}input:focus{border-color:#7995b4;outline-width:0;outline:none}input:-webkit-autofill{-webkit-animation-fill-mode:both;-webkit-animation-name:autofill}input[type=email].form-control,input[type=tel].form-control,input[type=text].form-control,textarea.form-control{width:100%}textarea{background-color:#fafbfe;border:1px solid #cbd6e2;border-radius:3px;font-family:Jost,sans-serif;font-size:16px;padding:9px 12px;resize:vertical}textarea:focus{border-color:#7995b4;outline-width:0;outline:none}textarea:-webkit-autofill{-webkit-animation-fill-mode:both;-webkit-animation-name:autofill}h1,h2,h3{font-weight:700;margin:0;position:relative}.title-h1,h1{font-size:40px;font-weight:700;line-height:42px}@media (min-width:768px){.title-h1,h1{font-size:54px;line-height:58px}}.home-banner .title-h1,.home-banner h1{margin-bottom:40px}@media (min-width:950px){.home-banner .title-h1,.home-banner h1{max-width:500px}}.title-h1 span,h1 span{display:block}.title-h1 span:first-child,h1 span:first-child{font-weight:300}.title-h2,h2{font-size:34px;line-height:1.2}.home-banner .title-h2,.home-banner h2{font-size:19px;margin-bottom:40px}.title-h2 span,h2 span{display:block}.title-h2 span:nth-child(2),h2 span:nth-child(2){font-weight:300}.title-h3,h3{font-size:18px;font-weight:400;line-height:24px;margin-bottom:10px}@media (min-width:768px){.title-h3,h3{font-size:24px;line-height:32px;margin-bottom:12px}}.title-h3 span,h3 span{display:block}p{font-size:15px;line-height:25px;margin:0 0 15px}body,html{height:100%}body{color:#000;display:flex;flex-direction:column;font-family:Jost,sans-serif;font-size:15px;line-height:1.5;margin:0;padding:0;position:relative}body:before{background-color:rgba(0,0,0,.2);content:"";height:100%;opacity:0;position:fixed;transition:opacity .3s;visibility:hidden;width:100%;z-index:90}body.showing-modal,body.showing-side-nav{overflow:hidden}body.showing-side-nav:before{opacity:1;visibility:visible}.content-wrapper{display:flex;flex:1;flex-direction:column}@media (min-width:1200px){.content-wrapper{flex-direction:row}}.nav-menu-tabs{background-color:#f5f6fc;border-radius:12px;display:flex;flex-wrap:wrap;gap:5px;padding:5px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.nav-menu-tabs.no-margin{margin:0}.nav-menu-tabs li{border-radius:12px;list-style-type:none;padding:5px 20px}.nav-menu-tabs li.current{background-color:#fff}.nav-menu-tabs li.current a{color:#374fbb}nav.side-nav{background-color:#f5f6fc;box-shadow:inset -20px 0 20px -20px rgba(0,0,0,.2);display:flex;flex-direction:column;height:100%;left:-999px;overflow-y:auto;padding:16px;position:fixed;top:0;transition:left .3s;width:240px;z-index:95}@media (min-width:1200px){nav.side-nav{position:static}}nav.side-nav.visible{left:0}nav.side-nav .close-button{font-size:18px;padding:8px 10px;position:absolute;right:0;top:0}@media (min-width:1200px){nav.side-nav .close-button{display:none}}nav.side-nav .logo{display:flex;justify-content:center}nav.side-nav .logo img{height:30px}nav.side-nav .side-menu{color:#293138;list-style:none;margin:32px 0 20px;padding:0}nav.side-nav .side-menu>li{padding:8px 0}nav.side-nav .side-menu>li:first-child{padding-top:0}nav.side-nav .side-menu>li:last-child{padding-bottom:0}nav.side-nav .side-menu li i:first-child{font-size:18px}nav.side-nav .side-menu li i.toggle-accordion-icon,nav.side-nav .side-menu li i.toggle-accordion-icon-child{color:#676767;font-size:12px}nav.side-nav .side-menu li a{align-items:center;display:flex}nav.side-nav .side-menu li .nav-label{display:inline-block;font-size:16px;padding:0 8px}nav.side-nav .side-menu li .nav-label.disabled{color:#676767;pointer-events:none}nav.side-nav .side-menu li .toggle-accordion-icon{transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}nav.side-nav .side-menu li ul{height:0;list-style:none;margin:0;opacity:0;overflow-y:hidden;padding:0;transition:height .4s,opacity .4s}nav.side-nav .side-menu li ul li{margin:8px 0 0 18px}nav.side-nav .side-menu li ul li .nav-label{font-size:14px;font-weight:400}nav.side-nav .side-menu li.toggle-accordion-link{cursor:pointer}nav.side-nav .side-menu li.toggle-accordion-link.open .menu_level_1{height:auto;opacity:1}nav.side-nav .side-menu li.toggle-accordion-link.open .toggle-accordion-icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}nav.side-nav .side-menu li.toggle-accordion-link .badge{margin-left:5px}nav.side-nav .side-menu li.toggle-accordion-link-child{cursor:pointer}nav.side-nav .side-menu li.toggle-accordion-link-child.open .menu_level_2{height:auto;opacity:1}nav.side-nav .side-menu li.toggle-accordion-link-child.open .toggle-accordion-icon-child{-webkit-transform:rotate(90deg);transform:rotate(90deg)}nav.side-nav .side-menu li.current a{color:#e81c1c}nav.side-nav .side-menu .indicator-danger{color:red;font-size:14px}nav.side-nav .side-menu .badge{background-color:#e81c1c;border-radius:3px;color:#fff;display:inline-block;font-size:12px;line-height:1;padding:2px 4px}nav.side-nav .see-my-shop{align-items:center;border-bottom:1px solid #d8d8d8;display:flex;gap:15px;justify-content:center;padding-bottom:8px;position:relative;text-align:center}nav.side-nav .see-my-shop>a{align-items:center;display:flex;gap:5px}nav.side-nav .phone-contact{margin-top:24px;text-align:center}nav.side-nav .phone-contact i{color:#374fbb}nav.side-nav .phone-contact .help{color:#666;font-size:14px;line-height:1.2}nav.side-nav .phone-contact .phone{font-weight:700}nav.side-nav .pro-menu{display:flex;gap:12px;justify-content:center;list-style:none;margin:16px 0;padding:0;text-align:center}div.main-content{display:flex;flex:1;flex-direction:column;min-height:100svh}@media (min-width:1200px){div.main-content{max-width:calc(100vw - 240px)}}header{background-color:#fff;border-bottom:1px solid #d8d8d8;gap:20px;justify-content:space-between;padding:8px}header,header .left-part{align-items:center;display:flex}header .left-part{flex:1;flex-wrap:wrap;gap:10px 0}header .burger-menu{align-items:center;cursor:pointer;display:flex;justify-content:center;margin-right:8px;padding:8px}@media (min-width:1200px){header .burger-menu{display:none}}header .burger-menu .icon{font-size:20px}header #voucher-search-form{display:flex;width:100%}header #voucher-search-form input{border-radius:3px 0 0 3px;border-right:none;font-size:13px;padding:6px 12px;width:150px}@media (min-width:425px){header #voucher-search-form input{min-width:200px}}@media (min-width:950px){header #voucher-search-form input{min-width:300px}}header #voucher-search-form button{border-radius:0 3px 3px 0;padding:6px 12px}header #voucher-search-form .ui-autocomplete{background-color:#fafbfe;border:1px solid #cbd6e2;border-radius:3px;font-family:Jost,sans-serif;font-size:15px;max-width:600px;padding-right:0}header #voucher-search-form .ui-autocomplete .ui-menu-item{border-top:1px solid hsla(0,0%,85%,.5);font-size:15px;font-weight:400;line-height:1;white-space:nowrap}header #voucher-search-form .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper{align-items:center;display:flex;gap:5px;justify-content:flex-start;padding:6px 10px}header #voucher-search-form .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper .type-label{font-size:12px}header #voucher-search-form .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper .type-label .code-reference{font-weight:400}header #voucher-search-form .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper .name{font-weight:700;max-width:500px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}header #voucher-search-form .ui-autocomplete .ui-menu-item .ui-menu-item-wrapper .icon{font-size:18px;margin-right:6px;width:18px}header #voucher-search-form .ui-autocomplete .ui-menu-item:first-child{border-top:0}header #voucher-search-form .ui-autocomplete .ui-state-active{background-color:#374fbb;border:0;color:#fff;margin:0}header #voucher-search-form .dz-loader{color:#374fbb;display:none}header .place-and-user-info,header .right-part{align-items:center;display:flex}header .place-and-user-info{gap:12px}header .place-and-user-info .place-name-wrapper{align-items:flex-end;cursor:pointer;display:none;flex-direction:column;line-height:1.25}@media (min-width:1200px){header .place-and-user-info .place-name-wrapper{display:flex}}header .place-and-user-info .place-name{color:#e81c1c;font-weight:500;max-width:180px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.recall{background-color:orange;border-radius:5px;color:#fff;display:block;font-size:15px;font-weight:500;line-height:1.4;margin:0 auto 20px;padding:15px 30px;text-align:left}.recall.error-recall{background-color:red}.recall ul{list-style:none;margin:0;padding:0}.recall li:not(:last-child){margin-bottom:15px}.recall a{color:#fff;font-weight:700;text-decoration:underline}main{flex:1;padding:16px;position:relative}@media (min-width:950px){main{padding:32px}}main .site-content,main .site-content-sm{margin:0}main .back-link{align-items:center;display:flex;margin-bottom:12px}main .title-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:20px;justify-content:space-between;margin-bottom:20px}@media (min-width:768px){main .title-wrapper{align-items:center;flex-direction:row}}main .title-wrapper .info{align-items:flex-start;display:flex;flex-direction:column}@media (min-width:768px){main .title-wrapper .info{align-items:flex-end}}main h1{font-size:32px;font-weight:400}@media (min-width:768px){main h1{font-size:40px}}main h1:has(.badge){align-items:center;display:flex;gap:10px}main h1 span .badge{font-size:14px}footer .bottom{padding:20px 0;position:relative;text-align:center}footer .bottom img{height:35px}footer .bottom div{font-size:13px}form .help-block{color:#676767;font-size:14px}.picture-field{max-width:180px;position:relative}.picture-field.uploaded .actions,.picture-field.uploaded~.actions{display:flex}.picture-field.drop-or-browse{max-width:310px}.picture-field .dropzone:not(.drop-or-browse){box-shadow:0 0 30px rgba(66,45,154,.07);position:relative;width:180px}.picture-field .dropzone:not(.drop-or-browse) .action{display:none}.picture-field .dropzone:not(.drop-or-browse) .dz-placeholder{border:0;font-size:15px;height:180px;line-height:normal}.picture-field .dropzone:not(.drop-or-browse) .dz-placeholder .placeholder-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.picture-field .dropzone:not(.drop-or-browse) .dz-placeholder .more{align-items:center;border:3px solid #374fbb;border-radius:50px;display:flex;height:50px;justify-content:center;margin-bottom:10px;width:50px}.picture-field .dropzone:not(.drop-or-browse) .dz-placeholder .more i{color:#374fbb;font-size:16px}.picture-field .dropzone:not(.drop-or-browse) .dz-placeholder .bold{font-weight:700}.picture-field .dropzone:not(.drop-or-browse) .dz-message{bottom:0;color:red;font-weight:700;left:0;line-height:15px;position:absolute;text-align:center;width:100%}.picture-field .dropzone:not(.drop-or-browse) .dz-message.visible{display:block}.picture-field .dropzone:not(.drop-or-browse) img{width:100%}.picture-field .dropzone:not(.drop-or-browse) .preview.visible.no-img{align-items:center;display:flex;flex-direction:column;font-weight:700;height:180px;justify-content:center;width:100%}.picture-field .dropzone:not(.drop-or-browse) .preview.visible.no-img .icon{color:#73a94d;font-size:40px;margin-bottom:20px}.picture-field .dropzone:not(.drop-or-browse).has-file .action.sort{align-items:center;background-color:rgba(0,0,0,.4);border-radius:3px;bottom:0;color:#fff;cursor:move;display:flex;font-size:32px;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s}.picture-field .dropzone:not(.drop-or-browse).has-file .action.sort:hover{opacity:1}.picture-field .dropzone.drop-or-browse{border:2px dashed #bdbdbd;border-radius:5px;height:175px;position:relative;width:310px}.picture-field .dropzone.drop-or-browse .dz-placeholder{border:0;font-size:15px;height:inherit;line-height:normal;max-width:100%}.picture-field .dropzone.drop-or-browse .dz-placeholder .placeholder-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}.picture-field .dropzone.drop-or-browse .dz-placeholder .placeholder-content>div+div{margin-top:10px}.picture-field .dropzone.drop-or-browse .dz-placeholder .placeholder-content .icon i{color:#374fbb;font-size:32px}.picture-field .dropzone.drop-or-browse .dz-placeholder .placeholder-content .text{font-size:14px;font-weight:700;line-height:21px}.picture-field .dropzone.drop-or-browse .dz-placeholder .placeholder-content .supports{color:#aeaeae;font-size:12px}.picture-field .dropzone.drop-or-browse .dz-placeholder .bold{font-weight:700}.picture-field .dropzone.drop-or-browse .dz-message{bottom:0;color:red;font-size:13px;font-weight:700;left:0;line-height:15px;position:absolute;text-align:center;width:100%}.picture-field .dropzone.drop-or-browse .dz-message.visible{display:block}.picture-field .dropzone.drop-or-browse .dz-loader{height:100%;max-width:100%}.picture-field .dropzone.drop-or-browse img{width:100%}.picture-field .dropzone.drop-or-browse .preview.visible.no-img{align-items:center;display:flex;flex-direction:column;font-weight:700;height:180px;justify-content:center;width:100%}.picture-field .dropzone.drop-or-browse .preview.visible.no-img .icon{color:#73a94d;font-size:40px;margin-bottom:20px}.picture-field .dropzone.dz-max-files-reached{cursor:default;pointer-events:none}.picture-field .dropzone img{display:block}.picture-field .actions,.picture-field~.actions{align-items:center;display:none;justify-content:center}.picture-field .actions .action,.picture-field~.actions .action{align-items:center;border-radius:3px;color:#374fbb;cursor:pointer;display:flex;height:32px;justify-content:center;line-height:1;padding:8px;transition:all .3s;width:32px}.picture-field .actions .action:hover,.picture-field~.actions .action:hover{background-color:#374fbb;color:#fff}.form-picture-collection{display:flex;flex-wrap:wrap;gap:12px}.form-picture-collection .collection-actions{display:none}.banner{padding:100px 10px 30px}.banner .title-h1,.banner h1{font-size:38px;text-align:center}.banner .search{margin:50px auto 0;max-width:380px}.banner .search .row{position:relative}.banner .search input{background-color:#fff;width:100%}.banner .banner-picture img{width:100%}.pro-form{padding:130px 10px}@media (min-width:768px){.pro-form{padding:160px 10px 300px}}.pro-form input{background-color:#f5f6fc}.pro-form .form-group{margin-bottom:15px}.pro-form .pro-cgu label{font-size:11px}.pro-form .pro-cgu input{width:auto}.pro-form .button{margin-top:15px;width:100%}.pro-form .login,.pro-form .register{font-weight:500;padding-top:15px}.pro-form .password{font-size:11px}.error-page{text-align:center}.error-page .error{font-size:250px;margin-bottom:50px}.error-page .text{margin:50px auto;max-width:700px}.error-page .link{margin-bottom:50px}.page{text-align:center}.page.page-error h1{font-size:8em;line-height:1em}@media (min-width:768px){.page.page-error h1{font-size:13em}}.page.page-error h2{text-align:center}.page .text{margin:50px auto;max-width:700px}.page .link{margin-bottom:50px}.page-dynamic .page-content{margin:0 auto;max-width:800px;padding:20px 10px 100px;text-align:center}@media (min-width:768px){.page-dynamic .page-content{text-align:left}}.page-dynamic .page-content h2{font-size:26px;line-height:1.2;margin:20px 0}.page-dynamic .page-content .text{margin-top:0;max-width:800px}section.blog{margin-bottom:50px;text-align:center}@media (min-width:950px){section.blog{text-align:left}}section.blog .blog-list{padding:0 10px}@media (min-width:950px){section.blog .blog-list{display:flex;flex-wrap:wrap;justify-content:flex-start}}section.blog .blog-list .blog-item{border:1px solid #ddd;margin:40px auto 0;max-width:380px;width:100%}@media (min-width:950px){section.blog .blog-list .blog-item{margin:60px 20px 0 0}section.blog .blog-list .blog-item:nth-child(3n){margin-right:0}section.blog .blog-list .blog-item:first-child,section.blog .blog-list .blog-item:nth-child(2),section.blog .blog-list .blog-item:nth-child(3){margin-top:0}}.no-touchevents section.blog .blog-list .blog-item:hover .infos .link span{display:inline-block;opacity:1}section.blog .blog-list .blog-item .picture img{display:block;width:100%}section.blog .blog-list .blog-item .date{color:#374fbb;font-size:12px;font-weight:700;margin-bottom:2px}section.blog .blog-list .blog-item .infos{padding:20px 30px}section.blog .blog-list .blog-item .infos h2,section.blog .blog-list .blog-item .infos h3{font-family:Jost,sans-serif;font-size:16px;letter-spacing:1px;line-height:normal;margin-bottom:5px}section.blog .blog-list .blog-item .infos h2 a,section.blog .blog-list .blog-item .infos h3 a{color:#000}.no-touchevents section.blog .blog-list .blog-item .infos h2 a:hover,.no-touchevents section.blog .blog-list .blog-item .infos h3 a:hover{color:#374fbb}section.blog .blog-list .blog-item .infos a{color:#374fbb;text-decoration:none}.no-touchevents section.blog .blog-list .blog-item .infos a:hover{opacity:inherit}section.blog .blog-list .blog-item .infos .name{font-weight:700;letter-spacing:inherit;margin-bottom:0;position:relative}section.blog .blog-list .blog-item .infos .summary{font-size:14px;line-height:normal}section.blog .blog-list .blog-item .infos .link{font-size:13px;font-weight:700}section.blog .blog-list .blog-item .infos .link span{display:inline-block;opacity:1;transition:opacity .3s}@media (min-width:950px){section.blog .blog-list .blog-item .infos .link span{display:none;opacity:0}}section.blog .blog-list .blog-item .infos .icon{color:#374fbb;font-size:12px;margin-left:5px;position:relative}section.blog .load-more-wrapper{margin-top:30px}section.prev-next{margin-bottom:50px;padding:0 10px;text-align:center}section.prev-next .h2,section.prev-next h2{margin-bottom:40px}@media (min-width:950px){section.prev-next .prev-next-list{display:flex;justify-content:center}}section.prev-next .prev-next-list .content-item-prev-next{box-shadow:0 20px 50px 0 rgba(0,0,0,.1);display:flex;flex-direction:column;justify-content:center;margin:0 auto 20px;max-width:425px;min-height:100px;padding:0 25px;position:relative}@media (min-width:950px){section.prev-next .prev-next-list .content-item-prev-next{margin:0 40px 0 0;min-height:140px;padding:0 60px;width:calc(50% - 40px)}section.prev-next .prev-next-list .content-item-prev-next:first-child:last-child,section.prev-next .prev-next-list .content-item-prev-next:last-child{margin-right:0}}section.prev-next .prev-next-list .content-item-prev-next:last-child{margin-bottom:0}section.prev-next .prev-next-list .content-item-prev-next.prev{align-items:flex-end;text-align:right}section.prev-next .prev-next-list .content-item-prev-next.prev i.icon-arrow{left:20px;-webkit-transform:rotate(180deg) translateY(50%);transform:rotate(180deg) translateY(50%)}.no-touchevents section.prev-next .prev-next-list .content-item-prev-next.prev:hover i.icon-arrow{left:15px}@media (min-width:1024px){section.prev-next .prev-next-list .content-item-prev-next.prev i.icon-arrow{left:40px}.no-touchevents section.prev-next .prev-next-list .content-item-prev-next.prev:hover i.icon-arrow{left:35px}section.prev-next .prev-next-list .content-item-prev-next.prev{padding-right:60px}}section.prev-next .prev-next-list .content-item-prev-next.next{align-items:flex-start;text-align:left}section.prev-next .prev-next-list .content-item-prev-next.next i.icon-arrow{right:20px;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.no-touchevents section.prev-next .prev-next-list .content-item-prev-next.next:hover i.icon-arrow{right:15px}@media (min-width:1024px){section.prev-next .prev-next-list .content-item-prev-next.next i.icon-arrow{right:40px}.no-touchevents section.prev-next .prev-next-list .content-item-prev-next.next:hover i.icon-arrow{right:35px}section.prev-next .prev-next-list .content-item-prev-next.next{padding-left:60px}}section.prev-next .prev-next-list .content-item-prev-next i.icon-arrow{color:#fff;font-size:20px;position:absolute;top:50%;transition:all .3s}section.prev-next .prev-next-list .content-item-prev-next h3{margin-bottom:0}section.prev-next .prev-next-list .content-item-prev-next h3 a{color:#293138;font-size:17px;font-weight:700;letter-spacing:1.5px;line-height:20px;text-decoration:none}section.prev-next .prev-next-list .content-item-prev-next .date{letter-spacing:1.5px;margin-bottom:0}section.content-blocks{margin-bottom:70px;padding:0 10px;text-align:left}section.content-blocks .quote{max-width:768px;text-align:center}section.content-blocks .quote:after,section.content-blocks .quote:before{display:none}.links{margin:70px auto 10px;text-align:center}@media (min-width:768px){.links{align-items:center;display:flex;justify-content:space-between}}.paginations{margin-bottom:20px}@media (min-width:500px){.paginations{margin-bottom:40px}}.paginations .pagination{text-align:center}.paginations .pagination .item{color:#293138;display:inline-block;font-family:Jost,sans-serif;font-size:15px;line-height:20px;margin:0 5px;padding:10px;width:45px}.no-touchevents .paginations .pagination .item:hover{color:#374fbb}.paginations .pagination .item.active{border:2px solid #1b2127;border-radius:45px;color:#1b2127;font-weight:700}.no-touchevents .paginations .pagination .item.active:hover{color:#1b2127}.paginations .pagination i{font-size:12px}.default-pagination{margin-bottom:20px}.default-pagination .pagination{text-align:right}.default-pagination .pagination .item{background-color:#fff;border:2px solid #d8d8d8;border-radius:50%;color:#293138;display:inline-block;font-family:Jost,sans-serif;font-size:15px;padding:4px;text-align:center;width:35px}.no-touchevents .default-pagination .pagination .item:hover{color:#374fbb}.default-pagination .pagination .item.active{border:2px solid #374fbb;color:#374fbb;font-weight:700}.default-pagination .pagination i{font-size:12px}.section-description{margin-bottom:40px}.section-description .site-content,.section-description .site-content-sm{max-width:800px}.section-picture{padding-bottom:20px}.section-picture .banner-picture img{width:100%}.page.page-blog-detail section.banner{margin-bottom:0}.page.page-blog-detail section.banner h1{font-size:24px}@media (min-width:950px){.page.page-blog-detail section.banner h1{font-size:38px}}.page.page-blog-detail .text{font-family:Jost,sans-serif;font-size:14px;letter-spacing:normal;line-height:20px;max-width:none}.page.page-blog-detail section.voucher-list{padding:40px 10px}.login-box{border-radius:15px;margin:20px auto;max-width:470px;overflow:hidden;position:relative}.login-box .border{background-image:url(/build/images/color.c513730c.jpg);background-size:cover;height:18px}.login-box .content{background-color:#fff;padding:45px 25px;text-align:center}@media (min-width:500px){.login-box .content{padding:45px 60px}}.login-box h1{font-size:25px;line-height:1.2;margin-bottom:50px}@media (min-width:950px){.login-box h1{font-size:40px}}.login-box a{text-decoration:underline;transition:-webkit-text-decoration .3s;transition:text-decoration .3s;transition:text-decoration .3s,-webkit-text-decoration .3s}.login-box a:hover{text-decoration:none}.login-box .form{margin-bottom:15px}.login-box #password,.login-box #username{width:100%}.ui-widget-content a.btn-allowedusage{color:#fff}form[name=search_customer] input[type=email].form-control,form[name=search_customer] input[type=text].form-control,form[name=search_voucher] input[type=email].form-control,form[name=search_voucher] input[type=text].form-control{background-color:#fff}.shadow{box-shadow:0 0 22px rgba(0,0,0,.1)}.btn-close{display:block;font-size:15px;line-height:17px;padding:16px 18px 17px 20px}.btn-close,.button-account{position:relative;z-index:10}.button-account{background-color:#e81c1c;border-radius:50px;color:#fff;display:inline-block;margin-left:25px;padding:14px;transition:background-color .3s}.button-account:hover{background-color:#2b3e94}span.button-account{font-size:12px;font-weight:500;height:40px;line-height:40px;margin:0;padding:0;text-align:center;width:40px}.popup-menu{background-color:#fff;border-radius:8px;color:#374fbb;display:none;position:fixed;right:10px;top:85px;width:305px;z-index:105}@media (min-width:478px){.popup-menu{width:420px}}.popup-menu:before{border-bottom:8px solid #fff;border-left:8px solid transparent;border-right:8px solid transparent;content:"";height:0;position:absolute;right:20px;top:-8px;width:0;z-index:5}.popup-menu .content{display:flex;flex-direction:column;height:100%}.popup-menu .name{align-items:center;display:flex;height:90px;padding:20px;position:relative}.popup-menu .name.unlogged{justify-content:space-evenly}.popup-menu .name .button{margin-left:0}.popup-menu .name .information{padding-left:15px}.popup-menu .name .fullname{font-weight:700}.popup-menu .name .email{font-size:13px}.popup-menu .name .push{position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.popup-menu .name .push a{color:#374fbb;display:inline-block;margin:0 5px}.popup-menu .links{align-items:center;display:flex;height:45px;justify-content:space-between;margin:0 auto;padding:0 20px}.popup-menu .links>div{text-align:center}@media (min-width:478px){.popup-menu .links>div{text-align:left}}.popup-menu .links a{align-items:center;display:flex;font-size:13px;padding:20px 10px}.popup-menu .links a span:first-child{margin-right:5px}.popup-menu .links .icon{display:block;font-size:16px;margin-bottom:4px}@media (min-width:478px){.popup-menu .links .icon{display:inline;margin-bottom:0}}.popup-menu .links .link{margin-bottom:0}.popup-menu ul.menu{background-color:#f8f6f4;border-radius:0 0 8px 8px;list-style:none;margin:0;padding:10px 0}.popup-menu ul.menu li{line-height:40px;padding:0 25px}.selection-overlay{background-color:#374fbb;border-radius:15px;color:#fff;display:inline-block;font-family:Jost,sans-serif;font-size:14px;left:10px;padding:4px 8px;position:absolute;top:10px}.selection-overlay i{margin-left:3px}.select2-container{font-size:16px}.select2-container .select2-selection--single{height:auto}.select2-container .select2-selection--single .select2-selection__rendered{padding:0}.select2-container--default .select2-selection--single{background-color:#fafbfe;border:1px solid #cbd6e2;border-radius:3px;padding:9px 12px}.select2-container--default .select2-selection--single .select2-selection__rendered{line-height:unset}.select2-container--default .select2-selection--single .select2-selection__arrow{height:26px;position:absolute;right:10px;top:9px;width:20px}.select2-results__option{text-align:left}button:disabled{background-color:#888;color:#fff}.loading-overlay{align-items:center;background-color:hsla(0,0%,100%,.7);bottom:0;display:flex;flex-direction:column;justify-content:center;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .3s;visibility:hidden;z-index:10000}.loading-overlay.show{opacity:1;visibility:visible}.loading-overlay .text{font-size:22px;font-weight:700;margin-bottom:25px}.loading-overlay .loader{display:block;height:28px;position:relative;width:65px}.loading-overlay .loader:after,.loading-overlay .loader:before{-webkit-animation:loader 1.5s cubic-bezier(.645,.045,.355,1) infinite;animation:loader 1.5s cubic-bezier(.645,.045,.355,1) infinite;background-color:#e81c1c;border-radius:50%;content:"";display:block;height:10px;left:0;offset-path:path("M23.71 5.21l17.58 17.58a12.43 12.43 0 0 0 17.57 0 12.43 12.43 0 0 0 0-17.57 12.43 12.43 0 0 0-17.57 0L23.71 22.79a12.43 12.43 0 0 1-17.57 0 12.43 12.43 0 0 1 0-17.57 12.43 12.43 0 0 1 17.57-.01z");position:absolute;top:0;width:10px}.loading-overlay .loader:after{-webkit-animation-delay:.1s;animation-delay:.1s}.slide-button{cursor:pointer}.slide-button.slide-button-inline{display:inline-block}.check-button{cursor:pointer}.check-button .slide{background-color:#eee}.check-button .label{display:inline-block;margin-left:5px;text-align:left;width:120px}.page{text-align:left}.slider-wrapper{cursor:pointer}.slide{background-color:#ddd;display:inline-block;height:18px;position:relative;width:30px}.slide,.slide label{border-radius:50px;cursor:pointer}.slide label{background-color:#abacac;display:block;height:14px;left:3px;position:absolute;top:2px;transition:all .4s ease;width:14px}.slide input[type=checkbox]{visibility:hidden}.slide input[type=checkbox]:checked+label{background-color:#73a94d;left:13px}.no-titlebar .ui-dialog-titlebar{display:none}.ui-widget-overlay{background-color:#202641;opacity:.5}.ui-corner-all{border-radius:10px}.ui-tooltip.ui-widget-shadow{box-shadow:none}.ui-tooltip.ui-widget.ui-widget-content{background-color:#000;border:1px solid #000}.ui-tooltip .ui-tooltip-content{background-color:transparent;border:0;color:#fff}.ui-dialog{border:0;border-radius:5px;margin:0 30px}.ui-dialog input{font-family:Jost,sans-serif;font-size:16px}.ui-dialog .ui-dialog-content{overflow:unset;padding:0;text-align:center}.ui-dialog .ui-dialog-content .close{position:absolute;right:0;top:0}.ui-dialog .ui-dialog-content .title{font-size:28px;font-weight:700;line-height:normal;margin-bottom:40px}@media (min-width:768px){.ui-dialog .ui-dialog-content .title{font-size:33px}}.ui-dialog .ui-dialog-content .items{margin-bottom:40px}.ui-dialog .ui-dialog-content .item-usage{font-weight:300;margin-bottom:15px}.ui-dialog .ui-dialog-content .item-usage span{font-weight:700}.ui-dialog .ui-dialog-content .text{margin-bottom:15px}.ui-dialog .ui-dialog-content #form_error{color:red;font-weight:700;margin-bottom:20px}.ui-dialog .user{font-family:Jost,sans-serif;padding:50px 10px}@media (min-width:768px){.ui-dialog .user{width:600px}}.ui-dialog .user .form{margin:20px auto;max-width:500px}.ui-dialog .user .row{display:flex;flex-direction:column}@media (min-width:768px){.ui-dialog .user .row{flex-direction:row;margin-bottom:20px}}.ui-dialog .user .col{flex:1;margin:0 10px 20px;text-align:center}@media (min-width:768px){.ui-dialog .user .col{margin:0 10px}}.ui-dialog .user input{background-color:#f5f6fc;width:100%}.ui-dialog .user-remove{font-family:Jost,sans-serif;padding:50px 10px}@media (min-width:768px){.ui-dialog .user-remove{width:600px}}.ui-dialog .user-remove .row{display:flex;margin-bottom:20px}.ui-dialog .user-remove .col{flex:1;margin:0 10px;text-align:center}.ui-dialog .bank-remove{font-family:Jost,sans-serif;max-width:500px;padding:50px 25px}.ui-dialog .bank-remove .row{display:flex;margin-bottom:20px}.ui-dialog .bank-remove .col{flex:1;margin:0 10px;text-align:center}.ui-dialog .bank-remove .ajax-message{margin-bottom:15px}.ui-dialog .congratulation{display:flex;flex-direction:column;font-family:Jost,sans-serif;letter-spacing:0}@media (min-width:768px){.ui-dialog .congratulation{width:600px}}.ui-dialog .congratulation .white{padding:40px 0 0}.ui-dialog .congratulation .title{font-size:38px;margin-bottom:35px}.ui-dialog .congratulation .text{font-weight:500;margin-bottom:0}.ui-dialog .congratulation .text-bold{font-size:30px;font-weight:700;margin-bottom:15px}.ui-dialog .congratulation .link,.ui-dialog .congratulation .push{margin-bottom:10px}.ui-dialog .congratulation .link a{text-decoration:underline}.ui-dialog .congratulation .grey{background-color:#f5f6fc;padding:20px 0}.ui-dialog .congratulation .grey .bold{font-weight:700}.ui-dialog .congratulation .grey .text-link{margin-bottom:5px}.ui-dialog .usage{padding:50px 10px}@media (min-width:768px){.ui-dialog .usage{max-width:100%;width:600px}}.ui-dialog .usage .mpc-message{font-size:12px;margin-bottom:20px}.ui-dialog .resend,.ui-dialog .validity{padding:50px 20px}@media (min-width:768px){.ui-dialog .resend,.ui-dialog .validity{width:600px}}.ui-dialog .resend .title,.ui-dialog .validity .title{font-size:30px;font-weight:400}.ui-dialog .resend .title span,.ui-dialog .validity .title span{font-weight:700}.ui-dialog .resend .content,.ui-dialog .validity .content{margin-bottom:25px}.ui-dialog .resend input,.ui-dialog .validity input{max-width:450px}.ui-dialog .address{font-family:Jost,sans-serif;padding:30px 20px}@media (min-width:768px){.ui-dialog .address{width:600px}}.ui-dialog .address .title{font-size:30px;font-weight:700;margin-bottom:30px}.ui-dialog .address .form{margin:20px auto;max-width:500px}.ui-dialog .address .row{align-items:center;display:flex;flex-direction:column;justify-content:center}@media (min-width:768px){.ui-dialog .address .row{flex-direction:row;margin-bottom:20px}}.ui-dialog .address .col{flex:1;margin:0 10px 20px;text-align:center}@media (min-width:768px){.ui-dialog .address .col{margin:0 10px;max-width:180px;text-align:left}}.ui-dialog .address .col+.col{max-width:none;width:100%}.ui-dialog .address label{font-weight:700}.ui-dialog .address input,.ui-dialog .address select{width:100%}.ui-dialog .success{display:flex;flex-direction:column;font-family:Jost,sans-serif;letter-spacing:0}@media (min-width:768px){.ui-dialog .success{width:600px}}.ui-dialog .success .white{padding:40px 0 0}.ui-dialog .success .title{font-size:38px;margin-bottom:20px}.ui-dialog .success .text{font-weight:500;margin-bottom:20px;margin-top:0}.ui-dialog .success .text-bold{font-size:30px;font-weight:700;margin-bottom:15px}.ui-dialog .success .summary{margin-bottom:20px}.ui-dialog .success .summary .picture{border-radius:5px;max-width:100%}.ui-dialog .success .summary .name{font-size:18px;font-weight:700}.ui-dialog .success .summary .quantity{margin-bottom:15px}.ui-dialog .success .summary .code{margin-bottom:5px}.ui-dialog .success .summary .download-link{color:#374fbb;margin-left:12px}.ui-dialog .success .validity{font-weight:700}.ui-dialog .success .push{margin-bottom:20px}.ui-dialog .success .link,.ui-dialog .success .push a{color:#fff}.confirmation-dialog{align-items:center;display:flex;flex-direction:column;font-family:Jost,sans-serif;padding:20px;position:relative;text-align:center}@media (min-width:768px){.confirmation-dialog{padding:40px;width:600px}}.confirmation-dialog .close{align-items:center;background-color:#fff;border-radius:50%;display:flex;height:60px;justify-content:center;width:60px}.confirmation-dialog .close i{color:#293138;font-size:24px}.confirmation-dialog .confirm{color:#fff}.load-more-wrapper{margin-top:50px;text-align:center}.load-more-wrapper a{font-size:20px;font-weight:700}.w100{max-width:100px}.w200{max-width:200px}.w300{max-width:300px}.m-t-md{margin-top:20px}.text-center{text-align:center}.help-block .list-unstyled{color:red;list-style:none;margin:0;padding:0}.alert{font-weight:700}.alert.alert-danger{color:red}.alert .list-unstyled{list-style:none;margin:0;padding:0}.tabs{list-style:none;margin:0 5px 30px 0;max-width:270px;padding:0;text-align:center;width:100%}@media (min-width:768px){.tabs{border-right:1px solid #efefef;margin:0;max-width:160px;text-align:left}}@media (min-width:950px){.tabs{max-width:270px}}.tabs li{padding-bottom:10px}.tabs li.current a{color:#374fbb}.tabs li.disabled{display:none}.tabs li.last{padding-bottom:0}.tabs li i{font-size:12px;margin-right:3px;width:12px}.tabs a{display:block;font-weight:500;position:relative;transition:all .3s}label.required{display:inline;margin-right:15px;position:relative}label.required:after{color:red;content:"*";position:absolute;right:-10px}a.link .icon{font-size:12px;margin-left:5px}a.link-delete{color:red}a.link-delete:hover{color:#000}a.btn{border-radius:45px;display:inline-block;font-size:14px;font-weight:500;margin:5px 0;padding:3px 11px}a.btn.btn-danger{background-color:red;color:#fff}a.btn-default{margin:0;padding:0}.popup-menu{bottom:10px;max-height:500px;min-height:300px;top:75px}@media (min-width:478px){.popup-menu{max-height:none}}.popup-menu .title{font-size:13px;height:25px;margin-bottom:10px;margin-left:10px}.popup-menu .places{background-color:#f5f6fc;flex:1;padding:10px 20px 20px;position:relative}.popup-menu .places .place-list{bottom:0;left:0;margin-left:10px;margin-right:10px;overflow:auto;position:absolute;right:0;top:0}.popup-menu .places .place-list>div{font-size:16px;font-weight:700;margin-top:10px}.popup-menu .places .place-list>div.current{position:relative}.popup-menu .places .place-list>div.current:after{color:#73a94d;content:"\f05d";font-family:FontAwesome;font-size:22px;position:absolute;right:10px}.popup-menu .places .place-list>div .status{color:#999;font-weight:400}.popup-menu .places .add-place{background-color:#f5f6fc;margin-top:0;padding:10px 20px}.popup-menu .places .add-place a{font-size:11px}.popup-menu .places .add-place a.hidden{display:none;visibility:hidden}.popup-menu .places .add-place .form-add-place{display:none}.popup-menu .places .add-place .form-add-place button{height:35px;line-height:30px;padding:0;width:90px}.checkbox-skinned [type=checkbox]:checked,.checkbox-skinned [type=checkbox]:not(:checked){left:-9999px;position:absolute}.checkbox-skinned [type=checkbox]:checked+label,.checkbox-skinned [type=checkbox]:not(:checked)+label{color:#293138;cursor:pointer;display:inline-block;font-size:9px;font-weight:700;margin-bottom:4px;padding-left:18px;position:relative}.checkbox-skinned [type=checkbox]:checked+label:before,.checkbox-skinned [type=checkbox]:not(:checked)+label:before{background:#fff;border:1px solid #293138;border-radius:45px;content:"";height:9px;left:3px;position:absolute;top:5px;width:9px}.checkbox-skinned [type=checkbox]:checked+label:after,.checkbox-skinned [type=checkbox]:not(:checked)+label:after{color:#293138;content:"✔";font-size:12px;left:4px;line-height:1.2;position:absolute;top:5px;transition:all .2s}.checkbox-skinned [type=checkbox]:not(:checked)+label:after{opacity:0;-webkit-transform:scale(0);transform:scale(0)}.checkbox-skinned [type=checkbox]:checked+label:after{opacity:1;-webkit-transform:scale(1);transform:scale(1)}.checkbox-skinned [type=checkbox]:disabled:checked+label:before,.checkbox-skinned [type=checkbox]:disabled:not(:checked)+label:before{background-color:#ddd;border-color:#293138;box-shadow:none}.checkbox-skinned [type=checkbox]:disabled:checked+label:after{color:#293138}.checkbox-skinned [type=checkbox]:disabled+label{color:#000}.checkbox-skinned [type=checkbox]:checked:focus+label:before,.checkbox-skinned [type=checkbox]:not(:checked):focus+label:before{border:1px solid #000}.checkbox-skinned label:hover:before{background-color:#fff;border:1px solid #000!important}.side-panel{align-items:stretch;background-color:rgba(0,0,0,.4);bottom:0;display:flex;justify-content:flex-end;left:0;opacity:0;position:fixed;right:0;top:0;transition:all .2s ease-in;visibility:hidden;z-index:500}.side-panel .side-panel-dialog{background-color:#fff;display:flex;flex-direction:column;max-width:620px;overflow-y:auto;-webkit-transform:translateX(100%);transform:translateX(100%);transition:-webkit-transform .2s ease-in;transition:transform .2s ease-in;transition:transform .2s ease-in,-webkit-transform .2s ease-in;width:100%}.side-panel .header{align-items:center;border-bottom:1px solid #ddd;display:flex;font-size:22px;font-weight:700;justify-content:space-between;padding:20px}.side-panel .header .close{align-items:center;background-color:#fff;border:none;border-radius:50%;color:#000;cursor:pointer;display:flex;height:30px;justify-content:center;margin:0;outline:none;padding:0;transition:background-color .3s;width:30px}.side-panel .header .close:hover{background-color:#f7f7f7}.side-panel .content{flex:1;padding:20px}.side-panel .footer{background:#fff;border-top:1px solid #ddd;bottom:0;display:flex;flex-direction:column;justify-content:center;padding:20px;position:sticky;right:0;z-index:5}.side-panel.visible{opacity:1;visibility:visible}.side-panel.visible .side-panel-dialog{-webkit-transform:translateX(0);transform:translateX(0)}#app_voucherconfiguration_pictures .check{float:left}#app_voucherconfiguration_pictures .check [type=checkbox]{left:-9999px;position:absolute}#app_voucherconfiguration_pictures .check [type=checkbox]+label{cursor:pointer;margin:0;padding:0 2px;position:relative}#app_voucherconfiguration_pictures .check [type=checkbox]+label:before{content:"\f10c";font-family:FontAwesome;font-size:13px;letter-spacing:5px}#app_voucherconfiguration_pictures .check [type=checkbox]:checked+label{color:#374fbb}#app_voucherconfiguration_pictures .check [type=checkbox]:checked+label:before{content:"\f058"}#app_voucherconfiguration_pictures .picture .btn-sort{display:flex}.modal{align-items:center;background-color:rgba(0,0,0,.4);bottom:0;display:none;height:100%;justify-content:center;left:0;overflow-y:auto;padding:30px 0;position:fixed;right:0;top:0;width:100%;z-index:110}.modal.visible{display:flex}.modal .content{align-items:center;background-color:#fff;border-radius:3px;display:flex;flex-direction:column;gap:20px;justify-content:flex-start;max-width:1000px;padding:30px;position:relative;width:90%}.modal .close-modal{cursor:pointer;padding:12px;position:absolute;right:0;top:0}.modal .close-modal .icon{font-size:24px}.modal .title{font-size:28px;font-weight:700;text-align:center}.modal img{display:block;max-width:100%}.modal .options{display:flex;flex-wrap:wrap;gap:24px}.modal .options .group{align-items:flex-start;display:flex;flex-wrap:wrap;gap:4px}.modal .options .group.data{flex-direction:column;min-width:120px}.modal .options .button{padding:8px 16px}.modal.picture-template-modal .content{align-items:unset;height:90%;overflow:auto}.modal.picture-template-modal .pictures{display:grid;grid-template-columns:repeat(1,1fr);text-align:center}@media (min-width:1024px){.modal.picture-template-modal .pictures{grid-template-columns:repeat(2,1fr)}}.modal.picture-template-modal .pictures .picture{margin:10px}.modal.picture-template-modal .pictures .picture .picture-title{font-size:15px;font-weight:600;margin:10px}.rounded-circle{border-radius:50%!important}.boxed-choice{line-height:1}.boxed-choice span{align-items:center;background-color:#f0f0f0;color:#293138;cursor:pointer;display:flex;font-weight:700;justify-content:center;min-height:40px;min-width:40px;padding:8px}.boxed-choice span:first-of-type{border-radius:3px 0 0 3px}.boxed-choice input{left:-9999px;position:absolute;visibility:hidden}.boxed-choice input:checked+span{background-color:#374fbb;box-shadow:0 0 6px rgba(0,0,0,.2);color:#fff}.boxed-choice+.boxed-choice{margin:0}.boxed-choice+.boxed-choice span{border-radius:0 3px 3px 0}.rounded-circle-interlocutor{border-radius:50%!important;height:100%;width:100%}section.offer-list .site-content,section.offer-list .site-content-sm{position:relative;z-index:2}section.offer-list .wrapper{display:flex;flex-direction:column;gap:16px;justify-content:flex-start}@media (min-width:1024px){section.offer-list .wrapper{flex-direction:row}}section.offer-list h2{font-size:24px}section.offer-list .categories-column{border-bottom:1px solid #ebebeb;display:flex;flex-direction:column;padding-bottom:16px}@media (min-width:1024px){section.offer-list .categories-column{border-bottom:none;border-right:1px solid #d8d8d8;min-width:285px;padding-bottom:0;padding-right:16px}}section.offer-list .categories-column.hidden{display:none}section.offer-list .categories-column .categories-list{margin-bottom:16px}section.offer-list .categories-column .special-pages-list .button-outline{display:inline-block;margin-top:10px}section.offer-list .categories-column .list-title{margin-bottom:10px}section.offer-list .categories-column .list-item{align-items:center;display:flex;justify-content:space-between}section.offer-list .categories-column .list-item+.list-item{margin-top:8px}section.offer-list .categories-column .name{align-items:center;display:flex;flex:1;font-size:16px;gap:8px;justify-content:flex-start;line-height:1;transition:color .3s}section.offer-list .categories-column .name.active{color:#e81c1c;font-weight:700}section.offer-list .categories-column .name.active .badge{background-color:#e81c1c;font-weight:700}section.offer-list .categories-column .badge{background-color:#374fbb;border-radius:24px;color:#fff;font-size:14px;padding:4px 8px;transition:background-color .3s}section.offer-list .categories-column .editing-link{color:#bdbdbd;font-size:18px;margin-left:10px;transition:color .3s}section.offer-list .categories-column .editing-link:hover{color:#374fbb}@media (min-width:1024px){section.offer-list .voucher-configurations-column{flex:1}}section.offer-list .voucher-configurations-column .create-configuration-buttons{align-items:center;display:flex;gap:8px;justify-content:flex-start;margin-bottom:24px}@media (min-width:1024px){section.offer-list .voucher-configurations-column .create-configuration-buttons{justify-content:flex-end}}section.offer-list .voucher-configurations-column .list-item{background-color:#fff;border-bottom:1px solid #ebebeb;display:flex;flex-direction:column;gap:8px;justify-content:flex-start;padding:16px 0}@media (min-width:1024px){section.offer-list .voucher-configurations-column .list-item{flex-direction:row;gap:24px;justify-content:space-between}}section.offer-list .voucher-configurations-column .information{align-items:center;display:flex;flex:1;gap:8px;justify-content:flex-start}section.offer-list .voucher-configurations-column .information .empty-picture-thumbnail{background-color:#ddd;border-radius:3px;height:75px;width:75px}section.offer-list .voucher-configurations-column .information img{border-radius:3px;height:75px;width:75px}section.offer-list .voucher-configurations-column .btn-sort{cursor:move;width:20px}section.offer-list .voucher-configurations-column .btn-sort i{color:#bdbdbd;font-size:22px}section.offer-list .voucher-configurations-column .title{font-size:18px;font-weight:700;transition:color .3s}section.offer-list .voucher-configurations-column .price-and-validity{align-items:baseline;display:flex;gap:16px;margin-bottom:4px}section.offer-list .voucher-configurations-column .price{color:#374fbb}section.offer-list .voucher-configurations-column .validity{font-size:13px}section.offer-list .voucher-configurations-column .integration{display:flex;gap:8px;justify-content:flex-start}section.offer-list .voucher-configurations-column .integration-badge{align-items:center;border:1px solid #9e9e9e;border-radius:3px;color:#9e9e9e;cursor:default;display:flex;font-size:13px;gap:4px;justify-content:flex-start;line-height:1;padding:4px 8px}section.offer-list .voucher-configurations-column .integration-badge .icon{width:13px}section.offer-list .voucher-configurations-column .integration-badge .valid-icon{color:#91bd10;display:none}section.offer-list .voucher-configurations-column .integration-badge.valid{border-color:#91bd10;color:#91bd10}section.offer-list .voucher-configurations-column .integration-badge.valid .valid-icon{display:block}section.offer-list .voucher-configurations-column .integration-badge.valid .invalid-icon{display:none}section.offer-list .voucher-configurations-column .integration-badge.inverted{background-color:#374fbb;border-color:#374fbb;color:#fff}section.offer-list .voucher-configurations-column .actions{align-items:center;display:flex;gap:12px;justify-content:center}section.offer-list .voucher-configurations-column .actions i{font-size:15px}section.offer-list .voucher-configurations-column .actions .action-link{color:#202641;transition:color .3s}section.offer-list .voucher-configurations-column .actions .action-link:hover{color:#e81c1c}section.offer-list .voucher-configurations-column .actions .warnings{cursor:pointer}section.offer-list .voucher-configurations-column .actions .warnings i{color:#ff7a3c}section.offer-list .voucher-configurations-column .actions .slide-button{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:60px}section.offer-list .voucher-configurations-column .actions .slide{background-color:#ddd}section.offer-list .partner-voucher-configurations-list{margin-top:40px}section.offer-list .partner-voucher-configurations-list h2{margin-bottom:20px}section.offer-list .partner-voucher-configurations-list .list-item{padding-left:28px}section.offer-list .partner-voucher-configurations-list .sold-by span{font-weight:700}.text-content{padding:100px 0;position:relative}.text-content:after{background-color:rgba(0,0,0,.1);bottom:0;content:"";height:2px;left:50%;max-width:700px;position:absolute;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%}@media (min-width:768px){.text-content{padding:200px 0 100px}}.text-content .site-content,.text-content .site-content-sm{position:relative;z-index:1}@media (min-width:768px){.text-content .wrapper{align-items:flex-start;display:flex;justify-content:space-around}}.text-content .col{margin-bottom:30px;text-align:center}@media (min-width:768px){.text-content .col{margin-bottom:0}}.text-content .col .title{margin-bottom:10px}.text-content .col span{display:block;font-size:20px;font-weight:700}.text-content .col span.thin{font-weight:300}.text-content .col a{margin:0 25px}section.loyalty,section.promotes,section.works-council-discount{max-width:600px}section.loyalty h2,section.promotes h2,section.works-council-discount h2{font-size:22px}section.loyalty .sub-heading,section.promotes .sub-heading,section.works-council-discount .sub-heading{color:#374fbb;display:block;font-size:14px;font-weight:700;margin-top:12px}section.loyalty .sub-heading:hover,section.promotes .sub-heading:hover,section.works-council-discount .sub-heading:hover{color:#000}section.loyalty .broadcast,section.promotes .broadcast,section.works-council-discount .broadcast{margin:20px 0}section.loyalty .broadcast .check-button,section.promotes .broadcast .check-button,section.works-council-discount .broadcast .check-button{align-items:center;display:flex;margin-bottom:10px}section.loyalty .broadcast .label,section.promotes .broadcast .label,section.works-council-discount .broadcast .label{margin-right:10px;width:auto}section.loyalty .broadcast .count-broadcasted,section.promotes .broadcast .count-broadcasted,section.works-council-discount .broadcast .count-broadcasted{display:none}section.loyalty .broadcast .count-broadcasted.show,section.promotes .broadcast .count-broadcasted.show,section.works-council-discount .broadcast .count-broadcasted.show{display:block}section.loyalty .sales-boost .item,section.promotes .sales-boost .item,section.works-council-discount .sales-boost .item{margin-bottom:20px;padding-left:26%;text-align:left}section.loyalty .sales-boost p.help,section.promotes .sales-boost p.help,section.works-council-discount .sales-boost p.help{margin-bottom:0;margin-left:26px}section.loyalty .sales-boost .selection-overlay,section.promotes .sales-boost .selection-overlay,section.works-council-discount .sales-boost .selection-overlay{line-height:normal;position:static}section.loyalty .content .title,section.promotes .content .title,section.works-council-discount .content .title{font-size:18px;font-weight:700}section.loyalty .max-effort-wrapper,section.promotes .max-effort-wrapper,section.works-council-discount .max-effort-wrapper{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px;margin-top:15px}section.loyalty .max-effort-wrapper .label,section.promotes .max-effort-wrapper .label,section.works-council-discount .max-effort-wrapper .label{font-weight:700}section.loyalty .max-effort-wrapper input,section.promotes .max-effort-wrapper input,section.works-council-discount .max-effort-wrapper input{margin-right:5px;max-width:70px}section.loyalty .allow-type-voucher-configuration,section.promotes .allow-type-voucher-configuration,section.works-council-discount .allow-type-voucher-configuration{align-items:center;display:flex;gap:10px}section.loyalty #effort-slider,section.promotes #effort-slider,section.works-council-discount #effort-slider{border:1px solid #d8d8d8;border-radius:12px;flex:1;height:10px;margin:0 25px;position:relative}section.loyalty #effort-slider .progress-bar,section.promotes #effort-slider .progress-bar,section.works-council-discount #effort-slider .progress-bar{background-color:#374fbb;border-radius:12px;bottom:0;left:0;position:absolute;right:0;top:0}section.loyalty #effort-slider .ui-slider-handle,section.promotes #effort-slider .ui-slider-handle,section.works-council-discount #effort-slider .ui-slider-handle{background-color:#374fbb;border:2px solid #d8d8d8!important}section.loyalty label,section.promotes label,section.works-council-discount label{display:block!important}section.loyalty .explanations,section.promotes .explanations,section.works-council-discount .explanations{line-height:1.6}section.loyalty .explanations .label,section.promotes .explanations .label,section.works-council-discount .explanations .label{font-weight:700}section.loyalty .explanations .details,section.promotes .explanations .details,section.works-council-discount .explanations .details{font-size:12px}section.loyalty .explanations a,section.promotes .explanations a,section.works-council-discount .explanations a{margin:0}section.loyalty .selection-overlay,section.promotes .selection-overlay,section.works-council-discount .selection-overlay{font-size:12px;padding:2px 6px;position:static}section.loyalty .selection:not(.selection-overlay) i,section.promotes .selection:not(.selection-overlay) i,section.works-council-discount .selection:not(.selection-overlay) i{color:#374fbb}section.loyalty .submit-wrapper,section.promotes .submit-wrapper,section.works-council-discount .submit-wrapper{display:flex;margin-top:20px}section.mockups .download-mockups-area .offers-select{display:flex;margin-bottom:40px}section.mockups .download-mockups-area .offers-select .form-group{max-width:500px;width:100%}section.mockups .download-mockups-area .mockups-pictures-container{min-height:200px;position:relative}section.mockups .download-mockups-area .mockups-pictures-container .overlay{background-color:rgba(0,0,0,.2);bottom:0;left:0;position:absolute;right:0;top:0;z-index:10}section.mockups .download-mockups-area .mockups-pictures-container .mockup-wrapper,section.mockups .download-mockups-area .mockups-pictures-container .mockup-wrapper .row{display:flex;flex-direction:column;gap:20px}@media (min-width:950px){section.mockups .download-mockups-area .mockups-pictures-container .mockup-wrapper .row{flex-direction:row}}section.mockups .download-mockups-area .mockups-pictures-container .mockup-wrapper .row picture{width:100%}@media (min-width:950px){section.mockups .download-mockups-area .mockups-pictures-container .mockup-wrapper .row:nth-of-type(2) picture{width:25%}}section.mockups .download-mockups-area .mockups-pictures-container .mockup-wrapper img{aspect-ratio:4/3;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}section.mockups .download-mockups-area .mockups-pictures-container .actions{display:flex;justify-content:center;margin-top:40px}section.widget .title{align-items:baseline;display:flex;font-size:16px;font-weight:700;gap:20px;line-height:1.25;margin-bottom:10px}section.widget .code{text-align:center}section.widget .integration-status{font-size:15px;font-weight:400;margin-bottom:20px}section.widget .integration-status .detected{color:#91bd10}section.widget .integration-status .detected .icon{margin-left:4px}section.widget .integration-status .not-detected{color:red}section.widget .integration-status .not-detected .icon{margin-left:4px}section.widget .hidden{display:none}section.widget .widget-features-container{margin-bottom:20px;margin-top:20px}section.widget .widget-features-container h2{font-size:13px;font-weight:700;margin-bottom:8px}section.widget .widget-features-container .pure-check-wrapper{margin-bottom:8px}section.widget .widget-features-container .structured-data-content .row{align-items:flex-start;flex-direction:column}@media (min-width:950px){section.widget .widget-features-container .structured-data-content .row{align-items:center;flex-direction:row}}section.widget .structured-data-title{display:none}section.widget.widget-banner .button{margin-top:20px}section.widget.widget-banner .title{font-size:20px;font-weight:700;margin-bottom:15px}section.widget .filters{margin:20px 0 12px;position:relative}section.widget .filters form{align-items:center;display:flex;justify-content:center;margin-bottom:15px}section.widget .filters label{margin-right:10px}section.widget .filters .select2{max-width:380px;width:100%}section.widget .filters .select2-selection__rendered{text-align:left}section.widget .description,section.widget .explanations{margin-bottom:20px}section.widget .integration-block{border:1px solid #d8d8d8;border-radius:3px;display:flex;flex-direction:column;gap:4px;padding:16px}section.widget .integration-block .header{align-items:flex-start;display:flex;flex-wrap:wrap;gap:8px;justify-content:space-between}section.widget .integration-block .details{align-items:flex-end;display:flex;flex-wrap:wrap;gap:12px;justify-content:space-between}@media (min-width:768px){section.widget .integration-block .details{flex-wrap:nowrap}}section.widget .integration-block .see-link{font-size:14px;font-weight:400}section.widget .integration-block .description{text-align:left}section.widget .integration-block .description,section.widget .integration-block .integration-status,section.widget .integration-block .title{margin:0}.code-wrapper{display:flex;margin-bottom:20px}.code-wrapper .code{align-content:center;background:#ebebeb;border-radius:3px 0 0 3px;flex:1;font-family:Courier New,Courier,monospace;font-size:11px;padding:10px;word-break:break-all}@media (min-width:950px){.code-wrapper .code{word-break:break-word}}.code-wrapper .button{border-radius:0 3px 3px 0;min-width:95px;padding:15px}.code-wrapper .button .copied-text{display:none}.dashboard-header{align-items:flex-start;display:flex;flex-wrap:wrap;padding-bottom:20px}@media (min-width:1440px){.dashboard-header{align-items:unset}}.dashboard-header .title{margin-right:40px}.dashboard-header .blocks{display:flex;flex:1;flex-direction:column;gap:10px;justify-content:flex-end}@media (min-width:768px){.dashboard-header .blocks{flex-direction:row;gap:0}}.dashboard-header .blocks .block{position:relative;width:100%}@media (min-width:768px){.dashboard-header .blocks .block{width:50%}.dashboard-header .blocks .block:nth-child(2){margin-left:10px}}.dashboard-header .blocks .block.voucher-stats{align-items:center;border:1px solid #d8d8d8;border-radius:3px;display:flex;flex-direction:column;max-height:70px;padding:10px}@media (min-width:768px){.dashboard-header .blocks .block.voucher-stats{flex-direction:row}}.dashboard-header .blocks .block.voucher-stats .vouchers-data{align-items:flex-start;display:flex;margin-left:10px}.dashboard-header .gamification .gamification-content{background-color:#fff;border:1px solid #d8d8d8;border-radius:3px;cursor:pointer;padding:10px}.dashboard-header .gamification .gamification-content.details-open{border-bottom-color:transparent}.dashboard-header .gamification .gamification-content.details-open .header .fa-chevron-right{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.dashboard-header .gamification .gamification-content.details-open .details{border:1px solid #d8d8d8;border-radius:3px;border-top:none;box-shadow:0 15px 22px rgba(0,0,0,.1)}.dashboard-header .gamification .gamification-content .header{display:flex}.dashboard-header .gamification .gamification-content .header .percentage-line,.dashboard-header .gamification .gamification-content .header .percentage-line .left{align-items:center;display:flex;flex:1}.dashboard-header .gamification .gamification-content .header .percentage-line .left .circle{margin-left:10px}.dashboard-header .gamification .gamification-content .header .percentage-line .left .icon{color:#374fbb;font-size:30px;margin-right:20px}.dashboard-header .gamification .gamification-content .header .percentage-line .left span{font-weight:700}.dashboard-header .gamification .gamification-content .header .percentage-line .right{display:flex}.dashboard-header .gamification .gamification-content .header .percentage-line .right .fa-chevron-right{color:#676767;font-size:12px;margin-right:20px;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.dashboard-header .gamification .gamification-content .details{background-color:#fff;display:none;left:0;padding:10px;position:absolute;top:calc(100% - 2px);width:100%;z-index:100}.dashboard-header .gamification .gamification-content .details .badge-line{align-items:center;display:flex;justify-content:space-between}.dashboard-header .gamification .gamification-content .details .badge-line .get-first-badge{font-size:12px}.dashboard-header .gamification .gamification-content .details .detail{padding:15px 0}.dashboard-header .gamification .gamification-content .details .detail:not(:last-of-type){border-bottom:1px solid #d8d8d8}.dashboard-header .gamification .gamification-content .details .detail.integration{display:flex;flex-direction:column-reverse}.dashboard-header .gamification .gamification-content .details .line{align-items:center;display:flex;justify-content:space-between}.dashboard-header .gamification .gamification-content .details .line:hover .button{opacity:1}.dashboard-header .gamification .gamification-content .details .line .name{display:inline-block;font-size:12px;width:75%}.dashboard-header .gamification .gamification-content .details .line .name.done{text-decoration:line-through}.dashboard-header .gamification .gamification-content .details .line .icon.icon-check{color:#91bd10;visibility:hidden}.dashboard-header .gamification .gamification-content .details .line .icon.icon-check.visible{visibility:initial}.dashboard-header .gamification .gamification-content .details .line .explanations{cursor:pointer;display:inline-block}.dashboard-header .gamification .gamification-content .details .line .explanations i{font-size:17px}.dashboard-header .gamification .gamification-content .details .line .button{font-size:13px;opacity:0;padding:0 7px;transition:opacity .3s}.dashboard-content .block{border:1px solid #d8d8d8;border-radius:3px;margin-bottom:30px;padding:20px}.dashboard-content .block .header-block{align-items:center;display:flex;flex-direction:column;margin-bottom:10px}@media (min-width:768px){.dashboard-content .block .header-block{flex-direction:row;gap:10px}}.dashboard-content .block .header-block .ca,.dashboard-content .block .header-block .title{font-size:18px;font-weight:700}.dashboard-content .block .header-block .ca{font-weight:400}.dashboard-content .block .header-block .badge{background-color:#f5f6fc;color:#000;font-weight:700}.dashboard-content .block.vouchers-used .header-block{margin-bottom:0}.dashboard-content .filter{align-items:center;display:flex;flex-direction:column;justify-content:space-between}@media (min-width:768px){.dashboard-content .filter{flex-direction:row}}.dashboard-content .filter .label{font-size:16px;margin-right:5px}.dashboard-content .filter .date-range{width:230px}.dashboard-content .filter .select-dashboard{width:220px}.dashboard-content .sides{display:flex;flex-direction:column;flex-wrap:wrap;margin-top:10px}@media (min-width:950px){.dashboard-content .sides{flex-direction:row}}.dashboard-content .performance-indicator{font-size:15px;font-weight:400;padding-left:7px}.dashboard-content .performance-indicator.green{color:green}.dashboard-content .performance-indicator.red{color:red}.dashboard-content .left-side{width:100%}@media (min-width:950px){.dashboard-content .left-side{padding-right:30px;width:50%}}.dashboard-content .left-side .sales .sales-graph{margin-bottom:40px}.dashboard-content .left-side .sales .filter{justify-content:flex-start;margin-bottom:10px}.dashboard-content .left-side .sales .filter .btn-default{display:none}.dashboard-content .left-side .sales .sales-info .cart,.dashboard-content .left-side .sales .sales-info .counter-sales,.dashboard-content .left-side .sales .sales-info .online-sales{align-items:center;display:flex;flex-direction:column;margin-bottom:10px}@media (min-width:768px){.dashboard-content .left-side .sales .sales-info .cart,.dashboard-content .left-side .sales .sales-info .counter-sales,.dashboard-content .left-side .sales .sales-info .online-sales{flex-direction:row;margin-bottom:unset}}.dashboard-content .left-side .sales .sales-info .cart .label,.dashboard-content .left-side .sales .sales-info .counter-sales .label,.dashboard-content .left-side .sales .sales-info .online-sales .label{font-size:18px;margin-right:5px}.dashboard-content .left-side .sales .sales-info .cart .amount,.dashboard-content .left-side .sales .sales-info .counter-sales .amount,.dashboard-content .left-side .sales .sales-info .online-sales .amount{align-items:center;display:flex;flex-direction:column;font-size:20px;font-weight:700;text-align:center}@media (min-width:768px){.dashboard-content .left-side .sales .sales-info .cart .amount,.dashboard-content .left-side .sales .sales-info .counter-sales .amount,.dashboard-content .left-side .sales .sales-info .online-sales .amount{flex-direction:row}}.dashboard-content .left-side .sales .sales-info .direct-sales .label,.dashboard-content .left-side .sales .sales-info .partner-sales .label{display:flex;justify-content:space-between;margin-top:10px}.dashboard-content .left-side .customers .customers-graphs{display:flex;flex-direction:column;gap:15px;max-width:400px}@media (min-width:1900px){.dashboard-content .left-side .customers .customers-graphs{flex-direction:row;gap:0;max-width:unset}}.dashboard-content .left-side .customers .type-customers>div .label{display:flex;justify-content:space-between;margin-top:10px}.dashboard-content .left-side .reviews .reviews-detail .rating-block{align-items:center;display:flex}.dashboard-content .left-side .reviews .reviews-detail .rating-block .ratings{height:25px}.dashboard-content .left-side .reviews .reviews-detail .rating-block .label{width:90px}.dashboard-content .left-side .reviews .reviews-detail .rating-block .progressbar-dashboard-small{flex:1;margin-left:10px;margin-right:10px}.dashboard-content .left-side .purchase-items .purchase-items-graphs{max-width:400px}.dashboard-content .right-side{width:100%}@media (min-width:950px){.dashboard-content .right-side{width:50%}}.dashboard-content .right-side .categories .categories-graphs,.dashboard-content .right-side .transaction-types .transaction-types-graphs{max-width:400px}.dashboard-content .right-side .boost-sales{background-color:#202641;border-radius:3px;color:#fff;margin-bottom:30px;padding:10px}.dashboard-content .right-side .boost-sales>div:not(.marketing-menu){margin-bottom:10px}.dashboard-content .right-side .boost-sales .marketing-menu ul{list-style:none;margin:0;padding-left:0}.dashboard-content .right-side .boost-sales .marketing-menu ul li{display:inline-block;margin-bottom:10px}.dashboard-content .right-side .boost-sales .marketing-menu ul li.toggle-accordion-link-child>a{display:none}.dashboard-content .right-side .boost-sales .marketing-menu ul li .button-outline.button-small{border:unset;padding:0 8px}.dashboard-content .right-side .boost-sales .ubiliz-tel{font-weight:700}.dashboard-content .right-side .sales-progress-bars .progress-bar-detail .category .infos{display:flex;flex-direction:column;justify-content:space-between}@media (min-width:768px){.dashboard-content .right-side .sales-progress-bars .progress-bar-detail .category .infos{flex-direction:row}}.dashboard-content .right-side .sales-progress-bars .progress-bar-detail .category .infos .label{display:grid;margin-top:10px}.dashboard-content .right-side .sales-progress-bars .progress-bar-detail .category .infos .label .partner{font-size:10px}.dashboard-content .right-side .sales-progress-bars .progress-bar-detail .category .infos .ca-percentage{align-items:flex-end;color:#000;display:flex;font-family:Jost,sans-serif;font-size:15px;justify-content:center;line-height:1.5}@media (min-width:768px){.dashboard-content .right-side .sales-progress-bars .progress-bar-detail .category .infos .ca-percentage{justify-content:flex-end}}.dashboard-content .sales-counts-per-offer{margin-bottom:40px}.dashboard-content .sales-counts-per-offer table{border-spacing:0;width:100%}.dashboard-content .sales-counts-per-offer tbody tr:hover td{background-color:#eee}.dashboard-content .sales-counts-per-offer tbody td{border-bottom:1px solid #d8d8d8;padding:8px 4px}.dashboard-content .sales-counts-per-offer .count-title{text-align:center;width:125px}.dashboard-content .sales-counts-per-offer .count-data{text-align:center}.dashboard-content .tabs-stats-container .stats+.stats{margin-top:40px}.dashboard-content .tabs-stats-container .title{font-size:20px;font-weight:700;margin-bottom:10px}.dashboard-content .tabs-stats-container .title span{font-size:14px;font-weight:400;margin-left:5px}.dashboard-content .tabs-stats-container table{border-collapse:collapse;border-spacing:0;width:100%}.dashboard-content .tabs-stats-container table td,.dashboard-content .tabs-stats-container table th{padding:4px}.dashboard-content .tabs-stats-container table .total td{background-color:#f0f0f0;font-weight:700}.commercialOffer .discountContainer{grid-gap:100px;border-bottom:1px solid #a9a9a9;display:grid;grid-auto-rows:minmax(10px,auto);grid-template-columns:repeat(3,1fr);text-align:center}.commercialOffer .discountContainer .discount{font-size:25px;grid-column:2;grid-row:1;padding-bottom:50px}.commercialOffer .discountContainer .discount .percent{display:inline;font-weight:700}.commercialOffer .pricing{grid-gap:100px;display:grid;grid-auto-rows:minmax(10px,auto);grid-template-columns:repeat(2,1fr);text-align:center}.commercialOffer .pricing .one{magin:auto;font-size:20px;grid-column:1;grid-row:1}.commercialOffer .pricing .one .price{display:inline;font-weight:700}.commercialOffer .pricing .two{font-size:20px;grid-column:2;grid-row:1}.commercialOffer .pricing .two .price{display:inline;font-weight:700}@media (min-width:1200px){.invoice-payment{align-items:center;display:flex;flex-direction:row;justify-content:space-between}}.invoice-payment .text-invoice{text-align:center}.invoice-payment .valid-payment{align-items:center;display:flex;flex-direction:column;margin-top:5px}@media (min-width:1200px){.invoice-payment .valid-payment{align-items:center;display:flex;flex-direction:column;margin-right:100px;margin-top:5px}}.invoice-payment .valid-payment text-payment{margin-bottom:10px;text-align:center}.commercial-summary{margin:0 auto;max-width:700px;text-align:center}.commercial-summary table{margin:0 auto}.commercial-summary .interlocutor{margin-bottom:20px}.commercial-summary .interlocutor .title{text-align:center}@media (min-width:1200px){.commercial-summary .interlocutor .title{text-align:left}}.commercial-summary .interlocutor .content{display:inline-flex;flex-direction:row;margin-top:10px}.commercial-summary .interlocutor .content .picture{height:70px;margin-top:5px;width:70px}.commercial-summary .interlocutor .content .information{margin:5px}.commercial-summary .amount-label{text-align:right}.commercial-summary .amount{font-weight:700;text-align:left}@media (min-width:1200px){.commercial-summary{display:flex;max-width:none}.commercial-summary .totals{padding-right:200px}.commercial-summary .interlocutor{flex:1;margin-bottom:0;padding-left:100px;text-align:left}}section.commercial-offer-recap{padding:3px 10px}section.commercial-offer-recap .site-content,section.commercial-offer-recap .site-content-sm{position:relative;z-index:2}section.commercial-offer-recap .item-voucher{background-color:#fff;font-size:14px;margin:0 auto 25px;max-width:700px;position:relative;text-align:center}@media (min-width:1200px){section.commercial-offer-recap .item-voucher{margin-bottom:25px;max-width:none}}section.commercial-offer-recap .item-voucher.blocked .overlay-red{display:block}section.commercial-offer-recap .item-voucher.expired{background-color:#f4f4f4;color:#293138}section.commercial-offer-recap .item-voucher.expired .right .price,section.commercial-offer-recap .item-voucher.expired .voucher .number{color:#293138}section.commercial-offer-recap .item-voucher.expired .right .validity .col2{color:red}@media (min-width:1200px){section.commercial-offer-recap .item-voucher{display:flex;text-align:left}}section.commercial-offer-recap .item-voucher .overlay-red{background-color:rgba(255,0,0,.6);display:none;height:100%;left:0;position:absolute;top:0;width:100%;z-index:20}section.commercial-offer-recap .item-voucher .overlay-red .overlay-text{color:#fff;font-size:24px;font-weight:700}section.commercial-offer-recap .item-voucher>div{padding:15px 10px}@media (min-width:768px){section.commercial-offer-recap .item-voucher>div{align-items:center;display:flex;flex:1}}@media (min-width:1200px){section.commercial-offer-recap .item-voucher>div{padding:15px 35px}}section.commercial-offer-recap .item-voucher .voucher{margin-bottom:25px}@media (min-width:768px){section.commercial-offer-recap .item-voucher .voucher{flex:1;margin-bottom:0;margin-right:20px}}section.commercial-offer-recap .item-voucher .voucher .ref{font-size:11px;line-height:13px}section.commercial-offer-recap .item-voucher .voucher .name{font-size:19px;font-weight:700}section.commercial-offer-recap .item-voucher .voucher .number{color:#374fbb}section.commercial-offer-recap .item-voucher .voucher .number span{font-size:19px;font-weight:700}section.commercial-offer-recap .item-voucher .right{background-color:#f4f4f4;padding:15px 10px;position:relative}@media (min-width:1200px){section.commercial-offer-recap .item-voucher .right{max-width:460px;padding:15px 0 15px 35px}}section.commercial-offer-recap .item-voucher .right .label{background-color:#fff;border-radius:45px;font-size:10px;letter-spacing:0;padding:5px 10px;position:absolute;right:3px;text-transform:uppercase;top:3px}section.commercial-offer-recap .item-voucher .right .label.error{color:red}@media (min-width:1200px){section.commercial-offer-recap .item-voucher .right .information{width:250px}}section.commercial-offer-recap .item-voucher .right .price{color:#374fbb;font-weight:500}section.commercial-offer-recap .item-voucher .right .value{align-items:center;border-bottom:1px solid #a9a9a9;display:flex}section.commercial-offer-recap .item-voucher .right .borderLessValue,section.commercial-offer-recap .item-voucher .right .value{font-size:24px;font-weight:700;margin-bottom:10px;padding-bottom:10px}section.commercial-offer-recap .item-voucher .right .sub-price{color:#000;font-size:14px;line-height:normal;margin-left:10px}section.commercial-offer-recap .item-voucher .right .row{display:flex;justify-content:center;margin-bottom:5px}@media (min-width:1200px){section.commercial-offer-recap .item-voucher .right .row{justify-content:unset}}section.commercial-offer-recap .item-voucher .right .row .col1{width:70px}section.commercial-offer-recap .item-voucher .right .row .col2{font-weight:700}section.commercial-offer-recap .item-voucher .right .usage{flex:1;text-align:center}section.commercial-offer-recap .item-voucher .right .count{margin-bottom:10px}section.search{align-items:center;display:flex;flex-direction:column;gap:16px;justify-content:space-between;margin-bottom:25px}@media (min-width:768px){section.search{flex-direction:row}}section.search .badge{background-color:#374fbb;border-radius:24px;color:#fff;font-size:14px;padding:4px 8px;transition:background-color .3s}section.search .number-results{font-weight:700}section.search .filters{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:center}section.search .filters a.active{border-color:#e81c1c;color:#e81c1c;font-weight:700}section.search .filters a.active .badge{background-color:#e81c1c;font-weight:700}@media (min-width:1440px){section.search .filters{justify-content:flex-start}}section.invoices,section.place-payments,section.vouchers{overflow-x:auto}section.invoices .invoices-table,section.invoices .place-payments-table,section.invoices .vouchers-table,section.place-payments .invoices-table,section.place-payments .place-payments-table,section.place-payments .vouchers-table,section.vouchers .invoices-table,section.vouchers .place-payments-table,section.vouchers .vouchers-table{border-collapse:collapse;margin-bottom:20px;width:100%}section.invoices .invoices-table thead th,section.invoices .place-payments-table thead th,section.invoices .vouchers-table thead th,section.place-payments .invoices-table thead th,section.place-payments .place-payments-table thead th,section.place-payments .vouchers-table thead th,section.vouchers .invoices-table thead th,section.vouchers .place-payments-table thead th,section.vouchers .vouchers-table thead th{border-bottom:1px solid #d8d8d8;text-align:left}section.invoices .invoices-table thead th a.asc,section.invoices .place-payments-table thead th a.asc,section.invoices .vouchers-table thead th a.asc,section.place-payments .invoices-table thead th a.asc,section.place-payments .place-payments-table thead th a.asc,section.place-payments .vouchers-table thead th a.asc,section.vouchers .invoices-table thead th a.asc,section.vouchers .place-payments-table thead th a.asc,section.vouchers .vouchers-table thead th a.asc{position:relative}section.invoices .invoices-table thead th a.asc:before,section.invoices .place-payments-table thead th a.asc:before,section.invoices .vouchers-table thead th a.asc:before,section.place-payments .invoices-table thead th a.asc:before,section.place-payments .place-payments-table thead th a.asc:before,section.place-payments .vouchers-table thead th a.asc:before,section.vouchers .invoices-table thead th a.asc:before,section.vouchers .place-payments-table thead th a.asc:before,section.vouchers .vouchers-table thead th a.asc:before{color:#374fbb;content:"\f0de";font-family:FontAwesome;font-weight:400;position:absolute;right:-15px}section.invoices .invoices-table thead th a.desc,section.invoices .place-payments-table thead th a.desc,section.invoices .vouchers-table thead th a.desc,section.place-payments .invoices-table thead th a.desc,section.place-payments .place-payments-table thead th a.desc,section.place-payments .vouchers-table thead th a.desc,section.vouchers .invoices-table thead th a.desc,section.vouchers .place-payments-table thead th a.desc,section.vouchers .vouchers-table thead th a.desc{position:relative}section.invoices .invoices-table thead th a.desc:before,section.invoices .place-payments-table thead th a.desc:before,section.invoices .vouchers-table thead th a.desc:before,section.place-payments .invoices-table thead th a.desc:before,section.place-payments .place-payments-table thead th a.desc:before,section.place-payments .vouchers-table thead th a.desc:before,section.vouchers .invoices-table thead th a.desc:before,section.vouchers .place-payments-table thead th a.desc:before,section.vouchers .vouchers-table thead th a.desc:before{color:#374fbb;content:"\f0dd";font-family:FontAwesome;font-weight:400;position:absolute;right:-15px}section.invoices .invoices-table thead th a.sortable:after,section.invoices .place-payments-table thead th a.sortable:after,section.invoices .vouchers-table thead th a.sortable:after,section.place-payments .invoices-table thead th a.sortable:after,section.place-payments .place-payments-table thead th a.sortable:after,section.place-payments .vouchers-table thead th a.sortable:after,section.vouchers .invoices-table thead th a.sortable:after,section.vouchers .place-payments-table thead th a.sortable:after,section.vouchers .vouchers-table thead th a.sortable:after{content:" \f0dc";font-family:FontAwesome;font-weight:400}section.invoices .invoices-table thead th.purchase,section.invoices .place-payments-table thead th.purchase,section.invoices .vouchers-table thead th.purchase,section.place-payments .invoices-table thead th.purchase,section.place-payments .place-payments-table thead th.purchase,section.place-payments .vouchers-table thead th.purchase,section.vouchers .invoices-table thead th.purchase,section.vouchers .place-payments-table thead th.purchase,section.vouchers .vouchers-table thead th.purchase{display:none}@media (min-width:768px){section.invoices .invoices-table thead th.purchase,section.invoices .place-payments-table thead th.purchase,section.invoices .vouchers-table thead th.purchase,section.place-payments .invoices-table thead th.purchase,section.place-payments .place-payments-table thead th.purchase,section.place-payments .vouchers-table thead th.purchase,section.vouchers .invoices-table thead th.purchase,section.vouchers .place-payments-table thead th.purchase,section.vouchers .vouchers-table thead th.purchase{display:table-cell}}section.invoices .invoices-table tbody tr,section.invoices .place-payments-table tbody tr,section.invoices .vouchers-table tbody tr,section.place-payments .invoices-table tbody tr,section.place-payments .place-payments-table tbody tr,section.place-payments .vouchers-table tbody tr,section.vouchers .invoices-table tbody tr,section.vouchers .place-payments-table tbody tr,section.vouchers .vouchers-table tbody tr{cursor:pointer;transition:color .3s}section.invoices .invoices-table tbody tr:hover,section.invoices .place-payments-table tbody tr:hover,section.invoices .vouchers-table tbody tr:hover,section.place-payments .invoices-table tbody tr:hover,section.place-payments .place-payments-table tbody tr:hover,section.place-payments .vouchers-table tbody tr:hover,section.vouchers .invoices-table tbody tr:hover,section.vouchers .place-payments-table tbody tr:hover,section.vouchers .vouchers-table tbody tr:hover{color:#374fbb}section.invoices .invoices-table tr,section.invoices .place-payments-table tr,section.invoices .vouchers-table tr,section.place-payments .invoices-table tr,section.place-payments .place-payments-table tr,section.place-payments .vouchers-table tr,section.vouchers .invoices-table tr,section.vouchers .place-payments-table tr,section.vouchers .vouchers-table tr{border-bottom:1px solid #d8d8d8;display:grid}@media (min-width:768px){section.invoices .invoices-table tr,section.invoices .place-payments-table tr,section.invoices .vouchers-table tr,section.place-payments .invoices-table tr,section.place-payments .place-payments-table tr,section.place-payments .vouchers-table tr,section.vouchers .invoices-table tr,section.vouchers .place-payments-table tr,section.vouchers .vouchers-table tr{display:table-row}}section.invoices .invoices-table td,section.invoices .place-payments-table td,section.invoices .vouchers-table td,section.place-payments .invoices-table td,section.place-payments .place-payments-table td,section.place-payments .vouchers-table td,section.vouchers .invoices-table td,section.vouchers .place-payments-table td,section.vouchers .vouchers-table td{padding:10px 0;position:relative}@media (min-width:768px){section.invoices .invoices-table td,section.invoices .place-payments-table td,section.invoices .vouchers-table td,section.place-payments .invoices-table td,section.place-payments .place-payments-table td,section.place-payments .vouchers-table td,section.vouchers .invoices-table td,section.vouchers .place-payments-table td,section.vouchers .vouchers-table td{padding:10px}section.invoices .invoices-table td:first-of-type,section.invoices .place-payments-table td:first-of-type,section.invoices .vouchers-table td:first-of-type,section.place-payments .invoices-table td:first-of-type,section.place-payments .place-payments-table td:first-of-type,section.place-payments .vouchers-table td:first-of-type,section.vouchers .invoices-table td:first-of-type,section.vouchers .place-payments-table td:first-of-type,section.vouchers .vouchers-table td:first-of-type{padding-left:0}}section.invoices .invoices-table td.purchased-on,section.invoices .place-payments-table td.purchased-on,section.invoices .vouchers-table td.purchased-on,section.place-payments .invoices-table td.purchased-on,section.place-payments .place-payments-table td.purchased-on,section.place-payments .vouchers-table td.purchased-on,section.vouchers .invoices-table td.purchased-on,section.vouchers .place-payments-table td.purchased-on,section.vouchers .vouchers-table td.purchased-on{display:none}@media (min-width:768px){section.invoices .invoices-table td.purchased-on,section.invoices .place-payments-table td.purchased-on,section.invoices .vouchers-table td.purchased-on,section.place-payments .invoices-table td.purchased-on,section.place-payments .place-payments-table td.purchased-on,section.place-payments .vouchers-table td.purchased-on,section.vouchers .invoices-table td.purchased-on,section.vouchers .place-payments-table td.purchased-on,section.vouchers .vouchers-table td.purchased-on{display:table-cell}}section.invoices .invoices-table td.price,section.invoices .place-payments-table td.price,section.invoices .vouchers-table td.price,section.place-payments .invoices-table td.price,section.place-payments .place-payments-table td.price,section.place-payments .vouchers-table td.price,section.vouchers .invoices-table td.price,section.vouchers .place-payments-table td.price,section.vouchers .vouchers-table td.price{display:flex;justify-content:space-between}section.invoices .invoices-table td.price .price,section.invoices .place-payments-table td.price .price,section.invoices .vouchers-table td.price .price,section.place-payments .invoices-table td.price .price,section.place-payments .place-payments-table td.price .price,section.place-payments .vouchers-table td.price .price,section.vouchers .invoices-table td.price .price,section.vouchers .place-payments-table td.price .price,section.vouchers .vouchers-table td.price .price{color:#374fbb;font-size:24px;font-weight:700;white-space:nowrap}@media (min-width:768px){section.invoices .invoices-table td.price .actions,section.invoices .place-payments-table td.price .actions,section.invoices .vouchers-table td.price .actions,section.place-payments .invoices-table td.price .actions,section.place-payments .place-payments-table td.price .actions,section.place-payments .vouchers-table td.price .actions,section.vouchers .invoices-table td.price .actions,section.vouchers .place-payments-table td.price .actions,section.vouchers .vouchers-table td.price .actions{display:none}}section.invoices .invoices-table td.created-at,section.invoices .invoices-table td.creation-date,section.invoices .invoices-table td.purchased-on,section.invoices .place-payments-table td.created-at,section.invoices .place-payments-table td.creation-date,section.invoices .place-payments-table td.purchased-on,section.invoices .vouchers-table td.created-at,section.invoices .vouchers-table td.creation-date,section.invoices .vouchers-table td.purchased-on,section.place-payments .invoices-table td.created-at,section.place-payments .invoices-table td.creation-date,section.place-payments .invoices-table td.purchased-on,section.place-payments .place-payments-table td.created-at,section.place-payments .place-payments-table td.creation-date,section.place-payments .place-payments-table td.purchased-on,section.place-payments .vouchers-table td.created-at,section.place-payments .vouchers-table td.creation-date,section.place-payments .vouchers-table td.purchased-on,section.vouchers .invoices-table td.created-at,section.vouchers .invoices-table td.creation-date,section.vouchers .invoices-table td.purchased-on,section.vouchers .place-payments-table td.created-at,section.vouchers .place-payments-table td.creation-date,section.vouchers .place-payments-table td.purchased-on,section.vouchers .vouchers-table td.created-at,section.vouchers .vouchers-table td.creation-date,section.vouchers .vouchers-table td.purchased-on{font-size:11px}section.invoices .invoices-table td .customer,section.invoices .place-payments-table td .customer,section.invoices .vouchers-table td .customer,section.place-payments .invoices-table td .customer,section.place-payments .place-payments-table td .customer,section.place-payments .vouchers-table td .customer,section.vouchers .invoices-table td .customer,section.vouchers .place-payments-table td .customer,section.vouchers .vouchers-table td .customer{align-items:flex-start;display:flex;flex-direction:column;gap:5px;line-height:1;margin-bottom:10px}section.invoices .invoices-table td .customer .not-customer,section.invoices .place-payments-table td .customer .not-customer,section.invoices .vouchers-table td .customer .not-customer,section.place-payments .invoices-table td .customer .not-customer,section.place-payments .place-payments-table td .customer .not-customer,section.place-payments .vouchers-table td .customer .not-customer,section.vouchers .invoices-table td .customer .not-customer,section.vouchers .place-payments-table td .customer .not-customer,section.vouchers .vouchers-table td .customer .not-customer{font-style:italic}section.invoices .invoices-table td .customer .offerer .claimed-by-customer,section.invoices .invoices-table td .customer .purchaser,section.invoices .place-payments-table td .customer .offerer .claimed-by-customer,section.invoices .place-payments-table td .customer .purchaser,section.invoices .vouchers-table td .customer .offerer .claimed-by-customer,section.invoices .vouchers-table td .customer .purchaser,section.place-payments .invoices-table td .customer .offerer .claimed-by-customer,section.place-payments .invoices-table td .customer .purchaser,section.place-payments .place-payments-table td .customer .offerer .claimed-by-customer,section.place-payments .place-payments-table td .customer .purchaser,section.place-payments .vouchers-table td .customer .offerer .claimed-by-customer,section.place-payments .vouchers-table td .customer .purchaser,section.vouchers .invoices-table td .customer .offerer .claimed-by-customer,section.vouchers .invoices-table td .customer .purchaser,section.vouchers .place-payments-table td .customer .offerer .claimed-by-customer,section.vouchers .place-payments-table td .customer .purchaser,section.vouchers .vouchers-table td .customer .offerer .claimed-by-customer,section.vouchers .vouchers-table td .customer .purchaser{font-weight:700}section.invoices .invoices-table td .customer .offerer,section.invoices .invoices-table td .customer .purchaser,section.invoices .place-payments-table td .customer .offerer,section.invoices .place-payments-table td .customer .purchaser,section.invoices .vouchers-table td .customer .offerer,section.invoices .vouchers-table td .customer .purchaser,section.place-payments .invoices-table td .customer .offerer,section.place-payments .invoices-table td .customer .purchaser,section.place-payments .place-payments-table td .customer .offerer,section.place-payments .place-payments-table td .customer .purchaser,section.place-payments .vouchers-table td .customer .offerer,section.place-payments .vouchers-table td .customer .purchaser,section.vouchers .invoices-table td .customer .offerer,section.vouchers .invoices-table td .customer .purchaser,section.vouchers .place-payments-table td .customer .offerer,section.vouchers .place-payments-table td .customer .purchaser,section.vouchers .vouchers-table td .customer .offerer,section.vouchers .vouchers-table td .customer .purchaser{align-items:center;display:flex;gap:5px}section.invoices .invoices-table td .customer .user-picture,section.invoices .place-payments-table td .customer .user-picture,section.invoices .vouchers-table td .customer .user-picture,section.place-payments .invoices-table td .customer .user-picture,section.place-payments .place-payments-table td .customer .user-picture,section.place-payments .vouchers-table td .customer .user-picture,section.vouchers .invoices-table td .customer .user-picture,section.vouchers .place-payments-table td .customer .user-picture,section.vouchers .vouchers-table td .customer .user-picture{border-radius:50%;display:block;height:20px;width:20px}section.invoices .invoices-table td .customer .button-account,section.invoices .place-payments-table td .customer .button-account,section.invoices .vouchers-table td .customer .button-account,section.place-payments .invoices-table td .customer .button-account,section.place-payments .place-payments-table td .customer .button-account,section.place-payments .vouchers-table td .customer .button-account,section.vouchers .invoices-table td .customer .button-account,section.vouchers .place-payments-table td .customer .button-account,section.vouchers .vouchers-table td .customer .button-account{background-color:#e81c1c;border-radius:100%;color:#fff;display:inline-block;font-size:10px;font-weight:500;height:20px;line-height:20px;margin:0;padding:0;position:relative;text-align:center;transition:background-color .3s;width:20px;z-index:10}section.invoices .invoices-table td .customer .button-account:hover,section.invoices .place-payments-table td .customer .button-account:hover,section.invoices .vouchers-table td .customer .button-account:hover,section.place-payments .invoices-table td .customer .button-account:hover,section.place-payments .place-payments-table td .customer .button-account:hover,section.place-payments .vouchers-table td .customer .button-account:hover,section.vouchers .invoices-table td .customer .button-account:hover,section.vouchers .place-payments-table td .customer .button-account:hover,section.vouchers .vouchers-table td .customer .button-account:hover{background-color:#2b3e94}section.invoices .invoices-table td .voucher-details,section.invoices .place-payments-table td .voucher-details,section.invoices .vouchers-table td .voucher-details,section.place-payments .invoices-table td .voucher-details,section.place-payments .place-payments-table td .voucher-details,section.place-payments .vouchers-table td .voucher-details,section.vouchers .invoices-table td .voucher-details,section.vouchers .place-payments-table td .voucher-details,section.vouchers .vouchers-table td .voucher-details{align-items:center;display:flex;gap:10px;justify-content:flex-start}section.invoices .invoices-table td .voucher-details .main-picture,section.invoices .place-payments-table td .voucher-details .main-picture,section.invoices .vouchers-table td .voucher-details .main-picture,section.place-payments .invoices-table td .voucher-details .main-picture,section.place-payments .place-payments-table td .voucher-details .main-picture,section.place-payments .vouchers-table td .voucher-details .main-picture,section.vouchers .invoices-table td .voucher-details .main-picture,section.vouchers .place-payments-table td .voucher-details .main-picture,section.vouchers .vouchers-table td .voucher-details .main-picture{display:none}@media (min-width:950px){section.invoices .invoices-table td .voucher-details .main-picture,section.invoices .place-payments-table td .voucher-details .main-picture,section.invoices .vouchers-table td .voucher-details .main-picture,section.place-payments .invoices-table td .voucher-details .main-picture,section.place-payments .place-payments-table td .voucher-details .main-picture,section.place-payments .vouchers-table td .voucher-details .main-picture,section.vouchers .invoices-table td .voucher-details .main-picture,section.vouchers .place-payments-table td .voucher-details .main-picture,section.vouchers .vouchers-table td .voucher-details .main-picture{display:block}}section.invoices .invoices-table td .voucher-details .main-picture img,section.invoices .place-payments-table td .voucher-details .main-picture img,section.invoices .vouchers-table td .voucher-details .main-picture img,section.place-payments .invoices-table td .voucher-details .main-picture img,section.place-payments .place-payments-table td .voucher-details .main-picture img,section.place-payments .vouchers-table td .voucher-details .main-picture img,section.vouchers .invoices-table td .voucher-details .main-picture img,section.vouchers .place-payments-table td .voucher-details .main-picture img,section.vouchers .vouchers-table td .voucher-details .main-picture img{border-radius:3px;display:block}section.invoices .invoices-table td .voucher-details .voucher-infos,section.invoices .place-payments-table td .voucher-details .voucher-infos,section.invoices .vouchers-table td .voucher-details .voucher-infos,section.place-payments .invoices-table td .voucher-details .voucher-infos,section.place-payments .place-payments-table td .voucher-details .voucher-infos,section.place-payments .vouchers-table td .voucher-details .voucher-infos,section.vouchers .invoices-table td .voucher-details .voucher-infos,section.vouchers .place-payments-table td .voucher-details .voucher-infos,section.vouchers .vouchers-table td .voucher-details .voucher-infos{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:10px;justify-content:flex-start}@media (min-width:768px){section.invoices .invoices-table td .voucher-details .voucher-infos,section.invoices .place-payments-table td .voucher-details .voucher-infos,section.invoices .vouchers-table td .voucher-details .voucher-infos,section.place-payments .invoices-table td .voucher-details .voucher-infos,section.place-payments .place-payments-table td .voucher-details .voucher-infos,section.place-payments .vouchers-table td .voucher-details .voucher-infos,section.vouchers .invoices-table td .voucher-details .voucher-infos,section.vouchers .place-payments-table td .voucher-details .voucher-infos,section.vouchers .vouchers-table td .voucher-details .voucher-infos{align-items:center;flex-direction:row;gap:40px}}section.invoices .invoices-table td .voucher-details .voucher-infos .left,section.invoices .place-payments-table td .voucher-details .voucher-infos .left,section.invoices .vouchers-table td .voucher-details .voucher-infos .left,section.place-payments .invoices-table td .voucher-details .voucher-infos .left,section.place-payments .place-payments-table td .voucher-details .voucher-infos .left,section.place-payments .vouchers-table td .voucher-details .voucher-infos .left,section.vouchers .invoices-table td .voucher-details .voucher-infos .left,section.vouchers .place-payments-table td .voucher-details .voucher-infos .left,section.vouchers .vouchers-table td .voucher-details .voucher-infos .left{width:300px}@media (min-width:1200px){section.invoices .invoices-table td .voucher-details .voucher-infos .left,section.invoices .place-payments-table td .voucher-details .voucher-infos .left,section.invoices .vouchers-table td .voucher-details .voucher-infos .left,section.place-payments .invoices-table td .voucher-details .voucher-infos .left,section.place-payments .place-payments-table td .voucher-details .voucher-infos .left,section.place-payments .vouchers-table td .voucher-details .voucher-infos .left,section.vouchers .invoices-table td .voucher-details .voucher-infos .left,section.vouchers .place-payments-table td .voucher-details .voucher-infos .left,section.vouchers .vouchers-table td .voucher-details .voucher-infos .left{width:400px}}@media (min-width:1440px){section.invoices .invoices-table td .voucher-details .voucher-infos .left,section.invoices .place-payments-table td .voucher-details .voucher-infos .left,section.invoices .vouchers-table td .voucher-details .voucher-infos .left,section.place-payments .invoices-table td .voucher-details .voucher-infos .left,section.place-payments .place-payments-table td .voucher-details .voucher-infos .left,section.place-payments .vouchers-table td .voucher-details .voucher-infos .left,section.vouchers .invoices-table td .voucher-details .voucher-infos .left,section.vouchers .place-payments-table td .voucher-details .voucher-infos .left,section.vouchers .vouchers-table td .voucher-details .voucher-infos .left{width:500px}}section.invoices .invoices-table td .voucher-details .voucher-infos .left .name,section.invoices .place-payments-table td .voucher-details .voucher-infos .left .name,section.invoices .vouchers-table td .voucher-details .voucher-infos .left .name,section.place-payments .invoices-table td .voucher-details .voucher-infos .left .name,section.place-payments .place-payments-table td .voucher-details .voucher-infos .left .name,section.place-payments .vouchers-table td .voucher-details .voucher-infos .left .name,section.vouchers .invoices-table td .voucher-details .voucher-infos .left .name,section.vouchers .place-payments-table td .voucher-details .voucher-infos .left .name,section.vouchers .vouchers-table td .voucher-details .voucher-infos .left .name{font-weight:700}section.invoices .invoices-table td .voucher-details .voucher-infos .left .name .voucher-link:after,section.invoices .place-payments-table td .voucher-details .voucher-infos .left .name .voucher-link:after,section.invoices .vouchers-table td .voucher-details .voucher-infos .left .name .voucher-link:after,section.place-payments .invoices-table td .voucher-details .voucher-infos .left .name .voucher-link:after,section.place-payments .place-payments-table td .voucher-details .voucher-infos .left .name .voucher-link:after,section.place-payments .vouchers-table td .voucher-details .voucher-infos .left .name .voucher-link:after,section.vouchers .invoices-table td .voucher-details .voucher-infos .left .name .voucher-link:after,section.vouchers .place-payments-table td .voucher-details .voucher-infos .left .name .voucher-link:after,section.vouchers .vouchers-table td .voucher-details .voucher-infos .left .name .voucher-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}section.invoices .invoices-table td .voucher-details .voucher-infos .left .ref,section.invoices .place-payments-table td .voucher-details .voucher-infos .left .ref,section.invoices .vouchers-table td .voucher-details .voucher-infos .left .ref,section.place-payments .invoices-table td .voucher-details .voucher-infos .left .ref,section.place-payments .place-payments-table td .voucher-details .voucher-infos .left .ref,section.place-payments .vouchers-table td .voucher-details .voucher-infos .left .ref,section.vouchers .invoices-table td .voucher-details .voucher-infos .left .ref,section.vouchers .place-payments-table td .voucher-details .voucher-infos .left .ref,section.vouchers .vouchers-table td .voucher-details .voucher-infos .left .ref{font-size:11px}section.invoices .invoices-table td .voucher-details .voucher-infos .left .tags-print-status,section.invoices .place-payments-table td .voucher-details .voucher-infos .left .tags-print-status,section.invoices .vouchers-table td .voucher-details .voucher-infos .left .tags-print-status,section.place-payments .invoices-table td .voucher-details .voucher-infos .left .tags-print-status,section.place-payments .place-payments-table td .voucher-details .voucher-infos .left .tags-print-status,section.place-payments .vouchers-table td .voucher-details .voucher-infos .left .tags-print-status,section.vouchers .invoices-table td .voucher-details .voucher-infos .left .tags-print-status,section.vouchers .place-payments-table td .voucher-details .voucher-infos .left .tags-print-status,section.vouchers .vouchers-table td .voucher-details .voucher-infos .left .tags-print-status{align-items:flex-start;display:flex;flex-direction:column;gap:10px}@media (min-width:1440px){section.invoices .invoices-table td .voucher-details .voucher-infos .left .tags-print-status,section.invoices .place-payments-table td .voucher-details .voucher-infos .left .tags-print-status,section.invoices .vouchers-table td .voucher-details .voucher-infos .left .tags-print-status,section.place-payments .invoices-table td .voucher-details .voucher-infos .left .tags-print-status,section.place-payments .place-payments-table td .voucher-details .voucher-infos .left .tags-print-status,section.place-payments .vouchers-table td .voucher-details .voucher-infos .left .tags-print-status,section.vouchers .invoices-table td .voucher-details .voucher-infos .left .tags-print-status,section.vouchers .place-payments-table td .voucher-details .voucher-infos .left .tags-print-status,section.vouchers .vouchers-table td .voucher-details .voucher-infos .left .tags-print-status{align-items:center;flex-direction:row}}section.invoices .invoices-table td .voucher-details .voucher-infos .left .tags-print-status .print-status,section.invoices .place-payments-table td .voucher-details .voucher-infos .left .tags-print-status .print-status,section.invoices .vouchers-table td .voucher-details .voucher-infos .left .tags-print-status .print-status,section.place-payments .invoices-table td .voucher-details .voucher-infos .left .tags-print-status .print-status,section.place-payments .place-payments-table td .voucher-details .voucher-infos .left .tags-print-status .print-status,section.place-payments .vouchers-table td .voucher-details .voucher-infos .left .tags-print-status .print-status,section.vouchers .invoices-table td .voucher-details .voucher-infos .left .tags-print-status .print-status,section.vouchers .place-payments-table td .voucher-details .voucher-infos .left .tags-print-status .print-status,section.vouchers .vouchers-table td .voucher-details .voucher-infos .left .tags-print-status .print-status{align-items:baseline;display:flex;gap:5px}section.invoices .invoices-table td .voucher-details .voucher-infos .right .advancement,section.invoices .place-payments-table td .voucher-details .voucher-infos .right .advancement,section.invoices .vouchers-table td .voucher-details .voucher-infos .right .advancement,section.place-payments .invoices-table td .voucher-details .voucher-infos .right .advancement,section.place-payments .place-payments-table td .voucher-details .voucher-infos .right .advancement,section.place-payments .vouchers-table td .voucher-details .voucher-infos .right .advancement,section.vouchers .invoices-table td .voucher-details .voucher-infos .right .advancement,section.vouchers .place-payments-table td .voucher-details .voucher-infos .right .advancement,section.vouchers .vouchers-table td .voucher-details .voucher-infos .right .advancement{align-items:center;display:flex;gap:10px}.page-place-payments section.search{justify-content:flex-end}.page-place-payments section.place-payments .place-payments-table tr th:not(:first-child){padding-left:10px}.page-place-payments section.place-payments .place-payments-table tr .label{min-width:500px}.page-place-payments section.place-payments .place-payments-table tbody tr{cursor:default}.page-place-payments section.place-payments .place-payments-table tr:hover{color:unset}.page-place-payments section.place-payments .place-payments-table tr .name{font-weight:700}.page-place-payments section.place-payments .place-payments-table tr .price{font-size:16px}section.invoices .invoices-table tbody tr{cursor:default}section.invoices .invoices-table tr th:not(:first-child){padding-left:10px}section.invoices .invoices-table tr:hover{color:unset}section.invoices .invoices-table tr th{min-width:150px}section.invoices .invoices-table .invoice-number{font-weight:700}section.booking.show .side-panel-voucher-usage .items,section.voucher .side-panel-voucher-usage .items{margin-bottom:30px}section.booking.show .side-panel-voucher-usage .items .item-usage,section.voucher .side-panel-voucher-usage .items .item-usage{margin:0;padding-left:20px}section.booking.show .side-panel-voucher-usage .expired-voucher,section.voucher .side-panel-voucher-usage .expired-voucher{margin-bottom:30px}section.booking.show .side-panel-voucher-usage .form-usage-content .form-group,section.voucher .side-panel-voucher-usage .form-usage-content .form-group{margin:0;width:100%}section.booking.show .side-panel-voucher-usage .form-usage-content .loyalty-discount,section.voucher .side-panel-voucher-usage .form-usage-content .loyalty-discount{background-color:rgba(55,79,187,.2);border-radius:3px;margin-top:10px;padding:10px;text-align:center}section.booking.show .side-panel-voucher-usage .form-usage-content .mpc-usage-content,section.voucher .side-panel-voucher-usage .form-usage-content .mpc-usage-content{margin-bottom:30px}section.booking.show .side-panel-voucher-usage .form-usage-content .mpc-usage-content .amount-check,section.voucher .side-panel-voucher-usage .form-usage-content .mpc-usage-content .amount-check{align-items:center;display:flex}section.booking.show .side-panel-voucher-usage .form-usage-content .mpc-usage-content .amount-check .form-group,section.voucher .side-panel-voucher-usage .form-usage-content .mpc-usage-content .amount-check .form-group{align-items:baseline;display:flex;flex-direction:column;width:70%}section.booking.show .side-panel-voucher-usage .form-usage-content .mpc-usage-content .amount-check .mpc-message,section.voucher .side-panel-voucher-usage .form-usage-content .mpc-usage-content .amount-check .mpc-message{font-size:12px}section.booking.show .side-panel-voucher-usage .form-usage-content .mpc-usage-content .mpc-usage-term,section.voucher .side-panel-voucher-usage .form-usage-content .mpc-usage-content .mpc-usage-term{margin-bottom:30px;margin-top:10px}section.booking.show .side-panel-voucher-usage .form-usage-content .new-customer,section.voucher .side-panel-voucher-usage .form-usage-content .new-customer{display:none}section.booking.show .side-panel-voucher-usage .form-usage-content .new-customer .row,section.voucher .side-panel-voucher-usage .form-usage-content .new-customer .row{display:flex;gap:10px}section.booking.show .side-panel-voucher-usage .form-usage-content .new-customer .more-fields,section.booking.show .side-panel-voucher-usage .form-usage-content .new-customer .row+.row,section.booking.show .side-panel-voucher-usage .form-usage-content .new-customer .show-more-fields,section.voucher .side-panel-voucher-usage .form-usage-content .new-customer .more-fields,section.voucher .side-panel-voucher-usage .form-usage-content .new-customer .row+.row,section.voucher .side-panel-voucher-usage .form-usage-content .new-customer .show-more-fields{margin-top:10px}section.booking.show .side-panel-voucher-usage .form-usage-content .new-customer .more-fields,section.voucher .side-panel-voucher-usage .form-usage-content .new-customer .more-fields{display:none}section.booking.show .side-panel-voucher-usage .button .close,section.voucher .side-panel-dialog .button.close,section.voucher .side-panel-voucher-usage .button .close{display:block;width:100%}section.voucher .contested-voucher-banner{background-color:rgba(232,28,28,.2);border-radius:3px;padding:10px;text-align:center}section.voucher .voucher-header{display:flex;flex-direction:column;gap:20px;justify-content:flex-start;margin-bottom:20px}@media (min-width:950px){section.voucher .voucher-header{flex-direction:row}}section.voucher .voucher-header .main-picture img{border-radius:3px;display:block}section.voucher .voucher-header .voucher-details{display:flex;flex:1;flex-direction:column;gap:10px;justify-content:space-between}@media (min-width:425px){section.voucher .voucher-header .voucher-details{flex-direction:row;gap:0}}section.voucher .voucher-header .voucher-details .left{display:flex;flex:1;flex-direction:column;justify-content:space-between}section.voucher .voucher-header .voucher-details .left .name{font-size:20px;font-weight:700}section.voucher .voucher-header .voucher-details .left .advancement{align-items:center;display:flex;gap:20px}section.voucher .voucher-header .voucher-details .right{align-items:flex-start;display:flex;flex-direction:column;gap:10px}@media (min-width:425px){section.voucher .voucher-header .voucher-details .right{align-items:flex-end}}section.voucher .voucher-header .voucher-details .right .usage-advancement{align-items:center;display:flex;gap:10px}section.voucher .voucher-header .voucher-details .right .price span{color:#374fbb;font-weight:700}section.voucher .voucher-content{display:flex;flex-direction:column;flex-wrap:wrap;margin-top:20px}section.voucher .voucher-content .block-header{margin-bottom:10px}@media (min-width:950px){section.voucher .voucher-content{flex-direction:row}}section.voucher .voucher-content .italic-text{font-style:italic}section.voucher .voucher-content .claimed-by-customer,section.voucher .voucher-content .customer{align-items:center;display:flex;gap:10px;justify-content:flex-start;position:relative;transition:color .3s}section.voucher .voucher-content .claimed-by-customer:hover,section.voucher .voucher-content .customer:hover{color:#374fbb}section.voucher .voucher-content .claimed-by-customer+.relationship,section.voucher .voucher-content .customer+.relationship{padding-top:10px}section.voucher .voucher-content .claimed-by-customer.separator:not(:last-child),section.voucher .voucher-content .customer.separator:not(:last-child){border-bottom:1px solid #ebebeb;padding-bottom:10px}section.voucher .voucher-content .claimed-by-customer .default-avatar .user-picture,section.voucher .voucher-content .customer .default-avatar .user-picture{border-radius:50%;display:block;height:40px;width:40px}section.voucher .voucher-content .claimed-by-customer .default-avatar .button-account,section.voucher .voucher-content .customer .default-avatar .button-account{background-color:#e81c1c;border-radius:50px;color:#fff;display:inline-block;font-size:12px;font-weight:500;line-height:40px;margin:0;min-height:40px;min-width:40px;padding:0;position:relative;text-align:center;transition:background-color .3s;z-index:10}section.voucher .voucher-content .claimed-by-customer .default-avatar .button-account:hover,section.voucher .voucher-content .customer .default-avatar .button-account:hover{background-color:#2b3e94}section.voucher .voucher-content .claimed-by-customer .details .customer-name,section.voucher .voucher-content .customer .details .customer-name{display:unset;font-weight:700}@media (min-width:1440px){section.voucher .voucher-content .claimed-by-customer .details .customer-name,section.voucher .voucher-content .customer .details .customer-name{align-items:center;display:flex;gap:5px}}section.voucher .voucher-content .claimed-by-customer .details .customer-name .customer-name-link:after,section.voucher .voucher-content .customer .details .customer-name .customer-name-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}section.voucher .voucher-content .left{padding-right:0;width:100%}@media (min-width:950px){section.voucher .voucher-content .left{padding-right:30px;width:50%}}section.voucher .voucher-content .left .offerer-block .claimed-by-customer,section.voucher .voucher-content .left .offerer-block .push-customer-add,section.voucher .voucher-content .left .purchaser-block .anonymous-participation,section.voucher .voucher-content .left .purchaser-block .customer{margin-top:10px}section.voucher .voucher-content .left .purchaser-block .contribution-count{display:flex;margin-top:5px}section.voucher .voucher-content .left .purchaser-block .contribution-count-badge{align-items:center;display:flex;gap:5px}section.voucher .voucher-content .left .purchaser-block .contribution-count-badge i{font-size:15px}section.voucher .voucher-content .left .purchaser-block .pot-aministrator-badge{display:inline-flex;gap:5px}section.voucher .voucher-content .left .purchaser-block .pot-aministrator-badge i{font-size:15px}section.voucher .voucher-content .right{width:100%}@media (min-width:950px){section.voucher .voucher-content .right{width:50%}}section.voucher .voucher-content .right .options-block .description,section.voucher .voucher-content .right .options-block .options,section.voucher .voucher-content .right .options-block .usage-infos{margin-bottom:20px}section.voucher .voucher-content .right .options-block .description .title,section.voucher .voucher-content .right .options-block .options .title,section.voucher .voucher-content .right .options-block .usage-infos .title{font-size:18px;font-weight:700;margin-bottom:10px}section.voucher .voucher-content .right .options-block .options{margin-bottom:0}section.voucher .voucher-content .right .print-status-block .address,section.voucher .voucher-content .right .print-status-block .shipped{margin-top:10px}section.voucher .voucher-content .right .print-status-block .shipped{align-items:center;display:flex;gap:5px}section.voucher .voucher-content .right .bookings-block .item{padding:10px 0;position:relative}section.voucher .voucher-content .right .bookings-block .item .name:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}section.voucher .voucher-content .right .bookings-block .item .additional-options{margin-top:10px}section.voucher .voucher-content .right .bookings-block .item .additional-options .sub-title{font-weight:700}section.voucher .voucher-content .right .bookings-block .item .voucher-information{align-items:center;display:flex;gap:20px;justify-content:space-between}section.voucher .voucher-content .right .bookings-block .item .voucher-information:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}section.voucher .voucher-content .right .bookings-block .item .status{display:inline-block;justify-self:end}section.voucher .voucher-content .right .bookings-block .item+.item{border-top:1px solid #d8d8d8}section.voucher .voucher-content .right .bookings-block .badge{display:inline-block;line-height:1.5;white-space:nowrap}section.voucher .voucher-content .right .bookings-block .badge-created{background-color:red}section.voucher .voucher-content .right .bookings-block .badge-validated{background-color:#91bd10}section.voucher .voucher-content .right .bookings-block .badge-refused{background-color:#676767}section.voucher .voucher-content .right .bookings-block .badge-awaiting-customer{background-color:#374fbb}section.voucher .voucher-content .right .payment-requests-block .intro{margin-bottom:10px}section.voucher .voucher-content .right .documents-block .block-content{align-items:baseline;display:flex;flex-direction:column;gap:10px}section.voucher .voucher-content .right .documents-block .block-content i{color:#374fbb}section.voucher .voucher-content .right .documents-block .block-content .invoice,section.voucher .voucher-content .right .documents-block .block-content .output-email,section.voucher .voucher-content .right .documents-block .block-content .output-print,section.voucher .voucher-content .right .documents-block .block-content .receipt{position:relative}section.voucher .voucher-content .right .documents-block .block-content .receipt-invoice-download-links,section.voucher .voucher-content .right .documents-block .block-content .voucher-download-links{display:flex;gap:20px}section.voucher .voucher-content .right .documents-block .block-content .receipt-invoice-download-links>div,section.voucher .voucher-content .right .documents-block .block-content .voucher-download-links>div{align-items:center;display:flex}section.voucher .voucher-content .right .documents-block .block-content .receipt-invoice-download-links i{font-size:18px}section.voucher .voucher-content .right .documents-block .block-content a{color:#374fbb;text-decoration:underline}section.voucher .voucher-content .right .documents-block .block-content a:not(:first-child){margin-left:5px}section.voucher .voucher-content .right .documents-block .block-content a:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:10}section.voucher .voucher-content .right .actions-block .block-content{display:flex;gap:20px}section.voucher .voucher-content .right .actions-block .block-content .cancel-voucher,section.voucher .voucher-content .right .actions-block .block-content .modify-validity,section.voucher .voucher-content .right .actions-block .block-content .voucher-resend{align-items:center;color:#374fbb;display:flex;gap:5px;position:relative}section.voucher .voucher-content .right .actions-block .block-content .cancel-voucher .icon-calendar,section.voucher .voucher-content .right .actions-block .block-content .modify-validity .icon-calendar,section.voucher .voucher-content .right .actions-block .block-content .voucher-resend .icon-calendar{font-size:18px}section.voucher .voucher-content .right .actions-block .block-content .cancel-voucher a,section.voucher .voucher-content .right .actions-block .block-content .modify-validity a,section.voucher .voucher-content .right .actions-block .block-content .voucher-resend a{color:#374fbb;text-decoration:underline}section.voucher .voucher-content .right .actions-block .block-content .cancel-voucher a:after,section.voucher .voucher-content .right .actions-block .block-content .modify-validity a:after,section.voucher .voucher-content .right .actions-block .block-content .voucher-resend a:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:10}section.voucher .voucher-content .right .related-offer-block .block-content{align-items:center;display:flex;gap:10px;position:relative}section.voucher .voucher-content .right .related-offer-block .block-content .main-picture img{border-radius:3px;display:block}section.voucher .voucher-content .right .related-offer-block .block-content .name{font-weight:700}section.voucher .voucher-content .right .related-offer-block .block-content .name.archived{cursor:not-allowed}section.voucher .voucher-content .right .related-offer-block .block-content .name:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:10}section.voucher .voucher-content .right .related-offer-block .block-content .price{color:#374fbb}.place-payments .badge,section.booking.show .badge,section.customer .badge,section.customers .badge,section.invoices .badge,section.offer-type .badge,section.resource-list .badge,section.voucher .badge,section.vouchers .badge{font-size:12px;font-weight:500;padding:0 6px}.place-payments .badge.outline,section.booking.show .badge.outline,section.customer .badge.outline,section.customers .badge.outline,section.invoices .badge.outline,section.offer-type .badge.outline,section.resource-list .badge.outline,section.voucher .badge.outline,section.vouchers .badge.outline{background-color:#fff;display:inline-block}.place-payments .particular-badge,section.booking.show .particular-badge,section.customer .particular-badge,section.customers .particular-badge,section.invoices .particular-badge,section.offer-type .particular-badge,section.resource-list .particular-badge,section.voucher .particular-badge,section.vouchers .particular-badge{background-color:#1aae9f}.place-payments .ce-badge,section.booking.show .ce-badge,section.customer .ce-badge,section.customers .ce-badge,section.invoices .ce-badge,section.offer-type .ce-badge,section.resource-list .ce-badge,section.voucher .ce-badge,section.vouchers .ce-badge{background-color:#6558f5;text-transform:uppercase}.place-payments .association-badge,section.booking.show .association-badge,section.customer .association-badge,section.customers .association-badge,section.invoices .association-badge,section.offer-type .association-badge,section.resource-list .association-badge,section.voucher .association-badge,section.vouchers .association-badge{background-color:orange}.place-payments .pro-badge,section.booking.show .pro-badge,section.customer .pro-badge,section.customers .pro-badge,section.invoices .pro-badge,section.offer-type .pro-badge,section.resource-list .pro-badge,section.voucher .pro-badge,section.vouchers .pro-badge{background-color:#2c88d9}.place-payments .customer-account-badge,.place-payments .used-voucher-badge,section.booking.show .customer-account-badge,section.booking.show .used-voucher-badge,section.customer .customer-account-badge,section.customer .used-voucher-badge,section.customers .customer-account-badge,section.customers .used-voucher-badge,section.invoices .customer-account-badge,section.invoices .used-voucher-badge,section.offer-type .customer-account-badge,section.offer-type .used-voucher-badge,section.resource-list .customer-account-badge,section.resource-list .used-voucher-badge,section.voucher .customer-account-badge,section.voucher .used-voucher-badge,section.vouchers .customer-account-badge,section.vouchers .used-voucher-badge{border:1px solid #374fbb;color:#374fbb;font-size:11px}.place-payments .used-voucher-badge,section.booking.show .used-voucher-badge,section.customer .used-voucher-badge,section.customers .used-voucher-badge,section.invoices .used-voucher-badge,section.offer-type .used-voucher-badge,section.resource-list .used-voucher-badge,section.voucher .used-voucher-badge,section.vouchers .used-voucher-badge{font-size:12px}.place-payments .expired-voucher-badge,section.booking.show .expired-voucher-badge,section.customer .expired-voucher-badge,section.customers .expired-voucher-badge,section.invoices .expired-voucher-badge,section.offer-type .expired-voucher-badge,section.resource-list .expired-voucher-badge,section.voucher .expired-voucher-badge,section.vouchers .expired-voucher-badge{border:1px solid #666;color:#666}.place-payments .answered-badge,section.booking.show .answered-badge,section.customer .answered-badge,section.customers .answered-badge,section.invoices .answered-badge,section.offer-type .answered-badge,section.resource-list .answered-badge,section.voucher .answered-badge,section.vouchers .answered-badge{border:1px solid #1aae9f;color:#1aae9f}.place-payments .contribution-count-badge,.place-payments .pot-aministrator-badge,.place-payments .print-status-badge,.place-payments .resource-type,.place-payments .voucher-usage-badge,section.booking.show .contribution-count-badge,section.booking.show .pot-aministrator-badge,section.booking.show .print-status-badge,section.booking.show .resource-type,section.booking.show .voucher-usage-badge,section.customer .contribution-count-badge,section.customer .pot-aministrator-badge,section.customer .print-status-badge,section.customer .resource-type,section.customer .voucher-usage-badge,section.customers .contribution-count-badge,section.customers .pot-aministrator-badge,section.customers .print-status-badge,section.customers .resource-type,section.customers .voucher-usage-badge,section.invoices .contribution-count-badge,section.invoices .pot-aministrator-badge,section.invoices .print-status-badge,section.invoices .resource-type,section.invoices .voucher-usage-badge,section.offer-type .contribution-count-badge,section.offer-type .pot-aministrator-badge,section.offer-type .print-status-badge,section.offer-type .resource-type,section.offer-type .voucher-usage-badge,section.resource-list .contribution-count-badge,section.resource-list .pot-aministrator-badge,section.resource-list .print-status-badge,section.resource-list .resource-type,section.resource-list .voucher-usage-badge,section.voucher .contribution-count-badge,section.voucher .pot-aministrator-badge,section.voucher .print-status-badge,section.voucher .resource-type,section.voucher .voucher-usage-badge,section.vouchers .contribution-count-badge,section.vouchers .pot-aministrator-badge,section.vouchers .print-status-badge,section.vouchers .resource-type,section.vouchers .voucher-usage-badge{background-color:#1aae9f;color:#fff}.place-payments .contribution-count-badge.outline,.place-payments .pot-aministrator-badge.outline,.place-payments .print-status-badge.outline,.place-payments .resource-type.outline,.place-payments .voucher-usage-badge.outline,section.booking.show .contribution-count-badge.outline,section.booking.show .pot-aministrator-badge.outline,section.booking.show .print-status-badge.outline,section.booking.show .resource-type.outline,section.booking.show .voucher-usage-badge.outline,section.customer .contribution-count-badge.outline,section.customer .pot-aministrator-badge.outline,section.customer .print-status-badge.outline,section.customer .resource-type.outline,section.customer .voucher-usage-badge.outline,section.customers .contribution-count-badge.outline,section.customers .pot-aministrator-badge.outline,section.customers .print-status-badge.outline,section.customers .resource-type.outline,section.customers .voucher-usage-badge.outline,section.invoices .contribution-count-badge.outline,section.invoices .pot-aministrator-badge.outline,section.invoices .print-status-badge.outline,section.invoices .resource-type.outline,section.invoices .voucher-usage-badge.outline,section.offer-type .contribution-count-badge.outline,section.offer-type .pot-aministrator-badge.outline,section.offer-type .print-status-badge.outline,section.offer-type .resource-type.outline,section.offer-type .voucher-usage-badge.outline,section.resource-list .contribution-count-badge.outline,section.resource-list .pot-aministrator-badge.outline,section.resource-list .print-status-badge.outline,section.resource-list .resource-type.outline,section.resource-list .voucher-usage-badge.outline,section.voucher .contribution-count-badge.outline,section.voucher .pot-aministrator-badge.outline,section.voucher .print-status-badge.outline,section.voucher .resource-type.outline,section.voucher .voucher-usage-badge.outline,section.vouchers .contribution-count-badge.outline,section.vouchers .pot-aministrator-badge.outline,section.vouchers .print-status-badge.outline,section.vouchers .resource-type.outline,section.vouchers .voucher-usage-badge.outline{border:1px solid #1aae9f;color:#1aae9f}.place-payments .contribution-count-badge.expired,.place-payments .contribution-count-badge.status-disabled,.place-payments .contribution-count-badge.used-expired,.place-payments .pot-aministrator-badge.expired,.place-payments .pot-aministrator-badge.status-disabled,.place-payments .pot-aministrator-badge.used-expired,.place-payments .print-status-badge.expired,.place-payments .print-status-badge.status-disabled,.place-payments .print-status-badge.used-expired,.place-payments .resource-type.expired,.place-payments .resource-type.status-disabled,.place-payments .resource-type.used-expired,.place-payments .voucher-usage-badge.expired,.place-payments .voucher-usage-badge.status-disabled,.place-payments .voucher-usage-badge.used-expired,section.booking.show .contribution-count-badge.expired,section.booking.show .contribution-count-badge.status-disabled,section.booking.show .contribution-count-badge.used-expired,section.booking.show .pot-aministrator-badge.expired,section.booking.show .pot-aministrator-badge.status-disabled,section.booking.show .pot-aministrator-badge.used-expired,section.booking.show .print-status-badge.expired,section.booking.show .print-status-badge.status-disabled,section.booking.show .print-status-badge.used-expired,section.booking.show .resource-type.expired,section.booking.show .resource-type.status-disabled,section.booking.show .resource-type.used-expired,section.booking.show .voucher-usage-badge.expired,section.booking.show .voucher-usage-badge.status-disabled,section.booking.show .voucher-usage-badge.used-expired,section.customer .contribution-count-badge.expired,section.customer .contribution-count-badge.status-disabled,section.customer .contribution-count-badge.used-expired,section.customer .pot-aministrator-badge.expired,section.customer .pot-aministrator-badge.status-disabled,section.customer .pot-aministrator-badge.used-expired,section.customer .print-status-badge.expired,section.customer .print-status-badge.status-disabled,section.customer .print-status-badge.used-expired,section.customer .resource-type.expired,section.customer .resource-type.status-disabled,section.customer .resource-type.used-expired,section.customer .voucher-usage-badge.expired,section.customer .voucher-usage-badge.status-disabled,section.customer .voucher-usage-badge.used-expired,section.customers .contribution-count-badge.expired,section.customers .contribution-count-badge.status-disabled,section.customers .contribution-count-badge.used-expired,section.customers .pot-aministrator-badge.expired,section.customers .pot-aministrator-badge.status-disabled,section.customers .pot-aministrator-badge.used-expired,section.customers .print-status-badge.expired,section.customers .print-status-badge.status-disabled,section.customers .print-status-badge.used-expired,section.customers .resource-type.expired,section.customers .resource-type.status-disabled,section.customers .resource-type.used-expired,section.customers .voucher-usage-badge.expired,section.customers .voucher-usage-badge.status-disabled,section.customers .voucher-usage-badge.used-expired,section.invoices .contribution-count-badge.expired,section.invoices .contribution-count-badge.status-disabled,section.invoices .contribution-count-badge.used-expired,section.invoices .pot-aministrator-badge.expired,section.invoices .pot-aministrator-badge.status-disabled,section.invoices .pot-aministrator-badge.used-expired,section.invoices .print-status-badge.expired,section.invoices .print-status-badge.status-disabled,section.invoices .print-status-badge.used-expired,section.invoices .resource-type.expired,section.invoices .resource-type.status-disabled,section.invoices .resource-type.used-expired,section.invoices .voucher-usage-badge.expired,section.invoices .voucher-usage-badge.status-disabled,section.invoices .voucher-usage-badge.used-expired,section.offer-type .contribution-count-badge.expired,section.offer-type .contribution-count-badge.status-disabled,section.offer-type .contribution-count-badge.used-expired,section.offer-type .pot-aministrator-badge.expired,section.offer-type .pot-aministrator-badge.status-disabled,section.offer-type .pot-aministrator-badge.used-expired,section.offer-type .print-status-badge.expired,section.offer-type .print-status-badge.status-disabled,section.offer-type .print-status-badge.used-expired,section.offer-type .resource-type.expired,section.offer-type .resource-type.status-disabled,section.offer-type .resource-type.used-expired,section.offer-type .voucher-usage-badge.expired,section.offer-type .voucher-usage-badge.status-disabled,section.offer-type .voucher-usage-badge.used-expired,section.resource-list .contribution-count-badge.expired,section.resource-list .contribution-count-badge.status-disabled,section.resource-list .contribution-count-badge.used-expired,section.resource-list .pot-aministrator-badge.expired,section.resource-list .pot-aministrator-badge.status-disabled,section.resource-list .pot-aministrator-badge.used-expired,section.resource-list .print-status-badge.expired,section.resource-list .print-status-badge.status-disabled,section.resource-list .print-status-badge.used-expired,section.resource-list .resource-type.expired,section.resource-list .resource-type.status-disabled,section.resource-list .resource-type.used-expired,section.resource-list .voucher-usage-badge.expired,section.resource-list .voucher-usage-badge.status-disabled,section.resource-list .voucher-usage-badge.used-expired,section.voucher .contribution-count-badge.expired,section.voucher .contribution-count-badge.status-disabled,section.voucher .contribution-count-badge.used-expired,section.voucher .pot-aministrator-badge.expired,section.voucher .pot-aministrator-badge.status-disabled,section.voucher .pot-aministrator-badge.used-expired,section.voucher .print-status-badge.expired,section.voucher .print-status-badge.status-disabled,section.voucher .print-status-badge.used-expired,section.voucher .resource-type.expired,section.voucher .resource-type.status-disabled,section.voucher .resource-type.used-expired,section.voucher .voucher-usage-badge.expired,section.voucher .voucher-usage-badge.status-disabled,section.voucher .voucher-usage-badge.used-expired,section.vouchers .contribution-count-badge.expired,section.vouchers .contribution-count-badge.status-disabled,section.vouchers .contribution-count-badge.used-expired,section.vouchers .pot-aministrator-badge.expired,section.vouchers .pot-aministrator-badge.status-disabled,section.vouchers .pot-aministrator-badge.used-expired,section.vouchers .print-status-badge.expired,section.vouchers .print-status-badge.status-disabled,section.vouchers .print-status-badge.used-expired,section.vouchers .resource-type.expired,section.vouchers .resource-type.status-disabled,section.vouchers .resource-type.used-expired,section.vouchers .voucher-usage-badge.expired,section.vouchers .voucher-usage-badge.status-disabled,section.vouchers .voucher-usage-badge.used-expired{background-color:#e81c1c;border:none;color:#fff}.place-payments .place-payment-badge.status-pending,section.booking.show .place-payment-badge.status-pending,section.customer .place-payment-badge.status-pending,section.customers .place-payment-badge.status-pending,section.invoices .place-payment-badge.status-pending,section.offer-type .place-payment-badge.status-pending,section.resource-list .place-payment-badge.status-pending,section.voucher .place-payment-badge.status-pending,section.vouchers .place-payment-badge.status-pending{background-color:#666;border:none;color:#fff}.place-payments .place-payment-badge.status-successful,section.booking.show .place-payment-badge.status-successful,section.customer .place-payment-badge.status-successful,section.customers .place-payment-badge.status-successful,section.invoices .place-payment-badge.status-successful,section.offer-type .place-payment-badge.status-successful,section.resource-list .place-payment-badge.status-successful,section.voucher .place-payment-badge.status-successful,section.vouchers .place-payment-badge.status-successful{background-color:#1aae9f;border:none;color:#fff}.place-payments .place-payment-badge.type.outline,.place-payments .pro-invoice-badge.type.outline,section.booking.show .place-payment-badge.type.outline,section.booking.show .pro-invoice-badge.type.outline,section.customer .place-payment-badge.type.outline,section.customer .pro-invoice-badge.type.outline,section.customers .place-payment-badge.type.outline,section.customers .pro-invoice-badge.type.outline,section.invoices .place-payment-badge.type.outline,section.invoices .pro-invoice-badge.type.outline,section.offer-type .place-payment-badge.type.outline,section.offer-type .pro-invoice-badge.type.outline,section.resource-list .place-payment-badge.type.outline,section.resource-list .pro-invoice-badge.type.outline,section.voucher .place-payment-badge.type.outline,section.voucher .pro-invoice-badge.type.outline,section.vouchers .place-payment-badge.type.outline,section.vouchers .pro-invoice-badge.type.outline{border:1px solid #374fbb;color:#374fbb}section.customers .side-panel-dialog .select2,section.voucher .side-panel-dialog .select2{width:100%!important}section.customers .side-panel-dialog .row,section.voucher .side-panel-dialog .row{display:flex;gap:10px}section.customers .side-panel-dialog .row+.row,section.voucher .side-panel-dialog .row+.row{margin-top:10px}section.customers .side-panel-dialog .row .form-group,section.voucher .side-panel-dialog .row .form-group{width:100%}section.customers .side-panel-dialog .button.close,section.voucher .side-panel-dialog .button.close{display:block;width:100%}section.customers .customer-search{align-items:center;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:10px}@media (min-width:768px){section.customers .customer-search{flex-direction:row}}section.customers .customer-search .skinned-check{display:flex;flex-direction:column}section.customers .customer-search form{display:flex;flex-direction:column;gap:20px}@media (min-width:950px){section.customers .customer-search form{flex-direction:row}}section.customers .customer-search form .row{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:center}@media (min-width:768px){section.customers .customer-search form .row{justify-content:flex-start}}section.customers .customer-search form .account-type{display:flex;flex-direction:row;flex-wrap:wrap;gap:20px;justify-content:center}@media (min-width:768px){section.customers .customer-search form .account-type{justify-content:flex-start}}@media (min-width:950px){section.customers .customer-search form .account-type{flex-wrap:unset}}section.customers .customer-search .number-results{font-weight:700}section.customers .customers-table{border-collapse:collapse;margin-bottom:20px;width:100%}@media (max-width:768px){section.customers .customers-table{display:block;overflow-x:auto}}section.customers .customers-table th{border-bottom:1px solid #d8d8d8;text-align:left}section.customers .customers-table thead th a.asc{position:relative}section.customers .customers-table thead th a.asc:before{color:#374fbb;content:"\f0de";font-family:FontAwesome;font-weight:400;position:absolute;right:-15px}section.customers .customers-table thead th a.desc{position:relative}section.customers .customers-table thead th a.desc:before{color:#374fbb;content:"\f0dd";font-family:FontAwesome;font-weight:400;position:absolute;right:-15px}section.customers .customers-table thead th a.sortable:after{content:" \f0dc";font-family:FontAwesome;font-weight:400}section.customers .customers-table tbody tr{cursor:pointer}section.customers .customers-table tbody tr:hover{color:#374fbb}section.customers .customers-table td{border-bottom:1px solid #d8d8d8;padding:10px}section.customers .customers-table td.count-purchased-vouchers,section.customers .customers-table td.count-registred-vouchers,section.customers .customers-table td.count-reviews{min-width:150px}@media (min-width:768px){section.customers .customers-table td.count-purchased-vouchers,section.customers .customers-table td.count-registred-vouchers,section.customers .customers-table td.count-reviews{min-width:auto}}section.customers .customers-table td .customer-infos{align-items:center;display:flex;gap:10px;justify-content:flex-start}section.customers .customers-table td .customer-infos .default-avatar .user-picture{border-radius:50%;display:block;height:40px;width:40px}section.customers .customers-table td .customer-infos .default-avatar .button-account{background-color:#e81c1c;border-radius:50px;color:#fff;display:inline-block;font-size:12px;font-weight:500;line-height:40px;margin:0;min-height:40px;min-width:40px;padding:0;position:relative;text-align:center;transition:background-color .3s;z-index:10}section.customers .customers-table td .customer-infos .default-avatar .button-account:hover{background-color:#2b3e94}section.customers .customers-table td .customer-infos .customer-details .customer-name{font-weight:700}section.customers #customers-export-side-panel form{display:flex;gap:20px}section.customer .side-panel-dialog .select2{width:100%!important}section.customer .side-panel-dialog .row{display:flex;gap:10px}section.customer .side-panel-dialog .row+.row{margin-top:10px}section.customer .side-panel-dialog .row .form-group{width:100%}section.customer .side-panel-dialog .button.close{display:block;width:100%}section.customer .customer-header{align-items:center;display:flex;flex-direction:column;gap:15px;margin-bottom:20px}@media (min-width:950px){section.customer .customer-header{flex-direction:row}}section.customer .customer-header .customer-informations{flex:1}section.customer .customer-header .customer-informations .badges{display:flex;gap:10px;justify-content:center}@media (min-width:950px){section.customer .customer-header .customer-informations .badges{justify-content:flex-start}}section.customer .customer-header .customer-informations .line{align-items:center;display:flex;flex-direction:column;justify-content:space-between}@media (min-width:950px){section.customer .customer-header .customer-informations .line{flex-direction:row}}section.customer .customer-header .customer-informations .line .left{align-items:center;display:flex;flex-direction:column;gap:0;margin-top:5px}@media (min-width:950px){section.customer .customer-header .customer-informations .line .left{align-items:baseline;flex-direction:row;gap:20px}}section.customer .customer-header .customer-informations .line .left .phone{margin-left:10px}section.customer .customer-header .customer-informations .line .left .edit-customer-link{align-items:center;border:none;display:flex;gap:5px}section.customer .customer-header .customer-informations .line .right{align-items:center;display:flex;flex-direction:column;gap:0}@media (min-width:950px){section.customer .customer-header .customer-informations .line .right{flex-direction:row;gap:50px}}section.customer .customer-header .customer-informations .line .right .address,section.customer .customer-header .customer-informations .line .right .birth-date{align-items:center;display:flex;gap:5px}section.customer .customer-header .customer-informations .line .customer-name{font-size:30px}section.customer .customer-header span.button-account{font-size:24px;font-weight:500;height:80px;line-height:80px;margin:0;padding:0;text-align:center;width:80px}section.customer .customer-header .user-picture{border-radius:50%;display:block;height:80px;width:80px}section.customer .loyalty-discount{background-color:rgba(55,79,187,.2);border-radius:3px;padding:10px;text-align:center}section.customer .customer-content{display:flex;flex-direction:column;flex-wrap:wrap;margin-top:20px}@media (min-width:950px){section.customer .customer-content{flex-direction:row}}section.customer .customer-content .left{padding-right:0;width:100%}@media (min-width:950px){section.customer .customer-content .left{padding-right:30px;width:50%}}section.customer .customer-content .left .relationships .relationship{align-items:center;display:flex;gap:10px;justify-content:flex-start;position:relative;transition:color .3s}section.customer .customer-content .left .relationships .relationship:hover{color:#374fbb}section.customer .customer-content .left .relationships .relationship+.relationship{padding-top:10px}section.customer .customer-content .left .relationships .relationship:not(:last-child){border-bottom:1px solid #ebebeb;padding-bottom:10px}section.customer .customer-content .left .relationships .relationship .default-avatar .user-picture{border-radius:50%;display:block;height:40px;width:40px}section.customer .customer-content .left .relationships .relationship .default-avatar .button-account{background-color:#e81c1c;border-radius:50px;color:#fff;display:inline-block;font-size:12px;font-weight:500;line-height:40px;margin:0;min-height:40px;min-width:40px;padding:0;position:relative;text-align:center;transition:background-color .3s;z-index:10}section.customer .customer-content .left .relationships .relationship .default-avatar .button-account:hover{background-color:#2b3e94}section.customer .customer-content .left .relationships .relationship .details .customer-name{font-weight:700}section.customer .customer-content .left .relationships .relationship .details .customer-name .customer-name-link:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}section.customer .customer-content .right{width:100%}@media (min-width:950px){section.customer .customer-content .right{width:50%}}section.customer .customer-content .right .purchased-vouchers .purchased-voucher+.purchased-voucher,section.customer .customer-content .right .registered-vouchers .purchased-voucher+.purchased-voucher{padding-top:10px}section.customer .customer-content .right .purchased-vouchers .purchased-voucher:not(:last-of-type),section.customer .customer-content .right .registered-vouchers .purchased-voucher:not(:last-of-type){border-bottom:1px solid #ebebeb;padding-bottom:10px}section.customer .customer-content .right .purchased-vouchers .purchased-voucher .first-line,section.customer .customer-content .right .registered-vouchers .purchased-voucher .first-line{align-items:flex-start;display:flex;flex-direction:column;font-weight:700;justify-content:space-between}@media (min-width:950px){section.customer .customer-content .right .purchased-vouchers .purchased-voucher .first-line,section.customer .customer-content .right .registered-vouchers .purchased-voucher .first-line{align-items:center;flex-direction:row}}section.customer .customer-content .right .purchased-vouchers .purchased-voucher .first-line .price,section.customer .customer-content .right .registered-vouchers .purchased-voucher .first-line .price{color:#374fbb}section.customer .customer-content .right .purchased-vouchers .purchased-voucher .second-line,section.customer .customer-content .right .registered-vouchers .purchased-voucher .second-line{align-items:center;display:flex;justify-content:space-between}section.customer .customer-content .right .bookings .item{display:grid;gap:20px;grid-auto-flow:row dense;grid-auto-rows:auto;grid-template-areas:"name status" "date date";grid-template-columns:-webkit-max-content auto;grid-template-columns:max-content auto;grid-template-rows:repeat(2,1fr);padding:10px 0;position:relative}section.customer .customer-content .right .bookings .item .name{grid-area:name}section.customer .customer-content .right .bookings .item .name:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}section.customer .customer-content .right .bookings .item .status{align-items:center;display:flex;grid-area:status;justify-self:end}section.customer .customer-content .right .bookings .item .booking-date{grid-area:date}section.customer .customer-content .right .bookings .item+.item{border-top:1px solid #d8d8d8}section.customer .customer-content .right .bookings .badge{display:inline-block;line-height:1.5;white-space:nowrap}section.customer .customer-content .right .bookings .badge-created{background-color:red}section.customer .customer-content .right .bookings .badge-validated{background-color:#91bd10}section.customer .customer-content .right .bookings .badge-refused{background-color:#676767}section.customer .customer-content .right .bookings .badge-awaiting-customer{background-color:#374fbb}section.customer .customer-content .right .reviews-submitted .review-submitted+.review-submitted{margin-top:20px}section.customer .customer-content .right .reviews-submitted .review-submitted .submitted-on{font-size:12px;margin-top:10px}section.customer .customer-content .right .reviews-submitted .review-submitted .review-content{display:flex;gap:20px}section.customer .customer-content .right .reviews-submitted .review-submitted .review-content .rating{align-items:center;display:flex;justify-content:space-between}section.customer .customer-content .right .reviews-submitted .review-submitted .review-content .review-picture{border-radius:3px;display:block}section.customer .customer-content .right .reviews-submitted .review-submitted .review-content #review-read-all{color:#374fbb;cursor:pointer;text-decoration:underline}section.customer .customer-content .right .reviews-submitted .review-submitted .review-content #full-answer{display:none}section.customer .customer-content .right .reviews-submitted .review-submitted .review-content #full-answer.visible{display:block}section.customer .customer-content .right .purchased-vouchers-load-more,section.customer .customer-content .right .registered-vouchers-load-more{margin-top:15px}@media (min-width:768px){section.account .transfert-and-balance{align-content:space-between;-webkit-column-gap:20px;-moz-column-gap:20px;column-gap:20px;display:flex}}section.account .transfert-and-balance .transfert-list{flex:1}section.account .transfert-and-balance .balance-detail{margin-bottom:15px}section.account .transfert-and-balance .form-group{margin-bottom:10px}section.account .transfert-list{margin-bottom:30px}section.account table.partner-transfer-list{width:100%}section.account table.partner-transfer-list th{padding:5px}section.account table.partner-transfer-list th.right{text-align:right}section.account table.partner-transfer-list td{padding:3px 5px}section.account table.partner-transfer-list th{background-color:#efefef}section.account table.partner-transfer-list td{line-height:24px}section.account table.partner-transfer-list td.actions{border-bottom:2px solid #efefef;padding-bottom:10px;text-align:right}section.account table.partner-transfer-list td.due-amount{color:#374fbb;font-weight:700}section.account table.partner-transfer-list td.comission,section.account table.partner-transfer-list td.due-amount,section.account table.partner-transfer-list td.price{text-align:right}section.account .balance-info{margin-bottom:30px;max-width:100%;text-align:center;width:250px}section.account .balance-info .important{color:#ff7a3c}section.account .balance-info .balance{font-size:40px;font-weight:700;margin-bottom:20px}@media (min-width:768px){section.account .balance-info{text-align:left}section.account .balance-info:first-of-type{padding-right:40px}section.account .balance-info+.balance-info{border-left:2px solid #d8d8d8;margin-top:0;padding-left:40px}}section.account .site-content,section.account .site-content-sm{position:relative;z-index:2}section.account .title{font-size:20px;font-weight:700;margin-bottom:20px}section.account .left{max-width:400px;order:2}@media (min-width:1100px){section.account .left{margin-right:20px;order:1}}section.account .stripe{margin-bottom:20px;padding:30px 20px;width:400px}section.account .stripe .title{font-size:20px;font-weight:700;margin-bottom:15px}section.account .users{margin-bottom:30px;padding:30px 20px}@media (min-width:500px){section.account .users{width:400px}}section.account .banking{margin-bottom:30px;padding:30px 20px}@media (min-width:500px){section.account .banking{width:400px}}section.account .banking .push{text-align:center}section.account .document{margin-bottom:30px;padding:30px 20px}@media (min-width:500px){section.account .document{width:400px}}@media (min-width:1100px){section.account .document{margin-bottom:0}}section.account .document .push{text-align:center}section.account h2{font-size:27px;margin-bottom:40px;text-align:center}section.account .input{background-color:#f5f6fc;border-radius:50px;margin-bottom:10px;padding:15px 25px 16px;position:relative}section.account .input a{display:block}section.account .input:after{font-family:FontAwesome;position:absolute;right:0;top:0}section.account .input.owner i{position:absolute;right:60px;top:18px}section.account .input.owner:after{background:linear-gradient(90deg,#3f3f3f,#0d4eda);border-radius:50px;color:#fff;content:"\f00c";font-size:16px;padding:17px 16px 17px 17px}section.account .input .link-delete{position:absolute;right:0;top:0}section.account .input .link-delete a{display:block;font-size:18px;padding:15px}section.account .input .btn-add:after{content:"\f067";font-family:FontAwesome;font-size:18px;padding:15px;position:absolute;right:0;top:0}section.account .partner-commission{text-align:center}section.account .partner-commission .row{margin-bottom:15px}section.account .partner-commission .input-group-icon{margin:auto}@media (min-width:768px){section.account .partner-commission{text-align:left}section.account .partner-commission .input-group-icon{margin:0}}section.account .partner-commission .title{text-align:left}section.account .partner-commission label{display:inline-block;margin-bottom:5px}section.account .partner-commission .input-group-icon,section.account .partner-commission input{max-width:200px}section.account .partner-commission input{margin:0}section.account .informations{max-width:650px;width:100%}section.account .informations .dropzone{box-shadow:0 0 30px rgba(66,45,154,.07);position:relative;width:180px}section.account .informations .dropzone .dz-placeholder{border:0;font-size:15px;height:180px;line-height:normal}section.account .informations .dropzone .dz-placeholder .placeholder-content{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}section.account .informations .dropzone .dz-placeholder .more{border:3px solid #374fbb;border-radius:50px;margin-bottom:10px;padding:13px 16px}section.account .informations .dropzone .dz-placeholder .more i{color:#374fbb;font-size:16px}section.account .informations .dropzone .dz-placeholder .bold{font-weight:700}section.account .informations .dropzone .dz-message{bottom:0;color:red;font-size:12px;font-weight:700;left:0;line-height:12px;position:absolute;text-align:center;width:100%}section.account .informations .dropzone .dz-message.visible{display:block}section.account .informations .dropzone img{width:100%}section.account .informations .sub-title{font-size:16px;font-weight:700;margin:20px 0}section.account .informations .row{display:flex;flex-direction:column;margin-bottom:15px;position:relative;text-align:center}@media (min-width:768px){section.account .informations .row{align-items:center;flex-direction:row;text-align:left}}section.account .informations .row.full .label{width:100%}section.account .informations .label{margin-bottom:10px}@media (min-width:768px){section.account .informations .label{margin-bottom:0;width:170px}}section.account .informations .value{flex:1;margin-bottom:10px;position:relative}@media (min-width:768px){section.account .informations .value{margin-bottom:0}}section.account .informations .value label.error{color:red;font-weight:700}section.account .informations .value.value-multiple{display:grid;gap:20px;grid-template-columns:1fr 1fr}section.account .informations .error{color:red}section.account .informations .value-wrapper{display:flex}section.account .informations .description{font-size:12px;line-height:normal}@media (min-width:768px){section.account .informations .description{margin-left:10px;width:200px}}section.account .informations input,section.account .informations textarea{width:100%}section.account .informations textarea{min-height:150px}section.account .informations .push{margin-top:25px}section.account .informations .address-list{display:flex;flex-wrap:wrap}section.account .informations .address-list .no-address{margin-bottom:15px}section.account .informations .address{margin-bottom:30px}section.account .informations .address .sub-title{font-size:15px}section.account .informations .item-address{border:1px solid #efefef;margin:10px 10px 30px;padding:10px 10px 30px;position:relative;width:250px}section.account .informations .item-address .edit-push{bottom:-15px;position:absolute}section.account .informations .item-address .button{font-size:13px;padding:2px 12px 3px;text-align:center;width:80px}@media (min-width:768px){section.account .informations .picture-gallery .row{align-items:start}}section.account .informations .picture-gallery .tooltip{flex:1}section.account .informations .form-picture-collection{display:flex;flex-wrap:wrap;justify-content:space-around}@media (min-width:768px){section.account .informations .form-picture-collection{justify-content:start}}section.account .informations .form-picture-collection .picture{max-width:180px;position:relative}section.account .informations #category .nice-select{display:inline-block;margin-bottom:10px;width:235px}section.account .informations #category .nice-select:not(:nth-of-type(2n)){margin-right:10px}section.account .custom-domain .title{align-items:center;display:flex;flex-direction:column;justify-content:space-between}@media (min-width:768px){section.account .custom-domain .title{flex-direction:row}}section.account .custom-domain .title .status{font-size:15px;font-weight:400}section.account .custom-domain .title .status .connected{color:#91bd10}section.account .custom-domain .title .status .not-connected{color:red}section.account .uppercase-titles-options{display:flex}section.account .uppercase-titles-options>div:not(:first-of-type){margin-left:15px}section.account .notification h2{font-size:23px;margin:0 0 15px;text-align:center}@media (min-width:950px){section.account .notification h2{text-align:left}}section.account .notification .summary{margin-bottom:20px}section.account .notification .summary input{width:100%}section.account .notification .inline{margin-bottom:10px}section.account .notification .inline .radio label:after{display:none}section.account .teams table{border-collapse:collapse;width:100%}section.account .teams td,section.account .teams th{padding:5px;position:relative}section.account .teams td:last-child,section.account .teams th:last-child{border-right:0}@media screen and (max-width:769px){section.account .teams table{display:flex}section.account .teams thead{min-width:90px;width:20%}section.account .teams tbody{flex:1}section.account .teams tr{display:flex;flex-direction:column}section.account .teams td,section.account .teams th{border-right:0;min-height:36px;text-align:left}section.account .teams th:nth-of-type(3){min-height:41px}section.account .teams tr:last-child td:last-child{border-bottom:0}section.account .teams tbody tr:not(:first-child) td:before{content:"Nom";font-weight:700;margin-left:calc(-25% - 5px);margin-top:-5px;min-width:90px;padding:5px;position:absolute;width:calc(25% - 5px)}section.account .teams tbody tr:last-child td:last-child:before{border-bottom:0}section.account .teams tbody tr:not(:first-child) td:nth-of-type(2):before{content:"Email"}section.account .teams tbody tr:not(:first-child) td:nth-of-type(3):before{content:"Role";height:30px}section.account .teams tbody tr:not(:first-child) td:nth-of-type(4):before{content:"Actions"}}section.account .teams .form-add-user .wrapper{align-items:center;display:flex}section.account .reservations .card{border:1px solid #d8d8d8;border-radius:5px;padding:20px}section.account .reservations .by-form-wrapper{margin-top:25px}section.account .reservations .booking-by-phone-and-external{display:grid;gap:25px;grid-template-columns:repeat(1,1fr)}@media (min-width:768px){section.account .reservations .booking-by-phone-and-external{grid-template-columns:repeat(2,1fr)}}section.account .reservations .booking-by-phone-and-external .label{font-weight:700}section.account .reservations .booking-by-phone-and-external .header-card{align-items:center;display:flex;justify-content:space-between}section.account .reservations .booking-by-phone-and-external .header-card .button{margin-top:0}section.account .reservations .booking-by-phone-and-external .content-card{margin-top:30px}section.account .reservations .slider-wrapper{align-items:center;cursor:pointer;display:flex;justify-content:start}section.account .reservations .slider-wrapper .label{flex:1;font-weight:700;margin-left:6px}section.account .reservations .slider-wrapper .slide{background-color:#f0f0f0}section.account .reservations .slider-wrapper .state{display:none;margin-left:12px}section.account .reservations .slider-wrapper .state.show{display:inline}section.account .reservations .slider-wrapper .state.activated{color:#91bd10}section.account .reservations .slider-wrapper .state.disabled{color:#888}section.account .reservations .choices-wrapper{display:none}section.account .reservations .choices-wrapper.show{display:block}section.account .reservations .sub-title{font-size:16px;font-weight:700;margin-bottom:10px;margin-top:20px}section.account .reservations .booking-configuration{margin-top:15px}section.account .reservations .form-group{margin-bottom:15px}section.account .reservations .online-booking-type{align-items:stretch;flex-direction:column;gap:10px}@media (min-width:950px){section.account .reservations .online-booking-type{align-items:center;flex-direction:row;gap:20px}}section.account .reservations .online-booking-type .nice-select{flex:1;max-width:320px}section.account .reservations .button{margin-top:25px}section.account .reservations #phone-sources{display:none;padding-left:30px}section.account .reservations #phone-sources.show{display:block}section.account .reservations #phone-sources .phone-sources-wrapper{margin:15px 0}section.account .reservations #phone-sources .phone-sources-wrapper>div{display:flex;gap:20px}section.account .reservations #phone-sources .main-phone-source{display:none}section.account .reservations #phone-sources .main-phone-source.show{display:block}section.account .reservations #phone-sources .main-phone-source .form-group{align-items:center;display:flex;gap:20px}section.account .reservations #phone-sources .main-phone-source .form-group input{max-width:200px}section.account .reservations #phone-sources .address-phone-source{display:none}section.account .reservations #phone-sources .address-phone-source.show{display:block}section.account .reservations #booking-instructions{display:none}section.account .reservations #booking-instructions.show{display:block}section.account .reservations #booking_configuration_bookingSystemUniqueId{max-width:150px}section.account .reservations #booking_configuration_bookingSystemUrl{max-width:500px}section.account .printing-support ul.printing-price-per-country{margin-block:0 20px;padding-left:20px}section.account .printing-support ul.printing-price-per-country li.hidden{display:none}section.account .printing-support ul.printing-price-per-country li a{color:#374fbb;padding-left:8px}section.account .printing-support form label{font-weight:700;margin-right:10px}section.account .printing-support form .choices{align-items:flex-start;display:flex;flex-direction:column;flex-wrap:wrap;margin-bottom:25px}section.account .printing-support form .input-group{display:inline-block;max-width:100px;position:relative}section.account .printing-support form .input-group .input-group-addon{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}section.account .printing-support form .printing-support-type,section.account .printing-support form .printing-support-type .types-list{display:flex}.stepper-nav{flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:20px;padding:16px}.stepper-nav,.stepper-nav a{background-color:#f5f6fc;display:flex}.stepper-nav a{align-items:center;font-size:16px;font-weight:700;gap:24px;padding:12px;z-index:5}.stepper-nav a.active{color:#374fbb}.stepper-nav a.disabled{color:#676767;cursor:not-allowed;pointer-events:none}.stepper-nav .stepper-number{color:#293138;display:block;font-size:16px;position:relative}@media (min-width:768px){.stepper-nav .stepper-number{display:inline-block;margin-bottom:0}}.stepper-nav .stepper-number:before{background-color:#fff;border-radius:50%;content:"";left:50%;padding:20px;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:-1}.step{display:none}.step.show{display:block}section.offer-type .block{margin-bottom:30px}section.offer-type .offers-type{display:grid;gap:0 30px;grid-auto-rows:1fr;grid-template-columns:repeat(1,1fr)}@media (min-width:950px){section.offer-type .offers-type{grid-template-columns:repeat(3,1fr)}}section.offer-type .offer-type-card{align-items:center;display:flex;flex-direction:column;gap:5px;justify-content:space-between;text-align:center}section.offer-type .offer-type-card .button{margin-top:20px;text-align:center;width:100%}section.offer-type .offer-type-card .offer-type-name{font-size:18px;font-weight:700}section.offer-type .offer-type-card .tags{display:flex;flex-direction:row;gap:5px}section.offer-type .offer-type-card .tags .booking{background-color:#1aae9f}section.offer-type .offer-type-card .tags .offer{background-color:#6558f5}section.offer-type .offer-type-card .tags .pot{background-color:orange}.page-options,section.voucher-configuration{padding:0 0 80px}.page-options .voucher-configuration-wrapper,section.voucher-configuration .voucher-configuration-wrapper{display:flex;flex-direction:column;gap:20px}@media (min-width:1024px){.page-options .voucher-configuration-wrapper,section.voucher-configuration .voucher-configuration-wrapper{flex-direction:row}.page-options .configuration-area,section.voucher-configuration .configuration-area{width:70%}}.page-options .preview-area,section.voucher-configuration .preview-area{align-items:center;display:flex;flex-direction:column;gap:12px}@media (min-width:1024px){.page-options .preview-area,section.voucher-configuration .preview-area{width:30%}}.page-options .preview-area .title,section.voucher-configuration .preview-area .title{font-weight:700}.page-options .preview-area .preview-container,section.voucher-configuration .preview-area .preview-container{cursor:pointer;position:relative}.page-options .preview-area .action-buttons,section.voucher-configuration .preview-area .action-buttons{width:100%}.page-options .preview-area img,section.voucher-configuration .preview-area img{display:block;min-height:200px;width:100%}.page-options .row,section.voucher-configuration .row{margin-bottom:20px;margin-top:20px;position:relative}.page-options .row.separator,section.voucher-configuration .row.separator{padding-top:20px}.page-options .row.separator:before,section.voucher-configuration .row.separator:before{background-color:#efefef;content:"";height:2px;left:0;position:absolute;right:0;top:0;width:100%}.page-options .purchase-booking .slide-button.slide-button-inline,section.voucher-configuration .purchase-booking .slide-button.slide-button-inline{align-items:center;display:inline-flex;gap:10px;justify-content:flex-start}@media (min-width:768px){.page-options .purchase-booking .slide-button.slide-button-inline+.slide-button-inline,section.voucher-configuration .purchase-booking .slide-button.slide-button-inline+.slide-button-inline{margin-left:10px}}.page-options .purchase-booking .slide-button.slide-button-inline .label,section.voucher-configuration .purchase-booking .slide-button.slide-button-inline .label{font-weight:700}.page-options .manage-time-slots .availabilities .availability+.availability,section.voucher-configuration .manage-time-slots .availabilities .availability+.availability{margin-top:10px}.page-options .manage-time-slots .workshop-person-count,section.voucher-configuration .manage-time-slots .workshop-person-count{margin-bottom:20px}.page-options .information-badge,section.voucher-configuration .information-badge{align-items:center;border-radius:24px;display:none;font-size:13px;font-weight:700;gap:8px;padding:4px 8px}.page-options .information-badge.error,section.voucher-configuration .information-badge.error{background-color:red;color:#fff}.page-options .information-badge.warning,section.voucher-configuration .information-badge.warning{background-color:#ff7a3c;color:#fff}.page-options .information-badge.ubiliz-booking-information,section.voucher-configuration .information-badge.ubiliz-booking-information{display:flex}.page-options .dynamic-block,section.voucher-configuration .dynamic-block{border:1px solid #d8d8d8;border-radius:3px;cursor:pointer;padding:16px;position:relative}.page-options .dynamic-block.expanded,section.voucher-configuration .dynamic-block.expanded{cursor:auto}.page-options .dynamic-block.expanded .block-header .actions .action-text,section.voucher-configuration .dynamic-block.expanded .block-header .actions .action-text{display:none}.page-options .dynamic-block.expanded .block-header .action-icon,section.voucher-configuration .dynamic-block.expanded .block-header .action-icon{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.page-options .dynamic-block.has-errors .block-header .information-badge.error,.page-options .dynamic-block.has-warning .block-header .information-badge.warning,section.voucher-configuration .dynamic-block.has-errors .block-header .information-badge.error,section.voucher-configuration .dynamic-block.has-warning .block-header .information-badge.warning{display:flex}.page-options .dynamic-block:hover .block-header .actions .action-text,section.voucher-configuration .dynamic-block:hover .block-header .actions .action-text{opacity:1}.page-options .dynamic-block .block-header,section.voucher-configuration .dynamic-block .block-header{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px;padding-right:100px;position:relative}.page-options .dynamic-block .block-header .title,section.voucher-configuration .dynamic-block .block-header .title{font-size:18px;font-weight:700}.page-options .dynamic-block .block-header .actions,section.voucher-configuration .dynamic-block .block-header .actions{align-items:center;display:flex;gap:8px;position:absolute;right:0;top:0}.page-options .dynamic-block .block-header .actions .action-text,section.voucher-configuration .dynamic-block .block-header .actions .action-text{align-items:center;color:#374fbb;display:flex;gap:4px;opacity:0;transition:opacity .3s}.page-options .dynamic-block .block-header .actions .action-text span,section.voucher-configuration .dynamic-block .block-header .actions .action-text span{text-decoration:underline}.page-options .dynamic-block .block-header .actions .action-icon,section.voucher-configuration .dynamic-block .block-header .actions .action-icon{color:#676767;cursor:pointer;font-size:12px;padding:4px;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.page-options .dynamic-block .block-summary,section.voucher-configuration .dynamic-block .block-summary{color:#666}.page-options .dynamic-block .block-summary span,section.voucher-configuration .dynamic-block .block-summary span{color:#000}.page-options .dynamic-block .block-content,section.voucher-configuration .dynamic-block .block-content{display:none}.page-options .dynamic-block.block-booking .booking-external-input .form-group,section.voucher-configuration .dynamic-block.block-booking .booking-external-input .form-group{align-items:center;display:flex;gap:10px}.page-options .dynamic-block.block-booking .booking-external-input .form-group.hide,section.voucher-configuration .dynamic-block.block-booking .booking-external-input .form-group.hide{display:none}.page-options .dynamic-block.block-booking .booking-mode-and-phone,section.voucher-configuration .dynamic-block.block-booking .booking-mode-and-phone{align-items:flex-start;display:flex;flex-direction:column;gap:0;margin-bottom:10px}@media (min-width:768px){.page-options .dynamic-block.block-booking .booking-mode-and-phone,section.voucher-configuration .dynamic-block.block-booking .booking-mode-and-phone{flex-direction:row;gap:100px;margin-bottom:0}}.page-options .dynamic-block.block-booking .booking-external-input,section.voucher-configuration .dynamic-block.block-booking .booking-external-input{display:flex;flex-direction:column;gap:20px}@media (min-width:768px){.page-options .dynamic-block.block-booking .booking-external-input,section.voucher-configuration .dynamic-block.block-booking .booking-external-input{flex-direction:row}}.page-options .dynamic-block.block-booking .force-booking-payment,.page-options .dynamic-block.block-booking .night-resources,.page-options .dynamic-block.block-booking .service-resources,section.voucher-configuration .dynamic-block.block-booking .force-booking-payment,section.voucher-configuration .dynamic-block.block-booking .night-resources,section.voucher-configuration .dynamic-block.block-booking .service-resources{margin-top:10px}.page-options .dynamic-block.block-booking .data-with-link,section.voucher-configuration .dynamic-block.block-booking .data-with-link{display:flex;gap:20px}.page-options .dynamic-block.block-booking .data-with-link .action-text,section.voucher-configuration .dynamic-block.block-booking .data-with-link .action-text{align-items:center;color:#374fbb;display:flex;gap:4px}.page-options .dynamic-block.block-booking .data-with-link .action-text span,section.voucher-configuration .dynamic-block.block-booking .data-with-link .action-text span{text-decoration:underline}.page-options .dynamic-block.block-booking .data-with-link .action-link,section.voucher-configuration .dynamic-block.block-booking .data-with-link .action-link{align-items:center;display:flex;gap:5px}.page-options .dynamic-block.block-booking .data-with-link .action-link .action-icon,section.voucher-configuration .dynamic-block.block-booking .data-with-link .action-link .action-icon{color:#676767;cursor:pointer;font-size:12px;padding:4px}.page-options .dynamic-block.block-booking .booking-url-input,section.voucher-configuration .dynamic-block.block-booking .booking-url-input{max-width:260px}.page-options .dynamic-block.block-booking .resources,section.voucher-configuration .dynamic-block.block-booking .resources{margin-top:10px}.page-options .dynamic-block.block-booking .usage-type,section.voucher-configuration .dynamic-block.block-booking .usage-type{align-items:center;display:flex;flex-direction:column;gap:30px}@media (min-width:768px){.page-options .dynamic-block.block-booking .usage-type,section.voucher-configuration .dynamic-block.block-booking .usage-type{flex-direction:row}}.page-options .dynamic-block.block-booking .count,section.voucher-configuration .dynamic-block.block-booking .count{align-items:center;display:flex;flex-direction:column;font-size:14px;gap:8px;margin-bottom:8px;padding-top:20px;position:relative}@media (min-width:768px){.page-options .dynamic-block.block-booking .count,section.voucher-configuration .dynamic-block.block-booking .count{flex-direction:row}}.page-options .dynamic-block.block-booking .count input,section.voucher-configuration .dynamic-block.block-booking .count input{text-align:center;width:80px}.page-options .dynamic-block.block-booking .count .number,section.voucher-configuration .dynamic-block.block-booking .count .number{position:relative}.page-options .dynamic-block.block-booking .count .number .less,.page-options .dynamic-block.block-booking .count .number .more,section.voucher-configuration .dynamic-block.block-booking .count .number .less,section.voucher-configuration .dynamic-block.block-booking .count .number .more{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.page-options .dynamic-block.block-booking .count .number .less,section.voucher-configuration .dynamic-block.block-booking .count .number .less{left:10px}.page-options .dynamic-block.block-booking .count .number .more,section.voucher-configuration .dynamic-block.block-booking .count .number .more{right:10px}.page-options .block-prices .edit-price-container,.page-options .block-usage-period .edit-price-container,section.voucher-configuration .block-prices .edit-price-container,section.voucher-configuration .block-usage-period .edit-price-container{display:flex}.page-options .block-prices .price-type,.page-options .block-usage-period .price-type,section.voucher-configuration .block-prices .price-type,section.voucher-configuration .block-usage-period .price-type{display:flex;gap:24px}.page-options .block-prices .price-type.hide,.page-options .block-usage-period .price-type.hide,section.voucher-configuration .block-prices .price-type.hide,section.voucher-configuration .block-usage-period .price-type.hide{display:none}.page-options .block-prices .declination-type,.page-options .block-usage-period .declination-type,section.voucher-configuration .block-prices .declination-type,section.voucher-configuration .block-usage-period .declination-type{max-width:250px}.page-options .block-prices .declination .link-blue,.page-options .block-prices .night-declination .link-blue,.page-options .block-usage-period .declination .link-blue,.page-options .block-usage-period .night-declination .link-blue,section.voucher-configuration .block-prices .declination .link-blue,section.voucher-configuration .block-prices .night-declination .link-blue,section.voucher-configuration .block-usage-period .declination .link-blue,section.voucher-configuration .block-usage-period .night-declination .link-blue{font-size:13px}.page-options .block-prices .declination .link-blue i,.page-options .block-prices .night-declination .link-blue i,.page-options .block-usage-period .declination .link-blue i,.page-options .block-usage-period .night-declination .link-blue i,section.voucher-configuration .block-prices .declination .link-blue i,section.voucher-configuration .block-prices .night-declination .link-blue i,section.voucher-configuration .block-usage-period .declination .link-blue i,section.voucher-configuration .block-usage-period .night-declination .link-blue i{font-size:11px}.page-options .block-prices .declination .declinations .row,.page-options .block-prices .declination .night-list .row,.page-options .block-prices .night-declination .declinations .row,.page-options .block-prices .night-declination .night-list .row,.page-options .block-usage-period .declination .declinations .row,.page-options .block-usage-period .declination .night-list .row,.page-options .block-usage-period .night-declination .declinations .row,.page-options .block-usage-period .night-declination .night-list .row,section.voucher-configuration .block-prices .declination .declinations .row,section.voucher-configuration .block-prices .declination .night-list .row,section.voucher-configuration .block-prices .night-declination .declinations .row,section.voucher-configuration .block-prices .night-declination .night-list .row,section.voucher-configuration .block-usage-period .declination .declinations .row,section.voucher-configuration .block-usage-period .declination .night-list .row,section.voucher-configuration .block-usage-period .night-declination .declinations .row,section.voucher-configuration .block-usage-period .night-declination .night-list .row{align-items:center;display:flex;gap:8px;margin-bottom:10px}.page-options .block-prices .declination .declinations .row.head,.page-options .block-prices .declination .night-list .row.head,.page-options .block-prices .night-declination .declinations .row.head,.page-options .block-prices .night-declination .night-list .row.head,.page-options .block-usage-period .declination .declinations .row.head,.page-options .block-usage-period .declination .night-list .row.head,.page-options .block-usage-period .night-declination .declinations .row.head,.page-options .block-usage-period .night-declination .night-list .row.head,section.voucher-configuration .block-prices .declination .declinations .row.head,section.voucher-configuration .block-prices .declination .night-list .row.head,section.voucher-configuration .block-prices .night-declination .declinations .row.head,section.voucher-configuration .block-prices .night-declination .night-list .row.head,section.voucher-configuration .block-usage-period .declination .declinations .row.head,section.voucher-configuration .block-usage-period .declination .night-list .row.head,section.voucher-configuration .block-usage-period .night-declination .declinations .row.head,section.voucher-configuration .block-usage-period .night-declination .night-list .row.head{display:none}.page-options .block-prices .declination .declinations .row .btn-sort,.page-options .block-prices .declination .declinations .row .sort,.page-options .block-prices .declination .night-list .row .btn-sort,.page-options .block-prices .declination .night-list .row .sort,.page-options .block-prices .night-declination .declinations .row .btn-sort,.page-options .block-prices .night-declination .declinations .row .sort,.page-options .block-prices .night-declination .night-list .row .btn-sort,.page-options .block-prices .night-declination .night-list .row .sort,.page-options .block-usage-period .declination .declinations .row .btn-sort,.page-options .block-usage-period .declination .declinations .row .sort,.page-options .block-usage-period .declination .night-list .row .btn-sort,.page-options .block-usage-period .declination .night-list .row .sort,.page-options .block-usage-period .night-declination .declinations .row .btn-sort,.page-options .block-usage-period .night-declination .declinations .row .sort,.page-options .block-usage-period .night-declination .night-list .row .btn-sort,.page-options .block-usage-period .night-declination .night-list .row .sort,section.voucher-configuration .block-prices .declination .declinations .row .btn-sort,section.voucher-configuration .block-prices .declination .declinations .row .sort,section.voucher-configuration .block-prices .declination .night-list .row .btn-sort,section.voucher-configuration .block-prices .declination .night-list .row .sort,section.voucher-configuration .block-prices .night-declination .declinations .row .btn-sort,section.voucher-configuration .block-prices .night-declination .declinations .row .sort,section.voucher-configuration .block-prices .night-declination .night-list .row .btn-sort,section.voucher-configuration .block-prices .night-declination .night-list .row .sort,section.voucher-configuration .block-usage-period .declination .declinations .row .btn-sort,section.voucher-configuration .block-usage-period .declination .declinations .row .sort,section.voucher-configuration .block-usage-period .declination .night-list .row .btn-sort,section.voucher-configuration .block-usage-period .declination .night-list .row .sort,section.voucher-configuration .block-usage-period .night-declination .declinations .row .btn-sort,section.voucher-configuration .block-usage-period .night-declination .declinations .row .sort,section.voucher-configuration .block-usage-period .night-declination .night-list .row .btn-sort,section.voucher-configuration .block-usage-period .night-declination .night-list .row .sort{cursor:move;text-align:center;width:30px}.page-options .block-prices .declination .declinations .row .name,.page-options .block-prices .declination .night-list .row .name,.page-options .block-prices .night-declination .declinations .row .name,.page-options .block-prices .night-declination .night-list .row .name,.page-options .block-usage-period .declination .declinations .row .name,.page-options .block-usage-period .declination .night-list .row .name,.page-options .block-usage-period .night-declination .declinations .row .name,.page-options .block-usage-period .night-declination .night-list .row .name,section.voucher-configuration .block-prices .declination .declinations .row .name,section.voucher-configuration .block-prices .declination .night-list .row .name,section.voucher-configuration .block-prices .night-declination .declinations .row .name,section.voucher-configuration .block-prices .night-declination .night-list .row .name,section.voucher-configuration .block-usage-period .declination .declinations .row .name,section.voucher-configuration .block-usage-period .declination .night-list .row .name,section.voucher-configuration .block-usage-period .night-declination .declinations .row .name,section.voucher-configuration .block-usage-period .night-declination .night-list .row .name{max-width:230px;width:100%}.page-options .block-prices .declination .declinations .row .sku,.page-options .block-prices .declination .night-list .row .sku,.page-options .block-prices .night-declination .declinations .row .sku,.page-options .block-prices .night-declination .night-list .row .sku,.page-options .block-usage-period .declination .declinations .row .sku,.page-options .block-usage-period .declination .night-list .row .sku,.page-options .block-usage-period .night-declination .declinations .row .sku,.page-options .block-usage-period .night-declination .night-list .row .sku,section.voucher-configuration .block-prices .declination .declinations .row .sku,section.voucher-configuration .block-prices .declination .night-list .row .sku,section.voucher-configuration .block-prices .night-declination .declinations .row .sku,section.voucher-configuration .block-prices .night-declination .night-list .row .sku,section.voucher-configuration .block-usage-period .declination .declinations .row .sku,section.voucher-configuration .block-usage-period .declination .night-list .row .sku,section.voucher-configuration .block-usage-period .night-declination .declinations .row .sku,section.voucher-configuration .block-usage-period .night-declination .night-list .row .sku{max-width:100px;width:100%}.page-options .block-prices .declination .declinations .row .price input,.page-options .block-prices .declination .night-list .row .price input,.page-options .block-prices .night-declination .declinations .row .price input,.page-options .block-prices .night-declination .night-list .row .price input,.page-options .block-usage-period .declination .declinations .row .price input,.page-options .block-usage-period .declination .night-list .row .price input,.page-options .block-usage-period .night-declination .declinations .row .price input,.page-options .block-usage-period .night-declination .night-list .row .price input,section.voucher-configuration .block-prices .declination .declinations .row .price input,section.voucher-configuration .block-prices .declination .night-list .row .price input,section.voucher-configuration .block-prices .night-declination .declinations .row .price input,section.voucher-configuration .block-prices .night-declination .night-list .row .price input,section.voucher-configuration .block-usage-period .declination .declinations .row .price input,section.voucher-configuration .block-usage-period .declination .night-list .row .price input,section.voucher-configuration .block-usage-period .night-declination .declinations .row .price input,section.voucher-configuration .block-usage-period .night-declination .night-list .row .price input{max-width:120px;min-width:65px}.page-options .block-prices .declination .declinations .row .collection-remove,.page-options .block-prices .declination .night-list .row .collection-remove,.page-options .block-prices .night-declination .declinations .row .collection-remove,.page-options .block-prices .night-declination .night-list .row .collection-remove,.page-options .block-usage-period .declination .declinations .row .collection-remove,.page-options .block-usage-period .declination .night-list .row .collection-remove,.page-options .block-usage-period .night-declination .declinations .row .collection-remove,.page-options .block-usage-period .night-declination .night-list .row .collection-remove,section.voucher-configuration .block-prices .declination .declinations .row .collection-remove,section.voucher-configuration .block-prices .declination .night-list .row .collection-remove,section.voucher-configuration .block-prices .night-declination .declinations .row .collection-remove,section.voucher-configuration .block-prices .night-declination .night-list .row .collection-remove,section.voucher-configuration .block-usage-period .declination .declinations .row .collection-remove,section.voucher-configuration .block-usage-period .declination .night-list .row .collection-remove,section.voucher-configuration .block-usage-period .night-declination .declinations .row .collection-remove,section.voucher-configuration .block-usage-period .night-declination .night-list .row .collection-remove{color:red;display:block;padding-top:0;text-align:center;width:35px}.page-options .block-prices .declination .declinations input,.page-options .block-prices .declination .night-list input,.page-options .block-prices .night-declination .declinations input,.page-options .block-prices .night-declination .night-list input,.page-options .block-usage-period .declination .declinations input,.page-options .block-usage-period .declination .night-list input,.page-options .block-usage-period .night-declination .declinations input,.page-options .block-usage-period .night-declination .night-list input,section.voucher-configuration .block-prices .declination .declinations input,section.voucher-configuration .block-prices .declination .night-list input,section.voucher-configuration .block-prices .night-declination .declinations input,section.voucher-configuration .block-prices .night-declination .night-list input,section.voucher-configuration .block-usage-period .declination .declinations input,section.voucher-configuration .block-usage-period .declination .night-list input,section.voucher-configuration .block-usage-period .night-declination .declinations input,section.voucher-configuration .block-usage-period .night-declination .night-list input{display:block;width:100%}.page-options .block-prices .night-list .row,.page-options .block-prices .person-list .row,.page-options .block-usage-period .night-list .row,.page-options .block-usage-period .person-list .row,section.voucher-configuration .block-prices .night-list .row,section.voucher-configuration .block-prices .person-list .row,section.voucher-configuration .block-usage-period .night-list .row,section.voucher-configuration .block-usage-period .person-list .row{align-items:center;display:flex;gap:8px;margin-bottom:10px}.page-options .block-prices .night-list .row .name,.page-options .block-prices .person-list .row .name,.page-options .block-usage-period .night-list .row .name,.page-options .block-usage-period .person-list .row .name,section.voucher-configuration .block-prices .night-list .row .name,section.voucher-configuration .block-prices .person-list .row .name,section.voucher-configuration .block-usage-period .night-list .row .name,section.voucher-configuration .block-usage-period .person-list .row .name{max-width:100px;width:100%}.page-options .block-prices .night-list .row .placeholder,.page-options .block-prices .person-list .row .placeholder,.page-options .block-usage-period .night-list .row .placeholder,.page-options .block-usage-period .person-list .row .placeholder,section.voucher-configuration .block-prices .night-list .row .placeholder,section.voucher-configuration .block-prices .person-list .row .placeholder,section.voucher-configuration .block-usage-period .night-list .row .placeholder,section.voucher-configuration .block-usage-period .person-list .row .placeholder{max-width:90px;width:100%}.page-options .block-prices .night-list .row .sku,.page-options .block-prices .person-list .row .sku,.page-options .block-usage-period .night-list .row .sku,.page-options .block-usage-period .person-list .row .sku,section.voucher-configuration .block-prices .night-list .row .sku,section.voucher-configuration .block-prices .person-list .row .sku,section.voucher-configuration .block-usage-period .night-list .row .sku,section.voucher-configuration .block-usage-period .person-list .row .sku{max-width:100px;width:100%}.page-options .block-prices .night-list .row .price input,.page-options .block-prices .person-list .row .price input,.page-options .block-usage-period .night-list .row .price input,.page-options .block-usage-period .person-list .row .price input,section.voucher-configuration .block-prices .night-list .row .price input,section.voucher-configuration .block-prices .person-list .row .price input,section.voucher-configuration .block-usage-period .night-list .row .price input,section.voucher-configuration .block-usage-period .person-list .row .price input{max-width:120px}.page-options .block-prices .night-list .row .collection-remove,.page-options .block-prices .person-list .row .collection-remove,.page-options .block-usage-period .night-list .row .collection-remove,.page-options .block-usage-period .person-list .row .collection-remove,section.voucher-configuration .block-prices .night-list .row .collection-remove,section.voucher-configuration .block-prices .person-list .row .collection-remove,section.voucher-configuration .block-usage-period .night-list .row .collection-remove,section.voucher-configuration .block-usage-period .person-list .row .collection-remove{display:block;padding-top:10px;text-align:center;width:35px}.page-options .block-prices .night-list input,.page-options .block-prices .person-list input,.page-options .block-usage-period .night-list input,.page-options .block-usage-period .person-list input,section.voucher-configuration .block-prices .night-list input,section.voucher-configuration .block-prices .person-list input,section.voucher-configuration .block-usage-period .night-list input,section.voucher-configuration .block-usage-period .person-list input{display:block;width:100%}.page-options .block-prices .usage-type,.page-options .block-usage-period .usage-type,section.voucher-configuration .block-prices .usage-type,section.voucher-configuration .block-usage-period .usage-type{padding-bottom:20px}.page-options .block-prices .maximum-booking-days,.page-options .block-usage-period .maximum-booking-days,section.voucher-configuration .block-prices .maximum-booking-days,section.voucher-configuration .block-usage-period .maximum-booking-days{margin-bottom:10px}.page-options .block-prices .count,.page-options .block-usage-period .count,section.voucher-configuration .block-prices .count,section.voucher-configuration .block-usage-period .count{align-items:center;display:flex;flex-direction:column;font-size:14px;gap:8px;margin-bottom:8px;position:relative}@media (min-width:768px){.page-options .block-prices .count,.page-options .block-usage-period .count,section.voucher-configuration .block-prices .count,section.voucher-configuration .block-usage-period .count{flex-direction:row}}.page-options .block-prices .count input,.page-options .block-usage-period .count input,section.voucher-configuration .block-prices .count input,section.voucher-configuration .block-usage-period .count input{text-align:center;width:80px}.page-options .block-prices .count .number,.page-options .block-usage-period .count .number,section.voucher-configuration .block-prices .count .number,section.voucher-configuration .block-usage-period .count .number{position:relative}.page-options .block-prices .count .number .less,.page-options .block-prices .count .number .more,.page-options .block-usage-period .count .number .less,.page-options .block-usage-period .count .number .more,section.voucher-configuration .block-prices .count .number .less,section.voucher-configuration .block-prices .count .number .more,section.voucher-configuration .block-usage-period .count .number .less,section.voucher-configuration .block-usage-period .count .number .more{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.page-options .block-prices .count .number .less,.page-options .block-usage-period .count .number .less,section.voucher-configuration .block-prices .count .number .less,section.voucher-configuration .block-usage-period .count .number .less{left:10px}.page-options .block-prices .count .number .more,.page-options .block-usage-period .count .number .more,section.voucher-configuration .block-prices .count .number .more,section.voucher-configuration .block-usage-period .count .number .more{right:10px}.page-options .block-prices .resume,.page-options .block-usage-period .resume,section.voucher-configuration .block-prices .resume,section.voucher-configuration .block-usage-period .resume{font-size:14px}.page-options .block-prices .options-container,.page-options .block-usage-period .options-container,section.voucher-configuration .block-prices .options-container,section.voucher-configuration .block-usage-period .options-container{padding-top:20px;position:relative}.page-options .block-prices .options-container:before,.page-options .block-usage-period .options-container:before,section.voucher-configuration .block-prices .options-container:before,section.voucher-configuration .block-usage-period .options-container:before{background-color:#efefef;content:"";height:2px;left:0;position:absolute;right:0;top:0;width:100%}.page-options .block-prices #place-options .place-option,.page-options .block-usage-period #place-options .place-option,section.voucher-configuration .block-prices #place-options .place-option,section.voucher-configuration .block-usage-period #place-options .place-option{align-items:center;display:flex;gap:12px;justify-content:space-between;transition:background-color .3s}.page-options .block-prices #place-options .place-option:hover,.page-options .block-usage-period #place-options .place-option:hover,section.voucher-configuration .block-prices #place-options .place-option:hover,section.voucher-configuration .block-usage-period #place-options .place-option:hover{background-color:#f5f6fc}.page-options .block-prices #place-options .place-option .pure-check-wrapper,.page-options .block-usage-period #place-options .place-option .pure-check-wrapper,section.voucher-configuration .block-prices #place-options .place-option .pure-check-wrapper,section.voucher-configuration .block-usage-period #place-options .place-option .pure-check-wrapper{flex:1;padding:4px}.page-options .block-prices #place-options .place-option .pure-check-wrapper label,.page-options .block-usage-period #place-options .place-option .pure-check-wrapper label,section.voucher-configuration .block-prices #place-options .place-option .pure-check-wrapper label,section.voucher-configuration .block-usage-period #place-options .place-option .pure-check-wrapper label{margin:0}.page-options .block-prices #place-options .place-option .type,.page-options .block-usage-period #place-options .place-option .type,section.voucher-configuration .block-prices #place-options .place-option .type,section.voucher-configuration .block-usage-period #place-options .place-option .type{font-size:13px}.page-options .block-prices #place-options .place-option .price,.page-options .block-usage-period #place-options .place-option .price,section.voucher-configuration .block-prices #place-options .place-option .price,section.voucher-configuration .block-usage-period #place-options .place-option .price{font-weight:700;min-width:45px;text-align:right}.page-options .block-prices #place-options .place-option .edit-option-button,.page-options .block-usage-period #place-options .place-option .edit-option-button,section.voucher-configuration .block-prices #place-options .place-option .edit-option-button,section.voucher-configuration .block-usage-period #place-options .place-option .edit-option-button{cursor:pointer;padding-right:4px}.page-options .block-prices #place-options .place-option .edit-option-button span,.page-options .block-usage-period #place-options .place-option .edit-option-button span,section.voucher-configuration .block-prices #place-options .place-option .edit-option-button span,section.voucher-configuration .block-usage-period #place-options .place-option .edit-option-button span{display:none;margin-left:4px}@media (min-width:768px){.page-options .block-prices #place-options .place-option .edit-option-button span,.page-options .block-usage-period #place-options .place-option .edit-option-button span,section.voucher-configuration .block-prices #place-options .place-option .edit-option-button span,section.voucher-configuration .block-usage-period #place-options .place-option .edit-option-button span{display:inline-block}}.page-options .block-prices #place-options .add-option-button,.page-options .block-usage-period #place-options .add-option-button,section.voucher-configuration .block-prices #place-options .add-option-button,section.voucher-configuration .block-usage-period #place-options .add-option-button{display:inline-block;margin-top:12px}.page-options .block-terms .mention,section.voucher-configuration .block-terms .mention{flex:1;font-size:14px;margin-left:20px}.page-options .block-terms .age,.page-options .block-terms .open-year,.page-options .block-terms .term,.page-options .block-terms .used-on-reservation,.page-options .block-terms .weight,section.voucher-configuration .block-terms .age,section.voucher-configuration .block-terms .open-year,section.voucher-configuration .block-terms .term,section.voucher-configuration .block-terms .used-on-reservation,section.voucher-configuration .block-terms .weight{margin-top:10px}.page-options .block-terms .pure-check-wrapper label,section.voucher-configuration .block-terms .pure-check-wrapper label{color:#000;font-size:15px;font-weight:400;margin-bottom:0}.page-options .block-terms .age,.page-options .block-terms .weight,section.voucher-configuration .block-terms .age,section.voucher-configuration .block-terms .weight{align-items:center;display:flex;justify-content:space-between;max-width:400px}.page-options .block-terms .age .select2,.page-options .block-terms .weight .select2,section.voucher-configuration .block-terms .age .select2,section.voucher-configuration .block-terms .weight .select2{max-width:150px}.page-options .block-usage-period .open-year,section.voucher-configuration .block-usage-period .open-year{margin-top:10px}.page-options .block-usage-period .open-year .open-all-year-choices,section.voucher-configuration .block-usage-period .open-year .open-all-year-choices{display:flex;gap:10px}.page-options .block-usage-period .open-year .open-all-year-choices .radio-skinned label,section.voucher-configuration .block-usage-period .open-year .open-all-year-choices .radio-skinned label{font-size:15px;margin-left:-5px}.page-options .block-usage-period .open-year .period-usage,section.voucher-configuration .block-usage-period .open-year .period-usage{align-items:center;display:flex;flex-direction:column;gap:10px}@media (min-width:768px){.page-options .block-usage-period .open-year .period-usage,section.voucher-configuration .block-usage-period .open-year .period-usage{flex-direction:row}}.page-options .block-usage-period .open-year .period-usage .end-period,.page-options .block-usage-period .open-year .period-usage .start-period,section.voucher-configuration .block-usage-period .open-year .period-usage .end-period,section.voucher-configuration .block-usage-period .open-year .period-usage .start-period{align-items:center;display:flex;gap:10px}.page-options .block-usage-period .open-year .periods,section.voucher-configuration .block-usage-period .open-year .periods{margin-top:5px}.page-options .block-usage-period .open-year .days-of-week .days-of-week-allowed,section.voucher-configuration .block-usage-period .open-year .days-of-week .days-of-week-allowed{align-items:center;display:grid;grid-template-columns:repeat(4,1fr);margin-bottom:10px;margin-left:-5px;margin-top:10px}@media (min-width:768px){.page-options .block-usage-period .open-year .days-of-week .days-of-week-allowed,section.voucher-configuration .block-usage-period .open-year .days-of-week .days-of-week-allowed{display:flex}}.page-options .block-usage-period .open-year .days-of-week .days-of-week-allowed .skinned-check label,section.voucher-configuration .block-usage-period .open-year .days-of-week .days-of-week-allowed .skinned-check label{font-size:15px}.page-options .block-usage-period .allow-recurrence,.page-options .block-usage-period .allow-time-slots,section.voucher-configuration .block-usage-period .allow-recurrence,section.voucher-configuration .block-usage-period .allow-time-slots{align-items:center;display:flex;gap:10px;margin-bottom:20px}.page-options .block-usage-period .allow-recurrence .radio-skinned:first-child label,.page-options .block-usage-period .allow-time-slots .radio-skinned:first-child label,section.voucher-configuration .block-usage-period .allow-recurrence .radio-skinned:first-child label,section.voucher-configuration .block-usage-period .allow-time-slots .radio-skinned:first-child label{margin-left:-5px}.page-options .block-usage-period .valid-voucher,section.voucher-configuration .block-usage-period .valid-voucher{align-items:center;display:flex;flex-direction:column;gap:8px}@media (min-width:425px){.page-options .block-usage-period .valid-voucher,section.voucher-configuration .block-usage-period .valid-voucher{flex-direction:row}}.page-options .block-usage-period .valid-voucher .validity-input-wrapper,section.voucher-configuration .block-usage-period .valid-voucher .validity-input-wrapper{display:flex;flex-direction:column}.page-options .block-pictures .block-summary,section.voucher-configuration .block-pictures .block-summary{display:flex;flex-direction:column;gap:8px;padding:0 40px}@media (min-width:425px){.page-options .block-pictures .block-summary,section.voucher-configuration .block-pictures .block-summary{flex-direction:row;padding:0}}.page-options .block-pictures .block-summary img,section.voucher-configuration .block-pictures .block-summary img{border-radius:3px;display:block;height:auto;width:100%}.page-options .block-pictures .block-summary .resume,section.voucher-configuration .block-pictures .block-summary .resume{align-items:center;background:#efefef;border-radius:3px;display:flex;flex-direction:column;justify-content:center;padding:8px}.page-options .block-pictures .block-summary .resume span:first-child,section.voucher-configuration .block-pictures .block-summary .resume span:first-child{font-size:16px;font-weight:700}.page-options .block-pictures .form-picture-collection .picture-field,section.voucher-configuration .block-pictures .form-picture-collection .picture-field{max-width:189px}.page-options .block-pictures .form-picture-collection .dropzone,section.voucher-configuration .block-pictures .form-picture-collection .dropzone{width:189px}.page-options .block-advanced .count,section.voucher-configuration .block-advanced .count{align-items:center;display:flex;gap:8px}.page-options .block-advanced .count .number,section.voucher-configuration .block-advanced .count .number{position:relative}.page-options .block-advanced .count .number .less,section.voucher-configuration .block-advanced .count .number .less{left:10px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.page-options .block-advanced .count .number .more,section.voucher-configuration .block-advanced .count .number .more{position:absolute;right:10px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.page-options .block-advanced .count input,section.voucher-configuration .block-advanced .count input{text-align:center;width:80px}.page-options form.has-errors #global-errors-badge,section.voucher-configuration form.has-errors #global-errors-badge{display:flex}.page-options label,section.voucher-configuration label{display:inline-block;margin-bottom:4px}.page-options label.important,section.voucher-configuration label.important{font-weight:700}.page-options label.error,section.voucher-configuration label.error{align-items:center;color:red;display:flex;font-size:13px;font-weight:700;gap:4px}.page-options label.warning,section.voucher-configuration label.warning{align-items:center;color:#ff7a3c;display:flex;font-size:13px;font-weight:700;gap:4px}.page-options .pure-check-wrapper label,section.voucher-configuration .pure-check-wrapper label{margin:0}.page-options .error-message,section.voucher-configuration .error-message{color:red;display:none;font-size:13px;font-weight:700}.page-options textarea,section.voucher-configuration textarea{resize:vertical}.page-options #category,section.voucher-configuration #category{display:flex;flex-direction:column;gap:8px}@media (min-width:950px){.page-options #category,section.voucher-configuration #category{flex-direction:row}}.page-options #category .nice-select,section.voucher-configuration #category .nice-select{display:inline-block;width:100%}.page-options #category .nice-select:after,section.voucher-configuration #category .nice-select:after{right:15px}.page-options #name-and-locale,section.voucher-configuration #name-and-locale{display:flex;flex-direction:column-reverse;gap:20px}@media (min-width:1024px){.page-options #name-and-locale,section.voucher-configuration #name-and-locale{flex-direction:row}}.page-options #name-and-locale .name,section.voucher-configuration #name-and-locale .name{flex:1}.page-options #name-and-locale .locale,section.voucher-configuration #name-and-locale .locale{min-width:120px}.page-options #global-errors-badge,section.voucher-configuration #global-errors-badge{margin-bottom:12px}.page-options .edit-price-wrapper,section.voucher-configuration .edit-price-wrapper{align-items:center;display:flex;gap:8px;position:relative}.page-options .edit-price-wrapper a:before,section.voucher-configuration .edit-price-wrapper a:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.page-options .edit-price-wrapper a span,section.voucher-configuration .edit-price-wrapper a span{display:none;margin-left:4px}@media (min-width:768px){.page-options .edit-price-wrapper a span,section.voucher-configuration .edit-price-wrapper a span{display:inline-block}}.page-options .form-errors,section.voucher-configuration .form-errors{color:red;font-size:12px;font-weight:700;margin-bottom:7px}.page-options .action-buttons button.button,section.voucher-configuration .action-buttons button.button{display:block;width:100%}.page-options .category-approved,section.voucher-configuration .category-approved{color:#73a94d;margin-left:15px}.page-options .category-pending,section.voucher-configuration .category-pending{color:#abacac;margin-left:15px}.page-options .type .radio,section.voucher-configuration .type .radio{display:inline-block;margin:0 10px 5px 0}.page-options .type .radio .required:after,section.voucher-configuration .type .radio .required:after{display:none}.page-options .type .radio [type=radio],section.voucher-configuration .type .radio [type=radio]{left:-9999px;position:absolute}.page-options .type .radio [type=radio]+label,section.voucher-configuration .type .radio [type=radio]+label{cursor:pointer;margin:0;position:relative}.page-options .type .radio [type=radio]+label:before,section.voucher-configuration .type .radio [type=radio]+label:before{content:"\f10c";font-family:FontAwesome;font-size:14px;letter-spacing:10px}.page-options .type .radio [type=radio]:checked+label:before,section.voucher-configuration .type .radio [type=radio]:checked+label:before{content:"\f058"}.page-options .category,section.voucher-configuration .category{font-size:12px;font-weight:700;margin-bottom:10px}.page-options .category span,section.voucher-configuration .category span{font-size:11px;font-weight:400}.page-options .help-wrapper,section.voucher-configuration .help-wrapper{display:flex;gap:20px;justify-content:flex-end;margin-top:2px}.page-options .help-wrapper.has-warning .help,.page-options .help-wrapper.has-warning .help-block,section.voucher-configuration .help-wrapper.has-warning .help,section.voucher-configuration .help-wrapper.has-warning .help-block{color:#ff7a3c;font-weight:700;line-height:1.25}.page-options .help-wrapper .help,.page-options .help-wrapper .help-block,section.voucher-configuration .help-wrapper .help,section.voucher-configuration .help-wrapper .help-block{color:#666;flex:1;font-size:13px}.page-options .help-wrapper .counter,section.voucher-configuration .help-wrapper .counter{font-size:14px;margin:0;text-align:right}.page-options .vat-details-side-panel .footer,.page-options .vat-details-side-panel .header,section.voucher-configuration .vat-details-side-panel .footer,section.voucher-configuration .vat-details-side-panel .header{position:static}.page-options .vat-details-side-panel select.nice-select,section.voucher-configuration .vat-details-side-panel select.nice-select{max-height:42px}.page-options .vat-details-collection-container .vat-detail-row,section.voucher-configuration .vat-details-collection-container .vat-detail-row{display:flex;flex-direction:column;gap:20px;padding:20px 0;position:relative}.page-options .vat-details-collection-container .vat-detail-row:first-of-type,section.voucher-configuration .vat-details-collection-container .vat-detail-row:first-of-type{padding-top:0}.page-options .vat-details-collection-container .vat-detail-row .vat-detail-wrapper,section.voucher-configuration .vat-details-collection-container .vat-detail-row .vat-detail-wrapper{display:flex;flex-direction:column;gap:8px}@media (min-width:425px){.page-options .vat-details-collection-container .vat-detail-row .vat-detail-wrapper,section.voucher-configuration .vat-details-collection-container .vat-detail-row .vat-detail-wrapper{flex-direction:row}}.page-options .vat-details-collection-container .vat-detail-row .vat-detail-wrapper>div,section.voucher-configuration .vat-details-collection-container .vat-detail-row .vat-detail-wrapper>div{flex:1}.page-options .vat-details-collection-container .vat-detail-row .vat-detail-wrapper .form-group,section.voucher-configuration .vat-details-collection-container .vat-detail-row .vat-detail-wrapper .form-group{align-items:flex-start;display:flex;flex-direction:column}.page-options .vat-details-collection-container .vat-detail-row .vat-detail-wrapper select,section.voucher-configuration .vat-details-collection-container .vat-detail-row .vat-detail-wrapper select{width:100%}.page-options .vat-details-collection-container .vat-detail-row+.vat-detail-row:before,section.voucher-configuration .vat-details-collection-container .vat-detail-row+.vat-detail-row:before{background-color:#d8d8d8;content:"";height:1px;left:0;position:absolute;top:0;width:100%}.page-options .vat-details-collection-container .total-prices,section.voucher-configuration .vat-details-collection-container .total-prices{display:flex;gap:20px;justify-content:flex-end;margin-top:20px}.page-options .vat-details-collection-container .vat-details-action,section.voucher-configuration .vat-details-collection-container .vat-details-action{cursor:pointer}.page-options .quart,section.voucher-configuration .quart{margin:0 auto;width:150px}@media (min-width:768px){.page-options .quart,section.voucher-configuration .quart{margin:0}}.page-options .input-group,section.voucher-configuration .input-group{display:inline-block;position:relative}.page-options .input-group-addon,section.voucher-configuration .input-group-addon{background-color:#fafbfe;position:absolute;right:10px;top:10px}.page-options .check label,section.voucher-configuration .check label{display:inline-block;font-size:10px;font-weight:300;letter-spacing:0;margin:0}.page-options .place-options-form .title-wrapper,section.voucher-configuration .place-options-form .title-wrapper{display:flex;flex-direction:column-reverse;gap:8px}@media (min-width:425px){.page-options .place-options-form .title-wrapper,section.voucher-configuration .place-options-form .title-wrapper{flex-direction:row}}.page-options .place-options-form .title-wrapper .title,section.voucher-configuration .place-options-form .title-wrapper .title{flex:1}.page-options .place-options-form .title-wrapper input,.page-options .place-options-form .title-wrapper select,section.voucher-configuration .place-options-form .title-wrapper input,section.voucher-configuration .place-options-form .title-wrapper select{width:100%}.page-options .place-options-form .price,section.voucher-configuration .place-options-form .price{display:none}.page-options .place-options-form .vat-details-card,section.voucher-configuration .place-options-form .vat-details-card{border:1px solid #d8d8d8;border-radius:3px;padding:12px}.page-options .place-options-form .vat-details-card .sub-title,section.voucher-configuration .place-options-form .vat-details-card .sub-title{font-size:16px;font-weight:700;margin-bottom:12px}.page-options .step-one-actions,section.voucher-configuration .step-one-actions{align-items:center;display:flex;flex-direction:column;gap:28px}.page-options .delete-link,section.voucher-configuration .delete-link{text-align:center}.page-options .participant>div,section.voucher-configuration .participant>div{display:inline-block}.page-options .participant .number,.page-options .participant .number-less,.page-options .participant .number-more,section.voucher-configuration .participant .number,section.voucher-configuration .participant .number-less,section.voucher-configuration .participant .number-more{position:relative;width:90px}.page-options .participant .number input,.page-options .participant .number-less input,.page-options .participant .number-more input,section.voucher-configuration .participant .number input,section.voucher-configuration .participant .number-less input,section.voucher-configuration .participant .number-more input{text-align:center;width:100%}.page-options .participant .number .less,.page-options .participant .number .more,.page-options .participant .number-less .less,.page-options .participant .number-less .more,.page-options .participant .number-more .less,.page-options .participant .number-more .more,section.voucher-configuration .participant .number .less,section.voucher-configuration .participant .number .more,section.voucher-configuration .participant .number-less .less,section.voucher-configuration .participant .number-less .more,section.voucher-configuration .participant .number-more .less,section.voucher-configuration .participant .number-more .more{position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.page-options .participant .number .less,.page-options .participant .number-less .less,.page-options .participant .number-more .less,section.voucher-configuration .participant .number .less,section.voucher-configuration .participant .number-less .less,section.voucher-configuration .participant .number-more .less{left:10px}.page-options .participant .number .more,.page-options .participant .number-less .more,.page-options .participant .number-more .more,section.voucher-configuration .participant .number .more,section.voucher-configuration .participant .number-less .more,section.voucher-configuration .participant .number-more .more{right:10px}.page-options .fixed-price .row,section.voucher-configuration .fixed-price .row{margin-bottom:15px}.page-options .fixed-price .title,section.voucher-configuration .fixed-price .title{font-size:15px}.page-options .fixed-price .red,section.voucher-configuration .fixed-price .red{color:red}.page-options .fixed-price .fixed-amounts,section.voucher-configuration .fixed-price .fixed-amounts{margin-bottom:30px}.page-options .fixed-price .fixed-amounts .row,section.voucher-configuration .fixed-price .fixed-amounts .row{align-items:flex-start;display:flex;margin-bottom:10px}.page-options .fixed-price .fixed-amounts .row>div,section.voucher-configuration .fixed-price .fixed-amounts .row>div{margin-right:5px}.page-options .fixed-price .fixed-amounts .row .btn-sort,.page-options .fixed-price .fixed-amounts .row .sort,section.voucher-configuration .fixed-price .fixed-amounts .row .btn-sort,section.voucher-configuration .fixed-price .fixed-amounts .row .sort{cursor:move;padding-top:13px;text-align:center;width:30px}.page-options .fixed-price .fixed-amounts .row .price,section.voucher-configuration .fixed-price .fixed-amounts .row .price{max-width:270px;width:100%}.page-options .fixed-price .fixed-amounts .row .sku,section.voucher-configuration .fixed-price .fixed-amounts .row .sku{max-width:180px;width:100%}.page-options .fixed-price .fixed-amounts .row .input-group,.page-options .fixed-price .fixed-amounts .row input,section.voucher-configuration .fixed-price .fixed-amounts .row .input-group,section.voucher-configuration .fixed-price .fixed-amounts .row input{width:100%}.page-options .fixed-price .fixed-amounts .row .collection-remove,section.voucher-configuration .fixed-price .fixed-amounts .row .collection-remove{display:block;padding-top:10px;text-align:center;width:35px}.page-options .usage-by-partners,section.voucher-configuration .usage-by-partners{display:flex}.page-options .usage-by-partners a,section.voucher-configuration .usage-by-partners a{margin-left:15px}.page-options span.required,section.voucher-configuration span.required{color:red}.page-options .buttons-wrapper,section.voucher-configuration .buttons-wrapper{display:flex;justify-content:space-evenly}.page-options .buttons-wrapper button,section.voucher-configuration .buttons-wrapper button{text-align:center;width:50%}.page-options .buttons-wrapper button+button,section.voucher-configuration .buttons-wrapper button+button{margin-left:30px}.page-options .voucher-configuration-pages-preview-container,section.voucher-configuration .voucher-configuration-pages-preview-container{background-color:#f5f6fc;height:450px;position:relative}@media (min-width:425px){.page-options .voucher-configuration-pages-preview-container,section.voucher-configuration .voucher-configuration-pages-preview-container{height:500px}}@media (min-width:950px){.page-options .voucher-configuration-pages-preview-container,section.voucher-configuration .voucher-configuration-pages-preview-container{height:600px}}@media (min-width:1200px){.page-options .voucher-configuration-pages-preview-container,section.voucher-configuration .voucher-configuration-pages-preview-container{height:650px}}.page-options .voucher-configuration-pages-preview-container .loading,section.voucher-configuration .voucher-configuration-pages-preview-container .loading{left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.page-options #voucher-configuration-pages-preview,section.voucher-configuration #voucher-configuration-pages-preview{height:100%}section.voucher-configuration .validity-period-config input{max-width:150px}#app_voucherconfiguration_validityMode{display:flex;gap:20px}#app_voucherconfiguration_validityMode label{font-size:15px;margin-left:-5px}.picture-uploader-container{position:relative}.picture-uploader-container .moderation-badge{align-items:center;background-color:#ff7a3c;border-radius:24px;color:#fff;cursor:pointer;display:flex;font-size:15px;font-weight:700;gap:8px;height:24px;justify-content:center;padding:0;position:absolute;right:4px;top:4px;width:24px}.picture-uploader-container>.actions .action{position:relative}.picture-uploader-container>.actions .action.primary-picture input{left:-999px;position:absolute}.picture-uploader-container>.actions .action.primary-picture input:checked~.icon{color:#e5d201}.picture-uploader-container>.actions .action label{cursor:pointer;margin-bottom:0}.picture-uploader-container>.actions .action label:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.picture-uploader-container>.actions .action .icon{vertical-align:bottom}section.simple-text{padding:100px 10px;text-align:center}section.simple-text p{margin-bottom:45px}section.simple-text .site-content,section.simple-text .site-content-sm{position:relative;z-index:2}.page-place form[name=place_partners]{margin-bottom:30px}.page-place #place_partners_partners{width:100%}.page-partners .section-group{border:1px solid #d8d8d8;border-radius:3px;padding:12px}.page-partners .description{margin-bottom:12px}.page-partners #place_partner_selection_mode_partnerSelectionMode{display:flex;gap:40px}.page-partners .partners-mode{display:none}.page-partners .partners-mode.visible{display:block}.page-partners .partners-mode .select2{max-width:350px;width:100%}.page-partners .thematic-mode{display:none}.page-partners .thematic-mode.visible{display:block}.page-partners .thematic-mode .thematic-mode-wrapper{display:flex;flex-direction:column;gap:40px}@media (min-width:950px){.page-partners .thematic-mode .thematic-mode-wrapper{flex-direction:row}}.page-partners .thematic-mode .thematic-mode-wrapper>div{display:flex;flex:1;flex-direction:column;gap:20px;justify-content:center}.page-partners .thematic-mode .thematic-mode-wrapper .form-group{align-items:flex-start;display:flex;flex-direction:column}.page-partners .thematic-mode .thematic-mode-wrapper .form-group input{min-width:250px;width:100%}.page-partners .thematic-mode .thematic-mode-wrapper .row{padding-bottom:8px;position:relative}.page-partners .thematic-mode .thematic-mode-wrapper .combination-badge{align-items:center;background-color:#eee;border:1px solid #d8d8d8;border-radius:50px;display:flex;font-size:12px;height:30px;justify-content:center;padding:10px;position:absolute;width:30px}@media (min-width:950px){.page-partners .thematic-mode .thematic-mode-wrapper .categories .row{padding-right:8px}}.page-partners .thematic-mode .thematic-mode-wrapper .categories .combination-badge{bottom:0;left:50%;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}@media (min-width:950px){.page-partners .thematic-mode .thematic-mode-wrapper .categories .combination-badge{bottom:unset;left:unset;right:0;top:40%;-webkit-transform:translateX(100%);transform:translateX(100%)}}.page-partners .thematic-mode .thematic-mode-wrapper .localities .combination-badge{bottom:0;left:50%;-webkit-transform:translate(-50%,100%);transform:translate(-50%,100%)}.page-partners .thematic-mode .select2{width:100%!important}.page-partners table.partner-list{border-collapse:collapse;width:100%}.page-partners .partner-list td,.page-partners .partner-list th{padding:5px}.page-partners .partner-list td:nth-child(2),.page-partners .partner-list th:nth-child(2){display:none}@media (min-width:950px){.page-partners .partner-list td:nth-child(2),.page-partners .partner-list th:nth-child(2){display:table-cell}}.page-partners .form-add-partner{padding-top:20px}.page-partners .form-add-partner .wrapper>div{margin-bottom:10px}.page-partners .form-add-partner .wrapper>div:first-child{flex:1;max-width:350px;width:100%}.page-partners .form-add-partner select{width:100%}.page-partners .form-add-partner .wrapper{align-items:center}.page-partners .form-add-partner .wrapper>div{margin-right:25px}.page-partners a.delete-user{color:red;transition:color .3s ease}.page-partners a.delete-user:before{content:none}.page-partners a.delete-user:hover{color:#f62442}.page-partners .partner-selection-mode-form button[type=submit]{margin-top:20px}.page-account #place_personnalTown,.page-account #place_town{width:100%}.page-account .simple-link{margin-left:35px}.page-account .row.full{margin-top:35px}.page-team .place-users{margin-top:30px}.page-team .place-users td,.page-team .place-users th{padding:5px 25px}.page-team .form-add-user{padding-top:35px}.page-team .form-add-user .wrapper{align-items:center}.page-team .form-add-user .wrapper>div{margin-right:25px}.page-team a.delete-user{color:red;transition:color .3s ease}.page-team a.delete-user:before{content:none}.page-team a.delete-user:hover{color:#f62442}.configuration-block{margin-bottom:10px}.configuration-block .form-block{align-items:center;border:1px solid #d3d3d3;display:flex;justify-content:space-between;padding:15px}.configuration-block .form-block.open-dropdown-form{border-bottom:0;margin-bottom:0}.configuration-block .form-block .informations-block{align-items:center;display:flex;gap:8px;justify-content:flex-start}.configuration-block .form-block .informations-block .control-label{font-size:17px}.configuration-block .form-block .informations-block .btn-sort{cursor:move;width:20px}.configuration-block .form-block .informations-block .btn-sort i{color:#bdbdbd;font-size:22px}.configuration-block .form-block .actions{align-items:center;display:flex;justify-content:flex-end}.configuration-block .form-block .actions .button-outline{margin-right:15px}.configuration-block .form-block .actions .switch-button{text-align:center;width:65px}.configuration-block .form-block .actions .switch-button .status-label{cursor:pointer}.configuration-block .form-fields{border-bottom:1px solid #d3d3d3;border-left:1px solid #d3d3d3;border-right:1px solid #d3d3d3;display:none;margin-bottom:10px;padding:10px}.configuration-block .form-fields .form-group{margin-top:10px}.page-personnalisation .menu .category-mode{align-items:center;display:flex;gap:10px}.page-personnalisation .informations .checkbox{display:inline-block}.page-personnalisation .informations .checkbox input{width:auto}.page-personnalisation .informations .skinned-check{display:inline-block}.page-personnalisation .example-title{font-weight:700;margin-bottom:10px}.page-personnalisation button.jscolor{border:0;border-radius:45px;padding:8px 15px}.page-personnalisation .round-color{bottom:0;position:absolute;right:0;top:0;width:50px}.page-personnalisation a.button-b2c{margin-bottom:5px}.page-personnalisation a.button-b2c:before{display:none}.page-personnalisation .text-b2c{color:#4847cc;font-family:Jost,sans-serif;font-size:15px;font-weight:700;letter-spacing:1px}.page-personnalisation .menu .row{margin-bottom:10px}section.bank-accounts{position:relative}section.bank-accounts .input-group{align-items:center;display:flex}section.bank-accounts .input-group .input-group-addon{margin-left:5px}@media (max-width:768px){section.bank-accounts .w200{max-width:none}}section.bank-accounts .site-content,section.bank-accounts .site-content-sm{position:relative;z-index:2}section.bank-accounts .title{font-size:18px;font-weight:700}section.bank-accounts .no-bank-account{margin-bottom:20px}section.bank-accounts .bank-list{width:100%}section.bank-accounts .bank-list .content{margin-bottom:40px}section.bank-accounts .bank-list .more-infos{font-size:12px}section.bank-accounts .bank-list .title i{color:red;font-size:24px;margin-left:10px}section.bank-accounts .bank-list .payment-request-link{display:inline-block;line-height:normal;padding:6px 12px}section.bank-accounts .form{max-width:650px;width:100%}section.bank-accounts .form .sub-title,section.bank-accounts .form-wrapper .sub-title{font-size:16px;font-weight:700;margin:20px 0}section.bank-accounts .form #back-error-message,section.bank-accounts .form #error-message,section.bank-accounts .form-wrapper #back-error-message,section.bank-accounts .form-wrapper #error-message{color:red;display:none;font-weight:700}section.bank-accounts .form #back-error-message.visible,section.bank-accounts .form #error-message.visible,section.bank-accounts .form-wrapper #back-error-message.visible,section.bank-accounts .form-wrapper #error-message.visible{display:block}section.bank-accounts .form #bank-name,section.bank-accounts .form-wrapper #bank-name{font-weight:700}section.bank-accounts .form #bank-name.visible,section.bank-accounts .form-wrapper #bank-name.visible{display:block}section.bank-accounts .form .row,section.bank-accounts .form-wrapper .row{display:flex;flex-direction:column;margin-bottom:10px}@media (min-width:768px){section.bank-accounts .form .row,section.bank-accounts .form-wrapper .row{align-items:center;flex-direction:row}}section.bank-accounts .form .row.full .label,section.bank-accounts .form-wrapper .row.full .label{width:100%}section.bank-accounts .form .label,section.bank-accounts .form-wrapper .label{font-weight:500;letter-spacing:0;margin-bottom:10px}@media (min-width:768px){section.bank-accounts .form .label,section.bank-accounts .form-wrapper .label{margin-bottom:0;width:170px}}section.bank-accounts .form .value,section.bank-accounts .form-wrapper .value{flex:1;position:relative}section.bank-accounts .form input,section.bank-accounts .form textarea,section.bank-accounts .form-wrapper input,section.bank-accounts .form-wrapper textarea{width:100%}section.bank-accounts .form textarea,section.bank-accounts .form-wrapper textarea{min-height:150px}section.bank-accounts .form .push,section.bank-accounts .form-wrapper .push{margin-top:25px}section.bank-accounts .form #iban-element,section.bank-accounts .form-wrapper #iban-element{background-color:#fafbfe;border:1px solid #cbd6e2;border-radius:3px;font-family:Jost,sans-serif;font-size:16px;line-height:22px;padding:12px}section.bank-accounts .bank-account{background-color:#f5f6fc;border-radius:3px;margin-bottom:10px;padding:15px 25px 16px}section.bank-accounts .input{margin-bottom:10px;position:relative}section.bank-accounts .input a{display:block}section.bank-accounts .input:after{font-family:FontAwesome;position:absolute;right:0;top:0}section.bank-accounts .input .link-delete{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}section.bank-accounts .input .link-delete a{display:block;font-size:18px;padding:15px}section.bank-accounts .input .btn-add:after{content:"\f067";font-family:FontAwesome;font-size:18px;padding:15px;position:absolute;right:0;top:0}section.bank-accounts .balance-and-link{display:flex;flex-direction:column;margin-bottom:30px}@media (min-width:768px){section.bank-accounts .balance-and-link{flex-direction:row}}section.bank-accounts .balance-and-link .balance-info{flex:1}section.bank-accounts .balance-and-link .stripe-connection-actions{display:flex;flex-wrap:wrap;justify-content:start}section.bank-accounts .balance-and-link .stripe-connection-actions>div{font-size:16px;text-align:center}section.bank-accounts .balance-and-link .stripe-connection-actions>div+div{margin-left:40px}section.bank-accounts .balance-and-link .stripe-connection-actions .action-badge{background-color:#91bd10;border-radius:3px;padding:8px}section.bank-accounts .bank-account-list,section.bank-accounts .payment-method-configuration,section.bank-accounts .payout-configuration{margin-bottom:30px}section.bank-accounts .bank-account-list .link{margin-bottom:0}section.bank-accounts .transfer-orders{overflow-x:auto}section.bank-accounts .transfer-orders table{border-collapse:collapse;margin-bottom:20px;width:100%}section.bank-accounts .transfer-orders table .external-account{font-size:10px}section.bank-accounts .transfer-orders td,section.bank-accounts .transfer-orders th{border-bottom:1px solid #d8d8d8;border-top:1px solid #d8d8d8;padding:10px}section.bank-accounts .transfer-orders tbody tr{transition:background-color .3s}section.bank-accounts .transfer-orders tbody tr:hover{background-color:#eee}section.bank-accounts .transfer-orders .transfer-status{border-radius:3px;padding:0 5px;text-align:center}section.bank-accounts .transfer-orders .transfer-status.paid{background-color:rgba(145,189,16,.7)}section.bank-accounts .transfer-orders .transfer-status.in_transit,section.bank-accounts .transfer-orders .transfer-status.pending{background-color:hsla(0,0%,60%,.7)}section.bank-accounts .transfer-orders .transfer-status.canceled,section.bank-accounts .transfer-orders .transfer-status.failed{background-color:rgba(247,52,62,.7)}section.bank-accounts .partner-commission{margin-bottom:20px}section.bank-accounts .partner-commission .input-group-icon{max-width:150px}section.bank-accounts .partner-commission .input-group-icon input{margin:0}section.bank-accounts .transaction-fees div{margin-bottom:8px}section.bank-accounts .commission-info{display:grid;gap:10px;grid-template-columns:1fr;margin-bottom:20px}@media (min-width:950px){section.bank-accounts .commission-info{gap:20px;grid-template-columns:1fr 1fr}section.bank-accounts .commission-info .commission-rate{text-align:right}}section.bank-accounts .block .block-header .block-title{font-size:22px}section.exportation-form .exportation{max-width:600px}@media (min-width:950px){section.exportation-form .exportation{max-width:800px}}section.exportation-form .title{font-size:20px;font-weight:700;margin-bottom:20px}section.exportation-form .error{color:red;margin-bottom:35px;text-align:center}section.exportation-form .form-row{margin-bottom:40px}section.exportation-form .dates{display:flex;gap:30px}.moderation{font-size:11px;margin-bottom:10px}.moderation .market-title{display:inline-block}.moderation i{font-size:15px}.moderation .pending{color:#999}.moderation .validate{color:#91bd10}.moderation .refuse{color:#f7343e}.moderation .refusals{margin-bottom:25px}.moderation .refusals ul{margin:0}.label-refusal{display:inline-block}.label-refusal .reason{cursor:pointer;font-size:10px;font-weight:400}.page-addresses #place_address_country,.page-addresses #place_address_town{width:100%}.page-configuration .select2-container{z-index:103}.page-configuration .select2-results__option{text-align:left}.page-configuration .select2-container--open{z-index:103}.page-configuration .select2-container--open .select2-dropdown--below{border-radius:10px}section.voucher-configuration-view .right{order:2;width:100%}section.voucher-configuration-view .right .title{font-size:20px;font-weight:700;line-height:23px;margin-bottom:8px}section.voucher-configuration-view .right .row{position:relative}section.voucher-configuration-view .right input[type=email],section.voucher-configuration-view .right input[type=text]{border:1px solid #dadada;border-radius:5px;color:#293138;font-family:Jost,sans-serif;font-size:14px;padding:12px 15px;width:100%}section.voucher-configuration-view .right input[type=email]::-webkit-input-placeholder,section.voucher-configuration-view .right input[type=text]::-webkit-input-placeholder{color:#293138;font-family:Jost,sans-serif;font-size:14px}section.voucher-configuration-view .right input[type=email]::-moz-placeholder,section.voucher-configuration-view .right input[type=text]::-moz-placeholder{color:#293138;font-family:Jost,sans-serif;font-size:14px}section.voucher-configuration-view .right input[type=email]::-ms-input-placeholder,section.voucher-configuration-view .right input[type=text]::-ms-input-placeholder{color:#293138;font-family:Jost,sans-serif;font-size:14px}section.voucher-configuration-view .right input[type=email]::placeholder,section.voucher-configuration-view .right input[type=text]::placeholder{color:#293138;font-family:Jost,sans-serif;font-size:14px}section.voucher-configuration-view .right input[type=email].error,section.voucher-configuration-view .right input[type=text].error{border:1px solid red}section.voucher-configuration-view .right div.error{color:red;font-family:Jost,sans-serif;font-size:12px;font-weight:700;margin-top:2px;padding:1px 10px}section.voucher-configuration-view .left{max-width:705px;order:1;width:100%}section.voucher-configuration-view .left .title{font-family:Jost,sans-serif;font-size:25px;font-weight:900;letter-spacing:1px;line-height:25px;margin-top:20px}section.voucher-configuration-view .left .description{font-family:Jost,sans-serif;letter-spacing:normal}section.voucher-configuration-view .left .description .person-text{color:#374fbb;font-size:20px;font-weight:700;line-height:25px;margin-bottom:30px}section.voucher-configuration-view .left .description .text{font-size:14px;line-height:20px}section.voucher-configuration-view .left .condition{background-color:#f5f6fc;margin:60px 0 50px}@media (min-width:1200px){section.voucher-configuration-view .left .condition{margin:60px 0 100px}}section.voucher-configuration-view .left .condition .icon{font-size:75px;height:100px;margin:0 auto -40px;max-width:300px;position:relative;text-align:center;top:-40px}section.voucher-configuration-view .left .condition .title{margin:0 auto;max-width:300px;text-align:center}section.voucher-configuration-view .left .condition .content{font-family:Jost,sans-serif;font-size:14px;letter-spacing:0;line-height:24px;padding:35px 50px 40px}section.voucher-configuration-view .left .condition .validity{font-weight:900}section.voucher-configuration-view .content-book .choose-voucher-configuration-wrapper{margin-bottom:10px}section.voucher-configuration-view .content-book .heading{align-items:center;border-bottom:1px solid #ebebeb;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:27px}@media (min-width:425px){section.voucher-configuration-view .content-book .heading{align-items:flex-start;flex-direction:row;height:64px}}section.voucher-configuration-view .content-book .heading .selection{margin-bottom:15px;width:100%}@media (min-width:425px){section.voucher-configuration-view .content-book .heading .selection{margin-bottom:0}}section.voucher-configuration-view .content-book .heading .nice-select{background-color:transparent;border:1px solid #dadada;border-radius:0;color:#293138;font-family:Jost,sans-serif;font-size:13px;height:45px;line-height:43px;margin:0 auto;max-width:250px;min-width:auto}@media (min-width:425px){section.voucher-configuration-view .content-book .heading .nice-select{font-size:14px;margin:0}}section.voucher-configuration-view .content-book .heading .nice-select .current{display:block;margin-right:5px;overflow:hidden;text-overflow:ellipsis}section.voucher-configuration-view .content-book .heading .free-amount .input-group{position:relative}section.voucher-configuration-view .content-book .heading .free-amount .input-group-addon{position:absolute;right:8px;top:15px}section.voucher-configuration-view .content-book .heading .price{color:#374fbb;flex:1;font-size:35px;font-weight:700;margin-bottom:15px;text-align:center}section.voucher-configuration-view .content-book .heading .price sup{font-size:20px}section.voucher-configuration-view .content-book .sub-heading{margin-bottom:20px}section.voucher-configuration-view .content-book .sub-heading .choose-voucher-quantity{align-items:center;display:flex}section.voucher-configuration-view .content-book .sub-heading .choose-voucher-quantity .text{font-size:16px;margin:0 10px 0 0}section.voucher-configuration-view .content-book .sub-heading .choose-voucher-quantity .less,section.voucher-configuration-view .content-book .sub-heading .choose-voucher-quantity .more{cursor:pointer;padding:3px}section.voucher-configuration-view .content-book .sub-heading .choose-voucher-quantity .quantity{border:none;cursor:default;max-width:42px;min-width:38px;padding:0 8px;text-align:center;width:auto}section.voucher-configuration-view .content-book .sub-heading .choose-voucher-quantity .quantity:disabled{background-color:transparent}section.voucher-configuration-view .content-book #voucher_recipients .row+.row{margin-top:10px}section.voucher-configuration-view .content-book .from,section.voucher-configuration-view .content-book .to{margin-bottom:25px}section.voucher-configuration-view .content-book .custom-message-content{border-bottom:1px solid #ebebeb;margin-bottom:25px;padding-bottom:25px}section.voucher-configuration-view .content-book .custom-message-content textarea{border:1px solid #dadada;border-radius:5px;color:#293138;font-family:Jost,sans-serif;font-size:14px;padding:12px 15px;resize:none;width:100%}section.voucher-configuration-view .content-book .options{border-bottom:1px solid #ebebeb;margin-bottom:25px;padding-bottom:25px}section.voucher-configuration-view .content-book .options label{line-height:normal}section.voucher-configuration-view .content-book .payment{border-bottom:1px solid #ebebeb;margin-bottom:25px;padding-bottom:15px}section.voucher-configuration-view .content-book .payment .row{margin-bottom:10px}section.voucher-configuration-view .content-book .payment .input-group{position:relative}section.voucher-configuration-view .content-book .payment .input-group-addon{position:absolute;right:10px;top:15px}section.voucher-configuration-view .content-book .payment .radio-skinned{display:inline-block}section.voucher-configuration-view .content-book .payment .radio-skinned label{line-height:normal}section.voucher-configuration-view .content-book .customer{margin-bottom:25px}section.voucher-configuration-view .content-book .customer .row{margin-top:10px}section.voucher-configuration-view .content-book .customer .info{font-family:Jost,sans-serif;font-size:14px;letter-spacing:0}section.voucher-configuration-view .content-book .submit button.button{border-radius:5px;font-size:20px;font-weight:700;width:100%;z-index:1}section.voucher-configuration-view .open-message{background-color:#ebebeb;display:inline-block;font-family:Jost,sans-serif;font-size:15px;font-weight:700;line-height:20px;padding:10px 15px}section.voucher-configuration-view .open-message.hide{display:none}section.voucher-configuration-view .open-message i{color:#374fbb}section.voucher-configuration-view .custom-message{overflow:hidden;transition:height .3s;width:100%}section.voucher-configuration-view .custom-message .sub-title{font-size:20px;font-weight:700;margin-bottom:5px;text-align:left}section.voucher-configuration-view .print{display:none}section.voucher-configuration-view .check-skinned .current-price{color:#374fbb;display:inline}.quantity-counter{align-items:center;display:flex}.quantity-counter .text{font-size:16px;margin:0 10px 0 0}.quantity-counter .less,.quantity-counter .more{cursor:pointer;padding:3px;transition:color .3s}.quantity-counter .less:hover,.quantity-counter .more:hover{color:#374fbb}.quantity-counter .quantity{border:none;cursor:default;max-width:42px;min-width:38px;padding:0 8px;text-align:center;width:auto}.quantity-counter .quantity:disabled{background-color:transparent}body.page-commercial-offer section.payment,body.pro-commercial-payment section.payment{padding:40px 10px 0}body.page-commercial-offer header,body.pro-commercial-payment header{margin:0}p.help{font-size:12px}.indicator-round{background-color:#eee;border:1px solid #ddd;border-radius:45px;display:inline-block;height:15px;vertical-align:middle;width:15px}.indicator-round.full{background-color:green;border:1px solid green}.indicator-round.partial{background-color:orange;border:1px solid orange}.indicator-round.error{background-color:red;border:1px solid red}.new-discount{align-items:center;display:flex;justify-content:flex-end;margin-bottom:25px}.new-discount .push-code,.new-discount .push-discount{padding-left:5px;padding-right:5px}section.discounts .alert.alert-danger{font-size:12px}section.discounts .error{color:red;font-size:12px;font-weight:700;margin-bottom:7px}section.discounts .delete-link{color:red}section.discounts .delete-link:hover{color:#900}section.discounts .row{display:flex;flex-wrap:wrap;margin-bottom:35px;position:relative}section.discounts .row input{width:100%}section.discounts .row.full{display:block}section.discounts .row .col{padding-right:30px;width:300px}section.discounts .row .m-w-300{max-width:300px}@media (min-width:768px){section.discounts .row .min-width-575{min-width:575px}}section.discounts .row .m-t-xs{margin-top:22px}section.discounts .row .skinned-check label:hover:before{background-color:transparent}section.discounts .row .title{font-size:18px;font-weight:700;margin-bottom:15px}section.discounts .label{cursor:pointer;display:inline-block;font-weight:700;margin-bottom:10px}section.discounts .discount-date-preset .nice-select{height:42px}section.discounts .input-group{position:relative}section.discounts .input-group .input-group-addon{position:absolute;right:20px;top:12px}section.discounts .type{line-height:46px}section.discounts .type .radio{display:inline-block;margin:0 10px 5px 0}section.discounts .type .radio .required:after{display:none}section.discounts .type .radio [type=radio]{left:-9999px;position:absolute}section.discounts .type .radio [type=radio]+label{cursor:pointer;margin:0;position:relative}section.discounts .type .radio [type=radio]+label:before{content:"\f10c";font-family:FontAwesome;font-size:14px;letter-spacing:10px}section.discounts .type .radio [type=radio]:checked+label:before{content:"\f058"}section.discounts .discount-voucher-configuration-list .checkbox-offer{align-items:center;display:flex;flex:1}section.discounts .discount-voucher-configuration-list .voucher-configuration-name{margin-bottom:0}section.discounts .discount-voucher-configuration-list .amount-amount-type{align-items:center;display:flex;justify-content:space-between}section.discounts .discount-voucher-configuration-list .discount-price{align-items:center;display:flex;justify-content:space-between;margin-left:5px;width:100px}section.discounts .discount-voucher-configuration-list .amount-type{width:50px}section.discounts .discount-voucher-configuration-list .amount{width:85px}section.discounts .discount-voucher-configuration-list .amount input[type=text]{height:44px}section.discounts .discount-voucher-configuration-list .price-after-discount{color:#374fbb;font-size:20px;font-weight:700;margin-left:5px}section.discounts .discount-voucher-configuration-list .discounted-price{font-size:12px;text-decoration:line-through}section.discounts .discount-voucher-configuration-list .discount_voucher_configuration{display:flex;justify-content:center;width:100%!important}section.promotional-codes .item-code{background-color:#fff;border-bottom:1px solid #ebebeb;display:flex;flex-direction:column;gap:24px;justify-content:space-between;padding:16px 0}@media (min-width:1024px){section.promotional-codes .item-code{flex-direction:row;gap:24px;justify-content:space-between}}section.promotional-codes .item-code .text-amount{align-items:center;display:flex;flex:1;justify-content:space-between}section.promotional-codes .item-code .text-amount .number-offers-code{color:#000;margin-left:15px}section.promotional-codes .item-code .text{flex:1;padding:8px 0 8px 15px}section.promotional-codes .item-code .actions{align-items:center;display:flex;gap:12px;justify-content:center;margin-right:10px}section.promotional-codes .item-code .actions .status-slide-button{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:60px}section.promotional-codes .item-code .actions .status-slide-button .slide{background-color:#ddd;border-radius:50px;cursor:pointer;display:inline-block;height:18px;position:relative;width:30px}section.promotional-codes .item-code .title{font-size:18px;font-weight:700}section.promotional-codes .item-code .amount-and-date .amount{color:#374fbb;display:flex;font-size:18px;font-weight:700;justify-content:end;margin-top:10px}section.promotional-codes .item-code .amount-and-date .promotion-date{display:flex;font-size:12px;justify-content:end}section.promotional-codes .item-code .amount-and-date .promotion-date span{padding-left:5px;padding-right:5px}section.promotional-codes .item-code .amount-and-date .number-offers-discounts{color:#000;display:flex;font-size:18px;font-weight:700;justify-content:end;margin-left:15px;margin-top:10px}section.promotional-codes .item-code .push{padding:8px 15px}section.promotional-code{max-width:610px;width:100%}section.promotional-code .alert.alert-danger{font-size:12px}section.promotional-code .error{color:red;font-size:12px;font-weight:700;margin-bottom:7px}section.promotional-code .delete-link{color:red}section.promotional-code .delete-link:hover{color:#900}section.promotional-code .row{display:flex;flex-direction:column;margin-bottom:35px;position:relative}@media (min-width:768px){section.promotional-code .row{flex-direction:row}}section.promotional-code .row input{width:100%}section.promotional-code .row.full{display:block}section.promotional-code .row .col{padding-right:30px;width:300px}section.promotional-code .row .m-w-300{max-width:300px}section.promotional-code .row .m-t-xs{margin-top:22px}section.promotional-code .row .skinned-check label:hover:before{background-color:transparent}section.promotional-code .row .title{font-size:18px;font-weight:700;margin-bottom:15px}section.promotional-code .label{display:inline-block;font-weight:700;margin-bottom:10px}section.promotional-code .voucher-configuration-list{font-weight:700}section.promotional-code .voucher-configuration-list .skinned-check label{display:initial}section.promotional-code .voucher-configuration-list .promotional_code_voucherConfigurations{display:flex;justify-content:space-between}section.promotional-code .voucher-configuration-list .promotional_code_voucherConfigurations .discount-price{align-items:center;display:flex}@media (min-width:768px){section.promotional-code .input-code-name input{min-width:380px}}section.promotional-code .input-group{position:relative}section.promotional-code .input-group .input-group-addon{position:absolute;right:20px;top:12px}section.promotional-code .select2-container .select2-selection--single{height:42px;width:50px}section.promotional-code .type{line-height:46px}section.promotional-code .type .radio{display:inline-block;margin:0 10px 5px 0}section.promotional-code .type .radio .required:after{display:none}section.promotional-code .type .radio [type=radio]{left:-9999px;position:absolute}section.promotional-code .type .radio [type=radio]+label{cursor:pointer;margin:0;position:relative}section.promotional-code .type .radio [type=radio]+label:before{content:"\f10c";font-family:FontAwesome;font-size:14px;letter-spacing:10px}section.promotional-code .type .radio [type=radio]:checked+label:before{content:"\f058"}section.promotional-code .amount-amount-type{display:flex}section.promotional-code .price-after-discount{color:#374fbb;font-size:20px;font-weight:700;margin-left:5px}section.promotional-code .price-init-discount{color:#293138!important}section.promotional-code .discounted-price{font-size:12px;text-decoration:line-through}.simple-2col-form{max-width:500px}.simple-2col-form .row{margin-bottom:15px;text-align:center}@media (min-width:768px){.simple-2col-form .row{align-items:center;display:flex;text-align:left}}.simple-2col-form .row.full .label{width:100%}.simple-2col-form .label{margin-bottom:10px}@media (min-width:768px){.simple-2col-form .label{margin-bottom:0;width:170px}}.simple-2col-form .value{margin-bottom:10px}@media (min-width:768px){.simple-2col-form .value{flex:1;margin-bottom:0}}.simple-2col-form .value label.error{color:red;font-weight:700}form.form-base .form-group{padding-bottom:15px}form.form-base .form-control,form.form-base label{display:block}body.user-edit section.account{margin:0 0 20px}.form-section{padding-bottom:30px}@media (min-width:950px){.form-section{padding-bottom:40px}}.form-section .title{font-size:18px;margin-bottom:15px}.form-section a.toggle-collapse i{transition:all .3s}.form-section a.toggle-collapse.toggled i{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.form-section .content.collapsed{display:none}.input-with-prefix{align-items:center;display:flex}.input-with-prefix .input-container{flex:1}.custom-form-errors ul{list-style:none;margin:0;padding:0 0 15px;text-align:left}.custom-form-errors ul li{color:red}.form-review-response{display:none}section.reviews .review-container{display:block}section.reviews .review{display:flex;flex-wrap:wrap}section.reviews .review .review-header{align-items:center;display:flex;flex-wrap:wrap}section.reviews .review .review-header>div:not(:last-of-type){margin-bottom:10px;width:100%}@media (min-width:768px){section.reviews .review .review-header>div:not(:last-of-type){margin-bottom:0;margin-right:30px;width:auto}}section.reviews .review .review-header .stars-rating{margin-top:0}section.reviews .review .review-content{margin-left:60px}section.reviews .review .review-content .review-content-text{margin:0}section.reviews .review .review-content .review-content-text.full{display:none}section.reviews .review .review-footer{align-items:center;display:flex;margin-left:60px;margin-top:20px;position:relative}section.reviews .review .review-footer .not-replied-yet{background-color:#f7343e;border-radius:50px;left:-40px;padding:6px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}section.reviews .review .review-footer .show-review-details{padding:8px 12px}section.reviews .review .review-footer .show-review-details.hidden{display:none}section.reviews .review .review-footer .is-replied{display:none;margin-right:15px}section.reviews .review .review-footer .is-replied.show{display:block}section.reviews .review .review-footer .icon-check{color:#91bd10}section.reviews .review .review-picture img{max-width:120px}section.reviews .review .review-media{text-align:right}section.reviews .review .review-media a{color:#374fbb}section.reviews .form-review-response-container{margin-left:60px;margin-top:20px}section.reviews .form-review-response-container form{align-items:center;display:flex;flex-wrap:wrap;justify-content:center}@media (min-width:768px){section.reviews .form-review-response-container form{flex-wrap:nowrap;justify-content:start}}section.reviews .form-review-response-container label{margin-bottom:10px;white-space:nowrap}@media (min-width:768px){section.reviews .form-review-response-container label{margin-bottom:0}}section.reviews .form-review-response-container textarea{margin:0 20px 10px;resize:vertical;width:100%}@media (min-width:768px){section.reviews .form-review-response-container textarea{margin-bottom:0}}section.reviews .form-review-response-container .button{border-radius:50px}.page-reviews .no-reviews{padding-top:40px;text-align:center}.page-reviews .how-get-reviews{margin-left:auto;margin-right:auto;margin-top:50px;max-width:550px;text-align:center}.page-reviews .how-get-reviews .code-wrapper{margin-top:10px}.place-payout-frequency-radio+.place-payout-frequency-radio{margin-top:20px}.place-payout-frequency-radio .radio-help{font-size:12px}.payment-request .card{border:1px solid #d8d8d8;border-radius:5px;margin:20px 10px 0;overflow-x:auto;padding:20px}@media (min-width:1200px){.payment-request .card{margin:20px 0 0}}.payment-request .title{font-size:18px;font-weight:700;margin-bottom:15px}.payment-request table{margin-bottom:10px;width:100%}.payment-request thead{text-align:left}.payment-request tr td,.payment-request tr th{padding:0 15px}.payment-request tr th:first-child{padding-left:0}.payment-request tr td:first-child{min-width:10px;padding-left:0;padding-right:20px;position:relative}.payment-request tr .skinned-check label{left:0;position:absolute!important;top:0}.payment-request .to-treat tbody tr{cursor:pointer}.payment-request .select-all{cursor:pointer;margin-bottom:20px;visibility:hidden}.payment-request .select-all.visible{visibility:visible}.payment-request .total{margin-bottom:10px}.payment-request .total span{font-weight:700}.payment-request .place-invoice-container{display:flex;gap:20px;margin-bottom:20px}.payment-request .place-invoice-container .col{flex:1}.payment-request .place-invoice-container .form-label-wrapper{display:inline-block;width:110px}.payment-request .place-invoice-container .invoice-upload-choices{align-items:stretch;display:flex}.payment-request .place-invoice-container .invoice-upload-choices .separator{align-items:center;display:flex;height:100%;justify-content:center;padding:0 20px;position:relative}.payment-request .place-invoice-container .invoice-upload-choices .separator:before{background-color:#ebebeb;bottom:0;content:"";height:100%;left:50%;position:absolute;top:0;width:2px;z-index:-1}.payment-request .place-invoice-container .invoice-upload-choices .separator span{background-color:#fff;color:#676767;font-size:12px;padding:10px 0;position:relative;text-transform:uppercase;z-index:1}.payment-request .place-invoice-container .invoice-upload-choices .generate-invoice-ckeck{position:relative}.payment-request .place-invoice-container .invoice-upload-choices .generate-invoice-ckeck label{align-items:center;border:1px solid #d8d8d8;border-radius:3px;display:flex;height:175px;justify-content:center;width:175px}.payment-request .place-invoice-container .invoice-upload-choices .generate-invoice-ckeck input{left:-9999px;position:absolute}.payment-request .place-invoice-container .invoice-upload-choices .generate-invoice-ckeck input:checked~label .icon{display:block}.payment-request .place-invoice-container .invoice-upload-choices .generate-invoice-ckeck .icon{color:#73a94d;display:none;font-size:24px;left:10px;position:absolute;top:10px}.payment-request #app_payment_request_invoiceChoice{display:flex;gap:20px;margin-bottom:20px}.payment-request .generate-invoice{display:none}.payment-request .generate-invoice.show{display:block;margin-bottom:40px}.payment-request .drop-invoice{display:none}.payment-request .drop-invoice.show{display:flex;flex-direction:column;gap:30px;margin-bottom:40px}@media (min-width:768px){.payment-request .drop-invoice.show{flex-direction:row}}.payment-request .drop-invoice .field-list{display:flex;flex-direction:column;justify-content:space-evenly}.payment-request .drop-invoice .field-list .form-group{align-items:center;display:flex;gap:10px}.payment-request .drop-invoice .field-list .form-label-wrapper{min-width:85px}.payment-request #invoice-generation-resume-link{display:none}.payment-request #pro-invoice-lines-side-panel .title{margin-bottom:0}.payment-request #pro-invoice-lines-side-panel .pro-invoice-lines-collection-container{display:flex;flex-direction:column;gap:40px}.payment-request #pro-invoice-lines-side-panel .pro-invoice-pro-collection>.form-group+.form-group{margin-top:30px}.payment-request #pro-invoice-lines-side-panel .pro-invoice-pro-collection .pro-invoice-line-action,.payment-request #pro-invoice-lines-side-panel .pro-invoice-pro-collection .pro-invoice-line-actions{cursor:pointer;margin-top:10px}.payment-request #pro-invoice-lines-side-panel .pro-invoice-line-row{display:flex;flex-direction:column;gap:15px}.payment-request #pro-invoice-lines-side-panel .form-row{display:flex;gap:10px}.payment-request #pro-invoice-lines-side-panel .form-group{flex:1}.payment-request #pro-invoice-lines-side-panel .form-group label{display:inline-block}.payment-request #pro-invoice-lines-side-panel .form-group input{width:100%}.payment-request #pro-invoice-lines-side-panel .form-group.quantity{max-width:100px}.payment-request #pro-invoice-lines-side-panel .input-group{position:relative}.payment-request #pro-invoice-lines-side-panel .input-group .input-group-addon{position:absolute;right:0;top:50%;-webkit-transform:translate(-100%,-50%);transform:translate(-100%,-50%)}.payment-request #pro-invoice-lines-side-panel .pro-invoice-line-wrapper{flex-direction:column}@media (min-width:768px){.payment-request #pro-invoice-lines-side-panel .pro-invoice-line-wrapper{flex-direction:row}}.payment-request #pro-invoice-lines-side-panel .pro-invoice-line-wrapper .form-group{align-items:flex-start;display:flex;flex-direction:column}@media (min-width:768px){.payment-request #pro-invoice-lines-side-panel .pro-invoice-line-wrapper .form-group{display:block}}.payment-request #pro-invoice-lines-side-panel .pro-invoice-line-wrapper .form-group .input-group,.payment-request #pro-invoice-lines-side-panel .pro-invoice-line-wrapper .form-group select{width:100%}@media (min-width:768px){.payment-request #pro-invoice-lines-side-panel .pro-invoice-line-wrapper .form-group .input-group,.payment-request #pro-invoice-lines-side-panel .pro-invoice-line-wrapper .form-group select{width:auto}}.payment-request #pro-invoice-lines-side-panel .pro-invoice-line-wrapper .without-vat-form-group{flex:2}.payment-request #pro-invoice-lines-side-panel .pro-invoice-line-wrapper .vat-form-group{flex:1}.payment-request #pro-invoice-lines-side-panel .pro-invoice-line-wrapper .with-vat-form-group{flex:2}.payment-request #pro-invoice-lines-side-panel .error{color:red}.payment-request #pro-invoice-lines-side-panel .total-prices{display:flex;gap:20px;justify-content:flex-end}.payment-request #pro-invoice-lines-side-panel .total-amount-to-bill{color:red;display:flex;justify-content:flex-end;margin-top:10px}.payment-request #pro-invoice-lines-side-panel .total-amount-to-bill span{margin-left:4px}.payment-request #pro-invoice-lines-side-panel .button{width:100%}.payment-request .help-block ul{padding-left:0}.payment-request .history tr td{padding:4px 15px}.payment-request .history tr td:first-child{padding-left:0}.payment-request .history .actions{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:160px}.payment-request .history .actions .invoice-reset{color:#f7343e}.payment-request .history .actions .invoice-reset i{margin-right:4px}.payment-request .history .actions .invoice-reset:hover{color:red}.payment-request .badge-status{border-radius:15px;display:inline;font-size:14px;line-height:normal;padding:4px 10px}.payment-request .badge-status.refused{background-color:#f7343e;color:#fff}.payment-request .badge-status.pending{background-color:#ff7a3c;color:#fff}.payment-request .badge-status.valid{background-color:#91bd10;color:#fff}.payment-request .status{align-items:center;display:flex;flex-wrap:wrap;min-width:140px}@media (min-width:1024px){.payment-request .status>div+div{margin-left:8px}}.payment-request .refuse-reason{font-size:12px;max-width:700px}@media (min-width:1024px){.payment-request .refuse-reason{font-size:13px}}.payment-request .refuse-reason i{color:#374fbb;font-size:20px;margin-right:5px}.page-request input{width:100%}form[name=admin_search_place] input{border:1px solid #666;width:100%}form[name=app_payment_request] .form-group{margin-bottom:5px}form[name=app_payment_request] input[type=number].form-control,form[name=app_payment_request] input[type=text].form-control{width:150px}form[name=app_payment_request] .input-group{display:inline-block}form[name=use_voucher] #use_voucher_amount{width:120px}form.inline-form .form-group{display:inline-block;margin:0 5px}form.inline-form .input-group{display:inline-block;position:relative}form.inline-form .input-group .input-group-addon{position:absolute;right:15px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.js-link{cursor:pointer}.wysiwyg-content a{color:#374fbb;font-weight:bolder}.wysiwyg-content a:hover{color:#202e6c}table.table-apikeys{border-collapse:collapse;margin-bottom:20px;width:100%}table.table-apikeys th{border-bottom:2px solid #d8d8d8;text-align:left}table.table-apikeys td{border-bottom:1px solid #d8d8d8}table.table-apikeys tr:last-child td{border-bottom:0}table.table-apikeys td,table.table-apikeys th{padding:3px 5px}table.table-apikeys td:first-child,table.table-apikeys th:first-child{padding-left:0}table.table-apikeys td:last-child,table.table-apikeys th:last-child{padding-right:0}table.table-apikeys .apikey{font-family:monospace,serif}table.table-apikeys .actions{text-align:right}#add_api_key_name{max-width:400px}#add_api_key_expirationDate{max-width:200px}.customized-voucher-category h2{margin-bottom:32px}.customized-voucher-category .uploader-wrapper{align-items:stretch;display:flex;margin-bottom:40px}.customized-voucher-category .separator{padding:0 40px;position:relative}.customized-voucher-category .separator:after{background-color:#bdbdbd;content:"";height:100%;left:50%;position:absolute;top:0;width:2px;z-index:5}.customized-voucher-category .separator:before{background-color:#fff;color:#bdbdbd;content:"ou";font-size:18px;left:50%;padding:6px 0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:10}.customized-voucher-category .picture-wrapper{align-items:flex-start;display:flex;flex:1;flex-direction:column;gap:12px;justify-content:flex-start;max-width:180px}.customized-voucher-category .current-picture-wrapper img{border-radius:3px}.customized-voucher-category .current-picture-wrapper img.blurred{opacity:.2}.customized-voucher-category button[type=submit]{display:block}.place-badge{align-items:center;background-color:#fff;border:1px solid #d8d8d8;border-radius:3px;box-shadow:0 0 22px rgba(0,0,0,.1);color:#374fbb;display:flex;font-size:12px;font-weight:700;line-height:25px;padding:3px 6px}.place-badge i{font-size:16px}section.white-mark-special-page{max-width:800px}section.white-mark-special-page .alert.alert-danger{font-size:12px}section.white-mark-special-page .error{color:red;font-size:12px;font-weight:700;margin-bottom:7px}section.white-mark-special-page .delete-link{align-items:center;color:red;display:flex;justify-content:center;margin-left:25px}section.white-mark-special-page .delete-link:hover{color:#900}section.white-mark-special-page .slide{background-color:#ddd}section.white-mark-special-page .row{display:flex;margin-bottom:35px;position:relative}section.white-mark-special-page .row input{width:100%}section.white-mark-special-page .row.full{display:block}section.white-mark-special-page .row .col{padding-right:30px;width:300px}section.white-mark-special-page .row .m-w-300{max-width:300px}section.white-mark-special-page .row .m-w-575{min-width:575px}@media (min-width:768px){section.white-mark-special-page .row .min-width-575{min-width:575px}}section.white-mark-special-page .row .skinned-check label:hover:before{background-color:transparent}section.white-mark-special-page .row .title{font-size:18px;font-weight:700;margin-bottom:15px}section.white-mark-special-page .row .enabled{align-items:flex-end;display:flex}section.white-mark-special-page .row .locales{align-items:flex-end;display:flex;max-width:175px}section.white-mark-special-page .row .locales .nice-select{min-width:110px}section.white-mark-special-page .label{display:inline-block;font-weight:700;margin-bottom:10px}section.option-list.index .description,section.promotional-modal.index .description{max-width:800px}section.option-list.index .new-item-action,section.promotional-modal.index .new-item-action{display:flex;margin-top:24px}section.option-list.index .new-item-action.right,section.promotional-modal.index .new-item-action.right{justify-content:flex-end}section.option-list.index .list-wrapper,section.promotional-modal.index .list-wrapper{margin-top:24px}section.option-list.index .item-wrapper,section.promotional-modal.index .item-wrapper{align-items:center;border-bottom:1px solid #d8d8d8;display:flex;flex-direction:column;gap:10px;justify-content:space-between;padding:16px 0}@media (min-width:768px){section.option-list.index .item-wrapper,section.promotional-modal.index .item-wrapper{flex-direction:row;gap:0}}section.option-list.index .item-wrapper .btn-sort,section.promotional-modal.index .item-wrapper .btn-sort{cursor:move;width:20px}section.option-list.index .item-wrapper .btn-sort i,section.promotional-modal.index .item-wrapper .btn-sort i{color:#bdbdbd;font-size:22px}section.option-list.index .item-wrapper .left,section.option-list.index .item-wrapper .right,section.promotional-modal.index .item-wrapper .left,section.promotional-modal.index .item-wrapper .right{align-items:center;display:flex;flex-direction:column;gap:10px;text-align:center}@media (min-width:768px){section.option-list.index .item-wrapper .left,section.option-list.index .item-wrapper .right,section.promotional-modal.index .item-wrapper .left,section.promotional-modal.index .item-wrapper .right{flex-direction:row;text-align:left}section.option-list.index .item-wrapper .right,section.promotional-modal.index .item-wrapper .right{gap:25px}}section.option-list.index .item-wrapper .vc-count,section.promotional-modal.index .item-wrapper .vc-count{margin-right:0}@media (min-width:768px){section.option-list.index .item-wrapper .vc-count,section.promotional-modal.index .item-wrapper .vc-count{margin-right:20px}}section.option-list.index .item-wrapper .price,section.promotional-modal.index .item-wrapper .price{font-size:18px;font-weight:700}section.option-list.index .item-wrapper .picture,section.promotional-modal.index .item-wrapper .picture{height:75px;width:75px}section.option-list.index .item-wrapper .picture.no-picture,section.promotional-modal.index .item-wrapper .picture.no-picture{background-color:#d8d8d8;border-radius:3px}section.option-list.index .item-wrapper .picture img,section.promotional-modal.index .item-wrapper .picture img{border-radius:3px;display:block}section.option-list.index .item-wrapper .name,section.promotional-modal.index .item-wrapper .name{flex:1;font-size:18px;font-weight:700}section.option-list.index .item-wrapper .slide-button,section.promotional-modal.index .item-wrapper .slide-button{align-items:center;display:flex;flex-direction:column;width:65px}section.option-list.edit label,section.promotional-modal.edit label{display:inline-block;font-weight:700;margin-bottom:8px}section.option-list.edit .row,section.promotional-modal.edit .row{display:flex;flex-wrap:wrap;gap:16px;margin-bottom:20px}@media (min-width:768px){section.option-list.edit .row,section.promotional-modal.edit .row{flex-wrap:nowrap}}section.option-list.edit .col-2>div,section.promotional-modal.edit .col-2>div{width:100%}@media (min-width:768px){section.option-list.edit .col-2>div,section.promotional-modal.edit .col-2>div{width:50%}}section.option-list.edit .col-3>div,section.promotional-modal.edit .col-3>div{width:100%}@media (min-width:768px){section.option-list.edit .col-3>div,section.promotional-modal.edit .col-3>div{width:33%}}section.option-list.edit .col-4>div,section.promotional-modal.edit .col-4>div{width:100%}@media (min-width:768px){section.option-list.edit .col-4>div,section.promotional-modal.edit .col-4>div{width:25%}}section.option-list.edit .pictures,section.promotional-modal.edit .pictures{display:flex}section.option-list.edit .pictures .picture-wrapper,section.promotional-modal.edit .pictures .picture-wrapper{margin-bottom:20px}section.option-list.edit .pictures .picture-wrapper .help-block,section.promotional-modal.edit .pictures .picture-wrapper .help-block{display:block;margin-bottom:4px;max-width:400px}section.option-list.edit .pictures .btn-picture-template,section.promotional-modal.edit .pictures .btn-picture-template{align-items:center;display:flex;text-align:center}section.option-list.edit .pictures .separator,section.promotional-modal.edit .pictures .separator{padding:0 40px;position:relative}section.option-list.edit .pictures .separator:after,section.promotional-modal.edit .pictures .separator:after{background-color:#bdbdbd;content:"";height:100%;left:50%;position:absolute;top:0;width:2px;z-index:5}section.option-list.edit .pictures .separator:before,section.promotional-modal.edit .pictures .separator:before{background-color:#fff;color:#bdbdbd;content:"ou";font-size:18px;left:50%;padding:6px 0;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:10}section.option-list.edit .delete-link,section.promotional-modal.edit .delete-link{color:red;display:block;margin-top:20px}.information-bars .information-bar-switcher .slide{background-color:#f5f6fc}.information-bars .new-item-action{display:flex}.information-bars .new-item-action.right{justify-content:flex-end}.information-bars .form-group{width:33%}.information-bars .form-group .full-width .form-group{width:100%!important}.information-bars #integration{display:flex}.information-bars #integration #integration_widgetConfig{margin-left:10px}.information-bars .title-section{align-items:baseline;display:flex;font-size:20px;font-weight:700;gap:20px;line-height:1.25;margin-bottom:10px;margin-top:20px}.information-bars .sortable-information-bar-list.hidden{display:none}.information-bars .sortable-information-bar-list .information-bar{border-bottom:1px solid #ebebeb;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:20px;padding:14px 0}@media (min-width:950px){.information-bars .sortable-information-bar-list .information-bar{flex-direction:row}}.information-bars .sortable-information-bar-list .information-bar .information{align-items:center;display:flex}.information-bars .sortable-information-bar-list .information-bar .information .btn-sort{cursor:move;margin-right:10px}.information-bars .sortable-information-bar-list .information-bar .information .btn-sort i{color:#bdbdbd;font-size:22px}.information-bars .sortable-information-bar-list .information-bar .actions{align-items:center;display:flex;gap:24px;justify-content:center}@media (min-width:950px){.information-bars .sortable-information-bar-list .information-bar .actions{align-items:unset;justify-content:unset}}.information-bars .sortable-information-bar-list .information-bar .actions .button-outline{align-items:center;display:flex}.information-bars .sortable-information-bar-list .information-bar .actions .status-slide-button{align-items:center;display:flex;flex-direction:column;justify-content:center;min-width:60px}.information-bars .sortable-information-bar-list .information-bar .actions .status-slide-button .slide{background-color:#ddd;border-radius:50px;cursor:pointer;display:inline-block;height:18px;position:relative;width:30px}div.section{margin-bottom:40px}div.section .title{font-size:20px;font-weight:700;margin-bottom:10px}section.taxes form{display:flex;flex-direction:column;gap:20px;margin-top:20px}section.taxes .select2{max-width:250px}section.taxes .default-vat-type{display:flex;flex-direction:column;gap:4px}section.pro-invoice .intro{margin-bottom:20px}section.pro-invoice .form-group{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:20px}section.pro-invoice input,section.pro-invoice select{max-width:250px}.section.custom-domain span.code{background-color:#f0f0f0;border:1px solid #ebebeb;display:inline-block;font-family:monospace;padding:2px 5px}.section.custom-domain .status{font-weight:700}section.feed .feed-row+.feed-row{margin-top:60px}section.feed .form-group{margin-bottom:20px}.page-error main .site-content,.page-error main .site-content-sm{margin:0 auto}section.market-application .category-badge{background-color:#1aae9f;display:inline-block}section.market-application .setup{align-items:center;display:flex;gap:4px;justify-content:center}section.market-application .setup.setup-done{border-color:#91bd10;color:#91bd10}section.market-application.index form{align-items:center;display:flex;flex-wrap:wrap;gap:20px;margin-bottom:30px}section.market-application.index ul.app-list{display:grid;gap:20px;grid-auto-flow:row;grid-auto-rows:auto;grid-template-columns:repeat(1,1fr);list-style:none;margin:0;padding:0}@media (min-width:768px){section.market-application.index ul.app-list{grid-template-columns:repeat(2,1fr)}}@media (min-width:950px){section.market-application.index ul.app-list{grid-template-columns:repeat(4,1fr)}}section.market-application.index ul.app-list li{border:1px solid #d8d8d8;border-radius:3px;padding:10px;position:relative}section.market-application.index ul.app-list .setup{position:absolute;right:10px;top:10px}section.market-application.index ul.app-list .picture{height:50px;margin-bottom:20px}section.market-application.index ul.app-list .name{display:block;font-size:18px;font-weight:700;margin-bottom:10px}section.market-application.index ul.app-list .name:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:10}section.market-application.index ul.app-list .category-badge{margin-bottom:10px}section.market-application.show>.header{border-bottom:1px solid #d8d8d8;display:flex;gap:20px;margin-bottom:20px;padding-bottom:20px}section.market-application.show>.header .presentation{flex:1}section.market-application.show>.header .presentation .name{align-items:center;display:flex;font-size:18px;font-weight:700;gap:10px;margin-bottom:10px}section.market-application.show>.header .actions{align-items:flex-end;display:flex;flex-direction:column;gap:10px}section.market-application.show>.header .actions .row{align-items:center;display:flex;gap:10px}section.market-application.show>.content{margin:0 auto;max-width:600px}section.market-application.show .side-panel .intro{margin-bottom:20px}section.market-application.show .side-panel .alert-message a{color:#374fbb;text-decoration:underline}section.market-application.show .side-panel .form-group+.form-group{margin-top:20px}section.market-application.show .side-panel .footer button,section.market-application.show .side-panel input[type=password].form-control{width:100%}.page-booking-requests .badge,.workshop-schedule-page .badge{display:inline-block;line-height:1.5;white-space:nowrap}.page-booking-requests .badge-created,.workshop-schedule-page .badge-created{background-color:red}.page-booking-requests .badge-validated,.workshop-schedule-page .badge-validated{background-color:#91bd10}.page-booking-requests .badge-refused,.workshop-schedule-page .badge-refused{background-color:#000}.page-booking-requests .badge-awaiting-customer,.workshop-schedule-page .badge-awaiting-customer{background-color:#374fbb}.page-booking-requests .badge-external-booking,.workshop-schedule-page .badge-external-booking{background-color:#666}.page-booking-requests .badge-payable,.workshop-schedule-page .badge-payable{background-color:orange}.page-booking-requests .badge-origin,.workshop-schedule-page .badge-origin{background-color:#f5f6fc;border:1px dashed #d8d8d8;color:#000;font-weight:400}.page-booking-requests .title-wrapper .status-wrapper{align-items:center;display:flex;gap:5px}.page-booking-requests .title-wrapper .refusal-link{text-decoration:underline}.page-booking-requests .title-wrapper .actions{align-items:center;display:flex;flex-wrap:wrap;gap:20px;margin-top:20px}.page-booking-requests .title-wrapper .actions a{align-items:center;display:flex;gap:4px}.page-booking-requests .title-wrapper .actions a .icon{font-size:17px}.page-booking-requests .information-banner{margin-bottom:20px}.page-booking-requests .information-banner .booking-validation-banner{align-items:center;background-color:rgba(55,79,187,.2);border-radius:3px;display:flex;justify-content:space-between;padding:20px}.page-booking-requests .information-banner .booking-validation-banner .validate-button i{font-size:17px}.page-booking-requests .information-banner .booking-suggested-dates-banner{background-color:#f5f6fc;border-radius:3px;padding:20px}.page-booking-requests section.booking.index .table-filters{display:flex;flex-wrap:wrap;gap:20px;justify-content:space-between;margin-bottom:20px}.page-booking-requests section.booking.index .table-filters .filters{display:flex;flex-wrap:wrap;gap:10px}.page-booking-requests section.booking.index .table-container{overflow-x:auto}.page-booking-requests section.booking.index table{border-collapse:collapse;width:100%}.page-booking-requests section.booking.index table th{border-bottom:1px solid #d8d8d8;padding:0 10px;text-align:left}.page-booking-requests section.booking.index table th.creation-date{min-width:120px}.page-booking-requests section.booking.index table th.booking-date{min-width:350px}.page-booking-requests section.booking.index table th.offer-name{min-width:300px;width:100%}.page-booking-requests section.booking.index table th.status{min-width:150px}.page-booking-requests section.booking.index table th a i{display:none}.page-booking-requests section.booking.index table th a.asc-sorting i.fa-sort-desc,.page-booking-requests section.booking.index table th a.desc-sorting i.fa-sort-asc,.page-booking-requests section.booking.index table th a.sorting-unset i.fa-sort{display:inline-block}.page-booking-requests section.booking.index table td{border-bottom:1px solid #d8d8d8;padding:10px}.page-booking-requests section.booking.index table td .creation-date{font-size:11px}.page-booking-requests section.booking.index table td .offer-name{font-weight:700}.page-booking-requests section.booking.index table td .customer-info{align-items:center;display:inline-flex;gap:8px;position:relative}.page-booking-requests section.booking.index table td .customer-info .picture{height:25px;width:25px}.page-booking-requests section.booking.index table td .customer-info .picture img{border-radius:50%;display:block;max-height:100%;max-width:100%}.page-booking-requests section.booking.index table td .customer-info .picture.button-account{align-items:center;display:flex;font-size:10px;justify-content:center;margin:0;padding:0}.page-booking-requests section.booking.index table td .customer-info .name.unregistered{font-style:italic}.page-booking-requests section.booking.index table td .booking-date{font-weight:700}.page-booking-requests section.booking.index table td .booking-date .validated{color:#91bd10}.page-booking-requests section.booking.index table td .booking-date .date-proposals{font-weight:400}.page-booking-requests section.booking.index table tbody tr{cursor:pointer}.page-booking-requests section.booking.index table tbody tr.hovering a{color:#374fbb}.page-booking-requests section.booking.index .default-pagination{margin-top:20px}.page-booking-requests section.booking.show{display:flex;flex-direction:column;gap:20px}@media (min-width:950px){.page-booking-requests section.booking.show{flex-direction:row}}.page-booking-requests section.booking.show>div{flex:1}.page-booking-requests section.booking.show .block{margin-bottom:0}.page-booking-requests section.booking.show .sub-title{font-weight:700}.page-booking-requests section.booking.show .col{display:flex;flex-direction:column;gap:20px}.page-booking-requests section.booking.show .booking-detail{min-height:100px}.page-booking-requests section.booking.show .booking-detail .block-content{display:flex;flex-direction:column;gap:10px}.page-booking-requests section.booking.show .booking-date-card .block-content,.page-booking-requests section.booking.show .resources .block-content{align-items:center;display:flex;gap:10px;justify-content:space-between}.page-booking-requests section.booking.show .customer-card{min-height:100px;position:relative}.page-booking-requests section.booking.show .customer-card .block-content,.page-booking-requests section.booking.show .customer-card .row{align-items:center;display:flex;gap:10px}.page-booking-requests section.booking.show .customer-card .picture{height:50px;width:50px}.page-booking-requests section.booking.show .customer-card .picture img{border-radius:50%;display:block;height:50px;width:50px}.page-booking-requests section.booking.show .customer-card .picture.button-account{align-items:center;display:flex;font-size:15px;justify-content:center;margin:0;padding:0}.page-booking-requests section.booking.show .customer-card a.name{font-weight:700}.page-booking-requests section.booking.show .customer-card a.name:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:5}.page-booking-requests section.booking.show .pricing-detail .main-price{color:#374fbb;font-size:24px;font-weight:700}.page-booking-requests section.booking.show .pricing-detail .price{color:#374fbb;font-size:18px}.page-booking-requests section.booking.show .pricing-detail .inital-pricing-discount{border-bottom:none;border-bottom-left-radius:0;border-bottom-right-radius:0}.page-booking-requests section.booking.show .pricing-detail .inital-pricing-discount .block-header{margin-bottom:0}.page-booking-requests section.booking.show .pricing-detail .inital-pricing-discount>div{align-items:center;display:flex;gap:10px;justify-content:space-between}.page-booking-requests section.booking.show .pricing-detail .inital-pricing-discount .pricing-wrapper .block-title{font-weight:400}.page-booking-requests section.booking.show .pricing-detail .inital-pricing-discount .pricing-wrapper .price{font-size:18px;font-weight:400}.page-booking-requests section.booking.show .pricing-detail .booking-payment{border-radius:0}.page-booking-requests section.booking.show .pricing-detail .booking-payment .block-content{padding:0 10px}.page-booking-requests section.booking.show .pricing-detail .booking-payment .voucher .voucher-detail{position:relative}.page-booking-requests section.booking.show .pricing-detail .booking-payment .voucher .voucher-detail .voucher-name{font-weight:700}.page-booking-requests section.booking.show .pricing-detail .booking-payment .voucher .voucher-detail .voucher-name:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.page-booking-requests section.booking.show .pricing-detail .booking-payment .voucher .code-advancement,.page-booking-requests section.booking.show .pricing-detail .booking-payment .voucher .price-name{align-items:center;display:flex;gap:10px;justify-content:space-between}.page-booking-requests section.booking.show .pricing-detail .booking-payment .online-paid{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-top:10px;padding-top:10px}.page-booking-requests section.booking.show .pricing-detail .booking-payment .online-paid.separator{border-top:1px solid #d8d8d8}.page-booking-requests section.booking.show .pricing-detail .remaining-amount{align-items:center;background-color:#f5f6fc;border-style:dashed;border-top:none;border-top-left-radius:0;border-top-right-radius:0;display:flex;gap:10px;justify-content:space-between}.page-booking-requests section.booking.show .pricing-detail .remaining-amount .block-header{margin-bottom:0}.page-booking-requests section.booking.show .pro-invoice .block-content{align-items:center;display:flex;gap:10px;justify-content:space-between}.page-booking-requests section.booking.show .voucher-configuration{display:flex;flex-direction:column;gap:10px;position:relative}.page-booking-requests section.booking.show .voucher-configuration .sub-title-wrapper{align-items:center;display:flex;gap:10px;justify-content:space-between}.page-booking-requests section.booking.show .voucher-configuration .presentation-wrapper{align-items:center;display:flex;gap:10px}.page-booking-requests section.booking.show .voucher-configuration .presentation-wrapper a:before{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.page-booking-requests section.booking.show .voucher-configuration .presentation-wrapper img{border-radius:3px;display:block}.page-booking-requests section.booking.show .voucher-configuration .presentation-wrapper .info-wrapper{display:flex;flex:1;gap:10px;justify-content:space-between}.page-booking-requests section.booking.show .voucher-configuration .presentation-wrapper .info-wrapper .name{font-weight:700}.page-booking-requests section.booking.show .options .option-wrapper{align-items:center;display:flex;gap:10px;justify-content:space-between}.page-booking-requests section.booking.show .historical-dates .block-content{display:flex;flex-direction:column;gap:10px}.page-booking-requests section.booking.show .side-panel .collection>.form-group+.form-group{margin-top:20px}.page-booking-requests section.booking.show .side-panel .footer button{width:100%}.page-booking-requests section.booking.show .side-panel .booking-date{align-items:flex-end;display:flex;gap:10px}.page-booking-requests section.booking.show .side-panel .booking-date .nice-select{height:42px}.page-booking-requests section.booking.show .side-panel .booking-date .form-inline{align-items:center;display:flex}.page-booking-requests section.booking.show .side-panel .booking-date .form-inline.hidden{display:none}.page-booking-requests section.booking.show #booking-definitive-date-side-panel .form-group .input-group{position:relative}.page-booking-requests section.booking.show #booking-definitive-date-side-panel .form-group .input-group .icon{font-size:18px;left:10px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.page-booking-requests section.booking.show #booking-definitive-date-side-panel .form-group .input-group input{max-width:160px;padding-left:40px}.page-booking-requests section.booking.show #booking-suggested-dates-side-panel .collection{margin-bottom:40px;margin-top:10px}.page-booking-requests section.booking.show #booking-suggested-dates-side-panel .collection a{cursor:pointer}.page-booking-requests section.booking.show #booking-suggested-dates-side-panel .collection .form-group{align-items:center;display:flex;gap:20px}.page-booking-requests section.booking.show #booking-suggested-dates-side-panel .collection .form-group .input-group{position:relative}.page-booking-requests section.booking.show #booking-suggested-dates-side-panel .collection .form-group .input-group .icon{font-size:18px;left:10px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.page-booking-requests section.booking.show #booking-suggested-dates-side-panel .collection .form-group .input-group input{max-width:160px;padding-left:40px}.page-booking-requests section.booking.show #booking-suggested-dates-side-panel .collection .booking-suggested-dates-remove{display:inline-block;margin-top:6px}.page-booking-requests section.booking.show #booking-suggested-dates-side-panel .collection .booking-suggested-dates-remove span{display:none}@media (min-width:950px){.page-booking-requests section.booking.show #booking-suggested-dates-side-panel .collection .booking-suggested-dates-remove span{display:inline}}.page-booking-requests section.booking.show #booking-suggested-dates-side-panel .collection .booking-suggested-dates-rescue-add{display:inline-block;margin-top:12px}.page-booking-requests .slider-wrapper{margin-bottom:10px}.page-booking-requests #booking-definitive-date-form .booking-date+.slider-wrapper{margin-top:10px}.fc,.fc *,.fc :after,.fc :before{box-sizing:unset}.page-booking-schedule{--fc-now-indicator-color:#374fbb;--fc-button-bg-color:#fff;--fc-button-border-color:#d8d8d8;--fc-button-active-bg-color:#fff;--fc-button-active-border-color:#374fbb;--fc-button-text-color:#000;--fc-button-hover-bg-color:#fff;--fc-button-hover-border-color:#374fbb}.page-booking-schedule .fc-scrollgrid th,.page-booking-schedule .fc-scrollgrid-sync-table th{font-weight:400}.page-booking-schedule .fc-license-message{display:none}.page-booking-schedule .fc-event{margin-top:5px}.page-booking-schedule .fc-event-main .infos{display:flex;gap:5px;justify-content:space-between}.page-booking-schedule .fc .fc-button-primary:hover,.page-booking-schedule .fc .fc-button-primary:not(:disabled).fc-button-active{color:#374fbb}.page-booking-schedule .fc .fc-createBooking-button,.page-booking-schedule .fc .fc-createUnavailability-button{background:#374fbb;border:none;border-radius:50px;color:#fff;display:inline-block;font-family:Jost,sans-serif;font-size:15px;font-weight:400;line-height:1.5;padding:10px 20px;position:relative;text-decoration:none;transition:all .3s;z-index:5}.page-booking-schedule .fc .fc-createBooking-button:hover,.page-booking-schedule .fc .fc-createUnavailability-button:hover{background-color:#202e6c;color:#fff}.page-booking-schedule .fc .fc-createBooking-button:disabled,.page-booking-schedule .fc .fc-createUnavailability-button:disabled{background:#efefef;border:none;color:#767676;cursor:default}.page-booking-schedule .night-resource-tooltip .person-count{align-items:center;display:flex;gap:3px;margin-top:4px}.page-booking-schedule .night-resource-tooltip i.icon{font-size:14px}.page-booking-schedule .resource-label{align-items:center;display:flex;gap:5px}.page-booking-schedule .fc-header-toolbar{flex-direction:column;gap:20px}@media (min-width:950px){.page-booking-schedule .fc-header-toolbar{flex-direction:row;gap:0}}.page-booking-schedule .fc-header-toolbar .fc-toolbar-chunk{display:flex;flex-direction:column;gap:10px}@media (min-width:950px){.page-booking-schedule .fc-header-toolbar .fc-toolbar-chunk{flex-direction:row;gap:0}}.page-booking-schedule #side-panel-changed-dates .button{width:100%}.page-booking-schedule.night .fc-scrollgrid thead,.page-booking-schedule.night .fc-scrollgrid-section>td:first-child,.page-booking-schedule.night .fc-scrollgrid-sync-table thead{background-color:#f5f6fc}.page-booking-schedule.night .fc-event{border-radius:32px;height:30px;padding:0 8px}.page-booking-schedule.service .fc-scrollgrid colgroup,.page-booking-schedule.service .fc-scrollgrid thead,.page-booking-schedule.service .fc-scrollgrid-sync-table colgroup,.page-booking-schedule.service .fc-scrollgrid-sync-table thead{background-color:#f5f6fc}.page-booking-schedule.service .fc-event{border-radius:5px}.page-booking-schedule.workshop .workshop-schedule-page .fc-event{cursor:pointer}.page-booking-schedule.workshop .workshop-schedule-page .actions{margin-bottom:20px}.page-booking-schedule.workshop .workshop-schedule-page .actions .current-schedule-date{font-size:25px;font-weight:700;margin-left:20px}.page-booking-schedule.workshop .workshop-schedule-page .workshop-slots{display:grid;gap:30px;grid-template-columns:repeat(1,1fr);grid-template-rows:1fr}@media (min-width:768px){.page-booking-schedule.workshop .workshop-schedule-page .workshop-slots{grid-template-columns:repeat(2,1fr)}}@media (min-width:1200px){.page-booking-schedule.workshop .workshop-schedule-page .workshop-slots{grid-template-columns:repeat(3,1fr)}}.page-booking-schedule.workshop .workshop-schedule-page .workshop-slots .workshop-slot-date{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px}.page-booking-schedule.workshop .workshop-schedule-page .workshop-slots .seat-remaining-block{background-color:#f5f6fc;border:none;border-radius:3px}.page-booking-schedule.workshop .workshop-schedule-page .workshop-slots .seat-remaining-block .block-content{align-items:center;display:flex;justify-content:space-between}.page-booking-schedule.workshop .workshop-schedule-page .workshop-slots .reserved-workshop-slot:hover .booking-link{color:#374fbb}.page-booking-schedule.workshop .workshop-schedule-page .workshop-slots .reserved-workshop-slot .block-content{align-items:center;display:flex;gap:20px;justify-content:space-between}.page-booking-schedule.workshop .workshop-schedule-page .workshop-slots .workshop-slot-bottom .button{text-align:center;width:100%}.page-resources .resource-list .actions-buttons{align-items:center;display:flex;gap:8px;justify-content:flex-start;margin-bottom:24px}@media (min-width:950px){.page-resources .resource-list .actions-buttons{justify-content:flex-end}}.page-resources .resource-list .resource{align-items:center;border-bottom:1px solid #ebebeb;display:flex;justify-content:space-between;padding:16px 0}.page-resources .resource-list .resource .left{align-items:center;display:flex;gap:15px}.page-resources .resource-list .resource .left .name{font-size:18px;font-weight:700}.page-resources .resource-edit .row+.row{padding-top:20px}.page-resources .resource-edit .row .sub-title{font-size:16px;font-weight:700;padding-bottom:10px}.page-resources .resource-edit .row .removed-link{margin-left:10px}.page-resources .resource-edit .m-w-300{max-width:300px}.page-resources .resource-edit .m-w-600{max-width:600px}.page-resources .resource-edit .block .form-group:not(:last-child){margin-bottom:5px}.page-resources .resource-edit .block .skinned-check label{font-size:15px;padding-left:20px}.page-resources .resource-edit .block .skinned-check label:after,.page-resources .resource-edit .block .skinned-check label:before{left:0}.page-resources .resource-edit .manage-time-slots{margin-top:10px}.page-resources .resource-edit .manage-time-slots .days-of-week-allowed{align-items:center;display:grid;grid-template-columns:repeat(4,1fr)}@media (min-width:768px){.page-resources .resource-edit .manage-time-slots .days-of-week-allowed{display:flex}}.page-resources .resource-edit .voucher-configurations{margin-top:10px}.page-configuration .availabilities+.availabilities.workshop,.page-resources .availabilities+.availabilities.workshop{margin-top:50px}.page-configuration .availabilities.workshop,.page-resources .availabilities.workshop{align-items:baseline;display:flex;flex-direction:row-reverse;gap:20px;justify-content:flex-end}.page-configuration .availability.workshop,.page-resources .availability.workshop{align-items:baseline;display:flex;flex-direction:column;gap:20px;justify-content:flex-start}@media (min-width:768px){.page-configuration .availability.workshop,.page-resources .availability.workshop{flex-direction:row;gap:30px}}.page-configuration .availability-time-slots+.availability-time-slots,.page-resources .availability-time-slots+.availability-time-slots{margin-top:5px}.page-configuration .availability-time-slots .skinned-check label,.page-resources .availability-time-slots .skinned-check label{font-size:15px;margin-left:-5px}.page-configuration .availability-time-slots .time-slots-collection .time-slots-group,.page-configuration .availability-time-slots .time-slots-workshop .time-slots-group,.page-resources .availability-time-slots .time-slots-collection .time-slots-group,.page-resources .availability-time-slots .time-slots-workshop .time-slots-group{align-items:center;display:flex;flex-direction:column;gap:10px;margin-bottom:10px}@media (min-width:425px){.page-configuration .availability-time-slots .time-slots-collection .time-slots-group,.page-configuration .availability-time-slots .time-slots-workshop .time-slots-group,.page-resources .availability-time-slots .time-slots-collection .time-slots-group,.page-resources .availability-time-slots .time-slots-workshop .time-slots-group{flex-direction:row}}.page-configuration .availability-time-slots .time-slots-collection .end-time-slot-field,.page-configuration .availability-time-slots .time-slots-collection .start-time-slot-field,.page-configuration .availability-time-slots .time-slots-workshop .end-time-slot-field,.page-configuration .availability-time-slots .time-slots-workshop .start-time-slot-field,.page-resources .availability-time-slots .time-slots-collection .end-time-slot-field,.page-resources .availability-time-slots .time-slots-collection .start-time-slot-field,.page-resources .availability-time-slots .time-slots-workshop .end-time-slot-field,.page-resources .availability-time-slots .time-slots-workshop .start-time-slot-field{align-items:center;display:flex;gap:10px}.page-configuration .availability-time-slots .time-slots-collection .end-time-slot-field .form-control,.page-configuration .availability-time-slots .time-slots-collection .start-time-slot-field .form-control,.page-configuration .availability-time-slots .time-slots-workshop .end-time-slot-field .form-control,.page-configuration .availability-time-slots .time-slots-workshop .start-time-slot-field .form-control,.page-resources .availability-time-slots .time-slots-collection .end-time-slot-field .form-control,.page-resources .availability-time-slots .time-slots-collection .start-time-slot-field .form-control,.page-resources .availability-time-slots .time-slots-workshop .end-time-slot-field .form-control,.page-resources .availability-time-slots .time-slots-workshop .start-time-slot-field .form-control{height:40px}.row-title .title{font-size:20px;font-weight:700;margin-bottom:20px}@media (min-width:768px){.row-title{align-content:space-between;display:flex;gap:20px}.row-title .title{flex:1}.row-title .locale-selector{min-width:150px}}.row-separator{height:40px;position:relative}.row-separator:after{background-color:#ebebeb;content:"";height:2px;left:50%;position:absolute;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:80%}form[name=place_seo] .form-group{margin-bottom:20px}.fa-danger{color:red}.ui-tabs{padding:0}.ui-tabs .ui-tabs-nav li{margin:0}.custom-menu-entry{align-items:center;display:flex;gap:20px;padding-bottom:10px}header #qr-code-scan-button{background-color:#374fbb;border-radius:3px;color:#fff;line-height:1;margin-left:10px;padding:4px 6px}header #qr-code-scan-button i{font-size:25px}header #qr-code-scan-button.disabled{background-color:#666;pointer-events:none}header .quick-actions{display:flex;gap:10px;margin-left:10px}.scan-block{display:flex;flex-direction:column;height:100%}.scan-block .video-container{align-items:center;display:flex;flex:1;flex-direction:row;justify-content:center;padding:40px 20px}.scan-block .video-container video{aspect-ratio:1;max-width:600px;-o-object-fit:cover;object-fit:cover;width:100%}.scan-block .messages .message{display:none;padding:20px;text-align:center}.scan-block .messages .message.visible{display:block}.scan-block .messages .message.error-message{color:red}.install-app-banner{background:#fff;border:1px solid #ebebeb;border-radius:5px;bottom:15px;box-shadow:0 0 20px 0 rgba(0,0,0,.2);display:none;left:15px;padding:10px 40px;position:fixed;right:15px;text-align:center;z-index:100}.install-app-banner .for-ios,.install-app-banner .for-real-phones{display:none}.install-app-banner .close{position:absolute;right:10px;top:10px}.global-close-button{font-size:20px;position:fixed;right:20px;top:20px}.global-close-button:hover{color:#374fbb}#form-register input[type=password]{width:100%}#form-register .form-group.qi-test{display:none}.page-subscription-plans .subscription-plans{display:grid;gap:20px;grid-auto-rows:1fr;grid-template-columns:repeat(1,1fr);position:relative}@media (min-width:768px){.page-subscription-plans .subscription-plans{grid-template-columns:repeat(2,1fr)}}@media (min-width:950px){.page-subscription-plans .subscription-plans{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.page-subscription-plans .subscription-plans{grid-template-columns:repeat(4,1fr)}}.page-subscription-plans .subscription-plans .subscription-plan{display:flex;flex-direction:column;padding:30px}.page-subscription-plans .subscription-plans .subscription-plan .information{align-items:flex-start;display:flex;flex-direction:column}.page-subscription-plans .subscription-plans .subscription-plan .information .name{font-size:30px;font-weight:700}.page-subscription-plans .subscription-plans .subscription-plan .information .price{color:#374fbb;font-size:16px;font-weight:500}.page-subscription-plans .subscription-plans .subscription-plan .information .current-subscription-badge{width:-webkit-max-content;width:-moz-max-content;width:max-content}.page-subscription-plans .subscription-plans .subscription-plan .actions{display:flex;flex-direction:column;gap:5px;text-align:center}.page-subscription-plans .subscription-plans .subscription-plan .actions .cancel-button{background-color:#f7343e}.page-subscription-plans .subscription-plans .subscription-plan .actions .cancel-button:hover{background-color:#be0711}.page-subscription-plan-subscribe .subscription-plan-subscribe{align-items:flex-start;display:flex;flex-direction:column;gap:20px}@media (min-width:768px){.page-subscription-plan-subscribe .subscription-plan-subscribe{flex-direction:row}}.page-subscription-plan-subscribe .left-content,.page-subscription-plan-subscribe .right-content{width:100%}@media (min-width:768px){.page-subscription-plan-subscribe .left-content,.page-subscription-plan-subscribe .right-content{width:calc(50% - 20px)}}.page-subscription-plan-subscribe .block{margin-bottom:10px}.page-subscription-plan-subscribe .blue-link-wrapper{margin-top:10px}.page-subscription-plan-subscribe .left-content{background-color:#f3f1ef;border-color:transparent;border-radius:3px}.page-subscription-plan-subscribe .left-content .subscription-name{font-size:30px;font-weight:700}.page-subscription-plan-subscribe .left-content .price{color:#374fbb;font-size:16px;font-weight:500}.page-subscription-plan-subscribe .left-content .price-guide .price{font-size:15px}.page-subscription-plan-subscribe .right-content .pure-check-wrapper label{font-weight:400}.page-subscription-plan-subscribe .right-content .direct-debit-guide{color:#000;font-size:13px;margin-top:10px}.page-subscription-plan-subscribe .subscribe-form{position:relative}.page-subscription-plan-subscribe .error-message{color:red;display:none;font-size:13px;font-weight:700}.subscription-features{display:flex;flex-direction:column;gap:10px;margin:20px 0}.subscription-features .feature-category-title{font-size:18px;font-weight:700}.page-subscription section.subscription{display:flex;flex-direction:column;gap:20px}@media (min-width:768px){.page-subscription section.subscription{flex-direction:row}}.page-subscription section.subscription .left-content,.page-subscription section.subscription .right-content{display:flex;flex-direction:column;gap:20px;width:100%}@media (min-width:768px){.page-subscription section.subscription .left-content,.page-subscription section.subscription .right-content{width:calc(50% - 20px)}}.page-subscription section.subscription .button{margin-top:10px}.page-subscription section.subscription .block{margin-bottom:0}.page-subscription section.subscription .current-subscription{grid-area:subscription}.page-subscription section.subscription .current-subscription .block-content .subscription-name{font-size:30px;font-weight:700}.page-subscription section.subscription .current-subscription .block-content .price{color:#374fbb;font-size:16px;font-weight:500}.page-subscription section.subscription .used-credits{grid-area:credits}.page-subscription section.subscription .used-credits .credit-details{margin-top:10px}.page-subscription section.subscription .invoices{grid-area:invoices}.page-subscription section.subscription .invoices .download-link{color:#374fbb;text-decoration:underline}.page-subscription section.subscription .invoices .price-without-vat .price{color:#374fbb}.page-subscription section.subscription .payment-method{grid-area:payment-method}.page-subscription-payment-method #submit-button,.page-subscription-plan-subscribe #submit-button{margin:10px 0}.page-subscription-payment-method .terms,.page-subscription-plan-subscribe .terms{align-items:center;display:flex}.page-subscription-payment-method #mandate-acceptance,.page-subscription-plan-subscribe #mandate-acceptance{font-size:13px;margin-top:10px}.page-subscription-payment-method #error-message,.page-subscription-plan-subscribe #error-message{color:red;font-size:13px;font-weight:700}.page-subscription-payment-method .subscription-payment-method.block{margin:0}.page-subscription-payment-method .terms{margin-top:10px}form[name=voucher] input::-webkit-input-placeholder{opacity:.5}form[name=voucher] input::-moz-placeholder{opacity:.5}form[name=voucher] input::-ms-input-placeholder{opacity:.5}form[name=voucher] input::placeholder{opacity:.5}#side-panel-edit-booking .side-panel-dialog:has(.overlay.display),#side-panel-edit-voucher .side-panel-dialog:has(.overlay.display){overflow-y:clip}#side-panel-edit-booking .side-panel-dialog .overlay,#side-panel-edit-voucher .side-panel-dialog .overlay{background-color:hsla(0,0%,100%,.8);bottom:0;left:0;opacity:0;position:absolute;right:0;top:0;transition:opacity .5s ease,visibility .5s ease;visibility:hidden;z-index:9999}#side-panel-edit-booking .side-panel-dialog .overlay.display,#side-panel-edit-voucher .side-panel-dialog .overlay.display{opacity:1;visibility:visible}#side-panel-edit-booking .link-blue,#side-panel-resource-unavailability .link-blue{color:#374fbb;text-decoration:underline}#side-panel-edit-booking .booking-form-content .row+.row,#side-panel-resource-unavailability .booking-form-content .row+.row{margin-top:20px}#side-panel-edit-booking .booking-form-content .person-count .form-group,#side-panel-resource-unavailability .booking-form-content .person-count .form-group{align-items:baseline;display:flex;flex-direction:column}#side-panel-edit-booking .booking-form-content .booking-date .booking-date-content,#side-panel-resource-unavailability .booking-form-content .booking-date .booking-date-content{display:flex;gap:10px}#side-panel-edit-booking .booking-form-content .booking-date .end-date,#side-panel-edit-booking .booking-form-content .booking-date .start-date,#side-panel-resource-unavailability .booking-form-content .booking-date .end-date,#side-panel-resource-unavailability .booking-form-content .booking-date .start-date{align-items:flex-end;display:flex;gap:10px}#side-panel-edit-booking .booking-form-content .booking-date .end-date .end-time-slot-field,#side-panel-edit-booking .booking-form-content .booking-date .end-date .start-time-slot-field,#side-panel-edit-booking .booking-form-content .booking-date .start-date .end-time-slot-field,#side-panel-edit-booking .booking-form-content .booking-date .start-date .start-time-slot-field,#side-panel-resource-unavailability .booking-form-content .booking-date .end-date .end-time-slot-field,#side-panel-resource-unavailability .booking-form-content .booking-date .end-date .start-time-slot-field,#side-panel-resource-unavailability .booking-form-content .booking-date .start-date .end-time-slot-field,#side-panel-resource-unavailability .booking-form-content .booking-date .start-date .start-time-slot-field{align-items:center;display:flex}#side-panel-edit-booking .booking-form-content .booking-date .preset-time-slots,#side-panel-resource-unavailability .booking-form-content .booking-date .preset-time-slots{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-top:20px}#side-panel-edit-booking .booking-form-content .booking-date .preset-time-slots .preset-time-slot,#side-panel-resource-unavailability .booking-form-content .booking-date .preset-time-slots .preset-time-slot{cursor:pointer;text-align:center;transition:all .3s}#side-panel-edit-booking .booking-form-content .booking-date .preset-time-slots .preset-time-slot.active,#side-panel-edit-booking .booking-form-content .booking-date .preset-time-slots .preset-time-slot:hover,#side-panel-resource-unavailability .booking-form-content .booking-date .preset-time-slots .preset-time-slot.active,#side-panel-resource-unavailability .booking-form-content .booking-date .preset-time-slots .preset-time-slot:hover{background-color:#374fbb;color:#fff}#side-panel-edit-booking .booking-form-content .booking-date .preset-time-slots .preset-time-slot.active.badge-error,#side-panel-edit-booking .booking-form-content .booking-date .preset-time-slots .preset-time-slot:hover.badge-error,#side-panel-resource-unavailability .booking-form-content .booking-date .preset-time-slots .preset-time-slot.active.badge-error,#side-panel-resource-unavailability .booking-form-content .booking-date .preset-time-slots .preset-time-slot:hover.badge-error{background-color:red}#side-panel-edit-booking .booking-form-content .booking-date .preset-time-slots .no-slot-message,#side-panel-resource-unavailability .booking-form-content .booking-date .preset-time-slots .no-slot-message{color:red}#side-panel-edit-booking .booking-form-content .booking-date .booking-time,#side-panel-resource-unavailability .booking-form-content .booking-date .booking-time{align-items:center;display:flex;gap:10px;margin-top:10px}#side-panel-edit-booking .booking-form-content .booking-date .booking-time .end-time-slot-field,#side-panel-edit-booking .booking-form-content .booking-date .booking-time .start-time-slot-field,#side-panel-resource-unavailability .booking-form-content .booking-date .booking-time .end-time-slot-field,#side-panel-resource-unavailability .booking-form-content .booking-date .booking-time .start-time-slot-field{align-items:center;display:flex}#side-panel-edit-booking .booking-form-content .booking-date .select2-selection__arrow b,#side-panel-edit-booking .booking-form-content form[name=booking_order]:not([data-category-code=night]) .end-date,#side-panel-resource-unavailability .booking-form-content .booking-date .select2-selection__arrow b,#side-panel-resource-unavailability .booking-form-content form[name=booking_order]:not([data-category-code=night]) .end-date{display:none}#side-panel-edit-booking .booking-form-content .customer .customer-select,#side-panel-resource-unavailability .booking-form-content .customer .customer-select{align-items:center;display:flex;gap:20px}#side-panel-edit-booking .booking-form-content .customer .customer-select .select2-container,#side-panel-resource-unavailability .booking-form-content .customer .customer-select .select2-container{max-width:250px}#side-panel-edit-booking .booking-form-content .customer .customer-select .separator,#side-panel-resource-unavailability .booking-form-content .customer .customer-select .separator{font-weight:700;margin-top:10px}#side-panel-edit-booking .booking-form-content .customer .create-customer>div,#side-panel-resource-unavailability .booking-form-content .customer .create-customer>div{align-items:center;display:flex;gap:10px;margin-top:10px}#side-panel-edit-booking .booking-form-content .customer .create-customer>div .form-group,#side-panel-resource-unavailability .booking-form-content .customer .create-customer>div .form-group{width:50%}#side-panel-edit-booking button.button,#side-panel-resource-unavailability button.button{display:block;width:100%}#side-panel-resource-unavailability #booking-tabs{border:none;border-radius:3px}#side-panel-resource-unavailability #booking-tabs .ui-widget-header{background:none;border:none;border-bottom:1px solid #d8d8d8;border-radius:3px;padding:0}#side-panel-resource-unavailability #booking-tabs .ui-corner-top{border-radius:3px}#side-panel-resource-unavailability #booking-tabs .ui-state-default{background-color:transparent;border-color:transparent}#side-panel-resource-unavailability #booking-tabs .ui-state-default,#side-panel-resource-unavailability #booking-tabs .ui-tabs-anchor{height:40px}#side-panel-resource-unavailability #booking-tabs .ui-state-default{border-bottom-left-radius:0;border-bottom-right-radius:0;border-left:1px solid #d8d8d8;border-right:1px solid #d8d8d8;border-top:1px solid #d8d8d8}#side-panel-resource-unavailability #booking-tabs .ui-widget-content{border-bottom:1px solid #d8d8d8;border-left:1px solid #d8d8d8;border-radius:0 3px 3px 3px;border-right:1px solid #d8d8d8}#side-panel-resource-unavailability #booking-tabs .ui-widget-content.only{border:none}#side-panel-resource-unavailability #booking-tabs .ui-state-active{background:#374fbb;border:1px solid transparent;border-radius:3px 3px 0 0;margin:0}#side-panel-resource-unavailability #booking-tabs .ui-tabs-tab:not(:first-child){margin-left:10px}#side-panel-resource-unavailability #booking-tabs .ui-state-hover{background:#374fbb;border-color:transparent;border-radius:3px 3px 0 0;color:#fff}#side-panel-resource-unavailability #booking-tabs .ui-state-hover a:not(.button):hover{color:#fff}body:has(.side-panel.visible){overflow:hidden}.choose-configuration-wrapper{margin-bottom:20px}.order-options .option{align-items:center;display:flex;margin-bottom:4px;position:relative}.order-options .option .selector{align-items:center;display:flex;justify-content:center;margin-right:5px;min-width:48px;position:relative}.order-options .option label{align-items:flex-end;color:#293138;cursor:pointer;display:flex;font-size:14px;font-weight:700;margin-bottom:0}.order-options .option label:before{bottom:0;content:" ";left:0;position:absolute;right:0;top:0}.order-options .option label>div:not(:first-of-type){margin-left:5px}.order-options .option label .current-price{color:#374fbb}.order-options .option label .old-price{color:#374fbb;display:inline;font-size:11px;position:relative}.order-options .option label .old-price:before{background-color:#374fbb;content:" ";height:1px;left:0;position:absolute;top:50%;-webkit-transform:rotate(-15deg) translateY(-50%);transform:rotate(-15deg) translateY(-50%);width:100%}.order-options .option label .old-price sup{font-size:9px}.order-options .option.quantifiable label{position:relative}.order-options .option .less,.order-options .option .more{font-size:13px;padding:0}.order-options .option .quantity{min-width:24px;padding:0}.daterangepicker{background-color:#fff;border:1px solid #ddd;border-radius:4px;color:inherit;display:none;font-family:arial;font-size:15px;left:20px;line-height:1em;margin-top:7px;max-width:none;padding:0;position:absolute;top:100px;width:278px;z-index:3001}.daterangepicker:after,.daterangepicker:before{border-bottom-color:rgba(0,0,0,.2);content:"";display:inline-block;position:absolute}.daterangepicker:before{border-bottom:7px solid #ccc;border-left:7px solid transparent;border-right:7px solid transparent;top:-7px}.daterangepicker:after{border-bottom:6px solid #fff;border-left:6px solid transparent;border-right:6px solid transparent;top:-6px}.daterangepicker.opensleft:before{right:9px}.daterangepicker.opensleft:after{right:10px}.daterangepicker.openscenter:after,.daterangepicker.openscenter:before{left:0;margin-left:auto;margin-right:auto;right:0;width:0}.daterangepicker.opensright:before{left:9px}.daterangepicker.opensright:after{left:10px}.daterangepicker.drop-up{margin-top:-7px}.daterangepicker.drop-up:before{border-bottom:initial;border-top:7px solid #ccc;bottom:-7px;top:auto}.daterangepicker.drop-up:after{border-bottom:initial;border-top:6px solid #fff;bottom:-6px;top:auto}.daterangepicker.single .daterangepicker .ranges,.daterangepicker.single .drp-calendar{float:none}.daterangepicker.single .drp-selected{display:none}.daterangepicker.show-calendar .drp-buttons,.daterangepicker.show-calendar .drp-calendar{display:block}.daterangepicker.auto-apply .drp-buttons{display:none}.daterangepicker .drp-calendar{display:none;max-width:270px}.daterangepicker .drp-calendar.left{padding:8px 0 8px 8px}.daterangepicker .drp-calendar.right{padding:8px}.daterangepicker .drp-calendar.single .calendar-table{border:none}.daterangepicker .calendar-table .next span,.daterangepicker .calendar-table .prev span{border:solid #000;border-radius:0;border-width:0 2px 2px 0;color:#fff;display:inline-block;padding:3px}.daterangepicker .calendar-table .next span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.daterangepicker .calendar-table .prev span{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.daterangepicker .calendar-table td,.daterangepicker .calendar-table th{border:1px solid transparent;border-radius:4px;cursor:pointer;font-size:12px;height:24px;line-height:24px;min-width:32px;text-align:center;vertical-align:middle;white-space:nowrap;width:32px}.daterangepicker .calendar-table{background-color:#fff;border:1px solid #fff;border-radius:4px}.daterangepicker .calendar-table table{border-collapse:collapse;border-spacing:0;margin:0;width:100%}.daterangepicker td.available:hover,.daterangepicker th.available:hover{background-color:#eee;border-color:transparent;color:inherit}.daterangepicker td.week,.daterangepicker th.week{color:#ccc;font-size:80%}.daterangepicker td.off,.daterangepicker td.off.end-date,.daterangepicker td.off.in-range,.daterangepicker td.off.start-date{background-color:#fff;border-color:transparent;color:#999}.daterangepicker td.in-range{background-color:#ebf4f8;border-color:transparent;border-radius:0;color:#000}.daterangepicker td.start-date{border-radius:4px 0 0 4px}.daterangepicker td.end-date{border-radius:0 4px 4px 0}.daterangepicker td.start-date.end-date{border-radius:4px}.daterangepicker td.active,.daterangepicker td.active:hover{background-color:#357ebd;border-color:transparent;color:#fff}.daterangepicker th.month{width:auto}.daterangepicker option.disabled,.daterangepicker td.disabled{color:#999;cursor:not-allowed;text-decoration:line-through}.daterangepicker select.monthselect,.daterangepicker select.yearselect{cursor:default;font-size:12px;height:auto;margin:0;padding:1px}.daterangepicker select.monthselect{margin-right:2%;width:56%}.daterangepicker select.yearselect{width:40%}.daterangepicker select.ampmselect,.daterangepicker select.hourselect,.daterangepicker select.minuteselect,.daterangepicker select.secondselect{background:#eee;border:1px solid #eee;font-size:12px;margin:0 auto;outline:0;padding:2px;width:50px}.daterangepicker .calendar-time{line-height:30px;margin:4px auto 0;position:relative;text-align:center}.daterangepicker .calendar-time select.disabled{color:#ccc;cursor:not-allowed}.daterangepicker .drp-buttons{border-top:1px solid #ddd;clear:both;display:none;line-height:12px;padding:8px;text-align:right;vertical-align:middle}.daterangepicker .drp-selected{display:inline-block;font-size:12px;padding-right:8px}.daterangepicker .drp-buttons .btn{font-size:12px;font-weight:700;margin-left:8px;padding:4px 8px}.daterangepicker.show-ranges.single.rtl .drp-calendar.left{border-right:1px solid #ddd}.daterangepicker.show-ranges.single.ltr .drp-calendar.left{border-left:1px solid #ddd}.daterangepicker.show-ranges.rtl .drp-calendar.right{border-right:1px solid #ddd}.daterangepicker.show-ranges.ltr .drp-calendar.left{border-left:1px solid #ddd}.daterangepicker .ranges{float:none;margin:0;text-align:left}.daterangepicker.show-calendar .ranges{margin-top:8px}.daterangepicker .ranges ul{list-style:none;margin:0 auto;padding:0;width:100%}.daterangepicker .ranges li{cursor:pointer;font-size:12px;padding:8px 12px}.daterangepicker .ranges li:hover{background-color:#eee}.daterangepicker .ranges li.active{background-color:#08c;color:#fff}@media (min-width:564px){.daterangepicker{width:auto}.daterangepicker .ranges ul{width:140px}.daterangepicker.single .ranges ul{width:100%}.daterangepicker.single .drp-calendar.left{clear:none}.daterangepicker.single .drp-calendar,.daterangepicker.single .ranges{float:left}.daterangepicker{direction:ltr;text-align:left}.daterangepicker .drp-calendar.left{clear:left;margin-right:0}.daterangepicker .drp-calendar.left .calendar-table{border-bottom-right-radius:0;border-right:none;border-top-right-radius:0}.daterangepicker .drp-calendar.right{margin-left:0}.daterangepicker .drp-calendar.right .calendar-table{border-bottom-left-radius:0;border-left:none;border-top-left-radius:0}.daterangepicker .drp-calendar.left .calendar-table{padding-right:8px}.daterangepicker .drp-calendar,.daterangepicker .ranges{float:left}}@media (min-width:730px){.daterangepicker .ranges{float:left;width:auto}.daterangepicker.rtl .ranges{float:right}.daterangepicker .drp-calendar.left{clear:none!important}}