.Checkbox{display:flex;word-break:break-word}.Checkbox__text{margin-left:8px}.Checkbox__check,.Checkbox__text{vertical-align:middle;cursor:pointer}.Checkbox__check{position:relative;width:17px;height:17px;border:1px solid #c8cccc;border-radius:0;-webkit-transition:background-color .1s ease;transition:background-color .1s ease;outline:none}.Checkbox__check:after{content:"";position:absolute;top:1px;left:5px;width:5px;height:11px;opacity:0;-webkit-transform:rotate(45deg) scale(0);transform:rotate(45deg) scale(0);border-right:2px solid #fff;border-bottom:2px solid #fff;-webkit-transition:all .1s ease;transition:all .1s ease}.Checkbox__input{display:none}.Checkbox__input:disabled:checked~.Checkbox__check{pointer-events:none;border-color:transparent;background-color:#c8cccc!important}.Checkbox__input:disabled~.Checkbox__check{pointer-events:none;border-color:#c8cccc;background-color:hsla(0,0%,89.8%,.2)}.Checkbox__input:checked~.Checkbox__check{border-color:transparent;background-color:#6635ff!important}.Checkbox__input:checked~.Checkbox__check:after{opacity:1;-webkit-transform:rotate(45deg) scale(1);transform:rotate(45deg) scale(1)}.Checkbox--highlight:hover .Checkbox__check{border-color:rgba(102,53,255,.9)}.Checkbox--disabled .Checkbox__text{color:#a9a9a9;pointer-events:none}.Checkbox--minus .Checkbox__check:after{-webkit-transform:rotate(90deg) scale(0);transform:rotate(90deg) scale(0);border-right:2px solid #fff;border-bottom:none}.Checkbox--minus .Checkbox__input:checked~.Checkbox__check:after{opacity:1;-webkit-transform:rotate(90deg) scale(1);transform:rotate(90deg) scale(1)}.Radio__input{position:absolute;opacity:0;margin:0}.Radio__input+.Radio__label{padding-left:0;cursor:pointer;font-size:12px;font-weight:400;color:#575757}.Radio__input+.Radio__label:before{content:"";background:#fff;border-radius:100%;border:1px solid #6635ff;display:inline-block;width:17px;height:17px;position:relative;margin-right:1em;vertical-align:top;cursor:pointer;text-align:center;-webkit-transition:all .1s ease;transition:all .1s ease}.Radio__input:checked+.Radio__label:before{background-color:#6635ff;box-shadow:inset 0 0 0 3px #fff}.Radio__input:focus+.Radio__label:before{outline:none;border-color:#6635ff}.Radio__input:disabled{cursor:default!important}.Radio__input:disabled+.Radio__label{color:#a9a9a9;cursor:default}.Radio__input:disabled+.Radio__label:before{border-color:#a9a9a9}.Radio__input+.Radio__label:empty:before{margin-right:0}.Radio--highlight .Radio__label{margin-bottom:0;cursor:pointer}.Radio--highlight .Radio__input:disabled{position:absolute;opacity:0;margin:0;cursor:default}.Radio--highlight .Radio__input:disabled+.Radio__label{padding-left:0}.Radio--highlight .Radio__input:disabled+.Radio__label:before{content:"";background:#f7fafa;border-radius:100%;border:1px solid #c8cccc;display:inline-block;width:17px;height:17px;position:relative;margin-right:1em;vertical-align:top;cursor:pointer;text-align:center}.Radio--highlight .Radio__input:not([disabled]){position:absolute;opacity:0;margin:0}.Radio--highlight .Radio__input:not([disabled])+.Radio__label{padding-left:0}.Radio--highlight .Radio__input:not([disabled])+.Radio__label:before{content:"";background:#fff;border-radius:100%;border:1px solid #6635ff;display:inline-block;width:17px;height:17px;position:relative;margin-right:1em;vertical-align:top;cursor:pointer;text-align:center}.Radio--highlight .Radio__input:not([disabled]):hover+.Radio__label:before{background-color:#8d68ff;box-shadow:inset 0 0 0 3px #fff}.Radio--highlight .Radio__input:not([disabled]):checked+.Radio__label:before{background-color:#6635ff;box-shadow:inset 0 0 0 3px #fff}.Radio--highlight .Radio__input:not([disabled]):focus+.Radio__label:before{outline:none;border-color:#6635ff}.Radio--highlight .Radio__input:not([disabled]):disabled+.Radio__label{cursor:default}.Radio--highlight .Radio__input:not([disabled]):disabled+.Radio__label:before{box-shadow:inset 0 0 0 4px #6635ff;border-color:#2c00b5;background:#2c00b5}.Radio--highlight .Radio__input:not([disabled])+.Radio__label:empty:before{margin-right:0}.Radio--inline{display:inline}.InfoIcon{cursor:pointer;display:inline-block;background-repeat:no-repeat;background-color:#a9a9a9;mask:url(/packs/media/components/common/info_icon/info-icon-59d12fc4dc06228033b4dbc20a30c0f1.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/common/info_icon/info-icon-59d12fc4dc06228033b4dbc20a30c0f1.svg) no-repeat 50% 50%;mask-size:15px 15px;-webkit-mask-size:15px 15px;width:15px;height:15px;position:relative;vertical-align:middle;border-width:0}.InfoIcon:hover{background-color:#6635ff}.InfoIcon--right{margin-left:6px}.InfoIcon--left{margin-right:6px}.Subtext{font-size:12px;color:#a9a9a9}.SectionHeader{text-align:center;margin-bottom:30px}.SectionHeader__title{font-size:18px;margin-bottom:10px}.SectionHeader__subtext-trigger{background-color:transparent;border:0;padding:0;margin:0;font-size:12px;color:#6635ff;text-decoration:none}.SectionHeader__subtext-trigger:focus{outline:0}.InfoTable__table{width:100%;text-align:left}.InfoTable__table thead{color:#1c123d;border-right:1px solid hsla(0,0%,66.3%,.2);background-color:hsla(0,0%,66.3%,.2)}.InfoTable__table thead th{padding-top:5px;padding-bottom:5px;padding-right:5px;font-weight:400}.InfoTable__table thead th:first-child{padding-left:10px}.InfoTable__table tbody{border:1px solid hsla(0,0%,66.3%,.3)}.InfoTable__table tbody tr{background-color:#fff;border-bottom:1px solid hsla(0,0%,66.3%,.3)}.InfoTable__table tbody td{padding-right:5px;color:#575757;overflow:hidden;text-overflow:ellipsis}.InfoTable__table--standard tbody{border-top:1px solid #575757}.InfoTable__table--standard td{width:20%;padding-top:10px;padding-bottom:10px}.InfoTable__table--standard td:first-child{color:#1c123d;padding-left:10px}.InfoTable__table--standard td:last-child{width:100%}.InfoTable__table--small{font-size:12px;table-layout:fixed}.InfoTable__table--small thead th{border-bottom:1px solid #575757;text-align:left}.InfoTable__table--small td{padding-top:5px;padding-bottom:5px;text-align:left}.InfoTable__table--small td:first-child{padding-left:10px}.InfoTable__required-message{text-align:right!important;font-size:12px;color:#575757}.BoxedMessage{display:inline-flex;align-items:center;font-size:14px;background-color:rgba(102,53,255,.1);margin-top:15px}.BoxedMessage:first-child{margin-top:0}.BoxedMessage--error{background-color:rgba(169,68,66,.1)}.BoxedMessage__text{text-align:left!important;padding:7px;color:#1c123d}.BoxedMessage__text--error{color:#a94442}.BoxedMessage__icon{flex-shrink:0;margin:7px 0 7px 7px}.LoadingIcon{width:12px;height:12px;position:relative}.LoadingIcon__frame{width:100%;height:100%;position:absolute;left:0;top:0}.LoadingIcon__frame:before{content:"";display:block;margin:0 auto;width:15%;height:15%;background-color:#575757;border-radius:100%;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:circle-bounce-delay;animation-name:circle-bounce-delay;-webkit-animation-direction:ease-in-out both;animation-direction:ease-in-out both}.LoadingIcon__frame--2{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.LoadingIcon__frame--2:before{-webkit-animation-delay:-1.05s;animation-delay:-1.05s}.LoadingIcon__frame--3{-webkit-transform:rotate(90deg);transform:rotate(90deg)}.LoadingIcon__frame--3:before{-webkit-animation-delay:-.9s;animation-delay:-.9s}.LoadingIcon__frame--4{-webkit-transform:rotate(135deg);transform:rotate(135deg)}.LoadingIcon__frame--4:before{-webkit-animation-delay:-.75s;animation-delay:-.75s}.LoadingIcon__frame--5{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.LoadingIcon__frame--5:before{-webkit-animation-delay:-.6s;animation-delay:-.6s}.LoadingIcon__frame--6{-webkit-transform:rotate(225deg);transform:rotate(225deg)}.LoadingIcon__frame--6:before{-webkit-animation-delay:-.45s;animation-delay:-.45s}.LoadingIcon__frame--7{-webkit-transform:rotate(270deg);transform:rotate(270deg)}.LoadingIcon__frame--7:before{-webkit-animation-delay:-.3s;animation-delay:-.3s}.LoadingIcon__frame--8{-webkit-transform:rotate(315deg);transform:rotate(315deg)}.LoadingIcon__frame--8:before{-webkit-animation-delay:-.15s;animation-delay:-.15s}.FileUploader{width:360px}.DragDrop--dragging .FileUploader__upload-box{border:1px dashed #6635ff}.FileUploader__upload-box{height:120px;border:1px dashed #a9a9a9;display:flex;align-items:center;justify-content:center;background-color:#f7fafa}.FileUploader__upload-box>div{margin:auto 0;text-align:center;color:#a9a9a9;font-size:14px}.FileUploader__upload-box a{font-size:12px;text-decoration:none}.FileUploader__upload-box label{display:block;font-size:12px;width:135px;margin:auto;cursor:pointer}.FileUploader__upload-box--dragging{border:1px dashed #6635ff}.FileUploader__update-file-btn{color:#6635ff}.FileUploader__conjunction{margin:4px 0 8px;font-size:12px}.FileUploader__validating-message{margin-left:8px;font-size:12px;color:#1c123d}.FileUploader__filename-wrapper{margin-bottom:10px}.FileUploader__filename-wrapper div{display:inline-block;vertical-align:middle}.FileUploader__filename{font-style:italic;max-width:280px;text-overflow:ellipsis;overflow:hidden;padding-right:1px}.FileUploader__btn-download{margin-left:10px}.FileUploader__subtext{text-align:left!important;margin-top:10px}.FileUploader__issue{width:360px;margin-top:15px}.LabelsFileInput__info-table{max-width:800px;margin-bottom:50px;margin-right:auto;margin-left:auto}.LabelsFileInput__file-input-wrapper{display:inline-block}.LabelsForm{padding-top:20px;padding-bottom:20px;margin-top:5px;margin-bottom:5px}.LabelsForm__RegressionAttributeDescription{display:inline-block;margin-bottom:60px}.LabelsForm__FormControlSubtext{margin-top:5px}.LoadingOverlay{-webkit-transition-timing-function:ease;transition-timing-function:ease;-webkit-animation-duration:3s;animation-duration:3s;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-name:pulse;animation-name:pulse;-webkit-animation-direction:normal;animation-direction:normal;background-repeat:no-repeat;background-position:50%;background-image:url(/packs/media/components/common/loading_overlay/loading-icon-b815b26639677b67c5b70c118e31e800.png)}.LoadingOverlay--full{height:calc(100% - 52px)}.LoadingOverlay--display{height:calc(100% - 52px);position:absolute;top:0;bottom:0;left:0;right:0}.LoadingOverlay--box{height:100%;width:100%}.ContentBox{border:1px solid #c8cccc;padding:20px;margin-bottom:40px;background-color:#fff}.ContentBox--loading{width:100%;height:300px}.TimerIcon{display:inline-block;background-repeat:no-repeat;mask:url(/packs/media/components/common/timer_icon/timer-icon-0ad2a25115b50864b97e9cb3a258f269.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/common/timer_icon/timer-icon-0ad2a25115b50864b97e9cb3a258f269.svg) no-repeat 50% 50%;mask-size:14px;-webkit-mask-size:14px;width:15px;height:15px;vertical-align:sub}.TimerIcon--gray{background-color:#575757}.TimerIcon--purple{background-color:#6635ff}.TimerIcon--right{margin-left:6px}.TimerIcon--left{margin-right:6px}.IconButton{display:inline-block;font-size:12px;background:none;border:0;outline:0;padding:0}.IconButton:focus{outline:0}.IconButton:active:hover{color:#531cff}.IconButton__icon{vertical-align:sub;background-repeat:no-repeat}.IconButton__content,.IconButton__icon{display:inline-block}.IconButton--purple{color:#6635ff}.IconButton--purple .IconButton__icon{background-color:#6635ff}.IconButton--gray{color:#a9a9a9}.IconButton--gray .IconButton__icon{background-color:#a9a9a9}.IconButton--gray:hover{color:#6635ff}.IconButton--gray:hover .IconButton__icon{background-color:#6635ff}.IconButton__icon--back{mask:url(/packs/media/components/common/icon_button/back-arrow-icon-224674d0e1281b8ca454a66a087cbb0e.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/common/icon_button/back-arrow-icon-224674d0e1281b8ca454a66a087cbb0e.svg) no-repeat 50% 50%;mask-size:13px;-webkit-mask-size:13px;height:15px;width:15px}.IconButton__content--back{margin-left:5px}.IconButton--delete:hover .IconButton__icon--delete{background-position:0 -15px}.IconButton__icon--delete{background-position:0 0;background-image:url(/packs/media/components/common/icon_button/delete-icon-eb6be8376d97b8768b599cb1b843dee1.png);background-size:11px 30px;height:15px;width:15px;border:0;background-color:transparent!important}.IconButton__icon--download{mask:url(/packs/media/components/common/icon_button/download-icon-742b59614dc8d9c0b166bd741e594174.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/common/icon_button/download-icon-742b59614dc8d9c0b166bd741e594174.svg) no-repeat 50% 50%;mask-size:13px;-webkit-mask-size:13px;height:13px;width:13px}.IconButton__content--download{margin-left:3px}.IconButton--pencil:hover .IconButton__icon--pencil{background-position:0 -15px}.IconButton__icon--pencil{background-position:0 0;background-image:url(/packs/media/components/common/icon_button/pencil-icon-dc5e7776596288021f7fb85bdddb17dd.png);background-size:14px 30px;line-height:15px;height:15px;width:15px;background-color:transparent!important}.IconButton__content--pencil{margin-left:4px}.IconButton__icon--plus{background-repeat:no-repeat;mask:url(/packs/media/components/images/add-icon-48a4c484e6794bbedad278df6b7a29df.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/images/add-icon-48a4c484e6794bbedad278df6b7a29df.svg) no-repeat 50% 50%;mask-size:12px;-webkit-mask-size:12px;width:15px;height:15px}.IconButton__content--plus{margin-left:2px}.IconButton__content--timer{margin-left:3px}.ContentHeader{width:100%;display:flex;align-content:center;justify-content:space-between;margin:0 0 40px;border-bottom:1px solid #c8cccc;padding-bottom:5px}.SolidButton{color:#fff;padding:5px 30px;font-size:12px;display:inline-flex;align-items:center;justify-content:center;border-radius:0;border:none;cursor:pointer;-webkit-transition:background-color .2s cubic-bezier(.4,0,.2,1);transition:background-color .2s cubic-bezier(.4,0,.2,1)}.SolidButton:focus{outline:0}.SolidButton:active{-webkit-transition-delay:0s;transition-delay:0s}.SolidButton__icon{background-repeat:no-repeat;background-color:#fff}.SolidButton__icon--right{margin-left:6px}.SolidButton__icon--left{margin-right:6px}.SolidButton__icon--export{mask:url(/packs/media/components/images/external-link-icon-17c0f3b9fb5b089f99e4b0e12bfd290f.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/images/external-link-icon-17c0f3b9fb5b089f99e4b0e12bfd290f.svg) no-repeat 50% 50%;width:14px;height:14px;mask-size:14px;-webkit-mask-size:14px}.SolidButton__icon--add{mask:url(/packs/media/components/images/add-icon-48a4c484e6794bbedad278df6b7a29df.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/images/add-icon-48a4c484e6794bbedad278df6b7a29df.svg) no-repeat 50% 50%;width:14px;height:14px;mask-size:14px;-webkit-mask-size:14px}.SolidButton--dark-gray{background-color:#a9a9a9}.SolidButton--dark-gray:hover{background-color:#b6b6b6}.SolidButton--dark-gray:active{background-color:#c3c3c3}.SolidButton--mortar-gray{background-color:#575757}.SolidButton--mortar-gray:hover{background-color:#646464}.SolidButton--mortar-gray:active{background-color:#717171}.SolidButton--purple{background-color:#6635ff}.SolidButton--purple:hover{background-color:#794fff}.SolidButton--purple:active{background-color:#8d68ff}.SolidButton--purple:disabled{background-color:#a9a9a9}.ConfirmationModal{top:200px;width:400px;margin:auto}.ConfirmationModal .modal-content{box-shadow:0 5px 8px rgba(0,0,0,.5);border-radius:0;padding:20px}.ConfirmationModal__title{margin:0}.ConfirmationModal__header{border-bottom:0;padding:0}.ConfirmationModal__body{padding:0;color:#575757;font-size:12px;line-height:15px;margin:30px 0}.ConfirmationModal__footer{padding:0;border-top:0;justify-content:center}.ConfirmationModal__footer button{margin:0 10px}.ConfirmModal__cancel-icon{background:none;background-repeat:no-repeat;background-position:0 -20px;border:none!important;outline:none!important;padding:0;min-width:20px;height:20px;background-image:url(/packs/media/components/common/confirmation_modal/modal-close-icon-4df58d688e06421c884b417efbe8bc02.png);background-position:0 0;margin:0}.ConfirmModal__cancel-icon:before{content:"\00a0 "}.ConfirmModal__cancel-icon:hover{background-position:0 0}.ContentTitle{font-size:20px;line-height:22px}.bold,.BorderlessButton--bold{font-family:Circular-Bold}.BorderlessButton{background:none;border:none;font-size:12px;margin-top:0;margin-bottom:0;padding:0}.BorderlessButton:focus{outline:0}.BorderlessButton--gray{color:#a9a9a9}.BorderlessButton--gray:hover{color:#6635ff}.BorderlessButton--gray:active:hover{color:#531cff}.BorderlessButton--purple{color:#6635ff}.BorderlessButton--purple:active:hover{color:#531cff}.ExportGraphToggle{text-align:center;font-size:12px;margin-bottom:10px}.ExportGraphToggle__title{font-size:14px;font-weight:400;color:#1c123d;margin-right:10px;pointer-events:none}.ExportGraphToggle__divider{margin:0 5px;color:#a9a9a9;pointer-events:none}.ExportGraphToggle__button{color:#a9a9a9;background-color:transparent;border:0;padding:0;margin:0}.ExportGraphToggle__button:hover{text-decoration:none;color:#6635ff}.ExportGraphToggle__button:focus{outline:0}.ExportGraphToggle__button--selected{color:#6635ff;pointer-events:none;border-bottom:1px solid #6635ff}.RegressionDoughnut{margin:auto;display:block;width:200px;height:200px;position:relative}.RegressionDoughnut__canvas{width:100%;height:100%;position:absolute}.RegressionDoughnut__summary{text-align:center;position:absolute;top:65px;left:0;right:0}.RegressionDoughnut__total{color:#4b3282;font-size:30px;display:block}.RegressionDoughnut__percentage{font-size:14px;color:#a9a9a9}.ExportVisualization__chart-container{width:100%;height:340px;position:relative}.ExportVisualization__chart{cursor:pointer}.ExportDataSelector{width:calc(100% - 420px);display:inline-block;margin-right:35px}.ExportDataSelector__join-notice{color:#a9a9a9;font-size:12px;margin-top:10px;margin-bottom:10px;text-align:center}.ExportDataSelector__error{text-align:center;margin-top:5px;color:#a94442;margin-bottom:0}.Select{-webkit-appearance:none;background-image:url(/packs/media/components/common/select/select-arrow-b872469880b73fcd9076be422162a403.png);background-repeat:no-repeat;background-position:99% -13px;border-radius:0;color:#6635ff;font-size:16px;text-overflow:ellipsis;padding-right:25px;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;border-bottom:1px solid #c8cccc;border-top:none!important;border-left:none!important;border-right:none!important;outline:none;-moz-appearance:textfield;-webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,outline .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,outline .15s ease-in-out}.Select:hover{border-bottom:1px solid #6635ff}.Select:focus{color:#6635ff;border:none;border-bottom:1px solid #c8cccc;box-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none}.ExpandableArrow{color:#6635ff;font-size:12px;cursor:pointer;display:inline-block}.ExpandableArrow:focus{outline:0}.ExpandableArrow__triangle{width:0;height:0;border-top:4px solid transparent;border-bottom:4px solid transparent;border-left:7px solid #6635ff;margin-right:8px;display:inline-block}.ExpandableArrow__text{display:inline-block}.ExpandableArrow--expanded .ExpandableArrow__triangle{border-left:4px solid transparent;border-right:4px solid transparent;border-top:7px solid #6635ff;border-bottom:0;margin-right:7px}.ExpandableDownloadOptions{margin-top:10px}.ExpandableDownloadOptions,.ExpandableDownloadOptions__recs-group{-webkit-animation-duration:.25s;animation-duration:.25s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:fade-in;animation-name:fade-in;-webkit-animation-direction:normal;animation-direction:normal}.ExpandableDownloadOptions__recs-group{margin-top:20px;padding-left:25px}.ExpandableDownloadOptions__recs-input{display:inline-block;width:55px!important;margin-left:5px}.ExpandableDownloadOptions__content-details{font-size:12px;color:#575757}.ExpandableDownloadOptions__content-details .DeleteButton{margin-top:0}.ExpandableDownloadOptions__filename{margin-right:10px}.ExpandableDownloadOptions__gray-text{color:#a9a9a9}.AudienceStudioOptions__label{display:inline-block;width:100px}.AudienceStudioOptions__text-input{display:inline-block;width:235px!important;text-align:left!important}.AudienceStudioOptions__select{width:235px;display:inline-block;margin-bottom:10px}.AudienceStudioOptions__option-group{margin-top:20px}.PredictionForm{width:380px;vertical-align:top;display:inline-block;margin-top:50px;padding-left:35px;border-left:1px solid #c8cccc;min-height:500px}.PredictionForm__label{font-size:14px;color:#1c123d;display:block}.PredictionForm__label-note{font-size:14px;color:#575757}.PredictionForm__text-input{text-align:left!important}.PredictionForm__disabled-tooltip .tooltip-inner{text-align:center}.TextInput{width:100%;border-radius:0;-webkit-border-radius:0;-moz-border-radius:0;border:none;border-bottom:1px solid #c8cccc;outline:none;-moz-appearance:textfield;-webkit-transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,outline .15s ease-in-out;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,outline .15s ease-in-out}.TextInput:focus{border-bottom:1px solid #6635ff}.TextInput--hidden-underline{border-bottom:1px solid transparent}.TextInput--hidden-underline:hover:not(:focus){border-bottom:1px solid #c8cccc}.TextInput--error,.TextInput--error:focus,.TextInput--error:hover,.TextInput--error:hover:not(:focus){border-bottom:1px solid #a94442}.TextInput--iron-gray{color:#c8cccc}.TextInput--mortar-gray{color:#575757}.TextInput--neon-purple{color:#6635ff}.TextInput--slate-purple{color:#734cc8}.TextInput--red{color:#a94442}.TextInput--small{font-size:12px}.TextInput--standard{font-size:14px}.TextInput--large{font-size:20px}.TextInput__wrapper{position:relative}.TextInput__wrapper .TextInput{position:absolute;width:100%;left:0}.EditablePipelineName{display:inline-block}.DayOfWeekPicker{display:inline-flex}.DayOfWeekPicker__day{width:30px;background:#fff;border-color:#c8cccc #c8cccc #c8cccc currentcolor;border-style:solid solid solid none;border-width:1px .5px;font-size:12px;outline:0!important}.DayOfWeekPicker__day:hover{color:#6635ff}.DayOfWeekPicker__day--selected{border-top:1px solid #6635ff;border-bottom:1px solid #6635ff;background:#6635ff;color:#fff}.DayOfWeekPicker__day--selected:hover{color:#fff}.DayOfWeekPicker__day--first-day{border-radius:5px 0 0 5px;border-left:1px solid #c8cccc}.DayOfWeekPicker__day--last-day{border-radius:0 5px 5px 0;border-right-width:1px}.DayOfWeekPicker__day--first-day.DayOfWeekPicker__day--selected{border-left:1px solid #6635ff}.DayOfWeekPicker__day--last-day.DayOfWeekPicker__day--selected{border-right:1px solid #6635ff}.ButtonToggle{font-size:12px;color:#575757;line-height:17px;display:inline-block;overflow:hidden;border-radius:5px;margin:3px 8px 3px 0;padding:3px 7px;outline:0!important}.ButtonToggle--on{color:#fff;background-color:#6635ff;border:1px solid #6635ff}.ButtonToggle--on:hover{background-color:#7244ff;border:1px solid #7244ff}.ButtonToggle--on:active{background-color:#794fff;border:1px solid #794fff}.ButtonToggle--indeterminate{background-color:#fff;border:1px solid #6635ff}.ButtonToggle--indeterminate:hover{border:1px solid #7244ff;color:#7244ff}.ButtonToggle--indeterminate:active{border:1px solid #794fff;color:#794fff}.ButtonToggle--off{background-color:#fff;border:1px solid #c8cccc}.ButtonToggle--off:hover{border:1px solid #6635ff}.ButtonToggle--off:active{border:1px solid #7244ff}.CloseButton{background:none;border:0;outline:0;padding:0}.CloseButton:focus{outline:0}.CloseButton__icon{background-repeat:no-repeat;mask:url(/packs/media/components/common/close_button/close-icon-efb658773d1d738f15e758afbc11f12e.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/common/close_button/close-icon-efb658773d1d738f15e758afbc11f12e.svg) no-repeat 50% 50%;mask-size:10px;-webkit-mask-size:10px;width:10px;height:10px;background-color:#a9a9a9}.Tag{display:inline-flex;justify-content:center;align-items:center;color:#575757;background-color:hsla(0,0%,66.3%,.2);border-radius:5px;padding:2px 7px;margin-right:15px;margin-bottom:5px;line-height:17px}.Tag:last-child{margin-right:0}.Tag__name{max-width:230px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:12px;font-size:12px}.AddTagInput .TextInput{width:90%;display:inline-block;vertical-align:middle}.AddTagInput .TextInput:focus~.IconButton{border-bottom:1px solid #6635ff}.AddTagInput .TextInput:focus~.IconButton .IconButton__icon{background-color:#6635ff}.AddTagInput .IconButton{display:inline-block;vertical-align:middle;border-bottom:1px solid #c8cccc;height:24px;-webkit-transition:border-color .15s ease-in-out;transition:border-color .15s ease-in-out}.AddTagInput .IconButton__icon{-webkit-transition:background-color .15s ease-in-out;transition:background-color .15s ease-in-out}.PipelineDetailModal{position:absolute;top:1px;left:0;width:250px;border:1px solid #c8cccc;border-radius:0;background-color:#fff;-webkit-border-radius:0;-moz-border-radius:0;box-shadow:1px 4px 5px rgba(0,0,0,.25);z-index:100;-webkit-animation-duration:.15s;animation-duration:.15s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:fade-in;animation-name:fade-in;-webkit-animation-direction:normal;animation-direction:normal}.PipelineDetailModal__backdrop{cursor:default;position:fixed;top:0;bottom:0;left:0;right:0}.PipelineDetailModal__header{border-bottom:1px solid #6635ff;padding:4px 10px;color:#6635ff}.PipelineFrequencyAndTags__update-modals{margin-top:10px}.PipelineFrequencyAndTags__modal-trigger{height:26px;display:inline-block;position:relative;margin-right:15px}.PipelineFrequencyAndTags__modal-content{padding:10px}.PipelineFrequencyAndTags__add-new-tag{border-top:1px solid hsla(0,0%,66.3%,.3)}.PipelineFrequencyAndTags__tags{display:inline-block;max-width:700px;vertical-align:top}.PipelineFrequencyAndTags__day-of-week-wrapper{margin-top:10px;text-align:center}.PipelineHeader__name-wrapper{margin-left:-2px}.PipelineHeader__subtext-wrapper{margin-top:5px}.PipelineHeader__divider{margin-left:10px;margin-right:10px}.PipelineHeader__export{vertical-align:middle}.PipelineHeader__delete,.PipelineHeader__edit{margin-left:15px;vertical-align:middle}.PipelineExpiredPrompt .BoxedMessage{width:100%}.PipelineExpiredPrompt__retrain-links{margin-left:15px}.PipelineExpiredPrompt__retrain-conjunction{font-size:12px;margin-left:15px;margin-right:15px}.PipelineStepBar{width:100px;height:8px}.PipelineStepBar--waiting{background-color:#a9a9a9}.PipelineStepBar--running{background-color:#6635ff}.PipelineStepBar--complete{background-color:#4b3282}.PipelineStepBar--failed{background-color:#a94442}.PipelineStepPopover{display:flex;justify-content:space-between;align-content:center}.PipelineStepPopover__main-content{width:60%;margin-right:20px}.PipelineStepPopover__header{border-bottom:1px solid #c8cccc;margin-bottom:10px;color:#1c123d}.PipelineStepPopover__header--primary{font-size:18px}.PipelineStepPopover__secondary-content{min-width:200px}.PipelineStepPopover__header--secondary{font-size:14px;margin-top:6px}.PipelineRerunProgressStep,.PipelineStepPopover__info{display:flex;justify-content:center}.PipelineRerunProgressStep{flex-direction:column;box-sizing:content-box;padding-left:5px;padding-right:5px;width:100px;cursor:pointer}.PipelineRerunProgressStep:hover .PipelineRerunProgressStep__icon,.PipelineRerunProgressStep:hover .PipelineRerunProgressStep__title{visibility:visible}.PipelineRerunProgressStep__icon{margin-left:auto;margin-right:auto;margin-bottom:5px;height:20px;visibility:hidden}.PipelineRerunProgressStep__icon--preprocessing-data{mask:url(/packs/media/components/images/preprocessing-data-icon-a6d9f30dcf0f1c5f2ca3b2cdbbc3a778.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/images/preprocessing-data-icon-a6d9f30dcf0f1c5f2ca3b2cdbbc3a778.svg) no-repeat 50% 50%;mask-size:22px 20px;-webkit-mask-size:22px 20px;width:22px}.PipelineRerunProgressStep__icon--feature-cleaning{mask:url(/packs/media/components/images/feature-cleaning-icon-7bf25a5e3c478798106ff1bbefec8510.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/images/feature-cleaning-icon-7bf25a5e3c478798106ff1bbefec8510.svg) no-repeat 50% 50%;mask-size:20px;-webkit-mask-size:20px;width:20px}.PipelineRerunProgressStep__icon--feature-engineering{mask:url(/packs/media/components/images/feature-engineering-icon-5a845e8c4b1fcc5841796ec9c5c7c14a.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/images/feature-engineering-icon-5a845e8c4b1fcc5841796ec9c5c7c14a.svg) no-repeat 50% 50%;mask-size:17px 20px;-webkit-mask-size:17px 20px;width:17px}.PipelineRerunProgressStep__icon--model-selection{mask:url(/packs/media/components/images/model-selection-icon-4c6a6625a565a3ab9c57ecfd16264d84.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/images/model-selection-icon-4c6a6625a565a3ab9c57ecfd16264d84.svg) no-repeat 50% 50%;mask-size:20px;-webkit-mask-size:20px;width:20px}.PipelineRerunProgressStep__icon--prediction-generation{mask:url(/packs/media/components/images/prediction-generation-icon-749ff0a3708b2d6c7cc96f49ff158eab.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/images/prediction-generation-icon-749ff0a3708b2d6c7cc96f49ff158eab.svg) no-repeat 50% 50%;mask-size:25px 20px;-webkit-mask-size:25px 20px;width:25px}.PipelineRerunProgressStep__icon--waiting{background-color:#a9a9a9}.PipelineRerunProgressStep__icon--running{background-color:#6635ff;visibility:visible}.PipelineRerunProgressStep__icon--complete{background-color:#4b3282}.PipelineRerunProgressStep__icon--failed{background-color:#a94442}.PipelineRerunProgressStep__title{font-size:12px;text-align:center;width:120px;margin-left:-9px;margin-top:3px;visibility:hidden}.PipelineRerunProgressStep__title--waiting{color:#a9a9a9}.PipelineRerunProgressStep__title--running{color:#6635ff;visibility:visible}.PipelineRerunProgressStep__title--complete{color:#4b3282}.PipelineRerunProgressStep__title--failed{color:#a94442}.PipelineRerunStatus{border:2px solid rgba(102,53,255,.1);margin-bottom:20px;padding-top:20px;padding-bottom:20px}.PipelineRerunStatus__time-estimate{font-size:12px;text-align:center;color:#575757;margin-bottom:10px}.PipelineRerunStatus__bar{display:flex;justify-content:center}.PipelineRunningView__status{margin-bottom:40px}.PipelineRunningView__time-estimate{font-size:12px;text-align:center;color:#575757;margin-bottom:10px}.PipelineRunningView__status-bar{display:flex;justify-content:center}.PipelineRunningView__progress-step{cursor:pointer;padding:10px 5px}.PipelineRunningView__step-content{display:flex;align-content:center;margin-bottom:15px}.PipelineRunningView__main-content{width:100%}.PipelineRunningView__info{color:#575757}.PipelineRunningView__automated-steps{margin-left:35px;width:400px}.PipelineRunningView__header{border-bottom:1px solid #c8cccc;padding-bottom:5px;margin-bottom:20px;color:#1c123d}.PipelineRunningView__header--primary{font-size:18px}.PipelineRunningView__header--secondary{font-size:16px;margin-top:3px}.PipelineRunningView__icon--preprocessing-data{mask:url(/packs/media/components/images/preprocessing-data-icon-a6d9f30dcf0f1c5f2ca3b2cdbbc3a778.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/images/preprocessing-data-icon-a6d9f30dcf0f1c5f2ca3b2cdbbc3a778.svg) no-repeat 50% 50%}.PipelineRunningView__icon--feature-cleaning{mask:url(/packs/media/components/images/feature-cleaning-icon-7bf25a5e3c478798106ff1bbefec8510.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/images/feature-cleaning-icon-7bf25a5e3c478798106ff1bbefec8510.svg) no-repeat 50% 50%}.PipelineRunningView__icon--feature-engineering{mask:url(/packs/media/components/images/feature-engineering-icon-5a845e8c4b1fcc5841796ec9c5c7c14a.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/images/feature-engineering-icon-5a845e8c4b1fcc5841796ec9c5c7c14a.svg) no-repeat 50% 50%}.PipelineRunningView__icon--model-selection{mask:url(/packs/media/components/images/model-selection-icon-4c6a6625a565a3ab9c57ecfd16264d84.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/images/model-selection-icon-4c6a6625a565a3ab9c57ecfd16264d84.svg) no-repeat 50% 50%}.PipelineRunningView__icon--prediction-generation{mask:url(/packs/media/components/images/prediction-generation-icon-749ff0a3708b2d6c7cc96f49ff158eab.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/images/prediction-generation-icon-749ff0a3708b2d6c7cc96f49ff158eab.svg) no-repeat 50% 50%}.PipelineRunningView__icon{height:70px;width:60px;mask-size:100%;-webkit-mask-size:100%;margin-right:30px;flex-shrink:0}.PipelineRunningView__icon--waiting{background-color:#a9a9a9}.PipelineRunningView__icon--running{background-color:#6635ff}.PipelineRunningView__icon--complete{background-color:#4b3282}.PipelineRunningView__icon--failed{background-color:#a94442}.bold,.PipelineTabs__tab{font-family:Circular-Bold}.PipelineTabs{margin-bottom:40px}.PipelineTabs__tab{color:#575757;font-size:12px;display:inline-block;margin-right:20px;background:none;border:none;padding:0}.PipelineTabs__tab:hover{color:#6635ff;text-decoration:none}.PipelineTabs__tab:focus{outline:0}.PipelineTabs__tab--active{color:#6635ff;border-bottom:2px solid #6635ff}.bold,.PopoverVariableTable__label{font-family:Circular-Bold}.PopoverVariableTable{background-color:#f0f3f2;padding:20px;margin-bottom:20px}.PopoverVariableTable__row:last-child td{padding-bottom:0}.PopoverVariableTable__label{padding-bottom:10px;padding-right:20px;white-space:nowrap}.PopoverVariableTable__value{padding-bottom:10px;font-family:Courier New,Courier,monospace;word-break:break-all;color:#222}.Prediction__recurring{border-bottom:.5px dotted #c8cccc;margin-bottom:20px;padding-bottom:20px}.Prediction__recurring:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.Prediction__name{color:#1c123d;font-size:14px;margin-bottom:10px}.Prediction__exporting-message{margin-left:5px}.Prediction__failed-message{color:#a94442}.Prediction__details{display:flex;align-items:center;font-size:12px;margin-bottom:10px;color:#575757}.Prediction__divider{margin-left:10px;margin-right:10px}.Prediction__preview-stats{margin-top:10px}.Prediction__one-time-preview{margin-bottom:15px}.Prediction__file-preview-wrapper{margin-top:10px;margin-left:15px}.Prediction__subtext{font-size:12px;color:#575757}.bold,.PredictionsList__prediction-frequency-header{font-family:Circular-Bold}.PredictionsList__predictions-header{margin-bottom:15px}.PredictionsList__one-time-predictions--divider{border-top:.5px dotted #c8cccc;margin-top:20px;padding-top:30px}.PredictionsList__prediction-frequency-header{font-size:12px;color:#575757}.PredictionsList__prediction-frequency-header-subtext{font-size:12px;color:#a9a9a9;margin-left:5px}.content-title{margin-bottom:30px!important}.PipelineStat{margin-bottom:10px;color:#575757;font-size:12px}.PipelineStat__icon{width:15px;height:15px;margin-right:15px;vertical-align:text-top}.PipelineSummary{margin-bottom:30px;width:295px;word-wrap:break-word}.PipelineSummary__overview{margin-bottom:20px}.PipelineSummary__highlight{color:#1c123d}.PerformanceMetric{width:40%;margin:10px}.PerformanceMetric__details{display:flex;justify-content:space-between;margin-bottom:5px}.PerformanceMetric__metric-val{color:#1c123d}.PerformanceMetric__bg-bar{width:100%;height:5px;border-radius:9px;background-color:#d8e6e6}.PerformanceMetric__loaded-bar{height:5px;background-color:#4b3282;border-radius:9px}.PipelinePerformance{display:flex;flex-wrap:wrap;justify-content:space-between;margin:-10px}.PipelinePerformance__exp{font-size:8px;vertical-align:super}.PipelineChartGroupHeader{display:flex;justify-content:space-between;align-items:flex-start}.PipelineChartGroupHeader__name{color:#6635ff}.PipelineChartGroupHeader__options{margin-right:20px;margin-bottom:40px;margin-top:10px}.PipelineChartGroupHeader__select{display:inline-block;width:250px;font-size:14px;padding:.375rem .5rem}.PipelineChartLegendItem{margin:0 10px;border:0;outline:0;padding:0;background-color:transparent;text-align:left}.PipelineChartLegendItem:last-child{margin-right:20px}.PipelineChartLegendItem:focus{outline:0}.PipelineChartLegendItem__line{display:inline-block;vertical-align:top;width:10px;height:3px;margin:8px 5px 0 0}.PipelineChartLegendItem__line--dashed{margin-top:6px;width:15px;border-bottom:1px dashed #a9a9a9}.PipelineChartLegendItem__line--high{background-color:#6635ff}.PipelineChartLegendItem__line--low{background-color:rgba(102,53,255,.5)}.PipelineChartLegendItem__line--control{background-color:#a9a9a9}.PipelineChartLegendItem__name{display:inline-block;font-size:12px;color:#575757}.PipelineChartLegendItem__subtext{color:#a9a9a9;font-size:10px}.PipelineChartLegendItem__name--strikethrough{text-decoration:line-through}.CohortAnalysisGraph__chart-legend{display:flex;justify-content:flex-end;min-height:30px}.CohortAnalysisGraph__chart-container,.PrecisionRecallGraph__chart-container{width:100%;height:300px;position:relative}.PrecisionRecallGraph__chart-container{margin-top:30px}.RegressionPerformanceGraph__chart-legend{display:flex;justify-content:flex-end;min-height:30px}.LookAlikeChartGroup__chart-container,.RegressionPerformanceGraph__chart-container{width:100%;height:300px;position:relative}.LookAlikeChartGroup__chart-container{margin-top:30px}.bold,.WinningPipelineView__details-header,.WinningPipelineView__quality{font-family:Circular-Bold}.WinningPipelineView__quality{color:#4b3282;font-size:18px;margin-bottom:20px;margin-top:0}.WinningPipelineView__container:after{content:"";display:table;clear:both}.WinningPipelineView__details{float:left;width:330px;background-color:#f7fafa;color:#575757;font-size:12px;padding:15px}.WinningPipelineView__charts{margin-left:50px;float:left;width:calc(100% - 380px);min-width:500px}.WinningPipelineView__details-header{margin-bottom:10px}.WinningPipelineView__details-header-note{font-size:10px;color:#a9a9a9;font-family:Circular-Book}.bold,.FeaturesFileDownloader__table-title{font-family:Circular-Bold}.FeaturesFileDownloader--generate{display:flex;flex-direction:column}.FeaturesFileDownloader__table-wrapper{padding:10px 0 10px 15px;background-color:#f7fafa}.FeaturesFileDownloader__table-title{color:#575757;padding-right:30px}.FeaturesFileDownloader__generate-button{text-align:right}.FeaturesFileDownloader__error-message{color:#a94442;font-size:12px;margin-top:5px}.FeaturesFileDownloader__generating-wrapper{display:flex;align-items:center;justify-content:center}.FeaturesFileDownloader__generating-message{font-size:12px;margin-left:5px;color:#575757}.bold,.FeaturesInfoBox__section-title--primary{font-family:Circular-Bold}.FeaturesInfoBox{background-color:#f7fafa;padding:15px}.FeaturesInfoBox__section{margin-bottom:30px}.FeaturesInfoBox__section:last-child{margin-bottom:0}.FeaturesInfoBox__section-header{display:flex;justify-content:space-between;margin-bottom:8px}.FeaturesInfoBox__section-header--impact{margin-bottom:0}.FeaturesInfoBox__section-title{font-size:12px}.FeaturesInfoBox__section-title--primary{color:#575757}.FeaturesInfoBox__section-title--secondary{margin-left:10px;color:#a9a9a9}.FeaturesInfoBox__section-descripton{display:flex;align-items:baseline;font-size:12px;color:#575757;margin-bottom:0}.FeaturesInfoBox__cohort-dropdown{background-color:#f7fafa!important;width:220px;font-size:12px;line-height:25px;cursor:pointer}.PipelineFeatureRow{display:flex}.PipelineFeatureRow--depth-0{margin-bottom:10px}.PipelineFeatureRow--depth-1{margin-bottom:7px}.PipelineFeatureRow--depth-1 .PipelineFeatureRow__name{margin-left:15px}.PipelineFeatureRow--depth-2{color:#575757;margin-bottom:7px}.PipelineFeatureRow--depth-2 .PipelineFeatureRow__name{margin-left:30px}.PipelineFeatureRow__name-wrapper{min-width:500px}.PipelineFeatureRow__tooltip-trigger{cursor:default}.PipelineFeatureRow__scores-wrapper{display:flex;justify-content:space-between}.PipelineFeatureRow__score{min-width:150px;text-align:center;color:#a9a9a9}.bold,.PipelineFeatures__header{font-family:Circular-Bold}.PipelineFeatures{font-size:12px}.PipelineFeatures__headers{display:flex;margin-bottom:10px}.PipelineFeatures__header{color:#575757}.PipelineFeatures__scores-wrapper{display:flex;justify-content:space-between}.PipelineFeatures__feature{min-width:500px}.PipelineFeatures__score{min-width:150px;text-align:center}.PipelineFeatures__subgroup{margin-top:10px;margin-bottom:10px}.bold,.PipelineDiscoveriesView__num-features{font-family:Circular-Bold}.PipelineDiscoveriesView__header{display:flex;justify-content:space-between;align-content:center;margin-bottom:20px}.PipelineDiscoveriesView__num-features{font-size:18px;color:#4b3282}.PipelineDiscoveriesView__features-info{margin-bottom:25px}.PipelineDiscoveriesView__features{margin-left:15px}.DataPreprocessingView{display:flex}.DataPreprocessingView__training-info{margin-right:40px}.bold,.FeatureView__num-features,.FeatureView__technique-header{font-family:Circular-Bold}.FeatureView__num-features{font-size:18px;color:#4b3282;margin-bottom:20px}.FeatureView__techniques-wrapper{color:#575757;font-size:12px}.FeatureView__technique{margin-bottom:15px}.FeatureView__type-wrapper{margin:10px 0 10px 10px}.FeatureView__type{margin-bottom:5px}.FeatureView__bullet{font-size:10px;margin-right:5px}.bold,.ModelStats__header{font-family:Circular-Bold}.ModelStats__stats{border-bottom:1px solid #6635ff}.ModelStats__header{font-size:12px;color:#a9a9a9}.ModelStats__winning-model-stats{color:#575757;font-size:12px;margin-left:15px;margin-bottom:10px}.ModelStats__winning-model-performance{margin-right:30px;display:inline-block}.ModelStats__exponent{font-size:8px;vertical-align:super}.ModelStats__stat-name{margin-right:10px}.ModelStats__value{color:#1c123d}.ModelStats__params-wrapper{width:600px;display:flex;flex-wrap:wrap;color:#575757;font-size:12px;margin-left:15px;margin-bottom:15px}.ModelStats__param{width:50%;margin-bottom:5px}.ModelStats__param-name{width:150px;display:inline-block}.ModelStats__num-models-tested{margin-bottom:10px}.bold,.ModelSelectionView__column-header,.ModelSelectionView__header{font-family:Circular-Bold}.ModelSelectionView__header{font-size:18px;color:#4b3282;margin-bottom:20px}.ModelSelectionView__row{display:flex;margin-bottom:10px}.ModelSelectionView__score{font-size:12px;color:#a9a9a9}.ModelSelectionView__column-header{font-size:12px;color:#575757}.ModelSelectionView__score{text-align:center;margin-right:30px;width:35px}.PipelineDetail__back-btn-wrapper{margin-top:10px;margin-bottom:10px}.PipelineDetail__expired-warning{margin-bottom:20px}.HeaderCell__button{border:0;padding:0;background-color:transparent}.HeaderCell__button:focus{outline:0}.HeaderCell__sort-icon{margin-left:5px;background-repeat:no-repeat;background-color:#a9a9a9;width:8px;height:12px;display:inline-block;-webkit-transform:translateY(1px);transform:translateY(1px);visibility:hidden}.HeaderCell__sort-icon:hover{background-color:#734cc8;visibility:visible}.HeaderCell__sort-icon--asc{mask:url(/packs/media/components/common/content_table/components/header_cell/sort-asc-icon-316b02e597cdf6206b69eefbb5a6b5a7.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/common/content_table/components/header_cell/sort-asc-icon-316b02e597cdf6206b69eefbb5a6b5a7.svg) no-repeat 50% 50%}.HeaderCell__sort-icon--desc{mask:url(/packs/media/components/common/content_table/components/header_cell/sort-desc-icon-69af6850754952dc2fcdff38efd5a13e.svg) no-repeat 50% 50%;-webkit-mask:url(/packs/media/components/common/content_table/components/header_cell/sort-desc-icon-69af6850754952dc2fcdff38efd5a13e.svg) no-repeat 50% 50%}.HeaderCell__sort-icon--active{visibility:visible}.HeaderCell__button:hover{color:#734cc8}.HeaderCell__button:hover .HeaderCell__sort-icon{visibility:visible;background-color:#734cc8}.Link{color:#1c123d!important}.Link:hover{color:#6635ff!important}.ContentTable{font-size:14px;color:#575757;margin:0 30px 50px;width:calc(100% - 60px)}.ContentTable th{font-size:12px;font-weight:400;color:#a9a9a9;border-bottom:1px solid #a9a9a9;vertical-align:bottom;padding-bottom:5px;height:40px}.ContentTable td{padding:12px 0;border-bottom:1px solid hsla(0,0%,66.3%,.3)}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@-webkit-keyframes pulse{0%{opacity:.25}50%{opacity:1}to{opacity:.25}}@keyframes pulse{0%{opacity:.25}50%{opacity:1}to{opacity:.25}}@-webkit-keyframes pulse-disappear{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes pulse-disappear{0%{opacity:0}50%{opacity:1}to{opacity:0}}@-webkit-keyframes expand-link{0%{width:100%}to{width:102%}}@keyframes expand-link{0%{width:100%}to{width:102%}}@-webkit-keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@-webkit-keyframes circle-bounce-delay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}@keyframes circle-bounce-delay{0%,80%,to{-webkit-transform:scale(0);transform:scale(0)}40%{-webkit-transform:scale(1);transform:scale(1)}}.DestinationSelectionOptions{display:flex;flex-wrap:wrap;justify-content:center;margin:60px 0}.DestinationSelectionOptions__platform{border:1px solid transparent;outline:0;background-color:#fff;margin:0 20px;flex-basis:200px;padding:20px}.DestinationSelectionOptions__platform:hover{border:1px solid #c8cccc;box-shadow:0 0 8px 0 rgba(0,0,0,.15);-webkit-transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}.DestinationSelectionOptions__platform:focus{outline:0}.DestinationSelectionOptions__logo{pointer-events:none;width:60%;height:auto;margin:auto auto 20px}.DestinationSelectionOptions__name{color:#575757;font-size:18px;text-align:center}.DestinationContentBox__back-btn-wrapper{position:absolute;top:12px}.DestinationContentBox__children-container{margin-bottom:60px}.DestinationNameFormGroup__form-group{position:relative;max-width:400px;margin:auto;margin-bottom:60px!important}.DestinationNameFormGroup__error,.DestinationSubmitButton{text-align:center}.DestinationSubmitButton__messages{color:#575757;margin-top:20px}.DestinationSubmitButton__loading-icon{display:inline-block;margin-right:10px}.ToggleablePasswordControl__toggle{position:absolute;bottom:8px;right:8px;padding:0;background:none;background-color:#fff;color:#a9a9a9;font-size:12px;outline:0;border:0}.ToggleablePasswordControl__toggle:focus{outline:0}.ToggleablePasswordControl__toggle:active,.ToggleablePasswordControl__toggle:hover{color:#6635ff}.DestinationInputFormGroup{position:relative;max-width:600px;margin:auto}.DestinationInputFormGroup__form-control{text-align:left!important;max-width:500px;display:inline-block}.DestinationInputFormGroup__form-label{width:100px}.DestinationInputFormGroup__invalid-feedback{margin-left:100px}.S3Connector__note{padding:20px;max-width:600px;color:#575757;background-color:#f0f3f2;border:1px solid #e5e5e5;font-size:14px;line-height:1.7rem;margin:40px auto 60px}.code-variable{color:teal}.capitalize{text-transform:capitalize}.bold{font-family:Circular-Bold}.italic{font-family:Circular-Bookitalic}.form-error{color:#a94442;font-size:14px;margin-top:5px}.GCloudStorageConnector__note{padding:20px;max-width:600px;color:#575757;background-color:#f0f3f2;border:1px solid #e5e5e5;font-size:14px;margin:40px auto 60px;line-height:1.7rem}.RecommendationsItemSelector{display:inline-flex}.RecommendationsItemSelector__message{display:flex;align-items:center;padding-right:10px;padding-left:10px;flex-shrink:0}.RecommendationsItemSelector__dropdown{max-width:450px}.DefineItemsStep__warning-wrapper{padding-top:40px}.DefineInteractionsStep__dropdown{width:auto;max-width:450px;min-width:250px;margin-left:auto;margin-right:auto}