.step[data-v-5d703e89]{position:relative;margin-right:16px;margin-bottom:12px}.step[data-v-5d703e89],.step__status[data-v-5d703e89]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box}.step__status[data-v-5d703e89]{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:24px;width:24px;height:24px;background:var(--step-status-bg-color);color:var(--step-status-text-color);fill:var(--color-white);border-radius:var(--rounded-5);margin:12px 8px 0 8px}.step__status--available[data-v-5d703e89]{background:var(--color-secondary-2);color:var(--color-white)}.step__status--active[data-v-5d703e89]{background:var(--color-primary-2);color:var(--color-white)}.step__status--active[data-v-5d703e89]:after{content:"";position:absolute;min-width:21px;width:21px;height:21px;border:3px solid var(--color-secondary-5);border-radius:var(--rounded-5)}.step__form[data-v-5d703e89]{position:relative;width:100%;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;-o-transition:.3s box-shadow ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease,-webkit-box-shadow .3s ease}.step__form--line[data-v-5d703e89]:before{content:"";position:absolute;left:-20px;top:50px;width:1px;height:calc(100% - 50px);background:var(--color-gray-7);-webkit-box-sizing:border-box;box-sizing:border-box}.step__form--opened[data-v-5d703e89]{-webkit-box-shadow:var(--shadows-2);box-shadow:var(--shadows-2)}.step__form--active[data-v-5d703e89]{-webkit-box-shadow:var(--shadows-8);box-shadow:var(--shadows-8)}.step__form__header[data-v-5d703e89]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-height:50px;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.step__form__header--disabled[data-v-5d703e89]{cursor:default}.title[data-v-5d703e89]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.title__text[data-v-5d703e89]{font-size:17px;margin-right:6px}.title__text--bold[data-v-5d703e89]{font-weight:700}.title__arrow[data-v-5d703e89]{width:22px;height:22px;fill:var(--color-gray-1);-webkit-transition:-webkit-transform .3s ease-in-out;transition:-webkit-transform .3s ease-in-out;-o-transition:transform .3s ease-in-out;transition:transform .3s ease-in-out;transition:transform .3s ease-in-out,-webkit-transform .3s ease-in-out}.title__arrow--right[data-v-5d703e89]{-webkit-transform:rotate(-90deg);-ms-transform:rotate(-90deg);transform:rotate(-90deg)}.title__action[data-v-5d703e89]{border-left:1px solid var(--color-gray-5);padding-left:12px;margin-left:12px;font-size:13px;color:var(--color-black);cursor:pointer;-webkit-transition:-webkit-filter .3s ease;transition:-webkit-filter .3s ease;-o-transition:.3s filter ease;transition:filter .3s ease;transition:filter .3s ease,-webkit-filter .3s ease}.title__action[data-v-5d703e89],.title__action span[data-v-5d703e89]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.title__action span[data-v-5d703e89]{min-height:24px}.title__action-edit[data-v-5d703e89]{color:var(--color-primary-5)}.title__action-edit[data-v-5d703e89]:hover{-webkit-filter:brightness(1.07);filter:brightness(1.07)}.title__action .icon[data-v-5d703e89]{fill:var(--color-gray-4);margin-right:6px}.request-stepper{margin-bottom:40px}.request-stepper__toolbar{margin:8px;text-align:right}.request-stepper__toolbar .button{margin:0 8px}.add-button-animation-enter-active{-webkit-transition:opacity .2s ease;-o-transition:opacity .2s ease;transition:opacity .2s ease}.vehicles{position:relative}.vehicles--margin{margin-bottom:40px}.vehicles__form{position:relative;z-index:1;-webkit-box-shadow:var(--shadows-8);box-shadow:var(--shadows-8);padding-top:16px;background:var(--color-white);margin:0 -4px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:var(--rounded-2)}.vehicles__form-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 8px}.vehicles__add{position:absolute!important;bottom:-45px;left:15px;margin:8px}.container__icon[data-v-452e5770]{margin-right:8px}.container__icon-in[data-v-452e5770]{fill:var(--color-info-2)}.container__icon-out[data-v-452e5770]{fill:var(--color-warning-1)}.container__icon-both[data-v-452e5770]{fill:#e552e7}.container__text[data-v-452e5770]{margin-right:8px;font-weight:700}.table-row[data-v-aa5ef35a]{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.table-row[data-v-aa5ef35a] .highlight{font-weight:700;color:var(--color-tertiary)}.table-row.selected[data-v-aa5ef35a]{background:var(--list-item-selected-color)}.table-row__token[data-v-aa5ef35a]{margin:0 25px}.table-row[data-v-aa5ef35a]:hover{background:var(--list-item-hover-color)}.table-row_cell[data-v-aa5ef35a]{padding:10px;text-align:center}.table-wrapper[data-v-1aa9c63c]{--height-header:45px;--font-size-title:17px;height:200px}.table-wrapper .table-header[data-v-1aa9c63c]{position:relative;color:var(--color-gray-4);display:grid;grid-template-columns:repeat(3,1fr);-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:45px;font-weight:500;font-size:var(--font-size-title)}.table-wrapper .table-header[data-v-1aa9c63c]:after{content:"";position:absolute;height:3px;background:#eee;left:0;right:0;bottom:0}.table-wrapper .col-name[data-v-1aa9c63c]{text-align:center;padding:10px}.table-wrapper .col-name--with-icon[data-v-1aa9c63c]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.table-wrapper .col-name__icon[data-v-1aa9c63c]{margin-top:calc(var(--font-size-title)*-1)}.table-wrapper .table-content[data-v-1aa9c63c]{max-height:calc(100% - var(--height-header));background-color:#fff}.checkbox[data-v-f90eb100]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:12px}.card-list__items-animation-enter{margin:0}.card-list__items-animation-enter-active,.card-list__items-animation-leave-active{overflow:hidden;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.card-list__items-animation-leave-active{margin:0}.quota-expired-wrapper{position:relative;margin:40px 0 0 0}.containers{position:relative;margin-bottom:40px}.containers-list-animation-enter-active,.containers-list-animation-leave-active{overflow:hidden;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.containers__form{position:relative;z-index:1;-webkit-box-shadow:var(--shadows-8);box-shadow:var(--shadows-8);padding-top:16px;background:var(--color-white);margin:0 -4px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:var(--rounded-2)}.containers__form-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 8px}.containers .button-group{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;display:block;position:relative;bottom:-25px;margin:-40px 8px 8px 8px;z-index:2}.containers .button-group .lower-case{text-transform:lowercase}.containers .button-group .icon{--color-1:#424242;--color-2:#d5f3f8}.container__icon[data-v-7fef689e],.containers .button-group .button{margin-right:8px}.container__icon-in[data-v-7fef689e]{fill:var(--color-info-2)}.container__icon-out[data-v-7fef689e]{fill:var(--color-warning-1)}.container__icon-both[data-v-7fef689e]{fill:#e552e7}.container__text[data-v-7fef689e]{margin-right:8px;font-weight:700}.container__icon[data-v-6ced0401]{margin-right:8px}.container__icon-in[data-v-6ced0401]{fill:var(--color-info-2)}.container__icon-out[data-v-6ced0401]{fill:var(--color-warning-1)}.container__icon-both[data-v-6ced0401]{fill:#e552e7}.container__text[data-v-6ced0401]{margin-right:8px;font-weight:700}.checkbox[data-v-3c337a9c]{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;padding-top:12px}.checkbox[data-v-3c337a9c],.checkbox[data-v-35c4ac18]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.checkbox[data-v-35c4ac18]{margin-bottom:12px}.tableExtend{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;min-height:50px;padding:6px 50px}.tableExtend-reference{text-transform:uppercase;margin-right:16px}.tableExtend .row{width:100%;max-width:1280px}.tableExtend-action{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 12px;cursor:pointer;color:var(--color-primary-5);-webkit-transition:.1s;-o-transition:.1s;transition:.1s}.tableExtend-action:hover{opacity:.75}.tableExtend-action .icon{margin-right:4px}.tableExtend-action.check .icon,.tableExtend-action.clone .icon,.tableExtend-action.close .icon{fill:var(--color-primary-1)}.tableExtend-action.delete .icon{fill:var(--color-danger-1)}.tableExtend-operations{width:100%;-webkit-box-flex:1;-ms-flex:1 0;flex:1 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.tableExtend-operations .item{background:var(--color-success-1);color:var(--color-white);padding:6px 12px;margin-left:8px}.TVRCargoAddExport{position:relative;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;height:100%}.TVRCargoAddExport,.TVRCargoAddExport__toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.TVRCargoAddExport__toolbar{-webkit-box-sizing:border-box;box-sizing:border-box;padding:16px 0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:72px}.TVRCargoAddExport__toolbar .button{margin:0 16px}.TVRCargoAddExport__stepper-switcher{border-bottom:5px solid var(--color-gray-5);height:81px}.TVRCargoAddExport__stepper-title{position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;width:50%;font-size:18px;font-weight:700;line-height:22px;padding:16px 16px 16px 60px;background:var(--color-gray-7);cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-transition:.1s;-o-transition:.1s;transition:.1s}.TVRCargoAddExport__stepper-title:hover{background:var(--color-gray-8)}.TVRCargoAddExport__stepper-title.active{background:var(--color-white)}.TVRCargoAddExport__stepper-title:first-child:before{content:"1"}.TVRCargoAddExport__stepper-title:nth-child(2):before{content:"2"}.TVRCargoAddExport__stepper-title:nth-child(n):before{width:42px;height:42px;position:absolute;left:8px;top:calc(50% - 21px);background:var(--color-primary-1);color:var(--color-white);border-radius:var(--rounded-5);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:700;font-size:22px}.TVRCargoAddExport__stepper-subtitle{font-weight:400;font-size:12px}.TVRCargoAddExport__content{-webkit-box-flex:1;-ms-flex:1 0;flex:1 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.TVRCargoAddExport__content .grid-table{-webkit-box-flex:1;-ms-flex:1 0;flex:1 0}.TVRCargoAddExport__content-result{height:642px;overflow-y:scroll}.TVRCargoAddExport__content--item{border-bottom:2px solid var(--color-gray-4)}.TVRCargoAddExport__grid{display:block;position:relative}.TVRCargoAddExport__grid:first-child{margin-left:48px}.TVRCargoAddExport__grid--item{-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-ms-flex-item-align:space-between;align-self:space-between;font-size:14px;-webkit-box-sizing:border-box;box-sizing:border-box;padding:12px;position:relative;float:left;height:56px}.TVRCargoAddExport__grid--item.control{margin-left:-48px}.TVRCargoAddExport__grid--title{color:var(--color-gray-5);font-size:12px;margin-bottom:6px}.add-button-animation-enter-active{-webkit-transition:opacity .2s;-o-transition:opacity .2s;transition:opacity .2s;-webkit-transition-delay:.2s;-o-transition-delay:.2s;transition-delay:.2s}.add-button-animation-enter{opacity:0}.cargo{position:relative;margin-bottom:40px}.cargo-list-animation-enter-active,.cargo-list-animation-leave-active{overflow:hidden;-webkit-transition:all .2s ease;-o-transition:all .2s ease;transition:all .2s ease}.cargo__form{position:relative;z-index:1;-webkit-box-shadow:var(--shadows-8);box-shadow:var(--shadows-8);padding-top:16px;background:var(--color-white);margin:0 -4px;-webkit-box-sizing:border-box;box-sizing:border-box;border-radius:var(--rounded-2);-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.cargo__form-flex{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 8px}.cargo .button-group{-webkit-box-sizing:border-box;box-sizing:border-box;width:100%;display:block;position:relative;bottom:-25px;margin:-40px 8px 8px 8px;z-index:2}.cargo .button-group .lower-case{text-transform:lowercase}.cargo .button-group .icon{--color-1:#424242;--color-2:#d5f3f8}.cargo .button-group .button{margin-right:8px}.request{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;margin:16px}.request,.request__header{display:-webkit-box;display:-ms-flexbox;display:flex}.request__header{-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.request__header-button{margin:8px}.request__header-toolbar{padding:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.request__header-links{border-left:1px solid var(--color-gray-6);padding:4px 8px}.request__h1{font-size:28px;font-weight:100;text-transform:uppercase;border-right:1px solid var(--color-gray-6);padding:8px}.request__info{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-ms-flex-pack:justify;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.request__info,.request__info_status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal;-webkit-box-pack:justify;justify-content:space-between}.request__info_status{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:justify}.request__subinfo{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-flex:1;-ms-flex:1 1 auto;flex:1 1 auto}.request__subinfo,.request__subinfo-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-direction:normal}.request__subinfo-item{padding:0 16px;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:distribute;justify-content:space-around}.request__subinfo-item-caption{font-size:13px;font-weight:300;letter-spacing:1px;color:var(--color-gray-5)}.request__subinfo-item-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:8px;font-size:17px}.request__subinfo-item .icon__container{margin-bottom:-7px;position:relative;top:-5px;left:4px}.request__subinfo-item .icon__container-in{fill:var(--color-info-2)}.request__subinfo-item .icon__container-out{fill:var(--color-warning-1)}.request__subinfo-item .icon__container-both{fill:#e552e7}.tvr-edit-page{overflow:hidden;position:relative}.label-step{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin-left:16px}.label-step__item{margin:0 16px}