.login{background:#f9f9f9;gap:6rem;height:100vh;justify-content:center}.login,.login form{align-items:center;display:flex;flex-direction:column}.login form{background:#fff;border-radius:10px;box-shadow:.5px 1px 3px 1px #0000001a;height:400px;justify-content:space-evenly;max-width:500px;width:100%}.login form .app-name{align-items:center;color:#009253;display:flex;font-size:34px;font-weight:700;gap:10px;justify-content:center}.login form .app-name .logo{max-height:40px;max-width:40px}.login form .content{display:flex;flex-direction:column;gap:15px;width:100%}.login form .content .title{color:#393939;font-size:17px;font-style:normal;text-align:center}.login form .content .title p{margin-bottom:8px;margin-top:0}.login form .content>.error{align-items:center;color:#ec6767;font-size:14px}.login form .content .buttons,.login form .content>.error{display:flex;justify-content:center}.login form .content .form-label{margin-right:16px;min-width:100px}.login form .content .form-field{width:90%}.button{align-items:center;border:0;border-radius:5px;color:#fff;cursor:pointer!important;display:flex;font-family:inherit;font-size:11px;font-style:normal;font-weight:700;height:30px;justify-content:center;line-height:inherit;margin:0;min-width:90px;padding:10px}.button.icon{opacity:1;pointer-events:all}.button.icon .icon svg{stroke-width:2px;stroke:#7b7b7b;color:#7b7b7b;max-height:20px;max-width:20px}.button:disabled .icon svg{stroke:#7b7b7b40}.button.image{background:none;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;justify-content:flex-start;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.button .icon svg{stroke:#fff;max-height:17px;max-width:17px}.button.icon{background:none;border:none;min-width:0;min-width:auto}.button.icon>.icon{padding-right:0}.button .icon{padding-right:3px}.button.sm .icon{margin-right:5px}.button .loader-overlay{left:auto;position:relative;top:auto}.button .loader-overlay .loader:before{border:2px solid #fff;border-left-color:#0000;height:10px;width:10px}.button.secondary{color:#393939}.button.secondary svg{stroke:#7b7b7b}.button.secondary:disabled{color:#39393966}.button.primary{background:#009253}.button.danger{background:#ec6767}.loader-overlay{left:50%;position:absolute;top:50%}.loader-overlay .loader:before{animation:spin .5s linear infinite;border:6px solid #009253;border-left-color:#0000;border-radius:100%;content:"";display:block;height:40px;width:40px}@keyframes spin{to{transform:rotate(1turn)}}.form-field{display:flex;flex-direction:row;gap:5px;justify-content:start;min-height:38px;width:100%}.form-field .error-message{color:red;font-size:12px;margin-top:5px}.form-field .required:before{color:red;content:"*";margin-right:4px}.form-field .form-label{color:#7b7b7b;display:inline-block;font-size:13px;font-style:normal;font-weight:400;line-height:normal;margin-right:20px;min-width:150px;padding-top:8px;text-align:right;width:20%}.form-field .form-label:before{color:red;content:"*";display:none;font-size:1em;left:0;margin-right:4px;position:relative;top:0}.form-field .form-label.required:before{display:inline}.form-field .input-content{display:flex;flex-direction:column;width:100%}.form-field .color-input{padding:0!important}.form-field .form-input{border:1px solid #dfdfdf;border-radius:5px;color:#393939;font-size:13px;outline:none;padding:10px;width:auto}.form-field .form-input:focus{border-color:#999}.form-field .form-input::placeholder{color:#7c7c7c}.form-field .form-input.disabled{background-color:#0000001a}.form-field .git.input-content,.form-field .jenkins.input-content{flex-direction:row;flex-wrap:wrap;gap:10px}.form-field .git.input-content .connect,.form-field .jenkins.input-content .connect{align-items:center;background:none;border:1px dashed #d2d9e0;border-radius:8px;box-sizing:initial;color:#7b7b7b;display:flex;flex-direction:column;font-size:13px;height:100px;justify-content:center;padding:16px;transition:transform .3s ease,box-shadow .3s ease;width:180px}.form-field .git.input-content .connect:hover,.form-field .jenkins.input-content .connect:hover{box-shadow:0 6px 10px #00000026;cursor:pointer;transform:translateY(-4px)}.form-field .form-select{font-size:13px;width:100%}.form-field .form-select div>div>div>div{font-size:13px}.form-field .form-select.disabled{background-color:#0000001a}.form-field .form-checkbox{height:15px;margin:15px 0;width:15px}.navbar{align-items:center;background-color:#fff;border-bottom:1px solid #dfdfdf;box-shadow:0 7px 5px -5px #f2f2f2;color:#7b7b7b;display:flex;font-size:14px;height:50px;justify-content:space-between;min-width:992px;padding:0 32px;position:relative;z-index:2}@media(max-width:576px){.navbar{min-width:548px;padding:0 23px}}.navbar .navigation{align-items:center;display:flex;gap:10px}.navbar .selected{border-bottom:2px solid #009253;color:#009253}.navbar .svg-fill-none svg{fill:none}.navbar .selected svg{stroke:#009253}.navbar .svg-stroke-color svg{stroke:#7b7b7b}.navbar .svg-stroke-none svg{stroke:none}.navbar .app-name{display:flex;gap:10px}.navbar .app-name .logo{max-height:30px;max-width:30px}.navbar .app-name .name{color:#009253;font-size:20px;font-weight:700;margin-bottom:6px;margin-right:50px}@media(max-width:576px){.navbar .app-name .name{margin-right:30px}}.dropdown.profile .avatar-container{align-items:center;cursor:pointer;display:flex;font-weight:500;gap:10px}.dropdown.profile .content{background:#fff;border:1px solid #dfdfdf;border-radius:5px;display:flex;flex-direction:column;gap:5px;right:0;top:45px;width:200px}.dropdown.profile .content .list{background:#fff;color:#7b7b7b;font-size:14px;font-weight:400;margin:0;padding:0}.dropdown.profile .content .list .item{align-items:center;display:flex;font-size:12px;font-weight:500;padding:10px}.dropdown.profile .content .list .item .icon{display:flex}.dropdown.profile .content .list .item svg{stroke:#7b7b7b;height:22px;margin-right:10px;width:22px}.dropdown.profile .content .list .item .settings-icon svg{fill:#fff}.dropdown.profile .content .version{bottom:10px;color:#7b7b7b;font-size:10px;position:absolute;right:10px}.icon svg{stroke:#7b7b7b;max-height:32px;max-width:32px}.icon.color svg{stroke:none!important}.icon.solid svg{stroke-width:5px;max-height:12px;max-width:12px}.active .icon svg{stroke-width:1.5px;stroke:#7b7b7b}.inactive .icon svg{stroke:#f9f9f9!important}.dropdown{align-items:center;display:flex;flex-direction:row;position:relative}.dropdown .arrow{border-left:5px solid #0000;border-right:5px solid #0000;border-top:5px solid #393939;height:0;width:0}.dropdown .content{position:absolute;top:55px;width:130px;z-index:1000}.dropdown .content li{cursor:pointer;list-style:none}.dropdown .content li:hover{background-color:#f5f5f5;border-bottom-left-radius:5px;border-bottom-right-radius:5px}.avatar{border-radius:50%;display:flex}.avatar.small{height:35px;width:35px}.avatar.medium{height:50px;width:50px}.avatar.big{height:115px;width:115px}.avatar img{border-radius:50%;height:100%;width:100%}.initials{background:#c4c4c4;border-radius:50%;height:35px;justify-content:center;text-align:center;width:35px}.initials,.navbar-item{align-items:center;display:flex}.navbar-item{border-bottom:2px solid #0000;cursor:pointer;font-size:13px;font-weight:600;height:50px;padding:0 15px}.navbar-item .text{padding-top:9px}.navbar-item .icon{display:flex;margin-right:8px;padding-top:7px}.navbar-item .icon svg{height:25px;width:25px}.users .table{height:100%}.users .table td{max-width:6rem}.users .table td:has(.row-group){max-width:11rem;min-width:11rem}.table{color:#212529;max-height:100%;overflow-x:hidden;overflow-y:auto}.table .clickable{cursor:pointer}.table table{border:none;border-collapse:initial;border-spacing:0;width:100%}.table table .actions{display:flex;margin-left:-11px}.table table .headers{background:#fff;position:-webkit-sticky;position:sticky;text-align:left;top:0;z-index:1}.table table .headers th{border-bottom:1px solid #dfdfdf;color:#393939;font-size:12px;font-weight:600;padding:10px 15px}.table table .headers th:last-child{width:100px}.table table tbody td{color:#393939;font-size:13px;font-weight:400;padding:15px;word-break:break-word}.table table tbody td,.table table tbody tr{border-bottom:1px solid #dfdfdf}.table table tbody tr:nth-of-type(odd){background-color:#fbfbfb}.table table tbody tr:last-of-type{border-bottom:none}.table table .no-data{background:#fff;color:#cfcfcf;height:200px;text-align:center}.card-header{background-color:#fff;border-bottom:.5px solid #dfdfdf;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;justify-content:space-between;max-height:40px;padding-left:8px;padding-right:8px}@media(max-width:576px){.card-header{flex-wrap:wrap}}.card-header .header{align-items:center;display:flex;justify-content:space-between;width:100%}.card-header .header .breadcrumb{align-items:center;color:#7b7b7b;display:flex;font-size:14px;font-weight:600;min-width:220px;padding:7px 8px 8px 12px}.card-header .header .breadcrumb .clickable{cursor:pointer}.card-header .header .breadcrumb .item{align-items:center;display:flex;justify-content:center}.card-header .header .breadcrumb .item .icon{display:flex;margin-right:1px}.card-header .header .breadcrumb .item .icon svg{fill:none;stroke:#393939}.card-header .header .breadcrumb .title{align-items:center;display:flex}.card-header .header .breadcrumb .title .loader:before{animation:spin .5s linear infinite;border:3px solid #009253;border-left-color:#0000;border-radius:100%;content:"";display:block;height:10px;width:10px}.card-header .header .breadcrumb .icon{display:flex;margin-right:10px}.card-header .header .breadcrumb .icon svg{height:25px;width:25px}.card-header .header .breadcrumb .last{color:#393939}.card-header .header .breadcrumb .first{color:#7b7b7b}.card-header .header .buttons{align-items:center;display:flex;gap:10px}.card{background-color:#fff;display:flex;flex-direction:column;height:calc(100vh - 70px);margin:0;max-height:calc(100vh - 70px);min-width:992px;padding-top:16px}.modal.delete .content .body{color:#393939;font-size:16px;padding:16px}.modal{background:#fff;border:1px solid #ccc;border-radius:4px;left:50%;margin:0 auto;max-width:1000px;position:absolute;top:50%;transform:translate(-50%,-50%)!important}.modal.fit-content{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.modal.lg{max-width:800px;min-width:500px}.modal.md{max-width:600px;min-width:450px}.modal.sm{max-width:400px}.overlay{background:rgba(0,0,0,.565);inset:0;position:fixed;z-index:1000}.modal .header{border-bottom:1px solid #dfdfdf;color:#7b7b7b;display:flex;font-size:14px;padding:10px}.modal .header .value{color:#393939;font-weight:600;margin-left:5px}.card-body{height:100%;min-height:1px;overflow-x:hidden;overflow-y:auto;padding:0}.card-body.form{padding:15px;width:70%}.jobs{min-width:1000px}.jobs .token-row{align-items:center;display:flex;flex-direction:row;gap:16px}.jobs td{width:45%}.jobs td:has(.token-row){width:20%}.jobs td:has(.row-name){width:35%}.modal .body{padding:15px}.tokens.modal .token{padding-bottom:10px}.tokens.modal .token .label{font-size:13px;font-weight:500}.tokens.modal .token .value{color:#7b7b7b}.modal .footer{border-top:1px solid #dfdfdf;display:flex;gap:20px;justify-content:flex-end;padding:8px}.tags-list{width:100%}.tags-list .tags{display:flex;flex-direction:column;gap:5px;margin-bottom:5px}.tags-list .tags .tag{border:1px solid #dfdfdf;border-radius:10px;color:#393939;display:flex;font-size:14px;font-weight:400;justify-content:space-between;padding:12px}.tags-list .tags .tag:hover .actions{visibility:visible}.tags-list .tags .tag .info{align-items:center;display:flex}.tags-list .tags .tag .info .color-preview{border-radius:5px;height:25px;margin-right:20px;width:25px}.tags-list .tags .tag .actions{align-items:center;display:flex;visibility:hidden}.tags-list .tags .tag .actions .button.icon{padding:5px}.add-new-list-item.button{background-color:inherit;border:1px dashed #dfdfdf;border-radius:10px;color:#cfcfcf;font-size:11px;font-weight:700;height:56px;width:100%}.add-new-list-item.button:hover{background-color:#f5f5f5;transition:.5s}.jenkins-connection-box{align-items:center;background-color:#fff;border:1px solid #d2d9e0;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;height:auto;justify-content:center;padding:16px;text-align:center;transition:transform .3s ease,box-shadow .3s ease;width:180px}.jenkins-connection-box:hover{box-shadow:0 6px 10px #00000026;transform:translateY(-4px)}.jenkins-connection-box .header{margin-bottom:8px}.jenkins-connection-box .header img{height:auto;width:115px}.jenkins-connection-box .header img.unactive{filter:grayscale(1) contrast(1) brightness(1)}.jenkins-connection-box .content{color:#7b7b7b;font-size:13px}.jenkins-connection-box .content p{display:block;font-size:13px;font-weight:500;margin-bottom:8px}.jenkins-connection-box .content span{color:#393939;font-weight:400}.jenkins-connection-box .content .active{color:#009253;font-weight:700}.jenkins-job.modal .disconnect-button{margin-right:auto}.no-integration{border:1px dashed #d2d9e0;border-radius:8px;color:#393939;font-size:14px;height:100px}.git-connection-box,.no-integration{align-items:center;display:flex;justify-content:center;padding:16px;width:180px}.git-connection-box{background-color:#fff;border:1px solid #d2d9e0;border-radius:8px;cursor:pointer;flex-direction:column;height:auto;text-align:center;transition:transform .3s ease,box-shadow .3s ease}.git-connection-box:hover{box-shadow:0 6px 10px #00000026;transform:translateY(-4px)}.git-connection-box .header{margin-bottom:8px}.git-connection-box .header img{height:auto;width:115px}.git-connection-box .header img.unactive{filter:grayscale(1) contrast(1) brightness(1)}.git-connection-box .content{color:#7b7b7b;font-size:13px}.git-connection-box .content p{display:block;font-size:13px;font-weight:500;margin-bottom:8px}.git-connection-box .content span{color:#393939;font-weight:400}.git-connection-box .content .active{color:#009253;font-weight:700}.git-job.modal .disconnect-button{margin-right:auto}.builds .card-header .header{flex:initial}.builds .card-header .breadcrumb{margin-right:15px;min-width:0;min-width:auto}.builds .table .headers th{padding:.7rem}.builds .table .headers th:first-child{padding-left:30px;width:60px}.builds .table .headers th:last-child{padding-right:30px;width:50px}.builds .table .row-position,.builds .table .user{align-items:center;display:flex;gap:10px}.builds .builds-tooltip{font-size:13px;z-index:3}.card-reports{border-bottom:1px solid #dfdfdf;display:flex;justify-content:space-between;padding:20px}.card-reports .section{align-items:center;display:flex;flex-direction:column;text-align:center;width:100%}.card-reports .section .label{color:#7b7b7b;font-size:12px;font-weight:600}.card-reports .section.status{flex-shrink:0;width:115px}.card-reports .section .chart-container{width:65%}.card-reports .section.pie .chart-container{width:50%}.card-reports .section.pie .chart{aspect-ratio:1/1;display:flex;justify-content:center;margin-left:50px;margin-top:-35px}.card-reports .section .chart{aspect-ratio:2/1;display:flex;justify-content:center;margin-top:25px;width:100%}.build-status{display:flex;flex-direction:column}.build-status .label{color:#7b7b7b;font-size:12px;font-weight:600;text-align:right}.build-status .label.small{font-size:10px}.build-status .status{font-size:20px;font-weight:700;margin-bottom:0;text-align:right}.status-bar{display:flex;height:15px;transition:background .3s ease}.status-dot{border-radius:50%;height:12px;margin-right:5px;width:12px;z-index:0}.filter{display:flex;flex:1 1;flex-direction:row;flex-wrap:wrap;gap:5px;height:100%;padding-right:5px}@media(max-width:576px){.filter{border-top:1px solid #dfdfdf;padding-left:12px;width:100%}}.filter .filter-item{align-items:center;background-color:#e8e8e8;border-top-left-radius:10px;border-top-right-radius:10px;color:#6e6e6e;cursor:pointer;display:flex;font-size:11px;font-weight:500;gap:.2rem;margin:10px 5px 0 0;padding:5px 20px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.filter .filter-item.active.tab{background-color:#a2c2ff;color:#fdfdfd}.user-display{align-items:center;display:flex;gap:10px}.build{font-weight:400}.build,.build .content{color:#393939;font-size:14px}.build .content{display:flex;flex-direction:column}.build .content>.header{color:#737373;display:flex;justify-content:space-between;padding:16px 32px 0}.build .content>.header h1{font-size:2.6rem;font-weight:400;margin:0}.build .content>.header h1 p{font-size:.9rem}.build .content>.header h1 p:first-child{font-size:1.4rem}.build .content>.header .action-group{display:flex;flex-direction:column;text-align:end}.build .content>.header .action-group .number{margin-bottom:25px}.build .content>.header .action-group .number span{color:#737373}.build .content>.header .action-group .number span:first-child{font-weight:700}.build .content>.header .action-group .file-button-wrapper{align-items:center;display:flex}.build .content>.header .action-group .file-button-wrapper .file span{color:#737373}.build .content>.header .action-group .file-button-wrapper .file span:first-child{font-weight:700}.build .content>.header .action-group .file-button-wrapper .button{height:25px;margin-left:auto;margin-top:1rem}.report-section{margin-top:16px;position:relative}.report-section .accordion .title .name{font-weight:700;margin-left:0}.report-section .accordion .title div{font-weight:400;margin-left:12px}.report-section .accordion tr{z-index:0}.report-section .passed{color:#28a745}.report-section .failed{color:#dc3545}.report-section .mismatch{color:gold}.report-section .filters{display:flex;gap:15px;padding:10px;width:40%}.report-section .filters .form-select{z-index:2}.report-section>.body{border-top:.5px solid #e5e5e5;padding-bottom:32px}.report-section .description{font-size:13px;font-weight:500;margin-bottom:10px}.search-input{position:relative;width:100%}.search-input .icon{left:10px;position:absolute;top:50%;transform:translateY(-50%)}.search-input .icon,.search-input .icon svg{height:15px;width:15px}.search-input .form-field .form-input{padding-left:35px}.scenario .table .row-name{align-items:center;cursor:pointer;display:flex;gap:.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.scenario .table .row-name .icon{height:25px;width:25px}.scenario .table .row-name .icon.active{transform:rotate(90deg)}.scenario .table .row-name .icon svg{height:25px;width:25px}.scenario .table td:first-child{position:relative;width:-webkit-min-content;width:min-content}.scenario .table td:nth-child(2){height:1rem;width:30%}.scenario .table td:nth-child(2) .extra-row{align-items:center;cursor:pointer;display:flex;gap:.5rem;left:100px;position:absolute;transform:translateY(-50%)}.scenario .table td:last-child{width:20%}.status-option{align-items:center;display:flex;gap:8px;min-height:15px}.status-option .dot{background-color:#b1b1b1;border-radius:50%;height:15px;width:15px}.lazy-image{width:200px}.lazy-image img{cursor:pointer;height:100px;width:200px}.lazy-image p{color:#393939;font-size:12px;font-weight:400;margin-bottom:5px}.lazy-image:not(:first-child){margin-left:30px}.lazy-image .empty{height:100px;width:200px}.dock .backdrop{background-color:#0006;width:100vw}.dock .backdrop,.dock .content{height:100vh;position:absolute;top:0;z-index:3}.dock .content{background-color:#fff;box-shadow:0 0 4px rgba(0,0,0,.302);display:flex;flex-direction:column;right:0;width:50%;z-index:4}.history-view-modal .header{align-items:center;border-bottom:1px solid #dfdfdf;color:#393939;display:flex;font-size:15px;padding:10px 20px;position:relative}.history-view-modal .header .icon{margin-right:5px}.history-view-modal .header .icon svg{height:27px;width:27px}.history-view-modal .header .button{position:absolute;right:15px;top:50%;transform:translateY(-50%)}.history-view-modal .body{height:100%;overflow-y:auto;padding:16px}.history-view-modal .feature-name{align-items:center;display:flex;gap:15px;justify-content:center;margin-right:5px}.history-view-modal .scenario-name{align-items:center;display:flex;flex-direction:row;gap:15px;justify-content:center;margin-left:0!important}.history-view-modal .scenario-name .status-dot{margin-left:0!important}.history-view-modal .step .description{grid-gap:10px;display:grid;font-size:13px;gap:10px;grid-template-columns:8px 50px auto;height:30px}.history-view-modal .step .description .status{height:100%;width:8px}.history-view-modal .step .description .keyword{align-items:center;color:#8e8e8e;display:flex;justify-content:flex-end}.history-view-modal .step .description .text{align-items:center;display:flex}.history-view-modal .images{display:flex;margin-top:10px;width:100%}.history-view-modal .images img{max-width:100%}.history-view-modal .data-table{border-collapse:collapse;font-size:13px;margin:10px 30px}.history-view-modal .data-table td{border:1px solid #d2d9e0;padding:8px}.history-view-modal .error{color:red;font-size:13px;padding:0 5px}.history-view-modal .error .line{padding-left:40px}.history-view-modal .error .line:first-child{padding-left:0}.history-view-modal .lazy-image{width:100%}.history-view-modal .lazy-image img{height:auto}.history-view-modal img{max-width:50%;width:100%}.image-diff-preview{align-items:center;background:#000000bf;display:flex;flex-direction:column;height:100%;justify-content:center;left:0;overflow-y:auto;position:absolute;top:0;width:100%;z-index:10}.image-diff-preview .header{display:flex;height:50px;justify-content:flex-end;width:100%}.image-diff-preview .content{box-sizing:border-box;height:calc(100% - 50px);padding:20px;position:relative;width:100%;z-index:11}.image-diff-preview .row{align-items:flex-start;display:flex;gap:20px;justify-content:center;max-height:100%;position:relative;top:50%;transform:translateY(-50%)}.image-diff-preview .close-button{height:50px;width:50px}.image-diff-preview .close-button:active .icon path{fill:#fff6}.image-diff-preview .close-button .icon path{fill:#fffc}.image-diff-preview .image{align-items:center;display:flex;flex-direction:column;gap:10px}.image-diff-preview .image .label{color:#dedede}.image-diff-preview .image .image-with-transform{box-sizing:border-box;padding-bottom:20px}.image-diff-preview img{height:100%;min-width:30vw;width:100%}:root{--rc-drag-handle-size:12px;--rc-drag-handle-mobile-size:24px;--rc-drag-handle-bg-colour:#0003;--rc-drag-bar-size:6px;--rc-border-color:#ffffffb3;--rc-focus-color:#08f}.ReactCrop{cursor:crosshair;display:inline-block;max-width:100%;position:relative}.ReactCrop *,.ReactCrop :after,.ReactCrop :before{-webkit-box-sizing:border-box;box-sizing:border-box}.ReactCrop--disabled,.ReactCrop--locked{cursor:inherit}.ReactCrop__child-wrapper{max-height:inherit;overflow:hidden}.ReactCrop__child-wrapper>img,.ReactCrop__child-wrapper>video{display:block;max-height:inherit;max-width:100%}.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>img,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__child-wrapper>video,.ReactCrop:not(.ReactCrop--disabled) .ReactCrop__crop-selection{-ms-touch-action:none;touch-action:none}.ReactCrop__crop-mask{bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}.ReactCrop__crop-selection{cursor:move;left:0;position:absolute;top:0;-webkit-transform:translateZ(0);transform:translateZ(0)}.ReactCrop--disabled .ReactCrop__crop-selection{cursor:inherit}.ReactCrop--circular-crop .ReactCrop__crop-selection{border-radius:50%}.ReactCrop--circular-crop .ReactCrop__crop-selection:after{border:1px solid #ffffffb3;border:1px solid var(--rc-border-color);bottom:-1px;content:"";left:-1px;opacity:.3;pointer-events:none;position:absolute;right:-1px;top:-1px}.ReactCrop--no-animate .ReactCrop__crop-selection{outline:1px dashed #fff}.ReactCrop__crop-selection:not(.ReactCrop--no-animate .ReactCrop__crop-selection){-webkit-animation:marching-ants 1s;animation:marching-ants 1s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:linear;animation-timing-function:linear;background-image:-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,right top,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444)),-webkit-gradient(linear,left top,left bottom,color-stop(50%,#fff),color-stop(50%,#444));background-image:linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(90deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0),linear-gradient(180deg,#fff 50%,#444 0);background-position:0 0,0 100%,0 0,100% 0;background-repeat:repeat-x,repeat-x,repeat-y,repeat-y;background-size:10px 1px,10px 1px,1px 10px,1px 10px;color:#fff}@-webkit-keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}@keyframes marching-ants{0%{background-position:0 0,0 100%,0 0,100% 0}to{background-position:20px 0,-20px 100%,0 -20px,100% 20px}}.ReactCrop__crop-selection:focus{outline:2px solid #08f;outline:2px solid var(--rc-focus-color);outline-offset:-1px}.ReactCrop--invisible-crop .ReactCrop__crop-mask,.ReactCrop--invisible-crop .ReactCrop__crop-selection{display:none}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before,.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{background-color:#fff6;content:"";display:block;position:absolute}.ReactCrop__rule-of-thirds-vt:after,.ReactCrop__rule-of-thirds-vt:before{height:100%;width:1px}.ReactCrop__rule-of-thirds-vt:before{left:33.3333333333%}.ReactCrop__rule-of-thirds-vt:after{left:66.6666666667%}.ReactCrop__rule-of-thirds-hz:after,.ReactCrop__rule-of-thirds-hz:before{height:1px;width:100%}.ReactCrop__rule-of-thirds-hz:before{top:33.3333333333%}.ReactCrop__rule-of-thirds-hz:after{top:66.6666666667%}.ReactCrop__drag-handle{background-color:#0003;background-color:var(--rc-drag-handle-bg-colour);border:1px solid #ffffffb3;border:1px solid var(--rc-border-color);height:12px;height:var(--rc-drag-handle-size);position:absolute;width:12px;width:var(--rc-drag-handle-size)}.ReactCrop__drag-handle:focus{background:#08f;background:var(--rc-focus-color)}.ReactCrop .ord-nw{cursor:nw-resize;left:0}.ReactCrop .ord-n,.ReactCrop .ord-nw{top:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ReactCrop .ord-n{cursor:n-resize;left:50%}.ReactCrop .ord-ne{cursor:ne-resize;top:0}.ReactCrop .ord-e,.ReactCrop .ord-ne{right:0;-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}.ReactCrop .ord-e{cursor:e-resize;top:50%}.ReactCrop .ord-se{bottom:0;cursor:se-resize;right:0;-webkit-transform:translate(50%,50%);transform:translate(50%,50%)}.ReactCrop .ord-s{cursor:s-resize;left:50%}.ReactCrop .ord-s,.ReactCrop .ord-sw{bottom:0;-webkit-transform:translate(-50%,50%);transform:translate(-50%,50%)}.ReactCrop .ord-sw{cursor:sw-resize;left:0}.ReactCrop .ord-w{cursor:w-resize;left:0;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ReactCrop__disabled .ReactCrop__drag-handle{cursor:inherit}.ReactCrop__drag-bar{position:absolute}.ReactCrop__drag-bar.ord-n{height:6px;height:var(--rc-drag-bar-size);left:0;top:0;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:100%}.ReactCrop__drag-bar.ord-e{height:100%;right:0;top:0;-webkit-transform:translate(50%);transform:translate(50%);width:6px;width:var(--rc-drag-bar-size)}.ReactCrop__drag-bar.ord-s{bottom:0;height:6px;height:var(--rc-drag-bar-size);left:0;-webkit-transform:translateY(50%);transform:translateY(50%);width:100%}.ReactCrop__drag-bar.ord-w{height:100%;left:0;top:0;-webkit-transform:translate(-50%);transform:translate(-50%);width:6px;width:var(--rc-drag-bar-size)}.ReactCrop--fixed-aspect .ReactCrop__drag-bar,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-e,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-n,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-s,.ReactCrop--fixed-aspect .ReactCrop__drag-handle.ord-w,.ReactCrop--new-crop .ReactCrop__drag-bar,.ReactCrop--new-crop .ReactCrop__drag-handle{display:none}@media (pointer:coarse){.ReactCrop .ord-e,.ReactCrop .ord-n,.ReactCrop .ord-s,.ReactCrop .ord-w{display:none}.ReactCrop__drag-handle{height:24px;height:var(--rc-drag-handle-mobile-size);width:24px;width:var(--rc-drag-handle-mobile-size)}}.avatar-upload{display:flex}.avatar-upload .dropzone{position:relative}.avatar-upload .dropzone .initials{align-items:center;background-color:#c4c4c4;border:2px dashed #d2d9e0;border-radius:50%;color:#7b7b7b;display:flex;font-size:32px;height:115px;justify-content:center;width:115px}.avatar-upload .dropzone .button{position:absolute;right:-15px;top:-5px}.avatar-upload .dropzone .area{align-items:center;border:2px dashed #d2d9e0;border-radius:50%;color:#d2d9e0;display:flex;height:125px;justify-content:center;width:125px}.avatar-upload .dropzone .area.active{background:#ebedef;transition:.3s ease-in-out}.avatar-upload .dropzone .area p{font-size:13px;padding:0 5px;text-align:center}.version-snackbar{align-items:center;background:#009253;color:#fff;display:flex;font-size:12px;gap:4px;height:36px;padding-left:36px}.version-snackbar .here{cursor:pointer;text-decoration:underline}.builds-slugs .table .headers th:last-child{padding-right:30px;width:50px}.builds-slugs .table .actions .button.icon{padding-right:3px}.builds-slugs .table .actions .button.icon:first-child svg{fill:#7b7b7b;stroke:#7b7b7b;stroke-width:1px}.integration-modal .delete-button,.version-control-modal .delete-button{margin-right:auto}.version-control-modal .radio-group{display:flex;flex-wrap:wrap}.version-control-modal .disconnect-info{color:#a2c2ff;font-size:13px;margin-top:1rem}.settings .ldap .button{margin-bottom:4px;width:250px}.connect-ldap-modal .error{align-items:center;color:#ec6767;display:flex;font-size:14px;justify-content:flex-end;min-width:220px}.notification{border-radius:1rem;box-shadow:0 4px 12px #00000026;color:#fff;font-weight:500;opacity:0;padding:.75rem 1.5rem;position:fixed;right:.5rem;top:.5rem;transform:translateX(100%);transition:all .3s ease-in-out;z-index:3}.notification.show{opacity:1;transform:translateX(0)}.notification.error{background-color:#ec6767}.pull-requests-slugs .table .headers th:last-child{padding-right:30px;width:50px}.pull-requests-slugs .table .actions .button.icon{padding-right:3px}.pull-requests-slugs .table .actions .button.icon:first-child svg{fill:#7b7b7b;stroke:#7b7b7b;stroke-width:1px}.accordion .title{align-items:center;color:#393939;cursor:pointer;display:flex;font-size:13px;margin:5px 0}.accordion .title .icon{display:flex;margin-right:5px}.accordion .table .row-name{align-items:center;cursor:pointer;display:flex;gap:.5rem;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.accordion .table .row-name .icon{height:25px;width:25px}.accordion .table .row-name .icon.active{transform:rotate(90deg)}.accordion .table .row-name .icon svg{height:25px;width:25px}.accordion .table td:first-child{position:relative;width:-webkit-min-content;width:min-content}.accordion .table td:nth-child(2){height:1rem;width:30%}.accordion .table td:nth-child(2) .extra-row{align-items:center;cursor:pointer;display:flex;gap:.5rem;left:100px;position:absolute;transform:translateY(-50%)}.accordion .table td:last-child{width:20%}.pull-request .no-data{align-items:center;color:#7c7c7c;display:flex;justify-content:center;padding:20px;width:100%}.pull-request .accordion-text{cursor:pointer;font-size:16px;padding:20px;-webkit-user-select:none;user-select:none}.pull-request .accordion-text.added{background-color:#e6ffed;border:1px solid #dfdfdf;color:#22863a}.pull-request .accordion-text.deleted{background-color:#ffeef0;border:1px solid #dfdfdf;color:#cb2431}.pull-request .accordion-text.modified{background-color:#f1f8ff;border:1px solid #dfdfdf;color:#0366d6}.pull-request .accordion-text.unchanged{background-color:#0000;border:1px solid #dfdfdf;color:#586069}.pull-request .accordion-text.basic{background-color:#f5f5f5;border:1px solid #dfdfdf}.pull-request .accordion-text.deep-0{margin-left:0}.pull-request .accordion-text.deep-1{margin-left:15px}.pull-request .accordion-text.deep-2{margin-left:30px}.pull-request .image-comparison{display:flex;gap:10px}.diff-text{border-radius:5px;display:inline-block;font-family:monospace;line-height:1;margin-bottom:10px;padding:.5rem 1rem;vertical-align:middle;width:100%}.diff-text .keyword{opacity:.25}.diff-text.tag{margin-bottom:0;padding:4px 8px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.diff-text-added{background-color:#e6ffed;color:#22863a}.diff-text-deleted{background-color:#ffeef0;color:#cb2431}.diff-text-modified{background-color:#f1f8ff;color:#0366d6}.diff-text-unchanged{background-color:#0000;color:#586069}.diff-table{border-collapse:collapse;font-family:monospace;margin-bottom:10px;table-layout:auto;width:auto}.diff-table td{border:1px solid #dfdfdf;padding:.5rem 1rem;white-space:nowrap}.diff-table .diff-key{font-weight:700;width:30%}.diff-table .diff-value{width:70%}.diff-table .diff-row-added{background-color:#e6ffed;color:#22863a}.diff-table .diff-row-deleted{background-color:#ffeef0;color:#cb2431}.diff-table .diff-row-modified{background-color:#f1f8ff;color:#0366d6}.diff-table .diff-row-unchanged{background-color:#0000;color:#586069}.diff-screenshot-preview{cursor:pointer;display:inline-block;margin-bottom:10px;padding:.5rem 1rem;width:100%}.diff-screenshot-preview img{border:1px solid #dfdfdf;border-radius:4px;display:block;max-width:1000px}.diff-screenshot-modal .diff-screenshot-content{padding:1rem}.diff-screenshot-modal .diff-screenshot-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(3,auto);text-align:center}.diff-screenshot-modal .diff-screenshot-grid h3{font-size:1rem;font-weight:600;margin-bottom:.5rem}.diff-screenshot-modal .diff-screenshot-grid img{background-color:#fff;border:1px solid #dfdfdf;border-radius:4px;height:auto;max-width:100%}.diff-added{background-color:#e6ffed;color:#22863a}.diff-deleted{background-color:#ffeef0;color:#cb2431}.diff-modified{background-color:#f1f8ff;color:#0366d6}.diff-unchanged{background-color:#0000;color:#586069}body{background:#f5f5f5;font-family:IBM Plex Sans,sans-serif}body,body p{margin:0}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#7a7a7a}form{align-items:start;display:flex;flex-direction:column;gap:16px}form,form .form-input{width:100%}form .form-label.checkbox{align-self:center;padding-top:0}form .form-checkbox{height:15px;width:15px}form .radio-group{align-items:center;display:flex;gap:15px;margin:10px 0}form .radio-group label{align-items:center;color:#393939;cursor:pointer;display:flex;font-size:13px}form .radio-group label input[type=radio]{accent-color:#009253;margin-right:8px}
/*# sourceMappingURL=main.8af9833f.css.map*/