:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}
.animated{-webkit-animation-duration:var(--animate-duration);animation-duration:var(--animate-duration);-webkit-animation-fill-mode:both;animation-fill-mode:both}.animated.infinite{-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite}.animated.repeat-1{-webkit-animation-iteration-count:var(--animate-repeat);animation-iteration-count:var(--animate-repeat)}.animated.repeat-2{-webkit-animation-iteration-count:calc(var(--animate-repeat)*2);animation-iteration-count:calc(var(--animate-repeat)*2)}.animated.repeat-3{-webkit-animation-iteration-count:calc(var(--animate-repeat)*3);animation-iteration-count:calc(var(--animate-repeat)*3)}.animated.delay-1s{-webkit-animation-delay:var(--animate-delay);animation-delay:var(--animate-delay)}.animated.delay-2s{-webkit-animation-delay:calc(var(--animate-delay)*2);animation-delay:calc(var(--animate-delay)*2)}.animated.delay-3s{-webkit-animation-delay:calc(var(--animate-delay)*3);animation-delay:calc(var(--animate-delay)*3)}.animated.delay-4s{-webkit-animation-delay:calc(var(--animate-delay)*4);animation-delay:calc(var(--animate-delay)*4)}.animated.delay-5s{-webkit-animation-delay:calc(var(--animate-delay)*5);animation-delay:calc(var(--animate-delay)*5)}.animated.faster{-webkit-animation-duration:calc(var(--animate-duration)/2);animation-duration:calc(var(--animate-duration)/2)}.animated.fast{-webkit-animation-duration:calc(var(--animate-duration)*.8);animation-duration:calc(var(--animate-duration)*.8)}.animated.slow{-webkit-animation-duration:calc(var(--animate-duration)*2);animation-duration:calc(var(--animate-duration)*2)}.animated.slower{-webkit-animation-duration:calc(var(--animate-duration)*3);animation-duration:calc(var(--animate-duration)*3)}@media (prefers-reduced-motion:reduce),print{.animated{-webkit-animation-duration:1ms!important;animation-duration:1ms!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;-webkit-transition-duration:1ms!important;transition-duration:1ms!important}.animated[class*=Out]{opacity:0}}
@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInUp{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}
@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.fadeInDown{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}
@-webkit-keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}.zoomIn{-webkit-animation-name:zoomIn;animation-name:zoomIn}
.vjsf-property .v-input--selection-controls{margin-top:0}.vjsf-tooltip p:last-child{margin-bottom:0}.vjsf-property .color-picker-trigger{border:2px solid #ccc;border-radius:50%;cursor:pointer;display:inline-block;height:36px;width:36px}.vjsf-property .color-picker-trigger-empty{background:linear-gradient(to top right,transparent 0,transparent calc(50% - 2.4px),#de080a 50%,transparent calc(50% + 2.4px),transparent)}.vjsf-date-time .v-picker.v-card{border-radius:0}.vjsf-property.read-only .theme--light.v-input--is-disabled .v-select__selection--disabled,.vjsf-property.read-only .theme--light.v-input--is-disabled input,.vjsf-property.read-only .theme--light.v-input--is-disabled textarea{color:rgba(0,0,0,.87)}.vjsf-property.read-only .theme--dark.v-input--is-disabled .v-select__selection--disabled,.vjsf-property.read-only .theme--dark.v-input--is-disabled input,.vjsf-property.read-only .theme--dark.v-input--is-disabled textarea{color:#fff}.vjsf-property.read-only .theme--light.v-text-field.v-input--is-disabled .v-input__slot{margin-bottom:0}.vjsf-property.read-only .theme--light.v-text-field.v-input--is-disabled .v-input__slot:before{border-color:transparent;-o-border-image:none;border-image:none}.vjsf-property .vjsf-markdown-input .v-input__slot{display:block}.vjsf-property .vjsf-markdown-input .EasyMDEContainer .editor-toolbar{border:none;padding:2px}.vjsf-property .vjsf-markdown-input .EasyMDEContainer .CodeMirror{border:none}.vjsf-property .vjsf-markdown-input p:last-child{margin-bottom:0}.vjsf-property .vjsf-invisible-alert{border-color:transparent!important}
#nprogress{pointer-events:none}#nprogress .bar{background:#29d;height:2px;left:0;position:fixed;top:0;width:100%;z-index:1031}#nprogress .peg{box-shadow:0 0 10px #29d,0 0 5px #29d;display:block;height:100%;opacity:1;position:absolute;right:0;transform:rotate(3deg) translateY(-4px);width:100px}#nprogress .spinner{display:block;position:fixed;right:15px;top:15px;z-index:1031}#nprogress .spinner-icon{-webkit-animation:nprogress-spinner .4s linear infinite;animation:nprogress-spinner .4s linear infinite;border-color:#29d transparent transparent #29d;border-radius:50%;border-style:solid;border-width:2px;box-sizing:border-box;height:18px;width:18px}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@-webkit-keyframes nprogress-spinner{0%{-webkit-transform:rotate(0deg)}to{-webkit-transform:rotate(1turn)}}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}[v-cloak]>*{display:none}[v-cloak]:before{content:"Loading...";display:block;height:16px;width:16px}.vjsf-property .v-input--selection-controls{margin-top:0}.vjsf-tooltip p:last-child{margin-bottom:0}.vjsf-property .color-picker-trigger{border:2px solid #ccc;border-radius:50%;cursor:pointer;display:inline-block;height:36px;width:36px}.vjsf-property .color-picker-trigger-empty{background:linear-gradient(to top right,transparent 0,transparent calc(50% - 2.4px),#de080a 50%,transparent calc(50% + 2.4px),transparent)}.vjsf-date-time .v-picker.v-card{border-radius:0}header.box-toolbar.v-sheet.theme--light.v-toolbar.v-toolbar--flat{border-bottom:1px solid #e0e0e0;height:60px;position:sticky;top:60px;z-index:3}.v-card--loading header.v-sheet.v-toolbar.v-toolbar--flat{top:0}.login-content{background-size:cover}.login{background:linear-gradient(90deg,#1d91a5,#004e7d 50%,#00263d)!important}.gradient{background:linear-gradient(104deg,#004d7d,#1d91a5)}.st0,.st1,.st2{fill:#fff;stroke:#008aad;stroke-width:3;stroke-miterlimit:10}.bg-particles{bottom:0;left:0;position:absolute;right:0;top:0}.card-login{position:relative;z-index:2}.logo,.reset-password{align-items:center;display:flex;flex-direction:column;justify-content:center;padding-left:22px}.reset-password{color:#fff;padding:30px}.reset-password p{margin:20px}.v-icon{color:#008aad}h2{text-transform:uppercase}.logo svg{max-width:200px}h1{font-size:24px;font-weight:100;margin-left:-14px;margin-top:0}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 1000px transparent;-webkit-transition:background-color 5000s ease-in-out 0s;transition:background-color 5000s ease-in-out 0s}.vjsf-relation .v-input__slot,.vjsf-tiptap .v-input__slot{display:block}.vtl .vtl-disabled,.vtl .vtl-drag-disabled,.vtl .vtl-drag-disabled:hover{background-color:#d0cfcf}.icon:hover{cursor:pointer}.muted{color:gray;font-size:80%}.sortable-background-class,.sortable-selected{background-color:#3abceb2b}.filtres .row.ma-0{align-items:center}.filtres .v-messages{display:none!important}.v-dialog header.box-toolbar.v-sheet.theme--light.v-toolbar.v-toolbar--flat{top:0}.v-dialog .modal-tabs .v-tabs-bar{border-right:1px solid #e0e0e0}.v-dialog .modal-content{height:calc(100vh - 243px);overflow:auto}.v-dialog .modal-content .table-toolbar{border-bottom:1px solid #e0e0e0}.v-dialog .modal-content .table-toolbar .v-toolbar__content{padding-left:5px}.v-dialog .modal-content .filtres{border-bottom:1px solid #e0e0e0;padding-bottom:10px}.v-dialog .modal-content>.row{margin:0}.v-dialog .modal-content>.row>.col{padding:0}.v-dialog .modal-content>.row>.col>.v-sheet.v-card:not(.v-sheet--outlined){box-shadow:none!important}.v-treeview-node__root{border-bottom:1px solid #e0e0e0}.v-form .section{width:100%}.v-form .v-card{margin:5px!important}.v-form .v-card .subtitle-1,.v-form .v-card .subtitle-2{border-bottom:1px dashed #e0e0e0;color:#008aad!important;display:block;font-size:16px!important;font-weight:700!important;margin-bottom:1rem;padding-left:0!important;width:100%}.v-form .read-only .vjsf-slide-relation .v-card__actions{display:none}.resource-search .theme--light{color:#fff!important}.resource-search.theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot{background:#fff!important}.resource-search.theme--light.v-text-field--solo-inverted.v-input--is-focused>.v-input__control>.v-input__slot input{color:#000}.backend-error *{caret-color:#f44336!important;color:#f44336!important}.backend-error .v-text-field__details .v-messages__wrapper{margin-top:-5px}.mt-90,.mt-110{margin-top:-115px!important}.company{color:#fff;font-weight:700;margin-left:1rem;margin-top:60px;text-align:center}.subtitle{color:#fff!important;margin-top:1rem!important;text-align:center!important}.footer,.header{background:linear-gradient(90deg,#00263d,#004e7d 50%,#1d91a5)!important}.sub-schema-selector [class*=currentOneOf],.sub-schema-selector [class*=currentOneOf].px-3{padding:0!important}.offers-description .v-card__text{color:#000!important}.offer-card{height:100%;padding-bottom:45px}.offer-row{border-bottom:1px dashed #e0e0e0;padding-top:10px;width:100%}.offer-row .label,.offer-row .value{display:block;font-size:13px;width:100%}.offer-row .value{margin-bottom:10px}.offer-row .label{color:#008aad;font-weight:700}.vjsf-hasManyFiled{margin-top:30px}.vjsf-hasManyFiled .v-input__slot{display:block;width:100%}.v-dialog .v-subheader{padding-left:10px!important}#tenyleges_tulajdonosi_viszonyok_id{font-size:16px;font-weight:700;margin-bottom:5px}.form-card .v-stepper--vertical .v-stepper__step{padding:24px 16px 16px!important}.form-card .v-stepper--vertical .v-stepper__content{margin:-8px -36px -16px 27px!important}.form-card form .vjsf-property-contactPlans.px-3,.form-card form .vjsf-property-documentCategories.px-3,.form-card form .vjsf-property-shopPlans.px-3{padding:0!important}.stepper-form{background:#f6f6f6;border-radius:10px;padding:5px 1rem}.stepper-form .section>.title{border-bottom:1px dashed #777;color:#004e7d;font-weight:700;margin-bottom:1rem;width:100%}.v-select__slot .theme--light.v-label,.v-text-field__slot .theme--light.v-label{color:#004e7d}.media-expand{align-items:center;display:flex}.media-expand .filename{margin-left:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.roadmap{box-shadow:none!important;margin-top:-23px}.roadmap .v-stepper__label{text-align:center!important}.roadmap .v-stepper__header{padding-bottom:0!important;padding-top:10px!important}.circles{align-items:center;display:flex;justify-content:space-around;margin-bottom:5px;margin-top:10px}.plus{font-size:25px;font-weight:700}.res-circle{background:linear-gradient(135deg,#004e7d,#1d91a5);border-radius:50%;margin:5px;min-width:150px;position:relative;width:25%}.res-circle:after{content:"";display:block;padding-bottom:100%}.circle-txt{color:#fff;font-family:arial,sans-serif;font-weight:700;position:absolute;text-align:center;top:50%;transform:translateY(-50%);width:100%}.circle-txt a{color:#fff!important}.required label:after{color:#e00000;content:"*"!important;font-weight:700;margin:3px}.contract-page .v-data-table .text-start:empty:before{color:#aaa;content:"-"}@media screen and (max-width:587px){.contract-page{overflow:hidden}.contract-page .header .company{font-size:20px}.contract-page .header .subtitle{font-size:14px}.contract-page .contract-data-form-title{z-index:0!important}.contract-page .v-stepper__content.document-categories{margin:0!important;padding:0 16px!important}.v-alert__wrapper{flex-direction:column}.v-alert__wrapper .v-icon{display:none!important}.vjsf-property-contactPlans .v-alert{margin-top:1px!important}.vjsf-property-contactPlans .v-alert .v-alert__content{font-size:14px}.vjsf-property-contactPlans .v-divider,.vjsf-property-contactPlans .v-toolbar__title{display:none}.vjsf-property-contactPlans .v-btn{width:100%}.vjsf-property-contactPlans .v-form{margin-bottom:0!important}.vjsf-property-contactPlans .v-data-table__mobile-row{align-items:baseline;flex-direction:column;justify-content:space-around;margin-bottom:10px}.vjsf-property-contactPlans .v-data-table__mobile-row .v-data-table__mobile-row__cell{text-align:left;width:100%}.vjsf-property-contactPlans .v-data-table__mobile-row .v-data-table__mobile-row__header{padding-top:10px}.vjsf-property-contactPlans .v-data-table__mobile-row .v-data-table__mobile-row__cell:empty:before{color:#aaa;content:"-"}.document-categories .sortable{width:100%}.document-categories .v-toolbar{display:none}.document-categories .v-data-table__mobile-row{align-items:baseline;flex-direction:column;justify-content:space-around;margin-bottom:10px}.document-categories .v-data-table__mobile-row .v-data-table__mobile-row__cell{text-align:left;white-space:normal!important;width:100%}.document-categories .v-data-table__mobile-row .v-data-table__mobile-row__cell div{width:100%}.document-categories .v-data-table__mobile-row .v-data-table__mobile-row__cell div .v-btn{margin-bottom:10px;margin-top:10px;width:100%}.document-categories .v-data-table__mobile-row .v-data-table__mobile-row__header{padding-top:10px}.document-categories .v-data-table__mobile-row .v-data-table__mobile-row__cell:empty:before{color:#aaa;content:"-"}.document-categories .v-data-table__expanded .v-data-table__wrapper{overflow-x:scroll!important;width:calc(100vw - 65px)!important}.stepper-form{padding:2px!important}.actions-row{flex-direction:column;gap:10px;margin-bottom:10px;width:100%}.actions-row .v-btn{width:100%}.actions-row .v-btn.mr-2{margin-right:0!important}}@media screen and (max-width:440px){.circles{flex-direction:column}}.page-template{overflow:auto}

/*# sourceMappingURL=app.css.map*/