.v-dialog{border-radius:4px;margin:24px;overflow-y:auto;pointer-events:auto;transition:.3s cubic-bezier(.25,.8,.25,1);width:100%;z-index:inherit;outline:none;box-shadow:0 11px 15px -7px rgba(0,0,0,.2),0 24px 38px 3px rgba(0,0,0,.14),0 9px 46px 8px rgba(0,0,0,.12)}.v-dialog:not(.v-dialog--fullscreen){max-height:90%}.v-dialog>*{width:100%}.v-dialog>.v-card>.v-card__title{font-size:1.25rem;font-weight:500;letter-spacing:.0125em;padding:16px 24px 10px}.v-dialog>.v-card>.v-card__subtitle,.v-dialog>.v-card>.v-card__text{padding:0 24px 20px}.v-dialog>.v-card>.v-card__actions{padding:8px 16px}.v-dialog__content{align-items:center;display:flex;height:100%;justify-content:center;left:0;pointer-events:none;position:fixed;top:0;transition:.2s cubic-bezier(.25,.8,.25,1),z-index 1ms;width:100%;z-index:6}.v-dialog__container{display:none}.v-dialog__container--attached{display:inline}.v-dialog--animated{animation-duration:.15s;animation-name:animate-dialog;animation-timing-function:cubic-bezier(.25,.8,.25,1)}.v-dialog--fullscreen{border-radius:0;margin:0;height:100%;position:fixed;overflow-y:auto;top:0;left:0}.v-dialog--fullscreen>.v-card{min-height:100%;min-width:100%;margin:0!important;padding:0!important}.v-dialog--scrollable,.v-dialog--scrollable>form{display:flex}.v-dialog--scrollable>.v-card,.v-dialog--scrollable>form>.v-card{display:flex;flex:1 1 100%;flex-direction:column;max-height:100%;max-width:100%}.v-dialog--scrollable>.v-card>.v-card__actions,.v-dialog--scrollable>.v-card>.v-card__title,.v-dialog--scrollable>form>.v-card>.v-card__actions,.v-dialog--scrollable>form>.v-card>.v-card__title{flex:0 0 auto}.v-dialog--scrollable>.v-card>.v-card__text,.v-dialog--scrollable>form>.v-card>.v-card__text{backface-visibility:hidden;flex:1 1 auto;overflow-y:auto}@keyframes animate-dialog{0%{transform:scale(1)}50%{transform:scale(1.03)}to{transform:scale(1)}}.theme--light.v-counter{color:rgba(0,0,0,.6)}.theme--dark.v-counter{color:hsla(0,0%,100%,.7)}.v-counter{flex:0 1 auto;font-size:12px;min-height:12px;line-height:12px}.theme--light.v-divider{border-color:rgba(0,0,0,.12)}.theme--dark.v-divider{border-color:hsla(0,0%,100%,.12)}.v-divider{display:block;flex:1 1 0px;max-width:100%;height:0;max-height:0;border:solid;border-width:thin 0 0 0;transition:inherit}.v-divider--inset:not(.v-divider--vertical){max-width:calc(100% - 72px)}.v-application--is-ltr .v-divider--inset:not(.v-divider--vertical){margin-left:72px}.v-application--is-rtl .v-divider--inset:not(.v-divider--vertical){margin-right:72px}.v-divider--vertical{align-self:stretch;border:solid;border-width:0 thin 0 0;display:inline-flex;height:inherit;min-height:100%;max-height:100%;max-width:0;width:0;vertical-align:text-bottom;margin:0 -1px}.v-divider--vertical.v-divider--inset{margin-top:8px;min-height:0;max-height:calc(100% - 16px)}.theme--light.v-data-table tbody tr.v-data-table__selected{background:#f5f5f5}.theme--light.v-data-table .v-row-group__header,.theme--light.v-data-table .v-row-group__summary{background:#eee}.theme--light.v-data-table .v-data-footer{border-top:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table .v-data-table__empty-wrapper{color:rgba(0,0,0,.38)}.theme--dark.v-data-table tbody tr.v-data-table__selected{background:#505050}.theme--dark.v-data-table .v-row-group__header,.theme--dark.v-data-table .v-row-group__summary{background:#616161}.theme--dark.v-data-table .v-data-footer{border-top:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table .v-data-table__empty-wrapper{color:hsla(0,0%,100%,.5)}.v-data-table{border-radius:4px}.v-data-table--mobile>.v-data-table__wrapper tbody{display:flex;flex-direction:column}.v-data-table>.v-data-table__wrapper tbody tr.v-data-table__expanded{border-bottom:0}.v-data-table>.v-data-table__wrapper tbody tr.v-data-table__expanded__content{box-shadow:inset 0 4px 8px -5px rgba(50,50,50,.75),inset 0 -4px 8px -5px rgba(50,50,50,.75)}.v-data-table>.v-data-table__wrapper tbody tr:first-child:hover td:first-child{border-top-left-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:first-child:hover td:last-child{border-top-right-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:last-child:hover td:first-child{border-bottom-left-radius:4px}.v-data-table>.v-data-table__wrapper tbody tr:last-child:hover td:last-child{border-bottom-right-radius:4px}.v-data-table>.v-data-table__wrapper .v-data-table__mobile-table-row{display:initial}.v-data-table>.v-data-table__wrapper .v-data-table__mobile-row{height:auto;min-height:48px}.v-data-table__empty-wrapper{text-align:center}.v-data-table__mobile-row{align-items:center;display:flex;justify-content:space-between}.v-data-table__mobile-row__header{font-weight:600}.v-application--is-ltr .v-data-table__mobile-row__header{padding-right:16px}.v-application--is-rtl .v-data-table__mobile-row__header{padding-left:16px}.v-application--is-ltr .v-data-table__mobile-row__cell{text-align:right}.v-application--is-rtl .v-data-table__mobile-row__cell{text-align:left}.v-row-group__header td,.v-row-group__summary td{height:35px}.v-data-table__expand-icon{-webkit-user-select:none;-moz-user-select:none;user-select:none;cursor:pointer}.v-data-table__expand-icon--active{transform:rotate(-180deg)}.theme--light.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon{color:rgba(0,0,0,.38)}.theme--light.v-data-table .v-data-table-header th.sortable.active,.theme--light.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,.theme--light.v-data-table .v-data-table-header th.sortable:hover{color:rgba(0,0,0,.87)}.theme--light.v-data-table .v-data-table-header__sort-badge{background-color:rgba(0,0,0,.12);color:rgba(0,0,0,.87)}.theme--dark.v-data-table .v-data-table-header th.sortable .v-data-table-header__icon{color:hsla(0,0%,100%,.5)}.theme--dark.v-data-table .v-data-table-header th.sortable.active,.theme--dark.v-data-table .v-data-table-header th.sortable.active .v-data-table-header__icon,.theme--dark.v-data-table .v-data-table-header th.sortable:hover{color:#fff}.theme--dark.v-data-table .v-data-table-header__sort-badge{background-color:hsla(0,0%,100%,.12);color:#fff}.v-data-table-header th.sortable{pointer-events:auto;cursor:pointer;outline:0}.v-data-table-header th.sortable .v-data-table-header__icon{line-height:.9}.v-data-table-header th.active .v-data-table-header__icon,.v-data-table-header th:hover .v-data-table-header__icon{transform:none;opacity:1}.v-data-table-header th.desc .v-data-table-header__icon{transform:rotate(-180deg)}.v-data-table-header__icon{display:inline-block;opacity:0;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-data-table-header__sort-badge{display:inline-flex;justify-content:center;align-items:center;border:0;border-radius:50%;min-width:18px;min-height:18px;height:18px;width:18px}.v-data-table-header-mobile th{height:auto}.v-data-table-header-mobile__wrapper{display:flex}.v-data-table-header-mobile__wrapper .v-select{margin-bottom:8px}.v-data-table-header-mobile__wrapper .v-select .v-chip{height:24px}.v-data-table-header-mobile__wrapper .v-select .v-chip__close.desc .v-icon{transform:rotate(-180deg)}.v-data-table-header-mobile__select{min-width:56px;display:flex;align-items:center;justify-content:center}.theme--light.v-data-table{background-color:#fff;color:rgba(0,0,0,.87)}.theme--light.v-data-table .v-data-table__divider{border-right:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table.v-data-table--fixed-header thead th{background:#fff;box-shadow:inset 0 -1px 0 rgba(0,0,0,.12)}.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr>th{color:rgba(0,0,0,.6)}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid rgba(0,0,0,.12)}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr.active{background:#f5f5f5}.theme--light.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#eee}.theme--light.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td:not(.v-data-table__mobile-row),.theme--light.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th:not(.v-data-table__mobile-row){border-top:thin solid rgba(0,0,0,.12)}.theme--dark.v-data-table{background-color:#1e1e1e;color:#fff}.theme--dark.v-data-table .v-data-table__divider{border-right:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table.v-data-table--fixed-header thead th{background:#1e1e1e;box-shadow:inset 0 -1px 0 hsla(0,0%,100%,.12)}.theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr>th{color:hsla(0,0%,100%,.7)}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:last-child,.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>td:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:last-child,.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:not(:last-child)>th:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>thead>tr:last-child>th{border-bottom:thin solid hsla(0,0%,100%,.12)}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr.active{background:#505050}.theme--dark.v-data-table>.v-data-table__wrapper>table>tbody>tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background:#616161}.theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td:not(.v-data-table__mobile-row),.theme--dark.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th:not(.v-data-table__mobile-row){border-top:thin solid hsla(0,0%,100%,.12)}.v-data-table{line-height:1.5;max-width:100%}.v-data-table>.v-data-table__wrapper>table{width:100%;border-spacing:0}.v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table>.v-data-table__wrapper>table>thead>tr>td,.v-data-table>.v-data-table__wrapper>table>thead>tr>th{padding:0 16px;transition:height .2s cubic-bezier(.4,0,.6,1)}.v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table>.v-data-table__wrapper>table>thead>tr>th{-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.75rem;height:48px}.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-application--is-ltr .v-data-table>.v-data-table__wrapper>table>thead>tr>th{text-align:left}.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tbody>tr>th,.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>tfoot>tr>th,.v-application--is-rtl .v-data-table>.v-data-table__wrapper>table>thead>tr>th{text-align:right}.v-data-table>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table>.v-data-table__wrapper>table>thead>tr>td{font-size:.875rem;height:48px}.v-data-table__wrapper{overflow-x:auto;overflow-y:hidden}.v-data-table__progress{height:auto!important}.v-data-table__progress th{height:auto!important;border:none!important;padding:0;position:relative}.v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>tbody>tr>th,.v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>tfoot>tr>th,.v-data-table--dense>.v-data-table__wrapper>table>thead>tr>td,.v-data-table--dense>.v-data-table__wrapper>table>thead>tr>th{height:32px}.v-data-table--has-top>.v-data-table__wrapper>table>tbody>tr:first-child:hover>td:first-child{border-top-left-radius:0}.v-data-table--has-top>.v-data-table__wrapper>table>tbody>tr:first-child:hover>td:last-child{border-top-right-radius:0}.v-data-table--has-bottom>.v-data-table__wrapper>table>tbody>tr:last-child:hover>td:first-child{border-bottom-left-radius:0}.v-data-table--has-bottom>.v-data-table__wrapper>table>tbody>tr:last-child:hover>td:last-child{border-bottom-right-radius:0}.v-data-table--fixed-header>.v-data-table__wrapper,.v-data-table--fixed-height .v-data-table__wrapper{overflow-y:auto}.v-data-table--fixed-header>.v-data-table__wrapper>table>thead>tr>th{border-bottom:0!important;position:sticky;top:0;z-index:2}.v-data-table--fixed-header>.v-data-table__wrapper>table>thead>tr:nth-child(2)>th{top:48px}.v-application--is-ltr .v-data-table--fixed-header .v-data-footer{margin-right:17px}.v-application--is-rtl .v-data-table--fixed-header .v-data-footer{margin-left:17px}.v-data-table--fixed-header.v-data-table--dense>.v-data-table__wrapper>table>thead>tr:nth-child(2)>th{top:32px}.v-data-footer{display:flex;flex-wrap:wrap;align-items:center;font-size:.75rem;padding:0 8px}.v-data-footer .v-btn{color:inherit}.v-application--is-ltr .v-data-footer__icons-before .v-btn:last-child{margin-right:7px}.v-application--is-ltr .v-data-footer__icons-after .v-btn:first-child,.v-application--is-rtl .v-data-footer__icons-before .v-btn:last-child{margin-left:7px}.v-application--is-rtl .v-data-footer__icons-after .v-btn:first-child{margin-right:7px}.v-data-footer__pagination{display:block;text-align:center}.v-application--is-ltr .v-data-footer__pagination{margin:0 32px 0 24px}.v-application--is-rtl .v-data-footer__pagination{margin:0 24px 0 32px}.v-data-footer__select{display:flex;align-items:center;flex:0 0 0;justify-content:flex-end;white-space:nowrap}.v-application--is-ltr .v-data-footer__select{margin-left:auto;margin-right:14px}.v-application--is-rtl .v-data-footer__select{margin-left:14px;margin-right:auto}.v-data-footer__select .v-select{flex:0 1 0;padding:0;position:static}.v-application--is-ltr .v-data-footer__select .v-select{margin:13px 0 13px 34px}.v-application--is-rtl .v-data-footer__select .v-select{margin:13px 34px 13px 0}.v-data-footer__select .v-select__selections{flex-wrap:nowrap}.v-data-footer__select .v-select__selections .v-select__selection--comma{font-size:.75rem}.v-date-picker-title{display:flex;justify-content:space-between;flex-direction:column;flex-wrap:wrap;line-height:1}.v-application--is-ltr .v-date-picker-title .v-picker__title__btn{text-align:left}.v-application--is-rtl .v-date-picker-title .v-picker__title__btn{text-align:right}.v-date-picker-title__year{align-items:center;display:inline-flex;font-size:14px;font-weight:500;margin-bottom:8px}.v-date-picker-title__date{font-size:34px;text-align:left;font-weight:500;position:relative;overflow:hidden;padding-bottom:8px;margin-bottom:-8px}.v-date-picker-title__date>div{position:relative}.v-date-picker-title--disabled{pointer-events:none}.theme--light.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus){color:rgba(0,0,0,.87)}.theme--light.v-date-picker-header .v-date-picker-header__value--disabled button{color:rgba(0,0,0,.38)}.theme--dark.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus){color:#fff}.theme--dark.v-date-picker-header .v-date-picker-header__value--disabled button{color:hsla(0,0%,100%,.5)}.v-date-picker-header{padding:4px 16px;align-items:center;display:flex;justify-content:space-between;position:relative}.v-date-picker-header .v-btn{margin:0;z-index:auto}.v-date-picker-header .v-icon{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-date-picker-header__value{flex:1;text-align:center;position:relative;overflow:hidden}.v-date-picker-header__value div{transition:.3s cubic-bezier(.25,.8,.5,1);width:100%}.v-date-picker-header__value button{cursor:pointer;font-weight:700;outline:none;padding:.5rem;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-date-picker-header--disabled{pointer-events:none}.theme--light.v-date-picker-table .v-date-picker-table--date__week,.theme--light.v-date-picker-table th{color:rgba(0,0,0,.38)}.theme--dark.v-date-picker-table .v-date-picker-table--date__week,.theme--dark.v-date-picker-table th{color:hsla(0,0%,100%,.5)}.v-date-picker-table{position:relative;padding:0 12px;height:242px}.v-date-picker-table table{transition:.3s cubic-bezier(.25,.8,.5,1);top:0;table-layout:fixed;width:100%}.v-date-picker-table td,.v-date-picker-table th{text-align:center;position:relative}.v-date-picker-table th{font-size:12px}.v-date-picker-table--date .v-btn{height:32px;width:32px}.v-date-picker-table .v-btn{z-index:auto;margin:0;font-size:12px}.v-date-picker-table .v-btn.v-btn--active{color:#fff}.v-date-picker-table--month td{width:33.333333%;height:56px;vertical-align:middle;text-align:center}.v-date-picker-table--month td .v-btn{margin:0 auto;max-width:140px;min-width:40px;width:100%}.v-date-picker-table--date th{padding:8px 0;font-weight:600}.v-date-picker-table--date td{width:45px}.v-date-picker-table__events{height:8px;left:0;position:absolute;text-align:center;white-space:pre;width:100%}.v-date-picker-table__events>div{border-radius:50%;display:inline-block;height:8px;margin:0 1px;width:8px}.v-date-picker-table--date .v-date-picker-table__events{bottom:6px}.v-date-picker-table--month .v-date-picker-table__events{bottom:8px}.v-date-picker-table__current .v-date-picker-table__events{margin-bottom:-1px}.v-date-picker-table--disabled{pointer-events:none}.questionnairesCreate h2{font-size:28px;color:#333;font-weight:700}.socio-input{position:relative}.socio-input .label{color:#000;font-size:18px;margin-bottom:8px;font-weight:500}.socio-input .v-text-field__details{padding:0!important}.socio-input .v-text-field__details .v-messages__message{font-size:9px;color:#d4d5de}.bg-gris{background-color:#f8f9ff}.custom-list-item{cursor:pointer;transition:.2s ease-in-out}.custom-list-item:hover{background-color:#e6f7fd!important;color:#005499!important}.v-data-table tr{transition:.2s ease-in-out}.v-data-table tr:has(td):hover{background-color:#e6f7fd!important}.v-data-table-header tr th{height:38px!important}.v-data-table-header tr th.table-first-header{background-color:#00ace8!important}.big-btn-sideBar{background-color:#005499!important;color:#fff!important;display:flex!important;align-items:center;flex-direction:row}.sub-navbar-style{box-shadow:0 0 1px 1px #d4d5de!important}.sub-navbar-style .navbar-item{display:flex;max-height:40px;font-size:.875rem;margin:0 4px;font-weight:500}.sub-navbar-style .navbar-item-link{display:flex;align-items:center;justify-content:center;text-decoration:none;color:#333!important;padding:11px 8px;line-height:18px;border-bottom:none!important;min-width:none!important}.sub-navbar-style .navbar-item-link.active,.sub-navbar-style .navbar-item-link:hover{color:#005499!important;background-color:#e6f7fd!important;border-radius:4px;border-bottom:none!important;font-weight:500!important}.sub-navbar-reduce{z-index:100}::v-deep .v-toolbar__content{padding-left:8px!important;padding-right:8px!important}.sub-navbar-large,.sub-navbar-reduce{display:flex!important;align-items:center!important;flex-wrap:nowrap!important}.top-nav-right{display:flex!important;align-items:center!important;flex:1 1 auto!important;position:absolute;right:16px;margin-top:2px;z-index:110}.top-nav-right .top-nav-right-btn{transition:.2s ease-in-out;cursor:pointer;background-color:transparent!important;padding-left:4px;padding-right:4px}.top-nav-right .top-nav-right-btn.active,.top-nav-right .top-nav-right-btn:hover{color:#005499!important;background-color:#e6f7fd!important;border-radius:4px}.top-nav-right .top-nav-right-btn.active i,.top-nav-right .top-nav-right-btn:hover i{color:#005499!important}.case-project-menu{background-color:#fff;padding:16px 8px}.case-project-menu .informations-list-item{font-size:.85rem;min-height:20px!important;color:#000!important}.case-project-menu .informations-title{font-size:.95rem;font-weight:700}.case-project-menu .informations-subtitle{font-weight:700}.case-project-menu .list-group-nav{color:#333!important}.case-project-menu .list-group-nav ::v-deep.v-list-item__icon{margin:0;align-self:center;padding-right:8px}.case-project-menu .list-group-nav .v-list-item__title{color:#333;font-weight:700;font-size:.875rem}.case-project-menu .list-group-nav ::v-deep.v-list-group__items{font-size:.875rem}.v-chip .v-chip__content{z-index:1;width:100%!important}.role-chip:before{background-color:#f8f9ff;opacity:1;z-index:0}.batch-chip:before{background-color:#e6f7fd;opacity:1}.batch-chip .v-chip__content{color:#000}.theme--light.v-data-table.v-data-table--fixed-header thead tr th{background-color:#0082de;font-size:18px;color:#fff!important}.theme--light.v-data-table.v-data-table--fixed-header tbody tr.v-data-table__selected{background-color:#fff8e6}.theme--light.v-data-table.v-data-table--fixed-header tbody tr:hover:not(.v-data-table__expanded__content):not(.v-data-table__empty-wrapper){background-color:#fff8e6!important}.socotec-blue{background-color:#0082de!important;border-color:#0082de!important}.socotec-blue--text{color:#0082de!important;caret-color:#0082de!important}.socotec-blue.socotec-regular{background-color:#0082de!important;border-color:#0082de!important}.socotec-blue--text.text--socotec-regular{color:#0082de!important;caret-color:#0082de!important}.socotec-blue.socotec-light{background-color:#e6f3fc!important;border-color:#e6f3fc!important}.socotec-blue--text.text--socotec-light{color:#e6f3fc!important;caret-color:#e6f3fc!important}.socotec-light-blue{background-color:#00ace8!important;border-color:#00ace8!important}.socotec-light-blue--text{color:#00ace8!important;caret-color:#00ace8!important}.socotec-light-blue.socotec-regular{background-color:#00ace8!important;border-color:#00ace8!important}.socotec-light-blue--text.text--socotec-regular{color:#00ace8!important;caret-color:#00ace8!important}.socotec-light-blue.socotec-light{background-color:#e6f7fd!important;border-color:#e6f7fd!important}.socotec-light-blue--text.text--socotec-light{color:#e6f7fd!important;caret-color:#e6f7fd!important}.socotec-deep-blue{background-color:#005499!important;border-color:#005499!important}.socotec-deep-blue--text{color:#005499!important;caret-color:#005499!important}.socotec-deep-blue.socotec-regular{background-color:#005499!important;border-color:#005499!important}.socotec-deep-blue--text.text--socotec-regular{color:#005499!important;caret-color:#005499!important}.socotec-deep-blue.socotec-light{background-color:#e6eef5!important;border-color:#e6eef5!important}.socotec-deep-blue--text.text--socotec-light{color:#e6eef5!important;caret-color:#e6eef5!important}.socotec-water-blue{background-color:#42c8be!important;border-color:#42c8be!important}.socotec-water-blue--text{color:#42c8be!important;caret-color:#42c8be!important}.socotec-water-blue.socotec-regular{background-color:#42c8be!important;border-color:#42c8be!important}.socotec-water-blue--text.text--socotec-regular{color:#42c8be!important;caret-color:#42c8be!important}.socotec-water-blue.socotec-light{background-color:#ecfaf8!important;border-color:#ecfaf8!important}.socotec-water-blue--text.text--socotec-light{color:#ecfaf8!important;caret-color:#ecfaf8!important}.socotec-apple-green{background-color:#a9c409!important;border-color:#a9c409!important}.socotec-apple-green--text{color:#a9c409!important;caret-color:#a9c409!important}.socotec-apple-green.socotec-regular{background-color:#a9c409!important;border-color:#a9c409!important}.socotec-apple-green--text.text--socotec-regular{color:#a9c409!important;caret-color:#a9c409!important}.socotec-apple-green.socotec-light{background-color:#f6f9e6!important;border-color:#f6f9e6!important}.socotec-apple-green--text.text--socotec-light{color:#f6f9e6!important;caret-color:#f6f9e6!important}.socotec-yellow{background-color:#fcb902!important;border-color:#fcb902!important}.socotec-yellow--text{color:#fcb902!important;caret-color:#fcb902!important}.socotec-yellow.socotec-regular{background-color:#fcb902!important;border-color:#fcb902!important}.socotec-yellow--text.text--socotec-regular{color:#fcb902!important;caret-color:#fcb902!important}.socotec-yellow.socotec-light{background-color:#fff8e6!important;border-color:#fff8e6!important}.socotec-yellow--text.text--socotec-light{color:#fff8e6!important;caret-color:#fff8e6!important}.socotec-orange{background-color:#ff6533!important;border-color:#ff6533!important}.socotec-orange--text{color:#ff6533!important;caret-color:#ff6533!important}.socotec-orange.socotec-regular{background-color:#ff6533!important;border-color:#ff6533!important}.socotec-orange--text.text--socotec-regular{color:#ff6533!important;caret-color:#ff6533!important}.socotec-orange.socotec-light{background-color:#fff0eb!important;border-color:#fff0eb!important}.socotec-orange--text.text--socotec-light{color:#fff0eb!important;caret-color:#fff0eb!important}.socotec-stawberry{background-color:#ff4b6b!important;border-color:#ff4b6b!important}.socotec-stawberry--text{color:#ff4b6b!important;caret-color:#ff4b6b!important}.socotec-stawberry.socotec-regular{background-color:#ff4b6b!important;border-color:#ff4b6b!important}.socotec-stawberry--text.text--socotec-regular{color:#ff4b6b!important;caret-color:#ff4b6b!important}.socotec-stawberry.socotec-light{background-color:#ffedf0!important;border-color:#ffedf0!important}.socotec-stawberry--text.text--socotec-light{color:#ffedf0!important;caret-color:#ffedf0!important}.socotec-purple{background-color:#6856a0!important;border-color:#6856a0!important}.socotec-purple--text{color:#6856a0!important;caret-color:#6856a0!important}.socotec-purple.socotec-regular{background-color:#6856a0!important;border-color:#6856a0!important}.socotec-purple--text.text--socotec-regular{color:#6856a0!important;caret-color:#6856a0!important}.socotec-purple.socotec-light{background-color:#f0eef6!important;border-color:#f0eef6!important}.socotec-purple--text.text--socotec-light{color:#f0eef6!important;caret-color:#f0eef6!important}.socotec-grey{background-color:#d4d5de!important;border-color:#d4d5de!important}.socotec-grey--text{color:#d4d5de!important;caret-color:#d4d5de!important}.socotec-grey.socotec-regular{background-color:#d4d5de!important;border-color:#d4d5de!important}.socotec-grey--text.text--socotec-regular{color:#d4d5de!important;caret-color:#d4d5de!important}.socotec-grey.socotec-light{background-color:#eceef3!important;border-color:#eceef3!important}.socotec-grey--text.text--socotec-light{color:#eceef3!important;caret-color:#eceef3!important}.socotec-grey.socotec-lighter{background-color:#f8f9ff!important;border-color:#f8f9ff!important}.socotec-grey--text.text--socotec-lighter{color:#f8f9ff!important;caret-color:#f8f9ff!important}.socotec-grey.socotec-dark{background-color:#8b8b8b!important;border-color:#8b8b8b!important}.socotec-grey--text.text--socotec-dark{color:#8b8b8b!important;caret-color:#8b8b8b!important}.socotec-black{background-color:#333!important;border-color:#333!important}.socotec-black--text{color:#333!important;caret-color:#333!important}.socotec-black.socotec-regular{background-color:#333!important;border-color:#333!important}.socotec-black--text.text--socotec-regular{color:#333!important;caret-color:#333!important}.socotec-disabled{background-color:#d4d5de!important;border-color:#d4d5de!important}.socotec-disabled--text{color:#d4d5de!important;caret-color:#d4d5de!important}.socotec-disabled.socotec-regular{background-color:#d4d5de!important;border-color:#d4d5de!important}.socotec-disabled--text.text--socotec-regular{color:#d4d5de!important;caret-color:#d4d5de!important}.socotec-basics-white{background-color:#fff!important;border-color:#fff!important}.socotec-basics-white--text{color:#fff!important;caret-color:#fff!important}.socotec-basics-black{background-color:#000!important;border-color:#000!important}.socotec-basics-black--text{color:#000!important;caret-color:#000!important}.socotec-alert{background-color:#d80f0c!important;border-color:#d80f0c!important}.socotec-alert--text{color:#d80f0c!important;caret-color:#d80f0c!important}.socotec-alert.socotec-regular{background-color:#d80f0c!important;border-color:#d80f0c!important}.socotec-alert--text.text--socotec-regular{color:#d80f0c!important;caret-color:#d80f0c!important}.socotec-alert.socotec-light{background-color:#fff0f0!important;border-color:#fff0f0!important}.socotec-alert--text.text--socotec-light{color:#fff0f0!important;caret-color:#fff0f0!important}.socotec-validate{background-color:#00833f!important;border-color:#00833f!important}.socotec-validate--text{color:#00833f!important;caret-color:#00833f!important}.socotec-validate.socotec-regular{background-color:#00833f!important;border-color:#00833f!important}.socotec-validate--text.text--socotec-regular{color:#00833f!important;caret-color:#00833f!important}.socotec-validate.socotec-light{background-color:#edf9f2!important;border-color:#edf9f2!important}.socotec-validate--text.text--socotec-light{color:#edf9f2!important;caret-color:#edf9f2!important}.socotec-h1--text,h1{font-size:1.75rem;font-weight:700;line-height:2.5rem;letter-spacing:0;font-family:Roboto}.socotec-h2--text,h2{font-size:1.375rem;font-weight:700;line-height:2rem;letter-spacing:0;font-family:Roboto}.socotec-h3--text,h3{font-size:1.125rem;font-weight:700;line-height:1.25rem;letter-spacing:0;font-family:Roboto}.socotec-h4--text,h4{font-size:1rem;font-weight:700;line-height:1.125rem;letter-spacing:0;font-family:Roboto}.socotec-x-large--text,.socotec-x-large--text.text--socotec-regular{font-size:1.125rem;font-weight:400;line-height:100%;letter-spacing:0;font-family:Roboto}.socotec-x-large--text.text--socotec-bold{font-size:1.125rem;font-weight:700;line-height:100%;letter-spacing:0;font-family:Roboto}.socotec-x-large--text.text--socotec-medium{font-size:1.125rem;font-weight:500;line-height:100%;letter-spacing:0;font-family:Roboto}.socotec-x-large--text.text--socotec-light{font-size:1.125rem;font-weight:300;line-height:100%;letter-spacing:0;font-family:Roboto}.socotec-x-large--text.text--socotec-underline{font-size:1.125rem;font-weight:400;line-height:100%;letter-spacing:0;font-family:Roboto;text-decoration-line:underline}.socotec-x-large--text.text--socotec-italic{font-size:1.125rem;font-weight:400;line-height:100%;letter-spacing:0;font-family:Roboto;font-style:italic}.socotec-x-large--text.text--socotec-line-through{font-size:1.125rem;font-weight:400;line-height:100%;letter-spacing:0;font-family:Roboto;text-decoration-line:line-through}.socotec-large--text,.socotec-large--text.text--socotec-regular{font-size:1rem;font-weight:400;line-height:100%;letter-spacing:0;font-family:Roboto}.socotec-large--text.text--socotec-bold{font-size:1rem;font-weight:700;line-height:100%;letter-spacing:0;font-family:Roboto}.socotec-large--text.text--socotec-medium{font-size:1rem;font-weight:500;line-height:100%;letter-spacing:0;font-family:Roboto}.socotec-large--text.text--socotec-light{font-size:1rem;font-weight:300;line-height:100%;letter-spacing:0;font-family:Roboto}.socotec-large--text.text--socotec-underline{font-size:1rem;font-weight:400;line-height:100%;letter-spacing:0;font-family:Roboto;text-decoration-line:underline}.socotec-large--text.text--socotec-italic{font-size:1rem;font-weight:400;line-height:100%;letter-spacing:0;font-family:Roboto;font-style:italic}.socotec-large--text.text--socotec-line-through{font-size:1rem;font-weight:400;line-height:100%;letter-spacing:0;font-family:Roboto;text-decoration-line:line-through}.socotec-default--text,.socotec-default--text.text--socotec-regular{font-size:.875rem;font-weight:400;line-height:1.375rem;letter-spacing:0;font-family:Roboto}.socotec-default--text.text--socotec-bold{font-size:.875rem;font-weight:700;line-height:1.375rem;letter-spacing:0;font-family:Roboto}.socotec-default--text.text--socotec-medium{font-size:.875rem;font-weight:500;line-height:1.375rem;letter-spacing:0;font-family:Roboto}.socotec-default--text.text--socotec-light{font-size:.875rem;font-weight:300;line-height:1.375rem;letter-spacing:0;font-family:Roboto}.socotec-default--text.text--socotec-underline{font-size:.875rem;font-weight:400;line-height:1.375rem;letter-spacing:0;font-family:Roboto;text-decoration-line:underline}.socotec-default--text.text--socotec-italic{font-size:.875rem;font-weight:400;line-height:1.375rem;letter-spacing:0;font-family:Roboto;font-style:italic}.socotec-default--text.text--socotec-line-through{font-size:.875rem;font-weight:400;line-height:1.375rem;letter-spacing:0;font-family:Roboto;text-decoration-line:line-through}.socotec-small--text,.socotec-small--text.text--socotec-regular{font-size:.75rem;font-weight:400;line-height:1.125rem;letter-spacing:0;font-family:Roboto}.socotec-small--text.text--socotec-bold{font-size:.75rem;font-weight:700;line-height:1.125rem;letter-spacing:0;font-family:Roboto}.socotec-small--text.text--socotec-medium{font-size:.75rem;font-weight:500;line-height:1.125rem;letter-spacing:0;font-family:Roboto}.socotec-small--text.text--socotec-light{font-size:.75rem;font-weight:300;line-height:1.125rem;letter-spacing:0;font-family:Roboto}.socotec-small--text.text--socotec-underline{text-decoration-line:underline}.socotec-small--text.text--socotec-italic,.socotec-small--text.text--socotec-underline{font-size:.75rem;font-weight:400;line-height:1.125rem;letter-spacing:0;font-family:Roboto}.socotec-small--text.text--socotec-italic{font-style:italic}.socotec-small--text.text--socotec-line-through{font-size:.75rem;font-weight:400;line-height:1.125rem;letter-spacing:0;font-family:Roboto;text-decoration-line:line-through}.socotec-x-small--text,.socotec-x-small--text.text--socotec-regular{font-size:.5625rem;font-weight:400;line-height:100%;letter-spacing:0;font-family:Roboto}.socotec-x-small--text.text--socotec-bold{font-size:.5625rem;font-weight:700;line-height:100%;letter-spacing:0;font-family:Roboto}.socotec-x-small--text.text--socotec-medium{font-size:.5625rem;font-weight:500;line-height:100%;letter-spacing:0;font-family:Roboto}.socotec-x-small--text.text--socotec-light{font-size:.5625rem;font-weight:300;line-height:100%;letter-spacing:0;font-family:Roboto}.socotec-x-small--text.text--socotec-underline{font-size:.5625rem;font-weight:400;line-height:100%;letter-spacing:0;font-family:Roboto;text-decoration-line:underline}.socotec-x-small--text.text--socotec-italic{font-size:.5625rem;font-weight:400;line-height:100%;letter-spacing:0;font-family:Roboto;font-style:italic}.socotec-x-small--text.text--socotec-line-through{font-size:.5625rem;font-weight:400;line-height:100%;letter-spacing:0;font-family:Roboto;text-decoration-line:line-through}.v-date-picker-years{font-size:16px;font-weight:400;height:290px;list-style-type:none;overflow:auto;text-align:center}.v-date-picker-years.v-date-picker-years{padding:0}.v-date-picker-years li{cursor:pointer;padding:8px 0;transition:none}.v-date-picker-years li.active{font-size:26px;font-weight:500;padding:10px 0}.v-date-picker-years li:hover{background:rgba(0,0,0,.12)}.v-picker--landscape .v-date-picker-years{padding:0;height:290px}