.steps-item{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:24px;height:24px;min-width:24px;line-height:21px;border:1px solid var(--layer);background:var(--layer);color:var(--text-secondary-color);border-radius:50%;margin:0 12px;-webkit-transition:background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;transition:background-color .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out}.steps-item--current{background:var(--blue);border-color:var(--blue);color:var(--white)}.steps-item--filled{background:var(--layer);border-color:var(--layer);color:var(--text-base-color)}.steps-item:not(:first-child):before{position:absolute;content:"";top:0;bottom:0;left:-48px;right:0;height:1px;width:24px;margin:auto;background:var(--layer)}.steps__wrapper[data-v-0d716052]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 -12px}.variable-type__unit[data-v-b4afd5ee]{color:var(--text-secondary-color)}.variables-table__row[data-v-56309e83]{display:grid;grid-template-columns:1fr 1fr 2fr;grid-column-gap:8px;-webkit-column-gap:8px;-moz-column-gap:8px;column-gap:8px;padding:4px 8px}.variables-table__row[data-v-56309e83]:not(:first-child){border-top:1px solid var(--layer)}.variables-table__header[data-v-56309e83]{padding:8px 0;color:var(--text-secondary-color)}.radio-button[data-v-50b90dae]{position:relative;padding-left:16px;min-height:16px}.disabled .radio-button__label[data-v-50b90dae]:before{pointer-events:none;background-color:var(--checkbox-pin-disabled);border:none}.radio-button__label[data-v-50b90dae]:after,.radio-button__label[data-v-50b90dae]:before{position:absolute;left:0;top:0;display:inline-block;width:16px;height:16px;content:""}.radio-button__checkbox[data-v-50b90dae]{position:absolute}.radio-button__checkbox:checked~.radio-button__label[data-v-50b90dae]:before{background-color:var(--blue)}.radio-button__checkbox:checked~.radio-button__label[data-v-50b90dae]:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-5 -5 10 10'%3E%3Ccircle r='5' fill='%23fff'/%3E%3C/svg%3E")}.radio-button__checkbox[data-v-50b90dae],.radio-button__label[data-v-50b90dae]{cursor:pointer}.radio-button__label[data-v-50b90dae]:after{background:no-repeat 50%/50% 50%}.radio-button__label[data-v-50b90dae]:before{border-radius:50%;pointer-events:none;background-color:var(--checkbox-background);border:1px solid var(--checkbox-border)}.radio-button__text[data-v-50b90dae]{margin-left:14px;font-family:var(--font-text);font-style:normal;font-weight:400;font-size:var(--text-base);line-height:1.33;color:var(--text-base-color)}.radio-button+.radio-button[data-v-50b90dae]{margin-top:10px}.radio-button__label[data-v-50b90dae]{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.repositories-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-height:446px}.repositories-list .no-data{text-align:center;padding:12px}.repositories-list__search{margin:24px 0 8px;width:240px}.repositories-list__body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;overflow:auto;background:var(--rsm-bg);border-radius:4px}.repositories-list-item,.repositories-list__body{display:-webkit-box;display:-ms-flexbox;display:flex}.repositories-list-item{width:100%;padding:12px;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-style:normal;font-weight:400;font-size:12px;line-height:16px;cursor:pointer}.repositories-list-item:hover,.repositories-list-item:not(:last-child){border-bottom:1px solid var(--tooltip-border-color)}.repositories-list-item__title{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:8px;gap:8px}.repositories-list-item__tests-count{grid-gap:21px;gap:21px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.repositories-list-item__tests-count,.scripts-list{display:-webkit-box;display:-ms-flexbox;display:flex}.scripts-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;max-height:452px;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.scripts-list .no-data{text-align:center;padding:12px}.scripts-list .warning{margin:auto 0 0;padding-bottom:0;color:var(--text-secondary-color)}.scripts-list__search{margin:24px 0 8px;width:240px}.scripts-list__body{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-height:320px;overflow:auto;background:var(--rsm-bg);border-radius:4px}.scripts-list__body,.scripts-list__head{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.scripts-list__head{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-style:normal;font-weight:400;font-size:12px;line-height:16px;color:var(--text-secondary-color);padding:4px 0}.scripts-list__breadcrumbs{grid-gap:8px;gap:8px;cursor:pointer}.scripts-list__breadcrumbs,.scripts-list__step{display:-webkit-box;display:-ms-flexbox;display:flex}.scripts-list__step{padding-right:30px}.scripts-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:12px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-style:normal;font-weight:400;font-size:12px;line-height:16px;cursor:pointer;grid-gap:16px;gap:16px}.scripts-list-item,.scripts-list-item:hover{border-bottom:1px solid var(--tooltip-border-color)}.scripts-list-item__tests-count{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:21px;gap:21px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto}.scripts-list-item__description,.scripts-list-item__title{width:150px}.creation-test-modal__steps{height:calc(100vh - 220px);max-height:502px}.creation-test-modal .return-btn{color:#000}.creation-test-modal-step{height:100%;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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.creation-test-modal-step__heading{font-style:normal;font-weight:400;font-size:12px;line-height:16px;text-align:center;color:var(--blue);padding:0}.creation-test-modal__button{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.creation-test-modal__button--multiple{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.creation-test-modal__button .save-btn{width:106px}.creation-test-modal__left-button{padding-left:0}.creation-test-modal .modal-footer{padding:12px}.creation-test-modal .create-test-form{overflow:auto}.creation-test-modal .create-test-form p{padding:4px 0;color:var(--text-base-color)}.creation-test-modal .create-test-form form{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;grid-gap:24px;gap:24px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.creation-test-modal .create-test-form h3{font-style:normal;font-weight:700;font-size:12px;line-height:16px;border-bottom:1px solid var(--tooltip-border-color);padding:24px 12px 4px 0;width:100%}.creation-test-modal .create-test-form .script{border-bottom:1px solid var(--tooltip-border-color);border-radius:4px;padding:8px 12px;background:var(--layer)}.creation-test-modal .create-test-form .warning{color:var(--text-secondary-color)}.creation-test-modal .create-test-form-item{grid-gap:8px;gap:8px}.creation-test-modal .create-test-form-item,.creation-test-modal .create-test-form-item__object-checkbox-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.creation-test-modal .create-test-form-item__object-checkbox-info{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;margin-left:5px}.creation-test-modal .create-test-form-item__header{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:start;-ms-flex-pack:start;justify-content:flex-start;font-style:normal;font-weight:700;font-size:12px;line-height:16px;border-bottom:1px solid var(--tooltip-border-color);padding:24px 12px 4px 0;width:100%}.creation-test-modal .create-test-form-item__input{width:100%}.creation-test-modal .create-test-form .cron{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}.creation-test-modal .create-test-form .cron__link{color:#157eff}.creation-test-modal .create-test-form .cron__input{width:313px}.creation-test-modal .create-test-form .interval{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.creation-test-modal .create-test-form .interval__input{width:73px}.table-placeholder__placeholder-title[data-v-4fff0f3a]{font-size:var(--text-xl);line-height:24px;height:24px;margin-top:24px;margin-bottom:8px}.table-placeholder__placeholder-subtitle[data-v-4fff0f3a]{color:var(--text-secondary-color);line-height:16px;height:16px;margin-bottom:16px}.test-run-items .test-run-items__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;grid-gap:10px;gap:10px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.test-run-items .test-run-item__process{width:17px;height:17px;display:-webkit-box;display:-ms-flexbox;display:flex}.test-run-items .test-run-item__process .lds-ring{display:inline-block;position:relative;width:14px;height:14px}.test-run-items .test-run-item__process .lds-ring div{-webkit-box-sizing:border-box;box-sizing:border-box;display:block;position:absolute;width:12px;height:12px;margin:2px;border:2px solid #3d94ff;border-radius:50%;-webkit-animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;animation:lds-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#3d94ff transparent transparent}.test-run-items .test-run-item__process .lds-ring div:first-child{-webkit-animation-delay:-.45s;animation-delay:-.45s}.test-run-items .test-run-item__process .lds-ring div:nth-child(2){-webkit-animation-delay:-.3s;animation-delay:-.3s}.test-run-items .test-run-item__process .lds-ring div:nth-child(3){-webkit-animation-delay:-.15s;animation-delay:-.15s}@-webkit-keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes lds-ring{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.test-run-items .test-run-item__result{width:6px;height:6px;border-radius:37px}.test-run-items .test-run-item__result--error{background:var(--red)}.test-run-items .test-run-item__result--success{background:var(--green)}.test-run-items .test-run-item__result--inactive{background:var(--grey)}@-webkit-keyframes moveAround{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes moveAround{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.functional-testing-project-tests-table{width:100%;overflow:auto;height:100%}.functional-testing-project-tests-table__cron-lable{padding:4px 8px;background-color:var(--layer-dark);border-radius:4px}.functional-testing-project-tests-table .last-status{position:relative}.functional-testing-project-tests-table .last-status--success:before{content:"";position:absolute;background-color:var(--green);height:calc(100% + 16px);width:2px;top:-8px;left:-8px}.functional-testing-project-tests-table .last-status--error:before{content:"";position:absolute;background-color:var(--red);height:calc(100% + 16px);width:2px;top:-8px;left:-8px}.functional-testing-project-tests-table .last-status--warning:before{content:"";position:absolute;background-color:var(--warning);height:calc(100% + 16px);width:2px;top:-8px;left:-8px}.functional-testing-project-tests-table .last-status--inactive:before{content:"";position:absolute;background-color:var(--inactive);height:calc(100% + 16px);width:2px;top:-8px;left:-8px}.functional-testing-project-tests-table .status{font-family:Roboto;font-style:normal;font-weight:700;font-size:10px;line-height:12px;color:var(--text-secondary-color);background-color:var(--layer-dark);text-align:center;padding:4px 8px;border-radius:4px}.functional-testing-project-tests-table .status--active{color:var(--green);background-color:var(--background-green)}.functional-testing-project-tests-table .status--incative{color:var(--grey);background-color:var(--background-grey)}.functional-testing-project-tests{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:16px}.functional-testing-project-tests__create-test{margin:0 0 0 auto}.functional-testing-project-tests__search{width:240px;margin-right:8px}.functional-testing-project-tests__body,.functional-testing-project-tests__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.functional-testing-project-tests__placeholder{width:100%;height:100%;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}